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

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

p, td, li, input, label, div, textarea, select, a {
    font-family: Helvetical;
    font-size: 3.08vw;
    color: #000000;
    text-align: left;
    text-decoration: none;
}

button {
    border: none;
    color: #FFFFFF;
    border-radius: 1vh;
    font-size: 3.08vw;
    font-family: Helvetical;
    padding: 3vh;
    text-align: center;
    display: 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: calc(3vh - 2px);
}

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

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

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

.info_bottomline {
    position: fixed;
    width: auto;
    height: 5.67vh;
    bottom: 0px;
    left: 0px;
    margin: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.back_topline {
    position: absolute;
    height: 8.27vmin;
    top: 4.5vh;
    left: 2.5vw;
    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;
    width: 15.88vw;
    height: 8.27vw;
    padding-left: 0px;
    padding-right: 0px;
    top: 3.5vh;
    right: 2.51vw;
}

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

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

.close_topline {
    position: fixed;
    top: 6vw;
    right: 6vw;
    width: auto;
    height: 5vw;
}

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

.titletype_alone {
    color: #c7a460;
    font-size: 4.12vw;
    margin-top: 5vh;
    text-align: center;
}

.titletype_main {
    color: #c7a460;
    font-size: 4.12vw;
    margin-top: 0px;
    text-align: center;
}

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

input:focus { 
    outline: none; 
}

:focus { 
    outline: none; 
}

::placeholder {
    color: #000000;
}