@import "bootstrap.css";
/*@import "color.css";*/
@import "jquery-ui.css";
@import "jquery.fancybox.min.css";
@import "jquery.mCustomScrollbar.min.css";
@import "animate.css";
@import "slick.css";
@import "flaticon.css";
@import "font-awesome.css";
@import "hover.css";
@import "owl.css";
@import "style.css";
@import "responsive.css";

#navbarSupportedContent ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#menu-language > li {
    margin-right: 5px;
}

#menu-language > li > a span.wpml-ls-display {
    display: none;
}

.sticky-header div.logo img {
    max-width: 213px;
}

.hera-lang-switcher {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 49px;
    margin-left: 0;
    padding-left: 7px;
    border-left: 1px solid #ddd;
    cursor: pointer;
}

.hera-lang-switcher ul{
	list-style:none;
    display: none;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #ddd;
    left: -1px;
    top:-14px;
}

.hera-lang-switcher ul li a {
	list-style:none;
    padding: 3px 0;
    display: block;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hera-lang-switcher ul li a:hover,
.main-menu ul.navigation li.current-menu-item > a {
	list-style:none;
    /*color: #ed3237;*/
}

.hera-lang-switcher:hover ul{
    display: block;
    position: absolute;
	list-style:none;
}

.header-social-media {
    position: relative;
    float: right;
    padding: 50px 0 0 0;
    margin-left: 15px;
}

.header-social-media > ul > li {
    margin-right: 10px !important;
}

.header-social-media .social-icon-one {
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
    border-left: 1px solid #ddd;
}

.footer-newsletter{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 30px 0 0;
    font-size: 15px;
    color: #ffffff;
    background: none;
    font-weight: 400;
    border-bottom: 2px solid rgba(255,255,255,0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-newsletter-button {
    position: absolute;
    right: -4px;
    top: -7px;
    cursor: pointer;
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
    background: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-newsletter:invalid {
    box-shadow: none;
    outline: none;
}

.no-margin {
    margin: 0;
}

#menu-footer-menu > li{
    margin: 0;
    padding: 0;
}

#menu-footer-menu > li a {
    padding: 0 0.5rem;
}

.main-footer .footer-bottom {
    padding: 15px 0px;
}

.main-footer .footer-bottom.footer-first{
    padding-top: 20px;
    background: #191919;
}
.main-footer .social-icon-one {
    text-align: left;
}

.menu-subscribe-container {
    max-width: 710px !important;
}

.menu-subscribe-container > div.row > div {
    padding: 0;
}

.copyright {
    text-align: center !important;
}

.main-footer .footer-bottom .footer-nav li:last-child {
    border-right: 2px solid #555;
}

.subs-form {
    padding-left: 15px;
}

/*PARTNERS*/
.partners {
    border-top: 2px solid #ed3237;
}
.single-partner {
    position: relative;
    max-height: 120px;
	margin-bottom:5px;
}

.single-partner img {
    height: 100%;
    width: auto !important;
    display: block;
    margin: auto !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.single-partner a:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

/*ACCESIBILITY*/
.accessibility {
    border-top: 2px solid #ed3237;
}
.single-accessibility {
    position: relative;
    max-height: 120px;
	margin-bottom:5px;
}

.single-accessibility img {
    height: 100%;
    width: auto !important;
    display: block;
    margin: auto !important;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.single-accessibility a:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.main-home-image {
    width: 100%;
    position: relative;
    height: 650px;
}

.main-home-image:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: rgba(0,0,0,0.4);
}

.main-home-image img{
    object-fit: cover;
    height: 650px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-home-image-title {
    opacity: 1;
    display: block;
    position: absolute;
    top: 100px;
    z-index: 99;
    text-align: left;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
    line-height: 42px;
    padding-left: 30px;
	font-size: 38px;
	font-weight: 100;
	margin-bottom: 5px;
}

.top-3-cover {
    position: absolute;
    padding-bottom: 53.6%;
    overflow: hidden;
    border-bottom: 2px solid #ba292c;
    top: 0;
    left: 0;
    width: 100%;
}

.top-3-cover img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
}

#top-3-section {
    padding-bottom: 0;
}

.main-home-image-title:before {
    content: '';
    position: absolute;
    left: 0;
    font-weight: bold;
    border-bottom: 2px solid #ee2d50;
    width: 25px;
    top: 20px;
}

.forofor {
    text-align: center;
    font-size: 12rem;
    margin: 0 0 20px 0;
    color: #2c2854;
    font-weight: 800;
    width: 100%;
    display: block;
    line-height: normal;
}

.heading-not-found {
    display: block;
    width: 100%;
    text-align: center;
    color: #ba292c;
    text-transform: uppercase;
}

.margin-section-50 {
    padding: 50px 0 !important;
}

.hera-grid-link {
    color: #000;
}

.hera-grid-link:hover {
    color: #ba292c;
}

.categories-post {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
}

.post-cat {
    display: inline-block;
    padding: 1px 3px;
    background: #603586;
    margin: 0 0 5px 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 11px;
}
.post-cat a {
    color: #fff !important;
}
.hera-masonry-item-image {
    position: relative;
    padding-bottom: 125% !important;
}

.case-block .inner-box .image.hera-masonry-item-image img {
    position: absolute;
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 600px;
    height: 100%;
}

.learn-about {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.learn-about img{
    width: 180px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.learn-about-title {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}

.learn-about:hover img {
    transform: scale(1.1);
}

.case-section {
    padding-top: 0;
}

.team-block .inner-box .image a {
    display: block;
    width: 100%;
    padding-bottom: 120%;
    position: relative;
}

.team-block .inner-box .image img {
    position: absolute;
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

.aktuelno-cover,
.aktuelno-cover img{
    height: 246px;
    position: relative;
    object-fit: cover;
}

.aktuelno-grid-title {
    font-size: 18px !important;
}

.next-prev-posts.new-posts h4 {
    font-size: 12.5px !important;
}

.next-prev-posts.new-posts > div {
    display: flex;
    flex-wrap: wrap;
}

.next-prev-posts.new-posts > div > div {
    flex-grow: 1;
    flex-basis: 0;
}

.crp_related_widget article {
    padding-top: 25px !important;
}

.crp_related_widget img {
    position: absolute !important;
    left: 0;
    top: 0;
}

.crp_related_widget span.crp_title {
    position: relative;
    top: -4px !important;;
    font-size: 16px !important;
    margin: 0px 0px 0px;
    font-weight: 600;
    color: #222222;
    line-height: 1.6em;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif !important;
}

.crp_related_widget span.crp_date{
    display: block;
    font-size: 13px !important;;
    color: #ed3237 !important;;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
}

.center-info {
    display: block;
    margin-bottom: 10px;
}

.center-info li {
	list-style:none;
    font-size: 16px;
    padding: 5px 0;
}

.button-centers {
    font-size: 13px;
    border-radius: 0;
    background: #603586;
    border: #603586;
    margin-bottom: 15px;
}

.button-centers:hover {
    background: #533175;
    border: #533175;
}

.service-collapse {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
}

.timetable-container {
    display: flex;
    flex-basis: auto;
    /*align-items: center;*/
    justify-content: center;
    padding: 0 !important;
}

.timetable-item {
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    padding: 35px 3px 3px 3px;
   /* min-height: 300px;*/
    border-right: 1px solid #ddd;
}

.timetable-item:last-of-type {
    border-right: none;
}

.timetable-title {
    position: absolute;
    top: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    left: 0;
    padding: 0 10px;
    text-align: center;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-widget ul.menu {
    position: relative;
}

.sidebar-widget ul.menu li {
    position: relative;
    margin-bottom: 5px;
}

.sidebar-widget ul.menu li a {
    position: relative;
    font-size: 16px;
    display: block;
    color: #222222;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 14px 30px !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-transform: uppercase;
    background-color: #f9f8fc;
}

.sidebar-widget ul.menu li a:hover, .sidebar-widget ul.menu li.current-menu-item  a {
    color: #ffffff;
    background-color: #ee2d50;
    border-right: 5px solid #443986;
}

.tnp-widget-minimal input.tnp-email{
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.15);
    background-color: rgba(255,255,255,0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 15px;
}

.tnp-widget-minimal input.tnp-submit{
    width: 100%;
    cursor: pointer;
    border-color: #6b3c91;
    background-color: #6b3c91;
    text-transform: uppercase;
    position: relative;
    padding: 11px 25px 11px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tnp-widget-minimal input.tnp-submit:hover{
    color: #ed3237;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    cursor: pointer;
    border-color: #6b3c91 !important;
    background-color: #6b3c91 !important;
    text-transform: uppercase;
    position: relative;
    padding: 11px 25px 11px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


@media all and (min-width: 768px) {
    .five-row-fix {
        margin-right: -170px;
    }

    .map-inner-column {
        margin-top: -40px;
        margin-left: -95px;
        padding: 0 !important;
    }
}

@media all and (min-width: 991px) {
    .five-row-fix {
        margin-right: -215px;
    }
}

@media all and (min-width: 1200px) {
    .five-row-fix {
        margin-right: -255px;
    }
}

@media all and (max-width: 1130px) and (min-width: 1024px) {
    .main-menu .navigation > li {
        margin-right: 16px !important;
    }
    .main-menu .navigation > li > a {
        font-size: 14px !important;
    }
}

@media all and (max-width: 1023px) and (min-width: 768px){
    .pull-left.logo-box {
        float: none;
        margin: auto !important;
        padding: 5px 0;
    }

    .main-menu ul.navigation > li > a {
        padding: 10px 0;
    }

    .header-social-media {
        padding: 10px 0 0 0;
    }

    .main-header .header-upper .search-box-outer,
    .hera-lang-switcher {
        margin-top: 10px;
    }

    .main-header .header-upper .search-box-outer .dropdown-menu {
        top: 38px !important;
        right: -17px !important;
        left: auto;
    }
}

@media all and (max-width: 1024px){
    .main-home-image {
        height: 300px;
    }

    .main-home-image img {
        height: 300px;
    }
}

@media all and (max-width: 767px){
    .main-header .header-upper .logo-box{
        float: none;
        margin: auto !important;
        padding: 5px 0;
        padding-bottom: 5px;
    }

    .header-social-media {
        padding: 0;
        position: absolute;
        top: 10px;
        left: 59px;
        z-index: 2;
    }

    .hera-lang-switcher {
        margin: 0;
        position: absolute;
        left: 33px;
        top: 10px;
        z-index: 2;
    }

    .main-header .header-upper .search-box-outer {
        margin: 0;
        position: absolute;
        left: 4px;
        top: 10px;
        display: block;
        z-index: 2;
    }

    .main-menu {
        position: relative;
        z-index: 1;
    }

    .main-menu .navbar-header {
        padding: 0px 0px 10px 0;
    }

    .main-header .header-upper .search-box-outer .dropdown-menu {
        top: 38px !important;
        left: -19px !important;
        right: auto;
    }

    .menu-subscribe-container > div.row > div {
        padding: 30px 15px;
    }

    .footer-newsletter-button {
        right: 15px;
        top: 25px;
    }

    .five-row-fix {
        margin-right: -15px;
    }

    .main-home-image-title {
        font-size: 1.3rem;
    }

    .next-prev-posts.new-posts > div {
        flex-direction: column;
    }

    .hera-lang-switcher ul {
        top: 25px;
    }

}

@media all and (max-width: 650px) {
    .service-collapse{
        border-top: none !important;
    }
    .timetable-container {
        flex-direction: column;
    }
    .timetable-item {
        border-right: none;
    }
    .timetable-title {
        border-top: 1px solid #ddd;
    }
}


.pum-theme-12038 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close
{
	    background-color: rgb(0 0 0) !important;
}
