@charset "utf-8";
/* CSS Document */
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/source-sans-prmetao-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/source-sans-pro-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/source-sans-pro-v14-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/source-sans-pro-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/source-sans-pro-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''), url('../fonts/source-sans-pro-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v14-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro';
  min-height: 600px;
}
body {
  background-color: rgba(246, 242, 237, 0.75);
}
body {
  font-size: 16px;
}
.wrapper {
  width: 100%;
  height: calc(100% - 48px);
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
a {
  color: #464646;
  text-decoration: none;
}
a:hover {
  color: #be0a28
}
h1 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}
.vcard {
  text-align: center;
  color: #464646;
  width: 800px;
  height: 500px;
  margin: 0 auto;
  /*display: flex;*/
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 48px 0;
  /*padding-left: 22px;*/
  /*padding-right: 22px;*/
  min-height: 500px;
}
.left {
  width: 90%
}
.right {
  width: 90%;
  padding: 4% 5% 5% 5%;
  text-align: center;
}
.logo { /*background-color: beige*/ ;
  padding: 18% 5% 0 5%;
  text-align: center;
}
.text { /*background-color:blue;*/
}
.titel { /*background-color: red*/ ;
  height: 50%;
  text-align: center;
  position: relative;
  top: 50%;
  font-size: 18px;
  line-height: 26px;
}
.logo img {
  width: 56%;
  padding-right: 125px;
}
.meta {
  /* position: relative; */
  /* bottom: 0; */
  font-size: 14px;
  /* text-align: center; */
  /* width: calc(100% - 48px); */
  min-height: 48px;
  height: 48px;
  display: flex;
  justify-content: unset;
  /* vertical-align: bottom; */
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.center {
  text-align: center;
}
div.impressum, div.datenschutz {
  width: 100%;
  height: 100%;
}
div.datenschutz {
  overflow-y: scroll;
}
div.impressum {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vcard.no-padding {
  /*padding-left: 11px;
  padding-right: 11px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.vcard.no-padding .inner {
  padding: 24px;
}
.datenschutz h4, .datenschutz p {
  margin: 12px;
}
@media only screen and (max-width : 1023px)and (min-width : 768px) {
  .vcard {
    width: 600px;
    height: 375px;
    min-height: 375px;
  }
  .logo img {
    padding-right: 93.75px;
  }
  h1 {
    font-size: 27px;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 16.5px;
    margin-bottom: 9px;
  }
  body {
    font-size: 13.5px;
  }
  .right {
    padding: 3% 5% 5% 5%;
  }
  .titel {
    font-size: 13.5px;
    line-height: 19.5px;
  }
}
@media only screen and (max-width : 767px)and (min-width : 480px) {
  .vcard {
    width: 375px;
    height: 600px;
    display: block;
    position: relative;
  }
  .logo {
    width: 80%;
    padding: 60% 10% 10% 10%;
  }
  .logo img {
    width: 86%;
    padding-right: 0px;
  }
  .right {
    width: 90%;
    padding: 5% 5% 10% 5%;
  }
  h2 {
    font-size: 19.8px; /* *1,2*/
    margin-bottom: 10.8px;
  }
  .titel {
    font-size: 16.2px;
    line-height: 23.4px;
  }
  body {
    font-size: 16.2px;
  }
  h1 {
    font-size: 32.4px;
    margin-bottom: 19.2px;
  }
}
@media only screen and (max-width : 479px) {
  .vcard {
    width: 312px;
    height: 450px;
    display: block;
    position: relative;
  }
  .logo {
    width: 80%;
    padding: 60% 10% 10% 10%;
  }
  .logo img {
    width: 86%;
    padding-right: 0px;
  }
  .right {
    width: 90%;
    padding: 5% 5% 10% 5%;
  }
  h2 {
    font-size: 14.85px; /* /1,333*/
    margin-bottom: 8.1px;
  }
  .titel {
    font-size: 12.15px;
    line-height: 17.55px;
  }
  body {
    font-size: 12.15px;
  }
  h1 {
    font-size: 24.3px;
    margin-bottom: 14.4px;
  }
}