/*
Theme Name: Cooperativesuisse Theme
Theme URI: http://www.diktum.ch
Version: 1.0
Description: A child Theme for cooperativesuisse.ch
Author: Johannes von Niederhäusern
Author URI: http://diktum.ch
template: bb-theme
*/

/* ------- General Font Setup ------- */ 
html, body {
 	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}
a {
	cursor:pointer;
}
/* ------- Standard Font Styles ------- */ 
html, body {
	font-family: 'futura-pt';
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1px;
}
h1 {
	font-family: 'futura-pt';
	font-size: 2.55rem;
	font-weight: 500;
	line-height: 3.25rem;
	letter-spacing:0.8px;
}
h2 {
	font-family: 'futura-pt';
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.75rem;
	letter-spacing:0.5px;
}
h3 {
	font-family: 'futura-pt';
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.63rem;
	letter-spacing: 0.4px;
}
h4, .cs-lead, .cs-lead p {
	font-family: 'futura-pt';
	font-size: 1.27rem;
	font-weight: 500;
	line-height: 1.6rem;
	letter-spacing: 0.2px;
}
h5 {
	font-family: 'futura-pt';
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.27rem;
	letter-spacing: 0.1px;
}
p {
	font-family: 'futura-pt';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.27rem;
	letter-spacing: 0.1px;
}
body .fl-photo-caption {
	font-family: 'futura-pt';
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1rem;
	text-overflow: inherit;
    white-space: normal;
}
p strong, 
body strong,
p b, 
body b {
	font-weight: 500;
}
/*Responsive Sizes*/
@media (max-width: 768px) {
	html, body {
		font-family: 'futura-pt';
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 24px;
	    letter-spacing: 0.1px;
	}
	h1 {
		font-size: 1.8rem;
		line-height: 2.1rem;
	}
h2 {
		font-size: 1.8rem;
		line-height: 2.1rem;	
	}
	h3 {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	h4, .cs-lead, .cs-lead p {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.45rem;
	letter-spacing: 0.2px;
}
}
/*List Styles*/
.fl-module-cs-text .cs-text > ul, 
.fl-module-cs-box .cs-box-text > ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) {
    list-style-type: none;
    padding-left: 1.2rem;
}
.fl-module-cs-text .cs-text > ul li,
.fl-module-cs-box .cs-box-text > ul li:not(.gfield) {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.27rem;
    break-inside: avoid;
}
.fl-module-cs-text .cs-text > ul li:before,
.fl-module-cs-box .cs-box-text > ul li:not(.gfield):before {
        content: '';
    position: absolute;
    top: 0.55rem;
    left: -1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #E48E08;
}
/*Text-Links*/
body .fl-module-cs-text .cs-text > ul a,
body .fl-module-cs-text .cs-text > p a,
body .fl-module-cs-text .cs-lead > p a {
	color:#e48e08;
}
/*Multi Column Text*/
.text-2-col {
    column-count: 2;
    column-gap: 40px;
}
.text-3-col {
    column-count: 3;
    column-gap: 40px;
}
@media (max-width: 768px) { 
	.text-2-col {
	    column-count: 1;
	    column-gap: 40px;
	}
	.text-3-col {
	    column-count: 1;
	    column-gap: 40px;
	}
}
/* ------- General Beaver Builder Overrides ------- */ 
/* Body Overflow */
body {
	overflow-x: hidden;
}
/* Add Word Breaks */
.fl-module-content {
  word-break: break-word;
}
/* Post Settings */
body .fl-post-grid-post {
    border: none;
    background:transparent;
}
body .fl-post-feed-post {
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 0px !important;
}
/* Module Content Default Margins */
.fl-module-content {
    margin: 0px 20px 0px 20px;
}
@media (max-width: 768px) {
	.fl-col-small:not(.fl-col-small-full-width) {
	    max-width: 100%;
	}
}
/* Callout Photo left*/
body .fl-callout.fl-callout-left.fl-callout-has-photo.fl-callout-photo-left {
	display:flex;
}
body .fl-callout-photo-left .fl-callout-photo, 
body .fl-callout-photo-left-text .fl-callout-photo,
body .fl-callout-photo-left .fl-callout-content, 
body .fl-callout-photo-left-text .fl-callout-text-wrap {
    width: auto;
}
/* Smaller Backgorund Image for Slider */
body .background-size .fl-row-content-wrap {
    background-size: 50%;
}

/* ------- Menues ------- */ 
/* Main Menu */
#menu-main-navigation > li > a,
#menu-main-navigation-fr > li > a {
	position:relative;
	margin: 0px 13px;
}
#menu-main-navigation > li > a:after,
#menu-main-navigation-fr > li > a:after {
	content:'';
	position:absolute;
	width: 0;
	height: 2px;
	bottom:-16px;
	left:0;
	background: #E48E08;
	transition: all ease-in-out 0.3s;
}
#menu-main-navigation > li > a:hover:after,
#menu-main-navigation > li.current_page_item > a:after,
#menu-main-navigation-fr > li > a:hover:after,
#menu-main-navigation-fr > li.current_page_item > a:after {
	width:100%;
	transition: all ease-in-out 0.3s;
}
body ul.fl-menu-horizontal li.mega-menu.fl-has-submenu> ul.sub-menu, 
body ul.fl-menu-horizontal li.mega-menu.fl-has-submenu > ul.sub-menu {
    margin-top: 16px;
    padding:20px;
    background: #f6f6f6;
}
body .fl-menu .sub-menu {
    font-size: 0.9rem;
    color: #16161D;
    text-transform: none;
    background: transparent !important;
    min-width: 320px;
    box-shadow:none !important;
    z-index:100 !important;
}
body .fl-menu .sub-menu li {
	padding: 5px 15px 5px 15px;
	background:#ffffff;
}
body .fl-menu .sub-menu li:first-child {
	border-top: 2px solid #E48E08;
	margin-top: 14px;
	padding: 15px 5px 5px 15px;
}
body .fl-menu .sub-menu li:last-child {
	padding: 5px 5px 15px 15px;
}
body .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle {
    margin: -4px -4px 0px !important;
}
body .wpml-ls-current-language {
	font-weight:500;
}
#menu-meta-navigation .wpml-ls-item.wpml-ls-first-item:after,
#menu-meta-navigation-fr .wpml-ls-item.wpml-ls-first-item:after {
	content: '';
    position: absolute;
    left: 0px;
    background: #5d5d5d;
    height: 0.82rem;
    width: 2px;
    z-index: -1;
    top: 0.29rem;
} 
#menu-meta-navigation .sens-social-icon.first:after,
#menu-meta-navigation-fr .sens-social-icon.first:after {
	content: '';
    position: absolute;
    left: 0px;
    background: #5d5d5d;
    height: 0.82rem;
    width: 2px;
    z-index: -1;
    top: 0.29rem;
} 
#menu-meta-navigation .sens-social-menu a,
#menu-meta-navigation-fr .sens-social-menu a {
	padding-left: 5px;
	padding-right: 5px;
}
#menu-meta-navigation .sens-social-menu.first a,
#menu-meta-navigation-fr .sens-social-menu.first a  {
	padding-left: 10px;
	padding-right: 5px;
}
#menu-meta-navigation .sens-social-menu.last a,
#menu-meta-navigation-fr .sens-social-menu.last a {
	padding-left: 5px;
	padding-right: 10px;
}
@media (max-width: 768px) { 
	#menu-meta-navigation .sens-social-menu,
	#menu-meta-navigation-fr .sens-social-menu {
		display:none
	}
	}
body #menu-meta-navigation .wpml-ls-item a,
body #menu-meta-navigation-fr .wpml-ls-item a {
	padding-left:10px;
	padding-right:0px;
} 
footer .wpml-ls-legacy-list-horizontal {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
footer .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    display: inline-block;
    position: relative;
}
footer .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  padding:0px;
  margin: 0px 20px 0px 0px;
}
footer .wpml-ls-first-item:after{
	content: '';
    position: absolute;
    right: 9px;
    background: #f6f6f6;
    height: 0.8rem;
    width: 2px;
    z-index: 1;
    top: 0.2rem;
}
body .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a {
	margin-right:15px;

}
.fl-menu .fl-has-submenu-container .fl-menu-toggle {
	right:15px;
}
body #menu-meta-navigation .sens-social-menu.reflecta img,
body #menu-mobile-social-meta .sens-social-menu.reflecta img,
body #menu-meta-navigation-fr .sens-social-menu.reflecta img {
    height: 20px;
    margin-top: -8px;
}
@media (max-width: 992px) {
	#menu-meta-navigation li,
	#menu-meta-navigation-fr li {
		float:left;
	}
	#menu-meta-navigation li:last-child a,
	#menu-meta-navigation-fr li:last-child a{
		padding-right:0px;
	}
	body .fl-hamburger-menu-top,
	body .fl-hamburger-menu-middle,
	body .fl-hamburger-menu-bottom {
		height:50px;
	}
	body #menu-main-navigation,
	body #menu-main-navigation-fr {
		margin-top: 20px;
		position: relative;
		padding-top: 20px;
	}
	body #menu-main-navigation:before,
	body #menu-main-navigation-fr:before {
		content: '';
	    position: absolute;
	    background: #E48E08;
	    z-index: 10;
	    left: -20px;
	    top: 0;
	    right: -20px;
	    display: block;
	    height: 2px;
	}
	#menu-main-navigation > li > a,
	#menu-main-navigation-fr > li > a{
		position:relative;
		margin: 0px 0px;
		padding: 5px 0px;
	}
	#menu-main-navigation > li > a:after,
	#menu-main-navigation-fr > li > a:after {
		display:none;
	}
	body .fl-menu .sub-menu li:first-child {
		border-top: 0px solid #E48E08;
		margin-top: 10px;
		padding: 15px 5px 5px 15px;
	}
}

/*Navigation Button*/

body .fl-menu .menu li.sens-nav-button {
  padding: 10px;
}
body .fl-menu .menu li.sens-nav-button a {
	margin-right: 0px;
    padding: 5px 18px !important;
    color: #ffffff !important;
    border-radius: 2px;
    background-color: #e48e08;
    transition: all ease-in-out 0.3s;
}
#menu-main-navigation .sens-visible-mobile,
#menu-main-navigation-fr .sens-visible-mobile {
	display: none !important;
	}

@media (max-width: 992px) {
	body .fl-menu .menu li.sens-nav-button {
	  padding: 0px 0px;
	}
	#menu-main-navigation .sens-visible-mobile,
	#menu-main-navigation-fr .sens-visible-mobile {
		display: inline-block !important;
	}
	#menu-meta-navigation .sens-visible-mobile,
	#menu-meta-navigation-fr .sens-visible-mobile  {
		display: none;
	}
}

/* Give the button a hover & active state */
body .fl-menu .menu > li.sens-nav-button > a:active,
body .fl-menu .menu > li.sens-nav-button > a:hover {
  color: #ffffff !important;
  background-color: #222222;
  transition: all ease-in-out 0.3s;
}


/* ------- Footer ------- */ 
footer .cs-text-container a {
	text-decoration: underline;
}

/* ------- Intro Sections ------- */ 
/* Home */
.cc-home-intro-image {
	z-index: 1;
}
.cc-home-intro-text {
	z-index: 9;
}
/* ------- Buttons ------- */ 
/* Standard */
.cs-button-container.left {
	text-align:left;
}

.cs-button-container.center {
	text-align:center;
}

.cs-button-container.right {
	text-align:right;
}
.cs-button {
	font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    display: inline-flex;
    transition: all ease-in-out 0.3s;
    align-items: center;
    cursor:pointer;
}
.cs-button span {
	margin-left: 10px;
	z-index:10;
}
.cs-button i {
	font-size: 22px;
    line-height: 29px;
	display: inline-block;
	width: 33px;
	height:33px;
	border-radius: 100%;
	border: 2px solid #16161D;
	text-align:center;
	min-width: 33px;
}
.cs-button i:before {
    vertical-align: middle;
    margin-left:0px;
    transition: all ease-in-out 0.3s;
 }

.cs-button span {
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	line-height:1rem;
}
.cs-button span:after {
	content: '';
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	background: #E48E08;
	height:2px;
	z-index:-1;
	transition: all ease-in-out 0.3s;
}
/*Hover Effects*/
.cs-button:hover {
	color: #16161D !important;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
.cs-button:hover i:before,
body .cs-teaser-box:hover .cs-button i:before  {
    vertical-align: middle;
    margin-left:2px;
    transition: all ease-in-out 0.3s;
    color: #16161D;
 }
.cs-button:hover span {
	color: #16161D;
}
.cs-button:hover span:after,
body .cs-teaser-box:hover .cs-button span:after{
	height:10px;
	transition: all ease-in-out 0.3s;
	color: #16161D;
}
/*Button Light*/
.cs-button.light {
	color: #ffffff !important;
}
.cs-button.light i {
	border: 2px solid #ffffff;
}
.cs-button.light span:after {
	background: #ffffff;
}
.cs-button.light:hover {
	color: #ffffff;
}
.cs-button.light:hover span {
	color: #ffffff !important;
}
.cs-button.light:hover i:before {
    color: #ffffff;
 }
 .cs-button.light:hover span:after {
	color: #ffffff;
	background: #16161D;
}

/*General BB Button Override*/
body a.fl-button {
	font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    display: inline-flex;
    transition: all ease-in-out 0.3s;
    align-items: center;
    cursor:pointer;
    background: transparent;
	color: #000;
	border: none;
}
body .fl-builder-content a.fl-button .fl-button-text {
	margin-left: 10px;
	z-index:10;
}
body .fl-builder-content a.fl-button i {
	font-size: 22px;
    line-height: 29px;
	display: inline-block;
	width: 33px;
	height:33px;
	border-radius: 100%;
	border: 2px solid #16161D;
	text-align:center;
	min-width: 33px;
}
body .fl-builder-content a.fl-button i:before {
    vertical-align: middle;
    margin-left:0px;
    transition: all ease-in-out 0.3s;
 }

body .fl-builder-content a.fl-button .fl-button-text {
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	line-height:1rem;
}
body .fl-builder-content a.fl-button .fl-button-text:after {
	content: '';
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	background: #E48E08;
	height:2px;
	z-index:-1;
	transition: all ease-in-out 0.3s;
}
/*Hover*/
body .fl-builder-content a.fl-button:hover {
	color: #16161D !important;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
	background: transparent;
	color: #000;
	border: none;
}
body .fl-builder-content a.fl-button:hover i:before, {
    vertical-align: middle;
    margin-left:2px;
    transition: all ease-in-out 0.3s;
    color: #16161D;
 }
body .fl-builder-content a.fl-button:hover .fl-button-text {
	color: #16161D;
}
body .fl-builder-content a.fl-button:hover .fl-button-text:after {
	height:10px;
	transition: all ease-in-out 0.3s;
	color: #16161D;
}

/* ------- Gravity Forms ------- */ 
/* General */
body .gform_wrapper input[type=text], 
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=email], 
body .gform_wrapper input[type=tel], 
body .gform_wrapper input[type=date], 
body .gform_wrapper input[type=month], 
body .gform_wrapper input[type=week], 
body .gform_wrapper input[type=time],
body .gform_wrapper input[type=number], 
body .gform_wrapper input[type=search], 
body .gform_wrapper input[type=url], 
body .gform_wrapper textarea {
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.428571429;
    color: #16161D;
    background-color: transparent;
    border: none;
    -moz-transition: all ease-in-out'' .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #16161D;

}
body .gform_wrapper label.gfield_label, 
body .gform_wrapper legend.gfield_label {
    font-weight: 500;
    font-size: inherit;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, 
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0px;
    margin-bottom: 0;
}
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 8px;
}
body .gform_wrapper .gfield_radio li label,
body .gform_wrapper .gfield_checkbox li label {
    margin: 1px 0 0 6px;
}
body .gform_wrapper .gfield_checkbox li input, 
body .gform_wrapper .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper .gfield_radio li input[type=radio] {
	vertical-align: top;
	margin-top: 6px;
}
body .gchoice_select_all, 
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, 
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight:400;
}

body .gform_wrapper ul.gfield_checkbox li label, 
body .gform_wrapper ul.gfield_radio li label {
	max-width:90%;
}
body .gform_wrapper {
	font-size: 0.9rem;
}
.gform_wrapper .top_label li.gfield.gf_one_third {
	width: 33.3333%;
	display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    float: none;
}
.gform_wrapper .top_label li.gfield.gf_two_thirds {
	width:66.666667%;
	display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    float: none;
}
/*Paging*/
body .gform_wrapper .gform_page_footer {
    margin: 24px 0 14px 0;
    width: 100%;
    border-top: 0px solid #ccc;
    padding: 16px 0 0 0;
    clear: both;
}
body .gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #16161D;
    display:flex;
    justify-content: space-between;
}
body .gform_wrapper .gf_step {
    width: auto;
    margin: 0px;
    font-size: .875em;
    height: auto;
    line-height: 1.25!important;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit;
    margin-right:10px;
}
body .gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial,sans-serif;
    margin-right: 0px;
}
body .gform_wrapper .gf_step span.gf_step_number {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    background: transparent;
    border-radius: 100%;
    display: block;
    padding: 0.2rem 0.25rem 0.3rem 0.25rem;
    position: relative;
    line-height: 1rem;
    border:2px solid #16161D;
    display:block;
    margin-bottom: 18px;
   	/* 
   	margin-left: auto;
    margin-right: auto; 
    */
   }
   .gform_wrapper .gf_step {
   	height:auto;
   }
body .gform_wrapper .gf_step span.gf_step_label {
    display: inline-block;
    vertical-align: middle;
    width:100%;
}
body .gform_wrapper .gf_step span.gf_step_label {
    margin-top: -1.5rem;
}
/*Next and Previous Button*/
body .gform_wrapper .gform_page_footer  {
	display:flex;
}
body .gform_wrapper .gform_page_footer .button.gform_next_button {
	margin-left:auto;
}
body .gform_wrapper .gform_page_footer #gform_submit_button_2 {
	margin-left:auto;
}
@media (max-width: 641px) {
	body .gform_wrapper .gf_step {
    	width: 100%;
    	margin: 10px 5px 10px 0px;
	}
	body .gform_wrapper .gf_page_steps {
	    display:flex;
	    flex-direction: column;
	}
	body .gform_wrapper .gf_step span.gf_step_label, 
	body .gform_wrapper .gf_step span.gf_step_number {
	    display: inline-block;
	    vertical-align: middle;
	    width:auto;
	}
	body .gform_wrapper .gf_step span.gf_step_label {
	    margin-top: 0rem;
	}
	body .gform_wrapper .gf_step span.gf_step_number {
    width: 1.5rem;
    height: 1.5rem;
   }
}
/*Submit Button*/
body .gform_wrapper .gform_footer {
	text-align:left;
}
body .gform_wrapper .gform_footer button,
body .gform_wrapper .gform_page_footer button {
	all:unset;
}
body .gform_wrapper .gform_footer button:hover,
body .gform_wrapper .gform_page_footer button:hover {
	border:none;
}
/* Newsletter-Form */
body .gform_wrapper .dark-bg.newsletter-form input[type=text],
body .gform_wrapper .dark-bg.newsletter-form input[type=email] {
	border:none;
	border-bottom: 2px solid #ffffff;
	padding: 6px 0px !important;
}
/* Newsletter-Form Light*/
body .gform_wrapper .light-bg.newsletter-form input[type=text],
body .gform_wrapper .lighg-bg.newsletter-form input[type=email] {
	border:none;
	border-bottom: 2px solid #16161D;
	padding: 6px 0px !important;
}
body .gform_wrapper .dark-bg.newsletter-form  ul li.gfield {
	margin-bottom: 25px;
}
/*Dark BG Colors*/
body .gform_wrapper .dark-bg input[type=text], 
body .gform_wrapper .dark-bg input[type=password],
body .gform_wrapper .dark-bg input[type=email], 
body .gform_wrapper .dark-bg input[type=tel], 
body .gform_wrapper .dark-bg input[type=date], 
body .gform_wrapper .dark-bg input[type=month], 
body .gform_wrapper .dark-bg input[type=week], 
body .gform_wrapper .dark-bg input[type=time],
body .gform_wrapper .dark-bg input[type=number], 
body .gform_wrapper .dark-bg input[type=search], 
body .gform_wrapper .dark-bg input[type=url], 
body .gform_wrapper .dark-bg textarea {
    color: #ffffff;
}
body .gform_wrapper .dark-bg {
	color: #ffffff;
	border-color: #ffffff;
}
body .gform_wrapper .dark-bg ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 0.8; /* Firefox */
}

body .gform_wrapper .dark-bg :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  opacity: 0.8;
}

body .gform_wrapper .dark-bg ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  opacity: 0.8;
}
body .gform_wrapper .light-bg ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #16161D;
  opacity: 0.8; /* Firefox */
}

body .gform_wrapper .light-bg :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #16161D;
  opacity: 0.8;
}

body .gform_wrapper .light-bg ::-ms-input-placeholder { /* Microsoft Edge */
  color: #16161D;
  opacity: 0.8;
}

/*Light BG Colors*/
body .gform_wrapper .light-bg input[type=text], 
body .gform_wrapper .light-bg input[type=password],
body .gform_wrapper .light-bg input[type=email], 
body .gform_wrapper .light-bg input[type=tel], 
body .gform_wrapper .light-bg input[type=date], 
body .gform_wrapper .light-bg input[type=month], 
body .gform_wrapper .light-bg input[type=week], 
body .gform_wrapper .light-bg input[type=time],
body .gform_wrapper .light-bg input[type=number], 
body .gform_wrapper .light-bg input[type=search], 
body .gform_wrapper .light-bg input[type=url], 
body .gform_wrapper .light-bg textarea {
    color: #16161D;
}
body .gform_wrapper .light-bg {
	color: #16161D;
	border-color: #16161D;
}
body .gform_wrapper .light-bg::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #16161D;
  opacity: 0.8; /* Firefox */
}

body .gform_wrapper .light-bg:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #16161D;
  opacity: 0.8;
}

body .gform_wrapper .light-bg::-ms-input-placeholder { /* Microsoft Edge */
  color: #16161D;
  opacity: 0.8;
}

footer .newsletter-form_wrapper {
	margin-top:-32px;
}
@media (max-width: 641px) {
	.gform_wrapper .top_label li.gfield.gf_one_third,
	.gform_wrapper .top_label li.gfield.gf_two_thirds {
		width:100%;
		padding-right:0px;
	}
}

/* ------- Post Grid ------- */ 
/* Post Grid */
.fl-module-post-grid .fl-module-content {
	overflow:hidden;
}
.cs-blog-post {
 text-decoration: none;
}
.cs-blog-post-image-container {
  width: 100%;
  padding-top: 62.5%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  overflow: hidden;
  position: relative;
}
.cs-blog-post-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  	transition: all ease-in-out 0.3s;
  	background-size: cover;
    background-position: center center;
}
.cs-blog-post-image:hover {
  transform: scale(1.05);
  transition: all ease-in-out 0.3s;
}
.cs-blog-post-content {
	padding: 20px 0px;
}
.cs-blog-post-content h3 {
	margin-top:15px;
	font-size: 1.27rem;
	line-height:1.6rem;
}
body .cs-blog-post-meta {
	font-size: 0.9rem;
	color: #5D5D5D !important;
	font-weight: 500;
}
body .cs-blog-post-meta span:not(:last-child) {
	margin-right: 1.8rem;
	display:inline-block;
	position: relative;
}
body .cs-blog-post-meta span:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0.45rem;
    width: 8px;
    height: 8px;
    background: #5d5d5d;
    right: -1.05rem;
}
body .cs-blog-post .cs-blog-post-readmore {
	font-size:1rem;
	margin-top:10px;
	overflow:hidden;
	position:relative;
	display: inline-block;
}
body .cs-blog-post .cs-blog-post-readmore i {
	transform: translate(0%, 100%);
  	transition: all ease-in-out 0.3s;
 }
/*Hovers*/
body .cs-blog-post:hover {
 text-decoration: none;
 color: #16161D;
}
body .cs-blog-post:hover .cs-blog-post-meta {
	color: #5D5D5D !important;
}
body .cs-blog-post:hover .cs-blog-post-readmore {
	color: #16161D !important;
}
body .cs-blog-post:hover .cs-blog-post-readmore i {
	transform: translate(0%, 0%);
  	transition: all ease-in-out 0.3s;
 }
 /*Pagination*/
 .fl-builder-pagination li a.page-numbers, 
 .fl-builder-pagination li span.page-numbers {
    border: 1px solid #16161D;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
    transition: all ease-in-out 0.3s;
}
.fl-builder-pagination li a.page-numbers:hover, 
.fl-builder-pagination li span.current {
	 border: 1px solid #16161D;
	 background:#f6f6f6;
	 color: #16161D;
	 font-weight:500;
	 transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
	 .cs-blog-post-content {
		padding: 10px 0px;
	}
	body .fl-post-column {
		padding-bottom: 30px !important;
	}
}

/* ------- Team Grid ------- */
.cs-team-grid-post {
	display:flex;
	margin-bottom:50px;
}
.cs-team-grid-post .cs-team-image {
	flex-basis:33.3%;
	padding-right:60px;
	padding-top: 25px;
}
.cs-team-grid-post .cs-team-content {
	flex-basis:66.6%;
	padding-top:25px;
}
.cs-team-grid-post .cs-team-content .cs-team-funktion {
	font-weight: 500;
	margin-bottom: 20px;
	display:block;
}
.cs-image-shadow {
	position: relative;
	z-index: 10;
}
.cs-image-shadow:before {
	content: '';
	position: absolute;
	height:100%;
	width:100%;
	top:-25px;
	right:-25px;
	background: #EFBD6F;
	z-index: -1;
}
@media (max-width: 768px) {
	.cs-team-grid-post {
		display:flex;
		margin-bottom:50px;
		flex-direction:column;
	}
	.cs-team-grid-post .cs-team-image {

	}
}

/* ------- Pioneers Grid ------- */
.cs-pioneers-grid-post {

}
.cs-pioneers-top {
	display:flex;
	flex-direction: row;
	align-items: flex-end;
}
.cs-pioneers-bottom {
	margin-top:20px;
}
.cs-pioneers-grid-post .cs-pioneers-image {
	flex-basis: 33.333%;
	padding-right: 20px;
    padding-top: 25px;
    max-width: 180px;
    min-width: 150px;
}
.cs-pioneers-grid-post .cs-pioneers-image img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
 }
.cs-pioneers-grid-post .cs-image-shadow:before {
	content: '';
	position: absolute;
	height:100%;
	width:100%;
	top:-10px;
	right:-10px;
	background: #EFBD6F;
	z-index: -1;
}
.cs-pioneers-person i {
	font-size: 16px;
    line-height: 33px;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 2px solid #16161D;
    text-align: center;
    min-width: 33px;
}

.cs-pioneers-person h3 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0px;
  }
  .cs-pioneers-person span {
    font-size: 0.9rem;
    margin:0px 16px 0px 0px;
    position: relative;
  }
  body .cs-pioneers-person span:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0.4rem;
    width: 8px;
    height: 8px;
    background: #16161D;
    right: -13px;
}
.cs-pioneers-grid-post.video .cs-pioneers-top {
	 display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cs-pioneers-grid-post.video .cs-pioneers-bottom {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.cs-pioneers-grid-post.video .cs-pioneers-bottom i {
	font-size: 16px;
    line-height: 33px;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 2px solid #16161D;
    text-align: center;
    min-width: 33px;
    margin-right: 10px;
}
.cs-pioneers-grid-post.video .embed-responsive {
	z-index: 1;
}
/*.cs-pioneers-grid-post.video .embed-responsive:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: -10px;
    right: -10px;
    background: #EFBD6F;
    z-index: -1;
}
.cs-pioneers-grid-post.video .cs-pioneers-bottom p {
	font-size: 1.1rem;
}
*/
/* ------- Partners Grid ------- */
.cs-partner-grid-post {
	display:block;
	box-shadow: 0 0 0px 0 rgba(0,0,0,0);
	transition: all ease-in-out 0.3s;
}
.cs-partner-grid-post:hover {
	box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
	transition: all ease-in-out 0.3s;
}
.partnerschaftsarten-foerderer {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 992px) {
	body .fl-module.cs-partner-grid .fl-module-content .fl-post-grid .fl-post-column {
	    padding-bottom: 1px !important;
	}
}
/* ------- Search and Filter ------- */ 
/* Filter General */
.searchandfilter > ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.searchandfilter > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0px;
}

.searchandfilter ul ul {
	padding: 0 0px;
}
.search-filter-reset {
	position:relative;
	z-index:1;
	text-decoration: none;
	margin: 0px 15px 0px 0px;
	vertical-align:middle;
}
.search-filter-reset:hover {
	color: #16161D !important;
	text-decoration: none;
}
.sf-field-category ul li,
.sf-field-taxonomy-glossar ul li,
.sf-field-tag ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0px;
	cursor: pointer;
	margin: 0px 15px 0px 0px;
}
.sf-input-checkbox,
.sf-input-radio {
	visibility:hidden;
	cursor: pointer;
}
.searchandfilter li[data-sf-field-input-type=checkbox] .sf-input-checkbox ~ label,
.searchandfilter li[data-sf-field-input-type=radio] .sf-input-radio ~ label {
	position:relative;
	padding-left:0px;
	z-index:1;
	color: #5D5D5D !important;
	cursor: pointer;
	margin-left: -13px;
}
.searchandfilter li[data-sf-field-input-type=checkbox] .sf-input-checkbox ~ label:after,
.searchandfilter li[data-sf-field-input-type=radio] .sf-input-radio ~ label:after,
.search-filter-reset:after {
	content: '';
	position:absolute;
	left:0;
	bottom:-2px;
	background: #E48E08;
	height:2px;
	width:0%;
	z-index:-1;
	transition: all ease-in-out 0.3s;
}
.searchandfilter li[data-sf-field-input-type=checkbox] li:hover label:after,
.searchandfilter li[data-sf-field-input-type=radio] li:hover label:after,
.search-filter-reset:hover::after {
	content: '';
	position:absolute;
	left:0;
	bottom:-2px;
	background: #E48E08;
	height:2px;
	width:100%;
	z-index:-1;
	transition: all ease-in-out 0.3s;
}
.searchandfilter li[data-sf-field-input-type=checkbox] .sf-input-checkbox:checked ~ label,
.searchandfilter li[data-sf-field-input-type=radio] .sf-input-radio:checked ~ label {
	color: #16161D !important;
}

.searchandfilter li[data-sf-field-input-type=checkbox] .sf-input-checkbox:checked ~ label:after,
.searchandfilter li[data-sf-field-input-type=radio] .sf-input-radio:checked ~ label:after {
	content: '';
	position:absolute;
	left:0;
	bottom:-2px;
	background: #E48E08;
	height:2px;
	width:100%;
	z-index:-1;
	transition: all ease-in-out 0.3s;
}
body .searchandfilter select.sf-input-select {
    min-width: 170px;
    border-radius: 0px;
    border: 2px solid #16161D;
    padding: 3px;
}
#search-filter-form-152 > ul > li {
	margin:5px 5px 5px;
}
#search-filter-form-152 > ul > li:first-child {
	margin:5px 5px 5px 0px;
}
#search-filter-form-152 > ul > li:first-child {
	margin:5px 0px 5px 5px;
}
#search-filter-form-152 ul {
	display: flex;
	flex-direction:row;
 	justify-content: flex-start;
 	flex-wrap:wrap;
}
#search-filter-form-152 .sf-field-tag {
	width:auto;
	margin-bottom:40px !important;
}

#search-filter-form-152 ul li.sf-field-reset {
	align-self: flex-end;
	margin-left:auto;
	margin-right:0px;
}
#search-filter-form-152 ul li.sf-field-reset a {
	color: #16161D !important;
}
#search-filter-form-152 ul li.sf-field-search input {
	border-radius: 0px;
    border: 2px solid #16161D;
    color: #5d5d5d;
    font-size: 1rem;

    padding: 3px 5px;
}
#search-filter-form-291 li[data-sf-field-input-type=radio] ul li:not(:first-child) .sf-label-radio {
	text-transform: uppercase;
}
.sf-field-tag {
	page-break-after: always; /* CSS 2.1 syntax */
	break-after: always;
}
/*Post filters Powerpack*/
body ul.pp-post-filters li {
    color: #5d5d5d !important;
    border-color: transparent;
    margin-right: 10px;
    margin-bottom: 5px;
    position:relative;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    overflow: visible;
    z-index: 1;
    position:relative;
}
body ul.pp-post-filters li:not(:first-child) {
  text-transform: uppercase;
}
body ul.pp-post-filters li:after{
	content: '';
 	position: absolute;
	    left: 0;
	    bottom: -2px;
	    background: #E48E08;
	    height: 2px;
	    width: 0%;
	    z-index: -1;
	    transition: all ease-in-out 0.3s;
}
body ul.pp-post-filters li.pp-filter-active {
	color: #16161D;
}
body ul.pp-post-filters li:hover:after, body ul.pp-post-filters li.pp-filter-active:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #E48E08;
    height: 2px;
    width: 100%;
    z-index: -1;
    transition: all ease-in-out 0.3s;
}
/* Responsive */
@media (max-width: 768px) {
	.searchandfilter {
		margin-bottom: 10px;
	}
	.searchandfilter ul {
		display:inline;
	}
	.searchandfilter ul li {
		display:inline;
	}
	.searchandfilter ul li li {
		display:inline;
		line-height:1rem;
		position:relative;
	}
	#search-filter-form-152 ul li.sf-field-search {
		align-self: flex-start;
	    margin-right: 5px;
	    margin-left: 5px;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	#search-filter-form-152 ul li.sf-field-reset {
	    margin-left: 5px;
	}
		.searchandfilter label,
		.searchandfilter select {
	    width:auto;
	}
	#search-filter-form-152 > ul > li {
		width:100%;
	}
	.sf-input-checkbox {
		position:absolute;
	}
	.searchandfilter li[data-sf-field-input-type=checkbox] .sf-input-checkbox ~ label, 
	.searchandfilter li[data-sf-field-input-type=radio] .sf-input-radio ~ label {
	    margin-left: 0px;
	}
	#search-filter-form-152 > ul > li:first-child, 
	#search-filter-form-152 ul li.sf-field-sort_order, 
	#search-filter-form-152 ul li.sf-field-search,
	#search-filter-form-152 ul li.sf-field-reset {
		margin:5px 0px 5px 0px;
	}
}
/* ------- Events Calendar ------- */ 
/* Events Widget Home */
body .tribe-mini-calendar-event,
body .tribe-common .tribe-events-widget-events-list__event-row {
	border-top: 2px solid #16161D;
	border-bottom: 0px solid #16161D;
}
body .fl-html .type-tribe_events:last-of-type .tribe-mini-calendar-event,
body .tribe-common .tribe-events-widget-events-list__event-row:last-of-type {
	border-top: 2px solid #16161D;
	border-bottom: 2px solid #16161D;
}
body .tribe-mini-calendar-event  {
    margin-bottom: 0px;
    overflow: hidden;
    padding-bottom: 0px;
    width: 100%;
}
body .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-row  {
 margin-bottom: 0px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
    padding-top: 15px;
}
body .tribe-mini-calendar-event.first {
	   margin-top:0px;
}
body .tribe-mini-calendar-event .cs-event-link,
body .tribe-common.tribe-events-widget .tribe-events-widget-events-list__event-row {
    display: flex;
    width:100%;
    align-items: center;
  	justify-content: center;
  	margin: 0px 0;
  	padding: 15px 15px;
  	text-decoration: none;
  	color: #16161D;
  	background: transparent;
  	transition: all ease-in-out 0.3s;
}
body .tribe-common .tribe-events-widget-events-list__event-date-tag {
	width: auto;
}
body .cs-event-date {
    min-width: 120px;
    max-width: 200px;
    text-align: center;
    flex-grow: 1;
}
body .tribe-common .cs-event-date {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body .cs-event-date .day,
body .tribe-common .tribe-events-widget-events-list__event-date-tag-daynum {
	font-size: 1.45rem;
	font-weight: 500;
}
body .cs-event-date .month,
body .cs-event-date .time,
body .tribe-common .tribe-events-widget-events-list__event-date-tag-month, 
body .tribe-common .tribe-events-widget-events-list__event-datetime {
	font-size:0.9rem;
}
body .tribe-events-title {
	font-size: 1.45rem;
	font-weight:600;
}
body .cs-event-link.sens .cs-tribe-events-title,
body .cs-event-link.sens .cs-tribe-events-organizer  {
color: #E48E08 !important;
}
body .cs-event-link .cs-events-separator {
    margin-right: 1.8rem;
    position: relative;
}
body .cs-event-link .cs-events-separator:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    background: #16161D;
    right: -1rem;
}
body .tribe-events-category {
	font-size: 0.9rem;
}
body .cs-event-content {
	 flex-grow: 1;
}
body .cs-event-arrow {
	flex-grow: 1;
	max-width: 120px;
	min-width:80px;
	text-align: center;
}
body .tribe-mini-calendar-event .cs-event-link:hover {
  	text-decoration: none !important;
  	color: #16161D;
  	background: #F6F6F6;
  	transition: all ease-in-out 0.3s;
}
body .tribe-mini-calendar-event .cs-event-link:hover i:before {
    margin-left:2px;
    transition: all ease-in-out 0.3s;
    color: #16161D;
 }

 /* Responsive *
 @media (max-width: 768px) {
 	body .tribe-mini-calendar-event .cs-event-link {
	    flex-direction: column;
	    padding:;
	}
	body .cs-event-date {
		max-width:100%;
		min-width: 100%;
		text-align: left;
    	display: inline-flex;
    	align-items: flex-start;
    	margin-bottom: 10px;
	}
	body .cs-event-date span.time {
		display: block;
	    margin: 0 0 0 auto;
	}
	body .cs-event-date span.month {
	    margin: 0px 5px;
	}
	body .cs-event-date span.day {
	    font-size: 1.2rem;
	}
	body .cs-event-content {
		width: 100%;
	}
	body .cs-event-arrow {
		max-width: 100%;
		min-width: 100%;
		text-align: right;
	}
	body .cs-events-separator {
		font-size:0.9rem;
	}
 }
 /* ------- Teaser Boxes ------- */ 
body .cs-teaser-box {
	text-decoration:none;
	border-top: 5px solid #16161D;
	display:block;
	padding-top:20px;
	color: #16161D;
}
body .cs-teaser-box.orange {
	border-top: 5px solid #E48E08;
}
body .cs-teaser-box.blue.orange,
body .fl-builder-content .fl-module-post-grid .cs-teaser-box.blue.orange {
	border-top: 5px solid #96C8F0;
	color: #16161D !important;
}
body .fl-builder-content .fl-module-post-grid a.cs-teaser-box.blue.orange .cs-button span:after {
	background: #96c8f0;

}
body .cs-teaser-box:hover {
	text-decoration:none !important;
	color: #16161D !important;
}
 @media (max-width: 768px) {
	body .teaserboxen .fl-post-column {
		padding-bottom: 60px !important;
	}
}

/* ------- Bibliothek ------- */ 
body .cs-bibliothek {
    display: flex;
    width:100%;
    align-items: center;
  	margin: 0px 0;
  	padding: 15px 15px;
  	text-decoration: none;
  	color: #16161D;
  	background: transparent;
  	transition: all ease-in-out 0.3s;
  	border-top:2px solid #16161D;
  	flex-direction:row;
  	justify-content: space-between;
}
body .fl-post-feed .fl-post-feed-post:last-of-type .cs-bibliothek {
  	border-bottom:2px solid #16161D;
}
body .cs-bibliothek-content {
	padding-right:10px;
}
body .cs-bibliothek-arrow {
    min-width:80px;
    max-width: 80px;
    text-align: right;
}
body .cs-bibliothek-meta  {
	margin-bottom:5px;
}
body .cs-bibliothek-meta span {
	position: relative;
	margin-right:20px;
	margin-bottom:5px;
}
body .cs-bibliothek-meta span:not(:last-child):after {
	   content: '';
    position: absolute;
    right: -16px;
    line-height: 1rem;
    top: 0.5rem;
    width: 8px;
    height: 8px;
    background: #16161D;
}

body .cs-bibliothek-content p {
	margin-bottom: 0.5rem;
}
body .cs-bibliothek-content .taxonomie {
 	color: #5D5D5D;
 	font-size:0.9rem;
}
/*Hover*/
body .cs-bibliothek:hover {
  	text-decoration: none !important;
  	color: #16161D;
  	background: #F6F6F6;
  	transition: all ease-in-out 0.3s;
}
body .cs-bibliothek:hover i:before {
    margin-left:2px;
    transition: all ease-in-out 0.3s;
    color: #16161D;
}
@media (max-width: 768px) {
	.cs-bibliothek-zusammenfassung {
		display:none;
	}
	body .cs-bibliothek {
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	body .cs-bibliothek-arrow {
	    min-width: 100%;
	    max-width: 100%;
	}
}
/* ------- Glossar ------- */ 
.fl-module-post-grid.search-filter-results-291 .fl-post-column {
	padding-bottom: 10px !important;
}
.cs-glossar-post {

}
.cs-glossar-post .title {
	font-size: 1rem;
	font-weight: 500;
}
/* ------- Custom Veranstaltungen Archiv ------- */ 
button:hover, input[type=button]:hover, 
input[type=submit]:hover{
	border:none;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
	display:none;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 2px solid #16161D;
}
body .tribe-common .tribe-common-c-btn, 
body .tribe-common a.tribe-common-c-btn {
	font-family: 'futura-pt';
    font-size: 0.9rem;
    line-height: 1.62;
    font-weight: 600;
    border: 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 0;
    text-decoration: none;
    width: auto;
    color: #16161D;
    text-align: center;
    transition: background-color .2s ease;
    background-color: transparent;
    padding: 11px 20px;
    width: 100%;
    border-radius: 0;
    border-left: 2px solid #16161D;
    height: 100%;
}
body .tribe-common .tribe-common-c-btn:hover, 
body .tribe-common a.tribe-common-c-btn:hover,
body .tribe-common .tribe-common-c-btn:active, 
body .tribe-common a.tribe-common-c-btn:active {
    transition: background-color .2s ease;
    background-color: #f6f6f6;
    border-radius: 0;
    border-left: 2px solid #16161D;
    height: 100%;
    color: #16161D;
}
body .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, 
body .tribe-common .tribe-common-form-control-text__input {
	font-family: 'futura-pt';
    font-size: 0.9rem;
    line-height: 1.62;
    color: #16161D;
    font-weight: 400;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left:0px;
    padding-right: 0px;
    min-height: 700px;
}
body .tribe-events .tribe-events-l-container {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left:0px;
    padding-right: 0px;
    min-height: 700px;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__month-separator+.tribe-events-calendar-list__event-row,
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
	margin-top:0px;
	margin-bottom:0px;
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
	margin:0px;
}

body .tribe-events .tribe-events-calendar-list__month-separator {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 100px;
}
body .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {
    font-size: 1.8rem;
	line-height: 2.1rem;	
    color: #16161D;
    font-weight:700;
}
body .tribe-events .tribe-events-calendar-list__month-separator:after {
    background-color: #E48E08;
    content: "";
    display: none;
    flex: auto;
    height: 2px;
    margin-left: 20px;
}

body .tribe-events .tribe-events-calendar-list__month-separator + .tribe-events-calendar-list__event-row .tribe-mini-calendar-event {
    border-top: 2px solid #16161D;
    border-bottom: 2px solid #16161D;
}
body .tribe-events-calendar-list__event-row .tribe-mini-calendar-event {
	border-top: 0px solid #16161D;
    border-bottom: 2px solid #16161D;
 }
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, 
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
 	color: #16161D;	
}
/* ------- Custom Veranstaltung Single ------- */ 
body.single-tribe_events .cs-obertitel {
	color: #5d5d5d !important;
}
/* ------- Custom Blog Post Single ------- */
body.single-post .cs-obertitel {
	color: #5d5d5d !important;
}
body.single-post .cs-post-single-meta:not(:last-child) {
	margin-right:1.8rem;
	display:inline-block;
	position:relative;
}
body.single-post .cs-post-single-meta:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0.45rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #16161D;
    right: -1rem;
}
@media (max-width: 992px) {
	body .tribe-events .tribe-events-header {
		display:none;
	}
}

/* ------- Customize Popups ------- */ 
/*
.pum-theme-3536 .pum-container {
	border-top: 5px solid #E48E08;
}
*/
.pum-content h3 {
    font-size: 1.27rem;
    line-height: 1.4rem;
}
.pum-container .validation_error {
	display:none;
}
.pum-container .gform_wrapper li.gfield.gfield_error {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 6px!important;
    border-top: 1px solid #c89797;
    border-bottom: 1px solid #c89797;
    padding-bottom: 2px;
    padding-top: 4px;
    box-sizing: border-box;
}
body .pum-container .gform_wrapper .light-bg.newsletter-form ul li.gfield {
    margin-bottom: 5px;
}
body .pum-container .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
}
body .gform_wrapper .light-bg.newsletter-form input[type=text], 
body .gform_wrapper .lighg-bg.newsletter-form input[type=email] {
    padding: 2px 0px !important;
}
body .pum-container .gform_wrapper .gform_footer {
    padding: 5px 0 20px 0;
    margin: 16px 0 0 0;
}
.pum-container .gform_wrapper .validation_message {
    color: #790000;
    font-weight: 600;
    letter-spacing: normal;
}
.pum-container .gform_wrapper .field_description_below .gfield_description {
	padding-top: 3px;
}
.pum-container .pum-content:focus {
	outline:0;
}
.popup-flex-container {
	display:flex; 
	flex-direction:row; 
	align-items: center;
}
.popup-flex-image {
background-image: url('https://sens-suisse.ch/wp-content/uploads/bb-plugin/cache/start-web-1-scaled-landscape.jpg'); 
background-size: cover; 
background-position: right center; 
width: 50%; 
min-height: 400px;
}
.popup-flex-content {
	 padding: 30px;
}
@media (max-width: 768px) {
	.popup-flex-container {
		display:flex; 
		flex-direction:column; 
		align-items: center;
	}
	.popup-flex-image {
		background-image: url('https://sens-suisse.ch/wp-content/uploads/bb-plugin/cache/start-web-1-scaled-landscape.jpg'); 
		background-size: cover; 
		background-position: right center; 
		width: 100%; 
		min-height: 200px;
	}
}

/*Swiper Slider Full Width*/
body .cs-swiper-slider .fl-row-content-wrap {
	overflow: hidden;
}

/*Sticky Column Wrapper*/
.sticky-column-wrapper {

}
@media (min-width: 769px) {
.sticky-column {
	position: sticky;
	top: 50px;
}
}
/*-------------
Testimonial Donations
-----------*/
body .pp-testimonial .pp-testimonials-content p {
	font-size:  0.9rem;
	line-height: 1.1rem;
}
body .pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial .pp-testimonials-title {
	font-size:  0.9rem;
	font-weight: 600;
}
body .pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial .pp-testimonials-subtitle {
	font-size:  0.9rem;
}
body .pp-testimonials .layout-4 .pp-testimonials-image {
	z-index: 10;
    position: relative;
    margin-bottom: -60px;
    transform: none;
    left: auto;
    right: auto;
}

/*-------------
Raisenow Donations Widget
-----------*/
body #tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .position {
	background-color: #2f2f2f;
}
body #tamaro-widget-overlay.tamaro-widget a, 
body #tamaro-widget-overlay.tamaro-widget abbr, 
body #tamaro-widget-overlay.tamaro-widget acronym, body #tamaro-widget-overlay.tamaro-widget b, body #tamaro-widget-overlay.tamaro-widget bdo, body #tamaro-widget-overlay.tamaro-widget big, 
body #tamaro-widget-overlay.tamaro-widget br, body #tamaro-widget-overlay.tamaro-widget button, body #tamaro-widget-overlay.tamaro-widget cite, body #tamaro-widget-overlay.tamaro-widget code, body #tamaro-widget-overlay.tamaro-widget dfn, 
body #tamaro-widget-overlay.tamaro-widget em, body #tamaro-widget-overlay.tamaro-widget i, body #tamaro-widget-overlay.tamaro-widget img, body #tamaro-widget-overlay.tamaro-widget input, body #tamaro-widget-overlay.tamaro-widget kbd, 
body #tamaro-widget-overlay.tamaro-widget label, body #tamaro-widget-overlay.tamaro-widget map, body #tamaro-widget-overlay.tamaro-widget object, body #tamaro-widget-overlay.tamaro-widget q, body #tamaro-widget-overlay.tamaro-widget samp, 
body #tamaro-widget-overlay.tamaro-widget script, body #tamaro-widget-overlay.tamaro-widget select, body #tamaro-widget-overlay.tamaro-widget small, body #tamaro-widget-overlay.tamaro-widget span, body #tamaro-widget-overlay.tamaro-widget strong, 
body #tamaro-widget-overlay.tamaro-widget sub, body #tamaro-widget-overlay.tamaro-widget sup, body #tamaro-widget-overlay.tamaro-widget svg, body #tamaro-widget-overlay.tamaro-widget textarea, body #tamaro-widget-overlay.tamaro-widget time, 
body #tamaro-widget-overlay.tamaro-widget tt, body #tamaro-widget-overlay.tamaro-widget var, body #tamaro-widget.tamaro-widget a, body #tamaro-widget.tamaro-widget abbr, body #tamaro-widget.tamaro-widget acronym, body #tamaro-widget.tamaro-widget b, 
body #tamaro-widget.tamaro-widget bdo, body #tamaro-widget.tamaro-widget big, body #tamaro-widget.tamaro-widget br, body #tamaro-widget.tamaro-widget button, body #tamaro-widget.tamaro-widget cite, body #tamaro-widget.tamaro-widget code, 
body #tamaro-widget.tamaro-widget dfn, body #tamaro-widget.tamaro-widget em, body #tamaro-widget.tamaro-widget i, body #tamaro-widget.tamaro-widget img, body #tamaro-widget.tamaro-widget input, body #tamaro-widget.tamaro-widget kbd, 
body #tamaro-widget.tamaro-widget label, body #tamaro-widget.tamaro-widget map, body #tamaro-widget.tamaro-widget object, body #tamaro-widget.tamaro-widget q, body #tamaro-widget.tamaro-widget samp, body #tamaro-widget.tamaro-widget script, 
body #tamaro-widget.tamaro-widget select, body #tamaro-widget.tamaro-widget small, body #tamaro-widget.tamaro-widget span, body #tamaro-widget.tamaro-widget strong, body #tamaro-widget.tamaro-widget sub, body #tamaro-widget.tamaro-widget sup, 
body #tamaro-widget.tamaro-widget svg, body #tamaro-widget.tamaro-widget textarea, body #tamaro-widget.tamaro-widget time, body #tamaro-widget.tamaro-widget tt, body #tamaro-widget.tamaro-widget var {
	font-family: 'futura-pt';
}

body #tamaro-widget-overlay.tamaro-widget :after, body #tamaro-widget-overlay.tamaro-widget :before, body #tamaro-widget-overlay.tamaro-widget a, body #tamaro-widget-overlay.tamaro-widget abbr, 
body #tamaro-widget-overlay.tamaro-widget acronym, body #tamaro-widget-overlay.tamaro-widget address, body #tamaro-widget-overlay.tamaro-widget applet, body #tamaro-widget-overlay.tamaro-widget area, 
body #tamaro-widget-overlay.tamaro-widget article, body #tamaro-widget-overlay.tamaro-widget aside, body #tamaro-widget-overlay.tamaro-widget audio, body #tamaro-widget-overlay.tamaro-widget b, body #tamaro-widget-overlay.tamaro-widget base,
body #tamaro-widget-overlay.tamaro-widget basefont, body #tamaro-widget-overlay.tamaro-widget bdi, body #tamaro-widget-overlay.tamaro-widget bdo, body #tamaro-widget-overlay.tamaro-widget big, body #tamaro-widget-overlay.tamaro-widget blockquote,
body #tamaro-widget-overlay.tamaro-widget br, body #tamaro-widget-overlay.tamaro-widget button, body #tamaro-widget-overlay.tamaro-widget canvas, body #tamaro-widget-overlay.tamaro-widget caption, 
body #tamaro-widget-overlay.tamaro-widget center, body #tamaro-widget-overlay.tamaro-widget cite, body #tamaro-widget-overlay.tamaro-widget code, body #tamaro-widget-overlay.tamaro-widget col, body #tamaro-widget-overlay.tamaro-widget colgroup, 
body #tamaro-widget-overlay.tamaro-widget datalist, body #tamaro-widget-overlay.tamaro-widget dd, body #tamaro-widget-overlay.tamaro-widget del, body #tamaro-widget-overlay.tamaro-widget details, body #tamaro-widget-overlay.tamaro-widget dfn, 
body #tamaro-widget-overlay.tamaro-widget dir, body #tamaro-widget-overlay.tamaro-widget div, body #tamaro-widget-overlay.tamaro-widget dl, body #tamaro-widget-overlay.tamaro-widget dt, body #tamaro-widget-overlay.tamaro-widget em, 
body #tamaro-widget-overlay.tamaro-widget embed, body #tamaro-widget-overlay.tamaro-widget fieldset, body #tamaro-widget-overlay.tamaro-widget figcaption, body #tamaro-widget-overlay.tamaro-widget figure, 
body #tamaro-widget-overlay.tamaro-widget font, body #tamaro-widget-overlay.tamaro-widget footer, body #tamaro-widget-overlay.tamaro-widget form, body #tamaro-widget-overlay.tamaro-widget h1, body #tamaro-widget-overlay.tamaro-widget h2, 
body #tamaro-widget-overlay.tamaro-widget h3, body #tamaro-widget-overlay.tamaro-widget h4, body #tamaro-widget-overlay.tamaro-widget h5, body #tamaro-widget-overlay.tamaro-widget h6, body #tamaro-widget-overlay.tamaro-widget header, 
body #tamaro-widget-overlay.tamaro-widget hgroup, body #tamaro-widget-overlay.tamaro-widget hr, body #tamaro-widget-overlay.tamaro-widget i, body #tamaro-widget-overlay.tamaro-widget iframe, body #tamaro-widget-overlay.tamaro-widget img, 
body #tamaro-widget-overlay.tamaro-widget input, body #tamaro-widget-overlay.tamaro-widget ins, body #tamaro-widget-overlay.tamaro-widget kbd, body #tamaro-widget-overlay.tamaro-widget keygen, body #tamaro-widget-overlay.tamaro-widget label, 
body #tamaro-widget-overlay.tamaro-widget legend, body #tamaro-widget-overlay.tamaro-widget li, body #tamaro-widget-overlay.tamaro-widget link, body #tamaro-widget-overlay.tamaro-widget map, body #tamaro-widget-overlay.tamaro-widget mark, 
body #tamaro-widget-overlay.tamaro-widget menu, body #tamaro-widget-overlay.tamaro-widget meta, body #tamaro-widget-overlay.tamaro-widget meter, body #tamaro-widget-overlay.tamaro-widget nav, body #tamaro-widget-overlay.tamaro-widget noframes, 
body #tamaro-widget-overlay.tamaro-widget noscript, body #tamaro-widget-overlay.tamaro-widget object, body #tamaro-widget-overlay.tamaro-widget ol, body #tamaro-widget-overlay.tamaro-widget optgroup, 
body #tamaro-widget-overlay.tamaro-widget option, body #tamaro-widget-overlay.tamaro-widget output, body #tamaro-widget-overlay.tamaro-widget p, body #tamaro-widget-overlay.tamaro-widget param, body #tamaro-widget-overlay.tamaro-widget pre, 
body #tamaro-widget-overlay.tamaro-widget progress, body #tamaro-widget-overlay.tamaro-widget q, body #tamaro-widget-overlay.tamaro-widget rp, body #tamaro-widget-overlay.tamaro-widget rt, body #tamaro-widget-overlay.tamaro-widget ruby, 
body #tamaro-widget-overlay.tamaro-widget s, body #tamaro-widget-overlay.tamaro-widget samp, body #tamaro-widget-overlay.tamaro-widget script, body #tamaro-widget-overlay.tamaro-widget section, body #tamaro-widget-overlay.tamaro-widget select, 
body #tamaro-widget-overlay.tamaro-widget small, body #tamaro-widget-overlay.tamaro-widget source, body #tamaro-widget-overlay.tamaro-widget span, body #tamaro-widget-overlay.tamaro-widget strike, body #tamaro-widget-overlay.tamaro-widget strong, 
body #tamaro-widget-overlay.tamaro-widget sub, body #tamaro-widget-overlay.tamaro-widget summary, body #tamaro-widget-overlay.tamaro-widget sup, body #tamaro-widget-overlay.tamaro-widget svg, body #tamaro-widget-overlay.tamaro-widget table, 
body #tamaro-widget-overlay.tamaro-widget tbody, body #tamaro-widget-overlay.tamaro-widget td, body #tamaro-widget-overlay.tamaro-widget textarea, body #tamaro-widget-overlay.tamaro-widget tfoot, body #tamaro-widget-overlay.tamaro-widget th, 
body #tamaro-widget-overlay.tamaro-widget thead, body #tamaro-widget-overlay.tamaro-widget time, body #tamaro-widget-overlay.tamaro-widget tr, body #tamaro-widget-overlay.tamaro-widget track, body #tamaro-widget-overlay.tamaro-widget tt, 
body #tamaro-widget-overlay.tamaro-widget u, body #tamaro-widget-overlay.tamaro-widget ul, body #tamaro-widget-overlay.tamaro-widget var, body #tamaro-widget-overlay.tamaro-widget video, body #tamaro-widget-overlay.tamaro-widget wbr, 
body #tamaro-widget.tamaro-widget :after, body #tamaro-widget.tamaro-widget :before, body #tamaro-widget.tamaro-widget a, body #tamaro-widget.tamaro-widget abbr, body #tamaro-widget.tamaro-widget acronym, body #tamaro-widget.tamaro-widget address, 
body #tamaro-widget.tamaro-widget applet, body #tamaro-widget.tamaro-widget area, body #tamaro-widget.tamaro-widget article, body #tamaro-widget.tamaro-widget aside, body #tamaro-widget.tamaro-widget audio, body #tamaro-widget.tamaro-widget b, 
body #tamaro-widget.tamaro-widget base, body #tamaro-widget.tamaro-widget basefont, body #tamaro-widget.tamaro-widget bdi, body #tamaro-widget.tamaro-widget bdo, body #tamaro-widget.tamaro-widget big, body #tamaro-widget.tamaro-widget blockquote, 
body #tamaro-widget.tamaro-widget br, body #tamaro-widget.tamaro-widget button, body #tamaro-widget.tamaro-widget canvas, body #tamaro-widget.tamaro-widget caption, body #tamaro-widget.tamaro-widget center, body #tamaro-widget.tamaro-widget cite, 
body #tamaro-widget.tamaro-widget code, body #tamaro-widget.tamaro-widget col, body #tamaro-widget.tamaro-widget colgroup, body #tamaro-widget.tamaro-widget datalist, body #tamaro-widget.tamaro-widget dd, body #tamaro-widget.tamaro-widget del, 
body #tamaro-widget.tamaro-widget details, body #tamaro-widget.tamaro-widget dfn, body #tamaro-widget.tamaro-widget dir, body #tamaro-widget.tamaro-widget div, body #tamaro-widget.tamaro-widget dl, body #tamaro-widget.tamaro-widget dt, 
body #tamaro-widget.tamaro-widget em, body #tamaro-widget.tamaro-widget embed, body #tamaro-widget.tamaro-widget fieldset, body #tamaro-widget.tamaro-widget figcaption, body #tamaro-widget.tamaro-widget figure, body #tamaro-widget.tamaro-widget font, 
body #tamaro-widget.tamaro-widget footer, body #tamaro-widget.tamaro-widget form, body #tamaro-widget.tamaro-widget h1, body #tamaro-widget.tamaro-widget h2, body #tamaro-widget.tamaro-widget h3, body #tamaro-widget.tamaro-widget h4, 
body #tamaro-widget.tamaro-widget h5, body #tamaro-widget.tamaro-widget h6, body #tamaro-widget.tamaro-widget header, body #tamaro-widget.tamaro-widget hgroup, body #tamaro-widget.tamaro-widget hr, body #tamaro-widget.tamaro-widget i, 
body #tamaro-widget.tamaro-widget iframe, body #tamaro-widget.tamaro-widget img, body #tamaro-widget.tamaro-widget input, body #tamaro-widget.tamaro-widget ins, body #tamaro-widget.tamaro-widget kbd, body #tamaro-widget.tamaro-widget keygen, 
body #tamaro-widget.tamaro-widget label, body #tamaro-widget.tamaro-widget legend, body #tamaro-widget.tamaro-widget li, body #tamaro-widget.tamaro-widget link, body #tamaro-widget.tamaro-widget map, body #tamaro-widget.tamaro-widget mark, 
body #tamaro-widget.tamaro-widget menu, body #tamaro-widget.tamaro-widget meta, body #tamaro-widget.tamaro-widget meter, body #tamaro-widget.tamaro-widget nav, body #tamaro-widget.tamaro-widget noframes, body #tamaro-widget.tamaro-widget noscript, 
body #tamaro-widget.tamaro-widget object, body #tamaro-widget.tamaro-widget ol, body #tamaro-widget.tamaro-widget optgroup, body #tamaro-widget.tamaro-widget option, body #tamaro-widget.tamaro-widget output, body #tamaro-widget.tamaro-widget p, 
body #tamaro-widget.tamaro-widget param, body #tamaro-widget.tamaro-widget pre, body #tamaro-widget.tamaro-widget progress, body #tamaro-widget.tamaro-widget q, body #tamaro-widget.tamaro-widget rp, body #tamaro-widget.tamaro-widget rt,
body #tamaro-widget.tamaro-widget ruby, body #tamaro-widget.tamaro-widget s, body #tamaro-widget.tamaro-widget samp, body #tamaro-widget.tamaro-widget script, body #tamaro-widget.tamaro-widget section, body #tamaro-widget.tamaro-widget select, 
body #tamaro-widget.tamaro-widget small, body #tamaro-widget.tamaro-widget source, body #tamaro-widget.tamaro-widget span, body #tamaro-widget.tamaro-widget strike, body #tamaro-widget.tamaro-widget strong, body #tamaro-widget.tamaro-widget sub, 
body #tamaro-widget.tamaro-widget summary, body #tamaro-widget.tamaro-widget sup, body #tamaro-widget.tamaro-widget svg, body #tamaro-widget.tamaro-widget table, body #tamaro-widget.tamaro-widget tbody, body #tamaro-widget.tamaro-widget td, 
body #tamaro-widget.tamaro-widget textarea, body #tamaro-widget.tamaro-widget tfoot, body #tamaro-widget.tamaro-widget th, body #tamaro-widget.tamaro-widget thead, body #tamaro-widget.tamaro-widget time, body #tamaro-widget.tamaro-widget tr, 
body #tamaro-widget.tamaro-widget track, body #tamaro-widget.tamaro-widget tt, body #tamaro-widget.tamaro-widget u, body #tamaro-widget.tamaro-widget ul, 
body #tamaro-widget.tamaro-widget var, body #tamaro-widget.tamaro-widget video, body #tamaro-widget.tamaro-widget wbr {
	font-family: 'futura-pt';
}


body .tamaro-widget#tamaro-widget-overlay .widget-content .widget-block .payment-amounts>.main .amounts .amount.selected, 
body .tamaro-widget#tamaro-widget-overlay .widget-content .widget-block .payment-purposes>.main .purposes .purpose.selected, 
body .tamaro-widget#tamaro-widget .widget-content .widget-block .payment-amounts>.main .amounts .amount.selected, 
body .tamaro-widget#tamaro-widget .widget-content .widget-block .payment-purposes>.main .purposes .purpose.selected {
	border-color: #2f2f2f;
    background-color: #F7A72B;;
    color: #2f2f2f;
}


/* ------- Popup Datenschutzhinweis ------- */ 
body #popmake-6522, body #popmake-6533{
	display: flex !important;
	flex-direction: row;
	/*align-items: center;*/
}
body #popmake-6522 .pum-content p, body #popmake-6533 .pum-content p {
	padding-right: 20px;
	margin-bottom: 0px;
}
body #popmake-6522 button, body #popmake-6533 button {
		transition: all ease-in-out 0.3s;
}
body #popmake-6522 button:hover, body #popmake-6533 button:hover {
	    background-color: rgba(0, 0, 0, 1.00);
		transition: all ease-in-out 0.3s;
}
.pum-theme-6528 .pum-content + .pum-close, .pum-theme-sens-datenschutzhinweis .pum-content + .pum-close {
	position: relative;
	top: auto;
	transform: none;
	min-width: auto;
}
@media (max-width: 768px) {
	body #popmake-6522, body #popmake-6533  {
		flex-direction: column;
	}
	body #popmake-6522 .pum-content p, body #popmake-6533 .pum-content p {
		padding-right: 0px;
		margin-bottom: 20px;
	}
}