/* --- > 1400px --------------------------------------------- */
@media only screen and (min-width: 1400px) and (min-height: 340px) {
  #keyvisual {
    height: 80vh;
  }
  a.button.big {
    padding: 0px 55px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }
}
/* --- 1280px --------------------------------------------- */
/* -- iPad --------------------------------------------- */
/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 979px) {
  .wide {
    max-width: 100%;
  }
}
/* --- widescreen laptop? --------------------------------------------- */
/* --- 768px --------------------------------------------- */
@media only screen and (max-width: 767px) {
  .tourdates_container .programm {
    display: none;
  }
  .tourdates_container .datebox, .tourdates_container .location {
    min-width: 0px;
    max-width: 100%;
  }
  #logo {
    width: 160px;
  }
  .section.gallery_masonry .masonry .grid-sizer, .section.gallery_masonry .masonry .grid-item, .section.gallery_masonry .masonry .item {
    width: calc(33.33% - 11px);
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  /* comedians seite */
  .wide {
    width: 100%;
  }
  h1, .h1 {
    font-size: 40px;
  }
  #footer .links {
    flex-wrap: wrap;
  }
  #footer .links a {
    width: 100%;
    text-align: center;
  }
  #detail_shorts .item {
    width: 165px;
  }
  #keyvisual {
    height: 60vh;
  }
  #keyvisual, #detail_keyvisual {
    border-radius: 0px 0px 80px 30px;
  }
  .section.text_img_2grid .container {
    flex-wrap: wrap;
  }
  .section.text_img_2grid .imagebox {
    width: 100%;
    padding: 0px 30px;
  }
  .section.text_img_2grid .textbox {
    width: 100%;
    padding: 30px;
  }
  .section.text_img_2grid {
    padding-top: 0px;
  }
  .section.gallery_masonry .masonry .grid-sizer, .section.gallery_masonry .masonry .grid-item, .section.gallery_masonry .masonry .item {
    width: calc(50% - 8px);
  }
  .doc_169 .section_wrapper:nth-Child(even) {
    background-color: white !important;
    color: #3a065b !important;
    margin: 20px 0px !important;
  }
  .doc_169 .section_wrapper:nth-Child(odd) {
    background-color: #3a065b !important;
    color: white !important;
    margin: 20px 0px !important;
  }
  .doc_169 .section_wrapper h2 {
    color: inherit;
  }
  .doc_169 .section.quote_fact {
    background-color: white;
    color: #3a065b !important;
  }
}
/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) and (orientation: portrait) {
  body {
    font-size: 16px;
  }
  .tourdates_container .item {
    font-size: 16px;
  }
  .tourdates_container .datebox .date {
    font-size: 18px;
  }
  .tourdates_container .details_link .soldout {
    font-size: 12px;
  }
  #pager .link.show {
    margin: 0px 8px 5px 8px;
    padding: 0px 20px;
  }
}
/* --- 380px --------------------------------------------- */
/* mobile LANDSCAPE ---------------------------------------------*/
