/*Add the projectname, e.g. "warin" to all sites in the site structure*/
/*Copy everything between these lines and change the name "warin",colors and svg-files*/
.warin h1 {
    color: #b5916f;
}

.warin .content .mod_customnav ul li a:hover,
.warin .content .mod_customnav ul li span {
    color: #b5916f;
}

.warin .content a {
    color: #b5916f;
}

.warin .content ul svg g {
    fill: #b5916f;
}

.warin .image_container a[data-lightbox] .lightbox_icon {
    background-color: rgba(181, 145, 111, 0.4);
}

.warin.scroll-change a.anker-gotop {
    background-color: rgba(181, 145, 111, 0.8);
}
/*----------------------------------------------------------------------------*/
.wismar h1 {
    color: #92adc1;
}

.wismar .content .mod_customnav ul li a:hover,
.wismar .content .mod_customnav ul li span {
    color: #92adc1;
}

.wismar .content a {
    color: #92adc1;
}

.wismar .content ul svg g {
    fill: #92adc1;
}

.wismar .image_container a[data-lightbox] .lightbox_icon {
    background-color: rgba(146, 173, 193, 0.4);
}

.wismar.scroll-change a.anker-gotop {
    background-color: rgba(146, 173, 193, 0.8);
}
/*----------------------------------------------------------------------------*/
.sellin h1 {
    color: #98c036;
}

.sellin .content .mod_customnav ul li a:hover,
.sellin .content .mod_customnav ul li span {
    color: #98c036;
}

.sellin .content a {
    color: #98c036;
}

.sellin .content ul svg g {
    fill: #98c036;
}

.sellin .image_container a[data-lightbox] .lightbox_icon {
    background-color: rgba(152, 192, 54, 0.4);
}

.sellin.scroll-change a.anker-gotop {
    background-color: rgba(152, 192, 54, 0.8);
}
/*----------------------------------------------------------------------------*/
.schwerin h1 {
    color: #f99800;
}

.schwerin .content .mod_customnav ul li a:hover,
.schwerin .content .mod_customnav ul li span {
    color: #f99800;
}

.schwerin .content a {
    color: #f99800;
}

.schwerin .content ul svg g {
    fill: #f99800;
}

.schwerin .image_container a[data-lightbox] .lightbox_icon {
    background-color: rgba(249, 152, 0, 0.4);
}

.schwerin.scroll-change a.anker-gotop {
    background-color: rgba(249, 152, 0, 0.8);
}
/*----------------------------------------------------------------------------*/
.bibow h1 {
    color: #29ad48;
}

.bibow .content .mod_customnav ul li a:hover,
.bibow .content .mod_customnav ul li span {
    color: #29ad48;
}

.bibow .content a {
    color: #29ad48;
}

.bibow .content ul svg g {
    fill: #29ad48;
}

.bibow .image_container a[data-lightbox] .lightbox_icon {
    background-color: rgba(41, 173, 72, 0.4);
}

.bibow.scroll-change a.anker-gotop {
    background-color: rgba(41, 173, 72, 0.8);
}