:root{
    
}

html {
    scroll-behavior: smooth;
}

body{
    background: white;
    /*padding: 1rem;*/
    font-family: arial, sans-serif;
    /*background: linear-gradient(-45deg, #fff, #e73c7e, #23a6d5, #fff);*/
    /*background: linear-gradient(-45deg, #fff, #f2dce7, #6ec6e6, #fff);*/
    /*background: linear-gradient(-45deg, #000, #4a122d, #081759, #000);*/
    background-color: #81abfd;
    background: linear-gradient(-45deg, #000, #81abfd, #604ab6, #000);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    margin: 0;
    font-family: 'Barlow', sans-serif;   
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.bg{
    width: 100%;
    max-width: 600px;
    height: 100%;
    z-index: -10;
    position: fixed;
    background-image: url(img/bg.png);
    background-repeat: no-repeat;
    /*background-position: left;
    background-size: cover;  */
    background-position-y:bottom;
    background-position-x:center;
    background-attachment: fixed;
}

.wrap{
    width: 100%;
    overflow: auto;
    height: 100%;
    position: absolute;
    z-index: -10;
}

.wrap-side{
    width: 100%;
    overflow: auto;
    height: 100%;
    position: absolute;
}

.bg2{
    width: 100%;
    /*max-width: 600px;*/
    height: 100%;
    background-image: url(img/bg21_t.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*position: fixed;
    float: right;
    background-position: right;*/
    background-position-y:bottom;
    background-position-x:center;
    background-attachment: fixed;
    background-color: white;
}

.bg3{
    width: 100%;
    /*max-width: 600px;*/
    height: 100%;
    background-image: url(img/bg21_t.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*position: fixed;
    float: right;
    background-position: right;*/
    background-position-y:bottom;
    background-position-x:center;
    background-attachment: scroll;
}

.bg4{
    width: 100%;
    /*max-width: 600px;*/
    height: 100%;
    background-image: url(img/exhibition_pic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*position: fixed;
    float: right;
    background-position: right;*/
    background-position-y:bottom;
    background-position-x:center;
    background-attachment: fixed;
    background-color: white;
    overflow: hidden;
}

.bg5{
    width: 100%;
    height: 100%;
    background-image: url(img/Timetable_Grobprogramm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x:center;
    background-attachment: fixed;
}

.bg6{
    width: 100%;
    /*max-width: 600px;*/
    height: 100%;

    background-attachment: fixed;
    background-color: #fae6e8;
}

.fullscreen-image img{
    width: 100%;
    height: 100%;
    max-width: 1100px !important;
    display: block;
    
}

.stoerer{
    background-image: url(img/Save-the-date.png);
    width: 100%;
    /*max-width: 1000px;*/
    height: 20vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:right;
    margin: 0 auto;
    margin-top: -13vh;
}

.stoerer-big{
    background-image: url(img/Save-the-date.png);
    width: 100%;
    /*max-width: 1000px;*/
    height: 40vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.frame {
    /*
    border-style: solid;
    border-width: 5px;
    border-color: white;
    */
    padding: 5vh;
    padding-top: 15vh;
}

.frame img{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-self: center;
}

.bottomMenu {
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  width: 100%;
}

/* Style the links inside the navigation bar */
.bottomMenu a {
  display: block;
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; 
  font-size: 12px;
  vertical-align: middle;
  background-color: rgba(0,0,0,0);
}

/* Change the color of links on hover */
.bottomMenu a:hover {
  
    background-color: #ddd;
  color: black;
  font-size: 12px;
}


 /* Add a black background color to the top navigation */
.topnav {
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  position: fixed;
  width: 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 100;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  background-color: rgba(0,0,0,0);
  color: #f2f2f2;
  text-align: center;
  padding: 14px 46px;
  text-decoration: none;
  font-size: 16px;
}

.topnav .inactiveTab {
  color: #aaa;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
  font-size: 16px;
}

.topnav .inactiveTab:hover {
  background-color: rgb(100,100,100);
  color: black;
  font-size: 16px;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #d41125;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 950px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

.sidewindow-button {
    float: right !important;
    z-index: 1000;
    margin: 100px 0px 0px 0px;
    position: sticky;
    height: 22px;
    width: 10vw;
    text-align: center;
}

.sidewindow-button a{
    height: 100%;
    width: 100%;
    margin-bottom: 1vh;
    background-color: grey;
    float: right;
        transition: all 0.5s ease-in-out;
    color: white;
    background-color: rgba(247, 10, 34,0.7);
    border-radius: 2px;
    padding: 1rem 2rem 1rem 2rem;
    text-decoration: none;
    font-weight: 600;
    vertical-align: middle;
    --flexFontSize: calc(16px + (17 - 16) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
    border-bottom: none;
}

.sidewindow-button a:hover{  
    transition: all 0.5s ease-in-out;
    background-color: #fe5e78;
    margin-left: calc(2vw + 1px);
    margin-right: calc(2vw + 1px);
    --flexFontSize: calc(11px + (14 - 11) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
    border-bottom: none;
}

.sidewindow {
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border: 5px solid #453b90;
    overflow-y: scroll;
    width: 95vw;
    height: 70vh;
    position: absolute;
    top: 60px;
    right: 2vw;
}

.sidewindow-content {
    padding: 50px;
}

.sidewindow p{
    color: black;
    -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 2px dotted #453b90;
     -moz-column-rule: 2px dotted #453b90;
          column-rule: 2px dotted #453b90;
}

.sw-introtxt {
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
    columns: 1 !important;
}

.sidewindow h1{
    color: #000;
}

.sidewindow.readable{
    transition: all 0.5s ease-in-out;
    right: -100vw;
}

.sidewindow-content a, .actioncard a{
    height: auto;
    width: auto;
    float: none;
    transition: all 0.5s ease-in-out;
    border-radius: none;
    padding: 2px 10px 0px 10px;
    text-decoration: none;
    font-weight: normal;
    vertical-align: none;
    
    --flexFontSize: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0em;
    hyphens:auto;
    color: #000;
    
    text-decoration: none;
    border-bottom: 3px rgba(255,255,255,0) solid;
    transition: all 0.5s ease-in-out;
    background-color: rgba(150,150,150,0.2);
}

.sidewindow-content, .actioncard a:hover{
    transition: all 0.5s ease-in-out;
    background-color: rgba(200,200,200,0.1);
    border-bottom: 3px rgba(255,0,0,1) solid;
    margin: 1px 5px 1px 5px;
}

.actioncard {
    background-color: #fff;
    border: 5px solid #453b90;
    height: 60vh;
    width: 80vw;
    max-width: 500px;
    position: absolute;
    z-index: 100;
    right: 10vw;
    left: 10vw;
    /*top: 20vh;
    right: 10vw;
    left: 10vw;*/
}

#actioncardheader{
    cursor: move;
    z-index: 101;
    background-color: #453b90;;
    height: 7vh;
    margin-left: -1px;
    margin-top: -1px;
    padding-right: 2px;
    width: 100%;
    overflow: hidden;
}

.ac-title{
  float: left;
  margin-left: 2vw;
  width: 70%;
  overflow: hidden;
    height: 100%;
}

#actioncardheader h3{
    color: #fff;
    margin: 0;
    text-align: left;
    line-height: 1.1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ac-close{
  float: right;
  margin-top: 2vh;
}

#actioncardheader a{
    color: #453b90;
    font-weight: bold;
    background-color: #fff;
    padding: 1vh 2vw;
    border: 5px solid #453b90;
}

.actioncard.readable{
    display: none;
}

.ac-text {
    color: black;
    height: 53vh;
    overflow-y: scroll;
}

.actioncard p{
    color: black;
    padding: 5vh 5vw;
    margin: 0;
    -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 2px dotted #453b90;
     -moz-column-rule: 2px dotted #453b90;
          column-rule: 2px dotted #453b90;
}

.actioncard h2 {
    padding-top: 5vh;
    margin: 0;
    color: #000;
}

.actioncard h4 {
    margin: 0;
    color: #000;
}

.actioncard .interactbutton {
    margin: 0;
}

.ac-video {
    padding: 5vh 5vw;
}

.logo{
    width: 100%;
    /*max-width: 1000px;*/
    height: 70vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/logo.png");
    margin: 0 auto;
}

.logo_small{
    width: 100%;
    /*max-width: 1000px;*/
    height: 40vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/logo.png");
    margin: 0 auto;
}

.logo_smaller{
    width: 100%;
    /*max-width: 1000px;*/
    height: 30vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/logo.png");
    margin: 0 auto;
}

.logo_award{
    width: 100%;
    /*max-width: 1000px;*/
    height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/aa_logo20_blau_verlauf_1500px.png");
    margin: 0 auto;
    animation: logoani 7s ease-in-out infinite;
}

.logo_streetgames{
    width: 100%;
    /*max-width: 1000px;*/
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/streetgames_a.jpg");
    margin: 0 auto;
}

.logo_exhibit{
    width: 100%;
    /*max-width: 1000px;*/
    height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    //background-image: url("img/exhibition_pic.jpg");
    margin: 0 auto;
}

.logo_program{
    width: 100%;
    /*max-width: 1000px;*/
    height: 70vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/Timetable-grob.jpg");
    margin: 0 auto;
}

.videobackground{
    width: 100%;
    /*max-width: 1000px;*/
    height: 80vh;
    margin: 0 auto;
}

.videobackground iframe{
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.videobackground .menu{
    position: fixed;
    right: 3%;
    z-index: 50;
}

.videobackground .down-dark{
    position: fixed;
}

.logo_jam{
    width: 100%;
    /*max-width: 1000px;*/
    height: 70vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/Gamecity_OnlineGameJam_1200x1200_ohnelogo.gif");
    margin: 0 auto;
    margin-bottom: 1rem;
}

@keyframes logoani{
 0% {
		background-position: 50% 47%;
	}
	50% {
		background-position: 50% 52%;
        opacity: 0.7;
	}
	100% {
		background-position: 50% 47%;
	}   
}

.main {
    height: 100%;
}

.main a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.down{
    width: 100%;
    margin-bottom: 2em;
    color: #fff;
    text-align: center;
    font-size: 5vh;
}

.down a {
    opacity: 0.4;
    border: none;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0,0,0,0);
}

.down a:hover {
    font-size: 100%;
    opacity: 1;
    border: none;
    transition: all 0.5s ease-in-out;
}

.down-dark{
    width: 100%;
    margin-bottom: 2em;
    color: #000;
    text-align: center;
    font-size: 5vh;
}

.down-dark a {
    opacity: 0.5;
    border: none;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0,0,0,0);
    color: #000;
}

.down-dark a:hover {
    font-size: 100%;
    opacity: 1;
    border: none;
    transition: all 0.5s ease-in-out;
}

.up{
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 5vh;
}

.up a {
    opacity: 0.4;
    border: none;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0,0,0,0);
}

.up a:hover {
    font-size: 100%;
    opacity: 1;
    border: none;
    transition: all 0.5s ease-in-out;
}

.border{
    border-bottom: 2px #fff solid;
    transform: rotate(-2deg);
    margin-top: 2em;
}

.menu{
    padding: 1vh;
}

.menu p{
    text-align: right;
    margin: auto;
    border-radius: 20px;
    float: right;
    display: inline;
    background-color: rgba(0,0,0,0.5);
    padding: 13px;
}

.menu a{
    color: rgba(255,255,255,0.5);
    border-bottom: 3px rgba(255,255,255,0) solid;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0,0,0,0);
}

.menu a:hover{
    color: rgba(255,255,255,1);
    border-bottom: 3px #d41125 solid;
    transition: all 0.5s ease-in-out;
}

.intro {
    margin: 0 auto;
    padding-top: 2em;
    max-width: 1000px;
    color: black;
    -webkit-columns: 2 300px;
     -moz-columns: 2 300px;
          columns: 2 300px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 2px dotted #fbeff1;
     -moz-column-rule: 2px dotted #fbeff1;
          column-rule: 2px dotted #fbeff1;
}

.faq {
    margin: 0 auto;
    margin-top: 10vh;
    margin-bottom: 15vh;
    max-width: 1000px;
    color: black;
    -webkit-columns: 3 200px;
     -moz-columns: 3 200px;
          columns: 3 200px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 2px dotted #453b90;
     -moz-column-rule: 2px dotted #453b90;
          column-rule: 2px dotted #453b90;
    padding: 2vw 4vw;
    background-color: #fff;
    border-color: #453b90;
    border-width: 1vw;
    border-style: solid;
}

.intro p {
    --flexFontSize: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300)));
    /*font-size: 15px;*/
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0;
    text-align: justify;
    margin-bottom: 1em;
}

.faq p, .faq a, .faq h2 {
    color: #000;
}

.faq p {
    text-align: left;
}

.intro.faq a{
    background-color: rgba(0,0,0,0.04);
}

.lineup {
    padding-top: 10vh;
}

.lineup p{
    text-align: center;
    text-align-last: justify;
    text-justify:inter-character;
    hyphens: auto;
}

.streamgrid {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;  
  display: grid;
  grid-gap: 1em 1em;
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
/*  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));*/
    
}

.studiogrid {
  width: 100%;  
  height: 100%;
  display: grid;
  grid-gap: 1em 1em;
  grid-auto-flow: row dense;
  /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
  grid-template-columns: 50%;
  grid-template-rows: 75% 1fr;  
}

.streamtv {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.25em;
  width: 100%;
  height: auto;  
}

.studiotv {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  grid-column: auto / span 2;
  height: auto;  
}

.largetv {
  background: rgba(0, 0, 0, 0.0);
  grid-column: auto / span 2;
  grid-row: auto / span 2;
  height: auto;
}

.linkbutton {
  background: rgba(0, 0, 0, 0.0);
  grid-row: auto;
  height: 100%;
    width: 100%;
    vertical-align: middle;
    display: table;
}

.linkbutton p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    --flexFontSize: calc(12px + (15 - 12) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
}

.linkbutton p:hover {
    --flexFontSize: calc(11px + (14 - 11) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
}

.studiogrid a {
    transition: all 0.5s ease-in-out;
    color: white;
    background-color: rgba(247, 10, 34,0.7);
    border-radius: 2px;
    border-bottom: 0px;
}

.studiogrid a:hover {
    transition: all 0.5s ease-in-out;
    color: white;
    background-color: #d41125;
    border-radius: 2px;
    border-bottom: 0px;
}

.spacebuttons{
    
    height: auto;
}

.nospace {
    padding: 0px;
    margin: 0px !important;
    font-size: 5px;
}

.nospace a{
    padding: 10px !important;
}

.streams {
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    margin-top: 2rem;
    vertical-align: middle;
}

.stream1, .stream2, .stream3 {
    float: left;
    padding: 1%;
}

.stream2, .stream3{
    width: 23%;
    vertical-align: middle;
    margin-top: 10%;
}

.stream1 {
    width: 48%;
}

.streams video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0.2;
}

.streams p {
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
}

.buttonmenu {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-gap: 0,3rem 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 0rem;
  vertical-align: middle;
    background-color: rgba(0, 0, 0,0.5);
    border-radius: 2px;
}

.buttonmenu a {
    border-bottom: none !important;
    background-color: rgba(0,0,0,0);
}

.buttonmenu a:hover {
    border-bottom: none; 
}

.menubutton{
    text-align: center;
    padding: 1px;
    height: 2rem;
    vertical-align: middle;
    /*background-color: rgba(247, 10, 34,0.7);
    border-radius: 2px;*/
    transition: all 0.5s ease-in-out;
}

.menubutton:hover{
    background-color: rgba(247, 10, 34,0.7);
}

.menubutton p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2rem;
    vertical-align: middle;
    text-transform: uppercase;
}

.inactive:hover{
    background-color: #ddd;
    cursor:default;
}


.interactbutton{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2em;
    margin-top: 2em;
    height: 1vw;
    line-height: 4em;
    -webkit-column-span: all; 
    column-span: all;
}

.fett a{
    padding: 2rem 6rem 2rem 6rem !important;
    --flexFontSize: calc(25px + (35 - 25) * ((100vw - 500px) / (1000 - 500))) !important;
}

.interactbutton a{
    transition: all 0.5s ease-in-out;
    color: white;
    background-color: rgba(247, 10, 34,0.7);
    border-radius: 2px;
    padding: 1rem 4rem 1rem 4rem;
    text-decoration: none;
    font-weight: 600;
    margin-left: 2vw;
    margin-right: 2vw;
    vertical-align: middle;
    --flexFontSize: calc(12px + (15 - 12) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
    border-bottom: none;
}

.interactbutton a:hover{
    transition: all 0.5s ease-in-out;
    background-color: #fe5e78;
    margin-left: calc(2vw + 1px);
    margin-right: calc(2vw + 1px);
    --flexFontSize: calc(11px + (14 - 11) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
    border-bottom: none;
}

.interactbutton-inactive{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2em;
    margin-top: 2em;
    height: 1vw;
    line-height: 4em;
    -webkit-column-span: all; 
    column-span: all;
}

.interactbutton-inactive p{
    transition: all 0.5s ease-in-out;
    color: white;
    background-color: rgba(150, 150, 150,0.3);
    border-radius: 2px;
    padding: 1rem 4rem 1rem 4rem;
    text-decoration: none;
    font-weight: 600;
    margin-left: 2vw;
    margin-right: 2vw;
    vertical-align: middle;
    --flexFontSize: calc(12px + (15 - 12) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
    border-bottom: none;
    display: inline;
}

.centerblock{
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 5em;
    /*background-color: rgba(0,0,0,0.2);*/
    padding: 2vw 4vw;
}

.infoblock{
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    margin-top: 5em;
    margin-bottom: 5em;
    /*background-color: rgba(0,0,0,0.2);*/
    padding: 2vw 4vw;
    background-color: #fff;
    border-color: #453b90;
    border-width: 1vw;
    border-style: solid;
}

.infoblock p, .festivallinks a, .infoblock h2, .infoblock h1, .infoblock a {
    color: #453b90 !important;
}

.interactbutton a{
    color: white !important;
}

.cards p{
    color: #fff !important;
}

.newsletterblock{
    margin: 0 auto;
    max-width: 700px;
    text-align: left;
    margin-top: 5em;
    margin-bottom: 5em;
    /*background-color: rgba(0,0,0,0.2);*/
    padding: 2vw 4vw;
    z-index: 20;
    position: relative;
}

.partners img{
    background-color: rgba(255,255,255,1);
}

.partners a{
    background-color: rgba(0,0,0,0);
}

.partners .cards a {
    align-self:start;
}

.partners .card {
    padding: 0px;
}

.infoblock iframe{
    width: 100%;
    margin-bottom: 2em;
    z-index: 20;
    position: relative;
}

.miroprogram {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*padding-top: 56.25%;  16:9 Aspect Ratio */
  padding-top: 80vh;
  margin-bottom: 10vh;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

h4 {
    --flexFontSize: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: -1em;
    -webkit-column-span: all; 
    column-span: all;
    text-transform: uppercase;
    color: #fff;
}

h3 {
    --flexFontSize: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #fff;
}

h2 {
    --flexFontSize: calc(17px + (25 - 17) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-bottom: 1em;
    -webkit-column-span: all; 
    column-span: all;
    text-transform: uppercase;
    color: #fff;
}

h1 {
    --flexFontSize: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #fff;
}

.festivallinks {
    height: 1vw;
}

.festivallinks p{
    --flexFontSize: calc(13px + (23 - 16) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
}

.festivallinks a{
    margin-left: 4px;
    margin-right: 4px;
    color: rgba(255,255,255,0.9);
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    border-bottom: 3px rgba(255,255,255,0) solid;
    background-color: rgba(0,0,0,0);
}

.festivallinks a:hover{
    border-bottom: 3px #d41125 solid;
    font-size: calc(100% + 1px);
    transition: all 0.5s ease-in-out;
    margin-left: 3px;
    margin-right: 3px;
}

.tab{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1.5em;
    height: var(--flexFontSize);
}

.tab p{
    transition: all 0.5s ease-in-out;
    color: white;
    background-color: rgba(247, 10, 34,0.7);
    border-radius: 2px;
    padding: 1rem 1rem 1rem 1rem;
    text-decoration: none;
    width: 150px;
    font-weight: 600;
    margin: 0 auto;
    vertical-align: middle;
    --flexFontSize: calc(12px + (15 - 12) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
    border-bottom: none;
}

.tab.active p{
    background-color: rgba(247, 10, 34,0.4);
}

.tab p:hover{
  outline:none;
  cursor: pointer;
    background-color: #d41125;
    --flexFontSize: calc(11px + (14 - 11) * ((100vw - 500px) / (1000 - 500)));
    font-size: var(--flexFontSize);
    border-bottom: none;
}

.tabcontent {
  /*display: none;*/
    opacity: 1;
    height: auto;
    max-height: 1000px;
    overflow:hidden;
  /*padding: 6px 12px;*/
    padding-bottom: 0rem;
    animation-direction: normal;
    animation: sweep .5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}

@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-left: 0px}
}


.highlighttext{
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    margin-top: 5em;
    margin-bottom: 5em;
    /*background-color: rgba(0,0,0,0.2);*/
    padding: 2vw 4vw;
}

.highlighttext p{
    font-family: 'Barlow Condensed';
    --flexFontSize: calc(22px + (50 - 22) * ((100vw - 300px) / (1600 - 300)));
    /*font-size: 15px;*/
    font-size: var(--flexFontSize);
    font-weight: 100;
}

p {
    --flexFontSize: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300)));
    /*font-size: 15px;*/
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0em;
    hyphens:auto;
    color: #fff;
}

a {
    text-decoration: none;
    color: #fff;
    border-bottom: 3px rgba(255,255,255,0) solid;
    transition: all 0.5s ease-in-out;
    background-color: rgba(255,255,255,0.2);
    z-index: 20;
    position: relative;
}

a:hover {
    font-size: calc(100% + 0.5px);
    border-bottom: 3px #d41125 solid;
    transition: all 0.5s ease-in-out;
}

.faq a:hover {
    font-size: 100%;
    border-bottom: 3px #d41125 solid;
    transition: all 0.5s ease-in-out;
}

.infolist{
    margin-top: 5em;
    margin-bottom: 5em;
}

.carddeko{
    padding: 1rem;
    border: 2px;
    border-color: black;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
}

.carddeko.title{
    padding: 0rem;
    border: 2px;
    border-color: black;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.3);
    height: 100%;
}

.carddeko p a{
    background-color: rgba(255,255,255,0.2) !important;
}

.carddeko h3{
    margin: 1em !important;
}

.card{
    padding: 1rem;
} 

.card p {
    margin-bottom: 1em;
}

.card h1 {
    margin-top: 0em;
}

.card h3 {
    margin-top: 0em;
}

.nominees img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.long {
    text-align: justify;
}

.coverimgd {
    height: 150px;
    margin-top: 3vh;
    margin-bottom: 4vh;
}

.coverimg {
    margin-bottom: 2vh;
}

.cards a{
    border: 2px;
    border-color: black;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(0,0,0,0.5);
    border-bottom: 3px rgba(0,0,0,0) solid;
    transition: all 0.5 ease-in-out;
    outline: none;
}

.cards a:hover{ 
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 3px #d41125 solid;
    transition: all 0.5 ease-in-out;
} 

.cards {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2em;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
}

.cards-flex{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 2em;
}

.cards-flex a {
  /*width: 20%;*/
  width: 200px;
  border: 1px solid #000;
  flex-grow: 1;
  min-height: 120px;
  box-sizing: border-box;
  margin: 0 5px 10px;
  justify-content: space-between;
  text-align: center;
    border: 2px;
    border-color: black;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(0,0,0,0.5);
    border-bottom: 3px rgba(0,0,0,0) solid;
    transition: all 0.5 ease-in-out;
    outline: none;
}

.cards-flex p{
    color: #fff !important;
}

.cards-flex a:hover {
  background-color: rgba(0,0,0,0.8);
    border-radius: 5px 5px 0px 0px;
    border-bottom: 3px #d41125 solid;
    transition: all 0.5 ease-in-out;
}

.cards-flex img {
    max-height: 300px;
    object-fit: cover;
}

.cards.nominees {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2em;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
}

.cards.jury {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
}

.exhibits {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
}

.faqs {
    margin-top: 10vh;
    margin-bottom: 10vh;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
}

.buttonarray{
    margin-top: 3rem;
    height: 12rem;
}

#twitch-embed {
  width: 100%;
}

#twitch-embed iframe {
    width: 100%;
}

.footerbuttons{
    margin-bottom: 10em;
}

.footer{
    text-align: center;
    line-height: 3em;
    margin-top: 15vh;
    margin-bottom: 2em; 
    height: 2em;

}

.footer a{
    vertical-align: middle;
    border-radius: 0px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0 auto;
    margin-left: 0.5em;
    margin-right: 0.5em;
    color: white; 
    transition: all 0.5s ease-in-out;
    border-bottom: 3px rgba(255,255,255,0) solid;
    background-color: rgba(0,0,0,0);
}

.footer a:hover{
    transition: all 0.5s ease-in-out;
    font-size: calc(100% + 3px);
    margin-left: 0.4em;
    margin-right: 0.4em;
    border-bottom: 3px #d41125 solid;
}

.Credits{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 6em;
}

.Credits p{
    --flexFontSize: calc(10px + (13 - 10) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 2em;
}