@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&display=swap');

html {
  width: 100%;
  /*height: 100%;*/
}
body {
  width: 100%;
  background-color: #170D03;
  font-family: 'Big Shoulders Display', sans-serif;
}
.cursor {
  cursor: pointer;
}
.text_hneda {
  color: #4A3026;
}
.text_zluta {
  color: #F7A41C;
}
.text_bila {
  color: #898988;
}
.text_bila2 {
  color: #cccccc;
}
.opacity05 {
  opacity: 0.5;
}
.line_height35 {
  line-height: 35px;
}
.texty {
  font-family: 'BenchNine', sans-serif;
}
h2.h2_line {
  position: relative;
}
h2 {
  color: #F7A41C;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
h2.h2_line .strong {
  position: relative;
  font-weight: bold;
}
h2.h2_line span:nth-child(2) {
  font-weight: 200;
  margin-left: 32.5px;
}
h2.h2_line .strong:after {
  content:"";
  background: #4A3026;
  position: absolute;
  top: -15%;
  /*right: 0;*/
  height: 130%;
  width: 2.6px;
  margin-left: 15px;
}
.h2_pravy {
  position: absolute;
  color: #6c4b36;
  padding: 10px 20px;
  font-size: 1.25rem;
  border: 1px solid #6c4b36;
  border-radius: 0.5rem;
  line-height: 1.5rem;
  margin-top: 17px;
  right: 0px;
  font-weight: 400;
}
a.h2_pravy:hover, .btn_zobrazit_vice:hover, #kontakty a:hover {
  color: #D39F64;
  border-color: #D39F64;
}
#page-uvod #koncerty .h2_pravy {
  right: 15px;
}
#top {
  position: fixed;
  z-index: 99;
  width: 100%;
  font-size: 1.25rem;
}
#top_container {
  transition: background-color 0.5s ease;
}
#top:after {
  content: "";
  height: 0px;
  background-image: none;
  background-position: center top;
  background-repeat: repeat-x;
  display: block;
  transition: height 0.5s ease;
}
#top.top_fixed:after {
  content: "";
  height: 28px;
  background-image: url("../images/prechod-cerny-bottom.png");
  background-position: center top;
  background-repeat: repeat-x;
  display: block;
}
.top_fixed #top_container {
  background-color: #0A0500;
  font-size: 1rem;
}
#top_nejblizsi_akce {
  /*display: none;*/
  color: #D39F64;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 4px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.top_fixed #top_nejblizsi_akce {
  display: inline-block;
  opacity: 1;
}
#top .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#top.top_fixed .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#top_player_span {
  border: 2px solid #F7A41C;
  border-radius: 0.25rem;
  padding: 0.0rem 0.5rem;
  cursor: pointer;
  min-width: 200px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
}
#top_player_span img {
  margin-top: 5px;
}
.top_fixed #top_player_span img {
  margin-top: 2px;
}
#top_ikony {
  width: 180px;
}
#top_ikony img {
  height: 41px;
  width: 41px;
}
.top_fixed #top_ikony img {
  height: 31px;
  width: 31px;
}
#top_ikony a:hover img {
  height: 45px;
  width: 45px;
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}
.top_fixed #top_ikony a:hover img {
  height: 35px;
  width: 35px;
}
#top_ikony a:hover {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.header_img {
  position: absolute;
  top: 0px;
  /*text-align: center;*/
  width: 100%;
}
.header_img img {
  width: 100%;
}
.header_stay {
  position: fixed;
  overflow: hidden;
}
#header0 {
  position: relative;
}
#menu {
  line-height: 100px;
  position: relative;
  z-index: 98;
  margin-left: auto;
  margin-right: auto;
}
#mena_after {
  background-color: transparent;
  /*background-image: linear-gradient(to top, rgba(23,13,3,0), rgba(23,13,3,1));*/
  background-image: url('../images/prechod-hnedy-bottom.png');
  background-position: center top;
  background-repeat: repeat-x;
  bottom: 0px;
  right: 0;
  left: 0px;
  height: 26px;
  width: 100%;
}
#menu_container {
  background-color: #170D03;
  padding-top: 20px;
}
#menu_container .container {
  max-width: 1200px;
}
#menu a {
  color: #D39F64;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
#menu a:hover {
  color: #ffffff;
}
/*
#menu a.a_line::after {
  content: '';
  position: absolute;
  /*width: 100%;*
  transform: scaleX(0);
  height: 2px;
  bottom: 22px;
  left: 15px;
  right: 15px;
  background-color: #D39F64;
  /*transform-origin: bottom right;*
  transition: transform 0.15s ease-out, background-color 0.5s ease;
}
#menu a.a_line:hover::after {
  /*transform: scaleX(1);
  transform-origin: bottom left;*
}*/
#menu a.active {
  color: #F7A41C;
}
#menu a.a_line.active::after {
  background-color: #F7A41C;
}
.menu_fixed {
  position: fixed !important;
  top: 37px;
  left: 0;
  right: 0;
  /*box-shadow: 1px 10px 26px 0px rgba(0,0,0,0.79);
  -webkit-box-shadow: 1px 10px 26px 0px rgba(0,0,0,0.79);
  -moz-box-shadow: 1px 10px 26px 0px rgba(0,0,0,0.79);*/
}
#menu_logo {
  /*display: none;*/
  flex-grow: 0 !important;
}
#menu_logo img {
  height: 0px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.menu_fixed #menu_logo {
  flex-grow: 1;
}
.menu_fixed #menu_logo img {
  height: 80px;
}
#menu_logo.logo_fixed {
  flex-grow: 1;
}
#menu_logo.logo_fixed img {
  height: 80px;
}
#menu_link_kram span {
  padding: 5px 10px;
  border: 2px solid #F7A41C;
  border-radius: 0.5rem;
}
#menu_link_kram:hover span {
  /*color: #F7A41C;
  border-color: #F7A41C;*/
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.logo_top {
  top: -100px;
  /*left: -15%;*/
  z-index: 1;
}
.logo_top img {
/*  width: 130%;*/
}
section {
  z-index: 10;
  position: relative;
}
#uvod_koncerty {
  overflow: hidden;
}
#uvod_koncerty_container {
  width: 50000px;
  position: relative;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  left: 0px;
}
.uvod_koncerty_item {
  color: #D39F64;
  float: left;
  width: calc(83.3333vw - 30px) ;
}
.uvod_koncerty_sipka {
  line-height: 6rem;
  text-align: center;
}
.uvod_koncerty_sipka img {
  border: 2px solid #4a3026;
  padding: 10px;
  width: 50px;
  max-width: 100%;
  border-radius: 0.5rem;
}
.uvod_koncerty_datum {
  border: 2px solid #D39F64;
  height: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 6rem;
  border-radius: 1rem;
}
.uvod_koncerty_datum span:nth-child(1):after {
  content: "";
  background: #D39F64;
  position: absolute;
  top: 25%;
  height: 50%;
  width: 4px;
  margin-left: 15px;
}
.uvod_koncerty_datum span:nth-child(2) {
  margin-left: 25px;
}

.uvod_koncerty_mesto {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
}
.uvod_koncerty_misto, .uvod_koncerty_host {
  text-transform: uppercase;
  color: #cccccc;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.uvod_koncerty_info {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.uvod_koncerty_item:hover .uvod_koncerty_info {
  visibility: visible;
  opacity: 1;
}
.uvod_koncerty_info a {
  color: #D39F64;
  font-size: 1.25rem;
  line-height: 2rem;
}
.uvod_koncerty_info a:hover {
  color: #FFFFFF;
}
.uvod_koncerty_info a span {
  display: inline-block;
  top: 2px;
  position: relative;
}
#o-celadce, #poslouchej-trautenberk, #galerie .container, #kdo-je-trautenberk, #top .container, #o_celadce_text, #page_koncerty_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#o_nas_text {
  color: #cccccc;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#o_celadce_text {
  color: #cccccc;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.parallax-window {
  height: 400px;
  background: transparent;
}
#foto_container {
  min-height: 200px;
}
#galerie {
  background-color: #26180A;
}
#galerie h2 {
  font-weight: 200;
}
#galerie_x {
  height: 60px;
  margin-bottom: -8px;
}
#album_container {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
}
#video_container {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  padding-bottom: 10px;
}
.uvod_fotogalerie_item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.uvod_fotogalerie_item:hover {
  padding: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_zobrazit_vice {
  color: #6c4b36;
  padding: 10px 20px;
  font-size: 1.25rem;
  border: 1px solid #6c4b36;
  border-radius: 0.5rem;
  line-height: 1.5rem;
  cursor: pointer;
}
.uvod_desky_item {
  /*color: #D39F64;*/
  color: #FFFFFF;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #D39F64;
  padding: 10px 0px;
  border-radius: 0.75rem;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.uvod_desky_item.aktivni {
  background-color: #26180A;
  border: none;
  color: #F7A41C;
  font-weight: bold;
  cursor: initial;
}
.uvod_desky_item:not(.aktivni):hover {
  color: #F7A41C;
  border-color: #F7A41C;
  /*font-weight: bold;*/
}
#uvod_desky {
  position: relative;
  background-color: #26180A;
}
.uvod_deska_ikona {
  height: 30px;
  position: relative;
  bottom: 4px;
}
.uvod_skladby_container {
  opacity: 0;
  /*-webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  transition: all 0.65s ease;*/
  height: 0px;
}
.uvod_skladby_container.aktivni {
  opacity: 1;
  z-index: 11;
  position: relative;
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  transition: all 1.0s ease;
  height: auto;
}
.uvod_skladby_item {
  /*z-index: 10;*/
  background-color: #26180A;
  color: #cccccc;
  text-transform: uppercase;
  font-size: 1.18rem;
  font-weight: 100;
  border-radius: 0.75rem;
  /*position: absolute;
  width: 100%;
  top: 0px;*/
}
.uvod_skladby_seznam {
  column-count: 3;
}
.uvod_skladby_seznam .flex-grow-1:before {
  /*content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";*/
  content: ".......................";
  letter-spacing: 6px;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 25px;
  width: calc(100% - 46px);
  color: #ccc;
  margin-left: 13px;
  overflow: hidden;
}
#pro-poradatele {
  background-color: #000000;
  z-index: 10;
  position: relative;
}
#pro-poradatele .container {
  max-width: 1200px;
  text-transform: uppercase;
  color: #434342;
  font-weight: 400;
  font-size: 1.25rem;
}
#pro-poradatele h2 {
  color: #898988;
}
#pro-poradatele h2.h2_line .strong:after {
  background: #898988;
}
#pro-poradatele .col-auto {
  padding-left: 5px;
  padding-right: 5px;
}
#pro-poradatele .col-auto div {
  border: 1px solid #434342;
  padding: 5px 20px;
  border-radius: 0.5rem;
}
#pro-poradatele .col-auto div a {
  color: #434342;
}
#pro-poradatele .col-auto div:hover {
  color: #898988;
  border-color: #898988;
}
#pro-poradatele .col-auto div:hover a {
  color: #898988;
}
#pro-poradatele .texty {
  font-size: 1rem;
}
#pro-poradatele a {
  color: #434342;
}
#pro-poradatele a:hover {
  color: #898988;
}
.pata_label {
  display: inline-block;
  width: 100px;
}
.pata_label2 {
  display: inline-block;
  width: 80px;
}
.pata_label3 {
  display: inline-block;
  width: 130px;
  text-align: right;
}
a.pata_label3:hover {
  color: #cccccc;
}
.pata_logo {
  opacity: 0.6;
}
#kdo-je-trautenberk {
  /*text-transform: uppercase;*/
  text-align: center;
}
#kdo-je-trautenberk .row {
  margin-right: -48px;
  margin-left: 0px;
}
#kdo-je-trautenberk .col-6 {
  /*height: 410px;*/
  padding: 0px;
}
.kdo_item {
  /*position: absolute;
  bottom: 0px;*/
  color: #4A3026;
  cursor: pointer;
}
.kdo_item:hover, .kdo_item.aktivni {
  color: #f7a41c;
}
.kdo_item:hover .kdo_item_popis, .kdo_item.aktivni .kdo_item_popis  {
  color: #ffffff;
}
.kdo_je_div {
  margin-right: 48px;
  margin-left: 8px;
  text-transform: uppercase;
}
.kdo_je_popis_container {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 0px;
  margin-left: -15px;
}
.kdo_je_popis_container.aktivni {
  opacity: 1;
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  transition: all 1.0s ease;
  height: auto;
}
.kdo_je_popis {
  background-color: #26180A;
  color: #cccccc;
  font-size: 1.18rem;
  font-weight: 100;
  border-radius: 0.75rem;
  text-align: left;
}
.kdo_je_popis_top {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.kdo_je_dotaznik {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  word-wrap: break-word;
}
.kdo_je_dotaznik p {
  margin-bottom: 0.5rem;
}
.kdo_je_dotaznik strong {
  color: #D39F64;
}
#nakupuj-trautenmerch img {
  filter: grayscale(100%) sepia(60%) ;
  opacity: 60%;
}
#nakupuj-trautenmerch img:hover {
  filter: none;
  opacity: 1;
}

@media (min-width: 576px) {
  .uvod_koncerty_item {
    width: 450px;
  }
}

@media (min-width: 768px) {
  .uvod_koncerty_item {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .uvod_koncerty_item {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .uvod_koncerty_item {
    width: 316.6666px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1340px;
  }
  .uvod_koncerty_item {
    width: 372.2233px;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1540px;
  }
  .uvod_koncerty_item {
    width: 427.7766px;
  }
}

@media (max-width: 1399px) {
  .uvod_koncerty_sipka {
    line-height: 5rem;
  }
  .uvod_koncerty_datum {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 5rem;
  }
  .uvod_koncerty_datum span:nth-child(1):after {
    width: 2px;
    margin-left: 8px;
  }
  .uvod_koncerty_datum span:nth-child(2) {
    margin-left: 10px;
  }
  .uvod_koncerty_mesto {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .uvod_koncerty_misto, .uvod_koncerty_host {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .uvod_koncerty_info {
    visibility: visible;
    opacity: 1;
  }
  .uvod_koncerty_item .col-lg-7 {
    padding-left: 0px !important;
  }

}

@media (max-width: 1199px) {
  #menu a {
    font-size: 1.7rem;
  }
  .uvod_koncerty_item .col-lg-7 {
    padding-left: 1rem !important;
  }
}

@media  (max-width: 991px) {
  #menu a {
    font-size: 1.5rem;
  }
  .h2_pravy {
    padding: 5px 20px;
    font-size: 1.0rem;
    margin-top: 24px;
  }
  .uvod_koncerty_sipka {
    line-height: 5rem;
    padding-left: 8px;
    padding-right: 8px;
  }
  .uvod_koncerty_datum {
    font-weight: normal;
    font-size: 2rem;
    line-height: 5rem;
  }
  .uvod_koncerty_datum span:nth-child(1):after {
    width: 2px;
    margin-left: 8px;
  }
  .uvod_koncerty_datum span:nth-child(2) {
    margin-left: 10px;
  }
  .uvod_koncerty_mesto {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .uvod_koncerty_misto, .uvod_koncerty_host {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .uvod_koncerty_info {
    visibility: visible;
    opacity: 1;
  }
  .uvod_koncerty_item .col-lg-7 {
    padding-left: 0.5rem !important;
  }
  .kdo_je_dotaznik {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

}

@media  (max-width: 879px) {
  #menu a {
    font-size: 1.2rem;
  }
}

@media  (max-width: 767px) {
  .h2_pravy {
    display: none;
  }
  .uvod_koncerty_sipka {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media  (max-width: 575px) {

  h2 {
    font-size: 2.5rem;
  }
  .parallax-window {
    height: 300px;
    background: transparent;
  }
  #galerie_x {
    height: 40px;
    margin-bottom: -4px;
  }
  .uvod_desky_item {
    font-size: 1.5rem;
  }
  .uvod_skladby_seznam {
    column-count: 1;
  }
  .h2_pravy {
    display: none;
  }
  #kdo-je-trautenberk .row {
    margin-right: -15px;
    margin-left: 15px;
  }
  h3 {
    font-size: 1.4rem;
  }
  .uvod_koncerty_sipka {
    line-height: 5rem;
  }
  .uvod_koncerty_datum {
    font-weight: normal;
    font-size: 2rem;
    line-height: 5rem;
  }
  .uvod_koncerty_datum span:nth-child(1):after {
    width: 2px;
    margin-left: 8px;
  }
  .uvod_koncerty_datum span:nth-child(2) {
    margin-left: 10px;
  }
  .uvod_koncerty_mesto {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .uvod_koncerty_misto, .uvod_koncerty_host {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .uvod_koncerty_info {
    visibility: visible;
    opacity: 1;
  }
  header {
    width: 100%;
    overflow: hidden;
  }
  .header_img {
    width: 100%;
    left: -16.6667%;
    right: -25%;
  }
  .header_stay {
    width: 150%;
    left: -25%;
    right: -25%;
  }
  #header0 {
    width: 150% !important;
  }
  #pro-poradatele .container {
    font-size: 1.2rem;
  }
  #pro-poradatele .col-auto {
    margin-bottom: 1rem;
  }

}


