/*
Theme Name: StanleyWP
Theme URI: http://gentsthemes.com
Description: Responsive WordPress theme with all the Twitter Bootstrap elements and features.

Author: Brad Williams & Carlos Alvarez & Carlos Alvarez
Author URI: http://gentsthemes.com
Version: 3.0.3
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2014 Gents Themes
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt

CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes

CSS Rules: Sorted alphabetically for better organization.
*/

body {
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    color: #6f6f6f;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

input[type=checkbox] {
    /* original check box are push outside the viexport */
    position: absolute;
    left: -1000em;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 .5em 0 0;
    border: 1px solid #ccc;
    /* The following is used to adjust the position of
   the check boxes on the text baseline */

    vertical-align: bottom;
    position: relative;
    bottom: 2px;
    cursor: pointer;
}

input[type=checkbox]:checked + label:before {
    content: "\2713";
    background-position: 7px -16px;
    text-align: center;
    font-size: 2em;
    padding: 0.35em;
}

input[type=checkbox]:disabled + label:before {
    background-position: 0 -32px;
}

input[type=checkbox]:checked:disabled + label:before {
    background-position: 0 -48px;
}

input[type="text"] {
    padding: 15px;
    width: 100%;
    border: 1px solid #D4D4D4;
    font-size: 1.25em;
}

textarea {
    min-height: 200px;
    resize: none;
    border: 1px solid #D4D4D4;
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 15px;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6f6f6f;
    font-family: 'Open Sans', 'Verdana', 'Helvetica', sans-serif;
}

h1 {
    font-size: 2.5em;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 600;
}

.single h1,
.subpage {
    margin-bottom: 0.1em;
    color: #008CDC;
    font-weight: 300;
}

#overlay h1 {
    font-size: 2em;
    font-weight: 400;
    margin: 0;
}

h2 {
    font-size: 2em;
    font-weight: 400;
    color: #008CDC;
    margin: 1em 1.5em;
}

p {
    white-space: normal;
}

.p-bigger {
    font-size: 1.65em;
    line-height: 1.35em;
}

.author-avatar img {
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    border-radius: 95px;
}

.footer-title {
    font-size: 2.25rem;
    margin-right: 0.55em;
}

footer a {
    text-decoration: none;
}

/* Paragraph & Typographic */

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.nm {
    margin-left: -45px;
    margin-right: -45px;
}

.centered {
    text-align: center;
}

/* Links */

a {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    color: #6f6f6f;
    transition: color 0.1s ease-in, background 0.1s ease-in;
    word-wrap: break-word;
    font-weight: 600;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #494949;
    outline: 0;
    text-decoration: underline;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

video {
    max-height: 650px;
    width: 100%;
}

.container-smaller {
    max-width: 950px;
}

.navbar {
    margin-bottom: 0px;
    font-size: 1.25em;
    font-weight: 600;
}

.navbar-inverse {
    padding-bottom: 20px;
    padding-top: 25px;
}

.navbar-inverse {
    background-color: #66BAEA;
    border: none;
}

#menu-main-navigation {
    padding: 50px 0;
}

.navbar-inverse .navbar-nav > li:not(:last-child) {
    margin-right: 1em;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
}

.navbar-brand {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    text-decoration: none;
}

.navbar-inverse .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.progress-bar-theme {
    background-color: #1abc9c;
}

/* Helpers */
.nopadding {
    padding: 0;
}

.mt {
    margin-top: 40px;
}

.mt-small {
    margin-top: 20px;
}

.mt-big {
    margin-top: 75px;
}

.mb {
    margin-bottom: 40px;
}

.mb-s {
    margin-bottom: 20px;
}

.pt {
    padding-top: 50px;
}

.no-mt {
    margin-top: 0;
}

.noscroll {
    overflow: hidden;
}

/* +++++ WRAP SECTIONS +++++ */

#ww {
    background-color: #f2f2f2;
    padding-bottom: 70px;
    padding-top: 70px;
}

#footer {
    background-color: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 50px;
}

#footer p {
    color: white;
}

#footer h3 {
    color: #6f6f6f;
    padding-bottom: 20px;
}

#footer h4 {
    color: #6f6f6f;
    padding-bottom: 20px;
}

/* +++++ Color Wraps / Blog Page +++++ */

#grey {
    background-color: #f2f2f2;
    padding-bottom: 60px;
    padding-top: 60px;
}

#white {
    background-color: #ffffff;
    padding-bottom: 60px;
    padding-top: 60px;
}


/* Images */

.footer-image {
    max-width: 155px;
}

#logo img {
    max-width: 350px;
    height: 150px;
}

.column-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

.layer-top {
    padding: 50px 50px;
}

.layer-primary {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #FFF;
}

.layer-secondary {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #f5f5f5;
}

.layer-thin {
    padding-top: 35px;
    padding-bottom: 25px;
}

.primary-button {
    padding: 15px 25px;
    margin-bottom: 1em;
    color: #FFF;
    background-color: #545454;
    font-size: 1.2em;
    border-radius: 8px;
    border: none;
    height: auto;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

.primary-button:hover {
    text-decoration: none;
    color: #FFF;
}

.primary-button:disabled {
    background-color: #ccc;
}

.file_input_submit {
    padding: 20px 50px;
    margin-bottom: 1em;
    color: #FFF;
    background-color: #545454;
    font-size: 1.35em;
    border-radius: 5px;
    border: none;
}

.file_input_submit:disabled {
    padding: 20px 50px;
    border: none;
    margin-bottom: 1em;
    color: #FFF;
    background-color: #ccc;
    font-size: 1.35em;
    border-radius: 5px;
}

#fileName_1 {
    display: block;
    margin-bottom: 1em;
}

.secondary-button {
    padding: 15px 50px;
    margin-bottom: 1em;
    color: #FFF;
    background-color: #959595;
    font-size: 1.2em;
    border: none;
    border-radius: 8px;
    text-decoration: none;
}

.secondary-button:hover {
    color: #FFF;
    text-decoration: none;
}

.filter-links {
    text-align: right;
}

.filter-button {
    background-color: #FFF;
    font-weight: 400;
    font-size: 1.2em;
    padding: 5px 20px;
    margin-bottom: 1em;
    border-radius: 4px;
}

.filter-button-active,
.filter-button:focus {
    color: #6f6f6f;
    background-color: #F2F2F2;
    border: none;
    font-weight: 600;
}

.filter-button,
.filter-button-active {
    text-decoration: none !important;
}

.load-more {
    border-radius: 5px !important;
    background-color: #949494;
    padding: 0 50px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.loading {
    background: none !important;
    border: none;
    color: #545454 !important;
}

.alm-btn-wrap {
    clear: both;
}

.text-uppercase {
    text-transform: uppercase;
}

.image-caption {
    font-weight: 600;
    font-size: 1.4em;
    margin-top: 1em;
    line-height: 1.5;
}

.image-caption a {
    text-decoration: none;
}

.image-caption a:hover {
    text-decoration: underline;
}

.number {
    font-weight: 600;
    font-size: 5em;
    padding-bottom: 1em;
}

.text-larger {
    font-size: 1.4em;
    line-height: 1.6;
}

.text-very-large {
    font-size: 1.65em;
    font-weight: 400;
    line-height: 1.4em;
}

.text-box,
.text-box-large {
    border: 3px solid #33A3E3;
    border-radius: 8px;
    padding: 25px 20px 75px 20px;
    min-height: 275px;
}

.text-box-large {
    border-color: #78B611;
    padding-top: 50px !important;
}

.text-box-large:before {
    background: url(images/phone_und_shirt_icon.svg) center no-repeat;
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    width: 460px;
    height: 108px;
    margin-top: -54px;
    margin-left: -220px;
    background-color: #FFF;
}

.step-one:before {
    background: url(images/camera_icon.svg) center no-repeat;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 115px;
    height: 90px;
    margin-top: -45px;
    margin-left: -57.5px;
    background-color: #FFF;
}

.step-two:before {
    background: url(images/upload_icon.svg) center no-repeat;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 97px;
    height: 112px;
    margin-top: -56px;
    margin-left: -49.5px;
    background-color: #FFF;
}

.step-three:before {
    background: url(images/earth_icon.svg) center no-repeat;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 109px;
    height: 109px;
    margin-top: -54.5px;
    margin-left: -54.5px;
    background-color: #FFF;
}

.text-box p {
    margin: 0;
}

.teilnahme-link {
    background-color: #454545;
    border-radius: 8px;
    cursor: pointer;
}

.teilnahme-link-disabled {
    background-color: #ccc;
    border-radius: 8px;
}

.teilnahme-link-disabled a {
    cursor: -moz-default;
    cursor: -webkit-default;
    cursor: default;
}

.teilnahme-link a {
    color: #FFF !important;
}

.teaser-text {
    font-size: 2.2em;
    line-height: 1.4em;
    font-weight: 300;
    color: #008CDC;
}

.teaser-text-alt {
    font-size: 2em;
    color: #6f6f6f;
    font-weight: 400;
    line-height: 1.4em;
}

.attachment-post-thumbnail {
    border: 1px solid #979797;
}

.attachment-post-thumbnail:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */

    transition: all 0.2s ease-in;
}

.divider {
    height: 35px;
}

/** Formular-Overlay **/
#overlay,
#success,
#impressum,
#teilnahmebedingungen {
    z-index: 9999;
    margin: 0 auto;
    position: relative;
    height: 100%;
    background-color: #FFF;
    display: none;
    width: 100%;
}

#success,
#impressum,
#teilnahmebedingungen {
    height: auto !important;
    top: 50px !important;
    padding: 25px 25px;
    position: absolute !important;
}

#overlay {
    padding-bottom: 3em;
}

#overlay input[type="text"],
#overlay textarea {
    background-color: #F3F3F3;
    border-radius: 5px;
    border-color: #9F9F9F;
    overflow-x: visible;
    white-space: normal !important;
}

.overlay-header {
    background-color: #66BAEA;
    margin-bottom: 2em;
    padding: 2em 1em;
}

.overlay-header h1 {
    color: #FFF;
}

.overlay-outer {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
    z-index: 9999;
    max-width: 900px;
}

.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.5);
    z-index: 1000;
    display: none;
}

.close-overlay,
.close-impressum,
.exit-teilnahmebedingungen {
    color: #FFF;
    padding: 1em 1.5em;
}

.form-container {
    border: 3px solid #66BAEA;
    border-radius: 5px;
    padding: 50px 75px;
    max-width: 800px;
    margin: 0 auto;
}

.form-container-inner {
    max-width: 600px;
    margin: 0 auto;
}

.form-heading {
    margin-bottom: 1em;
}

.hint {
    color: #8C8C8C;
    margin-top: 1em;
    margin-bottom: 1em;
}

.form-button,
.file_input_button,
.file_input_button_hover {
    padding: 20px 35px;
    color: #FFF;
    background-color: #949494;
    font-size: 1.35em;
    border: none;
    border-radius: 5px;
}

.white-box {
    text-align: left;
    padding: 15px 30px;
    background-color: #FFF;
    margin-bottom: 1em;
    font-size: 0.8em;
}

.white-box p {
    margin: 0;
}

label.file_userdata_label {
    display: block !important;
    font-size: 1.65em;
    font-weight: 400;
    margin-bottom: 1em;
    width: 100% !important;
    white-space: normal !important;
    color: #008CDC;
}

label.file_userdata_label:after {
    display: none;
}

input.file_userdata_message {
    width: 100% !important;
}

div.file_div_clean_responsive {
    width: 100%;
    vertical-align: top;
}

table.wfu_overlay_table {
    display: block;
}

.wfu_container h3 {
    margin-top: 0 !important;
}

div.file_userdata_fieldwrapper,
div.file_userdata_fieldwrapper_required,
div.file_userdata_fieldwrapper_required_empty,
#wordpress_file_upload_form_1,
.file_userdata_container,
.file_input_textbox {
    width: 100% !important;
    margin-bottom: 2em !important;
}

#userdata_1_2,
#userdata_1_3,
#userdata_1_2 .file_userdata_fieldwrapper_required,
#userdata_1_3 .file_userdata_fieldwrapper_required {
    margin: 0 !important;
}

#userdata_1_fieldwrapper_5 .wfu_fieldwrapper_overlay {
    display: none;
}

.file_input_textbox {
    display: none;
}

.file_title_clean {
    display: none;
}

#userdata_1_label_5 {
    float: right;
    text-align: left;
    padding-left: 4em;
    font-size: 1.4em;
    line-height: 1.575em;
    color: #6f6f6f;
    height: auto;
}

#userdata_1_4 {
    margin-top: 3em;
}

.beitrag-navigation {
    font-size: 1.2em;
    display: table;
    width: 100%;
}

.beitrag-navigation span {
    display: table-cell;
}

.beitrag-navigation span:first-child {
    text-align: left;
}

.beitrag-navigation span:last-child {
    text-align: right;
}

.beitrag-navigation a {
    text-decoration: none;
}

.elm-loading-icon {
    display: none;
}

#wordpress_file_upload_userdata_1_2 {
    margin-right: 2%;
}

#wordpress_file_upload_userdata_1_2,
#wordpress_file_upload_userdata_1_3 {
    width: 48%;
}

#userdata_1_fieldwrapper_2,
#userdata_1_fieldwrapper_3 {
    margin-bottom: 0;
}

#wordpress_file_upload_userdata_1_3 + p {
    margin-top: 10px;
}

.preise-mobil {
    display: none;
}

div.file_userdata_fieldwrapper_required_empty div.wfu_fieldwrapper_overlay {
    border-radius: 5px;
    border-color: #FF9494 !important;
}

div.file_userdata_hint_bottom {
    border-radius: 5px;
    margin-top: 10px;
    background-color: #FF9494 !important;
    border-color: transparent !important;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 1.2em;
    padding: 1.5em 1em;
    border: none;
}

div.file_userdata_hint_bottom:after,
div.file_userdata_hint_bottom:before {
    border-bottom-color: #ff9494 !important;
}

.img_title {
    background-color: #FFF;
    padding: 0 2px;
    opacity: 0.65;
    color: #6f6f6f;
    max-width: 150px;
    text-align: center;
    position: fixed;
    font-size: 0.65em;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 11px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 11px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 11px -4px rgba(0, 0, 0, 0.15);
}

.post-entry {
    padding-top: 2em;
}

.post-entry p {
    line-height: 1.575em;
}

.post-entry .zoomable:hover {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.beitrag-container {
    /* Ursprünglicher Wert: 345px */
    min-height: 345px;
}

.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}

#white {
    padding: 35px 0;
}

#ablauf-link {
    font-weight: 600;
    text-decoration: none;
    font-size: 1.5em;
    color: #FFF;
}

#ablauf-link:hover {
    text-decoration: underline;
    color: #FFF;
}

.mobile-only {
    display: none;
}

/** Rating-System **/
.wp-postratings {
    display: block;

    & p {
        margin-bottom: 0;
    }
}

.wp-postratings-scale label {
    padding: 0;
}

.wp-postratings-scale label .wp-postratings-item {
    background: transparent url('images/rating_1_on.svg') no-repeat !important;
    background-size: contain;
    width: 230px;
    height: 78px;

    &:hover {
        background-image: url('images/rating_1_over.svg') !important;
    }
}

.wp-postratings-vote {
    --wp-postratings-shape: '' !important;
    vertical-align: middle;
}

.rating-container {
    position: relative;
}

.rating-overlay-img img {
    position: absolute;
    max-width: 70px;
    z-index: 500;
    bottom: 15px;
    left: 15px;
}

.rating-counter {
    position: absolute;
    min-width: 50px;
    height: auto;
    font-size: 1.15em;
    font-weight: 400;
    color: #6f6f6f;
    left: 40px;
    bottom: 37px;
    z-index: 1500;
    display: block;
}

.rating-finished,
.rating-open {
    margin-right: 1em;
    position: relative;
}

.rating-finished {
    display: inline;
}

.rating-finished img {
    height: 80px;
    max-height: 80px;
    max-width: 80px !important;
}

.rating-open .score {
    position: absolute;
    top: 50%;
    left: 45px;
    font-size: 1.15em;
    width: 25px;
    text-align: center;
    transform: translateY(-50%);
}

.rating-finished .score {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 25px;
    text-align: center;
    font-size: 1.15em;
    transform: translateY(-50%);
}

.text-voted {
    margin-left: 1em;
}

.post-ratings img {
    max-width: 230px;
}

/** Pagination **/
.wp-pagenavi .page {
    font-size: 1.85em;
    margin-right: 0.75em;
    font-weight: 700;
    text-decoration: none;
}

.wp-pagenavi .current {
    font-weight: 400;
    font-size: 1.85em;
    margin-right: 0.75em;
    text-decoration: none;
    background-color: #F2F2F2;
    padding: 0.35rem 0.65rem;
    border-radius: 7px;
}

.wp-pagenavi {
    margin-top: 5em;
}

.post-counter {
    color: #008CDC;
    font-size: 1.25em;
}

.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    position: relative;
    display: table;

}

.seven-cols .col-md-1 img,
.seven-cols .col-sm-1 img,
.seven-cols .col-lg-1 img {
    max-height: 87px;
}

/** Social Media Buttons **/
.social-media-button {
    width: 35px;
    height: 35px;
    display: inline-block;
}

#fb-button {
    background: url(images/facebook.svg) center no-repeat;
    background-size: contain;
    margin-right: 15px;
}

#tw-button {
    background: url(images/twitter.svg) center no-repeat;
    background-size: contain;
    margin-right: 15px;
}

#go-button {
    background: url(images/g+.svg) center no-repeat;
    background-size: contain;
    margin-right: 15px;
}

#p-button {
    background: url(images/pinterest.svg) center no-repeat;
    background-size: contain;
}

.desktop-only {
    display: inline-block;
}

.main-navigation .current-menu-item {
    /*border-bottom: 3px solid #FFF;*/
    background-color: #00A0E8;
    border-radius: 8px;
}

.loader {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 9999;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.loader-background {
    background: #66BAEA;
    background: rgba(102, 186, 234, 0.7);
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-inner {
    animation: scale 1.5s ease-out infinite;
}

@keyframes scale {
    0% {
        transform: scale(1) rotate(0);
    }

    50% {
        transform: scale(1.15) rotate(-5deg);
    }

    75% {
        transform: scale(1.07) rotate(5deg);
    }

    100% {
        transform: scale(1);
    }
}

/** Footer Navigation **/
.footer-navigation {
    padding-top: 50px;
}

.footer-navigation li {
    display: inline-block;
    margin: 0 30px;
}

/** Media Queries **/
@media only screen and (min-width: 1024px) {
    .vertical-align {
        vertical-align: middle;
        display: table-cell;
    }

    .no-float {
        float: none;
    }
}

@media only screen and (max-width: 1199px) {
    .text-box {
        min-height: 0;
        max-width: 700px;
        margin: 0 auto 7em auto;
    }

    .divider {
        height: 25px !important;
    }

    .preise-mobil {
        display: none;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    nav.container {
        width: 1100px;
    }

    #logo img {
        max-width: 250px;
    }
}

@media (max-width: 990px) {
    #logo img {
        max-width: 300px;
        height: 55px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

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

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

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

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .filter-links {
        text-align: left;
    }

    .nm {
        margin: 0;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        text-align: center;
    }

    .seven-cols img {
        margin: 1em 0 1em 0;
    }

    .arrow img {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        max-width: 65px;
        margin: 2em 0 2em 0;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 75%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 668px;
    }

    .text-box {
        min-height: 0;
        max-width: 600px;
        margin: 0 auto 6em auto !important;
    }

    .p-bigger {
        font-size: 1.35em;
    }

    .divider {
        height: 35px;
    }

    .preise-mobil {
        display: none;
    }

    .form-container {
        max-width: 725px;
    }

    #overlay,
    #success,
    #impressum,
    #teilnahmebedingungen {
        top: 0 !important;
    }

    .navbar-inverse {
        padding-left: 25px;
        padding-right: 25px;
    }

    .filter-links {
        text-align: left;
    }

    .nm {
        margin: 0;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        text-align: center;
    }

    .seven-cols img {
        margin: 1em 0 1em 0;
    }

    .arrow img {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        max-width: 65px;
        margin: 2em 0 2em 0;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 75%;
        margin: 0 auto;
    }

    .navbar-inverse .navbar-nav > li {
        width: 100%;
    }

    .beitrag-container {
        margin-bottom: 4em;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1.6em;
        line-height: 1.4;
    }

    h2 {
        font-size: 1.5em;
    }

    footer {
        text-align: center;
    }

    .p-bigger {
        font-size: 1.25em;
    }

    .footer-image {
        margin-top: 1em;
    }

    .layer-top {
        padding: 30px 0 0 0;
    }

    .layer-primary,
    .layer-secondary {
        padding: 25px 0;
    }

    #logo img {
        max-width: 220px;
    }

    .text-box {
        min-height: 0;
        margin-bottom: 6em !important;
    }

    #menu-main-navigation {
        padding: 0;
    }

    .divider {
        height: 25px !important;
    }

    .text-box-large:before {
        display: none;
    }

    .form-container {
        padding: 15px 20px;
        border: none;
    }

    .preise-desktop {
        display: none;
    }

    .preise-mobil {
        display: block;
    }

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

    .overlay-outer {
        top: 0 !important;
    }

    .layer-thin {
        display: none;
    }

    .navbar-toggle .icon-bar {
        width: 33px;
        height: 3px;
    }

    .navbar-inverse {
        padding: 15px 10px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-nav {
        margin: 1em -15px;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-inverse .navbar-nav > li {
        width: 100%;
    }

    .navbar-inverse .navbar-nav > li:not(:last-child) {
        margin-bottom: 0.50em;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin: 0;
    }

    .image-caption,
    .text-larger {
        font-size: 1.25em;
    }

    .text-very-large,
    .teaser-text {
        font-size: 1.5em;
    }

    .teaser-text,
    .teaser-text-alt {
        font-size: 1.7em;
    }

    .beitrag-navigation span {
        margin-bottom: 1em;
        clear: both;
        font-size: 1em;
    }

    .beitrag-container {
        min-height: 0px;
        margin-bottom: 3em;
    }

    .single h1 {
        line-height: 1.4;
    }

    .mobile-only {
        display: inline-block;
    }

    .filter-button {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 0.15em;
    }

    .filter-links {
        text-align: left;
    }

    .nm {
        margin: 0;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        text-align: center;
    }

    .seven-cols img {
        margin: 1em 0 1em 0;
    }

    .arrow img {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        max-width: 50px;
        margin: 2em 0 1em 0;
    }

    .desktop-only {
        display: none;
    }

    .ratings-container {
        margin-bottom: 3em;
    }
}

@media only screen and (max-width: 320px) {
    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.5em;
    }

    .p-bigger {
        font-size: 1.25em;
    }

    .navbar-inverse .navbar-nav > li {
        margin-right: 0;
    }

    .layer-top {
        padding: 25px 0 0 0;
    }

    .layer-primary,
    .layer-secondary {
        padding: 15px 0;
    }

    .pt {
        padding-top: 15px;
    }

    footer {
        text-align: center;
    }

    .text-box {
        min-height: 0;
        margin-bottom: 5em !important;
    }

    .form-container {
        padding: 15px 20px;
        border: none;
    }

    .footer-image {
        margin-top: 1em;
    }

    #menu-main-navigation {
        padding: 0;
    }

    .text-box-large:before {
        display: none;
    }

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

    #logo img {
        max-width: 200px;
    }

    .preise-desktop {
        display: none;
    }

    .preise-mobil {
        display: block;
    }

    .teaser-text,
    .teaser-text-alt {
        font-size: 1.85em;
    }

    .overlay-outer {
        top: 0 !important;
    }

    .layer-thin {
        display: none;
    }

    .navbar-inverse {
        padding: 15px 10px;
    }

    .navbar-toggle .icon-bar {
        width: 33px;
        height: 3px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin: 0;
    }

    .navbar-collapse {
        border: none;
    }

    .navbar-nav {
        margin: 1em -15px;
    }

    .navbar-inverse .navbar-nav > li {
        width: 100%;
    }

    .navbar-inverse .navbar-nav > li:not(:last-child) {
        margin-bottom: 0.50em;
    }

    .image-caption,
    .text-larger {
        font-size: 1.25em;
    }

    .text-very-large,
    .teaser-text,
    .teaser-text-alt {
        font-size: 1.5em;
    }

    .beitrag-navigation span {
        margin-bottom: 1em;
        clear: both;
        font-size: 0.85em;
    }

    .form-button,
    .file_input_button,
    .file_input_button_hover {
        padding: 25px 20px;
    }

    .single h1 {
        line-height: 1.4;
    }

    .beitrag-container {
        min-height: 0px;
        margin-bottom: 3em;
    }

    .mobile-only {
        display: inline-block;
    }

    .filter-button {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 0.15em;
    }

    .filter-links {
        text-align: left;
    }

    .nm {
        margin: 0;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        text-align: center;
    }

    .seven-cols img {
        margin: 1em 0 1em 0;
    }

    .arrow img {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        max-width: 50px;
        margin: 2em 0 1em 0;
    }

    .desktop-only {
        display: none;
    }

    .ratings-container {
        margin-bottom: 3em;
    }

    .secondary-button {
        font-size: 1em;
    }
}