/*
Theme Name: DealDoktor
Theme URI: https://www.dealdoktor.de/
Author: TriMeXa GmbH
Author URI: https://trimexa.de/
Description: DealDoktor Responsive Theme 2015 based on Bootstrap 3
Version: 4.1
Text Domain: dealdoktor
*/

/**
 * Fonts
 */
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/**
 * 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%;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    background: #24518f;
    background: -moz-linear-gradient(top,  #264b7f 0%, #4284e0 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #264b7f), color-stop(50%, #4284e0));
    background: -webkit-linear-gradient(top,  #264b7f 0%, #4284e0 50%);
    background: -o-linear-gradient(top,  #264b7f 0%, #4284e0 50%);
    background: -ms-linear-gradient(top,  #264b7f 0%, #4284e0 50%);
    background: linear-gradient(to bottom,  #264b7f 0%, #4284e0 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264b7f', endColorstr='#4284e0',GradientType=0);
}

b, strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #244676;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
}

.h2, h2 {
    font-size: 26px;
}

.h3, h3 {
    font-size: 22px;
}

iframe {
    border: 0;
}

blockquote {
    font-size: 14px;
}

/**
 * Fixes Safari&Bootstrap-row issues, where columns became to wide to get displayed in the right row.
 * Safari rounds up 276,5 ox to 277px. Every other browser rounds it to 276
 */
/*_::-webkit-full-page-media, _:future, :root .row::after {
    display: inline-block;
}
_::-webkit-full-page-media, _:future, :root .row::before {
    display: inline-block;
}*/

/**
 * Common
 */
.no-padding-left {
    padding-left: 0 !important;
}

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

.padding {
    padding: 15px;
}

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

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

.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;
}

.fixed-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

@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;
}

/**
 * Buttons
 */
.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;
}

.text-orange {
    color: #f4721c;
}
.btn-orange-border {
    min-height: 35px;
    color: #f4721c;
    border: 1px solid #f4721c;
    min-width: 100px;
    text-align: left !important;
    padding-right: 35px;
}

.btn-orange-border:hover{
    color: #f4721c;
}

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

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

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

.btn-green {
    color: #ffffff;
    background-color: #3a9a14;
}

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

.btn-green: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-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;
}

/**
 * Form
 */
.input-group-addon-orange {
    background-color: #f4721c;
    border-color: #f4721c;
    color: #ffffff;
}

/**
 * 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 {
    width: auto;
    max-height: 100%;
}

/**
 * Navbar
 */
.navbar-blue {
    background-color: #18437d;
    border-color: #2f61a6;
}

.navbar-blue .navbar-brand {
    color: #ffffff;
}

.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus {
    color: #dddddd;
    background-color: transparent;
}

.navbar-blue .navbar-text {
    color: #ffffff;
}

.navbar-blue .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-blue .navbar-nav > li > a:hover,
.navbar-blue .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #2f5589;
}

.navbar-blue .navbar-nav > .active > a,
.navbar-blue .navbar-nav > .active > a:hover,
.navbar-blue .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #2f5589;
}

.navbar-blue .navbar-nav .dropdown-menu a,
.navbar-blue .navbar-nav .dropdown-menu a:hover,
.navbar-blue .navbar-nav .dropdown-menu a:focus,
.navbar-blue .navbar-nav > .open > a,
.navbar-blue .navbar-nav > .open > a:hover,
.navbar-blue .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #2f5589;
}

.navbar-blue .navbar-nav .dropdown-menu,
.navbar-blue .navbar-nav > .open > .dropdown-menu {
    color: #ffffff;
    background-color: #2f5589;
}

.navbar-blue .navbar-nav .dropdown-menu > li > a,
.navbar-blue .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}

.navbar-blue .navbar-nav .dropdown-menu li > a:hover,
.navbar-blue .navbar-nav .dropdown-menu li > a:focus,
.navbar-blue .navbar-nav .open .dropdown-menu li > a:hover,
.navbar-blue .navbar-nav .open .dropdown-menu li > a:focus {
    color: #ffffff;
    background-color: #18437d;
}

.navbar-blue .navbar-nav .dropdown-menu > .active > a,
.navbar-blue .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-blue .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-blue .navbar-nav .open .dropdown-menu > .active > a,
.navbar-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #18437d;
}

.navbar-blue .navbar-toggle {
    border-color: #2f61a6;
}

.navbar-blue .navbar-toggle:hover,
.navbar-blue .navbar-toggle:focus {
    background-color: #2f5589;
}

.navbar-blue .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-blue .navbar-collapse,
.navbar-blue .navbar-form {
    border-color: #2f61a6;
}

.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; }

@media (min-width: 768px) {
    .navbar-blue .navbar-nav > li.menu-item {
        border-left: 1px #2f61a6 solid;
    }

    .navbar-blue .navbar-nav > li.menu-item:last-child {
        border-right: 1px #2f61a6 solid;
    }

    .navbar-blue .navbar-right {
        padding-right: 0;
    }

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

/**
 * Navbar Category Button
 */
nav.navbar .menu-category-dropdown{
    border-left: 0 !important;
}
nav.navbar .menu-category-dropdown > a{
    padding-left: 0;
    padding-right: 10px
}

nav.navbar .menu-icon-add {
    top: 2px;
}

nav.navbar .dd-menu-popover {
    min-width: 250px;
}

/**
 * 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: 0;
}

/**
 * Blue Tabs
 */
.nav-tabs-blue {
    border-bottom: 0;
}
.nav-tabs-blue > li > a {
    color: #aeccf2;
    background-color: #3b70b2;
    border-bottom: 0;
}

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

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

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

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

/**
 * Gray tabs
 */
.nav-tabs-gray > li > a {
    color: #333;
    background-color: #eee;
}

@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.TMX_Chat iframe {
    width: 100%;
    margin-top: 10px;
}

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

aside.widget_tmx-adsense-widget .div {
    text-align: center;
}

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

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

/**
 * Header
 */
@media (min-width: 992px) {
    #header > .container {
        background: url('images/header_heartbeat_bg.png') no-repeat;
        background-position: center 0;
    }
}

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

#header .site-title {
    width: 350px;
    height: 77px;
    background: url(images/dealdoktor_logo.svg) 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: contain;
    }

}

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

/**
 * Header Bar
 */
.header-bar {
    background-color: #18437d;
    border-bottom: 1px solid #2f61a6;
    color: #fff;
}

.header-bar-inner {
    padding: 5px 20px;
}

.header-bar a {
    color: #fff;
}

.header-bar a:hover {
    color: #eee;
    text-decoration: none;
}

.header-bar nav,
.header-bar nav ul {
    margin-bottom: 0;
    padding-left: 0;
}

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

.header-bar nav > ul > li:last-child {
    margin-right: 0;
}

.header-bar .project-icon {
    background: url(images/headerbar-projects-icons.png) no-repeat;
    padding-left: 27px;
    margin-right: 10px;
}

.header-bar .project-icon:last-child {
    margin-right: 0;
}

.header-bar .project-icon-cg {
    background-position: 0 0;
}

.header-bar .project-icon-pc {
    background-position: 0 -22px;
}

.header-bar .project-icon-st {
    background-position: 0 -44px;
}

.header-bar .project-icon-mb {
    background-position: 0 -66px;
}

.header-bar .project-icon-kl {
    background-position: 0 -198px;
}


/**
 * Page Container
 */
@media (min-width: 768px) {
    #page-container {
        background: url(images/header_menu_glow.png) no-repeat;
        background-position: center 35px;
    }
}

/**
 * Footer
 */
#footer {
    color: #3d79c1;
    padding: 0 0 20px 0;
    margin-top: 60px;
    border-top: 2px solid #071521;
    background-color: #18437d;
}

#footer a:hover,
#footer a:active {
    color: #337ab7;
}

#footer .footer-top .col-md-4 {
    border-left: 1px solid #4284E0;
    border-right: 1px solid #4284E0;
}

#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;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-section-title a{
    text-decoration: underline;
}

.footer-top-shop{
    margin: 5px 15px 9px 0;
    background: white;
    height: 35px;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top-shops .row{
    margin: 0 !important;
}

#footer .no-outer-border{
    border-right: none !important;
    border-left: none !important;
}

#footer .footer-top-shops .col-md-4,
#footer .footer-top-shops .col-sm-4,
#footer .footer-top-shops .col-xs-4{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer-top-shop img{
    display: block;
    margin: 0 auto;
}

#footer .top-partner-shops{
    display: none;
}

.top-partner-shops:nth-child(1),
.top-partner-shops:nth-child(2),
.top-partner-shops:nth-child(3){
    display: block !important;
}


.footer-icon-list a {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 1;
    background-color: #337ab7;
    height: 35px;
    width: 35px;
    padding: 6px 5px;
    text-align: center;
    border-radius: 50%;
}

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

#footer .footer-bottom {
    text-align: center;
}

.footer-bonus-deal{
    line-height: 1.2;
    font-weight: bold;
    background: white;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    padding: 10px 10px 0px 10px;
    margin: 5px 0 13px 0;
}
.footer-bonus-deal:last-child {
    margin-bottom: 0;
}

#footer .footer-top{
    padding: 0 0 20px 0;
}

#footer .email-opt-in{
}

#footer .email-input{
    display: table-cell;
    width: 40%;
    margin: 0 10px 0 10px;
}
#footer .footer-newsletter-form .form-group{
    display: inline;
}

.email-opt-in p{
    width: auto;
}

.footer-platforms{
    padding: 30px 0 20px 0;
    color: white;
    min-height: 70px;
}

.footer-platforms p{
    margin-bottom: 15px;
}

.footer-bonus-deal a{
    color: #f57f32;
}

.footer-newsletter{
    white-space: nowrap;
}

.menu-footer-bottom-container{
    margin-top: 20px;
}

.footer-icon-list {
    display: flex;
    overflow: hidden;
}
.footer-icon-list .dd-social,
.footer-icon-list .dd-apps {
    padding-top: 5px;
}

#footer .footer-icon{
    font-size: 23px;
    color: #163c70;
}

#footer svg.footer-icon{
    width: 100%;
    height: 100%;
    font-size: 23px;
    fill: #163c70;
}

#menu-footer-friends {
    list-style-type: none;
    padding: 0;
}

#menu-footer-friends li {
    padding: 10px 0;
    background: url(images/footer-separator.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

#menu-footer-friends li:first-child {
    padding-top: 0;
}

#menu-footer-friends li:last-child {
    padding-bottom: 0;
    background: none;
}

#menu-footer-friends li:before,
#menu-footer-friends li:after {
    display: table;
    content: " ";
}

#menu-footer-friends li:after {
    clear: both;
}

#menu-footer-friends li > a {
    float: left;
}

#footer .footer-platforms{
    background: #163c70;

}

#footer .menu-item{
    margin-bottom: 5px;
}

#menu-footer-bottom {
    padding-left: 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-email-input{
    vertical-align: top;
}
#footer .footer-dd-social{
    margin-bottom: 5px;
}

@media(min-width: 992px) {
    #footer{
        padding-top: 20px;
    }
    #footer .top-partner-shops{
        display: block;
    }
    #footer .footer-bonus-deal{
        min-height: 54px;
    }
    #footer .footer-bonus-deals{
        padding: 0 25px 0 25px;
    }
    #footer .footer-dd-social{
        padding-left: 80px;
    }
}
@media(min-width: 1200px) {
    #footer .footer-dd-social{
        padding-left: 80px;
    }
    #footer .line-right{
        border-right: 1px solid #4284E0;
    }
    #footer .footer-newsletter-form .form-group{
        display: inline-flex;
    }
}

@media(max-width: 991px) {
    .footer-dd-promo{
        display: table-cell;
    }

    #footer .footer-top{
        padding: 0;
    }
    #footer .footer-section-title{
        margin-top: 10px;
    }
}

@media(max-width: 1199px) and (min-width: 992px){
    #footer .footer-dd-promo{
        padding-left: 40px;
    }
    #footer .dd-newsletter{
        display: inline;
    }
}

@media(max-width: 991px) and (min-width: 768px){
    #footer .footer-email-input{
        width: 60%;
    }
    .footer-email-input .form-control{
        width: 65%;
    }
}

@media(max-width: 767px) {
    .footer-dd-promo{
        display: inline-block;
        width: 100%;
    }
    #footer .form-inline .form-group {
        display: inline-block;
    }
    #footer .footer-btn-newsletter{
        margin-bottom: 4px;
    }
    #footer .footer-dd-promo{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    #footer .footer-newsletter-form {
        margin-top: 15px;
        text-align: center;
    }
    #footer .footer-newsletter-form .form-group {
        margin: 0;
    }
    #footer .footer-icon-list{
        margin: 0 auto;
    }
    #footer .footer-btn-newsletter{
        width: 29%;
    }
    #footer .footer-email-input{
        width: 69%;
    }
    #footer .footer-icon-list a{
        margin-right: 10px;
        margin-left: 12px;
    }
}

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

    #footer {
        margin-top: 20px;
    }

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

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

    #footer .footer-top-shop{
        height: 75px;
    }
}

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

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

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

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

.box-edged-borders-bottom{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

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

.box:after {
    clear: both;
}

/**
 * Align
 */

/**
 * Post
 */

article.type-post,
article.type-bonus,
article.type-magazin,
article.type-userdeal{
    margin-bottom: 20px;
    position: relative;
    border-radius: 0 2px;
}
.home article{
    border-radius: 2px;
}

article .entry-content img:not(.emoji),
article .entry-content table,
article .entry-content tr,
article .entry-content td,
article .entry-content th {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media (min-width: 768px) {
    article .entry-content th.col-md-3,
    article .entry-content td.col-md-3 {
        width: 25% !important;
    }
}

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;
}

.bonus-deal-info img:first-child {
    border: 1px solid #ddd;
    border-bottom: none;
}

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;
}

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

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

@media (max-width: 767px) {
    article .entry-shop-image-wrapper{
        display: none;
    }
}

.archive article.type-beratung {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.archive article.type-beratung:first-child {
    padding-top: 0;
}

.archive article.type-beratung:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

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

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

.type-post .entry-title,
.type-beratung .entry-title,
.type-userdeal .entry-title,
.type-magazin .entry-title,
.type-bonus .entry-title,
.type-secret .entry-title {
    font-size: 18px;
    margin-top: 0;
    display: inline;
}

.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: 10px;
}

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

.entry-title-prefix {
    font-size: 18px;
}

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

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

.entry-title-prefix-userdeal {
    color: #5bc0de;
}

.entry-title-prefix-shop {
    max-height: 24px;
    max-width: 72px;
    border-radius: 3px;
    margin-right: 5px;
    float: left;
    border: 1px solid #DDDDDD;
}

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

.type-post .entry-content,
.type-userdeal .entry-content,
.type-magazin .entry-content,
.type-beratung .entry-content {
    border-top: 3px solid #eee;
    padding: 15px 0;

}

.type-post .entry-content img,
.type-userdeal .entry-content img,
.type-bonus .entry-content img,
.type-magazin .entry-content img,
.type-beratung .entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

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

.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;
    word-break: break-word;
}

.entry-content-column table {
    word-break: normal;
}

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

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

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

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

@media (max-width: 767px) {
    .entry-smartphone-title,
    .home .entry-thumbnail-content-column,
    .archive .entry-thumbnail-content-column,
    .type-page .entry-thumbnail-content-column {
        text-align: center;
        display: block;
    }

    .entry-thumbnail-content-column .entry-title {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.65;
    }
    .magazin-entry {
        font-size: 22px !important;
    }
    .entry-thumbnail-content-column .entry-date {
        font-size: 85%;
        color: #777;
    }

    .entry-thumbnail-column {
        width: 100%;
        display: block;
        padding: 0;
    }

    .entry-thumbnail-column .btn-block {
        border-radius: 0;
        width: 50%;
        min-width: 20%;
        margin: 10px auto 0 auto;
    }

    .list-thumbnail-fixed {
        min-height: 0;
        min-width: 0;
        max-height: 175px;
        width: auto;
        margin: 0;
        border-radius: 2px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 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;
    }
}

/**
 * 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,
.widget-title > small {
    color: #f4721c;
    font-weight: 700;
}

.widget-title > small {
    font-size: 20px;
    font-weight: normal;
}

.widget-title {
    font-size: 20px;
    margin: 0;
    line-height: 1;
}

.widget-description {
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 20px;
}

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

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

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

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

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

.tmx-deals-widget .media-left, .widget_tmx-deals-expiraton-widget .media-left, .tmx-magazin-widget .media-left{
    min-width: 70px;
    max-width: 70px;
}

.tmx-deals-widget .media-object, .widget_tmx-deals-expiraton-widget .media-object, .tmx-magazin-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;
}

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

/**
 * Push Widget
 */
.tmx-push-desktop-notification-widget .tmx-push-speech-bubble {
    padding: 10px 0 0 0;
    margin-top: 10px;
    margin-bottom: 0;
    color: #333;
    border-top: 1px solid #ddd;

}

.tmx-push-desktop-notification-widget .tmx-push-desktop-notification-inactive .tmx-push-speech-bubble {
    margin-bottom: 10px;
}

.tmx-push-desktop-notification-widget .tmx-push-speech-bubble > .tmx-push-notify-icon {
    background-color: #3a9a14;
    padding-top: 4px;
    top: -25px;
    right: 0;
}

.tmx-push-desktop-notification-widget .tmx-push-desktop-notification-inactive .tmx-push-subtitle:before {
    content: "Jetzt neu!";
    color: #f4721c;
}

.tmx-push-desktop-notification-widget .tmx-push-desktop-notification-active .tmx-push-subtitle,
.tmx-push-desktop-notification-widget .tmx-push-speech-bubble-corner,
.tmx-push-desktop-notification-widget .tmx-push-icon-smiley {
    display: none;
}

.tmx-push-desktop-notification-widget .tmx-push-subscribe {
    background-color: #f4721c;
    border-color: transparent;
    outline: none;
}
.tmx-push-desktop-notification-widget .tmx-push-subscribe:hover,
.tmx-push-desktop-notification-widget .tmx-push-subscribe:active,
.tmx-push-desktop-notification-widget .tmx-push-subscribe:focus {
    background-color: #f57f32;
}


/**
 * 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 h4 {
    float: left;
}

.amazon-slider h4 {
    margin-top: 0;
}

#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 .text-right {
    font-size: 14px;
}

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

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

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

#amazon-slideshow p.amazon-price-list small {
    font-size: 10px;
    color: #333;
}

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

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

/**
 * 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: 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 {
    color: #fff;
    background-color: #f4721c;
    border-radius: 100%;
    padding: 2px 5px;
    font-size: 14px;
    cursor: pointer;
}

.slider-button:hover,
.slider-button:focus,
.slider-button:active {
    color: #fff;
    background-color: #f57f32;
}

.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;
}

/**
 * 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;
        width: 100%;
        max-width: 500px;
    }

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

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

/**
 * Voting Bar Small
 */
.voting-bar-control-small .voting-bar-tooltip-column {
    font-size: 12px;
    text-align: right;
    height: 10px;
    width: 48px;
    padding-left: 5px;
}

.voting-bar-control-small .voting-bar-progress-column {
    width: 170px;
    height: 10px;
}

.voting-bar-control-small .voting-bar {
    height: 10px;
    border-radius: 5px;
}

.voting-bar-control-small .voting-bar-progress {
    line-height: 10px;
}

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

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

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

.hotness-50 {
    color: #f4b100;
    border-color: #f4b100;
}

.hotness-75 {
    color: #f4721c;
    border-color: #f4721c;
}

.hotness-100 {
    color: #ff1f1f;
    border-color: #ff1f1f;
}

/**
 * Search
 */
.search-heading {
    margin: 3px 0;
    color: #333;
    font-size: 14px;
}

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

.inline-search-remove-button {
    display: none;
    position: absolute;
    right: 10px;
    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: 0;
        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;
    }
}

#search-tab-box {
    margin-bottom: 20px;
    padding: 0;
}
#search-tab-box li {
    list-style: none;
    float: left;
}
#search-tab-box .btn.btn-default {
    border-radius:0;
    padding: 10px 12px;
}

#search-tab-box li.active .btn.btn-default {
    background: #f4721c;
    border-color: #f4721c;
    box-shadow: none;
    color:#fff;
}

#search-tab-box li:first-child .btn{
    border-top-left-radius: 4px ;
    border-bottom-left-radius: 4px;
}
#search-tab-box li:last-child .btn:first-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius:  4px;
}
/**
 * Login Box
 */
@media (max-width: 991px) {
    .login-box-body,
    .register-box-body {
        float: none !important;
        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 {
    color: #f4721c;
}

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

.login-box-body,
.register-box-body {
    background: #ffffff;
    padding: 0 40px;
    border-top: 0;
    border-right: 1px solid #ddd;
    color: #666666;
    float: left;
}

.register-box-body {
    border: none;
    float: 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: 43px;
}

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

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

/**
 * 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 a {
    margin-left: 10px;
}

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

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

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

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

.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,
.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;
}

@media (max-width: 767px) {
    .comment-meta {
        border-bottom: 1px solid #ddd;
    }
    #post-251266 img.alignright{
        float: none;
    }
}

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

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

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

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

.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
 */
@media (min-width: 768px) {
    #primary-navbar .navbar-collapse {
        margin-left: -15px;
        padding-left: 0;
    }
}

/**
 * Responsive Tables (Footable)
 */
table.footable {
    width: 100%;
    max-width: 100%;
}
article .entry-content table.footable {
    width: 100% !important;
}

/**
 * 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: #f4721c;
}

.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%;
    }
}

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

/**
 * TMX Userprofiles Override
 */
.tmx-userprofile-awards button.achievement.disabled {
    background-color: #F5F5F5;
    color: #C2C2C2;
}
.tmx-userprofile-awards button.achievement,
#achievement-popover .achievement-row.selected button.achievement {
    color: #ffffff;
    background-color: #16437c;
}

/**
 * Profile Heartbeats
 */

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

.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:#f4721c;
}

.profile-content .achievment-group .inprogress .input-group-addon {
    background-color:#f4721c !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;
}
#hb-info .progress{
    position: relative;
    overflow: visible;
    height: 20px;
    margin-top: 30px;
    margin-bottom: 40px;

}
#hb-info .progress .progress-bar {
    position: relative;
    text-align: right;
    padding-right: 5px;
    color: #1f7994;
    border-right: 1px solid #000;
}
#hb-info .progress .progress-bar:first-child {
    border-radius: 2px 0 0 2px;
}
#hb-info .progress .progress-bar:last-child {
    border-radius: 0 2px 2px 0;
}
#hb-info .progress .progress-bar:only-child {
    border-radius: 2px;
}
#hb-info .progress .progress-bar span{
    position: absolute;
    top: 20px;
    right: -1px;
    padding-right: 5px;
    color: #000;
    font-size: 10px;
    border-right: 1px solid #000;
}
#hb-info .progress .progress-bar.current{
    position: absolute;
    height: 20px;
    border-radius: 2px 0 0 2px;
    min-width: 1em;
    padding-left: 2px;
    color: #dbe8f3;
    font-weight: bold;
}
#hb-info .progress-bar.progress-bar-transparent{
    background-color: transparent;
}
#hb-info .progress-bar.active, #hb-info .progress.active .progress-bar{
    animation-direction: reverse;
}
/**
 * Profile Stats
 */
#userprofile-tab-bonusdeals.tab-pane p.earned {
    text-align: center;
    margin: 20px 0 40px 0;
    font-size: 12px;
}
#userprofile-tab-bonusdeals.tab-pane p.earned strong {
    background: url(images/bd_bottom_line.svg) no-repeat;
    background-size: 30%;
    background-position: 50% 100%;
    display: block;
    font-size: 40px;
    color: #8cc63f;
    padding-bottom: 5px;
}
@media (min-width: 992px) {
    #userprofile-tab-bonusdeals.tab-pane p.earned strong {
    background-size: 20%;
    }
}
@media (max-width: 600px) {
    #userprofile-tab-bonusdeals.tab-pane p.earned strong {
        background-size: 50%;
    }
}
#userprofile-tab-bonusdeals.tab-pane p.earned span {
    font-size: 30px;
    font-weight: normal;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .confirmed.even {
    background-color: #f1ffde;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .confirmed.odd {
    background-color: #fcfff6;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .open.even {
    background-color: #fefccc;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .open.odd {
    background-color: #fffce9;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .paid.even {
    background-color: #f2f2f2;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .paid.odd {
    background-color: #ffffff;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .cancelled.even {
    background-color: #ffe6ea;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .cancelled.odd {
    background-color: #fff3f5;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .friends.even {
    background-color: #f2f2f2;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .friends.odd {
    background-color: #ffffff;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats {
    width: 100%;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.header{
    font-weight: bold;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.header .code{
    text-align: right;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.header .code span {
    color: #999;
    font-size: 85%;
    font-weight: normal;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code .get-coupon:first-child {
    margin-left: 5px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row {
    margin-left: 0;
    margin-right: 0;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row > div {
    padding: 4px 10px;
    line-height: 21px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry{
    position: relative;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .unfold {
    position: relative;
    cursor: pointer;
    line-height: 47px;
    color: #999;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .unfold:hover {
    color: #333;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .value,
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code {
    line-height: 47px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code {
    text-align: right;
}
@media (max-width: 767px) {
    #userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code {
        display: none;
    }
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code input {
    margin: 6px 0;
    text-align: center;
    background: url(images/bd-coupons.png) no-repeat #fff;
    padding-left: 35px;
    background-size: 28px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code input.amazon {
    background-position: 2px 5px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code input.bestchoice {
    background-position: 2px -30px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code .get-coupon {
    background: url(images/bd-coupons.png) no-repeat #fff;
    padding-left: 32px;
    background-size: 26px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code .get-coupon.amazon {
    background-position: 2px 3px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code .get-coupon.bestchoice {
    background-position: 2px -29px;
    position: relative;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .code .get-coupon.bestchoice:after{
    display: block;
    content: "neu";
    color: #fff;
    right: -8px;
    top: -6px;
    background: #f00;
    padding: 0 2px 2px 2px;
    position: absolute;
    font-size: 10px;
    border-radius: 4px;
    text-align: center;
    z-index: 10;
    font-weight: bold;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .value strong {
    font-size: 18px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .value small {
    font-weight: normal;
    display: block;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry .problem{
    text-align: right;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry small {
    text-transform: uppercase;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row strong {
    display: block;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .details {
    font-size: 12px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry {
    border-top: 1px solid #ccc;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row.entry.details {
    border-top: 0;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats{
    border-bottom: 1px solid #ccc;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row .title {
    padding-left: 60px;
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .row .title small {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}
@media (max-width: 767px) {
    #userprofile-tab-bonusdeals.tab-pane .bd-stats .row .title {
        padding-left: 0;
        padding-right: 60px;
        text-align: right;
    }
    #userprofile-tab-bonusdeals.tab-pane .bd-stats .logo {
        left: inherit !important;
        right: 2px;
    }
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .logo {
    position: absolute;
    left: 0;
    top: 15px;
    width: 50px;
    height: 25px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: 50%;
}
#userprofile-tab-bonusdeals.tab-pane .btn-link.hidden-xs {
    border: 0;
    padding: 0 12px 4px 12px;
    color: #999;
}
#userprofile-tab-bonusdeals.tab-pane .btn-link.hidden-xs:hover {
    color: #333;
}
#userprofile-tab-bonusdeals.tab-pane .visible-xs > .btn-link {
    padding: 18px 12px 14px 12px;
    text-decoration: underline;
}
@media (max-width: 500px) {
    #userprofile-tab-bonusdeals.tab-pane h3 {
        font-size: 16px;
    }
}
#userprofile-tab-bonusdeals.tab-pane .bd-stats .mobile-unfolder {
    display: none;
    padding: 0;
    line-height: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
}
@media (max-width: 767px) {
    #userprofile-tab-bonusdeals.tab-pane .bd-stats .mobile-unfolder {
        display: block;
    }
}
/**
 * Comment Subscribe
 * Shop Follow
 */
.tmx_sc_load,
.tmx_shop_follow_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 Text Teaser
 */
#amazon-text-teaser .title{
    font-size: 18px;
    color: #244676;
    margin-bottom: 10px;
}
#amazon-text-teaser .red{
    color: #d9534f;
}
#amazon-text-teaser .thumbnail{
    margin-bottom: 0;
}
#amazon-text-teaser .thumb-title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#amazon-text-teaser .price{
    color: #3a9a14;
    font-weight: bold;
    font-size: 16px;
}
#amazon-text-teaser del{
    float:right;
    line-height: 23px;
}
#amazon-text-teaser .btn-orange{
    margin-top: 10px;
}
#amazon-text-teaser .wrapper{
    position:relative;
    width:100%;
    height: 150px;
}
#amazon-text-teaser img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: auto;
    max-height: 150px;
    max-width: 100%;
}
#amazon-text-teaser .row > div{
    padding-right: 7px;
}
#amazon-text-teaser .row > div + div{
    padding-left: 7px;
}
#amazon-text-teaser .row > div:last-child{
    padding-right: 15px;
}
#amazon-text-teaser .caption{
    padding-left:0;
    padding-right:0;
    padding-bottom: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 img,
.amazon-deals-widget-images img.img-responsive {
    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: #2f61a6;
    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;
}

/**
 * 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 {
    word-break: break-all;
}

.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: 0 -15px 15px -15px;
}

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

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

.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
 */
#dd-free-deals-alert{
    padding-right: 105px;
    position: relative;
}
#dd-free-deals-icon{
    font-size: 6em;
    position: absolute;
    right: 10px;
    top: 10px;
}

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

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

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

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

/**
 * 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
 */
#tmx-bonus-contact .warning {
    border: 1px solid red;
}
#tmx-bonus-contact .fontred {
    color: red;
}
/**
 * UD Forms
 */
.form-group .checkbox {
    margin: 6px 0 !important;
}
/**
 * Credit Page Fix (https://www.dealdoktor.de/die-6-besten-kostenlosen-kreditkarten/)
 */
.page-id-89944 article img.alignleft {
    width: 140px !important;
}
.page-id-89944 article .gw-go img {
    height: 100px !important;
}
/**
 * Theme My Login Fix
 */
#theme-my-login .message {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/**
 * Update Shortcode fix
 */
.update-shortcode.alert.alert-info,
.wichtig-shortcode.alert.alert-danger,
.tipp-shortcode.alert.alert-success {
    color: #333;
}

.update-shortcode.alert>ul,
.wichtig-shortcode.alert>ul,
.tipp-shortcode.alert>ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

/**
 * Update Last Chance Timer
 */
.last_countdown{
    font-size: 18px;
    text-align: center;
    color:#f57f32;
    font-weight: bold;
}
.widgetcountdown{
    font-size: 14px;
    color:#f57f32;
    font-weight: bold;
    line-height:14px;
}

.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%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 53%,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) 53%,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 */
    margin: 0;
    padding-top: 30px;
    padding-bottom: 5px;
    line-height: 1.3em;
}
.last_countdown span{
    color: #333;
    font-size: 12px;
}

.page-header {
    margin:0;
    margin-bottom: 10px;
}
.comment-respond h3 {
    margin-top: 0;
}

/**
 * TMX Notification Bubble
 */
#tmx-notification-bubble {
    background-color: #18437d !important;
}

/**
 * Coupons
 */
.gutscheine-overview .gutscheine-search-box {
    padding: 5px !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(24,67,125,1);
    -moz-box-shadow: 0 0 20px 0 rgba(24,67,125,1);
    box-shadow: 0 0 20px 0 rgba(24,67,125,1);
    margin-top: 35px;
    margin-bottom: 65px;
}

.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content .input-group {
    height: 50px;
    margin-bottom: 10px;
}

.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content .btn {
    height: 60px;
    font-size: 18px;
    width: 70px;
}

.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content .form-control {
    height: 60px;
}

.gutscheine-single .row h2 {
    margin: 15px 0 15px 0;
    font-size: 18px;
    color: #f4721c;
}

.gutscheine-lastminute-box h2 {
    font-size: 18px;
    margin: 0 0 25px 0;
    font-weight: bold;
    color: #f4721c;
}

.gutscheine-lastminute-box h2 {
    color: #2f61a6;
}

.gutscheine-overview .gutscheine-search-icon {
    position: absolute;
    margin-top: 80px;
    margin-left: -20px;
}

.gutscheine-overview .gutscheine-search-box-content .gutscheine-search-box-benefit {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    color: #4284e0;
}

.gutscheine-overview .gutscheine-search-box-content .gutscheine-search-box-benefit i {
    color: #3a9a14;
}

.gutscheine-overview .clear {
    clear: both;
}

.gutscheine-lastminute-box h2 {
    padding: 15px 15px 0 15px;
}

.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single h3 {
    font-size: 18px;
    color: #f4721c;
    margin: 0;
    height: 100%;
    padding: 6px 0;
}

.gutscheine-lastminute-box .box {
    -webkit-box-shadow: 0 0 20px 0 rgba(24,67,125,1);
    -moz-box-shadow: 0 0 20px 0 rgba(24,67,125,1);
    box-shadow: 0 0 20px 0 rgba(24,67,125,1);
}

.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single h3 small {
    font-size: 14px;
    color: #2f61a6;
}

.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single {
    border-bottom:1px dashed #ccc;
    padding: 15px 0;
}

.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single:last-child {
    border: none;
    padding-bottom: 0;
}

.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single img {
    max-width: 100%;
    max-height: 50px;
    vertical-align: middle;
    text-align: center;
}

.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single button {
    width: 100%;
    margin-top: 7px;
}

/*.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single div {
    display:table;
    height: 50px;
}*/

.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single .shop-logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Gutscheine Single */

.gutscheine-single .gutscheine-single-logo-box {
    border-right: 1px dashed #ccc;
}

.gutscheine-single .shop-logo {
    margin-bottom: 15px;
    text-align: center;
}

.gutscheine-single .shop-logo img {
    width: 80%;
    max-width: 120px;
    max-height: 40px;
}

.gutscheine-single .shop-link-button button {
    width: 100%;
}

.gutscheine-single iframe,
.gutscheine-single img{
    max-width: 100%;
    max-height: 100%;
}

.gutscheine-single img{
    height: auto;
}

.gutscheine-single .gutscheine-single-text-box h1,
.gutscheine-single .gutscheine-single-logo-box .visible-xs {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 18px;
    color: #f4721c;
}

.gutscheine-single .gutscheine-single-text-box p {
    margin: 0;
}

.gutscheine-single .coupon-list .panel, .gutscheine-single .coupon-list .panel-body {
    border: none;
    border-top: none !important;
}

.gutscheine-single .panel-heading, .gutscheine-single .coupon-list .panel-body {
    padding: 0;
    background-color: #fff;
}

.gutscheine-single .panel-heading {
    margin-bottom: 0;
}

.gutscheine-single .panel-heading a:hover, .gutscheine-single .panel-heading a:active, .gutscheine-single .panel-heading a:focus {
    text-decoration: none;
}

.gutscheine-single .coupon-list .panel-heading i.fa {
    float: right;
}

.coupon-list .custom-deal-pagination{
    display: block;
    text-align: center;
}

.gutscheine-single .coupon-list .panel-body {
    padding: 15px;
}

.gutscheine-single .coupon-list .panel-body .gutschein-rabatt-box {
    border-radius: 5px;
    background-color: #2f61a6;
    text-align: center;
    padding: 15px 0;
    height: 100%;
}

.gutscheine-single .panel-body .gutschein-rabatt-box .gutschein-counter-text {
    color: #64b2e2;
    margin: 30px 0 0 0;
}
@media (max-width: 767px) {
    .gutscheine-single .panel-body .gutschein-rabatt-box .gutschein-counter-text {
        margin: 10px 0 0 0;
    }
}

.gutscheine-single .coupon-list .panel-body .gutscheine-time-out-text {
    color:#e05024;
}

.gutscheine-single .coupon-list .panel-body .btn,
.gutscheine-lastminute-box .btn {
    width: 100%;
    text-align: left;
    max-width: 200px;
    position: relative;
}

@media (max-width: 991px) {
    .gutscheine-single .coupon-list .panel-body .btn,
    .gutscheine-lastminute-box .btn {
        max-width: 100%;
    }
}

.page-template-dd-gutscheine-overview .gutscheine-single .coupon-list .panel-body .btn,
.page-template-dd-gutscheine-overview .gutscheine-lastminute-box .btn {
    margin: 10px 0;
}

.gutscheine-single .coupon-list .panel-body .gutschein-rabatt-box h3 {
    color: #fff;
    margin: 0;
    line-height: 0.8em;
}

.gutscheine-single .coupon-list .panel-body .gutschein-rabatt-box h3 small {
    color: #fff;
    margin: 0;
    font-size: 60%;
}

.gutscheine-single .coupon-list .panel-title {
    font-weight: 400;
    font-size: 18px;
    color: #2f61a6;
}

.gutscheine-single .coupon-list .panel-title a:hover, .gutscheine-single .panel-title a:active, .gutscheine-single .panel-title a:focus {
    text-decoration: none;
}

.gutscheine-single .coupon-list .panel .panel-body {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.gutscheine-single .coupon-list .panel .panel-body:last-child {
    border-bottom: none;
}

.gutschein-btn-code .btn-code-label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    color: #ccc;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0 4px 4px 0;
    -o-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 250ms,border-color 250ms;
    transition: background-color 250ms,border-color 250ms;
    background-color: #FFF;
    text-align: right;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: absolute;
    top: -1px;
    right: -1px;
    direction: rtl;
    background-clip: border-box;
}

.gutschein-btn-code .btn:focus .btn-code-label::before, .gutschein-btn-code .btn:hover .btn-code-label::before {
    background-position: 0 0;
    -webkit-transform: rotateZ(15deg) translate(-8px,-3px) scaleX(1);
    transform: rotateZ(15deg) translate(-8px,-3px) scaleX(1);
}

.gutschein-btn-code .btn:focus .btn-code-label::after, .gutschein-btn-code .btn:hover .btn-code-label::after {
    right: 39px;
    background-color: #f57f32;
}

.gutschein-btn-code .btn-code-label::after {
    background-color: #f4721c;
    border-top:1px solid #f4721c;
    border-bottom:1px solid #f4721c;
    bottom: -1px;
    content: "";
    height: 34px;
    right: 26px;
    position: absolute;
    -webkit-transform: skew(26deg,0deg);
    transform: skew(26deg,0deg);
    -webkit-transition: right 250ms ease 0s,background-color 0ms,border-color 250ms;
    transition: right 250ms ease 0s,background-color 0s,border-color 250ms;
    width: 40px;
}


.gutschein-btn-code .btn-code-label::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-linear-gradient(52deg,#e05024 0,#e05024 49%,rgba(0,122,198,0) 50%,rgba(255,255,255,0) 100%) 0 6px no-repeat rgba(0,0,0,0);
    background: linear-gradient(38deg,#e05024 0,#e05024 49%,rgba(0,122,198,0) 50%,rgba(255,255,255,0) 100%) 0 6px no-repeat rgba(0,0,0,0);
    border-radius: 6px;
    content: "";
    height: 35px;
    position: absolute;
    right: 9px;
    top: 4px;
    -webkit-transform: rotateZ(22deg) translate(0,-10px) scaleX(.9);
    transform: rotateZ(22deg) translate(0,-10px) scaleX(.9);
    -webkit-transition: -webkit-transform 250ms ease 0s,background-position 250ms ease 0s;
    transition: transform 250ms ease 0s,background-position 250ms ease 0s;
    width: 35px;
    z-index: 1;
}

.gutscheine-single .panel-group .panel {
    margin-bottom: inherit;
}

/* MODAL */

.gutscheine-single .panel-body .gutschein-meta-text, .modal-body .gutschein-meta-text{
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #666666;
    padding: 9px 2px;
    text-align: center;
    font-size: 11px;
    margin: 0 0 5px 0;
}

#gutscheine-single-modal .modal-header, #gutscheine-single-modal .modal-footer {
    border: none;
}

#gutscheine-single-modal .modal-header h3 {
    font-size: 31px;
    font-weight: bold;
    line-height: 0.8em;
    margin: 25px 0;
    text-align: center;
    color: #f4721c;
}

#gutscheine-single-modal .modal-header h3 small {
    color: #f4721c;
}

#gutscheine-single-modal .modal-header .gutscheine-time-out-text {
    margin: 0;
    text-align: center;
    color: #337ab7;
}

#gutscheine-single-modal .modal-body .input-group {
    height: 50px;
}

#gutscheine-single-modal .modal-body .btn {
    line-height: 22px;
    font-size: 13px;
}

#gutscheine-single-modal .modal-body .form-control {
    height: 60px;
    text-align: center;
    font-size: 31px;
}

#gutscheine-single-modal .modal-footer {
    padding-bottom: 45px;
}

#gutscheine-single-modal .modal-footer, #gutscheine-single-modal .modal-footer p {
    text-align: center;
}

#gutscheine-single-modal .modal-footer a i {
    font-size: 24px;
}

#gutscheine-single-modal .gutscheine-single-modal-border {
    margin: 5px;
    border-radius: 5px;
    border: 1px dashed #4284e0;
}

#gutscheine-single-modal .gutscheine-single-modal-border .gutscheine-single-modal-icon {
    position: absolute;
    margin-top: 170px;
    margin-left: -21px;
}

#gutscheine-single-modal .gutscheine-single-modal-arrow {
    position: absolute;
    margin-top: -75px;
    margin-left: 540px;
}

/* USER DEALS */

.gutscheine-single .deal-thumb-box {
    position: relative;
    padding: 5px;
    max-height: 180px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #2F61A6;
}

.gutscheine-single .deal-thumb-box img {
    width: 100%;
    height: auto;
}

.panel .deal-headline a:hover {
    text-decoration: none;
}

.gutscheine-single .deal-thumb-box .deal-thumb-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding:10px;
    font-size: 18px;
    line-height: 0.8em;
    background-color:rgba(47, 97, 166, 0.9);
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.gutscheine-single .deal-thumb-box .deal-thumb-price small {
    font-size: 13px;
    font-weight: 100;
    color: #64b2e2;
}

.coupon-list #gutscheine-accordion-content .panel-body {
    border-bottom: 1px dashed #ccc;
}

@media (min-width: 1200px) {
    #gutscheine-single-modal .modal-dialog {
        width: 700px;
        margin-top: 130px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #gutscheine-single-modal .modal-dialog {
        width: 700px;
    }
}

@media (min-width: 749px) and (max-width: 991px) {
    #gutscheine-single-modal .modal-dialog {
        width: 700px;
    }
}

@media (max-width: 1199px) {
    .gutscheine-single .gutscheine-single-text-box {
        margin: 10px 0;
    }

    .gutscheine-single .panel-body .gutschein-meta-text {
        margin: 10px 0;
    }

    .gutscheine-single .panel-body .gutschein-beschreibung-text {
        margin: 10px 0;
    }
}

a.voted {
    color: #23527c;
}

@media (max-width: 767px) {
    .list-display .deal-button{
        display: none;
    }
    .list-display .list-thumbnail-fixed > img {
        margin: 0 ;
    }
    .list-display .list-thumbnail-fixed{
        float: left;
        margin: 0 15px 0 15px;
        width: 33%;
        max-width: 144px;
        height: auto;
        border: 1px solid #ddd;
    }
    .list-display .entry-smartphone-title{
        text-align: left;
        display: flex !important;
    }
    .list-display .entry-content-column{
        position: relative;
        padding-left: 15px;

    }
    .list-display .userdeal{
        position: relative;
    }
    .list-display .voting-bar-progress-column {
        width: 100%;
    }
    .list-display .voting-bar-control {
        display: block;
    }
    .list-display article.type-post, .list-display article.type-userdeal{
        min-height: 135px;
    }

    .list-display .type-post .entry-title,
    .list-display .type-beratung .entry-title,
    .list-display .type-userdeal .entry-title,
    .list-display .entry-title {
        font-size: 14px;
        margin-right: 15px;
        display: block;
    }
    .list-display .entry-title-prefix{
        font-size: 14px;
    }
    .list-display .text-left{
        text-align: left;
    }

    .list-display .smartphone-price{
        position: relative;
        float: left;
        bottom: 0;
        left: 0;
        right: 0;
        width: 33%;
        margin: 0;
        margin-left: 15px;
        max-width: 144px;
        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 );
        padding-top: 15px;
        padding-bottom: 5px;
        line-height: 1.3em;
    }
    .widget{
        display: none !important;
    }
    .tmx-deals-widget, #tmx_chat-2, #text-444858414, #text-444858410, .tmx-deal-hunter-widget{
        display: block !important;
    }
    .magazin-widget-area .widget{
        display: block !important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .widget{
        display: none !important;
    }
    .tmx-deals-widget, #tmx_chat-2, #text-444858414, #text-444858410, .tmx-deal-hunter-widget{
        display: block !important;
    }
    .magazin-widget-area .widget{
        display: block !important;
    }
}

.widget .adsbygoogle{
    background-color: #fff;
    padding-top: 15px;
}

#infinite-reload-container{
    margin-bottom: 20px;
    clear: both;
}

#dd-pagination .pagination,
#ud-pagination .pagination,
#magazin-pagination .pagination{
    margin:0 auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.spoiler-title .fa-chevron-down{
    float:right;
}

.box-padding{
    padding: 15px;
}

.spoiler-link:hover{
    text-decoration: none;
}
.pagination>li {
    display: inline-block;
}
#topDeals img{
    max-width: 150px;
}
#text-444858401{
    padding: 12px;
}

.comment.byuser .thumbnail{
    margin-bottom: 5px;
}
span.total-heartbeats{
    text-align: center;
    display: block;
}
.total-hb{
    font-size: 16px;
}

.magazin-title{
    margin: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
}

.box .magazin-heading{
    text-align: center;
    margin-top: 0;
}

.magazin-wrapper{
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.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;
}
.link-overlay{
    display: block;
    width: 100%;
    height: 100%;
}

.clear{
    clear: both;
}

@media (max-width: 767px) {
    .socialshare > a{
        width: 25% !important;
    }
    .socialshare a span{
        display: none;
    }
    .magazin-content h2 {
        margin: 0 !important;
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
    }
}
.socialshare > a{
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 33.33%;
    display: block;
    float: left;
}
.socialshare > a:hover{
    text-decoration: none;
}
.socialshare .fb{
    background-color:#546c8b;
}
.socialshare .fb:hover{
    background-color:#758dad;
}
.socialshare .tw{
    background-color:#6fc2e3;
}
.socialshare .tw:hover{
    background-color:#8bd4f1;
}
.socialshare .gp{
    background-color:#cb435b;
}
.socialshare .gp:hover{
    background-color:#e65f77;
}
.socialshare .wa{
    background-color:#6da400;
}
.socialshare .wa:hover{
    background-color:#88c313;
}
.socialshare .ma{
    background-color:#e4ca1d;
}
.socialshare .ma:hover{
    background-color:#f3dc4e;
}
.socialshare a span{
    margin-left: 5px;
}
.articlefooter{
    padding: 0;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 25px;
}
.articlefooter > .meta {
    padding: 1px 10px;
    background-color: #f2f2f2;
    border-radius: 0 0 4px 4px;
    line-height: 22px;
    border-top: 1px solid #e4e4e4;
    display: inline-block;
    width: 100%;
}

.expire-footer{
    font-size: 12px;
    color: #C1272D;
    line-height: 22px;
}
.tmx_sc{
    background: transparent !important;
    color: #333 !important;
    font-weight: bold;
}
.tmx-report{
    color: #333;
    font-weight: bold;
}
.deal-expire-col{
    padding-right: 3px;
}
.entry-title-prefix-magazin{
    color: #f4721c;
}
.magazin-entry{
    font-size: 30px;
    margin-top: 0;
    display: inline;
}

.dd-magazin-slider .owl-item .magazin-slide {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.dd-magazin-slider-nav div.active, .dd-magazin-slider-nav div:hover {
    background-color: #4284e0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#264b7f', endColorstr='#4284e0',GradientType=0);
}

.dd-magazin-slider-nav div {
    background-color: #ffffff;
    cursor: pointer;
    min-height: 109px;
}

.dd-magazin-slider-nav div h3 {
    font-size: 16px;
    line-height: 1.6em;
    margin: 15px 0;
}

.dd-magazin-slider-nav div.active h3, .dd-magazin-slider-nav div:hover h3,
.dd-magazin-slider-nav div.active p span, .dd-magazin-slider-nav div:hover p span{
    color: #ffffff;
}

.dd-magazin-slider-nav div p {
    font-size: 12px;
}

.dd-magazin-slider-nav .dd-slider-nav:first-child {
    border-bottom-left-radius: 4px;
}

.dd-magazin-slider-nav .dd-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;
}

.dd-magazin-slider{
    margin-bottom: 25px;
}

.magazin-cat{
    padding: 4px 6px;
    background: #356ab5;
    color: #fff;
    top: 10px;
    right: 10px;
}
.magazin-thumb i{
    color: #3264aa;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.magazin-article-wrapper #infinite-reload-container{
    padding: 0 15px;
}

.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 {
        height: 200px;
    }

    .dd-magazin-slider-nav div {
        min-height: 135px;
    }

    .post-type-archive-magazin .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 {
        min-height: 216px;
    }
    .magazin-articel {
        margin-bottom: 30px;
        overflow: hidden;
        max-height: 468px;
    }

    .dd-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;
}
.gutscheine-overview .gutscheine-search-box {
    -webkit-box-shadow: 0 0 20px 0 rgba(24, 67, 125, 1);
    -moz-box-shadow: 0 0 20px 0 rgba(24, 67, 125, 1);
    box-shadow: 0 0 20px 0 rgba(24, 67, 125, 1);
    margin-top: 35px;
    margin-bottom: 65px;
    padding: 5px!important;
    border-radius: 4px;
}
.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content {
    border: 2px dashed #4284e0;
    padding: 25px 40px;
    border-radius: 4px;
}
.gutscheine-overview #shop-no-results {
    margin: 10px 0 0 0;
}
.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content .input-group {
    height: 50px;
    margin-bottom: 10px;
}
.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content .btn {
    height: 60px;
    font-size: 18px;
    width: 70px;
}
.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content .form-control {
    height: 60px;
}
.gutscheine-overview h2,
.gutscheine-single .row h2 {
    color: #f4721c;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    margin-bottom: 15px;
}
.gutscheine-overview .gutscheine-search-box .gutscheine-search-box-content h1 {
    font-size: 22px;
    font-weight: 700;
    color: #f4721c;
    margin: 0 0 15px;
}

.gutscheine-overview .gutscheine-search-icon {
    position: absolute;
    margin-top: 80px;
    margin-left: -20px;
}
.gutscheine-overview .gutscheine-search-box-content .gutscheine-search-box-benefit {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    color: #4284e0;
}
.gutscheine-overview .gutscheine-search-box-content .gutscheine-search-box-benefit i {
    color: #3a9a14;
}
.gutscheine-overview .clear {
    clear: both;
}
.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single h3,
.shop-box .shop-list .shop-list-single h3 {
    font-size: 18px;
    color: #f4721c;
    height: 100%;
    margin: 0;
    padding: 6px 0;
}
.gutscheine-lastminute-box .box {
    -webkit-box-shadow: 0 0 20px 0 rgba(24, 67, 125, 1);
    -moz-box-shadow: 0 0 20px 0 rgba(24, 67, 125, 1);
    box-shadow: 0 0 20px 0 rgba(24, 67, 125, 1);
}
.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single h3 small {
    font-size: 14px;
    color: #2f61a6;
}
.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    min-height: 120px;
    text-align: center;
}
@media(max-width: 767px){
    .gutscheine-list .gutscheine-list-single,
    .shop-box .shop-list .shop-list-single {
        height: auto;
    }
}
.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single:last-child {
    border: none;
    padding-bottom: 0;
}
.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single img,
.shop-box .shop-list .shop-list-single img {
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 40px;
}
.shop-box .shop-list .shop-list-single img {
    margin: 0 auto;
}
.shop-list-single .btn-green {
    margin-top: 10px;
}
.yt-play-dark{
    position: absolute;
    top: 40%;
    left: calc(50% - 27px);
    width: 54px;
    height: 38px;
    pointer-events: none;
}
.yt-play-red{
    position: absolute;
    top: 40%;
    left: calc(50% - 27px);
    width: 54px;
    height: 38px;
    pointer-events: none;
}
.video:hover > img.yt-play-red {
    display: block;
}
.video:hover > img.yt-play-dark {
    display: none;
}
.box .video{
    position: relative;
}
.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single button {
    width: 100%;
    margin-top: 7px;
}
/*.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single div {
    display: table;
    height: 50px;
}*/
.gutscheine-lastminute-box .gutscheine-list .gutscheine-list-single .shop-logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.gutscheine-single .gutscheine-single-text-box h1 {
    font-weight: 400;
    font-size: 18px;
    color: #f4721c;
    margin: 0 0 15px;
}
.gutscheine-single .coupon-list .panel,
.gutscheine-single .coupon-list .panel-body {
    border: none;
    border-top: none!important;
}
.gutscheine-single .coupon-list .panel-heading,
.gutscheine-single .coupon-list .panel-body {
    background-color: #fff;
    padding: 0;
}
.gutscheine-single .panel-heading i.fa {
    float: right;
}
.gutscheine-single .panel-body .gutschein-rabatt-box {
    border-radius: 5px;
    background-color: #2f61a6;
    text-align: center;
    height: 100%;
    padding: 15px 0;
}
.gutscheine-single .panel-body .gutscheine-time-out-text {
    color: #e05024;
}
.gutscheine-single .panel-body .btn {
    width: 100%;
    text-align: left;
}
.gutscheine-single .panel-body .gutschein-rabatt-box h3 {
    color: #fff;
    line-height: .8em;
    margin: 0;
}
.gutscheine-single .panel-body .gutschein-rabatt-box h3 small {
    color: #fff;
    font-size: 60%;
    margin: 0;
}
.gutscheine-single .panel-title {
    font-weight: 400;
    font-size: 18px;
    color: #2f61a6;
}
.gutscheine-single .panel-body .gutschein-meta-text,
.modal-body .gutschein-meta-text {
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #666;
    text-align: center;
    font-size: 11px;
    padding: 9px 2px;
}
#gutscheine-single-modal .modal-header,
#gutscheine-single-modal .modal-footer {
    border: none;
}

#gutscheine-single-modal .modal-header h3 {
    font-size: 31px;
    font-weight: 700;
    line-height: .8em;
    text-align: center;
    color: #f4721c;
    margin: 25px 0;
}
#gutscheine-single-modal .modal-header h3 small {
    color: #f4721c;
}
#gutscheine-single-modal .modal-header .gutscheine-time-out-text {
    text-align: center;
    color: #337ab7;
    margin: 0;
}
#gutscheine-single-modal .modal-body .input-group {
    height: 50px;
}
#gutscheine-single-modal .modal-body .btn {
    height: 60px;
    font-size: 13px;
}
#gutscheine-single-modal .modal-body .form-control {
    height: 60px;
    text-align: center;
    font-size: 31px;
}
#gutscheine-single-modal .modal-footer {
    padding-bottom: 45px;
}
#gutscheine-single-modal .modal-footer,
#gutscheine-single-modal .modal-footer p {
    text-align: center;
}
#gutscheine-single-modal .gutscheine-single-modal-border {
    border-radius: 5px;
    border: 1px dashed #4284e0;
    margin: 5px;
}
#gutscheine-single-modal .gutscheine-single-modal-border .gutscheine-single-modal-icon {
    position: absolute;
    margin-top: 170px;
    margin-left: -21px;
}
#gutscheine-single-modal .gutscheine-single-modal-arrow {
    position: absolute;
    margin-top: -75px;
    margin-left: 540px;
}

.gutscheine-single .deal-thumb-box {
    max-height: 180px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #2F61A6;
    padding: 5px;
}
.gutscheine-single .deal-thumb-box img {
    width: 100%;
    height: auto;
}
.gutscheine-single .comment-pagination{
    text-align: center;
}
.panel .deal-headline {
    font-size: 18px;
    margin: 0 0 15px 0;
}
@media(max-width: 767px) {
    .panel .deal-headline {
        margin: 10px 0 15px 0;
    }
}

.gutscheine-single .deal-thumb-box .deal-thumb-price {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    line-height: .8em;
    background-color: rgba(47, 97, 166, 0.9);
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 10px;
}
.gutscheine-single .deal-thumb-box .deal-thumb-price small {
    font-size: 13px;
    font-weight: 100;
    color: #64b2e2;
}
#beschreibung h1 {
    font-size: 28px;
}
#beschreibung h3 {
    font-size: 18px;
}
#beschreibung h4 {
    font-size: 15px;
}

.gutscheine-single .coupon-list .panel-heading a:hover,
.gutscheine-single .coupon-list .panel-heading a:active,
.gutscheine-single .coupon-list .panel-heading a:focus,
.gutscheine-single .coupon-list .panel-title a:hover,
.gutscheine-single .coupon-list .panel-title a:active,
.gutscheine-single .coupon-list .panel-title a:focus,
.panel .deal-headline a:hover {
    text-decoration: none;
}
.gutscheine-single .coupon-list .panel .panel-body,
.coupon-list #gutscheine-accordion-content .panel-body {
    border-bottom: 1px dashed #ccc;
}
#gutscheine-single-modal .modal-footer a i,
#beschreibung h2 {
    font-size: 24px;
}

@media (min-width: 1200px) {
    #gutscheine-single-modal .modal-dialog {
        width: 700px;
        margin-top: 130px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #gutscheine-single-modal .modal-dialog {
        width: 700px;
    }
}
@media (min-width: 749px) and (max-width: 991px) {
    #gutscheine-single-modal .modal-dialog {
        width: 700px;
    }
}

.menu-item-355052 {
    position: relative;
}

/*#menu-item-355052 a:after {
    display: block;
    content: "neu";
    right: -8px;
    top: -2px;
    background: #f00;
    height: 20px;
    width: 25px;
    position: absolute;
    font-size: 12px;
    border-radius: 4px;
    text-align: center;
    z-index: 10;
}*/

@media (max-width: 767px) {
    article .entry-content .last-chance-table img:not(.emoji){
        width: 75px !important;
        height: 75px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        max-width: 115px;
    }
}





/**
 * Top Deals Slider
 */
#dd-topdeals-slider-wrapper {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
}
#dd-topdeals-slider .owl-item {
    max-height: 300px;
}
#dd-topdeals-slider .item a > .wrapper {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 2px;
}
.dd-topdeals-slider-nav > a {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    line-height: 36px;
    margin-top: -20px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    color: #ffffff;
    background-color: #f4721c;
}
#dd-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;
}
#dd-topdeals-slider-fold{
    top: 15px;
    right: 15px;
    margin-top: 0;
    border-radius: 4px;
}
.dd-topdeals-slider-nav > a:hover,
#dd-topdeals-slider-fold:hover{
    opacity: 0.8;
}
#dd-topdeals-slider-unfold {
    padding: 6px 0;
    width: 33px;
    margin-left: 10px;
    text-align: center;
}
.dd-topdeals-slider-nav-left{
    left: 0;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.dd-topdeals-slider-nav-right{
    right: 0;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#dd-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;
}

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

#dd-topdeals-slider .deal-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 150px;
    width: 100%;
}
#dd-topdeals-slider .deal-button i {
    float: right;
    line-height: 1.42857143;
}
#dd-topdeals-slider-unfold-wrapper {
    border: 1px solid #bce8f1;
    background-color: #d9edf7;
    margin-bottom: 20px;
    border-radius: 2px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: right;
}
/**
 * CMBW Frontpage Promo
 */
.tmx-cmbw-frontpage-promo {
    background: url(images/dd_adventskalender_teaser.jpg) no-repeat 50%;
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #4973ae;
}
.tmx-cmbw-frontpage-promo .btn {
    position: absolute;
    top: 50%;
    margin-top: -16.66666px;
    right: 20px;
}
@media (max-width: 600px) {
    .tmx-cmbw-frontpage-promo {
        height: 80px;
    }
}
@media (max-width: 400px) {
    .tmx-cmbw-frontpage-promo {
        height: 60px;
    }
}
@media (max-width: 350px) {
    .tmx-cmbw-frontpage-promo {
        height: 50px;
    }
}
/**
 * BONUS DEALS
 */
.bonus-deals-statistik {
    background-color: #16437c !important;
    color: #fff !important;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.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-deals-statistik-inner a {
    color: #fff;
}
#tmx-bd-header-howto {
    background: #376dba url(images/shine_transparent.png) no-repeat 0 52%;
    background-size: 100% auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#tmx-bd-svg-howto,
#tmx-bd-svg-step1,
#tmx-bd-svg-step2,
#tmx-bd-svg-step3 {
    height: 2.5em;
    margin: 1em auto;
    -webkit-filter: drop-shadow( 2px 2px 0px rgba(0, 0, 0, 0.3) );
    filter: drop-shadow( 2px 2px 0px rgba(0, 0, 0, 0.3) );
}
#tmx-bd-svg-howto {
    height: 3.5em;
}
#tmx-bd-stats-info,
#ddb-faq {
    margin-top: 20px;
}
#bd-stats-user-info {
    background: #19437d;
    color: #fff;
    position: relative;
    padding-left: 100px;
}
#bd-stats-user-info::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f080";
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
}
#bd-stats-user-info a {
    text-decoration: underline;
    color: #fff;
}
body.page-template-dd-bonus-deals-2017 h1,
body.page-template-dd-bonus-deals-2017 h2,
body.page-template-dd-bonus-deals-2017 h3 {
    color: #f67726;
}
body.page-template-dd-bonus-deals-2017 .box h1:first-child,
body.page-template-dd-bonus-deals-2017 .box h2:first-child,
body.page-template-dd-bonus-deals-2017 .box h3:first-child {
    margin-top: 0 !important;
}
#tmx-bd-list {
    position: relative;
}
#tmx-bd-loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 10;
    margin-left: -2em;
}
#tmx-bd-loader i {
    font-size: 4em;
    color: #fff;
}
.bd-entry {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
}
.bd-entry.transparent {
  opacity: 0.25;
}
.bd-entry-title {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 10px;
    color: #44618b;
    height: 42px;
    overflow: hidden;
}
.bd-entry-title span {
    color: #f4721a;
}
.bd-entry-ama {
    background-color: #f2f2f2;
    text-align: center;
}
.bd-ama-svg,
.bd-ama-img {
    width: auto;
    max-width: 100%;
    padding: 5px 0;
    max-height: 35px;
}
.bd-entry-sum {
    background-color: #f4721c;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.bd-entry-sum:hover {
    background-color: #fb8f47;
    cursor: pointer;
}
#ddb-faq-accordion {
    margin: 0;
}
#ddb-faq {
    margin-bottom: 30px;
}
.bd-disclaimer {
    color: #fff;
    margin-top: 30px;
}
.bd-disclaimer p:last-child {
    margin: 0;
}
.bd-disclaimer a {
    color: #fff !important;
    text-decoration: underline;
}
#bd-modal button.close,
#bd-registration-modal button.close {
    z-index: 1;
    position: relative;
    top: 10px;
    right: 10px;
}
#bd-modal .modal-load {
  color: #ccc;
  margin: 2em 0;
  font-size: 2.5em;
}
#bd-modal .logo-wrapper {
  width: 70%;
  margin: auto auto 20px auto;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px;
}
#bd-modal .logo-wrapper img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80px;
}
#bd-modal .coupon-wrapper {
  width: 70%;
  margin: auto auto 20px auto;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
}
#bd-modal #friends-wrapper,
#bd-modal #bd-blitzreg,
#bd-modal .friends-wrapper {
  width: 70%;
  margin: 20px auto 20px auto;
}
#bd-modal #bd-blitzreg h3 {
    margin-top: 0px;
}
#bd-modal .ama-wrapper {
    background-color: #f2f2f2;
    text-align: center;
}
#bd-modal .price-wrapper {
  background-color: #79c942;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#bd-modal #bd-deallink,
#bd-modal #bd-blitzreg-toggle,
#bd-modal #bd-friendslink {
  display: block;
  width: 70%;
  margin: auto auto 20px auto;
  text-align: center;
  border-radius: 2px;
  padding: 10px;
  font-size: 1.5em;
}
#bd-modal .title-wrapper {
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
    color: #44618b;
    overflow: hidden;
}
#bd-modal .title-wrapper span {
    color: #f4721a;
}
#bd-modal .title-wrapper span {
    color: #f4721a;
}

#bd-modal h3 {
  color: #18427c;
  font-weight: bold;
}
#bd-modal hr {
  border-top-width: 3px;
  border-color: #e6e6e6;
}
#bd-modal #bd-blitzreg #bd-deallink {
    width: 100%;
}
#bd-modal #bd-msg {
    margin-top: 20px;
}
#bd-modal label[for="bd-friendlink"] small {
    color: #999;
    font-weight: normal;
}
@media (max-width: 767px) {
    .bd-entry {
        margin-bottom: 15px;
    }
    #bd-modal .modal-dialog {
        margin: 15px;
    }
    #bd-modal #bd-deallink,
    #bd-modal #bd-blitzreg-toggle,
    #bd-modal #bd-friendslink,
    #bd-modal #bd-blitzreg #bd-deallink,
    #bd-modal .coupon-wrapper,
    #bd-modal .friends-wrapper {
      width: 100%;
    }
    #bd-modal #bd-blitzreg,
    #bd-modal #friends-wrapper {
      width: 100%;
      margin: auto auto 20px auto;
    }
}
/**
 * DD GEWINNSPIELE
 */
.no-margin-top{
    margin-top: 0;
}

.dd-gewinnspiel-page .dd-gewinnspiel-header img {
    width:100%;
    height:auto;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content .box {
    color: #ffffff;
    background: rgb(242,171,58); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,171,58,1) 0%, rgba(244,114,28,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,171,58,1) 0%,rgba(244,114,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,171,58,1) 0%,rgba(244,114,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ab3a', endColorstr='#f4721c',GradientType=0 ); /* IE6-9 */
    border:solid 1px #f4721c;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content .nav-tabs {
    border-bottom: 1px solid transparent;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content .nav-tabs>li {
    width: 45%;
    text-align: center;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content .nav-tabs>li.active>a,
.dd-gewinnspiel-page .dd-gewinnspiel-content .nav-tabs>li.active>a:focus,
.dd-gewinnspiel-page .dd-gewinnspiel-content .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background: rgb(242,171,58); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,171,58,1) 0%, rgba(244,114,28,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,171,58,1) 0%,rgba(244,114,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,171,58,1) 0%,rgba(244,114,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ab3a', endColorstr='#f4721c',GradientType=0 ); /* IE6-9 */
    border:solid 1px #f4721c;
    border-bottom: none;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content .nav-tabs>li>a {
    color: #ffffff;
    background: #376cb9;
    border:solid 1px #254a7e;
    border-bottom: none;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content .tab-content {
    background: rgba(244,114,28,1);
    padding: 15px;
    border-radius: 4px;
    border-top-left-radius: 0;
    color: #fff;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content p.step::before {
    content: ".";
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    width:50px;
    height:50px;
    background-size: auto 100%;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content p.step.one::before {
    background: url(images/dd-gewinnspiel-steps-sprite.png) no-repeat;
    background-position: left;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content p.step.two::before {
    background: url(images/dd-gewinnspiel-steps-sprite.png) no-repeat;
    background-position: right;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content {
    margin-top:-25px;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content p {
    margin:0;
}

.dd-gewinnspiel-page .dd-gewinnspiel-content p.step span {
    font-size:18px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 2px 5px;
    color: #f4721c;
    vertical-align: middle;
    margin: auto 5px;
}

.dd-gewinnspiel-page .dd-gewinnspiel-footer p {
    color: #fff;
    font-size: 12px;
    margin-top:15px;
}

.dd-gewinnspiel-page .dd-gewinnspiel-footer p a {
    color: #fff;
    text-decoration: underline;
}

.dd-gewinnspiel-page .dd-gewinnspiel-footer .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.dd-gewinnspiel-page .dd-gewinnspiel-footer .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dd-gewinnspiel-page .dd-gewinnspiel-footer .dd-gewinnspiel-infobox p {
    margin:0;
    color: #333;
}

.dd-gewinnspiel-page .dd-gewinnspiel-footer .dd-gewinnspiel-infobox p:first-child {
    font-size: 18px;
    color: #f4721c;
}

.dd-gewinnspiel-page .dd-gewinnspiel-footer .dd-gewinnspiel-infobox p:last-child {
    margin-top: 10px;
}

.dd-gewinnspiel-page .dd-free-deals-newsletter-header{
    margin-top:5px;
}

.page-template-dd-gewinnspiel .iframe-wrap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.page-template-dd-gewinnspiel iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {

    .dd-gewinnspiel-page .dd-gewinnspiel-content {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .dd-gewinnspiel-page .dd-gewinnspiel-content p.step:last-child {
        margin-top: 15px;
    }

    .dd-gewinnspiel-page .dd-gewinnspiel-content p.step.one::before,
    .dd-gewinnspiel-page .dd-gewinnspiel-content p.step.two::before{
        width:25px;
        height:25px;
        background-size: auto 100%;
    }

    .dd-gewinnspiel-page .dd-gewinnspiel-content p.step span,
    .dd-gewinnspiel-page .dd-gewinnspiel-content p.step a {
        display: block;
        margin: 10px auto;
    }

    .dd-gewinnspiel-page .dd-gewinnspiel-content p.step a {
        font-size:18px;
        background-color: #ffffff;
        border-radius: 4px;
        padding: 2px 5px;
        color: #f4721c;
        vertical-align: middle;
        margin: auto 5px;
    }

    .dd-gewinnspiel-page .checkbox {
        margin:10px 0;
    }
}

/**
 * Blackfriday and Cybermonday
 */
.blackfriday-teaser-box {
    display:table;
    width:100%;
    background: #f4721c;
    background: -moz-linear-gradient(-45deg,  #f4721c 0%, #f4721c 50%, #3d79c1 50%, #3d79c1 100%);
    background: -webkit-linear-gradient(-45deg,  #f4721c 0%,#f4721c 50%,#3d79c1 50%,#3d79c1 100%);
    background: linear-gradient(135deg,  #f4721c 0%,#f4721c 50%,#3d79c1 50%,#3d79c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4721c', endColorstr='#3d79c1',GradientType=1 );
    padding: 15px 0;
    border-radius: 2px;
    margin-bottom: 20px;
    clear: both;
}
.blackfriday-teaser-box:after {
    clear:both;
}

.blackfriday-teaser-box img {
    width:100%;
}

.blackfriday-teaser-box p {
    margin:12px 0;
    color:#fff;
    font-weight:bold;
}

.blackfriday-teaser-box .btn {
    width: 100%;
}

@media (max-width: 991px) {
    .blackfriday-teaser-box .btn {
        width: 100%;
    }
    .blackfriday-teaser-box {
        text-align:center;
    }
    .blackfriday-teaser-box img {
        width:80%;
        margin: 10px auto;
    }
}

/**
 * Gewinnspiele
 */
#gs-footer {
    background-color: transparent;
    border-top: none;
    margin-top: 5px;
    padding-top: 0;
    color: #fff;
}

#gs-footer .text-small {
    text-align: justify;
    font-size: 75%;
}

.gs-footer a {
    text-decoration: underline;
}

#gs-footer nav {
    text-align: center;
}

#gs-footer a {
    color: #fff;
    padding-right: 10px;
}

#gs-footer a:last-child {
    padding-right: 0;
}

#gs-main-container {
    margin: 0 15px 0 15px;
    padding: 15px 5px;
    border: solid 1px #18437d;
    border-radius: 6px;
    background: #376dba url('images/shine_transparent.png') no-repeat -225%;
    background-size: 90% auto;
}
#dd-go-wrapper{
    border: solid 1px #18437d;
    border-radius: 6px;
    background: #376dba url('images/shine_transparent.png') no-repeat 134%;
    background-size: 170% auto;
    padding: 30px;
}
#dd-go-wrapper .text-small {
    text-align: justify;
    font-size: 85%;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    margin-bottom: 0;
}
#dd-go-wrapper .text-small a {
    text-decoration: underline;
    color: #fff;
}
#dd-go-wrapper .text-small a:hover {
    color: #f4721c;
}

.right-absolute-section{
    position: absolute;
    right: 65px;
}
.top-wrapper{
    padding-bottom: 100px;
}
.dd-go-stats{
    clear: both;
    padding: 15px 0;
}
.dd-go-benefits{
    padding-left: 100px;
    margin: 30px 0;
    padding-bottom: 15px;
}
.how-to-go{
    padding: 30px;
}

.how-to-go p{
    margin-bottom: 30px;
}
.how-to-go h1{
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    color: #2f61a6;
}
.dd-go-benefits li{
    color: #fff;
    font-size: 1.6em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    list-style: none;
}
.dd-go-stat{
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
}

.top-wrapper .dd-go-stat{
    padding-right: 20px;
}

.dd-go-stat i {
    color: #f4721c;
    font-size: 1.3em;
    padding-right: 5px;
}

.dd-go-stat span {
    font-weight: 700;
}

.dd-go-benefits li:before{
    font-family: FontAwesome;
    content: "\f00c";
    color: #8bc73d;
    padding-right: 15px;
}
.dd-go-benefits span{
    font-weight: 700;
}
.download-button:hover .input-group-addon i {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.dd2go-partnershops{
    padding-left: 0;
    margin-left: -2px;
}

.dd2go-partnershops li{
    list-style: none;
    float: left;
    background: #fff;
    width: 140px;
    height: 40px;
    border-radius: 2px;
    margin: 2px;
}
.dd2go-partnershops li a {
    color: #f4721c;
    font-weight: 700;
    font-size: 19px;
    display: block;
    padding: 5px;
    text-align: center;
}
.download-button .input-group-addon i {
    transition: all ease .2s;
}

.download-button:hover .btn i.fa.fa-angle-double-right {
    margin-left: 15px;
    margin-right: 15px;
}
.download-button .btn i.fa-angle-double-right{
    transition: all ease .2s;
}

.download-button.orange .gradient {
    color: #ffffff;
    background: #fec93b;
    background: -moz-linear-gradient(top, #fec93b 0%, #f47a2f 100%);
    background: -webkit-linear-gradient(top, #fec93b 0%,#f47a2f 100%);
    background: linear-gradient(to bottom, #fec93b 0%,#f47a2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec93b', endColorstr='#f47a2f',GradientType=0 );
    border-color: #f4721c;
}

.download-button .input-group-addon {
    font-size: 30px;
    border-right: 1px solid;
    min-width: 60px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.download-button .btn {
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.download-button .btn strong {
    font-size: 21px;
    line-height: 1em;
}

.download-button .btn i.fa-angle-double-right {
    margin-left: 30px;
    font-size: 21px;
}


#gs-form {
    margin: 50px auto 50px auto;
}

img.gs-input-arrow {
    position: absolute;
    margin-left: -90px;
}

#gs-form , #gs-form a{
    color: #fff;
}
#gs-form a {
    text-decoration: underline;
}
.gs-headline {
    display: block;
    font-size: 58px;
    color: #f4721c;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-variant: small-caps;
    text-shadow: -4px -4px 0 #fff, -4px -3px 0 #fff, -4px -2px 0 #fff, -4px -1px 0 #fff, -4px 0 0 #fff, -4px 1px 0 #fff, -4px 2px 0 #fff, -4px 3px 0 #fff, -4px 4px 0 #fff, -3px -4px 0 #fff, -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -3px 4px 0 #fff, -2px -4px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -2px 4px 0 #fff, -1px -4px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, -1px 4px 0 #fff, 0 -4px 0 #fff, 0 -3px 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 0 3px 0 #fff, 0 4px 0 #fff, 1px -4px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 1px 4px 0 #fff, 2px -4px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 2px 4px 0 #fff, 3px -4px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 3px 4px 0 #fff, 4px -4px 0 #fff, 4px -3px 0 #fff, 4px -2px 0 #fff, 4px -1px 0 #fff, 4px 0 0 #fff, 4px 1px 0 #fff, 4px 2px 0 #fff, 4px 3px 0 #fff, 4px 4px 0 #fff;
    text-align: right;
    margin: 0;
    line-height: 1.1;
}

.gs-subheadline {
    display: block;
    text-align: right;
    font-family: 'Permanent Marker', cursive;
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    line-height: 1.1;
}

svg#gs-headline-svg {
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.05em;
    height: 71px;
    padding-left: 5px;
    text-transform: uppercase;
}

svg#gs-headline-svg text.gs-outline {
    stroke: white;
    stroke-width: 10px;
    stroke-linejoin: round;
}

svg#gs-headline-svg text.gs-outline,
svg#gs-headline-svg text.gs-headline,
svg#gs-headline-svg text.gs-outline tspan,
svg#gs-headline-svg text.gs-headline tspan {
    baseline-shift: -60px;
    word-spacing: 0;
}

text.gs-headline tspan,
text.gs-outline tspan {
    font-size: 65px;
}

div#gs-image-box img {
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    height: auto;
}

p.gs-expiration span.gs-digit {
    text-align: center;
    font-weight: 700;
    display: inline-block;
    height: 63px;
    width: 42px;
    background-image: url('images/time_background.png');
    background-size: 100% 100%;
    color: #f68623;
    font-size: 40px;
}

p.gs-expiration img.gs-expiration-prefix {
    height: 100%;
    vertical-align: bottom;
    margin-right: 10px;
    margin-bottom: 3px;
}

.gs-success-box-inner {
    text-align: center;
    padding: 25px 20px 20px 20px;
    border: solid 1px #18437d;
    border-radius: 6px;
    background: #376dba url('images/shine_transparent.png') no-repeat center;
    background-size: 100% auto;
}

.tmx-deals-widget .media-heading,
.tmx-magazin-widget .media-heading{
    display: inline-block;
    line-height: 1.1;
}

.media-body .widget-deals-heading a{
    color: #f4721c;
    font-size: 14px;
}

.media-body .widget-deals-heading{
    color: #2f61a6;
    font-weight: 600;
    line-height: 15.4px;
    margin-bottom: 5px;
}

.media-body .widget-deals-heading small{
    font-size: 75%;
}

.comment-respond .comment-reply-title{
    color: #244676;
}

.ddb-desc .h3{
    color: #244676;
}

.wp-caption {
    width: auto !important;
    display: table;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wp-caption .wp-caption-text {
    border: 1px solid lightgray;
    background-color: #f2f2f2;
    color: #828282;
    font-size: 12px;
    font-style: italic;
    padding: 5px;
    text-align: center;
    caption-side: bottom;
    display: table-caption;
}

@media(max-width:1199px) {
    span.gs-subheadline {
        text-align: right;
        font-size: 32px;
    }

    svg#gs-headline-svg {
        font-size: 42px;
    }

    svg#gs-headline-svg text.gs-outline {
        stroke-width: 8px;
    }

    text.gs-headline tspan,
    text.gs-outline tspan {
        font-size: 52px;
    }
}

@media(max-width:991px) {
    .gs-headline {
        font-size: 40px;
    }

    .top-wrapper{
        padding-bottom: 30px;
    }

    #gs-main-container {
        background-size: auto 100%;
        background-position: center;
    }

    .gs-subheadline {
        text-align: right;
        font-size: 26px;
    }

    svg#gs-headline-svg {
        font-size: 22px;
        height: 50px;
        overflow: hidden;
    }

    svg#gs-headline-svg text.gs-outline {
        stroke-width: 5px;
    }

    svg#gs-headline-svg text.gs-outline,
    svg#gs-headline-svg text.gs-headline,
    svg#gs-headline-svg text.gs-outline tspan,
    svg#gs-headline-svg text.gs-headline tspan {
        baseline-shift: -35px;
        word-spacing: 0;
    }

    text.gs-headline tspan,
    text.gs-outline tspan {
        font-size: 30px;
    }

    p.gs-expiration {
        text-align: left;
        margin-top: 20px;
    }

    #gs-form {
        margin: 15px auto 20px auto;
    }

    p.gs-expiration img.gs-expiration-prefix {
        height: 36px;
        vertical-align: bottom;
        margin-right: 10px;
        margin-bottom: 3px;
    }

    p.gs-expiration span.gs-digit {
        text-align: center;
        font-weight: 700;
        display: inline-block;
        height: 40px;
        width: 23px;
        background-image: url('images/time_background.png');
        background-size: 100% 100%;
        color: #f68623;
        font-size: 27px;
    }
}

/**
 * Browser Addon Notification
 */
#dd-ba-notification {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 4px;
    border: 1px #356db6 solid;
}

body.admin-bar #dd-ba-notification {
    top: 40px;
}

.dd-ba-notification-header {
    background: linear-gradient(to bottom, #4284e0, #226093);
    padding: 5px 25px 5px 5px;
}

#dd-ba-notification-close {
    position: absolute;
    right: 8px;
    top: 6px;
    color: #fff;
}

.dd-ba-notification-body {
    background: #fff;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dd-ba-notification-body a {
    font-weight: bold;
    color: rgb(244, 114, 28);
}

.user-edit-link{
    font-weight: 300;
    font-size: 13px;
    display: block;
}

.entry-footer.margin-bottom{
    margin-bottom:10px;
}

.alert-ud{
    margin: 10px 0;
}
.userdeal .alert-ud{
    margin-top: 0;
}

.first-user-deal{
    background: #fff;
    padding: 15px;
}
.first-user-deal p{
    margin: 0;
    padding: 15px 0;
}
.first-user-deal a{
    color: #fff;
    text-decoration: underline;
}
.first-user-deal i{
    font-size: 44px;
    padding: 15px 0;
}


.first-user-deal p span{
    font-size: 12px;
}
.wrapper-first-deal{
    border-radius: 4px;
    text-align: center;
    color: #fff;
    border: 1px solid #348210;
    background: #95c501; /* Old browsers */
    background: -moz-linear-gradient(top, #95c501 0%, #3a9a14 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #95c501 0%,#3a9a14 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #95c501 0%,#3a9a14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c501', endColorstr='#3a9a14',GradientType=0 ); /* IE6-9 */
}
.fud-layer{
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(images/shine_transparent.png) no-repeat 50% 66%;
}

.pp-deal-price{
    clear: both;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .dd-go-benefits {
        padding-left: 0;
    }

    .dd-go-benefits li{
        font-size: 1.38em;
    }
}

#dd-alphabetic .pagination > li > a{
    border-radius: 4px !important;
    background: #f2f2f2;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
#dd-alphabetic .pagination > li > a.active{
    color: #fff;
    background-color: #3b70b2;
    border: 1px solid #4284e0;
}

#shop-votes-full .comment-pagination{
    text-align: center;
}

.shop-list-single .media-shop-body .thumbnail{
    margin-bottom: 10px;
}

.shop-list-single .media-shop-body  .shop-title{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    display: block;
    color: #333;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-list .shop-list-header .shop-header-letter{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.shop-list .shop-list-header{
    border-bottom: 3px solid #ddd;
    margin: 0 15px;
}
#dd-alphabetic .pagination{
    margin: 15px 0;
}

.headline-letter{
    text-transform: uppercase;
}
.shop-list-single{
    padding: 15px 15px 0;
}
.shop-pagination-letter.number {
    width: 69px !important;
}

#dd-alphabetic .pagination > li{
    margin-right: 5px;
}

#dd-alphabetic .pagination > li:last-of-type{
    margin-right:0 ;
}
.gutscheine-overview .gutscheine-list-single{
    padding-top: 15px;
}

.dd-whatsapp-list{
    padding-left: 0;
}
.dd-whatsapp-list li{
    display: inline-block;
}

.whatsapp-broadcast-wrapper {
    position: absolute;
}

@media(max-width: 991px) {
    .wbroadast-widget-absolute {
        position: absolute;
        left: 13%;
        top: 85px;
    }
}



.sub-box{
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
}
.page-template-dd-gewinnspiel-email-mit-fragen .newsletter-box-wrapper{
    margin-top: -80px;
}
.whatsapp-label{
    position: absolute;
    width: 50%;
    top: -40px;
    left: -60px;
}
.whatsapp-svg{
    -webkit-filter: drop-shadow( 2px 2px 0 rgba(0, 0, 0, 0.3) );
    filter: drop-shadow( 2px 2px 0 rgba(0, 0, 0, 0.3) );

}
#dd-whatsapp-abo-wrapper {
    border: solid 1px #18437d;
    border-radius: 4px;
    background: #376dba url(images/shine_transparent.png) no-repeat 0;
    background-size: 150% auto;
    padding: 30px 30px 180px;
    margin-bottom: 220px;
}
#dd-contest-question,
#dd-contest-modal {
    border: solid 1px #18437d;
    border-radius: 4px;
    background: #376dba url(images/shine_transparent.png) no-repeat 0;
    background-size: 150% auto;
    padding: 30px 30px;
}
#dd-contest-question {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    #dd-contest-question {
        margin-bottom: 150px;
    }
}

@media(max-width: 992px) {
    #dd-whatsapp-abo-wrapper.dynamic-template {
        margin-bottom: 220px;
    }

    #dd-contest-question {
        background-size: 120% auto;
    }
}

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

.whatsapp-broadcast-wrapper {
    position: absolute;
}

.sub-box .box-head h3{
    margin: 0;
    color: #333;
    font-size: 14px;
}
.sub-box .box-head h3 span{
    font-weight: 700;
}
.page-numbers{
    margin-left: -5px !important;
}

@media (max-width: 991px) {
    .whatsapp-mobile img {
        margin: 0 auto;
    }

    #dd-whatsapp-abo-wrapper{
        padding: 15px;
        margin-bottom: 20px;
        background: #376dba url(images/shine_transparent.png) no-repeat 50%;
        background-size: 150% 150%;
    }
    #dd-whatsapp-abo-wrapper .dd-go-benefits{
        padding: 0;
        margin: 0 auto;
    }
    .whatsapp-mobile{
        padding: 15px;
    }
    .entry-title.page-header{
        font-size:28px;
    }
}

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

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

.magazin-abo-single-box img {
    width: 100% !important;
}
.magazin-abo-single-box .old-abo-price{
    position: relative;
}
p.danke-magazine-title {
    font-weight: bold;
    padding-bottom: 0;
    color: #f4721c;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.magazin-abo-single-box .old-abo-price:after{
    content: "";
    background: url(images/whatsapp-abo/dd_red_line.svg) no-repeat;
    width: 45px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
}

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

/**
 * Search Autocomplete
 */
#searchform .autocomplete-suggestions {
    right: 15px;
    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);
}

#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: 0px 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;
}

.tmx-search-results-coupons-widget .search-result-shop-logo {
    width: 30%;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    position: relative;
}
.tmx-search-results-coupons-widget .search-result-shop-logo img {
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/**
 * Shop rating
 */
.rating-container {
    display: inline-block;
    margin: 0 auto;
}

.rating-stars span {
    float: right;
    position: relative;
    margin: 0 auto;
}

.rating-stars span input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating-stars span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.rating-stars span svg {
    fill: #CCC;
}

.rating-stars span:hover ~ span label svg,
.rating-stars span:hover label svg,
.rating-stars span.checked label svg,
.rating-stars span.checked ~ span label svg {
    fill: #F4721C;
}

.voting.form.title {
    width: 100%;
    margin-bottom: 5px;
}

.voting.form.error {
    background: rgba(255, 0, 0, .7);
    text-align: center;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
}

.form.extend {
    display: none;
}

#shop-votes-full button {
    text-align: center;
}

#shop-votes-full a {
    cursor: pointer;
}

#shop-votes-full span.shop-vote-info {
    font-size: 10px;
    font-style: italic;
    line-height: 1em;
}

#shop-votes-full .panel-body {
    padding:0 0 15px 0;
    border-top:none;
}

#shop-voting-area h2.panel-title {
    margin:0;
}

.shop-star-box {
    display: inline-block;
}

.shop-star-box > .shop-star-overlay {
    margin-top: -20px;
    width: 100%;
    height:30px;
    background-color: #D3D3D3;
    clip-path: url(#svg-star-full);
}

.shop-star-box > .shop-star-overlay.rated {
    margin-top: -30px;
    height:30px;
    background-color: #F4721C;
    clip-path: url(#svg-star-full);
}

.shop-stars > svg {
    width: auto;
    height: 30px;
    fill: #CCC;
}

.shop-star > svg {
    width: 30px;
    height: 30px;
    fill: #CCC;
}

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

.big.rating.text {
    font-size: 2em;
    font-weight: 600;
}

.big.rating.text > .light {
    font-weight: 400;
}

/*------------------------------------------------
*
*     Form: Stars Rating
*
*/

.rating-container {
    display: inline-block;
    margin: 0 auto;
}

.rating-stars span {
    float: right;
    position: relative;
    margin: 0 auto;
}

.rating-stars span input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating-stars span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.rating-stars span svg {
    fill: #CCC;
}

.rating-stars span:hover ~ span label svg,
.rating-stars span:hover label svg,
.rating-stars span.checked label svg,
.rating-stars span.checked ~ span label svg {
    fill: #F4721C;
}

.voting.form.title {
    width: 100%;
    margin-bottom: 5px;
}

.voting.form.error {
    background: rgba(255, 0, 0, .7);
    text-align: center;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
}

.form.extend {
    display: none;
}

/*------------------------------------------------
*
*     Detailed rating list
*
*     star colour: #F4721C (Active),
*/
.detailed.rating.list.row {
    display: flex;
    flex-direction: row;
    font-size: 1.2em;
    margin: 5px 0;
}

.detailed.rating.list > .rating.identifier {
    width: 74px;
}

.detailed.rating.list > .rating.bar {
    background-color: #D3D3D3;
    border-radius: 3px;
    flex-grow: 1;
    margin: 3px 15px;
    overflow: hidden;
}

.detailed.rating.list > .rating.bar > span {
    background-color: #F4721C;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: block;
    height: 100%;
}

.detailed.rating.list > .rating.count {
    padding-right: 40px;
    text-align: right;
    width: 70px;
}

/*------------------------------------------------
*
*     Rating comments list
*/

.comment-meta > .rating,
.widget_tmx-coupons-ratings-widget .rating:not(.detailed) {
    float: right;
}

.comment-meta > .rating .shop-star-box,
.widget_tmx-c oupons-ratings-widget .box > .rating .shop-star-box,
.post-shopbox .rating .shop-star-box,
.shop-box .shop-list .shop-list-single .shop-star-box{
    display: inline-block;
}

.comment-meta > .rating .shop-star-box > .shop-star-overlay,
.widget_tmx-coupons-ratings-widget .box > .rating .shop-star-box > .shop-star-overlay,
.post-shopbox .rating .shop-star-box > .shop-star-overlay,
.shop-box .shop-list .shop-list-single .shop-star-overlay,
.gutscheine-list-single .top-shop .shop-star-overlay{
    margin-top: -20px;
    height:12px;
    clip-path: url(#svg-star-full-small);
}

.comment-meta > .rating .shop-star-box > .shop-star-overlay.rated,
.widget_tmx-coupons-ratings-widget .box > .rating .shop-star-box > .shop-star-overlay.rated,
.post-shopbox .rating .shop-star-box > .shop-star-overlay.rated,
.shop-box .shop-list .shop-list-single .shop-star-overlay.rated,
.gutscheine-list-single .top-shop .shop-star-overlay.rated{
    margin-top: -12px;
    height:12px;
    clip-path: url(#svg-star-full-small);
}

.comment-meta > .rating .shop-stars > svg,
.widget_tmx-coupons-ratings-widget .box > .rating .shop-stars > svg,
.post-shopbox .rating .shop-stars > svg,
.shop-box .shop-list .shop-list-single svg ,
.gutscheine-list-single .top-shop > svg{
    width: auto;
    height: 12px;
    fill: #CCC;
}
.user-rating-comment .panel-body {
    padding:15px !important;
}

.user-rating-comment .thumbnail {
    margin-bottom: 5px;
}

.comment-respond .form-submit .btn {
    width:auto;
}

.vote-comments {
    padding-left: 50px;
}

/*------------------------------------------------
*
*     shop rating widget
*/
.widget_tmx-coupons-shop-advert-widget .panel-title,
.widget_tmx-coupons-ratings-widget .panel-title {
    float: left;
}
.widget_tmx-coupons-ratings-widget .detailed.rating.list {
    clear: both;
}
.widget_tmx-coupons-shop-advert-widget .panel-title,
.widget_tmx-coupons-ratings-widget .panel-title {
    font-weight: 400;
    font-size: 18px;
    color: #2f61a6;
    margin-bottom: 20px;
}
.widget_tmx-coupons-ratings-widget > .box > a {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

/**
 * WhatsApp-Newsletter widget
 */

.widget_tmx-dd-whatsapp-newsletter-widget #dd-whatsapp-abo-wrapper{
    padding: 10px 15px 10px 15px;
    background-position: center;
}
.widget_tmx-dd-whatsapp-newsletter-widget{
    padding: 0;
    background-color: transparent;
}

aside #dd-whatsapp-abo-wrapper{
    margin: 0;
}

.highlight-yellow{
    background-color: #FF9;
}
.highlight-orange {
    color: #f4721c;
    font-size: 20px;
    display: block;
    font-weight: bold;
}
/**
 * HolidayCheck Shortcode
 */
.hc-sun-rating{
    display: inline-block;
    vertical-align: sub;
}
.hc-sun-svg{
    height: 14px;
}
.hc-sun-overlay{
    display: block;
    margin-top: -20px;
    height: 15px;
    width: 100%;
    background-color: #D3D3D3;
}
.hc-sun-rating .rated{
    background-color: #ffb900;
    margin-top: -15px;
}

/**
 * Password Safety - Register
 */
.pass-safety{
    height: 35px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}
.pass-safety p{
    margin: 0;
    color: #ffffff;
}
.saftey-empty{
    background-color: #eee;
    border-radius: 4px;
    opacity: 1 !important;
}

.user-profile-pass-strength{
    width: 74% !important;
    margin-bottom: 15px !important;
}

/**
 * Billiger.de view Component
 */
#billiger-de-container .h3{
    color: #f4721c;
    font-size: 20px;
    display: inline-block;
}

#billiger-de-container{
    position: relative;
}

.search-results #billiger-de-container{
    min-height: 340px;
}

.billiger-shortcode{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    clear: both;
    border: 1px solid transparent;
    border-radius: 4px;
}
.billiger-shortcode-wrapper .billiger-shortcode .billiger-box-footer p span{
    display: none;
}
.billiger-shortcode-product{
    background-color: #d9edf7;
    padding: 15px;
    margin-bottom: 15px;
    clear: both;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    min-height: 200px;
}
.billiger-shortcode-product .billiger-loading{
    margin-top: 75px;
}
.billiger-shortcode-widget-wrapper p{
    margin: 0 15px;
}
.billiger-disclaimer{
    padding-left: 20px;
}
#billiger-de-container .shop-img-wrap{
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border-bottom: transparent;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.billiger-product-widget .thumbnail{
    margin-bottom: 0px;
}

#billiger-de-container .shop-img-wrap:hover{
    border-color: #337ab7;
}
#billiger-de-container .shop-img-wrap img{
    width: 100%;
    min-height: 30px;
}
.shop-img-wrap p, .widget-product-price {
    margin: 0;
    line-height: 1.1;
    padding: 5px;
}
.billiger-product-widget hr{
    display: block;
    border-top: 4px solid #c8dceb;
    margin: 15px;
    clear: both;
}

#billiger-de-container .img-wrap img{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 200px;
}

#billiger-de-container .billiger-title .billiger-logo{
    background: transparent url(//cdn.billiger.com/bde6/647d7ad…/static/img/svg/bde_logo.svg) no-repeat right;
    height: 22px;
    display: inline-block;
    width: 61px;
}
.billiger-product-widget .billiger-box-footer{
    margin-top: 10px;
}
.billiger-shortcode .product-wrap,
.billiger-box .product-wrap{
    margin-bottom: 15px;
}
#billiger-de-container .product-wrap .billiger-product-title{
    padding: 5px;
    line-height: 1.3;
    margin: 0;
    background-color: #f7f7f7;
    text-align: center;
    height: 45px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: transparent;
}

#billiger-de-container .product-wrap small{
    font-size: 70% !important;
}

#billiger-de-container .product-wrap .billiger-price{
    display: block;
    line-height: 1.1;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    background: #244676;
}
#billiger-de-container .product-wrap .billiger-price:hover{
    text-decoration: none;
}
#billiger-de-container .product-wrap .billiger-price small{
    color: #a6a8c5;
    font-weight: normal;
}
.billiger-out-btn {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 8px 12px;
}
#billiger-de-container .product-wrap a:focus{
    text-decoration: none;
}

#billiger-de-container .billiger-box-footer p{
    margin: 0;
}
.billiger-shortcode #billiger-de-container .billiger-box-footer p {
    color: #c7c7c7;
}

.billiger-shortcode-product #billiger-de-container .billiger-box-footer p{
    color: #c7c7c7;
}

#billiger-de-container .billiger-box-footer a{
    font-size: 14px;
}

.search-results .billiger-box{
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.product-wrap .img-wrap a{
    display: block;
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.billiger-shortcode{
    background-color: #d9edf7;
    border-color: #bce8f1;
    min-height: 340px;
}

.billiger-shortcode .billiger-loading{
    margin-top: 130px;
}

.billiger-loading .btn-progress{
    position: static;
}

#billiger-de-container .btn-progress:before {
    border: 1px solid black;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/**
 * Password Safety - Register
 */
.pass-safety{
    height: 35px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}
.pass-safety p{
    margin: 0;
    color: #ffffff;
}
.saftey-empty{
    background-color: #eee;
    border-radius: 4px;
}

.soda-result-box {
    display: none;
}

.soda-alert {
    border: 2px dashed;
}

.organspende-headline{
    line-height: 1;
    font-size: 22px;
    font-weight: 700;
    color: #f4721c;
}

/**
* Login
*/

.dd-login {
    display: flex;
    margin-bottom: 30px;
}

hr.dd-login-divider {
    margin: 15px 0;
}

.dd-login-info-box {
    border: solid 1px #18437d;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #376dba url(images/shine_transparent.png) no-repeat 0;
    background-size: 250% 250%;
    padding: 20px;
    flex: 1;
}

.dd-login-info-box .dd-go-benefits {
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0;
}

.dd-login-info-box .dd-go-benefits > li {
    font-size: 18px;
    position: relative;
    margin-left: 25px;
    margin-bottom: 10px;
}

.dd-login-info-box .dd-go-benefits > li:last-child {
    margin-bottom: 0;
}

.dd-login-info-box .dd-go-benefits li:before {
    padding-right: 0;
    position: absolute;
    left: -25px;
}

.dd-login-form-box {
    background-color: #ffffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 1;
}

.dd-login-form-box-inner {
    max-width: 230px;
    margin: 0 auto;
}

.dd-login-form-box p.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}

.dd-login-headline {
    margin-top: 0;
    margin-bottom: 20px;
    color: #f4721c;
    font-size: 20px;
    font-weight: bold;
}

.dd-login-privacy {
    text-align: justify;
    font-size: 75%;
}

.dd-login-info-box .dd-login-privacy {
    color: #fff;
    margin-top: 30px;
}

.dd-login-info-box .dd-login-privacy a {
    color: #fff;
    text-decoration: underline;
}

.dd-login-info-box .dd-login-privacy a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .dd-login-info-box {
        display: none;
    }

    .dd-login-form-box {
        border-radius: 4px;
        padding: 15px;
    }

    .dd-login-form-box-inner {
        max-width: 100%;
    }
}

#kicktipp-wrapper > div {
    margin: 0 auto;
}

.instagram-deals .box {
    padding: 0;
    border-radius: 4px;
    height: 100%;
    width: 100%;
}
.instagram-deals .entry-header{
    padding: 0 4px;
    margin-bottom: 10px;
}
.instagram-deals .entry-header .entry-title {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;

}

.instagram-deals .entry-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.instagram-layer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 111;
}

.instagram-title {
    color: #f4721c;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    margin-bottom: 15px;
}
.instagram-deals img {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}
.instagram-background {
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    margin-bottom: 20px;
    display: inherit;
    justify-content: center;
    align-items: center;
    position: relative;
}

.insta-icon {
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 50px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 40px;
}

.instagram-deals {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 200px;
}

@media (max-width: 767px) {
    .highlight-orange{
        font-size: 18px;
    }
}

/**
 * Userdeal Filterbar
 */
@media (max-width: 767px) {
    .ud-sortby-dropdown {
        margin-bottom: 10px;
    }
}

.ud-dropdown-entry {
    padding: 10px;
}

.ud-filter-dropdown-icon {
    display: inline-block;
    width: 15px;
    margin-left: 10px;
    position: absolute;
    top: 10px;
}

.ud-dropdown-checkbox {
    position: relative;
    display: block;
    -webkit-appearance: none;
    background-color: white;
    color: white;
    border: 1px solid lightgray;
    border-radius: 3px;
    width: 14px;
    height: 14px;
}
.ud-dropdown-checkbox:checked:after {
    font-size: 14px;
    overflow: hidden;
    content: '\2714';
    color: #99a1a7;
    -webkit-align-items: center; /* Safari 7.0+ */
    align-items: center;
    position: absolute;
    top: -4px;
}

.ud-dropdown-load-more,
.ud-dropdown-link{
    cursor: pointer;
    text-decoration: underline;
    margin: 2px;
}

.hidden-filter-dropdown-entry {
    display: none;
}

.ud-dropdown-align-center {
    text-align: center;
}

@media (min-width: 768px) {
    .ud-filter-dropdown {
        min-width: 300px;
    }
}

.ud-filter-dropdown label {
    font-weight: 300;
}

@media (max-width: 767px) {
    .ud-filter-dropdown{
        width: 500px;
    }
}
@media (max-width: 550px) {
    .ud-filter-dropdown {
        width: 400px;
    }
}
@media (max-width: 450px) {
    .ud-filter-dropdown {
        width: 300px;
    }
}
@media (max-width: 350px) {
    .ud-filter-dropdown {
        width: 250px;
    }
}

article.type-page a,
article.type-page h1,
article.type-page h2,
article.type-page h3,
article.type-page h4,
article.type-page h5,
article.type-page h6{
    word-wrap: break-word;
}

.widget_tmx-coupons-shop-screenshot-widget .widget-title,
.widget_tmx-coupons-shop-media-widget .widget-title {
    padding-bottom: 15px;
}

.row-padding {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.col-half-padding {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.bg-white {
    background-color: white !important;
}

.cpp-title {
    height: 45px;
    overflow: hidden;
}

.cutstom-flex-row {
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.d-flex {
    display: flex;
}
.h-100 {
    height: 100px;
}
.h-150 {
    height: 150px;
}
.h-200 {
    height: 200px;
}
.h-250 {
    height: 250px;
}
.h-300 {
    height: 300px;
}
.h-350 {
    height: 350px;
}

@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;
    }
}
/** Newsletter Poll END **/

/** Resetpass-Template **/
#pass-strength-result {
    display: none !important;
}
input[type=text].password-input {
    display: none;
}
.show-password input[type=password].password-input {
    display: none;
}
.show-password input[type=text].password-input {
    display: inline-block;
}
.show-password input {
    width: auto;
}
/** Resetpass-Template END **/

.modal-contest-headline {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin-top: 0;
}
h1.modal-contest-headline {
    font-weight: 600;
}

/** reCAPTCHA */
.grecaptcha-badge {
    display: none;
}
