body
{
    position: relative;
    color: rgb(48, 36, 30);
    font-family: Verdana, sans-serif;
}

h1
{
    text-align: center;
    font-size: 4.0em;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 0px;
}

h2
{
    font-size: clamp(1.5em, 3vw, 2.2em);
    font-family: 'Castoro', serif;
    padding: 10px;
}

h3
{
    font-size: 2.0em;
    font-weight: bold;
    font-family: 'Castoro', serif;
}

h4
{
    text-align: right;
    padding: 0px 20px 40px 20px;
    font-family: 'Castoro', serif;
}

li
{
    font-size: 1.5em;
}

p
{
    font-size: clamp(0.95em, 1.3vw, 1.5em);
    padding-left: 10px;
}

a:link
{
    color: rgb(48, 36, 30);;
}

a:visited
{
    color: rgb(130, 111, 101);
}

a:hover
{
    color: rgb(33, 33, 33);
}

a.actual
{
    color: rgb(135, 120, 110);
    font-size: 1.7em;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Castoro', serif;
    text-decoration: none;
}

a.menu
{
    color: rgb(48, 36, 30);
    font-size: 1.7em;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Castoro', serif;
    text-decoration: none;
}

figcaption
{
    font-family: serif;
    font-size: 1.3em;
}

.kolto-nev
{
    font-style: normal;
    font-weight: bolder;
}

blockquote
{
    text-align: center;
    font-family: 'Castoro', serif;
    font-style: italic;
    font-weight: lighter;
    padding: 10px;
    font-size: clamp(0.7em, 3vw, 1.1em);
}

.kolto-idezet
{
    font-size: clamp(1.5em, 3vw, 2.2em);
}

summary
{
    font-size: 2.0em;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
}

header
{
    border-bottom: 5px solid rgb(48, 36, 30);
    background-color: white;
}

footer
{
    text-align: center;
    padding: 20px;
    border-top: 5px solid rgb(48, 36, 30);
    margin-top: 30px;
    background-color: white;
}

footer p
{
    margin: 0;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.max-height
{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

aside
{
    font-size: 0.6em;
}

img.img-fit
{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.col-md-6.p-0 img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video
{
    display: block;
    max-width: clamp(300px, 3vw, 600px);
    height: auto;
}

.arckepek
{
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 0 0;
}

figure
{
    margin: 0;
}


.erdekessegek-table
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
}

.erdekessegek-table th, .erdekessegek-table td
{
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.erdekessegek-table th
{
    background-color: #f9f9f9;
    font-weight: bold;
    color: #333;
}

.erdekessegek-table thead tr
{
    background-color: #eee;
}

.erdekessegek-table cite
{
    font-style: italic;
    color: #777;
}



body.page-urlap
{
    background-image: url('media/hatter.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

body.page-urlap .form-wrapper
{
    background-color: rgba(250, 250, 250, 0.9);
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 10px;
}

.form-wrapper
{
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
}

.form-container
{
    padding: 15px;
}

.form-container h2
{
    text-align: center;
    margin-bottom: 20px;
}

.form-group
{
    margin-bottom: 15px;
}

.form-group label
{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea
{
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.radio-group label
{
    margin-right: 15px;
    font-weight: normal;
    display: inline;
}

.checkbox-group label
{
    font-weight: normal;
    display: inline;
}

.form-container button
{
    padding: 10px 15px;
    background-color: rgb(48, 36, 30);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 10px;
    font-size: 1.2em;
}

.form-container button[type="reset"]
{
    background-color: #aaaaaa;
}

.form-container button:hover
{
    opacity: 0.9;
}



.accessibility-buttons button
{
    margin: 5px;
    padding: 8px 12px;
    background-color: rgb(60, 45, 38);
    color: white;
    border: 1px solid rgb(90,75,68);
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85em;
}

.accessibility-buttons button:hover
{
    background-color: rgb(90,75,68);
}