
html, body {
    font-size: 16px;
    cursor: default;
}


/******************************************
*  Fonts  *
 *****************************************/


@font-face {
    font-family: HelveticaNeueOutline;
    /*src: url("https://www.fontify.me/cm/7e8bb6e91946fdb31e5d9104a740ee5f/HelveticaNeue-BoldOutline.woff") format("woff");*)
     */
    src: url("../font/Helvetica75BoldOutline.woff") format("woff");
}

@font-face {
    font-family: 'basiersquare-regular';
    src: url("../font/basiersquare-regular-webfont.woff") format("woff");
}

@font-face {
    font-family: 'basiersquare-regularitalic';
    src: url("../font/basiersquare-regularitalic-webfont.woff") format("woff");
}

@font-face {
    font-family: 'basiersquare-semibold';
    src: url("../font/basiersquare-semibold-webfont.woff") format("woff");
    font-weight: bold;
}

/******************************************
*  Menu  *
 *****************************************/

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

#navbar {
    background: transparent;
    font-family: HelveticaNeueOutline, sans-serif;
    padding-bottom: 1vw;
    display: flex;
    flex-wrap: nowrap; /* default */
    justify-content: space-between;
}

#navbar a {
    float: left;
    display: block;
    color: black;
    /* font-size: 5vw; */
    font-size: 1.25rem;
    text-align: justify;
    /* padding: 1vw 1vw; */
    text-decoration: none;
}

#navbar a:hover {
    text-shadow: 1vw 2vw rgb(0, 0, 255);
}

#navbar a.active {
    /*text-shadow: 2px 2px black;*/
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;

}

.navlist {
    /*float: left;
    text-align: left;*/
    overflow: visible;
    font-family: basiersquare-semibold, sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;

}

.navlist a.active {
    /*text-decoration: underline;*/
    color: blue;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

/*
* Scrollende navlist
*/


.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

::-webkit-scrollbar {
    display: none;
}

.card {
    display: inline-block;
    border-color: white;
    font-size: 1rem;
}




/******************************************
*  Content  *
 *****************************************/

*::selection {
    background-color: #007bff;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
    color: blue;
}

ul {
    list-style-type: none;
}

li {
    text-align: left;
    font-family: basiersquare-regular, sans-serif;
    font-size: 1rem;
}

.li-caption {
    font-family: basiersquare-semibold, sans-serif;
}

.top {
    background-color: black;
    font-size: 4rem;
    font-family: HelveticaNeueOutline, sans-serif;
}

.col-md {
    margin: 10px;
    background-color: white;
}

p {
    text-align: left;
    font-family: basiersquare-regular, sans-serif;
    font-size: 1rem;
}

h2 {
    text-align: center;
}

b {
    font-family: basiersquare-semibold, sans-serif;
}

.pastimage {
    width: 100%;
}

.imghov:hover {
    opacity: 80%;
}

.call {
    height: 100%;
    position: absolute;
    opacity: 1;
    display: block;
    padding: 0;
    overflow: hidden;

}

.call:hover {
    height: 100%;
    position: absolute;
    opacity: 0;
}

.callhov {
    height: 100%;
    position: absolute;
    opacity: 1;
    display: block;
    padding: 0;
    overflow: hidden;
    
}

.callhov:hover {
   
}

.curator {
    font-family: basiersquare-semibold, sans-serif;
    padding-left: 2.25rem;

}

.tickets {
    background-color: black;
    color: #f7f7f7;
    font-family: basiersquare-semibold, sans-serif;
    letter-spacing: 1px;
    padding: 1rem;
    box-shadow: 0.5rem 1rem blue;
    white-space: nowrap;
}

.tickets :hover{
    color: blue;
}

.banner-top {
    background-color: black;
    color: #f7f7f7;
    font-family: basiersquare-semibold, sans-serif;
    letter-spacing: 1px;
    padding: 1rem;
    /*box-shadow: 0.5rem 0.5rem blue;*/
    margin-bottom: 0.5rem;
}

.banner {
    background-color: black;
    color: #f7f7f7;
    font-family: basiersquare-semibold, sans-serif;
    letter-spacing: 1px;
    padding: 1rem;
    box-shadow: 0.5rem 1rem blue;
    margin-bottom: 2rem;
}


.bannerlink {
    color: #f7f7f7;
}

.bannerlink :hover {
    color: blue;
}

.mybutton {
    background-color: blue;
    color: #fcfdea;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    width: 100%;
    line-height: 3;
}

.mybutton:hover {
    background-color: blue;
}

.trancebutton {
    border-radius: 10px;
    border: none;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.trancebutton:hover {
    background: blue;
}
/***********
*  images  *
 **********/

figure {
    position: relative;
}

figure img {
    display: block;
}

figcaption {
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: 100%;
    background: transparent;
    color: white;
    opacity: 0;
    text-align: left;

}

figure:hover figcaption {
    opacity: 1;
    bottom: 0;

}

.logo {
    width: 7rem;
    alignment: center;
}

.artist {
    font-family: basiersquare-bold, sans-serif;
    font-size: 2rem;
    text-decoration: none;
    color: white;
}

.opencall {
    font-family: HelveticaNeueOutline, sans-serif;
    font-size: 2rem;
    text-decoration: underline blue;
    color: black;
}





/******************************************
*  Scrollbare Listen innerhalb des Grids  *
 *****************************************/


.toplist {

    position: sticky;
    top: 0;
    /*background: white;*/
    padding: 0;
    text-align: center;
}

.scroll {
    /*background: #efefef;*/
    text-align: center;
    overflow: auto;
}


/***********
*  Footer  *
 ***********/

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: black;
    font-family: basiersquare-regular, sans-serif;
    float: left;
}

.footer a:hover {
    text-decoration: none;
    color: blue;
}

.fa {
    padding-top: 20px;
    font-size: 30px;
    width: 55px;
    text-align: center;
    text-decoration: none;
    color: black;
}

.fa:hover {
    text-decoration: none;
    color: blue;
}


/***********
*  Mailchimp  *
 ***********/


#mc___signup {
    background: white;
    clear: left;
    font: 14px basiersquare-regular, sans-serif;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup input {
    margin: 0 !important;
}


/*
 * Media Queries
 * 576px
 * 768px
 * 992px
 * 1200px
 */

@media (min-width: 576px) {
    #navbar a {
        font-size: 1.75rem;
    }
    .navlist {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    #navbar a {
        font-size: 2.5rem;
    }
    .navlist {
        padding: 0;
    }

    .footer {
        float: right;
    }
}

@media (min-width: 992px) {
    #navbar a {
        font-size: 3.5rem;
    }


}

@media (min-width: 1200px) {
    #navbar a {
        font-size: 4.4rem;
    }
}
