@charset "UTF-8";
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #554a4a;
  font-size: 44px;
  max-width: 900px;
  margin: auto;
}

h1.ce-headline-center,
h2.ce-headline-center,
h3.ce-headline-center,
h4.ce-headline-center,
h5.ce-headline-center {
  text-align: center;
}

em {
  color: #5f646b;
}

p {
  max-width: 900px;
  margin: auto;
  line-height: 24px;
}

h1 {
  text-transform: uppercase;
  line-height: 42px;
}

ul,
ol {
  margin: auto;
  max-width: 900px;
  padding-left: 20px;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

#content .orange {
  color: #ec6600;
}

#content a,
#footer a {
  color: #554a4a;
  transition: all 0.4s;
}

#content a:hover,
#footer a:hover {
  text-decoration: none;
  color: #ec6600;
}

#head {
  height: 105px;
  background: #ec6600;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1399px) {
  #head > .container {
    max-width: 1000px;
  }
  #head > .container #logo img {
    max-width: 220px;
  }
}

#head #logo {
  display: flex;
  width: 100%;
  max-width: 358px;
  max-height: 160px;
  min-height: 105px;
  padding-bottom: 10px;
  background: white;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 1400px) {
  #head #logo {
    padding-bottom: 22.5px;
    height: 16vh;
  }
}

@media (max-width: 991px) {
  #head #logo {
    height: 100%;
    padding-bottom: 0;
  }
}

#head #logo img {
  max-width: 326px;
  max-height: 122px;
  padding: 2.5px 15px;
}

@media (min-width: 1400px) {
  #head #logo img {
    height: 100%;
  }
}

#head #contact {
  display: flex;
  padding-top: 5px;
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  #head #contact {
    justify-content: end;
    max-width: 900px;
    margin: auto;
    padding: 10px 10px 0;
  }
}

@media (max-width: 991px) {
  #head #contact {
    justify-content: flex-start;
    flex-direction: column;
  }
}

#head #contact a {
  color: white;
  padding-left: 20px;
  white-space: nowrap;
  display: flex;
}

#head #contact a i {
  padding-right: 5px;
}

#head #contact a span {
  display: inline-block;
  overflow: hidden;
  line-height: 1.1;
  transition: all .4s;
  font-style: italic;
}

@media (max-width: 991px) {
  #head #contact a i {
    font-size: 23px;
    padding-bottom: 10px;
  }
  #head #contact a span {
    max-width: 0;
    white-space: nowrap;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #head #contact a:active span, #head #contact a:focus span, #head #contact a:hover span {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #head {
    height: auto;
  }
  #head > .container > .row > .col-lg-3 {
    margin: auto;
    z-index: 1;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  #head > .container > .row > .col-lg-3 {
    right: 15px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  #head > .container > .row > .col-lg-3 #logo {
    max-width: 100%;
    max-height: 115px;
  }
  #head > .container > .row > .col-lg-3 #logo img {
    max-width: 100%;
  }
}

@media (max-width: 991px) and (max-height: 575px) {
  #head > .container > .row > .col-lg-3 #logo {
    height: 17.5vh;
    max-height: 17.5vh;
  }
  #head > .container > .row > .col-lg-3 #logo img {
    width: auto;
    max-height: 17vh;
    padding: 5px;
  }
}

@media (max-width: 991px) {
  #head > .container > .row > .col-lg-9 {
    min-width: 100vw;
    margin-top: -75px;
    margin-left: calc((100vw - 100%) / -2);
  }
  #head > .container > .row > .col-lg-9 #contact {
    float: right;
    padding-top: 10px;
  }
}

@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
  @media (min-width: 480px) and (max-height: 480px) {
    #head #logo {
      display: inline-block;
      text-align: center;
    }
  }
}

#slider {
  width: 100%;
  height: 300px;
  margin-top: 105px;
}

@media (max-width: 767px) {
  #slider {
    margin-top: 40px;
  }
}

@media (max-width: 991px) and (max-height: 575px) {
  #slider {
    margin-top: 55px;
  }
}

#slider .SliderElement {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

#menu {
  /*@media (max-width: 1399px) and (min-width: 992px) {
        padding-left: 20%;
    }*/
  /* Animation-Cancelling: tablet ↔ desktop  */
}

#menu input#menuCheck {
  display: none;
}

#menu input#menuCheck + .menuLabel {
  display: none;
}

#menu > ul {
  display: flex;
  height: 62px;
  margin-top: 10px;
  list-style-type: none;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#menu > ul li a {
  padding: 0 10px;
  color: white;
  font-weight: 500;
}

@media (max-width: 991px) {
  #menu > ul {
    max-width: 48vw;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  #menu input#menuCheck + .menuLabel {
    display: block;
  }
  #menu input#menuCheck + .menuLabel i {
    top: 37.5px;
    left: 20px;
  }
  #menu input#menuCheck + .menuLabel .fa-times {
    left: -50px;
  }
  #menu #menuCheck:checked + .menuLabel .fa-times {
    left: 23px;
  }
  #menu #menuCheck:checked + .menuLabel .fa-bars {
    left: -50px;
  }
  #menu #menuCheck:checked + .menuLabel + ul {
    max-height: 100vh;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #menu .menuLabel {
    margin-bottom: 0;
  }
  #menu .menuLabel i {
    position: absolute;
  }
  #menu > ul {
    max-width: 90vw;
    height: auto;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 45px;
    overflow: hidden;
  }
  #menu > ul li {
    width: 100%;
  }
  #menu > ul li a {
    display: block;
    padding: 3px 10px;
  }
}

@media (max-width: 990px), (min-width: 992px) {
  #menu * {
    transition: all 0.25s;
  }
}

/* Safari */
_:default:not(:root:root) > ul,
#menu > ul {
  margin-top: 0px;
}

@media (max-width: 967px) {
  _:default:not(:root:root) > ul,
#menu > ul {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  _:default:not(:root:root) > ul,
#menu > ul {
    padding-top: 10px;
  }
}

#content .frame-type-contentelement_accordion header {
  display: none;
}

#content #accordion {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

#content #accordion h3 {
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
}

#content #accordion h3:before {
  content: "";
  background: url("../../public/img/Pfeil_Grau.png") no-repeat center;
  background-size: contain;
  display: block;
  height: 30px;
  float: left;
  position: relative;
  width: 30px;
  margin-right: 10px;
}

#content #accordion h3 a {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #content #accordion h3,
#content #accordion h3 a {
    font-size: 1.1em;
  }
}

@media (max-width: 575px) {
  #content #accordion {
    width: 90vw;
  }
  #content #accordion h3 a {
    display: block;
    font-size: .9em;
  }
  #content #accordion h3:before {
    width: 20px;
  }
}

.farbbox-grau {
  background: #5f646b;
}

[class^="farbbox-"] {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

[class^="farbbox-"] .row {
  margin: 0;
}

[class^="farbbox-"] * {
  color: white;
}

.fullWidthElement {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

.frame-type-contentelement_housemenu {
  width: 100%;
}

.frame-type-contentelement_housemenu .houseMenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.frame-type-contentelement_housemenu .houseMenu .house {
  background: url("../../public/img/Grafik_Haus_orange.png") center no-repeat;
  background-size: contain;
  display: flex;
  min-height: 142px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5% 0;
  width: 100%;
  transition: all 0.4s;
  /*
            &:first-of-type {
                background-image: url(/fileadmin/templates/public/images/Grafik_Haus_braun.png);

                &:hover {
                    background-image: url(/fileadmin/templates/public/images/Grafik_Haus_braun_Schatten.png);
                }
            }
            */
}

.frame-type-contentelement_housemenu .houseMenu .house:hover {
  background-image: url("../../public/img/Grafik_Haus_braun.png");
}

.frame-type-contentelement_housemenu .houseMenu .house a {
  color: white !important;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 1200px) {
  .frame-type-contentelement_housemenu .houseMenu .house a {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .frame-type-contentelement_housemenu .houseMenu {
    max-width: 200px;
    margin: auto;
    flex-wrap: wrap;
  }
}

#footer {
  min-height: 300px;
  background: #4D4F51;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
}

#footer p {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 575px) {
  #footer p {
    font-size: 0.9em;
  }
}

#footer p,
#footer a {
  color: white;
}

#footer a:hover {
  color: #ec6600;
}

#footer #footerlinks {
  font-style: italic;
  padding-top: 30px;
}

#footer #footerlinks > p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#footer #footerlinks > p span,
#footer #footerlinks > p a {
  padding: 5px 20px;
  font-size: 16px;
}

.body {
  overflow-x: hidden;
  font-family: "OpenSans", sans-serif;
}

#content {
  max-width: 900px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 48px;
  width: 100vw;
}

@media (max-width: 767px) {
  #content h1,
#content h2 {
    word-break: break-all;
  }
  #content h1,
#content h1 a {
    font-size: 1.75em;
  }
  #content h2,
#content h2 a {
    font-size: 1.5em;
  }
  #content h3,
#content h3 a {
    font-size: 1.1em;
  }
  #content h4,
#content h4 a {
    font-size: 1.1em;
  }
}

@media (max-width: 575px) {
  #content h1,
#content h1 a {
    font-size: 1.5em;
  }
  #content h2,
#content h2 a {
    font-size: 1.25em;
  }
  #content p {
    font-size: 1em;
  }
}

#content .frame:not(.frame-type-contentelement_accordion):not(.frame-type-contentelement_colorbox):not(.frame-type-contentelement_fullwidth):not(.frame-type-header) {
  padding-bottom: 30px;
  padding-top: 30px;
}

#content .frame-layout-1 header h2:before {
  content: " ";
  background: url("../../public/img/Grafik_Haus_klein_orange.jpg") center no-repeat;
  background-size: contain;
  position: relative;
  font-size: inherit;
  margin-right: 10px;
  width: 10%;
  height: 100vh;
  display: inline-block;
  max-width: 40px;
  max-height: 35px;
}

.Col2 div {
  max-width: 560px;
  margin: auto;
}

#c23,
#c24,
#c25,
#c26 {
  position: absolute;
  margin-top: -125px;
}

@media (max-width: 767px) {
  #c23,
#c24,
#c25,
#c26 {
    margin-top: -60px;
  }
}

.cc_banner-wrapper + .body #footer {
  padding-bottom: 70px;
}

/* Safari */
@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
  #c23,
#c24,
#c25,
#c26 {
    margin-top: -150px;
  }
  @media (max-width: 991px) {
    #c23,
#c24,
#c25,
#c26 {
      margin-top: -100px;
    }
  }
  @media (max-width: 767px) {
    #c23,
#c24,
#c25,
#c26 {
      margin-top: -17vh;
    }
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
