/* 0. Font
================================================== */
@font-face {
  font-family: 'Soho-Std';
  src: url('./font/SohoStd-Bold.eot');
  src: url('./font/SohoStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('./font/SohoStd-Bold.woff') format('woff'),
    url('./font/SohoStd-Bold.ttf') format('truetype'),
    url('./font/SohoStd-Bold.svg') format('svg');
  src: url('./font/SohoStd-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('./font/OpenSans-Regular.eot');
  src: url('./font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('./font/OpenSans-Regular.woff') format('woff'),
    url('./font/OpenSans-Regular.ttf') format('truetype'),
    url('./font/OpenSans-Regular.svg') format('svg');
  src: url('./font/OpenSans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('./font/OpenSans-ExtraBold.eot');
  src: url('./font/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('./font/OpenSans-ExtraBold.woff') format('woff'),
    url('./font/OpenSans-ExtraBold.ttf') format('truetype'),
    url('./font/OpenSans-ExtraBold.svg') format('svg');
  src: url('./font/OpenSans-ExtraBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('./font/OpenSans-Bold.eot');
  src: url('./font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('./font/OpenSans-Bold.woff') format('woff'),
    url('./font/OpenSans-Bold.ttf') format('truetype'),
    url('./font/OpenSans-Bold.svg') format('svg');
  src: url('./font/OpenSans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
/* 1. IceFit Main CSS
================================================== */

/* #Reset & Basics (E. Meyers) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	background-color: #404040; 
	background-image: url('../images/pr21-lp/bg.png'); 
	background-repeat: repeat; 
	background-position: top left; 
	background-attachment: scroll; 
}

ol,ul { list-style: none; }

blockquote,q { quotes: none; }

blockquote::before,blockquote::after,
q::before,q::after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

/* #Lists */
ul, ol { margin-bottom: 20px; }

ol { list-style: decimal; }

ol, ul.square, ul.circle, ul.disc { margin-left: 40px; }

ul.square { list-style: square outside; }

ul.circle { list-style: circle outside; }

ul.disc	{ list-style: disc outside; }

ul ul, ul ol, ol ol, ol ul { margin: 4px 0 5px 30px; }

ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 6px; }

li { line-height: 130%; margin-bottom: 12px; }

ul.large li { line-height: 21px; }

li p { line-height: 140%; }

/* #Images */

img.scale-with-grid { max-width: 100%; height: auto; }

/* #Buttons */

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* #Forms */

form { margin-bottom: 20px; }

fieldset { margin-bottom: 20px; }

/*input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #f0ece9;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f0ece9;
	margin: 0;
	width: 190px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}*/

select { padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea { min-height: 60px; }

label,
legend {
	display: block;
	font-weight: normal;
	font-size: 13px;
}

select { width: 220px; }

input[type="checkbox"] { display: inline; }

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/* #Misc */

sub, sup { font-size: xx-small; line-height: 100%; }

sub { vertical-align: sub; }

sup { vertical-align: super; }

code, kbd, var, tt { font-family: 'Courier new', Courier, Monospace; }

del, strike { text-decoration: line-through; }

ins { text-decoration: underline; }

abbr, acronym { border-bottom: 1px dotted;  }

big { font-size: 140%; }

/* =WordPress Core */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter,
#page-container div.aligncenter {
	display: block;
	margin: 5px auto !important;
}

.alignright {
	float: right!important;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left!important;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

figure,
.wp-caption {
	max-width: 100%;
	padding: 5px 3px 10px;
	text-align: center;
	box-sizing: border-box;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

figure img,
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

figure figcaption,
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {
}

.gallery-caption {
	font-size: 80%;
}

.gallery-item img { padding: 0 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

/* #Base Grid */

.container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.ie8 .container { overflow: auto; }
.ie8 .container > * {overflow-y:hidden; overflow-x:hidden; } /* IE Fix */

#page-container {
	max-width: 1200px;
	margin: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}

#page-container,
#footer .container {
	font-size: 1px;
	letter-spacing: -1px;
	word-spacing: -1px;
}

#sidebar-container {
	float: right;
}

#page-container.with-sidebar {
	float: left;
}

#page-container > * {
	margin-bottom: 40px;
	vertical-align: top;
	float: none;
}

#footer .container > ul > li {
	margin-left: 0!important;
	margin-right: 0!important;
}

#sidebar-container {
	margin: 0 20px;
}

#page-container div h1,
#page-container div h2,
#page-container div h3,
#page-container div h4,
#page-container div h5,
#page-container div h6 {
	margin-top: 0px;
}

#page-container.with-sidebar { width: 720px; }

#sidebar-container { width: 200px; }

/* #Clearing */

/* Self Clearing Goodness */
.container::after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix::before,
.clearfix::after,
.row::before,
.row::after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.row::after,
.clearfix::after {
	clear: both;
}

.row,
.clearfix {
	zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* IE8 clearfixing */
.ie8 #footer,
.ie8 #sub-footer,
.ie8 #navbar ul { clear:both; }
.ie8 .container, { overflow: auto; }
.ie8 .container > * {overflow-y:hidden; overflow-x:hidden; }
.ie8 #tophead-wrap .container,
.ie8 #sub-footer .container { clear:both; overflow-y:hidden; overflow-x:hidden; }


/* 2. Theme Styles
================================================== */

#main-wrap {
	background: #1c1c1c; 
	max-width: 1200px;
	margin: 0 auto;
	border-top: 3px solid #9c8140
}

/* Prevents fontAwesome override */
.fa { font-family: FontAwesome!important; }

/* #Top head */
#tophead-wrap { background: #000; }

.tophead {
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tophead #searchform { width: 25%; right: -75%; margin: 0; }
.tophead #searchform label { right: 8px; }
.tophead #searchform #s {
	background: transparent;
	padding-right: 25px;
	width: 100%;
}

.tophead #searchform #s:focus { background-color: #b99128; }

/* #Header */

#header {
	position: relative;
	padding: 0 0 62px;
	background: #1c1c1c;
}

/* Logo */
#logo {
	text-align: left;
	max-width: 100%;
	padding: 0;
}

#logo .site-title {
	color: #f0ece9;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}

.color-21 {
	color: #9c8140;
}

#header .pr21-social {
	position: absolute;
	right: 1%;
	top: 50px;
}

#sub-footer .pr21-social {
	/*display: none;*/
	padding-bottom: 20px;
	text-align: right;
}

.pr21-social a {
	margin: 0 2px;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;
}

#pr21-link-youtube {
	display: inline-block;
	height: 21px;
	width: 51px;
	overflow: hidden;
	background: url('../images/pr21-lp/btn-youtube.png') no-repeat left top;
}

#pr21-link-youtube:hover {
	background-position: left -21px;
}

#pr21-link-facebook {
	display: inline-block;
	height: 21px;
	width: 21px;
	overflow: hidden;
	background: url('../images/pr21-lp/btn-facebook.png') no-repeat left top;
}

#pr21-link-facebook:hover {
	background-position: left -21px;
}


#pr21-link-instagram {
	display: inline-block;
	height: 21px;
	width: 21px;
	overflow: hidden;
	background: url('../images/pr21-lp/btn-instagram.png') no-repeat left top;
}

#pr21-link-instagram:hover {
	background-position: left -21px;
}


#pr21-link-mail {
	display: inline-block;
	height: 21px;
	width: 30px;
	overflow: hidden;
	background: url('../images/pr21-lp/btn-mail.png') no-repeat left top;
}

#pr21-link-mail:hover {
	background-position: left -21px;
}

/* Tagline */
#tagline {
	color: #999;
	font-size: 16px;
	line-height: 160%;
	margin-top: 20px;
	text-align: center;
	padding: 0 20%;
}

/* #Menu */

/* CSS Hack: remove whitespaces between html items causing known positioning issues */
#navbar, #navbar ul { font-size: 1px; letter-spacing: -1px; }
#navbar > *, #navbar ul > * { font-size: 20px; letter-spacing: normal; word-spacing: normal; }

#nav-wrap {
	background: #1c1c1c;
	width: auto;
}

#navbar { 
	text-transform: uppercase; 
}

#navbar > .menu-container {
	width: 720px;
	float: left;
}

#navbar ul {
	margin-bottom: 0;
	clear: both;
}

#navbar ul li {
	display: inline-block;
	margin: 0;
	min-height: 30px;
	line-height: 30px;
	position: relative;
	text-align: left;
	border-bottom: 2px solid transparent;
}

#navbar .current-menu-item,
#navbar ul li:hover,
#navbar ul li:focus {
	/* border-bottom-color: #b99128; */
}

#navbar ul li a,
#navbar ul li a:visited {
	display: block;
	color: #f0ece9;
	width: 100%;
	height: 100%;
	padding: 5px 22px 3px 14px;
	box-sizing: border-box;
}

#navbar ul li.pr21-login {
	font-size: 10px;
  position: absolute;
  right: 1%;
	min-height: 1px;
	bottom: 5px;
}

#navbar ul li.pr21-login a {
	border: 1px solid #fff;
	line-height: 210%;
	padding: 0 18px;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;
}

#navbar ul li.pr21-login a:hover {
	border: none;
	font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 1px 19px;
	background-color: #9c8140;
}

#navbar ul li a:hover {
	/* font-family: 'OpenSans-ExtraBold'; */
}

#navbar ul li:hover a, #navbar ul li:hover a:visited,
#navbar ul li:focus a, #navbar ul li:focus a:visited,
#navbar .current-menu-item a,
#navbar .current-menu-item a:visited {
	color: #fff;
}

/* Submenu */
#navbar ul li ul {
	display: none;
	position: absolute;
	width: 250px;
	top: 100%;
	left: 0;
	padding: 2px 0 0 0;
	margin: 0;
	z-index: 9999;
}

#navbar ul li:hover ul,
#navbar ul li ul li {
	display: block;
}

#navbar ul li ul li {
	background: #222;
}

#navbar ul li ul li a,
#navbar ul li ul li a:visited {
	color: #fff;
}

/* Third-level and more sub menus */
#navbar ul li:hover ul li ul {
	display: none;
}

#navbar ul li ul li:hover ul {
	display: block;
}

#navbar ul li ul li ul {
	left: 100%;
	top: 0;
}

/* #Responsive Menu */

#navbar select { display: none; margin: auto; }

/* Header Image */

#header-image {
	margin: 0 auto;
	width: 100%;
}

/* Page title */

#page-title {
	position: relative;
	margin: 0;
	background: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#page-title h1 {
	margin: 0;
	padding: 30px 20px;
	color: #f0ece9;
	font-size: 30px;
	font-weight: normal;
}

/* Breadcrumbs */

#breadcrumbs {
	box-sizing: border-box;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: -30px;
	padding: 0 20px;
	position: relative;
	text-align: right;
	width: 100%;
}
#breadcrumbs, #breadcrumbs a { color: #f0ece9; }
#breadcrumbs,
#breadcrumbs * { line-height: 30px; }

/* #Page */


#page-container > hgroup:first-child,
#page-container > h1:first-child,
#page-container > h2:first-child,
#page-container > h3:first-child,
#page-container > h4:first-child,
#page-container > h5:first-child,
#page-container > h6:first-child {
	margin-top: 0;
}

.type-page .thumbnail { max-width: 100%; text-align: center; }
.type-page.with-sidebar .thumbnail { width: 680px; }

/* #Index */

.post-content { overflow: auto; }

.post.sticky {
	float: none;
	background: rgba(0, 0, 0, 0.3);
	padding: 20px;
	width: auto;
	margin-bottom: 0px;
	overflow: auto;
}

.thumbnail {
	width: 100%;
	height: auto;
	margin-bottom: 1px;
	max-width: 100%;
}

h3.entry-title {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
}

/* Postmetadata */

.postmetadata {
	display: block;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
}

.single-portfolio .single-post .postmetadata { margin-bottom: 20px; }

.postmetadata span {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	padding-right: 5px; 
	margin: 0px 1px 1px 0px;
	line-height: 25px;
}
.postmetadata span:hover { background: #b99128; }
.postmetadata span:hover a { color: #fff; }
.postmetadata span:hover i { color: #000; }

.postmetadata span i {
	color: #b99128;
	vertical-align: baseline;
	padding: 0 5px;
}
.postmetadata a,
.postmetadata a:visited { color: #f0ece9; }

.meta-category,
.meta-tags { display: inline; }
.meta-category span,
.meta-tags span { width: auto; margin-right: 1px; padding-right: 0; }
.meta-category a,
.meta-category a:visited,
.meta-category span,
.meta-tags a,
.meta-tags a:visited {
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	padding: 0 5px;
	background: rgba(255, 255, 255, 0.05);
	margin: 0 1px 1px 0;
	line-height: 25px;
}

.postmetadata span:hover,
.meta-category a:hover,
.meta-category a:focus,
.meta-tags a:hover,
.meta-tags a:focus { color: #fff; background: #b99128; }

.editlink { width: auto; padding-right: 5px; }

/* Tags */

.tags {
	margin-top: 20px;
}

.the-tags {
	padding: 2px 5px 2px 0;
	margin: 1px 5px 1px 0;
	display: inline-block;
}

.tags a {
	background: #333;
	color: #eee;
	display: inline-block;
	font-size: 11px;
	padding: 2px 5px;
	margin: 1px;
}


/* NavButtons */

.navbutton {
 	text-transform: uppercase;
	font-size: 10px;
}

.navbutton a,
.navbutton a:visited,
#sidebar .read-more a,
#sidebar .read-more a:visited  {
	background: #000;
	color: #f0ece9;
	display: block;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 15px;
}

.navbutton i { vertical-align: baseline; font-weight: bold; }

.navbutton a:hover,
.navbutton a:focus { background-color: #b99128; color: #fff; }

/* Navbuttons with arrows on the right */
.read-more i,
.next i,
.contactinfo-widget-form i { padding: 5px 0 5px 5px; }

/* Navbuttons with arrows on the left */
.previous i { padding: 5px 5px 5px 0; }

.read-more,
.page_nav .previous,
.article_nav .previous,
.comments_nav .previous { float: left; }

.page_nav .next,
.article_nav .next,
.comments_nav .next { float: right; }

/* #Single Post */

.single-post .post-contents {	

}

.single-post .thumbnail {
	margin-bottom: 20px;
}

#page-container .paged_nav {
	font-size: 1px;
	letter-spacing: -1px;
}

#page-container .paged_nav * { font-size: 10px; letter-spacing: normal; word-spacing: normal; }

#page-container .paged_nav {
	margin-bottom: 20px;
	line-height: 30px;
}

.paged_nav > span:nth-child(n+2),
.paged_nav a,
.paged_nav a:visited {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 1px 1px 0;
	text-align: center;
}

.paged_nav > span:first-child {
	font-size: 12px;
	margin-right: 5px;
}

.paged_nav > span:nth-child(n+2) {
	background: rgba(255, 255, 255, 0.05);
	color: white;
}

.paged_nav a span,
.paged_nav a:visited span {
	color: white;
}

.paged_nav a { background-color: #000; }

.paged_nav a:hover,
.paged_nav a:focus {
	background: #B99128;
}

/* #Comments */

#page-container .comments li,
.commentlist {
	margin-left: 0;
	text-indent: 0;
	list-style: none;	
}

.commentlist .comment {
	background: rgba(255, 255, 255, 0.05);
	padding: 20px;
}

.commentlist .comment .comment-body {
	position: relative;
	overflow: auto;
}

.commentlist .comment-author {
	line-height: 25px;
	font-size: 16px;
}

.commentlist .comment .comment-body .comment-author img {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.commentlist .comment-author .fn {
	font-weight: bold;
	font-style: normal;
}

.commentlist .fn::before,
.commentlist .fn::after {
	content: '';
}

.commentlist .commentmetadata {
	font-size: 12px;
}

.commentlist .commentmetadata a,
.commentlist .comment .comment-body p {
	clear: both;
	color: #f0ece9;
}

.commentlist .comment.bypostauthor {
	background: #111;
}

.commentlist .comment.bypostauthor .comment-body p {
	font-weight: bold;
}

/* Reply button */

.comment-reply-link,
.comment-reply-link:visited {
	float: right;
 	text-transform: uppercase;
	font-size: 10px;
	background: #000;
	color: #f0ece9;
	display: block;
	font-weight: bold;
	box-sizing: border-box;
	padding: 5px 15px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	background-color: #b99128;
	color: #fff;
}


/* Nested comments */
.commentlist .comment ul.children {
	margin-left: 20px;
	margin-top: 20px;
}

.commentlist .comment ul.children li {
	border-top: 1px solid #000;
	border-radius: 0;
	padding-right: 0;
	margin-left: 0;
}

/* Trackbacks & Pingbacks */
.commentlist .trackback, .commentlist .pingback {
	background: #111;
	padding: 10px;
}

.commentlist .trackback .comment-body,
.commentlist .pingback .comment-body {
	position: relative;
}

.commentlist .trackback .comment-body .comment-author,
.commentlist .pingback .comment-body .comment-author {
	display: inline-block;
	margin-right: 10px;
}

.commentlist .trackback .comment-body .comment-author .fn,
.commentlist .pingback .comment-body .comment-author .fn {
	font-weight: bold;
}

.commentlist .trackback .comment-body .comment-author .says,
.commentlist .pingback .comment-body .comment-author .says {
	display: none;
}

.commentlist .trackback .comment-body .commentmetadata,
.commentlist .pingback .comment-body .commentmetadata {
	display: inline-block;
	font-size: 10px;
	line-height: 25px;
}

.commentlist .trackback .comment-body p,
.commentlist .pingback .comment-body p {
	color: #f0ece9;
	margin-bottom: 0;
	font-size: 10px;
}

.commentlist .trackback .comment-body .reply,
.commentlist .pingback .comment-body .reply {
	display: none;
}

/* Comments nav (paginated comments) */

.comments_nav {
	overflow: auto;
	margin-bottom: 20px;
}

/* #Comment form */

p.form-allowed-tags {
	display: none;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url
{
	margin-bottom: 0;
}

#respond #commentform label .required {
	color: red;
}

#cancel-comment-reply-link {
	text-decoration: underline;
	margin-left: 10px;
}

/* #Sidebar & Widgets */
#sidebar {
	font-size: 13px;
}

#sidebar li {
	margin-bottom: 10px;
	line-height: 20px;
}

#sidebar > li {
	margin-bottom: 30px;
}

/* Style sidebar widget containers */
#sidebar > li > ul,
#sidebar > li > form,
#sidebar > li > div {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	clear: both;
}

/* Sidebar widget contents */
#sidebar > li > * {
	clear: both;
}

#sidebar li * a,
#sidebar li * a:visited {
	color: #f0ece9;
}

#sidebar li * a:hover,
#sidebar li * a:focus { color: #b99128; }

#sidebar .button-small,
#sidebar .button-medium,
#sidebar .button-big {
	color: #fff;
}

#sidebar > li > * a:hover {
	color: #b99128;
	text-decoration: none;
}

#sidebar ul ul {
	margin: 10px 0 10px 15px;
}

/* Sidebar widget h3 title */
#sidebar .widget-title {
	float: left;
	font-size: 16px;
	color: #f0ece9;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 160%;
}

#sidebar .widget-title a {
	color: #f0ece9;
}

/* Search */

#searchform {
	margin: 15px 0;
	position: relative;
}

#searchform div {
	position: relative;
}

#searchform #s {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	box-sizing: border-box;
}

#searchform label {
	font-size: 0;
	position: absolute;
	top: 3px;
	right: 8px;
	color: #FFF;
	line-height: 30px;
}
#searchform label:after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f002";
}

#searchform #searchsubmit {
	display: none;
}

/* RSS Widget */
#sidebar .rsswidget img {
	position: relative;
	top: 5px;
}

/* Tagcloud widget */
.tagcloud { font-size: 0; }
.tagcloud a {
	font-size: 11px!important;
	background: #292929;
	padding: 5px 10px;
	margin: 0 0 1px 1px;
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	background-color: #b99128;
	color: #fff!important;
}

/* Calendar */

#calendar_wrap table {
	margin-left: auto;
	margin-right: auto;
}

#calendar_wrap td {
	padding: 2px 5px;
}

#calendar_wrap td#next {
	text-align: right;
}

/* Custom Menu */

#sidebar ul.menu {
	margin-left: 0px;
}

#sidebar ul.menu ul {
	margin: 10px 0 10px 15px;
}

/* #Footer */

#footer {
	font-size: 13px;
	background: #111;
	border-top: 3px solid #333;
	padding-top: 50px;
	color: #f0ece9;
	clear: both;
}

#footer .container > ul {
	margin-bottom: 0;
	margin-left: 0;
}

#footer .container ul > * {
	color: #f0ece9;
}

#footer ul ul {
	margin-left: 0;
}

#footer ul ul ul {
	margin: 10px 0 10px 15px;
}

#footer li {
	margin-bottom: 10px;
	line-height: 20px;
}

#footer > li {
	margin-bottom: 30px;
}

#footer .widget {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 50px;
	width: 25%;
}

#footer .widget-title {
	font-size: 16px;
	line-height: 130%;
	color: #f0ece9;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

#footer .widget-title a,
#footer .widget-title a:visited {
	color: #f0ece9;
}

#footer .widget a,
#footer .widget a:visited {
	color: #f0ece9;
}

#footer .widget a:hover,
#footer .widget a:focus {
	color: #b99128;
}

/* Footer custom menu */
#footer ul.menu {
	margin-left: 0px;
}

#footer ul.menu ul {
	margin: 10px 0 10px 15px;
}

/* RSS Widget */
#footer .rsswidget img {
	position: relative;
	top: 5px;
}

/* Tagcloud widget */
#footer .tagcloud a {}

/* Sub footer */

#sub-footer {
	background: #1d1d1d;
	font-size: 11px;
	color: #f0ece9;
	padding: 30px 0 40px;
	clear: both;
	text-align: center;
}

#sub-footer p {
	margin-bottom: 0;
}

#sub-footer a, #sub-footer a:visited {
	color: #f0ece9;
}

#sub-footer .container {
	overflow: auto;
}

.sub-footer-left, .sub-footer-right {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 10px;
	width: 100%;
}

#sub-footer .menu,
#sub-footer .menu ul {
	margin-bottom: 0;
}

#sub-footer .menu li {
	display: inline-block;
	line-height: 160%;
	margin-left: 15px;
	margin-bottom: 0;
}

#sub-footer .menu li a {
	color: #f0ece9;
}

#sub-footer .menu li a:hover,
#sub-footer .menu li a:focus {
color: #b99128;
}

/* Basic Styles */

body,
#page-container > div,
#page-container > p,
#page-container > table,
#page-container > form,
#page-container > figure,
#page-container > ul,
#page-container > ol,
#page-container > dl,
#page-container > address,
#page-container > pre,
#footer .container ul > *,
#sidebar .textwidget,
#sidebar p, #sidebar .widget_rss ul li,
#footer p, #footer .widget_rss ul li {
	font-family: 'OpenSans-Regular', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: normal;
	word-spacing: normal;
	margin-bottom: 20px;
}

#navbar .current_page_item {
	font-family: 'OpenSans-ExtraBold', Helvetica, Arial, Verdana, sans-serif;
}



/* Reset font and white space sizes (Part of the CSS Hack that removes inconsistent white-spaces) */
#page-container > *, #footer .container ul > * {
	letter-spacing: normal;
	word-spacing: normal;
}

body {
	color: #f0ece9;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
}

#page-container {
	background-color: #f0ece9;
}

/* Typography */
h1, h2, h3, h4, h5, h6,
#logo .site-title {
	font-family: 'Soho-Std', Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
}

#tagline,
#navbar,
.navbutton,
#sidebar .widget-title,
.comment-author,
.commentmetadata,
.comment .reply,
#footer .widget-title {
	font-family:'OpenSans-Regular', Helvetica, Arial, Verdana, sans-serif;
}

#page-container {
	color: #1d1d1d;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #f0ece9;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 160%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 { font-size: 21px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

#page-container h2 {
	color: #1d1d1d;
	font-family: 'OpenSans-Regular', Helvetica, Arial, Verdana, sans-serif;
  font-size: 34px;
  padding: 78px 10px 0 10px;
  text-align: center;
  text-transform: uppercase;
	margin-bottom: 0;
}

#page-container h2.pr21-bordered {
	border-top: 2px solid #9c8140;
	margin: 0 auto;
	width: 86%;
}

#page-container h3 {
	color: #1d1d1d;
	font-family: 'OpenSans-Regular', Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  text-align: center;
	margin-top: 0;
	padding: 0 10px;
}

#page-container .huge_it_slideshow_description_text_1,
#page-container .huge_it_slideshow_description_text_2,
#page-container .huge_it_slideshow_description_text_3,
#page-container .huge_it_slideshow_description_text_4,
#page-container .huge_it_slideshow_description_text_5,
#page-container .huge_it_slideshow_description_text_6 {
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
}

#page-container .huge_it_slideshow_dots_thumbnails_3 {
	display: none;
}

#page-container .pr21-text {
	margin: 0 auto 50px;
	width: 78%;
	font-size: 18px;
}

#page-container .pr21-text.pr21-terms {
	font-size: 12pt;
	margin-top: 100px;
}

#page-container .pr21-text.pr21-terms h4 {
	color: #1d1d1d;
	font-family: 'OpenSans-Bold', Helvetica, Arial, Verdana, sans-serif;
	font-size: 12pt;
}

#page-container .pr21-packages > li {
	list-style: none;
	display: inline-block;
	width: 496px;
	margin-left: 0;
}

#page-container .pr21-packages > li:nth-of-type(2) {
	margin-left: 20px;
}


#page-container .pr21-buy-package {
  max-width: 1020px;
	margin: -60px auto 0;
}

#page-container .pr21-package {
	background: #343434;
	width: 496px;
	border-bottom: 1px solid #9c8140;
}

#page-container .pr21-21euro {
	background: url('../images/pr21-lp/21_euro_stoerer.png') no-repeat;
	height: 205px;
	left: 80px;
  position: relative;
  top: 74px;
  width: 205px;
	background-size: 100%;
}

#page-container .pr21-21euro.hidden {
	visibility: hidden;
	height: 124px;
}

#page-container .pr21-package h4 {
	font-family: 'OpenSans-Bold', Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 45px;
	text-transform: uppercase;
	padding-top: 70px;
	margin-bottom: 6px;
}

#page-container .pr21-package h5 {
	background: #343434;
	margin-bottom: 0;
	font-family: 'OpenSans-Regular', Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 28px;
	line-height: 120%;
	padding-bottom: 55px;
}

#page-container .pr21-package-list {
	background: #dad7d4;
	padding-bottom: 40px;
	position: relative;
}

#page-container .pr21-package-list .pr21-checklist {
	margin: 0 auto;
	padding: 54px 0;
	width: 90%;
}

#page-container .pr21-package-list .pr21-checklist li div {
	width: 70%;
	text-align: left;
	padding: 0 0 0 72px;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
}

#page-container .pr21-package-list .pr21-checklist li {
	list-style-position: inside;
	padding-left: 0;
	margin-bottom: 38px;
	line-height: 54px;
}

#page-container h2.pr21-less {
	padding-top: 58px;
}

#page-container ul.pr21-less {
	margin: 60px auto 100px;
}

#page-container div.pr21-less {
	margin-bottom: 100px;
	text-align: center;
	font-size: 18px;
}

#page-container .pr21-coupon-teaser {
	height: 378px;
	background: url('../images/pr21-lp/contentelement-couponteaser.jpg') no-repeat;
	background-size: 100%;
}

#page-container .pr21-coupon-teaser * {
	color: #f0ece9;
}

#page-container .pr21-coupon-teaser h2 {
	font-family: "OpenSans-Regular";
	font-size: 43pt;
  line-height: 100%;
  padding: 2% 22%;
  text-align: left;
  width: 50%;
}

#page-container .pr21-coupon-teaser .pr21-coupon-teaser-text {
	font-size: 13pt;
  padding: 0 22% 4%;
  width: 50%;
}

#page-container .pr21-checklist {
	margin-top: 94px;
	line-height: 150%;
	font-size: 18px;
}

#page-container .pr21-checklist li {
	list-style: none;
	background: url('../images/pr21-lp/check.png') no-repeat;
	margin-bottom: 40px;
	min-height: 54px;
	line-height: 54px;
	margin-left: 0;
}

#page-container .pr21-checklist li span {
	display: inline-block;
	line-height: normal;
	margin-left: 75px;
	vertical-align: middle;
}

#page-container .pr21-mobile {
	background: url('../images/pr21-lp/bg-iphone.png') top right no-repeat;
	height: 740px;
	position: relative;
	margin-bottom: 0;
}

#page-container .pr21-mobile .pr21-links {
	position: absolute;
	bottom: 140px;
	text-align: center;
}

#page-container .pr21-mobile .pr21-list {
	font-size: 23px;
	padding-top: 116px;
}

#page-container .pr21-mobile li {
	margin-left: 0;
}

#page-container .pr21-mobile .pr21-store-links li {
	display: inline;
	float: left;
	padding-right: 10px;
}

#page-container .pr21-mobile .pr21-store-links a {
	width: 203px;
	height: 58px;
	display: block;
}

#page-container .pr21-link-ios {
	background: url('../images/pr21-lp/btn-ios.png') no-repeat;
}

#page-container .pr21-link-android {
	background: url('../images/pr21-lp/btn-android.png') no-repeat;
}

#page-container .pr21-video {
	padding: 28px 0 0;
	text-align: center;
}

#page-container .pr21-video-tabs {
	margin: 0 auto;
	position: relative;
	width: 83.7%;
}

#page-container .pr21-videos {
	width: 100%;
	height: 562px;
	position: relative;
}

#page-container .pr21-videos > div {
	display: none;
}

#page-container .pr21-videos > div:first-of-type {
	display: block;
}

#page-container .pr21-video-links a {
	line-height: 38px;
	font-size: 18px;
	border-left: 2px solid #f0ece9;
	color: #f0ece9;
	background: #404040;
	display: block;
}

#page-container .pr21-video-links a.active, #page-container .pr21-video-links a:hover {
	background: #9c8140;
}

#page-container .pr21-video-links li:first-of-type a {
	border-left: none;
}

#page-container .pr21-video .pr21-video-links {
	width: 100%;
	margin: 0;
	display: table;
}

#page-container .pr21-video .pr21-video-links li {
	display: table-cell;
	list-style: none;
	margin: 0;
	padding: 0;
}

#page-container .pr21-video .pr21-video-links li.pr21-tabs-2 {
	width: 50%;
}

#page-container .pr21-video .pr21-video-links li.pr21-tabs-3 {
	width: 33%;
}

#page-container .pr21-video .pr21-video-links li.pr21-tabs-4 {
	width: 25%;
}

#page-container .pr21-video .pr21-video-links li.pr21-tabs-5 {
	width: 20%;
}

#page-container .pr21-video .pr21-video-element {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#page-container .pr21-video .pr21-video-element iframe {
	width: 100%;
	height: 100%;
}

#page-container .pr21-faq {
	margin: 80px auto 150px;
	max-width: 1000px;
	width: 90%;
	font-size: 18px;
	line-height: 150%;
}

#page-container .pr21-faq li {
	list-style: none outside;
	background: url('../images/pr21-lp/icon-faq-inactive.png') no-repeat 0 3px;
	margin-left: 0;
	background-size: 12px;
	line-height: 100%;
}

#page-container .pr21-faq li a {
	display: block;
	color: #1d1d1d;
	padding-left: 20px;
}

#page-container .pr21-faq li .pr21-faq-response {
	padding: 10px 20px 20px;
	display: none;
	line-height: 150%;
}

#page-container .pr21-faq li .pr21-faq-response .pr21-faq-list {
	margin: 20px 0;
}

#page-container .pr21-faq li .pr21-faq-response .pr21-faq-list li {
	background: url('../images/pr21-lp/bg.png') no-repeat left 12px;
	background-size: 3px;
	padding-left: 10px;
	margin: 0;
	line-height: 150%;
}

#page-container .pr21-faq li.pr21-active {
	background-image: url('../images/pr21-lp/icon-faq-active.png');
}

#page-container .pr21-faq li.pr21-active a {
	font-family: 'OpenSans-Bold', Helvetica, Arial, Verdana, sans-serif;
	color: #9c8140;
}

#page-container .pr21-faq li.pr21-active p {
  margin: 0px;
}

#page-container .pr21-recipes {
	margin: 0 auto;
	max-width: 1020px;
  text-align: center;
  width: 100%;
}

#page-container .pr21-recipes .pr21-overlay {
  display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #f0ece9;
}

#page-container .pr21-recipes .pr21-overlay span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 25% auto;
}

#page-container .pr21-recipes .pr21-overlay-bg {
	background: #1c1c1c;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#page-container .pr21-recipes li {
	list-style: none;
	display: inline-block;
	margin: 5px;
	position: relative;
}

#page-container .pr21-recipes li img {
	width: 100%;
	max-width: 325px;
}

#page-container .p21-video p {
	margin: 0 auto;
}

#page-container .pr21-video iframe {
	width: 83.7%;
	height: 562px;
	margin: 0 auto;
}

#page-container .pr21-content-footer {
	clear: both;
	height: 378px;
	margin-top: 30px;
	background: url('../images/pr21-lp/contentelement-footer.jpg') no-repeat;
}

.margintop{
	
	margin-top: 114px!important;
	
}

#page-container .pr21-content-footer div {
	height: 268px;
	padding-top: 110px;
}

#page-container .pr21-content-footer div.pr21-p160 {
	padding-top: 160px;
}
	
#page-container .pr21-content-footer .bars, #page-container .pr21-content-footer .pr21-bars {
	background: url('../images/pr21-lp/bg-bars.png') no-repeat center bottom 62px;
}

#page-container .pr21-content-footer .pr21-bars.pr21-small {
	background-size: 22%;
}

#page-container .pr21-content-footer .price {
	background: url('../images/pr21-lp/bg-price.png') no-repeat center top -62px;
}

#page-container .gold, #page-container .pr21-gold, #navbar .pr21-gold {
	color: #9c8140;
}

#page-container .pr21-buy-now {
	padding: 120px 0 84px;
}

#page-container a.pr21-link-buy-now {
	display: block;
	text-transform: uppercase;
	width: 288px;
	height: 54px;
	margin: auto;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 210%;
	background: url('../images/pr21-lp/btn-buy-sprite.png') 0 0 no-repeat;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;
}

#page-container a.pr21-link-buy-now:hover {
	background-position: 0 -54px;
}

#page-container .pr21-price-tag {
	background: url('../images/pr21-lp/21_euro_stoerer.png') no-repeat;
	display: block;
  height: 206px;
  margin: 0 auto -155px;
  width: 206px;
	position: relative;
	top: -103px;
	text-align: center;
	line-height: 216px;
	color: transparent;
	font-size: 70px;
	font-family: 'Soho-Std', Helvetica, Arial, Verdana, sans-serif;
}

#page-container .no-margin-bottom, #page-container .pr21-no-margin-bottom {
	margin-bottom: 0 !important;
}

#page-container .pr21-no-margin-top {
	margin-top: 0 !important;
}


#page-container .janis {
	height: 474px;
	position: relative;
	margin-top: -494px;
	background: url('../images/pr21-lp/janis.png') no-repeat center;
}

#page-container .janis .janis-quotation {
	font-size: 23px;
	position: absolute;
	max-width: 660px;
	color: #f0ece9;
	top: 176px;
	right: 64px;
	line-height: 160%;
}

#page-container .janis .janis-name {
	position: absolute;
	text-transform: uppercase;
	color: #aaa;
	bottom: 30px;
	left: 350px;
}

#page-container .earn-your-21 {
	font-size: 85px;
	text-transform: uppercase;
	color: #3d3d3c;
	font-family: 'Soho-Std', Helvetica, Arial, Verdana, sans-serif;
	line-height: 80%;
	text-align: center;
	background: url('../images/pr21-lp/bg-bars-2.png') no-repeat center bottom;
	padding: 24px 0 60px;
}

#page-container .pr21-content-footer .pr21-earn-your-21 {
	font-size: 85px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Soho-Std', Helvetica, Arial, Verdana, sans-serif;
	line-height: 80%;
	text-align: center;
	padding-top: 0;
}

/****** New Walk of 21 Styles ******/

#page-container .pr21-walk21-profile {
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid #9c8140;
	position: relative;
}

#page-container .pr21-walk21-profile .pr21-walk21-star {
	background-position: center bottom;
  background-repeat: no-repeat;
	background-size: 50%;
  height: 30%;
  position: absolute;
  width: 50%;
  z-index: 2;
}

#page-container .pr21-walk21-profile .pr21-done {
	background-size: 90% auto;
  height: 11%;
  left: 45%;
  position: absolute;
  top: 30%;
  width: 14%;
	z-index: 1;
}

#page-container .pr21-walk21-profile .pr21-walk21-starred {
	margin-top: 60px;
}

#page-container .pr21-walk21-profile .pr21-walk21-content {
	display: table;
	width: 100%;
	margin-top: 50px;
	position: relative;
}

#page-container .pr21-walk21-profile .pr21-walk21-content > div {
	display: table-cell;
	width: 50%;
	overflow: hidden;
	position: relative;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-images a {
	display: block;
	background: #9c8140;
	color: #ffffff;
	line-height: 52px;
	position: absolute;
	font-size: 22px;
	padding: 0 10px;
	cursor: pointer;
	margin: auto 0;
	top: 0;
	bottom: 25%;
	height: 52px;
	z-index: 1;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-images a.pr21-walk21-left {
	display: none;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-images a.pr21-walk21-right {
	right: 0;
}

#page-container .pr21-walk21-profile .pr21-walk21-content > div ul {
	width: 400%;
	position: relative;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image {
	display: inline-block;
	width: 25%;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div {
	display: table-cell;
	width: 50%;
	text-align: right;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div > div {
	position: relative;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div > div .pr21-walk21-round {
	position: absolute;
	background: #9c8140;
	display: block;
	line-height: 40px;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	bottom: 0;
	right: 0;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div:first-of-type {
	text-align: left;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div img,
#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div .pr21-walk21-day {
	width: 95%;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div .pr21-walk21-day {
	display: inline-block;
	text-align: center;
  font-size: 28px;
  text-transform: uppercase;
	margin: 30px 0;	
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-cite > div {
	width: 80%;
	margin-left: 20%;
  font-size: 23px;
  line-height: 150%;
}

#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-cite > div br:first-of-type {
	display: none;
}

#page-container .pr21-walk21-profile .pr21-walk21-comment {
	margin-bottom: 50px;
	font-size: 18px;
}

#page-container .pr21-walk21-profile li {
	list-style: none;
	margin: 0;
}

#page-container .pr21-walk21-profile .pr21-walk21-mobile {
	display: none;
}


/***********************************/

#page-container .pr21-walk-profile {
	margin: 60px auto;
	max-width: 87%;
	position: relative;
}

#page-container .pr21-walk-profile li {
	width: 25%;
	margin-left: 10px;
	text-align: right;
}

#page-container .pr21-walk-profile .pr21-day {
	display: block;
	text-align: center;
	font-size: 28px;
	margin-left: 10px;
	text-transform: uppercase;
}

#page-container .pr21-walk-profile li.pr21-citation {
  width:45%;
}

#page-container .pr21-done {
	background: url('../images/pr21-lp/done.png') no-repeat;
}


#page-container .pr21-walk-profile .pr21-done {
	height: 90px;
	left: 47%;
	position: absolute;
	top: 3%;
	width: 150px;
}

#page-container .pr21-walk-profile .pr21-citation div {
	max-width: 80%;
	text-align: left;
}

#page-container .pr21-walk-profile li, #page-container .pr21-walk-profile div {
	display: inline-block;
	list-style: none;
	font-size: 23px;
	line-height: 150%;
}

#page-container .pr21-success-stories {
	margin: 36px 0;
}

#page-container .pr21-success-stories a {
	display: block;
	width: 409px;
	height: 38px;
	color: #fff;
	margin: auto;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	background: url('../images/pr21-lp/btn-success-stories-sprite.png') no-repeat;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;
}

#page-container .pr21-success-stories a:hover {
	background-position: 0 -38px;
}

#page-container .pr21-day1-day21 img {
  max-width: 252px;
	max-height: 500px;
	margin:0 14px 0 0;
}

#page-container .pr21-day1-day21 {
	padding-bottom: 46px;
}

#page-container .pr21-slide3-indent {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 90%;
}

#page-container .pr21-slide3-indent > span {
	display: inline-block;
	text-align: center;
	width: 25%;
}

#page-container .pr21-day1-day21 div {
  font-size: 34px;
	text-align: center;
	line-height: 130%;
	text-transform: uppercase;
}

.clear {
  clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0 !important;
}

#page-container > .clear {
	display: none;
}

#page-container .pr21-day1-day21 .pr21-day1-day21-outer {
	margin-left: 64px;
}

#page-container .pr21-day1-day21 .pr21-day1-day21-outer > li:nth-of-type(2) {
  border-left: 2px solid #9c8140;
	padding-left: 14px;
}

#page-container .pr21-day1-day21 .pr21-day1-day21-outer > li:nth-of-type(2) li:nth-of-type(2),
#page-container .pr21-day1-day21 .pr21-day1-day21-outer > li:nth-of-type(2) li:nth-of-type(2) img {
  margin:0;
}

#page-container .pr21-day1-day21 ul {
	margin: 0;
}

#page-container .pr21-day1-day21 ul li {
	list-style: none;
	float: left;
	margin: 0;
}

#page-container h3.entry-title { font-size: 24px; }

#page-container h3.entry-title a,
#page-container h3.entry-title a:visited { color: #f0ece9; }

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #f0ece9;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

/* Quotes */
q::before, cite::before {
	content: '"';
}

q::after, cite::after {
	content: '"';
}

q q::before, cite cite::before {
	content: "'";
}

q q::after, cite cite::after {
	content: "'";
}

/* Images */

img {
	max-width: 100%;
	height: auto;
}
/* Prevent image distortion in IE8 */
@media \0screen {img { width: auto }}

/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #888;
	font-style: italic;
}

blockquote {	
	margin: 0 40px 20px 40px;
	padding: 10px 20px;
	border-left: 3px solid #444;
}

blockquote p {
	margin-bottom: 0;
}

blockquote cite {
	display: block;
	font-size: 13px;
	color: #f0ece9;
}

blockquote cite::before {
	content: "\2014 \0020";
}

blockquote cite::after {
	content: "";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}

blockquote.center {
	text-align: center;
}

blockquote.left {
	text-align: left;
}

blockquote.right {
	text-align: right;
}

hr {
	border: solid #000;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0;
	height: 0;
}

/* Tables */
th {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background: rgba(0,0,0,0.4);
	text-align: center;
}

tr {
	 
}

tr:nth-child(even) {
	background: rgba(0,0,0,0.3);
}

tr:nth-child(odd) {
	background: rgba(255, 255, 255, 0.05);
}

td {
	padding: 5px 20px;
}

/* Lists */

#page-container ul li {
	margin-left: 3em;
	list-style: disc inside;
}

#page-container ul.programm-21 {
	text-align: center;
}

#page-container ul.programm-21 li {
	margin-left: 3em;
	list-style: none;
	min-height: 54px;
	font-size: 18px;
	padding: 15px 65px;
	clear: both;
	text-align: left;
	background-repeat: no-repeat;
}

#page-container ul.programm-21 li h4 {
	float: left;
  font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  height: 100%;
  line-height: 140%;
  margin: 0;
  text-transform: uppercase;
  min-width: 136px;
	color: #9c8140;
}

#page-container ul.programm-21 li p {
	float: right;
  font-family: "OpenSans-Regular", Helvetica, Arial, Verdana, sans-serif;
  max-width: 780px;
	width: 80%;
}

#page-container ul.programm-21 li strong {
	font-family: 'OpenSans-Bold', Helvetica, Arial, Verdana, sans-serif;
	color: #9c8140;
}


#page-container ul.programm-21 li#pr21-concept {
	background-image: url('../images/pr21-lp/icon-konzept.png');
}
#page-container ul.programm-21 li#pr21-success {
	background-image: url('../images/pr21-lp/icon-erfolge.png');
}
#page-container ul.programm-21 li#pr21-community {
	background-image: url('../images/pr21-lp/icon-community.png');
}
#page-container ul.programm-21 li#pr21-receipts {
	background-image: url('../images/pr21-lp/icon-rezepte.png');
}
#page-container ul.programm-21 li#pr21-workout {
	background-image: url('../images/pr21-lp/icon-workout.png');
}

#page-container .pr21-coupon {
	width: 85%;
	background: url('../images/pr21-lp/bg-teaser-coupon.jpg') #dad7d4 no-repeat top center;
	background-size: 100%;
	margin: 0 auto;
}

#page-container .pr21-coupon h2 {
	font-family: "OpenSans-Regular";
  font-size: 43pt;
  line-height: 100%;
  padding: 5% 22%;
  text-align: left;
  width: 50%;
	color: #f0ece9;
}

#page-container .pr21-coupon-head-text {
	color: #f0ece9;
  font-size: 21px;
	margin: 0 auto;
	width: 87%;
	padding: 60px 0 140px;
}

#page-container .pr21-coupon-head-text ul li {
	margin-left: 0;
}

#page-container .pr21-back {
	display: block;
	color: #1d1d1d;
	text-align: right;
}

#page-container .pr21-coupon-content {
	margin: 0 auto;
	font-size: 18px;
	background: #dad7d4;
	padding: 0 3.5% 20px;
  width: 78%;
}

#page-container .pr21-coupon-content h3 {
	text-align: left;
	padding: 50px 0 0;
	font-family: 'OpenSans-Bold';
}

#page-container .pr21-coupon-content p {
	margin: 0;
}

#page-container .pr21-coupon-content .pr21-checklist {
	width: 100%;
	margin: 0;
}

#page-container .pr21-buy-package.pr21-coupon-select {
	margin: 0 auto;
	width: 85%;
	margin-top: 100px;
}

#page-container .pr21-buy-package.pr21-coupon-select li {
	width: 48%;
}

#page-container .pr21-buy-package.pr21-coupon-select li:nth-of-type(2) {
	margin-left: 3.5%;
}

#page-container .pr21-buy-package.pr21-coupon-select li .pr21-package {
	width: 100%;
	background: url('../images/pr21-lp/bg-couponteaser-package.png') #343434 no-repeat;
	background-size: 100%;
	border-bottom: 2px solid #9c8140;
	margin-bottom: 28px;
}

#page-container ol li {
	margin-left: 40px;
}

#page-container ul ul li,
#page-container ul ol li,
#page-container ol ul li,
#page-container ol ol li {
	margin-left: 0px;
}

dl {
	margin-bottom: 20px;
}

dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}

dl dd {
	padding-left: 20px;
	margin-bottom: 10px;
}

address {
	font-family: 'Courier new', Courier, Monospace;
	padding: 0 0 20px 20px;
}

cite {
	font-style: italic;
}

pre,
#page-container > pre {
	display: block;
	font-family: 'Courier New', Courier, Monospace;
	padding: 15px;
	word-wrap: break-word;
}

/* Forms */

label {
	color: #f0ece9;
	font-size: 14px;
	line-height: 160%;
}

/*input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	color: #f0ece9;
	background: #292929;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0 5px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background-color: #b99128;
	color: #fff;
	border: none;
	box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	height: 30px;
}*/

textarea {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Buttons */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #b99128;
	border: none;
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin: 0 0 20px 0;
	padding: 5px 15px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: white;
	background: #333;
}

/* #Links */
a,
a:visited {
	color: #b99128;
}

a, a:visited, a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}

p a, p a:visited {
	line-height: inherit;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited,
h3 a:visited, h4 a:visited,
h5 a:visited, h6 a:visited {
	color: #333;
}

#page-container h1 a, #page-container h1 a:visited,
#page-container h2 a, #page-container h2 a:visited,
#page-container h3 a, #page-container h3 a:visited,
#page-container h4 a, #page-container h4 a:visited,
#page-container h5 a, #page-container h5 a:visited,
#page-container h6 a, #page-container h6 a:visited,
#page-container h3.entry-title a:hover {
	color: #b99128;
}

h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover,
#page-container h1 a:hover, #page-container h2 a:hover, #page-container h3 a:hover,
#page-container h4 a:hover, #page-container h5 a:hover, #page-container h6 a:hover {
	color: #333;
}

/* Gallery */
.wp-caption-text {
	padding-left: 0;
}

/* Transitions */
a, a:visited,
#navbar ul li,
#page-container .paged_nav > span,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea,
.postmetadata *,
.read-more {
	-webkit-transition: all .5s;
	-moz-transition:	all .5s;
	-o-transition:	  all .5s;
	transition:		 all .5s;
}

#mobilenav {
	display: none;
	border: 0px solid #f0ece9; 
	line-height: 100%; 
	top: 0; 
	right: 0;
	background-color: #262626;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
}

.pr21-terms > form {
	text-align: right;
	margin: 0 auto;
	width: 60%;
}

.pr21-terms form > div {
	width: 50%;
	text-align: left;
	display: inline-block;
}

.pr21-terms form.um_lostpass_form > div {
	width: 100%;
}

.pr21-terms form > div.um_field_container {
	width: 100%;
	margin: 0;
}

.pr21-terms input[type="text"], 
.pr21-terms input[type="password"] {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #b4b4b4;
  color: #1c1c1c;
  height: 50px;
  width: 98%;
	padding: 0 1%;
}

.pr21-terms input[type="submit"] {
	background: #1c1c1c;
	display: block;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	color: #f0ece9;
	font-size: 14pt;
	font-family: 'OpenSans-Regular';
}

.pr21-terms form.um_lostpass_form input[type="submit"] {
	width: 50%;
	float: right;
}

.pr21-terms form.um_lostpass_form p {
	clear: both;
}

.pr21-terms > p {
	width: 60%;
	text-align: right;
	margin: 0 auto;
}


/* 2.1. Slider 
================================================== */
@media only screen and (max-width: 1200px) {
	.not-loaded .huge_it_slideshow_image_wrap_2,
	.not-loaded .huge_it_slideshow_image_wrap_1,
	.not-loaded .huge_it_slideshow_image_wrap_3,
	.not-loaded .huge_it_slideshow_image_wrap_4,
	.not-loaded .huge_it_slideshow_image_wrap_5 {
		background: url('../images/pr21-lp/preloader.gif') no-repeat 50% 50% / 30px 30px #f0ece9 !important;
		width: 100% !important;
		height: 200px !important;
	}

	.not-loaded .huge_it_slideshow_dots_container_2,
	.not-loaded .huge_it_slideshow_image_container_2,
	.not-loaded .huge_it_slideshow_dots_container_1,
	.not-loaded .huge_it_slideshow_image_container_1,
	.not-loaded .huge_it_slideshow_dots_container_3,
	.not-loaded .huge_it_slideshow_image_container_3,
	.not-loaded .huge_it_slideshow_dots_container_4,
	.not-loaded .huge_it_slideshow_image_container_4,
	.not-loaded .huge_it_slideshow_dots_container_5,
	.not-loaded .huge_it_slideshow_image_container_5 {
		display: none !important;
	}
}
/* 3. @media queries
================================================== */

/* #Tablet (Portrait) | Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	#main-wrap { width: 768px; }

	.tophead { padding-right: 15px; }
	
	#logo { padding: 0 15px; }

	#nav-wrap { padding: 0; }
	
	#navbar > *, #navbar ul > * {
		font-size: 12px;
	}
	
	#navbar ul li a, #navbar ul li a:visited {
    padding: 5px 18px 3px 14px;
	}
	
	#navbar > .menu-container { max-width: 557px; }

	#page-container > * {
		margin-bottom: 20px;
	}
	#page-container > hr { margin: 40px 0; }
	
	#page-container ul.programm-21 li h4, #page-container ul.programm-21 li p {
		float: none;
	}
	
	#page-container .pr21-21euro {
    height: 150px;
    left: 60px;
    top: 58px;
    width: 150px;
	}
	
	#page-container .pr21-mobile .pr21-list {
		font-size: 18px;
		padding-top: 246px;
	}
	
	#page-container .pr21-mobile .pr21-store-links a {
	    background-size: 100% auto;
	    height: 29px;
	    width: 102px;
	}
	
	#page-container .pr21-walk-profile li, #page-container .pr21-walk-profile div {
		display: inline-block;
		list-style: none;
		font-size: 14px;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-cite > div {
		font-size: 14px;
	}
	
	#page-container .pr21-walk-profile .pr21-done {
		background-size: 60%;
	}
	
	#page-container .pr21-walk-profile li.pr21-citation {
		width: 40%;
	}
	
	#page-container .pr21-content-footer .pr21-earn-your-21 {
		font-size: 90px;
	}
	
	#page-container .pr21-content-footer .pr21-bars.pr21-small {
		background-position: center bottom 68px;
		background-size: 35%;
	}
	
	#page-container .pr21-packages > li {
		margin-left: 2em;
		width: 346px;
	}
	
	#page-container .pr21-package {
		width: 346px;
	}
	
	#page-container .pr21-package-list .pr21-checklist li {
		text-align: left;
		padding-left: 0;
	}
	
	#page-container .pr21-package-list .pr21-checklist li div {
	  width: 80%;
	}
	
	#page-container .pr21-coupon-teaser h2 {
    font-size: 28pt;
		padding-bottom: 1%;
	}
	
	#page-container .pr21-coupon-teaser .pr21-coupon-teaser-text {
    font-size: 10pt;
		padding-bottom: 2%;
	}

	#page-container .pr21-buy-package.pr21-coupon-select li {
		margin-left: 0;
	}
	
	#page-container .pr21-buy-package.pr21-coupon-select li:nth-of-type(2) {
		margin-left: 3%;
	}
	
	#page-container .pr21-coupon h2 {
	    font-size: 28pt;
	    padding-bottom: 1%;
	}
	
	#page-container .pr21-coupon-head-text {
		font-size: 10pt;
	}
	
	.container	  { width: 768px; }
	#page-container { width: 766px; }	
	#page-container.with-sidebar { width: 576px; }
	#sidebar-container { width: 172px; }

	.gallery .gallery-item { width: 50%!important; min-height: 210px; }
	.gallery br { display: none; }

	#sidebar-container {
		width: 161px;
		margin: 0 15px 0 0;
	}

	#calendar_wrap td { padding: 1px 3px;  }

	#footer .container { width: 768px; }
	#footer .widget { padding: 0 15px; }
	.sub-footer-left { padding-left: 15px; }
	.sub-footer-right { padding-right: 15px; }
	
	#page-container .janis {
		background-position: center bottom;
		background-size: 100% auto;
		font-size: 10px;
	}
	
	#page-container .janis .janis-name {
		left: 40%;
	}
	
	#page-container .janis .janis-quotation {
		line-height: 160%;
		right: 4%;
		width: 60%;
	}

	#page-container .pr21-day1-day21 .pr21-day1-day21-outer {
		margin-left: 2.3em;
	}
	
	#page-container .huge_it_slideshow_description_text_1, 
	#page-container .huge_it_slideshow_description_text_2, 
	#page-container .huge_it_slideshow_description_text_3, 
	#page-container .huge_it_slideshow_description_text_4, 
	#page-container .huge_it_slideshow_description_text_5, 
	#page-container .huge_it_slideshow_description_text_6 {
    font-size: 24px;
    line-height: 150%;
	}
	
	#page-container .pr21-walk21-profile h2 {
		padding-top: 0;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-images a {
		bottom: 35%;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-comment {
		font-size: 14px;
	}
	
	  .swiper_description {
		font-size: 30px!important;
	  }
	
	
}

/* #Mobile (Portrait) | Design for a width of 320px */
@media only screen and (max-width: 767px) {
	
	/*Martin*/
	#page-container .pr21-faq li .pr21-faq-response {
	text-align:justify;
}

/*Martin*/
	#page-container ul.programm-21 li {
		padding-right:20px;
	}
	
	/*Martin*/
	#page-container ul.programm-21 li {
	margin-left: 20px;

}
	
	 .swiper_description {
		font-size: 24px!important;
	  }



	.pr21-terms form > div {
		width: 100%;
	}
	
	.pr21-terms form.um_lostpass_form input[type="submit"] {
		width: 100%;
	}
	
	#header .pr21-social {
		display: none;
	}
	
	#sub-footer .pr21-social {
		display: block;
	}
	
	#header-image img {
		width: 60%;
	}
	
	#page-container h2 {
		font-size: 18pt;
	  padding-top: 30px;
	}
	
	#page-container h3 {
		font-size: 12pt;
	}
	
	#page-container .pr21-checklist li {
		margin-bottom: 10px;
	}

	#page-container .pr21-coupon-teaser {
		height: 158px;
	}
	
	#page-container .pr21-coupon-teaser h2 {
    font-size: 16pt;
		padding-bottom: 5%;
	}
	
	#page-container .pr21-coupon-teaser .pr21-coupon-teaser-text {
    display: none;
	}
	
	#page-container .pr21-coupon-teaser a.pr21-link-buy-now {
    background-size: 100% auto;
    height: 31px;
    line-height: 230%;
    width: 170px;
	}

	#page-container .pr21-coupon {
		padding-bottom: 40%;
	}
	
	#page-container .pr21-coupon h2 {
		font-size: 15pt;
	}
	
	#page-container .pr21-coupon-select h4 {
		font-size: 24pt;
	}
	
	#page-container .pr21-coupon-select h5 {
		font-size: 15pt;
	}
	
	#page-container .pr21-coupon-teaser a.pr21-link-buy-now:hover {
    background-position: center -31px;
	}
	
	#page-container .pr21-coupon-head-text {
    display: none;
	}
	
	#page-container .pr21-content-footer div.pr21-p160 {
		padding-top: 120px;
	}
	
	#page-container .pr21-buy-package.pr21-coupon-select li {
		margin-left: 0 !important;
		display: block;
		width: 100%;
		margin-bottom: 50px;
	}
	
	#page-container .pr21-checklist {
	  margin: 44px 65px 0;
	}
	
	#page-container .pr21-mobile .pr21-list {
		font-size: 9pt;
		padding-top: 46px;
	}
	
	#page-container .pr21-mobile .pr21-store-links a {
	    background-size: 100% auto;
	    height: 29px;
	    width: 102px;
	}
	
	#page-container .pr21-mobile {
		background-size: 50%;
		height: 300px;
		font-size: 8px;
	}
	
	#page-container .pr21-buy-now {
		padding: 0;
	}
	
	#page-container .pr21-mobile .pr21-links {
	  bottom: 10px;
	}
	
	#page-container .pr21-price-tag {
		background-size: 50%;
		background-position: center;
		font-size: 38px;
		line-height: 210px;
	}

	#page-container .pr21-walk-profile li, #page-container .pr21-walk-profile div {
		display: inline-block;
		list-style: none;
		font-size: 10px;
	}
	
	#page-container .pr21-walk-profile li {
		width: 45%;
	}
	
	#page-container .pr21-walk-profile li.pr21-citation {
		width: 90%;
	}
	
	#page-container .pr21-walk-profile .pr21-citation div {
		width: 100%;
		max-width: 100%;
		font-size: 12px;
		text-align: center;
	}
	
	#page-container .pr21-walk-profile .pr21-day {
		font-size: 14px;
	}

	#page-container .pr21-content-footer .pr21-bars.pr21-small {
		background-position: center bottom 45px;
		background-size: 250px;
	}

	#page-container .pr21-content-footer .pr21-earn-your-21 {
		font-size: 85px;
	}

	#page-container .pr21-walk-profile .pr21-done {
		background-size: 40%;
		left: 87%;
	}

	#main-wrap { width: 100%; }

	.tophead {
		width: 100%;
		padding: 5px 10px;
		text-align: center;
	}
	.tophead #searchform { margin: auto; right: 0; width: 50%; }

	#header #tagline { padding: 0; }

	#nav-wrap { padding: 0 5px; }
	#navbar select {
		display: block;
		margin: 20px auto;
		width: 90%;
	}

	#page-container > *,
	#footer .container > ul > li {
		margin-bottom: 20px;
	}

	.container,
	#page-container,
	#page-container.with-sidebar,
	#sidebar-container,
	#sidebar {
		width: 100%;
	}

	#page-container .post { margin: 0 0 20px 0 !important; }
	#page-container > hr { margin: 0px 0 20px 0 !important; }
	.gallery .gallery-item {
		float: none!important;
		width: 100%!important;
	}
	.gallery br { display: none; }

	#sidebar-container { margin: 0 0 20px 0; }
	#calendar_wrap td { padding: 3px 12px; }

	#footer .widget { width: 100%!important; padding: 0; }
	.sub-footer-left,
	.sub-footer-right { width: 100%; text-align: center; }

	.sub-footer-left { margin-bottom: 20px; }
	
	#page-container .pr21-day1-day21 .pr21-day1-day21-outer > li:nth-of-type(2) {
		border-left: none;
		padding-left: 0;
	}
	
	#page-container ul.programm-21 li h4, #page-container ul.programm-21 li p {
		float: none;
	}
	
	#page-container .pr21-day1-day21 .pr21-day1-day21-outer {
	    margin-left: 0.6em;
	}
	
	#page-container .pr21-day1-day21 .pr21-day1-day21-inner p {
		margin: 0;
	}
	
	#page-container .pr21-success-stories a {
		background-position: center 0;
    background-size: 80% auto;
    font-size: 12px;
    height: 26px;
    line-height: 220%;
    width: 350px;
	}
	
	#page-container .pr21-success-stories a:hover {
		background-position: center -26px;
	}
	
	#sub-footer {
		padding-top: 30px;
	}
	
	#page-container .pr21-day1-day21 div {
		font-size: 14px;
	}
	
	
	#page-container .pr21-content-footer .bars, #page-container .pr21-content-footer .pr21-bars {
		background-size: 60%;
		background-position: center 120px;
	}
	
	#page-container .pr21-text {
		margin-bottom: 30px;
		text-align: justify;
		width:80%;
	}
	
	#page-container .huge_it_slideshow_description_text_1,
	#page-container .huge_it_slideshow_description_text_2,
	#page-container .huge_it_slideshow_description_text_3,
	#page-container .huge_it_slideshow_description_text_4,
	#page-container .huge_it_slideshow_description_text_5,
	#page-container .huge_it_slideshow_description_text_6 {
		font-size: 14px;
		line-height: 200%;
	}
	
	#page-container .huge_it_slideshow_dots_thumbnails_1,
	#page-container .huge_it_slideshow_dots_thumbnails_2,
	#page-container .huge_it_slideshow_dots_thumbnails_3,
	#page-container .huge_it_slideshow_dots_thumbnails_4,
	#page-container .huge_it_slideshow_dots_thumbnails_5,
	#page-container .huge_it_slideshow_dots_thumbnails_6 {
    height: 25px;
	}

	#page-container .huge_it_slideshow_dots_1,
	#page-container .huge_it_slideshow_dots_2,
	#page-container .huge_it_slideshow_dots_3,
	#page-container .huge_it_slideshow_dots_4,
	#page-container .huge_it_slideshow_dots_5,
	#page-container .huge_it_slideshow_dots_6 {
    height: 5px;
    width: 5px;
	}
	
	#page-container ul.programm-21 li {
	  background-size: 35px auto;
		font-size: 12px;
   	padding-left: 50px;
   	padding-top: 5px;
	}
	
	#page-container ul.programm-21 li p {
	  width: 100%;
	}
/*Martin*/
	#page-container ul.programm-21 li h4 {
		font-size: 18px;
	}
	
	#page-container ul.programm-21 li p {
		font-size: 18px;
	}
	

	#page-container .pr21-content-footer {
		margin-top: 0;
		height: 268px;
	}
	
	#page-container .pr21-content-footer div {
		height: 178px;
	  padding-top: 70px;
	}
	
	#page-container .janis {
		background-position: center bottom;
		background-size: 100% auto;
		font-size: 10px;
		height: 268px;
    margin-top: -288px;
	}
	
	#page-container .janis .janis-name {
		left: 40%;
	}
	
	#page-container .janis .janis-quotation {
		font-size: 12px;
		line-height: 160%;
		right: 4%;
		top: 10%;
		width: 60%;
	}
	
	#page-container a.pr21-link-buy-now {
    background-position: center top;
    background-size: 80% auto;
    bottom: 10px;
    font-size: 14px;
    height: 37px;
    line-height: 250%;
    width: 250px;
	}
	
	#page-container a.pr21-link-buy-now:hover {
	  background-position: center -37px;
	}
	
	#page-container .pr21-faq li .pr21-faq-response .pr21-faq-list li {
		background-position: left 8px;
	}
	/*Martin*/
	#page-container .pr21-faq {
		font-size: 18px;
	}
	
	#page-container .pr21-faq li .pr21-faq-response .pr21-faq-list {
	  margin: 8px 0;
	}
	
	#mobilenav {
		display: block;
	}
	
	#navbar {
		position: absolute;
		display: none;
		background-color: #1c1c1c;
		width: 100%;
		z-index: 100;
		left: 0;
	}
	
	#navbar ul li {
		display: block;
		line-height: 300%;
		border-bottom: 2px solid #b99128;
	}
	
	#page-container .pr21-content-footer div.pr21-bars {
		height: 238px;
	  padding-top: 40px;
	}
	
	#page-container .pr21-package-list {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	#page-container .pr21-package-list .pr21-checklist {
		padding: 24px 0 4px;
	}
	
	#page-container .pr21-packages > li {
		margin-left: 1.1em;
		width: 95%;
	}
	
	#page-container .pr21-package {
		width: 100%;
	}
	
	#page-container .pr21-package h4 {
		padding-top: 40px;
	}
	
	#page-container .pr21-package h5 {
		padding-bottom: 25px;
	}
	
	#page-container .pr21-checklist.pr21-text {
		width: 80%;
		margin: 0 auto;
		text-align: left;
	}
	
	#page-container .pr21-packages > li {
		margin-left: 3% !important;
	}
	
	#page-container .pr21-21euro {
    left: 30px;
	}
	
	#page-container .pr21-video .pr21-video-tabs .pr21-video-links li {
		display: block;
		width: 100%;
	}
	
	#page-container .pr21-video-links a {
		font-size: 14px;
		border-left: none;
		border-top: 2px solid #f0ece9;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content	{
		margin: 20px auto 0;
		width: 90%;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content > div {
		display: block;
		width: 100%;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-image > div .pr21-walk21-day {
		font-size: 16px;
		margin: 10px 0;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-cite {
		margin-bottom: 20px;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-cite > div {
		margin: 0;
		width: 100%;
		font-size: 18px;
		text-align: justify;
	}
	
	#page-container .pr21-walk21-profile .pr21-done {
    height: 11%;
    left: 82%;
    top: 15%;
    width: 20%;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-star {
    background-position: center top 10px;
    background-size: 35% auto;
    width: 100%;
		height: 30%;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-starred {
		margin: 20px auto 0;
    text-align: left;
    width: 90%;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-images a {
		bottom: 35%;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-content .pr21-walk21-cite > div.pr21-walk21-mobile {
		margin-top: 20px;
		display: block;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-desktop {
		display: none;
	}
	
}

/* #Mobile (Landscape) | Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/*Martin*/
	#page-container ul.programm-21 li {
		padding-right:20px;
	}
	
	
	/*Martin*/
	#page-container .pr21-faq li .pr21-faq-response {
	text-align:justify;
}

/*Martin*/
	#page-container ul.programm-21 li {
	margin-left: 20px;
}





	#page-container .pr21-walk21-profile .pr21-walk21-star {
    background-position: center top 10px;
	}
	
	#page-container .pr21-walk21-profile .pr21-walk21-starred {
	  margin-top: 60px;
	}
	
	#page-container .pr21-day1-day21 .pr21-day1-day21-outer {
		margin-left: 2.2em;
	}
/*Martin*/
	#page-container ul.programm-21 li h4 {
		font-size: 18px;
	}
	
	#page-container .pr21-coupon-teaser h2 {
    font-size: 23pt;
	}
	
	#page-container .pr21-coupon h2 {
		font-size: 22pt;
	}

	#page-container .pr21-content-footer {
		margin-top: 0;
		height: 268px;
	}
	
	#page-container .huge_it_slideshow_description_text_1,
	#page-container .huge_it_slideshow_description_text_2,
	#page-container .huge_it_slideshow_description_text_3,
	#page-container .huge_it_slideshow_description_text_4,
	#page-container .huge_it_slideshow_description_text_5,
	#page-container .huge_it_slideshow_description_text_6 {
		font-size: 14px;
		line-height: 250%;
	}
	
	#page-container .huge_it_slideshow_dots_thumbnails_1,
	#page-container .huge_it_slideshow_dots_thumbnails_2,
	#page-container .huge_it_slideshow_dots_thumbnails_3,
	#page-container .huge_it_slideshow_dots_thumbnails_4,
	#page-container .huge_it_slideshow_dots_thumbnails_5,
	#page-container .huge_it_slideshow_dots_thumbnails_6 {
    height: 25px;
	}

	#page-container .huge_it_slideshow_dots_1,
	#page-container .huge_it_slideshow_dots_2,
	#page-container .huge_it_slideshow_dots_3,
	#page-container .huge_it_slideshow_dots_4,
	#page-container .huge_it_slideshow_dots_5,
	#page-container .huge_it_slideshow_dots_6 {
    height: 5px;
    width: 5px;
	}

	#page-container .pr21-walk-profile li, #page-container .pr21-walk-profile div {
		display: inline-block;
		list-style: none;
		font-size: 10px;
	}
	
	#page-container .pr21-walk-profile .pr21-day {
		font-size: 14px;
	}

	#page-container h2 {
	  padding-top: 30px;
	}

	#page-container .pr21-text {
		margin-bottom: 30px;
		text-align: justify;
		width:80%;
	}
	
	#page-container .pr21-mobile {
	  height: 400px;
	}
	
	#page-container .pr21-package-list .pr21-checklist li div {
		width: 80%;
	}
	
	#page-container .pr21-package-list .pr21-checklist {
		/*height: 536px;*/
		padding: 24px 0;
	}
	
	#nav-wrap { padding: 0 10px; }

	#page-container > *,
	#footer .container > ul > li {
		margin-bottom: 20px;
	}

	.gallery .gallery-item {
		float: left!important;
		width: 50%!important;
		min-height: 210px;
	}

	#sidebar-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#page-container .janis {
    background-position: 30px bottom;
    background-size: 90% auto;
    font-size: 12px;
    height: 268px;
    margin-top: -288px;
	}
	
	#page-container .janis .janis-name {
		left: 40%;
	}
	
	#page-container .janis .janis-quotation {
		font-size: 14px;
		line-height: 160%;
		right: 4%;
		top: 10%;
		width: 60%;
	}

	#sidebar-container { margin: 0 0 20px 0; }
	#calendar_wrap td { padding: 5px 20px; }

}






/* Gewichtsrechner */


#box { 

width:80%;
    background-color:#fff;
    border-radius:15px;
    color:#000;
 margin: 0 auto; /* 15% from the top and centered */
    padding: 18px;
    border: 1px solid #888;
   
}


.question{
text-align:left;
}

.question label{
padding-bottom:10px;
padding-right:10%;
color:#000;
font-size:16px;
}

.question p{
margin:0;
padding-top:30px;
padding-bottom:10px;
font-size:20px;
font-weight: bold;
line-height: 1.2;
}

input#senden{
width:100%;
height:35px;
font-size:14px;
text-transform: none;

appearance:normal;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#page-container div.pr21-less {
   
    margin-bottom: 0px;
   
}

#page-container h2.pr21-less {
    padding-top: 20px;
}

input.rightcol{
height:30px;
width:100%;
font-size:16px;
padding-left:5px;
}

.ui-datepicker .ui-datepicker-title select {


color:#000;
}


@media screen 
and (min-width : 1200px) 
{
input#senden{

font-size:18px;


}

.question label{
display:inline-block;
padding-right:10%;
color:#000;
font-size:16px;
}
}


img.vn21tage{
	padding:1%;
	width: 48%;
}

img.vnrunden{
	padding:1%;
	width: 48%;
}

.vntext, .vntext2{
	margin-top:35px;
}

.ausgabegewichtsrechner{
	text-align: left;
	line-height:normal;
	
}


.ausgabegewichtsrechner strong{
	font-family: 'OpenSans-Bold';
	
}



/* Newsletter abonnieren */


#element_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
  
    padding: 20px;
    border: 1px solid #888;
   
}

#close{
    cursor:pointer;
    position:relative;
    right:10px;
	float:right;
    top:5px;
font-size:30px;
}

#element_to_pop_up h2 { 
	padding-top:22px;
	padding-bottom:5px;
   font-size:20px;
   
}
#element_to_pop_up label { 
	color:#000;
   font-size:15px;
   padding-bottom:3px;
   
}

#element_to_pop_up p { 
     font-size:15px;
	 font-weight:bold;
}

#element_to_pop_up input[type="text"] { 
     font-weight:bold;
	 width:100%;
	 padding-left:5px;
	 box-sizing: border-box;
	 /*box-sizing: border-box; wenn ein div über das andere hinausragt und somit größer macht.*/
}



#outer-box {
    display: none;
   position: fixed;
width: 100%;
height: 200px;
top: 0;
left: 0;
margin-top: 0; /* Negative half of height. */
margin-left: 0; /* Negative half of width. */
   font-size:100px;
z-index:9999999;


}

@media screen 
and (min-width : 1200px) 
{
#outer-box {
   display: none;
   position: fixed;
width: 500px;
height: 200px;
top: 30%;
left: 50%;
margin-top: -100px; /* Negative half of height. */
margin-left: -250px; /* Negative half of width. */
   
z-index:9999999;

}
}


p.resultate{
font-size:13px!important;
text-align:center;
  }
  
@media (max-width:767px) {
	
  p.resultate{
font-size:10px!important;
  }
  
  .margintop{
	margin-top: 0px!important;
}

}


#happymep {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
ul#happymeul {
  list-style: none !important;
  color: #E5047E;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}
ul#happymeul li {
  list-style: none !important;
}
a#happymelink {
  background-color: #E5047E;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  border-radius: 3px;
  font-family: 'OpenSans-ExtraBold';
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 50%;
}
a#happymelink:hover {
  background-color: #B20362;
}
#hmtable {
  display: table; /* Allow the centering to work */
  margin: 0 auto;
}

.huge_it_slideshow_title_text_2{
	display:none!important;
}



 .swiper-container {
      width: 100%;
      height: 100%;
	  background: #9c8140;
	  margin-bottom: 0px!important;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
		overflow:hidden;
    }



.swiper_description {
    text-decoration: none;
    position: absolute;
    z-index: 11;
    border-style: solid;
    display: inline-block;
    width: 100%;
    bottom: 0;
    padding: 3%;
    text-align: justify;
    color: #F0ECE9;
    background: rgba(28,28,28,0.7) !important;
    border-style: solid;
    font-size: 40px;
    border-width: 0px;
    border-color: #FFFFFF;
    border-radius: 0px;
	
	line-height: 100%;
    text-transform: uppercase;
    text-align: center;
}

input#emailpasswort, input#newpasswort, input#confirmnewpasswort{
height: 44px;
width: 100%;
    border: 1px solid #9da3a6;
	background: #fff;
	    text-overflow: ellipsis;
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
-moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
	        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		color: #000;
		font-weight: 400;
		padding:10px;
		-webkit-appearance: none;
	font-size:14px;
}

.btn {
    color: #FFF!important;
    padding: 10px 20px;
    margin-top:15px!important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #9c8140;

    display:block;
    overflow:hidden;
}

.btn:active{
	background-color: #1d1d1d;
	opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.passw{
	padding:15px!important;

}

.form-group{

}

#wp-submit{
	-webkit-appearance: none;
}

#gewichtsrechner_form input[type="text"], #gewichtsrechner_form input[type="number"] {
    height: 44px!important;
    width: 100%!important;
    border: 1px solid #9da3a6!important;
    background: #fff!important;
    text-overflow: ellipsis!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -khtml-border-radius: 4px!important;
    border-radius: 4px!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    color: #000!important;
    font-weight: 400!important;
    padding: 10pxv
    -webkit-appearance: none!important;
    font-size: 14px!important;
}

.contactSubmitButton {
	border-radius: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

label.custom-radio-button input[type="radio"] {
    opacity:0;
    width:  0px;
    margin:  0;
}
 
label.custom-radio-button input[type="radio"] ~ .helping-el {
    background-color: #FFFFFF;
    border: 2px solid #9c8040;  
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    padding: 11px;
    position: relative;
    top: 0px;
}
 
label.custom-radio-button input[type="radio"]:checked ~ .helping-el {
    border: 2px solid #9c8040;
}
 
label.custom-radio-button input[type="radio"]:checked ~ .helping-el:after {
    background-color: #9c8040;
    border-radius: 50%;
    content: " ";
    font-size: 33px;
    height: 16px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 16px;
     
}


.dropdown {
  cursor: pointer;
  display: block;
  padding: 5px 22px 3px 14px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 9999999;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown img {
    vertical-align: middle;
    padding-bottom: 5px;
}

.dropdown a {
	color: black !important;
}

.dropdown a.selected {
  color: #9c8040 !important;
}

i.fa-caret-down {
	padding-top:  3px;
}

@media only screen and (max-width: 767px) {
	i.fa-caret-down {
		padding-top:  15px;
	}
}
