@import url(base.css);
@import url(base2.css);
@import url(grid.css);
@import url(layout.css);



/* first assign web font */
@font-face {
    font-family: 'DINWeb-CondBold';
    src: url('../fonts/DINWeb-CondBold.woff') format('woff');
}
@font-face {
    font-family: 'DINWeb-Bold';
    src: url('../fonts/DINWeb-Bold.woff') format('woff');
}
@font-face {
    font-family: 'DINWeb-Light';
    src: url('../fonts/DINWeb-Light.woff') format('woff');
}


body {
    font: 300 17px / 23px 'DINWeb-Light', sans-serif;
    background: #d45521;
}


h1, h2, h3 {
    text-transform: uppercase;
    margin-bottom: .65em;
    color: #00FF00;
    font-size: 2.25em;
    font-family: 'DINWeb-CondBold', sans-serif;
    max-width: 525px;
    position: relative;
    line-height: .9em;
}

h1 { margin-top: 2em; }

h2 { 
    color: #000;
    font-size: 2.5em;
    max-width: none;
}

h3 {
    color: #000;
    font-size: 2em;
}


h1:before {
    content: ' ';
    display: block;
    width: 45px;
    height: 47px;
    background: url(../images/ico_star.png) no-repeat 100%;
    position: absolute;
    top: -47px;
    left: -33px;
}

img { max-width: 100%;}

.sekHead {
    font-family: 'DINWeb-CondBold', sans-serif;
    font-size: 1.5em;
    line-height: 1.1em;
    max-width: 90%;
    display: block;
    margin-bottom: .5em;
    font-weight: 900;
	color: #d45521;
}


p {
    display:block;
    margin-bottom: 1em;
    line-height: 1.25;
    max-width: 85%;
}
b {
text-decoration-line: underline;
font-weight: bold;
hyphens: none;
}

.formContainer p {
    max-width: 550px;
}

.heroContent p { max-width: 100%; }

p.bold { font-weight: bold; }
	p.bold_herzle {margin-top: 2em;
	font-weight: bold;
	hyphens: none;}


section { background: #FFF; }

section.lightgreen { 
    background: #d45521; 
    padding: 6em 0;
}

section.contacts { padding: 0; background:#e1e6e8; }

/** HERO **/

section.hero {
    background-image: url(../images/sparrenburg-1798536_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 99vh;
    padding: 2em 0;
    font-size: 1.1em;
}

header img { width: 180px; }

.heroHead {
    font-size: 2.25em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .6em;
    display: block;
    font-family: 'DINWeb-CondBold', sans-serif;
    line-height: .9em;    
}

.heroHead b {display: block;}

nav {
    float: right;
    width: 75%;
    text-align: right;
    padding-top: 3.5em;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li { display: inline; margin-left: .5em;}

nav a {
    color: #000;
    text-transform: uppercase;
    padding: 0 .35em .25em;
    margin-right: 1em;
    border-bottom: 2px solid transparent;
}

nav a:last-child {
    margin-right: 0;
    padding-right: 0;
}

nav a:hover {
    border-bottom: 2px solid #d45521;
}

inav {
    
}

inav ul {
    
}

inav ul li { }

inav a {
    
}

inav a:last-child {
    
}

inav a:hover {
  /**  border-bottom: 2px solid #d45521;**/
  opacity: 0.5;
}



section.about img{
    margin: 2em 0 0 3.5em;
    float: left;
}


section.galerie img {
    float: left;
}

.heroBatch {
    width: 190px;
}


.interview img {
    max-width: none;
    margin-left: -9em;
    margin-bottom: 1.35em;
    max-width: 120%;
}

.interview .caption {
    font-size: .9em;
    color: #737C83;
    text-align: right;
    margin-bottom: 2em;
    padding-right: 2em;
}

.interview .caption p {
    max-width: 70%;
    float: right;
    display: block;
}

footer {
    padding: 1em 0;
    font-size: .75em;
    color:#20252acc;
}

footer a  { 
    display: block;
	padding: 1em;
    text-transform: uppercase;
    color:#fff;
}

footer a:hover  { 
    background:#fff;
	color: #d45521;
}


.chevron {
    font-family: 'DINWeb-CondBold', sans-serif;
    color: #00ff00;
    font-size: 1.1em;
    margin-right: .5em;
    display: inline-block;
}


.sanierungsSteps > div > div .sekHead:before {
    content: "[ 1 ]";
    font-family: 'DINWeb-CondBold', sans-serif;
    color: #d45521;
    display: block;
    margin-bottom: .7em;
    font-size: 1.25em;
}

.sanierungsSteps > div > div:nth-child(2) .sekHead:before { content: "[ 2 ]"; }
.sanierungsSteps > div > div:nth-child(3) .sekHead:before { content: "[ 3 ]"; }
.sanierungsSteps > div > div:nth-child(4) .sekHead:before { content: "[ 4 ]"; }


/** Button and co **/


.button.outline {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #d45521;
    padding: 1em 3em .8em;
    display: inline-block;
    font-family: DINWeb-CondBold, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

.button.outline:hover {
    background: #d45521;
	Color: #fff;
}

.buttonCont {
    max-width: 40%;
    margin: 2em auto 0;
    text-align: center;
}

input[type=button].grey {
    border: 1px solid #737C83;
    background: #737C83;
    color: #fff;
    display: inline-block;
    padding: 1em 3em;
    margin-top: 1em;
}


@media all and (max-width: 1024px) {
    
    section.hero {
        background-size: cover;
        background-attachment: scroll;
        background-position: bottom center;
    }
    
}


@media all and (max-width: 550px) {

    section.hero {
        height: 90vh;
    }
    
    header img { max-width: 48%; }
    
    header nav, 
    .heroBatch {
        display: none;
    }
    
    .heroContent {
        max-width: 90%;
        left: .5em;
        bottom: 2em;
    }

    .heroIllus { display: none; }

    h1:before {
        top: -58px;
        left: 0;
    }

    p {
        width: 100%;
        max-width: none;
    }

    section.about img {
        float: none;
        text-align: center;
        margin: 0 auto 2em;
        display: block;

    }

    .interview p.bold {margin-top: 2em;}

	hyphens: none;}

    .buttonCont { max-width: 90%; }
    .button.outline { padding: 1em 1.5em 0.8em; }


    section.contacts .formContainer { padding: 4em 1em; }

}


.error {
    position: relative;
}
input.parsley-success, textarea.parsley-success {
    color: #468847;
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
}
input.parsley-error, textarea.parsley-error {
    color: #b94a48;
    border: 1px solid #eed3d7;
    background-color: #f2dede;
}
ul.parsley-errors-list {
    font-size: 12px;
    margin: 2px;
    padding: 0;
    list-style-type: none;

}
@media all and (min-width: 1270px) {
    ul.parsley-errors-list {
        position: absolute;
        right: 0px;
        top: 0px;
    }
}

ul.parsley-errors-list li {
    line-height: 12px;
    color: #a94442;
}
input.parsley-error::-webkit-input-placeholder, textarea.parsley-error::-webkit-input-placeholder {
    color: #a94442 !important;
}
input.parsley-error:-moz-placeholder, textarea.parsley-error:-moz-placeholder {
    color: #a94442 !important;
}
input.parsley-error::-moz-placeholder, textarea.parsley-error::-moz-placeholder {
    color: #a94442 !important;
}
input.parsley-error:-ms-input-placeholder, textarea.parsley-error:-ms-input-placeholder {
    color: #a94442 !important;
}


.button2.outline2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #ffffff;
    padding: 1em 3em .8em;
    display: inline-block;
    font-family: DINWeb-CondBold, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

.button2.outline2:hover {
    background: #d45521;
	Color: #fff;
}

.buttonCont2 {
    max-width: 40%;
    margin: 2em auto 0;
    text-align: right;
}

.buttonCont2 { max-width: 90%; }
.button2.outline2 { padding: 0.3em 0.3em 0.3em; }

.button3.outline3 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #d45521;
    padding: 1em 1em .8em;
    display: inline-block;
    font-family: DINWeb-CondBold, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
}

.button3.outline3:hover {
    background: #d45521;
	Color: #fff;
}

.buttonCont3 {
    max-width: 40%;
    margin: 2em auto 0;
    text-align: right;
}

.buttonCont3 { max-width: 90%; }
.button3.outline3 { padding: 0.3em 0.3em 0.3em; }