a, a:active, a:focus {
  outline: none;
}

.simple-bar .logo {
    max-height: 70px !important;
    bottom:27px !important;
}

.simple-bar.nav-sticky .logo {
    bottom: 17px !important;
  }

@media (max-width: 767px) {
.simple-bar .logo {
  max-height: 60px !important;
  bottom: 43px !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.top-bar {
  position: fixed;
}

.page-header { padding:100px 0px}

.simple-bar .text-right {
    top: 0px !important;
    margin-top: -64px;
    border-top: 1px solid #efefef;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 36px;
  }

ul.menu, ul.menu li { width: 100%;}
ul.menu a { border:none !important; padding-bottom:0px !important}

.simple-bar .menu li {
    margin-right: 40px;
    padding: 5px;
  }
}



.top-bar.nav-sticky .menu li a {
    padding-bottom: 9px;
  }
  .top-bar.nav-sticky .menu {
    top: 11px;
  }

.top-bar.nav-sticky {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #efefef;
  }

  img, .image-gallery .background-image-holder { border-radius:10px}

.menu li a, .link-text { 
    font-family:roboto;
    font-size: 1.2em;
    text-transform:none;
    letter-spacing: 0px;
    font-weight: 400;
    color:#000;
}
.link-text { color: #2f6ef5; }
.link-text:hover { color:#000; border-bottom: 2px solid #000; }

.has-dropdown { bottom: 0px;}

.menu li a.active {
    border-bottom: 2px solid #2f6ef5;
    display: inline-block;
    color: #2f6ef5;
    padding-bottom: 10px;
}
.subnav li {
    margin-right: 0px !important;
    min-width: 174px;
  }


p { 
    font-size: 1.2em !important;
    line-height:1.7em
}

h3 { 
    margin-bottom:25px;
    margin-top:25px
}

#stheader h1 span { 
  display:block;
  line-height: 28px !important;
  margin-top:20px !important
}

h2 { line-height: 38px;}

.bg-primary { background-color:#2f6ef5 !important; }

.ftbox {
  background:#2f6ef5; 
  padding:7.5%;
  color:#fff; 
  border-radius:10px
}

.ftbox h5 { color:#fff; font-weight: bold !important;}
.ftbox p { opacity: 0.6;}
.ftbox i { color:#fff; font-weight: bold; text-align: right; }


.ftbox2 {
  background:url(../images/schlamp-zertifikate.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border:#2f6ef5 solid 2px; 
  padding: 10% 3.5% 8%;
  color:#000; 
  border-radius:10px;
  text-align:center;
}

.ftbox2 h5 { color:#fff; font-weight: bold !important;}
.ftbox2 p { opacity: 0.6;}
.ftbox2 i { color:#fff; font-weight: bold; text-align: right; }

/*
.leistungen .feature {
  border:1px solid blue;
  padding:7.5%;
  border-radius: 10px;
}
*/

.leistungen span { 
  font-size:2em; 
  font-weight:500;
  color:blue;
  margin-bottom:20px;
  display: none;
}
.leistungen h6 { line-height: 1.7em;}

.leistungen .feature { text-align: center;}


#kontaktformular {
  background:#efefef; 
  margin-top:5%;
  padding:5%;
  border-radius: 10px;
}

#kontaktformular input, #kontaktformular textarea {
  display: block;
width: 100%;
padding:25px 15px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color:#000;
background-color: #fff;
background-clip: padding-box;
border: #dee2e6 1px solid;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 10px;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin-top:20px;
resize: none;
}

#kontaktformular textarea {
  height:250px;
  padding-top:10px
}

#kontaktformular button {
  margin-top:25px;
}

#kontaktformular input:first-child {
  margin-top:0px
}

#datenschutz h4 {
  margin:50px 0px 0px 0px
}
#datenschutz p { 
  margin:20px 0px
}
#datenschutz h3 {
  margin-top:50px
}

.mb-2rem {
  margin-bottom: 2rem;
}