﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Allison&family=Righteous&family=Dosis&display=swap');
*{
    font-size: 18px;
    font-family: 'Dosis',Arial,sans-serif;
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    color:#fff;
    vertical-align: top;
}
a {
    cursor:pointer;
    color:inherit;
}
b,strong,i{
    color:inherit;
}
h2,h6{
    font-size:1.4em;
}
main ul{
    margin-left:30px;
    margin-top:5px;
}
body{
    min-height:100vH;
    background:#fff;
    overflow-x: hidden;
}
header{
    height:180px;
    width:100%;
    background:#9a9a9a; /*#044040;*/
    position: sticky;
    top:-40px;
    left:0px;
    transition:all 1s;
    z-index:1000;
}
header figure{
    position: fixed;
    left:50px;
    top:5px;
    min-width:550px;
    max-width:40vW;
    height:100px;
    z-index:1000;
    transition:all 1s;
}
header figure img{
    max-height:100%;
}
#home header figure img{
    opacity:0;
}
header.stucked figure{
    min-width:400px;
    max-width:40vW;
    height:80px;
}
header.stucked figure img{
    max-height:80%;
}
header h1{
    color:#F2F2F2;
    font-family: 'Allison', cursive;
    position:absolute;
    right:3%;
    bottom:40px;
    z-index:1001;
    transition:all 1s;
    font-size:3.2rem;
    text-shadow:2px 2px 4px #000;
}
header.stucked h1{
    opacity:0;
}
header nav{
    height:50px;
    line-height:50px;
    background-color:#F2F2F2;
    position:absolute;
    bottom: 0;
    width:100%;
    border-top:1px solid #A34050;
    border-bottom:1px solid #A34050;
    text-align: center;
}
header nav ul li{
    display:inline-block;
    height:50px;
    line-height:50px;
    position:relative;
    width:150px;
}
header nav ul li:first-of-type{
    color:#A34050 !important;
    width:auto;
}
header nav a{
    font-size:20px;
    display:inline-block;
    padding: 0px 10px;
    font-family: 'Righteous', cursive;
    height: 100%;
    text-transform:uppercase;
    color:#A34050;
}
header nav li.aktiv,header nav li:hover{
    color:#044040;
}
header nav li:first-of-type:after{
    display:none !important;
}
header nav li:not(first-of-type):after{
    background-color:#A34050;
    content: "";
    display:block;
    height:4px;
    position:absolute;
    bottom:2px;
    width:0%;
    left:50%;
    transition:all 0.3s;
}
header nav li:hover:after,header nav li.aktiv:after{
    left:-1%;
    width:102%;
}
header nav a.icon-home{
    font-size:2rem;
}
main{
    width:98vW;
    padding:20px 30px 50px 30px;
    margin:auto;
}
main *{
    color:#A34050;
}
main > section{
    display:table;
    border-spacing:20px;
    width:100%;
    min-height:200px;
}
main > section > *{
    display:table-cell;
    background-color:#F2F2F2;
    padding:20px;
    box-shadow:4px 4px 7px #333333;
    border-radius:8px;
}
main > section.col2 > *{
    width:50%;
}
main > section.col3 > *{
    width:33%;
}
main > section > h6,.hide{
    display:none !important;
}
main > section > *:hover{
    background-color:#efefef;
}
footer{
    display:block;
    height:30px;
    width:100%;
    position: fixed;
    bottom:0px;
    left:0px;
    background-color:#F2F2F2;
    border-top:1px solid #A34050;
    line-height:30px;
    padding:0px 10px;
}
footer *{
    display:inline-block;
    margin-right:15px;
    color:#A34050;
}

/* ------------------------------ [+] Kontakt ------------------------------------------------ */


form{
    line-height:2.2em;
}
form label{
    display:inline-block;
    width:120px;
    vertical-align: top;
}

form select,form option,form input,form textarea{
    background-color:rgba(255,255,255,0.5);
    padding:4px 6px;
    width:450px;
    border:1px solid #808080;
    border-radius:5px;
    vertical-align: middle;
    resize: none;
}
input[type=radio],input[type=checkbox]{
    width:auto !important;
    min-width:auto !important;
}
form textarea{
    margin-top:4px;
}
input[type=submit],input[type=reset]{
    width:220px;
}
input[name=vorname]{
    display:none;
}
#upload{
    width:450px;
    margin-left:125px;
}
#uploadedFiles{
    line-height:1.3em;
    width:430px;
    margin-left:145px;
}
progress{
    margin-left:125px;
    width:450px;
    border-radius:5px;
}

/* ------------------------------ [-] Kontakt ------------------------------------------------ */
#flyinglogo{
    position:fixed;
    z-index:1000;
    padding:0px;
    background-color: transparent;
    box-shadow: none;
}
#aboutus img{
    float:right;
    max-height:280px;
    display:inline-block;
    box-shadow:4px 4px 7px #333333;
    margin:0px 0px 20px 20px;

}

#totop{
    position: fixed;
    right:30px;
    bottom:40px;
    display:inline-block;
    height:50px;
    width:50px;
    line-height:48px;
    text-align: center;
    font-size: 40px;
    border-radius:25px;
    background-color:#9a9a9a; /*#044040;*/
    color:#fff;
    z-index:100;
    transition:background-color 0.5s,border 0.5s;
    border:1px solid transparent;
    transform: rotate(180deg);
    transition: transform 1s;
    display:none;
    opacity:0.7;
}
#totop:hover{
    border:1px solid #800000;
    opacity:1;
}
#totop.rotate{
    transform: rotate(0deg);
    opacity:1;
}

#producerimgs  a{
     display:inline-block;
     width:160px;
     height:140px;
     background-size:contain;
     background-position:center center;
     background-repeat:no-repeat;
     margin:10px 20px;
     border:0px ;
     opacity:1;
     transition-duration: 0.7s;
     -webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
     filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
}
#tophome{
    padding-left:50px;
}
#tophome ul li{
    margin-left:40px;
    padding:4px 0px;
}
.fonthighlight{
    font-family: 'Righteous', cursive;
}
.offer{
    width:35vW;
    line-height:100%;
}
img{
    display:inline-block;
    margin-top:10px;
    -webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,1));
    vertical-align:middle;
    max-width:100%;
}

.right{
    float:right;
}
.small{
    font-size:0.7rem;
}
.fehler{
    color:#FF6600;
}
.icon-menu{
    display:none;
}


.thumb{
    border-radius:8px;
    display:inline-block;
    text-align:center;
    height:100px;
    width:130px;
    margin:10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow:5px 5px 3px rgba(0,0,0,1);
    transition: all 0.1s;
    filter: grayscale(60%);
}

.thumb:hover{
    filter: grayscale(0%);
    cursor:pointer;
}
.thumb a{
    display:block;
    height:100%;
    width:100%;
}
#mobilenav{
    display:none;
}