@charset 'utf-8';
                                                                                
                       /**,,..                                                  
                       .#####################(                                  
                        #####################,..                                
            ,..         #####################...        .*(&@@@@@@@@@.          
           ,@&@@&@@@@@@@/,,,,################... #@@@@@@@@@@@@@@@@@@@...        
           &&@@@@@@@@@@@&,,,,,##############*..  /@@@@@@@@@@@@@@@@@@@...        
           @@@@@@@@@@@@@&,,,,,##############...  ,@@@@@@@@@@@@@@@@@@#..         
          #@@@@@@@@@@@@@@/,,,,######((((((((######,,,,,@@@@@@@@@@@@@*..         
          @@@@@@@@@@@@@@@&,,,,######((/////(######,,,,*@@@@@@@@@@@@@...         
         ,@@@@@@@@@@@@@@@@@@@&,....,##############,,,,/@@@@@@@@@@@@@...         
         &@@@@@@@@@@@@@@@@@@@&(..  ###############,,,,(@@@@@@@@@@@@%..          
            ..................... .###################,...............          
                                  ####################...                       
                                   ,(#################...                       
                                      ........*(######..                        
     QuerWege                                   .....*/                        
                                                                     


/* ¡Renormasaniset */
*, ::before, ::after {background-repeat: no-repeat; box-sizing: border-box;} html {-webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 3; -ms-hyphenate-limit-chars: 6 3 3; hyphenate-limit-chars: 6 3 3; -webkit-hyphenate-limit-lines: 3; -ms-hyphenate-limit-lines: 3; hyphenate-limit-lines: 3; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll;} body {background-color: transparent;} a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,input,kbd,label,legend,li,main,mark,menu,nav,object,ol,option,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;} input {overflow: visible;} button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;} [type="checkbox"], [type="radio"] {padding: 0;} [type="search"] {-webkit-appearance: textfield; outline-offset: -2px;} textarea {overflow: auto; resize: vertical;} ::-webkit-input-placeholder {color: inherit; opacity: 0.4;} :-webkit-search-decoration {-webkit-appearance: none;} [hidden] {display: none;} audio, video {display: inline-block;} a {background-color: transparent; text-decoration:none } a, area, button, input, label, select, summary, textarea, [tabindex] {-ms-touch-action: manipulation; touch-action: manipulation;} ol,ul{list-style:none} blockquote,q{quotes:none} blockquote:after,blockquote:before,q:after,q:before{content:'';content:none} table{border-collapse:collapse;border-spacing:0} b,strong{font-weight:bold} em,i{font-style:italic} h1,h2,h3,h4,h5,h6{font-weight:400} button, input, select, textarea {font-family: inherit; font-size: inherit; line-height: inherit;} abbr[title]{text-decoration: underline; text-decoration: underline dotted; cursor:help;} img {border-style: none; -moz-user-select: text; -webkit-user-select: text; user-select: text; -moz-user-drag: none; -webkit-user-drag: none; user-drag: none;} svg {fill: currentColor;} svg:not(:root) {overflow: hidden;} 
/* Renormasaniset! */

@font-face {
font-family: 'Droid Serif';
src: url('../fonts/droidserif-regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Droid Serif';
src: url('../fonts/droidserif-bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Droid Serif';
src: url('../fonts/droidserif-italic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: 'Icons';
src: url('../fonts/fontawesome.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

/* Vars */
:root {
--pad: 2em;
--grau: 240,240,240;
--mittelgrau: 180,180,180;
--hellorange: 230,180,40;
--gruen: 170,200,60;
--textgruen: 160,185,55;
--knopfgruen: 180,200,60;
--dunkelblau: 30,60,130;
--mittelblau: 150,190,220;
--hellblau: 170,210,240;
--magenta: 180,0,110;
scroll-behavior: smooth;
}

a,
a img,
a span,
button,
input[type=submit],
input[type=file] {
transition: color 250ms ease-in, background-color 250ms ease-in;
}

header h1 a {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}

::selection {
background: rgba(var(--hellorange),.2);
color: black;
}

::-moz-selection {
background: rgba(var(--hellorange),.2);
color: black;
}

img {
-moz-user-select: text;
-webkit-user-select: text;
user-select: text;
-moz-user-drag: none;
-webkit-user-drag: none;
user-drag: none;
}

.klar {
clear: both;
}

div.text p,
div.text > ul,
div.text > ol {
margin: 0 0 10px 0;
}

div.text p.datum {
margin: 0 0 0 0;
font-style: italic;
}

.termine div.text p.datum {
display: inline-block;
font-style: normal;
background: rgba(255,255,255,.2);
padding: 3px 4px;
margin: 0 0 8px 0;
}

article.termine div.text p.datum {
background: rgba(var(--hellorange),.2);
}

article.aktuelles div.text p.datum {
font-size: .8em;
color: rgb(var(--mittelgrau));
}

article.aktuelles.termine div.text p.datum {
color: black;
}

.blog div.text p,
.blog div.text li {
font-size: 1.25em;
line-height: 1.5em;
}

.aktuelles div.text p.datum + h3 {
margin-top: 0;
}

div.text h2,
article.einrichtungen h2,
article.aktuelles h2,
article.termine h2,
.intern h2,
.downloads h2 {
font-size: 30px;
line-height: 40px;
font-weight: bold;
margin: 0 0 10px 0;
color: rgb(var(--gruen));
}

.box div.text h2,
.bulletin h2 {
font-size: 24px;
line-height: 32px;
font-weight: bold;
color: white;
}

div.text h3,
.downloads h3 {
font-size: 1.2em;
line-height: 1.3em;
font-weight: bold;
margin: 1em 0 .75em 0;
color: rgb(var(--textgruen));
-webkit-column-break-after: prevent;
break-after: avoid;
}

.blog > div.text h3 {
font-size: 2.2em;
line-height: 1.4em;
margin-top: 0;
}

div.text h3 + h4 {
margin-top: -4px;
}

ul.aktuelles li div.text div h4 {
margin-top: 0;
}

.start .aktuelles div.text h3 {
font-size: 14px;
line-height: 20px;
margin: 0;
color: rgb(var(--dunkelblau));
}

aside.start h3 {
font-size: 1.2em;
line-height: 1.3em;
font-weight: bold;
color: rgb(var(--dunkelblau));
margin: 0 0 16px 0;
}

div.text h4 {
font-weight: bold;
margin: 15px 0 5px 0;
-webkit-column-break-after: prevent;
break-after: avoid;
}

.blog > div.text h4 {
font-size: 1.6em;
line-height: 1.3em;
margin: 1.5em 0 .75em 0;
}

div.text h5,
div.text h6 {
font-style: italic;
-webkit-column-break-after: prevent;
break-after: avoid;
}

.blog > div.text h5,
.blog > div.text h6 {
font-size: 1.2em;
margin: 1em 0 .25em 0;
}

div.text > ul:not(.obj) > li,
div.text > ol:not(.obj) > li,
div.text div > ul > li,
ul.notiz li {
margin: 0 0 5px 0;
padding-left: 12px;
text-indent: -12px;
}

div.text hr {
border: none;
height: 1px;
background: rgb(var(--gruen));
margin: 1.5em 0;
}

div.text > ol {
list-style-type: decimal;
list-style-position: inside;
}

div.text > ul:not(.obj) > li:before,
div.text div > ul:not(.obj) > li:before,
ul.notiz li:before {
content: '› ';
display: block;
float: left;
width: 12px;
/* color: black; */
}

.blog div.text figcaption {
font-size: 1em;
line-height: 1.35;
color: rgb(var(--mittelblau));
margin: .5em .5em;
}

.start div.box div.text ul li:before {
color: white;
}

div.text a,
div.info a,
ul.downloads.fundgrube li > a {
color: black;
border-bottom: 1px solid rgba(var(--gruen),.5);
box-shadow: inset 0 -6px 0 rgba(var(--gruen),.5);
}

ul.termine.liste li > div > p,
ul.termine.liste li > div > h3 a {
padding: .35em 0 .3em 0;
}

ul.termine.liste li > div > h3 a {
display: inline-flex;
width: calc(100% + .5em);
color: rgb(var(--dunkelblau));
background-color: rgba(var(--dunkelblau),.075);
margin-left: -.5em;
padding-left: .5em;
padding-right: .25em;
}

ul.termine.liste li h3 a:hover {
color: white;
background-color: rgb(var(--gruen));
}

ul.downloads.fundgrube li > a {
font-weight: bold;
}

div.text a:hover,
div.info a:hover {
color: rgb(var(--textgruen));
border-bottom: 1px solid transparent;
box-shadow: inset 0 -6px 0 rgba(var(--gruen),0);
}

.knopf,
ul.aktionen li a,
div.filter span,
div.filter a {
display: inline-block;
background: white;
color: rgb(var(--dunkelblau));
font-weight: bold;
padding: 4px 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
}

div.text a.knopf {
background: rgb(var(--grau));
}

div.text a.knopf:hover {
color: white;
background: rgb(var(--dunkelblau));
}

.intern div.filter span {
background: rgb(var(--grau));
}

aside.start .knopf,
.aktuelles .knopf {
background: rgb(var(--grau));
}

.knopf.zurueck {
margin-bottom: 32px;
}

.intern .knopf.zurueck {
background: white;
}

.aktuelles p.zurueck {
width: 100%;
}

article.termine .knopf.zurueck {
display: inline-block;
}

.intern .knopf {
margin-bottom: 16px;
}

ul.aktionen li {
display: inline-block;
margin: 0 8px 8px 0;
}

ul.einrichtungen li .knopf {
margin-top: 16px;
}

.knopf:hover,
aside.start .knopf:hover,
ul.aktionen li a:hover,
.intern .knopf.zurueck:hover {
color: white;
background: rgb(var(--dunkelblau));
}

body {
position: relative;
-webkit-hyphenate-limit-before: 4;
-webkit-hyphenate-limit-after: 4;
-ms-hyphenate-limit-chars: 8 4 4;
hyphenate-limit-chars: 8 4 4;
-webkit-hyphenate-limit-lines: 3;
-ms-hyphenate-limit-lines: 3;
hyphenate-limit-lines: 3;
}

body,
button,
form input,
form textarea,
form select {
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
font-family: 'Droid Serif', Cambria, Georgia, serif;
font-size: 15px;
line-height: 22px;
}

body.intern {
background: rgb(var(--grau));
}

section,
footer div {
position: relative;
width: auto;
padding: 0 5%;
}

section {
min-height: calc(100vh - 13em);
}

nav,
article,
aside {
display: inline-block;
vertical-align: top;
margin: 12px 0 0 0;
}

aside.start {
margin-top: 0;
}

header {
position: relative;
}

header h1 {
display: inline-block;
position: relative;
z-index: 99;
}

header.sub h1 {
position: absolute;
top: 6px;
right: 0;
}

.querwege header h1 a,
.intern header h1 a,
header.sub h1 a {
font-size: 0;
line-height: 0;
color: transparent;
display: inline-block;
background-image: url('../img/querwege.svg');
background-size: 272px auto;
background-repeat: no-repeat;
}

.querwege header h1 a,
.intern header h1 a {
width: 280px;
height: 102px;
margin: 32px 24px 64px 0;
}

.querwege header h1 a:hover {
background-image: url('../img/querwege.svg'), url('../img/querwege-schatten.svg');
background-position: top left, 4px 4px;
}

.intern header h1 a:hover {
background-image: url('../img/querwege.svg'), url('../img/querwege-schatten-dunkel.svg');
background-position: top left, 4px 4px;
}

header.sub h1 a {
width: 140px;
height: 51px;
background-size: 136px auto;
}

header.sub h1 a:hover {
background-image: url('../img/querwege.svg'), url('../img/querwege-schatten-dunkel.svg');
background-position: top left, 2px 2px;
}

header.sub h2 {
width: 50%;
padding: 32px 0 0 0;
margin: 0 0 64px 0;
}

header.sub h2,
.termine div.text p.datum {
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(-1.5deg);
-moz-transform: rotate(-1.5deg);
-ms-transform: rotate(-1.5deg);
transform: rotate(-1.5deg);
}

header.sub h2 a {
font-size: 32px;
line-height: 40px;
font-weight: bold;
background: rgb(var(--magenta));
color: white;
padding: 0 6px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}

header.sub h2 a:hover {
-webkit-box-shadow: 4px 4px 1px rgba(0,0,0,.15);
-moz-box-shadow: 4px 4px 1px rgba(0,0,0,.15);
box-shadow: 4px 4px 1px rgba(0,0,0,.15);
}

nav.main ul li,
nav.main ul li a,
nav.lang ul li,
nav.lang ul li a,
footer a {
color: rgb(var(--dunkelblau));
}

nav.main a:hover,
nav.lang ul li a:hover,
footer a:hover {
color: rgb(var(--mittelblau));
}

nav.main li a:after {
content: ' ›';
color: white;
}

nav.main li a:hover:after {
color: rgb(var(--mittelblau));
}

nav.main ul li.aktiv > a {
background: rgb(var(--hellblau));
padding: 4px;
margin: 0 0 0 -4px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}

nav.main ul li.aktiv a:after {
content: '';
}

nav.main {
padding: 3px 0 16px 0;
width: 168px;
width: calc(100% / 6);
}

nav.main ul li {
font-weight: bold;
margin: 0 0 .25em 0;
}

nav.main ul li ul {
margin: .5em 0 .75em 0;
}

nav.main ul li ul li {
font-weight: normal;
padding: 0 0 0 .5em;
}

nav.lang,
div.info {
position: absolute;
top: 0;
right: 0;
overflow: visible;
}

div.info {
padding: 32px 32px 0 0;
}

header.sub nav.lang {
margin-top: 44px;
}

nav.lang ul {
position: relative;
z-index: 99;
margin: 28px 0 0 0;
}

header.sub nav.lang ul {
margin: 4px 160px 0 0;
}

nav.lang ul li {
display: inline-block;
font-weight: bold;
}

nav.lang ul li a {
font-weight: normal;
}

svg#lang {
position: absolute;
top: 0;
right: 0;
}

.querwege svg#lang.lang-2 {right: -40px;}
.querwege svg#lang.lang-1 {display: none;}
.sub svg#lang.lang-2 {right: -80px;}
.sub svg#lang.lang-1 {right: -256px;}

article {
margin: 0 3%;
width: 536px;
width: 44%;
}

.intern article {
padding-bottom: 5%;
}

header + article {
margin: 0 3% 0 0;
}

aside {
width: 352px;
width: calc(100% / 6 * 2);
}

article.einrichtungen,
article.aktuelles,
article.liste,
article.termine {
margin: 0 0 0 3%;
width: 536px;
width: calc(100% / 6 * 5 - 3%);
}

article.aktuelles div.text {
display: inline-block;
margin: 0 3% 0 0;
width: 352px;
width: 50%;
}

article.aktuelles aside {
margin-top: 32px;
width: 352px;
width: 47%;
}

article.aktuelles.blog > div.text {
width: 100%;
padding: calc(var(--pad) * 2);
box-shadow: 0 0 5em rgba(0,0,0,.075) inset;
border-radius: .2em;
}

article.aktuelles.blog figure {
margin: 1.5em 0; 
}

article.aktuelles.blog figure.klein {
float: left;
padding: 0 var(--pad) 0 0;
max-width: 50%;
margin-top: .5em; 
}

article.aktuelles.blog figure a {
display: block;
border-bottom: none;
box-shadow: none;
}

article.aktuelles.blog figure a:hover {
box-shadow: none;
}

article.aktuelles.blog figure img {
width: 100%;
}


article > iframe {
box-sizing: border-box;
margin: 16px 0;
padding: 0 8px;
border-radius: 8px;
border: 4px solid rgb(var(--dunkelblau)) !important;
}

aside + article.aktuelles {
margin-left: 192px;
margin-left: calc(100% / 6 + 3%);
margin-top: 32px;
}

aside .map {
position: relative;
width: 100%;
height: 360px;
margin: 0 0 32px 0;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-pane canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container svg,
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 8;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 4; }

.leaflet-tile-pane    { z-index: 2; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }

.leaflet-map-pane canvas { z-index: 1; }
.leaflet-map-pane svg    { z-index: 2; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-interactive {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255,255,255,.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	background: #fff;
	background: rgba(255,255,255,.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

.map .leaflet-control-attribution a,
.map .leaflet-bar a {
color: rgb(var(--dunkelblau));
}

.map .leaflet-bar {
box-shadow: none;
border-radius: 0;
}

.map .leaflet-bar a {
background: transparent;
border-bottom: none;
font-weight: bold;
font-size: 22px;
}

.map .leaflet-bar a:hover {
background: rgb(var(--gruen));
color: white;
border-radius: 0 !important;
}

ul.einrichtungen li .knopf {
display: inline-block;
margin-bottom: 16px;
color: white;
background: rgb(var(--knopfgruen));
}

ul.einrichtungen li .knopf:hover {
background: rgb(var(--dunkelblau));
}

/* FARBEN für Bereiche */

.querwege div.box {
background-color: rgb(var(--gruen));
}

/* Orange */
#billy:target,
#pimaldaumen:target,
#schwabenhaus:target,
#steinmaleins:target,
#universaale:target,
.billy div.box,
.pimaldaumen div.box,
.schwabenhaus div.box,
.steinmaleins div.box,
.universaale div.box,
.billy header.sub h2 a,
.pimaldaumen header.sub h2 a,
.schwabenhaus header.sub h2 a,
.steinmaleins header.sub h2 a,
.universaale header.sub h2 a {
background-color: rgb(var(--hellorange));
}

ul.einrichtungen li#billy:target div.img svg,
ul.einrichtungen li#pimaldaumen:target div.img svg,
ul.einrichtungen li#schwabenhaus:target div.img svg,
ul.einrichtungen li#steinmaleins:target div.img svg,
ul.einrichtungen li#universaale:target div.img svg {
fill: rgb(var(--hellorange));
}

/* Blau */
#rasenmuehle:target,
#kolleg:target,
.rasenmuehle div.box,
.rasenmuehle header.sub h2 a {
background-color: rgb(var(--dunkelblau));
}

ul.einrichtungen li#rasenmuehle:target div.img svg {
fill: rgb(var(--dunkelblau));
}

article.start div.box {
width: 100%;
}

div.box,
ul.aktuelles li a {
position: relative;
box-sizing: border-box;
overflow: hidden;
}

div.box img {
width: 100%;
height: auto;
}

.start .flickity-cell {
width: 100%;
}

div.box div.text {
padding: 24px 32px 24px 32px;
}

div.box .knopf {
margin: 8px 0 0 0;
}

div.box {
background-color: rgb(var(--magenta));
color: white;
}

ul.aktuelles {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(24em, 1fr));
gap: 1em;
margin: 0 0 2em 0;
}

ul.aktuelles li a {
display: flex;
flex-flow: row wrap;
gap: 0;
justify-content: space-between;
width: 100%;
background-color: rgb(var(--hellblau));
}

ul.aktuelles li a:hover,
article.aktuelles ul.aktuelles li a:hover {
background-color: rgb(var(--dunkelblau));
}

ul.aktuelles li a:hover img {
opacity: 0.8;
}

ul.aktuelles li p,
ul.aktuelles li h3 {
color: rgb(var(--dunkelblau));
}

article.aktuelles ul.aktuelles div.text p.datum {
color: rgba(var(--dunkelblau),.5);
}

ul.aktuelles li a:hover div.text,
ul.aktuelles li a:hover div.text h3 {
color: white;
}

html:not(.ls) ul.aktuelles li div.text *,
html:not(.ls) .box div.text * {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

ul.aktuelles li img {
flex: 1 1 192px;
width: 50%;
max-width: 192px;
max-height: 192px;
aspect-ratio: 1 / 1;
height: auto;
}

ul.aktuelles li div.text {
flex: 1 1 50%;
max-width: 32em;
padding: 1.2em;
box-sizing: border-box;
margin: 0 0 auto 0;
}

article.aktuelles ul.aktuelles li a {
background-color: rgba(var(--hellblau),.333);
}

article.aktuelles ul.aktuelles li img {
order: 1;
}

article.aktuelles ul.aktuelles li div.text {
order: 2;
}

.start ul.aktuelles p.bereich {
margin-bottom: 0;
}

article.aktuelles ul.aktuelles p.bereich {
margin-bottom: .5em;
}

ul.aktuelles p.datum {
font-style: normal;
color: rgba(var(--dunkelblau),.5);
}

div.text p.bereich + h3 {
margin-top: -4px;
}

ul.aktuelles li a svg,
div.box svg,
div.grossbild svg,
.galerie svg,
ul.downloads svg,
ul.einrichtungen svg,
aside .map svg,
div.filter svg,
div.us svg {
fill: white;
position: absolute;
z-index: 1000;
}

ul.jobs > li + li {
margin-top: 2em;
border-top: 1px solid rgb(var(--grau));
padding-top: 2em;
}

.start ul.start {
line-height: 0;
}

ul.einrichtungen svg {
z-index: 1002;
}

.galerie li a svg,
ul.einrichtungen li div.img svg,
.intern div.filter svg,
.bulletin svg {
fill: rgb(var(--grau));
position: absolute;
z-index: 1001;
}

.intern .galerie li svg {
fill: white;
position: absolute;
z-index: 1000;
}

.intern .galerie svg {
fill: rgb(var(--grau));
position: absolute;
z-index: 1001;
}

.galerie {
position: relative;
padding: 16px 8px 8px 16px;
margin: 0 0 24px 0;
background: rgb(var(--grau));
line-height: 0;
}

div.galerie {
width: auto;
display: inline-block;
}

div.galerie.videos {
width: 100%;
display: block;
}

div.galerie img {
width: 100%;
max-width: 480px;
width: 100%
margin: 0 8px 12px 0;
}

.intern .galerie {
background: white;
margin-top: 48px;
}

div.grossbild {
position: relative;
margin: 0 0 24px 0;
}

div.grossbild img,
div.grossbild ul {
width: 100%;
}

.galerie li {
display: inline-block;
width: 30%;
width: calc(100% / 3 - 8px);
margin: 0 8px 8px 0;
}

.galerie a {
position: relative;
display: block;
font-size: .333em;
}

.galerie a img {
width: 100%;
}

.galerie a:hover img,
figure a:hover img {
-webkit-filter: grayscale(100%); 
filter: grayscale(100%);
}

aside h4 {
font-style: italic;
margin: 0 0 4px 8px;
}

ul.downloads {
position: relative;
padding: 16px 16px 8px 16px;
margin: 0 0 24px 0;
background: rgb(var(--grau));
}

.intern ul.downloads {
background: white;
}

.intern p.info {
color: rgb(120,120,120);
font-size: 13px;
}

.intern ul.downloads li + li {
padding-top: 8px;
border-top: 1px solid rgb(var(--grau));
}

.downloads ul.downloads li + li {
padding-top: 8px;
border-top: 1px solid rgba(var(--dunkelblau),.25);
}

ul.downloads li {
margin: 0 0 8px 0;
}

ul.downloads a {
color: rgb(var(--dunkelblau));
}

ul.downloads a:hover {
color: rgb(var(--magenta));
}

ul.downloads a span.size {
color: black;
}

ul.downloads a span.dok {
color: white;
background: rgb(var(--dunkelblau));
padding: 2px 4px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 6px 0 0;
}

ul.downloads a:hover span.dok {
background: rgb(var(--magenta));
}

.intern ul.downloads li span.info {
font-size: 13px;
line-height: 22px;
color: gray;
}

ul.einrichtungen li div.text,
ul.einrichtungen li div.img,
ul.einrichtungen li div.map {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
}

ul.einrichtungen > li {
position: relative;
background: rgb(var(--grau));
margin: 0 0 16px 0;
}

ul.einrichtungen li:target {
background: rgb(var(--magenta));
}

ul.einrichtungen li:target div.text p,
ul.einrichtungen li:target div.text li,
ul.einrichtungen li:target div.text h3 {
color: white;
}

ul.einrichtungen li:target .knopf {
color: rgb(var(--dunkelblau));
background: white;
}

ul.einrichtungen li:target .knopf:hover {
color: white;
background: rgb(var(--dunkelblau));
}

ul.einrichtungen li#rasenmuehle:target .knopf:hover {
background: rgb(var(--magenta));
}

ul.einrichtungen li:target div.img svg {
fill: rgb(var(--magenta));
}

ul.einrichtungen li div.text {
width: 33%;
width: calc(100% / 3);
box-sizing: border-box;
padding: 24px 24px 12px 24px;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

ul.einrichtungen li div.text h3 {
margin-top: 0;
}

ul.einrichtungen li div.img {
position: relative;
margin: 16px 0;
padding: 0 16px 0 0;
width: 33%;
width: calc(100% / 3);
}

ul.einrichtungen li div.map {
width: 33%;
width: calc(100% / 3 - 16px);
min-height: 400px;
height: 100%;
border-left: 1px solid rgb(var(--grau));
margin: 16px 16px 16px 0;
}

ul.einrichtungen li div.img img {
width: 100%;
}

ul.start.flickity-enabled {
margin: 0 0 2em 0;
}

body .flickity-page-dot {
margin: 0 .25em;
background-color: rgba(255,255,255,.333);
}

body .flickity-page-dot.is-selected {
background-color: white;
}

p.notiz {
display: block;
padding: 4px 8px;
margin-right: 8px;
background-color: rgba(255,255,255,.2);
}

ul.notiz {
background-color: rgba(var(--hellorange),.5);
margin: 0 0 16px 0;
padding: 8px 8px 4px 8px;
}

article.artikel p.notiz {
background-color: rgba(var(--dunkelblau),.1);
}

article.aktuelles p.notiz {
background-color: rgb(238,244,216);
}

article.einrichtungen p.notiz {
background-color: rgba(255,255,255,.8);
}

svg#lang polygon {
fill: rgb(var(--grau));
}

ul.termine.liste {
display: table;
width: 100%;
}

ul.termine.liste li {
display: table-row;
}

ul.termine.liste li div.datum,
ul.termine.liste li div.bereich {
width: 25%;
}

ul.termine.liste li div.bereich {
font-size: 12px;
}

ul.termine.liste li p.datum {
/* font-style: italic; */
}

ul.termine.liste li.vorbei {
display: none;
}

#vergangen:target ul.termine.liste li.vorbei {
display: table-row;
}

ul.termine.liste li.vorbei p.datum {
color: rgb(var(--mittelgrau));
}

ul.termine.liste li.vorbei h3,
ul.termine.liste li.vorbei h3 a {
color: rgb(120,120,120);
}

ul.termine.liste li.vorbei h3 a:hover {
color: rgb(var(--gruen));
}

ul.termine.liste li > div {
display: table-cell;
border-bottom: 1px solid rgba(var(--mittelgrau),.5);
padding: 0 1em 0 0;
}

ul.termine.liste li > div + div {
padding-right: 0;
}

.intern ul.termine.liste li > div {
border-bottom-color: white;
}

ul.termine.liste li:last-child > div {
border-bottom: none;
}

ul.termine.liste li h3 {
font-weight: bold;
}

div.filter,
div.us {
position: relative;
display: inline-block;
background: rgb(var(--grau));
padding: 16px 16px 8px 16px;
margin: 0 0 16px 0;
}

div.us a {
display: inline-block;
margin: 0 0 8px 0;
color: rgb(var(--dunkelblau));
}

div.us a:hover {
color: rgb(var(--hellorange));
}

div.us + h3 {
margin-top: 32px;
}

.intern div.filter {
background: white;
}

div.filter ul {
margin: 0 16px 0 0;
}

div.filter ul li {
display: inline-block;
margin: 0 8px 8px 0;
}

div.filter span,
.intern div.filter span,
div.filter a.aktiv {
background: rgb(var(--hellblau));
}

div.filter a {
color: rgb(var(--dunkelblau));
background: rgb(var(--grau));
}

.intern div.filter span#prev,
.intern div.filter span#next,
.intern div.filter a {
background: white;
}


div.filter a:hover,
.intern div.filter a:hover {
background: rgb(var(--dunkelblau));
color: white;
}

div.filter span#prev,
div.filter span#next {
color: rgb(var(--mittelgrau));
background: rgb(var(--grau));
}

div.us.social {
display: flex;
flex-flow: row nowrap;
gap: 0 1em;
}


a#vergtoggle {
display: block;
width: 100%;
text-decoration: none;
box-sizing: border-box;
background: white;
color: rgb(var(--dunkelblau));
border: none;
border-bottom: 1px solid rgb(var(--mittelgrau));
margin: 8px 0;
padding: 4px 6px;
text-align: left;
}

a#vergtoggle:hover {
background: rgb(var(--gruen));
color: white;
}

nav.main a.navtoggle {
font-weight: bold;
color: rgb(var(--dunkelblau));
text-decoration: none;
box-sizing: border-box;
background-color: rgb(var(--grau));
text-decoration: none;
border: none;
padding: 4px 6px 3px 6px;
margin: 0 0 10px 0;
}

.intern nav.main a.navtoggle {
background: white;
}

nav.main a.navtoggle:hover {
background: rgb(var(--magenta));
color: white;
}

nav.main a.navtoggle:before {
content: ' ';
font-family: 'Icons';
}

a.fb:before {
content: '\F082';
font-family: 'Icons';
}

a.ig:before {
content: '\F16D';
font-family: 'Icons';
}

a.us:before {
content: 'U';
font-weight: bold;
font-size: 30px !important;
background: rgb(var(--dunkelblau));
color: rgb(var(--grau));
padding: 8px 6px 6px 6px;
border-radius: 5px;
}

div.us a.us:before,
div.us a.fb:before,
div.us a.ig:before {
float: left;
font-size: 38px;
margin: 10px 12px 8px 0;
}

#vergtoggle:before {
content: ' ';
font-family: 'Icons';
}

#prev:before,
.knopf.zurueck:before {
content: ' ';
font-family: 'Icons';
}

#next:after,
div.text a.knopf:after,
a.knopf.rechts:after {
content: ' ';
font-family: 'Icons';
}

ul.termine.liste li h3 a:after {
content: ' ';
font-family: 'Icons';
margin: 0 0 0 auto;
}

nav.main a.navtoggle {
display: none;
}

ul.pagination li {
display: inline-block;
}

ul.pagination li a {
font-weight: bold;
padding: 4px 8px;
color: rgb(var(--dunkelblau));
background: rgba(var(--dunkelblau),.15);
margin: 0 6px 6px 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

ul.pagination li a.selected {
color: white;
background: rgb(var(--dunkelblau));
}

ul.pagination li a:hover {
color: white;
background: rgb(var(--gruen));
}

ul.pagination li a.disabled,
ul.pagination li a.disabled:hover {
color: rgba(var(--dunkelblau),.15);
background: rgba(var(--dunkelblau),.075);
cursor: default;
pointer-events: none;
}

ul.pagination span.ellipsis {
margin: 0 6px 6px 0;
}

form.login {
width: 100%;
}

form label {
display: block;
}

form input,
form textarea,
form select {
border: none;
padding: 8px;
margin: 0;
}

form select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}

form.login label {
display: inline-block;
vertical-align: bottom;
width: 40%;
}

form.fundgrube label,
form.fundgrube input[type=submit] {
margin-top: 24px;
}

form label span {
display: inline-block;
padding: 0 0 8px 0;
}

form label span,
form label input,
form label textarea {
width: 100%;
box-sizing: border-box;
}

form label textarea {
border: none;
}

form.fundgrube label textarea {
height: 160px;
}

form.fundgrube label#bilder {
background: white;
padding: 16px;
}

form label input:focus,
form label textarea:focus {
background: rgb(130,180,40);
color: white;
}

form input.error,
form textarea.error {
background: rgb(230,200,220);
color: black;
}

form input[type=file] {
background: white;
}

form.fundgrube label#bilder input[type=file] {
background: rgb(var(--grau));
}

form input[type=file]:hover {
cursor: pointer;
}

form input[type=submit] {
background: rgb(var(--dunkelblau));
color: white;
}

form.fundgrube input[type=submit] {
margin-bottom: 32px;
}

form.login input[type=submit] {
display: inline-block;
vertical-align: bottom;
width: 20%;
}

form input[type=submit]:hover {
background: rgb(var(--magenta));
}

form.inline {
display: inline;
float: right;
padding: 0;
}

form.inline input[type=submit] {
display: inline;
color: rgb(120,120,120);
font-size: 13px;
background: transparent;
padding: 0;
}

form.inline input[type=submit]:hover {
color: rgb(var(--magenta));
}

.knopf#plus {
margin-top: 8px;
display: inline-block;
}

label#bilder ul li {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
margin: 0 8px 8px 0;
background-color: black;
background-size: 100%;
}

label#bilder {
cursor: default;
}

.intern ul.filter li {
display: inline-block;
vertical-align: top;
margin: 0 8px 8px 0;
}

.intern ul.filter li a {
display: block;
color: white;
background: rgb(var(--dunkelblau));
padding: 4px 12px;
}

.intern ul.filter li a:hover {

}

.intern ul.filter li.aktiv a,
.intern ul.filter li a:hover {
background: rgb(var(--magenta));
color: white;
}

.bulletin {
position: fixed;
display: flex;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 5000;
background: rgba(var(--grau),.8);
cursor: pointer;
color: white;
padding: 1em 0;
visibility: visible;
opacity: 1;
transition: opacity 2s ease-out;
}

.bulletin:target {
visibility: hidden;
opacity: 0;
transition: visibility 0s 2s, opacity 2s ease-out;
}

.bulletin section {
background: rgb(var(--dunkelblau));
position: relative;
padding: 2em;
}

.bulletin section h2,
.bulletin section p {
margin: 0 0 10px 0;
}

.bulletin section * + h2 {
margin: 32px 0 10px 0;
}

.bulletin section {
margin: auto;
max-width: 36em;
width: calc(100% - 2em);
}

ul.stammgruppen li {
margin: 8px 8px 0 0;
}

ul.stammgruppen li a {
background: rgb(var(--dunkelblau));
color: white;
padding: 4px;
}

ul.stammgruppen li a:hover {
background: rgb(var(--hellblau));
color: rgb(var(--dunkelblau));
}

footer {
position: relative;
padding: 4em 0 3em 0;
background: rgb(var(--grau));
margin: 3em 0 0 0;
}

footer ul {
display: flex;
flex-flow: row wrap;
}

footer ul li.rechts {
margin-left: auto;
}

footer ul li + li:before {
content: ' · ';
}

footer ul li.rechts:before {
content: '';
}

a.hoch {
display: flex;
width: 2em;
height: 2em;
box-sizing: border-box;
background: rgba(0,0,0,.25);
color: white;
font-size: 1.5em;
border: none;
border-radius: .25em;
z-index: 10000;
transform: rotate(-3deg);
transition: all 333ms ease-out;
}

.hoch:before {
content: '';
font-family: 'Icons';
margin: auto;
transform: translateY(-.05em);
}

a.hoch span {
display: none;
}

a.hoch:hover {
background: rgb(var(--knopfgruen));
transform: rotate(6deg);
}

a.hoch:hover:before {
color: white;
}

.filter ul,
a#schliess,
a#noschliess {
display: inline-block;
vertical-align: top;
}

a#schliess,
a#noschliess {
border: none;
color: rgb(var(--dunkelblau));
background: transparent;
padding: .25em .5em;
margin: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

a#schliess:hover,
a#noschliess:hover {
color: white;
background: rgb(var(--dunkelblau));
}

a#schliess:before {
content: ' ';
font-family: 'Icons';
margin: 0 4px 0 0;
}

a#noschliess:before {
content: ' ';
font-family: 'Icons';
margin: 0 4px 0 0;
}

a#noschliess {
display: none;
}

#schliesszeiten:target + div.filter a#noschliess {
display: inline-block;
}

#schliesszeiten:target + div.filter a#schliess {
display: none;
}

#schliesszeiten:target ~ ul.termine li:not(.ferien-und-schliesszeiten) {
display: none;
}

/* 
ul.termine.schliess li {
display: none;
}

ul.termine.schliess li.ferien-und-schliesszeiten {
display: table-row;
}
 */
 
/* Video */
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
width: 100%;
max-width: 100%;
margin: 10px 0 16px 0;
}

li.video {
margin: 0;
}

.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 8px);
height: 100%;
}

li.video iframe {
width: 100%;
}

li.video::before {
content: '';
position: absolute;
display: block;
width: 100%;
padding-bottom: calc((var(--aspect-ratio, .5625) * 100%) - 3.2em);
z-index: 100;
}



/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%;touch-action:pan-y}.flickity-slider{position:absolute;width:100%;height:100%;left:0}.flickity-rtl .flickity-slider{left:unset;right:0}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-cell{position:absolute;left:0}.flickity-rtl .flickity-cell{left:unset;right:0}.flickity-button{position:absolute;background:hsl(0 0% 100% / 75%);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsl(0 0% 20% / 25%);border-radius:50%;cursor:pointer;appearance:none;border:none;text-indent:-9999px;overflow:hidden}.flickity-rtl .flickity-page-dot{text-indent:9999px}.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-page-dot.is-selected{background:hsl(0 0% 20% / 100%)}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}


/* FlickityBox Galerie 2.0
---------------------------------------------- */
div#fbox {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 333ms ease-out;
background: rgba(var(--grau),.95);
z-index: 100000;
}

div#fbox.aktiv {
opacity: 1;
}

div.flickity-viewport,
div#fbox ul,
div#fbox ul li {
display: flex;
width: 100%;
margin: 0;
}

div.flickity-viewport {
transition: height 150ms ease-out;
}

div#fbox ul li figure {
display: flex;
flex-flow: column nowrap;
margin: auto;
width: 100%;
max-width: 100%;
height: 100vh;
max-height: 100vh;
object-fit: contain;
}

div#fbox ul li figure img {
flex: 1 1 auto;
height: 100%;
object-fit: contain;
object-position: center;
max-height: calc(100vh - 3em);
padding: calc(var(--pad) / 2) calc(var(--pad) / 2) 0 calc(var(--pad) / 2);
}

div#fbox ul li figure figcaption {
flex: 0 0 auto;
color: black;
text-align: center;
padding: .75em 1em;
margin: 0;
}

button.zu {
position: fixed;
right: var(--pad);
top: var(--pad);
font-weight: bold;
color: white;
width: 3rem;
height: 3rem;
background-color: rgba(var(--dunkelblau),.2);
padding: 0;
border-radius: 1.5rem;
cursor: pointer;
z-index: 1000000;
transition: all 250ms ease-in;
}

button.zu:after,
button.zu:before {
content: '';
top: 50%;
left: 50%;
position: absolute;
display: block;
width: 1.5rem;
height: .2rem;
background-color: white;
}

button.zu:after {
transform: translate(-50%,-50%) rotate(-45deg);
}

button.zu:before {
transform: translate(-50%,-50%) rotate(45deg);
}

button.zu span {
display: none;
}

button.zu:hover {
background-color: rgba(var(--dunkelblau),.6);
}

div#fbox .flickity-page-dots {
left: 0;
bottom: 0;
width: 100%;
height: .25em;
line-height: 0;
display: flex;
flex-flow: row nowrap;
}

div#fbox .flickity-page-dots .dot {
flex: 1 0 auto;
width: .5em;
height: .25em;
background: white;
border-radius: 0;
margin: 0;
}

div#fbox .flickity-page-dots .dot:hover {
opacity: .75;
}

body .flickity-prev-next-button {
top: auto;
bottom: 0;
color: white;
width: 3rem;
height: 3rem;
background-color: rgba(var(--dunkelblau),.2);
padding: 0;
border-radius: 1.5rem;
cursor: pointer;
z-index: 1000000;
transition: all 250ms ease-in;
}

body .flickity-prev-next-button:hover {
background-color: rgba(var(--dunkelblau),.6);
}

.flickity-prev-next-button.previous {
left: var(--pad);
}

.flickity-prev-next-button.next {
right: var(--pad);
}

/* /END fBox */








/* ############# Screens ab 1440px ############# */
@media only screen and (min-width: 1440px) {

  .querwege header h1 a,
  .intern header h1 a {
  width: 19vw;
  height: 8vw;
  }
  
  header.sub h1 a {
  width: 9vw;
  height: 4vw;
  }

  body,
  .start .aktuelles div.text h3 {
  font-size: 1vw;
  line-height: 1.55vw;
  }
  
  nav.main ul li {
  margin: 0 0 0.6vw 0;
  line-height: 1.4vw;
  }
  
  div.text h2 {
  font-size: 2vw;
  line-height: 2.8vw;
  }
  
  .box div.text h2,
  .bulletin h2 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  }
  
  aside.start h3,
  div.text h3 {
  font-size: 1.4vw;
  line-height: 2vw;
  }
  
  svg#lang {
  width: 33%;
  }
  
  .sub svg#lang {
  width: 40%;
  height: 9vw;
  }
  
  svg#lang polygon,
  .sub svg#lang polygon {
  width: 100%;
  height: 100%;
  }
  
  header.sub nav.lang ul {
  margin-right: 10.5vw;
  }
  
  header.sub h2 {
  margin: 0 0 6vw 0;
  }
  
  header.sub h2 a {
  font-size: 2vw;
  line-height: 3vw;
  }
  
  .galerie li {
  width: 20%;
  width: calc(100% / 4 - 8px);
  }
  
  ul.aktuelles li img {
	flex: 1 1 13.34vw;
	max-width: 13.34vw;
	max-height: 13.34vw;
	}

}




/* ############# Screens bis 1024px ############# */
@media only screen and (max-width: 1024px) {

  .galerie li {
  width: 46%;
  width: calc(100% / 2 - 8px);
  }
  
  ul.einrichtungen li div.text {
  width: 50%;
  }


  ul.einrichtungen li div.img {
  width: 50%;
  }
  
  ul.einrichtungen li div.map {
  width: 100%;
  height: 200px;
  margin: 0;
  }
  
	article.aktuelles ul.aktuelles li img, 
  article.aktuelles ul.aktuelles li div.text {
	order: initial;
	}

}


/* ############# Screens bis 960px ############# */
@media only screen and (max-width: 960px) {

  html:not(.ls) div.text * {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  }

  section {
  padding: 0 32px;
  }
  
  article,
  article.einrichtungen,
  article.aktuelles {
  margin: 0 0 0 3%;
  width: 72%;
  }
  
  aside,
  article.aktuelles div.text,
  article.aktuelles aside {
  width: 100%;
  display: block;
  margin: 32px 0 0 0;
  }

  nav.main {
  width: 25%;
  }
  
  .intern .galerie {
  margin-top: 32px;
  }
  
  .galerie li {
  width: 18%;
  width: calc(100% / 5 - 8px);
  }

  .sub svg#lang {
  display: none;
  }
  
  header.sub nav.lang {
  position: static;
  margin: 8px 0 16px 0;
  }
  
  article.start {
  margin-top: 32px;
  }
  
  header.sub nav.lang ul {
  margin: 0;
  }
  
  header.sub h1 {
  position: static;
  float: right;
  margin: 0 0 16px 16px;
  }
  
  header.sub h2 {
  position: static;
  width: auto;
  margin: 0 0 16px 0;
  }
  
  aside + article.aktuelles {
  width: 100%;
  margin-left: 0;
  }
  
  article.aktuelles.blog > div.text {
  font-size: .8em;
	padding: var(--pad);
	margin-top: 0;
	}
	
}

/* ############# Screens bis 720px ############# */
@media only screen and (max-width: 720px) {

  ul.einrichtungen li div.text,
  ul.einrichtungen li div.img {
  display: block;
  width: 100%;
  }
  
  ul.einrichtungen li div.img {
  display: block;
  width: calc(100% - 16px);
  margin: 0 0 0 16px;
  }
  
  ul.einrichtungen li {
  padding-bottom: 8px;
  }
  
  svg#lang {
  display: none;
  }
  
  ul.termine.liste li div.datum,
  ul.termine.liste li div.bereich {
  width: auto;
  }
  
  .bulletin section {
  margin: 0 5%;
  padding: 16px;
	top: 10%; left: 10%; bottom: 10%; right: 10%;
  }
  
}


/* ############# Screens bis 640px ############# */
@media only screen and (max-width: 640px) {

  nav.main {
  display: block;
  width: 100%;
  margin: 8px 0;
  width: auto;
  }
  
  nav.main > ul {
  display: none;
  width: 100%;
  }
  
  nav.main > ul:target {
  display: block;
  }
  
  nav.main > ul:target:before {
	content: '';
	display: block;
	height: 1em;
	margin: -1em 0 0 0;
	}
	
	nav.main > ul:target ~ a.navtoggle {
	display: none;
	}

  nav.main ul li ul {
  margin-top: 8px;
  }
  
  nav.main > ul > li,
  nav.main ul li.aktiv > a {
  margin: 0 0 16px 0;
  }
  
  nav.main ul li ul li {
  display: inline-block;
  padding: 0;
  margin: 0 4px 8px 0;
  }
  
  nav.main ul li a {
  background: rgb(var(--hellblau));
  background: rgba(var(--hellblau),.5);
  padding: 4px;
  margin: 0;
  box-decoration-break: clone;
  }
  
  nav.main > ul li.aktiv > a,
  nav.main > ul li > a:hover {
  background: rgb(var(--dunkelblau));
  color: white;
  }
  
  nav.main ul li a:after {
  content: '';
  }
  
  nav.main a.navtoggle {
  display: inline-block;
  }
  
  article.artikel,
  article.intern,
  article.start,
  article.downloads,
  article.einrichtungen,
  article.aktuelles,
  article.aktuelles div.text,
  article.aktuelles aside {
  width: 100%;
  margin: 0;
  }
  
  .galerie li {
  width: 30%;
  width: calc(100% / 3 - 8px);
  }

  .querwege header h1 a {
  margin: 0;
  }

  header h1,
  nav.lang,
  div.info {
  display: block;
  position: static;
  }
  
  .intern header h1 a {
  width: 204px;
  height: 71px;
  margin: 16px 16px 0 0px;
  background-size: 100% auto;
  }

  .bulletin section {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  }
  
  .blog > div.text h3 {
  font-size: 2em;
	}

}


/* ############# Screens bis 480px ############# */
@media only screen and (max-width: 480px) {

  .galerie li {
  width: 45%;
  width: calc(100% / 2 - 8px);
  }
  
  section {
  padding: 0px 16px;
  }
  
  div.box div.text {
  padding: 12px 16px 16px 16px;
  }
  
  header.sub h1 {
  position: static;
  float: none;
  margin: 0 16px 16px 0;
  }
  
  header.sub h2 {
  padding: 0;
  }
  
  ul.termine.liste,
  ul.termine.liste li,
  ul.termine.liste li div {
  display: block;
  }
  
  ul.termine.liste li {
  border-bottom: 1px solid rgb(var(--grau));
  padding: 0 0 16px 0;
  }
  
  .intern ul.termine.liste li {
  border-bottom-color: white;
  }
    
  ul.termine.liste li div {
  border: none;
  padding: 0;
  }
  
  ul.aktuelles {
	grid-template-columns: repeat(auto-fill, minmax(18em, 1fr));
	}
	
	ul.aktuelles li img {
  flex: 1 1 128px;
  max-width: 128px;
  max-height: 128px;
	}
	
	article.aktuelles.blog > div.text {
	padding: var(--pad) calc(var(--pad) / 2);
	}

}