* {
    font-family: monospace;
}

body {
    margin: 0;    
    background-color: black;
    font-size: 24px;
}

div.wrapper, div.content, div.Impressum {
    color: white;    
    text-align: center;    
    position: relative;
}

div.Impressum {
    padding: 7px;
    display: inline-block;    
}

.top_strip {
    padding: 20px;
    margin: 0;
}

.insta_logo {
    float: right;
}

.jandez_logo, .jandez_logo_transparent {
    max-width: 85%; 
    height: auto; 
    position: relative;
}

.jandez_logo_transparent {
    opacity: 0.25; 
}

ul.giglist, table, li a {
    font-size: 22px;
} 

.gigtable {
	width:100%,
	
}

ul.giglist {
    margin: 0 auto;
    padding: 0;
    text-align: 0;
    list-style-type: none;
    color: white;    
}

table {
    color: white;
    margin: 0 auto;
    padding: 0;
    text-align: 0;
}

.dropdown_logo, .insta {
    width: 40px;
    height: 40px;
}

.dropbtn{
    background-color: black;
    padding: 0;
    border: none;
    cursor: pointer;
    float: right;
}

.dropdown {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;         
}

.dropdown-content {
    display: none;
    padding-left: 4px;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 140px;
    z-index: 1;
}

.dropdown-content a{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    text-decoration: none;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
  }

.dropdown-content a:hover {
    background-color: white;
}

li {
    text-align: center; 
    list-style-type: none; 
    height: 40px;
}

li a {
    font-family: monospace;
    display: block;
    text-decoration: none;
    padding: 0;
    color: white;
    line-height: 40px;
    height: 40px;
}

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

footer {
    position: fixed;
    display: flex;
    bottom: 0;
    text-align: center;
    border-top: 1px solid white;
    width: 100%;
    height: 40px; 
    justify-content: center;    
}

.Impressum a{    
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.insta {
    float: right;
}

.spacer td {                
    height: 10rem;             
    line-height: 10rem;     
}

.gigtable td {
    text-align: left;          /* default for all cells */
}

.gigtable tr td:nth-child(1) {
    text-align: left !important;   /* first column */
}

.gigtable tr td:nth-child(2) {
    text-align: right !important;  /* second column */
}

@media screen and (min-width: 320px) {

    body {
        font-size: calc(14px + 10 * ((100vw - 320px) / 726));
    }

    ul.giglist, table, li a {
        font-size: calc(12px + 10 * ((100vw - 320px) / 726));
    }

    .Impressum a {
        font-size: calc(8px + 10 * ((100vw - 320px) / 726));
        padding-top:calc(0.5 *( (20px + 20 * ((100vw - 320px) / 726))-(8px + 10 * ((100vw - 320px) / 726)) ));
    } 

    .dropdown_logo, .insta {
        width: calc(20px + 20 * ((100vw - 320px) / 726));
        height: calc(20px + 20 * ((100vw - 320px) / 726));
    }

    li, li a, footer {
        height: calc(20px + 20 * ((100vw - 320px) / 726));
    }

    li a {
        line-height: calc(20px + 20 * ((100vw - 320px) / 726));
    }

    .dropdown-content {
        min-width: calc(90px + 50 * ((100vw - 320px) / 726));
    }

}



@media screen and (min-width: 1046px) {

    body {
        font-size: 24px;
    }

    ul.giglist, table, li a {
        font-size: 22px;
    }   

    .Impressum a {
        font-size: 18px;
        padding-top: 11px;
    } 

    .dropdown_logo, .insta {
        width: 40px;
        height: 40px;
    }      
    
    li, li a, footer {
        height: 40px;
    }

    li a {
        line-height: 40px;
    }

    .dropdown-content {
        min-width: 140px;
    }

}
