* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 0px;
}

  @font-face {
  font-family: 'stary';
  src: url('../fonts/stary.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: rgba(250, 244, 232);
}


/*.formular-papir {
    position: absolute;
} */
.logo {
    position: absolute;
    width: 300px;
    left: 30px;
    top: 50px;
    box-shadow: 0 0 12px black;
}

.podklad {
    height: 90vh;
    width: 40vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    top: 50px;
     
}

h1 {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translate(-50%);
    z-index: 20;
    font-family: 'stary';
    font-size: 65px;
    font-weight: 100;
}

.form {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%);
}

.contact-form {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    /* background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.599)), */
                /* url(../img/logo_DKC.png); */
                
    /* background-size: cover; */
    background-position: center;
    background-repeat: space;
    border-radius: 10px;
    padding: 55px 0px 5px 0px;
   /* box-shadow: 0px 0px 20px white; */
    align-items: center;
}

.contact-form input, textarea {
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: none; 
    color: #4d3636;
    font-weight: 700;
    outline: none;
    border: none;
    width: 300px;
    border-bottom: 1px solid #4d3636;
}

.contact-form textarea {
    height: 100px;
}

.contact-form input::placeholder, textarea::placeholder {
    color: rgb(126, 101, 103);
    font-weight: 400;
}

.contact-form button {
    padding: 5px 10px;
    background-color: rgb(211, 177, 125);
    color: black;
    cursor: pointer;
    width: 130px;
    transition: 0.5s;
}

.contact-form button:hover {
    background-color: rgb(211, 203, 162);
}

.gdpr {
    position: absolute;
    right: 30px;
    bottom: 80px;
    display: block;
}

.gdpr p {
    width: 400px;
    text-align: right;
    padding-bottom: 10px;
}

.gdpr a {
    text-decoration: none;
    color: black;
    background-color: #9c8568;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    right: 0;
    position: absolute;
    transition: 0.5s;
}

.gdpr a:hover {
    color: white;
}

.gdpr_u900 {
    display: none;
}

  .blur-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    z-index: 25;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.formular-honeypot {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;

    left: -10000px !important;
}