* { margin: 0px; padding: 0px; font-size: 24px; color:#000; letter-spacing: 0.5px; line-height: 31px; font-family: Rsans, sans-serif; -webkit-tap-highlight-color: rgb(0, 0, 0, 0); -webkit-tap-highlight-color: transparent;  -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
* {
-moz-hyphens: auto !important;
-ms-hyphens: auto !important;
-webkit-hyphens: auto !important;
hyphens: auto !important;
}

::selection  { background-color: #000; color: #fff; }
::-moz-selection { background-color: #000; color: #fff; }

body { height: 100%; overflow-x: hidden;} 
html { height: 100%; -webkit-text-size-adjust: none; text-size-adjust: none; }

:focus, :active {
    outline: 0;
}

.rot {
	color: rgba(255,75,78,1.00);
}

.green {
	color: rgba(98,172,0,1.00);
}

.orange {
	color: rgba(255,190,0,1.00);
}

.weiss	{ color: #FFF;}
.white	{ color: #FFF;}
a.weiss	{ color: #FFF;}

.gelb {
    color: rgba(255,255,0,1.00);
}

.deaktiv {
	text-decoration: line-through;
}

.bold	{
	font-family: Rsansbold, sans-serif;
}

.nodesk {
	visibility: hidden;
}

h2	{
	font-size: 36px;
	line-height: 36px;
    font-weight: normal;
    width: 90%;
	font-family: Semisansex, sans-serif;    
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
    display: block;
    width: 100%;    
}

h1	{
	font-size: 56px;
	font-family: Semisansex, sans-serif;    
	line-height: 56px;
    font-weight: normal;
	-moz-hyphens: none; 
	-o-hyphens: none; 
	-webkit-hyphens: none; 
	-ms-hyphens: none; 
	hyphens: none !important;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
    display: block;
    width: 100%;    
}

h1 + p, h2 + p, h1 + div, h2 + div, h1 + ul, h2 + ul, p + p, ul + p, p + div, p + ul, p + h3, h1 + h3, h2 + h3, h2 + h1, ul + h3 {
	margin-top: 20px;
}

h3	{
	font-size: 24px;
	font-family: Semisansex, sans-serif;    
	line-height: 24px; 
    margin-bottom: 10px;
    font-weight: normal;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
    display: block;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;    
    width: 100%;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

a {
   outline: 0;
}

.clearfix { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.hidden{
     opacity:0;
}

.visible{
     opacity:1;
}

#topfixed	{
	position: relative;
	width: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	background-color: rgba(255,255,255,1.0);
    border: 0px solid rgba(3,96,43,1.00);
}

.but_close:after {
    position: absolute !important;
    width: 68px;
    height: 68px;
    text-align: center;
    background: rgba(255,255,255,0.60);
	content: "\00d7";
    font-size: 56px;
    line-height: 56px;
    font-weight: lighter;
    color: rgba(255,255,255,1.00) !important;        
    right: 20px;
    top: 20px;
}

.but_close:hover:after {
    background: rgba(255,255,255,1.00);
    color: rgba(244,95,97,1.00) !important;
    transform: scale(1.05);
	transition: all 0.3s ease-in-out;
    cursor: pointer !important;
}

.but_close:hover {
    cursor: pointer !important;
}

.but_close_dark:after {
    position: absolute !important;
    width: 68px;
    height: 68px;
    text-align: center;
	content: "\00d7";
    font-size: 56px;
    line-height: 56px;
    font-weight: lighter;
    right: 20px;
    top: 20px;
}

.but_close_dark:hover:after {
    transform: scale(1.05);
	transition: all 0.3s ease-in-out;
    cursor: pointer;
}





.but_link {
    position: relative;
    width: calc(25% - 15px);
    margin: 30px 20px 30px 0px;
    float: left;
    color: rgba(255,255,255,1.00);
    background-size: 280% 100%;         
}

.but_link_inner {
    position: relative;
    width: calc(100%);
    height: 100% !important;
    padding: 30px;
    z-index: +1;
    padding-bottom: 80px;
    float: left;
    color: rgba(255,255,255,1.00);
}

.but_link:hover {
    color: rgba(255,255,255,1.00);
    background-size: 100% 100%;   
    transform: scale(1.05);     
	transition: all 0.3s ease-in-out !important;   
}

.but_link p, .but_link h3 {
    color: rgba(255,255,255,1.00);    
}

.but_link h3 {
    height: 50px;
}

.but_link:nth-child(4n) {
    margin: 30px 0px 30px 0px;
}

.but_link i {
    color: rgba(255,255,255,1.00);
    border: 3px solid #fff;
    border-radius: 50%;
    margin-top: 20px;
    padding-top: 23px;
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle !important;
    position: relative;
}

.centerflex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    
    
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
    
    
    width: 100%;
    border: 0px solid #000;
}


#claimer {
    position: fixed;
    z-index: 10003;
    padding: 30px 0 30px 0;
    width: 100%;
    bottom: 0px;
    background-color: rgba(244,95,97,1.00);    
}

#claimer * {
    color: rgba(255,255,255,1.00);
}

#claimer p {
    margin-right: 100px;
}



#claimer-frage {
    position: relative;
    z-index: 10002;
	margin: 20px;
    padding: 30px 0 30px 0;
    width: calc(100% - 40px);
    top: 0px;
	background: url('/w_resp/allgemein/images/layout/dreieck_bg.svg'), linear-gradient(-45deg, #ffec00, #D1D82C, #73B503, #27654e);
	background-size: cover;
	background-repeat: repeat-x !important;
	background-position: center center;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
	}
	50% {
	}
	100% {
	}
}


#claimer-frage * {
    color: rgba(255,255,255,1.00);
}

#claimer-frage p {
	width: 100%;
	font-family: 'Semisansex';
	display: inline-block;
	text-align: center !important;
}

#claimer-frage .buttonrahmenws {
	margin-left: 20px !important;
}

#claimer-frage .buttonrahmenws:after {
    border-color: rgba(255,255,255,1.00) transparent transparent transparent !important;    
}

#claimer-frage .buttonrahmenws:hover {
    background: rgba(39,101,78,1.00) !important;
    color: rgba(255,255,255,1.00) !important;
}


.nopadding {
    padding: 0px !important;
}

.maxli	{
	position: relative;
	max-width: 1372px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;

	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.width50 {
    width: 50%;
	max-width: 686px;    
    margin: auto auto;
}

.maxhead	{
	position: relative;
	max-width: 1372px;
	margin-left:auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 15;
	border: 0px solid #000000;

	-ms-box-orient: horizontal;
}

.shadow {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#logo	{
	position: relative;
	display: inline-block;
	float: left;
	padding: 20px 0px 15px 0px;
	width: 25%;
    border: 0px solid rgba(0,0,0,1.00);
}

#logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

#logo a {
	text-decoration: none;
}

.schnitzel {
    text-align: center;
    width: 100%;
    padding: 0px;
    border-bottom: 0px dotted rgba(0,0,0,0.50);
    padding-bottom: 0px;
}

.schnitzel, .schnitzel > a {
    font-size: 15px;
    line-height: 15px;
}

.schnitzel i {
    font-size: 10px !important;
}

#welcome	{
	position: relative;
	background-color: rgba(255,255,255,1.0);
    width: calc(100% - 40px);
    margin: auto auto;
	padding: 30px 0px 40px 0px;
	z-index: 19;
    border: 0px solid rgba(0,0,0,1.00);
}

.contentinlays	{
	position: relative;
    width: calc(100% - 40px);
    margin: auto auto;
    height: auto !important;
	padding: 0px 0px 0px 0px;
	z-index: 18;
    border-bottom: 0px dotted rgba(196,166,123,1.00);
}

.starttext {
    position: relative;
	width: 75%;
    margin: auto;
    padding-top: 20px;
}

.folgetext100 {
	width: 100% !important;
    padding-bottom: 40px;    
}

.folgetextspalte {
	width: calc(50% - 20px);
	float: left;
    padding-right: 50px;
	margin-right: 20px;
    padding-bottom: 30px;
    border: 0px solid rgba(0,0,0,1.00);

/*	column-count: 2; 
	column-gap: 40px;
	column-rule-style:dotted; 
	column-rule-width:1px; 
	column-rule-color: #25654f;

	-webkit-column-count: 2; 
	-webkit-column-gap: 40px;
	-webkit-column-rule-style:dotted; 
	-webkit-column-rule-width:1px; 
	-webkit-column-rule-color: #25654f;	
*/
}

.folgetextspalterechts {
	width: 50%;
    border: 0px solid rgba(0,0,0,1.00);    
    padding-bottom: 30px;    
}

.folgetext100 ul li:before, .folgetextspalte ul li:before, .folgetextspalterechts ul li:before {
    position: absolute;
    content: "\00af";
    margin-right: 10px;
    padding-top: 8px;
    margin-left: -20px;
}

.folgetext100 ul, .folgetextspalte ul, .folgetextspalterechts ul {
    padding-left: 0px;
    list-style: outside none;    
}

.folgetext100 ul li, .folgetextspalte ul li, .folgetextspalterechts ul li {
    padding-left: 20px;
    padding-bottom: 10px;
}








.schpalten {
	column-count: 2; 
	column-gap: 40px;
	column-rule-style: dotted; 
	column-rule-width: 1px; 

	-webkit-column-count: 2; 
	-webkit-column-gap: 40px;
	-webkit-column-rule-style: dotted; 
	-webkit-column-rule-width: 1px; 
}

.back-theme-invert .schpalten {
	column-rule-color: rgba(255,255,255,1.00) !important;
	-webkit-column-rule-color: rgba(255,255,255,1.00) !important;	    
}

.back-otheme {
    padding-top: 40px;
    padding-bottom: 0px;
    background: rgba(255,255,255,1.00);    
}

.back-theme-full {
    background-repeat: no-repeat !important;
    background-size: 300% !important;
    background-position: center center !important;
}

.banner-bild {
	max-width: 1372px;
	margin: auto !important;	
    padding: 40px 0px 40px 0px !important;
}

.banner-bild img {
	width: 100%;
	height: auto;
}

.yumpu-bild {
    padding-top: 0px;
    height: 60vh;
    padding-bottom: 0px;
    background-size: cover;
    background-position: center center;
}

.yumpu-bild:after {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.00);
}

.back-bild {
    padding-top: 0px;
    height: 60vh;
    padding-bottom: 0px;
    background-size: cover;
    background-position: center center;
}

.back-bild:after {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.20);
}

.vertcenter {
    position: relative;
    top: 50%;
    margin: auto auto;
    transform: translateY(-50%);
    max-width: 800px;
    z-index: +1;
    padding: 20px 20px 20px 20px;
}

.back-theme {
    padding-top: 40px;
    padding-bottom: 0px;
}

.back-theme-invert {
    padding-top: 40px;
    padding-bottom: 0px;
}


#aktuelles	{
	position: relative;
    background: rgba(33,172,120,0.30) url('/w_resp/allgemein/images/layout/bg_news.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 40px);
    margin: auto auto;
	padding: 40px 0px 40px 0px;
	z-index: 19;	
}

#events	{
	position: relative;
    background: rgba(255,255,0,1.00) url('/w_resp/allgemein/images/layout/bg_events.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 40px);
    margin: auto auto;
	padding: 40px 0px 40px 0px;
	z-index: 19;	
}


.flexstart	{
	width: 100%;
	padding-left: 0px;
	padding-top: 30px;
	margin-top: 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

ul.flexstart > li:before	{
	content: "";
}


.flex-item	{
    border-top: 0px dotted rgba(255,255,255,1.00);    
	width: calc(1/3 * 100% - 10px);
    display: inline-block;
	position:relative;
    margin: 0px 15px 40px 0px;
    padding: 0px 20px 40px 20px;
	float: left;
    background-color: rgba(255,255,255,0.10);
}


.flex-item:hover {
    border-top: 0px dotted rgba(39,101,78,1.00);    
    background-color: rgba(255,255,255,1.00);
	transition: all 0.3s ease-in-out;    
}

.flex-item:hover > #overview li .imgdiv {
	transform: scale(1.2);
	transition: all 0.3s ease-in-out;    
    background-position: center center;
}

.flex-distance *	{
    font-size: 18px !important;
}

p.date {
    text-align: left;
} 

.quote {
    
}

.flex-distance {
    position: relative;
    padding: 10px 0px 10px 0px;
}

.flexstart h3	{
    font-size: 24px !important;
    color: rgba(39,101,78,1.00);
    margin-bottom: 20px;
}

.flex-item:nth-child(3n+3) {
    margin: 0px 0px 40px 0px;
}

.halfp {
    position: relative;
    width: 100%;
    border: 0px solid rgba(187,182,60,1.00);
    min-height: 60vh;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;    
}

.halfptext {
    position: relative;
    display: block;
    width: calc(50%);
    float: left;
    overflow: hidden;    
}


.halfptext .buttonrahmenws {
    margin-top: 40px;
    z-index: +1;    
}

.halfptext-inner {
    position: relative;
    display: inline-block;
    max-width: calc(1372px / 2);
    float: left;
    z-index: +1;
    padding-bottom: 40px;
    padding-top: 40px;
}

.halfptext-inner * {
    color: rgba(255,255,255,1.00);
}

.hpleft {
    top: 50%;
    transform: translateY(-50%);
    padding-right: 30px;
    padding-left: 0px;
    width: 100%;
}

.hpright {
    top: 50%;
    transform: translateY(-50%);    
    padding-left: 30px;
    padding-right: 20px;
    left: 0px;
}

.halfpfoto {
    position: relative;
    width: 50%;
    z-index: -1;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;    
}

.zitat {
    font-family: Rserifitalic;
    font-size: 36px;
    line-height: 40px;
    color: rgba(255,255,255,1.00);
}

.vertcenter .zitat + p, .vertcenter .zitatbild + p {
    color: rgba(255,255,255,1.00);
}

.zitatgross {
    font-family: Rserifitalic;
    font-size: 50px;
    line-height: 55px;
    color: rgba(255,255,255,1.00);
    padding-right: 80px;
}

.zitatbild {
    font-family: Rserifitalic;
    font-size: 50px;
    line-height: 55px;
    color: rgba(255,255,255,1.00);
    -webkit-mix-blend-mode: difference;    
}

#contentinfo {
    padding: 30px;
}








.back1 {
    background: rgba(33,172,120,1.00);
}

.back2 {
    background: rgba(48,55,0,1.00);
}

.back3 {
    background: rgba(209,216,44,1.00);
}

.back4 {
    background: rgba(171,181,57,1.00);
}

.back5 {
    background: rgba(115,181,57,1.00);
}

.back6 {
    background: rgba(39,101,78,1.00);
}

.back7 {
    background: rgba(185,205,60,1.00);
}

.back8 {
    background: rgba(226,209,87,1.00);
}

.back9 {
    background: rgba(90,140,120,1.00);
}

.back10 {
    background: rgba(90,140,120,1.00);
    background: -moz-linear-gradient(45deg,  rgba(90,140,120,1) 0%, rgba(251,207,149,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(90,140,120,1) 0%,rgba(251,207,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(90,140,120,1) 0%,rgba(251,207,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}














.verlauf1 {  
    background: rgb(33,172,120);
    background: -moz-linear-gradient(45deg,  rgba(33,172,120,1) 0%, rgba(48,55,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(33,172,120,1) 0%,rgba(48,55,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(33,172,120,1) 0%,rgba(48,55,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf2 {
    background: rgba(48,55,0,1.00);
    background: -moz-linear-gradient(45deg,  rgba(48,55,0,1) 0%, rgba(209,216,44,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(48,55,0,1) 0%,rgba(209,216,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(48,55,0,1) 0%,rgba(209,216,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    
}

.verlauf3 {
    background: rgba(209,216,44,1.00);
    background: -moz-linear-gradient(45deg,  rgba(209,216,44,1) 0%, rgba(171,181,57,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(209,216,44,1) 0%,rgba(171,181,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(209,216,44,1) 0%,rgba(171,181,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf4 {
    background: rgba(171,181,57,1.00);
    background: -moz-linear-gradient(45deg,  rgba(171,181,57,1) 0%, rgba(39,101,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(171,181,57,1) 0%,rgba(39,101,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(171,181,57,1) 0%,rgba(39,101,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf5 {
    background: rgba(115,181,57,1.00);
    background: -moz-linear-gradient(45deg,  rgba(115,181,57,1) 0%, rgba(39,101,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(115,181,57,1) 0%,rgba(39,101,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(115,181,57,1) 0%,rgba(39,101,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf6 {
    background: rgba(39,101,78,1.00);
    background: -moz-linear-gradient(45deg,  rgba(39,101,78,1) 0%, rgba(185,205,60,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(39,101,78,1) 0%,rgba(185,205,60,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(39,101,78,1) 0%,rgba(185,205,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf7 {
    background: rgba(185,205,60,1.00);
    background: -moz-linear-gradient(45deg,  rgba(185,205,60,1) 0%, rgba(226,209,87,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(185,205,60,1) 0%,rgba(226,209,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(185,205,60,1) 0%,rgba(226,209,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf8 {
    background: rgba(226,209,87,1.00);
    background: -moz-linear-gradient(45deg,  rgba(226,209,87,1) 0%, rgba(90,140,120,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(226,209,87,1) 0%,rgba(90,140,120,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(226,209,87,1) 0%,rgba(90,140,120,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf9 {
    background: rgba(90,140,120,1.00);
    background: -moz-linear-gradient(45deg,  rgba(90,140,120,1) 0%, rgba(251,207,149,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(90,140,120,1) 0%,rgba(251,207,149,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(90,140,120,1) 0%,rgba(251,207,149,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verlauf10 {
    background: rgba(251,207,149,1.00);
    background: -moz-linear-gradient(45deg,  rgba(251,207,149,1) 0%, rgba(48,55,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(251,207,149,1) 0%,rgba(48,55,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(251,207,149,1) 0%,rgba(48,55,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}












#bgmap	{
	position: relative;
	width: 100%;
	height: 70%;
	min-height: 200px;
	background-size: cover;	
	background-position: center center;	
	background-repeat: no-repeat;	
}

#bereiche {
	position: relative;
    width: calc(100% - 40px);
    margin: auto auto;
	padding: 40px 0px 40px 0px;
	z-index: 19;	
}

#bildfolge	{
	position: relative;
    width: calc(100% - 40px);
    margin: auto auto;
    height: 60vh;
    background-size: cover !important;
    background-position: center center !important;
	z-index: 20;
    border: 0px solid rgba(77,185,82,1.00);
}

#bildfolge-ohne	{
	position: relative;
    width: calc(100% - 40px);
    margin: auto auto;
    height: 1px;
}

#but_bildfolge {
    display: none;
    position: absolute !important;
    font-size: 56px;
    text-align: center;
    font-family: Rsans;
    line-height: 56px;
    font-weight: lighter;
    width: 68px;
    height: 68px;
    background: rgba(255,255,255,0.60);
    z-index: 30;
    color: rgba(255,255,255,1.00) !important;    
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

#but_bildfolge_off {
    display: none;
    position: absolute !important;
    font-size: 56px;
    text-align: center;
    font-family: Rsans;
    line-height: 56px;
    font-weight: lighter;
    width: 68px;
    height: 68px;
    background: rgba(255,255,255,0.60);
    z-index: 30;
    color: rgba(255,255,255,1.00) !important;    
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

#but_bildfolge:hover, #but_bildfolge_off:hover {
    background: rgba(39,101,78,1.00) !important;    
	transition: all 0.5s;
    cursor: pointer;
}


#mappli	{
	position: relative;
	width: 100%;
    height: 60vh;
	z-index: 5000;
}

#startslider	{
	position: relative;
	width: calc(100% - 40px);
    margin: auto auto;
	z-index: 20;
    border: 0px solid rgba(77,185,82,1.00);
}

.sliderbild {
    left: 0px;
    top: 0px;
    z-index: 10 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: none;
    width: calc(100%);
    min-height: 50vh;
}

.item:after {
    content: '';
    clear: both;
}

#owl-nested {
	max-width: 100%;
	margin-left:auto;
    display: table;
    z-index: 19;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
    margin-top: 0px;
}

.owl-30 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 17;
    border: 0px solid rgba(127,196,142,1.00);
}

.owl-31 {
    background: linear-gradient(240deg, rgba(196,207,0,0.90) 10%, rgba(255,255,255,0.00) 10%);    
}

.owl-32 {
    background: linear-gradient(240deg, rgba(146,174,22,0.90) 10%, rgba(255,255,255,0.00) 10%);
}

.owl-33 {
    background: linear-gradient(240deg, rgba(255,236,0,0.90) 10%, rgba(255,255,255,0.00) 10%);
}

.owl-40 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 18;
    border: 0px solid rgba(127,196,142,1.00);
}

.owl-41 {
    background: linear-gradient(60deg, rgba(255,255,255,0.80) 30%, rgba(255,255,255,0.00) 30%);    
}

.owl-42 {
    background: linear-gradient(60deg, rgba(220,230,192,0.90) 30%, rgba(255,255,255,0.00) 30%);
}

.owl-43 {
    background: linear-gradient(60deg, rgba(114,137,23,0.90) 30%, rgba(255,255,255,0.00) 30%);
}

.owl-50 {
    position: absolute;
    top: 0px; right: 0px;
    width: 100%;
    height: 100%;
    z-index: 19;
    border: 0px solid rgba(127,196,142,1.00);
    clear: both;
}

.owl-51 {
    background: linear-gradient(120deg, rgba(177,181,57,0.90) 35%, rgba(255,255,255,0.00) 35%);    
}

.owl-52 {
    background: linear-gradient(120deg, rgba(39,101,78,0.80) 35%, rgba(255,255,255,0.00) 35%);
}

.owl-53 {
    background: linear-gradient(120deg, rgba(115,181,57,0.90) 35%, rgba(255,255,255,0.00) 35%);
}



.owl-60 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 19;
    border: 0px solid rgba(127,196,142,1.00);
}

.owl-61 {
    background: linear-gradient(120deg, rgba(177,181,57,0.90) 25%, rgba(255,255,255,0.00) 25%);    
}

.owl-62 {
    background: linear-gradient(120deg, rgba(39,101,78,0.80) 25%, rgba(255,255,255,0.00) 25%);
}

.owl-63 {
    background: linear-gradient(120deg, rgba(115,181,57,0.90) 25%, rgba(255,255,255,0.00) 25%);
}

.itemtext {
    margin-top: 30px;
    position: relative;
	width: 20%;
    border: 0px solid rgba(204,44,47,1.00);
}

.nobgitem {
    visibility: hidden !important;
}

.itemtext hr {
    border: 0;
    height: 0;
    margin: 10px 0px 10px 0px;
    border-top: 2px dotted rgba(255,255,255,1.00);
}

.itemtext * {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    line-height: 24px;
}

.itemtext h2 {
    color: rgba(255,255,255,1.00);
    font-size: 24px;
    line-height: 27px;
	font-family: Semisansex;
    text-transform: none;
    font-weight: normal;
}

.deck  {
    display: none;
    position: relative;
    width: calc(100% - 40px);
    padding: 40px 0 40px 0;
    margin: 0px auto 0px auto;
    z-index: 21;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center center;
}

.words {
    position: absolute;
    display: inline-block;
    bottom: 0%;
    right: 30px;
    z-index: 25;
    border: 0px solid rgba(203,94,96,1.00);
	font-family: Rserifitalic; 
    font-size: 10vw;
    line-height: 12vw;
    alignment-baseline: bottom;
    color: rgba(255,255,255,0.50);
    white-space: nowrap; 
    overflow:hidden;    
}

.words0, .words1, .words2, .words3, .words4 {
    position: absolute;
    display: none;
    top: 30px;
    z-index: 25;
    width: calc(100% - 40px);
    text-align: center;
	font-family: Rserifitalic; 
    font-size: 90px;
    line-height: 90px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 80px;
}

#contentmap	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 10;
	margin-bottom: 100px;
	text-align:left;
}

#content	{
	width: 100%;
    min-height:100% !important; /* browser fill */
    height:auto;                /*content fill */
	z-index: 20;
	text-align:center;
}

#notab	{
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	background-color: rgba(255, 255, 255, 0.97);
	z-index: 18;
	color: #FFF;
	padding: 30px 0px 0px 0px;
	margin-bottom: 0px;
	display: none;
}


#sitemap	{
	position: relative;
	padding: 40px 0px 40px 0px;
	z-index: 20;
    width: calc(100% - 40px);
    margin: auto auto;
	transition: all 0.6s ease-in-out;    
	z-index: 19;	
}

#smleft	{
	position:relative;
	width: calc(25% - 20px);
    margin-right: 20px;
	float: left;
	padding: 0px 0px 0px 0px;
	z-index: 21;
}

#smleft * {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    line-height: 24px;
}

#smleft a {
    text-decoration: none;
}

#smleft a:hover {
	color: rgba(255,255,255,1);
    text-decoration: none;
}

#smleft img {
    max-width: 100%;
    height: auto;
}

#smcenter	{
	position:relative;
	width: 75%;
	margin-left: auto;
	float: left;
	margin-right: auto;	
	padding: 0px 0px 0px 0px;
	height: auto !important;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	z-index: 21;
}

#smcenter ul#trenner {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,1.00);
}

#smcenter ul.verband li {
	color:#fff; 
    font-size: 18px;
	border: 0px solid rgba(255,255,255,1.00) !important;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#smcenter ul.verband li a {
	color:#fff !important; 
 }

#smcenter ul.verband li img {
	max-width: 90%;
	height: auto;
}

#smcenter ul.verband li:first-child a {
	border: 0px solid #fff !important;
}

#smcenter ul.verband li:first-child a:hover {
	background-color: rgba(255,255,255,0.00) !important;
}


#smcenter ul {
	float:left;
	width: calc(1/3 * 100% - 15px);
	list-style: none;
	margin: 0px 20px 30px 0px;
}

#smcenter ul:hover {
    transform: scale(1.05); 
	transition: all 0.3s ease-in-out;        
}

#smcenter ul:nth-child(3n + 3) {
	float:left;
	width: calc(1/3 * 100% - 15px);
	list-style: none;
	margin: 0px 0px 30px 0px;
}

#smcenter li {
	padding-left: 0px;
	border-bottom: 1px dotted rgba(255,255,255,0.50);
	padding-bottom: 0px;    
}

#smcenter li:last-child {
	padding-left: 0px;
	border-bottom: 0px dotted rgba(255,255,255,0.50);
	padding-bottom: 0px;    
}

#smcenter li.indent {
	padding-left: 15px;
}

#smcenter ul li:first-child {
	text-align: left;
	color:#fff;
    margin-bottom: 10px;
    border-bottom: 0px;
}

#smcenter ul li:first-child i {
	color:#fff;
    font-size: 18px;
}

#smcenter li:first-child a {
    display: block;
	color: rgba(255,255,255,1) !important;    
	text-decoration:none;
	border: 3px solid #fff;
    padding: 10px 10px 10px 10px;    
	font-family: Semisansex;
    font-size: 24px;
}

#smcenter li:first-child a:hover {
	color: rgba(255,255,255,1) !important;    
	text-decoration:none;
	border: 3px solid #fff;
	transition: all 0.3s ease-in-out;    
}

#smcenter li:first-child a.active {
	color: rgba(255,255,255,1) !important;    
	text-decoration:none;
	border: 3px solid #fff;
}

#smcenter li a {
	display: block; 
	padding-left: 0px;
	text-decoration:none;	
	font-size: 18px;
}

#smcenter li a:hover{
	color: rgba(255,255,255,1) !important;
}

#smcenter li a.active{
	color: rgba(255,255,255,1) !important;
}





#footer	{
	position: relative;
	max-width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 19;
	clear:both;
	background-color: rgba(255,255,255,1);
}

#footer * {
	font-size: 18px;
    line-height: 24px;
}

#footer a {
    color: rgba(115,181,57,1.00);
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

#socialmedia	{
	position: relative;
	width: 100%;
	padding: 20px 0px 20px 0px;
	z-index: 18;
	clear:both;
	background-color: rgba(230,230,230,1);
}

#smicons {
	text-align: center;
	width: 100%;
}

#smicons i {
	font-size: 20px;
	color: rgba(102,102,102,0.8);
	padding: 0px 10px 0px 10px;
}

#smicons i:hover {
	color: rgba(102,102,102,1);
}






.head-room {
	width: 100%;
	text-align: left;
	margin-bottom: 20px 0px 20px 0px;
	border-bottom: 3px solid rgba(0,0,0,1.00);
}

#bet-count {
	position: relative;
	margin-top: 30px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	width: 100%;
}

#bet-count ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;	
}

#bet-count > ul > li	{
	position: relative;
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
  align-items: center;
  justify-content: center;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,1.00);
    padding-left: inherit;
    padding-bottom: inherit;
}

#bet-count > ul > li > p	{
	margin-top: 20px;
}

#bet-count > ul > li:last-child	{
	border-right: 0px solid rgba(0,0,0,1.00);
}

#bet-count > ul > li:before	{
	content: ""; 
	margin-right: inherit;
    padding-top: inherit;
    margin-left: inherit;	
}















#dcont h3 {
    margin-bottom: 20px;
}

#dcont h3:before{
	content: "\f019";
	padding-left: 0px;
	margin-bottom: 20px;
	font-family: FontAwesome;
	padding-right: 10px;
}

#dcont	{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	width: 100%;

    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#dcont > ul > li	{
	list-style: none;
	display: inline;
}

#dcont > ul > li:before {
    content: '';
}


#dcont > ul > li:after	{
	content: '';
	padding-right: 20px;
}

#dcont > ul > li:last-child:after	{
	content: '';
	padding-right: 5px;
}


#dcont > ul	{
	width: 100%;
	display: block;
    margin-left: 0px !important;
	padding: 5px 0px 0px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}

#dcont > ul:hover	{
	transition: all 0.3s ease-in-out;
}

#dcont > ul > li:first-child	{
	width: 7%;
}

#dcont > ul > li:nth-child(2)	{
	width: 68%;
    white-space: nowrap;    
    overflow: hidden;
}

#dcont > ul > li:last-child	{
	width: 25%;
	text-align: right;
}

#dcont > ul:hover > li, #dcont ul:hover > li > a, #dcont ul:hover > li > i 	{
	color: #fff;
	text-decoration: none;
}

#dcont ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

#dcont > ul > li	{
	display: inline-block;
	float: left;
	margin-left: 0px;
	vertical-align: middle;
	padding-left: 0px !important;  
	padding-bottom: 0px;    
}

#dcont > ul > li:last-child	{
	float: right;
}

.downloadlinie	{
	border-bottom: 1px solid rgba(179,18,24,1);
}


.downlink {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}













#ncont h3 {
    margin-bottom: 20px;
}

#ncont h3:before{
	content: "\f0e0";
	padding-left: 0px;
	margin-bottom: 20px;
	font-family: FontAwesome;
	padding-right: 10px;
}

#ncont	{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	-moz-column-span: all;
	-webkit-column-span: all;
	column-span: all;
	width: 100%;

    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#ncont > ul > li	{
	list-style: none;
	display: inline;
}

#ncont > ul > li:before {
    content: '';
}


#ncont > ul > li:after	{
	content: '';
	padding-right: 20px;
}

#ncont > ul > li:last-child:after	{
	content: '';
	padding-right: 5px;
}


#ncont > ul	{
	width: 100%;
	display: block;
    margin-left: 0px !important;
	padding: 5px 0px 0px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
}

#ncont > ul:hover	{
	transition: all 0.3s ease-in-out;
}

#ncont > ul > li:first-child	{
	width: 30%;
}

#ncont > ul > li:nth-child(2)	{
	width: 55%;
    white-space: nowrap;    
    overflow: hidden;
}

#ncont > ul > li:last-child	{
	width: 15%;
	text-align: right;
}

#ncont > ul:hover > li, #ncont ul:hover > li > a, #ncont ul:hover > li > i 	{
	color: #fff;
	text-decoration: none;
}

#ncont ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

#ncont > ul > li	{
	display: inline-block;
	float: left;
	margin-left: 0px;
	vertical-align: middle;
	padding-left: 0px !important;  
	padding-bottom: 0px;    
}

#ncont > ul > li:last-child	{
	float: right;
}




















.buttonrahmenbot {
    position: relative;
    display: inline-block;
    border: 3px solid rgba(255,255,255,1.00);
    padding: 5px 55px 5px 15px;
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none !important;
    font-family: Semisansex;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;    
}

.buttonrahmenbreitbot {
    position: relative;
    display: inline-block;
    border: 3px solid rgba(255,255,255,1.00);
    padding: 5px 55px 5px 15px;
    color: rgba(255,255,255,1.00) !important;
    width: 100% !important;
    text-decoration: none !important;    
    font-family: Semisansex;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
}


.buttonrahmenbot:after, .buttonrahmenbreitbot:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: calc(50% - 6px);
    right: 10px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    transform: rotate(-90deg);
    border-color: rgba(255,255,255,1.00) transparent transparent transparent !important;        
}

.buttonrahmenbot:hover, .buttonrahmenbreitbot:hover {
    text-decoration: none;
	transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: rgba(255,255,255,0.10) !important;
}

.buttonrahmenbot:hover:after, .buttonrahmenbreitbot:hover:after {
	transition: all 0.3s ease-in-out;    
    filter: invert(1.0);
}


























.buttonrahmenws {
    position: relative;
    display: inline-block;
    border: 3px solid rgba(255,255,255,1.00);
    padding: 5px 55px 5px 15px;
    color: rgba(255,255,255,1.00) !important;
    text-decoration: none !important;
    font-family: Semisansex;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;    
}

.buttonrahmenbreitws {
    position: relative;
    display: inline-block;
    border: 3px solid rgba(255,255,255,1.00);
    padding: 5px 55px 5px 15px;
    color: rgba(255,255,255,1.00) !important;
    width: 100% !important;
    text-decoration: none !important;    
    font-family: Semisansex;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;
}


.buttonrahmenws:after, .buttonrahmenbreitws:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: calc(50% - 6px);
    right: 10px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    transform: rotate(-90deg);    
}

.buttonrahmenws:hover, .buttonrahmenbreitws:hover {
    text-decoration: none;
	transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.buttonrahmenws:hover:after, .buttonrahmenbreitws:hover:after {
	transition: all 0.3s ease-in-out;    
}

















.buttonrahmendg, .buttonrahmenanmelden {
    position: relative;
    display: inline-block;
    padding: 5px 55px 5px 15px;
    background-position: center bottom;
    text-decoration: none !important;
    font-family: Semisansex;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;    
}

.buttonrahmenbreitdg {
    position: relative;
    display: inline-block;
    padding: 5px 55px 5px 15px;
    width: 100% !important;
    text-decoration: none !important;    
    font-family: Semisansex;
	-moz-hyphens: none; -o-hyphens: none; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;    
}


.buttonrahmendg:after, .buttonrahmenbreitdg:after, .buttonrahmenanmelden:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: calc(50% - 6px);
    right: 10px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    transform: rotate(-90deg);    
}

.buttonrahmendg:hover, .buttonrahmenbreitdg:hover, .buttonrahmenanmelden:hover {
    text-decoration: none;
	transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.buttonrahmendg:hover:after, .buttonrahmenbreitdg:hover:after, .buttonrahmenanmelden:hover:after {
	transition: all 0.3s ease-in-out;    
}












.accordi, .accordiev, .accordiangebot {
    width: 100% !important;
}

.accordiangebot {
}

.accordi h2, .accordiev h2, .accordiangebot h2 {
    position: relative;
    width: 100% !important;
    text-align: center;
    color: rgba(39,101,78,1.00) !important;
    display: inline-block;
    margin-bottom: 0px !important;
}

.accordiangebot h2 {
    color: rgba(255,255,255,1.00) !important;
}

.accordi h2:after, .accordiev h2:after, .accordiangebot h2:after {
    position: absolute !important;
    font-size: 56px;
    font-family: Rsans;
    text-align: center;
    line-height: 56px;
    font-weight: lighter;
    width: 68px;
    height: 68px;
    background: rgba(255,255,255,0.60);
	content: "+";
    color: rgba(255,255,255,1.00) !important;    
    right: 0px;
    top: -15px;
}

.accordi h2.active:after, .accordiev h2.active:after, .accordiangebot h2.active:after {
	content: "\00d7";
    font-size: 56px;
    font-weight: lighter;
    color: rgba(255,255,255,1.00) !important;        
}

.accordi h2:hover:after, .accordiev h2:hover:after, .accordiangebot h2:hover:after {
    background: rgba(39,101,78,1.00) !important;    
	transition: all 0.5s;
    cursor: pointer;
}

.accordi h2:hover, .accordiev h2:hover, .accordiangebot h2:hover {
	transition: all 0.5s;
    cursor: pointer;
}







.spenden {
    padding-left: 75px !important;
}

.spenden:before {
    content: "";
    position: absolute;
    margin-left: -65px;
    width: 50px;
    height: 25px;
    border-right: 1px solid rgba(255,255,255,1.00);
	display: inline-block;
    background: url('/w_resp/allgemein/images/layout/schleife_small_weiss.svg');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.button_telefon {
	display: inline-block;
    padding: 10px 0px 10px 30px;
	text-align: center;
	cursor: pointer;
    border: 3px solid rgba(255,255,255,0.00);
    margin: 10px 0px 20px 0px;
    color: rgba(255,255,255,1.00);
}

.button_telefon:before{
    position: absolute;
    left: 0px;
    font-size: 30px;
	content: "\f2a0";
	padding-left: 0px;
	font-family: FontAwesome;
	padding-right: 10px;
}

.button_telefon:hover {
    color: rgba(255,255,255,1.00);
    border-bottom: 3px solid rgba(255,255,255,1.00);    
	transition: all 0.3s ease-in-out;    
}

.button_fb > i {
	display: block;
	float: left;
	color: rgba(255,255,255,1.00) !important;
	width: 25px;
	padding-left: 20px;
	padding-right: 40px;
	margin-right: 15px;
	border-right: 1px solid #FFF;
}

.button_fb:hover {
	transition: all 0.3s ease-in-out;
}

.button_fb:hover > i {
	color: #fff;
}

.button_fb {
	display: inline-block;
	width:100%;
    font-size: 24px;
    font-family: Semisansex;
	cursor:pointer;
    border: 3px solid rgba(255,255,255,1.00) !important;
	padding: 10px;
	color: rgba(255,255,255,1.00) !important;
	margin-bottom: 13px;
}

.button {
	display: inline-block;
	width:68px;
	height:68px;
	text-align: center;
	cursor: pointer;
    background: rgba(255,255,255,0.60);
}

.button:hover {
	transition: all 0.3s ease-in-out;
    background: rgba(255,255,255,1.00);
}

.button > i {
    font-size: 48px;
    padding-top: 11px;
	color: #fff;
}

.button:hover > i {
    color: rgba(39,101,78,1.00) !important;
}

#goleft.disabled:hover > .pfeilcss, #goright.disabled:hover > .pfeilcss {
    border-color: rgba(255,255,255,0.50) transparent transparent transparent !important;    
}

.pfeilcss {
    position: absolute;
    display: block;
    top: calc(50% - 13px);
    left: calc(50% - 15px);
    margin: auto auto;
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 26.0px 15px 0 15px;
}

.pfeilcss-dark {
    position: relative;
    display: block;
    left: 0px;
    margin: 40px auto 0px auto;
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 26.0px 15px 0 15px;
}

.rechts {
    transform: rotate(-90deg);
}

.links {
    transform: rotate(90deg);
}

.hoch {
    transform: rotate(180deg);
}

.randunten {
    top: -40px !important;
}

.disabled	{
    background: rgba(255,255,255,0.10) !important;
	cursor: auto;
}

#goleft.disabled:hover, #goright.disabled:hover {
    background: rgba(255,255,255,0.10) !important;
}

#goleft.disabled:hover > i, #goright.disabled:hover > i, #goleft.disabled > i, #goright.disabled > i {
	color: rgba(255,255,255,0.30) !important;
}

#godown	{
	position: absolute;
	left:50%;
	bottom: 10px;
	margin-left: -32px;
	margin-bottom: 70px;
	z-index: 500;
}

.maxlianmelden	{
	position: absolute;
	bottom: 80px;
	width: 100%;
	max-width: 1372px;
	left: 50%;
	transform: translateX(-50%);
    -moz-transform: translateX(-50%); /* For mozilla support */
    -webkit-transform: translateX(-50%); /* For safari support */
    -ms-transform: translateX(-50%); /* For IE support */
    -o-transform: translateX(-50%); /* For opera support */	
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	z-index: 5000;
	border: 0px solid #000000;
}

#anmelden	{
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 500;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

#scrolltop	{
	position:fixed !important;
	bottom:40px;
	right:20px;
	display: none;
	z-index: 500;
	opacity: 0.8;	
}

#goright	{
	position:absolute;
	right: 20px;
	top: calc(50% - 32px);
	z-index: 5000;
}

#goleft	{
	position:absolute;
	left: 20px;
	top: calc(50% - 32px);
	z-index: 5000;
}

#menumobil	 {
	display: none;
	background: rgba(39,101,78,1);
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 9999;    
    padding-right: 20px !important;
    padding-bottom: 60px !important;
    padding-left: 20px !important;
}

#hamburger	{
	display: none;
}


#gallery 	{
    margin-top: 0px;
	width: 100%;
}

#gallery h3:before{
	content: "\f302";
	padding-left: 0px;
	margin-bottom: 20px;
	font-family: FontAwesome;
	padding-right: 10px;
}

#galleryitems 	{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.galleryitem 	{
	width: calc(1/3 * 100% - 40px / 3);
	float: left;
	margin-right: 20px;
    height: 150px;
	margin-bottom: 20px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; 
    background-size: cover !important;  
}

.galleryitem:nth-child(3n)	{
	width: calc(33.3% - 13.333px);
	margin-right: 0px;
}

.galleryitem > a {
	display: block !important;
	height: 100%;
    margin: auto auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.galleryitem > a:hover:after {
    position: absolute;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    left: 50%;
    color: rgba(255,255,255,1.00);
    font-size: 36px;
    display: inline-block;
    content: "\f00e";
    font-family: FontAwesome;
}

.galleryitem:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.galleryitem:hover {
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;
}











ul#overview {
	width: 100% !important;
	list-style: none;
	margin: 0px 0px 0px 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    border: 0px solid rgba(217,217,217,1.00);
}

ul#overview * {
    color: rgba(255,255,255,1.00) !important;
}

ul#overview > li {
    position: relative;
	list-style: none;
	float:left;
	overflow: hidden;
	width: calc(100%);
	margin: 0px 0px 20px 0px;
    background: rgba(255,255,255,1.00);
	padding: 0px;	
}

ul#overview > li:hover h3 {
	color: rgba(255,4,98,1.00) !important;    
}

ul#overview > li:nth-child(4n) {
	margin: 0px 0px 50px 0px;
	width: calc(25%);
}

ul#overview > li > div.imgdiv {
	position: relative;
	width: 100%;
    padding-top: 60%;
	text-decoration: none;
	opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}

ul#overview > li > div.imgdiv a {
	display: none;
}

ul#overview > li > div.imgdiv a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}

ul#overview > li > div.imgdiv a i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgba(255,255,255,1);
	font-size: 28px;
}

ul#overview > li > div.imgdiv a:hover > i {
	color: rgba(255,237,0,1);
}


ul#overview > li > div.selfheight {
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	border-top: 0px solid rgba(0,144,215,1);
	padding-top: 10px;
}

ul#overview > li:hover > div.selfheight {
	border-top: 0px solid rgba(0,144,215,1);
}

ul#overview > li:hover > div.selfheight h3.titow {
	color:rgba(0,144,215,1.00);
}






#bereichbuttonscont {
	width: 100%;
	padding-top: 120px;
    
}

ul#bereichbuttons {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

#bereichbuttons li * {
    color: rgba(255,255,255,1.00);
}

#bereichbuttons h3 {
    width: 100%;
}

ul#bereichbuttons li:hover > .imgdiv {
    background-size: 170%;
    background-position: center center;
	transition: all 0.3s ease-in-out;
}

ul#bereichbuttons > li {
	list-style: none;
	text-align: center;
	float:left;
	width: calc(100% / 3 - 40px/3);
	margin: 0px 20px 40px 0px;
    outline: 0px solid rgba(255,255,255,1.00);    
}

ul#bereichbuttons > li:nth-child(1n) {
    background: rgba(209,216,44,1.00);
}

ul#bereichbuttons > li:nth-child(2n) {
    background: rgba(177,181,57,1.00);
}

ul#bereichbuttons > li:nth-child(3n) {
    background: rgba(115,181,57,1.00);
	margin: 0px 0px 40px 0px;
}

ul#bereichbuttons > li:nth-child(4n) {
    background: rgba(48,55,0,1.00);
	margin: 0px 0px 40px 0px;
}

ul#bereichbuttons > li > div.imgdiv {
	position: relative;
	width: calc(100%);
    padding-top: 60%;
	text-decoration: none;
	opacity: 1;
    background-size: 150%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}

ul#bereichbuttons .bereichbuttext {
    position: relative;
    padding: 30px 20px 80px 20px;
    display: inline-block;
    width: 100%;
}

ul#bereichbuttons > li > div.imgdiv a i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgba(255,255,255,1);
	font-size: 28px;
}

ul#bereichbuttons > li > div.imgdiv a:hover > i {
	color: rgba(255,255,255,1);
}


.ber {
    background: rgba(39,101,78,1.00) url('/w_resp/allgemein/images/layout/dreieck_bg.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 200% !important;    
}

.ber1 {
    background: rgba(209,216,44,1.00) url('/w_resp/allgemein/images/layout/dreieck_bg.svg') !important;    
    background-size: 500% !important;    
}

.ber2 {
    background: rgba(177,181,57,1.00) url('/w_resp/allgemein/images/layout/dreieck_bg.svg') !important;
    background-size: 200% !important;    
}

.ber3 {
    background: rgba(115,181,57,1.00) url('/w_resp/allgemein/images/layout/dreieck_bg.svg') !important;
    background-size: 300% !important;    
}

.ber4 {
    background: rgba(48,55,0,1.00) url('/w_resp/allgemein/images/layout/dreieck_bg.svg') !important;
    background-size: 800% !important;    
}

.absbot {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    margin-top: 20px;
    margin: auto auto;
    width: calc(100% - 40px);
    text-align: center;
}















.contents {
    width: 100%;
    padding: 0px;
    min-height: 40vh;
}

.rightcontentsimage {
    position: absolute;
    width: calc(50% - 10px);
    left: calc(50% + 10px);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    float: left;
    background-size: cover;
    background-position: center center;
    height: 100% !important;
}

.leftcontents {
    width: calc(50% - 10px);
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-right: 20px;
    float: left;
    
}

.rightcontents {
    width: calc(50% - 10px);
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    float: left;
}

.leftcontents *, .rightcontents *, rightcontentsimage * {
    color: rgba(255,255,255,1.00) !important;
}



ul#expander {
	width: 100% !important;
	list-style: none;
	margin: 40px 0px 40px 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}


ul#expander > li {
	list-style: none;
	float:left;
    height: auto;
	width: calc(25% - 60px/4);
	margin: 0px 20px 0px 0px;
    border: 0px solid rgba(100,100,100,1.00); 
    padding-left: 0px !important;
}

ul#expander > li:nth-child(4n) {
	margin: 0px 0px 0px 0px;
}

ul#expander > li:hover div.imgdiv {
	transform: scale(1.05, 1.05);	
	transition: all 0.3s ease-in-out;    
}

ul#expander div.imgdiv {
	position: relative;
	width: 100%;
	height: 200px;
    padding: 0px;
    margin: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	opacity: 1;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
    padding-left: 0px;
}

ul#expander li.gallery-item div.imgdiv:after {
    position: absolute !important;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: lighter;
    width: 68px;
    height: 68px;
    background: rgba(255,255,255,0.60);
	content: "+";
    color: rgba(255,255,255,1.00) !important;    
    right: 10px;
    top: 10px;
}

#expander li:before {
    content: '';
}

ul#expander li.gallery-item.active div.imgdiv {
    outline: 10px solid #FFFFFF !important; 
}

ul#expander li.gallery-item.active div.imgdiv:after {
    position: absolute !important;
    font-size: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: lighter;
    width: 68px;
    height: 68px;
	content: "\00d7";
    color: rgba(255,255,255,1.00) !important;    
    right: 10px;
    top: 10px;
}

ul#expander > li div.imgdiv a {
	display: none;
}

ul#expander > li div.imgdiv a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}

ul#expander > li div.imgdiv a i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: rgba(255,255,255,1);
	font-size: 28px;
}

ul#expander div.imgdiv:hover {
	cursor: pointer;
}

ul#expander > li div.selfheight {
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	border-top: 0px solid rgba(0,60,110,1);
	padding-top: 10px;
}


































ul#contentboxen {
	width: 100% !important;
	list-style: none;
    display: flex;
	display: -webkit-flex;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

ul#contentboxen > li {
    position: relative;
	list-style: none;
    display: inline-block;
	text-align: center;
	float:left;
	height: 264px;
	width: calc(25% - 60px/4);
	margin: 0px 20px 40px 0px;
	border: 0px solid #ccc;
	background-size: cover;
	background-position: center center;	
	background-repeat: no-repeat;
    padding-left: 0px;
	padding-bottom: 0px;    
}

#contentboxen li:before {
    content: '';
}

ul#contentboxen a:hover:after {
    position: absolute;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    left: 50%;
    color: rgba(255,255,255,1.00);
    font-size: 36px;
    display: inline-block;
    content: "\f064";
    font-family: FontAwesome;
}

ul#contentboxen > li:hover > a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.72);
	text-decoration: none;
}

ul#contentboxen > li:hover {
	transition: all 0.3s ease-in-out;
	transform: scale(1.05, 1.05);
}

ul#contentboxen > li:hover > a > h3 {
	color:rgba(255,255,255,1.00);
	transition: all 0.3s ease-in-out;		
}

ul#contentboxen > li:nth-child(4n) {
	margin: 0px 0px 0px 0px;
	width: calc(25% - 60px/4);
}

ul#contentboxen h3 {
	position: absolute;
	color: rgba(0,0,0,1.00);
	width: calc(100% - 40px);
	display: block;
	padding: 10px;
	top: 20px;
    left: 0px;
	margin: 0px 20px 0px 20px !important;
	background-color: rgba(255,255,255,1.00);
}

ul#contentboxen h3:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: calc(100%);
    left: calc(50% - 3px);
    -webkit-transform:rotate(360deg);
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    transform: rotate(0deg); 
    border-color: rgba(255,255,255,1.00) transparent transparent transparent !important;    
}















ul#persboxen {
	width: 100% !important;
	list-style: none;
	margin: 0px 0px 0px 0px;
    display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
    border: 0px solid rgba(217,217,217,1.00);
}

ul#persboxen > li {
    position: relative;
	list-style: none;
	float:left;
	width: calc(1/3 * 100% - 13.5px);
	margin: 30px 20px 40px 0px;
    padding-left: 0px;
}

#persboxen li:before {
    content: '';
}

ul#persboxen > li:nth-child(3n) {
	margin: 30px 0px 40px 0px;
}

ul#persboxen > li:hover h3 {
	transition: all 0.3s ease-in-out;    
}

ul#persboxen li:hover > .draw {
  color: rgba(255,255,255,1.00);
}

ul#persboxen li:hover > .draw:before {
  width: 100%;
  height: 100%;
}

ul#persboxen li:hover > .draw:after {
  width: 100%;
  height: 100%;
}

ul#persboxen li:hover > .draw:before {
  border-top-color: rgba(255,255,255,0.90);
  border-right-color: rgba(255,255,255,0.90);
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

ul#persboxen li:hover > .draw:after {
  border-bottom-color: rgba(255,255,255,0.90);
  border-left-color: rgba(255,255,255,0.90);
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


ul#persboxen > li > div.imgdiv {
	position: relative;
	width: 100%;
    padding-top: 80%;
    margin-bottom: 20px;
	text-decoration: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

ul#persboxen > li > div.imgdiv a {
	display: none;
}

ul#persboxen > li > div.imgdiv a:first-child {
	display: block;
	width: 100%;
	height: 100%;
}

ul#persboxen > li > div.selfheight {
	position: relative;
	margin-bottom: 20px;
	text-decoration: none;
	padding-top: 10px;
}















#accordion {
    margin-top: 20px;
	max-width: 100% !important;
}

#accordion > h3 {
    position: relative;
    display: inline-block;
	font-size: 36px;
	line-height: 36px !important;
    font-weight: normal !important;
	padding: 20px 0px;
    width: 100% !important;
    border-top: 3px solid rgba(255,255,255,0.00) !important;  
    margin-bottom: 40px;
}

#accordion ul {
    max-width: 100% !important;
}

#accordion > h3:hover {
	transition: all 0.5s;
    cursor: pointer;
}

#accordion > h3:after {
    position: absolute !important;
    font-size: 56px;
    font-family: Rsans;
    line-height: 56px;
    text-align: center;
    font-weight: lighter;
    width: 68px;
    height: 68px;
    background: rgba(255,255,255,0.60);
	content: "+";
    right: 0px;
    top: 0px;
}

#accordion > h3.active:after {
	content: "\00d7";
    font-size: 56px;
    font-weight: lighter;
    color: rgba(255,255,255,1.00) !important;        
}

#accordion > h3:hover:after, #accordion h3.active:hover:after, #accordion h3.active:after {
    color: rgba(255,255,255,1.00) !important;    
	transition: all 0.5s;
    cursor: pointer;
}

#accordion > h3:hover {
	transition: all 0.5s;
    cursor: pointer;
}

.ui-state-focus { outline: none; }

.accu {
    border: 1px solid rgba(0,0,0,1.00);
}






























.bild 	{
	width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

hr.line {
    border: 0;
    height: 0;
	margin: 20px 0px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.meldung {
    color: rgba(244,95,97,1.00);
    text-align: center;
	margin-bottom: 20px;
}
























.spendenkontakt {
	position: relative;
	text-align: center;
	width: 100%;
	height: auto;
	background: rgba(206,222,0,1.00);
	padding: 20px;
}

.spendenkontakt h3 {
}

.spendenkontakt h2 {
	
}

.spendenkontakt i {
	font-size: 35px;
	line-height: 35px;
	height: 70px;
	padding-top: 15px; 
	width: 70px;
	border-radius: 100%;
	border: 3px solid rgba(37,101,79,1.00);
	margin-top: 20px;
	margin-bottom: 20px;
}

.spendenkontakt * {
	color: rgba(37,101,79,1.00) !important;
}

.spendenkontakt:hover {
	background: rgba(37,101,79,1.00);
	transform: scale(1.05, 1.05);
	transition: all 0.3s ease-in-out;	
}

.spendenkontakt:hover * {
	color: rgba(206,222,0,1.00) !important;
}

.spendenkontakt:hover > i {
	border: 3px solid rgba(206,222,0,1.00);
	transform: rotate(360deg);	
	transition: all 0.3s ease-in-out;	
}














.spendenbox_frei, .spendenbox_frei1 {
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	background: rgba(255,255,255,1.00);
	min-height: 100%;
	height: 100% !important;
	z-index: 100;
	border: 3px solid rgba(255,255,0,0.00);	
	padding: 40px 20px 20px 20px;
	display: none;
}

.spendenbox_frei input + p, .spendenbox_frei1 input + p {
	margin-top: 30px;
}

.close_frei {
	position: absolute;
	top: 0px;
	right: 20px;
	cursor: pointer;
	z-index: 101;
	font-size: 40px;
}

.inp_freibetrag, .inp_freibetrag1 {
    display: block;
    text-align: center;
	width: 80%;
	padding: 20px;
	border: 3px solid rgba(37,101,79,1.00);
	text-align: center;
	background: rgba(255,255,255,0.00);
	margin: auto auto;
	height: 80px;
	font-family: Semisansex, sans-serif;        
    font-size: 36px;    
}

.spendenbox_betrag, .spendenbox_betrag1 {
    font-size: 36px;
    z-index: 99;
}


.spendenbox, .spendenbox1 {
	position: relative;
	width: 100%;
	padding: 20px;
	text-align: center;
    margin-bottom: 20px;
}

.spendenbox h2, .spendenbox1 h2 {
	display: inline-block;
	width: 100%;
	letter-spacing: 1px;
}

.spendenbox h3, .spendenbox1 h3 {
	display: inline-block;
	width: 100%;
	color: rgba(37,101,79,1.00);
}

.spendenbox h2:after, .spendenbox1 h2:after {
	display: block;
	content: "";
	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
}

.spendenbox h3:after, .spendenbox1 h3:after {
	display: block;
	content: "";
	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.betrag, .betrag_wish, .betrag1, .betrag_wish1 {
	display: block;
	color: rgba(37,101,79,1.00);
	position: relative;
	padding-top: 20px;
	width: calc(50% - 10px);
	text-align: center;
	float: left;
	background: rgba(255,255,255,0.00);
	margin: 5px;
	height: 80px;
	font-family: Semisansex, sans-serif;        
    font-size: 46px;
	box-shadow: 10px 10px 3px -10px #ddd;
}

div.betrag:last-child:after, div.betrag_wish:last-child:after, div.betrag1:last-child:after, div.betrag_wish1:last-child:after {
	display: block !important;
	content: "";
	text-align: center;
	width: 40%;
}

.spendenbox div.betrag:focus, .spendenbox .active, .spendenbox div.betrag_wish:focus, .spendenbox1 div.betrag1:focus, .spendenbox1 .active1, .spendenbox1 div.betrag_wish1:focus {
	border: 0px;
}

div.betrag.active:after, div.betrag_wish.active:after, div.betrag1.active:after, div.betrag_wish1.active:after {
	position: absolute;
	content: "\f00c";
	font-size: 37px;
	margin: auto auto;
	right: -20px;
	z-index: +1;
	line-height: 17px;
	font-family: "FontAwesome";
	vertical-align: middle;
}

div.betrag:hover, div.betrag_wish:hover, div.betrag1:hover, div.betrag_wish1:hover  {
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.inp_freibetrag + label:before, .inp_freibetrag1 + label:before {
    display: inline-block;
    position: relative;
    content: "CHF";
	top: -70px;
	left: -30%;
    color: #000000;
	font-size: 15px !important;
}

.chf {
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 15px !important;
}

.spendentext {
	position: relative;
	clear: both;
	padding: 30px 0px 30px 0px;
	text-align: center;
}

*::-webkit-input-placeholder { color: rgba(0,0,0,0.10) !important; }
*:-moz-placeholder { color: rgba(0,0,0,0.10) !important; }
*::-moz-placeholder { color: rgba(0,0,0,0.10) !important; }
*:-ms-input-placeholder { color: rgba(0,0,0,0.10) !important; }




.but_spenden:before {
    content: "";
    position: absolute;
    margin-left: 25px;
    margin-top: -30px;
    width: 50px;
    height: 80px;
    border-right: 0px solid rgba(255,255,255,1.00);
	display: block;
    background: url('/w_resp/allgemein/images/layout/secure.svg');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.but_secure:before {
    content: "";
    position: absolute;
    margin-left: -62px;
    margin-top: -30px;
    width: 50px;
    height: 80px;
    border-right: 0px solid rgba(255,255,255,1.00);
	display: block;
    background: url('/w_resp/allgemein/images/layout/secure.svg');
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.but_secure {
    padding-left: 70px;
}

#rechnung {
    display: none;
}

#waiter {
    display: none;
    position: fixed;
	width:100% !important;
    height: 100% !important;
    z-index: 10001;
}

#waiter p {
    position: absolute;
    color: rgba(255,255,255,1.00);
    top: 45%;
    left: 50%;
    text-align: center;
    margin-top: 80px;
    transform: translate(-50%, -50%) !important;
    color: rgba(255,255,255,1.00);
}

video {
	padding-top: 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lds-roller {
  display: inline-block;
  position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}