/* Header Navigator */
.header-nav-primary {
    line-height: 80px;
}
h1{
	font-size: 66px;
    font-family: DINProLight;
    width: auto;
    margin-top: 10px;
}
.full-width-text-content h1{
	margin-bottom: 0;
}
@media screen and (max-width: 991px){
	h1{
		font-size: 54px;
	}
}
.header-menu {
}

    .header-menu ul {
        list-style-type: none;
    }

        .header-menu ul li {
            float: left;
        }

            .header-menu ul li a {
                color: #ffffff;
                padding: 10px 20px;
                font-family: "DINProLight";
                font-size: 13px;
                line-height: 13px;
                text-decoration: none;
                text-transform: uppercase;
            }

            .header-menu ul li:first-child a {
                padding-left: 0;
            }

            .header-menu ul li a:hover {
                color: #5cb334;
            }

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .header-menu ul li a {
        padding: 10px 10px;
    }
}

.header-company {
}

    .header-company img {
    }

    .header-company i {
        float: right;
        line-height: 80px;
        font-size: 27px;
        width: 50px;
        text-align: right;
    }

.header-menu-mobile {
    display: none;
    padding: 0;
    z-index: 9999;
    position: fixed;
    left: 0px;
    right: 0px;
}

    .header-menu-mobile ul {
        list-style-type: none;
        padding: 10px 0 10px 0;
        background-color: #111111;
        line-height: 30px;
    }

        .header-menu-mobile ul li {
            padding: 0;
            margin: 0;
        }

            .header-menu-mobile ul li a {
                color: #ffffff;
                padding: 5px 0 5px 20px;
                font-family: "DINProLight";
                font-size: 18px;
                text-decoration: none;
                text-transform: uppercase;
                width: 92%;
                position: relative;
            }

.main-nav-mobile {
    float: right;
    margin-right: 50px;
    font-size: 24px;
    cursor: pointer;
    margin-top: 2px;
}

.nav-main-active {
    color: #5cb334 !important;
}

.mobile-second-nav {
    padding-left: 30px !important;
    background-color: #212020 !important;
    display: none;
}

    .mobile-second-nav li a {
        color: #ffffff;
        padding: 0 20px !important;
        font-family: "DINProLight";
        font-size: 16px !important;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
    }
/* Second Navigator */
.nav-sencond {
    height: 60px;
    width: 100%;
    background-color: #464646;
    color: #ffffff;
    position: fixed;
}

.header-nav-second {
    height: 60px;
    line-height: 60px;
}

.contact-header-wrapper {
    float: right !important;
    height: 60px !important;
    padding-top: 10px !important;
}

.bnt-contact-header {
    background-color: #5cb334;
    padding: 0 10px !important;
    margin: 0 auto !important;
    color: #ffffff !important;
    min-width: 200px !important;
    text-transform: uppercase !important;
    font-family: "DINProMedium" !important;
    display: block !important;
    text-align: center !important;
    font-size: 16px !important;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

.btn-contact-wrapper {
    float: right !important;
}

.btn-contact {
    /*float: right !important;*/
    background-color: #5cb334;
    min-width: 200px !important;
    text-transform: uppercase !important;
    font-family: "DINProMedium" !important;
    font-size: 16px !important;
    color: #ffffff !important;
    border-radius: 0;
    padding: 6px 0px !important;
}
/* Full Width Text */
.full-width-text-content {
    width: 65%;
    margin: 0 auto;
}

@media only screen and (max-width : 1200px) {
	.full-width-background{
		height: 600px !important;
	}
}


@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .full-width-text-content {
        width: 85%;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 1024px) {
	.full-width-background{
		height: 400px !important;
	}
}

@media only screen and (max-width : 768px) {
	.full-width-background{
		height: 360px !important;
	}
}

@media only screen and (max-width : 640px) {
	.full-width-background{
		height: 300px !important;
	}
}

@media only screen and (min-width : 320px) and (max-width : 568px) {
    .full-width-text-content {
        width: 95%;
        margin: 0 auto;
    }
}


/* Full Width Image */
.full-width-image {
    position: relative;
    overflow: hidden;
}

    .full-width-image img {
        width: 100%;
    }

/* Full Width Text And Backgroud */
.full-width-text-background {
    color: #ffffff;
}

/* Text and Image */
.text-image-box-content {
    padding-top: 100px;
    padding-bottom: 100px;
    display: table;
}

.full-right-text-wrapper {
    width: 85%;
    display: table;
    height: 100%;
    float: right;
}

.full-left-text-wrapper {
    width: 85%;
    display: table;
    height: 100%;
    float: left;
}

.full-text-content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

    .full-text-content a {
        color: #5cb334;
    }

@media only screen and (min-width : 320px) and (max-width : 768px) {
    .full-right-text-wrapper {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

    .full-left-text-wrapper {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

    .text-image-box-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Video */
.full-video-play {
    text-align: center;
}

    .full-video-play img {
        width: 120px;
        cursor: pointer;
    }

.full-video-text {
    text-align: center;
    width: 100%;
}

    .full-video-text p {
        font-size: 40px;
        font-family: "DINProMedium";
        color: #ffffff;
        width: 35%;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
        user-select: none;
    }

.btn-close-video {
    position: absolute;
    top: -30px;
    right: -37px;
    cursor: pointer;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
    .full-video-text p {
        width: 95%;
        font-size: 31px;
        line-height: 31px;
    }

    .btn-close-video {
        position: absolute;
        top: -30px;
        right: -25px;
        cursor: pointer;
        width: 47px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 568px) {
    .full-video-text p {
        width: 95%;
        font-size: 21px;
        line-height: 21px;
    }

    .btn-close-video {
        position: absolute;
        top: -27px;
        right: -20px;
        cursor: pointer;
        width: 37px;
    }
}

/* CTA BOX ITEM */
.cta-box-wrapper {
    background-color: #333333;
    padding: 45px 0;
}

.cta-box-row {
    margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
}

.cta-box-item {
    padding: 30px 10px 20px 10px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    height: 300px;
}

.cta-box-img-wrapper {
    width: 100%;
    height: 60px;
}

.cta-icon {
    vertical-align: bottom;
}

.cta-headline {
    font-size: 26px;
    font-family: "DINProMedium";
    width: 45%;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 2;
    max-height: 60px;
    -webkit-box-orient: vertical;
}

.cta-main-text {
    font-size: 16px;
    font-family: "DINProLight";
    width: 45%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 2;
    max-height: 44px;
    -webkit-box-orient: vertical;
}

.contact-header-wrapper {
    height: 40px;
}

.cta-button-text-effect {
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 12px 20px;
    min-width: 248px;
    font-size: 13px;
    font-family: "DINProMedium";
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .cta-button-text-effect:before {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .cta-button-text-effect:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.cta-button-text {
    background-color: #5cb334;
    color: #ffffff;
    min-width: 248px;
    font-size: 13px;
    font-family: "DINProMedium";
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 30px;
    left: calc(50% - 124px);
    letter-spacing: 1px;
}

    .cta-button-text:hover, .cta-button-text:focus {
        text-decoration: none;
        color: #ffffff;
    }

    .cta-button-text img {
        margin-left: 10px;
        margin-bottom: 2px;
    }

@media only screen and (min-width : 769px) and (max-width : 1240px) {
    .cta-headline {
        width: 70%;
    }

    .cta-main-text {
        width: 70%;
    }
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
    .cta-box-row {
        margin-bottom: 0;
    }

        .cta-box-row .col-xs-12 {
            margin-bottom: 30px;
        }

    .cta-headline {
        width: 100%;
    }

    .cta-main-text {
        width: 100%;
    }
}

/* Contact Form */
.contact-form-wrapper {
    padding-top: 40px;
}

.contact-headline-wrapper {
    width: 100%;
}

.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input.text {
    width: 100%;
    max-width: 100% !important;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 19px;
    font-family: "DINProMedium";
    outline: none;
    color: #ceced4;
}



.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea {
    width: 100%;
    max-width: 100% !important;
    height: 180px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 19px;
    font-family: "DINProMedium";
    outline: none;
    color: #ceced4;
}

.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper .field-validation-error {
    color: red !important;
    font-family: "DINProLight";
}
.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea::-webkit-input-placeholder, .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input.text::-webkit-input-placeholder { /* Edge */
    color: #ceced4;
}

    .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea:-ms-input-placeholder, .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input.text:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ceced4;
    }

    .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea::placeholder, .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input.text::placeholder {
        color: #ceced4;
    }
.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.message {
    margin-bottom: 20px;
}
.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-navigation {
    display: inline-block;
    position:relative;
}
    .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-navigation:after {
        content: url(../Image/robotize-arrow.png);
        position: absolute;
        right: 105px;
        z-index: 1;
        top: 25px;
    }
.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-navigation .btn {
    background-color: #5cb334;
    color: #ffffff;
    min-width: 300px;
    font-size: 16px;
    font-family: "DINProMedium";
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: center;
    z-index: 1;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    border-radius:0px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-navigation:hover .btn{
    color: #5cb334 !important;
    background-color: #fff;
}
    .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-navigation:hover::after {
        content: url(../Image/btn-green-arrow.png);
    }
    /*.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field label{
    color:#fff;
}

.contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper {
    display: flex;
    align-items: center;
}
    .contact-form-wrapper .contact-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type='checkbox'] {
        width: 20px;
        height: 20px;
        margin-top: 0;
        margin-right: 10px;
    }*/
    .contact-main-headline {
        font-size: 41px;
        font-family: "DINProMedium";
        color: #ffffff;
    }

.contact-small-headline {
    font-size: 16px;
    font-family: "DINProLight";
    color: #ffffff;
}

.contact-form {
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%;
}

.contact-form-input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 19px;
    font-family: "DINProMedium";
}

    .contact-form-input::-webkit-input-placeholder {
        text-transform: uppercase;
        color: #cecece;
        font-family: "DINProMedium";
        font-size: 16px;
    }

    .contact-form-input::-moz-placeholder { /* Firefox 19+ */
        text-transform: uppercase;
        color: #cecece;
        font-family: "DINProMedium";
        font-size: 16px;
    }

    .contact-form-input:-ms-input-placeholder { /* IE 10+ */
        text-transform: uppercase;
        color: #cecece;
        font-family: "DINProMedium";
        font-size: 16px;
    }

    .contact-form-input:-moz-placeholder { /* Firefox 18- */
        text-transform: uppercase;
        color: #cecece;
        font-family: "DINProMedium";
        font-size: 16px;
    }
.contact-form-input.txtMessage{
	height: 180px;
	padding-top: 10px;
}
.contact-form-input:focus{
	outline: none;
}

.btn-contact-form-effect {
    z-index: 1;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 12px 20px;
    font-size: 16px;
    font-family: "DINProMedium";
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 300px;
    text-transform: uppercase;
}

    .btn-contact-form-effect:before {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-contact-form-effect:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.contact-form-sumbit {
    background-color: #5cb334;
    color: #ffffff;
    min-width: 300px;
    font-size: 16px;
    font-family: "DINProMedium";
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}


    .contact-form-sumbit img {
        margin-left: 10px;
    }


    .contact-form-sumbit:hover, .contact-form-sumbit:focus {
        color: #ffffff;
        text-decoration: none;
    }

.contact-frm-success {
    font-size: 21px;
    color: #ffffff;
    font-family: "DINProMedium";
    display: none;
    text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .contact-form-sumbit {
        width: 100%;
        min-width: 200px;
    }

    .btn-contact-form-effect {
        width: 100%;
    }
}
/* Event Bar */
.event-bar {
    background-color: #5cb334;
    color: #fafafa;
    padding: 20px 0;
}

.event-bar-left {
    padding: 10px 15px;
}

.event-bar-middle {
    display: table;
    padding: 10px 15px;
}

.event-bar-right {
    padding: 10px 15px;
    text-align: right;
}


.event-bar-title {
    font-size: 42px;
    font-family: "DINProMedium";
    margin-top: 0px;
}

.event-bar-left p {
    font-size: 16px;
    font-family: "DINProLight";
    line-height: 22px;
    width: 90%;
}

.event-bar-middle p {
    font-size: 16px;
    font-family: "DINProBold";
    line-height: 22px;
}

.btn-event-bar {
    display: inline-block;
    font-size: 16px;
    font-family: "DINProMedium";
    line-height: 20px;
    text-transform: uppercase;
    padding: 15px 50px;
    background-color: #ffffff;
    color: #5cb334;
    user-select: none;
}

    .btn-event-bar:hover, .btn-event-bar:focus {
        text-decoration: none;
        color: #5cb334;
    }

    .btn-event-bar img {
        margin-left: 10px;
    }



@media only screen and (min-width : 320px) and (max-width : 768px) {
    .event-bar-middle {
        display: block;
        padding: 10px 15px;
    }

        .event-bar-middle p {
            vertical-align: baseline;
            padding-top: 0;
        }

    .event-bar-right {
        display: block;
        padding: 10px 15px;
        text-align: left;
    }

        .event-bar-right p {
            display: block;
            vertical-align: baseline;
            padding-top: 10px;
        }
}

/* FAQ PAGE */
.faq-page {
    background-color: #222222;
    padding: 50px 0 50px 0;
    /*background-image: url('../Image/faq-bg.jpg');*/
}

    .faq-page h3 {
        text-align: center;
    }

    .faq-page h2, .faq-page h1 {
        text-align: center;
    }

.faq-wrapper h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-family: 'DINProRegular';
}

.faq-wrapper h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    font-family: "DINProMedium";
}

.faq-wrapper h1{
	color: #ffffff;
}

.faq-wrapper p {
    color: #ffffff;
    font-size: 20px;
    font-family: "DINProLight";
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.faq-content {
    padding-top: 50px; 
	position: relative;
}

.faq-item-wrapper {
}

.faq-item {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding: 10px 0 10px 0;
    position: relative;
    cursor: pointer;
}

    .faq-item .small-headline {
        color: #5cb334;
        font-size: 12px;
        line-height: 15px;
        width: 100%;
        text-transform: uppercase;
        font-family: "DINProLight";
    }

    .faq-item .question-wrapper {
        padding-right: 10px;
        display: flex;
        width: 100%;
        position: relative;
        min-height: 50px;
        padding-bottom: 10px;
    }

.faq-img-down {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 27px;
}

.faq-img-up {
    position: absolute;
    right: 20px;
    top: 10px;
    float: left;
    width: 27px;
    display: none;
}

.faq-arrow {
    float: right;
    color: #5cb334;
    font-size: 45px;
    position: absolute;
    top: 25%;
    right: 20px;
    font-weight: 100;
}

.question {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    font-family: "DINProMedium";
    float: left;
    width: 90%;
}


.faq-item .answer {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-family: "DINProLight";
}

.faq-anwser-wrapper {
    padding: 0 10px 20px 50px;
    color: #ffffff;
    display: none;
} 

.faq-anwser-wrapper a{ 
	color: #5cb334 !important;
} 

.faq-item-wrapper-open {
    background-color: #111111;
}

.faq-item-open {
    border-top: none;
}

@media only screen and (min-width : 320px) and (max-width : 768px) {
    .faq-arrow {
        float: right;
        color: #5cb334;
        font-size: 45px;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 100;
    }

    .faq-img-down {
        position: absolute;
        right: 10px;
        top: 0;
        width: 27px;
    }

    .faq-img-up {
        position: absolute;
        right: 10px;
        top: 0;
        width: 27px;
    }
}

/* Article Page */
/*.article-page {
    background-color: #222222;
    color: #ffffff;
    padding: 50px 0;
}

.article-headline {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-family: "DINProMedium";
}

.article-maintext {
    margin-bottom: 40px;
}

.article-description {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-family: "DINProMedium";
}*/

/* Article Specific Page */
/*.article-specific-page {
    background-color: #242424;
    color: #ffffff;
    padding: 50px 0;
}

.article-specific-back {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-family: "DINProLight";
}

    .article-specific-back:hover, .article-specific-back:focus {
        text-decoration: none;
        color: #ffffff;
    }

    .article-specific-back i {
        font-size: 16px;
        margin-right: 5px;
    }

.article-specific-headline {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-family: "DINProMedium";
}

.article-specific-author {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-family: "DINProMedium";
}

.article-specific-conttent {
    padding: 10px 10px 10px 30px;
} */


/* Image Or Video */
.image-video-banner {
    width: 100%;
}

    .image-video-banner h1, .image-video-banner h2 {
        font-size: 64px;
        line-height: 64px;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 50px;
    }

.banner-text:after {
    content: '.';
    font-size: 64px;
    line-height: 64px;
    color: #5cb334;
}

.banner-scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    cursor: pointer;
}

.btn-banner-effect {
    z-index: 1;
    border: none;
    padding: 12px 50px;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-family: "DINProMedium";
    line-height: 20px;
    text-transform: uppercase;
    text-transform: uppercase;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-banner-effect:before {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-banner-effect:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }


.btn-banner {
    background: #5cb334;
    color: #ffffff;
    font-size: 16px;
    font-family: "DINProMedium";
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 0px;
}

    .btn-banner:hover, .btn-banner:focus {
        text-decoration: none;
        color: #ffffff;
    }

    .btn-banner img {
        margin-left: 10px;
    }

.video-background {
    display: block;
    width: 100%;
    height: auto;
    z-index: -100;
    background: black;
    margin: 0px auto;
}

.video-article {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px;
    text-align: center;
    z-index: 500;
}

@media only screen and (max-width : 767px) {
	.center-text-block .main-headline {
        font-size: 30px;
    }
	.banner-scroll-down {
		bottom: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1440px) {
    .video-article h2 {
        font-size: 34px;
        line-height: 34px;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 30px;
    }

    .img-video-text h2 {
        font-size: 34px;
        line-height: 34px;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width : 320px) and (max-width : 840px) {
    .video-article h2 {
        font-size: 24px;
        line-height: 24px;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 20px;
    }

    .img-video-text h2, .img-video-text h1 {
        font-size: 34px !important;
        line-height: 34px !important;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 30px;
    }
}


@media only screen and (min-width : 320px) and (max-width : 414px) {
    .video-article h2 {
        font-size: 14px;
        line-height: 14px;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .video-article .btn-banner {
        background: #5cb334;
        color: #ffffff;
        font-size: 12px;
        font-family: "DINProBold";
        line-height: 12px;
        text-transform: uppercase;
        padding: 5px 0;
    }

    .img-video-text h2 {
        font-size: 27px !important;
        line-height: 35px !important;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 30px;
    }
	.banner-text:after {
		content: '.';
		font-size: 27px;
		line-height: 27px;
		color: #5cb334;
	}
	.btn-banner-effect {
		font-size: 15px;
	}
}

@media only screen and (max-width : 480px) {
	.img-video-text h2 {
        font-size: 27px !important;
        line-height: 35px !important;
        font-family: "DINProMedium";
        color: #ffffff;
        margin-bottom: 30px;
    }
	.banner-text:after {
		content: '.';
		font-size: 27px;
		line-height: 27px;
		color: #5cb334;
	}
	.btn-banner-effect {
		font-size: 15px; 
		padding: 12px 20px; 
	}
}

/* Loading */
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #5cb334; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Article Overview Box */
.article-overview {
    padding: 10px 0;
}

.article-overview-text {
    text-align: left;
}

.article-overview-img {
    text-align: center;
}

.article-overview-text h2 {
    font-size: 26px;
    font-family: "DINProMedium";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 34px;
    -webkit-line-clamp: 2;
    max-height: 60px;
    -webkit-box-orient: vertical;
    margin-top: 0;
}

.article-overview-text p {
    font-size: 16px;
    font-family: "DINProLight";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 4;
    max-height: 88px;
    -webkit-box-orient: vertical;
}

.article-overview-btn-effect {
    z-index: 1;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-family: "DINProBold";
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 50px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    border: none;
}

    .article-overview-btn-effect:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .article-overview-btn-effect:before {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.article-overview-btn {
    display: inline-block;
    background: #5cb334;
    color: #ffffff;
    font-size: 16px;
    font-family: "DINProBold";
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 50px;
}

    .article-overview-btn:hover, .article-overview-btn:focus {
        text-decoration: none;
        color: #ffffff;
    }

    .article-overview-btn img {
        margin-left: 10px;
    }

@media only screen and (min-width : 320) and (max-width: 512px), only screen {
    .article-overview {
        margin-bottom: 20px;
    }
}


/* Button Effect */
.btn-contact-effect {
    z-index: 1;
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 34px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-contact-effect:before {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-contact-effect:after {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        -webkit-font-smoothing: antialiased;
    }

.btn-1 {
    color: #fff;
    background-color: #5cb334;
}

/* Button 1c */
.btn-1c:before {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
    color: #5cb334 !important;
    background-color: transparent;
}

    .btn-1c:hover:before,
    .btn-1c:active:before {
        width: 100%;
        color: #5cb334;
    }

/* Slider Box */
.slider-box .carousel-indicators {
    top: 10%;
    font-family: "DINProBold";
}

@media screen and (min-width: 768px) {
    .slider-box .carousel-indicators {
        top: 10%;
    }
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #5cb334;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-family: "DINProBold";
    font-size: 21px;
}

    .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #5cb334;
        color: #ffffff;
    }

/* fade on slider 
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
} */

.carousel-fade .carousel-inner .item{
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, 
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
	opacity: 0;
	-webkit-transition: opacity ease-in-out 0.6s;
    -moz-transition: opacity ease-in-out 0.6s;
    -ms-transition: opacity ease-in-out 0.6s;
    -o-transition: opacity ease-in-out 0.6s;
    transition: opacity ease-in-out 0.6s;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{
	opacity: 1;
	-webkit-transition: opacity ease-in-out 0.6s;
    -moz-transition: opacity ease-in-out 0.6s;
    -ms-transition: opacity ease-in-out 0.6s;
    -o-transition: opacity ease-in-out 0.6s;
    transition: opacity ease-in-out 0.6s;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .right,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/* NEWS OVERVIEW */  
.new-main-headline{ 
	color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    font-family: "DINProMedium";
	text-align: center;
}
.news-maintext {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-family: "DINProLight";
    margin-bottom: 60px;
} 

.news-border{  
	position: relative; 
	width: 100%; 
	height: 30px; 
} 

.news-border:before{  
	content: '';
	position: absolute;
	width: 100%;
	display: block;
	height: 30px; 
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgaGVpZ2h0PSc1MHB4JyB3aWR0aD0nN3B4Jz4gPHRleHQgeD0nMCcgeT0nMTUnIGZpbGw9J3JnYig5MiwxNzksNTIpJyBmb250LXNpemU9JzIwJz4uPC90ZXh0PiA8L3N2Zz4=");
} 

.news-row-nopad{ 
	padding-right: 0;
    padding-left: 0;
} 

.news-article-overview{ 
	padding-top: 20px;
}  

.news-article-overview h2{ 
	font-size: 26px;
    font-family: "DINProMedium";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 34px;
    -webkit-line-clamp: 2;
    max-height: 60px;
    -webkit-box-orient: vertical;
    margin-top: 0;
} 

.news-date{ 
	text-align: right; 
} 

.news-date span{ 
	color: gray;
} 

.news-article-overview p{ 
	font-size: 16px;
    font-family: "DINProLight";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    -webkit-line-clamp: 4;
    max-height: 88px;
    -webkit-box-orient: vertical; 
	width: 70%; 
} 
.news-overview-content{ 
	padding-top: 10px; 
	padding-bottom: 20px; 
} 

.news-overview-img{ 
	display: none; 
} 
.news-specific-conttent{ 
	width: 70%; 
	padding: 20px 0; 
} 

.news-gray-text{ 
	color: gray; 
	font-size: 14px; 
	line-height: 20px; 
	font-weight: 400; 
} 
.news-specific-headline{ 
	color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-family: "DINProMedium"; 
	margin-bottom: 20px;
} 
@media screen and (max-width: 768px) {
	.news-maintext {
		margin-bottom: 20px; 
		width: 100%;
	} 
	
  .news-article-overview p{ 
	  width: 90%; 
  }  
	.news-article-overview h2{ 
		max-height: none;
	}
	.news-specific-conttent{ 
		width: 100%; 
	} 

} 
@media screen and (max-width: 767px) {  
	.news-overview-img{ 
		display: block; 
	} 
	
	.news-date{ 
		text-align: left; 
		padding-bottom: 15px; 
	} 
	.news-gray-text{ 
		margin-top: 0; 
	} 
	.news-specific-headline{ 
		margin-bottom: 10px;
	} 
} 