/* Base / Typo / Layout */
body {
  -webkit-text-size-adjust: 100%;
  color: #6d6f71;
  font-family: "open_sansregular", Arial, sans-serif;
}

#main {
  -ms-hyphens: auto;
      hyphens: auto;
}

h1,
h2,
h3,
.banner-bg h1 {
  padding: 0 0 10px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}

.banner-bg h1 {
  font-size: 4.4rem;
  text-transform: uppercase;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 16px;
}

.margin-auto h2 {
  margin-left: auto;
  margin-right: auto;
}

.bg-fixed {
  background-attachment: fixed;
  background-size: cover;
}

.bg-1 {
  background-color: #f56a0b;
}
.bg-1 a {
  color: #6d6f71;
}
.bg-1 a:hover {
  color: #b6aa91;
}

.bg-2 {
  background-color: #c5bda9;
}
.bg-2 a {
  color: #6d6f71;
}
.bg-2 a:hover {
  color: #b6aa91;
}

.bg-3 {
  background-color: #b6aa91;
}

.bg-4 {
  background-color: #e3e3e3;
}

.flex_col_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.border_top_color1 {
  border-top: 8px solid #f56a0b;
}

.border_top_color3 {
  border-top: 8px solid #b6aa91;
}

.infobox {
  background-color: #f56a0b;
  width: 300px;
  height: 300px;
}
.infobox:hover {
  background-color: rgba(245, 106, 11, 0.7);
}
.infobox .blockInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.infobox .blockInner .textInner > * {
  margin: 0;
  padding: 0;
}
.infobox .blockInner .textInner h3,
.infobox .blockInner .textInner h5 {
  font-size: 20px;
}
.infobox .blockInner .textInner h4,
.infobox .blockInner .textInner h6 {
  font-size: 28px;
}
.infobox .blockInner .textInner h3 a,
.infobox .blockInner .textInner h4 a {
  color: #6d6f71;
}
.infobox .blockInner .textInner h5 a,
.infobox .blockInner .textInner h6 a {
  color: #ffffff;
}
.infobox .blockInner .textInner h4 {
  text-transform: uppercase;
  font-family: "open_sansbold", Arial, sans-serif;
}

.ce_rsce_openstreetmap {
  z-index: 1;
}

/* Formulare */
form .radio_container span,
form .checkbox_container span {
  display: block;
}
form .radio_container span input,
form .checkbox_container span input {
  float: left;
  margin: 0 5px 0 0;
}
form .radio_container span label,
form .checkbox_container span label {
  float: none;
}
form .checkbox_container span input {
  margin-top: 3px;
}
form .formbody .mandatory span.mandatory {
  display: inline-block;
  position: relative;
  right: auto;
}

/* Slider - Hintergrundbild */
.bgStyle {
  background-position: top center;
  background-repeat: no-repeat;
  height: 46vw;
  padding: 0;
}
.bgStyle figure {
  height: 100%;
}
.home .bgStyle .overlayContent {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: auto;
  padding: 0;
  margin: 0;
}
.home .bgStyle .overlayContent > div {
  padding: 1em 1.5em;
}
.home .bgStyle .overlayContent h1 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 4.4rem;
}
.home .bgStyle .overlayContent h2 {
  font-size: 105px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.8;
  color: #ffffff;
}

.banner {
  max-width: 1920px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.overlayContent h3,
.clients h3 {
  font-size: 18px;
}

.content-slider {
  max-width: 1920px;
  margin: 0 auto;
}

.slider-control {
  bottom: 70px;
  top: auto;
}
.slider-control .slider-menu {
  width: 100%;
  left: auto;
  margin-left: auto;
}

.centered {
  text-align: center;
}
.centered img {
  margin-left: auto;
  margin-right: auto;
}

.bordered .container {
  border-bottom: 7px solid #f56a0b;
  padding-bottom: 2%;
}

#main .mod_article.last {
  padding-bottom: 60px;
}
#main .fa,
#main .fab,
#main .fad,
#main .fal,
#main .far,
#main .fas {
  color: #f56a0b;
}
#main .clients .fa,
#main .clients .fab,
#main .clients .fad,
#main .clients .fal,
#main .clients .far,
#main .clients .fas {
  color: #ffffff !important;
}

.home .praxen h2 {
  color: #6d6f71;
}
.home .praxen a {
  color: #f56a0b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.home .praxen a:hover {
  color: #6d6f71;
}

#header .mainnavi ul.level_2 li strong {
  padding: 2px 5px 3px;
  font-size: 14px;
}

#header .mainnavi ul.level_2 li.active strong {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

#header .bangb1 .mod_navigation ul.level_2 {
  margin-top: 20px;
}

.team-gallery .img-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-gallery .ce_gallery figcaption {
  position: absolute;
  bottom: 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.9);
}
.team-gallery .ce_gallery figcaption:hover {
  background-color: white;
}

.scrolltop a {
  background-color: #e3e3e3;
  border: 2px solid #f56a0b;
}
.scrolltop a:after {
  color: #f56a0b;
  padding: 1px 9px;
  font-size: 17px;
}

#footer .footercontainer {
  border-width: 8px;
}
#footer .footercontainer .service-text .fa {
  padding-top: 0;
}
#footer .footercontainer, #footer .footercontainer .container {
  background-color: #f56a0b;
}
#footer .footercontainer td {
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
}
#footer .footercontainer td, #footer .footercontainer th {
  padding: 3px 0px;
  border-bottom: 0;
  vertical-align: top;
}
#footer .footercontainer h2 {
  margin-bottom: 10px;
  color: #ffffff;
}
#footer .footercontainer h2, #footer .footercontainer .devider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .footercontainer .fa {
  color: #ffffff;
}
#footer .footercontainer .fa-map-marker-alt {
  font-size: 26px;
}
#footer .footercontainer .fa-envelope {
  font-size: 20px;
}
#footer .footercontainer .fa-mobile-alt {
  font-size: 24px;
}
#footer .footercontainer .fa-fax {
  font-size: 20px;
}
#footer .footercontainer a:hover {
  color: #6d6f71;
}
#footer .footercontainer .row > div:first-child h2 {
  width: 300px;
}
#footer .footercontainer .row > div:first-child .contact-padding {
  padding-left: 0;
}

.ce_accordion,
.ce_accordion .toggler.active:focus {
  outline: red;
}

.ce_accordionSingle .clear {
  clear: both;
  margin: 0;
}

/* Mobile Menu */
.button-menu {
  right: 22px;
  left: auto;
  top: 1px;
  font-size: 30px;
}
.button-menu .fa-navicon:before {
  content: "\f0c9";
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.button-menu .fa-navicon:hover:before {
  color: #f56a0b;
}

.mobilenavi {
  font-family: "open_sanssemibold", Arial, sans-serif;
}
.overlay-menu .mobilenavi {
  padding-top: 0px;
}
.overlay-menu .mobilenavi .level_1 > li {
  float: none;
  width: auto;
  margin: 15px;
  border-bottom: 1px solid #ffffff;
  padding: 5px 10px;
}
.overlay-menu .mobilenavi .level_1 > li .submenu.trail > span {
  font-size: 18px;
}
.overlay-menu .mobilenavi .level_2 .active {
  background-color: transparent;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

/* borderMain */
.footercontainer {
  border-top: 3px solid #b6aa91;
}

/* borderTop */
.bgStyle .dark-bg,
.banner-bg .dark-bg {
  border-top: 8px solid #f56a0b;
}

/* MainColor - Orange */
.col1,
.ce_downloads a:hover .downloadicon,
p.info a:hover,
.button-menu .fa,
h3,
.greytxt h3,
.ce_downloads li:hover:before,
.overlay-menu ul.level_2 > li > a:hover,
.overlay-menu ul.level_2 > li > span:hover,
.white-box:hover h1,
.white-box:hover h2,
.white-box:hover h3,
.white-box:hover a,
.ce_sliderStart h1 strong,
footer .mod_newslist time:before,
.mod_newsreader p.info:before,
.mod_newslist p.info:before,
.mod_eventreader p.info:before,
span.date:before,
.socials-left p.socialIcons a:hover:after {
  color: #f56a0b;
}

/* Color 2 - Beige */
.col2 {
  color: #c5bda9;
}

/* Color 3 - DklBeige */
.col3 {
  color: #b6aa91;
}

/* Color 4 - Grau */
.col4 {
  color: #e3e3e3;
}

/* Color 5 - Dklgrau */
.col5,
#header .mod_navigation ul .submenu.trail > span,
#header .mod_navigation ul.level_1 > li .trail span,
#header .mod_navigation ul.level_1 > li .active,
#header .mod_navigation ul.level_1 .forward,
#main p,
#main ul li,
.dark-bg h2,
.features a,
.footercontainer .fa,
.mod_search .submit:before,
footer h2,
.rightblock h2 {
  color: #6d6f71;
}

/* Color Weiss */
.colw,
footer td,
footer p,
footer li,
footer a,
.hl_white {
  color: #ffffff;
}

#header .mod_navigation ul li a,
#header .mod_navigation ul li span,
#header .mod_navigation ul li strong {
  color: #ffffff;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-size: 2.25rem;
  letter-spacing: 1px;
}
#header .mod_navigation ul li a:hover,
#header .mod_navigation ul li span:hover,
#header .mod_navigation ul li strong:hover {
  color: #e3e3e3;
}

.mainnavi .level_1 a:hover,
.mainnavi .level_1 span:hover,
#header .mod_navigation ul li:hover,
.mainnavi .level_1 span:hover,
.mainnavi ul.level_1 > .active,
.mainnavi ul.level_2 li span:hover,
.mainnavi ul.level_2 > .active,
.mainnavi .level_1 span.trail,
.mainnavi .level_1 a:hover,
.mainnavi .level_1 span.active,
.mainnavi .level_1 a:active,
.mainnavi .level_1 a .forward,
.mainnavi .level_1 span .forward,
.mainnavi .level_1 a.trail,
.mainnavi .level_1 a:hover {
  color: #6d6f71;
}

/* DarkColorBackground */
.light-bg {
  background-color: #c5bda9;
}

/* DarkColorBackground */
.fa-white .fa:hover,
.home #newsletter input.submit,
#slider .page-scroll em,
.dark-bg,
#slider .slider-control a.slider-prev:before,
#slider .slider-control a.slider-next:after,
.slider-control a.slider-prev:before,
.slider-control a.slider-next:after,
.pagination li span:hover,
.pagination li a:hover,
.overlay-menu,
.bluebanner a.btn,
.slider-text-bg,
.contact-home,
.pagination li span:hover,
.pagination li a:hover,
.dark-bg .container,
.fixedTop .topbar,
.topbar,
.white-box em,
.submit:hover,
a.btn:hover,
.mod_eventlist div.header a:hover,
p.more a:hover,
p.back a:hover,
.newstxt p.more a:hover,
.pricing-box h1,
.ce_accordion .toggler,
.newsletterbanner .newsletter .submit:hover {
  background-color: #b6aa91;
}

/* mainColor:: Background */
table.calendar td.active,
.iconTrans img,
.fa-white .fa,
#willkommen .image_container,
.mod_quicknav select,
#footer input.submit,
#header .mainnavi ul.level_2,
#header .mainnavi ul.level_3,
.ce_accordion .toggler:hover,
.ui-accordion-icons.active,
.mod_eventlist div.header a,
p.more a,
p.back a,
.newstxt p.more a,
p.back,
.gallery-home .image_container,
.icon .fa,
.bg-fixed .img-responsive,
.btn:before,
a.btn,
div.overlay-textinput .submit,
input.submit,
.newsletter .submit,
#footer input.submit,
.btn-primary,
#footer .submit,
.submit,
.contact-home,
.clients .fa,
.bluebanner a.btn:hover,
.dark-bg .fa,
.bgStyle a.btn {
  background-color: #f56a0b;
}

/* $main:: Background */
.numbers p,
div.overlay-textinput .submit:hover:before,
div.overlay-textinput .submit:focus:before,
div.overlay-textinput .submit:active:before,
div.overlay-textinput .submit:hover,
input.submit:hover,
.newsletter .submit:hover,
.level_2 .active,
.level_2 .forward,
p.more a,
p.back,
.home-headline .fa,
.white-box:hover em,
p.footerIcons a:hover:after,
.newsletterbanner .newsletter .submit:hover,
p.socials-top a:hover:after,
.layout_latest p.info,
.news .info,
.mod_eventlist div.header,
.mod_eventlist .header {
  background-color: #f56a0b;
}

/* MainColorThinBorder */
.rightblock h3,
h1:before,
h1:after {
  border-bottom: 1px solid #f56a0b;
}

/* mainColor:: BorderBottom */
table thead tr {
  border-bottom: 2px solid #f56a0b;
}

/* mainColor:: FontColor */
.topnavi a:hover,
.topnavi a:focus,
header input.submit,
a:active,
a:hover,
.level_1 > li:hover,
#slider .slider-control a.slider-prev:hover:before,
#slider .slider-control a.slider-next:hover:after,
.slider-control a.slider-prev:hover:before,
.slider-control a.slider-next:hover:after,
.slider-control .slider-menu b.active,
.mainnavi .level_1 a.trail,
.mainnavi .level_1 a:hover,
.mainnavi .level_1 span.active,
.mainnavi .level_1 a:active,
.mainnavi .level_1 span.trail {
  color: #f56a0b;
}

/* 18191B - Color */
figure.image_container figcaption,
h1,
h2,
h3,
#footer .submit:hover,
.fa,
p.socialIcons a:after,
.team p.socialIcons a:hover:after,
.greytxt h1,
.greytxt h2,
.greytxt h4,
.ce_downloads li:before,
.contact-home a:hover,
footer a:hover,
.bgStyle a.btn:hover,
.ce_sliderStart a.btn:hover,
p.socials-top a:after,
.mod_search .submit:hover {
  color: #f56a0b;
}

a {
  color: #f56a0b;
  text-shadow: none;
}
a:hover {
  color: rgba(245, 106, 11, 0.6);
}

/* e6e6e6 :: Color */
.OutsideIn,
.OutsideIn p,
.OutsideIn h2 {
  color: #6d6f71;
}

/* e6e6e6 :: Background */
.InsideOut {
  background-color: #c5bda9;
}

.top {
  background-color: #ffffff;
}

p.error {
  padding: 5px;
  color: white !important;
  margin: 0;
  text-align: center;
}

.topbar {
  padding: 28px;
}

.button-menu {
  font-size: 40px;
}

/* RESPONSIVE LAYOUT */
@media (min-width: 1921px) {
  .home .bgStyle {
    height: 1150px;
  }
}
@media (max-width: 1200px) {
  .home .bgStyle {
    height: 50vw;
  }
  .home .bgStyle .overlayContent > div {
    padding: 0.5em 1em;
  }
  .home .bgStyle .overlayContent > div h1 {
    font-size: 3.6rem;
  }
  .home .bgStyle .overlayContent > div h2 {
    font-size: 86px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .banner-bg h1 {
    font-size: 3.6rem;
  }
  .slider-control {
    bottom: 30px;
  }
}
@media (max-width: 1199px) {
  #header .mod_navigation ul li a,
  #header .mod_navigation ul li span,
  #header .mod_navigation ul li strong {
    font-size: 2.1rem;
  }
}
@media (max-width: 1000px) {
  .logo img {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  body:not(.home) #main .container {
    margin: 0 1em;
  }
}
@media (max-width: 970px) {
  .slider-control {
    bottom: 30px;
  }
}
@media (max-width: 920px) {
  .home .bgStyle .overlayContent > div h1,
  .banner-bg h1 {
    font-size: 2.75rem;
  }
  .home .bgStyle .overlayContent > div h2,
  .banner-bg h2 {
    font-size: 65px;
  }
  .slider-control {
    bottom: 25px;
  }
}
body #hofff-consent-banner {
  padding: 20px;
  -webkit-box-shadow: 0px 2px 8px #6d6f71;
          box-shadow: 0px 2px 8px #6d6f71;
}
body #hofff-consent-banner .h2 {
  margin-top: 0;
}
body #hofff-consent-banner .checkbox_container span {
  width: 100%;
}
body #hofff-consent-banner .hofff-consent-privacy-settings {
  margin: 40px 0 20px 0;
}

@media (max-width: 850px) {
  #footer td {
    font-size: 14px !important;
    -webkit-text-size-adjust: none !important;
       -moz-text-size-adjust: none !important;
        -ms-text-size-adjust: none !important;
            text-size-adjust: none !important;
    text-transform: none;
  }
  .footer-bottom-info p {
    font-size: 14px !important;
    -webkit-text-size-adjust: none !important;
       -moz-text-size-adjust: none !important;
        -ms-text-size-adjust: none !important;
            text-size-adjust: none !important;
    line-height: 1.8;
  }
  body #hofff-consent-banner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  body #hofff-consent-banner .hofff-consent-button,
  body #hofff-consent-banner .hofff-consent-privacy-settings-toggle,
  body #hofff-consent-banner .hofff-consent-button-close {
    margin-top: 15px;
    margin-left: auto !important;
    margin-right: auto;
  }
  body #hofff-consent-banner .hofff-consent-button {
    float: none !important;
  }
  body #hofff-consent-banner .hofff-consent-buttons {
    text-align: center;
    float: none;
    display: block;
  }
  .hofff-consent-privacy-settings-button {
    text-align: center;
  }
  .hofff-consent-button {
    width: 70%;
    margin-left: 0 !important;
  }
  .hofff-consent-privacy-settings-toggle {
    width: 70%;
  }
  .hofff-consent-button-close {
    text-align: center;
    float: none !important;
    width: 70%;
    margin-left: 0 !important;
    margin-top: 15px;
  }
}
@media (max-width: 780px) {
  .fixedTop .button-menu {
    font-size: 40px;
  }
  .headline-cs1 h2,
  h1 {
    font-size: 36px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 10px;
  }
  h2 {
    font-size: 26px;
  }
  .banner-bg .dark-bg {
    padding: 0.5em;
  }
  .banner-bg h3 {
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .logo {
    margin: 0 !important;
  }
  .banner-bg .overlayContent {
    padding: 50% 0;
    padding-bottom: 0;
  }
  .banner-bg {
    background-size: contain;
  }
}
@media (max-width: 670px) {
  .home .bgStyle .overlayContent {
    width: 100% !important;
    left: 0;
  }
  .home .bgStyle .overlayContent > div {
    text-align: center;
  }
  .home .bgStyle .overlayContent > div h1 {
    font-size: 2rem;
  }
  .home .bgStyle .overlayContent > div h2 {
    font-size: 48px;
  }
  .banner-bg h1 {
    font-size: 2rem;
    padding-bottom: 0;
  }
  .overlayContent h3 {
    font-size: 14px;
  }
  .slider-control {
    bottom: 0;
  }
  .flex_col_around .infobox {
    width: 50%;
    height: auto;
    margin: 0 10px;
    padding: 3em 0.5em;
  }
  .flex_col_around .infobox .blockInner .textInner h4,
  .flex_col_around .infobox .blockInner .textInner h6 {
    font-size: 22px;
    line-height: 24px;
  }
  .flex_col_around .infobox .blockInner .textInner h3,
  .flex_col_around .infobox .blockInner .textInner h5 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .logo img {
    width: 80%;
  }
  .home .bgStyle {
    height: auto;
  }
  .home .bgStyle .overlayContent {
    position: static;
  }
  h1 {
    font-size: 28px;
  }
  h1,
  h2,
  h3,
  .banner-bg h1 {
    letter-spacing: 1px;
  }
  h2 {
    font-size: 20px;
  }
  .slider-control {
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .team-gallery .caption {
    width: 100% !important;
  }
  .banner-bg .overlayContent {
    padding: 100% 0;
    padding-bottom: 0;
  }
}
@media (max-width: 420px) {
  .flex_col_around {
    display: block;
  }
  .flex_col_around .infobox {
    width: 70%;
    margin: 1.5em auto;
  }
}
@media (max-width: 400px) {
  .home .bgStyle .overlayContent > div {
    padding: 0.5em;
  }
  .home .bgStyle .overlayContent > div h1 {
    font-size: 1em;
  }
  .home .bgStyle .overlayContent > div h2 {
    font-size: 39px;
  }
  .slider-control {
    bottom: -10px;
  }
  .hofff-consent-button {
    width: 100%;
  }
  .hofff-consent-privacy-settings-toggle {
    width: 100%;
  }
  .hofff-consent-button-close {
    width: 100%;
  }
}
.banner-bg {
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
}

.toggler:focus {
  outline: 0 !important;
}

.home img {
  width: 100%;
}

#hofff-consent-banner {
  background-color: #ffffff;
  padding: 10px;
}

.hofff-consent-buttons {
  float: right;
}

.hofff-consent-button-close, .hofff-consent-privacy-settings-toggle, .hofff-consent-button {
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 14px;
}
.hofff-consent-button-close:hover, .hofff-consent-privacy-settings-toggle:hover, .hofff-consent-button:hover {
  background-color: rgba(61, 61, 61, 0.7);
  border: 1px solid rgba(61, 61, 61, 0.7019607843);
}

.hofff-consent-button {
  margin-left: 15px !important;
}

.hofff-consent-root-text {
  margin-bottom: 25px;
}

.hofff-consent-button-close {
  margin-left: 15px !important;
}

.footer-bottom-info h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 10px 0;
  line-height: 1.2;
  letter-spacing: 2px;
  font-size: 22px !important;
}

.footer-bottom-info h3,
.footer-bottom-info p {
  padding-left: 15px;
}

#rezept textarea {
  color: rgba(0, 0, 0, 0.6);
}