@charset "utf-8";
/* CSS Document */

@import url('default-alt.css');

body {
	display: flex;
	flex-flow: row wrap;
}

#onTop {margin: 0px auto;
	padding: 0px;}

html {
	font-family: sans-serif;
	font-size: 69,5%;
}
	
header {
 margin-left: auto;
 margin-right: auto;
	background: #fff;
	:height: 40px;
	:border-color: #d5d5d5;
	display: flex;
	flex-flow: row wrap;
	flex-basis: 95%;
	:border-bottom: 2px solid green;
}

:header * {
	flex: 1 1 0%;
}
header img {
	flex: 0 0 150px;
	:margin-right: 50px;
}

a.test {
	text-decoration: none;
	color: green;
	text-decoration-style: double;}
	
a.test2 {
	text-decoration: none;
	color: #fff;
	text-decoration-style: double;}

a:hover {text-decoration: underline;}

.clearing {clear: both;}


.clear {
	clear: both;
	height: 2px;
	background-color: silver;
	margin: 0px;
	padding: 0px;
	width: 98%;
	 margin: 0px auto;}

.clearer {
	clear: both;
	height: 2px;
	background-color: white;
	margin: 0px;
	padding: 0px;}

.clearing {clear: both;}

.container{
	display: flex;
	flex-flow: row wrap;
	max-width: 98%;
	margin-left: auto;
 	margin-right: auto;
	padding: 0px;
	:background: #1967d2;
	:box-shadow: 2px 5px 10px grey;
}

section {
	background: #F1F3F4;
	border-color: slateblue;
}

article {
	background: #fff;
	border-color: #df6c20;
	box-shadow: 2px 5px 10px grey;
	flex: 4 1 0%;
}

aside {
padding: 5px;
margin: 10px auto;
	background: #fff;
	border-color: #8db243;
	box-shadow: 2px 5px 10px grey;
	flex: 1 1 0%;
}

.infospalte {
    padding: 20px 0.5% 0px 0.3%;
    :float: right;
    box-sizing: border-box;
    width: 20%;} 

.main {
	padding: 0px;
	margin: 10px;	
	:background: #ededed;
	:border-color: #df6c20;
	:box-shadow: 2px 5px 10px grey;
	flex: 4.5 1 0%;
}
 
.img_links {
float: left;
margin-left: 40px;
margin-right: 90px;}

.img_right {
float: right;
padding-top: 10px;
padding-left:10px;
margin-right: 0px;}

.img_right_side {
float: right;
padding-top: 100px;
margin-right: 50px;}

.img_right_up {
float: right;
margin-top: 0px;
margin-right: 50px;}


.img_zentr {
display: block;
margin: auto;}

.errorbox{
width: 100%;
  margin: 20px auto;
  display:inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing:border-box;
 :clear:both;
}

.inbox1, .inbox2, .inbox3, .inbox4  {
	float: left;
	width: 30%;
	height: 100%;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	background: gainsboro;
	display: inline;
	box-sizing: border-box;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

.inbox3 {width: 66%;
	margin-right: 0%;
	padding: 5px 5px 5px 5px;
}
.inbox1a {width: 33%;
	margin-right: 0%;
	margin-left: 10%;
	padding: 5px 5px 5px 5px;
	background: #fff;
	font-size: 14px;
	float: right;
}


.inbox4 {width: 69%;
margin-top:0px;
	margin-right: 0%;
	margin-left: 10%;
	padding: 0px 5px 5px 5px;
	background: #fff;
	font-size: 14px;
	line-height: 120%;}
	
.inbox4 h1{
	color: #c30000;
	font-size: 23px;
}

.img_zentr {
	display: block;
	margin: 0px auto 10px auto;
}
/*#news {
				height: 120px;

				align-self: center;
			}*/
.footer {
	display: flex;
	flex-flow: row wrap;
	margin: 5px auto;
	background-image: linear-gradient(0deg, white 5%, silver 75%);
	border-top: 10px #1967b2 solid;
	height: 120px;
	width: 98%;
	font-size: 14px;
	flex: 1 100%;
}

.footer * {
	flex: 1 1 0%;
	justify-content: space-between;
}
.footer p {
	text-align: right;
}

.gastrobox {font-size: 14px !important; border: 1px solid #CCC; padding: 12px 5px 10px 5px; width: 99%; margin-bottom: 16px !important; background: #e8e8e8;}
.gobtn {margin-top: 30px !important; margin-bottom: 0px !important;}
.gastrobox p {margin: 0 !important; padding: 0 !important;}
.gastrobox table {margin: 0 !important; padding: 0 !important;}
.gastrobox tr{font-size: 14px; border: 0 !important; padding: 0px !important; }
.gastrobox td{font-size: 13px !important; border: 0 !important; padding: 1px 0 !important; }
.gastrobox img {margin-bottom: 5px !important; margin-top: 8px !important; max-height: 135px !important;}

.gastrobox2 {font-size: 14px !important; border: 1px solid #CCC; padding: 12px 5px 10px 5px; width: 99%; margin-bottom: 16px !important; background: #ffefce;}
.gobtn {margin-top: 30px !important; margin-bottom: 0px !important;}
.gastrobox2 p {margin: 0 !important; padding: 0 !important;}
.gastrobox2 table {margin: 0 !important; padding: 0 !important;}
.gastrobox2 tr{font-size: 14px; border: 0 !important; padding: 0px !important; }
.gastrobox2 td{font-size: 13px !important; border: 0 !important; padding: 1px 0 !important; }
.gastrobox2 img {margin-bottom: 5px !important; margin-top: 8px !important; max-height: 135px !important;}

.mb-bhi-oc-text {font-weight:600; }
.mb-bhi-closed span {margin: 0 !important; padding: 0 !important; color: #c53f1d;}
.mb-bhi-open span {margin: 0 !important; padding: 0 !important; color: #31B404 !important;}
.wetterbox {border: 1px solid #CCC;  background: #fff; padding: 10px; margin: 10px;}

.artikelbox, .datenbox {
    background: #fff;
    color: #232323;
    padding: 15px;
    margin-bottom: 0 !important;	
    border-color: #8db243;
	box-shadow: 2px 5px 10px grey;
	
}

.artikelbox h1, .datenbox h1 {font-size:23px; color: #1967b2;}
.artikelbox h2, .datenbox h2 {font-size:19px; color: #1967b2;}
.artikelbox h3, .datenbox h3 {font-size:17px; color: #cc0000;}

/*Footer*/

.footer_nav {
clear: left;
float: left;
margin: 26px 0px 0px 60px;

width: 98%;}

.footer_nav li {
list-style-type: none;
float: left;}

.footer_nav li a {
text-decoration: none;
border-right: 1px solid #000;
padding: 0px 10px;
color: #000;
}

.footer_nav li:last-child a {border-right: none;} 
.footer_nav a:hover { text-decoration: underline;}

.adresse {float: left; margin: 20px 0px 0px 18px;	}
/*Footer End*/

/*Scrolltool Begin*/
.scrollicon{
text-align: center;
text-decoration: none;

width: 50px;
height: 50px;
border-radius: 50%;

background: #ccc;
opacity: 0.5;

position: fixed;
bottom: 40px;
right: 100px;
display: none;
border: 1px solid #333;}

.scrollicon div{
font-weight: bold;
font-size: 28px;
color: #333;
padding-top: 12px;}
		
/*Scrolltool End*/

/*Table*/
table {
display: table;
	:border-top: 1px solid grey;
	:border-bottom: 1px solid grey;
	background-color: #F8F8FF;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	line-height: auto;
	width: 100%;
	caption-side: bottom;
	}
	
	
	
caption {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
    color: #1967b2;
	padding: 3px 0 3px 8px;
	border-bottom: 1px solid solid grey;
	}



th {
	background-color: #808080;
	color: white;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid grey;
}

td {
  border: 2px solid white !important; 
padding: 2px;
margin-top: 2px; 
vertical-align: top;}

td_ungerade {background-color: #F8F9FF;}
td_gerade {background-color: #CEECF5;}
tr:hover {
	:background: #BDBDBD;
	:color: #ffffff; 
}

tbody tr:nth-child(even) { 
  background-color: #e4ebf2; 
  color: #000; 
}
:article tr:hover {background: #DBDADA;}


@media only screen and (max-width: 800px) {
.main{width:100%;
	margin-right:0;
	margin-bottom:2%;	
}

.container {
	width:100%;
	margin-right:0;
	margin-bottom:2%;
}

aside {
	width:100%;
	height:200px;
	margin-right: 0px;
	margin-bottom: 2%;
}

.infospalte {
float:left;
	width:100%;
	height:200px;
	margin-top:2%;}


}

