/*
Theme Name: Testberichte Theme
Description: Child Theme von M5
Author: Isabella Mayer
Template: M5
Version: 1.0
Tags:
*/
@import url("../M5/style.css");

figcaption {
	padding: 4px 10px;
    font: italic 13px/24px helvetica neue,segoe ui,arial;
    background-color: #eeeeee;
}

ul.hakerl {
	padding: 10px 10px 30px 10px;
}
ul.hakerl li {
	background: url('../../uploads/Haken.svg') no-repeat 0px 10px;
	background-size: 20px;
    padding: 3px 0px 3px 30px;
    list-style: none;
    margin: 0;
}

.tb-flex-box {
	display: flex;
    flex-flow: row wrap;
	justify-content: space-around;
}
.tb-flex-box h2 {
	line-height: 30px !important;
	margin: 0;
	padding: 0;
	color: black;
}
.tb-flex-box-box {
	padding: 15px;
	margin: 10px;
    width: 200px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
    border-radius: 0px;
}

.tb-flex-box-box .test_button {
    background-color: #ffe704;
    background-image: url(images/pfeile_rechts.png);
    background-repeat: no-repeat;
    background-position: 165px center;
    margin: 5px 0px;
    padding: 8px 5%;
    float: left;
    width: 90%;
}

.tb-flex-box-box .test_button a {
    color: #212121;
    font-size: 14px;
    font-weight: bold;
}

.support-box {
	text-align: center;
    max-width: 250px;
	width: 100%;
    background-color: #FFDF44;
    border: 4px solid black;
    padding: 20px;
    border-radius: 8px;
	margin-top: 20px;
}
.hl_spiele {
	background-image: url('../../uploads/spieleangebot.png');
	background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 43px 43px;
    padding-left: 55px;
}
.hl_zahlung {
	background-image: url('../../uploads/icon_einzahlung.png');
	background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 43px 43px;
    padding-left: 55px;
}
.hl_bonus {
	background-image: url('../../uploads/icon_aktionen.png');
	background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 43px 43px;
    padding-left: 55px;
}
.hl_aktionen {
	background-image: url('../../uploads/icon_benutzerfreundlichkeit.png');
	background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 43px 43px;
    padding-left: 55px;
}
.hl_mobile {
	background-image: url('../../uploads/icon_handy.png');
	background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 43px 43px;
    padding-left: 55px;
}
.hl_support {
	background-image: url('../../uploads/icon_support.png');
	background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 43px 43px;
    padding-left: 55px;
}
.hl_spielerschutz {
	background-image: url('../../uploads/icon_spielerschutz.png');
	background-repeat: no-repeat;
    background-position: 0px 30px;
    background-size: 43px 43px;
    padding-left: 55px;
}

.mt-4 {
	margin-top: 30px !important;
}

.testsiegermobile {
	display: none;
}
.testsiegermarker {
	background-image: url('../../uploads/Testsieger_Balken.svg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
}
.testsiegermarker picture {
	
}
.testsiegermarker img {
	max-width: 200px;
	margin-left: 50px;	
}
.testsiegerrahmen {
	border: 6px solid #ffe700;
}
.unterstuetzte-plattformen {
	margin: 20px 0 30px 0 !important;
	background-color: #FFF69B;
	padding: 5px 10px;
}
.iconcolumn {
	width: 46px;
}
.div-testergebnis-left {
	width: 400px;
	float: left;
}

.div-testergebnis-right {
	width: 300px;
	float: right;
}

.wp-block-table.test-im-ueberblick {
	border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
	padding: 8px 0 40px 0;
	max-width: 100%;
}
.test-im-ueberblick table {
	border-spacing: 0;
    border-width: thin 0 0 thin;
    margin: 0;
    table-layout: auto;
    max-width: 500px;
}
.test-im-ueberblick figcaption {
	font-size: 0.8em;
	color: grey;
	text-align: center;
	max-width: 500px;
}
.test-im-ueberblick table{
	padding: 1px 0px;
}
.test-im-ueberblick th, .test-im-ueberblick td, .test-im-ueberblick caption {
	padding: 1px 5px;
}
.wp-block-table.test-im-ueberblick tbody tr:nth-child(odd) {
	background-color: #e4e4e4;
}
.wp-block-table.test-im-ueberblick tbody tr:nth-child(even) {
	background-color: #fff69b;
}
.test-im-ueberblick table td .uicon {
	width: 26px;
}
.uicon img {
	margin-top: 6px !important;
	width: 26px !important;
}
.contentright {
	text-align: right;
}
.fc-12e3415e-6 {
    width: 278px;
    height: 579px;
	max-width: 100%;
}

.is-style-regular figcaption {
	color: grey;
	font-size: 0.8em;
	font-style: italic;
}

.is-style-regular thead {
    border-bottom: 3px solid;
}

.is-style-regular table {
    border-collapse: collapse;
}

.is-style-regular td, .is-style-regular th {
    border: 1px solid;
}

.is-style-regular td, .is-style-regular th {
    padding: .5em;
    border: 1px solid;
    word-break: normal;
}

.wp-block-image.rezension-screenshot {
	border: 3px solid grey;
	padding: 20px;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	display: inline-block;
}
.wp-block-image.rezension-screenshot figcaption {
	color: grey;
	font-size: 0.8em;
	font-style: italic;
}

/************* Tabelle Fließtext mit Streifen **************/

.is-style-stripes {
	margin-bottom: 1em;
}

.is-style-stripes table, .is-style-stripes th, .is-style-stripes td, .is-style-stripes caption {
  border: 1px solid #ffdf44;
  padding: 1px 5px;
}

.is-style-stripes table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0;
  table-layout: auto;
  max-width: 100%;
}

.is-style-stripes th, .is-style-stripes caption {
  background-color:  #ffdf44;
  font-weight: 700;
  text-align: left;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color:  #ffdf44 !important;
}

.is-style-stripes figcaption {
	font-size: 0.9em;
	font-style: italic;
}


/**********************************************/


.max-width-text {
	max-width: 750px;
}

.autor {
	display: block;
	clear: both;
}
.autor picture {
	float: left;
    margin-top: 40px;
    margin-right: 20px;
}

/********************** Navigation *********************************/

blockquote {
	padding: 5px 20px;
    background-color: #ffe532;
    margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#menu-item-3568 {
	padding-right: 0px;
	margin-right: 0px;	
	box-shadow: 0px 3px 3px #808080;	
}

#menu-item-3568  a {
	width: 105px;
	background-image: url('images/info_icon.png');
	background-repeat: no-repeat;
	background-position: 15px 8px;
	background-size: 25px;
	padding-left: 23px;
}

.sitesearch {
	display: flex;
}
.sitesearch img {
	padding: 0 10px 0 0;
	margin-top: 20px;
}
.toc {
	font-size: 0.7em;
}
/****************** Headlines **********************/
.sidebar_right p {
	text-align: left;
}

.h1 {
	font-family: 'PT Sans', serif;
	line-height: 1.3;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arial', sans-serif;
	
}

h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 10px 0;
}


h2 {
	font-size: 28px;
	padding: 30px 0 0px 0;
	line-height: 30px;
	margin: 0px;
}
.width_100 h2 {
	line-height: 50px;
}

h3 {
	font-size: 22px;
	padding: 20px 0 0px 0;
	margin: 0px;
}

h4 {
	font-size: 20px;
	padding: 20px 0 0px 0;
	margin: 0px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}
/************************ Home *****************************/
.weitere_berichte .zum_testbericht {
	text-decoration: underline;
}
.zum_bericht {
	text-align: center;
}
.benefit_box p {
	text-align: left;
}
.video_left {
	float: left;
	margin: 5px 30px 5px 0;
	max-width: 560px;
}
.video_center {
	margin: 0 auto;
}
.home_icons {
	margin-top: 25px;
	max-width: 1000px;
	/* margin: 0 auto; */
}
.cat_icon_home {
	width: 254px;
	height: 240px;
	background-color: #EEEEEE;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
}
#icon_online_streaming, #icon_sprachkurse {
	margin-right: 0px !important;
}
.icon_caption {
	margin-top: 200px;
	height: 40px;
	text-transform: uppercase;
	color: #FFE700;
	background: #222222;
}
.icon_caption p {
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.icon_caption {
	color: #FFE700;
	background: #222222;
}

.icon_caption_h {
	color: #222222;
	background: #FFE700;
}

#icon_online_casinos {
	background-image: url('images/online_casinos.png');
}
#icon_online_casinos:hover {
   background-image: url('images/online_casinos_h.png');
}
#icon_singleboerse {
	background-image: url('images/singelboerse.png');
}
#icon_singleboerse:hover {
   background-image: url('images/singelboerse_h.png');
}
#icon_music_streaming {
	background-image: url('images/music_streaming.png');
}
#icon_music_streaming:hover {
   background-image: url('images/music_streaming_h.png');
}
#icon_online_streaming {
	background-image: url('images/online_streaming.png');
}
#icon_online_streaming:hover {
   background-image: url('images/online_streaming_h.png');
}
#icon_fitness {
	background-image: url('images/fitness.png');
}
#icon_fitness:hover {
   background-image: url('images/fitness_h.png');
}
#icon_poker {
	background-image: url('images/online_poker.png');
}
#icon_poker:hover {
   background-image: url('images/online_poker_h.png');
}
#icon_sportwetten {
	background-image: url('images/sportwetten.png');
}
#icon_sportwetten:hover {
   background-image: url('images/sportwetten_h.png');
}
#icon_broker {
	background-image: url('images/broker.png');
}
#icon_broker:hover {
   background-image: url('images/broker_h.png');
}
#icon_sprachkurse {
	background-image: url('images/sprachkurse.png');
}
#icon_sprachkurse:hover {
   background-image: url('images/sprachkurse_h.png');
}

.box_yellow {
	padding: 0px 30px 10px 30px;
	margin: 10px 0px;
    background-color: #ffdf44;
    border: 1px solid grey;
}

.testsieger_box_yellow {
	margin: 20px 0;
    background-color: #ffdf44;
    border: 1px solid grey;
}
.testsieger_box_yellow figure {
	margin: 20px !important;
}

.amazon {
	font-size: 14px;
	text-decoration:none;
    text-align: center;

    display: inline-block;

    width: 160px;
    height: 22px;
    padding: 7px 20px 8px 50px;

    color: #222;
    border: 1px solid #c5a65a;
    border-radius: 4px;
    background: url(/wp-content/uploads/Amazon_Icon.png) no-repeat 3px 3px, -webkit-gradient( linear, left top, left bottom, color-stop(.05, #F2DC96), color-stop(1, #E5B536) );
}


.content_home {
  vertical-align: top;
}

.content_home h1 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  font-size: 27px;
}

.content_home h2{
  width: 100%;
  float: left;
}

.content_home .test_box {
  margin-bottom: 20px;
}

.test_box h2, .test_box h3 {
  margin:0;
  padding: 0;
}

.wp-caption {
    max-width: 100%;
    background-color: #f8f8f8;
    padding: 0;
    border: 1px solid #d5cdcd;
    margin: 0 0 0 15px;
}
.wp-caption-text {
	margin: 0 10px;
}

/*********** Tabellen ***************/
table caption {
	font-size: 0.8em;
}

/************ Video ************************/
.page .video {
	margin-top: 25px;
}
.video {
	margin-right: 30px;
	float: left;
	max-width: 600px;
	border: 1px solid grey;
}
.video_caption {
	margin: 0 10px 5px 10px;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}
.video_caption h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

/********** Kategorie-Übersicht ************/
.cat_content {
	max-width: 695px;
}
.category_video {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.testbericht_uebersicht {

}

.test_box_headline_bg {
	width: 160px;
	float: left;
	min-height: 500px;
}
.test_box_star_bg{
	width: 245px;
	float: left;
	min-height: 500px;
}
.test_box_star_bg img {
	z-index: 1000;
	margin-left: -15px;
	position: absolute;
}
.testbericht_infos_img {
	width: 100%;
	height: 125px;
}
.testbericht_infos_img img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	left: 15px;
}
.bewertung {
	width: 100%;
	margin: 0;
	padding: 9px 0;
	float: left;
	border-bottom: 2px solid #eeeeee;
	height: 25px;
}

.bewertung_box {
    width: 110px;
    height: 22px;
    background: url("images/stars_22_n.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    float: left;
	margin-left: 40px;
}
.produkt_bewertung_box {
    width: 110px;
    height: 22px;
    background: url("images/stars_22_n.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    float: left;
	margin-left: 0px;
}
.test_box_headline {
	border-bottom: 2px solid #eeeeee;
	height: 22px;
	padding: 9px 0;
}
.test_box_star_bg h3 {
	width: 195px;
	text-align: center;
	margin: 0 30px 0 0;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}
.merkmale {
	width: 100%;
	float: left;
	border-bottom: 2px solid #eeeeee;
	height: 145px;
	padding: 9px 0;
}
.merkmale ul {
	margin: 6px 0;
	font-size: 14px;
}
.test_box_zeile {
	width: 100%;
	float: left;
	border-bottom: 2px solid #eeeeee;
	height: 30px;
	padding: 9px 0;
	text-align: center;
	font-weight: bold;
}
.test_box_zeile_headline {
	width: 100%;
	float: left;
	border-bottom: 2px solid #eeeeee;
	height: 30px;
	padding: 9px 0;
}
.test_box_zeile p {
	text-align: center;
	margin: 0 25px 0 0;
	padding: 0;
}

.testbericht_uebersicht li.vorteil {
	background: url(images/vorteil.png) no-repeat 5px center;
    padding: 3px 0px 3px 35px;
    list-style: none;
    margin: 0;
	border: none;
}
.testbericht_uebersicht li.nachteil {
	background: url(images/nachteil.png) no-repeat 5px center;
    padding: 3px 0px 3px 35px;
    list-style: none;
    margin: 0;
	border: none;
}

ul.vorteile li {
	background: url(images/vorteil.png) no-repeat 5px center;
    padding: 5px 0px 5px 35px;
    list-style: none;
    margin: 0;
	line-height: 22px;
}
ul.nachteile li {
	background: url(images/nachteil.png) no-repeat 5px center;
    padding: 5px 0px 5px 35px;
    list-style: none;
    margin: 0;
	line-height: 22px;
}

li.vorteil {
	background: url(images/vorteil.png) no-repeat 5px center;
    padding: 3px 0px 3px 35px;
    list-style: none;
    margin: 0;
	border-top: 1px solid #cccccc;
}
li.nachteil {
	background: url(images/nachteil.png) no-repeat 5px center;
    padding: 3px 0px 3px 35px;
    list-style: none;
    margin: 0;
	border-top: 1px solid #cccccc;
}
li.vorteil_leer {
	background: none;
    padding: 3px 0px 3px 35px;
    list-style: none;
    margin: 0;
	border-top: 1px solid #cccccc;
}
li.nachteil_leer {
	background: none;
    padding: 3px 0px 3px 35px;
    list-style: none;
    margin: 0;
	border-top: 1px solid #cccccc;
}
.div_zum_testergebnis {
	padding: 9px 0;
	border-bottom: 2px solid #eeeeee;
	float: left;
	width: 100%;
	height: 58px;
}
.zum_testergebnis {
	background-color: #ffe704;
	background-image:url("images/pfeile_rechts.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	margin: 5px 0px;
	padding: 12px 8px;
	float: left;
	width: 170px;
}
a.zum_testergebnis {
	color: #212121;
	font-size: 14px;
	font-weight: bold;
}
.div_zur_webseite {
	padding: 9px 0;
	border-bottom: 2px solid #eeeeee;
	float: left;
	width: 100%;
	height: 58px;
}
.zur_webseite {
	background-image:url("images/zur_webseite_hand.png"),linear-gradient(#323232, #1b1b1b);
	background-repeat: no-repeat;
	background-position: 90% bottom;
	margin: 5px 0px;
	padding: 12px;
	float: left;
	width: 170px;
}
a.zur_webseite {
	color: #ffe704;
	font-size: 16px;
	font-weight: bold;
}
.mehr_kriterien {
	width: 100%;
	float: left;
	border-bottom: 2px solid #eeeeee;
	padding: 10px 0;
	margin-bottom: 40px;
	height: 25px;
}
.mehr_kriterien img {
	margin-left: 87px;
}

/************ Test Header *************/

.test_kat_header {
	width: 800px;
	float: left;
	margin-top: 14px;
	float: left;
}
.test_kat_header iframe {
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}
.test_header {
	width: 800px;
	float: left;
	margin-top: 14px;
	float: left;
}
aside {
	width: 260px;
	float: right;
	margin-right: 35px;
}
aside.home {
	width: 390px;
	float: right;
	margin-right: 0;
}
.hauptbild {
	float: left;
	width: 600px;	
}
.hauptbild .image{
   position: relative; 
   width: 100%; /* for IE 6 */
}
.hauptbild .image img {
   border: 1px solid #d8d5d5;
   margin:0;
   padding: 0;
}
.hauptbild .image span.line1 {
   position: absolute; 
   bottom: 60px; 
   right: 30px; 
   text-align: right;
   background-color: #ffe700;
   font-size: 35px;
   padding: 2px 10px;
}
.hauptbild .image span.line2 {
   position: absolute; 
   bottom: 20px; 
   right: 30px; 
   text-align: right;
   background-color: #ffe700;
   font-size: 22px;
   padding: 2px 10px;
}
.header_info {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.header_info h1 {
	float: left;
}
.header_info .test-im-ueberblick .bewertung {
	width: 160px;
	margin: 0;
	padding: 0px 0;
	/*float: right;*/
	border: 0;
	height: 25px;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
.header_info .bewertung {
	width: 180px;
	margin: 0;
	padding: 9px 0;
	float: right;
	border: 0;
	height: 25px;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.header_info .bewertung_box {
    width: 110px;
    height: 22px;
    background: url("images/stars_22_n.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    float: left;
	margin-left: 0px;
}
.header_info .rating_number {
	margin-left: 10px;
}
/*********** Test Rechte Spalte ***********/
.headline {
	font-size: 24px;
	font-weight: bold;
	/*border-bottom: 1px solid #d9d9d9;*/
	width: 100%;
	margin-bottom: 12px;
}
/********** Test All Categories ***********/
.rating_slider_text td {
	padding: 3px 10px;
	font-size: 16px;
}

/********** Test Vor- Nachteile ***********/
ul.test_merkmale {
	margin: 0;
	font-size: 16px;
	background-color: #ebf9eb;
	width: 50%;
	float: left;
	border-bottom: 1px solid #cccccc;
	padding: 0;
}
ul.test_merkmale_nachteile {
	margin: 0;
	font-size: 16px;
	background-color: #feedef;
	width: 50%;
	float: right;
	border-bottom: 1px solid #cccccc;
	padding: 0;
}
/****************** Testbericht ****************************/
.aligncenter {
    display: block;
    margin: 0;
    padding: 2% !important;
    max-width: 96%;
}
.shadow {
   padding-left: 30px;
   margin: 40px 0 40px -30px;
   -moz-box-shadow:    inset 0 0 100px #e7e7e7;
   -webkit-box-shadow: inset 0 0 100px #e7e7e7;
   box-shadow:         inset 0 0 100px #e7e7e7;
   float: left;
   width: 100%;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
}
.gelber_text {
	font-size: 34px;
	color: #ffe431;
	font-weight: bold;	
}
.reflektion {
	margin-top: 30px;
}
.redakteur_text {
	width: 55%;
}
/*********** Tester **************/
#testerdiv {
	height: 370px;
	width: 850px !important;
	background-color: white;
	border: 1px solid #efefef;
	display: none;
}
#tester {
	margin: 30px;
}
#redakteur_text {
	width: 550px;
}
.tester_daniela, .tester_melanie, .tester_isabella, .tester_marcel, .tester_sandra, .tester_chiara, .tester_lara, .tester_christine {
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 370px;
	width: 100%;
}
.tester_daniela {
	background-image:url("images/daniela_gross.png");	
}
.tester_isabella {
	background-image:url("images/isabella_gross.png");
}
.tester_melanie {
	background-image:url("images/melanie_gross.png");
}
.tester_marcel {
	background-image:url("images/marcel_gross.png");
}
.tester_sandra {
	background-image:url("images/sandra_gross.png");
}
.tester_chiara {
	background-image:url("images/chiara_gross.png");
}
.tester_lara {
	background-image:url("images/lara_gross.png");
}
.tester_christine {
	background-image:url("images/christine_gross.png");
}


.grey_margin {
	width: 100%;
	float: left;
	border: 0;
	height: 1px;
	background: #d8d8d8;
	margin: 50px 0;
}
/******* Top Bewertungen *********/
.top_bewertung {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.top_bewertung p {
	padding: 0;
}

.top_bewertung .links {
	width: 50%;
	float: left;
	padding: 0;
}

.top_bewertung .rechts {
	width: 110px;
	float: right;
	padding: 0;
	font-size: 14px;
}
.top_bewertung a {
	
}
.top_bewertung .bewertung {
	padding: 0;
	border: none;
}
.top_bewertung .bewertung_box {
	margin: 0;
}

/****************** Table of Content *******************/
#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
}
.ez-toc-title-container {
    display: table;
    width: 100%;
}
div#ez-toc-container p.ez-toc-title {
    font-weight: 500;
}
div#ez-toc-container p.ez-toc-title {
    font-size: 120%;
}
#ez-toc-container p.ez-toc-title {
    text-align: left;
    line-height: 1.45;
    margin: 0;
    padding: 0;
}
.ez-toc-title, .ez-toc-title-toggle {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
#ez-toc-container.counter-flat ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
    counter-reset: item;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    background: 0 0;
    list-style: none none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}
div#ez-toc-container ul li {
    font-size: 95%;
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    background: 0 0;
    list-style: none none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}
#ez-toc-container a:visited {
    color: #9f9f9f;
}
#ez-toc-container a {
    color: #444;
    text-decoration: none;
    text-shadow: none;
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

/*********** Weitere Testberichte ***************/
.weitere_berichte {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.weitere_berichte p {
	padding: 0;
}
hr.grey {
	width: 100%;
	float: left;
	border: 0;
	height: 1px;
	background: #d8d8d8;
}
.weitere_berichte .links {
	width: 50%;
	float: left;
	padding: 0;
}
.weitere_berichte .links img {
	width: 115px;
}
.weitere_berichte .rechts {
	width: 110px;
	float: right;
	padding: 0;
	font-size: 14px;
}
.weitere_berichte .rechts .sub {
	font-size: 16px;
}
.weitere_berichte .call_to_action {
	border: 2px solid #3d9066;
	margin: 5px 0 25px 0;
	padding: 6px 0 6px 12px;
	width: 305px;
	float: left;
	color: #3d9066;
}

.weitere_berichte .bewertung {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	float: left;
	border: 0;
	height: 25px;
}

.weitere_berichte .bewertung_box {
    width: 110px;
    height: 22px;
    background: url("images/stars_22_n.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    float: left;
	margin-left: 0px;
	margin-right: 5px;
}

.weitere_berichte .weitere_tests {
	background-color: #ffe704;
	background-image:url("images/pfeile_rechts.png");
	background-repeat: no-repeat;
	background-position: 165px center;
	margin: 5px 0px;
	padding: 8px 15px;
	float: left;
	width: 170px;
	font-size: 17px;
}
.weitere_berichte a.weitere_tests {
	color: #212121;
	font-size: 14px;
	font-weight: bold;
}


/******** Testsieger ***********/

.testsieger_headline {
  background-image:url('/wp-content/themes/testberichte/images/testsieger.png');
  background-position:440px 0px;
  background-repeat:no-repeat;
  height:42px;
}

/************************************/

.testberichte_trenner{
  padding-top: 30px;
}

.beitrags_table {
		width: 66%;
}



/*********** Test Box ********************/

.bg_yellow {
  background-color: #FFF7BD;
}

.test_box_link {
  display: block;
  width: 560px;
  height: 240px;
}

.box_black {
	background-color: #2a2a2a;
	max-width: 800px;
	color: #FFF;
	float: left;
	display: block;
}

.box_black .test_header {
	width: 100%;
	float: left;
	margin-top: 14px;
	float: none;
	color: #FFF;
}
.box_black .test_box .test_name a {
	color: #e8e19f;
}
.test_box_left {
  width: 70%;
  margin-top: 20px;
  padding: 10px;
  min-height: 228px;
  z-index: 100;
  float: left;
}
.test_box_right {
  width: 70%;
  margin-top: 20px;
  padding: 10px;
  float: left;
  min-height: 228px;
  z-index: 100;
  float: right;
  text-align: right;
}
.test_box_left .test_button {
  background-color: #FF7900;
  padding: 5px;
  border-radius: 4px;
  margin: 10px 0px;
  width: 50%;
  float: left;
  text-align: left;
}
.test_box_right .test_button {
  background-color: #FF7900;
  padding: 5px;
  border-radius: 4px;
  margin: 10px 0px;
  width: 50%;
  float: right;
  text-align: right;
}

.test_box .test_name h2 {
  font-family: 'PT Sans', serif;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.test_box .test_name p {
	display: inline-block;
}

.test_box .test_name a {
  text-decoration: none;
  color: #000000;
}

.test_box .test_excerpt {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  z-index: 1;
}

.bt_bonusaktion p {
	padding: 0;
	margin: 0;
}

.test_box .test_button {
  background-color: #ffe704;
  padding: 5px;
  border-radius: 4px;
  margin: 10px 0px;
  color: #212121;
}

.bt_bonusaktion {
  background-color: #FF7900;
  padding: 5px;
  border-radius: 4px;
  margin: 10px 0px 30px 130px;
  width: 310px;
}

.test_box .test_button a, .bt_bonusaktion p a {
  color: #2a2a2a;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;  
}

.test_box .test_button a:hover, .bt_bonusaktion p a:hover {
	
}

.test_box .test_advantage ul {
  font-size: 0.8em;
  width: 33%;
  margin: 0;
  padding: 0;
  float: left;
}

.test_box .test_advantage li {
    list-style-type: none;
    padding-left: 25px;
	line-height: 25px;
    background-image:url('images/check.png');
    background-repeat:no-repeat;
    background-position:left center;
}

.test_box .test_advantage{
  overflow: auto;
  margin-top: 10px;
}

.website_url, .website_url a {
  color: #175FCC !important;
  font-size: 20px;
  padding-top: 20px;
}

/******** Testbericht Gesamtbewertung (Grey Box) ************/

.final_stars_box_grey {
  padding-bottom: 25px;
}

.finalbox_website_url {
  float: left;
  width: 430px;
}

.finalbox_website_url a {
  color: #175FCC !important;
  font-size: 20px;
}

.finalbox_rating {
  
}

.rating_bar_final {
    width: 110px;
    height: 22px;
    background: url("images/stars_22_n.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    float: left;
	margin: 0 15px;
}


/******** Test Info Box ***********************/

.testbericht_infos_right {
  float: right;
  margin: 0px;
  padding: 0 30px 20px 30px;
}

.testbericht_infos {   
	display:inline-block;
	padding:10px 10px;
	width: 240px;
	text-decoration:none;	
	border: 1px solid #575756;
	text-align: center;
 }
 
 .testbericht_infos_img {
   width: 150px;
   margin-left: auto;
   margin-right: auto
}

.testbericht_images{
  width: 100%;
  padding-left: 50px;
}

.testbericht_infos_img img {
  padding: 10px 0;
}
 
.testbericht_stars {
   width: 120px;
   height: 120px;
   background:url('images/kreis_gruen.png');
   background-repeat:no-repeat;
   background-position:center center;
   
}

.random_testbericht_text {
  font-size: 0.8em;
  line-height: 1em;
}
 
 
.testbericht_stars table tr td {
   text-align: center;
   font-size: 14px;
   line-height: 16px;
} 

.testbericht_stars table tr td.gesamtbewertung_titel {
  line-height: 18px;
  font-weight: bold;
  padding-top: 12px;
}
 
.random_testbericht_title {
  font-family: 'PT Sans', serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
} 
 
.reviewer {
  font-size: 0.8em;
  width: 100%;
  line-height: 1em;
  padding-top: 4px;
  float: left;
  margin-bottom: 10px;
} 

.sterne_center {
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.headline_stars {
	width: 180px;
	float: right;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 8px;
}
.headline_stars .rating_bar_subcat {
	float: left;
	margin-right: 10px;
}

.rating_bar {
    width: 90px;
    height: 18px;
    background: url("images/stars.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: right;
}
.rating_bar_subcat {
    width: 110px;
    height: 22px;
	background: url("images/stars_22_n.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    float: right;
}
.rating_bar_subcat_box {
    width: 110px;
    height: 22px;
    background: url("images/stars_22_weiss.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    float: left;
}
.testsieger_button {
	float: right;
}

.rating {
    height: 18px;
    background: url("images/stars.png");
    background-position: 0 -18px;
    background-repeat: repeat-x;
}
.rating_subcat {
    height: 22px;
	background: url("images/stars_22_n.png");
    background-position: 0 -22px;
    background-repeat: repeat-x;
}
.testbericht_uebersicht .bewertung_box {
	background: url("images/stars_22_weiss.png");
}
.testbericht_uebersicht .rating_subcat {
	background: url("images/stars_22_weiss.png");
	height: 22px;
	background-position: 0 -22px;
    background-repeat: repeat-x;
}
.cat_icon {
  padding-right: 15px;
  max-width: 50px;
  float: left;
}

.cta_test {
	text-decoration: none;
	color: white;		
	background-image: linear-gradient( 160deg, #EC03CD, #ec008c );
	border-radius: 30px;
	cursor: pointer;
	user-select: none;
	transition: box-shadow 0.6s;
	z-index: 1000;
	-webkit-animation: glowing 3500ms infinite;
	-moz-animation: glowing 3500ms infinite;
	-o-animation: glowing 3500ms infinite;
	animation: glowing 3500ms infinite;
	padding: 10px 20px;
	display: inline-block;
}
.cta_test_bottomfixed {
	display: none;
	visibility: hidden;
}
.cta_mlmshop {
	width: 100px;
    background-color: #ff8d15;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    background-image: -webkit-linear-gradient(top,#d801d4,#f203ca);
    background-image: -moz-linear-gradient(top,#d801d4,#f203ca);
    background-image: -ms-linear-gradient(top,#d801d4,#f203ca);
    background-image: -o-linear-gradient(top,#d801d4,#f203ca);
    background-image: linear-gradient(to bottom,#d801d4,#f203ca);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 15px;
	margin-bottom: 20px;
    border-bottom: 4px solid #980095;
	display: inline-block;
	text-align: center;
}
.cta_test_ringana_alt, .cta_test_casinos_alt {
	width: 150px;	
	background-color: #ff8d15;
	color: #FFF;
	padding: 10px 10px;
	font-size: 17px;
	background-image: -webkit-linear-gradient(top, #d801d4, #f203ca);
	background-image: -moz-linear-gradient(top, #d801d4, #f203ca);
	background-image: -ms-linear-gradient(top, #d801d4, #f203ca);
	background-image: -o-linear-gradient(top, #d801d4, #f203ca);
	background-image: linear-gradient(to bottom, #d801d4, #f203ca);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	text-decoration: none;
	margin-top: 15px;
	border-bottom: 4px solid #980095;
	display: inline-block;
}
.cta_test_ringana, .cta_test_casinos {
	text-decoration: none;
	color: white;		
	background-image: linear-gradient( 160deg, #EC03CD, #ec008c );
	border-radius: 30px;
	cursor: pointer;
	user-select: none;
	transition: box-shadow 0.6s;
	z-index: 1000;
	-webkit-animation: glowing 3500ms infinite;
	-moz-animation: glowing 3500ms infinite;
	-o-animation: glowing 3500ms infinite;
	animation: glowing 3500ms infinite;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 15px;
	
}
.cta_div {
	width: 100%;
	text-align: center;
	margin: 30px 0 50px 0;
}
.cta_div2 {
	width: 100%;
	text-align: center;
	margin: 30px 0 20px 0;
}
#sidebar-right {
	max-width: 500px;
}
.risk_warning {
	display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 0.8em;
}
/**************** Widgets *********************************/
.benefit_logo img {
	width: auto;
}

.benefit_box .cta_div {
	margin: 20px 0 20px 0;
}

.widget_border {
	width: 255px;
	margin-bottom: 20px;
	border: 1px solid #d8d8d8;
	border-radius: 0px;
	padding: 10px;
	float: left;
}
.widget_border .headline {
	border-bottom: 1px solid #ffdf44;
	font-weight: normal;
	font-size: 20px;
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
}
.test_ueberblick {
	width: 100%;
	float: left;
}
.test_ueberblick .widget-wrapper {
	width: 400px;
}
.test_ueberblick .headline {
	padding-top: 40px;
	border-top: 1px solid #d9d9d9;
}
.besondere_merkmale {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}
.besondere_merkmale .headline {
	padding-top: 10px;
	border-top: 1px solid #d9d9d9;
}
/*************** Comments ***************/
.prozent {
	text-align: right;
	padding-left: 5px;
}
#commentsbutton {
	background-color: #e7e7e7;
	padding: 10px;
	margin-top: 30px;
	box-shadow: 2px 2px #ababab;
	color: #000000;
	float: left;
	margin-bottom: 30px;
}
#commentform {
	display: none;
}
.stars_left {
	width: 140px;
	float: left;
}
h4.comment_title {
	margin: 0;
	float: left;
	font-size: 18px;
}
.tabelle_sterne td {
	font-size: 0.9em;
}
.tabelle_sterne td.table_stars {
	padding-right: 8px;
}
.gesamtbewertung {
	margin-bottom: 40px;
}
#com h3 {
	text-transform: uppercase;
	margin-top: 40px;
}
.commentstext p {
    margin: 0;
}

.commentsmeta {
    
}
.comments-title {
	margin-bottom: 30px;
}
.comment_from {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
}
.comments {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d0cbc2;
}
.alle_bewertungen {
	width: 240px;
	float: left;
}
.sterne_titel {
	width: 70px;
	flaot: left;
}
.sternebalken {
	width: 135px;
	background-color: #f1f1f1;
	border: 1px solid #c2c2c2;
	height: 15px;
	float: right;
}
.sternebalken a {
	text-decoration: none;
}
.balken_gelb {
	background-color:#ffc100;
	height: 15px;
	line-height: 15px;
}
.comment-rating {width:180px;}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{background: url(images/star.png) left -1000px repeat-x;}
.star-rating{position:relative;width:90px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;
             background-position: left top;}
.star-rating li{display: inline;}
.star-rating a,
.star-rating .current-rating{position:absolute;top:0;left:0;text-indent:-1000em;height:25px;line-height:25px;
                             outline:none;overflow:hidden;border: none;}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{background-position: left bottom;}
.star-rating a.one-star{width:20%;z-index:6;}
.star-rating a.two-stars{width:40%;z-index:5;}
.star-rating a.three-stars{width:60%;z-index:4;}
.star-rating a.four-stars{width:80%;z-index:3;}
.star-rating a.five-stars{width:100%;z-index:2;}
.star-rating .current-rating{z-index:1;background-position: left center;}
.star-rating a.zero-star {width:17%;z-index:8;background: url(images/no_star.png) left top no-repeat;}
.star-rating a.zero-star:hover,
.star-rating a.zero-star:active,
.star-rating a.zero-star:focus {background-position: left center;}
.star-rating a.zero-selected {background-position: left center;}

.star-rating li {
	background-image: none;
}


/******************** Redesign 2018 *********************/

/******************** Test Übersicht **************************/

table tr td p {
	text-align: left;
}

div.table { 
  display: table; 
  border-collapse:collapse;   
}
div.tr { 
  display:table-row; 
}
div.td1, div.td2, div.td3, div.td4 { 
  display:table-cell; 
  padding:20px; 
  vertical-align: middle;
}
div.td1_hl, div.td2_hl, div.td3_hl, div.td4_hl { 
  display:table-cell; 
  padding:20px; 
  vertical-align: middle;
  background-color: #f2f2f2;
  color: #000000;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
}
div.td1 {
	width: 25%;
	border-right: 1px solid #4a4a4a;
	border-top: 2px solid #ffe700;
}
div.td2 {
	width: 20%;
	border-right: 1px solid #4a4a4a;
	border-top: 2px solid #ffe700;
	text-align: center;
}
div.td2 a {
	text-decoration: underline;
	color: #FFFFFF;
}
div.td3 {
	width: 30%;
	border-right: 1px solid #4a4a4a;
	border-top: 2px solid #ffe700;
}
div.td4 {
	width: 25%;
	border-top: 2px solid #ffe700;
}
div.td1_hl {
	width: 25%;
	border-right: 1px solid #cecece;
}
div.td2_hl {
	width: 20%;
	border-right: 1px solid #cecece;
}
div.td3_hl {
	width: 30%;
	border-right: 1px solid #cecece;
}
div.td4_hl {
	width: 25%;	
}



.testbericht_uebersicht .table {
	background-color: #2a2a2a;
	color: #FFFFFF;
}

.testbericht_uebersicht .table .tr .td {
	border-right: 2px solid #4a4a4a;
}
.testbericht_uebersicht .table .tr .td:last {
	border-right: 0;
}
.testbericht_uebersicht .zum_testbericht {
	color: white;
	text-decoration: underline;
}
.testbericht_uebersicht .jetzt_ansehen {
	  background-image: linear-gradient( 160deg, #EC03CD, #ec008c );
      border-radius: 30px;
	  font-family: Arial;
	  color: #ffffff;
	  font-size: 17px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
	  animation: glowing 3500ms infinite;
}

.testbericht_uebersicht .testlogo img {
	width: 230px;
}
.testbericht_uebersicht .oneline {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}
.testbericht_uebersicht .bewertung {
	border: none;
	height: 30px;
}
.testbericht_uebersicht .bewertung_box {
	margin-left: 15px;
	margin-top: 8px;
}

.testbericht_uebersicht .bewertungsbox {
	height: 70px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.testbericht_uebersicht .textbewertung {
	float: left;
	height: 30px;
	width: 125px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: right;
	font-size: 30px;
	line-height: 30px;
}
.testbericht_uebersicht .bewertung {
	float: left;
	height: 30px;
	width: 125px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.testbericht_uebersicht .note {
	width: 83px;
	height: 66px;
	background-color: #ffe700;
	font-size: 35px;
	text-align: center;
	color: #000000;
}

/************** Ratgeber ************************************/
.post-list h2 {
	width: 100%;
	float: left;
}

.post-list a h2 {
	text-decoration: none;
	margin: 0 0 5px 0;
	font-size: 17px;
	line-height: 22px;
	padding: 0;
	color: #000;
}
.post-list .article {
	padding: 20px 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #505050;
}
.article_bild {
	width: 275px;
	margin-right: 20px;
	float: left;	
}
.article_content{
	width: 505px;
	float: left;
	padding-right: 50px;
}

.weiterlesen {
	background-color: #ffdf44;
	color: #000000;
	padding:3px 24px;
	border-radius:6px;
	border: 1px solid #ffdf44;
	text-decoration: none;
	margin-top: 12px;
	float: right;
}

.cat_39 {
	background-image: url('images/39_icon.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.cat_40 {
	background-image: url('images/40_icon.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.cat_44 {
	background-image: url('images/casino_icon.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.cat_43 {
	background-image: url('images/musik_icon.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.cat_42 {
	background-image: url('images/sprachen_icon.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.cat_46, .cat_47 {
	background-image: url('images/nm_icon.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.der-ratgeber-beitrag ul {
	margin: 15px 0 10px 20px;
}
.der-ratgeber-beitrag li {
	list-style: outside;
}
/************* Ratgeber Home *********/

aside.home .widget_border .headline {
	border: none;
	font-weight: normal;
	font-size: 20px;
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
	background-color: #ffdf44;
	line-height: 35px;
	padding-left: 10px;
	width: 360px;
}

aside.home .widget_border {
	width: 370px;
	margin-bottom: 20px;
	border: 1px solid #cdcdcd;
	border-radius: 0px;
	box-shadow: 2px 2px 4px #cdcdcd;
	padding: 10px;
	float: left;
}

.ratgeber_berichte {
	border-bottom: 1px solid #ffdf44;
	padding: 5px 0px;
	width: 100%;
	float: left;
	color: #525252;
}
.ratgeber_berichte:hover {
	background: -moz-linear-gradient(left, rgba(162,165,164,0.02) 2%, rgba(162,165,164,0.5) 39%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(162,165,164,0.02) 2%,rgba(162,165,164,0.5) 39%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(162,165,164,0.02) 2%,rgba(162,165,164,0.5) 39%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05a2a5a4', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.headline_ratgeber {
	background-color: #ffdf44;
	background-image: url('images/info_icon.png');
	background-repeat: no-repeat;
	background-position: 280px;
	line-height: 45px;
	padding-left: 45px;
	font-size: 23px;
}
.headline_widgetboxright {
	background-color: #ffdf44;
	line-height: 45px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.ratgeber_box {
	margin: 0 5px;
}
.ratgeber_icon img {
	width: 43px;
	margin-top: 3px;
}
.ratgeber_icon {
	width: 55px;
	float: left;
}
.ratgeber_title {
	width: 200px;
	float: left;	
	text-align: left;
}
.ratgeber_title a h3 {
	color: #000000;
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
    line-height: 30px;
}
.bt_ratgeber {
	background-color: #ffdf44;
	color: #000000;
	padding:3px 6px;
	border-radius:6px;
	border: 1px solid #ffdf44;
	text-decoration: none;
	margin-top: 0;
	float: right;
	width:80px;
	white-space: nowrap;
	font-size: 14px;
}
.bt_ratgeber a {
	color: #000000;
}

/*************** Speedtest **********************************/

.speedtest {
	margin-top: 40px;
	height: 300px;
	width: 100%;
	border: none;
}

/******************** Editor ********************************/
.wp-block-image {
	max-width: 100% !important;
	margin-top: 8px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.wp-block-image figcaption {
	margin: 0 !important; 
}

.caption figure.alignright {
	font-size: 0.8em;
	display: block;
	background-color: #f8f8f8;
    border: 1px solid #d5cdcd;
}
.caption figure.alignright figcaption {
	width: 100%;
    display: block;
    padding: 0 10px;
    color: grey;
	display: block !important;
}

/************* Promotion Widget ****************************/

#promotion-widget .widget_border {
	width: 95%;
	max-width: 500px;
	margin-top: 40px;
	margin-right: 0;
	background-color: #f9f9f9;
}

/****************** Hover Effects Images *******************/

figure a img:hover {
	background-color: #C37500;
    opacity:0.7 !important;
    filter:alpha(opacity=70) !important; /* For IE8 and earlier */
    box-shadow: 0 0 0px #000000 !important;
}

/************ RINGANA ****************/
#ringana_cta_button, #onlinecasino_cta_button {
	width: 255px;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    padding: 10px;
    float: left;
	position: fixed;
	bottom: 150px;
	background-color: #fffbea;
}

/**************** Produkt-Tests***************************/

.zahnoel_testen {
	padding: 20px;
    background-color: #f9d91c;
    border: 2px solid grey;
}
.zahnoel_testen h2 {
	padding-top: 0px;
}
.wp-image-5430 {
	margin-top: 15px;
	margin-left: 30px;
}
#cta_zahnoel_zum_shop {
	display: inline-block;
    width: 150px;
    text-align: center;
	padding: 5px 10px;
}

.hightlight {
	padding: 20px;
    background-color: #f9d91c;
    border: 2px solid grey;
	margin: 30px 0;
}
.hightlight h2 {
	padding-top: 0px;
}
.hightlight .cta_test {
	display: inline-block;
    width: 150px;
    text-align: center;
	padding: 5px 10px;
}

/************ Testsieger *********************/
.zum_bericht {
	font-size: 0.9em;
	text-align: left;
	display: inline-block;
	margin-top: 20px;
}

.zum_bericht ul li {
	background: url(images/tick.png) no-repeat 5px center;
    padding: 3px 0 3px 35px;
    list-style: none;
    margin: 0;
    border: none;
}

/******************* Ampel Tabellen **********************/


.ampel {
	border-collapse: collapse;
	margin: 20px 0 10px 0;
	font-size: 16px;
	line-height: 18px;
	
}
.ampel th {
   text-align: left; 
   border: 1px solid grey;
   padding: 10px 5px;
   vertical-align: bottom;
}
.ampel th span {
   writing-mode: vertical-lr;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.ampel th span.ocb {
  writing-mode: inherit;
  -webkit-text-orientation: inherit;
  text-orientation: inherit;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.ampel td {
	border: 1px solid grey;
	padding: 0 10px;
}
.ampel td span {
	margin-top: 5px;
}
.ampel td .green {
	height: 20px;
	width: 20px;
	background-color: green;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	
}
.ampel td .yellow {
	height: 20px;
	width: 20px;
	background-color: #e8e80c;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	
}
.ampel td .red {
	height: 20px;
	width: 20px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	
}

.ampel_cta {
	text-decoration: none;
	color: black;
}

/******************* Tester Gesucht **************************/
.tester_gesucht {
	margin: 20px 0 60px 0;
    border: 5px solid #1C753E;
	padding: 0;
	text-align: center;
	border-radius: 8px;
	background-image: url('images/mistergreen.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.tester_gesucht p {
	padding: 15px 10%;
	text-align: center;
}
.tester_gesucht h2 {
	color: #FFF;
	background-color: #1C753E;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 5px 0;
}
.bt_tester {
	background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
	-webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.chart {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 220px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  margin-left: -110px;
  left: 50%;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 205px;
  z-index: 2;
  font-size: 65px;
  font-weight: bold;
  color: grey;
}
.percent:after {
  content: '%';
  margin-left: 0em;
  font-size: 65px;
  font-weight: bold;
  color: grey;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}

.span6 {
  float: left;
  width: 50%;
}

.weiterempfehlung {
	margin-top: -80px;
    font-size: 16px;
	color: grey;
}

@media only screen and (max-width: 430px) {
  .span6 {
    float: none;
    width: 100%;
  }
}
/****************** Media *********************************/



@media only screen and (max-width:1200px) {   
	#site_breadcrumbs {
		font-size: 12px;
		margin: 5px 2%;
		width: 96%;
	}
	.scrollable_table {
		max-width: 100%;
		overflow-x:auto;
	}
	
	table {
        
    }
	
	.test_box_headlines {
		display: none;
	}	
	#icon_online_streaming, #icon_sprachkurse {
		margin-right: 40px !important;
	}
	nav > div > ul > li a {
		width: auto;
		padding: 15px 5px;
	}
	.hauptbild {
		width: 40%;
	}
	.header_info {
		width: 55%;
	}
	.weitere_berichte .links, .weitere_berichte .rechts, .top_bewertung .links, .top_bewertung .rechts {
		width: 100%;
	}
	.alignleft {
		max-width: 40%;
	}
	#wrapper_head, #wrapper, #page, .header_info, footer {
		width: 100%;
		float: left;
		border: none;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
	.test_header, aside, aside.home {
		width: 84%;
		float: left;
		margin: 20px 3% 0 3%;
	}
	.test_kat_header {
		width: 96%;
		float: left;
		margin: 20px 2% 0 2%;
	}
	.widget_border {
		margin-right: 30px;
	}
	#menu-item-3568 a {
		background-image: none;
		padding: 15px 0;
	}
	.logo {
		display: none;
	}
	#ringana_cta_button {
		bottom: auto;
	}
	.cta_test_bottomfixed_alt {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0px 0;
		text-align: center;
		padding: 10px 0;
		border-radius: 0;
		background-color: #ff8d15;
		color: #FFF;		
		font-size: 17px;
		background-image: -webkit-linear-gradient(top, #d801d4, #f203ca);
		background-image: -moz-linear-gradient(top, #d801d4, #f203ca);
		background-image: -ms-linear-gradient(top, #d801d4, #f203ca);
		background-image: -o-linear-gradient(top, #d801d4, #f203ca);
		background-image: linear-gradient(to bottom, #d801d4, #f203ca);		
		text-decoration: none;
		border-bottom: 4px solid #980095;
		z-index: 1000;
	}	
	.cta_test_bottomfixed {
		display: none;
		visibility: visible;
		position: fixed;
		left: 0;
		bottom: 5px;
		width: 80%;
    	margin: 5px 5%;
		padding-right: 5%;
		padding-left: 5%;
		font-size: 1rem;
		line-height: 3rem;
		text-decoration: none;
		color: white;		
		background-image: linear-gradient( 160deg, #EC03CD, #ec008c );
		border-radius: 30px;
		cursor: pointer;
		user-select: none;
		transition: box-shadow 0.6s;
		z-index: 1000;
		-webkit-animation: glowing 3500ms infinite;
		-moz-animation: glowing 3500ms infinite;
		-o-animation: glowing 3500ms infinite;
		animation: glowing 3500ms infinite;
	}
	.cta_test_bottomfixed:after, .cta_test_ringana:after , .cta_test_casinos:after {
		content: '';
		background: url(../../uploads/button_arrows.svg) no-repeat right center;
		width: 30px;
		height: 30px;
		position: absolute;
		margin: 8px;
	}


	
	.cta_test_ringana, .cta_test_casinos {
		position: fixed;
		display: block;
		left: 0;
        bottom: 5px;
        width: 80%;
		margin: 5px 5%;
		padding-right: 5%;
		padding-left: 5%;
		font-size: 1rem;
		line-height: 3rem;
		text-decoration: none;
		color: white;
		text-align: center;
	}
   
}



@media only screen and (max-width:1200px) {   
	.testsiegermarker {
		background-image: none;
	}
	.testsiegermarker img {
		margin-left: 0px;
	}
	div.td1 {
		position: relative;
	}
	.testsiegermarker:before {	
		content: "";
		background-image: url(../../uploads/Testsieger_Balken_horizontal_text.svg);
    	background-repeat: no-repeat;
		background-position: top left;
		background-size: 100%;
		width: 100%;
		position: absolute;
		height: 50px;
		top: 0;
		left: 0;
		margin-top: 0;
		display: block;
		padding-top: 0;
		text-align: center;
		color: black;
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
	}
	
}

@media only screen and (max-width:900px) {	
	
	h2.has-background {
    	padding: 1.25em 2.375em;
		font-size: 25px;
		line-height: 30px;
	}
	
	#menu-item-3568 a {
		width: 100%;
	}
	aside, aside.home {
		display: block;
		margin: 10px 2% 20px 2%;
		padding: 0;
		width: 96%;
	}
	aside .widget, aside.home .widget {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
		float: left;
	}
	aside.home .widget_border {
		width: auto;
	}
	.headline_ratgeber {
		padding-left: 10px;
		background-image: none;
	}
	.ratgeber_berichte {
		border-bottom: 1px solid #ffdf44;
		padding: 15px 2%;
		width: 96%;
		float: left;
		color: #525252;
	}
	aside.home .widget .widget_border{
		display: inline-block;
		float: none;
		width: 90%;
		margin: 10px auto;
		padding: 0;
	}
	aside.home .widget_border .headline {
		width: auto;
	}
	aside .widget .widget_border {
		display: inline-block;
		float: none;
		width: 255px;
		margin: 10px auto;
		padding: 0;
	}
	aside .widget .widget_border .weitere_berichte {
		width: 90%;
		padding: 5%;
	}
	aside .widget .widget_border .weitere_berichte .links {
		width: 45%;
		float: left;
	}
	aside .widget .widget_border .weitere_berichte .rechts {
		width: 45%;
		float: right;
	}
	#menu-item-41  a {
		width: 100%;
	}
	#icon_online_streaming, #icon_sprachkurse {
		margin-right: 40px !important;
	}
	.icon a {
		width: 98% !important;
		padding: 15px 1% !important;
	}
	.site-info, .footer_menu {
		width: 96%;
		margin: 5px 2%;
		padding: 0;
		float: left;
	}
	/******************** Test Übersicht **************************/
	div.td2, div.td3, div.td2_hl, div.td3_hl {
		display: none !important;
	}
	div.td1, div.td1_hl {
		width: 40% !important;
		padding: 5px;
	} 
	div.td4, div.td4_hl {
		width: 60% !important;
		padding: 5px;
	}
	#menu-item-48 {
		display: none;
	}
	/****************** Ratgeber ******************/
	.article_bild {
		width: 100%;
		float: left;
		margin: 0;
		
	}
	.article_content {
		width: 90%;
		float: left;
		margin: 0;
	}
	
	.sitesearch {
		display: none;
	}
	article {
		margin: 5px 2%;
		width: 96%;
	}
	article p {
		text-align: left;
	}
	
	.div-testergebnis-left {
		width: 100%;
		float: left;
	}

	.div-testergebnis-right {
		width: 100%;
		float: left;
	}

	
}	

@media only screen and (max-width:700px) {	
	.speedtest {
		height: 400px;
	}
	.video, .header_info {
		width: 94%;
		float: left;
		margin: 10px 2% 15px 2%;
	}
	iframe {
		width: 100%;
		float: left;
		height: auto;
		min-height: 200px;
	}
	.tester_gesucht p {
		margin: 15px 10% 15px 20%;
	}
	.wp-caption {
		margin: 0;
		max-width: 95%;
	}
}

@media only screen and (max-width:660px) {
	#site_breadcrumbs {
		font-size: 12px;
	}
	.alignright.wp-image-2131 {
		float: right !important;
		margin-top: 15px !important;
		padding-top: 3px;
	}
	.wp-image-2131 {
		width: 100px;
		margin-top: 12px;
		float: right !important;
	}
	
}

@media only screen and (max-width:600px) {	
	.testsiegermarker:before {			
		line-height: 20px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	#menu-item-41  a {
		width: 100%;
	}
	#icon_online_streaming, #icon_sprachkurse {
		margin-right: 40px !important;
	}
	
	.test_header, aside, aside.home {
		margin: 0 8%;
		width: 84%;
	}
	.test_kat_header {
		margin: 0 2%;
		width: 96%;
	}
	input {
		max-width: 98%;
	}
	img {
		max-width: 100%;
	}
	.hauptbild {
		width: 100%;
	}
	.shadow {
		margin: 40px 0;
		padding-left: 0;
	}
	.shadow h2, .shadow #von_tester {
		margin-left: 2%;
		margin-right: 4%;
		width: 96%;
	}
	.redakteur_text {
		width: 100%;
	}
	.tester_daniela {
		background-image: none;
	}
	.tester_isabella {
		background-image: none;
	}
	.tester_marcel {
		background-image: none;
	}
	.tester_sandra {
		background-image: none;
	}
	.tester_chiara {
		background-image: none;
	}
	.tester_lara {
		background-image: none;
	}
	.tester_christine {
		background-image: none;
	}
	.width_100 h2 {
		line-height: 38px;
	}
	.headline_stars {
		margin: 10px 0 15px 0;
	}
	h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.home_icons {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.home_icons a img {
		width: 33%;
	}
	.chart {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}	

@media only screen and (max-width:500px) {
	.test-im-ueberblick .bewertung_box {
		display: none;
	}
	.test-im-ueberblick .bewertung {
		width: 20px;
	}
	.box_black .test_header {
		margin: 0 8%;
		width: 84%;
	}
	
	.rating_bar_subcat {
		float: none;		
	}
	.cat_icon {
		padding-right: 5px;
		width: 30px;
	}	
	.test_box_star_bg, .test_box_star_bg h3{
		width: 100%;
	}
	.zum_testergebnis{
		width: 91%;
	}
	.bewertung_box {
		margin-left: 33%;
	}
	
	.test_ueberblick .widget-wrapper, .besondere_merkmale {
		width: 98%;
	}
	ul.test_merkmale_nachteile, ul.test_merkmale {
		font-size: 14px;
	}
	.headline_stars {
		width: 100%;
		float: left;
		margin-top: 8px;
	}
	h2 {
		line-height: 34px;
	}
	ul.test_merkmale_nachteile {
		width: 100%;
		float: left;
	}
	ul.test_merkmale {
		width: 100%;
		float: left;
	}
	.nachteil_leer, .vorteil_leer {
		display: none;
	}
	
	.alignleft, .alignright {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding: 15px 0 10px 0;
	}
	.test_box_left, .test_box_right {
	  width: 94%;
	  margin: 20px 1% 10px 1%;
	  padding: 1%;
	  z-index: 100;
	  float: left;
	  text-align: left;
	}
	.test_box_right .test_button, .test_box_left .test_button {
		width: 98%;
		text-align: left;
	}
	/**************** Ratgeber **************/
	.article_content {
		width: 98%;
		float: left;
		margin: 0;
		padding: 0;
	}
	.cat_39, .cat_40 {
		background:none;
	}
	.speedtest {
		height: 600px;
	}
	
	.alignright, .alignleft {
		max-width: 100%;
		margin: 0 auto !important;
		text-align: center;
		float: none !important;
		display: block !important;
	}
}
@media only screen and (max-width:450px) {
	.wp-block-table table {
		font-size: 0.8em;
	}
	.header_info .test-im-ueberblick .bewertung {
		font-size: 0.9em !important;
	}
	.iconcolumn, .bwdiv {
		display: none;
	}
}
@media only screen and (max-width:400px) {
	.alignright.wp-image-2131 {
		float: right !important;
		margin-top: 20px !important;
		width: 100px;
	}
}

@-webkit-keyframes glowing {
  0% { box-shadow: 0 0 3px 0 #26115a; }
  50% { box-shadow: 0 0 10px 0 #ec008c; }
  100% { box-shadow: 0 0 3px 0 #26115a; }
}

@-moz-keyframes glowing {
  0% { box-shadow: 0 0 3px 0 #26115a; }
  50% { box-shadow: 0 0 10px 0 #ec008c; }
  100% { box-shadow: 0 0 3px 0 #26115a; }
}

@-o-keyframes glowing {
  0% { box-shadow: 0 0 3px 0 #26115a; }
  50% { box-shadow: 0 0 10px 0 #ec008c; }
  100% { box-shadow: 0 0 3px 0 #26115a; }
}

@keyframes glowing {
  0% { box-shadow: 0 0 3px 0 #26115a; }
  50% { box-shadow: 0 0 10px 0 #ec008c; }
  100% { box-shadow: 0 0 3px 0 #26115a; }
}



