/* ==========================================================================
 Globals
 ========================================================================== */

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'AMRW';
  src: url('../fonts/AMRW.woff2') format('woff2'),
       url('../fonts/AMRW.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AMRW-type';
  src: url('../fonts/AMRW-type.woff2') format('woff2'),
       url('../fonts/AMRW-type.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
 Typo
 ========================================================================== */

h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  margin: 0 0 20px;
  color: #000;
}

h1 {
  font-family: "AMRW", sans-serif;
  font-size: 80px;
  color: #000 ;
}

h2 {
  font-family: "AMRW-type", sans-serif;
  font-weight: light;
  font-size: 44px;
  color: #000;
  line-height: 1.2em;
  text-transform: none;
}

h1, h2 {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

p {
  line-height: 1.35em;
  margin: 0 0 20px;
  color: #000;
  word-break: break-word;
}

ol, ul {
  line-height: 1.5em;
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  color: #000;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus,
a.active {
  color: #00ff01;
}

#sorry {
  font-size: 3em;
  padding: 1em;
  text-align: center;
}

/* ==========================================================================
 Grundgerüst
 ========================================================================== */

body {
  background: #fff;
  color: #333;
  /*background-image: url("../images/body-bg-tape-1.png"), url("../images/body-bg-tape-2.png");
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  background-position: bottom right, top left;*/
}

.row {
  margin-bottom: 20px;
}

#header {
  position: relative;
}

#header #logo {
  position: absolute;
  left: 20px;
  top: 0;
  width: 120px;
  height: 120px;
  /*padding: 5px 20px;*/
  background-color: #fff;
  -webkit-box-shadow:  2px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow:  2px 2px 8px rgba(0, 0, 0, 0.2);
}

#header #logo img {
  display: block;
  width: 120px;
}

#navigation {
  border-bottom: 3px solid #000;
  padding-right: 10px;
}

#navigation ul {
  float: left;
  list-style: none;
  margin: 0 0 0 140px;
  padding: 0;
}

#navigation li {
  float: left;
  font-family: "AMRW", sans-serif;
  font-weight: light;
  font-size: 48px;
  line-height: 48px;
  height: 48px;
  padding: 24px 4px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  margin-left: 18px;
}

#navigation li a {
  text-decoration: none;
  color: #000;
}

#navigation li a:hover {
  color: #00ff01;
}

#social-media {
position: absolute;
right: 10px;
top: 0;
}

#social-media ul {
width: 180px;
height: 36px;
margin: 30px 0 0;
border: 0;
}

#social-media ul li {
  float: left;
  width: 36px;
  height: 36px;
  padding: 0 4px;
  cursor: pointer;
}

#social-media ul a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  text-shadow: none;
  border: 0;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
}

  #social-media ul .instagram a {
      font-size: 22px;
  }

  #social-media ul .twitter a {
      line-height: 38px;
  }

  #social-media ul a .fab,
  #social-media ul a .far {
      color: #fff;
  }
  
  #social-media ul a:hover {
    background-color: #0033a0;
  }


  #social-media ul a span.hide {
    display: block;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

section {
border-bottom: 3px solid #000;
margin-bottom: 20px;
}

header.main {
padding: 20px 0 40px;
margin: 0;
text-align: center;
}

header.main h1,
header.main h2 {
  margin: 0;
}
 
/* ==========================================================================
 Banner
 ========================================================================== */

#banner .row {
  padding: 40px 0 20px;
}

/* ==========================================================================
 Highlight
 ========================================================================== */

#highlight .row {
  padding: 40px 0 20px;
}

#highlight .cover img {
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
  //transform: rotate(-2deg);  
}

#highlight .info {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

#highlight h1 {
  font-size: 4em;
  margin-bottom: 20px;
  padding: 0 24px;
}
  
#highlight p.setup,
#highlight p.releasedate {
    font-family: "AMRW-type", sans-serif;
    font-size: 1.75em;
    line-height: 1.25em;
    color: #000;
    margin-bottom: 0;
  }

    #highlight p.setup {
      
    }

    #highlight p.setup span {
      padding: 0 0.25em;
    }

    #highlight p.releasedate {
      margin-bottom: 20px;
    }
      
    #highlight p.fact {
      color: #333;
      margin: 0 0 20px;
      padding: 0 15px;
    }

  #highlight .info .btn-group,
  #highlight .info .btn {
    padding: 8px 30px 10px;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #00ff01;
    background-color: #000;
  }
  
    #highlight .info .btn:hover {
      background-color: #00ff01;
      color: #000;
    }
  
  #highlight .info .dropdown-menu {
    min-width: 100%;
  }

/* ==========================================================================
 Highlight Video
 ========================================================================== */



/* ==========================================================================
  Tour
  ========================================================================== */

#tour header.main {
  padding-bottom: 30px;
}

#tour h1 {
  margin-bottom: 20px;
}

#tour h2 {
  color: #000;
}

  #tour h2 span {
    display: block;
    color: #000;
  }

#tour p.vvk {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding-top: 10px;
  color: #000;
}

#tour .dates {
  width: 100%;
  margin-bottom: 20px;
}

#tour .dates td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

  #tour .dates tr:last-child td {
    border-bottom: 0;
  }
  
  #tour .dates td.date 						{ width: 16%; }
  #tour .dates td.city						{ width: 24%; }
  #tour .dates td.venue						{ width: 24%; }
  #tour .dates td.support,
  #tour .dates td.info						{ width: 22%; }
  #tour .dates td.scheduleinfo		        { width: 5%; }
  #tour .dates td.ticket					{ width: 10%; }
  
  /*#tour .dates td.festival-date 	{ width: 28%; }
  #tour .dates td.festival-name		{ width: 38%; }
  #tour .dates td.festival-city		{ width: 24%; }
  #tour .dates td.festival-link		{ width: 10%; }*/
  

  #tour .dates td.date,
  #tour .dates td.city,
  #tour .dates td.festival-date,
  #tour .dates td.festival-name {
    font-family: "AMRW", sans-serif;
    font-size: 32px;
    line-height: 1em;
    text-transform: none;
    padding-right: 10px;
    color: #000;
  }
  
  #tour .dates td.city,
  #tour .dates td.festival-name {
    color: #000;
    font-family: "AMRW", sans-serif;
    font-size: 32px;
    letter-spacing: 0.025em;
    padding-top: .45em;
    text-transform: uppercase;
  }
  
    #tour .dates td.festival-name span {
      font-size: 20px;
    }
  
  #tour .dates td.info,
  #tour .dates td.venue,
  #tour .dates td.festival-city {
    color: #000;
    font-size: 18px;
  }
  
  #tour .dates td.info,
  #tour .dates td.scheduleinfo {
    padding-right: 10px;
    text-align: center;
    color: #00ff01;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
  }
  
    #tour .dates .soldout td.info {
      color: #000;
    }
    
    #tour .dates .canceled td.info {
      color: #00ff01;
    }
    
  /*#tour .dates .soldout td.city,
  #tour .dates .soldout td.venue {
    text-decoration: line-through;
  }*/
  
#tour .dates .soldout td.ticket .btn-info,
#tour .dates .soldout td.festival-ticket .btn-info {
    background-color: transparent;
    min-width: 60px;
    border: 2px solid #00ff01;
    color: #00ff01;
    cursor: default;
    transform: rotate(-2deg);
  }
  
    #tour .dates .canceled td.ticket .btn-info,
    #tour .dates .canceled td.festival-ticket .btn-info {
      background-color: transparent;
      min-width: 70px;
      border: 2px solid #00ff01;
      color: #00ff01;
      cursor: default;
      transform: rotate(-2deg);
    }
  
  #tour .dates td.ticket,
  #tour .dates td.festival-ticket {
    text-align: right;
  }
  
    #tour .dates td.ticket .btn,
    #tour .dates td.festival-ticket .btn {
      min-width: 80px;
    }

#tour h3.presented {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 200;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}


ul.presenter {
  height: 18px;
  margin: 0 auto 40px;
  border: 0;
}

  ul.presenter.presenter-aa { width: 177px;}
  ul.presenter.presenter-dd { width: 127px;}
  
  ul.presenter li {
    float: left;
    height: 18px;
    margin-right: 10px;
  }
  
    ul.presenter li:last-child {
      margin-right: 0;
    }
  
    ul.presenter li.diffus        { width: 65px; margin-right: 10px; }
    ul.presenter li.jungleworld		{ width: 102px; }
    ul.presenter li.taz		        { width: 52px; }

  ul.presenter li a {
    display: block;
    height: 18px;
    font: ~"0/0" a;
    color: transparent;
    text-shadow: none;
    border: 0;
    background-image: url("../images/alg-presenter-bg.png");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto 80px;
    cursor: pointer;
  }

  ul.presenter li.diffus a						{ width: 65px; background-position: -102px -20px; }
  ul.presenter li.jungleworld a       { width: 102px; background-position: 0 -20px; }
  ul.presenter li.taz a               { width: 52px; background-position: -168px -20px; }
  
  ul.presenter li.diffus a:hover      { background-position: -102px 0; }
  ul.presenter li.jungleworld a:hover { background-position: 0 0; }
  ul.presenter li.taz a:hover         { background-position: -168px 0; }


/* ==========================================================================
 Musik
 ========================================================================== */

#musik .album {
padding-bottom: 30px;
}

#musik .row.btn-by-btn {
margin-bottom: 0;
}

#musik .btn {
display: block;
margin: 0 auto;
padding: 8px 0;
}

#musik .btn,
#musik .btn-group {
width: 100%;
}

#musik .dropdown-menu {
  min-width: 100%;
}

#musik .info {
  padding-top: 10px;
}

#musik h2,
#musik h3 {
  font: 18px "AMRW-type", sans-serif;
  line-height: 1.25em;
  text-align: center;
  margin: 0;
  color: #000;
}
  #musik .spotlight h2,
  #musik .spotlight h3 {

    line-height: 1.25em;
  }
  
  #musik h2:first-of-type {
    font: 24px "AMRW", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #000;
  }

#musik .cover {
display: block;
margin-bottom: 10px;
-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.15);
}

#musik .slash {
padding: 0 3px;
}

/* ==========================================================================
 Videos
 ========================================================================== */

#videos .video-container {
margin-bottom: 10px;
}

#videos h2,
#videos h3 {
  text-align: center;
  line-height: 1.25em;
}

#videos h2 {
  font: 18px "AMRW-type", sans-serif;
  color: #000;
  margin-bottom: 0;
}

#videos h3 {
  font: 24px "AMRW", sans-serif;
  letter-spacing: 0.025em;
  text-rendering: optimizeLegibility;
}

/* ==========================================================================
Newsletter
========================================================================== */

#newsletter {
text-align: center;
}

#newsletter p {
  font-size: 1.25em;
  color: #000;
}

  #newsletter p.disclaimer {
    font-size: .8em;
  }
  
    #newsletter p.disclaimer a {
      color: #000;
    }

#newsletter label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #000;
}

#newsletter input.email {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: .375rem .75rem;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#newsletter #mce-error-response,
#newsletter #mc_embed_signup div.mce_inline_error  { background-color: #d10707; }
#newsletter #mce-success-response { background-color: #056b24; }

#newsletter #mce-error-response,
#newsletter #mce-success-response,
#newsletter #mc_embed_signup div.mce_inline_error {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  padding: 5px;
  border-radius: .25rem;
  color: #fff;
}

#newsletter .button {
  margin-bottom: 20px;
}

/* ==========================================================================
 Kontakt
 ========================================================================== */

#kontakt header.main {
padding-bottom: 20px;
}


#kontakt p {
font-size: 18px;
padding: 0;
line-height: 1.25em;
text-align: center;
}

#kontakt p strong {
  font: 24px "AMRW", sans-erif;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding-bottom: 10px;
}

/* ==========================================================================
 Impressum / Footer
 ========================================================================== */

#footer { 
font-size: 0.9em;
}

#footer h4 {
  text-transform: initial;
}

#footer .impressum {
  
}

#impressum { display: none; }

#impressum a {
  color: #000;
} 

#datenschutz p, ul, ol, h3, h4 {
  color: #000;
}

/* ==========================================================================
Show more
========================================================================== */

.showmore .hide {
display: none;
}

.showmore-toggle {
text-align: center;
}

.showmore-button,
#musik .btn.showmore-button,
#videos .btn.showmore-button {
width: auto;
display: inline-block;
padding-left: 20px;
padding-right: 20px;
}

/* ==========================================================================
 Button
 ========================================================================== */

button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 8px 16px;
  line-height: 1em;
  //line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  outline: 0;
}

.h1:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}

.btn-pink,
.btn-gray,
.btn-rosa,
.btn-yellow,
.btn-orange,
.btn-gold,
.btn-black,
.btn-purple,
.btn-info,
.btn-white {
  color: #fff;
  text-decoration: none;
  font-family: "AMRW", sans-serif;
  font-size: 1.125em;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.btn-pink { background-color: #e60063; }
.btn-gray { background-color: #000; }
.btn-rosa { background-color: #fa7b9a; }
.btn-yellow { background-color: #feff52; color: #000; }
.btn-orange { background-color: #e5a100; color: #000; }
.btn-gold { background-color: #000; color: #000; }
.btn-black { background-color: #000; color: #fff; }
.btn-purple { background-color: #3f1e2b; color: #f5de9a; }
.btn-info { background-color: #000; color: #fff; }
.btn-white { background-color: #fff; color: #000; }


.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-gold:hover,
.btn-gold:focus,
.btn-gold.focus,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus {
  background-color: #000;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  background-color: #00ff01;
  color: #000;
}

.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #ffffff;
/*border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);*/
border-radius: 2px;
/*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
-webkit-background-clip: padding-box;
        background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 10px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333333;
white-space: nowrap;
text-decoration: none;
}

.dropdown-menu > li > a .fas,
.dropdown-menu > li > a .fab {
  color: #666;
  padding-right: 6px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid \9;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar-right .dropdown-menu-left {
  left: 0;
  right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.clearfix:before,
.clearfix:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}



/* ==========================================================================
 Responsive
 ========================================================================== */


@media (min-width: 768px) and (max-width: 979px) {

  #navigation li {
    font-size: 36px;
    padding-left: 0;
    padding-right: 0;
  }
    
  #social-media ul {
    width: 114px;
  }
  
  #social-media ul li {
    width: 32px;
    height: 32px;
    padding: 3px;
  }

    #social-media ul li.newsletter {
      display: none;
    }
    
  #social-media ul a {
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    font-size: 18px !important;
  }
  
  #highlight .info {
    padding: 0;
  }
  
    #highlight .info h1 {
      font-size: 3em;
    }
  
  #highlight .info h2 {
    font-size: 24px;
  }

  #tour .dates td.date,
  #tour .dates td.city,
  #tour .dates td.festival-date,
  #tour .dates td.festival-name {
    font-size: 24px;
  }
  
  #tour .dates td.city,
  #tour .dates td.festival-name {
    padding-top: .65em;
  }

}

@media (max-width: 767px) {
  
  #header #logo {
    left: 10px;
    width: 80px;
    height: 80px; 
  }
  
  header.main h1 { font-size: 64px; }
  header.main h2 { font-size: 32px; }
  
  #navigation {
    padding: 0 0 5px 0;
  }
  
    #navigation ul {
      float: none;
      padding: 0;
      margin: 0;
      text-align: right;
    }
    
    #navigation li {
      float: none;
      display: inline-block;
      font-size: 24px;
      line-height: 14px;
      height: 14px;
      padding: 24px 0 24px 4px;
      margin-left: 0;
    }
    
  #social-media {
    position: relative;
    right: inherit;
    top: inherit;
    border-bottom: 3px solid #000;
  }
  
    #social-media ul {
      width: 176px;
      margin: 20px auto;
    }
  
      #social-media ul li.newsletter {
        display: block;
      }
  
    #highlight .cover img {
      display: block;
      width: 80%;
      margin: 0 auto 20px;
    }
  
    #highlight .info h1 {
      font-size: 48px;
      margin: 0 auto;
    }
  
    #highlight .info h1,
    #highlight .info h2 {
      margin-bottom: 20px;
    }
  
  #highlight-video .span6:first-child {
    padding-bottom: 20px;
  }
  
  #tour h2 {
    font-size: 32px;
  }
  
  #tour .dates td.date,
  #tour .dates td.city,
  #tour .dates td.venue,
  #tour .dates td.support,
  #tour .dates td.info,
  #tour .dates td.scheduleinfo
  #tour .dates td.ticket,
  #tour .dates td.festival-date,
  #tour .dates td.festival-name,
  #tour .dates td.festival-city,
  #tour .dates td.festival-ticket {
    width: auto;
  }
  
  #tour .dates td.date,
  #tour .dates td.city,
  #tour .dates td.festival-date,
  #tour .dates td.festival-name {
    font-size: 24px;
  }

  #tour .dates td.festival-city,
  #tour .dates td.venue {
    font-size: 18px;
  }
  
  #tour .dates td.info {
    font-size: 0.9em;
  }
  
  #musik .spotlight.abbruchabbruch {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  
  #musik .album {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  
  #musik .btn-by-btn {
    padding: 0 10%;
  }
  
    #musik .btn-by-btn .btn {
      margin-bottom: 10px;
    }
    
    #musik .btn-by-btn .btn-group {
      margin-bottom: 10px;
    }
    
      #musik .btn-by-btn .btn-group .btn {
        margin-bottom: 0;
      }
  
  #musik .spotlight h2,
  #musik .spotlight h3,
  #musik h2,
  #musik h3 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .videos h2 {
    margin-bottom: 20px;
  }

}

@media (max-width: 600px) {

  header.main {
    padding: 20px 0;
  }
  
  #tour .dates {
    border-collapse: collapse;
  }
  
  #tour .dates,
  #tour .dates thead,
  #tour .dates tbody,
  #tour .dates th,
  #tour .dates tr,
  #tour .dates td {
    display: block;
    width: 100%;
  }
  
    #tour .dates tr {
      padding: 16px 0;
      border-top: 1px solid rgba(63, 30, 43, .4);;
    }
  
    #tour .dates td.date,
    #tour .dates td.city,
    #tour .dates td.venue,
    #tour .dates td.support,
    #tour .dates td.info,
    #tour .dates td.scheduleinfo,
    #tour .dates td.ticket,
    #tour .dates td.festival-date,
    #tour .dates td.festival-name,
    #tour .dates td.festival-city,
    #tour .dates td.festival-ticket {
      width: 100%;
      border: 0;
      text-align: center;
      padding: 2px 0;
    }
  
  
    #tour .dates td.date,
    #tour .dates td.festival-date,
    #tour .dates td.city,
    #tour .dates td.festival-name { 
      font-size: 24px;
      line-height: 1.2em;
    }

}

@media (max-width: 480px) {
  
  #footer .right {
    text-align: center;
  }

}