/**
 * Theme Name: Velomotion Magazine
 * Template:   genesis
 */

:root {
    --vm-color-primary: #E4003A;
    --vm-color-light: #ffffff;
    --vm-color-text: #151515;
    --vm-color-muted: #383838;
    --vm-grid-gap: 1rem;
    --vm-grid-gap-2x: 2rem;
    --vm-grid-gap-half: 0.5rem;
    --vm-header-height: 80px;
    --vm-color-border: #bbbbbb;
    --vm-space-xs: 0.5rem;
    --vm-space-sm: 1rem;
    --vm-space-md: 1.5rem;
    --vm-space-lg: 2.5rem;
    --vm-space-xl: 3rem;
}

* {
    box-sizing: border-box;
}

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;
    background: #f3f3f3;
}

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: #3C3C3C
}

code, kbd, pre, samp {
    font-family: monospace, 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;
}

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

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

body {
    background-color: #ffffff;
    color: #222;
    font-family: 'Helvetica Neue', 'Helvetica', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}

body.magazine-landing {
    background-color: #222;
}

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: #3C3C3C;
    color: #fff;
}

::selection {
    background-color: #3C3C3C;
    color: #fff;
}

a {
    background-color: inherit;
    color: #3C3C3C;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: var(--vm-color-primary);
}

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

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

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

blockquote {
    margin: 40px;
}

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

cite {
    font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.85em;
}

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

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

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

.videowerbung {
    max-width: 500px;
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto 50px;
}

.one_half .videowerbung {
    display: none;
}

.one_third .videowerbung {
    display: none;
}

.videowerbunghome {
    width: 31%;
    float: right;
    margin-top: -347px;
}

.su-tabs .videowerbung {
    display: none;
}

.su-tabs .gallery {
    width: 100%;
    margin-left: 0;
}

.clearboth {
    clear: both;
    margin-bottom: 20px;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
    width: 100%;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

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

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

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}


/* IMG Lazyload
--------------------------------------------- */
img[data-lazy-src] {
    opacity: 0;
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
    max-width: 100% !important;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #3C3C3C;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #3C3C3C;
    font-family: 'Raleway', sans-serif;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #3C3C3C;
    font-family: 'Raleway', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #3C3C3C;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    color: #fff;
    background-color: var(--vm-color-primary);
}

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

.button {
    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;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

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

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

.avatar {
    float: left;
}

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

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

.author-box .avatar {
    display: block;
    height: 140px;
    width: 140px;
    margin-right: 25px;
    object-fit: cover;
}

.comment .avatar {
    height: 50px;
    margin: 0 16px 24px 0;
    width: 50px;
    display: none;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    max-width: 100% !important;
}

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

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

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

a.alignleft,
a.alignright {
    max-width: 100%;
}

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

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

.entry-content .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.widget_calendar table {
    width: 100%;
}

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

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

.breadcrumb {
    border-bottom: 1px dotted #888;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.archive-description,
.author-box {
    margin-bottom: 3rem;
    padding: 2rem;
    text-align: justify;
}

.archive-description,
.author-box {
    background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
    margin-bottom: 0;
}


.author-box-title {
    color: #3C3C3C;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    margin-bottom: 12px;
}

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

/* Search Results
--------------------------------------------- */
.search .entry {
    margin-bottom: 10px;
}

.search main.content {
}

.search .entry-content {
    padding: 0;
}

.search .entry-title.cover {
    font-size: 1.7em;
    margin: 0;
    width: 100%;
}

.search header.entry-header {
    margin-bottom: 0;
}

.search header.entry-header.title {
    margin-bottom: 25px;
}

.search .entry-header .entry-meta {
    margin-bottom: 10px;
}

.search-results .focus2017mobiledetails, .search-results .Focus2017fazit, .search-results .gallery {
    display: none;
}

.search-results .post .featured_image img {
    display: block;
}

.search-results .post img {
    display: none;
}

.search-results .post {
    border-bottom: 3px solid black;
    margin-bottom: 70px;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
    background: var(--vm-color-primary);
}

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

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

.footer-widgets .search-form input {
    border: none;
}

.genesis-nav-menu .search-form input {
    background-color: var(--vm-color-primary);
    color: #fff;
    text-transform: uppercase;
    width: 180px;
    padding: 0 10px;
    line-height: 50px;
    border: 0;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
    color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
    color: #fff;
}

.genesis-nav-menu .search-form input:focus {
    border: 1px solid #fff;
}

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

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

.entry-title a:hover {
    color: var(--vm-color-primary);
}

.widget-title {
    font-size: 16px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
    background-color: #3C3C3C;
    color: #fff;
    padding: 10px;
}

.sidebar .enews .widget-title {
    background: none;
    padding: 0;
}

.footer-widgets .widget-title {
    color: #fff;
}

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

.featured_image {
    position: relative;
}

.featured_image img {
    width: 100%;
    height: auto;
}

.magazine-home span.vmsubtitle, .archive span.vmsubtitle {
    display: block;
    color: var(--vm-color-primary);
    font-size: 0.875em;
    line-height: 1.15;
}

.relatedposts_single span.vmsubtitle {
    display: none;
}

.archive a:has(.vmsubtitle) {
    line-height: 1.25;
}


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

.widget,
.widget li {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 0.5rem;
}

.widget li:last-child {
    margin-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding-bottom: 0;
}

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

.widget .genesis-nav-menu li li {
    margin: 0;
    padding: 0;
}

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

.featured-content {
    clear: both;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.home-middle .featured-content a,
.home-top .featured-content a {
    position: relative;
    max-height: 350px;
    overflow: hidden;
}

.featured-content .entry {
    margin-bottom: 30px;
}

.content .home-middle .featured-content .entry,
.content .home-top .featured-content .entry {
    border: none;
    float: left;
    max-width: 100%;
}

.home-middle .featured-content .entry {
    width: calc(50% - 15px);
}

.content .home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
    border-bottom: 2px solid #eee;
}

.content .home-bottom .featured-content .entry {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 0;
    position: relative;
}

.home-bottom .featured-content .entry-title {
    font-size: 20px;
}

.home-bottom .featured-content .entry:nth-of-type(3n+1) {
    clear: left;
}

.sidebar .featured-content .entry:last-child {
    border-bottom: none;
}

.home-middle .featured-content .entry-content p:last-child,
.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
    margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
    clear: left;
    margin-right: 30px;
}

.featured-content .entry-title {
    font-size: 24px;
    line-height: 1.2;
    border-left: 4px solid var(--vm-color-primary);
    padding: 10px 0 10px 10px;
}

.sidebar .featured-content .entry-title {
    font-size: 20px;
}

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

.featured-content a.alignnone {
    margin-bottom: 5px;
    max-width: 100%
}

.featured-content .entry-header .entry-meta {
    margin-bottom: 10px;
}

.js .content .home-middle a .entry-time,
.js .content .home-top a .entry-time {
    background-color: var(--vm-color-primary);
    bottom: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}

.js .home-middle a.alignleft,
.js .home-top a.alignleft {
    margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,
.js .home-top a.alignright {
    margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,
.js .home-middle a.alignright img,
.js .home-top a.alignleft img,
.js .home-top a.alignright img {
    margin: 0;
}

.home-middle a.more-link,
.home-top a.more-link {
    background-color: #eee;
    clear: both;
    color: #3C3C3C;
    display: block;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 10px;
    text-align: center;
}

.home-middle a.more-link:hover,
.home-top a.more-link:hover {
    background-color: var(--vm-color-primary);
    color: #fff;
}

.featured-content ul {
    clear: both;
    margin-bottom: 30px;
}

.featured-content li {
    list-style-type: none;
    border-bottom: 1px solid var(--vm-color-primary);
    padding: 5px 0;
}

.hlbanner_1 {
    text-align: center;
}

.hlbanner_2 {
    text-align: center;
}

.featured-content .category-mtb_e-bike_rennrad-tests .entry-title::before {
    /* content: 'Test'; */
    background: white;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px 25px 10px;
    display: inline-block;
    /* -webkit-transform: rotate(30deg); */
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    /* transform: rotate(25deg); */
    border: 2px solid var(--vm-color-primary);
    /* overflow:hidden; */
    /* border-top: 2px solid #f09502; */
    /* border-left: 2px solid #f09502; */
    opacity: 0.8;
}

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

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

.enews-widget {
    background-color: #3C3C3C;
    color: #aaa;
    padding: 40px;
}

.enews form + p {
    margin-top: 24px;
}

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

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

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

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

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

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

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

/* SU Slider Fix
--------------------------------------------- */

.su-slider-prev, .su-slider-next {
    opacity: 1;
    width: 50px;
    height: 50px;
    background-color: #3C3C3Cab;
}

.su-slider-prev {
    background-position: -35px 4px;
}

.su-slider-next {
    background-position: 5px 4px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider li {
    border: none;
}

.magazine-home .genesis_responsive_slider {
    margin-bottom: 40px;
}

.magazine-home .content .genesis_responsive_slider li:before {
    content: "";
    margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt,
.magazine-home .content .genesis_responsive_slider .slide-excerpt-border {
    background: transparent;
    border: none;
    margin: 0;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt {
    padding: 0;
}

.magazine-home .content #genesis-responsive-slider,
.magazine-home .content .genesis_responsive_slider .slides li,
.magazine-home .content .genesis_responsive_slider .flex-direction-nav li {
    margin: 0;
    padding: 0;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav {
    line-height: 1;
}

.magazine-home .content .genesis_responsive_slider .flex-control-nav li {
    margin: 0;
    padding: 0 5px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.magazine-home .content .genesis_responsive_slider .slide-excerpt-border {
    background: #fff;
    width: 100%;
}

.magazine-home .content .genesis_responsive_slider h2,
.magazine-home .content .genesis_responsive_slider h2 a {
    line-height: 1.2;
    margin: 0;
}

.magazine-home .content .genesis_responsive_slider p {
    font-size: 14px;
    margin: 10px 0 0;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a {
    background: url(images/icon-direction-nav.png) no-repeat -50px 0;
    background-size: 100px 98px;
    height: 49px;
    outline: none;
    right: -25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 50px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
    background-position: -50px -49px;
}

.magazine-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
    background-position: 0 0;
    bottom: auto;
    left: auto;
    right: 62px;
    top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
    bottom: auto;
    left: auto;
    right: 10px;
    top: 30px;
}

.magazine-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
    background-position: 0 -49px;
}

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

img#wpstats {
    display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
    margin: 0 2px 4px;
}

/* Social Sharing
--------------------------------------------- */

@media all and (max-width: 1139px) {
    .shariff .orientation-vertical {
        flex-direction: row;
    }
}

@media all and (max-width: 680px) {
    .ShariffSC.sharebuttons {
        position: fixed;
        width: 100%;
        margin-left: -20px;
        z-index: 1;
        background: #ffffff;
    }

    .ShariffSC.sharebuttons.show {
        bottom: 0;
        transition: bottom 1s;
    }

    .ShariffSC.sharebuttons.hide {
        bottom: -65px;
        transition: bottom 1s;
    }

    .shariff.shariff-align-flex-start ul {
        flex-direction: row;
        justify-content: center;
    }
}

@media all and (min-width: 1140px) {
    .hlbanner_1 {
        text-align: center;
        margin: -50px 0 20px 0;
    }

    table.bestenliste tbody tr {
        height: 230px;
    }

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

    .gallery-columns-4 .gallery-item {
        width: 24%;
    }

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

    .vm-featured-section__item {
        -ms-flex: 0 1 30.6%;
        flex: 0 1 30.6%;
    }

    .sharebuttons {
        position: fixed;
        left: 0;
        top: 250px;
        background: #eef3fa;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    span.shareheader {
        display: none;
    }

    .shariff ul.shariff-buttons li {
        margin: 1px;
    }

    .ShariffSC.sharebuttons.show {
        left: 0;
        transition: left 1s;
    }

    .ShariffSC.sharebuttons.hide {
        left: -100px;
        transition: left 1s;
    }
}

/* Reviews
--------------------------------------------- */

.fwlayoutkrad {
    position: relative;
    z-index: 0;
}

h2.fazithead {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    border-top: 2px solid;
    padding: 20px;
    font-weight: 500;
    background: rgba(0, 160, 235, 0.43137254901960786);
    font-size: 1.5em;
}

.fwlayout {
    padding: 0 120px 50px;
}

.divprocontra {
    display: flex;
    background: rgba(255, 255, 255, 0.6196078431372549);
    border: 2px solid #c7c7c7;
}

.fazitpro, .fazitcontra, .fazitneutral {
    width: 33%;
    padding: 20px;
}

.thefacts {
    text-align: right;
}

.factheader {
    font-weight: bold;
    float: left;
}

h3.faktenboxheader {
    margin-bottom: 9px;
}

.charaktertestbox {
    display: none;
}

.fazitbox {
    padding: 30px;
    background: rgba(255, 255, 255, 0.6196078431372549);
    margin-top: 15px;
    display: flex;
    border: 2px solid #c7c7c7;
    text-align: justify;
}

.reviewbround {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fazitbox .testsiegel {
    padding: 0 0 0 20px;
    margin: auto;
    width: 50%;
}

.fazittextkurz {
    width: 100%;
}

.wertungsbox.biketest {
    padding: 30px;
    background: rgba(255, 255, 255, 0.6196078431372549);
    display: flex;
    border: 2px solid #c7c7c7;
    margin-top: 15px;
}

.wertungsboxpl {
    width: 50%;
}

.wertungsboxgesamt {
    width: 50%;
    padding: 0 20px;
}

.blwertungi {
    height: 30px;
    padding: 0 20px;
}

.blwertungr {
    border: 1px solid #c7c7c7;
}

span.wertungszahl {
    position: absolute;
    line-height: 30px;
    padding-left: 5px;
}

.proconlist li {
    margin: 0 0 10px 24px;
    line-height: 18px;
}

ul.proconlist {
    list-style: none;
}

.proconlist img {
    width: 13px;
    float: left;
    margin: 2px 0;
    display: inline;
}

.bllink {
    background: #c7c7c7;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    border-top: 2px solid;
}

.bllink a {
    font-size: 1em;
}

.fmarktlinkbox a {
    background: transparent;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
}

.fmarktlinkbox a:hover {
    color: white;
}

.fmarktlinkbox {
    padding: 10px 30px;
    text-align: justify;
    align-items: center;
    background: rgba(0, 160, 235, 0.43137254901960786);
}

/* Focus 2017
--------------------------------------------- */


.focus2017mobiledetails ul {
    list-style: none;
}

.focus2017mobiledetails {
    padding: 0 100px;
}

.Focus2017rating ul.Focus2017Liste {
    display: flex;
}

.Focus2017rating ul.Focus2017Liste li {
    width: 25%;
}

.focus2017mobiledetails span.dashicons.dashicons-star-filled {
    font-size: 29px;
    width: 29px;
    height: 29px;
}

.focus2017wertungi {
    overflow: hidden;
    height: 30px;
}

ul.Focus2017plusminus {
    list-style: none;
}

.Focus2017fazit {
    display: flex;
    margin-top: 40px;
    padding: 0 100px;
}

.fazittextfocus {
    padding-right: 50px;
}

ul.Focus2017plusminus span.dashicons.dashicons-plus {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: white;
    background: #009c00;
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 2px;
}

ul.Focus2017plusminus span.dashicons.dashicons-minus {
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: white;
    background: red;
    vertical-align: middle;
    margin-right: 5px;
    padding-top: 2px;
}

.focus2017mobiledetails h2 {
    margin-bottom: 3px;
    margin-top: 10px;
}

.focus2017award {
    width: 75%;
    background: url(https://media-prod.velomotion.de/wp-content/uploads/2019/02/07142221/focus_siegel_zwei.jpg);
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

ul.focusnote {
    margin-left: 51%;
    list-style: none;
    padding-top: 10%;
    font-size: 2em;
    line-height: 30px;
    color: #f2f2f2;
    font-weight: bold;
}

.focus2017awardframe {
    width: 67%;
    padding-left: 50px;
    padding-top: 50px;
    text-align: center;
}

.Focus2017specsrating {
    display: flex;
}


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

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

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #3C3C3C;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: var(--vm-color-primary);
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 0 100px;
}

.comment-content {
    clear: both;
}

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

@media all and (min-width: 768px) {
    .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;
}

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

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

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

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

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

.bypostauthor {
}

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

/*
Bestenlisten
---------------------------------------------------------------------------------------------------- */


table.bestenliste td {
    border-bottom: 10px solid #ffffff;
}

.blbildheading {
    text-shadow: 0 0 4px #000000;
    text-align: center;
    font-weight: bold;
    color: #f1f1f1;
    margin-top: 20px;
}

table.bestenliste tr:hover .platzbl {
    color: #c49d02;
}

table.bestenliste tr:hover td {
    background-color: #fffcf2;
}

table.bestenliste th {
    background: #262626;
    color: #f2f2f2;
    font-size: 14px;
}

table#bestenlisteliste {
    width: 145%;
    margin-left: -180px;
    font-size: 12px;
}

.testlinkbl {
    margin-top: 20px;
    float: left;
}

.preisvergleichbl {
    display: none;
}

table.bestenliste td, th {
    vertical-align: top;
    border: 0;
    background: #ffffff;
    padding: 10px;
}

span.proconbl img {
    padding-bottom: 2px;
}

span.proconbl {
    margin-right: 5px;
}

.platzbl {
    width: 5%;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    padding-top: 15px;
}

table#bestenlisteliste .produktbl {
    width: 22%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 15px;
}

table#bestenlisteliste .wertungbl {
    width: 13.5%;
    font-weight: bold;
}

table#bestenlisteliste .preisleistungbl {
    width: 13.5%;
    font-weight: bold;
}

table#bestenlisteliste .preisbl {
    width: 10%;
}

table#bestenlisteliste td.detail1bl {
    width: 10%;
}

table#bestenlisteliste td.detailsproconbl {
    width: 20%;
}

h3.BLheading {
    font-size: 14px;
}

.siegelbl {
    width: 38%;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

table.bestenliste tbody tr {
    height: 150px;
}

.bestenlistetabellemobil {
    display: none;
}

.bldetailliste img {
    width: 8px;
    margin-right: 5px;
}

.bestenlistetabelle table#bestenlisteliste td.produktbl {
    width: 22%;
    background-size: cover;
}

.preisvergleichbl {
    display: none;
}

/*
Suche
---------------------------------------------------------------------------------------------------- */

li.right.search {
    display: none;
}

.stick li.right.search {
    display: block;
    border-radius: 0;
    padding: 0;
    border: 0;
}

li.right.search .search-form {
    margin-top: 0;
}

.searchbar {
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.searchbar input.search-form-input {
    text-align: left;
    background: white;
    height: 35px;
    float: right;
    font-size: 15px;
}

section#search-2 {
    width: 20%;
    margin-left: 20px;
    position: absolute;
    right: 20px;
    margin: auto 0;
    top: 25px;
}

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

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

.sidebar .featured-content p:last-child {
    margin-bottom: 24px;
}

.sidebar li {
    border-bottom: 1px dotted #888;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
    background-color: #eee;
    color: #3C3C3C;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
    background-color: var(--vm-color-primary);
    color: #fff;
}


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

.footer-widgets {
    background-color: #3C3C3C;
    color: #aaa;
    clear: both;
    font-size: 14px;
    padding: 60px 0 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 360px;
}

.footer-widgets-1 {
    margin-right: 30px;
}

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

.footer-widgets-3 {
    float: right;
}

.footer-widgets a {
    color: #fff;
    font-weight: 300;
}

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

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

.footer-widgets .widget {
    margin-bottom: 40px;
}

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

.footer-widgets .enews-widget {
    padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #eee;
    color: #3C3C3C;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
    background-color: #fff;
    color: #3C3C3C;
}


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

.site-footer {
    background-color: #3C3C3C;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-align: center;
}

.site-footer .wrap {
    border-top: 1px solid #444;
    padding: 20px 0;
}

.site-footer,
.site-footer a {
    color: #aaa;
}

.site-footer a:hover {
    color: #fff;
}

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

.descfooter {
    z-index: 9;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    display: none;
}

.home .descfooter {
    display: block;
}

.vm-overlay-banner-container {
    position: fixed;
    top: 71px;
    display: none;
    z-index: 8888;
}

.vm-overlay-banner {
    width: 360px;
    height: 1200px;
    background: #fafafa;
}

.vm-header {
    z-index: 4000;
}

button.vm-button.vm-button--transparent,
button.vm-button.vm-button--transparent:hover {
    background-color: transparent;
}

.vm-travel-main,
.vm-travel-main *,
.tour-container,
.tour-container *,
.vm-elastic-search,
.vm-elastic-search *,
.search-page-results-container,
.search-page-results,
.search-page-results__item {
    box-sizing: border-box;
}

.tour-item .entry-content,
.search-page-results__item .entry-content {
    padding: 10px;
}

.tour-item .entry-title,
.search-page-results__item .entry-title {
    font-size: 18px;
}

.vm-travel-main .featured_image {
    margin-bottom: 8px;
    overflow: hidden;
}

.vm-travel-main .featured_image:before {
    content: '';
    display: block;
    width: 1px;
    margin-left: -1px;
    float: left;
    padding-top: 75%;
    height: 0;
}

.vm-travel-main .featured_image:after {
    content: '';
    display: block;
    clear: both;
}

.vm-travel-main .featured_image > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.vm-travel-destination {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 16px;
}

.vm-travel-destination:before {
    content: '';
    display: block;
    width: 1px;
    margin-left: -1px;
    float: left;
    padding-top: 66.66667%;
    height: 0;
}

.vm-travel-destination:after {
    content: '';
    display: block;
    clear: both;
}

.vm-travel-destination__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .3) 0%, transparent 50%);
    text-shadow: 0 2px 3px rgba(0, 0, 0, .35), 0 -2px 3px rgba(0, 0, 0, .35), -2px 0 3px rgba(0, 0, 0, .35), 2px 0 3px rgba(0, 0, 0, .35);
}

.vm-travel-destination__label:hover {
    color: var(--vm-color-primary)
}

p:empty {
    display: none;
}

@media all and (max-width: 1024px) {
    .archive-description,
    .author-box {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .comment-respond, .entry-comments, .entry-pings {
        padding: 0 50px;
    }
}

@media all and (max-width: 680px) {
    .avatar {
        float: none;
        margin: 0 auto 0.5rem;
    }

    .author-box-title {
        font-size: 1rem;
    }

    .author-box-content {
        font-size: 0.875rem;
    }

    .comment-respond, .entry-comments, .entry-pings {
        padding: 1rem 0;
    }
}


@media all and (max-width: 1024px) {
    .fazitpro, .fazitcontra, .fazitneutral {
        width: 90%;
    }

    .single .author-box .avatar {
        display:none!important;
    }

    ul#menu-footer {
        background: white;
        border-top: 2px solid #009ddf;
        display: block!important;
    }

    #vlogosticky {
        display: none !important;
    }

    .search-form {
        border-radius: 0;
    }

    .vlogomobile.stick {
        display: block;
        text-align: center;
        width: 40px;
        position: fixed;
        right: 35px;
        top: 3px;
        z-index: 999999;
    }

    .vlogomobile {
        display: block;
        text-align: center;
        width: 60px;
        position: absolute;
        right: 50px;
        top: 3px;
        z-index: 999999;
    }

    .vlogo {
        display: none;
    }

    .title-area {
        border-bottom: 0;
    }

    .search main.content {
        padding: 0 20px;
    }

    .nav-primary.stick a {
        line-height: 1.1;
    }

    .nav-primary.stick::before {
        content: "";
        background-image: none;
    }

    .nav-primary .menu-item-has-children a::after {
        border: 0;
    }

    .nav-primary.stick .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        display: none;
    }

    .nav-primary {
        background: #3C3C3C;
        margin: 30px 0;
    }

    .fazitbox, .wertungsbox.biketest {
        padding: 10px 20px 20px 20px;
        border: 1px solid #c7c7c7;
    }

    h3.contraboxheader, h3.proboxheader {
        margin-bottom: 7px;
    }

    .proconlist li {
        margin: 0 0 6px 15px;
    }

    .proconlist img {
        width: 10px;
        margin: 3px 0;
    }

    .divprocontra {
        border: 1px solid #c7c7c7;
    }

    .fazitpro, .fazitcontra, .fazitneutral {
        padding: 20px;
    }

    .author-box {
        padding: 20px;
        font-size: 12px;
    }

    .comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
        width: 100%;
        padding: 5px;
    }

    p.comment-form-author {
        margin-bottom: 8px;
    }

    p.comment-form-url {
        display: none;
    }

    .archive .content .entry {
        width: 100%;
        margin-bottom: 10px;
    }

    .archive-cat-desc {
        padding: 10px;
        font-size: 10px;
    }

    .single .entry-header .entry-meta {
        display: none;
    }

    .archive header.entry-header {
        margin-bottom: 10px;
    }

    .archive .content .featured_image img {
        height: auto;
    }

    .bestenlistetabelle {
        display: none;
    }

    .bestenlistetabellemobil {
        display: block !important;;
    }

    .bestenlistetabellemobil tbody tr {
        height: 80px !important;
    }

    .bestenlistetabellemobil td.platzblmobil {
        font-size: 1.5em;
    }

    .featured_image .testsiegel img {
        width: 125px;
        top: 15px;
        right: 15px;
    }

    .videowerbunghome {
        display:none;
    }

    body {
        font-size: 16px;
    }

    .entry-content .wp-caption-text {
        font-size: 11px;
    }

    .home .content {
        padding: 0;
    }

    .entry-title.cover {
        font-size: 1.6em;
        width: 100%;
        margin: 0;
    }

    .archive .entry-title.cover {
        font-size: 1.6em;
        border-left:4px solid #009ddf;
    }

    .comment-respond, .entry-comments, .entry-pings {
        padding: 0 20px;
    }

    .relatedposts_single {
        padding: 0 20px;
    }

    .relatedposts_single .gallery-columns-4 .gallery-item {
        width: 100%;
        height: 230px;
    }

    .relatedposts_single .gallery-item:nth-child(2n+1) {
        clear: left;
    }

    .gallery-columns-4 .gallery-item:nth-child(4n+1) {
        clear: none;
    }

    .lbbanner {
        padding: 10px 0 10px;
    }

    .fwlayout {
        padding: 0 0px 50px;
    }

    .divprocontra {
        display: block;
    }

    .wertungsboxgesamt {
        width: 100%;
        padding: 0;
    }

    .wertungsboxpl {
        width: 100%;
    }

    .reviewbround {
        display: none;
    }

    .fazitbox {
        display: block;
    }

    .fazitbox .testsiegel {
        padding: 25px 0 0 0;
    }

    .fazitpro, .fazitcontra, .fazitneutral {
        width: 100%;
    }

    .wertungsbox.biketest {
        display: block;
    }

    h3.blboxheader {
        margin: 10px 0px 5px 0px;
    }

    .one_half, .one_third, .two_third, .three_fourth, .two_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .two_sixth, .three_sixth, .four_sixth, .five_sixth {
        width: 100% !important;
    }
}


.su-posts-default-loop .su-post-thumbnail {
    height: auto;
}

.su-posts-default-loop .su-post-comments-link {
    display: none;
}

.su-posts.su-posts-default-loop .su-post {
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #c7c7c7;
    margin-bottom: 1.5em;
}

.su-posts.su-posts-default-loop .su-post-thumbnail {
    height: auto;
}

.su-posts.su-posts-default-loop .su-post-excerpt {
    display: none;
}

.su-box-title {
    display: none !important;
}

.su-box-content {
    text-align: center;
}

.relatedposts_single {
    padding: 0 100px;
}

.widget.featuredpost > .widget-wrap {
    display: grid;
    grid: auto-flow/repeat(auto-fit, minmax(280px, 1fr));
    row-gap: 1.25rem;
    column-gap: 1.75rem;
}

.widget.featuredpost .entry {
    margin: 0 !important;
    height: 100%;
}