body{
margin:0px;
padding:0px;
padding-left:0px;
}


@font-face {
    font-family: "Varela-Round";
    font-style: normal;
    font-weight: normal;
    src: url("https://cdn.srvagm.de/whitelabel/algoritmo/fonts/VarelaRound-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Dinbeg";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/dinbekreg.eot?#iefix") format("embedded-opentype"), url("../fonts/dinbekreg.woff") format("woff"), url("../fonts/dinbekreg.ttf") format("truetype"), url("../fonts/dinbekreg.svg#dinbekreg") format("svg");
}
@font-face {
    font-family: "Dinbeg-bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/dinbekbol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dinbekbol-webfont.woff") format("woff"), url("../fonts/dinbekbol-webfont.ttf") format("truetype");
}
@font-face {
    font-family: "Dinbeg-med";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/dinbekmed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dinbekmed-webfont.woff") format("woff"), url("../fonts/dinbekmed-webfont.ttf") format("truetype");
}
body{
  font-size: 12px;
  font-family: varela-round;
}

#splash-register-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  position:relative;
  width:100%;
  padding: 10px;

}
/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



img.flags  {
	opacity:0.5;
	border:1px solid #ffffff;
	margin:0px;
	margin-right:2px;
	cursor:pointer;
	height:16px;
	display:block;
	float:left;
}
img.flags:hover  {
	opacity:1;
	border:1px solid #ffffff;
	box-shadow: 0px 0px 3px #FFFFFF;
}
img.flags.active  {
	opacity:1;
	box-shadow: 0px 0px 3px grey;
}

input[type="text"], select, input[type="email"], input[type="password"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    font-size: 15px;
    height: 44px;
    padding-left: 6px;
    width: 100%;
	line-height:44px; 
}
input[type="submit"][disabled=disabled]
{
    background: none repeat scroll 0 0 #DDDDDD;
}

input:hover[type="submit"][disabled=disabled]
{
    background: none repeat scroll 0 0 #DDDDDD;
}


.frame_width{
	width: 410px;
}

label, legend {
    color: #464A57;
    display: block;
    font-family: varela-round;
    font-size: 19px;
}
select {
    padding: 14px 0;
}
option {
    line-height: 40px;
    padding: 10px 0;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #AAAAAA;
    font-family: arial;
    font-size: 14px;
    padding: 20px;
    resize: none;
}
fieldset {
    margin: 0;
}
.form-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: inline-block;
    padding: 0 10px 20px;
    position: relative;
    width: 49.5%;
	
}


.form-item.inline_left {
	display:inline-block;
	width: 49.5%;
	padding:0px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.form-item.inline_right {
	display:inline-block;
	width: 49.5%;
	padding:0px;

	padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.form-item.full {
	width: 100%; 
}

.form-item.agb{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
}


.form-item .description {
    color: #AAAAAA;
    display: block;
    font-family: arial;
    font-size: 11px;
}
#webform-component-message-optional {
    display: inline;
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    box-shadow: 0 0 7px #464A57;
    z-index: 1;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #AAAAAA;
    color: #212121;
    font-weight: normal;
}
.ui-selectmenu {
	text-shadow: white 1px 1px 1px;
    border: medium none;
    color: #666666 !important;
    display: inline-block;
    height: 2.2em;
    overflow: hidden;
    padding: 7px 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}
.ui-state-hover a, .ui-state-hover a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    color: #0772A1 !important;
}



button, input[type="reset"], input[type="submit"], input[type="button"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #3BCE6A;
    border: 0px none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 17px;
    outline: 0 none;
    overflow: visible;
    padding: 6px 30px;
    text-shadow: none;
    width: auto;
    margin: 20px 0;
}
input[type="submit"]:hover {
    background: none repeat scroll 0 0 #0772A1;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #DDDDDD;
}
#footer-sitemap ul li:first-child {
    margin-left: 0;
}
#footer-sitemap {
    margin: 6px 1em 0 0;
}
#splash-login-wrapper {
box-sizing:border-box;
position:relative;
margin:10px;
}
#splash-login-wrapper input[type="text"],#splash-login-wrapper input[type="password"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 0px none;
    color: #222222;
    font-size: 15px;
    height: 44px;
    padding-left: 20px;
    width: 100%;
}

#splash-login-wrapper input:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#splash-login-wrapper {
	box-sizing:border-box;
    width: 390px;
}

#splash-login-wrapper .form-item {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
	box-sizing:border-box;
	position:relative;
}


#login {
     transition:all 0.5; 
}
.form-item-loading{
  
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:100%;
	background-color:transparent;
	width: 100%;
	position:absolute;
    
	/* background: url("/bilder/pixel_white_50.png") repeat transparent; */
	z-index:1000;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
}
.form-item-loading .center{
padding: 10px;
font-size: 9px;
text-align: center;
width: 20px;
height: 20px;
margin:30% auto;
z-index: 9999999;
}

.form-item-loading img {
height: 20px;
width: 20px;
}

.form-label {
    color: #464A57;
    display: block;
    font-family: varela-round;
    font-size: 19px;
}
input.form-login[type="submit"] {
    background: url("/bilder/cms/login.png") no-repeat scroll 14px 2px #FF5026;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
	border: 0px none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    float: left;
	text-align:left;
    font-family: varela-round;
    font-size: 18px;
    padding: 8px 24px 8px 50px;
	min-width:20%;
}

#splash-login-wrapper input.form-login[type="submit"] {
    margin: 0px;
    padding: 8px 10px 8px 50px;
}

.form-back-login {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    background-color:#A5AEB1;
	border: 0px none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: varela-round;
    font-size: 18px;
    margin-right: 8px;
    padding: 8px 20px 8px 20px;
    text-decoration: none; 
}

.form-lost-pass {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    background: none;
    background-color: #A5AEB1;
	
	border: 0px none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-family: varela-round;
    font-size: 18px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 8px 20px 8px 20px;
    text-decoration: none; 
}
#register-big {
    background-color: #464A57;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family: arial;
    font-size: 14px;
    line-height: 19px;
    padding: 30px;
    width: 100%;
}
#register-big span {

}
#register-big a {
    background: url("/bilder/cms/register-btn.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: varela-round;
    font-size: 28px;
    margin: 0px 0 0;
    padding: 14px 14px 14px 60px;
    text-decoration: none;
}
.form-item.textarea {
	display:block;
}
.response{
 box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
	border: 0px none;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 23px;

    padding: 15px 30px;
}
.response.warning {
	margin-top:10px;
	background-color: #FF2626;
}
.response.success {
    background-color: #109F1A;
}
.response.attention {
    background-color: #E8BC0E;
}

.form-item  input.error{
    border: 2px solid red;
}

.form-item-required {
	font-size:14px;
    color: #464A57;
	float:right;
	padding-right:5px;
}
.warnred{
    color: #FF0000;
}

.session_timeout
{
    transition:all;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: transparent;
height: 100%;
position: absolute;
padding:10px;
padding-top:0px;
padding-bottom:0px;
width: 100%;
z-index: 1000;
}
.session_timeout .center
{
	font-family: varela-round;
    font-size: 18px;
	color: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2),
	 1px -1px 5px rgba(0,0,0,0.2),
	 -1px 1px 5px rgba(0,0,0,0.2),
	 -1px -1px 5px rgba(0,0,0,0.2);
	   
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2),
	 1px -1px 5px rgba(0,0,0,0.2),
	 -1px 1px 5px rgba(0,0,0,0.2),
	 -1px -1px 5px rgba(0,0,0,0.2);
    background-color: #464A57;
    margin-top: 20%;
	margin-left:0px;
	margin-right:0px;
    padding: 10px;
	
	padding-top:30px;
	padding-bottom:30px;
    text-align: center;
    z-index: 9999999;
}

.simpletxt
{
font-size:14px;
color:#5B5B5B;
width:300px;
}

.showroom_info {
	font-size:14px;
	font-weight:bold;
}

a {
	  color: #464A57;
}


a:hover {
		color:#FF2626;
}