
/*Hintergrundbild*/
body {  
    background-color: #fff; 	
    background-image: url(../../../../../images/bg_bild.jpg);		
	background-size: cover;/* beschnittenes Bild ohne Verzerrung */
	background-repeat: no-repeat;
	background-attachment: fixed; /*kein zoom*/
	background-position: center;
	/*textfarbe:*/
	color:#333399;
	/*-moz-background-size: cover;*/
	/*  color:#333399;*/
	/* aus alter custom.css:*/
	line-height:20px;
	text-align:center;
	-webkit-background-size: cover;
}

/*nordseeprojekt*/
.site.com_content.wrapper-static.view-article.no-layout.no-task.itemid-153.nordsee-style{
	background-image: url(../../../../../images/Nordsee_Hintergrund.jpg);
	background-color: #000; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
}
.nordsee-style h2{
	clear:both;
	background: #f0f0f0;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	box-shadow: 3px 3px 3px #BBB;
}
.nordsee-style.toTop{
	clear:both;
	display:block;
	width:100%;
	text-align:center;
	font-size:10px;
	font-style:italic;
}

/* ostseeprojekte*/
.site.com_content.wrapper-static.view-category.no-layout.no-task.itemid-155.ostsee-style{
	background-image: url(../../../../../images/Ostsee_Hintergrund.jpg);
	background-color: #000; 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;	
}

/* der seitenkopf*/
.header {
  background: transparent;
}

/*Header:*/
.container-header {
	background-color: transparent;
}

/*Artikelhintergrund!!!*/
.com-content-article {
  background-color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left;
}

/*Ostsee Artikelhintergrund*/
.grid-child.container-component{
  background-color: #fff;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left;	
}

/*Banner*/
.mod-randomimage.random-image{
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;	
}

/* haupt-menu */
.collapse.navbar-collapse{
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;
  background: #0489B1;
	
}
.grid-child.container-nav{
  background: #0489B1;	
  /*abgerundete ecken: */
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;  
}

.grid-child.container-nav a:hover {
	color:#333399;
}

.grid-child.container-nav li.active {
	color:#333399;
	background-color: #00BDFF;
	/*background-color: #CEECF5;*/
	/*border: 2px solid #FFFFFF;*/
}


/* footer*/
.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list.menu-horizontal{
  background: #0489B1;
  /*abgerundete ecken unten:*/
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

/*Layot: collapsable dropdown: */
/*
.collapse.navbar-collapse{
	background: #0489B1;  
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;	
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 100px;	
}
*/
.footer {
	background: transparent;
}
.footer a:hover {
	color:#333399;text-decoration:underline;
}

.footer a {	
	font-size: 14px !important; 
}


