/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2020 | 15:42:24 */
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.cbd1 table, .cbd1 thead, .cbd1 tbody, .cbd1 th,.cbd1 td,.cbd1 tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.cbd1 th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.cbd1 tr { border: 1px solid #ccc; }
	
	.cbd1 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.cbd1 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.cbd1 td:nth-of-type(1):before { content: "CBD Klasse"; }
	.cbd1 td:nth-of-type(2):before { content: "Extraktionsmethode"; }
	.cbd1 td:nth-of-type(3):before { content: "THC Konzentration"; }
	.cbd1 td:nth-of-type(4):before { content: "Erscheinungsbild"; }
	.cbd1 td:nth-of-type(5):before { content: "Drogentestrisiko"; }
}




/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.cbd2 table, .cbd2 thead, .cbd2 tbody,.cbd2 th,.cbd2 td,.cbd2 tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.cbd2 th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.cbd2 tr { border: 1px solid #ccc; }
	
	.cbd2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.cbd2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.cbd2 td:nth-of-type(1):before { content: "Gewichtsklasse"; }
	.cbd2 td:nth-of-type(2):before { content: "Empfohl. Dosierung f. leichte Wirkg.	"; }
	.cbd2 td:nth-of-type(3):before { content: "Empfohl. Dosierung f. mittl. Wirkg.	"; }
	.cbd2 td:nth-of-type(4):before { content: "Empfohl. Dosierung f. starke Wirkg.	"; }
}


.hinweismemberxxl {
	font-size:40px !important;
	color:red;
}

.sonderaktion {
	font-size:35px;
	line-height:1.2;
	color:black;
	font-weight:400;
}

/* Theme änderungen nicht löschen */

aside .get-started-btn {
	width:90%;
}

a {
	font-weight:bold;
}

aside td {
 font-weight:400;
  color:black;
}

.sub-menu li a {
	font-weight:400;
	font-size:14px !important;
	padding:10px !important;
}
/* Theme änderungen nicht löschen */

.schongewusst {
  margin-bottom:40px !important;
}

.price-table{
     max-width: 100%;
  	overflow-x:auto;
}

 .comparison-table {
     width: 100%;
     border-collapse: collapse;
     border-spacing: 0;
     table-layout: auto;
}

.comparison-table td:nth-child(1){
	font-size:13px !important;
}
 .price-info1 {
   border-bottom:none;
}

 .comparison-table td{
     empty-cells: show;
     color: #808080;
     font-size: 14px;
   vertical-align: middle;
     padding:5px 10px;
}

.price-table1 table tbody tr:nth-child(odd) {
  display:none;
}
 .fa-check {
     color: #56d5ae;
}
 .fa-times {
     color: red;
}
 .get-started-btn {
     background: #56d5ae;
     padding: 10px;
     font-size: 14px;
     display: inline-block;
     color: #fff !important;
     text-decoration: none;
     border-radius: 3px;
     text-transform: uppercase;
     margin: 5px 0 10px 0;
     letter-spacing: 1px;
     cursor: pointer;
     -webkit-transition: .3s all ease;
     transition: .3s all ease;
}
 .get-started-btn:hover {
     background: #56d5ae;
}

.center {
text-align:center !important;
}

.checked {
  color: orange;
}

.style-1 del {
  color: rgba(255, 0, 0, 0.5);
  text-decoration: none;
  position: relative;
}
.style-1 del:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid rgba(255, 0, 0, 0.8);
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-15deg);
}
.style-1 ins {
  padding: 0em 0.5em;
}

.comparison-table img {
	max-width:140px;
}

.get-started-btn {
	white-space:nowrap;
}

.amzstyle {
	background:#FF9900;
}

.amzstyle:hover {
	background:#ffb020e0;
}

.comparison-table td:nth-child(2), .comparison-table th:nth-child(2){

	border-left: 2px solid #00dbae2e !important;
    border-right: 2px solid #00dbae2e !important;
    background:#00dbae0a;
    border-color: rgba(122,179,23,0.1);
}

.einshead {
	background-color:#00dbae !important;
	color:white !important;
}

.platz {
	font-weight:bold;
	font-size:20px !important;
}

 .product {
     font-size: 15px;
     color:#000;
     padding:15px 0px;
     text-align:center;
}

.price-now {
text-align:center
}

.hinweis {
	font-weight:400;
	font-size:11px;
}

.price-table > table > tbody > tr:nth-child(14) td {
	font-weight:bold;
}

.price-table > table > tbody > tr:nth-child(4) > td.price-info1.center {
	white-space:nowrap;
}

.vgtable td {
	border-bottom:unset !important;
  padding: 6px 10px !important;
}

.vgtable img {
	max-width:180px;
      margin: 0 auto !important;
}

.vgtable tr:nth-child(even) {
    background: #fff;
}
.vgtable tr:nth-child(odd) {
    background: #f4f4f4;
}

.vglsieg {
	background-color:#00dbae !important;
	color:white;
	text-align:center;
	font-size:20px;
}

.badge-wrapper {
    margin: 5px 0 10px;
	text-align:center;
}

.badge-wrapper .p13n-best-seller-badge {
    margin-right: 4px;
    background-color: #E47911!important;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 14px;
    font-weight: 400;
}

.a-addon-badge, .a-icon-addon {
    background-image: none!important;
    border-radius: 3px 0 0 3px;
    background-color: #3F6998;
    font-size: 11px;
    line-height: 1.05;
    padding: 4px 5px 4px 6px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    position: relative;
    top: 1px;
}

.badge-wrapper .p13n-best-seller-badge:before {
    border-bottom-color: #E47911!important;
}

.p13n-best-seller-badge:before {
    border-bottom-color: #E47911!important;
}
.a-addon-badge:before, .a-icon-addon:before {
    bottom: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255,255,255,0);
    border-bottom: 6px solid #3F6998;
    border-top-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-bottom-width: 10px;
}
.a-addon-badge:after, .a-addon-badge:before, .a-icon-addon:after, .a-icon-addon:before {
    content: "";
    position: absolute;
    right: -5px;
    border-left-width: 0;
}

.badge-wrapper .p13n-best-seller-badge:after {
    border-top-color: #E47911!important;
}
.p13n-best-seller-badge:after {
    border-top-color: #E47911!important;
}
.a-addon-badge:after, .a-icon-addon:after {
    top: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255,255,255,0);
    border-top: 6px solid #3F6998;
    border-bottom-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    border-top-width: 10px;
}
.a-addon-badge:after, .a-addon-badge:before, .a-icon-addon:after, .a-icon-addon:before {
    content: "";
    position: absolute;
    right: -5px;
    border-left-width: 0;
}

.badge-wrapper span.cat-name {
    color: #111;
    display: inline;
    margin-left: 5px;
	font-size:14px;
	font-weight:400;
}

.badge-wrapper .cat-link {
    color: #0066C0;
    font-size: 12px;
}

.badge-wrapper a {
	border-bottom:unset !important;
}

.product {
	padding: 10px 0px 0px 0px !important;
}

.comparison-table p {
	margin-bottom:0px;
}

aside .vgtable td{
	text-align:center;
}

@media only screen and (max-width:800px){
	.vgtable tr:nth-child(3) > td {
		margin-left:-20px !important;
	}
	
	.get-started-btn {
		width:100% !important;
		font-size:12px !important;
		margin:0px !important;
		padding:3px !important;
		float:left;
		white-space:pre-wrap;
	}
  

	
	aside .vgtable {
		table-layout:fixed;
	}
	
	.widget_custom_html .siderow td {
		display: block;
    width: 100%;
    margin: 0 auto;
	} 
	
	.asideheins{
		display:none;
	}
	
	.widget_custom_html {
		width:100vw;
		bottom:0;
		position:fixed;
		z-index:100;
	}
	
	aside .ovflw table {
		margin-bottom:0px !important;
	}
	
	aside .ovflw table tr:nth-child(4),aside .ovflw table tr:nth-child(5) {
		display:none;
	}
	
    .siderow {
    display:table-cell;
		vertical-align:middle;
    }
	
	.siderow td {
		padding:3px 0px !important;
	}
	
	aside .vgtable tr {
		background:white !important;
	}
	aside .vgtable td {
		border: none;
	}
	
	aside .vglsieg {
		display:none;
	}
	
	aside .vgtable img{
		max-width:80px;
	}
	
	.mobilevglsieg {
		 background-color: #00dbae !important;
    color:white;
		display:block;
    text-align: center;
    font-size: 20px;
		font-weight:bold;
		width:100%;
		padding:5px;
	}
	
	.bewertg {
		display:block;
		font-weight:bold;
	}
}

@media only screen and (max-width:650px){
	aside .ovflw table tr:nth-child(6) {
		display:none;
	}
}

@media only screen and (min-width:800px){
	.mobilevglsieg {
		display:none;
	}
	.bewertg {
		display:none;
	}
}

@media only screen and (max-width:1000px) {
.vgtable img {
	max-width:120px;
}
	.vgtable td{
		white-space:pre-wrap;
	}
	.vgtable {
		table-layout:unset;
	}
	.ovflw {
		overflow-x:auto;
	}
}

/* START phallosan */
.cta-tipp {
    border: 1px solid #71B4AF !important;
    padding: 13px 20px;
}

.cta-tipp-header {
	width: 100%;
    background-color: #71B4AF;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    text-align: center;
}
.cta-tipp-header p {
	margin:unset !Important;
	color:white;
	font-size:25px;
}


.btn.w-button {
	color: white !important;
}

/* hier gehts zum phallosan */
.div-block-14 {
  margin: 25px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}


.paragraph {
  position: static;
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  font-weight: 700;
}

.btn, .btnsidebar  {
  display: block;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(175.52238805970148, 30.88%, 57.45%, 1.00);
  color: #ffffff important;
  font-weight: 700;
  text-align: center;
}

.btn:hover, .btnsidebar:hover {
  box-shadow: 0 0 20px -1px #999;
} 
/* ende phallosan */

.whitebg {
  background-color:white !important;
}

#post-5222 .entry-content {
  margin:0px !important;
}