/*
Orange: #EE7400
Hellgrau #EFEFEF
Grün: #72A50C
Dunklegrau: #525252
78/14/1088
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, p, a, abbr, img, b, i, dl, dt, dd, ol, ul, li, article, aside, figcaption, figure, footer, header, main, menu, nav, section, summary, video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}
article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
a:hover, a:active  {
	outline-width: 0;
}
:focus {
	outline: thin dotted;
}
input {
	margin: 0;
	border: 1px solid #ddd;
	background-color: none;
	vertical-align: bottom;
}
img, video {
	border-style: none;
	vertical-align: middle;
}
img {
	height: auto;
}
svg:not(:root) {
	overflow: hidden;
}
[hidden], .hidden {
	display: none;
}





html {
	min-height: 100%;
	height: 100%;

}

#page {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.vs {
	position: absolute;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: inset(50%);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}


nav ul {
	list-style: none;
}

b, i, strong, em {
	font-weight:700;
	font-style: normal;
}

/* CSS2 ----- */

a {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-decoration-skip: objects;
}

[disabled] {
	cursor: default;
}

.vs.focus:active, .vs.focus:focus {
	position: static;
	overflow: visible;
	clip: auto;
	margin: 0;
	width: auto;
	height: auto;
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	/* Set your content font stack here: */
	font-family: Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.pure-g > div {
	box-sizing: border-box;
}

body {
	background: #EFEFEF;
	color: #525252;
	font-weight: 400;
	font-size: 10px!important;
	font-family: Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	min-height: 100vh;
}

.header {
	margin:0 0 1em 0;
	padding:2em 2em 3em 2em;
	background: #fff;
}

.header a {
	color:#525252;
	text-decoration: none;
}

.header img {
	width:208px;
	height:64px;
}

.header p {
	margin:1em 0 0 0;
	width:208px;
	color:#72A50C;
	font-weight: 600;
	font-size: 17.4px;
}

.header span {
	display: block;
	width:200px;
	text-transform: uppercase;
}



/* NAVIGATION */

#navtoggle { 
	position: absolute; 
	top: 47px;
	right: 20px;
	z-index:15;
	width: 30px;
	height:30px;
	border:none;
	background-color:transparent;
	cursor: pointer;
}
#navtoggle .burger, #navtoggle .burger:before, #navtoggle .burger:after {
	position: absolute;
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 0px;
	background: #525252;
	content: '';
	cursor: pointer;
}
#navtoggle .burger {
	top:12px;
}
#navtoggle .burger:before {
	top: -8px; 
}
#navtoggle .burger:after {
	bottom: -8px;
}
#navtoggle  .burger, #navtoggle  .burger:before, #navtoggle .burger:after {
	transition: all 300ms ease-in-out;
}
#navtoggle.show {
	background: none;
}
#navtoggle.show  .burger {
	background-color: transparent;
}
#navtoggle.show  .burger:before, #navtoggle.show  .burger:after {
  top: 0;
}
#navtoggle.show  .burger:before {
	background: #fff;
	transform: rotate(45deg);
}
#navtoggle.show  .burger:after {
	background: #fff;
	transform: rotate(-45deg);
}
#navtoggle_span {
	position: relative;
	top: -2px;
	left: 20px;
	left: 20px;
	display: inline-block;
	width: 45px;
	text-align: left;
	font-size: .9rem;
}
#nav1 {
	position: absolute;
	top:0;
	right:0;
	z-index:10;
	overflow:auto;
	box-sizing: border-box;
	padding:8em 2.5em 2.5em 2.5em;
	padding:7.3em 0 0 0;
	min-height:100vh;
	height: 100%;
	width:290px;
	background-color: #525252;
	transition: transform .6s ease-in-out;
	transform: translate3d(100%,0,0);
	will-change: transform;
}
#nav1.show {
    right:0;
    transform: translate3d(0,0,0);
}
#nav1 li {
	color:#fff;
	font-size:1.1rem;
	line-height:1.8em;
}
.n11 {
	position: relative;
	font-weight: 700;
}
#nav1 a, #nav1 span {
	display: inline-block;
	width:12em;
	border-width:0 0 1px 1px;
	color:#fff;
	text-decoration: none;
}
#nav1 ul ul a {
	width: 15em;
}
#nav1 a:before, #nav1 span:before {
	position: relative;
	display: inline-block;
	margin: 0 6px 1px 0;
	width:10px;
	height:10px;
	border-radius: 50%;
	content:" ";
	vertical-align:baseline;
}
.n12  {
	border-right:0;
	font-weight:400;
}
.n11 a, .n11 span {
	text-indent: .8em;
}
.nav1-2 {
	display: none;
}

.showSub {
	display: block;
	margin: 1em 0;
}

#nav1 a:link, #nav1 a:visited {
	background: #525252;
}
#nav1 a:hover, #nav1 a:focus, #nav1 span, #nav1 a.nav1_aktiv {
	background: #525252;
}
#nav1 a:hover:before, #nav1 a:focus:before, #nav1 span:before, #nav1 a.nav1_aktiv:before {
	background: #EE7400;
}
.nav2 a {
	color: #525252 !important;
	text-decoration: none !important;
}
.subNavButton {
	position: absolute;
	top: 13px;
	right: 50px;
	display: inline-block;
	padding: 0;
	width: 13px;
	height: 13px;
	outline: 0;
	border: 2px solid #fff;
	border-width: 2px 2px 0 0;
	background:transparent;
	content: "";
	text-indent: -5000px;
	font-size: 0;
	transform: rotate(45deg);
}
.subNavButton:hover {
	border:3px solid #EE7400;
	border-width:3px 3px 0 0;
}

.suche {
	margin:1.5em 0 0 2.7em;
	padding: 0 0 1em 0;
	width: 216px;
	border-bottom: 2px solid #fff;
}
.suche input {
	width:172px;
	border:none;
	background: #525252;
	color:#fff;
	font-weight: 500;
	font-size: 1rem;
}
.suche button {
	display: inline-block;
	float: right;
	margin: -.3em 0 0 0;
	width: 2.5em;
	height: 2.5em;
	border:none;
	background: #525252 url("/wp-content/themes/einewelt_lsa/client/grafik/lupe.png") no-repeat;
	background-size: contain;
	vertical-align: top;
}


/* CONTENT */

.main {
	box-sizing: border-box;
	padding:0 2em 6em 2em;
	margin-top: 2.25em;
	width:100%;
	flex: 1;
}
.text, .section {
	width:100%;
}
.section {
	float:left;
	margin-bottom: 2em;
	background: #fff;
}
.section + .section {
	margin-top:-1em;
}
.section:before, .footer:before {
	position: relative;
	top:-6px;
	display: inline-block;
	width:76px;
	height:4px;
	background: #EE7400;
	content:" ";
}

/* FOOTER */

.fusz {
	box-sizing: border-box;
	padding:0 2em;
	width:100%;
	width:100%;
	background: linear-gradient(to right,  #EFEFEF 50%,#fff 50%,#fff 100%);
}
.fuszDiv {
	width:100%;
}
.footer {
	width:100%;
	background: white;
	padding-bottom: 5px;
}
.nav2 {
	padding-left: 2em;
}
.nav2 ul {
	display: flex;
	flex-wrap: wrap;
}
.nav2 li {
	margin-right: 1.5em;
}




.sectionDiv, .footerDiv {
	box-sizing: border-box;
	padding: 2em 2em 1em 2em;
}

.main h2 {
	margin-bottom: .5em;
	font-weight:700;
	font-size:2rem;
	line-height:1.4;
}

.main h3 {
	margin-top: 1.6em;
	margin-bottom: .8em;
	font-weight:700;
	font-size: 1.25rem;
	line-height:1.4;
}
.kontakt dt {
	margin-bottom: .9em;
	font-weight:700;
	font-size: 1.25rem;
	line-height:1.4;
}
.kontakt dt {
	margin-bottom: .5em;
}

.fon + dd {
	margin-top:.5em;
}

.details dt {
	margin-top: 1em;
	font-size: inherit;
}

.break {
	display: inline-block;
	width: 100%;
}

.adr {
	margin:1em 0;
	font-weight:700;
}

.main p, .main ul, .main ol, .main dl, .footer dl, .footer p, .nav2 ul, figcaption, h4, time {
	margin-bottom: 1.3em;
	font-size:.88rem;
	line-height: 1.58;
}

.home .text:first-of-type p {
	font-size:1rem;
}

.ort {
	margin-top: -1.3em;
}

h4 {
	margin-bottom: 0.5em;
	font-size:1rem;
}

time {
	display: inline-block;
	margin-bottom: 0;
	width: 4.5em;
	text-align: left;
}

.mehr {
	white-space: nowrap;
}
.date-item p {
	margin-bottom: 0;
}

.date-item h4 + p {
	font-weight:600;
}


.date-item p:last-child {
	margin-top:1.3em;
	margin-bottom: 2.3em;
	padding-left: 1em;
	border-left:#EE7400 3px solid;
}

.kontakt dd p {
	margin-bottom: 0;
}

.main ul {
	list-style: none;
}

.text ul li {
	padding-left:1em;
	background: url(/wp-content/themes/einewelt_lsa/client/grafik/bullet.jpg) no-repeat 0 8px;
	background-size: 6px 6px;
}

/*
.text li a:before {
    position: relative;
    display: inline-block;
    margin: 0 8px 1px 0;
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #EE7400;
       content:" ";
    vertical-align:baseline;
}

.text li a {
    display: inline-block;
    margin-left: 1em;
    text-indent: -1em;
}

*/

.main ol {
	margin-left:1em;   
}

/* BREADCRUMB */

.breadcrumb {
	margin:0 0 0 -2.5em;
}
.breadcrumb li {
	position: relative;
	display: inline-block;
	margin-left:2em;
	line-height: 1;
}
.breadcrumb li:after {
	position: absolute;
	top:3px;
	right: -16px;
	display: inline-block;
	padding: 0;
	width: 7px;
	height: 7px;
	outline: 0;
	border: 1px solid #525252;
	border-width: 1px 1px 0 0;
	background:transparent;
	content: "";
	text-indent: -5000px;
	font-size: 0;
	transform: rotate(45deg);
}
.breadcrumb ul li:before , .breadcrumb li:last-child:after {
	display: none;
}


/* SUCHE-BLOCK */

.text .suche {
	margin: 1.5em 0 0 0;
	padding: 0 0 1em 0;
	width: auto;
	border-bottom: 0;
}
.text input {
	padding:2px 3px;
	width:calc(100% - 4.5em);
	border:1px solid #525252;
	border-radius: 5px;
	background: #fff;
	color:#525252;
}
.text .suche button {
	position: relative;
	background: none;
}
button:hover {
	cursor: pointer;
}
.text .suche button:before  {
	position: absolute;
	top: 4px;
	right: 0;
	padding:0em .3em;
	border: #525252 solid 1px;
	border-radius: 5px;
	content: "Suche";
	font-size:1rem;
}



/* <----- CSS2 */
.welt {
	text-transform: uppercase;
}

.figure {
	margin:.3em 0 2.5em;
	width: 100%;
}
.figureDiv {
	position: relative;
	overflow: hidden;
	padding-bottom: 66%;
	height: 0;
	background-repeat: no-repeat;
}
.figureImg {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
.imghor figcaption {
padding: .5em;
}

.sectionImg {
	margin:0 0 2em 0;
	width:146px;
	height: 146px;
	display: table-cell;
	vertical-align: middle;
}

.sectionText {
    max-width:330px;
}

.imgSmall {
    max-width: 146px;
    max-height: 146px;
    height: auto;
    width: auto;
}

.personImg .imgSmall {
    border-radius: 50%;
}


.main a:link, .main a:visited  {
    color:#3F7200;
    text-decoration: underline 1px;
    font-weight: 600;
} 

/* CSS2 -----  */


.main a:hover, .main a:focus  {
    color:#3F7200;
    text-decoration: none;
    font-weight: 600;
} 
 

.kontakt a {
    text-decoration:none !important;
}

.main h3 a:link, .main h3 a:visited, .main h4 a:link, .main h4 a:visited, .footer a:link, .footer a:visited {
    color:#525252;
    text-decoration: none;
}

.main h3 a:hover, .main h3 a:focus, .main h4 a:hover, .main h4 a:focus, .footer a:hover, .footer a:focus {
    color:#525252;
    text-decoration: underline 1px;
}

.infolinks {
	z-index: 5;
}
.infolinks ul {
	margin: 3.5em 0 3em 0;
    border-top:4px solid #EE7400;
	max-width: 500px;
	z-index: 5;
}

.infolinks li {
    padding: 0 !important;
    padding-left:0;
    width:100%;
    border-bottom: 3px solid rgb(212, 212, 212);
	max-width: 500px;
}


.infolinks li:last-child {
    border-bottom: 0;
}

.infolinks a {
    display: block;
    width:100%;
    box-sizing: border-box;
    padding:.5em .8em;
    font-size:.9rem;
}

.infolinks a:link, .infolinks a:visited {
    background: #fff;
    border-left:4px solid #EE7400;
    text-decoration: none;
}

.infolinks a:hover {
    background:  rgb(212, 212, 212);
}

/* ----- CSS2 */

.breadcrumb a {
	color: inherit !important;
}
.screen-reader-text {
	display: none;
}
.post-navigation {
	display:block;
	float: left;
	padding-bottom: 2em;
	width: 100%;
}
.nav-next {
	position: relative;
	float: right;
	padding-right: 9px;
	line-height:2;
}

.nav-previous {
	position: relative;
	float:left;
	padding-left: 9px;
	line-height:2;
}
.nav-next:before, .nav-previous:after  {
	position: absolute;
	top:10px;
	right: 0;
	display: inline-block;
	padding: 0;
	width: 7px;
	height: 7px;
	outline: 0;
	border: 1px solid #525252;
	border-width: 1px 1px 0 0;
	background:transparent;
	content: "";
	text-indent: -5000px;
	font-size: 0;
	transform: rotate(45deg);
}
.nav-previous:after  {
	left: 0;
	border-width:0 0 1px 1px ;
}

.nav-links {
	font-size: .9rem;
}

/* STARTSEITE NEU 2021 */

.home .termine {
	padding-top: 4.5em;
}
.logos {
	margin: 0 -1em;
}
.member-logos-heading {
	margin-top: 6em;
	padding-left: 10px;
}
.member-logos-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.member-logo-wrapper {
	padding: 1em;
	box-sizing: border-box;
	width: 265px;
	height: 265px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.member-logo-wrapper a {
	width: 100%;
	height: 100%;
}
.member-logo-wrapper a figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	transition: all ease 0.3s;
	filter: grayscale(100%) opacity(50%);
}
.member-logo-wrapper a:hover figure img {
	filter: grayscale(0%) opacity(100%);
}
.member-logo-wrapper a figure {
	position: relative;
	background: white;
	width: 100%;
	height: 100%;
	padding: 1em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.member-logo-wrapper a figure:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 76px;
height: 4px;
background: #EE7400;
content: " ";
}

/* NEU 2021: GALLERY-SLIDER (FLICKITY) */

.main-carousel {
	margin-bottom: 5em;
}
.carousel-cell {
	width: 100%;
	margin-right: 10px;

}
.main-carousel .flickity-page-dots {
	bottom: -35px;
}
.gallery-image {
	width: 100%;
	height: auto;
}

/* MEDIA QUERIES */

@media screen and (min-width:590px) {
	.sectionImg {
	float:right
	}
}

@media screen and (min-width:642px) {
	.header a {
	display: flex;
	align-items: flex-end;
	}
	.header span, .header p {
	width: auto;
	}
	.header span {
	display: inline;
	}
	.header p {
	margin-left: -1.5em;
	width: auto;
	font-size: 18px;
	}
	.header img {
	padding-bottom: 3px;
	}
	.figure, .figureImg {
	max-width:721px;
	}
}

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

	.main{
	margin:0 auto;
	margin-top: 2.25em;
	padding: 0 3em 6em 3em;
	width:100%;
	max-width: 1160px;
	}
	
	.sectionImg {
	margin:.6em 0 1.3em 0;
	}
	
	.fusz {
	width:100%;
	padding: 0;
	}
	.fuszDiv {
	box-sizing:border-box; 
	max-width: 1280px;
	margin:0 auto;
	padding: 0 3em;
	}
	
	.fon a:link {
	color:#525252;
	}
}
@media screen and (min-width:900px){
	
	.header {
	position: fixed;
	width:100%;
	z-index:100;
	top:0;
	left:0;
	}
	body.admin-bar header {
	top:32px;
	}
	#nav1 {
	z-index:250;
	position: fixed;
	}
	#navtoggle {
	z-index: 300;
	position: fixed;
	}
	.main {
	padding: 0 4vw 6em 4vw;
	margin-top:15em;
	}
	.fuszDiv {
	padding: 0 4vw;
	}

}

@media screen and (min-width:1024px) {
	.sidebar {
	padding-left: 3.5em;
	}
	body:not(.home) .infolinks {
	position: -webkit-sticky;
	position: sticky;
	top: 145px;
	}
	body.admin-bar .infolinks {
	top:177px;
}
 
@media all and (max-width:782px) {
    body.admin-bar .header-sticky {
        top:46px;
    }
}
}

@media screen and (min-width:1280px) {
	.main {
	padding: 0 50px 6em 50px;
	margin-top:15em;
	}
	.fuszDiv {
	padding: 0 50px;
	}
}