@charset "UTF-8";
.nospace, html, body, ul, li, h1, h2, h3, h3 span, h4, h5, h6, p {
  margin: 0px;
  padding: 0px; }

html, body {
  font-family: sans-serif; }

a {
  text-decoration: none;
  color: initial; }

li {
  list-style-type: none; }

h1, h2, h3, h3 span, h4, h5, h6 {
  font-weight: normal; }

img {
  max-width: 100%; }

div {
  vertical-align: top; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #fff !important;
  background-image: none !important; }

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type='submit'] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.showonmobile {
  display: none; }

.hideonmobile {
  display: block; }

.showontablet {
  display: none; }

.hideontablet {
  display: inline-block; }

body.noscroll {
  overflow: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

* {
  font-size: 20px; }

div {
  font-family: 'MuseoSans-500', sans-serif;
  font-size: 20px;
  vertical-align: top; }

.page-part {
  width: 100vw;
  box-sizing: border-box;
  padding: 50px 0px 50px 0px; }

input:focus, textarea:focus {
  outline: none !important; }

.content-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative; }

.fullwidth {
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2)); }

.item-wrapper {
  padding: 0px 15px;
  width: calc(100% + 30px);
  margin-left: -15px; }

.red-back {
  background-color: #CD3239; }

.white {
  color: #ffffff; }

.red {
  color: #CD3239; }

.centered {
  width: 100%;
  text-align: center; }

h1.normal, h2, h3, h3 span, h4, h5, h6 {
  font-family: 'FFDINWebProCondensedBold';
  text-transform: uppercase;
  letter-spacing: 2px; }

h1 {
  font-family: 'FFDINWebProCondensedBlack';
  font-size: 160px;
  text-shadow: 4px 5px 0px #000000;
  text-transform: uppercase; }

h1.small {
  font-size: 120px; }

h1.normal {
  font-size: 72px;
  text-shadow: none; }

h2 {
  font-size: 44px;
  text-transform: uppercase; }

h3, h3 span {
  font-size: 18px;
  font-family: 'MuseoSans-500';
  color: #CD3239;
  letter-spacing: 0px;
  text-transform: inherit; }

.page-content-wrapper h3, .page-content-wrapper h3 span, h3 .page-content-wrapper span {
  color: #000000 !important;
  font-weight: 600; }

.tooltip {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  opacity: .5;
  z-index: 33;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7); }

.tooltip .tooltiptext {
  display: none;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -5px;
  white-space: nowrap;
  right: 140%; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black; }

/*.tooltip:hover .tooltiptext {
    visibility: visible;
}*/
.space {
  margin-bottom: 30px; }

.text, p {
  font-size: 20px;
  line-height: 26px; }

p a {
  color: #CD3239; }

.text-small, .recorder-footer p, #footer-menu {
  font-size: 14px; }

.centered {
  margin: 0 auto; }

.centered-text {
  text-align: center; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5); }

::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(255, 255, 255, 0.5); }

.page-content-wrapper {
  margin: 0 auto; }

.page-content-wrapper p {
  padding-bottom: 20px; }

#overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none; }

#alertBox {
  z-index: 20;
  position: fixed;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  border: solid 1px black;
  background-color: #000000;
  border-radius: 12px;
  padding: 50px;
  color: #ffffff;
  visibility: hidden;
  text-align: center; }

#alertClose {
  position: relative;
  margin: 0 auto;
  background-color: black;
  color: white;
  display: inline-block;
  width: auto;
  text-align: center;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 12px;
  margin-top: 40px;
  background: #CD3239;
  color: #ffffff; }

.column-wrapper {
  display: block;
  box-sizing: border-box;
  margin-left: -10px;
  width: 100%; }

.column-1 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-2 {
  width: 50%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-3 {
  width: 33.3333333333%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-4 {
  width: 25%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-5 {
  width: 20%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-6 {
  width: 16.6666666667%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-7 {
  width: 14.2857142857%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-8 {
  width: 12.5%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-9 {
  width: 11.1111111111%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-10 {
  width: 10%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-11 {
  width: 9.0909090909%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.column-12 {
  width: 8.3333333333%;
  float: left;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 10px; }

.for-1-colums {
  width: calc(1 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-2-colums {
  width: calc(2 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-3-colums {
  width: calc(3 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-4-colums {
  width: calc(4 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-5-colums {
  width: calc(5 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-6-colums {
  width: calc(6 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-7-colums {
  width: calc(7 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-8-colums {
  width: calc(8 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-9-colums {
  width: calc(9 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-10-colums {
  width: calc(10 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-11-colums {
  width: calc(11 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

.for-12-colums {
  width: calc(12 * 8.3333333333%);
  box-sizing: border-box;
  padding: 0px 10px; }

#header {
  width: 100vw;
  margin: 0 auto;
  background: #CD3239;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 50px 0px;
  display: inline-block; }

#logo i {
  font-size: 100px;
  color: #000000; }

#logo img {
  max-width: 360px;
  margin-left: -35px; }

#burger-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block; }

#burger-menu i {
  color: #ffffff;
  font-size: 40px;
  display: block;
  cursor: pointer; }

#header-red {
  background-color: #CD3239;
  height: 100vh;
  position: relative; }

.page-part.headerimage {
  height: calc(100vh - 180px);
  background: #CD3239;
  padding-bottom: 100px;
  overflow-y: hidden; }

.header-image {
  width: 100%;
  height: calc(100vh - 280px);
  min-height: 480px;
  display: block;
  border-radius: 12px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.header-image.featured {
  background-position: center -270px; }

.ispage {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.ispage .content-wrapper {
  width: 100vw;
  max-width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.ispage .header-image {
  border-radius: 0px;
  padding-bottom: 70vh; }

.header-image .image-headline {
  position: absolute;
  text-transform: uppercase; }

.image-headline .red-part {
  float: right; }

.header-image .image-headline.top {
  top: 80px; }

.header-image .image-headline.right {
  right: 50px; }

.header-image .image-headline.left {
  left: 50px; }

.header-image .image-headline.bottom {
  bottom: 50px; }

.header-image .white-part, .header-image .red-part {
  float: left; }

.header-image .white-part {
  margin-top: 52px; }

.header-image h1.red.small {
  width: 100%;
  line-height: 50px; }

.header-image .image-headline.left {
  left: 50px; }

.headerinfo, .headerimage {
  padding-top: 0px; }

.headerinfo {
  position: absolute;
  bottom: 0px;
  padding-bottom: 28px; }

.headerinfo .info-wrapper {
  display: grid;
  grid-auto-columns: auto;
  grid-template-areas: 'a a a';
  grid-gap: 0px;
  box-sizing: border-box;
  font-size: 20px; }

.headerinfo .info-wrapper i {
  margin-right: 5px;
  font-size: 24px;
  position: relative;
  color: #ffffff; }

.headerinfo .info-wrapper a {
  color: #ffffff;
  vertical-align: middle;
  text-align: left; }

.info-wrapper .info-left {
  display: table;
  text-align: left; }

.info-wrapper .info-middle {
  display: table;
  text-align: center;
  width: 100%; }

.info-wrapper .info-right {
  display: table;
  text-align: right;
  width: 100%; }

.info-wrapper .info-left div, .info-wrapper .info-middle div, .info-wrapper .info-right div {
  display: table-cell;
  vertical-align: middle; }

#aktenvermerk {
  display: none;
  margin-bottom: 120px;
  margin-top: 100px; }

#aktenvermerk .vermerk-wrapper {
  padding: 50px 8.3333333333%;
  padding-top: 180px;
  margin: 0 auto;
  z-index: 1;
  display: block;
  position: relative;
  border-radius: 12px; }

#recorder-image {
  width: 550px;
  height: 260px;
  margin: 0 auto;
  margin-bottom: -130px;
  z-index: 2;
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

#aktenvermerk .vermerk-wrapper h2 {
  text-transform: uppercase; }

#aktenvermerk .vermerk-wrapper .recorder-description {
  width: 100%;
  text-align: center; }

.wpcf7-form {
  padding: 80px 0px 0px 0px;
  display: grid;
  grid-auto-columns: min-content auto min-content;
  grid-template-areas: 'a a';
  grid-gap: 50px; }

.wpcf7-form .details {
  text-align: right;
  float: right; }

div.wpcf7 .ajax-loader {
  display: none; }

.recorder {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  padding-bottom: 10px;
  padding-right: 10px; }

div#record-buttons {
  position: absolute;
  bottom: 0px;
  left: 200px;
  width: 400px; }

#startRecordingButton {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  padding: 10px;
  background: #CD3239;
  box-sizing: border-box;
  box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 6px 6px 10px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  display: inline-block;
  grid-area: 1 / 1 / 2 / 2; }

.cf7-microphone {
  display: none; }

#startRecordingButton .rec-text {
  position: absolute;
  top: 190px;
  font-family: 'FFDINWebProCondensedBold';
  letter-spacing: 2px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #ffffff; }

.cf7-recorder-loading {
  display: none !important; }

.cf-time-up {
  font-size: 20px !important;
  padding-top: 72px !important; }

.cf7-audio-play {
  display: none; }

canvas.cf7-analyser {
  float: left;
  display: block;
  position: absolute;
  top: 0px;
  height: 60px;
  width: 300px; }

#startRecordingButton button {
  position: relative;
  display: table;
  margin: auto;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 140px;
  background: #CD3239;
  padding: 20px 40px;
  margin-right: 50px; }

.iconwrapper {
  width: 100%;
  text-align: center; }

#startRecordingButton button i {
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  font-size: 100px;
  padding-top: 0px;
  box-sizing: border-box;
  color: #ffffff; }

#startRecordingButton button i.stop {
  font-size: 30px; }

.spinnerRight {
  transform-origin: 50% 50%;
  animation: 5s rotateRight infinite linear;
  border: 2px dashed #ffffff !important; }

.spinnerLeft {
  transform-origin: 50% 50%;
  animation: 5s rotateLeft infinite linear; }

@keyframes rotateRight {
  100% {
    transform: rotate(360deg); } }
@keyframes rotateLeft {
  100% {
    transform: rotate(-360deg); } }
.buttonwrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px; }

.buttonwrapper span {
  display: table-cell;
  color: #ffffff;
  padding-top: 5px;
  padding-left: 10px; }

#record-buttons .inactive {
  opacity: .5; }

#record-buttons .inactive div {
  cursor: inherit !important; }

#record-buttons .buttonwrapper div {
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  display: table;
  border-radius: 30px;
  text-align: center;
  float: left;
  cursor: pointer; }

#playButton i, #deleteButton i, #uploadButton i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  padding-left: 0px;
  font-size: 18px;
  color: #ffffff; }

#AudioSubmitFake {
  display: none;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  padding: 10px 20px;
  border: none;
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  float: right;
  background: #ffffff;
  color: #000000;
  margin-bottom: 0px;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-family: 'FFDINWebProCondensedBold';
  text-transform: uppercase;
  letter-spacing: 2px; }

#uploadButton i {
  font-size: 14px; }

#playButton i {
  padding-left: 2px; }

#playButton i.stop {
  padding-left: 0px; }

#form {
  grid-area: 1 / 3 / 2 / 4;
  text-align: right; }

.cf7-recording {
  color: #ffffff !important; }

.wpcf7-response-output {
  position: absolute;
  left: 190px;
  top: 80px;
  width: 400px;
  box-sizing: border-box;
  margin: 0px !important;
  padding: 10px !important;
  border-radius: 12px;
  border-color: #ffffff !important;
  color: #ffffff; }

.wpcf7-not-valid-tip {
  color: #ffffff !important;
  font-size: 14px !important; }

#record-form {
  display: inline-block;
  text-align: right;
  width: 300px; }

.wpcf7-form input {
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  background: #CD3239;
  padding: 10px 20px;
  border: none;
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
  color: #ffffff; }

.wpcf7-form input[type=submit] {
  background: #ffffff;
  color: #000000;
  margin-bottom: 0px;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-family: 'FFDINWebProCondensedBold';
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer; }

.recorder-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ffffff; }

#footer {
  background: #000000;
  width: 100vw;
  padding: 25px 0px 20px 0px; }

#googlemap {
  background: #c2c2c2;
  height: 100vh;
  min-height: 400px;
  max-height: 50vh;
  width: 100vw; }

#footer-menu {
  color: #ffffff;
  display: inline-table;
  width: 100%;
  box-sizing: border-box; }

#footer-menu .footer-left, #footer-menu .footer-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 16px; }

#footer-menu .footer-right {
  text-align: right; }

#footer-menu .footer-right ul li a {
  color: #ffffff;
  font-size: 16px; }

#menu-footer li {
  display: inline-block;
  margin-left: 20px; }

#menu-overlay {
  background: #000000;
  width: auto;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  color: #ffffff;
  box-sizing: border-box;
  z-index: 100;
  padding: 180px 100px 90px 60px;
  display: none; }

#menu-overlay-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 40px;
  cursor: pointer; }

#menu-overlay-close i {
  font-size: 40px; }

#menu-header li {
  font-family: 'FFDINWebProCondensedBold',sans-serif; }

#menu-wrapper ul li {
  margin-bottom: 10px; }

#menu-wrapper ul li:last-of-type {
  margin-top: 40px; }

#menu-wrapper ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px; }

.text-block {
  padding: 50px 0px 0px 0px; }

.pages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
  grid-auto-flow: dense; }

.page-item {
  position: relative;
  padding-bottom: 70px; }

.page-item .page-info {
  position: absolute;
  bottom: 0px; }

.page-item.featured {
  grid-row: auto / span 2; }

.page-image {
  width: 100%;
  padding-bottom: calc(100% * 10 / 15);
  border-radius: 12px;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.page-item.featured .page-image {
  padding-bottom: calc(((100% * 10 / 15) * 2 ) + 120px); }

h3 span {
  text-transform: uppercase; }

.page-title {
  margin-bottom: 90px; }

.home-buttons {
  display: grid;
  grid-auto-columns: auto;
  grid-template-areas: 'a a';
  margin-top: 70px;
  grid-gap: 30px; }

.home-buttons .button, a.custom-button {
  width: 100%;
  padding: 7px 20px 7px 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'FFDINWebProCondensedBold', sans-serif;
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  display: table;
  height: 100%; }

a.custom-button {
  width: auto;
  display: inline-block;
  margin-top: 20px; }

.home-buttons .button span {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

.faq-newsletter-wrapper {
  display: none;
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 12px;
  -moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.3) !important; }

.faq {
  display: none;
  border-radius: 12px 12px 0px 0px;
  background-color: #9B9B9B;
  padding-left: calc(8.3333333333% + 30px);
  padding-right: calc(8.3333333333% + 30px);
  padding-top: calc(8.3333333333% + 30px);
  padding-bottom: calc(8.3333333333% + 30px); }

.faq h1 {
  width: auto;
  display: block;
  width: auto;
  display: inline-block;
  color: #ffffff; }

.faq-desc {
  float: right;
  font-size: 22px;
  text-align: right;
  color: #ffffff; }

.faq-wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 50px; }

.faq-newsletter {
  background-color: #CD3239;
  padding: 20px 0px;
  padding-left: calc(8.3333333333% + 30px);
  padding-right: calc(8.3333333333% + 30px);
  border-radius: 0px 0px 12px 12px;
  overflow: hidden; }

.faq-wrapper .item {
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
  height: auto; }

.answerbutton {
  display: inline-block;
  float: right; }

.answerbutton i {
  font-size: 18px;
  color: #ffffff; }

.answerbutton .i.turn {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordion-content {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s ease; }

.content-open {
  max-height: 500px;
  opacity: 1; }

.faq-wrapper {
  color: #ffffff; }

.faq-wrapper .content-open {
  padding-top: 15px; }

.faq-wrapper .content-open p {
  font-size: 18px; }

.newsletter-desc {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin-top: 20px; }

.newsletter-form {
  margin-top: 40px; }

.newsletter-form input[type="email"] {
  background-color: #CD3239 !important;
  padding: 25px 25px !important;
  border: none !important;
  -moz-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5) !important;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.5) !important;
  border-radius: 12px !important;
  margin-bottom: 20px !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  width: 100% !important; }

.newsletter-form .yikes-easy-mc-submit-button {
  text-align: center !important;
  color: #000000 !important;
  border-radius: 12px !important;
  margin-bottom: 20px !important;
  box-sizing: border-box !important;
  font-family: "FFDINWebProCondensedBold" !important;
  text-transform: uppercase !important;
  letter-spacing: 2px;
  background-color: #ffffff !important;
  border: 0px !important; }

.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label, .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  display: inline-block !important; }

.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label {
  width: calc(60% - 10px) !important;
  float: left !important; }

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  padding: 25px 80px !important;
  float: right !important;
  width: calc(40% - 10px) !important;
  margin-top: 0px !important;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) !important; }

.page-breadcrumb {
  width: 100%;
  text-align: center;
  color: #CD3239;
  margin: 50px 0px; }

.page-breadcrumb span {
  text-transform: uppercase; }

.page-breadcrumb a {
  color: #CD3239; }

.single-post .page-headline {
  margin: 0 auto;
  display: block;
  width: auto; }

.single-post .page-headline * {
  display: inline-block; }

.single-post .page-headline i {
  font-size: 80px;
  position: relative;
  top: 23px; }

.single-post .page-content {
  padding-top: 50px;
  margin: 0 auto; }

.page-part.contact {
  padding-top: 100px;
  border-top: 1px solid #000000;
  margin-top: 60px; }

.contact .contact-desc {
  margin: 0 auto;
  margin-top: 30px; }

.contact-buttons {
  display: grid;
  grid-auto-columns: auto;
  grid-template-areas: 'a a';
  margin-top: 70px;
  grid-gap: 30px; }

.contact-buttons .contact-button {
  width: 100%;
  padding: 17px 20px 17px 20px;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'FFDINWebProCondensedBold', sans-serif;
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px;
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  display: table; }

.contact-buttons .contact-button span {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap; }

.contact-buttons .contact-button.red-button {
  background-color: #CD3239;
  color: #ffffff; }

.contact-buttons p {
  font-size: 14px; }

.more-posts {
  background: #E2E2E2;
  margin-top: 100px; }

.more-wrapper {
  margin-top: 70px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-areas: 'a a a a';
  grid-gap: 30px;
  text-align: left;
  box-sizing: border-box;
  width: 100%; }

.more-image {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 12px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  box-sizing: border-box; }

.campaign-wrapper {
  display: grid;
  grid-auto-columns: 1fr 8.3333333333% 1fr;
  grid-template-areas: 'a a a';
  grid-gap: 30px;
  min-height: 300px;
  padding-top: 100px;
  border-top: 1px solid #000000;
  margin-top: 60px;
  border-bottom: 1px solid #000000;
  padding-bottom: 100px;
  margin-bottom: 60px; }

.campaign-image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px; }

.campaign-wrapper p {
  margin-top: 30px; }

.campaign-wrapper .button {
  padding: 15px 60px 12px 60px;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  font-family: 'FFDINWebProCondensedBold', sans-serif;
  background-color: #ffffff;
  color: #000000;
  border-radius: 12px;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px; }

.mitarbeiter {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 30px;
  width: 100%;
  margin-bottom: 120px; }

.mitarbeiter-image-wrapper {
  position: relative;
  width: 100%;
  display: inline-block; }

.mitarbeiter-image {
  width: 100%;
  padding-bottom: calc(100% / 3 * 2);
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.mitarbeiter-tel {
  margin-top: 20px; }

.mitarbeiter-mail {
  margin-top: 10px; }

.mitarbeiter-mail i, .mitarbeiter-tel i {
  margin-right: 10px; }

.mitarbeiter-mail a i {
  position: relative;
  top: 2px; }

/* Tablet & Smaller Screens */
@media only screen and (max-width: 1300px) {
  .content-wrapper {
    max-width: 900px; }

  h1 {
    font-size: 120px; }

  h1.small {
    font-size: 80px; } }
@media screen and (max-width: 1000px) {
  .showonmobile {
    display: none; }

  .hideonmobile {
    display: block; }

  .showontablet {
    display: block !important; }

  .hideontablet {
    display: none !important; }

  #menu-overlay  {
    padding: 120px 60px 70px 50px !important;
    background: red !important; }

  #logo img {
    margin-left: 0px; }

  #burger-menu {
    right: 40px; }

  h2 {
    font-size: 35px; }

  .content-wrapper {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box; }

  h1 {
    font-size: 90px;
    line-height: 90px; }

  h1.small {
    font-size: 55px; }

  .header-image .image-headline.top {
    top: 50px; }

  .headerinfo .info-wrapper {
    width: 150px;
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .for-2-colums, .for-3-colums, .for-4-colums, .for-5-colums, .for-6-colums, .for-7-colums, .for-8-colums, .for-9-colums, .for-10-colums {
    width: 100%; }

  .mitarbeiter-tel, .mitarbeiter-mail {
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px !important; }

  .mitarbeiter-mail a i {
    top: 0px !important; } }
@media screen and (max-width: 520px) {
  .showonmobile {
    display: block !important; }

  .hideonmobile {
    display: none !important; }

  .showontablet {
    display: block !important; }

  .hideontablet {
    display: none !important; }

  * {
    word-wrap: break-word; }

  .headerimage {
    padding-top: 110px !important; }

  #header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50; }

  .page-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  #logo img {
    max-width: 180px; }

  #burger-menu {
    right: 20px; }

  #header {
    padding-top: 30px;
    padding-bottom: 30px; }

  div#menu-overlay {
    padding: 100px 60px 70px 50px !important; }

  #menu-overlay-close {
    top: 30px;
    right: 20px; }

  h1 {
    font-size: 55px;
    line-height: 35px; }

  h1.small {
    font-size: 35px; }

  h1.normal {
    line-height: 45px;
    font-size: 45px; }

  .header-image .image-headline.right {
    right: 10px; }

  .header-image .image-headline.top {
    top: 5px; }

  .info-wrapper {
    display: table; }

  .home-buttons .button {
    min-height: 60px; }

  .info-wrapper .info-right, .info-wrapper .info-middle, .info-wrapper .info-left {
    display: table-cell; }

  .ispage .header-image {
    padding-bottom: 45vh; }

  .content-wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  .home-buttons, .pages, .contact-buttons, .mitarbeiter {
    display: block !important; }

  .page-part {
    padding-top: 30px;
    padding-bottom: 30px; }

  .page-part.headerimage, .page-part.headerinfo {
    padding-top: 0px;
    padding-bottom: 30px; }

  .page-part.headerimage.ispage {
    padding-bottom: 0px !important; }

  .page-image {
    margin-bottom: 5px !important; }

  .page-item {
    margin-bottom: 60px; }

  .page-item.featured .page-image {
    padding-bottom: calc(100% * 10 / 15) !important;
    background-position: center -100px !important; }

  .header-image.featured {
    background-position: center -100px !important; }

  .header-image .image-headline.left {
    left: 10px; }

  .header-image .image-headline.bottom {
    bottom: 20px; }

  .button-column {
    margin-bottom: 60px; }

  .more-wrapper {
    display: block; }

  .more-item {
    width: calc((100% - 26px) / 2);
    display: inline-block;
    margin: 5px;
    margin-bottom: 40px; }

  .more-image {
    margin-bottom: 5px; }

  .mitarbeiter {
    margin-bottom: 60px; }

  .mitarbeiter-info {
    margin-top: 5px; }

  .page-part .page-breadcrumb {
    margin-top: 20px; }

  .page-part.headerimage {
    height: calc(100vh - 00px); }

  .header-image {
    height: calc(100vh - 200px); }

  #header-red {
    min-height: 100vh; }

  .header-image {
    min-height: 300px; } }
@media screen and (max-width: 640px), screen and (max-height: 375px) {
  #wpca-box.wpca-ct {
    height: auto !important; } }

/*# sourceMappingURL=obernberger.css.map */
