#regio-map-page{
    position: relative;
    width: 100%;
    padding: 310px 0 130px;
    background: linear-gradient(0deg, #14335D 0%, #19415F 32.74%, #3A79A8 73.17%, #80C3F4 100%);
    cursor: url(/img/map/cursor.svg), auto;
}

#erz-accordion{
    display: none;
}
.erz-accordion-headline{
    display: none;
}
#regio-map-page a{
    /*cursor: url(/wp-content/plugins/regional-map/img/cursor.svg), auto;*/
}
#regio-maps-container{
    height: 800px;
    position: relative;
    width: 100%;
}
.regio-map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.map-marker-list{
    display: none;
}

.click-svg-region{
    fill: #ffffff;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.click-svg-region:hover, .click-svg-region.active{
    opacity: 1;
}

.regio-map-bottom-container{
    position: absolute;
    bottom: 135px;
    width: 100%;
}
.regio-map{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 1s ease-out;
}
.regio-map.out{
    opacity: 0;
    -webkit-transform: translate(0, -3000px);
    transform: translate(0, -3000px);
}
.regio-map.out-left{
    opacity: 0;
    -webkit-transform: translate(-4000px, 0);
    transform: translate(-4000px, 0);
}
.regio-map.out-right{
    opacity: 0;
    -webkit-transform: translate(4000px, 0);
    transform: translate(4000px, 0);
}
.regio-map.out-down{
    opacity: 0;
    -webkit-transform: translate(0, 3000px);
    transform: translate(0, 3000px);
}

.map-marker-on-map{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 1s ease-out;
}
.map-marker-on-map.out{
    opacity: 0;
    -webkit-transform: translate(0, -3000px);
    transform: translate(0, -3000px);
}

.regio-map-container{
    max-width: 1140px;
    margin: 0 auto;
    overflow: visible;
    /*border: 1px solid black;*/
    /*display: inline-block;*/
}
.regio-map-click-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
#regional-map-click-svg{
    transform: translate(1%,-3%);
    max-width: 1177px;
    min-width: 990px;
    width: 100%;
}
.regio-map-img {
    z-index: 1;
}

.regio-map-deco-container{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.regio-map-bg-container{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.regional-map-deco{
    position: absolute;
}

.regional-map-deco-follow{
    /*transform: translate(-50%,-50%);*/
    transition: transform 0.5s ease-out;
}

.helper-marker{
    width: 150px;
    height: 100px;
    background-color: #ffffff;
    border: 1px solid #999;
    border-radius: 25px;
    transition: all 0.2s linear;
    padding: 0;
    z-index: 4;
    cursor: pointer;
    opacity: 0.5 !important;
}

.helper-marker img{
    border-radius: 25px;
    max-width: 48px;
}

.helper-marker .map-marker-headline, .helper-marker .map-marker-address{
    display: none;
    margin-top: 0;
    opacity: 0;
    transition: all 0.2s linear;
}

.helper-marker.detailed{
    width: 200px;
    height: 150px;
    border-radius: 5px;
    padding: 10px;
    z-index: 5;
    cursor: auto;
}
.helper-marker.detailed .map-marker-headline{
    display: inline-block;
    margin-top: 10px;
    opacity: 1;
}

.helper-marker.detailed .map-marker-address{
    display: block;
    margin-top: 5px;
    opacity: 1;
}
.map-deco{
    position: absolute;
}

.overview-marker{
    opacity: 1;
    width: 95px;
    height: 90px;
    z-index: 4;
}
.overview-marker .map-marker-tri{
    position: absolute;
    bottom: 0;
    left: 33px;
}
.overview-marker.active{
    transform: scale(1.25);
    transform-origin: center bottom;
}
.overview-marker .map-marker-bg{
    position: absolute;
    width: 117px;
    max-width: none;
    top: 0;
    left: 0;
}
.overview-marker .map-name-cont{
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: #408BC2;
    width: 240px;
    height: 48px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    left: -72px;
    top: -29px;
    transform: scale(0.8);
}
.overview-marker.active .map-name-cont{
    display: flex;
}
.overview-marker .reg-erz-count{
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #009D13;
    border-radius: 16px;
    color: #ffffff;
    top: -11px;
    right: -9px;
    padding: 5px 0;
    text-align: center;
}
.overview-marker.active .reg-erz-count{
    display: none;
}
.overview-marker .reg-erz-map-icon{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 50%;
    margin-left: -35px;
}
.overview-marker .map-to-text{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 21px;
    display: none;
    left: 50%;
    margin-left: -30px;
}
.overview-marker.active .map-to-text{
    display: block;
}
.overview-marker .map-to-text img{
    width: 22px;
    transform: rotate(-90deg);
    margin: 0 auto;
    display: block;
}
.overview-marker .map-to-text div{
    text-align: center;

    font-family: 'Caveat Brush', cursive;
    color: #0C2C40;
    font-size: 20px;
    line-height: 20px;
}
.overview-marker.active .reg-erz-map-icon{
    display: none;
}



.erz-map-marker{
    opacity: 1;
    width: 140px;
    height: 134px;
    z-index: 4;
    position:relative;
    transform-origin: center bottom;
    transform: scale(0.8);
    transition: transform 0.2s linear;
}
.erz-map-marker.active{
    transform: scale(1);
    z-index:5;
}
.erz-map-icon-mask{
    position: absolute;
    top: 18px;
    right: 50%;
    height: 78px;
    width: 0;
    overflow: hidden;
    transition: width 0.2s linear;
}
.erz-map-marker.active .erz-map-icon-mask{
    width: 150px;
}
.erz-map-icon-cont{
    width: 150px;
    height: 100%;
    background-color: #663B33;
    border-radius: 8px;
    float: right;
    color: #FFFFFF;
}
.erz-map-icon-cont svg{
    width: 50px;
    margin: 15px;
    fill: #FFFFFF;
}
.erz-map-name-mask{
    position: absolute;
    top: 18px;
    left: 50%;
    height: 78px;
    width: 0;
    overflow: hidden;
    transition: width 0.2s linear;
}
.erz-map-name-cont{
    position: relative;
    height: 100%;
    background-color: #663B33;
    border-radius: 8px;
    display: inline-block;
}
.erz-marker-tri{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.erz-marker-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 173px;
    height: 142px;
    max-width: none;
}
.erz-map-img{
    position: absolute;
    top: 4px;
    left: 3px;
    width: 136px;
    mask-image: url(/img/map/erzeugermask.svg);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: top center;
    -webkit-mask-image: url(/img/map/erzeugermask.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: 0 0;
}

.erz-map-name{
    padding: 14px 30px 14px 130px;

}
.erz-map-name div{
    color: #ffffff;
    font-family: 'Caveat Brush', cursive;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    white-space:nowrap;
}
.erz-map-arrow-icon{
    position: absolute;
    left: 88px;
    top: 27px;
    width: 25px;
    transform: rotate(-90deg);
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes cloud {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    25% {
        -webkit-transform: translate3d(6%, 0, 0);
        transform: translate3d(6%, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-1%, 0, 0);
        transform: translate3d(-1%, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cloud {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    25% {
        -webkit-transform: translate3d(6%, 0, 0);
        transform: translate3d(6%, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-1%, 0, 0);
        transform: translate3d(-1%, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes birds {
    from {
        opacity: 0;
        top: 91%;
        right: 0;
    }

    15% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        top: -18%;
        right: 91%;
    }

    to {
        opacity: 0;
        top: -18%;
        right: 91%;
    }
}

@keyframes birds {
    from {
        opacity: 0;
        top: 91%;
        right: 0;
    }

    15% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        top: -18%;
        right: 91%;
    }

    to {
        opacity: 0;
        top: -18%;
        right: 91%;
    }
}

@keyframes birdsMirror {
    from {
        opacity: 0;
        top: 91%;
        right: 100%;
        transform: scaleX(-1);
    }

    15% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        top: -18%;
        right: 9%;
        transform: scaleX(-1);
    }
    to {
        opacity: 0;
        top: -18%;
        right: 9%;
        transform: scaleX(-1);
    }
}


.map-headline{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: -200px;
    text-align: center;
}
.map-headline img{
    display: inline-block;
    margin-bottom: 20px;
}

.sub-regio-map{
    top: -100px;
}

.sub-regio-map .map-headline{
    top: -85px;
    z-index: 2;
}
.main-regio-map .map-headline{
    top: -170px;
    z-index: 2;
}

.map-backlink{
    position: absolute;
    display: block;
    top: -50px;
    right: 15px;
    transform: scale(1);
    transition: transform 0.2s linear;
}
.map-backlink:hover{
    transform: scale(1.2);
}
.map-backlink div{
    color: #ffffff;
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.map-backlink img{
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin-right: 10px;
    transform: rotate(90deg);
}


/*
DECORATIVES
*/
.map-deco.clouds{
    opacity: 0.9;
}

#regio-map-bayern .map-deco.wolke-1{
    top: 53%;
    left: -7%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-bayern .map-deco.wolke-2{
    top: 9%;
    right: -5%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-bayern .map-deco.birds-1{
    top: -4%;
    right: 84%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    /*animation-direction: reverse;*/
    animation-name: birds;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.map-deco.flag-1{
    top: -23%;
    /*width: 30%;*/
    right: 3%;
}
.sub-regio-map .map-deco.flag-1{
    /*    top: 6%;
        width: 17%;
        right: 0%;*/

    top: -12%;
    /*width: 15%;*/
    right: 22%;
}
#regio-map-bayern .map-deco.wolke-bg-1{
    top: -9%;
    right: 31%;
    width:81%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-bayern .map-deco.wolke-bg-2{
    top: -7%;
    right: 11%;
    width:81%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-bayern .map-deco.wolke-bg-3{
    top: 18%;
    right: 12%;
    width:81%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-bayern .map-deco.wolke-bg-4{
    top: 26%;
    right: -8%;
    width:81%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-bayern .map-deco.wolke-bg-5{
    top: 55%;
    right: 17%;
    width:81%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


#regio-map-bayern .map-deco.map-sonne{
    top: -94%;
    left: -31%;
}


#regio-map-bayern .map-deco.wolke-1.rain{
    top: 38%;
    left: 54%;
}
#regio-map-bayern .map-deco.wolke-2.rain{
    top: 21%;
    right: 42%;
}
#regio-map-bayern .map-deco.wolke-3.rain{
    bottom: 44%;
    right: 3%;

    animation-delay: 2s;
    animation-duration: 22s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}
#regio-map-bayern .map-deco.wolke-4.rain{
    top: -4%;
    left: 2%;

    animation-delay: 0.3s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-bayern .map-deco.wolke-5.rain{
    top: -2%;
    right: 25%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}







#regio-map-schwaben .map-deco.wolke-1{
    top: 48%;
    right: 9%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-schwaben .map-deco.wolke-2{
    top: 2%;
    left: 16%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-schwaben .map-deco.birds-1{
    top: -1%;
    right: 22%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    animation-name: birdsMirror;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#regio-map-schwaben .map-deco.wolke-bg-1{
    top: 5%;
    right: 23%;
    width: 40%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-schwaben .map-deco.wolke-bg-2{
    top: 15%;
    right: 6%;
    width: 68%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-schwaben .map-deco.wolke-bg-3{
    top: 22%;
    right: 12%;
    width: 72%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-schwaben .map-deco.wolke-bg-4{
    top: 46%;
    right: 25%;
    width: 50%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-schwaben .map-deco.wolke-bg-5{
    top: 55%;
    right: 22%;
    width: 65%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#regio-map-schwaben .map-deco.map-sonne{
    top: -69%;
    left: -24%;
}


#regio-map-schwaben .map-deco.wolke-1.rain{
    top: 33%;
    left: 43%;
}
#regio-map-schwaben .map-deco.wolke-2.rain{
    top: 27%;
    left: 20%;
    right: auto;
}
#regio-map-schwaben .map-deco.wolke-3.rain{
    display: none;

}
#regio-map-schwaben .map-deco.wolke-4.rain{
    display: none;
}
#regio-map-schwaben .map-deco.wolke-5.rain{
    top: -2%;
    right: 25%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}







#regio-map-oberbayern .map-deco.wolke-1{
    top: 18%;
    right: 21%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberbayern .map-deco.wolke-2{
    top: 17%;
    left: -6%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberbayern .map-deco.birds-1{
    top: -1%;
    right: 22%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    animation-name: birdsMirror;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#regio-map-oberbayern .map-deco.wolke-bg-1{
    top: 2%;
    right: 48%;
    width: 48%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberbayern .map-deco.wolke-bg-2{
    top: 14%;
    right: 41%;
    width: 59%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberbayern .map-deco.wolke-bg-3{
    top: 22%;
    right: 27%;
    width: 72%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberbayern .map-deco.wolke-bg-4{
    top: 32%;
    right: 2%;
    width: 82%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberbayern .map-deco.wolke-bg-5{
    top: 43%;
    right: 16%;
    width: 96%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


#regio-map-oberbayern .map-deco.map-sonne{
    top: -75%;
    left: -34%;
}


#regio-map-oberbayern .map-deco.wolke-1.rain{
    top: -2%;
    left: 14%;
}
#regio-map-oberbayern .map-deco.wolke-2.rain{
    top: 29%;
    left: 15%;
}
#regio-map-oberbayern .map-deco.wolke-3.rain{
    display: none;
}
#regio-map-oberbayern .map-deco.wolke-4.rain{
    top: 35%;
    left: 38%;

    animation-delay: 0.3s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberbayern .map-deco.wolke-5.rain{
    top: 35%;
    right: 12%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}







#regio-map-niederbayern .map-deco.wolke-1{
    top: 5%;
    right: 1%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-niederbayern .map-deco.wolke-2{
    top: 64%;
    left: 3%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-niederbayern .map-deco.birds-1{
    top: -1%;
    right: 22%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    animation-name: birdsMirror;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#regio-map-niederbayern .map-deco.wolke-bg-1{
    top: 15%;
    right: 2%;
    width: 67%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-niederbayern .map-deco.wolke-bg-2{
    top: 26%;
    right: -11%;
    width: 59%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-niederbayern .map-deco.wolke-bg-3{
    top: 22%;
    right: 27%;
    width: 72%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-niederbayern .map-deco.wolke-bg-4{
    top: 26%;
    right: 29%;
    width: 82%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-niederbayern .map-deco.wolke-bg-5{
    top: 29%;
    right: -1%;
    width: 96%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


#regio-map-niederbayern .map-deco.map-sonne{
    top: -69%;
    left: -24%;
}


#regio-map-niederbayern .map-deco.wolke-1.rain{
    top: 16%;
    left: 63%;
}
#regio-map-niederbayern .map-deco.wolke-2.rain{
    top: 12%;
    left: 31%;
}
#regio-map-niederbayern .map-deco.wolke-3.rain{
    display: none;
}
#regio-map-niederbayern .map-deco.wolke-4.rain{
    top: 44%;
    left: 53%;

    animation-delay: 0.3s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-niederbayern .map-deco.wolke-5.rain{
    top: 24%;
    right: 67%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}







#regio-map-mittelfranken .map-deco.wolke-1{
    top: 47%;
    right: -5%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-mittelfranken .map-deco.wolke-2{
    top: -7%;
    left: 3%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-mittelfranken .map-deco.birds-1{
    top: -1%;
    right: 22%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    animation-name: birdsMirror;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#regio-map-mittelfranken .map-deco.wolke-bg-1{
    top: -2%;
    right: 21%;
    width: 92%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-mittelfranken .map-deco.wolke-bg-2{
    top: 13%;
    right: -10%;
    width: 64%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-mittelfranken .map-deco.wolke-bg-3{
    top: 42%;
    right: 14%;
    width: 88%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-mittelfranken .map-deco.wolke-bg-4{
    top: 26%;
    right: 29%;
    width: 82%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-mittelfranken .map-deco.wolke-bg-5{
    top: 16%;
    right: 0;
    width: 96%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


#regio-map-mittelfranken .map-deco.map-sonne{
    top: -69%;
    left: -24%;
}


#regio-map-mittelfranken .map-deco.wolke-1.rain{
    top: 10%;
    left: 63%;
}
#regio-map-mittelfranken .map-deco.wolke-2.rain{
    top: 3%;
    left: 31%;
}
#regio-map-mittelfranken .map-deco.wolke-3.rain{
    display: none;
}
#regio-map-mittelfranken .map-deco.wolke-4.rain{
    top: 48%;
    left: 49%;

    animation-delay: 0.3s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-mittelfranken .map-deco.wolke-5.rain{
    top: 24%;
    right: 67%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}







#regio-map-oberpfalz .map-deco.wolke-1{
    top: 18%;
    right: 12%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberpfalz .map-deco.wolke-2{
    top: 15%;
    left: 1%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberpfalz .map-deco.birds-1{
    top: -1%;
    right: 22%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    animation-name: birdsMirror;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#regio-map-oberpfalz .map-deco.wolke-bg-1{
    top: 0;
    right: 25%;
    width: 54%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberpfalz .map-deco.wolke-bg-2{
    top: 14%;
    right: 17%;
    width: 74%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberpfalz .map-deco.wolke-bg-3{
    top: 39%;
    right: -6%;
    width: 72%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberpfalz .map-deco.wolke-bg-4{
    top: 33%;
    right: 29%;
    width: 82%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberpfalz .map-deco.wolke-bg-5{
    top: 45%;
    right: 25%;
    width: 78%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


#regio-map-oberpfalz .map-deco.map-sonne{
    top: -69%;
    left: -24%;
}


#regio-map-oberpfalz .map-deco.wolke-1.rain{
    top: 25%;
    left: 56%;
}
#regio-map-oberpfalz .map-deco.wolke-2.rain{
    top: 3%;
    left: 31%;
}
#regio-map-oberpfalz .map-deco.wolke-3.rain{
    display: none;
}
#regio-map-oberpfalz .map-deco.wolke-4.rain{
    top: 48%;
    left: 37%;

    animation-delay: 0.3s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberpfalz .map-deco.wolke-5.rain{
    top: 31%;
    right: 66%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}







#regio-map-oberfranken .map-deco.wolke-1{
    top: 62%;
    right: 2%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberfranken .map-deco.wolke-2{
    top: 15%;
    left: -2%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberfranken .map-deco.birds-1{
    top: -1%;
    right: 22%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    animation-name: birdsMirror;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#regio-map-oberfranken .map-deco.wolke-bg-1{
    top: 13%;
    right: 34%;
    width: 54%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberfranken .map-deco.wolke-bg-2{
    top: 13%;
    right: -8%;
    width: 74%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberfranken .map-deco.wolke-bg-3{
    top: 26%;
    right: -6%;
    width: 72%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberfranken .map-deco.wolke-bg-4{
    top: 16%;
    right: 14%;
    width: 82%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberfranken .map-deco.wolke-bg-5{
    top: 41%;
    right: 25%;
    width: 80%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


#regio-map-oberfranken .map-deco.map-sonne{
    top: -69%;
    left: -24%;
}


#regio-map-oberfranken .map-deco.wolke-1.rain{
    top: 14%;
    left: 56%;
}
#regio-map-oberfranken .map-deco.wolke-2.rain{
    top: 3%;
    left: 31%;
}
#regio-map-oberfranken .map-deco.wolke-3.rain{
    display: none;
}
#regio-map-oberfranken .map-deco.wolke-4.rain{
    top: 45%;
    left: 37%;

    animation-delay: 0.3s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-oberfranken .map-deco.wolke-5.rain{
    top: 31%;
    right: 66%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}







#regio-map-unterfranken .map-deco.wolke-1{
    top: 62%;
    right: 2%;

    animation-delay: 2.3s;
    animation-duration: 20s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-unterfranken .map-deco.wolke-2{
    top: 15%;
    left: -2%;

    animation-delay: 3s;
    animation-duration: 35s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-unterfranken .map-deco.birds-1{
    top: -1%;
    right: 22%;

    animation-delay: 0.7s;
    animation-duration: 40s;
    animation-name: birdsMirror;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#regio-map-unterfranken .map-deco.wolke-bg-1{
    top: 7%;
    right: 11%;
    width: 54%;

    animation-delay: 1.3s;
    animation-duration: 25s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-unterfranken .map-deco.wolke-bg-2{
    top: 36%;
    right: 35%;
    width: 74%;

    animation-delay: 2.5s;
    animation-duration: 40s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-unterfranken .map-deco.wolke-bg-3{
    top: 26%;
    right: -6%;
    width: 72%;

    animation-delay: 0.5s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-unterfranken .map-deco.wolke-bg-4{
    top: 16%;
    right: 14%;
    width: 82%;

    animation-delay: 1s;
    animation-duration: 36s;
    animation-direction: reverse;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-unterfranken .map-deco.wolke-bg-5{
    top: 45%;
    right: 8%;
    width: 71%;

    animation-delay: 2s;
    animation-duration: 31s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


#regio-map-unterfranken .map-deco.map-sonne{
    top: -69%;
    left: -24%;
}


#regio-map-unterfranken .map-deco.wolke-1.rain{
    top: 25%;
    left: 56%;
}
#regio-map-unterfranken .map-deco.wolke-2.rain{
    top: 3%;
    left: 31%;
}
#regio-map-unterfranken .map-deco.wolke-3.rain{
    display: none;
}
#regio-map-unterfranken .map-deco.wolke-4.rain{
    top: 48%;
    left: 37%;

    animation-delay: 0.3s;
    animation-duration: 27s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#regio-map-unterfranken .map-deco.wolke-5.rain{
    top: 31%;
    right: 66%;

    animation-delay: 3.6s;
    animation-duration: 34s;
    animation-name: cloud;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}




/* weather info box */
#map-weather-info{
    background-image: url(/img/map/weather/weatherinfobg.svg);
    background-size: 100% 100%;

    width: auto;
    position: absolute;

    left: 50%;
    margin-left: -700px;
    bottom: 37%;

    padding: 30px;
    transition: all 1s ease;
}


#map-weather-info.niederbayern,
#map-weather-info.oberpfalz{
    margin-left: 180px;
    bottom: 22%;
}

#map-compass{
    position: relative;
    width: 77px;
    margin-left: 15px;
    /*margin: 15px auto 0;*/
    display: inline-block;
}
.map-compass-bg-big{
    display: none;
}
.map-compass-bg-small{
    margin: 0 auto;
    display: block;
}
#map-weather-wind{
    display: inline-block;
    vertical-align: top;
}
#map-compass-needle{
    position: absolute;
    width: 13%;
    left: 44%;
    top: 26%;
}

#map-weather-headline{
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
#map-weather-numbers{
    display: inline-block;
    padding-right: 30px;
    padding-top: 0;
    vertical-align: top;
}

#map-weather-info *{
    color: #ffffff;
    font-family: 'Caveat Brush', cursive;
    /*text-align: right;*/
}
#map-weather-numbers-date{
    font-size: 16px;
    line-height: 16px;
}
#map-weather-numbers-temp{
    font-size: 50px;
    line-height: 50px;
}
#map-weather-numbers-wind{
    font-size: 25px;
    line-height: 25px;
}