@charset "UTF-8";
/*
Autor: Ralph Segert: segert.net
Kunde: betonzaun.net: https://betonzaun.net
Version: 1.1 / 2016
Version: 2.1 / 2024
*/
* {
  margin: 0;
  padding: 0;
}


html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a:focus {
  outline: none;
}

img, fieldset {
  border: 0;
}

img {
  vertical-align: middle;
}

a {
  border: 0;
  text-decoration: none;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

p {
  word-wrap:break-word;
}

.subline strong {
  font-family: Arial, Helvetica, sans-serif;
  color: red;
}

/* Mobile Navigation: hc-offcanvas-nav RESETS  */
.header .hc-nav-trigger {
  width: 60px;
}

.header .hc-nav-trigger span {
  width: 60px;
}

.header-white .hc-nav-trigger {
  width: 70px;
}

.header-white .hc-nav-trigger span {
  width: 70px;
}

.hc-nav-trigger:hover {
  filter: invert(100%);
}

.header .hc-nav-trigger span, .header .hc-nav-trigger span::before, .header .hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 6px;
  transition: all 0.3s ease;
  background: #737983;
  /* Hamburger Start */
}

.header-white .hc-nav-trigger span, .header-white .hc-nav-trigger span::before, .header-white .hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  transition: all 0.3s ease;
  background: #eee;
  /* Hamburger header-white */
}

.hc-offcanvas-nav .nav-item-wrapper {
  font-size: 1.1em;
  letter-spacing: 1px;
  font-family: Verdana, sans-serif;
  color: #fff;
  background-color: #737983;
  /* Offcanvas Sidebar Menü */
  border: 0;
  margin: 1% 0 1% 0;
  transition: 0.2s background ease;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  color: #ddd;
}

.hc-offcanvas-nav .nav-wrapper-1 .nav-item-link {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color: #eee;
  background-color: #5d6169;
  /* Submenu-Link-Hintergrund */
}

.hc-offcanvas-nav a.nav-next:before {
  width: 2px;
  height: 35px;
  left: -7px;
  top: 2px;
  background: transparent;
  border-radius: 2px;
}

.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-wrapper::before, .hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
  background: transparent;
}

.hc-offcanvas-nav ul li ul {
  margin-bottom: 5%;
}

.hc-offcanvas-nav.disable-body.nav-open::after, .hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 0.7;
  background-color: #737983;
  transition-delay: 0.1s;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
  background-color: #737983;
  /* Gesamte Hintergrundfläche */
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background-color: #737983;
  /* Menülinks */
}

.hc-offcanvas-nav .nav-item-link, 
.hc-offcanvas-nav li.nav-close a, 
.hc-offcanvas-nav .nav-back a {
  padding: 10px;
  font-size: 1.1em;
  color: #fff;
  /* Linkfarbe Menü */
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  transition: 0.05s background ease;
  font-family: Verdana, sans-serif;
}

.hc-offcanvas-nav ul.first-nav > li:last-child {
    color: fff;
    background: red;
    margin-right: 120px;
}
.hc-offcanvas-nav ul.first-nav > li:last-child a {
/* background: linear-gradient(-180deg, #FF0406 0%, #CC1213 100%); */
color: #fff;
  background: #FF0406;
}

.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  color: #ccc;
  /* Linkfarbe Menü Hover */
}

.nav-item .active a {
  color: #bbb;
}

/* ### LINKFARBEN: Navigationselemente und Links ### */
p a {
  color: red;
  border-bottom: 0;
}

p a:visited {
  color: red;
}

p a:hover, p a:focus {
  color: #999;
}

p a:hover {
  border-bottom: solid 1px solid #999;
  transition-duration: 0.2s;
}

a:focus {
  outline: none;
}

.zweispalten p a {
  color: red;
  border-bottom: solid 1px red;
}

.zweispalten a:hover {
  color: #000;
  border-bottom: none;
}

.content2spalter p a, 
.content2spalter ul a {
  color: #4b5a39;
  border-bottom: 1px solid;
}

.footer a,
.footer a:visited  {
  color: #4b5a39;
}

.content2spalter p a:visited {
  color: #4b5a39;
  border-bottom: 1px solid;
}


#main-nav .active, .first-nav .active {
  color: #fff;
  font-weight: bold;
}

/* Flexslider */
#carousel {
  margin-top: -66px;
}


/* ##Header mit Logo und Hauptmenue # */

#main-nav {
  display: none;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.logo {
  display: flex;
  width: 100%;
  justify-content: center;
}

.logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.headernav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 2%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.headernav ul {
  display: flex;
}

.headernav li {
  flex: 1;
  list-style: none;
}

.headernav li a {
  display: block;
  text-align: center;
  font-size: 1em;
  color: #fff;
  padding: 18px 6px;
  border-left: solid 1px #27301E;
  border-right: solid 1px #718A55;
  background-image: linear-gradient(to bottom, #718A55 0%, #27301E 100%);
  text-decoration: none; /* Entfernen der standardmäßigen Unterstreichung */
}

.headernav li:last-of-type a {
  border-right: solid 1px #27301E;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.headernav li:first-of-type a {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.headernav li:hover a {
  background-image: linear-gradient(to bottom, #45621C 0%, #010101 100%);
}

.headernav .aktiv {
  background-image: linear-gradient(to bottom, #45621C 0%, #010101 100%);
}

.headernav li:hover a {
  color: #83E332;
}

section {

  text-align: center;
  margin: 4% 0 0 0;
}

.diashow {
  width: 100%;
  /* Placeholder für den Slider */
}

.diashow img {
  width: 50%;
  height: auto;
  max-width: 968px;

}


/*  Startseite */
.zweispalten {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* Cards auf gleiche Höhe strecken */
}

.zweispalten div {
  flex: 0 0 48%; /* Cards gleich breit machen */
  margin-right: 1%;
  margin-left: 1%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 16px;
  min-height: 300px;
  background-color: #fff;
  text-align: left;
  padding: 1% 4% 6% 4%;
  position: relative; /* Positionierung für den Schatten */
}

.zweispalten div::after {
  content: "";
  position: absolute;
  bottom: -4px; /* Abstand des Schattens zur Unterkante (angepasst auf -4px) */
  left: 50%; /* Zentrierung des Schattens auf der Unterseite */
  transform: translateX(-50%);
  width: 80%; /* Breite des Schattens */
  height: 18px; /* Höhe des Schattens */
  border-radius: 50%; /* Halbkreisform des Schattens */
  background-color: rgba(0, 0, 0, 0.6); /* Farbe des Schattens */
  filter: blur(4px); /* Weichzeichnen des Schattens */
  z-index: -1; /* Hintergrundebene für den Schatten */
}

.vierspalten {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 3% 0 0% 0;
}

.vierspalten div {
  flex: 0 0 23%;
  margin-right: 1%;
  margin-left: 1%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 16px;
  min-height: 240px;
  background-color: #fff;
  text-align: center;
  padding: 1% 2% 2% 2%;
  position: relative; /* Positionierung für den Schatten */
}

.vierspalten div::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: blur(4px);
  z-index: -1;
}

.vierspalten div:first-child > div {
  border: none !important;
  box-shadow: none !important;
}

.vierspalten div:first-child > div > div {
  border: none !important;
  box-shadow: none !important;
}

/* Produkte und Unterseiten */
.content2spalter {
  display: flex;
  justify-content: space-around;
  margin: 1% 1% 5% 1%;
  width: 98%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 12px;
  min-height: 600px;
  background-color: #fff;
  text-align: left;
  padding: 1% 0 4% 0;
  position: relative; /* Positionierung für den Schatten */
}


.content2spalter > div::after {
  content: "";
  position: absolute;
  bottom: -2px; /* Abstand des Schattens zur Unterkante (angepasst auf -4px) */
  left: 50%; /* Zentrierung des Schattens auf der Unterseite */
  transform: translateX(-50%);
  width: 88%; /* Breite des Schattens */
  height: 18px; /* Höhe des Schattens */
  border-radius: 50%; /* Halbkreisform des Schattens */
  background-color: rgba(0, 0, 0, 0.6); /* Farbe des Schattens */
  filter: blur(4px); /* Weichzeichnen des Schattens */
  z-index: -1; /* Hintergrundebene für den Schatten */
}

.content2spalter > div:first-of-type {
  flex: 0 0 28%;
  padding: 2% 0 0 2%;
}

.content2spalter > div:last-of-type {
  flex: 0 0 68%;
  width: 68%;
  padding-right: 2%;
}

.modellslider {
  margin-top: -11px;
}

.modellslider img {
  width: 100%;
  height: auto;
}

.produktcards, .produktbilder, .produktcardsklein {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin: 3% 0 0 0;
  flex-wrap: wrap;
}

.produktcards div {
  align-items: flex-start;
  width: 50%;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
}

.produktcards div a:nth-of-type(1n) {
  display: block;
  float: left;
  width: 100%;
}

.produktcards div a:nth-of-type(2n) {
  display: block;
  float: left;
  width: 100%;
  padding: 5% 4% 5% 4%;
  text-align: center;
  color: #333;
  background-color: #DCDCDC;
}

.produktcards div a,
.produktcardsklein div a {
  color: #fff;
  font-size: 1.2em;
}

.produktcards img,
.produktcardsklein img {
  width: 100%;
  height: auto;
}

.produktcardsklein div {
  align-items: flex-start;
  width: 25%;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
}

.produktcardsklein div a:nth-of-type(1n) {
  display: block;
  float: left;
  width: 100%;
}

.produktcardsklein div a:nth-of-type(1n):hover,
.produktcards div a:nth-of-type(1n):hover {
  opacity: 0.7;
  transition: ease-in-out 0.2s;
}

.produktcardsklein div a:nth-of-type(2n) {
  display: block;
  float: left;
  width: 100%;
  font-size: 1em;
  padding: 5% 2% 5% 2%;
  text-align: center;
  color: #333;
  background-color: #DCDCDC;
}

.produktcardsklein div a:nth-of-type(2n):hover,
.produktcards div a:nth-of-type(2n):hover {
  color: #fff;
  opacity: 1;
  background-color: #5A5A5A;
  transition: ease-in-out 0.2s;
}

/* Sidebar Navi*/
.sidebar .overview a {
  display: block;
  width: 100%;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  padding: 7.5% 2% 7% 2%;
  color: #fff;
  background-image: linear-gradient(-180deg, #4C6237 0%, #7F9D5B 94%);
  text-decoration: none;
}

.sidebar .overview a:hover {
  background: #5a5a5a;
  color: #fff;
}

.sidebar ul li {
  letter-spacing: 1px;
  list-style-type: none;
}

.sidebar li {
  margin-top: 1px;
  list-style-type: none;
  text-align: left;
}

.sidebar li a {
  display: block;
  width: 100%;
  font-size: 1.1em;
  padding: 5% 3% 5% 7%;
  margin-top: 1px;
  list-style-type: none;
  text-align: left;
  color: #000;
  background: linear-gradient(-180deg, #e0e0e0 0%, #c2c2c2 100%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 0;
  text-decoration: none;
}

.sidebar li a:hover {
  background: #5a5a5a;
  color: #fff;
}

.sidebar .aktivsub {
  background: #5a5a5a;
  color: #fff;
}

.sidebar li ul {
  padding: 0;
  margin: 0;
}

.sidebar li ul li a {
  display: block;
  width: 100%;
  padding: 3% 3% 3% 7.2%;
  font-size: 0.9em;
  text-align: left;
  color: #555;
  margin-top: 1px;
  background: #efefef;
  transition: all 0.4s ease;
}

.sidebar li ul li a:hover,
.sidebar li ul li a:focus {
  background: #d8d8d8;
  color: #000;
}

.sidebar li ul li .aktiv {
  background: #d8d8d8;
  color: #000;
  font-weight: bold;
}

.sidebar .glatt {
  /* background-image: linear-gradient(0deg, #BADC99 6%, #DDF9BB 100%); */
  color: #666;
}



/* ##### NEU 2024 BLOG ###### */

.blogstart {
  display: flex;
  flex-direction: column;
  margin: 5% 0 9% 0;
}

.card-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2em;
    margin: 2% 0 2% 0;
}

.card-container-start {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;

}

.card-link {
    text-decoration: none;
    color: inherit; 
    display: flex; 
}
  
.card {
  display: flex;
  flex-direction: row;
  flex: 0 1 calc(100% - 10px);
  border: 1px solid #ddd;
  box-shadow: none;
  transition: .5s ease;
}

.card-start {
 flex-direction: row;
flex: 0 1 calc(48% - 10px);
 border: 1px solid #ddd;
 box-shadow: none;
 transition: .5s ease;
}

.card *, .card-start * {
  transition: .5s ease;
   
}

.card img {
    width: 40%;
    max-width: 200px;
    height: 100%;
    object-fit: cover;
    object-position: left; /* Fokussiert auf linken Rand des Bildes */
}
.card-start img {
    width: 35%;
    object-fit: cover;
    object-position: left; /* Fokussiert auf linken Rand des Bildes */
}


.card-content {
  text-align: left;
  width: 65%;
  padding: 5% 2% 4% 4%;
  }

.card:hover, .card-start:hover {
    box-shadow: 5px 5px 19px 0 rgba(145,145,145,0.30);
}


.card-container-single {
    display: flex;
    flex-direction: column;
    margin-top: 7.8%;
}

.card-single {
    flex: 1;
    width: 100%;
    box-shadow: none;
    transition: .5s ease;
}

.card-single img {
    width: 100%;
    height: auto;
}

.card-content-single {
    text-align: left;
    width: 100%;
    padding: 1% 0 4% 0;
}



/* Flexslider */
/* FOOTER */
.footer {
  display: flex;
  width: 100%;
  padding-bottom: 5%;
}

.footer img {
 width: 34%;
 height: auto; 
 vertical-align: top;
}

.footer div:first-child {
  flex: 0 0 40%;
  padding-left: 2%;
  padding-top: 1.4%;
  text-align: left;
}

.footer div:last-child {
  flex: 0 0 60%;
  flex-direction: column;
  text-align: right;
}

.footer div {
  padding: 10px;
}

.footer ul {
  display: flex;
  line-height: 1.8em;
}

.footer li {
  flex: 0 0 14.5%;
  list-style: none;
  text-align: center;
}

/* Soziale Medien Head */


.logocenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sm {
  display: flex;
 justify-content: center;
 width: 100%; /* Breite anpassen, um den gewünschten Abstand zu erreichen */
}

.sm > div {
  display: flex;
  justify-content: center;
  width: 8%;
}

.sm img {
  width: 100%;
  height: auto; 
  padding: 20% 28% 15% 28%;
}

/* Typografie */

section h1 {
  font-size: 2em;
  font-weight: normal;
  padding: 5% 0 4% 0;
  line-height: 1.6em;
  color: #626262;
}

section .backblog {
  display: block;
  margin-top: 4%;
}

section .backblog a {
  font-size: 1.6em;
  font-weight: normal;
  padding: 5% 0 4% 0;
  line-height: 1.6em;
  color: #626262;
  margin-top: 5%;
}

.blogstart h2 {
  font-size: 2em;
  font-weight: normal;
  padding: 1% 0 4% 0;
  line-height: 1.6em;
  color: #626262;
}
.zweispalten h2, .content2spalter h2 {
  font-size: 1.4em;
  font-weight: normal;
  padding: 5% 0 3% 0;
  line-height: 1.4em;
  color: #666;
}

.blogstart h3, .card-content h2 {
  font-size: 1.2em;
  font-weight: normal;
  padding: 3% 0 2% 0;
  line-height: 1.2em;
  color: #666;
}

.content2spalter h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 30px 0 16px 0;
    color: #000;
}

.vierspalten h3 {
  font-size: 1.2em;
  font-weight: normal;
  padding: 5% 0 5% 0;
  line-height: 1.3em;
  color: #666;
}

.zweispalten p, .content2spalter p {
  font-size: 1em;
  line-height: 1.7em;
}

.vierspalten p {
  font-size: 0.9em;
  line-height: 1.4em;
}

.vierspalten div:nth-child(1) p {
  line-height: 1.7em;
}

.vierspalten div img {
  margin-top: 8%;
  width: 90%;
  height: auto;
}

.vierspalten div:nth-child(2) img {
  width: 70%;
  height: auto;
  margin: 4% 0 7% 0;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
}

.vierspalten div:nth-child(3) img {
  width: 70%;
  height: auto;
  margin: 4% 0 7% 0;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.7);
}

.vierspalten div:nth-child(2) img {
  width: 70%;
}

.zweispalten h2 a, .vierspalten h3 a {
  color: #495B3D;
  text-decoration: none;
}

.content2spalter h1 a, .content2spalter h2 a, .content2spalter h3 a {
  color: #495B3D;
  text-decoration: none;
}

.content2spalter h1 a:hover, .content2spalter h2 a:hover, .content2spalter h3 a:hover {
  color: #495B3D;
  text-decoration: none;
}

section .content2spalter h1 {
  font-size: 1.6em;
  padding: 4.4% 0 2% 0;
  line-height: 1.4em;
}

.content2spalter p, .content2spalter ul {
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 8px;
}

.content2spalter > div:last-child li {
  list-style-type: square;
  margin-left: 20px;
  line-height: 24px;
  padding-bottom: 2px;
}

.content2spalter > div:last-child ul {
  padding-bottom: 0;
}

.content2spalter > div:last-child .modellslider li {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 0;
}

.content2spalter .subline {
  width: 100%;
  font-size: 0.8em;
  padding-bottom: 2%;
}

.content2spalter hr {
  width: 100%;
  color: #495a3d;
  margin: 0.5% 0 2.5% 0;
  border-bottom: 1px solid #495a3d;
  box-shadow: 0px 1px 4px #aaa;
}

#preisbuttonfly {
  position: fixed;
  top: 206px; /* Vertikale Positionierung */
  right: 40px;
  color: #fff;
  text-align: right;
  z-index: 1000;
  cursor: pointer;
  transition: 0.5s;
  text-shadow: none;
}


#preisbuttonfly img {
  width: 140px;
  max-width: 140px;
}

#preisbuttonfly:hover {
right: 60px;
  transition-delay: 0.4s; /* Delayed transition on hover */
}

.sidebar .preis {
background: linear-gradient(-180deg, #FF0406 0%, #CC1213 100%);
color: #fff;
padding-top: 4%;
padding-bottom: 4%;
}

.card p, .card-start p  {
  width: 100%;
  font-size: 1em;
}

.card-container-start .datum, .container-start-single .datum, .card-container .datum  {
  font-size: .9em;
}


/* _____ Kundenmeinungen _____ */


.kundenmeinung {
display: flex;
flex-direction: column;
width: 100%;
margin: -12px 0px 0 0px;
border: 1px solid #999;
padding: 30px 35px 25px 35px;
}

.kundenmeinung p {
font-size: .9em;
line-height: 24px;
margin-bottom: 10px;
}

.kundenmeinung .text {
font-size: 1em;
}

.meinungsnavi {
display: flex;
justify-content: center;
width: 100%;
margin: -1px 0 20px 0;
text-align: center;
padding: 10px 35px 10px 35px;
border: 0;
}


.meinungsnavi .button  span, .meinungsnavi .button a {
width: auto;
float:left;
margin: 0 34px 12px 34px;
text-align: center;
background: linear-gradient(-180deg, #738859 0%, #475538 100%);
border: 1px solid #888;
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30);
color: #fff;
font-size: 14px;
letter-spacing: 1px;
padding: 8px 18px 8px 18px;
text-decoration: none;
border-radius: 4px;
}

.meinungsnavi .button a:hover {
background: #5a5a5a;
}


.meinung {
float: left;
width: 100%;
text-align: center;
}


.meinung .button a {
width: 56%;
margin: 12px 18% 22px 17%;
display: block;
text-align: center;
background: linear-gradient(-180deg, #738859 0%, #475538 100%);
border: 1px solid #000000;
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50), inset 1px 1px 0px 0px rgba(255,255,255,0.86);
color: #fff;
font-size: 18px;
letter-spacing: 1px;
padding: 15px 20px 15px 30px;
text-decoration: none;
}

.meinung .button a:hover {
background: #5a5a5a;
}




/* #################
  Tabellen Produktinfo
  ################### */
.produktdaten {
  margin-top: 4%;
}

.table {
  display: table;
  font-size: 1em;
  width: 100%;
}

.table a {
  color: red;
}

.table a:hover {
  color: #000;
}

.table div {
  display: table-row;
}

.table div div {
  display: table-cell;
}

.tableft {
  width: 38%;
  padding: 3% 0 3% 4%;
  border: 1px solid #ccc;
  border-right: 0;
}

.tableft2 {
  width: 38%;
  padding: 3%;
  border: 1px solid #ccc;
  border-right: 0;
  vertical-align: middle;
}

.tableft3 {
  width: 38%;
  padding: 3% 0 3% 4%;
  border: 1px solid #ccc;
  border-right: 0;
  vertical-align: middle;
}

.tabright {
  width: 62%;
  padding: 3% 0 3% 4%;
  border: 1px solid #ccc;
  font-weight: bold;
}

.tabright2 {
  width: 62%;
  padding: 3% 0 3% 4%;
  border: 1px solid #ccc;
  font-weight: bold;
}

.tabright3 {
  width: 62%;
  padding: 3% 0 3% 4%;
  border: 1px solid #ccc;
  font-weight: bold;
}

.tabright2 .topminus {
  display: block;
  margin-top: -13px;
}

.tabright img {
  margin-left: 0px;
}

.tabright2 img {
  margin-bottom: 3%;
}

.white {
  color: #fff;
}

.tabhead {
  width: 100%;
  padding: 4%;
  font-weight: bold;
  background: #eee;
  border: solid #ccc 1px;
}

/* Tooltipp */
a.tooltip {
  outline: none;
}

a.tooltip strong {
  line-height: 30px;
}

a.tooltip:hover {
  text-decoration: none;
}

a.tooltip span {
  z-index: 10;
  display: none;
  padding: 20px 15px 20px 15px;
  margin-left: 10px;
  margin-top: -47px;
  max-width: 350px;
}

a.tooltip .ttbig {
  margin-left: -280px;
  margin-top: -365px;
  min-width: 350px;
}

a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #DCA;
  background: #fffAF0;
}

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}

/*CSS3 extras*/
a.tooltip span {
  border-radius: 4px;
  box-shadow: 2px 2px 4px #CCC;
}


/* _____ Misc _____ */

.cf:after {
  content: "";
  display: table;
  clear: both;
}

#scroller {
  border: none;
}

.simply-scroll-container { /* Container DIV - automatically generated */
  position: relative;
  top: 10px;
  border: none;
}

.simply-scroll-clip { /* Clip DIV - automatically generated */
  position: relative;
  overflow: hidden;
  border: none;
}

/* Vertical scroller example */
.vert .simply-scroll-clip {
  height: 146px;
}

.farbe th, td {
  padding: 5px 0;
}

  /* ### Image Skalierung ### */

.floatbild {
  float: right;
}

.floatbild img {
  width: 100%;
  heigth: auto;
  margin: 8% 0 6% 0;
}

.content2spalter > div:nth-of-type(2) .inhalt img {
width: 100%;
height: auto;
}



.content2spalter > div:nth-of-type(2) form a {
  border-bottom: 0;
}

/*Styles for screen 888px and lower*/
@media only screen and (max-width: 55.5em) {
  /* pur-min-mobil.css Resetes */
  
  .pure-u-1-5 {
	 width: 25%;
  }
  .pure-u-2-5 {
	 width: 98%;
  }
  .pure-u-1-4 {
	 width: 45%;
  }
  .pure-u-1-3 {
	 width: 80%;
	 * width: 79.969%;
  }
  body {
	 background-image: none;
  }
  #desktop-nav {
	 display: none;
  }
  .header {
	 display: flex;
	 width: 100%;
	 flex-direction: row;
	 justify-content: space-between;
  }
  .headernav {
	 display: none;
  }
  .logo {
	 flex: 90%;
	 justify-content: flex-start;
  }
  .logo img {
	 max-width: 260px;
	 display: block;
  }
  .mobilnav {
	 flex: 10%;
  }
  /* Produkte */
  
  .content2spalter {
	 display: flex;
	 width: 100%;
	 margin: 1% 0 5% 0;
  }
  .content2spalter > div:first-of-type {
	 display: none;
  }
  .content2spalter > div:last-of-type {
	 flex: 0 0 100%;
	 width: 100%;
	 padding: 4%;
  }
  .vierspalten {
	 flex-wrap: wrap;
  }
  .vierspalten div {
	 flex: 0 0 47%;
	 margin: 0 1.5% 3% 1.5%;
	 min-height: 250px;
  }
  .footer {
	 flex-direction: column;
	 padding-bottom: 7%;
  }
  .footer div:first-child {
	 flex: 0 0 100%;
	 padding: 0 0 3% 0;
	 text-align: center;
  }
  .footer div:last-child {
	 flex: 0 0 100%;
	 text-align: center;
  }
  
  

  /* ### Image Skalierung ### */
  
  .floatbild {
    width: 100%;
    float: right;
  }
  
  p span  {
    width: 40%;
    height: auto;
  }
  
p span img {
   float: none;
   display: block;
    width: 90%;
    height: auto;
  }
  
.content2spalter > div:nth-of-type(2) .pdf img {
  width: 10%;
  heigth: auto;
}
  
}


/*Styles for screen 640px and lower*/
@media only screen and (max-width: 40em) {
  

  /* Reset pure-min.css und orakuploader.css*/
  
  .pure-u-8-24 img {
    display: none;
  }


.uploadButton .ubutton {
      width: 120px;
      float: none;
      display: block;
      margin: -3px 0 12px 0;
      text-align: center;
      background: linear-gradient(-180deg, #738859 0%, #475538 100%);
      border: 1px solid #888;
      box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.30);
      color: #fff;
      font-size: 14px;
      letter-spacing: 1px;
      padding: 10px 10px 10px 10px;
      text-decoration: none;
      border-radius: 4px;
      cursor: pointer;
  }

  .header {
 width: 92%;
 margin-bottom: 4%;
}
  
.logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

  .vierspalten div {
	 flex: 0 0 97%;
	 margin-right: 1.5%;
	 margin-left: 1.5%;
	 min-height: auto;
   padding-bottom: 6%;
   margin-bottom: 9%;
  }
  
.container {
    width: 100%;
  }
  
  .zweispalten {
   flex: 0 0 97%;
   margin-right: 1.5%;
    margin-left: 1.5%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
  }
  
.zweispalten div {
  flex-wrap: wrap;
    flex: 0 0 100%; /* Volle Breite auf kleinen Viewports */
    min-height: auto;
    margin-bottom: 9%;
  } 
  
  .produktcards div a:nth-of-type(2n) {
    padding: 5% 14% 5% 14%;

  }
  
  .footer div:first-child {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 2%;
    text-align: left;
  }
  
  .footer div:last-child {
    flex: 0 0 100%;
    width: 100%;
    flex-direction: row;
    text-align: right;
  }
  
  .footer ul {
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
  
  .footer li {
    flex: auto;
    list-style: none;
    text-align: center;
  }
  
  #preisbuttonfly img {
    width: 100px;
    max-width: 100px;
  }
  
  .produktcardsklein div {
      width: 50%;
      align-items: stretch;
      
  }
  
  .content2spalter hr {
  margin: 4% 0 6% 0;
  }
  
  
  /* Typografie */
  section h1 {
    font-size: 1.8em;
    padding: 10% 0 9% 0;
    line-height: 1.3em;
  }
  
  section .content2spalter h1 {
      font-size: 1.4em;
      padding: 6% 0 5% 0;
      line-height: 1.3em;
  }

  
    
  .zweispalten h2, .content2spalter h2 {
    font-size: 1.4em;
    padding: 7% 0 5% 0;
    line-height: 1.3em;
  }
  
  .produktcards div {
    font-size: .9em;
  }
  
  
  
  /*  Table */
  
 .content2spalter > div:nth-of-type(2) .tabright img {
    width: 54%;
    height: auto;
    margin-left: 0px;
  }
  
.content2spalter > div:nth-of-type(2) .tabright2 img {
    width: 30%;
    height: auto;
    margin-bottom: 3%;
  }

.content2spalter > div:nth-of-type(2) .tooltip img {
    width: 14%;
    height: auto;
    margin-bottom: 3%;
  }
  
  .content2spalter > div:nth-of-type(2) .pdf img {
    width: 20%;
    height: auto;
  }
  
  
  .table {
    display: table;
    font-size: 75%;
    width: 100%; }
  
  .table a {
    color: red; }
  
  .table a:hover {
    color: #000; }
  
  .table div {
    display: table-row; }
  
  .table div div {
    display: table-cell; }
  
  .tableft {
    width: 38%;
    padding: 2% 0 3% 2%;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-right: 0; }
  
  .tableft2 {
    width: 38%;
    padding: 2% 0 3% 2%;
    border: 1px solid #ccc;
    border-right: 0;
    vertical-align: middle; }
    
   .tableft3 {
    width: 42%;
    padding: 2% 0 3% 2%;
    border: 1px solid #ccc;
    border-right: 0;
    vertical-align: middle; }
  
  .tabright {
    width: 42%;
    max-width: 120px;
    padding: 2% 0 3% 2%;
    border: 1px solid #ccc;
    font-weight: bold; }
  
  .tabright2 {
    width: 42%;
    max-width: 120px;
    padding: 2% 0 3% 2%;
    border: 1px solid #ccc;
    font-weight: bold; }
  
  .tabright3 {
    width: 58%;
    padding: 2% 0 3% 2%;
    border: 1px solid #ccc;
    font-weight: bold; }  
  
  .tabright2 .topminus {
    display: block;
    margin-top: -13px; }
  
  
  .tabright img {
    margin-left: 0px; 
    max-width: 160px;
  }
    
   .tabright2 img {
    margin-bottom: 3%; }
  
  .white {
    color: #fff; }
  
  .tabhead {
    width: 100%;
    padding: 3%;
    background: #eee;
    border: solid #ccc 1px; }
  
  
  /* Tooltipp */
  a.tooltip {
    outline: none; }
  
  a.tooltip strong {
    line-height: 30px; }
  
  a.tooltip:hover {
    text-decoration: none; }
  
  a.tooltip span {
    z-index: 10;
    display: none;
    padding: 20px 15px 20px 15px;
    margin-left: 10px;
    margin-top: -47px;
    max-width: none; }
  
  a.tooltip .ttbig {
    margin-left: 0;
    margin-top: 0;
    min-width: none; }
  
  a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #DCA;
    background: #fffAF0; }
  
  .callout {
    z-index: 20;
    position: absolute;
    width: 200px;
    top: 30px;
    border: 0;
    left: 0; }

  
  /*CSS3 extras*/
  a.tooltip span {
    border-radius: 4px;
    box-shadow: 2px 2px 4px #CCC; 
  }

  
  .meinungsnavi .button  span, .meinungsnavi .button a {
  width: 96px;
  float:left;
  margin: 0 3px 12px 3px;
  font-size: .9em;
  letter-spacing: 0;
  padding: 8px 6px 8px 6px;
  text-decoration: none;
  border-radius: 4px;
  }
  
  
  .footer div:first-child {
    padding-left: 0;
    text-align: center;
  }
  
  .footer {
    line-height: 2em;
  }
  
  .footer li {
    flex: 0 0 32%;
    list-style: none;
    text-align: center;
  }
  
.sm > div {
    width: 12%;
  }
  
.sm img {
    padding: 22% 18% 0 18%;
  }  
  

.card-container, .card-container-start {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: normal;
      width: 100%;
      margin: 2% 0 2% 0;
  }
  

  .card, .card-start {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 0 1 calc(100% - 10px);
    margin-bottom: 8%;
  }
  
  .card a, .card-start a {
      display: block;
  }
  
  .card img, .card-start img {
      width: 100%;
      max-width: none;
  }

  
  .card-content, .card-content-start {
    text-align: left;
    width: 100%;
    padding: 8% 2% 4% 4%;
    }
  
  
}
