* {
    font-family: "Inter", sans-serif;
    margin: 0px;
    scroll-behavior: smooth;
}

*::selection {
    background: #bba35e;
    color: white;
}

#main-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../assets/kontakt/bg.jpg") no-repeat center center;
    background-size: cover;
    background-position: 50%, 50%;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.342);
    height: 100vh;
    width: 100%;
}

#main-page-w-gradient {
    padding-top: 7vh;
    height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(70deg, transparent 45%, white 45%);
}

#content-line-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#contact-container {
    padding: 5rem;
    padding-right: 20rem;
    height: fit-content;
    border-radius: 4rem;
    background: white;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.466) ;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

#contact-container-photo {
    border-radius: 3.5rem;
    border: 5px solid #bba35e;
}

#contact-container-list {
    transition: transform 0.2s ease;
    padding-left: 3rem;
    display: flex;
    height: 43vh;
    justify-content: space-around;
    flex-direction: column;
    list-style: none;
    font-size: 2.9rem;
    font-weight: 700;
}

#contact-container-list > li > img {
    margin: 0 20px;
}

#contact-container-list > li {
    display: flex;
    align-items: center;
    color: #000780;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

#contact-container-list > li > a > span {
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-200 {
    
    font-weight: 200;
}

.contact-container-list-icon {
    width: 50px;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-gold-w-logo {
    height: fit-content;
    width: 55vw;
    display: flex;
    flex-direction: row;
}

.line-gold-w-logo:last-child {
    display: none;
}

.line-gold {
    width: 100%;
    height: 2px;
    margin: 4rem 0;
    background: #bba35e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.line-gold-w-logo > img {
    width: 120px;
    height: 110px;
}

.line-gold-w-logo:first-child {
    margin-bottom: 2rem;
}

.contact-container-title {
    display: none;
}

