* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
}

.container {
	background-color: #fff;
	width: 100%;
	min-height: 1200px;
	max-width: 960px;
	min-width: 270px;
	margin: 20px auto;
	box-shadow: 0 8px 10px 0px rgba(71, 21, 30, 0.3),
				0 -2px 5px 0px rgba(71, 21, 30, 0.3),
				10px 0 10px -4px rgba(71, 21, 30, 0.3),
				-10px 0 10px -4px rgba(71, 21, 30, 0.3);
}

header {
	background-color: #fff;
	background-image: url(images/banner.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 20px;
	height: 240px;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	justify-content: flex-end;
    align-items: baseline;
}

.logo {
	width: 50%;
	padding: 20px;
}

.content {
	background-color: #fff;
	margin: 36px;
}

.flex-content {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
}

.flex-text {
	position: relative;
	padding-right: 20px;
	flex: 2;
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
}

.flex-bild {
	position: relative;
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	padding-top: 20px;
}

h1 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	height: inherit;
	display: table-cell;
	padding-top: 150px;
}

h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	color: #CCC;
}

hr {
	border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #ff0000, #ccc);
	margin: 100px 0 50px 0;
}

#redtext {
	color: #ff0000;
}

#blink {
  animation: linkblinker 2s infinite;
	-webkit-animation: linkblinker 2s infinite;
	-ms-animation: linkblinker 2s infinite;
	-moz-animation: linkblinker 2s infinite;
	-o-animation: linkblinker 2s infinite;
}

@keyframes linkblinker {  
  from {background-color: #fff; }
  to {background-color: #CCC; }
}



.blink {
  animation: blinker 2s linear infinite;
	-webkit-animation: blinker 2s linear infinite;
	-ms-animation: blinker 2s linear infinite;
	-moz-animation: blinker 2s linear infinite;
	-o-animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  0% { opacity: 0; }
  50% { opacity: 5; }
  100% { opacity: 0; color: #ff0000 }
}




.kontakt-left {
	display: block;
	height: 600px;
	width: 45%;
	float: left;
}

.kontakt-right {
	display: block;
	width: 55%;
	float: right;
	padding-left: 20px;
}

.if-kontakt {
	border: none;
	width: 100%;
	height: 520px;
}

#celltitle {
	border-bottom: 1px solid #CCC;
}


.cell1-left {
	width: 30%;
	display: table-cell;
	vertical-align: text-top;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.cell1-mid {
	width:20 %;
	display: table-cell;
	vertical-align: text-top;
	padding-right: 10px;
	text-align: left;
}

.cell1-right {
	width: 50%;
	display: table-cell;
	vertical-align: text-top;
	text-align: left;
}

.cell2-left {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.cell2-right {
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.cell3-left {
	width: 25%;
	display: table-cell;
	vertical-align: text-top;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
}

.cell3-right {
	width: 75%;
	display: table-cell;
	vertical-align: text-top;
	text-align: left;
}

.cell4-top {
	width: 25%;
	display: table-cell;
	vertical-align: text-top;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
}

.cell4-bottom {
	width: 25%;
	display: table-cell;
	vertical-align: text-top;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
}



/*Navigation Menu*/

.nav-container {
    text-align: center;
	z-index: 50;
}

nav ul {
	background-color: #E2E2E2;
	border-bottom: 1px solid #ff0000;
	border-top: 1px solid #ff0000;
	list-style: none;
	overflow: hidden;
	text-align: left;
	transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	padding-left: 35px;
}

nav ul li {
	display: inline-block;
	padding: 10px;
}

nav ul li:hover {
	background-color: #CCC;
}

nav a {
	color: #ff0000;
}

nav a:hover {
	color: #ff0000;
}

.active {
	padding: 10px 0;
	color: #fff;
	background-color: #ff0000;
}

.handle {
	width: 100%;
	background: #E2E2E2;
	text-align: left;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
}

.fix-nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
	max-width: 960px;
}

.anchor {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

/*Ende Navigation Menu*/


@media only screen and (orientation:portrait){

/*Navigation Menu*/

nav ul {
	max-height: 0;
	padding-left: 0;
	border-top: none;
}

.showing {
	max-height: 25em;
}

nav ul li {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 35px;
	text-align: left;
	border-bottom: 1px solid #ff0000;
}

.active {
	padding: 15px 0;
	color: #fff;
}

.handle {
	display: block;
	padding: 8px 35px;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
}

.anchor{
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}



/*Ende Navigation Menu*/

.flex-content {
	display: block;
}

.flex-text {
	position: relative;
	padding: 0;
}

.flex-bild {
	position: relative;
	padding-top: 20px;
}

.kontakt-left {
	display: block;
	height: 150px;
	width: 100%;
	float: none;
}

.kontakt-right {
	display: ;
	width: 100%;
	float: none;
	padding-left: 0;
}

.if-kontakt {
	border: none;
	width: 100%;
	height: 520px;
}

}
/*Ende orientation:portrait*/



@media only screen and (min-width: 1600px){

.container {
	max-width: 1100px;
}

.fix-nav {
	max-width: 1100px;
}

.block {
	min-height: 500px;
}

p {
	font-size: 14px;
}

.kontakt-left {
	display: block;
	width: 40%;
	float: left;
}

.kontakt-right {
	display: block;
	width: 60%;
	float: right;
	padding-left: 20px;
}

.if-kontakt {
	border: none;
	width: 100%;
	height: 520px;
}

}

@media only screen and (max-width: 1200px){

p {
	font-size: 13px;
}

.cell1-left {
	width: 35%;
}

.cell1-mid {
	width: 30 %;
}

.cell1-right {
	width: 35%;
}

}

@media only screen and (max-width: 780px){

p {
	font-size: 13px;
}

.kontakt-left {
	display: block;
	height: 130px;
	width: 100%;
	float: none;
}

.kontakt-right {
	display: ;
	width: 100%;
	float: none;
	padding-left: 0;
}

.if-kontakt {
	border: none;
	width: 100%;
	height: 520px;
}

.cell1-left {
	width: 40%;
}

.cell1-mid {
	width:30 %;
}

.cell1-right {
	width: 30%;
}


.logo {
	width: 100%;
	float: none;
}
}

@media only screen and (max-width: 640px){

.container {
	margin: 0 auto;

}

header {
	height: 190px;
}

h1 {
	font-size: 24px;
	padding-top: 110px;
}

h2 {
	font-size: 15px;
}

p {
	font-size: 12px;
}


}

@media only screen and (max-width: 480px){

header {
	height: 150px;
}

h1 {
	font-size: 20px;
	padding-top: 55px;
}

h2 {
	font-size: 14px;
}

p {
	font-size: 12px;
}

}

