.backstretch {
    opacity: .1;
}

#startseite h1, 
#startseite h2,
#startseite p {
    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: #ff8319;
    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: #ff8319;
    border-color: #ff8319;
}

#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;
}

#contact a {
    color: #ffffff;
}

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

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


.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 (min-width: 768px) {
    #startseite.main {
        height: 100%;
        max-height: 95%;
    }
    
    #startseite .page {
        padding: 0px 0; 
        margin: -60px 0;
    }
}

@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;
	}
}