@font-face {
    font-family: SRG_SSR_Regular;
    src: url(srgssrtype_rg.eot);
    src: url(srgssrtype_rg.eot?#iefix) format('embedded-opentype'), url(srgssrtype_rg.woff) format('woff'), url(srgssrtype_rg.ttf) format('truetype'), url(srgssrtype_rg.svg#SRGSSRTypeRegular) format('svg');
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: .5px !important
}

@font-face {
    font-family: SRG_SSR_Medium;
    src: url(srgssrtype_md.eot);
    src: url(srgssrtype_md.eot?#iefix) format('embedded-opentype'), url(srgssrtype_md.woff) format('woff'), url(srgssrtype_md.ttf) format('truetype'), url(srgssrtype_md.svg#SRG_SSR_Medium) format('svg');
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: .5px !important
}

.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: 400px;
    margin-top: -65px;
    z-index:99;
}

#spiele #spieleLand {
    color: #bd0700;
    font-family: "SRG_SSR_Medium";
    display: inline-block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.375em;
    line-height: 22px;
    position: absolute;
    margin-left: 53px;
    margin-top: 69px;
	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 #spieleTitel {
    background-color: #bd0700;
    color: #fff;
    font-family: "SRG_SSR_Medium";
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 1.375em;
    line-height: 22px;
    position: absolute;
    margin-left: 20px;
    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");
	left: -40px;
}

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

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

#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: -30px;
}



#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 {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: "SRG_SSR_Regular", sans-serif;
    background-color: #b7d2e7;
    background-image: url("../assets/images/body_back.png");
}

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

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

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

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

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

.layer {
    position: absolute;
}

.background {
    

    min-height: 100%;
    height: auto !important;
    height: 100vh;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.silhuette {
	position: absolute;
	top: 0;
	left: 0;
	background: url("../assets/images/wolken_back.jpg");
	background-repeat: no-repeat;
    background-position: center center;
	width: 100%;
	height: 100%;
}

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

.layer3 {
	width: 280px;
	height: 200px;
	padding: 0;
	display: block;
	background: url("../assets/images/wolke_1_front.png");
	background-repeat: no-repeat;
	background-size: 70% 80%;
	top: calc(50% - 40px);
	left: calc(50% - 280px);
	position: absolute;



}

.layer4 {
	width: 280px;
	height: 200px;
	padding: 0;
	display: block;
	background: url("../assets/images/wolke_1_front.png");
	background-repeat: no-repeat;
	top: calc(50% - 140px);
	left: calc(50% + 240px);
	position: absolute;
}

.layer5 {
	width: 100px;
	height: 50px;
	padding: 0;
	display: block;
	background: url("../assets/images/wolke_1_front.png");
	background-size: 100%;
	background-repeat: no-repeat;
	top: calc(50% - 180px);
	left: calc(50% + 30px);
	position: absolute;
}

.layer6 {
	width: 180px;
	height: 120px;
	padding: 0;
	display: block;
	background: url("../assets/images/wolke_1_front.png");
	background-size: 100%;
	background-repeat: no-repeat;
	top: calc(50% - 210px);
	left: calc(50% - 480px);
	position: absolute;
}

.layer7 {
	width: 120px;
	height: 110px;
	padding: 0;
	display: block;
	background: url("../assets/images/wolke_1_front.png");
	background-size: 100%;
	background-repeat: no-repeat;
	top: calc(50% - 180px);
	left: calc(50% + 60px);
	position: absolute;
}


.layer3.cloudanimation{
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: cloud1;
    animation-name: cloud1;
    -webkit-animation-duration: 215s;
    animation-duration: 215s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;	
}


.layer4.cloudanimation{
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: cloud2;
    animation-name: cloud2;
    -webkit-animation-duration: 385s;
    animation-duration: 385s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


.layer6.cloudanimation{
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: cloud3;
    animation-name: cloud3;
    -webkit-animation-duration: 415s;
    animation-duration: 415s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.layer5.cloudanimation{
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: cloud3;
    animation-name: cloud3;
    -webkit-animation-duration: 315s;
    animation-duration: 315s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.layer7.cloudanimation{
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: cloud3;
    animation-name: cloud3;
    -webkit-animation-duration: 315s;
    animation-duration: 315s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;	
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


/* schweiz */
#schweiz{
	left: calc(50% - 450px);
	top: calc(50% - 240px);

}

.kartenlayer {
	width: 900px;
	height: 480px;
	padding: 0;
left: calc(50% - 450px);
top: calc(50% - 240px);
	position: absolute;
	overflow: hidden;
}

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

.kartenlayer.inaktiv.an.endedialog {
    opacity: 1 !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-family: "SRG_SSR_Medium";
    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-family: "SRG_SSR_Medium";
    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: 700px;
    margin-left: -350px;
    margin-top: -220px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 100;
}

#sound_dialog {
    display: none;
    width: 300px;
    margin-left: -190px;
    left: 50%;
    bottom: 75px;
    position: absolute;
    z-index: 100;

    -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);
}

#sound_dialog p{
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

#sound_dialog p.thin{
    font-weight: normal !important;

}

#sound_dialog .dialog_pfeil {
    margin-left: 110px;
    margin-top: -4px;
}


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


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

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

#ende_dialog {
	margin-top: 90px;
	margin-left: -440px;
	width:600px;
}

#ende_dialog .close_button{
	
}

.dialog_box input {
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    font-family: "SRG_SSR_Medium";
    padding: 8px;
    display: block;
    margin-bottom: 15px;
}

.dialog_box input.button {
    border: none;
}

.dialog_box input#button_login_start {
    background-color: #bd0700;
    color: #fff;
    white-space: nowrap;
    font-size: 1.250em;
    font-family: "SRG_SSR_Medium";
    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: -220px;
}

#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: -30px;
	right: 20px;
    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-family: "SRG_SSR_Medium";
    line-height: 30px;
}

.dialog_box p.thin {
    font-size: 1.500em;
    font-weight: 400;
    font-family: "SRG_SSR_Regular", sans-serif;    
    line-height: 30px;
}

.dialog_box a.button {
    background-color: #bd0700;
    color: #fff;
    white-space: nowrap;
    font-size: 1.250em;
    font-family: "SRG_SSR_Medium";
    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/4_kinder.png") no-repeat 50% 100%;
    height: 327px;
    width: 305px;
    position: absolute;
    margin-left: 135px;
    margin-top: -100px;
    pointer-events: none;
}

#zweiDD.de #andreundesther div.ebene1 {
    background: url("../assets/images/hinweisgeste_de.png") no-repeat 50% 100%;
    height: 327px;
    width: 305px;
    position: absolute;
    margin-left: 135px;
    margin-top: -100px;
    pointer-events: none;
}

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

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

#zweiDD.rr #andreundesther div.ebene1 {
    background: url("../assets/images/hinweisgeste_rr.png") no-repeat 50% 100%;
    height: 327px;
    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/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: -460px;
    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/4_kinder.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 {
    height: 170px;
    width: 180px;
    display:none;
}

#andreundesther.aue_glueckwunsch div.ebene1 {
	background: url("../assets/images/4_kinder.png") no-repeat 50% 100%;
	height: 310px;
	width: 490px;
	margin-right: -290px;
	margin-top: -50px;
	margin-left: 55px;
}

#zweiDD.de #andreundesther.aue_glueckwunsch div.ebene1 {
    background: url("../assets/images/glueckwunsch_de.png") no-repeat 50% 100%;
    height: 315px;
    width: 350px;
    margin-left: 100px;
    margin-top: -130px;
    background-size: 80%;
}

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

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

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

#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-family: "SRG_SSR_Medium";

    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: 844px;
}

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

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

#bundesland_detail_back.de{
	background-position: 50px 80px;
}

#bundesland_detail_back.fr{
	background-position: 150px 20px;
}

#bundesland_detail_back.it{
	background-position: 40px 80px;
}

#bundesland_detail_back.rr{
	background-position: 0px 150px;
}

#bundesland_detail.an, #bundesland_detail_back.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, #bundesland_detail_back.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-family: "SRG_SSR_Medium";

}

#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, #bundesland_detail_back.inaktiv {
    opacity: 0.1 !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: relative;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-family: "SRG_SSR_Medium";
    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: 300px;
    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: calc(50% - 63px);
    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: 10px;
	left: calc(50% - 45px);
    width: 85px;
    height: 121px;
    background-image: url(../assets/images/icon_essen.png);
    background-repeat: no-repeat;
}

#bundesland_detail .button.essenundtrinken span.text {
    top: 60px;
    left: -5px;
    /* 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: calc(50% - 62px);
    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: 200px;
    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: 38px;
    /* 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: calc(50% - 52px);
    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: 0px;
    /* width: 120px; */
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    animation-delay: .75s;
}

/* Sprachbreiten */
#bundesland_detail.de .button.bilderraetsel, #bundesland_detail.de .button.bilderraetsel a {
    width: 130px;
}

#bundesland_detail.de .button.quiz, #bundesland_detail.de .button.quiz a {
    width: 210px;
}

#bundesland_detail.de .button.mundart, #bundesland_detail.de .button.mundart a {
    width: 150px;
}

#bundesland_detail.de .button.stadtlandfluss, #bundesland_detail.de .button.stadtlandfluss a {
    width: 260px;
}

#bundesland_detail.de .button.essenundtrinken, #bundesland_detail.de .button.essenundtrinken a {
    width: 140px;
}

#bundesland_detail.fr .button.bilderraetsel, #bundesland_detail.fr .button.bilderraetsel a {
    width: 140px;
}

#bundesland_detail.fr .button.quiz, #bundesland_detail.fr .button.quiz a {
    width: 130px;
}

#bundesland_detail.fr .button.mundart, #bundesland_detail.fr .button.mundart a {
    width: 200px;
}

#bundesland_detail.fr .button.stadtlandfluss, #bundesland_detail.fr .button.stadtlandfluss a {
    width: 340px;
}

#bundesland_detail.fr .button.essenundtrinken, #bundesland_detail.fr .button.essenundtrinken a {
    width: 140px;
}

#bundesland_detail.it .button.bilderraetsel, #bundesland_detail.it .button.bilderraetsel a {
    width: 220px;
}

#bundesland_detail.it .button.quiz, #bundesland_detail.it .button.quiz a {
    width: 210px;
}

#bundesland_detail.it .button.mundart, #bundesland_detail.it .button.mundart a {
    width: 160px;
}

#bundesland_detail.it .button.stadtlandfluss, #bundesland_detail.it .button.stadtlandfluss a {
    width: 280px;
}

#bundesland_detail.it .button.essenundtrinken, #bundesland_detail.it .button.essenundtrinken a {
    width: 120px;
}

#bundesland_detail.rr .button.bilderraetsel, #bundesland_detail.rr .button.bilderraetsel a {
    width: 200px;
}

#bundesland_detail.rr .button.quiz, #bundesland_detail.rr .button.quiz a {
    width: 260px;
}

#bundesland_detail.rr .button.mundart, #bundesland_detail.rr .button.mundart a {
    width: 180px;
}

#bundesland_detail.rr .button.stadtlandfluss, #bundesland_detail.rr .button.stadtlandfluss a {
    width: 260px;
}

#bundesland_detail.rr .button.essenundtrinken, #bundesland_detail.rr .button.essenundtrinken a {
    width: 130px;
}








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

}

.spielstand {
	bottom: -40px;
	right: 220px;
	width: 0px;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 120px;
	position: absolute;
}

.spielstand .spielstandCount {
	font-size: 40px;
	font-family: "SRG_SSR_Medium";
	color: #fdca74;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 6px;
}

.spielstand .spielstandIcon {
	background-image: url(../assets/images/goldschluessel_klein.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height: 40px;
	left: 66px;
	position: absolute;
	top: 15px;
}

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


#muenzwurf{
	display: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../assets/images/goldschluessel_gross.png);
	width: 160px;
	height: 64px;
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -102px;
}

.de #muenzwurf{
	margin-left: -180px;
}

.it #muenzwurf{
	margin-left: -180px;
	margin-top: -88px;
}

.rr #muenzwurf{
	margin-left: -150px;
	margin-top: -75px;
}

#muenzwurf.animate{
	display:block;
}



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

.schatzkiste .keycount {
	color: #006937;
	font-family: "SRG_SSR_Medium";
	font-size: 1.750em;
	line-height:50px;
	border-radius: 90px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	bottom: 35px;
	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);
}




.schatzkiste .keycount span {
    color: #000;
    font-family: "SRG_SSR_Medium";
    font-size: 0.7em;
}

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



.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: -2px;
	left: 10px;
    z-index: 20
}

#bundesland_detail .button.mundart.key span.icon {
    top: 18px;

}

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

#bundesland_detail .button.quiz.key span.text {
	padding-left:0px;
}

#bundesland_detail .button.stadtlandfluss.key span.icon {
    top: 22px;

}

#bundesland_detail .button.bilderraetsel.key span.icon {
    top: 16px;

}

#bundesland_info {
	background-image: url(../assets/images/zettel.png);
	width: 698px;
	height: 446px;
	background-size: 100% 100%;
	position: absolute;
	margin-left: -340px;
	margin-top: -223px;
	top: 50%;
	left: 50%;
}

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

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

}

#bundesland_info .schild {
    position: absolute;
    top: 55px;
    left: 40px;
    display: inline-block;
    color: #bd0700;
    font-family: "SRG_SSR_Medium";
    padding: 0px;
    font-size: 1.438em;
}

#bundesland_info_content p{
	margin-top:20px;
}

#bundesland_info .close_button {
    right: 0px;
}

#zurueck {
    width: 150px;
    height: 36px;
    margin-left: -440px;
    margin-top: 270px;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.54);	

}

#zurueck span {
    display: block;
    font-family: "SRG_SSR_Medium";
    background-image: url("../assets/images/zurueck_bt.png");
    background-repeat: no-repeat;
	background-position:10px 10px;
    text-align: center;
    color: #bd0700;
    top: 3px;
    line-height: 30px;
    position: relative;
}

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




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

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

#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: -460px;
    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: 100%;
    height: 40px;
    bottom: 0px;
    position: fixed;
    display: none;
    z-index: 99;
    text-align: center;
}

#footernavigation {
	width: auto;
	height: 30px;
	display: inline-block;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footernavigation a {
    margin-left: 20px;
    color: rgb(34,34,34);
    font-size: 0.938em;
    line-height: 20px;
    display: block;
    float: left;
    white-space: nowrap;
}

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

#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: 23px;
}

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


#footernavigation a#resetbutton {
    background: url(../assets/images/restore.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}

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

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

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





#preloader {
	position: absolute;
	height: 135px;
	width: 110px;
	margin-left: -55px;
	margin-top: -55px;
	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: 0px;
	right: 25px;
	width: 60px;
	height: 36px;
    font-size: 1em;
    line-height: 36px;
    text-align: center;
    font-family: "SRG_SSR_Medium";
    color: #000000;
    -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);
    background-color: white;
}


#preloader .preload_mask {
    position: absolute;
    background: url(../assets/images/preloader_front.png);
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    top: 0;
    left: 0;
}

#preloader .preload_background {
    position: absolute;
    background: url(../assets/images/preloader_back.png);
    background-repeat: no-repeat;
    height: 110px;
    width: 110px;
    top: 0;
    left: 0;
}

#preloader .preload_progressbar {
    position: absolute;
    background-color: #ffffff;
    height: 0px;
    width: 57px;
    top: 100px;
    left: 26px;
}

#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-family: "SRG_SSR_Medium";
}

.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.fr .flagge {
	left: 285px;
	top: 30px;
	background-image: url("../assets/images/kind_schild_fr.png");
	background-repeat: no-repeat;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	height: 230px;
}

#bundesland_detail.fr .schild {
    left: 240px;
    top: 0px;
    font-size: 1.375em;	
}

#bundesland_detail.fr .schatzkiste {
    left: 310px;
    top: 160px;
}

#bundesland_detail.fr .button.stadtlandfluss {
    left: 500px;
    top: 380px;
}

#bundesland_detail.fr .button.mundart {
    left: 80px;
    top: 290px;
}

#bundesland_detail.fr .button.quiz {
    left: 460px;
    top: 280px;
}

#bundesland_detail.fr .button.bilderraetsel {
    left: 300px;
    top: 370px;
}

#bundesland_detail.fr .button.essenundtrinken {
    left: 450px;
    top: 80px;
}




#bundesland_detail.de .flagge {
    left: 205px;
    top: 0px;
    background-image: url("../assets/images/kind_schild_de.png");
    background-repeat: no-repeat;
    height: 220px;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);    
}

#bundesland_detail.de .schild {
    left: 135px;
    top: 80px;
    font-size: 1.375em;
}

#bundesland_detail.de .schatzkiste {
    left: 240px;
    top: 170px;
}

#bundesland_detail.de .button.stadtlandfluss {
    left: 610px;
    top: 220px;
}

#bundesland_detail.de .button.mundart {
    left: 30px;
    top: 250px;
}

#bundesland_detail.de .button.quiz {
    left: 170px;
    top: 420px;
}

#bundesland_detail.de .button.bilderraetsel {
    left: 420px;
    top: 280px;
}

#bundesland_detail.de .button.essenundtrinken {
    left: 450px;
    top: 80px;
}




#bundesland_detail.it .flagge {
	left: 125px;
	top: 0px;
	background-image: url("../assets/images/kind_schild_it.png");
	background-repeat: no-repeat;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
	height: 280px;
	width: 130px;	
}

#bundesland_detail.it .schild {
    left: 90px;
    top: 0px;
    font-size: 1.375em;
}

#bundesland_detail.it .schatzkiste {
    left: 240px;
    top: 180px;
}

#bundesland_detail.it .button.stadtlandfluss {
    left: 610px;
    top: 250px;
}

#bundesland_detail.it .button.mundart {
    left: 30px;
    top: 220px;
}

#bundesland_detail.it .button.quiz {
    left: 150px;
    top: 400px;
}

#bundesland_detail.it .button.bilderraetsel {
    left: 450px;
    top: 160px;
}

#bundesland_detail.it .button.essenundtrinken {
    left: 280px;
    top: 60px;
}



#bundesland_detail.rr .flagge {
    left: 200px;
    top: 30px;
    background-image: url("../assets/images/kind_schild_rr.png");
    background-repeat: no-repeat;
   	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg); 
	height: 220px; 
}

#bundesland_detail.rr .schild {
	left: 145px;
	top: 110px;
    font-size: 1.375em;
}

#bundesland_detail.rr .schatzkiste {
    left: 270px;
    top: 195px;
}

#bundesland_detail.rr .button.stadtlandfluss {
    left: 480px;
    top: 120px;
}

#bundesland_detail.rr .button.mundart {
    left: 60px;
    top: 310px;
}

#bundesland_detail.rr .button.quiz {
    left: 520px;
    top: 300px;
}

#bundesland_detail.rr .button.bilderraetsel {
    left: 350px;
    top: 370px;
}

#bundesland_detail.rr .button.essenundtrinken {
    left: 20px;
    top: 160px;
}



#kind_de{
	left: 370px;
	top: 15px;
	position:absolute;
}

#kind_de.complete{
	left: 320px;
}

#kind_fr{
	left: 170px;
	top: 150px;
	position:absolute;
}

#kind_fr.complete{
	left: 160px;
	top: 110px;
}

#kind_it{
	left: 472px;
	top: 112px;
	position:absolute;
}

#kind_it.complete{
	left: 460px;
	top: 80px;
}

#kind_rr{
	left: 715px;
	top: 30px;
	position:absolute;
}

#kind_rr.complete{
	left: 700px;
}

.sprechblase{
	width:164px;
	height:106px;	
	position:absolute;
	display:none;	
}

.sprechblase span{
	width:174px;
	line-height:100px;
	display:block;
	text-align: center;
	font-size:26px;	
}

#sprechblase_de{
	left: 420px;
	top: 15px;
	background-image: url("../assets/images/sprechblase_rechts.png");
}

#sprechblase_fr{
	left: 260px;
	top: 150px;
	background-image: url("../assets/images/sprechblase_rechts.png");
}

#sprechblase_it{
	left: 542px;
	top: 112px;
	background-image: url("../assets/images/sprechblase_rechts.png");
}

#sprechblase_rr{
	left: 585px;
	top: 30px;
	background-image: url("../assets/images/sprechblase_links.png");
}

#sprechblase_rr span{
	width:140px;
}



/* 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;
}

.debug #zweiDDlogo{
	display:block;
}

/* anmeldename */
#loginname{
    position: fixed;
    bottom: 50px;
    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;
    display: none;
}

#zweiDD.fr .spiel_stadtlandfluss #spieleTitel{
	font-size: 1.20em;
}

.silhuette{
	pointer-events: none;
}

#cloudlayer{
	pointer-events: none;
}

#bundesland_detail_back{
	pointer-events: none;
}

#bundesland_info_content i{
	font-style: normal;
	cursor: pointer;
	display: inline-block;
}

.kanton{
	position: absolute;
	margin-top: -60px;
	margin-left: -26px;
	height: 61px;
	width: 52px;
}


.clickzone{
	display: block;
}

#de_area{
	height: 260px;
	width: 125px;
	position: absolute;
	z-index: 999;
	top: 0px; 
	left: 330px;
}

#fr_area{
	height: 280px;
	width: 160px;
	position: absolute;
	z-index: 999;
	top: 120px; 
	left: 160px;
}

#it_area{
	height: 260px;
	width: 120px;
	position: absolute;
	z-index: 999;
	top: 90px; 
	left: 460px;
}

#rr_area{
	height: 280px;
	width: 140px;
	position: absolute;
	z-index: 999;
	top: 10px; 
	left: 690px;
}

#language_dialog{
	position: absolute;
	bottom: -100px;
	left: 140px;
	z-index: 9999999;
}

#language_dialog a{
	width: 30px;
	height: 30px;
	line-height:30px;
	padding:5px;
	margin:0px;
	margin-left:10px;
	text-align: center;
	border-radius: 90px;
}
#language_dialog a.aktiv{
	background-color: #fff;
	color: #bd0700;	
}
#welcome_dialog .dialog_pfeil {
    margin-left: 180px;
}

.formfix .dialog_box{
	margin-top:0px !important;
	top:0px !important;
}
