
body {
	background: #f0f0ed;
	overflow: auto;
	font-family:Verdana, Geneva, sans-serif;
}

a:link, a:visited {
  font-weight:normal;
  color: #003366;
  text-decoration:none;
}
p{
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	vertical-align: top;
}
td{
	vertical-align: top;
}

/************************************************************************************************************************************/
@media only screen and (max-width: 768px) {
	h2 {
	  display: block;
	  font-size: 1.5 em;
	  font-weight: bold;
	  text-align:left;
	}
	hintergrund {
		width: 100%;
		height: 100%;
		margin: auto;
		background: linear-gradient(to right, rgb(0, 0, 0), rgb(13, 33, 61));
		box-shadow: 0px 0px 5px 5px grey;
	}

	#header {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 10%;
	}
	#menu_table {
		display: none;
	}
	
	#menu_mobile {
		position: relative;
		z-index:3;
		font-size: 1em;
		text-align: center;
		color: black;
	}
.topnav {
  z-index: 5;
  overflow: hidden;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  background-color: #dddddd;
  left: 100px;
  width: 75%;
  padding-left: 25%;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  width: 25%;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #0D213D;
  color: #FFFFFF;
}

/* Style the active link (or home/logo) */
.active {
  width: 95px;
  height: 95px;
  left: 0px;
}
	#bild {
		width: 100%;
		height:20%;
	}

	#inhalt {

		margin: auto;
		text-align:justify;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1 em;
		font-weight: normal;
		color: #0D213D;
		background: #FDFEFF;
		border-radius: 15px;
		padding: 20px;
	}
	.ct{
		width: 100%;
	}
	.ct_image{
		width: 40%;
	}
	.ct_text{
		width: 60%;
	}
	#kontakt {
	display:none;
	}
	#impressum {
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 0.75em;
	   color: #FDFEFF;
	}
}













/************************************************************************************************************************************/
@media only screen and (min-width: 768px) {
	h2 {
	  display: block;
	  font-size: 1.5 em;
	  font-weight: bold;
	  text-align:left;
	}
	#fixed{
		position:fixed;
		height:15px;
		z-index:1;
	}
	#header {
		top:0px;
		left:0px;
		width: 100%;
	}
	#menu_table {
		display: block;
		background-color: #e3e2de;
		background-image: linear-gradient(to right, rgb(227, 226, 222), rgb(240, 240, 237));
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.0em;
		text-align: center;
		color: black;
		width:100%;
	}
	#menu_mobile {
		display: none;
	}
	.menutable {
		table-layout: fixed;
		z-index:2;
		border: 1px;
		width: 100%;
	}
	.menutable td{
		width: 20%;
		vertical-align: middle;
	}
	.menutable td:hover {
		background: #c7c7c7;
		width: 20%;
	}
	#scrolleable{
		position:absolute;
		top:95px;
		z-index:2;
	}
	#bild{
		width: 100%;
		position: static;
	}
	#kontakt {
		position: static;
		z-index:1;
		width:20%;
		margin-top:-15%;
		margin-left: 70%;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-10deg); /* CSS-Tranformation für die Internet Explorer */
		-moz-transform: rotate(-10deg); /* CSS-Transformation für Mozilla Firefox */
		-webkit-transform: rotate(-10deg); /* CSS-Transformation für Google Chrome und Safari */
		-o-transform: rotate(-10deg); /* CSS-Transformation für ältere Opera-Versionen */
		transform: rotate(-10deg) /* Eigentliche CSS3-Transformation, bislang nur für neuere Opera-Versionen */
	}
	#inhalt {
		position:static;
		margin-top:10%;
		margin-left:auto;
		margin-right:auto;
	}
	#inhaltstext{
		position:static;
		width: 90%;
		height: 100%;
		text-align:justify;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1 em;
		font-weight: normal;
		color: #0D213D;
		background: #FDFEFF;
		border-radius: 15px;
		padding: 20px;
		z-index:2;
		margin-left:auto;
		margin-right:auto;
		box-shadow: 0px 0px 5px 5px grey;
	}
	.ct{
		width: 100%;
		border-spacing: 10px;
	}
	.ct_image{
		width: 40%;
		height: 100%;
	}
	.ct_text{
		width: 60%;
	}
	.contact {
		display: table;
		width: 100%;
		padding: 5px;
	}
	.contactrow {
		display: table-row;
		
	}
	.contactcell_1 {
		display: table-cell;
		width: 20%;
		padding: 2px 25px;
		vertical-align: top;
	}
	.contactcell_2 {
		display: table-cell;
		width: 30%;
	}
	.contactcell_3 {
		display: table-cell;
		width: 80%;
	}
	.contactcell_4 {
		display: table-cell;
		width: 50%;
	}
input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  background-color: rgb(215, 215, 215);
  line-height: 20px;
  font-size: 12px;
  color: rgb(136, 136, 136);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgb(114, 114, 114);
  box-shadow: 0 1px 0 rgba(24, 24, 24, 0.1);
  box-sizing: border-box;
  margin-right: 15px
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
label:hover ~ input[type=text],
label:hover ~ input[type=tel],
label:hover ~ input[type=email] {
  background: rgb(242, 242, 242);
  !important;
}
input[type=submit]{
}
.button{
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #0d213d;
  }
  button:hover {
    color: #fff;
	background-color: #265fb3;

  }
}
}
input[type=submit]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -10px 10px rgba(255, 255, 255, 0.1);
}
textarea{
	width:100%;
	margin-right: 15px;
}
	
	#impressum {
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 0.75em;
	   color: #FFFFFF;
	   margin-top:15px;
	   background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(13, 33, 61));
	}
