/* Variablen */
:root{
    --bs-dark-rgb: 55, 58, 54 !important;
}

/* Fonts */
@font-face {
    font-family: "regular";
    src: url("../Fonts/PlayfairDisplay-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "heading";
    src: url("../Fonts/heading.woff2") format("woff");
}
@font-face {
    font-family:PlayfairRegular;
    src:url("../Fonts/PlayfairDisplay-Regular.ttf");
}
@font-face {
    font-family:PlayfairBold;
    src:url("../Fonts/PlayfairDisplay-Bold.ttf");
}
@font-face {
    font-family:DinCondensed;
    src:url("../Fonts/DINCondensed-Bold.ttf");
}

.text-regular{
    font-family: PlayfairRegular;
}
.text-bold{
    font-family: PlayfairBold;
}
.text-din{
    font-family: DinCondensed;
}
/*
.text-regular{
    font-family: PlayfairRegular!important;
}
.text-bold{
    font-family: PlayfairBold!important;
}
.text-din{
    font-family: DinCondensed!important;
}*/
.heading {
    font-family: "heading", sans-serif;
    font-weight: 400;
    font-size: 21px;
}

.heading-text {
    font-family: "heading", sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.heading-small-text {
    font-family: "heading", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
/* Resets */
.dropdown-menu {
    text-align: left!important;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
.m-reset {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .dropdown-menu {
        text-align: center!important;
        border-radius:0px!important;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        position: absolute;
    }
    .dropdown:hover .dropdown-menu.news {
        left: -15px;
    }
    .dropdown:hover .dropdown-menu.wohnen {
        left: -25px;
    }
    .dropdown:hover .dropdown-menu.unternehmen {
        left: -15px;
    }
    .dropdown:hover .dropdown-menu.service {
        left: -50px;
    }
    .dropdown-toggle::after {
        display: none;
    }
}


/* Home */
.logo {
    max-width: 295px;
}

/* Menü */
.dropdown-menu {
    text-align: center;
    --bs-dropdown-border-color: transparent;
    --bs-dropdown-font-size: inherit;
}

/* Footer */
footer {
    background-color: #414141;
}
.footer-icon {
    width: 33px;
    height: 33px;
}
.footer-icon path {
    fill: #999997;
}
.nav-item{
    flex: 1;
    text-align: center;
}
#lwbk_nav{
    width:100%;
}

.containers {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.container_bottom_left {
    color: white;
    background-color: rgba(0, 0, 0, 0.527);
    position: absolute;
    width: 100%;

    bottom: 0px;

}
.image_bigtext{
    font-size:3rem;
    line-height:40px;
    color: white;
}
.image_smalltext{

    color: white;
}
/*WOhnungen*/
.wohnung_adresse{
    font-size: 20px;
    color: #F5333F;
    font-weight: bold;
}
.wohnung_ort{
    font-size: 20px;
    font-weight: bold;
    color: #F5333F;
}
.filter_row_div{
    padding: 0.5rem 0rem 0.5rem 0rem;
    background-color: #F5333F;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;

}
.filter_row{
    padding: 0px!important;
}
@media (max-width: 768px) {
    .navbar-toggler{
        right: 0;
        position: absolute;
        top: 120px;
    }
}
/*Adjustment*/
.btn-danger{
    font-family: DinCondensed;
    border-radius: 0px;
}
/*
.btn-danger{
    font-family: DinCondensed!important;
    border-radius: 0px!important;
}
*/
.btn-primary{
    border-radius: 0px!important;
    background-color:#dc3545!important;
    font-family: PlayfairRegular!important;
    border-color:#dc3545!important;
}
.btn-secondary{
    font-family: PlayfairRegular!important;
    border-radius: 0px!important;
}
.nice-select{
    font-family: PlayfairRegular!important;
    border-radius: 0px!important;
}
.nice-select .list{
    border-radius: 0px!important;
}
.text-regular b{
    font-size:14px!important;
    font-family: PlayfairBold!important;
}
.nav-link{
    color:black;
}
.form-control{
  border-radius: 0px!important;
}

@media (min-width: 1010px) {
    .main-col{
        width:1010px;
    }
}
.line-height{
    line-height: 30px;
}
.navbar-toggler{
    border:0px!important;
}
.filterdiv{
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (max-width: 1010px ) {
    .map_iframe{
        padding-bottom: 10px!important;
    }
}
.logo-mobile{
    max-width: 270px;
}
.mobile_menu_btn{
    border: 0px;
    background-color: white;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(255,255,255, 0.95); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
   padding-top: 80px;
    padding-bottom:20px;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    color: black;
    margin-left: 100px;
    margin-right:100px;
    letter-spacing: 2px;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    border-bottom:1px black solid;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: black;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
#navbarNavDropdown{
    padding-left: 60px;
}
.mobile_dropdown{
    inset: 0px!important;
    transform: none!important;
    position: static!important;
    background-color: transparent;
}
.mobile_dropdown a{
    border: 0px;
    font-size: 16px;
    margin: 0px;
    text-align: center;

}
/*Modal*/
.modal-footer {
    align-items: center;
    justify-content: center;
}
.next_toText_field{
    border-top:none;
    border-left: none;
    border-right: none;
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
}