/* navigation start */
#menu-main-menu {
    display: flex;
    flex-direction: row;
    list-style: none;
}

.lower-header { 
    padding-top: 5px;
    padding-bottom: 5px;
}

.upper-header {
    padding-top: 2px;
    padding-bottom: 2px;
}

.menu-header {
    display: flex;
    align-items: center;
}

#menu-item-28 {
    position: relative;
    padding-right: 20px;
}

#menu-item-28::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 40%;
    display: block;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%) rotate(45deg);
}

#menu-item-28 .sub-menu {
    list-style: none;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    z-index: 2;
    padding: 20px 20px;
    background-color: #ffffff;
}

#menu-item-28 .sub-menu li {
    padding-top: 16px;
}

#menu-item-28:hover .sub-menu {
    display: block; 
    transition: all 0.5s ease;
}

.menu-item {
    margin-right: 36px;
    color: black;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu-item a {
    color: black;
}

a {
    text-decoration: none;
}

.lower-header img {
    width: 100%;
    height: 100%;
}

.upper-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #F9F9F9;
    align-items: center;
    font-size: 14px;
    color: black;
}

.upper-header i {
    font-size: 20px;
}

.uph-telefon, .uph-mail {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.upha {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: black;
}

.uphp {
    margin: 0;
    color: #1D7B31;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

.menu-item a {
    transition: 250ms ease;
    position: relative;
    overflow: hidden;
}

.menu-item a:hover {
    opacity: 1;
}

.menu-item a::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #1D7B31;
    width: 100%;
    bottom: -12px;
    opacity: 0;
}

.current-menu-item > a::before {
    opacity: 1;
    bottom: -4px;
}

.menu-item a:hover::before {
    bottom: -4px;
    opacity: 1;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.screenmenu {
    display: block;
}

@media screen and (max-width: 1027px) {
    .screenmenu {
        display: none;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .bar-1, .bar-2, .bar-3 {
        background-color: #333;
        height: 3px;
        width: 25px;
        margin: 6px 0;
        display: block;
    }

    .change .bar-1 {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
        transform: rotate(-45deg) translate(-9px, 6.5px);
    }
    .change .bar-2 {
        opacity: 0;
    }
    .change .bar-3 {
        -webkit-transform: rotate(45deg) translate(-10px, 5px);
        transform: rotate(45deg) translate(-6.2px, -3.8px);
    }

    .mobile-menu {
        display: none;
        display: flex;
        justify-content: center;
    }

    .menu-item {
        font-size: 16px;
    }

    .mobile-menu.change {
        display: flex;
        background-color: white;
        justify-content: center;
        position: absolute;
        top: 85%;
        z-index: 10;
        width: 111.6%;
        margin-left: -6%;
        margin-right: -6%;
    }

    #menu-mobile-menu {
        list-style: none;
        padding-top: 40px;
        height: 100%;
        padding-bottom: 40px;
    }

    #menu-item-46 {
        position: relative;
        padding-right: 20px;
    }

    #menu-mobile-menu .sub-menu {
        display: block;
        list-style: none;
    }

    #menu-mobile-menu .menu-item {
        padding: 30px 0px 0px 0px;
    }

    #menu-item-46::after {
        content: '';
        position: absolute;
        right: -35px;
        top: 40px;
        display: block;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        width: 1px;
        height: 1px;
        transform: translate(-50%, -50%) rotate(45deg);
        padding: 4px;
        transition: 0.4s ease;
    }

    #menu-item-46.active::after {
        transform: translate(-50%, -50%) rotate(-135deg);
        top: 44px;
    }

    #menu-item-46 .sub-menu {
        display: none;
    }

    #menu-item-46 .sub-menu.active {
        display: block;
    }

    .menu-logo {
        width: 90% !important;
    }

    .navbar {
        padding: 10px 15px 10px 0px;
    }
}

.mobile-menu {
    display: none;
}

/* navbar slut */ 
/* banner section start */
.banner-section {
    position: relative;
    z-index: 1;
    height: 700px;
    background-color: #000;
}

.banner {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.7;
}
    
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    position: absolute;
    top: 150px;
}

.banner-content h1, .banner-content h2 {
    text-transform: uppercase;
}

.banner-content h1 {
    font-size: 60px;
    margin-top: 0;
}

.banner-content p {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.btnwrapper {
    padding-top: 10px;
}

.wp-block-buttons {
    margin-top: 20px;
}

.btn, .wp-block-button__link {
    background-color: #1D7B31;
    color: #ffffff;
    padding: 20px 40px;
    margin-right: 30px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #1D7B31;
    border-radius: 2px;
    max-width: fit-content;
}

.wp-block-button__link:hover, .btn:hover {
    background-color: #fff;
    color: #1D7B31;
    border: 1px solid #1D7B31;
    transition: all 0.2s ease;
    border-radius: 2px;
}

@media screen and (max-width: 1194px) {
    h1 {
        font-size: 50px !important;
    }

    .banner-content p {
        font-size: 20px !important;
    }

    .interest-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .card-section {
        padding-top: 40px !important;
        padding-bottom: 60px !important;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 40px !important;
    }

    .about-content h2 {
        font-size: 26px;
    }

    .banner-content p {
        font-size: 20px !important;
    }

    .btnwrapper .btn {
        padding: 14px 30px;
    }

    .btnwrapper .btn:nth-child(2) {
        margin-top: 30px;
    }
    .p-sell-buy {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .image-content {
        padding: 2rem !important;
    }

    .interest-section {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
    }

    .card-section {
        padding-top: 40px !important;
        padding-bottom: 60px !important;
    }
}

@media screen and (max-width: 404px) {
    h1 {
        font-size: 36px !important;
    }

    .banner-content p {
        font-size: 17px !important;
    }

    .btnwrapper .btn {
        padding: 14px 20px;
        font-size: 12px;
    }

    .banner-section {
        height: 550px;
    }

    .banner-content {
        top: 140px;
    }

    .about-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .buy-sell-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .image-content {
        padding: 1.5rem !important;
    }
}

@media screen and (max-width: 370px) {
    h1 {
        font-size: 30px !important;
    }

    .banner-content p {
        font-size: 14px !important;
    }

    .btnwrapper .btn {
        padding: 14px 18px;
        font-size: 10px;
    }

    .uphp {
        font-size: 12px;
    }

    .upper-header i {
        font-size: 16px;
    }
}

@media screen and (max-width: 310px) {
    h1 {
        font-size: 26px !important;
    }

    .banner-content p {
        font-size: 12px !important;
    }

    .btn {
        margin-right: 15px;
    }

    .banner-section {
        height: 500px;
    }

    .uphp {
        font-size: 10px;
    }

    .upper-header i {
        font-size: 14px;
    }
}
/* banner section slut */

/* About-section start */ 
.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}

.abouth3 {
    font-size: 28px;
    border-left: 3px solid #1D7B31;
    width: fit-content;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.abouth-sec {
    display: flex;
    justify-content: center;
}

.about-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    align-items: center;
    justify-content: center; 
    padding-top: 20px;
    padding-bottom: 40px;
    height: fit-content;
}

.about-icons .col-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    height: auto;
    border: 0.5px solid #1D7B31;
    padding: 15px 5px;
    border-radius: 8px;
}

.tekstlink {
    color: #1D7B31;
    text-decoration: underline;
    margin-left: 2px;
}

.about-icons .col-icon img {
    width: 50%;
    height: 100%;
}

.col-icon p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #363333;
    padding-top: 5px;
}

.frm_form_title {
    text-align: center;
}


.opkob-content p {
    text-align: center;
    margin-top: 0;
}

.about-content h2, .about-content h3 {
    text-transform: uppercase;
}


.about-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    width: fit-content;
    font-size: 24px;
}

.about-content { 
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.about-section .col-lg-8 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.about-header {
    text-align: center;
}

/* About-section slut */

.buy-sell-section h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.buy-sell-section h4 {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 18px;
}


@media screen and (max-width: 1316px) {
    
}