@charset "utf-8";
/* CSS Document */

kopf {
    background-color: #00B3FF;
    width: 80%;
    height: 5%;
    padding: 2%;
    margin-left: 8%;
    margin-top: 10px;
}
#textkopf {
    color: #000000;
    font-size: 14px;

}
#welcome {
//*  max-width: 100%;
//    max-height: 100%;

    margin-left: 8%;
    margin-top: 5px;
   object-fit: contain;
    object-position: 10%; *//
}


.beispielbild {
    width: auto;
    height: auto;
} 
#hafen {
     width: 100%;
    height: 100%;     
}

html, body {
//*	height: 98%; 
	width: 100%;
	padding: 0;*//
    color: #F0E6E6;
    color: #F1EFEF;
}
#wrapper {
//*	display: flex;
	flex-direction: column;*//
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #000000;
}
header {
    background-color: #00B3FF;
    width: 80%;
    height: 2%;
    padding: 1%;
    margin-left: 10%;
    margin-top: 10px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #FCF9F9;
}


//*  Menü 


@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif); *//

body {
	background:  #00B3FF;
	font-size:16px;
	line-height: 28px;
	color: #ffffff;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size: 40px;
	text-align: center;
	color: #FFF;
}	

h3 {
	font-size: 22px;
	text-align: center;
	color: #FFF;
}

h3 a {
	color: #FFF;
}

a {
	color: #0A0A0A;
	font-size: 16px;
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

h1 {
    margin-top: 760px;
    text-align: center;
    font-size: 30px;
    font-family: 'Bree Serif', 'serif';
    color: #000000;
	}

#container {
	margin: 0 auto;
}

p {
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

nav {
	margin: 5px 0;
	background-color: #00B3FF;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    font-size: 12px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}
	
nav ul li {
	display:inline-block;
	background-color: #00B3FF;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:14px;
	line-height: 40px;
	text-decoration:none;
}

nav a:hover {
	background-color: #000000;
	font-size: 12px;
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 40px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:140px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-40px; 
	left:140px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Menü Ende */




figure {
//*    width: auto;
    height: auto; *//
   object-fit: none;
    object-position: left;
    margin-left: 10%;
    margin-right: 8%;
    margin-top: 10px;
}

article {
     background-color: #FFFFFF;
    width: 80%;
    height: 2%;
    padding: 1%;
    margin-left: 10%;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
  color: #000000; 
    font-style: normal;
}


footer {
	background-color: #00B3FF;
	width: 80%;
	height: 2%;
	padding: 1%;
	margin-left: 10%;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
