/* CSS Document */

html, body {
	background-color: white;
	width: 100%;
	height:100%;
	margin: 0; 
	}
	
html{
	font-family: "Helvetica neue", sans-serif;
	height:100%;	
	}
		
table{
	border: solid #FFF;
	border-width: 1px;
	width: 100%;

	}	


h1{
	height: 20px;
	text-align: left;
	color: white;
	padding-left: 100px;
	font-size: 25px;
	font-style: normal;
	font-family: "Arial", Gadget, sans-serif;
	}
	
h2{
	text-align: left;
	color: #000;
	padding-left: 100px;
	font-size: 16px;
	font-style: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	position: relative;
	line-height: 1.5;
	}
	
h3{
	height: 20px;
	text-align: center;
	color: #B2C3C8;
	font-size: 25px;
	font-style: normal;
	font-family: "Arial", Gadget, sans-serif;
	position: relative;
	}
	
h4{
	text-align: left;
	color: #000;
	padding-left: 100px;
	font-size: 16px;
	font-style: normal;
	font-family: "Arial", Gadget, sans-serif;
	position: relative;
	line-height: 1.5;
	}
	
h5{
	text-align: Center;
	font-size: 150%;
	font-style: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	}
	
hr {
  border:none;
  border-top:5px dotted #B2C3C8;
  height:1px;
  width:80%;
}
	

#complete{
	width:80%;
	margin:auto;
	height:100%;
	position:relative;
	}	

.header{
	height: 100px;
	width: 100%;	
	position:relative;
	text-align: left;
	background-color: #FFF;
	top: 50px;
	margin-bottom: 80px;
	}
	
.header img{
	position:absolute;
	height: 100px;
	left: 100px;
	}
	
.menu{
	position:relative;
	text-align: center;
	left: 180px;
	top: 80px;	
	}
	
.footermenu{
	position:relative;
	text-align: center;
	top: 20px;	
	}

	
label{
	color: #002F52;
	text-align:right;
	margin: 5px 0 0 0;
	font-size: 50px;
	display:none;
	top: 65px;
	}	
	

#toggle{
	display:none;
	}
	
.WelcomeContainer{
	position: relative;
	color: #FFF;
	background-color: #B2C3C8;
	height: 700px;
	background-image:url(Images/Weltkarte.png);
	background-size: 80%;
	background-repeat:no-repeat;
	background-position:right bottom;
	}

.WelcomeTitle{
	position: absolute;
	height: 20%;
	width: 100%;
	padding-top:50px;
	}	
		
.ServiceContainer{
	position: relative;
	color: #FFF;
	background-color: #FFF;
	height: 700px;
	background-image:url(Images/Ship_C.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	}
	
.ServiceTitle{
	position: absolute;
	height: 700px;
	width: 50%;
	padding-top:50px;
	right: 50%;
	}
	
.ServiceRight{
	position: absolute;
	height: 700px;
	width: 50%;
	padding-top:50px;
	left: 50%;
	}
	
.ReferencesContainer{
	position: relative;
	color: #FFF;
	background-color: #B2C3C8;
	height: 700px;
	}
	
.ReferencesTitle{
	position: absolute;
	height: 20%;
	width: 100%;
	padding-top:50px;
	}

.ReferencesTitle table{
	border: hidden;
	width: 100%;
	padding-top:40px;
	}
	
.ReferencesTitle img{
	height: 70%;
	}
	
.ContactContainer{
	position:relative;
	height: 500px;
	height: 500px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #FFF;
	}
	
.ContactSub1{
	height: 200px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #FFF;
	}
	
.ContactSub1 img{
	padding-top: 40px;
	}	
	
.ContactSub2{
	height: 500px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #002E51;
	padding-left: 100px;
	padding-top: 100px;
	}
	
.Address{
	width: 100%;
	position: relative;
	top:20%;
	}
	
.ContactSub2 table{
	border: hidden;
	width: 80%;
	}
	
.ContactSub2 td{
	border: hidden;
	width:50%;
	padding:10px;
	}
	
.ContactSub3{
	height: 10px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #B2C3C8;
	}
.ContactSub4{
	height: 110px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #FFF;
	}
	

.content{
	min-height: 100%;
	width: 100% -10px;
	margin: auto;
	margin-top: 5px;
	background-color: #FFF;
	text-align: center;
	color: white;
	}
	
.footer{
	height: 500px;
	}

.active:after {
	content: "\2212";
}
	
.footer button{
	color: #002F52;
	cursor: pointer;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 20px;
	font-style: normal;
	width: auto;
	height: 100%;
	text-align: center;
	opacity: 1;
	background-color: transparent;
	border: none;
	padding-left: 40px;
	}
		
.menu button{
	color: #002F52;
	cursor: pointer;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 20px;
	font-style: normal;
	width: auto;
	height: 100%;
	text-align: center;
	opacity: 1;
	background-color: transparent;
	border: none;
	padding-left: 40px;
	}

.footermenu button{
	color: #002F52;
	cursor: pointer;
	font-family: "Arial", Gadget, sans-serif;
	font-size: 20px;
	font-style: normal;
	width: auto;
	height: 100%;
	text-align: center;
	opacity: 1;
	background-color: transparent;
	border: none;
	padding-left: 40px;
	}	
	
	
.menu button:hover{
	color: #B2C3C8;
	animation: pulse 1s infinite alternate;
	}

.menu button:active {
outline: none;
border: none;
}

.footermenu button:hover{
	color: #B2C3C8;
	animation: pulse 1s infinite alternate;
	}

.footermenu button:active {
outline: none;
border: none;
}

.menu button:focus {outline:0;}

.footermenu button:focus {outline:0;}



/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

@keyframes pulse {
	0% {
		opacity: 1;
		}
	100%{
		opacity: 0.75;
		}
	}

@media only screen and (max-width: 1280px){
	.menu{
		left: 0px;
		padding:50px;
		}
	.menu button{
		text-align:center;
		width:100%;
		height: auto;
		background-color: #FFF;
		padding-bottom: 20px;	
		}
	.menu button:hover{
		text-align:center;
		width:100%;
		height: auto;
		background-color: #FFF;
		padding-bottom: 20px;	
		}
	label{
		display:block;
		cursor:pointer;
		}
	#complete{		
		width: 100%;
		}
	
	.header{
		height: 300px;
		}

.ServiceContainer{
		height:1400px;
		}

.ServiceTitle{
		width:100%;
		right:0%;
		
	}
		
.ServiceRight{
		padding-top:750px;
		width:100%;
		left:0%;
		}

.ReferencesTitle img{
	height: 32%;
	}

	h1{
		padding-left: 20px;
	}
	
	h3{
		font-size:18px;
	}	
	
	h4{
		padding-left: 20px;
	}
	
	h5{
		padding-left: 20px;
	}
}

