html { 
    overflow-y: hidden; 
    overflow-x: hidden; 
}
body {
    margin: 0;
    padding: 0;
    background: #fdf5e8;
    min-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body::-webkit-scrollbar {
  display: none;
}

@font-face {
    font-family: Helvetical;
    src: url(/media/fonts/HelveticaLT47LightCondensed.ttf);
}

h1, h2, h3, h4 {
    color: #c7a460;
    font-family: Helvetical;
    text-align: center;
}

a {
    text-decoration: none;
    font-family: Helvetical;
}

p, .content_text {
    font-family: Helvetical;
    color: #000000;
    text-align: center;
    font-size: 2.08vw;
}

td, li, input, label, div, textarea, select, button, span, a {
    font-family: Helvetical;
    font-size: 2.08vw;
}

button {
    color: #FFFFFF;
    border-radius: 1vh;
    padding: 30px;
    border: none;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
}

button:enabled {
    background-color: #c7a460;
}

button:disabled {
    background-color: #dec89f;
}

.buttontype2:enabled {
    background-color: transparent;
    color:#000000;
    border: 2px solid #000000;
    padding: 28px;
}

.fitting_img {
    width: 100%;
    height: 100%;
}

.logo_bottomline {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 10.97vw;
    display: flex;
    flex-direction: row;
    align-items: start;
    background-color: #C6A45D;
}

.language_bottomline {
    position: fixed;
    width: 8.29vw;
    height: 10.97vw;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.language_bottomline_image {
    width: 3.83vw;
    height: auto;
    margin: 0.55vh;
}

.info_bottomline {
    position: fixed;
    width: 3.23vw;
    height: 5.67vh;
    bottom: 3.67vh;
    left: 2.66vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.back_topline {
    position: absolute;
    height: 8.27vmin;
    top: 4.47vh;
    left: 2.51vw;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row;
}

.back_topline_icon_arrow, .back_topline_icon_house {
    height: 80%;
    width: auto;
}

.fotobox_topline {
    position: absolute;
    top: 4.47vh;
    right: 2.51vw;
    background: #c7a460;
    color: #FFFFFF;
    font-size: 2.08vw;
    border: 2px solid #c7a460;
}

.scroll_up_bottomline {
    position: fixed;
    width: 3vw;
    height: auto;
    bottom: calc(6vh + 3vw);
    right: 2.7vw;
    border-radius: 5vw;
    background-color: #c7a460;
    opacity: 0.5;
}

.scroll_down_bottomline {
    position: fixed;
    width: 3vw;
    height: auto;
    bottom: 4vh;
    right: 2.7vw;
    border-radius: 5vw;
    background-color: #c7a460;
}

.close_topline {
    position: fixed;
    top: 4.67vh;
    right: 2.25vw;
    width: 2.29vw;
    height: 4.07vh;
}

.titletype_alone {
    color: #c7a460;
    font-size: 3.12vw;
    margin-top: 5vh;
}

.titletype_main {
    color: #c7a460;
    font-size: 3.12vw;
    margin-top: 0px;
}

.titletype_sub {
    color: #000000;
    font-size: 2.08vw;
    margin-bottom: 0px;
    margin-top: 5vh;
}

.fotobox_text {
    font-size: 2.08vw;
    margin: 0px;
}

:focus { 
    outline: none; 
}

input:focus { 
    outline: none; 
}

::placeholder {
    color: #000000;
}