#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
/*!
 * Start Bootstrap - Landing Page v5.0.6 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../../files/website/img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../../files/website/img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Korrektur.css */
body{background: #444;font-family: 'Quicksand', sans-serif;font-weight: 300}#wrapper{max-width: 1600px;    margin: 0 auto;    background: #fff;position: relative;min-height: 100vh}.header{position: fixed;    left: 0;    height: 125px;    background: #fff;    z-index: 1000;    right: 0;    max-width: 1600px;    margin: 0 auto}.home .header{position: fixed;    height: unset;    background: none;    z-index: 1000;    right: 0;    max-width: 1600px;    margin: 0 auto}.home .header,.home .header .inside,.home .header .container{height: 125px}section#start{padding: 0}section{padding: 100px 0 100px;    position: relative;    background-color: #fff}.testimonials .testimonial-item img{min-width: 250px}h1{color:#354D6F}h2{color:#24B5AE;text-transform:uppercase;font-weight: 200}.navigation ul,.navigation li{margin:0;padding:0;list-style-type:none}.navigation li{float: left;margin-left: 1.5rem}.navigation a{color: #444;text-decoration: none;font-size: 1.1rem;text-transform: lowercase;font-weight: 200;transition: all 0.5s ease}.navigation strong{color: #24B5AE;text-decoration: none;font-size: 1.1rem;text-transform: lowercase;font-weight: 200;transition: all 0.5s ease}.home .navigation .level_1 strong,.home .navigation .level_1 a{color: #fff;text-decoration: none;font-size: 1.1rem;text-transform: lowercase;font-weight: bolder;transition: all 0.5s ease}.home .navigation .level_2 strong,.home .navigation .level_2 a{color: #444}.navigation a:hover{color: #24B5AE}.home .navigation a:hover{color: #000}.spruch{height: 125px;display: flex;align-items: center;justify-content: center;font-size: 1.5rem}.spruch p{margin-bottom: 0}.ce_bs_grid_gallery img{width: 100%;height: auto}.phone{text-align: right;    font-size: 2rem;    color: #24B5AE;    margin-bottom: 1rem}.erster{padding-top: 250px}#Logo img{margin-top: 0.5rem}.mod_rocksolid_slider.produkte{height: calc((100vh - 150px) / 2) !important;padding: 15px 0}#cboxTitle{bottom: 5px;    left: 5px;    color: #fff;    background-color: rgb(0 0 0 / 30%);    width: 100%;    padding: 1rem;    font-size: 1.2rem;top: unset}.msry_theme_standard .masonry_gallery{margin-bottom: 0;    padding: 0;    background-color: unset;    border-radius: 0;    box-shadow: unset}.kontakt{background-color: #f2f2f2}.kontakt .btn-primary{background-color: #30B5AE;    border-color: #30B5AE;transition: all 0.5s ease}.kontakt .btn-primary:hover{background-color: #354D6F;    border-color: #354D6F}.masonry .image_container img{vertical-align: bottom;    width: 100%;    height: auto;transition: all 0.5s ease}.masonry .image_container img:hover{transform: scale(1.2)}.masonry .image_container{overflow: hidden}#cboxOverlay{background: #fff;opacity: unset !important}#colorbox,#cboxWrapper{overflow: visible}#cboxTitle{color: #000;background-color: unset;bottom: -70px;padding: 1rem 0}.logoweiss img{position: absolute;    margin: auto;    left: 0;    right: 0;    bottom: 0;    top: 0;width: 450px !important;max-width: 45% !important}.ce_image img{max-width: 100%;height: auto}#cboxLoadedContent{border: unset}#cboxClose{top: 0}#footer a{color: #000;transition: all 0.5s ease}#footer a:hover{color: #24B5AE;text-decoration: none}#footer{padding: 0.5rem 0}.home #footer{margin-top: -70px;    color: #fff}.home #footer a{color: #fff}
@media screen and (max-width: 992px){
/* max992.css */
.navigation{display: none}.mobile_menu{z-index: 1000}.mobile_menu .inner{background: #344C70}.mobile_menu ul,.mobile_menu li{margin:0;padding:0;list-style-type:none}.mobile_menu a{display: block;padding: 1rem 2rem;color: #fff;text-decoration: none !important;border-bottom: 1px solid rgba(255,255,255,0.25)}.mobile_menu a:hover,.mobile_menu strong{display: block;padding: 1rem 2rem;color: #fff;background: #24B5AE;text-decoration: none !important;border-bottom: 1px solid rgba(255,255,255,0.25)}#btnNav{font-size: 1.5rem;    margin-top: -25px;    color: #24B5AE}
}
