@import url("./font/font.css");
@import url("./css/rahmen.css");
@import url("./css/theForm.css");
@import url("./css/daten.css");
@import url("./css/3d.css");

$menu_Width: 150px;

/* Gilt nur für dne Druckmodus */
@media print {
  header, nav, #footer, .no-print, .no-druck, #sidebar, #breathcum {
    display: none !important;
  }
  #content, #inhalt {
	margin:auto !important;
	width: 100% !important;
	border:none !important;
	display:block;
  }
  #main {
	width:100% !important;
	box-shadow: 0px 0px 0px 0px white !important;
  }
}

* {
	box-sizing: border-box;
}
html {
	margin:0px;
	width:100%;
	height:100%;
	font-family: Arial;
}	

body {
	margin:20px auto;
	background-color: #005;
	color:#008;
	font-size:1em;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px 0px;
}
.mein_Slider {
	margin:auto;
}

h5 {
	font-family: 'Bad Script', cursive;
	font-weight:normal;
	font-size:2.5em;
}
h6 {
	font-family: Bradley;
	font-size:2.1em;
}
hr {
background: #f4f400; /* Old browsers */
background: -moz-linear-gradient(#f4f400 0%, #004bfc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(#f4f400 0%,#004bfc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(#f4f400 0%,#004bfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f400', endColorstr='#004bfc',GradientType=1 ); /* IE6-9 */
background-size: 15px;
  background-repeat: repeat-x;
  height: 5px;
  border: none;
  border-radius: 100% 50%;
  width:80%;
}
blockquote {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f400+0,004bfc+100 */
background: #f4f400; /* Old browsers */
background: -moz-linear-gradient(left,  #f4f400 0%, #004bfc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f4f400 0%,#004bfc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f4f400 0%,#004bfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f400', endColorstr='#004bfc',GradientType=1 ); /* IE6-9 */
background-size: 15px;
background-repeat: repeat-y;
	margin-left:2em;
	padding:5px;
}
#main {
	margin:auto 8%;
}
#breathcum {
	background-color:transparent;
	padding:5px;
	border:1px none black;
	color:aliceblue;
}
#content {
	display: flex;
}
#sidebar {
	order: 2;
	position:relative;
	min-height:200px;
	width: 25%;
	padding:10px;
	color: #008;
	background:beige;
}
#inhalt {
	position:relative;
	width:75%;
	min-height:200px;
	padding:10px;
	color: #008;
	border-right:solid 1px rgba(0,128,255,0.6);
	background: beige;
}
#footer {
	background-color: #0050AB;
	color: #FDDD1A;
	text-align:center;
	padding:10px;
}
#footer a{
	color: #FDDD1A;
	margin:5px;
}
header {
	padding:10px;
	text-align:center;
	border:1px solid #0050AB;
	background: beige;
	min-height:110px;
	overflow:hidden;
}

header img { width:160px; }

header h1, header h2, header h3 {
	margin:10px;
	line-height: 1em;
}
header h2 {
font-family: Bookman Old Style;
font-size:2.5em;
display: inline;
vertical-align:bottom;
}
header h3 {
font-family: Bradley;
font-size:1.1em;
/*display:inline;
white-space:nowrap;*/
}
header h1 {
font-family: 'Bad Script', cursive;
font-weight:normal;
font-size:2.5em;
/*transform: rotate(-30deg);*/
display: inline-block;
margin-right:-40px;
margin-top:25px;
}

/* hide the checkbox and the label */

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

nav a.aktiv{
  background-color: rgba(255,255,255,0.4);
  
}
/* declarations for the not-responsove-menu */

nav {
  /*float: left;*/
  display:inline-block;
/*  background: #0050AB;*/
  font-size: 16px;
  z-index: 100;
  position:relative;
  margin:5px;
  margin-top:-10px;
}

nav ul {
  margin: 0;
  padding: 0;
  z-index:100;
}

nav a {
  display: block;
  color: #FFC809;
  text-decoration: none;
}

nav ul li {
  position: relative;
  /*float: left;*/
  display:inline-block;
  list-style: none;
  color: #fff;
  background-color:#0050AB;
  transition: 0.5s;
 transform: skewX(-15deg);
}
nav ul:first-child{
	  margin-left:10px;
}
nav ul ul:first-child{
	  margin-left:0px;
}
nav ul li li:nth-child(odd) {
	transform: skewX(20deg);
  background-color:#0050AB;
}
nav ul li li:nth-child(even) {
	transform: skewX(-15deg);
  background-color:#0058CB;
}
nav ul li a {
  padding: 10px;
}

nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FDDD1A;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #FDDD1A;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul li:hover {
  background: #4096ee !important;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  /*background: #0050AB;*/
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index:10;
}

nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}

nav ul ul li a {
  padding: 10px 20px;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

/* Werte für Responsive Nav und andere */

@media screen and (max-width: 900px) {
  
body {
	margin:0px;
	font-size: 1.1em;
}
#main {
	width:100%;
	margin:0px;
}
#gezeiten {
	height:1000px !important;
}
header {
	padding:0px;
	overflow: hidden;
	position:fixed;
	top:0px;
	left:0px;
	width:99%;
	margin:0px 0px;
}
header img{
	margin: 5px auto !important;
	float:none;
	max-width:100%;
}
header #logo2{
	display:none;
}
header h1, header h2{
	font-size:1.2em;
}
header h3{
	font-size:1em;
}
#breathcum {
	display:none;
}
h4,h5 {
		font-size: 1.3m;
}
#content {
	flex-wrap: wrap;
}
#inhalt, #inhalt img {
	width: 99%;
	height: auto;
	margin: auto !important;
}
#sidebar {
	width: 98%;
	height: auto;
	margin: 5px !important;
}

label.responsive-nav-label {
  position: relative;
  display: block;
  padding: 10px;
  background: darkblue;
  cursor: pointer;
  color: yellow;
  width:100%;
  margin-top:430px;
}
label.responsive-nav-label  img {
	vertical-align:middle;
}
label.responsive-nav-label span {
  margin-right: 10px;  
}

form label {min-width: 0px !important;}

nav {
  position: absolute !important;
  top: -9999px;
  padding: 10px;
  width:90%;
  margin-right:30px;
}

input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 490px;
}
nav ul li{
	display:block;
}
nav a:after {
  display: none;
}

nav li {
  float: none !important;
 /* width: 100%;*/
  border-bottom: none !important; 
}
nav li li {
	margin-left:20px;
}
nav li a {
  margin-bottom: 2px !important;
  padding: 5px 5px !important; 
  background: #4a4a4a;
  font-size: 1.2em;
}
  
nav ul li:hover {
  background: none;
}
  
nav ul li a:hover {
  background: #4096ee;
}
  
nav ul ul {
  position: relative !important;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background: none !important;
  box-shadow: none;
}
  
nav ul ul li {
  padding-left: 20px;
}

.desktop {display:none;}
}
#error, .error {
	color:gold;
	background-color:red;
	font-weight:bold;
}
#.error {
	padding:5px;
}
.button {
	width:auto;
}

#cookiebereich {
	position: fixed;
	top: 0px;
	width:100%;
	background: #555;
	color: yellow;
	border-bottom: 1px solid;
	text-align:center;
	padding:4px;
	z-index: 999;
}
#cookiebereich a{
	color: white;
}
#cookiebereich div {
	display: inline-block;
	margin-right:30px;
}
#cookieCloser {
	cursor: pointer;
	display:inline-block;
	max-width:500px;
	min-width:200px;
	border: 1px;
	border-style: outset;
	padding:1px 24px 4px 21px;
	margin-top:10px;
	color:black;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,252,234,0.7) 0%,rgba(241,218,54,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */		
}
#cookieCloser:hover {
	border-style: inset;
	padding:4px 21px 1px 24px;
}
.login p{
	text-align:center;
}
.login ul{
	margin:0px;
	padding:0px;
}
.login li {
	list-style-type:none;
	margin:5px 0px;
	text-indent:0px;
	width:100%;
}
.login input{
	font-size:1em;
	width:100%;
}
.login input[type=submit]{
	width:100%;
	margin-top:10px;
}
.back-to-top {
 background:rgba(255,255,0,0.7);
 position: fixed !important;
 bottom:20px;
 right:20px;
 padding:1em !important;
}
