/* 
Theme Name:   Anna KDPW
Template:     generatepress
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

@font-face {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}


.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, .h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h1, .h1 {
    font-size: 60px;
	font-weight : 800;
	color : #ffffff;
}

body h2 {
    font-size: 48px;
	font-weight : 800;
}

body h3 {
    font-size: 30px;
	font-weight : 800;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
	font-family: 'Avenir';
}

body {
	font-family: "Montserrat";
    font-size: 18px;
    color: #2a3134;
    background: #ffffff;
}

.container.grid-container {
	max-width : unset;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
	color : inherit;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background-color : transparent !important;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 4px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

img, a, button, .langs-box .name {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

.header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    height: 90px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
	background : #ffffff;
}

.header .main-menu {
    margin: 0 47px;
}

.header .main-menu .additional-information-box.text a {
    text-decoration: none;
}

.header .main-menu .additional-information-box.text .phone-box {
    color: #939fa6;
}

.header .main-menu .additional-information-box.text .phone-box a {
    color: #2a3134;
}

.header .submenu-box .box-4.box-4-1 .description {
    flex-direction: row;
}

.header-box {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.header .logo {
    margin-top: 27px;
    float: left;
}

.header .logo img {
    float: left;
    width: 123px;
}

.header-right-box {
    float: right;
}

body .header-fix {
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 11;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #fff;
    -webkit-transition: 0.35s linear;
    -moz-transition: 0.35s linear;
    -ms-transition: 0.35s linear;
    -o-transition: 0.35s linear;
    transition: 0.35s linear;
}

.header-fix .u-box-1 {
    border-color: #e5e5e5;
}

.body-active .header-fix {
    top: 0;
}

.header-fix .main-menu > ul > li > a, .header-fix .btn-search, .header-fix .btn-log, .header-fix .btn-lang {
    color: #333333 !important;
}

.search-box {
    position: relative;
    display: inline-block;
}

.search {
    position: absolute;
    width: 250px;
    top: 100%;
    right: 0;
    background: #ebebeb;
    display: none;
    padding: 5px;
    float: left;
    border-radius: 0 0 5px 5px;
}

.lang-box {
    position: relative;
    height: 56px;
}

.search-box {
    height: 54px;
}

.lang-box ul a {
    color: #333;
    font-size: 12px;
}

.lang-box ul a:hover {
    opacity: 0.9;
}

.lang-box ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    list-style: none;
    width: 80px;
    border-radius: 0 0 5px 5px;
    padding: 7px 5px;
    background: #ebebeb;
}

.lang-box:hover .btn-lang {
    opacity: 0.8;
}

.lang-box:hover ul {
    display: block;
}

.search input {
    width: 100%;
    height: 34px;
    float: left;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 2px 10px;
    font-size: 14px;
    padding-right: 35px;
    padding-top: 1px;
    font-family: 'Montserrat', sans-serif;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    float: left;
    text-align: center;
    border: none;
    background: transparent;
    margin: 5px;
}

.search button span {
    width: 22px;
    height: 22px;
    margin-top: 4px;
    display: inline-block;
    background: url('../img/icons/img01.svg') center 2px no-repeat;
}

.search button:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.btn-search {
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
    height: 24px;
    padding-left: 30px;
    background: url('../img/icons/img01.svg') left center no-repeat;
}

.btn-log {
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
    height: 24px;
    padding-right: 24px;
    background: url('../img/icons/img02.svg') right center no-repeat;
    display: inline-block;
    vertical-align: top;
}

.btn-lang {
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    padding-right: 27px;
    background: url('../img/icons/img03.svg') right center no-repeat;
}

.btn-search:hover, .btn-log:hover, .btn-lang:hover {
    opacity: 0.8;
    color: #fff;
}

.u-box-1 a:hover {
    opacity: 0.8;
}

.u-box {
    float: left;
    margin-right: 30px;
}

.search-box {
    margin-top: 36px;
}

.u-box {
    margin-top: 34px;
}

.u-box-1 {
    float: left;
    display: flex;
    align-items: center;
    padding: 0;
    border-left: 1px solid #e6e6e6;
    height: 90px;
}

.u-box-2 {
    float: left;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-right: 1px solid #e6e6e6;
    height: 90px;
}

.header-rsp .u-box-2 {
    height: 70px;
    padding: 5px 10px;
}

.u-box-1 .logo-group {
    max-width: 78px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    display: inline-block;
    vertical-align: top;
}

.main-menu > ul > li {
    float: left;
    list-style: none;
    padding: 0 29px;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    height: 90px;
    font-weight: 600;
    line-height: 92px;
    font-size: 18px;
    border-bottom: 3px solid transparent;
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a {
    color: #fff;
    border-color: #a8d308;
}

.submenu-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 33px 0 33px 0;
    text-align: left;
    background: #fff;
}
.submenu-box a {
    color: #2a3134;
    display: inline-block;
}
.submenu-box ul {
    padding: 0 0 30px 0;
    margin: 0;
    list-style: none;
}

.submenu-box ul ul {
    padding: 0;
}

.submenu-box ul ul li {
    padding-left: 10px;
    position: relative;
}

.submenu-box ul ul li:after {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    display: block;
    background: #afcb08;
    border-radius: 50%;
}

.submenu-box ul ul li a {
    font-size: 14px;
}

.submenu-box li {
    margin-top: 13px;
}
.submenu-box li span {
    color: #8f8f8f;
    font-size: 12px;
}
.m-title {
    font-size: 24px;
    font-weight: 600;
}
.m-box-1 {
    border-radius: 10px;
    background: #ebebeb;
    padding: 11px 20px 17px 20px;
    margin-bottom: 50px;
}
.m-box-1 ul {
    padding: 0;
}
.m-box-1 ul a {
    background: url('../img/icons/img04.svg') left center no-repeat;
    padding-left: 27px;
}

.submenu-box .row {
    margin: 0 -35px;
}

.submenu-box .row > div {
    padding: 0 35px;
}

@media (max-width: 992px){
    .submenu-box {
        position: relative;
        float: left;
        width: 100%;
        border-top: none;
        padding-top: 15px;
        top: 0;
        padding-right: 40px;
    }
    body .btn-2-2 {
        padding-left: 15px !important;
    }
    body .box-4-1 .description {
        padding: 15px !important;
    }
    body .phone-box {
        font-size: 16px;
        margin-top: 3px !important;
        padding-bottom: 28px !important;
    }
    body .phone-box a {
        font-size: 18px;
    }
    .btn-2-2 .btn-2-content {
        font-size: 15px !important;
    }
    .submenu-box {
        font-size: 14px;
    }
    .m-box-1 {
        padding-bottom: 20px;
    }
    .m-box-1 {
        margin-bottom: 40px;
    }
    .m-title {
        font-size: 18px;
    }
    .submenu-box .container {
        max-width: 100%;
    }
    .submenu-box .row {
        margin: 0 -15px;
    }
    .submenu-box .row > div {
        padding: 0 15px;
    }
	

	body h1, .h1 {
		font-size: 36px;
		font-weight : 800;
		color : #ffffff;
	}

	body h2 {
		font-size: 30px;
		font-weight : 800;
	}

	body h3 {
		font-size: 20px;
		font-weight : 800;
	}
	
		
}

.submenu-box {
    display: none;
}

.submenu-box a .hover-1 {
    background-image: linear-gradient(120deg, #a9d307 0%, #a9d307 100%);
    background-repeat: no-repeat;
    background-size: 100% 0;
    background-position: 0 88%;
    display: inline;
    transition: background-size 0.25s ease-in;
}
.submenu-box a:hover .hover-1,
.submenu-box .current a .hover-1 {
    background-size: 100% 5px;
}

@media (min-width: 992px){
    .main-menu li:hover .submenu-box {
        display: block;
    }
}

body .box-4-1 {
    border-radius: 10px;
    overflow: hidden;
}

.phone-box {
    font-size: 24px;
    font-weight: 600;
    border-top: 1px solid #e5e5e5;
    line-height: 1.2;
    color: #939fa6;
    padding-top: 30px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.phone-box a {
    font-size: 30px;
    font-weight: bold;
}

.phone-box a:hover {
    opacity: 0.9;
}

body .box-4-1 {
    margin-bottom: 0;
}

body .box-4-1 .description {
    padding: 30px;
}

body .btn-2-2 {
    padding-left: 25px;
    padding-right: 60px;
}

.btn-2-2 .btn-2-content {
    font-size: 17px;
    height: 90px;
    padding-top: 2px;
}

body .btn-2-2:after {
    width: 50px;
}

/* *** HOME *** */

.content-box-1-1 {
   position : absolute;
   top : 0;
   bottom : 0;
   margin : auto;
   width : 100%;
   height: fit-content;
}

body.page-template-page-register .content-box-1-1 {
    padding-top: 40px;
}

.content-box-1 {
   background-size: cover;
   background-position: center center;
}

body.home .content-box-1 {
   top: 90px;	
}

.content-box-1 .text a {
	margin-top : 30px;
}


.title {
   margin-bottom: 30px;
}

.content-box-1 .title {
   width: calc(70% - 30px);
}

.content-box-1-bottom {
   display: flex;
   justify-content: flex-end;
}

.content-box-1 .text {
   padding-top: 10px;
}

.padding-1 {
   padding: 120px 0;   
}

.content-box-2 .row {
   align-items: center;
}

.content-box-2 .text {
	font-size : 36px;
	line-height: 1.4;
}

.content-box-2 .text > p {
	margin-bottom : 50px;
}

.content-box-2 .text > p:last-of-type {
	margin-bottom : 30px;
}


.content-box-2 .text a {
	font-size : 16px;
	font-weight : 800;
}

.text p:last-child {
   margin-bottom: 0;
}

.text a {
   color: #2a3134;
   display : block;
   max-width : fit-content;
   padding-right : 37px;
   background : url('img/arrow.png');
   background-repeat : no-repeat;
   background-position : right 10px center;
	    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.text a:hover, .text a:focus {
   background-position : right 7px center;
}

.text a.rev {
   color: #ffffff;
}

.row60 {
   margin: 0 -30px;
}

.row60 > div {
   padding: 0 30px;
}

.box-1 {
   color: #fff;
   font-size: 28px;
   line-height: normal;
}

.box-1 span {
   color: #b2dbb7;
   font-size: 70px;
}

.box-1 div {
   display: inline-block;
   text-align: right;
}

.box-1 .width-1 {
   width: 245px;   
}

.box-1 .width-2 {
   width: 285px;   
}

.box-1 div span {
   margin: 0 15px;
   display: inline-block;
}

.content-box-3-1 .row-box {
   display: flex;
}

.content-box-3-1 .col-box:first-of-type {
   width: 33%;
}

.content-box-3-1 .col-box:last-of-type {
   width: 67%;
}

.content-box-3-1 .boxes-1 .box {
   margin-bottom: 20px;
   background : #f4f4f4;
   padding : 30px;
   border-radius : 20px;
}

.content-box-3-1 .boxes-1 .box .data {
	font-size : 16px;
	font-weight : 700;
}

.content-box-3-1 .boxes-1 .box {
	font-size : 30px;
}



.content-box-3-2 {
   height: 180px;
   color: #b2dbb7;
   font-size: 150px;
   line-height: 1;
}

.content-box-3-2 span {
	margin-right: 120px;
}

.box-2 .txt span span {
	margin: 0;
}

.content-box-3-3 {
   padding-bottom: 100px;
   margin-top: -30px;
}

.mr-1 {
   margin-bottom: 180px;
}

.content-box-4 > img {
	width : 100%;
	position : relative;
}

.content-box-4 > .container {
    position: absolute;
    z-index: 8;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
	justify-content: flex-end;
}

.content-box-4 > .container .description {
	border-radius : 20px;
	background : #ffffff;
	padding : 30px;
}



.box-2 {
   display: flex;
}

.box-2-col {
   height: 120px;
   position: relative;
   flex-shrink: 0;
}

.box-2 .txt {
   position: absolute;
   bottom: 0;
   right: 0;
   padding: 14px 20px;
   text-align: right;
   font-size: 18px;
   color: #b2dbb7;
}

.bg-3 .txt {
   color: #224a4a;
}

.box-2 .txt span {
   margin: 0 5px 0 0;
   font-weight: bold;
   font-size: 36px;
}

.bg-1 {
   background: #224a4a;
}

.bg-2 {
   background: #449090;
}

.bg-3 {
   background: #b2dbb7;
}

.content-box-5-top .title {
   width: calc(50% - 30px);
}

.content-box-5 .title h2 {
   color: #b2dbb7;   
}

.content-box-5-bottom {
   display: flex;
   justify-content: flex-end;
}

.content-box-5 .text {
   width: calc(50% - 30px);
}

.content-box-6 .title {
   width: calc(55% - 30px);
}

.content-box-6 {
   overflow: hidden;
}

.content-box-6 .title h2 {
   color: #cfcebb;
}

.carousel .swiper-container {
   overflow: visible;
}

.carousel {
   position: relative;
   padding-top: 10px;
   z-index: 1;
}

.carousel:after {
   position: absolute;
   top:0;
   right: 100%;
   height: 100%;
   width: 10000px;
   background: #efebe1;
   content: "";
   z-index: 10;
}

.c-box .date {
   font-size: 72px;
   line-height: normal;
   margin-top: -29px;
   margin-bottom: 5px;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #1c2f5a;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.breadcrumb-box ul {
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.breadcrumb-box a {
    color: #1c2f5a;
}

.breadcrumb-box a:hover {
    color: #000;    
}

/* *** FOOTER *** */

footer h3 {
   font-size: 30px;
}


footer a {
   color: #2a3134;
}

footer a:hover {
   color: #2a3134;
   opacity: 0.85;
}

.footer-bottom {
   font-size: 14px;
   align-items: center;
   padding: 46px 0 23px 0;
   display: flex;
   justify-content: space-between;
}

.footer-top .row-box {
   display: flex;
   margin: 0 -30px;
}

.footer-top .row-box > div {
   padding: 0 30px;
   width: 50%;
}

.footer-top .description {
   width: 375px;
   float: right;
}

.footer-top .description .txt {
   padding: 20px 0;
}

.social-box a {
   display: inline-block;
   margin-left: 7px;
   margin-top: -1px;
   vertical-align: middle;
}

.fb {
   width: 10px;
   height: 18px;
   background: url('img/04-1.png');
}

.instagram {
   width: 20px;
   height: 20px;
   background: url('img/05.png');
}

.linkedin {
   width: 25px;
   height: 22px;
   background: url('img/linkedin.png');
}

.f-box-1 {
   display: flex;
   align-items: flex-end;
}

.f-box-1 .txt-1 {
   padding-bottom: 3px;
}

.f-box-1 .f-logo {
   margin-right: 40px;
}

.f-menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: flex;
}

.f-menu ul li {
   margin-right: 55px;
}

.footer-top .row-box .col-box:first-child {
   display: flex;
   justify-content: space-between;
   flex-direction: column; 
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;

}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 0 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    margin-top: 10px;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    width: 150px;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #a8d408;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #EDE5D9;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #67797C;
    font-size: 15px;
    font-weight: bold;
    float: left;  
    width: 100%;
    padding: 15px 15px 14px 15px;
}

.menu-rsp nav a:hover {
    background-color: #BC1620;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #fff;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** BANANAS *** */

.content-box-1 .width-3 {
   width: 585px;
}

.padding-2 {
   padding: 140px 0;
}

.mr-3 {
   margin-bottom: 120px;
}

.pr-0 {
   padding-right: 0 !important;
}

/* *** FRUITS *** */

.bg-4 {
   background: #cee4d1;
}

.bg-4 .txt, .bg-5 .txt, .bg-6 .txt, .bg-7 .txt {
   color: #224a4a; 
}

.bg-5 {
   background: #cad6cc;
}

.bg-6 {
   background: #dedddb;
}

.bg-7 {
   background: #cfceba;
}

.box-2-1 .txt span {
   font-size: 24px;
}

/* *** VEGETABLES *** */

.mask-logo {
   position: relative;
}

.mask-logo:after {
   display: block;
   content:"";
   position: absolute;
   top: 0;
   background: url('img/logo-3.png') center no-repeat;
   left: 0;
   width: 100%;
   height: 100%;
}

.logos {
   margin: 0 -20px;   
}

.logos ul {
   display: flex;
   justify-content: space-between;
   padding: 0;
   align-items: center;
   margin: 0;
   list-style: none;
   flex-wrap: wrap;
}

.logos a:hover {
   opacity: 0.85;
}

.logos figure {
   padding: 0 20px;
   margin-top: 30px;
}

.content-box-1-1 .title-1 h2 {
   color: #fff;
}

.content-box-1-bottom.box-left {
   justify-content: flex-start;
}

.align-items-top {
   align-items: flex-start !important;
}

.boxes-3 {
   display: flex;
}

.boxes-3 .col-box {
   width: 33.3333%;
   flex-shrink: 0;
}

.box-3 {
   position: relative;
   display: block;
}

.box-3:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	display: block;
	content: "";
	background:rgba(0,0,0,0.3);
	    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-3:hover:after {
	background:rgba(0,0,0,0.1);
}

.box-3 .txt {
   position: absolute;
   bottom: 0;
	z-index: 2;
   right: 0;
   color: #fff;
   font-size: 36px;
   padding: 25px 30px;
   font-weight: bold;
}

.box-3 img {
   width: 100%;
   display: block;
}

.width-5 {
   width: 570px !important;
   max-width: 100%;
}

.boxes-4 .row-box {
   display: flex;
   justify-content: space-between;
}

.boxes-4  {
   margin: 0 -15px;
}

.box-4 {
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 30px;
}

.boxes-4 {
   margin-bottom: -40px;
}

.box-4 .txt {
   padding-top: 20px;
}

.boxes-4 .col-box {
   padding: 0 15px;
	width: 16.6666%;
}

/* *** KONTAKT *** */

.c-content-box-1 {
   display: flex;
}

.c-content-box-1 .col-left {
   width: 430px;
   padding-right: 60px;
}

.c-content-box-1 .col-right {
   width: calc(100% - 430px);
}

.font-16 {
   font-size: 16px;
}

.form-box .row {
   margin: 0 -10px;
}

.form-box .row > div {
   padding: 0 10px;
}

.input-box {
   margin-bottom: 20px;
}

.input-box input, .input-box textarea {
   height: 50px;
   padding: 0 25px;
   display: block;
   width: 100%;
   color: #231f20;
   font-size: 16px;
   border-radius: 25px;
   background: #fff;
   border: 1px solid #cfcebb;
   padding-top: 2px;
}

.input-box textarea {
   height: 200px;
   resize: none;
   overflow: auto;
   padding: 15px 25px;
}

::-webkit-input-placeholder { /* Edge */
   color: #231f20;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #231f20;
}

::placeholder {
   color: #231f20;
}

.btn-1, input[type=submit] {
   height: 50px;
   padding: 0 25px;
   display: block;
   display: inline-block;
   color: #fff;
   font-size: 16px;
   background: #224a4a;
   border-radius: 25px;
   padding-top: 1px;
   border: 1px solid #224a4a;
   padding-top: 2px;
}

.btn-1:hover, input[type=submit]:hover {
   background: #224a4a;
   opacity: 0.9;
}

.checkbox-box {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 20px;
}

.checkbox-box label {
   margin: 0;
   font-size: 12px;
   color: #231f20;
}

.checkbox-box label a{
   color: #224a4a;
}

.checkbox-box label a:hover{
   color: #224a4a;
   opacity: 0.9;
}

.icheckbox {
   position: relative;
   width: 16px;
   flex-shrink: 0;
   height: 16px;
   border-radius: 50%;
   margin: -2px 9px 0 0;
   background: #fff;
   border: 1px solid #224a4a;
   float: left;
   top: 5px;
}

.icheckbox.checked:after {
   position: absolute;
   top: 3px;
   background: #224a4a;
   content: "";
   width: 8px;
   height: 8px;   
   display: block;
   border-radius: 50%;
   left: 3px;
}

.form-button {
   display: flex;
   justify-content: center;
}

.mr-0 {
   margin-bottom: 0 !important;
}

.height-2 .content-box-1-1 {
   min-height: 640px;
}

/* *** DOWNLOAD *** */

.c-box-1 {
   padding: 20px 0;
   border-bottom: 1px solid #d7d3ca;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.c-box-1 .txt {
   font-size: 48px;
   line-height: normal;
   width: 780px;
   padding-right: 20px;
}

.btn-1-1 {
   line-height: 47px;
}

.c-box-1 .btn-1-1 {
   flex-shrink: 0;
}

.btn-1:hover {
   color: #fff;
}

.btn-1-1 span {
   padding-right: 20px;
   background: url('img/13.png') right 4px no-repeat;
}

.c-boxes-1 .c-box-1:first-child {
	 padding-top: 0;
}

.content-box-4.padding-1 {
	padding-bottom: 0 !important;
}

/* *** MENU *** */

.menu-box {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 465px;
	height: 100vh;
	padding: 132px 0 50px 116px;
	background: #224a4a;
	box-sizing: border-box;
}

.menu-box .container {
	padding: 0;
	height: 100%;
	display: block;
}

.open-menu header .btn-hamburger {
	background-image: url('img/21.png');
}


.menu-content {
	display: flex;
	padding: 0 25px 0 0;
	height: 100%;
	overflow: auto;
	justify-content: space-between;
	flex-direction: column;
}

.m-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.m-menu a {
	line-height: normal;
	color: #ffffff;
	font-size: 30px;
}

.m-menu a:hover {
	color: #b2dbb7;
}

.m-menu ul li {
	margin-bottom: 15px;
}

.m-menu ul ul {
	padding-top: 15px;
}

.m-menu ul li:last-child {
	margin-bottom: 0;
}

.m-menu ul ul a {
	font-size: 24px;
}

.m-menu ul ul {
	padding-left: 22px;
}

header .logo, header .btn-hamburger  {
	z-index: 10;
	position: relative;
}

.m-box .txt {
	font-size: 16px;
	color: #fff;
	margin: 40px 0;
}

.m-box .txt a {
	color: #b2dbb7;
}

.m-box .txt a:hover {
	color: #b2dbb7;
	opacity: 0.85;
}

.m-social-box {
	font-size: 16px;
	color: #b2dbb7;
}

.m-social-box a {
    display: inline-block;
    margin-left: 7px;
    margin-top: -1px;
    vertical-align: middle;
}

.m-social-box a:hover {
	opacity: 0.85;
}

.m-fb {
   width: 10px;
   height: 18px;
   background: url('img/14.png');
}

.m-instagram {
   width: 20px;
   height: 20px;
   background: url('img/15.png');
}

.m-linkedin {
   width: 25px;
	margin-top: -1px;
   height: 22px;
   background: url('img/linkedin-green.png');
}

.cc-contact-box {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
	background: #b2dbb7;
	width: 465px;
	height: 100vh;
	overflow: auto;
	padding: 132px 10px 50px 10px;
}

.cc-contact-box h3 {
	font-size: 30px;
	margin-bottom: 25px;
}

.btn-contact {
	z-index: 2;
	position: relative;
}

.cc-contact-box .container {
	display: block;
}

.cc-form-box .input-box {
	margin-bottom: 10px;
}

.cc-form-box .checkbox-box {
	justify-content: flex-start;
}

.content-box-3 {
	position: relative;
}

.cc-form-box .input-box input {
	border-color: #fff;
}

.open-contact .btn-contact {
	border-color: #224a4a;
	background-image: url('img/22.png');
}

.animate__animated {
	opacity: 0;
}

.box-1 div span span {
	margin: 0;
}

.aa-video-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
   overflow: hidden;
}

.aa-video-content .container {
	z-index: 2;
}

.aa-video-box video {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    visibility: visible;
    opacity: 1;
    width: 1905px;
    height: 100%;
    object-fit: cover;
}

.aa-mask-1 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(34,74,74,0.2);
}

.aa-mask-2 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,22,19,0.2);
}

.aa-mask-3 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,14,12,0.1);
}

.aa-mask-4 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,72,62,0.3);
}

.aa-mask-5 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,0,0,0.2);
}

.aa-mask-6 .aa-video-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background: rgba(0,14,12,0.1);
}

.entry-content li {
	margin-bottom : 1em;
}

@media only screen and (max-width: 1199px){
	body .aa-video-box video {
		 margin: auto;
		 position: absolute;
		 transform: none;
		 visibility: visible;
		 opacity: 1;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
	}
}

.aa-video-content {
	position: relative;
}

.carousel-1 .swiper-button-next:after, .carousel-1 .swiper-button-prev:after {
	display: none;
}

.carousel-1 .swiper-button-next, .carousel-1 .swiper-button-prev {
	color: #fff;
	width: 52px;
	height: 52px;
	background: rgba(255,255,255,0.2) url(img/19.png) center no-repeat;
	/* border: 2px solid #fff; */
	border-radius: 50%;
	top: 35%;
}

.carousel-1 .swiper-button-next {
 transform:scale(-1,1);
-webkit-transform:scale(-1,1);
 -moz-transform:scale(-1,1);
-o-transform:scale(-1,1)
}

.contact-mask-box {
	position: fixed;
	top: 0;
	right: 465px;
	width: calc(100% - 465px);
	height: 100vh;
	background: transaprent;
}


.menu-mask-box {
	position: fixed;
	top: 0;
	left: 465px;
	width: calc(100% - 465px);
	height: 100vh;
	background: transaprent;
}

.text-1-1 a {
	text-decoration: none;
	    color: #231f20;
}

.video-box {
	width : 100%;
	height: 550px;
    object-fit: cover;
}

.green {
	color : #a8d408;
	font-weight : 800;
}

.content-box-2 .marquee {
	font-weight : 800;
	font-size : 150px;
}

.content-box-2 .container {
	position : relative;
}

.content-box-2 .container::after {
	content : "";
	width : 588px;
	height : 556px;
	background: url('img/poland.png');
	position : absolute;
	right : 0;
	bottom: -90%;
	background-repeat: no-repeat;
    background-size: contain;
}


.content-box-2 .marquee span {
	margin-right : 180px;
}

.content-box-2 .dark {
	overflow : unset;
	margin-top : 20px;
}

.padding-3 {
   padding: 265px 0 0;
}

a.orange-button {
	color : #2a3134;
	font-size : 18px;
	font-weight : 700;
	display : flex;
	background : #a8d408;
	border-radius : 50px;
	max-width: fit-content;
	width: -moz-fit-content;
	padding : 15px 60px 15px 30px;
	background-image : url('img/arrow-1.png');
	background-repeat : no-repeat;
	background-position: right 30px center;
	font-family: 'Montserrat';
}

a.orange-button:hover, a.orange-button:focus {
	background-position: right 27px center;
}


.content-box-4 .text a {
    font-size: 16px;
    font-weight: 800;
}

.box2 {
	display : grid;
	grid-template-columns : 1fr 1fr;
}

.box12 {
	display : grid;
	grid-template-columns : 1fr 2fr;
	grid-gap : 30px;
}

.content-box-4 .box2 {
	grid-gap : 30px;	
}

.content-box-4 h2 {
    margin-bottom: 20px;
}

.content-box-5 .marquee {
	font-weight : 800;
	font-size : 150px;
	color : #f4f4f4;
}

.content-box-6 video {
	border-radius : 20px;
}

.radius {
	border-radius : 20px;
}

.content-box-6 .image > img {
	position : relative;
	top : -120px;
	left : -60px;
}

.content-box-6 .box2 .text {
	position : relative;
	top : 60px;
}

.goto-button {
	font-size : 26px;
	font-weight : 700;
}

.goto-button > span {
	color : #e62314;
}

.site-footer {
	font-size : 16px;
}

.site-footer a[href^="mailto"] {
	font-weight : 700;
	color : #a8d408;
}

.site-footer a[href^="mailto"]:hover, .site-footer a[href^="mailto"]:focus {
	opacity : .8;
}

.site-footer a[href^="http"] {
	font-weight : 700;
	color : #2a3134;
	padding-left : 25px;
	background : url('img/arrow.png');
	background-repeat : no-repeat;
	background-position : 0 center;
}

.site-footer a[href^="http"]:hover, .site-footer a[href^="http"]:focus {
	background-position : 3px center;
}

.footer-widgets {
	border-top : solid 1px #f4f4f4;
	border-bottom : solid 1px #f4f4f4;
}

.footer-widgets-container {
	padding: 60px 0 90px;
	position : relative;
}

.site-footer .footer-top a {
	background : unset;
	padding : unset;
}

.site-footer .footer-widget-3::before {
	content : " ";
	display : block;
	height : 100%;
	width : 1px;
	background : #f4f4f4;
    position: absolute;
    top: 0;
}

.site-footer .footer-widgets-container .inner-padding {
	padding : 0;
}


.site-footer .footer-widget-3 .inner-padding {
	padding-left : 50px;
}


.lifemotion {
	text-align : right;
}

footer {
	padding : 30px 0;
}

.awrapper {
	overflow : hidden;
}

.visual > img {
	width : 100%;
	min-height : 400px;
	object-fit : cover;
}

.visual.content-box-1 .text {
	color : #ffffff;
	font-weight: 700;
}

.box-wrapper .day {
	color : #a8d408;
	font-size : 14px;
	font-weight : 700;
	padding-left : 30px;
}

.boxes-wrapper .box_header {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 20px;
    font-size: 30px;
}

.boxes-wrapper .box-wrapper {
	margin-bottom : 30px;
}

.boxes-wrapper .box_header.Zielone {
	background : #a8d408;
}

.boxes-wrapper .box_header .data {
    font-size: 16px;
    font-weight: 700;
}

.boxes-wrapper .boxes-1 > .box {
	padding: 30px;
    display: grid;
    grid-template-columns: 100px auto;
}

.boxes-wrapper .boxes-1 > .box:nth-child(2n) {
    background: #f4f4f4;
}

.boxes-wrapper .boxes-1 > .box > .content >  p:last-child {
	margin-bottom : 0;
}

.boxes-wrapper .boxes-1 > .box > .data {
	color : #a8d408;
	font-weight : 700;
}

.boxes-wrapper .boxes-1 > .box.Ciemne {
	background : #2a3134;
}

.boxes-wrapper .boxes-1 > .box.Ciemne .content {
	color : #ffffff;
}

.content-box-agenda {
	max-width : 800px;
}

.content-box-agenda .boxes-wrapper .box_header + .boxes-1 {
	display : none;
}

.content-box-agenda .boxes-wrapper .box_header {
	cursor : pointer;
    -webkit-transition: 0.15s ease-in;
    -moz-transition: 0.15s ease-in;
    -ms-transition: 0.15s ease-in;
    -o-transition: 0.15s ease-in;
    transition: 0.15s ease-in;
}

.content-box-agenda .boxes-wrapper .box_header:hover {
	background : #a8d408;
}

.content-box-agenda .boxes-wrapper .box_header.active {
	background : #a8d408;
	border-radius: 20px 20px 0 0;
}

.header .logo-anna {
	width : 175px;
	height : 62px;
	background : url('img/logo.png');
	display : block;
	background-size: contain;
}

.header-rsp .logo-anna {
	width : 113px;
	height : 40px;
	background : url('img/logo.png');
	display : block;
	background-size: contain;
}

.header .logo-kdpw  {
	width : 130px;
	height : 62px;
	background : url('img/kdpw-logo.png');
	display : block;
	background-size: contain;
}

.header-rsp .logo-kdpw {
	width : 84px;
	height : 40px;
	background : url('img/kdpw-logo.png');
	display : block;
	background-size: contain;
}

.header .menu > li {
	display : inline-block;
    list-style: none;
    padding: 0 29px;
}

.header .menu > li a {
	font-size : 14px;
	font-weight : 700;
}

.header .menu > li a:hover, .header .menu > li a:focus, .header .menu > li.current-menu-item.page_item a {
	color : #a8d408;
}

.header-box .float-left {
	flex-grow: 1;
}

.header-box .float-left > .u-box {
    float: unset;
    margin-left: auto;
    margin-right: auto;
}

.float-right .u-box-1 a {
	display: flex;
    width: 100%;
    height: 100%;
    padding: 34px 30px;
	font-size : 14px;
	font-weight : 700;
	background : #a8d408;
}

.float-right .u-box-1 a::after {
	content : url('img/arrow-1.png');
	position : relative;
	top : 3px;
	left : 11px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.float-right .u-box-1 a:hover::after {
	left : 14px;
}

.menu-rsp .menu-rsp-wrapper {
	background : #ffffff;
	position : relative;
	z-index : 2;
	text-align : center;
}

.menu-rsp .menu-rsp-wrapper ul {
	margin : 0;
	padding : 0;
}

.menu-rsp .menu-rsp-wrapper a {
	padding : 20px 10px;
	display : block;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 700;
}

.menu-rsp .menu-rsp-wrapper a:hover, .menu-rsp .menu-rsp-wrapper a:focus {
	color: #a8d408;
}

.menu-rsp .menu-menu-top-container + a {
	background: #a8d408;
}


.menu-rsp .menu-menu-top-container + a::after {
    content: url(img/arrow-1.png);
    position: relative;
    top: 3px;
    left: 11px;
}

.menu-rsp .menu-menu-top-container + a:hover {
	background: #ffffff;
	color : #2a3134;
}


.content-box-plan {
	max-width : 800px;
}

.content-box-plan .boxes-wrapper .box_header {
	font-size : 18px;
	margin-bottom : 10px;
}

.content-box-plan .boxes-wrapper .box_header a {
	font-weight : 700;
}

.content-box-contact {
	font-size : 36px;
    max-width: 600px;
    margin: auto;
}

.content-box-contact a {
	color : #a8d408;
}

.content-box-contact a:hover {
	text-decoration : underline;
}

.visual.content-box-1 .text.green {
	color : #a8d408;
	font-weight : 800;
}

.content-box-register {
	max-width : 620px;
}

.content-box-register .wpforms-list-inline input[type="radio"] {
	visibility : hidden;
	position  :absolute;
}
.content-box-register .wpforms-list-inline fieldset ul {
	gap : unset !important;
}

.content-box-register .wpforms-list-inline fieldset ul li {
	background : #616372;
	width : 65px;
	height : 50px !important;
	align-items: center !important;
	justify-content : center;

}

.content-box-register .wpforms-list-inline fieldset ul > li:first-of-type {
	border-radius : 10px 0 0 10px;
	border-right : solid 1px #3e3e3e;
}

.content-box-register .wpforms-list-inline fieldset ul > li:last-of-type {
	border-radius : 0 10px 10px 0;
}

.content-box-register .wpforms-list-inline fieldset ul li label {
	color : #ffffff;
	padding : 0;
	padding-inline-start : 0 !important;
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box-register .wpforms-list-inline fieldset ul li.wpforms-selected {
	background : #a8d408;
}

.content-box-register div.wpforms-container-full input[type=radio]:checked:before {
	border : solid 1px #000000;
	box-shadow : none;
}

.content-box-register div.wpforms-container-full input[type=radio]:checked:after {
	background-color : #a8d408;
}

.content-box-register .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
	padding : 0;
}

.content-box-register div.wpforms-container-full select {
    background-image: url('img/arrow-down.png');
    background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%;
    background-size: 14px 19px;
    background-repeat: no-repeat;
}

.content-box-register div.wpforms-container-full select:focus {
    background-image: url('img/arrow-up.png');
}

.content-box-register input, .content-box-register textarea, .content-box-register select {
	border-color : #ebebeb !important;
	color : #2a3134 !important
}
.content-box-register input::placeholder, .content-box-register textarea::placeholder, .content-box-register select::placeholder {
	color : #2a3134 !important;
	opacity : 1 !important;
}


.content-box-register button[type="submit"].orange-button {
	color : #2a3134 !important;
	font-size : 18px !important;
	font-weight : 700 !important;
	display : flex !important;
	background : #a8d408 !important;
	border-radius : 50px !important;
	max-width: fit-content !important;
	width: -moz-fit-content !important;
	padding : 15px 60px 15px 30px !important;
	background-image : url('img/arrow-1.png') !important;
	background-repeat : no-repeat !important;
	background-position: right 30px center !important;
	font-family: 'Montserrat' !important;
	height : unset;
    margin: auto;
    margin-top: 60px;
}

.content-box-register button[type="submit"].orange-button:hover, .content-box-register button[type="submit"].orange-button:focus {
	background-image : url('img/arrow-1.png') !important;
	background-repeat : no-repeat !important;
	background-position: right 27px center !important;	
	background-color : #a8d408 !important;
}

.content-box-register div.wpforms-container-full button[type=submit]:focus:after {
    display: none!important;	
}

.content-box-register div.wpforms-container-full input[type=checkbox]:checked:before {
	border : solid 1px #000000;
	box-shadow : none;
}

.content-box-register div.wpforms-container-full input[type=checkbox]:checked:after {
	border-left: 4px solid #a8d408;
    border-bottom: 4px solid #a8d408;
}

/********************MOBILE**************************/


@media only screen and (max-width: 1500px) {
    .padding-1 {
        padding: 140px 0;
    }
    .padding-2 {
        padding: 140px 0;
    }
    .padding-3 {
        padding: 200px 0 0;
    }
}

@media only screen and (max-width: 1300px) {
    .box-1 {
        font-size: 25px;
    }
    .c-box .date {
        font-size: 60px;
    }
    .c-box .date {
        margin-top: -24px;
    }
    .f-menu ul li {
        margin-right: 30px;
    }
	
	.site-footer .footer-widgets-container .inner-padding {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1199px) {
	

    .c-box-1 .txt {
        font-size: 30px;
    }
     .box-4 {
        font-size: 14px;
     }
    .padding-1 {
        padding: 70px 0;
    }
    footer {
        padding-top: 70px;
    }
    .mr-3 {
        margin-bottom: 70px;
    }
    .mr-1 {
        margin-bottom: 70px;
    }
    .content-box-4-1 {
        height: 676px;
        background-size: 1190px auto;
    }
    .content-box-4-1 .description {
        padding-top: 70px;
    }
    .title h2 {
        font-size: 52px;
    }
    .content-box-1-0 {
        padding-top: 135px;
    }
    .box-1 span {
        font-size: 40px;
    }
    .box-1 {
        font-size: 18px;
    }
    .box-1 .width-1 {
        width: 180px;
    }
    .content-box-3-2 {
        font-size: 100px;
    }
    .content-box-3-2 {
        height: 116px;
    }
    .content-box-3-3 {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .title-1 h2 {
        font-size: 40px;
    }
    .c-box .date {
        font-size: 45px;
        margin-top: -20px;
    }
    .f-menu ul li {
        margin-right: 15px;
    }
    .footer-top .row-box {
        margin: 0 -15px;
    }
    .footer-top .row-box > div {
        padding: 0 15px;
    }
    .padding-2 {
        padding: 70px 0;
    }

	.carousel-1 .swiper-button-next, .carousel-1 .swiper-button-prev {
		color: #fff;
		top: 32%;
	}
	
	.footer-widgets-container {
		padding: 40px 20px;
	}
	
}

@media only screen and (min-width: 1190px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 1189px) {
	body.home .content-box-1 {
		top: 0;
	}
	.header.header-fix, .header.header-fix + .header  {
		display : none;
	}

	.header-rsp {
		display : block;
	}
    .c-box-1 .txt {
        font-size: 20px;
    }    
    .box-3 .txt {
        font-size: 20px;
        padding: 15px 20px;
    }
    .boxes-4 .col-box {
        width: 25%;
    }
    .boxes-4 .row-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box-2-col {
        height: 90px;
    }
    .footer-top .description {
        width: 270px;
    }
    .f-menu ul {
        flex-wrap: wrap;
    }

    header {
        background: #fff;
        height: 72px;
    }
    header {
        padding: 10px 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}
	
    body {
        padding-top: 72px;
    }
    .content-box-1-0 {
        padding-top: 70px;
    }

    .row60 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row60 > div {
        padding: 0 15px;
    }
    .box-1 .width-2 {
        width: 172px;
    }
    .box-1 .width-1 {
        width: 116px;
    }
    .box-1 div span {
        font-size: 32px;
        margin: 0 10px;
    }
    .title h2 {
        font-size: 40px;
    }
    .title-1 h2 {
        font-size: 30px;
    }
    .box-2 .txt {
        padding: 8px 15px;
    }
    .box-2 .txt {
        font-size: 14px;
    }
    .box-2 .txt span {
        font-size: 26px;
    }
    footer h3 {
        line-height: normal;
        font-size: 21px;
    }
    .c-content-box-1 .col-left {
        width: 40%;
    }
    .c-content-box-1 .col-right {
        width: 60%;
    }
    .height-2 .content-box-1-1 {
       min-height: calc(100vh - 72px);
    }
    header {
        background: #fff !important;
    }
    .menu-box {
        top: 72px;
        height: calc(100vh - 72px);
    }
    .menu-box {
        width: 100%;
        padding: 30px 0 30px 0;
    }
    .menu-box .container {
        padding: 0 20px;
    }
    .m-box .txt {
        margin: 30px 0;
    }
    .menu-box {
        overflow: auto;
    }
    .m-box {
        padding-bottom: 30px;
    }
    .menu-content {
        overflow: visible;
    }

    .cc-contact-box {
        padding-left: 0;
        padding-right: 0;
        padding: 30px 0;
    }
    .cc-contact-box {
        top: 72px;
        height: calc(100vh - 72px);
    }
    .carousel-1 .swiper-button-next, .carousel-1 .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width: 992px) {

	.content-box-2 .text {
		font-size: 18px;
	}
	
	.content-box-2 .marquee {
		font-size : 80px;
	}

	.content-box-2 .container::after {
		width : 300px;
		height : 300px;
		bottom : -70%;
	}
	
	.content-box-3-1 .col-box:first-of-type {
		width : 100%;
		margin-top: 100px;
	}
	.content-box-3-1 .col-box:last-of-type {
		width: 100%;
	}
	
	.content-box-3-1 .boxes-1 .box {
		font-size : 16px;
	}
	
	.content-box-4 > img {
		height: 500px;
		object-fit: cover;
	}
	
	.content-box-4 .box2 {
		grid-template-columns : 1fr;
	}
	
	.box12 {
		grid-template-columns : 1fr;
		grid-gap : 30px;
	}
	
	.content-box-6 .image > img {
		top : 0;
		left : 0;
		width : 100%;
		position : relative;
	}
	
	.content-box-6 .image {
		order: 2;
	}
	
	.content-box-6 .box2 {
	    grid-gap: 30px;
		margin-top: 30px;
		grid-template-columns: 1fr;
	}
	
	.container, .container-sm {
        max-width: unset;
        padding: 0 30px;
    }
	
	.content-box-6 .box2 .text {
		top : 0;
	}
	
	.boxes-wrapper .box_header {
		font-size : 18px;
	}
	
	.content-box-contact {
		font-size : 22px;
	}
	
	.footer-top .box2 {
	    grid-template-columns: 1fr;
		grid-gap: 20px;
		text-align: center;
	}
	
	.lifemotion {
		text-align : center;
	}
}
	



@media only screen and (max-width: 767px) {
    .contact-mask-box, .menu-mask-box {
        display: none;
    }
.content-box-3-2 span {
	margin-right: 30px;
}
    
    .cc-contact-box {
        width: 100%;
    }
    .cc-contact-box h3 {
        font-size: 20px;
    }
    .c-box-1 {
        display: block;
        text-align: center;
    }
    .m-menu a {
        font-size: 26px;
    }
    .m-menu ul ul a {
        font-size: 18px;
    }
    .c-boxes-1 .c-box-1:first-child {
        padding-top: 0;
    }
    .c-box-1 .txt {
        width: 100%;
        padding-right: 0;
        margin: 0 0 20px 0;
    }
    .height-2 .content-box-1-1 {
       min-height: 1px;
    }    
    .c-content-box-1 {
        display: block;
    }
    .c-content-box-1 .col-left {
        padding: 0 0 50px 0;
        width: 100%;
    }
    .c-content-box-1 .col-right {
        width: 100%;
    }    
    .boxes-4 .col-box {
        width: 50%;
    }
    .box-4 img {
        width: 80px;
    }
    .boxes-3 .col-box {
        width: 100%;
    }
    .boxes-3 {
        flex-wrap: wrap;
    }
    .content-box-1 .text {
        padding-right: 0;
    }
    .box-2 .txt {
        width: 100%;
        text-align: left;
    }
    .c-box figure img {
        width: 100%;
    }
    .content-box-1 .text {
        width: 100%;
    }
    footer h3 {
        padding-bottom: 5px;
    }
    .copyright {
        padding-right: 15px;
    }
    header .logo {
        width: 90px;
        background-size: 100% auto;
    }

    .content-box-1-1 {
        min-height: 1px;
    }
    .content-box-1 .title {
        width: 100%;
    }
    .padding-1, .padding-2, .padding-3 {
        padding: 45px 0 !important;
    }
    .title h2 {
        font-size: 30px;
    }
    .content-box-2 .row > div {
        margin-top: 35px;
    }
    .content-box-2 .row > div:first-child {
        margin-top: 0;
    }
    .mr-3 {
        margin-bottom: 45px;
    }
    body {
        font-size: 16px;
    }
    .content-box-3-1 .col-box {
        width: 100%;
    }
    .content-box-3-1 .row-box {
        display: block;
    }
    .box-1 .width-1, .box-1 .width-2 {
        width: auto;
    }
    .box-1 {
        text-align: center;
        padding-right: 10px;
    }
    .content-box-3-1 .row-box .col-box:first-child {
        margin-bottom: 20px;
    }
    .content-box-3-2 {
        font-size: 60px;
        height: 69px;
    }
    .content-box-3-3 {
        padding-bottom: 45px;
        margin-top: 5px;
    }
    .mr-1 {
        margin-bottom: 45px;
    }
    .content-box-4-1 .description {
        padding-top: 0;
    }
    .mr-2 {
        margin-bottom: 45px;
    }
    .title-1 {
        margin-bottom: 25px;
    }
    .title-1 h2 {
        font-size: 25px;
    }
    .box-2 {
        display: block;
    }
    .box-2-col {
        width: 100% !important;
    }
    .box-2-col {
        height: 50px;
    }
    .content-box-5-top .title {
        width: 100%;
    }
    .content-box-5 .text, .content-box-6 .title {
        width: 100%;
    }
 
    .content-box-4-1 .description {
        width: 100%;
    }
    .content-box-4-1 {
        height: auto;
        background-size: auto 100%;
    }
    footer {
        padding-top: 45px;
    }
    .footer-top .row-box {
        display: block;
    }
    .footer-top .row-box .col-box {
        width: 100%;
    }
    .footer-top .description {
        width: 100%;
        float: none;
    }
    .f-box-1 {
        display: block;
    }
    .f-box-1 .f-logo {
        margin: 0 0 30px 0;
    }
    .f-menu {
        padding: 20px 0;
    }
    .footer-bottom {
        padding-top: 40px;
    }
    .title {
        margin-bottom: 25px;
    }
    .content-box-1 .text {
        padding-top: 24px;
    }
    .logos ul {
        text-align: center;
        justify-content: center;
    }
    .logos ul li {
        width: 50%;
    }
    .logos {
        margin: 0;
    }
	
	.site-footer .footer-widget-3::before {
		display : none;
	}
}

@media only screen and (max-width: 576px) {
	body h1, .h1 {
		font-size : 24px;
	}
}



/********************VVV*****************************/

.site-content {
	display : block;
}

.dark {
	width: 100vw;
	left: calc(-50vw + 50%);
	position: relative;
	overflow: hidden;
}

.cb {
	box-sizing: content-box;
}

.half-size{
	max-height : 642px;
}

.page-template-page-bananas .kategorie > .col-box:first-child {
	pointer-events : none;
}

.page-template-page-fruits .kategorie > .col-box:nth-child(2) {
	pointer-events : none;
}

.page-template-page-vegetables .kategorie > .col-box:nth-child(3) {
	pointer-events : none;
}

body.error404 {
	border: solid 32px #bef0bf;
	background : #ffffff;
	color : #2a4c4b;
}

body.error404 .container.grid-container {
	height : 100%;
}

body.error404 .container.grid-container > .site-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: fit-content;
	min-height : 365px;
    width: calc(100% - 100px);
	max-width: 1270px;
	padding : 32px;
}

body.error404 .container.grid-container > .site-content img {
	position : absolute;
	top : 0;
	right : 0;
	display : block;
	z-index : 1;
}

body.error404 .container.grid-container > .site-content .text404 {
	position : relative;
	z-index : 2;
}

body.error404 h1 {
	font-size : 142px;
}

body.error404 h2 {
	font-size : 30px;
}

html, body {
	height : 100%;
}

.center {
	text-align : center;
}

@media only screen and (max-width: 767px) {
	.logos ul > li:nth-child(3) img {
		max-height : 90px
	}
	
	.footer-top .f-logo + .txt-1 {
		display : none;
	}
	
}

@media only screen and (max-width: 477px) {
	body.error404 h1 {
		font-size: 26vw;
	}	
	body.error404 h2 {
		font-size: 9vw;
	}
}
