@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
body {
-webkit-font-smoothing: antialiased;
background-color: #ffffff;
color: #222222;
max-width: 1920px;
margin: 0 auto;
}  img {
height: auto;
max-width: 100%;
width: auto;
}
img.alignleft {
float: left;
margin: 15px 15px 15px 0;
}
img.alignright {
float: right;
margin: 15px 0 15px 15px;
}
img.alignnone {
display: block;
margin: 15px 0;
}
img.aligncenter {
display: block;
margin: 15px auto;
} iframe {
vertical-align: top;
max-width: 100%;
width: 100%;
} a {
color: #d0021b;
}
a:hover, a:active, a:focus {
color: #fd0826;
text-decoration: none;
} @media print {
a[href]:after {
content: "";
}
} ::selection {
background-color: rgba(208, 2, 27, 0.75);
color: #ffffff;
} .container {
padding-left: 25px;
padding-right: 25px;
}
.container .row {
margin-left: -25px;
margin-right: -25px;
}
.container [class*=col-] {
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 1600px) {
.container {
width: 1280px;
max-width: calc(100% - 30px);
}
} .no-inner-padding > *:first-child {
margin-top: 0;
}
.no-inner-padding > *:last-child {
margin-bottom: 0;
}                 footer.main {
background-color: #363636;
color: #fff;
}
footer.main a {
color: #fff;
}
footer.main a:hover {
color: #d0021b;
}
footer.main hr {
border-color: #1d1d1d;
}
footer.main .footer-wrap {
display: flex;
flex-direction: column;
}
@media (min-width: 560px) {
footer.main .footer-wrap {
flex-flow: row wrap;
}
}
footer.main .footer-wrap > .footer-col {
padding: 0 25px;
}
@media (min-width: 768px) {
footer.main .footer-wrap > .footer-col {
padding: 25px;
}
}
@media (min-width: 560px) {
footer.main .footer-wrap > .footer-col {
flex-grow: 1;
width: 50%;
max-width: 50%;
}
}
@media (min-width: 992px) {
footer.main .footer-wrap > .footer-col {
max-width: 25%;
}
}
footer.main .r1 {
padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 992px) {
footer.main .r1 {
padding: calc(3rem - 25px) 25px;
}
}
@media (min-width: 1600px) {
footer.main .r1 {
padding: calc(4.5rem - 25px) 25px;
}
}
footer.main .r1 ul {
list-style: none;
padding-left: 0;
}
footer.main .r1 ul .sub-menu {
display: none;
}
footer.main img {
max-width: 100%;
}
footer.main .r2 {
padding-top: 15px;
padding-bottom: 15px;
background-color: #000;
}
footer.main .r2 .container {
display: flex;
justify-content: space-between;
flex-flow: column;
}
footer.main .r2 .container p,
footer.main .r2 .container div {
margin: 0.15rem 0;
}
@media (min-width: 768px) {
footer.main .r2 .container {
flex-flow: row;
}
}
footer.main .r2 .container::before {
content: none;
}
footer.main .r2 .container::after {
content: none;
}
footer.main .r2 p {
margin: 10px 0;
}  .button-spacer {
overflow: hidden;
margin: 20px 0;
position: relative;
}
.button-spacer:after {
border-top: 1px solid #dadada;
content: "";
position: absolute;
top: 50%;
width: 100%;
margin-left: 10px;
}            .button,
input[type=submit] {
background-color: #d0021b;
color: #ffffff;
font-weight: bold;
padding: 1rem 2rem;
font-size: 0.8rem;
display: inline;
line-height: 3.2rem;
white-space: nowrap;
border-radius: 3px;
}
.button:hover, .button:active, .button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
color: #ffffff;
}
.button:hover:not([disabled]),
input[type=submit]:hover:not([disabled]) {
background-color: #e4021e;
}
.button:active,
input[type=submit]:active {
background-color: #840111;
}
.button[disabled],
input[type=submit][disabled] {
background-color: #52010b;
}
p + .button {
margin-top: 0;
} .button.style-light {
background-color: #fff;
border: solid 3px #222222;
color: #222222;
}
.button.style-light:hover, .button.style-light:active, .button.style-light:focus {
background-color: #222;
color: #fff;
}
a.button.style-arrow:hover {
transform: translateX(10px);
}
.page-section.style-primary .button,
.content-box.style-custom .button {
border: 2px solid #000;
} .button-group {
display: flex;
flex-wrap: wrap;
margin: -0.25rem;
}
.button-group .button {
margin: 0.25rem;
line-height: inherit;
}          .page-section.align-vcenter .row {
display: flex;
flex-flow: row;
align-items: center;
flex-wrap: wrap;
display: -ms-flexbox;
-ms-flex-wrap: wrap;
-ms-flex-align: center;
}
.page-section.align-vcenter .row:before, .page-section.align-vcenter .row:after {
content: normal;
}
a[href^=mailto]:not(.button),
a[href^=tel]:not(.button) {
color: #d0021b;
}
a[href^=mailto]:not(.button):hover,
a[href^=tel]:not(.button):hover {
color: #840111;
}
.page-section.style-default {
color: #222222;
}
.page-section.style-default:not(.layout-nomp) + .page-section.style-default {
padding-top: 0;
}
.page-section.style-light {
background-color: #f4f4f4;
color: #222222;
}
.page-section.style-light + .style-light {
padding-top: 0;
}
.page-section.style-primary {
background-color: #d0021b;
color: #ffffff;
}
.page-section.style-primary p a {
color: #222222;
}
.page-section.style-primary .button {
border-color: #ffffff;
}
.page-section.style-primary ::selection {
background-color: rgba(157, 2, 20, 0.5);
}
.page-section.style-dark {
background-color: #222222;
color: #ffffff;
} .page-section.layout-default {
margin: 0;
padding: 2.5rem 0;
}
.page-section.layout-default [class^=col-] {
padding-left: 25px;
padding-right: 25px;
}
@media (min-width: 992px) {
.page-section.layout-default {
padding: 3.5rem 0;
}
}
@media (min-width: 1400px) {
.page-section.layout-default {
padding: 5rem 0;
}
} @media (min-width: 992px) {
.row.equal-cols {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
}
} @media (min-width: 992px) {
.page-section [class*=col-].layout-padding-l {
padding-left: 100px;
}
.page-section [class*=col-].layout-padding-r {
padding-right: 100px;
}
.page-section [class*=col-].layout-padding-lr {
padding: 0 5%;
}
}
@media (min-width: 992px) and (min-width: 992px) {
.page-section [class*=col-].layout-padding-lr {
padding: 0 15%;
}
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-padding-lr p {
font-size: 120%;
}
}
.page-section [class*=col-].layout-padding-lmax {
display: flex;
align-items: center;
justify-content: flex-start;
}
@media (min-width: 768px) {
.page-section [class*=col-].layout-padding-lmax {
justify-content: flex-end;
}
}
.page-section [class*=col-].layout-margin-top {
margin-top: 30px;
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-margin-top {
margin-top: 0;
}
}
.page-section [class*=col-].layout-margin-bottom {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-margin-bottom {
margin-bottom: 0;
}
}
.page-section [class*=col-].layout-margin-top-bottom {
margin-bottom: 15px;
margin-top: 15px;
}
@media (min-width: 992px) {
.page-section [class*=col-].layout-margin-top-bottom {
margin-bottom: 0;
margin-top: 0;
}
}
.layout-nopm {
padding: 0;
}
.layout-mbottom {
margin-bottom: 30px;
} .page-section.align-vcenter[class*=order-] .row {
flex-wrap: wrap-reverse;
}
.page-section.order-xs-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-xs-reversed .sticky {
order: 1000;
}
@media (min-width: 768px) {
.page-section.order-sm-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-sm-reversed .sticky {
order: 1000;
}
}
@media (min-width: 992px) {
.page-section.order-md-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-md-reversed .sticky {
order: 1000;
}
}
@media (min-width: 1200px) {
.page-section.order-lg-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-lg-reversed .sticky {
order: 1000;
}
}
@media (min-width: 1400px) {
.page-section.order-xl-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-xl-reversed .sticky {
order: 1000;
}
}
@media (min-width: 1600px) {
.page-section.order-2xl-reversed .row {
display: flex;
flex-wrap: wrap-reverse;
}
.page-section.order-2xl-reversed .sticky {
order: 1000;
}
} .page-section .search-results li a {
color: #222222;
padding: 0.4rem;
}
.page-section .search-results li a:hover {
background-color: #fd0826;
}
.page-section .search-results li + li {
margin-top: 0.6rem;
} .OBContactWidget-row {
margin: 10px 0;
} .OBCopyrightWidget-row {
margin: 10px 0;
} .search-widget input {
background-color: #444;
border: 1px solid #dfdfdf;
padding: 10px;
max-width: 100%;
} .widget .toggle-indicator {
margin-right: 10px;
display: inline-block;
}
@media (min-width: 992px) {
.widget .toggle-indicator {
display: none;
}
}
.widget .toggle-container {
display: none;
}
@media (min-width: 992px) {
.widget .toggle-container {
display: block;
}
}
.widget.active-widget .toggle-container {
display: block;
animation: widget-toggle 300ms;
}
@keyframes widget-toggle {
0% {
display: block;
opacity: 0;
}
100% {
opacity: 1;
}
}
.widget.active-widget .toggle-indicator {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-khtml-transform: rotate(180deg);
transform: rotate(180deg);
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=url],
form input[type=password],
form select,
form textarea {
outline: none;
padding: 0.75rem 1rem;
max-width: 100%;
width: 100%;
border: none;
transition: box-shadow 300ms;
background-color: #f9f9f9;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
box-shadow: 0 0 0 2px #d0021b;
}
form input[type=text]:disabled,
form input[type=email]:disabled,
form input[type=tel]:disabled,
form input[type=date]:disabled,
form input[type=url]:disabled,
form input[type=password]:disabled,
form select:disabled,
form textarea:disabled {
background-color: #efefef;
cursor: no-drop;
}
form input + input {
margin-top: 15px;
}
form label {
font-size: 0.9rem;
font-weight: bold;
color: #222222;
}
form textarea {
resize: vertical;
}
form input[type=submit] {
line-height: 1rem;
border: none;
border-radius: 0;
}
form select {
-webkit-appearance: none;
border-radius: 0;
background-position: right 1.25rem center;
background-repeat: no-repeat;
background-image: url(//motorumble.ch/wp-content/themes/motorumble.ch/res/icons/angle-down.svg);
}
.searchform {
max-width: 300px;
}
.form-wrap {
margin: -0.4rem 0;
}
.form-wrap .form-row {
display: flex;
margin: 0 -0.4rem;
}
.form-wrap .form-row .form-field {
width: 100%;
margin: 0.4rem;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=url],
form input[type=password],
form select,
form textarea {
outline: none;
padding: 0.75rem 1rem;
max-width: 100%;
width: 100%;
border: none;
transition: box-shadow 300ms;
background-color: #f9f9f9;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=url]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
box-shadow: 0 0 0 2px #d0021b;
}
form input[type=text]:disabled,
form input[type=email]:disabled,
form input[type=tel]:disabled,
form input[type=date]:disabled,
form input[type=url]:disabled,
form input[type=password]:disabled,
form select:disabled,
form textarea:disabled {
background-color: #efefef;
cursor: no-drop;
}
form input + input {
margin-top: 15px;
}
form label {
font-size: 0.9rem;
font-weight: bold;
color: #222222;
}
form textarea {
resize: vertical;
}
form input[type=submit] {
line-height: 1rem;
border: none;
border-radius: 0;
}
form select {
-webkit-appearance: none;
border-radius: 0;
background-position: right 1.25rem center;
background-repeat: no-repeat;
background-image: url(//motorumble.ch/wp-content/themes/motorumble.ch/res/icons/angle-down.svg);
}
.searchform {
max-width: 300px;
}
.form-wrap {
margin: -0.4rem 0;
}
.form-wrap .form-row {
display: flex;
margin: 0 -0.4rem;
}
.form-wrap .form-row .form-field {
width: 100%;
margin: 0.4rem;
}
.wpcf7 {
display: inline-block;
width: 100%;
}
@keyframes wpcf7-invalid-bubble {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.wpcf7 span.wpcf7-not-valid-tip {
margin: 4px 0px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
background-color: #d0021b;
color: #fff;
border-radius: 2px;
display: inline-block;
position: relative;
padding: 5px 10px;
animation: wpcf7-invalid-bubble 300ms;
}
.wpcf7 span.wpcf7-not-valid-tip:before {
content: "";
border-style: solid;
position: absolute;
height: 0;
width: 0;
clear: both;
border-width: 0 10px 12px 10px;
border-color: transparent transparent #d0021b transparent;
top: 0;
left: 15px;
transform: translateY(-100%);
}
.wpcf7 .wpcf7-response-output {
background-color: #000000;
color: #fff;
box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
padding: 15px !important;
border: none !important;
position: fixed;
bottom: 0;
left: 0;
right: 0;
width: 100%;
margin: 0;
animation: wpcf7-invalid-bubble 300ms;
z-index: 200;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors, .wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
background-color: #d0021b;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
background-color: #222;
}
.wpcf7 .ajax-loader {
background-color: #fff;
border-radius: 50%;
padding: 10px;
} .grecaptcha-badge {
display: none;
}                 .page-nav {
margin-top: 2rem;
}
.page-nav .page-nav-item {
color: #d0021b;
border: 3px solid #d0021b;
font-size: 1rem;
text-decoration: none;
float: left;
border-radius: 5px;
padding: 0.5rem 0.75rem;
font-weight: bold;
}
.page-nav .page-nav-item:hover {
background-color: #d0021b;
color: #ffffff;
}
.page-nav .page-nav-item:active {
background-color: #efefef;
}
.page-nav .page-nav-item .fa {
font-size: 130%;
}
.page-nav .page-nav-item.current-page-nav-item {
background-color: #d0021b;
color: #fff;
}
.page-nav *:not(:first-child) {
margin-left: 0.5rem;
}
.employee {
text-align: left;
background-color: #222 !important;
color: #fff !important;
}
.employee ul {
padding: 0 0 0 10px;
}
.employee .employee-image {
width: 100%;
max-width: 550px;
min-width: 1px;
padding: 1.7rem;
}
@media (min-width: 768px) {
.employee .employee-image {
padding: 0;
}
}
.employee .employee-image img {
width: 100%;
}
.employee .employee-text {
padding: 1.7rem;
width: 100%;
}
@media (min-width: 768px) {
.employee .employee-text {
padding: 3.5rem;
}
}
@media (min-width: 992px) {
.employee .employee-text {
padding: 2rem 3.5rem;
}
}
.employee .employee-text .employee-position {
color: #d0021b;
}
.employee .employee-text h3 {
margin-bottom: 0.5rem;
font-size: 1.5rem;
}
.employee .employee-text > *:first-child {
margin-top: 0;
}
.employee .employee-text > *:last-child {
margin-bottom: 0;
}
.page-section.style-light .employee {
background-color: #ffffff;
}
section table {
border-collapse: collapse;
}
section table td {
padding: 5px;
border: 1px solid #efefef;
}
iframe {
width: 100%;
}
.blog-sidebar {
border-left: 1px solid #efefef;
}
.post-entry {
color: #222222;
border-bottom: 1px solid #efefef;
}
.post-entry a {
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
flex-direction: row;
color: #222222;
}
.post-entry a:hover {
text-decoration: none;
}
.post-entry:after {
display: block;
content: "";
clear: both;
}
.post-entry .wp-post-image {
float: left;
margin-right: 20px;
margin-bottom: 4px;
align-self: center;
}
.categories .current-cat {
list-style: none;
}
.categories .current-cat:before {
content: "\f111";
font-family: "FontAwesome";
margin-left: -20px;
margin-right: 5px;
}
.ug {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: stretch;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.ug.ug-xs-1-0 {
margin: 0px;
}
.ug.ug-xs-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
.ug.ug-xs-2-0 {
margin: 0px;
}
.ug.ug-xs-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
.ug.ug-xs-3-0 {
margin: 0px;
}
.ug.ug-xs-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
.ug.ug-xs-4-0 {
margin: 0px;
}
.ug.ug-xs-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
.ug.ug-xs-1-15 {
margin: -15px;
}
.ug.ug-xs-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
.ug.ug-xs-2-15 {
margin: -15px;
}
.ug.ug-xs-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
.ug.ug-xs-3-15 {
margin: -15px;
}
.ug.ug-xs-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
.ug.ug-xs-4-15 {
margin: -15px;
}
.ug.ug-xs-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
@media (min-width: 768px) {
.ug.ug-sm-1-0 {
margin: 0px;
}
.ug.ug-sm-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-2-0 {
margin: 0px;
}
.ug.ug-sm-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-3-0 {
margin: 0px;
}
.ug.ug-sm-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-4-0 {
margin: 0px;
}
.ug.ug-sm-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-1-15 {
margin: -15px;
}
.ug.ug-sm-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-2-15 {
margin: -15px;
}
.ug.ug-sm-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-3-15 {
margin: -15px;
}
.ug.ug-sm-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 768px) {
.ug.ug-sm-4-15 {
margin: -15px;
}
.ug.ug-sm-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-1-0 {
margin: 0px;
}
.ug.ug-md-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-2-0 {
margin: 0px;
}
.ug.ug-md-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-3-0 {
margin: 0px;
}
.ug.ug-md-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-4-0 {
margin: 0px;
}
.ug.ug-md-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 992px) {
.ug.ug-md-1-15 {
margin: -15px;
}
.ug.ug-md-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-2-15 {
margin: -15px;
}
.ug.ug-md-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-3-15 {
margin: -15px;
}
.ug.ug-md-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 992px) {
.ug.ug-md-4-15 {
margin: -15px;
}
.ug.ug-md-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-1-0 {
margin: 0px;
}
.ug.ug-lg-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-2-0 {
margin: 0px;
}
.ug.ug-lg-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-3-0 {
margin: 0px;
}
.ug.ug-lg-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-4-0 {
margin: 0px;
}
.ug.ug-lg-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-1-15 {
margin: -15px;
}
.ug.ug-lg-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-2-15 {
margin: -15px;
}
.ug.ug-lg-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-3-15 {
margin: -15px;
}
.ug.ug-lg-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1200px) {
.ug.ug-lg-4-15 {
margin: -15px;
}
.ug.ug-lg-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-1-0 {
margin: 0px;
}
.ug.ug-xl-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-2-0 {
margin: 0px;
}
.ug.ug-xl-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-3-0 {
margin: 0px;
}
.ug.ug-xl-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-4-0 {
margin: 0px;
}
.ug.ug-xl-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-1-15 {
margin: -15px;
}
.ug.ug-xl-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-2-15 {
margin: -15px;
}
.ug.ug-xl-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-3-15 {
margin: -15px;
}
.ug.ug-xl-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1400px) {
.ug.ug-xl-4-15 {
margin: -15px;
}
.ug.ug-xl-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-1-0 {
margin: 0px;
}
.ug.ug-2xl-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-2-0 {
margin: 0px;
}
.ug.ug-2xl-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-3-0 {
margin: 0px;
}
.ug.ug-2xl-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-4-0 {
margin: 0px;
}
.ug.ug-2xl-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-1-15 {
margin: -15px;
}
.ug.ug-2xl-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-2-15 {
margin: -15px;
}
.ug.ug-2xl-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-3-15 {
margin: -15px;
}
.ug.ug-2xl-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1600px) {
.ug.ug-2xl-4-15 {
margin: -15px;
}
.ug.ug-2xl-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-1-0 {
margin: 0px;
}
.ug.ug-3xl-1-0 > * {
margin: 0px;
width: 100%;
flex: 0 1 calc(100% - 0px);
max-width: calc(100% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-2-0 {
margin: 0px;
}
.ug.ug-3xl-2-0 > * {
margin: 0px;
width: 50%;
flex: 0 1 calc(50% - 0px);
max-width: calc(50% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-3-0 {
margin: 0px;
}
.ug.ug-3xl-3-0 > * {
margin: 0px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 0px);
max-width: calc(33.3333333333% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-4-0 {
margin: 0px;
}
.ug.ug-3xl-4-0 > * {
margin: 0px;
width: 25%;
flex: 0 1 calc(25% - 0px);
max-width: calc(25% - 0px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-1-15 {
margin: -15px;
}
.ug.ug-3xl-1-15 > * {
margin: 15px;
width: 100%;
flex: 0 1 calc(100% - 30px);
max-width: calc(100% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-2-15 {
margin: -15px;
}
.ug.ug-3xl-2-15 > * {
margin: 15px;
width: 50%;
flex: 0 1 calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-3-15 {
margin: -15px;
}
.ug.ug-3xl-3-15 > * {
margin: 15px;
width: 33.3333333333%;
flex: 0 1 calc(33.3333333333% - 30px);
max-width: calc(33.3333333333% - 30px);
}
}
@media (min-width: 1900px) {
.ug.ug-3xl-4-15 {
margin: -15px;
}
.ug.ug-3xl-4-15 > * {
margin: 15px;
width: 25%;
flex: 0 1 calc(25% - 30px);
max-width: calc(25% - 30px);
}
}
.ug > * {
float: left;
} .ug {
margin-top: 0 !important;
} .page-section .container-fluid [class*=col-] .ug {
margin-left: -15px;
margin-right: -15px;
}
@keyframes gallery-group-reveal {
0% {
opacity: 0;
max-height: 0;
}
100% {
opacity: 1;
}
}
@keyframes gallery-image-reveal {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.gallery-image {
cursor: pointer;
animation: gallery-image-reveal linear 150ms;
width: 20%;
box-sizing: border-box;
float: left;
align-self: center;
}
@media (min-width: 992px) {
.gallery-image {
width: 12.5%;
}
}
.gallery-group {
margin-bottom: 1px;
background-color: #fff;
}
.gallery-group .group-title {
background-color: #fff;
margin: 0;
padding: 15px 20px;
-webkit-transition: background-color ease-in-out 150ms;
-moz-transition: background-color ease-in-out 150ms;
-o-transition: background-color ease-in-out 150ms;
-ms-transition: background-color ease-in-out 150ms;
-khtml-transition: background-color ease-in-out 150ms;
transition: background-color ease-in-out 150ms;
cursor: pointer;
}
.gallery-group .group-title:before {
content: "\f107";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-right: 10px;
}
.gallery-group .group-title:hover {
background-color: white;
color: #d0021b;
}
.gallery-group .group-title:active {
background-color: #fafafa;
}
.gallery-group .gallery-group-description p {
margin-top: 0;
}
.gallery-group .content {
display: none;
padding: 0 15px 15px 15px;
}
.gallery-group .content:after {
display: block;
content: "";
clear: both;
}
.gallery-group.active {
margin-left: 0px;
margin-right: 0px;
}
.gallery-group.active .group-title {
color: #d0021b;
}
.gallery-group.active .group-title:before {
content: "\f106";
}
.gallery-group.active .content {
display: block;
animation: gallery-group-reveal linear 400ms;
}
.gallery-control {
background-color: #efefef;
position: absolute;
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
z-index: 10;
cursor: pointer;
-webkit-transition: background-color ease 100ms;
-moz-transition: background-color ease 100ms;
-o-transition: background-color ease 100ms;
-ms-transition: background-color ease 100ms;
-khtml-transition: background-color ease 100ms;
transition: background-color ease 100ms;
color: #d0021b;
}
.gallery-control:hover {
background-color: #fcfcfc;
}
.gallery-control:active {
background-color: #e2e2e2;
}
.gallery-control.control-next {
right: 1rem;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
transform: translateY(-50%);
}
.gallery-control.control-prev {
left: 1rem;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
transform: translateY(-50%);
}
.gallery-control.control-close {
right: 1rem;
top: 1rem;
}
.gallery-control.control-caption {
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}
.gallery-control.control-caption.active {
animation: gallery-group-reveal ease-out 250ms;
display: block;
}
.gallery-overlay {
background-color: rgba(220, 220, 220, 0.95);
position: fixed;
z-index: 20;
left: 0;
top: 0;
display: none;
height: 100%;
width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gallery-overlay.active {
display: block;
}
.gallery-overlay .content {
text-align: center;
height: 100%;
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
display: -ms-flexbox;
-ms-flex-align: center;
-ms-flex-pack: center;
}
.gallery-overlay .content img,
.gallery-overlay .content .gallery-image {
animation: gallery-image-reveal linear 0.3s;
border: 5px solid #fff;
max-height: calc(100% - 40px);
max-width: calc(100% - 40px);
flex-shrink: 0;
flex-grow: 0;
}
.gallery .gallery-image {
transition: all ease 200ms;
}
.gallery .gallery-image:hover {
transform: scale(1.05);
}    nav.main {
line-height: 1;
text-align: center;
overflow: hidden;
background-color: #000000;
}
nav.main ul.menu > li > a {
font-weight: 600;
font-size: 1.8rem;
}
@media (min-width: 992px) {
nav.main ul.menu > li > a {
font-size: 0.8rem;
}
}
nav.main ul.menu > li.current-menu-item > a {
color: #d0021b;
}
nav.main .sub-menu {
z-index: 10;
}
nav.main li {
position: relative;
}
@media (min-width: 992px) {
nav.main { overflow: visible;
}
}
nav.main ul {
background-color: transparent;
font-size: 1.2rem;
transition: max-height ease-out 300ms;
padding: 0;
}
@media (min-width: 992px) {
nav.main ul {
float: right;
}
}
nav.main ul.active {
display: block;
animation: menu-fade ease-out 300ms;
background-color: rgba(0, 0, 0, 0.05);
}
nav.main ul li {
list-style: none;
}
nav.main ul a {
text-decoration: none;
position: relative;
color: #ffffff;
}
nav.main ul li.menu-item-has-children {
position: relative;
}
@media (max-width: 991px) {
nav.main ul li.menu-item-has-children.submenu-active .submenu-toggle {
transform: rotate(180deg);
}
}
@media (min-width: 992px) {
nav.main ul li.menu-item-has-children:hover .submenu-toggle {
transform: rotate(180deg);
}
}
nav.main ul li.menu-item-has-children > a {
padding-right: calc(1.75rem + 15px);
}
nav.main ul li.menu-item-has-children > a .submenu-toggle {
transition: transform 300ms ease;
width: 3rem;
position: absolute;
top: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
nav.main ul li.menu-item-has-children > a .submenu-toggle:after {
content: "";
display: block;
width: 12px;
height: 12px;
background-image: url(//motorumble.ch/wp-content/themes/motorumble.ch/res/icons/toggle-submenu.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
nav.main > ul {
background-color: transparent;
margin: 0;
padding: 0;
display: flex;
flex-flow: column;
}
@media (min-width: 992px) {
nav.main > ul {
flex-flow: row;
}
}
nav.main > ul > li a {
white-space: nowrap;
padding: 15px 20px;
display: block;
}
@media (min-width: 992px) {
nav.main > ul > li a {
padding: 1rem;
}
}
nav.main > ul > li:hover > a {
color: #d0021b;
}
@media (min-width: 992px) {
nav.main > ul > li:hover > ul {
animation: menu-anim 250ms;
}
}
@media (min-width: 992px) {
nav.main > ul > li > ul {
text-align: left;
background-color: #000;
box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.15);
min-width: 250px;
padding: 1rem 2rem;
left: 0;
position: absolute;
font-size: 0.85rem;
}
nav.main > ul > li > ul a {
color: #fff;
}
nav.main > ul > li > ul .current-menu-item > a {
font-weight: 600;
}
nav.main > ul > li > ul > li + li {
border-top: 1px solid #fff;
}
nav.main > ul > li > ul > li:hover > a {
font-weight: 600;
}
nav.main > ul > li > ul > li > a {
padding: 1rem 0;
}
} @keyframes submenu {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
nav.main ul ul {
display: none;
}
@media (max-width: 991px) {
nav.main ul .submenu-active ul {
display: block;
animation: submenu 300ms forwards;
}
}
@media (min-width: 992px) {
nav.main ul li:hover > ul {
display: block;
animation: submenu 300ms forwards;
}
} .nav-wrapper.style-center {
display: inline-block;
}
@media (min-width: 992px) {
header.main.style-center .nav-toggle-container {
display: inline-block;
vertical-align: top;
float: none;
}
}
@media (min-width: 992px) {
header.main .responsive-menu {
float: right;
}
}      .header-row {
position: relative;        }
.header-row:after {
content: "";
display: table;
clear: both;
*zoom: 1;
}
.header-row .partial, .header-row [class^=partial] {
width: 100%;
position: relative;
display: table;
}
.header-row .v-center {
vertical-align: middle;
height: inherit;
display: table-cell;
}
.header-row .partial-xs-left {
text-align: left;
}
.header-row .partial-xs-center {
text-align: center;
}
.header-row .partial-xs-right {
text-align: right;
}
.header-row .partial-xs-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-xs-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-xs-3 {
width: 25%;
float: left;
}
.header-row .partial-xs-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-xs-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-xs-6 {
width: 50%;
float: left;
}
.header-row .partial-xs-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-xs-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-xs-9 {
width: 75%;
float: left;
}
.header-row .partial-xs-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-xs-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-xs-12 {
width: 100%;
float: left;
}
@media (min-width: 768px) {
.header-row .partial-sm-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-sm-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-sm-3 {
width: 25%;
float: left;
}
.header-row .partial-sm-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-sm-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-sm-6 {
width: 50%;
float: left;
}
.header-row .partial-sm-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-sm-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-sm-9 {
width: 75%;
float: left;
}
.header-row .partial-sm-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-sm-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-sm-12 {
width: 100%;
float: left;
}
.header-row .partial-sm-left {
text-align: left;
}
.header-row .partial-sm-center {
text-align: center;
}
.header-row .partial-sm-right {
text-align: right;
}
}
@media (min-width: 992px) {
.header-row {  }
.header-row .partial-md-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-md-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-md-3 {
width: 25%;
float: left;
}
.header-row .partial-md-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-md-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-md-6 {
width: 50%;
float: left;
}
.header-row .partial-md-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-md-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-md-9 {
width: 75%;
float: left;
}
.header-row .partial-md-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-md-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-md-12 {
width: 100%;
float: left;
}
.header-row .partial-md-left {
text-align: left;
}
.header-row .partial-md-center {
text-align: center;
}
.header-row .partial-md-right {
text-align: right;
}
}
@media (min-width: 1170px) {
.header-row .partial-lg-1 {
width: 8.3333333333%;
float: left;
}
.header-row .partial-lg-2 {
width: 16.6666666667%;
float: left;
}
.header-row .partial-lg-3 {
width: 25%;
float: left;
}
.header-row .partial-lg-4 {
width: 33.3333333333%;
float: left;
}
.header-row .partial-lg-5 {
width: 41.6666666667%;
float: left;
}
.header-row .partial-lg-6 {
width: 50%;
float: left;
}
.header-row .partial-lg-7 {
width: 58.3333333333%;
float: left;
}
.header-row .partial-lg-8 {
width: 66.6666666667%;
float: left;
}
.header-row .partial-lg-9 {
width: 75%;
float: left;
}
.header-row .partial-lg-10 {
width: 83.3333333333%;
float: left;
}
.header-row .partial-lg-11 {
width: 91.6666666667%;
float: left;
}
.header-row .partial-lg-12 {
width: 100%;
float: left;
}
.header-row .partial-lg-left {
text-align: left;
}
.header-row .partial-lg-center {
text-align: center;
}
.header-row .partial-lg-right {
text-align: right;
}
}         header.main {
display: flex;
justify-content: space-between;
min-height: 75px;
background-color: #000000;
}
@media (max-width: 768px) {
header.main .container {
width: 100%;
}
}
header.main .logo img {
max-height: 55px;
margin: 0.5rem 0;
padding: 0.5rem 0;
}
@media (min-width: 1200px) {
header.main .logo img {
max-height: 70px;
}
}
header.main .social-media {
display: inline-flex;
flex-flow: row;
margin: 0 1rem 1rem auto;
align-items: center;
}
@media (min-width: 992px) {
header.main .social-media {
margin: 0 0 0 2rem;
}
}
header.main .social-media .social-media-button {
transition: transform ease 250ms;
}
header.main .social-media .social-media-button:hover {
transform: scale(1.1);
}
header.main .social-media .social-media-button img {
width: 30px;
height: auto;
}
header.main .social-media .social-media-button + .social-media-button {
margin-left: 0.5rem;
}
@media (min-width: 992px) {
header.main {
justify-content: flex-start;
min-height: 100px;
}
}
@media print {
header.main {
display: none;
}
}
header.main > *:not(script) {
display: flex;
flex-flow: row;
align-items: center;
justify-content: flex-start;
}
header.main .search-button {
display: flex;
align-items: center;
margin-left: 1.5rem;
padding: 1rem;
justify-content: center;
cursor: pointer;
border-radius: 50%;
transition: all 300ms ease;
user-select: none;
}
header.main .search-button:hover {
background-color: #f4f4f4;
}
header.main .search-button:active {
background-color: #eaeaea;
}
header.main nav.main {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
@media (min-width: 992px) {
header.main nav.main {
margin: 0 -1rem 0 1.2rem;
}
}
.header-wrap {
position: relative;
z-index: 15;
display: flex;
flex-flow: column;
}
.header-wrap.search-mode {
display: flex;
}
.header-wrap.search-mode .search-form {
height: 100%;
z-index: 30;
align-items: center;
width: 100%;
position: fixed;
top: 0;
display: flex;
}
@keyframes search-form {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.header-wrap .search-form {
background-color: rgba(25, 25, 25, 0.84);
height: 100%;
margin: 0;
padding: 0;
display: none;
animation: search-form 300ms;
}
.header-wrap .search-form .icon-wrap {
display: flex;
align-items: center;
justify-content: center;
width: 65px;
}
.header-wrap .search-form .loader {
display: none;
}
.header-wrap .search-form .anti-loader {
display: block;
}
.header-wrap .search-form.searching .loader {
display: block;
}
.header-wrap .search-form.searching .anti-loader {
display: none;
}
.header-wrap .search-form .content {
display: flex;
align-items: center;
flex-flow: column;
max-width: 620px;
}
@media (min-width: 768px) {
.header-wrap .search-form .content {
flex-flow: row;
align-items: stretch;
}
}
.header-wrap .search-form .content .input-wrap {
display: flex;
width: 100%;
background-color: #fff;
border-top: 1px solid #f4f4f4;
border-left: 1px solid #f4f4f4;
border-right: 1px solid #f4f4f4;
}
.header-wrap .search-form .content input[type=submit] {
margin-top: 1rem;
margin-left: 0;
width: 100%;
height: 100%;
font-size: 1rem;
}
@media (min-width: 768px) {
.header-wrap .search-form .content input[type=submit] {
margin-left: 2rem;
height: auto;
margin-top: 0;
width: auto;
min-width: 7rem;
}
}
.header-wrap .search-form .content .main-search {
font-size: 1rem;
box-sizing: border-box;
padding: 20px;
border: none;
height: 100%;
width: 100%;
}
.header-wrap .search-form .content .main-search:focus {
outline: none;
} header.main .menu-button {
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 50%;
font-size: 25px;
color: #ffffff;
}
header.main .menu-button:active, header.main .menu-button:hover {
background-color: rgba(239, 239, 239, 0.22);
}
header.main .toggle-button {
float: right;
justify-self: flex-end;
transition: scale ease 300ms;
margin-left: auto; }
@media (min-width: 992px) {
header.main .toggle-button {
display: none;
margin-top: 0;
}
}
header.main .toggle-container {
display: none;
margin-left: auto;
}
@media (min-width: 992px) {
header.main .toggle-container {
display: flex;
}
}
header.main .toggle-container .controls {
display: none;
width: 100%;
justify-content: space-between;
flex-shrink: 0;
background-color: #000000;
}
header.main .toggle-container .close-button {
margin: 15px 15px 15px auto;
top: 0;
right: 0;
color: #000;
}
@media (min-width: 992px) {
header.main .toggle-container .close-button {
display: none;
}
}
header.main .toggle-container .mob-search-button {
margin: 15px auto 15px 15px;
}
header.main .toggle-container.toggled {
letter-spacing: 1.5px;
animation: toggle-container-toggle 300ms forwards;
background-color: #000;
font-size: 1.9rem;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
-ms-overflow-style: -ms-autohiding-scrollbar;
z-index: 35;
height: 100%;
display: flex;
flex-flow: column;
}
@keyframes toggle-container-toggle {
0% {
opacity: 0;
transform: scale(0.95);
}
100% {
opacity: 1;
transform: scale(1);
}
}
@media (min-width: 992px) {
header.main .toggle-container.toggled {
background-color: transparent;
}
}
header.main .toggle-container.toggled .controls {
display: flex;
position: absolute;
}
header.main .toggle-container.toggled nav.main {
overflow-y: scroll;
}
header.main .toggle-container.toggled.animated li {
opacity: 0;
animation: menu-li 600ms forwards;
}
@keyframes menu-li {
from {
opacity: 0;
transform: translateX(-15px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@media (min-width: 992px) {
header.main .toggle-container.toggled {
position: static;
}
}
:root,
body {
font-family: "Source Sans Pro", sans-serif;
font-size: 14px;
}
@media (min-width: 768px) {
:root,
body {
font-size: 15px;
}
}
@media (min-width: 992px) {
:root,
body {
font-size: 16px;
}
}
@media (min-width: 1200px) {
:root,
body {
font-size: 17px;
}
}
@media (min-width: 1400px) {
:root,
body {
font-size: 18px;
}
}
@media (min-width: 1600px) {
:root,
body {
font-size: 19px;
}
}
@media (min-width: 1900px) {
:root,
body {
font-size: 20px;
}
}
h1 {
font-size: 2rem;
line-height: 2.3rem;
}
@media (min-width: 992px) {
h1 {
line-height: 1.42857143;
}
}
h2 {
font-size: 1.5rem;
line-height: 1.8rem;
}
@media (min-width: 992px) {
h2 {
line-height: 1.42857143;
}
}
h3 {
font-size: 1rem;
}
@keyframes gdpr-notice-reveal {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
}
.gdpr.sticky-notice {
z-index: 15;
display: none;
background-color: #fff;
box-shadow: 0 0 80px rgba(0, 0, 0, 0.38);
position: fixed;
bottom: 1rem;
right: 1rem;
left: 1rem;
align-items: center;
justify-content: space-between;
flex-flow: column;
padding: 1rem;
border-radius: 5px;
font-size: 0.9rem;
box-sizing: border-box;
flex-flow: column;
}
.gdpr.sticky-notice p {
max-width: 100%;
}
@media (max-width: 571px) {
.gdpr.sticky-notice .button {
margin-top: 15px;
width: 100%;
text-align: center;
margin-left: 0;
}
}
@media (min-width: 572px) {
.gdpr.sticky-notice {
max-width: 350px;
left: auto;
padding: 1.5rem;
}
}
@media (min-width: 992px) {
.gdpr.sticky-notice {
font-size: 0.8rem;
max-width: 400px;
}
}
.gdpr.sticky-notice .button {
margin-top: 1rem;
padding: 9px 20px;
cursor: pointer;
line-height: 1.4rem;
width: 100%;
text-align: center;
}
.gdpr.sticky-notice .button:after {
padding-left: 10px;
margin-left: auto;
}
.gdpr.sticky-notice p {
margin: 0;
}
.gdpr.sticky-notice.not-seen {
display: flex;
animation: gdpr-notice-reveal ease 800ms forwards;
} .ug img {
align-self: center;
} .ug.image-grid img {
align-self: center;
}
.recent-posts {
--columns: 1;
container-type: inline-size;
}
.recent-posts .layout {
display: grid;
grid-template-columns: repeat(var(--columns), 1fr);
grid-gap: clamp(25px, 2.0833333333vw, 40px);
}
@container (min-width: 650px) {
.recent-posts .layout {
--columns: 2;
}
}
@container (min-width: 900px) {
.recent-posts .layout {
--columns: 3;
}
}
.recent-posts .layout a.post {
color: #222222;
display: flex;
width: 100%;
}
.recent-posts .layout a.post article {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.recent-posts .layout a.post .post-image {
background-color: #efefef;
aspect-ratio: 1.4290909091;
position: relative;
width: 100%;
}
.recent-posts .layout a.post .post-image .hover-indicator {
opacity: 0;
transform: translate(-50%, -50%) scale(0.9) rotate(-10deg);
transition: opacity ease 300ms, transform ease 300ms;
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px) contrast(1.2);
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
}
.recent-posts .layout a.post .post-image .hover-indicator:after {
content: "";
aspect-ratio: 50/40;
width: 50px;
background-color: #d0021b;
mask-image: url(//motorumble.ch/wp-content/themes/motorumble.ch/res/icons/right-arrow-black.svg);
mask-size: contain;
mask-repeat: no-repeat;
}
.recent-posts .layout a.post .content-wrap {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.recent-posts .layout a.post .content-wrap .content {
flex-grow: 1;
}
.recent-posts .layout a.post .go-to-article {
display: inline-flex;
align-items: center;
gap: 1ch;
}
.recent-posts .layout a.post .go-to-article:before {
content: "";
display: inline-flex;
mask-image: url(//motorumble.ch/wp-content/themes/motorumble.ch/res/icons/right-arrow-black.svg);
mask-size: contain;
mask-repeat: no-repeat;
width: 25px;
height: 20px;
background-color: #d0021b;
}
.recent-posts .layout a.post .go-to-article .label {
transition: transform ease 200ms;
display: inline-flex;
font-weight: bold;
}
.recent-posts .layout a.post:hover .hover-indicator {
opacity: 1;
transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.recent-posts .layout a.post:hover .go-to-article .label {
color: #d0021b;
}
@media (min-width: 992px) {
article.single-post {
max-width: 75%;
}
}
@media (min-width: 1200px) {
article.single-post {
max-width: 60%;
}
}
@media (min-width: 1600px) {
article.single-post {
max-width: 50%;
}
}
article.single-post h1:first-child,
article.single-post h2:first-child,
article.single-post h3:first-child {
margin-top: 0;
}
article.single-post .blog-entry > p {
margin-bottom: 0;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.lds-ellipsis div {
position: absolute;
top: 27px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #d0021b;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(19px, 0);
}
}
.accordion + .accordion {
margin-top: 15px;
}
.accordion .accordion-heading {
font-weight: bold;
padding: 1rem;
display: flex;
align-items: center;
cursor: pointer;
justify-content: space-between;
color: #222222;
font-size: 1rem;
}
.accordion .accordion-heading:after {
content: "+";
font-size: 3rem;
line-height: 0;
margin-top: -0.7rem;
color: #d0021b;
display: inline-block;
float: right;
min-width: 25px;
text-align: right;
font-weight: 400;
}
@media (min-width: 992px) {
.accordion .accordion-heading {
padding: 1.5em;
}
}
.accordion .accordion-inner {
padding: 1rem;
display: none;
}
@media (min-width: 992px) {
.accordion .accordion-inner {
padding: 1.5em;
}
}
.accordion .accordion-inner:last-of-type {
position: relative;
top: -1px;
}
.accordion .accordion-inner > :first-child {
margin-top: 0;
}
.accordion .accordion-inner > :last-child {
margin-bottom: 0;
}
.accordion.accordion-open .accordion-heading:after {
content: "-";
}
.accordion:last-child {
margin-bottom: 1em;
}
.page-section.style-default .accordion {
background-color: #f6f7f8;
}
.page-section.style-default .accordion .accordion-heading {
border-bottom: 3px solid #fff;
}
.page-section.style-light .accordion {
background-color: #fff;
}
.page-section.style-light .accordion .accordion-heading {
border-bottom: 3px solid #f6f7f8;
}
.content-box {
background-color: #fff;
display: flex;
position: relative;
transition: all ease 300ms;
transition-property: box-shadow, transform;
justify-content: stretch;
color: #222222;
}
.content-box img {
align-self: center;
}
.content-box .img-wrap {
display: block;
flex-shrink: 0;
}
.content-box .img-wrap img {
width: 100%;
}
.content-box .content-wrap {
display: flex;
flex-flow: column;
justify-content: space-between;
padding: 2rem 0;
width: 100%;
flex-grow: 1;
height: auto;
}
.content-box .content-wrap .content {
display: flex;
flex-flow: column;
height: 100%;
width: 100%;
}
.content-box .content-wrap p a {
color: #d0021b;
}
.content-box .button.style-arrow {
margin-top: auto !important;
}
.content-box .next-icon {
margin-left: 20px;
}
.content-box.type-imgtop, .content-box.type-imgtop-button {
flex-flow: column;
}
.content-box.type-imgtop .content-wrap h1,
.content-box.type-imgtop .content-wrap h2,
.content-box.type-imgtop .content-wrap h3,
.content-box.type-imgtop .content-wrap h4, .content-box.type-imgtop-button .content-wrap h1,
.content-box.type-imgtop-button .content-wrap h2,
.content-box.type-imgtop-button .content-wrap h3,
.content-box.type-imgtop-button .content-wrap h4 {
margin-bottom: 0;
}
.content-box.type-imgtop .content-wrap *:last-child.button-group, .content-box.type-imgtop-button .content-wrap *:last-child.button-group {
margin-top: auto;
}
.content-box.type-imgtop-button:hover .img-wrap img, .content-box.type-imgtop-button:active .img-wrap img, .content-box.type-imgtop-button:focus .img-wrap img {
transform: none;
}
.content-box.type-imgtop-button:hover .content-wrap, .content-box.type-imgtop-button:active .content-wrap, .content-box.type-imgtop-button:focus .content-wrap {
color: #222222;
}
.content-box.type-imgtop-button .content-wrap {
flex-flow: row;
align-items: center;
padding-top: 10px;
}
.content-box.type-noimg .content-wrap {
padding: 3rem;
}
.content-box.type-labeled-img {
flex-flow: column;
position: relative;
background-color: transparent;
}
.content-box.type-labeled-img .content-wrap {
transition: all ease 300ms;
padding: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.25);
}
.content-box.type-labeled-img .content-wrap .content {
display: flex;
align-items: center;
justify-content: center;
}
.content-box.type-labeled-img .content-wrap .content p,
.content-box.type-labeled-img .content-wrap .content h1,
.content-box.type-labeled-img .content-wrap .content h2,
.content-box.type-labeled-img .content-wrap .content h3,
.content-box.type-labeled-img .content-wrap .content h4 {
font-weight: 700;
font-size: 1.5rem;
}
.content-box.type-labeled-img:hover {
transform: none;
}
.content-box.type-labeled-img:hover .content-wrap {
background-color: rgba(0, 0, 0, 0.35);
}
.content-box.type-imgleft {
flex-flow: column;
align-items: center;
}
@media (min-width: 768px) {
.content-box.type-imgleft {
flex-flow: row;
}
}
.content-box.type-imgleft .img-wrap {
padding: 1rem;
}
.content-box.type-imgleft .content-wrap {
border-left: 2px solid #f4f4f4;
} [class*=col-] > .content-box + .content-box {
margin-top: 1.5rem;
}
a.content-box .img-wrap {
overflow: hidden;
}
a.content-box .img-wrap img {
transition: all ease 275ms;
}
a.content-box:hover img {
transform: scale(1.025);
}
.content-boxstyle-default {
background-color: #fff;
color: #222222;
}
.content-box.style-light {
background-color: #f4f4f4;
color: #222222;
box-shadow: 0 1rem 1.4rem -1rem rgba(195, 195, 195, 0.16);
}
.content-box.style-custom {
background-color: #d0021b;
color: #ffffff;
}
.content-box.style-custom a:not(.button) {
color: #222222;
}
.content-box.style-custom a:not(.button):hover {
color: #060001;
}
.content-box.style-custom .button {
border-color: #ffffff;
}
.content-box.style-dark {
background-color: #222222;
color: #ffffff;
}
.content-box.style-dark .content-wrap {
color: #ffffff;
} .page-section.style-primary .content-box:not([class*=style-]) {
background-color: #ffffff;
}
.page-section.style-primary .content-box.style-custom {
background-color: #d0021b;
box-shadow: 0 0 4rem -1rem rgba(0, 0, 0, 0.46);
}
.page-section.style-default .content-box:not([class*=style-]) {
background-color: #f4f4f4;
}
.page-section.style-light .content-box:not([class*=style-]) {
background-color: #ffffff;
}
.page-section.style-light .content-box.type-imgtop .content-wrap,
.page-section.style-light .content-box.type-imgtop-button .content-wrap {
padding: 1rem;
}
.page-section.style-light .content-box.style-light {
box-shadow: 0 0 4rem -1rem rgba(0, 0, 0, 0.21);
}
.vanilla-swiper {
position: relative;
}
.vanilla-swiper .button-wrapper {
z-index: 10;
position: absolute;
pointer-events: none;
display: flex;
width: auto;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
}
.vanilla-swiper .button-wrapper > *:last-child {
margin-left: auto;
}
.vanilla-swiper .custom-button {
pointer-events: all;
height: 2.5rem;
width: 2.5rem;
border-radius: 50%;
background-color: #fff;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
transition: all ease 120ms;
z-index: 5;
align-items: center;
justify-content: center;
cursor: pointer;
display: flex;
opacity: 1;
user-select: none;
}
.vanilla-swiper .custom-button:hover {
transform: scale(1.05);
}
.vanilla-swiper .custom-button:active {
transform: scale(0.95);
background-color: #f1f1f1;
}
.vanilla-swiper .swiper-container .swiper-wrapper .align-middle {
display: flex;
justify-content: center;
align-items: center;
}
.vanilla-swiper .swiper-container .swiper-wrapper .align-left {
display: flex;
justify-content: flex-start;
align-items: center;
}
.vanilla-swiper .swiper-container .swiper-pagination {
position: static;
height: 3rem;
display: flex;
align-items: flex-end;
justify-content: center;
}
.vanilla-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
background-color: #d0021b;
}
.vanilla-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0.7rem;
}
.page-section + .tabs-container {
margin-top: -2.5rem;
}
@media (min-width: 992px) {
.page-section + .tabs-container {
margin-top: -3.5rem;
}
}
@media (min-width: 1400px) {
.page-section + .tabs-container {
margin-top: -5rem;
}
}
.tabs-container:not(.slider-integrated) > .container {
margin-bottom: -2px;
}
.tabs-container:not(.slider-integrated) .page-section {
padding-top: 2rem;
}
.tabs-container:not(.slider-integrated) .tabs-nav {
align-items: stretch;
flex-grow: 1;
position: relative;
}
.tabs-container:not(.slider-integrated) .tabs-nav:not(.is-mobile) ul {
flex-flow: row;
}
.tabs-container:not(.slider-integrated) .tabs-nav:not(.is-mobile) ul li {
display: flex;
justify-content: center;
}
.tabs-container:not(.slider-integrated) .tabs-nav:not(.is-mobile) ul li + li {
margin-left: 2rem;
}
.tabs-container:not(.slider-integrated) .tabs-nav.is-mobile.active ul {
background-color: #ffffff;
}
.tabs-container:not(.slider-integrated) .tabs-nav.is-mobile.active ul li {
border: none;
padding: 0.6rem 0 0.6rem 1rem;
}
.tabs-container:not(.slider-integrated) .tabs-nav.active ul {
position: absolute;
background-color: #fff;
z-index: 10;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.tabs-container:not(.slider-integrated) .tabs-nav.active li {
display: flex;
}
.tabs-container:not(.slider-integrated) .tabs-nav.is-mobile:not(.active) li.active:before {
margin-right: 1rem;
content: "";
display: block;
width: 12px;
height: 12px;
background-image: url(//motorumble.ch/wp-content/themes/motorumble.ch/res/icons/toggle-submenu-black.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul {
display: flex;
margin: 0;
padding: 0;
width: 100%;
justify-content: stretch;
flex-flow: column;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul li {
flex-shrink: 0;
border-bottom: 2px solid transparent;
box-sizing: border-box;
display: none;
align-items: center;
white-space: nowrap;
color: rgba(34, 34, 34, 0.6);
list-style: none;
padding: 0.1rem 0;
text-align: center;
font-weight: 400;
z-index: 10;
cursor: pointer;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul li.active, .tabs-container:not(.slider-integrated) .tabs-nav ul li:hover {
border-bottom: 2px solid #000;
color: #222222;
}
.tabs-container:not(.slider-integrated) .tabs-nav ul li.active {
display: flex;
}
.tabs-container:not(.slider-integrated) .swiper-pagination-bullets {
display: none;
}
.timeline {
margin-top: 20px !important;
position: relative;
}
.timeline:before {
background: #d8d8d8;
content: "";
position: absolute;
top: 0;
height: 100%;
width: 4px;
margin-left: -2px;
left: 20px;
}
@media (min-width: 992px) {
.timeline:before {
left: 50%;
}
}
.timeline .ug-item {
flex: 1 1 auto;
-ms-flex: 1 1 auto;
position: relative;
max-width: 100%;
padding-left: 25px; }
@media (min-width: 992px) {
.timeline .ug-item {
padding: 0;
}
}
.timeline .ug-item .content {
position: relative;
background-color: #f4f4f4;
color: #222222;
padding: 40px;
}
.timeline .ug-item:before {
border-radius: 50%;
content: "";
display: block;
width: 16px;
height: 16px;
background-color: #d0021b;
position: absolute;
left: -3px;
top: 15px;
}
@media (min-width: 992px) {
.timeline .ug-item:before {
right: 26px;
transform: translateX(-50%);
transition: transform ease-in-out 150ms;
transform-origin: 0 50%;
top: 15px;
left: 50%;
}
}
@media (min-width: 992px) {
.timeline .ug-item .content {
margin-right: 53%;
}
}
.timeline .ug-item .content:after {
content: "";
border-style: solid;
position: absolute;
height: 0;
width: 0;
clear: both;
border-width: 10px 12px 10px 0;
border-color: rgba(0, 0, 0, 0) #f4f4f4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
top: 12px;
left: -12px;
}
@media (min-width: 992px) {
.timeline .ug-item .content:after {
border-width: 10px 0 10px 12px;
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f4f4f4;
left: auto;
right: -12px;
}
}
.timeline .ug-item .content > *:first-child {
margin-top: 0;
}
.timeline .ug-item .content > *:last-child {
margin-bottom: 0;
}
.timeline .ug-item:nth-child(even):before {
border-radius: 50%;
content: "";
display: block;
width: 16px;
height: 16px;
background-color: #d0021b;
position: absolute;
left: -3px;
top: 15px;
}
@media (min-width: 992px) {
.timeline .ug-item:nth-child(even):before {
transform: translateX(-50%);
transform-origin: 0 50%;
top: 15px;
left: 50%;
}
}
@media (min-width: 992px) {
.timeline .ug-item:nth-child(even) .content {
margin-right: 0;
margin-left: 53%;
}
}
.timeline .ug-item:nth-child(even) .content:after {
content: "";
border-style: solid;
position: absolute;
height: 0;
width: 0;
clear: both;
border-width: 10px 12px 10px 0;
border-color: rgba(0, 0, 0, 0) #f4f4f4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
top: 12px;
left: -12px;
}
.page-section.style-light .timeline .ug-item .content {
background-color: #fff;
}
.page-section.style-light .timeline .ug-item:nth-child(even) .content:after {
border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.page-section.style-light .timeline .ug-item:nth-child(odd) .content:after {
border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
.page-section.style-light .timeline .ug-item:nth-child(odd) .content:after {
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
}
.slider-integrated .swiper-button-next,
.slider-integrated .swiper-button-prev {
display: none;
}
.slider-integrated .container {
max-width: 100%;
}
.slider-integrated .swiper-container {
border-top: none;
min-height: 400px;
height: 35vw !important;
max-height: 900px;
}
.slider-integrated .swiper-container .swiper-slide {
display: flex;
align-items: center;
color: #ffffff;
}
.slider-integrated .swiper-container .swiper-image-mobile {
width: 100%;
height: max(60vw, 250px);
background-size: auto 100%;
background-position: 75%;
}
@media (min-width: 768px) {
.slider-integrated .swiper-container .swiper-image-mobile {
display: none;
}
}
@media (max-width: 767px) {
.slider-integrated[data-mobile-list=true] .swiper-container {
height: auto !important;
max-height: none;
}
.slider-integrated[data-mobile-list=true] .swiper-slide {
display: block;
background-image: none !important;
padding-bottom: 70px;
}
}
.slider-integrated .slide {
background-size: cover;
background-position: center;
}
.slider-integrated .swiper-pagination-bullets {
text-align: left;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet {
height: 1rem;
width: 1rem;
transition: all ease 250ms;
background-color: #d8d8d8;
opacity: 1;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #d0021b;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet:hover {
opacity: 1;
}
.slider-integrated .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0.7rem;
}
.promo-slider {
--pagination-height: 1em;
--pagination-bottom: clamp(25px, 2.6vw, 50px);  }
.promo-slider .swiper-button-next,
.promo-slider .swiper-button-prev {
display: none;
}
.promo-slider .container {
max-width: 100%;
}
.promo-slider .swiper-container {
border-top: none;
}
.promo-slider .swiper-container .swiper-slide {
display: flex;
align-items: center;
}
.promo-slider .slide {
background-size: cover;
background-position: right center;
display: flex;
flex-direction: column;
}
.promo-slider .slide .mobile {
display: block;
}
@media (min-width: 992px) {
.promo-slider .slide .mobile {
display: none;
}
}
.promo-slider .slide .desktop {
display: none;
}
@media (min-width: 992px) {
.promo-slider .slide .desktop {
display: block;
}
}
.promo-slider .slide .image {
width: 100%;
}
.promo-slider .slide .content {
--padding: clamp(25px, 2.6vw, 50px);
margin-bottom: calc(var(--pagination-height) + var(--pagination-bottom));
padding-top: var(--padding);
padding-bottom: var(--padding);
}
.promo-slider .slide .content > :first-child {
margin-top: 0;
}
.promo-slider .slide .content > :last-child {
margin-bottom: 0;
}
.promo-slider .swiper-pagination-bullets {
text-align: left;
line-height: var(--pagination-height);
bottom: var(--pagination-bottom);
}
.promo-slider .swiper-pagination-bullets .swiper-pagination-bullet {
height: var(--pagination-height);
width: var(--pagination-height);
transition: all ease 250ms;
background-color: black;
opacity: 1;
outline: 3px solid rgba(255, 255, 255, 0.5);
}
.promo-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #d0021b;
}
.promo-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
opacity: 1;
}
.promo-slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: 0.7rem;
}
@keyframes popup-wrap-reveal {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.popup-wrap {
display: none;
background-color: rgba(55, 55, 55, 0.74);
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 30;
align-items: center;
justify-content: center;
}
.popup-wrap.active {
display: flex;
animation: popup-wrap-reveal ease 200ms forwards;
}
.popup-window {
background-color: #ffffff;
box-shadow: 0 0 24px rgba(0, 0, 0, 0.29);
max-width: 800px;
max-height: calc(100vh - 2rem);
margin: 1rem 2rem;
display: flex;
flex-flow: column;
justify-content: stretch;
}
.popup-window .heading {
display: flex;
border-bottom: 2px solid #efefef;
}
.popup-window .heading .title {
margin: 0.5rem 1rem;
}
.popup-window .content {
overflow-y: scroll;
flex-grow: 1;
padding: 1rem;
}
.popup-window .popup-button {
display: flex;
align-items: center;
justify-content: center;
width: 3rem;
border-left: 2px solid #efefef;
cursor: pointer;
}
.popup-window .popup-button:hover {
background-color: #f4f4f4;
}
.popup-window .popup-button:active {
background-color: #f3f3f3;
}
.popup-window .popup-button.close-button {
margin-left: auto;
}
.popup-window .popup-button.close-button img {
width: 1.5rem;
}
body.admin-bar .popup-window {
max-height: calc(100vh - 2rem - 32px);
margin-top: calc(1rem + 32px);
} .wpcf7-response-output {
position: static !important;
margin-top: 1rem !important;
}
.file-download-wrap {
border-top: 2px solid #f4f4f4;
border-bottom: 2px solid #f4f4f4;
}
.file-download-wrap .file-download + .file-download {
border-top: 2px solid #f4f4f4;
}
.file-download-wrap .file-download:hover {
background-color: #f4f4f4;
}
.file-download-wrap .file-download .download-link {
display: flex;
align-items: center;
padding: 1rem 0;
font-weight: bold;
}
.file-download-wrap .file-download .download-link:before {
content: "";
display: inline-block;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(//motorumble.ch/wp-content/themes/motorumble.ch/res/icons/download.svg);
height: 32px;
width: 32px;
margin-right: 1rem;
margin-left: 1rem;
}
.page-section.style-light .file-download-wrap {
border-color: #e7e7e7;
}
.page-section.style-light .file-download {
border-top-color: #e7e7e7;
}
.page-section.style-light .file-download:hover .download-link {
background-color: #e7e7e7;
}
.page-section.style-primary .file-download-wrap {
border-color: #aa0216;
}
.page-section.style-primary .file-download {
border-top-color: #aa0216;
}
.page-section.style-primary .file-download .download-link {
color: #ffffff;
}
.page-section.style-primary .file-download:hover .download-link {
background-color: #aa0216;
}
.social-media-icons-wrapper {
padding: 1rem 0;
}
.social-media-icons-wrapper .social-media-icons {
display: flex;
align-items: center;
}
@media print {
.social-media-icons-wrapper .social-media-icons {
display: none;
}
}
.social-media-icons-wrapper .social-media-icons .icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
transition: all ease 300ms;
border-radius: 50%;
padding: 8px;
}
.social-media-icons-wrapper .social-media-icons .icon:hover {
background-color: #fe6d7f;
}
.social-media-icons-wrapper .social-media-icons .icon + .icon {
margin-left: 0.35rem;
}
.call-us-button {
background-color: #d0021b;
border-radius: 50%;
box-shadow: 0 0 20px rgba(97, 97, 97, 0.6);
height: 50px;
width: 50px;
display: flex;
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 1;
}
@media (min-width: 768px) {
.call-us-button {
display: none;
}
}
.call-us-button img {
padding: 25%;
}
.motorcycle,
.ebike {
display: flex;
flex-flow: column;
align-items: center;
}
@media (min-width: 768px) {
.motorcycle,
.ebike {
align-items: flex-start;
}
}
.motorcycle .img-wrap,
.ebike .img-wrap {
display: flex;
height: 100%;
}
.motorcycle .content-wrap,
.ebike .content-wrap {
margin-top: 0.5rem;
width: auto;
}
@media (min-width: 768px) {
.motorcycle .content-wrap,
.ebike .content-wrap {
width: 100%;
}
}
.motorcycle .content-wrap .content,
.ebike .content-wrap .content {
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: center;
}
@media (min-width: 768px) {
.motorcycle .content-wrap .content,
.ebike .content-wrap .content {
flex-flow: row;
}
}
.motorcycle .content-wrap .content .motorcycle-make,
.motorcycle .content-wrap .content .ebike-make,
.ebike .content-wrap .content .motorcycle-make,
.ebike .content-wrap .content .ebike-make {
margin-bottom: 1rem;
min-width: 100px;
font-weight: bold;
}
@media (min-width: 768px) {
.motorcycle .content-wrap .content .motorcycle-make,
.motorcycle .content-wrap .content .ebike-make,
.ebike .content-wrap .content .motorcycle-make,
.ebike .content-wrap .content .ebike-make {
margin-bottom: 0;
}
}
.motorcycle .content-wrap .content .button-group,
.ebike .content-wrap .content .button-group {
flex-wrap: nowrap;
}
.motorcycle .content-wrap .content .button-group .button,
.ebike .content-wrap .content .button-group .button {
padding: 0.8rem 0.8rem;
}
.ebike .img-wrap img {
min-width: 1px;
}
.ebike .button {
cursor: default;
pointer-events: none;
}
.ebike .button.available {
background-color: #159e1c;
}
.ebike .button.on-request {
background-color: #c6aa07;
}
.ebike .button.unavailable {
background-color: #d0021b;
}
.ebike .ebike-make {
color: #000000;
font-weight: 400 !important;
}
.ebike .ebike-make:hover {
color: #000000;
}
.ebike-single .availability {
font-weight: bold;
}
.ebike-single .availability.available {
color: #159e1c;
}
.ebike-single .availability.unavailable {
color: #d0021b;
}
.ebike-single .availability.on-request {
color: #c6aa07;
}
.ebike-single .price {
font-weight: bold;
}
.events-list .event {
background-color: #222 !important;
}
.events-list .event .img-wrap {
position: relative;
width: 100%;
padding: 0;
padding: 0;
}
@media (min-width: 768px) {
.events-list .event .img-wrap {
padding: 2rem;
width: 50%;
}
}
@media (min-width: 992px) {
.events-list .event .img-wrap {
padding: 0;
}
}
.events-list .event .img-wrap .completed-indicator {
position: absolute;
bottom: 0;
left: 0;
background-color: #d0021b;
color: #fff;
font-weight: bold;
padding: 1rem;
display: none;
}
@media (min-width: 768px) {
.events-list .event .img-wrap .completed-indicator {
bottom: 2rem;
left: 2rem;
}
}
@media (min-width: 992px) {
.events-list .event .img-wrap .completed-indicator {
bottom: 0;
left: 0;
}
}
.events-list .event .img-wrap .completed-indicator.active {
display: block;
}
.events-list .event .content-wrap {
border: none;
padding: 2rem;
}
.events-list .event .content-wrap .content {
display: block;
color: #fff;
}
.events-list .event .content-wrap .content .event-title {
font-weight: bold;
font-size: 1.3rem;
}