:root {

  --main-color: #05794a;
  --main-color2: #ffffd5;
  --main-txtcolor: black;
  --main-footercolor: #343434;
  
  --maintxtcolor1: white;
  --maintxtcolor2: black;
  
    --nav-bg-color-ebene2: #333;
  --nav-text-color-ebene2: white;

}


/* ------------------------------------ */
/* Standart
/* ------------------------------------ */


body {
   margin: 0px;
   padding: 0px;
   font-family: 'Roboto','open sans', Sans-Serif;
   color: #000000;
   overflow-x: hidden;
   font-size: 18px;
   font-weight: 400;
   
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: super;
    font-size: 60%;
    line-height: 100%;
}

ul,
ol { 
  /*list-style: none;*/
  padding: 0;
  margin: 0; 
}

.footer_wrapper  ul { 
  list-style: none;
}

dl {
  margin: 0;
}

dt {
  font-weight: inherit;
}

img {
	border: 0
}

.clear {
    clear: both;
}

.no_display_desktop {
	display: none;
}
.only_display_desktop {
	display: inline;
}
.only_display_mobile {
	display:none;
}

.no_display_mobile {
	
}

@media (max-width: 920px) {
	
	.only_display_desktop {
	     display:none;
    }
	.only_display_mobile {
	   display: inline;
	}

	.no_display_mobile {
	   display:none;
	}
	.no_display_desktop {
	display: inline;
}
}

.zitat {
	font-size:24px !important;
	 font-family: 'kalam', serif !important;
	 color:white !important;
}



.img_float_left {
  float: left;
  margin-right: 15px;
  
 
}


.img_float_right {
  float: right;
  margin-left: 15px;
  padding-top:3px;
  
}

@media (max-width:800px) {
	.img_float_right {
	clear: both;
	width:100%;
	}

}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


/* Hover + Fokus-Styling */
.seitennavi a:hover,
.seitennavi a:focus-visible {
  background-color: #005fcc;
  color: #ffffff !important;
  outline: none;
}

/* 🔹 Aktueller Eintrag */
.seitennavi a[aria-current="page"] {
  background-color: #003366;
  color: #ffffff !important;
  font-weight: 600;
}

/* ------------------------------------ */
/* Topleiste
/* ------------------------------------ */

.topleiste {
	height:25px; 
	background-color: var(--main-color);
	padding-top:7px;
	color: var(--maintxtcolor1);
	font-size: 16px;
	font-weight: 500;
	padding-bottom:3px;
}

.topleiste a {
	color: var(--maintxtcolor1);
	font-weight: 500;
}
.topleiste span {
	color: var(--maintxtcolor1);
	font-weight: 500;
}
.topleiste i {
	color: var(--main-color2);
	font-weight: 500;
}

@media (max-width: 920px) {
	.topleiste {
	  display: flex;
	  justify-content: center; /* horizontal */
	  text-align: center;      /* Text zentrieren */
	}

	.header_inner {
	  display: flex;
	  flex-direction: column;  /* untereinander */
	  align-items: center;     /* zentriert */
	  gap: 0.5em;
	}
	
	.topleiste a{
		font-size:12px;
	}

}


.oeffnungszeiten_header {
	float:left;
}

.kontaktinfo_header {
	float:right;
}

.kontaktinfo_header a {
	margin-right:20px;
}

.kontaktinfo_header a.kontakt-last {
  margin-right: 0;
}

.header_inner {
    max-width: 1100px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* ------------------------------------ */
/* Header
/* ------------------------------------ */
.header_bg {	
	background-color: #fff; 
	display:none;
}

.header_kontakt_wrapper {
	text-align: center;
	width:100%;
	font-size:18px;
	padding-bottom:15px;
}

.header_kontakt_wrapper p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:black;
}

.header_logo_wrapper {
	text-align:center; 
	padding-top:15px; 
	padding-bottom:5px;
}

@media (max-width: 800px) {
	.header_bg {
		display: block;
	}
}


/* ------------------------------------ */
/* Menue
/* ------------------------------------ */
.menue_wrapper {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1000;
	border-bottom: 0px solid #888;
	position: relative;
	background: linear-gradient(180deg, #ffffeb 0%, #ffffd5 100%);
}

.menue_wrapper_fixed {
    background: #eeeeee;
    width: 100%;
    height: 50px;
    position: fixed;
    opacity: 0.9;
    top: 0px;
    padding-top: 8px;
	z-index:10000000;
}

.menue_wrapper_fixed .menue_top_abstand { 
    padding-top: 0px;
}

.menue_wrapper .menue_top_abstand { 
    padding-top: 100px;
}

.menue_wrapper_fixed .menue_tel_kontakt {
	display:none;
}

.menue_wrapper_fixed #logo_gross {
	display:none;
}
.menue_wrapper_fixed #menue_logo_gross {
	display:none;
}


.menue_inner {
    max-width: 1100px;
    padding-right: 0px;
   
   margin-left: auto;
    margin-right: auto;
    z-index: 1001; 
	position:relative;
}

.menue_logo2 {
   position: relative; 
   padding-top:0px;	
}


.menue_logo2_txt {
	float:left; 
	font-size:28px; 
	padding-left:0px; 
	padding-top:18px; 
	color: #373759;
	padding-bottom:10px;
}

.menue_logo2_txt img {
	height:110px;
}

.menue_tel_kontakt {
	position: absolute;
	top:15px;
	right:5px;
	text-align: right;
	color: #373759; 
	font-size:14px;
	width:100%;
}


@media (max-width: 1000px) {
	.menue_logo2_txt {
		font-size:20px; 
	}

	.menue_logo2_img {
		padding-left:20px;
	}
}

@media (max-width: 800px) {
	
	
	.menue_logo {
		display:none;
	}
	
	.menue_logo2 {
		display:none;
	}
	
	.menue_tel_kontakt {
		display:none;
	}
	
	
	.menue_wrapper {
		/*height:0px;*/
		
		
		position: fixed;
	
		top: -10px;
	
	}
	
	.menue_wrapper .menue_top_abstand { 
		padding-top: 0px;
	}

	.menue_inner {
		
		/*
		position: fixed;
		top: 0px;
		z-index: 10000000000;*/
	}
}



/* ------------------------------------ */
/* Head buttons
/* ------------------------------------ */
.head_button a {
	text-decoration: none; 
	width: 13px; 
	max-height: 13px; 
	border: 1px solid #cccccc; 
	display: block; 
	padding-top: 7px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 13px; 
	overflow: hidden; 
	margin-left: 10px; 
	float: right; 
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
	background-color: #ffffff;
}
.head_button_wrap {
	width:300px;
}
.head_button_1 {
	float: left
}
.head_button_2 {
	float: left; 
	margin-left: 25px;
}

.head_button a:hover {
	width: 220px;
	transition: .66s;
}

/* ------------------------------------ */
/* NAVIGATION
/* ------------------------------------ */
    /******************************************
     * 🔹 Menü allgemein
     ******************************************/
    .menu-container {
      color: var(--main-txtcolor);
      display: flex;
      justify-content: flex-end;
      align-items: center;
      /*min-height: 3.5em;*/
      position: relative;
      /*background-color: var(--bg-color);*/
      padding-right: 1em;
    }

    .burger {
      display: none;
      background: none;
      border: none;
      color: var(--text-color);
      font-size: 1.8em;
      cursor: pointer;
    }

    nav {
      flex-grow: 0;
    }

    .nav-links {
      list-style: none;
      display: flex;
      gap: 1em;
      margin: 0;
      padding: 0;
    }

    .nav-links li {
      position: relative;
    }

    .nav-links li a {
      color: var(--main-txtcolor);
      background: none;
      border: none;
      padding: 0.65em 1em;
      font-size: 1em;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    /* Hover und Fokus für Hauptmenüpunkte */
    .nav-links > li:hover > a,
    .nav-links > li:focus-within > a,
    .nav-links > li.open > a,
    .nav-links > li.active > a {
      background-color: var(--main-color);
      color: #fff;
    }

    /* Dropdown */
    .nav-links li ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: var(--nav-bg-color-ebene2);
      min-width: 220px;
      white-space: nowrap;
      z-index: 1000;
      margin: 0;
      padding: 0;
    }

    .nav-links li.open > ul,
    .nav-links li:hover > ul {
      display: block;
    }

    .nav-links li ul li {
      list-style: none;
    }

    .nav-links li ul li a {
      display: block;
      padding: 0.75em 1em;
      color: var(--nav-text-color-ebene2);
      background-color: var(--nav-bg-color-ebene2);
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    .nav-links li ul li a:hover,
    .nav-links li ul li a:focus {
      background-color: var(--main-color);
      color: #fff;
    }

    /* Dropdown Pfeil */
    .has-dropdown > a::after {
      content: " ▼";
      font-size: 0.7em;
      margin-left: 0.3em;
      user-select: none;
      pointer-events: none;
      vertical-align: middle;
      transition: transform 0.3s ease;
    }

    .has-dropdown.open > a::after,
    .has-dropdown:hover > a::after {
      transform: rotate(180deg);
    }

    /* Mobile only link */
    .mobile-only {
      display: none;
    }

    /******************************************
     * 🔹 Responsive Menü
     ******************************************/
    @media (max-width: 768px) {
      .burger {
        display: block;
      }

      .nav-links {
        flex-direction: column;
        align-items: flex-start;
        display: none;
        background-color: var(--main-color);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 999;
      }

      .nav-links.show {
        display: flex;
      }

      .nav-links li {
        width: 100%;
      }

      .nav-links li ul {
        position: static;
        width: 100%;
      }

      .mobile-only {
        display: block;
      }

      .menu-container {
        justify-content: space-between;
        padding: 0 1em;
      }

      nav {
        flex-grow: 1;
      }
    }

    /******************************************
     * 🔹 Fokus-Styling
     ******************************************/
    .nav-links a:focus,
    .burger:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.6);
      border-radius: 4px;
    }


/* ------------------------------------ */
/* Wowslider
/* ------------------------------------ */

#wowslider-container1 {
	border-bottom: 1px solid #888;}


#wowslider-container1 .ws-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: z-index:50000000000000000000;
    color: #fff;
    width: 100%;
    font-size: 32px !important;
	 padding-right: 0px;
	 padding-left: 0px;	
}


#wowslider-container1 .ws-title {
    background-image: url(../grafik/pixel_grey2.png);
	width:100%;
	text-align:center;
}
#wowslider-container1 .ws-title2 small{
	font-size: 24px!important
}
#wowslider-container1 .ws-title2 div, #wowslider-container1 .ws-title span {
	text-align:center;
} 


/* ------------------------------------ */
/* Content
/* ------------------------------------ */

.contet {
}
.content_wrapper {
    width: 100%;
    z-index: 1000;
}
.content_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
    padding-top: 50px;
    padding-bottom: 50px;
}


.content_inner h1 {
    text-align: left;
    font-size: 34px;
    margin-bottom: 32px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #121212;
	/*text-transform: uppercase;*/
}
.doppelspalte1 h1{
    text-align: left;
    font-size: 34px;
    margin-bottom: 5px;
    padding-bottom: 5px;
   font-family: 'Roboto', serif !important;
    font-weight: 500;
     color: #121212;
	/* text-transform: uppercase;*/
}
.doppelspalte2 h2{
    text-align: left;
    font-size: 28px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto', serif !important;
    font-weight: 400;
     color: #121212;
	/* text-transform: uppercase;*/
}
.content_inner h2 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto', serif !important;
    font-weight: 400;
     color: #121212;
	/* text-transform: uppercase;*/
}
.content_inner h3 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
   font-family: 'Roboto', serif !important;
    font-weight: 400;
     color: #121212;
	font-weight: bold;
}
.content_inner h4 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 16px;
    font-family: 'Roboto', serif !important;
    font-weight: 400;
     color: #121212;
}
.content_inner h5 {
    text-align: left;
    font-size: 36px;
    margin-bottom: 26px;
    font-family: 'Roboto', serif !important;
    font-weight: 400;
     color: #121212;
}
.content_inner h5 small {
    font-size: 12px;
}
.content_inner h6 {
    text-align: center;
    font-size: 36px;
    margin-top: 26px;
    font-family: 'Roboto', serif !important;
    font-weight: 300;
     color: #121212;
}

.content_inner a {
    display: inline-block;
    text-decoration: underline;
    /*font-style: italic;*/
    transition: .40s all ease-out;
	transition: .40s all ease-in;
}
.content_inner a, .content_inner a:active, .content_inner a:focus {
    color: var(--main-color);
	font-weight: 500;
	
}
.content_inner a:hover, .content_inner a:focus {
    color: #373759;
    text-decoration: underline;
}
.content_inner a:focus {
    outline: 0;
}
.content_inner p { 
color: #2a2e34;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
    margin-bottom: 16px;
    font-family: 'Roboto', Sans-Serif;
    font-weight: 400;
	color: #121212;
}


.content_inner li {
    line-height: 120%; 
	margin-left: 40px;
    font-size: 18px;
    margin-right: 20px;
	 font-weight: 400;
}
.content_inner ul {
        margin-bottom: 18px;
}

.content_inner em {
    /*font-size: 18px;*/
    line-height: 160%;
    text-align: left;
    margin-bottom: 16px;
    font-family: 'open sans', Sans-Serif;
    font-weight: 300;
    font-style: italic;
}
.content_inner small {font-size: 70%;}
.content_inner strong {
    font-weight: 600;
}


/* doppelspalten */
.doppelspalte1 {float: left; width:45%}

.doppelspalte2 {float: right; width:45%}

.doppelspalte_inner {
	width:90%;
}

@media (max-width: 1000px) {
	.doppelspalte1 {
	   clear:both;
		width:100%
	}

	.doppelspalte2 {
		float: none;
		clear:both;
		width:100%;
		padding-top:20px;
	}
	
	.content_inner {
	   padding-left:20px;
	   padding-right:20px;
	}
}


/* ------------------------------------ */
/* Footer
/* ------------------------------------ */
.footer_wrapper {
	background: #232323;
	width:100%;
	z-index: 1;
}

.footer_wrapper .list-marked-variant-2 > li > a:before {
  color: #fff;
}

.footer_inner {
    max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1001;
	padding-top: 20px;
	padding-bottom:30px;
	font-size:14px !important; 
    font-weight: 400;
	color: #ffffff;
	line-height:160%; display: flex; justify-content: space-between;
}

.footer_inner a{
	font-size:14px !important; 
	color: #ffffff;
}
.footer_inner a:hover{ 
  text-decoration: none;
}

.footer_inner h2 {
	font-size: 22px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.footer_spalte1 {
	padding-right: 0px;
	text-align: left !important; 
	line-height: 150% !important;
	width:35%;
}
.footer_spalte2 {
	padding-right: 0px;
	text-align: left !important;
	line-height: 150% !important;
	width:35%;
}
.footer_spalte2 p{
	margin: 0; 
	padding: 0; 
	margin-bottom: 14px;
}

.footer_spalte3 {
	padding-right: 0px;
	text-align: left !important;
   line-height: 150% !important;
   width:25%;
}

.footer_underline_1, .footer_underline_2, .footer_underline_3  {
	border-top:1px solid #eee; 
	height:15px;
}
.footer_underline_1 {
  width:120px;
}
.footer_underline_2 {
  width:180px;
}
.footer_underline_3 {
  width:120px;
}


@media (max-width: 1120px) {
	.footer_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media (max-width: 1000px) {
	.footer_inner {
		display: flex; justify-content: center;
	}
	
	.footer_underline_2 {
	  width:230px; 
	}
	.footer_underline_3 {
	  width:230px;
	}
}


@media (max-width: 768px) {
	
	
	
	
	.footer_inner {
		display: flex; 
		flex-wrap: wrap;
	}
	.footer_spalte1 {
		width: 100%;
    }

    .footer_spalte2 {
		width: 100%; 
		margin-top: 20px;
    }
	
	.footer_spalte3 {
		width: 100%; 
		margin-top: 20px;
    }

}


.back-to-top {
    background: #e6ad00;
    position: fixed;
    bottom: 10px;
    right: 5px;
    padding: 1em;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    color: black; line-height: 100%
    /*background-image: url("../grafik/gold.png");*/
}
.back-to-top a {
    color: white;
}
.back-to-top2{
	color: #ffffff;
	width:100%;
	text-align: center;
	background-color: #ababab !important;
	}

/* ------------------------------------ */
/* Buttons
/* ------------------------------------ */

.button2 {
	width: 300px;
	display: block;
	padding: 13px;
	border: 1px solid;
	font-size: 18px;
    line-height: 24px;
    border-radius: 4px;
	text-decoration: none !important;
    font-style: normal !important;
    color: white !important;
    border-color: #636363;
	text-align: center;
	margin-bottom: 20px;margin-left: 15px; margin-right: 15px;
}
.button2 a{font-style: normal !important; display: block;}
.button2 a:hover{color: #36a7e9;}
.button2:focus, .button2:active, .button2:active:focus {
    outline: none;
}

.button {
    max-width: 100%;
    font-size: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid;
    font-weight: 500;
    transition: .33s ease;
    padding: 13px 29px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 4px;
    text-decoration: none !important;
    font-style: normal !important;
    color: white !important;
    border-color: #636363;
}
.button a{font-style: normal !important; display: block;}
.button a:hover{color: #c4423b;}
.button:focus, .button:active, .button:active:focus {
    outline: none;
}

@media (max-width: 1050px) {
	.button_wrap_flex {width: 100%; display: flex; justify-content:space-around;flex-wrap: wrap; flex-direction: row;}
}

.button-default {
    color: #333;
    background-color: transparent;
    border-color: #aeaeae;
}
.button-default:focus, .button-default:active, .button-default:hover {
    color: #fff;
    background-color: #373759;
    border-color: #373759;
}
.button-primary {
    color: #373759 !important;
    background-color: #fff;
    border-color: #373759;
}
.button-primary:focus, .button-primary:active, .button-primary:hover {
    color: #ffffff !important;
    background-color: #fed255;
    border-color: #121212;
	color: black !important;
}
.button-primary-filled {
    color: #fff;
    background-color: #373759;
    border-color: #373759;
}
.button-primary-filled:focus, .button-primary-filled:active, .button-primary-filled:hover {
    color: #373759 !important;
    background-color: #fff;
    border-color: #fff;
}
.button-facebook {
    color: #fff;
    background-color: #547abb;
    border-color: #547abb;
}
.button-facebook:focus, .button-facebook:active, .button-facebook:hover {
    background-color: #fff;
    color: #547abb;
}
.button-twitter {
    color: #fff;
    background-color: #14a5eb;
    border-color: #14a5eb;
}
.button-twitter:focus, .button-twitter:active, .button-twitter:hover {
    background-color: #fff;
    color: #14a5eb;
}
.button-google {
    color: #fff;
    background-color: #e75854;
    border-color: #e75854;
}
.button-google:focus, .button-google:active, .button-google:hover {
    background-color: #fff;
    color: #e75854;
}
.button-pdf {
    color: #373759;
    background-color: #fff;
    border-color: #e7e7e7;
    border-width: 1px;
    font-size: 17px;
    line-height: 21px;
    padding: 20px;
}
.button-pdf .icon {
    font-size: 22px;
}
.button-pdf:hover, .button-pdf:active, .button-pdf:focus {
    color: #fff;
    background-color: #373759;
    border-color: #373759;
}
.button-pdf:hover .icon, .button-pdf:active .icon, .button-pdf:focus .icon {
    color: #fff;
}
.button-block {
    width: 100%;
}
.button-rect {
    border-radius: 0;
}
.button-round {
    border-radius: 17px;
}
.button-circle {
    border-radius: 37px;
}
.button-thin {
    border-width: 1px;
}
.button-xs {
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    padding: 12px 13px;
    letter-spacing: 0.025em;
}
.button-sm {
    padding: 10px 27px;
    font-size: 17px;
    line-height: 26px;
    border-radius: 4px;
}
.button-lg {
    padding: 13px 32px;
    font-size: 22px;
    line-height: 33px;
    border-radius: 4px;
}
.button-xl {
    padding: 16px 36px;
    font-size: 26px;
    line-height: 39px;
    border-radius: 4px;
}
.button.button-icon {
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}
.button.button-icon .icon {
    display: inline-block;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    transition: 0s;
}
.button.button-icon:hover .icon {
    color: inherit;
}
.button.button-icon-left .icon {
    padding-right: 16px;
}
.button.button-icon-right .icon {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 10px;
}
.button.button-sm .icon {
    position: relative;
    top: 1px;
    padding-right: 28px;
}
.button.button-sm.button-google .icon {
    padding-right: 36px;
}
.button.button-xxl .icon {
    position: relative;
    left: -10px;
    padding-right: 25px;
}
.button-link {
    color: #000;
    font-weight: 500;
}
.button-link:hover {
    color: #373759;
}
.button-link:hover .icon {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.button-link span {
    vertical-align: middle;
}
.button-link .icon {
    color: #373759;
    padding-left: 10px;
    transition: 0.35s all ease;
}



/* ------------------------------------ */
/* Bildergalerie
/* ------------------------------------ */
.flexbin {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: -2.5px; 
  z-index: 1;
  }
  
  
  .flexbin:after {
    content: '';
    flex-grow: 999999999;
    min-width: 300px;
    height: 0; }
  .flexbin > * {
    position: relative;
    display: block;
    height: 300px;
    margin: 4.5px;
	
	
    flex-grow: 1; }
    .flexbin > * > img {
      height: 300px;
      object-fit: cover;
      max-width: 100%;
      min-width: 100%;
      vertical-align: bottom; }
  .flexbin.flexbin-margin {
    margin: 2.5px; }
  @media (max-width: 980px) {
    .flexbin {
      display: flex;
      overflow: hidden;
      flex-wrap: wrap;
      margin: -2.5px; }
      .flexbin:after {
        content: '';
        flex-grow: 999999999;
        min-width: 150px;
        height: 0; }
      .flexbin > * {
        position: relative;
        display: block;
        height: 150px;
        margin: 2.5px;
        flex-grow: 1; }
        .flexbin > * > img {
          height: 150px;
          object-fit: cover;
          max-width: 100%;
          min-width: 100%;
          vertical-align: bottom; }
      .flexbin.flexbin-margin {
        margin: 2.5px; } }
  @media (max-width: 400px) {
    .flexbin {
      display: flex;
      overflow: hidden;
      flex-wrap: wrap;
      margin: -2.5px; }
      .flexbin:after {
        content: '';
        flex-grow: 999999999;
        min-width: 100px;
        height: 0; }
      .flexbin > * {
        position: relative;
        display: block;
        height: 100px;
        margin: 2.5px;
        flex-grow: 1; }
        .flexbin > * > img {
          height: 100px;
          object-fit: cover;
          max-width: 100%;
          min-width: 100%;
          vertical-align: bottom; }
      .flexbin.flexbin-margin {
        margin: 2.5px; } }


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


#backgroundPopup { 
	z-index:101;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
	
	
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 600px;
    z-index: 102000000000000000;
}
div.loader {
    background:  url(../images/loading.gif) no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 999900;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background:  url(../images/closebox.png) no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 0px 0px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:10px;
	background-image: url(../images/back_popup.jpg);
	background-repeat: repeat-x;
}

.pop_ueberschrift {
   min-height: 50px;
   height: auto !important;
   height: 50px;
}
.pop_ueberschrift h1 {
  padding:0px;
  margin:0px;
}

.pop_content {
  min-height: 150px;
   height: auto !important;
   height: 150px;
   padding-bottom:20px;
   line-height: 18px;
}

.pop_footer{
padding-bottom:20px;
}



.pop_footer a {
	color: #000000;
}
.pop_footer a:hover {
	background-color: #373759;
	color: #ffffff;
}

@media (max-width: 620px) {
#toPopup {

    top: 30px;
    width: 300px;
	 margin-left: -140px;
    
}

}


/* ------------------------------------ */
/* Listen
/* ------------------------------------ */


.list_wrapper {
	
}
.list_wrapper a{
	text-decoration:none;
}

.list > li + li {
  margin-top: 5px;
}

.list-xl > li + li {
  margin-top: 44px;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
  vertical-align: baseline;
}

.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline-reset {
  font-size: 0;
  line-height: 0;
}

.list-inline-xs {
  margin-left: -6px;
  margin-right: -6px;
}

.list-inline-xs > li {
  padding-left: 6px;
  padding-right: 6px;
}

.list-inline-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline-sm > li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-inline-md {
  margin-left: -15px;
  margin-right: -15px;
}

.list-inline-md > li {
  padding-left: 15px;
  padding-right: 15px;
}

.list-objects-inline {
  margin-bottom: -4px;
  margin-left: -22px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.list-objects-inline > *, .list-objects-inline > *:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 22px;
}

.list-objects-inline > li > * {
  display: inline-block;
  vertical-align: middle;
}

.list-objects-inline > li > * + * {
  margin-left: 5px;
}

.list-terms dt + dd {
  margin-top: 10px;
}

.list-terms dd + dt {
  margin-top: 31px;
}

.list-terms-variant-1 dt {
  font: 700 16px/22px "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: -.025em;
  color: #000;
}

.list-terms-variant-1 dt + dd {
  margin-top: 18px;
}

.list-terms-variant-1 dd + dt {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .list-terms-variant-1 dt {
    font-size: 24px;
    line-height: 1.2;
  }
  .list-terms-variant-1 dd + dt {
    margin-top: 50px;
  }
}

.list-inline-dashed {
  margin-left: -15px;
}

.list-inline-dashed li {
  padding-left: 15px;
  padding-right: 10px;
}

.list-inline-dashed li:after {
  content: '|';
  position: relative;
  right: -12.5px;
  color: #e5e7e9;
}

.list-inline-dashed li:last-child {
  padding-right: 0;
}

.list-inline-dashed li:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  .list-md-dashed > * {
    position: relative;
  }
  .list-md-dashed > *:after {
    content: '';
    position: absolute;
    font-weight: 100;
    top: 0;
    right: -6%;
    height: 73px;
    -webkit-transform: translateX(-50%) skew(-21deg);
    transform: translateX(-50%) skew(-21deg);
    width: 1px;
    background: #48494a;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .list-md-dashed > *:after {
    right: -3%;
    height: 120px;
  }
}

@media (min-width: 992px) {
  .list-md-dashed > *:last-child::after {
    display: none;
  }
}

.dl-inline {
  vertical-align: middle;
}

.dl-inline dt,
.dl-inline dd {
  display: inline-block;
  vertical-align: middle;
}

.dl-inline dt {
  padding-right: 5px;
}

.dl-inline dt:after {
  content: ':';
}

.dl-inline .pricing-object-sm {
  position: relative;
  top: -5px;
}

.list-terms-inline dt, .list-terms-inline dd {
  display: inline-block;
}

.list-terms-inline dt {
  color: #000;
}

.list-terms-inline dd {
  color: rgba(0, 0, 0, 0.5);
}

.list-terms-inline dt:after {
  content: ':';
}

.list-index {
  counter-reset: li;
}

.list-index > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

.list-marked li {
  color: #000;
  position: relative;
  padding-left: 32px;
}

.list-marked li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f005';
  /*font-family: "fl-flat-icons-set-2";*/
  font: 400 18px/24px 'FontAwesome';
  
  display: inline-block;
  margin-right: 11px;
  font-size: 13px;
  line-height: inherit;
  vertical-align: middle;
  color: #37c386;
}

.list-marked li:not(:last-child):after {
  content: ';';
}

.list-marked li:last-child:after {
  content: '.';
}

.list-marked li + li {
  margin-top: 11px;
}

.list-marked-spacing-lg li {
  padding-left: 26px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-marked li {
    padding-left: 24px;
    font-size: 13px;
  }
  .list-marked li:before {
    font-size: 11px;
  }
}

.list-marked-variant-2 > li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-marked-variant-2 > li > a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: -1px;
  font: 400 18px/24px 'FontAwesome';
  color: #373759;
  transition: .33s all ease;
}

.list-marked-variant-2 > li > a:hover:before {
  left: 4px;
}

.list-marked-variant-2 > li + li {
  margin-top: 14px;
}

.list-ordered {
  counter-reset: li;
}

.list-ordered li {
  color: #000;
}

.list-ordered li:before {
  display: inline-block;
  margin-right: 13px;
  width: 15px;
  content: counter(li, decimal) ".";
  counter-increment: li;
}

.list-ordered li:not(:last-child):after {
  content: ';';
}

.list-ordered li:last-child:after {
  content: '.';
}

.list-ordered li + li {
  margin-top: 11px;
}

.list-tags > li {
  display: inline-block;
  font-style: italic;
}

.list-tags > li a, .list-tags > li a:active, .list-tags > li a:focus {
  color: #37c386;
}

.list-tags > li a:hover {
  color: #37c386;
}

.list-tags > li:after {
  content: ',';
  display: inline-block;
  color: #f9f9f9;
}

.list-tags > li:last-child:after {
  display: none;
}

.list-numbered {
  counter-reset: li;
}

.list-numbered > li {
  position: relative;
  padding-left: 30px;
}

.list-numbered > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li, decimal) ".";
  counter-increment: li;
}

.list-numbered > li + li {
  margin-top: 10px;
}

.list-icon-pack {
  margin-top: 6px;
}

.list-icon-pack > li {
  margin-top: 25px;
}

.list-icon-pack > li span {
  display: block;
}

.list-icon-pack > li span + span {
  margin-left: .25em;
}

.list-icon-pack h6 + *,
.list-icon-pack .h6 + * {
  margin-top: 2px;
}

.list-links > li {
  display: inline-block;
}

.list-links > li:after {
  content: ';';
}

.list-links > li:last-child:after {
  display: none;
}

.list-hashtags > li {
  display: inline-block;
}

.list-hashtags > li > a:before {
  content: '#';
}

.list-marked-bordered {
  color: #000;
}

.list-marked-bordered li a {
  display: block;
  padding: 10px 7px;
  border-bottom: 1px solid #f9f9f9;
}

.list-marked-bordered li a:before {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font: 400 18px "FontAwesome";
  line-height: inherit;
  color: #37c386;
  content: '\f105';
}

.list-marked-bordered li a span {
  color: inherit;
  transition: color .33s;
}

.list-marked-bordered li a span:first-child {
  color: #000;
}

.list-marked-bordered li a:hover, .list-marked-bordered li a:hover span:nth-child(n) {
  color: #37c386;
}

.list-marked-bordered li span:not(:last-child) {
  margin-right: .25em;
}

.list-bordered-horizontal {
  position: relative;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  margin-bottom: -7px;
}

.list-bordered-horizontal > * {
  margin-top: 7px;
}

.list-bordered-horizontal > *:not(:last-child) {
  margin-right: 35px;
}

@media (min-width: 768px) {
  .list-bordered-horizontal > li {
    display: inline-block;
  }
  .list-bordered-horizontal > li:not(:last-child) {
    position: relative;
  }
  .list-bordered-horizontal > li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
    width: 1px;
    height: 22px;
    background: #dedede;
  }
}

.list-tag-blocks {
  position: relative;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  margin-bottom: -6px;
}

.list-tag-blocks > * {
  margin-top: 6px;
}

.list-tag-blocks > *:not(:last-child) {
  margin-right: 6px;
}

.list-tag-blocks li {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-tag-blocks li a {
  display: inline-block;
  padding: 6px 19px;
  border-radius: 0;
  border: 1px solid transparent;
}

.list-tag-blocks li a, .list-tag-blocks li a:active, .list-tag-blocks li a:focus {
  color: #000;
  background: #fff;
}

.list-tag-blocks li a:hover {
  background: transparent;
  border-color: #cdcdcd;
}

.list-progress {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #00030a;
}

.list-progress li + li {
  margin-top: 23px;
}

.list-progress p {
  padding-right: 40px;
}

.list-tags-inline > li {
  display: inline;
}

.list-tags-inline > li:not(:last-child):after {
  content: ',';
}

.list-rating {
  font-size: 0;
  line-height: 0;
}

.list-rating > li {
  display: inline-block;
}

.list-rating .icon {
  color: #ffd400;
}

.list-wide-bordered {
  color: #00030a;
  font: 400 14px/22px "Roboto", Helvetica, Arial, sans-serif;
  border-top: 1px solid #dedede;
}

.list-wide-bordered dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
}

.list-wide-bordered dl dt {
  padding-right: 15px;
}

.list-wide-bordered dl dd {
  font-weight: 700;
  font-size: 14px;
}

.list-wide-bordered li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 54px;
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
}

.list-wide-bordered + .list-wide-bordered {
  border-top: 0;
}

@media (min-width: 768px) {
  .list-wide-bordered {
    font-size: 16px;
  }
  .list-wide-bordered li {
    min-height: 73px;
    padding: 20px 30px;
  }
}





/* ------------------------------------ */
/* Tabellen
/* ------------------------------------ */
/* Container für horizontales Scrollen auf kleinen Bildschirmen */




.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.75rem 0;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* sorgt dafür, dass Spalten nicht zu schmal werden */
}



/* Grundstil für die Tabelle */
.product-table {
  width: 100%;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  table-layout: auto;
  background: transparent;
  color: #222;
}

.product-table thead th {
  text-align: left;
  padding: 0.6rem 0.75rem;
  font-weight: 600;
  border-bottom: 2px solid rgba(0,0,0,0.08);
  background: #f7ce45;   /* GELB wie im Original */
  color: #000;           /* Schwarze Schrift für guten Kontrast */
  white-space: nowrap;
}



/* Zellen */
.product-table tbody td {
  padding: 0.55rem 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  white-space: nowrap;
  font-weight: 500;
}

/* Alternierende Zeilen für bessere Lesbarkeit */
.product-table tbody tr:nth-child(even) {
  background: rgba(0,0,0,0.02);
}

/* Nummern / Zentrierte Spalten (z.B. Gewichte) */
.product-table td.center, .product-table th.center {
  text-align: center;
}

/* Kleine Bildschirme: erlauben horizontales Scrollen (Container oben) */
/* Optional: für sehr schmale Displays Schrift verkleinern */
@media (max-width: 480px) {
  .product-table {
    font-size: 0.85rem;
  }
}

/* Druckfreundlich: Tabellenränder beibehalten, Farben abschwächen */
@media print {
  .product-table thead th { background: #f5f5f5 !important; -webkit-print-color-adjust: exact; }
  .product-table tbody tr:nth-child(even) { background: #fff !important; }
}


.anhaengertyp_links {
   float:left;
   width:45%;
   
}




/* ------------------------------------ */
/* Slide / Video
/* ------------------------------------ */

#wrapperslideshow {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: Arial, sans-serif;
    }

    #wrapperslideshow .slideshow {
      position: relative;
      width: 600px;
      height: 400px;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    #wrapperslideshow .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      display: none;
    }

    #wrapperslideshow .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #wrapperslideshow .caption {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 10px 15px;
      border-radius: 6px;
      font-size: 1.1em;
    }



#wrapperslideshow2 {
      display: flex;
      justify-content: left;
      align-items: center;
      font-family: Arial, sans-serif;
    }

    #wrapperslideshow2 .slideshow {
      position: relative;
      width: 600px;
      height: 400px;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    #wrapperslideshow2 .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      display: none;
    }

    #wrapperslideshow2 .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #wrapperslideshow2 .caption {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 10px 15px;
      border-radius: 6px;
      font-size: 1.1em;
    }



.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -20px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  user-select: none;
  background-color: rgba(0,0,0,0.3);
  border-radius: 50%;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.6);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Wrapper / Rahmen */
.video-frame {
  max-width: 700px;      /* anpassen an dein Layout */
  
  padding: 8px;          /* Abstand zwischen Rahmen und Video */
  border-radius: 12px;   /* runde Ecken */
  background: linear-gradient(180deg, #fff8e0 0%, #fff2b8 100%); /* subtiler innerer Verlauf */
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
  border: 6px solid #ffd200; /* kräftiges Gelb - passe Farbe an nach Bedarf */
  margin-top:50px;
}

/* Video selbst */
.video-frame video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px; /* leichtes Inset, damit Video zum Rahmen passt */
  background: #000;   /* falls kein poster angezeigt wird */
}

/* Optional: kleine Anpassung für mobile Geräte */
@media (max-width: 480px) {
  .video-frame { padding: 6px; border-radius: 8px; border-width: 4px; }
  .video-frame video { border-radius: 4px; }
}


/* ------------------------------------ */
/* Formulare
/* ------------------------------------ */

.kontaktwrap {

}
.kontaktwrap2 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.eingabe_left, .eingabe_left_hide, .eingabe_left_txt {
    float: left;
    width: 150px;
    margin-bottom: 5px;
    padding-top: 5px;
}
.eingabe_right, eingabe_right_txt {
    float: left;
    width: 530px;
    margin-bottom: 10px;
}
.eingabe_right_txt {
    padding-top: 5px;
}
.button_normal {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    background-color: #bbbbbb;
    color: #000000;
    height: 30px;
    border: 1px solid #CCC;
    width: 310px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.input_normal {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 6px;
    height: 20px;
    border: 1px solid #CCC;
    width: 99%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.input_normal_ta {
    height: 80px;
    width: 99%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 6px;
    height: 150px;
    border: 1px solid #CCC !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.kontakt_wrapper {
    width: 100%;
}
.kontakt_spalte1 {
    float: left;
    width: 42%;
    margin-right: 5%;
}
.kontakt_spalte2 {
    float: left;
    width: 42%;
}
.kontakt_kleine_spalte1 {
    float: left;
    width: 15%;
    padding-top: 12px;
}
.kontakt_kleine_spalte2 {
    float: left;
    width: 85%;
}
.ob_trenner {
    height: 1px;
    background: #cecfce;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}
.kontakt_aufzaehlung {
    float: left;
    padding: 10px;
    background: #efefef;
    max-width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.kontakt_eingerueckt {
    padding-left: 50px;
    padding-bottom: 30px;
}
.color_red {
    color: #ff0000;
}


@media (max-width: 900px) {


.eingabe_left {
   clear:both;
   width:100%;
   margin-bottom: 5px;
   padding-top:5px;
}
.eingabe_left_hide { 
   display:none;
}

.eingabe_right {
  clear:both;
   width:100%;
   margin-bottom: 0px;
   padding-top:0px;
}

.input_normal{
	width: 100%;
    padding-left: 0px;
	padding-right: 0px;
}
   
.button_normal {
    width:100%;
}




} 

@media (max-width: 700px) {
.kontakt_spalte1 {
    clear: both;
    width: 99%;
}
.kontakt_spalte2 {
    clear: both;
    width: 99%;
}
}


/* ------------------------------------ */
/* Links
/* ------------------------------------ */


.download-link {
  display: flex;
  align-items: center;   /* vertikal mittig ausrichten */
  gap: 0.75rem;          /* Abstand zwischen Icon und Text */
  margin: 1rem 0;
}

.download-link img {
  width: 40px;           /* Icon kleiner machen */
  height: auto;
}

.download-link a {
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.download-link a:hover {
  text-decoration: underline;
}

/* ------------------------------------ */
/* Seitenbilder
/* ------------------------------------ */


.seitenbild_wrap {
    float: right;
    margin-left: 20px;
    width: 40%;
    z-index: 1;
}
.seitenbild_wrap img {
    width: 100%;
}
.bildalt {font-size: 12px;}

/* Seitliche Navigation */
.seitennavi {
    float: right;
    margin-left: 80px;
    width: 30%;
    z-index: 1;
    margin-bottom: 20px;

    /* Neuer Look */
    border: 2px solid #2e7d32; /* edles dunkles Grün */
    border-radius: 12px;
    background: linear-gradient(180deg, #f9fff9 0%, #eef9ee 100%);
    box-shadow: 0 4px 10px rgba(46, 125, 50, 0.2);
    padding: 20px;
    transition: all 0.3s ease;
}


/* Seitliche Navigation RESPONSIVE */
@media (max-width: 768px) {
	.seitennavi {
	    clear:both;
    margin-left: 10px;
    width: 95%;
	}
}

/* Optional: schöner Hover-Effekt */
.seitennavi:hover {
    box-shadow: 0 6px 14px rgba(46, 125, 50, 0.3);
    transform: translateY(-2px);
}

.seitennavi li {
   line-height: 100%; 
	margin-left: 10px;
	margin-right: 10px;

}

.seitennavi ul {
        margin-bottom: 8px;
}

.seitenbild3_wrap{
	width: 100%;
	margin-bottom:20px; 
	margin-top:40px;
}
 
.seitenbild3text { 
	width:30%; 
	float:left;
	background-color:#fedba0; 
	margin-top:20px;
	-webkit-box-shadow: -7px 9px 52px -32px rgba(0,0,0,0.75);
	-moz-box-shadow: -7px 9px 52px -32px rgba(0,0,0,0.75);
	box-shadow: -7px 9px 52px -32px rgba(0,0,0,0.75);
}

.seitenbild3text p{ 
	padding:20px; 
	color:#000000; 
	text-align:right;
}


.seitenbild3 {
	width:70%; 
	float:left;
}

.seitenbild3 img{ 
   margin: 0px !important;
}

@media (max-width: 800px) {
	.seitenbild3text { 
	   width:100%;
	}
	
	.seitenbild3 {
		 width:100%; 

	}
	
	.seitenbild3text p{ 
	   text-align:left;
	}
}




/* ------------------------------------ */
/* Parallax
/* ------------------------------------ */


.bgimg-X {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  -webkit-box-shadow: 3px -1px 13px 6px rgba(0,0,0,0.25);
  -moz-box-shadow: 3px -1px 13px 6px rgba(0,0,0,0.25);
  box-shadow: 3px -1px 13px 6px rgba(0,0,0,0.25);

}

.paralaxebildMobile {
	width:100%; 
	display: none;
}



@media (max-width: 1000px) {
.bgimg-X {
    display:none;
	
  }
  
  .paralaxebildMobile {
	  display:block;
  }
}





/*moveup_box */
.moveupbox_wrapper2 { 
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap; flex-direction: row;
}
.moveupbox_wrapper { 
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; 
	flex-direction: row;
	
}


/* ------------------------------------ */
/* Move Up Boxen
/* ------------------------------------ */


.moveup_wrap{width:200px;}
.moveup_bild{width:300px; position:relative;}
.moveup_bild img{width:100%;}
.moveup_textwrapper {position: absolute; bottom:4px;  width: 100%;}
.moveup_text {padding: 10px; background: #805c20; height:130px; display:none; opacity: 0.8; color: white; }
.moveup_text p{font-size: 15px;color: #fff; font-style: normal;}
.moveup_head{width:280px; height:40px; background: #5e2129;  margin-top: 0px; padding:10px; color: white; font-style: normal;}


.moveupdruck_wrap{width:200px; margin-right:10px;}


.moveupdruck_bild{width:200px; position:relative;}
.moveupdruck_bild img{width:100%;}
.moveupdruck_textwrapper {position: absolute; bottom:4px;  width: 100%;}
.moveupdruck_text {padding: 10px; background: #338ebf; height:130px; display:none; opacity: 0.8; color: white;}
.moveupdruck_text p{font-size: 12px;color: #fff; font-style: normal;}
.moveupdruck_head{
	width:184px; 
	height:10px; 
	background: rgba(12,12,12,0.8);
	/*margin-top: -20px; */
	padding:8px;
padding-bottom:10px;	
padding-top:4px;
	color: white; 
	font-style: normal;
	position: absolute;
	font-size: 12px;
	bottom:4px;
	
	}
	
	@media (max-width: 500px) {
		.moveupdruck_wrap{width:100%; margin-right:0px; margin-bottom:5px;}
		.moveupdruck_bild{width:100%; } 
		
		.moveupdruck_head{width:98%; padding-left:2%; padding-right:0px;
		height:20px; 
		font-size: 16px;
		}
		
	}

/*moveup_box RESPONSIVE */
@media (max-width: 1000px) {
.moveupbox_wrapper2 {
	max-width: 450px; 
	margin-left: auto; 
	margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; flex-direction: column;
}

.moveupbox_wrapper2 {
	 justify-content: left;
    flex-wrap: wrap; 
	
}

.moveupdruck_wrap2{margin-right:10px;}


.moveup_wrap{width:450px; margin-bottom: 40px;}
.moveup_bild{width:450px;}
.moveup_text p{font-size: 14px;}
.moveup_head{width:430px;}
}
@media (max-width: 600px) {
	
.moveupbox_wrapper2 {max-width: 300px; margin-left: auto; margin-right: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; flex-direction: column;
}
.moveup_wrap{width:300px; margin-bottom: 40px;}
.moveup_bild{width:300px;}
.moveup_text p{font-size: 12px;}
.moveup_head{width:280px;}


}



/*content box*/
.contentbox_wrapper {margin-left: -25px; margin-right: -25px; 
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.contentbox_wrapper li {
    margin-left: 40px;
    margin-right: 20px;
}
.contentbox_wrapper a { color: #dddddd;
}
.contentbox {
    width: 30.5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0px;
    background-color: #FFFFFF;
 
    z-index: 1;
    position: relative;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; border: 1px solid #cccccc;
}
.contentbox_head h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #373759;
    margin: 10px;
    text-align: center;
}
.contentbox_content {
    margin-bottom: 100px;
}
.contentbox_content p {
    margin: 10px;
    font-size: 15px;
    line-height: 140%;
    text-align: left;
	font-family: 'open sans', Sans-Serif;
    color: black;
    font-weight: 300;
}
.contentbox_content hr {
    margin-left: 10px;
    margin-right: 10px;
}
.contentbox_bild {
    margin-bottom: 15px;
}
.contentbox_bild img {
    width: 100%;
    height: auto;
}
.contentbox_arrow {
    font-size: 80px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.contentboxohne {
    width: 30.5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0px;
    background-color: #FFFFFF;

    z-index: 1;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; border: 1px solid #cccccc;
}
.contentbox_arrowohne {
    display: none;
}
.contentbox_contentohne {
    margin-bottom: 10px;
}
.contentboxohne_breit {
    width: 45.5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0px;
    background-color: #FFFFFF;

    z-index: 1;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; border: 1px solid #cccccc;
}
.contentbox_arrowohne_breit {
    display: none;
}
.contentbox_contentohne_breit {
    margin-bottom: 10px;
}

/*content box RESPONSIVE*/
@media (max-width: 1150px) {
	.contentbox_wrapper {margin-left: 0px; margin-right: 0px;}
}
@media (max-width: 700px) {
.contentbox_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contentbox {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.contentbox_arrow {
    position: relative;
    bottom: auto;
    width: 100%;
}
.contentbox_content {
    margin: 0;
    padding: 0;
}
.contentboxohne {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.contentboxohne_breit {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
}
