body {
   font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
   margin-top: 0px;
   margin-bottom: 0.7rem;
}

h1 {
   font-size: 2.6em;
   font-weight: 700;
   color: #282727;
   margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
   h1 {
      font-size: 3em;
   }
}

@media screen and (max-width: 768px) {
   h1 {
      font-size: 2.2em;
   }
}

h2 {
   color: #282727;
   font-weight: 700;
   margin-bottom: 30px;
   font-size: 2.2rem;
}

@media screen and (max-width: 992px) {
   h2 {
      font-size: 2rem;
   }
}

h3 {
   color: #282727;
   font-size: 1.4rem;
   font-weight: 700;
   margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
   h3 {
      font-size: 1.3rem;
   }
}

h5 {
   color: #282727;
   font-size: 1.2rem;
}

h4 {
   font-size: 1.4rem;
   color: #282727;
   font-weight: 700;
}

p {
   font-family: 'Montserrat', sans-serif;
   color: #282727;
   font-weight: 500;
}

#carouselCovasearchIndicators {
   background-color: #590310;
   text-align: left;
}

.carousel.slide img {
   width: 100%;
   height: auto;
}

.carousel-image {
   height: 480px;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center !important;
}

.carousel-image {
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}

.carousel-indicators li {
   width: 45px;
}

.carousel-caption {
   max-width: 31vw;
   left: 8%;
}

@media screen and (max-width: 768px) {
   .carousel-size-resp .container {
      padding-right: 0;
      padding-left: 0;
   }
   .carousel-size-resp .carousel-caption {
      max-width: 100%;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 60px;
   }
   .carousel-image,
   .carousel-image img {
      height: 380px;
   }
}

.dropdown-item {
   padding-left: 40px;
}

.carousel-control-prev-icon {
   background-image: url('/typo3conf/ext/site_package/Resources/Public/Images/prev.svg');
}

.carousel-control-next-icon {
   background-image: url('/typo3conf/ext/site_package/Resources/Public/Images/next.svg');
}

.carousel-control-prev-icon-white {
   background-image: url('/typo3conf/ext/site_package/Resources/Public/Images/prev-white.svg');
}

.carousel-control-next-icon-white {
   background-image: url('/typo3conf/ext/site_package/Resources/Public/Images/next-white.svg');
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
   width: 23px;
   height: 23px;
}

.carousel-inner h1 {
   font-weight: 700;
   font-size: 3.2em;
   position: relative;
}

.carousel-inner p {
   color: #fff;
   font-size: 1.2em;
   /* margin-top: 45px; */
}

@media screen and (max-width: 992px) {
   .carousel-inner p {
      font-size: 1.2em;
   }
}

.carousel-inner h1:after {
   content: '';
   position: absolute;
   width: 70px;
   left: 0;
   bottom: -15px;
   border: 2px solid #e3d6c5;
}

@media screen and (max-width: 1200px) {
   .carousel-size-resp .carousel-inner h1 {
      font-size: 2.7em;
   }
}

@media screen and (max-width: 992px) {
   .carousel-size-resp .carousel-inner h1 {
      font-size: 2.2em;
   }
}

@media screen and (max-width: 768px) {
   .carousel-size-resp .carousel-inner h1 {
      font-size: 1.7em;
   }
}

.da-thumbs li {
   margin: 0;
}

* {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

input,
.form-control,
.form-control:focus,
.form-control:active,
input:focus,
input:active,
a:focus,
select:focus,
textarea:focus,
button:focus {
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

@media (min-width: 0) {
   .card-deck .card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
   }
}

@media (min-width: 576px) {
   .card-deck .card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
      flex: 0 0 calc(100% - 30px);
   }
}

@media (min-width: 768px) {
   .card-deck .card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
      flex: 0 0 calc(50% - 30px);
   }
}

@media (min-width: 991.9px) {
   .card-deck .card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
      flex: 0 0 calc(50% - 30px);
   }
}

@media (min-width: 1200px) {
   .card-deck .card {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 30px);
      flex: 0 0 calc(33.33333% - 30px);
   }
}

::-moz-selection {
   background: #751826;
   color: #e3d6c5;
   /* WebKit/Blink Browsers */
}

::selection {
   background: #751826;
   color: #e3d6c5;
   /* WebKit/Blink Browsers */
}

body {
   font-family: 'Montserrat', sans-serif;
   margin-top: 105px;
}

@media screen and (max-width: 992px) {
   body {
      margin-top: 111px;
   }
}

img {
   width: 100%;
}

p {
   color: #282727;
}

p a {
   color: #e3d6c5;
   transition: all .2s ease-in-out;
}

p a:hover {
   color: #e3d6c5;
   text-decoration: none;
   border-bottom: 1px solid #e3d6c5;
}

p a.button-on-red:hover {
   border-bottom: 1px solid #590310;
}

nav {
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.navbar {
   padding: 1.4em 0;
   background-color: white;
}

.navbar .container {
   padding-left: 30px;
   padding-right: 30px;
}

img.logo-size {
   width: 245px;
   height: 58px;
   margin-right: 80px;
}

@media screen and (max-width: 768px) {
   img.logo-size {
      margin-left: 0.8em;
      width: 140px;
   }
}

section {
   padding: 120px 0;
   position: relative;
}

.button a {
   display: inline-block;
   margin-top: 20px;
   padding: 9px 37px;
   border-radius: 40px;
   border: 1px solid #e3d6c5;

   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-weight: 400;
   color: #590310;
   background-color: #e3d6c5;
}

.button a:hover {
   color: #e3d6c5;
   background-color: transparent;
   text-decoration: none;
}

.button-on a {
   display: inline-block;
   margin-top: 20px;
   padding: 9px 37px;
   color: #fff;
   border-radius: 40px;
   border: 1px solid #590310;
   background-color: #590310;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-weight: 400;
}

.button-on a:hover {
   color: #590310;
   background-color: transparent;
   text-decoration: none;
}

a.button-on-red {
   display: inline-block;
   margin-top: 20px;
   padding: 9px 37px;
   color: #e3d6c5;
   border-radius: 40px;
   border: 1px solid #590310;
   background-color: #590310;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-weight: 400;
}

a.button-on-red:hover {
   color: #590310;
   background-color: transparent;
   text-decoration: none;
}

input[type='submit'].button-on {
   display: inline-block;
   margin-top: 20px;
   padding: 9px 37px;
   color: #fff;
   border-radius: 40px;
   border: 1px solid #590310;
   background-color: #590310;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-weight: 400;
}

input[type='submit']:hover.button-on {
   color: #590310;
   background-color: transparent;
   text-decoration: none;
}

#jobs ul {
   list-style: none;
   width: 100%;
   text-align: left;
}

#jobs ul a:before {
   content: '\2022';
   display: inline-block;
   width: 0.7em;
   font-size: 1em;
   color: #fff;
}

#jobs ul li a {
   color: #ba936a;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   padding: 5px 0;
   display: inline-block;
}

#jobs ul li a:hover {
   color: #e3d6c5;
}

#ueber-uns {
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
   background-attachment: fixed !important;
   min-height: 500px;
   z-index: 1;
   /* background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay; */
   position: relative;
}

#ueber-uns p {
   color: #e3d6c5;
}

#ueber-uns h2 {
   color: #e3d6c5;
}

#ueber-uns:after {
   position: absolute;
   content: ' ';
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 0;
   background-color: rgba(89, 3, 16, 0.9);
   z-index: -1;
}

#jobs {
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
   background-attachment: fixed !important;
   /* min-height: 500px; */
   z-index: 1;
   /* background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay; */
   position: relative;
}

#jobs p {
   color: #e3d6c5;
}

#jobs h2 {
   color: #e3d6c5;
}

#jobs:after {
   position: absolute;
   content: ' ';
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 0;
   background-color: rgba(89, 3, 16, 0.9);
   z-index: -1;
}

a.nav-link {
   font-size: 1em;
   color: #590310;;
}

.card-img {
   -o-object-fit: cover;
   object-fit: cover;
}

/* The progress container (grey background) */

.progress-container {
   width: 100%;
   height: 2px;
   background: lightgrey;
   position: fixed;
   top: 0;
}

/* The progress bar (scroll indicator) */

.progress-bar {
   height: 2px;
   background: #590310;
   width: 0%;
}

button.navbar-toggler {
   border: none;
   outline: none;
}

button.navbar-toggler {
   padding: 1.5rem 0.75rem 0 0.75rem !important;
}

@media screen and (max-width: 991.9px) {
   button.navbar-toggler {
      padding: 0.4em 0.75em 0.4em 0.75em !important;
   }
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: -webkit-transform 0.35s ease-in-out;
   transition: -webkit-transform 0.35s ease-in-out;
   -o-transition: transform 0.35s ease-in-out;
   transition: transform 0.35s ease-in-out;
   transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
   left: 0;
   top: 8px;
   -webkit-transform: rotate(135deg);
   -ms-transform: rotate(135deg);
   transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
   visibility: hidden;
   background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
   left: 0;
   top: -6px;
   -webkit-transform: rotate(-135deg);
   -ms-transform: rotate(-135deg);
   transform: rotate(-135deg);
}

.navbar-toggler span {
   display: block;
   background-color: #590310;;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

li.nav-item {
   padding: 0 9px;
   display: inline-block;
   vertical-align: middle;
}

@media screen and (max-width: 991.9px) {
   li.nav-item:first-child {
      margin-top: 80px;
   }
   li.nav-item:last-child {
      margin-bottom: 15px;
   }
}

.menu-text a {
   margin-bottom: -10px;
   position: relative;
   display: block;
   -webkit-transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
   -o-transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
   transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
   color: #590310;;
}

.menu-text a:hover {
   color: #590310;
}

.menu-text a:active {
   color: #590310;
}

a.nav-link:focus {
   color: #590310;
}

.navbar-light .navbar-nav a {
   position: relative;
   text-decoration: none;
   padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
   padding: 0px;
   color: #590310;
}

@media screen and (max-width: 991.9px) {
   .navbar-light .navbar-nav .nav-link {
      margin-bottom: 15px;
   }
}

a.nav-link {
   padding-bottom: 0px;
   margin-top: 12px;
   text-decoration: none;
   text-align: center;
}

@media screen and (max-width: 991.9px) {
   a.nav-link {
      margin-top: 15px;
      margin-right: 5px;
      font-size: 42px;
   }
}

@media screen and (max-width: 767.9px) {
   a.nav-link {
      font-size: 22px;
   }
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
   color: #ae6e40;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
   color: #ae6e40;
}

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

@media (min-width: 768px) {
   .carousel-container .container {
      max-width: none;
   }
}

.menu-text {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: reverse;
   -ms-flex-flow: row-reverse;
   flex-flow: row-reverse;
   margin-left: auto;
}

.small-padding {
   padding: 80px 0;
}

.secondary-color {
   position: fixed;
   top: 0px;
   left: 0px;
   width: 20%;
   height: 100%;
   background-color: #590310;
   z-index: 2;
}

.navbar-smaller {
   padding: 0.9em 0 0.9em 0 !important;
   -webkit-box-shadow: 0px 1px 2px -1px rgba(199, 197, 199, 0.7);
   box-shadow: 0px 1px 2px -1px rgba(199, 197, 199, 0.7);
}

.navbar-smaller img {
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.navbar-smaller img.logo-size {
   width: 170px;
   height: auto;
}

@media screen and (max-width: 768px) {
   .navbar-smaller img.logo-size {
      margin-left: 0.7em;
      width: 140px;
   }
}

.navbar-smaller a.nav-link {
   margin-top: 4px;
}

@media screen and (max-width: 768px) {
   .navbar-smaller a.nav-link {
      margin-top: 14px;
      margin-bottom: 10px;
   }
}

.navbar-smaller a::before {
   bottom: -22px;
}

.navbar-smaller a.active:before {
   bottom: -22px;
}

.relative-size {
   width: 100%;
   height: 100%;
}

.photo-home img {
   width: 100%;
   padding: 100px;
}

.carousel-caption {
   bottom: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

img.sizing-img {
   display: block !important;
   width: 80% !important;
   float: right;
   padding: 60px 0;
}

.carousel-caption {
   position: absolute;
   right: 15%;
   bottom: 200px;
   left: 15%;
   z-index: 10;
   padding-top: 20px;
   padding-bottom: 20px;
   color: #fff;
   text-align: left;
   bottom: initial;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

.carousel-caption h5 {
   font-family: 'Montserrat', sans-serif;
   font-size: 130px;
   font-weight: 900;
   text-transform: uppercase;
}

.carousel-control-next,
.carousel-control-prev {
   cursor: pointer;
   width: 5%;
}

.fuss-creativity h2 {
   margin-bottom: 50px;
}

.fuss-creativity {
   background-color: #590310;
   background: -o-linear-gradient(top, #590310 1190px, white 1190px);
   background: linear-gradient(180deg, #590310 1190px, white 1190px);
}

.section-size {
   margin-bottom: 30px;
   padding-top: 150px !important;
   padding-bottom: 95px !important;
   margin: 0 40px;
   margin-bottom: 40px;
}

@media screen and (max-width: 1224px) {
   .section-size {
      margin: 0 10px;
      margin-bottom: 30px;
   }
}

@media screen and (max-width: 991.9px) {
   .section-size {
      margin: 0;
      margin-bottom: 30px;
      padding: 10px 15px 15px 15px;
      padding-top: 60px !important;
   }
}

.card {
   border-radius: 0;
}

.card-body {
   padding-top: 50px;
   padding-bottom: 60px;
   background: #f0eeee;
}

img.card-img-top {
   border-radius: 0;
}

img.card-img-top {
   width: 100%;
   height: 15vw;
   -o-object-fit: cover;
   object-fit: cover;
}

button:focus {
   outline: 0;
   border: none;
}

button:active {
   outline: 0;
   border: none;
}

button {
   outline: 0;
   border: none;
}

.line-white h2:after {
   border: 3px solid white;
}

.modal-content {
   border-radius: 0 !important;
}

.modal-content {
   padding: 30px;
}

.btn:focus {
   outline: 0 !important;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.btn:active {
   outline: 0 !important;
}

a:focus {
   outline: none !important;
}

a:active {
   outline: none !important;
}


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

/* form css */

@media screen and (max-width: 991.9px) {
   .header-wrapper {
      margin: 0;
      border-radius: 0;
   }
}

.white-text h1 {
   color: white;
   font-weight: 700;
}

.white-text p {
   color: white;
}

form {
   margin-top: 50px;
}

div.card-body {
   padding-left: 40px;
   padding-right: 40px;
}

.modal-title {
   font-weight: 700;
}

@media screen and (max-width: 991.9px) {
   .carousel-caption h1 {
      font-size: 2.7em;
   }
   h2 {
      font-size: 2.3em;
   }
}

@media screen and (max-width: 768px) {
   h2 {
      font-size: 2.3em;
   }
   .carousel-caption h1 {
      font-size: 2em;
   }
   .funny-button {
      width: 77px;
      height: 77px;
      right: 31px;
      bottom: 20px;
   }
}

a {
   color: #590310;;
}

a:hover {
   text-decoration: underline;
   color: #590310;;
}

.orange {
   color: #590310;;
}

.logo-main-color img {
   width: 150px;
   margin-bottom: 40px;
}

.hidden {
   position: relative;
   display: block;
   min-height: 1px;
   font-weight: 700;
}

.langbox {
   position: absolute;
   float: right;
   background-color: white;
   right: 4px;
   top: 30px;
   z-index: 999;
   width: 40px;
   padding: 5px;
}

.two {
   top: 73px;
}

.three {
   top: 116px;
}

.four {
   top: 159px;
}

.not-active {
   color: grey;
}

.not-active:hover {
   color: #590310;;
}

.grey-bck {
   background: #f5f5f5;
}

.light-blue-bck {
   background: #dfecf7;
}

#testimonials img {
   height: auto;
   margin-top: 20px;
}

#testimonials p {
   color: #590310;;
}

#testimonials .col-center {
   margin: 0 auto;
   float: none !important;
}

#testimonials .carousel {
   margin: 50px auto 0 auto;
   padding: 0 170px;
}

#testimonials .carousel .item {
   color: #999;
   font-size: 14px;
   text-align: center;
   overflow: hidden;
   min-height: 290px;
}

#testimonials .carousel .item .img-box {
   width: 135px;
   height: 135px;
   margin: 0 auto;
   padding: 5px;
   border: 1px solid #ddd;
   border-radius: 50%;
}

#testimonials .carousel .img-box img {
   width: 100%;
   height: 100%;
   display: block;
   border-radius: 50%;
}

#testimonials .carousel .testimonial {
   padding: 30px 0 10px;
}

#testimonials .carousel .overview {
   font-style: italic;
}

#testimonials .carousel .overview b {
   text-transform: uppercase;
   color: #7aa641;
}

#testimonials .carousel .carousel-control {
   width: 40px;
   height: 40px;
   margin-top: -20px;
   top: 50%;
   background: none;
}

#testimonials .carousel-control i {
   font-size: 68px;
   line-height: 42px;
   position: absolute;
   display: inline-block;
   color: rgba(0, 0, 0, 0.8);
   text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

#testimonials .carousel .carousel-indicators {
   bottom: -40px;
}

#testimonials .carousel-indicators li,
#testimonials .carousel-indicators li.active {
   width: 10px;
   height: 10px;
   margin: 1px 3px;
   border-radius: 50%;
}

#testimonials .carousel-indicators li {
   background: #999;
   border-color: transparent;
   -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#testimonials .carousel-indicators li.active {
   background: #555;
   -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991.9px) {
   #testimonials .carousel {
      padding: 0 83px;
   }
}

#netzwerkpartner img {
   padding: 15px;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

#netzwerkpartner img:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

div.card-body {
   padding: 40px 30px;
}

.card-body h3 {
   position: relative;
   font-weight: 700;
   color: #590310;
   margin-bottom: 35px;
}

.card-body h3:after {
   content: '';
   position: absolute;
   width: 60px;
   left: 0;
   bottom: -14px;
   border: 1px solid #ae6e40;
}

.card {
   border: 1px solid transparent;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.card-body {
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.card-body p {
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
   color: #590310;;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
   opacity: 0.5;
}

.card:hover {
   cursor: pointer;
}

.card:hover img {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.card:hover .card-body {
   background: #e6e2d6;
}

.card-wrapper {
   overflow: hidden;
   position: relative;
}

.card-wrapper img {
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.frame-news .card-body {
   padding-bottom: 35px;
   position: relative;
}

.frame-news .card {
   overflow: hidden;
   border: none;
   -webkit-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

.frame-news img.card-img-top {
   -webkit-transition: ease 0.1s;
   -o-transition: ease 0.1s;
   transition: ease 0.1s;
   width: 100%;
   min-width: 100%;
   height: 13vw;
   -o-object-fit: cover;
   object-fit: cover;
}

@media screen and (max-width: 991.9px) {
   .frame-news img.card-img-top {
      height: 25vw;
   }
}

@media screen and (max-width: 767.9px) {
   .frame-news img.card-img-top {
      height: 45vw;
   }
}

@media screen and (max-width: 1200px) {
   .frame-news .card {
      margin-bottom: 30px;
   }
}

.frame-news .card:hover {
   -webkit-transform: translateY(-6px);
   -ms-transform: translateY(-6px);
   transform: translateY(-6px);
   cursor: pointer;
}

@-webkit-keyframes animate-3 {
   0%,
   20%,
   50%,
   80%,
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
   }
   60% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
   }
}

@keyframes animate-3 {
   0%,
   20%,
   50%,
   80%,
   100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
   }
   40% {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
   }
   60% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
   }
}

.frame-news .arrow {
   display: inline-block;
   vertical-align: top;
   padding: 0 0 0 10px;
}

.frame-news .arrow svg {
   width: 38px;
   height: auto;
}

.frame-news .arrow svg path {
   fill: #590310;;
}

.frame-news .card:hover .arrow--3 {
   -webkit-animation: animate-3 1.5s infinite;
   animation: animate-3 1.5s infinite;
}

.frame-news .card:hover .arrow--3 svg path {
   fill: #590310;
}

.frame-news .arrow--3 {
   position: absolute;
   bottom: 20px;
   right: 1.25rem;
}

.frame-news .card-columns {
   -webkit-box-shadow: none;
   box-shadow: none;
   orphans: 1;
}

.footer-size {
   padding-top: 60px;
}

.text-bottom {
   font-size: 0.8em;
}

section.filialen {
   color: #590310;;
}

section.filialen p {
   font-weight: 500;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea.form-control,
textarea {
   border-radius: 0;
   border: none;
   padding: 10px 0;
   color: #590310;
   width: 100%;
   margin: 10px 0;
   border-bottom: 3px solid #590310;;
   font-weight: 500;
}

input[type='tel']:active,
input[type='text']:active,
textarea:active,
textarea:focus,
.form-control:focus,
input[type='text']:focus,
textarea:focus {
   background-color: rgba(255, 255, 255, 0.2);
   border-bottom: 3px solid #590310;
   color: #590310;
}

input[type='text']:active,
input[type='tel']:active,
input[type='email']:active,
textarea.form-control:active {
   border-bottom: 3px solid #590310;
}

::-webkit-input-placeholder {
   color: #590310;;
   font-weight: 500;
}

::-moz-placeholder {
   color: #590310;;
   font-weight: 500;
}

:-ms-input-placeholder {
   color: #590310;;
   font-weight: 500;
}

::-ms-input-placeholder {
   color: #590310;;
   font-weight: 500;
}

::placeholder {
   color: #590310;;
   font-weight: 500;
}

input[type='submit'] {
   display: inline-block !important;
   margin: 20px 0;
   padding: 0.5em 3.5em;
   border-radius: 1.7em;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   text-decoration: none;
   background-color: transparent;
   color: #590310;
   text-align: center;
   -webkit-transition: all 0.2s;
   -o-transition: all 0.2s;
   transition: all 0.2s;
   font-weight: 700;
   font-size: 1rem;
   border: 1px solid #590310;
   width: auto;
}

input[type='submit']:hover {
   background-color: #590310;
   color: white;
   border-color: #590310;
}

.social-icons i.fab {
   font-size: 1.6em;
   padding: 0 10px;
   margin-bottom: 1em;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.social-icons i.fab:hover {
   color: #590310;
}

.image-team {
   width: 100%;
   height: 280px;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
}

.image-team {
   margin-bottom: 50px;
}

.image {
   height: 370px;
   margin-bottom: 28px;
}

.image img {
   height: 370px;
   -o-object-fit: cover;
   object-fit: cover;
   margin-bottom: 28px;
}

@media screen and (max-width: 1199.9px) {
   .image img {
      height: 340px;
   }
   .image {
      height: 340px;
   }
}

@media screen and (max-width: 991.9px) {
   .images-column {
      width: 70%;
   }
   .image {
      height: 360px;
      margin-bottom: 28px;
   }
   .image img {
      height: 360px;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 28px;
   }
}

@media screen and (max-width: 600px) {
   .image {
      height: 320px;
      margin-bottom: 28px;
   }
   .image img {
      height: 320px;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 28px;
   }
}

.da-thumbs {
   width: 100%;
   margin: 0;
   height: auto;
}

.da-thumbs li {
   -webkit-box-shadow: none;
   box-shadow: none;
   padding: 15px;
}

.da-thumbs li a div {
   background: rgba(41, 51, 92, 0.9);
}

.overlay p,
.overlay a {
   font-weight: 500;
   color: #fff;
   padding-right: 10px;
}

.overlay h4 {
   font-weight: 700;
   color: #590310;
   position: relative;
   margin-bottom: 40px;
   font-size: 1.7em;
}

.overlay h4:after {
   content: '';
   position: absolute;
   width: 60px;
   left: 0;
   bottom: -14px;
   border: 1px solid #590310;
}

.font-white {
   color: #fff;
}

.back-to-top {
   border: 1px solid #ae6e40;
   position: fixed;
   bottom: 58px;
   opacity: 0.5;
   right: 20px;
   padding: 1em;
   z-index: 999;
   color: #ae6e40;
   font-size: 0.9em;
   text-decoration: none;
   -webkit-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;
   border-radius: 5px;
}

.back-to-top:hover {
   opacity: 1;
   color: #fff;
   background: #ae6e40;
   text-decoration: none;
   bottom: 65px;
}

.overlay {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 15px;
   right: 15px;
   height: 100%;
   width: auto;
   opacity: 0;
   -webkit-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
   background-color: rgba(227, 214, 197, 0.8);
}

.overlay:hover {
   opacity: 1;
}

.text {
   color: white;
   font-size: 20px;
   position: absolute;
   top: 50%;
   left: 20px;
   -webkit-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   transform: translate(0, -50%);
   text-align: left;
   font-size: 1em;
}

.image-dienst {
   width: 100%;
   min-height: 100%;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
}

@media screen and (max-width: 768px) {
   .image-dienst {
      height: 240px;
   }
}

.dienst-color-bck {
   background: #fff;
}

.col-brey-bck {
   background: #f5f5f5;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.col-brey-bck:hover {
   background: #590310;
}

.icon-dienst img,
.icon-dienst svg {
   width: 24px;
   position: absolute;
   bottom: 20px;
   left: 50%;
   right: 50%;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

svg.Ebene_1 {
   width: 24px;
   position: absolute;
   bottom: 20px;
   display: block;
   margin-left: 15px;
   margin-bottom: 20px;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

svg.Ebene_1 .cls-1 {
   fill: #590310 !important;
}

.icon-dienst:hover svg.Ebene_1 .cls-1 {
   fill: #fff !important;
}

.icon-dienst svg:hover {
   bottom: 25px;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

#dienstleistungen div.card-body,
#dienstleistungen div.card {
   padding: 0;
   border: none;
}

.opened-color {
   background: #f5f5f5;
}

.p-40 {
   padding: 40px;
   padding-right: 65px;
}

#dienstleistungen .box-css {
   position: relative;
   padding-right: 85px;
}

.box-for-arrow {
   height: 100%;
   width: 55px;
   position: absolute;
   right: -1px;
   top: 0;
   bottom: 0;
   background: #f5f5f5;
   background: #e8e6e6;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0);
   -webkit-transform-origin: center center !important;
   -ms-transform-origin: center center !important;
   transform-origin: center center !important;
}

.box-for-arrow-left {
   left: 0;
}

.box-css {
   padding-left: 85px;
}

#dienstleistungen .box-css-left {
   padding-right: 40px;
   padding-left: 85px;
}

.box-for-arrow:hover {
   background: #590310;
}

.box-for-arrow-down:hover {
   background: #e8e6e6;
}

.box-for-arrow-down svg.Ebene_1 {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.box-for-arrow:hover svg.Ebene_1 .cls-1 {
   fill: #fff !important;
}

.arrow-down {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.show-me-what-you-got.box-for-arrow:hover {
   background: #e8e6e6;
}

.show .box-for-arrow:hover svg.Ebene_1 .cls-1 {
   fill: #590310 !important;
}

.box-for-arrow.box-for-arrow-left.box-for-arrow-down:hover {
   background: #e8e6e6;
}

.box-for-arrow-down:hover svg.Ebene_1 {
   margin-bottom: 37px;
}

.arrow-is-now-opened-my-baby svg.Ebene_1 {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   -webkit-transform-origin: center center !important;
   -ms-transform-origin: center center !important;
   transform-origin: center center !important;
}

#dienstleistungen a {
   color: #590310;
}

#dienstleistungen a:hover {
   color: #590310;
}

.pr-65 {
   padding: 40px;
   padding-left: 85px;
}

.frame-news div.listEntryLink {
   text-align: right;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 50px;
}

.frame-news div.listEntryLink a {
   display: block;
   width: 44px;
   height: 100%;
   position: absolute;
   right: 35px;
   bottom: 15px;
   font-size: 0;
   background-image: url(/typo3conf/ext/site_package/Resources/Public/Images/more.svg);
   background-repeat: no-repeat;
   background-position: -83px center;
   background-size: 160px 27px;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.frame-news div.listEntryLink a:after {
   content: '';
   display: block;
   visibility: hidden;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-image: url(/typo3conf/ext/site_package/Resources/Public/Images/more2.svg);
   background-repeat: no-repeat;
   background-position: -83px center;
   background-size: 160px 27px;
   -webkit-transition: background-position 0.4s ease-out;
   -o-transition: background-position 0.4s ease-out;
   transition: background-position 0.4s ease-out;
}

.frame-news div.card:hover .listEntryLink a:after {
   visibility: visible;
   background-position: -36px center;
}

.frame-news div.card:hover .listEntryLink a {
   visibility: hidden;
}

.frame-news .card-body {
   padding-bottom: 45px;
}

.bck-carousel {
   background: #590310;;
}

@media screen and (max-width: 991.9px) {
   .frame-news .card-body {
      padding-bottom: 65px;
   }
   .carousel-control-prev,
   .carousel-control-next {
      z-index: 999;
   }
   .card-body h3 {
      font-size: 1.2em;
   }
}

@media screen and (max-width: 768px) {
   .carousel-caption {
      position: relative;
      padding: 30px 60px;
   }
   .carousel-size-resp .carousel-caption {
      padding: 30px 60px;
   }
   .carousel-container .container {
      max-width: none;
   }
   .navbar {
      -webkit-box-shadow: 0px 1px 2px -1px rgba(199, 197, 199, 0.7);
      box-shadow: 0px 1px 2px -1px rgba(199, 197, 199, 0.7);
   }
   .carousel-control-prev,
   .carousel-control-next {
      width: 10%;
   }
   #testimonials .carousel {
      padding: 0 54px;
   }
}

@media screen and (max-width: 564px) {
   .carousel-size-resp .carousel-caption {
      padding: 30px 54px;
   }
   #testimonials .carousel {
      padding: 0 40px;
   }
}

.frame-news .card-body {
   height: 100%;
}

.frame-news .card:hover a {
   text-decoration: none;
}

.m-img .imageus {
   margin-top: -200px;
}

.m-img .iconus {
   margin-top: 30px;
   width: 16px;
   height: 30px;
   background-repeat: no-repeat !important;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.m-img .box {
   width: 100%;
}

.m-img .box:hover .iconus {
   margin-left: -12px;
}

.opened-color-left {
   background: -webkit-gradient(linear, left top, right top, from(#e8e6e6), to(#f5f5f5));
   background: -o-linear-gradient(left, #e8e6e6, #f5f5f5);
   background: linear-gradient(90deg, #e8e6e6, #f5f5f5);
}

.opened-color-right {
   background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#e8e6e6));
   background: -o-linear-gradient(left, #f5f5f5, #e8e6e6);
   background: linear-gradient(90deg, #f5f5f5, #e8e6e6);
}

.i4ewOd-pzNkMb-tJHJj {
   background: #590310; !important;
}

a.button-on {
   display: inline-block;
   margin-top: 20px;
   padding: 9px 37px;
   color: #590310;
   border-radius: 40px;
   border: 1px solid #e3d6c5;
   background-color: #e3d6c5;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-weight: 400;
}

a:hover.button-on {
   color: #e3d6c5;
   background-color: transparent;
   text-decoration: none;
}

.image img.image-embed-item {
   width: 100%;
   height: auto;
}

figure.image {
   height: auto;
}

figure.image img {
   margin-bottom: 0;
}

.news-img-wrap img {
   height: auto;
}

#c40 h2 {
   margin-bottom: 55px;
}

body {
   /* stays full height of viewport even if content is small */
   min-height: 100%;
   /* allows us to absolutely position its contents refer https://codepen.io/CITcmcg/pen/pjZpWQ */
   position: relative;
}

footer {
   background: #eee;
   width: 100%;
   /*position: absolute;
   height: 0em;*/
   height: 100%;
   /* put at bottom of its container, main */
   bottom: 0;
   padding: 15px 0px;
}

footer p.text-center {
   margin: 0px;
}

.back-to-top {
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

#c10 {
   margin-bottom: 40px;
}

#dienstleistungen {
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

@media screen and (max-width: 600px) {
   h1 {
      font-size: 1.9em;
   }
   h2 {
      font-size: 1.5em;
   }
   img.logo-size {
      margin-left: 0;
      width: 130px;
   }
   .overlay h4 {
      font-size: 1.2em;
   }
   .navbar-smaller img.logo-size {
      margin-left: 0;
      width: 100px;
   }
   .carousel-image,
   .carousel-image img {
      height: 291px;
   }
   .navbar {
      padding: 0.5em 0;
      background-color: white;
   }
   body {
      margin-top: 59px;
   }
   #c17 p {
      padding: 0 15px;
   }
   #c20 ul {
      padding-right: 15px;
   }
}

@media screen and (max-width: 768px) {
   section {
      padding: 40px 0;
   }
   .m-img .imageus {
      margin-top: 0px;
   }
   .m-img .box .iconus {
      margin-bottom: 40px;
   }
}

@media screen and (max-width: 540px) {
   .image img {
      height: auto;
      margin-bottom: 0;
   }
   .image {
      height: auto;
   }
}

.image img {
   height: auto;
   margin-bottom: 0;
}

.image {
   height: auto;
}

.overlay a {
   display: inline-block;
   margin: 5px 0;
}

.img-news-detailpage-size img {
   width: 200px;
   height: auto;
   margin-bottom: 40px;
}

.cc_container {
   background: #590310;;
   color: #590310;
   font-size: 16px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
   -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out,
      -webkit-box-shadow 200ms ease-in-out;
   transition: background 200ms ease-in-out, color 200ms ease-in-out,
      -webkit-box-shadow 200ms ease-in-out;
   -o-transition: background 200ms ease-in-out, color 200ms ease-in-out,
      box-shadow 200ms ease-in-out;
   transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
   transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out,
      -webkit-box-shadow 200ms ease-in-out;
   -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out,
      box-shadow 200ms ease-in-out;
   display: inline-block;
   padding: 9px 15px;
   color: #fff;
   border-radius: 40px;
   border: 1px solid #590310;
   background-color: #590310;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   font-weight: 400;
}

.cc_container {
   border-top: 1px solid #590310;
}

.cc_container .cc_message {
   font-size: 0.8em !important;
   line-height: 1.3em;
}

input[type='text']:active,
input[type='tel']:active,
input[type='email']:active,
textarea.form-control:active {
   border-bottom: 3px solid #590310;;
}

.no-special-padding {
   padding: 0;
}

@media all and (-ms-high-contrast: none) {
   *::-ms-backdrop,
   .carousel-caption {
      position: absolute;
      right: 15%;
      top: 20px;
      bottom: initial;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left;

      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
   }
   *::-ms-backdrop,
   .frame-news img.card-img-top {
      -webkit-transition: ease 0.1s;
      -o-transition: ease 0.1s;
      transition: ease 0.1s;
      width: 100%;
      height: auto;
      max-height: 300px;
      object-fit: none;
   }
   *::-ms-backdrop,
   .a-link-to-change a {
      height: 90%;
      max-height: 200px;
   }
}

.carousel-inner h2 {
   font-weight: 700;
   font-size: 3.2em;
   color: #e3d6c5;
   position: relative;
}

.frame-light-blue-bck {
   background: #e3d6c5;
   padding: 80px 0;
}

.parallax-image {
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
   background-attachment: fixed !important;
   min-height: 500px;
   z-index: 1;
   /* background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay; */
   position: relative;
}

.parallax-image p {
   color: #fff;
}

.parallax-image h2 {
   color: #590310;
}

.parallax-image:after {
   position: absolute;
   content: ' ';
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 0;
   background-color: rgba(41, 51, 92, 0.9);
   z-index: -1;
}
.frame-light-blue-bck h2,
#team h2 {
   color: #590310;
}
.frame-light-dark-red h2,
.frame-light-dark-red p {
   color: #e3d6c5;
}
.frame-light-dark-red {
   background-color: #590310;
   padding: 80px 0;
}
.frame-logo-bigger-hover img {
   padding: 15px;
   display: block;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.frame-logo-bigger-hover img:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}
.opened-color div.card-body {
   padding: 0px;
}

.dienst-color-bck .col-col {
   padding: 40px;
}

div.col-12.col-sm-12.col-md-7.col-col.box-css.box-css-left {
   padding-right: 40px;
   padding-left: 85px;
}
div.col-12.col-sm-12.col-md-7.col-col.box-css {
   position: relative;
   padding-right: 85px;
}

footer {
   background-color: #590310;
   color: #e3d6c5 !important;
   transition: all 0.2s ease-in-out;
}
footer a,
footer p {
   color: #e3d6c5 !important;
}

.footer-color {
   background-color: #590310;
   color: #e3d6c5 !important;
}

.frame-white-bck {
   padding: 120px 0;
   position: relative;
}
.news-img-wrap img {
   height: auto;
   max-width: 300px;
   float: right;
}
.news-img-wrap img:after {
   clear: both;
}
.powermail_field {
   text-align: center;
}
.card:hover .card-body h3 {
   color: #590310;
}
/* .card:hover .card-body p {
   color: #590310;
} */
.card .card-body p {
   color: #ae6e40;
}
.card-body h3:after {
   content: '';
   position: absolute;
   width: 60px;
   left: 0;
   bottom: -14px;
   border: 1px solid #590310;
}
.card-body:hover h3:after {
   border: 1px solid #590310;
}
#c37 h3 {
   color: #e3d6c5;
}
.gme-info-window p {
   color: #590310 !important;
}

@media screen and (max-width: 768px){
   .carousel-inner h2 {
      font-size: 2.2em;
   }
}
@media screen and (max-width: 600px){
   .carousel-inner h2 {
      font-size: 1.8em;
   }
}

.navbar-light .navbar-nav .nav-link:focus {
   color: #590310;
}
.navbar-light .navbar-nav .nav-link.active {
   color: #ae6e40;
}
.navbar .navbar-nav .nav-item nav-link.active {
   color: #ae6e40;
}
.lang-menu-relative {
   position: relative;
   padding-right: 0px !important;
}
div.lang {
   position: absolute;
   top: -10px;
   right: 0px;
}

ul#language_menu {
   list-style-type: none;
   text-decoration: none;
   margin-bottom: 0px;
}
ul#language_menu li {
   text-decoration: none;
   display: inline-block;
}
ul#language_menu li.active a {
   color: #590310;
   opacity: 1;
}
ul#language_menu li a:first-of-type {
   margin-right: 10px;
}
ul#language_menu li a {
   transition: all .2s ease-in-out;
}
ul#language_menu li a {
   text-decoration: none;
   color: #ae6e40;
   opacity: .5;
}
ul#language_menu li.act a {
   text-decoration: none;
   color: #590310;
   opacity: 1;
}
ul#language_menu li.no-act a:hover {
   text-decoration: none;
   color: #590310;
   opacity: 1;
}
.navbar .container {
   padding-right: 0px;
}

@media (max-width: 992px){
   div.lang {
      position: relative;
      top: initial;
      right: initial;
   }
   ul#language_menu {
      text-align: center;
      font-size: 25px;
   }
   #language_menu {
      padding-left: 0px;
   }
   .navbar .container {
      padding-left: 0px;
   }
   a.site-logo.js-scroll-trigger {
      padding-left: 30px;
   }
}
.overlay.checked {
    opacity: 1;
    background-color: rgba(227,214,197,1);
}
.overlay a:hover {
    color: #590310;
    border-bottom: 1px solid #590310 !important;
    padding-right: 0px !important;
}
.overlay a {
    border-bottom: 1px solid transparent !important;
}
section.filialen {
    background-color: #590310;
    padding: 80px 0;
    color: rgba(227,214,197,1) !important;
}
section.filialen h4,
section.filialen h3,
section.filialen h2,
section.filialen h1,
section.filialen p,
section.filialen a{
    color: rgba(227,214,197,1) !important;
}
footer section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.light-blue-bck {
    background: #e3d6c5;
    padding: 80px 0;
}
section#team {
    padding-top: 40px;
    padding-bottom: 20px;
}
.parent-page-84 #netzwerkpartner, .page-84 #netzwerkpartner{
    background: #e3d6c5;
    padding: 80px 0;
}
section.filialen .gme-info-window p,
.gme-info-window a {
    color: #590310 !important;
}
#jobs ul li a {
    color: #e3d6c5 !important;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
}
#jobs ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #e3d6c5;
}

@media print {
   @page :footer {
      display: none
   }

   @page :header {
      display: none
   }
   @page {
      margin-top: 0;
      margin-bottom: 0;
   }
   /*@page {
       page-break-before: always;
       break-before: initial;
       margin: 0px;
       padding: 0px;
       size: A4 portrait;
   }*/
   body {
      margin: 0px;
      size: A4 portrait;
      padding: 0px;
   }
   body {
      display:table;
      table-layout:fixed;
      padding-top:1.5cm;
      padding-bottom:2.5cm;
      height:auto;
      padding-top: 72px;
      padding-bottom: 72px ;
   }

   .printus, .back-to-top {
      display: none;
   }

   p,a,h1,h2,h3,h4,h5{
      color: black !important;
   }
   nav.fixed-top {
      display: none;
   }
   .printer {
      display: block;
   }
   .page-72 .logo-cova {
      display: block !important;
   }
   .page-86 .logo-bureau {
      display: block !important;
   }
   /*.page-72 section {
       padding-top: 0px;
   }
   .page-86 section {
       padding-top: 0px;
   }*/
   /*body.page-72 {
       margin-top: 30px;
   }
   body.page-86 {
       margin-top: 30px;
   }*/
   .news-backlink-wrap {
      display: none;
   }

   /*.text-bottom {
       position: fixed;
       bottom: 0px;
       top: unset;
   }
   .footer-color .container {
       position: fixed;
       bottom: 0px;
       top: unset;
       text-align: center;
       margin-left: auto;
       margin-right: auto;
   }*/
   .footer-color .container {
      display: none;
   }
   footer {
      display: none;
   }
   .footer-color .container p,
   .footer-color .container a
   {
      color: black;
   }
   /*.page-72 .container {
       max-width: 10%;
   }
   .page-86 .container {
       max-width: 10%;
   }*/
}
.page-86 section {
   padding-top: 20px;
}