﻿.btn-red {
    background-color: #E70B00;
}
#main-navbar {
    padding: 0 0 0 5px;
    /*background-image: url("Images/banner.jpg") !important;
    background-repeat: repeat !important;*/
    background: #E70B00;
}
#nav-content {
    padding-right: 30px;
}
.modal-dialog {
    /*max-width: 60vW;
    max-height: 60vH;*/
}
.click-media {
    cursor: pointer;
}
.card-media {
    max-height: 200px;
    margin: 0 auto;
    width: 100%
}
.btn-red a:link, .btn-red a:visited {
    color: white;
    text-decoration: none;
}
.btn-red a:hover {
    color: lightgrey;
    font-weight: bolder;
    text-decoration: none;
}

.official-card {
    font-size: 70%;
    text-align: center;
    line-height: -0.6em;
    height: 100%;
}


.italic {
    font-style: italic;
}

.bold {
    color: darkblue;
}

.card-container {
    margin-bottom: 5px;
}

.content-card {
    line-height: 125%;
    font-size: 0.9em;
}

.picture-card-container, .picture-card {
    height: 320px;
    line-height: 120%;
}

.overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.material-icons {
    vertical-align: middle;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.thumbnail-video {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/* change the link color */
.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}
/* change the color of active or hovered links */

.navbar-dark .nav-item.active .nav-link,
.navbar-dark .nav-item:focus .nav-link,
.navbar-dark .nav-item:hover .nav-link {
    color: #ffffff !important;
    color: lightgrey !important;
}

#siderMain {
    height: 1px;
}

#siderExtended {
    visibility: hidden;
}

#ContentSiderMain {
    height: 1px;
}


.text-card-container, .text-card {
    height: 145px;
    line-height: 125%;
}
.presse-card-container, .presse-card {
    height: 84px;
}

.content-media {
    max-width: 60%;
}
.content-media-inside {
    max-width: 35%;
}

.full-media {
    width: 100%;
}
.navbar {
    letter-spacing: -0.3px;
}
#content-container {
    padding-top: 80px;
}

@media (max-width: 1200px) {
    .carousel {
        height: 290px;
    }
}
@media screen and (max-width: 991px) {
    #content-container {
        padding-top: 80px;
    }
    .text-card-container, .text-card {
        height: 170px;
    }
    .content-media {
        max-width: 70%;
    }
    #ContentSiderMain {
        height: auto;
    }
    .carousel {
        height: 210px;
    }
}
@media screen and (max-width: 767px) {
    .content-media { max-width: 100%; }

    #siderMain { height: auto; }
    .carousel {
        height: auto;
    }
}
@media screen and (max-width: 575px) {
    #facebook {
        display: none;
    }
    #branding {
        font-size: 80%;
        letter-spacing: -1px;
    }
}
@media screen and (max-width: 320px) {
    #facebook {
        display: none;
    }
    #branding {
        font-size: 70%;
        letter-spacing: -1px;
    }
}
body {
    background-image: url("/Content/images/bg3.png");
    background-repeat: repeat;
    /*background-color: #dcf9ea; 90%*/
    /*background-color: #edfcf4; 95% */
    /*background-color: #f8fdfa; 98*/
}

.mitmachen-header {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
}

    .mitmachen-header h3 {
        color: #155021;
    }

.mitmachen h6 {
    color: #155021;
    padding-top: 30px;
}

.contact-form-in input, .contact-form-in textarea {
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #747579;
    padding-bottom: 12px;
    font-weight: 400;
    color: #747579;
    background: transparent;
}

.fit-window {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.click-left, .click-right, .click-close {
    cursor: pointer;
    
}
.picture-cell {
    height: 150px;
}
.card-img-top {
    height: 300px;
}