/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* Baseline Normalize
        normalize.css v2.1.2 | MIT License | git.io/normalize
        --------------------------------------------- */

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

code,
kbd,
pre,
samp {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}

body {
    background-color: #eee;
    color: #1E2A4A;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.625;
}

#inner .wrap {
    padding-bottom: 30px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #1E2A4A;
    text-decoration: none;
}

#angebote-single a {
    text-decoration: underline;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -0.4rem;
}

a:hover {
    color: #333;
}

p {
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #1E2A4A;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    background-color: #1E294A;
    font-weight: normal;
    color: #fff;
    margin: .67em 0;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    /* max-width: 100%;*/
}

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


/* Forms
--------------------------------------------- */

input,
select,
textarea {
    color: #111111;
    border: 0;
    padding: 3px;
    background-color: #eeeeee;
}

select {
    width: 150px;
    height: 28px;
}

input[type="text"],
input[type="email"] {
    width: 400px;
    height: 28px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #cc132a;
    border: none;
    box-shadow: none;
    color: #fff;
    margin-top: 20px;
    padding: 8px 12px;
    cursor: pointer;
    text-transform: uppercase;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}

.entry-content .button:hover {
    color: #fff;
}

.button {
    border-radius: 3px;
    display: inline-block;
}

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


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%;
}

th,
td {
    text-align: left;
}

th {
    width: 150px;
    vertical-align: top;
    font-weight: normal;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

.site-inner {
    clear: both;
    padding-top: 40px;
    padding-top: 4rem;
}

#inner {
    background: #FFFFFF url("images/head-bg.png") repeat-x;
    padding-top: 30px;
}


/* Column Widths and Positions
--------------------------------------------- */


/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* Content */

.content {
    float: right;
    width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

.full-width-content .content {
    width: 100%;
}


/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 285px;
    margin-top: 12px;
}

.sidebar-primary .shortcodes {
    margin-top: 10px;
}

.sidebar-primary .shortcodes a {
    color: #fff;
    line-height: 25px;
    margin-left: 20px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}


/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/* Column Classes
        Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
        --------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-right: 1.282051282051285%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sticky {}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
}

img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.gallery-caption {}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.archive-description,
.author-box {
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.archive-description {
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.4rem;
}

.author-box {
    padding: 40px;
    padding: 4rem;
}

.author-box-title {
    color: #333;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}

.author-box a {
    border-bottom: 1px solid #ddd;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}


/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #666;
}

.widget-title {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding: 0 0 5px;
    padding: 0 0 0.5rem;
}

.featured-content .entry-title {
    border: none;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}

.featured-content .entry-title a {
    border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #999;
}

.enews-widget .widget-title {
    color: #fff;
}

.enews-widget input {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #f15123;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #333;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

.site-header .wrap {
    padding: 40px 0;
    padding: 4rem 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

#text-7 {
    float: left;
    height: 85px;
    padding-top: 3px;
    width: 250px;
}

#text-8 {
    float: left;
    margin-top: 10px;
}

#text-8 p {
    color: #202a4b;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 10px;
}

#text-8 p b {
    font-size: 24px;
    letter-spacing: -1px;
}

#text-8 p span {
    font-size: 10px;
    line-height: 18px;
}

#text-9 {
    margin-top: 15px;
    text-align: right;
}

#nav_menu-5 {
    clear: both;
    float: left;
    display: none;
}

#nav_menu-6 {
    float: right;
    margin-top: 56px;
    text-align: right;
    width: auto;
}

#nav_menu-6 li {
    color: #5B637B;
    font-size: 10px;
    text-transform: uppercase;
}

#menu-headsubmenu li {
    display: inline;
    margin-left: 20px;
}

.sub-menu .menu-item {
    border-right: medium none !important;
    padding: 0 !important;
}

#menu-hauptmenu-1 .sub-menu li a {
    margin: 0;
    padding: 10px;
    font-size: 12px;
}

.toggle-button {
    display: none;
}

.sf-sub-indicator {
    display: none;
}

#nav {
    float: left;
    font-size: 12px;
}

#menu-hauptmenu-1 li a {
    margin: -40px 0 0;
    padding: 48px 10px 7px;
}

#menu-hauptmenu-1 li a:hover {
    color: #CC132A;
}

#menu-hauptmenu {
    margin: 0px;
}

#menu-hauptmenu-1 li {
    border-right: 1px solid #DDDDDD;
    color: #5B637B;
    float: left;
    font-size: 12px;
    list-style: none outside none;
    padding: 46px 0 0;
    text-transform: uppercase;
}

#menu-hauptmenu-1 a {
    padding: 45px 10px 20px 7px;
}

.menu-item-86 {
    background: url("images/icon-home.png") no-repeat center 8px;
}

.menu-item-86:hover {
    background: url("images/icon-home-hover.png") no-repeat center 8px;
}

.menu-item-16562 {
    background: url("images/icon-fluege.png") no-repeat center 8px;
}

.menu-item-16562:hover {
    background: url("images/icon-fluege-hover.png") no-repeat center 8px;
}

.menu-item-88 {
    background: url("images/icon-mietwagen.png") no-repeat center 8px;
}

.menu-item-88:hover {
    background: url("images/icon-mietwagen-hover.png") no-repeat center 8px;
}

.menu-item-15126 {
    background: url("images/icon-flugspecials.png") no-repeat center 8px;
}

.menu-item-15126:hover {
    background: url("images/icon-flugspecials-hover.png") no-repeat center 8px;
}

.menu-item-103 {
    background: url("images/icon-hotel.png") no-repeat center 8px;
}

.menu-item-103:hover {
    background: url("images/icon-hotel-hover.png") no-repeat center 8px;
}

.menu-item-15142 {
    background: url("images/icon-pauschal.png") no-repeat center 8px;
}

.menu-item-15142:hover {
    background: url("images/icon-pauschal-hover.png") no-repeat center 8px;
}

.menu-item-16258 {
    background: url("images/icon-service.png") no-repeat center 8px;
}

.menu-item-16258:hover {
    background: url("images/icon-service-hover.png") no-repeat center 8px;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    padding: 16px 0;
    padding: 1.6rem 0;
    width: 320px;
}

#title-area {
    display: none;
}

#title,
#description {
    display: none;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 0 8px;
    margin: 0 0 0.8rem;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}


/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}


/* Logo, hide text */

.header-image .site-header .wrap {
    background: url(images/logo.png) no-repeat left;
    padding: 0;
}

.header-image .site-title a {
    float: left;
    min-height: 164px;
    width: 100%;
}


/*
Homepage Area
---------------------------------------------------------------------------------------------------- */

.home .entry h1 {
    display: none;
}


/*
Home Box Menu
---------------------------------------------------------------------------------------------------- */


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}

.header-image .site-header .widget-area {
    padding: 40px 0;
    padding: 4rem 0;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
    margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #999;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    border: none;
    color: #1E2A4A;
    display: block;
    padding: 28px 24px;
    padding: 2.8rem 2.4rem;
    position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #CC132A;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 20px;
    padding: 1.6rem 2rem;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    padding: 2.8rem 0;
    text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
    margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
    padding: 14px 0 0;
    padding: 1.4rem 0 0;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -55px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
    color: #fff;
}

.nav-primary .sub-menu a:hover {
    color: #333;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */


/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 40px 0px 24px;
    padding: 4rem 0rem 2.4rem;
}

.entry-content a {
    text-decoration: underline;
    color: #1E294A;
}

.entry-content a:hover {
    color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
    margin-left: 4rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-meta a {
    border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    margin: 0 -40px;
    margin: 0 -4rem;
    padding: 32px 40px 8px;
    padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
    margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
    display: block;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px 0;
    margin: 4rem 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #f15123;
}

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.entry-comments {
    padding: 40px;
    padding: 4rem;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
    padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
    border-bottom: 1px solid #ddd;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
    margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    margin-top: 2.4rem;
    padding: 32px;
    padding: 3.2rem;
}

.comment-list li li {
    margin-right: -32px;
    margin-right: -3.2rem;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment .avatar {
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px;
    padding: 2.4rem;
}


/*
Newsletter
---------------------------------------------------------------------------------------------------- */

.headline {
    width: 100%;
    background-color: #1E2A4A;
}

.headline h2 {
    padding: 10px 0 10px 10px;
    color: #FFFFFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0;
}

.two-thirds img {
    width: 100%;
    height: auto;
    margin: 0;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #999;
}

.sidebar a {
    border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 40px;
    padding: 4rem;
}

.sidebar .enews-widget {
    background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    color: #1E2A4A;
    clear: both;
    padding: 40px 0 16px;
    padding: 4rem 0 1.6rem;
    background: #eee url('images/footer-bg.png') repeat-x;
}

.footer-widgets-1 {
    margin-bottom: 20px;
}

.footer-widgets-2 {
    width: 260px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.footer-widgets-3 {
    width: 200px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.footer-widgets-4 {
    float: right;
    max-width: 380px;
    width: 100%;
}

.footer-widgets-2 {
    margin-right: 40px;
    margin-right: 4rem;
}

.footer-widgets-2,
.footer-widgets-3 {
    float: left;
}

.footer-widgets-2 {
    font-size: 14px;
    line-height: 20px;
}

.footer-widgets-2 .r18 {
    font-size: 18px;
}

.footer-widgets-2 .r12 {
    font-size: 12px;
}

.footer-widgets-4 h2 {
    font-size: 14px;
    margin: 0 0 8px;
}

.footer-widgets-4 h2 a {
    font-size: 12px;
    text-decoration: none;
}

.footer-widgets-5 {
    border-top: 1px solid #CCCCCC;
    clear: both;
    padding-top: 30px;
    font-size: 11px;
}

.footer-widgets-5 li {
    display: inline;
    margin-right: 20px;
}

.footer-widgets .footer-widgets-1 .widget_text {
    margin-bottom: 0;
}

.footer-widgets a {
    color: #1E2A4A;
    text-decoration: underline;
}

.footer-widgets a:hover {
    color: #1E2A4A;
}

.footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
    color: #CC132A;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-widgets li {
    list-style-type: none;
    word-wrap: break-word;
}

.footer-widgets li A {
    font-size: 12px;
    font-weight: bold;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

.footer-widgets-4 .widget {
    margin-bottom: 0;
}

.footer-widgets-4:before {
    content: url("images/footer-news-head.gif");
}

.footer-widgets-4 {
    background: url("images/footer-news-body.gif") repeat-y 0 20px;
    margin-top: -7px;
}

#new-footer {
    background: url("images/footer-news-footer.gif") no-repeat left bottom;
}

.special-widget-1 {
    width: 200px;
    float: left;
}

.special-widget-2 {
    max-width: 310px;
    width: 100%;
    float: left;
    margin-left: 70px;
}


/*
Home Area
---------------------------------------------------------------------------------------------------- */

#home {
    margin-bottom: 30px;
}

.menu-home-box-menu-container {
    background-color: #1E2A4A;
    padding: 10px 20px 6px;
    width: 180px;
    float: left;
}

.menu-home-box-menu-container ul {
    margin: 0;
}

.menu-home-box-menu-container li {
    border-bottom: 1px solid #7B8295;
    font-size: 12px;
    font-weight: bold;
    list-style-type: none !important;
    padding: 23px 0 19px 30px;
}

.menu-home-box-menu-container li a {
    color: #FFFFFF;
    border-bottom: none;
}

.menu-home-box-menu-container li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#menu-item-122 {
    background: url("images/icon-online-checkin.png") no-repeat 1px 18px;
}

#menu-item-16221 {
    background: url("images/icon-preisalarm.png") no-repeat 2px 16px;
}

#menu-item-15155 {
    background: url("images/icon-reiseschutz.png") no-repeat 0px 16px;
}

#menu-item-119 {
    background: url("images/icon-airportinfos.png") no-repeat 0 22px;
}

#menu-item-16537 {
    background: url("images/icon-reisevorbereitung.png") no-repeat 3px 13px;
}

#menu-item-117 {
    background: url("images/icon-aktuelle-fluginfos.png") no-repeat 6px 14px;
}

#menu-item-16536 {
    background: url("images/icon-vorteil-2.png") no-repeat 0px 16px;
}

.menu-home-box-menu-container li:last-child {
    border-bottom: none;
}

#banner {
    height: 600px;
    margin-left: 1000px;
    position: relative;
    width: 160px;
}

.archive #banner,
.single #banner {
    height: 600px;
    margin-left: 1000px;
    margin-top: 12px;
    position: absolute;
    width: 120px;
}

#top10-box {
    width: 290px;
    float: left;
    margin-right: 10px;
}

.top10-city {
    background-color: #EEEEEE;
    float: left;
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    padding: 1px 5px 5px 10px;
    text-transform: uppercase;
    width: 200px;
}

.top10-price {
    background-color: #CC132A;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 10px;
    padding: 9px 5px 5px 7px;
    width: 90px;
}

.top10-price .from {
    font-size: 11px;
    font-weight: normal;
}

.top10-price .nurflug {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    letter-spacing: -0.4px;
}

.top10-img {
    clear: both;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 290px;
}

.top10-img > img {
    width: 290px;
}

#main-box {
    margin-top: 10px;
}

.main-box-content {
    float: left;
    margin-right: 0;
    width: 940px;
}

.main-box-content h1 {
    background-color: #CC132A;
}

.main-box-offer {
    float: left;
    position: relative;
}

.main-box-offer h1,
.main-box-offer .h1 {
    background-color: #CC132A;
    clear: both;
    margin-bottom: 0;
    margin-right: 10px;
}

#gallery-mcflight li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.gallery-item {
    background-color: #EEEEEE;
    padding: 15px 15px 5px;
    width: 306.5px;
}

.gallery-item .title {
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    line-height: 18px;
}

.gallery-item .button {
    border-radius: 0px;
    float: left;
    margin: 4px 0;
    padding: 2px 8px;
    width: 67px;
}

.gallery-item .button a {
    color: #fff;
}

.gallery-item .price {
    color: #CC132A;
    float: left;
    font-size: 22px;
    text-align: right;
    width: 193px;
    font-weight: bold;
}

.gallery-item .price span {
    font-size: 14px;
}

.img_dummy {
    height: 153px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 277px;
}

.img_dummy img {
    max-width: 100%;
}

.gallery-item .text {
    margin-bottom: 10px;
}

#left {
    background: url("images/icon-left-right.png") no-repeat 0 0;
    cursor: pointer;
    height: 41px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -49px;
    width: 41px;
}

#left:hover {
    background: url("images/icon-left-right-hover.png") no-repeat 0 0;
}

#right {
    background: url("images/icon-left-right.png") no-repeat scroll -41px 0 rgba(0, 0, 0, 0);
    height: 41px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    cursor: pointer;
    right: -39px;
}

#right:hover {
    background: url("images/icon-left-right-hover.png") no-repeat scroll -41px 0 rgba(0, 0, 0, 0);
}


/*
Teaser Angebote
---------------------------------------------------------------------------------------------------- */

#main-box-angebote {
    background-color: #1E2A4A;
    color: #FFFFFF;
    float: left;
    margin-right: 10px;
    width: 300px;
    height: 366px;
}


/*
McFlight Angebote
---------------------------------------------------------------------------------------------------- */

#sc-offer {
    margin-bottom: 30px;
}

#sc-offer h1 {
    background-color: #CC132A;
}

#sc-offer-archive {
    margin-right: 10px;
}

#sc-offer-archive .wing {
    margin-left: 10px;
    width: 110px;
}

#sc-offer-archive .special-box .text {
    width: 725px;
}

#angebote-single h3,
.angebote-single h3 {
    background-color: #1E294A;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 10px;
}

#angebote-single .subheadline,
.angebote-single .subheadline {
    margin-bottom: 4px;
    margin-left: 10px;
}

#angebote-single .periode,
.angebote-single .periode {
    background-color: #EEEEEE;
    float: left;
    margin: 0 1px 1px 0;
    padding: 8px;
}

#angebote-single .periode.land,
.angebote-single .periode.land {
    width: 200px;
}

#angebote-single .periode.ziel,
.angebote-single .periode.ziel {
    width: 256px;
}

#angebote-single .periode.person,
.angebote-single .periode.person {
    width: 110px;
}

#angebote-single .periode.preis,
.angebote-single .periode.preis {
    background-color: #CC132A;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    padding: 3px 4px;
    text-align: center;
    width: 80px;
}

#angebote-single .periode.preis a,
.angebote-single .periode.preis a {
    color: #fff;
    text-decoration: none !important;
    float: none;
}

#angebote-single .periode.preis a:hover,
.angebote-single .periode.preis a:hover {
    text-decoration: underline !important;
}

#angebote-single .wrap,
.angebote-single .wrap {
    margin: 40px 0 0 10px;
    padding-bottom: 0;
}

#angebote-single .info-box,
.angebote-single .info-box {
    background-color: #EEEEEE;
    padding: 20px;
    margin-top: -12px;
}

#angebote-single .info-box li,
.angebote-single .info-box li {
    list-style: disc outside none;
    list-style: disc outside url("images/list-dot.gif");
    margin-left: 20px;
}

#angebote-single .info-box .buchbar,
.angebote-single .info-box .buchbar {
    color: #CC132A;
    font-weight: bold;
}

#minus,
#plus {
    background-color: #EEEEEE;
    margin: 2px 1px 0 0;
    padding: 0 0 0 10px;
    text-align: center;
    color: #CC132A;
}

#minus:hover,
#plus:hover {
    background-color: #CC132A;
    color: #fff;
    cursor: pointer;
}

.abflug {
    float: left;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 455px;
}


/*
    Panoramio
    */

.pano {
    margin-top: 10px;
}

.pano .hightlight {
    height: 500px;
    width: 500px;
    margin-bottom: 10px;
}

.pano .thumbnail {
    height: 57px;
    margin-right: 2px;
    width: 57px;
    margin-bottom: 5px;
}

.pano .thumbnail.bigimg {
    height: auto;
    width: 100%;
}

.lb-container img {
    max-width: inherit;
}

.teaserimg {
    margin-top: 20px;
}

.preisinfo {
    text-align: right;
}


/*
Flugspecials
---------------------------------------------------------------------------------------------------- */

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

.flugspecial h3 {
    background-color: #1E294A;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    clear: both;
    margin-bottom: 20px;
}

.flugspecial .header {
    background-color: #1E294A;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    clear: both;
    margin-bottom: 20px;
}

.special-box {
    height: 77px;
    margin-bottom: 5px;
    clear: both;
}

.flugspecial .wing {
    float: left;
    padding: 12px 0 0 2px;
    width: 90px;
}

.flugspecial .text {
    float: left;
    margin-top: 7px;
    padding-right: 5px;
    width: 465px;
}

.flugspecial .text > span {
    font-weight: bold;
}

.flugspecial .preis {
    background-color: #CC132A;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: auto;
    padding: 5px 7px 5px 0;
    text-align: right;
    width: 95px;
}

.special-box:nth-child(even) {
    background-color: #EEE;
}

.special-box .wing {
    float: left;
    padding: 12px 0 0 2px;
    width: 90px;
}

.special-box .text {
    float: left;
    margin-top: 7px;
    padding-right: 5px;
    width: 465px;
}

.special-box .text > span {
    font-weight: bold;
}

.special-box .text-lang {
    float: left;
    margin-top: 7px;
    padding-right: 5px;
    width: 765px;
}

.special-box .text-lang > span {
    font-weight: bold;
}

.special-box .preis {
    background-color: #CC132A;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: auto;
    padding: 5px 7px 5px 0;
    text-align: right;
    width: 95px;
}

#airports-single .special-box .preis a {
    color: #fff;
    display: block;
    text-decoration: none;
}

#airports-single .special-box .preis a:hover {
    text-decoration: underline;
}

.special-box .no-offer {
    padding-left: 10px;
}

.flugspecials-angebote .special-box .text a {
    text-decoration: none !important;
}

#content-page .special-box .text a {
    text-decoration: none;
}


/*
Checkliste
---------------------------------------------------------------------------------------------------- */

.checkliste li {
    list-style-image: url("/wp-content/uploads/2014/01/haken.jpg");
    margin-bottom: 18px;
}


/*
Content Page
---------------------------------------------------------------------------------------------------- */

#content-page ul {
    margin-left: 25px;
}

#content-page li {
    list-style-position: outside;
}

#content-page h5 {
    margin: 0;
}

#content-page a {
    text-decoration: underline;
}

#content .entry {
    margin: 0;
    padding: 0;
}


/*
Footer News
---------------------------------------------------------------------------------------------------- */

ul.children {
    padding-left: 15px;
}


/*
Footer News
---------------------------------------------------------------------------------------------------- */

.footer-widgets-4 .widget-title {
    margin: 5px 0 0 28px;
}

.footer-widgets-4.widget-area li a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.footer-widgets-4 li {
    list-style-image: url("images/news-dot.png");
    list-style-position: outside;
    margin: 0 0 0 15px;
    line-height: 14px;
}

.news-date {
    color: #CC132A;
    font-size: 12px;
    line-height: 0;
    margin: 8px 0 10px;
    padding: 0 0 7px 0px;
    font-weight: bold;
}

.news-more {
    padding: 0 0 10px 39px;
    color: #CC132A !important;
    font-size: 12px;
    font-weight: bold;
}

.footer-widgets-4 ul {
    padding: 10px 25px 10px 25px;
}

#menu-quicklinks {
    margin-top: -7px;
}


/*
News Archive
---------------------------------------------------------------------------------------------------- */

#news-archive,
#airlines-archive,
#airlines-single,
#angebote-archive,
#angebote-single,
#content-page,
#faq-archive,
#newsletter,
#airports-single,
#sitemap_page,
#gutscheine-page,
#airports-archive,
#country-groups-archive,
#country-group-single,
#countries-archive {
    margin-bottom: 50px;
    max-width: 650px;
    width: 100%;
    float: left;
}

.news-wrap,
.angebote-wrap {
    padding: 0 10px 25px;
}

.news-wrap h3,
.angebote-wrap h3 {
    margin: 10px 0;
}

#news-archive .entry,
#angebote-archive .entry,
#countries-archive .entry {
    font-size: 14px;
    margin: 0;
    padding: 8px 0 8px 10px;
    font-weight: bold;
}

#news-archive .news-title,
#angebote-archive .angebote-title {
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 530px;
}

#news-archive .news-date {
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 11px 0 0;
    padding-right: 10px;
    text-align: left;
    width: 90px;
}

#angebote-archive .angebote-date {
    float: left;
    font-size: 14px;
    font-weight: normal;
    padding-right: 10px;
    text-align: left;
    width: 90px;
}

#news-archive .news:nth-child(odd),
#angebote-archive .angebote:nth-child(odd),
#countries-archive .countries:nth-child(even) {
    background-color: #f4f4f4;
}

.news-date-single,
.angebote-date-single {
    text-align: right;
    width: 100px;
    float: right;
}

.single-news #inner .wrap a {
    text-decoration: underline;
}


/*
Ländergruppen
---------------------------------------------------------------------------------------------------- */

#country-groups-archive .entry {
    margin: 0px;
    padding: 0px;
}

#country-groups-archive .entry .title {
    padding: 8px 0 8px 10px;
}

#country-groups-archive .entry:nth-child(even) {
    background-color: #f4f4f4;
}

#country-group-single a {
    text-decoration: underline;
}


/*
Landingpages
---------------------------------------------------------------------------------------------------- */

#landingpage-single .wrap a {
    text-decoration: underline;
}


/*
Fluggesellschaften
---------------------------------------------------------------------------------------------------- */

#airlines-archive .entry {
    float: left;
    width: 160px;
    margin: 0;
    text-align: center;
    padding: 12px;
    height: 125px;
}

#airlines-archive .title a {
    text-decoration: underline;
}

.wing {
    height: 60px;
}

.wing a img {
    height: 52px;
    width: 79px;
}

.airline-logo {
    float: left;
    margin: 4px 0 0 10px;
    text-align: center;
    width: 150px;
}

.airline-infos {
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 405px;
}

.airline-infos .col1 {
    background-color: #ebebeb;
    clear: both;
    float: left;
    margin-bottom: 2px;
    padding: 10px;
    width: 140px;
}

.airline-infos .col2 {
    background-color: #ebebeb;
    float: left;
    margin-left: 2px;
    padding: 10px;
    width: 260px;
}

#airlines-single a {
    text-decoration: underline;
}

.airline-alliance {
    float: left;
    height: 88px;
    padding-top: 6px;
    width: 70px;
}


/*
Airports
---------------------------------------------------------------------------------------------------- */

#airports-single a {
    text-decoration: underline;
}

.airports-infos {
    float: left;
    margin-bottom: 20px;
}

.airports-infos .col1 {
    background-color: #ebebeb;
    clear: both;
    float: left;
    margin-bottom: 2px;
    padding: 10px;
    width: 240px;
}

.airports-infos .col2 {
    background-color: #ebebeb;
    float: left;
    margin-left: 2px;
    padding: 10px;
    width: 408px;
}

#airports-archive .entry {
    margin: 0px;
    padding: 0px;
}


/*
Shortcode Flugangebote
---------------------------------------------------------------------------------------------------- */

#sidebar-offer {
    margin-bottom: 30px;
}

#sidebar-offer h1 {
    background-color: #CC132A;
}


/*
Jump Page
---------------------------------------------------------------------------------------------------- */

#jump-page h6 {
    color: #CC132A;
    margin: 0 0 20px;
}

#jump-page {
    max-width: 940px;
    width: 100%;
}

#jump-page p a {
    text-decoration: underline;
}

.page-template-template_jumppage-php .flugspecial {
    width: 940px;
}

.page-template-template_jumppage-php .text {
    width: 755px;
}


/*
Breadcrumb
---------------------------------------------------------------------------------------------------- */

#breadcrumbs {
    margin: 0 0 0 10px;
}

#breadcrumbs span a {
    background-color: #EEE;
    padding: 10px 25px;
    margin-left: -10px;
    display: inline-block;
}

#breadcrumbs .breadcrumb_last {
    background-color: #CC132A;
    color: #FFF;
    padding: 10px 25px;
    margin-left: -10px;
    display: inline-block;
}


/*
Contact Form
---------------------------------------------------------------------------------------------------- */

.contact-select {
    height: 38px;
    padding: 10px;
    width: 300px;
}

.contact-input {
    height: 38px !important;
    padding: 10px;
}

.contact-textarea {
    padding: 10px;
    width: 400px;
}


/*
Content Headlines
---------------------------------------------------------------------------------------------------- */

.single-news .wrap > h2,
.page #content-page > h2,
.single-faq .entry-content > h2,
#landingpage-single .booking-infos > h2,
#airlines-single > h2,
#angebote-single .wrap > h2,
#landingpage-single .wrap > h2,
#country-group-single > h2,
#faq-archive > h2,
#jump-page > h2,
#airports-single > h2 {
    font-size: 1.8rem;
    font-size: 18px;
}

.single-news .wrap > h3,
.page #content-page > h3,
.single-faq .entry-content > h3,
#landingpage-single .booking-infos > h3,
#airlines-single > h3,
#angebote-single .wrap > h3,
#country-group-single > h3,
#faq-archive > h3,
#jump-page > h3,
#airports-single > h3 {
    font-size: 1.6rem;
    font-size: 16px;
}

#landingpage-single .wrap h3,
#landingpage-single .booking-infos h3,
#angebote-single .wrap h3 {
    background: none;
    color: #1E294A;
    font-weight: bold;
    padding: 0;
}

.single-news .wrap > h4,
.page #content-page > h4,
.single-faq .entry-content > h4,
#landingpage-single .booking-infos > h4,
#airlines-single > h4,
#angebote-single .wrap > h4,
#landingpage-single .wrap > h4,
#country-group-single > h4,
#faq-archive > h4,
#jump-page > h4,
#airports-single > h4 {
    font-size: 1.4rem;
    font-size: 14px;
}

.single-news .wrap > h5,
.single-news .wrap > h6,
.page #content-page > h5,
.page #content-page > h6,
.single-faq .entry-content > h5,
.single-faq .entry-content > h6,
#landingpage-single .booking-infos > h5,
#landingpage-single .booking-infos > h6,
#airlines-single > h5,
#airlines-single > h6,
#angebote-single .wrap > h5,
#angebote-single .wrap > h6,
#landingpage-single .wrap > h5,
#landingpage-single .wrap > h6,
#country-group-single > h5,
#country-group-single > h6,
#faq-archive > h5,
#faq-archive > h6,
#jump-page > h5,
#jump-page > h6,
#airports-single > h5,
#airports-single > h6 {
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0;
}


/*
FAQ Accordion
---------------------------------------------------------------------------------------------------- */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    background-color: #EEEEEE;
    border: none;
    border-radius: 0;
}

.ui-accordion .ui-accordion-content {
    border: none;
}

.ui-accordion .ui-accordion-header {
    color: #1E294A;
}

.ui-accordion-content p a {
    text-decoration: underline;
}


/*
Pagination
---------------------------------------------------------------------------------------------------- */

.pagination {
    margin-top: 30px;
}

.pagination .page-numbers {
    background-color: #EEEEEE;
    padding: 6px;
}

.page-numbers.prev,
.page-numbers.next {
    background: none;
}


/*
Datepicker
---------------------------------------------------------------------------------------------------- */

.ui-datepicker-today .ui-state-highlight {
    background: #CC132A;
}

.ui-datepicker-current-day .ui-state-active {
    background: #1E2A4A;
}

.ui-datepicker-trigger {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 1px 0 0 8px;
    padding: 0;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar-primary .wrap {
    background-color: #1e2a4a;
    color: #fff;
}

.sidebar-primary h1 {
    background-color: #cc132a;
    margin: 0px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 40px 0;
    padding: 4rem 0;
    text-align: center;
}

.site-footer a {
    border-bottom: 1px solid #ddd;
}

.site-footer p {
    margin-bottom: 0;
}

.gototop {
    float: left;
    width: 50%;
    font-size: 11px;
}

.creds {
    float: left;
    text-align: right;
    width: 50%;
    font-size: 11px;
}


/*
Flugsuche
---------------------------------------------------------------------------------------------------- */

.clearfix {
    clear: both;
}

.sidebar-primary .flugsuche {
    width: 285px;
}

.sidebar-primary .content {
    margin-top: 5px;
    border-top: 1px solid #FFFFFF;
}

.sidebar-primary .flugsuche .nav .h2 {
    margin: 0;
    width: 285px;
}

.sidebar-primary .flugsuche .nav .h2 a {
    margin-left: 24px;
}

.sidebar-primary .flugsuche .nav .h2 {
    background: url("images/icon-checkbox.png") no-repeat 20px center;
}

.sidebar-primary .active {
    background: url("images/icon-checkbox-active.png") no-repeat 20px center !important;
}

.sidebar-primary .flugsuche .nav .h2 a:hover {
    text-decoration: underline;
}

.sidebar-primary .flugsuche .nav .h2:hover {
    background-color: #1E2A4A;
}

#main-box-flugsuche {
    background-color: #1E2A4A;
    color: #FFFFFF;
    float: left;
    margin-right: 11px;
    width: 449px;
    min-height: 390px;
    padding-bottom: 10px;
}

.sidebar-primary .shortcodes .title,
.sidebar-primary .wrap .title {
    margin-bottom: 15px;
    background-color: #CC132A;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 10px;
    line-height: 1.2;
}

#ac_results {
    background-color: #FFFFFF;
    border: 1px solid #1E2A4A;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
}

#ac_results .ac_even {
    background-color: #EEEEEE;
    padding: 10px;
}

#ac_results .ac_odd {
    padding: 10px;
}

#ac_results .ac_even:hover,
#ac_results .ac_odd:hover {
    background-color: #1E2A4A;
    color: #fff;
}

#ac_results li {
    list-style: none outside none;
}

.flugsuche {
    width: 449px;
    margin: 0px;
    padding: 0px;
}

.flugsuche .nav .h2 {
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    padding: 8px 14px 8px 15px;
    margin: 0 0 9px;
    text-transform: uppercase;
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #typ_SOJ h2 {
        padding-right: 13px;
    }
    #main-box-flugsuche {
        width: 448px;
    }
}

.flugsuche .nav .h2:hover {
    background-color: #cc132a;
}

.flugsuche .nav .h2 a {
    color: #fff;
}

.flugsuche .content a {
    color: #FFFFFF;
    text-decoration: underline;
}

.flugsuche .content {
    padding: 10px 20px 0;
    font-size: 11px;
}

.flugsuche .content .maske {
    float: left;
    margin: 0 10px 5px 0;
    width: 194px;
}

.flugsuche .content input {
    background-color: #FFF;
    height: 26px;
    width: 194px;
    font-size: 12px;
}

.flugsuche .content select {
    background-color: #FFF;
    width: 110px;
    height: 29px;
    padding: 7px 5px;
    font-size: 12px;
}

.suche-details,
.suche-kids {
    margin-top: 10px;
}

#flugsuche {
    background-color: #CC132A;
    height: 34px;
    margin: 9px 0 0;
}

#input_origin,
#input_destination {
    height: 38px;
}

#input_returnDate,
#input_depDate {
    width: 164px;
    float: left;
}

#span_depDate,
#span_returnDate {
    margin-bottom: 11px;
}

#typ_MST h2 {
    padding-right: 15px;
}

#direct {
    margin-top: 10px;
    width: 20px;
}

#details {
    margin-top: 10px;
}

#details input {
    margin-right: 5px;
    width: inherit;
    height: inherit;
}

#details li {
    list-style: none;
}

.hide {
    display: none;
}

.active {
    background-color: #CC132A;
}

.clear {
    clear: both;
}

.bigletter {
    color: #CC132A;
    font-size: 24px;
    font-weight: bold;
}

.trenner {
    clear: both;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#day_to,
#day_from {
    margin-top: 30px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .header-image .site-header .wrap {
        background: url(images/logo@2x.png) no-repeat left;
        background-size: 320px 164px;
    }
}

@media only screen and (max-width: 1300px) {
    #banner {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }
    .main-box-content {
        width: 100%
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content,
    .site-header .widget-area {
        width: 620px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .sidebar-primary,
    .title-area {
        width: 300px;
    }
    .footer-widgets-2 {
        width: 260px;
    }
    .footer-widgets-3 {
        width: 260px;
    }
    .main-box-offer h1 {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 940px) {
    #news-archive,
    #airlines-archive,
    #airlines-single,
    #angebote-archive,
    #angebote-single,
    #content-page,
    #faq-archive,
    #newsletter,
    #airports-single,
    #sitemap_page,
    #gutscheine-page,
    #airports-archive,
    #country-groups-archive,
    #country-group-single,
    #countries-archive {
        max-width: 650px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #header {
        padding: 0 15px;
    }
    #jump-page {
        padding: 0 10px;
    }
    input[type="text"],
    input[type="email"] {
        max-width: 380px;
        width: 100%;
        margin-right: 0;
    }
    .contact-textarea {
        max-width: 400px;
        width: 100%;
        margin-right: 0;
    }
    #news-archive,
    #airlines-archive,
    #airlines-single,
    #angebote-single,
    #airports-single {
        width: 100%;
    }
    .gototop {
        padding-left: 45px;
    }
    .creds {
        padding-right: 45px;
    }
    #nav_menu-6 {
        clear: both;
        margin-top: 0px;
        text-align: left;
        float: left;
    }
    #text-9 {
        display: none;
    }
    #nav {
        clear: both;
    }
    .footer-widgets-4 {
        float: left;
    }
    .content,
    .footer-widgets-1,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }
    .footer-widgets-2 {
        width: 260px;
        margin-right: 0px;
    }
    .footer-widgets-3 {
        width: 190px;
        float: left;
    }
    .site-header .wrap {
        padding: 20px 0;
        padding: 2rem 0;
    }
    .header-image .site-header .wrap {
        background-position: center top;
    }
    .site-inner {
        padding-left: 5%;
        padding-right: 5%;
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-footer .entry-meta,
    .header-image .site-header .widget-area,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
        padding: 2rem 1.6rem;
    }
    .site-header .search-form {
        margin: 16px auto;
        margin: 1.6rem auto;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    .entry-footer .entry-meta {
        margin: 0;
        padding-top: 12px;
        padding-top: 1.2rem;
    }
    .sidebar .widget.enews-widget {
        padding: 40px;
        padding: 4rem;
    }
    .site-footer {
        padding: 24px 0;
        padding: 2.4rem 0;
    }
    .footer-widgets {
        padding: 40px 5% 16px;
    }
    .footer-widgets-1 {
        margin: 0;
    }
    #main-box-flugsuche {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }
    #main-box-angebote {
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }
    .menu-home-box-menu-container {
        clear: both;
        width: 100%;
    }
    #top10-box {
        width: auto;
        float: none;
        text-align: center;
    }
    .top10-box1,
    .top10-box2 {
        float: none;
        display: inline-block;
        width: 290px;
        margin: 0 5px;
    }
    .top10-box1 > *,
    .top10-box2 > * {
        text-align: left;
    }
    #gallery-mcflight {
        width: 310px;
        display: block;
        margin: 0 auto;
    }
    #gallery-mcflight li {
        float: none;
        display: inline-block;
        margin: 5px;
    }
    .gallery-item {
        width: 307px;
    }
    .main-box-offer {
        float: none;
    }
    .main-box-offer h1 {
        margin-right: 0;
    }
    #home {
        margin-bottom: 0;
    }
    .page-template-template_jumppage-php .flugspecial {
        width: 100%;
    }
    .page-template-template_jumppage-php .wing {
        width: 20%;
    }
    .page-template-template_jumppage-php .text {
        width: 60%;
    }
    #left {
        left: 0;
    }
    #right {
        right: 0;
    }
}

@media screen and (max-width: 640px) {
    .menu-item {
        background: none !important;
    }
    #menu-hauptmenu-1 li {
        padding: 0;
        float: none;
        display: block;
        border-right: none;
        border-bottom: 1px solid #DDDDDD;
    }
    #menu-hauptmenu-1 li a {
        margin: 0;
        padding: 7px 10px;
    }
    .toggle-button {
        display: inline-block;
        float: right;
        clear: both;
        padding: 9px 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #cc132a;
    }
    .toggle-button span {
        background-color: #CC132A;
        width: 22px;
        height: 2px;
        display: block;
        border-radius: 1px;
    }
    .toggle-button span + span {
        margin-top: 4px;
    }
    #nav {
        display: none;
        float: none;
    }
    #menu-headsubmenu li {
        margin-left: 0;
        margin-right: 20px;
    }
    #text-7 {
        float: none;
    }
    .footer-widgets-4 {
        background: none;
    }
    .footer-widgets-4:before {
        content: none;
    }
    .footer-widgets-4 .widget-title {
        margin: 0;
    }
    .footer-widgets-4 ul,
    .news-more {
        padding: 0;
    }
    #new-footer {
        background: none;
    }
    .special-widget-1 {
        float: none;
    }
    .special-widget-2 {
        float: none;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    #main-box-flugsuche {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .flugsuche {
        width: 100%;
    }
    .flugsuche .content {
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
}

#liveticker {
    height: 46px;
    width: 950px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#ticker-container {
    background-color: #1e2a4a;
    height: 100%;
    width: auto;
}

#ticker-text {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

#ticker-text a {
    color: #ffffff;
}

@media screen and (max-width: 950px) {
    #liveticker {
        width: 100%;
    }
}

.angebot-cta a,
#airlines-single .angebot-cta a {
    text-decoration: none;
    border-radius: none;
    float: right;
}

.tnp-subscription {
    max-width: none !important;
}