﻿@import url("layout.css");

/* -----------------------------------------------------------------*/
/*
Farbschema:
Navigation Farbverlauf: Blau=#447ebd, Hellblau=#aec1c8
Rot = #c40000
Blau = #120551
Sand = #dad5c7
*/
/* -----------------------------------------------------------------*/
body {
	font-family: "Arial", Sans-Serif;
	background-image: url("../images/strand.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;

}
#container {
	 
	box-shadow:4px 4px 10px #cae1ef,-4px -4px 10px #cae1ef;
	/*background-color: #ffffff;*/
	background-color: rgba(255, 255, 255, 0.8);
	
	
}
#masthead {
	width:95%;
	height:400px;
	margin:auto;
	margin-top:20px;
	text-align: center;
	background-color: transparent;
}
#navigation {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	/*background-image: linear-gradient(#447ebd, #aec1c8);*/
	background-color:#87cefa;
	font-size:large;

}
#content {
	width:95%;
	margin:auto;
	background-color: transparent;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	font-family:arial;
	padding:15px;
}
#text{
	width:50%;
	float:left;
	padding: 10ßpx;
}
#text1{
	width:31%;
	float:left;
	padding: 10px;

	
}

#footer {
	width:95%;
	margin:auto;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom:10px;
	margin-top:10px;
}
#adr{
	margin:auto;
	width:800px;
	height:30px;
}
#logo{
	width:400px;
	height:200px;
	margin:auto;
	margin-top:20px;	
}
#seil{
	margin:auto;
	width:800px;
	height:20px;

}
#table{
	float:left;
	width:30%;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation a {
	text-decoration: none;
	color: #120551;
	display: block;
	padding: 5px;
	
}
#navigation a:hover {
	text-decoration: none;
	color: #c40000;
	
}
.button {
  background-color: #fff;
  border: 2px solid #120551;
  color: #120551;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:bold;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 30px; width:200px;padding:5px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 30px;}
.button5 {border-radius: 50%;}

.button:hover {
  background-color: #fff; /* Green */
  border: 2px solid #c40000;
  color: #c40000;

}

h1 {
	font-size: large;
	color: #c40000;
}
h2 {
	font-size: medium;
	color: #c40000;
}
h3 {
	font-size: medium;
	color: #c40000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Fußzeile */
#footer p {
	font-size: small;
	color: #120551;
}
/* Hyperlinks */
a {
	color: #120551;
	text-decoration: underline;
}
a:hover {
	color: #c40000;
	text-decoration: none;
}
.style_bold {
	font-weight:normal;
}
.style_italic {
	font-style: italic;
}

/* Media Abfragen*/


@media  screen and (max-width: 600px) {
#footer p {
font-size:large;
width:100%;
}
#table {
float:none;
width:100%;
}
#content{
	font-size:large;
}
}


