/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* ============================================
   Variables
============================================ */
:root {
	--content-width: 65rem;
	--black: #000000;
	--blue: rgb(0, 82, 135);
	--light-blue: rgb(0, 159, 227);
}

/* ============================================
   Global
============================================ */
html {
	font-size: 1vw !important;
}
.mv-hide {
	display: none !important;
}
.page .entry-featured {
	display: none !important;
	visibility: hidden;
}
.esg-grid  li.eg-mv-grid-skin-wrapper {
	background-color: transparent!important;
}
@media only screen and (max-width: 767px) {
	body .mv-column-count.x-text {
		column-count: 1 !important;
	}
}
/* ============================================
Cookie
============================================ */
.cookie-notice-visible .cookie-notice-container:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color: var(--blue);
	opacity: .9;
	bottom: 0;
	left: 0;
	z-index: -7;
}
.cookie-notice-container {
	padding: 2.5rem 2rem !important;
	z-index: 999!important;
	border-top: 2px solid var(--light-blue);
	border-bottom: 2px solid var(--light-blue);
}
.cookie-notice-container .cn-text-container {
	font-size: 1rem;
    letter-spacing: .01em;
}
.mv-cookie {
	background: var(--light-blue)!important;
}
/* ============================================
Typography
============================================ */
body:not(.single-mv_bikes) .x-section:not(.mv-section-intro-img):not(.mv-dark) h1,
body h2 {
	color: var(--blue) !important;
}
body h1,
body h2 {
	margin-bottom: .5rem !important;
	line-height: 1.3em !important;
	margin-top: 0;
}
body h1 {
	font-size: 3rem!important;
}
body h2 {
	font-size: 2.8rem!important;
}
body h3 {
	font-size: 2rem !important;
}
body h4 {
	font-size: 1.5rem !important;
}
body h5 {
	font-size: 1.3rem!important;
	margin-bottom: .5rem!important;
}
body h4, body h5, body h6, body .h4,body .h5,body .h6 {
	margin-top: .5rem !important;
}

body p,
body .x-text {
	font-size: 1rem !important;
	line-height:1.6em !important;
	letter-spacing: 0.07em!important;
}
body p:not(:last-child) {
	margin-bottom: .5rem;
}
.x-the-content.entry-content {
	padding: 3rem 0 !important;
}
.x-the-content.entry-content p {
	text-align: justify;
}
.x-text > :last-child {
	margin-bottom: 0 !important;
}
.page-id-56 h1 {
	color: transparent!important;
	pointer-events: none;
}
.page-id-56 .mv-section-intro-img .x-bg-layer-upper-color {
	display: none !important;
}
/* ============================================
   Buttons
============================================ */
.button,
input[type="submit"] {
    font-size: .9rem !important;
    line-height: 1.4em !important;
    letter-spacing: .2em !important;
    text-transform: uppercase !important;
    margin: 1rem .05rem 0 !important;
    padding: .5rem 1rem !important;
    display: inline-block;
    color: white !important;
    box-shadow: none !important;
    background-color: var(--blue) !important;
    border: 1px solid var(--blue) !important;
}
.button:hover,
input[type="submit"]:hover {
	background-color: var(--light-blue)!important;
}
.button .button_label {
	padding: 0;
}
/* ============================================
Sections, Rows, Columns
============================================ */
.entry-header {
    display: none !important;
}
.x-container.max,
.x-main .full,
.entry-wrap {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding:0;
    border-radius: 0;
    box-shadow: none
}
.entry-content {
    margin: 0;
    background-color: #fff;
}
.x-container.offset {
    margin: 0!important;
}
.x-section:not(.mv-row-fullwidth) > .x-row {
	max-width: var(--content-width) !important;
}
:not(.x-global-block) > .x-section:not(.mv-no-padding):not(.mv-section-intro-img):not(.mv-price-table):not(.mv-bikes-add-info):not(.mv-no-padding-bottom):not(.mv-no-padding-top) {
	padding: 3rem 0 !important;
}
body .mv-no-padding {
	padding: 0 !important;
}
body .mv-no-padding-top {
	padding: 0 0 3rem !important;
}
body .mv-no-padding-bottom {
	padding: 3rem 0 0 !important;
}
body .mv-price-table {
	padding-bottom: 4rem !important;
}
body .mv-section-intro-img {
	padding: 10rem 0 !important;
}
body .mv-bikes-add-info{
	padding: 4rem 0 0 !important;
	margin-bottom:-5rem !important;
}
@media only screen and (max-width: 766px) {
	body .mv-section-intro-img {
		padding: 7rem 0 !important;
	}
}

/* ============================================
Forms
============================================ */
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.woocommerce .quantity input.qty,
.dark input[type="email"],
.dark input[type="password"],
.dark input[type="tel"],
.dark input[type="text"],
.dark select,
.dark textarea {
	font-size: 0.95rem !important;
    line-height: 1.85em !important;
	padding: 0.2rem 1rem 0 !important;
    color: var(--black) !important;
    background-color: transparent !important;
    border-color: var(--black) !important;
    border-radius: 0!important;
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus,
.woocommerce .quantity input.qty:focus,
.dark input[type="email"]:focus,
.dark input[type="password"]:focus,
.dark input[type="tel"]:focus,
.dark input[type="text"]:focus,
.dark select:focus,
.dark textarea:focus {
    border-color: var(--brown) !important;
}
::-webkit-input-placeholder {
    color: var(--black) !important;
}
::-moz-placeholder {
	opacity: 1 !important;
	color: var(--black) !important;
}
:-ms-input-placeholder {
	color: var(--black) !important;
}
:-moz-placeholder {
	color: var(--black) !important;
}
span.wpcf7-form-control-wrap {
    margin-bottom: .5rem !important;;
}
.wpcf7-acceptance,
.wpcf7-checkbox,
.wpcf7-radio {
	display: block;
	/* text-align: left; */
}
.wpcf7-not-valid-tip {
	color: red;
	font-size: .9rem;
}
/* =================
   Checkboxes
================= */
span.wpcf7-list-item {
    margin: 0 0 .8rem 0 !important;
    display:  -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: flex-start;
}
input[type="checkbox"] {
	display: none !important;
}
input[type="checkbox"] + span {
	display: block;
	position: relative;
	padding-left: 1.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	line-height: 1.5em;
}
input[type="checkbox"] + span:last-child {
	 margin-bottom: 0;
}
input[type="checkbox"] + span:before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 1px solid var(--black) ;
	border-radius: 100%;
	position: relative;
	top: .22em;
	margin-left: -1.5rem;
	margin-top: 0 !important;
	margin-right: .45em;
	vertical-align: top;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	-o-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	margin-top: 4px;
}
input[type="checkbox"]:checked + span:before {
	width: .5em;
	margin-right: .95em;
	top: 0;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* =================
   Radio
================= */
.wpcf7-list-item-label {
	cursor: pointer !important;
}
input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.wpcf7-radio span.wpcf7-list-item-label::before {
	content: '';
	border-radius: 100%;
	border: 1px solid var(--black);
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: .22em;
	margin-right: .6em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::before {
	background-color: var(--black);
	-webkit-box-shadow: inset 0 0 0 4px #f9f7f5;
	        box-shadow: inset 0 0 0 4px #f9f7f5;
}
input[type="radio"]:focus + .wpcf7-list-item-label:before {
	outline: none;
}
input[type="radio"]:disabled + .wpcf7-list-item-label:before {
	-webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
	        box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type="radio"] + .wpcf7-list-item-label:empty:before {
	margin-right: 0;
}
/* ============================================
Anmeldeformular
============================================ */
.wpcf7 h3 {
	margin-top: 0;
}
.wpcf7 h4 {
	margin-top: 2rem!important;
}
.form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.form-row.no-margin {
	margin-top: 0 !important;
}
.form-row.form-one-col > div {
    flex: 1 1 100%;
}
.form-row.form-two-cols > div {
    flex: 0 1 48%;
}
@media only screen and (max-width: 766px) {
	.form-row {
		margin-top: 0rem !important;
	}
	.form-row.form-two-cols > div {
	    flex: 0 1 100%;
	}
	.form-row .col {
		margin-top: .5rem;
	}
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	-webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
span.wpcf7-form-control-wrap {
    margin-bottom: .5rem !important;;
}
.wpcf7-acceptance,
.wpcf7-checkbox,
.wpcf7-radio {
	display: block;
	/* text-align: left; */
}
/* ============================================
Grid Skin Bikes
============================================ */
body .eg-mv-grid-skin-element-3,
body .eg-mv-grid-skin-element-10 {
	font-size: 1.3rem !important;
	font-family: "Lato",sans-serif !important;
	letter-spacing: .05em;
	max-width: 95% !important;
}
body .eg-mv-grid-skin-element-3 {
    line-height: 1.5em !important;
    font-weight: 900 !important;
}
body .eg-mv-grid-skin-element-10 {
	line-height: 1.2em !important;
	font-style: italic;
    font-weight: 600 !important;
}
body .eg-mv-grid-skin-wrapper .esg-entry-media {
		-webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
body .eg-mv-grid-skin-wrapper:hover .esg-entry-media {
  -webkit-transform: scale(1.15) !important;
      -ms-transform: scale(1.15) !important;
	      transform: scale(1.15) !important;
}
/* ============================================
	Layout CPT Bikes
============================================ */
.single-mv_bikes h1 span {
	font-size: 2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
    margin-top: .5rem;
}
.single-mv_bikes .mv-price-grid h4 {
		min-height: 3.9rem;
		display:  -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
}
.single-mv_bikes .mv-price-grid h4 span {
	font-size: 1.2rem;
	line-height:1.2em;
	font-style: italic;
}
.single-mv_bikes .mv-layout-dates h4 {
	font-size: 1.2rem !important;
  }
.single-mv_bikes .mv-layout-bikes-price {
	font-size: 2rem !important;
	line-height: 1em !important;
  }
.single-mv_bikes .mv-price-tablle-time {
	line-height:1.2em !important;
}
.single-mv_bikes .mv-bikes-section-intro p {
	font-size: 1.1rem !important;
}
.single-mv_bikes .mv-bikes-section-intro p strong {
	font-weight: 900 !important;
}
/* Gallery */
.rl-gallery-container,
.rl-gallery-container .sy-box,
.rl-gallery-item,
.rl-gallery-item a {
	max-height:30rem!important;
	height: 30rem;
}
.rl-gallery-item a img {
	    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center;';
    height: 100%!important;
}
.sy-pager li.sy-active a {
	background-color: var(--blue) !important;
}
.sy-pager li {
    display: inline-block;
    width: 1.2rem !important;
    height: 1.2rem !important;
    margin: 0 1rem 0 0 !important;
    border-radius: 50%;
}
.sy-controls li a:after {
    line-height: 2.8em;
    width: 2.8rem !important;
    height: 2.8rem !important;
    margin-top: -1.4rem !important;
    margin-left: -1.4rem !important;
}
@media only screen and (max-width: 599px) {
	.rl-gallery-container,
	.rl-gallery-container .sy-box,
	.rl-gallery-item,
	.rl-gallery-item a {
		max-height:20rem!important;
		height: 20rem;
	}
}
/* Post Navigation */
.single-mv_bikes .x-paginate-inner a[rel="next"]:before {
	font-family: "FontAwesomeRegular" !important;
	font-weight: 900;
	content: "\f060";
	margin-right: .5em;
 }
 .single-mv_bikes .x-paginate-inner a[rel="prev"]:after {
	font-family: "FontAwesomeRegular" !important;
	font-weight: 900;
	content: "\f061";
	margin-left: .5em;
 }

/* ============================================
Preistabelle Zubehoer NEW
============================================ */
body .mv-price-table.mv-hide {
	display: block;
}
body .mv-price-table .x-row:first-child .x-text {
	font-size: 1.3rem!important;
	line-height: 1.2em!important;
}
body .mv-table.mv-table-body div {
	padding: .3rem 1rem;
	border-bottom: 1px solid var(--blue);
	line-height: 1.4em
}
body .mv-price-table span.mv-price-img {
	position: absolute;
	display: block;
    width: 5rem;
    height: 5rem;
    max-width: 250px;
    max-height: 250px;
    left: calc(var(--content-width) / 2);
    top: 50%;
    -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
            transform: translate(0%,-50%);
	background-color: var(--blue);
    -webkit-transition: all .3s ease-in-out !important;
         -o-transition: all .3s ease-in-out !important;
	        transition: all .3s ease-in-out !important;
	opacity: 0 !important;
}
body .mv-price-table span.mv-price-img:hover {
	pointer-events: none;
}
body .mv-price-table span.mv-price-img:after {
	position: absolute;
	display: block;
	content:'';
	width: 1rem;
    height: 1rem;
    background-color: var(--blue);
    top: calc(50% - .5rem);
    left: -.5rem;
            transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	   -moz-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	     -o-transform:rotate(45deg);
    z-index: -1;
}
body .mv-price-table span.mv-price-img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: contain; object-position: center;';
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: .5rem;
}
body .mv-price-table .x-row.mv-price-row:hover span.mv-price-img {
    opacity: 1 !important;
    z-index: 99!important;
    width: 20rem;
    height: 20rem;
    max-width: 250px;
    max-height: 250px;
    left: calc(var(--content-width) / 2);
    top: 50%;
    -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
            transform: translate(0%,-50%);
}
body .mv-price-table .x-row.mv-price-row .x-row-inner > .x-col:first-child {
	z-index: 9;
}
body .mv-price-table .x-row.mv-price-row:hover {
	background-color: var(--light-blue);
	cursor: pointer;
	z-index: 999!important;
}
body .mv-price-table .x-row.mv-price-row:hover .x-text {
	color: white;
}

@media only screen and (max-width: 768px) {
	body .x-text.mv-table {
		grid-template-columns: 40% 30% 30%;
			 -ms-grid-columns: 40% 30% 30%;
	}
	body .x-text.mv-table > div {
				hyphens: auto !important;
		-webkit-hyphens: auto !important;
		-moz-hyphens: auto !important;
		-ms-hyphens: auto !important;
	}
	body .mv-price-table span.mv-price-img {
        width: 10rem;
		height: 10rem;
        left: calc(100% + .7rem);
		top: 50%;
		-webkit-transform: translate(0%,-50%);
			-ms-transform: translate(0%,-50%);
				transform: translate(0%,-50%);
	}
	body .mv-price-table .x-row.mv-price-row:hover span.mv-price-img {
		width: 15rem;
		height: 15rem;
		max-width: 250px;
		max-height: 250px;
		left: calc(100% + .7rem);
		top: 50%;
		-webkit-transform: translate(0%,-50%);
			-ms-transform: translate(0%,-50%);
				transform: translate(0%,-50%);
	}
}
/* ============================================
   Responsiv
============================================ */
@media only screen and (min-width: 1500px) {
	html {
		font-size: 1vw !important;
	}
}
@media only screen and (max-width: 1499px) and (min-width: 1240px) {
	html {
		font-size: 1.15vw !important;
	}
}
@media only screen and (max-width: 1239px) and (min-width: 1024px) {
	html {
		font-size: 1.35vw !important;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 767px) {
	html {
		font-size: 1.6vw !important;
	}
}
@media only screen and (max-width: 766px) and (min-width: 600px) {
	html {
		font-size: 2.5vw !important;
	}
}
@media only screen and (max-width: 1023px) {
	:root {
	    --content-width: 90vw;
	}
}
@media only screen and (max-width: 767px) {
	html {
		hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	}
}
@media only screen and (max-width: 599px) {
	html {
		font-size: 3.4vw !important;
    }
    body p,
    body .x-text  {
		font-size: 1.25rem !important;
	}
	body h5 {
		font-size: 1.5rem!important;
	}
	.mv-footer-nav {
		flex-direction: column !important;
	}
	.e242-1.x-bar {
		padding: 2rem 0;
	}
	.e242-1.x-bar,
	.e242-1.x-bar-content {
		height: auto!important;
	}
}