:root {
    /* COLORS */
    --main-color: #000000;
    --header-color: #ffffff;
    --pioniersiedlung-color: #ffcc00;
    --frauenwerkstatt-color: #ffffff;
    --leichter-color: #ffffff;
    --footer-color: black;
}

body {
	    height: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 30px; /* Höhe des Footers */
    box-sizing: border-box;
    line-height: 1.2 !important;
    text-align: justify !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
}

footer {
	    margin bottom: 0;

    background-color: white;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    color: white;
    text-align: right;
}

.space {
    max-width: 320px;
    width: 100%;
}

.blackAndWhite {
    color: black;
    background-color: #ffffff;
    padding-bottom: 0px; 
}

.colorAndBlack {
    color: black;
    background-color: var(--main-color);
}

h1 {
	    color: black;

    text-align: left;
    font-weight: 200 !important;
}

h2 {
	    color: black;

    text-align: left;
    font-weight: 200 !important;
}

h3 {
	    color: black;

    color: black !important;
    font-size: 10px;
    text-decoration: none !important;
}

.header {
    background-color: var(--header-color);
}

.kategorie {
    background-color: var(--header-color);
	    color: black !important;

}

.minHeight {
    min-height: 100%;
}

.weiterlesen {
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
}

/* Außenrand */
.container-xxl {
    --bs-gutter-x: 0.7rem !important;
}

/* Videos */
.videoFarbigerStrich {
    background-color: var(--main-color);
    display: block;
    /* height: 40px */
}

.image_wrapper {
    position: relative;
}

.overlay {
    position: absolute;
    left: 5px;
    top: 5px;
}

.removeHyperlinkStyle {
    text-decoration: none;
    color: black;
}

.removeHyperlinkStyle:hover {
    text-decoration: none;
    color: black;
}

.videoTextAlignRight {
    text-align: right;
}

div.modal-body svg {
    fill-opacity: 0;
    right: 4em !important;
}

/* Video detailed */
.videobeschreibung2 {
    background-color: black;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}

/* Navigation */
.navbar-nav {
    font-size: 1.4rem;
}

.navbarCustomIcon {
    background-image: url("../images/site/menuebutton.png");
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100%;
}

.navigationLogo {
    background-image: url('../images/site/logo.png');
    background-repeat: no-repeat;
    height: 227px;
}

.navbar {
    padding-top: 0 !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    inset: 0 0 auto auto;
    transform: translate(0px, 55px);
}

.dropdown {
    float: right;
    padding-right: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding-top: 10px !important;
}

.dropdown-menu {
    background-color: var(--main-color) !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.dropdown-item {
    text-align: right !important;
    padding-bottom: 10px !important;
    color: #E0E0E0 !important;
}

.dropdown-item:hover {
    background-color: var(--main-color) !important;
    color: white !important;
    text-align: right;
}

/* Gallery */
.ratio {
    background-color: transparent !important;
}

.carousel-control {
    width: 20% !important;
}

.galleryStyle {
    width: 50% !important;
}

/* MEDIA QUERIES */
@media (max-width: 576px) {
    body {
        font-size: 70% !important;
    }
    p {    color: black;

        font-size: 12px !important;
        font-weight: 400 !important;
    }

    h5 {    color: black;

        font-size: 0.5rem !important;
        font-weight: 350 !important;
        padding-top: 2px;
        margin-bottom: 0 !important;
    }

    .videoFarbigerStrich {
        background-color: var(--main-color);
        display: block;
    }
    .videoHeader {
        font-size: 0.4rem;
    }
    .videoBeschreibung {
        font-size: 0.4rem;
    }

    .wbvLogo {
        max-width: 180px;
        width: 100%;
    }

    .galleryStyle {
        width: 90% !important;
    }
}

@media (min-width: 576px) {
    body {
        font-size: 80% !important;
    }
    p {    color: black;

        font-size: 16px !important;
        font-weight: 400 !important;
    }

    h5 {    color: black;

        font-size: 14px !important;
        font-weight: 350 !important;
        padding-top: 2px;
        margin-bottom: 0 !important;
    }

    .videoHeader {
        font-size: 12px;
    }
    .videoBeschreibung {
        font-size: 10px;
    }
}