﻿*{
    font-size: 15px;
    font-family: Arial;
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    color:#fff;
    vertical-align: top;
}
a {
    cursor:pointer;
}
b,strong,i{
    color:inherit;
}
body{
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    overflow-x:hidden;
    min-height:100vH;
    background-attachment: fixed;
}
header{
    height:380px;
    width:100vW;
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff',GradientType=0 );
    position: fixed;
    top:0px;
    left:0px;
    transition:all 1s;
    z-index:1000;
}
header.inaktiv{
    height:120px;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 66%, rgba(0,0,0,0.04) 98%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.04) 98%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 66%,rgba(0,0,0,0.04) 98%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

}
header figure{
    width:220px;
    height:80%;
    position:absolute;
    top:20px;
    left:60px;
    transition:all 1s;
}
header.inaktiv figure{
    top:10px;
    left:40px;
    height:90%;
}
header figure img{
    max-width:100%;
    max-height:100%;
    -webkit-filter: drop-shadow(5px 5px 3px rgba(255,255,255,0.7));
    filter: drop-shadow(5px 5px 3px rgba(255,255,255,0.7));
    transition:all 1s;
}
header h1{
    position:absolute;
    top:100px;
    font-size:2.2rem;
    text-shadow:2px 2px 3px rgba(102,102,153,0.7);
    color:rgba(0,0,0,0.7);
    transition:all 1s;
    letter-spacing: -2px;
    width:100%;
    text-align:center;
}
header.inaktiv h1{
    opacity:0;
    font-size:0.6rem;
}
header nav{
    position:absolute;
    top:0px;
    right:50px;
    background-color:#666699;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width:700px;
    height:50px;
    border: 1px solid #C0C0C0;
}
header nav > ul{
    list-style-type: none;
    height:48px;
}
header nav > ul > li{
    display:inline-block;
    padding:0px 10px;
    line-height:48px;
    position:relative;
    text-align:center;
    white-space: nowrap;
}
header nav ul li a{
    color:#fff;
    font-size:1.2rem;
}
header nav ul li a[class*="entypo-"]{
    font-size:1.7rem;
}
header nav ul li ul{
    list-style-type: none;
    position:absolute;
    top:-120%;
    left:0px;
    background-color:#666699;
    display:block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    min-width:100%;
    padding:0px 10px;
    transition:all 0.5s;
    border: 1px solid #C0C0C0;
    border-top: 0px solid #C0C0C0;
}
header nav ul li:hover ul{
    opacity: 1;
    top:47px;
}
header nav ul li ul li{
    text-align:center;
}
header #burger{
    display:none;
}


body > main{
    display: block;
    padding-bottom: 50px;
}
body > main > figure{
    width:100%;
    height:100vH;
    background-image:url(../images/gloves.jpg);
    background-size: cover;
    background-position:center center;
    position: relative;
}
body > main > figure a{
    position: absolute;
    bottom:30px;
    left:calc(50% - 50px);
    cursor:pointer;
    padding:10px;
    width:100px;
    display:inline-block;
    border:1px solid #fff;
    border-radius: 10px;
    text-align:center;
    background-color:rgba(255,255,255,0.6);
    font-size:2rem;
    color:#666699;
}
body > main article{
    width:100%;
    padding:10px 30px;
    padding-bottom: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
body > main article > h6{
    display:none;
}

body > main article > aside{
    border-radius:20px;
    border:1px solid #808080;
    background-color:#666699;
    display:inline-block;
    margin:5px 10px;
    box-shadow:4px 4px 8px #000;
}

body > main article > aside > h2{
    padding:15px 20px;
    font-size:1.2rem;
    font-style:italic;
    border-bottom:1px solid #C0C0C0;
}

body > main article > aside > h2 span{
    font-size:inherit;
    font-style:inherit;

}
body > main article > aside > div{
    padding:10px 20px 20px 20px;
}
body > main article > aside > div img{
    border-radius:8px;
    box-shadow:4px 4px 8px #000;
    display:inline-block;
    margin:0px 20px 20px 0px;
}

body > main article > aside *{
    color:#fff;
}
article.col-1 > aside{
    width:100%;
}
article.col-2 > aside{
    max-width:50%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
article.col-3 > aside{
    max-width:30%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}


body > footer{
    min-height:300px;
    background-color:rgba(93,91,137,1);
    width:100vW;
    padding:50px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 1fr;
      grid-template-areas:  "fleft fmiddle fright";
}
body > footer *{
        font-size: 0.9rem;
        color:#C0C0C0;
}
body > footer .icon-chevron-thin-right{
        font-size: 0.9rem;
        font-family:inherit;
}
body > footer .icon-chevron-thin-right:before{
    position:relative;
        font-family:entypo-plus;
    left:-15px;
}
footer > ul,footer > div{
    line-height:27px;
    list-style-type: none;
}
#fleft{
    grid-area: fleft;
}
#fmiddle{
    grid-area: fmiddle;
}
#fright{
    grid-area: fright;
    position: relative;
}

footer input{
    background-color:rgba(0,0,0,0.2);
    padding:4px 6px;
    width:180px;
    min-width:180px;
    border:1px solid #808080;
    border-radius:5px;
    vertical-align: middle;
}

footer address{
    line-height:1.2rem;
    position: absolute;
    left:75px;
    top:72px;
    color:#333333;
}

footer address a{
    color:inherit;
}
form{
    line-height:2.2em;
}
form label{
    display:inline-block;
    width:120px;
    vertical-align: middle;
}

article select,article option,article input,article textarea{
    background-color:rgba(0,0,0,0.5);
    padding:4px 6px;
    min-width:350px;
    border:1px solid #808080;
    border-radius:5px;
    vertical-align: middle;
}
input[type=radio],input[type=checkbox]{
    width:auto !important;
    min-width:auto !important;
}
#totop{
    position: fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    padding:10px;
    width:50px;
    display:inline-block;
    border:1px solid #808080;
    border-radius: 10px;
    text-align:center;
    background-color:rgba(255,255,255,0.6);
    font-size:2rem;
    color:#666699;
    display:none;
}
#alpha{
    background-color:rgba(0,0,0,0.6);
    position: fixed;
    top:0;
    left:0;
    width:100vW;
    height:100vH;
    z-index:1000;
    display:none;
}
#dialog{
    background-color:rgba(255,255,255,0.9);
    position: fixed;
    top:calc(50% - 150px);
    left:calc(50% - 250px);
    width:500px;
    height:300px;
    z-index:1001;
    display:none;
    padding:30px;
    border:2px solid #fff;
    border-radius:20px;
    box-shadow:4px 4px 8px #000;
}
#dialog *{
    color:#000;
}
#dialog label{
    display:inline-block;
    width:120px;
    vertical-align: middle;
}
#dialog input{
    background-color:rgba(0,0,0,0.2);
    padding:4px 6px;
    width:230px;
    border:1px solid #808080;
    border-radius:5px;
    vertical-align: middle;
}
.close{
    width:30px;
    height:30px;
    background-color:#993300;
    position: absolute;
    top:-15px;
    right:-15px;
    border-radius:15px;
    cursor:pointer;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    font-weight:bold;
    box-shadow:4px 4px 8px #000;
    color:#fff !important;
}
.einzug{
    margin-left:30px;
}
#mobilenav{
    display:none;
}
#ueberuns_mitgliedschaften .sel{
    padding:10px;
    display:inline-block;
    box-shadow:4px 4px 8px #000;
    width:300px;
    max-width:95%;
    height:230px;
    border-radius:15px;
    margin:5px 10px;
    cursor:pointer;
}
#ueberuns_mitgliedschaften .sel img{
    max-width:50%;
    max-height:300px;
    box-shadow:0px 0px 0px transparent;
    vertical-align: middle;
}
#mymap{
    border-radius:15px;
}
#mymap *{
    box-shadow: none !important;
    border-radius:0px !important;
    border:0 !important;
}
#cookiehinweis{
    position:fixed;
    bottom:0px;
    left:0px;
    min-height:90px;
    width:100vW;
    background-color:rgba(0,0,0,0.7);
    padding:15px;
    line-height:30px;
    transition:all 1s;
}
#cookiehinweis button{
    padding:5px 8px;
    border-radius:7px;
    background-color:#666699;
    vertical-align:middle;
    float:right;
    margin-right:25px;
}

.leaflet-popup-content-wrapper *,.leaflet-control-layers-base *{
    color:#333333;
}
.leaflet-control-attribution a{
    font-size:11px;
}
.leaflet-popup-content,.leaflet-popup-content a{
    font-size:0.9rem;
}
.leaflet-popup-content strong{
    font-size:0.9rem;
}

.edit{
    position:relative;
}
.edit:before{
	font-family: 'entypo-plus';
	content: "\e680";
    position:absolute;
    right:10px;
    top:10px;
    padding:10px;
    background-color:rgba(0,0,0,0.7);
    border-radius: 10px;
}
#content ul,#content ol{
    margin-left:30px;
}
u{
    text-decoration: underline;
}
em{
    color:inherit;
}
.fehler{
    color:#FF6600 !important;
}
.right{
    display:inline-block;
    float:right;
    padding:0px 8px;
}