@font-face {
    font-family: 'gothic';
    src: url('gothic/gothic.eot');
    src: local('gothic'), url('gothic/gothic.woff') format('woff'), url('gothic/gothic.ttf') format('truetype');
}

html,
body,
#wrapper,
#footer {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: 'gothic' !important;
}

#wrapper {
    min-height: 100%;
    margin: auto;
    height: auto !important;
}

#wrapper {
    position: relative
}

#footer {
    width: 100%;
    margin-bottom: 16px !important;
    background-color: #ffffff;
}
#cross {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

#cross img {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 300px;
    max-height: 450px;
    object-fit: contain
}

#impressum {
    width: 250px;
    min-height: 100%;
    margin: 0px auto;
    height: auto !important;
}

#shirt,
#supporter,
#free {
    display: block;
    width: 137px;
    margin-left: auto;
    margin-right: auto
}

#rotateModal {
    display: none;
    z-index: 2;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.6);
}

#rotateDiv {
    position: relative;
    min-height: 100%;
    min-width: 100%;
}

#rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#rotate img {
    display: block;
    width: 123px;
    margin: 0 auto 20px
}

span,
a {
    background-color: #fff
}

#Impressumlink {
    float: right;
    margin: 16px;
    text-decoration: none;
    color: #000000
}

#startlink {
    float: left;
    margin: 16px;
    text-decoration: none;
    color: #000000
}
