@charset "utf-8"; /* CSS Document ************************************************
*     _______  _        _______  ______            _______  _        _______     *
*    (  ___  )( (    /|(  ____ \(  ___ \ |\     /|(  ___  )( (    /|(  ____ \    *
*    | (   ) ||  \  ( || (    \/| (   ) )( \   / )| (   ) ||  \  ( || (    \/    *
*    | |   | ||   \ | || (__    | (__/ /  \ (_) / | |   | ||   \ | || (__        * 
*    | |   | || (\ \) ||  __)   |  __ (    \   /  | |   | || (\ \) ||  __)       *  
*    | |   | || | \   || (      | (  \ \    ) (   | |   | || | \   || (          * 
*    | (___) || )  \  || (____/\| )___) )   | |   | (___) || )  \  || (____/\    *
*    (_______)|/    )_)(_______/|/ \___/    \_/   (_______)|/    )_)(_______/    *
*                                                                                *        
*     Dieses Style-Sheet definiert das Layout der Site.                          *
*     Die einzelnen Elemente duerfen angepasst werden.                           *
*     Es sollten aber keine Elemente geloescht oder umbenannt werden.            *
*     Es duerfen auch zusaetzliche Elemente eingefuegt werden.                   *
*                                                                                *
*     onelook GmbH | 8840 Einsiedeln SZ | www.onelook.ch | info@onelook.ch       *
*                                                                                *
*********************************************************************************/


/* Allgemein ********************************************************************/

html {
	border: none;
}
@media screen and (max-width: 800px) {
	html {
		overflow-x: hidden;
	}
}

body {
	font-family: "Mukta", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	overflow-y: scroll;
	overflow-x: hidden;
	color: rgba(40,43,46,1);
	background-color: #eeeff0; /* */
}

@media screen and (max-width: 800px) {
	body {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 400px) {
	body {
		font-size: 1em;
	}
}
#accesskeys { /* Dieses Element bitte nicht verändern */
	position: absolute;
	top: -400px;
	display: none;
}

.outofreach { /* Dieses Element bitte nicht verändern */
	position: absolute;
	top: -1000px;
	left: -1000px;
	display: none;
}

/* Site-Container ***************************************************************/

#rahmen { 
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;	
	z-index: 10;
	min-height: 100vh;
	padding-bottom: 300px;
}
.rahmenbreite {
	/*width: 100%;	*/
	max-width: 1200px;
	position: relative;
	margin: auto;
}
@media screen and (max-width: 1250px) {
	.rahmenbreite {
		width: 95vw;
	}
}

/* Kopf  ************************************************************************/

#kopf {
	position: relative;
}
.schmal #kopf {
	/*height: 300px;
	transition: height 300ms ease-in-out;*/
}
@media screen and (max-width: 800px) {
	/*.schmal #kopf {
		height: 220px;
	}*/
}
#kopf_underlay {
	/*position: absolute;
	z-index: 0;
	width: 100%;
	height: 800px;
	background-color: rgba(247,226,200,0.7);*/
}
#iconnavi {
	position: absolute;
	width: 100%;
	max-width: 720px;
	text-align: right;
	left: 50%;
	margin: 6.2% 0 0 -360px;
	z-index: 9000;
}
#iconnavi img {
	width: 1em;
	border: 0.5em solid rgba(255,255,255,0);
}
@media screen and (max-width: 800px) {
	#iconnavi {
		display: none;
	}
}

#logo {
	box-sizing: border-box;
	background-image:url("../media/Signer-Titanium-Logo.svg");
	background-color: #fff;
	background-position: center center;
	background-repeat:no-repeat;
	background-size: contain;
	background-origin: content-box;
	position: absolute;
	width: 31.33%;
	height: 200px;
	padding: 40px;
	left: 0;
	top: 0;
	margin: auto;
	cursor: pointer;
	z-index: 100;
	transition: height 300ms ease-in-out, margin-top 300ms ease-in-out;
}
#logo_container {
	position: absolute;
	width: 100%;
	margin: auto;
	z-index: 200;
}
@media screen and (max-width: 900px) {
	#logo {
		width: 70%;
		margin-left: 15%;
		background-position: center center;
	}
}
@media screen and (max-width: 1000px) {
	#logo {
		width: 50%;
		margin-left: calc(5vw - 1em);
		background-position: center center;
	}
}
@media screen and (max-width: 600px) {
	#logo {
		height: 150px;
	}
}

#adresse {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	margin: auto;
	height: 200px;
	padding: 50px 0 0;
	z-index: 100;
	color: #fff;
}
@media screen and (max-width: 1000px) {
	#kopf #adresse {
		display: none;
	}
}

#adresse a {
	color: rgba(255,255,255,0.8);
}
#adresse a:hover {
	color: rgba(255,255,255,1);
}
#adresse td {
	vertical-align: bottom;
}
#kopf #adresse {
	font-weight: 500;
}
#kopf #adresse table {
	margin-top: 50px;
}

#kopfbilder {
	width: 100%;
	position: relative;
}
.schmal #kopfbilder {
}
#kopfbilder_sperrset {
	width: 100%;
	padding-bottom: 400px;
	transition: padding-bottom 300ms ease-in-out;
}
.schmal #kopfbilder_sperrset {
}
@media screen and (max-width: 1600px) {
	#kopfbilder_sperrset {
		padding-bottom: 320px;
	}
	.schmal #kopfbilder_sperrset {
	}
}
@media screen and (max-width: 1100px) {
	#kopfbilder_sperrset {
		/*padding-bottom: 350px;*/
	}
	/*.schmal #kopfbilder_sperrset {
		padding-bottom: 200px;
	}*/
}
@media screen and (max-width: 1000px) {
	#kopfbilder_sperrset {
		/*padding-bottom: 300px;*/
		padding-bottom: 250px;
	}
	.schmal #kopfbilder_sperrset {
	}
}
@media screen and (max-width: 600px) {
	#kopfbilder_sperrset {
		/*padding-bottom: 300px;*/
		padding-bottom: 150px;
	}
	.schmal #kopfbilder_sperrset {
	}
}
#kopffader {
	width: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7e2c8+0,f7e2c8+100&1+0,0+100 */
		background: -moz-linear-gradient(top, rgba(50,55,60,1) 0%, rgba(50,55,60,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(50,55,60,1) 0%,rgba(50,55,60,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(50,55,60,1) 0%,rgba(50,55,60,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e2c8', endColorstr='#00f7e2c8',GradientType=0 ); /* IE6-9 */
}
.schmal #kopffader {
	height: 90%;
}

/* Navigation *******************************************************************/

#navigation {
	font-family: "MetaBold-Roman";
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 10000;
	transition: all 400ms ease-in-out;
	font-size: 1.3em;
	background-color: rgba(100,103,106,1);
}
.schmal #navigation {
	margin-top: 70px;
}
@media screen and (max-width: 1200px) {
	#navigation {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1000px) {
	#navigation {
		display: none;
	}
}

#navigation ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	position: relative;
}
#navigation a {
	text-transform: uppercase;
	margin: 0 0;
	padding: 0 0;
	display: block;
	text-align: center;
	position: relative;
	line-height: 80px;
	opacity: 0.7;
	color: rgba(255,255,255,1);
	transition: all 900ms ease-in-out;
}
i {
	text-transform: lowercase;
	font-style: normal;
}
#navigation a:hover {
	opacity: 1;
}
#navigation a span {
	position: relative;
	display: inline-block;
}
#navigation a span::after {
	content: " ";
	display: block;
	width: 0;
	margin-left: 50%;
	height: 2px;
	/*margin-top: 0.5em;*/
	background-color: #fff;
	opacity: 0.5;
	transition: all 300ms cubic-bezier(0.38, 0.02, 0.38, 2.24);
}
#navigation li:hover span::after, #navigation a.aktiv span::after {
	width: 50%;
	margin-left: 25%;
	opacity: 1;
}
#navigation a.aktiv {
	opacity: 1;
}

#navigation ul li ul {
	overflow: hidden;
	position: absolute;
	width: 0;
	left: 50%;
	margin-left: 0;
	opacity: 0;
	display: block;
	box-shadow: 0 0.5em 0.5em rgba(50,50,50,0.2);
	background-color: rgba(10,10,10,0.9);
	transition: all 300ms cubic-bezier(0.38, 0.02, 0.38, 2.24);
}
.schmal #navigation ul li ul {
}
#navigation ul li:hover ul, #navigation ul li:focus ul, #navigation ul li:active ul {
	width: 10em;
	margin-left: -5em;
	opacity: 1;
}
#navigation ul li ul li {
	display: block;
	text-align: center;
	white-space: nowrap;
}
#navigation ul li ul li a {
	font-size: 0.8em;
	display: inline-block;
	padding: 0.4em 0!important;
	line-height: 1.2;
	transition: all 300ms;
}
#navigation ul li ul li:first-of-type a {
	padding-top: 0.9em!important;
}
#navigation ul li ul li:last-of-type a {
	padding-bottom: 0.7em!important;
}
#navigation ul li ul li:hover a, #navigation ul li ul li.aktiv a {
	letter-spacing: 0.05em;
}
#navigation ul li ul li a span::after {
	display: none;
}
#navigation ul li ul li ul {
	display: none;
}

/* Inhalt ***********************************************************************/

#container {
	padding-bottom: 100px;
	max-width: 1200px;
	margin: auto;
	padding-top: 80px;
}
.schmal #container {
}
@media screen and (max-width: 1250px) {
	#container {
		padding-right: 2em;
		padding-left: 2em;
	}
}

#inner {
	position: relative;
}

#inhalt a {
	color: #17b;
	font-weight: 700;
	text-transform: uppercase;
}
#inhalt img {
}

#inhalt a:hover {
	filter: saturate(1.8) brightness(1.2);
}
#inhalt a:hover img {
}

a {
	transition: all 300ms;
	outline: none;
}
b, strong {
	_text-transform: uppercase;
	font-weight: 900;	
}

ul {
	margin-top: 0.2em;
	margin-bottom: 1em;
}

/* Formulare ********************************************************************/

input, select, textarea, button {
	font-family: inherit;
	font-size: inherit;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	width: calc(100% - 2em);
}
input[type=text], input[type=email] {
	border: 0;
	padding: 0.5em 1.5em!important;
	line-height: 2em;
	height: 3em;
	background-color: #fff;
	color: #000;
	/*box-shadow: 0 0 1em rgba(0,0,0,0.2);*/
	transition: background-color 500ms, transform 500ms;
}
select {
	border: 0;
	padding: 0.5em 1.5em!important;
	line-height: 2em;
	height: 3em;
	background-color: #fff;
	color: #000;
	transition: background-color 500ms, transform 500ms;
}
option {
	border: 0;
	padding: 0.25em 1.5em!important;
	line-height: 2em;
	height: 3em;
	background-color: #fff;
	color: #000;
	transition: background-color 500ms, transform 500ms;
}
textarea {
	border: 0;
	padding: 0.25em 1.5em!important;
	line-height: 1.2;
	background-color: #fff;
	color: #000;
	transition: background-color 500ms, transform 500ms;
}
button {
	border: 0;
	padding: 0.75em 1.5em!important;
	line-height: 1.5em;
	height: 3em;
	background-color: rgba(85,101,123,0.9);
	box-sizing: border-box;
	width: calc(100% - 2em);
	color: #fff;
	text-transform: uppercase;
	transition: background-color 500ms, transform 500ms;
}
button:hover {
	background-color: rgba(85,101,123,1);
	transition-duration: 100ms;
}
button:active {
	background-color: #b00;
	transform: scale(0.98);
	transition-duration: 100ms;
}
.oboform {
	width: 100%;
}
.oboform td {
	padding-right: 2em;
	padding-bottom: 0.5em;
}
.oboform td:first-child {
	padding-top: 0.75em;
}
.oboform td:last-child {
	padding-right: 0;
}

table.trenner {
	width: 100%;
}
table.trenner td {
	border-bottom: 2px solid #fff;
	padding: 0.3em;
	background-color: rgba(120,115,110,0.2);
}

#obomailing_form table {
	width: auto;
	margin: auto;
}
#obomailing_form tr, #obomailing_form td {
	display: inline-block;
	margin: 0 auto;
	border: none;
	box-sizing: border-box;
	padding: 0 0 0.2em!important;
}
#obomailing_form td button {
	padding: 0.75em 0.5em!important;
}
#obomailing_form tr, #obomailing_form td, #obomailing_form td input[type=email], #obomailing_form td button {
	max-width: none!important;
	width: 100%;
}
#obomailing_form td input[type=email] {
	padding: 0.75em 0.5em!important;
	border: 1px solid #999;
	text-align: center;
}


#obomailing_form {
	border: 1px solid #999;
	padding: 2em;
	margin: 0.5em 0;
	text-align: center;
}

#obomailing_form div {
	box-sizing: border-box;
}

#obomailing_form tr td:first-of-type {
	display: none;
}
#obomailing_form button {
	margin: 0!important;
}

#fusszeile #obomailing_form {
	border: none;
	border-bottom: 1px solid rgba(210,205,200,0.1);
	padding: 0 0 2em 0;
	margin-bottom: 2em;
}


/* Fusszeile ********************************************************************/


#fusszeile {
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,0.8); /* */
    background-color: rgba(50,53,56,0.6);
	position: relative;
	z-index: 5000;
	min-height: 330px;
	margin-top: -330px;
	overflow: hidden;
}
#fuss_inner {
	box-sizing: border-box;
	padding: 2em 1em;
	margin: auto;
    position: relative;
    z-index: 100;
	width: 95%;
	max-width: 1200px;
}
@media screen and (max-width: 560px) {
	#fuss_inner {
	}
}
#fusszeile #fussadresse {
	float: left;
}
#fussadresse td {
	padding-right: 3em;
}
#fusszeile a {
	color: rgba(255,255,255,0.6);
}
#fusszeile a:hover {
	color: #fff;
	text-decoration: underline;
}
#fussnavi {
	float: right;
}
#fussnavi ul, #fussnavi li {
	display: inline-block;
	padding-left: 2em;
}
#sprachnavi {
	float: right;
}
#sprachnavi a::before {
	content: " ";
	display: inline-block;
	margin-left: 1em;
	width: 1em;
	height: 1em;
	margin-bottom: -0.2em;
	margin-right: 0.2em;
	background-image: url(https://www.showticket.ch/obo_icons4/chat.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}



/* Boxes ********************/


.titelbox {
	width: 360px;
	float: left;
	border-bottom: 2px solid rgba(130,161,152,1);
}

.inhaltbox {
	width: 360px;
	margin: 0 120px;
	float: left;
}

@media screen and (max-width: 1000px) {
	.titelbox {
		width: 360px;
		margin: 0 0 0 60px;
	}
	.inhaltbox {
		width: 360px;
		margin: 0 0 0 60px;
	}
}

@media screen and (max-width: 880px) {
	.titelbox {
		width: auto;
		float: none;
		margin: 0 60px 60px 60px;
	}
	.inhaltbox {
		width: auto;
		float: none;
		margin: 0 60px 60px 60px;
	}
}



.standard_absatz {
	margin-bottom: 2em;
	width: 100%;
}


.flexcontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.boxcontainer {
	margin: 0 -1em;
}
.box25 {
	width: calc(25% - 1.33em);
	margin-bottom: 2em;
	float: left;
	box-sizing: border-box;
	padding: 0 1em 2em;
}
.box33 {
	width: calc(33.33% - 1.33em);
	margin-bottom: 2em;
	float: left;
	box-sizing: border-box;
	padding: 0 1em 2em;
}
.box50 {
	width: calc(50% - 1.33em);
	margin-bottom: 2em;
	float: left;
	box-sizing: border-box;
	padding: 0 1em 2em;
}
.artikel_5050 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.artikel_5050 .box50 {
	padding: 0;
}
.float_left {
    padding-left: 0!important;
    padding-right: 2em;
}
.float_right {
    padding-right: 0!important;
}
.box66 {
	width: calc(66.66% - 1.33em);
	margin-bottom: 2em;
	float: left;
	box-sizing: border-box;
	padding: 0 1em 2em 0;
}
.box100 img, .box66 img, .box33 img, .box25 img, .box50 img {
	max-width: 100%;
}
.box100 {
	width: 100%;
}
@media screen and (max-width: 1000px) {
	.boxcontainer {
		margin: 0;
	}
	.box50, .box33, .box25, .box66 {
		width: 100%;
		padding: 0 0 2em 0;
	}
	.box25 {
		width: 50%;
	}
	.box33.bildbox, .box50.bildbox, .box66.bildbox {
		text-align: center;
	}
	.startbox.box25:first-of-type {
		width: 100%;
	}
	.startbox.box25:nth-of-type(3) {
		width: calc(33.33% - 1.3em);
	}
	.startbox.box50 {
		width: calc(66.66% - 0.6em);
	}
}

@media screen and (max-width: 600px) {
	.box25 {
		width: 100%;
		padding: 0 0 2em 0;
    }
}
@media screen and (max-width: 800px) {
	.startbox.box25 {
		width: 100%!important;
	}
	.startbox.box50 {
		width: 100%!important;
	}
}



.flex20 {
	width: 23%;
	text-align: center;
	flex-grow: 1;
	margin-bottom: 2em;
}
.flex33 {
	width: 31.33%;
	background-color: rgba(255,255,255,0.95);
	margin-bottom: 2%;
}
.flex50 {
	width: 48%;
	margin-bottom: 2%;
}
.bildbox {
	position: relative;
	overflow: hidden;
}

.bildbox img {
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
	transition: all 300ms ease-in-out;
}
.bildbox:hover img {
	transform: scale(1.1);
}
.textbox {
	color: #000;
	padding: 1.5em;
}
.textbox h3 {
	margin: 0;
}

.flex_newsbalken {
	width: 100%;
	display: flex;
	background-color: #17b;
	color: #fff;
	transition: all 300ms;
	cursor: pointer;
}
.flex_newsbalken:hover {
	filter: brightness(1.2);
}
.flex_newsbalken .bildbox {
	width: 33%;
}
.flex_newsbalken .textbox {
	width: 100%!important;
	padding-right: 8em;
	color: #fff;
}
.flex_newsbalken a {
	color: rgba(255,255,255,0.8)!important;
}
.flex_newsbalken:hover a {
	color: #fff!important;
}

.flex_newsbalken br {
	display: none;
}
.flex_newsbalken a {
	float: right;
	margin-right: -6em;
	margin-top: -2em;
}

@media screen and (max-width: 1000px) {
	.flexcontainer {
		align-items: flex-start;
	}
	.flex20 {
		width: 31.33%;
	}
	.flex33 {
		width: 100%;
		display: flex;
		align-items: stretch;
		margin-bottom: 2em;
	}
	.flex33 .bildbox {
		width: 40%;	 
		/*height: 100%;*/
		background-size: cover;
		background-position: center center;
	}
	.flex33 .bildbox img {
		visibility: hidden;
		/*height: 100%;*/
		/*width: auto;*/
	}
	.flex33 .textbox {
		width: 50%;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 700px) {
	.flexcontainer {
		align-items: flex-start;
	}
	.flex20 {
		width: 48%;
	}
	.flex33 {
		width: 100%;
		display: block;
	}
	.flex33 .bildbox {
		width: 100%;	 
	}
	.flex33 .bildbox img {
	}
	.flex33 .textbox {
		width: 100%;
	}
	.flex50 {
		width: 100%;
		margin-bottom: 2em;
	}
}

.flex20 .bildboxcontainer {
	width: 8em;
	height: 8em;
	display: inline-block;
}
.flex20 .bildbox {
	background-color: rgba(0,0,0,0.5);
	border-radius: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	width: 8em;
	height: 8em;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
.flex20 .bildbox img {
	transform: scale(0.6);
}
.flex20 .bildbox:hover img {
	transform: scale(0.7);
}
.flex20 .bildbox:hover {
	background-color: #000;
	transform: scale(1.1);
}
.flex20 .textbox {
	/*color: rgba(255,255,255,0.8);*/
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


.switch {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3em;
	margin-top: 2em;
	flex-wrap: wrap;
}
.switch:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.switch50 {
	width: 48%;
}
@media screen and (max-width: 900px) {
	.switch50 {
		width: 100%;
		margin-bottom: 2em;
	}
}
.teamcontainer {
	margin-bottom: 3em;
}
.team {
	width: 48%;
	display: flex;
}
.team .bildboxcontainer {
	width: 12em;
	height: 12em;
	display: inline-block;
}
.team .bildbox {
	background-color: rgba(0,0,0,0.5);
	border-radius: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	width: 12em;
	height: 12em;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
.team .bildbox:hover img {
	transform: scale(1);
}
.team .textbox {
	/*color: rgba(255,255,255,0.8);*/
}


@media screen and (max-width: 1000px) {
	.no_mobile {
		display: none;
	}
}


.grauerkasten {
	padding: 1em;
    background-color: rgba(85,101,123,0.3);
}

a.zurueck {
	display: inline-block;
	padding: 0 0 1em;
	text-align: right;
}
a.zurueck::before {
	content: "✕ ";
}

.cliclack {
	cursor: pointer;
}

#socialmedia {
	position: absolute;
	bottom: -1.5em;
	height: 3em;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	text-align: center;
}
.schmal #socialmedia {
	display: none;
}


.hinweisbox {
	background-color: #ddd;
	padding: 2em;
}

#maps {
	position: relative;
}
#maps_sperrset {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
#maps iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}


ul.spaltenliste {
	column-count: 3;
	list-style: none;
}
ul.spaltenliste li {
	border-bottom: thin solid #999;
	padding: 0.5em 0;
}
@media screen and (max-width: 1200px) {
	ul.spaltenliste {
		column-count: 2;
	}	
}
@media screen and (max-width: 900px) {
	ul.spaltenliste {
		column-count: 1;
	}	
}






.status {
	text-align: left;
	min-height: 5em;
	padding: 2em 2em 2em 10em;
	margin-bottom: 2em;
	box-sizing: border-box;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: 5em;
	background-position: 2em 50%;
	background-image: url(https://www.showticket.ch/obo_icons4/info_alt_b.svg);
}
.status.s1 {
	background-image: url(https://www.showticket.ch/obo_icons4/like.svg);
	background-color: #599A11;
	color: #fff;
}
.status.s2 {
	background-image: url(https://www.showticket.ch/obo_icons4/fallback.svg);
	background-color: #C92238;
	color: #fff;
}
.statustitel {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.statustext {
	font-weight: 500;
	line-height: 1.4;
}
@media screen and (max-width: 700px) {
	.status {
		min-height: 0;
		padding: 1em 1em 1em 6em;
		background-size: 4em;
		background-position: 5% 10%;
	}
}
@media screen and (max-width: 500px) {
	.statustitel {
		font-size: 1.2em;
	}
}

#voegeli {
	position: absolute;
	z-index: 10000;
	background-color: #c00;
	border-radius: 100%;
	width: 6em;
	height: 6em;
}

.sub_bilder	{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sub_bilder span {
	margin-top: 2%;
	display: block;
	width: calc((94%) / 4);
	cursor: pointer;
}
.sub_bilder span img {
	width: 100%;
}
@media screen and (max-width: 500px) {
	.sub_bilder span {
		width: calc((98%) / 2);
	}
}


.partner_container {
	display: flex;
	align-content: stretch;
	justify-content: space-between;
	margin-bottom: 3em;
}
.partner {
	margin-right: 1.5em;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.partner:last-of-type {
	margin-right: 0;
}
.partner img {
	max-width: 100%;
	box-sizing: border-box;
	border: 1.5em solid #fff;
}

