@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #fff;
    color: #444;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

::selection {
    background: #1abc9c;
    background-color: rgb(26, 188, 156);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    color: #333;
}

a {
    color: #1abc9c;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    font-weight: 700;
}

a,
a:hover,
a:focus,
.post-tags a::after {
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

.form_desc {
    font-size: 1.25em;
}

td>input[type="radio"],
div>input[type="radio"],
td>input[type="checkbox"] {
    display: none;
}

input[type=radio],
input[type=radio]+label,
input[type=checkbox],
input[type=checkbox]+label {
    cursor: pointer;
}

td>input[type="radio"]+*::before,
div>input[type="radio"]+*::before,
td>input[type="checkbox"]+*::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.2rem;
    border-color: #333;
}

td>input[type="radio"]:checked+*,
div>input[type="radio"]:checked+*,
td>input[type="checkbox"]:checked+* {
    color: #1abc9c;
}


/* Tady tvořím kolečko pro RADIO */

td>input[type="radio"]:checked+*::before,
div>input[type="radio"]:checked+*::before {
    background: radial-gradient(#1abc9c 0%, #1abc9c 40%, transparent 50%, transparent);
    border-color: #1abc9c;
}

td>input[type="checkbox"]+*::before {
    border-radius: 15%;
    flex-shrink: 0;
}

td>input[type="checkbox"]:checked+*::before {
    content: "✓";
    color: #333;
    text-align: center;
    background: #1abc9c;
    border-color: #888;
    /* border-width: 0.1rem; */
    font-weight: 900;
    font-size: 1.05em;
}

td>input:checked+* {
    font-weight: 600;
    font-style: italic;
}

.button {
    font-weight: 800;
    background-color: #9e9;
    color: #050;
    width: fit-content;
    border-radius: 15px;
    font-size: 35px;
    padding: 15px;
}

.ab {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 305px;
    background: #000 url("https://ubytovanipropsy.cz/wp-content/uploads/2020/10/cropped-iStock-534788101-scaled-1.jpg") center top no-repeat;
}

.mid {
    position: relative;
    top: 0px;
    width: 910px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

.header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 910px;
    height: 305px;
}

.main {
    position: relative;
    top: 0px;
    left: 0px;
    width: 910px;
    height: auto;
    z-index: 1;
}

.in {
    position: relative;
    top: 0;
    left: 5px;
    width: 900px;
    /* color: #fff; */
}

h1 {
    /* background: url("h1.jpg") center left no-repeat; */
    /* color: #fff; */
    font-size: 14px;
    line-height: 2;
    text-indent: 5px;
    margin-top: 20px;
    margin-bottom: 25px;
}