/* ==========================================================================
   General styles
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;-webkit-font-smoothing:antialiased;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0;background:#212226}td,th{padding:0}

h1,h2,h3,h4,h5,h6,h7,h8{
	color: #ddd;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
html, input, select, textarea {
    font-family: Raleway,sans-serif;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
hr{
background: linear-gradient(to right,rgba(33,34,38,0) 0%,rgba(23,24,26,1) 15%,rgba(23,24,26,1) 25%,rgba(23,24,26,1) 35%,rgba(23,24,26,1) 69%,rgba(23,24,26,1) 65%,rgba(23,24,26,1) 75%,rgba(23,24,26,1) 85%,rgba(33,34,38,0) 100%);
    height: 1px;
    border: 0;
}
#wpadminbar{
	display:none;
}
/* Für moderne Browser */
::-webkit-scrollbar {
    width: 12px; /* Breite der Scrollbar */
}

::-webkit-scrollbar-track {
    background: #1e1e1e; /* Hintergrund der Scrollbar (Track) */
}

::-webkit-scrollbar-thumb {
    background-color: #555; /* Farbe des Scrollbalkens */
    border-radius: 6px; /* Runde Kanten */
    border: 2px solid #1e1e1e; /* Rand, passend zum Hintergrund */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888; /* Hover-Farbe */
}


@font-face {
  font-family: Raleway;
  src: url(fonts/raleway-v18-latin-regular.woff);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(fonts/raleway-v18-latin-900.woff);
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('fonts/montserrat-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v18-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('fonts/montserrat-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v18-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
a{
	color: #ddd;
	text-decoration:none !important;
}
#dashboard #wp-firebase-chat{
	height: 67vh;
    min-height: 400px;
    }
.wpfirebase-chat-list .lastMessage{
	font-size:13px;
	color: #ddd;
}
.wpfirebase-chat-list .senderName{
	font-weight:bold;
}
.wpfirebase-chat-list .messageTime{
	 margin-left: auto;
}
.wpfirebase-chat-list ul li{
   display: flex;
   align-items: center; /* vertikale Zentrierung */
   gap: 10px; /* Abstand zwischen den Elementen, anpassen falls gewünscht */
   padding: 8.5px 0 !important;
}
.wpfirebase-chat-list ul li:hover{
   background:#111;
}
.messageHeader{
	max-width: 1100px;
    margin: 0 auto; display: flex;
    align-items: center; /* vertikale Zentrierung der Elemente */
    gap: 10px;
    background: #111;
    margin-top: 30px;
    border-radius: 10px 10px 0px 0px;
    
}
#dashboard .messageHeader{
	margin-top:5px;
}
.arrow {
	border: solid white;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
    margin: 20px;
    cursor: pointer; 
}

.chat-avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.chat-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#single-chat{
	display:none;
}

.circle_border_link{
	border:1px solid #ddb56e;
	padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #ddd;
    margin: 10px 0;
    display: inline-block;
    letter-spacing: 0.8px;
	
}
.circle_border_link:hover{
	color:#ddb56e;
	text-decoration:none;
}
th, td{
	text-align: left;
	padding: 5px;
}
.login-logo img{
    margin: 0 auto;
    display: block;
}
.page-id-5{
	background:#000;
}
.page-id-5 .mobile_header,.page-id-5 #mobile-menu{
	display:none !important;
}
.page-id-5 #mid{
	    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    position: absolute;
}
#post-5{
	margin-top:0px !important;
}
.page-id-5 button{
	margin-top: 20px;
    width: 100%;
}
.page-id-5 h2{
	color: #fff;
    text-align: center;
}
.page-id-5 header{
	display:none;
}
.page-id-5 .welcome_box{
	padding:15%;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
select{
	color: #5b5b5b;
	padding: 9px 15px 7px;
	
	width: 100%;
	max-width: 450px;
	box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea{
	border: 1px solid transparent;
	background-color: #f5f5f5;
	color: #5b5b5b;
	font-size: 12px;
	padding: 5px 10px;
	height:35px;
	width: 100%;
	max-width: 450px;
	box-sizing: border-box;
	-webkit-border-radius: 0;
			border-radius: 0;
}
textarea{
	display: block;
	height: 136px;
	width: 100%;
	resize: vertical; /* Allow only vertical resizing of textareas. */
}
/* FOCUS COLORS */
input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
textarea:focus{
	border-color: #d4d4d4;
	outline: none;
}
input.cptch_number{
	text-align: center;
}
.error input,
.error textarea{
	border-color: #ea4f3b;
}
/* captcha plugin */
input[name=cptch_number]{
	width: 40px !important;
}

.shepherd-enabled.shepherd-element{
	width:90%;
	margin:0 auto !important;
}
.shepherd-button{
	background:#ddb56e !important;
	color:#000 !important;
}
.shepherd-footer .shepherd-button-secondary{
    background: #ccc !important;
    color: #000!important;
}
.shepherd-header{
	background:#ddb56e !important;
}
.shepherd-header h3{
	color:#000 !important;
}

/* =============================================================================
   Buttons
   ========================================================================== */
input[type="submit"],
button[type="submit"]{
	display: inline-block;
	border: none;
	box-shadow: none;
	cursor: pointer;
	text-align: center;
	text-shadow: none;
	line-height: 42px;
	white-space: nowrap;
	height: 40px;
	padding: 0 30px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    background-color: #ddb56e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus{
	background: #000 none;
	color: #ddb56e;
}
input[type="submit"], form button, .posts-nav a span, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, ul.products .product-meta .product_name {
    font-family: Montserrat,sans-serif;
}


/* ==========================================================================
   General layout
   ========================================================================== */

body{
	height: 100%;
	background-color: #444;/* dark background looks better then white when side menu is moving */
	color: #ddd;
/*	overflow: hidden; */
}
.page-background{
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translate3d(0px, 0, 0);/* fix for scroll jiggling */
			transform: translate3d(0px, 0, 0);/* fix for scroll jiggling */
}
#mid{
	position: relative;
	z-index: 2; /* above background */ /* padding is for full screen, rest for "to-move" class */
	transition: transform .5s;
	padding-left:100px;
}
.home #mid{
	padding-left:0px;
}
#top_header{
	height:70px;
	width:100%;
 	position: fixed;
    top: 0;
	left: 0;
	z-index:88;
	background-image: linear-gradient(to right, #212226 , #17181a);
}
#header{
    background-color: #212226;
    box-shadow: none;
	width:100px;
	height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: transform .5s,background-color .5s;
}

.head{
	padding: 0 0px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box
}
.default404 .page-background,
.password-protected .page-background{
	background-size: cover;
	background-color: #000;
}

/* elements printed AFTER FOOTER(positioned absolute) and plugins styles */
#content-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 20;
	transition: opacity .5s, transform .5s, width .1s .5s, height .1s .5s;
}

/* cursors */
.cursor-grab{
	cursor: -webkit-grab;
	cursor: 		grab;
}
.cursor-grabbing{
	cursor: move;/* fallback */
	cursor: -webkit-grabbing;
	cursor:			grabbing;
}

/* ==========================================================================
   Logo
   ========================================================================== */
a.logo{
	display: block;
	max-width: 200px;
	word-wrap: break-word;
	white-space: nowrap;
	padding: 10px 0;
	opacity: 1;
	vertical-align: middle;
	background: transparent 50% 50% no-repeat;
	background-size: contain;
	background-origin: content-box;
	transition: max-width .5s, padding .5s, color .5s, opacity .5s;
}
a.logo img{
	opacity: 0;/* we have image so its display when no styles are applied */
	width: 100%;
	height: auto;
	display: block;
}
a.logo.text-logo{
	/* reset user.css styles */
	background-image: none;
	height: auto;
	line-height: 40px; /* min height of header part */
}
a.logo.image-logo{
	/* reset user.css styles */
	font-size: 0;
}
/* SVG logos */
.svg-logo .scaling-svg{
	display: block;
	width: 100%;
	height: 0;
	padding: 0;
	position: relative;
}
.svg-logo svg{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
}
a.logo.svg-logo{
	background: none!important;
}

a.hidden-logo{
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	opacity: 0;
}

/* =============================================================================
   Header horizontal general
   ========================================================================== */

.logo-cell, .menu-cell,.tools-cell{
    padding-top:15px;
}
.brush-dec{
    position: absolute;
    left: 0;
    transform: rotate(180deg);
    z-index: 20;
    height: 40px;
    width: 100%;
    z-index: 20;
    padding: 0 120px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
    background: url("/wp-content/themes/a13-onelander/images/brush-dec.png");
    }
#header.narrow .head,
#header.narrow .top-bar{
	max-width: 1240px;
}


/* STICKY HEADER */
#header.sticky-values{
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}

/* =============================================================================
   Header horizontal variants
   ========================================================================== */
/* ONE LINE */



/* ONE LINE MENU CENTERED */
.header-variant-one_line_menu_centered .top-menu{
	text-align: center;
}


/* ONE LINE LOGO CENTERED */
.logo-cell, .tools-cell{
    text-align: center;
}
.header-variant-one_line_centered .tools-cell{
	text-align: right;
}
.header-variant-one_line_centered #header-tools,
header.header-variant-one_line_centered .socials{
	white-space: normal;
	padding: 0;
	display: block;
}
header.header-variant-one_line_centered .socials{
	text-align: left;
}
.header-variant-one_line_centered #header-tools::before,
.header-variant-one_line_centered .head .socials::before {
	display: none;
}
.header-variant-one_line_centered .menu-cell{
	text-align: center;
}
.header-variant-one_line_centered .navigation-bar{
	display: block;
	box-sizing: border-box;
	/* for JS operation */
	transition: min-height .5s;
}
.header-variant-one_line_centered .logo-container{
	display: block;
	max-width: 200px;
	z-index: 1;
	position: absolute;
	top: 0;
	/*rtl:begin:ignore*/
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	/*rtl:end:ignore*/
}
.header-variant-one_line_centered .logo-container a.logo{
	margin: 0 auto;
}
.header-variant-one_line_centered .menu-cell .top-menu{
	width: calc(50% - 100px);
	float: left;
	text-align: right;
	/* for JS operation */
	transition: width .5s, line-height .5s;
}
.header-variant-one_line_centered .menu-cell .right-part{
	float: right;
	text-align: left;
}
.header-variant-one_line_centered .top-menu > li,
.header-variant-one_line_centered .top-menu > li > a,
.header-variant-one_line_centered .top-menu > li > span.title{
	line-height: inherit;
}
.logo-cell img{
	   width:70px;
	   height:auto;
	}
.menu-container {
	height:100%;
	}
.menu-container a{
	display:block;
	    color: #515151;
    text-decoration: none;
    padding: 20px;
    text-align: center;
}
.menu-container a div{
  font-size:10px;
  color: #c6c6c6;
	margin-top:5px;
}
.menu-container a i{
    font-size: 32px !important;
}
.avatar-cell{
	margin-top:40px;
	margin-bottom:20px;

}
.avatar-cell h3{
	font-size:14px;
	color:#c6c6c6;
	text-align:center;
}
.avatar-cell img{
    margin: 0 auto;
    display: block;
      border: 2px solid #DDB56E;
}
#top_header .avatar-cell{
	margin: 13px;
    float: left;
    margin-left:25px;
}
#top_header .logout_top a{
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    margin-right: 30px;
    float:right;
}
#top_header .avatar-cell img{
	width:40px;
	height:40px;
}
.page-id-15250 #top_header{
	display:none;
}
.login-logo{
	display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    filter:invert(1);
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ddb56e;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
  right:0; 
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
   color:#fff;
}
/* Show the dropdown menu on hover */
.tools-cell .dropdown:hover .dropdown-content {display: block;}
.tools-cell .dropdown{
  position: relative;
    display: inline-block;
}

/* ==========================================================================
   Title bar
   ========================================================================== */
.title-bar{
	overflow: hidden; /* for scrolling out titles */
}
.title-bar .in{
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
}
.page-title{
	word-wrap: break-word;
	margin: 0;
	line-height: 1.2;
	font-size: 36px;
}
.title-bar .in h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 25px 0;
	letter-spacing: 6px;
	opacity: 0.5;
	text-transform: uppercase;
}
.title-bar .breadcrumbs,
.title-bar .post-meta{
	font-size: 16px;
}
.title-bar .post-meta{
	margin-bottom: 20px;
}
.title-bar .breadcrumbs{
	margin-top: 10px;
}
.title-bar .breadcrumbs a:hover,
.title-bar .post-meta a:hover{
	opacity: 0.8;
}
.title-bar .page-title{
	color: #222;
}

/* ==========================================================================
   General content styles
   ========================================================================== */
.titles h2 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

.post-media iframe,
#mid iframe{
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#mid{
	line-height: 1.7;
}
#mid:first-child,
.post-hatom-fix:first-child + *{
	margin-top: 0;
}
#mid > p,
.entry-summary > p,
.wpb_text_column p{
	margin: 0;
	padding: .85em 0;
}
#mid > p:first-child{
	padding-top: 0;
	font-size: 1.1em;
	color: #444;
}
#mid h6{
	font-size: 1em;
}
#mid h5{
	font-size: 1.1em;
}

#mid h4{
	font-size: 1.2em;
	line-height: 1.22;
	vertical-align:middle;
	overflow:visible;
}

#mid h3{
	font-size: 1.625em;
	line-height: 1.15;
}
#mid h2{
	font-size: 2em;
	line-height: 1.1;
}
#mid h1{
	font-size: 2.2em;
	line-height: 1.05;
}
#mid > h1,
#mid > h2,
#mid > h3,
#mid > h4,
#mid > h5,
#mid > h6,
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6{
	padding: 1.5em 0 .5em;
	margin: 0;
}
#mid > h1:first-child,
#mid > h2:first-child,
#mid > h3:first-child,
#mid > h4:first-child,
#mid > h5:first-child,
#mid > h6:first-child,
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child,
.wpb_text_column h6:first-child{
	padding-top: .5em;
}
#mid h1 + h2,
#mid h2 + h3,
#mid h3 + h4,
#mid h4 + h5,
#mid h5 + h6{
	padding-top: 0;
}
#mid ol,
#mid ul{
	margin: .5em 1.5em;
	padding: 0;
}
#mid li {
	padding: .2em 0;
}
#mid img{
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
}

/* page links if post is divided into parts */
#page-links{
	margin-top: 1em;
}


/* =============================================================================
   Pagination
   ========================================================================== */
.navigation{
	margin: 40px 0;
	padding: 0 120px;/* for next prev in pagination*/
	text-transform: uppercase;
	background-color: #fff;
	text-align: center;
	position: relative;
}
.navigation .nav-links{
	font-size: 0;/* no space between links */
}
.navigation a,
.navigation span{
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: transparent;
	display: inline-block;
	height: 40px;
	padding: 0 9px;
	margin: 0;
	color: #3D3D3D;
	line-height: 40px;
}
.navigation .next,
.navigation .prev{
	color: #222;
	padding: 0 20px;
	max-width: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
.navigation .next{
	left: auto;
	right: 0;
}
.navigation .current,
.navigation a:hover{
	color: #fff;
	background-color: #bbb;
}
.navigation .next:hover,
.navigation .prev:hover{
	background-color: #222;
}

/* ==========================================================================
   Some group Transitions
   ========================================================================== */

h1 a,h2 a,h3 a,h4 a,h5 a, h6 a,
a.post-title,
.category-filter a,
.navigation a,
.foot-text a,
.top-menu li,
.top-menu a,
.top-menu span.title,
.top-menu i.sub-mark,
.top-menu > li > a::before,
.top-bar-container a,
.posts-nav a span,
.formatter a,
.widget li a{
	transition: background-color .5s, color .5s;
}

input,
button[type="submit"],
textarea{
	transition: background-color .5s, border-color .5s, color .5s;
}

/* ==========================================================================
   Post styles globals
   ========================================================================== */
.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* ==========================================================================
   Responsive design
   ========================================================================== */

@media only screen and (max-width: 1500px) {
	#exercise_catalog .exercise-filter-results .exercise{
		width:31.2%;
	}
	#exercise_catalog .exercise figure img{
		height:20vw;
	}
}
@media only screen and (max-width: 1024px) {
	.page-id-12429 #mobile-menu{
		display:none !important;
	}
	#exercise_catalog{
		height:84% !important;
	}
	input[type="button"]:hover, button:hover {
  	  background-color: #ddb56e !important;
	}
	input[type="button"]:active, button:active {
  	  background-color:  rgba(39,39,39,1) !important;
  	  color:#ddb56e !important;
	}
	#mid .search_accordion:hover {
      background-color: initial !important;
  	  color: #fff !important;
	}
	#exercise_catalog #exercise-search{
	    top: 6.8vh;
    	position: fixed;
   		 z-index: 7777777;
	}	
	#exercise-search{
		display:none;
	}
	.exercise-filter-results .exercise{
		width:47% !important;
	}
	.exercise figure img{
		height:26vw !important;
	}
	.content-box{
		margin-top:6.65vh;	
	}
	
	#mobile-menu .fa-chart-line{
		font-size:10vw !important;
	}
	
	.mobile_header{
		display:table;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background:#000;
		line-height: 6.8vh;
		z-index:99999999999999999;
	}

	.mobile_header > div{
		display: table-cell;
		width:29.6%;
	}
	.logo_box{
		justify-content: center;
		vertical-align: middle;
}
	
		.message_box,.history_box,.exercise_filter_box{
		padding-right:20px;
		font-size:5.5vw;
		text-align:right;
		color:#fff;
	}
	.profile_box{	
		font-size:5.5vw;
		padding-left:20px;
	}
	.favorite_box{
		text-align: right;
		padding-right: 20px;
		font-size:5.5vw;
		color: #fff;
	}
	.profile_box a,.message_box a,.history_box a,.exercise_filter_box a{	
		color:#fff;
	}
	.logo_box img{
		width:auto;
		height:30px !important;
		vertical-align:middle;
		margin: 0 auto;
    display: block;
	}
	
	.post-12429 .mobile_header,.page-id-12429 .continue_workout{
		display:none !important;
	}
	
	.page-id-15250 #mobile-menu{
		display:none !important;
	}
		#mobile-menu{
		display:flex !important;
	}


	a.logo{
		white-space: normal; /* for text logo */
	}

	
	.header-variant-one_line_centered.no-shield .logo-container {
		display: inline-block;
		position: static;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
}
#loading {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 100;
		animation: beat .25s infinite;
}
	.page-id-15250 .mepr-login-actions a{
		color:#fff;
	}
	.login-logo img{
		padding:50px 0;
	}
.mepr_price{
    margin-top: 20px;
	margin-bottom:15px;
    font-weight: bold;
    padding: 10px 0 !important;
    font-style:italic;
    color: #ddb56e;
}
@keyframes beat{
	  0% {
      transform: scale(1) translateX(-50%);
    }
    50% {
      transform: scale(1.5) translateX(-35%);
    }
    100% {
     transform: scale(1) translateX(-50%);
    }
}

.postid-16677 #mobile-menu{
	display:none !important;
}
#post-12429{
	margin-top:50px !important;
}
#menu-profil-menue{
	padding:0;
}
#menu-profil-menue li{
	padding:5px;
}
.single-memberpressproduct header .menu-cell,.single-memberpressproduct header .tools-cell{
	display:none !important;
}
.single-memberpressproduct #mid{
	padding-left:0;
}
.welcome_box .line{
	    height: 4px;
    background: #000;
    width: 20%;
    display: block;
}
.welcome_box h3{
	margin:0px;
	font-size: 2.0em;
}
.welcome_box p{
	margin-top:0px;
}
.login_box a{
	display:inline-block;
	margin-right:15px;
}
section .welcome_box .login_box img{
	position: relative;
    height: 5.93vh;
    width: auto!important;
    margin: 20px 10%;
}

.single-memberpressproduct #mobile-menu{
	display:none !important;
}
.single-memberpressproduct .page-title{
	margin-top:20px;
}
#kostenlos-testen h4{
	white-space: break-spaces;
    text-align: center;
    color: #000;
    background: #ddb56e;
    display: table;
    margin: 10px auto;
    padding: 5px;
}
@media only screen and (min-width: 601px) {
	.mobile-nav li i{
		font-size:7.1vw !important;
	}
	.icon2-machbar_logo_ohne_schrift-2{
		font-size:6.9vw !important;
	}
	.mobile_header > div{
		font-size: 4.2vw;
	}
	.logo_box img{
		height:40px !important;
	}
}
@media only screen and (max-width: 600px) {
    .columns {
      width: 100%;
	  padding: 20px 0 !important;
    }
	.exercise-label-checkbox{
		font-size:14px;
	}
	.page-id-5 .welcome_box{
		padding:0 !important
	}
	.welcome_box h3{
		text-align:left !important;
	}
	.login_box a{
		width:47%;
	}
	.login_box a:last-child{
		margin-right:0px !important;
	}
	
	
}
@media only screen and (max-width: 767px) {
	.lp_content #intro_box h3{
		font-size:25px !important;
	}
	.lp_content #intro_box h4, .lp_content #about_box h4{
		font-size: 16px !important;
	}
	.lp_content #intro_box {
   		 text-align: center;
   		 padding: 25px 50px 130px 50px !important;
	}
	.lp_content #about_box{
		padding: 180px 50px 25px 50px !important;
	}
	.lp_half_box>div{
		display:block !important;
		width:100% !important;
	}
	#lp_footer div{
		display:block !important;
		width:100% !important;
	}
	.lp_faq .search_accordion{
		width:100% !important;
		
	}
	.lp_content #about_box .lp_faq h4,.lp_content #about_box .swiper-slide h4{
		font-size:12px !important;
		white-space: break-spaces;
	}
	.lp_app_views_3{
		 top: -80px !important;
		 left: 0 !important;
		 width:100% !important;
		transform:initial;
	}
	.lp_app_views_3 img{
		width:33% !important;
		margin:0 7% !important;
	 }
	 .lp_app_views_3 img:nth-of-type(2){
		display:none;
	 }
	 .lp_app_views_3 .store_logos{
	 	margin-top:50px;
	 }
	.lp_content #about_box .store_logos img
	 	margin: 0 auto !important;
	 }

	.upw-posts .category-education{
		width:100% !important;
	}
	.upw-posts .entry-title{
		margin-top:5px;
		padding: 0 25px;
	}

	#education-dash h2 a{
  font-size:16px;
}
	.exercise_search_field{
		width:91% !important;
	}
	#exercise-search ul li{
		padding: 5px 0;
		width: 41%;
	}
	!.exercise_muskelgruppe_field .active{
		width:100% !important;
	}
		#exercise-search button{
			padding-left:0px;
	}
	#exercise-search h4{
		font-size:15px;
	}
	.latest-post-selection article{
		width:50% !important;
	}
	.latest-post-selection article:last-child{
		display:none;
	}
	.latest-post-selection h3{
		font-size:12px !important;
	}
	.uebung-next,.uebung-facts{
		width:100% !important;
		margin:10px auto !important;
	}
	.latest-post-selection{
		text-align:center;
	}

	.to-top{
		display:none !important;
	}
	div#mepr-account-nav{
		padding-top:0px !important;
		display: table;
    width: 100% !important;
	}
	#mepr-account-nav .mepr-nav-item{
		padding: 4px 10px;
    margin: 5px;
    display: table-cell;
		border-radius: 0;
}
		#mid{
		margin-bottom:80px;
	}
		.home #mid{
		margin-bottom:0px;
	}

		.exercise h3{
		font-size: 10px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	.sf-field-search,.sf-field-taxonomy-pattern{
	width:40%;
}
	.exercise-title{
		font-size:20px !important;
		padding-top:40px !important;
		padding-bottom:40px !important;
	}
	.page-title{
		font-size:20px !important;
	} 
 
}
html{
	scroll-behavior: smooth;
	overscroll-behavior: none;

}
body{
		overscroll-behavior: none;
	background:#17181a;
}

select{
	background-color:#eee;
	border-radius:10px;
}
h1,h2,h3,h4,h5,h6{
		text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
footer{
	display:none;
}
.fa, .fas {
   font-weight: 900;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free"; 
}
#mepr_forgot_password_form{
	text-align:center;
}

.page-id-12103 .page-background{
	background-color:#000;
}
.post-15250{
	margin-top:0px !important;
}
.category .page-title{
	visibility:hidden;
	margin-top: -20px;
}
.category .page-title span{
	visibility:initial !important;
	display:block;
}
.page-id-15250 #side-menu-switch,.page-id-15250 header{
	display:none !important;
}
input[type="button"],button {
    font-weight: 700;
    text-transform: uppercase;
	height:40px;
	font-family: Montserrat,sans-serif;
	border-radius:5px;
    background: transparent;
    padding: 10px 15px;
    border: 1px solid;
    line-height: 20px;
    font-size: 14px;
	color:#fff;
}
input[type="button"]:hover, button:hover{
   background-color: rgba(50,50,50,1);
   color: #000;
	transition: .5s;
}
.button-inverse{
	   background-color: rgba(50,50,50,1);
   color: #ddb56e;
}
.button-inverse:hover{
	background-color: #ddb56e;
    color: rgba(39,39,39,1);
}
.current_page_item i{
	color:#deb572 !important;
}
#mobile-menu{
	display:none;
	line-height:10vh;
	width:100%;
	background:#000;
    position: fixed!important;
    bottom: 0;
	z-index:10;
}

#mobile-menu input{
    display:none;
}
.mobile-nav{
	padding: 0px !important;
  margin: 0 auto;
	display:table;
}
.mobile-nav li:last-child{
	padding-right:0 !important;
}
.mobile-nav li{
	padding-right:9vw;
	display:table-cell;
}
.mobile-nav li i{
	font-size:8.1vw;
		color:#fff;
	vertical-align:middle;
}
.mobile-nav li i:active{
	color:#deb572 !important;
}


.nav-up {
    top: -40px;
}

.pagination{
	margin-top:20px;
}
.acc_panel{
	display:none;
}
.lp_content{
	margin:60px auto 0 auto;
}
.lp_login_actions{
	float:right;
}
.lp_half_box{
	white-space: nowrap;
}
.lp_half_box > div{
	display:inline-block;
	width:48%;
	    margin: 0 1%;
	    vertical-align: top;
}
.lp_half_box p{
	white-space: normal;
	display:table;
	vertical-align: top;
}
.lp_half_box img{
	border-radius:15px;
}
.lp_navigation,.lp_login_actions{
	padding: 0 30px;
	display:inline-block;
}
.lp_navigation a,.lp_login_actions a{
	display:inline-block;
	color: #ddd;
	line-height: 70px;
	font-weight:bold;
	margin: 0 10px;
}
.lp_content #intro_box{
	text-align:center;
	padding: 25px 50px 270px 50px;
}
.lp_content #intro_box h3{
	font-size:50px;
	margin-bottom:0px;
}
.lp_content #intro_box h4, .lp_content #about_box h4{
	color:#ddb56e;
}
.lp_content h2{
    font-size: 50px;
    margin: 100px 0;
}
.lp_app_views_3{
	position:absolute;
	top:-200px;
	text-align: center;
	left: 50%;
    transform: translate(-50%, 0);
}
.lp_app_views_3 img{
    width: 20%;
    margin: 0 3%;
    vertical-align: middle;
}
.lp_app_views_3 img:nth-of-type(2){
	width:23%;
}
.lp_content #about_box{
	position:relative;
    background: #212226;
    padding: 25px 50px 25px 50px;
    text-align: center;
}
.lp_content #about_box .store_logos a{
	display:inline-block;
    margin-top: 10vw;
}
.lp_content #about_box .store_logos img{
	position: relative;
    height: 5.93vh;
    width: auto!important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 60%);
    margin: 0px 20px;
 }
 .lp_content .swiper-slide h4{
 	position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #17181a;
    padding: 5px 10px;
 }
 .lp_content .swiper-button-next, .lp_content .swiper-container-rtl .swiper-button-prev{
 	color:#ddb56e;
 }
 .lp_content .swiper-button-prev, .lp_content .swiper-container-rtl .swiper-button-next{
 	color:#ddb56e;
 }
 .lp_content .program_app_view img{
 	max-height:400px;
 	width:auto;
 }
 .lp_faq{
 	padding-bottom:80px;
 }
 .lp_faq .search_accordion{
 	background-color: transparent;
    border: 1px solid #ddb56e;
    padding: 15px 60px 15px 30px;
    height:initial;
    display:block;
    position:relative;
    margin: 40px auto 0 auto;
 }
  .lp_faq .search_accordion:after {
    content: "＋";
    color: #ddd;
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
 .lp_faq .search_accordion.active:after {
    content: "－";
}
  .lp_faq .search_accordion h4{
  	color:#ddd !important;
  	margin:0;
  }
#lp_footer{
	padding:80px;
	white-space: nowrap;
}
#lp_footer div{
	width:33%;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
#lp_footer div a{
	display:block;
	color:#ddd;
}
#lp_footer div a:hover{
	color:#ddb56e;
	text-decoration:none;
}
#lp_footer .lp_logo img{
	width:200px;
	filter:invert(1);
}
.home #mobile-menu{
	display:none !important;
}
 #mobile-menu ul li a:hover{
	color:#deb572 !important;
}

.btn-center{
	display:block !important;
	margin: 0 auto;
}
.logged-in-as{
	display:none;
}
#wp-admin-bar-top-secondary{
	display:none;
}
#post-15250 .mobile_header{
	display:none !important;
}
#post-15250 .logout{
	display:none;
}
.logged-in #post-15250 .logout, #post-15270 .logout,#post-11078 .logout,.logout,#post-11081 .logout{
	position: fixed;
	display:block !important;
    top: 0;
	left:0;
    font-size: 14px;
    background: #ddb56e;
    z-index: 99999;
    text-align: center;
    color: #000;
    width: 100%;
    line-height: 30px;
}
.single-post .title-bar.outside{
	background-position: 50% 50% !important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
	padding-right:0px;
}
.pum-container{
	border-radius:15px !important;
}
.pum-theme-11118 .pum-container, .pum-theme-lightbox .pum-container{
	border:0px !important;
}
#education-dash h2{
	background:#000;
}
#education-dash h2 a{
  color: #fff;
}
.last-education h2{
	font-size:16px;
}

.education-template-default .title-bar{
	display:none;
}
.education_header{
   background-image:linear-gradient(
                            rgba(0, 0, 0, 0.5), 
                            rgba(0, 0, 0, 0.5)
                          ),
                          url(/../wp-content/uploads/2021/05/education-thumb.jpg);
	background-position:center;
}
.stats_header{
   background-image:linear-gradient(
                            rgba(0, 0, 0, 0.5), 
                            rgba(0, 0, 0, 0.5)
                          ),
                          url(/../wp-content/uploads/2021/02/training-anfaÌ_nger.jpg);
	background-position:center;
}


#mi{
	margin-bottom:30px;
}
#respond{
	padding: 0 0px 30px 30px;
}
.home #header,.page-id-15270 .menu-cell,.page-id-15270 .tools-cell,.page-id-15270 #mobile-menu,.page-id-15270 .mobile_header,.page-id-11078 .menu-cell,.page-id-11078 .tools-cell,.page-id-11078 #mobile-menu,.page-id-11078 .mobile_header,.page-id-11081 .menu-cell,.page-id-11081 .tools-cell,.page-id-11081 #mobile-menu,.page-id-11081 .mobile_header,.home .mobile_header{
	display:none !important;
}

.home{
	padding-top:0px !important;
}
:focus {outline:0 !important;}
.post-meta{
	display:none;
}
.avatar img,img.avatar{
	border-radius:100% !important;
}

#welcome img{
	position:initial;
	margin: 0px auto 15px auto;
	width:80px;
	height:80px;
	border:2px solid #DDB56E;
}
#welcome_box{
	position: relative;
}
#welcome_box a{
	color:#fff;
}
#welcome_box:after{
   content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #000000;
    border-width: 20px 20px 20px 0;
    top: 50%;
    left: -20px;
    margin-top: -20px;
}

.formatter{
	padding:0px !important;
}
.page-id-11003 .bricks-frame .formatter{
	background:transparent;
}
.page-id-11003 .bricks-frame .formatter h2 a{
	color:#fff !important;
}
#mid > p, .entry-summary > p, .wpb_text_column p{
	padding:0px !important;
}
.category-workout-of-the-week p{
	font-size:20px;
		color:#fff;
}
.category-workout-of-the-week h4{
	font-size:30px;
}
.category-workout-of-the-week h4 a, .marker{
	color:#deb572;
}

.single-memberpressproduct h1{
	text-align:center;
}
.wpua-edit{
	text-align:center !important;
}
div#mepr-account-nav{
	padding-top:30px;
}
.mepr-nav-item{
	padding:10px 15px;
	margin: 0 3px;
	border-radius:5px;
}
.mepr-subscriptions{
	margin-right:0px;
}
.mepr-nav-item a{
	color:#fff;
}
.mepr-nav-item a:hover, .mepr-active-nav-tab a{
	color: #deb572;
}
.mepr-form-input{
	min-width:100%;
}
.mepr_mepr_vat_customer_type{
	display:none !important;
}
.have-coupon-link{
	display:none;
}
.mepr_coupon{
	display:block;
}
.mp_login_form .mp-hide-pw{
	width:100%;
}
.page-id-15250 #mid{
  padding-left:0px;
}
.profile_avatar{
	padding:50px;
}
.profile_avatar img{
	position:relative;
	margin:0px auto 10px auto;
	border-radius:100%;
	width:100px !important;
	height:100px !important;
	display:block;
}
.profile_avatar a{
	color:#fff;
}
.profile_avatar p{
	text-align:center;
	margin:0px;
	color:#fff;
}
.profile_avatar h4{
	margin:5px;
	color:#fff;
}
.mp_login_form form .mp-form-row{
	width:100% !important;
}
.post-15250 .mp_wrapper{
	padding:0 10px 20px 10px;
	text-align:center;
	width:85%;
	margin:0 auto;
}

.mp_wrapper h3{
	color:#ddb56e;
	font-size: 1.3em;
    font-weight: bold;
}
.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password]{
	border:0px;
	border-radius:8px;
	background:#ddd;
}
.memberpressproduct{
	width:75% !important;
	margin: 0 auto !important;
}
.hide-if-no-js{
	display:none !important;
}
#mepr_loginform{
	font-weight:normal;
}
input[type="submit"], button[type="submit"]{
	background-color: #deb572;
	border-radius:5px;
	color:#000;
}
input[type="submit"]:hover, button[type="submit"]:hover{
	color: #deb572;
}
#wp-submit,#user_login,#user_pass{
	min-width:100%;
}
#exercise_catalog,#education_box{
	height:100%;
	margin:0 !important;
	padding:0 !important;
	background:transparent !important;
	width:100%;
}
#exercise_catalog.active_sidebox,#education_box.active_sidebox{
	width: 84% !important;
}
#exercise_catalog #exercise-search{
	background:#17181a;
}
.reset_exercise_filter{
	 margin: 0 auto;
    display: block;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 92%;
    height: 30px;
}
#exercise-search .exercise_search{
	max-width:100%;
}
.exercise h3{
	text-align:center;
}
#exercise-search h4,.exercise-label-checkbox{
	color:#fff;
}
.exercise_equipment_field,.exercise_muskelgruppe_field{
	padding-right:4% !important;
}
.exercise-label-checkbox{
	padding-left: 5px;
}
.exercise_pattern_field h4{
	padding:20px 0;
}
#exercise-search ul li li{
	padding: 1px 0;
}
#exercise-search h4{
	margin: 0;
}
#exercise-search .search_accordion{
	filter:unset;
	width: initial !important;
}
#exercise-search ul{
	display: inline-block;
	width:100%;
	white-space:normal;
    margin: 0;
    padding: 0;
}
#exercise-search ul li{
	float:none;
	display:inline-block;
	margin: 0px 4%;
}
#exercise-search .search_accordion:after{
	color:#ddb56e;
  font-size: 24px;
  right: -25px;
}
.nav-previous, .nav-next{
  display: grid;
}
.nav-previous a, .nav-next a{
	background: #000;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
}
.exercise-filter-results{
    height: 100%;
	text-align:center;
}
.exercise-filter-results .nav-previous a{
	color:#fff;
}
.exercise-filter-results .exercise{
	width:22.6%;
	margin:2% 1%;
	display:inline-block;
	position:relative;
}

.exercise figure{
	line-height:0px;
	margin: 0px;
	width:100%;
	margin: 0 auto;
	display: inline-block;
  overflow: hidden;
	border-radius:10px !important;
}
.exercise figure img , .upw-posts img,.aktuelles_programm img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height:14vw;
	    width: 100%;
	display:block;
	margin: 0 auto;
	transform: scale(1.1);
}
.exercise-vid .wp-video{
	margin: 0 auto;
		padding:30px;
}
.exercise h3{
	color: #fff;
    font-size: 1em;
    position: absolute;
    top:-5px;
    border-radius:10px 10px 0 0;
    width: 98%;
		margin-top:0;
    z-index: 3;
    padding: 5px 1%;
    background: #000;
}
.exercise a:hover h3{
	color:#ddb56e;
}

.upw-posts .entry-image{
	margin-bottom:0px;
}
#wod_text .upw-posts h4, .upw-posts h5{
	text-align:left;
}
.upw-posts h4, .upw-posts h5{
	text-align:center;
}
.upw-posts .category-education,.upw-posts .type-uebungen{
		display:inline-block !important;
	width:33%;
	margin-bottom:0px !important;
	padding-bottom:0px;
	border-bottom: 0px;
}
#last-exercises .upw-posts .type-uebungen{
	width:49.6%;
	padding:10px;
}
#new-program .upw-posts .type-programs{
	width:100%;
}
.upw-posts img{
	display:block;
	margin:0 auto;
}
#new-rr .upw-posts .entry-image img, #wod-img .upw-posts .entry-image img{
	border: 3px solid #fff;
}
#nutrition a, .exercise-title h1{
	color:#fff;
}

.exercise-title{
	font-size:40px;
	text-align:center;
	padding-top: 80px;
    padding-bottom: 80px;
	background-repeat:none;
	background-size:cover;
	background-position: center;
}

.single-uebungen .title-bar{
	display:none;
}

.uebung-next,.uebung-facts{
	width:60%;
	margin: 30px auto;
}
.uebung-title{
	padding:0.7em !important;
	color:#000;
	background: #ddb56e;
  position: sticky;
  top: 50px;
	text-align:center;
  z-index: 999;
} 
.latest-post-selection{
	padding:0 6%;
}
.latest-post-selection h3{
	text-align:center;
}
.latest-post-selection article img{
	float:none;
}
.latest-post-selection article{
	display:inline-block;
	width:33%;
}
.btn-program{
	margin: 30px auto;
	display:block !important;
}
.entry-summary{
	display:none;
}
form{
	display:inline;
}
#mepr_forgot_password_form #wp-submit{
	min-width:initial;
	margin:20px 0;
}
.button-center{
	margin: 0 auto;
  display: block !important;
}


.panel {
  border-radius: 10px;
  padding: 15px 0px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.l-main-wrapper {
  padding-bottom: 0px !important;
}

.l-main-wrapper {
 padding-bottom: 0px;
}

 .pagination{
	display:none;
}
.responsive-tabs__list__item{
	text-transform: uppercase !important;
    font-family: 'Montserrat';
    color: #000 !important;
}
.responsive-tabs .responsive-tabs__list__item:hover{
		background-color: #ddb56e;
    color: rgba(39,39,39,1);
}
.responsive-tabs .responsive-tabs__list__item--active{
	font-weight:bold;
}
.responsive-tabs__panel--active{
	display:block !important;
}
	.post-6 .mepr-account-form{
	width:80%;
	margin:0 auto;
	display:block;
}
@media only screen and (min-width: 1025px) {
	.training_nav{
		display:none;
	}

	.exercise_pattern_field,.exercise_search_field{
		width:25%;
	}
	.exercise_equipment_field{
		margin-top:15px !important;
	}
	.reset_exercise_filter{
		display:none;
	}
		body{
		padding-top:70px;
	}
	.page-id-12429{
		padding-top:0px;
	}
	#exercise-search ul li{
		margin:0 2%;
	}
	#exercise-search{
	position:sticky;
	top:0px;
	width:100%;
	z-index:111111;
	-webkit-transition: top 0.7s;
  transition: top 0.7s;
}
	#exercise-search ul{
		padding: 20px 0;
	}
}
@media only screen and (min-width: 990px) {
	#mid .uebung-title{
		top: 0px;	
	}
	.artikel-video iframe{
		width: 720px;
    height: 400px;
		position:relative;
	}
	.artikel-video{
	   background: #000;
			padding:30px 0px !important;
	}

}
@media only screen and (min-width: 768px){
  .hidden-l {
    display: none;
  }
.mp_login_form{
		width: 70%;
	}

	.iframe{
		padding-top: 0px !important;
	}
	#footer{
		display:none;
	}
	.week_block{
		width:95%;
	}

	#search-filter-results-11516,#search-filter-results-17513{
		margin-top:120px;
	}

}
