@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 28px
}
h2 {
  font-size: 25px
}
h3 {
  font-size: 21px
}
h1, h2, h3 {
  font-weight: 900;
  margin-bottom: 16px;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1281px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  p {
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 8px;
  }
}
.text-zentriert {
  text-align: center
}
iframe {
  border: 0;
  width: 100%;
  max-width: 100%;
}
input {
  width: 100%;
  max-width: 100%;
}
textarea {
  max-width: 100%;
}

ul.liste {
  list-style: none;
  margin-left: 25px;
}
div ul.liste li {
  font-size: 21px;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 32px;
}
div ul.liste li::before {
  content: "\27A4";
  --size: 0;
  line-height: 16px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  float: left;
  left: calc(-1 * var(--size) - 10px);
  position: relative;
  margin-left: -24px;
  padding-right: 14px;
  color: #c7191b;
  top: 8px;
}
/**/
ul.liste-check {
  list-style: none;
  margin-left: 25px;
}
div ul.liste-check li {
  font-size: 21px;
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 32px;
}
div ul.liste-check li::before {
  content: "\2713";
  --size: 0;
  line-height: 16px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  float: left;
  left: calc(-1 * var(--size) - 10px);
  position: relative;
  margin-left: -24px;
  padding-right: 14px;
  color: #c7191b;
  top: 8px;
}
@media only screen and (max-width: 1280px) {
div ul.liste li, div ul.liste-check li {
  font-size: 18px;
  
}

}

header
{
    height: 130px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
}

header div#block-logo a img {
  max-width: 240px;
}
div.block-content { margin-top: 170px;}
section.wp-block-element-section { width: 100%;
float: left; }
div.wp-block-element-div {    clear: both;}
div.wp-block-element-max-breite {
  margin: 0 auto;
  max-width: 100%;
  width: /*1280px*/ 80%;     clear: both;
}
@media only screen and (min-width: 1440px) {

div.wp-block-element-max-breite {
  margin: 0 auto;
  max-width: 100%;
  width: /*1280px*/ 1280px
}
}

@media only screen and (min-width: 1600px) {

div.wp-block-element-max-breite {
  margin: 0 auto;
  max-width: 100%;
  width: /*1280px*/ 1440px
}
}
div.wp-block-element-max-breite div.wp-block-inline {padding: 0 0 5% 0;}
div.wp-block-element-max-breite.abstand-none div.wp-block-inline {padding: 0 0 0 0;}
footer div.wp-block-element-max-breite div.wp-block-inline {padding: 0 0 0 0;}

.page-template-template-abverkauf div.block-content div#block-abverkauf div.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline{padding: 5% 0 5% 0;}


.wp-block-image img {
  max-width: 100%;/**/
  height: auto;
}
.wp-block-columns {
  margin-bottom: /*28px*/ 0;
}
.wp-block-column:not(:first-child) {
  margin-left: /*32px 0*/ 5%;
}
.block-grid .wp-block-column:not(:first-child) {
  margin-left: /*32px 5%*/ 0;
}
.single-produkte .wp-block-column:not(:first-child) {
  margin-left: /*32px 5%*/ 0;
}


/*color: #c7191b;*/
.farbe.ci-rot {
  background-color: #c7191b;
  color: #fff
}
.farbe {
  padding: 40px 0;
}
div.block-content div.wp-block-element-div div.wp-block-columns div.wp-block-column div.wp-block-group {
  margin: 0 auto;
  position: relative;
  width: 320px;
}
.stoere p strong {
  font-weight: 900
}
@media only screen and (min-width: 0px) {
  .stoere p {
    font-size: /*28px*/ 20px;
    line-height: /*50px*/ 32px;
    max-width: 90%;
    margin: 0 auto;
    font-weight: 200;
    letter-spacing: 0.025em;
    width: 840px;
  }
}
@media only screen and (min-width: 600px) {
  .stoere p {
    font-size: 24px;
    line-height: 50px;
    max-width: 80%;
    margin: 0 auto;
    font-weight: 200;
    letter-spacing: 0.025em;
    width: 840px;
	  
  }
}
@media only screen and (min-width: 1024px) {
  .stoere p {
    font-size: 32px;
    line-height: 50px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 200;
    letter-spacing: 0.025em;
    width: 840px;
  }
}
.text-zentriert h1, .text-zentriert h2 {
  max-width: max-content;
  max-width: -moz-max-content;
  margin: 0 auto;
}
h1 {
  color: #c7191b;
}
/*h1:not(.site-title):before, h2:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}*/
.block-text-extra {
  font-size: 24px;
  color: #c7191b;
}
.abstand-p40 {
  padding: 40px 0;
}
.test-triangle {
  content: url(/wp-content/themes/dasbett-wp-theme/inc/images/test-tri.svg);
  width: 100%;
}
.demo-triangle {
  mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/test-tri.svg);
  -webkit-mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/test-tri.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 100%;
  height: 13vw;
  max-width: 100%;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  top: -1px;
  position: relative;
  z-index: -1;
  margin-top: -4vw;
}
.stoere {
  z-index: 2;
}
div.block-content div.wp-block-element-div.farbe.ci-rot.stoere div.wp-block-button {
  margin-top: 24px;
}
div.block-content div.wp-block-element-div.farbe.ci-rot.stoere div.wp-block-button a.wp-block-button__link {
  font-style: normal;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .2s;
  background-color: transparent;
  font-weight: 500;
  letter-spacing: 0.05em;
}
div.block-content div.wp-block-element-div.farbe.ci-rot.stoere div.wp-block-button a.wp-block-button__link:hover {
 
  background-color: #fff;
 
}
div.wp-block-button a.wp-block-button__link {
  font-style: normal;
  border-width: 3px;
  border-style: solid;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all .2s;
  background-color: #c7191b;
  font-weight: 500;
  letter-spacing: 0.05em;
}
div.wp-block-button a.wp-block-button__link:hover {
  background: #fff;
  color: #c7191b;
}
footer nav#nav-footer ul li {
  display: inline-block;
}
#block-copyright {
  text-align: center;
}
@media only screen and (min-width: 0px) {
  div.wp-block-element-max-breite.mobil-abstand-none {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  div.wp-block-element-max-breite.mobil-abstand-none {
    width: 80%;
  }
}

@media only screen and (min-width: 1440px) {
	 div.wp-block-element-max-breite.mobil-abstand-none {
    width: 1280px;
  }
}

@media only screen and (min-width: 1600px) {
	 div.wp-block-element-max-breite.mobil-abstand-none {
    width: 1440px;
  }
}

@media only screen and (min-width: 0px) {
  div.wp-block-columns.mobil-layout {
    display: block
  }
}
@media only screen and (min-width: 1025px) {
  div.wp-block-columns.mobil-layout {
    display: flex
  }
}
div.wp-block-columns.mobil-layout div.wp-block-column figure {
  text-align: center;
}
/** block-grid **/
/** home - bettenprogramm **/

@media only screen and (min-width: 0px) {

	div.wp-block-element-div.block-grid div.wp-block-columns{width: 100%; margin: 0 auto}

}
@media only screen and (min-width: 768px) {

	div.wp-block-element-div.block-grid div.wp-block-columns{width: 80%; margin: 0 auto}

}
@media only screen and (min-width: 1440px) {

	div.wp-block-element-div.block-grid div.wp-block-columns{width: 1280px; margin: 0 auto}

}
@media only screen and (min-width: 1600px) {

	div.wp-block-element-div.block-grid div.wp-block-columns{width: 1440px; margin: 0 auto}

}

div.wp-block-element-div.block-grid h3 {
  border-bottom: 3px solid lightgray;
  width: max-content;
  line-height: 40px;
}
@media only screen and (min-width: 0px) {
  div.block-content div.wp-block-element-div div.wp-block-columns div.wp-block-column div.wp-block-group {
    margin: 0 auto;
    position: relative;
    width: /*320px 80%*/ 90%;
  }
  div.wp-block-element-div.block-grid div.wp-block-columns div.wp-block-column div.wp-block-group div.wp-block-group__inner-container figure img {
    width: 100%
  }
}
@media only screen and (min-width: 600px) {
  div.wp-block-element-div.block-grid div.wp-block-columns {
    display: block;
  }
  div.block-content div.wp-block-element-div.block-grid div.wp-block-columns div.wp-block-column {
    margin-bottom: 24px;
    width: 100%;
    position: relative;
    float: left;
  }
  div.block-content div.wp-block-element-div div.wp-block-columns div.wp-block-column div.wp-block-group {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  div.wp-block-element-div.block-grid div.wp-block-columns div.wp-block-column div.wp-block-group div.wp-block-group__inner-container figure {
    width: 48%;
    float: left;
  }
  div.wp-block-element-div.block-grid div.wp-block-columns div.wp-block-column div.wp-block-group div.wp-block-group__inner-container div.wp-block-group {
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 1025px) {
  div.wp-block-element-div.block-grid div.wp-block-columns {
    display: flex;
  }
  div.block-content div.wp-block-element-div div.wp-block-columns div.wp-block-column div.wp-block-group {
    width: 240px;
  }
  div.wp-block-element-div.block-grid div.wp-block-columns div.wp-block-column div.wp-block-group div.wp-block-group__inner-container figure {
    width: 100%;
    float: unset;
  }
  div.wp-block-element-div.block-grid div.wp-block-columns div.wp-block-column div.wp-block-group div.wp-block-group__inner-container div.wp-block-group {
    width: 100%;
    float: unset;
  }
}

@media only screen and (min-width: 1280px) {
  
  div.block-content div.wp-block-element-div div.wp-block-columns div.wp-block-column div.wp-block-group {
    width: 320px;
  }
   
}

/**pages**/
figure.block-header {
  max-height: 600px;
  overflow: hidden;
  margin-top: -40px;
}
figure.block-header img {
  width: 100%;
}
/* *Produkt Grid* */
/* *Produktkatalog* */
@media only screen and (min-width: 0px) {
  .block-produktkatalog .block-element {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (min-width: 600px) {
  .block-produktkatalog .block-element {
    width: 50%;
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) {
  .block-produktkatalog .block-element {
    width: 33%;
    display: inline-block;
  }
}
div.block-produktkatalog div.block-element div.wp-block-inline {
  padding: 0 12px 0 0;
}
.box-element-titel {
  font-weight: 300;
}
/*singe produkt page*/
.block-headline {
  max-height: 80px;
  padding: 0;
}
.single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns {
  display: block;
}
.block-headline .site-title {
  color: #fff;
  margin-top: 20px;
  padding: 20px 0;
}
.single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
  margin-top: -160px;
}
@media screen and (max-width: 959px) {
  .single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: 0px;
  }
  .single-produkte div.wp-block-element-max-breite:nth-child(3) {
    clear: both;
  }
  .block-headline div.wp-block-element-max-breite {
    width: 100%;
  }
  .block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column h1.site-title {
    width: 80%;
    margin: 0 auto
  }
  .single-produkte .block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure {
    width: 100%
  }
}
.single-produkte div.box-details div.box-wert {
  margin-top: 12px;
}
.single-produkte div.box-details div.box-wert p {
  font-size: 21px;
}
.single-produkte div.box-details div.box-wert p span {
  font-weight: bold;
}
.icon-hoehe {
  mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-hoehe.svg);
  -webkit-mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-hoehe.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  max-width: 100%;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  display: inline-block;
  background-color: #c7191b;
  top: 4px;
  position: relative;
}
.icon-breite {
  mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-breite.svg);
  -webkit-mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-breite.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  max-width: 100%;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  display: inline-block;
  background-color: #c7191b;
  top: 4px;
  position: relative;
}
.icon-tiefe {
  mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-tiefe.svg);
  -webkit-mask-image: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-tiefe.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 24px;
  height: 24px;
  max-width: 100%;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  display: inline-block;
  background-color: #c7191b;
  top: 4px;
  position: relative;
}
.farbe.sub-titel {
  padding: 24px 0 40px 0;
}
.sub-titel h2 {
  font-size: 32px;
  line-height: 50px;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sub-titel p {
  font-size: 24px;
  line-height: 50px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 200;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 600px) {
  .sub-titel p {
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen and (max-width: 400px) {
  #intro .wp-block-element-max-breite {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  #intro h1 {
    font-size: 50px;
    line-height: 80px;
  }
  #intro p {
    font-size: 21px;
    line-height: 32px;
  }
  #intro p strong {
    font-size: 28px;
  }
}
figure.img-spezial-links, figure.img-spezial-rechts {
  position: relative
}
figure.img-spezial-links img, figure.img-spezial-rechts img {
  width: 100%
}
figure.img-spezial-links div {
  height: 100%;
  width: 90%;
  background-color: #c7191b;
  position: absolute;
  top: -4%;
  left: -3%;
  z-index: -1;
}
figure.img-spezial-rechts div {
  height: 100%;
  width: 90%;
  background-color: #c7191b;
  position: absolute;
  top: 4%;
  right: -3%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  div.wp-block-columns.block-mobil-33-first div.wp-block-column:nth-child(1) {
    flex-basis: 33.33%;
    align-self: start;
  }
  div.wp-block-columns.block-mobil-33-first div.wp-block-column:nth-child(2) {
    flex-basis: 66.33%;
  }
	
	/**/
	
	
	  div.wp-block-columns.block-mobil-33-last div.wp-block-column:nth-child(2) {
    flex-basis: 33.33%;
    align-self: start;
  }
  div.wp-block-columns.block-mobil-33-last div.wp-block-column:nth-child(1) {
    flex-basis: 66.33%;
  }
	
}
@media screen and (max-width: 781px) {
  .wp-block-columns.block-mobil-full {
    /*display: block;*/
  }
  .wp-block-columns.block-mobil-full div.wp-block-column {
    /*display: block;*/ flex-basis: 100% !important;
    margin-bottom: 5%;
  }
  .wp-block-columns.block-mobil-anordnung div.wp-block-column:nth-child(1) { /*flex-basis: 100% !important;*/
    order: 2;
  }
  .wp-block-columns.block-mobil-anordnung div.wp-block-column:nth-child(2) { /*flex-basis: 100% !important;*/
    order: 1;
  }
}
.farbe.hell-grau {
  background-color: #cacaca
}
.abstand-p0 {
  padding: 0 0;
}
@media screen and (min-width: 1440px) {
  figure.block-header.layout-display-big-spezial {
    max-width: 880px;
    float: right;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0px;
  }
}
header {
  box-shadow: 0px 0px 10px -5px;
  margin-bottom: 40px; 
	z-index: 10;
/*position: relative; */
}
@media screen and (max-width: 1770px) {
  .single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    max-width: 640px;
  }
}
@media screen and (max-width: 1440px) {
  .single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: -120px;
    max-width: 560px;
  }
}
@media screen and (max-width: 1280px) {
  .single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: -120px;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: -120px;
    max-width: 480px;
  }
}
@media screen and (max-width: 959px) {
  .single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: 0px;
    max-width: 100%;
  }
}
.block-mail a::before {
  width: 24px;
  height: 24px;
  content: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  top: 6px;
  position: relative;
}
p.block-phone a::before {
  width: 18px;
  height: 36px;
  content: url(/wp-content/themes/dasbett-wp-theme/inc/images/icon-phone.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
  /*   -webkit-mask: url('/wp-content/themes/dasbett-wp-theme/inc/images/icon-phone.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/dasbett-wp-theme/inc/images/icon-phone.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
	background-color:      #737373;*/
}
p a {
  color: #737373;
  text-decoration: none;
  font-weight: normal;
}
p a:hover {
  border-bottom: 2px solid #c7191b;
}
footer {
  background-color: #f7f7f7;
  padding: 32px 0 0; width: 100%; max-width: 100%;
float: left;
clear: both;
}


.block-titel
{
    background-color: #c7191b;
    max-width: max-content;
    padding: 8px 20px;
    color: #fff; font-size: 28px;
}



.linie.schatten {
    box-shadow: 0 24px 24px -24px rgba(200,200,200,.75) inset;
    -moz-box-shadow: 0 24px 24px -24px rgba(200,200,200,.75) inset;
    -webkit-box-shadow: 0 24px 24px -24px rgba(200,200,200,.75) inset;
}
div#block-map .wp-block-column:not(:first-child) {
    margin-left: 0;
}

div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-group{
    width: 50%;
    float: left;
	}

div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column > div.wp-block-group:nth-child(3){
    width: 100%;
    float: left;
	}


@media screen and (max-width: 1560px) {
	
	div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column > div.wp-block-group:nth-child(3) > .wp-block-group__inner-container > div.wp-block-group{
    width: 100%;
    float: left;
	}
	
}


@media screen and (max-width: 1024px) {
div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-group{
    width: 100%;
    float: left;
	}
}

@media screen and (max-width: 599px) {
div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-group{
    width: 50%;
    float: left;
	}
	
	
	div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column > div.wp-block-group:nth-child(3){
 text-align: center;
	}
}

@media screen and (max-width: 450px) {
div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-group{
    width: 100%;
    float: left;  text-align: center;
	}
	
	
	div#block-map.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column > div.wp-block-group:nth-child(3){
 text-align: center;
	}
}

@media (min-width:600px) and (max-width:781px) {
div#block-map .wp-block-column {
    flex-basis: calc(50% - 0px) !important;
    flex-grow: 0;
}}


@media screen and (max-width: 1440px) {
	div.wp-block-columns.layout-break-big{	flex-wrap: wrap;}
div.wp-block-columns.layout-break-big div.wp-block-column{flex-basis: 100% !important;}
div.wp-block-columns.layout-break-big .wp-block-column:not(:first-child) {
    margin-left: 0%;
}
}
 div.block-produktkatalog div.block-element div.wp-block-inline a
{
    text-decoration: none;
    color: #000;
}




/**/
div#block-kacheln
{
    clear: both;
}


div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image:hover img {
    transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
filter: alpha(Opacity=50);
opacity: .5;
	
	text-decoration: underline;
-webkit-transition: all .5s;
transition: all .5s;
}


div#block-kacheln .wp-block-image {
    margin-bottom: 0em;
}
div#block-kacheln .wp-block-columns {
    margin-bottom: -4px;
}
div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image img {
width: 100%;}

/*
div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/
div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image a
{
    overflow: hidden;
    display: block;
 
}
div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image:hover a
{
    
	background-color: #000;
}
div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column{position:relative}


div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image figcaption
{
    margin: 0 auto;
padding: 12px 24px;
position: absolute;
left: 0;
right: 0;
bottom: 50px;
font-size: 1vw;
font-weight: 300;
pointer-events: none;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0,0,0,.5);
background-color: #c7191b;
width: max-content;
letter-spacing: 0.075em;
}

div#block-kacheln .wp-block-column:not(:first-child) {
    margin-left: 0%;
}
@media screen and (max-width: 1500px) {
		div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image figcaption {
   
    font-size: 1.5vw;
  
}
}
@media screen and (max-width: 781px) {
	
	div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite.mobil-abstand-none div.wp-block-inline div.wp-block-columns{display: block}
	
	div.mobil-abstand-none:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
   
    width: 100%;
    float: left;
}
	div.mobil-abstand-none:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {width: 50%;
float: right;}
 	
	div.wp-block-columns:nth-child(2) > div:nth-child(1) {
    width: 50%;
    float: left;
}
	div#block-kacheln div.farbe:nth-child(2) {
     width: 100%;
    float: left;
}
	div.wp-block-columns:nth-child(2) > div:nth-child(3) {
    width: 50%;
    float: left;
}
	
	div.mobil-abstand-none:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) {
  
    width: 50%;
    float: left;
}
	
	div.mobil-abstand-none:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
   
    width: 100%;
    float: left;
}
	div#block-kacheln.wp-block-element-div div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column figure.wp-block-image figcaption {
   
    font-size: 3vw;
  
}
}

.block-grid{
    clear: both;
}


#block-slideshow .slick-slide img {
  display: block;
  margin: 0 auto;
 width: 100%; max-width: 100%;
height: auto;}

#block-produktslideshow .slick-slide img {
  display: block;
  margin: 0 auto;
 width: 100%; max-width: 100%;
height: auto;}

.bild-abstand-none{
margin-top: -40px !important;}




div#block-kacheln div.wp-block-columns div.wp-block-column.farbe.ci-rot div.wp-block-element-div.box-zentriert {
    display: flex;
    height: 100%;
}

@media screen and (max-width: 480px) {
div#block-kacheln .farbe {
    padding: 24px 0;
}
}

div#block-kacheln div.wp-block-columns div.wp-block-column.farbe.ci-rot div.wp-block-element-div.box-zentriert p {
    align-self: center;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    max-width: 80%;
    margin: 0 auto;
}
@media screen and (min-width: 480px) {
div#block-kacheln div.wp-block-columns div.wp-block-column.farbe.ci-rot div.wp-block-element-div.box-zentriert p {
    align-self: center;
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
    max-width: 80%;
    margin: 0 auto;
}
}

@media screen and (min-width: 782px) {

div#block-kacheln div.wp-block-columns div.wp-block-column.farbe.ci-rot div.wp-block-element-div.box-zentriert p
{
      align-self: center;
    text-align: center;
    font-size: 1.96vw;
    line-height: 3vw;
    max-width: 80%;
    margin: 0 auto;
}
}

@media screen and (min-width: 1440px) {

div#block-kacheln div.wp-block-columns div.wp-block-column.farbe.ci-rot div.wp-block-element-div.box-zentriert p {
    align-self: center;
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    max-width: 82%;
    margin: 0 auto;
}}

/*.single-produkte div.wp-block-element-div:nth-child(3){
    clear: unset;
}
 
.single-produkte div.wp-block-element-max-breite:nth-child(2){
    clear: unset;
}*/
.single-produkte div.wp-block-element-max-breite:nth-child(3){
    clear: unset;
}
.single-produkte div.wp-block-element-max-breite:nth-child(4){
    clear: unset;
}
.single-produkte div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column:nth-child(2) div.wp-block-image figure img {
	width: 100%
}



#block-produktgalerie{float: right;position: relative;width: 60%; max-width: 100%;margin-top: -160px;max-width: 100%;display: block;}


@media screen and (max-width: 1770px) {
  .single-produkte #block-produktgalerie {
 width: 640px; max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
 .single-produkte #block-produktgalerie {
    margin-top: -120px;
   width: 560px; max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
.single-produkte #block-produktgalerie {
    margin-top: -120px;
   width: 480px; max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
.single-produkte #block-produktgalerie {
    margin-top: -120px;
   width: 480px; max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
 .single-produkte #block-produktgalerie {
    margin-top: 0px;
  width: 100%; max-width: 100%;
  }
}



.slick-next::before {
    content: '→';
}
.slick-prev::before {
    content: '←';
}
.slick-prev::before, .slick-next::before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #c7191b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}



.slick-dots li.slick-active button::before {
    opacity: .75;
    color: black;
}
.slick-dots li button::before {
    /*font-family: 'slick';*/
    font-size: 40px;
    line-height: 20px;
   /* position: absolute;*/
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.single-produkte div#block-produktgalerie div#block-produktslideshow.produktslideshow.slick-initialized.slick-slider.slick-dotted ul.slick-dots
{
    display: block;
    text-align: center;
}

.single-produkte div#block-produktgalerie div#block-produktslideshow.produktslideshow.slick-initialized.slick-slider.slick-dotted ul.slick-dots li

{
    display: inline-block;
}




.shape-sun::after {
    transform: rotate(60deg);
}
.shape-sun::before, .shape-sun::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 140px;
    width: 140px;
    background: #c7191b;
}
.shape-sun::before {
    transform: rotate(30deg);
}


.shape-sun {
    background: #c7191b;
    width: 140px;
    height: 140px;
    position: relative;
    text-align: center;
}

.shape-sun p
{
    position: relative;
    z-index: 2;
    padding-top: 32px;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    transform: rotate(6deg);
}

@media screen and (max-width: 1024px) {

.shape-sun::before, .shape-sun::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100px;
    background: #c7191b;
}
 

.shape-sun {
    background: #c7191b;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
}

.shape-sun p
{
    position: relative;
    z-index: 2;
    padding-top: 24px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    transform: rotate(6deg);
}
}

.flag {
  padding: 5px 40px 5px 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 40px;
  overflow: hidden; color: #fff
}

.flag:before,
.flag:after {
  transform-origin: top right;
  transform: skewX(-45deg);
  position: absolute;
  background: #c7191b;
  content: '';
  left: -45px;
  height: 50%;
  z-index: -1;
  right: 0;
  top: 0;
}

.flag:after {
  transform-origin: bottom right;
  transform: skewX(45deg);
  top: auto;
  bottom: 0;
}

div#block-slider-thumbnail{max-width: 80%}

div#block-slider-thumbnail .slider-nav
{
    max-width: 100%;
    /*max-height: 160px;*/
    overflow: hidden;
}

 div#block-slider-thumbnail div.slider-nav div.slick-list.draggable div.slick-track div.slider-thumbnail-item.slick-slide img {
  /*  width: auto;
    height: 100%;
    max-width: 100%; max-height: 160px;*/     width: 100%;
    height: auto;
}

/*
.slider-thumbnail{
	width: 500px;
	height: 250px;
	margin: 30px auto 1px;
	overflow: hidden;
}

img{
	width: 100%;
	min-height: 100%;
}
.slider-nav{
	width: 500px;
	height: 85px;
	margin: auto;
}
.slider-nav .slick-track{
	height: 85px;
}
.slick-arrow{
		position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}
.slick-prev{
	left: 0;
}
.slick-next{
	right: 0;
}*/
div#block-slider-thumbnail .slider-thumbnail div.slick-list.draggable div.slick-track div.carousel-slid-item.slick-slide img{
    max-width: 100%;
    height: auto; width: 100%
}
@media screen and (max-width: 959px) {

.wp-block-group.shape-sun.rechts{
    position: relative;
   /* float: unset;*/
    margin: 24px auto;
}}

#block-slider-thumbnail
{
    clear: both;
}


input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.single-produkte div.block-content div.wp-block-element-max-breite div.wp-block-inline a.sprungmarke-back /*span*/{
    color: #737373;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;}

@media screen and (max-width: 959px) {

.single-produkte div.block-content div.wp-block-element-max-breite div.wp-block-inline a.sprungmarke-back
{
    margin-bottom: 24px;
    display: block;
}}




/*konfigurator*/

@media screen and (max-width: 781px) {
#wpcf7-f2342-p2343-o1 > form > div.fieldset-cf7mls-wrapper > fieldset.fieldset-cf7mls.cf7mls_current_fs > div.w100 > div:nth-child(1){
    margin: 2em 0;
}
}
.page-id-2343 span.wpcf7-list-item > label {text-align: center}
input[type="checkbox"] {visibility:hidden;}
div label:before {content:'';width:10px;height:10px;background:#fff;border:1px solid red; display:inline-block;margin-right:10px;}
div input[type="checkbox"]:checked ~ label:before{background:red;}

 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item.first label span:before{content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-box-nicht-verstellbar.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}
 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-box-nicht-verstellbar.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

.page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {background:blue; content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item:nth-child(2) label span:before{content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-box-motorisch-verstellbar.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-box-motorisch-verstellbar.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}
 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {background:blue; content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}
@media screen and (max-width: 460px) {
	
	 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item.first label span:before{
width: 240px; max-width: 100%;
height: 180px;
}
 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
width: 240px; max-width: 100%;
height: 180px;
}

.page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {background:blue; content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item:nth-child(2) label span:before{
width: 240px; max-width: 100%;
height: 180px;
}




 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
width: 240px; max-width: 100%;
height: 180px;}
 .page-id-2343  div.block-content div.wp-block-element-max-breite div.wp-block-inline div#wpcf7-f2342-p2343-o1.wpcf7 form.wpcf7-form.cf7mls-no-moving-animation.cf7mls.init div.fieldset-cf7mls-wrapper fieldset.fieldset-cf7mls.cf7mls_current_fs p span.wpcf7-form-control-wrap/*.checkbox-box*/ span#checkbox-box.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-box span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {background:blue; content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}
	
}

/**/
/*stoffe*/
/**/

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item.first label span:before{
content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-11-fango.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;

}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-11-fango.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;
}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(2) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-13-schwarz.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-13-schwarz.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(3) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-20-braun.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-20-braun.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(4) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-22-taupe.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-22-taupe.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(5) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-10-weiss.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(5) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-vogue-10-weiss.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(5) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(6) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-12-asche.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(6) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-12-asche.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(6) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(7) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-13-schwarz.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(7) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-13-schwarz.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(7) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(8) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-21-beige.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(8) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-21-beige.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(8) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(9) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-22-taupe.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(9) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-22-taupe.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(9) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(10) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-23-taback.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(10) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-farbe-queens-23-taback.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-stoff*/ span#checkbox-stoff.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-stoff span.wpcf7-list-item:nth-child(10) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



/*bett fusse*/


span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item.first label span:before{
content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-chrome.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;

}

span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-chrome.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;
}


span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(2) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-eiche.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-eiche.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(3) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-wenge.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-wenge.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(4) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-schwebend.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-bettfuss-schwebend.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-fuesse*/ span#checkbox-fuesse.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-fuesse span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}

/*bett topper*/


span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item.first label span:before{
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-ohne.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;

}

span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-ohne.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;
}


span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(2) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-supreme.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px; 
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-supreme.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(3) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-angel.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-angel.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(4) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-superior.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-topper-superior.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-topper*/ span#checkbox-topper.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-topper span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


/*bett kopfteil*/


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item.first label span:before{
content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-kopfteil-diplomat.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;

}

span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-kopfteil-diplomat.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;
}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(2) label span:before{
	content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-kopfteil-diamant.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-kopfteil-diamant.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(3) label span:before{
	content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-kopfteil-avalon.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 320px; max-width: 100%;
height: 240px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-kopfteil-avalon.jpg');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}

@media screen and (max-width: 460px) {
	
	span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item.first label span:before{

width: 240px; max-width: 100%;
height: 180px;


}

span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {

width: 240px; max-width: 100%;
height: 180px;

}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(2) label span:before{

width: 240px; max-width: 100%;
height: 180px;
}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {

width: 240px; max-width: 100%;
height: 180px;
}

span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(3) label span:before{

width: 240px; max-width: 100%;
height: 180px;
}


span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {

width: 240px; max-width: 100%;
height: 180px;
}

span.wpcf7-form-control-wrap/*.checkbox-kopfteil*/ span#checkbox-kopfteil.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-kopfteil span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}
	
}
/*bett haertegrad*/


span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item.first label span:before{
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h2.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;

}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h2.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;
}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(2) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h3.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h3.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(3) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h4.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h4.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(4) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h5.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h5.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad*/ span#checkbox-haertegrad.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item.first label span:before{
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h2.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;

}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h2.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;
}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(2) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h3.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h3.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(3) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h4.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h4.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(4) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h5.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h5.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-rechts*/ span#checkbox-haertegrad-matratze-rechts.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-rechts span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item.first label span:before{
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h2.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;

}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:before {
content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h2.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;
}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item.first label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(2) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h3.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h3.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(2) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(3) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h4.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h4.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(3) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}



span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(4) label span:before{
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid #fff;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h5.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}


span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:before {
	content: '';
width: 240px; max-width: 100%;
height: 180px;
background: #fff;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
border: 4px solid green;
display: inline-block;
margin-right: 10px;
background-image: url('https://www.dasbett-buende.de/wp-content/uploads/dasbett-image-konfigurator-haertegrad-matratze-h5.png');
background-repeat: no-repeat;
background-size: contain;
display: block;
margin: 0 auto;}

span.wpcf7-form-control-wrap/*.checkbox-haertegrad-matratze-links*/ span#checkbox-haertegrad-matratze-links.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.checkbox-haertegrad-matratze-links span.wpcf7-list-item:nth-child(4) label  input[type="checkbox"]:checked ~ span:after {
	background:blue; 
	content: "✓"; background-color: green;
  transform: scale(1);   
  color: white;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 44px;
  right: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;}


/*SALE - new*/
.single-sale .wp-block-column:not(:first-child) {
  margin-left: /*32px 5%*/ 0;
}
@media screen and (max-width: 959px) {

.single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns {
  display: block;
}
}

/*.block-headline .site-title {
  color: #fff;
  margin-top: 20px;
  padding: 20px 0;
}*/
.single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
  margin-top: /*-160px*/ -40px;
}
@media screen and (max-width: 959px) {
  .single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: 0px;
  }
  .single-sale div.wp-block-element-max-breite:nth-child(3) {
    clear: both;
  }
  /*.block-headline div.wp-block-element-max-breite {
    width: 100%;
  }
  .block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column h1.site-title {
    width: 80%;
    margin: 0 auto
  }*/
  .single-sale .block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure {
    width: 100%
  }
}
.single-sale div.box-details div.box-wert {
  margin-top: 12px;
}
.single-sale div.box-details div.box-wert p {
  font-size: 21px;
}
.single-sale div.box-details div.box-wert p span {
  font-weight: bold;
}
@media screen and (max-width: 1770px) {
  .single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    max-width: 640px;
  }
}
@media screen and (max-width: 1440px) {
  .single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: /*-120px*/ -40px;
    max-width: 560px;
  }
}
@media screen and (max-width: 1280px) {
  .single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: /*-120px*/ -40px;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: /*-120px*/ -40px;
    max-width: 480px;
  }
}
@media screen and (max-width: 959px) {
  .single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column div.wp-block-image figure.alignright.size-large {
    margin-top: 0px;
    max-width: 100%;
  }
}

/*.single-sale div.wp-block-element-div:nth-child(3){
    clear: unset;
}
 
.single-sale div.wp-block-element-max-breite:nth-child(2){
    clear: unset;
}*/
.single-sale div.wp-block-element-max-breite:nth-child(3){
    clear: unset;
}
.single-sale div.wp-block-element-max-breite:nth-child(4){
    clear: unset;
}
.single-sale div.block-content div.wp-block-element-div.farbe.ci-rot.block-headline div.wp-block-element-max-breite div.wp-block-inline div.wp-block-columns div.wp-block-column:nth-child(2) div.wp-block-image figure img {
	width: 100%
}
@media screen and (max-width: 3360px) {

.single-sale #block-produktgalerie {
 width: 640px; /*width: 97%;*/ max-width: 100%;     margin-top: /*-120px*/ -40px;
}
  }

@media screen and (max-width: 1770px) {
  .single-sale #block-produktgalerie {
width: 640px; /* width: 97%;*/ max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
 .single-sale #block-produktgalerie {
    margin-top: /*-120px*/ -40px;
   width: 560px; /*width: 97%;*/ max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
.single-sale #block-produktgalerie {
    margin-top: -120px;
   width: 480px; /*width: 97%;*/ max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
.single-sale #block-produktgalerie {
    margin-top: -120px;
   width: 480px; /*width: 97%;*/ max-width: 100%;
  }
}
@media screen and (max-width: 959px) {
 .single-sale #block-produktgalerie {
    margin-top: 0px;
  width: 100%; max-width: 100%;
  }
}

.single-sale div#block-produktgalerie div#block-produktslideshow.produktslideshow.slick-initialized.slick-slider.slick-dotted ul.slick-dots
{
    display: block;
    text-align: center;
}

.single-sale div#block-produktgalerie div#block-produktslideshow.produktslideshow.slick-initialized.slick-slider.slick-dotted ul.slick-dots li

{
    display: inline-block;
}
.single-sale div.block-content div.wp-block-element-max-breite div.wp-block-inline a.sprungmarke-back /*span*/{
    color: #737373;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;}

@media screen and (max-width: 959px) {

.single-sale div.block-content div.wp-block-element-max-breite div.wp-block-inline a.sprungmarke-back
{
    margin-bottom: 24px;
    display: block;
}}
