@font-face {
    font-family: 'Graphik Regular';
    src: url('fonts/Graphik-Regular-Web.eot');
    src: url('fonts/Graphik-Regular-Web.eot#iefix') format('embedded-opentype'), url('fonts/Graphik-Regular-Web.woff2') format('woff2'), url('fonts/Graphik-Regular-Web.woff') format('woff'), url('fonts/Graphik-Regular-Web.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Five Years Later Regular';
    src: url('fonts/FiveYearsLaterRegular.woff') format('woff');

    font-weight: normal;
    font-style: normal;
  }

body {
    background-color: white;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    font-family: 'Five Years Later Regular';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    margin: 0px; 
}

h2 {
    font-family: 'Five Years Later Regular';
    text-transform: uppercase;
    font-size: 25px;
    line-height: normal;
    font-weight: normal;
    margin: 0px;
}

h3 {
    font-family: 'Five Years Later Regular';
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: normal;
    margin: 0px;
}

h4 {
    font-family: 'Graphik Regular';
    font-weight: normal;
    letter-spacing: 0.5px;
    margin: 0px;
}

h5 {
    font-family: 'Graphik Regular';
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0px; 
}

p {
    font-family: 'Graphik Regular';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px; 
}

nav {
    position: fixed; 
    z-index: 10000;
    justify-content: space-between;
    background-color: white;
    top: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    border-bottom: solid 1px #AAAA;
    font-family: 'Five Years Later Regular';
    font-size: 20px;
}

nav A {
    color: black;
    display: inline-block;
    padding: 20px 30px 20px 30px;
    border-right: solid 1px #AAAA;
}

nav a:hover {
    background-color: black;
    color: white;
}

header {
    margin-top: 67px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    border-right: solid 1px #AAAA;
    border-left: solid 1px #AAAA;
}
 




main {
    margin-left: auto;
    margin-right: auto;
    border-right: solid 1px #AAAA;
    border-left: solid 1px #AAAA;
}
 
main, header {
    max-width: 1440px;
    width: calc(100% - 3px);
}

iframe {

    /* width="720" height="405» */
    width: 100%;
    border: solid 1px #AAAA;
    height: auto;
}

.video {
    width: max-content !important;
    height: max-content !important;
    padding: 0px !important;
    border: 0px;
}
/* nav */

.inst {
    border-left: solid 1px #AAAA;
}

.mobile {
    visibility: hidden;
    display: none;
}

@media all and (max-width: 1020px) and (min-width: 0px) {
    .mobile {
        visibility: visible;
        display: block;
    }
    .desktop {
        visibility: hidden;
        display: none;
    }
    header {
        margin-top: 0px;
    }
    .tablet {
        visibility: hidden;
        display: none;
    }
}


/* menu */

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color:white;
    border-right:  solid 1px #AAAA;
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 30px 18px;
    color: #333;
    font-size: 24px;
    text-decoration: none;
    transition-duration: .25s;
    font-family: 'Five Years Later Regular';
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    border-bottom:  solid 1px #AAAA;
}

.menu__item:hover {
    background-color: black;
    color: white; 
}

.square {
    position: fixed;
    z-index: 998;
    background-color: rgb(256, 256, 256, 1);
    width: 65px;
    height: 65px;
    right: 0px;
    top: 0px;
    border:  solid 1px #AAAA;
}

.back_button {
    position: fixed;
    z-index: 900;
    width: 45px;
    border-radius: 40px;
    right: 10px;
    top: 70px;
    color: black; 
    text-align: center;
    vertical-align: middle;
    font-family: 'Graphik Regular';
    line-height: 0px;
    padding-top: 20px;
    padding-bottom: 23px;
}


/* / menu */


/* cover */

.cover {
    display: flex;
    border-bottom: solid 1px #AAAA;
}

.cover .title, .cover .concert {
    max-width: 480px;
} 

.poster {
    background-image: url(img/poster-background.jpg);
    background-size: cover;
}

.cover .poster {
    max-width: 200%;
}

.poster img {
    height: 100% !important;
}

.poster {
    border-right: solid 1px #AAAA;
}

.title {
    padding: 30px;
    border-right: solid 1px #AAAA;
}
.concert {
    display: flex;
    justify-content: space-between;
    flex-direction: column; 
}

/* logos */

.logos {
    display: flex;
    justify-content: space-between; 
    border-bottom: solid 1px #AAAA;
    line-height: 0px;
}
 


.logos img {
    padding: 30px;
}


/* laureats */

.experts h2 {
    padding: 30px;
    border-bottom: solid 1px #AAAA;
}
 
 
.right {
    margin-left: auto;
    border-left: solid 1px #AAAA;
}
 
 
.info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 

.info a {
    display: block;
    width: 100%;
    text-align: center; 
    padding: 35px 0px 35px 0px;
    border-top: solid 1px #AAAA;
    font-family: 'Five Years Later Regular';
    font-size: 18px;
    text-transform: uppercase;
}
.info a:hover {
    background-color: black;
    color: white;
}

.info h5 {
    margin: 0px;
} 
.info h2 {
    margin: 0px;
}
/* laureat page */
 


.one-one-one {
    grid-template-columns: 1fr 1fr 1fr; 
    display: grid;
    border-bottom: solid 1px #AAAA;   
    line-height: 0px;
}





.one-two {
    grid-template-columns: 1fr 2fr; 
    display: grid;
    border-bottom: solid 1px #AAAA;
}

.two-one {
    grid-template-columns: 2fr 1fr; 
    display: grid;
    border-bottom: solid 1px #AAAA;
}

.two-one iframe, .two-one p, .two-one h1, .two-one h2, .two-one h3, .one-one-one iframe, .one-one-one p, .one-one-one h1, .one-one-one h2, .one-one-one h3, .one-two iframe, .one-two p, .one-two h1, .one-two h2, .one-two h3  {
    width: calc(100% - 60px);
}

.two-one iframe, .two-one p, .two-one h1, .one-one-one iframe, .one-one-one p, .one-one-one h1, .one-two iframe, .one-two p, .one-two h1, .two-one h2, .two-one h3, .one-one-one h2, .one-one-one h3, .one-two h2, .one-two h3 {
    margin: 30px; 
}

.one-one-one h5, .two-one h5, .one-two h5 {
    margin: 0px 30px 30px 30px;
}

.one-one-one img, .two-one img, .one-two img {
    width: 100%; 
}

.left {
    border-right: solid 1px #AAAA;
}
.center {
    border-right: solid 1px #AAAA;
}



.headline {
    padding: 30px;
    border-bottom: solid 1px #AAAA;
}
 




/* /laureat page */

/* experts */
.exp-block {
    display: grid;  
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;  
    grid-template-rows: 1fr 1fr 1fr; 
    width: 100%;
    max-width: 1440px; 
    grid-gap: 1px;
    border: 0px;
    background-color: #AAAA;
    border-bottom: solid 1px #AAAA;
} 
.exp-empty{
    width: 100%;
    background-color: white;
}
.portrait-small {
    max-width: 240px;
    line-height: 0px;
    background-color: white;
}
.portrait-small img {
    width: 100%;
    max-width: 240px;
}

.info-short {
    max-width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    background-color: white;
}

.info-short h3 {
    padding: 20px 20px 0px 20px;
    font-size: 18px;
    line-height: 24px;
}
.info-short h4 {
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 24px;
}
.info-short h5 {
    padding: 0px 20px 0px 20px;
    font-size: 16px;
    line-height: 24px;
    
}

.info-short p {
    padding: 0px 20px 20px 20px;
    font-size: 14px;
    line-height: 19px;
    
}

/* footer */

.footerlinks {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    border: 0px;
    grid-gap: 1px;
    font-family: 'Graphik Regular';
    background-color: #AAAA;
    border-top: 1px solid #AAAA;
}
.footerlinks a {
    display: block;
    text-align: center;
    background-color: white;
    padding: 30px;
}
.footerlinks a:hover {
    background-color: black;
    color: white;
} 
#email {
    font-family: 'Five Years Later Regular';
    font-size: 28px;
}

#design {
    font-size: 14px;
    line-height: normal;
}
#aff {
    font-size: 14px;
}

#aff:hover {
    background-color: white;
    color: black;
}

/* /footer */


.pause {
    height: 200px;
}

/* broadcast */

.broadcast-box{
    position: relative;
    margin-bottom: 60px;
    width: calc(100% - 60px);                    /* desired width */
    
  }
  .broadcast-box:before{
    content: "";
    display: block;
    padding-top: 56.25%;          /* initial ratio of 1:1*/
  }
  .broadcast-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .broadcast-content iframe {
      width: 100%;
      height: 100%;
      border: solid 1px #AAAA;
      
  }


  iframe {
    overflow: hidden !important;
  }

/* /broadcast */

/* footer */

.footerlinks {
    max-width: 1440px;
    width: calc(100% - 2px);
    margin-left: auto;
    margin-right: auto;
    grid-template-areas: "email email"
                         "aff design";
    grid-template-columns: 1fr 1fr;  
    grid-template-rows: auto auto;
    border-left: 1px solid #AAAA;
    border-right: 1px solid #AAAA;
}
#email { 
    grid-area: email; 
}
#aff { 
    grid-area: aff; 
}
#design { 
    grid-area: design; 
}

.footerlinks a {
display: block;
text-align: center;
background-color: white;
padding: 30px;
}
.footerlinks a:hover {
background-color: black;
color: white;
} 
#email {
font-family: 'Five Years Later Regular';
font-size: 28px;
}

#design {
    font-size: 14px;
    line-height: normal;
}
#aff {
    font-size: 14px;
}

#aff:hover {
    background-color: white;
    color: black;
}

/* /footer */


/* tablet */
@media all and (max-width: 1200px) and (min-width: 765px) {
    .one-one-one {
        grid-template-columns: 1fr 1fr; 
        display: grid;
        border-bottom: solid 1px #AAAA;   
        line-height: 0px;
    }
    .tablet {
        visibility: hidden;
        display: none;
    }
    .center {
        border-right: 0px;
    }
    .kon {
        display: grid;  
        grid-template-areas: "pozter texzt"  
                             "kontzert kontzert";
        grid-template-columns: 1fr 1fr;  
        grid-template-rows: auto auto; 
    }
    #pozter { 
        grid-area: pozter;
        border-bottom:  solid 1px #AAAA;
    }  
    #texzt { 
        grid-area: texzt; 
        border-bottom:  solid 1px #AAAA;
    }  
    #kontzert { 
        grid-area: kontzert; 
    }
    .center {
        border-right:  solid 1px #AAAA;
    }
    .exp-block {
        display: grid;  
        grid-template-columns: 1fr 1fr 1fr 1fr;  
        grid-template-rows: 1fr 1fr 1fr 1fr; 
        width: 100%;
        max-width: 100%; 
    } 
    .exp-empty {
        width: 0px;
        height: 0px;
        display: none;
        visibility: hidden;
    }
    .portrait-small, .info-short {
        max-width: 300px;
    }
    
    .portrait-small img {
        max-width: 100% !important;
        width: 100% !important;
        border-right:  solid 1px #AAAA;
    }
    
}


/* mobile */
@media all and (max-width: 764px) and (min-width: 0px) {
    p, h1, h2, h3, h4, h5 {
        max-width: calc(100% - 60px);
        padding: 0px;
        margin: 0px;
    }
    div, main, header {
        padding: 0px;
        margin: 0px;
        
    }
    .center, .info {
        margin: 0px;
        padding: 0px;
        max-width: 100%; 
    }
    .center, .left, .logos, .right, .concert {
        border-top: 0px;
        border-bottom: solid 1px #AAAA
    }
    .tablet {
        width: 0px;
        margin: 0px;
        padding: 0px;
    }
    img {
        max-width: 100%;
    }

    .info {
        border-bottom: solid 1px #AAAA;
    }

    .info a {
        max-width: calc(100% - 60px);
        margin: 0px 30px 30px 30px; 
        border: solid 1px #AAAA;
    }
    .info a:hover {
        background-color: white;
        color: black;
    }
    .info h2 {
        margin: 30px 30px 0px 30px;
    }

    .info h5 {
        margin: 0px 30px 0px 30px;
    }

    .info h2, .info h5, .info p {
        padding: 0px;
    }

    .left h1 {
        margin-bottom: 0px;
    }

    .headline {
        padding: 30px;
        text-align: center;
        border-bottom: solid 1px #AAAA; 
    }
    
    .center, .left {
        border-right: 0px;
    }
    
    .one-two, .two-one, .one-one-one {
        grid-template-columns: 1fr; 
        display: grid;
        border-bottom: solid 1px #AAAA; 
        line-height: 0px;
    }
    
    .logos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    .exp-block {
        display: grid;  
        grid-template-columns: 1fr;  
        grid-template-rows: auto auto auto auto auto auto auto; 
        width: 100%;
        max-width: 1440px; 
    } 
  
    .portrait-small {
        padding: 30px 0px 0px 30px;
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
        border-bottom: 0px;
    }
    
    .info-short {
        padding: 0px 20px 10px 50px;
        margin: 0px;
        width: calc(100% - 70px);
        max-width: calc(100% - 70px); 
    }
    .exp-empty {
        width: 0px;
        height: 0px;
        visibility: hidden;
        display: none;
    }
    .light {
        width: 80% !important;
        max-width: 80% !important;
    }
    /* footer */

.footerlinks {
    max-width: 1440px;
    width: calc(100% - 2px);
    margin-left: auto;
    margin-right: auto;
    grid-template-areas: "email"
                         "design"
                         "aff";
    grid-template-columns: 1fr;  
    grid-template-rows: auto auto auto;
}

#aff:hover {
background-color: white;
color: black;
}

/* /footer */
}

