﻿.cke  {visibility: inherit!important;} 

*{
	margin: 0;
	padding: 0;
	font-size:0.875rem;
    font-weight:normal;
    font-family:'OpenSans-Regular', Arial;
}
img,a {
    border: none;
    outline: none;
}
html, body {
    font-size:16px;
}
/*Global*/
.pageWrapper, .header, .navigationOuter, .searchOuter, .footer{
	width:97%;
	margin:0;
	position: relative;
	z-index: 5
}
.pageWrapper {
    width:94%;
    padding: 3%;
}
.footer {
    border-top:7px solid #0088CC;
    padding: 10px 0 !important;
    width:100%;
}
.searchOuter {
    background: none repeat scroll 0 0 #E2E6E9;
    margin: 5px 2% 10px 2% ;
    padding: 5px 4%;
    width: 88%;
}
.navigationOuter {
    padding: 0;
}
.imageHeader {
    display: none;
}
.header{
	z-index: 10;
	height: 110px;
}
.whiteBG{
    background: url(../images/white95.png) repeat scroll 0 0 transparent;
    float: left;
    padding: 5px 0;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
    height:40px;
}
.boxWrapper{
	padding:1%;
	margin:2%;
}
.oneRow, .twoRows, .threeRows, .fourRows, .fiveRows, .sixRows{
	width:96%;
}
.oneInnerRow, .twoInnerRow, .threeInnerRow, .fourInnerRow, .fiveInnerRow, .sixInnerRow{
	width:96%;
}
    .oneInnerRow img, .twoInnerRow img, .threeInnerRow img, .fourInnerRow img, .fiveInnerRow img, .sixInnerRow img{
	    max-width:100%;
    }
.oneInnerRow.quarter, .twoInnerRow.quarter, .threeInnerRow.quarter, .fourInnerRow.quarter, .fiveInnerRow.quarter, .sixInnerRow.quarter{
	width:20%;
}
.oneInnerRow.half, .twoInnerRow.half, .threeInnerRow.half, .fourInnerRow.half, .fiveInnerRow.half, .sixInnerRow.half{
	width:50%;
}
.oneInnerRow.thirds, .twoInnerRow.thirds, .threeInnerRow.thirds, .fourInnerRow.thirds, .fiveInnerRow.thirds, .sixInnerRow.thirds{
	width:65%;
}
	.twoRows .imgContainer, .threeRows .imgContainer, .fourRows .imgContainer, .fiveRows .imgContainer, .sixRows .imgContainer{
		float:left;
		width:98%;
		margin:0 0 1% 0;
		height:auto;
		overflow: hidden;
	}
	.imgContainer img{
		width:100%;
	}
#mapContent img, #mapContentList img {
    max-width: 1000px;
}
.paddingFlex{
	padding:1%;
}
/* Header */
.header h1 {
    left: 0;
    position: absolute;
    top: 0;
}

.whiteBG h1 a, .header h1 a{
	color: #000000;
    float: left;
    font-size: 1.25rem;
    padding: 5px 12px 0;
    text-transform: uppercase;
    width: 292px;
}
    .whiteBG h1 a img, .header h1 a img {
        float: left;
        margin:0px 10px 0 0;
        width:30px;
    }
    .whiteBG h1 a span, .header h1 a span {
        font-size: 1.25rem;
    }
body.subpage .whiteBG h1 a,
body.subpage .header h1 a {
    padding:10px 12px;
} 
    body.subpage .whiteBG h1 a img,
    body.subpage .header h1 a img {
        max-height:40px;
        margin:0px 10px 0 0;
    } 

.changeLangaugeContainer label{
	display: none;
}
.changeLangaugeContainer ul{
	list-style: none;
	margin:0;
	padding:0;
}
	.changeLangaugeContainer ul li{
		display: none;
	}
	.changeLangaugeContainer ul li:first-child{
		display: block;
		background:url(../images/languageSwitch.png) no-repeat scroll center transparent;
		text-indent: -999999px;
		width:30px;
		height: 40px;
		margin: 0.5%;
	}

/* Header Buttons*/
.headerOuter .appendContrast {
    display:none;
}
/* Header Wetter */
.header > .wetter,
.headerOuter .inner > .wetter {
    display:none;
}
/* Navigation*/
.navigationOuter {
    padding: 0;
    position: absolute;
    top: 50px;
    z-index:9999
}
div.navigationWrapper, div.navigationMobile{
	float:left;
	width:100%
}
div.navigationWrapper > ul{
    background:#f2f2f2;
    border-bottom:6px solid #185077;
	position: absolute;
	left:-1000px;
	top:0;
	list-style: none;
	float:left;
	width:88.5%;
	padding:4% 0;
	z-index: 9999;
	margin:106.5px 0 0;
	display:none;
}
body.subpage div.navigationWrapper > ul {
    margin:55px 0 0 0;
}
	div.navigationWrapper ul > li{
		float:left;
		width:100%;
		margin:0;
	}
		div.navigationWrapper ul > li a{
            background:#2b6b9c;
			color: #fff;
            float: left;
            width: 97.5%;
            font-size: 0.875rem;
            margin: 2px 0 0px 0;

            padding: 15px 0 15px 8px;
            font-family: 'OpenSans-Bold',Arial;
            font-weight: normal;
            border-bottom: 1px solid #fff;
		}
			div.navigationWrapper > ul > li > a span.icon, 
            div.navigationWrapper > ul > li > ul > li > a > span.icon {
                background: url(../images/icons/plus_icon.png) no-repeat scroll center transparent;
                background: url(../images/icons/plus_icon.svg) no-repeat scroll center transparent;
                background-size: 26px;
                text-indent: -9999px;
                float: right;
                width: 26px;
                height: 26px;
                margin: -15px 0px -15px 0;
                padding: 12px 20px 9px 10px;
            }
            div.navigationWrapper > ul > li > ul > li > a > span.icon {
                background: url(../images/icons/plus_icon_blau.png) no-repeat scroll center transparent;
                background: url(../images/icons/plus_icon_blau.svg) no-repeat scroll center transparent;
                background-size: 26px;
            }
            div.navigationWrapper > ul > li:hover > a, 
            div.navigationWrapper > ul > li.toggle > a,
            div.navigationWrapper > ul > li > a.active,
            div.navigationWrapper > ul > li > a:hover {
                background:#0088cd;
                color:#fff;
            }
		div.navigationWrapper ul > li > ul{
			float:left;
			width:100%;
			margin:0;
			list-style: none;
            display:none;
		}
			div.navigationWrapper ul > li > ul li{
				float:left;
				width:100%;
			}
                div.navigationWrapper ul > li > ul li a {
                    background:transparent;
                    color: #2b6b9c;
                    border-bottom:1px solid #2b6b9c;
                }
                    div.navigationWrapper ul > li > ul li a:hover {
                        color: #2b6b9c;
                        text-decoration: underline;
                    }
    div.navigationWrapper a.active , div.navigationWrapper a.inPath{
        color: #57A2DB;
    }
div.navigationMobile {
    padding: 10px 5px;
    border-bottom: 4px solid #2B6B9C;
    margin: 43px 0 0;
}
	div.navigationMobile .currentPage{
        /*background:url(../images/arrow_right.png) no-repeat scroll left center transparent;*/
		 float: left;
        font-family: 'OpenSans-Semibold',Arial;
        font-size: 1.25rem;
        height: 20px;
        line-height: 1.2em;
        margin: -9px 0 0 10px;
        max-width: 78%;
        padding: 10px 0 10px 5px;
        position: relative;
        width: 240px;
	}
        div.navigationMobile .currentPage > span {
            display: none;
        }
		/*div.navigationMobile .currentPage:after{
			content:"";
			border-bottom: 10px solid #2B6B9C;
			border-left:10px solid transparent;
			border-right: 10px solid transparent;
			position: absolute;
			bottom: -10.5px;
			left:35px;
		}*/
	div.navigationMobile .navChanger{
		background:url(../images/navChanger.png) no-repeat scroll 0 0 transparent;
		display: block;
		width:51px;
		height:40px;
		float:left;
	}
/* Startpage Blocks*/
.pageWrapper .firstElementsStart div.newsBlock, 
.pageWrapper .firstElementsStart div.searchBlockStart,
.pageWrapper .secondElementStart div.newsBlock
 {
    margin: 10px 0 15px 0;
    padding: 10px 1.5%;
    width: 98%;
}
.pageWrapper .secondElementStart div.newsBlock {
    margin-top:0;
    margin-left: 0;
}
.pageWrapper .secondElementStart .accordionContainer {
    width:101%;
    margin:0 2% 15px 0;
}
.pageWrapper .secondElementStart .videoBlock {
    overflow: hidden;
    width: 32%;
}
    .pageWrapper .firstElementsStart div.newsBlock:first-child {
        margin:10px 0 15px 0;
    }
    .pageWrapper .firstElementsStart .linkContainerOuter .sixRows, 
    .pageWrapper .firstElementsStart .linkContainerOuter .sixInnerRow,
    .pageWrapper .firstElementsStart div.searchBlockStart .sixRows,
    .pageWrapper .firsElementsStart div.searchBlockStart .isxInnerRow{
        width: 100%;
    }
    .pageWrapper .firstElementsStart .linkContainerOuter .imageContainer,
    .pageWrapper .secondElementStart .linkContainerOuter .imageContainer {
        overflow:hidden;
        height:150px;
        margin-bottom:8px;
    }
/*Breadcrumb*/
.breadcrumb {
    display: none;
}
/*Content Navigation*/
.contentNavigation {
    display: none;
}
/* ##### Content Begin #### */
.contentpane {
    margin-top: 5px;
    padding:3%;
}
    .busContent.threeInnerRow{
        width: 100%;
    }
    .busRight {
        width:100%;
    }
/* Search */
.searchBlockStart .search {
    padding:2%;
    float:left;
    width:96%;
}
    .searchBlockStart .search .innerSearch {
        width: 100%;
        float: left;
    }
        .searchBlockStart .search .innerSearch input[name=myQueryString],
        .searchBlockStart .search .innerSearch select,
        .searchPane select,
        .searchPane input[type=text],
        .searchPane input[type=button]{
            -moz-box-sizing:border-box;
            -webkit-box-sizing:border-box;
            box-sizing:border-box;
            -webkit-appearance:none;
            appearance:none;
            border-radius:0;
            padding-left: 2%;
            padding-right: 2%;  
            margin:1% 0;
            width:100%
        }
.search .searchButton {
    -webkit-appearance: none;
    border-radius: 0;
    width: 28%;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}
.searchOuter .search > div {
    width: 100%;
}
.searchOuter .searchButton {
    border: 1px solid #0088CC;
    margin-top:5px;
}
body.startpage .searchpane select {
    min-width: 99%;
    float:left;
}
body.startpage .searchpane .searchLife {
     min-width: 100%;
}
.tagCloudSearch{
	position: relative;
    margin-bottom:10px;
}
.tagCloudSearch h3{
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	font-family: 'OpenSans-Semibold';
    float:left;
    width:100%;
    padding:5px 0;
}
.searchpane .tagCloudSearch h3 {
    text-transform: none !important;
}
.tagCloudSearch h3 .opener {
    display:none;
}
/*.tagCloudSearch h3 .opener{
	background:url(../images/openerDownBlack.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	float: right;
	height: 9px;
	margin: 7px;
	width: 18px;
	cursor: pointer;
	position: absolute;
	right: 0%;
	top:10%;
}*/
#searchTabs > ul {
    float: left;
    width: 98%;
    margin: 0;
}
    #searchTabs > ul li a{
        float: left;
        font-family: 'OpenSans-Semibold';
        margin-bottom: 1px;
        padding: 5px 2% 5px 0;
        position: relative;
        text-decoration: none;
        width: 99%;
    }
        #searchTabs > ul li a span.totalResults {
            float: left;
            font-family: 'OpenSans-Semibold';
            font-size: 0.875rem;
            height: 30%;
            left: 0;
            margin: 0;
            padding: 6px 2%;
            position: absolute;
            text-align: center;
            text-indent: 0;
            top: 13%;
            width: 18%;
        }
        #searchTabs > ul li a span.text {
            float: left;
            font-family: 'OpenSans-Regular';
            margin: 0 0 0 20% !important;
            padding: 5px 0 5px 28px;
            text-indent: 0;
            width: 60%;
        }
        #searchTabs > ul li a.newsResultsLink span.text {
            background:url(../images/icons/searchIconNews.png) no-repeat scroll center left transparent;
        }
        #searchTabs > ul li a.busResultsLink span.text {
            background:url(../images/icons/searchIconBUS.png) no-repeat scroll center left transparent;
        }
        #searchTabs > ul li a.documentsResultsLink span.text, #searchTabs > ul li a.linksResultsLink span.text  {
            background:url(../images/icons/searchIconDocs.png) no-repeat scroll center left transparent;
        }
        #searchTabs > ul li a.contactsResultsLink span.text {
            background:url(../images/icons/searchIconNews.png) no-repeat scroll center left transparent;
        }

        #searchTabs > ul li a.selected:after {
            display:none;
        }
#searchTabs > .resultlist {
    float: left;
    width: 98%;
    position:relative;
    padding:50px 0;
}
    #searchTabs > .resultlist ul {
        margin-left: 0;
    }
    #searchTabs > .resultlist ul li {
        margin-left: 0px;
        text-indent: 0px;
    }
    #searchTabs > .resultlist .page_navigation {
        float: left;
        height:30px;
        position: absolute;
        left:0;
        z-index:999
    }
    #searchTabs > .resultlist .page_navigation.top {
        top: 0;
    }
    #searchTabs > .resultlist .page_navigation.bottom {
        bottom: 0;
    }
        #searchTabs > .resultlist .page_navigation .ellipse {
            display: none !important;
        }
        #searchTabs > .resultlist .page_navigation a {
            text-decoration: none;
        }
            #searchTabs > .resultlist .page_navigation a.previous_link,
            #searchTabs > .resultlist .page_navigation a.next_link {
                float: left;
                margin: -4px 0 0;
                padding: 0 8px;
            }
        #searchTabs > .resultlist .page_navigation a.page_link {
            background: #2B6B9C;
            color: #fff;
            padding: 4px 8px;
            margin:0 1px;
            float:left;
        }
            #searchTabs > .resultlist .page_navigation a.page_link.active_page {
                background: #185077;
            }
/*Search Filter*/
#filterSearch a.active {
    position: relative;
}
#filterSearch .sortBy a.active {
    background: url(../images/icons/descendingArrow.png) no-repeat scroll center right transparent;
    padding:0 20px 0 0;
    margin:0 15px 0 0;
}
    #filterSearch .sortBy a.active.desc {
        background: url(../images/icons/ascendingArrow.png) no-repeat scroll center right transparent;
    }
    #filterSearch a.active:after {
        content: "";
        border-bottom: 8px solid #185077;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        bottom: -10px;
        left: 30%;
    }
/* Search Result */
#contactsResults.tmplContactsList .item {
    width: 31%;
}
/* Tabs */
.accordionContainer{
	position: relative;
	overflow: hidden;
	width:93%;
}
h2.activeTab, .accordionContainer h2:hover {
    background-color:#185077;
}
	.accordionContainer .accordionText{
		padding:1% 2% 1% 1%;
	}
    .accordionContainer .accordionText .sixInnerRow {
        margin: 1% 0 0 -1.25%;
        padding-left: 3%;
        padding-right: 2%;
        width: 98.5%;
    }
        .accordionContainer .accordionText .date.oneInnerRow {
            width: 20%;
        }
        .accordionContainer .accordionText .sixInnerRow:first-child {
            margin-top: 0;
        }
	.accordionContainer h2{
		float:left;
		margin:0 0 2px 0;
		position: relative;
		width:100%;
		padding:3% 2%;
		text-decoration: none;
		clear: both;
		cursor: pointer;
		position: relative;
	}

		.accordionContainer h2.icon_Nachrichten, 
        .accordionContainer h2.icon_Bombenfund{
			background-image:url(../images/icons/news_icon.png);
			background-position:1.5% 5px;
			background-repeat: no-repeat;
			padding-left:38px
		}
		.accordionContainer h2.icon_Veranstaltungen{
			background-image:url(../images/icons/calender_icon.png);
			background-position:1.5% 5px;
			background-repeat: no-repeat;
			padding-left:38px
		}
        .accordionContainer h2.icon_Telefon{
			background-image:url(../images/icons/Telefonzentrale_icon.png);
			background-position:1.5% 5px;
			background-repeat: no-repeat;
			padding-left:38px
		}
        .accordionContainer h2.icon_Leistungen{
			background-image:url(../images/icons/icon_std_leistungen.png);
			background-position:1.5% 5px;
			background-repeat: no-repeat;
			padding-left:38px
		}
        .accordionContainer h2.icon_Waserledigeichwo{
			background-image:url(../images/icons/icon_std_waserledigeichwo.png);
			background-position:1.5% 5px;
			background-repeat: no-repeat;
			padding-left:38px
		}
	.accordionContainer h2 .opener{
		background: url(../images/openerDown.png) no-repeat scroll center transparent;
		display: inline-block;
	    float: right;
	    height: 9px;
	    margin: 7px;
	    width: 18px;
	    cursor: pointer;
	    position: absolute;
	    right: 12%;
	    top:10%;
	}

/*News Templates*/
.newsBlock h2{
	cursor: pointer
}
.newsBlock .sixInnerRow {
    width:99%;
}
h2 .opener{
    display:none;
	background: url(../images/openerDownBlack.png) no-repeat scroll center transparent;
    float: right;
    height: 9px;
    margin: 7px;
    width: 18px;
    cursor: pointer
}
.previewBox{
    display:block
}
.newsAccordion {
    border-bottom: 1px solid #2B6B9C;
    margin:0 0 1% -1.25%;
    padding:0 1% 1%;
    width:102% !important;
}
.contentpane .newsListTwoCol {
    width: 100%;
    min-height: 200px;
}
    .contentpane .newsListTwoCol .imageContainer {
        width:48%;
        margin-right:2%;
        float:left;
        height: auto;
        max-height:150px;
        overflow:hidden;
    }
        .contentpane .newsListTwoCol .imageContainer img {
            width: 100%;
        }
    .contentpane .newsListTwoCol .imageContainer div {
        background:no-repeat scroll center transparent;
        background-size:100% auto;
        height:100%;
        float:left;
        width: 100%;
    }
    /*News Templates Utilities */
    .itemUtilities {
        display: none;
    }
    /*Contact Tabs*/
    #reiternav > a {
        background: #F2F2F2;
        float: left;
        font-family:'OpenSans-Regular',Arial;
        margin: 0 1% 0 0;
        padding: 10px 3%;
        text-align: center;
        text-decoration:none;
        width:auto;
        min-width: 16.5%;
    }
        #reiternav > a.reiterakt {
            background: #2B6B9C;
            color: #fff;
            font-family:'OpenSans-Semibold',Arial;
        }
/* Image Gallery */
.imgGalleryItem {
    height: 90px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    width: 45%;
}
    .imgGalleryItem.portrait {
        height: 150px;
        padding:0 25px 0 0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
        .imgGalleryItem.portrait img {
            max-width: 100% !important;
        }
/* Link Startpage*/
.linkSlider ul {
    list-style-position:inside; 
    margin-left: 0; 
    display: table;
    list-style-image:url(../images/link_arrow_right.png);
    max-width:65%;
}
    .linkSlider ul a {
        color: #0088cc;
        font-family:'OpenSans-Regular',Arial;
        line-height:1.6em
    }
        .linkSlider ul a:hover {
            text-decoration: underline;
        }
.linkSlider .linkBox > a {
    background: url(../images/more_info_button.png) no-repeat 0 0 transparent;
    bottom: 75px;
    font-family: 'OpenSans-Regular',Arial;
    height: 52px;
    margin: -99px 5px 0;
    padding: 45px 15px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 67px;
}
    .linkSlider .linkBox > a:hover {
        background: url(../images/more_info_button_hover.png) no-repeat 0 0 transparent;
    }
/* relatedObjects in Context */
.detailItemList .relatedContextBox {
    background:#E2E6E9;
    float:left;
    margin:0 2% 2% 0;
    padding:10px 1%;
    width:26%;
    clear:both;
}
    .detailItemList .relatedContextBox h3 {
        font: normal 0.875rem 'OpenSans-Bold', Arial;
        float:left;
        width:100%;
        margin:0 0 4px 0;
    }
    .detailItemList .relatedContextBox h4 {
        font: normal 0.875rem 'OpenSans-Semibold', Arial;
        margin:0 0 3px 0;
    }
    .detailItemList .relatedContextBox * {
        line-height: 1.5em;
    }
    .detailItemList .relatedContextBox a {
        text-decoration: none;
    }
#relatedDocument.relatedContextBox a {
    background: url("../images/icons/pdf_16.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
}
#relatedLink.relatedContextBox a {
   background: url("../images/link_arrow_right.png") no-repeat scroll left center rgba(0, 0, 0, 0);
   padding-left: 14px;
}
/* adminStructure*/
#adminStructureTabs {
    margin:0;
}
#adminStructureTabs li {
    margin-left: 0;
    line-height: 1.4rem;
    text-indent: 0px;
}
#adminStructureTabs li a {
    background-image: url(../images/icons/tabIcon.png);
    background-position:4px center;
    background-repeat:no-repeat;
    padding-left:30px;
    margin-bottom:2px;
    text-decoration:none;
    font-family:'OpenSans-Semibold',Arial;
    width:90%;
}
#adminStructureTabs li a.activeTab {
    position: relative;
}
.adminStructure {
    float: left;
}
.contentpane .adminStructure li {
    margin-left: 0;
    line-height: 1.4rem;
    text-indent: 0px;
}
.adminStructure .firstLevel li {
    position: relative;
    width: 95%;
}
.adminStructure .secondLevel {
    border-left: 1px solid #000;
    margin:-5px 0 0 0px;
    padding:8px 0 0 0;
    display:none;
}
.adminStructure .secondLevel li {
    width: 93%;
    margin-left:15px;
    position:relative;
}
    .adminStructure .secondLevel li:before {
        content: "___";
        left: -15px;
        position: absolute;
        top: 5px;
    }
.adminStructure .thirdLevel {
    border-left: 1px solid #000;
    border-top:1px solid #000;
    margin:5px 0 0 5px;
    padding:8px 0 0 0;
    display:none;
}
.adminStructure .thirdLevel li {
    width: 93%;
    margin-left:15px;
    position:relative;
}
    .adminStructure .thirdLevel li:before {
        content: "___";
        left: -15px;
        position: absolute;
        top: 5px;
    }
.adminStructure li .opener {
    background: url("../images/rSidebar_arrow_down.png") 0 0 no-repeat transparent;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor:pointer;
    width: 20px;
}
/* EventReportForm*/
.eventReportForm {
    background:#E2E6E9;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:10px 2%;
    width:96%;
}
    .eventReportForm td {
        padding-bottom:5px;
        float:left;
        width: 70%;
    }
        .eventReportForm td:first-child {
            width: 28%;
        }
        .eventReportForm td[colspan="2"] {
            width: 90%;
        }
    .eventReportForm input[type=text], .eventReportForm textarea {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CCCCCC;
        box-shadow: 0 0 3px 0 #CCCCCC inset;
        padding: 5px 7px;
        min-width:90%;
        max-width:90%;
    }
    .eventReportForm select {
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        min-width: 94%;
        max-width: 94%;
    }
    .eventReportForm input.inputPLZ {
        max-width: 18%;
        min-width: 18%;
        margin-right:3%;
    }
    .eventReportForm input.inputORT {
        max-width: 64%;
        min-width: 64%;
    }
/* Event Search */
h2.dateInRow {
    width:88%;
}
.now.eventDateTitle {
    display: none;
}
.eventSearch {
    width: 100%;
}
.eventSearch ul {
    width: 90%;
    padding:18px 5%;
    float:left;
    margin:0;
}
    .eventSearch ul li {
        float:left;
        width:100%;
        margin:5px 0 0 0;
        text-indent:0;
    }
        .eventSearch ul li:first-child {
            margin-top:0;
        }
    .eventSearch ul label {
        width:95%;
        min-width:45px;
        margin:5px 0;
        float:left;
    }
    .eventSearch ul input[type=text], .eventSearch ul select {
        background:#fff;
        box-sizing: border-box;
        -ms-box-sizing:border-box;
        -o-box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius:0;
        border:1px solid #0D72A7;
        float:left;
        width:56%;
        min-width:200px;
        padding:5px;
    }
    .eventSearch ul li div {
        float: left;
        width: auto;
        margin:5px 10px 0 0;
    }
        .eventSearch ul li div.bisDate {
            margin-left: 10px;
        }
        .eventSearch ul input[type=text].datum {
            width: 18%;
            min-width:85px;
            float:left;
        }
    .eventSearch ul table {
        width:100%;
        float:left;
    }
    .eventSearch ul .catList {
        width:100%;
        float:left;
        margin:5px 0;
    }
        .eventSearch ul .catList label {
            width: 47%;
            margin:5px 5px 5px 0;
            float: left;
            cursor:pointer;
            min-width:80px;
        }
    .eventSearch ul input[type=checkbox] {
        display:none;
    }
    .eventSearch ul li.searchLink {
        text-align:center;
    }
    .eventSearch ul .suchbut {
        background: none repeat scroll 0 0 #0D72A7;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        max-width: 200px;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 45%;
    }
.eventListItem a {
    text-decoration: none;
}

/* Tell A Friend */
div.contentpane ul.tellAFriend {
    background: #E2E6E9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    padding: 10px;
}
    div.contentpane .tellAFriend li {
        margin-left: 6px;
        text-indent: 0;
    }
        div.contentpane .tellAFriend li.threeInnerRow {
            width: 48%;
        }
        div.contentpane .tellAFriend input[type=text].sixInnerRow{
            width: 96%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        div.contentpane .tellAFriend textarea.sixInnerRow {
            width: 97%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
    .tellAFriend a.sendButton {
        background: none repeat scroll 0 0 #0088CC;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
        cursor: pointer;
        float: right;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        width: 25%;
    }

/* Newsletter Form */
.newsletterForm {
    background: none repeat scroll 0 0 #E2E6E9;
    box-sizing: border-box;
    padding: 10px 2%;
}
.newsletterForm table {
    float: left;
    width: 100%;
}
.newsletterForm table tr td {
    padding-bottom: 5px;
}
.newsletterForm input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 3px 0 #CCCCCC inset;
    padding: 5px 7px;
    width: 95.5%;
}
.newsletterForm input[type="checkbox"], .newsletterForm input[type="radio"] {
    float: left;
    margin: 2px 5px 0 0;
}
.newsletterForm a.suchbut {
    background: none repeat scroll 0 0 #0088CC;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 18%;
}
/* Mail Form */
.mailForm {
    float: left;
    width: 100%;
}
.mailForm ul {
    background: none no-repeat scroll 30px center #D8D8D8;
    float: right;
    list-style: none outside none;
    margin: 0 0 16px;
    padding: 20px 10px 20px 10px;
    width: 90%;
}
.mailForm li {
    float: left;
    margin-bottom: 10px;
    width: 90%;
    text-indent:0 !important;
}
.mailForm li.small, 
.mailForm li.normal,
.mailForm li.big,
.mailForm li.plz,
.mailForm li.city,
.mailForm input[type="text"]{
    width: 90%;
    border: medium none;
    float: left;
    padding: 5px;
}
.mailForm label {
    width: 90%;
    border: medium none;
    float: left;
}
.mailForm li textarea {
    border: medium none;
    max-width: 90%;
    min-width: 90%;
    padding: 10px;
}
.mailForm a.suchbut {
    background: #0088CC;
    color: #FFFFFF;
    float: right;
    padding: 10px;
    text-decoration:none;
}
.mailForm .hinweis {
    color: #adadad;
    float: left;
    width: 90%;
}

/* Rightpane */
.rightPane {
    display: none;
}

/* Pager */
.contentpane .eventPager .pager {
    background: #E2E6E9;
    border-bottom: 2px solid #185077;
}
.contentpane .pager{
    background: transparent;
	float: left;
    list-style: none outside none;
    margin: 28px 0 0;
    padding: 0;
    width: 510px;
    
}
.contentpane .pager li{
	float:left;
	width:200px;
    text-indent:0;
    margin-left:0;
}
    .contentpane .pager li.zurueck, .contentpane .pager li.vor  {
        width:24%;
    }
.contentpane .pager a{
	text-decoration:none;
	font:normal 14px Arial;
}
.contentpane .pager a:hover{
    text-decoration:underline
}
.contentpane .pager .zurueck{
	text-align:left;
}
.contentpane .pager .seiten{
	text-align:center;
	font:normal 14px 'OpenSans-Regular',Arial;
    margin:0;
    width:52%;
}
    .contentpane .pager .seiten span {
        font:normal 0.875rem 'OpenSans-Regular',Arial;
    }
    .contentpane .pager .seiten p {
        float:left;
        width:100%;
        text-align:center
    }
    .contentpane .pager .pagerText {
        color:#185077;
        clear: both;
        float: left;
        font-family:'OpenSans-Regular',Arial;
        margin: -20px 0 25px -25%;
        position: relative;
        text-align: center;
        width: 150%;
    }
.contentpane .eventPager .pager .pagerText {
    margin:5px 0 0 0;
    width:100%;
}
#pageSpringer {
    background: #f2f2f2;
    border-color: #185077;
    border-style: solid;
    border-width: 0 2px 2px;
    height: 27px;
    margin: 1px 0 0;
    position: relative;
    width: 99%;
    z-index:5
}
#pageSpringer .radio-options {
    position: absolute;
    max-height: 3em;
    width: 100%;
    overflow: hidden;
    transition: 0.7s;
}
#pageSpringer .radio-options:hover {
    max-height: 100em; 
}
    #pageSpringer .radio-options .toggle {
        position: relative;
        cursor: pointer;
        padding: 4px;
        background: #f2f2f2;
        z-index: 1; 
    }
    #pageSpringer .radio-options input:checked ~ label, #pageSpringer .radio-options input:hover ~ label {
        font-family:'OpenSans-Semibold',Arial;
    }
        #pageSpringer .radio-options .toggle:after, #pageSpringer .radio-options input:checked ~ label:after {
            background: url("../images/rSidebar_arrow_down.png") no-repeat scroll 0 0  transparent;
            content: "";
            float: right;
            height: 15px;
            position: absolute;
            
            right: 11px;
            top: 6px;
            width: 15px;
            z-index: 55;
        }
    #pageSpringer .radio-options ul {
        margin: 5px 0 0 0;
        padding: 0;
    }
    #pageSpringer .radio-options li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        list-style:none;
        border-bottom:1px dotted #A29B81;
        height: 100%; 
    }
    #pageSpringer .radio-options label {
        display: block;
        color:#000;
        transition: 0s;
    }
    #pageSpringer .radio-options input[type=radio] {
      position: absolute;
      top: 0;
      left: 0;
      width: 386px;
      height: 18px;
      opacity: 0;
      filter:alpha(opacity=0);
      z-index:1;
      cursor: pointer; 
    }
    #pageSpringer .radio-options:hover li {
        position:relative;
        z-index:10;
        padding: 5px;
        background: #f2f2f2;
        transition:0.5s
    }
        #pageSpringer .radio-options input:checked ~ label {
            position:relative;
            z-index:55;
            padding: 4px;
            background: #f2f2f2;
        }
    #pageSpringer .radio-options:hover li label {
        padding: 0;
        background:#f2f2f2;
    }
        #pageSpringer .radio-options:hover li label:after {
            background: #f2f2f2;
        }
    #pageSpringer .radio-options input:hover ~ label {
       text-decoration:underline;
    }
    .contentpane .pager .vor{
	    text-align:right;
    }
    .contentpane .pager a.prev, .contentpane .pager a.next {
        background:#E2E6E9;
        color:#000 !important;
        padding:5px 3%;
        opacity: 1;
        filter:alpha(opacity=100);
        border-bottom:2px solid #185077;
        text-transform: lowercase;
        width:94%;
        z-index:1
    }
.contentpane .eventPager .pager a.prev, .contentpane .eventPager .pager a.next {
    border: none;
}
    .contentpane .pager a.disabled{
	    background:#E2E6E9;
        color:#000 !important;
        padding:5px 3%;
        opacity: 0.45;filter:alpha(opacity=45);
        border-bottom:2px solid #185077;
        text-transform: lowercase;
        text-decoration:none;
    }
/* Sitemap */
.contentpane ul.navigation {
    width: 100%;
    list-style: none;
    overflow:hidden;
    margin:0;
}
    .contentpane ul.navigation ul {
        list-style: none;
        width:100%;
        margin:0;
    }
    .contentpane ul.navigation li {
        width: 100%;
        margin: 5px 0 0 0;
        padding: 0;
        float:left;
        text-indent:0;
    }
        .contentpane ul.navigation > li {
            margin-bottom: 20px;
        }
        .contentpane ul.navigation li a {
            background: #F1F1F1;
            padding:5px 3%;
            width:100%;
            float:left;
        }
            .contentpane ul.navigation li a span.icon {
                display: none !important;
            }
        .contentpane ul.navigation li li:first-child {
            margin-top: 5px;
        }
        .contentpane ul.navigation li li a {
            padding: 5px 6%;
            width: 100%;
        }
        .contentpane ul.navigation li li li a {
            padding: 5px 8%;
            width: 100%;
        }
    .contentpane ul.navigation span.icon {
        display: none;
    }
/* Content Search on tab*/
.smallSearch {
    width: 94%;
    padding:15px 3% 0 3% ;
    list-style:none;
    margin:0 !important;
}
    .smallSearch li {
        width: 100%;
        margin: 0 2% 15px 0;
    }
        .smallSearch li label {
            width: 24%;
            min-width:65px;
            margin: 6px 5px 0 0;
        }
        .smallSearch li select, .smallSearch li input[type=text] {
            border:1px solid #ccc;
            background:#fff;
            box-shadow:inset 0 0 3px 0 #ccc;
            padding:5px 7px;
            width:192px;
        }
        .smallSearch li select {
            width: 208px;
        }
        .smallSearch li a.suchbut {
            border:1px solid #fff;
            padding: 5px;
            text-decoration:none;
            cursor:pointer;
            width:45%;
        }
/* Footer */
.footerpane {
    margin: 6px 0 0 0;
}
.footerpane a {
    float: left;
    padding: 3px;
    margin: 5px;
}
.footer > a {
    margin-top: 10px;
    margin-left: 16px;
    padding: 4px;
}

@media screen and (min-width: 480px) {
.twoRows .imgContainer, .threeRows .imgContainer, .fourRows .imgContainer, .fiveRows .imgContainer, .sixRows .imgContainer{
	float:left;
	margin:0 2%;
	width:35%;
	height:100px;
	overflow: hidden;
}
}

@media screen and (min-width: 704px) {
body{
	background:#e2e6e9
}
.header{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	width:100%;
	margin:auto;
	background:#fff;
	padding:0.5%;
    float:left;
}
.pageWrapper {
    background:#fff;
    width: 98.5%;
    padding:0.5%;
    margin:auto;
    float:none;
}
div.navigationWrapper, 
div.navigationMobile {
    width:99%;
}
.footer {
    width: 100%;
    margin: auto;
    border:none;
}
.whiteBG{
    padding: 10px 0 0 0;
    height:auto;
}
.paddingFlex{
	padding:1.5%;
}
.boxWrapper.fL{
	padding:0;
	margin:0.75% 0.75% 0.75% 0;
}
.boxWrapper.fR{
	padding:0;
	margin:0.75% 0 0.75% 0.75%;
}
.oneRow{
	width:16.35%;
}
.twoRows{
	width:32.58%; 
}
.threeRows{
	width:49.05%;
}
.fourRows{
	width:65.3%;
}
.fiveRows{
	width:81.65%;
}
.sixRows{
	width:98.5%;
}
.sixInnerRow{
	width: 96%; 
}
	.twoRows .imgContainer, .threeRows .imgContainer, .fourRows .imgContainer, .fiveRows .imgContainer, .sixRows .imgContainer{
		float:left;
		width:100%;
		max-width: 100%;
		margin:0 0 1.5% 0;
		height:100px;
		overflow: hidden;
	}
.oneInnerRow{
	width:14%;
}
.twoInnerRow{
	width:30%;
}
.threeInnerRow{
	width:46%;
}
.fourInnerRow{
	width:64%;
}
.fiveInnerRow{
	width:78%;
}
.sixInnerRow{
	width:96%;
}
.fiveRows.thirds {
    width: 73%;
}
/* Header */
.whiteBG h1 a, .header h1 a{
	padding:0px 12px 0px 12px;
	width:255px;
    float:left;
    color:#000;
	text-transform:uppercase;
}
body.subpage .whiteBG h1 a,
body.subpage .header h1 a {
    padding:10px 12px;
    font-size:1.1rem;
} 
    body.subpage .whiteBG h1 a img,
    body.subpage .header h1 a img {
        max-height:40px;
        margin:-5px 10px 0 0;
    }
.whiteBG h1 a span.fontBold, 
.header h1 a span.fontBold {
    font-size:1.1rem;
}
/* Header Buttons*/
.headerOuter .appendContrast {
    display:block;
}
/* Wetter */
.headerOuter .inner > .wetter {
    color: #185077;
    display: block;
    font-size: 1.25rem;
    line-height: 100%;
    padding: 10px 0 7px 37px;
    width: 68px;
    float: right;
    margin: 11px 0 0 0;
}
.header > .wetter {
    color: #185077;
    display: block;
    font-size: 1.25rem;
    line-height: 100%;
    padding: 10px 0 10px 37px;
    width:68px;
    position:absolute;
    right:0;
    top:15px;
}
/* Header Buttons*/
.headerOuter .appendContrast, .header .appendContrast  {
    right: 150px;
    width: auto;
    top: 20px;
}
    .headerOuter .appendContrast > ul:first-child,
    .header .appendContrast > ul:first-child {
        margin-right: 15px;
    }
    .headerOuter .appendContrast li,
    .header .appendContrast li {
        display: none;
    }
        .headerOuter .appendContrast li.displayLi,
        .header .appendContrast li.displayLi {
            display:block
        }
    .headerOuter .appendContrast .labelLi, 
    .header .appendContrast .labelLi {
        width:100%;
        margin:0 0 4px 0;
    }
        .headerOuter .appendContrast label, 
        .header .appendContrast label {
            margin-top:5px;
            margin-right: 10px;
            width:100%;
            float:left;
        }
.headerOuter .inner .buttons, .header .buttons {
    width:87%;
    height:20px;
    padding:3px 0 0 25px;
    color:#0D72A7;
    text-decoration:underline;
    text-transform:uppercase;
    font-size:0.875rem;
    
}
    .headerOuter .buttons.colorLight, .header .buttons.colorLight {
        background:url(../images/icons/Kontrast2_icon.png) no-repeat scroll center left transparent;
        background-size:20px auto;
    }
    .headerOuter .buttons.colorDark, .header .buttons.colorDark {
        background:url(../images/icons/Kontrast_Icon.png) no-repeat scroll center left transparent;
        background-size:20px auto;
    }
    .headerOuter .buttons.fontSizeNormal, .header .buttons.fontSizeNormal {
        background:url(../images/icons/Kleiner_icon.png) no-repeat scroll center left transparent;
        background-size:20px auto;
    }
    .headerOuter .buttons.fontSizeBig, .header .buttons.fontSizeBig {
        background:url(../images/icons/Groesser_icon.png) no-repeat scroll center left transparent;
        background-size:20px auto;
    }
/* ##### Content Begin #### */
.contentpane {
    margin: 0.5%;
    padding:0;
}
    .contentpane.BUS {
        width:98%
    }
    .contentpane.BUS .busContent.threeInnerRow {
        width:55%;
    }
    .busRight {
        margin:0 0 0 1.8%;
        float:left;
        overflow:hidden;
        width:43% !important;
    }

/* Startpage Blocks*/
.pageWrapper .firstElementsStart div.newsBlock, 
.pageWrapper .firstElementsStart div.searchBlockStart,
.pageWrapper .secondElementStart div.newsBlock
 {
    margin-left: 2%;
    width: 29%;
    min-height:429px;
}
.pageWrapper .firstElementsStart div.newsBlock h2 {
    cursor: text;
}
.pageWrapper .secondElementStart div.newsBlock {
    margin-top:0;
    margin-left: 0;
}
/*Search*/
.search {
    width:94%;
}
.searchOuter .searchButton {
    border: none;
    margin-top:0px;
}
body.startpage .searchpane select,  body.startpage .searchpane input[type=button] {
    min-width: 10%;
    float:left;
}
body.startpage .searchpane input[type=button] {
    float:right;
}
body.startpage .searchpane .searchLife {
    min-width: 10%;
}
.subpage .search {
    width:100%;
}
.innerSearch {
    width:100%;
    float:left;
}
.tagCloudSearch {
    margin-bottom:0;
    width:100%;
}
    .tagCloudSearch h3 {
        width: auto;
        margin:2.4% 0 0 0;
    }
    .searchBlockStart .tagCloudSearch h3 {
        width: auto;
        margin:0 0 5px 0;
    }
.tagCloudSearch h3 .opener{
	display: none
}
.tagCloudSearch ul{
	display: block;
}
.searchpane.boxWrapper.fR {
    width: 98.5%;
    margin:0.75%;
}
#searchTabs > ul {
    width: 30%;
    margin: 0 4% 0 0;
}
#searchTabs > ul li a.selected:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 11px;
    display:block;
    border-top: 15px solid transparent;
    border-left: 15px solid #185077;
    border-bottom: 15px solid transparent;
}
#searchTabs > .resultlist {
    float: left;
    width: 66%;
    position:relative;
    padding:0;
}
#searchTabs > ul li a span.totalResults {
    padding: 6px 2%;
}
#searchTabs > ul li a span.text {
    width: 57%;
    padding:5px 0 5px 28px;
    margin:0 0 0 1px
}
#filterSearch .moreFilters {
    width: 60%;
}
#filterSearch .sortBy {
    width: 323px;
}
/*Tabs*/
.pageWrapper .secondElementStart .accordionContainer {
    width:66%;
    margin:0 2% 0 0;
    padding:0 0 20px 0;
}
.fourRows.accordionContainer {
    width:97.5%;
}
.accordionContainer .accordionText{
	position: absolute;
	right: 0;
	top: 0;
	width:71%;
    z-index:4
}
.accordionContainer h2{
	width:16%;
	padding:8px 2%;
    z-index:5;
    position:relative;
}
    .accordionContainer h2.activeTab:after {
        content:"";
        position:absolute;
        border-left:10px solid #185077;
        border-top:10px solid transparent;
        border-bottom:10px solid transparent;
        top:7px;
        right:-10px;
        z-index:9999
    }
    .accordionContainer h2.icon_Nachrichten, 
    .accordionContainer h2.icon_Bombenfund
    .accordionContainer h2.icon_Ratsinfo, 
    .accordionContainer h2.icon_Kreistag,
    .accordionContainer h2.icon_Leistungen,
    .accordionContainer h2.icon_Telefon
     {
        background-position: 1.5% 1px;
    }
.accordionContainer h2 .opener{
	display: none !important
}

div.accordionText.activeTab {
    border-left: 3px solid #185077;
    border-top: 3px solid #185077;
}
/* Content Search on tabid */
.smallSearch li {
    width: 48%;
    margin: 0 2% 15px 0 !important;
    text-indent: 0 !important;
}
/* Contact List */
.pageWrapper .tmplContactsList .item {
    margin-right: 1.5%;
    min-height: 255px;
    width: 32.3%;
}

.pageWrapper .tmplContactsList .item:nth-child(3n) {
    margin-right: 0;
}
/*News Templates*/
h2 .opener{
	display: none;
}
.previewBox{
	display: block;
}
.contentpane .newsListTwoCol {
width: 47.5%;
}
    /*News Templates Utilities */
    .itemUtilities {
        display: block;
    }
        .itemUtilities a.imgLinkIcon {
            padding: 0;
            margin:0 10px 0 0;
            float:right;
            width:16px;
            height:16px;
        }
        .itemUtilities .printer {
            background: url(../images/icons/printer_16.png) no-repeat scroll center left transparent;
        }
        .itemUtilities .tellAFriend {
            background: url(../images/icons/mail_16.png) no-repeat scroll center left transparent;
        }
        .itemUtilities .textOnly {
            background: url(../images/icons/text_16.png) no-repeat scroll center left transparent;
        }
        .itemUtilities #socialMedia {
            float: right;
            list-style: none;
        }
            .itemUtilities #socialMedia li {
                float: left;
                width: auto;
                margin:0 0 0 10px;
            }
                .itemUtilities #socialMedia li:first-child {
                    margin: 0;
                }
                .itemUtilities #socialMedia li a {
                    width: 16px;
                    height:16px;
                    float:left;
                }
                    .itemUtilities #socialMedia li a.twitter {
                        background: url(../images/icons/twitter_16.png) no-repeat scroll center left transparent;
                    }
                    .itemUtilities #socialMedia li a.fbLike {
                        background: url(../images/icons/facebook_16.png) no-repeat scroll center left transparent;
                    }
/* Image Gallery */
.imgGalleryItem {
    width: 30%;
}
/* adminStructure*/
#adminStructureTabs li a {
    width: 84%;
}
#adminStructureTabs li a.activeTab:after {
    border-left: 12px solid #E2E6E9;
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    bottom: 5px;
    content: "";
    right: -12px;
    position: absolute;
}
.adminStructure {
    float: right;
}

/* Event */
.eventSearch ul input[type=text],
.eventSearch ul select {
    width:85%;
}
.eventSearch ul input[type=text].datum {
    width: 33%;
}
h2.dateInRow {
    margin-left: 65px;
    width:88%;
}
.now.eventDateTitle {
    display:block;
    background: #CA0004;
    color: #FFFFFF;
    float: left;
    font-size: 1.1rem;
    margin: -46px 0 0 8px;
    padding: 0 5px 5px;
    text-align: center;
    text-transform: uppercase;
}
    .now.eventDateTitle small {
        font-size:0.625rem;
        line-height:0.75em;
    }
.eventSearch ul label {
    width: 12%;
    margin:4px 5px 0 0;
}
.eventSearch ul .catList label {
    width: 22.5%;
}

/* Mail Form */
.mailForm ul {
    float: left;
}
.mailForm li.small {
    margin-right: 200px;
    width: 150px;
}
.mailForm li.normal {
    width: 230px;
}
.mailForm li.big {
    width: 500px;
}
.mailForm li.plz {
    width: 150px;
}
.mailForm li.city {
    width: 300px;
}
.mailForm label {
    display: inline-block;
    float:left;
    margin: 0 0 3px;
    width: 100px;
}
.mailForm input[type="text"] {
    border: medium none;
    float: left;
    padding: 5px;
}
.mailForm li.small input[type="text"] {
    width: 140px;
}
.mailForm li.normal input[type="text"] {
    width: 220px;
}
.mailForm li.big input[type="text"] {
    width: 473px;
}
.mailForm li.plz input[type="text"] {
    width: 135px;
}
.mailForm li.city input[type="text"] {
    width: 305px;
}
.mailForm li textarea {
    border: medium none;
    max-width: 465px;
    min-width: 465px;
    padding: 10px;
}

/* Rightpane */
.rightPane {
    display: block;
}
    .rightPane h2 {
        background-image:url(../images/rSidebar_arrow_down.png);
        background-position: 96% 10px;
        background-repeat:no-repeat;
        cursor: pointer;
    }
    .rightPane .rightContainer:first-child h2 {
        background-image: none;
    }
    .rightPane h2.active{
        background-image: url("../images/rSidebar_arrow_up.png");
        background-position: 96% 10px; 
        background-repeat: no-repeat;
        cursor: pointer;
    }
.rightContentpane div:first-child {
    border: none;
    margin-top: 0;
    padding: 0;
}

/* Footer */
.footerpane {
    margin: 0;
}
.footerpane a {
    float: left;
    padding: 0;
    margin: 0 0 0 2%;
}
.footer > a {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
}
}

@media screen and (min-width: 1024px) {
.pageWrapper, .header, .searchOuter, .navigationOuter, .searchOuter{
	width:96%;
	margin:auto;
	left:0 !important;
	box-shadow: none !important;
    padding:0.8%;
}
.footer {
    width: 97.6%;
    margin: auto;
}
.headerOuter{
	width:100%;
    background:#fff;
    border-bottom:1px solid #0069b4;
    margin:0 0 20px 0;
}
body.startpage .headerOuter {
    background: transparent;
    border: none;
    margin:0;
}
.header{
	z-index: 10;
	height: auto;
    padding: 0;
    width: 97.6%;
    float:none;
}
.navigationOuter ,.searchOuter{
    width:97.6%;
    padding: 0;
    z-index:10
}
    .searchOuter .search .threeRows {
        width: 59%;
    }
    .searchOuter .search .searchField {
        width: 47%;
    }
    .searchOuter .search .tagCloudSearch {
        width:37.8%
    }
    .searchOuter .search .oneRow.thirds {
        width: 10%;
    }
    .searchOuter select {
        width: 35%;
    }
    .searchOuter .search .allAreaSearch {
        width: 35%;
        margin-right: 2%;
    }
.whiteBG .inner {
    margin: auto;
    width: 97.6%;
}
.imageHeader {
    display: block;
    height:250px;
    overflow:hidden;
    position:relative;
}
    .imageHeader img {
        min-width: 100%;
        min-height: 100%;
    }
    .imageHeader .textbox {
        background: url(../images/white95.png) repeat scroll 0 0 transparent;
        position:absolute;
        bottom:20px;
        left:0;
        width:427px;
        height:45px;
        padding:10px;
        cursor:pointer;
    }
        .imageHeader .textbox .icon {
            background: url(../images/headerArrow.png) no-repeat scroll 0 0 transparent;
            width:15px;
            height:22px;
            float:right;
            margin:-20px 0 0 0;
        }
.paddingFlex{
	padding:1%;
}
.boxWrapper.fL{
	padding:0;
	margin:0.5% 0.5% 0.5% 0;
}
.boxWrapper.fR{
	padding:0;
	margin:0.5% 0 0.5% 0.5%;
}
.oneRow, .oneInnerRow{
	width:16.4%;
}
.twoRows, .twoInnerRow{
	width:32%;
}
	.boxWrapper.twoRows{
		margin-left:0.6%;
	}
.threeRows, .threeInnerRow{
	width:49.1%;
}
.fourRows, .fourInnerRow{
	width:66.8%;
}
.fiveRows, .fiveInnerRow{
	width:81.6%;
}
.fiveRows.thirds {
    width: 81.7%;
}
.sixRows, .sixInnerRow{
	width:98%;
}
	.twoRows .imgContainer, .threeRows .imgContainer, .fourRows .imgContainer, .fiveRows .imgContainer, .sixRows .imgContainer{
		float:left;
		width:35%;
		max-width: 35%;
		margin:0 1% 0 0;
		height:auto;
		overflow: hidden;
	}
.twoRows.thirds {
    width:23%;
}
.fourRows.thirds {
    width:55%;
}
.fiveRows.thirds {
    width: 74%;
}
.oneInnerRow{
	width:14%;
}
.twoInnerRow{
	width:30%;
}
.threeInnerRow{
	width:46%;
}
.fourInnerRow{
	width:64%;
}
.fiveInnerRow{
	width:78%;
}
.sixInnerRow{
	width:96%;
}

/*Header*/
.header h1 {
    left: 0;
    position: static;
    top: 0;
}
.changeLangaugeContainer label{
	display: block;
	float: left;
}
    .whiteBG h1 a img, .header h1 a img {
        float: left;
        margin:-5px 10px 0 0;
        max-width:52px
    }
/* Navigation */
.navigationOuter {
    padding: 0;
    position: relative;
    top: 0px;
    z-index:9999
}
div.navigationMobile, div.navigationMobile .navChanger, div.navigationMobile .currentPage{
	display: none;
}
div.navigationWrapper > ul{
    background:#2b6b9c;
	float: left;
	position: relative;
	width:100%;
	height:46px;
    padding:0;
	left:0 !important;
	top:0;
	margin:0;
	display: block !important;
}
body.subpage div.navigationWrapper > ul {
    margin: 10px 0 0 0;
}
	div.navigationWrapper > ul > li{
		float:left;
		width:auto;
        height:37px;
        max-width: 230px;
		padding:0;
        margin:0;
        position: relative;
		display: inline-block;
	}
		div.navigationWrapper > ul > li > a{
			border:none;
			color:#fff;
			padding:10px 12px 0;
            border-left:1px solid #fff;
            border-bottom:none;
			margin:0;
			display: inline-block;
			width: auto;
            height:36px;
		}
        div.navigationWrapper > ul > li:first-child a {
            border-left: none;
        }
            div.navigationWrapper > ul li a span.icon {
                display: none !important;
            }
	div.navigationWrapper > ul li > ul{
        background: url(../images/nav_second_bg.png) repeat-y scroll 0 0 transparent;
        display: none;
        border:2px solid #145079;
        left: 0px;
        overflow:visible;
        position: absolute;
        top: 59px;
        padding:10px 0;
        width: 270px;
	}
    div.navigationWrapper > ul li:first-child > ul {
        left:-1px;
    }
        div.navigationWrapper > ul li > ul:after {
            background: url(../images/nav_second_shadow.png) no-repeat scroll 0 0 transparent;
            position: absolute;
            bottom: -12px;
            left: 0;
            width:100%;
            height:12px;
            content:"";
        }
    	div.navigationWrapper > ul li:hover > ul{
		    display: block;
	    }
        div.navigationWrapper > ul > li > ul > li {        
            border:none;
            border-top:1px solid #5a83a0;
            width:100%;
            height:auto;
            padding:0;
            margin:0;
        }
            div.navigationWrapper > ul > li > ul > li:first-child {
                border:none;
            }
            div.navigationWrapper ul > li > ul > li a {
                border: none;
                padding:0;
                margin:0;
                height:auto;
                font-family:'OpenSans-Regular';
                font-size:0.875rem;
                color:#0d72a7;
                padding:6px 0 6px 17px;
                width:262px;
            }
        div.navigationWrapper > ul li > ul > li:hover > a,
        div.navigationWrapper > ul li > ul > li.active > a,
        div.navigationWrapper > ul li > ul > li > a:hover,
        div.navigationWrapper > ul li > ul > li > a.inPath,
        div.navigationWrapper > ul li > ul > li > a.active {
            color:#fff;
            position:relative;
        }
            div.navigationWrapper > ul li ul li.active a,
            div.navigationWrapper > ul li > ul > li > a.active,
            div.navigationWrapper > ul li ul li.inPath a,
            div.navigationWrapper > ul li > ul > li > a.inPath {
                background: #dddddd;
                margin-left: -10px;
                padding:6px 0 6px 27px;
                width: 94%;
                height:auto;
            }
            div.navigationWrapper > ul li  ul li.active a:after, 
            div.navigationWrapper > ul li > ul > li > a.active:after,
            div.navigationWrapper > ul li  ul li.inPath a:after, 
            div.navigationWrapper > ul li > ul > li > a.inPath:after {
                background: url(../images/nav_second_path_on.png) no-repeat scroll 0 0 transparent;
                position: absolute;
                left: 1px;
                bottom: -16px;
                content: "";
                width: 16px;
                height: 16px;
            }
            div.navigationWrapper > ul li ul li:hover a,
            div.navigationWrapper > ul li > ul > li > a:hover {
                background:#0088cd;
                margin-left:0 !important;
                padding:6px 15px 6px 15px !important;
                margin-right: -10px !important;
                width: 93.5%;
                height:auto;
            }
            div.navigationWrapper > ul li  ul  li:hover a:after, 
            div.navigationWrapper > ul li > ul > li:hover > a:hover:after {
                background: url(../images/nav_second_path_hover.png) no-repeat scroll 0 0 transparent;
                position: absolute;
                left: 272px;
                bottom: -16px;
                content: "";
                width: 16px;
                height: 16px;
            }
            div.navigationWrapper > ul li ul li a.active, 
            div.navigationWrapper > ul li ul li a.inPath {
                color:#185077;
            }
            div.navigationWrapper > ul li ul li:hover a.active,
            div.navigationWrapper > ul li ul li:hover a.inPath {
                color:#fff;
            }
            div.navigationWrapper ul ul ul {
                display: none !important;
            }
/*Breadcrumb*/
.breadcrumb {
    display: block;
    width:99% !important;
    margin:0 0 1.5% 0;
}
/*Content Navigation*/
.contentNavigation {
    display: block;
    overflow:hidden;
    width:18% !important;
}
    .contentNavigation h2 {
        border-bottom: 5px solid #185077;
        font-family: 'OpenSans-Regular',Arial;
        font-size: 1.25rem;
        font-weight: normal;
        margin: 0 0.8% 0 0;
        padding: 3% 0 13px;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .contentNavigation ul {
        background: none repeat scroll 0 0 #FFFFFF;
        float: left;
        list-style: none outside none;
        width: 100%;
    }
        .contentNavigation ul li {
            float: left;
            margin: 0 0 1px;
            padding: 0;
            width: 100%;
        }
        .contentNavigation ul li a{
            background: none repeat scroll 0 0 #F1F1F1;
            color: #0088CC;
            float: left;
            font-family: 'OpenSans-Regular',Arial;
            font-size: 0.875rem;
            list-style: none outside none;
            margin: 0;
            padding: 6px 2%;
            text-align: right;
            text-decoration: none;
            width: 96%;
        }
            .contentNavigation ul li span.icon {
                display: none !important;
            }
            .contentNavigation ul li a.inPath,
            .contentNavigation ul li a.active,
            .contentNavigation ul li a:hover {
                background: url("../images/navArrowDown.png") no-repeat scroll 5% center #185077;
                color: #FFFFFF;
                font-family: 'OpenSans-Regular',Arial;
                font-weight: normal;
            }
            .contentNavigation ul li ul li {
                float: left;
                margin:0;
            }
            .contentNavigation ul li li a {
                background: none repeat scroll 0 0 #FFFFFF;
                border-top: 1px solid #F1F1F1;
                font-size: 0.875rem;
                width: 96%;
            }
            .contentNavigation ul li li:first-child a {
                border-top: 0 none;
            }
            .contentNavigation ul li li a.inPath, .contentNavigation ul li li a.active, .contentNavigation ul li li a:hover {
                background: url("../images/navArrowRight.png") no-repeat scroll 96% center #FFFFFF;
                color: #0F70BC;
                font-family: 'OpenSans-Bold',Arial;
                padding-right: 10%;
                width: 90%;
            }
            .contentNavigation ul li li a:hover {
                font-family: 'OpenSans-Regular',Arial;
                text-decoration:underline;
            }
/* ##### Content Begin #### */
.contentpane {
    margin: 1%;
}
.contentpane.BUS {
    margin: 1% 0 1% 1%;
    width:80% !important;
}
/* Search */
.innerSearch {
    width:100%;
}
    .innerSearch .searchField {
        width: 97.2%;
    }
.searchpane.boxWrapper.fR {
    width: 32%;
    margin:0.4% 0.6% 0.4% 0;
}
.searchPane select, .searchPane input[type=text] {
    margin-top: 0;
    margin-bottom: 0;
}
body.startpage .tagCloudSearch{
	position: relative;
    margin-top:10px;
    margin-bottom:10px;
}
.tagCloudSearch h3{
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'OpenSans-Semibold',Arial;
    margin:0 8px 0 0;
    padding:0;
}

.tagCloudSearch h3 .opener{
	display: none
}
.tagCloudSearch ul{
	display: block;
}
#searchTabs > ul {
    width: 27%;
    margin: 0 4% 0 0;
}
#searchTabs > .resultlist {
    width: 69%;
}
#searchTabs > ul li a span.text {
    width: 59%;
    margin:0
}
/*Tabs*/
.fourRows.accordionContainer {
    width:65.5%;
}
.accordionContainer{
	min-height: 305px;
}
.accordionContainer .accordionText{
	position: absolute;
	right: 0;
	top: 0;
	width:73%;
	height: 100%;
}
.accordionContainer h2{
	padding:1%;
    width:17%;
}
    .accordionContainer h2.icon_Nachrichten, 
    .accordionContainer h2.icon_Bombenfund,
    .accordionContainer h2.icon_Waserledigeichwo {
        background-position: 1.5% 2px;
    }
    .accordionContainer h2.icon_Telefon,
    .accordionContainer h2.icon_Leistungen,
    .accordionContainer h2.icon_Veranstaltungen{
        background-position: 1.5% 0px;
    }
.previewBox{
	display: block !important
}
/* Image Gallery */
.imgGalleryItem {
    margin: 0 0 10px;
    width: auto;
}
/* Event Search */
.eventSearch ul input[type=text].datum {
    width: 34%;
}

/* Mail Form */
.mailForm ul {
    float: left;
    padding: 20px 10px 20px 190px;
    width: 360px;
}
.mailForm ul.first {
    background-image: url("../images/icons/kontakt_user.png");
}
.mailForm ul.second {
    background-image: url("../images/icons/Kontakt_phone.png");
}
.mailForm ul.third {
    background-image: url("../images/icons/kontakt_text.png");
}
.mailForm li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: auto;
    text-indent:0 !important;
}
.mailForm li.small {
    margin-right: 50px;
    width: 150px;
}
.mailForm li.normal {
    width: 145px;
}
.mailForm li.big {
    width: 320px;
}
.mailForm li.plz {
    width: 120px;
}
.mailForm li.city {
    width: 170px;
}
.mailForm label {
    display: inline-block;
    float:left;
    margin: 0 0 3px;
    width: 100px;
}
.mailForm input[type="text"] {
    border: medium none;
    float: left;
    padding: 5px;
}
.mailForm li.small input[type="text"] {
    width: 130px;
}
.mailForm li.normal input[type="text"] {
    width: 130px;
}
.mailForm li.big input[type="text"] {
    width: 310px;
}
.mailForm li.plz input[type="text"] {
    width: 105px;
}
.mailForm li.city input[type="text"] {
    width: 155px;
}
.mailForm li textarea {
    border: medium none;
    max-width: 310px;
    min-width: 310px;
    padding: 10px;
}
.mailForm .hinweis {
    width: 100%;
    margin-top:15px;
}

/* Footer */
.footerpane a {
    float: none;
}
}

@media screen and (min-width: 1280px) {
/*Global*/
.pageWrapper, .header{
	width:1140px;
	margin:auto;
}
.pageWrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.header, .navigationOuter, .searchOuter, .footer {
    width:1170px;
}
.whiteBG .inner {
    margin: auto;
    width: 1160px;
    position:relative;
}
.boxWrapper.fL{
	padding: 0;
	margin:0.4% 0.6% 0.4% 0;
}
.boxWrapper.fR{
	padding:0;
	margin:0.4% 0.6% 0.4% 0;
}
.oneRow, .oneInnerRow{
	width:16.4%;
}
.twoRows, .twoInnerRow{
	width:32.1%;
	margin-left: !important;
}
.threeRows, .threeInnerRow{
	width:49.4%;
}
.fourRows, .fourInnerRow{
	width:65.9%;
}
.fiveRows, .fiveInnerRow{
	width:82.4%;
}
.sixRows, .sixInnerRow{
	width:99.4%;
}
	.twoRows .imgContainer, .threeRows .imgContainer, .fourRows .imgContainer, .fiveRows .imgContainer, .sixRows .imgContainer{
		float:left;
		width:100%;
		max-width: 100%;
		margin:0 1% 0 0;
		height:auto;
		overflow: hidden;
	}
/* Header */
.whiteBG h1 a, .header h1 a{
	padding:15px 12px 0px 12px;
	margin:0;
	width:450px;
	font-size:1.3rem;
	color:#000;
	font-family: 'OpenSans-Regular', Arial;
	font-weight: normal;
	text-transform:uppercase;
    float:left;
}
    .whiteBG h1 a span.fontBold, .header h1 a  span.fontBold{
	    font-size:1.3rem;
	    font-family: 'OpenSans-ExtraBold',Arial;
	    font-weight: normal;
	    color:#000;
    }
body.subpage .whiteBG h1 a,
body.subpage .header h1 a {
    padding:20px 12px 10px 12px;
} 
    body.subpage .whiteBG h1 a img,
    body.subpage .header h1 a img {
        margin:-5px 10px 0 0;
        max-height:45px
    } 
/* Navigation */
div.navigationWrapper > ul{
    height: auto;
}
div.navigationWrapper > ul > li{
	float:left;
	width:auto;
    max-width: 280px;
    padding:0;
    margin:0;
    height:38px;
    position: relative;
	display: inline-block;
}
    div.navigationWrapper > ul > li > a{
		color:#fff;
		padding:10px 15px 0;
		margin:0;
		display: inline-block;
		width: auto;
        height:28px;
	}
    div.navigationWrapper li:hover > a,
    div.navigationWrapper a:hover,
    div.navigationWrapper a.active, 
    div.navigationWrapper a.inPath {
        height: 27px;
    }
    div.navigationWrapper > ul li > ul {
        top: 38px;
    }
/*Search*/
#searchTabs > ul {
    width: 22%;
    margin: 0 4% 0 0;
}
#searchTabs > .resultlist {
    width: 74%;
}

/* Startpage Blocks*/
.pageWrapper .firstElementsStart div.newsBlock, 
.pageWrapper .firstElementsStart div.searchBlockStart,
.pageWrapper .secondElementStart div.newsBlock {
    min-height: 300px;
}
/* Link Startpage*/
.linkSlider .linkBox > a {
    bottom:12px;
}
/* Tabs Startpage*/
.accordionContainer h2{
	padding:1%;
    width:18%;
}
.accordionContainer .accordionText .date.oneInnerRow {
    width: 14%;
}
/* Event Search*/
.eventSearch ul input[type=text].datum {
width: 35.5%;
}
}