@font-face {
	font-family: 'SPKFont';
	src: url(/fonts/SparRg.ttf);
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Immobilien {
    width: 100vw;
    height: 100vh;
    background: #fff;
    font-family: 'SPKFont';
    color: #58585a;
    position: relative;
}

/* Logo oben links */
.ImmobilienLogo {
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 10;
	width: 30vw;
	text-align: center;
}

.ImmobilienLogoBild {
	max-width: 25vw;
	max-height: 15vh;
}

/* Großes Immobilienbild */
.ImmobilienBoxBild {
    width: 70vw;
    height: 75vh;
    background-color: #ddd;
    box-sizing: border-box;
    overflow: hidden;
	text-align: center;
}
.ImmobilienBoxBildBild {
    max-width: 70vw;
	min-height: 75vh;
    max-height: 75vh;
    background-color: #ddd;
    box-sizing: border-box;
    overflow: hidden;
}

/* Untere Box */
.ImmobilienBox {
    position: absolute;
    top: 20vh;
    right: 0px;
    width: 30vw;
    height: 55vh;
}

/* Kontaktbox */
.ImmobilienBoxKontaktBox {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 30vw;
    height: 20vh;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vh 1vw;
    box-sizing: border-box;
}

.ImmobilienBoxKontaktBoxText {
    width: 18vw;
    font-size: 2.5vh;
}

.ImmobilienBoxKontaktBoxBild {
    height: 20vh;
}

.ImmobilienBoxKontaktBoxBildBild {
    max-height: 100%;
    display: inline;
}

/* Beschreibung */
.ImmobilienBoxBeschreibungObjektKM {
    padding: 2vh 2vw;
    font-size: 3vh;
}

.ImmobilienBoxBeschreibungObjektKMBeschreibung {
    width: 100%;
}

/* Footer */
.ImmobilienFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 25vh;
    background-color: #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
    border-top: 3px solid #d0d0d0;
}

.FooterLeft {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    gap: 5px;
}

.FooterTitle {
    font-weight: bold;
	font-size: 4vh;
}

.FooterObjekt {
    font-size: 3vh;
}

.FooterRight {
    display: flex;
    align-items: center;
    gap: 20px;
}

.FooterAgentInfo {
    text-align: right;
    font-size: 2.5vh;
}

.FooterAgentImage img {
    height: 22vh;
    border-radius: 4px;
}
