/*
Theme Name: KokaiPalyazat
Text Domain: KokaiPalyazat
Version: 1.0
Description: Kókai Pályázatírás custom theme
Tags:responsive
Author: Dávid Vasadi
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

* {
    transition: 0.3s;
}

body {
    font-family: 'Roboto' !important;
    font-size:18px !important;
    color: black;
}

.navbar {
    background-color:white;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

.nav-item {
    font-size:18px;
    border-bottom:2px solid transparent;
}

.nav-item:hover {
    border-bottom:2px solid #E59037;
}

.blog-link {
    border: 2px solid #E59037;
}

.blog-link:hover {
    background-color:#E59037;
}

.header {
  background-position: center;
  background-size: cover;
  color: white;
}

.header-overlay {
    background-position: center;
    background-size: cover;
    color: white;
}

.header-overlay::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
   background-color: rgba(0,0,0,0.8);
}


.h1 {
    font-size:40px !important;
    font-weight: bold !important;
    
}

.read-font-size {
    font-size:22px;
    line-height: 40px;
}

.orange {
    color:#E59037;
}

.orange-bg {
    background-color: #E59037 !important;
    color: white;
}

input[type=submit] {
    background: none;
    color:black;
    font-size: 18px;
    border:2px solid black;
    padding:15px 10px;
    width:100%;
    margin-top: 15px;
}

input[type=submit]:hover {
    background:black;
    color:white;
}

.main-cta {
    background: none;
    color:black;
    font-size: 18px;
    border:2px solid black;
}


.main-cta:hover {
    background-color: black;
    color:white;
}

.main-cta-white {
    background: none;
    color:white;
    font-size: 18px;
    border:2px solid white;
}

.main-cta-white:hover {
    background-color: white;
    color:black;
}

.section-headline {
    font-size: 35px;
    font-weight: bold;
}

.section-headline::before {
    content: url('http://kokaizoltan.hu/wp-content/uploads/2024/04/line.png');
    display: block;
}

.section-headline-white {
    font-size: 35px;
    font-weight: bold;
}

.card {
    background-color: white;
    border-radius: 0 !important;
    border:none !important;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.08);
    overflow: hidden;
}

form, input {
    box-sizing: border-box;
}

input:not([type=submit]),textarea {
    border: 1px solid #C9C9C9 !important;
    border-radius: 0 !important;
    padding: 8px 15px !important;
    background-color: #F9F9F9 !important;
}

textarea {
    min-height: 150px !important;
    max-height: 350px !important;
}

.card-text {
    min-height: 120px;
}

.card-title {
    min-height: 55px;
}

.card-headline {
    font-weight: bold;
    font-size: 22px;
}

.color-white {
    color: white;
}

.bg-grey {
    background-color: #F6F6F6;
}

.usp-part {
    background-size: cover;
    background-position: right;
    color: black;
}

.usp-icon {
    position: absolute;
    top:-50px;
    left:30px;
    pointer-events: none;
}

.card-border {
    border:2px solid rgba(0,0,0,0.3);
}

.card-border:hover {
    border:2px solid rgba(0,0,0,1);
}

.left-border {
    border-radius:0 !important;
    border-left:5px solid #E59037 !important;
}

label {
    display:block !important;
}



.footer {
    background-color:black;
    color:white;
    text-align: center;
}

.cover {
    background-position: center;
    background-size: cover;
}

.footer a {
    color: white;
    text-decoration: none;
    font-size:18px;
    margin-right:10px;
}

.pic-size {
    width: 75%;
}

.def-height {
    min-height: 150px;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item {
    border-radius: 0 !important;
    border:none !important;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.15);
}

.accordion-button {
    border-radius: 0 !important;
    background:white !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color:black !important;
    border-left: 4px solid #E59037 !important;
}

.blog-card-img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:990px){ 
    .mobile-size {
        max-width: 500px;
        display:block;
        margin:20px auto 20px auto;
    }

    .pic-size {
        width: 100% !important;
    }

    .card {
        margin-bottom: 15px !important;
    }

    .card-border {
        margin-bottom: 55px !important;
    }

    .usp-part {
        background-image: none !important;
        background-color: #DB8022;
    }

    
}

@media only screen and (max-width:840px) {
    .footer-menu-items a {
        display: block;
        text-align: center;
        margin-bottom:15px;
    }
}

@media only screen and (max-width:768px) {
    .header::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
       background-color: rgba(0,0,0,0.6);
    }
}

@media only screen and (max-width:750px){ 
    .footer .d-flex {
        flex-direction: column !important;
    }

    .footer .d-flex > div {
        margin-bottom:40px;
    }
}