h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #353535;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: none;
}

.weiss {
    color: #fff !important;
}

.top-info.fill .address-block .glyph-icon {
    border-color: #fff;
    color: #fff;
}

.button.border {
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
}

.button.border.red {
    color: #cd1618;
    font-weight: 600;
    border: 2px solid #cd1618;
    background: transparent;
}

.red {
    color: #cd1618;
}

.reddick {
    color: #cd1618;
    font-weight: 800; 
}

.button.red.animated.middle-fill:hover:after{height:100%; top:0; opacity:1}
.button.red.animated.middle-fill:after{background-color:#cd1618;}
.button.red.animated.middle-fill:hover{color:#fff;}

.button.animated.middle-fill:hover:after{height:100%; top:0; opacity:1}
.button.animated.middle-fill:after{background-color:#fff;}
.button.animated.middle-fill:hover{color:#cd1618;}



.mega-menu .menu-logo img {
    height: 70px;
}

.mega-menu .menu-logo {
    padding: 15px 0px;
}

@media screen and (max-width: 992px) {
.mega-menu .menu-logo {
    padding: 4px 0;
}
}

@media screen and (max-width: 992px) {
.mega-menu .menu-links {
    left: 0;
    position: absolute;
    top: 110px;
    width: 100%;
}
}

@media screen and (max-width: 767px) {
.mega-menu .menu-mobile-collapse-trigger {
    top: 35px;
}
}

@media screen and (max-width:767px) {
.top-info .address-block{margin-top:20px; width:100%;}
.top-info .address-block:nth-child(-n+2){margin-top:20;}
.top-info .address-block:nth-child(-n+1){margin-top:20;}
.footer .top-info.top-hlaf{margin-top:-40px; top:-40px;}
.top-info.half{bottom:0; margin-bottom:30px;}
}

@media (max-width: 700px) {
.top-info .address-block {
    margin-top: 20px;
    width: 100%;
}
}

@media screen and (min-width: 992px) {
.top-info .address-block {
    margin-top: 0;
    width: 31%;
}
}

@media (max-width: 1200px) {
.linie {
    border-right: 0px solid #fff;
    margin-right: 0;
}
}

@media (min-width: 1200px) {
.linie {
    border-right: 1px solid #fff;
    margin-right: 50px;
}
}

@media (min-width: 701px) {
.top-info .address-block {
    width: 31%;
    float: left;
    margin-bottom: 0;
    padding-left: 75px;
    margin-left: 2%;
}
}

@media (min-width: 1200px) {
.top-info .address-block {
    width: 28%;
    float: left;
    margin-bottom: 0;
    padding-left: 75px;
    margin-left: 2%;
}
}

.footer {
    background: #151515;;
    color: #c5c5c5;
}

.spezialicon.feature-box i:before {
    font-size: 60px;
    color: #fff;
}

.project-info:hover .overlay{background:rgba(205,22,24,0.85);}
.project-info:hover .overlay::before, 
.project-info:hover .overlay::after{opacity:1; -o-transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}
.project-info:hover .overlay-content{left:40px; opacity:1;}

.overlay::before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1);
}

.overlay::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    transform: scale(1, 0);
}

.overlay-content .hr, .overlay-content hr {
    background: #fff;
    border: none;
    display: block;
    height: 2px;
    margin: 10px 0;
    width: 40px;
}

.overlay-content h3, .overlay-content h3 a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    z-index: 9;
    margin-bottom: 10px;
}

.social-icons.color .icon-hover a,
.social-icons.color-hover .icon-hover a:hover{color:#cd1618; background-color: #fff;}

@media screen and (max-width: 992px) {
.mega-menu .menu-mobile-collapse-trigger {
    height: 42px;
    top: 35px;
    width: 55px;
}
}

@media screen and (min-width: 993px) {
  .mega-menu.desktopTopFixed .menu-list-items {
    /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 0px 10px;
    background: #323232;
  }
  .mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,
  .mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12 {
    width: 100%;
  }
  .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 50px;
    padding-top: 0px;
    /*margin: 15px 0px;*/
    /*width: 75%;*/
   }
   .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a { 
    line-height: 80px;
  }
}

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #cd1618;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 14px;
    background: none;
    border: 2px solid #cd1618;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
}

.feature-box i {
    font-size: 85px;
    line-height: 60px;
    color: #cd1618;
}

.team.left_pos {
    background: #ffffff;
    padding-top: 0;
    padding-left: 48%;
    min-height: 240px;
    text-align: left;
    margin-bottom: 50px;
    cursor: auto;
}

@media screen and (max-width:992px) and (min-width:768px) {
.team.left_pos{padding-left:0;}
.team.left_pos .team-images{height:330px; left:0; overflow:hidden; padding-top:15px;  position:relative; text-align:center; top:0; width:auto;}
.team.left_pos .team-social-icon{position:relative; width:100%;}    
}


@media screen and (max-width:479px) {
.team.left_pos{padding-left:0;}
.team.left_pos .team-images{height:330px; left:0; overflow:hidden; padding-top:15px;  position:relative; text-align:center; top:0; width:auto;}
.team.left_pos .team-social-icon{position:relative; width:100%;}
}

@media (min-width:479px) and (max-width:767px) {
.top-info .address-block{margin-top:20px;width:100%;}
.top-info .address-block:nth-child(-n+2){margin-top:20px;}
.top-info .address-block:nth-child(-n+1){margin-top:0;}
}

@media (min-width:767px) and (max-width:992px) {
.top-info .address-block{margin-top:0;width:31%;}
.top-info .address-block:nth-child(-n+2){margin-top:0;}
}

@media screen and (max-width:992px) {
#header.fancy .menu{ position: fixed; top: 0px; }
#header.fancy .menu .container { width: 100%; }
#header.fancy .mega-menu > section.menu-list-items{padding:0 20px;padding-right:10px; }
#header.fancy + .rev-slider .slider-text{top:100px; transform:translateY(0%);}
#header.fancy .row > [class*='col-'] { padding-left: 0px; padding-right: 0px;  }
}

.mega-menu.desktopTopFixed .menu-logo {
    padding: 4px 0px;
}

@media (min-width:993px) {
.mega-menu.desktopTopFixed .menu-logo {
    padding: 16px 0px;
}
}

.top-info.half {
    bottom: -20px;
    margin-bottom: -30px;
}

.telephone a {
    color: #fff;
}

.telephonegrau a {
    color: #c5c5c5;
}


/*div.style-customizer .content-chooser {
    padding: 30px;
    height: 100%;
    position: absolute;
    background-color: #fff;
    border-top: none;
    color: #252525;
}

div.style-customizer p {
    color: #252525;
}

div.style-customizer .title {
    font-size: 24px;
    margin-top: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #252525;
}

div.style-customizer {
    background-color: #fff;
    color: #fff;
    width: 300px;
    height: 355px;
    position: fixed;
    top: 180px;
    z-index: 10000;
    right: -300px;
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    bottom: 0;
}

.style-customizer .button {
    width:100%; 
    height: 50px;
    font-size:16px; 
    color:#252525; 
    text-align:center; 
    text-transform: uppercase; 
    font-weight:500; margin:0; 
    padding:16px 10px !important; 
    background:none !important; 
    border:2px solid #252525 !important;

}

.style-customizer .button:hover{
    background: #cd1618 !important; 
    color:#fff;
    border:1px solid #cd1618 !important;

}


div.style-customizer a.opener {
    display: block;
    height: 45px;
    position: absolute;
    right: 300px;
    top: 90px;
    background: #fff;
    width: 45px;
    font-size: 20px;
    line-height: 45px;
    color: #252525;
    text-align: center;
    text-decoration: none;
    box-shadow: -1px 0 5px -2px rgba(0, 0, 0, 0.14);
}

.nopadding {
    padding: 0;
}

.button i {
    font-size: 30px;
    margin-right: 10px;
}

.bereiche {
    color: #fff !important;
}

.bereiche:hover {
    color: #fff;
    text-decoration: underline;
}

.bereiche-aktiv {
    background: #fff;
    color: #222222;
    border-radius: 2px;
    padding: 7px 12px 7px 12px;
}

@media screen and (max-width: 992px) {
#header .topbar {
    display: block;
}
}

@media screen and (max-width: 992px) {
#header .topbar-left {
    display: none;
}
}

@media screen and (max-width: 992px) {
#header .topbar-right {
    display: block;
    text-align: center;
    width: 100%
}
}*/


.intro-section-info h2,
.intro-section-info h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.intro-section-info h2 {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 30px;
}
.intro-section-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
}
.intro-section p {
    color: #fff;
    opacity: .8;
    line-height: 1.6;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .intro-section-info h2 {
    margin-top: 130px;
    font-size: 58px;
    line-height: 1;
    margin-bottom: 30px;
}
.intro-section-info h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
}
}

.loading-effect span {
    float: left;
    margin-top: 5px;
}

.intro-title {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    padding-top: 60px;
}

.text-dark {
    color: #353535;
}

@media screen and (max-width: 767px) {
.inner-intro {
    height: 300px;
}
.intro-title {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    padding-top: 120px;
}
}

.footer-logo > img {
    width: 120px;
}

.maxlogo img {
    width: 80px;
}
