/*

Theme Name: Der Inder
Description: Der Inder Wordpress Theme
Author: INOYA
Version: 1.0

Inhaltsverzeichnis:

    1. Allgemein
    2. Headlines
    2. Footer
    3. Header
    4. Inhaltselemente
        4.1  Bild + Text
        4.2  Banner 
        4.3 Galerie
        4.4 Anfrageformular
        4.5 Breadcrumbs
        4.6 Schritte
        4.7 FAQs
        4.8 Text
    5. Sticky To Top Button

Hellblau: #bcd2ee
Dunkelblau: #002856
Grau: #9d9d9c


*/
/*-----------------
	1. Allgemein
-----------------------*/


:root {
  --white-color: #fff;
  --erde-color: #c25821;
  --primary-color: #c25821;  
  --bg-hell-braun: #ede7e2;
  --bg-hell-braun-2: #f0d9cd;
  --text-color: #333;
  --bg-grau: #F8F8F8;
  --lila-bg: #f9f5ff;
  --font-normal: 'Poppins';
  --font-bold: 'Jost 800'
}

html {
    /* -webkit-font-smoothing: antialiased; */
    /* font-size: 16px; */
    scroll-behavior: smooth;

}

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--text-color);
  font-family: var(--font-normal);
}



.bg-grau {
    background-color: var(--bg-grau);
}

.bg-hell-braun {
    background-color: var(--bg-hell-braun);
}

.bg-hell-braun-2 {
    background-color: var(--bg-hell-braun-2);
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.form-select {
  border: 1px solid var(--bg-hell-braun);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--bg-hell-braun);
  border-radius: 5px;
  box-sizing: border-box;
}


p, ul li, ul li a {
    font-size: 18px;
    line-height: 28px;
}

.py-5 { padding-top: 5px; padding-bottom: 5px; }
.py-10 { padding-top: 10px; padding-bottom: 10px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }
.py-20 { padding-top: 20px; padding-bottom: 20px; }
.py-30 { padding-top: 30px; padding-bottom: 30px; }
.py-40 { padding-top: 40px; padding-bottom: 40px; }
.py-50 { padding-top: 50px; padding-bottom: 50px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.py-70 { padding-top: 70px; padding-bottom: 70px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.py-90 { padding-top: 90px; padding-bottom: 90px; }
.py-100 { padding-top: 100px; padding-bottom: 100px; }

.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }

.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }

.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }

.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }

.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }

.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }

.ptb50 { padding: 50px 0; }
.ptb20 { padding: 20px 0; }
.prl20 { padding: 0px 20px; }

.text-right {
  text-align: right;
}


.section-padding {
    padding: 100px 0;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}



.up {
  width: 40px;
  height: 40px;
  position: fixed;
  background: var(--primary-color);
  border-radius: 50%;
  z-index: 9999;
  right: 20px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.up i{
  transition: transform 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
}
.up.show:hover i{
  color: #444;
  transform: translateY(-3px);
}

.up.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ie_bild_text ul {
    list-style: none;
    margin: 20px 0px !important;
}

.ie_bild_text ul li {
    line-height: 28px;
    margin-bottom: 5px;
    position: relative;
    padding: 0px 0px 4px 45px;
}

.ie_bild_text ul li:before
{
    content: "\f00c";
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    color: var(--erde-color);
    border-radius: 50%;

}

/*-----------------
	2. Headlines
-----------------------*/

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: var(--font-bold);
}

h1, .h1 {
	font-size: 52px;
	line-height: 62px;
}

h2, .h2 {
	font-size: 38px;
	line-height: 48px;
}

h3, .h3 {
	font-size: 28px;
	line-height: 38px;
}

h4, .h4 {
	font-size: 24px;
	line-height: 34px;
}

h5, .h5 {
	font-size: 18px;
	line-height: 28px;
}

/*-----------------
	3. Footer
-----------------------*/

.footer {
    background-color: #f2f3f1;
    padding: 100px 0;
}

.footer .adressinfo {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.footer .adressinfo li {
    margin-bottom: 10px;
}

.footer .adressinfo li i {
    margin-right: 10px;
}

.footer-links-list {
    margin: 20px 0 0 0;
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list li a {
    color: var(--text-color);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-box .h4 {
  margin-bottom: 40px;
}


.footer-box a {
  text-decoration: none;
}

.footer-box a:hover {
  text-decoration: underline;
   color: var(--primary-color);
}


.footer-galerie img {
    border-radius: 6px;
    margin-bottom: 20px;
}

.logo-footer {
  width: 200px;
  margin-bottom: 50px;
}

.kids-food-service-logo-footer {
  width: 240px;
  margin-top: 20px;
}

.ti-widget[data-layout-id='56'][data-set-id='drop-shadow'] .ti-widget-container {
  text-align: left!important;
  margin-top: 20px!important;
}

.footer-row-copyright {
  margin-top: 20px;
}

.footer-row-copyright p,
.footer-row-copyright a  {
  color: #9c9c9c;
  font-size: 14px;
}

.footer-row-copyright a {
    text-decoration: underline;
    text-underline-offset: 4px;
}


/*-----------------
	3. Header
-----------------------*/

header {
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  padding: 10px 0;
  position: relative;
}

header.is-sticky {
    position: sticky;
    background: var(--bg-hell-braun-2);
    padding: 0px;
}

.navbar {
  padding: 0;
}

.nav-links ul {
  list-style: none;
  display: flex;
  margin: 0;
  transition: opacity 0.4s ease;
}

.nav-links ul li {
  margin-right: 25px;
}

.nav-links ul i{
  display: none;

}

.nav-links ul li a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 20px;
  font-family: var(--font-bold);
}



.nav-links ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.nav-links ul li a.active {
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
}

.nav-links ul li a.highlight {
  color: var(--primary-color);
  font-weight: 600;
}

.header-logo {
    height: 75px;
    width: auto;
}

  .menu-toggle {
  display: none;
  flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 40px;
}

.nav-links.active ul {
  opacity: 1;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--text-color);
}

header.is-sticky .menu-toggle {
  top: 30px!important;
}
.nav-links.active + .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
}
.nav-links.active + .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.nav-links.active + .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}



.topbar-container{
    width: 100%;
    background: var(--bg-hell-braun-2);
    padding: 10px;
}



.topbar-container a {
  text-decoration: none;
  color: #0b0b0d;
  line-height: normal;
  font-size: 16px;
}

.topbar-container a i {
  margin-right: 10px;
}



/*-----------------
	4. Inhaltselemente
-----------------------*/

/*-----------------
	4.1 Bild + Text
-----------------------*/

.ie_bild_text .order-2 .bild-text-text{
  margin-left: 30px;
}

.ie_bild_text .order-1 .bild-text-text {
  margin-right: 30px;
}

.ie_bild_text img {
    border-radius: 10px;
}

.ie_bild_text h1, .ie_bild_text h2, .ie_bild_text h3, .ie_bild_text h4    {
    margin-bottom: 20px;
}


/*-----------------
	4.2 Banner
-----------------------*/

.banner {
  position: relative;
  width: 100%;
  background: url('../image/banner.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 250px 0;
}

.banner:before {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .banner-content {
    z-index: 10;
}


.banner-content {
  position: relative;
  z-index: 1;
}

.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 50px;
}

.banner-btn {
  background-color: var(--primary-color);
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.banner-btn:hover {
  background: var(--bg-hell-braun);
  color: var(--erde-color);
}

.banner .banner-subline {
  font-size: 26px;
  line-height: 36px;
  margin-top: 20px;
}

/*-----------------
	4.3 Galerie
-----------------------*/

.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #0b0b0d;
}

.filter-btn.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 4px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.10);
}

.gallery-item.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  display: none;
}

@media (max-width: 650px) {
  .filter-buttons {
    gap: 7px;
  }
  .gallery-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
  }
  .filter-btn {
	font-size: 15px;
  }
}

@media (max-width: 400px) {
  .filter-buttons {
    gap: 3px;
  }
  .filter-btn {
	font-size: 11px;
  }
}


  
/*-----------------
	4.4 Anfrageformular
-----------------------*/

.ie_anfrageformular .anfrage-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}


.ie_anfrageformular .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ie_anfrageformular input:focus, 
.ie_anfrageformular textarea:focus{
  box-shadow: none;
	border-color: var(--primary-color);

}

.ie_anfrageformular input[type="checkbox"]{
	accent-color: var(--primary-color);
	width: 20px;
  height: 20px;
}

.ie_anfrageformular .submit-btn {
  background: var(--primary-color);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 30px;
  width: 100%;
}

.ie_anfrageformular .submit-btn:hover {
  background: var(--bg-hell-braun);
  color: var(--primary-color);
}

.ie_anfrageformular .side-info {
  margin-top: 30px;
  text-align: center;
  padding: 30px;
}

.ie_anfrageformular .side-info img {
    border-radius: 10px;
    margin-bottom: 40px;
}


.ie_anfrageformular .side-info h4 {
  margin-bottom: 15px;
}

.ie_anfrageformular .side-info p {
  margin: 0 0 15px;
}

/*-----------------
	4.5 Breadcrumbs
-----------------------*/


.back-breadcrumbs {
	border-bottom: 1px solid #f2f3f1;
	border-top: 1px solid #f2f3f1;
	padding: 15px 0;

}

.breadcrumbs_wrapper,
.breadcrumbs_wrapper a {
	font-size: 14px;
}

.breadcrus {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrus a {
    text-decoration: none;
    color: var(--text-color);
}


/*-----------------
	4.6 Schritte
-----------------------*/

.ie_schritte .steps {
	position: relative;
	margin-top: 32px;
}

.ie_schritte .steps::after {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #333;
	opacity: 0.4;
	top: 0;
	bottom: 0;
	left: 50%;
}
  
.ie_schritte .steps .content p[class=""] {
	font-size: 18px;
}

  
.ie_schritte .steps-container {
	position: relative;
	background-color: inherit;
	width: calc(50% + 32px);
}
  
.ie_schritte .steps-container .content {
	padding: 32px;
	background-color: white;
	position: relative;
	border-radius: 20px;
	box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
	border: 3px solid var(--white-color);
}

.ie_schritte .steps-container .content:hover {
	border: 3px solid var(--primary-color);
}
  
.ie_schritte .steps .steps-container:nth-child(even) {
	left: calc(50% - 32px);
	flex-direction: row-reverse;
}
  
.ie_schritte .steps-container {
	display: flex;
}
  
.ie_schritte .steps .steps-container .date {
	font-size: 18px;
	color: var(--white-color);
	margin-bottom: 10px;
	width: 62px;
	height: 62px;
	background-color: var(--primary-color);
	border-radius: 50%;
	flex-shrink: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 19;
}

.ie_schritte .steps .steps-container .date:hover {
	background-color: #333;
	color: var(--white-color);
}
  
.ie_schritte .step-line {
	width: 40px;
	background-color: #2c3d49;
	height: 1px;
	margin-top: 31px;
	opacity: 0.4;
	flex-shrink: 0;
}
  

/*-----------------
  4.7 FAQs
-----------------------*/

.ie_faqs .accordion-item .accordion-panel h1,
.ie_faqs .accordion-item .accordion-panel h2,
.ie_faqs .accordion-item .accordion-panel h3 {
	margin-bottom: 20px;
}

.ie_faqs .accordion-thumb {
	margin: 0;
	padding: 25px;
	cursor: pointer;
	position: relative;
}

.ie_faqs .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ie_faqs .accordion-thumb h3,
.ie_faqs .accordion-thumb h2,
.ie_faqs .accordion-thumb h4 {
	font-size: 22px;
	line-height: 32px;
}

.ie_faqs .accordion-panel {
	padding: 35px;
}

.ie_faqs .accordion-thumb:hover,
.ie_faqs .accordion-item.is-active {
	background-color: var(--bg-hell-braun);
}

  
.ie_faqs .accordion-item .accordion-thumb:after,
.ie_faqs .accordion-item.is-active .accordion-thumb:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	 content: "\f063";
	position: absolute;
	top: 22px;
	right: 3px;
}
  
.ie_faqs .accordion-item .accordion-thumb:after,
.ie_faqs .accordion-item.is-active .accordion-thumb:after {
	top: 26px;
	right: 20px;
}
  
.ie_faqs .accordion-item.is-active .accordion-thumb:after {
	    content: "\f062";
}
  
.ie_faqs .accordion-item {
	background-color: transparent;
	border: 1px solid var(--bg-hell-braun-2);
	margin-bottom: 20px;
	border-radius: 8px;
}


/*-----------------
    4.8 Text
-----------------------*/

.ie_text.big-font p {
  font-size: 30px;
    line-height: 42px;
}

/*-----------------
    5. Sticky To Top Button
-----------------------*/

.sticky-to-top-button {
    border-width: 3px;
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: #fff;
    background-color: rgb(255 255 255 / 1);
    border-radius: 9999px;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 60px;
    border-color: var(--primary-color);
    box-shadow: 0 2px 4px -1px #0003, 0 1px 10px #0000001f, 0 4px 5px #00000024;
    position: fixed;
    bottom: 20px;
    right: 1%;
    height: 60px;
    z-index: 9999;
}

.sticky-to-top-button.hidden {
  display: none;
}