@charset "utf-8";

/* SYSTEM RESET (style-reset.css) */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

*, *:after, *:before {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

nav ul
{
    list-style:none;
}

blockquote, q
{
    quotes:none;
}

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

a
{
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

ins
{
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark
{
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom:1px dotted;
    cursor:help;
}

table
{
    border-collapse:collapse;
    border-spacing:0;
}

hr
{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}

input, input:focus, select
{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    outline:0;
    z-index: 1;
}

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
    outline-offset: 0px;
}

*:focus {
    outline: 0;
}

form, div, input
{
    outline:0;
    border:0;
    margin:0;
    padding:0;
}

input[type=checkbox],
input[type=radio],
input[type=button],
input[type=file],
input[type=submit],
select
{
    cursor: pointer;
}

/* SYSTEM MASTER (style-master.css) */

body
{
	font-family: "Open Sans", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	color: #d5d3d0;
	background-color: #383838;
    background-image: url("./../../user/page/img/bg-body.jpg");
    background-size: 256px 256px;
}

/* background image retina resolution */
@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {

	body
	{
        background-image: url("./../../user/page/img/bg-body-2x.jpg");
	}
}


.smalText, .textSmal { font-size: 10px; }
.normalText, .textNormal { font-size: 18px; }
.largeText, .textLarge { font-size: 30px; }

.lightText, .textLight { font-weight: 300; }
.regularText, .textRegular, .normalText, .textNormal { font-weight: 400; }
.boldText, .textBold { font-weight: 700; }

h1, h2, h3, h4
{
	font-family: "Open Sans", "Lucida Grande", sans-serif;
	font-weight: 400;
	color: #a6a193;
	line-height: 1.8;
	padding-top: 20px;
	padding-bottom: 10px;
}

h1 { font-size: 30px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

h1.smalText, h2.smalText, h3.smalText, h4.smalText,
h1.textSmal, h2.textSmal, h3.textSmal, h4.textSmal { font-size: 13px; }
h1.normalText, h2.normalText, h3.normalText, h4.normalText,
h1.textNormal, h2.textNormal, h3.textNormal, h4.textNormal { font-size: 17px; }
h1.largeText, h2.largeText, h3.largeText, h4.largeText,
h1.textLarge, h2.textLarge, h3.textLarge, h4.textLarge { font-size: 21px; }

h1.lightText, h2.lightText, h3.lightText, h4.lightText,
h1.textLight, h2.textLight, h3.textLight, h4.textLight { font-weight: 300; }
h1.regularText, h2.regularText, h3.regularText, h4.regularText,
h1.textRegular, h2.textRegular, h3.textRegular, h4.textRegular { font-weight: 400; }
h1.boldText, h2.boldText, h3.boldText, h4.boldText,
h1.textBold, h2.textBold, h3.textBold, h4.textBold { font-weight: 700; }

a, a:visited
{
	color: #d5d3d0;
	text-decoration: none;
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	-moz-transition: all 150ms;
	-webkit-transition: all 150ms;
	transition: all 150ms;
}

a:hover { color: #b6a582; }
a:active { color: #b6a582; }

a.line, span.line, p.line, div.line { text-decoration: underline; }

p { margin-bottom: 10px; text-align: left; }
p.textRight, div.textRight , span.textRight,
p.rightText, div.rightText , span.rightText { text-align: right; }
p.textBlock, div.textBlock , span.textBlock,
p.blockText, div.blockText , span.blockText { text-align: justify; }
p.textCenter, div.textCenter , span.textCenter,
p.centerText, div.centerText , span.centerText { text-align: center; }

.hide { display: none !important; }
.text_center { text-align: center; }
.caps { text-transform: uppercase; }

.transition_150, .transition_150ms {
	-o-transition: all 150ms;
	-ms-transition: all 150ms;
	-moz-transition: all 150ms;
	-webkit-transition: all 150ms;
	transition: all 150ms; }
.transition_200, .transition_200ms {
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	-moz-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms; }
.transition_300, .transition_300ms {
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms; }

.noselect
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	-webkit-tap-highlight-color: transparent;
}

.cursor_default { cursor: default; }
.cursor_pointer { cursor: pointer; }

div.hr
{
	width: 100%;
	height: 1px;
	background-color: #000;
}

div.box,
span.box
{
	vertical-align: top;
    background-color: #212121;
}

input, textarea
{
	background-color: #5C5952;
	padding: 3px 5px;
	color: #E8E8E8;
	border: 0px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #c7c7c7; }
input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder, textarea::-moz-placeholder {
	color: #c7c7c7; opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #c7c7c7 !important; }

.input_error
{
    -moz-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    -webkit-box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
    box-shadow: inset 0 0 30px rgba(221, 62, 62, 0.8);
}


sub
{
	color: #b42d08;
	margin-left: 4px;
}

sub.inside
{
	margin-left: -13px;
	z-index: 10;
}

/* FORMULAR - USER */

.font_size_1 { font-size: 10px; }
.font_size_2 { font-size: 18px; }
.font_size_3 { font-size: 30px; }

input.small
{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}

input.middle
{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}

input.large
{
	height: 42px;
	line-height: 42px;
	font-size: 30px;
}

textarea::-moz-placeholder {
	font-family: "Open Sans", "Lucida Grande", sans-serif;
}

span.form-elm > div.btn_loading_container,
span.form-elm > span.btn_loading_line
{
	z-index: 10;
}

span.form-elm-small, 
span.form-elm-middle, 
span.form-elm-large 
{
	display: inline-block;
}

span.btn
{
	padding: 3px 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}

span.btn-send
{
	width: 70px;
}

span.btn-color1
{
	background-color: #fff;
	color: #000;
}

span.btn-color2
{
	background-color: #fff;
	color: #000;
}

span.btn-disable
{
	background-color: #969696 !important;
	color: #C2C2C2 !important;
}

span.btn-small
{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}

span.btn-middle
{
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}

span.btn-large
{
	height: 42px;
	line-height: 42px;
	font-size: 30px;
}

span.shadow-small, 
div.shadow-small,
a.shadow-small
{
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

span.shadow-large, 
div.shadow-large,
a.shadow-large
{
    -moz-box-shadow: 0px 0px 35px rgba(0,0,0,0.32);
    -webkit-box-shadow: 0px 0px 35px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 35px rgba(0,0,0,0.32);
}

span.shadow-inside, 
div.shadow-inside,
input.shadow-inside
{
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
}

span.shadow-special, 
div.shadow-special,
a.shadow-special
{
    -moz-box-shadow: 1px 1px rgba(0,0,0,0.9);
    -webkit-box-shadow: 1px 1px rgba(0,0,0,0.9);
    box-shadow: 1px 1px rgba(0,0,0,0.9);
}

span.round-small, 
div.round-small
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

span.round-large, 
div.round-large
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

span.round-special, 
div.round-special
{
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    
}

textarea.noResize
{
	resize: none;
}

::selection
{
	background: #ccc;
	color: #fff;
}

::-moz-selection
{
	background: #ccc;
	color: #fff;
}
/*
	CSS Loading Spinner Modul (style-loading-spinner.css)

	O P T I O N S

	SIZE
		small
		middle
		large
		xlarge

	COLOR
		black
		white
		grey

	USE
		<span id="save_loadingSpinner" 
			class="btn_loadSpinner 
				btn_loading_line 
				btn_loading_line_inside_center 
				btn_loading_line_middle 
				btn_loading_line_middle_black 
				btn_loading_set_speed_normal 
				hide">
		</span>

*/

span.btn_loading_line_small		{ height: 11px; width: 11px; }
span.btn_loading_line_middle	{ height: 18px; width: 18px; }
span.btn_loading_line_large		{ height: 42px; width: 42px; }
span.btn_loading_line_xlarge 	{ height: 100px; width: 100px; }

span.btn_loading_line_small_black	{ background-image: url(./../img/loading-spinner-round-s-black.png); }
span.btn_loading_line_small_white 	{ background-image: url(./../img/loading-spinner-round-s-white.png); }
span.btn_loading_line_small_grey 	{ background-image: url(./../img/loading-spinner-round-s-grey.png); }

span.btn_loading_line_middle_black 	{ background-image: url(./../img/loading-spinner-round-m-black.png); }
span.btn_loading_line_middle_white 	{ background-image: url(./../img/loading-spinner-round-m-white.png); }
span.btn_loading_line_middle_grey 	{ background-image: url(./../img/loading-spinner-round-m-grey.png); }

span.btn_loading_line_large_black 	{ background-image: url(./../img/loading-spinner-round-l-black.png); }
span.btn_loading_line_large_white 	{ background-image: url(./../img/loading-spinner-round-l-white.png); }
span.btn_loading_line_large_grey 	{ background-image: url(./../img/loading-spinner-round-l-grey.png); }

span.btn_loading_line_xlarge_black 	{ background-image: url(./../img/loading-spinner-round-xl-black.png); }
span.btn_loading_line_xlarge_white 	{ background-image: url(./../img/loading-spinner-round-xl-white.png); }
span.btn_loading_line_xlarge_grey 	{ background-image: url(./../img/loading-spinner-round-xl-grey.png); }

span.btn-small > span.btn_loading_line_small 	{ margin-top: 5px; }
span.btn-middle > span.btn_loading_line_small 	{ margin-top: 12px; }
span.btn-middle > span.btn_loading_line_middle 	{ margin-top: 8px; }
span.btn-large > span.btn_loading_line_small 	{ margin-top: 16px; }
span.btn-large > span.btn_loading_line_middle 	{ margin-top: 12px; }

span.form-elm-small > span.btn_loading_line_small 	{ margin-left:-18px; margin-right:7px; margin-top:5px; }
span.form-elm-middle > span.btn_loading_line_small 	{ margin-left:-26px; margin-right:15px; margin-top:12px; }
span.form-elm-middle > span.btn_loading_line_middle { margin-left:-28px; margin-right:10px; margin-top:8px; }
span.form-elm-large > span.btn_loading_line_small 	{ margin-left:-30px; margin-right:19px; margin-top:16px; }
span.form-elm-large > span.btn_loading_line_middle 	{ margin-left:-36px; margin-right:18px; margin-top:12px; }

.btn_loading_line {
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-animation-name: btn_loading_line;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-name: btn_loading_line;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.btn_loading_line_inside_center {
	position: absolute;
	left: 50%;
}

.btn_loading_line_inside_center.btn_loading_line_small { margin-left: -5px; }
.btn_loading_line_inside_center.btn_loading_line_middle { margin-left: -9px; }

.btn_loading_line.btn_loading_set_speed_slow {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.btn_loading_line.btn_loading_set_speed_normal {
	-webkit-animation-duration: 0.9s;
	animation-duration: 0.9s;
}

.btn_loading_line.btn_loading_set_speed_fast {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

@-webkit-keyframes btn_loading_line {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(-360deg);
	}
}

@keyframes btn_loading_line {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(-360deg);
	}
}

/*
	CSS DOTTED Loading Spinner Modul
	inspired by http://cssload.net

	O P T I O N S

	SIZE
		10px
		16px
		20px
		30px
		60px

	SPEED
		.btn_loading_set_speed_slow
		.btn_loading_set_speed_normal
		.btn_loading_set_speed_fast

	COLOR
		.btn_loading_set_color_1
		.btn_loading_set_color_2
		.btn_loading_set_color_3

*/

/* START COLOR SETTINGS */

div.btn_loading_set_color_1 > .btn_loading { background-color: #fff; }
div.btn_loading_set_color_2 > .btn_loading { background-color: #ccc; }
div.btn_loading_set_color_3 > .btn_loading { background-color: #000; }

/* END COLOR SETTINGS */


/* START GENERAL ANIMATION */

div.btn_loading_container { position:relative; display: inline-block; }
div.btn_loading_container > .btn_loading { position:absolute; }

span.btn-small > div.btn_loading_set_small { margin-top: 5px; }
span.btn-middle > div.btn_loading_set_small { margin-top: 12px; }
span.btn-middle > div.btn_loading_set_middle { margin-top: 9px; }
span.btn-large > div.btn_loading_set_middle { margin-top: 13px; }
span.btn-large > div.btn_loading_set_large { margin-top: 10px; }

span.form-elm-small > div.btn_loading_set_small {margin-left:-18px; margin-right:8px; margin-top:5px;}
span.form-elm-middle > div.btn_loading_set_small {margin-left:-26px; margin-right:16px; margin-top:12px;}
span.form-elm-middle > div.btn_loading_set_middle {margin-left:-26px; margin-right:10px; margin-top:9px;}
span.form-elm-large > div.btn_loading_set_middle {margin-left:-30px; margin-right:14px; margin-top:13px;}
span.form-elm-large > div.btn_loading_set_large {margin-left:-36px; margin-right:16px; margin-top:11px;}

@keyframes btn_loading_spinn
{
	0% {transform:scale(1)}
	100% {transform:scale(.15)}
}

@-webkit-keyframes btn_loading_spinn
{
	0% {-webkit-transform:scale(1)}
	100% {-webkit-transform:scale(.15)}
}

@-moz-keyframes btn_loading_spinn
{
	0% {-moz-transform:scale(1)}
	100% {-moz-transform:scale(.15)}
}

@-ms-keyframes btn_loading_spinn
{
	0% {-ms-transform:scale(1)}
	100% {-ms-transform:scale(.15)}
}

@-o-keyframes btn_loading_spinn
{
	0% {-o-transform:scale(1)}
	100% {-o-transform:scale(.15)}
}

/* END GENERAL ANIMATION */


/* SPEED: slow */

div.btn_loading_set_speed_slow > .btn_loading
{
	animation-name:btn_loading_spinn;
	animation-duration:1.28s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	-webkit-animation-name:btn_loading_spinn;
	-webkit-animation-duration:1.28s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-moz-animation-name:btn_loading_spinn;
	-moz-animation-duration:1.28s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-ms-animation-name:btn_loading_spinn;
	-ms-animation-duration:1.28s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-o-animation-name:btn_loading_spinn;
	-o-animation-duration:1.28s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
}

div.btn_loading_set_speed_slow > .btn_loading_1 { -moz-animation-delay:0.48s; -webkit-animation-delay:0.48s; -ms-animation-delay:0.48s; -o-animation-delay:0.48s; animation-delay:0.48s; }
div.btn_loading_set_speed_slow > .btn_loading_2 { -moz-animation-delay:0.64s; -webkit-animation-delay:0.64s; -ms-animation-delay:0.64s; -o-animation-delay:0.64s; animation-delay:0.64s; }
div.btn_loading_set_speed_slow > .btn_loading_3 { -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; -ms-animation-delay:0.8s; -o-animation-delay:0.8s; animation-delay:0.8s; }
div.btn_loading_set_speed_slow > .btn_loading_4 { -moz-animation-delay:0.96s; -webkit-animation-delay:0.96s; -ms-animation-delay:0.96s; -o-animation-delay:0.96s; animation-delay:0.96s; }
div.btn_loading_set_speed_slow > .btn_loading_5 { -moz-animation-delay:1.12s; -webkit-animation-delay:1.12s; -ms-animation-delay:1.12s; -o-animation-delay:1.12s; animation-delay:1.12s; }
div.btn_loading_set_speed_slow > .btn_loading_6 { -moz-animation-delay:1.28s; -webkit-animation-delay:1.28s; -ms-animation-delay:1.28s; -o-animation-delay:1.28s; animation-delay:1.28s; }
div.btn_loading_set_speed_slow > .btn_loading_7 { -moz-animation-delay:1.44s; -webkit-animation-delay:1.44s; -ms-animation-delay:1.44s; -o-animation-delay:1.44s; animation-delay:1.44s; }
div.btn_loading_set_speed_slow > .btn_loading_8 { -moz-animation-delay:1.6s; -webkit-animation-delay:1.6s; -ms-animation-delay:1.6s; -o-animation-delay:1.6s; animation-delay:1.6s; }


/* SPEED: normal */

div.btn_loading_set_speed_normal > .btn_loading
{
	animation-name:btn_loading_spinn;
	animation-duration:0.8s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	-webkit-animation-name:btn_loading_spinn;
	-webkit-animation-duration:0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-moz-animation-name:btn_loading_spinn;
	-moz-animation-duration:0.8s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-ms-animation-name:btn_loading_spinn;
	-ms-animation-duration:0.8s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-o-animation-name:btn_loading_spinn;
	-o-animation-duration:0.8s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
}

div.btn_loading_set_speed_normal > .btn_loading_1 { -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; -ms-animation-delay:0.3s; -o-animation-delay:0.3s; animation-delay:0.3s; }
div.btn_loading_set_speed_normal > .btn_loading_2 { -moz-animation-delay:0.4s; -webkit-animation-delay:0.4s; -ms-animation-delay:0.4s; -o-animation-delay:0.4s; animation-delay:0.4s; }
div.btn_loading_set_speed_normal > .btn_loading_3 { -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; -ms-animation-delay:0.5s; -o-animation-delay:0.5s; animation-delay:0.5s; }
div.btn_loading_set_speed_normal > .btn_loading_4 { -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; -ms-animation-delay:0.6s; -o-animation-delay:0.6s; animation-delay:0.6s; }
div.btn_loading_set_speed_normal > .btn_loading_5 { -moz-animation-delay:0.7s; -webkit-animation-delay:0.7s; -ms-animation-delay:0.7s; -o-animation-delay:0.7s; animation-delay:0.7s; }
div.btn_loading_set_speed_normal > .btn_loading_6 { -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; -ms-animation-delay:0.8s; -o-animation-delay:0.8s; animation-delay:0.8s; }
div.btn_loading_set_speed_normal > .btn_loading_7 { -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; -ms-animation-delay:0.9s; -o-animation-delay:0.9s; animation-delay:0.9s; }
div.btn_loading_set_speed_normal > .btn_loading_8 { -moz-animation-delay:1s; -webkit-animation-delay:1s; -ms-animation-delay:1s; -o-animation-delay:1s; animation-delay:1s; }


/* SPEED: fast */

div.btn_loading_set_speed_fast > .btn_loading
{
	animation-name:btn_loading_spinn;
	animation-duration:0.48s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	-webkit-animation-name:btn_loading_spinn;
	-webkit-animation-duration:0.48s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-moz-animation-name:btn_loading_spinn;
	-moz-animation-duration:0.48s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-ms-animation-name:btn_loading_spinn;
	-ms-animation-duration:0.48s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-o-animation-name:btn_loading_spinn;
	-o-animation-duration:0.48s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
}

div.btn_loading_set_speed_fast > .btn_loading_1 { -moz-animation-delay:0.18s; -webkit-animation-delay:0.18s; -ms-animation-delay:0.18s; -o-animation-delay:0.18s; animation-delay:0.18s; }
div.btn_loading_set_speed_fast > .btn_loading_2 { -moz-animation-delay:0.24s; -webkit-animation-delay:0.24s; -ms-animation-delay:0.24s; -o-animation-delay:0.24s; animation-delay:0.24s; }
div.btn_loading_set_speed_fast > .btn_loading_3 { -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; -ms-animation-delay:0.3s; -o-animation-delay:0.3s; animation-delay:0.3s; }
div.btn_loading_set_speed_fast > .btn_loading_4 { -moz-animation-delay:0.36s; -webkit-animation-delay:0.36s; -ms-animation-delay:0.36s; -o-animation-delay:0.36s; animation-delay:0.36s; }
div.btn_loading_set_speed_fast > .btn_loading_5 { -moz-animation-delay:0.42s; -webkit-animation-delay:0.42s; -ms-animation-delay:0.42s; -o-animation-delay:0.42s; animation-delay:0.42s; }
div.btn_loading_set_speed_fast > .btn_loading_6 { -moz-animation-delay:0.48s; -webkit-animation-delay:0.48s; -ms-animation-delay:0.48s; -o-animation-delay:0.48s; animation-delay:0.48s; }
div.btn_loading_set_speed_fast > .btn_loading_7 { -moz-animation-delay:0.54s; -webkit-animation-delay:0.54s; -ms-animation-delay:0.54s; -o-animation-delay:0.54s; animation-delay:0.54s; }
div.btn_loading_set_speed_fast > .btn_loading_8 { -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; -ms-animation-delay:0.6s; -o-animation-delay:0.6s; animation-delay:0.6s; }


/* SIZE: 10px */

.btn_loading_set_small
{
	width:10px;
	height:10px
}

div.btn_loading_set_small > .btn_loading
{
	width:2px;
	height:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

div.btn_loading_set_small > .btn_loading_1 { left:0; top:4px; }
div.btn_loading_set_small > .btn_loading_2 { left:1px; top:1px; }
div.btn_loading_set_small > .btn_loading_3 { top:0; left:4px; }
div.btn_loading_set_small > .btn_loading_4 { right:1px; top:1px; }
div.btn_loading_set_small > .btn_loading_5 { right:0; top:4px; }
div.btn_loading_set_small > .btn_loading_6 { right:1px; bottom:1px; }
div.btn_loading_set_small > .btn_loading_7 { left:4px; bottom:0; }
div.btn_loading_set_small > .btn_loading_8 { left:1px; bottom:1px; }


/* SIZE: 16px */

.btn_loading_set_middle
{
	width:16px;
	height:16px
}

div.btn_loading_set_middle > .btn_loading
{
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

div.btn_loading_set_middle > .btn_loading_1 { left:0; top:6px; }
div.btn_loading_set_middle > .btn_loading_2 { left:2px; top:2px; }
div.btn_loading_set_middle > .btn_loading_3 { top:0; left:6px; }
div.btn_loading_set_middle > .btn_loading_4 { right:2px; top:2px; }
div.btn_loading_set_middle > .btn_loading_5 { right:0; top:6px; }
div.btn_loading_set_middle > .btn_loading_6 { right:2px; bottom:2px; }
div.btn_loading_set_middle > .btn_loading_7 { left:6px; bottom:0; }
div.btn_loading_set_middle > .btn_loading_8 { left:2px; bottom:2px; }


/* SIZE: 20px */

.btn_loading_set_large
{
	width:20px;
	height:20px
}

div.btn_loading_set_large > .btn_loading
{
	width:5px;
	height:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

div.btn_loading_set_large > .btn_loading_1 { left:0; top:8px; }
div.btn_loading_set_large > .btn_loading_2 { left:2px; top:2px; }
div.btn_loading_set_large > .btn_loading_3 { top:0; left:8px; }
div.btn_loading_set_large > .btn_loading_4 { right:2px; top:2px; }
div.btn_loading_set_large > .btn_loading_5 { right:0; top:8px; }
div.btn_loading_set_large > .btn_loading_6 { right:2px; bottom:2px; }
div.btn_loading_set_large > .btn_loading_7 { left:8px; bottom:0; }
div.btn_loading_set_large > .btn_loading_8 { left:2px; bottom:2px; }


/* SIZE: 30px */

.btn_loading_set_xlarge
{
	width:30px;
	height:30px
}

div.btn_loading_set_xlarge > .btn_loading
{
	width:7px;
	height:7px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

div.btn_loading_set_xlarge > .btn_loading_1 { left:0; top:12px; }
div.btn_loading_set_xlarge > .btn_loading_2 { left:3px; top:3px; }
div.btn_loading_set_xlarge > .btn_loading_3 { top:0; left:12px; }
div.btn_loading_set_xlarge > .btn_loading_4 { right:3px; top:3px; }
div.btn_loading_set_xlarge > .btn_loading_5 { right:0; top:12px; }
div.btn_loading_set_xlarge > .btn_loading_6 { right:3px; bottom:3px; }
div.btn_loading_set_xlarge > .btn_loading_7 { left:12px; bottom:0; }
div.btn_loading_set_xlarge > .btn_loading_8 { left:3px; bottom:3px; }


/* SIZE: 60px */

.btn_loading_set_xxlarge
{
	width:60px;
	height:60px
}

div.btn_loading_set_xxlarge > .btn_loading
{
	width:14px;
	height:14px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-ms-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px;
}

div.btn_loading_set_xxlarge > .btn_loading_1 { left:0; top:24px; }
div.btn_loading_set_xxlarge > .btn_loading_2 { left:6px; top:6px; }
div.btn_loading_set_xxlarge > .btn_loading_3 { top:0; left:24px; }
div.btn_loading_set_xxlarge > .btn_loading_4 { right:6px; top:6px; }
div.btn_loading_set_xxlarge > .btn_loading_5 { right:0; top:24px; }
div.btn_loading_set_xxlarge > .btn_loading_6 { right:6px; bottom:6px; }
div.btn_loading_set_xxlarge > .btn_loading_7 { left:24px; bottom:0; }
div.btn_loading_set_xxlarge > .btn_loading_8 { left:6px; bottom:6px; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-grey {
  background-image: url("../img/glyphicons-halflings-grey.png");
}

.icon-red {
  background-image: url("../img/glyphicons-halflings-red.png");
}

.icon-green {
  background-image: url("../img/glyphicons-halflings-green.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-blank {
  background-position: -500px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

/* Page SYSTEM (style-page.css) */


#login_form
{
    text-align:center;
    background-color: transparent;
    position: absolute;
    visibility: visible;
    left: 50%;
    top: 50%;
    width: 176px;
    height: 40px;
    margin-left: -83px;
    margin-top: -20px;
    z-index: 1;
    border: 0px;
}

input.ajaxFnc_loginPage
{
    border: 2px solid #BEBEBE;
    border-radius: 6px;
}


/* USER PAGE */

/*

VORKONFIGURIERTE KLASSEN
Einstellungen in config-user.php

	smalText
	normalText
	largeText

	lightText
	regularText
	boldText

	font_weight_l
	font_weight_m
	font_weight_b

	small_height
	middle_height

	shadow-small
	shadow-large
	shadow-inside
	shadow-special

*/

html, body
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div
{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h2, h3, h4
{
	padding-top: 0;
	padding-bottom: 10px;
}

h1
{
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

h2
{
	font-weight: 400;
	font-style: italic;
	color: #919191;
}

.farbe_gold,
.farbe_gold a
{
	color: #a6a193;
}

span.text_info,
span.text_info a
{
	color: #919191;
	font-style: italic;
}

span.text_highlight,
span.text_highlight a
{
	font-size: 18px;
	color: #a6a193;
	font-weight: 400;
}

/* AUFBAU */

div.content
{
	width: 100%;
}

div.content_center
{
	width: 1200px;
	margin: 0 auto;
	padding-top: 75px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 75px;
	/*background-color: #ccc;*/
}

.content_center_100pro
{
	position: relative;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.63);
}

.content_homoeo
{
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #2f312a;
	background-color: rgba(70, 71, 67, 0.51);
}

.content_blocksatz p
{
	/*text-align: justify;*/
}

div#philosophy > div
{
	padding-bottom: 60px;
	text-align: center;
	font-family: "Allura", serif;
	line-height: 35px;
}

div#philosophy > div > span#hesse_signatur
{
	display: block;
	margin: 0 auto;
	width: 103px;
	height: 43px;
	background-image: url(./../../user/page/img/home-philosophy-hesse-signatur.png);
	background-size: 103px 43px;
}

div#portrait
{
	position: absolute;
	top: -45px;
	right: 65px;
	width: 179px;
	height: 179px;
	border-radius: 90px;
	background-image: url(./../../user/page/img/index-homoeo-portrait.jpg);
	background-size: 179px 179px;
	-moz-box-shadow: 0 11px 13px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 11px 13px rgba(0, 0, 0, 0.5);
	box-shadow: 0 11px 13px rgba(0, 0, 0, 0.5)
	z-index: 100;
}

div.zweier_block
{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	/*background-color: #807D7D;*/
}

div.zweier_block_links
{
	padding-right: 45px;
}

div.zweier_block_rechts
{
	padding-left: 45px;
}

/*ul { list-style-image:url(./../../user/page/img/index-fragen-icon.png) }
*/
li
{
	/* icon */
	background-image: url(./../../user/page/img/index-fragen-icon.png);
	background-size: 14px 15px;
	background-repeat: no-repeat;
	background-position: left 4px;

	/* text */
	padding-left: 21px;
	list-style: none;
	margin: 0;
}

div#impressum_frame
{
	background-color: #383838 !important;
	background-image: url(./../../user/page/img/bg-body.jpg);
	background-size: 256px 256px;
}


div#impressum
{
	position: relative;
	background-color: #989387 !important;
}

div#impressum > div
{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 24px;
	text-transform: uppercase;
	font-size: 10px;
	color: #f3f3f3;
}

div#impressum a {
	color: #f3f3f3 !important;
}

div#impressum a:hover {
	color: #dcd7ce !important;
}

div#impressum a:active {
	color: #dbb776 !important;
}


div#kontakt_info
{
	position: relative;
}

div#kontakt_info,
div#googlemaps
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 472px;
}

div#googlemaps
{
	background-color: #343434;
}

div#kontakt_info
{
	background-image: url(./../../user/page/img/footer-bg.jpg);
	background-size: 180px 180px;
	background-repeat: repeat;
}

div#kontakt_info_content
{
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	padding-top: 75px;
	padding-left: 20px;
	padding-right: 20px;
	/*background-color: #ddd;*/
}

div#slider
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 485px;
	background-color: #474945;
	z-index: 100;
}

span#slider_prev,
span#slider_next
{
	display: block;
	position: absolute;
	width: 34px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background-size: 34px 50px;
	cursor: pointer;
	opacity: 0.35;
}

span#slider_next
{
	right: 100px;
	background-image: url(./../../user/page/img/index-slider-next.png);
	z-index: 110;
}

span#slider_prev
{
	left: 100px;
	background-image: url(./../../user/page/img/index-slider-prev.png);
	z-index: 110;
}

div#slider_logo
{
	position: absolute;
	top: 89px;
	left: 50%;
	margin-left: -143px;
	width: 286px;
	height: 296px;
	background-image: url(./../../user/page/img/logo-carmenpost.png);
	background-size: 286px 296px;
	z-index: 110;
}

div#menu
{
	position: relative;
	font-size: 17px;
	text-align: center;
	z-index: 500;
	border-radius: 1px; /* iOS 8 Retina box-shadow fix */
	background-image: url(./../../user/page/img/bg-menu.jpg);
	background-size: 327px 73px;
}

div#menu,
div#menu_platzhalter
{
	width: 100%;
	height: 73px;
	background-color: #C3C4C7;
}

div#menu.undock
{
	position: fixed !important;
	top: 0;
}

span.menu_item,
span.menu_item_mobile
{
	line-height: 73px;
	margin-left: 30px;
	margin-right: 30px;
}

span.menu_item a,
span.menu_item_mobile a
{
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,1);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}

span.menu_item_mobile
{
	display: none;
}

span#scroll_to_top
{
	position: absolute;
	right: 100px;
	top: 24px;
	width: 35px;
	height: 24px;
	background-image: url(./../../user/page/img/index-menu-top-arrow.png);
	background-size: 35px 24px;
	cursor: pointer;
}

span#logo
{
	position: absolute;
	left: 40px;
	top: 10px;
	width: 114px;
	height: 47px;
	background-image: url(./../../user/page/img/index-menu-logo.png);
	background-size: 114px 47px;
	cursor: pointer;
}

span#mobile_rips
{
	display: none;
	position: absolute;
	right: 20px;
	top: 18px;
	width: 34px;
	height: 30px;
	background-image: url(./../../user/page/img/index-menu-mobile-rips.png);
	background-size: 34px 30px;
}

div#menu_mobile
{
	display: none;
}

span#menu_mobile_height
{
	display: none;
}

span.menu_mobile_item
{
	display: inline-block;
	font-size: 30px;
}

span#menu_mobile_close
{
	display: none;
	background-image: url(./../../user/page/img/index-menu-mobile-close.png);
	background-size: 87px 87px;
}


/* Menu URLs Style */
span.menu_item a,
span.menu_item_mobile a,
span.menu_item_mobile
{
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,1);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	text-transform: uppercase;
	font-weight: 700;
}

span.menu_item a,
span.menu_item_mobile a
{
	font-size: 18px;
}

div#menu > span.menu_item > a,
div#menu > span.menu_item > a:visited,
span.menu_item_mobile
{
	color: #4d4d4d !important;
}

div#menu > span.menu_item > a:hover {
	color: #1a1a1a !important;
}

div#menu > span.menu_item > a:active {
	color: #a6a193 !important;
}


/* Menu MOBILE URLs Style */
div#menu_mobile > span#menu_mobile_height > span.menu_mobile_item a
{
	-moz-text-shadow: -1px -1px 1px rgba(0,0,0,1);
	-webkit-text-shadow: -1px -1px 1px rgba(0,0,0,1);
	text-shadow: -1px -1px 1px rgba(0,0,0,1);
	text-transform: uppercase;
	font-weight: 700;
}

div#menu_mobile > span#menu_mobile_height > span.menu_mobile_item a
{
	font-size: 23px;
}

div#menu_mobile > span#menu_mobile_height > span.menu_mobile_item a,
div#menu_mobile > span#menu_mobile_height > span.menu_mobile_item a:visited
{
	color: #a6a193 !important;
}

div#menu_mobile > span#menu_mobile_height > span.menu_mobile_item a:hover {
	color: #d5d3d0 !important;
}

div#menu_mobile > span#menu_mobile_height > span.menu_mobile_item a:active {
	color: #89a53a !important;
}


div#overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(107, 105, 99, 0.8);
	z-index: 900;
}

div#overlay > div
{
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	max-width: 500px;
	height: -webkit-calc(100% - 160px);
	height: calc(100% - 160px);
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	text-align: left;
	line-height: 1.6;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	z-index: 901;
}

span.overlay_close
{
	display: block;
	position: absolute;
	top: 20px;
	right: 40px;
	width: 87px;
	height: 87px;
	cursor: pointer;
	background-image: url(./../../user/page/img/index-menu-mobile-close.png);
	background-size: 87px 87px;
}

div#overlay > span#load
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	z-index: 900;
}

div.text_content
{
	padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
}


/* Retina Graphics */

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 1.5dppx) {

	div#slider_logo { background-image: url(./../../user/page/img/logo-carmenpost-2x.png); }
	span#slider_next { background-image: url(./../../user/page/img/index-slider-next-2x.png); }
	span#slider_prev { background-image: url(./../../user/page/img/index-slider-prev-2x.png); }
	span#mobile_rips { background-image: url(./../../user/page/img/index-menu-mobile-rips-2x.png); }
	span#menu_mobile_close,span.overlay_close { background-image: url(./../../user/page/img/index-menu-mobile-close-2x.png); }
	span#logo { background-image: url(./../../user/page/img/index-menu-logo-2x.png); }
	div#menu_mobile { background-image: url(./../../user/page/img/bg-body-2x.jpg); }
	div#philosophy > div > span#hesse_signatur { background-image: url(./../../user/page/img/home-philosophy-hesse-signatur-2x.png); }
	div#impressum_frame { background-image: url(./../../user/page/img/bg-body-2x.jpg); }
	div#portrait { background-image: url(./../../user/page/img/index-homoeo-portrait-2x.jpg); }
	li { background-image: url(./../../user/page/img/index-fragen-icon-2x.png); }
	div#kontakt_info { background-image: url(./../../user/page/img/footer-bg-2x.png); }
}


/* Menu more compact */

@media only screen and (max-width: 1220px) {

	.hide_mobile
	{
		display: none;
	}

	div.show_mobile
	{
		display: block;
	}

	span.show_mobile
	{
		display: inline-block;
	}

	span.show_mobile.block
	{
		display: block;
	}

	span.menu_item
	{
		margin-left: 13px;
		margin-right: 13px;
	}

	span#scroll_to_top
	{
		right: 40px;
	}

	div.content_center
	{
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

	div#kontakt_info_content
	{
		position: relative;
		width: 100%;
		padding-top: 75px;
		padding-left: 40px;
	}

}


/* Mobie */

@media only screen and (max-width: 767px) {

	h1
	{
		font-size: 27px;
	}

	div.hide_mobile_phone,
	span.hide_mobile_phone
	{
		display: none;
	}

	div.show_mobile_phone
	{
		display: block;
	}

	span.show_mobile_phone
	{
		display: inline-block;
	}

	span.show_mobile_phone.block
	{
		display: block;
	}

	div.content_center
	{
		padding-left: 20px;
		padding-right: 20px;
	}

	div#slider
	{
		height: 285px;
	}

	div#slider_logo
	{
		top: 45px;
		left: 50%;
		margin-left: -93px;
		width: 186px;
		height: 192px;
		background-size: 186px 192px;
	}

	span.menu_item
	{
		display: none;
	}

	span.menu_item_mobile
	{
		display: inline-block;
		width: 200px;
		cursor: pointer;
	}

	span#scroll_to_top
	{
		display: none;
	}

	span#mobile_rips
	{
		display: block;
		cursor: pointer;
	}

	div#menu_mobile
	{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		line-height: 1.4 !important;
		text-align: center;
		vertical-align: baseline;
		background-color: rgba(50,50,50,0.90);
		z-index: 600;
	}

	span#menu_mobile_height
	{
		display: block;
	}

	span#menu_mobile_close
	{
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		width: 87px;
		height: 87px;
		cursor: pointer;
	}

	div#philosophy > div
	{
		font-size: 24px !important;
		line-height: 28px;
	}

	div#overlay > div
	{
		max-width: 767px;
		width: 100%;
		height: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 40px;
	}

	span.overlay_close
	{
		right: 20px;
	}

	span#slider_next,
	span#slider_prev	
	{
		display: none;
	}

	div.zweier_block
	{
		display: block;
		width: 100%;
	}

	div.zweier_block_rechts,
	div.zweier_block_links {
		padding-left: 0;
		padding-right: 0;
		/*text-align: justify;*/
	}

	div.zweier_block_rechts
	{
		padding-top: 12px !important;
	}

	div#portrait
	{
		position: absolute;
		top: -50px;
		right: 30px;
		width: 120px;
		height: 120px;
		border-radius: 60px;
		background-size: 120px 120px;
	}

	div#kontakt_info,
	div#googlemaps
	{
		display: block;
		width: 100%;
	}

	div#kontakt_info
	{
		height: auto;
		padding-bottom: 75px;
	}

}

#googlemaps > div > div > div { position: initial; }