﻿h1, h2, h3, h4, h5, h6 {
    font-family: 'fewoflow lightbold', sans-serif;
    color: #2878AD;
    letter-spacing: 2px;
}

p {
    font-family: 'fewoflow regular', sans-serif;
    letter-spacing: 2px;
}

#headermenuinner #hpLogin,
#headermenuinner #hpLogout,
#headermenuinner #hpSearch,
a, a:hover, a:visited {
    font-family: 'fewoflow regular', sans-serif !important;
    letter-spacing: 2px !important;
}

#logocontainer {
    border-radius: unset;
    position: relative;
    width: 250px;
    background-color: #fff;
}

#headermenu .logobild {
    width: 200px;
    background-image: url(images/logofull.svg);
    background-position: left center;
}

#headermenuinner #mobilmenubutton {
    right: 10px;
}

#headermenuinner #mobilmenubuttonshow {
    float: right;
    margin-right: 15px;
}

#headermenu .wortmarke {
    display: none;
}

#stage #stageContent {
    display: inherit;
    width: 75vw;
    height: 50px;
    top: 5%;
    margin: 0 auto;
    z-index: 1;
    background-image: url(images/Claim_white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 480px) {
    #stage #stageContent {
        right: 5%;
        margin: 0 0 0 auto;
        background-image: url(images/logofull_white.svg);
        width: 60vw;
        height: 20vh;
    }
}

@media (min-width: 730px) {
    #stage #stageContent {
        height: 20vh;
        width: 60vw;
    }
}

@media (min-width: 980px) {
    #stage #stageContent {
        right: 2%;
        height: 20vh;
        width: 50vw;
        top: 20%;
    }
}

@media only screen and (min-width: 1200px) {
    #stage #stageContent {
        width: 40vw;
        right: 5%;
        top: 30%;
    }
}

@media only screen and (min-width: 1600px) {
    #stage #stageContent {
    }
}


#substage {
    background-image: url(images/fullside_background.jpg);
}

#headermenuinner {
    background-color: #fff;
    box-shadow: none;
}


    #headermenuinner ul > li > a,
    #headermenuinner ul > li > a:visited {
        color: #2878AD;
        text-decoration: none;
    }

        #headermenuinner ul > li > a:hover {
            color: #3c8a92;
            text-decoration: none;
        }


    #headermenuinner #hpLogin,
    #headermenuinner #hpLogin:hover,
    #headermenuinner #hpLogout,
    #headermenuinner #hpLogout:hover {
        color: #2878AD;
    }

        #headermenuinner #hpLogin:hover,
        #headermenuinner #hpLogout:hover {
            color: #3c8a92;
        }

.liFavoriten {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    background-color: #2878ad;
    color: #fff;
}

    .liFavoriten a,
    .liFavoriten a:hover {
        color: #fff !important;
    }

#itemCount {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
    display: inherit;
}

.iconFavorit {
    display: inherit;
    margin-right: 10px;
}



#loginbox input[type=submit] {
    background-color: #ccc;
}

#divContentSubnavigation {
    background-color: #2878AD;
    color: #fff;
    padding-left: 130px;
}

    #divContentSubnavigation > .divContentInnerSubnavigation > ul > li > a {
        text-decoration: none;
    }

        #divContentSubnavigation > .divContentInnerSubnavigation > ul > li > a.active {
            color: #fff;
            text-decoration: underline;
        }

        #divContentSubnavigation > .divContentInnerSubnavigation > ul > li > a:hover {
            color: #fff;
            text-decoration: underline;
        }

#newfooter {
    background-color: #2878AD;
    color: #FFFFFF;
}

#layoutfooter {
    background-color: #2878AD;
}

/* Startslider */

@media (min-width: 980px) {
    #stageslider,
    #stageslider div.slideImgDiv {
        height: 50vh;
    }
}
