*, body, html {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: scroll;
}

#nav {
    position: relative;
}

#nav-page {
    min-height: 0vh;
    overflow-y: hidden;
}

#start {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    background-color: #fff;
}

#kontakt-page {
    /*margin-top: 3.8em;*/
    height: calc(100vh - 3.8em) !important;
}

#kontakt-grid {
    padding: 0 !important;
    background-color: #fff !important;
}

.left-contact {
    height: 100%;
    background-color: none;
}

.right-contact {
    height: 100vh;
    background-color: #fcecbb;
    color: #000;
}

.contact-header {
    padding: 20px 25px;
    width: calc(100% - 50px);
    height: auto;
}

.left-contact #form-wrapper {
    padding: 25px;
    padding-right: 0;
    padding-bottom: 0;
    width: calc(100% - 25px);
    height: auto;
    background-color: none;
}

.left-contact #form-wrapper ul {
    list-style: none;
}

.left-contact #form-wrapper ul li {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left-contact #form-wrapper ul li:first-of-type {
    padding-top: 0;
}

.left-contact #form-wrapper ul li .input-field {
    width: 100%;
    padding-right: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}

.left-contact #form-wrapper ul li .input-field input {
    width: 100%;
    font-size: 0.9rem;
    padding: 6px 0px;
    border: none;
    outline: none;
    border-bottom: 2px solid #959595;
    background: none;
}

.left-contact #form-wrapper ul li .input-field label {
    padding-top: 5px;
    padding-bottom: 5px;
}

.left-contact #form-wrapper ul li:first-of-type .input-field label {
    padding-top: 0;
}

.left-contact #form-wrapper ul li .input-field textarea {
    resize: none;
    outline: none;
    border: 2px solid #959595;
    font-size: 0.9rem;
    width: 100%;
    min-height: 20vh;
    height: auto;
    padding: 6px;
    background: none;
}

.left-contact #form-wrapper ul li button {
    margin-top: 10px;
    width: calc(100% - 24px);
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.right-contact .personal-info-wrapper {
    padding: 25px;
    padding-top: 20px;
    width: calc(100% - 50px);
}

.right-contact .personal-info-wrapper tr td{
    padding-bottom: 20px;
    vertical-align: top;
}

.right-contact .personal-info-wrapper tr:last-of-type td{
    padding-bottom: 0;
}

.right-contact .personal-info-wrapper tr td:first-of-type {
    padding-right: 20px;
}