body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #e74011;
  text-decoration: none;
}

a.instagramw,a.facebookw  {color:#fff; font-size: 6rem;}

a:hover {
  color: #e74011;
  text-decoration: none;
}
.bgwhite {background-color: #fff;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.reg_container {border: #8C8C8C 1px dotted; background:#F1F1F1; border-radius: 5px; padding: 1rem;}
.hlreg {color:#e74011;}

.m-t2 {margin-top: 2rem;}
.m-t3 {margin-top: 3rem;}
.m-t4 {margin-top: 4rem;}
.m-t5 {margin-top: 5rem;}
.m-t6 {margin-top: 6rem;}
.m-t7 {margin-top: 7rem;}

.m-b3 {margin-bottom: 3rem;}

.p-b1 {padding-bottom: 1rem;}
.p-b2 {padding-bottom: 2rem;}
.p-b3 {padding-bottom: 3rem;}
.p-b4 {padding-bottom: 4rem;}
.p-b5 {padding-bottom: 5rem;}
.p-b6 {padding-bottom: 6rem;}

.p-t2 {padding-top: 2rem;}
.p-t3 {padding-top: 3rem;}
.p-t4 {padding-top: 4rem;}
.p-t8 {padding-top: 8rem !important;}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e74011;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


#topbar {
  background: #191919;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
	position:relative;
	z-index: 999 !important;
}

#topbar .kontakt-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .kontakt-info a:hover {
  color: #fff;
}

#topbar .kontakt-info i {
  color: #e74011;
  line-height: 0;
  margin-right: 5px;
}

#topbar .kontakt-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}


#header {
  background: rgba(25, 25, 25, 0.95);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.fixed-top {
  background: #191919;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}



.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #e74011;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #e74011;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e74011;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e74011;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


#hero {
  width: 100%;
 height: calc(100vh);

  background-size: cover;
  position: relative;
}


#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #e74011;
  border-color: #e74011;
}

@media (min-width: 1024px) {
 
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}


.ueber .content h3 {
  font-weight: 900;
  font-size: 50px;
	color:#444f50;
}
.ueber .content h3 span{
  font-weight: 900;
  font-size: 50px;
	
	color:#e74011;
}

.ueber .content ul {
  list-style: none;
  padding: 0;
}

.ueber .content ul li {
  padding-bottom: 10px;
}

.ueber .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e74011;
}

.ueber .content p:last-child {
  margin-bottom: 0;
}


.boxen {
  padding-top: 10px;
}
.boxen .box h4,.boxen .box2 h4 {font-family: "flood" !important; transform: rotate(-10deg);line-height: 3; font-size: 2rem;}
.boxen .box,.boxen .box2 {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.boxen .box span,.boxen .box2 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #e74011;
}


.boxen .box h4, .boxen .box2 h4 {
 
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}

.boxen .box p, .boxen .box2 p, .boxen .box3 p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.boxen .box3 p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.boxen .box {
  background: #e74011;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.boxen .box2 {
  background: #444f50;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.boxen .box span,
.boxen .box h4,
.boxen .box p,
.boxen .box2 span,
.boxen .box2 h4,
.boxen .box2 p{
  color: #fff;
}



.cta {
 
  background-size: cover;
  padding: 120px 0;
}

.cta2, .cta3 {
  padding: 50px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #e74011;
  border: 2px solid #e74011;
}

.cta2 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta3 .cta-btn:hover {
   background: #e74011;
    color: #fff !important;
  border: 2px solid #e74011;
}

.cta3 .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #e74011;
  color: #e74011;
}

.cta2 .cta-btn:hover {
  background: #333333;
  border: 2px solid #fff;
}


.kontakt .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.kontakt .info-box i {
  font-size: 32px;
  color: #e74011;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.kontakt .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.kontakt .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.kontakt .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.kontakt .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.kontakt .php-email-form .error-message br+br {
  margin-top: 25px;
}

.kontakt .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.kontakt .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.kontakt .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.kontakt .php-email-form input,
.kontakt .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.kontakt .php-email-form input::focus,
.kontakt .php-email-form textarea::focus {
  background-color: #e74011;
}

.kontakt .php-email-form input {
  padding: 10px 15px;
}

.kontakt .php-email-form textarea {
  padding: 12px 15px;
}

.kontakt .php-email-form button[type=submit] {
  background: #e74011;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.kontakt .php-email-form button[type=submit]:hover {
  background: #e74011;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}


#footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #e74011;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e74011;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e74011;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e74011;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e74011;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}
#footer span i {
  color: #e74011;font-size: 1.3rem;vertical-align: text-bottom;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.ctatop h1 {font-size: 3rem; font-weight: 900; color: #fff;}
 .ctatop {z-index: 999;
		   margin-left: 5rem !important; padding:1rem; background-color:#444f50; display:inline-block;}
       .btn2 {
            background-color: #e74011;
            color: #fff;
            font-size: 30px;
            font-weight: 800;
            text-transform: uppercase;
            position: relative;
            border-radius: 0 !important;
            border: none;
            transition:all 0.3s ease 0s;
		   z-index: 999;
		   left: 5rem;
        }
        .btn2:hover,
        .btn2.active:hover{
            color: #ffffff;
			background-color:#444f50 !important;
        }
        .btn2:before{
            content: "";
            position: absolute;
            top: -7px;
            left: 0;
            background-color:#e74011 !important;
            width: 30%;
            height: 4px;
            transition:all 0.3s ease 0s;
        }
        .btn2:after{
            content: "";
            position: absolute;
            bottom: -7px;
            right: 0;
            background-color:#e74011 !important;
            width: 30%;
            height: 4px;
            transition:all 0.3s ease 0s;
        }
        .btn2:hover:before,
        .btn2:hover:after,
        .btn2.active:before,
        .btn2.active:after{
            width: 100%;
        }

.vis_mandatory, form#mod-visform2 div.required > label.visCSSlabel::after {color: #e74011 !important;}
.kontakt .php-email-form input {border-radius:5px !important;}
#cta {z-index:900 !important;}
#myVideo_d, #myVideo_m {z-index:0 !important; object-fit: cover;}
#myVideo_m {display: none;}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.content {
  height: 100%;

}
 #chronoform-anmeldung a{display:none !important;}

.nui.form .field > label, .nui.form .fields > label {
	font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #777777;
  font-weight: 600 !important;
  margin: 5px 0;
}
.bg-o {background-color:#e74011 !important;}
#headersub .bg-o h3{font-family: "flood" !important; color:#fff; font-size:4rem; padding:3rem 0;}

.yvideo {
  aspect-ratio: 16 / 9;
  width: 100%;
}


.ratio::before {  
  padding-top: 0% !important;
  }

.jlr {font-size: 0; }

.jlr div {
    font-size: 1rem;
    display: inline-block;
    box-sizing: border-box;     
    padding: 30px;
}

.jlr img {
    height: 60px;
   

}
.blind {display:none;}

.mod_countdown {text-align:center !important; color:#fff; font-size:350% !important; }
.counthead {font-size:50% !important; font-family: "Raleway", sans-serif !important;}
#cntdwn120, .savethedate {font-family: "Flood", sans-serif !important;}
.savethedate {font-size:3rem !important;}
.flood {font-family: "Flood", sans-serif !important;}
.txtorange {color:#e74011;}
.txtweiss {color:#fff;}
.bgorange {background-color:#e74011;}
.bggrau {background-color:#E0E0E0;}

.boxen .box3 {
	background: #e74011;
	padding: 30px 30px 30px 30px;
	box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.stdflood {font-size:2.8rem;}
/*#tvideo {height:98vh;}*/

.wrapper {
  text-align: center;
}
.time {
  color: #fff;
  font-size: 6em;
 
}
.label {
  font-size: 2em;
  display: block;
  color: #aaa;
}
.instaxxl {font-size:6rem;}
.vcenter-item{
    display: flex;
    align-items: center;
   
}

.form-select {width: auto !important;}