* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
    font-family: 'Atkinson Hyperlegible', sans-serif;
}

.logoimg {
    width: 200px;
    margin-top: 40px;
    border-radius: 15px;
    border: 3px solid red;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 10px;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul {
    display: inline-block;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin: 30px;
}

a {
    text-decoration: none;
    color: white;
    font-weight: 900;
    font-size: 30px;
    transition: 1s ease-in-out;
}

p {
    color: white;
    font-size: 24px;
    line-height: 40px;
}

.container {
    max-width: 1600px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
    min-height: 1200px;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-2 {
    flex-basis: 50%;
    min-width: 300px;
}


.startseite1img {
    max-width: 80%;
    padding: 10px 10px;
}

.startseiteh1 {
    color: white;
    font-size: 80px;
    line-height: 100px;
    margin: 60px 0;
    transition: 1s ease-in-out;
}

.btn {
    display: inline-block;
    background: red;
    color: black;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: 1s ease-in-out;
    text-decoration: none;
}

.btn:hover {
    background: white;
    color: red;
    transition: 1s ease-in-out;
    cursor: pointer;
}

.header {
    background: radial-gradient(rgb(41, 38, 38),#e20505);
}

.header .row {
    margin-top: 70px;
}

.startseiteh1:hover {
    transition: 1s ease-in-out;
    cursor: cell;
    color: red;
    border: 5px solid white;
    font-size: 90px;
}

a:hover {
    background: red;
    color: black;
    transition: 1s ease-in-out;
    border-radius: 10px;
}


.footer {
    color: white;
    font-size: 14px;
    padding: 10px 0 20px;
}


.footer h2 {
    color: white;
    margin-bottom:20px;
    font-size: 14px;
}


.container2 {
    margin:auto;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
    min-width: 150px;
    margin-bottom:20px;
    border-top: 2px solid white;
    transition:1s ease-in-out;
}

.copyright {
    border-top: 1px solid white;
    text-align:center;
    font-size:14px;
}
.footer-col-1:hover, .footer-col-2:hover, .footer-col-3:hover, .footer-col-4:hover {
    color:red;
    cursor: cell;
    transition: 1s ease-in-out;
}




.contact-title {
    position: relative;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    margin-top: 75px;
    transition: 1s ease-in-out;
}

.contact-title:hover {
    transition: 1s ease-in-out;
    cursor: cell;
    color: red;
}




.contactinfo {
    text-align: center;
    margin-top:120px;
    border:2px solid white;
}

.pinfo {
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}


.messagebox {
    position: relative;
    padding: 20px;

}



.Haupt {
    width:80%;
    margin: auto;
    text-align:center;
    padding-top: 100px;
}

h1 {
    font-size:42px;
    font-weight:600;
    color: white;
    transition: 1s ease-in-out;
}

h1:hover {
    color:red;
    transition: 1s ease-in-out;
    cursor: cell;
    font-size: 50px;
}

.p2 {
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding:10px;
    border-bottom: 2px solid white;
}

.row {
    margin-top: 5%;
    display:flex;
    justify-content:space-evenly;
}

.column {
    flex-basis: 40%;
    background: red;
    border-radius: 10px;
    margin-bottom:5%;
    box-sizing:border-box;
    transition:1s;
    cursor: cell;
}

hr {
    text-align:center;
    font-weight: 600;
    margin:10px 0;
}

.column:hover {
    box-shadow: 0 0 20px 0px lightslategray;
}


.angebote {
    font-size: 60px;
    margin: auto;
    border-top: 2px solid white;
}


.Haupt2 {
    width: 80%;
    margin:auto;
    text-align:center;
    padding-top: 50px;
}


.column2 {
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom:30px;
    position:relative;
    overflow:hidden;
}

.column2 img {
    width:100%;
    display:block;
}

.layer {
    background: transparent;
    opacity:0.7;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    transition: 0.5s;
}

.layer:hover {
    background: lightslategrey;
}



.navmedia {
    background-color: white;
    width:28px;
    margin-left:20px;
    display: none;
}

.brand {
    display: inline-block;
    color: white;
    transition: 2s ease-in-out;
    border: 3px solid red;
    border-radius: 10px;
    padding: 5px;
}

.brand:hover {
    margin-left: 200px;
    cursor: cell;
}


.layer:hover {
    background: lightslategrey;
}

.layer h3 {
    width:100%;
    font-weight:600;
    font-family: 'Courier New', Courier, monospace;
    color: #fff;
    font-size:26px;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    position:absolute;
    opacity:0;
    transition:0.5s;
}

.layer:hover h3 {
    bottom: 49%;
    opacity:1;
}


.ankaufheader {
    color: white;
    text-align: center;
    margin-top: 50px;
    z-index: 1;
}






.small-container2 {
    max-width: 1400px;
    margin:auto;
    padding-left: 20px;
    padding-right: 20px;
    border-radius:20px;
}

.offer {
    margin-top: 20px 0;
    padding:30px 0;
    border-radius: 20px;
    margin-bottom: 10px;
}

.offerimg {
    height:400px;
    width:400px;
    padding: 10px;
    margin-left:70px;
    transition: 2s ease-in-out;
}

.offerimg:hover {
    border: 2px solid white;
    transition: 1s ease-in-out;
    border-radius: 30px;
    background: white;

}

.col-2-featured{
    flex-basis: 50%;
    min-width: 200px;
    border: 2px solid white;
    padding:20px;
    border-radius:15px;
}


h2 {
    color: white;
    font-size: 40px;
    transition: 2s ease-in-out;
}

small {
    color: white;
    font-size: 24px;
}

h2:hover {
    color:red;
    cursor:cell;
    transition: 2s ease-in-out;
}



p {
    color: white;
    font-size: 24px;
    line-height: 40px;
}


iframe {
    border:2px solid red;
}

.navgoogle {
    display:flex;
    margin-top:120px;
    margin-bottom: 120px;
}

h4 {
    flex:1;
    color:white;
    margin:50px;
    font-size: 28px;
    transition: 1s ease-in-out;
    justify-content: center;
    text-align: center;
}

h4:hover {
    color: red;
    cursor: cell;
    transition: 1s ease-in-out;
    border-top: 2px solid white;
    display:inline-block;
    padding-top:50px;
}

.treffen {
    display: relative;
    font-size: 30px;
    color: white;
    text-align: center;
    margin-left: 10px;
}


.impressum {
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
    border-top: 2px solid white;
}

.dates {
    font-size: 30px;
    text-align: center;
    border-top: 2px solid white;
}


.imp {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}



@media only screen and (max-width:800px){

    nav ul {
        position: absolute;
        top: 160px;
        left:0;
        background: lightgrey;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }

    nav ul li {
        display: block;
        margin-right: 50px;
        margin-top:50px;
        margin-bottom:10px;
        margin:5px;
    }

    nav ul li a{
        font-size:20px;
    }

    .navmedia {
        display: block;
        cursor: pointer;
    }


    .startseiteh1 {
        font-size: 40px;
        line-height: 40px;
    }

    .startseiteh1:hover {
        font-size: 40px;
    }

    .brand:hover {
        margin-left: 0;
        color:red;
    }

    .col-2, .col-3, .col-4 {
        flex-basis: 100%;
    }



    .single-product .row {
        text-align: left;
    }

    .single-product .col-2 {
        padding: 20px 0;
    }

    .single-product h1 {
        font-size:26px;
        line-height:32px;
    }

    .cart-info p {
        display: none;
    }

    .cart-page {
        padding: 5%;
    }

    .gesamttable {
        margin-top: 50px;
    }



    .offer {
        align-items: center;
        justify-content: center;
    }

    .offerimg {
        justify-content: center;
    }


    .navgoogle {
        display: inline-block;
        justify-content: center;
        align-items: center;
        margin: 50px;
    }

    iframe {
        width:400px;
        height: 400px;
    }

    h3 {
        font-size: 20px;
        margin-left: 40px;
    }

    .treffen li {
        margin-left: 40px;
    }

    .treffen {
        margin-bottom: 50px;
    }



.startseite1img {
    margin-left: 50px;
}


.messagebox {
    width: 400px;
}

.btn {
    font-size: 20px;
}

}

@media(max-width:700px) {
    .row {
        flex-direction:column;
    }
}