@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/quicksand-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing:border-box;
}

body {
    border-bottom:30px solid #313746;
    padding:0;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}

.wrapper {
    max-width:1200px;
    width:100%;
    margin: 0 auto;
}

header {
    background-color:white;
    padding-bottom: 15px;
    position: fixed;
    padding-top:15px;
    padding-left: 20px;
    padding-right:20px;
    left:0;
    right:0;
    top:0;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.4);
}

header #logo:hover {
    opacity:0.7;
    transition: all 0.3s;
}

header nav {
    height:50px;
    float:right;
    width: calc(100% - 350px);
    margin-top:30px;
}

header img {
    width:100px;
}

header nav ul {
    padding:0;
    margin:0;
    text-align: right;
}

header nav ul li ul {
    display: inline;
    visibility: hidden;
    position: absolute;
    padding: 0px;
    background: white; 
    z-index: 9999;
    top: 100%;
    left: 0px;
    width: 315px;
    text-align: left;
}

header nav ul li:hover > ul {
    visibility: visible;
}

header nav ul li {
    list-style-type: none;
    display: inline-block;
    padding-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
    padding-left: 4%;
    padding-right:4%;
    position: relative;
    font-weight: 500;
}

header nav ul li ul li {
    float: none;
    font-size: 14px;
    padding-left: 55px;
    text-align: left;
    padding-right:40px;
    
}


header nav ul li a {
    text-decoration:none;
    color:#313746;
}

header nav ul li a:hover {
    border-top:1px solid #313746;
    border-bottom:1px solid #313746;
}

/*------------------------------------RESPONSIVE_MENÜ----------------------------*/

nav #menu {
    float: right;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-right: 2%;
    display: none;
}


nav #menu span {
    background-color:#313746;
    display: block;
    height: 3px;
    margin-bottom: 7px;
    transition: all 0.1s ease-in;
}

nav #menu span.top {
    margin-bottom: 6px;
    margin-top: 5.5px;
}

nav #menu span.bottom {
    margin-bottom: 4.5px;
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
}
	
nav.open span.top {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
}

nav.open span.middle {
    opacity: 0;
    -webkit-transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
    transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
    visibility: hidden;
}

nav.open span.bottom {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);	}
			
nav.open ul {
		height: auto;
		opacity: 1;
		-webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, height 0.5s ease 0s;
		transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, height 0.5s ease 0s;
		visibility: visible;
		z-index: 10000;
		position:absolute;
		background-color:white;
		width:100%;
		top:100%;
		left:0;
		display: block;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
	}	
	
nav.open li {
		display:block;
		padding-top:2%;
		padding-bottom:2%;
	}	

#slider {
    position: relative;
    margin-top:136px;
}

#slider .bx-wrapper {
    border:none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

#slider ul {
    margin:0;
    padding:0;
}

#slider ul li {
    list-style-type: none;
}

#slider ul li img {
    width:100%;
}

#slider ul li .slider_content {
    display: none;
}

#slider ul li .slider_content h1 {
    font-size: 85px;
    letter-spacing: 15px;
    text-transform: uppercase;
}

#white {
    padding-top: 70px;
    background-image:url(../images/hg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: auto;
}

#white #slogan {
    width: 55%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#white .article.start {
    text-align: center;
    font-size: 30px;
    width:55%;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    line-height:1.5;
    font-weight: 400;
}

#white .article {
    text-align:center;
}

#white .article ul, #white .blog ul {
    list-style-type:none;
}

#white .article.start h1 {
    display:none;
}

#white .article a, #white .blog a {
    color:#006BB3;
}

#white .article .crop {
    display: inline-block;
    overflow: hidden;
    height: 180px;
    width: 24%;
    margin-top: 10%;
    margin-right: 1%;
    float:left;
}

#white .article img {
    max-width:100%;
}

#white .article .icon {
    width:40px;
}

#white .article h2, #white .article h1, #white .partner h1, #white .description h3,  #white .description h2, #white .blog.karriere h1 {
    color:#006BB3;
    font-weight: 400;
    text-align: center;
}

#white .blog.karriere h1 {
    font-size:27px;
}

#white .description h3 {
    font-size:30px;
    margin: 0;
}

#white .description h2 {
    margin-bottom:5px;
    margin-top: 0;
}

#white .article.leistungen h1 {
    display:none;
}


#white .article.kontakt {
    text-align: left;
}

#white .article.kontakt h1, #white .article.karriere h1, #white .article.gasleiterueberpruefung h1, #white .article.kernbohrung h1, #white .article.impressum h1{
    display:block;
}

#white .article.kontakt img {
    width:50%;
}

#white .article.partner, #white .article.referenzen {
    overflow:auto;
}

#white .article.partner a, #white .article.referenzen a  {
    display: inline-block;
    overflow: hidden;
    width: 240px;
    height:100px;
    margin-top: 3%;
    margin-right: 5%;
    float:left;
    position: relative;
    margin-bottom: 3%;
}

#white .article.partner img, #white .article.referenzen img {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

#white .fb_iframe_widget {
    left:50%;
    transform: translateX(-50%);
}

#leistungen {
    text-align: center;
    border-bottom: 1px solid #006bb3;
    padding-bottom: 100px;
}

#leistungen .blog.leistungen {
    width:30%; 
    display: inline-block;
    text-align: center;
    margin-top:100px;
    position: relative;
    margin-right: 1.5%;
    margin-left: 1.5%;
    height:130px;
    border:2px solid transparent;
}

#leistungen .blog.leistungen:hover {
    border:2px solid #006BB3;
    transition: all 0.5s;
}

#leistungen .blog.leistungen a {
    display: block;
    color: transparent;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    text-align: center;
    left: 0px;
    
}

#leistungen .blog.leistungen h1 {
    display:none;
}

#leistungen .blog.leistungen h2 {
    margin: 0;
    position: absolute;
    bottom: 5px;
    left:50%;
    transform: translateX(-50%);
    color:#006bb3;
    font-weight: 400;
}

#leistungen .blog.leistungen img {
    position: absolute;
    top:10px;
    left:50%;
    transform: translateX(-50%);
}

#white .blog.karriere {
    text-align:center;
    border-bottom: 1px solid #006BB3;
    margin-top:50px;
    padding-bottom:30px;
}

#white .blog.karriere ul {
    display:inline-block;
    text-align:left;
}

#white #left, #white #right {
    width:27%;
    float: left;
    margin-top:100px;
}

#white #left h1, #white #right h1 {
    font-size:20px;
    font-weight: 400;
}

#white #left p, #white #right p {
    position: relative;
    padding-left:35px;
    line-height:2.5;
    letter-spacing: 1px;
}

#white #left img, #white #right img {
    position: absolute;
    left:-2px;
    top:5px;
}

#white #left a, #white #right a {
    color:black;
}

#white #bottom {
    padding-top:50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #006BB3;
    overflow: auto;
    text-align: center;
}

#white #bottom .item {
    width:33%;
    float:left;
}


#white #left .logos, #white #right .logos {
    position:static;
    transform: none;
}

#white #formular {
    width:45%;
    float:right;
    margin-top:120px;
    position: relative;
} 

#white #formular .highlight {
    background-color: rgba(255,0,0,0.5);
}

#white #formular #write {
    position: absolute;
    left:-40px;
}

input, textarea, select, #captcha {
    border: 1px solid #FFF;
    width: 47%;
    font-size: 11px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 3%;
    background-color: #80858f;
    color: #FFF;
    border-radius: 8px;
    font-family: 'Quicksand', sans-serif;
    height:50px;
}

input::placeholder, textarea::placeholder {
    color:white;
    letter-spacing: 1px;
    font-weight: 100;
}

input:focus {
    outline:none;
}

#captcha, #captchatext {
    float:left;
}

#captcha {
    padding: 0;
}

textarea {
    width:97%;
    height:100px;
    resize: none;
    overflow: auto;
}

#white #formular button {
    color: #000;
    text-decoration: none;
    border: 1px solid #FFF;
    background-color: #FFF;
    padding: 1% 7%;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 1%;
    display: block;
    font-weight: 100;
    transition: all 0.3s ease 0s;
    width: 100%;
}

#white #formular button:hover {
    border:1px solid #006BB3;
}

footer  {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer a {
    text-decoration: none;
    color:black;
    font-size: 22px;
}

footer a:hover {
    color:#006BB3;
}

/*-----------------------------------------RESPONSIVE------------------------------------*/

@media(max-width:1425px){
    header nav ul li {
        padding-left:3%;
        padding-right:3%;
    }
}

@media(max-width:1200px){
    
    header nav {
        width:calc(100% - 100px);
    }
    
    #slider ul li .slider_content {
        bottom:-50px;
    }
    
    .wrapper {
        padding-left:2%;
        padding-right:2%;
    }
    
    #white {
        padding-top:70px;
        overflow: hidden;
    }

    #white .article img {
        max-width: initial;
        max-height: 100%;
}

}

@media(max-width:1030px){
    header nav ul {
		display: none;
	}

    header nav ul ul {
		display: none !important;
	}
	
	header nav {
		height: auto;
	}
	
	header nav ul li {
		float:none;
		text-align:center;
		padding-right:0;
		width:100%;
	}
	
	header nav ul li a {
        color:#313746;

	}
	
	header nav #menu {
		display: block;
	}
    
    #white #formular {
        float:none;
        position: relative;
        left:50%;
        transform: translateX(-50%);
        margin-top: 70px;
    }
    
    #white #left, #white #right {
        display:table;
        width:auto;
    }
    
    #white #left {
        position: relative;
        left:20%;
    }
    
    #white #right {
        position:relative;
        left:35%;
    }
    
    #white #formular {
        width:70%;
        display: inline-block;
    }

}

@media(max-width:900px){
    #white .article.start {
        font-size:23px;
        margin-top:50px;
    }
    
    #slider ul li .slider_content {
        width:75%;
    }
    
}

@media(max-width:770px) {
    #white #left, #white #right {
        float:none;
        left:50%;
        transform: translateX(-50%);
        margin-top:70px;
    }
    
    #white #left .logos, #white #right .logos {
        position:relative;
        left:50% !important;
        transform:translateX(-50%) !important;
    }
}

@media(max-width:700px){
    #leistungen .blog.leistungen {
        width:100%;
    }
    
    input, textarea, select, #captcha {
        font-size:10px;
    }
    
    #white {
        overflow:hidden;
    }
    
    #white .article.kontakt img {
        float:none;
        width:100%;
        margin-bottom: 30px;
    }
    
    #white .article.kontakt {
        text-align:center;
    }
    
}

@media(max-width:600px){
    #white #bottom {
        padding:0;
    }
    
    #white #bottom .item {
        float:none;
        margin-top:30px;
        margin-bottom: 30px;
        width:100%;
    }
    
    #white #slogan {
        width: 75%;
    }
}

@media(max-width:555px){
    #white .article.partner a {
        float:none;
        width:155px;
    }
}

@media(max-width:500px){
    #white #formular #write {
        display: none;
    }
    
    #white #formular {
        width:100%;
    }

    
    #slider {
        margin-top:85px;
    }
    
    input, textarea, select, #captcha {
        font-size:8px;
    }
    
    #white .article.start {
        width:100%;
        font-size:19px;
    }
    
    #leistungen .blog.leistungen {
        margin-top:60px;
        margin-left:0;
        margin-right:0;
    }
    
    header img {
        width:65px;
    }
    
    #slider {
        display: none;
    }
    
    #white {
        padding-top:120px;
    }
}


@media(max-width:400px) {
    #white .article.partner a {
        width:110px;
    }
    
    #white .article .crop {
        width:100%;
        float:none;
        margin-top: 0;
    }
    
    #white .article img {
        max-width: 100%;
        max-height: initial;
    }
}