@import "home.css";
@import "mietwohnung.css";
@import "objekte.css";
@import "stadtteile.css";
@import "stadtteil-nord.css";
@import "stadtteil-sued.css";
@import "stadtteil-haspe.css";
@import "stadtteil-mitte.css";
@import "stadtteil-hohenlimburg.css";
@import "stadtteil-spielbrink.css";
@import "mieter.css";
@import "fragebogen.css";
@import "gaestewohnung.css";
@import "ankauf.css";
@import "unternehmen.css";
@import "engagement.css";
@import "kontakt.css";
@import "login.css";
@import "ansprechpartner.css";
@import "service.css";
@import "service-leistungen.css";
@import "schadensmeldung.css";
@import "karriere.css";
@import "download.css";
@import "faq.css";
@import "impressum.css";
@import "datenschutz.css";
@import "infopflicht.css";
@import "bewerbung.css";
@import "ausbildung.css";
@import "buchungsanfrage.css";
@import "site-404.css";
@import "login.css";

@font-face {
    font-family: 'Infotext-Medium';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/InfoText-Medium.woff2) format("woff2"),
    url(../fonts/InfoText-Medium.woff) format("woff");
}

@font-face {
    font-family: 'Quicksand';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/Quicksand-Regular.woff2) format("woff2"),
    url(../fonts/Quicksand-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Quicksand-Medium.woff2) format("woff2"),
    url(../fonts/Quicksand-Medium.woff) format("woff");
}

@font-face {
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    font-style: normal;
    src: url(../fonts/Quicksand-Bold.woff2) format("woff2"),
    url(../fonts/Quicksand-Bold.woff) format("woff");
}

@font-face {
    font-family: 'Quicksand-SemiBold';
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Quicksand-SemiBold.woff2) format("woff2"),
    url(../fonts/Quicksand-SemiBold.woff) format("woff");
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Infotext-Medium';
}

p, a {
    font-family: 'Quicksand-Medium';
}

h1,
h2 {
    font-size: 2.2em !important;
}

h1,
h2,
h3 {
    padding-bottom: 20px;
}

a,
a:hover {
    text-decoration: none !important;
}

a.jumper {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

small {
    font-size: 0.8em !important;
}

/* --------------------
=== CI COLORS ===
orange #FF4A00 / rgb(255, 74, 0)
red #AC182D / rgb(172,24,45)
grey #707070
footer-red #521519

-- #9F2A33; ???

BEAUTIFY: STRG + SHIFT + L

/* .row>* {
   padding-right: 0px !important;
   padding-left: 0px !important;
  }

-------------------------  */

.c-white {
    color: white;
}

.c-orange {
    color: #FF4A00;
}

.c-red {
    color: #AC182D;
}


.wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.pt-10 {
    padding-top: 100px !important;
}

.slide-section {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.img-placeholder {
    width: 100%;
    object-fit: cover;
}

.img-cover {
    width: 100%;
    object-fit: cover;
}

.bg-red {
    background-color: #AC182D;
    color: white;
}

.bg-dark-red {
    background-color: #521519;
    color: white;
}

.bg-gardient {
    background-color: #FF4A00;
    background: linear-gradient(0deg, rgba(172, 24, 45, 1) 0%, rgba(255, 74, 0, 1) 100%);
    color: white;
}


/* HEADER --- */

.logo {
    position: fixed;
    left: -20px;
    top: -20px;
    z-index: 999;
}

.logo-bg {
    position: relative;
    top: -30px;
    left: -30px;
    background-color: white;
    width: 200px;
    height: 100px;
    transform: rotate(-8deg);
    padding: 60px;
}

.logo img {
    position: relative;
    top: 5px;
    left: 13px;
    width: 100px !important;
    transform: rotate(8deg);
}

/* ADRESS LIST --- */

.adresse-list {
    margin-top: 20px;
    /*padding-bottom: 20px;*/
}

.list {
    margin: -5px !important;
    padding: 0px !important;
}

.list-item {
    text-decoration: none;
    list-style: none;
    padding-bottom: 10px;
}

.list-item p {
    padding: 0;
    margin: 0;
    margin-left: 50px;
    margin-top: -35px;
}

.list-item a {
    /* color: black; */
    color: #5B5658;
}

.list-item a:hover {
    color: #AC182D;
    text-decoration: underline !important;
}

.list-item .img-svg-list {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    width: 40px;
}

/* HAGEWE ORANGE-CIRCLE LIST --- */

.hagewe-list {
    list-style-type: none;
    padding: 0;
}

.hagewe-list .list-content {
    margin-top: -25px;
    margin-left: 25px;
    padding-bottom: 10px;
}

.hagewe-list li::before {
    content: "○ ";
    color: #FF4A00;
    margin-right: 10px;

}

.hagewe-list-white li::before {
    content: "○ ";
    color: #FFFFFF !important;
    margin-right: 10px;
}


/* SVG --- */

/*
.svg-img {
  width: 150px;
}
*/

.img-svg {
    width: 250px;
}

.img-svg-2 {
    width: 300px;
}

.img-svg-3 {
    width: 400px;
}

.img-svg-unternehmen {
    width: 450px;
    /*height: 300px;*/
}

.img-gf {
    max-width: 250px;
    height: 300px;
}

.img-svg-map {
    width: 90%;
}

.ul-downloads li {
    margin-bottom: 10px;
}


.pfeil-downloads {
    margin-left: 30px;
}

#login .text-width-downloads {
    display: inline-block;
    min-width: 320px;
}

.text-width-downloads {
    display: inline-block;
    min-width: 180px;
}

.text-width-downloads:hover{
    text-decoration: underline;
}

/* Readmore text*/

.my-text {
    display: block;
}

.text-hider {
    display: none;
}

.my-dots {
    display: inline-block;
}

.weiterlesen {
    cursor: pointer;
    position: relative;
    top: 10px;
}

.weiterlesen:hover {
    text-decoration: underline !important;
}

/* --- HR --- */

.hr-white {
    border-bottom: 1px solid white !important;
}

.hr-orange {
    border-bottom: 2px solid #FF4A00 !important;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px;
}

.hr-orange-fullwidth {
    border-bottom: 2px solid #FF4A00 !important;
}

/* BUTTON --- */

.btn-hagewe {
    position: relative;
    width: fit-content;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    font-weight: bold;;
}

.btn-hagewe-white {
    border: 2px solid white;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-hagewe-white-2 {
    border: 2px solid white;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-hagewe-grey {
    border: 2px solid #707070;
    color: #707070;
}

.btn-hagewe-orange {
    border: 2px solid #FF4A00;
    color: #FF4A00;
}

.btn-hagewe:hover {
    border: 2px solid transparent;
    background-color: #FF4A00;
    color: white;
}

.btn-hagewe-white-2:hover {
    border: 2px solid white;
    background-color: #9F2D2F;
    color: white;
}

.triangle-banner {
    margin: 0 auto;
}

.triangle-btn-banner {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -40px;
    width: 60px;
    cursor: pointer;
    transition: top 0.6s;
}

.triangle-btn-banner:hover {
    position: absolute;
    top: -30px;
    width: 60px;
}

.btn-back-arrow {
    position: absolute !important;
    top: 20px;
    left: 20px;
}


/* --- FORM --- */

.my-form a {
    color: white;
    text-decoration: underline !important;
}

.my-form .btn-hagewe-white {
    width: 200px;
}

.my-form .btn-hagewe-white:hover {
    border: 2px solid transparent;
    background-color: #FF4A00;
    color: white;
}

/* CUSTOM CHECK FIELD -- */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-group .stadtteil {
    padding-top: 8px;
    font-size: 13px;
}

.input-group .form-check {
    padding-left: 0px;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid white;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: transparent;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 7px;
    top: 1px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* CUSTOM RADIO FIELDS */
/* https://stackoverflow.com/questions/24516958/styling-radio-buttons-into-a-square */

/*  Hide the inputs. */

.form-radio-check {
    display: none;
}

.radio-group label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

.radio-group label span {
    position: relative;
    line-height: 22px;
}

.radio-group label span:before,
.radio-group label span:after {
    content: '';
}

.radio-group label span:before {
    border: 1px solid #fff;
    background: transparent;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}

.radio-group label span:after {
    background: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 300ms;
    opacity: 0;
    border-radius: 5px;
}

.radio-group label input:checked + span:after {
    opacity: 1;
}

.radio-group label input:checked + span:after {
    opacity: 1;
}

.form-line-h {
    line-height: 1.75 !important;
}

/* --- MENU --- */

#menu {
    position: fixed;
    right: -20px;
    top: 0px;
    z-index: 999;
    background-color: white;
    min-width: 220px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#menu .hamburger-inner,
#menu .hamburger-inner::before,
#menu .hamburger-inner::after {
    background-color: rgb(255, 74, 0) !important;
}

#menu .hamburger:hover .hamburger-inner,
#menu .hamburger:hover .hamburger-inner::before,
#menu .hamburger:hover .hamburger-inner::after {
    background-color: #AC182D !important;
}

#hamburger {
    position: relative;
    left: 10px;
    /*margin-right: 5px;*/
}

.hamburger {
    padding: 0px;
    padding-left: 5px;
    padding-right: 18px;
}

.hamburger:hover {
    opacity: 1.0;
}

.hamburger.is-active:hover {
    opacity: 1.0;
}

.social {
    position: relative;
    top: -8px;
    width: 30px;
    margin-right: 0px;
    margin-left: 5px;
    transform: none;
    transition: transform 0.3s;
    /*transition-duration: ;*/
}

.social-insta {
    margin-left: 15px;
}

.social:hover {
    cursor: pointer;
    /* SVG filter color: https://codepen.io/sosuke/pen/Pjoqqp
      https://isotropic.co/tool/hex-color-to-css-filter/*/
    filter: invert(11%) sepia(94%) saturate(4019%) hue-rotate(343deg) brightness(80%) contrast(60%);
    transform: scale(1.2);
}

.shadow {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(94, 92, 94, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(94, 92, 94, 1);
    box-shadow: 0px 0px 3px 0px rgba(94, 92, 94, 1);
}

/* --- SIDEBAR --- */

#sidebar {
    position: fixed;
    height: 100%;
    width: 0px;
    background-color: #AC182D;
    color: white !important;
    top: 0;
    right: 0;
    z-index: 500;
    padding-top: 150px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
}

#sidebar #sidebar-nav {
    padding-left: 100px;
    position: relative;
    top: -80px;
}

#sidebar h4 {
    padding-top: 20px;
    font-size: 18px;
}

#sidebar #sidebar-nav ul {
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

#sidebar #sidebar-nav ul li {
    list-style: none;
}

#sidebar #sidebar-nav a {
    text-decoration: none;
    color: white;
}

#sidebar #sidebar-nav a:hover {
    text-decoration: underline !important;
    color: white;
}

/* --- SECTION --- */

.section {
    padding-bottom: 30px;
}

.inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.inner-adress {
    padding: 0px !important;
    margin-top: 60px;
}

.inner-pt-5 {
    padding-top: 50px;
}

.inner-mt-5 {
    margin-top: 50px;
}

/* --- GALLERY --- */

/* Partner */

.gallery-item {
    width: 100%;
    object-fit: cover;
    padding-bottom: 20px;
}

.gallery {
    padding-left: 20px;
    padding-right: 20px;
}


/* FOOTER --- */

footer {
    background-color: #521519;
    position: relative;
    padding: 50px;
}

footer #top {
    position: absolute;
    right: 50px;
    top: 70px;
    color: white
}

footer #top .up-arrow {
    width: 40px;
}


#section-footer {
    color: white;
    padding-bottom: 30px;
}

#section-footer h4 {
    padding-bottom: 20px;;
    padding-top: 20px;;
}

#section-footer ul li {
    list-style: none;
    margin-left: -33px;
}

#section-footer .adresse-list ul li a {
    color: white;
    font-weight: normal;
    font-size: 16px;
}

#section-footer ul li a {
    color: white;
    font-weight: 600;
    font-size: 1.3em;
}

#section-footer .copyright {
    position: relative;
    top: 4px;
    padding-right: 10px;
    font-size: 1.8em;
}

#section-footer .copyright-by {
    font-size: 0.8em;
}


/* IMG RESPONSIVE */
.respo-img img {
    width: 100%;
    object-fit: cover
}

/* CUSTOM COL */

.col-50 {
    width: 100% !important;
    float: left;
}

.inner-col-50-left {
    height: 300px;
}

.inner-col-50-right {
    padding-top: 30px;

}

.img-team {
    margin-top: 3px;
    width: 260px;
    height: 380px;
}

/*.my-cover {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}*/

/* FORM VALIDATIONS */

.is-optional {
    background-image: none !important;
    border: none !important;
}

#msgSuccess {
    display: none;
}

#msgNotValide,
.invalid-feedback {
    /*color: black;*/
    /*color: #ffca66;*/
    color: #66ffde;
    background-color: transparent;
    /*background-color: #80ffe3;*/
    /*background-color: #f5ff00; gelb*/
    /*background-color: #bffff1;*/
    /*background-color: #ffca66;*/
    /*border: 1px solid black;*/
    /*border: 1px solid #ffca66;*/
    border: 1px solid #66ffde;
    padding: 3px;
    padding-left: 10px;
}

.radio-group {
    position: relative;
}

.invalid-radio {
    position: absolute;
    width: 150px;
    top: -10px;
    left: 170px;
}

.schaden-area {
    height: 140px !important;
}

.service-menu-pos {
 margin-left: 10px;
}


/* === MEDIA Queries === ------------------------------------------------  */

/* @screen min-width = 320px > iPhone4 */
@media screen and (max-width: 20em) {
}

/* @screen min-width = 568px > iPhone5 horizontal*/
@media screen and (min-width: 35.5em) {


}

/* @screen min-width = 767px */
@media screen and (min-width: 47.94em) {
    .logo {
        left: 66px !important;
        top: 0px;
    }

    .logo-bg {
        width: 250px !important;
        height: 150px !important;
        left: 0px !important;
    }


    .logo img {
        width: 150px !important;
        top: 0px;
        left: -10px;
    }

    #menu {
        top: 30px;
        right: 0px;
    }

    #hamburger {
        left: 10px;
        margin-right: 5px;
    }

    .hamburger {
        padding-left: 10px;
    }

    #sidebar {
        overflow-y: hidden !important;
    }

    #sidebar h4 {
        font-size: 22px;
    }

    #sidebar #sidebar-nav ul {
        margin-top: 20px;
    }

    #sidebar #sidebar-nav {
        margin-top: 30px;
    }

    .social {
        margin-right: 5px;
    }
}

/* @screen min-width = 991px */
@media screen and (min-width: 61.93em) {
}


/* @screen min-width = 1024px */
@media screen and (min-width: 64em) {

    .img-svg-map {
        width: 500px;
    }

    .footer-menu {
        margin-top: 40px;
    }

    /* CUSTOM COL */
    .col-50 {
        width: 50% !important;
    }

    .inner-col-50-left {
        margin-right: 20px;

    }

    .inner-col-50-right {
        padding-left: 20px;
        padding-top: 0px;

    }

}


/* @screen min-width = 1100px */
@media screen and (min-width: 68.75em) {
    .input-group .stadtteil {
        padding-top: 7px;
        font-size: 16px;
    }
}

/* @screen min-width = 1300px */
@media screen and (min-width: 81.25em) {
    /* WRAPPER ------------------------------------- <<< */
    .wrapper {
        width: 83%;
        margin: 0 auto;
    }

    .hr-orange {
        border-bottom: 2px solid #FF4A00 !important;
        margin-left: 44px;
        margin-right: 44px;
        padding-top: 50px;
    }


    #sidebar #sidebar-nav {
        /*padding-left: 100px;*/
        top: 0px;
    }

    #sidebar #sidebar-nav .top-row {
        padding-bottom: 100px !important;
    }

    #section-footer .copyright-by {
        font-size: 1.0em;
    }

    .btn-back-arrow {
        top: 115px;
        left: 70px;
    }

    footer {
        padding-left: 120px;
        padding-right: 120px;
    }

    footer #top {
        right: 120px;
    }

}

/* @screen min-width = 1600px */
@media screen and (min-width: 100em) {
    .inner {
        padding-top: 20px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .btn-back-arrow {
        top: 115px;
        left: 120px;
    }
}


/* SLICK ------------ */

.slide {
    padding: 20px;
    display: table-cell;
}

/*  SLICK override ARROW */
.slide-arrow {
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    outline: none;
    border: none;
    left: -40px;
    width: 32px;
    height: 33px;
    z-index: 50;
    background-repeat: no-repeat;

}

.next-arrow {
    right: -40px;
    width: 32px;
    height: 33px;
    z-index: 50;
    background-repeat: no-repeat;
}


/* RESPO IMG PLACEHOLDER  https://discover.twicpics.com/en/placeholder?ref=producthunt */
.img-16-9 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(9 / 16 * 100%);
}

.img-16-9 > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* DATEPICKER */

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #FF4A00;
    color: #fff;
    font-weight: bold;
}

/* .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid rgb(0, 62, 255);
  background: rgb(0, 127, 255);
  font-weight: normal;
  color: rgb(255, 255, 255);
}
 */

/* OVERWRITE IMMOscout Iframe */
.is24--breadcrumbs:after {
    content: "";
    background-color: #FF4A00 !important;
}

.datenschutz-link {
    color: white;
    text-decoration: underline !important;
}

.datenschutz-link:hover {
    color: white;
    text-decoration: underline !important;
}

.datenschutz-link-2 {
    text-decoration: underline !important;
    color: black;
}

.datenschutz-link-2:hover {
    color: black;
    text-decoration: underline !important;
}

.CookieDeclarationType {
    border: 1px solid white !important;
}

.gallery-item {
/*   width: 400px;
    height: 200px;

    object-fit: cover;
    padding-bottom: 20px;*/
}



