:root {
  --small-width: 890px;
  --content-width: 1320px;
  --wide-width: 1690px;
}

.ve--rich_text p {
	margin: unset;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-anchor:none;
}

body {
  font-family: 'Nunito';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  min-height: 100%;
  margin: 0px;
  top: 0px;
  width: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.container {
	max-width: 1260px;
}
.ve--column {
	padding-left: unset;
	padding-right: unset;
}

.flex {
	display: flex;
	align-items: stretch;
}
@media (max-width: 991px) {
.flex-wrap-reverse > .wrapper > .row {
	flex-wrap: wrap-reverse;
	gap: 24px;
}
}
.gap-24 {
	gap: 24px;
}
.grid-1-mobile {
	display: grid;
	grid-template-columns: 1fr;
}
@media (min-width: 687px) {
.grid-2-tablet {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 900px) {
.grid-4-desktop {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.background-005C39 {
	background-color: #005C39;
	color: white;
}
.background-F2F2F2 {
	background-color: #F2F2F2;
}

hr {
	border-top: 0.5px #C7C7C7 solid;
	opacity: .3;
}
.ve--rich_text {
li {
	margin-bottom: 20px;
}

li:last-child {
	margin-bottom: 0;
}

ul, ol {
	list-style: none;
	padding: 0;
}
li::before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-color: #005C39;
	border-radius: 6px;
	margin-left: 10px;
	margin-right: 17px;
}
}

img {
  max-width: 100%;
  height:auto;
}

b,strong{
  font-weight: 700;
}

a{
  color:#005F3A;
  text-decoration: none;
}

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

.h1,
h1{
  font-size: clamp(36px, 2.71vw, 54px);
  line-height: 1.25;
  font-weight: 700;
  color: #005F3A;
}

.h2,
h2{
  font-size: clamp(30px, 2.5vw, 48px);
  color: #005c39;
  font-weight: 700;
}

.h3,
h3{
  font-size: clamp(26px, 1.875vw, 36px);
  color: #005c39;
  font-weight: 700;
}

.h4,
h4{
  font-size: clamp(20px, 1.15vw, 22px);
  color: #262626;
  font-weight: 700;
}

.center{
  text-align: center;
}

.text-gruen{
  color: #005c39;
}

.text-black{
  color: #262626;
}

.visebility-hidden{
  visibility: hidden;
  width: 0;
}

.wrapper{
  position: relative;
  width:100%;
}

.wrapper .inner{
  position: relative;
  width:var(--content-width);
  max-width:100%;
  margin:0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.wrapper .inner-wide{
  position: relative;
  width:var(--wide-width);
  max-width:100%;
  margin:0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.wrapper .inner-small{
  position: relative;
  width:var(--small-width);
  max-width:100%;
  margin:0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

#block-rlv-primary-local-tasks{
  color:#fff;
}

.block-user-tools {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 30;
    display: none;
}

.block-user-tools ul {
    list-style: none;
    padding: 0;
}

.block-user-tools ul li{
    padding-left: 0px;
    margin-bottom: 0px;
}

.block-user-tools ul li a {
    background: #005F3A;
    border: 1px solid #005F3A;
    border-left: 0;
    padding: 10px;
    margin-bottom: 2px;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.block-user-tools ul li a:hover{
    background: #fff;
    color: #005F3A;
}

@media (min-width: 1024px) {
    .block-user-tools {
        display: block;
    }
}

.no-mobile{
  display:none;
}

@media (min-width: 992px) {
  .no-mobile{
    display:initial;
  }
}

/*** Header ***/

.header-upper{
  background: #005F3A;
  padding-top:15px;
  padding-bottom:15px;
}

.header-upper .inner-wide .region-header{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-upper .inner-wide .region-header > nav,
.header-upper .inner-wide .region-header > div{
  width:100%;
  text-align: center;
}

.header-kontakt{
  padding-top: 10px;
  margin-bottom:20px;
	display: flex;
	flex-direction: column;
	column-gap: 40px;
	justify-content: center;
}
@media (min-width: 524px) {
	.header-kontakt {
		flex-direction: row;
	}
}

.header-kontakt a{
  display:inline-block;
  color:#fff;
  font-weight:600;
  font-size: 14px;
}

.header-kontakt a:hover{
  color:#75B729;
}

.header-kontakt .tel::before{
  color:#75B729;
  display: inline-block;
  content: "\f3cf";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: bottom;
  font-size: 24px;
}

.header-kontakt .mail::before{
  color:#75B729;
  display: inline-block;
  content: "\40";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: bottom;
  font-size: 24px;
}

#block-rlv-account-menu{
  color:#fff;
}

.menu-account{
  list-style: none;
  padding: 0;
  margin:0;
}

.menu-account li{
  display:inline-block;
}

.anmeldelink a,
a.button,
.menu-account li a{
  display:inline-block;
  padding:5px 15px;
  background: #FFCE00;
  color:#262626;
  font-size: 14px;
  font-weight:600;
  margin-left:20px;
  border-radius: 4px;
}

a.button {
	margin: 0;
}

.anmeldelink a:hover,
a.button:hover,
.menu-account li a:hover{
  background: #75B729;
  color:#fff;
}

.menu-account li:first-child a{
  margin-left:0px;
}


.menu-account li:last-child a{
  background: #FFF;
  color:#005F3A;
}

.menu-account li:last-child a::before{
  display: inline-block;
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: bottom;
}

.menu-account li:last-child a:hover{
  background: #75B729;
  color:#fff;
}

.region-menu{
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top:0px;
  position: relative;
}

.region-menu #block-rlv-site-branding {
    position: relative;
    max-width: 240px;
    width: 100%;
    bottom: -14px;
    z-index: 2;
}


#block-rlv-main-menu {

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 1000;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    visibility: hidden;
  }

#block-rlv-main-menu[data-is-open] {
    visibility: visible;
    opacity: 1;
}

#menu-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
	z-index: 1;
}

#menu-toggle > div {
    height: 8px;
    border-radius: 0px;
    transition: transform 500ms, opacity 500ms;
    background-color: white;
}

#menu-toggle > div:nth-child(1) {
    width: 40px;
}

#menu-toggle > div:nth-child(2) {
    width: 40px;
    margin: 6px 0;
    opacity: 1;
}

#menu-toggle > div:nth-child(3) {
    width: 40px;
}

#menu-toggle[data-is-open] > div:nth-child(1) {
    transform: translateY(14px) rotateZ(45deg);
}

#menu-toggle[data-is-open] > div:nth-child(2) {
    opacity: 0;
}

#menu-toggle[data-is-open] > div:nth-child(3) {
    transform: translateY(-14px) rotateZ(-45deg);
}


.menu-main{
  list-style: none;
  padding: 0;
  margin:0;
  padding-bottom: 30px;
  padding-top: 50px;
}

.menu-main li{
  display:block;
  margin-bottom:20px;
}

.menu-main li a{
  display:inline-block;
  color:#585858;
  font-size: 24px;
  font-weight:600;
  margin-left:30px;
}

.menu-main li.menu-item--active-trail > a,
.menu-main li a.is-active,
.menu-main li a:hover{
  color:#007841;
}

@media (min-width: 992px) {
  .header-upper .inner-wide .region-header > nav,
  .header-upper .inner-wide .region-header > div{
    width:auto;
    text-align: left;
  }
  .header-kontakt{
    margin-bottom:0px;
  }

  .header-kontakt a{
    font-size: 16px;
  }

  .anmeldelink a,
  a.button,
  .menu-account li a{
    padding:10px 20px;
    font-size: 18px;
  }

  .region-menu{
    padding-top:0px;
  }

  .region-menu #block-rlv-site-branding{
    max-width: 470px;
    bottom: -25px;
  }

  .menu-main{
    padding-top: 0px;
  }

  .menu-main li{
    display:inline-block;
    margin-bottom:0px;
  }

  #block-rlv-main-menu {
      position: unset;
      width: unset;
      height: unset;
      background-color: unset;
      z-index: unset;

      visibility: visible;
      opacity: 1;
    }

    #menu-toggle {
      display: none;
    }
}

/*** Header Ende ***/

/*** Footer ***/

.footer-lower{
  background: #262626;
  color:#fff;
}

.region-lowerfooter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  padding:15px 0;
  flex-wrap: wrap-reverse;
}

.region-lowerfooter > div{
  width:100%;
  text-align: center;
}
.region-lowerfooter > nav{
  width:100%;
  text-align: center;
  margin-bottom: 20px;
}

.menu-footer{
  list-style: none;
  padding: 0;
  margin:0;
}

.menu-footer li{
  display:inline-block;
}

.menu-footer li a{
  display:inline-block;
  color:#fff;
  font-size: 18px;
  font-weight:600;
  margin-left:30px;
  text-decoration: underline;
}

.menu-footer li:first-child a{
  margin-left: 0px;
}

.menu-footer li a.is-active,
.menu-footer li a:hover{
  color:#75B729;
}

.footer{
  background: #01331F;
  color:#fff;
}

.region-footer{
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding:60px 0;
  flex-wrap: wrap-reverse;
}

.region-footer > div{
  width:100%;
  text-align: center;
}

.ab-block{
  font-size: 16px;
  text-align: left;
}

.ab-block p{
  margin:0;
}

.ab-block .ab-name{
  font-size: 17px;
  line-height: 26px;
  font-weight:600;
  margin-bottom: 18px;
}

.ab-block .ab-address,
.ab-block a,
.ab-block a,
.ab-block a{
  color:#fff;
  display: block;
  margin-bottom: 10px;
  margin-left:30px;
  position: relative;
}

.ab-block .ab-address{
  margin-bottom: 18px;
}

.ab-block a{
  cursor:pointer;
}

.ab-block a:hover{
  color:#75B729;
}

.ab-block .ab-address::before{
  display: inline-block;
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: bottom;
  position: absolute;
  top:0;
  left:-30px;
}
.ab-block .ab-tel::before{
  display: inline-block;
  content: "\f3cf";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: bottom;
  position: absolute;
  top:0;
  left:-30px;
}
.ab-block .ab-fax::before{
  display: inline-block;
  content: "\f1ac";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: bottom;
  position: absolute;
  top:0;
  left:-30px;
}
.ab-block .ab-mail::before{
  display: block;
  content: "\40";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: bottom;
  position: absolute;
  top:0;
  left:-30px;
}

#block-rlv-folgensieuns{
  margin-bottom: 40px;
}

.social-hl{
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight:600;
  margin-bottom: 30px;
}

.social-icons a{
    display: inline-block;
    color: #005F3A;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    padding-top: 13px;
    margin-left: 20px;
}

.social-icons a:first-child{
  margin-left: 0px;
}

.social-icons a:hover{
    color: #fff;
    background: #75B729;
}

.si-facebook::before,
.si-insta::before,
.si-youtube::before{
  display: block;
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
}


.si-youtube::before{
  content: "\f167";
}

.si-facebook::before{
  content: "\f39e";
}

.si-insta::before{
  content: "\f16d";
}


@media (min-width: 992px) {
    .region-lowerfooter > div{
      width:auto;
      text-align: left;
    }

    .region-lowerfooter > nav{
      margin:0;
      text-align: left;
      width:auto;
    }

    .region-footer > div{
      width:auto;
      text-align: left;
    }

    #block-rlv-folgensieuns{
      margin-bottom: 0px;
    }

    .ab-block{
      text-align: left;
    }

    .ab-block .ab-name{
      font-size: 20px;
      line-height: 30px;
    }
}


/*** Footer Ende ***/

/*** News Startseite ***/

.news-start-headline{
  color:#005F3A;
  font-size: clamp(26px, 3vw, 54px);
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.news-start-wrapper{
  display:flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.news-start-wrapper .news-row{
  width:100%;
  position: relative;
  box-shadow: 0px 0px 10px #0000001A;
  margin-bottom: 40px;
}

.news-row .views-field{
  height:100%;
}

a.news-start-box{
  color:#262626;
  height:100%;
  display: block;
}

.news-start-box img{
  width:100%;
  display: block;
}

.news-start-text-wrapper{
  padding:20px;
}

.news-row:hover {
  background:rgba(115, 115, 115, 0.08);
}

.news-start-member{
  position: absolute;
  top:0;
  right:0;
  color:#fff;
  font-size: 12px;
  font-weight: 600;
  background: #005F3A;
  padding:0px 10px;
  text-transform: uppercase;
}

.news-start-member::before{
  display: inline-block;
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  vertical-align: baseline;
}

.news-start-title{
  font-size: 20px;
  font-weight: 600;
  color:#005F3A;
  margin-bottom: 15px;
}

.news-start-text{
  margin-bottom: 22px;
}

.news-start-link{
  font-size: 16px;
  font-weight: 600;
  color:#005F3A;
  margin-bottom: 35px;
}

.news-start-link::after{
  display: inline-block;
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  vertical-align: bottom;
}

a.news-start-box:hover .news-start-link{
  color:#75B729;
}


.news-start-tags ul{
  list-style: none;
  padding: 0;
  margin:0;
}

.news-start-tags ul li{
  display:inline-block;
  margin-right:5px;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #F2F2F2;
  font-size: 12px;
  font-weight: 600;
}

.news-start-tags ul li:last-child{
  margin-right:0px;
}

@media (min-width: 660px) {
    .news-start-wrapper .news-row{
      width:calc(50% - 24px);
    }

    .news-start-headline{
      margin-bottom: 50px;
    }

    .news-start-title{
      font-size: 22px;
    }
}

@media (min-width: 992px) {
    .news-start-wrapper .news-row{
      width:calc(33.33333% - 24px);
      margin-bottom: 0;
    }

    .news-start-wrapper{
      margin-bottom: 100px;
    }
}

/*** News Startseite Ende***/

/*** Veranstaltungen Startseite ***/

.wrapper-veranstalungen{
  background-color:#F2F2F2;
  margin-bottom: 50px;
  padding:40px 0;
}

.wrapper-veranstalungen .inner{
  display: flex;
  flex-wrap: wrap;
}

.veranstaltung-start-headline{
  color:#005F3A;
  font-size: clamp(24px, 3vw, 48px);
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

.veranstaltung-start-bild{
  width:100%;
  margin-bottom: 30px;
  text-align: center;
}

.veranstaltung-start-bild img{
  max-width: 100%;
}

.veranstaltung-start-ansicht{
  width:100%;
  padding-left:0px;
}

.veranstaltung-start-item{
  border-bottom: 1px solid #e3e3e3;
  display: block;
  position: relative;
  width:100%;
  padding-right:60px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.veranstaltung-start-item .veranstaltung-start-date{
  color:#fff;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 10px;
  background: #005F3A;
  width: auto;
  display: inline-block;
  margin-bottom: 15px;
}

.veranstaltung-start-item .veranstaltung-start-title{
  color:#005F3A;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.veranstaltung-start-item:hover .veranstaltung-start-title {
  color: #75B729;
}

.veranstaltung-start-item::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    content: '\f061';
    background-color: #005F3A;
    border-radius: 2em;
    color: white;
    font-size: 16px;
    height: 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
}

.veranstaltung-start-item:hover::after {
  background-color: #75B729;
}

.veranstaltung-start-info{
  display: block;
  font-weight: 600;
  font-size: 12px;
  color:#585858;
  /*color:#a5a5a5;*/
  text-transform: uppercase;
}

.veranstaltung-start-info .veranstaltung-start-time{
  margin-right: 30px;
}

.veranstaltung-start-info .veranstaltung-start-time::before{
  font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    content: '\f017';
    display: inline-block;
    margin-right:5px;
}

.veranstaltung-start-info .veranstaltung-start-ort::before{
  font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    content: '\f3c5';
    display: inline-block;
    margin-right:5px;
}

.veranstaltung-start-ansicht .more-link a{
  font-weight: 600;
}

.veranstaltung-start-ansicht .more-link a::after{
  font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    content: '\f178';
    display: inline-block;
    margin-left:5px;
        vertical-align: middle;
}

@media (min-width: 600px) {
  .veranstaltung-start-info{
    display: flex;
  }
}


@media (min-width: 992px) {
    .wrapper-veranstalungen{
      padding:80px 0;
      margin-bottom: 100px;
    }

    .veranstaltung-start-headline{
      margin-bottom: 60px;
    }

    .veranstaltung-start-bild{
      width:40%;
    }

    .veranstaltung-start-ansicht{
      width:60%;
      padding-left:100px;
    }

    .veranstaltung-start-item .veranstaltung-start-title{
      font-size: 22px;
    }

    .veranstaltung-start-item .veranstaltung-start-date{
      font-size: 18px;
    }
}


/*** Veranstaltungen Startseite Ende***/

.no-left-padding {
	padding-left: 0 !important;
}
