#leftnavi, .mobile { display:none; }
#maincontent {
  margin: 0 auto;
  
  width: 100%;
    margin-top:3%
}
#navidescription { display:none; }
.swTabelle6 { width:100%; }
.swTabelle6Body {
  margin-bottom:2%;
}
.swTabelle6Body li {
  list-style: disc none inside;
}
.swTabelle6Body li::before {
	content: url(/themes/skin6/img/icon_bullet.png);
	vertical-align: middle;
}
a.lfHome {
  border-bottom: 2px solid #aaaaaa;
  display: block;
  height: 360px;
  overflow: hidden;

}
a.lfHome div.lfHomeText {
  float: left;
  height: 330px;
  margin: 1% 1% 1% 0;
  width: 48%;
}
a.lfHome div.lfHomeImg {
  display: block;
  float: left;
  height: 330px;
  margin: 1%;
  width: 22%;
}
  a.lfHomeHalf {
  border-bottom: 2px solid #aaaaaa;
  clear: none;
  display:block;
  float: left;
  height: 230px;
  overflow: hidden;
  width: 49%;
}
div.lfHomeImg {
  float: left;
  margin: 1%;
  width: 48%;
}
div.lfHomeText {
  float: left;
  margin: 1% 1% 1% 0;
  width: 48%;
}
div.lfHomeImg img {
  max-width: 200px;
}
.swHometeaser {
  border: 1px solid #1C26F5;
  float: left;
  height: 13rem;
  line-height: 1.25;
  margin-right: 3%;
  margin-bottom: 2%;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 17%;
  z-index: 1;
}
.swHometeaser h2 {
  background:url("/img/layout/bg_gelb.jpg") repeat-x scroll 0 0 #1C26F5;
  color:#FFFFFF;
  margin-bottom: 3%;
}
.swHometeaser h2 a {
  color:#FFFFFF;
}
.swHometeaser img {
  height: 150px;
  max-width: 100%;
}
.swHometeaser.aktion div.swHometeaserImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid #dddddd;
  display: block;
  height: 10rem;
  width: 100%;
}
.catlink {
  bottom: 10%;
  display: block;
  text-align: center;
  width: 100%;
  z-index:1;
}
.swHomeAktionPrice {
  border: 0 none !important;
  height: auto !important;
  position: relative;
  text-align: left;
  top: 0;
}
.swOldPrice {
  text-decoration: line-through;
}
.swAktionspreis {
  background-color: #f6f6f6;
  border: 1px solid #f00;
  border-radius: 3px;
  box-shadow: 3px 3px 5px #f00;
  margin-left: 3px;
  padding: 5px;
  position: absolute;
}
.swTabelle6Headline {
	font-size: 110%;
	margin-bottom: 1rem;
}
p {
	margin-bottom: 1rem;
}
#swBannerDiv {
  background-color: #ffffff;
  display:block;
  height: 18wv;
  overflow: hidden;
  width: 50%;
  /*
  clip: rect(0px, 1024px, 22rem, auto);
  max-width: 1024px;
  */
}
#hometext {
	width: 50%;
	float: right;
	padding-left: 2rem;
	padding-top: 1rem;
}
#swBanner {
  display: flex;
  flex-flow: row nowrap;
  height: 18vw;
  margin: 0 auto;
  transform: translateX(0px);
  transition: all 3s ease-in-out 1.5s;
  width: 500%;
}
.swBannerSlider {
  background-size: cover;
  height: 100%;
  position: relative;
  width: 20%;
}
.swBannerLabel {
  bottom: 12%;
  position: absolute;
  right: 17%;
}
.swBannerText {
  background: rgba(0, 0, 0, 0) url("/themes/fn/img/trans80.png") repeat scroll 0 0;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 300;
  padding: 1rem;
  display:none;
}
.swBannerLink {
  background: rgba(0, 0, 0, 0) url("/themes/fn/img/trans80.png") repeat scroll 0 0;
  color: #ffffff !important;
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.3rem;
  padding: 0.8rem;
  text-decoration: none;
}

#breadcrumb, #navidescription {
    display: none;
}

.zoombox {
    width: 100%;
}

.zoom {
  padding: 50px;
  background-color: white;
  transition: transform .2s; /* Animation */
  width: 30%;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.0); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.flip-box {
  background-color: transparent;
  width: 100px;
  height: 100px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  background-image: url("https://www.fn-stempel.de/Ebay/holztafel/seitlich_klein.jpg");
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

.img-hover-1 {
  width: 25%;
  float:left;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.img-hover-1 img {
  width: 100%;
}
.img-hover-1 img:last-child {
  display: none;
}
.img-hover-1:hover img:first-child {
  display: none;
}
.img-hover-1:hover img:last-child {
  display: inline-block;
}

.img-hover-2 {
  width: 50%;
  float:left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.img-hover-2 img {
  width: 100%;
}
.img-hover-2 img:last-child {
  display: none;
}
.img-hover-2:hover img:first-child {
  display: none;
}
.img-hover-2:hover img:last-child {
  display: inline-block;
}

.img-hover-3 {
  width: 33%;
  float:left;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.img-hover-3 img {
  width: 100%;
}
.img-hover-3 img:last-child {
  display: none;
}
.img-hover-3:hover img:first-child {
  display: none;
}
.img-hover-3:hover img:last-child {
  display: inline-block;
}

.hersteller {
    width: 100%;
    height: auto;
}

.werbung-body {
    width: 100%;
    display: inline-block;
}

.werbung img {
    width: 33%;
    height: auto;
    float:left;
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}




/* Definition der Animationen */
/* 1. Bewegung des Sliders */
@keyframes slidesStart01 {
    0%, 15% {left: 0;}
    25%, 40% {left: -100%;}
    50%, 65% {left: -200%;}
    75%, 90% {left: -300%;}
    100% {left: -400%;}
}
 
@-webkit-keyframes slidesStart01 {
    0%, 15% {left: 0;}
    25%, 40% {left: -100%;}
    50%, 65% {left: -200%;}
    75%, 90% {left: -300%;}
    100% {left: -400%;}
}
 
@keyframes slidesStart101 {
    0%, 15% {left: 0;}
    25%, 40% {left: -100%;}
    50%, 65% {left: -200%;}
    75%, 90% {left: -300%;}
    100% {left: -400%;}
}
 
@-webkit-keyframes slidesStart101 {
    0%, 15% {left: 0;}
    25%, 40% {left: -100%;}
    50%, 65% {left: -200%;}
    75%, 90% {left: -300%;}
    100% {left: -400%;}
}
 
@keyframes slidesStart02 {
    90.01% {left: 0;}
    0%, 15%, 100% {left: -100%;}
    25%, 40% {left: -200%;}
    50%, 65% {left: -300%;}
    75%, 90% {left: -400%;}
}
 
@-webkit-keyframes slidesStart02 {
    90.01% {left: 0;}
    0%, 15%, 100% {left: -100%;}
    25%, 40% {left: -200%;}
    50%, 65% {left: -300%;}
    75%, 90% {left: -400%;}
}
 
@keyframes slidesStart102 {
    90.01% {left: 0;}
    0%, 15%, 100% {left: -100%;}
    25%, 40% {left: -200%;}
    50%, 65% {left: -300%;}
    75%, 90% {left: -400%;}
}
 
@-webkit-keyframes slidesStart102 {
    90.01% {left: 0;}
    0%, 15%, 100% {left: -100%;}
    25%, 40% {left: -200%;}
    50%, 65% {left: -300%;}
    75%, 90% {left: -400%;}
}
 
@keyframes slidesStart03 {
    65.01% {left: 0;}
    0%, 15%, 100% {left: -200%;}
    25%, 40% {left: -300%;}
    50%, 65% {left: -400%;}
    75%, 90% {left: -100%;}
}
 
@-webkit-keyframes slidesStart03 {
    65.01% {left: 0;}
    0%, 15%, 100% {left: -200%;}
    25%, 40% {left: -300%;}
    50%, 65% {left: -400%;}
    75%, 90% {left: -100%;}
}
 
@keyframes slidesStart103 {
    65.01% {left: 0;}
    0%, 15%, 100% {left: -200%;}
    25%, 40% {left: -300%;}
    50%, 65% {left: -400%;}
    75%, 90% {left: -100%;}
}
 
@-webkit-keyframes slidesStart103 {
    65.01% {left: 0;}
    0%, 15%, 100% {left: -200%;}
    25%, 40% {left: -300%;}
    50%, 65% {left: -400%;}
    75%, 90% {left: -100%;}
}
 
@keyframes slidesStart04 {
    40.01% {left: 0;}
    0%, 15%, 100% {left: -300%;}
    25%, 40% {left: -400%;}
    50%, 65% {left: -100%;}
    75%, 90% {left: -200%;}
}
 
@-webkit-keyframes slidesStart04 {
    40.01% {left: 0;}
    0%, 15%, 100% {left: -300%;}
    25%, 40% {left: -400%;}
    50%, 65% {left: -100%;}
    75%, 90% {left: -200%;}
}
 
@keyframes slidesStart104 {
    40.01% {left: 0;}
    0%, 15%, 100% {left: -300%;}
    25%, 40% {left: -400%;}
    50%, 65% {left: -100%;}
    75%, 90% {left: -200%;}
}
 
@-webkit-keyframes slidesStart104 {
    40.01% {left: 0;}
    0%, 15%, 100% {left: -300%;}
    25%, 40% {left: -400%;}
    50%, 65% {left: -100%;}
    75%, 90% {left: -200%;}
}
 
/* 2. Wechsel des ersten Slides ans Ende und zurück */
@keyframes slide01ToEndStart01 {
    89.99% {left: 0;}
    90%, 100% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart01 {
    89.99% {left: 0;}
    90%, 100% {left: 100%;}
}
 
@keyframes slide01ToEndStart101 {
    89.99% {left: 0;}
    90%, 100% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart101 {
    89.99% {left: 0;}
    90%, 100% {left: 100%;}
}
 
@keyframes slide01ToEndStart02 {
    49.99%, 90.01% {left: 0;}
    50%, 90% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart02 {
    49.99%, 90.01% {left: 0;}
    50%, 90% {left: 100%;}
}
 
@keyframes slide01ToEndStart102 {
    49.99%, 90.01% {left: 0;}
    50%, 90% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart102 {
    49.99%, 90.01% {left: 0;}
    50%, 90% {left: 100%;}
}
 
@keyframes slide01ToEndStart03 {
    24.99%, 65.01% {left: 0;}
    25%, 65% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart03 {
    24.99%, 65.01% {left: 0;}
    25%, 65% {left: 100%;}
}
 
@keyframes slide01ToEndStart103 {
    24.99%, 65.01% {left: 0;}
    25%, 65% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart103 {
    24.99%, 65.01% {left: 0;}
    25%, 65% {left: 100%;}
}
 
@keyframes slide01ToEndStart04 {
    40.01% {left: 0;}
    0%, 40% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart04 {
    40.01% {left: 0;}
    0%, 40% {left: 100%;}
}
 
@keyframes slide01ToEndStart104 {
    40.01% {left: 0;}
    0%, 40% {left: 100%;}
}
 
@-webkit-keyframes slide01ToEndStart104 {
    40.01% {left: 0;}
    0%, 40% {left: 100%;}
}
 
/* 3. Animationen für den Farbwechsel in den Controls */
@keyframes slideControl01 {
    24.99% {background: rgb(170, 0, 0);}
    25%, 100% {background: none;}
}
 
@-webkit-keyframes slideControl01 {
    24.99% {background: rgb(170, 0, 0);}
    25%, 100% {background: none;}
}
 
@keyframes slideControl101 {
    24.99% {background: rgb(170, 0, 0);}
    25%, 100% {background: none;}
}
 
@-webkit-keyframes slideControl101 {
    24.99% {background: rgb(170, 0, 0);}
    25%, 100% {background: none;}
}
 
@keyframes slideControl02 {
    24.99%, 50% {background: none;}
    25%, 49.99% {background: rgb(170, 0, 0);}
}
 
@-webkit-keyframes slideControl02 {
    24.99%, 50% {background: none;}
    25%, 49.99% {background: rgb(170, 0, 0);}
}
 
@keyframes slideControl102 {
    24.99%, 50% {background: none;}
    25%, 49.99% {background: rgb(170, 0, 0);}
}
 
@-webkit-keyframes slideControl102 {
    24.99%, 50% {background: none;}
    25%, 49.99% {background: rgb(170, 0, 0);}
}
 
@keyframes slideControl03 {
    49.99%, 75% {background: none;}
    50%, 74.99% {background: rgb(170, 0, 0);}
}
 
@-webkit-keyframes slideControl03 {
    49.99%, 75% {background: none;}
    50%, 74.99% {background: rgb(170, 0, 0);}
}
 
@keyframes slideControl103 {
    49.99%, 75% {background: none;}
    50%, 74.99% {background: rgb(170, 0, 0);}
}
 
@-webkit-keyframes slideControl103 {
    49.99%, 75% {background: none;}
    50%, 74.99% {background: rgb(170, 0, 0);}
}
 
@keyframes slideControl04 {
    74.99% {background: none;}
    75%, 100% {background: rgb(170, 0, 0);}
}
 
@-webkit-keyframes slideControl04 {
    74.99% {background: none;}
    75%, 100% {background: rgb(170, 0, 0);}
}
 
@keyframes slideControl104 {
    74.99% {background: none;}
    75%, 100% {background: rgb(170, 0, 0);}
}
 
@-webkit-keyframes slideControl104 {
    74.99% {background: none;}
    75%, 100% {background: rgb(170, 0, 0);}
}
 
/* Basisfunktionalität des Sliders */
.slider {
    overflow: hidden;
}
 
.slider input {
    position: absolute;
    left: -10000px;
    top: 0;
}
 
.slideList {
    width: 400%; /* Anzahl der Slides mal 100 */
    position: relative; /* über die relative Positionierung wird der Slider durchs Sichtfenster geschoben */
    -webkit-transition: left 2s;
    -moz-transition: left 2s;
    -o-transition: left 2s;
    transition: left 2s; /* für den fließenden Schub */
    margin: 0;
    padding: 0;
}
 
.slideList:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.slide {
    list-style: none;
    width: 25%; /* Breite gleich 100 / Anzahl Slides */
    float: left;
    position: relative;
    left: 0;
    -webkit-transition: left 0s .5s;
    -moz-transition: left 0s .5s;
    -o-transition: left 0s .5s;
    transition: left 0s .5s; /*bei Klick auf ein Control werden alle Slides wieder auf Original-Position geschoben, hier für den ersten relevant. Damit die Aktion erst nach der slides-Verschiebung beginnt, kommt ein delay hinzu*/
}
 
#slide04:checked ~ .slideList .slide,
#slide104:checked ~ .slideList .slide {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; /* damit er nicht zu früh zurückrutscht */
}
.slideList img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
 
/* Zuweisung der Keyframe-Animationen */
.slideList,
.slide,
.slideControl label {
    -webkit-animation: 20s 2s infinite;
    animation: 20s 2s infinite; /* allgemeingültige Werte für die Keyframe-Animation */
}
 
/* Positionierung und Aufruf der passenden Animation in Abhängigkeit des Status der Radiobuttons */
#slide01:checked ~ .slideList {
    -webkit-animation-name: slidesStart01;
    animation-name: slidesStart01;
    left: 0;
}
 
#slide02:checked ~ .slideList {
    -webkit-animation-name: slidesStart02;
    animation-name: slidesStart02;
    left: -100%;
}
 
#slide03:checked ~ .slideList {
    -webkit-animation-name: slidesStart03;
    animation-name: slidesStart03;
    left: -200%;
}
 
#slide04:checked ~ .slideList {
    -webkit-animation-name: slidesStart04;
    animation-name: slidesStart04;
    left: -300%;
}
 
/* Damit der Wechsel von 01 zu 101, 02 zu 102 usw. klappt, muss jeweils eine andere Animation aufgerufen werden*/
#slide101:checked ~ .slideList {
    -webkit-animation-name: slidesStart101;
    animation-name: slidesStart101;
    left: 0;
}
 
#slide102:checked ~ .slideList {
    -webkit-animation-name: slidesStart102;
    animation-name: slidesStart102;
    left: -100%;
}
 
#slide103:checked ~ .slideList {
    -webkit-animation-name: slidesStart103;
    animation-name: slidesStart103;
    left: -200%;
}
 
#slide104:checked ~ .slideList {
    -webkit-animation-name: slidesStart104;
    animation-name: slidesStart104;
    left: -300%;
}
 
/* Der erste Slide wird jeweils zur rechten Zeit an den Anfang oder das Ende gestellt */
#slide01:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart01;
    animation-name: slide01ToEndStart01;
}
 
#slide02:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart02;
    animation-name: slide01ToEndStart02;
}
 
#slide03:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart03;
    animation-name: slide01ToEndStart03;
}
 
#slide04:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart04;
    animation-name: slide01ToEndStart04;
}
 
/* Separate Animations-Namen für die zweite Steuerung */
#slide101:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart101;
    animation-name: slide01ToEndStart101;
}
 
#slide102:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart102;
    animation-name: slide01ToEndStart102;
}
 
#slide103:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart103;
    animation-name: slide01ToEndStart103;
}
 
#slide104:checked ~ .slideList .slide01 {
    -webkit-animation-name: slide01ToEndStart104;
    animation-name: slide01ToEndStart104;
}
 
/* nur zur Deko */
.sliderWrapper {
    position: relative;
    padding: 6px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
 
.slide p {
    position: absolute;
    bottom: 1em;
    left: 0;
    background: rgba(170, 0, 0, .6);
    color: #ddd;
    padding: .4em 1em;
}
 
/* Steuerung durch den Benutzer */
.slideControl {
    width: 80px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
}
 
.control01:checked ~ .slideControl01,
.control02:checked ~ .slideControl02 {
    left: -5000px; /* Blendet die nicht benötigten Labels aus */
}
 
.slideControl li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    text-indent: -10000px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px 2px #ccc;
    list-style: none;
}
 
.slideControl label {
    display: block;
    cursor: pointer;
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
}
 
.slideControl label:hover {
    background: rgba(170, 0, 0, 0)!important;
}
 
#slide01:checked ~ .slideControl label[for="slide101"],
#slide02:checked ~ .slideControl label[for="slide102"],
#slide03:checked ~ .slideControl label[for="slide103"],
#slide04:checked ~ .slideControl label[for="slide104"] {
    -webkit-animation-name: slideControl01;
    animation-name: slideControl01;
    background: #68b022;
}
 
#slide101:checked ~ .slideControl label[for="slide01"],
#slide102:checked ~ .slideControl label[for="slide02"],
#slide103:checked ~ .slideControl label[for="slide03"],
#slide104:checked ~ .slideControl label[for="slide04"]  {
    -webkit-animation-name: slideControl101;
    animation-name: slideControl101;
    background: #68b022;
}
 
#slide01:checked ~ .slideControl label[for="slide102"],
#slide02:checked ~ .slideControl label[for="slide103"],
#slide03:checked ~ .slideControl label[for="slide104"],
#slide04:checked ~ .slideControl label[for="slide101"] {
    -webkit-animation-name: slideControl02;
    animation-name: slideControl02;
}
 
#slide101:checked ~ .slideControl label[for="slide02"],
#slide102:checked ~ .slideControl label[for="slide03"],
#slide103:checked ~ .slideControl label[for="slide04"],
#slide104:checked ~ .slideControl label[for="slide01"]  {
    -webkit-animation-name: slideControl102;
    animation-name: slideControl102;
}
 
#slide01:checked ~ .slideControl label[for="slide103"],
#slide02:checked ~ .slideControl label[for="slide104"],
#slide03:checked ~ .slideControl label[for="slide101"],
#slide04:checked ~ .slideControl label[for="slide102"]  {
    -webkit-animation-name: slideControl03;
    animation-name: slideControl03;
}
 
#slide101:checked ~ .slideControl label[for="slide03"],
#slide102:checked ~ .slideControl label[for="slide04"],
#slide103:checked ~ .slideControl label[for="slide01"],
#slide104:checked ~ .slideControl label[for="slide02"]  {
    -webkit-animation-name: slideControl103;
    animation-name: slideControl103;
}
 
#slide01:checked ~ .slideControl label[for="slide104"],
#slide02:checked ~ .slideControl label[for="slide101"],
#slide03:checked ~ .slideControl label[for="slide102"],
#slide04:checked ~ .slideControl label[for="slide103"] {
    -webkit-animation-name: slideControl04;
    animation-name: slideControl04;
}
 
#slide101:checked ~ .slideControl label[for="slide04"],
#slide102:checked ~ .slideControl label[for="slide01"],
#slide103:checked ~ .slideControl label[for="slide02"],
#slide104:checked ~ .slideControl label[for="slide03"]  {
    -webkit-animation-name: slideControl104;
    animation-name: slideControl104;
}


@media only screen and (max-width: 760px)
{
    .mobile {display: block; width: 100%;}
    #xheadlookfor {width:86%}
    
	#maincontent {
		min-height:auto;
	}
	.swHometeaser {
		height:auto;
		width:47%;
	}
	.swHometeaser h2 {
		margin-bottom:0;
	}
	.swHometeaser img {
		/*display:none; */
	}
	
    .col-md-3 col-sm-6 {
        width: 50%;
    }
    
    #leftnavi {
    display:none;
  }
  .home-image {

  }
  .row-2 {
    width: 100%;
    padding: 0 10px;
  }
    .img-hover-1{
  width:50%;
  }
    .img-hover-2{
  width:100%;
  }
    .img-hover-3{
  width:100%;
  }
    
    .werbung img {
    width: 100%;
 
}   
}


#maincontent {width:100%;margin-left:0}
    #leftnavi, #breadcrumb {display:none}
    #body {width:100%;float:left}
    .headline {font-size:2rem;font-weight:600;color:grey;text-align: center;width:100%;display:inline-block}
    .headline2nd {font-size:1.4rem;font-weight:600;color:grey;text-align: center;width:100%;display:inline-block}
    .productBox {width:19.2%;float:left;margin-right:1%;margin-top:1%;margin-bottom:1%}
    .first-box {margin-left:0}
    .last-box {margin-right:0}
    .col-1 {width:49.5%}
    .col-1-1 {margin-right:0}
    .text p {font-size:2rem;margin-top:5%}
    
    .productBoxContent {box-shadow: 0px 0px 10px lightgrey;padding:3%;transition: transform 0.35s ease 0s;}
    .productBoxContent:hover {box-shadow: 0px 0px 10px grey;transform: translateY(-5px);}
    .productPicture {}
    .productPicture img {width:100%;}
    .productDetail {width: 95%;margin-left: 2.5%;text-align: center;}
    .productNameH a {font-size: 120%;font-weight:600;color:#379fce}
    .productDescr {text-align:center}
    .productName img {width:100%}
    .productDescrH a {font-size:80%}
    .productDescr a {font-size:120%;color:#379fce;}
    #product-worlds {width:100%}
    .product-world {width:50%;float:left;padding:1%}
    .break-space {margin-top:2%}
    .bestseller-titel {text-align: center;font-size: 1.4rem;}
    
    
#newsDiv {
        width:0%;height:25em;background-color:white;position:fixed;top:30%;left:0px;transition: width 1s ease-in-out;/*border-top-left-radius:0px;border-top-right-radius:25px;border-bottom-left-radius:0px;border-bottom-right-radius:25px;*/overflow:auto;border-radius: 0 2.5em 2.5em 0;box-shadow: 8px 8px 16px 0 rgb(191 191 191 / 48%);
    }
    #closeNewsDiv {
        position: absolute;top: 3%;right: 10%;font-weight:600;font-size:1.5rem
    }
    #buttonNews {background-color:rgb(170,0,0);position:absolute;bottom:5%;left:15%;padding-left:25%;padding-right:25%;padding-top:2%;padding-bottom:2%;text-align:center;color:white;border-radius:3px}
    #buttonNews:hover {background-color:rgb(119,7,7)}
    #newsImg img {width:100%}
    #newsImg {width:80%;margin-left:10%}
    #newsText {text-align:center}
    #newsText h2 {font-size:1rem;font-weight:600;}
    #newsText h3 {font-size:1rem;font-weight:300;}
    #newsText h4 {font-size:1rem;font-weight:300;}
    #newsText h5 {font-size:2rem;font-weight:600;}
    #newsText h6 {font-size:1rem;font-weight:300;}
    .slick-slider {max-width:96vw}
    
    

#questions {
        width: 100%;
    float: left;
    margin-top: 3%;
    }
.accordeon-checkbox {
  display: none;
}
.accordeon-title-label {
  cursor: pointer;
  display: block;
  color: white;
  height: 20px;
  text-align: left;
  font: 15px "Roboto", sans-serif;
  font-weight: 600;
}
.accordeon-content {
  padding: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  background: #379fce;
  border-radius: 5px;
}
.accordeon-title-label:before {
  content: "+";
}
.accordeon-checkbox:checked + .accordeon-content .accordeon-title-label:before {
  top: -2px;
  position: relative;
  content: "-";
}
.accordeon-checkbox:checked + .accordeon-content {
  height: 400px;
}
.accordeon-checkbox + .accordeon-content {
  font: 13px "Roboto", sans-serif;
  text-align: left;
}

h3.countdown-title.min {
  font-size: 15px;
  vertical-align: middle;
  height: 100%;
  padding: 9px;
  font-style: italic;
}
div.banner-cont > div > div > h3 {
  vertical-align: middle;
  height: 100%;
  font-weight: 300;
}
.banner-cont {
  position: relative;
  /*max-width: 725px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  background-color: #379fce;
  border-radius: 5px;
  text-align: center;
  /*margin: 0 auto;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
    .accordeon-content p {
        color:white
    }
    #botton {
        width: 30%;
    margin-top: 6%;
    }
    #botton a {
        font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    background-color: #379fce;
    padding-top: 4%;
    padding-bottom: 4%;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
    }
    #botton a:hover {
        background-color: #2b7ea3
    }
    #text-box-right-1 h3 p {
      margin-top: 2%;
      font-size: 1rem;
      font-weight: 300;
      color: grey;
      font-family: system-ui;
      line-height: normal;
  }
  .content-inside {display:inline-block}

@media only screen and (min-width:200px) and (max-width: 700px) {
    .accordeon-content {height: 52px}
    .accordeon-checkbox:checked + .accordeon-content {height: 710px;}
    #botton {width: 100%;margin-top: 15%;margin-bottom: 15%;margin-left: 8%;}
    .productBox {width:49%}
    .productDescr a {font-size: 80%;}
    .text p {font-size:140%}
    .col-1 {width:100%}
    .productNameH a {font-size: 80%;}
    #text-box-right-1 h3 p {display:none}
}

@media only screen and (min-width:701px) and (max-width: 1024px) {
  .productBox {width:49%}
  .col-1 {width:100%}  
  .box-right {display:inline-table}
}



@media only screen and (min-width:701px) and (max-width: 1025px) {
    #botton {width: 60%}
}
