* {
    margin: 0;
    padding: 0;
}

html {
    padding: 0px;
    margin: 0px;
    background: url("https://demokratie20.ideenentwicklung.net/Bilder/Bundesadler.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

@font-face {
    font-family: helvetica, sans-serif;
    src: url('../gothic/gothic.eot');
    src: local('gothic'), url('../gothic/gothic.woff') format('woff'), url('../gothic/gothic.ttf') format('truetype');
}

* {
    font-family: helvetica, sans-serif;
}

html,
body {
    font-family: helvetica, sans-serif;
    text-shadow: 1px 1px #ffffff
}

header {
    background:  linear-gradient(to bottom, black, red, gold);
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 24px;
}

#kopf {
    position: relative;
}

#adler {
    z-index: 2;
    display: block;
    width: 10%;
    margin: 4% auto 0%;
}

#sort,
#sort1,
#sort2,
#sort3,
#sort4 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

#sort select,
#sort1 select,
#sort2 select,
#sort3 select,
#sort4 select,
#relevanz select {
    position: absolute;
    text-align: right;
    right: 0px;
    font-size: 16px;
    padding: 0px;
    background-color: transparent;
    border: none;
    font-family: Arial;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#flagge {
    position: absolute;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    bottom: 43px;
}

#bottom {
    position: absolute;
    z-index: -1;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    bottom: 16px;
}

#bottom1 {
    float: left;
    width: 44%;
    left: 6%;
    right: 16px;
    bottom: 16px;
    border-bottom: 3px solid #000000;
    -webkit-box-shadow: 0.5px 0.5px 0px 0.5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0.5px 0.5px 0px 0.5px rgba(255, 255, 255, 1);
    box-shadow: 0.5px 0.5px 0px 0.5px rgba(255, 255, 255, 1);
}

#bottom2 {
    float: right;
    width: 44%;
    right: 6%;
    left: 16px;
    bottom: 16px;
    border-bottom: 3px solid #000000;
    -webkit-box-shadow: 0.5px 0.5px 0px 0.5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0.5px 0.5px 0px 0.5px rgba(255, 255, 255, 1);
    box-shadow: 0.5px 0.5px 0px 0.5px rgba(255, 255, 255, 1);
}

#back {
    margin-left: 6%;
    color: #000000;
    font-weight: bold
}

a {
    cursor: pointer
}

.submit {
    width: 100%;
    height: 50px;
    font-size: 20px;
    padding: 0.5em;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #0094FF;
    cursor: pointer
}

#rotateModal {
    display: none;
    z-index: 99999 !important;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 123px;
    /* 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.7);
}


#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
}

/*
        #rotate {
            -webkit-animation: spin 4s linear infinite;
            -moz-animation: spin 4s linear infinite;
            animation: spin 4s linear infinite;
        }

        @-moz-keyframes spin {
            100% {
                -moz-transform: rotate(360deg);
            }
        }

        @-webkit-keyframes spin {
            100% {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spin {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        */

button:active {
    transform: translateY(2px) !important;
    text-decoration: none
}

.submit:active {
    transform: translateY(2px) !important;
    text-decoration: none
}

.necklace {
    width: 88%;
    margin: 0px auto 54px;
}

.menu {
    z-index: 3;
    float: right;
    font-weight: bold;
    cursor: pointer
}

#br {
    display: none
}

select:active {
    outline: none;
}

select:focus {
    outline: none;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

.plus {
    color: transparent
}

@media screen and (max-width: 767.98px) {
    #adler {
        width: 16%
    }

    #bottom1 {
        width: 40%;
    }

    #bottom2 {
        width: 40%;
    }

    #br {
        display: block
    }
}

@media screen and (max-width: 599.98px) {
    #adler {
        width: 22%
    }

    #bottom1 {
        width: 34%;
    }

    #bottom2 {
        width: 34%;
    }
}

@media screen and (max-width: 479.98px) {
    #adler {
        width: 30%
    }

    #bottom1 {
        width: 30%;
    }

    #bottom2 {
        width: 30%;
    }
}