/*****************************
    netzpilot.com
    Created  29.4.2021
    Modified 24.6.2021
    version 0.4
    Author  chris@netzpilot.ch
*/

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
}

/******* teaserbodytext *******/
.interpret,
.interpretsmall{
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.teaser-body-text p,
.detail-body-text p {
    font: normal 400 16px neue-haas-unica,sans-serif;
}
.teaser-body-text p.date,
.detail-body-text p.date {
    font: normal 400 16px neue-haas-unica,sans-serif;
}
.teaser-body-text p.interpret{
    /*font: normal 300 34px/34px neue-haas-unica,sans-serif;*/
    font: normal 600 34px/34px "warnock-pro",Georgia,serif;
    margin: 0;
}

.detail-body-text p.interpret {
    /*font: normal 300 34px/34px neue-haas-unica,sans-serif;*/
    font: normal 700 34px/34px "warnock-pro",Georgia,serif;
    margin: 0;
}
.detail-body-text p.interpretsmall {
    /*font: normal 300 34px/34px neue-haas-unica,sans-serif;*/
    font: normal 500 34px/34px "warnock-pro",Georgia,serif;
    margin: 0;
}

.teaser-body-text:first-of-type p.interpret {
     /*font: normal 300 64px/70px neue-haas-unica,sans-serif;*/
     font: normal 700 34px/34px "warnock-pro",Georgia,serif;
}
@media only screen and (max-width: 767px) {
    .teaser-body-text:first-of-type p.interpret {
        font: normal 600 34px/34px "warnock-pro",Georgia,serif;
    }
}
.teaser-body-text p.werke {
    /*font: normal 400 16px/20px neue-haas-unica,sans-serif;*/
    font: italic 600 18px/20px "warnock-pro",Georgia,serif;
}
.detail-body-text p.werke {
    /*font: normal 400 16px/20px neue-haas-unica,sans-serif;*/
    font: italic 400 18px/20px "warnock-pro",Georgia,serif;
}
.teaser-body-text span.funktion,
.detail-body-text span.funktion {
    font: normal 300 16px/16px neue-haas-unica,sans-serif;
    hyphens: none;
}


/* TEASER */
a.teeser {
    color: black;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.isfirst .content-cell,
.box-decoration div a  {
    height: 100%;
}
.teaser-body-image {
    overflow: hidden;
}
/*
.isfirst .content-cell div:nth-child(1) {
    border: 1px dashed blueviolet;
}*/


.teaser-body-text {
    display: block;
    height: inherit;
}
.teaser-body-image a.teeser.hvr-grow {
    height: 100%;
    width: 100%;
}
.teaser-body-image .teeser  img {
    width: inherit;
    height: inherit;
    max-height: 240px;
    object-fit: cover;
}


.teaser-body-image.isfirst .teeser img {
    width:  auto;
    min-width: 584px;
    height: 100%;  
    max-height: 534px;
}


.teaser-next {
    font: normal 500 14px neue-haas-unica,sans-serif;
    letter-spacing: 0.4px;
    text-transform: uppercase; 
    color: black;
    padding: 20px 0;
}

/* grandsinterpretes  concertseriesview */
.teaser-sponsor {
    font: normal 400 12px neue-haas-unica,sans-serif;  
    color: black;
    padding: 0;
    margin: 0;
}
.teaser-sponsor img {
    margin-top: 3px;
}



/******* teaserbodytext *******/
.teaser-body-text p,
.teaser-body-text span {
    color: black;
}


@media only screen and (min-width: 640px) {
    .content-cell-teaser-top {
        min-height: 360px;
    }

}

@media only screen and (min-width: 640px) {
    /***** Kacheln same height reduced from 400 *****/
    .content-cell {
        min-height: 360px;
    }
}

@media only screen and (max-width: 1023px) {
    .teaser-body-image .teeser img,
    .teaser-body-image.isfirst .teeser img {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
}



/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/************** END Teaser *************/




/* Begin Concertlist */
.concertlist div {
    font: normal 400 16px neue-haas-unica,sans-serif;
    color: black;
}
.concertlist div.abodate {
    font: normal 400 16px/16px neue-haas-unica,sans-serif; 
}

@media only screen and (max-width: 767px) {
    .concertlist div.aboiconserie {
        padding: 0;
        margin: 0;
    } 
    a.concerts .concertlist {
        margin-top: 2px; 
        margin-bottom: 26px;
    }
}
.concertlist div.abointerpret {
    /* verlagern ***/
    /*font: normal 500 16px/16px neue-haas-unica,sans-serif; */
    padding-top: 1px;  /* nur bei serifen */
    font: normal 600 18px/18px "warnock-pro",Georgia,serif;
}
.concertlist div.aboiconserie {
    padding-top: 1px;
    font: normal 300 12px/16px neue-haas-unica,sans-serif; 
    text-transform: uppercase;
}


a.concerts .concertlist {
    /*margin-top: 10px; */
    margin-bottom: 16px;
    border-bottom: 1px solid black;
}

a:hover .concertlist {
    background-color: transparent;
}
/* END Concertlist */


/* Spitzmarke */
.pointed {
    font: normal 500 14px neue-haas-unica,sans-serif;
    text-transform: uppercase;
}

.fa-arrow-left{
    font-size: .8em;
    position: relative;
    top: -1px;
 }
 
/* Abos toggle */
.concerts-container {
  /*  display: none;   *********/
}
/* END Abos toggle */


.detail-body-text-content {
    /* border: 1px dashed orange; */
    height: inherit;
    min-height: 100%;
}

.detail-body-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/*** sponsors ***/
.sponsors img {
    height: auto;
    max-height: 110px;
    width: auto;
    max-width: 100%;
}
.sponsors div:nth-child(2) {
    text-align: center;
}


#scrolltarget {
    margin-top: 80px;
}