@import url("fonts/notosans.css");

html {
    font-family: 'Noto Sans', sans-serif;
    color: white;
    font-size: 20px;
    line-height: 32px;
}

body {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 16px 0;
    line-height: 36px;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    color: #ffffff;
}

.header {
    text-align: center;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    z-index: 1;
}

.logo img {
    margin-top: 20px;
    width: 70%;
    max-width: 386px;
}

nav {
    margin: 0;
    border-top: 2px solid #87ffd6;
}

nav ul {
        font-family: sans-serif;
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 5px 29px 29px 29px;
        text-transform: uppercase;
        text-shadow: 4px 3px 10px rgba(80, 80, 80, 1);
    }

    nav ul li {
        cursor: pointer;
        text-decoration: none;
        padding: 10px;
    }

.section {
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}

.section_1 {
	background-color: #999B9A;
    background-image: url("../pics/hg_01.jpg");
}

.section_2 {
	background-color: #343F55;
    background-image: url("../pics/hg_02.jpg");
}

.section_3 {
	background-color: #DFE0E2;
    background-image: url("../pics/hg_03.jpg");
}

.section_4 {
	background-color: #454023;
    background-image: url("../pics/hg_04.jpg");
}

.section_5 {
	background-color: #3B1B07;
    background-image: url("../pics/hg_05.jpg");
}

.section_6 {
	background-color: #520108;
    background-image: url("../pics/hg_06.jpg");
}

.section_7 {
	background-color: #D4B66E;
    background-image: url("../pics/hg_07.jpg");
}

.section_8 {
	background-color: #91826F; 
    background-image: url("../pics/hg_08.jpg");
}

.section_9{
    background-color: #2b2b2b;
    background-image: url("../pics/Icons_Servierteller.svg");
    background-size: 80%;
    background-repeat: no-repeat;
}

.dataprotection {
    margin-top: 45px;
}

.info_data_wrapper {
	position: fixed;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.info_data_content {
    background-color: #fff;
    height: 170%;
    width: 160%;
    margin: auto;
    max-width:160%;
    max-height:170%;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%)  scale(0.5);
    -moz-transform: translate(-50%,-50%)  scale(0.5);
    -ms-transform: translate(-50%,-50%)  scale(0.5);
    -o-transform: translate(-50%,-50%)  scale(0.5);
    transform: translate(-50%,-50%)  scale(0.5);
    padding: 0px;
    box-sizing: border-box;
	transition: all 400ms ease-in-out;
}

.scrollbar {
    overflow: auto;
    height: 100%;
}


.datacontent1 span {
    text-transform: uppercase;
}

.datacontent1 a {
    color: black;
}

.datacontent1 {
    margin: 4%;
    font-size: 20px;
    line-height: 40px;
    color: #000000;
}
.dataheader span {
    text-transform: uppercase;
}
.dataheader {
    font-size: 30px;
    color: #000000;
    padding: 4% 4% 0% 4%;
}

.info_data_close {
    position: absolute;
    right: 0px;
    top: -80px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url("../pics/Icons_Close.svg");
    background-size: 100%;
    background-size: 80%;
    background-position: center;
}

.info_data_wrapper.open {
    visibility: visible;
    opacity: 1;
}

.section .content {
    padding-left:5%;
    max-width: 95%;
}

.section_2 .content {
    position: absolute;
    bottom: 10%;
    width: 80%;
    max-width: 800px;
}

    .section_2 .content img {
        height: 120px;
        margin-bottom: 20px;
    }

    .section_2 .content p {
        font-size: 24px;
        font-style: italic;
        line-height: 36px;
        padding: 20px 5%;
        margin: -20px -5%;
    }
    
    .section_2 .content p span {
        font-weight: bold;
    }
    
    .section_2 .content p span:first-child {
        font-size: 40px;
        font-weight: bold;
    }

.section_3 .content {
    position: absolute;
    bottom: 0%;
    background-color: #cbcd00;
    padding: 15px 0 20px 0;
    max-width: 100%;
    width: 100%;
}

    .section_3 .content .icon_wrapper {
        width: 300px;
        float: left;
        margin-top: -170px;
        margin-left: -92px;
    }

    .section_3 .content h2 {
        margin-left: -50px;
        display: inline;      
        font-weight: normal;
        font-size: 30px;
    }

    .section_3 .content p {
        text-transform: uppercase;
        font-weight: bold;
        margin-left: -50px;
        position: relative;
        padding: 10px 10px 0px 0;
        float: left;
        width: calc(100% - 208px);
        box-sizing: border-box;
        line-height: 32px;
	}
	
    .section_3 .content p a{
        color: white;
    }

.section_4 .content {
    position: absolute;
    top: 20%;
    height: 80%;
    width: 70%;
}

    .section_4 .content p {
        font-style: italic;
        padding: 20px 5%;
        margin: -20px -5%;
        text-shadow: 4px 3px 10px rgba(80, 80, 80, 1);
    }

    .section_4 .content p span {
        font-size: 40px;
        font-weight: bold;
    }
    
.section_4:after {
    content: '';
    background-color: #87ffd6;
    height: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
    
.section_5 .content {
    position: absolute;
    top: 5%;
    height: 80%;
    width: 70%;
}

    .section_5 .content .icon_wrapper {
        height: 150px;
        position: relative;
        margin-bottom: 0px;
    }

    .section_5 .content .icon_wrapper img {
        height: 100%;
    }
    
    .section_5 .content .icon_wrapper p {
       
       font-weight: bold;
       font-size: 40px;
       line-height: 48px;
       position: absolute;
       bottom: 5px;
       left: 160px;
    }
    
    .section_5 .content > p {
        padding: 20px 5%;
        margin: -20px -5%;
        font-size: 24px;
        font-style: italic;
        line-height: 36px;
        text-shadow: 4px 3px 10px rgba(80, 80, 80, 1);
    }
    
    .section_6 .content .icon_wrapper {
        width: 100%;
        background-color: #3a6958;
        position: absolute;
        top: 0px;
        left: 0;
    }

    .section_6 .content .icon_wrapper img {
        height: 150px;
        display: inline-block;
        width: 150px;
        margin-bottom: -55px;
        padding-top: 20px;
    }
    
    .section_6 .content .icon_wrapper h2 {
        font-weight: normal;
        color: #87ffd6;
        font-size: 40px;
        display: inline-block;
        padding-top: 20px;
        padding-left: 5%;
        padding-bottom:20px;
        position: relative;
        z-index: 1;
    }
    
    .section_6 .content > p {
        color: #ffffff;
        padding-top: 120px;
        padding-bottom: 120px;
        width: 55%;
        font-size: 24px;
        font-style: italic;
        line-height: 36px;
        text-shadow: 4px 3px 10px rgba(0, 0, 0, 1);
    }
     
.section_7 .content {
    position: absolute;
    top: 10%;
    height: 80%;
    width: 95%;
}

    .section_7 .content h2 {
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: normal;
    }
    
    .section_7 .content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 24px;
    }

    .section_7 .content ul li {
        text-decoration: none;
        border-bottom: 2px solid #87ffd6;
        padding: 10px 0;
        margin-left: -5%;
        padding-left: 5%;
    }

.section_8 .content {
    position: absolute;
    bottom: 0%;
    background-color: #cbcd00;
}
    
    .section_8 .content h2 {
        margin-top: -50px;
        padding-bottom: 20px;
        font-weight: normal;
        font-size: 30px;
    }
    
    .section_8 .content p {
        text-transform: uppercase;
        padding: 20px 5% 30px 0;
    }
    
.footer {
    position: absolute;
    width: 95%;
    bottom: 5%;
    font-size: 15px;
    line-height: 21px;
}

.footer > div {
    float: left;
    width: 25%;
    padding-right: 5%;
}

.firstpage {
    z-index: 10;
    bottom: 0;
    position: fixed;
    left: 90%;
}

.firstpage img {
    cursor: pointer;
    width: 36px;
}

body.fp-viewing-1 .firstpage {
    display: none;
}

.info_wrapper {
    position: fixed;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.info_wrapper.open {
    visibility: visible;
    opacity: 1;
}

.info_content {
    background-color: #fff;
    height: 80%;
    width: 90%;
    margin: auto;
    max-width:600px;
    max-height:480px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%)  scale(0.5);
    -moz-transform: translate(-50%,-50%)  scale(0.5);
    -ms-transform: translate(-50%,-50%)  scale(0.5);
    -o-transform: translate(-50%,-50%)  scale(0.5);
    transform: translate(-50%,-50%)  scale(0.5);
    padding: 0px;
    box-sizing: border-box;
    transition: all 400ms ease-in-out; 
}

    .info_content * {
        color: #000000;
    }
    
    .info_content img {
        width: 100%;
        border-radius: 2px;
    }
    
    .info_wrapper.open .info_content {
        -webkit-transform: translate(-50%,-50%)  scale(1);
        -moz-transform: translate(-50%,-50%)  scale(1);
        -ms-transform: translate(-50%,-50%)  scale(1);
        -o-transform: translate(-50%,-50%)  scale(1);
        transform: translate(-50%,-50%)  scale(1);
    }
    
    .info_content > div {
        padding: 10px;
    }

.info_close {
    position: absolute;
    right: 0px;
    top: -80px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url("../pics/Icons_Close.svg");
    background-size: 100%;
    background-size: 80%;
    background-position: center;
}

@media only screen and (max-width: 640px) {
    
    .firstpage {
        left: 85%;
    }
    
    .navigation {
        position: absolute;
        width: 100%;
    }
    
    .navigation ul {
        text-align: center;
        padding: 4% 0;
        font-size: 16px;
    }

    .navigation ul li {
        display: inline;
        font-size: 86%;
        padding: 0 2%;
    }

    .section_2 .content p {
        font-size: 15px;
        line-height: 22px;        
    }

    .section_3 .content h2 {
        margin-left: 0;
    }

    .section_3 .content .icon_wrapper {
        width: 300px;
        float: left;
        margin-top: -170px;
        margin-left: -92px;
        margin-right: -55px;
        font-size: 24px;
    }

    .section_3 .content p {
        float: none;
        display: inline-block;
        margin-left: 0;
        font-size: 16px;
        line-height: 24px;
        width: calc(100% - 153px);
    }

    .section_4 .content {
        top: 10%;
        width: 90%;
    }
        .section_4 .content p {
            font-size: 18px;
            line-height: 24px;
            padding: 10px 2%;
            margin: 0 -2%;
        }

    .section_5 .content {
        width: 80%;
    }

        .section_5 .content .icon_wrapper {
            height: 60px;
        }

            .section_5 .content .icon_wrapper p {
                font-size: 32px;
                bottom: -7px;
                float: right;
                position: relative;
                left: -30px;
            }

        .section_5 .content p {
            padding: 0 2%;
            margin: 0 -2%;
            font-size: 18px;
            line-height: 24px;
        }

    .section_6 .content .icon_wrapper{
        height: 120px;
    }

    .section_6 .content .icon_wrapper h2 {
        width: calc(60% - 4px);
        font-size: 30px;
        padding-top: 12px;
    }

    .section_6 .content .icon_wrapper img {
        margin-bottom: -48px;
        max-width: 34%;
        height: auto;
    }

    .section_6 .content p {
        font-size: 20px;
        width: 93%;
        padding-bottom: 0;
        line-height: 24px;
        padding-top: 140px;
    }

    .section_7 .content ul {
        font-size: 20px;
    }

    .section_8 .content p {
        line-height: 30px;
        font-size: 17px;
    }

    .content.footer {
        padding: 0;
        max-width: 100%;
        width: 100%;
        bottom: auto;
    }

    .footer {
        position: relative;
    }

    .footer > div {
        line-height: 20px;
        width: 100%;
        padding: 15px 5%;
        border-bottom: 2px solid #ceca00;
        box-sizing: border-box;
        float: none;
    }
    
    .footer > div:last-child {
        border: none;
    }
    .dataprotection {
        margin-top: 10px;
}

@media only screen and (min-width: 640px) {
    nav ul li{
        display: inline-block;
    }
}

/*superspecial iphone customize css*/
@media only screen and (max-width: 320px) and (max-height:500px) {
	
	.section_2 .content {
		height: 100%;
		bottom: auto;
	}
	
	.section_2 .content > p {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.section_3 .content .icon_wrapper {
		width: 150px;
		margin-top: -75px;
		margin-left: -15px;
		margin-right: -20px;
	}
	
	.section_3 .content p {
		font-size: 14px;
		width: calc(100% - 115px);
	}
	
	.section_4 .content {
		top: 5%;
	}
	
	.section_4 .content p {
		padding-top: 0px;
		font-size: 15px;
		line-height: 22px;
	}
	
	.section_4 .content p span {
		font-size:32px;
	}
	
	.section_6 .content .icon_wrapper h2 {
		padding-top:5px;
		padding-bottom: 5px;
	}
	
	.section_6 .content > p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.section_7 .content h2 {
		margin-bottom: 10px;
		font-size: 36px;
	}
	
	.section_7 .content ul li {
		padding: 5px 0;
		padding-left: 5%;
	}
	
	.section_8 .content p {
		font-size: 16px;
		line-height: 20px;
		padding: 0 5% 5px 0;
	}
	
	.footer br {
		content: ' ';
		display: block;
	}
	
	.footer p {
		font-size: 12px;
	}
	
	.footer > div {
		padding: 5px 5%;
	}
}