/* Import */
@import url(../css/fonts.css);
@import url(../css/hover-oe2.css);
@import url(../css/lightcase.css);
@import url(../css/owl.carousel.css);

/* Schriften und Schriftgrößen */
html {
	font-size:104.1667%;
}

body {
	font-family: 'Lato', Arial, Helvetica, sans-serif; line-height: 1.2em;
}

:root {
	--MainColor:  #005eab;
	--MainColorLight:  #8ABEED;
	--SubColorDark: #A7B4D6;
	--SubColorLight: #b9cfe0;
	--MainColorWhite: #E7E9F2;
	--Orange: #f29400;
	--LightGreen: #bdd363;
  --Stadt: #8B91BE;
  --Kultur: #DB002D;
  --Bibliothek: #FF7A00;
  --Jugend: #FFAC00;
  --Familie: #008664;
  --Senioren: #0f7ad1;
  --Feuerwehr: #003391;
}

.contrast-high {
  --MainColor:  #000;
	--MainColorLight:  #000;
	--SubColorDark: #000;
	--SubColorLight: #D9D7DA;
	--MainColorWhite: #E7E9F2;
	--Orange: #000;
	--LightGreen: #000;
  --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;
   }
}

/*--- 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: 700;
}

h3 {
/* font-size: 24px; */
	font-size: 135%;
	line-height: 1.2em;
	margin: 0 0 0.55em 0;
    font-weight: 700;
}

h4 {
/* font-size: 21px; */
	font-size: 115%;
	line-height: 1em;
	margin: 0 0 0.35em 0;
	font-weight: 900;
}

p, li, td, .content, .textcolor, .contentcontainer div {
	color: #555;
	line-height: 125%
}

p, td {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

b, strong {
	color: #000;
	font-weight: 900;
}

ul, ol {
	padding-left: 1em;
}

li {
	margin-bottom: 0.35em;
}

a,
a:hover,
a:link {
	text-decoration:none;
	font-weight: 900;
	color: var(--Orange);
}

td {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
}

td::before {
	content: "";
	display: block;
	margin-bottom: 0.45em;
}

/* Header --------------------------------------------------------- */

.stanzung {
	height: 30px;
}

.logocontainer {
	height: 85px;
}

.logo {
	width: 70%;
	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;
	max-width:14.2%;
	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;
}

.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;
}

.contrast_changer {
    cursor: pointer;
    width: 30px;
    margin-top: -3px;
}

.iconmenu-mobile {
	margin-bottom: 20px;
}


/* 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: 12%;
	background: url('../bilder/icons/menulinie-horizontal-inactive.png') no-repeat center 61px #fff;
	height: 70px;
}

.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: none;
    text-align: center;
}

#navigation .linkdiv {
  display: inline-block;
  width: 12%;
  height: 65px;
  background: url('/bilder/mgh.png') no-repeat center top/contain;
  cursor: pointer;
  border-left: 1px solid #000;
}

#navigation ul .linkdiv {
  display: 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 0s 0s, visibility 0s 0s;
	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;
	margin-bottom: unset !important;
}

.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 !important;
	height: 100%;
}

.hauptmenu > ul > li > ul > li:hover > ul {
	display: block !important;
}

.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: none; /* nur bei Senioren */
	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: 900;
}


.megamenuhintergrund {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
}


/* Submenü */

.submenu > ul {
  list-style-type: none;
  padding-left: 0px;
  background-color:var(--MainColorWhite);
}

.contrast-high .submenu > ul {
  background-color: #fff;
}

.submenu > ul > li:hover > a {
  background: var(--SubColorLight);
}

.contrast-high .submenu > ul > li:hover > a {
	background: #000;
	color: #fff;
}

.submenu > ul > li.current {
}

.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(--SubColorLight);
}

.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;
  display: none;
}

.submenu > ul > li.current > ul {
  display: block;
}

.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 {
  display: none;
}

.submenu > ul > li > ul > li.current > ul {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}

.submenu > ul > li > ul > li > ul > li > a {
  font-weight: 300;
  color: #000;
}

.submenu > ul > li > ul > li > ul > li.current > a {
  font-weight: 700;
  color: #000;
}

tr {
    border-bottom: solid 1px var(--MainColorLight);
}

tr:hover {
    background: var(--MainColorWhite);
}

thead th {
    border-bottom: solid 2px var(--MainColorLight);
    border-top: solid 2px #fff;
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

tfoot th {
    border-bottom: solid 2px var(--MainColorLight);
    border-top: solid 2px var(--MainColorLight);
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

tbody th[scope="row"], tbody th.sub {
    background: #f0f0f0;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Teaser ----------------------------------------------------- */

.newssticker {
	background-color: var(--MainColor);
  padding: 20px 50px;
  min-height: 115px;
}

.newssticker > h1, .newssticker > div > p {
 color: #fff;
}


.heisserdraht {
	background: var(--MainColorWhite);
	position: absolute;
	top: 0px;
	right: 30px;
	margin-right: -30px;
	height: 100%;
	z-index: 20;
}

.heisserdrahttrigger {
	width: 30px;
	height: 100%;
	float: left;
	cursor: pointer;
}

.heisserdrahtinhalt {
	display: none;
	float: right;
	padding-top: 30px;
}

.heisserdrahtinhalt  > .row {
	margin: 0px;
	width: 700px;
}


.zeithinweis {
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: var(--MainColorWhite);
	padding: 20px 50px;
	color: #fff;
	font-weight: 700;
	font-size: 80%;
	height: 115px;
	min-width:315px;
}

.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;
}

.teaser {
	background: url('../bilder/bg-teaser.jpg') no-repeat center center/cover;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.8) inset;
	position: relative;
	padding-top: 145px;
	padding-bottom: 15px;
}

.zeithinweis {
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: var(--Orange);
	padding: 20px 50px;
	color: #fff;
	font-weight: 700;
	font-size: 80%;
	height: 115px;
}

.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;
}

.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.6);
}

.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(--Orange);
}

.newsverbindung {
	display: none;
}

.newslinkcontainer_active {
	background: #fff;
}

.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;
}

.oe2search_label {
	text-align: center;
	line-height: 42px;
	padding-right: 15px;
}

#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 {
	margin-top: 15px;
}


.oe2search_ac_result:hover {
	font-weight: 500;
	color: var(--Stadt);
	cursor: pointer;
}


.oe2search_ac_selected {
	font-weight: 500;
	color:var(--Stadt);
}

#oe2search_results a h2 {
	color: var(--MainColorLight);
	transition:color 0.7s;
}

#oe2search_results a:hover h2 {
	color: var(--MainColorDark);
	transition:color 0.3s;
}

.oe2search_result {
	margin-top: 5px;
}

.oe2search_result a {
	background: transparent !important;
	padding-left: 0px;
}

.oe2search_result {
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px 0.55em/12px;
	padding-left: 25px;
}

.contrast-high .oe2search_result {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat 2px 0.55em/12px;
}

.oe2search_result h2 {
	font-size: 125%;
	margin-bottom: 5px;
}

.oe2search_result p {
	font-weight: 500;
	margin-bottom: 20px;
}

.oe2search_message {
	margin-top: 15px;
}


.weisserknopf {
	border: 1px solid #aaa;
	height: 100%;
}

.zielgruppen {
	margin-top: 25px;
	background-color: var(--Stadt);
	padding-top: 50px;
	padding-bottom: 50px;
}

.zielgruppen .row {
	margin: 0px;
}

.zielgruppen .button {
	padding: 0px;
}

.schnellzugrifficons {
	margin-top: 25px;
	background-color: var(--MainColor);
	padding-top: 25px;
	padding-bottom: 25px;
}

.contrast-high .schnellzugrifficons {
	background-color: #fff;
}

.schnellzugrifficons a {
	display: block;
	width: 100%;
}

.schnellzugrifficons img {
	width: 85%;
	max-width: 285px;
	margin: 15px 0;
}

.schnellzugrifficons .col-lg-3 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


.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;
	color: #000;
	font-weight: 500;
}

.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 {
	font-weight: normal;
}

.newsuebersicht a  h4, .newsuebersicht a:hover h4 {
	color: var(--SubColorDark);
	font-weight: 900;
}

.trenner {
	background-color: var(--SubColorDark);
	height: 25px;
}

.col-form-label {padding-left: 0px;}

/* 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(--MainColor);
	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(--LightGreen);
	transition: background-color 0.2s;
}

.quicklinkliste li a {
	color: #000;
}

.quicklinkliste li.allezeigen {
	padding-left: 15px;
	background: none;
	color: var(--SubColorDark);
}

.quicklinkliste li.allezeigen a {
	color: var(--Orange);
}

.contentcontainer .oe2-nav-container, .contentcontainer > ul, .nobulletliste {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}

.contentcontainer .oe2-nav-container li, .contentcontainer > ul > li, .nobulletliste li {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid var(--SubColorLight);
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
	background-color: transparent;
	transition: background-color 0.7s, color 0.7s;
}

.contentcontainer .oe2-nav-container li:hover, .contentcontainer > ul > li:hover, .nobulletliste li:hover {
	background-color: var(--MainColorWhite);
	transition: background-color 0.2s, color 0.2s;
}

.contentcontainer .oe2-nav-container,  li a, .contentcontainer .oe2-nav-container,  li a:hover, .nobulletliste li a, .nobulletliste li a:hover {
	color: #000;
	display: block;
}

.footer {
	background: var(--MainColorWhite);
	color: #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: var(--MainColor);
}

.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;
}


.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,94,171,0.75);
	padding: 15px 35px 15px 30px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	cursor: pointer;
	width: 100px;
	margin-left: -50px;
	display: none;
}

.contrast-high .nachoben {
	background: rgba(0,0,0,0.75);
}

.nachoben img {
	width: 20px;
	margin: 0 auto;
	display: block;
}

.contentcontainer img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.borderedcontainer {
	border: 1px solid var(--SubColorDark);
	padding: 10px;
	text-align: center;
	background-color: #fff;
	width: 50%;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}


.borderedcontainer:hover {
	border: 1px solid var(--SubColorDark);
}


.bordered {
	border: 1px solid var(--SubColorDark);
	padding: 15px;
	margin-bottom: 15px;
}

.ticketcontainer > div > div {
	border: 1px solid var(--SubColorDark);
	padding: 10px;
	text-align: center;
	background-color: #fff;
}


.bildzeile {
	font-size: 90%;
	font-style: italic;
}

.galeriebildcontainer {
	padding: 0px;
	margin-top: 15px;
}

.galeriebild {
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 1px;
	cursor: pointer;
	margin: auto;
	border-right: 1px solid #fff;
	position: relative;
}

.galerie-portrait {
	background-position: center 5%;
}

.galerie-panorama {
	background-position: center center;
}

.galeriebild .quadrat {
	margin-bottom: 0px;
}

.galeriebild .imgcopyright {
	position: absolute;
	top: 0px;
	background-color: rgba(96,96,96,0.8);
	color: #fff;
	padding: 5px;
}

.galeriebildcontainer .imgdescription {
	padding-top: 5px;
	padding-bottom: 15px;
	padding: 5px;
	font-style: italic;
	color: #fff;
}


.linkdiv, .topmenu > div {
	cursor: pointer;
}

.contentcontainer .textblockimage {
	display:block;
}

.contentcontainer .textblockimageRight {
	display:block;
	float: right;
	width: 33%;
	margin-left: 15px;
	padding-left: 15px;
}

.contentcontainer .textblockimageLeft {
	display:block;
	float: left;
	width: 33%;
	margin-right: 15px;
	padding-right: 15px;
}

.contentcontainer .textblockimageFull {
	display:block;
	float:none;
	width:100%
}

.contentcontainer a {
	color: var(--SubColorDark);
	padding-left: 20px;
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
	transition: color 0.7s;
}

.contrast-high .contentcontainer a {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat 2px center/12px 12px;
}

a.iconed {
	color: var(--Orange);
	padding-left: 20px;
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
}

.contrast-high a.iconed {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat 2px center/12px 12px;
}

.hellerhg a.iconed {
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
}

.contrast-high .hellerhg a.iconed {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat 2px center/12px 12px;
}

.hellerhg a {
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
}

.contrast-high .hellerhg a {
	background: url('/bilder/icons/link-icon-black.svg') no-repeat 2px center/12px 12px;
}

h3.hellerhg {
	margin-top: 10px;
	margin-bottom: -2px;
}

h2.hellerhg {
	margin-top: 10px;
	margin-bottom: -2px;
}

.standardlink, .contentcontainer a {
	color: var(--MainColor);
	transition: color 0.7s;
}

.standardlink:hover, .contentcontainer a:hover {
	color: var(--SubColorDark);
	transition: color 0.3s;
}

a.anchor {
	padding: 0px;
	background: transparent;
}

.socmedia img {
	margin: 15px 0 15px 15px;
	height: 50px;
}

.contentcontainer a.linkedimage, .contentcontainer a.noicon, .contentcontainer .noicon {
	padding: 0px;
	background: transparent;
}

 a.page-link {
	padding: 10px;
	background: transparent;
}

.contrast-high .page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.floatinglinkliste dd {
	padding-left: 30px;
}

.floatinglinkliste dt {
	font-size: 125%;
	margin-top: 15px;
}

.floatinglinkliste a {
	background: transparent;
	padding: 0;
}

/* Bildergalerie auf Veranstaltungsseiten ---------------------------------------------------------------- */

.imgowl-mainimg {
	width: 100%;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.portrait {
	background-size: contain;
	padding-bottom: 80%;
}

#imagecarousel .portrait {
	padding-bottom: 60%;
}

.panorama {
	background-size: cover;
}

.imgowl-trigger {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.trigger-container {
	border: none;
	transition: border 0.7s;
}

.trigger-active {
	border: 6px solid var(--SubColorDark);
	transition: border 0.2s;
}

.imgcopyright {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	color: #fff;
  background-color: rgba(27,27,27,0.7);
	font-size: 75%;
}

.imgdescription {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(27,27,27,0.7);
}

/* 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(--Kultur);
	background-color: #eee;
}

.webform input:optional {
	background-color: #eee;
}

.webform input:required {
	background-color: #FFDDDD;
}

.contrast-high .webform input:required {
	background-color: #fff;
}


.webform input:unvalid {
	background-color: #eee;
}

.webform input:valid {
	background-color: #eee;
}

.webform input:focus {
	background-color: #fff;
}

.webform input[type=submit] {
	background-color: var(--Feuerwehr);
	padding: 10px;
	font-size: 100%;
	color: #fff;
	width: 100%;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
	outline: none;
	border: none;
	cursor: pointer;
}

.contrast-high .webform input[type=submit] {
	background-color: #000;
	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(--SubColorDark);
	font-weight: 700;
}

.webform #abs_kurs {
	font-weight: 700;
	color: var(--SubColorDark);
}

.webform .inputcontainerrow > .inputcontainer:last-of-type > input {
	border-left: none;
}

.webform .inputcontainerrow > .inputcontainer:first-of-type > input {
	border-left: 1px solid var(--SubColorDark);
}

.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(--SubColorDark);
}



.webform input[type="radio"] {
	margin: 5px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	position: absolute;
	z-index: -1;
}

.webform input[type="radio"] + label {
	margin-top:3px;
	margin-left:3px;
}

.webform input[type="radio"] + label::before {
	width: 26px;
	height: 26px;
	border: 1px solid var(--SubColorDark);
	border-radius: 13px;
	background-color: #eee;
	transition: background-color 0.7s;
	display: block;
	content: "";
	float: left;
	margin-right: 5px;
	margin-left: -3px;
	margin-top: -3px;
	cursor: pointer;
}

.webform input[type="radio"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 6px #fff;
	background-color: var(--SubColorDark);
	transition: background-color 0.3s;
}

.webform input[type="checkbox"] {
	margin: 5px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	position: absolute;
	z-index: -1;
}

.webform input[type="radio"] + label {
	margin-top:3px;
	margin-left:3px;
}

.webform input[type="checkbox"] + label::before {
	width: 25px;
	height: 25px;
	border: 1px solid var(--SubColorDark);
	border-radius: 2px;
	background-color: #eee;
	transition: background-color 0.7s;
	display: block;
	content: "";
	float: left;
	margin-right: 5px;
	margin-left: -3px;
	margin-top: -3px;
	cursor: pointer;
}

.webform .hellerhg input[type="checkbox"] + label::before {
	margin-top: 0px;
}

.webform .hellerhg label {
	margin-bottom: 0px;
}

.webform input[type="checkbox"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 6px #fff;
	background-color: var(--SubColorDark);
	transition: background-color 0.3s;
}


.webform #submitbutton {
	cursor: pointer;display: inline-block;
	padding: 10px 15px;
	font-size: 110%;
	font-weight: 700;
	color: white;
	width: 250px;
	border: 0;
	background: var(--SubColorDark);
	border-radius: 0px;
	outline: none;
	box-shadow: none;
    -webkit-box-shadow: none;
}

.webform input:required {
	background-color: var(--MainColorWhite);
	border-color: var(--SubColorDark);
}

.webform input:valid {
	background-color: var(--MainColorWhite);
	border-color: var(--SubColorDark);
}

.ticketcontainer #submitbutton {
	width: 100%;
}

.webform .borderedcontainer {
	padding: 15px;
	border: 1px solid var(--SubColorDark);
}

.webform .nopadgroupleft {
	padding-right: 0px;
}

.webform .nopadgroupright {
	padding-left: 0px;
}

.webform .type-text {
	margin-bottom: 15px;
}

.webform .shopitem {
	border: 1px solid #aaa;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.webform .quadratbild {
	margin: 0px;
}

.webform .form_error, .webform .form_error strong, .webform .form_error label {
	margin-bottom: 0px;
	color: var(--Kultur);
}

.webform fieldset {
	border: 1px solid var(--SubColorDark);
	padding: 25px;
	margin-bottom: 25px;
}

.webform legend {
	padding: 0px 10px;
	width: auto;
}


.hellerhg {
	padding: 10px;
	background-color: var(--MainColorWhite);
	border-bottom: 2px solid #fff;
}

.contrast-high .hellerhg {
	background-color: unset;
	border-bottom: 1px solid #000;
}

.dunklerhg {
	padding: 10px;
	background-color: var(--SubColorDark);
}

li.hellerhg {
	padding: 10px;
	background-color: var(--MainColorWhite);
}

li.dunklerhg {
	padding: 10px;
	background-color: var(--SubColorDark);
}

.divonrequest {
	display: none;
}

.requesttrigger {
	font-weight: 700;
	color: var(--SubColorDark);
	padding-left: 20px;
	background: url("/bilder/icons/link-icon.svg") no-repeat left 3px/15px;
	cursor: pointer;
	font-size: 125%;
}

.pagination {
	display: block;
}

.pagination li {
	float: left;
	margin-bottom: 5px;
}

/* -------------------------------------------------------------------------- */


dl.accordion div.ferienbetreuuung-popup {
  display: none;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom:20px;
  position: absolute;
  margin-top:3px;
  margin: -138px 0 20px 60px;
  margin: 0px 0px 20px 80px;
  -webkit-box-shadow: 2px 2px 2px 0 #ABABAB;
  box-shadow: 2px 2px 2px 0 #ABABAB;
  z-index:10;
}

.accordion dd:hover div.ferienbetreuuung-popup {display: block;}
.content_topiclist-ferienbetreuung dd:hover { background-color: #F0F0F0;  }

.accordion .ferienbetreuung-col1 { display:block;float:none;font-weight:bold; }
.accordion .ferienbetreuung-col2 { padding-left:60px;margin-bottom:4px; }

.content_deflist dd { margin-bottom:0; }

#form_ferienbetreuung label { height:0.5em; }


.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;
}

/* -------------------------------------------------------------------------- */

.bild-umflossen {
	float: left;
	margin: 0px 30px 30px 0px;
	padding: 0px 0px 15px 0px;
}

.zentriert {
	float: none;
	margin: 15px auto 30px auto;
}

.rechts {
	float: right;
	margin: 15px 0px 30px 30px;
}

.bild-umflossen img {
	max-width: 100%;
}

.bild-umflossen p {
	margin-top: 15px;
	font-style: italic;
}

.vt15 {
	margin-top: 15px;
}

.vt25 {
	margin-top: 25px;
}

.vt50 {
	margin-top: 50px;
}

.vt275 {
	margin-top: 275px;
}

/* ---------------------------------------------------------------- */
/* Responsive ----------------------------------------------------- */
/* ---------------------------------------------------------------- */

@media (max-width: 1200px) {

	.icons > div > img {
		width: 90%;
	}

}

@media (max-width: 991px) {
	.schnellzugrifficons img {
		width: 100%;
	}

	.logo {
		margin-top: 0px;
	}

	.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 .owl-carousel {
		height: auto;
	}

	.schnellzugrifficons .col-lg-3 {
		-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}

@media (max-width: 768px) {

	.webform .nopadgroupleft {
		padding-right: 15px;
	}

	.webform .nopadgroupright {
		padding-left: 15px;
	}

	.schnellzugrifficons .col-lg-3 {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	td {
		white-space: normal !important;
	}
}

@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%;
	}

	td {
		display: block;
	}

	table {
		width: auto !important;
	}

}

@media (max-width: 500px) {

	.footer p span {
		width: 75%;
	}

	.schnellzugrifficons .col-lg-3 {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

@media (max-width: 350px) {
	.logo {
		width: 100%;
	}
	.footer p span {
		width: 100%;
	}
}








/* Import */
@import url(../css/fonts.css);
@import url(../css/hover-oe2.css);
@import url(../css/lightcase.css);
@import url(../css/owl.carousel.css);

/* Schriften und Schriftgrößen */
html {
	font-size:104.1667%;
}

body {
	font-family: 'Lato', Arial, Helvetica, sans-serif; line-height: 1.2em;
}

:root {
	--MainColor:  #005eab;
	--MainColorLight:  #8ABEED;
	--SubColorDark: #A7B4D6;
	--SubColorLight: #b9cfe0;
	--MainColorWhite: #E7E9F2;
	--Orange: #f29400;
	--LightGreen: #bdd363;
  --Stadt: #8B91BE;
  --Kultur: #DB002D;
  --Bibliothek: #FF7A00;
  --Jugend: #FFAC00;
  --Familie: #008664;
  --Senioren: #0f7ad1;
  --Feuerwehr: #003391;
}

.contrast-high {
  --MainColor:  #000;
	--MainColorLight:  #000;
	--SubColorDark: #000;
	--SubColorLight: #D9D7DA;
	--MainColorWhite: #E7E9F2;
	--Orange: #000;
	--LightGreen: #000;
  --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;
   }
}

/*--- 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: 700;
}

h3 {
/* font-size: 24px; */
	font-size: 135%;
	line-height: 1.2em;
	margin: 0 0 0.55em 0;
    font-weight: 700;
}

h4 {
/* font-size: 21px; */
	font-size: 115%;
	line-height: 1em;
	margin: 0 0 0.35em 0;
	font-weight: 900;
}

p, li, td, .content, .textcolor, .contentcontainer div {
	color: #555;
	line-height: 125%
}

p, td {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

b, strong {
	color: #000;
	font-weight: 900;
}

ul, ol {
	padding-left: 1em;
}

li {
	margin-bottom: 0.35em;
}

a,
a:hover,
a:link {
	text-decoration:none;
	font-weight: 900;
	color: var(--Orange);
}

td {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
}

td::before {
	content: "";
	display: block;
	margin-bottom: 0.45em;
}

/* Header --------------------------------------------------------- */

.stanzung {
	height: 30px;
}

.logocontainer {
	height: 85px;
}

.logo {
	width: 70%;
	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;
	max-width:14.2%;
}

.contrast-high .topmenu .col-2 {
	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;
}

.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-container {
	width: 70px;
}

.font_size_changer {
	cursor: pointer;
}

.contrast_changer {
    cursor: pointer;
    width: 30px;
    margin-top: -3px;
}


/* 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: 12%;
	background: url('../bilder/icons/menulinie-horizontal-inactive.png') no-repeat center 61px #fff;
	height: 70px;
}

.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: none;
    text-align: center;
}

#navigation .linkdiv {
  display: inline-block;
  width: 12%;
  height: 65px;
  background: url('/bilder/mgh.png') no-repeat center top/contain;
  cursor: pointer;
  border-left: 1px solid #000;
}

#navigation ul .linkdiv {
  display: 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.3s 0.25s, visibility 0s 0.55s;
	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 0.3s 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);
}

.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 !important;
	height: 100%;
}

.hauptmenu > ul > li > ul > li:hover > ul {
	display: block !important;
}

.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: none; /* nur bei Senioren */
	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: 900;
}


.megamenuhintergrund {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
}


/* Submenü */

.submenu > ul {
  list-style-type: none;
  padding-left: 0px;
  background-color:var(--MainColorWhite);
}

.submenu > ul > li:hover > a {
  background: var(--SubColorLight);
}

.submenu > ul > li.current {
}

.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(--SubColorLight);
}


.submenu > ul > li > ul {
  list-style-type: none;
  padding: 15px 0px 25px 25px;
  display: none;
}

.submenu > ul > li.current > ul {
  display: block;
}

.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 {
  display: none;
}

.submenu > ul > li > ul > li.current > ul {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}

.submenu > ul > li > ul > li > ul > li > a {
  font-weight: 300;
  color: #000;
}

.submenu > ul > li > ul > li > ul > li.current > a {
  font-weight: 700;
  color: #000;
}

tr {
    border-bottom: solid 1px var(--MainColorLight);
}

tr:hover {
    background: var(--MainColorWhite);
}

thead th {
    border-bottom: solid 2px var(--MainColorLight);
    border-top: solid 2px #fff;
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

tfoot th {
    border-bottom: solid 2px var(--MainColorLight);
    border-top: solid 2px var(--MainColorLight);
    background: #fff;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

tbody th[scope="row"], tbody th.sub {
    background: #f0f0f0;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Teaser ----------------------------------------------------- */

.heisserdraht {
	background: var(--MainColorWhite);
	position: absolute;
	top: 0px;
	right: 30px;
	margin-right: -30px;
	height: 100%;
	z-index: 20;
}

.heisserdrahttrigger {
	width: 30px;
	height: 100%;
	float: left;
	cursor: pointer;
}

.heisserdrahtinhalt {
	display: none;
	float: right;
	padding-top: 30px;
}

.heisserdrahtinhalt  > .row {
	margin: 0px;
	width: 700px;
}


.zeithinweis {
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: var(--MainColorWhite);
	padding: 20px 50px;
	color: #fff;
	font-weight: 700;
	font-size: 80%;
	height: 115px;
	min-width:315px;
}

.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;
}

.teaser {
	background: url('../bilder/bg-teaser.jpg') no-repeat center center/cover;
	box-shadow: 0px 10px 15px rgba(0,0,0,0.8) inset;
	position: relative;
	padding-top: 145px;
	padding-bottom: 15px;
}

.zeithinweis {
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: var(--Orange);
	padding: 20px 50px;
	color: #fff;
	font-weight: 700;
	font-size: 80%;
	height: 115px;
}

.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;
}

.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.6);
}

.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(--Orange);
}

.newsverbindung {
	display: none;
}

.newslinkcontainer_active {
	background: #fff;
}

.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;
}

.oe2search_label {
	text-align: center;
	line-height: 42px;
	padding-right: 15px;
}

#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%;
}

.contrast-high #oe2search_input {
	border: 1px solid #000;
}

.contrast-high #oe2search_input:focus {
	outline: 2px solid #000;
}

.oe2search_ac {
	margin-top: 15px;
}


.oe2search_ac_result:hover {
	font-weight: 500;
	color: var(--Stadt);
	cursor: pointer;
}


.oe2search_ac_selected {
	font-weight: 500;
	color:var(--Stadt);
}

.oe2search_result {
	margin-top: 5px;
}

.oe2search_message {
	margin-top: 15px;
}


.weisserknopf {
	border: 1px solid #aaa;
	height: 100%;
}

.zielgruppen {
	margin-top: 25px;
	background-color: var(--Stadt);
	padding-top: 50px;
	padding-bottom: 50px;
}

.zielgruppen .row {
	margin: 0px;
}

.zielgruppen .button {
	padding: 0px;
}

.schnellzugrifficons {
	margin-top: 25px;
	background-color: var(--MainColor);
	padding-top: 25px;
	padding-bottom: 25px;
}

.contrast-high .schnellzugrifficons {
	background-color: #fff;
}

.schnellzugrifficons a {
	display: block;
	width: 100%;
}

.schnellzugrifficons img {
	width: 85%;
	max-width: 285px;
	margin: 15px 0;
}

.schnellzugrifficons .col-lg-3 {
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


.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;
	color: #000;
	font-weight: 500;
}

.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 {
	font-weight: normal;
}

.newsuebersicht a  h4, .newsuebersicht a:hover h4 {
	color: var(--SubColorDark);
	font-weight: 900;
}

.trenner {
	background-color: var(--SubColorDark);
	height: 25px;
}

.col-form-label {padding-left: 0px;}

.page_nav_box {
	background-color:#ECEDED;
	margin-bottom: 15px;
	padding: 15px;
}

.contrast-high .page_nav_box {
	background-color: unset;
	border: 1px solid #000;
}

/* Quicklinklisten ----------------------------------------------------- */


.quicklinkliste > .row > div > .row > div {
	background-color: var(--MainColorWhite);
}

.contrast-high .quicklinkliste > .row > div > .row > div {
	background-color: unset;
}

.quicklinkliste > .row > div > .row {
	padding: 15px;
}

.quicklinkliste > .row > div > .row > div {
	padding: 0px;
}

.quicklinkliste h3 {
	font-size: 200%;
	font-weight: 500;
	color: var(--MainColor);
	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;
}

.contrast-high .quicklinkliste li {
	border-bottom: 1px solid #000;
}

.contrast-high .quicklinkliste li:last-of-type {
	border-bottom: unset;
}

.quicklinkliste li:hover {
	background-color: var(--LightGreen);
	transition: background-color 0.2s;
}

.quicklinkliste li a {
	color: #000;
}

.quicklinkliste li.allezeigen {
	padding-left: 15px;
	background: none;
	color: var(--SubColorDark);
}

.quicklinkliste li.allezeigen a {
	color: var(--Orange);
}

.contentcontainer .oe2-nav-container, .contentcontainer > ul, .nobulletliste {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}

.contentcontainer .oe2-nav-container li, .contentcontainer > ul > li, .nobulletliste li {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid var(--SubColorLight);
	font-weight: 500;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 20px;
	background-color: transparent;
	transition: background-color 0.7s, color 0.7s;
}

.contentcontainer .oe2-nav-container li:hover, .contentcontainer > ul > li:hover, .nobulletliste li:hover {
	background-color: var(--MainColorWhite);
	transition: background-color 0.2s, color 0.2s;
}

.contentcontainer .oe2-nav-container,  li a, .contentcontainer .oe2-nav-container,  li a:hover, .nobulletliste li a, .nobulletliste li a:hover {
	color: #000;
	display: block;
}

.footer {
	background: var(--MainColorWhite);
	color: #000;
}

.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: var(--MainColor);
}

.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;
}


.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;
}

.nachoben {
	background: rgba(0,94,171,0.75);
	padding: 15px 35px 15px 30px;
	position: fixed;
	bottom: 0px;
	left: 50%;
	cursor: pointer;
	width: 100px;
	margin-left: -50px;
	display: none;
}

.nachoben img {
	width: 20px;
	margin: 0 auto;
	display: block;
}

.contentcontainer img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.borderedcontainer {
	border: 1px solid var(--SubColorDark);
	padding: 10px;
	text-align: center;
	background-color: #fff;
	width: 50%;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}


.borderedcontainer:hover {
	border: 1px solid var(--SubColorDark);
}


.bordered {
	border: 1px solid var(--SubColorDark);
	padding: 15px;
	margin-bottom: 15px;
}

.ticketcontainer > div > div {
	border: 1px solid var(--SubColorDark);
	padding: 10px;
	text-align: center;
	background-color: #fff;
}


.galeriebildcontainer {
	padding: 0px;
	margin-top: 15px;
}

.galeriebild {
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 1px;
	cursor: pointer;
	margin: auto;
	border-right: 1px solid #fff;
	position: relative;
}

.galerie-portrait {
	background-position: center 5%;
}

.galerie-panorama {
	background-position: center center;
}

.galeriebild .quadrat {
	margin-bottom: 0px;
}

.galeriebild .imgcopyright {
	position: absolute;
	top: 0px;
	background-color: rgba(96,96,96,0.8);
	color: #fff;
	padding: 5px;
}

.galeriebildcontainer .imgdescription {
	padding-top: 5px;
	padding-bottom: 15px;
	padding: 5px;
	font-style: italic;
	color: #fff;
}


.linkdiv, .topmenu > div {
	cursor: pointer;
}

.contentcontainer .textblockimage {
	display:block;
}

.contentcontainer .textblockimageRight {
	display:block;
	float: right;
	width: 33%;
	margin-left: 15px;
	padding-left: 15px;
}

.contentcontainer .textblockimageLeft {
	display:block;
	float: left;
	width: 33%;
	margin-right: 15px;
	padding-right: 15px;
}

.contentcontainer .textblockimageFull {
	display:block;
	float:none;
	width:100%
}

.contentcontainer a {
	color: var(--SubColorDark);
	padding-left: 20px;
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
	transition: color 0.7s;
}

a.iconed {
	color: var(--Orange);
	padding-left: 20px;
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
}

.hellerhg a.iconed {
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
}

.hellerhg a {
	background: url('/bilder/icons/link-icon.svg') no-repeat 2px center/12px;
}

h3.hellerhg {
	margin-top: 10px;
	margin-bottom: -2px;
}

h2.hellerhg {
	margin-top: 10px;
	margin-bottom: -2px;
}

.standardlink, .contentcontainer a {
	color: var(--MainColor);
	transition: color 0.7s;
}

.standardlink:hover, .contentcontainer a:hover {
	color: var(--SubColorDark);
	transition: color 0.3s;
}

a.anchor {
	padding: 0px;
	background: transparent;
}

.socmedia img {
	margin: 15px 0 15px 15px;
	height: 50px;
}

.contentcontainer a.linkedimage, .contentcontainer a.noicon, .contentcontainer .noicon {
	padding: 0px;
	background: transparent;
}

 a.page-link {
	padding: 10px;
	background: transparent;
}

.floatinglinkliste dd {
	padding-left: 30px;
}

.floatinglinkliste dt {
	font-size: 125%;
	margin-top: 15px;
}

.floatinglinkliste a {
	background: transparent;
	padding: 0;
}

/* Bildergalerie auf Veranstaltungsseiten ---------------------------------------------------------------- */

.imgowl-mainimg {
	width: 100%;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.portrait {
	background-size: contain;
	padding-bottom: 80%;
}

#imagecarousel .portrait {
	padding-bottom: 60%;
}

.panorama {
	background-size: cover;
}

.imgowl-trigger {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.trigger-container {
	border: none;
	transition: border 0.7s;
}

.trigger-active {
	border: 6px solid var(--SubColorDark);
	transition: border 0.2s;
}

.imgcopyright {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	color: #fff;
  background-color: rgba(27,27,27,0.7);
	font-size: 75%;
}

.imgdescription {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	color: #fff;
	background-color: rgba(27,27,27,0.7);
}

/* 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(--Kultur);
	background-color: #eee;
}

.webform input:optional {
	background-color: #eee;
}

.webform input:required {
	background-color: #FFDDDD;
}

.webform input:unvalid {
	background-color: #eee;
}

.webform input:valid {
	background-color: #eee;
}

.webform input:focus {
	background-color: #fff;
}

.webform input[type=submit] {
	background-color: var(--Feuerwehr);
	padding: 10px;
	font-size: 100%;
	color: #fff;
	width: 100%;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
	outline: none;
	border: none;
	cursor: pointer;
}

.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(--SubColorDark);
	font-weight: 700;
}

.webform #abs_kurs {
	font-weight: 700;
	color: var(--SubColorDark);
}

.webform .inputcontainerrow > .inputcontainer:last-of-type > input {
	border-left: none;
}

.webform .inputcontainerrow > .inputcontainer:first-of-type > input {
	border-left: 1px solid var(--SubColorDark);
}

.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(--SubColorDark);
}



.webform input[type="radio"] {
	margin: 5px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	position: absolute;
	z-index: -1;
}

.webform input[type="radio"] + label {
	margin-top:3px;
	margin-left:3px;
}

.webform input[type="radio"] + label::before {
	width: 26px;
	height: 26px;
	border: 1px solid var(--SubColorDark);
	border-radius: 13px;
	background-color: #eee;
	transition: background-color 0.7s;
	display: block;
	content: "";
	float: left;
	margin-right: 5px;
	margin-left: -3px;
	margin-top: -3px;
	cursor: pointer;
}

.webform input[type="radio"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 6px #fff;
	background-color: var(--SubColorDark);
	transition: background-color 0.3s;
}

.webform input[type="checkbox"] {
	margin: 5px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	position: absolute;
	z-index: -1;
}

.webform input[type="radio"] + label {
	margin-top:3px;
	margin-left:3px;
}

.webform input[type="checkbox"] + label::before {
	width: 25px;
	height: 25px;
	border: 1px solid var(--SubColorDark);
	border-radius: 2px;
	background-color: #eee;
	transition: background-color 0.7s;
	display: block;
	content: "";
	float: left;
	margin-right: 5px;
	margin-left: -3px;
	margin-top: -3px;
	cursor: pointer;
}

.webform .hellerhg input[type="checkbox"] + label::before {
	margin-top: 0px;
}

.webform .hellerhg label {
	margin-bottom: 0px;
}

.webform input[type="checkbox"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 6px #fff;
	background-color: var(--SubColorDark);
	transition: background-color 0.3s;
}


.webform #submitbutton {
	cursor: pointer;display: inline-block;
	padding: 10px 15px;
	font-size: 110%;
	font-weight: 700;
	color: white;
	width: 250px;
	border: 0;
	background: var(--SubColorDark);
	border-radius: 0px;
	outline: none;
	box-shadow: none;
    -webkit-box-shadow: none;
}

.webform input:required {
	background-color: var(--MainColorWhite);
	border-color: var(--SubColorDark);
}

.webform input:valid {
	background-color: var(--MainColorWhite);
	border-color: var(--SubColorDark);
}

.ticketcontainer #submitbutton {
	width: 100%;
}

.webform .borderedcontainer {
	padding: 15px;
	border: 1px solid var(--SubColorDark);
}

.webform .nopadgroupleft {
	padding-right: 0px;
}

.webform .nopadgroupright {
	padding-left: 0px;
}

.webform .type-text {
	margin-bottom: 15px;
}

.webform .shopitem {
	border: 1px solid #aaa;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.webform .quadratbild {
	margin: 0px;
}

.webform .form_error, .webform .form_error strong, .webform .form_error label {
	margin-bottom: 0px;
	color: var(--Kultur);
}

.webform fieldset {
	border: 1px solid var(--SubColorDark);
	padding: 25px;
	margin-bottom: 25px;
}

.webform legend {
	padding: 0px 10px;
	width: auto;
}


.hellerhg {
	padding: 10px;
	background-color: var(--MainColorWhite);
	border-bottom: 2px solid #fff;
}

.dunklerhg {
	padding: 10px;
	background-color: var(--SubColorDark);
}

li.hellerhg {
	padding: 10px;
	background-color: var(--MainColorWhite);
}

li.dunklerhg {
	padding: 10px;
	background-color: var(--SubColorDark);
}

.divonrequest {
	display: none;
}

.requesttrigger {
	font-weight: 700;
	color: var(--SubColorDark);
	padding-left: 20px;
	background: url("/bilder/icons/link-icon.svg") no-repeat left 3px/15px;
	cursor: pointer;
	font-size: 125%;
}

.pagination {
	display: block;
}

.pagination li {
	float: left;
	margin-bottom: 5px;
}

/* -------------------------------------------------------------------------- */


dl.accordion div.ferienbetreuuung-popup {
  display: none;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom:20px;
  position: absolute;
  margin-top:3px;
  margin: -138px 0 20px 60px;
  margin: 0px 0px 20px 80px;
  -webkit-box-shadow: 2px 2px 2px 0 #ABABAB;
  box-shadow: 2px 2px 2px 0 #ABABAB;
  z-index:10;
}

.accordion dd:hover div.ferienbetreuuung-popup {display: block;}
.content_topiclist-ferienbetreuung dd:hover { background-color: #F0F0F0;  }

.accordion .ferienbetreuung-col1 { display:block;float:none;font-weight:bold; }
.accordion .ferienbetreuung-col2 { padding-left:60px;margin-bottom:4px; }

.content_deflist dd { margin-bottom:0; }

#form_ferienbetreuung label { height:0.5em; }


.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;
}

/* -------------------------------------------------------------------------- */

.bild-umflossen {
	float: left;
	margin: 0px 30px 30px 0px;
	padding: 0px 0px 15px 0px;
}

.zentriert {
	float: none;
	margin: 15px auto 30px auto;
}

.rechts {
	float: right;
	margin: 15px 0px 30px 30px;
}

.bild-umflossen img {
	max-width: 100%;
}

.bild-umflossen p {
	margin-top: 15px;
	font-style: italic;
}

.vt15 {
	margin-top: 15px;
}

.vt25 {
	margin-top: 25px;
}

.vt50 {
	margin-top: 50px;
}

.vt275 {
	margin-top: 275px;
}

/* ---------------------------------------------------------------- */
/* Responsive ----------------------------------------------------- */
/* ---------------------------------------------------------------- */

@media (max-width: 1200px) {

	.icons > div > img {
		width: 90%;
	}

}

@media (max-width: 991px) {
	.schnellzugrifficons img {
		width: 100%;
	}

	.logo {
		margin-top: 0px;
	}

	.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;
	}

	.hauptmenu > ul > li > ul > li.current > a {
		background-color: var(--SubColorLight) !important;
		transition: background-color 0.7s;
	}

	.hauptmenu > ul > li > ul > li.current > ul {
		background-color: var(--MainColorWhite) !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 > 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 .owl-carousel {
		height: auto;
	}

	.schnellzugrifficons .col-lg-3 {
		-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}

@media (max-width: 768px) {

	.webform .nopadgroupleft {
		padding-right: 15px;
	}

	.webform .nopadgroupright {
		padding-left: 15px;
	}

	.schnellzugrifficons .col-lg-3 {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	td {
		white-space: normal !important;
	}
}

@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%;
	}

	td {
		display: block;
	}

	table {
		width: auto !important;
	}

}

@media (max-width: 500px) {

	.footer p span {
		width: 75%;
	}

	.schnellzugrifficons .col-lg-3 {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

@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: 1.3em;
    margin: 0 0 0.65625em 0;
    font-weight: 700;
}

/*macht egal welches h zum h3*/
.make_to_h3
{
    font-size: 135%;
    line-height: 1.2em;
    margin: 0 0 0.55em 0;
    font-weight: 700;
}

/*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 einem h4 (hier speziel für den newsuebersicht)*/
.make_to_h4_newsuebersicht
{
    font-size: 100%;
    margin: 0 0 0.35em 0;
    font-weight: 900;
    line-height: 120% !important;
    hyphens: auto;
    color: black;
}

/*macht egal welches h zum h5*/
.make_to_h5
{
    font-weight: 200;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
    color: inherit;
}





