#appView {
    touch-action: none;
}

#background-wrapper {
    touch-action: none;
}

#background {
    touch-action: none;
}

#loading {
    touch-action: none;
}

body {
    height: 100vh;
    touch-action: none;
}


/* Avoid Chrome to see Safari hack */

.TLinkPanel {
    background-color: blue;
    opacity: 30%;
    border: 2px solid greenyellow;
    cursor: pointer;
    border-radius: 10px;
}

.TLinkPanelOff {
    background-color: green;
    opacity: 30%;
    border: 2px solid red;
    cursor: default;
}

div#background-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    min-height: 520px;
    min-width: 330px;
}

.background_dark {
    touch-action: none;
    background-color: black;
    background-repeat: repeat;
    background-image: url("./img/splash/bg_015_darker.png");
    content: "";
    position: absolute;
    transform: rotate(-20deg);
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.background_green {
    /* background-color: #a2d360; */
    touch-action: none;
    background-color: #a2d360;
    background-repeat: repeat;
    background-image: url("./img/splash/bg_015.png");
    content: "";
    position: absolute;
    transform: rotate(-20deg);
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

div#loading {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 40%;
}

#loadingicon.rotate {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./img/splash/loading.png");
    height: 50px;
    width: 50px;
    margin-left: -25px;
    left: 50%;
    top: 10%;
    position: absolute;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

div#preloading {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 40%;
    left: 50%;
    margin-left: -125px;
}



.startButton {
	background-color:#81dd48;
	border-radius:41px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
    text-align: center;
    width: 125px;
	padding:23px 60px;
	text-decoration:none;

}
.startButton:hover {
	background-color:#5cbf2a;
}
.startButton:active {
	position:relative;
	top:1px;
}

.impressum {

	display:inline-block;
	cursor:pointer;
	color:#237323;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
    width: 250px;
    text-align: center;
	text-decoration:none;

}

.TScrollprivacyNotification {
    left: 6%;
    height: 72%;
    width: 88%;
    top: 8%;
    z-index: 99;
    position: absolute;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.noloadwarning {
    animation: 60s delayedFadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
}

@keyframes delayedFadeIn {
    99% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

div#splash_logo {
    position: absolute;
    width: 250px;
    height: 250px;
    margin-left: -125px;
    top: 7%;
    left: 50%;
}

#splash_logo #splash1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./img/splash/splash1.svg");
}

#splash_logo #splash2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./img/splash/splash2.svg");
}

#load_wrapper {
    position: absolute;
    width: 330px;
    height: 520px;
    background: white;
    border: 3px solid #227322;
    border-radius: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loading_text,
#noload_text,
#noload_list {
    position: absolute;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    color:#237323;
	font-family:Arial;
    font-weight: 700;
}

#noload_text {
    top: 0;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

#noload_list {
    text-align: left;
    top: 60px;
    width: 90%;
    padding-right: 40px;
}

#noload_wrapper {
    background: white;
    width: 100%;
    left: 0;
    position: absolute;
    height: 80%;
}

.wiggle {
    animation: kirsch ease-in-out 1s 10 alternate;
}

@keyframes kirsch {
    0% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}

.TSceneWnd {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*background-color: cadetblue;*/
    overflow: hidden;
    background: url(img/kachel09.gif) #37288e;
}

.TAndroidConsoleView {
    background-color: #82dd48;
}

.TModeView {
    background: url(img/kachel09.gif) #82dd48 top left fixed;
    overflow: hidden;
}

.TLabel {
    background-color: yellow;
    overflow: hidden;
}


/*.TMathildrView {
    background-color: #82dd48;
    overflow: hidden;
}*/


/*.TMainView {
    background-color: #82dd48;
    overflow: hidden;
}*/

.TViewStore {
    /*background-color: #38bf38;*/
    overflow: visible;
}

.TQuestionView {
    background-color: #38bf38;
    overflow: hidden;
}

.TMathildrLandPlateOptionView {
    background-color: white;
    overflow: hidden;
    /*border-left: 0.7vh solid #666666;*/
}

.TLookAndFeelView {
    background-color: white;
    overflow: hidden;
}

.TMathildrLandAppOptionView {
    background-color: green;
    overflow: hidden;
}


/* .TOptionToolbar {
    background-color: white;
    overflow: hidden;
    
} */

.TMathildrLandNewOptionView {
    background-color: palevioletred;
    overflow: hidden;
}

.TCherryToolbar {
    background-color: #227322;
    overflow: hidden;
    /*border-right: 3vh solid #1a561a ;*/
}

.TOptionGamePanel {
    overflow: hidden;
    border: 0.6vw solid white;
}

.TMathildrOptionView {
    background-color: #38bf38;
    overflow: hidden;
}

#RedButton {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: red;
    transition: all 0.5s ease;
}

#YellowRight {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: yellow;
    transition: all 0.5s ease;
}

#Cherry_1 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: green;
    transition: all 0.5s ease;
}

#Cherry_2 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: blue;
    transition: all 0.5s ease;
}

#Cherry_3 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: green;
    transition: all 0.5s ease;
}

#Cherry_4 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: blue;
    transition: all 0.5s ease;
}

#Cherry_5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: green;
    transition: all 0.5s ease;
}

#Cherry_6 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: blue;
    transition: all 0.5s ease;
}

#Cherry_7 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: green;
    transition: all 0.5s ease;
}

#Cherry_8 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: blue;
    transition: all 0.5s ease;
}

#Cherry_9 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: green;
    transition: all 0.5s ease;
}

#Cherry_10 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: blue;
    transition: all 0.5s ease;
}

.TSectorPanelB {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: aqua;
    transition: all 0.5s ease;
}

.TSectorPanelD {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: darkorange;
    transition: all 0.5s ease;
}

.TSectorPanelAVisible {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #bcee7b;
    transition: all 0.5s ease;
    font-size: 48px;
    /*transform: scale(1);*/
}

.TSectorPanelAHidden {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: yellow;
    transition: all 0.5s ease;
    /*transform: scale(0.5);*/
}

.uebergang {
    padding-left: 100px;
    background-color: #F0F0ED;
    -webkit-transform: scale(4);
    transform: scale(4);
}

.scaled {
    -webkit-transform: scale(4);
    transform: scale(4);
}

.magic {
    -webkit-animation: magic 2s ease;
    animation: magic 2s ease;
}

.boingInUp {
    -webkit-animation: boingInUp;
    animation: boingInUp;
}

.focused {
    border: 3px #000000;
    -webkit-box-shadow: rgba(2, 42, 56, 0.7) 0px 0px 5px 3px;
    box-shadow: rgba(2, 42, 56, 0.7) 0px 0px 5px 3px;
}

@-webkit-keyframes magic {
    0% {
        opacity: 1;
        -webkit-transform-origin: 100% 200%;
        -webkit-transform: scale(1, 1) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 200% 500%;
        -webkit-transform: scale(0, 0) rotate(270deg);
    }
}

@keyframes magic {
    0% {
        opacity: 1;
        transform-origin: 100% 200%;
        transform: scale(1, 1) rotate(0deg);
    }
    100% {
        opacity: 0;
        transform-origin: 200% 500%;
        transform: scale(0, 0) rotate(270deg);
    }
}

@keyframes boingInUp {
    0% {
        opacity: 0;
        transform-origin: 50% 0%;
        transform: perspective(800px) rotateX(-90deg);
    }
    50% {
        opacity: 1;
        transform-origin: 50% 0%;
        transform: perspective(800px) rotateX(50deg);
    }
    100% {
        opacity: 1;
        transform-origin: 50% 0%;
        transform: perspective(800px) rotateX(0deg);
    }
}