/*
Theme Name: BBV
Author: Susanne Reuber
Version: 1.0
Description: zweispaltig responsiv offcanvas
*/

/*
* 1. Reset
* 2. Fonts
* 3. Layout
* 4. Allgemeine Elemente
* 5. Menu
*/


/* ----- 1. Reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-family: Verdana, Arial,sans-serif;
color: #333333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* Clearfix */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }

/* fuer addquicktag */
.clearleft { clear:left; }
.clearright { clear:right; }
.clearboth { clear:both;}
.leerabsatz { margin-bottom:16px; margin-bottom:1rem; clear:both;display:block; height:16px;height:1rem;}

/* ----- 2. Fonts ----- */
																			
/* Genericons */
@font-face {
font-family: 'Genericons';
src: url('fonts/genericons/genericons-regular-webfont.eot');
src: url('fonts/genericons/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/genericons/genericons-regular-webfont.woff') format('woff'),
url('fonts/genericons/genericons-regular-webfont.ttf') format('truetype'),
url('fonts/genericons/genericons-regular-webfont.svg#genericonsregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face{ 
font-family: "Open sans"; 
src: url("fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot"); 
src: url("fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?iefix") format("eot"), url("fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#webfont") format("svg");
}

@font-face{ 
font-family: "Open sans semibold"; 
src: url("fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot"); 
src: url("fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot?iefix") format("eot"), url("fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff") format("woff"), url("fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/opensans_semibold_macroman/OpenSans-Semibold-webfont.svg#webfont") format("svg");
}

@font-face{ 
font-family: "Open sans bold"; 
src: url("fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot"); 
src: url("fonts/opensans_bold_macroman/OpenSans-Bold-webfont.eot?iefix") format("eot"), url("fonts/opensans_bold_macroman/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/opensans_bold_macroman/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/opensans_bold_macroman/OpenSans-Bold-webfont.svg#webfont") format("svg");
}

/* ----- 3. Layout ----- */

body { 
font-size: 100%; 
background: #ffffff; 
padding-top:5px; 
padding-bottom:5px;
line-height: 1.3125; 
}

.container { 
width: 100%;
background: #ffffff;
overflow: hidden;
}

#header { 
background: #EFEFEF; 
padding-bottom:10px;
}

/* #content */
[role="main"]:before,
[role="main"]:after {
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: -100%;
width: 100%;
height: 100%;
}
[role="main"]:after {
left: 100%;
}

[role="navigation"],
[role="main"] {
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;		
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;		
width: 90%;
padding: 5%;
display: block;	
position: relative;
}
[role="navigation"] {
padding-left:0;
}

/* offcanvas */
.js [role="navigation"] {	
margin-left: -100%;
float: left;
padding-bottom: 50px; 
padding-bottom: 3.125rem;
z-index: 2;	
}
.js [role="main"] {
margin-left: 0;
float: left;
z-index: 1;
position: relative;
}
/* active-nav */
.active-nav [role="navigation"] {	
margin-left: 0;	
width: 90%; 
}
.active-nav [role="main"]{
margin-right: -100%;
}
.active-nav [role="main"] {
-webkit-transition: 0.2s all ease;
-moz-transition: 0.2s all ease;
-o-transition: 0.2s all ease;		
-ms-transition: 0.2s all ease;
transition: 0.2s all ease;	
}

/* Off Canvas Menu-Button */
.off-canvas-navigation {
width: 25%;
overflow: hidden;
display: block;
float:right;
}
.off-canvas-navigation ul li {
display: block;
float: left;
background: #EFEFEF;
}	
/* menu-button */																			
a.menu-button {
padding: 10px 10px 10px 10px;
padding: 0.625rem 0.625rem 0.625rem 0.625rem;
display: block;
color: #666666;
}
.menu-button:before {
content: '\f419'; 
display: inline-block;
-webkit-font-smoothing: antialiased;
font-weight:normal;
font-size: 32px;
font-size: 2rem;
font-family: 'Genericons';
line-height:1;
vertical-align: top;
}
a.menu-button span {
font-size: 12px;
font-size:0.75rem;
}
.menu-button.active-button {
color: rgba(102,102,102,0.5);
}
a.menu-button:hover {
color: rgba(102,102,102,0.5);
}

.entry-content {
margin-top:20px;
margin-top:1.25rem;
line-height:1.4;
}
body.home .entry-content { 
margin-top:0;
}



/* ----- 4. Allgemeine Elemente ----- */

/* Links */
a:link, a:visited {
color: #333333;
text-decoration:none;
}
a:hover, a:active {
color: #bf2a38;
text-decoration:none;
}

/* img und divs */
img {
max-width: 100%;
height: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
margin: 10px 0 20px 0;
margin: 0.625rem 0 1.25rem 0;
display:block;
float:none;
}
img.alignright {
margin: 10px 0 20px 0;
margin: 0.625rem 0 1.25rem 0;
display:block;
float:none;
}
img.aligncenter {
clear: both;
margin-top: 10px;
margin-top: 0.625rem;
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
/* bild startseite */																			
body.home img.aligncenter {
clear: both;
margin-top: 0;
margin-bottom: 20px;
margin-bottom: 1.25rem;
}																												
img.alignnone {
margin-top: 10px;
margin-bottom:  20px;
margin-bottom:  1.25rem;
display: block;
}																		
/* logo */	
.logo img.header-image {
margin-left: 10px;
margin-left: 0.625rem;
margin-right: 20px;
margin-right:1.25rem;
}	

img.size-thumbnail, img.size-medium {
height: auto;
}



img.size-medium, .wp-caption.alignleft img {
margin: 10px 0 10px 0;
margin: 0.625rem 0 0.625rem 0;
}

.wp-caption {
	max-width: 99% !important;
	/*width: auto !important;*/ /* nicht erforderlich???*/
	margin-bottom: 20px; margin-bottom:  1.25rem;
	margin-top: 10px;
}
.wp-caption.alignleft {
	margin-right:1%;
	float:none;
} 
.wp-caption.alignright {
	float:none;
	margin-left: 1%;
}


/* headers */
h1 {
font-size: 22px;
font-size: 1.375rem;
line-height:1.2;
color: #bf2b38;
font-weight:bold;
}

h2 {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.3;
margin: 20px 0 10px 0;
margin: 1.25rem 0 0.625rem 0;
color: #333333;
font-weight:bold;
}

.logo h2 {
font-size: 16px;
font-size: 1rem;
line-height: 1.2;
margin: 10px 0 0 0;
margin: 0.625rem 0 0 0;
color: #333333;
font-weight:normal;
font-family: "Open sans semibold";
}

.logo h2 {
display:none;
}

.entry-content h3 {
color: #333333;
font-size: 16px;
font-size:1rem;
line-height: 1.3;
font-weight:bold;
margin-bottom: -10px;
margin-bottom: -0.625rem;
margin-top:20px;
margin-top:1.25rem;
}

/* inhaltselemente */																			
.entry-content p {
margin: 20px 0 10px 0;
margin: 1.25rem 0 0.625rem 0;
}

p.leer { height: 10px; height: 0.625rem;width:100%;}

.entry-content p.bildmaterial {
padding-top: 20px;
margin-top:20px;}


/* bu */
p.wp-caption-text { 
font-size: 12px; font-size: 0.75rem;
color: #757575; /*font-style:italic;*/ 
margin-bottom: 0; 
margin-top: 0;
}

div.menu-hauptnavigation1-container.kontakt p {
padding-top:23px;padding-top: 1.4375rem;
padding-left: 80px; padding-left: 5rem;
}		

body.home div.menu-hauptnavigation1-container.kontakt p {
padding-top:0;
padding-left: 55px; padding-left: 3.4375rem;
}		

/* aok-logo-text */
p.sponsor {
font-size:13px; font-size: 0.8125rem;
color: #757575;
margin-top: 10px; margin-top: 0.625rem;
line-height:1.2;
text-align:center;
padding-right:100px; padding-right: 6.25rem;
}	

/* links .entry-content */
.entry-content p a:link, .entry-content p a:visited {
color: #bf2b38;
text-decoration:underline;
}
.entry-content p a:hover, .entry-content p a:active {
color: #bf2b38;
text-decoration:underline;
}

/* Listen - allgemein */
ul {
	list-style: none;
}
ol {
list-style: decimal;
margin-left: 0;
padding-left:20px; padding-left: 1.25rem;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

/* font-resizer */
li.fontResizer a.fontResizer_minus:after { content:"-";}																
li.fontResizer a.fontResizer_add:after { content:"+";}																
																			
/* listen .entry-content */																			
.entry-content ul {
margin-left: 0;
padding-left:20px;
padding-left:1.25rem;
list-style: disc outside;
overflow:auto;
}
.entry-content li {
margin: 0 0 5px 0;
margin: 0 0 0.3125rem 0;
}

/* footer */																			

footer {
padding-left: 10px; padding-left: 0.625rem;
padding-right:10px;padding-right: 0.625rem;
}	
/* kontakt */																			
footer aside p {																		
font-size: 16px;
font-size: 1rem;
line-height: 1.3215;
color: #333333;
margin-bottom: 20px;
margin-bottom: 1.25rem;
text-align:left;
padding-left: 95px; padding-left: 5.9375rem;
}
footer a:link, footer a:visited {
color: #333333;
text-decoration:none;
}
footer a:hover, footer a:active {
color: #BF2B39;
text-decoration:none;
}
	
header .logo {
    width: 70%;
}

.logo img.header-image {
max-width:20%;
float:left;
margin-top:10px;}

/* startseite motto */
.logo-mobil {
background: #efefef;
 margin-bottom: 10px; margin-bottom: 0.625rem;
margin-top:-25px; margin-left:-5%;margin-right: -5%;}

body.home .logo-mobil {
background: #efefef;
margin:-25px 0 25px 0;
}
																			
.logo-mobil h3 {
float:none;
margin-right:0px;
padding:10px 10px 10px 20px; padding: 0.625rem 0.625rem 0.625rem 1.25rem; 
font-family: "Open sans semibold", sans-serif;
font-size: 16px; font-size: 1rem;
font-weight:normal;
}



/* elemente, die mobil nicht angezeigt werden */																	
#accessoben .menu-headnavigation-container {display:none; } /* menu oben */																			
.header-right-font {display:none;} /* font-resizer */
footer aside.second.desktop { display:none; }	/* kontakt */																


/* ----- 5. Navigation ----- */
/* hauptmenu */
/* nav#menu div.menu-hauptnavigation-container */
.menu-hauptnavigation1-container.vereinsleben { 
margin-top: -10px;  margin-top: -0.625rem;
background: url(images/bg-vereinsleben.png) no-repeat 15px 30px;
}
.menu-hauptnavigation1-container.verein { 
margin-top: -10px; margin-top: -0.625rem;
background: url(images/bg-verein.png) no-repeat 15px 30px;
padding-bottom:10px; padding-bottom: 0.625rem;
}
.menu-hauptnavigation1-container.aok { 
margin-top: 0; 
padding-bottom:10px; padding-bottom: 0.625rem;
padding-left:80px; padding-left: 5rem;
}
.menu-hauptnavigation1-container.kontakt { 
margin-top: 0; 
background: url(images/bg-kontakt.png) no-repeat 15px 30px;
padding-bottom:50px; padding-bottom: 3.125rem;
}
/* neu 2019 */
.menu-hauptnavigation1-container.veranstaltungen { 
margin-top: -10px;  margin-top: -0.625rem;
background: url(images/bg-veranstaltungen.png) no-repeat 15px 30px;
padding-bottom:10px; padding-bottom: 0.625rem;

}

/* startseite */
body.home .menu-hauptnavigation1-container.vereinsleben { 
margin-top: 0; 
margin-bottom: 20px; margin-bottom: 1.25rem;
background: url(images/bg-vereinsleben-startseite.png) no-repeat 0px 5px;
float:none;
padding-bottom:0;
-moz-background-size:40px; /* Firefox */
-webkit-background-size:40px; /* Safari, Chrome */
background-size:40px; /* Opera, IE, W3C Standard */	
}
body.home .menu-hauptnavigation1-container.verein { 
margin-top: 0; 
margin-bottom: 20px; margin-bottom: 1.25rem;
background: url(images/bg-verein-startseite.png) no-repeat 0px 5px;
padding-bottom:0;
-moz-background-size:40px; /* Firefox */
-webkit-background-size:40px; /* Safari, Chrome */
background-size:40px; /* Opera, IE, W3C Standard */	
}
body.home .menu-hauptnavigation1-container.kontakt { 
margin-top: 0; 
background: url(images/bg-kontakt-startseite.png) no-repeat 0px 0px;
padding-bottom:0;
-moz-background-size:40px; /* Firefox */
-webkit-background-size:40px; /* Safari, Chrome */
background-size:40px; /* Opera, IE, W3C Standard */	
}

.menu-hauptnavigation1-container ul {
list-style: none; 
padding-top:23px; padding-top: 1.4375rem;
padding-bottom:23px; padding-bottom: 1.4375rem;
width:100%;
}
body.home .menu-hauptnavigation1-container ul {
padding-top:0;
padding-bottom:0; 
}
								
.menu-hauptnavigation1-container ul, .menu-hauptnavigation1-container ul li {
margin: 0; 
border: none; 
list-style: none;
}
.menu-hauptnavigation1-container ul a {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.3;
color: #333333;
font-weight:normal;
padding-left: 80px;
padding-left: 5rem;
display:block;
}

body.home .menu-hauptnavigation1-container ul a {
padding-left: 55px; padding-left: 3.4375rem;
}

/* verein, vereinsleben */
.menu-hauptnavigation1-container ul li:first-child a {
font-weight:bold; 
font-size:19px; font-size: 1.1875rem;
}

.menu-hauptnavigation1-container ul a:hover {
color: #BF2B38;
}

body.home .menu-hauptnavigation1-container ul a:hover {
padding-left: 55px; padding-left: 3.4375rem;
}
/* verein, vereinsleben */
.menu-hauptnavigation1-container ul li:first-child a:hover {
font-weight:bold; 
font-size:19px; font-size: 1.1875rem;
}

.menu-hauptnavigation1-container ul li.current_page_item > a,
.menu-hauptnavigation1-container ul li.current-menu-ancestor > a,
.menu-hauptnavigation1-container ul li.current-menu-item > a,
.menu-hauptnavigation1-container ul li.current-page-ancestor > a,
.menu-hauptnavigation1-container ul li.current_page_ancestor > a,
.menu-hauptnavigation1-container ul li.current-menu-parent > a {
color: #bf2a38;
text-decoration:none;
}
.menu-hauptnavigation1-container ul ul {
padding-top: 2px;
padding-top: 0.125rem;
margin-bottom:0;
margin-top: 0;
padding-bottom: 5px;
padding-bottom: 0.3125rem;
}
.menu-hauptnavigation1-container ul ul li:hover {
background: transparent;
}
.menu-hauptnavigation1-container ul ul a {
font-size: 16px; font-size: 1rem;
line-height: 1.5333333;
color: #333333;
padding-left: 90px;
padding-left: 5.625rem;
background-image:none;
}
.menu-hauptnavigation1-container ul ul a {
font-size: 16px;
font-size: 1rem;
line-height: 1.5333333;
color: #333333;
padding-left: 90px;
padding-left: 5.625rem;
background-image:none;
}
/* verein, vereinsleben */
.menu-hauptnavigation1-container ul ul li:first-child a {
font-weight:normal; 
font-size:16px; font-size: 1rem;
}
.menu-hauptnavigation1-container ul ul a:hover {
font-size: 16px;
/*font-size: 1.125rem;*/
line-height: 1.5333333;
color: #bf2b39;
padding-left: 90px;
padding-left: 5.625rem; 
background:none;
}
/* verein, vereinsleben */
.menu-hauptnavigation1-container ul ul li:first-child a:hover {
font-weight:normal; 
font-size:16px; font-size: 1rem;
}
.sub-menu {display: block;}
.current_page_item .sub-menu, .current_page_parent .sub-menu { display: block;}


/* startseite */
body.home .sub-menu { display:none; }

.menu-hauptnavigation1-container ul ul li.current_page_item > a,
.menu-hauptnavigation1-container ul ul li.current-menu-ancestor > a,
.menu-hauptnavigation1-container ul ul li.current-menu-item > a,
.menu-hauptnavigation1-container ul ul li.current-page-ancestor > a,
.menu-hauptnavigation1-container ul ul li.current_page_ancestor > a,
.menu-hauptnavigation1-container ul ul li.current-menu-parent > a {
color: #bf2b39;
background:none;
}


/* menu im header (=mobil in der sidebar) */
#accesssidebar {
display: block;
text-align:left;	
float:left; 
padding-left:20px; padding-left: 1.25rem;
}
#accesssidebar ul {
list-style: none;
margin: 0 0 0 auto;
padding: 0;
text-align:right;
}
#accesssidebar li {
float: left;
margin-bottom: 10px;
margin-bottom: 0.625rem;
padding:0;
border-right: 1px solid #333333;
}
#accesssidebar li:last-child {
border-right:0;
}
#accesssidebar a {
padding: 0 6px;
padding: 0 0.375rem;
}

#accesssidebar a {
font-size: 16px;
font-size: 1rem;
color: #333333;
letter-spacing:0;
}
#accesssidebar li:hover > a,
#accesssidebar ul ul:hover > a,
#accesssidebar a:focus {
color: #bf2b39;
font-weight:normal;
}
#accesssidebar li:hover > a,
#accesssidebar a:focus {
color: #bf2b39;
font-weight:normal;
}
#accesssidebar ul li:hover > ul {
display: block;
}
#accesssidebar .current-menu-item > a,
#accesssidebar .current-menu-ancestor > a,
#accesssidebar .current_page_item > a,
#accesssidebar .current_page_ancestor > a {
font-weight: normal;
color: #bf2b39;
}


/* maskierung, wenn off-canvas menue aktiv */
.maskieren {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
visibility: hidden;
z-index: 1000;
bottom: 0;
background: #333333;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.active-nav .maskieren {
left: 90%;
visibility: visible;
opacity: 0.3;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=30);
-webkit-transition:.2s opacity ease .2s;
-moz-transition:.2s opacity ease .2s;
-o-transition:.2s opacity ease .2s;
-ms-transition:.2s opacity ease .2s;
transition:.2s opacity ease .2s;
}
.active-nav .maskieren {
-webkit-transition: .2s opacity ease-out, .2s left ease-out;
-moz-transition: .2s opacity ease-out, .2s left ease-out;
-o-transition: .2s opacity ease-out, .2s left ease-out;
-ms-transition: .2s opacity ease-out, .2s left ease-out;
transition: .2s opacity ease-out, .2s left ease-out;
}


/* ----- 6. formular ----- */

/*------------------------------------------------*/
/*-----------[Fast Secure Contact Form]-----------*/
/*------------------------------------------------*/

/* Alignment DIVs */
.fscf-div-form              { width:99%; max-width:655px; }
.fscf-div-left-box          { float:left; width:55%; max-width:270px; }
.fscf-div-right-box         { float:left; width:235px; }
.fscf-div-clear             { clear:both; }
.fscf-div-field-left        { clear:left; float:left; width:99%; max-width:650px; margin-right:10px; }
.fscf-div-field-prefollow   { clear:left; float:left; width:99%; max-width:250px; margin-right:10px; }
.fscf-div-field-follow      { float:left; padding-left:10px; width:99%; max-width:250px; }
.fscf-div-label             { text-align:left; padding-top:5px; margin-bottom:10px;}
.fscf-div-field             { text-align:left; }
.fscf-div-captcha-sm        { width:215px; height:50px; padding-top:2px; }
.fscf-div-captcha-m         { width:250px; height:65px; padding-top:2px; }
.fscf-image-captcha         { border-style:none; margin:0; padding:0px; padding-right:5px; float:left; }
.fscf-image-captcha-refresh { border-style:none; margin:0; padding:0px; vertical-align:bottom; }
.fscf-div-submit            { text-align:left; clear:both; padding-top:15px; }
.fscf-fieldset              { border:1px solid black; width:99%; max-width:550px; padding:10px; }

#fscf_required1 { margin-bottom: 10px;}

#fscf_captcha_refresh1 { float:right; margin-top: -50px; }

/* Styles of labels, fields and text */
.fscf-required-indicator { text-align:left; }
.fscf-required-text      { text-align:left; }
.fscf-hint-text          { font-size:x-small; font-weight:normal; }
.fscf-div-error          { text-align:left; color:#BF2B38; }
.fscf-div-redirecting    { text-align:left; }
.fscf-fieldset-field     { border:1px solid black; width:97%; max-width:600px; padding:10px; }
.fscf-label              { text-align:left; }
.fscf-option-label       { display:inline; }
.fscf-input-text         { text-align:left; margin:0; width:99%; max-width:250px; padding:5px; font-size: 14px; 	font-family: Verdana, Arial, Helvetica, sans-serif;  margin-bottom: 10px;
border: 1px solid #D4D4D4;}
.fscf-input-captcha      { text-align:left; margin:0; width:50px; padding:5px; font-size: 14px; 	font-family: Verdana, Arial, Helvetica, sans-serif;  margin-bottom: 10px;
border: 1px solid #D4D4D4;}
.fscf-input-textarea     { text-align:left; margin:0; width:99%; max-width:250px; height:120px; }
.fscf-input-select       { text-align:left; }
.fscf-input-checkbox     { width:13px; padding:5px; margin-bottom: 10px;}
.fscf-input-radio        { width:13px; }
.fscf-button-submit      { cursor:pointer; margin:0; margin-top:5px; margin-bottom: 30px;padding: 5px 10px; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; background: #BF2B38; border: 1px solid #BF2B38; color: #ffffff; font-weight:bold; letter-spacing: 0.03em; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.fscf-button-reset       { cursor:pointer; margin:0; }
.fscf-button-vcita       { text-decoration:none; display:block; text-align:center; background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); color:#fff !important; padding:8px; }
.fscf-button-div-vcita   { border-left:1px dashed #ccc; margin-top:25px; padding:8px 20px; }
.fscf-powered-by         { font-size:x-small; font-weight:normal; padding-top:5px; text-align:center; }

/* Placeholder Style - WebKit browsers - Safari, Chrome */
::-webkit-input-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 4 - 18 */
:-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Mozilla Firefox 19+ */
::-moz-placeholder { opacity:0.6; color:#333333; }

/* Placeholder Style - Internet Explorer 10+ */
:-ms-input-placeholder { opacity:0.6; color:#333333; }


/* caldera */
.caldera-grid .btn {
    cursor: pointer!important;
    margin: 16px 0 32px 0!important;
    padding: 5px 10px!important;
    font-size: 14px!important;
    font-family: Verdana, Arial, Helvetica, sans-serif!important;
    background: #BF2B38!important;
    border: 1px solid #BF2B38!important;
    color: #ffffff!important;
    font-weight: bold;
    letter-spacing: 0.03em!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    text-transform:uppercase;
    font-weight:bold;
}
.caldera-grid .row { margin-bottom: 12px;}

.caldera-grid .checkbox input[type="checkbox"] {
margin-right: 8px;}

/* Formular Newsletter */
form.widget_wysija { 
margin-top: 20px;
}
.wysija-input         { 
text-align:left; 
margin:0; 
width:99%; 
max-width:250px; 
padding:5px; 
font-size: 14px; 	
font-family: Verdana, Arial, Helvetica, sans-serif;  
margin-bottom: 10px;
border: 1px solid #D4D4D4;
}
.wysija-submit      { 
cursor:pointer; 
margin:0; 
margin-top:5px; 
margin-bottom: 30px;
padding: 5px 10px; 
font-size: 14px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
background: #BF2B38; 
border: 1px solid #BF2B38; 
color: #ffffff; 
font-weight:bold; 
letter-spacing: 0.03em; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}
p.wysija-paragraph label             {
 text-align:left; 
 padding-top:5px;
 margin-bottom:10px;
}
.formError .formErrorContent {
    background: #ffffff;
    border: 0;
    color: #BF2B38;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    padding: 4px 10px;
    margin-top:-10px;
    position: relative;
    width: 200px;
    z-index: 5001;
}
.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: #ffffff;
    border-color: #ffffff;
}
.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    margin-left:0;
    padding-left: 0;
}




/* ----- 7. media queries ----- */

/* -- 480px -- */																				
@media all and (min-width: 480px) {

	.logo h2 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	margin: 0 0 0 0;
	color: #333333;
	float:none;
	}		

	.off-canvas-navigation {
	padding-top:10px; padding-top: 0.625rem;
	}	
	
}
/* -- /480px -- */

/* -- 600px -- */																				
@media all and (min-width: 600px) {
																					
	[role="main"] h1 {
	text-align: left;
	margin: 10px 0;
	margin: 0.625rem 0;
	line-height:1.3;
	}				
																				
	[role="main"] h2 {
	text-align: left;
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
	line-height:1.3;
	}	
	
	img.alignleft {
	margin: 10px 32px 16px 0; margin: 0.625rem 2rem 1rem 0;
	float:left;
	}
	img.size-medium {
		margin: 10px 32px 16px 0; margin: 0.625rem 2rem 1rem 0;
}
	img.alignright {
	margin: 10px 0 16px 32px; margin: 0.625rem 0 1rem 2rem;
	float:right;
	}
																				
	header .logo {
	width: 75%;
	float:left;
	}	

	/* Off Canvas Menu-Button */
	.off-canvas-navigation {
	width: 10%;
	}
																			
	.logo h2 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	margin: 45px 0 0 0; 	margin: 2.1825rem 0 0 0;
	color: #333333;
	float:none;
	}																				
																		
	.logo h2 { 
	display:block;
	}

	.logo-mobil h3 {
	display:none;
	}
																		
}

/* -- /600px -- */																				



/* ---------- 800px ---------- */																				
@media all and (min-width: 800px) {

	body { 
	background: #ffffff; 
	padding-top:5px; padding-top: 0.3125rem; 
	padding-bottom:5px; padding-bottom: 0.3125rem;
	}																			
																				
	#header { 
	background: #ffffff; 
	padding:0;
	}
																			
	/* header */
	header {
	padding-top:0;
	width:100%;
	max-width: 1000px;
	max-width: 62.5rem;
	margin-bottom:10px; margin-bottom: 0.625rem;
	}
	
	header .logo {
	width: 100%;
	float:left; 
	padding-top:0; 
	height: 140px; height: 8.75rem;
	border-top: 40px solid #ffffff;
	border-bottom:30px solid #ffffff;
	background: #efefef;
	}		

	.logo img.header-image {
	margin-top: -35px; margin-top: -2.1875rem;
	float:left;
	margin-left:45px; margin-left: 2.8125rem;
	margin-right:45px; margin-right: 2.8125rem;
	}	
																
	header .header-rechts {
	float:right; 
	padding-top:15px; 
	padding-top:0.9375rem; 
	width: 70%;
	height:130px; height:8.125rem;
	}

	.off-canvas-navigation {
	display: none;
	}																						

	.container {
	max-width: 1000px; 	max-width: 62.5rem;
	margin: 0 auto;
	}

	.js [role="navigation"] {
	width: 26%;	 
	margin-left: 0;
	float: left;
	padding: 0;
	}

	.js [role="main"] {
	width: 63%;
	padding: 10px 5% 40px 5%;		
	padding: 0.625rem 5% 2.5rem 5%;	
	}

																				

	/* nur bei klick */
	.sub-menu {display: none;}
															
																				
	.left-content-wrapper {
	width:100%; 
	float:left;
	background: #FFFFFF;
	}

	/* bg sidebar mit gradient */
	.left-content-wrapper {
	background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(239,239,239,1) 27%, rgba(255,255,255,1) 27%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,239,239,1)), color-stop(27%,rgba(239,239,239,1)), color-stop(27%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 27%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 27%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 27%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 27%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#efefef, endColorstr=#ffffff,GradientType=1 ); */ /*IE6-9 */
	}

	body.home .left-content-wrapper { 
	background: #ffffff;
	margin-bottom: 0;
	}

	/* menu */
	.menu-hauptnavigation1-container.vereinsleben, 
	.menu-hauptnavigation1-container.verein, 
	.menu-hauptnavigation1-container.veranstaltungen, 
	.menu-hauptnavigation1-container.kontakt {
	-moz-background-size:32px; /* Firefox */
	-webkit-background-size:32px; /* Safari, Chrome */
	background-size:32px; /* Opera, IE, W3C Standard */	
	}
	.menu-hauptnavigation1-container ul a, .menu-hauptnavigation1-container ul a:hover {
	padding-left: 55px; padding-left: 3.4375rem;
	}
	.menu-hauptnavigation1-container ul ul a, .menu-hauptnavigation1-container ul ul a:hover {
	padding-left: 55px;padding-left: 3.4375rem;
	}
	div.menu-hauptnavigation1-container.kontakt p {
	padding-left: 55px;padding-left: 3.4375rem;
	}	
	.menu-hauptnavigation1-container.aok { margin-top: 0; 
	padding-left:55px;padding-left: 3.4375rem;
	}
																			
	/* footer */
	footer aside.first, footer aside.second, footer aside.third {
	display:block;
	}

	footer {
	max-width: 1280px;
	max-width: 80rem;
	margin-top:20px; margin-top: 1.25rem;
	display:block;
	margin-bottom:25px; margin-bottom: 1.5625rem;
	}

	footer aside {
	float: left;
	width: 33%;
	}

	footer aside.second {
	margin-left:auto;
	margin-right:auto;
	margin-top:5px; margin-top: 0.3125rem;
	text-align:center;
	}

	footer aside.second.mobil {
	display:none;}
	footer aside.second.desktop {
	display:block;
	}

	/* vereinsleben */
	footer aside.third {
	float:right;
	margin-right: 0;
	margin-left:auto;
	}
																					

	/* kein padding left (hier nicht buendig zu icon) */
	footer aside li {
		float: none;
		padding:0;
	}
	
	/* header-menu*/
	#accessoben .menu-headnavigation-container {display:block; }
	/* header-menu in sidebar */
	#accesssidebar { display:none; }

	/* div fuer font-resizer */
	.header-right-font {
	display:block; 
	float:right;
	margin-top:30px; margin-top: 1.875rem;
	margin-right:45px; margin-right: 2.8125rem;
	}
																		
	/* menue im header */ 
	.menu-headnavigation-container {
	margin-top:30px; margin-top: 1.875rem;
	margin-bottom: 0;
	}
	#accessoben {
	display: block;
	margin: 0 auto 0 auto;
	text-align:left;	
	width:50%; 
	padding-left:45px; padding-left: 2.8125rem;
	float:left;
	}
	#accessoben ul {
	list-style: none;
	margin: 0 0 0 auto;
	padding: 0;
	text-align:right;
	}
	#accessoben li {
	float: left;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding:0;
	border-right: 1px solid #333333;
	}
	#accessoben li:last-child {
	border-right:0;
	}
	#accessoben a {
	padding: 0 8px;
	padding: 0 0.5rem;
	}
	#accessoben li:first-child a {
	padding-left: 0;
	}

	#accessoben a {
	font-size: 16px;
	font-size: 1rem;
	color: #333333;
	letter-spacing:0;
	}
	#accessoben li:hover > a,
	#accessoben ul ul:hover > a,
	#accessoben a:focus {
	color: #bf2b39;
	font-weight:normal;
	}
	#accessoben li:hover > a,
	#accessoben a:focus {
	color: #bf2b39;
	font-weight:normal;
	}
	#accessoben ul li:hover > ul {
	display: block;
	}
	#accessoben .current-menu-item > a,
	#accessoben .current-menu-ancestor > a,
	#accessoben .current_page_item > a,
	#accessoben .current_page_ancestor > a {
	font-weight: normal;
	color: #bf2b39;
	}	
	
	/* bg sidebar mit gradient */
	.left-content-wrapper {
	background: rgb(255,255,255); /* alt */
	background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(239,239,239,1) 29%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,239,239,1)), color-stop(29%,rgba(239,239,239,1)), color-stop(29%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 29%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 29%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 29%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 29%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#efefef, endColorstr=#ffffff,GradientType=1 ); */ /* IE6-9 */
	}

	.menu-hauptnavigation1-container.vereinsleben { 
	margin-top: 0; 
	}
	.menu-hauptnavigation1-container.verein { 
	margin-top: 0; 
	padding-bottom: 50px; padding-bottom: 3.125rem;
	}
	.menu-hauptnavigation1-container.aok { margin-top: 0; 
	padding-bottom:50px; padding-bottom: 3.125rem;
	}
	/* neu 2019 */
	.menu-hauptnavigation1-container.veranstaltungen { 
	margin-top: 0; 
	padding-bottom: 50px; padding-bottom: 3.125rem;
	}
	.menu-hauptnavigation1-container ul a {
	line-height: 1.5;
	}

	/* startseite */
	body.home .menu-hauptnavigation1-container.vereinsleben { 
	margin-top: 0; 
	float:right;
	}
	
	.wp-caption.alignleft {
	margin-right:4%;
	float:left;
	} 
	.wp-caption.alignright {
	float:right;
	margin-left: 4%;
	}

}
/* -- /800px -- */																				

																			
/* -- 1000px -- */																				
@media all and (min-width: 1000px) {

	.container {
	max-width: 1280px;
	max-width: 80rem;
	width:100%;
	}

	header {																				
	max-width:1280px;
	max-width:80rem;
	padding-top:0;
	width:100%;
	}

	header .logo { width: 100%;}		
													
															
	.left-content-wrapper {
	width:1280px; 
	width:80rem; 
	width:100%;
	}	

	.menu-hauptnavigation1-container.vereinsleben, 
	.menu-hauptnavigation1-container.verein, 
	.menu-hauptnavigation1-container.veranstaltungen, 
	.menu-hauptnavigation1-container.kontakt {
	-moz-background-size:48px; /* Firefox */
	-webkit-background-size:48px; /* Safari, Chrome */
	background-size:48px; /* Opera, IE, W3C Standard */	
	}

	.menu-hauptnavigation1-container ul a, .menu-hauptnavigation1-container ul a:hover {
	padding-left: 80px;
	}
	.menu-hauptnavigation1-container ul ul a, .menu-hauptnavigation1-container ul ul a:hover {
	padding-left: 90px;
	}
	div.menu-hauptnavigation1-container.kontakt p {
	padding-left: 80px;
	}	

	.menu-hauptnavigation1-container.aok { margin-top: 0; 
	padding-left:80px;
	}

																				
	.js [role="main"]  {
	width: 62%;
	}

	.js [role="navigation"] {
	width:28%;
	}
														
															
																				
	/* bg sidebar mit gradient */
	.left-content-wrapper {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(239,239,239,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,239,239,1)), color-stop(30%,rgba(239,239,239,1)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 30%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#efefef, endColorstr=#ffffff,GradientType=1 ); */ /* IE6-9 */
	}
																			
}
/* -- /1000px -- */																				


/* -- 1025px -- */																				

@media all and (min-width: 1025px) {
	#accessoben {
	margin:0;
	}

	.menu-headnavigation-container {float:left; }

	/* startseite */
	body.home .menu-hauptnavigation1-container.vereinsleben { margin-top: 0; 
	background: url(images/bg-vereinsleben-startseite.png) no-repeat 0px 5px;
	float:right;
	padding-bottom:0;
	}
	body.home .menu-hauptnavigation1-container.verein { margin-top: 0; 
	background: url(images/bg-verein-startseite.png) no-repeat 0px 5px;
	padding-bottom:0;
	}
	body.home .menu-hauptnavigation1-container.kontakt { margin-top: 0; 
	background: url(images/bg-kontakt-startseite.png) no-repeat 0px 0px;
	padding-bottom:0;
	}	

	body.home .menu-hauptnavigation1-container ul a {
	padding-left: 95px; padding-left: 5.9375rem;
	}
	body.home .menu-hauptnavigation1-container ul a:hover {
	padding-left: 95px; padding-left: 5.9375rem;
	}

	body.home div.menu-hauptnavigation1-container.kontakt p {
	padding-top:0;padding-left: 95px; padding-left: 5.9375rem;
	}	
	
	.logo h2 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.2;
	}

}

/* -- /1025px -- */																				

/* -- 1280px -- */																				

@media all and (min-width: 1280px) {

	.js [role="main"]  {
	width: 750px;
	}		
	.js [role="navigation"] {
	width:30%;
	}

	footer {
	padding-left: 45px; padding-left: 2.8125rem;
	padding-right:45px;padding-right: 2.8125rem;
	}


.logo h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin: 55px 0 0 0;
	margin: 3.4375rem 0 0 0;
	float:left;
	}

}
/* -- /1280 -- */

/* -- 1290 -- */

@media all and (min-width: 1290px) {

	body { 
	background: #d8d7d7; 
	padding-top:10px; padding-top: 0.625rem;
	padding-bottom:10px; padding-bottom: 0.625rem;
	}	

	.container { 
	box-shadow: 0px 0px 24.95px rgba(0, 0, 0, 0.6);
	}
	
}
/* -- /1290 --- */																