﻿
/* ==== Google font ==== */

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../webfonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ==== end Google font ==== */


body {
  font-family: 'Montserrat';
  border-top: 10px solid #eff3f3;
  font-size: 16px;
  color: #424040;
}

ul li {
  list-style: none;
}

#content ul li:before {
  /*Using a bootstrap glyphicon icon as the bullet point*/
  content: "\e013" !important;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
}

a {
  color: #43b7b3;
  position: relative;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

  a:hover {
    color: #43b7b3;
    outline: none;
    text-decoration: none;
  }
  a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -1px;
    background: linear-gradient(to left, transparent, #4dc8c5); /* green */
  }


/* TABSTEUERUNG bei :focus */
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 2px solid #3ca1eb;
  outline-offset: 0;
}


b,strong {
  font-weight: 500 !important;
}


h1, h2, h3, h4, h5, h6 {
/*  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  color: #563113;*/
}


h1 {
  font-size: 42px !important;
  line-height: 38px;
  padding-top: 50px;
  padding-bottom: 40px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

  h1 span {
    display: block;
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
    position: relative;
  }

    h1 span:after {
      content: "";
      position: absolute;
      left: 50%; /* links auf 50% der Elternbreite */
      transform: translateX(-50%);
      bottom: -20px;
      width: 100px;
      height: 2px;
      background: linear-gradient(to left, transparent, #4dc8c5);
    }

@media only screen and (max-width : 767px) {
  h1 {
    font-size: 32px !important;
  }
}

h2 {
  font-size: 22px !important;
  line-height: 30px;
}

  h2.white {
    color: #fff !important;
    margin-bottom: 30px;
  }

.headline_subtitle {
  margin:100px 20px 80px 20px;
}
  .headline_subtitle h2 {
    font-size: 30px !important;
    margin: 0px;
    font-weight: 400 !important;
    /* margin-top: 10px; */
    padding: 4px 0;
  }

  h3, h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 18px;
  }

hr {  
  border-top: 1px solid #561d01;
}

.margin0 {
  margin: 0px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

  .no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }

.underline-gradient {
  display: inline-block;
  position: relative;
}

  .underline-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; 
    background: linear-gradient(to left, transparent, #4dc8c5);
  }

.no-wrap {
  white-space:nowrap;
}

a#scrollUp {
  bottom: 10px;
  right: 10px;
  margin-bottom: 80px;
  border-radius: 100%;
  padding: 15px 22px;
  color: #4dc5c2;
  background-color: rgba(255,255,255, 0.5);
  border: none;
  font-size: 30px;
  margin-top: 20px;
  -webkit-text-stroke: 1px #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15); /* dezenter weicher Schatten */
  transition: all 0.3s ease;
  /*-webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;*/
}

a#scrollUp i{
  font-size: 30px;
}

  a#scrollUp:hover:after {
    background: none !important;
  }


.button {
  border-radius: 30px;
  padding: 15px 22px;
  color: #424040;
  background-color: #fff;
  border: none;
  font-size: 18px;
  margin-top: 20px;
  border: 1px solid #4dc5c2;
}

  .button:hover {
    color: #555;
    background-color: #eff3f3;
    border: 1px solid #4dc5c2;
  }

.button:hover:after {
  background: none !important;
}


#content
{
  margin-bottom:100px;
}

@media only screen and (max-width : 767px) {
  #content {
    margin-bottom: 50px;
  }
}


.well {
  background-color:#fff !important;
  margin:20px auto 20px auto !important;
}

/*************************
******* Header CSS********
**************************/

.header_top {
  background: none repeat scroll 0 0 #fff; 
}

.hotline-wrapper {
  margin: 0px 0 20px 0;
  text-align: right;
}

.hotline {
  display: inline-block;
  padding: 5px 25px 15px 25px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #eff3f3;
  font-size: 14px;
  font-weight: 500;
}

  .hotline span a {
    color: #736e6e;
  }
    .hotline span a:hover {
      color: #43b7b3;
    }

    .hotline span i {
      color: #43b7b3;
      padding-right: 8px;
    }

    .hotline span:first-child {
      padding-right: 25px;
    }


.header-middle {}

.logo a:hover:after {
  background:none;
}
.logo a img {
  margin-top: -40px; 
}

.header-bottom {
  display: none;
/*  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #222222;*/
}


@media only screen and (min-width : 601px)  and (max-width : 767px) 
{
  .logo a img {
    margin-top: -40px;
    max-width: 210px;
  }
}

@media only screen and (min-width : 1px)  and (max-width : 600px) 
{
  .logo a img {
    max-width: 250px;
    margin: 10px auto 0 auto;
  }

  .hotline-wrapper {
    margin: -5px 0 20px 0;
    text-align: center;
  }

  .hotline {
    padding: 0px 15px 5px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
    .hotline span:first-child {
      padding-right: 10px !important;
    }
}


/*********************************
******* Hero CSS and h1 Home *****
**********************************/

.hero {
  max-width: 1420px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 50px auto 0px auto;
}

.slider {
  display: flex;
  width: calc(3 * 1370px); /* drei Bilder nebeneinander */
  animation: slide 30s linear infinite;
}

  .slider img {
    width: 1370px;
    height: 300px;
    flex-shrink: 0;
  }

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1370px); /* eine Bildbreite nach links */
  }
}

h1.home {
  font-family: 'Montserrat';
  font-size: 40px !important;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #424040;
  text-align: center;
  line-height: 50px;
}

  h1.home span.home {
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: none !important;
    font-size: 40px !important;
    margin-top: 0px;
    transform:none;
  }

    h1.home span.home:after {
      transform:none !important;
    }

.home-introtext {
  max-width: 600px;
  margin: 50px auto 80px auto;
}

  .home-introtext .image {
    float: left;
    margin-right: 20px;
  }

    .home-introtext .image img {
      width: 100px;
    }

  .home-introtext .text {
    text-align: left;
    display: block;
  }

@media (max-width: 1199px) {
  .hero {
    margin: 1px auto 0px auto;
  }
  .slider {   
    animation: slide 60s linear infinite;
  }
}
@media (max-width: 768px) {
  .hero {
    margin: 1px auto 0px auto;
  }
  .slider {
    margin-top:-50px;
    animation: slide 60s linear infinite;
  }

  h1.home {
    font-size: 28px !important;
    line-height: 38px;
    padding: 0px 10px;
    margin-top: -20px;
  }

    h1.home span.home {
      font-size: 28px !important;
      line-height: 38px;
    }

    h1.home span.home.underline-gradient:after {
      bottom:10px;
    }
}


/***********************************************
******* Split Gewerbekunden & Privatkunden *****
************************************************/

.split {
  padding: 50px 30px;
  height: 400px;
  position: relative;
  transition: background 0.3s ease;
}

  .split .wrapper {
    margin-top: 70px;
    padding: 20px;
  }

  .split.one {
    background-color: #eff3f3;
    color: #000;
  }

  .split.two {
    background-color: #555555;
    color: #fff;
  }

  .split .header span {
    font-size: 30px;
    display: block;
  }

  .split.one .header span a {
    color: #000 !important;
  }

  .split.two .header span a {
    color: #fff;
  }

  .split .content {
    margin: 20px 0px 30px 0px;
  }

  .split:hover {
    background: linear-gradient(to bottom,#555555, #a6a6a6);
    color: #000;
    background-image: var(--hover-bg); /* Variable = Bildsource wird im CMS Artikel gefüllt */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  .split:hover .wrapper {
    transform: translateY(-10%);
    transition: all 0.2s ease-out;
    margin-top: 70px;
  }

    .split:hover a {
      color: #000 !important;
    }

  .split .header span a:hover:after {
    background: none !important;
  }


.button-round {
  border-radius: 100%;
  padding: 15px 22px;
  color: #4dc5c2;
  background-color: #fff;
  border: none;
  font-size: 30px;
  margin-top: 20px;
  -webkit-text-stroke: 1px #fff;
}

.button-round-position {
  position: absolute;
  top: 0;
  right: 20px;
}

.button-round:hover {
  color: #555;
  background-color: #eff3f3;
}

a.button-round:hover:after {
  background: none !important;
}

  @media only screen and (min-width : 992px) and (max-width: 1200px) {
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 469px) and (max-width : 768px) {
    .split {
      padding: 20px 20px;
      min-height: 300px;
     /* height:auto;*/
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 468px) {
    .split {
      padding: 20px 30px;
      min-height: 360px;
      height: auto;
    }
  }


/***********************************************
******* Home left-right Flexbox *****
************************************************/

*, *::before, *::after {
  box-sizing: border-box;
}

.container-flex {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.left, .right {
  flex: 1; /* gleiche Anteile */
  min-height: 100vh;
}
.left {
  background: #555;
}
  .left .inner {
    color: #fff;
    padding: 40px 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.right {
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

@media (max-width: 1024px) {
  .container-flex {
    flex-direction: column; 
  }
  .left {
    min-height:auto;
  }
    .left .inner {
      padding: 40px;
    }

  .right {
    aspect-ratio: 1 / 1; /* quadratisch */
    width: 100%;
    background-size: contain;
    min-height: unset;
  }
}

@media only screen and (min-width : 1px) and (max-width : 468px) {
  .left .inner .logo {
    max-width:180px;
  }
}

  /*******************************************************/
  /* Breadcrumb begin */
  /******************************************************/

.page-banner {
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #eee;
  background-color: #eff3f3;
  margin-top: 20px;
}

    .page-banner h1,
    .page-banner h2 {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 16px;
    }

    .page-banner p {
      font-weight: 300;
    }

  ul.breadcrumbs {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
  }

  .no-subtitle ul.breadcrumbs {
    margin-top: 4px;
  }

  ul.breadcrumbs li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #999;
    float: left;
  }

    ul.breadcrumbs li:before {
      content: '→';
      margin: 0 4px 0 2px;
      color: #bbb;
    }

    ul.breadcrumbs li:first-child {
      margin: 0;
    }

      ul.breadcrumbs li:first-child:before {
        content: '';
        margin: 0;
      }

    ul.breadcrumbs li a {
      color: #666;
      font-weight: 600;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }



  /**********************************************/
  /******* Main Menu *************/
  /**********************************************/

  .navbar-toggle {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 0px !important;
    border: 1px solid #cbc5c5;
  }

  .navbar-collapse,
  .navbar-collapse.collapse {
    padding-left: 0;
   /* padding-top: 10px;*/
    padding-right: 0;
  }

  .navbar-nav {
    margin: 0px;
    margin-bottom: 4px;
  }

    .navbar-nav a.active {
      background-color: transparent;
    }

  .navbar-collapse.in {
    /*display:table;*/
    /*width:100%;*/
    /*padding:5px;*/
  }

    .navbar-collapse.in ul {
      /*margin-left:5px;*/
    }


  .mainmenu ul li {
    padding-right: 0px;
    padding-left: 0px;
  }

    .mainmenu ul li ul li {
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .mainmenu ul li:first-child {
      /* padding-left: 0px;*/
    }

    .mainmenu ul li a {
      font-size: 16px;
      font-weight: 400;
      margin: 0 20px;
      color: #424040;
    }

    .mainmenu ul li ul li a {
      /*color:  white;*/
    }

    .mainmenu ul li a {
      padding: 0px !important;
    }

      .mainmenu ul li a:hover {
        color: #b1b7b5;
      }

    .mainmenu ul li.active a:hover {
      color: #424040;
    }

    .mainmenu ul li a:hover:after,
    .mainmenu ul li.active a:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      bottom: -1px;
    }

    .mainmenu ul li a:hover:after {
      background: linear-gradient(to left, transparent, #b1b7b5); /* grey */
    }

    .mainmenu ul li.active a:after {
      background: linear-gradient(to left, transparent, #4dc8c5); /* green */
    }

    .mainmenu ul li .dropdown {
      background-color: transparent;
    }

    .mainmenu ul li .open {
      background-color: transparent;
    }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: transparent;
    color: #fde9aa;
  }

  .mainmenu ul li .dropdown a {
    background-color: transparent;
  }

  .mainmenu ul li .dropdown-toggle {
    background-color: transparent;
  }

    .mainmenu ul li .dropdown-toggle a {
      background-color: transparent;
    }

  .mainmenu ul li .dropdown-menu {
    /* background-color:transparent;*/
    background: rgba(0, 0, 0, 0.8);
    /* background: rgba(0, 0, 0, 0.5);*/
  }

    .mainmenu ul li .dropdown-menu .divider {
      background: rgba(0, 0, 0, 0.2);
      /* background: rgba(0, 0, 0, 0.5);*/
    }

  .mainmenu .in .caret {
    float: right;
  }

  @media only screen and (min-width : 1200px) and (max-width:1499px) {
    .mainmenu ul li a {
      margin: 0 20px 0px 10px;
    }
  }

  @media only screen and (min-width : 992px) and (max-width:1199px) {
    .mainmenu {
      margin-top: 20px;
      float: left !important;
    }

      .mainmenu ul li a {
        margin: 0 20px 10px 10px;
      }
  }

  @media only screen and (min-width : 768px) and (max-width: 991px) {
    .mainmenu {
      margin-top: 20px;
      float: left !important;
    }

      .mainmenu ul li a {
        margin: 0 20px 0px 10px;
      }
  }





  /*  Dropdown menu*/

  .navbar-header
  .navbar-toggle .icon-bar {
    background-color: #4dc8c5;
  }


  .nav.navbar-nav > li:hover > ul.sub-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  ul.sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 220px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
  }

  .dropdown ul.sub-menu li .active {
    color: #fde9aa;
    padding-left: 0;
  }


  .navbar-nav li ul.sub-menu li {
    padding: 10px 20px 0;
  }

    .navbar-nav li ul.sub-menu li:last-child {
      padding-bottom: 20px;
    }

    .navbar-nav li ul.sub-menu li a {
      color: #fff;
    }

      .navbar-nav li ul.sub-menu li a:hover {
        color: #fde9aa;
      }

  .fa-angle-down {
    padding-left: 5px;
  }

  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

/*************************
*******Footer CSS*********
**************************/


  footer {
    background-color: #eff3f3;
    padding-top: 60px;
    color: #333;
    background-position: right 100px;
    background-repeat: no-repeat;
  }

    footer p {
      color: #333;
      margin: 0 0 0px !important;
    }

    footer a {
      color: #333;
    }

      footer a:hover {
        color: #333 !important;
        text-decoration: none;
      }


  .copyright-section {
    padding: 15px 0 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid #d3cfcf;
    text-align: center;
    margin-top: 45px;
  }

    .copyright-section p {
      font-size: 12px;
      text-transform: uppercase;
    }

  ul.footer-nav {
    /* float: right;*/
  }

    ul.footer-nav li {
      display: block;
      padding: 5px 5px 5px 10px;
      /*margin-left: 15px;*/
    }

      ul.footer-nav li:first-child {
        /*margin-left: 0;*/
      }

      ul.footer-nav li a {
        position: relative;
        /*display: block;
        text-transform: none;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;*/
      }

        ul.footer-nav li a:hover:after {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          bottom: -4px;
          background: linear-gradient(to left, transparent, #4dc8c5); /* green */
        }

  @media only screen and (min-width : 1px) and (max-width: 991px) {
    ul.footer-nav {
      padding-left: 0;
      margin-bottom: 0;
    }

      ul.footer-nav li {
        padding: 5px 5px 5px 0px;
      }

        ul.footer-nav li a {
          padding-left: 0;
        }
  }

  @media only screen and (min-width : 1px) and (max-width: 768px) {
    .footer-widget {
      margin-bottom: 45px;
    }
  }


  /* Social Media */

  .social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
  }

    .social-widget ul.social-icons li a i {
      font-size: 1.4em;
      width: 36px;
      height: 36px;
      color: #fff;
      line-height: 36px;
      text-align: center;
      display: block;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }

    .social-widget ul.social-icons li a:hover {
      text-decoration: none;
    }

    .social-widget ul.social-icons li a.facebook:hover i {
      background-color: #507CBE;
    }

    .social-widget ul.social-icons li a.twitter:hover i {
      background-color: #63CDF1;
    }

    .social-widget ul.social-icons li a.google:hover i {
      background-color: #F16261;
    }

    .social-widget ul.social-icons li a.dribbble:hover i {
      background-color: #E46387;
    }

    .social-widget ul.social-icons li a.linkdin:hover i {
      background-color: #90CADD;
    }

    .social-widget ul.social-icons li a.tumblr:hover i {
      background-color: #4D7EA3;
    }

    .social-widget ul.social-icons li a.flickr:hover i {
      background-color: #E474AF;
    }

    .social-widget ul.social-icons li a.instgram:hover i {
      background-color: #4D4F54;
    }

    .social-widget ul.social-icons li a.vimeo:hover i {
      background-color: #87D3E0;
    }

    .social-widget ul.social-icons li a.skype:hover i {
      background-color: #36C4F3
    }

  .instagram-widget {
  }

  .twitter-widget a:hover {
    color: #43B9CD;
    text-decoration: underline;
  }

  .twitter-widget ul li {
    margin-bottom: 20px;
  }

    .twitter-widget ul li span {
      color: #666;
    }




/*************************
******* Contact CSS ********
**************************/

.contactu {
  display: none;
}

.contact_required_field {
  font-weight: 600;
}

.form-group {
  margin-bottom:10px;
}

.contactform_table {
  border-radius: 25px;
  padding: 30px 50px;
  background-color: #eff3f3;
}


/* --make requiredFieldValidator display error message as block, not inline--*/
span.alert[style*="inline"] {
  display: block !important;
  padding: 3px 15px 3px 15px !important;
  border: 1px solid #ebccd1 !important;
  border-radius: 0px !important;
  margin-bottom: 5px !important;
  font-size: 12px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.alert-custom {
  display: inline-block;
  padding: 3px 15px 3px 15px !important;
  border: 1px solid #ebccd1 !important;
  border-radius: 0px !important;
  margin-bottom: 5px !important;
  font-size: 12px !important;
  border-radius: 5px !important;
}



select.form-control,
input.form-control, span.form-control {
  background: #eff3f3;
  border: medium none;
  color: #696763;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 0px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}

textarea.form-control {
  background: #eff3f3;
  border: medium none;
  color: #696763;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  /*height: 40px;*/
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}

  .form-control {
    border-radius: 0px;
  }

.border-radius {
  border-radius:20px;
}


/**********************************************************
*** Unterseiten Gewerbekunden und Privatkunden Flexbox ****
***********************************************************/


.grid-container {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

  .grid-container .box {
    background-color: #eff3f3;
    display: flex;
    flex-direction: column;
  }

.box.gewerbe {
  background-color: #eff3f3;
  color: #000;
}

.box.privat {
  background-color: #555;
  color: #fff;
}

.box img {
  margin: auto auto 40px auto;
  padding: 0 60px;
}


.box .wrapper {
  margin-top: 70px;
  padding: 50px 60px 10px 60px;
  position: relative;
  transition: background 0.3s ease;
  height: auto;
}

  .box .wrapper .header span {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
  }

  .box .wrapper .content {
    margin: 20px 20px 0px 0px;
  }

    .box .wrapper .content ul {}
    .box .wrapper .content ul li:before { }


.box.gewerbe:hover {
  background-color: #555;
  color: #fff;
}

.box.privat:hover {
  background-color: #eff3f3;
  color: #000;
}

.box:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-out;
}

@media (max-width: 1650px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
  }

  .box:hover {
    transform: none;
  }
}
  @media only screen and (min-width : 768px) and (max-width : 840px) {
    .box .wrapper .content {
      margin: 20px 0px 0px 0px;
    }  
  }

  @media (max-width: 767px) {
    .grid-container {
      grid-template-columns: 1fr; /* 1 Spalte */
    }

    .box:hover {
      transform: none;
    }

    .box .wrapper {
      margin-top: 50px;
      padding: 20px 20px 10px 30px;
    }
      .box .wrapper .header span {
        font-size: 24px;
      }

      .box .wrapper .content {
        margin: 20px 0px 0px 0px;
      }
  }

  /* Hotline-Banner: Technischer Notdienst */

  .hotline-banner {
    width: 30%;
    background-color: #f5ebeb;
    color: #c62828;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin: 70px auto 0px auto;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    /*  border: 1px solid #c62828;*/
  }

    .hotline-banner:hover {
      background-color: #c62828;
      color: #fff;
    }

      .hotline-banner:hover a {
        color: #fff;
      }

  .hotline-title {
  }

  .hotline-number {
    margin-top: 8px;
    font-size: 30px;
    letter-spacing: 1px;
  }

    .hotline-number a {
      color: #c62828;
      transition: none;
    }

    .hotline-number em {
      border: 2px solid #fff;
      border-radius: 100%;
      padding: 10px;
    }

    .hotline-number a:hover:after {
      background: none !important;
    }


  @media (max-width: 1400px) {
    .hotline-banner {
      width: 40%;
    }
  }

  @media (max-width: 1199px) {
    .hotline-banner {
      width: 50%;
    }
  }

  @media (max-width: 768px) {
    .hotline-banner {
      width: 95%;
      margin: 50px auto 0px auto;
    }

    .box img {
      padding: 0 30px;
      margin: auto auto 30px auto;
    }
  }


  /*************************
******* Partner  *********
**************************/

  .partner-list {
    /*max-width: 1000px;*/
    margin: 50px auto;
    text-align: center;
  }

    .partner-list h2 {
      margin-bottom: 30px;
    }

  .partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Spalten */
    gap: 20px;
  }

  .partner-item {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
  }

    .partner-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 12px rgba(0,0,0,0.15);
    }

    .partner-item img {
      max-width: 100%;
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .partner-item p {
      margin: 0;
      font-weight: 500;
      color: #424040;
    }

  /* Responsive Anpassung */
  @media (max-width: 768px) {
    .partners-grid {
      grid-template-columns: repeat(2, 1fr); /* 2 Spalten auf Tablets */
    }

    .partner-list {
      margin: 0px auto;
    }
  }

  @media (max-width: 480px) {
    .partners-grid {
      grid-template-columns: 1fr; /* 1 Spalte auf Smartphones */
    }
  }


  /***************************
*** Über uns (Storyline) ***
****************************/

  .about-us {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px 0px 20px;
  }

  .timeline {
    position: relative;
    margin-left: 20px;
    padding-left: 0;
  }

    .timeline::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 2px;
      height: 100%;
      background-color: #ccc;
      z-index: 100;
    }

  .timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
    padding-left: 40px;
  }

  .timeline-dot {
    position: absolute;
    left: -8px;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #51c3c4;
    z-index: 200;
  }

  .timeline-content {
    flex: 1;
  }

    .timeline-content h2 {
      font-size: 1.8rem;
      margin-bottom: 10px;
      margin-top: 0 !important;
    }

    .timeline-content p {
    }

  .timeline-image {
    width: 300px;
    margin-left: 40px;
  }

    .timeline-image img {
      /*   width: 100%;*/
      display: block;
      border-radius: 8px;
    }

  @media (max-width: 767px) {

    .about-us {
      padding: 20px 20px 0px 20px;
    }

    .timeline-item {
      flex-direction: column;
      padding-left: 20px;
    }

    .timeline-content {
    }

    .timeline-image {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
    }

    .timeline::before {
      left: -20px;
    }

    .timeline-dot {
      left: -28px;
    }

  }




  /* cp: ------ cookie-bar ---------- */

  #cookie-bar {
    padding: 23px 20px 20px 20px;
    height: auto;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
  }

    #cookie-bar p {
      margin: 0px;
      padding: 0px;
      color: #ffffff;
    }

    #cookie-bar a {
      padding: 6px 16px;
      border-radius: 0px;
      color: #ffffff;
      text-decoration: none;
      margin-left: 8px;
      display: inline-block;
      border: 2px solid #ffffff;
    }

    #cookie-bar .cb-enable {
    }

      #cookie-bar .cb-enable:hover {
      }

    #cookie-bar .cb-disable {
      background: rgb(153, 0, 0);
    }

      #cookie-bar .cb-disable:hover {
        background: rgb(187, 0, 0);
      }







  /*
 *  Cookie consent banner
 */
  /*******************************************/
  #gdpr-cookie-message {
    position: fixed;
    bottom: 0;
    left: calc(10% / 2);
    right: calc(10% / 2);
    padding: 32px;
    overflow: auto;
    background-color: white;
    z-index: 2147483650;
    box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.5);
    color: #333;
    max-height: 65vh;
  }

  @media only screen and (max-width: 768px) {
    #gdpr-cookie-message {
      left: 0;
      right: 0;
    }

      #gdpr-cookie-message p.gdpr-info {
        max-height: 25vh;
        overflow: auto;
      }
  }


  #gdpr-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
    /*display:none;*/
    padding-left: 20px;
    border-bottom: none !important;
    padding-top: 20px;
  }

  #gdpr-cookie-message h4 {
    /*  color: #fbedc2;*/
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  #gdpr-cookie-message h5 {
    /*color: #fff;*/
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  #gdpr-cookie-message p, #gdpr-cookie-message ul {
    /*color: white;*/
    font-size: 13px;
    line-height: 1.1em;
  }

  #gdpr-cookie-message ul {
    padding-left: 0px;
  }

  #gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    /*text-align: right;*/
  }

  #gdpr-cookie-message li {
    /*width: 49%;
    display: inline-block;
    padding-right: 22px;*/
    width: 100%;
    display: block;
    padding-right: 22px;
  }

  #gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
    color: #561d01;
  }

    #gdpr-cookie-message a:hover {
      border-bottom-style: solid;
    }

  #gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    background: #561d01;
    color: white !important;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 3px;
    /*margin-left: 15px;*/
    cursor: pointer;
    transition: all 0.3s ease-in;
    margin: 10px 20px 0 0;
  }

  #gdpr-cookie-message .alert.alert-success {
    padding: 10px 5px 0px 5px;
    margin-left: -5px;
    margin-bottom: 10px;
  }


  @media only screen and (max-width: 768px) {
    #gdpr-cookie-message button {
      width: 80%;
      display: block;
      margin-bottom: 10px;
      margin: 10px auto;
    }

      #gdpr-cookie-message button:first-child {
        margin-top: 20px;
      }
  }

  @media only screen and (max-width: 468px) {
    #gdpr-cookie-message button {
      width: 100%;
    }

    #gdpr-cookie-message a {
      text-decoration: underline;
      border-bottom: none;
      border-bottom-color: var(--red);
    }

      #gdpr-cookie-message a:hover {
        border-bottom-style: none;
      }
  }

  #gdpr-cookie-message button:hover {
    opacity: 0.8;
    color: var(--red);
    transition: all 0.3s ease-in;
  }

  button#gdpr-cookie-advanced {
    background: white;
    background-color: #561d01;
  }

  #gdpr-cookie-message button:disabled {
    opacity: 0.3;
  }

  #gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0 !important;
    transform-origin: top left !important;
  }


  #gdpr-cookie-message label {
    display: inline;
    font-weight: 900;
  }

  #gdpr-cookie-message i.fa-angle-down {
    font-size: 24px;
  }

  #gdpr-cookie-message li a {
    border-bottom: none;
    cursor: pointer;
  }


  .rotate {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    margin-left: 5px;
    color: #561d01;
  }

  .gdpr-desc {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 3px;
    margin-left: 22px;
  }

  #gdpr-cookie-accept, #gdpr-cookie-decline, #gdpr-cookie-advanced {
  }

  #gdpr-cookie-advanced-accept {
    margin-bottom: 15px;
  }

  @media only screen and (min-width : 1px) and (max-width : 467px) {
    #gdpr-cookie-accept {
      float: none;
      display: block;
      margin-bottom: 15px;
    }

    #gdpr-cookie-advanced {
      float: none;
      display: block;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    #gdpr-cookie-message {
      /*max-height: 500px;*/
      overflow-y: auto;
    }
  }

  /* fingerprint Button */
  #fingerprint-button {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 999999999;
  }

    #fingerprint-button a {
      display: block;
      position: relative;
      text-decoration: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: scale(1);
      transform: scale(1);
      box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .15);
      background: url() center/44px 44px no-repeat #561d01;
      cursor: pointer;
    }

      #fingerprint-button a i {
        font-size: 32px;
        color: #fff;
        margin-top: 10px;
        margin-left: 9px;
      }


  @media only screen and (min-width : 479px) and (max-width : 768px) {
    #fingerprint-button {
      bottom: 5px;
      left: 5px;
      opacity: 0.9;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 478px) {
    #fingerprint-button {
      bottom: 5px;
      left: 5px;
      opacity: 0.9;
    }

      #fingerprint-button a {
        width: 35px;
        height: 35px;
      }

        #fingerprint-button a i {
          font-size: 22px;
          margin-top: 7px;
          margin-left: 6px;
        }
  }


  /*  end Cookie consent banner



/* 2-Klick-Lösung YouTube-Videos & Googlemaps */

  .video_wrapper {
    background-image: url( '/images/video-bg.jpg' );
    background-size: cover;
    position: relative;
    height: 257px;
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .gmap_wrapper {
    background-image: url( '/images/googlemaps_bg.jpg' );
    height: 400px;
    margin: 0px !important;
    margin-bottom: 40px !important;
  }



  .video_trigger {
    padding: 0 20px 0px 20px;
    /*height: -webkit-calc( 100% - 260px );
  height: -moz-calc( 100% - 260px );
  height: -o-calc( 100% - 260px );
  height: calc( 100% - 260px );

  width: -webkit-calc( 100% - 60px );
  width: -moz-calc( 100% - 60px );
  width: -o-calc( 100% - 60px );
  width: calc( 100% - 60px );*/
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    /*background-color: rgba( 0, 0, 0, .8 );*/
    color: #fff;
  }

  .video_table {
    height: 100%;
    width: 100%;
  }

    .video_table td {
      vertical-align: bottom
    }

  .video_wrapper .video_trigger:before {
    content: ' ';
    /*font-family: 'Font Awesome 5 Brands';*/
    position: absolute;
    z-index: -1;
    font-size: 60px;
    color: rgba( 255, 255, 255, .5 );
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    top: -webkit-calc( 50% - 60px );
    top: calc( 50% - 60px );
    left: -webkit-calc( 50% - 60px );
    left: calc( 50% - 60px );
    font-weight: 900;
    background-image: url(/images/youtupe-playbutton.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.6;
  }

  .gmap_wrapper .video_trigger:before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    background-image: none;
  }

  .video_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
  }

  iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
    vertical-align: middle;
  }

  .video-consent-btn {
    cursor: pointer;
    display: inline-block;
    transition: color .5s, background-color .5s, border .5s;
    color: #fff;
    background-color: #561d01;
    margin-bottom: 10px;
  }

    .video-consent-btn:hover {
      opacity: 0.8;
      transition: all 0.3s ease-in;
      color: #fff;
    }

  .video_wrapper a {
    /* color: #ffdf2c;*/
  }

    .video_wrapper a:hover {
      /*border-bottom: 1px dotted #ffdf2c;*/
    }

  #gmap_canvas {
    width: 100%;
    height: 400px;
    border: 0;
  }

  @media only screen and (min-width : 1199px) {
    .video_wrapper {
      margin: 40px 0px 40px 10px;
    }

    .video_wrapper_home {
      margin: 40px 0px 40px 0px;
    }

    .gmap_wrapper .video_trigger {
      padding: 20% 20px 0px 20px;
    }
  }

  @media only screen and (max-width : 991px) {
    .video_wrapper_home {
      height: 320px;
    }
  }

  @media only screen and (max-width : 768px) {
    .video_wrapper, #gmap_canvas {
      height: 300px;
    }

    .gmap_wrapper .video_trigger {
      padding: 0 20px 0px 20px;
    }
  }



  /*******************************************/
  /**********************************************
  * Admin
  */
  .adm_edit_link {
    position: absolute;
    z-index: 10000;
  }

  /*
 *  Admin
 */
  /*******************************************/



  @media (min-width : 1500px) {
    .container {
      width: 1420px !important;
    }
  }

  .container-zero {
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
  }

  @media (min-width : 1921px) {
    .container,
    .container-zero,
    .container-flex,
    footer {
      width: 1900px !important;
      margin: 0 auto !important;
    }
  }


 