/*  master-360-2024.css fuer muellheim.de [2024] */

/*  orange   =  #efa05c  */
/*  gruen    =  #919d32  */
/*  dunkelgruen  =  #7b880d  */
/*  blaugrau =  #445162  */



/* begin Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, em, img, q,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-style: normal;
	vertical-align: top;
	text-decoration: none;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #445162; /* rgba(68,81,98,1) */
	font-family: 'Source Sans Pro', 'Lucida Grande', Lucida, sans-serif;
	font-size: 100%;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, address, th, td, ul, ol, li, dt, dd, form, input, textarea, a {
	font-family: 'Source Sans Pro', 'Lucida Grande', Lucida, sans-serif;
	font-size: 15px; /* 15 */
	line-height: 21px; /* 24 */
	font-weight: 400;
}
/* end Reset */


/* begin Headlines */
h1 { color: #445162; font-size: 36px; font-weight: 600; }
h2 { color: #445162; font-size: 21px; font-weight: 400; margin: 0 0 20px 0; line-height: 26px; } /* 24 und 32 */
h3 { color: #445162; font-size: 16px; font-weight: 600; margin: 30px 0 12px 0; line-height: 21px; } /* 18 und 24 */
h4 { color: #445162; font-size: 15px; font-weight: 600; margin: 24px 0 0 0; } /* 15 */
h5 { color: #445162; font-size: 15px; font-weight: 400; } /* 15 */
h6 { color: #445162; font-size: 15px; font-weight: 400; font-style: italic; } /* 15 */
/* end Headlines */


/* begin Paragraphs */
p { margin: 0 0 24px 0; padding: 0; }
/* end Paragraphs */

p.small-text {
	margin: 0 0 18px 0;
	font-size: 13px;
	line-height: 16px;
}

p.small-text a,
a.small-text {
	font-size: 13px;
	line-height: 16px;
}

blockquote p {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

p.author {
	margin: 0 0 24px 0
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

/* begin Lists */
ul, ol {
	margin: 0 0 1.0em 0.5em;
	padding: 0 0 0 1.25em;
}

ul li {}
/* end Lists */


/* begin Links */
a                 { color: #445162; text-decoration: none; outline: none; }
a:link, a:visited { color: #445162; text-decoration: none; }
a:hover, a:active { color: rgba(155,29,28,1); text-decoration: none; outline: none; }
/* end Links */

sub {
	font-size: 13px;
	vertical-align: sub;
}

sup {
	font-size: 13px;
	vertical-align: super;
}

/* begin Inline */
strong, b  { font-weight: 600; }
em, i,
em span.caps, i span.caps {
	font-style: italic;
	font-weight: 400;
}
img, a img { border: 0 none; }
/* end Inline */

/* begin Lines */
hr {
	margin: 6px 0 18px 0;
	height: 1px;
/*	color: #efa05c;
	background-color: #efa05c; */
	color: rgba(155,29,28,1);
	background-color: rgba(155,29,28,1);
	border: 0;
}
/* end Lines */


/* begin Special Classes */
.clear { clear: both !important; }
.hide { display: none !important; }
.bold { font-weight: bold !important; }
.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }

p.red {
	display: none;
	color: #c00; }
/* end Special Classes */


/* begin Layout */
#bar-header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px; /* 100 */
/*	background-color: rgba(0,0,0,0.9); */
	background-color: rgba(155,29,28,0.95); /* red */
}


/* begin Header */
header {
	z-index: 1010;
	position: relative;
/*	float: right; */
	margin: 0 auto 0 auto;
	padding: 0;
	width: 360px; /* 980 */
	height: 80px; /* 100 */
	outline: 0px solid #0c0;
}

#logo-muellheim {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 140px;
	height: 39px; /* 40 */
	text-indent: -9999px;
	background: transparent url(logo-muellheim-quer-2023.png) no-repeat 0 0;
	background-size: 140px 39px;
}


#logo-muellheim a {
display: block;
width: 100%;
height: 100%;
	cursor: pointer;
}

#headline {
	display: none;
	margin: 50px 0 0 0;
	height: 90px;
}

#headline h1 {
	margin: 0 0 4px 0;
	font-size: 21px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
}

#headline h2 {
	margin: 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	font-style: italic;
	color: #000;
}

/* begin Switch */
#switch-nav {
	position: absolute;
	z-index: 1020;
	top: 10px; /* 25 */
	right: 130px; /* 210 */
	width: 70px; /* 140 bei langem Text */
	height: 70px;
	background: transparent url(icon-menu.gif) no-repeat top center;
	background-size: 40px 40px;
	outline: 0px solid #c00;
}

#switch-nav.close {
	top: 16px; /* 25+6 */
	height: 64px; /* 70-6 */
	background: transparent url(icon-close.png) no-repeat top center;
	background-size: 30px 30px;
	outline: 0px solid #0c0;
}

#switch-nav a {
	display: inline-block;
	padding-top: 40px;
	width: 70px; /* 140 bei langem Text */
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff !important;
/*	text-indent: -9999px; */
	cursor: pointer;
}

#switch-nav.close a {
	padding-top: 34px; /* 40-6 */
}

#switch-nav a.invisible {
	display: none;
}
/* end Switch */


/* begin Suche */
#search {
	position: absolute;
	top: 15px; /* 30 */
	right: 5px;
	width: 120px; /* 155 */
	height: 32px; /* 40 */
	outline: 0x solid #c00;
}

#search legend { display: none; }
#search label { display: none; }

#search input {
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 3px 5px 3px 5px;
	width: 68px; /* 98 */
	height: 22px; /* 30 */
	font-size: 15px; /* 16 */
	font-weight: 200;
	color: #fff;
	background-color: transparent;
	border: 1px solid rgba(255,255,255, 1.0);
}

#search input:focus {
	color: #000;
	background-color: #fff;
}

::placeholder { color: rgba(255,255,255,0.7);  opacity: 1; } /* Firefox */ /* Chrome, Firefox, Opera, Safari 10.1+ */
:-ms-input-placeholder { color: rgba(255,255,255,0.7); } /* Internet Explorer 10-11 */
::-ms-input-placeholder { color: rgba(255,255,255,0.7); } /* Microsoft Edge */


#search p.submit {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 32px; /* 28 */
	height: 32px; /* 36 */
	background: transparent url(icon-search.png) no-repeat center;
	background-size: 26px 26px; /* 26 26 */
	opacity: 1.0;
}

#search p.submit button {
	display: inline-block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	width: 26px;
	height: 30px;
	color: #fff;
	text-indent: -9999px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

#search p.submit:hover {
	opacity: 1;
}

ul.search_it-results {
	margin-left: 0;
	padding: 0;
}

ul.search_it-results li {
	margin-bottom: 20px;
	list-style: none;
}

ul.search_it-results span.search_it-url {
	color: #999;
}

div.pagination {
	display: block;
	margin: 0;
	width: 320px; /* 620 */
	height: 24px;
}

div.pagination span {
	display: none;
}

ul.pagination {
	margin: 0;
	padding: 0;
	width: 320px; /* 620 */
	height: 24px;
}

ul.pagination li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
}

ul.pagination li a {
	margin: 0;
	padding: 0;
	background: none;
}
/* end Suche *

/* end Header */


/* begin Main Navigation */
nav {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 80px; /* 100 */
	left: 0;
	width: 100%;
	height: 100%;
/*	background-color: rgba(0,0,0,0.9); */
	background-color: rgba(155,29,28,0.95); /* red */
	outline: 0px solid #c00;
}

nav div.nav-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 340px;
}

nav ul {
	margin: 0 auto 0 auto;
	padding: 0;
/*	width: 980px; */
}

nav ul.rex-navi-depth-1 {
	margin: 16px auto 0 0; /* 16 auto 0 auto */
	width: 200px; /* 980 */
}


nav li {
/*	float: left; */
	margin: 0 30px 0 0;
	padding: 0;
	height: auto;
	list-style: none;
	text-align: left;
}

nav li.rex-article-6 {
	margin-right: 0;
}


nav li a {
	display: inline-block;
	margin: 0;
	font-size: 16px; /* 18 */
	font-weight: 200;
	color: #fff !important;
}

nav ul.rex-navi-depth-1 li {
	padding-left: 3px;
	border-left: 1px solid rgba(255,255,255,0);
	outline: 0px solid #c00;
}

nav ul.rex-navi-depth-1 li.rex-current {
	border-left: 1px solid rgba(255,255,255,0.8);
}


nav ul.rex-navi-depth-1 li li {
	border-left: none 0;
}

nav ul.rex-navi-depth-1 li a {
	width: 136px; /* 166 */
	height: 70px; /* 70 */
	font-size: 18px; /* 20 */
	line-height: 24px /* 27 */
	font-weight: 200;
}

/* nav ul.rex-navi-depth-1 li {
	border-left: 1px dotted #fff;
}

nav ul.rex-navi-depth-1 li li {
	border: none;
} */


nav li.rex-article-1,
nav li.rex-article-7 {
	display: none;
}

nav li a:hover,
nav li a:focus,
nav li a:active,
nav li a.rex-active,
nav li a.rex-current {
	color: #fff !important;
}

nav ul ul {
	position: absolute;
	top: 0;
	right: 0;
/*	margin: 16px 0 0 0; */
	padding: 0 0 0 3px;
	width: 160px; /* 166 */
	height: auto;
	border-left: 1px solid rgba(255,255,255,0.4);
}

nav ul ul li {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
}

nav ul ul li:first-child {
	border-top: none;
}

nav ul ul li:last-child {
	border-bottom: none;
}

nav ul ul li a {
	display: inline-block;
	padding: 0;
	width: 100%; /* 300 */
	height: auto !important;
	font-size: 16px !important; /* 17 */
	font-weight: 200 !important;
	color: #fff !important;
}

nav ul ul li:last-child a {
	padding-bottom: 10px;
}

nav ul ul li a:hover,
nav ul ul li a:focus,
nav ul ul li a:active,
nav ul ul li a:active,
nav ul ul li a.rex-active,
nav ul ul li a.rex-current {
	color: #ff0 !important;
}

/* begin Top Links */
nav #top-links {
	position: relative;
	margin: 5px auto 0 auto;
	padding: 0 0 6px 0;
	width: 340px; /* 980 */
	height: 60px; /* 32 */
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

nav #top-links a {
	color: #fff;
	font-size: 18px; /* 21 */
	font-weight: 200;
}

nav #top-links div.top-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px; /* 300 */
	height: 32px; /* 32 */
}

nav #top-links div.top-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px; /* 300 */
	height: 60px; /* 32 */
	text-align: left;
}

nav #top-links div.top-right a {
	margin-left: 10px;
	font-size: 16px; /* 18 */
}
/* end Top Links */

nav #nav-bottom {
	clear: both;
	margin: 16px auto 0 auto;
	padding: 0;
	width: 340px; /* 980 */
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.6);
}

nav #top-links hr,
nav #nav-bottom hr {
	display: none;
}


nav #top-links p,
nav #nav-bottom p {
	margin: 0 auto 0 auto;
	width: 980px;
	color: #fff;
}

/* begin Close Navigation */
/* #close-nav {
	position: absolute;
	z-index: 10010;
	bottom: 12px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: transparent url(close-icon.png) no-repeat 0 0;
	background-size: 30px 30px;
	outline: 0px solid #c00;
}

#close-nav a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
} */
/* end Close Navigation */

/* end Main Navigation */

/* begin Main Content */
/* #imagebar {
	margin: 0 auto 0 auto;
	padding-top: 260px;
	width: 960px;
	height: 405px;
} */

main {
	z-index: 900;
	position: relative;
	margin: 100px auto 0 auto; /* 120 auto 0 auto */
	width: 360px; /* 960 */
	outline: 0px solid #c00;
}


#page-title {
/*	position: fixed; */
	margin: 0 auto 12px auto;
	padding: 12px 20px 16px 20px; /* 12 20 16 20 */
	width: 320px; /* 920 */
	min-height: 20px;
	height: auto;
	background-color: rgba(255,255,255,0.9);
}

#page-title h1 {
	margin: 0;
	padding: 0;
	font-size: 21px; /* 30 */
	font-weight: 300;
	line-height: 26px;
}

#page-title.scroll {
	position: absolute;
	top: 445px; /* wenn #buffer 400 hoch -> 345, wenn 500 hoch -> 445 */
	left: 0;
}

/* #buffer {
	display: none;
	width: 960px;
	height: 55px; */ /* 400 wird im master.js festgelegt */
/* } */


article {
	margin: 0 auto 0 auto;
	padding: 24px 20px 12px 20px;
	width: 320px; /* 920 */
	min-height: 400px;
	background-color: rgba(255,255,255,0.95);
	outline: 0px solid #c00;
	/* opacity: 0; */
}

article section.article {
/*	float: left; */
	margin: 0;
	width: 320px; /* 920-40-260 */
}


article section.plain-output h2 {
	margin-top: 36px;
}


aside {
	position: relative;
	z-index: 1000;
/*	float: right; */
	margin: 0 0 20px 0;
	padding: 15px 0 15px 0;
	width: 320px; /* 280 */
	min-height: 400px;
/*	background-color: #fff; */
/*	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5); */
}

aside h2,
aside h3 {
	display: inline-block;
	margin: 12px 0 10px 0;
	padding: 5px 10px 5px 20px;
	width: 290px; /* 210 */
	font-size: 18px;
	color: #fff;
	font-weight: 300;
/*	background-color: #000; */
	background-color: rgba(155,29,28,0.95); /* red */
/*	border-right: 1px solid rgba(50,50,50,0.5);
	border-bottom: 1px solid rgba(50,50,50,0.5); */
}

aside h2.town-hall,
aside h3.town-hall {
	background-position: 265px 4px; /* 205 4 */
	background-repeat: no-repeat;
	background-size: 21px 24px;
	background-image: url(icon-town-hall.png);
}


aside p,
aside a {
	font-size: 16px;
	font-weight: 400;
}

aside strong {
	font-weight: 600;
}

/* section {
	display: none;
	margin: 20px 15px 0 0;
	outline: 0px solid #c00;
} */

div.grey {
	color: #777;
}

p.orange {
	color: #e36900;
}


/* begin a */
main a,
footer a.internal {
	display: inline-block;
	padding-left: 20px;
	background-color: transparent;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-image: url(icon-link-internal.png);
}

main a.external {
	background-image: url(icon-link-external.png);
}

main a:hover,
main a:active,
footer a.internal:hover,
footer a.internal:active {
	background-position: 0px -90px;
}
/* end a */


/* begin Bild mit Link */
main div.image-with-link {
	margin: 0 0 15px 0;
}

main div.image-with-link a.link-without-icon {
	padding-left: 0;
	background: none !important;
}

main div.image-with-link a.link-without-icon img {
	width: 320px;
	height: auto;
}
/* end Bild mit Link */

/* begin Box mit Link */
main div.box-with-link {
	margin: 0 0 15px 0;
	border: 1px solid rgba(155,29,28,1.0);
}

main div.box-with-link a {
	margin: 4px;
}
/* end Box mit Link */


/* begin DL */
dt {
	float: left;
	margin: 0 20px 0 0; /* 0 20 20 0 */
	width: 300px;
}

dd {
	float: left;
	margin: 0 0 20px 0;
	width: 300px;
}

dl + dl,
dl + div,
dl + h3,
dl + p {
	clear: both;
}
/* Telefonverzeichnis */
div.telefonverzeichnis dt {
	float: left;
	margin: 0 20px 20px 0;
	width: 300px;
}

div.telefonverzeichnis dd {
	float: left;
	margin: 0 0 20px 0;
	width: 300px;
}

/* end DL */

/* end Main Content*/


/* begin Footer */
#bar-footer {
/*	position: fixed;*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 210px; /* 130 */
/*	background-color: rgba(0,0,0,0.9); */
	background-color: rgba(155,29,28,0.95); /* red */
}

footer {
/*	clear: both; */
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 360px; /* 980 */
	height: 190px; /* 130 */
	text-align: left;
	outline: 0px solid #c00;
}

address {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 150px; /* 400 */
	text-align: left;
	color: #fff;
	outline: 0px solid #c00;
}

#footer-links {
	position: absolute;
	top: 12px;
	right: 0px; /* 30 */
	width: 105px; /* 130 */
	height: 100px;
	outline: 0px solid #c00;
}


address p,
#footer-links p {
	margin: 0 0 18px 0;
}

address p,
address a,
#footer-links p,
#footer-links a {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	color: #fff !important;
}

address a:hover,
address a:active,
#footer-links a:hover,
#footer-links a:active {
	color: #d6122d !important;
}

#back-to-top {
	position: absolute;
	z-index: 1000;
	bottom: 30px;
	right: 30px;
	width: 90px;
	height: 110px;
}

#back-to-top a {
	display: inline-block;
	padding: 70px 0 0 0;
	width: 90px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	color: rgba(70,73,74,1) !important;
	background: transparent url(icon-back-to-top.png) no-repeat 13px 0;
	cursor: pointer;
}


#back-to-top a:hover,
#back-to-top a:active {
	color: rgba(155,29,28,1) !important;
	background-position: 13px -200px;
}


span.nobr {
	white-space: nowrap;
}

/* begin Switch im Footer */
#footer-switch-nav {
	position: absolute;
	z-index: 1020;
	top: 12px;
	right: 130px; /* 210 */
	width: 70px; /* 140 bei langem Text */
	height: 70px;
	background: transparent url(icon-menu.gif) no-repeat top center;
	background-size: 40px 40px;
}

#footer-switch-nav.close {
	top: 31px; /* 25+6 */
	height: 64px; /* 70-6 */
	background: transparent url(icon-close.png) no-repeat top center;
	background-size: 30px 30px;
}

#footer-switch-nav a {
	display: inline-block;
	padding-top: 40px;
	width: 70px; /* 140 bei langem Text */
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #fff !important;
	cursor: pointer;
}

#footer-switch-nav.close a {
	padding-top: 34px; /* 40-6 */
}

#footer-switch-nav a.invisible {
	display: none;
}
/* end Switch im Footer */


a#logo-facebook {
	position: absolute;
	top: 130px;
	right: 70px;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(logo-facebook-white.png) no-repeat 0 0;
	background-size: 36px 36px;
	opacity: 1.0;
}

a#logo-instagram {
	position: absolute;
	top: 130px;
	right: 20px;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(logo-instagram-white.png) no-repeat 0 0;
	background-size: 36px 36px;
	opacity: 1.0;
}

a#logo-facebook:hover,
a#logo-facebook:active,
a#logo-instagram:hover,
a#logo-instagram:active {
	opacity: 1;
}



/* end Footer */

/* end Layout */


/* begin Module */

/* .desktop { display: none; } */
.desktop { display: none; }


/* begin Table Standard */
table.standard {
	width: 620px;
}

table.standard th,
table.standard td {
	padding: 0 20px 20px 0;
	width: 290px;
	text-align: left;
}

table.standard th {
	font-weight: 600;
}
/* end Table Standard */


/* begin 01 1 . Accordion Kopf */
div.accordion-content {
	display: none;
	margin-bottom: 10px;
}

hr.accordion {
	margin: 0 0 20px 0;
/*	height: 1px;
	color: #c6c6c6;
	background-color: #c6c6c6;
	border: 0; */
}

aside hr.accordion {
	display: none;
}

div.accordion-title h3 {
	margin-top: 0;
	padding: 0 0 0 30px;
/*	background: transparent url(icon-accordion-1.gif) no-repeat 0 0; */
	background: transparent url(icon-accordion.png) no-repeat 0 0;
	background-size: 22px auto;
	cursor: pointer;
}

aside div.accordion-title h3 {
	margin: 0;
	padding: 0 0 6px 30px;
	width: 180px;
	font-size: 16px; /* 18 */
	color: #445162 !important;
	font-weight: 300;
/*	background: transparent url(icon-accordion-1.gif) no-repeat 0 0 !important; */
	background: transparent url(icon-accordion.png) no-repeat 0 0 !important;
	background-size: 22px auto !important;
	cursor: pointer;
	border-bottom: 1px solid #445162;
}

div.accordion-title p {
	padding: 0 0 0 30px;
}

div.accordion-title h3:hover,
div.accordion-title h3:active,
aside div.accordion-title h3:hover,
aside div.accordion-title h3:active {
	color: rgba(155,29,28,1) !important;
	background-position: 0px -138px !important; /* 69 */
}

div.open h3,
aside div.open h3 {
	background-position: 0px -275px !important;
}

div.open h3:hover,
div.open h3:active,
aside div.open h3:hover,
aside div.open h3:active {
	background-position: 0px -413px !important;
}
/* end 01 1 . Accordion Kopf */


/* begin 01 4 . Text mit Bild (ohne Fancybox) */
div.text-with-image {
	margin: 0;
	padding: 0;
	text-align: left;
}

div.text-with-image div.image {
/*	float: right; */
	margin: 0 0 10px 50px; /* 0 0 10 15 */
	width: 220px;
}

div.text-with-image div.image img {
	width: 220px;
	height: auto;
}

div.text-with-image div.caption {
	margin-top: 10px;
	width: 220px;
	height: auto;
	font-size: 14px;
	font-weight: 300;
}

div.text-with-image div.text {
}
/* end 01 4 . Text mit Bild (ohne Fancybox) */


/* begin 01 5 . Adresse mit externem Link */
article div.adresse {
	margin-bottom: 24px;
}

article div.adresse p {
	margin-bottom: 0;
}

article div.adresse p.link {
	margin-top: 0;
}
/* end 01 5 . Adresse mit externem Link */


/* begin 01 7 . externer Link */
article p.link {
	margin-bottom: 0;
}
/* end 01 7 . externer Link */


/* begin 05 2 . Bild (ohne Fancybox) mit Bildunterschrift */
div.image-with-caption {
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: left;
	}

div.image-with-caption div.caption {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
}

div.image-with-caption picture,
div.image-with-caption source,
div.image-with-caption img {
	width: 300px;
	height: auto;
	}


picture {
	height: auto;
}

aside picture {
	margin: 0 auto 0 0;
}


aside picture,
aside picture source,
aside picture img {
	width: 220px;
	height: auto;
}
/* end 05 2 . Bild (ohne Fancybox) mit Bildunterschrift */


/* begin 06 . Galerie (Fancybox) */
div.image-gallery {
	margin: 0 0 10px 10px; /* 0 0 10 0 */
	padding: 0;
	width: 300px; /* 620 */
	outline: 0px solid #c00;
	}

div.image-gallery div.gallery-item {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 300px;
	height: 198px;
	text-align: center;
	}

div.image-gallery div.gallery-item-image {
	margin: 0 auto 0 auto;
	width: 300px;
	height: 198px;
	}

div.image-gallery div.gallery-item-image a {
	display: block;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 198px;
	background: transparent url(icon-lv-zoom.png) no-repeat 0 -1000px;
	}

div.image-gallery div.gallery-item-image a:hover,
div.image-gallery div.gallery-item-image a:active {
	background-position: center;
	}
/* end 06 . Galerie (Fancybox) */


/* begin Slider */
div.slider-wrapper {
	margin: 20px 0 20px 0;
}

div.slider-wrapper div.caption {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
}
/* end Slider */

/* begin 09 . Downloads */
table.table-download {
	margin: 12px 0 12px 0;
	padding: 0;
	width: 318px; /* 618 */
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	}

table.table-download td.td-left {
	padding: 8px 5px 8px 10px;
	width: 198px; /* 498 */
	border: 0 none;
	}

table.table-download td.td-right {
	padding: 8px 0 8px 15px;
	width: 95px;
	background-color: #e6e6e6;
	border: 0 none;
	}

table.table-download td.td-right .small {
		font-size: 12px;
	}

/* Zusatz Formulare */

table.table-download.formular td.td-left {
	padding: 8px 50px 8px 10px;
	width: 153px; /* 453 498 */
}

table.formular td.td-left {
	background-repeat: no-repeat;
	background-position: 465px 5px;
	background-size: 30px 30px;

}

table.formular.screen td.td-left {
	background-image: url(icon-screen.png);
}
table.formular.letter td.td-left {
	background-image: url(icon-letter.png);
}
table.formular.hand td.td-left {
	background-image: url(icon-hand.png);
}
table.formular.info td.td-left {
	background-image: url(icon-info.png);
}


table.table-download td.td-right a {
	background-image: url(icon-link-download.png);
}

table.table-download td.td-right a.external {
	background-image: url(icon-link-external.png);
}
/* end 09 . Downloads */








/* begin Tabelle Wahlen */
table.wahlen {
	margin: 20px 0 20px 0
	width: 620px;
	border-bottom: 1px solid rgba(68,81,98,7);
}

table.wahlen th,
table.wahlen td {
	padding: 2px 0 2px 0;
	text-align: left;
	width: 150px;
}

table.wahlen th {
/*	font-weight: 600; */
	border-bottom: 1px solid rgba(68,81,98,7);
}
/* end Tabelle Wahlen */


/* begin Tabelle 4 Spalten */
table.col4 {
	margin: 20px 0 20px 0
	width: 600px;
/* 	border-bottom: 1px solid rgba(68,81,98,1); */
}

table.col4 th,
table.col4 td {
	margin-bottom: 6px;
	padding: 2px 0 2px 0;
	text-align: left;
	width: 150px;
	border-bottom: 1px solid rgba(68,81,98,0.5);
}

table.col4 th {
	font-weight: 600;
	border-bottom: 1px solid rgba(68,81,98,1);
}
/* end Tabelle 4 Spalten */


/* begin Tabelle 7 Spalten */
table.col7 {
	margin: 20px 0 20px 0
	width: 600px;
/* 	border-bottom: 1px solid rgba(68,81,98,1); */
}

table.col7 th,
table.col7 td {
	margin-bottom: 6px;
	padding: 2px 0 2px 0;
	width: 85px;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid rgba(68,81,98,0.5);
}

table.col7 th.odd,
table.col7 td.odd {
	background-color: #e6e6e6;
}

table.col7 th {
	font-weight: 600;
	border-bottom: 1px solid rgba(68,81,98,1);
}
/* end Tabelle 7 Spalten */


/* begin Tabelle Corona */
table.corona {
	margin: 20px 0 20px 0
	width: 320px;
	border-bottom: 1px solid rgba(68,81,98,7);
}

table.corona th,
table.corona td {
	padding: 2px 0 2px 0;
	text-align: left;
	width: 100px;
}

table.corona th {
	font-weight: 600;
	border-bottom: 1px solid rgba(68,81,98,7);
}
/* end Tabelle Corona */


/* begin GoogleMap */
iframe {
  height: 590px;
  width: 590px;
	background-color: #eee;
}

#iframebox {
	position: relative;
	margin: 20px 0 40px 0;
	padding: 14px;
	width: 590px; /* 620-14-14-1-1 */
	height: 590px;
	overflow:	hidden;
	text-align:center;
  border: 1px solid #B1BB02;
}

#iframebox button {
	position: absolute;
	display: block;
	top: 14px;
	left: 14px;
	height: 590px;
	width: 590px;
	color: #02244B;
	font-family: 'Source Sans Pro', 'Lucida Grande', Lucida, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background-color: rgba(74,130,106,0.4);
	border: 0 none;
}

#iframebox button span {
	display: none;
}

#iframebox button:hover,
#iframebox button:active {
	color: #fff;
	background-color: rgba(74,130,106,0.9);
	cursor: pointer;
}

#iframebox button:hover span,
#iframebox button:active span {
	display: inline;
}
/* end GoogleMap */


/* begin Weiterleitung */
#show_counter {
	margin: 30px 0 0 0;
	padding: 20px;
	width: 280px;
	text-align: center;
	background-color: rgba(111,139,160,0.95); /* bluegrey */
}

#show_counter p {
	color: #fff;
	font-size: 18px;
}
/* end Weiterleitung */


/* end Module */
