/* Import --------------------------------------------------------- */

@import url(/css/fonts.css);
@import url(/css/lightcase.css);
@import url(/css/owl.carousel.css);

/* Spielzeitfarben --------------------------------------------------------- */

:root {
  --saisonfarbehell:   #F5B448;
  --saisonfarbedunkel: #19A1A7;
}

.textinsaisonfarbehell {
	color: var(--saisonfarbehell, #F5B448);
}

.textinsaisonfarbedunkel {
	color: var(--saisonfarbedunkel, #19A1A7);
}

.randinsaisonfarbehell {
	border-color: var(--saisonfarbehell, #F5B448);
}

.randinsaisonfarbedunkel {
	border-color: var(--saisonfarbedunkel, #19A1A7);
}

.hintergrundinsaisonfarbehell {
	background-color: var(--saisonfarbehell, #F5B448);
}

.hintergrundinsaisonfarbedunkel {
	background-color: var(--saisonfarbedunkel, #19A1A7);
}

.fillinsaisonfarbehell {
	fill: var(--saisonfarbehell, #F5B448);
}

.fillinsaisonfarbedunkel {
	fill: var(--saisonfarbedunkel, #19A1A7);
}


/* Schriften und Schriftgrößen */

body {
	font-family: 'EncodeSans', Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	font-weight: 300;
}

.container {
    max-width: 1200px;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1, h2, h3, h4, h5,  h6 {
	font-family: 'EncodeSans', Arial, Helvetica, sans-serif;
	color: var(--saisonfarbedunkel, #19A1A7);
}


h1 {
	font-size: 225%;
	line-height: 1.1em;
	margin: 0 0 0 0;
	font-weight: 900;
	text-transform: uppercase;
}

h2 {
	font-size: 200%;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
    font-weight: 700;
}

h3 {
	font-size: 175%;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
    font-weight: 700;
}

h4 {
	font-size: 150%;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	font-weight: 700;
}

p, li, .textcolor {
	color: #333;
  margin-top: 10px;
}

b, strong {
	color: #000;
	font-weight: 700;
}

a:visited,
a:hover,
a:link {
	text-decoration:none;
	font-weight: 700;
	color: var(--saisonfarbedunkel, #19A1A7);
}

img {
	max-width: 100%;
}

.linkeddiv {
	cursor: pointer;
}

/* Header --------------------------------------------------------- */

.metamenuecontainer {
  z-index: 200;
	background-color: #000;
	padding-top: 14px;
	padding-bottom: 12px;
    position: relative;
}

.dropdowntrigger {
	color: #fff;
	font-weight: 700;
	padding-right: 1.5em;
	background: url('/pics/dropdown.svg') no-repeat right center/1em 1em;
    cursor: pointer;
}

.logo {
	position: absolute;
	max-width: 275px;
	top: -2px;
}

.hauptmenuecontainer {
	padding-top: 25px;
	margin-bottom: 40px;
}

.hauptmenue > ul {
	margin: 0px;
	padding: 0px;
}

.lupe {
	width: 1.2em;
	height: 1.2em;
}

.warenkorb {
	width: 1.3em;
	height: 1.3em;
}

.stream {
	width: 1.3em;
	height: 1.3em;
}

.warenkorbzahl {
	padding: 2px;
	border-radius: 50%;
	color: #000;
	float: right;
	width: 1.7em;
	height: 1.7em;
	font-weight: 700;
	margin-left: 5px;
}

/* Menüstyling --------------------------------------------------- */

.hauptmenue > ul > li {
	list-style-type: none;
	display: block;
	float: left;
	margin-left: 3em;
    position: relative;
}

.hauptmenue > ul > li > a {
	color: #000;
	font-weight: 700;
}

.hauptmenue li a:link, .menu li a:visited, .menu li a:active,.menu li a:hover {
    color: #000;
    transition: color 0.7s;
}

.hauptmenue > ul > li:hover > a {
    color: var(--saisonfarbehell, #F5B448);
    transition: color 0.7s;
}

.hauptmenue > ul > li.active > a {
    color: #FF0000;
}

.hauptmenue > ul > li > ul {
    position: absolute;
    background: #fff;
    box-shadow: 2px 10px 10px rgba(0,0,0,0.5);
    z-index: 1000;
    padding: 20px;
    left: -30px;
    width: 290px;
    visibility: hidden;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: 0s, 0.5s;
    transition-delay: 0.5s, 0s;
}

.hauptmenue > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
}

.hauptmenue > ul > li > ul > li {
    padding: 5px 10px;
    background: none;
    display: block;
}

.hauptmenue > ul > li > ul > li > a {
    font-weight: normal;
    color: #001B4F;
}

.hauptmenue > ul > li > ul > li.active > a {
    color: FF0000;
}

.hauptmenue > ul > li:hover > ul {
    display: block;
}

.metamenueinhalt {
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    position: absolute;
    z-index: 100;
    margin: 0px -15px 0px -15px;
    width: 100%;
    top:48px;
    border-top: 1px solid #999;
    display: none;
    padding-bottom: 75px;
}

.offen {
    display: block;
}

#buttonmobilesmenue {
    display: none;
}

#mobileshauptmenue {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 200;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 3px;
    margin-left: -15px;
}

#mobileshauptmenue ul {
    list-style-type: none;
    padding: 0px;
}

#mobileshauptmenue > div > ul > li > ul {
    display: none;
}

#mobileshauptmenue > div > ul > li {
    border-bottom: 1px solid var(--saisonfarbehell, #F5B448);
    padding: 10px;
}

.mobileshauptmenue-sichtbar {
    display: block !important;
}




/* Slider -------------------------------------------------------- */

.veranstaltungsslidercontainer {
	padding: 0px;
	width: 100%;
	/*padding-bottom: 28.125%;*/
	position: relative;
}

#veranstaltungsslider {
	padding: 0px;
}

.slide {
	position: relative;
	width: 100%;
	padding-bottom: 28.125%;
}

.slideinhalt {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
}

.slideinhalt > .container {
	height: 100%;
	position: relative;
}

.slide .copyright {
	left: 0px;
}

.slidebild {
	position: absolute;
}

.slidebeschriftung {
	position: absolute;
	bottom: 0px;
	padding: 15px;
	background-color: rgba(32,32,32,0.75);
	width: 100%;
}

.slidebeschriftung {
	line-height: 1.1em;
	padding-bottom: 15px;
	color: #fff;
	font-size: 200%;
	font-weight: 700;
	text-transform: uppercase;
}

.slider-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 30px;
	cursor: pointer;
	margin-top: -45px;
}

.slider-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	right: 30px;
	cursor: pointer;
	margin-top: -45px;
}

.slider-prev svg, .slider-next svg {
	width: 75px;
	height: 75px;
}

.slider-navigation {
	position: relative;
	top: -15px;
	z-index: 101;
}

.slider-navigation > div {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	color: #fff;
	font-weight: 700;
	margin: 5px;
	cursor: pointer;
	position: relative;
}

.slider-navigation > div > div {
	display: none;
}

.slider-navigation > div.punkt_aktiv > div {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid var(--saisonfarbehell, #F5B448);
}

.punkt_aktiv {
	background-color: var(--saisonfarbehell, #F5B448);
}

.keyvisual {
	position: absolute;
	bottom: -100px;
	right: 3%;
	z-index: 100;
	width: 350px;
    transition: width 0.7s;
}


/* Veranstaltungskacheln -------------------------------------------------------- */

.veranstaltungskacheln {
	background: url('/pics/hintergrund-veranstaltungskacheln.jpg') no-repeat center bottom/100% #6CA9AE;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 25px;
}

.veranstaltungskacheln h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 25px;
}

.kachel {
	background: #fff;
	min-height: 500px;
	margin-bottom: 30px;
    cursor: pointer;
}

.svgicon {
	width: 35px;
	height: 35px;
	position: relative;
	top: -12px;
	margin-right: 10px;
}

.pfeilornament {
	border-top: 9px solid var(--saisonfarbehell, #F5B448);
	border-right: 9px solid var(--saisonfarbehell, #F5B448);
	width: 30px;
	height: 30px;
	margin: 0 0 0 auto;
}

.abgesagt {
    height: 186px;
    margin-top: -186px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
    }
    
.outoflyz {
    height: 186px;
    margin-top: -186px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: 1.0;
    position: relative;
    z-index: 1000;
    }    

.kachelbild {
	width: 100%;
	padding-bottom: 75%;
	background-position: center center;
	background-size: auto 100%;
    background-repeat: no-repeat;
	opacity: 1;
	transition: background-size 0.7s, opacity 0.7s;
}

.kachel:hover .kachelbild {
	background-size: auto 110%;
	opacity: 0.95;
	transition: background-size 0.7s, opacity 0.7s;
}

.kachelbeschriftung {
	padding: 0 15px 15px 15px;
}

.kacheldatum {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 150%;
	line-height: 1.1em;
	color: #000;
}

.kacheldatum span {
	color: var(--saisonfarbehell, #F5B448);
}

.kacheltitel {
	font-weight: 700;
	line-height: 1.1em;
	color: #000;
}


/* Auch im Lyz -------------------------------------------------------- */

.fremdveranstaltungen {
	background: url('/pics/hintergrund-veranstaltungskacheln-unten.jpg') no-repeat center top/100% #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
	position: relative;
}

.mitzeigVAs {
	/*background: url('/pics/hintergrund-veranstaltungskacheln-unten.jpg') no-repeat center top/100% #fff;
	padding-top: 50px;
	padding-bottom: 50px; */
	margin-top: 0px;
	position: relative;
}

.fremdveranstaltungen h4 {
	color: #000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 25px;
}

.fremdkachel {
	background: #fff;
	padding: 15px;
}

.fremdkachelbild {
	width: 75%;
	padding-bottom: 50%;
	background-position: center center;
	background-size: cover;
	margin-bottom: 15px;
}

.fremdkachelbeschriftung {
	padding: 0;
}

.fremdkacheldatum {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 135%;
	line-height: 1.1em;
	color: #000;
}

.fremdkacheldatum span {
	color: var(--saisonfarbehell, #F5B448);
}

.fremdkacheltitel {
	font-weight: 700;
	line-height: 1.1em;
	color: #000;
}

.fremdslider-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	left: 30px;
	cursor: pointer;
	margin-top: -45px;
}

.fremdslider-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	right: 30px;
	cursor: pointer;
	margin-top: -45px;
}

.fremdslider-prev svg, .fremdslider-next svg {
	width: 75px;
	height: 75px;
}


/* Inhalte -------------------------------------------------------- */

.inhaltscontainer {
	background: url('/pics/hintergrund-veranstaltungsseite.jpg') no-repeat center top/cover;
}

.inhaltscontainer > div {
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: rgba(255,255,255,0.75);
}

.copyright {
	background-color: rgba(32,32,32,0.75);
	color: #fff;
	writing-mode: vertical-lr;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 15px;
	height: auto;
	width: auto;
}

.anreisser {
  font-size: 90%;
	font-weight: 700;
	color: #000;
}

.zweispaltig {
	column-count: 2;
	column-gap: 30px;
}

.zweispaltig p, .zweispaltig li {
	display: inline-block;
}

.aktionsicons a {
	margin-right: 10px;
}

.aktionsicons .mail {
	width: 35px;
}

.aktionsicons .kalender {
	width: 35px;
}

.aktionsicons .facebook {
	width: 35px;
}

.aktionsicons .sm_mobile {
	width: 0px;
}

.aktionsicons .nur_mobile {
	margin-right: 0px;
}

.aktionsicons .ort {
	width: 35px;
}

.flacherbuttoncontainer > div:first-of-type {
	padding-right: 5px;
}

.flacherbuttoncontainer > div:last-of-type {
	padding-left: 5px;
}

.flacherbutton {
	width: 100%;
	padding: 10px;
	color: #fff;
	font-weight: 700;
}

.txtunten img {
	vertical-align: bottom;
}

.flacherbutton img {
	width: 30px;
	margin-right: 10px;
}

.bildervorschau img {
	height: 75px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.terminlistenueberschrift {
	font-size: 100%;
	margin-bottom: 0px;
}

.terminliste {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.terminliste li {
	text-transform: uppercase;
	padding: 15px 0px;
	border-bottom: 1px solid var(--saisonfarbedunkel, #19A1A7);
	font-weight: 700;
}

.terminliste li span {
	color: var(--saisonfarbedunkel, #19A1A7);
	display: block;
}

.grauebox {
	background-color: #e9e9e9;
	padding: 15px 15px 5px 15px;
}

.grauebox p {
	color: var(--saisonfarbedunkel, #19A1A7);
	font-weight: 700;
	border-bottom: 1px solid var(--saisonfarbedunkel, #19A1A7);
	padding-bottom: 15px;
}

.grauebox p span {
	text-transform: uppercase;
	display: block;
}

.klappbox, 
.infoklappbox, 
.suchklappbox {
	padding: 0px;
}

.klappbox h3, 
.infoklappbox h3, 
.suchklappbox h3 {
	display: block;
	margin-bottom: 2px;
	color: var(--saisonfarbehell, #F5B448);
	font-size: 125%;
	background-color: #ddd;
	padding: 15px 60px 15px 15px;
	background: url('/pics/plus.svg') no-repeat 98% center/45px #e9e9e9;
    cursor: pointer;
}

.infoklappbox h3 {
    background: url(/pics/info.png) no-repeat 98% center/50px #e9e9e9;
}

.suchklappbox h3 {
    background: url(/pics/lupe.svg) no-repeat 98% center/20px;
    float: left;
    padding-top: 5px;
}   
    
.klappbox h3.aktiv, 
.infoklappbox h3.aktiv,  {
    background: url('/pics/minus.svg') no-repeat 98% center/45px #e9e9e9;
}

.suchklappbox h3.aktiv {
    background: url('/pics/lupe.svg') no-repeat 98% center/20px;
    float: left;
    margin-right: 10px;
}

.klappbox > div, 
.infoklappbox > div {
	display: none;
	background-color: #e9e9e9;
	overflow: hidden;
  margin-bottom: 2px;
}

.suchklappbox > div {
	display: none;
	background-color: none;
	overflow: hidden;
  margin-bottom: 2px;
}

.klappbox > div.offen, 
.infoklappbox > div.offen, 
.suchklappbox > div.offen {
    display: block;
}

.klappbox > div > div, 
.infoklappbox > div > div 
{
	padding: 15px;
}

.suchklappbox > div > div 
{
   line-height: 1px;
}

.streamback {
  background: url('/pics/streaming_s.png') no-repeat 0 55px;
  background-size: 380px;
}
.trennstrichliste {
    list-style-type: none;
    padding: 0px;
}

.trennstrichliste li {
    padding: 15px;
    border-bottom: 1px solid var(--saisonfarbehell, #F5B448);
}

.trennstrichliste li:last-of-type {
    border-bottom: none ;
}

.trennstrichliste li span {
    display: block;
    font-weight: 700;
}

.infobutton > div:first-of-type > div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url('/pics/info.svg') no-repeat center center/50% var(--saisonfarbehell, #F5B448);
    margin-right: 15px;
}

.infobutton p {
    margin-bottom: 0px;
}

.Hefte img {
 padding: 4px;
 width: 81px;
 height:150px;
}
/* Formulare ------------------------------------------------------ */
.webform input::placeholder {
  color: rgb(204,204,204)
}

.webform textarea::-webkit-input-placeholder {
color: rgb(204,204,204) !important;
}
 
.webform textarea:-moz-placeholder { /* Firefox 18- */
color: rgb(204,204,204) !important;  
}
 
.webform textarea::-moz-placeholder {  /* Firefox 19+ */
color: rgb(204,204,204) !important;  
}
 
.webform textarea:-ms-input-placeholder {  
color: rgb(204,204,204) !important;  
}

.webform input:focus::placeholder {
  /* color: rgb(239,239,239) */
}

.webform textaera::placeholder {
  color: rgb(204,204,204)
}

.webform textaera:focus::placeholder {
  /* color: rgb(239,239,239) */
}



.webform input {
	background-color: #eee;
	padding: 10px;
	font-size: 100%;
	color: #000;
	width: 100%;
	outline: none;
	background-color: #eee;
	border: none;
	border-left:5px solid var(--saisonfarbehell, #F5B448);
    margin-bottom: 1px;
}

.webform input:optional {
	background-color: #eee;
	transition: background-color 0.5s;
}

.webform input:required {
	background-color: #fff;
	transition: background-color 0.5s;
}

.webform input:focus {
	background-color: #f9f9f9;
	transition: background-color 0.5s;
  border-color: transparent;
  border-bottom: 2px solid #1c87c9;
  border-left:5px solid var(--saisonfarbehell, #F5B448);
}

.webform input:unvalid {
	background-color: #ffeeee;
}

.webform input:valid {
	background-color: #eee;
}

.webform select {
	background: #eee;
	padding: 8px;
	font-size: 100%;
	color: #000;
	width: 100%;
	outline: none;
	border: 1px solid #F3A916;
	font-weight: 700;
}

.webform textarea {
	background: #eee;
	padding: 10px;
	font-size: 100%;
	color: #777;
	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(--saisonfarbehell, #F5B448);
}

.webform textaera {
	background-color: #eee;
	padding: 10px;
	font-size: 100%;
	color: #000;
	width: 100%;
	outline: none;
	background-color: #eee;
	border: none;
	border-left:5px solid var(--saisonfarbehell, #F5B448);
    margin-bottom: 1px;
}

.webform input[type="radio"] {
	margin: 5px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.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(--saisonfarbehell, #F5B448);
	border-radius: 13px;
	background-color: #fff;
	transition: background-color 0.7s;
	display: block;
	content: "";
	float: left;
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 5px;
	cursor: pointer;
}

.webform input[type="radio"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 6px #fff;
	background-color: var(--saisonfarbehell, #F5B448);
	transition: background-color 0.3s;
}

.webform input[type="checkbox"] {
	margin: 10px 10px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	/*position: absolute;*/
	z-index: -1;
	/*opacity: 0;*/
}

.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(--saisonfarbehell, #F5B448);
	border-radius: 2px;
	background-color: #fff;
	transition: background-color 0.7s;
	display: block;
	content: "";
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.webform input[type="checkbox"]:checked+label::before {
    box-shadow: inset 0px 0px 0px 6px #fff;
    background-color: var(--saisonfarbehell, #F5B448);
    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(--saisonfarbehell, #F5B448);
	border-radius: 0px;
	outline: none;
	box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 15px;
}

/* Bestellisten------------------------------------------------- */
.bestellliste {
    background:#E9E9E9;
    padding-top: 5px;
    border-top: 2px solid #ccc;
}

.bestellliste div, .bestellliste li, .bestellliste p {
    color: black;
}

.listeweg div, .listeweg li, .listeweg p, .listeweg b {
    color: grey;
}

.bestellliste > div > div div {
    padding-top: 3px;
    padding-bottom: 3px;
}

.bestellliste div.bestellliste-ohnevertikalpadding, .bestellliste div.bestellliste-ohnevertikalpadding div {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bestellliste-rechtsbuendig {
    text-align: right;
}

.bestellliste-kartenanzahl {
    min-width: 20px;
}

.bestellliste-button {
    margin-left: 10px;
}

.bestellliste-keinumbruch {
    white-space: nowrap;
}

/* Footer ----------------------------------------------------- */

.sponsoren {
	background-color: #D8D8D8;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer{
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

.footer h4 {
	font-size: 100%;
	text-transform: uppercase;
}

.footer a {
	text-transform: uppercase;
	font-weight: 700;
}

.footer p {
	color: #666;
}

.footer > div > div > div:last-of-type {
	text-align: right;
}


/* -------------------------------------------------------------------------- */

.vm15 {
	margin-top: 15px;
}

.vm25 {
	margin-top: 25px;
}

.vm50 {
	margin-top: 50px;
}

.vm100 {
	margin-top: 100px;
}

.vm275 {
	margin-top: 275px;
}

/* Änderungen Ralf ------------------------------------------------- */
.event_sparte {
    font-weight: 700;
	  line-height: 1.1em;
    padding: 0 15px 15px 15px;
    position: absolute;
    bottom: 30px;
    color: var(--saisonfarbehell);
}

.event_warenkorb {
    padding: 0 15px 15px 0px;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    bottom: 45px;
    right: 40px;
}

.event_stream {
    width: 40px;
    height: 27px;
    position: absolute;
    bottom: 45px;
    right: 30px;
}

.event_stream {
    width: 50px !important;
    height: 65px;
    position: absolute;
    bottom: 45px;
    right: 30px;
}

.event_reihe {
    font-weight: 700;
	  line-height: 1.1em;
    padding: 0 0 0 15px;
    max-width: 90%;
    position: absolute;
    bottom: 70px;
    color: var(--saisonfarbehell);
}

.ticketwahl {
  padding-bottom: 0.5em;
}

.flacherbutton {
 cursor: pointer;
}

.slide {
     /* height:600px; */
    }

.veranstaltungskacheln {
      margin-top:0px;
    }    

.mittigesbild {
   text-align:center;
} 

/* iframe-Videos responsive machen --- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

   
/* Responsive ----------------------------------------------------- */

@media (max-width: 1200px) {

    #buttonmobilesmenue {
        display: block;
        width: 50px;
        cursor: pointer;
    }

    .hauptmenue > ul {
        display: none;
    }

    .hauptbildcontainer {
        margin-bottom: 15px;
    }
    
   /* Änderungen Ralf ------------- */    
    .owl-carousel .owl-stage-outer {
      margin-top: -40px;
    }

    .hauptmenuecontainer {
      padding-top:0;
    }
    
    .slide {
      height:200px;
    }
    
    .slideinhalt {
      /*position: relative;*/
    }
    
    .slidebeschriftung {
      font-size: 130%;
    }
    
   .slider-navigation > div.punkt_aktiv > div {
  	 display: none;
   }
   
   .aktionsicons .sm_mobile {
	   width: 35px;
   }
   .aktionsicons .nur_mobile {
	  margin-right: 15px;
  }
  .container-fluid {
      width:90% !important;
    }
   
}

@media (max-width: 991px) {
    .slider-prev {
        display: none;
    }
    .slider-next {
        display: none;
    }
    .fremdslider-prev {
        display: none;
    }
    .fremdslider-next {
        display: none;
    }
    .keyvisual {
        width: 300px;
        transition: width 0.7s;
    }
    .zweispaltig {
        column-count: 1;
    }
    .infobutton {
        margin-top: 25px;
    }
    
}

@media (max-width: 768px) {
    .keyvisual {
        width: 225px;
        transition: width 0.7s;
    }
    .bestellliste-rechtsbuendig {
        text-align: center;
    }
    

}

@media (max-width: 650px) {
    .keyvisual {
        width: 150px;
        transition: width 0.7s;
    }
    

}

@media (max-width: 576px) {

}

@media (max-width: 500px) {

}

@media (max-width: 350px) {

}








