* {
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-top: 24px;
}

input, textarea {
    width: 90%;
    margin: 4px;
    padding: 4px;
}

.metanav {
    width: 100%;
    order: -1;
    margin-bottom: 24px;
}

.nichtsichtbar {
    display: none;
}

h2 {
    color: gold;
    text-transform: unset;
    font-size: 24px;
    font-family: 'Architects Daughter', cursive;
}

h3 {
    text-transform: unset;
    font-size: 18px;
    color: gold;
    font-family: 'Architects Daughter', cursive;
    margin-top: 32px;
}



body {
    /*background-color: rgba(0,0,0, 0.92); */
    background-color: #000;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(62,62,62,1) 100%);
    color: #fff;

    line-height: 1.5;
}

.maria {
    transform: scaleX(-1);
    width: 300px;
    margin-top: -170px;
}

.container0 {
    position: absolute;
    bottom: 100px;
    left: 0;
    padding-left: 24px;
}



.container1 {
    margin-top: 64px;
    
    background-size: cover;
    width: 100%;
}

.josef {
    width: 300px;
    transition: 1s ease-in-out;
}

header {
    width: 100%;
    height: 435px;
    background: url('images/header.jpg');
    border-bottom: 25px solid gold;
    background-size: cover;
    background-position: right -540px center;
    position: relative;
   
    /* transform: skew(20deg); */
    /* clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%); */
}

.herodes {
    width: 300px;
    margin-left: -100px;
    margin-top: -10px;
    z-index: 99;
    position: relative;
    display: none;
    transition: 0.3s ease-in-out;
}



p {
    font-size: 18px;
    font-family: 'Architects Daughter', cursive;

  
}

.content {
    text-align: center;
    font-family: 'Architects Daughter', cursive;
    z-index: 99;
    position: relative;
  

}

.row2 {
    margin-top: -300px;

    margin-bottom: 250px;
}


header .logo {
    text-align: left;
    margin-left: -50px;
}

header .logo a {
    text-decoration: none;
    color: #fff;
}

.footer{
    background-color: #000;
    width: 100%;
    height: auto;
    padding: 24px;
   /*  position: fixed;
    bottom: 0;
    left: 0;
    */
    margin-top: -100px;
    z-index: 1;
    border-top: 15px solid gold;
    /*clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%); */

    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.footer a {
    color: gold;
    text-decoration: none;
    margin-right: 16px;
}

.footer img {
    width: 100px;
}

.footer .logo {
    margin-top: 16px;
    text-align: center;
}

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

.footer__right {
    width: 100%;
}

.footer__left {
    display: flex;
    flex-wrap: wrap;
}

.downloadbox {
    width: 100%;
    min-height: 155px;
    background-color: #fff;
    border-radius: 15px;
    cursor: pointer;
    color: #000;
    padding: 8px;
    box-shadow: 15px 5px 5px 3px rgba(0,0,0, 0.5);
    margin-bottom: 16px;
    border: 1px solid #fff;
    display: flex;
    text-decoration: none;
    color: #000;
}

.downloadbox h3 {
    color: #000;
    margin-top: 0;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.lizenz h2 {
    margin-top: 32px;
}

.rightside svg {
    width: 70px;
}

.downloadbox__title, .downloadbox__info {
    font-size: 16px;
    font-weight: bold;
}

.download2 {
 order: -1;
}

.downloadbox__info {
    margin-bottom: 8px;
}



.box2 {
    background-color: gold;
}

.downloadbox:hover {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}

.downloadbox:hover h3 {

    color: #fff;
}



.downloadbox:hover svg {
    fill: #fff;
    color: #fff;
}


.col-md-12 {
    text-align: center;
}

.leftside {
    width: 70%;
}

.rightside {
    width: 30%;
}

a.downloadlink {
    text-decoration: none;
    color: #fff;
}

.nefpictures {
    text-decoration: none;
    color: #fff;
    margin-left: 50px;
}

@media screen and (min-width: 768px) {
    header .logo {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .nefpictures {

        margin-left: -10px;
    }

    .container0 {
        text-align: center;
    }

    h1 {
        font-size: 52px;
    }
}

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

    header .logo {
        text-align: left;
        width: 100%;
        margin-left: -50px;
    }

    .nefpictures {
        text-decoration: none;
        color: #fff;
        margin-left: 50px;
    }
    


    .container0 {
        text-align: left;
    }

    h1 {
        font-size: 52px;
        text-align: left;
    }

    h2 {
        font-size: 32px;
        text-transform: uppercase;
    }

    h3 {
        font-size: 28px;
        text-transform: uppercase;
    }
    
    .herodes {
        display: block;
    }

    .downloadbox {
        margin-bottom: 16px;
    }

    .turnleft {
    
        margin-left: -50px;
    
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-name: bounce-7;
        animation-timing-function: ease;
    }

    .moveleft {
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-name: bounce-6;
        animation-timing-function: ease;
    }
    
    .moveright {
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-name: bounce-6;
        animation-timing-function: ease;
    }
    
    @keyframes bounce-6 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-100px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0);  }
    }
    
    @keyframes bounce-7 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-100px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0);   }
    }

    .footer__right {
        width: auto;
    }

    .row2 {
        margin-bottom: 0px;
    }

    header {
        background-position: center center;
    }

 

    .download2 {
        order: 0;
       }

    .container0 {
        padding-left: 48px;
        bottom: 150px;
    }


    .footer {
        margin-top: 24px;
    }

    .footer .logo {
        margin-top: 0;
    }
    
}