body {
    background-color: aliceblue;
    font-family: Verdana;
    font-size: 13px;
    color: darkslategray;
    width: 100vw;
    margin: none;
    padding: none;
    overflow-x: hidden;
}

.streifen {
    position: fixed;
    top: -300px;
    left: -300px;
    width: 2000px;
    height: 100px;
    transform: rotate(-10deg);
    z-index: -1;
    opacity: 80%;
   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oval {
    position: fixed;
    bottom: -3000px;
    right: -2000px;
    width: 6000px;
    height: 3000px;
    border-radius: 50%;
    background-color: #FF8A8A;
    transform: rotate(-25deg);
    z-index: -1;
    opacity: 80%;
  	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#site {
    width: 100%;
    height: auto;
    z-index: 0;
}

.header {
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    position: fixed;
    z-index: 100;
  	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oberleiste {
    width: 100%;
    height: 20px;
    background-color: transparent;
    opacity: 90%;
}

.leiste {
    width: 100%;
    height: 70px;
    background-color: white;
    border-top: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    opacity: 90%;
}

.logo {
    width: 70px;
    height: 70px;
    float: right;
    background: url(bilder/Logo.png);
    background-size: cover;
    margin-right: 20px;
}

.buttons1 {
    width: 150px;
    height: 68px;
    float: left;  
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.buttons2 {
    width: 45px;
    height: 68px;
    float: left;  
    background-color: transparent;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.menustrich1, .menustrich2, .menustrich3 {
    width: 30px;
    height: 2px;
    background-color: darkslategray;
    transition: all 0.4s ease-in-out;
    margin: 7px;
}

.buttons1:hover .strich1 {
    margin-left: 3px;
    width: 144px;
    background-color: #FF5E5E;
} 

.buttons2:hover .menustrich1, .buttons2:hover .menustrich2, .buttons2:hover .menustrich3 {
    background-color: #FF5E5E;
}

.aktiv .menustrich1 {
    transform: translate(0, 9px) rotate(-45deg);
    background-color: #FF5E5E;
}

.aktiv .menustrich2 {
    opacity: 0;
    background-color: #FF5E5E;
}

.aktiv .menustrich3 {
    transform: translate(0, -9px) rotate(45deg);
    background-color: #FF5E5E;
}

.text1 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 26px 0 26px 0;
}

.text2 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 24px 0 24px 0;
}

.menu {
    width: 300px;
    height: auto;
    padding-bottom: 10px;
    background-color: white;
    transition: all 0.4s ease-in-out;
    padding-top: 10px;
    border-right: solid 1px lightgrey;
    border-left: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    opacity: 95%;
}

.menuInaktiv {
    display: none;
}

.menuAktiv {
    display: block;
}

.menupunkt {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    background-color: transparent;
    cursor: pointer;
}

.menutext {
    float: left;
    margin: 11px 0 11px 30px;
    transition: all 0.2s ease-in-out;
}

.menupunkt:hover .menutext {
    color: #FF5E5E;
}

.menupunkt:hover .menustrich4, .menupunkt:hover .menustrich5 {
    background-color: #FF5E5E;
}

.menutext2 {
    float: right;
}

.aktiv2 .menutext {
    color: #FF5E5E;
}

.menustrich4 {
    width: 16px;
    height: 2px;
    background-color: darkslategray;
    transition: all 0.4s ease-in-out;
    margin: 19px 30px 0 0;
}

.menustrich5 {
    width: 16px;
    height: 2px;
    background-color: darkslategray;
    transition: all 0.4s ease-in-out;
    margin: 0;
    transform: translate(0, -2px) rotate(-90deg);
}

.aktiv2 .menustrich4 {
    transform: translate(0, 0) rotate(-180deg);
    background-color: #FF5E5E;
}

.aktiv2 .menustrich5 {
    transform: translate(0, -2px) rotate(0deg);
    opacity: 0;
    background-color: #FF5E5E;
}

.untermenu {
    background-color: transparent;
    width: 100%;
    height: 382px;
    transition: all 0.2s ease-in-out;
}

.untermenuInaktiv {
    display: none;
}

.untermenuAktiv {
    display: block;
}

.menutrenner {
    width: 250px;
    height: 1px;
    background-color: dimgray;
    margin: 10px 25px 8px 25px;
    opacity: 60%;
}

.menutrenner2 {
    width: 200px;
    height: 1px;
    background-color: dimgray;
    margin-left: 55px;
    opacity: 60%;
}

.buttons3 {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 2px;
}

.buttons3_1 {
    margin-top: 10px;
}

.buttons4 {
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.text4 {
    position: fixed;
    margin: 11px 0 0 30px;
    transition: all 0.2s ease-in-out;
}

.text3 {
    float: left;
    margin: 11px 0 11px 60px;
    transition: all 0.2s ease-in-out;
}

.buttons3:hover .text3, .buttons4:hover .text4 {
    color: #FF5E5E;
}

.aktiv3 .text1, .aktiv3 .text3, .aktiv3 .text4 {
    color: #FF5E5E;
}

.startseitebox {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.startseite_abstand {
    margin: auto 12px 20px auto;
}

.startseite_inhalt {
    width: 90%;
    height: auto;
    background-color: white;
    box-shadow: 1px 1px 3px lightgrey;
    opacity: 90%;
}

.inhalt {
    width: auto;
    height: auto;
    margin: 20px;
    font-size: 17px;
}

.inhalt b {
    font-weight: bold;
    font-style: normal;
    color: #FF5E5E;
    font-size: 17px;
}

.inhalt i {
    font-weight: bold;
    font-style: normal;
    color: #FF5E5E;
    font-size: 16px;
}

.newsbild {
    margin: auto 12px 20px auto; 
}

.newsbild img {
    width: 90%;
    opacity: 90%;
    cursor: pointer;
    box-shadow: 1px 1px 3px lightgrey;
}

.newsbox {
    width: 78%;
    position: absolute;
    top: 7vw;
    left: 50%;
    transform: translate(-50%, -50%);
  	cursor: pointer;
}

.newstitel {
    text-align: center;
    font-size: clamp(18px, 4vw, 40px);
}

.newsuntertitel {
    text-align: center;
    font-size: clamp(14px, 3vw, 32px);
}

.fenster {
    width: 100%;
    height: auto;
    padding-top: 95px;
    padding-bottom: 30px;
}

.fensterAktiv {
    display: block;
}

.fensterInaktiv {
    display: none;
}

.produktrahmen {
    display: flex;
    max-width: 832px;
    flex-wrap: wrap;
    height: auto;
    margin: auto auto 20px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 90%;
    background-color: transparent;
}

.produkt {
    flex: 0 1 801px;
    height: auto;
    padding: 7px;
    background-color: white;
    box-shadow: 1px 1px 3px lightgrey;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 90%;
    margin-right: 17px;
}

.bilderrahmen {
    width: 350px;
    height: 350px;
    float: left;
    background-color: transparent; 
    display: flex;
}

.bild {
    z-index: 10;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.artikelnummer {
    width: 60px;
    height: 20px;
    color: darkslategray;
    padding: 5px;
    z-index: 20;
    position: absolute;
    font-size: 16px;
    margin-top: 1px;
    margin-left: 1px;
    text-align: center;
    background-color: #FF8A8A;
    border-radius: 15px;
    box-shadow: 1px 1px 5px lightgrey;
    cursor: pointer;
}

.buttonleiste {
    width: 350px;
    height: 34px;
    position: absolute;
    margin-top: 310px;
    z-index: 20;
}

.bilder {
    display: none;
}

.btn-z {
    width: 24px;
    height: 24px;
    font-size: 25px;
    padding: 5px;
    float: left;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 0 0 50px;
    background-color: antiquewhite;
    border-radius: 17px;
    box-shadow: 1px 1px 3px lightgrey;
    transition: transform 0.2s;
    cursor: pointer;
}

.btn-v {
    width: 24px;
    height: 24px;
    font-size: 25px;
    padding: 5px;
    float: right;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 50px 0 0;
    background-color: antiquewhite;
    border-radius: 17px;
    box-shadow: 1px 1px 3px lightgrey;
    transition: transform 0.2s;
    cursor: pointer;
}

.btn-v:hover, .btn-z:hover {
    transform: scale(1.1);
}


.beschreibungsbox {
    max-width: 450px;
    height: 350px;
    float: left;
    background-color: transparent;
}

.titel {
    width: auto;
    height: 25px;
    font-size: 15px;
    padding: 4px;
    font-weight: bold;
}

.beschreibungen {
    width: auto;
    height: 270px;
    background-color: transparent;
}

.beschreibung {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 4px 4px 4px;
}

.details {
    width: auto;
    height: auto;
    font-size: 13px;
    padding: 4px;
}

.details > h1 {
    font-size: 14px;
    font-weight: normal;
}

.preis {
    width: auto;
    height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 10px 0 10px;
    float: left;
}

.versand{
    width: auto;
    height: 17px;
    font-size: 13px;
    font-weight: normal;
    padding: 23px 10px 0 1px;
    float: left;
}

.anfrage {
    width: auto;
    height: 30px;
    font-size: 17px;
    padding: 5px;
    float: right;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 8px 0 0;
    background-color: antiquewhite;
    border-radius: 10px;
    box-shadow: 1px 1px 3px lightgrey;
    transition: transform 0.2s;
    cursor: pointer;
}

.anfrage:hover {
    transform: scale(1.1);
}

.fensterbox {
    display: flex;
    max-width: 832px;
    flex-wrap: wrap;
    height: auto;
    margin: auto auto 20px auto;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 90%;
    background-color: transparent;
}

.box {
    flex: 0 1 780px;
    height: auto;
    padding: 15px;
    background-color: white;
    box-shadow: 1px 1px 3px lightgrey;
    opacity: 90%;
    margin-right: 17px;
    font-size: 14px;
}

.box_titel {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    float: left;
}

.box_utitel {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.box_utitel2 {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 4px;
}

.box > span {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.span3 {
    width: 100%;
    float: left;
    margin-top: 4px;
    margin-left: 15px;
}

.span2 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.span1 {
    width: 100%;
    float: left;
    margin-left: 15px;
}

.trenner {
    float: left;
    height: 1px;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: lightgray;
}

.footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: red;
    position: fixed;
    z-index: 100;
}

.a_leiste {
    width: 100%;
    height: 40px;
    background-color: white;
    border-top: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    opacity: 90%;
}

.a_text {
    font-size: 13px;
    margin: 12px 0 12px 20px;
    float: left;
}

.a_button_f, .a_button_i, .a_button_t, .a_button_e {
    float: right;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.a_button_f:hover, .a_button_i:hover, .a_button_t:hover, .a_button_e:hover {
    transform: scale(1.2);
}

.a_button_f {
    margin: 9px 30px 7px 0;
}

.a_button_i {
    margin: 7px 8px 5px 0;
}

.a_button_t {
    margin: 9px 5px 5px 0;
}

.a_button_e {
    margin: 6px 5px 5px 0;
}

#kontaktbox form {
    max-width: 520px;
    margin: auto;
    padding: 25px;
    background-color: transparent;
}

#kontaktbox h2 {
    text-align: center;
    color: #FF5E5E;
    margin-bottom: 40px;
}

#kontaktbox input, #kontaktbox textarea, #kontaktbox button {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

#kontaktbox button {
    background-color: antiquewhite;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.2s;
}

#kontaktbox button:hover {
    transform: scale(1.1);
}

#kontaktbox label a {
    color: #FF5E5E;
    text-decoration: underline;
}

.mitte {
    text-align: center;
}

.mitte h1 {
    font-size: 22px;
}

.mitte h2 {
    font-size: 16px;
    margin-bottom: 80px;
}

.back {
    width: 60%;
    margin: auto;
    text-align: center;
    height: 40px;
    font-size: 17px;
    padding: 5px;
    align-content: center;
    align-items: center;
    background-color: antiquewhite;
  	color: darkslategray;
    border-radius: 10px;
    box-shadow: 1px 1px 3px lightgrey;
    transition: transform 0.2s;
    cursor: pointer;
}

.back:hover {
    transform: scale(1.1);
}



.filterleiste {
    display: flex;
    max-width: 780px;
    flex-wrap: wrap;
    height: auto;
    margin: auto auto 20px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 90%;
    background-color: transparent; 
}

.filter_btn {
    padding: 5px;
    background-color: white;
    box-shadow: 1px 1px 3px lightgrey;
    cursor: pointer;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

.filterAktiv {
    color: #FF5E5E;
    font-weight: bold;
}

.filterInaktiv {
    color: darkslategray;
    font-weight: normal;
}

.produkte_view {
    display: flex;
    max-width: 784px;
    flex-wrap: wrap;
    height: auto;
    margin: auto auto 20px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 90%;
    background-color: transparent; 
}

.produktrahmen_ {
    display: flex;
    width: 185px;
    height: 300px;
    background-color: transparent;
    float: left;
    margin-right: 11px;
    margin-bottom: 10px;
}

.produkt_ {
    padding: 5px;
    background-color: white;
    box-shadow: 1px 1px 3px lightgrey;
    cursor: pointer;
}

.bild_ {
    z-index: 10;
    max-width: 100%;
    max-height: 100px; 
    margin: 30px auto 0 auto;
    display: block;
}

.artikelnummer_ {
    width: 50px;
    height: 17px;
    color: darkslategray;
    padding: 2px;
    z-index: 20;
    position: absolute;
    font-size: 14px;
    margin-top: 7px;
    margin-left: 7px;
    text-align: center;
    background-color: #FF8A8A;
    border-radius: 10px;
    box-shadow: 1px 1px 5px lightgrey;
    cursor: pointer;
}

.titel_ {
    width: 155px;
    height: 95px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    padding: 0 10px;
}

.preis_ {
    width: auto;
    height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
}

.versand_ {
    width: auto;
    height: 17px;
    font-size: 13px;
    font-weight: normal;
    padding: 0 10px;
}