/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.01.2015, 19:49:57
    Author     : SVEN-ARBEIT
*/
.body-wrapper {
    background-image: url("../images/bg.wrapper.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.wrapper, .body-wrapper {
    height: auto !important;
    margin: 0 auto;
}
.body-, .body-bg {
    background-attachment: fixed;
    background-image: url("../images/bodybg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#header-top-wrapper {
    z-index: 10000;
}

#header-row {
    padding: 0;
}
#header-row #as-menu {
    float: right;
}
#header-row .moduletable.navigation {
    float: right;
    margin: 25px 0 35px;
}
#header-row .container {
    margin-bottom: 40px;
    padding: 0;
}
#header-bottom-row {
    padding-bottom: 0;
    padding-top: 0;
}

#footer {
    background: none repeat scroll 0 0 #212121;
    padding: 0;
    width: 100%;
}
#footer-row {
    font-size: 0.8em;
    line-height: 14px;
}
#footer-row .footer-row-1 {
    border: 0 solid;
    margin-left: auto;
    margin-right: auto;
}
* {
    padding: 0;
}
#footer-row ul li {
    list-style-image: url("../images/list.style.2.png");
}

#footer-row .footer-row-1 a {
    color: #878787;
}
a {
    text-decoration: none;
}
.body-wrapper {
    background-image: url("../images/bg.wrapper.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.wrapper, .body-wrapper {
    height: auto !important;
    margin: 0 auto;
}
body {
    color: #333333;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.clearfix
{
 *zoom: 1;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after
{
	clear: both;
}

.hide-text
{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.align-left
{
	text-align: left;
}

.align-right
{
	text-align: right;
}

.wshadow
{
	position: relative;
	z-index: 10;
}

.shadow
{
	position: relative;
	z-index: 1;
}

.shadow span
{
	bottom: 0px;
	display: block;
	height: 0px;
	left: 1%;
	position: absolute;
	width: 98%;
}

#top_header
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
}
#logo a
{
	display: inline-block;
	margin: 0px;
}

.logo a
{
	text-align: center;
	line-height: 35px;
	
}

#logo a img
{
}

#header-row .logo
{
	min-height: 200px;
	min-width: 200px !important;
	width: 200px;
}

#header-row .logo a
{
	width: 180px;
	padding: 30px 0 0 10px;
}

.logo span.slogan
{
	padding: 0 0 0 20px;
}

#logo span.slogan
{
	font-size: 12px;
	margin: 0px;
	display: inline-block;
	position: relative;
	top: 13px;
	left: -33px;
}

#header-row .moduletable.navigation
{
	float: right;
	margin: 25px 0px 35px;
}

#header-row #as-menu
{
	float: right;
}
#slider-row .container
{
	padding-top: 130px;
	margin-bottom: 0px;
	position: relative;
	width: auto;
}
#slider-row .shadow
{
	top: -1px;
}

.moduletable.slider
{
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.maintenanceLogin .ui-widget-content {
width: 450px;
}

.moreInfoLink a {
	color:#31B5D6 !important;;
	font-weight: bold;
}

.cookiediv {
	background-color: white;
	bottom: 0;
	color: black;
	padding: 5px;
	position: fixed;
	width: 350px;
	right: 5px;
	text-align: center;
	border: 1px solid lightgray;
}
.acceptcookie {
	margin-top: 20px;
	background-color: #31B5D6;
	color: white !important;;
	font-weight: bold;
	width: 300px;
	margin-left: 25px;
}