body {
    font-size: 16px;

}


#geschichten article {
    padding: 0;

}
.geschichten-slider article {
    min-height: 220px;
    padding: 20px !important;
}

.lead {
    font-size: 18px;
}

.container {
    overflow-x: hidden;
}

header {
    padding: 15px;
}

.navbar {
    border: none!important;
    border-radius: 0!important;
    z-index: 50;
}

article {
    padding: 20px;
    margin: 20px 0 20px 0;
    height: auto;
    line-height: normal;
}

article .row {
    margin: 0 -20px 0 -20px;
    padding: 0 20px 0 20px;
}

.row-inset {
    margin: 0 -20px 0 -20px;
    padding: 0 20px 0 20px;
}
#skills article {
    //padding: 0 15px 15px 15px;
    //margin: 20px 0 15px 0;

}

#stiftung article {
    //padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
}

#stiftungsrat article {
    //padding: 5px;
    //margin: 15px 0 15px 0;

}

#kontakt header {
    margin-bottom: 40px;
}
.video {
    margin: 0 -20px 0 -20px;
}
.video-box {
    width: 100% !important;
    height: auto !important;
}

.slogan {
    margin: 0;

    width: inherit;
    display: inline-flex;
    padding: 0;


}

.slogan h1 {
    font-size: 30px;
    padding: 5px 20px 5px 40px;
    margin: 20px 0 0 0;
}

.button {
    cursor: pointer;
}

#disclaimer-content p {
    text-align: justify;
}

#disclaimer-close {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

#portfolio {
    padding-top: 20px;
}

.portfolio-slider-top {
    overflow-x: hidden;
}

#portfolio header {
}

.slick-next {
    right: 10px;
}

.slick-prev {
    left: 10px;
}

.slick-prev,
.slick-next {
    width: 80px;
    height: 80px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
}

footer .container {
    overflow: visible;
}

.portfolio-item article {
    min-height: 300px;
    padding-bottom: auto;
}

.portfolio-item-image {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}
.modal .slick-track{

    max-height: 673px;
    overflow: hidden;
}

.portfolio-item .portfolio-item-content {
    padding-top: 5px;
}

.slick-center {
}

.modal div {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-content {
    background-color: #2660BF;
    color: white;
    border-bottom: none;

}

.modal-header {
    background-color: #2660BF;
    color: white;
    border-bottom: none;
}

.modal-body {
    padding: 0 20px 0 20px;

}

.modal-footer {
    border-top: none;
}

.portfolio-image-slider {
    display: list-item;
}

.portfolio-item-image {
    display: block !important;
    min-height: 20px;
}

.door {
    overflow-x: hidden;
    height: 100%;
}

.door-panel {
    position: fixed;
    top: 0;
    padding-top: 53px!important;
    height: 100%;
    opacity: 0.9;
    overflow-y: auto;
}

.door-panel-left {
    z-index: 500;
    left: 0;
}

.door-panel-right {
    right: 0;
}

.sticky-top {
    position: fixed;
    top: 0;
    z-index: 1000;
}
#navBar ul {
    margin-top: 10px;
}

#navBar a {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
/ / font-weight : 200;
    line-height: 1.4;
    text-decoration: none;
    text-transform: none;
}

.wrapper-sticky-top {
    padding-top: 87px;
}

.callout {
    padding-bottom: 20px;
}

#contact .container {
    padding-top: 20px;
}

#map {
    height: 500px;
    background: url("../img/map.jpg");
    padding: 0;
    overflow-y: hidden;

}

/*
.screen-monitor {
    display: block;
}
.screen-mobile {
    display: none;
}
*/
/*==========  Mobile First Method  ==========*/
@media only screen and (max-width: 320px) {

    article {
    }
    .screen-mobile {
        display: block;
    }
    .screen-monitor {
        display: none;
    }
    .wrapper-sticky-top {
        padding-top: 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .screen-mobile {
        display: block;
    }
    .screen-monitor {
        display: none;
    }

    article {
        overflow: hidden;
    }
    .wrapper-sticky-top {
        padding-top: 0;
    }

    #map {background: url("../img/map.jpg");}
    #map_canvas {
        display: none;
    }
    .callout {
    / / border : solid red !important;
    }


}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    article {
        overflow: hidden;
    }
    .screen-mobile {
        display: block;
    }
    .screen-monitor {
        display: none;
    }
    .wrapper-sticky-top {
        padding-top: 0;
    }
    #map {background: url("../img/map.jpg");}
    #map_canvas {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .screen-mobile {
        display: none;
    }
    .screen-monitor {
        display: block;
    }
    #map {background: url("../img/map.jpg");}
    #map_canvas {
        display: none;
    }
    .wrapper-sticky-top {
        padding-top: 87px;
    }
    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin-bottom: 15px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .screen-mobile {
        display: none!important;
    }
    .screen-monitor {
        display: block!important;
    }
    #map {
        background: #2660BF none;

    }
    #map_canvas {
        display: block;
    }
    .wrapper-sticky-top {
        padding-top: 87px;
    }
    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }
}



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .screen-mobile {
        display: none!important;
    }
    .screen-monitor {
        display: block!important;
    }
    #map {background-image: none;
    }
    .wrapper-sticky-top {
        padding-top: 62px;
    }




}



#address {
    height: 500px;
    z-index: -1;
}
.form-group button {
    margin-top: 15px;
}
.panel {
    border: none;
    box-shadow: none;
}
.panel-heading {
    border: none;
    box-shadow: none;
}

.datepicker table tr td span.active.active {
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.active:hover:hover {
    background-color: #BDB69C;
    color: #2F343A;
}

.datepicker table tr td.active.active:hover {
    background-color: #717D8C;
    color: #DDDDDD;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
}

.datepicker table tr td span.active.active {
    background-color: #717D8C;
    color: #DDDDDD;
    border-radius: 0;
}