/*
 * Theme Name: Affiliate-Default-Theme
 * Theme URI: https://vbnl.net
 * Theme Description: Affiliate Bootstrap Wordpress Theme
 * Author: tbi
 * Author URI: https://vbnl.net
 * Version: 1
*/
@import url('assets/css/bootstrap.min.css');

@font-face {
    font-family: 'Cabin';
    src: url('assets/fonts/Cabin-Bold.woff2') format('woff2'),
        url('assets/fonts/Cabin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('assets/fonts/Cabin-Regular.woff2') format('woff2'),
        url('assets/fonts/Cabin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
}

body {
    font-size: .875rem;
    line-height: 1.457rem;
    font-weight: 400;
    color: #353535;
    font-family: 'Cabin';
}

p, .p, .aff-spanwithp > span {
    font-size: .875rem;
    display: block;
    line-height: 1.457rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
p:empty {
    display: none;
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.823rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 2.25rem;
    display: block;
}

h2, .h2 {
  /*
    font-size: 1.5rem;
    line-height: 2rem;
    */
    font-size: 1.125rem;
    line-height: 1.868rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    display: block;
}

h3, .h3 {
    font-size: 1.125rem;
    line-height: 1.868rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1.75rem;
    display: block;
}

section > h3:not(.panel-title), article > h3:not(.panel-title) {
    font-size: .875rem;
    margin-top: 1rem;
}
article > h3:not(.panel-title) + p {
    margin-top: 0;
}

h4, .h4 {
    font-size: .875rem;
    line-height: 1.457rem;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 1.5rem;
    display: block;
}

.aff-invcol {
    color: #fff;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.aff-invcol .h3 {
    margin-top: 0;
}
.aff-invcol .aff-invcol-image {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
    border-radius: .625rem;
}

.aff-highlight-upper, .aff-highlight-lower {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #44C3A9 0%, #00765E 100%);
}

.text-success { color: #44C3A9; }
.text-warning { color: #F69F0A; }
.label-primary { background: #44C3A9; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { background: none; }
.panel-default {
    border: none;
    box-shadow: none;
}
.panel {
    margin-top: 2rem;
}
.panel:not(:first-child) {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}
.panel-default > .panel-heading {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: none;
}
.panel-group .panel-title > a > .glyphicon {
    display: inline-block;
    background: #44C3A9;
    color: #fff;
    margin-top: 4px;
    font-size: 9px;
    width: 18px;
    height: 18px;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 18px;
}
.panel-group .panel-title > a.collapsed > .glyphicon {
    background: #000;
}
.panel-group .panel-title > a.collapsed > .glyphicon:before {
    content: "\002b";
}
.panel-body {
    padding-left: 0;
    padding-right: 0;
}
.productslist > strong, .productslist > p {
    text-align: left;
}
.productdetails .h3, .productdetails .text-lg {
    font-size: 1rem;
    line-height: 1.215rem;
}
.productdetails .previewline {
    font-size: .813rem;
    line-height: .988rem;
}
.productdetails .text-xsm {
    font-size: .625rem;
    line-height: .759rem;
    color: #929292;
}
.text-lg {
    font-size: 1.25rem;
    line-height: 1.519rem;
}
.text-l {
    font-size: 1.125rem;
    line-height: 1.868rem;
}
.text-sm {
    font-size: .875rem;
}
.text-xsm {
    font-size: .813rem;
    line-height: .988rem;
}
.text-xxsm {
    font-size: .625rem;
    line-height: .759rem;
}
.aff-blockline {
    display: block;
    margin-bottom: .375rem;
}
.text-meta {
    color: #929292;
}

.table th, .table td, .table, article table th, article table td, article table {
    border: none;
}
.table tbody tr:first-child td, .table th, article table tbody tr:first-child td, article table th {
    color: #44C3A9;
    font-weight: 700;
}
.table thead + tbody tr:first-child td, article table thead + tbody tr:first-child td {
    color: rgb(107, 114, 128);
}
img.aff-highlightimg, img.aff-highlightimg-mobile {
    display: block;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px;
    margin-right: 20px;
    border-radius: 8px;
}
img.aff-bg-1, img.aff-bg-2, img.aff-bg-3 {
    padding: 1.5rem;
    overflow: hidden;
    background-image: url(assets/img/picbg1.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
img.aff-bg-2 {
    background-image: url(assets/img/picbg2.svg);
}
img.aff-bg-3 {
    background-image: url(assets/img/picbg3.svg);
}
img.aff-bg-1.alignleft, img.aff-bg-2.alignleft, img.aff-bg-3.alignleft {
    background-position: center right;
    margin-left: -0.938rem;
    padding-left: 2.438rem;
}
img.aff-bg-1.alignright, img.aff-bg-2.alignright, img.aff-bg-3.alignright {
    background-position: center left;
    margin-right: -0.938rem;
    padding-right: 2.438rem;
}


.productdetails {
    padding: 1rem;
    box-shadow: 0px 4px 11px 3px #92929226;
    border-radius: .438rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    transition: all .3s;
}
.productdetails:hover {
    box-shadow: 0px 4px 11px 3px #92929277;
}
.aff-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    background: #44C3A9;
}

.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.smcapimg {
    width: 60px;
    margin-bottom: 5px;
    display: inline-block;
}
.fixpic {
    overflow: hidden;
}
.fixpic > img {
    margin-top: -2px;
    margin-bottom: -2px;
}

.iconbox .glyphicon {
    margin-top: 0;
}
.iconbox strong:first-child + .p,
.iconbox strong:first-child + p + .p {
    margin-top: 0;
}
.iconbox .iconcol-1 {
    width: 3.5rem;
}
.iconbox .iconcol-2 {
    width: calc(100% - 3.5rem);
    margin-left: -15px;
}
li .hintbox {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
li + li {
  margin-top: 1rem;
}
.hintbox {
    border: 1px solid #ccc;
    padding: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.hintbox.hintbox-success {
    border-color: #44C3A9;
}
.hintbox .iconbox {
    margin-bottom: 0;
}
.hintbox .iconbox .h3 {
    margin-top: 0;
}
.hintbox .iconbox .p {
    margin-top: .5rem;
    margin-bottom: 0;
}
.hintbox .iconbox .glyphicon {
    margin-top: .1rem;
}
.iconbox {
    margin-bottom: 1.5rem;
}
*:not(.hintbox) > .iconbox {
    margin-top: 1.5rem;
}
.iconbox + .iconbox {
    margin-top: -1.5rem;
}
.navbar-brand>img {
    max-height: 88px;
}
#top-header .row {
    padding: .5rem 0;
    background: #F3F4F6;
    font-size: .875rem;
}
#top-header div > .glyphicon:first-child {
    margin-right: .75rem;
    display: inline-block;
}
#nav-header a {
    color: #353535 !important;
}

#nav-header {
  box-shadow: 0px 4px 9px 6px #92929226;
}

#nav-header .navbar {
    background: #fff;
    border: none;
    font-size: 1rem;
    line-height: 1.367rem;
}
#nav-header .navbar .navbar-brand {
  height: auto;
}
#nav-header .navbar #menu-hauptmenue a {
    font-weight: 400;
}
#nav-header .navbar .caret {
    border: none;
    width: 14px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    height: auto;
    margin-top: 4px;
    font-size: .875rem;
    float: right;
    margin-right: 4px;
    margin-left: 4px;
    transform: rotate(0deg);
    transition: all .3s;
}
#nav-header .navbar a:hover .caret {
    transform: rotate(180deg);
    margin-top: 2px;
}
#nav-header .navbar .caret:after {
    content: "\e259";
}
.previewline > .glyphicon {
    margin-right: 6px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #eee;
}

.aff-headerlayout {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100px;
    background-color: #fff;
    display: none;
}
.aff-headerlayout h1, .aff-headerlayout .h1 {
    margin-top: 5.625rem;
    font-size: 2.5rem;
    line-height: 3rem;
}
.aff-headerlayout .h3 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.868rem;
}
.aff-headerlayout.aff-has-header {
    display: block;
    background-size: contain;
    background-position: center right;
    height: 468px;
    background-repeat: no-repeat;
}
.aff-headerlayout.aff-has-header .teasercomp {
    margin-top: 0;
}
.aff-headerlayout.aff-has-header .teasercomp .cart_btn {
    margin-top: 20px;
}
.aff-imgpreview {
    display: inline-block;
    width: 20%;
    border: 1px solid #ececec;
    padding: .5rem;
}

article > .wp-caption {
    max-width: 100%;
}
article > .wp-caption > img {
    max-width: 100%;
}

footer {
    margin-top: 4rem;
    padding-top: 2rem;
    font-size: .813rem;
    line-height: .988rem;
    color: #353535;
    box-shadow: 0px 1px 9px 6px #92929233;
}

footer .brandful {
    text-align: center;
}
footer .brandful img {
    display: inline-block;
}
footer .brandful > img {
    width: 26%;
    margin-right: 9%;
}
footer .brandful > img:last-child {
    margin-right: 0;
}

footer p {
    font-size: .813rem;
    line-height: .988rem;
    color: #353535;
}

footer .brand {
    margin-bottom: .5rem;
}

footer h4, footer h3, footer .h3, footer .h4 {
    font-size: .813rem;
    line-height: .988rem;
    font-weight: 700;
    margin-top: 1rem;
    color: #353535;
    display: block;
    text-transform: uppercase;
}

footer ul {
    padding-left: 0;
}

footer li {
    font-size: .813rem;
    line-height: .988rem;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 1rem;
}

footer li a {
    color: #353535;
}

footer .copyright-wrapper {
    margin-top: 1.625rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
    border-top: 1px solid #e5e7eb;
    color: #929292;
    font-size: .813rem;
}

.productdetails > .h3 {
    margin-bottom: 1rem;
}
.productdetails .col-xs-4 {
    padding-top: 1.5rem;
}
.productdetails .text-lg {
    font-size: 1.25rem;
}
.mhtitle {
    min-height: 64px;
}
.mhteaser {
    min-height: 96px;
}
.reaspectimg img {
    vertical-align: middle;
    width: 100% !important;
    height: 250px;
    object-fit: cover;
    overflow: hidden;
    object-position: center center;
}

.cookielayer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 10px;
}

.cart_btn {
    background: #44C3A9;
    border-radius: 14px;
    padding: 1.188rem 3rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.519rem;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    color: #fff !important;
}

.cart_btn:hover {
    background: rgb(52 150 130);
}

.previewline {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5rem;
    white-space: nowrap;
}

.aff-to-cart-overlay {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-top: 2px solid #44C3A9;
    right: -100%;
    transition: right .3s;
    z-index: 1;
}
.aff-to-cart-overlay.active {
    right: 0;
}
.aff-to-cart-overlay .h3 {
    margin-top: 0;
}
.aff-to-cart-overlay .cart_btn {
    padding: .594rem 1.5rem;
    border-radius: 7px;
    display: block;
}

section > ul {
    margin-top: .5rem;
}

section div:empty:not(.aff-line) {
    height: 20px;
}

@media (max-width: 1199px) {
  .navbar-nav {
    margin: 7.5px -15px;
 }
 .navbar-nav li + li {
    margin-top: .25rem;
 }
 .aff-headerlayout.aff-has-header .teasercomp {
     background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
 }
 #nav-header {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background: #fff;
     z-index: 1;
     transition: height .3s;
 }
 body.navactive #nav-header {
    height: 100%;
    background: rgba(0,0,0,.5);
 }
 body {
    padding-top: 120px;
 }
  .ul-links {
    display: block;
  }
  .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
      margin-top: 2.5rem;
      border: none;
  }
  .navbar-toggle .icon-bar {
      display: block;
      width: 35px;
      height: 3px;
      border-radius: 1px;
      margin-bottom: 7px;
      background-color: #353535 !important;
  }

  .navbar-collapse.collapse {
      display: none!important;
      max-height: none;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav li {
      text-align: right;
      margin-right: 15px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: block;
      padding-bottom: 0;
  }
  .navbar-nav li.dropdown:not(.open) .dropdown-menu {
      padding: 0 !important;
  }
  .navbar-nav li.dropdown:not(.open) .dropdown-menu li {
      margin: 0 !important;
  }
 .navbar-nav .open .dropdown-menu li {
     max-height: 30px;
  }
  .navbar-nav .dropdown-menu li {
      max-height: 0;
      transition: max-height .3s ease-in-out;
      overflow-y: hidden;
  }
}

.movie {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 10px;
    border-radius: 8px;
    max-width: 100%;
}
.movie video {
    max-width: 100%;
    max-height: 100%;
}
/* MEDIA QUERIES */

/* Small devices (tablets, 768px and up) */
@media (max-width: 1199px) {
    .navbar-collapse {
        background: #fff;
        z-index: 1;
        position: relative;
        margin-top: 40px;
    }
    .movie {
        height: auto !important;
    }
}
@media (min-width: 1200px) {
    .movie.movie-align-left {
        float: left;
        margin-right: 15px;
    }
    .movie.movie-align-right {
        float: right;
        margin-left: 15px;
    }
    .dropdown:hover .dropdown-menu {
      display: block;
    }
    .navbar-nav {
        float: none;
        text-align: right;
        padding-top: 16px;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .aff-invcol .aff-invcol-image {
        margin-bottom: 1.25rem;
    }
    img.aff-highlightimg {
        margin-bottom: 15px;
        width: 100%;
    }
    img.aff-highlightimg-mobile {
        display: none !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .aff-description p:after {
        display: table;
        content: " ";
        clear: both;
    }
    article .rte img.alignright, article p img.alignright {
        float: right;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    article .rte img.alignleft, article p img.alignleft {
        float: left;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .aff-description img.alignleft, .aff-belowcontainer img.alignleft {
        float: left;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .aff-description img.alignright, .aff-belowcontainer img.alignright {
        float: right;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    article > .wp-caption.alignleft {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    article > .wp-caption.alignright {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-top: 15px  ;
    }
    h1 img.alignright, h2 img.alignright, h3 img.alignright, h4 img.alignright {
        float: right;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    h1 img.alignleft, h2 img.alignleft, h3 img.alignleft, h4 img.alignleft {
        float: left;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
