@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;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

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;
    font-size:100%;
    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: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #235992;
    background-color: ;
}

h1, h2, h3, h4
{
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 13px; }

.smalText { font-size: 15px; }
.normalText { font-size: 18px; }
.largeText { font-size: 26px; }

.lightText, .lightText { font-weight: 300; }
.regularText { font-weight: 600; }
.boldText, .textBold { font-weight: 600; }

a, a:visited
{
	color: #235992;
	text-decoration: none;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

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

a.line { text-decoration: underline; }

p { margin-bottom: 10px; }
p.right, div.right , span.right { text-align: right; }
p.block, div.block , span.block { text-align: justify; }
p.center, div.center , span.center { text-align: center; }

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

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

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

div.box,
span.box
{
    vertical-align: top;
    background-color: #235992;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input, textarea
{
	background-color: #dbe1e8;
	padding: 15px 17px;
    color: #235992;
    border: 0px;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder
{
	color: #91abc6;
}

.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: #235992;
	margin-left: 4px;
}

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

/* FORMULAR - USER */

.font_size_1 { font-size: 15px; }
.font_size_2 { font-size: 18px; }
.font_size_3 { font-size: 26px; }

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

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

input.large
{
    height: 45px;
    font-size: 26px;
}

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 15px;
    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: ;
}

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: 15px;
}

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

span.btn-large
{
    height: 45px;
    line-height: 45px;
    font-size: 26px;
}

.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);
}

.shadow-large
{
    -moz-box-shadow: 0 5px 30px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.4);
    box-shadow: 0 5px 30px rgba(0,0,0,0.4);
}

.shadow-inside
{
    -moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
}

.shadow-special
{
    -moz-box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
    -webkit-box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
    box-shadow: inset 0 5px 30px rgba(0,0,0,0.6);
}

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

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

.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;
}/*
	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; }

/* SYSTEM APPRISE */

.apprise-overlay {
  background-color: rgb(255,255,255);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

div.apprise {
	background: #fff;
	border: 1px solid #aaa;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-mox-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.2);
	color: #111;
	display: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	left: 40%;
	max-height: 90%;
	overflow: hidden;
	position: fixed;
	top: -100%;
	width: 20%;
	z-index: 999;
}

div.apprise .apprise-inner {
	padding: 20px;
}

div.apprise-inner,
div.apprise-buttons
{
	text-align: center !important;
}

div.apprise .apprise-input {
	margin-top: 10px;
	padding: 10px 0;
}

div.apprise .apprise-input input {
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-mox-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 13px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 90%;
}

div.apprise .apprise-input input:focus {
	border-color: #01AEF0;
	outline: none;
}

div.apprise .apprise-buttons {
	background: #eee;
	border-top: 1px solid #aaa;
	box-shadow: inset 0px 1px 0px #fff;
		-moz-box-shadow: inset 0px 1px 0px #fff;
		-webkit-box-shadow: inset 0px 1px 0px #fff;
	padding: 10px 20px;
	text-align: right;
}

div.apprise .apprise-buttons button {
	background: #ededed;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-mox-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
	cursor: pointer;
	font-size: 13px;
	margin: 0 2px;
	overflow: hidden;
	padding: 5px 12px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}

div.apprise .apprise-buttons button.blue {
	background: #01AEF0;
}

div.apprise .apprise-buttons button.red {
	background: #D23A30;
}

div.apprise .apprise-buttons button.green {
	background: #62c73b;
}

div.apprise .apprise-buttons button.blue, div.apprise .apprise-buttons button.red {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}

div.apprise .apprise-buttons button:hover {
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
		-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0px 1px 3px rgba(0,0,0,0.4);
}

div.apprise .apprise-buttons button:active {
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8);
}

[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 */

/*

smalText	14px
normalText	24px
largeText	30px

lightText	300
regularText	600
boldText	600

font_weight_l	300
font_weight_m	300
font_weight_b	600

small_height	20px
middle_height	45px

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

*/

html
{
	overflow-y: scroll;
}

body
{
	line-height: 28px;
}


div.bg-weiss
{
	color: #235992;
	background-color: #fff;
}

.allcaps {text-transform: uppercase;}

div.bg-weiss a { color: #235992; }

/* SSV Ulm Logo-Banner */
div.bg-schwarz { background-color: #000; }
#ssv { text-align: center; padding-top: 30px; }
a.ssv-logo { display: block; min-height: 150px; text-align: center; }
a.ssv-logo > img { display: block; margin-left: auto; margin-right: auto; }

div.bg-blau,
span.active_blau,
span.active_blau a,
div.bg-blau > h2
{
	color: #fff !important;
	background-color: #235992 !important;
}

div.bg-gruen,
span.active_gruen,
span.active_gruen a
{
	color: #fff !important;
	background-color: #427236 !important;
}

div.bg-blau a { color: #fff; }
div.bg-gruen a { color: #fff; }

.text_blau { color: #235992 !important; }
div#header.text_gruen > span > a,
a.text_gruen,
.text_gruen { color: #427236 !important; }

div#content
{
	/*display: none;*/
	opacity: 0;
	height: 0px;
	background-color: transparent;
}

.center_content
{
	position: relative;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 60px;
}

/* Placeholder Style */

.input_blau::-webkit-input-placeholder {
	color: #969caa;
}
.input_blau:-moz-placeholder { /* Firefox 18- */
	color: #969caa;
}
.input_blau::-moz-placeholder { /* Firefox 19+ */
	color: #969caa;
}
.input_blau:-ms-input-placeholder {
	color: #969caa;
}
.input_blau
{
	color: #235992;
	font-size: 14px !important;
}

.input_gruen::-webkit-input-placeholder {
	color: #849480;
}
.input_gruen:-moz-placeholder { /* Firefox 18- */
	color: #849480;
}
.input_gruen::-moz-placeholder { /* Firefox 19+ */
	color: #849480;
}
.input_gruen:-ms-input-placeholder {
	color: #849480;
}
.input_gruen
{
	color: #427236;
	font-size: 14px !important;
	background-color: #c4cec2 !important;
}

input, textarea
{
	-moz-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 6px rgba(0,0,0,0.3);

}

.input_error {
	-moz-box-shadow: inset 0 0 30px rgba(224, 153, 146, 0.7);
	-webkit-box-shadow: inset 0 0 30px rgba(224, 153, 146, 0.7);
	box-shadow: inset 0 0 30px rgba(224, 153, 146, 0.7);
}

div#header
{
	position: fixed;
	/* top: 0; wird von jQuery gesteuert */
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	transition: top 0.2s ease-in-out;
	z-index: 9999;
}

div#header_white_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	z-index: 9990;
}

div#header > div#logo
{
	float: left;
	width: 377px;
	height: 83px;
	margin-top: 33px;
	margin-left: 40px;
	cursor: pointer;
	background-repeat:no-repeat;
}

div#header_banner
{
	position: relative;
	height: 343px;
	-moz-text-shadow: 		-1px -1px 3px rgba(0,0,0,1);
	-webkit-text-shadow: 	-1px -1px 3px rgba(0,0,0,1);
	text-shadow: 			-1px -1px 3px rgba(0,0,0,1);
	transition: top 0.2s ease-in-out;
}

div#header_banner_logo
{
	position: absolute;
	width: 339px;
	height: 225px;
	left: 50%;
	top: 40px;
	margin-left: -168px;
	background-image: url(./../../user/page/img/index-header-fegeschutz-logo.png);
}

@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#header > div#logo
	{
		background-size: 377px 83px;
	}

	div#header > div.logo_blau
	{
		background-image: url(./../../user/page/img/index-header-logo-2x.png);
	}

	div#header > div.logo_gruen
	{
		background-image: url(./../../user/page/img/index-header-logo-gruen-2x.png);
	}

	#header_banner_logo
	{
		background-image: url(./../../user/page/img/index-header-fegeschutz-logo2x.png);
	}

}

div#header > div.logo_blau
{
	background-image: url(./../../user/page/img/index-header-logo.png);
}

div#header > div.logo_gruen
{
	background-image: url(./../../user/page/img/index-header-logo-gruen.png);
}

#header_banner_subline
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-top: 1px solid rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}

#header_banner_subline .smalText
{
	font-size: 13px !important;
}

div#header > span
{
	display: block;
	position: relative;
	float: right;
	clear: none;
	width: 150px;
	height: 90px;
	padding-top: 60px;
	text-align: center;
	text-decoration: none;
	background: none;
	border-right: 1px solid #e8e8e8;
	z-index: 6;
	cursor: pointer;
}

div#header > span:hover,
div#header > span:hover a
{
	color: #fff !important;
}

div#header.text_blau > span:hover
{
	background-color: #235992 !important;
}

div#header.text_gruen > span:hover
{
	background-color: #427236 !important;
}

div#header > span#navProduktion
{
	border-left: 1px solid #e8e8e8;
}

/*

#header > ul#nav
{
	display: block;
	float: right;
	clear: none;
	border: 0;
}

#header > ul#nav > li
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}

#header li a
{
	position: relative;
	width: 150px;
	height: 90px;
	display: block;
	padding-top: 60px;
	text-align: center;
	text-decoration: none;
	background: none;
	border-right: 1px solid #e8e8e8;
	z-index: 6;
}

#header li:first-child a
{
	border-left: 1px solid #e8e8e8;
}

#header li:hover a
{
	background-color: #235992;
}

*/

span.btn
{
	padding: 6px 30px;
}

span.btn.btn-blau
{
	color: #235992;
	border: 3px solid #235992;
}

span.btn.btn-weiss
{
	color: #fff;
	border: 3px solid #fff;
}

span.btn.btn-gruen
{
	color: #427236;
	border: 3px solid #427236;
}

span.btn.btn-gruen.btn-gruen-hover:hover
{
	background-color: #D9EBD9;
}

span.btn-send {
	width: auto;
}


div#leitsatz > div > div.img_index-produkte-alle
{
	width: 148px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./../../user/page/img/index-produkte-alle.png);
	background-repeat:no-repeat;
}

@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#leitsatz > div > div.img_index-produkte-alle {
	background-image: url(./../../user/page/img/index-produkte-alle-2x.png);
	background-size: 148px 54px;
	}
}

span#luftbild
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: 515px;
	height: 425px;
}

span#luftbild_text
{
	display: inline-block;
	vertical-align: top;
	width: 475px;
	height: 425px;
	padding-left: 40px;
}

span#maschinenliste_bild
{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	width: 50%;
	min-width: 515px;
	height: 425px;
}

span#maschinenliste_text
{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 425px;
}

.halbeSeite
{
	display: inline-block;
	vertical-align: top;
	width: 412px;
}

.halbeSeiteLinks
{
	padding-right: 40px;
}

.halbeSeiteRechts
{
	padding-left: 40px;
}

div#unterschrift
{
	width: 145px;
	height: 38px;
	margin-top:20px;
	background-image: url(./../../user/page/img/index-unterschrift-ff.png);
}

@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#unterschrift {
	background-image: url(./../../user/page/img/index-unterschrift-ff-2x.png);
	background-size: 145px 38px;
	}
}

div#googlemaps
{
	width:100%;
	height:350px;
	border-top:1px solid #fff;
	/*border-bottom:1px solid #BBBBBB;*/
}

div.produkt
{
	position: relative;
	height: 64px;
	line-height: 64px;
	padding-left: 80px;
	margin-bottom: 1px;
	cursor: pointer;
}

div.produkt > span.produktIcon
{
	position: absolute;
	top: 9px;
	left: 18px;
	width: 41px;
	height: 46px;
}

div#up
{
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 46px;
	height: 26px;
	cursor: pointer;
	z-index: 10;
}

div#up.up_blau
{
	background-image: url(./../../user/page/img/index-pfeil-up.png);
}

div#up.up_gruen
{
	background-image: url(./../../user/page/img/index-pfeil-up-gruen.png);
}

span.produktIcon1 { background-image: url(./../../user/page/img/index-produkt-icn-1.png); }
span.produktIcon2 { background-image: url(./../../user/page/img/index-produkt-icn-2.png); }
span.produktIcon3 { background-image: url(./../../user/page/img/index-produkt-icn-3.png); }
span.produktIcon4 { background-image: url(./../../user/page/img/index-produkt-icn-4.png); }
span.produktIcon5 { background-image: url(./../../user/page/img/index-produkt-icn-5.png); }

span.bestseller
{
	position: absolute;
	top: 10px;
	left: -54px;
	width: 62px;
	height: 45px;
	background-image: url(./../../user/page/img/index-bestseller.png);
}

span.shoppingbasket
{
	position: absolute;
	top: 15px;
	left: 345px;
	width: 40px;
	height: 33px;
	background-image: url(./../../user/page/img/index-shoppingbasket.png);
}

div.feges_elm
{
	position: absolute;
	z-index: 1;
}

div.feges_bg
{
	top: 115px;
	left: 50%;
	margin-left: -286px;
	width: 572px;
	height: 214px;
	background-image: url(./../../user/page/img/shop-features-verbindungen.png);
}

div.feges_mitte
{
	top: 131px;
	left: 50%;
	margin-left: -89px;
	width: 179px;
	height: 179px;
	background-image: url(./../../user/page/img/shop-features-mitte.png);
	z-index: 2 !important;
}

div.feges_feature
{
	width: 150px;
	height: 60px;
	padding-top: 125px;
	text-align: center;
	line-height: 18px !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 112px 114px;
	z-index: 2 !important;
}

div.feges_links_oben
{
	top: 57px;
	left: 162px;
	background-image: url(./../../user/page/img/shop-features-a.png);
}

div.feges_links_unten
{
	top: 268px;
	left: 162px;
	background-image: url(./../../user/page/img/shop-features-b.png);
}

div.feges_rechts_oben
{
	top: 57px;
	left: 720px;
	background-image: url(./../../user/page/img/shop-features-c.png);
}

div.feges_rechts_unten
{
	top: 268px;
	left: 720px;
	background-image: url(./../../user/page/img/shop-features-d.png);
}

@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) {

	span.produktIcon1 { background-image: url(./../../user/page/img/index-produkt-icn-1-2x.png); }
	span.produktIcon2 { background-image: url(./../../user/page/img/index-produkt-icn-2-2x.png); }
	span.produktIcon3 { background-image: url(./../../user/page/img/index-produkt-icn-3-2x.png); }
	span.produktIcon4 { background-image: url(./../../user/page/img/index-produkt-icn-4-2x.png); }
	span.produktIcon5 { background-image: url(./../../user/page/img/index-produkt-icn-5-2x.png); }
	div.produkt > span.produktIcon { background-size: 41px 46px; }

	span.bestseller
	{
		background-image: url(./../../user/page/img/index-bestseller-2x.png);
		background-size: 62px 45px;
	}

	span.shoppingbasket
	{
		background-image: url(./../../user/page/img/index-shoppingbasket-2x.png);
		background-size: 40px 33px;
	}

	div#up
	{
		background-size: 46px 26px;
	}

	div#up.up_blau
	{
		background-image: url(./../../user/page/img/index-pfeil-up-2x.png);
	}

	div#up.up_gruen
	{
		background-image: url(./../../user/page/img/index-pfeil-up-gruen-2x.png);
	}

	div.feges_bg
	{
		background-image: url(./../../user/page/img/shop-features-verbindungen-2x.png);
		background-size: 572px 214px;
	}

	div.feges_mitte
	{
		background-image: url(./../../user/page/img/shop-features-mitte-2x.png);
		background-size: 179px 179px;
	}

	div.feges_links_oben
	{
		background-image: url(./../../user/page/img/shop-features-a-2x.png);
	}

	div.feges_links_unten
	{
		background-image: url(./../../user/page/img/shop-features-b-2x.png);
	}

	div.feges_rechts_oben
	{
		background-image: url(./../../user/page/img/shop-features-c-2x.png);
	}

	div.feges_rechts_unten
	{
		background-image: url(./../../user/page/img/shop-features-d-2x.png);
	}

}

div.apprise
{
	top:40% !important;
	z-index: 9999;
}

span.spanBreak {
	display: inline-block;
}

span.spanShow {
	display: none;
}

/* Handy hochformat: 457px */
/* Handy queerformat: 811px */

/* Tablet hochformat: 1097px */
/* Tablet queerformat: 1463px */

/* Main Menu kleiner (Tablet hochformat (1097px)) */
@media only screen and (min-width: 1020px) and (max-width: 1250px) {

	div#header > span > a
	{
		font-size: 14px;
	}

	div#header > span
	{
		width: 110px;
	}

}

/* Main Menu komplett redesign */
@media only screen and (max-width: 1020px) {

	h2 {
		font-size: 30px;
	}

	div#header > span
	{
		padding-top: 4px;
		height: 32px;
		right: 10px;
		/*float: none;*/
		clear: both;
		background-color: #fff;
		border-left: 1px solid #235992;
		border-right: 1px solid #235992;
		border-bottom: 1px solid #235992;
	}

	div#header.text_gruen > span
	{
		border-left: 1px solid #427236;
		border-right: 1px solid #427236;
		border-bottom: 1px solid #427236;
	}

	div#header > span#navProduktion {
		border-left: 1px solid #235992;
	}

	div#header > span#navKontakt {
		margin-top: 34px;
	}

	/* Page Layout Anpassung */

	.center_content {
		width: 457px;
	}

	.halbeSeiteRechts {
		padding-left: 0;
	}

	span#luftbild {
		width: 100%;
	}

	span#luftbild_text {
		display: block;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
		height: 330px;
	}

	#header_banner_subline {
		height: 53px;
		padding-top: 5px;
		line-height: 24px;
	}

	span.spanBreak {
		display: block;
	}

	span.spanHide {
		display: none;
	}

	span.spanShow {
		display: block;
	}

	/* SHOP */
	div.feges_bg {
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}

	div.feges_mitte {
		margin-left: -99px;
	}

	div.feges_links_oben {
		top: 90px;
		left: 30px;
	}

	div.feges_links_unten {
		top: 258px;
		left: 30px;
	}

	div.feges_rechts_oben {
		top: 90px;
		left: 380px;
	}

	div.feges_rechts_unten {
		top: 258px;
		left: 380px;
	}

	span#maschinenliste_bild
	{
		display: none;
	}

	span#maschinenliste_text
	{
		text-align: center;
	}

}

div.nav-up { top: -340px !important; }
div.nav-down { top: -0 !important; }
div.page-up { margin-top: 0 !important; }
div.page-down { margin-top: 150px !important; }

div.fb-like-pos {
	position: absolute;
	overflow: hidden;
	top: 60px;
	right: 47px;
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
}

/* hide comment box */
div.fb-like-overflow {
	overflow: hidden;
}

span#header_text
{
	display: block;
	width: 350px;
	margin-top: 15px;
}

#ajaxFnc_pageKontakt input, #ajaxFnc_pageKontakt textarea,
#ajaxFnc_shopOrder input, #ajaxFnc_shopOrder textarea {
	font-family: "Open Sans", "Lucida Grande", sans-serif;
}