/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
*/

*{
    font-family:'Open Sans', sans-serif, Verdana;
    font-size:12px;
    margin:0;
    padding:0;
    color:#000;
    text-decoration:none;
    border:0px;
    vertical-align:top;
}
html,body{
    overflow:auto;
    min-height:100%;
}
body{
    background-repeat:no-repeat;background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    background-attachment:fixed;
}

body > header{
    position:fixed;
    z-index:100;
    height:139px;
    width:100%;
    top:0px;
    left:0px;
    background-image:url(../image/header_bg.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:bottom;
    text-align:center;
    padding-top:70px;
    transition:all 1s;
}
body > header.small{
    height:89px;
    padding-top:20px;
}
body > header > menu{
    display:table;
    margin:auto;
    color:#fff;
}
body > header > menu > a{
    display:table-cell;
    padding:0px 10px;
    vertical-align:middle;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    position: relative;
    transition: all 0.3s ease-in-out 0.3s;
    font-weight:bold;
    font-size:1.1rem;
}
.tl:before {
  content: "";
  position: absolute;
  width: 50%;
  margin-top:4px;
  margin-left:25%;
  height: 2px;
  bottom: 5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tl:hover:before,body > header > menu > .aktiv:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.redtl{
    position: relative;
}
.redtl:before {
  content: "";
  position: absolute;
  width: 20%;
  margin-top:4px;
  margin-left:40%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ff559a;
}
body > section{
    width:90%;
    min-height:500px;
    margin:20px auto;
    margin-top:175px;
    background-color:#fff;
}
body > section > figure{
    background-image:url(../image/header.jpg);
    background-size:100%;
    background-position:center;
    background-size:cover;
    height:320px;
    padding-top:80px;
}
body > section > figure > aside{
    display:block;
    width:550px;
    height:200px;
    border-radius:15px;
    padding:30px;
    margin:auto;
    background-color:rgba(255,255,255,0.7);
    text-align:center;
    line-height:1.7em;
    font-size:1.2em;
    overflow:hidden;
}
body > section > article{
    display:block;
    width:80%;
    border-radius:15px;
    padding:30px;
    margin:auto;
    background-color:rgba(255,255,255,0.8);
    text-align:justify;
    line-height:1.7em;
    font-size:1.2em;
    position:relative;
}
body > section > figure > aside > h1{
    font-size:1.7em;
}
body > section > h1,body > section > article > h1{
    color:#00567c;
    display:block;
    font-size:1.7em;
    text-align:center;
}


.bt{
    line-height:2em;
    display:inline-block;
    padding:0px 20px;
    border-radius:0.5em;
    background-color:#003e5c;
    margin:8px 15px;
    font-size:1em;
    color:#fff;
    width:200px;
    cursor:pointer;
}
.center{
    text-align:center;
}
.bt.fehler{
    color:#FFF !important;
    background-color:#D51F1F;
}
.bt.richtig{
    color:#FFF !important;
    background-color:#008000;
}
.fehler{
    color:#FF6600 !important;
}
.block{
    display:block;
}
.mabot{
    margin-bottom:15px;
}
.big{
    font-size:1.7em;
}
.bigger{
    font-size:2.0rem;
}


figcaption{
    text-align:center;
}
figcaption figure{
    display:inline-block;
    width:200px;
    height:200px;
    border-radius:100px;
    border:1px solid #808080;
    background-size:cover;
    margin:20px;
}
 figcaption#galerie figure{
    display:inline-block;
    width:100px;
    height:100px;
    border-radius:50px;
    border:1px solid #808080;
    background-size:cover;
    margin:10px;
    box-shadow:4px 4px 8px #000;
}
 figcaption#galerie figure:hover{
    margin:15px 5px 5px 15px;
    box-shadow:0px 0px 5px #000;
}
figcaption#galerie figure a.fancyboximage{
    display:inline-block;
    width:inherit;
    height:inherit;
    border-radius:50px;
}
.fancybox-infobar__body span{
    color:#fff;
}
.fancybox-container{
    background-color:rgba(0,0,0,0.7);
}
.fancybox-image{
    box-shadow:4px 4px 8px #000;
    border-radius:8px;

}
figcaption > h3{
    display:inline-block;
    width:150px;
    padding:0px 25px;
    font-weight:bold;
    margin:0px 20px;
    color:#00567c;
}
figcaption > aside{
    display:inline-block;
    width:150px;
    padding:0px 25px;
    margin:0px 20px;
}

#iconbar{
    display:block;
    background-image:url(../image/iconbg.png);
    text-align:center;
}
#iconbar a{
    font-size:100px;
    color:#b0c9d4;
    display:inline-block;
    margin:5px 40px;
    position:relative;
    margin-top:25px;
    margin-bottom:55px;
    width:100px;
}
#iconbar a span{
    font-size:1rem;
    color:#04587e;
    display:block;
    position:absolute;
    width:100px;
    bottom:-20px;
    text-align:center;
}
#offerbar{
    display:block;
    background-color:#004e73;
    text-align:center;
    padding:0px 25px;
}
#offerbar > article{
    display:inline-block;
    width:40%;
    margin:5px 10px;
    height:150px;
}
#offerbar > article > figcaption{
    display:table;
}
#offerbar > article > figcaption *{
    color:#fff;
}
#offerbar > article > figcaption > figure ,#offerbar > article > figcaption > div{
    display:table-cell;
}
#offerbar > article > figcaption > figure{
    display:inline-block;
    width:100px;
    height:100px;
    border-radius:50px;
    border:1px solid #808080;
    background-size:cover;
    margin:0px 10px;
}
#offerbar > article > figcaption > div > h3{
    display:inline-block;
    height:1.4em;
    overflow:hidden;
}
#offerbar > article > figcaption > div > aside{
    display:inline-block;
    height:3.9em;
    overflow:hidden;
    margin:10px 0px;
}
#offerbar > article > figcaption > div > a{
    font-weight:bold;
    cursor:pointer;
}

#offerbar > article:hover > figcaption > figure{
     opacity:1 !important;
     filter: grayscale(0%) !important;
     -webkit-filter: grayscale(0%) !important;
     -moz-filter: grayscale(0%) !important;
     -ms-filter: grayscale(0%) !important;
     -o-filter: grayscale(0%) !important;
     filter: none !important;
}

#shopsbar figcaption span a{
     display:inline-block;
     width:160px;
     height:80px;
     background-size:contain;
     background-position:center center;
     background-repeat:no-repeat;
     margin:10px 20px;
     border:0px ;
     -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));
     opacity:0.4;
     transition-duration: 0.7s;
}
#shopsbar figcaption span:hover a{
     opacity:1;
}

body > section > footer{
     width:100%;
     height:450px;
     background-image:url(../image/footer_galerie.jpg);
     background-size:cover;
     background-repeat:no-repeat;
     background-position:0px 0px;
     position:relative;
}
body > section > footer > menu{
     background-image:url(../image/footer_bg.png);
     background-size:cover;
     background-repeat:no-repeat;
     background-position:top;
     position:absolute;
     bottom:0px;
     height:200px;
     width:100%;
     display:table;
}
body > section > footer > menu > aside{
     display:table-cell;
     padding:0px 50px;
     padding-top:40px;
     color:#fff;
     width:40%;
}
body > section > footer > menu > aside:nth-of-type(2){
     width:30%;
}
body > section > footer > menu > aside:nth-of-type(3){
     width:30%;
}
body > section > footer > menu > aside > h3{
     margin-bottom:7px;
}
body > section > footer > menu > aside #footerzeiten{
     color:#fff;
     height:2.8rem;
     overflow:hidden;
}
#footerzeiten *{
     color:inherit;
}
body > section > footer > menu > aside:nth-of-type(2) > a{
     color:inherit;
     display:inline-block;
     padding:2px 15px 3px 3px;
     border-bottom:1px solid #fff;
     text-transform:uppercase;
     width:120px;
     opacity:0.6;
     transition:all 0.5s;
}
body > section > footer > menu > aside > a:hover{
     opacity:1;
}
body > section > footer > menu > aside > a{
     color:inherit;
}

.gray{
     filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     filter: url(desaturate.svg#greyscale);
     filter: gray;
     -webkit-filter: grayscale(1);
     opacity:0.7;
     transition-duration: 0.7s;
}
.gray:hover{
     opacity:1;
     filter: grayscale(0%);
     -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     -o-filter: grayscale(0%);
     filter: none;
    border:1px solid #993300;
}
.white{
    color:rgb(255,255,255);
}
#grundriss,#grundriss_og{
    max-width:100%;
     border:1px solid #000;
     margin-bottom:12px;
}
.aktiv polygon,.aktiv rect,.aktiv polyline {
    fill:#FF6600 !important;
}
#grundriss g:not(#Ebene_1):hover polygon,#grundriss g:not(#Ebene_1):hover rect,#grundriss g:not(#Ebene_1):hover polyline {
    fill:#004e73;
}
#grundriss_og g:not(#Ebene_1):hover polygon,#grundriss_og g:not(#Ebene_1):hover rect,#grundriss_og g:not(#Ebene_1):hover polyline {
    fill:#004e73;
}
.svg_nobg g{
    fill:transparent !important;
}
#tooltip{
    display:none;
    background-color:rgba(255,255,255,0.8);
    border-radius:10px;
    box-shadow:4px 4px 8px #000;
    position:absolute;
    z-index:1000;
    margin-top:15px;
    margin-left:15px;
    padding:10px;
}
#tooltip img{
    max-width:180px;
    max-height:80px;
}
#gmap{
    width:100%;
    min-height:600px;
    box-shadow:4px 4px 8px #000;
    border-radius:10px;
}
div.edit{
    min-height:180px;
    border:1px dotted #FF6600;
}
div.editor{
    min-height:180px;
    width:85%;
    border:1px dotted #808080;
    line-height:inherit;
    border-radius:8px;
    padding:10px;
}
aside div.edit{
    min-height:100px;
    border:1px dotted #FF6600;
}
h1.edit{
    min-height:30px;
    border:1px dotted #FF6600;
}
div,strong,b,i,table,tbody,tr,td,th{
    font-size:inherit;
    line-height:inherit;
}
#totop{
    position:fixed;
    right:30px;
    bottom:30px;
    font-size:25px;
    line-height:30px;
    width:30px;
    height:30px;
    border:3px solid #000;
    text-align:center;
    border-radius:6px;
    cursor:pointer;
    color:#000;
    opacity:0.7;
    background-color:rgba(255,255,255,0.7);
    display:none;
    z-index:999;
}
#totop:hover{
    opacity:1;
}
form{
    display:block;
    width:75%;
    margin:auto;
    font-size:inherit;
    line-height:2.5rem;
}
#loginform label{
    width:auto;
    margin-left:5px;
}
form label{
    display:inline-block;
    padding:0px 15px;
    font-size:inherit;
    margin-left:20px;
    width:100px;
}
form input,form textarea{
    border:1px dotted #808080;
    padding:3px 5px;
    border-radius:5px;
}
form textarea{
    margin-top:3px;
}
form .bt{
    margin:0px;
    margin-top:-3px;
}
nav{
    display:table-cell;
    width:150px;
    padding-right:20px;
}
nav a{
    font-size:1.2rem;
    color:inherit;
    display:block;
    padding:3px 10px;
}
nav ul{
    width:150px;
    background-color:#003e5c;
    list-style-type:none;
    padding:5px;
    border-radius:5px;
}
nav ul li{
    border-bottom:1px solid #efefef;
    color:#fff;
}
nav ul li:last-of-type{
    border-bottom:0px;
}
nav ul li:hover,nav ul li.aktiv{
    background-color:rgba(0,0,0,0.3);
}
.usercontent{
    display:table;
    width:100%;
    min-height:300px;
    font-size:1.2rem;
}
.usercontent div{
    display:table-cell;
}
.usercontent #anzeige{
    display:table-cell;
}
.usercontent a{
    cursor:pointer;
}
.usercontent #datenupdate,.usercontent #dateneintrag, .usercontent #datenliste{
    font-size:1.7rem;
    float:right;
    display:inline-block;
    width:30px;
    height:30px;
    text-align:center;
    border:1px solid #000;
    border-radius:5px;
    background-color:rgba(0,0,0,0.1);
}
.usercontent #form{
    display:none;
}
.usercontent #form input{
    width:255px;
}
table{
    border-spacing:0px;
}
table tr:nth-of-type(2n){
    background-color:rgba(0,0,0,0.2);
}
#sel_lage{
    display:none;
    width:800px;
    height:70%;
    overflow-x:hidden;
    position:fixed;
    top:10%;
    left:50%;
    margin-left:-400px;
    z-index:1002;
    background-color: #fff;
}
#alpha{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1001;
    background-color:rgba(0,0,0,0.8);
}
.hidden{
    display:none;
}
.admin_galerie{
    text-align:center;
    padding:10px;
    border-radius:7px;
    opacity:0.7;
    display:inline-block;
    width:100px;
    height:130px;
    border:1px solid #969696;
    position:relative;
    margin:0px 10px 10px 10px;
    box-shadow:4px 4px 8px #000;
    transition:all 0.5s;
}
.admin_galerie:hover{
    opacity:1;
}
.admin_galerie img{
    max-width:100px;
    max-height:100px;
}
.admin_galerie a{
    position:absolute;
    bottom:0px;
    margin-left:-10px;
}
#shops{
    text-align:center;
}
#shops figcaption{
    display:inline-block;
    width:480px;
    min-height:100px;
    text-align:left;
    margin:15px;
    border-radius:8px;
    padding:15px;
    box-shadow:4px 4px 8px #000;
    opacity:0.7;
    transition:all 0.5s;
}
#shops figcaption:hover{
    opacity:1;
    box-shadow:0px 0px 6px #000;
    margin:20px 10px 10px 20px;
}
#shops figcaption span{
    width:200px;
    display:inline-block;
    margin-right:10px;
    float:left;
}
#shops figcaption span img{
    display:inline-block;
    max-width:200px;
    max-height:100px;
}
#shops figcaption h2{
    width:260px;
    display:inline-block;
    font-size:1.2rem;
}
#shops figcaption a.bt{
    display:inline-block;
    width:auto;
    text-align:center;
    margin:10px;
    float:right;
}
#shop figcaption{
    display:table;
    width:90%;
    margin:auto;
}
#shop figcaption span{
    display:table-cell;
    max-width:100%;
}
#shop figcaption span img{
    display:inline-block;
    max-width:250px;
    max-height:100px;
}
#shop svg{
    border-radius:15px;
    box-shadow:4px 4px 8px #000;
}
#zeitenform label{
    margin-left:5px;
}
#zeitenform label:last-of-type{
    width:30px;
}
#zeitenform select{
    margin-top:5px;
}
#zeitenform input[type=checkbox]{
    width:auto;
    margin-top:8px;
    margin-left:0px;
}
#zeiten,#shopdaten{
    text-align:left;
    display:inline-block;
    width:245px;
    max-width:100%;
    line-height:1.5em;
    border-radius:15px;
    box-shadow:4px 4px 8px #000;
    padding:15px;
    font-size:1.1rem;
}
#shopdaten{
    width:80%;
}
#zeiten .wt{
    text-align:left;
    line-height:1.3em;
    display:inline-block;
    width:80px;
    padding-left:5px;
    font-size:inherit;
}
#zeiten .wt ,#shopdaten a{
    font-size:inherit;
}
#zeiten .txtright{
    text-align:right;
}
#zeiten .wtlast{
    width:50px;
}
.heute{
    background-color:#003e5c;
    color:#fff;
}
#mieterkontakt{
    display:none;
    width:550px;
    height:350px;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-275px;
    margin-top:-175px;
    z-index:1002;
    background-color:rgba(255,255,255,0.9);
    border-radius:15px;
    box-shadow:4px 4px 8px #000;
    padding:10px;
    font-size:1.1rem;
}
#mieterkontakt form{
    width:90%;
}
#mieterkontakt form input,#mieterkontakt form textarea,#kontaktform input,#kontaktform textarea{
    width:300px;
}
#mieterkontakt .close,#offer .close,#event .close{
    position:absolute;
    right:-30px;
    top:-30px;
    font-size:3rem;
    color:#fff;
    cursor:pointer;
}
#kontakt > div{
    display:table;
    width:100%;
}
#kontakt form,#kontakt aside{
    width:50%;
    display:table-cell;
    font-size:inherit;
}
#kontaktdaten{
    text-align:left;
    display:inline-block;
    min-width:80%;
    max-width:100%;
    line-height:1.2em;
    border-radius:15px;
    box-shadow:4px 4px 8px #000;
    padding:15px;
    margin-top:25px;
    margin-left:25px;
    font-size:1.1rem;
}
input[name=check]{
    display:none;
}
#offer,#event{
    display:none;
    width:750px;
    min-height:350px;
    position:fixed;
    top:35%;
    left:50%;
    margin-left:-375px;
    margin-top:-175px;
    z-index:1002;
    background-color:rgba(255,255,255,0.9);
    border-radius:15px;
    box-shadow:4px 4px 8px #000;
    padding:10px;
    font-size:1.1rem;
}
#offer *,#event *{
    display:inline-block;
}
#offer div,#event div{
    display:table;
}
#offer figure,#event figure{
    display:table-cell;
    width:320px;
}
#offer article,#event article{
    display:table-cell;
    padding:20px;
    padding-top:0px;
    max-height:350px !important;
    overflow:auto;
}
#offer article aside,#event article aside{
    max-height:350px;
    overflow:auto;
}
#offer figure img,#event figure img{
    border-radius:7px;
    box-shadow:4px 4px 8px #000;
    max-width:300px;
    max-height:350px;
}

#offer h2,#event h2{
    display:inline-block;
    font-size:1.1rem;
}
#offer #logo,#event #logo{
    max-width:200px !important;
    max-height:90px !important;
}
#angebote{
    display:block;
    background-color:#004e73;
    text-align:center;
    width:100%;
}
#angebote > article{
    display:inline-block;
    width:40%;
    margin:5px 10px;
    height:150px;
}
#angebote > article > figcaption{
    display:table;
}
#angebote > article > figcaption *{
    color:#fff;
}
#angebote > article > figcaption > figure ,#angebote > article > figcaption > div{
    display:table-cell;
}
#angebote > article > figcaption > figure{
    display:inline-block;
    width:100px;
    height:100px;
    border-radius:50px;
    border:1px solid #808080;
    background-size:cover;
    margin:0px 10px;
}
#angebote > article > figcaption > div > h3{
    display:inline-block;
    height:1.4em;
    overflow:hidden;
}
#angebote > article > figcaption > div > aside{
    display:inline-block;
    height:3.9em;
    overflow:hidden;
    margin:10px 0px;
}
#angebote > article > figcaption > div > a{
    font-weight:bold;
    cursor:pointer;
}

#angebote > article:hover > figcaption > figure{
     opacity:1 !important;
     filter: grayscale(0%) !important;
     -webkit-filter: grayscale(0%) !important;
     -moz-filter: grayscale(0%) !important;
     -ms-filter: grayscale(0%) !important;
     -o-filter: grayscale(0%) !important;
     filter: none !important;
}
#burger,#mobilemenu{
    display:none;
}
.centerplan{
    padding:30px;
    padding-top:20px;
}