/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.10.2018, 13:08:20
    Author     : kulturserver
*/

.location-main {
    margin: 60px 0;
}
.gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(0,0,0,0);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%, rgba(0,0,0,0)), color-stop(47%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.2)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.2) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.2) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.2) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.event-col {
    margin: 15px 0;
    line-height: 25px;
    margin-bottom: 29px;
}

.event-location-name {
    font-size: 21px;
    display: block;
}


.event-location-title a {
    color: #212529;
    font-size: 20px;
}

.event-location-time {
    color: rgb(25,78,150);
    font-size: 20px;
    letter-spacing: 0;
    margin: 0;
    line-height: 20px;
}

.info-title-events {
    color: rgb(25,78,150);
    font-size: 21px;
    letter-spacing: 0;
}

.detail__projects {
    margin-bottom: 70px;
}

.detail__projects__listview__item a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #212529;
}

h3.detail__projects__header {
    letter-spacing: 0px;
    color: rgb(25,78,150);
    font-size: 21px;
}

.address-container article{}
#addresses-container {
    max-width: 1260px;
    margin: auto;
    /*    display: flex;*/
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 50px;
}

.page-einrichtungen .filter-wrapper {
    background: rgb(25,78,150);
    height: 180px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.adress-picture-container {
    justify-content: center;
    padding: 25px 0;
}
.user-item .adress-item__header {
    padding: 25px 0px;
}
.adress-header {
    /*    background: rgb(25,78,150);
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 8px;
        margin-top: -1px;*/
    position: relative;
    top: 0;
}
h3.user-item__title.collapsible-title a {
    color: #05386f;
}
.page-einrichtungen .user-item__toggle-icon {
    z-index: 99;
}
.page-einrichtungen p.detail__description {
    font-size: initial;
    /* line-height: 28px;*/
    letter-spacing: 0;
    padding-bottom: 80px;
    border-bottom: 2px solid #f6f6f6;
    margin-bottom: 70px;
}
span.info-icon {
    background: url(../../media/images/icon-info.svg);
    width: 45px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: -16px;
}
.phones-contact {
    flex-direction: column;
    display: flex;
}
.address-address h3 {
    letter-spacing: 0px;
    color: rgb(25,78,150);
}
.address-address a {
    color: #212529;
    word-break: break-all;
}
.address-address a:hover {
    color: rgb(25,78,150);
}
.address-contact {
    display: flex;
    justify-content: space-between;
}

.address-address {
    background: #f6f6f6;
    padding: 35px;
    max-width: 400px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    width: 45%;
}

h2.detail--address__header__name {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 38px;
    color: rgb(25,78,150);
    margin: auto;
    display: flex;
    align-items: center;
}
span.back-to {
    background: url(../../media/images/icon-back-blue.svg);
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    margin-right: 50px;
}

.adress_detail__overview {
    max-width: 850px;
    margin: auto;
    padding: 0 15px;
}

.page-einrichtungen .owl-media-info {
    display: none;
}

.page-einrichtungen header.headline-empty {
    padding: 20px;
    margin-left: 0px;
    margin: 0px;
    padding-left: 15px !important;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 40px;
    margin-top: 0px;
    position: relative;
}

.adress-header h3 {
    margin: auto;
    width: 100%;
    text-transform: none;
    color: rgb(25,78,150);
    letter-spacing: 0;
    font-size: 25px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.page-einrichtungen .main-content {
    background: #fff !important;
    padding: 0;
}
.adress-letter{
    position: relative;
}
.organisation-wrapper.adress-item-devider {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #175D90;
    background: #fff;
}
.organisation-wrapper:not(.with-image){
    /*    border-bottom: 1px solid #e0e0e0;*/
}
.organisation-wrapper{
    /*    border-bottom: 1px solid #e0e0e0;*/
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}
.with-image .organisation-sub-wrapper{
    padding: 15px;
}
.organisation-sub-wrapper{
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    padding: 15px;
    height: 100%;
    text-align: left;
    align-items: center;
    /*    
        right: 0;
        justify-content: center;
        left: 0;*/
}
/*.row{
    display: block;
    width: 100%;
}*/
.org-content{
    width: 100%;
    /*    padding-right: 30px;
        border-right: 1px solid #e0e0e0;*/
}
.with-image .org-content{
    /*    width: 66.6666%;*/
}
.with-image .org-address{
    /*    width: 33.333%;*/
}
.with-image.organisation-wrapper{
    border-bottom: none;
}
.open.organisation-wrapper{
    border-bottom: 1px solid #e0e0e0 !important;
}

.organisation-wrapper:first-child{
    /*    border-top: 1px solid #e0e0e0;
        padding-top: 30px;*/
}
.organisation-wrapper{
    display: flex;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 20px;

}
.organisation-wrapper:not(.adress-item-devider):before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background: rgba(23,93,144,0.5);
    /*    mix-blend-mode: multiply;*/
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;

}


.organisation-wrapper:not(.adress-item-devider):hover {
    background: rgba(23,93,144,0.9);
}

.organisation-wrapper:not(.adress-item-devider):hover:before {
    background: rgba(23,93,144,0.9);
}
.adress-letter h1 {
    font-size: 100px;
}
.org-address, .org-image{
    width: 100%;
}
.org-address{
    /*    padding: 30px 0 0 30px;*/
}
.org-address p{
    margin-bottom: 0;
    color: #fff;
}
.org-description{
    min-height: 36px;
}
.org-image{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.org-team{
    display: none;
    padding-left: 30px;
}
.org-logo{
    display: none;
}
.with-image .org-flex-main,.open .org-flex-main{
    /*    border-bottom: 1px solid #e0e0e0; 
        padding-bottom: 30px;*/
}
.org-flex-main{
    width: 90%;
    /*    margin-left: 30px;
        display: flex;*/
}
.org-description-short, .read-more{
    display: none;
}
.org-category{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.org-city{
    text-transform: uppercase;
    color: #CC3A3E;
    margin-bottom: 12px;
}
.org-title{
    margin-bottom: 8px;
    line-height: 22px;
}
.org-title a{
    color: #fff;
    font-size: 19px;
    text-transform: none;
}

h3.org-title a:hover {
    color: #fff !important;
}

.org-address{
    /*    position: relative;*/
}
.org-url{
    display: block;
}
.org-arrow{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../media/images/triangle_nrw.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 30px;
    height: 30px;
    transition: 0.4s all cubic-bezier(.68,-0.55,.27,1.55);
}
.open .org-arrow{
    transform: rotateZ(90deg);
}
.open .org-description-teaser{
    display: none;
}
.open .org-description-short,.open .read-more{
    display: inline-block;
}

form#addresses-form {
    /*        display: none;*/
}

.addresses-categories {
    width: 100%;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    /*    padding: 0px 10px;*/
    height: 51px;
    margin-right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.addresses-tag-container {
    width: 100%;
    border: solid 1px #e0e0e0;
    margin-right: 15px;
    display: none;
}
.addresses-city-region-container {
    width: 100%;
    border: solid 1px #e0e0e0;
    height: 50px;
    display: flex;
}
form#addresses-form.collapsible.collapsible--noscroll > .searchfield.searchfield--big svg.big-filter-container__collapsible-icon{
    transform: rotate(0deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
}

form#addresses-form.collapsible.collapsible--noscroll.open > .searchfield.searchfield--big svg.big-filter-container__collapsible-icon {
    transform: rotate(135deg);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
}
button.addresses-reset-form {
    color: rgb(25,78,150);
    cursor: pointer;
}
.big-filter-container__collapsible-text.collapsible-text a {
    margin-left: 10px;
    letter-spacing: 0px;
}
#addresses-form input, #addresses-form select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px solid #D4D4C7;
    background: #fff;
    height: 98%;
    color: #000;
}
select.addresses-categories.big-filter-container__filter-item.filter-item.selectpicker {
    /*    visibility: hidden; 
        position: absolute; */
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
}
button.btn.dropdown-toggle.bs-placeholder.btn-default {
    visibility: hidden;
    display: none;
}
input.addresses-name.searchfield__input::placeholder {
    font-size: 18px !important;
    color: #ccc;
}
input.addresses-tag::placeholder {
    color: #ccc;
    font-size: 15px;
    height: 50px;
}
input.addresses-city-region::placeholder {
    color: #ccc;
    font-size: 15px;
    height: 50px;
}
input.addresses-tag.inputfield.__AC_invalidated {
    padding: 11px;
}
svg.searchfield__icon.searchfield__icon--big {
    fill: #A5A5A5;
}

.filter-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    width: 100%;
    max-width: 1270px;
    position: relative;
}
svg.big-filter-container__collapsible-icon {
    fill: #A5A5A5;
}

@media (min-width: 768px){
    .page-einrichtungen .filter-wrapper {
        /*        min-height: 185px;
                padding: 10px;*/
    }

    .addresses-city-region-container {
        width: 50%;
    }

    .addresses-tag-container {
        width: 33%;
    }

    .addresses-categories {
        width: 50%;
    }
    .page-einrichtungen .owl-nav {
        position: absolute;
        display: flex;
        justify-content: space-between;
        top: 44%;
        /* left: 10px; */
        width: 100%;
        /* transform: translate(-50%, -50%); */
        height: 0px;
    } 
    .adress-header h3 {
        /*        padding: 0 25px;*/
    }
    .organisation-wrapper{
        margin: 9px;
    }
    .organisation-wrapper{
        width: 47%;
    }
    .org-title a{
        font-size: 24px;
    }
    .org-title{
        line-height: 28px;
    }
}

@media (min-width: 1024px){
    .page-einrichtungen .owl-nav {
        transform: translate(-6%);
    }
    .page-einrichtungen .filter-wrapper {
        /*        padding: 54px;*/
    }
    .adress_detail__overview {
        padding: 0;
    }
    h2.detail--address__header__name {
        width: 1006px;
    }
    .page-einrichtungen .user-item__toggle-icon {
        right: 20px;
    }
    .organisation-wrapper{
        width: 31%;
    }
    .adress-letter h1 {
        font-size: 136px;
    }
}