body {
    font-family: 'RobotoCondensed-Regular', Arial;
    font-size: 18px;
    color: #404040;
}

h1, h2, h3, h4, h5, h6 {        
    color: #404040;
    font-family: 'Roboto-Black', Arial;
    display: inline-block;
}
h1 {    
    font-size: 28px;    
    margin: 56px 0 28px 0;
}
h2 {
    font-size: 28px;
    margin: 56px 0 28px 0;
}
h3 {
    font-size: 24px;
    margin: 48px 0 24px 0;
}
h4 {
    font-size: 20px;
    margin: 40px 0 20px 0;
}
h5 {
    font-size: 18px;
    margin: 36px 0 18px 0;
}
h6 {
    font-size: 18px;
    margin: 36px 0 18px 0;
}

h2::after, h3::after, h4::after, h5::after, h6::after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 6px;
    background: #f8bf24;
    margin: 1rem auto 1.2rem 0;
}

p {    
    color: #404040;
}

ul {
    color: #404040;    
    list-style: none;
    padding-left: 0;
}
ul > li {
    position: relative;
    padding-left: 40px;
}
ul > li:before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    background: url('../pics/pipa_li.png') no-repeat;
    background-size: contain;
    background-position: center;
    left: 0;    
    top: 50%;
    transform: translateY(-50%);
}

ul.dropdown-menu > li:before {
    display: none !important;
}
ul.dropdown-menu > li {
    padding: 0;
    position: static;
}

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;    
}

hr {
    clear: both;
    border: none;
    height: 1px;
    margin: 30px 0;
    background: #f8bf24;
}

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

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

.gomb_1,.gomb_1:hover, .gomb_1:active, .gomb_1:focus {
    background: #f8bf24;
    border: 1px solid #f8bf24;
    text-decoration: none;
    padding: 15px 15px;
    margin: 15px 15px 15px 0;
    display: inline-block;
}
@media(min-width: 768px) {
    .gomb_1,.gomb_1:hover, .gomb_1:active, .gomb_1:focus {
        padding: 15px 45px;
    }
}
.gomb_1:hover, .gomb_1:active, .gomb_1:focus {
    background: #fff;
    border: 1px solid #808080;
}

.gomb_2,.gomb_2:hover, .gomb_2:active, .gomb_2:focus {
    background: #fff;
    border: 1px solid #808080;    
    text-decoration: none;
    padding: 15px 15px;
    margin: 15px 15px 15px 0;
    display: inline-block;
}
@media(min-width: 768px) {
    .gomb_2,.gomb_2:hover, .gomb_2:active, .gomb_2:focus {
        padding: 15px 45px;
    }
}
.gomb_2:hover, .gomb_2:active, .gomb_2:focus {
    background: #f8bf24;
    border: 1px solid #f8bf24;
}

.minden_automarkahoz {
    
}
.minden_automarkahoz img {
    margin: 3px;
}
.minden_automarkahoz p {
    margin: 0;
}
