html,
body {
    width:100%;
    height:100%;
    padding:0;
    margin-left:0;
    margin-right:0;

}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;

}
a {
    color: #252525;
    text-decoration: none;
}
a:hover, a:focus {
    color: #626262;
    text-decoration: none;
    outline: 0;
}
img {
    -moz-user-select: none;
    /*-webkit-user-select: none;*/
    -ms-user-select: none;
    user-select: none;
    /*-webkit-user-drag: none;*/
    user-drag: none;
}
.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section{
    position: relative;
}
.container {
    position: relative;
}
section .container {
    padding-top:100px;
    padding-bottom:100px;
}
.row {
    z-index:3;
    position:relative;
}
.separator {
    width:170px;
    max-width:170px;
    margin-top:120px;
    margin-bottom:100px;
}
.lineSeparator {
    width:60px;
    max-width:60px;
    margin-top:30px;
    margin-bottom:30px;
}
.preloaderLogo {
    min-width: 200px;
    max-width: 300px;
    width: 15%;
}

/* Gradient BG Verlauf */
.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.7) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.7) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 30%,rgba(0,0,0,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.sectionIntro h2 span {
    padding:25px 50px;
    border: solid 5px #282828;
}
.sectionIntro p {
    margin-top:100px;
}
.noscroll {
    overflow:hidden;
}
.container {
    z-index:2;
    overflow:hidden;
}

/* TS letters*/
.parallaxLetter{
    position:absolute;
    font-size:300px;
    color:#F5F5F5;
    z-index:1;
    width: 200px;
    height: 300px;
}
.letter1{
    right:20%;
}
.letter2{
    left:20%;
}

/* NAVBAR */
.navbar-default {
    padding: 25px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 3px;
    background-color: rgba(136,136,136,0.5);
}

/* Navi bei Scroll */
.affix{
    background-color: rgba(136,136,136,0.5);
    /* opacity: 0.7; */
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 2px solid #005ca8;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding: 10px;
    margin: 15px;
    color: #444;
    border: 2px solid #444;
    border-radius: 3px;
    background-color: rgba(136,136,136,0.5);
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
}

.navbar-default .navbar-nav>li>a:focus {
    background-color: rgba(136,136,136,0.5);
}


/*TEXT STYLES*/

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h1{
    font-size:50px;
    text-transform: uppercase;
    letter-spacing: 20px;
}
h2{
    font-size:30px;
    text-transform: uppercase;
    letter-spacing: 15px;
}
h3{

    font-size:24px;
    text-transform: uppercase;
    letter-spacing:10px;
}
h4{
    font-size:20px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
h5{
    font-size:14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
h6{
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4c4c4c;
}
p.bold{
    font-weight:700;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!-- kontakt -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#contact h1, #contact p{
    color:white;

}

.introLogo{
    position:relative;
    width:750px;
    margin-bottom:20px;
}

#contact .separator{
    margin-top:30px;
    margin-bottom:30px;
}

#contact a {
    margin-top:20px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!-- Über uns -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#aboutus .container-fluid .col-md-6 {
    padding-left:50px;
}
#aboutus, #text-separator-clients, #text-separator-testimonials, #text-separator-timers {
    background-color: #888;
    padding-top:50px;
    padding-bottom:50px;
    padding-left:15px;
    overflow:hidden;
}
#aboutus h2,
#text-separator-clients h2,
#text-separator-testimonials h2 {
    color:white;
    z-index: 100;
    position: relative;
}
#aboutus p,
#text-separator-clients p,
#text-separator-testimonials p {
    color:#e7e7e7;
    z-index: 100;
    position: relative;
}
.textSepLogo{
    position:absolute;
    right:0;top:0;
    z-index: 1;
}
.timerWrapper{
    color:white;
    padding:20px;
}
.timerWrapper h1{
    letter-spacing:0;
}
.timerWrapper p{
    color: #d5d5d5;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!-- Über uns 2 -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#aboutus2{
    background-color:white;
}
#aboutus2 .col-md-7,
#aboutus2 .container-fluid{
    padding:0;
}
#aboutus2 .separator{
    width: 120px;
    max-width: 120px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#aboutus2 .image{
    height:500px;
    overflow:hidden;
}
#aboutus2 .image img{
    height: 100%;
}
.whiteOverlay{
    background: transparent url("../img/gradient.png") bottom right repeat-y;
    bottom: 0;
    height: 800px;
    right: 0;
    position: absolute;
    width: 400px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index:4
}
.welcomeLogo{
    width:100px;
}
.textOverlay{
    padding-bottom:50px;
    padding-top:50px;
    margin-left:-150px;
    z-index:6;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!-- Leistungen -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#services{
    background-color: white;
}
#services .container{
    padding-top:100px;
}
.aboutIconWrapper{
    position:absolute;
}
.aboutText{
    position:relative;
    padding-left:50px;
}
.aboutIconWrapper{
    font-size:80px;
    color:#e5e5e5;
    z-index:0;
}
.aboutItem{
    margin-top:30px;
    margin-bottom:30px;
}
.progress-bar {
    color: #fff;
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress {
    height: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid black;
}

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index:3000;
    overflow-y: scroll;
}

.overlay-section{
    position: static;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.overlay-close img{
    cursor:pointer;
}

.overlay-close{
    padding:30px;
}


#singlePageIntro .container{
    padding:100px;
    padding-bottom:30px;
}

#singlePageContent .container{
    padding:10px;
}

#singlePageIntro .separator{
    margin-top:50px;
    margin-bottom:20px;
}

.singleProjectInfo ul{
    padding:20px;
    list-style:none;
    border-left:5px solid #282828;
}

.singleProjectInfo ul li p{
    display:inline;
}

.singleImageWrapper{
    padding-top:60px;
}


.singleImageWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.singleImageWrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* magnific popup effect */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* end magnific popup effect */

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!-- GoogleMap -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
#googleMap {
    width: 100%;
    height: 350px;
    overflow: hidden;
}


.topLine{
    background:#888;
    padding:50px;
}

#footer .bottomLine {
    padding: 20px;
    margin: 0 auto;
    background-color: #444;
}

#footer .bottomLine p{
    color: #a5a5a5;
    font-size:12px;
}

#footer .container{
/*multipage only*/
    padding:0;
}

#footer h5 {
    color: #FFF;
}

#footer p {
    color: #FFF;
}

#footer a {
    color: #FFF;
}

.footerText{
    color:white;
    padding:10px 40px;;
}

.footerText p{
    color: #a5a5a5
}

/* Datenschutz */
.datenschutz {
	margin: 20px !important;
	width: 90%;
}
.datenschutz p{
	margin: 20px !important;
}
.datenschutz h1{
    font-size: 30px;
    text-transform: none;
    letter-spacing: 0px;
}
.datenschutz h2{
    font-size: 25px;
    text-transform: none;
    letter-spacing: 0px;
}
.datenschutz h3{

    font-size: 20px;
    text-transform: none;
    letter-spacing: 0px;
}
.datenschutz ul {
	margin-left: 20px;	
}
.datenschutz hr {
	border: 1px solid #000;
}

