/*
MediaQueries:
body.w1540: @media (max-width:1539px){}
body.w1380: @media (max-width:1379px){}
body.w1220: @media (max-width:1219px){}
body.mobil: @media (max-width:943px){}
body.w640:	@media (max-width:639px){}
body.w480:	@media (max-width:479px){}
body.w320:	@media (max-width:319px){} 
*/

/*variables*/
:root {
	--cocoblue: #3D6EB5;
	--cocopurple: #A2195B;
	--kopfheight:5.5em;
	--kopfheight_shrink:4em;
	--slideinwidth:18em;
}

/*transition*/
#menue-slidein, #slogan2 a, #kopf .zentriert, #logo, #logo *, #funktionen *, h1, .inhalt-galerie-bilder ol li, #funktionen a{transition:all 0.4s ease;}

*{margin:0; padding:0; border:0;}
html{height:100%; overflow-y:scroll;}
body{height:100%; min-width:59em; font-size:100%; text-align:center; color:#333; word-wrap:break-word;}
body, input, textarea, select{font-family:Arial, Helvetica, Droid, "Trebuchet MS", Tahoma, Geneva, sans-serif;}
body.zoom-2{font-size:125%;}
body.zoom-3{font-size:150%;}
body.mce-content-body{text-align:left; width:40em; height:auto; min-width:0; min-height:190px; margin:0; padding:10px 1.5em; background:none #fff;}
body.mce-content-body .shy{display:inline-block; background:pink; width:6px; height:3px; vertical-align:middle;}
.clear{clear:both;}
.center{text-align:center;}
.pointer{cursor:pointer;}
.hidden, .print{display:none;}
.nowrap{white-space:nowrap;}
.relative{position:relative;}
.tag{width:6em; display:inline-block;}

/*Layout*/
.zentriert{position:relative; width:59em; margin:0 auto; text-align:left; overflow:hidden;}
#rahmen{}
#header{display:block; position:fixed; top:0; left:0; width:100%; box-shadow:0px 2px 6px 0px rgba(0, 0, 0, 0.5); background-color:#e1e6ed; z-index:900;}
#kopf{position:relative; height:100%;}
#kopf .zentriert{height:var(--kopfheight); overflow:visible;}
#logo{position:absolute; top:1.25em; left:3.5em; z-index:1050;}
#logo img{width:10em; padding:0; display:block;}
#logo a{text-decoration:underline; outline:none;}
#slogan{display:block; position:absolute; height:16em; inset:0.5rem; margin:13em auto 0 auto; color:#fff;}
#slogan .inner{position:absolute; top:0; right:2em; width:30em; text-align:left;}
.slogan1{display:block; font-size:2.25em; margin:0 0 1em 0;}
.slogan2{display:block; font-size:1.25em; margin:0 0 0 5em;}

#spacer{display:block; position:relative; height:var(--kopfheight);}
#themenbild-bereich{position:relative; min-height:30em;}
#themenbild-bereich .inhalt-beitrag{background-color:#ccc;}
#themenbild-bereich .inhalt-beitrag.kopfbild-bg-blau{background: linear-gradient(120deg ,var(--cocopurple) 0%, var(--cocoblue) 100%);}
#themenbild-bereich .inhalt-beitrag.kopfbild-bg-gruen{background-color:#CCCBA0;}
#themenbild-title{position:absolute; bottom:0; left:0; width:100%; background-color:#3B6EB5; background-color:rgba(61,110,181,0.75); color:#fff;}
#themenbild-title span{width:100%; display:inline-block; text-align:center; padding:1em 0;}
#themenbild .inhalt-media{float:none!important; margin:auto;}
#themenbild .inhalt-beitrag-kurztext{position:absolute; top:13.5em; left:50%; width:34em; transform: translateX(-50%); z-index:100; text-align:left; text-shadow: 3px 3px 4px #555;}
#themenbild .inhalt-beitrag.kopfbild-txt-left .inhalt-beitrag-kurztext{padding-right:25em;}
#themenbild .inhalt-beitrag.kopfbild-txt-right .inhalt-beitrag-kurztext{padding-left:25em;}
#themenbild .inhalt-beitrag-kurztext h2{font-size:2.25em; padding:0 0 0.75em 1em; color:#fff;}
#themenbild .inhalt-beitrag-kurztext p{font-size:1.25em; padding:0 2em 0 6em; color:#fff;}

#seite{padding:0; background-color:#f3f3f3;}
#seite .zentriert{background-color:#fff;}
#seite .zentriert .inhalt{}
#spalte-mitte{display:block; min-height:30em; padding:4.5em 0 1.5em 0;}
#spalte-mitte .inhalt{padding:0 1.5em; box-sizing: border-box; overflow:hidden;}
#inhalt-fuss{clear:both;}
#footer .zentriert{width:55em; padding:1em 0;}
#footer, #cookiehinweis-spacer{background-color:#757575; color:#f3f3f3;}
#footer a{color:#c5c5c5; text-decoration:none;}
#footer a:hover, #footer a:focus{text-decoration:underline;}
#footer .nav{position:relative; float:right; padding-right:0; width:23em; overflow:hidden; text-align:right; height:1.5em;}
address.vcard{max-width:41em; padding:0;}
.vcard-col{display:inline; float:left; width:20em;}
#footer-top{display:block; position:relative; background-color:var(--cocoblue);}

/*Social Media Footer*/
#socmed{position:absolute; left:1em; width:6em;}
#socmed .sm{display:inline-block; width:1.75em; padding:0 0.5em;}
#socmed a{display:block;}
#socmed a img, #socmed a span{transition:all 0.4s;}
#socmed a img{float:left; width:1.75em; height:1.75em; opacity:0.5;}
#socmed a:hover{text-decoration:none;}
#socmed a:hover img{opacity:1;}

/*Funktionen*/
#funktionen-parent {position:fixed; top:7em; right:1em; z-index:3000;}
body.desktop.sticky #funktionen-parent {top:5.5em;}
#funktionen {width:3.125em; text-align:right;}
#funktionen ul{height:100%;}
#funktionen li {display:block; margin-bottom:0.25em; list-style:none; font-size:1em; line-height:100%; overflow:hidden;}
#funktionen a {position:relative; display:block; width:2.75em; height:2.75em; overflow:hidden; color:#fff; text-decoration:none; text-align:left; transition:all 0.5s ease; border:0.1875em solid #111; border-radius:0.5em;}
#funktionen ul li:nth-child(1) a{background-color:var(--cocoblue);}
#funktionen ul li:nth-child(2) a{background-color:var(--cocopurple);}
body.zoom-2 #funktionen ul li:nth-child(2) a{background-color:var(--cocoblue);}
body.zoom-2 #funktionen ul li:nth-child(3) a{background-color:var(--cocopurple);}
#funktionen a:hover, #funktionen a:focus{border:0.1875em solid #111 !important; background-color:#aaa!important;}
#funktionen img {width:1.875em; height:1.875em; position:absolute; top:0.4325em; left:0.4325em;}
body.zoom-2 #funktionen ul li#schrift-groesser{display:none;}

ul.websites-liste li {margin:0 0.5em; display:inline; list-style:none; font-size:0.875em;}
.button-kopf{position:relative; display:block; height:2.5em; width:2.5em; padding:0; margin-bottom:0.25em; overflow:hidden; border-style:solid; border-width:0.1875em; border-radius:0.5em; text-decoration:none; transition:all 0.5s ease;}
.button-kopf img{position:absolute; top:0; left:0; width:100%; height:100%;}

/*Scroll to-top button*/
#to-top{display:block; position:fixed; top:78%; right:2%; margin-left:-2em; z-index:10010; width:3.75em; height:5.625em; overflow:hidden; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; outline:none; opacity:0; pointer-events:none;}
#to-top img{width:3.75em; height:5.625em;}
#to-top.show-totop{opacity:0.7; pointer-events:auto;}
#to-top.show-totop:hover, #to-top.show-totop:focus{opacity:1;}

#easter-popup {position:fixed; bottom:1rem; right:1rem; background:#222; color:#fff; padding:1rem 1.5rem; border-radius:8px; box-shadow:0 0 10px rgba(0,0,0,0.5); z-index:1000; opacity:0;
 transition:opacity 0.3s ease; pointer-events:none;}
#easter-popup.show{opacity:1;}

/*Hamburger Menü Animation*/
#hamburger{width:2.5em; height:2.5em; position:fixed; top:2.75em; right:1.5em; margin:0 auto; cursor: pointer; z-index:5000; transform:rotate(0deg); transition:.5s ease-in-out;}
#hamburger span{display:block; position:absolute; left:0; height:0.3125em; width:100%; background:var(--cocoblue); border-radius:0.375em; opacity:1; transform: rotate(0deg); transition:.25s ease-in-out;}
#hamburger span:nth-child(1) {top:0px;}
#hamburger span:nth-child(2),#hamburger span:nth-child(3) {top:0.75em;}
#hamburger span:nth-child(4) {top:1.5em;}
#hamburger span{border:2px solid #fff; /*box-sizing:border-box;*/}

#menue-slidein.show #hamburger span {background:#b1ccf1;}
#menue-slidein.show #hamburger span:nth-child(1) {top:0.875em; width:0%; left:50%;}
#menue-slidein.show #hamburger span:nth-child(2) {
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg);}
#menue-slidein.show #hamburger span:nth-child(3) {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);}
#menue-slidein.show #hamburger span:nth-child(4) {top:0.875em; width:0%; left:50%;}
body.desktop.nojquery #hamburger, body.desktop #hamburger-nojs{display:none;}
body.desktop #hamburger, body.desktop.nojquery #hamburger-nojs{display:block; float:right;}

/*Slide-in Menu (Bereichsnavigation)*/
#menue-slidein{position:fixed; top:0; right:calc(-1 * var(--slideinwidth)); height:100vh; width:var(--slideinwidth); z-index:10030; overflow: hidden;}
#menue-slidein #menu-inner{width:var(--slideinwidth); min-height:100vh; background:#494949; background-color:rgba(55,55,55,0.85); box-shadow:0 0 5px #000; color:#fff; text-align:left; overflow-y:scroll; -webkit-overflow-scrolling:touch; padding:5.625em 0 0 0; text-align:right; overflow-y:hidden;}
body.sticky #menue-slidein #menu-inner{padding:4.25em 0 0 0;}
#menue-slidein.show{right:0; z-index:10050;}

#menu-inner {position:relative; display:block; width:100%; padding:0; z-index:1;}
#menu-inner {clear:both;}
#menu-inner .nav-titel {padding:0.5em 0.25em;}
#menu-inner .nav-titel span {font-size:1em; text-transform:uppercase; color:#fff;}
#menu-inner ul {list-style:none;}
#menu-inner li {width:100%; max-width:100%; position:relative; border-bottom:1px solid #888; padding-left:1.25em; list-style:none;}
#menu-inner li a{color:#fff; text-transform:uppercase;}
#menu-inner li a:hover, #menu-inner li a.nav-aktiv-link, 
#menu-inner li li.nav-aktiv a, #menu-inner li li:hover a{color:#b1ccf1;}
#menu-inner li a span{font-size:1.375em;}
#menu-inner li li a.nav-aktiv-link{padding-left:1.25em; background-image:none;}
#menu-inner li.nav-submenue .js-submenuebutton {display:block; width:2.75em; height:2.5em; position:absolute; right:1.5em; top:-1px;}
#menu-inner li.nav-submenue .js-submenuebutton div {display:block; width:100%; height:100%; 
background-image:url(img/arrow-submenue-white.png); background-size:1.375em auto; background-position:center center; background-repeat:no-repeat; cursor:pointer;}
#menu-inner li.nav-submenue .js-submenuebutton div.js-open {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
#menu-inner li div {display:none;}
#menu-inner a {display:block; padding:0.5625em 4em 0.5625em 0; text-align:left; text-transform:none; text-decoration:none; white-space:pre; outline:0;}
#menu-inner .nav-liste-1 li.letzter {}
#menu-inner li.nav-submenue .js-submenuebutton div {-moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; transition: all .3s ease-in;}
#menu-inner li.nav-submenue.nav-aktiv ul{display:block;}

/* lvl 2*/
#menu-inner ul ul{list-style-type:disc; display:none;}
#menu-inner ul ul li {border-bottom:0; padding-left:1.25em;}
#menu-inner li li{padding-left:2.25em;}
#menu-inner li li a{color:#fff;}
#menu-inner li li a span{text-transform:none;}
#menu-inner li li.nav-aktiv a{background-image:url(img/note.png); background-position:0.875em 0.125em; background-size:1.5em; background-repeat:no-repeat;}

#mobilansicht-top{position:absolute; top:0.75em; left:1em; text-align:left!important;}
#menu-inner #mobilansicht-buttons-top a{display:inline-block; padding:0;}
#mobilansicht-buttons-top{}

/*V2: Burgermenü*
body.mobil.nojquery #xxxburger-button-mobil{display:none !important;}
#mobilansicht-menue{position:fixed; top:0; right:-85%; width:80%; height:100%; background:#fff; box-shadow:0 0 5px #000; z-index:3000; overflow-y:scroll; overflow-x:hidden; -webkit-overflow-scrolling:touch; transition:all .3s ease-in;}
#mobilansicht-menue.offen{right:0%;}
body.mobil #mobilansicht-menue #mobilansicht-top{text-align:left;}
body.mobil #mobilansicht-menue li.nav-submenue{position:relative;}
body.mobil #mobilansicht-menue li.nav-submenue .js-submenuebutton{position:absolute; right:0; top:-1px; width:2.75em; height:2.5em; display:block;}
body.mobil #mobilansicht-menue li.nav-submenue .js-submenuebutton div{display:block; width:100%; height:100%; background:url(icon-arrow-right-gray.svg) center center no-repeat; cursor:pointer; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg);}
body.mobil #mobilansicht-menue li.nav-submenue .js-submenuebutton div.js-open{-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -ms-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg);}
body.mobil #mobilansicht-menue li.nav-submenue .js-submenuebutton div{-moz-transition:all .3s ease-in; -o-transition:all .3s ease-in; -webkit-transition:all .3s ease-in; transition:all .3s ease-in;}

/*Fussnavigation (Absatz entfernen, wenn nicht benötigt)*/
#nav3{position:relative; float:right; max-width:40em;}
#footer ul{list-style-type:disc; padding:0;}
#footer ul.nav-liste{text-align:right;}
#footer ul.nav-liste li{display:inline-block; line-height:normal; list-style:none; margin:0 1em 0 0; font-size:1em;}
#footer ul.nav-liste a{display:block; text-decoration:none; font-size:1em; font-weight:normal; font-style:normal; outline:0;}
#footer ul.nav-liste a span{cursor:pointer;}
#footer ul.nav-liste a:visited{text-decoration:none;}
#footer ul.nav-liste a.nav-aktiv-link,
#footer ul.nav-liste a:active,
#footer ul.nav-liste a:hover,
#footer ul.nav-liste a:focus{text-decoration:none; color:#fff;}
#footer li.nav-aktiv > a{text-decoration:none; color:#fff;}

/*Inhaltsbereich und Textgestaltung*/
h2, h3{padding:0.5em 0 0.25em 0;}
h4, h5, h6, caption{padding:0.625em 0 0.25em 0;}
dl, p, address, .p{padding:0.375em 0 0.5em 0;}
td, th, dl, li, p, pre, address, blockquote, .p{font-size:1em; line-height:145%;}
h1 span{display:block; width:100%; font-size:2.125em; text-align:right; line-height:120%; color:#A2195B;}
h1{position:absolute; top:2.25em; right:2.5em; width:42em; height:3em; font-size:1em; overflow:hidden;}
h2{font-size:1.25em; font-weight:bold; color:var(--cocoblue);}
h3, caption{font-size:1.125em; font-weight:bold;}
h4{font-size:1em; font-weight:bold;}
h5{font-size:0.875em; font-weight:bold;}
h6{font-size:0.875em; font-weight:normal;}
strong{font-weight:bold; font-style:normal;}
em{font-weight:normal; font-style:italic;}
em strong, strong em{font-weight:bold; font-style:italic;}
address, cite, blockquote{font-weight:normal; font-style:normal;}
acronym, abbr{white-space:nowrap; cursor:help;}
.help[title]{cursor:help; border-bottom:1px dotted #bbb;}
hr{clear:both; padding:0; height:1px; color:#ccc; background-color:#ccc; border:0;}
pre{clear:both; margin:0.75em 0; width:auto; padding:0.5em; font-size:1em; background-color:#eee; color:#333; border:1px solid #ccc; word-wrap:normal; overflow:auto;}
pre, hr{margin:0.3125em 0 0.625em 0;}
blockquote{position:relative; padding:2.5em 1em 2.5em 5em; margin:0; text-align:left; font-family:Georgia, Times, "Times New Roman", "Droid serif", serif; font-size:1.125em; font-style:italic;}
blockquote:before{content:"\201C"; font-size:5em; position:absolute; left:0.5em; top:0.5em; color:var(--cocopurple);}
blockquote p{color:var(--cocoblue); font-size:1em; display:block;}
blockquote cite{color:var(--cocoblue); font-size:1em; display:block; margin-top:0.25em; border:0; cursor:default;}
blockquote cite[title]{border:0;}
blockquote cite:before{content:"\2014 \2009";}
li *, dl *, p *, pre *, address *, blockquote *{font-size:1em; padding:0; margin:0;}
li li{font-size:1em;}
dl, blockquote{clear:left;}
dt{font-weight:bold;}
dd{padding-bottom:0.5em;}
dd:last-child{padding-bottom:0;}
sup, sub{position:relative; top:-0.5em; vertical-align:baseline; font-size:75%; line-height:100%;}
sub{top:0.25em;}
iframe{width:100%; height:100%; max-width:100%; max-height:100%; display:block;}
fieldset, textarea, input.text, input.submit, select{border:1px solid #ccc;}
option{padding-left:0.4375em}
button{border:0; cursor:pointer;}
legend, label, .label, input, select{font-size:0.875em;}
textarea, fieldset{display:block; font-size:1em;}
fieldset{margin-bottom:0.5em; padding:0.4375em;}
legend{font-weight:bold;}
textarea{width:98%; max-width:98%; height:10em;}
textarea, select, input.text{background-color:#fff;}
input.checkbox{margin:0.2em 0; border-width:1px;}
input.text{height:1.5em;}
input.submit{padding:0.5em;}
input.checkbox, input.submit, label, select{cursor:pointer;}
input.submit:hover, input.submit:focus, input:focus, textarea:focus, select:focus{background-color:#eee;}

/*schrumpf-kopf*/
body.sticky #kopf{}
body.sticky #kopf .zentriert{height:var(--kopfheight_shrink);}
body.sticky #logo{top:0.8125em; left:2em;}
body.sticky #logo img{width:7em;}
body.sticky #hamburger, body.mobil #hamburger{top:1.0625em; right:1.5em;}
body.sticky h1{top:0.75em;}

/*### Rechtliches Datenschutz, Cookiehinweis und Consent-Manager ###*/
/*Datenschutz im Inhaltsbereich:*/
#dsgvo-auto-datenschutz p, #dsgvo-auto-datenschutz .p, #dsgvo-auto-datenschutz dd, #dsgvo-auto-datenschutz address{max-width:60em;}
#dsgvo-auto-datenschutz ol.ol-liste-ebene1{counter-reset:listenpunkt_ebene1; list-style-type:none;}
#dsgvo-auto-datenschutz ol.ol-liste-ebene1 li:before{content:counter(listenpunkt_ebene1) ". "; counter-increment:listenpunkt_ebene1;}
#dsgvo-auto-datenschutz ol.ol-liste-ebene2{counter-reset:listenpunkt_ebene2; list-style-type:none;}
#dsgvo-auto-datenschutz ol.ol-liste-ebene2 li:before{content:counter(listenpunkt_ebene1)"."counter(listenpunkt_ebene2,decimal) ". "; counter-increment:listenpunkt_ebene2;}
#dsgvo-auto-datenschutz ol.ol-liste-ebene2 li.inhalt-hide-nummerierung:before{content:""}
.inhalt-formular-dsgvo-datenschutz .inhalt-formular-checkbox-input{width:auto;}
.inhalt-formular-dsgvo-datenschutz .inhalt-formular-checkbox-label{width:auto; float:left; margin-left:0.4em;}
.inhalt-einwilligung-drittanbieter{position:absolute; top:10%; width:100%; margin:0 auto; text-align:center;}
.inhalt-einwilligung-drittanbieter .js-connect-consentmanager-xhr{background:#454545; background:rgba(0,0,0,0.7); color:#fff; padding:0.5em 0.5em 1em; box-shadow:0 0 8px #555;}
.inhalt-karte-gmap.noconsent{background:url(gm-blockerimg.png) repeat; position:relative;}
.inhalt-media-video-300px, .inhalt-media-video-400px{position:relative; background-color:#ccc;}
.inhalt-media-video-300px .inhalt-einwilligung-drittanbieter,
.inhalt-media-video-400px .inhalt-einwilligung-drittanbieter{top:0;}
.inhalt-media .inhalt-einwilligung-drittanbieter p{padding:0.25em 0.25em 0.75em;}
.dsgvo-kapitel{position:relative;}
.dsgvo-kapitel-zieltag{position:relative; top:-10em; height:0;}
.dsgvo-kapitel .dsgvo-kapitel-zieltag{position:relative; top:-7.5em; height:0;}

/*Cookiehinweis:*/
#cookiehinweis-spacer{height:10em;}
#cookiehinweis{position:fixed; bottom:2em; width:50em; height:10em; z-index:10000; right:5em; background:#000; background:rgba(0,0,0,0.90); color:#fff; box-shadow:0 0 7px 4px #555; overflow-x: auto; overflow-y:hidden;}
body.breit #cookiehinweis{right:8em;}
#cookiehinweis a{color:#b5b5b5; text-decoration:none;}
#cookiehinweis a:hover, #cookiehinweis a:active, #cookiehinweis a:focus{color:#fff;}
#datenschutzhinweis.js-aktiv{position:fixed; top:0;}/*???*/
#cookiehinweis .zentriert{width:50em; min-width:inherit; padding-top:0.25em;}
.cookiehinweis-inhalt{padding:0 0.25em 0 1em;}
.cookiehinweis-inhaltstext-links{float:left; width:34em; clear:left; overflow:hidden;}
.cookiehinweis-inhalt .button{float:right; width:15em; text-align:center; padding-top:0.5em; font-size:0.875em;}
.cookiehinweis-inhalt p{font-size:0.8125em; line-height:140%; max-width:inherit;}
#cookiehinweis .submit{height:3em; width:15em; padding:0 0.5em 0 3.5em; border:1px solid #fff; background:#403d3d; color:#fff; font-weight:bold; font-size:0.875em; line-height:1em; text-align:left; text-transform:none;}
#cookiehinweis .submit:hover, #cookiehinweis .submit:focus{background:#E20A16;}
body.nojquery  #main3rdpartyconsent-submit-ok{display:none;}
#cookiehinweis #main3rdpartyconsent-submit-ok{background:url(cm-icon.png) no-repeat 0 0; background-size:3em; border:1px solid transparent; text-transform:none;}
#cookiehinweis #main3rdpartyconsent-submit-ok:hover, #cookiehinweis #main3rdpartyconsent-submit-ok:focus{border:1px solid #fff;}
#cookiehinweis #main3rdpartyconsent-submit-accept{background:#444 url(funktionen/icons/tick_width.png) no-repeat 1em; background-size:1em; border:1px solid #444;}
#cookiehinweis #main3rdpartyconsent-submit-accept:hover, #cookiehinweis #main3rdpartyconsent-submit-accept:focus{background-color:transparent; border:1px solid #66aa22;}
#cookiehinweis #main3rdpartyconsent-submit-decline:hover, #cookiehinweis #main3rdpartyconsent-submit-decline:focus{background-color:transparent; border:1px solid #db1c1c;}
#cookiehinweis #main3rdpartyconsent-submit-decline{background:#444 url(funktionen/icons/bullet_cross_disabled_white.png) no-repeat 1em; background-size:1em; border:1px solid #444;}
#consent-manager-close{background:url(funktionen/icons/bullet_cross_disabled.png) no-repeat right center; background-size:1em; }
#consent-manager-close{height:1em; padding-right:1.5em; padding-left:0; color:#666; text-align:right; border:0;}
#consent-manager-close:hover, #consent-manager-close:focus{color:#fff; background-image:url(funktionen/icons/bullet_cross_disabled_white.png);}

/*Consent-Manager*/
#consent-manager{position:fixed; top:0; left:-22em; height:100%; width:20em; z-index:10030; background:#494949; background-color:rgba(55,55,55,0.9); box-shadow:0 0 5px #000; color:#fff; text-align:left; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease; overflow-y:scroll; -webkit-overflow-scrolling:touch;}
#consent-manager.notransition{-webkit-transition:none; -moz-transition:none; -o-transition:none; transition:none;}
#consent-manager.visible{left:0;}
#consent-manager h3{color:#fff;}
#consent-manager a{color:#fff; text-decoration:underline;}
#consent-manager a:hover, #consent-manager a:active{text-decoration:none;}
#consent-manager a#consent-manager-close{float:right; font-weight:bold; font-size:0.875em; color:#aaa; text-decoration:none;}
#consent-manager #consentmanager-general-accept{font-size:1em; border:none; background:#66aa22 url(funktionen/icons/tick_width.png) no-repeat 1em; color:#fff; padding:0 0 0 2em; height:3em; width:100%; text-transform:none;}
#consent-manager #consentmanager-general-accept:hover{border:1px solid #fff;}
#consent-manager #consentmanager-general-text{padding-top:2em;}
#consent-manager .consent-manager-innen{position:absolute; font-size:0.875em; top:0; left:0; width:100%; height:100%;}
#consent-manager .consentmanager-plugin, #consent-manager .consentmanager-text{padding:1em 0.5em; border-bottom:1px solid #777;}
#consent-manager .consentmanager-plugin h3{width:8.5em; float:left; text-align:left; padding-top:1.125em;}
#consent-manager .consentmanager-plugin .consentmanager-buttons{width:8em; float:right;}
#consent-manager .consentmanager-ende{padding-bottom:7em;}

/*Consent-Manager Open-Button:*/
#consent-manager-open{position:fixed; bottom:2em; left:2%; margin-right:-2em; z-index:10040; width:3.75em; height:3.75em; overflow:hidden; outline:none;}
#consent-manager-open{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s ease;}
#consent-manager-open.notransition{-webkit-transition:none; -moz-transition:none; -o-transition:none; transition:none;}
#consent-manager-open img{width:3.75em; height:3.75em;}
#consent-manager-open.js-open{left:21em;}
body.nojquery #consent-manager-open{display:none;}
/*Consent-Manager Schiebe-Buttons:*/
#consent-manager .js-toogle-switch label{position:relative; display:inline-block; width:8em; height:3.5em;}
#consent-manager .js-toogle-switch input{position:absolute; top:1.6875em; left:3em; outline:0;}
#consent-manager .js-toogle-switch .slider{position:absolute; top:1.5em; left:2em; width:3.5em; height:1.25em; background-color:#eee; border-radius:1em; cursor:pointer;}
#consent-manager .js-toogle-switch .slider,
#consent-manager .js-toogle-switch .slider:before{-webkit-transition:all .3s ease-in-out; -moz-transition:all .3s ease-in-out; -o-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
#consent-manager .js-toogle-switch .slider:before{position:absolute; content:""; height:1.75em; width:1.75em; left:0; top:-0.25em; background-color:#aaa; border-radius:1em;}
#consent-manager .js-toogle-switch input:focus + .slider{background-color:pink;}
#consent-manager .js-toogle-switch input:checked + .slider:before{background-color:#99d83f; -webkit-transform:translateX(1.9em); -ms-transform:translateX(1.9em); transform:translateX(1.9em);}
#consent-manager .js-toogle-switch.js-text .slider:after{position:absolute; height:1.6em; left:-2.75em; top:0.125em; content:"AUS"; color:#aaaaaa; font-weight:bold; font-size:0.875em;}
#consent-manager .js-toogle-switch.js-text input:checked + .slider:after{position:absolute; left: 4.75em; content:"AN"; color:#99d83f;}
/*### Ende: Rechtliches Datenschutz ###*/

/*Links*/
a, body.mce-content-body a{color:var(--cocopurple); text-decoration:none;}
a:visited{text-decoration:none;}
body.mce-content-body a:hover, a:active, a:hover, a:focus, a.aktiv{color:#aaa; text-decoration:none;}

/*(Call-to-Action)-Buttons*/
p.button, input.submit{max-width:100%; padding:1em 0;}
p.button a, form.button input.submit{display:inline-block; padding:0.5em 0.75em; height:auto; font-size:1.125em; border-radius:0.375em;}
p.button a, p.button a:visited, input.submit{background-color:var(--cocopurple); text-decoration:none; font-weight:bold; color:#fff; cursor:pointer; border:0;}
p.button a:hover, p.button a:focus, p.button a:active,
input.submit:hover, input.submit:focus, input.submit:active{text-decoration:none; background-color:#757575;}
p.button a:after{content:"\00A0\00BB";}

/*Listen*/
body.mce-content-body ul, body.mce-content-body ol, .inhalt-baustein ul, .inhalt-baustein ol{font-size:1em; padding:0.375em 0 0.5em 0; display:table;}
body.mce-content-body ul, .inhalt-baustein ul{list-style-type:disc; padding:0.375em 0 0.5em 1.375em;}
body.mce-content-body ol, .inhalt-baustein ol{padding-left:2.8125em;}
body.mce-content-body li, .inhalt-baustein li{padding-bottom:0.375em;}
body.mce-content-body li:last-child, .inhalt-baustein li:last-child{padding-bottom:0;}
body.mce-content-body li ul, body.mce-content-body li ol, .inhalt-baustein li ul, .inhalt-baustein li ol{display:block; font-size:1em; padding:0.5em 0 0 1.5em;}

/*Tabellen*/
caption{caption-side:top; padding:0.3125em 0 0.5em 0; text-align:left;}
table{width:100%; max-width:100%!important; margin:0.175em 0 0.5em 0; clear:both; empty-cells:show; border-collapse:collapse; border-spacing:0; table-layout:fixed; font-size:1em; overflow:hidden;}
td, th{padding:0.375em; vertical-align:top; text-align:left;}
th{font-weight:bold;}
thead th{padding:0.5em 0.375em;}
tr.gerade{background-color:#eee; color:#333;}
thead tr.gerade{background-color:var(--cocopurple); color:#fff;}
body.mce-content-body th *, body.mce-content-body td *, .inhalt-baustein th *, .inhalt-baustein td *{font-size:1em; padding:0; margin:0;}

/*Bausteine*/
.inhalt-baustein{clear:both; width:100%;}
.inhalt-beitrag, .inhalt-mitteilung, .inhalt-galerie, .inhalt-formular, .inhalt-dokument-liste, .inhalt-skript, .inhalt-suche-ergebnis {}
.inhalt-baustein-inhalt{}
.inhalt-baustein-spalte-links .inhalt-baustein-inhalt,
.inhalt-baustein-spalte-rechts .inhalt-baustein-inhalt,
.inhalt-baustein-spalte-mitte .inhalt-baustein-inhalt{padding:0;}
.inhalt-baustein-spalte-links, .inhalt-baustein-spalte-rechts{float:left; clear:left; width:48%; overflow:hidden;}
.inhalt-baustein-spalte-rechts{float:right; clear:right;}
.inhalt-baustein-3spalten .inhalt-baustein-spalte-links{float:left; clear:left; width:31%; min-height:1px; overflow:hidden;}
.inhalt-baustein-3spalten .inhalt-baustein-spalte-mitte{float:left; width:31%; margin-left:3.5%; min-height:1px; overflow:hidden;}
.inhalt-baustein-3spalten .inhalt-baustein-spalte-rechts{float:right; width:31%; overflow:hidden;}
.inhalt-baustein-4spalten .inhalt-baustein-2spalten{ clear:none; width:49%; float:left; overflow:hidden;}
.inhalt-baustein-4spalten .inhalt-baustein-spalten-rechts{float:right;}

/*Mediaelemente*/
.inhalt-media-rechts, .inhalt-media-links, .inhalt-media-mitte{margin:0.5em 0 1em 0; border:1px solid #ccc; clear:both;}
.inhalt-media-rechts{float:right; margin-left:1.5em;}
.inhalt-media-links{float:left; margin-right:1.75em;}
.inhalt-media-mitte{clear:both; margin:0.5em auto 1em auto;}
.inhalt-media p{width:99%; margin:0 0 0 1px; padding:0.25em 0; font-size:0.8125em; line-height:110%; text-align:center; overflow:hidden;}
.inhalt-media-video{position:relative;}
.inhalt-media{max-width:100%; overflow:hidden;}
.inhalt-media img{display:block;}
.inhalt-media-helper img{border-radius:0.5em;}

/*Beiträge*/
.inhalt-beitrag-zusatz{clear:both; padding-bottom:0.5em;}
span.inhalt-beitrag-autor{font-weight:bold; font-style:italic;}
p.inhalt-beitrag-infos{padding-bottom:0;}
p.inhalt-kommentare-hinweis, p.inhalt-beitrag-direktlink{padding:0;}
.inhalt-beitrag-facebook{padding-top:0.5em;}
.inhalt-beitrag-facebook iframe{overflow:hidden; width:100%; height:1.6em;}
body.seite .inhalt-beitrag .inhalt-dokument-liste{clear:none;}
body.beitrag .inhalt-beitrag-zurueck{padding-top:1em;}

/*Downloadliste*/
.inhalt-dokument-liste{clear:both;}
.inhalt-beitrag .inhalt-dokument-liste, .inhalt-mitteilung .inhalt-dokument-liste{clear:none;}
.inhalt-dokument-download{font-size:1.143em; margin-right:0.25em;}
.inhalt-dokument-liste li img{margin-bottom:-0.1875em;}
.inhalt-dokument-liste ul{display:block; clear:none; padding-left:0.25em; margin:0; list-style:none; list-style-image:none;}
.inhalt-dokument-liste ul li{margin:0.375em 0; padding:0; background:none; list-style:none; list-style-image:none; max-width:none;}

/*Galerie*/
.inhalt-galerie{clear:both; width:100%; overflow:hidden;}
.inhalt-galerie .inhalt-baustein-inhalt{padding-bottom:0.05em;}
.inhalt-galerie-titel{padding-bottom:0.5em;}
.inhalt-galerie-bilder{position:relative; padding:0.25em 0 0.5em 0; /*width:105%;*/ text-align:center;}
.inhalt-galerie-bilder ol{display:inline-block; margin:0 auto; padding:0; max-width:50em;}
.inhalt-galerie-bilder ol li{float:left; width:10em; height:10em; font-size:1em; padding:0; margin:0 1em 1em 0; list-style:none; border:1px solid #ccc; border-radius:0.375em; max-width:none;}
.inhalt-galerie-bilder ol li:hover{border-color:var(--cocopurple);}
.inhalt-galerie-bild{width:10em; height:10em; text-align:center; overflow:hidden;}
.inhalt-galerie-bild-rahmen p{font-size:0.8125em; padding:0 0.25em; text-align:center; height:4.25em; overflow:hidden;}
.inhalt-galerie-bilder ol li.bildtitel-aktiv{height:10.25em;}

/*Kommentare*/
.inhalt-kommentare{padding:0.5em 0; border-bottom:1px solid #ccc;}
.inhalt-kommentare p.inhalt-kommentare-hinweis{padding:0.5em 0; border-top:1px solid #ccc;}
ol.inhalt-kommentar-liste{padding-left:0; margin-left:0; list-style-type:none;}
.inhalt-kommentar-liste li{padding:0 0.5em; margin-bottom:0.5em; max-width:none;}
.inhalt-kommentar-liste li.ungerade{background-color:#ddd;}
.inhalt-kommentar-liste li.gerade{background-color:#eee;}
.inhalt-kommentar-liste li p{width:100%; overflow:hidden;}
span.inhalt-kommentar-autor{font-style:italic;}

/*Formulare*/
.inhalt-formular div.clear{padding-bottom:1px;}
.inhalt-formular{width:100%;}
.inhalt-formular-zeile{width:100%; clear:both;}
.inhalt-formular-input select, .inhalt-formular-input input.text{width:62%;}
.inhalt-formular-label, .inhalt-formular-input, .inhalt-formular-checkbox-label, .inhalt-formular-checkbox-input{padding:0.5em 0;}
.inhalt-formular-checkbox p{font-size:0.75em; line-height:120%; max-width:100%;}
.inhalt-formular-zeile label *{vertical-align:baseline;}
.inhalt-formular-checkbox-label{width:94%; padding-top:0.6em; float:right;}
.inhalt-formular-checkbox-input{width:4%; float:left; text-align:right; position:relative;}
.inhalt-formular-label{width:37%; float:left; text-align:right; overflow:hidden;}
.inhalt-formular-input{width:61%; float:right; position:relative;}
.inhalt-formular-checkbox-themen .inhalt-formular-checkbox-input{width:37%; float:left; text-align:right; padding:0;}
.inhalt-formular-checkbox-themen .inhalt-formular-checkbox-label{width:61%; float:right; padding:0.1em 0 0.3em 0;}
.inhalt-formular-buttons{padding-top:1em;}
.inhalt-formular-buttons input.submit{display:block; padding:0.75em; width:100%; height:auto; border-radius:0.375em;}
img.inhalt-formular-captcha-bild{display:block; float:left; border:1px solid #ccc;}
.inhalt-formular-captcha-buttons{float:left; margin-left:0.5em; width:20px;}
.inhalt-formular-captcha-buttons a{display:block;}
.inhalt-formular-captcha-buttons img{width:16px; height:16px;}
a.inhalt-formular-captcha-sprache{padding:2px 0 0 2px;}
.inhalt-formular-feld-fehleingabe select, .inhalt-formular-feld-fehleingabe textarea,
.inhalt-formular-feld-fehleingabe input{border:1px solid #c40000; background-color:#fdd;}
.inhalt-formular-pflicht, .inhalt-formular-senden-fehler, .inhalt-formular-feld-fehleingabe .inhalt-formular-checkbox-label label{color:#c40000;}
.inhalt-formular-senden-erfolgreich{color:#00c400;}
.inhalt-formular-senden-erfolgreich, .inhalt-formular-senden-fehler,
.inhalt-formular-feld-fehleingabe .inhalt-formular-checkbox-label label{font-weight:bold;}
.inhalt-formular-bestaetigung h2{padding-bottom:0.5em;}

/*Akkordeon*/
h2.js-akkordeon-trigger{padding:0.5em; margin-top:0.5em; font-size:1.125em; font-weight:bold; background-color:#757575; color:#fff;}
div.js-akkordeon-wrapper{padding:0.5em;}
body.jquery h2.js-akkordeon-trigger:hover{background-color:#E20A16;}
body.jquery h2.js-akkordeon-trigger:before{content:"\002B"; float:right; margin-right:0.25em; font-weight:bold;}
body.jquery h2.js-akkordeon-trigger.aktiv:before{content:"\2212";}

/*Hinweise*/
#hinweis{position:fixed; top:0; left:50%; z-index:9999; margin-left:-9em; width:18em; padding:1.5em 0; text-align:left; background-color:#fe8; color:#000; overflow:hidden;}
#hinweis.fehler{background-color:#c40000; color:#fff; font-weight:bold;}
a#hinweis-button{margin:0 1.5em 0 0; width:1.5em; height:1.5em; border:1px solid #666; float:right; background:url(funktionen/icons/bullet_cross_disabled.png) center center no-repeat #ddd; cursor:pointer; box-shadow:inset 0px 1px 0px #f6f6f6; border-radius:0.375em;}
a#hinweis-button:hover, a#hinweis-button:focus{background-color:#eee; box-shadow:inset 0 1px 0 #f6f6f6; border-radius:0.375em; background-image:url(funktionen/icons/bullet_cross_disabled_white.png);}
a#hinweis-button span{display:none;}
#hinweis p{padding:0 30px; margin:0 1.5em;}
#hinweis p.hinweis-ok{background:url(funktionen/icons/tick.png) left top no-repeat;}
#hinweis p.hinweis-fehler{background:url(funktionen/icons/exclamation.png) left top no-repeat;}
#hinweis{border-radius:0 0 0.5em 0.5em; box-shadow:0 0 6px 0 rgba(0, 0, 0, 0.5);}

/*Plugins (Absatz entfernen, wenn nicht benötigt)*/
#share-button{padding-top:1px;}
#share-button span.at_a11y{visibility:hidden;}
#plusone-button, #like-button{overflow:hidden;}
#like-box iframe{max-width:100%;}
div.plusone-button-small{width:24px; height:15px;}
div.plusone-button-small-counter{width:70px; height:15px;}
div.plusone-button-standard{width:38px; height:24px;}
div.plusone-button-standard-counter{width:90px; height:24px;}
div.plusone-button-medium{width:32px; height:20px;}
div.plusone-button-medium-counter{width:80px; height:20px;}
div.plusone-button-tall{width:50px; height:20px;}
div.plusone-button-tall-counter{width:50px; height:62px; padding-top:1px;}
div.like-button-standard{height:24px;}
div.like-button-button-count{width:130px; height:24px;}
div.like-button-box-count{width:80px; height:60px;}

/*Reset für Layout mobile Endgeräte*/
@media (min-width:944px){
	body .mobil{display:none;}
	#menue-burger-button{display:none;}
}

@media (max-width:943px){
	#funktionen, #slogan, #to-top, #footer #kontakt, #footer-btm{display:none;}
	body{font-size:112.5%;}
	p, .p, dd, address, .inhalt-formular, .zentriert, #spalte-mitte .inhalt, li, blockquote, #footer .zentriert{width:auto; max-width:none;}
	body, #rahmen, #header, #logo, #logo img, #schmuckbild, #schmuckbild img, #seite, #spalte-links, #spalte-rechts, #spalte-mitte, #footer{top:0; left:0; width:auto; height:auto; min-width:240px; max-width:100%; min-height:0; max-height:none; margin:0; padding:0; float:none; clear:both;}
	#rahmen{padding:0; background:none; overflow:hidden;}
	#header{position:relative; padding:0; background:none; overflow:visible; box-shadow:none;}
	#logo{position:relative; top:0; left:0; clear:both; width:100%; padding:0; text-align:center;}
	#logo img{position:relative; margin:1.5em 0 0 1.5em; max-width:60%; min-width:0;}
	@media (max-width:319px){
		#logo img{margin:0;}
	}
	#schmuckbild, #schmuckbild img{width:100%;}
	#seite{clear:both; float:none;}
	#spalte-links{display:block; width:100%;}
	#spalte-mitte{display:block; padding:0.5em;}
	#spalte-rechts{display:block; padding:0.5em;}
	#footer p{padding:0.5em 0; text-align:center; max-width:100%;}
	#kopf{position:relative; height:auto;}
	#kopf .inhalt{height:auto;}
	#kopf .zentriert{height:auto!important;}
	#to-top{transition:none;}
	#spacer{display:none;}
	#socmed {position:relative; left:0; width:100%; display:flex; align-items:center; justify-content:center;}
	
	#themenbild .inhalt-beitrag-kurztext{position:relative; display:block; width:100%; align-items:center; justify-content:center; transform: translateX(0);}
	#themenbild .inhalt-beitrag.kopfbild-txt-left .inhalt-beitrag-kurztext,
	#themenbild .inhalt-beitrag.kopfbild-txt-right .inhalt-beitrag-kurztext{top:0; left:0; padding:0!important;}
	#themenbild .inhalt-beitrag-kurztext h2{font-size:1.75em; padding:1em 0.5em 0 0.5em; color:#fff; text-align:center;}
	#themenbild .inhalt-beitrag-kurztext p{font-size:1em; padding:1em; color:#fff; text-align:center;}
	#themenbild-title{position:relative;}
	#themenbild .inhalt-media img{width:32em!important;}
	
	/*footer nav*/
	#nav3{float:none; padding-top:1em;}
	#footer ul.nav-liste{text-align:center;}
	#footer a{color:#fff;}

	/*Mobilbuttons*/
	body.jquery #mobilansicht-top, body.jquery #mobilansicht-bottom{width:100%; height:48px; min-width:240px; text-align:center;}
	body.jquery #mobilansicht-top{background-color:#555555;}
	#mobilansicht-bottom{padding-top:0; background-color:#333;}
	a.mobil{display:inline-block; width:48px; height:48px; outline:0;}
	#mobilansicht-bottom a.mobil{height:42px;}
	a.home.mobil{background:url(funktionen/icons/32/home_white.png) center center no-repeat;}
	a.menue.mobil{background:url(funktionen/icons/32/list_white.png) center center no-repeat;}
	a.tel.mobil{background:url(funktionen/icons/32/phone_start_white.png) center center no-repeat;}
	a.mail.mobil{background:url(funktionen/icons/32/mail_white.png) center center no-repeat;}
	a.location.mobil{background:url(funktionen/icons/32/location_white.png) center center no-repeat;}
	a.top.mobil{background:url(funktionen/icons/32/arrow_top_white.png) center center no-repeat;}
	a.button.mobil:hover, #menue-burger-button:hover{background-color:#fefefe; background-color:rgba(255,255,255,0.5);}
	a.mobil span{display:none;}

	/*Texte, Formulare, Tabellen*/
	h1{position:relative; top:0; left:0; right:0; height:auto!important; padding:1em; width:auto;}
	h1 span{font-size:1.75em;}
	.inhalt-formular-label{width:auto; float:none; text-align:left; padding:0.5em 0 0 0;}
	.inhalt-formular-input{width:auto; float:none; text-align:left; padding:0;}
	.inhalt-formular-input input.text{display:block; width:100%; font-size:1em; padding:0.2em 0;}
	.inhalt-formular-input select{width:100%; font-size:1em;}
	textarea{width:100%; max-width:100%; height:10em; font-size:1.25em;}
	.inhalt-formular-buttons{padding:0.5em 0;}
	.inhalt-formular input.submit{width:100%; height:auto; padding:0.6em 0.8em 0.7em 0.8em; border:0; font-weight:bold;}
	@media (max-width:479px){
		table, thead, tbody, caption{display:block; width:100%; border:0;}
		tr, th, td{display:block; border:0;}
		tr{background:none; background-image:none; background-color:transparent;}
		td:nth-child(odd){background-color:#ddd; color:#333}
		td:nth-child(even){background-color:#eee; color:#333}
		tbody th:first-child, td:first-child{background-color:#555; font-weight:bold; color:#fff;}
		thead{background-color:#E20A16;}
		thead tr{padding:0.5em 0.3em;}
		thead th{display:inline; width:auto; padding:0;}
		thead th:after{content:" – ";}
		thead th:last-child:after{content:"";}
		thead th *{width:auto; display:inline!important;}
		blockquote{padding-left:3em;}
		blockquote:before{left:0;}
	}
	@media (max-width:319px){
		blockquote{padding:3em 0 1em 0;}
	}

	/*Cookiehinweis*/
	#cookiehinweis .cookiehinweis-inhaltstext-links{width:auto; height:auto; min-width:240px; max-width:100%; margin:0; padding:0; float:none; clear:both;}
	#cookiehinweis{bottom:0; width:100%; left:0; right:0; height:auto; -webkit-text-size-adjust:none; z-index:10050;}
	#cookiehinweis .zentriert{width:100%; margin:0;}
	.cookiehinweis-inhalt{padding:0 0.25em;}
	.cookiehinweis-inhalt p, .cookiehinweis-inhalt .p,
	.cookiehinweis-inhalt dd, .cookiehinweis-inhalt address,
	.cookiehinweis-inhalt .inhalt-formular{padding:0.2em 0.5em 0.5em 0.5em;}
	#cookiehinweis #form-3rdpartyconsent-decline{width:100%; padding:0.5em 0.5em 0.5em 0;}
	#cookiehinweis #main3rdpartyconsent-submit-decline{height:3em;}
	#consent-manager-open{transition:none;}
	#consent-manager-open.js-open{left:auto;}
	@media (max-width:479px){
		#cookiehinweis .cookiehinweis-inhalt .button{float:none;}
		#consent-manager{max-width:100%;}
	}

	/*Bausteine*/
	p.link-mehr a, p.link-zurueck a{clear:both; display:inline-block; padding:0.6em 0.8em 0.7em 0.8em; background-color:#ccc; text-align:center; text-decoration:none; font-weight:bold;}
	p.link-mehr a:active, p.link-mehr a:hover, p.link-mehr a:focus,
	p.link-zurueck a:active, p.link-zurueck a:hover, p.link-zurueck a:focus{background-color:#eee;}
	.inhalt-dokument-liste ul li{margin:0.5em 0;}
	@media (max-width:479px){
		.inhalt-baustein-spalte-links, .inhalt-baustein-spalte-mitte, .inhalt-baustein-spalte-rechts{float:none; width:100%; overflow:visible; margin:0; padding:0;}
		.inhalt-baustein-3spalten .inhalt-baustein-spalte-links, .inhalt-baustein-3spalten .inhalt-baustein-spalte-mitte, .inhalt-baustein-3spalten .inhalt-baustein-spalte-rechts{float:none; width:100%; overflow:visible; margin:0; padding:0;}
	}
	body.schmal .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext img,
	body.schmal .inhalt-mitteilung-kategorie .inhalt-mitteilung-datum{display:block; float:none; clear:both; margin:0.25em 0; max-width:100%;}

	/*Mediaelemente*/
	img{max-width:none;}
	.inhalt-media img{width:100%!important;}
	.inhalt-media-bild-62p{width:50%!important;}
	@media (max-width:639px){
		.inhalt-media-bild-300px{float:none; clear:both; max-width:100%; margin:0.5em 0;}
		.inhalt-media-bild-original{float:none; clear:both; max-width:99%; margin:0.5em 0;}
		.inhalt-media-mitte{margin:0.5em auto;}
		.inhalt-media-bild-50p, .inhalt-media-bild-62p{width:38%!important;}
	}
	@media (max-width:479px){
		.inhalt-media-bild-200px{float:none; clear:both; max-width:100%; margin:0.5em 0;}
		.inhalt-media-bild-38p, .inhalt-media-bild-50p, .inhalt-media-bild-62p{width:100%!important;}
	}
	@media (max-width:319px){
		.inhalt-media-bild-100px{float:none; clear:both; max-width:100%; margin:0.5em 0;}
		.inhalt-media-bild-300px, .inhalt-media-bild-38p, .inhalt-media-bild-50p, .inhalt-media-bild-62p{float:none; width:auto!important; clear:both; margin:0.5em 0;}
	}

	/*Listen*/
	.inhalt-baustein ol{padding-left:0.5em;}
	.inhalt-baustein ol ol{padding-left:1.25em;}

	/*Galerie*/
	.inhalt-baustein .inhalt-galerie ol{padding:0;}
	.inhalt-galerie-bilder{width:100%;}
	.inhalt-galerie img{max-width:none;}
	@media (max-width:479px){
		.inhalt-galerie-bilder{padding-left:0;}
		.inhalt-galerie-bilder ol{display:block; text-align:center;}
		.inhalt-galerie-bilder ol li{position:relative; float:none; margin:0 auto 1.5em auto;}
	}

	/*Plugins (Absatz entfernen, wenn nicht benötigt)*/
	#share{position:absolute; left:0; bottom:0; width:100%; height:64px; background-color:#747779;}
	#share-button{position:relative; width:320px; margin:0 auto; padding:1em 0;}
	body.schmal #share-button{width:210px;}
	body.schmal #share-button a:nth-child(4), body.schmal #share-button a:nth-child(5), body.schmal #share-button a:nth-child(6){display:none;}
}
