/*
Theme Name: Affiliate Theme - Child
Theme URI: http://affiliatetheme.io
Description: Legen... wait for it... Dary!
Author: endcore Medienagentur
Author URI: http://endcore.com
Template: affiliatetheme
Version: 1.0
*/
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
h1, .h1 {font-size: 26px; text-align:left;}
h2, .h2 {font-size: 23px;}
h3, .h3 {font-size: 21px;}
h4, .h4 {font-size: 20px;}
@media (max-width: 768px) {h1, .h1 {font-size: 24px;}}
@media (max-width: 768px) {h2, .h2 {font-size: 22px;}}
@media (max-width: 768px) {h3, .h3 {font-size: 20px;}}
@media (max-width: 768px) {h4, .h4 {font-size: 18px;}}
p {margin: 0 0 17px;line-height: 27px;}
.product-reviews-procentual .progress-bar.progress-green {
    background: #2d75c7;
}
body {
    font-size: 16px;
}
.product-reviews-procentual .rating-summary .summary-header {
    background: #111;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    font-size: 13px;
}
#navigation .navbar .navbar-nav > .current_page_item > a, #navigation .navbar .navbar-nav > .current_page_parent > a {
    background: #2d75c7;
}
.well-important { border: none; border-radius: 0; box-shadow: none; padding: 20px; }
.well-important h4 { margin-top: 0; }
.well-important .media { background: #fff; padding: 20px; }
.well-important .media-left { padding-right: 30px; }
.well-important .fa { font-size: 2rem; color: #c01313; }
.nav-tabs + .tab-content {
    padding: 20px;
}
table.tabelleir {
  border: 1px solid #ddd;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.tabelleir td, table.tabelleir th {
  border: 1px solid #ddd;
  padding: 5px 4px;
}
table.tabelleir tbody td {
  font-size: 15px;
  font-family: Arial;
}
table.tabelleir thead {
  background: #2d2d2d;
  border-bottom: 1px solid #ddd;
}
table.tabelleir thead th {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
table.tabelleir tr:nth-child(odd) {background-color: #f2f2f2}
.youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }
.alert-success a {
    color: #c01313;
}
.alert-info a {
    color: #c01313;
}
#navigation .navbar {
    border-bottom: 1px solid #383838;
	border-top: 1px solid #383838;
}
#navigation .navbar .navbar-nav > li > a {
	font-size: 0.9rem;
}
.table-product .fa-check, .table-details .fa-check {
    color: #9fa2a5;
}
.table-product .fa-close, .table-details .fa-close {
    color: #9fa2a5;
}
.table.table-product-x>tbody>tr>td, .table.table-product-x>tbody>tr>th, .table.table-product-x>tfoot>tr>td, .table.table-product-x>tfoot>tr>th, .table.table-product-x>thead>tr>td, .table.table-product-x>thead>tr>th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.list-icon.list-icon-plus li:before, .list-item-plus:before {
    content: "\2b";
    color: #2D75C7;
}
.list-icon.list-icon-star li:before, .list-item-star:before {
    content: "\e006";
    color: #F25529;
}
.list-icon.list-icon-check li:before, .list-item-check:before {
    content: "\e013";
	font-size:12px;
}
.list-icon.list-icon-cross li:before, .list-item-cross:before {
    content: "\e014";
    color: #c01313;
	font-size: 12px;
}
.table-product .fa-close, .table-details .fa-close {
    color: #9fa2a5;
    font-size: 13px;
}
.table-product .fa-check, .table-details .fa-check {
    color: #9fa2a5;
    font-size: 13px;
}
.alert-success {
    background: none;
    color: #111;
    border-left-color: #2D75C7;
}
.well-procon { border: 2px solid #eee; background: #FAFAFA; border-radius: 0; box-shadow: none; padding: 20px; }
.well-procon h4 { margin-top: 0; }
.well-procon ul { margin-bottom: 0; }
.list-social { padding: 5px; }
.list-icon li, li[class*=list-item-] {
    font-size: 16px;
	font-family: open sans;
	line-height: 27px;
}
#sidebar .widget .h1 {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	.navbar-collapse.collapse.in {
        display: block!important;
	}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) { #navigation .navbar .navbar-nav, #navigation .navbar .navbar-nav > li { border: none !important; } }
#sidebar .widget_block a:not(.btn), #sidebar .widget_product_feed ul li a p, #sidebar .widget_amazon_cart ul li a p {
    color: #6f7479;
    font-family: open sans;
    font-style: normal;
	font-weight: 500;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 250px;
    height: auto;
}
#navigation .nav-logo { display: none; }
@media(min-width: 768px) {
	#navigation.affix .nav-logo { display: block;}
	#navigation .nav-logo a { padding: 6px 15px 14px 15px !important; max-height: 50px; width: auto; }
	#navigation .nav-logo a img { max-height: 40px; width: auto; }
#navigation .navbar .navbar-nav > .current_page_item > a, #navigation .navbar .navbar-nav > .current_page_parent > a {
    background: #111;
	}}
#sidebar .widget_block a:not(.btn), #sidebar .widget_product_feed ul li a p, #sidebar .widget_amazon_cart ul li a p {
    color: #6f7479;
    font-size: 14px;
}
@media (min-width: 768px){
.col-sm-8 {
    width: 66.66666667%;
    padding-top: 34px;
	}}
@media (min-width: 1200px) {
   #content { margin-left: 10px; margin-right: 10px; text-align:justify;}
}
.filterform .control-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
	font-family: roboto;
}
.table-product .product-title > a {
    font-weight: 400;
}
.thumbnail.product-grid .product-title {
    font-weight: 500;
}
.widget_product_feed ul li a p, .widget_amazon_cart ul li > a p {
    font-weight: 500;
}
.widget .h1 {
    font-weight: 400;
}
.widget_filter .filterform .form-group .checkbox label {
    font-weight: 400;
    font-size: 15px;
}
.table-product > thead > tr > th {
    font-weight: 400;
}
.titelstartseite1 {
    font-size: 24pt !important;
    color: #1973BA !important;
    text-transform: uppercase!important;
    margin-top: 0px !important;
    line-height: 45px;
    text-align: center;
	font-style: italic !important;
}
@media (max-width: 768px) {.titelstartseite1 {font-size: 20pt !important; color: #1973BA !important; text-transform: uppercase!important; margin-top:0px !important; line-height:45px; text-align: center;}}
.titelstartseite2 {
    font-size: 20.5px !important;
    color: #2a2a2a !important;
    text-transform: none !important;
    margin-top: 0px !important;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}
.titelstartseite3 {
    font-size: 19pt !important;
    color: #343434 !important;
    margin-top: 0 !important;
    text-align: center;
    font-style: italic;
    font-weight: 400;
}
@media (max-width: 768px) {.titelstartseite3 {font-size: 18pt !important; color: #343434 !important; margin-top:0px !important; text-align: center;}}
.hempfehlung {
    font-size: 25px;
    color: #313131!important;
    font-weight: 300!important;
    padding-bottom: 20px;
}
.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat 
{
	color: #fff!important;
	background: #2B8DFA!important;}
.vc_btn3.vc_btn3-color-orange:hover, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover 
{
	color: #fff!important;
	background: #F25529 !important;}
.vc_btn3.vc_btn3-color-orange:active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active 
{
	color: #fff!important;
	background: #F25529 !important;}
.filterform .control-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
	font-family: roboto;
}
.toptip {
    padding: 4px 6px;
    border-radius: 5px;
    font-family: helvetica;
    font-size: 13px !important;
}
.pros2 {
    padding: 4px 6px;
    border-radius: 5px;
    font-family: helvetica;
    font-size: 13px !important;
}
.procon-table table {
    width: 100% !important;
    margin: 0 0 1.5em 0 !important;
    border-collapse: collapse !important;
    font-size: 1em !important;
    border: 1px solid #ccc !important;
}
.procon-table th {
	padding: 5px !important;
    text-align: center !important;
    font-size: 1em !important;
    font-weight: normal !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    background: #f0f0f0 !important;
}
.procon-table td {
    padding: 5px !important;
    background: #fff !important;
	vertical-align:top;
	border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}
.procon2-table table {
    width: 100% !important;
    margin: 0 0 1.5em 0 !important;
    border-collapse: collapse !important;
    font-size: 1em !important;
    border: 1px solid #ddd !important;
}
.procon2-table th {
	padding: 5px !important;
    text-align: center !important;
    font-size: 1em !important;
    font-weight: normal !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
    background: #f0f0f0 !important;
}
.procon2-table td {
    padding: 5px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
	vertical-align:top;
	border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}
.list-iconprocon li, .list-iconprocon li[class*="list-item-"] {
    position: relative;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
	list-style-type: none;
}
.list-iconprocon.list-icon-minus li:before, .list-item-minus:before {
    content: "\e082";
    color: #fe6c61;
}
.list-iconprocon.list-icon-plus li:before, .list-item-plus:before {
    content: "\e081";
    color: #22C083;
}

.list-iconprocon li:before, .list-iconprocon li[class*="list-item-"]:before {
    font-family: 'Glyphicons Halflings', sans-serif;
    position: absolute;
    width: 20px;
    text-align: center;
    left: -25px;
}
.bewertungst {text-align:right;}
table.tabellemiticon {width:100%;}
table.tabellemiticon td {padding-bottom:15px;width: 25%;}
.product-reviews-procentual .rating-summary .summary-header {
    background: #111;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    font-size: 13px;
}