/* Code für kleine Bildschirme */
@font-face {
    font-family: 'vinqueregular';
    src: url('vinque_rg-webfont.woff2') format('woff2'),
         url('vinque_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0; 
    text-align: center;
    font-family: vinqueregular; 
    list-style-type: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-decoration: none;
    color: white;
}

html, body {
    height: 100%;
    /* min-height: 100%; */
    background: #005003; 
}

section{
    height: 100%;
    min-height: 100%;
    /* max-height: max-content; */
    margin-top: 15%;
    margin-bottom: 15%;
}

h1, h2, h3, h4, a, p { width: 75%; 
    margin: 0 auto 0 auto;
}

header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 10%;
    background: #005003; 
  }

#logo{
    width: auto;
    height: 4%;
    float: left;
}

#logo img {
    padding: 10%;
    width: 50%;
    height: auto;
    float: left;
}

header nav {
    float: right;
    margin: 4%;
}

header nav ul li {
    float: left;
    margin-left: 1rem;
}

#projekts {
    margin: 0 auto 0 auto;/* oben,rechts,unten,links */
}

#projekts ul {
    overflow: auto;
    width: 60%;
    margin: 0 auto 0 auto;
}

#projekts ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#projekts img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

footer {
    height: auto;
    width: 100%;
}

#impressum,section{
    height: 100%;
}

.team {margin: 20px 27px 10px 20px;
    /* color: black;
    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white; */
}

.Owner {background-color: #AA0000;color: black;
    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;
}

h3{font-size: 2rem;
}

h6{font-size: 1rem;color: gold;
    text-shadow: none;
}

.Builder {background-color: #0000AA;color: black;
    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;
}

.Medienverantwortlicher {background-color: #FFAA00;color: black;
    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;
}

.Supporter{background-color: #FF55FF;
    color: black;
    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;
}

.Programmierer {background-color: #55FFFF;
    color: black;
    text-shadow:  1px  1px 1px white,
    1px -1px 1px white,
   -1px  1px 1px white,
   -1px -1px 1px white;
}


/* Optimierter Code für etwas größere Bildschirme wie Tablets */
@media (min-width: 720px) 
{
    section{
        margin-top: 0%;
        margin-bottom: 0%;
        padding-top: 6rem;
    }
    
    #logo img {
        padding: 10%;
        width: 100%;
    }

    #home{
        background: url(/img/jpg/hintergrund.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #Projekte{
        padding-top: 1rem;
        background: url(/img/jpg/murder.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #miff{
        background: url(/img/jpg/mff.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #murder1{
        background: url(/img/jpg/murder.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #tdi{
        background: url(/img/jpg/td.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #team{
        padding-top: 6rem;
        background: url(/img/jpg/nacht.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .t {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
      }
}


/* Optimierter Code für große (Desktop-)Bildschirme */
@media (min-width: 1024px) 
{
    header nav {
        margin: 2% 2% 0 0;/* oben,rechts,unten,links */
    }
    
    #projekts ul li {
    width: 33.3%;
    }

    h1 {
        font-size: 7rem;}
        

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2rem;
    }
}
