/* 
    Created on : 24.08.2020
    Author     : Regina Möller
*/

/*#### Anpassungen Grid ####*/


/*#### Allgemein ####*/
* {
    color: #4E4D4D;
    font-family: 'P22UndergroundProLight';
    font-weight: 400;
    accent-color: #94c11a;
}

::selection {
    background-color: #94c11a;
    color: #fff;
}

h1 {
    font-size: 34px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #BBD030;
    text-decoration-thickness: 3px;

}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1, h2 {
    color: #000;
    font-family: 'P22UndergroundProBold';
    text-transform: uppercase;
}

h3 {
    color: #4E4D4D;
    font-family: 'P22UndergroundProLight';
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

a, .link, a span {
    color: #007a34;
}

a:hover, .link:hover, a span:hover {
    color: #007a34;
}

#menu-alt {
    max-width: 1400px;
    padding: 0 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#menu-alt div {
    margin-top: 100px;
    text-transform: uppercase;
}

#menu-alt div a {
    padding: 10px;
}

#menu-alt div a span {
    color: #000;
}

#menu-alt div a.active span {
    font-family: 'P22UndergroundProBold';
}

#logo {
    display: inline-block;
    width: 100%;
    height: 100vh;
    background: #94c11a;
}

#logo-small .logo-img {
    background: #94c11a;
    width: 173px;
    padding: 92px 21px 42px;
}

#main-canvas {
    padding-top: 40px;
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (max-width: 1450px) {
    #main-canvas {
        padding: 25px 30px 0px;
    }
}

#detail-container {
    padding-top: 25px;
}

#site_headline {
    color: #4E4D4D;
    font-family: 'P22UndergroundProLight';
    font-weight: 700;
    padding-bottom: 15px;
}

.link:hover {
    color: #BBD030;
}

/*#### Menu ####*/

/*-- allgemein --*/

/*-- meta nav -- */
#meta-navigation .nav-meta-link {
    padding: 10px;
    color: #808080;
}

#meta-navigation .nav-meta-link:hover, #meta-navigation .nav-meta-link.active {
    background-color: #BBD030;
}

.nav-meta-link.active span, .nav-meta-link:hover span {
    color: #fff;
}
#head-image {
    z-index: 800;
}


/*-- unter dem Logo --*/


#main-navigation {
    display: block;
    height: 44px;
    padding: 0px 0px 0px;
    max-width: 1400px;
    margin: 30px auto 15px;
    background-color: #FFFFFF;
    z-index: 1000;
}

#main-navigation.sticky {
    position: fixed;
    top: 0;

}

#logo.sticky {
    position: fixed;
    top: 0;
    z-index: 10001;
}


/*-- neben dem Logo --*/

/*#logo{
    float: left;
}
#head-canvas{
    padding:15px 0px;
}*/

/*#### nav 2 ####*/


.nav2-link.active, .nav2-link:hover {
    background-color: #BBD030;
}

.nav2-link.active span, .nav2-link:hover span {
    color: #fff;
}



/*#### mobile nav ####*/
.mobile-div {
    background-color: #FFF;
}

.nav1-mobile-link span {
    font-size: min(120px, 12vw);
    line-height: 1.4;
    color: #fff;
}

.nav1-mobile-link {
    font-size: 30px;
    padding: 5px;
    display: inline-block;
    padding: 7px 20px;
    float: left;

}

.nav1-mobile-link.active span, .nav1-mobile-link:hover span {
    color: #fff;
}

.nav1-mobile-item {
    margin-bottom: 5px;
    text-align: center;
}

.nav2-mobile {
    display: none;
    overflow: hidden;
    /*margin-top: 10px;*/
}

.nav2-mobile-item {
    padding-left: 20px;
}

.nav2-mobile-link {
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.nav2-mobile-link.active, .nav2-mobile-link:hover {
    background-color: #BBD030;
}

.nav2-mobile-link.active span, .nav2-mobile-link:hover span {
    color: #fff;
}

/*#### Slider ####*/

#slider {
    max-width: 1400px;
    margin: auto;
    max-height: 500px;
}

#slider .slick-dots {
    display: none;
}

.slider-caption span {
    font-size: 70px;
    line-height: 70px;
}

@media only screen and (max-width: 1200px) {
    .slider-caption {
        height: 150px !important;
    }

    .slider-caption span {
        font-size: 45px !important;
        line-height: 50px !important;
    }

}

/******************* teaser-start *************************/

.teaser-start {
    display: flex;
}

.teaser-start a {
    color: #fff;
}

.teaser-start a:hover {
    color: #fff !important;
    text-decoration: underline;
}

#teaser-start .contentbox {
    margin-bottom: 50px;
}

.teaser-start h2 {

    color: #fff;
    font-family: 'P22UndergroundProLight';
    font-weight: 700;
    text-transform: uppercase;
}

.teaser-start p {
    color: #fff;
    font-family: 'P22UndergroundProLight';
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 25px;
}

.teaser-start .left-column {
    width: 50%;
    margin: 45px 45px 45px 45px;
    box-sizing: border-box;
    overflow: hidden;
}

.teaser-start .right-column {
    width: 50%;
    margin: 45px 45px 45px 45px;
    box-sizing: border-box;
    overflow: hidden;
}

.teaser-start a:hover {
    color: #fff;
    text-decoration: underline;
}

/*##### text ####*/

.text ul {
    list-style: disc;
}

.text ol {
    list-style: decimal;
}

.text li {
    float: none;
}

/*##### texteditor-main ####*/

.text-main a {
    color: #007a34;
    text-decoration: none;
}


/*##### texteditor-info ####*/

.text-info a:hover {
    color: #808080;
}


.text-info ul {
    list-style: disc;
    padding-left: 20px;
}

.text-info ol {
    list-style: decimal;
    padding-left: 20px;
}

.text-info li {
    float: none;
}

/*#### Footer ####*/

#footer-bar .nav-footer-link:hover span {
    color: #BBD030;
}

/*#### downloads-main ####*/

.downloads-main .download-link:hover {
    color: #808080;
}

.downloads-info .download-link:hover {
    color: #808080;
}


/*#### contact-info ####*/
.info-mail:hover {
    color: #808080;
}


/*#### footer ####*/
.footer-background {
    background-color: #fff;
    border-top: 1px solid #808080;
    border-bottom: 105px solid #bfbfbf;
    padding: 0px 25px 25px;
}

.footer-background .text,
.footer-background span {
    font-size: 24px;
    line-height: initial !important;
}


.back-to-top {
    background-color: #BBD030;
    color: #fff;
}

.back-to-top .fa-arrow-up {
    color: #fff;
}

#footer-canvas .column.center-left-column .text .text-p:hover{
    color: #007a34;
}


/*#### info-teaser-main*/
.info-teaser-main .info-headline {
    color: #fff;
}

.info-teaser-main .info {
    background-color: #BBD030;
}


/*##### gallery-list-main #####*/

.gallery-list-main .text-container {
    background-color: #BBD030;
}

/*##### event-filter #####*/
.event-filter-link:hover, .event-filter-link.active {
    color: #fff !important;
    background-color: #BBD030 !important;
}

.event-filter-link.active .amount {
    background: #fff;
    color: #BBD030;
}


/*##### event-container ####*/

.event-container .link {
    background-color: #BBD030;
    color: #fff !important;

}

.event-container .link:hover {
    color: #fff !important;
    background-color: #BBD030;
}


.events-calendarlist h2.calenderlist-groupheadline {
    color: #BBD030;
    border-bottom: 4px solid #BBD030;
}


/*#### news-list #####*/

.news-list .text-container .detail-link {
    color: #BBD030
}


/*#### mobile-div #####*/
.mobile-div {
    background-color: #798e31;

}

.menu-line {
    background-color: #fff;
}

/*##### info-teaser ####*/

.info-teaser-main .line {
    background-color: #292929;
}

/*##### projects ####*/

.overviewpages-main {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
}

.overviewpages-main .text-container {
    padding: 5px 0px 5px 5px;
    margin: 0px;
    background-color: #4E4D4D;
    font-size: 18px;
    height: auto;
}

.overviewpages-main .text-container h2{
    padding: 0px;
    margin: 0px !important;
    line-height: 22px;
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
}

.overviewpages-main .image-container img {
    width: 100%;
    height: auto;
    display: block;
}

overviewpages-main .image-container {
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .overviewpages-main {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 760px) {
    .overviewpages-main, .image-container {
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px;
    }
}

@media only screen and (max-width: 420px) {
    .overviewpages-main, .image-container {
        grid-template-columns: 1fr;
        grid-gap: 18px;
    }
}


/*##### projects-detail ####*/

#content-canvas.standard_no_info.visibleAsideCanvas {
    width: 80%;
    padding-bottom: 50px;
}

.references-list {
    margin-top: 139px;
    margin-bottom: 55px;
}

.references-list-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.references-list-item {
    width: 535px;
    max-width: 100%;
    position: relative;
    aspect-ratio: 1;
    height: 535px;
    height: min(535px, calc(100vw - 60px));
}

.image-container-small {
    padding-bottom: 50px;
    border-bottom: 3px solid #BBD030;
    margin-bottom: 50px;
    width: 100%;
}

.image-container-large,
.image-container-large img {
    height: 100%;
}

.image-container-large img {
    object-fit: cover;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.image-container-large + .text-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 85%);
    width: 100%;
    height: 190px;
    display: none;
    font-feature-settings: "salt";
}

.image-container-large + .text-container h2 {
    color: #808080;
    margin-bottom: 0;
    margin-left: 34px;
}

.references-list-item:hover .image-container-large + .text-container {
    display: flex;
}

.references-list-item-no-image {
    background: #94c11a;
    border-radius: 36px;
    text-align: center;
}

.references-list-item-no-image .text-container {
    height: 100%;
}

.references-list-item-no-image h2 {
    color: #fff;
    font-size: min(80px, 12vw);
    line-height: initial;
}

.listnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listnav li {
    float: none;
}

.listnav .link-prev img, .link-next img {
    width: 60px;
    height: 10px;
    height: auto;
}

.listnav .link-back img {
    width: 45px;
    height: auto;
}

.pageElement-references-detail-main {
    margin-bottom: 140px;
}

.references-detail-text,
.reference-infotext {
    margin-bottom: 56px;
}

.references-detail-text h2,
.reference-infotext {
    font-size: 24px;
    line-height: 44px;
    text-transform: initial;
}

.reference-infotext {
    text-transform: uppercase;
}

.references-detail-text *,
.reference-infotext * {
    color: #000;
    font-size: 24px;
    line-height: 44px;
}

.references-detail-text strong,
.reference-infotext strong {
    font-family: 'P22UndergroundProBold';
    font-weight: initial;
}

.references-detail-text br,
.reference-infotext br {
    display: none;
}

.reference-thumbs img {
    max-width: 840px;
    margin-bottom: 68px;
}

/*##### events-overview-info ####*/

.events-overview-info .events-container {
    background-color: #D3DDE1;
    border-left: 3px solid #BBD030;
}

/*#### event-filter-link ####*/
.event-filter-link {
    background-color: #DDDDDD;
    color: #171717;
}

/*#### event-filter-items #####*/

.event-filter-items-level2 {
    background-color: #D3DCE1;
}

.event-filter-link .amount {
    background: #BBD030;
}

.event-container {
    background-color: #DDDDDD;
}


.event-container .information-container {
    background-color: #b3b3b3;
}


/*#### link-button ####*/

.link-button {
    background-color: #BBD030;
    color: #fff;
}

.link-button:hover {
    color: #fff !important;
}


/*#### slider-caption ####*/
.slider-caption span {
    color: #fff;
}


.nav1-mobile li {
    color: #fff;
}

.contactform {
    color: #fff;
}

.gallery-list-main .title {
    color: #fff;
}


.info-teaser-main .info {
    color: #fff;
}

/*#### contact-form ####*/

.defaultform textarea,
.form-row textarea {
    border: 2px solid #CECECE;
    font-family: Arial, Helvetica, sans-serif;
    color: #BBD030;
}


.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"] {
    border: 2px solid #CECECE;
    font-family: P22UndergroundProLight, Arial, Helvetica, sans-serif;
    color: #BBD030;

}

.defaultform select {
    border: 2px solid #CECECE;
}

.form-row label.error,
.form-error {
    color: #ff0000;
}


.form-error p {
    color: #ff0000;
}


/*#### button-submit ####*/
.button-submit {
    background-color: #BBD030;
}

.contactform .button-submit {
    background-color: #BBD030;
    color: #fff;
    font-size: 18px;
    width: 300px;
}

.contactform .button-submit:hover {
    cursor: pointer;
    background-color: #BBD030;
}


/*#### events-overview ####*/
.events-overview-info .main-headline {
    color: #BBD030;

}

.events-overview-info .events-container .headline {
    color: #171717;
    font-family: 'P22UndergroundProLight';
    font-weight: 700;
}

.events-overview-info .events-container .text {
    color: #171717;
    font-family: 'P22UndergroundProLight';
}

.events-overview-info a.link {
    color: #BBD030;
}

/*#### news-list ####*/
.news-list .item {
    border-bottom: 3px solid #AFC1C9;
}


/*#### references ####*/
.references-list-item .image-container-small {
    float: left;
}

.references-list-item .image-container-small .image-link {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.references-list-item .image-container-small .image-link:nth-child(3n)  {
    margin-right: 0;
}

.references-list-item .image-container-small img {
    width: auto;
    float: left;
}



