﻿/*Gelber Link-Kasten*/
.gelber-kasten {
background-color:#FFCC00;
width: 50%;
padding: 3px 1px 1px 3px;
text-align: center;
}

.lila-link {
color: #003399;
}

.lila-link :hover {
color: #003399;
}
/*ENDE Gelber Link-Kasten*/

a.text {
    color: #fff;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #C01027;
    margin-bottom: 50px;
}

a.text:hover {
    color: #fff;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #C01027;
    margin-bottom: 50px;
}

a.orange-kasten {
    color: #FFF;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #F39C12;
    margin-bottom: 50px;
}

a.orange-kasten:hover {
    color: #FFF;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    background-color: #F39C12;
    margin-bottom: 50px;
}



/*Tabelle für den Orte in der Region*/

#orts_tabellen {
-moz-column-count:3;
-webkit-column-count:3;
-o-column-count:3;
column-count:3;xte
-moz-column-gap:20px;
-webkit-column-gap:20px;
-o-column-gap:20px;
column-gap:20px;
-webkit-column-rule-width:0px;
-webkit-column-rule-color:#cb0000;
-webkit-column-rule-style:dotted;
-moz-column-rule-width:0px;
-moz-column-rule-color:#cb0000;
-moz-column-rule-style:dotted;
-o-column-rule-width:0px;
-o-column-rule-color:#cb0000;
-o-column-rule-style:dotted;
column-rule-width:0px;
column-rule-color:#cb0000;
column-rule-style:dotted;
}




/* START Dropdown-Menue Orte auf rechter Seite
==========================*/
#sidebar {
    width: 95%;
    float: left;
    color: #fff;
    overflow: hidden;
    background-color: #0196E2;
    text-align: center;
}

#sidebar h2 {
    font-size: 0.9em;
    color: #003399;
    font-weight: 600;
    text-align: center;
}


#sidebar ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
margin-top: 16px;
}

#sidebar ul li {
    text-align: left;
	border-bottom: #fff 1px solid;
	background-color: #0058B0;
	transition-property: background-color;
    transition-duration: 0.5s;
    height: auto;
}

#sidebar ul li:hover  {
	background-color: #0058B0;
	border-bottom: #fff 1px solid;
}

#sidebar ul li:visited, li:hover {
	border-bottom: #fff 1px solid;
}






#sidebar ul li a{
    padding: 7px 0 7px 15px;
    color: #fff; 
    font-size: 0.98em;
    text-decoration: none;
    font-weight: 500;
    transition-property: padding;
    transition-duration: 0.5s;
    display: block;
    line-height: 18px;
}

#sidebar a:hover{
    color: #fff;
    text-decoration: none;
    padding: 7px 0 7px 20px;
}


#sidebar ul ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
margin-top: 0;
}


#sidebar ul ul li {
    text-align: left;
	border-bottom: none;
	background-color: #0196E2;
    height: auto;
}


#sidebar ul ul li:first-child {
	border-top: none;
}

#sidebar ul ul li:hover {
	border-bottom: none;
}






#sidebar ul ul li a{
    padding: 3px 0 3px 25px;
    color: #fff; 
    font-size: 0.9em;
    text-decoration: none;
    font-weight: 500;
    transition-property: padding;
    transition-duration: 0.5s;
    display: block;
    line-height: 16px;
}

#sidebar ul ul li a:hover{
    color: #fff;
    text-decoration: none;
    padding: 3px 0 3px 35px;
}



/* ENDE Dropdown-Menue Orte auf rechter Seite
==========================*/


/*Teaser Regionen*/

.wrapper-teaser{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: -20px 0 30px 0;
}

.teaser-regionen {
	width: 45%;
	float: left;
	margin-right: 5%;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 15px;
}

.teaser-regionen h2 {
	background-color: #FF9900;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 0px;
}

.teaser-regionen img {
	width: 100%;
	height: auto;
}

.teaser-regionen p {
	margin: 5px 0px;
}

.bold {
	font-weight: bold;
}

.teaser-regionen a {
	color: #003399;
	font-size: 14px;
	text-decoration: none;
}

.teaser-regionen a:hover {
	color: #003399;
	font-size: 14px;
	text-decoration: underline;
}



