/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@import url('https://fonts.googleapis.com/css?family=Zilla+Slab');
@import url('https://fonts.googleapis.com/css?family=Roboto');

.slider-handle {
    background-color: #d72864;
}

.slider-selection {
    background-image: linear-gradient(to bottom,#8c195f 0,#8c195f 100%); 
    
}

.btn-primary {
    color: #fff;
    background-color: #e24585;
    border-color: #000000;
}

.btn:hover {
    color: #fff;
    background-color: #840b55;
    border-color: #000000;
}

.text-info {
    color: #840b55;
}

.font-noto {
    font-family: 'Zilla Slab';
}

h1 {
    font-family: 'Roboto';
    color: #840b55;
}

body {
    font-size: 20px;
}

.text-primary {
    color: #000000;
}

.logorow {
    margin-top: 8px;
    margin-bottom: 8px;
    height: 100px;
}
.logorow .logo {
    height: 80px;
}

.answer-item.radio-item.no-anwser-item {
    display:none;
}
}
.group-title.text-center.h3.space-col {
    font-size: 2.5rem;
}
.radio-item label::before {
	top: 6px;
}
.radio-item label::after {
    top: 9px;
    background-color: #e24585;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 3.5rem;
    }
}
@media (max-width: 1200px) {
    .h3, h3 {
        font-size: 2.5rem;
    }
}
.space-col {
    margin-bottom: 1em;
}
.row.navigator .col-sm-4 {
    align-content: center;
}
.row.navigator .col-sm-4 .img-fluid, .img-thumbnail {
    max-width: 200px;
    max-height: 80px;
}
/*
.row.logorow.footer img.logo.img-fluid {
	margin-top: -155px;
}
@media screen and (max-width:500px) { */
/* Zusätzliche Regeln für kleinere Monitore  */
/*   .row.logorow.footer img.logo.img-fluid {
	    margin-top: 0px;
    }  */
/*    .row.logorow.footer div.col-12.text-center {
        text-align: left !important;
        z-index: -1;
    }
} */