* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

a.neutral {
   color: unset;
   text-decoration: unset;
}

body{
    background-color: #fff;
    font-family: 'Mulish', sans-serif;
    height: 100%;
    min-height: 100vh; /* will cover the 100% of viewport */
    display: block;
    position: relative;
}

.bg-dark {
    background: #000000!important;
}

.bg-orange {
   background: #FDD835;
   background: linear-gradient(90deg, #FDD835 50%, #ff9934 100%);
}

.text-blue {
   color: #2A56C6 !important;
   font-weight: bold;
}

nav.navbar {
   padding-bottom: 25px;
   flex-direction: column;
}

nav.navbar > div.container-fluid {
   padding-bottom: 25px;
   flex-direction: column;
   padding-bottom: unset;
   padding-top: unset;
   margin-bottom: unset;
   margin-top: unset;
}

.navbar-brand img {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 125px;
    object-fit: contain;
}

.nav-link {
    font-size: 20pt;
    text-transform: unset;
}

.nav-link:hover {
    text-decoration: underline;
}

.main{
    margin-top: 70px;
}

div.col-md-6{
   margin-top: 0.75rem;
   margin-bottom: 0.75rem;
}

ul.pagination {
   flex-wrap: wrap;
}

div.hoerbuch-header {
   display: flex;
   justify-content: space-between;
   margin-bottom: 2rem !important;
}

div.hoerbuch-header.hoerbuchserie {
   flex-direction: row-reverse;
}

div.hoerbuch-header-image {
   display: flex;
   justify-content: center;
   margin-left: -12px;
   margin-right: -12px;
}

h2.hoerbuch-h2{
   font-weight: bold;
   font-size: 1.2rem;
   text-transform: unset;
}

div.hoerbuch-img {
   margin-left: 2rem;
   display: flex;
   flex-direction: column;
}

div.hoerbuch-img img {
   max-height: 20rem;
   object-fit: contain;
   width: fit-content;
   max-width: 20rem;
   height: fit-content;
   margin-bottom: 1rem;
}




h1.title { 
   font-size: 50px;
   font-family: 'Passion One', cursive; 
   font-weight: 400; 
}

h3 {
   font-size: 1.35rem;
}

h4 {
   font-size: 1.15rem;
}

section.card-text.preview {
  overflow:hidden;
  max-height: 12rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  margin-bottom: 0.5rem;
}

section.card-text.preview::before {
   content: '';
    width: 66%;
    height: 10rem;
    position: absolute;
    right: 0;
    background: linear-gradient(transparent 3rem, white);
    pointer-events: none;
    bottom: 2.5rem;
}

section.card-text img {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: auto;
   max-height: 400px;
   max-width: 100%;
   object-fit: contain;
   margin-top: 1rem;
   margin-bottom: 1rem;
}

section.card-text.no-image {
   margin-bottom: 1rem;
}

figure {
   margin-bottom: 1rem;
}

figure img {
   margin-bottom: unset !important;
}

figure figcaption {
   text-align: center;
}

section.card-text video {
   margin-left: auto;
   margin-right: auto;
   display: block;
   width: 100%;
}

section.card-text.preview p.img-container-left, section.card-text.preview img, section.card-text.preview video{
   display: none;
}

section.card-text.preview b, section.card-text.preview strong {
   font-weight: normal !important;
}

section.card-text.preview a, section.card-text.preview font, section.card-text.preview u {
   color: unset !important;
   text-decoration: unset !important;
}

			
#txt_umail, #txt_upass, #txt_uname  {
   border-radius: 20px;
}


label{
   display: inline;
}

.form-group{
   margin-bottom: 10px;
   color: white;
   text-align: center;
}

.cols-sm-2   {
   font-size: 25px;
}

.login-button{
   margin-top: 5px;
}

.login-register{
   font-size: 11px;
   text-align: center;
}

.footer {
    bottom: 0;
    width: 100%;
    line-height: 60px;
    color: #ffffff;
    text-transform: unset;
}

.footer a {
   color: #2A56C6 !important;
}

.navbar-brand{
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;    
    font-size: 2.5rem;
    padding: 0;
    display: flex;
}

#cover {
   float:right;
}

h1, h2 {
   text-transform: uppercase;
}

h1 {
   background: #2A56C6;
   margin-bottom: unset;
   padding: 20px;
   color: #FDD835;
   text-align: center;
}

h1.card-title{
   font-size: 1.25rem;
   text-transform: unset;
   background: unset;
   padding: unset;
   color: unset;
   text-align: unset;
}

div.card-body h2 {
   font-size: 1.1rem;
   text-transform: unset;
}

.card-body.clean {
   padding-bottom: unset;
}

div.composer i a, h1.card-title a{
   color: unset;
}
div.composer i a:hover, h1.card-title a:hover{
   text-decoration: none;
}

div.addcredits {
   padding-top: 15px;
}

ul.no-bullets {
   list-style-type: none;
   padding: 0;
   margin: 0;
 }

 /* h1 {
   background: #2A56C6;
   margin-bottom: unset;
   padding: 20px;
   color: #FDD835;
 } */

 /* h1, h2 {
   text-transform: uppercase;
 } */


 td.gig-date {
   text-transform: uppercase;
   text-align: center;
   font-size: 20pt;
 }

 td.gig-name {
   font-size: 20pt;
 }

 td.gig-name div {
   font-size: 15pt;
 }

 tr.cancelled {
   color: #b9b9b9;
 }

tr a, tr a:hover {
   color: #ffffff;
 }

 tr.hoerbuch-episodes a,  tr.hoerbuch-episodes a:hover {
   color: unset !important;
 }

 tr.cancelled a {
   color: #b9b9b9;
 }

h2.dark-heading {
   font-weight: bold;
   margin-left: -28px;
   margin-right: -28px;
   padding-left: 28px;
   padding-right: 28px;
   background: black;
   color: white;
   padding-top: 1rem;
}

 .fa-info {
   width: 15px;
   text-align: center;
 }

 .table {
    margin-bottom: unset !important;
 }


 body > div.container {
    margin-top: 1rem;
    margin-bottom: 50px;
 }

 nav.breadcrumb {
   margin-bottom: 2rem;
 }

 .breadcrumb-item.dark a {
   color: #ffffff;
 }

 .breadcrumb-item.dark.active, .breadcrumb-item.dark::before {
   color: #cccccc;
 }



 body > div.container-merch {
   margin-top: 0;
}

 div.card-deck .card {
   min-width: 21rem;
   margin: 20px;
   max-width: 21rem;
 }

 div.imageholder{
   align-items: center;
   justify-content: center;
   display: flex;
 }

 .card-img-top {
   max-height: 16rem;
   object-fit: contain;
   width: fit-content;
   max-width: 100%;
 }

div.carousel-item img {
   height: 700px;
   object-fit: cover;
}

/*diskografie */

a.cover-art-link {
   display: flex;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   justify-content: center;
   align-items: center;
   color: white;
   font-size: 38pt;
   text-decoration: unset;
   text-transform: uppercase;
   padding: 15px;
}

div.album-container {
   position: relative;
   padding: 15px;
}

div.album-container img.cover-art {
   width: 100%;
   height: 100%;
   filter: unset;
   transition: filter 0.5s;
}

div.album-container:hover img.cover-art {
   filter: blur(5px) brightness(0.5);
   transition: filter 0.5s;
}

a.cover-art-link p {
   visibility:hidden;
   text-align: center;
   opacity: 0;
   transition: visibility 0.5s linear,opacity 0.5s linear;
}

a.cover-art-link:hover p {
   visibility:visible;
   opacity: 1;
   transition: visibility 0.5s linear,opacity 0.5s linear;
}

div.songtexte > div {
   margin-top: 50px;
}

div.songtexte > div:nth-child(1){
   margin-top: 10px;
}

/* merch */

div.video-container-merch {
   display: flex;
   justify-content: space-between;
}

/* interviews */

div.interview-container h4 {
   font-size: 1.2rem;
   margin-bottom: 0;
}

/* gallery */

a.gallery-entry > img {
   width: 100%;
   padding: 10px 0;
   height: 275px;
   object-fit: cover;
}

div.main-release-infobox {
   display: flex;
   flex-direction: column;
   justify-content: center;
}

div.main-release {
   padding-top: 100px;
   padding-bottom: 100px;
}

div.gallery-main {
   margin-bottom: unset;
   margin-top: unset
}

div.contact-dark {
   color: white;
}

div.contact-dark a {
   color: white;
}

@media screen and (max-width: 1199px) {
   a.cover-art-link {
      font-size: 32pt;
   }
   
   a.gallery-entry > img {
      height: 230px;
   }

   .nav-link {
      font-size: 18pt;
   }
}

@media screen and (max-width: 991px) {

   div.hoerbuch-header {
      flex-direction: column-reverse !important;
   }

   div.hoerbuch-img {
      width: fit-content;
      align-self: center;
      margin-left: unset;
   }

   div.hoerbuch-img a {
      display: none;
   }

   div.hoerbuch-meta {
      margin-top: 1rem;
   }

   a.cover-art-link {
      font-size: 24pt;
   }

   a.gallery-entry > img {
      height: 170px;
   }

   nav.navbar > div.container-fluid {
      flex-direction: unset;
   }

   nav.page-navigation {
      flex-direction: column;
      align-items: unset !important;
      margin: 1rem 0;
   }

   ul.pagination {
      margin: 0.5rem 0 !important;
   }

   form.search input {
      margin: unset !important;
      margin-top: 20px !important;
   }

   form.search button {
      margin: unset !important;
   }

   form.search div.submitter{
      margin-top: 0.5rem;
   }
}

@media screen and (max-width: 767px) {

   

   div.card-img-top {
      display: none;
    }


   a.cover-art-link {
      font-size: 17pt;
   }

   div.tracklist {
      margin-top: 40px;
   }

   div.footer-subs {
      flex-direction: column !important;
   }

   div.footer-subs > div {
      margin-top: 15px;
      margin-bottom: 15px;;
   }

   div.footer-subs > div:nth-child(1) {
      margin-top: 0;
      margin-bottom: 15px;;
   }

   div.interview-container > div.row {
      flex-direction: column-reverse;
   }

   div.interview-container > div.row > div:nth-child(2){
      margin: 15px 0; 
   }

   div.main-release-infobox {
      margin-top: 50px;
   }

   div.main-release {
      padding-top: 40px;
      padding-bottom: 25px;
   }
}

@media screen and (max-width: 575px) {
   a.cover-art-link {
      font-size: 25pt;
   }

   div.video-container-merch {
      margin-left: -15px;
      margin-right: -15px;
   }

   video.video-merch {
      width: 50%;
   }

   a.gallery-entry > img {
      height: 100%;
   }

   div.gallery-main {
      padding: 0;
   }

   div.merchvideocontainer {
      padding: unset;
   }
}

@media screen and (max-width: 1800px) {
   .hide-on-mobile{
      display: none;
   }
 }

 @media screen and (max-width: 991px) {
   .hide-on-phone{
      display: none !important;
   }

   section.card-text.preview::before {
      
      width: 100%;
      
      left: 0;
      
   }
 }

@media screen and (max-width: 1270px) {
   .hide-on-tablet{
      display: none;
   }
 }

 @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
    }

    .img-container-left {
      float: left;
      margin-right: 2rem;
      max-width: 50%;
   }

   .img-container-40 {
      max-width: 40% !important;
   }

   .img-container-left img {
      margin-top: unset !important;
   }

   .row-cols-lg-auto>* {
      flex: 0 0 auto;
      width: auto;
   }
 }

 @media (max-width: 991px){
    .bg-orange {
      background: #FDD835;
      background: linear-gradient(90deg, #ff9934 0%, #FDD835 50%);
    }
   

    td.gig-date {
      font-size: 15pt;
    }

    td.gig-name {
      font-size: 15pt;
    }
   
    td.gig-name div {
      font-size: 10pt;
    }

    .fa-info {
       width: 10px;;
    }

    nav.navbar {
       flex-direction: unset;
    }
    
    div.card-deck .card {
       margin: 10px;
    }

 }

 @media (max-width: 767px){
   div.card-deck .card {
      margin: unset;
      margin-bottom: 15px
   }
 }

