﻿@import url(header.css);
@import url(footer.css);
@import url(portfolio.css);
@import url(angebote.css);
@import url(turnier.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

body {
    font-family: 'Shippori Mincho B1', serif
}

.dropbtn {
    background-color: #3c3c3c;
    color: white;
    padding: 0.8rem;
    font-size: 16px;
    border: double;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: rgba(60, 60, 60, 0.25)
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    opacity:70%;
}

.dropdown {
    position: absolute;
    top: 8px;
    left: 16px;
    z-index:2;
}

#header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:4;
}
.header-titel1 {
    padding-top: 23rem;
    margin: 0 2rem;
    opacity: 50%;
    max-width: 100%
}
@media screen and (max-width:435px) {
    .logotop {
        width: 250px;
    }
}

/*Über mich*/
.hallo {
    padding: 5rem;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: rgba(91, 91, 91, 0.52);
    outline: 1px solid #3c3c3c;
    outline-offset: 10px;
}
.meinefotografie {
    font-family: 'Montserrat', sans-serif;
    outline: 1px solid #3c3c3c;
    outline-offset: 10px;
}
@media screen and (max-width: 650px) {
        .umpic {
            position: sticky;
            top: 0;
            width: 100%;
            z-index: -1;
        }

        .hallo {
            padding: 1rem;
            margin-bottom: 1rem;
            background-color: #aaaaaa;
        }

        .mfimg {
            position: sticky;
            top: 5rem;
            width: 100%;
            z-index: -1;
        }

        .meinefotografie {
            padding: 1rem;
            background-color: white;
            margin-bottom: 2rem;
        }
    }

@media screen and (min-width: 650px) {
        .uebermich {
            position: relative;
        }

        .hallo {
            position: absolute;
            top: 40%;
            left: 20%;
        }

    .umpic {
        margin-right: 30rem;
    }
    .mf {
        position: relative;
        margin-top: 5rem;
    }
    .meinefotografie {
        position: absolute;
        top: 30%;
        right: 20%;
        padding: 5rem;
        color: white;
        background-color: rgba(91, 91, 91, 0.52);
    }
    .mfimg {
        margin-left: 10rem;
    }
    .content-wrapper {
        margin-bottom: 15rem;
        background-color: white;
    }
}
    
@media screen and (min-width:1300px) {
    .hallo {
        top: 40%;
        left:30%;
    }
    .h2 {
        color: #3c3c3c;
    }
    .umpic {
        margin-right: 50rem;
    }
    .mf {
        margin-top: rem;
    }
    .meinefotografie {
        top: 30%;
        right: 30%;
    }
    .mfimg {
        margin-left: 50rem;
    }
}

/*Kontakt*/

.kontakt a {
    color: black;
    text-decoration: none;
}
.kontakt a:hover {
    opacity: 70%;
}
.kimg {
    max-width: 100%;
}
.kontakt {
    padding: 5rem;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: rgba(91, 91, 91, 0.52);
    outline: 1px solid #3c3c3c;
    outline-offset: 10px;
}
@media screen and (min-width:650px) {
    .main {
        position: relative;
    }
    .kontakt {
        position:absolute;
        top: 58%;
        left:0;
    }
    .kimg {
        margin-left:9rem;
    }
    
}
@media screen and (min-width:1100px) {
    .kontakt {
        left: 10%;
    }
    .kimg {
        margin-left: 15rem;
    }
}
@media screen and (min-width:1600px) {
    .kontakt {
        left: 25%;
    }

    .kimg {
        margin-left: 15rem;
    }
}
