*{
    margin: 0px;
    padding: 0px;
    text-decoration: none;  }
html{
    height: 100%;   }
body {
    height: 100%;
    min-width: 100%;
    background-color: black;
}
.free {
/**background-color: black;**/
    box-sizing: content-box;
    height: 6em;
}
nav{
    text-align: center;
    width: 100%;
    min-height: 4em;    
    background-image:linear-gradient(to top, rgb(0, 0, 0), rgba(6, 171, 89, 0.624));
    display: inline;
    justify-content: space-between;    
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 100;
}
.menu-Button {
    position: absolute;
    top: 0.2em;
    right: 0.5em;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 3em;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.nav-logo {
    margin: 0.5em;
    font-size: 1.875em;
    font-family: sans-serif;
    font-style: italic;
    color: aliceblue;
}
nav ul {
    display:inline-flex;
}
nav ul li {
    height: 100%;
    list-style-type: none;
    padding: 0.75em;
    border-bottom: 0.125em solid rgba(107, 5, 5,0);
}
nav ul li:hover {
    color: yellowgreen;
    background-color: red; 
    border-bottom: 0.125em solid yellowgreen;
}
nav ul li a{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5em;
    color: bisque;
    text-align: center;
    border-bottom: 0.125em solid rgba(107, 5, 5, 0); 
}

@media(max-width:25em){
    .links-container{
        display: none;
        width: 100%;
    }
    .menu-Button{
        display: flex;
       
    }
    nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .links-container ul{
        flex-direction: column;
        width: 100%;
    }
    .links-container li{
        text-align:center ;
    }
    .links-container.active{
        display: flex;

    }
}
@media screen and (max-width: 350px){
.events{font-size:1.25em;}
}
@media screen and (max-width: 800px){
.events{font-size:0.75em;}
}
@media screen and (max-width: 600px){
.events{font-size:0.8em;}
.board{height: 100vh;}
}
/*****************************Concerts**************************************/

#backtop, .glow{
    display: none;
    position: fixed;
    bottom: 4em;
    right: 1em;
    z-index: 99;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-family: 'Bebas Neue', sans-serif;
    
    background-color: rgb(1, 230, 43);
    color: rgb(244, 0, 216);
    cursor: pointer;
    padding: 0.2em;
    border-radius: 0.2em;
    border-color: #cd0bfd;
    transition-duration: 0.8s;
    animation: glow 1s ease-in-out infinite alternate;
}
#backtop:hover { 
    background-color: rgb(102, 240, 52);

}
#backtop::after {
    background-color: rgb(16, 140, 144);
}
.back-image {
    background-image: url('../img/concertsbig.jpg');
    height: 100vh;
    width: 100vw;
    z-index: -1;
    position: fixed;
    background-position: center;
    background-size: cover;
}
.board {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: block;
    margin-bottom: 8em;
}
/**#upcoming {
    height: 10em;
    background-color: rgba(0, 0, 0, 1);
}**/
.event {
    margin: 1em;
    text-align: center;
    /**padding-left: 2px;
    padding-right: 2px;**/
    padding-top: 0.1em;   
    height: 100%;
    width: 75%;
    background-image: linear-gradient(rgba(31, 31, 31, 0.75), rgba(31, 31, 31, 0.6), rgba(52, 51, 51, 0.718));
    /**float: left; **/
}
.eventplace {
    margin-top: 0.1em;
    max-height: auto;
    white-space: normal;
    font-family:'Roboto Condensed';
    font-size: 1.125em;
    color: rgb(231, 228, 228);
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-transform: uppercase;
    font-weight: 800;  
}
.eventdestination {
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 0.125em;
    color: bisque;
}
.eventtime { 
    font-family: 'Bebas Neue', sans-serif;
    font-style:normal;
    color: #06e43e;
    text-align: center;
    font-size: 1.3em;  
    font-weight: 100;
    line-height: 1.5em;
    letter-spacing: 0.063em;
    z-index: auto;
}
.extranote {
     font-family: 'Bebas Neue', sans-serif;
    font-style:normal;
    color: #9a0404;
    text-align: center;
    font-size: 1.125em;  
    font-weight: 100;
    line-height: 1em;
    letter-spacing: 0.063em;
    z-index: auto;
}
#footbar {
    padding-top: 1em;
}
.iconbar-background {
    margin-top: 0em;
    max-height: 4em;
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    background-color: #09131b52;
}
.iconbox {
    display: flex;
    justify-content: center;    /* horizontal zentriert  */
    align-items: center;
}
.iconbox a{  
    margin: 0.5em 1em;
}
.iconbox img{
    max-width: 2em;
    height: auto;
    cursor: pointer;
    -moz-clip-path: inset(0px 0px 0px round 8px);
}
.iconbox a:hover{
    filter: drop-shadow(0 0 24px  #49e4ff)
    brightness(200%);
    transition: 100ms;
}



@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #4dc7ff, 0 0 40px #4dc7ff, 0 0 50px #4dc7ff, 0 0 60px #4dc7ff, 0 0 70px #4dc7ff, 0 0 80px #4dc7ff;
  }
}
