/*
Theme Name: HIWYBI 3.0
Author: Marcel Gorgolewski
Author URI: http://www.marcelgo.de
Description: Home is where your Bag is Theme 3.0
Version: 1.0
Text Domain: hiwybi
*/

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #fff;
}

/* ###################### Layout & Aufbau allgemein ###################### */

#container {
    float: left;
    width: 100%;
}

#container-inside,
#container-inside-landingpage-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.row-custom { 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    /* max-width: 75rem; */
	max-width: 80rem;
}

.row-custom .inside ul {
    margin-left: -16px;
}

.row-custom .inside ul li {
    padding: 0 1rem 2rem; 
}

.row-custom .inside article ul {
    margin-left: 1.25rem;
}

.row-custom .inside article ul li {
    padding: 0px;
}

.inside {
    padding: 1rem 0 0 1rem;
}

.inside-sidebar {
    padding: 1rem 0 1rem 0;
    overflow: hidden;
}

.single #content article {
    margin-bottom: 3rem;
}

.nomargin {
    margin: 0;
}

.end {
    margin: 0px 0px;
    padding: 0px 0px;
}

.nofloat {
    float: none;
    clear: both;
}

.fullwidth {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
}

/* ###################### Textformatierungen ###################### */

/* ALLGEMEIN & MISC */

::selection {
	background-color: #f9b200;
	color: #fff;
}

::-moz-selection {
	background-color: #f9b200;
	color: #fff;
}

p, ul, ol, dl {
    font-size: 1.1rem;
}

ul {
    margin-left: 1.25rem;
}

ol {
    margin-left: 1.5rem;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Roboto Slab', sans-serif;
}

h1 {
	font-size: 2.3125rem;
	margin-top: 0rem;
	margin-bottom: 2rem;
	color: #fff;
	background: #333 url(img/bgpattern-dark.png);
	display: inline-block;
	padding: 0.5rem 1rem 0.5rem 1rem;
}

h2 {
	font-size: 1.6875rem;
	margin-bottom: 1.25rem;
}

.single h2, .page h2 {
	color: #aaa;
}

small {
    font-size: 80%;
}

.big {
	font-size: larger;
}

b, strong {
	font-weight: 400;
}

code {
    font-weight: 300;
    color: #bbb;
}

abbr {
    font-size: 100%;
    cursor: inherit;
}

hr {
    border: solid #eee;
    border-width: 1px 0 0;
}

blockquote {
    background: #fafafa;
}

blockquote p {
    color: #222;
}

.mediumtext {
    font-size: 95% !important;
}

.werbehinweis {
	margin-top: 1.25rem;
	color: #888;
}

/* LINKS */

article a,
#respond a,
#sidebar .textwidget p a {
    color: #009fcd;
	font-weight: 400;
}

article a:hover,
#respond a:hover,
#sidebar .textwidget p a:hover {
	color: #f9b200;
}

small a {
    color: #00aecd !important;
}

small a:hover {
    color: #f9b200 !important;
}

.buchenlink, .buchenlink-agoda, .buchenlink-booking {
    padding: 0 0.25rem 0 0.25rem;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #444;
    color: #fff !important;
	white-space: nowrap;
}

.buchenlink-booking {
	background-color: #003580;
}

.buchenlink-agoda:after {
	content: " (agoda.com)";
	font-size: 0.8rem;
}

.buchenlink-booking:after {
	content: " (booking.com)";
	font-size: 0.8rem;
}

.buchenlink:hover,
.buchenlink:active,
.buchenlink:focus {
    color: #fff;
    background-color: #f9b200;
}

/* ARTIKELÜBERSICHT */

.artikelblock {
	float: left;
	width: 100%;
}

.artikelblock header {
	margin-bottom: 1rem;
}

.artikelblock h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	letter-spacing: -0.025rem;
}

.artikelblock h3 a {
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    border: none;
}

.artikelblock h3 a:hover {
    color: #009fcd;
}

.gotocat {
    display: block;
    margin: 1rem 0 2rem 0 !important;
    text-align: center;
    /* border: dotted #ddd; */
	border: dotted #bbb;
    border-width: 1px 0 0;
	float: left;
    width: 100%;
}

.gotocat a {
    position: relative;
    top: -0.8rem;
    /* background: #ccc; */
	background: #bbb;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gotocat a:hover {
    background: #333;
}

.read-more {
    font-weight: 400;
}

.read-more-p {
    margin-top: -1.25rem;
}

/* TOOLTIPS */

.tooltip {
    font-size: 1rem;
    font-weight: 300 !important;
    background: #333;
    color: #fff;
    padding: 0.75rem;
}

.tooltip span {
    color: #aaa;
    font-weight: 400;
}

/* TABELLEN */

table {
    border-collapse: collapse;
}

table thead tr th,
table tbody tr td,
table tfoot tr td {
    font-size: 1.1rem;
    line-height: 1.4;
}

table thead th {
    background: #333;
    color: #fff !important;
    font-weight: 300 !important;
}

/* ###################### Bilder & Videos ###################### */

/* IM ARTIKEL */

article figure {
    display: inline-block;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
    margin: 0 !important;
    margin-bottom: 1.25rem !important;
    width: auto;
    max-width: 100% !important;
}

article figure.alignleft,
article .alignleft {
    float: left;
    display: inline-block;
    margin: 0 1rem 1.25rem 0 !important;
}

article figure.alignright,
article .alignright {
    float: right;
    display: inline-block;
    margin: 0 0 1.25rem 1rem !important;
}

article figure img,
article figure a img,
article a img,
.img-hover-effekt {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

article figure a {
    border: none;
}

article figure a img:hover,
article a img:hover,
.img-hover-effekt:hover {
    -moz-filter: brightness(1.14);
    -webkit-filter: brightness(1.14);
    filter: brightness(1.14);
}

article figcaption {
    background: #333 url(img/bgpattern-dark.png);
    padding: 0.5rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2rem;
    white-space: normal;
}

iframe {
    border: 0;
}

.artikelblock img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    width: 100%;
}

.artikelblock img:hover {
    /* -moz-filter: brightness(1.14);
    -webkit-filter: brightness(1.14);
    filter: brightness(1.14); */
	transform: scale(1.15);
}

.img-out {
    text-align: center;
	overflow: hidden;
}

.wp-smiley {
    width: auto;
    height: auto;
}

/* BLOCK GRID FÜR PARTNERLOGOS ETC */

.block-grid-content {
    margin-left: 0 !important;
}

.block-grid-content li {
    padding: 0 0.625rem 1.25rem !important;
}

/* ###################### Header oben ###################### */

/* HEADER LOGO */

.logo {
	max-width: 120px;
	height: auto;
}

.logo-landingpage {
	max-width: 85px;
}

#header-logo {
	/* float: left; */
	width: 100%;
	text-align: center;
	padding: 1.5rem 0 2rem 0;
	background: #333 url(img/bgpattern-dark.png);
}

#leiste-oben {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}

.oben-links ul {
    list-style: none;
    margin: 0;
    background: rgba(0,0,0,0.3);
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
}

.oben-links li {
    font-size: 1rem;
    color: #888;
}

.oben-links ul li a {
    color: #888;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.oben-links ul li a:hover {
    color: #fff;
}

/* ###################### Navi ###################### */

/* NAVI */

#navi {
	background-color: #f9b200;
	color: #fff;
	width: 100%;
    float: left;
}

.navigateme {
    float: left;
    width: 100%;
    background: #F9B200;
}

.top-bar .expanded {
    height: auto;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 9;
}

.top-bar.expanded .title-area li {
    background: #F9B200;
}

.top-bar.expanded .toggle-topbar a {
    color: #FFF;
}

.top-bar {
    background-color: #f9b200;
}

.top-bar-section,
.top-bar-section ul,
.top-bar-section .has-form {
	background: none;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	font-size: 1rem;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	border: 3px solid rgba(255,255,255,0); 
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	background: #f9b200;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background: #fbfbfb !important;
	color: #000 !important;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.top-bar .expanded .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
}

.top-bar-section .dropdown li:not(.has-form) a:hover {
	background-color: #f9b200 !important;
	color: #fff !important;
	border-bottom: 1px solid #f9b200;
}

.top-bar-section .has-dropdown > a {
	padding-right: 15px !important;
}

.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #333;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #333;
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0px 0 1px #333,0 7px 0 1px #333,0 14px 0 1px #333 !important;
}

/* NAVI ELEMENTE HIGHLIGHTEN */

#menu-item-11395 a,
#menu-item-11397 a { /* "Neu hier?" */
    color: #fff;
    background: #000;
}

#menu-item-11395 a:hover,
#menu-item-11397 a:hover { /* "Neu hier?" */
    background: #222;
}

#menu-item-17478 a { font-weight: 400; } /* Südostasien */
#menu-item-17478 .dropdown a { font-weight: 300; }

#menu-item-17556 a { font-weight: 400; } /* Southeast Asia */
#menu-item-17556 .dropdown a { font-weight: 300; }

#menu-item-24888 a { font-weight: 400; } /* Packliste */
#menu-item-24888 .dropdown a { font-weight: 300; }

/* ###################### Header ###################### */

/* HOME */

#header-home {
	text-align: center;
	float: left;
    width: 100%;
}

/* ###################### Sidebar ###################### */

/* ALLGEMEINES */

#sidebar h3 {
    font-size: 1.4rem;
}

/* SOCIAL MEDIA */

#sidebar #socialbuttons {
	margin-bottom: 1.5rem;
	float: left;
	width: 100%;
	position: relative;
}

#sidebar .socialmedia {
    display: block;
	list-style: none;
	margin: 0;
}

#sidebar .socialmedia li {
    float: left;
    font-size: 1.5rem;
    /* margin: 0 0.6rem 0.6rem 0; */
	margin: 0 0.7rem 0.6rem 0;
    text-align: center;
    padding: 0px;
}

#sidebar .socialmedia li:last-child {
    margin-right: 0px;
}

#sidebar .socialmedia li:first-child {
    margin-left: 0px;
}

#sidebar .socialmedia li a {
	display: block;
	width: 50px;
	height: 50px;
	/* width: 42px; */
	/* height: 42px; */
	/* line-height: 36px; */
	line-height: 44px;
	background: #222;
	color: #fff;
	border: 3px solid #222;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#sidebar .socialmedia li a:hover {
	background-color: #222;
	border: 3px solid #f9b200;
	color: #fff;
}

#sidebar aside {
    margin-bottom: 1.5rem;
}

#sidebar a img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
}

#sidebar a img:hover {
    -moz-filter: brightness(1.14);
    -webkit-filter: brightness(1.14);  
    filter: brightness(1.14); 
}

/* SOCIAL MEDIA DROPDOWN */

.row-custom .inside ul.f-dropdown,
.row-custom .inside-sidebar ul.f-dropdown {
    margin-left: 0px;
}

.row-custom .inside ul.f-dropdown li,
.row-custom .inside-sidebar ul.f-dropdown li {
    padding: 0px;
}

.f-dropdown li a {
    padding: 0.75rem;
    color: #222;
    font-size: 1rem;
}

.f-dropdown li a:hover {
    background-color: #f9b200;
	color: #fff;
}

/* ABOUT BILD */

.sidebar-about-img {
    float: left;
    margin: 0 1rem 0.25rem 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* NEWSLETTER-SUBSCRIBER */

#sidebar .newsletter-sidebar {
    background: #009fcd;
    padding: 0.75rem 0 0 0;
    color: #fff;
}

#sidebar .newsletter-sidebar form {
    margin-bottom: 0;
}

#sidebar .newsletter-sidebar .nl-button {
    padding: 0;
}

.nl-hinweisklein {
    line-height: 1.2rem;
}

/* ###################### Footer ###################### */

#footer {
	float: left;
	width: 100%;
	background: #333 url(img/bgpattern-dark.png);
	padding: 3rem 0 3rem 0;
	color: #aaa;
}

#footer ul {
	margin: 0px;
    margin: 0 1.25rem 0 1.25rem;
}

#footer .footer-widget {
	padding: 0 0 0.5rem 0;
    color: #fff;
}

#footer .footer-widget ul {
    list-style: disc;
}

#footer h4 {
	color: #fff;
	margin-bottom: 1rem;
}

.footer-widget a {
    color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-widget a:hover {
    color: #f9b200;
}

.footer-widget .footer-logos img {
    margin: 0 1rem 1rem 0;
}

.footer-widget .footer-logos .footer-logos-kodex {
    margin-right: 0;
}

.recentcomments .comment-author-link,
.recentcomments .comment-author-link a {
    color: #bbb;
}

.footer-widget .footer-logos img,
.footer-widget .blogverzeichnisse img {
    filter: alpha(opacity = 70);
    -ms-filter: "alpha(opacity = 70)";
    opacity: 0.7;  
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
}

.footer-widget .footer-logos img:hover,
.footer-widget .blogverzeichnisse img:hover {
    filter: alpha(opacity = 100);  
    -ms-filter: "alpha(opacity = 100)";
    opacity: 1;  
}

.blogverzeichnisse img {
    filter: alpha(opacity = 70);  
    -ms-filter: "alpha(opacity = 70)";
    opacity: 0.7;  
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.blogverzeichnisse img:hover {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

/* FOOTER NL ANMELDUNG */

#footer-nl {
	padding: 2rem 0 2rem;
	float: left;
	width: 100%;
	min-height: 250px;
	background: url(/wp-content/themes/hiwybi3/img/footer-nl-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#footer-nl p, #footer-nl h3 {
	color: #fff;
}

/* TAGCLOUD */

#footer .tagcloud a {
    background: rgba(0,0,0,0.3);
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    color: #eee;
    line-height: 2.4rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer .tagcloud a:hover {
    color: #fff;
    background: #f9b200;
}

/* COOKIE HINWEIS */

#cookies {
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    color: #fff;
    padding: 0.4rem 0.25rem 0.4rem 0.25rem;
}

#cookies p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 0;
}

#cookies p a {
    color: #ddd;
}

#cookies p a:hover {
    color: #009fcd;
}

.cookies-ok-button {
    background: #000;
    margin-left: 0.25rem;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    font-weight: 400;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #009fcd !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cookies-ok-button:hover {
    color: #fff !important;
}

/* ###################### Content Boxen ###################### */

/* NEWSLETTER */

.newsletter {
    max-width: 100%;
    height: auto;
    padding: 0.5rem 0 1rem 0;
    background: #009fcd;
    color: #fff;
    margin-bottom: 1.5rem;
}

.newsletter-short {
    padding: 10rem 0 1rem 0;
}

.newsletter h3 {
    color: #fff;
}

.newsletter p {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.newsletter form {
    margin: 1.25rem 0 0.5rem 0;
}

.hl-nl-highlight {
    color: #222;
}

.hl-nl-highlight-2 {
	color: #00aad5;
}

.nl-button {
    width: 100%;
    height: 3.5rem;
    background-color: #222 !important;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    cursor: pointer;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}

.nl-button:hover {
    background-color: #000 !important;
}

.nl-input {
    height: 3.5rem !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #f6f6f6 !important;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    font-size: 1rem !important;
}

.nl-input:hover,
.nl-input:focus {
    background-color: #fff !important;
}

/* ARTIKELFOOTER */

#tags {
    margin-bottom: 2rem;
    color: #bbb;
}

#tags p {
    font-size: 0.9rem;
    margin-bottom: 0;
}

#tags a {
    background-color: #ccc;
    color: #fff;
    padding: 0 0.25rem 0 0.25rem;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

#tags a:hover {
    background-color: #999;
}

/* AUTHOR BOX */

#authorbox {
    padding: 1rem 0 1rem 0;
    margin-bottom: 1.5rem;
    background-color: #999;
    color: #fff;
}

#authorbox p {
    margin: 0;
}

#authorbox a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#authorbox a:hover {
    color: #333;
}

#authorbox .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
}

.post-edit-link {
    font-weight: 400;
}

/* ÄHNLICHE ARTIKEL */

#related {
    margin-bottom: 1.25rem;
}

#related ul {
    margin-left: -0.625rem;
}

#related ul li {
    padding: 0 0.625rem 1.25rem;
}

#related ul li img {
    margin-bottom: 0.5rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
}

#related ul li img:hover {
    -moz-filter: brightness(1.14);
    -webkit-filter: brightness(1.14);
    filter: brightness(1.14);
}

#related ul li a h6 {
    color: #333;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#related ul li a h6:hover {
    color: #009fcd;
}

/* AFFILIATE/RECOMMENDATION BOX & BANNER */

.rec-box {
	background-color: #999;
	color: #fff;
	padding-top: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1.25rem;
	border: 2px solid #f9b200;
}

.rec-box-quer {
	display: block;
	width: 100%;
	/* border-right: 7px solid #f9b200; */
}

.rec-box h5 {
	color: #fff;
	font-size: 1.4rem;
}

.rec-box a {
	color: #222;
}

.rec-box a:hover {
	color: #fff;
}

.anzeige {
	margin-bottom: 1.5rem;
}

.anzeige:before {
	content: "Anzeige";
	font-size: 0.6rem;
	color: #444;
}

/* TRY THAI HINWEIS */

.try-thai-hinweis {
	background-color: #be0a28 !important;
}

.try-thai-hinweis a:hover {
	color: #000 !important;
}

/* ###################### Kommentare ###################### */

/* LAYOUT & MISC */

#kommentare {
    margin-top: 3.5rem;
}

.comments-title,
#reply-title {
    margin-top: 0rem;
    margin-bottom: 2rem;
    color: #fff;
    background: #333 url(img/bgpattern-dark.png);
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
}

#reply-title {
    margin-bottom: 1.25rem;
}

#respond {
    margin-top: 2rem;
}

#kommentare ol {
    list-style: none;
    margin: 0;
}

#kommentare .depth-1, .depth-2, .depth-3, .depth-4, .depth-5, .depth-6, .depth-7, .depth-8, .depth-9, .depth-10 {
    border: 1px solid #eee;
    padding: 1rem;
    margin-bottom: 1.25rem;
}

#kommentare .depth-1 .byuser, .depth-2 .byuser, .depth-3 .byuser, .depth-4 .byuser, .depth-5 .byuser, .depth-6 .byuser, .depth-7 .byuser, .depth-8 .byuser, .depth-9 .byuser, .depth-10 .byuser {
    border: 1px solid #aaa;
}

.reply {
    text-align: right;
    margin-bottom: 1.5rem;
}

.comment-reply-link {
    background: #333;
    padding: 0.75rem 1rem 0.75rem 1rem;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.comment-reply-link:hover {
    background: #f9b200;
    color: #fff;
}

#kommentare article {
    margin-bottom: 0 !important;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    margin-bottom: 0.5rem;
    background: #009fcd;
    color: #fff;
    display: inline-block;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
    background: #0199bf;
}

.comment-content a {
}

/* USER & METAINFOS */

#kommentare .vcard {
    margin: 0;
    padding: 0;
    border: 0;
}

#kommentare .vcard,
#kommentare .fn {
    font-size: 1.2rem;
    font-family: 'Roboto Slab', sans-serif;
}

.comment-meta {
    background: #eee;
    margin: -1rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.comment-meta a,
.pingback a {
    color: #009fcd;
    font-weight: 400;
}

.comment-meta a:hover,
.pingback a:hover {
    color: #f9b200;
}

.comment-metadata {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    margin: -1.5rem 0 0.5rem 0;
    padding-left: 78px;
}

#kommentare .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.pingback {
    font-size: 1rem;
}

.comment-awaiting-moderation {
    font-size: 0.9rem;
    margin-bottom: 0;
    background-color: #f9b200;
    color: #fff;
    display: inline-block;
}

/* ###################### Formulare ###################### */

/* ALLGEMEIN */

input, textarea,
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
    background: #fbfbfb;
    border: 1px solid #eee;
    box-shadow: none !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0.75rem;
    height: auto;
}

textarea {
    padding: 0.75rem;
}

input[type="submit"] {
    background: #333;
    border: none;
    padding: 0.75rem 1rem 0.75rem 1rem;
    color: #fff;
}

input[type="submit"]:hover {
    background: #f9b200;
}

label {
    cursor: inherit;
    font-size: 1rem;
    color: #222;
    font-weight: 400;
}

/* ###################### Landingpages ###################### */

.landingpage-featured {
	padding: 0;
	color: #fff;
}

.landingpage-featured h1, .landingpage-featured h2 {
	color: #fff;
}

.landingpage-featured h2 {
	background: none;
	padding: 0;
	color: #222;
}

.landingpage-featured-button {
	width: auto;
	height: auto;
}

.landingpage-featured-button-yellow {
	background-color: #f9b200 !important;
}

#featured-sameway {
	background: url(img/landingpages/landingpage-featured-bg-sameway.jpg) #00aad5 bottom no-repeat;
	background-size: cover;
}

#featured-lombok {
	background: url(img/landingpages/landingpage-featured-bg-lombok-dark.jpg) #1e5064 bottom no-repeat;
	background-size: cover;
}

#featured-phangan {
	background: url(img/landingpages/landingpage-featured-bg-phangan.jpg) #0065a9 bottom no-repeat;
	background-size: cover;
}

#featured-samui {
	background: url(img/landingpages/landingpage-featured-bg-samui.jpg) #3391d1 bottom no-repeat;
	background-size: cover;
}

#featured-bali {
	background: url(img/landingpages/landingpage-featured-bg-bali.jpg) #dcecda bottom no-repeat;
	background-size: cover;
}

.button-cta {
	background-color: #f9b200;
	font-weight: 400;
	text-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	min-height: 3.5rem;
	height: auto;
}

.icon-circle {
	height: 80px;
	width: 80px;
	font-size: 3rem;
	background-color: #222;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	margin-right: 1.5rem;
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.spalte-icon-circle, .spalte-icon-circle-neutral {
	float: left;
}

.spalte-icon-circle-text {
	padding-right: 1.25rem;
	margin-bottom: 1rem;
}

.spalten-icon-circle:hover > .spalte-icon-circle .icon-circle {
	background-color: #00aad5;
}

.spalten-icon-circle-neutral:hover > .spalte-icon-circle-neutral .icon-circle {
	background-color: #555555;
}

.ctabox {
	max-width: 100%;
	text-align: center;
}

.ctabox p {
	font-size: 1.1rem;
}

.ctabox p.cta-preis {
	font-size: 3rem;
	line-height: 3.2rem;
	margin-bottom: 1.25rem;
}

.paypal-logo {
	background-color: #fff;
	padding: 1rem;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0.25rem;
}

.rund {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* ###################### Externe Scripts, Plugins ###################### */

/* FOUNDATION */

/* .single #modal-suche {
	position: absolute;
} */

.reveal-modal {
	position: fixed;
	top: 100px !important;
}

/* ELASTIC */

.elastic {
	position: relative;
	padding-bottom: 55%;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
    margin-bottom: 1.25rem;
}

.elastic iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* LIGHTBOX */

.jackbox {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300 !important;
    font-size: 0.9rem;
}

.jackbox-container {
    background: #333 url(img/bgpattern-dark.png);
}

.jackbox-panel:hover {
    background-color: #222;
    border: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* WPML */

#lang_sel_list, .wpml-ls-legacy-list-horizontal {
    font-family: inherit;
    width: auto;
    background: rgba(0,0,0,0.3);
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    border: 0;
}

#lang_sel_list ul, .wpml-ls-legacy-list-horizontal ul {
    width: auto;
    border: none !important;
    font-size: 1rem !important;
}

#lang_sel_list li, .wpml-ls-legacy-list-horizontal li {
    width: auto;
}

#lang_sel_list li:first-child, .wpml-ls-legacy-list-horizontal li:first-child {
    margin-right: 0.5rem !important;
}

#lang_sel_list a,
#lang_sel_list a:visited,
.wpml-ls-legacy-list-horizontal a,
.wpml-ls-legacy-list-horizontal a:visited {
    font-size: 1rem !important;
    border: none;
    background: transparent !important;
    padding: 0 !important;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.lang_sel_sel, .wpml-ls-item-legacy-list-horizontal a {
    color: #fff !important;
}

.wpml-ls-current-language a {
	color: #777 !important;
}

.lang_sel_other {
    color: #fff !important;
}

.lang_sel_other:hover, .wpml-ls-item-legacy-list-horizontal a:hover {
    color: #f9b200 !important;
}

/* WPML SPRACHHINWEIS */

.icl_post_in_other_langs, .wpml-ls-statics-post_translations {
    padding: 0.25rem;
    background: #bbb;
    color: #fff;
}

.icl_post_in_other_langs a, .wpml-ls-statics-post_translations a {
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.icl_post_in_other_langs a:hover, .wpml-ls-statics-post_translations a:hover {
    color: #333;
}

/* CONTACT FORM 7 */

span.wpcf7-not-valid-tip {
    background: #a8022d;
    color: #fff;
    padding: 0.25rem;
}

div.wpcf7-response-output {
    padding: 0.5rem;
    margin: 0;
    margin-bottom: 1.5rem;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    color: #fff;
    border: 0;
}

div.wpcf7-validation-errors {
    background: #a8022d;
}

div.wpcf7-mail-sent-ok {
    background: #7ab51d;
}

/* PAGENAVI */

.wp-pagenavi {
    max-width: 100%;
    display: block;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
    padding: 1rem 1.25rem 1rem 1.25rem;
    background: #fafafa;
    color: #222;
    display: inline-block;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}

.wp-pagenavi a:hover {
    background: #ddd;
}

.wp-pagenavi .current {
    background-color: #333;
    color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background: #009fcd;
    color: #fff;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    background: #0199bf;
}

.wp-pagenavi .first, 
.wp-pagenavi .last {
    background: #222;
    color: #fff;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    background: #000;
}

/* MAILCHIMP PLUGIN */

.mc4wp-alert {
	padding-left: 0.9375rem;
}

.mc4wp-alert p {
	font-size: 0.9rem;
	margin: 0.25rem 0 0 0;
	color: #000;
	font-weight: 400;
}

#sidebar  .mc4wp-alert p {
	padding-bottom: 0.75rem;
	margin: 0;
}

/* DKB-AD */

.dkb-ad {
    text-align: center;
    background: #eee;
    background: #333;
    color: #fff;
    padding: 1rem;
}

.dkb-ad img {
    margin-bottom: 0.5rem;
}

.dkb-ad p {
    text-align: left;
    margin-bottom: 0;
}

/* FACEBOOK BOX */

.fb-box iframe {
    max-width: 100% !important;
}

/* EXTERNE BANNER/AFFILIATE MARKETING */

.banner {
    margin-bottom: 1.5rem;
}

/* #flugsuche-artikel a img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;    
}

#flugsuche-artikel a img:hover {
    -moz-filter: brightness(1.14);
    -webkit-filter: brightness(1.14);
    filter: brightness(1.14);
} */

#mmd-flight-widget .mmd-300x250 {
    width: 100%;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

/* ###################### Media Queries ###################### */

/* HÖHE */

@media only screen and (max-height : 1200px) {
}

@media only screen and (max-height : 979px) {
}

@media only screen and (max-height : 955px) {
}

@media only screen and (min-height : 559px) {
    
    .fixme {
        position: fixed;
        top: 0px;
        z-index: 999;
    }
    
}

/* BREITE */

@media only screen and (min-width: 40.063em) {

    .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        padding-right: 2.4rem !important;
    }
    
    .contain-to-grid .top-bar {
        max-width: 1400px;
    }

}

@media only screen and (min-width: 1025px) {

    .top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
        line-height: 0.8;
    }

}

@media only screen and (min-width : 1025px) and (max-width : 1140px) {

	#sidebar .socialmedia li {
		margin: 0 0.35rem 0.35rem 0;
		/* margin: 0 0.24rem 0.24rem 0; */
	}
    
}

@media only screen and (min-width : 1025px) and (max-width : 1120px) {

    .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 0.92rem;
        padding: 0 12px;
    }
    
}

@media only screen and (min-width : 1401px) {

    .row-custom {
        max-width: 1400px;
    }
    
    .fb-box iframe {
        width: 406px !important;
    }

}

@media only screen and (max-width : 1200px) {
    
}

@media only screen and (max-width : 1025px) {
    
    .inside {
        padding: 1rem 0.625rem 0 1rem;
    }
    
    .single .inside {
        padding: 1rem 1rem 0 1rem;
    }
    
    #sidebar .socialmedia {
        text-align: center;
    }
    
    #sidebar .socialmedia li {
        display: inline-block;
        float: none;
    }
    
    #sidebar .textwidget {
        text-align: center;
    }
    
    #sidebar .textwidget p {
        text-align: left;
    }
    
    #sidebar h3 {
        text-align: center;
    }
    
    .fb-box iframe {
        width: 340px !important;
        max-width: 100%;
    }

}

@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 640px) {
    
    #leiste-oben {
        padding: 0 0.5rem;
    }
    
    table {
		overflow-x: auto;
		display: block;
	}
    
    .reveal-modal {
        min-height: 100px;
        max-width: 100%;
    }

}

@media only screen and (max-width : 600px) {

}

@media only screen and (max-width : 568px) {

}

@media only screen and (max-width : 480px) {
    
    .wp-pagenavi a, .wp-pagenavi .current, .wp-pagenavi .extend {
        padding: 1rem 1rem 1rem 1rem;
    }
    
    #footer {
        padding: 1.5rem 0 0.5rem 0;
    }
    
    .easingsliderpro-pagination {
        display: none;
    }
    
    #kommentare .avatar {
        max-width: 40px !important;
        height: auto;
        border: 2px solid #fff;
    }
    
    .comment-metadata {
        margin: 0;
    }
    
    .comment-navigation .nav-previous a,
    .comment-navigation .nav-next a {
        font-size: 0.9rem;
        padding: 0.75rem 0.35rem 0.75rem 0.35rem;
    }
    
    table thead tr th, table tbody tr td, table tfoot tr td {
        font-size: 0.9rem;
    }
    
    .inside {
        padding: 1rem 0 0 0;
    }
    
    .single .inside {
        padding: 1rem 0 0 0;
    }
    
    .home .row-custom .inside ul li {
        padding: 0 0.625rem 2rem 1rem;
    }
	
	.spalte-icon-circle {
		float: none;
		margin-bottom: 0.5rem;
	}
	
	.spalte-icon-circle-text {
		margin-bottom: 0;
	}
	
}

@media only screen and (max-width : 384px) {

    #kommentare .avatar {
        display: none;
    }
    
    .comment-content p {
        word-wrap: break-word;
    }

}

@media only screen and (max-width : 320px) {
    
    #related {
        text-align: center;
    }

    .small-block-grid-2 > li {
        width: 100%;
    }
    
	article figure.alignleft, article .alignleft,
	article figure.alignright, article .alignright {
        float: none;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

@media only screen and (max-width : 240px) {
    
    article p {
        word-wrap: break-word;
    }

    .sidebar-about-img {
        float: none;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    
    table thead tr th, table tbody tr td, table tfoot tr td {
        font-size: 0.7rem;
    }

}