@charset "utf-8";

@media only screen and (min-device-width: 1224px){
body, html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/hg_gif.gif);
	background-repeat: repeat-x;
	background-color: #83d0f5;
}

#content {
	background-color: #CCCCCC;
	height: 400px;
	width: 1100px;
}

#main_navi {
height: 50px;
width: 1100px;
}

#left_box {
	background-color: #000000;
	float: left;
	height: 400px;
	width: 750px;
}

#container {
	height: 600px;
	width: 1100px;
}

#header {
	height: 100px;
	width: 1070px;
	padding-top: 20px;
	padding-left: 30px;
}
#main_navi ul {
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CCFF;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px;
	margin-left: 4px;
}
#main_navi a:visited {
	text-decoration: none;
	color: #000066;
}
.link_active {
	background-image: url(../images/hg_link.jpg);
	background-repeat: repeat-x;
}



.header_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
}
#main_navi li:hover {
	background-image: url(../images/hg_link.jpg);
	background-repeat: repeat-x;
}
#main_navi a:link {
	text-decoration: none;
	color: #000066;
}

#footer {
	width: 1070px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	padding-left: 30px;
}

#right_box {
	float: right;
	height: 400px;
	width: 350px;
	background-color: #003399;
	position: relative;
}
#stoerer{
	background-image: url(../images/stoerer.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	z-index:100000;
	height:300px;
	width:130px;
	top: -30px;
	right: 30px;
	
	}
#right_box_txt {
	padding-top: 120px;
	margin-right: auto;
	margin-left: auto;
	width: 225px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.color_titel {
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

}

@media only screen and (max-width: 1024px){
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/hg_gif.gif);
	background-repeat: repeat-x;
	background-color: #83d0f5;
}

#content {
	background-color: #003399;
	height: auto;
	width: 100%;
	float:left;
}

#main_navi {
height: 50px;
width: 100%;
}

#left_box {
	background-color: #000000;
	float: left;
	height: auto;
	width: 70%;
}

#left_box img{

width:100%;

}

#container {
	height: 600px;
	width: 100%;
}

#header {
	height: 100px;
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
}
#main_navi ul {
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CCFF;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
nav{

width:100%;}
nav li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 4px;
	margin-left: 4px;
}
#main_navi a:visited {
	text-decoration: none;
	color: #000066;
}
.link_active {
	background-image: url(../images/hg_link.jpg);
	background-repeat: repeat-x;
}



.header_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
}
#main_navi li:hover {
	background-image: url(../images/hg_link.jpg);
	background-repeat: repeat-x;
}
#main_navi a:link {
	text-decoration: none;
	color: #000066;
}

#footer {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	float:left;
}

#right_box {
	float: left;
	height: auto;
	width: 30%;
	background-color: #003399;
	position:relative;
}

#stoerer{
	background-image: url(../images/stoerer.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	z-index:100000;
	height:100px;
	width:80px;
	top: -50px;
	right: 30px;
	
	}


#right_box_txt {
	padding-top: 120px;
	padding-left: 20px;
	width: 225px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.color_titel {
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

}

@media only screen and (min-width : 321px) and (max-width : 700px) {/* Styles */
body, html {

	background-color: #ffffff;
		margin: 0px;
	padding: 0px;
	background-image: url(../images/hg_gif.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
min-height:101%;
}

#container {
	height: auto;
	width: 100%;
}

#header {
	height: auto;
	width: 100%;
	padding-top: 20px;
	float:left;
}

#content {
	height: auto;
	width: 100%;
}

#main_navi{
width:100%;
height:auto;
float:left;
}

#left_box {
	background-color: #000000;
	float: left;
	height: auto;
	width: 100%;
}
#left_box img{

width:100%;

}

#stoerer{
	background-image: url(../images/stoerer.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	z-index:100000;
	height:100px;
	width:80px;
	top: -50px;
	right: 30px;
	
	}


#right_box {
	float: left;
	height: auto;
	width: 100%;
	background-color: #003399;
	position:relative;
}
#right_box_txt {
	padding: 20px;
	width: 100%;
}

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

label.responsive-nav-label {
  position: relative;
  display: block;
  padding: 10px;
  background: #003399;
  cursor: pointer;
  color: #fff;
}

label.responsive-nav-label span {
  margin-right: 10px; 
  font-size: 20px; 
}

nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
}
 
input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

nav a:after {
  display: none;
}

nav li {
  float: none !important;
  width: 100% !important;
  border-bottom: none !important; 
}
   
nav li a {
  margin-bottom: 10px !important;
  padding: 10px 20px !important; 
 
}
 
nav ul li:hover {
  background: none;
}
   
nav ul li a:hover {

}

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;
}

#main_navi ul {
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CCFF;
	height: auto;
	line-height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#footer {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	float:left;
}

#header {
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}
.header_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}

}

@media only screen and (max-width :320px){

body, html {

	background-color: #ffffff;
		margin: 0px;
	padding: 0px;
	background-image: url(../images/hg_gif.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
min-height:101%;
}

#container {
	height: auto;
	width: 100%;
}

#header {
	height: auto;
	width: 100%;
	padding-top: 20px;
	float:left;
}

#content {
	height: auto;
	width: 100%;
}

#main_navi{
width:100%;
height:auto;
float:left;
}

#left_box {
	background-color: #000000;
	float: left;
	height: auto;
	width: 100%;
}

#left_box img{

width:100%;

}

#right_box {
	float: left;
	height: auto;
	width: 100%;
	background-color: #003399;
	position:relative;
}
#right_box_txt {
	padding: 20px;
	width: 100%;
}

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

label.responsive-nav-label {
  position: relative;
  display: block;
  padding: 10px;
  background: #003399;
  cursor: pointer;
  color: #fff;
}

label.responsive-nav-label span {
  margin-right: 10px; 
  font-size: 20px; 
}

nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
}
 
input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

nav a:after {
  display: none;
}

nav li {
  float: none !important;
  width: 100% !important;
  border-bottom: none !important; 
}
   
nav li a {
  margin-bottom: 10px !important;
  padding: 10px 20px !important; 
 
}
 
nav ul li:hover {
  background: none;
}
   
nav ul li a:hover {

}

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;
}

#main_navi ul {
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #66CCFF;
	height: auto;
	line-height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#footer {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	float:left;
}

#header {
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}
.header_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}

}
