/* CSS Document Spielend Helfen */

html {
	height: 100%; }

body {
	height: 100%;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #464646; }

body * {
	-webkit-text-size-adjust: none; 
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

a, a:link, a:active, a:visited {
	color: inherit;
	text-decoration: underline; }

a:hover {
	color: inherit;
	text-decoration: none; }

p {
	margin: 1em 0 0 0; }

h1, h2 {
	margin: 0 0 1em 0;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: 500; }

@media screen and (max-width: 1019px) { h1, h2 {
	font-size: 1.2em; } }

h3 {
	margin: 0 0 1em 0;
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: 500; }


.clear {
	clear: both; }

.center {
	text-align: center; }

/* # # # # # # # # # # HEADER # # # # # # # # # # */

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 182px;
	background: #EDEDDC;
	z-index: 2000; }

#border {
	height: 12px;
	background: #464646;
	border-bottom: 3px solid #FFFFFF; }

#logo {
	margin: 0 auto;
	padding: 15px 0;
	width: 1000px;
	max-width: 100%;
	height: 120px; }

@media screen and (max-width: 1019px) { #logo {
	padding: 15px 1em; } }

#logo div {
	width: 50%;
	float: left; }

#logo div:nth-child(2) {
	text-align: right; }

@media screen and (max-width: 1019px) { #logo div:nth-child(2) {
	display: none; } }

#logo div:nth-child(2) a {
	text-decoration: none;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out; }

#logo div:nth-child(2) a:hover {
	color: #747474; }

/* # # # # # # # # # # NAVIGATION # # # # # # # # # # */

#navbar {
	height: 50px;
	line-height: 50px;
	background: linear-gradient(#1489C8, #0F8CC4);
	text-align: right;
	box-shadow: 0 10px 10px 5px rgb(0,0,0,0.25); }

#navi {
	margin: 0 auto;
	width: 1000px;
	max-width: 100%; }

#logo_small {
	display: none;
	position: absolute;
	top: 0; }

@media screen and (max-width: 1019px) { #logo_small {
	left: 1em; } }

#navi ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
	text-transform: uppercase; }

@media screen and (max-width: 1019px) { #navi ul {
	display: none; } }

#navi li {
	float: left; }

#navi li a {
	display: block;
	padding: 0 2em;
	border-left: 1px solid #55C2F4;
	border-right: 1px solid #005D88;
	text-decoration: none;
	-webkit-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out; }

#navi li a:hover {
	background-color: #2B709E; }

#navi li:nth-child(2) a {
	border-left: 0; }

#navi li:nth-last-child(2) a {
	border-right: 0; }

#mobile {
	margin: 0 1em;
	color: #FFFFFF; }

@media screen and (min-width: 1020px) { #navi li:nth-child(2) b, #navi li:last-child a, #mobile, .menu-img {
	display: none; } }

#my-menu b {
	font-weight: normal !important; }

@media screen and (max-width: 1019px) { #my-menu li:nth-child(2) i {
	display: none; } }

.mm-spn.mm-spn--light {
	background: #EDEDDC !important; }

.mm-spn li:after {
	opacity: 1 !important;
	border-top: 1px solid #E0E0D0 !important; }

.mm-spn.mm-spn--navbar ul {
	top: 0 !important;
	padding-top: 1em; }

.menu-img::before {
	display: none !important; }

.menu-img img {
	max-width: 67%; }

/* # # # # # # # # # # START # # # # # # # # # # */

#start {
	width: 100%;
	height: 100%;
	background: #73BEE9;
	overflow: hidden; }

@media screen and (orientation: landscape) { #globus {
	position: absolute;
	top: 30%;
	right: 45%;
	max-width: 95%; } }

@media screen and (orientation: portrait) { #globus {
	position: absolute;
	bottom: -30vh;
	left: -85%;
	width: 150%; } }

@media screen and (orientation: portrait) and (min-aspect-ratio: 3/4) { #globus {
	position: absolute;
	bottom: -60vh;
	left: -85%;
	width: 150%; } }

@media screen and (orientation: landscape) { #slogan {
	position: absolute;
	right: 5%;
	top: 5%;
	max-width: 75%; } }

@media screen and (orientation: landscape) and (min-width: 3020px) { #slogan {
	position: absolute;
	right: 20%;
	top: 5%;
	max-width: 75%; } }

@media screen and (orientation: portrait) { #slogan {
	position: absolute;
	right: 5%;
	top: 25%;
	max-width: 85%; } }

@media screen and (orientation: portrait) and (min-aspect-ratio: 3/4) { #slogan {
	position: absolute;
	right: 5%;
	top: 15%;
	max-width: 85%; } }

.weiter {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 3em;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	-webkit-animation: hochschieben 1s ease-in-out;
	animation: hochschieben 1s ease-in-out; }

@media screen and (orientation: landscape) and (max-height: 599px) { .weiter {
	display: none; } }

@-webkit-keyframes hochschieben {
	0%		{ opacity: 0; bottom: -5em; }
	67%		{ opacity: 0; bottom: -5em; }
	100%	{ opacity: 1; bottom: 0; } }

@keyframes hochschieben {
	0%		{ opacity: 0; bottom: -5em; }
	67%		{ opacity: 0; bottom: -5em; }
	100%	{ opacity: 1; bottom: 0; } }

.weiter a {
	text-decoration: none;
	text-shadow: 0 0 6px #1489C8;
	color: #FFFFFF;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out; }

.weiter a:hover {
	color: #2B709E; }

/* # # # # # # # # # # WILLKOMMEN # # # # # # # # # # */

#willkommen {
	position: relative;
	padding: 6em 0;
	width: 100%;
	background: #EDEDDC; }

.content {
	margin: 0 auto;
	width: 1000px;
	max-width: 100%; }

@media screen and (max-width: 1019px) { .content {
	padding: 0 1em; } }

#willkommen dl {
	float: right;
	margin: 3em 0 3em 5em;
	width: 60%; }

@media screen and (max-width: 1019px) { #willkommen dl {
	float: none;
	margin: 0;
	width: 100%; } }

#willkommen img {
	display: block;
	width: 100%; }

#willkommen dd {
	margin: 0;
	text-align: right;
	font-size: 0.8em; }

/* # # # # # # # # # # ANLIEGEN # # # # # # # # # # */

#anliegen {
	position: relative;
	width: 100%;
	background: #9DBA54 url("gfx/anliegen_bg.jpg") top right no-repeat;
	background-size: contain;
	color: #FFFFFF;
	text-shadow: 0 0 6px #9DBA54; }

@media screen and (max-width: 1219px) { #anliegen {
	background-position: top right -25%; } }

@media screen and (max-width: 1119px) { #anliegen {
	background-position: top right -30vw;
	background-size: cover; } }

@media screen and (max-width: 719px) { #anliegen {
	background: #9DBA54 url("gfx/anliegen_bg_small.jpg") top right 0px no-repeat;
	background-size: cover; } }

@media screen and (max-width: 1019px) { #anliegen .content {
	padding: 0; } }

#anliegen .content div {
	padding: 6em 0;
	width: 70%;
	background: linear-gradient(to right, #9DBA54, #9DBA54, rgba(157,186,84,0)); }

@media screen and (max-width: 1019px) { #anliegen .content div {
	padding: 6em 1em; } }

/* # # # # # # # # # # TURNIER # # # # # # # # # # */

#turnier, #turnier3 {
	position: relative;
	padding: 6em 0;
	width: 100%;
	background: #EDEDDC; }

#turnier2 {
	position: relative;
	min-width: 100%;
	height: 100%;
	background: url("gfx/hintergrund.jpg") center no-repeat;
	background-size: cover;
	background-attachment: fixed; }

@media screen and (orientation: landscape) and (max-width: 1024px) /* iPad */ { #turnier2 {
	height: 67%;
	background-attachment: scroll; } }

@media screen and (orientation: portrait) and (max-width: 1024px) /* iPad */ { #turnier2 {
	height: 50%;
	background-attachment: scroll; } }

#turnier3 p:first-of-type {
	margin: 0; }

#bildlauf {
	position: relative;
	max-width: 100%;
	text-align: center; }

#scroller {
	margin-top: 6em;
	white-space: nowrap;
	overflow-x: auto; }

#scroller img {
	margin-right: 2px;
	max-width: 95%; }

#scroller img:last-child {
	margin-right: 0; }

.scroll {
	position: absolute;
	top: 50%;
	width: 100%; }

#prev {
	display: inline-block;
	position: absolute;
	left: 0;
	margin-top: -2em;
	padding: 1em 1em 1em 1.5em;
	line-height: 2em;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.9);
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out; }

#next {
	display: inline-block;
	position: absolute;
	right: 0;
	margin-top: -2em;
	padding: 1em 1.5em 1em 1em;
	line-height: 2em;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out; }

#prev:hover, #next:hover {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,1);
	color: #949494; }

/* # # # # # # # # # # SPENDEN # # # # # # # # # # */

#spenden {
	position: relative;
	padding: 6em 0;
	width: 100%;
	background: linear-gradient(#1489C8, #0F8CC4);
	color: #FFFFFF; }

#spenden img {
	max-width: 100%; }

#spenden dl {
	margin-bottom: 0; }

#spenden dd {
	margin: 0;
	text-align: right;
	font-size: 0.8em; }

/* # # # # # # # # # # KONTAKT # # # # # # # # # # */

#kontakt {
	position: relative;
	width: 100%;
	background: #EDEDDC; }

#kontakt div:first-child {
	margin: 0 auto;
	padding: 6em 0;
	width: 1000px;
	max-width: 100%; }

@media screen and (max-width: 1019px) { #kontakt div:first-child {
	padding: 6em 1em; } }

.kontakt {
	float: left;
	margin-top: 0em;
	width: 47.5%; }

.kontakt:first-of-type {
	margin-right: 5%; }

@media screen and (max-width: 1019px) { .kontakt {
	float: none;
	margin-right: 0 !important;
	width: 100%; } }

@media screen and (max-width: 1019px) { #kontakt div:nth-child(2) {
	padding-bottom: 2em; } }

.kontakt p:first-of-type {
	margin-top: 0; }

.contact {
	margin: 0;
	padding: 0.5em;
	width: 100%;
	border: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 1em;
	color: #000000; }

.contacthonig {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: -1; }

form p:last-of-type {
	margin-bottom: 1em; }

button {
	padding: 1em;
	border: 0;
	background-color: #0F8CC4;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out; }

button:hover {
	background-color: #2B709E; }

/* # # # # # # # # # # FOOTER # # # # # # # # # # */

#footer {
	position: relative;
	padding: 6em 0;
	width: 100%;
	background: #464646;
	color: #FFFFFF;
	text-align: center; }

#footer p:first-of-type {
	margin: 0; }

#legal {
	margin: 6em auto 6em auto;
	padding: 0 0 6em 0;
	width: 1000px;
	max-width: 100%;
	text-align: left;
	overflow: hidden;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; }

#legal div {
	float: left;
	width: 47.5%; }

@media screen and (max-width: 1019px) { #legal div {
	float: none;
	width: 100%; } }

#legal div:first-of-type {
	margin-right: 5%; }

@media screen and (max-width: 1019px) { #legal div:first-of-type {
	margin-right: 0; } }

#legal h3 {
	padding-top: 6em;
	font-size: 1em; }

#legal div p {
	font-size: 0.8em; }

/* # # # # # # # # # # VISUALINVENTS # # # # # # # # # # */

#visualinvents  {
	width: 100%;
	background: #141414;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	color: #767676; }

#visualinvents p {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0.75em 0;
	font-size: 0.9em; }

@media screen and (max-width: 1019px) { #visualinvents p {
	padding: 0.5em 1em;
	text-align: center;
	font-size: 0.8em; } }

#visualinvents a, #visualinvents span:last-of-type {
	font-weight: bold;
	text-decoration: none; }

#visualinvents a:hover {
	color: #BCBCBC; }

#visualinvents span:nth-of-type(2) {
	display: none; }

@media screen and (max-width: 619px) { #visualinvents span:first-of-type {
	display: none; } }

@media screen and (max-width: 619px) { #visualinvents span:nth-of-type(2) {
	display: inline; } }

/* # # # # # # # # # # POPUP # # # # # # # # # # */

#popup_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75); }

#popup {
	position: fixed;
	top: 40%;
	left: 25%;
	padding: 1em 3em 1em 1em;
	width: 50%;
	background: #73BEE9;
	border: 1px solid #1489C8;
	color: #FFFFFF; }

@media screen and (max-width: 1019px) { #popup {
	left: 15%;
	width: 70%; } }

#popup a {
	cursor: pointer; }

#close a {
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 0.25em 0.3em 0.2em 0.35em;
	background-color: #FF0000;
	border: 1px solid #ffffff; }