body {
    background: #fff;
    font-weight: 400;
    color: #000;
}

.backstretch {
    opacity: .1;
    display: none;
}

.spinner > div {
    background-color: #FF1D4D;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #2b324c;
}

#startseite h1, 
#startseite h2 {
    color: #000;
}

#startseite h2 {
    font-weight: 400;
    line-height: 42px;
}

#startseite .heading {
    font-weight: lighter;
    margin: 0 0 16px;
    color: #000;
}

#startseite .header-h1 {
    padding: 0;
}

#startseite .kaufen {
    padding-left:32px;
    padding-right:32px;
}

#startseite .verkaufen {
    padding-left:32px;
    padding-right:32px;
}

#startseite .kaufen a.header-h1,
#startseite .verkaufen a.header-h1 {
    background-color: rgba(255,255,255,0.6);
    color: #000;
    display: block;
}

#startseite .kaufen a.header-h1:hover {
    background-color: #FF1D4D;
    display: block;
    opacity: 1;
}

#startseite .verkaufen a.header-h1:hover {
    background-color: #0088cc;
    display: block;
    opacity: 1;
}

#startseite a.header-h1:hover h2 {
    color: #fff;
}

#startseite .kaufen .btn-custom:hover {
    background-color: #FF1D4D;
    border-color: #FF1D4D;
}

#startseite .verkaufen .btn-custom-border:hover {
    background-color: #0088cc;
    border-color: #0088cc;
}

#startseite .padding {
    padding:32px;
}

#startseite .header-h1.padding {
    margin-bottom:0px;
}

#contact {
    background: #2d2e2e;
    font-size: 12px;
    color: #fff;
}

#contact a {
    color: #ffffff;
}

#contact a:hover {
    color: #0088cc;
}

#startseite .btn {
    border-radius: 0px;
}

.autocomplete-suggestions {
    border: 1px solid #e7e7e7;
    border-width: 1px 1px 1px 1px;
    background: #fff;
    overflow: auto;
    margin-top: -4px;
    padding: 0 4px;
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F2F2F2; }
.autocomplete-suggestions strong { font-weight: normal; color: #FF1D4D; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


#wmHTitle-wohnung, 
#wmHTitle-einfamilienhaus,
#wmHTitle-mehrfamilienhaus,
#wmHTitle-grundstueck,
#wmHTitle-gewerbeeinheit,
#wmHTitle-ende {
    display: none;
}

#bild-wohnung,
#bild-wohnung-2,
#bild-einfamilienhaus,
#bild-einfamilienhaus-2,
#bild-mehrfamilienhaus,
#bild-mehrfamilienhaus-2,
#bild-grundstueck,
#bild-grundstueck-2,
#bild-gewerbeeinheit,
#bild-gewerbeeinheit-2 {
    display: none;
}


.fa-check:before {
    display: none;
}

.fa-times:before {
    display: none;
}

.has-error .help-block, .has-error .control-label, .has-error .radio,
.has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #fff;
    font-weight: normal;
}

#myModal_Impressum,
#myModal_Datenschutz {
    z-index: 9999;
}

.terms-body {
    max-height: 600px;
    overflow: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    text-align: left;
    color:#686868;
    font-size: 14px;
    font-weight: normal;
    font-family: Lato, sans-serif;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}

.modal-title {
    color:#686868;
}

h5 {
    color:#686868;
}

.custom-scroll::-webkit-scrollbar {
    -webkit-overflow-scrolling: touch;
    height: 10px;
    width: 10px
}

.custom-scroll::-webkit-scrollbar:hover {
    background-color: #E9E9E9;
    border: 1px solid #dbdbdb
}

.custom-scroll::-webkit-scrollbar-button:end:increment, .custom-scroll::-webkit-scrollbar-button:start:decrement {
    background: 0 0;
    display: block;
    height: 0
}

.custom-scroll::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent
}

.custom-scroll::-webkit-scrollbar-track-piece {
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-radius: 0
}

.custom-scroll::-webkit-scrollbar-thumb {
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, .2);
    border: none;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.custom-scroll::-webkit-scrollbar-thumb:horizontal, .custom-scroll::-webkit-scrollbar-thumb:vertical {
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #bfbfbf;
    border-radius: 0
}

.custom-scroll::-webkit-scrollbar-thumb:active {
    -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .33);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .33);
    background-color: rgba(0, 0, 0, .44);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .33)
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #959595
}

.terms-body {
/*
    max-height: 700px;
    overflow: auto
*/
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    right: -100px;
    left: 154px;
    bottom: 100%;
    margin-bottom: 9px;
    border: solid 1px #DDD;
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.dropup .dropdown-menu LI > A:hover,
.dropup .dropdown-menu LABEL:hover {
    background-color: #2d2e2e;
    color: #FFF;
    cursor: pointer;
}

.modal {
    top: 0px;
    z-index: 10001;
}

#myModal_Dse .modal-dialog {
	width: 80%;
}

#myModal_Dse .modal-content {
   height: auto;
   color: #000;
   font-size: 14px;
   background-color: #fff;
   padding: 20px;
   line-height: 20px;
}

#myModal_Dse p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 20px;
}

#myModal_Dse ul li {
	list-style: inherit;
}

#myModal_Dse ul, ol {
    padding-left: 30px;
}


@media (max-width: 480px) {
    .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        right: -6px;
        left: 70px;
    }
}


@media (min-width: 768px) {
    #startseite.main {
        height: 100%;
        max-height: 95%;
    }
    
    #startseite .page {
        padding: 0px 0; 
        margin: -60px 0;
    }

    .flex {
        display: flex;
        align-items: baseline;
    }
}

@media (max-width: 767px) {
    #startseite .page {
        padding: 0px 0; 
        margin: -60px 0;
    }
    
    #startseite .heading {
        margin: -50px 0 0px;
    }
    
    #startseite .header-h1 {
        margin: 0 0 16px;
    }
    
    #startseite h2 {
        line-height: 26px;
        font-size: 18px;
    }
    
    #startseite .padding {
        padding:16px;
    }
    
    #startseite .kaufen,
    #startseite .verkaufen {
        padding-left: 16px;
        padding-right: 16px;
    }

	#myModal_Dse .modal-dialog {
		width: 95%;
	}

	#myModal_Dse h3 {
		font-size: 20px;
    }
}