/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

:root {
    --sl-color-orange: #ea7e1e;
    --sl-color-sand-light: #f4f0ea;
}




h1 {
	color: var(--sl-color-orange);
	/* font-weight: bold; */
	font-size: 250%;
	/* margin-top: 36px; */
}
h3 {
	text-transform: none !important;
	color: var(--sl-color-orange);
}
#top-menu li li {
	padding-left: 0;
	padding-right: 0;
}
#top-menu li li a {
	width: 100%;
}
.slhp-border {
	border: 1px solid #dddddd !important;
}

/* Korrektur für Farbe des aktiven Navigationspunkts */
#main-header #top-menu li.current-menu-parent > a,
#main-header #top-menu li.current-menu-item > a {
	color: #e3001b !important;
}

/* Seitenrand auf mobile Devices steuern (default = 80%) */
@media only screen and (max-width: 980px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	#main-content > .container,
	footer > .container,
	div.et_pb_row,
	div.et_pb_row.et_pb_row_fullwidth {
		width: 90% !important; 
   }
}

/* Bilder mit Legenden */
.wp-caption {
	font-size: 100%;
	max-width: 100%;
    margin-bottom: 24px;
    padding: 0px;
    border: 0px solid #f00;
	background-color: #fff;
    text-align: left;
}
.wp-caption-text {
	font-size: 100% !important;
}


/* Download Jahresversammlung */

.sl-downloads a:nth-of-type(1) {
    font-size: 140%;
    
}


/* --------------------------------
 * Ninja Forms
 * -------------------------------- */

/* Hide required fiels message */
.nf-form-fields-required {
  display: none;
}
.nf-response-msg {
	border: 2px solid grey;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* --------------------------------
 * Read more
 * -------------------------------- */

.custom-blog .et_pb_post a.more-link {
text-transform:capitalize;
color:#333;
/* background:white; */
float:right;
margin-top:15px;
border:solid 1px;
padding-left:5px;
padding-right:5px;
/* transition:0.5s ease-out; */
border-radius: 2px;
}

.custom-blog .et_pb_post a.more-link:hover {
color: var(--sl-color-orange);
background:#fff;
/* letter-spacing:1.5px; */
}

/* --------------------------------
 * WP Notification Bar
 * -------------------------------- */

/* This fix for the Divi theme is no longer needed since we have removed the top bar with the newsletter subscription CTA
 * to make room for the second level navigation with the language switcher.
 */

/*
#main-header {
	top: 52px !important;
}
*/

/* Make sure that header image sits exactly below the navigation on mobile */
@media only screen and (max-width: 980px) {
	.et_pb_section_0.et_pb_section {
    	padding-top: 0px !important;
    	padding-bottom: 0px !important;
	}
}

/* --------------------------------
 * Spendenformular
 * -------------------------------- */

#postfinance label {
	font-size: 18px;
    line-height: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
#postfinance input {
	font-size: 16px;
	background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
	height: 50px;
	width: 100%;
	padding: 12px;
	margin-bottom: 25px;
}
#postfinance input[type=submit] {
    background: #333;
    border: 0;
    color: #f7f7f7;
    width: auto;
}
#postfinance input[type=submit]:hover {
    background: #c4c4c4;
    color: #787878;
}
#postfinance .help {
	margin-top: -10px;
	margin-bottom: 10px;
}
#postfinance .required {
	color: #e80000;
}

/* --------------------------------
 * Login
 * -------------------------------- */

.widget_wp_sidebarlogin label {
	font-size: 14px;
    line-height: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.widget_wp_sidebarlogin input {
	font-size: 14px;
	background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
	height: 30px;
	width: 100%;
	padding: 8px;
	margin-bottom: 15px;
}
.widget_wp_sidebarlogin input[type=submit] {
    background: #333;
    border: 0;
    color: #f7f7f7;
	height: 40px;
    width: auto;
	padding: 12px;
}
.widget_wp_sidebarlogin input[type=submit]:hover {
    background: #c4c4c4;
    color: #787878;
}
.widget_wp_sidebarlogin input[type=checkbox] {
	height: auto;
	width: auto;
}
.widget_wp_sidebarlogin .help {
	margin-top: -10px;
	margin-bottom: 10px;
}
.widget_wp_sidebarlogin .required {
	color: #e80000;
}

/* Alerts */
.sl-confirmation {
	border: 3px solid rgba(50,150,0,1.0);
	padding: 1.5em;
	background-color: rgba(50,150,0,0.1);
	font-size: 1.2em;
}

/* HubSpot forms */

.sl-hubspot-form {
    padding: 1em;
    border: 2px solid #D0C2B0;
    background-color: #F4F0EA;
}


/* password protected page */

.et_password_protected_form > p {
    background-color: red;
    visibility: hidden;
}

.et_password_protected_form p:first-child::before {
    content: "Diese Unterlagen sind nur für Vereinsmitglieder zugänglich. Das Passwort haben Sie mit der Einladung zur Jahresversammlung erhalten.";
}

.et_password_protected_form label {
    display: block;
    visibility: hidden;
    margin-top: 1em;
}

.et_password_protected_form label::before {
    visibility: visible;
    content: "Passwort";
    font-weight: 700;
}

/* ===== POST SPECIFIC =====*/

#post-4713 .et_post_meta_wrapper img,
#post-5244 .et_post_meta_wrapper img {
    display: none;
}

/* ===== ONLINE DONATION ===== */

.sl-online-donation-methods h5.et_pb_toggle_title {
    color: var(--sl-color-orange);
    font-size: 150%;
}

.sl-online-donation-methods h5.et_pb_toggle_title::before {
    color: var(--sl-color-orange);
    font-size: 120%;
}

.sl-online-donation-methods .et_pb_accordion_item {
    background-color: var(--sl-color-sand-light);
    border: 0px;
}
