/*!
Theme Name: KSRV
Theme URI: http://underscores.me/
Author: KSRV
Author URI: https://ksrv.pro/
Description: Development by KSRV
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: KSRV
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

skinstytute is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	font-family: 'Inter' !important;
	margin: 0;
}
/**/
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	font-family: 'Inter';
    font-weight: 700;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-weight: 200;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #E33000;
}



a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #93bacb;
	background: #93bacb;
	color: #fff;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.inter-<uniquifier> {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: max-content;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right: 20px;

}

.main-navigation a, .mob-navigation a  {
	font-family: 'Inter';
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	/* identical to box height */


color: #000000;
}
.main-navigation a:hover, .mob-navigation a:hover {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 17px;
	color: #93BACB;
	border-bottom: 2px solid #93BACB;
}
.mob-navigation ul {
	padding: 0;
	margin: 0;
}
.mob-navigation li {
	list-style: none;
	padding-bottom: 20px;
}
 .mob-navigation a  {
	font-family: 'Inter';
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	/* identical to box height */


color: #000000;
}
.mob-navigation a:hover {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 20px;
	color: #E33000;
	border-bottom: 2px solid #E33000;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {



	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*Header*/
header {
	background: rgba(255, 255, 255, 0.7);
	padding: 18px;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header-wrapper {
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	width: 100%;
	
}
.menuandbuttons {
	display: flex;
	justify-content: end;
	align-items: center;
}
.menu-buttons {
	display: flex;
	gap: 10px;
}
.ablobutton {
	background: #E33000;
border-radius: 10px;
text-align: center;
font-family: 'Inter';
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #FFFFFF;
padding: 12px 30px;
text-decoration: none;
display: flex;
text-decoration: none;
justify-content: center;
align-items: center;
}
a.ablobutton:hover{
	background: #FF9200;
	color: #fff;
	text-decoration: none;
}
.menu-buttons img {
	width: 100%;
}

.menu-toggle {
	display: none;
}

.burger-menu {
	height: 80vh;
	background-color: #93bacb;
	position: fixed;
	z-index: 9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: none;
}
@media screen and (max-width: 1100px) {
	.menu-toggle {
		display: flex;
	}
	.menu-buttons .ablobutton {
		display: none;
	}
	.menuandbuttons .main-navigation{
		display: none;
	}
	.burger-menu .main-navigation{
		display: flex;
		flex-direction: column;
		gap: 60px;
	}
	.burger-menu .ablobutton{
		margin-bottom: 20px;
		font-size: 20px;
		padding: 18px 30px;
		
	}
	.menu-toggle img{
		height: 40px;
		width: auto;
	}
	.burger-menu img {
		width: 180px;
	}
}
/*Hero Section*/

.red-cta {
	border-radius: 10px;
	background: #E33000;
	color: #FFF;
	font-size: 23px;
	font-family: 'Inter';
	bottom: 30px;
	right: 50px;
	width: 300px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 2%;
	gap: 15px;
}
.red-cta a {
	text-decoration: none;
	border-radius: 6.731px;
	border: 0px solid #FF9200;
	background: #FF9200;
	color: #FFF;
	font-size: 15.91px;
	font-family: 'Inter';
	padding: 20px 75px;

}
.red-cta a:hover{
	background: #000;
	color: #FFF;

}
.hero-section {
	display: flex; 
	align-items: end; 
	position: relative;
	justify-content: start;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center; /* Adjust this line */
	gap: 40px;
	height: 85vh;
	
}
.hero-section h1 {
	color: #E33000;
}
.hero-section .page-content {
width: 40%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.hero-section h4 {
	font-size: 1.5em;
	font-family: 'Inter';
	font-weight: 400;
	padding-right: 10%;
	
}
@media screen and (max-width: 1200px) {
	.hero-section {
	
		max-height: 800px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center; /* Adjust this line */
	
	}
	.red-cta {
		width: 250px;
		height: 250px;
	
	}
}


@media screen and (max-width: 767px) {
    .hero-section {
		display: flex; 
		align-items: end; 
		justify-content: start;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center; /* Adjust this line */
	
		gap: 0px;
		height: 60vh;
		
	}
	.red-cta {
	display: none;
	}
	.featured-image {
		overflow: hidden;
		padding: 0;
		width: fit-content;
		margin: 0;
		
	}
	.featured-image img{
		width: 190px;
		position: relative;
		left: -30px;

		
	}
	.hero-section h1 {
		font-family: 'Inter';
font-weight: 700;
font-size: 21px;
line-height: 26px;
letter-spacing: 0.03em;

	}
	.hero-section h4 {
		font-family: 'Inter';
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;

	}
	.hero-section .page-content {
		width: 40%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		left: -40px;
	}
    }


/*Reasons module*/
.reasons {
	display: flex;
	background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box;
	border-radius: 10px;
	width: 100%;
	margin: 0 0;
	margin-bottom: 40px;
	
}
.reasons-wrapper {
	width: 80%;
	display: flex;
	align-items: start;
	padding: 0 3%;
}
.reason {
	width: 25%;
	padding: 0 2%;
}
.rhead {
	height: 150px;
}
.reason span {
	font-family: 'Inter';
font-weight: 700;
font-size: 54px;
line-height: 66px;
padding-right: 10px;
color: #FF980F;
}
.reason h2 {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}
.reason-image {
	width: 20%;
}
.reason-image img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.reason-image {
		display: none;
	}
	.reasons-wrapper {
		width: 100%;
		display: flex;
		align-items: start;
		padding: 0 5%;
	}
	.reason {
		width: 100%;
		padding: 2%;
	}
	.rhead {
		height: auto;
	}
	
}


@media screen and (max-width: 767px) {
	.reasons-wrapper {
		flex-direction: column;
		justify-content: center;
		padding: 5%;
	}
	.reason {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.reason h2 {
		width: 50%;
		font-size: 15px;
		line-height: 20px;
	}
	.rhead {
		width: 50%;
	}
		
	}
	/*Mission*/
	.mission {
		display: flex;
		width: 100%;
		height: max-content;
		margin: 1% 0;
		gap: 2%;
	}
	.mission a {
		text-decoration: none;
		color: #fff;
	}
	.mission a:hover {
		color: #E33000;
		
	}
	.page-template-businesspage .expertises {
	margin-top: -100px;
	z-index: 2;
	box-shadow: 2px 2px 20px #00000052;
	}
	.expertises {
		background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box !important;
		border-radius: 10px;
		display: flex;
		align-items: stretch;
		width: 80%;
		padding: 3%;
	}
	.expertise-title {
		font-family: 'Inter';
		font-weight: 700;
		font-size: 26px;
		line-height: 32px;
		color: #fff;
		width: 25%;
		padding-top: 20px;
		
	}
	.expertise {
		width: 25%;
		font-family: 'Inter';
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		
	}
	.expertise-text {
		padding: 3% 0% 3% 0;
	}
	.bignumber {
		font-family: 'Inter';
		font-weight: 700;
		font-size: 57.9654px;
		line-height: 71px;
		color: #fff;
		/* identical to box height */
	}
	.expertise-button {
		background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box !important;
		border-radius: 10px;
		font-family: 'Inter';
		font-weight: 700;
		font-size: 23.6374px;
		line-height: 29px;
		width: 20%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: end;
		color: #FFFFFF;
		padding: 20px 25px;
		gap: 20px;
		flex-direction: column;
		box-shadow: 2px 2px 20px #00000052;
		
	}
	
@media screen and (max-width: 1200px) {
	.expertise-button {
		font-size: 16px;
		line-height: 22px;
		
	}
	.bignumber {
		font-size: 40px;
		line-height: 60px;

	}
	.expertise-title {
		font-size: 20px;
		line-height: 120%;
		
	}
	.expertise {
		font-size: 18px;
		line-height: 20px;
		
	}
	
}


@media screen and (max-width: 767px) {
	.mission {
		flex-direction: column;
		justify-content: center;
	}
	.expertises {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		padding: 10%;
		margin-bottom: 3%;
	}
	.expertise-title {
		width:100%;
		padding-top: 0;
		padding-bottom: 20px;
		font-size: 40px !important;
		
	}
	.expertise {
		width: 100%;
		
		
	}
	.expertise-button {
	
		padding: 20px 25px;
		font-size: 21px;
		line-height: 26px;
		width: 100%;
	}
	.expertise-text {
		padding: 0;
	}
		
	}

	/*Abholmarkt section*/
	.abholmarkt {
		background-color: #020202;
		border-radius: 10px;
		background-image: url("images/bg-ab.png");
		background-position: right center;
		width: 100%;
		padding: 3%;
		margin: 2% 0;

	}
	.abholmarkt h2 {
		font-family: 'Inter';
		font-weight: 700;
		font-size: 26px;
		line-height: 32px;
		color: #FF9200;

	}
	.markt-wrapper {
		width: 70%;
		display: flex;
		align-items: center;
	}
	.markt-text, .markt-cta {
		width: 25%
	}
	.markt-text {
		font-family: 'Inter';
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		color: #FFFFFF;
		border-left: 4px solid #E33000;
		padding-left: 2%;
		padding-right: 5%;
		
	}
	.markt-cta {
		text-align: center;
	}

	.markt-cta a {
		padding: 3% 8%;
		background: #E33000;
		border-radius: 10px;
		color: #fff;
		text-decoration: none;
		font-family: 'Inter';
		font-weight: 700;
		font-size: 16px;

	}
	.markt-cta a:hover{
		color: #000;
	}
	@media screen and (max-width: 1200px) {
		.markt-wrapper {
			width: 90%;
			display: flex;
			align-items: center;
		}
		
	}
	@media screen and (max-width: 767px) {
		.abholmarkt {
			background-color: #020202;
			border-radius: 10px;
			background-image: url("images/bg-ab-mob.png");
			background-position: center bottom;
			background-size: cover;
			width: 100%;
			padding: 8%;
		
	
		}
		.markt-wrapper {
			width: 100%; 
			height: 70%;
			display: flex;
			flex-direction: column;
			align-items: center;
			
			height: 70vh;
			
		}
		.markt-text, .markt-cta {
			width: 100%
		}
		.markt-text {
			font-family: 'Inter';
			font-weight: 400;
			font-size: 15px;
			line-height: 18px;
			color: #FFFFFF;
			border-left: 4px solid #E33000;
			padding: 0 30px;
			margin: 30px 0;
			
		}
		.markt-cta {
			text-align: left;
		}
	
		.markt-cta a {
			padding: 3% 10%;
			background: #E33000;
			border-radius: 10px;
			font-family: 'Inter';
			font-weight: 700;
			font-size: 21px;
			color: #fff;
			text-decoration: none;
		}
		}

		/*Video section*/
		.videoandbuttons {

		display: flex;
		width: 100%;
		gap: 2%;
		}
		.videoandbuttons a{

			color: #fff;
			text-decoration: none;
			}
			.videoandbuttons a:hover{

				color: #000;
				}
		.video {
			width: 68%;
			position: relative;
			cursor: pointer;
		}
		#video-button {
			position: absolute;
			top: 50%; left: 50%; 
			transform: translate(-50%, -50%);
			cursor: pointer;

		}
		.video img {
			width: 100%;
		}
		.buttons {
			width: 30%;
			height: auto;
			display: flex;
			flex-direction: column;
			gap: 2%;
		}
		.pricelist, .aboutsp{
			width: 100%;
			height: 100%;
			font-family: 'Inter';
			font-weight: 700;
			font-size: 24px;
			line-height: 29px;
			color: #FFFFFF;
			padding: 20px;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 10px;
			display: flex;
			flex-direction: column;
			justify-content: end;
			
		}
		.pricelist {
			background-image: url("images/preis.png");
		}
		.aboutsp {
			background-image: url("images/ab.png");
		}
		.video-container {
			position: relative;
			width: 100%;
			padding-bottom: 56.25%; /* This ratio fits videos with 16:9 aspect ratio */
			height: 0;
			overflow: hidden;
		}
		
		.video-container iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		@media screen and (max-width: 767px) {
			.videoandbuttons {
				margin: 3% 0;
				flex-direction: column;
				}
		
			
			.video {
				width: 100%;
				margin-bottom: 10px;

			}
			.buttons {
				width: 100%;
				gap: 10px;
				
			}
			.pricelist, .aboutsp{
				font-size: 21px;
				line-height: 26px;
				padding: 80px 5% 10px 5%;
				
			}
			#video-button img{
				width: 100px;
				height: auto;
	
			}
		}

		/*Text-runner*/
.running-line {
    background: #FBF1E6;
    border-radius: 10px;
    padding: 3%;
    margin: 3% 0;
}
.running-line h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 65px;
    line-height: 79px;
    color: #E33000;
}

.marqueeb {
	--gap:2rem;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	margin-top: 20px;
  
  }
  
  .marquee_content {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 30s linear infinite;
	
  }
  
  .marquee ul {
	  margin:0; 
	  padding: 0;
  }
  
  .marquee_content li {
	  margin:0; 
	  padding: 0;
	  list-style: none;
	  font-family: 'Inter';
	  font-weight: 400;
	  font-size: 27px;
	  color: #000000;
	  white-space: nowrap; 
	  text-align: center;
  
  }
  .marquee_content li:nth-child(2n) {
  
  color: #E33000;
  
  }
  
  @keyframes scroll {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(calc(-100% - var(--gap)));
	}
  }


@media (max-width: 767px) {
    .scroll-element {
        display: flex;
        justify-content: start;
        align-items: center;
        width: max-content; /* Change this */
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
    }

    .primary {
        animation: primary-mobile 50s linear infinite;
    }

    .secondary {
        animation: secondary-mobile 50s linear infinite;
    }
.running-line h2 {
	font-size: 2em;
	line-height: 100%;
	padding: 3% 5%;
}


   
.marquee_content li {
	
	font-size: 20px;


}
 
}


.buttle-box {
    display: flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #FBF1E6;
    border-radius: 10px;
    height: 300px;
    width: 184px;
}
.carusel .buttle-box:first-child {
    margin: 0 0 0 30px; 
}
.carusel .buttle-box {
    margin: 0 15px; 
}
.badge {
	display: none !important;
	
}
.carusel .buttle-box:nth-child(odd) {
    background-image: url("images/orange.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.carusel .buttle-box:nth-child(even) {
    background-image: url("images/red.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.special .buttle-box {
    background-image: none !important;
	position: relative;
  
}
.special .buttle-box .badge {
    background-image: none !important;
	position: relative;
	
  
}
.special .badge  {
	display: block !important;
	position: absolute !important;
	bottom: 15px;
	color: #E33000;
	font-size: 21px;
	 font-family: 'Abril Fatface';
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.slick-next {
    right: -35px !important;
}
.slick-prev {
    left: -35px !important;
}
@media (max-width: 950px){ 
	.slick-prev,
	.slick-next {
		display: none !important;
	}

}
@media (max-width: 767px){ 

	.special .badge {

	bottom: 5px;
	font-size: 15px;
	
}
	.carusel .buttle-box:first-child {
		margin: 0 0 0 10px; 
	}
	.carusel .buttle-box {
		margin: 0 5px; 
	}
	.buttle-box {
		height: 220px;
	}
	.buttle-box img{
		max-height: 180px !important;
	}

}

.coupon {
	display: flex;
	width: 100%;
	gap: 2%;
	margin: 3% 0;
}
.coupon .wine-coupon {
	width: 78%;
	height: auto;
	position: relative;
}
.discount-text {
	font-family: 'Inter';
font-weight: 400;
font-size: 34px;
color: #FFFFFF;
position: absolute;
top: 30px;
left: 30px;
}
.coupon .wine-coupon img{
	width: 100%;
}
.coupon .expertise-button {
	width: 20%;
	height: auto;
}
.coupon a, .order a {
	text-decoration: none;

}
.coupon a:hover, .order a:hover {
	color: #000;
	
}

@media (max-width: 950px){ 
	.discount-text {
		font-size: 22px;
		top: 80px;
		left: 10px;
	}
	.expertise-button {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 767px){ 
	.discount-text {
		font-size: 16px;
		top: 0px;
		left: 10px;
	}
	.coupon {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin: 5% 0;
	}
	.coupon .wine-coupon {
		width: 100%;
		height: auto;
		position: relative;
	}
	.coupon .expertise-button {
		width: 100%;
	} 
	.expertise-button {
		font-size: 18px;
		line-height: 22px;
	}
}

/*So Bestellen Sie*/
.order{
	margin: 2% 0;
	padding: 2%;
}
.exlusive .order{
	margin: 5% 0;
	padding: 0%;
}
.order h4 {
	font-family: 'Inter';
font-weight: 700;
font-size: 60px;
line-height: 70px;

color: #E33000;

}
.order p {
	font-family: 'Inter';
font-weight: 700;
font-size: 23px;
line-height: 26px;

color: #FFFFFF;
}
.order-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	
}
.oderlion-banner {
	background: #000000;
	border-radius: 10px;
	width: 40%;
	display: flex;
	align-items: center;
}
.oderlion-banner img {
	width: 100%;
}
.contact-widget, .fragen {
	border-radius: 10px;
	width: 28%;
	padding: 2% 2% 1% 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-widget {
	background: #E33000;
}
.fragen {
	background: #FF9200;
	color: #000;
	font-size: 16px;
	font-family: Inter;, serift: 125.9%;
	
}
.fragen span{
	margin-bottom: 10px;
	
}
.order a {
	color: #000;
}
.contact-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media (max-width: 767px){ 
.order {
	margin: 5% 0;
	padding: 5%;
}
.exlusive .order {
	margin: 5% 0;
	padding: 0%;
}
	.order-wrapper {
		flex-direction: column;
		
		gap: 10px;
		
		
	}
	.contact-widget, .fragen, .oderlion-banner {
		width: 100%;
		padding: 5%;
	}
	.order h4 {
	padding-bottom: 10px;
	font-size: 37px;
	line-height: 38px;
	text-align: center;
	
	}
	
}

/*Signup form*/
.signup-form {
	background: transparent linear-gradient(326deg, #ff9200 0%, #e33000 100%) 0% 0% no-repeat padding-box !important;
mix-blend-mode: darken;
border-radius: 10px;
width: 100%;
display: flex;
align-items: center;
gap: 10px;
/* background-image: url("images/bg-signup.png");
background-repeat: no-repeat;
background-size: cover;
background-position: right center; */
margin: 40px 0;

}
.signup-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
  }
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 !important;
    overflow: hidden;
    width: 100%;
    margin: 3% 0 !important;
    clear: both;
}
#mc_embed_signup #mce-success-response {
	color: #fff !important;
}
#mc_embed_signup{font-family: 'Inter'}
.signup-text {
	width: 40%;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 3%;

}
.signup-text p {
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	padding-right: 10%;

}
.signup-text h5 {
	font-weight: 700;
	font-size: 65px;
	line-height: 100%;
}
#mc_embed_signup .helper_text {
    color: #fff !important;
	background-color: transparent !important;
  
}
#mc_embed_signup .button {
  background: linear-gradient(to top, rgb(0, 0, 0), rgb(47, 47, 47)); !important;
  height: 40px !important;
  padding: 0 32px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border: none !important;
}
#mc_embed_signup .button:hover {
	background-color: #000 !important;
	
}
.mc-field-group input {
	width: 70% !important ;
	border: 2px solid #FFFFFF;
	border-radius: 6.73069px;
	background-color: transparent;
	color: #fff !important;
}
.mc-field-group input ::placeholder {
	color: #fff !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {

    width: 70%;
   
}
@media (max-width: 1100px){ 
	#mc_embed_signup{font-family: 'Inter'}
	.signup-text {
		width: 50%;
	
	}
	.signup-form {
	gap: 2%;
	
	}
	.signup-text p {
		font-weight: 700;
		font-size: 21px;
		line-height: 25px;
		padding-right: 10%;
	
	}
	.signup-text h5 {
		font-weight: 700;
		font-size: 55px;
		line-height: 100%;
	}
}
@media (max-width: 767px){ 
	.signup-text, #mc_embed_signup {
		width: 100%;
	
	}
	.signup-form {
		flex-direction: column;
/* 		background-image: url("images/bg-signupm.png"); ;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom; */
		padding: 30px 10px;
		}
		.signup-text  {
			font-size: 16px;
			padding: 0 20px;
		
		}
		.signup-text p {
			font-weight: 700;
			font-size: 21px;
			line-height: 25px;
			padding-right: 10%;
		
		}
		.signup-text h5 {
			font-size: 30px;
			line-height: 100%;
			padding-top: 5px;
		}
		.mc-field-group input {
			width: 100% !important ;

		}
	
		#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
		
			width: 100%;
		   
		}
		#mc_embed_signup .button {
			width: 97% !important;
		}

}
/*Simple Page and Post*/
.simple-page { 
padding: 90px 0;
padding-bottom: 40px !important;

}
 .simple-page .headline-bubble h1{
	padding-bottom: 0;
}
 .post-thumbnail img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
 }

 .post-page h6 {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	}

/*Footer*/
/* footer {
	background-color: #fff;
	padding: 50px 0 60px;
	color: #000;
	border-top: 0px solid #000;
	box-shadow: 0px 0px 10px #0000000a;
} */
footer .footer-menus .menu {
	margin-top: 10px;

}
.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inline-menu {
    display: flex;
    list-style-type: none;
	flex-wrap: wrap;
}
.inline-menu li {
    margin-right: 20px;

}
.inline-menu li a{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */

	text-decoration: none;
	color: #F7F7F7;
}
.inline-menu li a:hover {

	color: #E33000;
}


.icons {

	display: flex;
	
	gap: 10px;
	margin-top: 20px;
}

footer ul {
	padding: 0;
	margin: 0;
}
.copyright {
	font-family: 'Inter';
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #fff;
margin-top: 50px;
}
@media (max-width: 1200px){ 
	
	.inline-menu {
		display: flex;
		list-style-type: none;
		flex-wrap: wrap;
		margin-left: 10px;
	}
	.inline-menu li {
		margin-right: 10px;
	
	}
	footer .ablobutton {
		display: flex !important;
	} 
	}
	@media (max-width: 1000px){ 
	
		.inline-menu {
			display: flex;
			list-style-type: none;
			flex-wrap: wrap;
			margin-left: 10px;
		}
		.inline-menu li {
			margin-right: 10px;
			margin-top: 15px;
		
		}
		.inline-menu ul {
			margin-bottom: 30px;
		
		}
		footer .ablobutton {
			display: flex !important;
		} 
		.footer-wrapper {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: start;
			padding: 3%;
			gap: 30px;
		}
		.copyright {
			padding-left: 3%;
		}
		.footer-logo {
			width: 120px;
			height: auto;
			padding-left: 3%;
		}
		}


		/*Kontakte page*/
		.contact-text {
			display: flex;
			flex-direction: column;
			gap: 15px;
		}
		.contact-text img {
			max-width: 40px;
			height: auto;
		}
		.contact-text a {
			text-decoration: none;
			color: #000;
		}
		.contact-text a:hover{
			color: #FF9200;
		}
		.payment {
			font-family: 'Inter';
			font-weight: 700;
			font-size: 20px;
			line-height: 125.9%;
			/* or 25px */


			color: #000000;
		}
		.contact-form {
			background: #FFFFFF;
			border: 2px solid #FF9200;
			border-radius: 10px;
			padding: 5%;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.contact-form h2{
			font-family: 'Inter';
			font-weight: 700;
			font-size: 34.731px;
			line-height: 42px;
			width: 80%;
			color: #000000;
			margin-bottom: 20px;
		}
		.contact-form input, textarea {
			width: 100%;
			border: 2px solid #FF9200;
			border-radius: 10px;
			padding: 20px;
		}
		.wpcf7 {
			width: 100%;
		}
		
		.contact-form input[type="submit"] {
			background: #FF9200;
			color: #fff;
			font-weight: 700;
			font-family: 'Inter';}
			
			@media (max-width: 767px){  

			.contact-form h2{
				font-size: 24px;
				line-height: 120%;
				width: 90%;
			
			}
			.wpcf7 {
				width: 90%;
			}
			.contact-form {
				padding: 5% 2%;
			
			}
			.contact-text {
				padding: 30px 5px 0;
			}
			
		}

		/*------------------------------About page -------------------*/

		.template-pages {
			padding-top: 80px;
		}

		/*Headline module*/
		.headline-bubble {
			border-radius: 10px;
			margin: 3% 0;
		}
		.headline-bubble h1, .headline-bubble h2 {
			font-family: 'Inter';
			font-weight: 500;
		}

		/*Team module*/
	
		.team-card{
  		background: transparent linear-gradient(326deg, rgb(200, 200, 200) 0%, #f8f8f8 100%) no-repeat padding-box;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		min-height: max-content;
		height: 100%;
		}
		.team-card img{
			width: 100%;
			}

			.team-card .card-text {
				padding: 5%;
			}
			.team-card h3 {
				font-family: 'Inter';
				font-weight: 700;
				font-size: 20px;
				line-height: 125.9%;
				/* or 25px */
				color: #000000;
			}
			.team-card p {
				font-family: 'Inter';
				font-weight: 400;
				font-size: 16px;
				line-height: 120%;
				color: #000000;
			}
		.team-contact {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			height: auto;
		}
		.team-contact a {
			text-decoration: none;
			color: #000;
		}
		.team-contact a:hover{
			color: #000;
		}
		.team-contact .contact-widget, .team-contact a.fragen  {
			width: 100%;
			display: flex;
			align-items: center;
			flex-direction: row;
			justify-content: space-evenly;
			padding: 7%;
			height: 48%;
		}
		.team-contact .contact-widget p, .team-contact a.fragen p  {
			font-family: 'Inter';
			font-weight: 700;
			font-size: 23px;
			line-height: 120%;
			width: 50%;
			color: #FFFFFF;
		
			
		}
		.team-contact .contact-widget .contact-icons{
			width: 50%;
			display: flex;
			justify-content: center;
			
			
		}
		

		/*Artikel und Neuheiten*/
		.card-link {
			text-decoration: none;
			color: inherit;
		}
		
		.card {
			width: 100%;
			border-radius: 10px !important;
			background: transparent linear-gradient(326deg, rgb(200, 200, 200) 0%, #f8f8f8 100%) no-repeat padding-box !important;
			border: 0px solid #FBF1E6 !important;
			box-shadow: 2px 2px 20px #00000052;
		}
		
		.card-img-top {
			width: 100%;
			height: auto;
		}
		
		.card-title {
			margin: 0 0 1em;
			color: #000;
			font-size: 14px;
			font-family: Inter;
			line-height: 146.4%;
		}
		
		.blogs-btn {
			font-family: 'Inter';
			font-weight: 400;
			font-size: 12px;
			line-height: 12px;
			text-decoration: none;
			color: #E33000;
			float:right;
			padding-right: 20px ;
		}

		/*Module Final Buttons*/

		.final-buttons {
			width: 100%;
			display: flex;
			gap: 2%;
			padding-bottom: 3%;
		}
		.final-buttons .pricelist, .final-buttons .aboutsp {
			width: 49%;
			padding-top: 80px;
			
		}
		.final-buttons a {
			color: #fff;
			text-decoration: none;

		}
		.final-buttons a:hover {
			color: #000;
			

		}
		@media (max-width: 767px){  

			.headline-bubble h1, .headline-bubble h2 {
				font-size: 24px;
			}
			.headline-bubble {
				border-radius: 10px;
			}
			.final-buttons {
				width: 100%;
				display: flex;
				flex-direction: column;
				gap: 15px;
				padding: 0 0 8%;
			}
			.final-buttons .pricelist, .final-buttons .aboutsp {
				width: 100%;
				padding-top: 80px;
				
			}
			
		}
		/* banner*/
		.banner-slider-unique .slick-slide {
			position: relative;
			width: 100%;
		}

		.banner-slider-unique .slick-slide img {
			width: 100%;
			height: auto;
		}
		.banner-slider-unique {
			margin-bottom: 40px;
		}
		/* Abholmarkt*/
		.contact-form .contact-widget {
			display: flex;
			flex-direction: row;
			width: 80%;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 20px;
	

		}
		.contact-form .contact-widget p{
			font-family: 'Inter';
			font-weight: 700;
			font-size: 23px;
			line-height: 28px;
			width: 50%;
			color: #FFFFFF;
			
		}
		.contact-text .final-buttons {
			display: flex;
			flex-direction: column;
			padding: 0 0 3%;
		}
		.final-buttons .pricelist, .final-buttons .aboutsp {
			width: 100%;
		}
		.contact-text img.prom {
			width: 100%;
			max-width: 100%;
		}
		.abhol-contact {
			padding: 2%;
		}
		.abhol-contact .contact-wrapper {
			display: flex;
			margin-top: 20px;
			
		}
		.abhol-contact .contact-wrapper .info{
			width: 30%;
			
		}

		.abholicon {
			display: flex;
			justify-content: space-between;
			margin-bottom: 30px;
			
		}
		.abhol-bubble {
			background: #FF9200;
			border-radius: 10px;
			width: 32%;
			padding: 5%;
			display: flex;
			justify-content: center;
			gap: 30px;
			
		}
		.abhol-text {
			font-family: 'Inter';
			font-weight: 400;
			font-size: 16px;
			line-height: 19px;
			padding-top: 5%;
			color: #000000;
		}



		.abhol-contact .contact-wrapper .info .info-text{
			font-family: 'Inter';
			font-weight: 400;
			font-size: 20px;
			line-height: 125.9%;
			/* or 25px */

			margin-top: 10px;
			color: #000000;
			
		} 
		
		/* Exlusive & Marken*/
		.exlusive h1 {
			font-family: 'Inter';
			font-weight: 700;
			font-size: 65px;
			line-height: 100%;
			margin-top: 15px;
			margin-bottom: 30px;
			color: #E33000;
		}
		.exlusive .headline-bubble h2 {
			color: #fff;
		}
		.marquee {
			--gap:3rem;
			position: relative;
			display: flex;
			overflow: hidden;
			user-select: none;
			gap: var(--gap);
			background: #E33000;
			  border-radius: 10px;
			  margin-bottom: 20px;
			  height: 70px;
		  }
		  
		  .marquee__content {
			flex-shrink: 0;
			display: flex;
			justify-content: space-around;
			align-items: center;
			gap: var(--gap);
			min-width: 100%;
			animation: scroll 30s linear infinite;
			  
		  }
		  .marquee ul {
			  margin:0; 
			  padding: 0;
		  }
		  .marquee__content li {
			  margin:0; 
			  padding: 0;
			  list-style: none;
			  font-family: 'Abril Fatface';
			  font-style: normal;
			  font-weight: 400;
			  font-size: 45px;
			  line-height: 100%;
			  color: #FFFFFF;
		  }
		  .marquee__content li:nth-child(2n) {
			font-family: 'Inter';
			font-weight: 400;
			font-size: 26px;
			line-height: 100%;
			color: #FFFFFF;
		}
		  
		  @keyframes scroll {
			from {
			  transform: translateX(0);
			}
			to {
			  transform: translateX(calc(-100% - var(--gap)));
			}
		  }

		  @media (max-width: 1000px){  

			.abhol-bubble img {
				height: fit-content;
				width: 90px;
			}
			.abhol-bubble {
			align-items: center;
			}
					
				}
				@media (max-width: 767px){  
		
					.contact-form .contact-widget {
						flex-direction: column;
						width: 90%;
						
			
					}
					.contact-form .contact-widget p {
						font-size: 20px;
						width: 90%;
						text-align: center;
					
					}
					.abhol-contact .contact-wrapper {
						display: flex;
						flex-direction: column;
						gap: 20px;
						
					}
					.abhol-contact .contact-wrapper .info{
						width: 100%;
						
					}
					.abhol-contact {
						padding: 30px 15px ;
					}
					
					.abholicon {
						display: flex;
						flex-direction: column;
						margin-bottom: 0;
						background: #FF9200;
						border-radius: 10px;
						padding: 30px 0;
						
					}
					.abhol-bubble {
						background: #FF9200;
						border-radius: 10px;
						width: 100%;
						padding: 5%;
						display: flex;
						justify-content: center;
						gap: 30px;
						
					}
					.abhol-bubble img {
						height: auto;
						width: 100px;
					}
					.abhol-text{
						width: 50%;
					}
					.exlusive h1 {
						font-size: 35px;
						line-height: 37px;
						margin-bottom: 15px;
					}
					
				}

				/*Product Filter Module*/
				.product-filter {
					display: flex;
					width: 100%;
				}
				.product-filter .filter-buttons {
					width: 20%;
				}
				.product-filter .product-images {
					width: 80%;
				}
				.buttle-bubble {
					background: #FBF1E6;
					border-radius: 8px;
					display: flex !important;
					justify-content: center;
					align-items: center;
					height: 300px;
					margin: 0 15px;
				}
				.buttle-bubble img{
					max-height: 280px;
				}
				.filtered-out {
					display: none !important;
				}
				
				.default-btn, .filter-button {
					cursor: pointer;
					font-family: 'Inter';
					font-weight: 400;
					font-size: 20px;
					line-height: 24px;

					color: #000000;
					padding-bottom: 8px;
				}
					
				.default-btn:hover, .filter-button:hover {
					font-weight: 700;
					color: #E33000;
				
				}
				.filter-button:last-child {
					padding-bottom: 20px;
				}
				.product-filter a {
					color: #fff;
					text-decoration: none;
					font-family: 'Inter';
					font-weight: 700;
					font-size: 16px;
					line-height: 100%;
					border-radius: 10px;
					padding: 10px 30px;

				}
				.product-filter a:hover{
					color: #fff;
					background-color: #000 !important;

				}

				@media (max-width: 1000px){  

					.product-filter .filter-buttons {
						width: 25%;
					}
					.product-filter .product-images {
						width: 75%;
					}
					}

					@media (max-width: 767px){  
						.product-filter {
							display: flex;
							flex-direction: column;
							width: 100%;
						}
						.product-filter .filter-buttons {
							width: 100%;
						}
						.product-filter .product-images {
							width: 100%;
						}
						.buttle-bubble {
							margin: 0 5px;
						}
						.product-filter a {
							
							padding: 10px 20px;
		
						}
						}
/* Desktop devices */
@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: block;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
	.filter-buttons {
		display: flex;
		justify-content: space-between;
		margin: 15px 0 30px;
		align-items: center;
	}
	.filter-buttons select {
		word-wrap: normal;
		min-width: fit-content;
		width: 45%;
		height: 30px;
		font-family: 'Inter';
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;

		color: #000000;

	}
	.template-pages .order, .simple-page .order, .exlusive .order {
		padding: 0;
	}
}
