/*
Theme Name: fwa
Author: Claudia Lippmann 
Author URI: http://www.zentralheld.de
Version: 1.0
=======
*/

/*-----------------------------------------------------------------------------------*/
/* Farben
/*-----------------------------------------------------------------------------------*/ 

/*
	blau: 		#1D3A8F
	orange: 	#F59C00
	hellblau: 	#E6E7F2
*/

/*-----------------------------------------------------------------------------------*/
/* CSS-Reset, basierend auf Eric Meyer (http://meyerweb.com/eric/tools/css/reset/reset.css)
/*-----------------------------------------------------------------------------------*/ 

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,sub,sup,tt,var,b,u,i,center,dl,dt,dd,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
{
	border:0;
	font-family:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
	display:block;
}

body
{
	line-height:1;
	font-size: 14px;
}

blockquote,q
{
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after
{
	content:none;
}

* {
	-webkit-appearance: none;
}

input, select, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape while allowing user zoom */
}

/*-----------------------------------------------------------------------------------*/
/* Clearfix (http://www.webtoolkit.info/css-clearfix.html)
/*-----------------------------------------------------------------------------------*/

.clearfix:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}

.clearfix
{
	display:inline-block;
}

html[xmlns] .clearfix
{
	display:block;
}

* html .clearfix
{
	height:1%;
}


/*-----------------------------------------------------------------------------------*/
/* Word Break fix for opera (http://reference.sitepoint.com/html/wbr)
/*-----------------------------------------------------------------------------------*/

wbr:after
{
	content:"\00200B";
}


/*-----------------------------------------------------------------------------------*/
/* Basics
/*-----------------------------------------------------------------------------------*/

html
{
	height: 100%;

}

body
{
	/*background: url(img/hg_kachel.png)*/;
	background: #efefef;
	color: #666;
	font-family: 'Lato', Arial, sans-serif;
	height: 100%;			
}

input, select
{
	font-family:inherit;
}

#wrapper
{
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px 0 #ccc;
	box-shadow: 0 0 25px 0 #ccc;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	min-height: 100%;
}

#header
{
	height: 370px;
	line-height: 0;
	width: 100%;
}

#container
{
	width: 960px;
	margin: 0 0 20px 0;
}

#primary
{
	float: left;
	margin: 30px 0 40px 70px;
	width: 605px;
}

#sidebar
{
	float: right;
	margin: 30px 0 40px 0;
	padding: 0 0 0 10px;
	width: 220px;
}

#footer
{
	background-color: #E6E7F2;
	clear: both;
	line-height: 0;
	padding: 40px;
	position: relative;
}

.entry
{
	margin: 0 0 30px 0;
	width: 100%;
}

h1
{
	color: #fff;
	font-size: 20px;
    font-style: normal;
    font-weight: normal;
	line-height: 20px;
	padding: 11px 0 9px 0;
	margin: 0 0 0 70px;
}

h2
{
	color: #1D3A8F;
	font-size: 20px;
    font-style: normal;
    font-weight: normal;
	line-height: 30px;
	padding: 0;
	margin: 0 0 20px 0;
}

h3
{
	color: #1D3A8F;
	font-size: 16px;
    font-style: normal;
    font-weight: bold;
	line-height: 24px;
	padding: 0;
	margin: 30px 0 15px 0;
}

p
{
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
	line-height: 22px;
	margin: 0 0 15px 0;
}

ul,ol
{
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
	line-height: 22px;
	margin: 0 0 15px 0;
}

ol li {
    margin: 0 0 10px 0;
    padding-left: 5px;
}

a, a:link
{
	color: #1D3A8F;
    font-style: normal;
    font-weight: bold;
	text-decoration: none;
}

a:visited, a:hover, a:focus, a:active
{
	color: #1D3A8F;
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

p strong
{
	font-size: 13.7px;
}

em
{
	font-weight: normal;
	font-style: italic;
}

strong em
{
    font-weight: 700;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px 0;
}

table th,
table tr td
{
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
	line-height: 22px;
	margin: 0 0 15px 0;
	vertical-align: top;
	text-align: left;
}

hr {
	border: 0px none;
	clear: both;
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/

#brand
{
	font-size: 0;
	float: left;
	line-height: 0;
	/* margin: 15px 0 15px 50px; */
	margin: 15px 0 9px 50px;
	width: 220px;
}

#brand a
{
	line-height: 0;
}

#brand a img
{
	line-height: 0;
	width: 165px;
	height: auto;
}

#header-top
{
	position: relative;
}

#banner
{
	line-height: 0;
}

#banner img {
	width: 100%;
}

#balken
{
	background-color: #1D3A8F;
	height: 40px;
}

/*-----------------------------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------------------------*/

/* Top-Nav */

#top-nav
{
	float: right;
	height: 74px;
	text-align: right;
	width: 690px;
}

#top-nav ul
{
	float: right;
	height: 36px;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-nav ul li
{
	height: 36px;
	float:left;
	margin: 0 0 0 10px;
	position: relative;
	text-align: center;
}

#top-nav ul li a
{
	color: #fff;
	display: block;
}

#top-nav ul li.plus
{
	width: 40px;
}

#top-nav ul li.plus a
{
	color: #1D3A8F;
}

#top-nav ul li.spenden
{
	background-color: #F59C00;
	width: 230px;
}

#top-nav ul li.plus a
{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 36px;
}

#top-nav ul li.spenden a
{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
}

#top-nav ul li.twitter,
#top-nav ul li.facebook
{
	width: 36px;
}

#top-nav ul li.twitter a,
#top-nav ul li.facebook a
{
	font-size: 24px;
	line-height: 36px;
}

#top-nav ul li.twitter
{
	background-color: #33ccff;
}

#top-nav ul li.facebook
{
	background-color: #3b5998;
}

#top-nav ul li a,
#top-nav ul li a:link,
#top-nav ul li a:visited
#top-nav ul li a:hover
#top-nav ul li a:focus,
#top-nav ul li a:active
{
	text-decoration: none;
}

/* Main-Nav */

#main-nav
{
	background-color: #fff;
	float: right;
	position: relative;
	width: 690px;
	z-index: 1000;
}

#main-nav .menu-mainmenu-container
{
	float: left;
	height: 36px;
}

#main-nav .menu
{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	display: block;
	float: left;
	height: 36px;
	position: relative;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-nav .menu li
{
	float:left;
	position: relative;
}

#main-nav .menu li a
{
	border-bottom: 1px solid #fff;
	color: #1D3A8F;
	display: block;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	padding: 8px 10px 7px 10px;
	text-decoration: none;
}

#main-nav .menu li a:hover,
#main-nav .menu li.current-menu-item a,
#main-nav .menu li.current-menu-parent a,
#main-nav .menu li.current-menu-ancestor a 
{
	background-color: #1D3A8F;
	color: #fff;
}

/* Submenu */

#main-nav .menu li ul.sub-menu
{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 36px;
	width: 200px;
	z-index: 99999;
}

#main-nav .menu li ul.sub-menu li
{
	/*border-bottom: 1px solid #fff; */
	float: none;
	margin: 0 0 0 0;
	position: relative;
}

#main-nav .menu li ul.sub-menu li a
{
	background-color: #E6E7F2;
	color: #1D3A8F;
	display: block;
	line-height: 20px;
	padding: 8px 10px 7px 10px;
	text-decoration: none;
}

#main-nav .menu li ul.sub-menu li a:hover,
#main-nav .menu li ul.sub-menu li.current-menu-item a,
#main-nav .menu li ul.sub-menu li.current-menu-parent a,
#main-nav .menu li.current-page-ancestor a,
#main-nav .menu li ul.sub-menu li.current-page-ancestor a
{
	background-color: #1D3A8F;
	color:#fff;
	text-decoration:none;
}

/* #main-nav .menu li.current-menu-parent ul.sub-menu, */
#main-nav .menu li:hover ul.sub-menu
{
	display:block;
}

/* 2. Submenu */

#main-nav .menu li ul.sub-menu li ul.sub-menu
{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
	position: absolute;
	left: 200px;
	top: 0px;
	width: 200px;
	z-index: 99999;
}

#main-nav .menu li ul.sub-menu li .sub-menu li
{
	float: none;
	margin: 0 0 0 0;
	position: relative;
}

#main-nav .menu li ul.sub-menu li .sub-menu li a
{
	background: #233c41;
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
}

#main-nav .menu li ul.sub-menu li .sub-menu li a:hover,
#main-nav .menu li ul.sub-menu li .sub-menu li.current-menu-item a
{
	background-color: #f00;
	color:#fff;
	text-decoration:none;
}

#main-nav .menu li.current-menu-parent ul.sub-menu li.current-menu-parent ul.sub-menu,
#main-nav .menu li:hover ul.sub-menu li:hover ul.sub-menu
{
	display:block;
}


#breadcrumb
{
	color: #666;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 0px 70px;
	float: left;
}

#breadcrumb .del
{
	padding: 0 5px;
}


#breadcrumb a
{
	color: #666;
	font-weight: 400;
}

#breadcrumb a:hover
{
	color: #1D3A8F;
	font-weight: bold;
}

/* Toggle-Menu (mobile) */
#main-nav-toggle, #main-nav-toggle-menu {
	display: none;
}

#main-nav-toggle-menu {
	width: 100%;
	padding-top: 20px;
	background-color: #E6E7F2;
}

div#main-nav-toggle > * {
	width: 100%;
	box-sizing: border-box;
}

div#main-nav-toggle-button-container a {
	border-bottom: 6px solid #d6d7e2;
}

div#main-nav-toggle-button-container a {
	padding: 10px;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: normal;
	box-sizing: border-box;
}

#main-nav-toggle-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main-nav-toggle-menu ul li {
	position: relative;
}

#main-nav-toggle-menu ul ul {
	padding: 0px 0px 20px 0px;
}

#main-nav-toggle-menu ul ul:last-child {
	padding: 0px;
}

#main-nav-toggle-menu ul li a {
	padding: 10px 20px;
	display: block;
	border-bottom: 1px solid #d6d7e2;
	color: #000;
}

#main-nav-toggle-menu ul ul:last-child > li:last-child a {
	border-bottom: 1px solid #1D3A8F;
}

#main-nav-toggle-menu ul li a:hover {
	background-color: #d6d7e2;
}

#main-nav-toggle-menu ul ul li a {
	padding: 10px 20px 10px 32px;
}

div#main-nav-toggle a {
	color: white;
}

#main-nav-toggle-menu ul li a.show-sub-menu {
	position: absolute;
	padding: 10px 5px;
	width: 42px;
	height: 43px;
	right: 0px;
	top: 0px;
	box-sizing: border-box;
	text-align: center;
	background-color: #d6d7e2;
	border-bottom: 1px solid #EEE;
}

#breadcrumb-wrap {
	width: 100%;
	margin: 5px 0px 0px 0px;
	box-sizing: border-box;
	padding-right: 20px;
}

div#flags {
	width: 220px;
}

div#flags ul {
	padding: 0px;
}

#language-wrap {
	float: right;
}

#language-wrap #flags li {
	margin-left: 8px;
}

/*-----------------------------------------------------------------------------------*/
/* Sidebar
/*-----------------------------------------------------------------------------------*/

/* Allgemein */

.widget
{
	margin: 0 0 40px 0;
}

#sidebar .widget h2
{
	background: url(img/punktelinie.png) repeat-x 0px 35px;
	color: #1D3A8F;
	font-size: 20px;
    font-style: normal;
    font-weight: normal;
	line-height: 30px;
	padding: 0 0 30px 10px;
	margin: 0 0 0 -10px;
}

#sidebar .widget ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 15px 0 0;
}

#sidebar .widget ul li
{
	color: #666;
    font-style: normal;
    font-weight: normal;
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebar .widget ul li a
{
    font-weight: bold;
	color: #666;
}

#sidebar .widget ul li a:hover
{
	color: #1D3A8F;
}

#sidebar p
{
	margin: 0 0 15px 0;
}

/* Menu */

#sidebar .widget ul#sidemenu li
{
	padding: 0 0 0 30px;
	background-image: url(img/liste_pfeil.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Kontakt */

#sidebar #kontakt-wrapper
{
	margin: 0 10px 0 0;
}

#sidebar #kontakt-wrapper img
{
	margin: 0 0 15px 0;
}

#sidebar p .left,
#sidebar p .right
{
	display: table-cell;
}

#sidebar p .left
{
	color: #1D3A8F;
	width: 20px;
}

#sidebar p i
{
	display: inline-block;
}

#sidebar p .right
{
	vertical-align: top;
}

#sidebar p i.fa-map-marker
{
	padding-top: 3px;
	font-size: 120%;
}

#sidebar p i.fa-phone
{
	padding-top: 3px;
	font-size: 110%;
}

#sidebar p i.fa-envelope
{
	font-size: 90%;
}

#sidebar #kontakt-wrapper a
{
	color: #666;
}

#sidebar #kontakt-wrapper a:hover
{
	color: #1D3A8F;
}

/* News */

#sidebar .widget ul#news-wrapper li p
{
    margin: 0;
}

/* Stimmen */

#sidebar #stimmen-wrapper
{
    position:relative;
    height: 380px;
	margin: 0 20px 0 0;
}
  
#stimmen-wrapper .stimme-wrapper
{
	background-color: #fff;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height:380px;
}

#stimmen-wrapper div.active {
    z-index:10;
    opacity:1.0;
}

#stimmen-wrapper div.last-active {
    z-index:9;
}

#sidebar .stimme-wrapper img
{
	margin: 0 0 15px 0;
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	box-sizing: border-box;
}

#widgets-wrapper {
	width: 100%;
}

#footer .widget {
	box-sizing: border-box;
	float: left;
	width: 25%;
	margin: 0px;
	padding-right: 15px;
}

#footer .widget:last-child
{
	adding-right: 0px;
}

#footer .widget p
{
	padding: 0;
	margin: 0 0 10px 0;
}

#footer .wpcf7 p
{
	margin: 0 0 15px 0;
}

#footer .wpcf7 .captcha-left,
#footer .wpcf7 .captcha-right
{
	display: inline-block;
	float: left;
	font-size: 0;
	line-height: 0;
}

#footer .wpcf7 .captcha-left
{
	width: 90px;
}

#footer .wpcf7 .captcha-right
{
	width: 114px;
}

#footer .wpcf7 p
{
	display: block;
	width: 204px;
}

#footer .wpcf7 input
{
	display: block;
	width: 180px;
	height: 22px;
	padding: 6px 12px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: none;
}

#footer .wpcf7 input[type="submit"]
{
	display: inline-block;
	padding: 5px 12px;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	color: #fff;
	background-color: #F59C00;
	width: 204px;
	height: 34px;
	font-style: normal;
	font-weight: bold;
}

#footer .wpcf7 input[type="submit"]:before
{
	content: "\f0a9";
	display: inline-block;
	font-family: FontAwesome;
}

#footer .wpcf7 img.wpcf7-captchac
{
	border: 4px solid #fff;
	border-top: 5px solid #fff;
	margin: 0 10px 0 0;
}

#footer .wpcf7 input.wpcf7-captchar
{
	width: 90px;
}


#footer .wpcf7 span.wpcf7-not-valid-tip
{
	color: #f00;
	font-size: 14px;
	line-height: 22px;
	display: block;
	padding: 5px 0 0 3px;
}

#footer .wpcf7-response-output
{
	display: none !important;
}

#footer #impressum-link
{
	position: absolute;
	bottom: 10px;
	right: 40px;
	line-height: 150%;
    text-align: right;
}

#footer #impressum-link a
{
	color: #1D3A8F;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}

#footer #impressum-link a:hover
{
	color: #1D3A8F;
}

#footer input.wpcf7-form-control.wpcf7-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

input.wpcf7-form-control.wpcf7-acceptance {
    width: 20px !important;
    height: 20px;
    padding: 0;
    margin: 0 0 0 0em;
    vertical-align: bottom;
    background: transparent !important;
    display: inline-block !important;
    -webkit-appearance: checkbox;
}

/*-----------------------------------------------------------------------------------*/
/* Entry - allgemein
/*-----------------------------------------------------------------------------------*/

#primary p a,
.entry p a,
#primary ul a,
.entry ul a
{
	border: #fff solid 1px;
	border-bottom: #666 dotted 1px;
	color: #1D3A8F;
}

#primary p a:hover,
.entry p a:hover,
#primary ul a:hover,
.entry ul a:hover
{
	border: #1D3A8F solid 1px;
	background-color: #1D3A8F;
	color: #fff;
}

#primary p strong,
.entry p strong,
#primary ul strong,
.entry ul strong
{
	color: #4F4E4E;
}

.entry ul li
{
	margin: 0 0 10px 0;
}

.entry .kontakt-box
{
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	border: 5px solid #E6E7F2;
	-webkit-border-radius: 0 40px 0 0;
	border-radius: 0 40px 0 0;
	margin: 20px 0 20px 0;
	padding: 15px 15px 0 15px;
	width: 565px;
}

.entry .kontakt-box h3
{
	background: url(img/punktelinie.png) repeat-x 0px 30px;
	color: #1D3A8F;
	font-size: 16px;
    font-style: normal;
    font-weight: bold;
	line-height: 20px;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}

.entry .kontakt-box img
{
	float: left;
	margin: 0 20px 15px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.entry .kontakt-box i
{
	font-style: italic;
}

#primary .stimmen-wrapper
{
	margin: 0;
	padding: 20px 20px 0 20px;
	width: 585px;
}

#primary .stimmen-wrapper h3 {
	background: url(img/punktelinie.png) repeat-x 0px 30px;
	color: #1D3A8F;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 30px 20px;
	margin: 0 0 20px -20px;
}

#primary .stimme-wrapper
{
	margin: 0 0 30px 0;
	padding: 0;
	width: 100%;
}

#primary .stimme-img img
{
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#primary .stimme-img,
#primary .stimme-txt
{
	display: table-cell;
	vertical-align: bottom;
}


#primary .stimme-box
{
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	border: 5px solid #E6E7F2;
	-webkit-border-radius: 40px 40px 40px 0;
	border-radius: 40px 40px 40px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding: 25px 25px 10px 25px;
}

#primary .stimme-txt strong
{
	color: #666;
}

#primary .stimme-txt i
{
	font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/* Ebene Eins
/*-----------------------------------------------------------------------------------*/

.entry-ebeneeins-boxwrapper
{
	font-size: 0;
	line-height: 0;
	margin: 0 -12px;
}

.entry-ebeneeins-boxwrapper > a, .entry-ebeneeins-boxwrapper > .column-wrap {
	display: block;
	float: left;
	padding: 0 12px 24px 12px;
	box-sizing: border-box;
	width: 33%;
}

.entry-ebeneeins-boxwrapper > a:nth-child(3n+1), .entry-ebeneeins-boxwrapper > .column-wrap:nth-child(3n+1) {
	clear: both;
}

.ebeneeins-box
{
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	/* margin: 0 25px 25px 0; */
	margin: 0;
	padding: 0;
	width: 100%;
	/* display: inline-block; */
    vertical-align: top;
    /* *display: inline; */
    *zoom: 1;
}

.ebeneeins-box > * {
	width: 100%;
	box-sizing: border-box;
}

.ebeneeins-box:hover
{
	-webkit-box-shadow: 3px 3px 10px 0 #666;
	box-shadow: 3px 3px 10px 0 #666;
}

.ebeneeins-img
{
	background-color: #ddd;
/*	-webkit-border-radius: 0 40px 0 0;
	border-radius: 0 40px 0 0; */
	/* height: auto; */
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.ebeneeins-img img {
	width: 100%;
	max-width: 100%;
}

.ebeneeins-name
{
	background-color: #E6E7F2;
	border-top: 1px solid #fff;
	color: #1D3A8F;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	min-height: 52px;
}

body.page-template-page-ebene-01-themen-php .ebeneeins-name
{
	background-color: #1D3A8F;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 5px 5px 5px 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	height: 42px;
}


.ebeneeins-teaser
{
	background-color: #E6E7F2;
	border-top: 1px solid #fff;
	padding: 10px 5px 5px 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	min-height: 170px;
}

.ebeneeins-teaser ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ebeneeins-teaser ul li
{
	padding: 0;
	margin: 0 0 5px 0;
}

.ebeneeins-teaser ul li i
{
	color: #1D3A8F;
	font-size: 12px;
	margin-left: -17px;
	width: 17px;
	display: table-cell;
	padding-top: 4px;
	vertical-align: top;
}

#primary .ebeneeins-teaser ul li a
{
	border: none;
	color: #666;
	font-weight: bold;
	display: table-cell;
}

#primary .ebeneeins-teaser ul li a:hover
{
	background-color: transparent;
	border: none;
	color: #1D3A8F;
}


/*-----------------------------------------------------------------------------------*/
/* Ebene Zwei
/*-----------------------------------------------------------------------------------*/

.entry-ebenezwei-boxwrapper
{
	font-size: 0;
	line-height: 0;
	margin: 20px 0 0 0;
}

.ebenezwei-box
{
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	border: 5px solid #E6E7F2;
	-webkit-border-radius: 0 40px 0 0;
	border-radius: 0 40px 0 0;
	margin: 0 0 30px 0;
	padding: 15px;
	width: 565px;
}

.ebenezwei-box-content
{
	clear: both;
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	border: 5px solid #E6E7F2;
	-webkit-border-radius: 0 40px 0 0;
	border-radius: 0 40px 0 0;
	margin: 10px 0 25px 0;
	padding: 0 15px;
	width: 565px;
}

a:hover .ebenezwei-box
{
	-webkit-box-shadow: 3px 3px 10px 0 #666;
	box-shadow: 3px 3px 10px 0 #666;
}


.ebenezwei-teaser
{
	overflow: hidden;
}

.ebenezwei-img
{
	float: left;
	height: auto;
	width: 150px;
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.ebenezwei-teaser h3
{
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
}

a .ebenezwei-box .ebenezwei-teaser p
{
	color: #666;
	margin: 0;
	padding: 0;
}

.ebenezwei-teaser p i
{
	color: #1D3A8F;
}

/*-----------------------------------------------------------------------------------*/
/* Ebene Drei
/*-----------------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------------*/
/* Startseite
/*-----------------------------------------------------------------------------------*/

.entry-startseite-box
{
	background-color: #E6E7F2;
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	float: left;
	margin: 0 0 40px 50px;
	min-height: 230px;
	width: 270px;
}

.entry-startseite-box:hover
{
	-webkit-box-shadow: 3px 3px 10px 0 #666;
	box-shadow: 3px 3px 10px 0 #666;
}

.entry-startseite-top
{
	margin: 0 0 0 -50px;
}

.entry-startseite-box .entry-startseite-box-img
{
	height: 125px;
	width: 270px;
	border-bottom: 10px solid #1D3A8F;
	overflow: hidden;
}

.entry-startseite-box .entry-startseite-box-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.entry-startseite-box .entry-startseite-box-title
{
	color: #1D3A8F;
	font-size: 20px;
    font-style: normal;
    font-weight: normal;
	line-height: 20px;
	padding: 0;
	margin: 10px 15px 10px 15px;
}

.entry-startseite-box .entry-startseite-box-teaser
{
	color: #666;
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
	line-height: 20px;
	margin: 10px 15px 10px 15px;
	min-height: 80px;
}

.entry-startseite-box .entry-startseite-box-teaser i
{
	color: #1D3A8F;
}

.entry-startseite-bottom
{
	margin: 0 0 0 -50px;
}

.entry-startseite-newswrapper,
.entry-startseite-angebotewrapper
{
	float: left;
	margin: 0 0 40px 50px;
	min-height: 230px;
	width: 270px;
}

.entry-startseite-newswrapper h2,
.entry-startseite-angebotewrapper h2
{
	background: url(img/punktelinie.png) repeat-x 0px 30px;
	color: #1D3A8F;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	padding: 0 0 35px 13px;
	margin: 0;
}

.entry-startseite-newswrapper ul,
.entry-startseite-angebotewrapper ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 15px 0 15px;
}

#primary .entry-startseite-newswrapper ul li a,
#primary .entry-startseite-angebotewrapper ul li a
{
	border: none;
}

.entry-startseite-newswrapper ul p,
.entry-startseite-angebotewrapper ul p
{
	margin: 0 0 20px 0;
	overflow: hidden;
}

#primary .entry-startseite-newswrapper ul p a,
#primary .entry-startseite-angebotewrapper ul a,
#primary p.all-link a
{
	border: none;
	color: #666;
	font-weight: bold;
}

#primary p.all-link a
{
	color: #1D3A8F;
}

#primary .entry-startseite-newswrapper ul p a:hover,
#primary .entry-startseite-angebotewrapper ul a:hover,
#primary p.all-link a:hover
{
	background-color: transparent;
	border: none;
	color: #1D3A8F;
}

.entry-startseite-newswrapper ul li img
{
	float: left;
	padding: 0;
	margin: 3px 10px 10px 0;
}

.entry-startseite-newswrapper p.all-link,
.entry-startseite-angebotewrapper p.all-link
{
	margin: 5px 0 0 15px;
}

.entry-startseite-angebotewrapper ul li
{
	margin: 0 0 15px 20px;
}

.entry-startseite-angebotewrapper ul li i
{
	color: #1D3A8F;
	margin: 0 0 0 -20px;
	width: 20px;
}

#sidebar_aktion {
	padding-right: 20px;
}

#sidebar_aktion .widget {
	position: relative;
	width: 100%;
}

#sidebar_aktion .widget img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#sidebar_aktion .widget a {
	display: block;
	box-shadow: 3px 3px 10px 0 #a3a3a3;
}

#sidebar_aktion .widget a:hover {
	box-shadow: 3px 3px 10px 0 #666;
}

#sidebar_aktion .widget h3 {
	/* position: absolute; */
	left: 0;
	bottom: 0;
	color: #1d3a8f;
	margin: 0;
	padding: 4px 0px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	/* letter-spacing: 0.05em; */
	/* text-shadow: 0px 0px 2px rgba(0,0,0,0.8); */
	background-color: #e6e7f2;
}


/*-----------------------------------------------------------------------------------*/
/* Suche
/*-----------------------------------------------------------------------------------*/

.searchBtn
{
	background-color: #F59C00;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
}

.searchBtn a
{
	color: #fff;
	display: block;
	width: 36px;
	height: 36px;
}

.searchBtn a i
{
	margin: 10px 0 0 10px;
}


.searchform {
	z-index: 100;
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 250px;
	height: 36px;
	background-color: #E6E7F2;
}

.searchform div 
{
	margin: 5px 0 0 5px;
	display: inline-block;
}

 .mobile-searchform div {
 	padding: 0 10px 15px 10px;
	display: block;
	border-bottom: 1px solid #d6d7e2;
 }

.searchform div label, .mobile-searchform div label
{
	display: none;
}

.searchform input#s, .mobile-searchform input#s
{
  	border: 0px solid #233942;
  	width: 170px;
  	padding: 2px 5px 0 5px;
	margin: 0 5px 0 0;
	height: 24px;
  	background: #fff;
  	color: #233942;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
 }

 .mobile-searchform input#s
{
	width: 75%;
	height: 30px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

.searchform input[type='submit'], .mobile-searchform input[type='submit']
{
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: #1D3A8F;
	height: 26px;
	width: 55px;
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
}

.mobile-searchform input[type='submit']
{
	width: 18%;
	height: 30px;
}

#subhead
{
	font-size: 14px;
	line-height: 20px;
	margin: -15px 0 30px 0;
}

/*-----------------------------------------------------------------------------------*/
/* News - Übersicht
/*-----------------------------------------------------------------------------------*/

.news-ueberblick-box
{
	margin: 0 0 30px 0;
}

.news-ueberblick-box img
{
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.news-ueberblick-box p.news-ueberblick-date
{
	margin: -3px 0 5px 0;
}

.news-ueberblick-box h3
{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}

.news-ueberblick-box h3 a
{
	border: #fff solid 1px;
	border-bottom: #666 dotted 1px;
	color: #1D3A8F;
}

.news-ueberblick-box h3 a:hover
{
	border: #1D3A8F solid 1px;
	background-color: #1D3A8F;
	color: #fff;
}

.news-ueberblick-teaser
{
	overflow: hidden;
}

#primary .news-ueberblick-teaser p a
{
	background: transparent;
	border: none;
}

#primary .news-ueberblick-teaser p a:hover
{
	background: transparent;
	border: none;
	color: #1D3A8F;
}


#primary .wp-pagenavi
{
	clear: both;
	text-align: center;
}

#primary .wp-pagenavi a,
#primary .wp-pagenavi span
{
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 2px;
}

#primary .wp-pagenavi a:hover,
#primary .wp-pagenavi span.current
{
	border: none;
}

#primary .wp-pagenavi span.current
{
    font-weight: bold;
}


/*-----------------------------------------------------------------------------------*/
/* News - Single
/*-----------------------------------------------------------------------------------*/

.entry .subhead
{
    font-weight: bold;
}

.entry-news-single p a.lightbox
{

}

.entry-news-single p a.lightbox img
{
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
}

.entry-news-single p a.lightbox:hover
{
	-webkit-box-shadow: 3px 3px 10px 0 #666;
	box-shadow: 3px 3px 10px 0 #666;
}

.single-post .kontakt-box
{
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	border: 5px solid #E6E7F2;
	-webkit-border-radius: 0 40px 0 0;
	border-radius: 0 40px 0 0;
	margin: 20px 0 20px 0;
	padding: 15px 15px 0 15px;
	width: 565px;
}

.single-post .kontakt-box h3
{
	background: url(img/punktelinie.png) repeat-x 0px 30px;
	color: #1D3A8F;
	font-size: 16px;
    font-style: normal;
    font-weight: bold;
	line-height: 20px;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}

#primary .entry .kontakt-box p strong
{
	color: #666;
}

.entry .wp-caption-text
{
	display: none;
}

.fancybox-title pre
{
	white-space: pre-line;
}

.entry .toggle-wrap
{
	margin: 30px 0 0 0;
}

.entry .toggle-wrap:last-child
{
	margin: 0 0 0 0;
}

.single-post .toggle-wrap h3
{
	background: url(img/punktelinie.png) repeat-x 0px 30px;
	color: #1D3A8F;
	font-size: 16px;
    font-style: normal;
    font-weight: bold;
	line-height: 20px;
	padding: 0 0 30px 0;
	margin: 0 0 0 20px;
}

.single-post .toggle-wrap h3:hover
{
	cursor: pointer;
}

.single-post .toggle-wrap h3 i
{
	margin: 2px 0 0 -20px;
	display: block;
	width: 20px;
	float: left;
}

.single-post .toggle-body
{
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}


/*-----------------------------------------------------------------------------------*/
/* Events - Übersicht
/*-----------------------------------------------------------------------------------*/

ul.entry-events-ueberblick-wrapper 
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

#primary ul.entry li.eme_period
{
	color: #1D3A8F;
	font-size: 16px;
    font-style: normal;
    font-weight: bold;
	line-height: 24px;
	padding: 0;
	margin: 30px 0 15px 0;
}

/*-----------------------------------------------------------------------------------*/
/* Events - Single
/*-----------------------------------------------------------------------------------*/

p.zeile
{
	margin: 0 0 10px 0;
}

p.zeile-fett
{
	font-weight: bold;
}

p.zeile .tab1,
p.zeile .tab2
{
	display: table-cell;
}

p.zeile .tab1
{
	font-weight: bold;
	width: 100px;
}

p.zeile .tab2
{
	width: 500px;
}

body.page-template-default #wrapper table.eme-rsvp-form
{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
	border: 5px solid #E6E7F2;
	-webkit-border-radius: 0 40px 0 0;
	border-radius: 0 40px 0 0;
	margin: 40px 0 20px 0;
	padding: 20px 15px 0 15px;
	border-collapse: unset;
    border-spacing: unset;
    width: 100%;
}

table.eme-rsvp-form h3
{
	background: url(img/punktelinie.png) repeat-x 0px 30px;
	color: #1D3A8F;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
}

table.eme-rsvp-form
{
	margin: 20px 0 0 0;	
	width: 540px;
}

table.eme-rsvp-form th
{
	vertical-align: top;
	width: 180px;
}

table.eme-rsvp-form td
{
	padding: 0 0 15px 40px;
	vertical-align: top;
	width: 320px;
}

.eme-required-field
{
	display: none;
}

table.eme-rsvp-form input,
table.eme-rsvp-form select,
table.eme-rsvp-form textarea,
form .wpcf7-form-control-wrap input,
form .wpcf7-form-control-wrap select,
form .wpcf7-form-control-wrap textarea
{
	display: block;
	width: 248px;
	height: 22px;
	padding: 6px 8px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

table.eme-rsvp-form select
{
	height: 35px;
	width: 266px;
	padding: 4px;
}

table.eme-rsvp-form textarea,
form .wpcf7-form-control-wrap textarea
{
	height: 100px;
	padding: 8px;
	width: 248px;
}

table.eme-rsvp-form input[name="FIELD2"]
{
	float: left;
	margin: 0 20px 0 0;
	width: 58px;
}


table.eme-rsvp-form input[name="FIELD3"]
{
	width: 152px;
}

table.eme-rsvp-form select[name="bookedSeats"]
{
	width: 60px;
}

table.eme-rsvp-form input[type="checkbox"]
{
	width: 22px;
	height: 22px;
	padding: 0;
    margin: 0;
	-webkit-appearance: checkbox;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	display: inline-block;
	vertical-align: bottom;

}

table.eme-rsvp-form tr td img
{
	border-radius: 4px;
	height: 34px;
	width: 100px;
}

table.eme-rsvp-form input[name="captcha_check"]
{
	width: 82px;
}


table.eme-rsvp-form input[type="submit"],
form input[type="submit"].wpcf7-submit
{
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	color: #fff;
	background-color: #1D3A8F;
	width: 180px;
	height: 34px;
}

table.eme-rsvp-form .eme-rsvp-message
{
	display: none;
}

.has-error
{
	color: red;
	display: inline-block;
	margin: 5px 0 0 0;
}

table.eme-rsvp-form .eme_required {
    border: 0;
}

.wpcf7-form input[type="checkbox"] {
    width: 20px !important;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    background: transparent !important;
    display: inline-block !important;
    -webkit-appearance: checkbox;
}

table.eme-rsvp-form .checkbox-group {
    float: left;
    padding-right: 5px;
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

tr.einwilligung label {
    display: none;
}

.eme-rsvp-form tr.workshop001 input[type="radio"] {
    border: none;
    background: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: left;
    width: auto !important;
    height: 22px;
    padding: 20px;
    margin: 0 9px 0 3px;
    -webkit-appearance: radio;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
    vertical-align: bottom;
}

#eme-rsvp-message table.eme-rsvp-form tr.workshop001 td {
    padding-left: 50px;
}

tr.rasantevernetzung th {
    padding-bottom: 10px !important;
}


/*-----------------------------------------------------------------------------------*/
/* Fancybox
/*-----------------------------------------------------------------------------------*/

#primary p a.lightbox
{
	border: none;
}


/*-----------------------------------------------------------------------------------*/
/* Images
/*-----------------------------------------------------------------------------------*/

.alignleft
{
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright
{
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.bildfolge
{
	float: left;
	margin: 5px 10px 20px 0;
}

.gallery
{
	float: left;
	width: 175px;
	margin: 5px 0 0 0;
 }
 
.gallery-item
{
	float: left;
	margin: 0 15px 15px 0;
	-webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
	box-shadow: 3px 3px 10px 0 #A3A3A3;
}

.gallery-item:hover
{
	-webkit-box-shadow: 3px 3px 10px 0 #666;
	box-shadow: 3px 3px 10px 0 #666;
}

.gallery-item a
{
	font-size: 0;
	line-height: 0;
	display: block;
}

.gallery img
{
	width: 40px;
	height: 40px;
}

.gallery #item-1 img
{
	width: 150px;
	height: 150px;
}

.gallery-caption
{
	display: none;
}

.gallery br
{
	clear: none !important;
 }

.bildleiste
{
	clear: both;
	margin: 20px 0 30px 0;
}


/*-----------------------------------------------------------------------------------*/
/* Tables
/*-----------------------------------------------------------------------------------*/

table#kontakt
{
	width: 605px;
	padding: 0;
	border-spacing: 0;
    border-collapse: collapse;
}

table#kontakt td
{
	padding: 0 0 40px 0;
}

table#kontakt td.spalte01
{
	padding: 0 20px 40px 0;
	width: 285px;
}


/*-----------------------------------------------------------------------------------*/
/* Extras
/*-----------------------------------------------------------------------------------*/

/* Toggle Shortcodes */

.page-toggle-wrap {
	margin: 30px 0 20px 0;
	width: 605px;
}

.page-toggle-wrap h3
{
	background: url(img/punktelinie.png) repeat-x 0px 30px;
	color: #1D3A8F;
	font-size: 16px;
    font-style: normal;
    font-weight: bold;
	line-height: 20px;
	padding: 0 0 20px 0;
	margin: 0 0 0 20px;
}

.page-toggle-wrap h3:hover
{
	cursor: pointer;
}

.page-toggle-wrap h3 i
{
	margin: 2px 0 0 -20px;
	display: block;
	width: 20px;
	float: left;
}

.page-toggle-body
{
	margin: 0 0 30px 20px;
	padding: 0 0 0 0;
}

.page-toggle-wrap .page-toggle-body h3
{
	background: none;
	padding: 0 0 20px 0;
	margin: 25px 0 0 0;
}

.page-toggle-wrap + .page-toggle-wrap
{
	margin: 0 0 20px 0;
}

/* Absatz mit clear */

p.umbruch
{
	clear: both;
}

/* Pfeil-Listen */

ul.ohne
{
	list-style-type: none;
	padding: 0;
	margin: 20px 0 20px 20px;
}

ul.pfeil

{
	list-style-type: none;
	padding: 0;
	margin: 20px 0 20px 20px;
	overflow: auto;
}

ul.pfeil li
{
	padding: 0 0 0 30px;
	background-image: url(img/liste_pfeil.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.entry-404
{
	background-image: url(img/404.png);
	background-repeat: no-repeat;
	background-position: 100px 30px;
	height: 450px;
	width: 800px;
}

#primary a[target='_blank']:after
{
	content: "\00a0\f14c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

#primary ul.pfeil a[target='_blank']:after
{
	content: "";
}


/* Seite-/Beitrag-Bearbeiten Button */

#primary .edit
{
    margin: 0;
    position: relative;
}

#primary .entry-startseite-top .edit
{
    margin:  0 0 0 45px;
    position: relative;
}

#primary .entry-event-single .edit a
{
    line-height: 0;
    font-size: 0;
}

#primary .entry-event-single .edit a:before
{
    font-size: 20px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f044";
    position: absolute;
    top: -45px;
    left: -40px;
    display: inline-block;
    color: #F59C00;
    background-color: #fff;
}

#primary .entry-event-single .edit a:hover:before
{
  color: #1D3A8F !important;
}

#primary .edit a.post-edit-link
{
  position: absolute;
  top: 0;
  left: -40px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  color: #F59C00;
  background-color: #fff;
}

#primary .edit a:hover
{
  color: #1D3A8F;
}


/*-----------------------------------------------------------------------------------*/
/* Anpassungen Abstände
/*-----------------------------------------------------------------------------------*/

.rand-0
{
	margin: 0 !important;
}

.rand-u-0
{
	margin-bottom: 0 !important;
}

.rand-u-30
{
	margin-bottom: 30px !important;
}

/*-----------------------------------------------------------------------------------*/
/* Newsletter
/*-----------------------------------------------------------------------------------*/


.newsletter-wrapper {
    /*font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;*/
    -webkit-box-shadow: 3px 3px 10px 0 #A3A3A3;
    box-shadow: 3px 3px 10px 0 #A3A3A3;
    border: 5px solid #E6E7F2;
    -webkit-border-radius: 0 40px 0 0;
    border-radius: 0 40px 0 0;
    padding: 15px 15px 0 15px;
	margin: 40px 0;
    width: auto;
}

.newsletter-wrapper h3 {
    background: url(img/punktelinie.png) repeat-x 0px 30px;
    color: #1D3A8F;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 30px 0;
    margin: 0 0 0 0;
}

.newsletter-wrapper table {
    margin: 20px 0 0 0;
	width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.newsletter-wrapper input,
.newsletter-wrapper select,
.newsletter-wrapper textarea
{
	display: block;
	width: 248px;
	height: 22px;
	padding: 6px 8px 5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.newsletter-wrapper select
{
	height: 35px;
	width: 266px;
	padding: 4px;
}

.newsletter-wrapper textarea
{
	height: 100px;
	padding: 8px;
	width: 248px;
}

.newsletter-wrapper input[type="submit"] {
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #fff;
    background-color: #1D3A8F;
    width: 180px;
    height: 34px;
}

.newsletter-wrapper table th {
    vertical-align: top;
    width: 180px;
    text-align: right;
}

.newsletter-wrapper table td {
    padding: 0 0 15px 40px;
    vertical-align: top;
    width: 320px;
}

.newsletter-wrapper input[type="checkbox"] {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    -webkit-appearance: checkbox;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block;
    vertical-align: bottom;
}

.newsletter-wrapper select {
    -webkit-appearance: menulist !important;
}

@media (max-width: 540px) {
 
	.newsletter-wrapper {
	    margin: 40px 0 0 0;
	}
	
	.newsletter-wrapper input, .newsletter-wrapper textarea {
	    width: 90%;
	}

	.newsletter-wrapper select {
	    width: 90%;
	}
	
	.newsletter-wrapper table th {
	    vertical-align: top;
	    width: 100%;
		padding: 0 0 5px 0;
		margin: 0;
	    float: left;
	    text-align: left;
	}
	
	.newsletter-wrapper table td {
		border: transparent;
	    vertical-align: top;
	    width: 100%;
		padding: 0;
		margin: 0 0 15px 0;
	    float: left;
	    text-align: left;
	}
	
	.newsletter-wrapper .einwilligung {
	    width: 94%;
	    display: inline;
	    float: left;
	}
	
}


/* Startseite neu */

.entry-startseite-angebotewrapper {

    display: none;

}

.entry-startseite-bottom {

    width: 100%;

}

.entry-startseite-newswrapper {

    width: 100%;

}

.entry-startseite-newswrapper ul li img {
    float: left;
    padding: 0;
    margin: 3px 20px 10px 0;
    width: 100px;
    height: 60px;
}

#news-wrapper li {

    clear: both;

}

.banner-startseite {
    margin: 25px 0;
}

#primary p.banner-startseite img
{
	line-height: 0;
}

#primary p.banner-startseite a,
#primary p.banner-startseite a:hover
{
	line-height: 0;
	font-size: 0;
	border: none;
}

#primary p.banner-startseite a[target='_blank']:after,
#primary .entry-startseite-corona a[target='_blank']:after
{
	content: "";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 0;
	-webkit-font-smoothing: antialiased;
}

.entry-startseite-corona {
    width: 590px;
    margin: 0 0 40px 0;
    line-height: 0;
}

.entry-startseite-corona a {
    display: block;
}

@media (max-width: 960px) {

	.entry-startseite-corona {
	    width: 100%;
	    line-height: 0;
	}
	
	.entry-startseite-corona a {
	    display: block;
	    margin: 0 30px 30px 30px;
	}

}

@media (max-width: 540px) {
	
	#primary .entry-startseite-corona {
	    width: 100%;
	}
	
	#primary .entry-startseite-corona img {
	    width: 150%;
	    margin: 0 auto;
	    position: relative;
	    text-align: center;
	    margin-left: -25%;
	}

}

.page-id-123 #primary a[target='_blank']:after {
    content: "" !important;
}

.page-id-123 #primary .entry-event-single p a:hover {
    background: transparent !important;
}

/* Anpassungen EME VF */

tr.hide {
    display:none !important;
}

table.eme-rsvp-form input[type='radio'] {
    width: 16px !important;
    margin-right: 0.5em;
    float: left;
    clear: both;  
    -webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

.eme-rsvp-form-vf2021 input#FIELD3 {
    width: 248px;
}

.einwilligung .eme_required {
    border: none !important;
}

@media (max-width: 540px) {

	table.eme-rsvp-form tr th,
	table.eme-rsvp-form tr td {
	    display: inline-block;
	    padding: 0;
	    text-align: left;
	    width: 90%;
	    margin: 0.25em;
	}
	
	table.eme-rsvp-form tr {
	    padding-bottom: 0.25em !important;
	    display: block;
	}
	
	tr.workshoprunde1, tr.workshoprunde2 {
	    margin-top: 1em;
	}
	
	table.eme-rsvp-form input, table.eme-rsvp-form select, table.eme-rsvp-form textarea, form .wpcf7-form-control-wrap input, form .wpcf7-form-control-wrap select, form .wpcf7-form-control-wrap textarea {
	    width: 100%;
	}
	
	.eme-rsvp-form-vf2021 input#FIELD3 {
	    width: 100%;
	}
	
	table.eme-rsvp-form textarea, form .wpcf7-form-control-wrap textarea {
	    width: 100%;
	}

}

/* fuer twingle-test */
.page-id-10081 #entry {
    width: 100%;
}

.btn-sidebar-spenden {
	background: #f58c00;
	padding: 20px;
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 0 0 0 15px;
	margin: -20px 0 30px 0;
}

.btn-sidebar-spenden a {
	color: #fff !important;
	padding-left: 2px;
    font-size: 15px;
}

.btn-sidebar-spenden a:hover {
	text-decoration: underline;
}

/* tandem */

.page-id-10313 li.eme_period {
    color: #666 !important;
    font-size: 14px !important;
}