/*--------------------------------------------------------------
jasper-caven stylesheet
--------------------------------------------------------------*/
@font-face {
    font-family: 'journalregular';
    src: url('fonts/journal-webfont.eot');
    src: url('fonts/journal-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/journal-webfont.woff') format('woff'),
		url('fonts/journal-webfont.ttf') format('truetype'),
		url('fonts/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	font-style: Light;
	font-weight: 300;
	src: url('fonts/Montserrat-Light.otf');
}

@font-face {
	font-family: 'Montserrat';
	font-style: ExtraBold;
	font-weight: 900;
	src: url('fonts/Montserrat-ExtraBold.otf');
}


::selection {
	background: #a5c927;
	color: white;
}

* {	box-sizing: border-box; }


/**
* basic
*/
h1 { font-size:48px; }
h2 { font-size:38px; }
h3 { font-size:28px; }
h4 { font-size:25px; }
h5 { font-size:20px; }
h6 { font-size:18px; }
body { font-size:14px; }
.site-header.fixed { position: absolute;}
body { color:#282c39}
.site-footer { background-color:#ffffff}

/***/
/* Smiley  */
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
/***/

.header-title {
    position: absolute;
    top: 40%;
    color: #fff;
    left: 55%;
    text-align: left;
    font-size: 56px;
    font-weight: 900;
	text-transform: uppercase;
}

.header-title:before {
    content: '';
    width: 2px;
    height: 105%;
    display: block;
    position: absolute;
    background-color: #a5c927;
    margin-left: -15px;
    top: 0;
}

.leistungen {
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
}

.leistungen > img {
	max-width: 355px;
}

.leistingstext {
	position: absolute;
	bottom: 0;
	padding: 30px;
	margin: 0;
	color: #ffffff;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
	font-size: 32px;
	text-shadow: 1px 2px rgba(0,0,0,0.5);
}
.jc-link,
.jc-link:hover { color: #ffffff; }
/*---------------*/
/**** *effect *****/
/*---------------*/
.leistungen img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.leistungen::before,
.leistungen::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.leistungen::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.leistungen::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.leistungen h4 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.leistungen p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.leistungen:hover::before,
.leistungen:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.leistungen:hover h4,
.leistungen:hover p {
	opacity: 1;
	-webkit-transform: translate3d(20px,-20px,0);
	-moz-transform: translate3d(20px,-20px,0);
	transform: translate3d(20px,-20px,0);
}
/**********/
.info-container-content {
    max-width: 1065px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 200px;
}

.col-first,
.col-second,
.impressum {
	width: 100%;
	height: 530px;
	background-image: url(../../assets/left-side-muskelaufbau.jpg);
    background-repeat: repeat;
}

.page-id-394 .col-first { background-image: url(../../assets/left-side-trainingsplaene.jpg); }
.page-id-553 .col-first { background-image: url(../../assets/left-side-personalcoaching.jpg); }

.col-second {
	background: #282c39;
}

.impressum,
.imprit-col {
	height: 200px;
}
.impressum {
	background-image: url(../../assets/impressum.jpg);
}

.jc-content-title,
.jc-title-last {
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    font-weight: 800;
    padding-left: 140px;
    padding-right: 160px;
    margin: -3px 0 21px;
    line-height: 1.4em;
}

.jc-title-last {
	padding-bottom: 50px;
}

.jc-content-title>span {
	position: relative;
}

.jc-content-title.odd {
	color: #a5c927;
	font-size: 38px;
	padding-bottom: 60px;
}
.jc-content-title.odd.paddingBottom {
	padding-bottom: 20px;
}
.jc-wrapper.noPadding,
.noPadding { padding: 0; }
.jc-content-title.odd.plan-title { padding-top: 50px; padding-bottom: 0; }

.jc-content-title > span:before {
    content: '';
    position: absolute;
    width: 103%;
    height: 2px;
    top: 100%;
    margin-left: -2px;
    background-color: #a5c927;
}

.jc-title {
    padding: 0;
    margin: 0;
    position: relative;
    top: 40%;
    left: 89px;
    color: #ffffff;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.002em;
    font-weight: 900;
    /*line-height: 0.9em;*/
}

.jc-title:before {
    content: '';
    width: 2px;
    height: 105%;
    display: block;
    position: absolute;
    background-color: #a5c927;
    margin-left: -15px;
    top: 0;
}

.jc-title-onepage {
	color: #ffffff;
	text-align: center;
	padding-top: 5%;
	text-transform: uppercase;
	position: relative;
}

.jc-title-onepage>span { position: relative; }

.jc-title-onepage>span:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 2px;
    top: 100%;
    margin-left: -2px;
    background-color: #a5c927;
}

.jc-content {
    font-size: 16px;
    font-weight: 300;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 27px;
	padding-bottom: 37px;
}

.jc-wrapper {
	text-align: justify;
	font-size: 16px;
    font-weight: 300;
    line-height: 27px;
	padding-bottom: 37px;
}

.imprit-text {
	font-size: 14px;
	padding-bottom: 15px;
}
.info-container {
    background-image: url("../../assets/info-container-bg.jpg");
    background-position: 50% 204px;
}

.page-id-394 .info-container { background-image: url(../../assets/info-trainingsplaene.jpg); }
.page-id-553 .info-container { background-image: url(../../assets/info-personalcoaching.jpg); }

.jc-content.odd.white {
	color: #ffffff;
}

.jc-content.odd.green {
	color: #a5c927;
}

.color-green {
	color: #a5c927;
}


.jasper-caven {
    font-family: 'journalregular', sans-serif;
    letter-spacing: -0.05em;
    font-size: 66px;
    height: 60px;
    transform: rotate(-5deg);
    bottom: 30px;
    position: relative;
    left: -10px;
}

/*--------------------------------------------------------------
Order Plan
--------------------------------------------------------------*/
.jc-order {
	margin-left: 80px;
	margin-right: 80px;
}

.order-now {
	position: relative;
	display: block;
	bottom: 130px;
}

.jc-order-plan {
	position: relative;
	max-height: 365px;
	padding: 34px;
	border-right: 1px solid #e1e1e1;
}
.last .textwidget .jc-order-plan {
	border-right: none;
}
.personal-coaching .panel-grid-cell .widget .textwidget .jc-order-plan {
	max-height: 550px;
}
.personal-coaching div.jc-order-plan .jc-list {
	position: relative;
	min-height: 450px;
}

.jc-order-title {
	font-size: 18px;
}

.jc-list {
	min-height: 270px;
}

.jc-list > li {
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 15px;
}

.jc-list > li > i {
	padding-right: 5px;
}

.jc-ordern-button,
.jc-calltoaction a {
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #a5c927;
    color: #a5c927;
	margin-top: 5px;
	text-align: center;
}

.jc-calltoaction a {
	display: block;
	font-size: 20px;
	font-weight: 800;
	max-width: 260px;
	padding: 10px 28px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-transform: uppercase;
}

.jc-ordern-button:hover,
.jc-calltoaction a:hover {
	background-color: #a5c927;
	color: #ffffff;
}

.jc-active {
	background-color: #a5c927;
	color: #ffffff;
}

.jc-price,
.jc-special-price {
	font-size: 21px;
	font-weight: 600;
}
.jc-old-price {	color: #cb1818; }
.jc-old-price > span {	text-decoration: line-through; }
.jc-special-price {	color: #a5c927; }

.jc-footnote,
.jc-footnote > a {
	color: rgba(40, 44, 57, 0.65);
	font-size: 14px;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	margin-bottom: 190px;
	margin-top: 50px;
}

.jc-footnote > a { text-decoration: underline; }

/*--------------------------------------------------------------
Jasper - "Qualifiziert, Zertifiziert & Engagiert!""
--------------------------------------------------------------*/
.jasper-visible .panel-row-style,
.jasper-visible {
	overflow: visible !important;
	z-index: 12 !important;
}

#jasper {
    background-image: url(../../assets/jasper.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 354px;
    height: 478px;
	left: -10%;
    bottom: 0;
	z-index: 1;
}

#jc-okay > i {
    font-size: 735px;
    position: absolute;
    bottom: -170px;
    left: -20%;
    color: rgba(40, 44, 57, 0.25);
}

#jasper-title {
	color: #ffffff;
	position: absolute;
	font-size: 38px;
	font-weight: 700;
	top: 140px;
	left: 60px;
	text-transform: uppercase;
	z-index: 2;
	line-height: 1.2em;
}

.jc-advantages > li {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
}

/*--------------------------------------------------------------
testemonials
--------------------------------------------------------------*/
#quote > i {
    color: #ffffff;
    font-size: 890px;
    font-style: normal;
    position: absolute;
    height: 100%;
    left: 15%;
    top: -185px;
    font-weight: 700;
    z-index: -1;
}

.jc-quote {
	padding: 40px 70px 40px 70px;
	z-index: 3;
}

.jc-quote > p { z-index: 3; }

.swiper-pagination-bullet-active {background:#a5c927 !important;}
.swiper-slide {
	padding: 40px;
	background-color: #fff;
}

.jc-testimonials {
	text-align: justify;
	font-size: 16px;
    font-weight: 300;
    line-height: 27px;
	margin-bottom: 15px;
	color: rgba(40, 44, 57, 0.8);
}

.jc-testimonials:before {
	content: '';
    border-style: solid;
    border-width: 23px 0 23px 23px;
    border-color: transparent #f0f0f0;
    display: block;
    width: 0;
    z-index: 1;
    position: absolute;
    transition: none;
    bottom: 20%;
    left: 0;
}

.jc-testimonials-author { text-align: left; }
.jc-testimonials-author > img {
	border-radius: 100%;
	padding-right: 5px;
}

.jc-testimonials-author > a {
	padding-left: 5px;
	text-decoration: underline;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.site-info,
.site-info > span > a { color: rgba(40, 44, 57, 0.75); }
.site-info>span {display: inline-block;}
.footer-menu {
	float: right;
	display: block;
}

.footer-menu ul {
	display: inline;
	float: right;
	margin: 0;
}

.footer-menu li {
	list-style-type: none;
	display: inline;
}

.footer-menu li a {
	color: rgba(40, 44, 57, 0.75);
	text-decoration: none;
	font-weight: 300;
	border-right: 1px solid rgba(40, 44, 57, 0.75);
	padding: 0 10px 0 3px;
}

.footer-menu li a:hover {
	color: #a5c927;
	text-decoration: underline;
}

.footer-menu li:last-child > a {border-right: none;}

.designer:hover {
	-webkit-transition: none;
	-moz-transform: none;
	transition: none;
	border-bottom: 1px solid #00ff00;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #fff;
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 30px;
}
.page-template-page_front-page .page-wrap .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font: 14px/24px "Montserrat", sans-serif;
	background: #fff;
	color: #282c39;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color: #282c39;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
.widget ul {
	list-style: none;
	padding: 0;
}

strong {
	font-weight: 600;
}
h1 { font: 52px/1.1 "Montserrat", sans-serif;}
h2 { font: 42px/1.1 "Montserrat", sans-serif;}
h3 { font: 32px/1.1 "Montserrat", sans-serif;}
h4 { font: 25px/1.1 "Montserrat", sans-serif;}
h5 { font: 20px/1.1 "Montserrat", sans-serif;}
h6 { font: 18px/1.1 "Montserrat", sans-serif;}
h1, h2, h3, h4, h5, h6 {
	color: #282c39;
	font-weight: 600;
	margin: 10px 0 24px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	padding: 12px 34px;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: transparent;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	width: 100%;
	color: #282c39;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	height: 50px;
	padding: 4px 20px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}
input[type="checkbox"] {
	display: inline;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a3a2a2;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c3c3c3;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #cacaca;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
table {
	width: 100%;
}
th,td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-logo {
	max-height: 100px;
}
.site-header {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
	padding: 20px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header-image {
	display: none;
	position: relative;
    height: 908px;
    background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #282c39;
}

/*  sticky menu */
/*.site-header.fixed {
	position: fixed;
}*/
/******* MENU ********/
.hamburger .hamburger__icon,
.hamburger .hamburger__icon:before,
.hamburger .hamburger__icon:after {
    background-color: #ffffff;
}

.hamburger .hamburger__icon:hover,
.hamburger .hamburger__icon:hover::before,
.hamburger .hamburger__icon:hover::after {
    background-color: #a5c927;
}
/******* ********/

.site-header .col-md-4,
.site-header .col-md-8 {
	min-height: 0;
}

.site-header .logo {
	margin: 40px 0;
	float: left;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.site-header .logo a {
	display: block;
	height: 100%;
}

.site-header .logo {
	width: 135px;
	height: 27px;
}

.site-header.float-header {
	padding: 5px;
}

.site-header.float-header .logo {
	margin: 20px 0;
}

/* navigation */
.hamburger {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	float: right;
	z-index: 10000;
	padding-top: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.hamburger__icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #222;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hamburger__icon:before, .hamburger__icon:after {
	position: absolute;
	content: "";
}
.hamburger__icon:before {
	top: -7px;
}
.hamburger__icon:after {
	top: 7px;
}
.hamburger.active .hamburger__icon {
	background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
	background-color: #fff;
}

.hamburger.active:hover .hamburger__icon:hover:before, .hamburger.active:hover .hamburger__icon:hover:after {
	background-color: #a5c927;
}
.hamburger.active .hamburger__icon:before {
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.menu-top-menu-container {
	width: 100%;
	height: 65%;
	display: table;
	table-layout: fixed;
}
.fat-nav.active {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fat-nav ul {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.fat-nav li {
	list-style-type: none;
	text-align: center;
	padding: 15px;
	font-size: 2em;
	font-weight: 800;
	text-transform: uppercase;
}
.fat-nav li, .fat-nav li a {
	color: #fff;
}

.fat-nav li a:hover {
	color: #ffffff;
	border-bottom: 1px solid #a5c927;
	transition: none;
}
.fat-nav li a {
	text-decoration: none;
}
/***/
.jc-contact,
.jc-contact a {
	display: inline-block;
	color: #ffffff;
	float: right;
	margin-right: 25px;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.jc-contact:hover,
.jc-contact a:hover {
	color: #a5c927;
}
.jc-contact:after {
    content: '';
    width: 1px;
    height: 90%;
    display: block;
    position: absolute;
    background-color: #fff;
	right: 0;
    top: 0;
}
/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
/* Page sider */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.page-wrap {
	padding: 23px 0 100px;
	clear: both;
}
.page-template-page_front-page .page-wrap {
	padding: 0;
}
/*--------------------------------------------------------------
Parallax
--------------------------------------------------------------*/
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}
/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/
.header-slider {
	position: relative;
	max-width: 100%;
}
.slide-text.slides {
	padding-left: 0;
}
.slides-container .slide-item {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*--------------------------------------------------------------
Page title
--------------------------------------------------------------*/
.page-title {
	color: #ccc;
	padding-top: 100px;
}
.page-title .col-md-6 {
	float: none;
}
.page-title-inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.page-title-cap {
	display: table-cell;
	vertical-align: middle;
}
.page-title .breadcrumbs {
	display: table-cell;
	list-style: none;
	text-align: left;
	vertical-align: middle;
}
.page-title h1 {
	margin: 0;
	font-size: 18px;
	color: #ccc;
}
.breadcrumbs ul {
	margin: 0;
}
.breadcrumbs ul li {
	display: inline;
}
.breadcrumbs ul li a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.content-area .post-wrap,
.contact-form-wrap {
	padding-right: 20px;
}
.content-area .hentry {
	position: relative;
	padding-top: 50px;
	padding-bottom: 20px;
}
.content-area .hentry:first-child {
	padding-top: 0;
}
.content-area .hentry:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 1px;
}
.content-area .hentry:first-child:after {
	height: 0;
}

.content-area .entry-thumb {
	text-align: center;
	margin-bottom: 30px;
}

span.author.vcard {
	padding: 0;
	margin: 0;
}

.fullwidth {
	width: 100%;
}
.error-404 {
	text-align: center;
}
.error-404 .page-content p {
	margin-bottom: 30px;
}
.masonry-layout {
	width: 100%;
	padding: 0;
}
.masonry-layout .post-wrap {
	padding: 0;
}
/* Blog pagination */
.blog-pagination ul {
	width: 100%;
	text-align: right;
	list-style: none;
}
.blog-pagination ul li,
.blog-pagination ul li a {
	display: inline-block;
	background-color: transparent;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.blog-pagination ul li {
	margin-left: 3px;
}
.blog-pagination ul li.active,
.blog-pagination ul li:hover a {
	color: #fff;
}
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget ul {
	list-style: none;
}
.widget-area,
.widget-area  a {
	color: #282c39;
}
/*--------------------------------------------------------------
Bottom
--------------------------------------------------------------*/
.site-footer {
	background-color: #ffffff;
	line-height: 35px;
	padding: 15px 0;
	font-weight: 300;
    font-size: 13px;
}
.site-footer,
.site-footer a {
	color: #282c39;
}

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
.preloader {
	background: none repeat scroll 0 0 #fff;
	height: 100%;
	opacity: 1;
	position: fixed;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 100%;
	z-index: 9999;
}
.preloader .spinner {
	height: 30px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: relative;
	top: 50%;
	width: 30px;
}
.preloader .pre-bounce1,
.preloader .pre-bounce2 {
	-webkit-animation: 2s ease 0s normal none infinite bounce;
	animation: 2s ease 0s normal none infinite bounce;
	background-color: #a5c927;
	border-radius: 50%;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.preloader .pre-bounce2 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
.go-top {
	position: fixed !important;
	right: -50px;
	bottom: 10px;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 45px;
	text-align: center;
	width: 50px;
	height: 50px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #a5c927;
	background-color: #282c39;
}
.go-top:hover {
	background-color: #a5c927;
}
.go-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 0.8;
	visibility: visible;
	right: 10px;
}

/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
.panel-grid-cell .widget-title {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.panel-grid-cell .widget-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #a5c927;
}
.panel-grid {
	max-width: 1170px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.panel-row-style {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.panel-grid .overlay {
	z-index: -1;
}
.no-col-padding .panel-grid-cell {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

/* Contact widget
-------------------------------------------------------------- */
.jc_mwplus_contact_info_widget span {
	color: #a5c927;
	margin-right: 15px;
}
.jc_mwplus_contact_info_widget div {
	margin-bottom: 15px;
}

/* Elements
-------------------------------------------------------------- */
a {
	color: #a5c927;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #a5c927;
}
.text-color { color: #a5c927;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: transparent;
	color: #a5c927;
	border: 1px solid #a5c927;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: transparent;
	color: #a5c927;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #a5c927;
}

.content-area .hentry:after {
	background-color: #a5c927;
}

.blog-pagination ul li {
	border: 1px solid #a5c927;
}
.blog-pagination ul li.active,
.blog-pagination ul li:hover a {
	background-color: #a5c927;
}
.sidebar .widget:before {
	background-color: #a5c927;
}
.widget-tags .tag-list a:hover {
	border: 1px solid #a5c927;
}
.comment .comment-detail {
	border: 1px solid #a5c927;
}
.bottom .socials li:hover a {
	background-color: #a5c927;
}
.switcher-container .switcher-icon a:focus {
	color: #a5c927;
}
/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
	.parallax {
		background-size: cover;
	}
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
	.header-image {
		height: 860px;
	}
	.header-title {
		left: 50%;
	}
	#jasper {
		background-size: contain;
		left: -10%;
	}
	.panel-row-style-jc-home-1.jc-home-1.panel-row-style {
		padding: 100px 0 !important;
	}
	#quote > i {
		left: 5%;
	}

	#jc-okay > i {
		font-size: 650px;
		bottom: -120px;
		left: -20%;
	}

	#jasper-title {
		top: 140px;
	}
	.footer-menu {
		float: left;
	}
	.site-info>span{display: block;clear: both;}
	.footer-menu ul { padding: 0; display: block }
	.jc-advantages > li { font-size: 14px; }
	.jc-title {	font-size: 42px; }
	.jc-order-plan { padding: 10px; }
}
/* Smaller than standard 980 */
@media only screen and (max-width: 991px) {
	.site-header.fixed {
		position: absolute;
	}
	.parallax {
		background-size: cover;
		background-attachment: scroll;
		background-position: top center!important;
	}
	.header-wrap .col-md-8 {
		padding: 0;
	}
	.content-area .post-wrap,
	.contact-form-wrap {
		padding-right: 0;
	}
	.contact-form-aside,
	.sidebar {
		margin-top: 50px;
	}
	.header-title {
		left: 50%;
		font-size: 46px;
	}
	.leistingstext {
		padding: 20px;
		font-size: 22px;
	}
	.jc-quote { padding: 40px 25px 40px 25px }
	#jasper {
		height: 100%;
		left: -10%;
	}
	#jc-okay > i {
		font-size: 450px;
		bottom: -82px;
		left: -20%;
	}
	#jasper-title {
		font-size: 24px;
		top: 56px;
		left: 75px;
	}
	.panel-row-style-jc-home.jc-home.panel-row-style{
		padding: 60px 0 !important;
	}
	.jc-home>div { padding: 0 !important; }
	#quote > i {left: 0;}
	.jc-content-title.odd {padding-bottom: 30px;}
	.jc-title {
		left: 10%;
		font-size: 38px;
	}
	.jc-content-title,
	.jc-title-last {
		font-size: 32px;
	}
	.jc-title-onepage { padding-top: 10%; }
	.jc-list > li {
		font-size: 14px;
		padding-bottom: 5px;
	}
}
@media only screen and (max-width: 1024px) {
	.slides-container .slide-item,
	.panel-row-style {
		background-attachment: scroll;
		background-position: center !important;
	}
	.hamburger {
		display: block;
	}
	.header-image {
		background-position: 25% 0;
	}
}
@media only screen and (max-width: 780px) {
	.panel-grid-cell {
		padding-left:15px !important;
		padding-right:15px !important;
		margin-bottom: 15px !important;
	}
	h1 { font-size: 32px;}
	h2 { font-size: 28px;}
	h3 { font-size: 22px;}
	h4 { font-size: 18px;}
	h5 { font-size: 16px;}
	h6 { font-size: 14px;}
	.header-image {
		background-image: none !important;
		height: 500px;
		background-position: 50% 0;
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
	}

	#jasper {
		position: relative;
		height: 478px;
		margin: 0 auto;
		left: 0;
	}
	#jasper:before {
		content: '';
		position: absolute;
		width: 1000px;
		height: 2px;
		background-color: #86a32b;
		top: 100%;
		left: -100%;
	}
	#jasper-title {
		font-size: 36px;
		top: 41%;
		left: 30%;
	}
	#jc-okay > i {
		font-size: 650px;
		bottom: 0;
		top: 20px;
		left: -5%;
	}
	.jc-me-2 {
		padding-top: 50px;
		padding-left: 20%;
	}
	.jc-me-3 {padding-left: 20%;}
	.jc-advantages > li {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.header-title {
		top: 50%;
		left: 25%;
		font-size: 42px;
	}
	.jc-content-title.odd {font-size: 32px;}
	.leistungen { max-width: 355px;}
	.leistingstext { font-size: 30px; }
	.jc-quote { padding: 10px 25px 40px 25px }
	#quote > i {
		font-size: 390px;
		top: -65px;
		left: 10%;
		z-index: -1;
	}
	.jc-title-last { padding-bottom: 0; }
	.site-footer { padding: 30px; }
	.col-first,
	.col-second {
		width: 100%;
		height: 350px;
	}
	.jc-title {
		top: 40%;
		left: 20%;
	}
	.jc-order-plan {
		max-height: 365px;
		padding: 10px 35px 35px 35px;
		border-right: none;
		margin-bottom: 20px;
		border-bottom: 1px solid #e1e1e1;
	}
	.order-now {
		bottom: -10px;
	}
	.personal-coaching div.jc-order-plan .jc-list,
	.jc-list {
		min-height: 0;
	}
}
/* Tablet Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax {
		background-size: cover;
		background-attachment: scroll;
		background-position: top center!important;
	}
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.jasper-visible {overflow: hidden !important;}
	.posts-layout {
		max-width: 100%;
	}
	.single-post .author-post .author-avatar {
		float: none;
		margin-bottom: 20px;
	}
	.single-post .author-post .author-info {
		margin-left: 0;
		padding: 0;
	}
	.single-post .author-post ul.socials {
		position: static;
	}
	.single-post .author-post .intro {
		clear: left;
		padding-top: 10px;
	}
	.hamburger,
	.jc-contact a,
	.jc-contact {
		float: none;
		margin: 20px auto 0;
	}
	.jc-contact a,
	.jc-contact { margin-top: 10px; }
	.jc-contact:after,
	.jc-contact a:after {
		margin-right:0;
		width: 0;
	}
	.header-wrap {
		text-align: center;
	}
	.site-header.float-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.jc-content-title,
	.jc-title-last,
	.jc-content {
		padding-left: 0;
		padding-right: 0;
	}
	.jc-first { padding: 35px 15px !important; }
	.jc-content {padding-bottom: 0;}
	#jc-okay > i {
		font-size: 550px;
		left: 0;
	}
	#jasper-title {
		top: 35%;
		left: 10%;
	}
	.jc-me-2 {
		padding-top: 50px;
		padding-left: 10%;
	}
	.jc-me-3 {
		padding-left: 10%;
	}
	.jc-title {
		top: 40%;
		left: 15%;
		font-size: 42px;
	}
	.footer-menu ul,
	.footer-menu {
		float: none;
	}
	.footer-menu li {
		list-style-type: none;
		display: block;
		padding: 3px;
		margin-bottom: 2px;
		text-align: center;
		background-color: rgb(240, 240, 240);
	}

	.site-info>span { text-align: center; }

	.footer-menu li a {
		text-decoration: none;
		border-right: none;
	}
	.footer-menu li:last-child > a {border-right: none;}
	.hamburger { padding: 12px; }
	.jc-title-onepage { padding-top: 230px; }
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
	.blog-post,
	.sidebar-column {
		padding: 0;
	}
	.header-title {
		top: 50%;
		left: 10%;
		font-size: 34px;
	}
	#jc-okay > i {
		font-size: 400px;
		left: -20%;
	}
	#jasper {
		height: 360px;
	}
	#jasper-title {
		font-size: 28px;
		top: 30%;
		left: 5%;
	}
	.jc-me-2 {
		padding-top: 50px;
		padding-left: 0;
	}
	.jc-me-3 {
		padding-left: 0;
	}
	.jc-title {
		top: 40%;
		left: 7%;
		font-size: 32px;
	}
	.jc-content-title,
	.jc-title-last,
	.jc-content-title.odd,
	.jc-title-last	{
		font-size: 28px;
	}
	.info-container {
		padding-bottom: 0 !important;
	}
	.jasper-caven {
		bottom: 15px;
	}
	.jc-order {
		margin-left: 0;
		margin-right: 0;
	}
	.jc-order-plan {
		max-height: 365px;
		padding: 10px 35px 35px 35px;
		border-right: none;
		margin-bottom: 20px;
		border-bottom: 1px solid #e1e1e1;
	}
}
@media only screen and (max-width: 320px) {
	.header-title {
		left: 5%;
		font-size: 30px;
	}
}


/*Remove menu from some blog posts*/
.postid-4251 #masthead .top-nav-right,
.postid-4307 #masthead .top-nav-right {
    display: none;
}

@media (max-width: 525px) {
    .single-post .entry-content .h1, .single-post .entry-content h1 {
        font-size: 1.8rem!important;
    }
    .single-post .entry-content .h2, .single-post .entry-content h2 {
        font-size: 1.6rem;
    }
    .single-post .entry-content .h3, .single-post .entry-content h3 {
        font-size: 1.2rem;
    }

}