html
{
    font-size: 16px;
}

::selection
{
    color: #fff;
    background:  #0f753d;
}

::-moz-selection
{
    color: #fff;
    background:  #0f753d;
}

::-webkit-selection
{
    color: #fff;
    background:  #0f753d;
}

h1,h2,h3,h4,h5
{
    transition: all .5s;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty
{
    margin: 0;
}

h1
{
    font: bold 2em/40px 'Lora', sans-serif;
}

h2
{
    font: bold 2em/40px 'Lora', sans-serif;
}

h3
{
    font: bold 1.125em/24px 'Lora', sans-serif;
}

.bg_blue *,
.bg_green *
{
    color: #fff !important;
}

.bg_grey h2,
.bg_grey h3
{
    color: #0f753d !important;
}

#to_top
{
    position: fixed;
    bottom: 5%;
    right: 2%;
    opacity: 0;
    transition: all .8s;
    z-index: -10;
}

.scrolled #to_top
{
    opacity: 1;
    z-index: 5;
}

#to_top span
{
    font-size: 37px;
    line-height: 40px;
    cursor: pointer;
    color: #7f7f83;
    transition: color .4s;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    background: #fff;
    color: #666669;
    font-weight: 400;
    overflow-x: hidden;
}

body.nav-open
{
    overflow: hidden;
}

#top_bar
{
    font-family: 'Roboto', sans-serif;
    color: #ccc;
    font-size: 0.75em;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
}

#top_bar a
{
    color: #ccc;
    transition: all .5s;
}

#top_bar a:hover
{
    color: #0f753d;
}

#top_bar .social_media_wrapper a
{
    display: inline-block;
    margin-left: 16px;
    font-size: 1.1em;
    line-height: 40px;
    color: #ccc;
}

#top_bar .social_media_wrapper a:hover
{
    color: #0f753d;
}

#top_bar .contact_wrapper li
{
    display: inline-block;
    margin-left: 20px;
}

#top_bar .contact_wrapper span.fas:before
{
    font-size: 1.5em;
    line-height: 40px;
}

#top_bar .contact_wrapper span.contact_entry,
#top_bar .contact_wrapper a.contact_entry
{
    line-height: 40px;
    vertical-align: top;
}

#lang_switch {
    float: none;
    position: relative;
    right: unset;
    padding-top: 0;
    padding-bottom: 0;
}

#lang_switch ul {
    z-index: 1500;
    padding: 0;
    margin-left: 8px;
}

#lang_switch ul li a {
    padding: 0 10px;
    margin: 0 !important;
}

#lang_switch span.flag-icon {
    width: 1.33333333em;
    height: auto;
}

.search_container
{
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
}

header
{
    position: absolute;
    height: 80px;
    width: 100%;
    background-color: #e3e2e2;
    background-image: -moz-linear-gradient(top, #eeeced, #d2d2d2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeced), to(#d2d2d2));
    background-image: -webkit-linear-gradient(top, #eeeced, #d2d2d2);
    background-image: -o-linear-gradient(top, #eeeced, #d2d2d2);
    background-image: linear-gradient(to bottom, #eeeced, #d2d2d2);
    background-repeat: repeat-x;
    z-index: 1055;
    display: flex;
}

.scrolled header,
.modal-open header
{
    position: fixed;
    top: 0;
}

#header_logo
{
    text-align: center;
    height: 100%;
}

#header_logo a
{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

#header_logo img
{
    max-width: 100%;
    max-height: 54px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#header_navi
{
    position: relative;
    height: 100%;
    margin-left: auto;
}

#navi_wrapper
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#header_menu
{
    white-space: nowrap;
    transform-origin: right center;
    font-size: 0;
}

#header_menu li a
{
    font: 1.3125rem / 30px 'Open Sans', sans-serif;
    padding: 25px 35px;
    border-left: 1px solid #c1c1c1;
}

#header_menu li:last-of-type a
{
    border-right: 1px solid #c1c1c1;
}

.nav>li
{
    float: none;
    display: inline-block;
}

.dropdown-menu
{
    padding: 20px 0;
    overflow: hidden;
    border-radius: 0;
    margin-top: -1px !important;
}

.dropdown-menu>li,
.dropdown-menu>li>a
{
    width: 100%;
    font-size: 1em;
    line-height: 22px;
}

#header_menu .dropdown-menu>li>a,
.dropdown-menu>li>a
{
    padding: 4px 20px;
    border-radius: 0;
    font-size: 1em;
    line-height: 22px;
    border-color: transparent;
}

#header_menu li.dropdown>a:after
{
    display: none;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: black;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    margin-top: 2px;
}

#header_menu li.dropdown>a.active:after,
#header_menu li.dropdown>a:hover:after
{
    border-top-color: #fff;
}

@media(min-width: 767px)
{
    #header_menu li.dropdown>a:hover ~ .dropdown-menu,
    .dropdown-menu:hover
    {
        display: block;
    }
}


@media (max-width: 767px)
{
    header
    {
        height: 70px;
        position: fixed;
    }

    #header_logo img
    {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #navi_wrapper
    {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        background-color: #393e46;
        transform: none;
    }

    #navi_wrapper li a
    {
        color: #fff !important;
        border-radius: 0;
    }

    #header_menu
    {
        transform: scale(1) !important;
    }

    #header_menu li a,
    #header_menu li:first-of-type a,
    #header_menu li:last-of-type a
    {
        border-color: transparent;
    }

    .nav>li
    {
        display: block;
    }

    .navbar-nav .open .dropdown-menu
    {
        width: 80%;
        margin: 0 auto;
        border-top: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-nav .open .dropdown-menu li
    {
        border-bottom: 1px solid #fff;
    }

    #header_menu li.dropdown>a:after
    {
        display: block;
        border-top-color: #fff !important;
    }

    .burger-menu
    {
        top: 21px;
    }

    .burger::after
    {
        width: 100%;
    }
}

#banner_carousel
{
    min-height: 250px;
    height: 30vh;
}

.ll_ #banner_carousel,
.ll_home #banner_carousel
{
    height: 45vh;
}

.carousel-inner>.item
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-caption
{
    background-color: rgba(0,0,0,.2);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-shadow: none;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.carousel-caption .container
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-caption .container .col-xs-12
{
    padding: 0;
}

.carousel-caption .heading,
.contact-caption .heading
{
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 1px 3px 3px #333;
    font: bold 3.125em/65px 'Open Sans', sans-serif;
    line-height: 1.5em;
    text-align: left;
    text-transform: none;
}

#banner_carousel .animateOnce h1 span
{
    float: left;
}

#banner_carousel .animateOnce h1 .space
{
    width: 15px;
    height: 1.5em;
}

.carousel-caption .text p
{
    font-size: 1.125em;
    line-height: 26px;
    font-weight: 500;
}

.carousel-caption a.btn
{
    font-size: 1.125em;
    background-color: #fff !important;
    border-color: #fff !important;
    border-radius: 0 !important;
    color: #0f753d !important;
    transition: all .5s;
}

.carousel-caption a.btn:hover
{
    color: #000 !important;
}

.carousel-caption a:empty
{
    display: none;
}

@media (max-width: 767px)
{
    .carousel-caption .container
    {
        position: relative;
    }

    .carousel-caption .container .col-xs-12
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .carousel-caption .heading,
    .contact-caption .heading
    {
        font-size: 1.8em;
        line-height: 1.5em;
        text-align: center;
    }

    .carousel-indicators
    {
        bottom: 2px;
        margin-bottom: 5px;
    }
}

main
{
    min-height: 72vh;
    margin-top: 80px;
}

main button
{
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    border-style: solid;
}

.content_container
{
    padding-top: 100px;
    padding-bottom: 88px;
}

.content_container.parallax .container
{
    min-height: 240px;
}

.content_container h1,
.content_container h2,
.content_container h3,
.content_container h4,
.content_container h5
{
    overflow: hidden;
    text-overflow: ellipsis;
}

#content_SEMINARTHEMEN h2,
#content_Seminarthemen h2
{
    text-align: center;
}

.content_container .content_item ul,
.news_content ul
{
    list-style: none;
    padding-left: 25px;
}

.content_container .content_item ul li,
.news_content ul li
{
    position: relative;
}

.content_container .content_item ul li:before,
.news_content ul li:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
    color: #0f753d;
    font-size: 0.875em;
    position: absolute;
    left: -24px;
}

.content_container.bg_green .content_item ul li:before,
.news_content.bg_green ul li:before
{
    color: #fff;
}

@media(max-width: 767px)
{
    main
    {
        margin-top: 70px;
        font-size: 15px;
    }

    .content_container h1,
    .content_container h2,
    .content_container h3,
    .content_container h4,
    .content_container h5
    {
        text-align: center;
    }

    .content_container
    {
        padding-top: 60px;
        padding-bottom: 38px;
    }

    .content_container.parallax
    {
        background-size: 160%;
    }
}

@media(max-width: 568px)
{
    main
    {
        font-size: 12px;
    }
}

#page_header.title_only
{
    padding-bottom: 0;
}

#page_title
{
    text-align: center;
    margin-bottom: 44px;
}

#page_header.title_only #page_title
{
    margin-bottom: 0;
}

.page_header_item
{
    text-align: center;
}

.page_header_img_wrapper
{
    display: block;
    width: 40%;
    padding-bottom: 40%;
    position: relative;
    margin: 0 auto;
}

.page_header_img_wrapper a
{
    display: block;
    border-radius: 50%;
    background-color: #E3E3E3;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page_header_img
{
    max-width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page_header_item h3 a
{
    color: #0f753d;
}

.page_header_item h3 a:hover
{
    color: #848484;
}

#footnote_row
{
    padding: 10px 15px;
    overflow: auto;
}

#footnote_row .owlcarousel_item_inner
{
    padding-bottom: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    position: relative;
    cursor: pointer;
}

.footnote_link
{
    display: inline-block;
    padding: 0 30px;
    margin: 30px 0;
    text-align: center;
}

.footnote_img
{
    height: 70px;
    width: auto;
    transition: all .5s linear;
}

.footnote_link:hover .footnote_img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
}

@media(max-width: 979px)
{
    .page_header_item
    {
        margin-bottom: 40px;
    }

    .page_header_item h3
    {
        margin-bottom: 10px;
    }

    .footnote_link
    {
        width: 100%;
        text-align: center;
    }
}

/* blog page */
.blog_container
{
    border-right: 2px solid #f2f2f2;
    margin-top: 120px;
}

#sidebar_right
{
    margin-top: 120px;
}

#blog_content.content_container
{
    padding: 0 15px;
    padding-top: 0;
    /*padding-bottom: 40px;*/
    margin-bottom: -40px;
}

#blog_contact .contact_wrapper
{
    text-align: right;
    margin-bottom: 30px;
}

#blog_contact .contact_wrapper h4
{
    font: bold 1em/24px 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
}

#blog_contact .contact_wrapper .contact_image
{
    float: left;
    width: 105px;
    padding-bottom: 105px;
    border-radius: 50%;
    margin: 8px;
}

#blog_contact .contact_wrapper:nth-of-type(even)
{
    text-align: left;
}

#blog_contact .contact_wrapper:nth-of-type(even) .contact_image
{
    float: right;
    margin-right: 0;
}

#blog_navi a,
.news_headline a,
.news_description a
{
    color: #0f753d !important;
    transition: all .5s;
}

#blog_navi a:hover,
.news_headline a:hover,
.news_description a:hover
{
    color: #666669 !important;
}

.newsimage_wrapper
{
    padding-bottom: 47%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.news_description
{
    background-color: #F2F2F2;
    padding-bottom: 20px;
}

.news_headline
{
    color: #0f753d;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
    font: bold 1.125em/24px 'Lora', sans-serif!important;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.news_headline:hover
{
    color: #848484;
}

.news_author
{
    font-size: 0.8125em;
    line-height: 22px;
    margin-bottom: 15px;
    display: block;
}

.news_author i
{
    font-size: 1em;
    margin-right: 5px;
}

.blog_detail_container
{
    margin-top: 120px;
    margin-bottom: 80px;
}

@media(max-width: 767px)
{
    .blog_container,
    #sidebar_right,
    .blog_detail_container
    {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

footer
{
    min-height: 20vh;
    background-color: #666669;
    color: #bababa !important;
    padding-top: 118px;
    font-size: 0.875em;
    line-height: 21px;
    font-family: 'Open Sans', Verdana, Geneva, sans-serif;
    font-weight: 400;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5
{
    color: #fff;
    text-transform: uppercase;
    font: bold 1.125em/24px 'Lora', sans-serif !important;
    margin-top: 0;
}

footer a,
footer a:link,
footer a:hover
{
    color: #bababa !important;
    transition: all .5s;
}

footer a:hover
{
    color: #fff !important;
    text-decoration: underline;
}

#footer_agency ul,
#footer_services ul
{
    list-style: none;
    padding: 0;
}

#footer_socialmedia
{
    margin-left: -15px;
    margin-right: -15px;
}

#footer_socialmedia .social_media_link
{
    font-size: 2.1875em;
    padding: 6px 12px 10px;
    text-decoration: none !important;
    display: inline-block;
}

#footer_socialmedia #social_media_icons
{
    white-space: nowrap;
}

#footer_copyright
{
    padding-top: 20px;
}

@media(max-width: 991px)
{
    #footer_socialmedia
    {
        text-align: left !important;
    }
}

/* google search */

#search_icon_wrapper
{
    height: 100%;
    width: 30px;
    float: right;
    background-color: #e3e2e2;
    background-image: -moz-linear-gradient(top, #eeeced, #d2d2d2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeced), to(#d2d2d2));
    background-image: -webkit-linear-gradient(top, #eeeced, #d2d2d2);
    background-image: -o-linear-gradient(top, #eeeced, #d2d2d2);
    background-image: linear-gradient(to bottom, #eeeced, #d2d2d2);
    background-repeat: repeat-x;
    z-index: 1;
}

#search_icon,
#hide_search_icon
{
    font-size: 26px;
    line-height: 80px;
    z-index: 1;
    cursor: pointer;
    transition: all .5s;
}

#search_icon:hover,
#hide_search_icon:hover
{
    color: #0f753d;
}

#search_wrapper
{
    position: relative;
    overflow: hidden;
}

.search_container
{
    width: 60px;
    transition: all 1s;
}

.search_container.visible
{
    width: 16.333333%;
}

form#page_search
{
    width: 0;
    background-color: #fff;
    overflow: hidden;
    float: right;
    transition: all 0.7s;
}

.search_container.visible form#page_search
{
    width: 100%;
}

input#page_search_input
{
    width: 100%;
    border: none;
    padding: 5px 55px 5px 10px;
}

input#page_search_input:focus
{
    outline: transparent;
}

#page_search_clear
{
    position: absolute;
    top: 50%;
    right: 35px;
    font-size: 0.9em;
    transform: translateY(-50%);
    cursor: pointer;
    transition: color .3s;
    opacity: 0;
}

#page_search_clear:hover
{
    color: #ef0000;
}

#page_search_submit
{
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 1.4em;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
}

.search_container.visible #page_search_clear,
.search_container.visible #page_search_submit
{
    opacity: 1;
}

#adBlock,
.gsc-adBlock
{
    display: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page
{
    border-color: transparent !important;
    background-color: transparent !important;
    text-decoration: underline !important;
    font-size: 15px;
}

.gsc-webResult.gsc-result,
.gsc-imageResult
{
    border-left: 1px solid transparent;
    border-bottom: 0 solid !important;
}

.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover
{
    border-left-color: transparent !important;
}

.gs-result .gs-title,
.gs-result .gs-title *
{
    text-decoration: none !important;
}

.gs-result .gs-title:hover,
.gs-result .gs-title *:hover
{
    text-decoration: underline !important;
}

.gcsc-more-maybe-branding-root
{
    display: none;
}

/* Kontakt-Seite */

#facility_main_image
{
    padding: 120px 18%;
    background-size: cover;
    background-position: center;
}

#facility_main_image .heading
{
    margin-bottom: 33px;
}

#facility_carousel .item
{
    padding-bottom: 60%;
    background-size: cover;
}

.contact_wrapper
{
    text-align: left;
}

.contact_wrapper h3
{
    font-size: 1em;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

.contact_image
{
    padding-bottom: 100%;
    margin-bottom: 0;
}

.contact_detail_position
{
    margin-bottom: 22px;
}

.contact_details a
{
    color: #0f753d !important;
    font-size: 0.875em;
}

#modal_ansprechpartner .modal-dialog,
#modal_footnote .modal-dialog
{
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    height: unset;
    width: unset;
    margin: 0;
}

#modal_ansprechpartner .modal-dialog .modal-content,
#modal_footnote .modal-dialog .modal-content
{
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, .9);
    padding: 5%;
}

#modal_ansprechpartner .modal-dialog .modal-content .modal-header,
#modal_footnote .modal-dialog .modal-content .modal-header
{
    border-bottom: none;
    padding: 0;
}

#modal_ansprechpartner .modal-dialog .modal-content .modal-body,
#modal_ansprechpartner .modal-dialog .modal-content .modal-body .container,
#modal_ansprechpartner .modal-dialog .modal-content .modal-body .container .row,
#modal_ansprechpartner .modal-dialog .modal-content .modal-body .container .row .col-xs-12,
#modal_footnote .modal-dialog .modal-content .modal-body,
#modal_footnote .modal-dialog .modal-content .modal-body .container,
#modal_footnote .modal-dialog .modal-content .modal-body .container .row,
#modal_footnote .modal-dialog .modal-content .modal-body .container .row .col-xs-12
{
    height: 100%;
    padding: 0;
}

#modal_ansprechpartner .modal-dialog .modal-content button.close,
#modal_footnote .modal-dialog .modal-content button.close
{
    font-size: 45px;
    opacity: .5;
    top: 10px;
}

#modal_ansprechpartner .modal-dialog .modal-content button.close:hover,
#modal_footnote .modal-dialog .modal-content button.close:hover
{
    opacity: .8;
}

@media(max-width: 767px)
{
    #modal_ansprechpartner .modal-dialog,
    #modal_footnote .modal-dialog
    {
        top: 70px;
        max-height: calc(100% - 70px);
    }

    #modal_ansprechpartner .modal-dialog .modal-content,
    #modal_footnote .modal-dialog .modal-content
    {
        padding: 0;
    }
}

.frameinhalt #top_bar,
.frameinhalt #to_top
{
    display: none;
}


/* link construct */

.link_construct_img_wrapper
{
    width: 55%;
    padding-bottom: 55%;
    margin: 0 auto 25px auto;
}

.link_construct_img
{
    background-color: #E3E3E3;
    border-radius: 50%;
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center;
}

a.link_construct_title
{
    color: #0f753d !important;
    font: bold 1.125em/24px 'Lora', sans-serif !important;
}

a.link_construct_title:hover
{
    color: #666669 !important;
}

/* link construct home */

.ll_ a.link_construct_title,
.ll_home a.link_construct_title
{
    text-align: left;
}

.ll_ .link_construct_img_wrapper,
.ll_home .link_construct_img_wrapper
{
    width: 100%;
    padding-bottom: 63%;
    overflow: hidden;
}

.ll_ .link_construct_img,
.ll_home .link_construct_img
{
    width: 100%;
    background-size: cover;
    border-radius: unset;
    transition: all .5s;
}

.ll_ .link_construct_img:hover,
.ll_home .link_construct_img:hover
{
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    transform: scale(1.2);
}

@media (max-width: 767px)
{
    .link_construct_img_wrapper
    {
        margin-bottom: 10px;
    }

    .link_construct_title
    {
        margin-bottom: 45px;
    }
}

/* panel construct */

.panel-group .panel
{
    border-bottom: 1px solid #0f753d;
    border-radius: 0;
    box-shadow: none;
}

.panel-heading
{
    cursor: pointer;
}

.panel-heading a
{
    color: #0f753d;
    font: 1.25em/1.875em 'Open Sans', sans-serif;
    text-transform: none!important;
    letter-spacing: 1px;
    padding: 14px 30px 14px 0;
    position: relative;
    display: block;
    transition: all .5s;
}

.panel-heading a.collapsed
{
    color: #333333;
}

.panel-heading a.collapsed:hover
{
    color: #0f753d;
}

.panel-heading a:after
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f146';
    color: #0f753d;
    position: absolute;
    right: 0;
}

.panel-heading a.collapsed:after
{
    content: '\f0fe';
}

.panel-body
{
    padding-right: 30px;
}

.panel-body a
{
    color: #0f753d !important;
    transition: all .5s;
}

.panel-body a:hover
{
    color: #333333 !important;
}

/* references page */
#reference_container
{
    overflow: hidden;
}

.scroll_indicator
{
    position: relative;
    font-size: 1.5em;
    padding: 12px 0;
    cursor: pointer;
    opacity: .6;
    transition: opacity .4s;
}

.scroll_indicator:hover
{
    opacity: 1;
}

.scroll_indicator.inactive
{
    pointer-events: none;
    opacity: 0;
}

#scroll_indicator_top
{
    padding-bottom: 20px;
}

#scroll_indicator_bottom
{
    padding-top: 20px;
}

.scroll_indicator hr
{
    margin: 0;
    border-width: 2px;
    border-color: rgba(102, 102, 105, .7);
}

.scroll_indicator i
{
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 5px 0 #fff,
                -5px 0 #fff;
}

#scroll_indicator_bottom i
{
    top: auto;
    bottom: 0;
}

#reference_wrapper
{
    overflow-y: scroll;
    max-height: 663px;
    display: flex;
    flex-wrap: wrap;
}

.reference_item
{
    margin: 15px 0;
}

.reference_image
{
    width: calc(100% - 10px);
    height: 0;
    padding-bottom: 55%;
    margin: 5px 5px 10px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 0 3px #9d9d9d;
}

.ll_landmaschinenhaendler .reference_image
{
    background-size: cover;
}

.reference_item hr
{
    margin-top: 0;
    margin-bottom: 5px;
}

.reference_item a
{
    padding: 0 5px;
}

#modal_reference_preview .modal-dialog
{
    top: 80px;
    height: calc(100% - 140px);
    min-width: 80%;
    max-width: calc(100% - 30px);
}

#modal_reference_preview .modal-content
{
    overflow: hidden;
}

#modal_reference_preview .modal-body
{
    padding: 0;
    height: calc(100% - 148px);
    overflow: hidden;
}

#reference_title
{
    text-align: center;
}

#testimonials_row
{
    background-color: #E3E3E3;
}

#testimonials_carousel
{
    height: auto;
    min-height: auto;
    margin: 30px 0;
}

#testimonials_carousel .carousel-inner,
#testimonials_carousel .item,
#testimonials_carousel .item .container,
#testimonials_carousel .item .row
{
    height: auto;
}

.testimonial_img_wrapper,
.testimonial_text_wrapper
{
    height: 35vh;
    padding: 0;
    overflow: hidden;
}

.testimonial_img_wrapper
{
    padding: 15px;
}

.testimonial_img
{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial_text
{
    height: 100%;
    overflow-y: auto;
    padding: 15px;
    padding-right: 20px;
    margin-right: -20px;
}

.testimonial_text h3
{
    color: #0F753D;
    margin-top: 0;
}

#testimonials_carousel .carousel-indicators
{
    bottom: -20px;
}

#testimonials_carousel .carousel-indicators li
{
    border-color: #0F753D;
}

#testimonials_carousel .carousel-indicators li.active
{
    background-color: #0F753D;
}

/* link flyout */

.fp_flyout
{
    position: fixed;
    top: 200px;
    background-color: #fff;
    padding-left: 40px;
    box-shadow: 0 0 7px #000;
    transition: right .7s;
    z-index: 1500;
}

.fp_flyout:hover
{
    right: 0 !important;
}

#farmpartner_flyout
{
    right: -410px;
    height: 235px;
    width: 450px;
    display: none;
}

#farmpartner_contact_flyout
{
    right: -310px;
    width: 350px;
    height: 380px;
    display: none;
}

#farmpartner_portal_flyout
{
    right: -410px;
    width: 450px;
    height: 440px;
    display: none;
}

#farmpartner_login_flyout
{
    top: 650px;
    right: -410px;
    height: 255px;
    width: 450px;
    display: none;
}

.ll_ #farmpartner_flyout,
.ll_home #farmpartner_flyout,
.ll_dealerproducts #farmpartner_flyout,
.ll_dealerproducts #farmpartner_contact_flyout,
.ll_marktplaetze #farmpartner_portal_flyout,
.ll_marktplaetze #farmpartner_login_flyout
{
    display: block;
}

.fp_flyout_title
{
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

.fp_flyout_title h2
{
    color: #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    margin: 0;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 25px;
    white-space: nowrap;
    line-height: 25px;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: top right;
}

.fp_flyout_detail
{
    padding: 15px;
}

.fp_flyout_detail h3
{
    margin-top: 5px;
    margin-bottom: 25px;
    text-transform: none;
}

.fp_flyout_detail .form-control
{
    margin-bottom: 10px;
}

.fp_flyout_detail .btn
{
    width: 80%;
    margin: 30px auto 0;
    display: block;
    text-transform: uppercase;
}

#fpf_detail a
{
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

#farmpartner_contact_response_flyout
{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    background-color: rgba(225,225,225,.5);
    cursor: pointer;
}

#farmpartner_contact_response_flyout:after
{
    content: '\f00d';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

#farmpartner_contact_response_flyout:empty
{
    display: none;
}

@media(max-width: 450px)
{
    .fp_flyout
    {
        max-width: calc(100vw - 10px);
        right: calc(-100vw + 50px);
    }
}

/* Flyout Contact Form */

#contact_modal .modal-body
{
    padding-top: 0;
    height: calc(100% - 145px);
}

#modal_contact_form
{
    height: 100%;
    overflow-y: auto;
}

#modal_contact_form h4,
#content_contact_form h4
{
    margin-top: 15px;
    margin-bottom: 10px;
}

#modal_contact_form input[type=checkbox],
#content_contact_form input[type=checkbox]
{
    width: 5%;
}

#modal_contact_form label,
#content_contact_form label
 {
     font-weight: normal;
 }

#datenschutz_info,
#content_contact_privacy_info
{
    display: block;
    border: 1px solid #8c8c8c;
    padding: 10px;
    height: 5.5em;
    overflow-y: scroll;
    text-align: justify;
    margin-bottom: 10px;
}

#modal_contact_check_message,
#modal_portal_check_message,
#content_contact_check_message
{
    width: 75%;
    margin: 0 auto;
    display: none;
}

#modal_contact_form_captcha_container,
#modal_portal_form_captcha_container,
#content_contact_form_captcha_container
{
    padding: 15px 0;
}

#captcha_label,
#portal_captcha_label,
#content_contact_captcha_label
{
    display: inline-block;
    padding-left: 15px;
}

#captcha_label span,
#portal_captcha_label span,
#content_contact_captcha_label span
{
    display: block;
}

#modal_contact_form_captcha,
#modal_portal_form_captcha,
#content_contact_form_captcha
{
    width: auto;
}

#content_contact_submit_button
{
    min-width: 60%;
    margin-top: 30px;
}

#portal_modal .modal-body
{
    max-height: calc(100% - 145px);
}

#modal_portal_form
{
    max-height: 100%;
    overflow-y: auto;
}

#login_modal .modal-dialog
{
    width: calc(100% - 80px);
    height: calc(100% - 145px);
}

#login_modal .modal-body
{
    height: calc(100% - 85px);
}

#login_modal .modal-body .row,
#login_modal .modal-body .iframe_container,
#login_modal iframe
{
    height: 100%;
}

/*dateneinspeisung*/

#tos_loading_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    background-image: url('/templates_components/img/loading.gif');
    background-position: center 30%;
    background-repeat: no-repeat;
    z-index: 2500;
}

body.ll_dateneinspeisung.frame_content #flyout_wrapper,
body.ll_dateneinspeisung.frame_content #top_bar,
body.ll_dateneinspeisung.frame_content header,
body.ll_dateneinspeisung.frame_content footer,
body.ll_dateneinspeisung.frame_content #cookie_notice_container,
body.ll_dateneinspeisung.frame_content #font_cookie_alert
{
    display: none !important;
}

body.ll_dateneinspeisung.frame_content main
{
    margin-top: 0;
}

body.ll_dateneinspeisung .content_container
{
    padding-top: 5px;
    padding-bottom: 5px;
}

#dateineinspeisung
{
    padding: 15px;
}

#dateineinspeisung .abstandlabel,
#dateineinspeisung .abstand_fields
{
    display: inline-block;
    width: 100%;
}

#dateineinspeisung .abstand_fields input[type=text]
{
    padding: 2px 5px;
    width: 80%;
}

#dateineinspeisung .abstandlabel.checkbox_label,
#dateineinspeisung .abstand_fields.checkbox_fields
{
    width: auto;
}

#dateineinspeisung .abstand_fields.checkbox_fields
{
    padding-left: 5px;
}

#submit_dateneinspeisung
{
    float: right;
    margin-top: 5px;
    margin-right: 20%;
}

body.ll_dateneinspeisung .content_container a,
body.ll_dateneinspeisung .content_container a:focus,
body.ll_dateneinspeisung .content_container a:hover
{
    color: #0F753D !important;
}

#popup_modal .modal-header
{
    text-align: center;
    overflow: auto;
    line-height: 32px;
    padding: 10px 30px;
}

#popup_modal .modal-header img
{
    max-height: 35px;
}

#popup_modal .modal-body
{
    height: calc(100% - 57px);
    overflow: auto;
    padding: 0 15px;
}

.modal-header button.close,
.modal-body button.close
{
    color: #666669 !important;
    background-color: transparent !important;
    top: 10px;
    right: 10px;
}

#popup_modal .modal-body h2
{
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (min-width: 592px) and (max-width: 1121px)
{
    .alert
    {
        bottom: 125px !important;
    }
}

@media (max-width: 591px)
{
    .alert
    {
        bottom: 160px !important;
    }
}

.fb_dialog_content iframe,
.fb_iframe_widget iframe
{
    right: 80px !important;
}

#fb-customer-chat
{
    display: none;
}

.fb_customer_chat_bounce_out_v2 { 
    animation-fill-mode: forwards; 
    display: unset !important; 
}
.fb_customer_chat_bounce_in_v2 { 
    display: unset !important; 
}
.fb_iframe_widget iframe { 
    display: none; 
}

@media (max-width: 767px)
{
    .fb_dialog_content iframe,
    .fb_iframe_widget iframe
    {
        right: 15px !important;
    }

    #fb-customer-chat
    {
        display: block;
    }
}