/*!
Theme Name: Malediven Theme
Theme URI: http://underscores.me/
Author: heischMedia GmbH
Author URI: http://heischmedia.com
Description: Malediven Responsive Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: malediven
Tags:
*/
/*--------------------------------------------------------------
### TABLE OF CONTENTS ###
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #009fe3;
}

a:visited {
    color: #009fe3;
}

a:hover, a:focus, a:active {
    color: #009fe3;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    background: white;
    z-index: 10;
}

.navbar-nav {
    float: none;
    text-align: center;
}

.navbar-nav > li {
    display: inline-block;
    float: left;
}

.navbar-nav > li > a {
    font-size: 1.4em;
    cursor: pointer;
    color: grey;
}

.navbar-nav > li > a:hover {
    color: white;
    background: #faba49;
}

.navbar-nav > li.current-menu-item > a {
    color: white;
    background: #faba49;
}

/* Navbar Toggle */
.navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    border-radius: 0;
    background: white;
}

.navbar-toggle:hover {
    border-color: #007bb0;
    background: #007bb0;
}

/* Navbar Dropdown */
.navbar-nav .dropdown-menu {
    margin: 0px auto;
    border-radius: 0px;
    padding: 0;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
}

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

.navbar-nav li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
    display: none;
}

.navbar-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
    background-color: #FABA49 !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.page-title {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    margin: 0.67em 0;
    margin-top: 0.67em;
    display: block;
}

.page-title::after {
    z-index: -1;
    background: url(/wp-content/themes/malediven/framework/img/headline.png) no-repeat center center;
    display: block;
    content: "";
    height: 33px;
    width: 100%;
    bottom: 20px;
    position: relative;
    opacity: 0.5;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
::-moz-selection {
    color: white;
    background: #009fe3;
}

::selection {
    color: white;
    background: #009fe3;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fdf5f2;
    background: -webkit-gradient(linear, left bottom, left top, from(#73b9cc), to(#eafbff));
    background: linear-gradient(0deg, #73b9cc 0%, #eafbff 100%);
}

blockquote,
q {
    quotes: "" "";
}

blockquote:before, blockquote:after,
q:before,
q:after {
    content: "";
}

hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
}

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

figure {
    margin: 1em 0;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px #dbdbdb;
    box-shadow: 0 5px 12px #dbdbdb;
    font-style: italic;
    font-size: 14px;
}

.gallery {
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
}

figure .wp-caption-text {
    margin-top: 8px;
}

figure.gallery-item {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

figure.aligncenter {
    margin-bottom: 30px;
    margin-top: 30px;
}

.clearfix {
    clear: both;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
    margin: 15px 0px;
    line-height: 1.8;
}

ul {
    list-style: none;
}

.entry-content ul {
    list-style: inside;
}

#more .content-area ul {
    padding: 0px 15px;
}

#more .content-area ul li::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #009fe3;
    padding-right: 5px;
    font-weight: bold;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

table tbody tr:first-child {
    color: white;
    background: #009fe3 !important;
}

table tbody tr {
    background: white;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ededed;
}

table > tbody > tr:nth-of-type(2n+1) {
    background-color: #ededed;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 8px 16px;
}

.btn-primary:visited {
    color: white;
}

.btn-xxl {
    font-size: 24px;
    white-space: normal;
    text-transform: uppercase;
    color: #263238;
    border-color: #d0a101;
    background: #fec606;
    background: -webkit-gradient(linear, left top, left bottom, from(#fec606), color-stop(80%, #fccd4d), to(#fec606));
    background: linear-gradient(to bottom, #fec606 0%, #fccd4d 80%, #fec606 100%);
}

.btn-xxl:hover {
    color: white;
    border-color: #d0a101;
    background: #faba49;
    background: -webkit-gradient(linear, left top, left bottom, from(#faba49), to(#f09c07));
    background: linear-gradient(top, #faba49 0%, #f09c07 100%);
}

.btn-toggle {
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: #d8d8d8;
}

.btn-special {
    border-color: #17843f !important;
    background: #1EB054 !important;
}

.btn-special:hover {
    background: #17843f !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #5a5a5a;
}

textarea {
    width: 100%;
}

/* WPCF7 */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    border: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    border: 2px solid transparent;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    background: #f9f9f9;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
    border-color: #faba49;
}

.wpcf7-form input[type="submit"] {
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #faba49;
    border-radius: 3px;
    background: #faba49;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    color: white;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    border-color: #f9a717;
    background: #f9a717;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Deal merken */
.btn-dealmerken {
    background: #faba49;
    border: none;
    padding: 3px 8px;
    color: white;
    font-weight: bold;
}

.btn-dealmerken:hover {
    background: #f9a717;
}

#deal-merken input[type="email"] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #faba49;
    margin-bottom: 0;
}

#deal-merken .wpcf7-list-item-label {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 8px 16px;
}

.btn-primary:visited {
    color: white;
}

.btn-xxl {
    font-size: 24px;
    white-space: normal;
    text-transform: uppercase;
    color: #263238;
    border-color: #d0a101;
    background: #fec606;
    background: -webkit-gradient(linear, left top, left bottom, from(#fec606), color-stop(80%, #fccd4d), to(#fec606));
    background: linear-gradient(to bottom, #fec606 0%, #fccd4d 80%, #fec606 100%);
}

.btn-xxl:hover {
    color: white;
    border-color: #d0a101;
    background: #faba49;
    background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #faba49), to(#f09c07));
    background: linear-gradient(top, #faba49 0%, #f09c07 100%);
}

.btn-toggle {
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: #d8d8d8;
}

.btn-special {
    border-color: #17843f !important;
    background: #1EB054 !important;
}

.btn-special:hover {
    background: #17843f !important;
}

/*--------------------------------------------------------------
# Fields
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #5a5a5a;
}

textarea {
    width: 100%;
}

/* WPCF7 */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    border: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    border: 2px solid transparent;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    background: #f9f9f9;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus {
    border-color: #faba49;
}

.wpcf7-form input[type="submit"] {
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #faba49;
    border-radius: 3px;
    background: #faba49;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    color: white;
    width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
    border-color: #f9a717;
    background: #f9a717;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Deal merken */
.btn-dealmerken {
    background: #faba49;
    border: none;
    padding: 3px 8px;
    color: white;
    font-weight: bold;
}

.btn-dealmerken:hover {
    background: #f9a717;
}

#deal-merken input[type="email"] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: 1px solid #faba49;
    margin-bottom: 0;
}

#deal-merken .wpcf7-list-item-label {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Ratgeberbox */
.md--ratgeberbox {
    margin-top: 0px;
    margin-bottom: 30px;
}

.md--ratgeberbox .yuzo_related_post {
    padding: 0 !important;
}

.md--ratgeberbox .yuzo__title {
    margin-bottom: 30px;
}

.md--ratgeberbox .yuzo_text {
    margin-top: 5px;
}

.yuzo__text--title {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.yuzo_text {
    padding-right: 10px;
    padding-left: 10px;
}

.yuzo_related_post .relatedthumb {
    min-height: 250px;
}

/* Bewertungen */
#review-box {
    padding: 15px;
    background: white;
}

#review-box h2.review-box-header {
    background: #eab92d;
    background: linear-gradient(135deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.review-percentage .review-item span span {
    background-color: #faba49;
}

.review-final-score {
    background-color: #00a9b0;
    width: 112px;
    height: 100% !important;
}

.user-rate-wrap, .review-summary, .review-final-score {
    background: #263238;
}

.review-percentage .review-item span {
    position: relative;
    background: #263238;
    display: block;
    height: 34px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: white;
}

header .top:before {
    content: "";
    position: absolute;
    background: url("/wp-content/themes/malediven/framework/img/strandmuster.png");
    width: 100%;
    display: block;
    height: 140px;
    top: 0px;
}

header .top.shrink:before {
    height: 100px;
}

header .top {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #009fe3;
    background: linear-gradient(45deg, #009fe3 0%, #0067e5 100%);
}

header .social ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Social */
header .social {
    margin-top: 27px;
}

header .social ul li {
    float: left;
}

header .social ul li a {
    font-size: 20px;
    line-height: 38px;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
    color: white;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.25);
}

header .social ul li a.social-facebook:hover {
    background: #3b5998;
}

header .social ul li a.social-twitter:hover {
    background: #1da1f2;
}

header .social ul li a.social-instagram:hover {
    background: #e1306c;
}

header .social ul li a.social-pinterest:hover {
    background: #bd081c;
}

header .social ul li a.social-whatsapp:hover {
    background: #25d366;
}

header .social ul li:first-child a {
    margin-left: 0;
}

header .social ul li:last-child a {
    margin-right: 0;
}

header .social .tooltip-inner {
    background: white;
    color: inherit;
    width: 180px;
}

header .social .tooltip-arrow {
    border-right: 5px solid white !important;
}

/* Suche */
header .search {
    margin-top: 27px;
}

header #searchform {
    position: relative;
}

header #searchform input {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 0;
    width: 100%;
    padding: 8px 10px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    background: transparent;
    -webkit-appearance: none;
}

header #searchform input::-webkit-input-placeholder {
    color: white;
}

header #searchform input:focus {
    border-color: #fff;
    background: rgba(250, 250, 250, 0.25);
}

header #searchform .icon {
    font-size: 18px;
    line-height: 36px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    color: white;
}

header .top .logo img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*--------------------------------------------------------------
# Posts & Pages
--------------------------------------------------------------*/
#page {
    overflow: hidden;
    max-width: 100%;
}

#primary.content-area {
    padding: 30px 0;
}

.home #primary.content-area {
    padding-top: 0;
}

.page-header {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.section-space {
    margin-top: 100px;
}

/* Home */
.home .page-title {
    font-size: 42px;
}

/* .page .entry-content {
    padding: 30px 15px;

    border: 2px solid #fff;
    border-radius: 2px;
    background: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
} */
/* SEO Content */
#more {
    margin-top: 100px;
}

#more .content-area {
    padding: 15px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #fff;
    border-radius: 2px;
    background: white;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Reisemagazin */
.page-template-page-reisevorbereitung #content {
    background: url(/wp-content/themes/malediven/framework/img/reisemagazin-bg.png) no-repeat center center/cover;
}

/* Kontakt */
.page-id-8 #content {
    background: url(/wp-content/themes/malediven/framework/img/reisemagazin-bg.png) no-repeat bottom center/cover;
}

/* BETA */
.beta-ribbon {
    line-height: 30px;
    position: absolute;
    z-index: 99999;
    top: 25px;
    left: -50px;
    width: 200px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    letter-spacing: 1px;
    color: #f0f0f0;
    background: #1EB054;
}

.temp {
    font-size: 12px;
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 100%;
    padding: 3px;
    text-align: center;
    color: white;
    background: #1eb054;
}

/* VC Content */
.vc_row.mdbox {
    padding: 15px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #fff;
    border-radius: 2px;
    background: white;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* WP Polls */
.wp-polls {
    padding: 15px;
}

.wp-polls p {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}

#scrollingsharko {
    max-width: 156px !important;
}

.mc4wp-form {
    padding: 15px;
}

.mc4wp-form input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #d8d8d8;
}

.mc4wp-form input[type="submit"] {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border: 1px solid #faba49;
    border-radius: 3px;
    background: #faba49;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.mc4wp-form input[type="submit"]:hover {
    border-color: #f9a717;
    background: #f9a717;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Breadcrumb */
.md-breadcrumb {
    margin-top: 10px;
}

/* Mobile Toggle Content */
.toggle-mobile {
    display: none;
}

/* Visual Composer Toggle Content Fix */
.vc_toggle_content .gdrts-rating-block {
    display: none !important;
}

.collapse.in {
    display: block !important;
}

.page-id-4338 {
    background: white !important;
}

/* Ads */
.a-item {
    min-height: 345px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/* Grid */
.blog-item {
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 0;
    padding-bottom: 15px;
    padding-left: 0;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #fff;
    border-radius: 2px;
    background: white;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.single-post .entry-header {
    padding-bottom: 0;
}

.single .deal-item.blog-item {
    margin-bottom: 0;
}

.blog-list {
    position: relative;
    padding-bottom: 0;
}

.blog-list::after {
    position: absolute;
    z-index: 999;
    bottom: -60px;
    left: -60px;
    display: block;
    width: 41px;
    height: 80px;
    content: "";
    background: url(/wp-content/themes/malediven/framework/img/arrow-next.png);
}

.deal-item {
    min-height: 50px;
    padding-bottom: 0;
}

.grid-blog .blog-item:hover {
    border-color: #009fe3;
}

.grid:after {
    display: block;
    clear: both;
    content: "";
}

.blog-item .entry-content, .blog-item header {
    padding: 15px;
}

.blog-item .entry-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 15px;
    word-wrap: break-word;
}

.owl-stage-outer .entry-title {
    font-size: 22px !important;
    display: block;
    margin: 0.67em 0;
}

.single .blog-item .entry-title {
    font-size: 2em;
}

.blog-item .blog-category a {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    padding: 3px 8px;
    cursor: pointer;
    opacity: 0.9;
    color: white;
    background: #009fe3;
}

.blog-item .blog-category a:hover {
    opacity: 1;
}

.blog-item .blog-thumbnail {
    position: relative;
}

.blog-item .blog-thumbnail img {
    width: 100%;
    min-height: 190px;
}

.blog-item .blog-thumbnail a {
    display: block;
    cursor: pointer;
}

/* Social Buttons */
.social-buttons {
    margin-bottom: 15px;
}

.social-buttons li:first-child {
    margin-left: 0 !important;
}

#shariff_mailform {
    margin: 0 0 15px 0;
    border: none;
}

.shariff_mailform input, .shariff_mailform select, .shariff_mailform textarea {
    max-width: 100%;
    height: auto !important;
    padding: 10px !important;
    border: none;
    border-radius: 0;
}

.shariff_mailform_submit {
    display: block;
    height: auto !important;
    padding: 8px 16px !important;
    color: white;
    background: #009fe3;
}

.shariff_mailform_submit:hover {
    background: #004664;
}

/* Scrolling Sharko */
#scrollingsharko img {
    position: relative;
    left: -72px;
    display: block;
    cursor: pointer;
}

/* Reisemagazin Sidebar */
.reisemagazin-sidebar-inner {
    position: absolute;
    display: inline-block;
    padding: 15px;
}

.reisemagazin-item {
    width: 100%;
    margin-bottom: 15px;
}

.reisemagazin-sidebar-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: white;
}

.reisemagazin-readmore {
    margin: 0;
    padding: 0;
}

.reisemagazin-readmore a {
    text-decoration: underline;
    color: white;
}

/*--------------------------------------------------------------
# Deals
--------------------------------------------------------------*/
.blog-item .deal-title {
    font-size: 2em;
    display: block;
    margin: 0.67em 0;
}

.entry-header-top .entry-title {
    margin-top: 0;
}

/* Share */
.deal--share {
    position: absolute;
    z-index: 100;
    top: 15px;
    right: 15px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.deal--share ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.deal--share ul li {
    float: left;
}

.deal--share ul li:first-child a {
    margin-left: 0;
}

.deal--share ul li:last-child a {
    margin-right: 0;
}

.deal--share ul li a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
    color: white;
    border-radius: 3px;
    background: red;
}

.deal--share ul li a.social-facebook {
    opacity: 0.7;
    background: #3b5998;
}

.deal--share ul li a.social-twitter {
    opacity: 0.7;
    background: #1da1f2;
}

.deal--share ul li a.social-whatsapp {
    opacity: 0.7;
    background: #25d366;
}

.deal--share ul li a.social-facebook:hover {
    opacity: 1;
}

.deal--share ul li a.social-twitter:hover {
    opacity: 1;
}

.deal--share ul li a.social-whatsapp:hover {
    opacity: 1;
}

/* Views */
.deal--temp {
    position: relative;
    z-index: 100;
}

.deal--views {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #5bc6e8;
    background-image: -webkit-gradient(linear, right top, left top, from(#5bc6e8), to(#00a9e0));
    background-image: linear-gradient(-90deg, #5bc6e8, #00a9e0);
    -webkit-box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.15);
}

.deal--views span {
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    color: white;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.deal--views.deal-temp-medium {
    -webkit-animation: tempanimation 20s ease infinite;
    animation: tempanimation 20s ease infinite;
    background: linear-gradient(182deg, #f2dc49, #efa454);
    background-size: 400% 400%;
}

.deal--views.deal-temp-hot {
    -webkit-animation: tempanimation 20s ease infinite;
    animation: tempanimation 20s ease infinite;
    background: linear-gradient(182deg, #ef3636, #ef3636);
    background-size: 400% 400%;
}

@-webkit-keyframes tempanimation {
    0% {
        background-position: 50% 0;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0;
    }
}

@keyframes tempanimation {
    0% {
        background-position: 50% 0;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0;
    }
}

/* Date */
.deal--date {
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    z-index: 100;
    right: 0;
    height: 30px;
    padding: 0 15px;
    bottom: 0px;
    background: #fff;
}

.deal--date i {
    padding-right: 5px;
    color: #009fe3;
}

/* Header */
.deal-item .entry-header {
    clear: both;
}

/* Footer */
.deal--footer {
    float: left;
    width: 100%;
    padding: 15px 15px 0 15px;
    background: #f4f7f8;
}

.single .deal--footer {
    margin-bottom: 15px;
}

/* Icons */
.deal--footer .deal--icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.deal--footer .deal--icons ul li {
    display: inline-block;
}

.deal--footer .deal--icons {
    float: left;
    width: 100%;
}

.deal--readmore-button {
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

.deal--readmore-table {
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
}

.deal--readmore-table table tr:first-of-type {
    background: #ededed !important;
    color: #263238 !important;
}

.deal--readmore-table-wrap {
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .deal--footer-wrapper {
        position: relative;
    }

    .deal--readmore-button {
        position: absolute;
        right: 0;
        font-size: 14px;
        color: #006fe5;
    }

    .deal--readmore-button:hover {
        color: #1581f3;
    }
}

.icon-deal {
    display: inline-block;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Icons Hotel */
.icon-hotel {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-hotel.png);
}

.icon-tauchstation {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-tauchstation.png);
}

.icon-nokids {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-nokids.png);
}

.icon-kids {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-kids.png);
}

.icon-fitnessstudio {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-fitnessstudio.png);
}

.icon-restaurant {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-restaurant.png);
}

.icon-unterhaltungsprogramm {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-unterhaltungsprogramm.png);
}

.icon-souvenir-shop {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-souvenir-shop.png);
}

.icon-pool {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-pool.png);
}

.icon-orgatour {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-orgatour.png);
}

.icon-wassersport {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-wassersport.png);
}

.icon-golf {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-golf.png);
}

.icon-spa-wellness {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-spa-wellness.png);
}

.icon-wlan {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-wlan.png);
}

.icon-internetcafe {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-internetcafe.png);
}

.icon-1-stern {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-hotel-1-stern.png);
}

.icon-2-sterne {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-hotel-2-sterne.png);
}

.icon-3-sterne {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-hotel-3-sterne.png);
}

.icon-4-sterne {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-hotel-4-sterne.png);
}

.icon-5-sterne {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-hotel-5-sterne.png);
}

.icon-6-sterne {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-hotel-6-sterne.png);
}

/* Icons Deal */
.icon-flug {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-flug.png);
}

.icon-transfer {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-speedboat.png);
}

.icon-wasserflugzeug {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-wasserflugzeug.png);
}

.icon-reisegutschein {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-reisegutschein.png);
}

.icon-kostenloses-wlan {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-kostenloses-wlan.png);
}

.icon-zug {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-zug.png);
}

.icon-inkl-hotel {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-inkl-hotel.png);
}

.icon-inkl-fruestueck {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-inkl-fruestueck.png);
}

.icon-inkl-halbpension {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-inkl-halbpension.png);
}

.icon-inkl-vollpension {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-inkl-vollpension.png);
}

.icon-inkl-all-inclusive {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-inkl-all-inclusive.png);
}

.icon-meerblick {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-meerblick.png);
}

.icon-inkl-massage {
    background-image: url(/wp-content/themes/malediven/framework/img/icons/icon-inkl-massage.png);
}

.deal--icons li {
    position: relative;
}

.icon-deal {
    transition: transform .3s ease;
}

.icon-text {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 8px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    line-height: 14px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -100%) translateY(-3px);
    transition: opacity .3s ease, transform .3s ease;
    z-index: 5;
}

.deal--icons li:hover .icon-deal {
    transform: scale(1.1);
}

.deal--icons li:hover .icon-text {
    transform: translate(-50%, -100%) translateY(-6px);
    opacity: 1;
}

/* Price */
.deal--footer .deal--price {
    position: relative;
    display: inline-block;
    width: 100%;
}

.deal--footer .deal--current {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 10;
    display: block;
    text-align: right;
}

.deal--footer .deal--current .price {
    position: relative;
}

.deal--footer .deal--current .price:after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 2px;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    opacity: 0.7;
    background: url(/wp-content/themes/malediven/framework/img/dealprice.png) no-repeat center center/cover;
}

.deal--footer .deal--current small {
    font-size: 16px;
    font-weight: 400;
}

.deal--footer .deal--old {
    position: relative;
    float: right;
}

.deal--footer .deal--old:after {
    position: absolute;
    top: 50%;
    left: -5%;
    display: block;
    width: 110%;
    height: 2px;
    content: "";
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
    background-color: #d8335b;
}

.deal--footer .deal--topdeal {
    font-size: 13px;
    font-weight: bold;
    float: right;
    padding: 1px 11px;
    text-align: right;
    color: white;
    border-radius: 50px 2px;
    background: #faba49;
}

/* Button */
.deal-item .entry-content .btn {
    margin-top: 20px;
}

.deal-item .btn {
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #008dca;
    border-radius: 3px;
    background: #009fe3;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.deal-item .btn:hover {
    border-color: #007bb0;
    background: #007bb0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.deal-item .btn i {
    position: relative;
    bottom: -2px;
    padding-left: 2px;
}

/* Dealbilder Slider */
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-next {
    position: absolute;
    right: 0;
}

.owl-dots,
.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}

.owl-nav [class*="owl-"] {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    padding: 4px 7px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background: #faba49;
}

.owl-nav [class*="owl-"]:last-child {
    margin-right: 0;
}

.owl-dots {
    position: absolute;
    z-index: 9999;
    bottom: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0.5;
    border-radius: 30px;
    background: white;
    -webkit-backface-visibility: visible;
}

.owl-dots .owl-dot.active span {
    opacity: 1;
}

.owl-dots .owl-dot span:hover {
    opacity: 1;
}

.owl-carousel .deal--footer .deal--icons ul {
    float: left;
    max-width: 200px;
    text-align: left;
}

.owl-carousel .deal--footer .deal--icons-all ul {
    max-width: 100%;
}

.owl-carousel .deal--footer .deal--price {
    float: right;
    width: 50%;
}

.owl-carousel .deal--footer .deal--icons {
    width: 50%;
}

.owl-carousel .deal--footer .deal--icons-all {
    width: 100%;
}

.grid-deals .deal--footer .deal--icons ul {
    float: left;
    max-width: 200px;
    text-align: left;
}

.grid-deals .deal--footer .deal--price {
    float: right;
    width: 50%;
}

.grid-deals .deal--footer .deal--icons {
    width: 50%;
}

/* Featured Deal */
.deal--featured i {
    font-size: 45px;
    display: block;
}

.deal--featured {
    font-weight: 700;
    line-height: 1;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 15px;
    width: 100px;
    height: 100px;
    padding: 5px;
    text-align: center;
    color: white;
    background: #eab92d;
    background: linear-gradient(135deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.deal--featured .deal--text-top {
    font-size: 26px;
}

.deal--featured span {
    display: block;
}

.featured.deal-item .deal--date i {
    color: #c79810;
}

.featured.deal-item .entry-title a:hover {
    color: #c79810;
}

.grid-blog .featured.blog-item:hover {
    border-color: #c79810;
}

.featured.deal-item .btn {
    border-color: #c79810;
    background: #eab92d;
    background: linear-gradient(135deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
}

.featured.deal-item .btn:hover {
    border-color: #c79810;
    background: #eab92d;
    background: -webkit-gradient(linear, right top, left top, from(#eab92d), color-stop(30%, #c79810), color-stop(80%, #eab92d), to(#c79810));
    background: linear-gradient(270deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
}

.featured.deal-item .deal--footer .deal--current .price::after {
    background: url(/wp-content/themes/malediven/framework/img/dealprice-featured.png) no-repeat center center/cover;
}

/* Expired Deal */
.expired.deal-item .blog-thumbnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.expired.deal-item .blog-thumbnail a {
    cursor: default;
    pointer-events: none;
}

.expired.deal-item .deal--date i,
.expired.deal-item {
    color: #d8d8d8;
}

.expired.deal-item .entry-title a,
.expired.deal-item .entry-title a:hover {
    cursor: default;
    pointer-events: none;
    color: #d8d8d8;
}

.expired.deal-item .deal--views {
    background: #5a5a5a !important;
}

.expired.deal-item .btn {
    cursor: default;
    pointer-events: none;
    border: 1px solid #d8d8d8;
    background: #d8d8d8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.expired.deal-item .icon-deal {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.expired.deal-item .deal--footer .deal--current .price::after {
    background: url(/wp-content/themes/malediven/framework/img/dealprice-featured.png) no-repeat center center/cover;
}

.expired.deal-item .deal--footer .deal--old:after {
    background-color: #d8d8d8;
}

.expired.deal-item:hover {
    border-color: #d8d8d8;
}

.expired.deal-item .deal--share {
    display: none !important;
}

.expired.deal-item .deal--footer .deal--current .price:after {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.expired .deal--percent {
    display: none;
}

.deal--expired {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 90px;
    height: 90px;
}

.deal--expired .expired-text {
    font-size: 12px;
    font-weight: 700;
    position: relative;
    top: 20px;
    left: -20px;
    width: 150px;
    padding: 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-align: center;
    color: white;
    background-color: #f1654c;
}

/* Single Deal */
.deal-single-item .deal--footer {
    margin-top: 0;
    padding: 25px 15px 10px 15px;
    background: white;
}

.deal-single-item .deal-item {
    padding-bottom: 30px;
}

.deal-single-item .deal--views {
    bottom: 1px;
    width: 100px;
    height: 80px;
}

.deal-single-item .deal--views span {
    font-size: 42px;
    line-height: 80px;
}

.deal-single-item .deal--footer .deal--current {
    font-size: 42px;
}

.deal-single-item .deal--footer .deal--old {
    font-size: 20px;
}

.deal-single-item .deal--footer .deal--icons ul li {
    margin: 5px;
}

.deal-single-item .deal--footer .deal--icons ul {
    -webkit-column-count: 1;
    column-count: 1;
}

.deal-single-item .deal--footer .deal--current .price::after {
    bottom: 8px;
}

/* Sidebar */
#sidebar #deal--link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sidebar #deal--link .btn {
    font-size: 24px;
    padding: 15px;
    border: none;
    background: #27da69;
}

#sidebar #deal--link .btn:hover {
    background: #52e287;
}

/* Dealslider */
#topdeals .deal-item {
    position: relative !important;
    left: 0 !important;
    float: left;
    clear: both;
}

#topdeals .owl-nav {
    top: 50%;
    width: 100%;
}

#topdeals .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    color: #009fe3;
    background: transparent;
}

#topdeals .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    color: #009fe3;
    background: transparent;
}

/* Hotelslider Startseite */
#tophotels .deal-item {
    position: relative !important;
    left: 0 !important;
    float: left;
    clear: both;
}

#tophotels .owl-nav {
    top: 50%;
    width: 100%;
}

#tophotels .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    color: #009fe3;
    background: transparent;
}

#tophotels .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    color: #009fe3;
    background: transparent;
}

/* Dealslider XS */
#topdeals-xs .deal-item {
    position: relative !important;
    left: 0 !important;
    float: left;
    clear: both;
}

#topdeals-xs .owl-nav {
    top: 50%;
    width: 100%;
}

#topdeals-xs .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    color: #009fe3;
    background: transparent;
}

#topdeals-xs .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    color: #009fe3;
    background: transparent;
}

#topdeals-xs .featured.grid-item {
    width: 350px;
}

#topdeals-xs .grid-item,
.grid-sizer {
    width: 350px;
}

/* Deal Price Info Widgets */
.deal-price-infos {
    line-height: 1.2;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 15px;
    max-width: 350px;
}

.deal-price-infos p {
    margin: 0;
}

.deal-price-infos span {
    font-weight: bold;
}

/* Deal Watch */
#deal--watch {
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #009fe3;
    background: white;
    max-width: 250px;
}

#deal--watch i {
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px;
    color: #009fe3;
}

/* Deal Hurry Up */
#deal--hurryup {
    padding: 5px;
    color: red;
    border: 2px solid red;
    background: white;
}

#deal--hurryup i {
    font-size: 20px;
    float: left;
    margin-right: 6px;
    color: red;
}

/* Deal Percent */
.deal--percent {
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    position: absolute;
    z-index: 9;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    text-align: center;
    color: white;
    border: 2px solid white;
    border-radius: 100px;
    background: #cb60b3;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#cb60b3), color-stop(50%, #ad1283), to(#de47ac));
    background: linear-gradient(to bottom, #cb60b3 0%, #ad1283 50%, #de47ac 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Last Deal */
.last-deal {
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 10;
}

.last-deal-img::before {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
}

/*--------------------------------------------------------------
# Hotels
--------------------------------------------------------------*/
/* Hotelkarte */
.male--map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
}

.male--map-wrapepr {
    overflow: hidden;
    width: 100%;
}

.male--map img {
    max-width: inherit !important;
}

.content-map {
    padding: 0 !important;
}

.content-map .page-title {
    margin-top: 30px;
}

.hotel-map-title a {
    font-size: 16px;
    font-weight: 700;
}

.map-wrapper {
    width: 250px;
}

/* Hotel Single */
.blog-item .hotel-title {
    font-size: 2em;
    display: block;
    margin: 0.67em 0;
}

.hotel-single-item .entry-title {
    font-size: 2em;
}

.hotel-single-item .deal--footer {
    margin-top: 0;
    padding: 25px 15px 10px 15px;
    background: white;
}

.hotel-single-item .deal--footer .deal--icons ul li {
    margin-bottom: 12px;
}

.hotel-single-item .deal--footer .deal--icons ul {
    -webkit-column-count: 1;
    column-count: 1;
}

/* Gallery */
#startPrettyPhoto {
    font-size: 24px;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 15px;
    color: white;
}

#startPrettyPhoto:hover {
    opacity: 0.7;
}

/* Hotel Copyright */
.img--copyright {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    color: white;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.single-deal .img--copyright {
    bottom: 35px;
}

/* Hotel Awards */
.hotel-awards {
    clear: both;
}

.hotel-awards ul {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    text-align: center;
}

.hotel-awards ul li {
    float: left;
    padding: 5px;
    text-align: center;
}

.hotel-awards-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 2px;
    text-align: center;
    background: #efefef;
}

.hotel-awards ul li img {
    display: block;
    max-width: 70px;
    text-align: center;
}

/* Hotel Rating */
.hotel-awards {
    clear: both;
    text-align: center;
}

.hotel-rating-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 2px;
    text-align: center;
    background: #efefef;
}

.hotel-rating-score {
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #009fe3;
}

.hotel-rating ul {
    font-size: 32px;
    margin-bottom: 0;
    text-align: center;
    color: orange;
}

.hotel-no-rating {
    margin: 15px;
    text-align: center;
}

.hotel-rating-reviews ul {
    margin: 0;
    padding: 0;
}

.hotel-rating-reviews ul li {
    margin-bottom: 2px;
    padding: 5px 10px;
    background: #efefef;
}

.hotel-rating-reviews ul li a {
    display: block;
    cursor: pointer;
}

.hotel-rating-reviews ul li:hover {
    background: #009fe3;
}

.hotel-rating-reviews ul li:hover a {
    color: white;
}

.hotel-rating-reviews span {
    display: inline-block;
    float: right;
}

.hotel-rating-reviews span .fa-thumbs-up {
    color: #1EB054;
}

.hotel-rating-reviews span .fa-thumbs-down {
    color: #f1654c;
}

.owl-carousel a[rel="prettyPhoto[gallery]"] {
    pointer-events: none;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-item {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid transparent;
    border-radius: 2px;
    background: white;
}

.search-item:hover {
    border-color: #009fe3;
}

.search-item .entry-title {
    font-weight: 600;
    margin-top: 15px;
}

.search-item .col-md-3 {
    padding-right: 0;
    padding-left: 0;
}

.search-item .blog-thumbnail {
    position: relative;
}

.search-item .blog-thumbnail img {
    width: 100%;
}

.search-item .blog-thumbnail a {
    display: block;
    cursor: pointer;
}

/* Searchform */
.no-results #searchform {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.no-results #searchform input {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding: 15px 10px;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: inherit;
    border: 2px solid transparent;
    border-radius: 2px;
    background: white;
    -webkit-appearance: none;
}

.no-results #searchform input:focus {
    border-color: #009fe3;
}

.no-results #searchform .icon {
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
}

/* Post Type */
.search-item .post--type a {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    padding: 3px 8px;
    cursor: pointer;
    text-transform: capitalize;
    opacity: 0.9;
    color: white;
    background: #009fe3;
}

.search-item .post--type a:hover {
    opacity: 1;
}

/* Ajax Suche */
#searchform .ajax-search {
    position: absolute;
    z-index: 99999;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: none;
    background: #fff;
}

#searchform .ajax-search li {
    line-height: 1;
    padding: 10px;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    position: relative;
}

#searchform .ajax-search li a {
    font-size: 14px;
}

#searchform .ajax-search li:hover {
    background: #faba49;
}

#searchform .ajax-search li:hover a {
    color: white;
}

#searchform .ajax-search li:hover .type {
    background: white;
    color: #263238;
}

#searchform .ajax-search li .type {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    padding: 3px 5px;
    text-transform: uppercase;
    background-color: #d8d8d8;
}

#searchform .ajax-search li .type-Beitrag {
    background-color: #d8d8d8;
}

#searchform .ajax-search li .type-Hotel {
    background-color: #d8335b;
    color: white;
}

#searchform .ajax-search li .type-Deal {
    background-color: #1EB054;
    color: white;
}

#searchform .ajax-search li .result {
    display: inline-block;
    max-width: 70%;
    font-weight: 600;
}

#searchform .ajax-search li img {
    vertical-align: top;
    border: 1px solid #ededed;
    margin-right: 10px;
    width: 40px;
    background: white;
    padding: 2px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* General Sidebar */
#sidebar section {
    position: relative;
    margin-bottom: 30px;
    background: white;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#sidebar .widget-title {
    font-size: 28px;
    margin: 0;
    padding: 10px 15px;
    color: white;
    background: white;
    background: #009fe3;
    background: -webkit-gradient(linear, left bottom, right top, from(#009fe3), to(#0067e5));
    background: linear-gradient(to top right, #009fe3 0%, #0067e5 100%);
}

/* Recent Entries */
#sidebar .widget_recent_entries ul {
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#sidebar .widget_recent_entries ul li a {
    display: block;
}

#sidebar .widget_recent_entries ul li {
    padding: 5px 15px;
    border-bottom: 1px solid #ededed;
}

#sidebar .widget_recent_entries ul li:hover {
    background-color: #ededed;
}

#sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}

/* Categories */
#sidebar .widget_categories ul {
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#sidebar .widget_categories ul li a {
    display: block;
}

#sidebar .widget_categories ul li {
    padding: 5px 15px;
    border-bottom: 1px solid #ededed;
}

#sidebar .widget_categories ul li:hover {
    background-color: #ededed;
}

#sidebar .widget_categories ul li:last-child {
    border-bottom: none;
}

#sidebar .widget_categories ul li::before {
    font-family: "FontAwesome";
    display: block;
    float: left;
    padding-right: 10px;
    content: "\f114";
}

/* Textwidget */
#sidebar .widget_text .textwidget {
    padding: 15px;
}

/* Newsletter */
.widget--newsletter {
    padding: 30px;
    text-align: center;
    color: white;
    background: #004664 !important;
}

.widget--newsletter .widget-title {
    font-size: 28px;
    padding: 0 !important;
    background: none !important;
}

.widget--newsletter p {
    margin: 15px 10px;
}

.widget--newsletter input {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    padding: 13px 10px;
    color: #5a5a5a;
    border: 1px solid #d5d5d5;
    border: none;
    border-radius: 3px;
}

.widget--newsletter input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    border: 1px solid #17843f;
    background: #27da69;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.widget--newsletter input[type="submit"]:hover {
    background: #52e287;
}

/* Deal der Woche Countdown */
.countdowen {
    margin-bottom: 30px;
    text-align: center;
    background: #b6dbff url(/wp-content/themes/malediven/framework/img/deal-der-woche-background.png) no-repeat bottom center !important;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.countdowen a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.countdowen a img {
    position: relative;
}

.countdowen p {
    margin: 0;
    color: white;
}

.countdowen .countdown {
    font-size: 56px;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
}

.countdowen .widget-title {
    font-weight: 700;
    line-height: 1;
    z-index: 999;
    padding: 5px;
    text-align: center;
    color: white !important;
    background: transparent !important;
}

.countdowen .featured-title {
    font-size: 18px;
    position: absolute;
    z-index: 99;
    bottom: 0;
    margin: 0;
    padding: 10px;
    text-align: left;
    color: white;
    background: rgba(0, 0, 0, 0.5);
}

.countdowen .btn {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 35px;
    border-color: #c79810;
    border-radius: 3px;
    background: #eab92d;
    background: linear-gradient(135deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.countdowen .btn:hover {
    border-color: #c79810;
    background: #eab92d;
    background: -webkit-gradient(linear, right top, left top, from(#eab92d), color-stop(30%, #c79810), color-stop(80%, #eab92d), to(#c79810));
    background: linear-gradient(270deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
}

/* .countdowen::before {
    content: "";
    background: url(/wp-content/themes/malediven/framework/img/ddw-widget-top.png) center center/cover;
    width: 370px;
    height: 110px;
    display: block;
    position: absolute;
    z-index: 9;
    top: -75px;
    left: -5px;
    transform: rotate(179deg);
}
.countdowen::after {
    content: "";
    background: url(/wp-content/themes/malediven/framework/img/ddw-widget-bottom.png) center center/cover;
    width: 370px;
    height: 17px;
    display: block;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: -5px;
} */
.countdowen .deal--featured {
    width: 70px;
    height: 80px;
}

.countdowen .deal--featured i {
    font-size: 30px;
}

.countdowen .deal--featured .deal--text-top,
.countdowen .deal--featured span {
    font-size: 18px;
}

.countdowen .widget-title {
    padding: 15px 15px 15px 50px !important;
}

/* Widgets Resorts List */
.widget--resorts {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
}

.widget--resorts li {
    line-height: 1.55;
    clear: both;
}

.widget--resorts .widget--resorts-th {
    float: left;
    padding-right: 10px;
}

/* Flexible Posts Widget */
.dpe-flexible-posts {
    margin: 0;
    padding: 15px;
}

.dpe-flexible-posts li img {
    float: left;
    clear: both;
    margin-right: 10px;
}

.dpe-flexible-posts a {
    line-height: 1.55;
    display: block;
    padding-bottom: 11px;
}

/* Bewertungen Sidebar */
.bewertungen-sidebar {
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-bottom: 15px;
    padding-left: 0;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border: 2px solid #fff;
    border-radius: 2px;
    background: white;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    position: relative;
}

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

.no-ratings-headline {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

.no-ratings img {
    position: relative;
    max-width: 140px;
    bottom: -17px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding-top: 300px;
    padding-bottom: 70px;
    color: white;
    background: #009fe3;
    background: url(/wp-content/themes/malediven/framework/img/footer-background.png) no-repeat center center/cover;
}

/* Scroll */
#scroll2shark {
    font-size: 24px;
    font-size: 46px;
    line-height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 100px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: #009fe3;
    background: linear-gradient(45deg, #009fe3 0%, #0067e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fe3', endColorstr='#0067e5', GradientType=1);
}

#scroll2shark:hover {
    background: #faba49;
}

/* Footer CTA */
#cta-footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: none;
    width: 100%;
    background: #faba49;
    background: #ff944b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff944b), to(#ff7416));
    background: linear-gradient(to bottom, #ff944b 0%, #ff7416 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#cta-footer .cta-footer-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    float: left;
    margin: 0;
}

.cta-footer-title::before {
    position: absolute;
    bottom: -8px;
    left: -100px;
    display: inline-block;
    width: 80px;
    height: 63px;
    content: "";
    background: url(/wp-content/themes/malediven/framework/img/cta-footer-sharko.png) no-repeat center center;
}

#cta-footer .cta-footer-btn {
    float: right;
    margin: 0;
}

#cta-footer .btn {
    font-size: 20px;
    font-weight: 700;
    padding: 8px 95px;
    border: none;
    border-radius: 0;
    background: #ff944b;
    background: #faba49;
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
}

#cta-footer .btn:hover {
    border-color: #1EB054;
    background: #1EB054;
}

#cta-footer #cta-footer-close {
    position: absolute;
    left: 15px;
    padding: 0;
    border: 0;
    background: transparent;
}

#cta-footer #cta-footer-close:hover {
    opacity: 0.5;
}

/* Footer Merken CTA */
#cta-footer-merken {
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: none;
    width: 100%;
    background: #faba49;
    background: #ff944b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff944b), to(#ff7416));
    background: linear-gradient(to bottom, #ff944b 0%, #ff7416 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#cta-footer-merken .cta-footer-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    float: left;
    margin: 0;
}

#cta-footer-merken .cta-footer-title::before {
    position: absolute;
    bottom: -8px;
    left: -100px;
    display: inline-block;
    width: 80px;
    height: 63px;
    content: "";
    background: url(/wp-content/themes/malediven/framework/img/cta-footer-sharko.png) no-repeat center center;
}

#cta-footer-merken .cta-footer-btn {
    float: right;
    margin: 0;
}

#cta-footer-merken .btn {
    font-size: 20px;
    font-weight: 700;
    padding: 8px 95px;
    border: none;
    border-radius: 0;
    background: #ff944b;
    background: #faba49;
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.7);
}

#cta-footer-merken .btn:hover {
    border-color: #1EB054;
    background: #1EB054;
}

#cta-footer-merken #cta-footer-merken-close {
    position: absolute;
    right: 15px;
    padding: 0;
    top: 10px;
    border: 0;
    background: transparent;
}

#cta-footer-merken #cta-footer-merken-close:hover {
    opacity: 0.5;
}

#cta-footer-merken .cta-footer-merken-content p {
    margin: 0;
}

#cta-footer-merken .cta-footer-merken-content label {
    margin: 0;
}

#cta-footer-merken .cta-footer-merken-content {
    padding: 10px;
}

#cta-footer-merken .wpcf7-list-item-label {
    font-size: 12px;
    margin-left: 5px;
}

#cta-footer-merken input[type="email"] {
    margin: 0;
}

/* Widgets */
footer .footer--widgets .widget-title {
    font-size: 24px;
    font-weight: 700;
}

/* Navigation */
#footer--navigation {
    text-align: center;
    background: white;
}

#footer--navigation .brand {
    padding-top: 60px;
    padding-bottom: 15px;
}

#footer--navigation .brand a {
    display: inline-block;
    cursor: pointer;
}

#footer--navigation .menu {
    margin: 0;
    padding: 0;
}

#footer--navigation .menu li {
    display: inline;
}

#footer--navigation .menu li a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #5a5a5a;
}

#footer--navigation .menu li a:hover {
    color: #272727;
}

#footer--navigation .menu li::before {
    content: "| ";
    color: #009fe3;
}

#footer--navigation .menu li:first-child:before {
    content: "";
}

#footer--navigation .copyright {
    font-size: 12px;
    padding-top: 30px;
}

/* Cookie */
#cookie-bar {
    line-height: 24px;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    height: auto;
    padding: 3px 0;
    text-align: center;
    color: #eee;
    background: #5a5a5a;
}

#cookie-bar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    top: auto;
    bottom: 0;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
}

#cookie-bar .cb-enable {
    background: #1EB054;
}

#cookie-bar .cb-enable:hover {
    background: #17843f;
}

/* MD Postcounter */
.md--postcounter {
    margin: 0;
    padding: 0;
}

.md--postcounter li:first-child {
    border-right: 1px solid rgba(250, 250, 250, 0.35);
}

.md--postcounter li {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    float: left;
    padding: 5px 20px;
    text-align: center;
}

.md--postcounter li:last-child {
    border-left: 1px solid rgba(250, 250, 250, 0.35);
}

.md--postcounter li span {
    font-size: 16px;
    display: block;
}

/* Footer Scroll */
.footer-sticky {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    padding: 0;
    color: white;
    background: #009fe3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}

.footer-sticky .footer-sticky a {
    display: block;
    color: white;
}

.footer-sticky p {
    margin: 0;
}

.footer-sticky .btn {
    display: block;
    padding: 5px 2px;
    border: none;
    border-radius: 0;
}

.footer-sticky .footer-sticky-title img {
    max-width: 150px;
    padding-top: 3px;
}

.footer-sticky .footer-sticky-up {
    text-align: right;
    text-transform: uppercase;
}

.footer-sticky .footer-sticky-title {
    font-weight: 700;
}

/* Deal Merken Footer CTA */
.deal-merken-mob-title {
    color: white;
    font-weight: bold;
}

.deal-merken-mob-title:hover, .deal-merken-mob-title:focus, .deal-merken-mob-title:active {
    color: white;
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* CTA BUTTON */
.cta--button {
    display: block;
    clear: both;
    margin: 0;
    padding: 15px;
    text-align: center;
    background: #009fe3 url(/wp-content/themes/malediven/framework/img/button-background.jpg) no-repeat center center/cover;
}

.cta--button .cta--button-text {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    float: left;
    text-align: left;
    color: white;
}

.cta--button .cta--button-link {
    position: relative;
    display: inline-block;
    float: right;
}

.cta--button .cta--button-link a {
    margin-top: 0px !important;
}

.cta--button .cta--button-link .btn {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 50px;
    border: 1px solid #cb590d;
    border-radius: 3px;
    background: #ff944b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff944b), to(#ff7416));
    background: linear-gradient(to bottom, #ff944b 0%, #ff7416 100%);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.cta--button .cta--button-link .btn:hover {
    border-color: #1EB054;
    background: #1EB054;
}

/* Divider */
.md--divider {
    height: 5px;
    margin-bottom: 30px;
    background: #c9e2e9;
}

.md--divider::before {
    content: "";
    background: #c9e2e9;
    height: 5px;
    width: 20px;
    position: absolute;
    left: -2px;
}

.md--divider::after {
    content: "";
    background: #c9e2e9;
    height: 5px;
    width: 20px;
    position: absolute;
    right: -2px;
}

/* Infobox */
.infobox {
    margin: 30px 0;
    padding: 25px 50px;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #009fe3;
}

.infobox-title h3 {
    margin-top: 15px;
}

.infobox:before {
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 53px;
    position: absolute;
    z-index: 4;
    left: -12px;
    width: 60px;
    height: 60px;
    content: "\f129";
    text-align: center;
    color: white;
    border: 3px solid #fff;
    border-radius: 100%;
}

.infobox.grau {
    background: #5a5a5a;
}

.infobox.grau:before {
    background: #5a5a5a;
}

.infobox.gruen {
    background: #1EB054;
}

.infobox.gruen:before {
    content: "\f058";
    background: #1EB054;
}

.infobox.rot {
    background: #f1654c;
}

.infobox.rot:before {
    content: "\f071";
    background: #f1654c;
}

.infobox-text li:before {
    color: white;
}

.infobox ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

.infobox ul li::before {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    content: "";
    background: url(/wp-content/themes/malediven/framework/img/list-sharko-icon.png) no-repeat center left;
}

/* Teaserbox */
.teaserbox {
    margin-bottom: 25px;
    color: inherit;
    background: white;
}

.teaserbox.teaserbox-blau {
    color: white;
    background: #009fe3;
    background: linear-gradient(45deg, #009fe3 0%, #0067e5 100%);
}

.teaserbox.teaserbox-orange {
    color: white;
    background: #faba49;
    background: linear-gradient(45deg, #faba49 0%, #f09c07 100%);
}

.teaserbox-title {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: white;
}

.teaserbox-title a {
    color: white;
}

.teaserbox-content {
    display: table-cell;
    height: 245px;
    padding: 15px;
    vertical-align: middle;
}

.teaserbox .btn {
    font-weight: 700;
    padding: 0;
    color: white;
}

.teaserbox .btn::after {
    font-family: "FontAwesome";
    padding-left: 5px;
    content: "\f101";
}

.teaserbox .btn:hover {
    text-decoration: underline;
}

.teaserbox-thumbnail {
    overflow: hidden;
    /* height: 250px;/*
}

.teaserbox-thumbnail img {
	display: block;

	/* width: 100vw; */
    /* height: 40vh; */
    /* object-fit: cover; */
}

.teaserbox-thumbnail a {
    display: block;
    height: 100%;
}

/* Footerbox */
.footerbox {
    position: relative;
    padding: 50px 230px;
    color: white;
    background: #009fe3 url(/wp-content/themes/malediven/framework/img/footerbox-background.jpg) no-repeat center center/cover;
}

.footerbox .footerbox-title {
    font-size: 45px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.footerbox .footerbox-icon {
    position: absolute;
    top: 10px;
    left: -35px;
}

.footerbox .footerbox-icon img {
    width: 85%;
}

.footerbox .footerbox-thumbnail {
    position: absolute;
    top: -50px;
    right: -60px;
    width: 451px;
    height: 363px;
}

.footerbox .footerbox-thumbnail img {
    float: right;
    width: 75%;
}

.footerbox .btn {
    font-size: 24px;
    text-transform: uppercase;
    color: #263238;
    border-color: #d0a101;
    background: #fec606;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec606), color-stop(80%, #fccd4d), to(#fec606));
    background: linear-gradient(to bottom, #fec606 0%, #fccd4d 80%, #fec606 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.footerbox .btn:hover {
    color: white;
    border-color: #d0a101;
    background: #faba49;
    background: -webkit-gradient(linear, left top, left bottom, from(#faba49), to(#f09c07));
    background: linear-gradient(top, #faba49 0%, #f09c07 100%);
}

.footerbox .btn::after {
    position: absolute;
    z-index: 9999;
    width: 141px;
    height: 39px;
    margin-left: 50px;
    content: "";
    background: url(/wp-content/themes/malediven/framework/img/footerbox-arrow.png);
}

/* Take-Away */
.takeaway {
    border: 5px solid #fff;
    background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.takeaway-title {
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    color: white;
    background: #009fe3 url(/wp-content/themes/malediven/framework/img/button-background.jpg) no-repeat center center/cover;
}

.takeaway-text li::before {
    font-family: "FontAwesome";
    padding-right: 5px;
    content: "\f00c";
    color: #faba49;
}

.takeaway ul {
    list-style: none;
}

.takeaway-cta--button {
    display: block;
    clear: both;
    margin: 0;
    padding: 5px;
    border: 5px solid #fff;
    font-weight: bold;
    background: #009fe3;
    background: -webkit-gradient(linear, left bottom, right top, from(#009fe3), to(#0067e5));
    background: linear-gradient(to top right, #009fe3 0%, #0067e5 100%);
}

.takeaway-cta--button-text {
    font-size: 24px;
    display: inline-block;
    float: left;
    text-align: left;
    line-height: 50px;
    color: white;
}

.takeaway-cta--button-link {
    position: relative;
    display: inline-block;
    float: right;
}

.takeaway-cta--button-link .btn {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 50px;
    border: 1px solid #cb590d;
    border-radius: 3px;
    background: #ff944b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff944b), to(#ff7416));
    background: linear-gradient(to bottom, #ff944b 0%, #ff7416 100%);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.takeaway-cta--button-link .btn:hover {
    border-color: #1EB054;
    background: #1EB054;
}

/* Call to action Box */
.vc_cta3-container {
    clear: both;
}

/* VC Fixes */
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
    padding-right: 30px;
    padding-left: 30px;
}

.wpb_single_image .vc_figure-caption {
    margin-top: 1em !important;
    font-size: inherit !important;
}

/* Dealbox */
#dealbox {
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
}

.dealbox--header-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.dealbox--header {
    position: relative;
}

.dealbox--title-th a {
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3%, rgba(0, 0, 0, 0.03)), color-stop(70%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.03) 3%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.dealbox--title-th {
    margin-bottom: 0;
}

.dealbox--title a {
    width: 100%;
    display: block;
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
}

/* .dealbox--footer {
    padding: 15px;
    min-height: 125px;
} */
.dealbox--item:hover img {
    opacity: 0.75;
}

/* Single Deal */
.deal--item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.deal--item--header img {
    width: 100%;
}

.deal--item--header a {
    display: block;
    cursor: pointer;
}

.deal--item--title-th {
    position: absolute;
    bottom: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3%, rgba(0, 0, 0, 0.03)), color-stop(70%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.03) 3%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    padding: 10px;
    display: block;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.deal--item--title-th a {
    color: white;
}

/* Deal der Woche Startseite Kachel */
.ddw-home {
    position: relative;
}

.ddw-home .ddw-home-content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.ddw-home .ddw-home-title {
    font-size: 26px;
}

.ddw-home .ddw-home-title a {
    color: white;
}

.ddw-home .btn:hover {
    border-color: #c79810;
    background: #eab92d;
    background: -webkit-gradient(linear, right top, left top, from(#eab92d), color-stop(30%, #c79810), color-stop(80%, #eab92d), to(#c79810));
    background: linear-gradient(270deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
}

.ddw-home .btn {
    border-color: #c79810;
    background: #eab92d;
    background: linear-gradient(135deg, #eab92d 0%, #c79810 30%, #eab92d 80%, #c79810 100%);
}

.ddw-home .btn {
    font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

.ddw-home-content-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(3%, rgba(0, 0, 0, 0.03)), color-stop(70%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.03) 3%, rgba(0, 0, 0, 0.65) 70%, rgba(0, 0, 0, 0.65) 100%);
    padding: 15px;
    margin-bottom: 0;
    color: white;
}

.ddw-home .blog-thumbnail a {
    display: block;
}

/* Gallery Fix */
.wpb_gallery {
    margin-bottom: 0 !important;
}

.mobile--reiserechner-info {
    background: #f1654c;
    color: white;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #fdf5f2;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #009fe3;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    margin: 0 auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

#primary .error {
    margin-top: 30px;
}

#primary .error .page-title {
    margin-bottom: 0;
}

.md--pagination {
    margin-top: 60px;
    text-align: center;
}

.md--pagination ul {
    margin: 0;
    padding: 0;
}

.md--pagination li {
    display: inline;
}

.md--pagination li a {
    padding: 5px 12px;
    cursor: pointer;
    color: white;
    background-color: #009fe3;
    border-radius: 6px;
}

.md--pagination li a:hover,
.md--pagination li.active a,
.md--pagination li.disabled {
    background-color: #007bb0;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/
@media only screen and (min-width: 1500px) {
    .container-large {
        width: 1500px;
    }

    /* Grid Item */
    .grid-item, .grid-sizer {
        width: 345px;
    }

    .featured.grid-item {
        width: 720px;
    }

    #topdeals .featured.grid-item {
        width: 345px;
    }

    .bewertungen-sidebar {
        min-height: 350px;
    }
}

/* Fix Sidebar */
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    .col-lg-9 {
        width: 66.66666667%;
    }

    .col-lg-3 {
        width: 33.33333333%;
    }
}

@media only screen and (max-width: 1500px) {
    /* Grid Item */
    .grid-item, .grid-sizer {
        width: 360px;
    }

    .owl-carousel .grid-item, .owl-carousel .grid-sizer {
        width: 360px;
    }
}

@media only screen and (max-width: 1200px) {
    /* Grid Item */
    .grid-item, .grid-sizer {
        width: 455px;
    }

    .owl-carousel .grid-item, .owl-carousel .grid-sizer {
        width: 455px;
    }

    /* Footerbox */
    .footerbox {
        padding: 50px 140px;
    }

    .footerbox .footerbox-thumbnail img {
        width: 70%;
    }

    .footerbox .footerbox-icon img {
        width: 60%;
    }

    /* Topdeal XS */
    #topdeals-xs .featured.grid-item, #topdeals-xs .grid-item, .grid-sizer {
        width: 470px;
    }

    .deal--footer .deal--topdeal {
        font-size: 13px;
        font-weight: bold;
    }

    .countdowen::before {
        display: none;
    }

    .countdowen::after {
        display: none;
    }

    .bewertungen-sidebar {
        min-height: 270px;
    }

    .no-ratings img {
        max-width: 160px !important;
    }
}

@media only screen and (max-width: 1024px) {
    /* Elements */
    .tooltip {
        display: none !important;
    }

    /* Grid Item */
    .grid-item, .grid-sizer {
        width: 455px;
    }

    /* Scrolling Sharko */
    #scrollingsharko {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    /* Shrink */
    header .top.shrink {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header .top.shrink .logo img {
        width: 50%;
    }

    header .top.shrink .search, header .top.shrink .social {
        margin-top: 2px;
    }

    /* Teaserbox */
    .teaserbox-content {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    #scroll2shark {
        display: none !important;
    }

    /* Header */
    .navbar-nav > li > a {
        font-size: 1em;
    }

    /* Grid Item */
    .grid-item, .grid-sizer {
        width: 345px;
    }

    .owl-carousel .grid-item, .owl-carousel .grid-sizer {
        width: 100%;
    }

    /* Footerbox */
    .footerbox {
        padding: 30px;
    }

    .footerbox .footerbox-icon {
        position: relative;
        top: 0;
        left: 0;
    }

    .footerbox .footerbox-icon img {
        width: 40%;
    }

    .footerbox .footerbox-thumbnail img {
        width: 80%;
    }

    .footerbox .footerbox-thumbnail {
        right: 0;
    }

    /* Topdeal XS */
    #topdeals-xs .featured.grid-item, #topdeals-xs .grid-item, .grid-sizer {
        width: 100%;
    }

    /* CTA Footer */
    #cta-footer .cta-footer-title {
        font-size: 18px;
        line-height: 2.4;
    }
}

@media only screen and (max-width: 768px) {
    /* Header */
    header .logo {
        text-align: center;
    }

    header .top {
        padding-top: 0;
        padding-bottom: 0;
    }

    header .search {
        margin-top: 0;
    }

    .temp {
        display: none;
    }

    header .navbar-container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header .top.shrink {
        display: none;
    }

    /* Social */
    header .social {
        margin-top: 0;
        text-align: right;
    }

    header .social ul li {
        display: inline-block;
        float: none;
    }

    header .social ul {
        float: none;
    }

    /* Navigation */
    .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .navbar-nav > li > a {
        font-size: 1.4em;
    }

    .navbar-toggle {
        float: left;
        margin: 0;
        padding: 10px 0 0 0;
    }

    .navbar-toggle:hover {
        border: none;
        background: none;
    }

    .navbar {
        min-height: 0;
    }

    /* Toggle */
    .navbar-nav {
        text-align: left;
    }

    .navbar-nav > li {
        display: block;
        float: none;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    /* Footer */
    #footer--navigation .menu li {
        display: block;
        margin: 10px 0;
    }

    #footer--navigation .menu li:before {
        content: "";
    }

    #footer--navigation .menu li a {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 10px;
        color: white;
        background: #009fe3;
    }

    #footer--navigation .menu li a:hover {
        display: block;
        width: 100%;
        color: white;
        background: #009fe3;
        background: linear-gradient(45deg, #009fe3 0%, #0067e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009fe3', endColorstr='#0067e5', GradientType=1);
    }

    #footer--scroll {
        display: block !important;
    }

    /* Grid Item */
    .grid-item, .grid-sizer {
        width: 100%;
    }

    .owl-carousel .grid-item, .owl-carousel .grid-sizer {
        width: 100%;
    }

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

    /* Single Deal */
    .deal-single-item .deal--footer .deal--icons {
        width: 100%;
    }

    .deal-single-item .deal--footer .deal--icons ul {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .deal-single-item .deal--footer .deal--price {
        width: 100%;
        text-align: center;
    }

    .deal-single-item .deal--views {
        position: relative;
        top: 0;
        left: 0;
        width: 60px;
        width: 100%;
        height: 30px;
        margin-top: 2px;
    }

    .deal-single-item .deal--views span {
        font-size: 24px;
        line-height: 26px;
    }

    .deal-single-item .deal--date {
        line-height: 25px;
        position: relative;
        margin-top: 5px;
        text-align: center;
        border-bottom: 1px solid #ededed;
    }

    #topdeals .owl-nav .owl-next {
        right: 0;
        margin: 0;
        padding: 5px 5px;
        background: white;
    }

    #topdeals .owl-nav .owl-prev {
        left: 0;
        margin: 0;
        padding: 5px 5px;
        background: white;
    }

    #topdeals-xs .owl-nav .owl-next {
        right: 0;
        margin: 0;
        padding: 5px 5px;
        background: white;
    }

    #topdeals-xs .owl-nav .owl-prev {
        left: 0;
        margin: 0;
        padding: 5px 5px;
        background: white;
    }

    #topdeals .owl-nav, #topdeals-xs .owl-nav, #tophotels .owl-nav {
        top: 12%;
    }

    .owl-nav {
        right: 0;
    }

    #tophotels .owl-nav .owl-prev {
        left: 0;
        margin: 0;
        padding: 5px 5px;
        background: white;
    }

    #tophotels .owl-nav .owl-next {
        right: 0;
        margin: 0;
        padding: 5px 5px;
        background: white;
    }

    .deal--featured {
        width: 50px !important;
        height: 50px !important;
    }

    .deal--featured i {
        display: none;
    }

    .deal--featured .deal--text-top, .deal--featured span {
        font-size: 12px;
    }

    .single .deal--footer .deal--icons {
        display: none;
    }

    .deal--footer .deal--old {
        float: none;
    }

    .deal--footer .deal--current {
        text-align: center;
    }

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

    /* Single Hotel */
    .hotel-single-item .deal--footer .deal--icons {
        width: 100%;
    }

    .hotel-single-item .deal--footer .deal--icons ul {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .hotel-awards ul li img {
        max-width: 50px;
    }

    /* Takeaway */
    .takeaway-cta--button-link {
        width: 100%;
    }

    .takeaway-cta--button-link .btn {
        padding: 3px;
    }

    .takeaway-cta--button-text {
        line-height: 1.2;
        margin-bottom: 10px;
        text-align: center;
    }

    .takeaway ul {
        padding: 0;
    }

    .entry-content ul {
        padding: 0;
    }

    .entry-header-top .entry-title {
        font-size: 20px;
    }

    #startPrettyPhoto {
        display: none;
    }

    .img--copyright {
        font-weight: normal;
        position: relative;
        top: -20px;
        right: 0;
        bottom: auto;
        text-align: right;
        color: #ababab;
        text-shadow: none;
    }

    .deal--footer .deal--topdeal {
        position: absolute;
        top: -15px;
        float: none;
    }

    /* Infobox */
    .infobox {
        padding: 15px;
    }

    .infobox:before {
        display: none;
    }

    /* CTA Button */
    .cta--button .cta--button-text {
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }

    .cta--button {
        padding: 15px;
    }

    .cta--button .cta--button-link {
        float: none;
        width: 100%;
    }

    /* Teaserbox */
    .teaserbox-thumbnail {
        display: none;
    }

    /* Footerbox */
    .footerbox {
        background: #009fe3 url(/wp-content/themes/malediven/framework/img/footerbox-background.jpg) no-repeat left center/cover;
    }

    .footerbox .footerbox-thumbnail img {
        display: none;
    }

    .footerbox .btn::after, .footerbox .btn i {
        display: none;
    }

    .footerbox .btn {
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    /* Ratgeberbox */
    .yuzo_related_post .relatedthumb {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .yuzo-img {
        width: 100% !important;
    }

    .yuzo_related_post .relatedthumb {
        min-height: 100px;
    }

    .yuzo_related_post .relatedthumb {
        background: #fff !important;
    }

    #sidebar {
        margin-top: 25px;
    }

    /* General */
    figure {
        width: 100% !important;
    }

    /* Social Buttons */
    .shariff .orientation-horizontal li {
        width: 25px !important;
    }

    /* Live Chat */
    #livechat-compact-container {
        display: none;
    }

    /* CTA Footer */
    #cta-footer .cta-footer-title {
        font-size: 18px;
        line-height: 1;
        float: none;
        padding: 10px;
        text-align: center;
    }

    #cta-footer .cta-footer-btn {
        float: none;
    }

    #cta-footer .btn {
        padding: 5px;
    }

    #cta-footer .cta-footer-title::before {
        display: none;
    }

    .btn.btn-primary {
        display: block;
    }

    /* Toggle Mobile */
    .toggle-mobile {
        display: block;
    }

    /* Awards */
    .hotel-awards {
        text-align: center;
    }

    .wph-modal--mask, .wph-modal {
        display: none;
    }

    #deal--hurryup, #deal--watch {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        max-width: 100%;
        height: 20px;
        margin-bottom: 0;
        padding: 0;
    }

    .deal-price-infos {
        bottom: 30px;
        left: 0;
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }

    #deal--hurryup i, #deal--watch i {
        font-size: 13px;
        line-height: 16px;
        margin-right: 6px;
        margin-left: 5px;
    }

    .toggle-collapse {
        display: none !important;
    }

    .deal--button .btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .btn-dealmerken {
        display: none;
    }

    .md-breadcrumb .md-breadcrumb-start {
        display: none;
    }

    .page-id-6158 .teaserbox-thumbnail img {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    .social-whatsapp, .footer-sticky {
        display: none !important;
    }

    .toggle-desktop {
        display: block !important;
        height: auto !important;
    }

    .shariff-buttons {
        -webkit-box-align: left !important;
        -ms-flex-align: left !important;
        align-items: left !important;
        -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
        justify-content: left !important;
    }

    .mobile-toggle-button {
        display: none !important;
    }

    .deal--button .btn {
        min-width: 250px;
    }

    #cta-footer-merken {
        display: none !important;
    }

    /* Empfehlungen Teaserbox Fix */
    .page-id-6158 .teaserbox-content {
        height: auto;
        padding: 10px;
        padding-left: 10px;
    }

    .page-id-6158 .teaserbox-thumbnail img {
        width: 260px;
        max-width: none;
    }
}

@media only screen and (max-width: 350px) {
    /* Single Deal */
    .deal-single-item .deal--footer .deal--icons ul {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .deal-single-item .deal--featured {
        position: relative;
        left: 0;
        width: 100%;
        height: 60px;
    }

    /* Single Hotel */
    .hotel-single-item .deal--footer .deal--icons ul {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/* Portrait */
/* Landscape */

.deal-item.type-hotel .entry-header p {
    margin: 0;
}

.deal-item.type-hotel .btn {
    margin: 0;
}

.contact__form input {
    font-weight: 400;
    padding: 10px;
    color: #484848;
    border: 1px solid #e2eaf5;
}

.contact__input-group br {
    display: none;
}

.contact__form textarea {
    font-weight: 400;
    padding: 10px;
    color: #484848;
    border: 1px solid #e2eaf5;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: 207px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover {
    text-decoration: underline;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail span {
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 15px;
}