*{margin:0; padding:0; border:0;}
html{height:100%; overflow-y:scroll; background-color:#ccc;}
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;}
body.mce-content-body .mobil-none{color:#888 !important;}
.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:57em; margin:0 auto; text-align:left; overflow:hidden;}
#header{background-color:#fafafa;}
#kopf{background-color:#fff; height:4.5em; border-bottom:3px solid #d07a28;}
#kopf .zentriert{overflow:visible;}
#logo{float:left; width:15em; padding:0.125em 0 0;}
.kopf-nav{float:right; width:42em; padding-top:1.25em;}
#logo img{width:13em; padding:0.25em 0 0 0; display:block;}
#logo a{text-decoration:underline; outline:none;}
#themenbild-bereich{background-color:#aaa; width:100%; overflow:hidden;}
body.unterseite #themenbild-bereich{max-height:80vh;}
#themenbild-bereich .inhalt-galerie-diashow ul{overflow:hidden;}
#themenbild{position:relative;}
#seite{padding:0; background:url(bg.jpg) #eee repeat;}
#seite .zentriert{max-width:90em; width:100%; min-width:59em;}
#spalte-mitte{display:block; width:100%; min-height:36em; padding:4em 0;}
#spalte-mitte .inhalt{width:100%; overflow:hidden;}
#inhalt-fuss{clear:both;}
#footer .zentriert{padding:1.5em 0;}
#footer{position:relative; background-color:#313131; color:#fff; border-top:5px solid #e37c1f;}
#footer address{font-size:1em;}
#footer a{color:#fff; text-decoration:none;}
#footer a:hover, #footer a:focus{text-decoration:underline;}
#footer #kontakt{position:relative; float:left; padding-right:0; width:33em; overflow:hidden; text-align:left; height:2.5em;}
#footer #kontakt a.adr {border-bottom: 1px solid #e37c1f;}
#footer #kontakt a.adr:hover, #footer #kontakt a.adr:focus{border-bottom:1px solid #fff; text-decoration:none;}
#footer #nav3{position:relative; float:right; padding-right:0; width:19em; overflow:hidden; text-align:left; height:1.75em;}

/*Themenbild-Bereich*/
body.startseite #themenbild{position:relative; background:#1A1A1A;}
#themenbild .inhalt-baustein{width:100%; max-width:100%; min-width:100%;}
#themenbild .inhalt-beitrag-kurztext{max-width:90em; width:90%; min-width:57em; margin:0 auto;}
#themenbild .inhalt-baustein-inhalt > h2{width:75%; margin:0 auto; text-align:center;}
#themenbild .inhalt-media{margin:0; width:100% !important;}
#themenbild .inhalt-media-helper{padding:0;}
#themenbild .inhalt-galerie-bilder, #themenbild .inhalt-galerie .inhalt-baustein-inhalt{padding:0;}
#themenbild .inhalt-galerie-bilder-anzahl{display:block;}
#themenbild .inhalt-galerie-bilder-anzahl{position:absolute; bottom:1em; right:0; left:0; margin:0 auto; width:100%; height:auto; text-align:center; overflow:hidden; z-index:999;}
#themenbild .js-gruppen-anzahl ul a{background-color:#fff; opacity:0.5;}
#themenbild .js-gruppen-anzahl ul .aktiv a{background-color:#fff; opacity:1;}

/*Startseite*/
body.startseite #kopf{position:absolute; top:0; left:0; width:100%; height:8em; z-index:1; background:transparent; border-bottom:0; overflow:hidden;}
body.startseite #kopf .zentriert{width:100%; padding-top:3em;}
@media (min-width:944px){
    body.startseite #logo{margin-left:4em;}
    body.startseite #logo img{width:12em;}
}
body.startseite #themenbild-absolute {position:absolute; top:25vw; width:100%; z-index:0;}
body.startseite h1 span{position:relative; color:#fff; font-size:5.75em;}
body.startseite h1 span:after{content:''; position:absolute; bottom:0; left:0; width:100%; height:10px; background:#d9771e;}
@media (max-width:1219px){
	body.startseite h1 span{font-size:4.5em;}
	body.startseite h1 span::after{height:8px;}
}
body.startseite h1, body.startseite h2{text-align:center;}
body.startseite .inhalt-baustein-spaltenwrapper h2{text-align:left;}
body.startseite .slogan{padding:2em 0 0; width:100%; text-align:center; color:#fff;}
body.startseite .slogan span{font-size:2.5em;}
/*Scroll Down-Button*/
#to-down{display:none; position:relative; width:4em; height:4em; margin:2em auto; text-align:center; z-index:1001; outline:none; overflow:hidden;}
#to-down img{position:absolute; top:0; left:0; right:0; margin:0 auto; display: block; transition:top 0.2s ease-in-out;}
#to-down.show-todown{display:block;}
@keyframes todownani{0%{top:0;} 25%{top:0;} 50%{top:1em;} 75%{top:1em;} 100%{top:0.5em;}}
@keyframes todownani-2{0%{top:0;} 25%{top:0;} 50%{top:1em;} 75%{top:1em;} 100%{top:0.5em;}}
#to-down.todown-ani img{animation:todownani 0.5s ease-in-out; animation-iteration-count:2 /*Anzahl der Durchläufe*/; animation-delay:0.2s; /*Verzögerung des Starts*/}
#to-down.todown-ani-2 img{animation:todownani-2 0.5s ease-in-out; animation-iteration-count:2; }

/*Sozial Media Buttons*/
.sozial-media{position:relative; width:5em; height:2em; overflow:hidden; padding-top:0.25em; float:right; text-align:right;}
.sozial-media .sozial{display:inline-block; width:2em;}
.sozial-media .sozial img{width:1.75em; -webkit-transition: -webkit-transform 1s ease-out; -moz-transition: -moz-transform 1s ease-out; -o-transition: -o-transform 1s ease-out; transition: transform 1s ease-out;}
.sozial-media .sozial a:hover, .sozial-media .sozial a:focus{background:#ef7d00; background:rgba(241,131,2,0.25);}

/*Funktionen*/
#funktionen{position:absolute; right:0; top:0; width:7.5em; text-align:right;}
#funktionen li{display:inline; margin-left:5px; list-style:none; font-size:1em; line-height:100%;}
#funktionen a{display:inline-block; width:1.5em; height:1.5em; overflow:hidden;}
#funktionen a:hover img, #funktionen a:focus img{margin-top:-1.5em;}
#funktionen img{width:1.5em; height:3em;}
ul.websites-liste li{margin:0 0.5em; display:inline; list-style:none; font-size:0.875em;}

/*Scroll to-top button*/
#to-top{display:block; position:fixed; top:78%; right:2%; margin-left:-2em; z-index:10010; width:3.75em; height:3.75em; 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;}
#to-top img{width:3.75em; height:3.75em;}
#to-top.show-totop{opacity:0.7;}
#to-top.show-totop:hover{opacity:1;}

/*Kopfnavigation*/
@media (min-width:944px){
	#kopf .nav{float:left; width:34em; height:3em; text-align:right;}
	#kopf .nav ul{padding-top:0.375em;}
	#kopf .nav ul li{display:inline-block; line-height:normal; list-style:none; margin:0 2em 0 0; font-size:1em;}
	#kopf .nav ul li.letzter{margin:0;}
	#kopf .nav ul li.nav-submenue > a:after{content:''; width:1em; height:1em; display:inline-block; background:url(open-close-submenu.png) no-repeat; background-position:top; }
	#kopf .nav ul li.nav-submenue > a:hover:after,
	#kopf .nav ul li.nav-submenue > a:focus:after,
	#kopf .nav ul li.nav-submenue.js-nav-aktiv-temp > a:after{background-position-y:bottom;}
	#kopf .nav ul a{display:inline-block; font-size:1em; font-weight:bold; font-style:normal; color:#2e2e2c; text-decoration:none; text-transform:uppercase; outline:0;}
	#kopf .nav-fade > li, #kopf .nav-fade > li > a, #kopf .nav-fade > li > a span{height:3em;}
	#kopf .nav ul a span{display:inline-block; font-size:1.125em; cursor:pointer;}
	#kopf .nav ul a:visited{text-decoration:none;}
	#kopf .nav ul a.nav-aktiv-link,
	#kopf .nav ul li.js-nav-aktiv-temp > a,
	#kopf .nav ul a:active,
	#kopf .nav ul a:hover,
	#kopf .nav ul a:focus{color:#d67e29;}
	#kopf .nav ul ul{display:none;}
	#kopf .nav li.nav-aktiv > a{}
	/* zusätzliche Styles für die js-Ausklapp-Navigation */
	#nav1 ul.nav-fade li{position:relative;}
	#nav1 ul.nav-fade ul{display:none; position:absolute; top:2.5em; right:0; width:12em; z-index:200; border-right:0.1875em solid #d67e29; padding:0; box-shadow:4px 4px 4px rgba(0,0,0,0.1);}
	#nav1 ul.nav-fade ul:before{display:block; content:''; position:absolute; top:0.125em; right:-0.9375em; width:0; height:0; border-top:0.75em solid transparent; border-right:0.75em solid transparent; border-bottom:0.75em solid transparent; border-left:0.75em solid #d67e29; rotate:45deg;}
	#nav1 ul.nav-fade ul li.erster{position:relative; padding-top:1.25em;}
	#nav1 ul.nav-fade ul li.erster:before{display:block; content:''; position:absolute; top:0.3125em; right:-1em; width:0; height:0; border-top:1em solid transparent; border-right:1em solid transparent; border-bottom:1em solid transparent; border-left: 1em solid #fff; rotate:45deg;}
	#nav1 ul.nav-fade ul li.erster a{padding-top:1.75em;}
	#nav1 ul.nav-fade ul li{display:block; margin:0;}
	#nav1 ul.nav-fade ul li a{display:block; padding:0 1em 0.75em 0; background-color:#fff;}
	#nav1 ul.nav-fade ul li.nav-aktiv > a,
	#nav1 ul.nav-liste ul a.nav-aktiv-link,
	#nav1 ul.nav-liste ul .js-nav-hover > a,
	#nav1 ul.nav-liste ul a:hover,
	#nav1 ul.nav-liste ul a:focus{color:#d67e29;}
	#nav1 ul.nav-fade ul ul{top:0.25em; left:13.5em;}
}

/*Fussnavigation*/
#footer ul{list-style-type:disc; padding:0.4375em 0 0.5em 0;}
#footer ul.nav-liste{text-align:right;}
#footer ul.nav-liste li{display:inline; line-height:normal; list-style:none; margin:0 1em 0 0; font-size:1em;}
#footer ul.nav-liste a{text-decoration:none; font-size:1em; font-weight:normal; font-style:normal; outline:0;}
#footer ul.nav-liste a span{cursor:pointer; text-transform:uppercase;}
#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:underline;}
#footer li.nav-aktiv > a{}

/*Inhaltsbereich und Textgestaltung*/
h2{padding:0.25em 0 0.75em 0; text-transform:uppercase;}
h3{padding:0.5em 0 0.25em 0; text-transform:uppercase;}
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, blockquote, address, .p{font-size:1.25em; line-height:145%;}
h1{text-align:center; font-size:1em; font-weight:normal; color:#f17c1a; padding-bottom:2.5em; overflow:hidden; text-transform:uppercase;}
h1 span{font-size:3em; font-weight:bold; line-height:120%;}
body.inhalt-seite-h1-links h1{text-align:left;}
h2{font-size:2.5em; font-weight:normal; font-style:normal; color:#5f5f5f; letter-spacing:6px;}
h3, caption{font-size:1.75em; font-weight:bold; font-style:normal; color:#e37c1f;}
h4{font-size:1.25em; font-weight:bold;}
h5{font-size:1em; font-weight:bold;}
h6{font-size:0.875em; font-weight:bold;}
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:2px; color:#828282; background-color:#828282; 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:0.5em 1em 0.5em 4em; 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.125em; top:0.4375em; color:#000;}
blockquote cite{color:#555; font-size:0.8125em; 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;}
video{display:block;}
@media screen and (max-width:943px){
	#video-folie video {display:none;}
	#video-folie img{display:block !important;}
}
input.submit, select{border:1px solid #ccc;}
input::placeholder{color:#fff;}
option{padding-left:0.4375em}
button{border:0; cursor:pointer;}
textarea, fieldset{display:block; font-size:1em;}
fieldset{margin:1em 0; padding:0.4375em;}
legend{font-weight:bold;}
textarea{width:98% !important; max-width:98%; height:10em;}
textarea, select, input.text{background-color:#fff;}
input.checkbox{margin:0.2em 0; border:1px solid #666;}
input.submit{padding:0.5em;}
input.checkbox, input.submit, label, select{cursor:pointer;}
input.submit:hover, input:focus, textarea:focus, select:focus{background-color:#eee;}

/*### 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:-3em; height:0;}
.dsgvo-kapitel .dsgvo-kapitel-zieltag{position:relative; top:-0.5em; height:0;}

/*Cookiehinweis:*/
#cookiehinweis-spacer{height:10em; background:#313131;}
#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; 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; margin:0; 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 .p{font-size:1em;}
#consent-manager #consentmanager-general-accept{font-size:1em; border:none; background:#e37c1f 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; background-color:#757575;}
#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:absolute; top:-2em; left:2%; margin-right:-2em; z-index:10040; width:4em; height:4.5em; 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:hover img, #consent-manager-open:focus img{margin-top:-4.5em;}
#consent-manager-open.notransition{-webkit-transition:none; -moz-transition:none; -o-transition:none; transition:none;}
#consent-manager-open img{width:4em; height:9em;}
#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:#e37c1f; -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:#e37c1f;}
/*### Ende: Rechtliches Datenschutz ###*/

/*Links*/
a{color:#d87c29; text-decoration:none;}
body.mce-content-body a{color:#d87c29; text-decoration:none;}
a:visited{text-decoration:none;}
body.mce-content-body a:hover, a:active, a:hover, a:focus, a.aktiv{color:#d87c29; text-decoration:underline;}

/*(Call-to-Action)-Buttons*/
p.button.kaffee a{display:inline-block;}
p.button, input.submit{max-width:100%; padding:1em 0;}
p.button a, input.submit{display:inline-block; line-height:100%; padding:0.25em 0.5em 0.25em; margin-bottom:0.5em; height:auto; font-size:1em;}
p.button a span{display:inline-block; padding:0;}
p.button a img{display:inline-block; padding:0 0.5em; margin-top:-1em; vertical-align:text-bottom;}
p.button a, p.button a:visited, input.submit{background-color:#5d5e5d; text-decoration:none; font-weight:bold; color:#fff; cursor:pointer; border:0; border-radius:0.25em;}
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:#e37c1f;}
/*Buttons auf der Startseite und 404-Seite:*/
body.startseite p.button a, body.startseite input.submit{padding:0.25em 0.75em; font-size:1.75em;}
body.startseite p.button a, body.startseite p.button a:visited, body.startseite input.submit,
body.fehlerseite-404 p.button a, body.fehlerseite-404 p.button a:visited, body.fehlerseite-404 input.submit{background-color:#e37c1f;}
body.startseite p.button a:hover, body.startseite p.button a:focus, body.fehlerseite-404 p.button a:hover, body.fehlerseite-404 p.button a:focus,
body.startseite input.submit:hover, body.startseite input.submit:focus, body.startseite input.submit:active,
body.fehlerseite-404 input.submit:hover, body.fehlerseite-404 input.submit:focus, body.fehlerseite-404 input.submit:active{background-color:#757575;}
body.fehlerseite-404 h1{display:none; }
body.fehlerseite-404 h2{font-size:2em; line-height:150%; letter-spacing:0; text-transform:none; font-weight:normal;}
@media (min-width:944px){body.fehlerseite-404 .inhalt-baustein-inhalt{width:45em; margin:0 auto;}}
body.fehlerseite-404 .inhalt-beitrag{border-bottom:6px solid #737473;}
body.fehlerseite-404 .inhalt-media{margin-bottom:0;}
@media (min-width:800px){body.fehlerseite-404 .inhalt-media-links{margin-right:6.5em;}}
body.fehlerseite-404 .inhalt-beitrag-kurztext{padding:6em 0 0 0;}
body.fehlerseite-404 p.button{padding:2em 0;}
body.fehlerseite-404 p.button a{font-size:1.75em; padding:0.25em 1.5em 0.25em;}
@media (max-width:799px){body.fehlerseite-404 p.button a{padding:0.25em 0.25em 0.25em;}}
body.fehlerseite-404 p.button a:after{content:''; display:inline-block; width:0.5em; height:0.5em; margin-bottom:0.375em; background:url(stern.svg) no-repeat; background-size:100%;}
@media (max-width:639px){
	body.fehlerseite-404 .inhalt-media{float:left; width:36% !important; margin:9em 3em 2em 0; border-bottom:6px solid #737473;}
	body.fehlerseite-404 .inhalt-media img{max-width:200px;}
	body.fehlerseite-404 .inhalt-beitrag{border-bottom:0;}
}
@media (max-width:479px){
	body.fehlerseite-404 .inhalt-media{float:none; width:100% !important; margin:0; border-bottom:6px solid #737473;}
	body.fehlerseite-404 .inhalt-beitrag-kurztext{padding:2em 0 0 0;}
}

/*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;}
.spezielle-listen-klasse li{font-weight:bold; display:-webkit-box; padding-bottom:1.25em;}
ul.spezielle-listen-klasse ul{padding-top:0; padding-left:2em;}
ul.spezielle-listen-klasse ul li{font-weight:normal; padding-bottom:0.375em;}
ul.spezielle-listen-klasse ul li:before{content:"\00BB"; padding-right:0.5em; margin-left:-1em;}
@media(max-width:479px){
	ul.spezielle-listen-klasse li{display:block;}
	ul.spezielle-listen-klasse ul li:before{margin-left:-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:#BDBEBD; color:#333;}
thead tr.gerade{background-color:#f17c1a; 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{position:relative; max-width:90em; width:97%; min-width:57em; margin:0 auto; text-align:left; overflow:hidden;}
.inhalt-baustein .inhalt-baustein{clear:both; width:100%; min-width:100%; max-width:100%;}
.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;}

/*Sections*/
.inhalt-section-bg-weiss-parent{margin:4em 0;}
.inhalt-section-bg-weiss{background:#fff; background:url(weiss.png) no-repeat; background-size:100% 93%; color:#5f5f5f; width:100%; max-width:100%; padding-top:4em;}
.inhalt-section-bg-weiss .inhalt-baustein{max-width:90em; width:100%; min-width:59em;}
.inhalt-section-bg-weiss .inhalt-baustein .inhalt-baustein{max-width:100%; width:100%; min-width:100%;}
.inhalt-section-bg-weiss .inhalt-baustein .inhalt-baustein{width:100%;}
.inhalt-section-bg-weiss h3{font-size:2em; color:#e37c1f;}
@media (min-width:944px){
    .inhalt-section-bildrandlos-parent{position:relative;}
    .inhalt-section-bildrandlos-parent .inhalt-baustein{position:initial;}
    .inhalt-section-bildrandlos-parent .inhalt-baustein-spalte-links .inhalt-beitrag-bildrandlos .inhalt-media{position:absolute; top:0; left:0; width:49%; height:100%; margin:0;}
    .inhalt-section-bildrandlos-parent .inhalt-baustein-spalte-rechts .inhalt-beitrag-bildrandlos .inhalt-media{position:absolute; top:0; right:0; width:49%; height:100%; margin:0;}
    .inhalt-section-bildrandlos-parent .inhalt-beitrag-bildrandlos .inhalt-media-helper{height:100%;}
    .inhalt-section-bildrandlos-parent .inhalt-beitrag-bildrandlos .inhalt-media img{max-height:100%; max-width:100%; width:auto !important;}
}

/*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;}
/*Anpassungen*/
.inhalt-media-helper{background:url(schatten.png) no-repeat; background-position: bottom center; background-size: 100% auto; padding-bottom:3%;}
.inhalt-media-border{border:0;}
.inhalt-media-border .inhalt-media-helper{background:none; padding-bottom:0;}
.inhalt-media-bild-50p{width:47% !important;}
.inhalt-media-bild-50p.inhalt-media-links{margin-right:6%;}
.inhalt-media-bild-50p.inhalt-media-rechts{margin-left:6%;}

/*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;}
/*Beiträge mit Kachel-Kunden-Logos*/
.inhalt-beitrag-kachel-kunden-logos .inhalt-media a img{-webkit-filter:grayscale(1) invert(1) opacity(.7); filter:grayscale(1) invert(1) opacity(.7); transition: all 0.3s ease-in-out;}
.inhalt-beitrag-kachel-kunden-logos .inhalt-media a:hover img,
.inhalt-beitrag-kachel-kunden-logos .inhalt-media a:focus img{-webkit-filter:grayscale(0) invert(0) opacity(1); filter:grayscale(0) invert(0) opacity(1);}
/*Seite Projekte mit Hovereffekt der Beiträge*/
.inhalt-seite-projekte .inhalt-baustein-3spalten{width:100%; max-width:90em; min-width:59em;}
.inhalt-seite-projekte .inhalt-baustein-spaltenwrapper, .inhalt-seite-projekte .inhalt-baustein-4spalten .inhalt-baustein-2spalten{display:flex; float:none; width:100%;}
.inhalt-seite-projekte .inhalt-baustein-spaltenwrapper .inhalt-baustein-spalte-links,
.inhalt-seite-projekte .inhalt-baustein-spaltenwrapper .inhalt-baustein-spalte-mitte,
.inhalt-seite-projekte .inhalt-baustein-spaltenwrapper .inhalt-baustein-spalte-rechts{flex-grow:1; flex:1; float:none; width:auto; margin:0;}
.inhalt-seite-projekte .inhalt-beitrag-projekt{position:relative; min-height:20em;}
.inhalt-seite-projekte .inhalt-beitrag-projekt:after{content:'Wir machen sichtbar.'; position:absolute; bottom:0.75em; left:1em; width:94%; width:calc( 100% - 2em ); height:1.5em; color:#fff; text-transform:uppercase; font-weight:bold; font-size:1.25em; background:url(logo2022-w.png) no-repeat; background-size:auto 100%; background-position:bottom right;}
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt:after{content:''; position:absolute; bottom:1.3125em; left:10em; width:6.25em; height:0.125em; background:#df7c16;}
.inhalt-seite-projekte .inhalt-beitrag-projekt h2{position:absolute; bottom:11.75%; left:0.6875em; width:95%; width:calc( 100% - 2em ); max-width:20em; padding:0; border-left:0.125em solid #d87c29; pointer-events:none; font-size:1.75em; word-wrap:normal;}
.inhalt-seite-projekte .inhalt-beitrag-projekt h2 span{background-color:#1f1f1f; color:#fff; padding:0.125em 0.25em; font-weight:bold; line-height:140%; -webkit-box-decoration-break:clone; box-decoration-break:clone; letter-spacing:initial;}
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-media-vorkurztext{margin:0;}
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-media-vorkurztext .inhalt-media-helper{margin:0; padding:0;}
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-beitrag-kurztext{position:absolute; top:0; left:0; height:100%; background:#1f1f1f; background:rgba(0,0,0,0.7); color:#fff; transition:opacity 1s ease-in-out; padding:2em 2em 0; overflow:hidden; pointer-events:none; opacity:0;}
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-beitrag-kurztext p{font-size:1.375em;}
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt:hover .inhalt-beitrag-kurztext,
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt:focus .inhalt-beitrag-kurztext{opacity:1;}
.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt > h2 span:after{content:''; display:inline-block; width:1.5em; height:1.0625em; margin-left:0.5em; margin-bottom:-0.25em;}
.inhalt-seite-projekte .inhalt-beitrag-projekt.druck .inhalt-baustein-inhalt > h2 span:after{background:url(print.png) no-repeat; background-size:100%; }
.inhalt-seite-projekte .inhalt-beitrag-projekt.rakel .inhalt-baustein-inhalt > h2 span:after{background:url(rakel.png) no-repeat; background-size:100%;}
.inhalt-seite-projekte .inhalt-beitrag-projekt.kamera .inhalt-baustein-inhalt > h2 span:after{background:url(kamera.png) no-repeat; background-size:100%; width:2em;}
.inhalt-seite-projekte .inhalt-beitrag-projekt.idee .inhalt-baustein-inhalt > h2 span:after{background:url(idee.png) no-repeat; background-size:100%; width:0.75em;}
@media (max-width:1219px){
	.inhalt-seite-projekte .inhalt-beitrag-projekt h2{font-size:1.5em; letter-spacing:0.0625em;}
	.inhalt-seite-projekte .inhalt-beitrag-projekt::after{font-size:0.875em;}
	.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt::after{bottom:0.75em; left:7em; width:4.25em;}
	.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-beitrag-kurztext p{font-size:1em;}
}
@media (max-width:944px){
	.inhalt-seite-projekte #seite .inhalt-baustein-spaltenwrapper{padding:0;}
	.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt:hover .inhalt-beitrag-kurztext,
	.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt:focus .inhalt-beitrag-kurztext{opacity:0;}
}
@media (min-width:799px) and (max-width:943px){
	.inhalt-seite-projekte .inhalt-beitrag-projekt h2{font-size:1.25em; letter-spacing:0;}
	.inhalt-seite-projekte .inhalt-beitrag-projekt::after{content:'';}
	.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt::after{display:none;}
}
@media (max-width:479px){
	.inhalt-seite-projekte .inhalt-beitrag-projekt h2{font-size:1.5em; letter-spacing:0;}
	.inhalt-seite-projekte .inhalt-beitrag-projekt::after{content:'';}
	.inhalt-seite-projekte .inhalt-beitrag-projekt .inhalt-baustein-inhalt::after{display:none;}
}
@media (max-width:319px){
	.inhalt-seite-projekte .inhalt-beitrag-projekt h2{font-size:1.25em;}
}

/*Mitteilungen*/
body.seite .inhalt-mitteilung{padding:0.375em 0 0.5em 0;}
body.seite .inhalt-mitteilung .inhalt-mitteilung-datum{float:right; margin-left:2em; font-weight:normal; font-size:0.77777em; color:#666;}
body.mitteilung .inhalt-mitteilung h2.inhalt-mitteilung-datum{font-weight:bold;}
body.seite .inhalt-mitteilung-mehr{padding-top:0;}
body.seite .inhalt-mitteilung-kategorie .inhalt-mitteilung{padding:0.5em 0; border-bottom:1px solid #ccc;}
body.seite .inhalt-mitteilung-kategorie .letzter{border-bottom:0;}
body.seite .inhalt-mitteilung-kategorie-rssfeed{max-width:28em;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext{position:relative; min-height:9em;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext img{float:right; margin:1.4375em 0 0.875em 1.25em; max-height:9em; max-width:9em;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext p:nth-child(1n+2){display:block; padding:0;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext p:nth-child(n){padding-right:10.5em;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext p:nth-child(1n+3){display:none;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext img:nth-child(1){position:absolute; top:0; right:0; margin:0.5em 0;}
body.seite .inhalt-mitteilung-kategorie-rssfeed ul.inhalt-mitteilung-titel-liste li:nth-child(-n+5){display:none;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kurztext p.inhalt-kommentare-hinweis{display:block; clear:both; padding:0.5em 0 0.5em 0;}
body.seite .inhalt-mitteilung-kategorie-rssfeed .inhalt-mitteilung-kategorie-abonnieren{float:right;}
body.seite .inhalt-mitteilung .inhalt-dokument-liste{clear:none;}
body.mitteilung .inhalt-mitteilung-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%;}
.inhalt-galerie-bilder ol{display:block; margin:0; padding:0;}
.inhalt-galerie-bilder ol li{float:left; width:6.25em; height:6.25em; font-size:1em; padding:0; margin:0 1em 1em 0; list-style:none; border:1px solid #ccc; max-width:none;}
.inhalt-galerie-bild{width:6.25em; height:6.25em; 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;}

/*Galerie-Diashow*/
.inhalt-galerie-diashow-bilder{width:100%;}
.inhalt-galerie-diashow ul{list-style:none; padding:0; display:block; max-width:100%; }
.inhalt-galerie-diashow ul li, .inhalt-galerie-diashow ul li img{max-width:100%;}
.inhalt-galerie-diashow img{display:block;}
.inhalt-galerie-diashow-bild-play{display:none;}
.inhalt-galerie-diashow-bild-vor, .inhalt-galerie-diashow-bild-zurueck{position:absolute; top:0; height:100%; width:25%; z-index:100;}
.inhalt-galerie-diashow-bild-vor a, .inhalt-galerie-diashow-bild-zurueck a{display:block; width:100%; height:100%;background:no-repeat center center; }
.inhalt-galerie-diashow-bild-vor{right:0;}
.inhalt-galerie-diashow-bild-zurueck{left:0;}
.inhalt-galerie-diashow-bild-vor span, .inhalt-galerie-diashow-bild-zurueck span{display:none;}
.js-gruppen-anzahl ul{display:flow-root; width:100%; padding:0; list-style: none;}
.js-gruppen-anzahl ul li{display:inline-block; width:0.75em !important; height:0.75em; margin:0 0.125em; padding:0; font-size:1em; line-height:100%;}
.js-gruppen-anzahl ul a{display:inline-block; width:0.75em; height:0.75em; border-radius:1em; background-color:#ead5a8;}
.js-gruppen-anzahl ul a span{content:''; opacity: 0; display:block; height:1em; overflow:hidden;}
.js-gruppen-anzahl ul .aktiv a{background-color:#4A2121;}

/*Beitrag mit angehängter Laptop-Galerie*/
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-bilder{max-width:100%; background:url(laptop-leer.png) no-repeat; background-size:100%; padding:0;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-100px{width:11em;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-200px{width:21.25em;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-300px{width:29.5em;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-700px{width:39em;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-original{width:100%;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-bilder .inhalt-galerie-diashow{padding:2% 0 25% 3%;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow{padding:0.25em 0 0 0.75em;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow ul{position:relative; max-width:59%; width:59%;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-bilder .inhalt-galerie-diashow-bild-vor,
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-bilder .inhalt-galerie-diashow-bild-zurueck{height:42%; rotate:-16deg;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-bilder .inhalt-galerie-diashow-bild-vor{right:39%;}
.inhalt-beitrag-laptopgalerie .inhalt-galerie-diashow-bilder .inhalt-galerie-diashow-bild-zurueck{top:13%; left:0;}

/*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;}

/*Google-Map-Api*/
.inhalt-karte-gmap{margin:0.5em 0; height:25em; border:1px solid #ccc; background-color:#eee;}
.inhalt-karte-gmap .gm-style-iw{max-width:300px; font-size:1.25em;}
.inhalt-karte-anfahrt-form{padding-bottom:0.25em;}
.inhalt-karte-anfahrt-form form *{vertical-align:middle;}
.inhalt-karte-anfahrt-form input.text{width:150px;}
.inhalt-karte-gmap-adresse{display:none;}
#inhalt-karte-anfahrt address{top:0; left:0; width:auto; height:auto; margin:0; padding:0; float:none; clear:both;}

/*Formulare*/
.inhalt-formular div.clear{padding-bottom:1px;}
.inhalt-formular{width:100%;}
.inhalt-formular-zeile{display:flex; justify-content:space-between; width:100%; clear:both; border-bottom:1px solid #666;}
.inhalt-formular-anliegen{border:1px solid #666; padding:0.5em 0 0.5em 1em;}
.inhalt-formular-checkbox-themen{padding-top:1.125em;}
.inhalt-formular-checkbox-themen .inhalt-formular-zeile{border-bottom:0;}
.inhalt-formular-input select, .inhalt-formular-input input.text{width:99%; padding:1em 0;}
.inhalt-formular-label, .inhalt-formular-input input, .inhalt-formular-checkbox-label, .inhalt-formular-checkbox-input{padding:0.75em 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{padding:0.75em 1em 0.75em 0; text-align:left; overflow:hidden;}
.inhalt-formular-input{flex-grow:1; position:relative;}
.inhalt-formular-label label{padding-left:1em;}
.inhalt-formular-checkbox-themen .inhalt-formular-checkbox-input{width:17%; float:left; text-align:right; padding:0;}
.inhalt-formular-checkbox-themen .inhalt-formular-checkbox-label{width:75%; float:right; padding:0.1em 0 0.3em 0;}
.inhalt-formular-buttons{text-align:center;}
.inhalt-formular-buttons input.submit{display:inline-block; margin-left:2.5em; height:auto;}
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;}
.inhalt-formular-2spalten.inhalt-formular-spalte-rechtskleiner .inhalt-baustein-spalte-links{width:68%;}
.inhalt-formular-2spalten.inhalt-formular-spalte-rechtskleiner .inhalt-baustein-spalte-rechts{width:28%;}
.inhalt-formular-2spalten.inhalt-formular-spalte-linkskleiner .inhalt-baustein-spalte-links{width:22%;}
.inhalt-formular-2spalten.inhalt-formular-spalte-linkskleiner .inhalt-baustein-spalte-rechts{width:74%;}
.inhalt-formular-captcha{padding:1em 1em 0 1em;}
body.nojquery .js-akkordeon-wrapper{display:block !important;}

/*Akkordeon*/
.inhalt-beitrag h2.js-akkordeon-trigger{padding:0.5em; margin-top:0.5em; font-size:1.25em; font-weight:bold; color:#333; letter-spacing:inherit; text-transform:none;}
.inhalt-formular h2.js-akkordeon-trigger{font-size:1em; font-weight:normal; text-decoration:underline; text-align:left; text-transform:none; letter-spacing:normal;}
div.js-akkordeon-wrapper{padding:0.5em;}
body.jquery .inhalt-beitrag h2.js-akkordeon-trigger:hover, body.jquery .inhalt-beitrag h2.js-akkordeon-trigger:focus{color:#e37c1f;}
body.jquery .inhalt-beitrag h2.js-akkordeon-trigger:after{content:"\002B"; margin-left:0.25em; font-weight:bold;}
body.jquery .inhalt-beitrag h2.js-akkordeon-trigger.aktiv:after{content:"\2212";}
/*Section-Akkordeon*/
.js-sectionakkordeon-triggerbeitrag .inhalt-beitrag-kurztext:hover, .js-sectionakkordeon-triggerbeitrag .inhalt-beitrag-kurztext:focus{color:#e37c1f;}
.js-sectionakkordeon-triggerbeitrag .inhalt-beitrag-kurztext:hover hr, .js-sectionakkordeon-triggerbeitrag .inhalt-beitrag-kurztext:focus hr{color:#e37c1f; background:#e37c1f;}
.js-sectionakkordeon-triggerbeitrag .inhalt-beitrag-kurztext hr, .js-sectionakkordeon-triggerbeitrag .inhalt-beitrag-kurztext p:first-child{opacity:1; transition:opacity 100ms ease-in-out;}
.js-sectionakkordeon-wrapper h2{padding:1.75em 0 0 0;}
.js-sectionakkordeon-wrapper{overflow:hidden;}
body.jquery #seite .js-sectionakkordeon-wrapper.inaktiv{height:0 !important; padding-top:0;}
.js-sectionakkordeon-wrapper{transition:all 1s ease-in-out; }
.section.akkordeonsection-parent{padding-bottom: 1em;}

/*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{background-color:#eee; box-shadow:inset 0px 1px 0px #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:0px 0px 6px 0px rgba(0, 0, 0, 0.5);}

/*Burgermenü*/
body.desktop.unterseite #menue-burger-button{display:none;}
#menue-burger-button{position:absolute; width:48px; height:48px; right:0.75em; top:0; background:transparent; z-index:9999;}
#menue-burger-button .menue-burger-button-line{display:block; margin:8px 12px; width:22px; height:2px; background-color:#000;}
body.startseite #menue-burger-button .menue-burger-button-line{background-color:#fff;}
body.startseite #menue-burger-button.offen .menue-burger-button-line{background-color:#000;}
#menue-burger-button.offen .menue-burger-button-line-1{-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
#menue-burger-button.offen .menue-burger-button-line-2{position:absolute; top:15px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
#menue-burger-button.offen .menue-burger-button-line-3{display:none;}
body.jquery #menue-burger-button{display:block;}
#mobilansicht-menue{position:fixed; top:0; right:-85%; width:80%; max-width:18em; height:100%; background:#fff; box-shadow:0 0 5px #000; z-index:1002; overflow-y:scroll; overflow-x:hidden; -webkit-overflow-scrolling:touch; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; transition: all .3s ease-in;}
#mobilansicht-menue.offen{right:0%;}
#mobilansicht-menue #mobilansicht-top{text-align:left;}
#mobilansicht-menue li.nav-submenue{position:relative;}
#mobilansicht-menue li.nav-submenue .js-submenuebutton{position:absolute; right:0; top:-1px; width:2.75em; height:2.5em; display:block;}
#mobilansicht-menue li.nav-submenue .js-submenuebutton div{display:block; width:100%; height:100%; background:url(open-close-submenu-2.png) center center no-repeat; background-size:1em; cursor:pointer;}
#mobilansicht-menue 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);}
#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;}

/*Mobilmenü*/
#kopf #nav2{padding-top:3em; width:100%; height:auto; float:none;}
#mobilansicht-menue ul.nav-liste{width:auto; font-weight:normal;}
#mobilansicht-menue ul.nav-liste li{position:relative; display:block; width:auto; margin:0; font-weight:normal; border-top:1px solid; border-image:linear-gradient(to right, transparent 5%, #333 50%, transparent 95%) 25 / 1px 0 0 0; text-align:center;}
#mobilansicht-menue ul.nav-liste li.erster{border-top:0;}
#mobilansicht-menue ul.nav-liste a{display:block; padding:0.5em 0.75em 0.75em 0.75em; text-transform:none; text-decoration:none; outline:0;}
#mobilansicht-menue ul.nav-liste a:visited{text-decoration:none;}
#mobilansicht-menue ul.nav-liste a span{}
.nav-liste-mobil-slidedown{display:block; font-size:0.75em;opacity:0.5; line-height:100%;}
/*lvl 1*/
#mobilansicht-menue ul.nav-liste li{list-style:none; font-size:1em; max-width:100%;}
#mobilansicht-menue ul.nav-liste a{padding-left:1em; background-color:#fff; color:#333;}
#mobilansicht-menue ul.nav-liste a:before{position:absolute; left:1em; content:"";}
#mobilansicht-menue ul.nav-liste a.nav-aktiv-link, #mobilansicht-menue ul.nav-liste a:active,
#mobilansicht-menue ul.nav-liste a:hover, #mobilansicht-menue ul.nav-liste a:focus{background-color:#ef7d00; color:#fff !important; text-decoration:none;}
#mobilansicht-menue ul.nav-liste li.nav-aktiv > a{background-color:#ef7d00; color:#fff;}
/*lvl 2*/
#mobilansicht-menue ul.nav-liste ul li.nav-submenue > a:after{content:"\002C7"; position:absolute; right:1em; top:0.5em; font-size:2em;}
#mobilansicht-menue ul.nav-liste ul li.erster{border-top:1px solid; border-image:linear-gradient(to right, transparent 5%, #333 50%, transparent 95%) 25 / 1px 0 0 0; }
#mobilansicht-menue ul.nav-liste li.nav-aktiv ul{display:block;}
#mobilansicht-menue ul.nav-liste ul li{list-style:none; font-size:1em; max-width:100%;}
#mobilansicht-menue ul.nav-liste ul a{padding-left:1.75em; background-color:#ddd; color:#333;}
#mobilansicht-menue ul.nav-liste ul a.nav-aktiv-link, #mobilansicht-menue ul.nav-liste ul a:active,
#mobilansicht-menue ul.nav-liste ul li.nav-aktiv a{background-color:#ccc; color:#fff;}
/*lvl 3*/
#mobilansicht-menue ul.nav-liste li.nav-aktiv ul li ul{display:none;}
#mobilansicht-menue ul.nav-liste li.nav-aktiv ul li.nav-aktiv ul{display:block;}
#mobilansicht-menue ul.nav-liste ul ul li{list-style:none; font-size:1em; max-width:100%;}
#mobilansicht-menue ul.nav-liste ul ul li a{padding-left:2.5em;}
#mobilansicht-menue ul.nav-liste ul ul a, #mobilansicht-menue ul.nav-liste ul li.nav-aktiv ul a{background-color:#fff; color:#555;}
#mobilansicht-menue ul.nav-liste ul ul a:before{content:"\203A\2002"; vertical-align:0.0625em;}
#mobilansicht-menue ul.nav-liste ul ul a.nav-aktiv-link, #mobilansicht-menue ul.nav-liste ul ul a:active,
#mobilansicht-menue ul.nav-liste ul ul a:hover, #mobilansicht-menue ul.nav-liste ul ul a:focus{background-color:#EB6B0F !important; color:#fff !important; text-decoration:none;}

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

@media (max-width:943px){
	.mobil-none{display:none;}
	#funktionen, #slogan, #to-top, #footer #kontakt, .sozial-media{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;}
	td, th, dl, li, p, pre, address, blockquote, .p {font-size:1em;}
	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{padding:0; background:none; overflow:visible;}
	#logo{position:relative; top:0; left:0; clear:both; width:100%; padding:0; text-align:center;}
	#logo img{position:relative; margin:0 auto; max-width:80%; min-width:0; padding:0.25em 0 0 0;}
	#schmuckbild, #schmuckbild img{width:100%;}
	body.startseite #themenbild .inhalt-media{height:100vh; min-height:44em;}
	body.startseite #themenbild-absolute{top:49vh;}
	@media (max-width:479px){body.startseite #themenbild-absolute{top:13em;}}
	@media (max-width:319px){
		body.startseite #themenbild-absolute{top:8em;}
		body.startseite .slogan span{font-size:1.5em;}
		body.startseite h1{padding-bottom:0;}
		body.startseite .slogan{padding:1em 0 0;}
	}
	#seite{clear:both; float:none; padding-bottom:3em;}
	#seite .zentriert{min-width:100%;}
	#spalte-links{display:block; width:100%;}
	#spalte-mitte{display:block; padding:2em 0;}
	#spalte-rechts{display:block; padding:0.5em;}
	#footer p{padding:0.5em 0; text-align:center; max-width:100%;}
	#kopf{height:4em;}
	#kopf .inhalt{height:auto;}
	.kopf-nav{padding:0;}
	#to-top{transition:none;}
	.inhalt-baustein, .inhalt-seite-projekte .inhalt-baustein-3spalten{width:100%; min-width:100%;}
	#footer .zentriert{padding-bottom:0;}
	#seite .inhalt-beitrag, #seite .inhalt-baustein-spaltenwrapper, #seite .inhalt-mitteilung, #seite .inhalt-galerie, #seite .inhalt-dokument-liste, #seite .inhalt-skript, #seite .inhalt-suche-ergebnis {padding:0 1em;}
	#seite .inhalt-baustein-spaltenwrapper .inhalt-beitrag{padding:0;}
	h1 span{font-size:3em !important;}
	body.startseite .slogan span{font-size:2em;}
	body.startseite h1 span::after{height:5px;}
	@media (max-width:685px){
		body.startseite h1 span{display:inline-block;}
		body.startseite h1 span:after{width:5em; margin: 0 auto; right:0;}}
	@media (max-width:639px){h2{font-size:2em; letter-spacing:0;}}
	@media (max-width:479px){h1 span{font-size:2.125em !important;}}
	#seite .inhalt-beitrag-laptopgalerie .inhalt-galerie{padding-left:0;}

	/*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:#313131;}
	#mobilansicht-bottom{padding-top:0; background-color:#313131;}
	a.mobil{display:inline-block; width:48px; height:48px; outline:0;}
	#mobilansicht-buttons-top{text-align:center;}
	#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.facebook.mobil{background:url(facebook.svg) center center no-repeat; background-size:24px;}
	a.instagram.mobil{background:url(instagram.svg) center center no-repeat; background-size:24px;}
	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;}

	/*Burgermenü*/
	#menue-burger-button.offen span{background-color:#000;}

	/*Navigation*/
	#nav2{display:none;}
	#footer #nav3{width:100%; height:auto; float:none;}
	#footer ul.nav-liste{text-align:center;}
	#footer ul.nav-liste li{display:inline-block;}
	#footer ul li a{display:block; padding:0.5em;}
	#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{background-color:#fefefe; background-color:rgba(255,255,255,0.5); text-decoration:none;}
	body.jquery .nav{display:none;}
	.nav-titel{width:auto; margin:0; text-align:center; padding:0.6em 0.8em 0.7em 0.8em; font-weight:bold; color:#fff; background-color:#48504E; border-top:1px solid #000;} /* Main menu Title */
	div.nav{text-align:left; background-color:#fff;}
	#menue{text-align:left; border-bottom:1px solid; border-image:linear-gradient(to right, transparent 5%, #333 50%, transparent 95%) 25 / 0 0 1px 0; }
	#nav-bereich li, #nav1 li{list-style:none; overflow:hidden; max-width:none;}
	.kopf-nav{width:100%;}
	.kopf-nav ul ul{padding-left:1em;}

	/*Texte, Formulare, Tabellen*/
	h1{overflow:visible; width:95%; margin:0 auto;}
	.inhalt-formular-label{width:auto; float:none; text-align:left; }
	.inhalt-formular-input{width:auto; float:none; text-align:left; padding:0.5em 1em 0.5em 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{ height:auto; padding:0.6em 0.8em 0.7em 0.8em; border:0; font-weight:bold;}
    @media (max-width:799px){
		#inhalt-formular-kontakt div.js-akkordeon-wrapper{padding:0;}
		fieldset{padding:0;}
		.inhalt-formular-buttons input.submit{margin-left:0;}
		.inhalt-formular-2spalten .inhalt-baustein-spalte-links, .inhalt-formular-2spalten .inhalt-baustein-spalte-rechts{float:none; width:100%; overflow:visible; margin:0; padding:0;}
		.inhalt-formular-2spalten.inhalt-formular-spalte-rechtskleiner .inhalt-baustein-spalte-links, .inhalt-formular-2spalten.inhalt-formular-spalte-rechtskleiner .inhalt-baustein-spalte-rechts,
		.inhalt-formular-2spalten.inhalt-formular-spalte-linkskleiner .inhalt-baustein-spalte-links, .inhalt-formular-2spalten.inhalt-formular-spalte-linkskleiner .inhalt-baustein-spalte-rechts{width:100%;}
    }
	@media (max-width:639px){
		input::placeholder{color:#5f5f5f;}
		.label-640-weg{display:none;}
	}
	@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:#BDBEBD; color:#333; font-weight:bold;}
		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;}
		p.button a .w480-weg{display:none;}
		p.button a span{padding:0 0.125em;}
		body.startseite p.button a, body.startseite input.submit{font-size:1.5em;}
	}
	@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%;}
		#consent-manager-open{width:3.5em; height:4em; top:-2.5em;}
		#consent-manager-open img{width:3.5em; height:auto;}
		#consent-manager-open:hover img, #consent-manager-open:focus img{margin-top:-4em}
	}

	/*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:799px){
		.inhalt-seite-projekte .inhalt-baustein-spaltenwrapper{display:block;}
		.inhalt-seite-projekte .inhalt-baustein-spaltenwrapper .inhalt-baustein-spalte-links, .inhalt-seite-projekte .inhalt-baustein-spaltenwrapper .inhalt-baustein-spalte-mitte, .inhalt-seite-projekte .inhalt-baustein-spaltenwrapper .inhalt-baustein-spalte-rechts{width:100%;}
	}
	@media (max-width:639px){
		.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;}
		.inhalt-section-bg-weiss{background-size:100% 99%;}
		.inhalt-baustein-spalte-links, .inhalt-baustein-spalte-mitte, .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%;}
	.inhalt-section-bg-weiss .inhalt-baustein{width:100%; min-width:100%;}
	#seite .inhalt-section-bildrandlos-parent .inhalt-baustein-spaltenwrapper{padding:0;}
	#seite .inhalt-section-bildrandlos-parent .inhalt-baustein-2spalten .inhalt-baustein-spalte-links .inhalt-beitrag{padding:0 0 0 1em;}
	#seite .inhalt-section-bildrandlos-parent .inhalt-baustein-2spalten .inhalt-baustein-spalte-rechts .inhalt-beitrag{padding:0 1em 0 0;}
    @media (max-width: 639px){#seite .inhalt-section-bildrandlos-parent .inhalt-baustein-2spalten .inhalt-beitrag{padding:0 1em !important;}}
    #seite .inhalt-section-bildrandlos-parent .inhalt-baustein-2spalten .inhalt-beitrag-bildrandlos{padding:0 !important;}

	/*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:100%!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;}
	}

	/*Galerie-Slider*/
	.inhalt-galerie-gruppen{width:100%!important;}
	.inhalt-media img{width:100%!important;}
	.inhalt-galerie-bilder ol li{margin-right:1em;}
	.inhalt-galerie-bilder ol li:nth-child(3n+4){clear:none;}
	.inhalt-galerie-gruppe-bilder{position:relative; padding:0 0 0.5em 0; width:100%; overflow:hidden;}
	.inhalt-galerie-gruppe-bilder ul{margin:0; padding:0; width:120%;}
	.inhalt-galerie-gruppe-bilder ul li{float:left; width:6.25em; height:6.25em; margin:0 1em 1em 0; list-style:none; border:1px solid #ccc; max-width:none;}
	.inhalt-galerie-gruppe-bild{width:6.25em; height:6.25em; text-align:center; overflow:hidden;}
	@media (max-width:479px){#themenbild .inhalt-galerie-bilder-anzahl{display:none;}}

	/*Google-Maps*/
	.inhalt-karte{padding-right:24px;}
	.inhalt-karte-gmap label{display:block;}
	.inhalt-karte-gmap #content{width:auto; min-height:0;}
	@media (max-width:319px){
		.inhalt-karte-gmap{display:none;}
		.inhalt-karte-gmap-adresse{display:inline;}
	}

	/*Seite Datenschutz*/
	.inhalt-skript-datenschutz h2, .inhalt-skript-datenschutz h3{text-transform:none;}
	.inhalt-skript-datenschutz h3{font-size:1.25em;}
}