/* ----------------------------------

Author: Webpresso AG
Description: Stylesheet Safran-Extrakt Page
Version: 0.0.1

-------------------------------------*/

html, body {
    scroll-behavior: smooth;
    font-size: 16px;
    hyphens: auto;
}

h1,
.banner-items h3 {
    hyphens: none;
}

.w_padding_top {
    padding-top: 60px;
}

.w_padding_bottom {
    padding-bottom: 60px;
}

.w_anchor {
    position: absolute;
    visibility: hidden;
    margin-top: -90px;
}

.w_text-left {
    text-align: left;
}

.w_image-cover {
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.w_aspect-ratio {
    position: relative;
    aspect-ratio: 1 / 1;
}

.w_aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----------------------------------
Colors
-------------------------------------*/

:root {
    --main-color: #aa8c7f;
    --headings-color: #000000;
    --headings-small-color: #aa8c7f;
    --main-hover: ##aa8c7f;
    --recipes-background: #f0e4e2;
    --icons-science: #aa8c7f;
    --color-letter: #000000;
    --links: #aa8c7f;
    --header-banner-background: #aa8c7f;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #000000;
}

/* ----------------------------------
Header
-------------------------------------*/

.w_banner {
    background-image: url("../../../assets/img/frau_buchweizenblueten_berge_natur_frei_relax_entspannt_istock_xxl_desktop.webp");
    background-position: 0% 50%;
}

.banner-style-ten.content {
    background-color: var(--header-banner-background);
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
}

.typo_optimiser {
    color: black;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.1);
}

/* ----------------------------------
Popup Modal
-------------------------------------*/

.w_modal {
	position: fixed;
	z-index: 111;
	width: 100%;
	height: 100%;
	background-color: rgba(105, 89, 89, 0.6);
	top: 0%;
}

.w_modal .modal-dialog {
	height: auto;
	width: 650px;
	margin: 0px 0px;
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.2);
}

.modal-content {
	padding: 25px;
	border: 25px;
	border: 1px lightgrey solid;
}

.w_close {
	position: absolute;
	display: inline-block;
	left: 97.2%;
	top: -5.5%;
	z-index: 111;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}

.w_close::after {
	content: '';
	width: 21px;
	height: 2px;
	position: absolute;
	background: black;
	top: 16.5px;
	left: 7.5px;
	transform: rotate(45deg);
}

.w_close::before {
	content: '';
	width: 21px;
	height: 2px;
	position: absolute;
	background: black;
	top: 16.5px;
	left: 7.5px;
	transform: rotate(-45deg);
}

.w_modal ul {
	min-width: 100%;
	list-style-type: disc;
	list-style-position: outside;
}

.w_modal ul li {
	position: relative;
	left: 16px;
}

.w_modal .w-modal-close {
	display: none;
	position: relative;
	z-index: 11111;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: white;
	border-radius: 50%;
	top: -15%;
	right: -33%;
	left: auto;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}

.w_modal .w-modal-link a, .w_modal .w-modal-link span {
	border-radius: 3px;
	white-space: normal;
	color: #fff;
	text-transform: none;
	background-color: #293b6b;
	border-color: #252525;
	padding: 10px 15px;
	font-weight: normal;
}

.w_modal .w-modal-link a::after {
	content: '»';
	display: inline-block;
	margin-left: 5px;
}

.slide-in-top {
	-webkit-animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-1000px);
		transform: translateY(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: fadeIn 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

ul.list-bold {
	font-size: 1.125rem;
	color: #293b6b;
}

/* ----------------------------------
Block Informational 3 Sections
-------------------------------------*/

.process-list-items .icon {
    width: 200px;
    height: 200px;
}

.process-list-items .icon img {
    object-fit: cover;
}

.process-list-items .row .single-item:first-child img {
    object-position: 0px 0px;
}

.process-list-items .row .single-item:nth-child(3) img {
    object-position: 0px 0px;
}

/* ----------------------------------
Block Informational/TextLeft/ImageRight
-------------------------------------*/
.about-us-content .thumb img {
    max-width: 100%;
    margin-left: 0;
}

.about-us-content.w_textleft .thumb img {
    margin-right: -10%;
}

/* ----------------------------------
Block Informational/Text
-------------------------------------*/

.about-us-content.w_textonly .info ul {
    list-style-type: none;
    list-style-position: inside;
}

.w_no_decoration {
    list-style-type: none !important;
}

.about-us-content.w_textonly .info li {
    font-weight: normal;
    color: #666666;
    font-size: 16px;
    position: relative;
    left: 15px;
}

/* ----------------------------------
Block Testimonials
-------------------------------------*/

.owl-dots {
    margin-top: 15px;
}

.testimonials-area .testimonial-items .testimonials-carousel .owl-nav .owl-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: -70px;
    width: 50px;
    height: 50px;
    font-size: 45px;
}

.testimonials-area .testimonial-items .testimonials-carousel .owl-nav .owl-next {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    right: -70px;
    width: 50px;
    height: 50px;
    font-size: 45px;
}

.testimonial-items .item p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.65em;
    color: #202020;
}
.testimonial-items .item small {
    color: #999999;
}
.testimonial-items .item .card {
    margin: 1rem;
}

.w_fixed_height {
    height: 220px;
}

/* ----------------------------------
Block Advert
-------------------------------------*/

.blog-area.blog-standard.default-padding .card-body {
    padding-bottom: 10px;
    overflow: hidden;
}

.blog-area.blog-standard.default-padding .card-body p {
    height: 130px;
    font-weight: normal;
}

.blog-area.blog-standard.default-padding .card-body button {
    background-color: var(--main-color);
    font-weight: normal;
    border: none;
}

/* ----------------------------------
Block Advertising-item
-------------------------------------*/

.advertising-item {
    margin-top: 3rem;
    position: relative;
}

.advertising-item:before {
    content: 'WERBUNG';
    display: inline-block;
    color: #999;
    background: #fff;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #ccc;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.advertising-item .item {
    text-align: left;
}

.advertising-item a,
.advertising-item-big a {
    color: #707070 !important;
}

.advertising-item .item .card .card-body {
    padding: 2rem 1rem 1rem 1.5rem;
    font-weight: 500;
    hyphens: auto;
}
.advertising-item button {
    background-color: var(--main-color);
    font-weight: normal;
    border: none;
    margin-top: 1rem;
}

.advertising-item button:hover,
.advertising-item button:active {
    background-color: var(--main-hover);
}

.advertising-item h3 {
    font-size: 22px;
    margin-bottom: 0.75rem;
}

.object-postion-quality img {
	/*object-position: -35px 0px;*/
}

/* Horizontal Version */
.advertising-item-horizontal:before {
    left: 1rem;
    transform: translate(0, -50%);
}
.advertising-item-horizontal .item .card {
    flex-direction: row !important;
}
.advertising-item-horizontal .item .card.w_column {
    flex-direction: column !important;
}
.advertising-item-horizontal .item .card > div:first-child {
    width: 40%;
}
.advertising-item-horizontal .item .card.w_column > div:first-child {
    width: 100%;
}
.advertising-item-horizontal .item .card > div:last-child {
    width: 60%;
}
.advertising-item-horizontal .item .card.w_column > div:last-child {
    width: 100%;
}

/* Class for max with */
.advertising-item-small {
    max-width: 340px;
}

/* Big Advertising */

.advertising-item-big {
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
    background-color: #fff;
    border-radius: .25rem;
    max-width: 900px;
}


.advertising-item-big:before {
    content: 'WERBUNG';
    display: inline-block;
    color: #999;
    background: #fff;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #ccc;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.advertising-item-big > .row > div:first-child {
    padding-left: 0;
}

@media (max-width: 992px) {
    .advertising-item-big {
        max-width: 540px;
    }

    .advertising-item-big > .row > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .advertising-item-big > .row > div:last-child {
        padding-bottom: 2rem;
    }
}

/* ----------------------------------
Block Crosslink Card
-------------------------------------*/

.card-link {
	padding-right: 6rem !important;
	height: 100%;
	display: flex;
	flex-direction: row;
}

.card-link::after {
	content: '';
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	right: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23656565' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath d='M24 45C35.598 45 45 35.598 45 24C45 12.402 35.598 3 24 3C12.402 3 3 12.402 3 24C3 35.598 12.402 45 24 45Z' stroke='%23656565' stroke-width='2' fill='none'%3E%3C/path%3E %3Cpath d='M21 33L30 24L21 15' stroke='%23656565' stroke-width='2' fill='none'%3E%3C/path%3E %3C/g%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
}

.card-link:hover::after {
	opacity: 1;
}

a.card-link p {
	font-weight: normal;
	color: #666666;
}

a.card-link h3 {
	font-weight: bold;
    margin-bottom: 0.5rem;
	font-size: 24px;
}

.card-link .card-link-image {
	aspect-ratio: 1 / 1;
	width: 150px;
	min-width: 150px;
	height: 150px;
	overflow: hidden;
}
.card-link .card-link-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.card-link:hover {
	border-color: #656565;
}

.card-link .card-link-content {
	width: 80%;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .card-link .card-link-content {
        padding: 1rem !important;
    }
    a.card-link h3 {
        font-size: 20px;
    }

    .card-link .card-link-image {
        width: 125px;
        min-width: 125px;
        height: 125px;
    }
}

@media (max-width: 575px) {

    .card-link {
        padding-right: 4rem !important;
    }

    .card-link .card-link-image {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }

    .card-link::after {
        width: 32px;
        height: 32px;
        right: 1.25rem;
        background-size: contain;
    }

    .card-link-content,
    .card-link-content.p-4 {
        padding: 0.75rem !important;
    }
    a.card-link h3 {
        margin-bottom: 0.2rem;
        font-size: 18px;
    }
}


/* ----------------------------------
Block Card Tipp
-------------------------------------*/
.card-tipp {
    margin-block: 2rem;
    padding: 2.5rem;
    padding-top: 6rem;
    background-color: var(--light);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    position: relative;
}

.bg-light .card-tipp {
    background-color: #fff;
}

.card-tipp::before {
    content: '';
    background-image: url('../../img/lestetipp_web.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 131px;
    display: block;
    position: absolute;
    top: -44px;
    right: 44px;
}

.download-pdf {
    text-decoration: underline;
    text-underline-offset: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.download-pdf:before {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23fff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10V4C20 2.89543 19.1046 2 18 2H11.0784C10.548 2 10.0393 2.21071 9.66421 2.58579L4.58579 7.66421C4.21071 8.03929 4 8.54799 4 9.07843L4 20C4 21.1046 4.89543 22 6 22H11' stroke='%23fff' stroke-width='2' fill='none'%3E%3C/path%3E %3Cpath d='M4 9H11V2' stroke='%23fff' stroke-width='2' fill='none'%3E%3C/path%3E %3Cpath d='M22 18.5L18 22.5L14 18.5' stroke='%23fff' stroke-width='2' fill='none'%3E%3C/path%3E %3Cpath d='M17.999 21.5L18 22.5L18 14' stroke='%23fff' stroke-width='2' fill='none'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--main-color);
    margin-right: 0.5rem;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .card-tipp::before {
        width: 170px;
        height: 120px;
        right: 50%;
        transform: translateX(50%);
    }

    .download-pdf {
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }
}

/* ----------------------------------
Block Overview/Science
-------------------------------------*/

.w_source {
    display: inline-flex;
    width: 18px !important;
    height: 18px !important;
    background-color: silver;
    color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
}

.w_source.w_source_sized {
    width: 22px !important;
    height: 20px !important;
}

.w_source.centered {
    position: relative;
    bottom: 3.8px;
}

/* ----------------------------------
Block Zitat
-------------------------------------*/

.w_zitat .row div[class^="col"] p {
    font-size: 22px;
    font-style: normal;
    line-height: 1.6em;
    color: #505050;
}

.w_zitat .row div[class^="col"] svg {
    background-color: var(--main-color);
}

/* ----------------------------------
Block Productoffer/Recipes
-------------------------------------*/

.w_recipe_bg {
    background-color: var(--recipes-background) !important;
}

.w_width35 {
    width: 35%;
}

.w_width40 {
    width: 40%;
}

.w_width60 {
	width: 60%;
}

.w_recipe ul {
    list-style-type: disc;
    list-style-position: outside;
}

.w_recipe ul.margin_left li {
    position: relative;
    left: 18.5px;
}

.w_recipe h4 {
    font-weight: 700;
}

.blog-area .item {
    height: 100%;
}

.w_list_type_number {
    list-style-type: decimal !important;
}

hr {
    border: 0.5px black solid;
}

/* ----------------------------------
Block Block Informational/Advert2
-------------------------------------*/

.w_advert2 {
    border: none;
    cursor: pointer;
    background-color: var(--main-color);
}

.w_advert2:hover {
    background-color: var(--main-hover);
    transform: scale(1.1);
}

/* ----------------------------------
Block Informational/Quality
-------------------------------------*/

.w_check .main-services-box .single-item .item .icon i {
    background: var(--main-color);
}

.main-services-area .main-services-box .single-item {
    margin-top: 30px;
}

/* ----------------------------------
Block FAQ/Questions
-------------------------------------*/

.w_questions ul {
    list-style-type: disc;
    list-style-position: outside;
}
.w_questions ul li {
    position: relative;
    left: 15px;
}

.faq-area .faq-content .card .card-header h4 {
    background-color: var(--main-color);
}

/* ----------------------------------
Block Informational/Sourcelist
-------------------------------------*/

.w_sourcelist ul li {
    left: 25px;
    word-wrap: break-word;
}

.w_sourcelist li::before {
    text-align: center;
    content: '1';
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    background-color: silver;
    left: -50px;
    border-radius: 50%;
    color: white;
}

.w_sourcelist li:nth-child(4)::before {
    content: '2';
}

.w_sourcelist li:nth-child(6)::before {
    content: '3';
}

.w_sourcelist li:nth-child(8)::before {
    content: '4';
}

.w_sourcelist li:nth-child(10)::before {
    content: '5';
}

.w_sourcelist li:nth-child(12)::before {
    content: '6';
}

.w_sourcelist li:nth-child(14)::before {
    content: '7';
}

.w_sourcelist li:nth-child(16)::before {
    content: '8';
}

.w_sourcelist li:nth-child(18)::before {
    content: '9';
}

.w_sourcelist li:nth-child(20)::before {
	content: '10';
}


/* ----------------------------------
Advertising General Head/Bottom
-------------------------------------*/

.w_advert {
    position: relative;
    width: 45%;
    height: 1px;
    background-color: gray;
}

/* ----------------------------------
Additional Heading left
-------------------------------------*/
.heading-left::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 60px;
    background: var(--headings-small-color);
    margin-left: 20px;
}

.heading-left::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 15px;
    background: var(--headings-small-color);
    margin-left: 0px;
}

.heading-left {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    padding-bottom: 25px;
}

.heading-left h2 {
    margin-bottom: 0 !important;
}

/* heading styles for h5 > .h5 */
.heading-left .h5,
.heading-center .h5 {
	font-size: 18px;
	font-family: "Sintony", sans-serif;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--headings-small-color);
}

/* ----------------------------------
Footer
-------------------------------------*/

footer {
    background-color: #505050;
}

footer svg {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 70px;
}

button {
    background-color: var(--main-color);
    border: none;
}

button:hover {
    background-color: var(--main-hover);
    transform: scale(1.1);
}

footer button {
    background-color: var(--main-color);
    color: white;
}

footer button:hover {
    background-color: var(--main-hover);
}
