/*=== google fonts ===*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {	
    font-family: 'Helvetica';
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

select {
    cursor: pointer;
}

::selection {
    color: white; 
    background: #4DAE2E;
}

::-webkit-selection {
    color: white; 
    background: #4DAE2E;
}

::-moz-selection {
    color: white; 
    background: #4DAE2E;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

/*=== Header area start ===*/

.header-area {
    padding: 30px 0 25px;
}

.header-item {
    text-align: center;
}

.header-item img {
    max-width: 100%;
}

/*=== banner area start ===*/

.banner-area {
    background-image: url(../images/header_desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 263px 0 27px;
    min-height: 482px;
}

.banner-item {
    font-weight: 400;
    font-size: 35px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 458px;
    height: 104px;
    background: rgba(77, 174, 46, 0.8);
    margin-left: auto;
}

/*=== main area start ===*/

.main-wrapper {
    background-image: url(../images/main-bg.png);
    background-repeat: repeat;
    background-size: auto;
}

/*=== rezepte area start ===*/

.rezepte-area {
    padding: 80px 0 60px;
    border-bottom: 1px solid #EFEFEF;
}

.rezepte-item h2 {
    font-weight: 700;
    font-size: 62px;
    text-align: center;
    color: #4DAE2E;
    margin: 0 0 40px;
}

.rezepte-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    max-width: 1146px;
    margin: 0 auto 30px;
}

.rezepte-area-inner {
    display: flex;
    flex-wrap: wrap;
}

.rezepte-item2 {
    width: 45%;
    margin-bottom: 100px;
    align-items: center;
    display: flex;
}

.rezepte-item2 img {
    width: 100%;
}

.rezepte-item3 {
    width: 55%;
    padding-left: 48px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
}

.rezepte-item3 h2 {
    font-weight: 700;
    font-size: 34px;
    color: #4DAE2E;
    margin: 0 0 30px;
}
.rezepte-item3 h2 small {
    font-size: 0.675em;
    line-height: 1.3;
    display: block;
    margin-bottom: 20px;
}

.rezepte-item3 h4 {
    font-weight: 700;
    font-size: 22px;
    color: #4DAE2E;
    margin: 0 0 10px;
}

.rezepte-item3 ul {
    margin-bottom: 30px;
}

.rezepte-item3 ul li {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
}

.rezepte-item3 ul li span {
    width: 67px;
    margin-right: 135px;
}

.rezepte-item3 p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0;
}
.rezepte-item3 h2 + p {
    margin-bottom: 20px;
}

.rezepte-item3 p strong {
    color: #4DAE2E;
    font-weight: 700;
    font-size: 20px;
}

.rezepte-item3 a {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    padding: 9px 26px;
    background: #4DAE2E;
    margin-top: 0;
}

.rezepte-item3 a:hover {
    opacity: .8;
}

.rezepte-item4 {
    width: 100%;
    padding-left: 0;
    display: none;
}

.rezepte-item4 p {
    margin-bottom: 25px;
}

.rezepte-item4-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 25px;
}

.rezepte-item4-inner div {
    margin-bottom: 20px;
}

.rezepte-item4-inner h3 {
    font-weight: 700;
    font-size: 25px;
    color: #494A4B;
    margin: 0;
}

.rezepte-item4-inner h3 span {
    font-size: 25px;
    color: #4DAE2E;
}

.rezepte-item4-inner a {
    margin: 0;
}

.rezepte-item5 {
    padding-left: 0;
    padding-right: 30px;
}

.rezepte-item5 h2 {
    margin-bottom: 12px;
}

.rezepte-item5 h3 {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    max-width: 594px;
    margin: 0 0 39px;
}

.rezepte-item3 h5 {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    max-width: 594px;
    margin: 13px 0 20px;
}

.rezepte-item ul {
    padding-top: 103px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.rezepte-item ul li {
    width: 20%;
    padding: 0 8px;
}
.rezepte-item ul li a{
    color: #fff;
}

.rezepte-item ul li div {
    padding: 0 15px 18px;
    background: #4DAE2E;
    border-radius: 30px;
}

.rezepte-item ul li div img {
    width: 100%;
    display: block;
    transform: translateY(-45px);
    margin-bottom: -35px;
}

.rezepte-item ul li:nth-of-type(4) div img {
    margin-bottom: -25px;
}

.rezepte-item ul li div {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}
.rezepte-item ul li div:hover {
    transform: scale(1.1);
    transition: all .2s ease-in-out;
    cursor: pointer;
}

/*=== footer area start ===*/

.footer-area {
    padding: 50px 0;
    background: #fff;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item a:hover {
    opacity: .8;
}

.footer-item-inner {
    display: flex;
    align-items: center;
}
.footer-item-inner div:first-of-type {
    margin-right: 10px;
}

.footer-item-inner img {
    max-width: 100%;
    margin-right: 12px;
}

.footer-item-inner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
    margin: 0;
}

.footer-item-inner2 ul li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #444444;
}
.footer-item2 {
    margin-top: 10px;
}

.footer-item-inner2 ul li:last-of-type a {
    color: #4DAE2E;
}

.footer-item-inner3 ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4DAE2E;
    margin-bottom: 15px;
}

.footer-item-inner3 ul li:last-of-type a {
    margin-bottom: 0;
}

.footer-item-inner4 a {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #333333;
    width: 161px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #C4C3BC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-area-inner {
    padding-top: 40px;
    border-top: 1px solid #EFEFEF;
}

.footer-item2 {
    display: flex;
    align-items: center;
}

.footer-item2-inner {
    width: 183px;
    flex: 0 0 183px;
}

.footer-item2-inner p {
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    margin: 0;
}

.footer-item2-inner2 {
    width: 100%;
    padding-left: 120px;
}

.footer-item2-inner2 ul {
    display: flex;
    align-items: center;
}

.footer-item2-inner2 ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #4DAE2E;
    margin-left: 30px;
}

.footer-item2-inner2 ul li:last-of-type {
    margin-left: auto;
}
.mobile-hide {
    display: none;
}
.intro {
    margin-bottom: 80px;
}