h1 {
    margin-bottom: 1em;
    line-height: 1em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.3em;
    color: rgba(51, 51, 51, 1.00);
    margin: 1em 0 0 0;
}

p {
    padding: 0;
    margin: 0 0 1em 0;
}

a {
    transition: color 0.3s;
    transition: background 0.3s;
    color: #46962b;
}

a:visited {
    color: #46962b;
}

a:hover {
    text-decoration: none;
    color: #e6007e;
}

.morebutton,
.more-link {
    background: #ffee00;
    padding: 0.5em 1em;
    color: #0a321e;
    clear: both;
    font-family: 'Arvo Gruen';
    font-size: 16px !important;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s;
    margin: 1em !important;
    display: inline-block;
}

.morebutton:hover,
.more-link:hover {
    background: #00b8ff;
    color: #fff;
}

.morebutton.post,
.more-link {
    padding: 0.3em 0.7em;
    font-family: 'Arvo Regular';
    text-transform: none;
    margin: 0em !important;
}

a.morebutton.centered {
	margin: 0px auto 40px auto !important;
    width: 200px;
    display: flex;
    justify-content: center;
}
    
article ul,
article ol {
    padding: 1em;
}

.hentry ul.wp-block-social-links {
	margin-left: 0px;
}

ul.wp-block-social-links li::before {
	content: '';
}

ul.wp-block-social-links li {
	margin-right: 10px;
}

.whitetext {
    color: #fff !important;
}

.logo-desktop {
    display: inline-block !important;
    z-index: 10000;
}

.logo-desktop h2 {
    color: #ffee00 !important;
}


.logolink {
    display: inline-block;
    z-index: 10000;
    cursor: pointer;
    float: left;   
    padding-top: 15px;
}

.logolink h2 {
    display: inline-block;

    color: #ffee00 !important;
    font-size: 1em;
    font-family: 'Arvo Gruen', Trebuchet, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase; 
    vertical-align: middle;   
}

.logolink img {
    height: 52px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; 
}


#hauptmenue ul > li > ul > li > ul,
ul#menu-hauptnavi > li > ul > li > ul,
ul#menu-hauptnavi-1 > li > ul > li > ul {
    display: none;
}

body.home {

}

.homemodule {
    max-width: 1240px;
    margin: 0 auto 0em auto;
    text-align: center;
}

.homemodule h1 {
    color: #fff;
    text-align: center;
    width: 50%;
    line-height: 1em;
    margin: 2em auto 1em auto;
}

.homemodule article {
    margin: 0;
    padding: 0;
}

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


/*
#homeheader {
    height: auto;
    padding-bottom: 2em;
    padding-top: 180px;
    margin-top: -145px;
    background-image: url('../../lib/images/blume.png');
    background-size: cover;  
    background-position: center;  
    box-shadow: 0 20px 35px -20px rgba(0,0,0,0.4);
    border-radius: 10px;
}
*/

#homeheader {
    max-width: 100%;
    min-height: 60vh;
    padding-bottom: 2em;
    padding-top: 180px;
    margin-top: -145px;
    margin-bottom: 4em;
    background-size: cover;  
    background-position: center center;
    background-attachment: fixed;  
    box-shadow: 0 20px 35px -20px rgba(0,0,0,0.4);
    border-radius: 0px;
    position: relative;
}

#homeheader h1 {
    width: auto;
    font-size: 4em;
    line-height: 1em;
    text-align: center;
    color: #fff;
    margin: 3em 1em 0em 1em;
    text-shadow: 0px 0px 20px  rgba(0,0,0,0.4);
}

#homeheader h2 {
    width: auto;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
    color: #2e8012;
    margin: 0 2em 12em 2em;
}

#homeheader p {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 1em 1em 10em 1em;
    text-shadow: 0px 0px 20px  rgba(0,0,0,0.4);
}

#homeheader ul {
    display: flex;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    bottom: 0px;
}

#homeheader ul li {
    width: 33%;
    background: rgba(255, 255, 255, 0.9);
    padding: 1em;
    text-align: left;
    margin: 0 1em 0 0;
    transition: background 0.2s;
    border-radius: 4px;
}

#homeheader ul li:after {
    content: "\2192";
    display: block;
    border: 2px solid #2e8012;
    width: 25px;
    height: 25px; 
    border-radius: 25px;
    float: right;
    font-family: 'PT Sans';
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    line-height: 28px;
    color: #2e8012; 
    transition: all 0.2s;   
}

#homeheader ul li:hover:after {
    background: #e6007e;
    border-color: #e6007e;
    color: #fff;
}

#homeheader ul li:first-child {
    margin-left: 2em;
}

#homeheader ul li:nth-child(3) {
    margin-right: 2em !important;
}


#homeheader ul li:hover {
    background: rgba(255, 255, 255,1);
}

#homeheader ul li:last-child {
    width: 33%;
    margin: 0;
}

#homeheader ul li strong {
    display: block;
    font-family: 'Arvo Gruen';
    font-size: 1.3em;
    margin-bottom: 0.5em;
    color: #2e8012;

}

#homeheader ul li a {
    color: #0b321e;
    display: block;
    height: 100%
    transition: color 0.2s;
}

#homeheader ul li:hover strong,
#homeheader ul li:hover a {
    color: #e6007e;
}



#homeheader .stoererbutton a {
    font-size: 20px;
    display: flex;
    width: 130px;
    height: 110px;
    padding-top: 20px;
    text-align: center;
    line-height: 1.2em;
    border-radius: 65px;
    font-family: 'Arvo Gruen';
    font-weight: normal;
    text-transform: none;
    color: #fff;
    background: #e6007e;
    text-shadow: none;
    box-shadow: 0px 0px 20px  rgba(0,0,0,0.4);
    transform: rotate(-10deg);
    position: absolute;
    left: 50%;
    z-index: 10000;
    margin: -200px 0 0 -65px;
    cursor: pointer;  
    transition: all 0.2s;
    hyphens: auto;
    -webkit-hyphens: auto;    
    align-content: center;
    justify-content: center;
    align-items: center;
}

#homeheader .stoererbutton a:hover {
    background: #ffee02;
    color: #e6007e;
    transform: rotate(-0deg);
}

#aktionen ul {
    border-bottom: 1px solid #dadada;
    padding: 0;
    margin: 0 0em 2em 0;
}

#aktionen li {
    background: #fff;
    margin: 0;
    text-align: left;
    padding: 0;
    text-align: center;
}

#aktionen li img {
    width: 100%;
}

#aktionen li strong {
    display: block;
    margin: 1em 0 1em 0em;
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1.3em;
    margin: 0.5em;
    color: #0a321e;
}

#aktionen .morebutton {
    display: inline-block;
    clear: both;
    font-size: 0.9em !important;
    margin: 1em auto 1em auto !important;
}

section#content h2.sectionheader {
    font-size: 1.8em;
    line-height: 1em;
    color: #46962b;
    margin: 1.5em 1em 0 1em;    
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
}

h1 span.subtitle,
h2 span.subtitle {
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
    font-size: 0.6em;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.2em;
    padding-bottom: 0.5em;
    color: #46962b
}

h3.widgettitle {
    font-size: 1.8em;
    line-height: 1em;
    color: #46962b;
    margin: 0em 1em 0 0em;    
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
}

#aktuelles {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
}

#aktuelles article h2 {
	line-height: 1.2em;
	padding-bottom: 0.5em;
}

#termine {
    background: rgba(255,255,255,0.8);
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
}

#termine h2.sectionheader {
    margin: 2em 1em 0 0.5em !important;
}

#sidebar_home #termine h2.sectionheader {
    margin: 0em 1em 0 0.5em !important;    
}

ul.events-list {
    list-style-type: none;
    padding: 0;
    margin: 0em;
}

.home ul.events-list {
    margin: 1em;
}

ul.events-list li {
    border-bottom: 1px solid #46962b;
    padding: 1em 0
}

ul.events-list li a.event-title {
    font-weight: bold;
    padding: 1em 0;
    cursor: pointer;
    color: #46962b;
}

ul.events-list li a.event-title:hover {
    text-decoration: none;
    color: #0a321e;
}


#grnmuc {
    max-width: 100%;
    
    background-size: cover;
    padding: 2em 0 4em 0;
    margin: 4em 0 0 0;
}

#grnmuc strong {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-family: 'Arvo Regular';
    font-size: 1.2em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,1);
}

#grnmuc ul {
    display: flex;
    margin-top: 3em;
}

#grnmuc ul li {
    width: 25%;
    padding: 1em;
    color: #fff;
}

#grnmuc ul li strong {
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
}

#grnmuc ul li:first-child {
    background: rgba(2, 50, 9, 0.8);
}

#grnmuc ul li:nth-child(2) {
    background: rgba(0, 66, 8, 0.8);
}

#grnmuc ul li:nth-child(3) {
    background: rgba(0, 82, 12, 0.8);
}

#grnmuc ul li:nth-child(4) {
    background: rgba(0, 99, 14, 0.8);
}

#grnmuc ul li img {
    width: 40%;
    margin: 5px;
}

body.single #nav-desktop {
    background: rgba(0,0,0,0.3);
    border-left: 15px solid rgba(0,0,0,0.0);
    border-right: 15px solid rgba(0,0,0,0.0);
}

body.single-event #nav-desktop {
    background: rgba(0,0,0,0.0);
    border-left: 15px solid rgba(0,0,0,0.0);
    border-right: 15px solid rgba(0,0,0,0.0);
}

body.home header#header:after {
    content: '';
    width: 100%;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*background: linear-gradient(0deg, rgba(10, 50, 30,0) 0%, rgba(10, 50, 30, 0.7) 100%);*/
}

#themen {
    padding-bottom: 4em;
}

#themen ul {

}

#themen ul li {
    display: inline-block;
    width: 500px;
    background: #fff;
    text-align: left;
    overflow: hidden;
    padding-right: 10px;
}

body.page-id-7 ul.bt li {
    display: inline-block;
    width: auto;
    background: #fff;
    text-align: left;
    overflow: hidden;
    padding-right: 10px;
}

#themen ul li img,
body.page-id-7 ul.bt li img {
    float: left;
    margin-right: 10px;
}

#themen ul li strong,
body.page-id-7 ul.bt li strong {
    display: inline-block;
    font-family: 'Arvo Gruen';
    padding: 10px 0 0 0;
}




#greta {
    max-width: 100%;
    background: rgba(255,255,255,0.4);
    padding: 1em 0 3em 0;
}

#greta img {
    height: 300px;
    width: auto;
    margin: 0 1em;

}



#themenmodul {
    max-width: 100%;
    padding: 4em 0 4em 0;
    background: #6fb500;
    
    margin-bottom: -64px;
    margin-top: 50px;
    font-family: 'Arvo Regular';
    font-size: 1.2em;
}

#themenmodul h1 {
    margin-top: 0em;
}

#mitmachen {
    max-width: 100%;
    padding: 4em 0 4em 0;
    background: #e6007e;
    
    margin-bottom: -64px;
    font-family: 'Arvo Regular';
    font-size: 1.2em;
}

#mitmachen h1 {
    margin-top: 0em;
}


footer .inner {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

#kontakt {
    max-width: 100%;
    background: #0a321e;
    padding: 1em;
}

#kontakt h4 {
    text-align: center;
    padding-top: 2em;
}

#kontakt p {
    text-align: left;
    display: inline-block;
    padding: 1em;
    vertical-align: top;
}

#kontakt ul {
    width: 100%;
    padding: 2em 0 0 0;
    margin: 0 auto;
    font-size: 0;
}

#kontakt ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#kontakt ul li a {
    font-size: 16px;
    display: block;
    padding: 1em 2em;
    margin: 0 1px 1px 0;
    background: rgba(255,255,255,0.1);
}

#kontakt ul li a:hover {
    color: #0a321e;
    background: rgba(255,255,255,1)
}




ul.themenmuc {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

ul.themenmuc li {
    width: 47%;
    margin: 0 10px 10px 0;
}

ul.themenmuc li a {
    display: block;
    height: 100%;
    color: rgba(51, 51, 51, 1.00);
    border-radius: 3px;
    border: 1px solid rgba(70, 150, 43, 1.00);
    padding: 10px;
    box-sizing: border-box;
}

ul.themenmuc li a:hover {
    background: rgba(70, 150, 43, 0.3);
}

ul.themenmuc li a strong {
    display: block;
    font-family: 'Arvo Gruen';
    color: #46962b;
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: 1em;
}

ul.themenmuc li a em {
    display: block;
    font-variant: normal;
    font-style: normal;
    color: #46962b;
    padding-top: 1em;
}

div.topicposts,
div.ovv,
div.bas {
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    padding-top: 0.1em;
}

span.thedate {
    margin-left: 10px;
}


/* Vorstand */

.page-id-10 article#post-10 ul,
.page-id-4423 article ul {
    list-style-type: none;
    text-align: center;
    margin-top: 4em;
}

.page-id-10 article#post-10 ul li,
.page-id-4423 article ul li {
    width: 30%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.page-id-10 article#post-10 ul li h2,
.page-id-4423 article ul li h2 {
    width: auto;
    text-align: center;
}

.page-id-10 article#post-10 ul li img,
.page-id-4423 article ul li img {
    width: 200px;
    border-radius: 100px;
    border: 4px solid #46962b

}

.entry-date.date a {
    font-family: 'Arvo Regular';
    font-size: 1.3em;
    color: rgba(51, 51, 51, 1.00) !important;
    padding-bottom: 1em;
    display: inline-block;
}


#eventseries {
    column-count: 4;
    padding-bottom: 2em;
}

#eventseries .entry-date.date a {
    font-family: 'pt sans', sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    padding: 0;
    display: block;
}

#eventseries h2 {
    font-size: 1.3em;
}

a.post-edit-link {
    display: none;
}

body.event-template-default h1 {
    padding-top: 1em;
}

div.events-maker-ical {
    display: none;
}

.threecol .entry-date.date {
    font-weight: bold;
}

.threecol .event-title {
    font-family: 'Arvo Gruen';
    font-size: 1em;
    font-weight: normal !important;
    padding: 0 0 1em 0 !important;
    display: inline-block;
}

.threecol .events-list img {
    width: 100%;
    margin-bottom: 1em;
}

#terminelink {
    padding: 0 0 1em 1em;
    display: block;
    color: #46962b;
}

li#events_maker_list_widget-2 {
    margin-bottom: 0;
}

li#terminelinkli {
    background: rgba(255,255,255,0.8);
    padding: 0 0 1em 1em;
    margin-bottom: 2em;
}

li#terminelinkli #terminelink {
    padding: 1em 0 0em 1em;
    display: block;
}

li.widget {
        background: rgba(255,255,255,0.8);
}




/* =========== Stadtversammlung =============== */

article.hcalendar {
    padding: 0;
    margin: 0;
}

article.hcalendar .entry-meta .event-category,
article.hcalendar .entry-meta .event-organizer {
    display: none;
}


/* OV-Finder */

#ovfinder {
    background: #fff;
    
}

#map_box1h { 
    width: 500px; 
    height: 400px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 10px; 
}

#map_box1 { 
    width: 500px; 
    height: 400px; 
    border: 1px solid black; 
}



/* =========== TerminÃƒÂ¼bersicht =========== */

article#post-71 {
    background: none;
    box-shadow: none;
    padding: 0;
}

article#post-71 h1 {
    color: #fff;
    margin: 0;
    padding: 0;
}

div#terminuebersicht {
    display: flex;
    flex-wrap: wrap;
}

article.terminuebersicht {
    width: 32%;
    padding: 0;
    margin: 0 1% 12px 0;
    box-sizing: border-box;
}

article.terminuebersicht a.terminlink {
    display: block;
    height: 100%;
    background: rgba(255,255,255,0.8);
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
    padding: 2em;
    margin: 0px;
    box-sizing: border-box;
}

article.terminuebersicht a.terminlink:hover {
   background: rgba(255,255,255,1);
}

article.terminuebersicht a span.content {
    color: rgba(51, 51, 51, 1.00);
}

article.terminuebersicht .more-link {
    display: none;
}

article.terminuebersicht h3 {
   margin-top: 0;
}

article.terminuebersicht h3 span.datetime {
    font-size: 1em;
}

article.terminuebersicht div.organizers {
    font-weight: bold;
    color: rgba(51, 51, 51, 1.00);
    padding-bottom: 1em;
}

article.terminuebersicht h2 {
    font-family: 'Arvo Gruen', Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 0;
    padding: 0.2em 0;
    line-height: 1.1em;
}

h2.date {
    width: 100%;
    color: #fff;
    font-family: 'Arvo Gruen', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 2em;
}

div.location {
    color: rgba(51, 51, 51, 1.00);
    border-top: 1px solid green;
    margin: 1em 0 0 0;
}


article.postsingle.event img.wp-post-image {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 0 2em 0;
}

article.postsingle.event h1.entry-title {
    padding: 0;
}



div.nf-field-element ul li {
   overflow: hidden;
}

div.nf-field-element input[type=checkbox] {
    width: 20px !important;
    padding: 0 !important;
    margin: 0 !important
}

div.nf-field-label {
   display: block !important;
   float: none;
   width: auto% !important;
   padding: 0 1em 0 0 !important;
   white-space: nowrap !important;
}

div.nf-field-element input[type=button] {
    background: green !important;
    border: 0 !important;
    color: #fff;
    font-family: 'Arvo Gruen', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.3s;
}

div.nf-field-element input[type=button]:hover {
    background: #ffee00 !important;
    border: 0;
    color: green;
}



#homeheader #spendenbutton {
    content: 'JETZT SPENDEN';
    display: block;
    width: 130px;
    height: 90px;
    padding-top: 40px;
    text-align: center;
    line-height: 1em;
    border-radius: 65px;
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
    font-size: 1.3em;
    color: #fff;
    background: #e60073;
    position: absolute;
    z-index: 1000;
    right: 50%;
    top: 560px;
    margin: 0px -65px 0px 0;
    cursor: pointer;
    transform: rotate(-10deg);
    transition: all 0.2s;
}

#homeheader #spendenbutton:hover {
    background: #ffee00;
    color: #4cb4e7;
    transform: rotate(-0deg);
}
	
#ltw18modul {
    background: #e60073;
    margin-top: -4em;
    margin-bottom: 3em;
    overflow: hidden;
}

#ltw18modul h2 {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    color: #fff !important;
}	
	
#ltw18modul a {
    background: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 30%;
    height: 3em;
    display: inline-block;
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    padding: 1em;
}

	
	
.page-id-3122 #main {
    text-align: center;
}

.page-id-3122 #main h1 {
    text-align: center;
    color: #fff;
}


article.post-3122 {
    text-align: left;
}

img#map {
    max-width: 100%;
    margin:0 auto 50px auto !important; 
    display: inline-block;
}
	
	
.ltw .morebutton {
    margin: 0 !important;
    font-size: 0.8em !important;
}

#ltwtxt {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 4em;
}	
	
	
/* =========== Ov Websites =============== */	

div.ovv,
div.bas {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

article.custom {
    width: 25%;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

article.custom a.postimglist {
    display: block;
    overflow: hidden;
    text-align: center;
}

article.custom h4 {
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
}

article.custom img.wp-post-image {
    margin: 0 auto;
    border: 4px solid #46962b;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    float: none;
}

article.custom img.wp-post-image:hover {
    border: 4px solid #e6007e;
}


div#sidebar_ovkontakt {
    background: #fff;
    margin: 0 0 40px 0;
    padding: 1.5em;
    width: auto;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

div#sidebar_ovkontakt article.custom {
    width: auto;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 0;
}


article.type-person.has-post-thumbnail a img {
    border: 5px solid #eee;
    transition: border-color 0.2s;
}

article.type-person.has-post-thumbnail a:hover img {
    border: 5px solid #e6007e;
}

/* Unterkategorien-NAVI */

#subcatnavi {
    margin: 10px 0 20px 0; 
}

#subcatnavi a {
    
    padding: 0.5em 1em;
    border: 1px solid #fff;
    margin: 4px; 
    color: #fff;
    font-weight: bold;
}

#subcatnavi a:hover,
#subcatnavi a.active {
    background: #fff;
    color: #46962b;
    padding: 0.5em 1em;
    border: 1px solid #fff;
    margin: 4px; 
}

/*THEMENLISTE */

ul.topics_list {
    margin: 0 auto;
    max-width: 1200px;
}

ul.topics_list,
ul.topics_list li {
    list-style-type: none;
    padding: 0;
}

ul.topics_list li {
    width: 22%;
    height: 150px;
    border: 5px solid #eee;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 10px 0;
    transition: border-color 0.2s;
    background-size: cover;
}

ul.topics_list li.alle {
    background-image: url('../images/alle.jpg');
}

ul.topics_list li:before {
    content: '';
}

ul.topics_list li:hover {
    border: 5px solid #e6007e;
}

ul.topics_list li a {
    display: table;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    font-family: 'Arvo Gruen';
    text-align: left;
}

ul.topics_list li a:hover {
    background: rgba(0,0,0,0);
    color: #e6007e;
}

ul.topics_list li a span {
    background: #fff;
    padding: 0.2em 0.4em;
    margin: 0.5em 0.5em;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.1em;
    word-break: break-word;
    white-space: pre-wrap;
}

body.archive.category div.archive-title {
    background: #46962b;
    margin: 0px 0 20px 0;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    padding: 2em;
    box-sizing: border-box;
}

body.archive.category div.archive-title b {
    font-family: "Arvo Gruen";
    font-weight: normal;
}



canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	width: 100%;	
	height: auto;
}


/*Aktives Element */
.nav-main li.current-menu-item a, 
.nav-main li.current-menu-parent a, 
.nav-main li.current-menu-ancestor a {
    color: #0a321e;
    border-bottom: 0px;
}

.nav-main li.current-menu-item a, 
.nav-main li.current-menu-parent a {
    color: #0a321e !important;
    border-bottom: 0px;
    background: #ffee00;
}

.nav-main > ul > li.current-menu-item > a, 
.nav-main > ul > li.current-menu-parent > a, 
.nav-main > ul > li.current-menu-ancestor > a {
    color: #ffe000 !important;
    border-bottom: 2px solid #ffe000 !important;
    background: none;
}



/* Galleries */

figure.wp-block-gallery ul.blocks-gallery-grid {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

figure.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
    list-style-type: none;
    margin: 0 0.5em 0.5em 0;
    padding: 0;
}

figure.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item:before {
    content: '';
}

.blocks-gallery-grid .blocks-gallery-image, 
.blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, 
.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 5px 10px 5px 10px;
    color: #fff;
    text-align: left;
    font-size: 13px;
    line-height: 1em;
    background: #000000b0;
    box-sizing: border-box;
}

figcaption a {
    color: #8BC34A;
}



article.postlist header.article-header, 
article.postlist section.article-teaser {
    margin-left: 33%;
}

article.postlist header.article-header h2 {
    margin-left: 0;
}

article a.postimglist_placeholder {
    width: 235px;
    height: 130px;
    float: left;
    background: #3c734a;
    margin: 10px 0.7em 0 0;
    color: rgba(255,255,255,0.7);
    font-family: 'Arvo Gruen';
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    display: flex; 
    flex-direction: column; 
    justify-content:center;
    padding: 10px;
}

.catname {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-weight: bold;
    color: #8BC34A;
    margin-top: 8px;
}

body.single .catname {
    font-size: 16px;
}



.personen-list h3 {
	font-family: 'Arvo Regular', 'Arial', sans-serif !important;
}



/* ===========  404 =============== */	



body.error404 {
    background-position: center -140px;
    display: flex;
    min-height: 100vh !important;
    flex-direction: column;
}

body.error404 section#content {
    min-height: 50vh !important;
}

body.error404 section.entry-content {
    font-size: 1.3em;
    font-family: var(--headfont);
}

body.error404 #main section.suche input.seachphrase {
    width: 70%;
    font-family: var(--headfont);    
    border: 0;
}

body.error404 #main a.morebutton {
	margin-left: 0 !important;
}

body.error404 footer {
	margin-top: auto !important;
}




input.cr_ipe_checkbox {
    display: inline-block !important;
    width: auto !important;
    margin-right: 20px !important;
}




@media only screen and (max-width: 1140px) {
    
    a.logolink {
        margin-left: 32px;
    }


    body.error404 #main article {
        padding-left: 2em;
        padding-right: 2em;
    }

    body.error404 #main section.suche input.seachphrase {
        width: 100%;
    }

    body.error404 #main h1,
    body.error404 #main p,
    body.error404 #main section.suche form.searchform {
        padding-left: 0;
        padding-right: 0;
    }     


}

		
@media only screen and (max-width: 840px) {

    ul.topics_list li {
        width: 46%;
        height: 120px;
        margin: 0 0px 0px 0;
    }  

    ul.topics_list li a span {
        padding: 0.2em 0.4em;
        margin: 0.5em 0.5em;
    }    


    article a.postimglist_placeholder {
        width: auto;
        max-width: 215px;
        font-size: 0.7em;
        display: none;
    }    
    
    article.postlist header.article-header, 
    article.postlist section.article-teaser {
        margin-left: 0;
    }
    
    #aktuelles article.postlist .article-teaser,
    body.archive.category article.postlist .article-teaser {
        display: block;
        margin-top: 10px;
    }    
    
    #aktuelles article.postlist .article-teaser p,
    body.archive.category article.postlist .article-teaser p {
        display: none;
    }    
}


@media only screen and (max-width: 770px) {

    #nav-mobile a.logolink {
        margin-left: 0px;
    }

    #nav-mobile .logo img {
        width: 50px;
    }

    #nav-mobile .logo h2 {
        font-size: 1.3em;
        margin-left: 0;
        line-height: 50px;
    }    

    .sidebar {
        margin: 2em 0 0 0;
        padding: 0;
    }

    .sidebar ul li.widget {
        padding: 1em;
        color: #333;
    }

    h2.whitetext {
        padding: 3em 0 0 1em;
    }    


    article.postlist {
        padding: 0 0 1em 0;
        margin: 0 0 4px 0;
        border-bottom: 0;
    }

    article.postlist .article-teaser {
        display: block;
    }

    article.postlist img {
        width: 100%;
    }    

    article.postlist a.postimglist {
        width: auto;
        margin: 0;
        padding: 0;
    }      

    article.postlist .article-teaser p {
        display: none;
    }

    article.postlist .article-teaser a.morebutton {
        margin: 1em 0 0 1em !important;
        font-size: 0.9em !important;
    }

    .topicposts {
        background: none;
    }


    article.postlist h2,
    article.postlist span.thedate {
        padding: 0.5em 1em 0 1em;
        margin: 0;
    }    



    body.page-template-page-OV #nav-mobile #menu-hauptnavi {
        margin: 0 0 2em 0;
    } 

    body.page-template-page-OV #nav-mobile #menu-hauptnavi .sub-menu {
        display: none;
    }

    body.page-template-page-OV #nav-mobile #menu-hauptnavi a {
        background: none;
        margin: 0;
    }    

    #nav-mobile #menu-hauptnavi li.suche {
        display: none;
    }
    
    div.ov_header {
        
    }
    
    div.ov_header ul.ovnavi {
        display: none;
    }
    
    .sidebar {
        background: none;
        padding: 1em;
        color: #333;
    }    
    
    #terminelink {
	    padding: 1em 0 0em 0em !important;	
	}



    body.error404 section.entry-content {
        font-size: 1em;
    }

    body.error404 #main section.suche input.seachphrase {
        width: 100%;
    }

    body.error404 #main h1,
    body.error404 #main p,
    body.error404 #main section.suche form.searchform {
        padding-left: 0;
        padding-right: 0;
    } 	
}


@media only screen and (max-width: 480px) {

    .stoererbutton a {
	    top: auto;
        right: 50%;
        bottom: -150px;
        margin-right: -65px;
    }

    #nav-mobile {
        padding: 1em;

    }

    div.logo a.logolink {
        padding: 0;
    }

    div.logo a.logolink h2 {
        font-size: 24px !important;
        line-height: 1.2em !important;
        padding: 0;
        margin: 0 !important;
        float: none;
    }

    .header-mobile h2 {
        font-size: 1.2em;
        line-height: 1.6em;
    }

    ul.sub-menu li a {
        padding: 0;
        margin: 0 !important;
    }

    #homeheader {
        height: auto;
        padding-bottom: 1em;
        padding-top: 1px;
        margin-top: 0px;
        background-attachment: scroll;  
    }
    
    #homeheader h1 {
        font-size: 1.5em;
        width: auto;
        margin: 1.5em 20px;
    }
 
     #homeheader p {
         margin-bottom: 8em;
         line-height: 1.3em;
     }

    #homeheader ul {
        display: block;
        height: auto;
    }

    #homeheader ul li {
        width: auto;
        margin: 0 1em 1em 1em;
    }

     #homeheader ul li:after {
       display: none;
    }

    #homeheader ul li:first-child {
        margin-left: 1em;
    }

    #homeheader ul li:nth-child(3) {
        margin-right: 1em !important;
        margin-left: 1em;
        width: auto;
    }
    
    .homemodule h1 {
        width: auto;
    }



    h2.whitetext {
        padding: 1em 0 0 1em;
    }

    span.thedate {
        margin: 0;
    }

    div.topicposts {
        background: none;
        padding: 0;
    }

    .topicposts article {
        display: block;
        background: #fff;
        margin: 0 0 10px 0 !important;
        padding: 1em 1em 1em 1em;
    } 





    #aktuelles,
    #termine {
       padding-top: 1em;
    }

    
    #grnmuc strong {
        width: auto;
        padding: 0 2em;
        font-size: 1.1em;
        
    }

    #grnmuc .morebutton {
        margin: 1em 0 !important;
    }

    #grnmuc ul {
        display: block;
        margin-top: 3em;
    }

    #grnmuc ul li {
        width: 100%;
        padding: 1em 0;
    }



    #themen ul li {
        display: inline-block;
        width: auto;
        padding: 0 10px 10px 10px;
        margin: 0 0 2px 0;
    }

    #themen ul li img,
    body.page-id-7 ul.bt li img {
        width: 30%;
        float: none;
        margin: 0 10px 0px 0;
    }

    #themen ul li strong,
    body.page-id-7 ul.bt li strong {
        display: inline-block;
        font-family: 'Arvo Gruen';
        padding: 10px 0 0 0;
    }




    #greta img {
        height: 200px;
        width: auto;
        margin: 0 1em 1em 0;

    }


    ul#menu-sozial {
       padding: 1em 0em;
    }


    ul#menu-sozial li,
    ul#menu-sozial li a {
       font-size: 14px !important;
       word-wrap: break-word;
       text-align: center;
    }

    #kontakt ul li {
        display: block;
    }

    #kontakt p {
        display: block;
    }





    ul.themenmuc {
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
    }

    ul.themenmuc li {
        width: auto;
        margin: 0 0px 10px 0;
    }




    #kontakt {
        text-align: center;
    }

    #kontakt p {
        padding: 1em 0 0 0;
        text-align: center;
    }

    .sidebar {
        margin: 2em 0 0 0;
        padding: 0;
    }

    .sidebar ul li.widget {
        padding: 1em;
        color: #333;
    }

    /* Vorstand */


    .page-id-10 article#post-10 ul li {
        width: auto;
    }   


    #aktuelles h2.sectionheader {
        padding-bottom: 1em;
    }

    #aktuelles article.postlist .article-teaser,
    body.archive.category article.postlist .article-teaser {
        display: block;
    }

    #aktuelles article.postlist img,
    body.archive.category article.postlist img {
        width: 100%;
    }    

    #aktuelles article.postlist a.postimglist,
    body.archive.category article.postlist a.postimglist {
        width: auto;
        margin: 0;
        padding: 0;
    }      

    #aktuelles article.postlist .article-teaser p,
    body.archive.category article.postlist .article-teaser p {
        display: none;
    }

    #aktuelles article.postlist .article-teaser a.morebutton,
    body.archive.category article.postlist .article-teaser a.morebutton {
        margin: 1em 0 0 1em !important;
        font-size: 0.9em !important;
    }

    article.postlist {
        padding: 1em 0;
        margin: 0 0 2em 0;
        border-bottom: 1px solid #ccc;
    }

    article.postlist h2,
    article.postlist .catname {
        padding: 0.5em 1em 0 15px;
    }     



    div#terminuebersicht {
        display: block;
    }

    article.terminuebersicht {
        width: 100%;
    }

    article.terminuebersicht h2 {
        font-size: 1.3em;
    }

    article.terminuebersicht h3 span.datetime {
        font-size: 0.9em;
    }

    h2.date {
        font-size: 1.3em;
        padding-left: 1.3em;
    }           
 
     #eventseries {
        column-count: 2;
    } 

    ul.topics_list li {
        width: 46%;
        height: 100px;
        display: inline-block;
        margin: 0 0px 0px 0;
    }  

    ul.topics_list li a span {
        font-size: 0.8em;
        padding: 0.2em 0.4em;
        margin: 0.5em 0.5em;
    } 

    body.archive.category div.archive-title {
        padding: 1em;
    }   
    
    #canvas-holder {
		height: 300px;
	}
	
	article.postlist header.article-header, 
    article.postlist section.article-teaser {
        margin-left: 0;
    }	
}










.cool-vertical-timeline-body {
	max-width: none;
}

body.page-id-32028 .story-intro p {
    font-weight: bold;
    font-size: 1.5rem;
    display: none;
}

body.page-id-32028 article {
    padding-top: 0rem;
    hyphens: auto;
    -webkit-hyphens: auto;        
}

body.page-id-32028 .zitate {
    margin-top: -40px;
    font-size: 1.1rem;
    background: #185938;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 2rem;
    
}

body.page-id-32028 .zitate p,
body.page-id-32028 .zitate cite {
    color: #fff;
    font-style: normal;
}

body.page-id-32028 .zitate cite {
    color: #CDDC39;
    font-style: normal;
    font-family: 'Arvo Gruen', serif;
    border-bottom: 1px solid #cddc39;
    display: block;
    margin-bottom: 4rem;
}

body.page-id-32028 .zitate blockquote {
    margin: 0;
    border: 0;
}

body.page-id-32028 .zitate.wp-block-columns.is-layout-flex {
    gap: 1em !important;
}


.page-template-page-story article p.intro {
    background: #fff;
    padding: 2rem;
    margin: 4rem auto;
    color: #2f641d;
    border-radius: 10px;
    font-family: 'Arvo Gruen', serif;
    font-weight: normal;
    font-size: 1.3rem;
    max-width: 80ch;
}

.fullpage {
    min-height: 90vh;
}

.cool-vertical-timeline-body::before {
    background: #fff !important;
    top: 4rem;
}



@media only screen and (min-width: 480px) {

    body.page-id-32028 .zitate .wp-block-column:nth-child(2),
    body.page-id-32028 .zitate .wp-block-column:nth-child(3){
        padding-left: 2em;
        border-left: 1px solid #cddc39;
    }


    body.page-id-32028 .zitate cite {
        border-bottom: 0px;
        margin-bottom: 0rem;
    }        
}


@media only screen and (max-width: 480px) {

    body.page-id-32028 .zitate {
        padding: 1rem;
    }
    
    body.page-id-32028 .zitate p {
        font-size: 1rem;
        line-height: 1.6rem;
    }    

    .page-template-page-story article p.intro {
        font-size: 1rem;
        padding: 1rem;
        margin-bottom: 0;
    }    


    .wp-block-cp-timeline-content-timeline.Cool-Content-Timeline .cool-vertical-timeline-body.both-sided, 
    .wp-block-cp-timeline-content-timeline.Cool-Content-Timeline .cool-vertical-timeline-body.alternating-sided,
    .wp-block-cp-timeline-content-timeline.Cool-Content-Timeline .cool-vertical-timeline-body.both-sided.left {
        margin-left: -1rem;
        margin-right: 0rem !important;
        padding-right: 0 !important;
        width: calc(100vw - 3rem);
    }    

    div.story-time {
        margin-top: 3rem !important;
        line-height: 1.2rem;
    }

    .cool-vertical-timeline-body .timeline-content .story-time p {
        line-height: 1.5rem !important;
        font-weight: normal !important;
        font-family: 'Arvo Gruen', serif !important;
    }

    .cool-vertical-timeline-body .timeline-content .timeline-block-icon {
        top: 50px !important;
    }    
}