body {
    font-family: "Verdana";
    font-weight: 400;
    direction: ltr;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    background: var(--cl-brown-bg);
    color: var(--cl-antracit); 
}
body.locked {
    background: #eaeaea;
}

input, textarea, select {
    font-family: "Verdana";
}

input[type='button'], input[type='submit'] {
    font-family: "Verdana";
}

p, ul, ol, blockquote, table, iframe {
    font-family: "Verdana";
    font-weight: 400;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Verdana"; 
    font-weight: 700;
    padding: 0;
    margin: 0 0 2rem 0;
}

div, section {
    position: relative;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

form {
    padding: 0;
    margin: 0;
}

button, input, textarea {
    font-family: "Verdana";
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    box-sizing: border-box;
    outline: 0;
}


h1, h2, h3,
h1 a, h2 a, h3 a {
    position: relative;
    font-family: "Verdana";
    text-decoration: none;
    color: var(--cl-black);
}
h1 a:hover, h2 a:hover, h3 a:hover {
    color: var(--cl-orange-main);
}


h1 {
}
h1, h1 a {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 2.75rem;
}
h2, h2 a {
    font-size: 1.5rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
}
h3 {
    font-size: 1.25rem;
}

a {
    position: relative;
    font-family: "Verdana";
    font-weight: inherit;
    cursor: pointer;
    transition: color 0.2s ease;
    color: var(--cl-blue);
    text-decoration: underline;
    -webkit-tap-highlight-color:  transparent; 
}
a:hover {
    color: var(--cl-orange-main);
    text-decoration: underline;
}

.hidden {
    display: none;
}
.container {
    box-sizing: content-box;
    position: relative;
    margin: 3rem auto;
    max-width: 78rem;
    text-align: center;
}

.item {
    margin-bottom: 1rem;
}
.item.double {
    margin-bottom: 4rem;
}

input::placeholder, textarea::placeholder{
    color: #777777;
}

input {
    width: 24rem;
}

textarea {
    width: 40rem;
    height: 20rem;
    padding: 0.5rem 0.875rem;
    background: #f5f5f5;
    color: #777777;
}


@media screen and (min-width: 0) {
}



@media screen and (min-width: 34rem) {
}

@media screen and (min-width: 48rem) {
}

@media screen and (min-width: 62.5rem) {
}

@media screen and (min-width: 68.75rem) {
}

