/* Import */
@import url(../css/fonts.css);
@import url(../css/hover-oe2.css);
@import url(../css/lightcase.css);
/*@import url(../css/animate.min.css);*/
@import url(../css/owl.carousel.css);
@import url(../css/shariff.complete.css);

/* Schriften und Schriftgrößen */
html {
	font-size:104.1667%;
}

body {
	font-family: 'Lato', Arial, Helvetica, sans-serif; line-height: 1.2em;
}

:root {
    --SubColor: #F18700;
    --MainColor: #BE0039;
    --MainColorWhite: #EEEDF5;
    --SubColorLight: #C3C7DE;
    --LightRosa: #FFDDDD;
    --Stadt: #8B91BE;
    --Kultur: #DB002D;
    --Bibliothek: #FF7A00;
    --Jugend: #FFAC00;
    --Familie: #008664;
    --Senioren: #0f7ad1;
    --Feuerwehr: #003391;
}

.contrast-high {
	--SubColor: #000;
    --MainColor: #000;
    --MainColorWhite: #EEEDF5;
    --SubColorLight: #D9D7DA;
    --LightRosa: #fff;
    --Stadt: #000;
    --Kultur: #000;
    --Bibliothek: #000;
    --Jugend: #000;
    --Familie: #000;
    --Senioren: #000;
    --Feuerwehr: #000;
}

.contrast-high h1,
.contrast-high h2,
.contrast-high h3,
.contrast-high h4,
.contrast-high h5,
.contrast-high h6,
.contrast-high p,
.contrast-high li {
    color: #000 !important;
}

.container {
    max-width: 1500px;
}

#main {
	display: contents;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #main {
		display: inline;
   }
}

#nav-main {
	display: flex;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1, h2, h3, h4, h5,  h6 { font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight: 200; margin: 0; }

h1 {
/* font-size: 48px; */
	font-size: 200%;
	line-height: 1.0em;
	margin: 0 0 0.4375em 0;
	color: var(--MainColor);
	font-weight: 900;
}

h2 {
/* font-size: 32px; */
	font-size: 175%;
	line-height: 1.3em;
	margin: 0 0 0.65625em 0;
	font-weight: 300;
}

h3 {
/* font-size: 24px; */
	font-size: 150%;
	line-height: 1.2em;
	margin: 0 0 0.55em 0;
	font-weight: 300;
}

h4 {
/* font-size: 21px; */
	font-size: 115%;
	line-height: 1em;
	margin: 0 0 0.35em 0;
	font-weight: 900;
}

p, li, .textcolor {
	color: #777;
}

b, strong {
	color: #000;
	font-weight: 900;
}

a:hover, a:link, a:visited, a:active {
	text-decoration:none;
	font-weight: 900;
	color: var(--MainColor);
}

.orange {
	color: var(--SubColor);
}

/* Header --------------------------------------------------------- */

.stanzung {
	height: 30px;
}

.logocontainer {
	height: 115px;
}

.logo {
	width: 90%;
	margin-top: 25px;
}

.topmenu {
	font-weight: 700;
	color: #000;
	font-size: 85%;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.stanzung .schatten {
	position: absolute;
	width: 100%;
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
}

.stanzung .schatten > div {
	box-shadow: 0 -8px 10px rgba(0,0,0,0.3) inset;
	width: 100%;
	height: 100%;
}

.topmenu > div {
	padding: 0px;
}

.topmenu .col-2 {
	cursor: pointer;
	-ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
   padding-left: 2px;
	padding-right: 2px;
}

.bereichsindikator {
	position: relative;
	height: 40px;
}

.bereichsindikator > div {
	position: absolute;
	bottom: 0px;
	height: 8px;
	transition: height 0.7s;
	width: 100%;
}

.indikator_stadt > div {
	background-color: #8B91BE;
}

.indikator_kultur > div {
	background-color: #DB002D;
}

.indikator_bibliothek > div {
	background-color: #FF7A00;
}

.indikator_jugend > div {
	background-color: #FFAC00;
}

.indikator_familie > div {
	background-color: #008664;
}

.indikator_senioren > div {
	background-color: #0f7ad1;
}

.indikator_feuerwehr > div {
	background-color: #003391;
}

.indikator_vhs > div {
	background-color: #0066B1;
}

.iconmenu-mobile {
	margin-bottom: 20px;
}

.bereichsmenu {
	flex-wrap: wrap;
}

.bereichsmenu img {
	width: 55px;
}

.bereichsmenu a {
	margin-left: 8px;
margin-bottom: 8px;
}

.topmenu .col-2:hover .bereichsindikator > div {
	height: 16px;
	transition: height 0.15s;
}

.icons {
	height: 40px;
}

.icons img {
	height: 30px;
	display: block;
}

.icons > div.iconseparator {
	width: 1px;
	height: 10px;
	background-color: #777;
}


.font_size_changer {
	cursor: pointer;
}

.imgheader h2 {
	font-size: 175%;
    line-height: 1.0em;
    margin: 0 0 0.4375em 0;
    color: var(--MainColor);
    font-weight: 900;
}

.imgheader .col-12 {
	padding: 0px;
}

}

/* Hauptmenü ----------------------------------------------------- */

.hauptmenu {
	margin-top: 35px;
	height: 80px;
	position: relative;
	display: block;
}

.hauptmenu > ul {
	list-style-type: none;
	padding: 0px;
	position: relative;
	z-index: 1100;
	background-color: #fff;
}

.hauptmenu > ul > li {
	display: block;
	float: left;
	width: 10%;
	background: url('../bilder/icons/menulinie-horizontal-inactive.png') no-repeat center 61px #fff;
	height: 80px;
}

.hauptmenu > ul > li:hover {
	background: url('../bilder/icons/menulinie-horizontal-active.png') no-repeat center 61px #fff;

}

.hauptmenu > ul:hover > li {
	height: 81px;

}

.hauptmenu > ul > li > a {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	color: #000;
	height: 70px;
	border-left: 1px solid #000;
	hyphens: auto;
}

.hauptmenu > ul > li:first-of-type > a {
	border-left: 1px solid #fff;
}

.hauptmenu > ul > li:nth-of-type(7) > a {
	hyphens: none;
}


/* zweite Menüstufe Megamenü links */

.hauptmenu > ul > li > ul {
	list-style-type: none;
	padding: 35px 15px 30px 15px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.1s 0.1s, visibility 0s 0.1s;
	position: absolute;
	top: 81px;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 15px 15px rgba(0,0,0,0.25);
	min-height: 350px;
}

.hauptmenu > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s 0s, opacity 0s 0s;
}

.hauptmenu > ul > li > ul > li {
	display: block;
	width: 30%;
	background: url('../bilder/icons/menulinie-vertikal-inactive.png') no-repeat right center;
}

.hauptmenu > ul > li > ul > li:hover {
	background: url('../bilder/icons/menulinie-vertikal-active.png') no-repeat right center var(--MainColorWhite);
}

.contrast-high .hauptmenu > ul > li > ul > li:hover {
	background: url('../bilder/icons/menulinie-vertikal-active.png') no-repeat right center #000;
}

.contrast-high .hauptmenu > ul > li > ul > li:hover > a {
	color: #fff;
}

.hauptmenu > ul > li > ul > li > a {
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-bottom: 1px solid #777;
	display: block;
	min-height: 35px;
	width: 95%;
}


/* Letzte Menüstufe Megamenü zweispaltig rechts */

.hauptmenu > ul > li > ul > li > ul {
	position: absolute;
	top: 20px;
	left: 30%;
	width: 68%;
	list-style-type: none;
	padding-left: 5%;
	padding-top: 20px;
	column-count: 2;
	display: none;
	height: 100%;
}

.hauptmenu > ul > li > ul > li:hover > ul {
	display: block;
}

.hauptmenu > ul > li > ul > li > ul > li {
	position: relative;
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.hauptmenu > ul > li > ul > li > ul > li > a {
	color: #000;
	font-weight: 900;
}

.hauptmenu > ul > li > ul > li > ul > li > ul {
	display: block;
	position: relative;
	list-style-type: none;
	padding-left: 0px;
}

.hauptmenu > ul > li > ul > li > ul > li > ul > li {
	display: block;
	position: relative;
	padding: 5px;
	border-top: 1px solid #777;
	margin-top: 5px;
}

.hauptmenu > ul > li > ul > li > ul > li > ul > li > a {
	color: #000;
	font-weight: 300;
}


.megamenuhintergrund {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
}

/* Submenü */

.submenu > ul {
	list-style-type: none;
	padding-left: 0px;
}

.submenu > ul > li:hover > a {
	background: var(--MainColorWhite);
}

.contrast-high .submenu > ul > li:hover > a {
	background: #000;
	color: #fff;
}

.submenu > ul > li > ul {
	display: none;
}

.submenu > ul > li.current > ul {
	display: block;
}

.submenu > ul > li > a {
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-bottom: 1px solid #777;
	display: block;
	min-height: 35px;
}

.submenu > ul > li.current > a {
	border-bottom: none;
	background: var(--MainColorWhite);
}

.contrast-high .submenu > ul > li.current > a {
	border-bottom: none;
	background: #000;
	color: #fff;
}


.submenu > ul > li > ul {
	list-style-type: none;
	padding: 15px 0px 25px 25px;
}

.submenu > ul > li > ul > li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.submenu > ul > li > ul > li > a {
	color: #000;
	font-weight: 300;
}

.submenu > ul > li > ul > li.current > a {
	font-weight: 900;
}

.submenu > ul > li > ul > li > ul {
	margin-top: 8px;
	margin-bottom: 15px;
}

.submenu > ul > li > ul > li > ul > li {
	margin-bottom: 2px;
}

.submenu > ul > li > ul > li > ul > li > a {
	color: #000;
	font-weight: 300;
}



/* Teaser ----------------------------------------------------- */

.teaser {
	box-shadow: 0px 10px 15px rgba(0,0,0,0.8) inset;
	position: relative;
	padding: 0px;
	top: 12em;
}

.teaser .backgroundimage {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: block;
}

.teaser .backgroundimage > img {
	width: 100%;
	-webkit-filter: blur(12px);
	-moz-filter: blur(12px);
	-o-filter: blur(12px);
	-ms-filter: blur(12px);
	filter: url(#blur);
	filter: blur(12px);
}

.teaser .blende {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgb(0,0,50);
	opacity: 0.1;
}

.teaser .imgtextrow {
	padding: 3em 3em 6em;
	z-index: 2;
	position: relative;
	height: 100%;
}

.teaser .imgtextrow div:nth-child(1) > div {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

/* TODO: für die test startseite */
#page_0 .teaser .itemcontent > div {
	height: 100%;
	position: unset !important;
	margin: unset !important;
}


.fixedsticker {
	background-color: var(--MainColor);
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.fixedsticker div, .fixedsticker p, .fixedsticker h3, .fixedsticker a, .fixedsticker b, .fixedsticker li {
	color: #fff;
}

.fixedsticker h3 {
	font-size: 35px;
}

.sticker h3 {
	font-size: 35px;
	color: #fff;
}

.sticker div {
	font-size: 18px;
	color: #fff;
}

.sticker div a {
	font-size: 18px;
	color: #fff;
}

.sticker div a strong, .sticker div a b {
	font-size: 18px;
	color: #fff;
}

.zeithinweis {
	position: absolute;
	top: 85px;
	left: 0px;
	background-color: var(--MainColor);
	padding: 20px 50px;
	color: #fff;
	font-weight: 700;
	font-size: 80%;
	z-index: 110;
}

.priosticker {
	position: absolute;
	top: 85px;
	right: 0px;
	background-color: var(--SubColor);
	padding: 20px 50px;
	color: #fff;
	font-weight: 700;
	font-size: 80%;
	z-index: 111;
}

.zeithinweis span {
	display: block;
}

.zeithinweis .restzeit {
	font-size: 300%;
	display: block;
	font-weight: 900;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
}

.zeithinweis .oeffnungszeitenlink {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
}

.zeithinweis .zeithinweislink {
	color: #fff;
	font-weight: 900;
	display: block;
}

.zeithinweis, .zeithinweis p, .zeithinweis h2, .zeithinweis h3, .zeithinweis h4, .zeithinweis h5, .zeithinweis li, .zeithinweis a {
	color: #fff;
}

.owl-prev {
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 10;
	width: 50px;
	cursor: pointer;
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 10;
	width: 50px;
	cursor: pointer;
}

.news-prev {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 10;
	width: 30px;
	cursor: pointer;
	margin-top: -15px;
}

.news-next {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 10;
	width: 30px;
	cursor: pointer;
	margin-top: -15px;
}

#page_0 .teaser {
	height: 750px;
	/*position: relative;*/
	position: absolute;
}


#page_0 .owl-carousel {
	height: 100%;
	overflow: hidden;
}

.teaser .owl-stage-outer, .teaser .owl-stage, .teaser .owl-item  {
	height: 100%;
}

.teaser .owl-carousel, .teaser .owl-stage-outer  {
	position: absolute;
}

.teaser .trigger {
	position: absolute;
	bottom: 15px;
	left: 0px;
	z-index: 100;
}

.teaser .item {
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: cover;
	height: 100%;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.8) inset;
}

.teaser .itemcontent  {
	position: relative;
	height: 100%;
}

.teaser .itemcontent > div {
	position: absolute;
	bottom: 54px;
	width: 100%;
	z-index: 100;
	padding: 15px 15px 30px 15px;
	margin-left: -15px;
	margin-right: -15px;
	background-color: rgba(255,255,255,0.9);
}

.teaser h1 {
	color: var(--MainColor);
}

.teaser h3 {
	font-size: 135%;
}

.teaser a {
	color: #000;
}

.newsteaser {
	margin: 0px;
}

.newsteaser .newsdetail {
	background-color: #fff;
}

.newsteaser h1 {
	margin-top: 15px;
}

.no-paddings {
	padding-right: 0px;
	padding-left: 0px;
}

.no-margins {
	margin-right: 0px;
	margin-left: 0px;

}

.newsdetail {
	margin: 0px;
}

.quadratbild {
	width: 100%;
	background: url('../bilder/testnews.jpg') no-repeat center center/cover;
	margin: 15px 0;
}

.quadrat {
	width: 100%;
	padding-bottom: 100%;
}

.newslinkcontainer {
	background: rgba(0,0,0,0.9);
}

.newslinkcontainer .col-9, .newslinkcontainer_active .col-9  {
	padding-left: 0px;
}

.newslink {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.newslink a {
	color: var(--SubColorLight);
}

.newsverbindung {
	display: none;
}

.newslinkcontainer_active {
	background-color: var(--SubColor);
}

.contrast-high .newslinkcontainer_active {
	background-color: #fff;
}

#page_34 .newslinkcontainer_active {
	background-color: transparent;
}

.newslinkcontainer_active .newslink {
	color: #fff;
}

.contrast-high .newslinkcontainer_active .newslink {
	color: #000;
}

.newslinkcontainer_active .newsverbindung {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -15px;
	width: 15px;
	height: 100%;
	display: block;
}

.newslinkcontainer_active .quadratbild {
	background-image: none !important;
}

.newsdetailtext {
	padding-bottom: 15px;
}

.suche {
	margin-top: 25px;
}

#oe2search_input {
	padding: 10px;
	width: 100%;
	border: 1px solid #aaa;
	box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
	font-size: 125%;
}


.oe2search_ac_result:hover {
	font-weight: 500;
	color: var(--MainColor);
	cursor: pointer;
}


.oe2search_ac_selected {
	font-weight: 500;
	color:var(--MainColor);
}

.oe2search_result {
	margin-top: 5px;
}

.oe2search_message {
	margin-top: 15px;
}


.weisserknopf {
	border: 1px solid #aaa;
	height: 100%;
}

.zielgruppen {
	margin-top: 25px;
	background-color: var(--MainColor);
	padding-top: 50px;
	padding-bottom: 50px;
}

.zielgruppen .row {
	margin: 0px;
}

.zielgruppen .button {
	padding: 0px;
}

.schnellzugrifficons {
	margin-top: 25px;
	background-color: var(--SubColorLight);
	padding-top: 25px;
	padding-bottom: 25px;
}

.schnellzugrifficons a {
	display: block;
	width: 100%;
}

.schnellzugrifficons img {
	width: 50%;
}

.newsuebersicht h4 {
	font-size: 100%;
	hyphens: auto;
	line-height: 120%;
}

.newsuebersicht > .row > div > .row, .newsuebersicht > .row > div > a > .row{
	padding: 15px;
}

.newsuebersicht > .row > div > .row > div, .newsuebersicht > .row > div > a > .row > div {
	background-color: var(--MainColorWhite);
	min-height: 175px;
}

.contrast-high .newsuebersicht > .row > div > .row > div, .contrast-high .newsuebersicht > .row > div > a > .row > div {
	background-color: unset;
	border: 1px solid #000;
	border-right: unset;
}

.newsuebersicht > .row > div > .row > .quadratbild, .newsuebersicht > .row > div > a > .row > .quadratbild {
	background-color: #fff;
}

.newsuebersicht > .row > div > .row > div.text, .newsuebersicht > .row > div > a > .row > div.text {
	padding: 15px 10px 15px 0;
}

.contrast-high .newsuebersicht > .row > div > .row > div.text, .contrast-high .newsuebersicht > .row > div > a > .row > div.text {
	border: 1px solid #000;
	border-left: unset;
}

.newsuebersicht > .row > div > .row > div.colspan, .newsuebersicht > .row > div > a > .row > div.colspan {
	padding: 15px 10px 15px 15px;
}

.newsuebersicht a, .newsuebersicht a:hover {
	color: #000;
	font-weight: normal;
}

.newsuebersicht a  h4, .newsuebersicht a:hover h4 {
	color: #000;
	font-weight: bold;
}

/* Quicklinklisten ----------------------------------------------------- */


.quicklinkliste > .row > div > .row > div {
	background-color: var(--MainColorWhite);
}

.quicklinkliste > .row > div > .row {
	padding: 15px;
}

.quicklinkliste > .row > div > .row > div {
	padding: 0px;
}

.quicklinkliste h3 {
	font-size: 200%;
	font-weight: 500;
	color: var(--Stadt);
	padding: 25px 12px;
	border-bottom: 2px solid #fff;
	margin-bottom: 0px;
}

.quicklinkliste ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}

.quicklinkliste li {
	padding: 15px 10px 15px 50px;
	border-bottom: 2px solid #fff;
	font-weight: 900;
	background-image: url('../bilder/icons/rarr.svg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
	background-color: transparent;
	transition: background-color 0.7s;
}

.quicklinkliste li:hover {
	background-color: var(--SubColorLight);
	transition: background-color 0.2s;
}

.quicklinkliste li a {
	color: #000;
}

.quicklinkliste li.allezeigen {
	padding-left: 15px;
	background: none;
	color: var(--Stadt);
}

.quicklinkliste li.allezeigen a {
	color: var(--Stadt);
}



.mobile-roof > div {
	padding-top: 15px;
	padding-bottom: 25px;
}

.mobile-menubutton {
	width: 40px;
	cursor: pointer;
}

.imgheader {
	background: url('../bilder/bg-imgheader.jpg') no-repeat center center/cover;
	height: 250px;
	position: absolute;
}

#page_161 .imgheader, .cafebasicoimgheader {
	background: url('../bilder/bg-cafe-basico.webp') no-repeat center center/cover;
}

#page_4 .imgheader, #page_48 .imgheader, .kreuztalsommerimgheader {
	background: url('../bilder/bg-sommer2.webp') no-repeat center center/cover;
}

.kreuztalsommer {
	background: url('/bilder/melone.webp') no-repeat left 92%/500px, radial-gradient(farthest-corner at 10% 80%, #E9C43E 15%, #F5E6B7 30%, #fff 70%);
}

.cafebasico {
	min-height: 1200px;
	background: radial-gradient(farthest-corner at 0% 100%, #cd1938 0%, #f39218 15%, #fff 60%);
}


.imgheader > div, .imgheader > div > div, .imgheader > div > div > div {
	height: 100%;
}

.imgheader > div > div > div {
	position: relative;
}

.imgheader > div > div > div > div {
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.contrast-high .imgheader > div > div > div > div {
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #000;
}

.nachoben {
	background: rgba(0,51,145,0.75);
	padding: 15px 35px 15px 30px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	cursor: pointer;
	width: 100px;
	margin-left: -50px;
	display: none;
	z-index: 100;
}

.contrast-high .nachoben {
	background: rgba(0,0,0,0.75);
}

.nachoben img {
	width: 20px;
	margin: 0 auto;
	display: block;
}

.separator {
	background-color: var(--MainColor);
	height: 25px;
}

.contentcontainer p, .contentcontainer li {
	line-height: 1.2em;
	margin-bottom: 15px;
}

.contentcontainer .text {
	padding-top: 15px;
}

a.standardlink, a.standardlink:hover {
	text-decoration:none;
	font-weight: 900;
	color: var(--MainColor);
}

a.iconed {
	color: var(--MainColor);
	padding-left: 20px;
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px 6px/12px;
}

.contrast-high a.iconed {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat 2px center/12px 12px;
}

a.email {
	color: var(--MainColor);
	padding-left: 20px;
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px 6px/12px;
}

.contrast-high a.email {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat 2px center/12px 12px;
}

ul.iconedlinks {
	padding-left: 0;
	margin-left: 0;
}

ul.iconedlinks li {
	list-style-type: none;
	margin-bottom: 2px;
	padding-left: 20px;
	background: url('/bilder/icons/link-icon.svg') no-repeat left 4px/12px;
}

.contrast-high ul.iconedlinks li {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat left 4px/12px;
}


#page_31 ol > li::marker {
	font-weight: 900;
	color: #000;
}


#page_31 ol li li::marker {
	font-weight: 700;
	color: #777;
	font-weight: 500;
}

#page_31 p {
	margin-top: 0.5em;
}

 .shortdesc, .shortdesc p, .shortdesc li {
	color: #000;
	font-weight: 900;
}

.datum {
	font-size: 200%;
	font-weight: 300;
	line-height: 110%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.maindetailimg {
	width: 100%;
}

.imgowl-mainimg {
	width: 100%;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.portrait {
	background-size: contain;
	padding-bottom: 80%;
}

.panorama {
	background-size: cover;
}

.imgowl-trigger {
	width: 150px;
	padding-bottom: 20%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 15px;
	cursor: pointer;
}

.imgcopyright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	font-size: 75%;
}

.overviewimgcopyright {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	font-size: 66%;
	font-weight: 500;
	margin-right: 15px;
	line-height: 110%;
}

.homeimgcopyright {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	font-size: 75%;
	font-weight: 500;
}

.imgdescription {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}

/* Formulare ------------------------------------------------------ */

.webform .inputcontainer {
	margin-top: 5px;
	margin-bottom: 5px;
}

.webform input {
	background-color: #eee;
	padding: 10px;
	font-size: 100%;
	color: #000;
	width: 100%;
    -webkit-box-shadow:inset 2px 3px 8px #999;
    -moz-box-shadow:inset 2px 3px 8px #999;
    box-shadow:inset 2px 3px 8px #999;
	outline: none;
	border: 1px solid var(--MainColor);
	background-color: #eee;
}

.webform input:optional {
	background-color: #eee;
}

.webform input:required {
	background-color: var(--LightRosa);
}

.webform input:unvalid {
	background-color: #eee;
}

.webform input:valid {
	background-color: #eee;
}

.webform input:focus {
	background-color: #fff;
}

.webform select {
	background: #eee;
	padding: 8px;
	font-size: 100%;
	color: #000;
	width: 100%;
    -webkit-box-shadow:inset 2px 3px 8px #999;
    -moz-box-shadow:inset 2px 3px 8px #999;
    box-shadow:inset 2px 3px 8px #999;
	outline: none;
	border: 1px solid var(--MainColor);
	font-weight: 700;
}

.webform #abs_kurs {
	font-weight: 700;
	color: var(--MainColor);
}

.webform .inputcontainerrow > .inputcontainer:last-of-type > input {
	border-left: none;
}

.webform .inputcontainerrow > .inputcontainer:first-of-type > input {
	border-left: 1px solid var(--MainColor);
}

.webform textarea {
	background: #fff;
	padding: 10px;
	font-size: 100%;
	color: #666;
	width: 100%;
	height: 100px;
    -webkit-box-shadow:inset 2px 3px 8px #999;
    -moz-box-shadow:inset 2px 3px 8px #999;
    box-shadow:inset 2px 3px 8px #999;
	outline: none;
	border: none;
	border: 1px solid var(--MainColor);
}


.webform input[type="checkbox"] {
	margin: 5px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	position: absolute;
	z-index: -1;
}

.webform input[type="checkbox"] + label::before {
	width: 25px;
	height: 25px;
	border: 1px solid var(--MainColor);
	border-radius: 2px;
	background-color: #eee;
	transition: background-color 0.7s;
	display: block;
	content: "";
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.webform input[type="checkbox"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 6px #fff;
	background-color: var(--MainColor);
	transition: background-color 0.3s;
}


.webform #submitbutton {
	cursor: pointer;display: inline-block;
	padding: 10px 15px;
	font-size: 150%;
	font-weight: 700;
	color: white;
	line-height: 130%;
	width: 250px;
	border: 0;
	background: rgb(0,0,175);
	border-radius: 0px;
	outline: none;
	box-shadow: none;
    -webkit-box-shadow: none;
}

.contrast-high .webform #submitbutton {
	background: #000;
	color: #fff;
}

.webform .borderedcontainer {
	padding: 15px;
	border: 1px solid var(--MainColor);
}

.ticketcontainer > div > div.redbutton {
	border: none;
	color: var(--MainColorWhite);
	background-color: var(--MainColor);
}

.ticketcontainer > div > div.redbutton a {
	color: var(--MainColorWhite);
}

.wl-button {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 10px;
	border: 1px solid var(--MainColor);
	color: var(--MainColor);
	background-color: var(--MainColorWhite);
}

.divonrequest {
	display: none;
}

.requesttrigger {
	font-weight: 700;
	color: var(--MainColor);
	padding-left: 20px;
	background: url("/bilder/icons/link-icon.svg") no-repeat left 3px/15px;
	cursor: pointer;
	font-size: 125%;
}

.contrast-high .requesttrigger {
	background: url("/bilder/icons/link-icon-black.svg") no-repeat left 3px/15px;
}

.breakingnews {
	position: relative;
}

.breakingnews > div > div {
	margin-top: 15px;
}

.breakingnews, .breakingnews h4, .breakingnews p {
	line-height: 1.2em !important;
}

.breakingnewsheader {
	background-color: var(--MainColor);
	padding: 15px;
	color: #fff;
	cursor: pointer;
	background-image: url('/bilder/streifen.png');
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 135px;
}

.breakingnewsheader > h4 {
	color: #fff;
	display: block;
	min-height: 3em;
}

.breakingnewscontent {
	padding: 15px;
	display: none;
}

.breakingnewscontent a {
	display: block;
	margin-top: 15px;
}

.socialmediacontainer {
	height: 135px;
	padding: 15px;
	border: 1px solid var(--SubColorLight);
}

.contrast-high .socialmediacontainer {
	border: 1px solid #000;
}

.socialmediacontainer img {
	max-width: 105px;
	width: auto !important;
}

.popup {
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 2000;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.popup .schliessen {
	position: absolute;
	top: -25px;
	right: 0px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.popup p {
	color: #fff;
	font-weight: 700;
}

.popup > div > .container {
	border: 1px solid #fff;
    padding: 50px;
	position: relative;
}

.popup > div {
	position: absolute;
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -50px;
	top: 50%;
}

.ticketcontainer > div > div {
	border: 1px solid var(--MainColor);
	padding: 10px;
	text-align: center;
	background-color: #fff;
}

.borderbottomcontainer {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #777;
}

.imagecontainer {
	margin-bottom: 15px;
}

.floatedImage {
	float: left;
	margin: 30px 30px 30px 0px;
}

.floatedImage img {
	width: 100%;
}

.eventsticker {
	position: absolute;
	top: -10px;
	left: 15px;
	width: 300px;
	height: 300px;
	overflow: hidden;
	z-index: 5;
}

.uebersichtssticker {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	z-index: 5;
}

.newsuebersicht .eventsticker {
	top: 15px;
}

.sticker_green > div {
background-color: var(--Familie) !important;
}

.eventsticker  > div {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 50% 0%;
	width: 360px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: var(--MainColor);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	margin-left: -95px;
	margin-top: 90px;
	font-size: 125%;
	font-weight: 900;
}

.uebersichtssticker > div {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 50% 0%;
	width: 360px;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: var(--MainColor);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	margin-left: -125px;
	margin-top: 60px;
	font-size: 125%;
	font-weight: 900;
}

.galeriebildcontainer {
	padding: 0px;
}

.galeriebild {
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 1px;
	cursor: pointer;
	max-width: 250px;
	margin: auto;
	border-right: 1px solid #fff;
}

.galerie-portrait {
	background-position: 20% center;
}

.galerie-panorama {
	background-position: center center;
}

.galeriebild .quadrat {
	margin-top: 30px;
	margin-bottom: 0px;
}

.galeriebild .imgdescription {
	bottom: 0px;
	top: auto;
}

.gallery-bg-img a {
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.platzhalter {
	width: 100%;
	padding-bottom: 100%;
}

.contentcontainer a.linkedimage, .contentcontainer a.noicon, .contentcontainer .noicon {
	padding: 0px;
	background: transparent;
}

.sponsoren img {
	max-width: 100%;
}

.accContainer {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #777;
}

.accTrigger {
	cursor: pointer;
	margin-bottom:0px
}

.accTrigger h3::before  {
    content: "+ ";
}

.accContainer .active h3::before {
    content: "– " !important;
}

.accTrigger h3 {
	margin-bottom: 0px;
}

.accContent {
	display: none;
}

.mapframe {
	width: 100%;
	height: 500px;
}

.menulist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menulist li {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 7px;
}

.menulist a.iconed {
}

.musikschulteaser {
	padding: 15px;
	background-color: var(--MainColorWhite);
	margin-top: 15px;
}

.contrast-high .musikschulteaser {
	background-color: unset;
	border: 1px solid #000;
}

.vt15 {
	margin-top: 15px !important;
}

.vt25 {
	margin-top: 25px !important;
}

.vt50 {
	margin-top: 50px !important;
}

.vt275 {
	margin-top: 275px !important;
}

.vtteaser {
	margin-top: 785px;
}

.linkdiv {
	cursor: pointer;
}

.footer {
	background: var(--SubColorLight);
	color: #000;
	padding-bottom: 50px;
}

.contrast-high .footer {
	background: #fff;
	color: #000;
	border-top: 1px solid #000;
}

.footer > div {
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer p {
	color: #000;
}

.footer p span {
	text-align: right;
	display: inline-block;
	width: 50%;
}

.footer h4 {
	text-transform: uppercase;
}

.footer a {
	color: #000;
}


.leichte-sprache-schaltbox .switchery {
	margin-right: 15px;
}

.leichte-sprachebox-div {
	border-radius: 5px;
	background-color: #eee;
}

.contrast-high .leichte-sprachebox-div {
	border-radius: 5px;
	background-color: unset;
	border: 1px solid #000;
}

.leichte-sprache {
	width: 130px;
	float: left;
	margin-right: 30px !important;
	margin-top: 10px !important;
}

.leichte-sprache-row
{
	width: 60%;
	background-color: #ddd;
	border-radius: 5px;
}

.leichte-sprache-row p
{
	margin-top: 10px;
	color: black;
}

.contrast_changer {
    cursor: pointer;
    width: 30px;
    margin-top: -3px;
}

.contrast-high .virtuelle-hut h1, .contrast-high .virtuelle-hut p, .contrast-high .virtuelle-hut a {
	color: #fff !important;
}

/* Responsive ----------------------------------------------------- */

@media (max-width: 1200px) {

	.icons > div > img {
		width: 90%;
	}
}

@media (max-width: 991px) {
	.schnellzugrifficons img {
		width: 100%;
	}

	.logo {
		margin-top: 0px;
	}

	.zeithinweis {
		top: 15px;
	}

	.footer p span {
		width: 100%;
	}

	#navigation {
	}

	.hauptmenu {
		display: none;
		max-width: 100%;
		z-index: 10000;
		margin-top: 0px;
		padding: 0px;
		height: auto;
	}

	.hauptmenu > ul > li.current {
		background-color: var(--SubColorLight) !important;
		transition: background-color 0.7s;
	}

	.contrast-high .hauptmenu > ul > li.current {
		background-color: #000 !important;
		transition: background-color 0.7s;
	}
	.contrast-high .hauptmenu > ul > li.current > a {
		color: #fff !important;
	}

	.hauptmenu > ul > li > ul > li.current > a {
		background-color: var(--SubColorLight) !important;
		transition: background-color 0.7s;
	}

	.contrast-high .hauptmenu > ul > li > ul > li.current > a {
		background-color: #000 !important;
		color: #fff;
	}

	.hauptmenu > ul > li > ul > li.current > ul {
		background-color: var(--MainColorWhite) !important;
		transition: background-color 0.7s;
	}

	.contrast-high .hauptmenu > ul > li > ul > li.current > ul {
		background-color: #fff !important;
		transition: background-color 0.7s;
	}


	.mobile-navi-visible {
		display: block;
	}

	.hauptmenu > ul {
		box-shadow: 0 15px 15px rgba(0,0,0,0.5);
		margin-bottom: 0px;
	}

	.hauptmenu > ul > li {
		display: block;
		float: none;
		width: 100%;
		background: none;
		height: auto;
		border-bottom: 1px solid #000;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.hauptmenu > ul > li:hover {
		background: none;

	}

	.hauptmenu > ul:hover > li {
		height: auto;

	}

	.hauptmenu > ul > li > a {
		padding: 15px;
		display: block;
		color: #000;
		height: auto;
		border-left: none;
	}

	/* zweite Menüstufe Megamenü links */

	.hauptmenu > ul > li > ul {
		list-style-type: none;
		padding: 10px 15px 30px 15px;
		display: none;
		position: relative;
		top: 0;
		left: 0;
		background: #fff;
		width: 100%;
		z-index: 1000;
		box-shadow: none;
	}

	.hauptmenu > ul > li:hover > ul {
		display: none;
	}

	.hauptmenu > ul > li.current > ul {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.hauptmenu > ul > li > ul > li {
		display: block;
		width: 100%;
		background: none;
	}

	.hauptmenu > ul > li > ul > li:hover {
		background: none;
	}

	.hauptmenu > ul > li > ul > li > a {
		color: #000;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 8px;
		border-bottom: 1px solid #777;
		display: block;
		min-height: 0px;
		width: 100%;
	}


	/* Letzte Menüstufe Megamenü zweispaltig rechts */

	.hauptmenu > ul > li > ul > li > ul {
		position: relative;
		top: 0px;
		left: 0;
		width: 100%;
		list-style-type: none;
		padding-left: 20px;
		padding-top: 10px;
		column-count: 1;
		display: none;
		margin-bottom: 10px;
	}

	.hauptmenu > ul > li > ul > li:hover > ul {
		display: none;
	}

	.hauptmenu > ul > li > ul > li > ul > li {
		position: relative;
		padding-bottom: 5px;
		display: block;
		width: 100%;
	}

	.hauptmenu > ul > li > ul > li > ul > li > a {
		color: #000;
		font-weight: 900;
	}

	.hauptmenu > ul > li > ul > li > ul > li > ul {
		display: block;
		position: relative;
		list-style-type: none;
		padding-left: 0px;
	}

	.hauptmenu > ul > li > ul > li > ul > li > ul > li {
		display: block;
		position: relative;
		padding: 5px;
		border-top: 1px solid #777;
		border-bottom: 1px solid #777;
		margin-top: 5px;
	}

	.hauptmenu > ul > li > ul > li > ul > li > ul > li > a {
		color: #000;
		font-weight: 300;
	}


	.megamenuhintergrund {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 0px;
		width: 100%;
	}

	#page_0 .teaser {
		height: 600px;
	}

	.vtteaser {
		margin-top: 675px;
	}

	.teaser .itemcontent > div {
		bottom: 70px;
	}

	.socialmediacontainer img {
	}

	.priosticker {
		position: relative;
		top: 0px;
	}

	.sticker {
		position: relative;
	}
}

@media (max-width: 768px) {

	.vtteaser {
		margin-top: 0px;
	}

	.newslinkcontainer_active {
		background-color: var(--MainColor);
	}

	.newsuebersicht {
		padding-top: 25px;
	}

	.breakingnews {
		padding-top: 30px;
	}

    .videosize { width: 100%; }

	#page_0 .teaser {
		height: auto;
	}

	#page_0 .teaser {
		top: 0px;
		position: relative;
	}

	#page_0 .teaser .item {
		box-shadow: none;
	}

	#page_0 .teaser .blende {
		display: none;
	}

	#page_0 .teaser .backgroundimage > img {
		height: 100%;
	}

	.teaser .owl-carousel,
	.teaser .owl-stage-outer {
		position: relative;
	}

	#eventcarousel {
		background-color: #D4D4D9;
	}

	.kreuztalsommer {
		background: radial-gradient(farthest-corner at 10% 80%, #E9C43E 15%, #F5E6B7 30%, #fff 70%);
	}
}

@media (max-width: 650px) {
	h1 {
		font-size: 150%;
		hyphens: auto;
	}


}

@media (max-width: 576px) {
	.imgheader > div > div > div {
		padding: 0px;
	}

	.footer p span {
		width: 50%;
	}

	.zeithinweis {
		top: 0px;
		width: 100%;
		height: auto;
		font-size: 80%;
		padding: 5px 15px;
	}
	.zeithinweis span.restzeit {
		font-size: 100%;
	}
}

@media (max-width: 500px) {

	.footer p span {
		width: 75%;
	}
}

@media (max-width: 350px) {
	.logo {
		width: 100%;
	}
	.footer p span {
		width: 100%;
	}

}


/*macht egal welches h zum h1*/
.make_to_h1
{
    font-size: 200%;
    line-height: 1.0em;
    margin: 0 0 0.4375em 0;
    color: var(--MainColor);
    font-weight: 900;
}

/*macht egal welches h zum h2*/
.make_to_h2
{
   font-size: 175%;
	line-height: 1em;
	margin: 0 0 0.4375em 0;
	font-weight: 900;
	color: var(--MainColor);
}

/*macht egal welches h zum h3*/
.make_to_h3
{
	font-size: 140%;
	line-height: 1.2em;
	margin: 0 0 0.55em 0;
	font-weight: 700;
	color: black;
}

/*macht egal welches h zum h4*/
.make_to_h4
{
	font-size: 115%;
	line-height: 1em;
	margin: 0 0 0.35em 0;
	font-weight: 900;
}

/*macht egal welches h zum h4 (hier speziel für den footer)*/
.make_to_h4_footer
{
	text-transform: uppercase;
	font-size: 115%;
	line-height: 1em;
	margin: 0 0 0.35em 0;
	font-weight: 900;
	color: black;
}

/*macht egal welches h zum h4 (hier speziel für den breakingnews)*/
.make_to_h4_breakingnews
{
	font-size: 115%;
	margin: 0 0 0.35em 0;
	font-weight: 900;
	color: #fff;
	display: block;
	min-height: 3em;
	line-height: 1.2em !important;
}

/*macht egal welches h zum h4 (hier speziel für den newsuebersicht)*/
.make_to_h4_newsuebersicht
{
	font-size: 100%;
	margin: 0 0 0.35em 0;
	font-weight: bold;
	color: black;
	line-height: 120% !important;
}

/*macht egal welches h zum h5*/
.make_to_h5
{
	font-weight: 300;
	color: black;
}