#wrapper .section .container_wrapper {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
h3 {
  margin-bottom: 20px;
}
.mapplic-search-input,.mapplic-popup-link, .mapplic-list-location:hover, .mapplic-active{
    background:#ff3333  !important;
    background-color: #FF3333;
}
.mapplic-list-location a > img{
    margin:0 auto !important;
    transform: translateY(0) !important;
    display:block !important;
}.mapplic-list-location{
    width:50%;
    float:left;
    background:#efefef;
}
.mapplic-about{
    display:none !important;
}
.mapplic-pin {
	background-color: #fb7575;
}
.mapplic-pin.pin-classic {
	background-color: #f23543;
	border-color: #f23543;
	
}
button{
    font-family: Bikini Atlas Web medium;
}
address img{
    width:25px !important;
    max-width:25px !important;
    height:auto !important;
    float:left;
    margin:0 10px 0 0 !important;
}
.xicon{
    line-height:25px;
    margin:10px auto 30px;
}
#cookies{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:none;
    background:rgba(0,0,0,0.2);
    z-index:500000;
}
#cookiebanner{
     z-index:500001;
    max-width:calc(100% - 40px);
    width:600px;
}
#cookiebanner a {
  color: #FFF;
  text-decoration: underline;
}
#cookiebanner h2 {
  color: #FFF !important;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
#cookiebanner button {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 0;
  font-size: 15px;
}
#cookiebanner button:first-of-type {
  margin-right: 20px;
}
.cookies_text{
    font-size:12px;
        line-height:15px;
}
table{
   margin:10px auto !important;
}
td {
    width:50px;
    text-align:center;
    color:#666;
}
td i{
    font-size:20px;
    line-height:35px;
   background:#000;
    color:#FFF;
   padding:7px;
   height:35px;
    width:35px;
    border-radius:50%;
    margin-bottom:10px;
}
/* #################################################################################VCARD */
.vcard{
    position:relative;
    width:600px;
    max-width:calc(100% - 40px);
    height:auto;
    overflow:hidden;
    text-align: center;
    margin:0 auto;
}
.vcard .profilbild{
    position:relative;
    width:250px;
    max-width:calc(100%);
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.vcard .profilbild img{
    border-radius:50%;
}
.vcard h3{
    text-align: center;
    margin-bottom:0;
}
.vcard .qr{
    position:relative;
    width:200px;
    max-width:calc(100%);
    padding:2px;
    background:#efefef;
    height:auto;
    overflow:hidden;
    margin:50px auto;
}
/* ##################################################################################REGISTER */
#register {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  z-index:500001;
}
#registerinside {
  position: fixed;
  max-width: 560px;
  max-height: 400px;
  padding: 30px;
  top: 50%;
  margin-top: -200px;
  margin-left: -280px;
  left: 50%;
  width: 100%;
  background: #FF3333;
  color: #FFF;
  height: 100%;
  z-index: 80000;
}
.register_kopf {
  position: relative;
  width: 100%;
  height: auto;
  font-family: header;
  font-size: 52px;
  color: #FFF;
  line-height: 52px;
}
.register_titel.gewinnsp {
  color: #FFF !important;
}
.register_info {
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
  padding: 20px 0;
}
.register_close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 80002;
}
.register_close i {
  color: #FFF;
  font-size: 30px;
}
.register_content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto;
}
/* ##################################################################################Adventskalender */
 .adventskalendermodul {
   position: relative;
   width:100%;
  padding:0;
   margin: 0;
   height: auto !important;
   overflow: hidden !important;

 }
 .tuerchen {
   position: relative;
   width: calc(33.3% - 20px);
   height: auto;
   cursor: pointer;
   float: left !important;
   margin: 10px;
     overflow:hidden;
     background:#000;
    -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
  
 }
.tuerchen.nottoday:hover  .preinfo{
   opacity:100;
}
.bildfilter{
     position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
}
.tuerchen.shownot{
  display:none!important;
 }
.tuerchen.gone img{
 filter: grayscale(100%);
 }
.tuerchen.gone .number span{
    background:#333;
}
.tuerchen.gone .bildfilter{
    display:none;
}
.preinfo {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#ff3333;
    font-size:10px;
    line-height:14px;
    color:#FFF;
    padding:10px;
     -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
}
 .tuerchen img {
   width: 100%;
   padding: 0;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
 }
.tuerchen .number{
    position:absolute;
    top:50%;
    left:50%;
    font-size:14px;
    line-height:18px;
    transform:translate(-50%,-50%);
    color:#FFF;
}
.number span{
    padding:5px;
    background:#FF3333;
}
.gewinnmodul {
  position: relative;
  width: 96%;
  max-width: 1400px;
  margin: 40px auto;
  height: auto !important;
  overflow: hidden !important;
}
.teilnahmebedingungen{
    position: relative;
  padding: 20px 30px 20px 20px; 
    border:1px solid #000;
    font-size:9px;
    line-height:14px;
    height:100px;
    overflow-y: scroll;
    margin-bottom:20px;
}
.teilnahmebedingungen a{
     font-size:9px;
    line-height:14px;
}
.gewinner {
  position: relative;
  padding: 20px 60px 20px 20px;
  width: 60%;
  float: left;
}
.gewinnmodul h1 {
  position: relative;
  height: auto;
  overflow: hidden;
  max-width: 600px;
  font-size: 60px;
  line-height: 65px;
  font-family: header;
  color: #FF3333;
  text-transform: uppercase;
  text-align: center;
  margin: 10px auto;
  width: 100%;
}
.gewinnmodul h3 {
  position: relative;
  height: auto;
  max-width: 700px;
  color: #333;
   font-family: Bikini Atlas Web;
   font-size: 18px;
  line-height: 21px;
  text-align: center;
    text-transform: none !important;
  margin: 0 auto 50px;
  width: 100%;
}
.gewinn_artikel {
  position: relative;
  height: auto;
  overflow: hidden;
}
.gewinn_artikel .imagecontainer{
    position:absolute;
    top:0;
    right:0;
    width:20%;
    background:rgba(255,255,255,0.9);
}
.gewinn_artikel_info {
  position: relative;
  padding: 20px 0;
}
.gewinn_artikel_info h1 {
  font-size: 40px;
  max-width: 100%;
  text-align: left;
  line-height: 45px;
  margin-bottom: 20px;
}
.gewinn_text, .gewinn_text a {
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  text-align: justify;
}
.gewinn_artikel_info h3, .verlosung_titel h3 {
  font-size: 11px;
  line-height: 13px;
  font-family: custom_font !important;
  font-weight: normal !important;
  font-style: italic;
  text-transform: none !important;
}
#teilnahmeformular {
  position: relative;
  float: left;
  background: #f1f1f1;
  width: 40%;
  margin: 20px auto 100px;
  padding: 40px;
}
.gewinn_felder {
  background: #FF3333;
  font-family: Bikini Atlas Web;
  font-size: 18px;
  color: #FFF;
  border: 1px solid #FF3333;
  padding: 15px 10px;
  width: 100%;
  height: auto;
  margin: 1% 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.putin {
  position: relative;
}
.putin i {
  position: absolute;
  right: 15px;
  top: 23px;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #FFF;
}
.putin i:hover {
  color: #000;
}
.gewinn_felder:hover {
  color: #FFF;
  background: #000;
  border: 1px solid #000;
}
.gewinn_felder:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #000 inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #ccc;
}
.gewinn_felderr:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #000 inset;
  -webkit-text-fill-color: #ccc;
}
.gewinn_felder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.gewinn_felder::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.gewinn_felder:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.gewinn_felder:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
#teilnahmeformular input[type=checkbox].css-checkbox + label.css-label, #teilnahmeformular input[type=radio].css-checkbox + label.css-label, .ui-timepicker-list li, #teilnahmeformular input[type=checkbox].css-checkbox + label.css-label, .ui-timepicker-list li {
  font-size: 16px;
  color: #333;
}
#teilnahmeformular label span {
  font-size: 12px;
}
#teilnahmeformular label.css-label, #vipinfo label.css-label {
  background-image: url(https://cloud.imexx.de/lib/userfiles/272/hauptlayout/checkbox.png);
}
.teilnahme_fehler {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 2%;
  color: #666;
  font-size: 16px;
}
.teilnahme_button {
  background: #ff3333;
  color: #FFF;
  cursor: pointer;
  font-family: header;
  font-size: 28px;
  line-height: 50px;
  border: 0px solid #c1545a;
  padding: 0;
  text-align: center;
  width: 250px;
  height: 50px;
  margin: 40px auto 40px auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.teilnahme_button:hover {
  border-radius: 0;
  color: #FFF;
}
/* ##################################################################################NEWSTICKER*/
.simple-marquee-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.simple-marquee-container {
  margin: 20px 2%;
  width: 96%;
  float: left;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.simple-marquee-container .marquee-sibling {
  padding: 0;
  background: #ff3333;
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}
.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.simple-marquee-container .marquee {
  margin-left: 35%;
}
.simple-marquee-container .marquee-content-items {
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}
.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: #000;
}
.simple-marquee-container .marquee-content-items li a {
  color: #000;
}
.simple-marquee-container .marquee-content-items li:after {
  content: "|";
  margin: 0 1em;
}
/* ##################################################################################UMFRAGE */
.umfrage h1, .umfrage h2 {
  font-family: header;
}
.umfrage h2 {
  font-weight: normal;
}
.umfrage_einleitung {
  font-family: Bikini Atlas Web;
}
.umfrage_antworten {
  background: #efefef;
}
/* ##################################################################################HEADER */
#header_logo img {
  max-height: 60px;
  width: auto;
}
#header_logo img:first-of-type {
  display: block;
}
#header_logo img:nth-of-type(2) {
  display: none !important;
}
.sprachauswahl {
  position: absolute;
  left: 20px;
  top: 60px;
  font-family: Bikini Atlas Web;
  z-index: 108;
}
.sprachauswahl a {
  padding: 0px 12px 0 12px;
  color: #151515;
  font-size: 16px;
  text-decoration: none;
}
button {
  border: 1px solid #151515;
  margin: 20px auto 20px 0;
  font-size: 20px;
  padding: 10px 20px;
  color: #151515;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  cursor: pointer;
}
button i {
  margin-left: 5px;
}
.news_und_events button, .journal button {
  font-size: 14px;
  color: #666;
  background: transparent;
  border: 1px solid #666;
}
/* ##################################################################################NAVIGATION*/
.navigation-menu {
  top: 45px;
  right: 2%;
}
.navigation-menu img {
  width: 30px;
  height: auto;
}
.navigationclose {
  position: relative;
  height: 40px;
  float: left;
  width: 30%;
  text-align: right;
}
.navigationclose i {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #151515;
  cursor: pointer;
  font-size: 40px;
}
.navigation-menu, .navigationclose {
  display: none;
}
.navigation-display ul a {
  text-transform: uppercase;
    
}
.navigation-display ul li a {
  margin:0 0 0 0 !important;
    
}
.navigation-display {
  position: absolute !important;
  display: block;
  overflow: hidden;
  height: auto;
  min-height: 44px;
    width:100% !important;
  top: 120px;
  padding: 0;
  margin: 0;
  background: transparent;
  z-index: 1001;
}
.navigation-display ul li {
  float: left !important;
  width: auto !important;
  margin: 0 10px !important;
  text-align: center;
  min-height: 40px;
  position: relative;
}
.menu_selected {
  border-bottom: 5px solid #151515;
}
.shopping .menu_selected {
  border-bottom: 5px solid #ff3333;
}
.kantini_und_restaurants .menu_selected, .kantini_and_restaurants .menu_selected {
  border-bottom: 5px solid #8bb99a;
}
.journal .menu_selected {
  border-bottom: 5px solid #ecdbfc;
}
.news_und_events .menu_selected, .news_and_events .menu_selected, .artists .menu_selected {
  border-bottom: 5px solid #ffc842;
}
.navigation-display ul {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  width: 100% !important;
  padding: 0;
  margin: 0;
  top: 0;
  height: 20px;
}
.navsocialmedia {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 1003;
}
.navsocialmedia a, .inlaysocialmedia a {
  font-size: 40px;
  padding: 0 10px;
}
.navsocialmedia a i, .inlaysocialmedia a i {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #151515;
}
.navsocialmedia a i:hover, .inlaysocialmedia a i:hover, .navigationclose i:hover {
  color: #ff3333;
}
.inlaysocialmedia {
  position: relative;
  float: left;
  width: 60%;
  display: none;
  margin-left: 5%;
  text-align: left;
  z-index: 1001;
}
.navopen {
  position: relative;
  margin: 40px 5%;
  width: 90%;
  font-size: 16px;
  display: none;
  text-align: center;
  z-index: 1001;
}
.menufooter {
  list-style: none;
  margin: 90px auto 50px;
  float: left;
  width: 33%;
  text-align: center;
  text-transform: uppercase;
}
.menufooter li {
  height: 25px;
}
.menufooter a {
  font-size: 15px;
  height: 25px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.footer-logos {}
.footer-logos img {
  width: 200px;
  margin: 20px 10px;
  height: auto;
}
/* #################################################################################SLIDER*/
.textcontent {
  position: absolute;
  height: auto;
  top: auto;
  left: 50px;
  font-family: header-slider;
  bottom: 80px;
  text-align: left;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
}
.textcontent h1 {
  color: #FFF !important;
  font-size: 72px !important;
  line-height: 72px !important;
}
.igallery img {
  width: 48% !important;
  max-width: 48% !important;
  margin: 1% !important;
  float: left;
}
/* ##################################################################################Header */
#wrapper .section:first-of-type .container_wrapper h2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: header;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 72px;
  line-height: 72px;
  color: #FFF;
  text-align: left;
  text-transform: uppercase;
}
#wrapper .section:first-of-type .container_wrapper h2 span {
  position: absolute;
  left: 5%;
  width: 100%;
  bottom: 20px;
}
/* #################################################################################Home*/
.home .section .inner_container .lazy-load, #scontainer1295_1 .slide img {
  width: 100%;
  height: auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.home .inner_container a:hover > img, #scontainer1295_1 .slide img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
}
#container1297_2_649 button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 20px auto !important;
}
.home .inner_container h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 35px;
  letter-spacing: 1px;
  color: #FFF;
  line-height: normal !important;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-weight: normal !important;
  font-family: header !important;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.home .inner_container h2 span {
  position: absolute;
  left: 50%;
  font-size: 35px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 25px 0 25px;
  bottom: 40px;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.home .inner_container h2 span:after {
  content: '';
  clear: both;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 4px;
  background: #fff;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.home .inner_container:hover h2 span {
  color: #ff3333;
}
.home .inner_container:hover h2 span:after {
  background: #ff3333;
}
#container1296_3_649 .inner_container:hover h2 span {
  color: #8bb99a;
}
#container1296_3_649.inner_container:hover h2 span:after {
  background: #8bb99a;
}
#container1297_1_649 .inner_container:hover h2 span, #container1298_1_649 .inner_container:hover h2 span {
  color: #ffc842;
}
#container1297_1_649 .inner_container:hover h2 span:after, #container1298_1_649 .inner_container:hover h2 span:after {
  background: #ffc842;
}
#container1298_2_649 .inner_container:hover h2 span {
  color: #ecdbfc;
}
#container1298_2_649 .inner_container:hover h2 span:after {
  background: #ecdbfc;
}
#instafeed img {
  width: 10% !important;
  height: auto;
  float: left;
}
/* ##################################################################################SHOPS KATEGORIEN */
.button-group {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: 0 0.5% 0 0.5%;
  margin: 0px auto 0 auto;
  overflow: hidden;
}
.button-group h2 {
  position: relative;
  float: left;
  margin: 10px;
  border-bottom: 5px solid #fff;
  text-align: left;
  font-family: Bikini Atlas Web medium;
  overflow: visible;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.button-group h2:hover, .is-checked {
  border-bottom: 5px solid #ff3333 !important;
}
.more, #container1375 {
  display: none;
}
.kantiniinfo button {
  font-size: 15px !important;
  color: #666;
}
.shop_container {
  position: relative;
  width: 100%;
  margin: 20px auto 20px auto;
}
.shop_icon {
  position: relative;
  width: 48%;
  float: left;
  padding: 0;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  margin: 0 1% 50px 1%;
}
.shop_icon.klein {
  width: 31.333%;
}
.shop_icon.klein:first-of-type {
  clear: both !important;
}
.kantiniadd {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 80px;
  height: auto;
  z-index: 100;
}
.shop_icon .img_container {
  position: relative;
  width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.geoffnet {
  color: #FF3333;
  font-weight: bold;
}
.highlight.empty {
  display: none !important;
}
.shop_icon > .img_container:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.shop_icon .img_container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.shop_icon h2 {
  width: 100%;
  font-size: 16px;
  float: none !important;
  line-height: 20px;
  margin: 30px auto;
  text-align: left;
  font-family: Bikini Atlas Web;
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.shop_icon h2 i {
  color: #ff3333;
  margin-right: 10px;
  margin-bottom: 30px;
  float: left;
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.shop_icon > .img_container .overlay_elem {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 30;
  opacity: 0;
  text-align: center;
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.shop_icon > .img_container .overlay_elem img {
  position: relative;
  max-width: 50% !important;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.shop_icon:hover > .img_container .overlay_elem, .shop_icon.hover_effect > .img_container .overlay_elem {
  opacity: 1;
}
.shop_icon:hover > .img_container a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
}
.shop_icon:hover h2 i {
  margin-left: 20px;
}
.shopseite {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 180px;
}
.shopinfos {
  position: relative;
  width: 96%;
  height: auto;
  overflow: hidden;
  margin: 50px auto 100px;
}
.shopinfos h3 {
  display: none;
}
.shopinfos .videocontainer, .shopdetailtextzwei {
  width: 50%;
  margin: 0 auto !important;
  line-height: 24px !important;
  padding: 0;
}
.shopdetailtextzwei {
  padding: 20px;
}
.shopinfos .videocontainer {
  margin: 30px auto !important;
}
.shopinfos .videocontainer .addon_video {
  min-width: 100%;
}
.shopseite-contain {
  position: absolute;
  width: 40%;
  top: 5%;
  bottom: 5%;
  right: 5%;
}
.shopseite-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.shopseite-container-text {
  position: relative;
  padding: 40px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}
.mieterbuttons {
  position: relative;
  margin-top: 30px;
  height: 80px;
  overflow: hidden;
  width: 100%;
}
.etagenname {
  position: relative;
  float: right;
  font-size: 25px;
  line-height: 35px;
  color: #666;
}
.shopseite-contain h1 {
  text-align: left;
  font-size: 44px;
  line-height: 50px;
}
.shopseite-contain h2 {
  width: 80%;
  color: #666;
  text-align: left;
  float: left;
  font-size: 25px;
  line-height: 35px;
}
#shopdetailbild {
  display: none !important;
}

.shopitems {
  position: absolute;
  bottom: 0;
  padding: 40px;
  width: 100%;
  left: 0;
}
.shopitems .shopimtes-contain {
  width: 30% !important;
  float: left;
}
.shopitems .shopimtes-contain.right {
  width: 70% !important;
  float: left;
}
.shopseite-contain button {
  border: 0;
  border-radius: 0;
  width: 32% !important;
  line-height: 60px;
  font-size: 16px;
  float: left;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0 2% 0 0;
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  cursor: pointer;
}
.shopseite-contain button:hover {
  background: #ff3333;
  color: #FFF;
}
.shopseite-contain button {
  margin: 0 0 0 0;
}
.shopseite-contain .centerbutton {
  margin: 0 2% 0 2% !important;
}
.shopdetailtext {
  margin: 60px auto 90px;
}
.shopseite-contain .detail_elem_item {
  float: left;
}
.shopseite-contain .detail_elem_item.right {
  text-align: right;
  line-height: 25px;
  float: right;
}
.shopseite-contain .detail_elem_item i {
  margin-right: 10px;
}
.gobackbutton {
  position: absolute;
  top: 50px;
  z-index: 10;
  left: 50px;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}/* ##################################################################################JOBS */
.jobcontainer {
   position: relative;
   width: 1200px;
   max-width: 96% !important;
   display: flex;
   display: -webkit-flex; /* Safari */
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap; /* Safari */
   justify-content: center;
   -webkit-justify-content: center;
   margin: 0 auto 80px;
 }
 .tagged {
   position: absolute;
   bottom: 50px;
   left: 50px;
 }
 .jobwrapper {
   position: relative;
   float: left;
   width: 31.3%;
   border: 1px solid #c1c1c1;
   margin: 1% 1% 50px 1%;
   background: rgba(0, 0, 0, 0.03);
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   transform: translateZ(0);
 }
 .jobwrapper:hover {
   background: rgba(255, 255, 255, 0.8);
 }
 .jobwrapper .imagecontainer {
   position: relative;
   overflow: hidden;
   background: #FFF;
   height: 150px;
   width: 100%;
 }
 .jobart {
   position: relative;
    background: #FF3333;
   padding: 10px;
   float: left;
   color: #FFF;
   text-transform: uppercase;
 }
 .showsub {
   margin-top: 30px;
   text-align: center;
 }
 .showsub i {
   cursor: pointer;
   font-size: 30px;
 }
 .jobdetail {
   display: none;
 }
 .jobwrapper .imagecontainer img {
   position: absolute;
   max-height: 70%;
   height: auto;
   width: auto !important;
   max-width: 90%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }

 .jobwrapper a {
   text-decoration: none;
 }
 .jobwrapper a h1, .jobwrapper h1 {
   text-align: center;
   margin: 20px auto;
   padding: 15px;
   line-height: 29px;
   font-size: 24px;
   height: 70px;
   overflow: hidden;
   color: #000;
 }
 
 .jobwrapper h2 {
   text-align: center;
   text-transform: uppercase !important;
   font-size: 18px;
   line-height: 25px;
   color: #666;
 }
 .jobwrapper h3, .jobwrapper .media_details {
   display: none;
 }
 .job_text h3 {
   text-transform: uppercase !important;
 }
 .job_text {
   padding: 30px;
   max-width: 100%;
   position: relative;
   margin: 20px auto;
 }
 .job_text .mediaarchiv_download {
   background: transparent;
     margin:0 auto !important;
       width:82px !important;
 }
.jobwrapper button{
    background:#FF3333 ;
    color:#FFF;
    border:0px;
    margin:10px auto 30px !important;
    font-size:16px !important;
    font-family: Bikini Atlas Web !important;
}
.job_text .downloadcontainer{
    text-align:center;
    width:82px !important;
    margin:0 auto !important;
}
 .job_text .media_preview {
   width: 80px;
   border-radius: 0%;
   height: 80px;
   float: none !important;
   margin: 0 auto 0 auto !important;
   border: 1px solid #ccc;
   text-align: center;
   background: transparent;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   transform: translateZ(0);
 }
 .job_text .media_preview i {
   color: #ccc;
   -webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
   -o-transition: 0.5s ease;
   transition: 0.5s ease;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   transform: translateZ(0);
 }
 .job_text .media_preview:hover {
   border-radius: 20px;
   border: 1px solid #000;
 }
 .job_text .media_preview:hover i {
   color: #000;
 }
/* ##################################################################################JOURNAL // NEWS & EVENTS */
.newscontainer {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
}
.instafeedoverview{
     width: 100%;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  height: auto;
  overflow: hidden;

}
.instacontainer{
     width: 24% !important;
  float: left;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 50px 0.5%;
}
.newsicon {
  width: 50%;
  float: left;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 50px auto;
}
.newsicon.journal .imgcontainer {
  opacity: 0;
}
.newsicon.journal .newsletter_container {
  background: #ff3333;
  padding: 20px 40px;
  top: 0;
  left: 0;
  right: 40px;
  bottom: 0;
  position: absolute;
}
.newsicon.journal button {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.newsicon.journal .newsltext {
  color: #FFF;
  font-size: 14px;
  line-height: 19px;
}
.newsicon.journal h2 {
  color: #FFF;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 30px;
}
.newsicon .imgcontainer, .newsicon .eventdetails {
  width: 50%;
  float: left;
  overflow: hidden;
}
.newsicon .imgcontainer img {
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  cursor: pointer;
}
.newsicon .eventdetails h2 {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 30px;
}
.newsicon .eventdetails h3 {
  margin-bottom: 30px;
  font-family: Bikini Atlas Web;
  font-size: 18px;
  line-height: 24px;
}
.news_und_events .newsicon .eventdetails h2, .news_and_events .newsicon .eventdetails h2 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
}
.event_container_maintext_text h2, .event_container_maintext h2 {
  width: 100% !important;
  margin-bottom: 20px;
  float: none !important;
}
.event_container_maintext p {
  float: none;
}
.event_container_maintext .downloadcontainer{
    width:100%; margin:20px 0;
}
.newsicon:hover > .imgcontainer a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
}
.newsicon .eventdetails {
  padding: 0 40px 40px 40px;
  width: 50%;
}
.news_gastblogger {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
}
.news_autoren {
  position: relative;
  float: left;
  height: auto;
  width: 12.50%;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}
.news_autoren.smaller {
  position: relative;
  float: left;
  cursor: pointer;
  height: auto;
  text-align: center;
  width: auto;
  margin: 5px;
  color: #666;
  overflow: hidden;
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.news_autoren.smaller.ischecked, .news_autoren.smaller:hover {
  color: #ff3333;
}
.news_gastblogger button {
  float: none;
}
.news_autoren.add {
  display: none;
}
.news_autoren .autor_name {
  color: #9e9e9e;
  font-size: 11px;
}
.news_autoren img {
  margin: 0 0 10px 0;
  width: 100% !important;
  float: none;
  height: auto !important;
  border: 2px solid #fff;
}
.news_autoren.ischecked img {
  border: 2px solid #ff3333;
}
.event_container .news_date, .news_date.detail {
  width: auto;
  display: table;
  margin: 0 4% 0 5% !important;
  float: left;
  font-family: Bikini Atlas Web;
  font-size: 18px;
  color: #151515;
}
.event_container .left_days, .left_days.detail {
  width: auto;
  display: table;
  margin: 0 0 0 4% !important;
  float: right;
  font-family: Bikini Atlas Web;
  text-transform: uppercase;
  font-size: 18px;
  color: #151515;
}
.news_date.detail, .left_days.detail {
  padding: 20px 0 20px 0;
}
.newskopf {
  position: relative;
  margin: 160px auto 30px !important;
}
.tobottom i {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 30px;
}
.event_container_maintext h3 {
  margin-bottom: 30px;
  font-family: Bikini Atlas Web;
  font-size: 18px;
  line-height: 24px;
}
#returnme {
  position: absolute;
  width: 50px;
  top: 30px;
  left: 30px;
  height: 50px;
  z-index: 30;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  line-height: 50px;
}
#returnme i {
  position: relative !important;
  font-size: 16px !important;
  color: #ff3333 !important;
}
.eventtext {
  text-align: justify;
}
#event_detail p {
  text-align: justify;
}
.event_container_maintext {
  position: relative;
  width: 100%;
  padding: 0 2% 0 2%;
  text-align: justify;
  text-align: left;
  line-height: 22px;
  font-size: 15px;
  max-width: 1000px;
  margin: 50px auto;
  color: #151515;
  height: auto;
  overflow: hidden;
}
#journal_detail h2 {
  text-transform: uppercase;
  font-family: header;
  font-size: 44px;
  text-align: left;
  color: #9e9e9e;
  line-height: normal !important;
  width: 80% !important;
  float: left !important;
  margin: 0 auto 0 auto;
}
.event_container_maintext img {
  width: 100% !important;
  height: auto;
  margin: 20px auto;
}
.event_container_maintext_autor {
  text-align: center;
  width: 20%;
  margin: 0;
  float: right;
}
.autor_titel {
  font-family: Bikini Atlas Web;
  margin: 30px auto 5px auto;
  font-size: 18px;
}
.autor_name {
  color: #666;
  font-size: 11px;
  margin-top: 10px;
}
.event_container_maintext_autor img {
  width: 80% !important;
  height: auto !important;
  margin: 0 auto !important;
}
.autor_name i {
  margin-right: 5px;
}
.autor_name a {
  color: #ff33333;
  font-size: 12px;
}
/* ##################################################################################ARCHIV*/
.archivheadline {
  font-family: header;
  color: #AEAEAE;
  width: 96%;
  height: auto;
  text-transform: uppercase;
  text-align: left;
  max-width: 96%;
  font-size: 44px;
  line-height: 44px;
  margin: 0 2% 40px;
}
.archivcontainer {
  position: relative;
  width: 100%;
  max-width: 98%;
  margin: 20px auto;
  cursor: pointer;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
}
.archiv_icon {
  position: relative;
  float: left;
  width: 23%;
  margin: 0 1% 1% 1%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.archiv_icon .img_container {
  position: relative;
  width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
}
.archiv_icon .img_container img {
  webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  cursor: pointer;
}
.archiv_icon:hover > .img_container img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  overflow: hidden;
}
.archiv_icon h3 {
  color: #888888;
  font-size: 14px;
  line-height: 18px;
  min-height: 54px;
  width: 80%;
  float: left;
  font-family: Bikini Atlas Web;
  margin: 28px 0 10px 0;
}
.archiv_icon .artistadd {
  font-family: Bikini Atlas Web;
  width: 20%;
  float: left;
  text-align: right;
  margin: 28px 0 10px 0;
  color: #ff3333;
}
.archiv_icon h3 i, .eventdetails i, .kantiniinfo i {
  color: #ff3333;
  margin-left: 15px;
}
.meter {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 10px;
  background: #E6E6E6;
}
.bar_meter {
  position: absolute;
  height: 10px;
  left: 0;
  top: 0;
  background: #ffc842;
}
/* ##################################################################################Kontakt */
#kontakformular, #kontaktpost {
  position: relative;
  max-width: 1000px;
  margin: 3% auto;
  overflow: hidden;
  width: 98%;
  padding: 2%;
  margin-bottom: 0 !important;
}
.kontakt_felder, .kontakt_felder_h_ind, .kontakt_felder.half {
  background: transparent;
  padding: 2%;
  font-size: 14px;
  font-family: Bikini Atlas Web;
  border: 1px solid #151515;
  border-radius: 2px;
  margin: 2% 0 2% 0;
}
.kontakt_felder.viert {
  width: 23%;
  font-family: Bikini Atlas Web;
  margin: 2% 2% 2% 0;
  float: left;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 2px;
}
input[type=checkbox].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label, .ui-timepicker-list li {
  font-size: 14px;
  color: #151515;
}
label.css-label {
  background-image: url(https://cloud.imexx.de/lib/userfiles/272/hauptlayout/checkbox.png);
}
.kontakt_button {
  position: relative;
  margin: 40px auto 40px auto;
  width: auto !important;
  background: transparent;
  display: table;
  color: #151515;
  font-family: Bikini Atlas Web;
  padding: 0 30px 0 30px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #606060;
  border-radius: 25px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kontakt_felder:hover, .kontakt_felder_h_ind:hover {
  background: #FFF;
  color: #151515;
  font-size: 14px;
}
.kontakt_felder:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #000 inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #FFF;
}
.kontakt_felder:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #000 inset;
  -webkit-text-fill-color: #FFF;
}
.kontakt_felder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.kontakt_felderr::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.kontakt_felder:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.kontakt_felder:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
.kontakt_fehler {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.kontakt_fehler p {
  margin-bottom: 0;
}
.kontakt_button:hover {
  background: #FFF;
}
input[type='date'], input[type='time'] {
    
    -webkit-min-logical-width: calc(49%);
     -webkit-appearance: none;
    -moz-appearance: textfield;
    min-height: 3em; 
}
/* ##################################################################################Kontakt */
.detail_elem_item.ic {
  height: 30px;
  color: #151515;
  line-height: 30px;
}
.detail_elem_item.ic i {
  width: 23px;
  margin-right: 20px;
  height: auto;
}
/* ##################################################################################Anfahrt */
.anfahrt_und_oeffnungszeiten .notmobile button, .directions_and_opening_times .notmobile button {
  display: none !important;
}
.anfahrt_und_oeffnungszeiten .openclass {
  margin-top: 80px;
}
.openclass h3, #container1373_1_649 h3 {
  font-size: 44px;
  line-height: 50px;
  margin: 0 auto 20px;
}
.openclass{
    font-size:12px !important;
    line-height:16px !important;
}
.openclass h4.fullopen {
  margin: 10px auto;
  line-height: 25px;
}
.openclass h4.fullopen div:first-of-type {
  float: left;
  width: 60%;
  font-size: 10px;
     line-height:16px !important;
   font-family: Bikini Atlas Web medium;
}
.openclass h4.fullopen div:nth-of-type(2) {
  float: left;
  width: 40%;
    margin-bottom:0 !important;
     font-family: Bikini Atlas Web;
  font-size: 10px;
     line-height:16px !important;
  text-align: right;
}
/* ##################################################################################PRESSE */
.pressenavi {
  width: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  padding: 0 0.5% 0 0.5%;
  margin: 0px auto 0 auto;
  overflow: hidden;
}
.pressenavi_icon:hover, .pressactive {
  border-bottom: 5px solid #ff3333 !important;
}
.pressenavi_icon {
  position: relative;
  float: left;
  margin: 10px;
  border-bottom: 5px solid #fff;
  text-align: left;
  font-family: Bikini Atlas Web medium;
  overflow: visible;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.pressenavi_icon a {
  color: #151515;
}
.pr, .presskitdetail, .bilder_archive {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}
.button_jahre, .button_presskit, .buttons_bilder {
  position: relative;
  padding: 20px 0;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
  margin: 0px auto 0 auto;
}
.buttons_bilder {
  padding: 0;
}
.button_jahre h2, .button_presskit h2, .buttons_bilder h2 {
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 30px 0 30px;
  margin: 0 20px 20px 0;
  border: 1px solid #979797;
  font-family: Bikini Atlas Web;
  font-size: 15px;
  color: #979797;
  font-weight: normal;
  display: block !important;
  cursor: pointer;
  border-radius: 25px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.button_jahre h2 a, .button_presskit h2 a, .buttons_bilder h2 a {
  color: #979797 !important;
}
.button_jahre h2.is_actived, .button_presskit h2.is_actived, .buttons_bilder h2.is_actived, .button_jahre h2:hover, .button_presskit h2:hover, .buttons_bilder h2:hover {
  border: 1px solid #ff3333 !important;
  color: #ff3333 !important;
}
.button_jahre h2.is_actived a, .button_jahre h2:hover a, .button_presskit h2.is_actived a, .button_presskit h2:hover a, .buttons_bilder h2.is_actived a, .buttons_bilder h2:hover a {
  color: #ff3333 !important;
}
#press_releases, #pressemitteilungen, #presskit, .bilder_archive {
  margin-bottom: 200px;
}
.presse_mitteilungen {
  position: relative;
  width: 50%;
  cursor: pointer;
  float: left;
  margin: 40px 0 55px 0;
}
.presse_mitteilungen img {
  width: 29.16% !important;
  float: left;
  margin-right: 3.33%;
  height: auto;
}
.presse_mitteilung_text {
  position: relative;
  width: 55.83%;
  height: auto;
  overflow: hidden;
}
.presse_datum {
  font-family: Bikini Atlas Web;
  color: #ff3333;
  font-size: 15px;
}
.presse_preview_titel {
  position: relative;
  height: 89px;
  overflow: hidden;
  padding-top: 14px;
  text-transform: uppercase;
  font-family: Bikini Atlas Web;
  font-size: 20px;
  text-align: left;
  line-height: 25px;
}
.presse_weiter {
  position: relative;
  margin: 20px 0 20px 0;
  display: table;
  color: #151515;
  padding: 0;
  font-size: 15px;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.presse_weiter i {
  margin-right: 10px;
}
.presse_detail {
  position: relative;
  width: 70%;
  margin: 30px auto 0 auto;
  height: auto;
  overflow: hidden;
}
#presskit .presse_detail {
  margin-top: 0;
}
#pressemitteilungen h3 {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 50px 0 50px 0;
  font-weight: normal;
  margin: 0;
  font-family: Bikini Atlas Web;
  font-size: 20px;
  text-align: left;
  line-height: 25px;
}
.presse_header img, .presskitdetail img {
  width: 10% !important;
  float: left;
  height: auto;
  margin: 0;
}
.presse_header {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.presse_header_titel {
  width: 70%;
  float: left;
  height: auto;
  margin: 0 3% 0 3%;
}
.presse_header h2, .downloadcontainer h3 {
  font-family: Bikini Atlas Web;
  font-size: 25px;
  font-weight: bold;
  color: #151515;
  line-height: 30px;
}
.downloadcontainer h3 {
  display: none;
}
#container1348 {
  display: none;
}
.presse_header .presse_datum {
  margin-bottom: 10px;
}
.presseback {
  position: relative;
  border: 1px solid #979797;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  float: right;
}
.turnup {
  position: absolute !important;
  right: 1px;
  bottom: 40px;
  width: 50px !important;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #FFF;
  z-index: 420;
  border: 1px solid #979797;
  border-radius: 50%;
  cursor: pointer;
}
.presse_detail .presse_preview_titel {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 14px 15% 20px 0;
  margin: 0;
  font-family: Bikini Atlas Web;
  font-size: 22px;
  text-align: left;
  line-height: 27px;
}
.presse_text {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}
.prtext, .downloadcontainer {
  width: 70%;
  margin: 0 auto 0 13%;
  height: auto;
  text-align: left;
  overflow: hidden;
}
.downloadcontainer {
  padding: 0;
}
.downloadcontainer .mediaarchiv_download {
  width: 45%;
}
.presse_text a {
  font-weight: bold;
}
.presse_text h1 {
  position: relative;
  margin: 0 !important;
  padding: 0 15% 30px 0 !important;
  font-family: Bikini Atlas Web !important;
  font-size: 22px !important;
  font-weight: normal !important;
  line-height: 28px !important;
  text-transform: none !important;
  text-align: left !important;
}
.presse_text h2 {
  width: 82%;
  height: auto;
  padding: 0;
  margin: 30px 18% 20px 0 !important;
  font-family: Bikini Atlas Web !important;
  font-size: 15px;
  font-weight: normal !important;
  line-height: 24px;
  text-align: left;
}
.presse_text p {
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-family: Bikini Atlas Web;
}
.media_details {
  font-family: Bikini Atlas Web;
  color: #ff3333;
  font-size: 11px;
}
.media_details h4 {
  font-family: Bikini Atlas Web;
  font-weight: bold;
  color: #151515;
  font-size: 12px;
}
.bilder_archive h3, .bilder_archive .gruppen_line {
  display: none;
}
#bilder .mediaarchiv_download {
  position: relative;
  float: left;
  padding: 0;
  width: 22.5%;
  margin: 0 2.5% 2.5% 0;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.bilder_archive .media_preview {
  position: relative;
  float: none;
  width: 100% !important;
  height: auto !important;
  margin: 0;
  padding: 0;
}
.bilder_archive .media_preview:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bilder_archive .media_preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
}
.bilder_archive .media_preview .overlay_elem {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  font-family: Bikini Atlas Web;
  font-size: 22px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bilder_archive .media_preview .overlay_elem i {
  position: relative;
  width: 80px !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.bilder_archive .media_details {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: normal;
  font-family: Bikini Atlas Web;
  margin-top: 20px !important;
  left: 0 !important;
  top: 0 !important;
}
.bilder_archive .media_details img {
  height: 15px;
  margin-top: 0px;
  margin: 0 15px 40px 0;
  width: auto;
  float: left;
}
.bilder_archive .mediaarchiv_download:hover > .media_preview .overlay_elem, .bilder_archive .mediaarchiv_download.hover_effect > .media_preview .overlay_elem {
  opacity: 1;
}
.bilder_archive .mediaarchiv_download:hover, .bilder_archive .mediaarchiv_download {
  background: #fff;
}
/* ##################################################################################Newsletter */
#newsletter {
  position: fixed;
  max-width: 560px;
  max-height: 400px;
  padding: 30px;
  top: 50%;
  margin-top: -200px;
  margin-left: -280px;
  left: 50%;
  width: 100%;
  background: #f9423a;
  color: #FFF;
  height: 100%;
  z-index: 80000;
}
.newsletter_kopf {
  position: relative;
  width: 100%;
  height: auto;
  font-family: header-slider;
  font-size: 72px;
  color: #FFF;
  line-height: 72px;
}
#container1352_1_658 .newsletter_kopf {
  color: #666;
}
#container1352_1_658 .newsletter_info {
  color: #151515;
}
#container1352_1_658 .newsletter_button, #container1352_1_658 .newsletter_feld {
  color: #fff;
  background: #ff3333;
}
.newsletter_info {
  font-size: 13px;
  color: #FFF;
  line-height: 20px;
  padding: 20px 0;
}
.newsletter_close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 80002;
}
.newsletter_close img {
  width: 100% !important;
  height: auto;
}
.newsletter_content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.newsletter_button {
  position: relative;
  background: #fff;
  float: left;
  width: auto !important;
  max-width: 32%;
  display: table;
  color: #ff3333;
  font-family: Bikini Atlas Web;
  padding: 2%;
  font-size: 14px;
  cursor: pointer;
  border: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.newsletter_feld {
  background: #fff;
  float: left;
  width: 65%;
  padding: 2%;
  border: 0px;
  font-size: 14px;
  font-family: Bikini Atlas Web;
  margin: 0 3% 0 0;
  color: #ff3333;
}
/* ##################################################################################GOOGLE */
#map_canvas {
  height: 400px;
  margin-top: 0;
}
.my-marker {
  width: 80px;
  height: auto;
  padding: 2.5px;
  background: transparent;
}
.mapmarker {
  display: none
}
#google_markup {
  display: none;
}
@media (max-width: 1460px) {
    
     .instacontainer{
     width: 32.333% !important;
 
}
}
@media (max-width: 1440px) {
  #wrapper .container_content_wrapper {
    max-width: 96% !important;
    margin-left: 2%;
  }
  .slick-arrow {
    display: none !important;
  }
  #container1298_1_649 {
    max-width: 800px !important;
    margin: 0 auto !important;
  }
   
}
@media (max-width: 1240px) {
  #container1296_1_649 {
    max-width: 400px !important;
    margin: 0 auto 40px !important;
    float: none;
    display: block !important;
    width: 100%;
  }
  #container1296 .container_content_wrapper {
    display: block !important;
  }
  #container1296_2_649, #container1296_3_649 {
    width: 48% !important;
    margin: 0 1% !important;
    float: left !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .eventtext {
    display: none;
  }
  .newsicon.journal .newsltext {
    display: none;
  }
  .gewinner {
    position: relative;
    padding: 20px;
    width: 100%;
    float: none;
  }
  #teilnahmeformular {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1000px) {
  .notmobile {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
  .navigation-display, .navsocialmedia {
    display: block !important;
  }
}
@media (max-width: 1024px) {
      .instacontainer{
     width: 49% !important;
 
}
  /* ##################################################################################SHops */
  .shop_icon.klein h2 {
    font-size: 14px;
  }
  /* ##################################################################################EVENTS */
  .newsicon {
    width: 100%;
    float: none;
  }
  .eventtext {
    display: block;
  }
  .newsicon.journal .newsltext {
    display: block;
  }
  .newsicon.journal .imgcontainer {
    display: none;
  }
  .newsicon.journal .newsletter_container {
    background: #ff3333;
    padding: 20px 40px;
    top: 0;
    left: 0;
    right: 40px;
    bottom: 0;
    position: relative;
  }
  .newsicon.journal h2 {
    color: #FFF;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .archiv_icon {
    width: 31.333%;
  }
  .news_autoren {
    position: relative;
    float: left;
    height: auto;
    width: 12.50%;
    text-align: center;
    padding: 10px;
    overflow: hidden;
  }
  .news_autoren.smaller {
    padding: 5px;
    font-size: 11px;
    margin: 5px;
  }
  .news_gastblogger button {
    padding: 5px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    margin: 10px auto !important;
  }
  .autor_name {
    display: none;
  }
  .news_autoren img {
    margin-bottom: 1px;
  }
  /* ##################################################################################Header */
  #wrapper .section:first-of-type .container_wrapper h2 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 999px) {
  /* ##################################################################################HEADER */
    .jobwrapper {
     width: 48%;
   }#header_logo img:first-of-type {
    display: none !important;
  }
  #header_logo img:nth-of-type(2) {
    display: block !important;
    left: 2%;
    transform: translateX(0);
    right: auto;
    max-width: 260px;
    height: auto;
  }
  .content_header {
    height: 120px;
  }
  /* #################################################################################NAVIGATION */
  .navigation-menu, .navigationclose, .navopen {
    display: block !important;
  }
  .menu_selected {
    border-bottom: 0 !important;
  }
  .navigation-display {
    position: fixed !important;
    display: none;
    top: 120px;
    left: 2%;
    width: 96%;
    right: 2%;
    bottom: auto;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #151515;
  }
  .navigation-display ul li {
    float: none !important;
  }
  .navigation-display ul li a {
    font-size: 16px !important;
  }
  .navigation-display ul {
    display: block;
    width: 100% !important;
    padding: 30px 0 0;
    z-index: 1003;
    margin: 0;
    top: 0;
    height: auto;
  }
  .navsocialmedia {
    display: none;
  }
  .sprachauswahl {
    left: auto;
    right: 50px;
    top: 53px;
  }
  .menufooter {
    float: none;
    width: 100%;
    margin: 30px auto;
  }
  #footer .menufooter:first-of-type {
    margin: 20px auto 20px;
  }
  .footer-logos img {
    width: 150px;
    margin: 20px 10px;
    height: auto;
  }
  /* #################################################################################SLIDER */
  .slider {
    width: 960px !important;
    left: 50%;
    transform: translate(-50%, 0);
    min-height: 300px;
  }
  .slick-dots {
    bottom: -60px;
  }
  .textcontent {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    color: #FFF !important;
    line-height: 32px;
    font-size: 32px;
  }
  .textcontent h1 {
    line-height: 32px !important;
    font-size: 32px !important;
  }
  .inlaysocialmedia {
    display: block;
  }
  /* #################################################################################HOME */
  .home .notmobile {
    display: none !important;
  }
  .mobile {
    display: block !important;
    text-align: center !important;
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 200;
  }
  .mobile button {
    margin: 0 auto !important;
    float: none;
    background: #fff;
  }
  #wrapper .container_content_wrapper {
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  #wrapper .section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 100%;
    max-width: 100% !important;
  }
  #wrapper .section:first-of-type {
    margin-top: 120px !important;
    margin-bottom: 0px !important;
  }
  #wrapper .container_wrapper, #container1298_1_649 .container_wrapper {
    width: 96% !important;
    float: none;
    padding: 0 !important;
    margin: 10px auto 20px !important;
  }
  #wrapper .section:first-of-type .container_wrapper {
    width: 96%;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  #container1298_1_649 {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .home .section .inline-container h1 {
    margin: 20px auto !important;
  }
  #container1297_2_649 .inner_container {
    padding: 40px !important;
  }
  #instafeed img {
    width: 20% !important;
  }
  .home .inner_container h2 span {
    font-size: 25px;
  }
  button {
    font-size: 16px;
  }
  #container1296_2_649, #container1296_3_649 {
    width: 98% !important;
    margin: 0 1% !important;
    float: none !important;
  }
  /* #################################################################################SHOPS */
  .shopseite {
    overflow: hidden;
    margin-top: 120px;
  }
  .shopinfos {
    width: 100%;
    margin: 0px auto 100px;
  }
  .shopinfos .videocontainer, .shopdetailtextzwei {
    width: 100%;
    margin: 50px auto !important;
    float: none;
  }
  .shopdetailtextzwei {
    padding: 0;
  }
  .gobackbutton {
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .shopseite-contain {
    width: 80%;
  }
  .shopseite-container-text {
    padding: 20px;
  }
  .shopdetailtext {
    margin: 0 auto 60px;
  }
  /* #################################################################################ABOUT*/
  #container1322_1_656 .inner_container {
    margin-top: 40px !important;
  }
  #container1322_1_656 .inner_container div {
    text-align: left !important;
  }
  /* #################################################################################NEWSLETTER*/
  #container1352 .container_wrapper {
    padding: 40px !important;
  }
  .downloadcontainer .mediaarchiv_download {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .textcontent {
    width: 60% !important;
  }
  #container1301, #container1299, #container1319, #container1315, #container1303, #container1343, #container1333, #container1321, #container1339, #container1341, #container1336, #container1353, #container1351 {
    display: none;
  }
  #container1375 .inner_container {
    margin-top: 70px !important;
  }
  /* ##################################################################################PRESSE */
  .pressenavi {
    margin-top: 110px;
  }
  .button_jahre {
    margin-top: 20px;
    padding: 5px 0;
  }
  .button_presskit, .buttons_bilder {
    margin-top: 0px;
    padding: 5px 0;
  }
  .button_jahre h2, .button_presskit h2, .buttons_bilder h2 {
    position: relative;
    float: left;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 10px;
    margin: 0 10px 10px 0;
    font-size: 11px;
  }
  .presse_mitteilungen {
    width: 48%;
    margin: 1%;
  }
  .presse_mitteilungen img, .presse_mitteilung_text {
    width: 100% !important;
    float: none;
  }
  .presse_mitteilungen img {
    margin-bottom: 20px;
  }
  .presse_preview_titel {
    font-size: 16px;
    line-height: 21px;
  }
  .pressenavi_icon {
    margin: 5px;
    font-size: 14px;
    line-height: 19px;
  }
  .presse_detail, .presse_text, .prtext {
    width: 100%;
  }
  .prtext {
    margin: 0;
  }
  .prtext p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .presse_header img, .presskitdetail img {
    display: none;
  }
  .presse_detail {
    padding-bottom: 80px;
  }
  .turnup {
    bottom: 0px;
  }
  .presse_header_titel {
    margin: 0;
  }
  #bilder .mediaarchiv_download {
    width: 47.5%;
  }
  /* #################################################################################NEWS */
  .newscontainer, .filter {
    margin-top: 110px;
  }
  .newskopf {
    margin: 110px auto 30px !important;
  }
  .news_autoren {
    padding: 5px;
  }
  .news_autoren.smaller {
    padding: 0;
    margin: 3px;
  }
  .journal .newscontainer {
    margin: 20px auto 30px !important;
  }
  .news_gastblogger button {
    display: none;
  }
  .event_container_maintext h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .tobottom i {
    display: none;
  }
  /* #################################################################################SHOPS */
  .button-group {
    margin-top: 120px;
  }
  .button-group h2 {
    margin: 5px;
    font-size: 14px;
    line-height: 19px;
  }
  .shop_icon.first, .shop_icon.second {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  .shop_icon.first.klein, .shop_icon.second.klein {
    margin: 0 1% 20px 1%;
    float: left;
    width: 48%;
  }
  .gobackbutton {
    top: 0 !important;
    right: 0;
    left: auto !important;
    z-index: 20;
    background: transparent !important;
  }
  .shopseite-contain {
    position: relative;
    width: 100%;
    right: 0;
  }
  .shopseite-container {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0;
  }
  .shopseite-container-text {
    padding: 0;
  }
  .shopseite img {
    display: none !important;
  }
  #shopdetailbild {
    display: block !important;
    margin-top: 20px;
  }
  .shopseite-contain h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .shopseite-contain h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .etagenname {
    font-size: 18px;
    line-height: 23px;
  }
  .mieterbuttons {
    position: relative;
    height: auto;
  }
  .shopitems {
    position: relative;
    padding: 0;
  }
  .shopseite-contain button {
    font-size: 16px !important;
    background: #efefef;
    line-height: 50px;
  }
  .kantiniadd {
    width: 30px;
    height: auto;
  }
  .openclass h4 div:first-of-type, .openclass h4 div:nth-of-type(2) {
    font-size: 12px;
  }
  /* #################################################################################Führungen */
  #container1334 .inline-container, #container1322 .inline-container, #container1337 .inline-container, #container1340 .inline-container, #container1342 .inline-container, #container1352 .inline-container, #container1318 .inline-container {
    margin-top: 90px !important;
  }
  .fuehrungen h2, .guides h2, .about h2, .kontakt h2, .contact h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .kontakt_felder.viert {
    width: 48%;
    margin: 2% 2% 2% 0;
  }
  #serviceformular {
    padding: 20px;
  }
  label {
    width: 150px;
  }
  #teilnahmeformular label {
    width: 100%;
  }
  /* #################################################################################About*/
  .about h3 {
    font-size: 18px;
    line-height: 24px;
  }
  /* #################################################################################About*/
  .kontakt h3, .contact h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .kontakt_button {
    font-size: 12px;
  }
  /* #################################################################################IMRPESSUM / DATENSCHUTZ*/
  .impressum h3, .datenschutz h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .anfahrt_und_oeffnungszeiten h1 {
    font-size: 20px !important;
    line-height: 26px !important;
    width: 96% !important;
    margin: 0 auto !important;
  }
  .openclass h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .anfahrt_und_oeffnungszeiten .openclass {
    margin-bottom: 200px;
  }
  .version.mobile.anfahrt_und_oeffnungszeiten {
    display: none !important;
  }
  .downloadcontainer {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 675px) {
  .instacontainer{
     width: 100% !important;
     margin:30px auto;
}
}
@media (max-width: 575px) {
    #cookiebanner button {
 margin:5px auto;
  font-size: 12px;
}
    .cookies_text{
        font-size:10px;
        line-height:14px;
    }
  .jobwrapper {
     width: 98%;
   }.gewinnmodul h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .gewinn_felder {
    width: 100% !important;
    margin: 1% 0 !important;
  }
  .gewinn_artikel {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .gewinn_artikel_info {
    position: relative;
    padding: 20px 0;
  }
  .gewinn_artikel_info h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .gewinn_text, .gewinn_text a {
    font-size: 15px;
    line-height: 21px;
    color: #333333;
    text-align: justify;
  }
    #teilnahmeformular {
 
  padding: 10px;
}
  #newsletter {
    max-width: 96% !important;
    margin-left: 0 !important;
    left: 2% !important;
  }
  #wrapper .section:first-of-type .container_wrapper h2 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  #wrapper .section:first-of-type .container_wrapper h2 span {
    bottom: 0;
  }
  #wrapper .section:first-of-type {
    margin-top: 80px !important;
    padding-top: 0 !important;
  }
  /* #################################################################################HEADER */
  #header_logo img:nth-of-type(2) {
    top: 30px;
    max-width: 200px;
  }
  .content_header {
    height: 80px;
  }
  .sprachauswahl {
    right: 70px;
    top: 35px;
  }
  .navigation-menu {
    top: 25px;
    right: 3%;
  }
  .navigation-display {
    top: 80px;
  }
  /* #################################################################################PRESSE */
  .pressenavi {
    margin-top: 80px;
  }
  .presse_detail h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .button_presskit, .buttons_bilder {
    margin-top: 0px;
    padding: 2px 0;
  }
  .button_presskit h2, .buttons_bilder h2 {
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 5px;
    margin: 0 5px 5px 0;
    border: 0px;
    font-size: 10px !important;
  }
  .button_presskit h2.is_actived, .buttons_bilder h2.is_actived, .button_presskit h2:hover, .buttons_bilder h2:hover {
    border: 0px !important;
  }
  /* #################################################################################Events */
  .newscontainer, #container1316 .inline-container, .filter {
    margin-top: 80px;
  }
  .newskopf {
    margin: 80px auto 30px !important;
  }
  .imgcontainer, .eventdetails {
    width: 100% !important;
    float: none !important;
  }
  .eventdetails {
    margin-top: 20px;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .eventdetails h2 {
    font-size: 22px !important;
    line-height: 24px;
  }
  .eventdetails h3 {
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .newsicon {
    margin: 0 auto 40px;
  }
  #returnme {
    width: 30px;
    top: 10px;
    left: 10px;
    height: 30px;
    line-height: 30px;
  }
  #returnme i {
    font-size: 14px !important;
  }
  .event_container_maintext {
    padding: 0;
    line-height: 16px;
    font-size: 12px;
  }
  .event_container_maintext h3 {
    font-size: 14px;
    margin: 0px auto 20px auto;
  }
  .event_container_maintext h2, .archivheadline {
    font-size: 22px;
    margin: 0px auto 10px auto;
  }
  .event_container_maintext img {
    width: 100% !important;
    height: auto;
    margin: 20px auto;
  }
  .archiv_icon {
    width: 48%;
  }
  /* #################################################################################Stores*/
  .button-group {
    margin-top: 80px;
  }
  .textcontent {
    width: 40% !important;
  }
  .home .section .inline-container h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    margin: 20px auto 20px !important;
  }
  .home .section .container_wrapper.zwei {
    margin: 20px auto !important;
  }
  .shop_icon.klein h2 {
    font-size: 12px;
  }
  .openclass h4 div:first-of-type, .openclass h4 div:nth-of-type(2) {
    font-size: 11px;
  }
  /* #################################################################################NEWSLETTER*/
  .newsletter_titel {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 450px) {
  .textcontent {
    width: 30% !important;
  }
}
@media (max-width: 350px) {
  .textcontent {
    width: 25% !important;
  }
}