/*
Theme Name: Beate Rocholz
Theme URI: 
Author: beaterocholz
Author URI: 

Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beaterocholz1

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



html,body{
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body{margin:0; padding: 0; font-family: 'Poppins', sans-serif; font-size:16px; color:#000; }
h1,h2,h3,h4,h5,h6,p,ul{padding: 0; margin:0;}


@font-face {
    font-family: 'Rembank';
    src: url('fonts/Rembank.eot');
    src: url('fonts/Rembank.eot') format('embedded-opentype'),
         url('fonts/Rembank.woff2') format('woff2'),
         url('fonts/Rembank.woff') format('woff'),
         url('fonts/Rembank.ttf') format('truetype'),
         url('fonts/Rembank.svg#Rembank') format('svg');
}
img{
  max-width: 100%
}

p{
  font-size: 15px;
}

.theme-btn {
    background: #51aaaa;
    padding: 16px 50px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
    font-size: 15px;
    box-shadow: -2px 6px 20px 7px rgba(81, 170, 170, 0.32);
}

.theme-btn img {
    width: 15px;
    margin-left: 9px;
}



.theme-btn:hover{
 background: #000; /* Old browsers */
 color: #ffffff;
}


a{
    -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}

a, a:hover{text-decoration: none;}

.header-section.fixed {
    position: fixed;
    animation: smoothScroll 1s forwards;
    background: #fff;
    padding: 5px 0px;
}


.header-section.fixed .navigation:before{
  display: none;
}

.header-section.fixed .navbar-dark .navbar-brand {
        width: 60%;
        animation: logowidth 1s;
}

.header-section.fixed .htop{display: none}

.header-section{position: relative;padding: 10px 0px;width:100%;z-index: 999;}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes logowidth {
  0% {
    width:100%;
  }
  100% {
    width: 60%;
  }
}
.header-section nav.navbar{background: #fff;padding: 0;}
.navigation {
    position: relative;
}
.navigation:before {
    position: absolute;
    width: 1000%;
    height: 4px;
    background: #51aaaa;
    content: "";
    bottom: -12px;
}

.navbar-dark .navbar-brand {
    padding: 0;
    padding-right: 40px;
      -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out
}
.social a{
  float: none;
  color: #676c6c;
  position: relative;
  display: inline-block;
}

.header-section .container .row{
  width: 100%
}

.social a:last-child{padding-right: 0;}
.social a i{
  display: block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* background: #51aaaa; */
  color: #676c6c;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.social a:last-child{margin-right: 0;}
.social a:hover{ text-decoration: none;}
.social a:hover > i{-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}

.social a i.fa-facebook-f:hover{color: #fff; background: #3C599D; border-color: #3C599D;}
.social a i.fa-twitter:hover{color: #fff; background: #1DA1F2; border-color: #1DA1F2;}
.social a i.fa-youtube:hover{color: #fff; background: #f80000; border-color: #f80000;}
.social a i.fa-linkedin-in:hover{color: #fff; background: #0274B3; border-color: #0274B3;}
.social a i.fa-xing:hover{color: #fff; background: #126567; border-color: #126567;}
.social a i.fa-instagram:hover{color: #fff; background: #683901; border-color: #683901;}
.htop span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    /* background: #fff; */
    border-radius: 35px;
    padding: 5px;
    margin-right: 10px;
}
.htop {text-align: right;padding: 0px 0 10px 0;}
.htop span:first-child{/* background:#51aaaa; */}
.social{display: inline-block; padding-left: 30px;}
.htop span i {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    background: #51aaaa;
    border:1px solid  #51aaaa;
    text-align: center;
}
.htop span a{
    color: #000000;
    font-size: 14px;
    padding-right:0px;
    text-decoration: none;
    font-weight: 400;
}
.htop span:first-child a {
    /* color: #fff; */
}
.htop span a:hover{
  color: #51aaaa
}
.header-section nav ul {
    text-align: right;
    padding-top: 0;
    display: block;
}

.header-section nav ul li {
    display: inline-block;
}

.header-section nav ul li:last-child a{
  /* padding-right: 0px */
}


.navbar-dark .navbar-brand img {
    width: 90px;
    padding-left: 15px;
}

.header-section nav ul li:first-child a{
  /* padding-left: 0px */
}

.header-section nav ul li a{

color:#000;
font-weight:500;
font-size: 14px;

padding: 0px 8px 0px;
transition: background 0.5s ease-out;
-o-transition: background 0.5s ease-out;
-moz-transition: background 0.5s ease-out;
-webkit-transition: background 0.5s ease-out;

position: relative;
}

.header-section nav ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0px solid #51aaaa;
    transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -webkit-transition: background 0.5s ease-out;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
   .header-section nav ul li a:hover, .header-section nav ul li.current-menu-item a{color:#51aaaa;}

   .header-section nav ul li a:hover:before, .header-section nav ul li.current-menu-item a:before{border-bottom: 5px solid #51aaaa;}
.common_banner {
    position: relative;
    z-index: 9;
}
.common_banner img{
    width:100%;
}
.common_banner:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
    left: 0;
}
.common_banner .banner_box {
    position: relative;
    color: #fff;
}

.common_banner .banner-content {
    position: absolute;
    top: 28%;
    padding: 0;
    right: 0;
    background: transparent;
    width: 80%;
    transition: all 2000ms ease-in-out 1s;
    text-align: center;
    left: 0;
    margin: 0 auto;
}
.common_banner .banner-content p{padding:5px 0;}
.common_banner .owl-carousel .owl-item.active .banner_box .banner-content {
    opacity: 1; left: 10%;
}
.common_banner .banner-content p {font-size: 15px;font-weight: 600;}
.common_banner .banner-content h1{font-size: 180px;/* text-transform: uppercase; */line-height: 1.2;padding-bottom: 10px;display: block; font-family: 'Rembank';
    color: #fff;
    text-shadow: 0px 6px 3px rgb(0,0,0, 0.8);}
.common_banner .owl-item img {
    transition: all 8s ease-in-out; width: 100%;
}

.common_banner .owl-item.active img {
    transform: scale(1.1);
}
.common_banner .owl-dots{position: absolute; right:2%; top:50%;  width:30px; transform: translateY(-50%);}
.common_banner .owl-dots button.owl-dot{width:10px; height:10px;  margin:5px 0 5px 20px;border:1px solid #51aaaa; border-radius:50%; background: none; display:block;}
.common_banner .owl-dots button.owl-dot.active{width:30px; background:#51aaaa; border-radius:5px; margin:5px 0 5px 0px;}

.c-scrolldown {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

.c-scrolldown .c-line-small {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: linear-gradient(to bottom, #51aaaa 50%, #51aaaa 50%);
  background-position: 0 -120px;
  background-size: 100% 200%;
  animation: scrolldown-small 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  border-radius: 50%;
  vertical-align: top;
  top: 0;
  text-align: center;
  box-shadow: 1px 2px 20px 16px #c2c2c259;
  line-height: 60px;
}

.c-scrolldown .c-line-small img {
    width: 30px;
}

.c-scrolldown .c-line {
  width: 4px;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to bottom, #51aaaa 50%, rgba(0, 81, 41, 0) 50%);
  background-position: 0 -140px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; border-radius:10px; vertical-align: top;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -140px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 140px;
  }
}


@keyframes scrolldown-small {
  0% {
    background-position: 0 -75px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 75px;
  }
}


.welcome-wrapper{position:relative;width:100%;padding: 80px 0px;z-index: 9;background: #51aaaa;}
.welcome-wrapper .container{position: relative;}

.welcome-wrapper-inner{position: relative;text-align: center;}

.welcome-wrapper-inner .container-fluid {
    position: relative;
    z-index: 1;
}



.welcome-image img{box-shadow: 1px 2px 20px 0px rgba(7, 7, 7, 0.38);}

.welcome-txt-wrapper {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    color: #fff;
}

.welcome-txt-wrapper p {
    line-height: 2.0;
}

.welcome-txt-wrapper h1{
   
   font-size: 60px;
}

.welcome-txt-wrapper h2{
  font-size: 24px;
  margin-bottom: 10px
}



.product-section{
  padding: 70px 0;
position: relative;

}

.product .product-box{
  position: relative;
}


.product .product-box:hover .product-box-content p{
display: block;
color: #fff
}

.product .product-box:hover .product-box-content{
text-align: center;
transform: translateY(-50%);
top: 50%;
bottom: auto;
}

.product .product-box:hover:after {

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.28) 1%,rgba(0, 0, 0, 0.89) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.28) 1%,rgba(0, 0, 0, 0.89) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 1%,rgba(0, 0, 0, 0.89) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  }

.product .product-box:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
      -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}


.product-box-grid {
    position: relative;
    padding: 20px;
	cursor:pointer
}
.product-box-grid:hover:after{
bottom: 0;
top: auto;
}

.product-box-grid:after {
    position: absolute;
    width: 86%;
    content: "";
    height: 86%;
    left: 0;
    top: 0;
    background: #51aaaa;
    z-index: -1;
    border-radius: 5px;
        transition: bottom 1s ease 0s;
}

.product-box-content p {
    display: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-weight: 400;
    font-size: 14px;
}
.product .product-box {
    text-align: center;
    position: relative;
}

.product-box-content {
    position: absolute;
    bottom: 20px;
    text-align: left;
    width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}




.product-section .container{
  position: relative;
  z-index: 3
}
.heading-section {
    margin-bottom: 20px;
}
.heading-section h2{
  
font-size: 40px;
  
color: #000;
  
font-weight: 700;
}


.heading-section h2 b{
  color: #51aaaa;
  font-weight: 700
}
.heading-section h2 span {
    position: relative;
}
.heading-section h2 span:before {
    position: absolute;
    width: 50%;
    background: black;
    height: 4px;
    content: "";
    border-radius: 4px;
    bottom: -10px;
    right: -10%;
}

.heading-section.text-white h2{
   color: #fff
}
.product {
    padding-top: 50px;
}
.product .product-box {
    text-align: center;
    border: 0px;
}
.product .product-box .product-box-img {
    /* border: 1px solid #fff; */
}

.product .product-box h5 {
    font-size: 18px;
    padding-top: 0;
    line-height: 1.5;
    margin-bottom: 10px;
}

.product .product-box h5 a{
  color: #fff
}
.product .product-box h5 a span {
    font-size: 80%;
    display: block;
}

.product .product-box h5 a:hover{
  opacity: 0.6
}

.product .owl-dots {
    text-align: center;
    margin-top: 00px;
}

.product button.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: transparent;
    margin-right: 4px;
    border-radius: 50%;
    border: 1px solid #108141
}

.product .owl-dot.active{background: #51aaaa;width: 20px;border-radius: 50px;}

.product .owl-dot:focus {
    outline: none;
}

.service-section{
  padding: 80px 0;
  position: relative;
}

.service-img-box {
    position: absolute;
    width: 46%;
    right: 0;
    transform: translateY(-50%);
    top: 45%;
}

.service-content p {
    line-height: 2.0;
    margin-bottom: 20px;
    font-weight: 500
}

.service-content p:last-of-type{
  margin-bottom: 0px;
}


.service-img-box img {
    border-radius: 4px;
}

.service-content{
  position: relative;
}

.service-content h2 {
    position: relative;
}

.service-content h2:before {
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    content: "";
    left: -52%;
    bottom: -10px;
}



.service-img-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    background: #51aaaa;
    border-radius: 4px;
    left: -40px;
    bottom: -40px;
    z-index: -1;
}




.opportunity-section {
    position: relative;
    background: #bcf3f3;
    padding: 60px 0;
}



.opportunity-block-content{
padding: 70px 50px;
color: #fff
}

.opportunity-block-content p{
  margin-bottom: 20px;
}

.opportunity-block-content p:last-of-type{
   margin-bottom: 0px;
}

.footer-section{
  background: #253131;
  padding: 40px 0;
  position: relative;
}



footer.footer-section .footer-logo-section .social {
    padding-left: 0;
    float: right;
}
footer.footer-section .footer-logo-section .social a i {
    border: none;
}

footer.footer-section .footer-logo-section p{
  color: #667474;
  font-size: 13px;
}

footer.footer-section .footer-logo-section p a{
  color: #51aaaa;
}

footer.footer-section .footer-logo-section p a:hover{
  color: #fff
}

.dark-box {
    color: #fff;
    position: relative;
}
.dark-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#msd-responsive-3d-slider {position: relative;float: left;width: 100%;margin-top: 40px;}
.msd-slider-inner-wrapper {width: 50%; max-width: 100%; margin: 0 auto; position: relative;}
.msd-slider-inner {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  transition: all 1s ease-in-out;
  pointer-events: none;
  opacity: 0.4;
  }

.msd-slider-inner.middle .msd-slider-images{
  position: relative;
}

.msd-slider-inner.middle .msd-slider-images:before{
    content: "";

   background: url(images/quote.png);
   background-repeat: no-repeat;
   width: 40px;
   background-size: contain;
   height: 40px;
    position: absolute;
    right: 20px;
    font-size: 40px;
    color: #bcf3f3;
    top: 20px;
    /* -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);*/
}


.msd-slider-inner .msd-slider-images {transform: scale(0.5); transition: all 1s ease-in-out;}
.msd-slider-inner.left {left: -50%; z-index: 10;}
.msd-slider-inner.left .msd-slider-images {transform: scale(0.8) translateY(0%);}
.msd-slider-inner.go-to-left {left: -62%; z-index: 11; transition: all 0.5s ease-in-out;}
.msd-slider-inner.go-to-left .msd-slider-images {transform: scale(0.95) translateY(0%); transition: all 0.5s ease-in-out;}
.msd-slider-inner.middle {left: 0%;z-index: 12;pointer-events: all;opacity: 1;}
.msd-slider-inner.middle .msd-slider-images {transform: scale(1) translateY(0%);}
.msd-slider-inner.right {left: 50%; z-index: 10;}
.msd-slider-inner.right .msd-slider-images {transform: scale(0.8) translateY(0%);}
.msd-slider-inner.go-to-right {left: 62%;z-index: 11; transition: all 0.5s ease-in-out;}
.msd-slider-inner.go-to-right .msd-slider-images {transform: scale(0.95) translateY(0%); transition: all 0.5s ease-in-out;}
.msd-slider-images {width: 100%;}
.msd-slider-controls {position: relative; left: 0; top: 43%; -moz-transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.msd-slider-controls i.prev {color: #000;left: -30px;top: 0;position: absolute;cursor: pointer;}

.msd-slider-controls i img {
    width: 60px;
}
.msd-slider-controls i.next {color: #000;right: -30px;top: 0;position: absolute;cursor: pointer;}
.testimonial_sec .testimonial_slider .row{margin-bottom: 0px;}
.msd-slider_box{width: 100%;display: table;padding: 50px 25px;background: #ffffff;-webkit-box-shadow: 0px 0px 47px -32px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 47px -32px rgba(0,0,0,0.75);box-shadow: 0px 0px 47px -32px rgba(0,0,0,0.75);border-radius: 0;}
.slider_box_img{width: 150px; height: 150px; display: table-cell; vertical-align: middle;}
.slider_box_img img{-moz-border-radius: 100%; -webkit-border-radius: 100%; -o-border-radius: 100%;
border-radius: 100%;}
.slider_box_content{display: table-cell; vertical-align: middle; text-align: left; padding: 0px 20px;}

.slider_box_content h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}
.home_about_sec_in .slider_box_content h2{color: #141313; text-transform: capitalize; font: 400 18px/30px 'Barlow', sans-serif; margin-bottom: 5px;}
.home_about_sec_in .slider_box_content p{color: #737373; font: 300 12.6px/22px 'Barlow', sans-serif;font-style: italic; margin:0px;}
.home_about_sec_in .msd-slider-inner.middle .slider_box_content h2{font-size: 26px; line-height: 34px; margin-bottom: 5px;}
.home_about_sec_in .msd-slider-inner.middle .slider_box_content p{font-size: 15px; line-height: 22px;}
.home_about_sec_in .msd-slider-inner.middle .msd-slider_box {padding: 12px;}
.testimonial_btn{width: 100%; padding: 50px 0px 50px; text-align: center; display: inline-block;}

.owl-carousel.owl-theme.testimonial_slider_owl.owl-loaded.owl-drag {display: none; padding: 0px 30px;}
.testimonial_slider_owl.owl-theme .owl-nav{display: block;}
.testimonial_slider_owl.owl-theme .owl-dots{margin-top: 45px;}
.testimonial_slider_owl.owl-theme .owl-dots .owl-dot span {width: 6px; height: 6px; margin: 5px 6px; background: #25A9E1;}
.testimonial_slider_owl.owl-theme .owl-dots .owl-dot.active{width: 20px; height: 20px; border: 1.5px solid #25A9E1; padding: 5px; background: none; -moz-border-radius: 100%; -webkit-border-radius: 100%; -o-border-radius: 100%;
border-radius: 100%; outline: none;}
.testimonial_slider_owl.owl-theme .owl-dots .owl-dot.active span{background: #25A9E1;}

.testimonial_slider_owl.owl-carousel .owl-nav.disabled, .testimonial_slider_owl.owl-carousel .owl-dots.disabled {display: block;}
.testimonial_slider_owl.owl-carousel .owl-nav button.owl-prev, .testimonial_slider_owl.owl-carousel .owl-nav button.owl-next{left: -8px; top: 41%; position: absolute; z-index: 10; -moz-transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background: none; border: none; outline: none;}
.testimonial_slider_owl.owl-carousel .owl-nav button.owl-next{left: inherit; right: -8px;}
.testimonial_slider_owl.owl-carousel .owl-nav button.owl-prev:before, .testimonial_slider_owl.owl-carousel .owl-nav button.owl-next:before {content: '\e90f'; 
font-size: 8px; font-family: 'icomoon' !important; color: #aaaaaa; font-size: 14px;}
.testimonial_slider_owl.owl-carousel .owl-nav button.owl-next:before {content: '\e910'; color: #aaaaaa;}
.testimonial_slider_owl.owl-carousel .owl-nav button.owl-prev span, .testimonial_slider_owl.owl-carousel .owl-nav button.owl-next span{font-size: 0px;}



.divider{
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #475555;
  width: 100%
}
.footer-logo-section {
    margin-top: 30px;
}

.map-box {
    position: relative;
    height: 140%;
    width: 100%;
    margin-top: -30%;
    padding-left: 30px;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    top: 0;
}

.cookie-link span {
    margin: 0px 5px;
    color: #51aaaa;
}
ul.footer-menu li:first-of-type:before, ul.footer-menu li:nth-child(4):before{
  display: none;
}
ul.footer-menu li:first-of-type, ul.footer-menu li:nth-child(4){
padding-left: 0px
}


ul.footer-menu{
list-style: none;
}

ul.footer-menu li{
  position: relative;
  padding-left: 10px;
  display: inline-block;
}
ul.footer-menu li:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  border-left: 1px solid #51aaaa;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

ul.footer-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 7px 9px;
    display: block;
}

ul.footer-menu li a:hover{
  color: #51aaaa;
}

.dark-box h3{
  position: relative;
  z-index: 2;
  font-size: 25px;
  font-weight: 500;
  color: #51aaaa;
  padding-left: 8px;
}


.address-box {
    position: relative;
    display: flex;
    margin-top: 10px;
    align-items: baseline;
}

.address-icon {
    width: 30px;
    height: 30px;
    background: #51aaaa;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}

.address-content {
    width: calc(100% - 60px);
}

.address-content p span {
    color: #bcf3f3;
    margin-right: 5px;
}

.address-content h6 {
    font-size: 14px;
    color: #bcf3f3;
    margin-bottom: 5px;
    font-weight: 500;
}

.address-content h5 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}

.address-content p {
    font-size: 12.5px;
}

.address-content p a{
  color: #fff
}

.address-content p a:hover{
  color: #51aaaa;
}

i.fa-phone{
  transform: rotate(90deg);
}

.footer-top {
    background: #bcf3f3;
    padding: 20px 0;
}


.inner_banner.common_banner .banner-content {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    padding: 0;
    text-align: center;
    background: none;
}
.inner_banner.common_banner .banner-content h1 {
    /*background: rgba(255, 255, 255, 0.72);*/
    display: inline-block;
    padding: 0px 10px;
	font-family: 'Rembank';
	font-size:150px;
}

.illustrations_srv h1, .illustrations_srv h2{font-size: 33px; line-height: 43px; padding-bottom: 0px; margin-bottom: 40px;}
.illustrations_srv p{font-size: 15px; color: #272727; font-weight: 500; font-family: 'Poppins', sans-serif; line-height:1.8}
.arb_pnl{background: #CBF9F9;}
.arb_pnl p{font-size: 15px; line-height: 25px; color: #272727; font-weight: 500; font-family: 'Poppins', sans-serif;}
.arb_pnl .heading-section h2{margin-bottom: 40px; padding-bottom: 0px;}
.arb_pnl .service-content h2:before {left: -78%;}
.arb_box{background: #CBF9F9;text-align:center;border: 3px solid #CBF9F9;min-height:250px; height:250px; margin-top: 30px; position: relative; z-index: 1; -moz-transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -o-transition: 0.5s all ease; transition: 0.5s all ease; overflow:hidden}
.arb_box::before{width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: 2; background: rgba(0,0,0,0.6); content: ''; visibility: hidden; opacity: 0;}
.arb_box img{width: auto; height:100%; object-fit:contain;object-position:center;}
.arb_box_content{width: 100%; left: 0; bottom: 0; text-align: center; position: absolute; z-index: 3; padding: 20px; visibility: hidden; opacity: 0;}
.arb_btn{width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: 4;}
.arb_box_content h3{color: #ffffff; font-weight: 700; font-family: 'Poppins', sans-serif; font-size: 20px; line-height: 30px;}
.arb_box_content h4{color: #ffffff; font-weight: 400; font-family: 'Poppins', sans-serif; font-size: 17px; line-height: 27px; margin-top: 50px;}
.arb_box:hover::before{visibility: visible; opacity: 1;}
.arb_box:hover .arb_box_content{visibility: visible; opacity: 1;}
.prize_pnl{padding: 75px 0px 55px; background: #ffffff; text-align: center;}
.prize_in{width: 76%; display: inline-block; margin:50px 0 75px 0;}
.prize_pnl_top h2{color: #000000; text-transform: capitalize; position: relative; padding-bottom: 0px; font-size: 40px; font-family: 'Poppins', sans-serif; font-weight: 700;}
.prize_pnl_top h2::before{width: 215px; height: 4px; background: #000; position: absolute; content: ""; left: 37%; bottom: -10px;}
.prize_box{z-index:9; border-radius:4px; width: 90%;  margin:35px 5% 0 5%; padding: 35px 15px 50px; box-shadow:0px 0px 16px 4px rgba(0,0,0,0.1); position: relative;}
.prize_box:after{border-radius:4px; width: 100%; position: absolute; top: 0px; right: 0px; background:#CBF9F9; content: ""; height: 100%; z-index:1; }

.prize_box:before{border-radius:4px; width: 100%; position: absolute; top: 40px; right: -40px; background:#51A9A9; content: ""; height: 100%; z-index:-1; }

.prize-box-inner{position: relative; z-index: 9; padding-top: 30px;}
.prize_pnl_top p{font-size: 15px; line-height: 25px; color: #080808; font-weight: 500; font-family: 'Poppins', sans-serif; margin-top: 30px;}
.prize_pnl_top p strong{font-weight: 600; color: #080808;}
.prize_box_in{ display: inline-block; /*background: #ffffff;*/ text-align: center; 
-moz-border-radius: 100%; -webkit-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; margin-top: 25px; padding-top: 0px;}
.prize_box_in strong{display: block; font-weight: 700; font-size: 28px; line-height: 42px;}
.prize_box_in span{display: block; font-weight: 600; font-size: 17px; line-height: 25px;}
.prize_box h4{color: #080808; font-size: 22px; line-height: 32px; min-height: 65px; font-weight: 700;}
.prize_box h5{color: #080808; font-size: 20px; line-height: 30px; font-weight: 600; margin-top: 0px;}
.prize_pnl_top .prize_box p{color: #080808; font-size: 20px; line-height: 30px; font-weight: 500;}

.inner-page{
    padding:70px 0;
}

.contact_area {
    width: 100%;
    background: #51aaaa;
    padding: 40px;
}
.contact_form_section input[type="text"], .contact_form_section input[type="email"], .contact_form_section input[type="tel"] {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    color: #000;
    background: #fff;
    border: 1px solid #139393;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 0px 20px -23px rgba(0,0,0,0.29);
    -moz-box-shadow: inset 0px 0px 20px -23px rgba(0,0,0,0.29);
    box-shadow: inset 0px 0px 20px -23px rgba(0,0,0,0.29);
}
.contact_form_section textarea {
    width: 100%;
    height: 125px;
    padding: 15px 30px;
    color: #000;
     background: #fff;
    border: 1px solid #139393;
    -webkit-appearance: none;
    resize: none;
    margin: 30px 0 0 0;
    -webkit-box-shadow: inset 0px 0px 20px -23px rgba(0,0,0,0.29);
    -moz-box-shadow: inset 0px 0px 20px -23px rgba(0,0,0,0.29);
    box-shadow: inset 0px 0px 20px -23px rgba(0,0,0,0.29);
}

.contact_form_section input[type="submit"] {
    width: auto;
    display: inline-block;
    margin: 30px 0 0 0;
    background: #fff;
    padding: 16px 50px;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    box-shadow: 1px 2px 12px 4px #026d6e;
}

.contact_form_section input[type="submit"]:hover{
    background:#bcf3f3;
}

.contact_form_section .col-sm-12 {
    text-align: center;
    
}
.contact_area p {
    color: #fff;
    text-align: center;
}
.contact_area .left-algn {
    float: left;
    font-size:15px;
}
.contact_area .right-algn {
    float: right;
    font-size:15px;

}

.contact_area .right-algn a {
    color: #fff;
}

.contact_form_section .wpcf7 form.invalid .wpcf7-response-output {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
    font-size: 14px;
}

.contact_form_section div.wpcf7-response-output:before {
    content: "\f00d";
}

.contact_form_section .wpcf7 form.sent .wpcf7-response-output:before, div.wpcf7-response-output:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.contact_form_section .wpcf7 form.sent .wpcf7-response-output {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
}
.contact_form_section div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}


.contact_form_section .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.contact_form_section .col-sm-12 span.wpcf7-list-item.first.last {
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 10px;
}

.kunden-section .msd-slider_box {
    padding: 35px 25px;
    text-align: center;
	height: 100%;
	display: block;
}

.kunden-section .msd-slider_box p {
    margin-bottom: 15px;
}

.kunden-section .msd-slider_box h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.kunden-section .msd-slider_box .slider_box_content {
    text-align: center;
}


.kunden-section .testi_box_image {
    border: 0px solid #f3f3f3;
    overflow: hidden;
}


.kunden-section .testi-box{
  position: relative;
}

.kunden-section .testi-box:before{
    content: "";

   background: url(images/quote.png);
   background-repeat: no-repeat;
   width: 40px;
   background-size: contain;
   height: 40px;
    position: absolute;
    right: 20px;
    font-size: 40px;
    color: #bcf3f3;
    top: 20px;
    /* -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);*/
}

.kunden-section .testi-box.right-img:before {
    left: 20px;
    transform: rotate(180deg);
    right:auto;
}

p.price_head{
	font-size:19px
}
.prize_pnl_top .prize_box p.price_info {
    line-height: 1;
}
.prize_pnl_top .prize_box p.price_info small{
	font-size:16px
}

.information-pdf-box {
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 4px;
    background: #ffffff;
}
.information-pdf-box img {
    margin-bottom: 15px;
}

.information-pdf-box h4 {
    color: #010101;
    font-size: 28px;
    font-weight: 600;
}

.arbeitsbeispiele-details{
    background: #f1ffff;
}


.arbeitsbeispiele_gallery div#sync1 img {
    border: 6px solid #f4f4f4;
}

.arbeitsbeispiele_gallery div#sync2 {
    padding: 0px 30px;
}


.arbeitsbeispiele_gallery div#sync2 img {
    height: auto;
}
.arbeitsbeispiele_heading h2 {
    font-weight: bold;
    font-size: 38px;
}
.arbeitsbeispiele_heading h2 span {
    color: #51a9aa;
    position:relative;
}
.arbeitsbeispiele_heading {
    color: #181818;
    font-weight: bold;
    margin-bottom: 50px;
}

.arbeitsbeispiele_heading h2 span:before {
    content: "";
    width: 5000px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.arbeitsbeispiele_gallery div#sync2 .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 45%;
    left: -45px;
    font-size: 60px;
    color: #51a9aa;
}

.arbeitsbeispiele_gallery div#sync2 .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 45%;
    right: -45px;
    font-size: 60px;
    color: #51a9aa;
}
.gallery_thumb {
    position: relative;
}

.gallery_thumb:before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#000;
    opacity:0.6;
}

.owl-item.current.active .gallery_thumb:before{
    opacity:0;
}

.arbeitsbeispiele_gallery div#sync2 .owl-nav button:focus{
    outline:0px;
}

.arbeitsbeispiele-details.service-section h3{
    margin-bottom:25px;
}
.lb-data .lb-number {
    display: none !important;
}

.arbeitsbeispiele-details.service-section h3:nth-of-type(2) {
    border-top: 1px solid #b2b2b2;
    margin-top: 20px;
    padding-top: 20px;
}

.arb_box.min-height img {
    width: 100%;
    height: 250px;
        object-fit: cover;
}

.inner-page p{
    line-height:1.5;
    margin-bottom:15px;
}

.inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5, .inner-page h6{
      margin-bottom:15px;
}

.inner-page h2 strong, .inner-page h2 b, .inner-page p b, .inner-page p strong {
    color: #51aaaa;
    font-weight: 700;
}


.modal.arbeitsbeispielemodal button.close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: #51aaaa;
    opacity: 1;
    z-index: 3;
    font-weight: 300;
    color: #fff;
}

.modal.arbeitsbeispielemodal .modal-body{
    padding-top:40px;
}


.modal.arbeitsbeispielemodal .modal-content{
    border-radius:0px;
}


.modal.arbeitsbeispielemodal .modal-card h3:nth-of-type(2) {
    border-top: 1px solid #b2b2b2;
    margin-top: 20px;
    padding-top: 20px;
}
.modal.arbeitsbeispielemodal .modal-card h3{
    margin-bottom: 15px;
}

.modal-open {
    padding-right: 0px !important;
}

.arbeitsbeispielemodal .carousel-control-next, .arbeitsbeispielemodal .carousel-control-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    top: 50%;
    background: #51aaaa;
    border-radius: 50%;
    opacity:1;
}

.arbeitsbeispielemodal .carousel-item {
    padding: 0px 50px;
}

.top_kunden_section .slider_box_content {
    padding: 30px 20px;
}
span#cn-notice-text a {
    color: #000;
    font-weight: 600;
}
a#cn-accept-cookie, a#cn-refuse-cookie {
    background: #000;
    border: none;
    border-radius: 20px;
}

.show-cookie-logo {display: none !important;}
._brlbs-manage{display: none !important;}
._brlbs-legal{display: none !important;}
#BorlabsCookieBox .container{max-width: inherit;}
#BorlabsCookieBox ._brlbs-refuse-btn{display:inline-block;}
#BorlabsCookieBox ._brlbs-bar .cookie-logo{max-width:104px !important;}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption a{color:#000 !important;}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{margin-top: 48px; margin-bottom: 0px !important;}
#BorlabsCookieBox ._brlbs-refuse-btn a._brlbs-btn{font-size: 1.50em;}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed{display: block;}
#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box{background: rgba(0,0,0,0.8)!important; color: #fff!important;}
.BorlabsCookie .container{max-width: inherit;}
.cookie-box ._brlbs-accept ._brlbs-btn,.cookie-box ._brlbs-refuse-btn ._brlbs-btn{max-width: 300px;}
/*.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail{height: 500px !important;}*/
#BorlabsCookieBox ._brlbs-accept {display: inline-block;order: 2;}
#BorlabsCookieBox ._brlbs-refuse-btn a._brlbs-btn{ display: inline-block; background: #51aaaa!important;border-radius: 4px;color: #fff; font-size: 14px;}
#BorlabsCookieBox ._brlbs-refuse-btn a._brlbs-btn:hover{color: #fff!important; }
#BorlabsCookieBox ._brlbs-btn{font-size: 14px !important;}
#BorlabsCookieBox ._brlbs-accept a._brlbs-btn{font-size: 14px; background: #51aaaa!important;
    border-radius: 4px; color: #fff;}
#BorlabsCookieBox ._brlbs-accept a._brlbs-btn:hover{}    
#BorlabsCookieBox p{margin: 10px!important; }
.BorlabsCookie  .col-sm-3{ display: flex; flex-flow: row; align-items: center;
  justify-content: center;}
.BorlabsCookie .col-2{display: none;}
.BorlabsCookie .col-10{max-width: 100%;    flex: 0 0 100%;}
#BorlabsCookieBox ._brlbs-bar h3{display: none;}
._brlbs-embed._brlbs-google-maps{margin-top: 0!important;}
.warning{color:red;}
#BorlabsCookieBox ._brlbs-accept {
    display: inline-block;
    order: 2;
}
/*.prize_pnl_top p.price_head strong{position: relative; color:#3A8A8A; padding:10px 0; }
.prize_pnl_top p.price_head strong:before{width: 100%; content:""; position: absolute; top:0; left:0; height:1px; background:#000000; }
.prize_pnl_top p.price_head strong:after{width: 100%; content:""; position: absolute; bottom:0; left:0; height:1px; background:#000000; }*/
.prize_pnl_top p.price_head strong span{display: block; font-weight: 400;}
.prize_box img{position: absolute;  left: -25px; top: -35px; z-index: 9; }

.prize_in > .row > .col-md-6:nth-child(2) > .prize_box:before{ background:#CBF9F9;}
.prize_in > .row > .col-md-6:nth-child(2) > .prize_box:after{ background: #51A9A9;}
.prize_in > .row > .col-md-6:nth-child(2) > .prize_box, .prize_in > .row > .col-md-6:nth-child(2) > .prize_box h4, .prize_in > .row > .col-md-6:nth-child(2) > .prize_box h5, 
.prize_in > .row > .col-md-6:nth-child(2) >  .prize_box p{color:#fff;}

  .prize_pnl_top p.price_head{font-size: 24px; line-height: 35px;}
@media only screen and (min-width: 1600px) {
.container{
  max-width: 1530px
}
	
	.prize_pnl_top p.price_head {
    font-size: 30px;
}
	
.service-section{
  padding-bottom: 120px
}

.service-content h2:before{
  left: -57%
}

.map-box {
    position: relative;
    height: 150%;
    width: 100%;
    padding-left: 40px;
}

.address-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}

.service-section .heading-section {
    margin-bottom: 50px;
}

.address-box, .address-content h5{
  margin-bottom: 20px
}

.service-content p{
  font-size: 20px
}

.footer-section{
  padding: 80px 0;
  padding-bottom: 100px
}

.header-section nav ul li a:before{
  bottom: -20px
}

 ul.footer-menu li:nth-child(4):before{
display: block;
}
 ul.footer-menu li:nth-child(6):before{
display: none;
}

 ul.footer-menu li:nth-child(6){
  padding-left: 0px;
 }

.navigation:before{
  bottom: -22px
}

.navbar-dark .navbar-brand img {
    width: 130px;
}


p, .common_banner .banner-content p{
  font-size: 18px;
}
	.htop span a{
		font-size: 20px;
	}
	
.social a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 19px;
  }
.inner_banner.common_banner .banner-content h1{
    font-size:200px;
}
.common_banner .banner-content h1{
  font-size:250px;
}

footer.footer-section .footer-logo-section p {
    color: #667474;
    font-size: 15px;
}







.welcome-txt-wrapper h1, .heading-section h2{
  font-size: 50px;
}
.illustrations_srv h1, .illustrations_srv h2{font-size: 46px; line-height: 56px; padding-bottom: 0px; margin-bottom: 0px;}
.illustrations_srv p{font-size: 18px; }
.arb_pnl p {font-size: 18px; line-height: 28px;}
.arb_pnl .heading-section h2 {margin-bottom: 50px;}
.arb_box_content h4 {margin-top: 75px;}
.prize_pnl_top h2 { font-size: 50px; line-height: 60px;}
.prize_pnl_top p {font-size: 18px; line-height: 28px;}
.prize_pnl {padding: 100px 0px 75px;}
.prize_box h4 {font-size: 28px; line-height: 38px; min-height: 75px;}
.prize_box_in strong {font-size:44px; line-height: 52px;}
.prize_box_in span {font-size: 20px; line-height: 27px;}
/*.prize_box_in {width: 170px; height: 170px; line-height: 170px; margin-top: 25px; padding-top: 40px;}*/
.prize_pnl_top .prize_box p{font-size: 22px; line-height: 32px;}
.prize_pnl_top h2::before {width: 280px;}




.heading-section h5{
  font-size: 33px;
}

.welcome-txt-wrapper h2{
  font-size: 33px;
  margin-bottom: 20px;
}

.theme-btn-alt, .theme-btn{
  font-size: 19px;
}

.header-section nav ul li a {
    font-size: 18px;
    padding: 30px 10px 0px;
  }

.htop span{
  margin-right: 10px
}

.welcome-txt-wrapper {
  }
.product .product-box h5{
  font-size: 26px;
}
.service-content:before{
      background-size: 40%;
      right: -15%;
    bottom: -40%;
}
.dark-box h3{
  font-size: 32px;
margin-bottom: 20px;
}
ul.footer-menu li a{
      font-size: 14px;
}

.address-content p{
  font-size: 16px;
}
.address-content h5{
    font-size: 23px;
}
.address-content h6 {
    font-size: 18px;
    margin-bottom: 15px;

}

.dark-box{
}

}

@media only screen and (max-width: 1199px) {
.header-section nav ul li a{
  font-size: 11px
}
	.htop span a{
		font-size: 12px;
	}
	.htop span i {
    width: 24px;
    height: 24px;
	line-height: 24px;
    font-size: 12px;
	}
	
.inner_banner.common_banner .banner-content {width: 90%; padding: 25px;}
.prize_pnl_top h2::before {width: 170px;}

.product .product-box h5 {
    font-size: 14px;
  }

}

@media only screen and (max-width: 1300px){
.welcome-txt-wrapper h1, .common_banner .banner-content h1, .inner_banner.common_banner .banner-content h1 {
    font-size: 130px;
}
}

@media only screen and (max-width: 1100px) {

.product-box-content p{
  font-size: 11px
}

.welcome-wrapper-inner .container-fluid:before{
  background-size: 55%
}

.common_banner .banner-content{
  width: 50%
}
.service-content {
    padding-left: 0%;
}

.header-section nav ul{
  padding-top: 10px;
}

.header-section nav ul li a {
    font-size: 11px;
    padding: 24px 8px 0px;
  }

.heading-section h2{
  font-size: 32px;
}

.welcome-txt-wrapper h1, .common_banner .banner-content h1, .inner_banner.common_banner .banner-content h1{
  font-size: 110px;
}


.dark-box h3{
  font-size: 22px;
}
	.kunden-section .msd-slider_box h3{
		font-size:28px
	}

ul.footer-menu li a{
  font-size: 11px;
  padding: 8px 3px;
}

.address-content p{
  font-size: 11px;
}

.illustrations_srv h1, .illustrations_srv h2{font-size: 24px; line-height: 34px; margin-bottom: 34px;}
.arb_pnl .heading-section h2 {margin-bottom: 34px; padding-bottom: 0px; font-size: 32px; line-height: 1.5;}
.prize_pnl_top h2 {font-size: 32px; line-height: 32px;}

.prize_in{width: 100%;}
}

@media only screen and (max-width: 991px) {

.BorlabsCookie .col-sm-9{max-width:65%!important;}
    .inner_banner.common_banner .banner-content h1{
        font-size:90px;
    }
    
.header-section nav ul li {
    display: block;
}
.header-section nav ul li a:hover:before, .header-section nav ul li.current-menu-item a:before{
  display: none;
}

.map-box{padding-left: 0px}

.service-img-box:after {

    left: -20px;
    bottom: -20px;

}

p {
    font-size: 13px;
}
.navbar-expand-md .navbar-toggler {
    display: block;
}
.navbar-toggler {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 0;
    color: #fff;
    background: #51aaaa;
    border: none !important;
    z-index: 999;
  }
  .navbar-toggler i {
    color: #fff
  }
.navigation {
    background: #000;
    z-index: 99;
    width: 300px;
    height: 2000%;
    display: block;
    position: fixed;
    left: -300px;
    top: 0;
    transition: left .3s linear;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
  }
  .navigation.visible {
    left: 0;
    transition: left .3s linear
  }

.navigation.visible:before {
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    transition: right .3s linear
}

.header-section nav ul{
  text-align: left;
  padding-top: 0;
      display: block;
}
.navigation.visible .navbar-nav li a{
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.dark-box {
    height: auto;
}
.dark-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
ul.footer-menu li a{
  padding: 5px 8px;
  font-size: 12px;
}

.address-content p{
  font-size: 11px
}

.address-content h5{
  font-size: 14px;
}

.htop, .c-scrolldown{
  display: none;
}
.navbar-dark .navbar-brand img {
    width: 90px;
}

ul.footer-menu li{padding-left: 0;}

ul.footer-menu li:before {
    display: none;
}

.welcome-wrapper, .product-section, .footer-section, .service-section{
    padding: 40px 0px;
}

.welcome-txt-wrapper h1{
  font-size: 40px;
}
.heading-section p br, .welcome-wrapper-inner .container-fluid:before{
  display: none
}
.welcome-txt-wrapper {
  }
.welcome-wrapper-inner .container-fluid{
}

.service-content:before{
  bottom: -10%
}
.opportunity-block-content {
    padding: 40px 30px;
  }

.common_banner .banner-content{

width: 75%
}


.service-img-box{
  margin-top: 0px;
}


.map-box {
height: auto;
    width: 100%;
 margin-top: -0%;
 margin-bottom: 20px;
}
.map-box iframe {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}

footer.footer-section .col-lg-6 {
    order: 2;
}
.service-content {
    padding-left: 0%;
}


.heading-section h2, .prize_pnl_top h2,.slider_box_content h2, .arb_pnl .heading-section h2 {font-size: 24px;}
.prize_pnl {padding: 30px 0px 40px;}
.prize_in {width: 100%;}
.prize_box {padding: 30px 15px 40px;}
.prize_box h4 {font-size: 18px; line-height: 30px;}
.prize_pnl_top p {margin-top: 20px;}
.kunden-section .msd-slider_box h3{font-size: 20px;}


	.opportunity-section{
		padding:40px 0;
	}
.arbeitsbeispiele_heading h2 {
    font-size: 30px;
}

}

@media only screen and (max-width: 767px) {

  .prize_pnl_top p.price_head {
    font-size: 20px;
    line-height: 28px;
}
.BorlabsCookie .col-sm-9, .BorlabsCookie .col-10{max-width:100%!important;}
    .inner_banner.common_banner .banner-content h1 {
    font-size: 40px;
}
.welcome-txt-wrapper h1, .common_banner .banner-content h1{
    font-size: 45px;
}

    .arbeitsbeispielemodal .carousel-control-next, .arbeitsbeispielemodal .carousel-control-prev {
    width: 25px;
    height: 25px;
    font-size: 15px;
    }
    
.arbeitsbeispielemodal .carousel-item {
    padding: 0px 30px;
}

.modal.arbeitsbeispielemodal .modal-card h3 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 15px;
}

.modal.arbeitsbeispielemodal .modal-body {
    padding-left: 5px;
    padding-right: 5px;
}
    
.arbeitsbeispiele_heading h2 {
    font-size: 24px;
}
.arbeitsbeispiele-details.service-section h3 {
    font-size: 20px;
}

	
	.page-template-template-parts .service-img-box{
		display:none
	}
	
	.contact_area{
		padding:20px
	}
	.contact_area .left-algn, .contact_area .right-algn{
		display:block;
		    width: 100%;
	}
	
.common_banner .banner-content {
    bottom: auto;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    padding: 5px;
    height: auto;
    background: none;
    text-align: center;
}
.contact_form_section input[type="text"], .contact_form_section input[type="email"], .contact_form_section input[type="tel"]{
	margin-bottom:15px
	}
	.contact_form_section textarea{
		margin-top:0px
	}
	
.inner-page{
    padding:30px 0;
}
.kunden-section .testi-box:before{
    display:none;
}

.msd-slider_box.testi-box.right-img .col-md-3 {
    order: 1;
}
.msd-slider_box.testi-box.right-img .col-md-9 {
    order: 2;
}

.kunden-section .testi_box_image {
    margin-bottom: 20px;
}

footer.footer-section .footer-logo-section .social{
  float: none;
}
.header-section nav ul li.current-menu-item a:before{
  display: none;
}

.menu-wrap{
  text-align: center;
}

.heading-section h2 span:before{
  display: none;
}
.heading-section h2, .prize_pnl_top h2,.slider_box_content h2,.arb_pnl .heading-section h2 {font-size: 20px;}
.welcome-image{
  display: none;
}
.common_banner .owl-dots button.owl-dot.active{
  width: 20px;
  margin-left: 5px;
}

.common_banner .owl-dots button.owl-dot{
  margin-left: 10px;
}

.common_banner .banner-content h1 {

    padding-bottom: 0px;
    display: inline-block;
    padding: 0px 10px;
}
.common_banner .banner-content p{
  display: none;
}

.heading-section {
    margin-bottom: 10px;
}

.welcome-wrapper, .product-section, .footer-section, .service-section{
    padding: 30px 0px;
}

.welcome-txt-wrapper{
      padding: 0;
}

.welcome-txt-wrapper h1{
  font-size: 30px
}
.welcome-txt-wrapper h2 {
    font-size: 20px;
}
p{
  font-size: 13px;
}

.heading-section h2, .arb_pnl .heading-section h2{
    margin-bottom: 10px;
	padding-bottom:0px;
}
.heading-section h5, p.price_head{
      font-size: 16px;
}

.heading-section p br, .heading-section h2 br, .heading-section h5 br, .service-content:before{
  display: none;
}
.product {
    padding-top: 10px;
}


.service-img-box {
    margin-top: 0;
    position: relative;
    margin: 0 auto;
    width: 79%;
    transform: none;
    top: auto;
    margin-bottom: 30px;
}

.service-content h2:before{
  display: none;
}

.service-content {
    padding-left: 15px;
    padding-right: 15px;
}

.msd-slider-inner.right, .msd-slider-inner.left {
    left: 0;
  display: none;
}

.msd-slider-inner.middle{
  width: 100% !important
}

.msd-slider-inner-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: 250px;
}

.msd-slider-controls i.next {
    right: 0;
    top: 0;

}

.msd-slider_box {
    width: 100%;
    display: table;
    padding: 10px 10px;
  }

  .msd-slider_box h2{
    font-size: 20px
  }

.msd-slider-controls i.prev {
    color: #000;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}
.footer-logo-section {
    margin-top: 10px;
    text-align: center;
}

.service-section .col-md-6{
  order: 2
}
.opportunity-block-content {
    padding: 40px;
}
.dark-box{
  height: auto;
}

.inner_banner.common_banner .banner-content { width: 94%; padding: 10px;}
.prize_pnl_top h2::before {width: 120px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}

	.kunden-section .msd-slider_box h3{
		font-size:18px
	}
	.msd-slider-inner.middle .msd-slider-images:before{
		display:none
	}

	.opportunity-section{
		padding:30px 0
	}
	
	#msd-responsive-3d-slider{
		margin-top:30px
	}
.prize_box{margin-bottom:35px;}
.prize_box:before { top: 20px; right: -20px;}
}