@font-face {
    font-family: 'Ubuntu-Regular'; 
    src: url('font/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: 'Ubuntu-Bold'; 
    src: url('font/Ubuntu-Bold.ttf');
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Ubuntu-Regular" !important;
    font-size: 22px;
}

.eco_story h1, .eco_story h2, .eco_story h3, .eco_story h4, .eco_story h5, .eco_story h6 {
    font-family: "Ubuntu-Bold" !important;
}

.eco_story h2 {
    font-size: 42px;
}

.eco_story h6 {
    font-size: 28px;
}

.eco_story .logo {
    height: 100%;
}

.swiper-slide {
    font-size: 20px;
}

.eco_story .logo_tree img {
    height: 100%;
    width: auto;
    padding: 10px;
}

.eco_story .text-bold {
    font-weight: 700;
}

.swiper_slider_los {
    background-image: url(image/Bubble\ Slider.svg);
    background-size: cover;
}

.eco_story .logo_tree {
    height: 100%;
    width: auto;
}

.eco_story .color_black {
    color: #000;
}

.eco_story .button {
    color: #fff;
    background-color: #3aaa35;
    border: 1px solid transparent;
    border-radius: 30px;
}

.eco_story img {
    width: 100%;
}

.hamburger-menu {
    background-color:  rgba(58, 170, 53, .5);
    width: 43px;
    height: 40px;
    border-radius: 7px;
}

.menu {
    background-color: #fff;
    color: #000;
    position: relative;
    top: 0;
    height: 80px;
    width: 100%;
    justify-content: space-around;
}

.menu svg {
    height: 100%;

}

#e4e60ZgqC8J1 {
    position: absolute;
    top: 150px;
    left: 100px;
}

.bg_change {
    background-image: url(image/Bubble\ Highlight.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.text-underline {
    text-decoration: underline;
}

.menu #b {
    padding: 20px;

}

#menu__toggle {
    opacity: 0;
}

.menu__btn {
    display: flex; 
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 0;
    margin: 0 auto;
    right: 6.5px;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
}

.menu__btn > span::before {
    content: '';
    top: -8px;
}

.menu__btn > span::after {
    content: '';
    top: 8px;
}

.menu__box {
    position: fixed;
    top: 0;
    max-width: 430px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    text-align: left;
    background-color: rgba(58, 170, 53, 1);
    z-index: 9;
    right: -500px;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.con_yt {
    border: 1px solid transparent;
    border-radius: 12px;
}

.swiper-wrapper {
    height: auto !important;
} 

html {
    scroll-padding-top: 90px;
}

a[id]::before {
    content: '';
    display: block;
    height: 50px;
    margin: -30px 0 0;
}

.icon_pf {
    width: 40px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .text_small_head {
        font-size: 16px;
    }

    .eco_story h2 {
        font-size: 34px;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    body {
        font-size: 20px;
    }

    .menu #b {
        padding: 18px;
    }

    #e4e60ZgqC8J1 {
        position: absolute;
        top: 30px;
        left: 10px;
    }
    
    .eco_story .button {
        font-size: 16px;
    }

    .menu {
        height: 60px;
    }

    #e4e60ZgqC8J1 {
        position: relative;
        top: auto;
        left: auto;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px !important;
    }
}

.swiper-pagination-bullet-active {
    background: #3aaa35 !important;
}

.menu__box a:hover {
    color: #ffffff;
}

#kapitel_1, #kapitel_2, #kapitel_3, #kapitel_4, #kapitel_5, #kapitel_6 {
    margin-top: -70px;
    padding-top: 70px;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
  
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}

.close {
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}
  
.close:hover {
    opacity: 1;
}
  
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #ffffff;
}
  
.close:before {
    transform: rotate(45deg);
}
  
.close:after {
    transform: rotate(-45deg);
}

.color_green {
    color: #3aaa35;
}

.text-tree {
    font-family: "Ubuntu-Bold" !important;
}


