/*
Theme Name: runtastic2018
*/

.clearer{
	clear: both;
}

a.magnific {
	cursor: zoom-in;
	outline: none;
}

.mfp-close {
	outline: none;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	/* Default for 1600x900 videos 16:9 ratio*/

	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin-bottom: 12px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page .blog-detail-content-headline{
	display: block;
	width: 100%;
}

.blog-detail-content-text a{
	color: #007681;
    text-decoration: none;
    font-family: 'AdihausDIN-Bold';
}

.page-template-page-rebranding .blog-detail-content-text a{
	color: #6582c3;
	font-family: 'AdihausDIN-Bold';
}

.blog-detail-content-text a:hover,
.blog-detail-content-text a:focus,
.blog-detail-content-text a:active{
	color: #03444a !important;
	text-decoration: none;
}

@media (min-width: 1025px){
	.blog-detail-content-text a{
		color: #007681;
	}
	
	.page-template-page-rebranding .blog-detail-content-text a{
		color: #6582c3;
	}
	
	.blog-detail-content-text a:hover,
	.blog-detail-content-text a:focus,
	.blog-detail-content-text a:active{
		text-decoration: none !important;
	}
}

.blog-detail-content-text{
	padding-top: 23px;
	overflow: hidden;
}

@media (min-width: 767px){
	.blog-detail-content-text{
		padding-top: 35px;
	}
}

.blog-detail-content ul{
	margin-left: 5px;
    list-style-type: none;
	list-style-image: url("./images/list-style-image.svg");
	padding-left: 20px;
	margin-bottom: 18px;
}

.blog-detail-content ul li{
	padding-left: 10px;
	line-height: 26px;
	padding-bottom: 5px;
	
}

.blog-detail-content ul ul{
	margin-left: 12px;
	margin-top: 12px;
	margin-bottom: 0px;
}

.blog-detail-content ol{
	margin-left: 5px;
    padding-left: 20px;
	margin-bottom: 18px;
	margin-top: 18px;
}

.blog-detail-content ol li {
    background: none;
    padding-left: 15px;
	line-height: 28px;
	padding-bottom: 5px;
}

.blog-detail-content ol ol{
	margin-left: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	margin-top: 12px;
}

@media (min-width: 767px){
	.blog-detail-content ul li{
		line-height: 28px;
	}
	
	.blog-detail-content ol li {
		line-height: 28px;
	}
}


.more-article-headline:hover {
    cursor:pointer;
}

#disqus_thread{
	margin-top: 50px;
	margin-bottom: 50px;
}

#disqus_thread iframe{
	padding: 0px 15px;
}

@media (min-width: 1024px){
	#disqus_thread{
		width: 100%;
	}
}

.blogdetail .comment-respond{
	display: none;
}

.blog-detail-content .comment { 
	-ms-word-break: break-all;
	word-wrap: break-word; 
}


.blog-detail-content ul li h3{
	padding-top: 0px;
    line-height: 32px;
}


section.blogdetail .blog-detail-content .post-social-sharing {
    padding: 0;
    border: 0;
    border-radius: 0;
}

section.blogdetail .blog-detail-content .blog-detail-about-author .about-author-text {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
}

section.blogdetail .blog-detail-content .blog-detail-about-author .about-author-image {
    padding: 0;
}

section.blogdetail .blog-detail-content .blog-detail-about-author {
    padding-top: 30px;
    padding-bottom: 50px;
}


button.btn_runtastic,
a.btn_runtastic,
.download-button,
a.download-button {
    background-color: #007681;
	color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
    border-radius: 40px;
    padding: 18px 40px 17px;
    font-family: 'AdihausDIN-Medium' !important;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

button.btn_runtastic:hover, a.btn_runtastic:hover,
.download-button:hover,
a.download-button:hover,
a.download-button:focus,
a.download-button:active  {
    background-color: #03444a;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.blog-detail-content-text .syntaxhighlighter table td.code,
.blog-detail-content-text .syntaxhighlighter table td.gutter .line {
  font-size: 14px !important;
}


table.scrollable-table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow-y: auto;
  width: 100%;
}

table.scrollable-table  td {
  border: 1px solid #eceeef;
  padding: .75rem;
  vertical-align: top;
}

.html-sitemap{
	margin-bottom: 30px;
}



#load-more{
	cursor: pointer;
}

section.more-article{
	padding-top: 26px;
}


.post-about-author{
	border-top: solid 1px #9da6b0;
	border-bottom: solid 1px #9da6b0;
	margin: 50px 0px;
	padding: 50px 24px;
}

.post-about-author .col-sm-3{
	-ms-flex: 0 0 19.3%;
    flex: 0 0 19.3%;
    max-width: 19.3%;

}

.post-about-author .col-sm-9{
	-ms-flex: 0 0 80.7%;
    flex: 0 0 80.7%;
    max-width: 80.7%;
}

.post-about-author .about-author-image{
	text-align: center;
	margin-bottom: 25px;
}

.post-about-author .about-author-image a img {
	width: 100%;
	height: auto;
	max-width: 150px;
	-webkit-border-radius: 150px; 
	-moz-border-radius: 150px; 
	border-radius: 150px;
}

.post-about-author .about-author-text{
	padding-left: 1px;
}

.post-about-author .about-author-text, 
.post-about-author .about-author-text p,
.archive.author .author-text{
	font-size: 16px;
}


.post-about-author .about-author-text a{
	color: #007681;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	font-family: 'AdihausDIN-Bold';
}

.post-about-author .about-author-text a:hover{
	color: #03444a !important;
	text-decoration: underline;
}

.author-info .author-image{
	text-align: center;
	margin-bottom: 25px;
}

.archive.author .author-info{
	margin-top: 50px;
	margin-bottom: 45px;
}

@media (min-width: 768px){
	
	.post-about-author{
		padding: 75px 24px;
	}
		
	.post-about-author .about-author-text strong,
	.archive.author .author-text strong{
		text-align: left;
		margin-top: 0px;
	}
	
	.archive.author .author-info{
		margin-top: 25px;
		margin-bottom: 35px;
	}
	
	.author-info .author-image{
		text-align: left;
		margin-bottom: 0px;
	}
	
	.post-about-author .about-author-text strong{
		text-align: left;
		margin-top: 0px;
	}

	.post-about-author .about-author-image{
		margin-bottom: 0px;
	}
}


.error-404{
	padding-bottom: 50px;
}

/*** Search form ***/

.search-form label{
	float: left;
    margin-right: 15px;
}

.search-form span.screen-reader-text{
	display: none;
}

input[type="text"], input[type="email"], input[type="date"], input[type="number"], input[type="search"]{
	border: 1px solid #DEDEDE;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    background: none;
    font-size: 12px;
    padding: 11px 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    width: 100%;
    max-width: 400px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
    line-height: normal;
	font-weight: normal;
}

input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 11px 20px;
    text-transform: uppercase;
    color: #313131;
    margin: 0;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #F5F5F5;
    max-width: 450px;
	font-weight: 500;
	line-height: normal;
}

input[type="search"]{
	max-width: inherit;
}

.search-form label, .search-form input[type="submit"]{
	width: 100%;
	max-width: inherit;
}

@media (min-width: 600px){
	.search-form label, .search-form input[type="submit"]{
		width: 50%;
		margin-right: 0px;
	}
	
	.search-form label{
		padding-right: 12px;
	}
}

@media (min-width: 992px){
	.search-form label, .search-form input[type="submit"]{
		max-width: 400px;
	}
}

/** Footer **/

footer{
	border: 1px solid #c8cbcc;
	border-width: 1px 0px 0px 0px;
    text-align: left;
    margin-top: 20px;
}

footer .container {
    padding-top: 10px;
    padding-bottom: 30px;
}

footer ul{
	padding-left: 0px !important;
}

footer h2 {
    font-family: 'AdineuePRO-Bold' !important;
    color: #9a9b9b;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.page-template-page-rebranding footer h2 {
    font-family: 'AdineuePRO-Bold' !important;
}

footer h2:after {
    content: "";
    display: inline-block;
    background-image: url(./images/arrow_down_grey.svg);
    width: 50px;
    height: 40px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 15px;
}

footer .menu {
    display: none;
}

footer ul li {
    list-style-type: none;
}

footer ul li a {
    font-family: 'AdihausDIN-Regular' !important;
    color: #363738;
    list-style-type: none;
    font-size: 16px;
    line-height: 45px;
}

footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus{
	text-decoration: none;
    color: #007681 !important;
}

.footer-copyright {
    font-size: 14px;
    color: #000000;
}

.footer-copyright .container {
    padding-bottom: 0px;
}

.footer-copyright .row {
    border: 1px solid #c8cbcc;
    border-width: 1px 0px 0px 0px;
    margin: 0px;
}

.footer-copyright .row .col-6 {
    padding: 20px 0px;
}

#languageDropdown {
    font-family: 'AdihausDIN-Bold', sans-serif;
}

#languageDropdown svg{
	fill: #007681;
}

#languageDropdown:hover svg{
	fill: #03444a;
}

footer ul.dropdown-menu {
    bottom: 30px;
    top: inherit !important;
    position: absolute !important;
    min-width: 150px;
    border-radius: 0px;
}

footer ul.dropdown-menu li a {
    font-family: 'AdihausDIN-Medium' !important;
    font-size: 18px;
    color: #282e36;
    font-weight: 500;
}

.footer-copyright .col2 {
    text-align: right;
}

@media (min-width: 768px){
	
	footer .container {
		padding-top: 45px;
		padding-bottom: 15px;
	}
	
	footer h2 {
		margin-bottom: 5px;
		cursor: auto !important;
	}
	
	footer h2:after{
		display: none;
	}
	
	footer .menu {
		display: block;
	}
	
	.footer-copyright .container {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
}



.load-more-button{
	clear: both;
    margin: 25px 0px 50px;
    text-align: center;
	position: relative;
	height: 52px;
}

.load-more-button #load-more,
.load-more-button #load-more-search-results{
	background-color: #007681;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 17px;
	line-height: 17px;
    border-radius: 40px;
    padding: 18px 0px 17px;
	font-family: 'AdihausDIN-Medium' !important;
	
	position: absolute;
    margin-left: auto;
    margin-right: auto;
	left: 0;
	top: 0;
    right: 0;
    width: 200px;
	cursor: pointer;
}

.load-more-button:hover #load-more,
.load-more-button:hover #load-more-search-results{
	background-color: #03444a;
}

.spinner{
	text-align: center;
    clear: both;
    position: absolute;
    margin-left: 46%;
    margin-right: auto;
}

.spinner img{
	width: 50px;
	height: auto;
}

/*** Tracking Banner ***/
.tracking-banner-top{
	display: none;
}

.tracking-banner-bottom{
	display: none;
}

/*** Tracking Video ***/
.tracking-video{
	display: none;
}

@media (max-width: 530px){
	.tracking-video iframe{
		width: 100%;
	}
}

@media (max-width: 500px){
	.tracking-video iframe{
		height: 450px;
	}
}

@media (max-width: 475px){
	.tracking-video iframe{
		height: 425px;
	}
}

@media (max-width: 450px){
	.tracking-video iframe{
		height: 400px;
	}
}

@media (max-width: 425px){
	.tracking-video iframe{
		height: 375px;
	}
}

@media (max-width: 400px){
	.tracking-video iframe{
		height: 350px;
	}
}

@media (max-width: 375px){
	.tracking-video iframe{
		height: 325px;
	}
}

@media (max-width: 350px){
	.tracking-video iframe{
		height: 300px;
	}
}

@media (max-width: 325px){
	.tracking-video iframe{
		height: 275px;
	}
}


@media (max-width: 300px){
	.tracking-video iframe{
		height: 250px;
	}
}


/*** Spinner ***/

.spinIcon{
	fill:#007681;
}

.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.email-sharing-popup form{
	padding-bottom: 15px;
}

.grecaptcha-badge{
	right: 15px !important;
	bottom: 15px !important;
}

ul.checklist li{
	list-style-type: none;
	padding-left: 0px;
}

ul.checklist li:before{
	content: "\2610";
    margin-right: 15px;
}

.sa_owl_theme .owl-dots .owl-dot{
	outline: none;
}

figcaption{
	font-size: 14px;
    line-height: 19px;
    vertical-align: baseline;
    padding-top: 0px;
}

#register_link{
	text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'AdihausDIN-Bold';
	font-size: 24px;
	line-height: 28px;
	margin-top: 50px;
}

.register_link_inner{
	background-color: #007681;
	padding: 35px 25px;
}

#register_link p{
	padding-top: 0px;
	margin-bottom: 20px;
}

#register_link a{
	border: 1px solid #FFFFFF;
    padding: 14px 24px 11px;
	font-family: 'AdihausDIN-Medium';
    color: #FFFFFF;
    border-radius: 30px;
	font-size: 17px;
    display: inline-block;
}

#register_link a:hover,
#register_link a:active,
#register_link a:focus{
	background-color: #FFFFFF;
	color: #007681 !important;
}

@media (min-width: 1024px){
	
	#register_link{
		margin-top: 0px;
	}
}

.page-id-111593 .blog-detail-content-headline{
	display: none;
}

.page-id-111593 .blog-detail-content-text{
	width: 100%;
}

span[itemprop="fatContent"]:after,
span[itemprop="carbohydrateContent"]:after,
span[itemprop="proteinContent"]:after,
span[itemprop="fiberContent"]:after,
span[itemprop="saturatedFatContent"]:after,
span[itemprop="sugarContent"]:after,
span[itemprop="sodiumContent"]:after,
span[itemprop="transfatContent"]:after,
span[itemprop="cholesterolContent"]:after
{
	content: " g";
}

@media (max-width: 480px){
	.owl-item>div{
		padding: 0px !important;
		margin: 0px !important;
	}
}

img.lazy{
	max-width: 50px !important;
	height: 50px !important;
	margin-left: 45% !important;
	margin-top: 50px !important;
	width: inherit !important;
}

img.lazy.lazy-loaded{
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	vertical-align: baseline !important;
}

@media (max-width: 480px){
	img.lazy{
		max-width: 40px !important;
		height: 40px !important;
		margin-left: 43% !important;
		width: inherit !important;
	}
}

@media (max-width: 700px){
	img.lazy{
		margin-left: 45% !important;
	}
}

@media (max-width: 1024px){
	img.lazy{
		margin-left: 47% !important;
	}
}


/** Tooltip **/

abbr[data-original-title], abbr[title], abbr[rel="tooltip"]{
	color: #007681;
    text-decoration: none;
}

.tooltip{
    text-align: center;
    color: #fff;
    background: #007681;
    position: absolute;
    z-index: 100;
    padding: 6px 16px;
	border-radius: 16px;
	font-size: 16px;
	line-height: 20px;
	max-width: 335px;
}
 
.tooltip:after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #007681;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
 
.tooltip.top:after{
	border-top-color: transparent;
	border-top-width: 0px;
	border-bottom: 10px solid #007681;
	top: -8px;
	bottom: auto;
}
 
.tooltip.left:after{
	left: 40px;
	right: unset;
	margin: 0;
}
 
.tooltip.right:after {
	right: 40px;
	margin: 0;
	left: unset;
}

.tooltip.left.right:after{
	left: 50%;
	right: inherit;
}

@media (max-width: 1024px){
	.archive-page #sidebar{
		margin-bottom: 35px;
	}
}

@media (min-width: 1025px){
	.archive-page .archive-content,
	.blogdetail .blog-content{
		min-height: 3100px;
	}
}

section.blogdetail .blog-detail-content .blog-detail-content-text td img{
	width: 100% !important;
	padding-right: 25px;
}

@media (max-width: 480px){
	section.blogdetail .blog-detail-content .blog-detail-content-text td{
		width: 100%;
		display: block;
	}
	
	section.blogdetail .blog-detail-content .blog-detail-content-text td img{
		padding-right: 0px;
	}
}

#cookie-bar {background: #007681; opacity: .9; height:auto; line-height:24px; color:#FFFFFF; text-align:center; padding:5px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding: 5px 15px; font-size: 13px; line-height: 21px;}
#cookie-bar a {color:#FFFFFF; text-decoration:underline;}
#cookie-bar a:hover{
	color:#FFFFFF !important; text-decoration:underline !important;
}
#cookie-bar .cb-enable {background:#FFFFFF; color: #007681; text-decoration: none; padding: 6px 15px; margin-left: 10px; font-size: 15px;}
#cookie-bar .cb-enable:hover {background:#FFFFFF; color: #007681 !important; }

@media (max-width: 480px){
	#cookie-bar.fixed.bottom{
		height: 83px;
	}
}

.iphone-x #cookie-bar{
	padding-bottom: 40px;
}

body.cookie-bar.iphone-x .socialdetailpage.social-media-icons-bottom{
	bottom: 115px;
}

#comments, .commentlist{
	display: none;
}

html[lang="zh"] b, 
html[lang="zh"] strong{
	font-weight: bold !important;
}

.blog_ab1807-mobile{
	display: block;
}

.blog_ab1807-desktop{
	display: none;
}

@media (min-width: 1025px){
	.blog_ab1807-mobile{
		display: none;
	}
	
	.blog_ab1807-desktop{
		display: block;
	}
}

#wechat_sharing .modal-dialog {
	max-width: 235px;
}

.sharing-rating-icons{
	text-align: center;
}

#qrcode_sharing img{
	margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

@media (max-width: 768px){
	
	.main-zh .social-media-icons-bottom{
		height: 0px;
		overflow: hidden;
		border-top: 0px;
		padding: 0px;
		margin: 0px;
	}
}

#user_registration iframe{
	min-height: 450px;
	height: auto;
	width: 100%;
}

#user_registration .modal-body{
	padding: 1px;
}

.page .blog-detail-content-headline,
.page .blog-detail-content-text{
	padding: 0px 20px;
}


/** allow scrolling for modal window on mobiles **/

@media (max-width: 1100px){

	html{
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

body.modal-open{
	overflow: visible;
}

#user_check_content{
	margin-top: 25px;
}

#user_check_content button.wpdm-download-link{
	width: auto;
	padding: 18px 25px 17px;
}

.blue{
	color: #007681;
}


.iframe-wrapper iframe{
	width: 100%;
	height: 100vh;
}


.iphone .iframe-wrapper iframe{
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}

.iphone .iframe-wrapper iframe{
	min-width: 100%; 
    width: 100px;
    *width: 100%; 
	height: auto;
}

/** Charts **/
@media (max-width: 480px){
	.ec-uv-chart-container text{
		font-size: 18px !important;
	}
}


/** Calculator Overview **/
@media (max-width: 480px){
	.ec-uv-chart-container text{
		font-size: 18px !important;
	}
}

.caluclator-overview .calculator-block{
	position: relative;
	margin-bottom: 40px;
}

.calculator-overlay{
	position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
	 padding: 0px 12px;
}

.calculator-block h3{
    color: #FFFFFF;
    margin-top: 50px;
    font-size: 24px;
	line-height: 29px;
    margin-bottom: 20px;
    padding: 0px 25px;
}

.calculator-block p{
    color: #FFFFFF;
	padding: 0px !important;
    margin: 0px !important;
}

.calculator-block p.calculator-read-more-text{
	position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
	padding-right: 24px !important;
}

.calculator-more-link{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}


.calculator-more-link:hover,
.calculator-more-link:focus{
    text-decoration: none !important;	
}

.calculator-block:hover a,
.calculator-block:hover h3,
.calculator-block:hover p.calculator-read-more-text{
	    color: rgba(255,255,255,0.75) !important;
    text-decoration: none;
}

@media (max-width: 1024px){
	.calculator-block h3 {
		font-size: 20px;
		  line-height: 26px;
		margin-top: 50px;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 50px;
	}
	
}


@media (min-width: 1025px){
	.blog-detail-content-text a.calculator-more-link:hover,
	.blog-detail-content-text a.calculator-more-link:focus{
    text-decoration: none !important;	
   }
}

@media (min-width: 1024px) and (max-width: 1200px){
.calculator-block p.calculator-read-more-text{
	bottom: 25px;
}
	
	.calculator-block h3{
	    margin-top: 40px;
	}
}

@media (min-width: 576px) and (max-width: 1024px){

}	

@media (max-width: 480px){
	
	.page-template .blog-detail-content-text {
		padding: 0px;
	}
	
	.calculator-block h3{
	    font-size: 20px;
		line-height: 22px;
		margin-top: 40px;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 40px;
	}
	
	.calculator-block p.calculator-read-more-text{
		padding-right: 10px !important;
	}
	
	.calculator-overview .row{
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media (max-width: 450px){
	.calculator-block h3 {
		margin-top: 40px;
	}

	.calculator-block p.calculator-read-more-text{
			bottom: 40px;
		}
	}

@media (max-width: 400px){
	.calculator-block h3 {
		margin-top: 40px;
		font-size: 20px;
		line-height: 23px;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 25px;
		padding-right: 24px;
	}
	
}

@media (max-width: 350px){
	.calculator-block h3 {
		margin-top: 35px;
		font-size: 18px;
		line-height: 20px;
		padding: 0px 20px;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 35px;
	}
	
	.main-fr .calculator-block h3 {
		font-size: 16px;
		line-height: 19px;
	}
	
}


@media (min-width: 576px){
.calculator-block.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (min-width: 576px) and (max-width: 650px){
	.calculator-block h3{
		font-size: 17px;
		line-height: 20px;
		margin-top: 20px;
		padding: 0px 15px;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 20px;
	}
	
	.main-fr .calculator-block h3 {
		font-size: 16px;
		line-height: 19px;
	}
}

@media (min-width: 650px){
	.calculator-block h3{
		font-size: 18px;
		line-height: 20px;
		margin-top: 30px;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 30px;
	}
	
	.main-fr .calculator-block h3 {
		font-size: 17px;
	}
}

@media (min-width: 700px){

	.calculator-block h3{
		font-size: 20px;
		line-height: 22px;
		margin-top: 30px;
	}
	
	.main-fr .calculator-block h3 {
		font-size: 19px;
	}
	
}

@media (min-width: 768px){
	.calculator-block.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 45px;
	}
}


@media (min-width: 850px){
	.calculator-block h3{
		margin-top: 45px;
	}
}

@media (min-width: 1024px) and (max-width: 1100px){
	.calculator-block p.calculator-read-more-text{
		bottom: 25px;
	}
	
	.calculator-block h3{
	    margin-top: 30px;
		line-height: 24px;
	}
}

@media (min-width: 1101px) and (max-width: 1200px){
	.calculator-block h3{
		margin-top: 40px;
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 40px;
	}
}

@media (min-width: 1025px){
	.blog-detail-content-text a.calculator-more-link:hover,
	.blog-detail-content-text a.calculator-more-link:focus{
		text-decoration: none !important;	
	}
	
	.calculator-block p.calculator-read-more-text{
		bottom: 40px;
	}
}


@media (min-width: 1260px){
	.calculator-block h3{
		font-size: 22px;
		line-height: 25px;
	}
}

.page-template-default ul{
	padding-left: 20px;
}

#calculator_link img{
	width: 100%;
	height: auto;
}

#calculator_link .desktop-link{
	display: none;
}

#sidebar{
	margin-bottom: 25px;
}


aside .widget_custom_html {
    margin-top: 30px;
}

.page-template-page-sidebar ul{
	padding-left: 20px;
}

.page-template-page-sidebar h1{
	text-align: center;
    color: #007681;
    margin-top: 20px;
}

.widget_socialmediabar_widget h3{
	display: none;
}

.widget_socialmediabar_widget{
	margin-top: 40px;
}

@media (min-width: 1024px){
	#sidebar{
		margin-bottom: 0px;
	}
	
	#calculator_link .mobile-link{
		display: none;
	}
	
	#calculator_link .desktop-link{
		display: block;
	}
	
	.widget_socialmediabar_widget h3{
		display: block;
	}

	.widget_socialmediabar_widget{
		margin-top: 0px;
	}
}

#sidebar .instagram-pics li a{
	height: 100px;
    overflow: hidden;
    display: block;
}

@media (min-width: 1100px){
	#sidebar .instagram-pics li a{
		height: 110px;
	}
}

@media (min-width: 1200px){
	#sidebar .instagram-pics li a{
		height: 120px;
	}
}


.siteorigin-panels .blog-detail-content-text{
	width: 100%;
	overflow: visible;
}

.siteorigin-panels h2,
.siteorigin-panels h2.sow-headline{
	font-family: 'AdineuePRO-Bold' !important;
}

.siteorigin-panels p{
	font-size: 16px;
	line-height: 26px;
}

.gallery.gallery-columns-3 figure{
	width: 33%;
	float: left;
}

.gallery.gallery-columns-3 figure img{
	width: 100% !important;
	height: auto;
	padding-right: 2% !important;
}

.image-blue-box-left{
	position: relative;
}

.image-blue-box-left .sow-image-container:before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 37%;
	height: 100%;
	background-color: #6582c3;
	opacity: 0.5;
}

.image-blue-box-left .sow-image-container img{
	position: relative;
	width: 75% !important;	
	margin: 5% 0% 10% 25% !important;
}

.video-blue-box-right .wp-video,
.video-orange-box-right .wp-video,
.video-green-box-right .wp-video{
	width: 90% !important;
	padding-top: 15px;
}

.video-blue-box-right,
.video-orange-box-right,
.video-green-box-right{
	position: relative;
	padding-top: 15px;
}

.video-blue-box-right .wp-video,
.video-orange-box-right .wp-video,
.video-green-box-right .wp-video{
	padding-bottom: 10%;
}

.video-blue-box-right .wp-video iframe,
.video-orange-box-right .wp-video iframe,
.video-green-box-right .wp-video iframe{
	width: 100%;
}

.video-blue-box-right .wp-video:after,
.video-orange-box-right .wp-video:after,
.video-green-box-right .wp-video:after{
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 53%;
	height: 51%;
	background-color: #6582c3;
}

.video-blue-box-right .wp-video .mejs-container,
.video-orange-box-right .wp-video .mejs-container,
.video-green-box-right .wp-video .mejs-container {
	position: relative;
    z-index: 50 !important;
}

.video-orange-box-right .wp-video:after{
	background-color: #f46d57;
}

.video-green-box-right .wp-video:after{
	background-color: #007681;
}

.video-blue-box-right .wp-video .mejs-container,
.video-orange-box-right .wp-video .mejs-container,
.video-green-box-right .wp-video .mejs-container{
	position: relative;
    z-index: 100;
}


.page-template-page-rebranding #runtastic_instagram_container li{
	overflow: hidden;
	max-height: 80px;
    margin-bottom: 10px;
}

@media (min-width: 350px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 90px;
	}
}

@media (min-width: 400px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 105px;
	}
}

@media (min-width: 450px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 125px;
	}
}

@media (min-width: 550px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 145px;
	}
}

@media (min-width: 650px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 180px;
	}
}

@media (min-width: 750px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 210px;
	}
}

@media (min-width: 780px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 105px;
	}
}

@media (min-width: 900px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 120px;
	}
}


@media (min-width: 1000px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 140px;
	}
}

@media (min-width: 1100px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 160px;
	}
}

@media (min-width: 1200px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 175px;
	}
}

@media (min-width: 1240px){
	.page-template-page-rebranding #runtastic_instagram_container li{
		max-height: 167px;
	}
}

.sow-headline-container .decoration {
    display: none;
}

/*** Footer Banner ***/
.footer-ban{
	display: none;
}

@media (max-width: 768px){
	.footer-ban{
		display: block;
		background-color: #FFFFFF;
		width: 100%;
		height: 62px;
		z-index: 2000;
		position: fixed;
		bottom: 0px;
		background-size: cover;
		background-position: center;
		border: 0px;
	}

	.footer-ban-28{
		background-image: url('./images/footer_ban/footer_ban_28_bg.jpg');
		background-position: left top;
		background-size: cover;
		background-repeat: no-repeat;
		background-size: cover;
		height: 85px;
	}

	.footer-ban-29{
		background-image: url('./images/footer_ban/footer_ban_29_bg.jpg');
		background-position: left top;
		background-size: cover;
		background-repeat: no-repeat;
		background-size: cover;
		height: 85px;
	}

	.footer-ban-logo{
		background-image: url('./images/footer_ban/rfto_26.png');
		background-position: left center;
		background-size: 100%;
		background-repeat: no-repeat;
		height: 70px;
		flex: 0 0 25%;
	}

	.footer-ban-text-container{
		display: flex;
		margin-top: 10px;
		width: 100%;
		padding-right: 25px;
		padding-left: 10px;
	}

	.footer-ban-text{
		color: #314c45;
		text-transform: uppercase;
		font-family: 'AdihausDIN-Bold' !important;
		line-height: 1.1em;
		font-size: 24px;
		flex: 1 0 50%;
		align-self: center;
		padding-left: 10px;
		padding-right: 10px;
		text-align: left;
		margin: 0px;
	}

	.footer-ban-25 .footer-ban-text{
		color: #db4a39;
		text-align: left;
		font-size: 18px;
	}

	.footer-ban-29 .footer-ban-text{
		color: #FFFFFF;
		text-align: left;
		font-size: 18px;
		padding-left: 32px;
		text-transform: inherit;
	}

	.footer-ban-button-container{
		position: absolute;
		bottom: 10px;
		right: 30px;
		text-align: right;
	}

	.footer-ban-button{
		background-color: #ffffff;
		font-size: 15px;
		line-height: 22px;
		border-radius: 40px;
		color: #000000;
		text-transform: uppercase;
		padding: 12px 15px 10px;
		font-family: 'AdineuePRO-Bold',sans-serif !important;
		cursor: pointer;
		width: auto;
		text-align: center;
		letter-spacing: 0.5px;
		display: inline-block;
		max-height: 50px;
		align-self: center;
		flex: 0 1 33%;
	}

	.footer-ban-button:hover{
		background-color: #000000;
		color: #ffffff;
	}

	.footer-ban-button a {
		color: #000000;
		padding: 12px 15px 10px;
	}

	.footer-ban-button a:hover{
		color: #f3efee !important;
	}

	.footer-ban .adidas-button{
		background-color: #314c45;
		color: #FFFFFF !important;
		background-image: url('/blog/wp-content/themes/runtastic2018/images/adidas-arrow-white.svg');
		background-size: 15px;
		background-position: right 5px center;
		min-height: 35px;
		height: 35px;
		margin-top: 19px;
		line-height: 35px;
		margin-bottom: 19px;
		padding: 0px 30px 0px 10px;
	}

	.footer-ban .adidas-button:before{
		border-bottom: 1px solid #314c45;
		border-left: 1px solid #314c45;
	}

	.footer-ban .adidas-button:after{
		border-right: 1px solid #314c45;
		border-top: 1px solid #314c45;
	}

	.footer-ban-29 .adidas-button{
		background-color: #491f47;
	}

	.footer-ban-29 .adidas-button:before {
		border-bottom: 1px solid #491f47;
		border-left: 1px solid #491f47;
	}

	.footer-ban-29 .adidas-button:after{
		border-right: 1px solid #491f47;
		border-top: 1px solid #491f47;
	}

	.footer-ban-25 .footer-ban-button{
		background-color: #db4a39;
		color: #f4f0ed;
	}

	.footer-ban-close{
		position: absolute;
		right: 3px;
		top: 3px;
		width: 25px;
		height: 25px;
		background-color: rgba(255,255,255,0.5);
		border-radius: 40px;
		text-align: center;
		padding: 0px;
		line-height: 25px;
		cursor: pointer;
	}
	
	.footer-ban-close svg .cls-1,
	.footer-ban-close svg .st0 {
		fill: #405371 !important;
	}

}

@media (max-width: 700px) {
	.footer-ban-25 .footer-ban-text-container {
		width: 70%;
	}

	.footer-ban-text {
		font-size: 22px;
	}
}

@media (max-width: 600px) {

	.footer-ban-text {
		font-size: 20px;
		flex: 1 0 45%;
	}

}

@media (max-width: 550px){

	.footer-ban-button a{
		padding: 10px;
	}

}

@media (max-width: 500px){

	.footer-ban-29.lang-fr .adidas-button,
	.footer-ban-29.lang-de .adidas-button{
		font-size: 11px;
	}
}

@media (max-width: 480px){

	.footer-ban-text{
		font-size: 17px;
		line-height: 1.2em;
		margin: 7px 0px;
	}

	.footer-ban-button{
		font-size: 15px;
		line-height: 15px;
		border-radius: 40px;
		padding: 8px 10px 8px;
	}

	.footer-ban-button a{
		padding: 10px 0px;
	}

	.footer-ban-25 {
		height: 110px;
	}

	.footer-ban-25 .footer-ban-text{
		font-size: 16px;
	}

	.footer-ban-29.lang-fr .adidas-button,
	.footer-ban-29.lang-de .adidas-button{
		font-size: 10px;
	}

	.footer-ban-29.lang-fr .footer-ban-text,
	.footer-ban-29.lang-de .footer-ban-text{
		font-size: 15px;
	}

}

@media (max-width: 450px){
	.footer-ban-29.lang-fr .adidas-button,
	.footer-ban-29.lang-de .adidas-button,
	.footer-ban-29.lang-pt .adidas-button,
	.footer-ban-29.lang-it .adidas-button{
		font-size: 9px;
	}

	.footer-ban-29.lang-fr .footer-ban-text{
		font-size: 13px;
	}

	.footer-ban-29.lang-de .footer-ban-text{
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	.footer-ban-text {
		font-size: 18px;
	}

}

@media (max-width: 400px){

	.footer-ban-text {
		font-size: 17px;
	}

	.footer-ban-button{
		font-size: 12px;
		line-height: 15px;
	}



}

@media (max-width: 380px){
	.footer-ban-logo{
		flex: 0 0 20%;
	}

	.footer-ban-29 .footer-ban-text{
		font-size: 16px;
	}

	.footer-ban-29 .adidas-button{
		background-image: none;
		padding: 0px 10px;
		font-size: 9px !important;
	}

}

@media (max-width: 350px){

	.footer-ban-button {
		font-size: 11px;
		padding: 8px 6px 8px;
	}

	.footer-ban-text{
		font-size: 16px;
	}

	.footer-ban-button a {
		padding: 5px;
	}

	.footer-ban-29 .adidas-button{
		background-image: none;
		padding: 0px 10px;
		font-size: 8px !important;
	}

}

@media (min-width: 768px){
	.footer-ban{
		display: none !important;
	}
}


#marathon-lotto>.panel-grid-cell{
	max-width: 570px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.blog-detail-content-text .panel-grid{
	margin-bottom: 60px !important;
}

@media (max-width: 480px){
	.blog-detail-content-text .panel-grid{
		margin-bottom: 40px !important;
	}
}

#tyfrwu a, #training-plan a, #benefit-reasons a, #athlete-stories a, .hub-2 a{
	color: #f46d57 !important;
}

#tyfrwu a:hover, #training-plan a:hover, #benefit-reasons a:hover, #athlete-stories a, .hub-2 a:hover{
	color: #f46d57 !important;
}

.hub-1 a, 
.hub-1 a:hover,
.hub-1-open a,
.hub-1-open a:hover{
	color: #6582c3 !important;
}

.hub-2 a, 
.hub-2 a:hover,
.hub-2-open a,
.hub-2-open a:hover{
	color: #f46d57 !important;
}

.hub-2 .nf-form-content input[type=button]{
	background-color: #f46d57;
}

.hub-2 .nf-form-content input[type=button]:hover{
	background-color: #cf5f4c;
}

.hub-3 a, 
.hub-3 a:hover,
.hub-3-open a,
.hub-3-open a:hover{
	color: #007681 !important;
}

.hub-3 .nf-form-content input[type=button]{
	background-color: #007681;
}

.hub-3 .nf-form-content input[type=button]:hover{
	background-color: #03444a;
}

@media (min-width: 768px){
	#marathon-lotto{
		border: 1px solid rgba(54,55,56,0.2);
	}
}
	

.page-template-page-rebranding .main{
	overflow: hidden;
}

#header-hub-1,
#header-hub-2,
#header-hub-3{
	cursor: pointer;
	position: relative;
	
	width: 100vw;
    left: 50%;
    margin-left: -50vw;
    right: 50%;
    margin-right: -50vw;
}

.panel-grid.panel-has-style>.panel-row-style.hub-1,
.panel-grid.panel-no-style.hub-1
.panel-grid .hub-1{
	display: none;
}


#header-hub-1:after,
#header-hub-2:after,
#header-hub-3:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -60px;
	height: 60px;
	width: 100%;
	background-color: #6582c3;
	background-image: url('./images/arrow_down_white.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 60% 24px;
	text-align: center;
	color: #FFFFFF;
	font-family: 'AdineuePRO-Bold';
	text-transform: uppercase;
	padding: 16px;
	opacity: 1;
	
}

#header-hub-2:after{
	background-position: 61% 24px;
}

#header-hub-1.opened:after,
#header-hub-2.opened:after,
#header-hub-3.opened:after{
	background-image: url('./images/arrow_up_white.svg');
	background-position: 56% 24px;
}

#header-hub-1 .so-panel,
#header-hub-2 .so-panel,
#header-hub-3 .so-panel{
	margin-bottom: 0px !important;
}

#header-hub-2:after{
	background-color: #f46d57;
}

#header-hub-3:after{
	background-color: #007681;
}

.hub-3 a,
.hub-3 a:hover{
	color: #007681 !important;
}

@media (max-width: 1300px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		background-position: 61% 24px;
	}
	
	#header-hub-2:after{
		background-position: 61% 24px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 58% 24px;
	}
}

@media (max-width: 1200px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		background-position: 62% 24px;
	}
	
	#header-hub-2:after{
		background-position: 63% 24px;
	}
	
}

@media (max-width: 1100px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		background-position: 63% 24px;
	}
	
	#header-hub-2:after{
		background-position: 64% 24px;
	}
	
}

@media (max-width: 1025px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		background-position: 64% 24px;
	}
	
	#header-hub-2:after{
		background-position: 65% 24px;
	}
	
}

@media (max-width: 950px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		padding: 16px;
		background-position: 68% 24px;
	}
	
	#header-hub-2:after{
		background-position: 70% 24px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 59% 24px;
	}
}

@media (max-width: 800px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		padding: 16px;
		background-position: 70% 24px;
	}
	
	#header-hub-2:after{
		background-position: 71% 24px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 60% 24px;
	}
}

@media (max-width: 700px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		padding: 16px;
		background-position: 74% 24px;
	}
	
	#header-hub-2:after{
		background-position: 76% 24px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 62% 24px;
	}
}

@media (max-width: 600px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		padding: 16px;
		background-position: 79% 24px;
	}
	
	#header-hub-2:after{
		background-position: 81% 24px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 64% 24px;
	}
}

@media (max-width: 480px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		bottom: -40px;
		height: 40px;
		background-size: 15px;
		background-position: 78% 15px;
		padding: 8px;
		font-size: 16px;
	}
	
	#header-hub-2:after{
		background-position: 80% 15px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 64% 15px;
	}
}

@media (max-width: 450px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		background-position: 82% 15px;
	}
	
	#header-hub-2:after{
		background-position: 84% 15px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 66% 15px;
	}
}

@media (max-width: 380px){
	#header-hub-1:after,
	#header-hub-2:after,
	#header-hub-3:after{
		background-position: 89% 15px;
	}
	
	#header-hub-2:after{
		background-position: 91% 15px;
	}
	
	#header-hub-1.opened:after,
	#header-hub-2.opened:after,
	#header-hub-3.opened:after{
		background-position: 69% 15px;
	}
}


.test{
	color: #FFFFFF;
	background: #FFFFFF;
}

.pum{
	z-index: 10000 !important;
}

div.enlighter>div{
	line-height: 3em !important;
}

.adidas-button{
		background-color: #000;
    border-color: #fff;
    color: #fff !important;
    height: 50px;
	  font-size: 13px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-transform: uppercase;
    justify-content: space-between;
    width: auto;
    display: inline-block;
    line-height: 50px;
    min-height: 50px;
    padding: 0 60px 0px 21px;
	position: relative;
	
	background-image: url('/blog/wp-content/themes/runtastic2018/images/adidas-arrow-white.svg');
	background-repeat: no-repeat;
    background-position: right 21px center;
	transform: translate(-3px,-3px);
    margin-left: 3px;
	margin-bottom: 25px;

}

.blog-detail-content-text a.adidas-button:hover{
	color: #767677 !important;
}

.blog-detail-content-text a.adidas-button:active,
.blog-detail-content-text a.adidas-button:focus{
	color: #FFFFFF !important;
}



.adidas-button:active{
	transform: translate(0);
}

.adidas-button:before, 
.adidas-button:after{
		content: "";
    display: block;
    position: absolute;
    transition: .1s cubic-bezier(.3,0,.45,1);
	
}

.adidas-button:before {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    bottom: -3px;
    height: 3px;
    left: 3px;
    width: 100%;
}

.adidas-button:active:before{
	bottom: 0;
    height: 0;
    left: 0;
}

.adidas-button:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    height: 100%;
    right: -3px;
    top: 3px;
    width: 3px;
}

.adidas-button:active:after{
	right: 0;
    top: 0;
    width: 0;
}

section.blogdetail .blog-detail-content .blog-detail-content-text img.imp-main-image{
	width: 100%!important;
}