/* 
    Created on : 24.08.2020
    Author     : Regina Möller
*/

/*#### Anpassungen Grid ####*/


/*#### Allgemein ####*/
* {
    color: #4E4D4D;
    font-family: 'Open Sans';
    font-weight: 400;
}

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: #4E4D4D;
    font-family: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    color: #4E4D4D;
    font-family: 'Open Sans';
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

a, .link, a span {
    color: #4E4D4D;
}

a:hover,
.link:hover,
a span:hover {
    color: #BBD030;
}


#logo {
    display: inline-block;
    width: auto;
    background-color: #4e4d4d;
    height: 44px;
}

#main-canvas {
    padding-top: 40px;
    box-sizing: border-box;
    width: 100%;
}

@media only screen and (max-width: 1220px) {
    #main-canvas {
        padding: 25px 30px 0;
    }
}

#detail-container {
    padding-top: 25px;
}

#site_headline {
    color: #4E4D4D;
    font-family: 'Open Sans';
    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;
    margin-bottom: 15px;
    margin-top: 30px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    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: 20px;
    line-height: 27px;
}

.nav1-mobile-link {
    font-size: 30px;
    padding: 5px;
    display: inline-block;
    padding: 7px 20px;
    float: left;

}

.nav1-mobile-link.active, .nav1-mobile-link:hover {
    background-color: #BBD030;
}

.nav1-mobile-link.active span, .nav1-mobile-link:hover span {
    color: #fff;
}

.nav1-mobile-item {
    margin-bottom: 5px;
}

.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: 'Open Sans';
    font-weight: 700;
    text-transform: uppercase;
}

.teaser-start p {
    color: #fff;
    font-family: 'Open Sans';
    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 a:hover {*/
/*    color: #fff;*/
/*}*/


.text ul {
    list-style: disc;
}

.text ol {
    list-style: decimal;
}

.text li {
    float: none;
}

/*##### texteditor-main ####*/

.text-main a {
    color: #BBD030;
    text-decoration: none;
}

.text-main a:hover {
    color: #BBD030;
    text-decoration: underline;
}


/*##### 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;
    padding-bottom: 10px;
}


.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: #BBD030;
}


/*#### 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: #2C2727;
}

/*##### 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;
}

.image-container-small {
    padding-bottom: 50px;
    border-bottom: 3px solid #BBD030;
    margin-bottom: 50px;
    width: 100%;
}

.image-container-large {
    padding-top: 20px;
}

/*##### 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;
}


.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"] {
    border: 2px solid #CECECE;
    font-family: Open Sans, Arial, Helvetica, sans-serif;

}

.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: 'Open Sans';
    font-weight: 700;
}

.events-overview-info .events-container .text {
    color: #171717;
    font-family: 'Open Sans';
}

.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;
}



