* {
    margin: 0;
}

html, body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

a:link          { color: #333; }
a:visited       { color: #333; }
a:hover         { color: #333; }
a:focus         { color: #333; }
a:active        { color: #333; }
a:visited:hover { color: #333; }

/* lobster-regular - latin */
@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster Regular'), local('Lobster-Regular'),
    url('../fonts/lobster-v20-latin/lobster-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/lobster-v20-latin/lobster-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.font-quot {
    font-family: 'Lobster', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 20px;
}
h1 {
    font-size: 80px;
}
h2 {
    font-size: 65px;
}
h3 {
    font-size: 50px;
}
h4 {
    font-size: 40px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 20px;
}
.logo {
    background-image: url("../images/logo.png");
    width: 170px;
    height: 50px;
    background-size: cover;
}

.section {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 25px;
}
.padding {
    padding: 50px;
}
.subSection {
    min-height: 50%;
    background-attachment: fixed;
    background-color: beige;
    padding: 50px 50px 25px;
}
.banderole {
    text-align: center;
    margin: 20px 50px 60px 50px;
    font-size: 25px;
}

.gradient-top-1 {
    position: absolute;
    width: 100%;
    /* border: 1px solid red; */
    z-index: 100;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

.section-service-info { background-image: url('../images/service_1.jpg');}
.sectTwo { background-image: url('../images/leistung_2.jpg');}
#contact {
    background-image: url('../images/contact.jpg');
    background-size: 100%;
}
.section-headline {
    text-align: center;
}
.map {
    background-image: url("../images/map.png");
    height: 380px;
    background-size: cover;
}
#services .glyphicon {

    font-size: 40px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #000000;
}
.section-service-info .glyphicon {
    font-size: 80px;
    height: 120px;
    line-height: 120px;
    width: 120px;
    float: left;
    text-align: center;
    margin-right: 15px;
}

.glyphicon-top {
    font-size: 21px !important;
    float: right !important;
    top: -20px;
    position: absolute !important;
    height: auto !important;
    width: auto !important;
    right: 25px;
}
.glyphicon-projects {
    font-style: normal;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.slider .slider-box {
    height: 750px;
    background-size: cover;
}
.slider .slide-1 { background-image: url("../images/work_1.jpg")}
.slider .slide-2 { background-image: url("../images/work_2.jpg")}
.slider .slide-3 { background-image: url("../images/work_3.jpg")}

.teaser {
    position: absolute;
    top: 30%;
    left: 25%;
    width: 50%;
    text-align: center;
    z-index: 60;
    font-size: 30px;
    color: white;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 50px 50px 50px;
}


.box {
    width: 45%;
    height: 100%;
    float: left;
    margin: 25px 0 25px 5%;
}
.box:last-child {
    margin: 25px 0 25px 0;
}

.box_service {
    margin-top: 40px;
    padding-top: 20px;
}
.box_service:first-child {
    margin-top: 0;
}

.box_project {
    position: relative;
    min-width: 100px;
    height: 300px;
    text-align: center;
}
.box_project div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    padding: 5px;
}

.o-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: rgba(255,255,255,0.0);
    background: rgba(0,0,0,0.0);
    visibility: visible;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 10;
    line-height: 200px;
    font-size: 40px;

    top: 0;
    left: 0;
}

.o-hover:hover {
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}


.box_project-1 { background: url('../images/project_1.jpg'); }
.box_project-2 { background: url('../images/project_2.jpg'); }
.box_project-3 { background: url('../images/project_1.jpg'); }

.infoText {
    text-align: justify;
    padding: 30px 100px 0 0;
}

.portrait {
    height: 400px;
    background-size: cover;
    background: url('../images/portrait.jpg');
    background-position:  0 -100px;
    background-repeat: no-repeat;
}

.single-box {
    width: 90%;
    margin: 25px 0 25px 5%;
}

.text-contact {
    padding: 130px 0 0 40px;
    color: white;
    font-size: 60px;
    line-height: 150px;
}

#contact {
    color: white;
}

#footer {
    background-color: #000;
    color: white;
}
.panel ul {
    float: left;
    width: 85%;
}

#infoBox {
    display: none;
    color: black;
    width: 500px;
    height: 200px;
    position: fixed;
    z-index: 2000;
    margin: 175px auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 50px 50px 50px;
}
#opaque {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.7);
    z-index: 1500;
    position: fixed;
}

#complianceCookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #c5c5c5;
    z-index: 10;
    text-align: center;
    height: 100px;
    padding: 10px 30%;
}
#complianceCookie a {
    text-decoration: underline;
}
#complianceCookieCloser {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}