body {
    font-family: 'Cavolini', Arial;
    font-size: 17px;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {        
    color: var(--cimsor_szin);
    font-family: 'Cavolini', Arial;
    font-size: 28px;
    margin: 56px 0 28px 0;  
}
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }

h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
    content: "";
    display: block;
    position: relative;
    width: 80px;
    height: 2px;
    background: var(--cimsor_szin);
    margin: 5px auto 5px 0;
}

p {    
    color: #404040;
}

ul {
    color: #404040;
}

a {   
    color: #404040;
    text-decoration: underline;
    outline: none !important;
}
a:hover, a:focus, a:active {
    color: #404040;
    text-decoration: none;    
}

main img {
    max-width: 100%;
    height: auto;    
    margin: 15px 0;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
    border: 2px solid var(--border_szin);
}

@media(max-width: 767px) {
    main img, footer img {
        width: 100% !important;
        float: none !important;
        margin: 15px 0 !important;
        height: auto;
        margin: 0;    
    }
}

hr {
    clear: both;
    border: none;
    height: 1px;
    margin: 30px 0;
    background: var(--border_szin);
}

main iframe {
    max-width: 100%;
    /*height: auto;*/
}

input, button, textarea {
    outline: none !important;
}

input, textarea {
    border: 2px solid var(--border_szin);    
    border-radius: 30px;
    padding: 10px 15px;
    background: #fff;
    color: #000;
}

.gomb,.gomb:hover, .gomb:active, .gomb:focus {
    background: var(--background_2);
    color: var(--cimsor_szin);
    border: 2px solid var(--border_szin);
    border-radius: 30px;    
    text-decoration: none;
    padding: 10px 30px;
    margin: 15px 0;
    display: inline-block;
}
.gomb:hover {
    background: var(--border_szin);
}


