/*
Theme Name: Kostenlos
Theme URI: https://www.kostenlos.de/
Author: TriMeXa GmbH
Author URI: https://trimexa.de/
Description: Kostenlos redesign 2019
Version: 1.0
Text Domain: kostenlos
*/

/* GENERAL */
html {
    margin-top: 0px !important;
}

body {
    color: #333333;
    line-height: 1.6em;
    font-size: 14px;
    background-color: #F4F4F4;
}

/** FONTS **/
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/app/themes/kostenlos/webfonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/app/themes/kostenlos/webfonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/app/themes/kostenlos/webfonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/app/themes/kostenlos/webfonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body:before {
    position: absolute;
    content: ' ';
    height: 500px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(2,180,255,1) 0%, rgba(244,244,244,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(2,180,255,1) 0%,rgba(244,244,244,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(2,180,255,1) 0%,rgba(244,244,244,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02b4ff', endColorstr='#00f4f4f4',GradientType=0 ); /* IE6-9 */
    z-index: -1;
}

h1, h2, h3, h4, h5,
.h0, .h1, .h2, .h3, .h4, .h5 {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
    line-height: 1.6em;
}

.h0 { font-size: 40px; }
h1, .h1 { font-size: 22px; }
h2, .h2 { font-size: 18px; }
h3, .h3 { font-size: 16px; }
h4, .h4 { font-size: 14px; }

h1 a, .h1 a, h1 a:hover, .h1 a:hover,
h2 a, .h2 a, h2 a:hover, .h2 a:hover,
h3, .h3 a, h3 a:hover, .h3 a:hover,
h4 a, .h4 a, h4 a:hover, .h4 a:hover {
    color: inherit;
}

/** colors **/
.kl-blue {
    color: #09f;
}
.bg-kl-blue {
    background-color: #09f;
}

/** end colors **/


.title {
    font-weight: bold;
}

@media (max-width: 991px) {
    .h0 { font-size: 22px; }
    h1, .h1 { font-size: 18px; }
    h2, .h2 { font-size: 16px; }
    h3, .h3 { font-size: 14px; }
    h4, .h4 { font-size: 14px; }
}

.seperator {
    height: 1px;
    background-color: #F4F4F4;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -20px;
    margin-left: -20px;
}

[data-toggle="tooltip"] {
    border-bottom: 2px dotted;
}

#brand-logo {
    width: 235px;
    height: 49px;
}

#search-header {
    margin-top: 20px;
}

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

.wp-caption-text {
    text-align: center;
    font-style: italic;
    opacity: .5;
}

/* HELPER */
.mb-20 {
    margin-bottom: 20px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb--5 {
    margin-bottom: -5px !important;
}

.mb--10 {
    margin-bottom: -10px !important;
}

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

.cancelled {
    position: relative;
}

.cancelled:after {
    content: "";
    background: url(images/red_line.svg) no-repeat;
    width: 55px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 6px;
}

/* COLOR */

.textcolor.orange { color: #FF5E00 !important; }
.textcolor.blue { color: #0099FF !important; }

.background.white { background-color: #ffffff !important; }
.background.orange { background-color: #FF5E00 !important; }
.background.blue { background-color: #0099FF !important; }

.btn.orange,
.btn.cta {
    background: #ff5e00;
    background: -moz-linear-gradient(top, #ff5e00 0%, #ff9100 99%);
    background: -webkit-linear-gradient(top, #ff5e00 0%,#ff9100 99%);
    background: linear-gradient(to bottom, #ff5e00 0%,#ff9100 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e00', endColorstr='#ff9100',GradientType=0 );
    color: #FFFFFF !important;
}

.btn-orange-border {
    min-height: 35px;
    color: #007bff;
    border: 1px solid #007bff;
    min-width: 100px;
    text-align: left !important;
    padding-right: 5px;
    margin-bottom: 15px;
}

.btn.blue,
.btn.tag {
    background-color: #0099FF !important;
    color: #ffffff !important;
}

/* INPUTS */

.btn {
    border-radius: 5px;
}

.btn.cta {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.btn.tag {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.form-control {
    border-color: #CCCCCC;
    border-radius: 0;
}

input.form-control.coupon {
    font-family: "Montserrat", sans-serif;
    border-color: #CCCCCC;
    text-align: center;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0;
}

/* NAVIGATION */

@media (min-width: 992px) {
    .navbar-wrapper {
        z-index: 1000;
        position: fixed;
    }

    .navbar-collapse {
        max-width: 100% !important;
    }

    .header-actions form {
        max-width: 70%;
    }
}

@media (max-width: 991.98px) {
    .header-actions {
        display:flex !important;
        align-items:center;
        flex-wrap:nowrap !important;
        gap:.5rem;
        width:100%;
        padding-right:70px;
    }

    .header-actions form {
        flex:1;
        min-width:0;
        max-width:100%;
    }

    .header-actions .input-group {
        width:100%;
    }

    .header-actions .input-group .input-group-append {
        margin-left: -3px;
    }

    .navbar-toggler {
        position:absolute;
        height: 38px;
        right:0;
        top:-46px;
    }
}

.navbar-wrapper {
    position: relative;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}

.navbar-wrapper .container {
    padding: 0;
}

.navbar-wrapper .navbar-responsive-search-form .input-group-append {
    min-width: 42px;
}

.navbar #navbarText {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.navbar #navbarText .dropdown-item {
    font-weight: bold;
    color: #525252;
}
.navbar #navbarText .dropdown-item:hover {
    background-color: transparent;
}
.navbar i {
    color: #008eff;
}
.navbar ul.nav li a {
    color: #525252 !important;
}

.navbar ul.nav li a:hover,
.navbar ul.nav li.active a {
    color: #FF5E00 !important;
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar {
        padding: 1.5rem 1rem;
    }

    .navbar ul.nav li.menu-item a {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar ul.nav li.menu-item.menu-category-dropdown > a {
    padding-left: 0;
    padding-right: 10px;
}

ul.dropdown-menu {
    font-size: 14px;
    min-width: 300px;
}

ul.dropdown-menu li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

ul.dropdown-menu li {
    padding: 10px 15px;
}

/* HEADER */

header.entry-header {
    display: inline-block;
}

header.entry-header h1,
header.entry-header h2,
header.entry-header h3,
header.entry-header h4,
header.entry-header h5,
header.entry-header .entry-title-prefix {
    display: inline !important;
    padding: 0 !important;
}

/* SLIDESHOW */

.slider .owl-carousel {
    border-radius: 5px;
    overflow: hidden;
}

.slider .owl-caption {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
    .slider .owl-caption {
        max-height: 65px;
    }
}

@media (min-width: 992px) {
    .slider .owl-carousel {
        border-top-right-radius: 0;
    }
}

.slider .box {
    padding: 0;
}

.slider .owl-navigation {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
}

.slider ul {
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.slider ul li {
    padding: 20px;
    border-bottom: solid 1px #F4F4F4;
}

.slider ul li:last-child {
    padding: 20px;
}

.slider ul a:hover,
.slider ul a.active {
    color: #ffffff;
    text-decoration: none;
}

.slider ul a:hover li,
.slider ul a.active li {
    background: #ff5e00;
    background: -moz-linear-gradient(top, #ff5e00 0%, #ff9100 99%);
    background: -webkit-linear-gradient(top, #ff5e00 0%,#ff9100 99%);
    background: linear-gradient(to bottom, #ff5e00 0%,#ff9100 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e00', endColorstr='#ff9100',GradientType=0 );
}

/* CLOUD */

.cloud {
    margin-top: 16px;
}

.content .cloud {
    margin-top: 0;
}

.cloud .btn {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cloud .title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* CONTENT */

.box {
    padding: 20px;
    background-color: #ffffff;
    margin-top: 16px;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.05);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.05);
    border-radius: 5px;
}

.box.newsletter {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    background: -moz-linear-gradient(top, rgba(255,223,204,0) 0%, rgba(255,223,204,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,223,204,0) 0%,rgba(255,223,204,1) 100%);
    background: linear-gradient(to bottom, rgba(255,223,204,0) 0%,rgba(255,223,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffdfcc', endColorstr='#ffdfcc',GradientType=0 );
}

.box.newsletter:before {
    display: block;
    position: absolute;
    margin-right: 0;
    margin-left: 0px;
    left: 0;
    top: 0;
    content: " ";
    height: 10px;
    width: 100%;
    background: repeating-linear-gradient(-60deg, #FF5E00 10px, #FF5E00 60px, #ffffff 60px, #ffffff 80px, #0099ff 80px, #0099ff 130px, #ffffff 130px, #ffffff 150px);
}

.cashbackbox {
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.25);
}

.content .aligncenter {
    margin: 0 auto 20px auto;
    display: block;
    height: auto;
}

.content .btn.cta {
    display: block;
    margin: 0 auto;
    width: 400px;
    max-width: 100%;
}

.content img {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
}

/* POST OVERVIEW */
.post-thumbnail img.wp-post-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

/* POST */

article .meta {
    margin-top: -10px;
    margin-bottom: 20px;
    color: #777777;
}

article .meta .categories ul,
article .meta .rating ul {
    padding: 0;
    margin-bottom: 0;
}

article .meta .categories ul li,
article .meta .rating ul li {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
}

article .meta .categories ul li a {
    color: #777777;
}

article .meta .rating ul li.good a,
article .meta .rating ul li.good {
    color: #80C000;
}

article .meta .rating ul li.neutral a,
article .meta .rating ul li.neutral {
    color: #777777;
}

article .meta .rating ul li.bad a,
article .meta .rating ul li.bad {
    color: #FF5E00;
}

article .meta .rating ul li a {
    text-decoration-style: dotted;
}

article .meta .rating ul li i {
    margin-right: 5px;
}

article .meta .date {
    margin-top: 5px;
    font-size: 12px;
}

article .content ul {
    list-style: none;
}

article .content > ul,
article .content div > ul {
    padding-left: 20px;
    padding-right: 20px;
}

article .content li > ul,
article .content li > ul li {
    padding: 0;
    margin: 0 0 0 15px;
}

article .content ul li {
    margin: 10px 0 10px 15px;
}

article .content > ul li,
article .content div > ul li {
    margin: 10px 0 10px 15px;
}

article .content ul li::before {
    font-family: Arial;
    content: "\2022";
    color: #FF5E00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
/** fix for table of contents => No red dot in front, like normal li tags have */
body ul.ez-toc-list li::before {
    content: none;
}

article .content ul.check li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #80C000;
    font-weight: bold;
    display: inline-block;
    font-size: 150%;
    width: 40px;
    vertical-align: middle;
}

article .content > ul,
article .content div > ul {
    margin-left: -20px;
    margin-right: -20px;
}

article.top {
    position: relative;
}

article.top:before {
    z-index: 999;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06d";
    position: absolute;
    right: 16px;
    top: 0;
    background-color: #005cbf;
    padding: 32px 16px 16px 16px;
    background: #ff5e00;
    background: -moz-linear-gradient(top, #ff5e00 0%, #ff9100 99%);
    background: -webkit-linear-gradient(top, #ff5e00 0%,#ff9100 99%);
    background: linear-gradient(to bottom, #ff5e00 0%,#ff9100 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e00', endColorstr='#ff9100',GradientType=0 );
    color: #FFFFFF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

article.top .h1,
article.top h1 {
    min-height: 70px;
    display: block;
    padding-right: 55px;
}

/* COMMENTS */

.commentlist {
    padding-left: 0;
}

.comments .comment .content {
    padding: 20px;
    background-color: #F4F4F4;
    margin-top: 8px;
    margin-bottom: 8px;
}
.comments .comment .author-admin.content {
    background-color: #09f4;
}

.comments .comment .content p {
    margin-bottom: 0;
}

.comments .comment .date {
    color: #777777;
}

.comments .comment {
    margin-bottom: 20px;
}

.comments .navigation {
    margin-bottom: 20px;
}

#comments-pagination {
    margin-top: 20px;
}

#comments-pagination .page-item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

#comments-pagination .page-item:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

#comments-pagination .page-item:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

/* PAGINATION */

.pagination {
    padding: 0 !important;
    border-radius: 5px;
}

.pagination div {
    text-align: center;
}

.pagination div a {
    display: block;
    padding: 20px 0;
    font-weight: bold;
    color: #FF5E00;
}

.pagination .active a {
    color: #fff;
    background: #ff5e00;
    background: -moz-linear-gradient(top, #ff5e00 0%, #ff9100 99%);
    background: -webkit-linear-gradient(top, #ff5e00 0%,#ff9100 99%);
    background: linear-gradient(to bottom, #ff5e00 0%,#ff9100 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e00', endColorstr='#ff9100',GradientType=0 );
}

@media (max-width: 991px) {
    .pagination div.col {
        padding: 5px;
    }
}

/* SIDEBAR */

aside.box .title,
aside.box .widget-title {
    font-size: 18px;
    color: #FF5E00;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

aside.box article {
    margin-top: 20px;
}

aside.box article:after {
    display: block;
    height: 1px;
    content: ' ';
    background-color: #F4F4F4;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 20px;
}

aside.box article:last-child:after {
    display: none;
}

aside .content img {
    max-width: 100%;
    height: auto;
}

aside .cta {
    display: block;
}

.widget_tmx-kl-toplist-widget .content {
    margin-bottom: 10px;
}

/* PAGENAVI */
.wp-pagenavi {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.wp-pagenavi > span,
.wp-pagenavi > .disabled {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.wp-pagenavi > :first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.wp-pagenavi > :last-child {
    margin-left: -1px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.wp-pagenavi .current {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.wp-pagenavi > a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* FOOTER */

.footer {
    background-color: #333333;
    margin-top: 32px;
    padding-top: 32px;
}

.footer p,
.footer a {
    color: #ffffff;
}

.footer a {
    text-decoration: underline;
    font-weight: bold;
}

.footer ul {
    padding-left: 10px;
    padding-right: 20px;
    list-style: none;
    margin-bottom: 32px;
}

.footer ul li {
    margin: 10px 0;
}

.footer ul li::before {
    font-family: Arial;
    content: "\2022";
    color: #FF5E00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.footer li a {
    font-weight: normal;
    text-decoration: none;

}

.footer .h2 {
    text-transform: uppercase;
    color: #ffffff;
}

/* LAST MINUTE */

.lastminute .box {
    background: #ff5e00;
    background: -moz-linear-gradient(top, #ff5e00 0%, #ff9100 99%);
    background: -webkit-linear-gradient(top, #ff5e00 0%,#ff9100 99%);
    background: linear-gradient(to bottom, #ff5e00 0%,#ff9100 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e00', endColorstr='#ff9100',GradientType=0 );
    color: #FFFFFF;
    padding: 10px 20px 10px 20px;
}

.lastminute .box i {
    font-size: 35px;
    margin-top: 10px;
}

/* ADS */
.advads-ueber-content-2 ins,
.advads-im-footer ins {
    max-width: 100% !important;
    width: 100% !important;
}
.advads-ueber-content-2 ins iframe,
.advads-im-footer ins iframe {
    max-width: 100% !important;
}
.advads-infeed,
.advads-das-koennte-sie-auch-interessieren,
.advads-ueber-content-2,
.advads-im-feed-vor-dem-3-beitrag,
.advads-im-feed-vor-dem-5-beitrag,
.advads-infeed,
.advads-im-feed-vor-dem-10-beitrag
 {
    margin-top: 16px;
}

/* NL ABO */

#kl-whatsapp-abo-wrapper {
    border: solid 1px #18437d;
    border-radius: 4px;
    background-color: #376dba;
    background-size: 150% auto;
    padding: 30px 30px 180px;
    margin-bottom: 220px;
}

.page-template-kl-nl-abo #kl-whatsapp-abo-wrapper {
    padding: 30px 30px 135px;
    margin-bottom: 80px;
}

.kl-go-benefits li:before{
    font-family: FontAwesome;
    content: "\f00c";
    color: #8bc73d;
    padding-right: 15px;
}
.kl-go-benefits span{
    font-weight: 700;
}
.newsletter-box-wrapper{
    position: absolute;
    margin-top: 20px;
}
.whatsapp-label{
    position: absolute;
    width: 50%;
    top: -40px;
    left: -60px;
}
.whatsapp-svg{
    -webkit-filter: drop-shadow( 2px 2px 0 rgba(0, 0, 0, 0.3) );
    filter: drop-shadow( 2px 2px 0 rgba(0, 0, 0, 0.3) );

}
#kl-free-deals-alert{
    padding-right: 105px;
    position: relative;
}
#kl-free-deals-icon{
    font-size: 6em;
    position: absolute;
    right: 10px;
    top: 10px;
}

#kl-free-deals-newsletter {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.kl-free-deals-newsletter-header {
    clear: both;
    background-position: center;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 10px;
    background: repeating-linear-gradient(-60deg, #F4721C 10px, #F4721C 60px, #ffffff 60px, #ffffff 80px, #3B70B2 80px, #3B70B2 130px, #ffffff 130px, #ffffff 150px);
}

.newsletter-mobile-heading{
    font-size: 18px;
    color: #f4721c;
}

#kl-free-deals-newsletter p:first-child {
    font-size: 18px;
    color: #f4721c;
}

.kl-coupon-promo .form-control{
    height: 50px;
    font-size: 20px;
    background: #fff;
    text-align: center;
}
.kl-coupon-promo p{
    color: #fff;
}
#kl-whatsapp-danke-wrapper{
    border: solid 1px #18437d;
    border-radius: 4px;
    background: #376dba url(images/shine_transparent.png) no-repeat 0;
    background-size: 100% auto;
    padding: 15px;
    margin-bottom: 20px;
}
.magazin-abo-single-box{
    padding-bottom: 15px;
}

.magazin-abo-single-box img{
    border-radius: 4px 4px 0 0;
}
.magazin-abo-single-box p{
    background: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    line-height: 1.6;
    margin: 0;
}
.magazin-abo-single-box .deal-button{
    border-radius: 0 0 4px 4px;
    padding: 8px;
}

.magazin-abo-single-box img {
    width: 100% !important;
}
.magazin-abo-single-box .old-abo-price{
    position: relative;
}
p.danke-magazine-title {
    font-weight: bold;
    padding-bottom: 0;
    color: #f4721c;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kl-results-magazin #entries-magazin .magazin-articel{
    padding: 0;
    width: 100%;
    max-height: initial;
    float: none;
}
#kl-results-magazin #entries-magazin .magazin-wrapper{
    min-height: auto;
}
.magazin-abo-top:after{
    background: url(images/newsletter-top-badge.png) no-repeat;
    content: "";
    position: absolute;
    width: 104px;
    height: 104px;
    right: 15px;
    top: 16px;
}

/* MAGAZINE */

.magazine article.box .borderless img {
    width: 100%;
}

@media (max-width: 991px) {

    .magazine article.box .borderless img {
        min-width: 100%;
    }

    .magazine article.box .borderless.mb-20 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {

    .magazine article.box .borderless img {
        object-fit: cover;
    }

    .magazine article.box .borderless {
        overflow: hidden;
    }

    .magazine article.box .content p {
        max-height: 135px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        height: 5.4em;
        line-height: 1.8em;
    }

    .magazine article.box .h2 {
        display: block;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .magazine article.box .borderless {
        overflow: hidden;
    }

    .magazine article.box .content {
        overflow: hidden;
    }
}

.tmx-saap-adlabel {
    display: none;
}

.filter-dropdown-icon {
    display: inline-block;
    width: 15px;
    margin-left: 10px;
}
.cookie-bookmark-this:checked +.filter-link[data-crossed='true'] {
    text-decoration: line-through;
}
.cookie-bookmark-this:checked +.filter-link[data-strong='true'] {
    font-weight: 700;
}
.cookie-bookmark-this:checked +.filter-link[data-italic='true'] {
    font-style: italic;
}

.kl-topdeals-slider-nav > a {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    line-height: 36px;
    margin-top: -20px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    background-color: #f4721c;
}
@media (max-width: 767px) {
    .kl-topdeals-slider-nav > a {
        top: 55%;
    }
}
.kl-topdeals-slider-nav-right {
    right: 0;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.kl-topdeals-slider-nav-left {
    left: 0;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.printmedien-nl-box {
    text-align: center;
}
@media (min-width: 550px) {
    .printmedien-nl-box img {
        max-width: 400px !important;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .page-template-kl-gewinnspiel-mit-frage div.input-group input.user-answer {
        width: 100%;
        margin-bottom: 10px;
        margin-left: -1px;
    }
}

.single-post table {
    margin-bottom: 15px;
}

article.status-expired {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

/**
 * Layout-Shift fixes mainly desktop and a little mobile for owl-carousel
 */

.home .slider > .col-12,
.home .slider .position-relative {
    min-height: 100%;
    margin-top: 16px;
}

@media(min-width: 1200px) {
    .home .slider {
        min-height: 505px;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
    .home .slider {
        min-height: 433px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .home .slider {
        min-height: 360px;
    }
}
@media(min-width: 576px) and (max-width: 767px) {
    .home .slider {
        min-height: 285px;
    }
}
@media(max-width: 575px) {
    .home .slider {
        min-height: 235px;
    }
}

@media(min-width: 1200px) {
    .navbar-brand {
        min-height: 60px;
    }

    .navbar-form > .input-group {
        width: 250px;
        height: 38px;
    }
    .navbar-form > .input-group .input-group-append button.btn {
        width: 42px;
        height: 38px;
    }

    .top-5-item {
        min-height: 380px;
    }
    .widget_tmx-kl-toplist-widget {
        min-height: 2100px;
    }
}

/** mobile Navbar **/
@media(max-width: 991px) {
    .navbar-wrapper {
        min-height: 130px;
    }
}



/**
 * Layout-Shift fixes end
 */
.owl-carousel img.lazyload {
    height: 1px;
}


@media(min-width: 768px) {
    .currently-popular {
        width: 150px;
    }

    .content .yarpp-img{
        width: 150px;
        height: 150px;
    }
}

article .content ul .currently-popular::before {
    display: none;
}

.content .yarpp-img{
    width: 100%;
}

.awin {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 610px;
    margin: 0;
}

.awin iframe {
    height: 100%;
    width: 300px;
}
/* TMX Comments Styles */
.panel.comment-helpful .panel-body:first-child {
    padding-bottom: 0;
}

.panel.comment-helpful .comment-helpful-info {
    margin-bottom: 0;
}

