@media screen and (min-width:980px) {
  .zeigeBildNurDesktop {
    width:100%;
  }
}

@media screen and (max-width:979px) {
  .zeigeBildNurDesktop {
    display:none;
  }
}

@media screen and (min-width:980px) {
  .zeigeMobil {
   display:none!important;
  }
}

@media screen and (max-width:979px) {
  .zeigeMobil {
    width:100%!important;
  }
}

.top{
  border: none;
      display: flex;
			width:100%;
			margin-bottom:20px;
}


.category-top{

    display: block;
    float: left;
    margin: 10px;
   
  /*  background: #f4f1ed none repeat scroll 0 0;*/
	background:#f4f1ed;
  /*  border-radius: 0.5em;*/
    color: #a81815;
		box-shadow: 0px 0px 6px 0px #888888;
		border:10px solid #f4f1ed;
	width:33%;
}
.category-top-21{

    display: block;
    float: left;
    margin: 10px;
   
  /*  background: #f4f1ed none repeat scroll 0 0;*/
	background:#f4f1ed;
  /*  border-radius: 0.5em;*/
    color: #a81815;
		box-shadow: 0px 0px 6px 0px #888888;
		border:10px solid #f4f1ed;
	width:21%;
}

@media screen and (max-width:979px) {
  .category-top {
    width:44%!important;
  }
}

@media screen and (max-width:979px) {
  .category-top-21 {
    width:44%!important;
  }
}


.begleitmaterial .category-top .category-top-21 {

    display: block;
    float: left;
    padding-right:0;
  /*  background: #f4f1ed none repeat scroll 0 0;*/
	background:#f4f1ed;
  /*  border-radius: 0.5em;*/
    color: #a81815;
		box-shadow: 0px 0px 6px 0px #888888;
		border:10px solid #f4f1ed;
}
div.begleitmaterial{padding-left:10px;}

@media all and (max-width:480px)

.top img{display:none;}

	.top{
		display:block;
	}

	.category-top{float:none;}
	.category-top-21{float:none;}
	.blog img{display:none;}
}

.category-top:hover{
  outline:1px solid #a81815;
	outline-offset:-1px;
	/*-moz-outline-radius:0.5em;*/
}

#main1 .begleitmaterial .category-top .category-top-21 img{
    max-width:100%;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin:0 !important;
    margin-bottom:5px !important;
  }


#main1 .top .category-top .category-top-21 img{
  max-width:100%;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin:0 !important;
}

.category-top .category-top-21 h2{text-align:center;
  font-size:1em;
  font-weight:bold;
  margin-bottom: 0 !important;
  margin-top: 10px;}

.tableau{font-size:2em;}

p.nummer-tableau{font-size:0.8rem; font-weight:700; display:inline;}
.g-parent p.nummer-tableau{font-size:1.3rem; font-weight:700; display:inline;}

p.text-tableau{text-align:center; font-weight:700; line-height:1.2rem; padding: 0 18px; margin-bottom: 0 !important; margin-top:-8px; font-style:normal;}
.g-parent p.text-tableau{font-size:1.2rem; line-height:1.5rem;}

p.text-tableau em{font-style:normal;}

@media screen and (max-width: 680px){
.kasten img {
    width: 100%!important;
	}
}

@media (max-width: 480px)
.top .kachel img {
    display: block;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 2px 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%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #fff;
  color: black;
  transform: rotateY(180deg);
}

.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.slider {
  background: #fff;
  position: relative;
  margin: 2rem 0;
  overflow: hidden;
  padding-bottom: 2.5rem;
  border: 0.15rem solid #a81815;
}
.slider::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: '';
  display: block;
  background: #f4f1ed;
  height: 3rem;
}
.slide-switch {
  display: none;
}
.slide-label {
  position: absolute;
  bottom: 1rem;
  display: block;
  z-index: 5;
  height: 1rem;
  width: 1rem;
  text-indent: 1rem;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
}
.slide-label:nth-of-type(1) {
  left: 1rem;
}
.slide-label:nth-of-type(2) {
  left: 2.5rem;
}
.slide-label:nth-of-type(3) {
  left: 4rem;
}
.slide-label:nth-of-type(4) {
  left: 5.5rem;
}
.slide-label:nth-of-type(5) {
  left: 7rem;
}
.slide-label:nth-of-type(6) {
  left: 8.5rem;
}
.slide-label:nth-of-type(7) {
  left: 10rem;
}
.slide-label:nth-of-type(8) {
  left: 11.5rem;
}
.slide-label:nth-of-type(9) {
  left: 13rem;
}
.slide-label:nth-of-type(10) {
  left: 14.5rem;
}
.slide-label:nth-of-type(11) {
  left: 16rem;
}
.slide-label:nth-of-type(12) {
  left: 17.5rem;
}
.padded {
  padding: 1rem 2rem;
}
.slide-content {
  width: 100%;
  background: #fff;
  float: left;
  margin-right: -100%;
}
.slide-switch:checked + .slide-label {
  background: #a81815;
}
.slide-switch:not(:checked) + .slide-label + .slide-content {
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.slide-switch:checked + .slide-label + .slide-content {
  animation: slide 1s;
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@media screen and (min-width:980px) {
  .fiveK {
    width:16%;
  }
}

@media screen and (max-width:979px) {
  .fiveK {
    width:100%;
  }
}


@media screen and (max-width:979px) {
  .slider {
    height:1004px!important;
  }
}

@media screen and (max-width:979px) {
  .flip-box {
    height:920px!important;
  }
}
