@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(opensans-regular-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(opensans-bold-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(opensans-bold-webfont.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 900;
    src: url(opensans-bold-webfont.woff) format('woff');
}

.no-js #preloader, #jsHinweis {
    display: none;
}

.no-js #jsHinweis {
    display: block;
    margin: 20px;
}

#jsHinweis #logo_2dd {
    width: 200px;
}


/* Impressum*/
#imprint {
    background-color: #fff;
    width: 920px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -487px;
    margin-top: -325px;
    z-index: 200;
    border: 20px solid #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);	
}

#imprint .box {

	background-color:#eee;
}

#imprint .box .text, #imprint .box h1, #imprint .box h2 {
    font-size:16px;
}

#imprint p {
    font-size:13px;
	line-height:18px;
}

#imprint a.close_button {
    right: -35px;
    top: -35px;
}

#imprint .row1, #imprint .row2, #imprint .row3{
	float:left;
	width:280px;
	margin-left: 20px;
}

#imprint h1.headline.small{
    padding: 20px;
    margin: 0px;
    margin-top: 10px;
}

#imprint .breakrow {
    clear: both;
    float: none;
    padding: 20px;
    padding-top:40px;
}

/* Spielframe */

#spiele {
    background-color: #fff;
    width: 875px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -437px;
    margin-top: -255px;
}

#spiele #spieleInfo {
    position: absolute;
    right: 350px;
    margin-top: -65px;
    z-index:99;
}

#spiele #spieleLand {
    color: #bd0700;
    font-weight: 800;
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.375em;
    line-height: 22px;
    position: absolute;
    margin-left: 103px;
    margin-top: 69px;

    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

#spiele #spieleTitel {
    background-color: #bd0700;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1.375em;
    line-height: 22px;
    position: absolute;
    margin-left: 60px;
    margin-top: 30px;
    white-space: nowrap;

    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

#spiele #spieleIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 103px;
    height: 100px;
    background-repeat: no-repeat;
}

#spiele.spiel_puzzle #spieleIcon {
    background-image: url(../assets/images/icon_bilderraetsel.png);
}

#spiele.spiel_stadtlandfluss #spieleIcon {
    background-image: url(../assets/images/icon_stadtlandfluss.png);
    width: 120px;
    left: -20px;
}

#spiele.spiel_mundart #spieleIcon {
    background-image: url(../assets/images/icon_mundart.png);
    width: 120px;
    left: -20px;
}

#spiele.spiel_essenundtrinken #spieleIcon {
    background-image: url(../assets/images/icon_essen.png);
    width: 120px;
    height: 120px;
    left: 20px;
}

#spiele.spiel_quiz #spieleIcon {
    background-image: url(../assets/images/icon_quiz.png);
    width: 120px;
    height: 120px;
    left: 20px;
}

#spiele canvas {
    margin-left: 1.250em;
    margin-top: 1.250em;
    z-index: 98;
}

#spiele aus {
    display: none;
}

#spiele an {
    display: block;
}

#spiele #spieleOverlay {
    display: none;
}

#spiele.inaktiv #spieleOverlay {
    display: block;
    position: absolute;
    width: 875px;
    height: 510px;
    opacity: 0.7;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99;
}

#spiele.inaktiv a.close_button {
    opacity: 0.3;
    cursor: default;
}

#spiele.inaktiv #spieleInfo {
    opacity: 0.3;
}

a.close_button {
    height: 42px;
    width: 42px;
    background: url(../assets/images/x.png) no-repeat;
    position: absolute;
    right: -15px;
    top: -15px;
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

a, .area {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

a:focus,
a:active {
    outline: 0;
}

.wrapper {
    min-height: 618px;
    min-height: 700px;
    position: absolute;
    overflow: hidden;
    display: table;
    height: 618px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
}

.scene {
    padding: 0;
    margin: 0;
}

.scene,
.layer {
    display: block;
    height: 618px;
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
}

.layer {
    position: absolute;
}

.background {
    background: url(../assets/images/bg.jpg) no-repeat 50% 100%;
    min-height: 100%;
    height: auto !important;
    height: 100vh;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.silhuette {
    position: absolute;
    top: 50%;
    left: -500px;
    background: url(../assets/images/silhuette.png);
    background-repeat: repeat-x;
    width: 200%;
    height: 222px;
    margin-top: -160px;
}

.layer2 {
    position: absolute;
    background: url(../assets/images/schmutz1.png);
    min-height: 600px;
    height: 600px;
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
}

.layer3 {
    width: 1024px;
    height: 618px;
    padding: 0;
    display: block;
    background: url(../assets/images/strichel.png);
    margin-left: -512px;
    margin-top: -309px;
    top: 50%;
    left: 50%;
    position: absolute;
}

.kartenlayer {
    width: 654px;
    height: 628px;
    padding: 0;
    margin-left: -332px;
    margin-top: -319px;
    top: 50%;
    left: 50%;
    position: absolute;
    overflow: hidden;
}

.kartenlayer.inaktiv.an {
    opacity: 0.3 !important;
}

#bundeslaender {
    position: absolute;
    width: 285px;
    height: 40px;
    margin-left: -480px;
    margin-top: 250px;
    top: 50%;
    left: 50%;
}

#bundeslaender span {
    line-height: 40px;
    font-size: 1.375em;
    font-weight: 800;
    text-align: center;
    color: #bd0700;
    display: block;
    -webkit-box-shadow: 0px -2px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -2px 13px 0px rgba(0, 0, 0, 0.3);
}

a#bundeslaender.aktiv span, .no-touch a#bundeslaender:hover span {
    background: #bd0700;
    color: #fff;
}

.no-touch a#bundeslaender.aktiv:hover span {
    color: #bd0700;
    background: #fff;

}

.no-touch a#bundeslaender.inaktiv:hover span {
    color: #bd0700;
    background: rgb(255, 255, 255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 223, 222, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfde', GradientType=0 ); /* IE6-8 */

}

#bundeslaender.mapIn.inaktiv {
    opacity: 0.3 !important;
    -webkit-animation-name: none;
    animation-name: none;
    cursor: default;
}

#bundeslaender_dialog {
    width: 800px;
    height: 470px;
    margin-left: -400px;
    margin-top: -300px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 100;
}

#bundeslaender_dialog ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 340px;
    margin: 12px;
}

#bundeslaender_dialog li {
    margin-bottom: 20px;
}

#bundeslaender_dialog a {
    display: block;
    line-height: 30px;
    font-size: 1.375em;
    font-weight: 800;
    color: #bd0700;
}

#bundeslaender_dialog a:hover {
    color: #000;
}

#bundeslaender_dialog li.focus a {
    color: #000;
}

.dialog_pfeil {
    background: url(../assets/images/pfeil_gross.png) no-repeat;
    height: 46px;
    width: 57px;
    margin-left: 320px;
    position: absolute;
    bottom: -45px;
}

#bundeslaender_dialog .dialog_pfeil {
    background: url(../assets/images/pfeil_gross_links.png) no-repeat;
    margin-top: 470px;
    margin-left: 200px;
}

.bundesland {
    position: absolute;
}

#mapping {
    display: none;
}

.dialog_box {
    display: none;
    width: 600px;
    margin-left: -300px;
    margin-top: -220px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 100;
}

#welcome_dialog {
    margin-top: -360px;
}


#reset_dialog {
    margin-top: -360px;
}

#login_dialog, #register_dialog {
    margin-top: -330px;
}

#ende_dialog {
    margin-top: -280px;
}

.dialog_box input {
    background-color: #888;
    color: #fff;
    border: none;
    font-weight: 800;
    padding: 8px;
    display: block;
    margin-bottom: 15px;
}

.dialog_box input#button_login_start {
    background-color: #bd0700;
    color: #fff;
    white-space: nowrap;
    font-size: 1.250em;
    font-weight: 800;
    line-height: 25px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}

.no-touch .dialog_box input#button_login_start:hover {
    background-color: #fff;
    color: #bd0700;
}

#login_dialog.dialog_box .inner_dialog {
    margin: 30px;

}

#register_dialog .nebenan {
    position: absolute;
    left: 300px;
    top: 85px;
}

#register_dialog p.thin {
    margin-top: 100px;
}

#anleitung_1_dialog {}

#anleitung_2_dialog {
    margin-top: -310px;
}

#anleitung_spiel {
    margin-top: -310px;
}

#glueckwunsch_dialog {
    margin-top: -310px;
}
#glueckwunsch_dialog .essenundtrinken .button_spiel_zurueck,
#glueckwunsch_dialog .mundart .button_spiel_zurueck,
#glueckwunsch_dialog .quiz .button_spiel_zurueck{
    display: none;
}

#glueckwunsch_dialog .dialog_pfeil {
    margin-top: -4px;
}

.glueckwunsch_key {
    background: url(../assets/images/icon_schluessel.png) no-repeat 50% 100%;
    height: 126px;
    width: 113px;
    position: absolute;
    top: -20px;
    right: 0px;
    background-size: 100%;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

#noreg_hinweis_dialog {
    margin-top: -280px;
}

#level_dialog {
	margin-top: -250px;
}

#schatzkiste_dialog {
	margin-top: -250px;
}


#schatzkiste_tooltip{
	margin-left:-130px;
}

#schatzkiste_tooltip .tooltip_text{
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}

.dialog_box .inner_dialog {
    margin: 30px;
}

.dialog_box p {
    font-size: 1.500em;
    font-weight: 800;
    line-height: 30px;
}

.dialog_box p.thin {
    font-size: 1.500em;
    font-weight: 400;
    line-height: 30px;
}

.dialog_box a.button {
    background-color: #bd0700;
    color: #fff;
    white-space: nowrap;
    font-size: 1.250em;
    font-weight: 800;
    line-height: 25px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
}

.dialog_box a.button:hover, .dialog_box a.button.focus {
    background-color: #fff;
    color: #bd0700;
}

.dialog_box {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);

}

.aus {
    display: none;
}

.an {
    display: block;
}

/* Andre und Esther als Hilfe */

#andreundesther {
    position: absolute;
    z-index: 110;
    text-align: center;
    top: 50%;
    right: 50%;
    margin-right: -500px;
    margin-top: 130px;
}

#andreundesther div.ebene1 {
    background: url(../assets/images/aue_geste1.png) no-repeat 50% 100%;
    height: 267px;
    width: 268px;
    position: absolute;
    margin-left: 140px;
    margin-top: -100px;
}

#andreundesther.einblendung div.ebene1 {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX2;
    animation-name: flipInX2;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

#andreundesther div.ebene2 {
    background: url(../assets/images/aue_zaun.png) no-repeat 50% 100%;
    height: 304px;
    width: 490px;
    position: absolute;
    margin-top: 0px;
}

#andreundesther.einblendung div.ebene2 {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

#andreundesther.aue_anleitung_1 {
    height: 310px;
    width: 490px;
    margin-right: -490px;
    margin-top: 0px;
}

#andreundesther.aue_anleitung_2 {
    height: 310px;
    width: 490px;
    margin-right: -490px;
    margin-top: -20px;
}

#andreundesther.aue_welcome {
    height: 310px;
    width: 490px;
    margin-right: -490px;
    margin-top: 30px;
}


#andreundesther.aue_welcome div.ebene1 {
    background: url(../assets/images/aue_begruessung.png) no-repeat 50% 100%;
}

#andreundesther.aue_schade {
    height: 410px;
    width: 490px;
    margin-right: -490px;
    margin-top: -0px;
}

#andreundesther.aue_glueckwunsch {
    height: 300px;
    width: 490px;
    margin-right: -490px;
    margin-top: -10px;
}

#andreundesther > a {
    display: none;
}

#andreundesther.ausblendung div.ebene1 {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

#andreundesther.ausblendung div.ebene2 {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

#andreundesther.aue_anleitung {
    background: url(../assets/images/aue_anleitung.png) no-repeat 50% 100%;
    height: 170px;
    width: 180px;
}

#andreundesther.aue_glueckwunsch div.ebene1 {
    background: url(../assets/images/aue_glueckwunsch.png) no-repeat 50% 100%;
    height: 315px;
    width: 350px;
    margin-left: 110px;
    margin-top: -160px;
}

#andreundesther.aue_schade div.ebene1 {
    background: url(../assets/images/aue_schade.png) no-repeat 50% 100%;
    height: 265px;
    width: 350px;
    margin-left: 100px;
}

#andreundesther.aue_anleitung > a {
    display: block;
    height: 170px;
    width: 180px;
}

#andreundesther.aue_anleitung > div {
    display: none;
}

#andreundesther.aue_anleitung a span {
    display: block;
    font-weight: 800;

    background: rgb(255, 255, 255); /* Old browsers */

    -webkit-box-shadow: 0px -4px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -4px 13px 0px rgba(0, 0, 0, 0.3);

    text-align: center;
    color: #bd0700;
    top: 90px;
    line-height: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 140px;
}

#andreundesther.aus {
    display: none;
}

.grauverlauf {
    background: rgb(255, 255, 255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 223, 222, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfde', GradientType=0 ); /* IE6-8 */
}

.bundeslandanim {
    display: block;
    height: 618px;
    width: 644px;
}

#bundesland_detail {
    width: 644px;
    height: 618px;
    padding: 0;
    opacity: 0;
    margin-left: -322px;
    margin-top: -309px;
    top: 50%;
    left: 50%;
    position: absolute;
    background-repeat: no-repeat;
}

#bundesland_detail.an, .kartenlayer.an, #zurueck.an, #bundeslaender.an {
    opacity: 1 !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block !important;
}

#bundesland_detail.aus, .kartenlayer.aus, #zurueck.aus, #bundeslaender.aus {
    opacity: 0 !important;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    display: none !important;
}

#bundesland_detail .flagge {
    width: 120px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Opera, Chrome, and Safari */
}

#bundesland_detail .schild {
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;

    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;

    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);

    color: #bd0700;
    font-weight: 800;

}

#bundesland_detail .button {

    position: absolute;
}

#bundesland_detail .button a {
    display: block;
}

.no-touch #bundesland_detail .button:hover span.icon {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* auf touch kein dauerhaftes springen */
.no-touch #bundesland_detail .button:hover span.icon {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.no-touch #bundesland_detail .button:hover span.text {
    color: #bd0700;
}

#bundesland_detail.inaktiv {
    opacity: 0.3 !important;
}

#bundesland_detail.inaktiv a {
    cursor: default;
}

.no-touch #bundesland_detail.inaktiv .button:hover span.text {
    color: #000;
}

.no-touch #bundesland_detail.inaktiv .button:hover span.icon {
    -webkit-animation-name: none;
    animation-name: none;
}

#bundesland_detail .button span.text {
    display: block;

    position: absolute;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 800;
    font-size: 1.250em;
    color: #000;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
}

#bundesland_detail .button.stadtlandfluss, #bundesland_detail .button.stadtlandfluss a {
    width: 200px;
    height: 130px;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s;
}

#bundesland_detail .button.stadtlandfluss span.icon {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 126px;
    height: 103px;
    background-image: url(../assets/images/icon_stadtlandfluss.png);
    background-repeat: no-repeat;
}

#bundesland_detail .button.stadtlandfluss span.text {
    top: 85px;
    left: 0px;
    width: 200px;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s;
}

#bundesland_detail .button.essenundtrinken, #bundesland_detail .button.essenundtrinken a {
    width: 180px;
    height: 120px;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

#bundesland_detail .button.essenundtrinken span.icon {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 85px;
    height: 121px;
    background-image: url(../assets/images/icon_essen.png);
    background-repeat: no-repeat;
}

#bundesland_detail .button.essenundtrinken span.text {
    top: 45px;
    left: 0px;
    width: 160px;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

#bundesland_detail .button.mundart, #bundesland_detail .button.mundart a {
    width: 170px;
    height: 120px;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    -ms-animation-delay: .25s;
    animation-delay: .25s;
}

#bundesland_detail .button.mundart span.icon {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 127px;
    height: 103px;
    background-image: url(../assets/images/icon_mundart.png);
    background-repeat: no-repeat;
}

#bundesland_detail .button.mundart span.text {
    top: 80px;
    left: 0px;
    width: 170px;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    -ms-animation-delay: .25s;
    animation-delay: .25s;
}

#bundesland_detail .button.quiz, #bundesland_detail .button.quiz a {
    width: 180px;
    height: 100px;
    -webkit-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

#bundesland_detail .button.quiz span.icon {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 91px;
    height: 97px;
    background-image: url(../assets/images/icon_quiz.png);
    background-repeat: no-repeat;
}

#bundesland_detail .button.quiz span.text {
    top: 30px;
    left: 37px;
    width: 180px;
    padding-left: 30px;
    -webkit-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

#bundesland_detail .button.bilderraetsel, #bundesland_detail .button.bilderraetsel a {
    width: 152px;
    height: 120px;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    animation-delay: .75s;
}

#bundesland_detail .button.bilderraetsel span.icon {
    position: absolute;
    top: 0px;
    left: 25px;
    width: 103px;
    height: 100px;
    background-image: url(../assets/images/icon_bilderraetsel.png);
    background-repeat: no-repeat;
}

#bundesland_detail .button.bilderraetsel span.text {
    top: 80px;
    left: 20px;
    width: 120px;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    animation-delay: .75s;
}

/* Schatzkiste */
.schatzkiste {
    background-image: url(../assets/images/kiste_zu.png);
    width: 145px;
    height: 170px;
    position: absolute;

}

.kartenlayer .schatzkiste {
    top: 270px;
    left: 510px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 120px;
}

.schatzkiste.auf {
    background: url(../assets/images/kiste_auf.png) left center;
	display:inline-block; 
	overflow:hidden; 
	background-repeat: no-repeat;
}


#muenzwurf{
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../assets/images/muenze1a.png);
    width: 600px;
    height: 700px;
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -530px;
    margin-top: -400px;
}

#muenzwurf.muenze1 {background-position: -2px -2px}
#muenzwurf.muenze2 {background-position: -2px -704px}
#muenzwurf.muenze3 {background-position: -2px -1406px}
#muenzwurf.muenze4 {background-position: -2px -2108px}
#muenzwurf.muenze5 {background-position: -604px -2px}
#muenzwurf.muenze6 {background-position: -604px -704px}
#muenzwurf.muenze7 {background-position: -604px -1406px}
#muenzwurf.muenze8 {background-position: -604px -2108px}
#muenzwurf.muenze9 {background-position: -1206px -2px}
#muenzwurf.muenze10 {background-position: -1808px -2px}
#muenzwurf.muenze11 {background-position: -2410px -2px}
#muenzwurf.muenze12 {background-position: -3012px -2px}
#muenzwurf.muenze13 {background-position: -1206px -704px}
#muenzwurf.muenze14 {background-position: -1206px -1406px}
#muenzwurf.muenze15 {background-position: -1206px -2108px}
#muenzwurf.muenze16 {background-position: -1808px -704px}
#muenzwurf.muenze17 {background-position: -2410px -704px}
#muenzwurf.muenze18 {background-position: -3012px -704px}
#muenzwurf.muenze19 {background-position: -1808px -1406px}
#muenzwurf.muenze20 {background-position: -1808px -2108px}
#muenzwurf.muenze21 {background-position: -2410px -1406px}
#muenzwurf.muenze22 {background-position: -2410px -2108px}
#muenzwurf.muenze23 {background-position: -3012px -1406px}
#muenzwurf.muenze24 {background-position: -3012px -2108px}



#bundesland_detail.inaktiv .schatzkiste.auf {
    cursor: default;
}

.schatzkiste .keycount {
    color: #006937;
    font-weight: 800;
    font-size: 1.750em;
    padding-left: 15px;
    padding-right: 10px;
    width: 40px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    bottom: 35px;
    right: 5px;

    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
}

.kartenlayer .schatzkiste .keycount {
    font-size: 1.500em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 52px;
    bottom: 40px;
    right: 20px;

    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
}


.kartenlayer .schatzkiste .muenze{
	background-image: url(../assets/images/muenze.png);
	background-repeat: no-repeat;
	width:78px;
	height:58px;
	position:absolute;
    top: 80px;
    left: 72px;
}

.kartenlayer .schatzkiste {
	background-image: none;
}


.schatzkiste .keycount span {
    color: #000;
    font-weight: 800;
    font-size: 0.7em;
}

.schatzkiste .keyicon {
    background-image: url(../assets/images/icon_schluessel.png);
    width: 70px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    bottom: 22px;
    right: 39px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.kartenlayer .schatzkiste .keyicon {
    width: 60px;
    height: 50px;
    bottom: 5px;
    right: 38px;
}

.schatzkiste.auf .keyicon,
.schatzkiste.auf .keycount {
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.schatzkiste.auf .keyicon {
    /* -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-animation-name: pulseRotate;
    animation-name: pulseRotate; */
}

.schatzkiste.auf .keycount {
    /* -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: pulseRotateL;
    animation-name: pulseRotateL; */
}

/* keys */
#bundesland_detail .button.key span.icon {
    background-image: url(../assets/images/icon_schluessel.png);
    width: 104px;
    height: 94px;
    background-size: 100%;
}

#bundesland_detail .button.essenundtrinken.key span.icon {
    top: -24px;
    left: 15px;
    z-index: 20
}

#bundesland_detail .button.mundart.key span.icon {
    top: 14px;
    left: 30px;
}

#bundesland_detail .button.quiz.key span.icon {
    top: 8px;
    left: -5px;
}

#bundesland_detail .button.stadtlandfluss.key span.icon {
    top: 18px;
    left: 35px;
}

#bundesland_detail .button.bilderraetsel.key span.icon {
    top: 12px;
    left: 18px;
}

#bundesland_info {
    background-image: url(../assets/images/zettel.png);
    width: 498px;
    height: 285px;
    background-size: 100%;
    position: absolute;
    margin-left: -230px;
    margin-top: -230px;
    top: 50%;
    left: 50%;

}

#bundesland_info_content {
    margin-top: 80px;
    margin-left: 40px;
}

#bundesland_info_content p {
    margin: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 1.313em;
    width: 430px;

}

#bundesland_info .schild {
    position: absolute;
    top: 42px;
    left: 40px;
    display: inline-block;
    color: #bd0700;
    font-weight: 800;
    padding: 0px;
    font-size: 1.438em;
}

#bundesland_info .close_button {
    right: 0px;
}

#zurueck {
    width: 135px;
    height: 136px;
    margin-left: -480px;
    margin-top: 170px;
    top: 50%;
    left: 50%;
    opacity: 0;
    position: absolute;
    background-image: url(../assets/images/icon_uebersicht.png);
    background-repeat: no-repeat;
    display: block;

}

#zurueck span {

    display: block;
    font-weight: 800;

    background: rgb(255, 255, 255); /* Old browsers */


    -webkit-box-shadow: 0px -4px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -4px 13px 0px rgba(0, 0, 0, 0.3);

    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);

    text-align: center;
    color: #bd0700;
    top: 90px;
    line-height: 30px;
    position: relative;



}

#zurueck.inaktiv {
    cursor: default;
    opacity: 0.3 !important;
}

.hoverland {
    display: none;
    opacity: 0.1;
}

.completeland {
    display: block;
    opacity: 0.2;
}

#flagge_deutschland {
    position: absolute;
    top: 280px;
    left: 550px;
    transform: rotate(15deg);
    transform-origin: 0% 0%;
    -webkit-transform: rotate(15deg);
    -webkit-transform-origin: 0% 0%;
    width: 100px;
    display: none;
}

#zweiDDlogo {
    width: 292px;
    height: 135px;
    margin-left: -490px;
    margin-top: 10px;
    top: 0px;
    left: 50%;
    position: absolute;
    display: none;
}

#zweiDDlogo img#logo_2dd {
    width: 292px;
    height: 135px;
}

#psLogo {
    width: 204px;
    height: 49px;
    margin-left: 280px;
    margin-top: 10px;
    top: 0px;
    left: 50%;
    position: absolute;
    display: none;
}

#psLogo img#logo_ps {
    width: 204px;
    height: 49px;
}

#footer {
    width: 510px;
    height: 40px;
    margin-left: -255px;
    bottom: 0px;
    left: 50%;
    position: fixed;
    display: none;
    z-index: 200;
}

#footernavigation {
    width: 510px;
    height: 30px;
    padding-top: 10px;
    margin-left: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);

}

#footernavigation a {
    margin-left: 20px;
    color: #000;
    font-size: 0.938em;
    line-height: 20px;
    display: block;
    float: left;
}

#footernavigation a.login {
    background: url(../assets/images/icon_login.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    color: #bd0700;
}

#footernavigation a.login.inaktiv {
    opacity: 0.3;
    cursor: default;
}

#footernavigation a.login.aus {
    display: none;
}

#footernavigation a.login.an {
    display: block;
}

#footernavigation a.sound {
    background: url(../assets/images/icon_sound_on.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

#footernavigation a.sound.off {
    background: url(../assets/images/icon_sound_off.png);
	background-repeat: no-repeat;
}



#preloader {
    position: absolute;
    height: 150px;
    width: 150px;
    margin-left: -75px;
    margin-top: -75px;
    top: 50%;
    left: 50%;
}

#preloader .icon {
    position: absolute;
    background: url(../assets/images/preloader.gif);
    height: 120px;
    width: 100px;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-size: 100%;
    background-repeat: no-repeat;
}

#preloader span {
    position: absolute;
    display: block;
    bottom: 55px;
    right: 35px;
    width: 60px;
    height: 36px;
    font-size: 1em;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    font-weight: 800;
    color: #bd0700;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
}

#container {
    display: none;
}

#schatten {
    display: none;
}

.bundesland_tooltip {
    opacity: 0;
    position: absolute;

}

.bundesland_tooltip.complete .tooltip_text {
    /* padding-right: 30px; */
    /* padding-left: 10px; */
}

.bundesland_tooltip .kiste {
    background: url(../assets/images/icon_kiste_zu.png);
    width: 56px;
    height: 70px;
    background-size: 100%;
    position: absolute;
    left: -28px;
    top: -19px;
}

.bundesland_tooltip.complete .kiste {
    background: url(../assets/images/icon_kiste_auf.png);
}

.tooltip_text {

    background: rgb(255, 255, 255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(223, 223, 222, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(223, 223, 222, 1) 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfde', GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.54);

    font-size: 0.875em;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 30px;
    font-weight: 800;
}

.bundesland_tooltip .tooltip_arrow {
    background: url(../assets/images/pfeil_klein.png);
    background-repeat: no-repeat;
    height: 9px;
    width: 11px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
}

#niedersachsen_tooltip {
    left: 220px;
    top: 130px;
}

#bremen_tooltip {
    left: 180px;
    top: 55px;
}

#schleswigholstein_tooltip {
    left: 225px;
    top: 15px;
}

#hamburg_tooltip {
    left: 250px;
    top: 25px;
}

#sachsen_anhalt_tooltip {
    left: 330px;
    top: 165px;
}

#saarland_tooltip {
    left: 26px;
    top: 355px;
}

#rheinland_pfalz_tooltip {
    left: 60px;
    top: 315px;
}

#brandenburg_tooltip {
    left: 500px;
    top: 145px;
}

#thueringen_tooltip {
    left: 310px;
    top: 235px;
}

#bayern_tooltip {
    left: 390px;
    top: 405px;
}

#badenwuerttemberg_tooltip {
    left: 150px;
    top: 425px;
}

#nordrheinwestfalen_tooltip {
    left: 50px;
    top: 195px;
}

#hessen_tooltip {
    left: 190px;
    top: 255px;
}

#sachsen_tooltip {
    left: 500px;
    top: 200px;
}

#mecklenburg_tooltip {
    left: 350px;
    top: 25px;
}

#berlin_tooltip {
    left: 460px;
    top: 85px;
}

#bundesland_detail .flagge {
    height: 200px;
    width: 120px;
}

#bundesland_detail .landinfo {
    cursor: pointer;
}

#bundesland_detail.inaktiv .landinfo {
    cursor: default;
}

.statuskey {
    background-image: url(../assets/images/icon_schluessel.png);
    width: 52px;
    height: 47px;
    background-size: 100%;
    position: absolute;

}

#hessen_key {
    top: 260px;
    left: 200px;
}

#thueringen_key {
    top: 240px;
    left: 330px;
}

#bayern_key {
    top: 420px;
    left: 400px;
}

/* Bundesländer Detailansicht nach Land */

#bundesland_detail.hessen .flagge {
    left: 505px;
    top: 10px;
    background-image: url("../assets/images/hessen_statisch.gif");
}

.no-touch #bundesland_detail.hessen .landinfo:hover .flagge {
    background-image: url("../assets/images/hessen.gif");
}

#bundesland_detail.hessen .schild {
    left: 440px;
    top: 100px;
    font-size: 1.375em;
    width: 120px;
}

#bundesland_detail.hessen .schatzkiste {
    left: 260px;
    top: 160px;
}

#bundesland_detail.hessen .button.stadtlandfluss {
    left: 400px;
    top: 240px;
}

#bundesland_detail.hessen .button.mundart {
    left: 70px;
    top: 130px;
}

#bundesland_detail.hessen .button.quiz {
    left: 60px;
    top: 330px;
}

#bundesland_detail.hessen .button.bilderraetsel {
    left: 200px;
    top: 450px;
}

#bundesland_detail.hessen .button.essenundtrinken {
    left: 220px;
    top: 20px;
}

#bundesland_detail.bayern .flagge {
    left: 495px;
    top: 80px;
    background-image: url("../assets/images/bayern_statisch.gif");
}

.no-touch #bundesland_detail.bayern .landinfo:hover .flagge {
    background-image: url("../assets/images/bayern.gif");
}

#bundesland_detail.bayern .schild {
    left: 430px;
    top: 170px;
    font-size: 1.375em;
    width: 120px;
}

#bundesland_detail.bayern .schatzkiste {
    left: 260px;
    top: 180px;
}

#bundesland_detail.bayern .button.stadtlandfluss {
    left: 450px;
    top: 280px;
}

#bundesland_detail.bayern .button.mundart {
    left: 60px;
    top: 190px;
}

#bundesland_detail.bayern .button.quiz {
    left: 10px;
    top: 380px;
}

#bundesland_detail.bayern .button.bilderraetsel {
    left: 250px;
    top: 380px;
}

#bundesland_detail.bayern .button.essenundtrinken {
    left: 180px;
    top: 50px;
}

#bundesland_detail.hamburg .flagge {
    left: 445px;
    top: 50px;
    background-image: url("../assets/images/hamburg_statisch.gif");
}

.no-touch #bundesland_detail.hamburg .landinfo:hover .flagge {
    background-image: url("../assets/images/hamburg.gif");
}

#bundesland_detail.hamburg .schild {
    left: 380px;
    top: 150px;
    font-size: 1.375em;
    width: 130px;
}

#bundesland_detail.hamburg .schatzkiste {
    left: 230px;
    top: 210px;
}

#bundesland_detail.hamburg .button.stadtlandfluss {
    left: 400px;
    top: 250px;
}

#bundesland_detail.hamburg .button.mundart {
    left: 20px;
    top: 180px;
}

#bundesland_detail.hamburg .button.quiz {
    left: 50px;
    top: 380px;
}

#bundesland_detail.hamburg .button.bilderraetsel {
    left: 320px;
    top: 440px;
}

#bundesland_detail.hamburg .button.essenundtrinken {
    left: 180px;
    top: 70px;
}

#bundesland_detail.schleswigholstein .flagge {
    left: 425px;
    top: 95px;
    background-image: url("../assets/images/schleswigholstein_statisch.gif");
}

.no-touch #bundesland_detail.schleswigholstein .landinfo:hover .flagge {
    background-image: url("../assets/images/schleswigholstein.gif");
}

#bundesland_detail.schleswigholstein .schild {
    left: 340px;
    top: 200px;
    font-size: 1.375em;
    width: 230px;
}

#bundesland_detail.schleswigholstein .schatzkiste {
    left: 190px;
    top: 180px;
}

#bundesland_detail.schleswigholstein .button.stadtlandfluss {
    left: 400px;
    top: 300px;
}

#bundesland_detail.schleswigholstein .button.mundart {
    left: 10px;
    top: 130px;
}

#bundesland_detail.schleswigholstein .button.quiz {
    left: 50px;
    top: 340px;
}

#bundesland_detail.schleswigholstein .button.bilderraetsel {
    left: 250px;
    top: 450px;
}

#bundesland_detail.schleswigholstein .button.essenundtrinken {
    left: 200px;
    top: 30px;
}

#bundesland_detail.niedersachsen .flagge {
    left: 485px;
    top: 70px;
    background-image: url("../assets/images/niedersachsen_statisch.gif");
}

.no-touch #bundesland_detail.niedersachsen .landinfo:hover .flagge {
    background-image: url("../assets/images/niedersachsen.gif");
}

#bundesland_detail.niedersachsen .schild {
    left: 390px;
    top: 170px;
    font-size: 1.375em;
    width: 200px;
}

#bundesland_detail.niedersachsen .schatzkiste {
    left: 220px;
    top: 140px;
}

#bundesland_detail.niedersachsen .button.stadtlandfluss {
    left: 450px;
    top: 250px;
}

#bundesland_detail.niedersachsen .button.mundart {
    left: 10px;
    top: 200px;
}

#bundesland_detail.niedersachsen .button.quiz {
    left: 170px;
    top: 320px;
}

#bundesland_detail.niedersachsen .button.bilderraetsel {
    left: 350px;
    top: 410px;
}

#bundesland_detail.niedersachsen .button.essenundtrinken {
    left: 150px;
    top: 40px;
}

#bundesland_detail.mecklenburg .flagge {
    left: 515px;
    top: 70px;
    background-image: url("../assets/images/mecklenburg_statisch.gif");
}

.no-touch #bundesland_detail.mecklenburg .landinfo:hover .flagge {
    background-image: url("../assets/images/mecklenburg.gif");
}

#bundesland_detail.mecklenburg .schild {
    left: 380px;
    top: 180px;
    font-size: 1.250em;
    width: 290px;
}

#bundesland_detail.mecklenburg .schatzkiste {
    left: 210px;
    top: 210px;
}

#bundesland_detail.mecklenburg .button.stadtlandfluss {
    left: 420px;
    top: 250px;
}

#bundesland_detail.mecklenburg .button.mundart {
    left: 10px;
    top: 180px;
}

#bundesland_detail.mecklenburg .button.quiz {
    left: 10px;
    top: 380px;
}

#bundesland_detail.mecklenburg .button.bilderraetsel {
    left: 250px;
    top: 380px;
}

#bundesland_detail.mecklenburg .button.essenundtrinken {
    left: 180px;
    top: 80px;
}

#bundesland_detail.berlin .flagge {
    left: 430px;
    top: 90px;
    background-image: url("../assets/images/berlin_statisch.gif");
}

.no-touch #bundesland_detail.berlin .landinfo:hover .flagge {
    background-image: url("../assets/images/berlin.gif");
}

#bundesland_detail.berlin .schild {
    left: 380px;
    top: 180px;
    font-size: 1.375em;
    width: 100px;
}

#bundesland_detail.berlin .schatzkiste {
    left: 210px;
    top: 170px;
}

#bundesland_detail.berlin .button.stadtlandfluss {
    left: 430px;
    top: 300px;
}

#bundesland_detail.berlin .button.mundart {
    left: 10px;
    top: 120px;
}

#bundesland_detail.berlin .button.quiz {
    left: 10px;
    top: 310px;
}

#bundesland_detail.berlin .button.bilderraetsel {
    left: 200px;
    top: 380px;
}

#bundesland_detail.berlin .button.essenundtrinken {
    left: 200px;
    top: 30px;
}

#bundesland_detail.sachsen .flagge {
    left: 495px;
    top: 0px;
    background-image: url("../assets/images/sachsen_statisch.gif");
}

.no-touch #bundesland_detail.sachsen .landinfo:hover .flagge {
    background-image: url("../assets/images/sachsen.gif");
}

#bundesland_detail.sachsen .schild {
    left: 440px;
    top: 100px;
    font-size: 1.375em;
    width: 120px;
}

#bundesland_detail.sachsen .schatzkiste {
    left: 200px;
    top: 190px;
}

#bundesland_detail.sachsen .button.stadtlandfluss {
    left: 480px;
    top: 180px;
}

#bundesland_detail.sachsen .button.mundart {
    left: 10px;
    top: 180px;
}

#bundesland_detail.sachsen .button.quiz {
    left: 10px;
    top: 380px;
}

#bundesland_detail.sachsen .button.bilderraetsel {
    left: 340px;
    top: 280px;
}

#bundesland_detail.sachsen .button.essenundtrinken {
    left: 190px;
    top: 70px;
}

#bundesland_detail.badenwuerttemberg .flagge {
    left: 535px;
    top: 10px;
    background-image: url("../assets/images/badenwuerttemberg_statisch.gif");
}

.no-touch #bundesland_detail.badenwuerttemberg .landinfo:hover .flagge {
    background-image: url("../assets/images/badenwuerttemberg.gif");
}

#bundesland_detail.badenwuerttemberg .schild {
    left: 440px;
    top: 115px;
    font-size: 1.375em;
    width: 250px;
}

#bundesland_detail.badenwuerttemberg .schatzkiste {
    left: 270px;
    top: 160px;
}

#bundesland_detail.badenwuerttemberg .button.stadtlandfluss {
    left: 470px;
    top: 200px;
}

#bundesland_detail.badenwuerttemberg .button.mundart {
    left: 50px;
    top: 150px;
}

#bundesland_detail.badenwuerttemberg .button.quiz {
    left: 10px;
    top: 340px;
}

#bundesland_detail.badenwuerttemberg .button.bilderraetsel {
    left: 300px;
    top: 350px;
}

#bundesland_detail.badenwuerttemberg .button.essenundtrinken {
    left: 220px;
    top: 50px;
}

#bundesland_detail.nordrheinwestfalen .flagge {
    left: 555px;
    top: 10px;
    background-image: url("../assets/images/nordrheinwestfalen_statisch.gif");
}

.no-touch #bundesland_detail.nordrheinwestfalen .landinfo:hover .flagge {
    background-image: url("../assets/images/nordrheinwestfalen.gif");
}

#bundesland_detail.nordrheinwestfalen .schild {
    left: 440px;
    top: 110px;
    font-size: 1.375em;
    width: 270px;
}

#bundesland_detail.nordrheinwestfalen .schatzkiste {
    left: 220px;
    top: 170px;
}

#bundesland_detail.nordrheinwestfalen .button.stadtlandfluss {
    left: 400px;
    top: 200px;
}

#bundesland_detail.nordrheinwestfalen .button.mundart {
    left: 30px;
    top: 190px;
}

#bundesland_detail.nordrheinwestfalen .button.quiz {
    left: 0px;
    top: 390px;
}

#bundesland_detail.nordrheinwestfalen .button.bilderraetsel {
    left: 270px;
    top: 360px;
}

#bundesland_detail.nordrheinwestfalen .button.essenundtrinken {
    left: 200px;
    top: 50px;
}

#bundesland_detail.rheinland_pfalz .flagge {
    left: 505px;
    top: 125px;
    background-image: url("../assets/images/rheinland_pfalz_statisch.gif");
}

.no-touch #bundesland_detail.rheinland_pfalz .landinfo:hover .flagge {
    background-image: url("../assets/images/rheinland_pfalz.gif");
}

#bundesland_detail.rheinland_pfalz .schild {
    left: 420px;
    top: 230px;
    font-size: 1.375em;
    width: 210px;
}

#bundesland_detail.rheinland_pfalz .schatzkiste {
    left: 220px;
    top: 160px;
}

#bundesland_detail.rheinland_pfalz .button.stadtlandfluss {
    left: 500px;
    top: 300px;
}

#bundesland_detail.rheinland_pfalz .button.mundart {
    left: 0px;
    top: 140px;
}

#bundesland_detail.rheinland_pfalz .button.quiz {
    left: 110px;
    top: 300px;
}

#bundesland_detail.rheinland_pfalz .button.bilderraetsel {
    left: 280px;
    top: 380px;
}

#bundesland_detail.rheinland_pfalz .button.essenundtrinken {
    left: 220px;
    top: 60px;
}

#bundesland_detail.thueringen .flagge {
    left: 455px;
    top: 90px;
    background-image: url("../assets/images/thueringen_statisch.gif");
}

.no-touch #bundesland_detail.thueringen .landinfo:hover .flagge {
    background-image: url("../assets/images/thueringen.gif");
}

#bundesland_detail.thueringen .schild {
    left: 380px;
    top: 180px;
    font-size: 1.375em;
    width: 160px;
}

#bundesland_detail.thueringen .schatzkiste {
    left: 210px;
    top: 190px;
}

#bundesland_detail.thueringen .button.stadtlandfluss {
    left: 460px;
    top: 260px;
}

#bundesland_detail.thueringen .button.mundart {
    left: 10px;
    top: 160px;
}

#bundesland_detail.thueringen .button.quiz {
    left: 30px;
    top: 350px;
}

#bundesland_detail.thueringen .button.bilderraetsel {
    left: 310px;
    top: 350px;
}

#bundesland_detail.thueringen .button.essenundtrinken {
    left: 180px;
    top: 60px;
}

#bundesland_detail.brandenburg .flagge {
    left: 525px;
    top: 30px;
    background-image: url("../assets/images/brandenburg_statisch.gif");
}

.no-touch #bundesland_detail.brandenburg .landinfo:hover .flagge {
    background-image: url("../assets/images/brandenburg.gif");
}

#bundesland_detail.brandenburg .schild {
    left: 440px;
    top: 150px;
    font-size: 1.375em;
    width: 180px;
}

#bundesland_detail.brandenburg .schatzkiste {
    left: 260px;
    top: 190px;
}

#bundesland_detail.brandenburg .button.stadtlandfluss {
    left: 450px;
    top: 250px;
}

#bundesland_detail.brandenburg .button.mundart {
    left: 20px;
    top: 50px;
}

#bundesland_detail.brandenburg .button.quiz {
    left: 10px;
    top: 280px;
}

#bundesland_detail.brandenburg .button.bilderraetsel {
    left: 250px;
    top: 400px;
}

#bundesland_detail.brandenburg .button.essenundtrinken {
    left: 250px;
    top: 0px;
}

#bundesland_detail.saarland .flagge {
    left: 495px;
    top: 65px;
    background-image: url("../assets/images/saarland_statisch.gif");
}

.no-touch #bundesland_detail.saarland .landinfo:hover .flagge {
    background-image: url("../assets/images/saarland.gif");
}

#bundesland_detail.saarland .schild {
    left: 440px;
    top: 160px;
    font-size: 1.375em;
    width: 120px;
}

#bundesland_detail.saarland .schatzkiste {
    left: 270px;
    top: 185px;
}

#bundesland_detail.saarland .button.stadtlandfluss {
    left: 490px;
    top: 230px;
}

#bundesland_detail.saarland .button.mundart {
    left: 10px;
    top: 150px;
}

#bundesland_detail.saarland .button.quiz {
    left: 80px;
    top: 340px;
}

#bundesland_detail.saarland .button.bilderraetsel {
    left: 340px;
    top: 350px;
}

#bundesland_detail.saarland .button.essenundtrinken {
    left: 210px;
    top: 80px;
}

#bundesland_detail.sachsen_anhalt .flagge {
    left: 385px;
    top: 50px;
    background-image: url("../assets/images/sachsen_anhalt_statisch.gif");
}

.no-touch #bundesland_detail.sachsen_anhalt .landinfo:hover .flagge {
    background-image: url("../assets/images/sachsen_anhalt.gif");
}

#bundesland_detail.sachsen_anhalt .schild {
    left: 290px;
    top: 150px;
    font-size: 1.375em;
    width: 210px;
}

#bundesland_detail.sachsen_anhalt .schatzkiste {
    left: 200px;
    top: 190px;
}

#bundesland_detail.sachsen_anhalt .button.stadtlandfluss {
    left: 400px;
    top: 250px;
}

#bundesland_detail.sachsen_anhalt .button.mundart {
    left: 20px;
    top: 100px;
}

#bundesland_detail.sachsen_anhalt .button.quiz {
    left: 20px;
    top: 360px;
}

#bundesland_detail.sachsen_anhalt .button.bilderraetsel {
    left: 250px;
    top: 420px;
}

#bundesland_detail.sachsen_anhalt .button.essenundtrinken {
    left: 170px;
    top: 0px;
}

#bundesland_detail.bremen .flagge {
    left: 380px;
    top: 150px;
    background-image: url("../assets/images/bremen_statisch.gif");
}

.no-touch #bundesland_detail.bremen .landinfo:hover .flagge {
    background-image: url("../assets/images/bremen.gif");
}

#bundesland_detail.bremen .schild {
    left: 310px;
    top: 250px;
    font-size: 1.375em;
    width: 130px;
}

#bundesland_detail.bremen .schatzkiste {
    left: 320px;
    top: 300px;
}

#bundesland_detail.bremen .button.stadtlandfluss {
    left: 410px;
    top: 420px;
}

#bundesland_detail.bremen .button.mundart {
    left: 10px;
    top: 80px;
}

#bundesland_detail.bremen .button.quiz {
    left: 50px;
    top: 260px;
}

#bundesland_detail.bremen .button.bilderraetsel {
    left: 200px;
    top: 400px;
}

#bundesland_detail.bremen .button.essenundtrinken {
    left: 490px;
    top: 280px;
}





/* planet_schule_de_tracking */


.debug div#planet_schule_de_log,
.debug div#planet_schule_de_count {
    position: absolute;
    opacity: 0.5;
}

.debug div#planet_schule_de_log {
    right: 0px;
}

.debug1, .debug2 {
    display: block;
}

div#planet_schule_de_log, div#planet_schule_de_count {
    position: relative;
    z-index: 10000;
}

/* anmeldename */
#loginname{
    position: fixed;
    bottom: 30px;
    left: 50%;
    height: 30px;
    min-width: 210px;
    margin-left: 0px;
    text-align: center;
    background-color: #fff;
    z-index: 199;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 10px 0px 10px;
}

#resetbutton{
	background: url(../assets/images/x.png);
	background-size: 20%;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #000;
	position:absolute;
	bottom: 14px;
	left: 6px;
	cursor:pointer;
}

#resetbutton span{
	font-size:12px;
}