/****************************
* STANDORTE
****************************/
.standorte {
  overflow: hidden; }

.standorte .slide.annimate {
  -webkit-transition: .5s transform linear;
  -moz-transition: .5s transform linear;
  -ms-transition: .5s transform linear;
  -o-transition: .5s transform linear;
  transition: .5s transform linear;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.standorte .map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100; }

.standorte .map .background {
  overflow: hidden; }

.standorte .map .background img {
  background: url("../img/map-new.jpg") no-repeat left;
  background-size: 100%;
  width: 1900px;
  height: 1250px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.standorte .map > .pin {
  background: url("../img/pin_map_grey.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 77px;
  height: 74px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  left: 50%;
  top: 50%; }

.standorte .map > .pin-neuer {
  /*cursor: default;*/
  width: 73px;
  height: 73px;
  background: url("../img/pin_flag_grey.png") no-repeat center;
}

.standorte .map .pin.hover,
.standorte .map .pin:hover {
  background: url("../img/pin_map.png") no-repeat center;
  background-size: 100%; }

.standorte .map .pin-neuer.hover,
.standorte .map .pin-neuer:hover {
  background: url("../img/pin_flag.png") no-repeat center;
  background-size: 100%; }

.standorte .standort-buttons {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 0; }
.standorte .standort-buttons .notice {
  font-size: 13px;
  color: #FFFFFF;
  margin-top: 10px;
  width: 100%;
  text-align: center; }

.standorte .standort-buttons .standort-button {
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* 13" ---------------------- */ }
@media (max-width: 1325px) {
  .standorte .standort-buttons .standort-button {
    padding: 15px; } }

.standorte .standort-buttons .standort-button-neuer {
  /*cursor: default;*/
}

.standorte .standort-buttons .standort-button-neuer span {
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
}

.standorte .standort-buttons .standort-button.standort-button-neuer .description {
  margin-top: 12px;
}
@media (max-width: 1440px) {
  .standorte .standort-buttons .standort-button.standort-button-neuer .description {
    margin-top: 0;
  }
}

.standorte .standort-buttons .standort-button .pin {
  width: 120px;
  height: 100%;
  float: left;
  background: url("../img/pin_map_grey.png") no-repeat center;
  background-size: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* 13" ---------------------- */ }
@media (max-width: 1325px) {
  .standorte .standort-buttons .standort-button .pin {
    width: 100px; } }

.standorte .standort-buttons .standort-button .pin-neuer {
  /*cursor: default;*/
  background: url("../img/pin_flag_grey.png") no-repeat center;
}

.standorte .standort-buttons .standort-button:hover .pin,
.standorte .standort-buttons .standort-button.hover .pin {
  background: url("../img/pin_map.png") no-repeat center;
  background-size: 50%; }

.standorte .standort-buttons .standort-button:hover .pin-neuer,
.standorte .standort-buttons .standort-button.hover .pin-neuer {
  background: url("../img/pin_flag.png") no-repeat center;
  background-size: 73px; }


.standorte .standort-buttons .standort-button {
  background-image: url(../img/btn_arrow_right_white.png);
  background-repeat: no-repeat;
  background-position: center right 20px; }
.standorte .standort-buttons .standort-button .description {
  width: 250px;
  height: 100%;
  float: right;
  margin-top: 8px; }
.standorte .standort-buttons .standort-button .description span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px; }

.standorte .background {
  position: absolute;
  width: 100%;
  opacity: 1;
  height: 100% !important; }

.standorte .background.invisible {
  display: block;
  opacity: 0; }

.standorte .background.annimate {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear; }

.standorte .standort {
  /*    height: 890px;*/
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  overflow-y: auto; }

.standorte .slide {
  cursor: pointer;
  overflow: hidden; }

.standorte .slide1 {
  z-index: 20;
  height: 25%; }

.standorte .slide2 {
  z-index: 10;
  height: 50%;
}

.standorte .slide3 {
  z-index: 2;
  height: 75%;
}

.standorte .slide4 {
  z-index: 0;
  height: 100%;
}

.standorte .s-1313 > h1,
.standorte .s-tribschenstadt > h1,
.standorte .s-obergrund > h1,
.standorte .s-emmenbruecke > h1 {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #ffffff; }

.standorte .slide.cover {
  top: 0;
  height: 100% !important;
  z-index: 150; }

.standorte .slide {
  color: #ffffff; }

.standorte .slide.cover h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50px;
  left: 0;
  margin-top: 0;
  line-height: 40px; }

.standorte .slide .info {
  position: absolute;
  bottom: 20px; }

.standorte .slide .info-gastgeber {
  margin-bottom: 10px;
}

.standorte .slide .info-gastgeber h2{
    font-size: 14px;
  }

.standorte .slide .zitat {
  position: absolute;
  right: 0;
  bottom: 20px; }


.standorte .socialmedia_events {
  position: absolute;
  top: 15%;
  left: -5px;
  z-index: 200;
  padding-bottom: 60px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-height: 960px) {
  .standort .content-container .info .d-none{
    display: none;
  }
}
@media all and (max-height: 956px) {
  .standort .content-container .info-top p{
    margin-bottom: -10px;
  }
  .standort .content-container .info-top h2{
    margin-top: 5px;
  }
  
}
@media all and (min-width: 861px) {
  .standorte .socialmedia_events.visible-desktop {
    display: flex;
  }
}
@media all and (max-height: 940px) and (max-width: 860px) {
  .standort .content-container .info{
    display: block;
  }
}
@media all and (max-width: 860px) {
  .standorte .socialmedia_events.visible-phone {
    display: flex;
  }
}

.standorte .socialmedia_events > div {
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  background: url("../img/marker_news.png") no-repeat;
  background-size: auto;
  background-position: 100% 100%;
  padding-bottom: 19px;
  transition: all ease-in-out .1s;
}

.standorte .socialmedia_events > div:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 154px;
  height: 19px;
  background: url("../img/marker_news.png") no-repeat;
  background-size: auto;
  background-position: 100% 100%;
  transform: scaleX(-1);
}

.standorte .socialmedia_events > div .text {
  background-color: #940123;
  display: inline-block;
  transition: all ease-in-out .1s;
}

.standorte .socialmedia_events > div .text:hover {
  background-color: #a10126;
}

.standorte .socialmedia_events > div .text a,
.standorte .socialmedia_events > div .text span {
  display: inline-block;
  margin: 0;
  padding: 20px 40px 20px 40px;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.standorte .socialmedia_events .socialmedia {
  transform: rotate(-7deg);
}

.standorte .socialmedia_events .socialmedia .text {
  padding: 10px 10px 10px 40px;
}

.standorte .socialmedia_events .socialmedia .text a {
  padding: 0;
  margin-right: 20px;
}

.standorte .socialmedia_events .socialmedia .text a i {
  font-size: 40px;
  color: #ffffff;
}

.standorte .socialmedia_events .events {
  transform: rotate(-5deg);
  margin-bottom: 7px;
}

.standorte .socialmedia_events .events .text a {
  padding: 20px 80px 20px 40px;
  position: relative;
}
.standorte .socialmedia_events .events .text a:after {
  display: inline-block;
  content:"";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 39px;
  background: url(../img/icon-cocktail.png) no-repeat center center;
  background-size: cover;
}

.standorte .socialmedia_events .popup-menu {
  transform: rotate(-3deg);
}

.standorte .socialmedia_events .pdf-menu {
  transform: rotate(-3deg);
}


/*
.standorte .socialmedia_events .socialmedia {
  background: url("../img/socialmedia.png") no-repeat center;
  background-size: 100%;
  width: 215px;
  height: 93px; }

.standorte .socialmedia_events .socialmedia .text {
  padding-top: 18px;
  padding-left: 40px;

}

.standorte .socialmedia_events .socialmedia i {
  font-size: 40px;
  color: #ffffff; }

.socialmedia a {
  margin-right: 20px; }

.standorte .socialmedia_events .events {
  margin-top: -30px;
  background: url("../img/upcoming_events.png") no-repeat center;
  background-size: 100%;
  width: 301px;
  height: 178px; }

.standorte .socialmedia_events .events .text {
  position: absolute;
  margin-top: 65px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg); }

.standorte .socialmedia_events .events .text a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 35px 0 35px 40px;
  font-size: 18px;
  }

.standorte .socialmedia_events .pdf-menu {
  margin-top: -60px;
  background: url("../img/pdf_menukarte.png") no-repeat center;
  background-size: 100%;
  width: 301px;
  height: 178px;
  margin-left: -90px;
  transform: rotate(3deg);
}

.standorte .socialmedia_events .pdf-menu .text {
  position: absolute;
  margin-top: 60px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg); }

.standorte .socialmedia_events .pdf-menu .text a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 30px 0 30px 130px;
  font-size: 18px; }

.standorte .socialmedia_events .popup-menu {
  margin-top: -60px;
  background: url("../img/pdf_menukarte2.png") no-repeat center;
  background-size: 100%;
  width: 351px;
  height: 178px;
  margin-left: -90px;
  transform: rotate(1deg);
}

.standorte .socialmedia_events .popup-menu .text {
  position: absolute;
  margin-top: 60px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg); }

.standorte .socialmedia_events .popup-menu .text span {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 30px 0 30px 130px;
  font-size: 18px; }
*/

.standorte .content-container:after {
  clear: both;
  content: "";
  display: block; }

.standorte .info {
  padding-left: 80px;
  padding-bottom: 30px; }

.standort h1 {
  text-transform: uppercase;
}

.standorte h2 {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase; }

.standorte p {
  font-size: 14px;
  line-height: 22px; }

.standorte p,
.standorte .info td {
  margin-top: 0;
  margin-bottom: 0; }

.standorte .info .oeffnungszeiten {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
  text-transform: uppercase; }

.opening-time {
  width: 300px;
  float: left; }
.opening-time h2 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 10px; }
.opening-time p, .opening-time dl {
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: 1.6em; }
.opening-time dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.opening-time dl dt {
  width: 80px;
}
.opening-time dl dd {
  width: 200px;
  margin: 0;
}
.opening-time .col1 {
  float: left;
  width: 80px; }
.opening-time .col2 {
  float: left;
  width: 200px; }
.opening-time:after {
  clear: left;
  content: "";
  display: block; }

p.opening-note {
  font-size: 12px;
  line-height: 1.6em;
  color: #FFFFFF;
  position: absolute; }

.opening-wrapper:after {
  content: " ";
  display: block;
  clear: both; }

.standorte .info td {
  padding-right: 30px;
  /*font-size: 14px;
  color: #ffffff;*/ }

.standorte .info td.oeffnungszeiten {
  display: table-cell;
  padding-bottom: 10px; }

.standorte .zitat {
  padding-right: 40px;
  padding-bottom: 30px; }

.standorte .zitat p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Adobe Garamond W01 It";
  font-weight: normal;
  line-height: 40px; }

.standorte .zitat .autor {
  font-size: 12px;
  line-height: 1.6em;
  color: #c0bec3;
  text-transform: inherit; }

.standorte .zitat .autor b {
  font-family: 'FuturaLT';
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 5px; }

.standorte .info .email {
  text-transform: none;
  font-size: 14px;
}

/* 24" ---------------------------------------------------------------------------------------------------------- */
/*2.560 x 1.600 Pixel*/
@media (max-width: 1920px) {
  .standorte .info {
    padding-left: 40px;
  }
}
@media (max-width: 1800px) {
  .standorte .info {
    padding-left: 30px;
  }
}
@media (max-width: 1600px) {
  .standorte .info {
    padding-left: 20px;
  }
}
@media (max-width: 1325px) {
  .standorte .info {
    padding-left: 10px;
  }
}
@media (min-width: 861px) and (max-height: 600px), (min-width: 1440px) and (max-height: 800px) {
  .standorte {
    overflow-y: auto; }

  .standorte .slide.cover {
    height: 814px !important; }

  .standorte .standort {
    overflow-y: hidden;
    position: relative; }

  .standorte .background-container .background {
    height: 100% !important; }

  /*    .standorte .socialmedia_events {
          top: 15%;
          bottom: auto;
      }*/ }
/* 15" ---------------------------------------------------------------------------------------------------------- */
/*2.880 x 1.800 Pixel*/
@media (max-width: 1440px) {
  .standorte .standort-buttons .standort-button {
    height: 100px; } }
/* 13" ---------------------------------------------------------------------------------------------------------- */
@media (max-width: 1600px) {
  .standorte .socialmedia_events {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    margin-left: -20px;
    top: 10%;
  }
}
@media (max-width: 1440px) {
  .standorte .socialmedia_events {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -30px;
    top: 8%;
  }
}
/*@media (max-width: 1325px) {*/
/*  .standorte .socialmedia_events {*/
/*    -webkit-transform: scale(0.6);*/
/*    -moz-transform: scale(0.6);*/
/*    -ms-transform: scale(0.6);*/
/*    -o-transform: scale(0.6);*/
/*    transform: scale(0.6);*/
/*    margin-left: -60px;*/
/*    top: 4%;*/
/*  }*/
/*}*/
@media (max-width: 860px) {
  .standorte .socialmedia_events {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-left: 0 !important;
    top: 30px;
  }
}
/* IPad Portrait ------------------------------------------------------------------------------------------------ */
@media (max-width: 860px) {
  .standorte {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

  .standorte .standort {
    overflow-y: hidden; }

  .standorte .slide.cover {
    height: auto !important; }

  .standorte .slide.cover .standort {
    height: auto; }

  .standorte .slide-navigation {
    top: 420px; }

  .standorte .slide.cover {
    background: #000000;
    overflow-y: hidden;
    overflow-x: hidden; }

  .standorte .slide.cover .background-container {
    position: relative;
    height: 400px; }

  .standorte .slide.cover .background-container .background {
    height: 100% !important; }

  .standorte .slide.cover .standort {
    position: relative; }

  .standorte .slide.cover .standort h1 {
    position: relative;
    top: 30px;
    font-size: 35px; }

  .standorte p.subtitle {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4); }
  .standorte p.subtitle a {
    margin-right: 0; }

  .annimate p.subtitle {
    display: none !important; }

  .standorte .current-slide p.subtitle {
    display: none; }

  .standorte .slide .socialmedia_events {
    position: relative;
    margin-left: -50px; /* -90px;*/
    margin-top: 0; }

  .standorte .slide .info {
    position: relative;
    top: 0;
    padding: 25px 7%;
    background: black; }

  .standorte .slide .zitat {
    position: relative;
    padding: 0px 7%;
    float: none;
    width: auto; } }
/* IPhone Portrait ---------------------------------------------------------------------------------------------- */
@media (max-width: 560px) {
  .standorte .slide.cover .background-container {
    height: 200px; }

  .standorte .slide-navigation {
    top: 220px; }

  .standorte .slide.cover .standort h1 {
    font-size: 25px; }

  .standorte .socialmedia_events {
    margin-left: -40px; }

  .standorte .zitat p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (max-width: 860px) {
  .standorte .slide3 .background-container .background {
    height: 75% !important;
    top: 25%;
  }
  .standorte .slide4 .background-container .background {
    height: 50% !important;
    top: 50%;
  }
}

/*@media all and (max-width: 860px) {*/
/*  .standorte .slide4:not(.current-slide) .background {*/
/*    background: #000 !important;*/
/*  }*/
/*}*/

/*@media all and (min-width: 861px) {*/
/*  .standorte .slide4 .s-emmenbruecke {*/
/*    display: none !important;*/
/*  }*/
/*}*/



