/*
Theme Name: MonsterDealz
Theme URI: http://www.monsterdealz.de/
Author: TriMeXa GmbH
Author URI: https://trimexa.de/
Description: Monsterdealz Responsive Theme 2016 based on Bootstrap 3
Version: 2.0
Text Domain: monsterdealz
*/

/**
 * Loading Animation
 */
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

/**
 * General
 */
html,
body {
    min-height: 100%;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
}

a:link,
a:hover,
a:visited,
a:active {
    color: #e42828;
    text-decoration: none;
}

a.btn-danger,
a.btn-red,
a.btn-primary,
a.btn-success,
a.btn-info,
a.btn-grey {
    color: #fff;
}

.entry-content a.btn:link,
.entry-content a.btn:active,
.entry-content a.btn:visited {
    color: #fff;
    font-size: normal;
    text-decoration: none;
}

.entry-content a.btn:hover {
    color: #fff;
    font-size: normal;
    text-decoration: none;
}

.entry-content a:link,
.entry-content a:active,
.entry-content a:visited {
    color: #e42828;
    font-weight: bold;
    text-decoration: none;
}

.entry-content a:hover {
    color: #e42828;
    text-decoration: underline;
}

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    color: #4d4d4d;
    background-color: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4d4d4d;
}

iframe {
    border: 0;
}
/**
 * Helper
 */
.no-margin {
    margin: 0 !important;
}
.max-text-lines-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/**
 * Common
 */
.modal-backdrop {
    height: 100%;
    z-index: 10;
    position: fixed;
}

.clear {
    clear: both;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.padding {
    padding: 15px;
}

.padding-top {
    padding-top: 15px;
}

.padding-bottom {
    padding-bottom: 15px;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-small {
    margin-top: 5px;
}

.margin-left {
    margin-left: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
    .margin-bottom-md {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .margin-bottom-xs {
        margin-bottom: 10px;
    }
}

.full-width {
    width: 100%;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.alignleft,
img.alignright {
    margin: 5px;
}

.type-post .entry-title,
.entry-title-prefix,
.type-beratung .entry-title,
.type-userdeal .entry-title,
.type-bonus .entry-title,
.type-tagesdeals .entry-title,
.entry-title a,
h1.entry-title {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
}

.entry-title {
    line-height: 1.6;
}

@media (max-width: 767px) {
    .type-post .entry-title,
    .entry-title-prefix,
    .type-beratung .entry-title,
    .type-userdeal .entry-title,
    .type-bonus .entry-title,
    .type-tagesdeals .entry-title,
    .entry-title a,
    h1.entry-title {
        font-size: 14px;
    }
}

/**
 * Buttons
 */
.btn {
    border-radius: 4px !important;
}

.btn-round {
    min-width: 17px;
    max-width: 17px;
    min-height: 17px;
    max-height: 17px;
    line-height: 1;
    border-radius: 100%;
    padding: 0;
    border: none;
    font-size: 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.btn-orange {
    color: #ffffff;
    background-color: #f4721c;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    color: #ffffff;
    background-color: #f57f32;
}

.btn-orange:active {
    background-image: none;
}

.label-green,
.btn-green {
    color: #ffffff;
    background-color: #95c501;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    color: #ffffff;
    background-color: #81AB00;
}

.btn-green:active {
    background-image: none;
}

.label-red,
.btn-red {
    color: #ffffff;
    /*background-color: #c91b1b;*/
    background: #e22727;
    background: -moz-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: -webkit-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: linear-gradient(to bottom, #e22727 0%, #c61a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22727', endColorstr='#c61a1a', GradientType=0);
    border: solid 1px #c51919;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #ffffff;
    background: #b81414;
}

.label-grey,
.btn-grey {
    color: #ffffff;
    background-color: #808080;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active {
    color: #ffffff;
    background-color: #777;
}

.btn-grey:active {
    background-image: none;
}

.btn-dark-blue {
    color: #ffffff;
    background-color: #16437c;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active {
    color: #ffffff;
    background-color: #2f5589;
}

.btn-dark-blue:active {
    background-image: none;
}

.btn-brown {
    color: #ffffff;
    background-color: #4d4d4d;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active {
    color: #ffffff;
    background-color: #807360;
}

.btn-brown:active {
    background-image: none;
}

.btn-lightbrown {
    color: #000;
    background-color: #f6f2e6;
}

.btn-lightbrown:hover,
.btn-lightbrown:focus,
.btn-lightbrown:active {
    color: #000;
    background-color: #ECE8DA;
}

.btn-lightbrown:active {
    background-image: none;
}

.btn-black {
    color: #ffffff;
    background-color: #000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    color: #ffffff;
    background-color: #444;
}

.btn-black:active {
    background-image: none;
}

.btn-cyan {
    color: #ffffff;
    background-color: #62c1d5;
}

.btn-dark-orange {
    color: #ffffff;
    background-color: #f64000;
}

.no-button {
    background: transparent;
    border: none;
}

.no-button:focus {
    outline: 0;
}

/**
 * Badges
 */
.badge-success {
    background-color: #53B44F;
}

.badge-warning {
    background-color: #E78C05;
}

.badge-danger {
    background-color: #D13C38;
}

.badge-info {
    background-color: #12A9DA;
}

.badge-inverse {
    background-color: #4D370C;
}

/**
 * Bootstrap Image Fix
 */
.img-responsive:not(.avatar),
.thumbnail > img:not(.avatar),
.thumbnail a > img:not(.avatar),
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    max-height: 100%;
}

/**
 * Navbar
 */
.navbar {
    border-color: #e6e6e6;
    min-height: 60px;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.navbar-white {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

.navbar-white .navbar-brand {
    display: block;
    height: 40px;
    width: 40px;
    background: url(images/logo.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: 10px;
    left: 10px;
    margin-right: 20px;
}

.navbar-white .navbar-brand:hover {
    opacity: 0.8;
}

.navbar-white .navbar-text {
    color: #4d4d4d;
}

.navbar-white .navbar-nav > li > a {
    color: #4d4d4d;
    text-decoration: none;
    line-height: 60px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-white .navbar-nav > li > a {
        padding: 0 20px;
    }
}

.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
    color: #4d4d4d;
    background-color: #EFEFEF;
}

.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {
    border-bottom: 5px solid #e42828;
    height: 60px;
}

@media (max-width: 767px) {
    .navbar-white .navbar-nav > .active > a,
    .navbar-white .navbar-nav > .active > a:hover,
    .navbar-white .navbar-nav > .active > a:focus {
        height: 40px;
    }

    .navbar-white .navbar-nav > li > a {
        line-height: 40px;
        font-size: 16px;
    }
}

.navbar-white .navbar-nav .dropdown-menu a,
.navbar-white .navbar-nav .dropdown-menu a:hover,
.navbar-white .navbar-nav .dropdown-menu a:focus,
.navbar-white .navbar-nav > .open > a,
.navbar-white .navbar-nav > .open > a:hover,
.navbar-white .navbar-nav > .open > a:focus {
    color: #4d4d4d;
    background-color: #FFF;
}

.navbar-white .navbar-nav .dropdown-menu,
.navbar-white .navbar-nav > .open > .dropdown-menu {
    color: #4d4d4d;
    background-color: #FFF;
}

.dropdown-menu > li > a,
.navbar-white .navbar-nav .dropdown-menu > li > a,
.navbar-white .navbar-nav .open .dropdown-menu > li > a {
    color: #4d4d4d;
    text-decoration: none;
}

.navbar-white .navbar-nav .dropdown-menu li > a:hover,
.navbar-white .navbar-nav .dropdown-menu li > a:focus,
.navbar-white .navbar-nav .open .dropdown-menu li > a:hover,
.navbar-white .navbar-nav .open .dropdown-menu li > a:focus {
    color: #4d4d4d;
    background-color: #EFEFEF;
}

.navbar-white .navbar-nav .dropdown-menu > .active > a,
.navbar-white .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-white .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-white .navbar-nav .open .dropdown-menu > .active > a,
.navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #4d4d4d;
    background-color: #EFEFEF;
    text-decoration: none;
}

.navbar-white .navbar-toggle {
    border-color: #e6e6e6;
}

.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus {
    background-color: #EFEFEF;
}

.navbar-white .navbar-toggle .icon-bar {
    background-color: #EFEFEF;
}

.navbar-white .navbar-collapse,
.navbar-white .navbar-form {
    border-color: #e6e6e6;
}

.navbar-responsive-search-form {
    margin: 15px 0;
}

#mon-user-navbar .fa {
    margin-right: 5px;
    min-width: 15px;
}

#searchform input {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    width: 200px;
}

#searchform .btn {
    padding: 0 6px;
    line-height: 30px;
    height: 30px;
}

#searchform .btn.btn-link.search {
    color: #b81414;
    font-size: 16px;
}

#searchform .btn.btn-link.search:hover {
    color: #000;
}

.navbar .app-icons {
    padding-top: 6px;
}

.navbar .amazon-ico, .navbar .android-ico, .navbar .apple-ico, .navbar .windows-ico {
    display: inline-block;
    background: url(images/nav-app-icons.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: right;
    float: right;
    margin-left: 5px;
}

.navbar .app-icons .amazon-ico {
    background-position: -19px -0px;
    width: 17px;
    height: 17px;
}

.navbar .app-icons .android-ico {
    background-position: -19px -18px;
    width: 17px;
    height: 17px;
}

.navbar .app-icons .apple-ico {
    background-position: -19px -36px;
    width: 17px;
    height: 17px;
}

.navbar .app-icons .windows-ico {
    background-position: -19px -54px;
    width: 17px;
    height: 17px;
}

.navbar .app-icons .amazon-ico:hover {
    background-position: -1px -0px;
    width: 17px;
    height: 17px;
}

.navbar .app-icons .android-ico:hover {
    background-position: -1px -18px;
    width: 17px;
    height: 17px;
}

.navbar .app-icons .apple-ico:hover {
    background-position: -1px -36px;
    width: 17px;
    height: 17px;
}

.navbar .app-icons .windows-ico:hover {
    background-position: -1px -54px;
    width: 17px;
    height: 17px;
}

.ud-add {
    display: none;
}

@media (min-width: 768px) {
    .navbar-white .navbar-right {
        padding-right: 0;
    }

    .navbar-white .navbar-nav .dropdown:hover ul.dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar {
        min-height: 0;
        border: none;
        margin: 0 0 15px 0;
    }

    .navbar-white .navbar-collapse {
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .navbar #searchform {
        border: 0;
        margin: 10px 0;
        padding: 0;
    }

    .navbar .navbar-collapse.in {
        overflow-y: visible !important;
    }

    .post-type-archive-userdeal .ud-add,
    .single-userdeal .ud-add {
        display: block;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-right.ud-add-inline {
        margin-right: 30px;
    }
}

/**
 * Navbar Category Button
 */
nav.navbar .menu-category-dropdown {
    border-left: 0 !important;
}

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

/**
 * Progress Buttons
 */
@-webkit-keyframes btn_progress_animation {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes btn_progress_animation {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes btn_progress_animation {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes btn_progress_animation {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.btn-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.btn-progress:hover,
.btn-progress:active,
.btn-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.btn-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: btn_progress_animation 1s ease-in-out infinite;
    -moz-animation: btn_progress_animation 1s ease-in-out infinite;
    -o-animation: btn_progress_animation 1s ease-in-out infinite;
    animation: btn_progress_animation 1s ease-in-out infinite;
}

.btn-default.btn-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.btn-progress:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
}

.btn-sm.btn-progress:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.btn-xs.btn-progress:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}

/**
 * Dropdown
 */
.dropdown-hover:hover ul.dropdown-menu {
    display: block;
    margin-top: 0px
}

/**
 * Gray tabs
 */
.nav-tabs-gray > li > a {
    color: #fff;
    background-color: #c4c4c4;
    line-height: 40px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-tabs-gray > li > a {
        padding: 10px 10px;
    }
}

.nav-tabs-gray > li.active > a {
    color: #333;
    background-color: #fff;
}

.nav-tabs-gray > li > a:hover {
    color: #333;
    background-color: #fff;
    border-bottom-color: #fff
}

.nav-tabs-gray > li.active > a:hover,
.nav-tabs-gray > li.active > a:focus {
    color: #333;
    background-color: #fff;
}

/**
 * Widgets
 */
aside.widget iframe {
    width: 100%;
}

aside.widget .widget-footer {
    border-top: 3px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    padding-top: 10px;
}

/**
 * Asterix
 */
.asterix {
    color: #ff0000;
}

/**
 * Avatar
 */
img.avatar {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.comment .thumbnail {
    margin-bottom: 0;
    padding: 10px;
}

.comment img.avatar {
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    width: 100%;
}

/**
 * Header
 */

@media (max-width: 767px) {
    #header .site-branding {
        width: 100%;
    }
}

#header .site-title {
    width: 350px;
    height: 56px;
    background: url('images/monsterdealz_logo.png') no-repeat;
    background-size: contain;
    margin: 30px 0;
}

@media (max-width: 767px) {
    #header .site-title {
        width: 100%;
        margin: 20px 0;
        background-position: center center;
        background-size: 100%;
        background-size: contain;
    }
}

#header .project-more {
    color: #efafaf;
    margin-right: 20px;
}

#header .project {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: normal !important;
}

#header .project:hover {
    color: #efefef;
}

#header .project i {
    position: absolute;
    left: 0;
    top: 1px;
    background: url(images/sprite.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: cover;
    border-radius: 50%;
}
#header .custom-project i {
    background: url(images/urlaubsnavi.png) no-repeat;
    background-position: 50% 45%;
    background-size: 95%;
    border-radius: 0;
}

.project-1 i {
    background-position: 0 0 !important;
}

.project-2 i {
    background-position: 0 -28px !important;
}

.img-monsterdealz-header {
    margin-right: 30px;
    margin-top: 14px;
    position: relative;
    max-width: 140px;
    max-height: 125px;
}

/**
 * Header Mobile
 */
.header-bar-mobile .logo {
    width: 100%;
    max-width: 50%;
    margin: 0 15px;
}

.header-bar-mobile .site-branding {
    width: 100%;
    height: 30px;
    background: url('images/monsterdealz_logo.png') no-repeat 0;
    background-size: contain;
    margin: 10px 0;
}

.header-bar-mobile .menu,
.header-bar-mobile .user {
    line-height: 49px;
    font-size: 20px;
    text-align: center;
    width: 50px;
    cursor: pointer;
}

.header-bar-mobile .menu:hover,
.header-bar-mobile .user:hover {
    background-color: #e6e6e6;
}

.header-bar-mobile .menu {
    /*border-right: 1px solid #998D7C;*/
}

/**
 * Comments
 */
.commentformbox > #respond {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

/**
 * Header Bar
 */
.header-bar {
    background-color: #c91b1b;
    color: #fff;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
}

.header-bar-inner {
    padding: 0 30px;
}

.header-bar li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}

.header-bar .pull-right {
    padding: 0;
    margin: 0 0 0 15px;
}

.header-bar .pull-right a {
    color: #fff;
    text-decoration: none;
}

.header-bar a:hover {
    color: #efefef;
}

#header .pull-right .fa{
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

#header .pull-right .fo-md_coin {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-left: 1px;
}
.mon_coin_wrapper{
    line-height: 1;
}
.header-bar #loginform {
    position: absolute;
    top: 0;
    right: 15px;
    width: 410px;
    height: 70px;
    background-color: #e6e6e6;
    padding: 15px 5px;
    text-align: center;
    border-radius: 0 0 2px 2px;
    font-size: 0;
}

.header-bar #loginform.logged-in {
    height: inherit;
}

.header-bar #loginform.logged-in .btn {
    text-align: center;
    border-radius: 2px;
}

.header-bar #loginform.logged-in .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.header-bar #loginform .form-control {
    width: 100%;
}

.header-bar #loginform .form-group,
.header-bar #loginform .login-footer > div {
    width: 33.3333%;
}

.header-bar #loginform .login-footer > div {
    display: inline-block;
    font-size: 12px;
}

.header-bar #loginform .form-control,
.header-bar #loginform .btn {
    width: 94%;
}

.header-bar #loginform a {
    display: block;
    width: 94%;
    margin: auto;
    color: #F6F2E6;
    text-align: left;
}

.header-bar #loginform .row > div {
    line-height: 20px;
    font-size: 11px;
}

.header-bar #loginform .checkbox label span {
    position: relative;
    top: -1px;
    font-size: 10px;
    text-decoration: underline;
}

.header-bar #loginform .checkbox label input {
    margin: 0;
    position: relative;
    top: 2px;
}

/**
 * Header-Bar Mobile
 */
.header-bar-mobile {
    color: #4d4d4d;
    height: 50px;
    border-bottom: 1px solid #efefef;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

/**
 * Footer
 */
#footer .footer-bottom {
    font-size: 90%;
    padding: 0 15px;
    margin-top: 30px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-radius: 4px 4px 0 0;
    background-color: #f7f7f7;
}

#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
    color: #4d4d4d;
    font-weight: 400;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline !important;
}

#footer .container-fluid .col-md-4 {
    padding: 0 30px;
    border-left: 1px solid #7E7260;
    border-right: 1px solid #7E7260;
}

#footer .container-fluid .col-md-4:first-child,
#footer .container-fluid .col-md-4:last-child {
    border: none;
}

.footer-section-title {
    display: block;
    color: #fff;
    margin-bottom: 20px;
}

.footer-newsletter-label {
    position: absolute;
    margin-top: -110px;
    margin-left: -50px;
}

.footer-newsletter-info {
    margin-bottom: 30px;
}

.footer-icon-list {
    padding: 0;
    margin-top: 10px;
}

#footer .row > div {
    text-align: left;
}

nav.menu-footermenue-container {
    display: inline-block;
    float: right;
}

#footer .footer-icon-list a:hover {
    text-decoration: none !important;
}

.footer-icon {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 26px;
    border-radius: 50%;
    background: #7E7260;
    color: #4d4d4d;
    text-align: center;
}

.footer-icon:hover {
    background: #95c501;
    color: #fff;
}

#footer .footer-logo {
    text-align: center;
    background: #50402a;
    background: -moz-linear-gradient(left, #4d4d4d 0%, #8C806D 50%, #4d4d4d 100%);
    background: -webkit-linear-gradient(left, #4d4d4d 0%, #8C806D 50%, #4d4d4d 100%);
    background: linear-gradient(to right, #4d4d4d 0%, #8C806D 50%, #4d4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#4d4d4d', GradientType=1);
    padding: 15px 0;
    margin-top: 30px;
}

#footer .footer-logo img {
    max-width: 100%;
}

#footer .footer-bottom {
    line-height: 50px;
}

#menu-footer-bottom {
    padding-left: 0;
    margin: 0;
}

#menu-footer-bottom li {
    display: inline-block;
}

#menu-footer-bottom li:after {
    content: " -";
}

#menu-footer-bottom li:last-child:after {
    content: "";
}

#menu-footer-bottom li a {
    font-weight: bold;
}

#footer .footer-newsletter {
    max-width: 200px;
}

#footer .footer-newsletter .btn-footer-newsletter {
    background-color: #7E7260;
    color: #fff;
}

@media (max-width: 991px) {
    #footer .footer-newsletter-label {
        display: none;
    }

    #footer {
        margin-top: 20px;
    }

    #footer .container-fluid .col-xs-12,
    #footer .col-md-4 {
        margin-top: 30px;
        border: none;
    }

    #footer .col-xs-12:first-child {
        margin-top: 0;
    }
}

/**
 * Newsletter
 */
#newsletter-cat-list ul, #newsletter-cat-list li {
    list-style: none;
}

#newsletter-cat-list label {
    font-weight: normal;
}

/**
 * Box
 */
#page-container .box {
    border: 1px solid #e6e6e6;
}

.box {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.box-solid {
    border-radius: 0;
}

.box:before,
.box:after {
    display: table;
    content: " ";
}

.box:after {
    clear: both;
}

/**
 * Align
 */

/**
 * Post
 */
article.type-post,
article.type-bonus,
article.type-userdeal,
article.type-tagesdeals,
article.type-magazin{
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #e6e6e6;
}

article.type-bonus {
    border: none;
}

body:not(.single) article.type-post,
body:not(.single) article.type-userdeal,
body:not(.single) article.type-magazin {
    padding-bottom: 40px;
}

/*article .entry-content img:not(.emoji),
article .entry-content table,
article .entry-content tr,
article .entry-content td,
article .entry-content th {
    width: auto;
    height: auto;
}*/

article.entry-content ul {
    padding-left: 0;
    list-style-type: none;
}

article.entry-content li {
    line-height: 1.4;
}

article.entry-content li:before {
    content: '\2022';
    margin-right: 5px;
}

article.type-bonus .bonus-deal-content {
    background-color: #ffffff;
    margin: 0 15px;
    padding-bottom: 15px;
}

article.bonus-deal-intro {
    margin-bottom: 20px;
}

.bonus-deal-info {
    text-align: center;
}

article.bonus-deal-intro .tab-content {
    background-color: #ffffff;
}

article.bonus-deal-intro .tab-pane {
    padding: 15px;
}

article.bonus-deal-intro #thumb_preview {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 15px;
}

article img.align-left {
    padding-right: 10px;
}

article img.align-right {
    padding-left: 10px;
}

article .deal-button,
article .read-more,
article .unfold {
    position: relative;
    text-align: left;
    font-weight: 300 !important;
    margin-top: 0 !important;
    font-size: 14px;
    color: #fff;
}

article .deal-button:hover,
article .read-more:hover,
article .unfold:hover {
    color: #fff;
}

article .deal-button i,
article .read-more i,
article .unfold i {
    position: absolute;
    right: 10px;
    line-height: 1.42857143;
}

@media (max-width: 500px) {
    article .entry-thumbnail-column .deal-button {
        padding: 5px 10px;
        font-size: 11px;
        line-height: 1.5;
        border-radius: 3px;
        text-align: center;
    }

    article .entry-thumbnail-column .deal-button i {
        display: none;
    }
}

@media (max-width: 350px) {
    article .entry-thumbnail-column .deal-button {
        padding: 1px 5px;
        font-size: 11px;
        line-height: 1.5;
        border-radius: 3px;
        text-align: center;
    }
}

article .entry-footer {
    margin-top: 20px;
}

article .entry-footer > div {
    padding-left: 10px;
    padding-right: 10px;
}

article .entry-footer > div:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

article .entry-footer .post-views {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    padding: 6px 10px 6px 10px;
    height: 34px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

@media (max-width: 1200px) and (min-width: 1024px) {
    article .entry-footer .post-views {
        font-size: 11px;
    }
}

article .entry-footer .post-views strong {
    color: #e42828;
}

article .entry-footer .post-views .fa {
    width: 12px;
    text-align: left;
}

.entry-content-column p:before,
.entry-content-column p:after {
    display: table;
    content: " ";
}

.entry-content-column p:after {
    clear: both;
}

.archive .page-header,
.type-page .page-header {
    margin-top: 0;
}

.archive .page-header {
    margin-bottom: 0;
}

.archive .entry-title,
.type-page .entry-title {
    display: block;
}

.type-post .entry-title,
.type-magazin .entry-title,
.entry-title-prefix,
.type-beratung .entry-title,
.type-userdeal .entry-title,
.type-bonus .entry-title,
.type-tagesdeals .entry-title {
    margin-top: 0;
    display: inline;
}

.entry-title a,
h1.entry-title {
    color: #666;
    font-weight: 600;
    text-decoration: none;
}

.entry-title a:hover,
h1.entry-title:hover {
    color: #000;
}

.entry-title > a:hover,
.entry-title > a:active {
    text-decoration: none;
}

.entry-title-no-desc {
    margin: 0;
    padding: 0;
    border: 0;
}

.entry-meta {
    margin-top: 5px;
}

.entry-meta img.avatar {
    margin-bottom: 3px;
}

.tmx_favorite,
.tmx_favorite:hover {
    color: #777 !important;
    text-decoration: none;
}

.entry-title-prefix {
    font-weight: 700;
    font-weight: 400;
    color: #e42828;
}

.entry-title-prefix-expired {
    color: #ccc;
}

.entry-title-prefix-top {
    color: #e74c3c;
}

.entry-title-prefix-userdeal {
    color: #018dc5;
}

.type-page .entry-content {
    border-top: 0;
    padding-top: 0;
}

article header .row {
    margin-bottom: 5px;
}

.type-post .entry-content,
.type-userdeal .entry-content,
.type-beratung .entry-content,
.type-tagesdeals .entry-content {
    /*margin-right: 15px;*/
    clear: both;
    padding: 15px 0;
}

.single .type-post .entry-content-column > .entry-content,
.single .type-userdeal .entry-content-column > .entry-content,
.single .type-beratung .entry-content-column > .entry-content,
.single .type-tagesdeals .entry-content-column > .entry-content,
.single .type-magazin .entry-content-column > .entry-content,
.unfolded.type-post .entry-content-column > .entry-content,
.unfolded.type-userdeal .entry-content-column > .entry-content,
.unfolded.type-beratung .entry-content-column > .entry-content,
.unfolded.type-tagesdeals .entry-content-column > .entry-content {
    margin-top: 15px;
    border-top: 3px solid #eee;
}

.type-post .entry-content blockquote > p:first-child {
    margin-top: 0;
}

.type-post .entry-content img,
.type-userdeal .entry-content img
.type-bonus .entry-content img,
.type-beratung .entry-content img,
.type-tagesdeals .entry-content img,
.type-magazin .entry-content img{
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

.entry-content-preview {
    min-height: 57px;
    margin-top: 5px;
}

.entry-thumbnail-column,
.entry-content-column {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}

.entry-content-column {
    overflow: hidden;
    margin-right: 0px;
    word-break: break-word;
}

.entry-content-column:after {
    clear: both;
}

.entry-thumbnail-column {
    min-width: 185px;
    width: 160px;
    padding-right: 0;
    float: left;
}

.single .entry-thumbnail-column {
    min-width: 200px;
    width: 200px;
    margin-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single .userdeal .entry-thumbnail-column {
        min-width: 120px;
        width: 120px;
        margin-right: 0px;
    }
}

.single .entry-content-column {
    margin-right: 0;
}

.entry-thumbnail-column h4 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    font-weight: 100;
    margin-top: 20px;
}

.list-thumbnail-fixed {
    position: relative;
    min-width: 165px;
    width: 165px;
    min-height: 165px;
    height: 165px;
    margin: 0 auto 10px auto;
    border-radius: 0;
    overflow: hidden;
}

.list-thumbnail-fixed > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .entry-thumbnail-column {
        min-width: 125px;
        width: 100px;
    }

    .list-thumbnail-fixed {
        position: relative;
        min-width: 105px;
        width: 105px;
        min-height: 105px;
        height: 105px;
    }

    article .deal-button,
    article .read-more {
        font-size: 1em;
    }

    article .dealprice {
        font-size: 24px;
    }

    article .dealprice.userdeal {
        max-width: 105px;
        font-size: 18px;
    }
}

.author-box h2 {
    margin: 0 0 10px 0;
    color: #4d4d4d;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    color: #e42828;
}

.author-box h3 {
    margin: 0 0 3px 0;
    font-size: 14px;
}

/**
 * Bonus Deals
 */
.ddb-request {
    min-width: 200px;
}

.bonus-deal-info img.wp-post-image {
    width: 200px;
    height: auto;
    border: 1px solid #f6f2e6;
    padding: 15px;
    margin-bottom: 0 !important;
}

.ddb-amazon-block, .ddb-sum {
    max-width: 200px;
}

.ddb-amazon-block {
    padding: 10px 15px;
    background-color: #f6f2e6;
}

.ddb-amazon-block img {
    width: 100% !important;
}

.ddb-sum {

}

@media (min-width: 1200px) {
    .bonus-deal-intro, div.faq {
        margin: 0 75px;
    }

    .bonus-deal-intro h1, div.faq h3 {
        margin: 10px 0 25px 0 !important;
    }

    .bonus-deals-disclaimer, div.bonus-deals-statistik {
        margin-left: 75px;
        margin-right: 75px;
    }

}

.bonus-deals-statistik {
    background-color: #95c501 !important;
    color: #fff !important;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bonus-deals-statistik-inner a {
    color: #fff;
}

.bonus-deals-statistik-inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px dotted #fff;
    padding: 10px;
    text-align: center;
}

.bonus-deal-intro h1, .faq h3 {
    font-size: 21px;
    margin: 15px 0 35px 0;
}

.bonus-deal-intro .box {
    margin-bottom: 0;
    padding-bottom: 25px;
}

.bonus-deal-intro .owl-carousel .owl-item img {
    margin: 0 auto;
}

#owl-bdCarousel {
    padding-top: 20px;
    border-top: solid 1px #e6e6e6;
}

.bonus-deal-intro .bdCarousel-nav {
    padding: 0 15px;
    position: relative;
    z-index: 999;
    width: 100%;
    font-size: 21px;
}

.bonus-deal-intro .bdCarousel-nav .bdCarousel-nav-left {
    float: left;
    margin-top: -65px;
}

.bonus-deal-intro .bdCarousel-nav .bdCarousel-nav-right {
    float: right;
    margin-top: -65px;
}

.bonus-deal-intro .bdCarousel-nav .bdCarousel-nav-left:hover {
    color: #7f7362;
}

.bonus-deal-intro .bdCarousel-nav .bdCarousel-nav-right:hover {
    color: #7f7362;
}

/**
 * Chat Widget
 */
.TMX_Chat {
    padding-bottom: 0;
}

.TMX_Chat .widget-title {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    background: #777;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.TMX_Chat .widget-title .btn {
    float: right;
    cursor: inherit;
    background-color: #fff;
    color: #777;
    padding: 4.5px;
    width: 25px;
    height: 25px;
}

.TMX_Chat iframe {
    height: 438px;
}

/**
 * Apps/Social Widget
 */
.widget_tmx-modz-apps-widget,
.widget_tmx-modz-social-widget,
.widget_tmx-modz-ud-create-widget {
    background: #e22727;
    background: -moz-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: -webkit-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: linear-gradient(to bottom, #e22727 0%, #c61a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22727', endColorstr='#c61a1a', GradientType=0);
    border: none !important;
}

.widget_tmx-modz-apps-widget .widget-title,
.widget_tmx-modz-social-widget .widget-title,
.widget_tmx-modz-ud-create-widget .widget-title {
    color: #fff;
}

.widget_tmx-modz-apps-widget .btn,
.widget_tmx-modz-social-widget .btn,
.widget_tmx-modz-ud-create-widget .btn {
    float: right;
    background-color: #fff;
    color: #b81414;
    padding: 5px;
    height: 25px;
    width: 25px;
    margin-left: 5px;
}

.widget_tmx-modz-apps-widget .btn:hover,
.widget_tmx-modz-social-widget .btn:hover,
.widget_tmx-modz-ud-create-widget .btn:hover {
    opacity: 0.8;
}

/**
 * Category Widget
 */
.widget_categories .widget-title {
    margin-bottom: 15px;
}

.widget_categories ul {
    padding: 0;
}

.widget_categories li {
    display: inline-block;
    padding: 1px 4px;
    background: #808080;
    border-radius: 2px;
    font-size: 10px;
    margin: 2px 0px;
}

.widget_categories a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

/*.widget_categories a::before {
    content: '• ';
}*/
/**
 * Newsletter Widget
 */

.widget_tmx-modz-newsletter-widget .widget-title {
    margin-bottom: 15px;
}

.widget_tmx-modz-newsletter-widget .tmx-newsletter-monster {
    background-image: url(images/modz_newsletter.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}

.widget-tmx-newsletter-check {
    margin-right: 35%;
}

.widget_tmx-modz-newsletter-widget #mc_embed_signup {
    margin-top: 40px;
}

/**
 * WhatsApp Widget
 */
@media (max-width: 1199px) {
    .widget_tmx-modz-whatsapp-widget iframe {
        height: 240px;
    }
}

/**
 * Newsletter Widget
 */

.widget_tmx-modz-quicklinks-widget .widget-title {
    margin-bottom: 15px;
}

.widget_tmx-modz-quicklinks-widget .quicklink {
    position: relative;
    display: block;
    height: 50px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-size: 50%;
    background-position: 10%;
    background-color: #fff;
    overflow: hidden;
}

.widget_tmx-modz-quicklinks-widget .quicklink:hover {
    border: 1px solid #666;
}

.widget_tmx-modz-quicklinks-widget .direct {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 49px;
    color: #fff;
    background: #ccc;
    padding: 0 7px;
}

.widget_tmx-modz-quicklinks-widget .quicklink .direct:hover {
    background: #bbb;
}

.widget_tmx-modz-quicklinks-widget .quicklink .direct:hover .fa {
    color: #666;
}

.widget_tmx-modz-quicklinks-widget .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.widget_tmx-modz-quicklinks-widget .shop {
    margin-right: 28px;
    display: block;
    width: auto;
    height: 100%;
}

.widget_tmx-modz-quicklinks-widget .shop:hover {
    opacity: 0.8;
}

.widget_tmx-modz-quicklinks-widget .shop span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.widget_tmx-modz-quicklinks-widget .shop .allyouneed {
    background-image: url(images/quicklinks/allyouneed.png);
}

.widget_tmx-modz-quicklinks-widget .shop .amazon {
    background-image: url(images/quicklinks/amazon.png);
}

.widget_tmx-modz-quicklinks-widget .shop .conrad {
    background-image: url(images/quicklinks/conrad.jpg);
}

.widget_tmx-modz-quicklinks-widget .shop .cyberport {
    background-image: url(images/quicklinks/cyberport.jpg);
}

.widget_tmx-modz-quicklinks-widget .shop .ebay {
    background-image: url(images/quicklinks/ebay.png);
}

.widget_tmx-modz-quicklinks-widget .shop .galeria-kaufhof {
    background-image: url(images/quicklinks/galeria-kaufhof.png);
}

.widget_tmx-modz-quicklinks-widget .shop .leserservice {
    background-image: url(images/quicklinks/leserservice.jpg);
}

.widget_tmx-modz-quicklinks-widget .shop .mediamarkt {
    background-image: url(images/quicklinks/mediamarkt.png);
}

.widget_tmx-modz-quicklinks-widget .shop .notebooksbilliger {
    background-image: url(images/quicklinks/notebooksbilliger.jpg);
}

.widget_tmx-modz-quicklinks-widget .shop .redcoon {
    background-image: url(images/quicklinks/redcoon.png);
}

.widget_tmx-modz-quicklinks-widget .shop .saturn {
    background-image: url(images/quicklinks/saturn.png);
}

.widget_tmx-modz-quicklinks-widget .shop .sparhandy {
    background-image: url(images/quicklinks/sparhandy.png);
}

/**
 * Comment Voting
 */
.comment-voting-bar .progress-bar-success {
    background-color: #95c501;
}

.comment-voting-bar .progress-bar-danger {
    background-color: #c1272d;
}

.comments-area {
    padding-left: 25px;
}

.comment-voting-bar {
    position: relative;
}

.comment-voting-bar .progress {
    height: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
}

.comment-voting-bar-control {
    position: absolute;
    top: -29px;
    font-size: 12px;
    width: 100px;
    right: 0;
}

.comment-voting-bar-control .voting-button {
    cursor: pointer;
}

.comment-voting-bar-control .voting-button:hover {
    opacity: 0.7;
}

.comment-voting-bar-control .voting-button-plus {
    color: #95c501;
    float: right;
    margin-right: 5px;
}

.comment-voting-bar-control .voting-button-minus {
    color: #c1272d;
    float: right;
}

.comment-voting-bar-control .voting-button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/**
 * Post Voting
 */
.voting-bar-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}

.voting-bar-control .btn {
    margin: 8px 0 0 8px;
    font-size: 14px;
    font-weight: 100;
    padding: 2px 6px;
}

@media (max-width: 767px) {
    .voting-bar-control .btn {
        margin: 4px 0 0 4px;
        font-size: 10px;
    }
}

/**
 * TMX-Alert
 */
#tmx-notifications {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    width: 100%;
    max-width: 300px;
}

.tmx-alert {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

/**
 * Bootstrap Pill Fix
 */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #4d4d4d;
}

/**
 * Bootstrap Btn Fix
 */
.btn {
    text-decoration: none;
}

/**
 * Deal Badge
 */
.dealbadge,
.commentbadge {
    position: absolute;
    z-index: 1;
    right: -10px;
    top: 10px;
    background: #95c501;
    padding: 6px 0 11px 0;
    line-height: 24px;
    font-size: 24px;
    width: 150px;
    text-align: center;
}

.commentbadge {
    top: 50px;
    background: #4d4d4d;
    width: 100px;
}

.dealbadge .corner,
.commentbadge .corner {
    border-bottom: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #6da400;
    position: absolute;
    right: 0;
    top: 40px;
}

.commentbadge .corner {
    border-top: 15px solid #635747;
    top: 70px;
}

article .entry-header .headline {
    display: block;
    /*margin-right: 125px;*/
    margin-top: -2px;
}

article .entry-header .headline a.btn {
    color: #fff;
}

@media (max-width: 767px) {
    article .entry-header .headline {
        min-height: 0;
        padding-right: 5px;
    }
}

/**
 * Deal Thumbnail + Price
 */
article .entry-thumbnail-column .thumbnail img {
    margin: auto;
    width: 100%;
}

article .dealprice {
    font-size: 26px;
    line-height: 20px;
    padding: 15px 0 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #e42828;
    max-width: 165px;
    margin: 0 auto 10px auto;
}

article .dealprice del {
    font-size: 14px;
    display: block;
    color: #4d4d4d;
}

article .visible-xs .dealprice {
    padding: 0;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    display: block;
    text-align: left;
    max-width: 100%;
}

body.single article .visible-xs .dealprice {
    font-size: 14px;
    line-height: 1.65;
    margin-left: 20px;
}

body:not(.single) article .visible-xs .dealprice del {
    font-size: 12px;
    display: inline;
    margin-left: 5px;
}

body.single article .visible-xs .dealprice del {
    display: block;
}

@media (max-width: 767px) {
    article .dealprice {
        background: inherit;
        border: 0;
    }
}

/**
 * Infinite Reload
 */
#infinite-reload-button,
#infinite-reload-loading-container .btn {
    line-height: 30px;
    white-space: normal;
}

#infinite-reload-button .fa:first-child {
    float: left;
    line-height: 30px;
}

#infinite-reload-button .fa:last-child {
    float: right;
    line-height: 30px;
}

/**
 * Social Widget
 */
.widget_tmx-mtd-social-widget .widget-title {
    margin-bottom: 10px;
}

.widget_tmx-mtd-social-widget .btn-link {
    font-size: 30px;
    color: #95C501;
}

.widget_tmx-mtd-social-widget .btn-link:hover {
    color: #6DA400;
}

/**
 * Apps Widget
 */
.widget_tmx-mtd-apps-widget .widget-title {
    margin-bottom: 10px;
}

.widget_tmx-mtd-apps-widget .widget-title .badge {
    float: right;
    margin-top: 2px;
}

.widget_tmx-mtd-apps-widget .apps img {
    width: 100%;
    height: auto;
}

.widget_tmx-mtd-apps-widget .apps img:hover {
    opacity: 0.8;
}

.widget_tmx-mtd-apps-widget .col-xs-6:first-child {
    padding-right: 5px;
}

.widget_tmx-mtd-apps-widget .col-xs-6:last-child {
    padding-left: 5px;
}

/**
 * Loop Day Divider
 */
.dayhead {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #4d4d4d;
    margin-bottom: 15px;
}

.dayhead span {
    padding: 0;
    margin: 0;
    float: left;
}

.dayhead .special-border {
    overflow: hidden;
    height: 20px;
}

.dayhead .special-border-inner {
    border-top: 1px solid #4d4d4d;
    display: block;
    width: 100%;
    margin-left: 15px;
    position: relative;
    top: 50%;
}

/**
 * Social Share
 */
.socialshare {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

@media (max-width: 767px) {
    .socialshare > a {
        width: calc(20% - 10px);
        margin: 0 5px;
    }
}

.socialshare > a {
    text-align: center;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    width: calc(33% - 10px);
    margin: 0 5px 10px 5px;
    display: block;
    float: left;
    border-radius: 4px !important;
}

.socialshare > a:hover {
    opacity: 0.8;
}

.socialshare .fb {
    background-color: #546c8b;
}

.socialshare .tw {
    background-color: #6fc2e3;
}

.socialshare .gp {
    background-color: #cb435b;
}

.socialshare .wa {
    background-color: #6da400;
}

.socialshare .ma {
    background-color: #f15a24;
}

/**
 * New Bootstrap Colors
 */
.panel-lightbrown {
    border-color: #f6f2e6;
}

.bg-lightbrown {
    background-color: #f6f2e6;
}

.panel-grey {
    border-color: #f4f4f4;
}

.bg-grey {
    background-color: #f4f4f4;
}

@media (max-width: 767px) {

    .entry-content-column {
        padding-left: 10px;
        padding-right: 10px;
    }

    .entry-thumbnail-column {
        min-width: 50px;
        width: 25%;
    }

    .entry-thumbnail-content-column .entry-title {
        margin-top: 20px;
    }

    .entry-thumbnail-content-column .entry-title a {
        font-size: 14px;
    }

    body.single .entry-thumbnail-content-column .entry-title a {
        font-size: 14px;
    }

    .entry-thumbnail-content-column .entry-date {
        font-size: 85%;
        color: #777;
    }

    .list-thumbnail-fixed {
        min-height: 0;
        min-width: 0;
        max-height: 175px;
        width: auto;
        height: auto;
        border-radius: 0;
    }

    .list-thumbnail-fixed > img {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin: 0 auto;
    }

    .single .entry-thumbnail-column {
        margin-top: 0;
        padding: 0 15px;
    }

    .single .list-thumbnail-fixed {
        min-height: 0;
        min-width: 0;
        max-height: none;
        width: 100%;
        height: auto;
        margin: 0 auto 10px auto;
    }

    .dealbadge,
    .commentbadge {
        right: -5px;
        padding: 4px 0 4px 0;
        line-height: 12px;
        font-size: 13px;
        width: 70px;
    }

    .commentbadge {
        width: 50px;
    }

    .single .dealbadge {
        width: 80px;
    }

    .dealbadge .hot {
        zoom: 0.5;
        top: 4px;
        -ms-zoom: 0.5;
        -webkit-zoom: 0.5;
        -moz-transform: scale(0.5, 0.5);
        -moz-transform-origin: top center;
    }

    .single .dealbadge .hot {
        zoom: 0.8;
    }

    .dealbadge .corner,
    .commentbadge .corner {
        border-right: 5px solid transparent;
        border-top: 10px solid #6da400;
        top: 20px;
    }

    .commentbadge .corner {
        border-top: 10px solid #635747;
        top: 70px;
    }

    .single .dealbadge,
    .single .commentbadge {
        padding: 4px 0 6px 0;
        line-height: 20px;
        font-size: 16px;
    }

    .single .dealbadge .corner,
    .single .commentbadge .corner {
        top: 30px;
    }

    .single article.box {
        padding: 5px 10px;
    }

    article.type-post,
    article.type-bonus,
    article.type-tagesdeals {
        margin-bottom: 10px;
    }

    .single .entry-thumbnail-column {
        min-width: inherit;
        width: 25%;
        margin-right: 0;
    }

    .entry-thumbnail-column-mobile {
        width: 100%;
        max-width: 45%;
        margin: 5px auto;
    }

    .single .entry-header {
        overflow: hidden;
        padding: 10px 20px;
    }

    .single .entry-content-column {
        margin-right: 0;
    }

    .single .type-post .entry-content,
    .single .type-userdeal .entry-content,
    .single .type-beratung .entry-content,
    .single .type-tagesdeals .entry-content {
        margin: 0 15px;
    }

    .single .type-post .entry-footer,
    .single .type-userdeal .entry-footer,
    .single .type-beratung .entry-footer,
    .single .type-tagesdeals .entry-footer {
        margin: 0 20px 15px 20px;
    }

    .comment img.avatar {
        width: 30px;
        height: auto;
        padding: 3px;
        border: 1px solid #ccc;
    }

    #comments {
        padding: 20px 20px 5px 20px;
    }

    #respond #respond-submit-hidden {
        width: 100%;
    }

    .entry-footer h4 {
        border-bottom: 1px solid #4d4d4d;
        padding-bottom: 10px;
        margin: 10px 0;
    }
}

@media (max-width: 500px) {
    footer.entry-meta .entry-date {
        display: none;
    }
}

/**
 * Widget
 */
aside.widget {
    margin-bottom: 20px;
}

aside.widget-tabbed > .box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

aside.widget-tabbed .media-heading {
    font-weight: normal;
    font-size: 14px;
}

.widget-title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}

.widget-title > small {
    font-size: 12px;
    font-weight: 900;
}

.widget-description {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #95C501;
}

.tmx-topdeals-widget .tooltip {
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
    position: static;
}

.tmx-topdeals-widget .box,
.widget_categories.box,
.widget_tmx-recent-comments-widget.box,
.widget_tmx-modz-newsletter-widget.box,
.widget_tmx-modz-quicklinks-widget.box {
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
}

.tmx-topdeals-widget .media-heading a {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.tmx-topdeals-widget .btn {
    font-weight: 100;
    font-size: 14px;
    padding: 3px 10px;
    color: #fff;
}

.tmx-topdeals-widget .btn i {
    margin-left: 14px;
    font-size: 14px;
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .tmx-topdeals-widget .btn {
        font-weight: 100;
        font-size: 14px;
        margin-bottom: 5px;
        width: 100%;
        padding: 6px 10px;
        text-align: left;
    }

    .tmx-topdeals-widget .btn i {
        margin-left: 0px;
        margin-top: 4px;
        float: right;
        font-size: 14px;
    }
}

.tmx-topdeals-widget .nav {
    border-bottom: 0 !important;
}

.tmx-topdeals-widget .tooltip-arrow {
    display: none;
}

.tmx-recent-comments-widget .media,
.tmx-topdeals-widget .media {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    min-height: 76px;
}

.tmx-recent-comments-widget .media:first-child,
.tmx-topdeals-widget .media:first-child {
    padding-top: 0;
}

.tmx-recent-comments-widget .media:last-child,
.tmx-topdeals-widget .media:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.tmx-topdeals-widget .media-left {
    min-width: 80px;
    max-width: 80px;
}

.tmx-topdeals-widget .media-object {
    max-width: 65px;
    max-height: 65px;
    overflow: hidden;
    margin: 0 auto;
}

aside.widget .table {
    margin-top: 10px;
}

.tmx-recent-comments-widget .media-left {
    min-width: 85px;
    max-width: 85px;
}

.tmx-recent-comments-widget .comment-content-link {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.tmx-deal-hunter-widget .widget-title > small {
    font-size: 75%;
}

.widget_tmx-mtd-newsletter-widget .widget-title:first-child > small {
    margin-right: 0;
}

.widget_tmx-mtd-newsletter-widget .widget-title > small {
    margin-right: 10px;
}

.widget_tmx-mtd-newsletter-widget .btn-link {
    font-size: 1em;
    padding: 0 !important;
    line-height: 1;
    color: #95C501;
}

.widget_tmx-mtd-newsletter-widget .btn-link:hover {
    color: #6DA400;
}

/**
 * Slider
 */
.slider {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    min-height: 153px;
}

.slider > .owl-carousel {
    display: none;
}

.slider-item > .box {
    margin-bottom: 0;
    position: relative;
    min-height: 153px;
    max-height: 153px;
}

.slider-item h4 {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.slider-image img {
    width: auto !important;
    max-width: 153px;
    max-height: 100%;
    margin: 0 auto;
}

.slider-image {
    position: relative;
    height: 100px;
    max-height: 100px;
}

.slider-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.slider-title h4 {
    display: inline-block;
    padding: 5px 10px;
    background: rgb(255, 255, 255) transparent;
    background: rgba(255, 255, 255, 0.9);
    min-height: 55px;
}

.slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 20px;
    text-align: center;
    display: none;
}

.slider-control.right {
    left: auto;
    right: 0;
}

.slider-button, .bdCarousel-nav-left, .bdCarousel-nav-right {
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
    color: #4d4d4d;
}

.slider-control.left > .slider-button,
.slider-control.right > .slider-button {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -15px;
}

.slider-control.left > .slider-button {
    left: 50%;
    margin-left: -10px;
}

.slider-control.right > .slider-button {
    right: 50%;
    margin-right: -10px;
}

/**
 * Top Deals Slider
 */
#monsterdealz-topdeals-slider-wrapper {
    position: relative;
    margin-bottom: 20px;
}

#monsterdealz-topdeals-slider .owl-item {
    max-height: 300px;
}

#monsterdealz-topdeals-slider .item a > .wrapper {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    box-shadow: inset 100px 0px 75px -30px rgba(0, 0, 0, 0.5), inset -100px 0px 75px -30px rgba(0, 0, 0, 0.5);
}

.monsterdealz-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: #c91b1b;
    background: #e22727;
    background: -moz-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: -webkit-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: linear-gradient(to bottom, #e22727 0%, #c61a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22727', endColorstr='#c61a1a', GradientType=0);
    border: solid 1px #c51919;
    text-decoration: none;
}

#monsterdealz-topdeals-slider-fold {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin-top: -20px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    background-color: #808080;
    border: 1px solid transparent;
}

#monsterdealz-topdeals-slider-fold {
    top: 15px;
    right: 15px;
    margin-top: 0;
    border-radius: 4px;
}

.monsterdealz-topdeals-slider-nav > a:hover,
#monsterdealz-topdeals-slider-fold:hover {
    opacity: 0.8;
}

#monsterdealz-topdeals-slider-unfold {
    padding: 3px 0px;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.monsterdealz-topdeals-slider-nav-left {
    left: 0;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.monsterdealz-topdeals-slider-nav-right {
    right: 0;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#monsterdealz-topdeals-slider .caption {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
    /*background: rgba(255, 255, 255, 0.85);*/
    padding: 10px 35px 10px 10px;
    font-size: 16px;
}

#monsterdealz-topdeals-slider .caption span {
    background: #fff;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    padding: 6px 0;
    margin: 0;
}

#monsterdealz-topdeals-slider .deal-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 150px;
    width: 100%;
}

#monsterdealz-topdeals-slider .deal-button a {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

#monsterdealz-topdeals-slider .deal-button i {
    position: absolute;
    right: 10px;
    line-height: 1.42857143;
}

#monsterdealz-topdeals-slider-unfold-wrapper {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: right;
}

/**
 * TMX-Alert
 */
#tmx-notifications {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    width: 100%;
    max-width: 300px;
}

.tmx-alert {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

/**
 * Voting Bar
 */
.voting-bar-column .popover-title {
    white-space: pre-wrap !important;
}

.voting-bar-column .popover-content {
    padding: 0 !important;
}

.voting-bar-column {
    display: table-cell;
    height: 21px;
    vertical-align: middle;
}

.voting-bar-control-column {
    width: 17px;
}

.voting-bar-progress-column {
    width: 70%;
}

.voting-bar-tooltip-column {
    width: 30%;
    vertical-align: baseline;
}

.voting-bar-control .voting-button {
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 2px;
}

.voting-bar-control .btn-cyan {
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}

.voting-bar-control .btn-dark-orange {
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}

.voting-bar {
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    height: 20px;
    background: #65c1d6;
    background: -moz-linear-gradient(left, #65c1d6 0%, #c5c883 25%, #f8c63f 50%, #ff8927 75%, #ff2c01 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #65c1d6), color-stop(25%, #c5c883), color-stop(50%, #f8c63f), color-stop(75%, #ff8927), color-stop(100%, #ff2c01));
    background: -webkit-linear-gradient(left, #65c1d6 0%, #c5c883 25%, #f8c63f 50%, #ff8927 75%, #ff2c01 100%);
    background: -o-linear-gradient(left, #65c1d6 0%, #c5c883 25%, #f8c63f 50%, #ff8927 75%, #ff2c01 100%);
    background: -ms-linear-gradient(left, #65c1d6 0%, #c5c883 25%, #f8c63f 50%, #ff8927 75%, #ff2c01 100%);
    background: linear-gradient(to right, #65c1d6 0%, #c5c883 25%, #f8c63f 50%, #ff8927 75%, #ff2c01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65c1d6', endColorstr='#ff2c01', GradientType=1);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.voting-bar-progress {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 20px;
    background-color: #d9d9d9;
}

.voting-tooltip {
    opacity: 1;
    z-index: auto;
}

.voting-tooltip .tooltip-inner {
    border: 1px solid #dddddd;
    background: #ffffff;
    font-weight: bold;
}

.voting-tooltip.right .tooltip-arrow {
    border-right-color: #dddddd;
}

@media (max-width: 767px) {
    .voting-bar-control {
        display: inline-block;
    }

    .voting-bar-tooltip-column {
        width: 0;
    }

    .voting-bar-progress-column {
        width: 80%;
    }
}

/**
 * Hotness
 */
.hotness-0 {
    color: #333333;
}

.hotness-1 {
    color: #1ba5be;
}

.hotness-25 {
    color: #40dcf7;
}

.hotness-50 {
    color: #f4b100;
}

.hotness-75 {
    color: #f4721c;
}

.hotness-100 {
    color: #ff1f1f;
}

/**
 * Search
 */
.inline-search-remove-container {
    position: relative;
}

.inline-search-remove-button {
    display: none;
    position: absolute;
    right: 20px;
    top: 20%;
    z-index: 9999;
}

.navbar-responsive-search-form .form-control {
    height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-responsive-search .navbar-collapse {
        position: relative;
    }

    .navbar-responsive-search-form {
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 0;
    }

    .inline-search-remove-button {
        display: block;
    }

    .navbar-responsive-search-form .input-group-btn:last-child > .btn {
        border-radius: 4px;
    }

    .inline-search-submit-btn {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .inline-search-remove-container input[type=text] {
        padding-right: 30px;
    }
}

/**
 * Login Box
 */
@media (max-width: 991px) {
    .login-box-body,
    .register-box-body {
        margin-bottom: 40px !important;
    }

    .login-box-body a.register-link {
        margin-top: 0 !important;
    }
}

.login-box h4 {
    margin: 20px 0 40px 0;
    font-weight: bold;
}

.login-label {
    margin-bottom: 30px;
    margin-top: 0;
}

.login-logo {
    text-align: center;
    margin-bottom: 25px;
}

.login-box-body,
.register-box-body {
    background: #ffffff;
    padding: 0 15px;
    border-top: 0;
    float: left;
    margin-top: 20px;
}

@media (min-width: 767px) {
    .login-box-body:last-child {
        padding-left: 25px;
        border-left: solid 1px #e6e6e6;
    }

    .login-box-body:first-child {
        padding-right: 25px;
    }
}

.register-label {
    margin-bottom: 30px;
    margin-top: 0;
}

h1.page-header {
    font-size: 21px;
}

.page-header {
    border: none;
}

.register-box-body {
    border: none;
}

.login-box-body a small {
    font-size: 75%;
}

.login-box-body a span.glyphicon,
.login-box-body button span.glyphicon,
.register-box-body button span.glyphicon {
    margin: 0 10px 0 0;
}

.login-box-body a.register-link {
    margin-top: 45px;
}

/**
 * Avatar
 */
.avatar-box {
    text-align: center;
}

.avatar-box .comment-author {
    word-break: break-all;
    margin-bottom: 0;
}

/**
 * Finanzen
 */
table.fATools-table,
table.fATools-rahmen-table {
    width: 100% !important;
}

/**
 * User Panel
 */
.user-panel {
    max-width: 350px;
}

.user-panel-sidebar {
    border: 1px #eeeeee solid;
    padding: 20px 0 10px 0;
    background: #fff;
}

.user-panel-avatar {
    text-align: center;
}

.user-panel-avatar img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    max-width: 128px;
    max-height: 128px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.user-panel-usertitle {
    text-align: center;
    margin-top: 20px;
}

.user-panel-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

/**
 * Ajax Loader
 */
.ajax-loader-white {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

/**
 * Comments
 */
.comment-meta > small > .username {
    margin-right: 2px;
    font-style: italic;
}

.comment-meta > small > a,
.comment-meta > small > span {
    margin-right: 10px;
}

.comment-meta > small > .mod {
    margin-right: 5px;
}

.comment-meta > small > a {
    color: #50402a;
    text-decoration: underline;
    font-weight: bold;
}

.comment-meta > small > a:hover {
    text-decoration: underline;
}

#comments:not(.tab-pane) {
    border: 1px solid #e6e6e6;
}

a.comment-link {
    color: #b3b3b3;
    text-decoration: none;
}

a.comment-delete-link {
    color: red;
}

.edit-comment-image {
    cursor: pointer;
}

.add-comment-image {
    font-size: 13px;
}

.comment-list .row {
    margin-bottom: 0px;
}

.comment-list .comment-author {
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 0;
    margin-top: 5px;
}

.comment-list .comment-content {
    margin-top: 6px;
    word-break: break-word;
}

.comment-list .comment-header {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.comment-list .comment-meta a:first-child {
    margin-left: 0;
}

.comment-list .comment-source {
    display: inline-block;
    margin-left: 5px;
}

.comment-list .comment-source img {
    height: 12px;
}

.comment-list .comment-source-android i {
    color: #5CB85C;
}

.comment-list .comment-source-ios i {
    color: #5CAFB8;
}

.comment-list .comment-source-windows i {
    color: #675CB8;
}

.comment-list .comment-source-admin i {
    color: #B85C5C;
}

.comment-list .comment-post-link {
    border-top: 1px solid #dddddd;
    padding-top: 1px;
    margin-top: 5px;
    text-align: justify;
}

.comment-list .panel-body {
    padding-bottom: 6px;
}

.comment-respond label {
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 768px) {
    .comment-list .arrow:after,
    .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

    .comment-list .panel.arrow.left:after,
    .comment-list .panel.arrow.left:before {
        border-left: 0;
    }

    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        border-right-color: inherit;
        border-width: 16px;
    }

    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        border-right-color: #f4f4f4;
        border-width: 15px;
    }

    .comment-list .panel.panel-warning.arrow.left:after {
        border-right-color: #fcf8e3;
    }

    .comment-list .panel.panel-success.arrow.left:after {
        border-right-color: #dff0d8;
    }
}

.comment-link:hover,
.comment-link:active,
.comment-link:visited,
.comment-link:focus,
.comment-voting-button:hover,
.comment-voting-button:active,
.comment-voting-button:visited,
.comment-voting-button:focus {
    text-decoration: none;
}

.comment-list .comment-respond {
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 30px;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.recent-comment-quote footer {
    margin-bottom: 5px;
    font-size: 100%;
}

.recent-comment-quote footer:before {
    content: '';
}

table#heartbeat-coupons-add .warning {
    color: #DA0000;
}

#heartbeat-coupons-list .coupon span.label-info {
    cursor: pointer;
}

#heartbeat-coupons-list .coupon span.label-info:hover {
    opacity: 0.8;
}

/**
 * Primary Navbar
 */
.collapsing-mobile-menu {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    #primary-navbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

/**
 * Responsive Tables (Footable)
 */
table.footable {
    width: 100%;
    max-width: 100%;
}

/**
 * Responsive Contactforms
 */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea {
    max-width: 100%;
}

.wpcf7-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #95C501;
}

.wpcf7-submit:hover {
    color: #fff;
    background-color: #f57f32;
}

@media (max-width: 549px) {
    .wpcf7 input[type=text],
    .wpcf7 input[type=email],
    .wpcf7 select,
    .wpcf7 textarea {
        width: 100%;
    }
}

/**
 * To Top Button
 */
.to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
    background: rgb(187, 187, 187);
    opacity: 0.8;
    color: rgb(255, 255, 255);
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 4px;
}

.to-top-btn:hover {
    opacity: 0.6;
}

/**
 * Partial-Styling
 */
#ddb-kommentare .c_source {
    border-top: 3px solid #ddd;
    padding-top: 10px;
}

.update-shortcode {
    text-align: justify;
    padding: 15px;
    margin-bottom: 10px;
}

.update-shortcode .label {
    padding: .1em .3em .2em;
}

.alert {
    padding: 8px;
}

/**
 * Achievements
 */
.achievement {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin: 5px;
}

.achievement.disabled {
    cursor: pointer;
    background-color: #F5F5F5;
    color: #C2C2C2;
}

#achievement-popover {
    position: absolute;
    display: block;
    background-color: #fff;
    z-index: 10000;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    line-height: 1.42857143;
}

#achievement-popover .achievement-row {
    padding: 10px;
}

#achievement-popover .selected {
    background-color: #eee;
}

#achievement-popover .btn-circle {
    margin-right: 10px;
}

/**
 * BuddyPress Fixes
 */
.buddypress.members div#buddypress {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

#buddypress select,
#buddypress #messages_search {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#buddypress #members-list div.generic-button a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#buddypress #avatar-upload-form {
    display: inline-block;
    width: 100%;
}

#buddypress #avatar-crop-pane {
    display: inline-block;
    max-width: 100%;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#buddypress #item-body {
    display: inline-block;
    width: 100%;
}

#buddypress #item-header #item-meta #item-buttons {
    margin-bottom: 10px;
}

#buddypress div#subnav {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    padding-bottom: 25px;
}

#buddypress div.item-list-tabs ul li.last select {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    height: 30px;
}

#buddypress div#subnav.item-list-tabs ul li.selected a,
#buddypress div#subnav.item-list-tabs ul li.current a {
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
}

#buddypress div#item-header,
#buddypress div#item-header div#item-meta {
    overflow: visible !important;
}

#buddypress div#item-header img.avatar,
#buddypress ul.item-list li img.avatar,
#buddypress form#whats-new-form #whats-new-avatar {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#buddypress div.profile .label {
    color: #333;
    font-size: 100%;
    line-height: 1.42857143;
    display: table-cell;
}

#buddypress table.profile-fields tr td.label {
    width: 30%;
    text-align: left;
}

#buddypress div.profile h4 {
    margin-bottom: 10px;
}

#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=password] {
    width: 100%;
}

#buddypress .activity-list li.mini {
    font-size: 100%;
    line-height: 1.42857143;
}

/**
 * Profile
 */
.profile {
    margin: 20px 0;
}

.profile-content label {
    font-weight: 400;
}

.profile-avatar {
    text-align: center;
    margin-top: 30px;
}

.profile-achievements,
.profile-usertitle {
    text-align: center;
}

.profile-usertitle {
    margin-top: 20px;
}

.profile-usertitle-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.profile-achievements {
    margin-bottom: 15px;
}

.profile-usermenu {
    margin-top: 20px;
}

.profile-usermenu a {
    text-decoration: none;
}

.profile-content .page-header {
    margin: 0 0 20px 0;
}

.profile-stats {
    text-align: left;
    margin: 0 auto 10px auto;
    line-height: 26px;
}

.profile-stats > div {
    padding: 0 10px;
}

.profile-stats i {
    margin-right: 5px;
}

.profile-stats div:nth-child(even) {
    background: #F8F8F8;
}

#heartbeat-history-list .pos {
    color: #3A9A14;
    font-weight: bold;
}

#heartbeat-history-list .neg {
    color: #9A1414;
    font-weight: bold;
}

.profile-usermenu li a > span {
    margin-right: 5px;
    width: 10px;
    text-align: center;
}

.profile-usermenu li a:hover {
    color: #e42828;
}

.profile-content #comments.comments-area {
    border: none;
    padding: 0;
}

#tmx-userprofile-image {
    margin: auto;
    margin-bottom: 20px;
    max-width: 150px;
    border: 3px solid #C4C4C4;
}

#tmx-userprofile-msg {
    margin-top: 10px;
    display: none;
}

/**
 * Profile Heartbeats
 */

.profile-content .achievment-all h4 {
    font-size: 14pt !important;
    margin-top: 25px;
    margin-bottom: -25px;
}

.profile-content .achievment-group {
    margin: 40px auto;
}

.profile-content .achievment-group.level-2,
.profile-content .achievment-group .level-2 {
    padding-left: 25px;
    border-left: 1px solid #CCCCCC;
}

.profile-content .achievment-group .done .input-group-addon {
    background-color: #3a9a14 !important;
}

.profile-content .achievment-group .done p.form-control i,
.profile-content .achievment-group .done p.form-control .progress-text {
    color: #3a9a14;
}

.profile-content .achievment-group .done .input-group-addon {
    background-color: #3a9a14 !important;
}

.profile-content .achievment-group .input-group-addon {
    min-width: 80px;
}

.profile-content .achievment-group .inprogress p.form-control i,
.profile-content .achievment-group .inprogress p.form-control .progress-text {
    color: #95C501;
}

.profile-content .achievment-group .inprogress .input-group-addon {
    background-color: #95C501 !important;
}

.profile-content .achievment-group p.form-control span.progress-text {
    font-weight: bold;
}

.profile-content .achievment-group p.form-control {
    height: auto !important;
}

.profile-content .achievment-group .input-group {
    margin: 15px 0;
}

.profile-content .achievment-group i {
    padding-right: 5px;
}

/**
 * Comment Subscribe
 */
.tmx_sc_load {
    display: none;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
}

/**
 * Amazon Stars
 */
.amazon-stars {
    color: #ffb900;
}

.amazon-stars .icon-star:before {
    margin: 0;
}

/**
 * Amazon Deals Teaser & Widget
 */
.amazon-deals-teaser h4 {
    margin-top: 0;
}

table.amazon-deals-table {
    table-layout: fixed;
    font-size: 13px;
}

table.amazon-deals-table > tbody > tr > td {
    border: 0;
}

table.amazon-deals-table > tbody > tr > td:first-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

table.amazon-deals-table > tbody > tr > td:last-child {
    width: 20%;
    text-align: right;
}

.amazon-deals-teaser-image {
    max-height: 150px;
    margin: 0 auto;
}

.amazon-deals-widget table.amazon-deals-table > tbody > tr > td:last-child {
    width: 40%;
}

.amazon-deals-widget-images {
}

.amazon-deals-widget-images img {
    max-height: 100px;
    margin: 0 auto;
}

/**
 * Amazon Deals
 */
.goldbox .page-header {
    margin-top: 10px;
}

.goldbox .tab-content {
    padding: 15px;
    padding-bottom: 0;
    border: 1px solid #ddd;
    border-top-color: transparent;
}

.goldbox .tab-pane h2 {
    border-radius: 4px;
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
}

.goldbox .tab-pane h2:first-child {
    margin-top: 0;
}

.goldbox .tab-pane h2 small {
    font-size: 14px;
}

.goldbox-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.goldbox-item .caption {
    background-color: #eee;
    margin-top: 10px;
    padding: 10px;
}

.goldbox-item .caption h3 {
    font-size: 14px;
    font-weight: normal;
    height: 58px;
    clear: both;
    margin: 0;
}

.goldbox-item .caption h3 a {
    word-break: break-all;
    word-wrap: break-word;
    display: block;
}

.goldbox-item .caption p,
.goldbox-item .caption p .subprices a,
.goldbox-item .caption p .subprices a:active,
.goldbox-item .caption p .subprices a:visited,
.goldbox-item .caption p .subprices a:hover {
    color: #b12704;
}

.goldbox-item .price-caption {
    display: inline-block;
    width: 100%;
}

.goldbox-item .price-caption:before,
.goldbox-item .price-caption:after {
    display: table;
    content: " ";
}

.goldbox-item .price-caption:after {
    clear: both;
}

.goldbox-item .price-caption i,
.goldbox-item .goldbox-price {
    float: left;
}

.goldbox-item .subprices {
    float: right;
}

.goldbox-item-header {
    background-color: #4d4d4d;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
}

.goldbox-product-image {
    min-height: 150px;
    margin: 10px;
}

.goldbox-item .goldbox-product-image img {
    margin: 0 auto;
    max-height: 150px;
    width: auto;
}

.goldbox-rating {
    text-align: center;
}

.goldbox-rating a:active,
.goldbox-rating a:hover {
    text-decoration: none;
}

.goldbox-star-full,
.goldbox-star-half {
    color: #ffbb00;
}

.goldbox-star-empty {
    color: #d3d3d4;
}

.goldbox-circle {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    line-height: 1;
}

.goldbox .upcoming {
    background-color: #E70000;
}

.goldbox .prepare {
    background-color: #FFCC00;
}

.goldbox .available {
    background-color: #1BB817;
}

.goldbox-loading {
    margin: 30px auto;
    width: 20px;
}

.goldbox-message {
    text-align: center;
    margin: 30px 0;
}

#goldbox-next-deals {
    margin: 0 auto;
    width: 160px;
    display: block;
}

/**
 * Amazon Slider
 */

.amazon-slider-info-overlay {
    position: absolute;
    padding-top: 40px;
    height: 80px;
    width: 110px;
    margin-top: 28px;
    margin-left: -57px;
    z-index: 999;
    display: inline-block;

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

@media (min-width: 767px) {

}

@media (max-width: 767px) {

    .amazon-slider h4 {
        text-align: center;
    }

}

.amazon-slider > .owl-carousel {
    display: none;
}

.amazon-slideshow-nav .slider-control {
    width: 0%;
    top: 110px;
    bottom: initial;
}

.amazon-slider .text-right {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.amazon-slider h3 {
    float: left;
}

.amazon-slider h3 {
    font-size: 17px;
    margin-top: 0;
}

.amazon-slider h3 small {
    font-size: 17px;
    font-weight: normal;
}

#amazon-slideshow {
    margin-bottom: 0;
    margin-top: 5px;
}

.amazon-slider .clear {
    clear: both;
}

#amazon-slideshow .img-box img {
    height: auto;
    width: 100%;
}

#amazon-slideshow .img-box {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}

#amazon-slideshow a {
    color: #4d4d4d !important;
}

#amazon-slideshow .text-right {
    font-size: 14px;
}

#amazon-slideshow p {
    margin: 0 auto;
    font-size: 12px;
    width: 120px;
    padding: 3px 0;
    text-align: center;
}

#amazon-slideshow p .span-time {
    font-weight: normal !important;
    color: #95c501;
}

#amazon-slideshow p.amazon-price {
    font-size: 16px;
    color: #50402a;
    font-weight: 700;
}

#amazon-slideshow p.amazon-price-list {
    margin-top: -15px;
    text-decoration: line-through;
}

#amazon-slideshow a p.amazon-price-list small {
    font-size: 10px;
    color: #4d4d4d !important;
}

.amazon-slideshow-nav .slider-control.right {
    right: 40px;
}

.amazon-slideshow-nav .slider-control.left {
    left: 40px;
}

/**
 * Beratung Landing Page
 */
.beratung-categories {
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
}

@media (max-width: 767px) {
    .beratung-categories {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.beratung-category-column {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.box-beratung-category {
    padding-top: 0;
    display: inline-block;
}

.box-beratung-category p:last-child {
    margin-bottom: 0;
}

.box-beratung-category .label {
    margin-right: 3px;
}

.box-beratung-category h3 {
    margin: 0;
}

.beratung-category-image {
    display: block;
    margin: -15px;
    margin-top: 0;
    margin-bottom: 15px;
}

.beratung-category-image img {
    width: 100%;
}

/**
 * Top Deals Landing Page
 */
@media (min-width: 767px) {
    .tmx-top-deal article.box {
        min-height: 345px;
        max-height: 345px;
    }
}

.tmx-top-deal article .entry-title {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.tmx-top-deal article .deal-button {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

/**
 * Agreeable
 */
.mfp-wrap {
    width: 90%;
    height: 90%;
    top: 50px;
    left: 5%;
}

.mfp-container {
    padding: 0;
}

#ag-terms {
    padding: 15px;
}

/**
 * Page Template : Free Deals
 */
#mtd-free-deals-alert {
    padding-right: 105px;
    position: relative;
}

#mtd-free-deals-icon {
    font-size: 6em;
    position: absolute;
    right: 10px;
    top: 10px;
}

/**
 * QDA UD Frontpage
 */
#qda-model-fptime {
    display: none;
}

/**
 * Go Pricing
 */
.gw-go-col-wrap {
    display: inline-block !important;
    width: 20% !important;
}

@media (max-width: 1000px) {
    .gw-go-col-wrap {
        width: 33.33% !important;
    }
}

@media (max-width: 600px) {
    .gw-go-col-wrap {
        width: 50% !important;
    }
}

@media (max-width: 450px) {
    .gw-go-col-wrap {
        zoom: 0.8;
    }
}

.gw-go-col.gw-go-blue7 .gw-go-body li {
    background: #fff !important;
    color: #333 !important;
}

.gw-go-col.gw-go-blue7 .gw-go-body li.gw-go-even {
    background: #f9f9f9 !important;
}

.gw-go-col.gw-go-shadow3:before {
    background: none !important;
}

/**
 * BD Contact Form
 */
#bd-contact-form .warning {
    border: 1px solid red;
}

#bd-contact-form .fontred {
    color: red;
}

/**
 * Comment Pagination
 */
.comments-navigation {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.comments-navigation > a,
.comments-navigation > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b5cb5b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.comments-navigation > a:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
}

.comments-navigation .dots,
.comments-navigation .current {
    color: #777;
    cursor: default;
    background-color: #fff;
}

.comments-navigation .current {
    background-color: #eee;
    font-weight: bold;
}

.comments-navigation > a:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.comments-navigation > a:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.carousel-inner .item.active,
.carousel-inner .item.next.left,
.carousel-inner .item.prev.right,
.carousel-inner .item.active.left,
.carousel-inner .item.prev,
.carousel-inner .item.active.right,
.carousel-inner .item.next {
    transform: inherit
}

.carousel-inner .item.active.left {
    left: -33.33333%;
}

.carousel-inner .item.next {
    left: 33.33333%;
}

.carousel-inner .item.prev {
    left: -33.33333%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-inner .item:not(.prev) {
    visibility: visible;
}

.carousel-inner .item.right:not(.prev) {
    visibility: hidden;
}

.rightest {
    visibility: visible;
}

.carousel-inner .item {
    transition: .6s ease-in-out left;
}

.carousel-inner .item.active.right {
    left: 100%;
    transition: 1.03s ease-in-out left;
}

/**
 * THEME MY LOGIN
 */
#theme-my-login .error {
    padding: 15px;
    margin-bottom: 17px;
    margin-top: 17px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

#theme-my-login .message {
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/**
 * AJAX EDIT COMMENTS
 */
.comment-content span.edit-comment,
.comment-content .aec-dropdownarrow span.aec-icons {
    margin: 0;
    background: none;
}

.comment-content span.edit-comment:before {
    line-height: 20px;
    content: "\f040";
    font: normal normal normal 14px/1 FontAwesome;
}

.comment-content .aec-dropdownarrow span.aec-icons:before {
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 20px;
    content: "\f078";
}

.comment-content .aec-dropdownarrow .aec-dropdownlink-less span.aec-icons:before {
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 20px;
    content: "\f077";
}

.comment-content .aec_link_text,
.comment-content .aec_anon_text,
.comment-content .edit-comment-admin-links a,
.comment-content .ajax-edit-time-left,
.comment-content .aec-dropdown-container a {
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
}

/**
 * UPDATE FELIX: 31.03.2016 - 14:26 Uhr
 */

body {
    font-size: 14px;
}

@media (min-width: 768px) {
    .comment .thumbnail {
        width: 80%;
    }

    .dealbadge .corner, .commentbadge .corner {
        top: 35px;
    }

    .dealbadge {
        padding: 6px 0 6px 0;
        line-height: 23px;
        font-size: 18px;
        width: 120px;
    }

    .commentbadge {
        padding: 6px 0 6px 0;
        line-height: 23px;
        font-size: 13px;
        width: 65px;
    }

    .col-xs-offset-3 .deal-button {
        font-size: 18px;
    }

    .comment-meta small {
        font-size: 75%;
    }
}

.entry-content-preview {
    min-height: 48px;
}

.widget-description {
    font-size: 13px;
}

.entry-meta {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f6f6f6;
    line-height: 24px;
    padding: 0 15px;
    font-weight: 400;
    border-top: 1px solid #e6e6e6;
}

footer.entry-meta .text-muted {
    margin-right: 20px;
}

footer.entry-meta .entry-comments.short {
    display: none;
}

@media (max-width: 767px) {
    footer.entry-meta .entry-comments.full {
        display: none;
    }

    footer.entry-meta .entry-comments.short {
        display: inline-block;
    }

    .entry-meta {
        font-size: 12px;
        line-height: 20px;
    }
}

footer.entry-meta a:link,
footer.entry-meta a:active,
footer.entry-meta a:hover,
footer.entry-meta a:visited {
    color: inherit;
    text-decoration: none;
}

footer.entry-meta .fa {
    width: 10px;
    margin-right: 5px;
}

article header .row {
    margin-bottom: 10px;
}

.comment-voting-bar .progress {
    margin-bottom: 5px;
    margin-top: 5px;
}

.comment-list .panel-body {
    padding-bottom: 0px;
    padding-top: 6px;
}

.comment-voting-bar-control {
    top: -20px;
}

@media (max-width: 767px) {
    .commentbadge {
        width: 65px;
    }

    article.userdeal {
        margin-bottom: 10px;
    }
}

.label {
    font-size: 100%;
    font-weight: normal;
}

.single-post-content p {
    margin: 15px 0;
}

a.post-mobile-link {
    color: inherit;
    text-decoration: none;
}

.tmx-hotdeal-slider .nav-tabs {
    border-color: #e6e6e6;
}

.tmx-hotdeal-slider .nav-tabs > li > a, .tmx-hotdeal-slider .nav-tabs > li > a:hover, .tmx-hotdeal-slider .nav-tabs > li.active > a {
    border-color: #e6e6e6;
    border-bottom-color: transparent !important;
    text-decoration: none;
    font-weight: bold;
    color: #50402a !important;
}

@media (max-width: 1199px) {
    .tmx-hotdeal-slider .nav-tabs > li > a {
        font-size: 11px;
    }
}

.tmx-hotdeal-slider .nav-tabs > li > a {
    background-color: #EFEFEF;
}

.tmx-hotdeal-slider .nav-tabs > li.active > a {
    background-color: #FFF;
}

.tmx-hotdeal-slider .nav-tabs > li > a small {
    font-size: 100%;
    font-weight: 100;
}

.tmx-hotdeal-slider .box {
    border-top: none !important;
    border-top-left-radius: 0 !important;
}

.tmx-hotdeal-slider .tab-pane a h5 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0 !important;
}

.tmx-hotdeal-slider .tab-pane a {
    text-decoration: none !important;
}

.tmx-hotdeal-slider .tab-pane h5, .tmx-hotdeal-slider .tab-pane p {
    margin: 5px 0;
}

.tmx-hotdeal-slider .tab-pane .favorite-tab-meta {
    font-size: 12px;
}

.tmx-hotdeal-slider .tab-pane .favorite-tab-price {
    font-size: 13px;
    font-weight: bold;
}

.tmx-hotdeal-slider .tab-pane .favorite-tab-price small {
    font-size: 10px;
    font-weight: 100;
    text-decoration: line-through;
}

.tmx-hotdeal-slider .tab-pane .favorite-tab-thumb {
    padding: 2px;
    border: 1px solid #ddd;
}

.tmx-hotdeal-slider .tab-pane .favorite-tab-thumb img {
    width: 100%;
    height: auto;
}

/**
 * App-View BD Mobile Table
 */
#ddb-table-mobile .panel-heading {
    padding: 0;
}

#ddb-table-mobile .panel-heading a {
    display: block;
    padding: 10px 15px;
}

/**
 * TMX Notification Bubble
 */
#tmx-notification-bubble {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    background-color: #777;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
}

#tmx-notification-bubble i {
    color: #fff;
}

#tmx-notification-bubble .label {
    position: absolute;
    font-size: 10px;
    top: 0;
    right: 0;
}

#tmx-notification-bubble:hover {
    opacity: 0.8;
}

/**
 * Whatsapp - Landingpage
 */

.whatsapp-page h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}

.whatsapp-page p {
    margin: 0;
}

.whatsapp-page .downloads-box {
    padding: 15px 0 35px 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.whatsapp-page .downloads-box h4 {
    font-size: 30px;
    font-weight: 100;
    margin: 0;
}

.whatsapp-page .downloads-box h4 strong {
    color: #95C501;
}

.whatsapp-page .social-box .social-box-header {
    text-align: center;
    background-image: url(images/whatsapp-landingpage-social-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 25px;
    height: 180px;
}

.whatsapp-page .social-box .social-box-header div {
    text-align: center;
}

.whatsapp-page .social-box .social-box-header .col-md-3 img {
    margin-top: 15px;
}

.whatsapp-page .social-box .social-box-header img {
    width: 80%;
    height: auto;
}

.whatsapp-page .social-box .social-box-footer {
    height: auto;
    padding: 60px 0 30px 0;
    text-align: center;
    background-color: #AAC343;
}

.whatsapp-page .social-box .social-box-footer .social-box-youtube img {
    position: absolute;
    margin-top: -70px;
    margin-left: 25px;
}

.whatsapp-page .box.faq h3 {
    margin: 10px 0 20px 0;
    color: #50402a;
}

.whatsapp-page .box.faq .panel {
    margin: 0;
    border-bottom-width: 0;
}

.whatsapp-page .box.faq .panel:last-child {
    margin: 0;
    border-bottom-width: 1px;
}

.whatsapp-page .box.faq .panel-default > .panel-heading {
    background-color: #fff;
    padding: 0;
}

.whatsapp-page .box.faq .panel-default > .panel-heading a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 15px;
    display: block;
}

.whatsapp-page .box.faq .panel .panel-body {
    border-top-width: 0;
}

.whatsapp-page .box.faq .panel-body {
    padding: 5px 15px 15px 15px;
}

.whatsapp-page .box.faq .panel-body p {
    margin: 0;
}

@media (max-width: 767px) {
    .whatsapp-page .social-box .social-box-header {
        height: auto;
        background-image: none;
    }

    .whatsapp-page .social-box .social-box-header img {
        margin: 20px 0;
    }

    .whatsapp-page .social-box .social-box-footer .social-box-youtube iframe {
        width: 100%;
    }

    .whatsapp-page .social-box .social-box-footer {
        padding: 15px 0;
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .whatsapp-page .social-box .social-box-header {
        height: 160px;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

.tmx-topdeals-widget .media-object, .widget_tmx-deals-expiraton-widget .media-object {
    max-width: 72px;
    max-height: 72px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.dealbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    margin: 0;
    padding-top: 30px;
    padding-bottom: 5px;
    line-height: 1.3em;
}

.last_countdown {
    font-size: 18px;
    text-align: center;
    color: #95c501;
    font-weight: bold;
}

.last_countdown span {
    color: #333;
    font-size: 12px;
}

.lastchance .dealprice {
    position: relative;
    padding-top: 15px;
}

/**
 * AUTOCOMPLETE
 */
.ui-autocomplete-loading {
    background: url(images/ajax-loader-transparent.gif) 95% 10px no-repeat;
}

/**
 * PREISVERGLEICH
 */
#billiger-results .billiger-row {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

#billiger-results .prices,
#billiger-results .brand,
#billiger-results .title,
#billiger-results .buttons {
    float: left;
}

#billiger-results .prices {
    width: 20%;
    min-width: 133px;
}

#billiger-results .brand {
    width: 15%;
    min-width: 100px;
    text-align: center;
}

#billiger-results .title {
    width: 40%;
}

#billiger-results .buttons {
    width: 25%;
}

#billiger-results .title,
#billiger-results .price.big {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

#billiger-results .price.small,
#billiger-results .title .small {
    display: block;
    font-size: 10px;
    font-weight: 500;
}

#billiger-results .brand img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.infoline {
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 500;
    color: #777;
}

/**
 * Finanzen
 */

#menu-finanzen,
#menu-finanzen ul {
    padding: 0;
}

#menu-finanzen li {
    list-style-type: none;
}

#menu-finanzen a {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    display: block;
    padding: 5px 0;
    color: #4d4d4d;
    text-decoration: none;
    cursor: default;
    margin-top: 10px;
    margin-left: 2.5em;
}

#menu-finanzen > li > a {
    cursor: pointer;
}

#menu-finanzen > li:first-child a {
    margin-top: 0;
}

#menu-finanzen .sub-menu a {
    padding: 5px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    text-transform: inherit;
    background: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    margin-top: 0;
}

#menu-finanzen .sub-menu li:last-child a {
    border-bottom: 0;
}

#menu-finanzen .sub-menu li.current-menu-item a {
    background: #c91b1b;
    color: #fff;
    border-bottom: 0;
    border-radius: 3px;
}

#menu-finanzen .sub-menu li:not(.current-menu-item) a:hover {
    background: #f7f7f7;
}

#menu-finanzen .sub-menu {
    display: none;
}

#menu-finanzen > li {
    position: relative;
}

#menu-finanzen > li.folded > a::before,
#menu-finanzen > li.folded > a:hover::before,
#menu-finanzen > li.unfolded > a::before,
#menu-finanzen > li.unfolded > a:hover::before {
    position: absolute;
    line-height: 1.7em;
    width: 1.7em;
    text-align: center;
    left: 0;
    font-weight: 900;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    background-color: #c91b1b;
    background: #e22727;
    background: -moz-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: -webkit-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: linear-gradient(to bottom, #e22727 0%, #c61a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22727', endColorstr='#c61a1a', GradientType=0);
    border: solid 1px #c51919;
}

#menu-finanzen > li.folded > a::before,
#menu-finanzen > li.folded:hover > a::before {
    content: '+';
}

#menu-finanzen > li.unfolded > a::before,
#menu-finanzen > li.unfolded:hover > a::before {
    content: '-';
}

#menu-finanzen > li:hover > a::before {
    opacity: 0.8;
}

#menu-finanzen .fa {
    width: 20px;
    text-align: center;
}

/**
 * MCoins Userprofile
 */
#mcoins.tab-pane #heartbeat-coupons-list .confirmed.even {
    background-color: #f1ffde;
}

#mcoins.tab-pane #heartbeat-coupons-list .confirmed.odd {
    background-color: #fcfff6;
}

#mcoins.tab-pane #heartbeat-coupons-list .open.even {
    background-color: #fefccc;
}

#mcoins.tab-pane #heartbeat-coupons-list .open.odd {
    background-color: #fffce9;
}

#mcoins.tab-pane #heartbeat-coupons-list .paid.even {
    background-color: #f2f2f2;
}

#mcoins.tab-pane #heartbeat-coupons-list .paid.odd {
    background-color: #ffffff;
}

#mcoins.tab-pane #heartbeat-coupons-list .cancelled.even {
    background-color: #ffe6ea;
}

#mcoins.tab-pane #heartbeat-coupons-list .cancelled.odd {
    background-color: #fff3f5;
}

#mcoins.tab-pane #heartbeat-coupons-list .friends.even {
    background-color: #f2f2f2;
}

#mcoins.tab-pane #heartbeat-coupons-list .friends.odd {
    background-color: #ffffff;
}

#mcoins.tab-pane #heartbeat-coupons-list {
    width: 100%;
}

#mcoins.tab-pane #heartbeat-coupons-list .row.header {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

#mcoins.tab-pane #heartbeat-coupons-list .row.header .code span {
    color: #999;
    font-size: 85%;
    font-weight: normal;
}

#mcoins.tab-pane #heartbeat-coupons-list .row {
    margin-left: 0;
    margin-right: 0;
}

#mcoins.tab-pane #heartbeat-coupons-list .row.entry {
    position: relative;
}

#mcoins.tab-pane #heartbeat-coupons-list .row.entry {
    line-height: 3em;
    border-top: 1px solid #ddd;
}

#mcoins.tab-pane #heartbeat-coupons-list .row.entry.odd {
    background-color: #f9f9f9
}

#mcoins.tab-pane #heartbeat-coupons-list .row.entry.empty {
    text-align: center;
}

#mcoins.tab-pane #heartbeat-coupons-list .row.entry .code.get-coupon .label:hover {
    cursor: pointer;
    opacity: 0.8;
}

/** Whats App Abo **/

#mon-whatsapp-abo-wrapper {
    border-radius: 4px;
    background: #e42828 url(images/whatsapp-abo/md_wa_bg.jpg) no-repeat 0;
    position: relative;
}

.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));
}

.mon-go-benefits {
    padding-left: 60px;
    margin: 30px 0;
}

.mon-go-benefits li {
    font-size: 26px;
    list-style: none;
    font-weight: 300;
    margin-bottom: 5px;
}

.mon-go-benefits li i {
    color: #c91b1b;
    padding-right: 15px;
}

.mon-go-benefits span {
    font-weight: 700;
}

.whatsapp-label {
    position: absolute;
    width: 50%;
    top: -40px;
    left: -60px;
}

.sub-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 0;
    margin: 20px 0;
}

.mon-whatsapp-abo .page-header, .mon-whatsapp-danke .page-header {
    margin: 5px 0 15px 0;
    border-bottom: solid 1px #ccc8bf;
}

.right-absolute-section {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 30px;
}

#mon-whatsapp-danke-wrapper {
    border-radius: 4px;
    background: #e42828 url(images/whatsapp-abo/md_wa_bg.jpg) no-repeat 0;
    background-size: 100% auto;
    padding: 30px;
    margin-bottom: 20px;
}

.magazin-abo-single-box img {
    width: 100% !important;
}

.magazin-abo-single-box img {
    border-radius: 4px 4px 0 0;
}

.magazin-abo-single-box {
    padding-bottom: 15px;
}

.magazin-abo-single-box p {
    background: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px;
    line-height: 1.6em;
    margin: 0;
}

p.danke-magazine-title {
    font-weight: bold;
    padding-bottom: 0;
    color: #e42828;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.magazin-abo-single-box .old-abo-price {
    position: relative;
}

.magazin-abo-single-box .old-abo-price:after {
    content: "";
    background: url(images/whatsapp-abo/mon_red_line.svg) no-repeat;
    width: 45px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

.magazin-abo-top:after {
    background: url(images/whatsapp-abo/mon-newsletter-top-badge.png) no-repeat;
    content: "";
    position: absolute;
    width: 104px;
    height: 104px;
    right: 15px;
    top: 0;
}

.magazin-abo-single-box .deal-button {
    border-radius: 0 0 4px 4px;
    padding: 8px;
}

.mon-coupon-promo .form-control{
    height: 50px;
    font-size: 20px;
    background: #fff;
    text-align: center;
}
.mon-coupon-promo p{
    color: #fff;
}

.whatsapp-headline {
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
}

.whatsapp-headline span {
    color: #c91b1b;
    font-weight: 700;
}

.mon-whatsapp-abo-inner {
    position: relative;
    overflow: hidden;
    background: url(images/shine_transparent.png) no-repeat;
    background-position: -49% 22%;
}

.mon-whatsapp-layer {
    border-top: 660px solid #fff;
    display: block;
    position: absolute;
    width: 75%;
    border-bottom: 0px solid transparent;
    border-right: 495px solid transparent;
}

#mon-whatsapp-danke-wrapper .whatssapp-thanks {
    font-size: 52px;
    color: #fff;
    line-height: 1;
}

.whatsapp-sub-text {
    font-size: 26px;
    margin-bottom: 60px;
    font-weight: 300;
}

.whatsapp-sub-text span {
    font-weight: 400;
}

#mon-whatsapp-danke-wrapper .whatsapp-sub-text {
    color: #fff;
}

.mon-whatsapp-abo-inner hr {
    width: 100px;
    text-align: left;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.whatsapp-content-wrapper {
    padding: 30px;
}

.mon-whatsapp h1.page-header {
    margin: 0;
}

.highlight-yellow{
    background-color: #FF9;
}
@media (max-width: 767px) {
    #mon-whatsapp-danke-wrapper .whatssapp-thanks {
        font-size: 36px;
    }

    .whatsapp-sub-text {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .mon-coupon-promo .form-control {
        height: 34px;
        font-size: 16px;
    }

    #mon-whatsapp-danke-wrapper {
        padding: 15px;
    }

    .whatsapp-content-wrapper {
        padding: 15px;
    }
    .whatsapp-headline{
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    #mon-whatsapp-abo-wrapper .mon-go-benefits {
        padding: 0;
        margin: 0 auto;
    }

    .mon-go-benefits li {
        font-size: 1.38em;
    }

    .whatsapp-mobile {
        padding: 15px;
    }

    .whatsapp-mobile img {
        margin: 0 auto;
    }

    .mon-whatsapp-layer {
        padding-right: 0;
    }

    .mon-whatsapp-abo-inner{
        background: none;
    }
    .whatsapp-sub-text{
        margin-bottom: 0;
    }
    .mon-whatsapp-layer {
        border-top: 479px solid #fff;
        border-right: 721px solid transparent;
    }
    .mon-go-benefits li i {
        color: #fff;
    }
    .mon-go-benefits li {
        color: #fff;
    }
}
/** Magazine **/
.magazin-title{
    margin: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
}

.magazin-title > a:hover, .magazin-title > a:active {
    text-decoration: none;
}

.magazin-thumb-wrapper{
    position: relative;
    overflow: hidden;
}
.magazin-slider{
    height: 300px;
}

.unslider ul, .unslider ol, .unslider li {
    height: 100%;
}
.magazin-slide{
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
}
.magazin-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: black;
}
.magazin-featured-img img {
    width: 100%;
    position: relative;
    height: auto;
}

.magazin-featured-img {
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

.single-magazin .magazin-featured-img .entry-header h1 {
    font-size: 30px;
    margin-top: 0;
    color: #ffffff;
    display: inline;
}

.single-magazin .entry-meta,
.single-magazin .entry-meta .comment-link {
    margin-top: 0;
}
.magazin-thumbnail-column .edit-btn{
    position: absolute;
    top: 143px;
    right: 25px;
}

.tmx-magazin-slider .owl-item .magazin-slide {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.tmx-magazin-slider-nav div.active, .tmx-magazin-slider-nav div:hover {
    background-color: #4284e0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264b7f', endColorstr='#4284e0',GradientType=0);
}

.tmx-magazin-slider-nav div {
    background-color: #ffffff;
    cursor: pointer;
    min-height: 109px;
}

.tmx-magazin-slider-nav div h3 {
    font-size: 16px;
    line-height: 1.6em;
    margin: 15px 0;
}

.tmx-magazin-slider-nav div.active h3, .tmx-magazin-slider-nav div:hover h3,
.tmx-magazin-slider-nav div.active p span, .tmx-magazin-slider-nav div:hover p span{
    color: #ffffff;
}

.tmx-magazin-slider-nav div p {
    font-size: 12px;
}

.tmx-magazin-slider-nav .tmx-slider-nav:first-child {
    border-bottom-left-radius: 4px;
}

.tmx-magazin-slider-nav .tmx-slider-nav:last-child {
    border-bottom-right-radius: 4px;
}

.magazin-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7) !important;
    padding: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.magazin-content h2 {
    margin: 0 0 10px 0;
    color: #fff;
}

.magazin-content p {
    color: #fff;
    margin-bottom: 0;
}

.magazin-content a.comment-link {
    color: #fff;
}

.col-md-3 .magazin-title {
    height: 93px;
}
.magazin-wrapper {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.tmx-magazin-slider{
    margin-bottom: 25px;
}

.magazin-cat{
    padding: 4px 6px;
    background: #c91b1b;
    color: #fff;
    top: 10px;
    right: 10px;
}
.magazin-thumb i{
    color: #e42828;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.magazin-article-wrapper #infinite-reload-container{
    padding: 0 15px;
    clear: both;
}

.magazin-thumbnail img {
    border-radius: 4px 4px 0 0;
    display: block;
    max-width: 100%;
    height: auto;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-controls .owl-dot{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.magazin-articel {
    float: left;
    margin-bottom: 15px;
}


@media (min-width: 768px) {
    .magazin-thumb-wrapper {
        height: auto;
    }

    .magazin-slide {
        background-size: auto 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .magazin-article-wrapper .magazin-title-text {
        height: 265px;
    }
}
@media (min-width: 992px) {
    .magazin-articel {
        margin-bottom: 30px;
        overflow: hidden;
        max-height: 515px;
    }
    .magazin-thumbnail img {
        height: 100%;
        width: auto;
        max-width: inherit;
    }

    .search .magazin-thumbnail img {
        height: auto;
        width: 100%;
        max-width: inherit;
    }

    .post-type-archive-magazin .magazin-thumb-wrapper,
    .tax-magazincat .magazin-thumb-wrapper{
        height: 200px;
    }

    .tmx-magazin-slider-nav div {
        min-height: 135px;
    }

    .post-type-archive-magazin .magazin-thumbnail img,
    .tax-magazincat .magazin-thumbnail img{
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .post-type-archive-magazin .magazin-title-text,
    .tax-magazincat .magazin-title-text{
        min-height: 216px;
    }
    .magazin-articel {
        margin-bottom: 30px;
        overflow: hidden;
        max-height: 476px;
    }

    .tmx-magazin-slider-nav div {
        min-height: 109px;
    }

    .magazin-slide {
        background-size: 100% auto;
        background-position: top center;
    }
}

.magazin-thumb{
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.link-overlay {
    display: block;
    width: 100%;
    height: 100%;
}
/** Magazine Ende **/

/** Spoiler Box **/
.box-padding{
    padding: 15px;
}
/** Spoiler Box Ende **/

@media(min-width:991px) {
    .dsgvo-register {
        margin-top: 66px;
    }
}

/** Newsletter Widget zwischen Posts **/
#mon-free-deals-newsletter{
    margin: 25px 0;
}
#mon-free-deals-newsletter img{
    position: absolute;
    height: 150px;
    right: 25px;
    margin-top: -120px;
}
@media(min-width: 768px) {
    .mon-newsletter-text-button {
        max-width: 390px;
    }
}
@media(max-width: 767px) {
    .mon-newsletter-text-button {
        width: 100%;
    }
}
@media(max-width: 1199px) {
    #mon-free-deals-newsletter img{
        height: 95px;
        right: 22px;
        margin-top: -95px;
    }
}

/** Newsletter Widget zwischen Posts ENDE **/
.mon-newsletter-wrapper {
    border-radius: 4px;
    background: #e42828 url(images/whatsapp-abo/md_wa_bg.jpg) no-repeat 0;
    position: relative;
    margin-bottom: 20px;
}

.red-gradient-box {
    border-radius: 5px;
    color: #ffffff;
    background: #e22727;
    background: -moz-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: -webkit-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: linear-gradient(to bottom, #e22727 0%, #c61a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22727', endColorstr='#c61a1a', GradientType=0);
    border: solid 1px #c51919;
}

/** Userprofile Fixes **/
.tmx-userprofile .page-header {
    margin: 0 0 10px 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
}
.tmx-userprofile #comments.comments-area {
    border: none;
    padding-left: 0;
}
.tmx-userprofile .tmx-userprofile-content-privatemessage .list-group-item {
    width: 100%;
    text-align: left;
}
.tmx-userprofile .list-group-item.active,
.tmx-userprofile .btn-primary,
.tmx-userprofile .btn-danger {
    color: #ffffff;
    background-color: #c91b1b;
    background: #e22727;
    background: -moz-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: -webkit-linear-gradient(top, #e22727 0%, #c61a1a 100%);
    background: linear-gradient(to bottom, #e22727 0%, #c61a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e22727', endColorstr='#c61a1a', GradientType=0);
    border: solid 1px #c51919;
}
.tmx-userprofile .btn-primary:hover,
.tmx-userprofile .btn-primary:active,
.tmx-userprofile .btn-danger:hover,
.tmx-userprofile .btn-danger:active {
    color: #ffffff;
    background: #b81414;
}
.tmx-userprofile .btn-green,
.tmx-userprofile .btn-success {
    color: #ffffff;
    background-color: #808080;
    border: solid 1px #808080;
}
.tmx-userprofile .btn-green:hover,
.tmx-userprofile .btn-green:active,
.tmx-userprofile .btn-success:hover,
.tmx-userprofile .btn-success:active {
    background-color: #777;
}

/**
 * CMBW Frontpage Promo
 */
.tmx-prime-frontpage-promo {
    background: url(https://www.monsterdealz.de/app/uploads/2020/10/mon_primeday_banner_01.jpg) no-repeat 50%;
}
.tmx-cmbw-frontpage-promo {
    background: url(https://www.monsterdealz.de/app/uploads/2018/11/mon_black_week_banner.jpg) no-repeat 50%;
}
.tmx-singlesday-frontpage-promo {
    background: url("images/blackweek-cybermondy-singlesday/singlesday2020.jpg") no-repeat 50%;
}

.tmx-singlesday-frontpage-promo, .tmx-cmbw-frontpage-promo, .tmx-prime-frontpage-promo {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.tmx-singlesday-frontpage-promo .btn, .tmx-cmbw-frontpage-promo .btn, .tmx-prime-frontpage-promo .btn {
    position: absolute;
    top: 50%;
    margin-top: -16.66666px;
    right: 20px;
}
@media (max-width: 600px) {
    .tmx-singlesday-frontpage-promo, .tmx-cmbw-frontpage-promo, .tmx-prime-frontpage-promo {
        height: 80px;
    }
}
@media (max-width: 400px) {
    .tmx-singlesday-frontpage-promo, .tmx-cmbw-frontpage-promo, .tmx-prime-frontpage-promo{
        height: 60px;
    }
}
@media (max-width: 350px) {
    .tmx-singlesday-frontpage-promo, .tmx-cmbw-frontpage-promo, .tmx-prime-frontpage-promo {
        height: 50px;
    }
}

/**
 * Gewinnspiel Landing Page
 */
.gs-header-box {
    background: #d7453a url("./images/gewinnspiele/shine_background.png") no-repeat 0;
    background: url("./images/gewinnspiele/shine_background.png") no-repeat 0, radial-gradient(ellipse at center, #d7453a 0%,#d7453a 0%,#7b241e 100%);
    background-size: 150% auto;
    background-position: 50%;
    color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
}

.gs-header-box h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
}

.gs-benefits {
    list-style-type: none;
    font-size: 20px;
    margin-bottom: 0;
    padding-left: 0;
}

.gs-benefits li:before {
    font-family: FontAwesome;
    content: "\f00c";
    padding-right: 15px;
}

.gs-abo-arrow {
    position: absolute;
    width: 50%;
    top: -60px;
    left: -60px;
}

@media (min-width: 992px) {
    .gs-header-box {
        background-position: 0;
        margin-bottom: 300px;
    }

    .gs-benefits {
        margin-top: 15px;
    }

    .gs-post-thumbnail-wrapper {
        margin-top: -85px;
    }

    .gs-whatsapp-box {
        position: absolute;
        top: -440px;
        left: 100px;
    }

    .gs-whatsapp-box > .box {
        padding: 0;
        margin: 0;
    }

    .gs-whatsapp-box > .box > iframe {
        height: 410px;
    }
}

@media (min-width: 1200px) {
    .gs-header-box {
        margin-bottom: 210px;
    }

    .gs-whatsapp-box {
        top: -440px;
    }
}

@media (min-width: 768px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (max-width: 767px) {
    .g-recaptcha {
        margin-bottom: 15px;
    }
}

/**
 * Search Autocomplete
 */
#searchform .autocomplete-suggestions {
    right: 53px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
@media (max-width: 767px) {
    #searchform .autocomplete-suggestions {
        left: 17px;
    }
}

#searchform .autocomplete-suggestions .suggestions-head {
    background-color: #f2f2f2;
    color: #808080;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
}

#searchform .autocomplete-suggestions .suggestions-head:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#searchform .autocomplete-suggestion {
    border-bottom: 2px #f3f3f3 solid;
}

#searchform .autocomplete-suggestion:last-child {
    border-bottom: none;
}

#searchform .autocomplete-suggestion .search-result {
    padding-top: 0;
}

#searchform .autocomplete-suggestion .search-result a.search-result-cell-link {
    display: flex;
    padding: 10px;
    width: 100%;
}

#searchform .autocomplete-suggestion .search-result a.search-result-cell-link:hover {
    background-color: #fff7ec;
    text-decoration: none;
}

#searchform .autocomplete-suggestion .search-no-result {
    padding: 5px 10px;
}

.navbar-collapse .searchform {
    z-index: 2;
}

/**
 * Search Result
 */
.search-result {
    border-bottom: 2px #f3f3f3 solid;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
}

.search-result:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.search-result a {
    color: #333;
}

.search-result .entry-title-prefix {
    font-size: 14px;
}

.search-result .search-result-thumbnail-wrapper {
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    padding: 5px;
    width: 70px;
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    word-break: break-word;
    background-color: #fff;
}

.search-result-coupon .search-result-thumbnail-wrapper,
.search-result-bonus .search-result-thumbnail-wrapper {
    background-color: #3a73c2;
    color: #fff;
}

.search-result .search-result-thumbnail-wrapper a {
    line-height: 1;
}

.search-result-coupon .search-result-thumbnail-wrapper a,
.search-result-bonus .search-result-thumbnail-wrapper a {
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
}

.search-result .search-result-thumbnail-wrapper img {
    object-fit: contain;
    width: 60px;
    height: 60px;
}

.search-result-shop .search-result-thumbnail-wrapper img {
    height: auto;
}

.search-result .search-result-text-wrapper {
    margin-left: 10px;
    width: 100%;
    position: relative;
    min-height: 40px;
}

.search-result-coupon .search-result-text-wrapper strong {
    color: #f4721c;
}

.search-result-shop .search-result-text-wrapper small {
    color: #808080;
    font-size: 12px;
    font-style: italic;
}
/**
 * Search Result END
 */
.cmbw-post article header {
    height: 56px !important;
}

#resetpassform #pass-strength-result {
    display: none !important;
}

/**
 * Blackweek special MON changes
 /
 */
article.blackweek-post {
    border: none;
    padding-bottom: 0 !important;
}
article.blackweek-post .entry-footer {
    margin: 0 !important;
}
article.blackweek-post .entry-footer .btn {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
article.blackweek-post .entry-header{
    padding-bottom: 0 !important;
}
article.blackweek-post>footer {
    background: #fff;
}
