* { margin: 0; padding: 0 }
html { height: 100%; font: 14px/18px normal normal Arial,Helvetica,sans-serif; }
body { height: 100%; }

.bggrey { background: #cfd0d2; }
.row20p {
    height: 120px;
    position: relative;
	z-index: 2;
}
.row40p1 {
    height: 350px;
    position: relative;
    overflow: hidden;
}
.row40p2 {
    height: 420px;
    position: relative;
    overflow: hidden;
}

.footer {
position: absolute;
	left: 300px;
}

.footer-links {
padding:10px 0;
}

.contentsection { position: absolute; z-index: 10; width: 800px; top: 0; bottom: 0; margin: 0 auto; left: 50%; margin-left: -400px; }
.informations { position: absolute; z-index: 10; bottom: 0; left: 0; width: 100%;top: 470px; }
.informations * { opacity: 1.0; }
.background-image { background-image: url(images/kbn0153.jpg); background-size: cover; background-position: 50% 50%; background-repeat: none;}  
a { text-decoration: none; color: #000; font: 14px/18px normal normal Arial,Helvetica,sans-serif; border: none; }
.slideshow li { 
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}

.slideshow li:nth-child(1) { 
    background-image: url(images/kbn0153.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.slideshow li:nth-child(2) { 
    background-image: url(images/kbn0170.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.slideshow li:nth-child(3) { 
    background-image: url(images/kbn0196.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.slideshow li:nth-child(4) { 
    background-image: url(images/kbn6400.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.slideshow li:nth-child(5) { 
    background-image: url(images/kbn6423.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.logo_kbn {
    position: absolute;
    top: 120px;
    right: 250px;
    height: 130px;
    margin-top: -20px;
	cursor: pointer;
}
.wrapper-text {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 300px;
}

.transparent-section {
    background: rgba(255,255,255,0.8);
    width: 320px;
    padding: 0px 25px;
    position: absolute;
    right: 210px;
    max-height: 1000px;
    height: 100%;
}


@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

@media (max-width:1150px){
    .logo_kbn {
        position: absolute;
        top: 83px;
        right: 75px;
        height: 130px;
        margin-top: -20px;
    }

    .wrapper-text {
        top: 170px;
        width: 600px;
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }

    .paragraph{
        width: 50%!important;
        float: left!important;
        margin: 0!important;
    }

    .row20p {
        position: relative;
        height: 85px;
    }
    .row40p1 {        
        height: 325px;
        position: relative;
        overflow: hidden;
    }
    .row40p2 {
        position: relative;
        overflow: hidden;
        height: 430px;
    }
    .informations {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        top: 50vh;
    }
    .transparent-section {
        background: rgba(255,255,255,0.8);
        width: 320px;
        padding: 0px 25px;
        position: absolute;
        right: 40px;
        max-height: 1000px;
        height: 100%;
    }
}

@media (max-width:662px){
    .logo_kbn {
        position: absolute;
        top: 83px;
        right: 50%;
        height: 130px;
        margin-top: -20px;
        transform: translateX(50%);
    }
    .wrapper-text {
        top: 170px;
        width: 450px;
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }
    .transparent-section {
        background: rgba(255,255,255,0.8);
        width: 220px;
        padding: 0px 25px;
        position: absolute;
        right: 0px;
        max-height: 1000px;
        height: 100%;
    }
}

@media (max-width:490px){
    .logo_kbn {
        position: absolute;
        top: 87px;
        right: 50%;
        height: 110px;
        margin-top: -20px;
        transform: translateX(50%);
    }
    .wrapper-text {
        top: 140px;
        width: 280px;
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }
    .paragraph {
        width: 100%!important;
        float: left!important;
        margin: 0!important;
    }

    .paragraph:last-child{
        margin-top: 20px!important;
    }

    .row40p1 {
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .row40p2 {
        position: relative;
        overflow: hidden;
        height: 360px;
    }

    .prospekt_prev {
        width: 150px;
    }

    .transparent-section p{
        display: block;
        margin: 20px auto 0px;
        width: 150px!important;
    }
    .transparent-section {
        background: rgba(255,255,255,0.8);
        width: 150px;
        padding: 0px 25px;
        position: absolute;
        right: 0px;
        max-height: 1000px;
        height: 100%;
    }
	
	.footer {
		position: absolute;
		left: 10px;
	}

	
}