@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
	padding-bottom:4em;
}

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	height: 100%;
	padding-bottom:4em;
}

#container{
	width:100%;
	min-width:1000px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom:4em;
}

#bild {
	background-image: url("img/Aussenansicht.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 150px;
	padding-top: 550px;
}

#header {
	width: 100%;
	height: 150px;
	text-align: center;
	margin: 0; 
	background: rgb(0,60,142);
	background: rgba(0,60,142,0.5);
}

#footer {
	width: 100%;
	height: 4em;
	background-color: #909090;
	text-align: center;
	position: fixed;
    bottom: 0;
}

#menu {
	margin: auto;
	padding-top: 18px;
	width: 1000px;
	text-align:right;
	color: #FFF;
}

#content{
	width:1000px;
	min-height:600px;
	margin:auto;
	font-size:14px;
	line-height:22px;
	padding-top: 30px;
	padding-bottom: 2em;
}

#txt {
	float: left;
	width: 500px;
	padding: 0px 30px 60px 0px;
	color:#000;
}

#loop{
	width:470px;
	height:508px;
	margin:15px 0 0 0;
	float: left;
	background-image: url("img/loop_05.jpg");
	background-repeat: no-repeat;
}

hr {
	background-color:#003c8e;
 	color:#003c8e;
  	border:#003c8e;
  	height:2px;
}

.resp {
	border: 1px solid #909090; 
	width: 998px;
}

.blau {
	width: auto;
	height: 250px;
	padding: 15px;
	background-color: #003c8e;
	color: #FFF;
	margin: 0 20px 20px 0;
	float: left;
}

.blau_rechts {
	width: auto;
	height: 250px;
	padding: 15px;
	background-color: #003c8e;
	color: #FFF;
	margin: 0 0 20px 0;
	float: left;
}

.blau_k {
	width: auto;
	height: 222px;
	padding: 15px;
	background-color: #003c8e;
	color: #FFF;
	margin: 0 20px 20px 0;
	float: left;
}

.blau_g {
	width: auto;
	height: 307px;
	padding: 15px;
	background-color: #003c8e;
	color: #FFF;
	margin: 0 20px 20px 0;
	float: left;
}

.bild {
	height: 280px;
	float: left;
	margin: 0 20px 20px 0;
}

.bild_rechts {
	height: 280px;
	float: left;
	margin: 0 0 20px 0;
}

.bild_g {
	height: 337px;
	float: left;
	margin: 0 20px 20px 0;
}

.bild_g_rechts {
	height: 337px;
	float: left;
	margin: 0 0 20px 0;
}

.bild_k {
	height: 252px;
	float: left;
	margin: 0 20px 20px 0;
}

.bild_k_rechts {
	height: 252px;
	float: left;
	margin: 0 0 20px 0;
}

/*jQuery*/

#flip, #flip2, #flip3 {
	width:100%;
	height:60px;
	cursor:pointer;
	margin-bottom:15px;
	font-family: 'Amatic SC', cursive;
	font-weight:400;
	font-size:40px;
	line-height: 50px;
}

.closed { 
	background:url(img/auf.jpg) no-repeat; 
	background-position: right;
}

.open { 
	background:url(img/zu.jpg) no-repeat; 
	background-position: right;
}

.small {
	height:5px;
	width:100%;
	overflow: hidden;
}

.big {
	height:auto;
	width:100%;
	float:left;
	margin-bottom: 10px;
}

.big2 {
	height:auto;
	width:100%;
	float:left;
	margin-bottom: 10px;
}

.big3 {
	height:auto;
	width:100%;
	float:left;
	margin-bottom: 10px;
}

.show {
	display: block;
}

.hide{
	display: none;
}

/* Links */

a:link {
	text-decoration: none;
	color:#FFF;
	border:none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
	border:none;
}

a:hover {
	text-decoration: none;
	border:none;
	font-weight:700;
}

a.link_blau:link {
	text-decoration: none;
	color:#003c8e;
	border:none;
}

a.link_blau:visited {
	text-decoration: none;
	color: #003c8e;
	border:none;
}

a.link_blau:hover {
	text-decoration: none;
	border:none;
	font-weight:700;
}

/* Schrift */

h1{
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:75px;
	color:#FFF;
	line-height: 20px;
	padding-top: 40px
}

h2{
	font-family: 'Amatic SC', cursive;
	font-weight:400;
	font-size:40px;
	color:#000;
	line-height: 50px;
}

h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#FFF;
	line-height: 105px;
}

b{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#000;
}

a[href^=tel], a[href*="0"]{
    color:inherit;
    text-decoration:none;
}