
.navbar {
    background-color: #222831;
    color:white;
}
header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:999999999999;
}
body{
    background-color: #fff;
}
#footer_rechtliches{
    column-gap: 50px;
    display: flex;
    justify-content: center;
    color: white;
    padding-bottom: 20px;
}
#footer_rechtliches a{
    color: white;
}
p{
    font-size: 0.75rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
}
@media only screen and (max-width: 650px) {
    .section {
        margin: 0 !important;
    }

    #search_results{
        position: fixed;
        background-color: white;
        left: 0px;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.compare-select-element{
    border-radius: 5px;
    background-color: white;
    border: 2px solid #d3d3d3;
}
.compare-select-element i{
    margin-top: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.compare-select-element p{
    padding: 0px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.swiper-slide {
    padding: 10px;
    max-width: 130px;
    color:black;
    text-decoration: none;
}
.swiper-slide:hover{
    text-decoration: none;
    color: #121212BF;
}

.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
}
@media (min-width: 1024px) {
    .swiper-wrapper {
        justify-content: center;
    }
}
.swiper-button-disabled{
    display: none !important;
}

.section {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    width: 100%;
}
.selected-type{
    background-color: white;
    color: black;"
}
.selected-type a{
    background-color: white;
    color: black !important;
}
.btn-cta{
    -webkit-box-shadow: 1px 7px 16px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 1px 7px 16px 0px rgba(0,0,0,0.39);
    box-shadow: 1px 7px 16px 0px rgba(0,0,0,0.39);
    color: white;
    border: 1px solid black;
    background-color: black;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-family: sans-serif;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.row{
    padding-bottom: 10px;
}
.footer-dark{
    background-color: #242833;
    color: white;
}
.footer-nav{
    flex-direction: column;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-nav a{
    color: white;
    text-decoration: none;
}
hr.dark{
    color: white;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #ffffff1a;
    opacity: 1;
}
html, body, *{
    font-family: Assistant, sans-serif;
    font-weight: 400;
}
.form-control{
    border-radius: 0px;
}
.copyright{
    padding-top:20px;text-align: center;color: white;
}
header{
    position: relative;
}
.navbar-nav{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    gap: 30px;
    margin-left: 20px;
}
.navbar-type{
    padding: 0px !important;
}
.navbar-type .row{
    padding: 0px !important;
}
.navbar-type .col-auto{
    padding: 10px;
}
.navbar-type a{
    color:white;
}
.navbar-type a:hover{
    text-decoration: none;
    color: #121212BF;
}
.nav-item a{
    text-decoration: none;
    color: #121212BF;
}
.nav-item a:hover{
    text-decoration: underline;
}
.nav-text-dark .nav-item a{
    text-decoration: none;
    color: black;
}
.navbar-brand{
    font-size: 24px;
    font-weight: 300;
    width: 100%;
}
.nav-link{
    font-size: 14px;
}
header{
    border-bottom: .1rem solid rgba(18, 18, 18, .08);
    background-color: white;
}
#newsletter_box{
    background-color: #f3f3f3;
}

h1{
    font-size: 25px !important;
}
h2{
    font-size: 20px  !important;
}
h3{
    font-size: 18px  !important;
}
