@charset "utf-8";
/* CSS Document */

html,
    body {
        height: auto!important;
        width: 100vw!important;
        overflow-x: hidden!important;
    }

.help-block.with-errors { color:red !important;}

#cookiesettingsbutton {position: fixed;
     bottom: 10px;
     left: 10px;
z-index:9999;}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


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

header h1 {font-size:100px; font-weight:700; line-height:100px; border-bottom:3px solid rgba(202,11,15,1.00); display:inline-block}
header p {color:#FFF}
p {font-size:18px; line-height:32px;}

h1 {font-size:50px; line-height:60px; font-weight:700; border-bottom:4px solid rgba(202,11,15,1.00); display:inline-block; }
.bg-red {background-color:#CA0B0F; color:#FFF}
.abschluss-mitarbeiter-text {padding:110px 200px 110px 110px;}
.abschluss-mitarbeiter-text h2 {font-weight:700; font-size:48px; margin-bottom:30px;}
.abschluss-mitarbeiter-text p {color:#FFF; font-size:19px; line-height:29px; }
.abschluss-mitarbeiter-bild {background-image:url("../images/mitarbeiter-sommer.jpg"); background:url("../images/mitarbeiter-sommer.jpg"); background-position:left; min-height:250px; background-size:55%; background-repeat:no-repeat; background-attachment:fixed;}
.head_unterseiten {background-color:#000; color:#FFF; position: relative;
  background-color: black;
  min-height: 24rem;
  width: 100%;
  padding-top:170px;
  overflow: hidden;
}
.video-section {background-image:url('../images/bg-video.jpg'); background-position:top center; background-attachment: fixed; background-repeat:no-repeat}

.footer-wrapper a {color:#FFF}
.footer-wrapper a:hover {text-decoration:none}

.single-coutnerup p {font-size:38px;}

.stellenangebote .card {box-shadow:3px 2px 20px #CCC; border-radius:10px}
.stellenangebote ul {padding-left:15px;}
.stellenangebote li {padding-left:5px;}
.stellenangebote ul li {
    /* Bullet color */
    color: red;
    list-style-type: disc;
}
.stellenangebote h5 {font-weight:bold;}
.stellenangebote a {color:#CA0B0F}

.btn-smallfont {font-size:17px !important; line-height:22px !important;}
.card-text {line-height:28px;}
.fc-red {color:#CA0B0F}
.fc-white {color:#FFF}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	border:3px solid rgba(202,11,15,1.00);
}
.back-to-top:hover {
	background:#000;
	color:#FFF;
	border:3px solid rgba(202,11,15,1.00);
}

.spacer-scroll-to {margin-top:-140px; padding-top:140px}

.logo-nav {width:350px;   -webkit-transition:width 1.0s ease;
  -moz-transition:width 1.0s ease; 
  -o-transition:width 1.0s ease;        
  transition:width 1.0s ease;  }
.logo-nav-small {max-width:220px;}

.logo-desktop {position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.con-maxw-768 {max-width:768px;}
.con-maxw-1100 {max-width:1100px;}
.con-maxw-1300 {max-width:1300px;}
.con-maxw-1500 {max-width:1500px;}

.btn-sommer {background:#000; color:#FFF; font-weight:bold; font-size:22px; border:3px solid rgba(202,11,15,1.00)}
.btn-sommer:hover {color:#ca0b0f}

.btn-sommer-light {background:#FFF; color:#000; font-weight:bold; font-size:22px; border:3px solid rgba(202,11,15,1.00) }
.btn-sommer-light:hover {background:#000; color:#FFF;}

.btn-white {color:#FFF; border:2px solid #FFF;}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 1.5s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}


.navbar { 
  background-color:rgba(255,255,255,0.00);
  height:150px;
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;  
}

.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  background-color:rgba(255,255,255,1.00);
  height:100px; 
  border-bottom:2px solid grey;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
  -moz-transition: height 1s linear;
  -webkit-transition: height 1s linear;
  -o-transition: height 1s linear;
  transition: height 1s linear;
}

.affix .logo-nav {width:180px; -webkit-transition:width 0.2s linear;
  -moz-transition:width 1.0s linear; 
  -o-transition:width 1.0s linear;        
  transition:width 1.0s linear;  }

.navbar .btn-sommer {font-size:16px;}
.nav-button {border-radius: 0 !important;}

#navbarToggle a.nav-button {border-radius: 0 !important;}

.navbar-toggler {
  border: solid 3px #ca0b0f !important;
  padding:10px;
  background: #000;
  border-radius: 0 !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #FFF;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 0 !important;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}


/* CLIP-PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grayscale {
  filter: grayscale(1);
  background-color: var(--gray);
}

.colored {
  clip-path: inset(0 100% 0 0);
  transition: all 1.5s ease-in-out;
}

.colored[data-animation="to-left"] {
  clip-path: inset(0 0 0 100%);
}

.colored[data-animation="to-top"] {
  clip-path: inset(0 0 100% 0);
}

.colored[data-animation="to-bottom"] {
  clip-path: inset(100% 0 0 0);
}

.colored.is-animated {
  clip-path: inset(0);
}



.main-menu {width: 100%; height: 100%; padding-top:5%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; background: rgba(0, 0, 0, 0.92); }
.main-menu .nav li a{color:#FFF; font-size: 4vh; font-weight:400; }
.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.main-menu .nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.main-menu .nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.main-menu .nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.main-menu .nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.main-menu .nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.main-menu .nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.main-menu .nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.main-menu .nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{position:relative; z-index:1111; background:#000; border:solid 2px #ca0b0f;  height:43px; display:block; padding:12px;}
.nav-button:hover {background:rgba(19,19,19,1.00)}
.nav-button:hover #nav-icon3 span{background:#ca0b0f}
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#FFFFFF;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}


/***** Gallery *****/
/***** Gallery *****/
/***** Gallery *****/

.fancybox-content {padding-top:10px !important; padding-bottom:60px !important}

.fancybox-navigation .fancybox-button {width:120px !important; height:120px !important;}


.fancybox-slide--html .fancybox-close-small {width:50px !important; height:50px !important; padding:3px !important; color:red !important; border:4px solid black !important; border-radius:300px !important; background:#FFF !important; bottom:30px !important; top: auto !important; right: 46% !important;  transformX: translate(50%);}
/***** Gallery *****/
/***** Gallery *****/
/***** Gallery *****/







.insta-wrapper {background:#000; color:#FFF; background-image:url('../images/background-insta.jpg'); background-repeat:no-repeat; background-position: center; background-attachment: fixed;  min-height:600px; transform:rotate(-3deg); width:103%; margin-left:-25px; padding:70px 0px !important}
.insta-wrapper h1 {color:#FFF;}
.instagram-image {padding:15px;}
.instagram-sidecar {padding:15px;}

.wrapper-ansprechpartner {margin-top:120px;}
.wrapper-ansprechpartner .card {border-radius:20px; box-shadow:0px 0px 30px #CCC; margin-bottom:20px;}
.wrapper-ansprechpartner .card-title {font-size:24px; font-weight:bold;}
.wrapper-ansprechpartner .card-text {font-size:16px; color:#707070}
.wrapper-ansprechpartner .card-img-top {border-bottom:6px solid rgba(199,11,15,1.00)}

.icon-contact {color:#C70B0F; margin:10px; font-size:21px;}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}


.wrapper-head-title {height: 100%}


#arrow-con {
  width: 45px;
  height: 45px;
  margin: 50px auto;
}
.topArrow {
  fill: #fff;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index:300;
  bottom: 20%;
  margin: 0 0 0 -22px;
}

.leistung-kachel {position:relative; text-align:center; border:2px solid white;}
.leistung-kachel h2 {color:#FFF; font-weight:600; font-size:24px;
	text-shadow:3px 3px 20px #000, 3px 3px 20px #000, 3px 3px 10px #000, 3px 3px 10px #000 }
.text-overlay-leistung {  margin: auto;
  position: absolute;
  padding:30px;
  top: 40%;
  transform: translateY(-50%); left: 0; bottom: 0; right: 0;}

.img-hover-zoom {
  overflow: hidden; /* Removing this will break the effects */
}

/* Colorize-zoom Container */
.img-hover-zoom--colorize img {
  transition: transform .5s, filter 0.5s ease-in-out;
  filter: brightness(40%);
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
  transform: scale(1.5);
  filter: brightness(100%);
}

#module {
  font-size: 1rem;
  line-height: 1.5;
}


#module #collapseText1.collapse:not(.show) {
  display: block;
  height: 4.5rem;
  overflow: hidden;
}

#module #collapseText1.collapsing {
  height: 4.5rem;
}

#module a.collapsed::before {
  font-family: FontAwesome;
	content: '\f107';
	font-size:20px;
	margin-right:8px;}
	
#module a.collapsed::after {
  content: 'MEHR LESEN';
}

#module a:not(.collapsed)::after {
  content: 'WENIGER LESEN';
}
#module a:not(.collapsed)::before {
  font-family: FontAwesome;
	content: '\f106';
	font-size:20px;
	margin-right:8px;
}


/*  SHORTCUT NAV  */

#shortnav {
  bottom: 180px;
  height: 200px;
  width: 90px;
  position: fixed;
  right: 0;
  z-index: 1000; }

.ql-icon-1 {
  background: url("../images/shortnav/icon_1_i.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 65px;
  width: 90px;
  padding: 20px 20px 20px 5px;
  transition: ease 500ms;
  opacity: 1;
  margin-bottom: 7px; }

.ql-icon-1:hover {
  background: url("../images/shortnav/icon_1_a.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 65px;
  width: 83px;
  opacity: 1.0;
  transition: ease 500ms;}

.ql-icon-2 {
  background: url("../images/shortnav/icon_2_i.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 65px;
  width: 90px;
  padding: 20px 20px 20px 5px;
  transition: ease 500ms;
  opacity: 1;
  margin-bottom: 7px; }

.ql-icon-2:hover {
  background: url("../images/shortnav/icon_2_a.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 65px;
  width: 83px;
  opacity: 1.0;
  transition: ease 500ms; }

.ql-icon-3 {
  background: url("../images/shortnav/icon_3_i.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 65px;
  width: 90px;
  padding: 20px 20px 20px 5px;
  transition: ease 500ms;
  opacity: 1;
  margin-bottom: 7px; }

.ql-icon-3:hover {
  background: url("../images/shortnav/icon_3_a.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 65px;
  width: 83px;
  opacity: 1.0;
  transition: ease 500ms;}

.ql-icon-4 {
  background: url("../images/shortnav/icon_4_i.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 65px;
  width: 90px;
  padding: 20px 20px 20px 5px;
  transition: ease 500ms;
  opacity: 1;
  margin-bottom: 7px; }

.ql-icon-4:hover {
  background: url("../images/shortnav/icon_4_a.svg") no-repeat left;
  background-origin: content-box;
  background-size: cover;
  height: 60px;
  width: 83px;
  opacity: 1.0;
  transition: ease 500ms;}



/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}*/


.testimonials-section {padding:30px 0px; margin:30px 0px;}
.testimonials-wrapper h3, p {color:#000}
.testimonials-wrapper h3 {font-size:19px; line-height:28px; font-style:italic}
.testimonials-wrapper p {font-size:17px; line-height:21px;}

 .client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}
.carousel-content {
    padding: 5px 0px;
}
.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}
.client-img img {
    width: 100%;
}
#testimonial {
    text-align: center;
    padding: 0px 0px;
    color: #fff;
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
#testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #7fbdff;
    padding-bottom: 20px;
    display: inline-block;
}


.abschluss-parrallax {background:#000 url('../images/footer-bg.jpg') no-repeat; padding:40px 0px; color:#FFF; background-attachment: fixed; background-position:center;background-size:110%;width:100%;min-height:300px; position:relative!important}
.abschluss-parrallax p {color:#FFF; font-weight:bold;}

.footer-icons-wrapper img {padding:20px;}

.contact-form-wrapper {background:#000}

/* required style honey */
        .ohnohoney{
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 0;
            width: 0;
            z-index: -1;
        }



.abschluss-video-wrapper h2 {color:#FFF; font-size:70px; font-weight:bold;  text-shadow:
                  1px 1px 0px gold,
                  -3px -0 25px red,
                  3px 0px 3px white,
                  0px 0px 15px white,
                  15px 10px 10px black,
                  0 0 10px #e30613,
                  0 0 20px #e30613,
                  0 0 30px #e30613,
                  0 0 40px #e30613,
                  0 0 50px #e30613,
                  0 0 70px #e30613,
                  0 0 90px #e30613;}

.abschluss-video-wrapper h3 {color:#FFF; font-size:30px; }
.abschluss-video-wrapper a {color:#FFF;}
.abschluss-video-wrapper ul {list-style:none;}
.abschluss-video-wrapper li {margin-bottom:8px}


.footer-wrapper {background-color:#070209;color:#FFF; padding:50px 0px;}
.footer-wrapper p {color:#FFF}
.social-icons img {margin:0px 10px;}





/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */

.video-play-button {
  position: absolute;
  z-index: 10; 
  top:50%;
  right: -40px;
  transform: translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border:2px solid white;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}


@media (max-width:1200px) {
.video-play-button {
  top:auto;
  bottom:-10px;
  left:50%;
  transform: translateX(-50%);
}
}

/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */
/* VIDEO BUTTON FOOTER */



@media (max-width:1200px) {
	
	.insta-wrapper {min-height:450px;}
	
	.leistung-kachel h2 {font-size:32px; }
	
	.abschluss-video-wrapper h2 {font-size:60px;}
	.abschluss-video-wrapper h3 {font-size:32px;}
	.abschluss-mitarbeiter-text {padding:30px 180px; text-align:center;}
	.abschluss-mitarbeiter-text h2 {font-size:33px; line-height:37px;}
	.abschluss-mitarbeiter-bild {background-position:center; min-height:250px; background-size:cover; }
}

@media (max-width:992px) {
	
		
	.insta-wrapper {min-height:350px;}
	
	header h1 {font-size:55px; line-height:55px;}
	header .lead {font-size:16px; }
	
	.abschluss-mitarbeiter-bild {background-attachment:unset;}
	
	h1 {font-size:46px; line-height:50px;}
	
	p {font-size:18px; line-height:26px;}
	
	.abschluss-mitarbeiter-text h2 {font-size:26px; line-height:32px;}
	.abschluss-mitarbeiter-text {padding:30px 80px; text-align:center;}
	
	.single-coutnerup p {font-size:28px;}
	
	
	
	.text-overlay-leistung {top:38%}
	.leistung-kachel h2 {font-size:24px; }
	
	.head-title {text-align:center}
	
	.wrapper-head-title {height:85%}
	
	.abschluss-video-wrapper h2 {font-size:38px;}
	.abschluss-video-wrapper h3 {font-size:24px;}
	
	.abschluss-video-wrapper li {text-align:center}
	.abschluss-video-wrapper ul {margin:0; padding:0;}
	
	#arrow-con {
  width: 0px;
}
	
	
	
.fancybox-slide--html .fancybox-close-small {bottom:20px !important; right: 45% !important;  transformX: translate(50%);}
	
	
.topArrow {
  width: 50px;
  height: 50px;
  bottom: 30%;
}
    
  .back-to-top {
    position: fixed;
	bottom:80px;
	padding:0 !important;
	z-index:300;
	background:#FFF;
    display: none !important;
	left:50%;
	transform:translate(-50%, -50%);
	border:3px solid rgba(202,11,15,1.00);
}  
	
  #shortnav {
  bottom: 0px;
  height: 90px;
  width: 100%;
  position: fixed;
  display:flex;
  flex-wrap: wrap;
  justify-content: center !important;
  flex-direction: row;
  z-index: 3000; }
	
	.nav-link {font-size:23px !important}
	
	.con-maxw-1300 {max-width:none}
	
	.instagram-image {padding:1px;}
.instagram-sidecar {padding:1px;}
	
	.head_unterseiten {
  min-height: 20rem;
  padding-top:200px;
}
	
		.fancybox-content {padding-left:15px !important; padding-right:15px !important; padding-bottom:70px !important;}
		.fancybox-content .container {padding:0px !important}
		.fancybox-slide--html .fancybox-close-small {z-index:700 !important;}
	
}


@media (max-width:768px) {
	
	header h1 {font-size:44px; line-height:50px;}
	header .lead {font-size:14px; }
	
	h1 {font-size:30px; line-height:38px;}
	
	p {font-size:16px; line-height:24px;}
	


	.abschluss-mitarbeiter-text {padding:30px 40px; text-align:center;}
	
	
	.btn-sommer {font-size:17px;}
	.btn-sommer-light {font-size:17px; }
	
	
	.insta-wrapper {transform:rotate(0deg); margin-left:auto; }
	.insta-wrapper .container {transform:rotate(0deg) !important;}
	
	.text-overlay-leistung {padding:20px;}
	.leistung-kachel h2 {font-size:17px; }
	
	
	.wrapper-head-title {height:80%}
	
	.abschluss-video-wrapper h2 {font-size:32px;}
	.abschluss-video-wrapper h3 {font-size:21px;}
	
	
	
.topArrow {
  width: 40px;
  height: 40px;
}
	
	
	.ql-icon-1 {
  padding: 18px;
  margin-bottom: 10px; }

.ql-icon-1:hover {
  height: 65px;
  width: 80px;
}

.ql-icon-2 {
  padding: 18px;
  margin-bottom: 10px; }

.ql-icon-2:hover {
  height: 65px;
  width: 80px;
}
    
	.ql-icon-3 {
  padding: 18px;
  margin-bottom: 10px; }

.ql-icon-3:hover {
  height: 65px;
  width: 80px;
}
	
		.ql-icon-4 {
  padding: 18px;
  margin-bottom: 10px; }

.ql-icon-4:hover {
  height: 65px;
  width: 80px;
}
	
	
	#cookiesettingsbutton {display:none;}
}