a {
    text-decoration: none;
    color : black;
}

a[href^="tel"] {
        color: inherit; /* Inherit text color of parent element. */
        text-decoration: none; /* Remove underline. */
        /* Additional css `propery: value;` pairs here */
    }


    a.download {
        margin: 1rem;
        align-self: center;
        color: inherit;
        font-family: "Berlin Sans Fb", sans-serif;
        font-size:20px;
    }
        
    video {
    max-height: 50rem;
    max-width: 90%;
    margin: 1rem;
}

img {
    max-height: 48rem;
    max-width:80rem;
}

h2 {
    max-width: 30rem;
    margin: 1rem 1rem 0 1rem;
    font-family: "Berlin Sans Fb", sans-serif;
    align-self: center;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    max-width: 30rem;
    margin: 1rem 1rem 0 1rem;
    font-family: "Berlin Sans Fb", sans-serif;
    align-self: center;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    background: #222222;
    color: white;
    margin: 0;
    padding: 0;
}

.nextShow {
    font-family: "Berlin Sans Fb", sans-serif;
    font-weight: 600;
    font-size: 26px;
    display: grid;
    justify-items: start;
    align-items: start;
    justify-content: center;
    font-style: normal;
    margin: 2rem 0.5rem 2rem 0.5rem;
    text-align: center;
    grid-column-gap: 10px;
}


.date {
    font-size: 20px;
    text-align: right
}
.venue {
    font-size: 20px;
    vert-align: top;
    text-align: left;
}

.address {
    text-align: left;
    font-size: 15px;
    font-weight: normal;
}

.showLink {
    font-size: 20px;
    color: darkorange;
}

.text {
    hyphens: auto;
    max-width: 30rem;
    font-size: 20px;
    margin: 1rem 1rem 0 1rem;
    font-family: "Berlin Sans Fb", sans-serif;
    align-self: center;
}


.icon {
    height: 30px;
    margin: 5px;
    vertical-align: middle;
    horiz-align: left;
    position: absolute; left: 5px
}

.yticon {
    height: 22px;
    margin: 8px;
    vertical-align: middle;
    position: absolute; left: 5px
}

.mailicon {
    height: 22px;
    margin: 8px;
    width: 32px;
    vertical-align: middle;
}




.linktext {
    font-style: normal;
    font-weight: bold;
    font-family: sans-serif;
    color: black;
    font-size: 20px;
    position: absolute;
    left: 80px;
    top: 8px;
}

.contacttext {
    font-style: normal;
    font-weight: bold;
    font-family: sans-serif;
    color: black;
    font-size: 20px;
}

.divLink {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.links {
    width:20rem;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-top:15px;
}


.link {

    background-color : #E0E0E0;
    border-radius: 10px;
    height: 40px;

}

.contactLink {
 background-color : #E0E0E0;

    border: black;
    border-style: solid;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    margin-top:100px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-width: 0.5px;

}

.center {
    width:20rem;
    margin-left: auto;
    margin-right: auto;
}

a#impressum {
    font-family: sans-serif;
    float: right;
    padding: 12px;
    font-weight: normal;
    
	color: white;
}

.impressumImage {

    padding: 10px;
    margin: 10px;
    width:200px;
}
/*
@media screen and (max-device-width: 640px)  {
    .icon {
        margin: 10px;
        height: 80px;
    }

    .yticon {
        margin: 10px;
        height: 70px;
        top: 4px;
    }

    .mailicon {
        height: 70px;
        width: 100px;
    }
    .links {
        width:600px;
    }

    .linktext {
        font-size: 40px;
        left: 160px; top: 24px;
    }



    .impressumImage {
        height: 228px;
    }

    .divLink {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .link {
        border-radius: 16px;
        height: 100px;
    }
    a#impressum {
        font-size: 20px;

    }

   
    .contacttext {

        font-size: 40px;
    }

    .center {
        width:600px;
    } 
} */