/*
******************************************************************
(c) sinntun.codes
******************************************************************
*/

/*#### Allgemein ####*/
body, html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #2D2D2D;
    position: absolute;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Signika', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #81BF53;
}

h2 {
    font-family: 'Signika', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1e4231;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Signika', sans-serif;
    font-size: 22px;
    color: #1e4231;
}

.news-teaser-text h3 {
    color: #81bf53;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

a, a.link, a span {
    color: #81bf53;
}

a:hover, a.link:hover, a span:hover {
    color: #81bf53;
}


#page-canvas {
    max-width: 95%;
}

.page-wrapper {
    max-width: 1760px;
    margin: 0 auto;
}

.logo-img {
    max-height: 130px;
    margin-left: 60px;
}


.search-container form {
    display: flex;
    max-width: 100%;
}

.search-container .search-icon {
    right: 50px;
    top: 0;
    position: relative;
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: #1e4231;
}

.search-container .search-input {
    font-size: 24px;
    color: #1e4231;
    border: 2px solid #81BF53;
    height: 50px;
    padding: 10px 60px 10px 10px;
    border-radius: 8px;
    max-width: 610px;
    width: calc(100vw - 1150px);
}

.search-container .submit-button {
    font-family: 'Signika', sans-serif;
    background-color: #81BF53;
    border: none;
    border-radius: 8px;
    width: 180px;
    height: 75px;
    color: #fff;
    font-size: 26px;
    padding: 0 20px;
    cursor: pointer;
}

/*-- mobile --*/
.notactive {
    display: none;
}

#mobile-search-box {
    background-color: #fff;
    display: none;
}

#mobile-search-box .search-input {
    background-color: #efefef;
}

.search-main .searchresult-group .header:before {
    color: #292929;
}

#mobile-search-box button {
    background-color: transparent;
    border: none;
}

.mobile-search .mobile-search-icon {
    right: 30px;
    top: 11px;
    position: absolute;
    font-size: 25px;
    color: #1e4231;
    border: none;
}

.menu-1 .menu-line {
    background-color: #1e4231;
}

.contact-banner {
    display: block;
    position: fixed;
    width: 200px;
    right: 100px;
    margin-top: 265px;
    z-index: 1000;
    height: 0;
}

.contact-banner div {
    background-color: #81BF53;
    border: 2px solid #fff;
    border-radius: 8px;
    height: 30px;
    width: 250px;
    margin-bottom: 10px;
    padding: 20px 10px 10px 15px;
    transition: ease-out 0.2s;
}

.contact-banner p {
    display: flex;
}

.contact-banner b {
    margin: 0 0 0 35px;
}

.contact-banner a.link {
    font-size: 18px;
    color: #fff;
}

.contact-phone-call {
    position: relative;
    right: -235px;
}

.contact-email {
    position: relative;
    right: -235px;
}

.contact-person {
    position: relative;
    right: -235px;
}

.contact-phone-call a,
.contact-email a,
.contact-person a {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    right: 0;
    bottom: 0;
    padding: 20px 0 0 65px;
}

.contact-banner .pull-out {
    position: relative;
    right: -30px;
}

.contact-banner .contact-phone-call p:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 36px;
    font-weight: 900;
    content: '\f095';
    width: 25px;
    display: inline-block;
    color: #fff;
}

.contact-banner .contact-email p:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 36px;
    font-weight: 900;
    content: '\f0e0';
    width: 25px;
    display: inline-block;
    color: #fff;
}

.contact-banner .contact-person p:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 36px;
    font-weight: 900;
    content: '\f007';
    width: 25px;
    display: inline-block;
    color: #fff;
}

/*#### Main ####*/

.textbox {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #2D2D2D;
    list-style-type: none;
    text-align: left;
}

.textbox li {
    float: none;
}

.textbox i {
    color: #1e4231;
}

/* Event-Box Elemente*/
.event-materials-teaser-start-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
    justify-content: space-between;
}

.event-materials-teaser-start-wrapper div {
    flex-basis: calc(50% - 20px);
}

.eventboxes-wrapper span {
    color: #1e4231;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.more:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    content: '\f101';
    width: 25px;
    display: inline-block;
    cursor: pointer;
    color: #1e4231;
}

.more b {
    font-family: 'Signika', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1e4231;
}

.eventboxes {
    background-color: #81BF53;
    margin: 0 0 10px 0;
}

.eventboxes_material {
    background-color: #81BF53;
    margin: 0 0 10px 0;
    display: block;
}

.event-box {
    display: block;
    height: 90px;
    padding: 25px 30px 35px 35px;
}

.event-box .eventname {
    float: none;
    margin: 0;
}

.event-box li.dates:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    color: #1e4231;
    content: '\f073';
    width: 25px;
    display: inline-block;
}

.event-box li.eventplace:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    color: #1e4231;
    font-weight: 900;
    content: '\f3c5';
    width: 25px;
    display: inline-block;
}

.event-box .event {
    margin-top: 30px;
}

.event-box strong {
    font-size: 18px;
    color: #2D2D2D;
    margin-right: 50px;
}

.event-box i {
    font-style: normal;
    float: right;
}

.event-box.tipps {
    padding-top: 55px;
    height: 60px;
}

.event-box p {
    float: left;
    margin-top: 10px;
    margin-right: 80px;
}

.event-box p.icon:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 50px;
    color: #1e4231;
    font-weight: 900;
    content: '\f56d';
    width: 25px;
    display: inline-block;
}

.event-box p.icon.file:before {
    content: '\f56d';
}

.event-box p.icon.video:before {
    content: '\f03d';
}

.event-box p.icon.youtube:before {
    content: '\f03d';
}

.event-box p.icon.audio:before {
    content: '\f1c7';
}

.event-box p.icon.link:before {
    content: '\f14c';
}

.event-box p.icon.info:before {
    content: '\f05a';
}

.event-box p.icon.idea:before {
    content: '\e1ca';
}

.event-box p.icon.shop:before {
    content: '\e1d8';
}

.eventtext {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1e4231;
}


.news-teaser-start-wrapper {
    margin: 100px 0 50px 0;
}

.news-teaser-start-wrapper img {
    max-width: 675px;
    height: auto;
}

.news-teaser-box {
    display: flex;
    padding: 20px 0;
    border-top: 2px solid #81BF53;
}

.news-teaser-box.last {
    border-bottom: 2px solid #81BF53;
    margin-bottom: 20px;
}

.news-teaser-box div {
    flex-basis: 50%;
    margin-right: 50px;
}

.news-teaser-text b {
    font-family: 'Signika', sans-serif;
    color: #81bf53;
    font-size: 24px;
    font-weight: 400;
}

.news-teaser-text li {
    margin-top: 50px;
}

.news-teaser-text .more {
    font-weight: 700;
}


/*#### Footer ####*/
#footer-canvas {
    height: 280px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding-top: 70px;
}

.footer-background {
    background: url('/_images/footer-welle_gruen.svg');
    background-size: 100%;
    width: calc(100vw - (100vw - 100%));
}

.footer-column-wrapper {
    background-color: #81bf53;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 30px;
    margin: 0 auto;
}

#footer-canvas .column {
    background-color: #81bf53;
}

#footer-canvas a {
    font-size: 18px;
    color: #1e4231;
}

#footer-canvas a:hover {
    color: #fff;
}

.logo-column img {
    height: 177px;
    width: auto;
}

footer {
    max-width: 100vw;
    margin-top: 50px;
}

footer h2.headline {
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

footer .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #1e4231 !important;
}

footer .link {
    color: #1e4231 !important;
}

footer .social-media-link {
    display: flex;
    align-items: center;
}

footer .socialmedia-icons {
    font-family: 'Signika', sans-serif;
    font-size: 20px;
    color: #1e4231;
    display: flex;
    flex-direction: column;
    margin-left: -20px;
}

footer .socialmedia-icons i {
    color: #1e4231;
    margin: 0 20px;
}

footer i.fa-youtube {
    margin-left: 15px;
    margin-right: 16px;
}

footer .socialmedia-icons span {
    width: 80px;
}


.leaflet-container a {
    color: #0e301a;
}


#usercentrics-button img {
    width: auto;
}
