@charset "UTF-8";
@import url("fonts/stylesheet.css");

body {
	margin: 0;
}

a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer;
}

ul {
	margin:  2%;
	padding-left: 5%;
	padding-top: 1%;
}
/* .infografik_wrapper {
	position: relative;
	height: 720px;
	width: auto;
} */

.infografik_wrapper {
	background: transparent;
  background-size: cover;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.infografik_wrapper::before {
	content: '';
    display: block;
    
    padding-top: 56.25%;
}
.infografik_wrapper #backgroundimage {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url("bilder/hintergrund_dunkelblau.png");
	position: absolute;
	left: 0;
	top: 0;
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: contain;
}
.infografik_wrapper #schaltflaechen {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.infografik_wrapper #schaltflaechen .button      {
	position: absolute;
	/* [disabled]width: 30%; */
	height: auto;
	/* [disabled]right: 4%; */
	/* [disabled]top: 9%; */
}
.infografik_wrapper #schaltflaechen .button#schritt_1  {
	width: 20.4%;
	left: -0.7%;
	top: 29%;
}
.infografik_wrapper #schaltflaechen .button .button_font {
	font-family: Hind;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 55%;
	display: block;
	text-align: center;
	line-height: 1;
}
.infografik_wrapper #schaltflaechen .button#schritt_1 .button_font {
	width: 90%;
}

.infografik_wrapper #schaltflaechen .button#schritt_2 .button_font {
	width: 90%;
	margin-top: -1%;
	
}


.infografik_wrapper #schaltflaechen .button#schritt_2 .button_font {
	width: 90%;
	margin-top: -4%;
	
}
.infografik_wrapper #schaltflaechen .button img {
	display: block;
}
.infografik_wrapper #popups .popup_window {
	position: relative;
	
	vertical-align: middle;
	/* width: 60vh;
	height: 40vh; */
	width: auto;
	height: 100%;
	max-width: 50%;
	max-height: 100%;
	
	background-color: #737373;
	padding: 2.4%;
	z-index: 1003;
	opacity: 1;
	border-bottom-left-radius: 10%;
	/* -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.40);
	 box-shadow: 10px 10px 10px rgba(0,0,0,0.40); */
	color: #FFFFFF;
	font-family: Hind;
	font-size: 80%;
	line-height: 1.3;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	border-spacing: 0px 0px;
	margin: 0 auto;
	/* margin-top: calc(100%/2 - 17.5vh); */
	box-sizing: border-box;
	min-width: 50%;
	white-space: normal;
	vertical-align: top;
	
}

.infografik_wrapper #popups .popup_window::before {
	content: '';
display: inline-block;
position: absolute;
width: 24%;
height: 24%;
background-size: contain;
background-repeat: no-repeat;
right: -12%;
top: -8%;
}



.infografik_wrapper #popups .popup_window#schritt_2_popup::before {
	background-image: url("bilder/popups/icons/icon_2_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_3_popup::before {
	background-image: url("bilder/popups/icons/icon_3_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_4_popup::before {
	background-image: url("bilder/popups/icons/icon_4_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_5_popup::before {
	background-image: url("bilder/popups/icons/icon_5_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_6_popup::before {
	background-image: url("bilder/popups/icons/icon_6_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_7_popup::before {
	background-image: url("bilder/popups/icons/icon_7_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_8_popup::before {
	background-image: url("bilder/popups/icons/icon_8_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_9_popup::before {
	background-image: url("bilder/popups/icons/icon_9_popup.svg");
}

.infografik_wrapper #popups .popup_window#schritt_10_popup::before {
	background-image: url("bilder/popups/icons/icon_10_popup.svg");
}

.infografik_wrapper #popups .popup_window.popup_ebene_2 {
	/* margin-top: -55vh !important; */
	z-index: 1000; 
	position: relative;
	margin: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10%;
	left: 0;
	-webkit-animation: slideInLeft .5s;
	animation: slideInLeft .5s;
	color: #033C66;
	flex-direction: column;
	justify-content: start;
	padding-top: 4.5%;
	padding-left: 3.5%;
	padding-right: 3.0%;
	padding-bottom: 3%;
	
}

.infografik_wrapper #popups .popup_window.popup_ebene_2::before {
	content: '';
height: 30%;
width: 11%;
position: absolute;
left: -3.6%;
top: 38%;
background: linear-gradient(-110deg, transparent 50%, var(--schrittfarbe) 50.1% , var(--schrittfarbe) 60%, var(--schrittfarbe) 100%) top no-repeat, linear-gradient(290deg, transparent 50%, var(--schrittfarbe) 50.1% , var(--schrittfarbe) 60%, var(--schrittfarbe) 100%) bottom no-repeat;
background-size: auto, auto;
background-size: 100% 50%;
}

.infografik_wrapper #popups .popup_window > span {
	margin-bottom: 3%;
	position: relative;
	display: block;
	padding-right: 0%;
}





.infografik_wrapper #popups > *  {
	display: none;
}

.infografik_wrapper #popups #popup_background {
	width: 100vw;
	position: fixed;
	height: 100vh;
	background-color: rgba(0,0,0,0.65);
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
	overflow: visible;
}

.infografik_wrapper #popups .popup_window h2 {
	text-align: center;
	font-family: "Hind";
	font-size: 170%;
	letter-spacing: 1.1px;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	margin: 5% 0;
	line-height: 1;
}



.infografik_wrapper #popups .popup_window h3 {
	font-family: 'Hind';
	font-size: 125%;
	line-height: 1.3;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	color: #033C66;
	margin: 2%;
	text-align: center;
	color: #fff;
}

.infografik_wrapper #popups .popup_window h4 {
	font-family: "Hind";
	font-size: 100%;
	line-height: 1.1;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #033C66;
	font-style: normal;
	margin: 0;
	text-align: left;
}

.infografik_wrapper #popups .popup_window h5 {
	font-family: 'Hind';
	font-size: 145%;
	line-height: 1.1;
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	color: #033C66;
	margin: 1%;
	text-align: center;
	padding-bottom: 2%
}



.infografik_wrapper #popups {
	position: absolute;
	display: flex;
	width: 100%;
	height: 80%;
	margin-top: 5%;
	justify-content: center;
	flex-direction: row;
	align-items: stretch;
	
	top: 0;
	white-space:nowrap;
	padding: 0 4%;
	box-sizing: border-box;
	
}
.shakehover:not(:focus):hover {
	-webkit-animation: headShake 1s infinite !important;
    animation: headShake 1s infinite !important;
	
}
.button:focus {
	outline: none;
}

.dauerpulsieren {
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.infografik_wrapper #popups .popup_window > span.verbinder-rechts {
	padding-right: 15%;	
	margin-bottom: 4vh;
} 

.infografik_wrapper #popups .popup_window > span.verbinder-rechts.verbinder-kleiner {
	margin-bottom: 4vh;
}

.infografik_wrapper #popups .popup_window > span.verbinder-rechts + span {
	padding-right: 4vh;
}
.infografik_wrapper #popups .popup_window > span.verbinder-rechts::before {
	content: '';
	display: block;
	border-top: 2px dashed#fff;
	border-right: 2px dashed #fff;
	width: 8vh;
	height: 8vh;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	border-top-right-radius: 20vh;
	transform: rotate(20deg);
}
.infografik_wrapper #popups .popup_window > span.verbinder-rechts.verbinder-kleiner::before {
	width: 5vh;
	height: 5vh;
	bottom: -2vh;
	transform: rotate(25deg);
	
}

.infografik_wrapper #popups .popup_window > span.verbinder-links {
	padding-left: 15%;
	margin-bottom: 8vh;
	text-align: right;
}

.infografik_wrapper #popups .popup_window > span.verbinder-links.verbinder-kleiner {
	margin-bottom: 4vh;
}

.infografik_wrapper #popups .popup_window > span.verbinder-links::before {
	content: '';
	display: block;
	border-top: 2px dashed#fff;
	border-left: 2px dashed #fff;
	width: 8vh;
	height: 8vh;
	float: left;
	position: absolute;
	left: 0;
	bottom: -5vh;
	border-top-left-radius: 20vh;
	transform: rotate(-20deg);
}



.infografik_wrapper #popups .popup_window > span.verbinder-links.verbinder-kleiner::before {
	width: 5vh;
	height: 5vh;
	bottom: -3vh;
	transform: rotate(-30deg);
	
}


.infografik_wrapper #popups .popup_window > span.verbinder-links + span {
	padding-left: 6vh;
}



.infografik_wrapper #popups .popup_window > span.verbinder-pfeil-rechts {
	padding-right: 15%;	
	margin-bottom: 5%;
} 
.infografik_wrapper #popups .popup_window > span.verbinder-pfeil-rechts::before {
	content: '';
	display: block;
	width: 6vh;
	height: 7vh;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(0deg);
	background: url("bilder/verbinder-pfeil-rechts.svg") no-repeat center;
	
}

.infografik_wrapper #popups .popup_window > span.verbinder-pfeil-links {
	padding-left: 15%;	
	margin-bottom: 5%;
} 
.infografik_wrapper #popups .popup_window > span.verbinder-pfeil-links::before {
	content: '';
	display: block;
	width: 6vh;
	height: 7vh;
	float: left;
	position: absolute;
	left: 0;
	bottom: -10%;;
	transform: rotate(0deg);
	background: url("bilder/verbinder-pfeil-links.svg") no-repeat center;
	
}


#popups .popup_window .popup-info-button-ecke-links {
	
	width: 15vh;
	height: 15vh;
	position: absolute;
	left: -3vh;
	bottom: -7vh;
}

#popups .popup_window .popup-info-button-ecke-links:hover, #popups .popup_window .popup-info-button-ecke-rechts:hover {
	-webkit-animation: pulse .5s !important;
    animation: pulse .5s !important;
	filter: brightness(1.4) saturate(.7);
}
#popups .popup_window .popup-info-button-ecke-rechts {
	
	width: 20%;
height: auto;
position: absolute;
right: -7%;
bottom: -9%;
}


.infografik_wrapper #infografik-titel {
	position: absolute;
	width: 70%;
	height: auto;
	left: 2%;
	top: 6.5%;
	z-index: 99;
	display: block;

}


.infografik_wrapper #infografik-titel h1 {
	font-family: 'Hind';
	color: #0F5498;
	text-transform: none;
	/* font-size: 20px; */
	text-align: left;
	letter-spacing: 1.1px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}

.infografik_wrapper .hintergrund {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,84,150,.07);
overflow: hidden;
}



#popups .bearbeitung {
	display: block;
}

.zitat {
    font-style: italic;
    text-align: center;
    line-height: 1.4;
}

.zitat_autor {
    font-size: 80%;
	text-align: center;
}

.infografik_wrapper #schaltflaechen .icon-element {
	position: absolute;
	top: 0;
	width: 50%;
	height: 50%;
	display: block;
	z-index: 99;
	background-size: contain;
	-webkit-animation: pulse 3s infinite;
	animation: pulse 2.5s infinite;
}

.infografik_wrapper #schaltflaechen #sozialerausgleich .schaltflaeche_linie img {
	display: block;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	
}
.infografik_wrapper #schaltflaechen #schritt_1 .icon-element {
	left: 20%;
	top: 64%;
	height: 155%;
	background-image: url("bilder/schritte/schirtt_1_icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	animation-delay: 0.5s;
}

.infografik_wrapper #schaltflaechen #schritt_2 .icon-element {
	left: 70%;
	top: -36%;
	height: 90%;
	background-image: url("bilder/schritte/icon_2.svg");
	background-position: center;
	background-repeat: no-repeat;
	
	
}

.infografik_wrapper #schaltflaechen #schritt_3 .icon-element {
	left: -120%;
	top: 25%;
	width: 155%;
	background-image: url("bilder/schritte/icon_3.svg");
	background-position: center;
	background-repeat: no-repeat;
	animation-delay: 0.8s;
}

.infografik_wrapper #schaltflaechen #schritt_4 .icon-element {
	left: 36%;
	top: -49%;
	height: 150%;
	background-image: url("bilder/schritte/icon_4.svg");
	background-position: center;
	background-repeat: no-repeat;
	animation-delay: 0.2s;
	
}

.infografik_wrapper #schaltflaechen #schritt_5 .icon-element {
	left: 44%;
	top: -7%;
	height: 190%;
	width: 65%;
	background-image: url("bilder/schritte/icon_5.svg");
	background-position: center;
	background-repeat: no-repeat;
	animation-delay: 1.0s;
	
}

.infografik_wrapper #schaltflaechen #schritt_6 .icon-element {
	left: 40%;
	top: 30%;
	width: 185%;
	background-image: url("bilder/schritte/icon_6.svg");
	background-position: center;
	background-repeat: no-repeat;
	
}

.infografik_wrapper #schaltflaechen #schritt_7 .icon-element {
	left: -46%;
	top: -12%;
	width: 80%;
	height: 80%;
	background-image: url("bilder/schritte/icon_7.svg");
	background-position: center;
	background-repeat: no-repeat;
	animation-delay: 0.4s;
}

.infografik_wrapper #schaltflaechen #schritt_8 .icon-element {
	left: 48.7%;
	top: -51%;
	height: 99%;
	background-image: url("bilder/schritte/icon_8.svg");
	background-position: center;
	background-repeat: no-repeat;
	animation-delay: 0.8s;
}

.infografik_wrapper #schaltflaechen #schritt_9 .icon-element {
	left: 45%;
	top: 0.4%;
	height: 99%;
	width: 160%;
	background-image: url("bilder/schritte/icon_9.svg");
	background-position: center;
	background-repeat: no-repeat;

}

.infografik_wrapper #schaltflaechen #schritt_10 .icon-element {
	left: 23%;
	top: 57%;
	height: 123%;
	background-image: url("bilder/schritte/icon_10.svg");
	background-position: center;
	background-repeat: no-repeat;
	animation-delay: 0.5s;
}




.infografik_wrapper #schaltflaechen #schritt_1:hover .icon-element {
	background-image: url("bilder/schritte/schritt_1_icon_hover.svg");
	
}

.infografik_wrapper #schaltflaechen #schritt_3:hover .icon-element {
	background-image: url("bilder/schritte/icon_3_hover.svg");
	
}

.infografik_wrapper #schaltflaechen #schritt_4:hover .icon-element {
	background-image: url("bilder/schritte/icon_4_hover.svg");
}

.infografik_wrapper #schaltflaechen #schritt_5:hover .icon-element {
	background-image: url("bilder/schritte/icon_5_hover.svg");
}

.infografik_wrapper #schaltflaechen #schritt_6:hover .icon-element {
	background-image: url("bilder/schritte/icon_6_hover.svg");
}

.infografik_wrapper #schaltflaechen #schritt_7:hover .icon-element {
	background-image: url("bilder/schritte/icon_7_hover.svg");
}

.infografik_wrapper #schaltflaechen #schritt_8:hover .icon-element {
	background-image: url("bilder/schritte/icon_8_hover.svg");
}

.infografik_wrapper #schaltflaechen #schritt_9:hover .icon-element {
	background-image: url("bilder/schritte/icon_9_hover.svg");
}

.infografik_wrapper #schaltflaechen #schritt_10:hover .icon-element {
	background-image: url("bilder/schritte/icon_10_hover.svg");
}


.infografik_wrapper #schaltflaechen #schritt_2:hover .icon-element {
	background-image: url("bilder/schritte/icon_2_hover.svg");
}



.pulsehover:hover {
	animation: pulse .6s;
	-webkit-animiation: pulse .6s;
}





.ui-widget-content {
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
}

.ui-widget-content p {
  margin: 0 0 0 3% !important;
	font-size: 90% !important;
}
.ui-icon {
	filter: brightness(100) !important;
}

#schaltflaechen .button .abschnittselement {
	opacity: 1;
	z-index: 100;
	position: relative;
	-webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
#schaltflaechen .button:hover .abschnittselement, #schaltflaechen .button:hover .icon-element {
	filter: brightness(1.4) saturate(.7);
}

.schrittehover:hover .abschnittselement {
	animation: pulse .6s;
	-webkit-animiation: pulse .6s;
}

.schrittehover .abschnittselement {
	animation: pulse .5s;
}
.schrittehover#schritt_1 .abschnittselement {
	animation-delay: 5s;
}
.schrittehover#schritt_2 .abschnittselement {
	animation-delay: 5.3s;
}
.schrittehover#schritt_3 .abschnittselement {
	animation-delay: 5.6s;
}
.schrittehover#schritt_4 .abschnittselement {
	animation-delay: 5.9s;
}
.schrittehover#schritt_5 .abschnittselement {
	animation-delay: 6.2s;
}
.schrittehover#schritt_6 .abschnittselement {
	animation-delay: 6.5s;
}
.schrittehover#schritt_7 .abschnittselement {
	animation-delay: 6.8s;
}
.schrittehover#schritt_8 .abschnittselement {
	animation-delay: 7.1s;
}
.schrittehover#schritt_9 .abschnittselement {
	animation-delay: 7.4s;
}
.schrittehover#schritt_10 .abschnittselement {
	animation-delay: 7.7s;
}


#schaltflaechen .button .schritte_beschriftung {
	position: absolute;
	z-index: 90;
}

#schaltflaechen .button#schritt_3 .schritte_beschriftung {
	top: 63%;
	left: -200%;
	padding-left: 10%;
	color: #0B6690;

}

#schaltflaechen .button#schritt_4 .schritte_beschriftung {
	top: -35%;
	left: 28%;
	color: #116F8D;
	padding-left: 8%;
}

#schaltflaechen .button#schritt_5 .schritte_beschriftung {
	top: 86%;
	left: 112%;
	color: #16788A;
}

#schaltflaechen .button#schritt_6 .schritte_beschriftung {
	top: 75%;
	left: 110%;
	color: #1C8286;
}

#schaltflaechen .button#schritt_7 .schritte_beschriftung {
	top: -11%;
	left: -50%;
	color: #218B83;
}

#schaltflaechen .button#schritt_8 .schritte_beschriftung {
	top: -25%;
	left: 100%;
	color: #279480;
}

#schaltflaechen .button#schritt_9 .schritte_beschriftung {
	top: 18%;
	left: 80%;
	color: #2C9D7D;
}

#schaltflaechen .button#schritt_10 .schritte_beschriftung {
	top: 178%;
	left: 24%;
	color: #32A67A;
}

#schaltflaechen .button .schritte_beschriftung .schritte_tooltip {
	position: absolute;
	opacity: 0;
	background: #fff;
	color: #143B64;
	font-family: "Hind";
	font-size: 50%;
	line-height: 1.1;
	padding: 8% 10%;
	overflow: hidden;
	word-wrap: break-word;
	height: auto;
	width: 70%;
	box-shadow: 3px 3px 6px rgba(0,0,0,.2);
	border-top-left-radius: 16px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	z-index: -1;
	
}
#schaltflaechen .button#schritt_1 .schritte_beschriftung .schritte_tooltip {
	left:-35%;
	top: -70%;
	width: 145%;
	padding-top: 60%;
	padding-left: 13%;
	padding-bottom: 15%;
}
#schaltflaechen .button#schritt_2 .schritte_beschriftung .schritte_tooltip {
	left: -13%;
	width: 160%;
	padding-top: 59%;
	padding-bottom: 15%;
	padding-left: 13%;
	top: -100%;
}

#schaltflaechen .button#schritt_4 .schritte_beschriftung .schritte_tooltip {
	left: -15%;
	width: 120%;
	padding-bottom: 38%;
	padding-top: 15%;
	padding-left: 15%;
	padding-right: 10%;
	bottom: -32%;
	text-align: center;
	
}

#schaltflaechen .button#schritt_5 .schritte_beschriftung .schritte_tooltip {
	left: -25%;
	width: 120%;
	padding-bottom: 38%;
	padding-top: 15%;
	padding-left: 20%;
	bottom: -40%;
	text-align: center;
	
}

#schaltflaechen .button#schritt_6 .schritte_beschriftung .schritte_tooltip {
	left: -15%;
	width: 140%;
	padding-bottom: 10%;
	padding-top: 43%;
	padding-left: 20%;
	top: -135%;
	
}

#schaltflaechen .button#schritt_7 .schritte_beschriftung .schritte_tooltip {
	left: -51%;
	width: 180%;
	padding-bottom: 65%;
	padding-top: 24%;
	padding-left: 10%;
	top: -200%;
	text-align: center;
	
}

#schaltflaechen .button#schritt_8 .schritte_beschriftung .schritte_tooltip {
	left: -51%;
	width: 180%;
	padding-bottom: 15%;
	padding-top: 45%;
	padding-left: 10%;
	top: -105%;
	text-align: center;
	
}

#schaltflaechen .button#schritt_9 .schritte_beschriftung .schritte_tooltip {
	left: -11%;
	width: 100%;
	padding-bottom: 37%;
	padding-top: 15%;
	padding-left: 10%;
	top: -435%;
	text-align: center;
	
}

#schaltflaechen .button#schritt_10 .schritte_beschriftung .schritte_tooltip {
	left: -22%;
	width: 125%;
	padding-bottom: 15%;
	padding-top: 35%;
	padding-left: 10%;
	top: -105%;
	text-align: center;
	
}

#schaltflaechen .button#schritt_3 .schritte_beschriftung .schritte_tooltip {
	left: -10%;
	width: 130%;
	padding-top: 51%;
	padding-bottom: 15%;
	padding-left: 15%;
	top: -60%;
}
#schaltflaechen .button:hover .schritte_beschriftung .schritte_tooltip {
	opacity: 1;
}

.infografik_wrapper #schaltflaechen .button#schritt_2  {
	width: 20.4%;
	left: 16.3%;
	top: 29%;
}

.infografik_wrapper #popups .bg-schritt-1, .infografik_wrapper #popups .bg-schritt-1 ~ .popup_ebene_2 {
	--schrittfarbe: #005396;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-2, .infografik_wrapper #popups .bg-schritt-2 ~ .popup_ebene_2 {
	
	--schrittfarbe: #065D93;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-3, .infografik_wrapper #popups .bg-schritt-3 ~ .popup_ebene_2 {
	
	--schrittfarbe: #0B6690;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-4, .infografik_wrapper #popups .bg-schritt-4 ~ .popup_ebene_2 {
	
	--schrittfarbe: #116F8D;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-5, .infografik_wrapper #popups .bg-schritt-5 ~ .popup_ebene_2 {
	
	--schrittfarbe: #16788A;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-6, .infografik_wrapper #popups .bg-schritt-6 ~ .popup_ebene_2 {
	
	--schrittfarbe: #1C8286;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-7, .infografik_wrapper #popups .bg-schritt-7 ~ .popup_ebene_2 {
	
	--schrittfarbe: #218B83;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-8, .infografik_wrapper #popups .bg-schritt-8 ~ .popup_ebene_2 {
	
	--schrittfarbe: #279480;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-9, .infografik_wrapper #popups .bg-schritt-9 ~ .popup_ebene_2 {
	
	--schrittfarbe: #2C9D7D;
	background-color: var(--schrittfarbe);
}

.infografik_wrapper #popups .bg-schritt-10, .infografik_wrapper #popups .bg-schritt-10 ~ .popup_ebene_2 {
	
		--schrittfarbe: #32A67A;
		background-color: var(--schrittfarbe);
}

/* Ebene 2 */
.infografik_wrapper #popups .popup_window.bg-ebene-2 {
	background-color: #E6ECF4;
}


#popups .popup_window .schaltflaeche_pfeil {
	padding: 3% 3% 2.3% 3%;
	vertical-align: middle;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,.01);

	border-image-source: url("bilder/popups/pfeil_schaltflaeche.svg");
  	border-image-width: 4px 28.85px 4px 4px;
  	border-image-slice: 3.22 28.85 3.22 3.22;
  	border-image-repeat: stretch;
	margin-bottom: 3%;
	display: inline-block;
	font-size: 120%;
}
#popups .popup_window .schaltflaeche_pfeil:nth-of-type(1) {
  margin-top: 2%;
}

#popups .popup_window .schaltflaeche_pfeil:hover,
#popups .popup_window .schaltflaeche_pfeil.aktiv {
	border-color: rgba(0,0,0,0);
	border-image-width: 0;
background: linear-gradient(-130deg, transparent 4.7%, rgba(0,0,0,.2) 4.8% , rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 100%) top no-repeat, linear-gradient(310deg, transparent 4.7%, rgba(0,0,0,.2) 4.8% , rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 100%) bottom no-repeat;
  background-size: auto, auto;
background-size: 100% 50%;
}


.schaltflaeche_pfeil span {
	font-size: 100%;
	--pfeilnummer: '1';
	font-weight: 600;
}
.schaltflaeche_pfeil span::before {
	content: var(--pfeilnummer);
	border-radius: 200px;
	position: relative;
	margin-right: 3%;
	font-weight: 900;
	font-size: 110%;
	vertical-align: middle;
	line-height: 0.5;
}

h2 img {
	width: 7%;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	margin-right: 2.5%;
}

.popup_ebene_2 ul.liste_kleine_schrift li {
	font-size: 83%;
	line-height: 1.2;
	
}

.popup_ebene_2 ul li {
	font-size: 98%;
	line-height: 1.4
	
}

#popups .popup_ebene_2 .kasten_hell {
padding: 1.8% 5% 1% 5%;
border-radius: 1.5vmin;
background-color: rgba(0,83,150,.07);
display: flex;
flex-direction: row;
justify-content: stretch;
align-items: center;
margin-bottom: 1.5%;
position: relative;
flex-shrink: 0;
flex: 0 0 11%;
}

.popup_ebene_2 .kasten_icon img {
	max-height: 47px;
	width: 100%;
}

#popups .popup_ebene_2 .kasten_hell span, #popups .popup_ebene_2 .kasten_hell ul {
	flex: 0 1 100%;
}

#popups .popup_ebene_2 .kasten_icon {
	width: 10%;
	display: flex;
	position: relative;
	left: 0;
	height: auto;
	max-height: 50%;
	justify-content: center;
}

#popups .popup_ebene_2 .icon_gross{
	width: 28%;
	padding: 2% 1% 2% 1%;
	display: flex;
	position: relative;
	left: 0;
	height: auto;
	justify-content: center;
}

#popups .popup_ebene_2 .kasten_inhalt {
	display: inline-block;
position: relative;
/* height: 100%; */
height: auto;
flex-grow: 1;
padding-left: 3%;
}

.popup_ebene_2 .kasten_inhalt ul {
	margin: 0 0 1% 0;
	padding-left:4%;
	
}

.popup_ebene_2 .beispielbutton {
	position: absolute;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -3%;
	top: 25%;
	width: 10%;
	height: 50%;
	background-image: url(bilder/popups/beispiel_button.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.popup_ebene_2 .beispielbutton:hover {
	-webkit-animation: swing 1s;
	animation: swing 1s;
	
}

.button-popup .dubistdran {
	font-size: 105%;
font-weight: 700;
color: #fff;
word-break: keep-all;
display: none;
position: absolute;
top: 65%;
width: auto;
left: -77%;
}
.button-popup:hover .dubistdran {
	display: block;
}




.button-popup .dubistdran_hover {
	position: absolute;
	width: 20%;
	height: 20%;
	top: 15%;
	right: 21%;
	opacity: 0;
	-webkit-animation: flash 4s infinite;
	animation: flash 4s infinite;
	filter: brightness(1.4) saturate(.7);
}
.button-popup:hover .dubistdran_hover {
	opacity: 1;
	-webkit-animation: flash 1s 3;
	animation: flash 1s 3;
}

#popups .popup_window .kasten_info_gluehbirne {
	padding: 4.5% 10% 4.5% 7%;
	border-radius: 1.5vmin;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: center;
	margin-bottom: 1%;
	position: relative;
	color: #fff;
	font-size: 93%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	
}
#popups .popup_window .kasten_info_gluehbirne::before {
	content: '';
	background: url("bilder/popups/icons/gluehbirne_gelb.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 19%;
	height: 147%;
	position: absolute;
	left: -8%;
	top: 2%;
	border-radius: 999px;

	
}
#popups .popup_window .kasten_info_gluehbirne.rechts::before {
	right: -6%;
	left: unset;
}
#popups .popup_window .kasten_info_gluehbirne.oben::before {
	top: -50%;
}
#popups .popup_window .kasten_info_gluehbirne.unten::before {
	bottom: -20px;
}

#popups .popup_window .hinweis_vorsicht {
	padding: 5% 7% 5% 7%;
	display: flex;
	flex-direction: row;
	justify-content: stretch;
	align-items: center;
	margin-bottom: 1%;
	position: relative;
	color: #033C66;
	font-size: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}
#popups .popup_window .hinweis_vorsicht::before,
#popups .popup_window .hinweis_vorsicht::after {
	content: '';
	width: 4.7%;
	height: 75%;
	position: absolute;
	display: block;
	background: url("bilder/popups/icons/vorsicht_hinweis_ausrufezeichen.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#popups .popup_window .hinweis_vorsicht::before {
	left: 0;
	transform: rotate(-8deg);
}
#popups .popup_window .hinweis_vorsicht::after {
	right: 0;
	transform: rotate(8deg);
}

#popups .popup_window .liste_mit_haken li {
	list-style: none;
	padding-left: 15px;
	position: relative;
	margin-bottom: 2%;
}

#popups .popup_window .liste_mit_haken.liste_kleine_schrift li {
	margin-bottom: 1.5%;
}

#popups .popup_window ul.liste_mit_haken.liste_kleine_schrift {
	margin: 1%;
}


#popups .popup_window ul.liste_mit_haken li::before {
	content: '';
	background: url("bilder/popups/icons/liste_checkmark.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 4%;
	height: var(--font-size);
	position: absolute;
	left: -4%;
	top: 0;
	align-self: center;
}

#popups .popup_window ul.liste_mit_haken.kleine_haken li::before {
	width: 3%;
	left: -2.3%;
	top: 0;
	height: var(--font-size);
	background-position: center;
}

#popups .popup_window ul.liste_mit_haken.liste_kleine_schrift.kleine_haken li::before {
	
	height: calc( var(--font-size) * 0.83 );
}



.kasten_inhalt span {
  padding: 3% 0;
  display: block;
}

span.center {
	text-align: center;
}

#popups .popup_ebene_2.scrollbar {
	overflow: scroll;
}

.halbkreis {
	  position: absolute;
  width: 100%;
  height: calc(100% / 9*16);
  top: -140%;
  left: -30%;
  background-color: rgba(0,84,150,.07);
  border-radius: 100%;
}


#infografik-titel .titel_unterstrich {
	height: 10%;
	width: 36%;
	left: -3%;
	position: absolute;
	background-color: #005496;
	display: inline-block;
	margin-top: 1%;
}

#schaltflaechen .button#schritt_1 .schritte_beschriftung {
	top: 215%;
	left: 24%;
	color: #005496;
}

#schaltflaechen .button#schritt_2 .schritte_beschriftung {
	top: 34%;
	left: 100%;
	color: #065D93;
}

.infografik_wrapper #schaltflaechen .button#schritt_3  {
	width: 7.1%;
	left: 30.6%;
	top: 42.5%;
}

.infografik_wrapper #schaltflaechen .button#schritt_4  {
	width: 17%;
	left: 31.9%;
	top: 70%;
}

.infografik_wrapper #schaltflaechen .button#schritt_5  {
	width: 15%;
	left: 45.6%;
	top: 66.9%;
}

.infografik_wrapper #schaltflaechen .button#schritt_6  {
	width: 6.2%;
	left: 54.8%;
	top: 41.4%;

}

.infografik_wrapper #schaltflaechen .button#schritt_7 {
	width: 13%;
	left: 55%;
	top: 15.8%;

}

.infografik_wrapper #schaltflaechen .button#schritt_7 {
	width: 13%;
	left: 55%;
	top: 15.8%;
}

.infografik_wrapper #schaltflaechen .button#schritt_8 {
	width: 17%;
	left: 64.5%;
	top: 14.5%;

}

.infografik_wrapper #schaltflaechen .button#schritt_9 {
	width: 7%;
	left: 76.3%;
	top: 28%;
	
}

.infografik_wrapper #schaltflaechen .button#schritt_10 {
	width: 21.2%;
	left: 77.7%;
	top: 52%;
	
}

#popups .popup_ebene_2 .kasten_hell.mehr_padding {
	padding: 6% 3% 4% 5%;
}

#popups .popup_ebene_2 .kasten_inhalt.mehr_padding {
	padding: 6% 3% 6% 3%;
}



#popups .popup_ebene_2 .kasten_hell.mehr_margin,
#popups .popup_ebene_2 .kasten_inhalt.mehr_margin,
#popups .popup_ebene_2 > div.kasten_info_gluehbirne.mehr_margin {
	margin-top: 3%;
	margin-bottom: 4%;
}


.popup_ebene_2 .eingerrueckt {
	padding-left: 25%;
	width: 75%;
	
}

.popup_ebene_2 .kasten_hell.eingerrueckt {
	padding-left: 25%
}

.infografik_wrapper #popups .popup_window#schritt_1_popup::before {
	background-image: url("bilder/popups/icons/icon_1_popup.svg");
}



.popup_window .popup_schliessen {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 4.5%; 
	
}

.infografik_wrapper #popups .bg-schritt-1:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #1e315b, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-2:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #192375, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-3:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #13359b, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-4:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #134e9b, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-5:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #19518c, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-6:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #247197, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-7:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #1d718a, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-8:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #248797, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-9:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #249297, var(--schrittfarbe), var(--schrittfarbe));
}

.infografik_wrapper #popups .bg-schritt-10:not(.kasten_info_gluehbirne) {
  background: linear-gradient(50deg, #148080, var(--schrittfarbe), var(--schrittfarbe));
}





#popups .popup_ebene_2 .kasten_hell.mehr_margin_erster_kasten ,
#popups .popup_ebene_2 .kasten_inhalt.mehr_margin_erster_kasten ,
#popups .popup_ebene_2 > div.kasten_info_gluehbirne.mehr_margin_erster_kasten {
	margin: 1% 0% 5% 0%;
}

/* ========== Spiele Styles =========== */
#spiele {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 2000;
	font-family: Hind;
}

#spiele > .spiel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
  animation: 1s fadeIn;
}

#spiele .spiel_background {
	background-color: #d1dde8;
	position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

#spiele .spiel_background .spiel_background_kreis {
	  background-color: #fff;
  width: 90%;
  height: 160%;
  padding: 0;
  left: 5%;
  position: absolute;
  border-radius: 500000px;
  top: -30%;
 animation: zoomIn 1s;
}
#spiele .screens.glueckwunsch .glueckwunsch_background_kreis, 
#spiele .screens.willkommen .willkommen_background_kreis {
	  background-color: #fff;
  width: 90%;
  height: 160%;
  padding: 0;
  left: 5%;
  position: absolute;
  border-radius: 500000px;
  top: -30%;
 animation: none;
}

#spiele .spiel_background .spiel_schliessen {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 2%;
	z-index: 2005;
}

#spiele .spiel_heading {
  margin: 0 auto;
  color: #005396;
  font-size: 120%;
  text-align: center;
  position: relative;
  top: 8%;
  z-index: 1003;
  line-height: 1.1;
  width: 70%;
  
}

#spiele .spiel_heading span {
  font-size: 70%;
  display: inline-block;
}

#spiele .spiel_heading h2 {
  margin-bottom: 0;
}

#spiele .screens .begriff {
  display: block;
  position: relative;
  z-index: 2004;
  width: 30%;
  text-align: center;
  margin: 0 auto;
  top: 0;
  margin-top: 5%;
  padding: 2.5% 3% 2% 3%;
  border-radius: 2vmin;
  background: #d1dde8;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2); 
}

/* Trigger wenn alle antworten richtig */
#spiele .screens .begriff.allerichtig {
 background: #289600;
 transition: background 0.3s ease-in;
}
#spiele .screens .begriff.allerichtig > span {
	color: #fff;
	transition: color 0.3s ease-in;
}

#spiele .screens .begriff > span {
	line-height: 1.1;
	color: #005396;
  font-weight: 600;
  font-size: 140%;
  width: 100%;
  display: block;
	animation: typing 3.5s steps(35, end);
  overflow: hidden;
  margin: 0 auto;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


#spiele .screens {
  position: absolute;
  width: 100%;
  height: auto;
  top: 30%;
  left: 0;
  z-index: 2003;
  display: none;
  flex-direction: column;
}



#spiele .screens.screen_1 {
	display: flex;
	flex-direction: column;
}


#spiele .screens .buttons {
  position: relative;
  display: flex;
  top: 0;
  z-index: 2003;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 6%;
}

.screens .buttons .antwort {
  flex: 1 1 auto;
    flex-basis: auto;
  flex-basis: 30%;
  text-align: center;
  padding: 1% 1% 0.8% 1%;
  box-sizing: border-box;
  background: #005396;
  border-radius: 10vmin;
  color: #fff;
  margin: 1.5%;
  font-size: 85%;
  box-shadow: 3px 3px 5px rgba(0,0,0,.2);
  transition: background .1s, color .1s;
}


.screens .buttons .antwort:hover {
	background: #d1dde8;
	color: #005396;
}

.screens .buttons .antwort.richtig.eingeloggt {
	background: #289600;
	color: #fff;
}

.screens .buttons .antwort.falsch.eingeloggt {
	background: #b00000;
	color: #fff;
}

/* Leichte Sprache Spiel - SPecials */ 
#spiele #leichte-sprache-spiel .screens .spiel_navigation {
  margin-top: 2%;
}

/* Interaktionen Testen Spiel - Specials */

#interaktionen-spiel.spiel .spiel_heading {
	top: 3%;
}
#interaktionen-spiel .interaktionen_wrapper {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  margin: auto;
  width: 80%;
  flex-wrap: wrap;
  margin-left: 8.5%;
}

#interaktionen-spiel .screens.screen_2 {
  height: 70%;
  top: 20%;
}

#interaktionen-spiel .test_interaktion.int_1 {
  border-top: none;
  border-left: none;
  flex-basis: 48%;
}

#interaktionen-spiel .test_interaktion {
  border: 2px solid blue;
  box-sizing: border-box;
}

#interaktionen-spiel .test_interaktion.int_2 {
  border-top: none;
  border-right: none;
  padding-left: 4%;
}

#interaktionen-spiel .test_interaktion.int_3 {
  border-bottom: none;
  border-left: none;
  flex-basis: 48%;
}

#interaktionen-spiel .test_interaktion.int_4 {
  border-bottom: none;
  border-right: none;
  padding-top: 3.6%;
  padding-left: 4%;
}

#interaktionen-spiel .test_interaktion {
  flex: 0 0 50%;
  min-height: 50%;
  border: 1.5px solid #17639f;
  padding: 2.4%;
  text-align: center;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

#interaktionen-spiel .test_interaktion > div {
  align-self: center;
}

#interaktionen-spiel .test_interaktion .interaktion_click,
#interaktionen-spiel .test_interaktion .interaktion_hover {
  padding: 2.9% 2.5% 2.5% 2.5%;
  width: 55%;
  border-radius: 10vmin;
  background: #d1dde8;
  box-shadow: 5px 5px 10px rgba(0,0,0,.1);
  color: #17639f;
	font-weight: 600;
	transition: all .4s;
	border: 2px solid transparent;
}

#interaktionen-spiel .test_interaktion .interaktion_click.gedrueckt {
	transform: scale(.92);
	background: #17639f;
	color: #fff;
}

#interaktionen-spiel .test_interaktion .click_textfeld, 
#interaktionen-spiel .test_interaktion .hover_textfeld {
	font-size: 70%;
line-height: 1.2;
position: absolute;
width: 70%;
bottom: -7%;
background: #e8edf2;
padding: 2%;
border-radius: 2vmin;
box-shadow: 3px 3px 8px rgba(0,0,0,.1);
opacity: 0;
color: #17639f;
}

#interaktionen-spiel .test_interaktion .click_textfeld.sichtbar {
	animation: fadeInDown .8s;
	-webkit-animation: fadeInDown .8s;
	opacity: 1;
}

#interaktionen-spiel .test_interaktion .hover_textfeld {
	bottom: unset;
	top: -1%;
	z-index: -1;
}

#interaktionen-spiel .test_interaktion .hover_textfeld.sichtbar {
	animation: fadeInUp .8s;
	-webkit-animation: fadeInUp .8s;
	opacity: 1;
}

#interaktionen-spiel .test_interaktion .hover_textfeld.sichtbar::after {
	content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 45%;
  margin-left: -5px;
  border-width: 20px;
  border-style: solid;
  border-color: #e8edf2 transparent transparent transparent;
}



#interaktionen-spiel .test_interaktion .interaktion_hover:hover {
	background-color: #fff;
	border: 2px solid #17639f;
}

.turning_joe {
  display: inline-block;
  width: 16%;
  position: absolute;
  left: 6%;
  top: 20%;
transform-origin: 49% 40%;
}

#interaktionen-spiel .test_interaktion .interaktion_hover:hover .turning_joe {
	animation: turningjoe 2s infinite;
	-webkit-animation: turningjoe 2s infinite;
}

@keyframes turningjoe {
	from {transform: rotate(0deg); }
	to {transform: rotate(359deg); }
}

#interaktionen-spiel .scrollbox_inhalt.bild {
  max-height: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin: 0 !important;

}

#interaktionen-spiel .scrollbox {
  flex: 0 1 70%;
  
  border-radius: 2vmin;
  box-shadow: 2px 2px 8px rgba(0,0,0,.2);
  position: relative;
  display: flex;
  
}

#interaktionen-spiel .scrollbox.horizontal {
  
  overflow-y: hidden;
  overflow-x: hidden;
  cursor: move;
}

#interaktionen-spiel .scrollbox.vertikal {
  flex-basis: 80%;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  
}

#interaktionen-spiel .vertikal .scrollbox_inhalt.bild {
  position: absolute;
}

#interaktionen-spiel .vertikal .scrollbox_inhalt.bild img {
  min-width: 100% !important;
  max-height: unset;
  height: auto;
  width: 100% !important;
}

.int_2 .hinweistext {
  margin-bottom: 2%;
}

.int_4 .hinweistext {
  margin-top: 2%;
}

#interaktionen-spiel .hinweistext span {
  font-size: 80%;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  color: #17639f;
}

#interaktionen-spiel .horizontal .scrollbox_inhalt.bild img {
  max-height: 100% !important;
  max-width: 330% !important;
  /* height: 100% !important; */
  width: auto !important;

}


/* Kategorie der Kommunikation Spiel - Specials */

#spiele #kategorien-spiel .screens:not(.glueckwunsch):not(.willkommen) {
	top: 20%;
	height: 75%;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}

#spiele #kategorien-spiel .screens.screen_1 {
	display: flex;
	flex-direction: row;
}


#spiele .screens .bild {
  display: block;
  position: relative;
  z-index: 2004;
  /* width: 40%; */
  text-align: center;
  margin: 0 auto;
  top: 0;
  margin-top: 0%;
  padding: 1%;
  border-radius: 2vmin;
  background: #d1dde8;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2); 
  max-height: 80%;
  flex:  0 1 40%;
}

#spiele .screens .bild.hochformat {
	flex:  0 1 25% !important;
}

#spiele #kategorien-spiel .screens .bild {
  display: inline-flex;
  margin: 0;
  margin-left: auto;
  margin-right: 3%;
  flex-basis: 45%;
	flex-shrink: 0;
}

#spiele .screens .bild img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

#spiele #kategorien-spiel .screens .bild > a::after {
  content: 'Klicke auf das Bild um die Infografik in einem neuen Fenster zu öffnen.';
  position: absolute;
  display: block;
  bottom: -12%;
  font-size: 2vmin;
  color: #005396;
  width: 100%;
  margin: 0;
  left: 0;
  line-height: 1.2;
  font-size: 74%;
}

#spiele #kategorien-spiel .screens .buttons {
margin: 0;
flex-direction: column;
/* width: 20%; */
display: inline-flex;
margin-right: auto;
margin-left: 3%;
flex: 0 1 20%;
}
#spiele #kategorien-spiel .screens .buttons .antwort {
 	padding: 3% 3% 2.3% 3%;
	margin: 3%;
}



/* Überschriften Spiel Drag&Drop - Specials */

#spiele #ueberschriften-spiel .screens:not(.glueckwunsch):not(.willkommen) {
	top: 20%;
	height: 75%;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}

#spiele #ueberschriften-spiel .screens.screen_1 {
	display: flex;
	flex-direction: row;
	
}

#spiele #ueberschriften-spiel .spiel_heading {
	top: 5%;
}


#spiele .screens .ueberschriften {
  display: block;
  position: relative;
  z-index: 2004;
  
  text-align: center;
  margin: 0 auto;
  top: 0;
  /* width: 40%; 
  margin-top: 0%;
  padding: 1%;
  border-radius: 2vmin;
  background: #d1dde8;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2); 
  */
  max-height: 80%;
  flex:  0 1 28%;
  font-size: 70%;
font-weight: 700;
}

#spiele #ueberschriften-spiel .screens .ueberschriften {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-left: auto;
  margin-right: 3%;
  color: #0c3a60;
}

#spiele #ueberschriften-spiel .screens .ueberschrift {
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  background: #d1dde8;
  border-radius: .7vmin;
  padding: 1.5% 1% 1% 1%;
  margin-bottom: 4%;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}



#spiele #ueberschriften-spiel .screens .ueberschrift_drop .ueberschrift {
  box-shadow: none;
  background: transparent;
  border-radius: 1.4vmin;
  padding: 1% 1% .5% 1%;
  margin-bottom: 0%;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 70%;
}


#spiele #ueberschriften-spiel .screens .textbloecke {
margin: 0;
flex-direction: column;
/* width: 20%; */
display: inline-flex;
margin-right: auto;
margin-left: 3%;
flex: 0 1 45%;

height: 90%;
}

#spiele #ueberschriften-spiel .screens .textbloecke .textabschnitt {
  padding: 2%;
}

#spiele #ueberschriften-spiel .screens .textbloecke .textabschnitt p {
  font-size: 60% !important;
  padding: 0;
  margin: 0;
}

#spiele #ueberschriften-spiel .screens .textbloecke .ueberschrift_drop {
  background: transparent;
  width: 90%;
  z-index: 2005;
  position: relative;
  min-height: 6.2%;
  border-radius: 1vmin;
  border: 2px dotted #d1dde8;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#spiele #ueberschriften-spiel .screens .textbloecke .ueberschrift_drop.richtige_ueberschrift {
  background: #c7e8c7;
  border: 2px solid #62b762;
}

#spiele #ueberschriften-spiel .screens .textbloecke .ueberschrift_drop.falsche_ueberschrift {
  background: #ffb3b3;
  border: 2px solid #ca4747;
}

#spiele #ueberschriften-spiel .screens .textbloecke .ueberschrift_drop .ueberschrift_entfernen {
	position: absolute;
	right: 2.5%;
	height: 100%;
	width: 2.5%;
	display: flex;
	cursor: pointer;
}

#spiele #ueberschriften-spiel .screens .textbloecke .ueberschrift_drop .ueberschrift_entfernen img {
display: inline-block;
width: 100%;
}


/* Text Struktur Spiel - Specials */

#spiele #textstruktur-spiel .screens:not(.glueckwunsch):not(.willkommen) {
	top: 23%;
	height: 75%;
align-items: stretch;
flex-direction: row;
flex-wrap: wrap;
}

#spiele #textstruktur-spiel .screens.screen_1 {
	display: flex;
	flex-direction: row;
	
}

#spiele #textstruktur-spiel .spiel_heading {
	top: 0;
}


#spiele .screens .textvorlage {
  display: block;
  position: relative;
  z-index: 2004;
  margin: 0 auto;
  top: 0;
  max-height: 100%;
  
  flex:  0 1 30%;
  font-size: 63%;
font-weight: 300;
line-height: 1.3;
}

#spiele #textstruktur-spiel .screens .textvorlage mark {
  background-color: #ffe725;
}

#spiele #textstruktur-spiel .screens .textvorlage {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-left: auto;
  margin-right: 1%;
  color: #0c3a60;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  background: #d1dde8;
  border-radius: 1vmin;
  padding: 2.5% 1.5% 1.5% 2.5%;
}


#spiele #textstruktur-spiel .screens .textfeld_container {
margin: 0;
flex-direction: column;
display: inline-flex;
margin-right: auto;
margin-left: 1%;
flex: 0 1 30%;
font-size: 60%;
border: 1px solid #144165;
box-shadow: 5px 5px 10px rgba(0,0,0,.2);
border-radius: 1.4vmin;
overflow: hidden;
padding: 0;
background: #d1dde8;
}

#spiele #textstruktur-spiel .screens .textfeld_container #textfeld {
	height: 100%;
	color: #0c3a60;
	font-family: 'Hind';
	font-size: 110%;
	padding: 3% 4%;
	border:  none;
	border-radius: 1.4vmin;
	overflow: hidden;
	resize: none;
	outline: none;
}

textarea#textfeld::-webkit-input-placeholder,
textarea#textfeld:-moz-placeholder,
textarea#textfeld::-moz-placeholder,
textarea#textfeld:-ms-input-placeholder,
textarea#textfeld::placeholder {
            font-size: 140%;
            font-weight: 700; 
}

#spiele #textstruktur-spiel .screens .spiel_navigation {
  top: -5%;
  position: relative;
}

#spiele #textstruktur-spiel .screens .spiel_navigation .pfeil_weiter.beispiel_ansehen,
#spiele #textstruktur-spiel .screens .spiel_navigation .pfeil_weiter,
#spiele #textstruktur-spiel .screens .spiel_navigation .pfeil_zurueck {
width: 16%;
padding: 1% 0 1.8% 0;
}

/* Screen 3 mit Beispiel */
#spiele #textstruktur-spiel .screens.screen_3 .textvorlage {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#spiele #textstruktur-spiel .screens.screen_3 .gliederung_beispiel {
  font-size: 60%;
  margin-left: auto;
  background-color: #c1cdd9;
  border-top-left-radius: 1.4vmin;
  border-bottom-left-radius: 1.4vmin;
  padding: 2%;
  color: #0c3a60;
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  line-height: 1.3;
  flex: 0 1 17%;
}

#spiele #textstruktur-spiel .screens.screen_3 .gliederung_beispiel ul {
  padding-left: 10%;
  margin: 0;
}

#spiele #textstruktur-spiel .screens.screen_3 .gliederung_beispiel .gliederung_ueberschrift {
  font-weight: 600;
  font-size: 103%;
  margin-top: 6%;
  position: relative;
  display: inline-block;
}

#spiele #textstruktur-spiel .screens.screen_3 .gliederung_beispiel h3 {
  font-size: 112%;
	margin-top: 2%;
	line-height: 1;
	margin-bottom: 0%;
}



/* --- Spiel Screen Navigation --- */
#spiele .screens .flex_break {
  height: 0;
  flex-basis: 100%;
}
#spiele .screens .spiel_navigation .pfeil_zurueck, #spiele .screens .spiel_navigation .pfeil_weiter,
.schriftlink.pfeil_zurueck {
  font-size: 70%;
  color: #fff;
  width: 13%;
  text-align: center;
  vertical-align: middle;
  padding: .6% 0 1.2% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#spiele .screens .spiel_navigation .pfeil_weiter {
  background-image: url('bilder/spiele/pfeil_rechts.svg');
  background-position: 150%;
}
#spiele .screens .spiel_navigation .pfeil_zurueck,
.schriftlink.pfeil_zurueck {
  background-image: url('bilder/spiele/pfeil_links.svg');
}
#spiele .screens.screen_1 .spiel_navigation .pfeil_zurueck {
  visibility: hidden;
}

#spiele .screens .spiel_navigation {
  flex: 0 0 90%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  z-index: 2009;
  width: 90%;
}

#spiele .screens .spiel_navigation.nav_deaktiviert {
  pointer-events: none;
  opacity: .7;
  filter: grayscale(.3);
}


/* --- Spiel Willkommen Screen---  */
#spiele .screens.screen_1.willkommen {
  height: 100%;
  top: 0;
  flex-direction: column !important;
}

.screens.willkommen h2, .screens.willkommen span {
  z-index: 2005;
  position: relative;
  width: 60%;
  margin: 0 auto;
    margin-top: 0px;
  text-align: center;
  color: #005396;
  display: block;
  line-height: 1.4;
}

.screens.willkommen span {
	font-size: 70%;
}

.screens.willkommen h2 {
  margin-top: 20%;
  margin-bottom: 1%;
}

.screens.willkommen .spiel_starten.start_button {
    max-width: 30%;
  padding: 0.5% 3.5% 0.3% 3.5%;
  background: #005396;
  border-radius: 20vmin;
  z-index: 2009;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 1.4%;

}

.screens.willkommen .spiel_starten.start_button span {
  width: 100%;
  color: #fff !important;
  font-size: 90%;
}

.screens.willkommen .spiel_starten.start_button:hover {
  background: #005396;
}




/* --- Glueckwunsch Screen---  */
#spiele .screens.glueckwunsch {
  height: 100%;
  top: 0;
  z-index: 3000;
  opacity: 1;
}

.screens.glueckwunsch h2, .screens.glueckwunsch span {
  z-index: 2005;
  position: relative;
  width: 40%;
  margin: 0 auto;
    margin-top: 0px;
  text-align: center;
  color: #14c659;
  display: block;
}

.screens.glueckwunsch h2 {
  margin-top: 20%;
}

.screens.glueckwunsch .spiel_schliessen.zurueck_button {
    max-width: 30%;
  padding: 0.5% 3.5% 0.3% 3.5%;
  background: #14c659;
  border-radius: 20vmin;
  z-index: 2009;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 1.4%;

}

.screens.glueckwunsch .spiel_schliessen.zurueck_button span {
	width: 100%;
	color: #fff !important;
}

.screens.glueckwunsch .spiel_schliessen.zurueck_button:hover {
  background: #0e9543;
}

/* Confetti */
.confetti {
          width: 15px;
          height: 15px;
          z-index: 2005;
          background-color: #f2d74e;
          position: absolute;
          left: 50%;
          animation: confetti 5s ease-in-out -2s infinite;
          transform-origin: left top;
        }
        .confetti:nth-child(1) {
          background-color: #f2d74e; left: 10%; animation-delay: 0;
        }
        .confetti:nth-child(2) {
          background-color: #95c3de; left: 20%; animation-delay: -5s;
        }
        .confetti:nth-child(3) {
          background-color: #ff9a91; left: 30%; animation-delay: -3s;
        }
        .confetti:nth-child(4) {
          background-color: #f2d74e; left: 40%; animation-delay: -2.5s;
        }
        .confetti:nth-child(5) {
          background-color: #95c3de; left: 50%; animation-delay: -4s;
        }
        .confetti:nth-child(6) {
          background-color: #ff9a91; left: 60%; animation-delay: -6s;
        }
        .confetti:nth-child(7) {
          background-color: #f2d74e; left: 70%; animation-delay: -1.5s;
        }
        .confetti:nth-child(8) {
          background-color: #95c3de; left: 80%; animation-delay: -2s;
        }
        .confetti:nth-child(9) {
          background-color: #ff9a91; left: 90%; animation-delay: -3.5s;
        }
        .confetti:nth-child(10) {
          background-color: #f2d74e; left: 100%; animation-delay: -2.5s;
        }
        .confetti:nth-child(11) {
          background-color: #f2d74e; left: 5%; animation-delay: 0;
        }
        .confetti:nth-child(12) {
          background-color: #95c3de; left: 15%; animation-delay: -2s;
        }
        .confetti:nth-child(13) {
          background-color: #ff9a91; left: 25%; animation-delay: -4s;
        }
        .confetti:nth-child(14) {
          background-color: #f2d74e; left: 35%; animation-delay: -1.5s;
        }
        .confetti:nth-child(15) {
          background-color: #95c3de; left: 45%; animation-delay: -5s;
        }
        .confetti:nth-child(16) {
          background-color: #ff9a91; left: 55%; animation-delay: -3s;
        }
        .confetti:nth-child(17) {
          background-color: #f2d74e; left: 65%; animation-delay: -3.5s;
        }
        .confetti:nth-child(18) {
          background-color: #95c3de; left: 75%; animation-delay: -1s;
        }
        .confetti:nth-child(19) {
          background-color: #ff9a91; left: 85%; animation-delay: -4.5s;
        }
        .confetti:nth-child(20) {
          background-color: #f2d74e; left: 95%; animation-delay: -5.5s;
        }

        @keyframes confetti {
          0% { transform: rotateZ(15deg) rotateY(0deg) translate(0,0); }
          25% { transform: rotateZ(5deg) rotateY(360deg) translate(-5vw,20vh); }
          50% { transform: rotateZ(15deg) rotateY(720deg) translate(5vw,60vh); }
          75% { transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw,80vh); }
          100% { transform: rotateZ(15deg) rotateY(1440deg) translate(10vw,110vh); }
        }

#spiele .spiel_heading h3 {
	margin-bottom: 0.5%;
}
