@charset "utf-8";
/* CSS Document */


/*Allgemein*/
html, body {
    height: 100%;
}

body, #gesamt, header, .slider, #footer-slider, .form-signin {
    width: 100%;
}

body, header {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Hind Medium', Calibri, Arial, sans-serif;
	font-size: 20px;
}

body a, body a:hover {
    text-decoration: none;
    color: black;
}

#gesamt {
    min-height: 100%;
    height: auto !important;
    margin-bottom: -200px;
    position: relative;
    /*padding-bottom: 230px;*/
}


/*Header*/
header {
    background-image: url("../bilder/bubble-background.jpg");
    background-repeat: repeat-x;
    height: 150px;
    background-position: 0 80px;
    background-size: 40% 130%;
    top: 0;
    z-index: 10;
}

h1 {
    text-align: center;
    margin: 0;
}

#logo {
    width: 280px;
    max-width: 90%;
    padding-top: 5px;
}


/*Main*/
h2 {
    color: #671314;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    padding-top: 30px;
}

h3 {
    color: #444444;
    font-size: 20px;
}

.abmelden {
    line-height: 30px;
}

#zentriert, #outer-slider {
    margin-left: auto;
    margin-right: auto;
}

#zentriert {
    width: 50%;
    padding-bottom: 230px;
}

#redlink {
    text-decoration: underline;
    color: #671314;
}

.green-text {
    color: #267532;
    font-weight: bold;
}

.bildrechts {
    float: right;
    margin-right: 33%;
    margin-top: 65px;
    margin-bottom: 1em;
}

.form-signin {
    margin: 0 !important;
    padding: 15px 0 0 0 !important;
}

.mb-0 .btn-link {
    color: #666;
    white-space: normal;
}


.btn-default {
    background-color: #671314;
    color: #FFF;
    margin-top: 1em;
}

.btn-default:hover {
    box-shadow: 8px 10px 23px -6px rgba(0, 0, 0, 0.59);
}


/*Footer*/

/*star rating*/
.br-theme-css-stars .br-widget a {
    height: 30px !important;
    width: 30px !important;
    font-size: 30px !important;
    margin-right: -5px !important;
}

small.rating-label {
    font-size: 12px;
    line-height: 36px;
    padding-top: 0.5em;
}

small.rating-label-first {
    margin-right: 1.5em;
}

small.rating-label-last {
    margin-left: 1.5em
}

/*Formular bei <=3* Feedback*/
#feedback-form {
    width: 60%;
}

/*Slider*/
.slider {
    clear: both;
    width: 100%;
    height: 145px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.sliderlogos {
    display: inline-block;
    height: 85px;
    width: 150px;
    padding: 0;
    margin: 2px 20px 12px 20px;
    background: url("../bilder/marken-shops-sw.png") no-repeat;
    font-size: 9px;
    color: #444444;
    text-align: center;
    line-height: 205px;
    min-width: inherit;
    transition: ease-in-out 1s;
}

.slider a:nth-child(2) {
    margin-left: 0;
}

.shop-imppac {
    background-position: 0 0 !important;
    line-height: 180px !important;
}

/*Imppac*/
.shop-silberdream {
    background-position: -600px -300px !important;
    line-height: 180px !important;
}

/*SilberDream*/
.shop-uhrenlux {
    background-position: -600px -500px !important;
    line-height: 180px !important;
}

/*UhrenLux*/
.shop-charms-schmuck {
    background-position: -300px -700px !important;
    line-height: 180px !important;
}

/*Charms Schmuck*/
.shop-beads-schmuck {
    background-position: -450px -700px !important;
    line-height: 180px !important;
}

/*Beads Schmuck*/
.shop-koethenmarkt {
    background-position: -600px -700px !important;
    line-height: 180px !important;
}

.sliderlogos:hover {
    background-image: url("../bilder/marken-shops-bunt.png");
}

.sliderlinks, .sliderrechts {
    display: inline-block;
    height: 128px;
    width: 53px;
    margin: 0;
    z-index: 3;
    top: 0;
}

.sliderlinks {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: url("../bilder/slider-sprite.png") no-repeat 0 -128px;
    left: 0;
    line-height: 195px;
}

.sliderrechts {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: url("../bilder/slider-sprite.png") no-repeat 0 0;
    position: absolute;
    right: 0;
    line-height: 180px;
}

#outer-slider {
    width: 50%;
}

#footer-slider {
    background-image: url("../bilder/bubble-background.jpg");
    background-repeat: repeat;
    background-size: 75%;
    overflow: hidden;
}

.sliderlogos:hover, .sliderbunt {
    background-image: url("../bilder/marken-shops-bunt.png");
}

.sliderbunt {
    float: right;
    margin-right: 20%;
}

footer {
    background-color: #444444;
    height: 200px;
    position: relative;
}

#footer-links {
    text-align: center;
    line-height: 55px;
    text-transform: uppercase;
}

#footer-links a {
    color: #FFF;
    padding: 0 20px;
}

.form-signin {
    max-width: 850px;
    padding: 15px;
    margin: 0 auto;
}


/* mobile Ansicht */
@media (max-width: 1451px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }
}

@media (max-width: 1320px) {
    .bildrechts {
        margin-right: 20%;
    }

    #zentriert {
        width: 70%;
    }
}

@media (max-width: 1180px) {
    #zentriert {
        width: 65%;
    }

    header {
        background-size: 65% 130%;
    }
}

@media (max-width: 965px) {

    .bildrechts {
        margin-right: 10%;
    }


    #outer-slider {
        width: 80%;
    }

    #feedback-form {
        width: 100%;
    }

}

@media (max-width: 895px) {
    #footer-slider {
        background-size: 126%;
    }
}

@media (max-width: 785px) {
    .bildrechts {
        display: none;
    }

    #zentriert {
        width: 90%;
    }

    header {
        background-size: 100% 130%;
    }

}

@media (max-width: 530px) {
    #footer-slider {
        background-size: 200%;
    }
}

@media (max-width: 500px) {


    .sliderbunt {
        margin-right: 32%;
    }

    small.rating-label-first {
        margin-right: 0.5em;
    }

    small.rating-label-last {
        margin-left: 0.5em
    }

}

@media (max-width: 375px) {

    h2 {
        font-size: 23px;
    }

    header {
        background-size: 190% 130%;
    }

    small.rating-label {
        font-size: 10px;
    }
}

/*ratings*/
.vote-col {
    background-color: #e8e8e8;
    border-radius: 2em;
    padding: 1em 0.2em;
    margin: 0.1em;

}

.vote-col h4 {
    margin-bottom: 1em;
}

.vote-col small {
    color: #303030;
    font-size: 0.65em;
}

.vote-col button {
    font-size: 16px;
    background-color: #671314;
    color: white;
    border-radius: 2em;
    cursor: pointer;
    padding: 0.3em 1.5em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    border: none;
}
