:root{
    --rot: rgb(227 30 36);
    --grau: rgb(234,234,234);
    --weiss: rgba(255,255,255,0.85);
    --weiss2: rgba(255,255,255,0.2);
    --bg: #F7F7F7;
}
*{
    margin:0;
    padding:0;
    color:#434040;
    font-size:14px;
    font-family: Verdana,sans-serif;
    text-decoration:none;
    box-sizing: border-box;
}
menu li{
    list-style-type:none;
}
html,body{
    background-image: url(../image/bg.svg);
    background-color: var(--weiss);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
    overflow-x:hidden;
}
body{
    padding-top:220px;
}
body > header{
    position: fixed;
    top:0px;
    left:0px;
    height:180px;
    width:100%;
    text-align: center;
    padding:15px;
    z-index:100;
    background-color:var(--bg);
    background-image:url(../image/slogan.svg);
    background-repeat: no-repeat;
    background-size:300px ;
    background-position: 80px center;
}
header a img{
    max-height: 140px;
    display: inline-block;
    margin: auto;
}
body > menu{
    z-index:100;
    position: fixed;
    top:180px;
    left:0px;
    height:40px;
    width:100%;
    text-align: center;
    background-color: var(--grau);
    border-top: 1px solid var(--rot);
    border-bottom: 1px solid var(--rot);
}
body > menu li{
    line-height:40px;
    display:inline-block;
}
body > menu li a{
    display:inline-block;
    padding:0px 15px;
    font-size:1.1em;
    transition:all 0.8s;
}
body > menu li a:hover,body > menu li.aktiv a{
    color:var(--rot);
}
body > figure{
    border-bottom: 1px solid var(--rot);
    display:block;
    position: relative;
    background:var(--weiss2);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top !important;
    z-index:10;
}
body > figure > div{
    background-color:var(--weiss);
    position: absolute;
    top:40px;
    left:60px;
    width:40%;
    height: auto;
    padding: 40px 40px 30px 40px;
    border-radius:20px;
    border-top-left-radius:5px;
    box-shadow:3px 3px 6px #878585;

}
body > figure > div h1,body > figure > div h2{
    font-weight: normal;
    font-size:2.1em;
    text-align: center;
    margin-top: 0px;
    color:var(--rot);
    text-shadow:1px 1px 3px #878585;
}
body > figure > div h2{
    margin-top: 20px;
    font-size:1.4em;
}
body > section{
    margin:30px auto;
    min-height:50px;
    max-width:95%;
}
body > footer{
    width: 100%;
    height:200px;
    background-color: var(--grau);
    border-top:1px solid var(--rot);
    margin-top:30px;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap:25px;
}
body > footer img{
    max-height: 180px;
}
body > footer > *{
    padding:15px;
    line-height:1.6rem;
    overflow:hidden;
}
body > footer *{
    font-size:0.8rem;
}
body > footer a{
    color:var(--rot);
}
form{
    line-height: 34px;
}
label{
    display:inline-block;
    width:20%;
    vertical-align: top;
}
input,textarea,select{
    padding:4px 7px;
    border:1px solid var(--rot);
    border-radius:5px;
    width:78%;
}
textarea{
    margin-top:4px;
    min-height:15em;
    resize: none;
}
input[type=file],input[name=vorname]{
    display:none;
}
input[type=reset],input[type=submit]{
    width:38.5%;
}
.trumbowyg-editor-box{
    max-height:50vH;
    line-height:1.35em;
}
ul{
    margin-left:15px;
}
/* ----------------------------- [+] Klassen --------------------------------- */
.fehler{
    color:var(--rot);
}
.button{
    font-size:1.1em;
    background-color:var(--rot);
    color:#fff !important;
    border:none;
    margin:30px auto;
    display: block;
    padding:15px;
    width:100%;
    height:50px;
    line-height:20px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    border:1px solid #fff;
}
.content{
    box-shadow:3px 3px 6px #878585;
    background-color:var(--weiss);
    padding:20px;
    line-height:1.5em;
}
.label{
    transition:all 6s;
    height:250px;
    display:grid;
    grid-template-rows:1fr 80px;
    background-size: 100% 100%;
    width:100%;
}
.label:hover{
    animation-name: breath;
    animation-duration: 2s;
    animation-fill-mode: forwards; /* Animation bleibt am Ende stehen */
}

.corner{
    border-radius:20px;
    border-top-left-radius:5px;
}
.grid2{
    display:grid;
    grid-template-columns:250px 1fr;
    grid-gap: 25px;
    max-width:95%;
}
.grid12{
    display:grid;
    grid-template-columns:1fr 2fr;
    grid-gap: 25px;
    max-width:95%;
}
.grid3{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 25px;
    max-width:95%;
    place-items: center;
}
.grid4{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    max-width:95%;
    place-items: center;
}
.grid2 img{
    max-width:100%;
}
.bgimg{
    text-shadow:1px 1px 2px #fff;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.bgimg > div{
    background-color: var(--weiss);
}
.hersteller > figure img{
    max-width:  250px;
    max-height: 250px;
}
.galerie figure{
    height:180px;
    width:180px;
    line-height: 180px;
    text-align: center;
    display:inline-block;
    box-shadow:3px 3px 6px #878585;
    background-color:var(--weiss);
    padding:10px;
    vertical-align: top;
    margin:7px;
    opacity: 0.7;
    transition:all 0.5s;
}
.galerie figure:hover{
    opacity: 1;
    margin:10px 4px 4px 10px;
}
.galerie figure.thumb{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.galerie figure.thumb a{
    display:block;
    height:100%;
    width:100%;
}
.f-panzoom__content{
    box-shadow:3px 3px 6px #878585;
    border-radius:20px;
    border-top-left-radius:5px;
}
.nth2 > *{
    padding-left:4px;
    padding-right:4px;
}
.nth2 > *:nth-of-type(2n){
    background-color: rgba(0,0,0,0.1);
}
.nth2 > *:hover{
    background-color: rgba(0,0,0,0.15);
}
.hide{
    display:none;
}
.shadow{
    box-shadow:3px 3px 6px #878585;
}
#uploads .thumb,#galeryImg .thumb{
    height:180px;
    width:180px;
    line-height: 180px;
    text-align: center;
    display:inline-block;
    box-shadow:3px 3px 6px #878585;
    background-color:var(--weiss);
    padding:10px;
    vertical-align: top;
    margin:7px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow:hidden;
}
#uploads .thumb span,#galeryImg .thumb span{
    position: absolute;
    top:100%;
    left:0px;
    background-color:var(--weiss);
    height:100%;
    width:100%;
    transition: all 0.6s;
    line-height: 1.6em;
    text-align: center;
}
#uploads .thumb:hover span,#galeryImg .thumb:hover span{
    top:0px;
}
#uploads .thumb span div,#galeryImg .thumb span div{
    height:100px;
}
/* ----------------------------- [-] Klassen --------------------------------- */

@keyframes breath {
  0%   { background-size: 100% 100%; }
  100% { background-size: 150% 150%; }
}