@import url('https://fonts.googleapis.com/css?family=Fira%20Sans&display=swap');



.container{
        width:100vw;
        height:100vh;
        position:absolute;
        top:0px;
        left:0px;
	font-family: Fira-Sans;
        -scroll-snap-type: y mandatory;
        -scroll-snap-align: start;
	overflow-y: scroll;
	overflow-x: clip;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: column nowrap;
	font-family: "Fira Sans";
}

li{
	margin-top:9pt;
}

h1{
	font-size:16pt;
	font-face:bold;
}
h2{
	font-size:14pt;
	font-face:bold;
}


section{
	display:flex;
	overflow: auto;
	flex: none;
	flex-flow: column nowrap;
	-scroll-snap-type: x mandatory;
	-scroll-snap-align: start;
    background-repeat: no-repeat;
    background-position: inherit;
    background-attachment: fixed;
    width:100vw;
    min-height:100vh;

	}



.content{
	position:absolute;
	width:100%;
	left:0%;
	top:0%;
	background-color:#FFFFFF;
	}
.banner_img{
	height:35vh;
	width:100vw;
	position:relative;
	top:19.6vh;
	object-fit: cover;
	object-position: 50% 50%;
}
.sec_header{
	height:34pt;
	width:fit-content;
	position:relative;
	top:17vh;
	left:4.8vw;
	padding-left:2.8vw;
	padding-right:2.8vw;
	padding-top:5pt;
	padding-bottom:5pt;
	font-size:30pt;
	background-color:#449dd7;
	font-weight:bold;
	color:#FFFFFF;
}


sectio-n:nth-of-type(100n+1){
	background-image: url("./andre_ship.jpg");
	}
sectio-n:nth-of-type(100n+2){
        background-image: url("./ship.jpg");
        }
sectio-n:nth-of-type(100n+3){
        background-image: url("./andre_ship.jpg");
        }

.multi{
	width:auto;
}

.panel:nth-of-type(n){
	z-index:calc(n);
        }


.menu{
	width:100vw; 
	height:16.6vh; 
	position:fixed;
	z-index:99;
	top:0vw;
	left:0vw;
	flex:none;
	flex-flow: row wrap;
	display: flex;
	align-items: center;
  justify-content: center;
  align-items: center;

	padding-left:2vw;
	margin-top:0vh;
	background-color:#FFFFFF;
	font-family: "Fira Sans";
	font-size:18pt;
}



.menu_item{
	padding-top:4vh;
	padding-left:35pt;
	padding-right:35pt;
	font-weight:bold;
    min-width:70px;
}
.menu_item:hover{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#449dd7;
	}

.logo{
	width:20vw; 
	height:10vh; 
	left:12vw;
}



.footer{
	width:100vw; 
	height:6vh; 
	position:fixed;
	z-index:99;
	bottom:0vw;
	left:0vw;
	flex:none
	flex-flow: row nowrap;
	display: flex;
	align-items: center;
	padding-left:2vw;
	margin-top:3vh;
	background-color:#555555;
	font-family: "Fira Sans light";
	font-size:14pt;
	color:#FFFFFF;
}

.multibox{
	width:94.6vw; 
	height:auto;
	flex-flow: row wrap;
	display: flex;
	padding-left:2.7vw;
	padding-right:2.7vw;
	padding-top:20vh;
	margin-top:0vh;
	background-color:#FFFFFF;
	font-family: "Fira Sans";
	font-size:14pt;
	margin-bottom:6vh;
  justify-content: center;
  align-items: center;
}
.halfbox{
	width:15vw; 
    min-width:250px;
	height:auto; 
	top:0vw;
	left:0vw;
	flex:none;
	flex-flow: column nowrap;
	flex-direction: column;
	display: flex;
	align-items: top;
	padding-left:2vw;
	margin-top:0vh;
	background-color:#FFFFFF;
	font-family: "Fira Sans";
	font-size:14pt;
}


.singlebox{
	width:31.5vw; 
	height:100%; 
	top:0vw;
	left:0vw;
	flex:none
	flex-flow: column nowrap;
	flex-direction: column;
	display: flex;
	align-items: top;
	padding-left:2vw;
	margin-top:0vh;
	background-color:#FFFFFF;
	font-family: "Fira Sans";
	font-size:14pt;
}
.topbox{
	width:31.5vw; 
	-height:100%; 
	top:0vw;
	left:0vw;
	flex:none
	flex-flow: column nowrap;
	flex-direction: column;
	display: flex;
	align-items: top;
	padding-left:2vw;
	margin-top:0vh;
	background-color:#FFFFFF;
	font-family: "Fira Sans";
	font-size:14pt;
}

.singlebox_impressum{
	width:30%; 
	height:100%; 
	top:0vw;
	left:0vw;
	flex:none
	flex-flow: column nowrap;
	flex-direction: column;
	display: flex;
	align-items: top;
	padding-left:2vw;
	margin-top:0vh;
	background-color:#FFFFFF;
	font-family: "Fira Sans";
	font-size:10pt;
}

.doublebox{
	width:62vw; 
	height:100%; 
	top:0vw;
	left:0vw;
	flex:none
	flex-flow: column nowrap;
	display: flex;
	align-items: top;
	padding-left:2vw;
	margin-top:0vh;
	background-color:#FFFFFF;
	font-family: "Fira Sans";
	font-size:14pt;

}

.icon{
	min-width:180px; 
	
}


