:root {
    /* COLORS */
    --main-color: #669008;
    --header-color: #E3E3E3;
    --footer-color: black;
}

body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 60px; /*-- height of the footer --*/
    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;
}

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

.blackAndWhite {
    color: white;
    background-color: black;
}

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

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

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

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

footer {
    background-color: var(--footer-color);
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    color: white;
    text-align: right;
}

.footerLink {
    color: white !important;
    font-size: 10px;
    text-decoration: none !important;
    float: right;
    padding-right: 40px;
	    text-align: right;

}

.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;
}

.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 {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

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

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

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

    .footerLink {
        font-size: 10px !important;
	    padding-right: 10px;

    }

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

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

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

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