/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.mk-gradient-button{
    display: inline-block;
    letter-spacing: 2px;
}

.mk-love-this svg {
    height: 16px;
    fill: #d0112b!important;
    vertical-align: middle;
}

.mk-event-countdown-ul li {
    display: inline-block;
    margin: 0 0 15px 15px;
    box-sizing: border-box;
    width: 20%;
    border: none!important;
    padding: 20px 4px;
}

.mk-event-countdown-ul li .timestamp {
position: relative;
display: block;
font-size: 54px!important;
font-weight: 300;
padding: 18px 5px 35px 5px;
color: #202f64!important;
text-shadow: 1px 1px #ffffff;
}

@media screen and (max-width: 980px) {
   #mk-footer .textwidget {
       text-align: center;
   }
}

/*Custom CSS*/
.homeTopBox, .homeTopBox .box-holder {
	height:100%;
}
.mk-header-toolbar-holder {
	padding-right:0;
}

.svpLogo {
	display: inline-block;
}
.a-sticky .mk-header-inner {
	background-color:#fff;
  box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}

.mk-header-toolbar-holder i.fa {
	font-size:25px;
	line-height:25px;

}
.mk-header-toolbar-holder .headerSocialIcons a{
	margin:0px 15px;
	font-size:25px;
	line-height:25px;
}
.mk-header-toolbar-holder .headerSocialIcons {
	margin-top:15px;
	margin-bottom:-15px;
}
header.a-sticky .mk-header-toolbar-holder {
	display:none;
}
.mk-header-toolbar .mk-header-social .twitter-hover svg, .twitter-hover .mk-svg-icon, .twitter-hover a svg {
	fill: #1da1f2 !important;
}
.mk-header-toolbar .mk-header-social .facebook-hover svg, .facebook-hover .mk-svg-icon, .facebook-hover a svg  {
	fill: #4267b2 !important;
}
.mk-header-toolbar .mk-header-social .instagram-hover svg, .instagram-hover .mk-svg-icon, .instagram-hover a svg  {
	fill: #000000 !important;
}
.mk-header-toolbar .mk-header-social .youtube-hover svg,  .youtube-hover .mk-svg-icon, .youtube-hover a svg  {
	fill: #FF0000 !important;
}


radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

/*Plugin EU-Cookie Law*/
.pea_cook_wrapper.pea_cook_bottomcenter{
	background:rgba(255,255,255,1.0) !important;
}
.pea_cook_bottomcenter #fom {
	display:none;
}
.pea_cook_bottomcenter span {
	width:calc(100% - 200px);
	float:left;
	text-align:left;
}
.pea_cook_bottomcenter button.pea_cook_btn {
	color:#fff;
	border: none;
	box-sizing: border-box;
	transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	-webkit-transition: color .1s ease-in-out,background .1s ease-in-out,border .1s ease-in-out;
	display: inline-block;
	width:auto;
	max-width:200px;
	padding: 12px 15px;
	border-radius: 3px;
	font-weight: 700;
	margin-top:20px;
	background-color:#7cb309;
}
.pea_cook_bottomcenter button.pea_cook_btn:hover {
	color: #404040!important;
	background-color:#fff;
}


/*Plugin gpdr cookie*/
#cookie-law-info-bar {
	bottom: 30px !important;
	margin: 0 25%;
	min-width: unset;
	padding: 5px 12px 12px;
	border-radius: 5px;
	width: auto;

}
#cookie-law-info-bar .cli-style-v2 {
	display: block;
}
#cookie-law-info-bar .cli-style-v2>div:first-child {
	margin-bottom: 15px;
}
#cookie-law-info-bar .cli-style-v2>div {
	width: 100%;
	margin-left: 0;
	text-align: center;
	display: block;
}


@media screen and (max-width: 1200px) {
  #cookie-law-info-bar {
  	width: 80%;
  	margin: 0 10%;
  }
}
@media screen and (max-width: 780px) {
  #cookie-law-info-bar {
  	width: 90%;
  	margin: 0 5%;
  }

}

sub {
	font-size: 60%;
	bottom: 0;
}



#mk-footer {
    background: #212121;
    background: -webkit-linear-gradient(left,#212121 0%, #565656 § 100%);
    background: linear-gradient(to right,#212121 0%, #565656  100%);
}

.mk-footer-copyright{
	width:calc(100% - 20px);
}
.mk-footer-copyright a{
	color:#fff;
}
.footerlogo {
	background-image: url("/wp-content/uploads/logo_footer.png");
	background-repeat: no-repeat;
	background-position: top left;
	width:213px;
	height:141px;
	display:inline-block;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}
.footerlogo:hover {
	background-image:url("/wp-content/uploads/svp_logo_ch_white.png");
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
	section#mk-footer .widget_contact_info ul li svg.mk-svg-icon {
		width:16px;

	}

}
@media screen and (max-width: 780px) {
	.mk-footer-copyright div {
		float:none !important;
		text-align:center;
	}

}



.logobox {
	z-index:100;
}
#mk-theme-container .header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a, #mk-theme-container .a-sticky:not(.header-style-4) .add-header-height {
	height:50px !important;
	line-height: 50px !important;
}
.bgGradientGreen {
	background: #7cb309;
    background: -webkit-linear-gradient(left,#669305 0%, #7cb309 100%);
    background: linear-gradient(to right,#669305 0%, #7cb309 100%);
}

.text-white p, .text-white ul li, .text-white strong {
	color: #fff;
}

.fancybox-overlay .fancybox-title .child {
	text-transform: none;
}


.video-container .video-thumbnail-overlay {
    background-color: rgba(0,0,0,.2);
    transition: all 0.2s;

}
.video-container .video-thumbnail-overlay:hover {
    background-color: rgba(0,0,0,.5);

}

.customvideo .video-container .fade-in .mk-svg-icon {
   padding-top: calc(25% - 10px);
   padding-bottom: calc(25% - 10px);
   padding-right: calc(50% - 15px);
   padding-left: calc(50% - 15px);
   box-sizing: initial;
}
.customvideo .video-container {
	margin-bottom: 10px;
}
.customvideo span.mk-fancy-title {
	margin-bottom: 5px;
	margin-top: 20px;
}
.videolinkExtern a {
	position: relative;
	display: block;
}
.videolinkExtern a::before {
	content: "";
	background-color: rgba(0,0,0,.1);
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.videolinkExtern a:hover::before {
 	background-color: rgba(0,0,0,.5);
}
.videolinkExtern a::after {
	content: "\f04b";
	font-family: FontAwesome;
	width: 100%;
	color: rgba(255,255,255,0.5);
	text-align: center;
	left: 0;
	top:  calc(50% - 16px);
	position: absolute;
	font-size: 32px;
	line-height: 32px;
	transition: all 0.2s;
}
.videolinkExtern a:hover::after {
 	color: rgba(255,255,255,1);
}
.nichtAnzeigen {
	display: none !important;
}
.tablePerson p {
	margin-bottom: 0;
	padding-bottom: 0;
}

/*Sessionsberichte*/
.sessionsbericht .mk-image-container a {
	position: relative;
	display: block;
}
.sessionsbericht .mk-image-container a::before {
	content: "";
	background-color: rgba(0,0,0,.1);
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sessionsbericht .mk-image-container a:hover::before {
 	background-color: rgba(0,0,0,.5);
}
.sessionsbericht .mk-image-container a::after {
	content: "\f0c1";
	font-family: FontAwesome;
	width: 100%;
	color: rgba(255,255,255,0.5);
	text-align: center;
	left: 0;
	top:  calc(50% - 16px);
	position: absolute;
	font-size: 32px;
	line-height: 32px;
	transition: all 0.2s;

}
.sessionsbericht .mk-image-container a:hover::after {
 	color: rgba(255,255,255,1);
}

.sessionsberichtsliste ul li a {
	display: block;
	color: #404040;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: 700;
	padding-left: 10px;
}

.sessionsberichtsliste ul li:hover {
	background-color:#EDECE6;
}
.sessionsberichtsliste.mk-list-styles ul li .mk-svg-icon {
	top: 8px;
}
.search-result-item .search-loop-meta {
	display: none;
}


/*Newslist*/
ul.newsListe {
	list-style: none;
	margin-left: 0;
}
ul.newsListe li {
	margin-bottom:30px;
	margin-left: 0px;
}
ul.newsListe li span {
	font-size: 12px;
	color: #fff;
	background-color: #404040;
	padding: 5px 7px;
}
ul.newsListe h4 {
	font-size:18px;
	text-transform: initial;
	margin:10px 0 10px;
}
ul.newsListe p {
	margin-bottom: 10px;
}
ul.newsListe a.mk-read-more {
	color: #7cb309;
}

ul.newsListe a.mk-read-more:hover {
	color: #78A80E;
}
/*News-Feed SVP CH*/
.newsFeedItem {
	background-color:#eee;
	padding:8px;
}
a .newsFeedTitle {
	color:#272727;
	font-weight:bold;
}
a:hover .newsFeedTitle {
	color:#7cb309;
}
a .newsFeedDate {
	color:#272727;
}


/*Agenda-Tabelle*/
table.eventlist {
  width: 100%;
  border-collapse: collapse;
	font-size:18px;
}
/* Zebra striping */
/*table.eventlist tr:nth-of-type(odd) {
  background: #eee;
}*/
table.eventlist th {
  background: transparent;
  font-weight: bold;
	font-size:18px;
}
.homeEvents table.eventlist th, .homeEvents table.eventlist td {
	color:#fff;
}
table.eventlist td, table.eventlist th {
  padding: 6px;
  text-align: left;
	border-bottom: 1px solid #777;
}

table.eventlist th {
	border-bottom: 2px solid #777;
}
.homeEvents table.eventlist td, .homeEvents table.eventlist th {
	border-color: #fff;
}
.homeEvents table.eventlist tbody tr:hover {
	background-color: rgba(250,250,250,0.2);
	cursor: pointer;
}
@media only screen and (min-width: 768px){
	.homeEvents table.eventlist td:nth-of-type(2), .homeEvents table.eventlist th:nth-of-type(2) { text-align: center; }
	.homeEvents table.eventlist td:nth-of-type(5), .homeEvents table.eventlist th:nth-of-type(5) { text-align: center; }
}
.homeEvents table.eventlist tbody tr td a {
	color: #fff;
}
.homeEvents table.eventlist tbody tr td a:hover {
	/*color: rgba(250,250,250,0.6);*/
	text-decoration: none;
}
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.homeEvents table.eventlist, .homeEvents table.eventlist thead, .homeEvents table.eventlist tbody, .homeEvents table.eventlist th, .homeEvents table.eventlist td, .homeEvents table.eventlist tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.homeEvents table.eventlist thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.homeEvents table.eventlist tr {
		border: 0px solid #ccc;
		margin-bottom:20px;
	}

	.homeEvents table.eventlist td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.homeEvents table.eventlist td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}



	/*
	Label the data
	*/
	.homeEvents table.eventlist td:nth-of-type(1):before { content: "Datum"; }
	.homeEvents table.eventlist td:nth-of-type(2):before { content: "Uhrzeit"; }
	.homeEvents table.eventlist td:nth-of-type(3):before { content: "Anlass"; }
	.homeEvents table.eventlist td:nth-of-type(4):before { content: "Ort"; }
	.homeEvents table.eventlist td:nth-of-type(5):before { content: "Download"; }
}


/*blog posts Home*/

.homeNews a.blog-loop-comments {
	display: none;
}
.homeNews .blog-share-container {
	position: absolute;
	top: 15px;
	right: 0;

}
.homeNews .blog-share-container .mk-blog-share.mk-toggle-trigger {
	background-color: #404040;
	z-index: 100;
}
.homeNews .mk-blog-classic-item .mk-blog-share svg {
	fill: #fff;
}
.homeNews .mk-blog-classic-item .mk-blog-share:hover svg {
	fill: #7cb309;
}

.homeNews .mk-blog-classic-item .blog-social-share {
	right: 65px;
	left: auto;
}
.homeNews .mk-blog-classic-item .blog-social-share:before {
	right: -5px;
	left: auto;
}

.homeNews .mk-blog-meta-wrapper .mk-blog-author, .homeNews .mk-blog-meta-wrapper .mk-categories, .homeNews .mk-blog-meta-wrapper span{
	display: none;
}
.homeNews .mk-blog-classic-item {
	border: none;
	margin-bottom: 0;
}

.homeNews .mk-blog-meta {
 	display:table;
 	padding: 15px 0 60px 0;
}
.homeNews .mk-blog-meta-wrapper {
  display:table-row-group;
}
.homeNews h3 {
  display:table-header-group;
  text-transform: none !important;
  letter-spacing: 0px !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.homeNews .the-excerpt {
  display:table-footer-group;
}
.homeNews h3 a {
	color: #272727;
}
.homeNews h3 a:hover {
	color: #7cb309;
}
.homeNews .mk-blog-meta-wrapper time {
	font-size: 14px;
	font-style: normal;
	line-height: 40px;
}
.homeNews .mk-blog-meta-wrapper time a {
	pointer-events: none;
	cursor: default;
}
.homeNewsCat{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 15px;
    background: #272727;
    color:rgba(255,255,255,1);
    text-transform: capitalize;
}

/*News Detail*/
.single-post .mk-author-avatar, .single-post .mk-author-name {
	display: none;
}
.single-post time a {
	pointer-events: none;
	cursor: default;
}
.single-post h1.the-title {
	text-shadow: rgba(0,0,0,0.28) 8px 0px 20px;
	font-weight: 800;
}
.blogDetailCat{
    text-transform: capitalize;
    color: rgba(255,255,255,0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 30px;
    margin: 0;
}
 .blogDetailCat span {
 	background-color: #272727;
    padding: 0;
    height: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}
 .blogDetailCat span:first-child {
 	padding-left: 15px;
 }
 .blogDetailCat span:last-child {
 	padding-right: 15px;
 }
 .blogDetailCat span:after {
 	content: "|";
 	padding-left: 5px;
 	padding-right: 5px;
 	color: rgba(255,255,255,0.7);
 }
 .blogDetailCat span:last-child:after {
 	content: "";
 	padding-left: 0;
 	padding-right: 0;
 }
@media only screen and (max-width: 1200px) {

	.single-post .mk-blog-hero.bold-style {
		height:50vh !important;
		background-position: center top;
	}
	.mk-blog-hero .content-holder .the-title {
		font-size:4vw;
		line-height:5vw;
	}

}
@media only screen and (max-width: 780px) {
	.mk-blog-hero .content-holder .the-title {
		font-size:6vw;
		line-height:7vw;
	}

}
@media only screen and (max-width: 780px) {
	.mk-blog-hero .content-holder .the-title {
		font-size:28px;
		line-height:36px;
	}

}



/*Gravit Forms*/
/*Formular Mitglied werden - Spenden*/
.gform_wrapper .svpFormular .gf_page_steps {
	/*background-color:  #fff;
	margin-bottom:  0px;
	padding-bottom:  0px;*/
	border-bottom:  none;
}
.svpFormular .gf_page_steps .gf_step, section.spendenSteps #spendenStep_1, section.spendenSteps #spendenStep_2, section.spendenSteps #spendenStep_3  {
	padding-left:  50px;
	background-color:  #EDECE7;
	padding-top: 15px;
	height: 50px;
	margin:  0px;
	opacity: 1;
	border-left: 5px solid rgba(250, 250, 250, 0.5);
}
.svpFormular .gf_step span.gf_step_label {
	width: calc(100% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.svpFormular .gf_page_steps .gf_step {
	width: calc(25% - 0px);
}
.svpFormular.Step3Form .gf_page_steps .gf_step {
	width: calc(33% - 0px);
}


.svpFormular .gf_page_steps .gf_step:first-child, section.spendenSteps #spendenStep_1 {
	padding-left: 25px;
	border-left:  0px;
}
.spendenStepsGrid {
	margin-left: 0;
}
section.spendenSteps{
	padding-left:  0;
}
.svpFormular .gf_step_completed, section.spendenSteps .spendenStepDone {
	background-color:  #b5cf76 !important;
	color:  #ffffff;
}
.svpFormular .gf_step_active, section.spendenSteps .spendenStepActive {
	background-color:  #81ba06 !important;
	color:  #ffffff;
	border-left-color: rgba(250, 250, 250, 0.9) !important;
}
section.spendenSteps .spendenStep a {
	color:  #272727;
}

section.spendenSteps .spendenStepActive a, section.spendenSteps .spendenStepDone a {
	color:  #fff;
	display: block;
}
section.spendenSteps .spendenarrow a:hover {
	text-decoration: none;
}

.svpFormular .gf_step, section.spendenSteps .spendenarrow {
	position: relative;
}
.svpFormular .gf_step:after, section.spendenSteps .spendenarrow:after {
	width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid #EDECE7;
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    z-index:  2;
}

.svpFormular .gf_step.gf_step_active:after, section.spendenSteps .spendenarrow.spendenStepActive:after {
	border-left-color: #81ba06;
}
.svpFormular .gf_step_completed:after, section.spendenSteps .spendenStepDone:after {
	border-left-color:  #b5cf76;
}
.svpFormular .gf_step:before, section.spendenSteps .spendenarrow:before {
	width: 0px;
    height: 0px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 22px solid rgba(250, 250, 250, 0.9);
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    z-index:  1;
}
.svpFormular .gf_step_first:before, section.spendenSteps .spendenarrowfirst:before{
	border-left:  none;
}
.svpFormular .gf_step_last:after,  section.spendenSteps .spendenarrowlast:after{
	border-left:  none;
}

.svpFormular .gform_page_footer input[type=button], .svpFormular .gform_page_footer input[type=submit] {
	background-color: #7cb309;
	border: none;
	color:  #fff;
}

.svpFormular .gform_page_footer input[type=button]:hover, .svpFormular .gform_page_footer input[type=button]:focus, .svpFormular .gform_page_footer input[type=submit]:hover, .svpFormular .gform_page_footer input[type=submit]:focus {
	background-color: #81ba06;
	border: none;
	color: #ffffff;
}

/* formularfelder mit icons ergänzen */
.svpFormular.formIcon label {
	position: relative;
	line-height: 0 !important;
	font-size: 0px !important;
	color:  transparent;
}
.svpFormular.formIcon .labelvisible label, .svpFormular.formIcon .gfield_checkbox label {
	line-height: 15px !important;
	font-size: 12px !important;

	color:  #000000 !important;
}
.svpFormular.spendenform.formIcon .labelvisible .gfield_label {
	font-size: 25px !important;
}
.svpFormular.spendenform.formIcon .labelvisible ul.gfield_radio label {
	font-size: 20px !important;
	margin-left: 10px;
	line-height:20px !important;
	color:#000000;
}


.svpFormular.formIcon label:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 14px;
	left: 12px;
	color:  #6c6b66;
	border-right: 1px solid #6c6b66;
	padding-right: 12px;
	font-size: 16px;
	line-height: 1.3em;
	width: 27px;
	text-align: center;

}

.svpFormular.formIcon .iconKKDaten  input[type=text], .svpFormular.formIcon .iconKKDaten select {
	padding: 7px 5px 7px 5px !important;
    height: 45px;
    margin-top: 0;
    opacity: 1;
}
body .gform_wrapper ul li.gfield {
	margin-top:0;
}


.svpFormular.formIcon.NLAnmeldung label:before {
	top: 16px;
}
.svpFormular.formIcon label.gfield_label_before_complex:before {
	visibility: hidden;
}

.svpFormular.labelHidden input::placeholder, .svpFormular.labelHidden textarea::placeholder {
    color:    #6c6b66 !important;
    opacity: 1;
}
.svpFormular.labelHidden input:focus::placeholder, .svpFormular.labelHidden textarea:focus::placeholder{
	opacity: 0;
}
.svpFormular.formIcon li {
	line-height: 0px !important;
}
.svpFormular.formIcon div.ginput_container {
	margin-top:  0px !important;
}
.svpFormular.formIcon .iconAnrede label:before, .spendenContentBox .iconAnrede label:before {
	content: "\f086";
}
.svpFormular.formIcon .iconVorname label:before, .spendenContentBox .iconVorname label:before {
	content: "\f007";
}
.svpFormular.formIcon .iconName label:before, .spendenContentBox .iconName label:before {
	content: "\f234";
}
.svpFormular.formIcon .iconAdresse label:before, .spendenContentBox .iconAdresse label:before {
	content: "\f015";
}

.svpFormular.formIcon .iconOrt label:before, .spendenContentBox .iconOrt label:before{
	content: "\f279";
}
.svpFormular.formIcon .iconPLZ label:before, .spendenContentBox .iconPLZ label:before {
	content: "\f276";
}
.svpFormular.formIcon .iconKanton label:before, .spendenContentBox .iconKanton label:before {
	content: "\f277";
}
.svpFormular.formIcon .iconMail label:before, .spendenContentBox .iconMail label:before {
	content: "\f0e0";
}
.svpFormular.formIcon .iconGeb label:before, .spendenContentBox .iconGeb label:before {
	content: "\f133";
}
.svpFormular.formIcon .iconTel label:before, .spendenContentBox .iconTel label:before {
	content: "\f095";
}
.svpFormular.formIcon .iconMobile label:before, .spendenContentBox .iconMobile label:before {
	content: "\f10b";
}
.svpFormular.formIcon .iconBemerkungen label:before, .spendenContentBox .iconBemerkungen label:before {
	content: "\f040";
}
.svpFormular.formIcon .iconLand label:before, .spendenContentBox .iconLand label:before {
	content: "\f0ac";
}

.svpFormular.formIcon .iconEZ label:before, .spendenContentBox .iconEZ label:before {
	content: "\f292";
}
.svpFormular.formIcon .iconBetrag label:before, .spendenContentBox .iconBetrag label:before {
	content: "\f0d6";
}
.svpFormular.formIcon .iconFirma label:before, .spendenContentBox .iconFirma label:before {
	content: "\f1ad";
}
.svpFormular.formIcon .iconKarte label:before, .spendenContentBox .iconKarte label:before {
	content: "\f071";
}
.svpFormular.formIcon .iconBeruf label:before, .spendenContentBox .iconBeruf label:before {
	content: "\f0b1";
}
.svpFormular.formIcon .iconPfeil label:before, .spendenContentBox .iconPfeil label:before {
	content: "\f0a9";
}
.svpFormular.formIcon .iconUsers label:before, .spendenContentBox .iconUsers label:before {
	content: "\f0c0";
}
.svpFormular.formIcon .iconKreditkarte label:before, .spendenContentBox .iconKreditkarte label:before {
	content: "\f09d";
}
.svpFormular.formIcon .iconGeld label:before, .spendenContentBox .iconGeld label:before {
	content: "\f0d6";
}
.svpFormular.formIcon .iconFunktion label:before, .spendenContentBox .iconFunktion label:before {
	content: "\f2c3";
}




.svpFormular.labelHidden label span {
	display: none !important;
}
.svpFormular.labelHidden .gf_page_steps {
	margin-bottom:  40px;
}
.svpFormular.formIcon input[type=text], .svpFormular.formIcon input[type=email] {
	background-color: rgba(238,238,238,1);
	border: 1px solid #cecdc6;
	border-radius: 3px;
	padding: 7px 5px 7px 50px !important;
	height: 45px;
	margin-top:  0;
	opacity: 1;
}
.svpFormular.formIcon select {
	background-color: rgba(238,238,238,1);
	border: 1px solid #cecdc6;
	border-radius: 3px;
	padding: 7px 5px 7px 50px !important;
	margin-top:  0;
	opacity: 1;
	-webkit-appearance: none;
	height:45px;
}
.svpFormular.formIcon textarea {
	background-color: rgba(238,238,238,1);
	border: 1px solid #cecdc6;
	border-radius: 3px;
	padding: 7px 5px 7px 50px !important;
	margin-top:  0;
	opacity: 1;
}

.svpFormular.formIcon input[type=text]:focus {
	outline: none !important;
	border-color:  #81ba06;
}
.svpFormular.formIcon input[type=button] {
	outline: none !important;
}

.svpFormular.labelHidden .validation_message {
	margin-top:  -15px;
	padding: 3px 5px !important;
	color: #fff !important;
	background-color: #790000;
	line-height: 12px;
	display: inline;
	width: auto;
}
.svpFormular.labelHidden .spendenbetrag .validation_message {
	margin-top: -20px;
}



.gform_wrapper .svpFormular .field_sublabel_above .validation_message  {
	margin-top: -17px;
}

.spendenContentBox1Item input[type=radio] {
	display: none;
}
.spendenContentBox input::placeholder, .spendenContentBox textarea::placeholder {
    color:    #6c6b66 !important;
    opacity: 1;
}
.spendenContentBox input:focus::placeholder, .spendenContentBox textarea:focus::placeholder{
	opacity: 0;
}
.spendenContentBox .iconPLZ {
	width: 100px;
	float: left;
	display: inline-block;
}
.spendenContentBox .iconOrt {
	width: calc(100% - 110px);
	float: right;
	display: inline-block;
	margin-left: 2px;
}

.spendenContentBox1Item label.labelBetrag {
	width:  100%;
	height:  180px;
	background-color: #6c6b66;
	display: block;
	padding: 25px;
	cursor: pointer;
}
.spendenContentBox .formIcon label {
	position: relative;
	line-height: 0 !important;
	font-size: 0px !important;
	color:  transparent;
}

.spendenContentBox .formIcon label:before {
	font-family: "FontAwesome";
	position: absolute;
	top: 17px;
	left: 12px;
	color:  #6c6b66;
	border-right: 1px solid #6c6b66;
	padding-right: 12px;
	font-size: 16px;
	line-height: 1.3em;
	width: 27px;
	text-align: center;
	font-weight: normal;
}
.spendenContentBox .formIcon .iconEZ label:before {
	top: 21px;
}
.spendenContentBox .formIcon label.freierBetrag:before {
	top: 113px;
	left: 34px;
	color: #fff;
	border-right: 1px solid #fff;
}

.spendenContentBox1Item label.freierBetrag {
	color:  #fff;
}
.spendenContentBox1Item label.freierBetrag input[type=text]{
	border-bottom-color:  #fff;
	color:  #fff;
	margin-top:  50px;
}

.spendenContentBox1Item label.labelBetragActive {
	background-color:  #7cb309;
}
.spendenContentBox1Item label span {
	color:  #fff;
	font-size:  25px;
	display: block;
	line-height: 25px;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
}
.spendenContentBox1Item label span.spendenValue {
	font-size: 100px;
	line-height: 100px;
}
.spendenMessage {
	margin-bottom:  25px;
	margin-top:  -25px;
}
.spendenContentBox2Item input[type=radio] {
	display: none;
}
.spendenContentBox2Item label.labelArt {
	display: block;
	padding: 15px 20px;
	background-color:  #6c6b66;
	margin-bottom:  15px;
	color:  #fff;
	font-family: 'Open Sans Condensed';
	font-weight:  bold;
	font-size:  24px;
	cursor: pointer;
}
.spendenContentBox2Item label.labelArt.labelArtActive {
	background-color:  #7cb309;
}
.spendenStep2mid .labelArtPF {
	cursor: pointer;
	display: block;
	text-align: center;
}
.spendenStep2mid .labelArtPF img {
	-webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    opacity: 0.5;

}
.spendenStep2mid .labelArtPF.labelArtPFActive img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.spendenStep2mid input[type=radio] {
	display: none;
}
.spendenStep2rightTitle, .spendenStep2mid_uwTitle {
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size:  24px;
	margin-bottom:  10px;
}
.spendenStep2mid_uwTitle {
	padding-top:  20px;
	font-size:  20px;
}
.spendenStep2mid_ez {
	font-weight: bold;
	font-size:  12px;
	margin-top:  20px;
}
.spendenContentBox input[type=text], .spendenContentBox textarea {
	background-color: rgba(238,238,238,1);
	border: 1px solid #cecdc6;
	border-radius: 3px;
	padding: 7px 5px 7px 50px !important;
	height: 45px;
	margin-top:  0;
	opacity: 1;
}
.spendenContentBox .labelBetrag input {
	background-color: rgba(238,238,238,0.3);
	border: 1px solid #cecdc6 !important;
}


.spendenStep2mid_ez select {
	background-color: rgba(238,238,238,1);
	border: 1px solid #cecdc6;
	border-radius: 3px;
	padding: 7px 5px 7px 50px !important;
	height: 45px;
	margin-top:  0;
	opacity: 1;
}
.spendenStep2mid_uw span {
	width:  120px;
	display: inline-block;
}
.spendenStep2mid_uwSubTitle {
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	padding-top:  20px;
}

@media (max-width: 1220px) {
	.spendenContentBox1Item label span.spendenValue {
		font-size: 80px;
		line-height: 80px;
	}
	.spendenContentBox1Item label.labelBetrag {
		height:  160px;
		padding: 20px;
	}
	.spendenContentBox .formIcon label.freierBetrag:before {
		top: 89px;
	}
	.spendenContentBox1Item label.freierBetrag input[type=text] {
		margin-top:  30px;
	}
	.svpFormular .gf_step span.gf_step_number {
		font-size: 16px !important;
	}
	.svpFormular .gf_step span.gf_step_label {
		font-size: 14px;
	}
}


@media (max-width: 959px) {
	.spendenContentBox1Item label span.spendenValue {
		font-size: 60px;
		line-height: 60px;
	}
	.spendenContentBox1Item label.labelBetrag {
		height:  140px;
		padding: 15px;
	}
	.spendenContentBox .formIcon label.freierBetrag:before {
		top: 84px;
	}
	.spendenStepsGrid {
		font-size:  16px;
		white-space: nowrap;
	}
	section.spendenSteps #spendenStep_2, section.spendenSteps #spendenStep_3 {
		padding-left:  35px;
	}
	.spendenContentBox2Item label.labelArt {
		font-size:  18px;
	}
	.svpFormular .gf_page_steps .gf_step {
		padding-left:  35px;
		width:  50%;
		margin-bottom:  5px;
		height: 40px;
		padding-top:  10px;
	}
	.svpFormular.Step3Form .gf_page_steps .gf_step {
		width: 100%;
		border-left:  0px;
		padding-left: 25px;
	}
	.svpFormular.Step3Form .gf_page_steps .gf_step:after, .svpFormular.Step3Form .gf_page_steps .gf_step:before {
		border-left:  0px;
	}
	.svpFormular .gf_step:after, .svpFormular .gf_step:before  {
		border-top:  20px solid transparent;
		border-bottom:  20px solid transparent;
	}
	.svpFormular .gf_step:nth-child(3) {
		border-left:  0 !important;
		padding-left: 25px;
	}
	.svpFormular .gf_step:nth-child(2):after {
		border-left:  0px;
	}
	.svpFormular .gf_step:nth-child(3):before {
		border-left:  0px;
	}
	.spendenContentBox .iconPLZ {
		display: block;
		width: 100%;
	}
	.spendenContentBox .iconOrt {
		display: block;
		width: 100%;
	}
}

@media (max-width: 768px) {
	section.spendenSteps .spendenarrow:before {
		border-left:  none;
	}
	section.spendenSteps .spendenarrow:after {
		border-left:  none;
	}
	section.spendenSteps #spendenStep_1, section.spendenSteps #spendenStep_2, section.spendenSteps #spendenStep_3 {
		border-left:  0px;
		padding-left: 25px;
	}
	.spendenContentBox1Item label.labelBetrag {
		height:  100px;
		padding: 15px;
	}
	.spendenContentBox .formIcon label.freierBetrag:before {
		top: 49px;
	}
	.spendenContentBox1Item label span {
		font-size:  20px;
		line-height: 20px;
	}
	.spendenContentBox1Item label span.spendenValue {
		font-size: 45px;
		line-height: 45px;
	}
	.spendenContentBox1Item label.freierBetrag input[type=text] {
		margin-top: 0px;
	}
	.spendenContentBox2Item {
		width: calc(33% - 6px);
		margin-right:  9px;
		float: left;
		min-width:  150px;
	}
	.spendenContentBox2Item:last-child {
		margin-right:  0px;
	}

	.spendenContentBox2Item label.labelArt {
		width:  100%;
		padding:  10px;
		text-align: center;
		height: 80px;
	}
}
@media (max-width: 640px) {

	.svpFormular .gf_page_steps .gf_step {
		width:  100%;
		margin-bottom:  0;
		border-left:  0;
		padding-left: 25px;
	}
	.svpFormular .gf_step:after, .svpFormular .gf_step:before {
		border-left:  0px;
	}
}


@media (max-width: 480px) {
	.spendenContentBoxInner {
		font-size:  14px;
		line-height: 16px;
	}
	section.spendenSteps #spendenStep_1, section.spendenSteps #spendenStep_2, section.spendenSteps #spendenStep_3 {
 		height:  auto;
 		padding-bottom:  15px;
 	}
 	.spendenContentBox2Item {
		width: 100%;
		margin-right:  0px;
	}
	.spendenContentBox2Item label.labelArt {
		height: auto;
	}
	.spendenStep2rightTitle, .spendenStep2mid_uwTitle {
		font-size:  20px;
		line-height: 20px;
		margin-bottom:  10px;
	}
	.spendenStep2mid_uwTitle {
		padding-top:  18px;
		font-size:  18px;
		line-height: 18px;
	}


	.spendenContentBox .iconBetrag input[type=text] {
		padding-left: 5px !important;
	}
	.spendenContentBox .formIcon label.freierBetrag:before {
		display:none;
	}


}

/*errormessages bei formular Gravity Form*/
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	position: relative;
	background-color:  transparent !important;
	margin-bottom:  0px !important;
	border-top:  none !important;
	border-bottom:  none!important;
	padding-bottom:  0!important;
	padding-top:  0!important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: initial;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
	border:  0px !important;
	border-bottom: 3px solid #790000 !important;
}
.gform_wrapper .validation_message {
	position: absolute;
	top:  10px;
	text-align:  left;
	font-size:  12px !important;
	font-style: italic;
	color:  initial !important;
}

.hidden {
	display: none !important;
}



/* year slider for post list */
.yearSlider {
    font-size:12px;
    position:relative;
    top:-53px;
    margin-bottom:-30px;
    float:right
}
.yearSlider .slider-track {
    background-color:#edece6!important;
    background-image:linear-gradient(to bottom,#edece6,#edece6)!important
}
.yearSlider .tooltip {
    display:none;
    top:-25px!important;
    position:absolute;
    font-size:11px;
    border-radius:5px;
    padding:0 9px;
    color:#fff;
    background:#404040
}
.yearSlider:hover .tooltip {
    display:block
}
.yearSlider .tooltip-arrow {
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    bottom:-5px;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#404040
}
.yearSlider .slider.slider-horizontal .slider-handle.triangle {
    border-width:0 6px 12px;
    width:0;
    height:0;
    border-bottom-color:#404040;
    margin:0 0 0 -6px
}
.yearSlider .slider-selection {
    background:#7cb309;
    border-radius:0
}
ul.postarchivliste, ul.postarchivliste li {
	margin-left: 0px;
}
ul.postarchivliste li a {
	color: #404040;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul.postarchivliste li a:hover {
	background-color:#EDECE6;
}
@media(max-width:480px) {
    .yearSlider {
        top:0;
        margin-bottom:20px;
        float:left
    }
}




/* termine styles */
.terminFilterItem {
 text-align:center;
 display:inline-block;
 /*width:250px;*/
 width: calc(33.333% - 40px);
 border:1px dotted rgba(55,55,55,.2);
 padding:5px 20px;
 margin-bottom:10px;
 border-radius:3px;
}
.personFilter .personFilterTyp.terminFilterItem:hover {
 background-color:#373737;
 color:#fff;
}
.personFilter .agendaFilter {
 text-align:right;
 /*margin-right:25px;*/
}
@media(min-width:1218px) {
	.agendaFilter {
		/*max-width:780px;*/
		text-align:left!important;
		float:right;
	}
}
.terminTitleCol {
	width:calc(100% - 500px);
}

.terminDetailRight p {
	font-size: 14px;
}
@media(max-width:767px) {
	.terminTitleCol {
		width:calc(100% - 150px);
	}
}
.eventClass_none {
	background:#828282!important;
	border:1px solid #828282!important;
}
.eventClass_public {
	background:#7ab51e!important;
	border:1px solid #7ab51e!important;
}
.eventClass_private {
	background:#46addd!important;
	border:1px solid #46addd!important;
}
.eventClass_info {
	background:#ef3e26!important;
	border:1px solid #ef3e26!important;
}
.personFilter {
	margin-right:-35px;
	margin-left: 0 !important;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	padding: 35px 0 !important;
}
.personFilter>div:first-child {
	padding-top:30px;
}
.personFilter .personFilterTyp {
	font-size:15px;
	font-weight:700;
	color:#404040;
	margin:0 8px 10px 0;
	border:1px dotted rgba(55,55,55,.2);
	padding:5px 15px;
	border-radius:3px;
	display:inline-block;
}
.personFilter .personFilterTyp:hover {
	color:#272727;
	text-decoration:none;
}
.personFilter .personFilterTypActive,.personFilter .personFilterTypActive:hover {
	background-color:#373737;
	color:#fff;
	/*padding:5px 15px;
	border-radius:3px;
	margin-right:10px;*/
}
.terminDetail {
}
.terminDetailLeft {
	color:#fff;
	min-height:300px;
}
.terminDetailLeftDay {
	margin:15px 0 15px 20px;
}
.terminDetailLeftDate {
	margin-left:20px;
	font-size:76px;
}
.terminDetailLeftTime {
	margin-left:20px;
	margin-top:60px;
}
.shareFacebook {
    background: #3b5998 !important;
}
.shareTwitter {
    background: #1da1f2 !important;
}


.uk-tab {
	font-family:open sans condensed,sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.uk-tab-center {
	border-bottom:4px solid #edece6;
}
.uk-tab li {
	border-bottom:4px solid #c6c5c0;
	padding-bottom:10px;
	outline:2px solid #fff;
	margin-left: 0;
}
.uk-tab .uk-active {
    border-bottom: 4px solid #7cb309;
    padding-bottom: 10px;
}
.personFilter form select#personFilterKanton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    background-image: linear-gradient(45deg,transparent 50%,#272727 50%),linear-gradient(135deg,#272727 50%,transparent 50%);
    background-position: calc(100% - 15px) calc(1em + 2px),calc(100% - 10px) calc(1em + 2px),calc(100% - 2.5em) .5em;
    background-size: 5px 5px,5px 5px,1px 1.5em;
    background-repeat: no-repeat;
    width: calc(100% - 35px);
    height: 50px;
    background-color: rgba(238,238,238,.2);
    padding-left: 7px;
    padding-right: 25px;
	display: inline-block;
    border: none;
    border-bottom: 3px solid #90908c;
    border-radius: 0;
    outline: none;
    font-family: open sans,sans-serif;
    font-size: 18px;
    line-height: 23px;
}
@media(max-width:1220px) {
	.personFilter .personFilterTyp {
		font-size: 14px;
	}
}
@media(max-width:978px) {
	.personFilter .personFilterTyp {
		font-size: 16px;
	}
	.terminFilterItem {
		width: calc(50% - 40px);
	}
}


/*Kalenderstlyes*/
@media(max-width:360px) {
    #calendar .fc-toolbar.fc-header-toolbar .fc-left {
	float:none;
	height:30px;
	margin-bottom:10px;
    }
    #calendar .fc-toolbar.fc-header-toolbar .fc-right {
	float:none;
    }
}



/* komitee */
.komitee{
    color: #404040;
}


/*IE Styles Ergänzungen*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #cookie-notice {
    	min-width: auto;
    	top: auto;

    }
}

.rahmenschatten {
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}