/* Variables */
:root {
    --primary: #fae81a;
    --secondary: #61645b;
    --text-color: #444;
    --header-height: 110px;
    --header-space: 0px;
    --white: #fff;
    --black: #000;
    --font-default: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
    --font-futura: "Futura LT W04 Medium",sans-serif;
}
/* Header */
.toolbar-fixed.toolbar-tray-open {
    --header-space: 29px;
}
.toolbar-fixed {
    --header-space: 40px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open {
    --header-space: 79px;
}
/* $Id: gemshorn-style.css,v 1.1.2.7 2010/07/04 01:51:31 sociotech Exp $ */
/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
body {
	font-size: 16px;  /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
    -webkit-text-size-adjust: 100%;
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word;
}
body.bd {
	/*background:  url(../images/body-bg.jpg) repeat-x scroll 0 0;*/
}
/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
	color: #3d7600;
}
/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
	text-decoration:none;
}
/* Specific Typography
-------------------------------------------------------------- */
#site-name {
	font-size: 300%;
	line-height: 150%;
}
.footer-message {
	font-size: 90%;
}
/* HTML Elements
-------------------------------------------------------------- */
body {
}
/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
.header-site-info span {
	display: block;
}
/* Add float here to put logo and site name side by side, also add margins as
needed */
#logo {
}
/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
}
/* Typography for site slogan */
#slogan {
}
/* Regions
Classes (.region-name) should always be used instead of IDs (#region-name) so
that Skinr styles can override them with a class later
-------------------------------------------------------------- */
/* All Regions
-------------------------------------------------------------- */
/* By default this wrapper is set to 100% width and centered -- override here to
narrow wrapper or align left or right */
.page {
}
/* The 0 values here remove padding and spacing at the bottom of the page.
Remove to add a gap at the very bottom of the page */
.page-inner {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}
/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
}
.header-group {
}
/* Header Top region which sits above the header */
/* Works well with inline login or inline menu block style */
.header-top-wrapper {
}
.header-top {
	background: #d9dace;
	margin-bottom: 2px;
}
#header-top-wrapper .block {
    overflow: visible;
}
.primary-links-search {
	background: url(../images/mainmenu-bg.png) 0 0 no-repeat;
	overflow: visible;
	margin:0;
}
/* Primary Menu
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
or spacing above/below */
.primary-menu {
	width: 70%;
}
#primary-menu .content {
	width: 100%;
}
/* styles for Superfish primary menu */
.primary-menu-group {
	overflow: visible;
}
.primary-menu-inner ul.sf-menu {
}
/* Link style for top level menu items, add padding here */
.primary-menu-inner ul.sf-menu a,
.primary-menu-inner ul.sf-menu a:visited  {
	padding: 3px 14px;
	display: block;
	color: rgb(100, 100, 100);
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
.primary-menu-inner ul.sf-menu a:first-child {
	padding-left: 20px;
}
.primary-menu-inner ul.sf-menu a:hover,
.primary-menu-inner ul.sf-menu a:active,
.primary-menu-inner ul.sf-menu a.active,
.primary-menu-inner ul.sf-menu a:focus,
.primary-menu-inner ul.sf-menu li.sfhover a,
.primary-menu-inner ul.sf-menu li.active-trail a {
	color:#0d5122;
}
/* These are the top level menu items, add border-right here for separators */
.primary-menu-inner ul.sf-menu li {
	border-right: 1px dashed var(--white);
	margin:0;
	padding:0;
}
/* Add border-right: 0; here to remove separator on last menu item */
.primary-menu-inner ul.sf-menu li.last {
	border: none;
}
/* Style for container of dropdown, add background or border */
.primary-menu-inner ul.sf-menu ul {
	background:url(../images/ul_level2.png) 0 0 repeat;
	width: 14em;
}.primary-menu-inner .sf-menu li:hover ul,
.primary-menu-inner .sf-menu li.sfHover ul {
	top:4.1em;
}
/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu-inner ul.sf-menu li li {
	background: none;
	padding: 0;
	border: none;
	border-bottom:1px solid #5e8c11;
}
.primary-menu-inner ul.sf-menu li li.last {
	border: none;
}
.primary-menu-inner ul.sf-menu ul a,
.primary-menu-inner ul.sf-menu ul a:visited,
.primary-menu-inner ul.sf-menu li.sfhover ul a,
.primary-menu-inner ul.sf-menu li.first.sfhover ul a  {
	border-right: none;
	margin: 0;
	padding: 5px 10px;
	background: none;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	text-transform: none;
	color: var(--white);
}
.primary-menu-inner ul.sf-menu li.sfhover ul a:hover,
.primary-menu-inner ul.sf-menu li.sfhover ul a:active,
.primary-menu-inner ul.sf-menu li.sfhover ul a.active,
.primary-menu-inner ul.sf-menu li.sfhover ul a:focus,
.primary-menu-inner ul.sf-menu li.sfhover ul li.sfhover a {
	color:#0d5122;
}
.primary-menu-inner ul.sf-menu li li li {
}
/* Style for hover of dropdown menu items (add background-color here) */
.primary-menu-inner ul.sf-menu li ul li:hover,
.primary-menu-inner ul.sf-menu li ul li.sfHover {
}
/* Secondary menu
-------------------------------------------------------------- */
/* This menu usually appears in the header as a set of simple text links */
.secondary-menu {
}
/* Set general style for menu here -- background, alignment, etc. */
.secondary-menu-inner ul.links {
}
/* Add a border-right here for a separator */
.secondary-menu-inner ul.links li {
}
/* Add border-right: 0; here to remove right separator on last menu item */
.secondary-menu-inner ul.links li.last {
}
/* Styles for links */
.secondary-menu-inner ul.links li a:link,
.secondary-menu-inner ul.links li a:visited {
	padding: 3px;
}
.secondary-menu-inner ul.links li a:hover,
.secondary-menu-inner ul.links li a:focus,
.secondary-menu-inner ul.links li a.active {
}
/* User menu */
.header-top-wrapper .block-menu ul.menu {
	margin: 0;
	padding-top: 20px;
	float: right;
}
.header-top-wrapper .block-menu ul.menu li {
	float: left;
	list-style: none;
}
.header-top-wrapper .block-menu ul.menu li a {
	display: block;
	padding: 0 10px;
	border-right: 1px solid #3d7600;
	text-transform: uppercase;
	line-height: 1;
}
.header-top-wrapper .block-menu ul.menu li.last a {
	border: none;
}
.header-top-wrapper .block-menu ul.menu li a.active,
.header-top-wrapper .block-menu ul.menu li a:hover,
.header-top-wrapper .block-menu ul.menu li a:focus {
	color: var(--white);
}
/* Footer menu
-------------------------------------------------------------- */
.footer-wrapper .block-menu {
	margin-bottom: 10px;
}
.footer-wrapper ul.menu {
	margin: 0;
	padding:20px 0 0 0;
	float: right;
}
.footer-wrapper ul.menu li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.footer-wrapper ul.menu li a {
	margin: 0;
	padding: 0 30px;
	border-right: 1px solid #3D7600;
	font-weight: bold;
}
.footer-wrapper ul.menu li.last a {
	padding: 0 0 0 20px;
	border-right: none;
	float:left;
}
.footer-wrapper ul.menu li a:hover,
.footer-wrapper ul.menu li a.active {
	color: #0d5122;
}
/* Header - Search
-------------------------------------------------------------- */
.search-box {
	width: 30%;
}
.search-box-inner {
}
.search-box-inner form#search-theme-form {
	float: right;
	margin-top: 4px;
}
.search-box-inner input#edit-search-theme-form-header {
	background: url(../images/search-input.png) 0 0 no-repeat;
	width: 190px;
	padding: 7px 3px 5px 27px;
	border:none;
}
.search-box-inner input.search_submit {
	display: none;
}
/*  Preface Regions
-------------------------------------------------------------- */
/* The Preface Top region sits between the header and the Main Area
(columns, sidebars, and main content).  The Preface Bottom region
is inside the Main Area. */
.preface-top-wrapper {
}
.preface-top {
}
.preface-top-inner {
}
.preface-bottom {
}
.preface-bottom-inner {
}
/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
}
/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
.sidebar-first {
}
.sidebar-last {
}
/* Content Regions
-------------------------------------------------------------- */
.content-top {
}
.content {
	width: 100%;
}
.content-inner {
}
.content-bottom {
}
/* This region only appears on full node pages. It's useful for ads or other
content between the body of the node and its comments */
.node-bottom {
}
/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-top {
}
.postscript-top-inner {
}
.postscript-bottom-wrapper {
}
.postscript-bottom {
}
.postscript-bottom-inner {
}
.footer-wrapper-inner {
	border-top:1px solid #3D7600;
}
.footer-inner {
}
.footer-message-wrapper {
}
.footer-message {
}
.footer-message-inner {
}
.footer-message-text {
}
.st-copyright {
	text-align: right;
	float: right;
	padding-right: 10px;
}
/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
	color: var(--white);
}
/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
	background-color: var(--white)4f4;
}
.preview .node {
	background-color: var(--white)fea;
}
.front div.node {
	margin-bottom:0;
}
/* Typography for node titles */
h2.title {
	color: var(--white);
}
/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link,
h2.title a:visited {
}
h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}
/* Separators and padding for node teasers */
.teaser {
}
/* Author/date info */
.meta {
	margin-bottom: 10px;
}
.submitted {
}
/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}
.content-content .full-node p {
	margin-top:0;
}
.content-inner ul.links {
	margin-bottom: 0;
	float: right;
}
/* Only more/read more links */
div.node .read-more a,
div.node .more-link a {
}
/* Drupal Messages
/-------------------------------------------------------------- */
/* General style for all errors/messages (border, padding, etc.) */
div.content-messages div.messages,
div.content-help div.help {
}
/* Status messages: green */
div.content-messages-inner div.status {
}
/* Warning messages: yellow */
div.content-messages-inner div.warning {
}
/* Error messages: red */
div.content-messages-inner div.error {
}
/* Help messages: blue */
div.content-help-inner div.help {
}
/* Error that appears when a required form field is not filled out */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
	border: 1px solid #aa1144;
}
/* "New" text and required form field asterisk (default = red) */
.marker,
.form-required {
	color: #aa1144;
}
/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
	font-size: 140%;
}
.main-wrapper .block .title-left {
	background: url(../images/title-left.png) 0 0 no-repeat;
	padding-left: 5px;
}
.main-wrapper .block .title-right {
	background: url(../images/title-right.png) right top no-repeat;
	padding-right: 5px;
}
.main-wrapper .block h2.block-title,
h1.title {
	background: url(../images/title-center.png) right top repeat-x;
	padding: 7px 5px;
	margin:0;
	color: var(--white);
	text-transform: uppercase;
	font-size: 125%;
}
.main-wrapper .block .content .content,
.main-wrapper .content-inner-inner {
	position: relative;
	overflow: hidden;
}
.main-wrapper .block .content .content .block-content-inner{
	border: 1px dotted #555555;
	border-top: none;
	overflow: hidden;
	padding: 10px;
}
.main-wrapper .content-inner-inner .block-content-inner {
	border: none;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.main-wrapper .block .content .content .block-bottom-left,
.main-wrapper .content-inner-inner .block-content-inner .block-bottom-left {
	position: absolute;
	height: 5px;
	width: 5px;
	left: 0;
	bottom:0;
	background: url(../images/block-bg-bottom-left.jpg) 0 0 no-repeat;
}
.main-wrapper .block .content .content .block-bottom-right,
.main-wrapper .content-inner-inner .block-content-inner .block-bottom-right {
	position: absolute;
	height: 5px;
	width: 5px;
	right: 0;
	bottom:0;
	background: url(../images/block-bg-bottom-right.jpg) 0 0 no-repeat;
}
/* Block donate */
.main-wrapper .block.block-donate .content .content .content-inner {
	border: none;
	overflow: hidden;
	padding: 0px;
}
.main-wrapper .block.block-donate .content .content .block-bottom-left {
	display: none;
}
.main-wrapper .block.block-donate .content .content .block-bottom-right {
	display: none;
}
/* Login block */
.block.block-login {
	float: right;
	margin-bottom: 5px;
}
.block-login #user-login-form {
	float: right;
}
.block-login .form-item {
	float:left;
	margin:0;
	padding:13px 0 0;
}
.block-login label {
	font-weight:normal;
	padding-bottom:3px;
	text-align:left;
	float:left;
}
.block-login .form-text{
	width:135px;
	padding:5px 15px;
	margin-right:10px;
	float:left;
	background:url(../images/input-login.png) 0 0 no-repeat;
	border:0;
}
.block-login .form-submit {
	margin: 13px 0 0;
	padding:4px 0 5px;
	text-transform:uppercase;
	color:var(--white);
	background:url(../images/login-button.png) 0 0 no-repeat;
	border:none;
	float:left;
	width: 70px;
	text-align: center;
	font-weight: bold;
}
.block-login #user-login-form .item-list {
	margin:5px 0 0 0;
	float: left;
}
.block-login #user-login-form .item-list ul {
	margin:0px 0 0px 20px;
	padding:0;
}
.block-login #user-login-form .item-list ul li {
	list-style: none;
	margin:0;
	padding:0;
}
/* End login block */
/* Block publication */
.block-publication ul {
	margin:0;
	padding:0;
}
.block-publication ul li {
	list-style: none;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #999;
}
.block-publication ul li img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.block-publication ul li a {
	font-weight: bold;
	text-transform: uppercase;
}
.block-publication ul li p {
	margin: 0 0 0 53px;
}
/* Latest news */
.block-latest-news {
}
.block-latest-news .content {
	padding:0;
}
.view-list-news .views-row,
.block-latest-news .views-row {
	border-bottom:1px dashed #999;
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.block-latest-news .views-field-title a {
	font-size: 120%;
	font-weight: bold;
}
.views-field-view-node {
	float: right;
}
.views-field-view-node a {
	background: url(../images/readmore.png) 0 4px no-repeat;
	padding-left: 13px;
}
.block-latest-news .views-field-name,
.block-latest-news .views-field-created {
	color: #393938;
	float: left;
	padding-right: 5px;
	font-style: italic;
	font-size: 90%;
}
.block-latest-news .views-field-field-image-fid {
	padding-top: 10px;
}
.block-latest-news .views-field-field-introtext-value {
	margin-top: 25px;
}
/* End latest news */
/* Blog page */
.field-field-image {
	float: left;
	padding-right: 20px;
}
.view-list-news .views-row-first {
	margin-top: 10px;
}
.view-list-news .views-field-title a{
	font-size: 150%;
}
.view-list-news .views-field-name,
.view-list-news .views-field-created,
.view-list-news .views-field-comment-count {
	float: left;
	padding-right: 5px;
	color: #393938;
}
.view-list-news .views-field-field-image-fid {
	padding-top: 10px;
}
.views-field-field-image-fid {
	float: left;
	clear: left;
	padding-right: 10px;
}
.view-list-news .views-field-field-introtext-value {
	margin-top: 25px;
}
/* Block newsletter */
.block-simplenews form {
	text-align: center;
}
.block-simplenews p {
	margin-top: 0;
}
.block-simplenews .form-item {
	text-align: left;
}
.block-simplenews .form-item input.form-text {
	background: url(../images/newsletter.png) 0 0 no-repeat;
	border: none;
	padding: 5px 4px 6px 25px;
	width: 165px;
	max-width: 100%;
}
.block-simplenews .form-radios {
	float: left;
	width: 100%;
	margin-top: 0;
}
.block-simplenews .form-radios .form-item {
	float: left;
	margin-right: 10px;
}
/* Block slideshow */
.block-slideshow .view-content {
	position:relative;
}
.block-slideshow .views_slideshow_thumbnailhover_main img {
	float: left;
}
.block-slideshow .views_slideshow_pagerNumbered {
	position:absolute;
	bottom:15px;
	right:15px;
	list-style:none;
	padding:0;
	margin:0;
	z-index:1;
}
.block-slideshow .views_slideshow_pagerNumbered .pager-item {
	float: left;
}
.block-slideshow .views_slideshow_pagerNumbered .pager-item a {
	float: left;
	background: url(../images/slide_nav.png) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	text-indent: 20px;
	overflow: hidden;
}
.block-slideshow .views_slideshow_pagerNumbered .pager-item.activeSlide a {
	background: url(../images/slide_nav_active.png) 0 0 no-repeat;
}
/* Block event */
.block.block-event {
	overflow: visible;
}
.block-event .content {
	padding-bottom: 10px;
	position: relative;
}
.block-event .title-left {
	background: url(../images/block-grey-top-left.png) 0 0 no-repeat;
	padding-left: 10px;
	overflow: hidden;
}
.block-event .title-right {
	background: url(../images/block-grey-top-right.png) right top no-repeat;
	padding-right: 10px;
}
.block-event .block-content-inner {
	background: #d9dace;
}
.block-event h2.block-title {
	color: var(--black);
	/*eueco Anpassung 18.03.2011*/
	/*text-transform: uppercase;*/
	margin:0;
	padding: 10px 0;
	background: #d9dace;
}
.block-event .block-bottom-left {
	position: absolute;
	bottom:0;
	left:0;
	width: 60%;
	/*Anpassungen eueco 18.03.11*/
	/*height: 13px;*/
	height: 19px;
	background: url(../images/block-grey-bottom-left.png) bottom left no-repeat;
}
.block-event .block-bottom-right {
	position: absolute;
	bottom:0;
	right:0;
	width: 60%;
	/*Anpassungen eueco 18.03.11*/
	/*height: 13px;*/
	height: 19px;
	background: url(../images/block-grey-bottom-right.png) bottom right no-repeat;
}
.block-event .views-row {
	position: relative;
	padding: 0 10px 9px 60px;
	background: url(../images/event-row-border.jpg) bottom left repeat-x;
	margin-bottom: 5px;
}
.view-list-event .views-row {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-list-event .views-row-first {
	padding-top: 10px;
}
.block-event .views-row .views-field-title a {
	font-size: 110%;
	font-weight: bold;
}
.view-list-event .views-row .views-field-title a {
	font-size: 130%;
	font-weight: bold;
}
.block-event .views-row label,
.view-list-event .views-row label {
	color: #3D7600;
	font-weight: bold;
}
.block-event .views-field-title {
	overflow: hidden;
}
.block-event .views-field-field-date-value {
	position: absolute;
	top: 5px;
	left: -10px;
	background: url(../images/event-date.png) 0 0 no-repeat;
	padding: 4px 10px;
	height: 24px;
	width: 42px;
	font-weight: bold;
	color: var(--white);
}
.block-event .more-link {
	padding-right: 10px;
}
.more-link a {
	background: url(../images/readmore.png) 0 5px no-repeat;
	padding-left: 13px;
}
.node-type-events .content-inner-inner .field-item {
	float: left;
	width: 300px;
	clear: left;
	border-bottom: 1px solid #79ac0a;
	padding: 5px 0;
}
.node-type-events .content-inner-inner .field-item .field-label-inline-first {
	width: 70px;
	float:left;
}
.node-type-events .content-inner-inner .field-field-image .field-item {
	width: auto;
	border:none;
}
/* Block social */
.main-wrapper .block.block-social .content {
	overflow: visible;
}
.main-wrapper .block.block-social .content {
	padding-bottom: 10px;
	position: relative;
}
.main-wrapper .block.block-social .content .title-left {
	background: url(../images/block-social-top-left.png) 0 0 no-repeat;
	padding-left: 10px;
}
.main-wrapper .block.block-social .content .title-right {
	background: url(../images/block-social-top-right.png) right top no-repeat;
	padding-right: 10px;
}
.main-wrapper .block.block-social .content .block-content-inner {
	background: #e2f19e;
	border-left: 7px solid #cdea46;
	border-right: 7px solid #cdea46;
	border-top: none;
	border-bottom: none;
	padding: 0 10px;
}
.main-wrapper .block.block-social .content h2.block-title {
	color: #0D5122;
	text-transform: uppercase;
	margin:0;
	padding: 10px 8px;
	background: #e2f19e;
	border-top: 7px solid #cdea46;
}
.main-wrapper .block.block-social .content .content .block-bottom-left {
	position: absolute;
	bottom:0;
	left:0;
	width: 60%;
	height: 13px;
	background: url(../images/block-social-bottom-left.png) bottom left no-repeat;
}
.main-wrapper .block.block-social .content .content .block-bottom-right {
	position: absolute;
	bottom:0;
	right:0;
	width: 60%;
	height: 13px;
	background: url(../images/block-social-bottom-right.png) bottom right no-repeat;
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
}
/* Tab Menus
/-------------------------------------------------------------- */
/* Tab Menus   TODO: tab styles?
/-------------------------------------------------------------- */
#content-tabs {
	background-color: transparent;
	float: left;
	margin: 0;
	padding: 0;
}
#content-tabs ul.primary,
#content-tabs ul.secondary {
	border-bottom: none;
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #777777;
}
#content-tabs ul.secondary {
	border-bottom: 1px solid #777777;
	margin-top: 10px;
	text-transform: lowercase;
}
#content-tabs ul.primary li,
#content-tabs ul.secondary li {
	border-style: none;
	display: inline;
	float: left;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
}
#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
	background: #777777 none repeat scroll 0 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #777777;
	border-bottom: none;
	color: var(--black);
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 3px 15px;
	text-decoration: none;
	white-space: nowrap;
}
#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.primary li a.active,
#content-tabs ul.secondary li a.active,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
	border-bottom: none;
	color: var(--white);
}
/* Pagers
-------------------------------------------------------------- */
ul.pager {
	float: right;
	margin:0;
}
ul.pager li {
}
ul.pager a,
ul.pager a:link,
ul.pager a:visited,
ul.pager li.pager-current {
	border: none;
	color: #3d7600;
	font-size: 110%;
}
ul.pager li.pager-current {
	font-weight: bold;
	border: none;
	color: #3d7600;
}
ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
	border: none;
	color: var(--black);
}
/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
form input.form-submit {
	margin: 0px;
	padding: 3px 10px;
	padding: 3px;
	background: url(../images/button.png) 0 center repeat-x;
	border: 1px solid #3d7600;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: var(--white);
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
}
/* Hover style for form buttons */
form input.form-submit:hover,
form input.form-submit.hover,
form input.form-submit:focus {
}
/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}
/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
	background: none;
	border: none !important;
}
/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}
/* Typography and spacing for legend of fieldsets */
fieldset legend {
}
/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}
/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}
/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}
/* Tables
-------------------------------------------------------------- */
table {
    border: none;
}
table.no-border tbody,
table.no-border thead th,
table.no-border th,
table.no-border tr.even,
table.no-border tr.even td,
table.no-border tr.odd,
table.no-border tr.odd td {
	border: none;
}
/* Body of tables */
tbody {
	border-top: 1px solid #ccc;
}
/* Header of tables */
thead th,
th {
	border-bottom: 3px solid #ccc;
}
tbody th {
	border-bottom: 1px solid #ccc;
}
/* Alternating row background styles */
tr.even,
tr.even td {
	border-bottom: 1px solid #ccc;
}
tr.odd,
tr.odd td {
	border-bottom: 1px solid #ccc;
}
td.active {
}
tr.drag td,
tr.drag-previous td {
	color: var(--black);
}
/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
also add specific styles, such as a background, just for your offline page */
.in-maintenance  {
}
/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */
/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
	border-top: 1px solid #ccc;
}
.book-navigation .page-links {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}
/* Subject (title) of each comment */
div.comment h3.title {
}
/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}
/* Alternating styles for even/odd comments */
.comments div.odd {
	background: none;
	border-bottom:1px dashed #999;
}
.comments div.even {
	background: none;
}
/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
	background: none;
	border-bottom:1px dashed #999;
}
/* Comment signatures */
.signature {
	border-top: 1px solid #d6ddb9;
}
/* User avatars in comments */
.comment-wrapper .picture img {
}
/* Forum
/-------------------------------------------------------------- */
#forum .description {
}
.forum-topic-navigation {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
	background-color: #ddd;
}
div.poll div.bar div.foreground {
	background-color: #999;
}
/* Profiles
/-------------------------------------------------------------- */
.profile .picture {
	float: none;
}
/* Styles for sub-headings on user profiles */
.profile dt {
	background-color: #ccc;
}
/* Layout - 12 column grid, 960px fixed width, 20px gutters
-------------------------------------------------------------- */
/* grid widths */
.grid12-1 {width: 80px; max-width: 100%;}
.grid12-2 {width: 160px; max-width: 100%;}
.grid12-3 {width: 240px; max-width: 100%;}
.grid12-4 {width: 320px; max-width: 100%;}
.grid12-5 {width: 400px; max-width: 100%;}
.grid12-6 {width: 480px; max-width: 100%;}
.grid12-7 {width: 560px; max-width: 100%;}
.grid12-8 {width: 640px; max-width: 100%;}
.grid12-9 {width: 720px; max-width: 100%;}
.grid12-10 {width: 800px; max-width: 100%;}
.grid12-11 {width: 880px; max-width: 100%;}
.grid12-12 {width: 960px; max-width: 100%;}
/* block indents */
.grid12-indent-1 {margin-left: 80px;}
.grid12-indent-2 {margin-left: 160px;}
.grid12-indent-3 {margin-left: 240px;}
.grid12-indent-4 {margin-left: 320px;}
.grid12-indent-5 {margin-left: 400px;}
.grid12-indent-6 {margin-left: 480px;}
.grid12-indent-7 {margin-left: 560px;}
.grid12-indent-8 {margin-left: 640px;}
.grid12-indent-9 {margin-left: 720px;}
.grid12-indent-10 {margin-left: 800px;}
.grid12-indent-11 {margin-left: 880px;}
/* gutters (2 x margin) */
.block .content {
	margin-left: 10px;
	margin-right: 10px;
}
/* hack to fix node-top & node-bottom being off-grid */
#content-content .node .first .content {
	margin-right: 20px;
}
body,
div.full-width {
	min-width: 960px;
	max-width: 100%;
}
/* $Id: style.css,v 1.1.2.11 2010/07/02 22:11:04 sociotech Exp $ */
/* Margin, Padding, Border Resets
-------------------------------------------------------------- */
html, body, div, span, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
img, abbr, acronym {
	border: 0;
}
/* HTML Elements
-------------------------------------------------------------- */
p {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
}
ul, ol, dd {
	margin-bottom: 1.5em;
	margin-left: 2em; /* LTR */
}
li ul, li ol {
	margin-bottom: 0;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a:link,
a:visited {
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
blockquote {
}
hr {
	height: 1px;
	border: 1px solid gray;
}
/* tables */
table {
	border-spacing: 0;
	width: 100%;
}
caption {
	text-align: left;
}
th {
	margin: 0;
	padding: 0 10px 0 0;
}
th.active img {
	display: inline;
}
thead th {
	padding-right: 10px;
}
td {
	margin: 0;
	padding: 3px;
}
/* Remove grid block styles from Drupal's table ".block" class */
td.block {
	border: none;
	float: none;
	margin: 0;
}
/* Maintain light background/dark text on dragged table rows */
tr.drag td,
tr.drag-previous td {
	background: var(--white)FDD;
	color: var(--black);
}
/* Accessibility
/-------------------------------------------------------------- */
/* skip-link to main content, hide offscreen */
#skip a,
#skip a:hover,
#skip a:visited {
	height: 1px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 1px;
}
/* make skip link visible when selected */
#skip a:active,
#skip a:focus {
	background-color: var(--white);
	color: var(--black);
	height: auto;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 5;
}
#skip a:hover {
	text-decoration: none;
}
/* Helper Classes
/-------------------------------------------------------------- */
.hide {
	display: none;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* clear floats after an element */
/* (also in ie6-fixes.css, ie7-fixes.css) */
.clearfix:after,
.clearfix .content:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: auto;
	visibility: hidden;
}
/* Grid Layout Basics (specifics in 'gridnn_x.css')
-------------------------------------------------------------- */
/* center page and full rows: override this for left-aligned page */
.page,
.row {
	margin: 0 auto;
}
/* fix layout/background display on floated elements */
.row,
.nested,
.block {
	overflow: hidden;
}
/* full-width row wrapper */
div.full-width {
	width: 100%;
}
/* float, un-center & expand nested rows */
.nested {
	float: left; /* LTR */
	margin: 0;
	width: 100%;
}
/* allow Superfish menus to overflow */
#sidebar-first.nested,
#sidebar-last.nested,
div.superfish {
	overflow: visible;
}
/* sidebar layouts */
.sidebars-both-first .content-group {
	float: right; /* LTR */
}
.sidebars-both-last .sidebar-first {
	float: right; /* LTR */
}
/* Grid Mask Overlay
-------------------------------------------------------------- */
#grid-mask-overlay {
	display: none;
	left: 0;
	opacity: 0.90;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
#grid-mask-overlay .row {
	margin: 0 auto;
}
#grid-mask-overlay .block .content {
	background-color: #e3fffc;
	outline: none;
}
.grid-mask #grid-mask-overlay {
	display: block;
}
.grid-mask .block {
	overflow: visible;
}
.grid-mask .block .content {
	outline: #f00 dashed 1px;
}
#grid-mask-toggle {
	background-color: #777;
	border: 2px outset var(--white);
	color: var(--white);
	cursor: pointer;
	font-variant: small-caps;
	font-weight: normal;
	left: 0;
	-moz-border-radius: 5px;
	padding: 0 5px 2px 5px;
	position: absolute;
	text-align: center;
	top: 22px;
	-webkit-border-radius: 5px;
	z-index: 9;
}
#grid-mask-toggle.grid-on {
	border-style: inset;
	font-weight: bold;
}
/* Site Info
-------------------------------------------------------------- */
#header-site-info {
	width: auto;
}
#site-name-wrapper {
	float: left;     /* LTR */
}
#site-name,
#slogan {
	display: block;
}
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
	text-decoration: none;
}
#site-name a {
	outline: 0;
}
/* Regions
-------------------------------------------------------------- */
/* Header Regions
-------------------------------------------------------------- */
#header-group {
	overflow: visible;
}
/* Content Regions (Main)
-------------------------------------------------------------- */
.node-bottom {
	margin: 1.5em 0 0 0;
}
/*    Clear floats on regions
-------------------------------------------------------------- */
#header-top-wrapper,
#header-group-wrapper,
#preface-top-wrapper,
#main-wrapper,
#preface-bottom,
#content-top,
#content-region,
#content-bottom,
#postscript-top,
#postscript-bottom-wrapper,
#footer-wrapper,
#footer-message-wrapper {
	clear: both;
}
/* Drupal Core
/-------------------------------------------------------------- */
/* Lists
/-------------------------------------------------------------- */
.item-list ul li {
	margin: 0;
}
.block ul,
.block ol {
	margin-left: 2em; /* LTR */
	padding: 0;
}
.content-inner ul,
.content-inner ol {
	margin-bottom: 1.5em;
}
.content-inner li ul,
.content-inner li ol {
	margin-bottom: 0;
}
.block ul.links {
	margin-left: 0; /* LTR */
}
/* Menus
/-------------------------------------------------------------- */
ul.menu li,
ul.links li {
	margin: 0;
	padding: 0;
}
/* Primary Menu
/-------------------------------------------------------------- */
/* use ID to override overflow: hidden for .block, dropdowns should always be visible */
#primary-menu {
	overflow: visible;
}
/* remove left margin from primary menu list */
#primary-menu.block ul {
	margin-left: 0; /* LTR */
}
/* remove bullets, float left */
.primary-menu ul li {
	float: left; /* LTR */
	list-style: none;
	position: relative;
}
/* style links, and unlinked parent items (via Special Menu Items module) */
.primary-menu ul li a,
.primary-menu ul li .nolink {
	display: block;
	padding: 0.75em 1em;
	text-decoration: none;
}
/* Add cursor style for unlinked parent menu items */
.primary-menu ul li .nolink {
	cursor: default;
}
/* remove outline */
.primary-menu ul li:hover,
.primary-menu ul li.sfHover,
.primary-menu ul a:focus,
.primary-menu ul a:hover,
.primary-menu ul a:active {
	outline: 0;
}
/* Secondary Menu
/-------------------------------------------------------------- */
.secondary-menu-inner ul.links {
	margin-left: 0; /* LTR */
}
/* Skinr styles
/-------------------------------------------------------------- */
/* Skinr selectable helper classes */
.fusion-clear {
	clear: both;
}
div.fusion-right {
	float: right; /* LTR */
}
div.fusion-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.fusion-center-content .content {
	text-align: center;
}
.fusion-center-content .content ul.menu {
	display: inline-block;
	text-align: center;
}
/* required to override drupal core */
.fusion-center-content #user-login-form {
	text-align: center;
}
.fusion-right-content .content {
	text-align: right; /* LTR */
}
/* required to override drupal core */
.fusion-right-content #user-login-form {
	text-align: right; /* LTR */
}
/* Large, bold callout text style */
.fusion-callout .content {
	font-weight: bold;
}
/* Extra padding on block */
.fusion-padding .content {
	padding: 30px;
}
/* Adds 1px border and padding */
.fusion-border .content {
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}
/* Single line menu with separators */
.fusion-inline-menu .content ul.menu {
	margin-left: 0; /* LTR */
}
.fusion-inline-menu .content ul.menu li {
	border-right-style: solid;
	border-right-width: 1px;
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.fusion-inline-menu .content ul.menu li a {
	padding: 0 8px 0 5px; /* LTR */
}
.fusion-inline-menu .content ul li.last {
	border: none;
}
/* Hide second level (and beyond) menu items */
.fusion-inline-menu .content ul li.expanded ul {
	display: none;
}
/* Multi-column menu style with bolded top level menu items */
.fusion-multicol-menu .content ul {
	margin-left: 0; /* LTR */
	text-align: left; /* LTR */
}
.fusion-multicol-menu .content ul li {
	border-right: none;
	display: block;
	font-weight: bold;
}
.fusion-multicol-menu .content ul li.last {
	border-right: none;
}
.fusion-multicol-menu .content ul li.last a {
	padding-right: 0; /* LTR */
}
.fusion-multicol-menu .content ul li.expanded,
.fusion-multicol-menu .content ul li.leaf {
	float: left; /* LTR */
	list-style-image: none;
	margin-left: 50px; /* LTR */
}
.fusion-multicol-menu .content ul.menu li.first {
	margin-left: 0; /* LTR */
}
.fusion-multicol-menu .content ul li.expanded li.leaf {
	float: none;
	margin-left: 0; /* LTR */
}
.fusion-multicol-menu .content ul li.expanded ul {
	display: block;
	margin-left: 0; /* LTR */
}
.fusion-multicol-menu .content ul li.expanded ul li {
	border: none;
	margin-left: 0; /* LTR */
	text-align: left; /* LTR */
}
.fusion-multicol-menu .content ul.menu li ul li {
	font-weight: normal;
}
/* Split list across multiple columns */
.fusion-2-col-list .content .item-list ul li,
.fusion-2-col-list .content ul.menu li {
	float: left; /* LTR */
	width: 50%;
}
.fusion-3-col-list .content .item-list ul li,
.fusion-3-col-list .content ul.menu li {
	float: left; /* LTR */
	width: 33%;
}
.fusion-2-col-list .content .item-list ul.pager li,
.fusion-3-col-list .content .item-list ul.pager li {
	float: none;
	width: auto;
}
/* List with bottom border
Fixes a common issue when list items have bottom borders and appear to be
doubled when nested lists end and begin. This removes the extra border-bottom
*/
.fusion-list-bottom-border .content ul li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
.fusion-list-bottom-border .content ul li,
.fusion-list-bottom-border .view-content div.views-row {
	padding: 0 0 0 10px; /* LTR */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 216.7%; /* 26px */
}
.fusion-list-bottom-border .content ul {
	margin: 0;
}
.fusion-list-bottom-border .content ul li ul {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.fusion-list-bottom-border .content ul li ul li.last {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: -1px;
	margin-top: -1px;
}
/* List with no bullet and extra padding
This is a common style for menus, which removes the bullet and adds more
vertical padding for a simple list style
*/
.fusion-list-vertical-spacing .content ul,
.fusion-list-vertical-spacing div.views-row-first {
	margin-left: 0;
	margin-top: 10px;
}
.fusion-list-vertical-spacing .content ul li,
.fusion-list-vertical-spacing div.views-row {
	line-height: 133.3%; /* 16px/12px */
	margin-bottom: 10px;
	padding: 0;
}
.fusion-list-vertical-spacing .content ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.fusion-list-vertical-spacing .content ul li ul {
	margin-left: 10px; /* LTR */
}
/* Bold all links */
.fusion-bold-links .content a {
	font-weight: bold;
}
/* Float imagefield images left and add margin */
.fusion-float-imagefield-left .field-type-filefield,
.fusion-float-imagefield-left .image-insert,
.fusion-float-imagefield-left .imagecache {
	float: left; /* LTR */
	margin: 0 15px 15px 0; /* LTR */
}
/* Clear float on new Views item so each row drops to a new line */
.fusion-float-imagefield-left .views-row {
	clear: left; /* LTR */
}
/* Float imagefield images right and add margin */
.fusion-float-imagefield-right .field-type-filefield,
.fusion-float-imagefield-right .image-insert
.fusion-float-imagefield-right .imagecache {
	float: right; /* LTR */
	margin: 0 0 15px 15px; /* LTR */
}
/* Clear float on new Views item so each row drops to a new line */
.fusion-float-imagefield-right .views-row {
	clear: right; /* LTR */
}
/* Superfish: all menus */
.sf-menu li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
/* Superfish: vertical menus */
.superfish-vertical {
	position: relative;
	z-index: 9;
}
ul.sf-vertical {
	background: #fafafa;
	margin: 0;
	width: 100%;
}
ul.sf-vertical li {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	line-height: 200%; /* 24px */
	padding: 0;
	width: 100%;
}
ul.sf-vertical li a:link,
ul.sf-vertical li a:visited,
ul.sf-vertical li .nolink {
	margin-left: 10px;
	padding: 2px;
}
ul.sf-vertical li a:hover,
ul.sf-vertical li a.active {
	text-decoration: underline;
}
ul.sf-vertical li ul {
	background: #fafafa;
	border-top: 1px solid #ccc;
	margin-left: 0;
	width: 150px;
}
ul.sf-vertical li ul li.last {
	border-top: 1px solid #ccc;
	margin-bottom: -1px;
	margin-top: -1px;
}
ul.sf-vertical li ul {
	border-top: none;
	padding: 4px 0;
}
ul.sf-vertical li ul li {
	border-bottom: none;
	line-height: 150%; /* 24px */
}
ul.sf-vertical li ul li.last {
	border-top: none;
}
ul.sf-vertical li ul li ul {
	margin-top: -4px;
}
/* Pagers
-------------------------------------------------------------- */
ul.pager {
	margin: 20px 0;
}
ul.pager li {
	margin: 0;
	white-space: nowrap;
}
ul.pager a,
ul.pager li.pager-current {
	border-style: solid;
	border-width: 1px;
	padding: 3px 6px 2px 6px;
	text-decoration: none;
}
ul.pager a:link,
ul.pager a:visited {
	color: inherit;
}
ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
	border-style: solid;
	border-width: 1px;
}
ul.pager span.pager-ellipsis {
	padding: 0 4px;
}
.item-list .pager li {
	padding: 0;
}
/* Forms
/-------------------------------------------------------------- */
/* defaults for all text fields */
.form-text,
.form-email {
	padding: 2px;
}
/* defaults for all form buttons */
form input.form-submit {
	cursor: pointer;
	font-weight: bold;
	margin: 2px;
	padding: 3px 5px;
}
form input.form-submit:hover {
	cursor: pointer;
}
fieldset {
	margin: 15px 0;
	padding: 10px;
}
html.js fieldset.collapsed {
	margin-bottom: 15px;
}
/* limit width of form inputs */
textarea,
.form-item input,
.form-item select,
#content-region input.form-text,
.form-email {
	max-width: 95%;
}
html.js textarea {
	max-width: 100%;
}
/* adjust for collapsible fieldset differences */
fieldset.collapsible .resizable-textarea textarea {
	max-width: 101.5%;
}
fieldset.collapsible .resizable-textarea .grippie {
	width: 101%;
}
/* keep admin pages visible */
.page-admin #main-content-inner .nested,
.page-admin #content-group,
.page-admin #content-region,
.page-admin #content-inner {
	margin-bottom: 1.5em;
	overflow: visible;
}
/* keep admin form elements on top */
.page-admin .content-inner-inner {
	z-index: 10;
}
/* theme settings form field width limit */
form#system-theme-settings select,
form#system-theme-settings input.form-text {
	max-width: 95%;
}
/* keep theme select form visible */
#system-themes-form {
	position: relative;
	z-index: 1;
}
/* keep theme switcher visible */
.form-item select#edit-theme {
	max-width: none;
}
/* keep admin columns from dropping under */
div.admin .left,
div.admin .right {
	margin-left: 1%;
	margin-right: 1%;
}
/* region labels on block admin page */
.block-region {
	background-color: #F3F3F3;
	border: 3px dashed #CCCCCC;
	color: #555555;
	font-weight: bold;
	margin: 1px;
	padding: 3px;
	text-align: center;
	text-shadow: 1px 1px #FDFDFD;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* User Login Form
/-------------------------------------------------------------- */
/* remove centering on login form */
#user-login-form {
	text-align: left; /* LTR */
}
#user-login-form .item-list {
	margin-top: 1em;
}
#user-login-form .item-list ul {
	margin-left: 0; /* LTR */
}
/* remove list styling on login form */
#user-login-form div.item-list ul li {
	list-style-type: none;
	margin: 0;
}
/* adjust openid link (display set in openid.js) */
#user-login-form li.openid-link a,
#user-login li.openid-link a {
	background-position: 0 0;
	padding: 0 0 0 20px;
}
/* User Login Form - Horizontal (Skinr selectable)
/-------------------------------------------------------------- */
.fusion-horiz-login#block-user-0 {
	float: right;
	/*eueco Anpassung 15.03.2011*/
	/*margin: 20px 0 10px 0;*/
	margin: 0px 0px 5px;
	position: relative;
}
html.js .fusion-horiz-login#block-user-0 {
	/*eueco Anpassung 15.03.2011*/
	/*margin-top: 10px;*/
	margin-top: 0px;
}
.fusion-horiz-login#block-user-0 h2.title {
	display: none;
}
.fusion-horiz-login#block-user-0 #user-login-form div.form-item,
.fusion-horiz-login#block-user-0 #user-login-form input.form-submit,
.fusion-horiz-login#block-user-0 .item-list {
	float: left;
	/*margin: 0 10px 0 0;*/
	/*eueco adaption 13.03.11*/
	text-align: left;
}
.fusion-horiz-login#block-user-0 #user-login-form input.form-submit {
	/*eueco Anpassung 15.03.2011*/
	padding: 2px 15px;
	padding-left: 4px;
	padding-bottom: 5px;
	padding-top: 4px;
	/*eueco Anpassung 15.03.2011*/
	/*width: 125px;*/
	width: 75px;
	text-align: center;
}
.fusion-horiz-login#block-user-0 #user-login-form div.form-item {
	/*eueco Anpassung 16.03.2011*/
	/*width: 115px;*/
	width: 180px;
}
.fusion-horiz-login#block-user-0 #user-login-form label {
	margin: -20px 0 0 2px;
}
html.js .fusion-horiz-login#block-user-0 #user-login-form label {
	display: block;
	font-weight: normal;
	margin: 0 0 0 7px;
	position: absolute;
	top: 2px;
}
.fusion-horiz-login#block-user-0 #user-login-form input.form-text {
	/*eueco Anpassung 15.03.2011*/
	border-width: 0px;
	padding: 1px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 155px;
}
.fusion-horiz-login#block-user-0 .item-list {
	margin-top: -1px;
}
.fusion-horiz-login#block-user-0 .item-list ul {
	margin: 0;
	padding: 0;
}
.fusion-horiz-login#block-user-0 .item-list li {
	list-style: none;
	margin: 0;
}
.fusion-horiz-login#block-user-0 .item-list li a {
	text-decoration: none;
}
.fusion-horiz-login#block-user-0 .item-list li a:hover,
.fusion-horiz-login#block-user-0 .item-list li a:focus {
	text-decoration: underline;
}
/* OpenID login*/
.fusion-horiz-login#block-user-0 #user-login-form li.openid-link,
.fusion-horiz-login#block-user-0 #user-login-form li.user-link {
	background: none;
	padding: 6px 0 0 0;
}
.fusion-horiz-login#block-user-0 #user-login-form div#edit-openid-identifier-wrapper {
	margin: 0 10px 0 0;
	width: 145px;
}
.fusion-horiz-login#block-user-0 #user-login-form input#edit-openid-identifier.form-text {
	width: 135px;
}
html.js .fusion-horiz-login#block-user-0 #user-login-form div#edit-openid-identifier-wrapper label {
	padding-left: 18px;
}
.fusion-horiz-login#block-user-0 #edit-openid-identifier-wrapper .description {
	padding-right: 5px;
	text-align: right;
}
/* Blocks
/-------------------------------------------------------------- */
.block {
	float: left; /* LTR */
	width: 100%;
}
.block-superfish {
	width: auto;
}
/* no gutters for blocks in content region */
#content-content .content {
	margin-left: 0;
	margin-right: 0;
}
/* administrator block edit links */
.block .content {
}
.block .fusion-edit {
	display: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: left; /* LTR */
	top: 0;
	z-index: 10;
}
.block:hover > .content > .fusion-edit {
	display: block;
}
.block .fusion-edit a {
	background-color: var(--white);
	border: 1px solid #333;
	display: block;
	float: left;
	outline: 0;
	padding: 2px 2px 2px 6px;
	text-indent: -9999px;
	width: 16px;
}
.block .fusion-edit a:hover {
	background-color: #eee;
	text-decoration: none;
}
.block .fusion-block-config,
.block .fusion-block-edit {
	background: url(../images/emblem-system.png) center center no-repeat;
}
.block .fusion-edit-menu {
	background: url(../images/text-x-generic-menu.png) center center no-repeat;
}
/* Nodes
/-------------------------------------------------------------- */
div.node {
	margin-bottom: 1.5em;
}
/* remove image borders and add margin for feed, node link, table sort images */
a.feed-icon img,
ul.links img,
th img {
	border: 0;
	margin: 0 5px;
}
/* remove awkward link padding on login/register to comment links */
#content-content .node ul.links li.comment_forbidden a {
	padding-right: 0;
}
/* Comments
/-------------------------------------------------------------- */
div.comment {
	margin: 15px 0;
	padding: 10px;
}
div.comment h3.title {
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.comment div.links a,
div.comment ul.links a {
	text-align: right;
}
.comment-folded {
	margin: 1em 0 1em 1em;
}
.comment-folded .subject {
	font-weight: bold;
	padding-right: 5px;
	text-transform: uppercase;
}
.comment-folded .subject a {
	font-style: normal;
	text-transform: none;
	font-weight: normal;
}
.signature {
	border-top-style: solid;
	border-top-width: 1px;
	margin: 10px 0;
	padding: 0;
}
/* Profiles
/-------------------------------------------------------------- */
.profile {
	clear: none;
	margin: 12px 0;
}
.profile h2.title {
	margin-top: 15px;
	border-bottom: 1px solid;
}
.profile dt {
	float: left; /* LTR */
	margin-bottom: -10px;
	margin-right: 5px; /* LTR */
	padding: 0 5px;
	text-align: left; /* LTR */
	width: 185px;
}
/* Forum
/-------------------------------------------------------------- */
#forum .description {
	margin: 5px;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
	white-space: nowrap;
}
#forum td.posts,
#forum td.topics,
#forum td.replies,
#forum td.pager {
	text-align: center;
}
.forum-topic-navigation {
	padding: 10px 0 0 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	padding: 5px;
}
.forum-topic-navigation .topic-previous {
	text-align: right; /* LTR */
	float: left; /* LTR */
	width: 46%;
}
.forum-topic-navigation .topic-next {
	text-align: left; /* LTR */
	float: right; /* LTR */
	width: 46%;
}
/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 0 0 30px;
}
.book-navigation .page-links {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: center;
	padding: 5px;
}
/* Drupal Messages
/-------------------------------------------------------------- */
div.content-messages div.messages,
div.content-help div.help {
	border-style: solid;
	border-width: 6px;
	font-weight: bold;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding: 14px;
}
div.content-messages-inner div.status {
	background-color: #EAF8E4;
	border-color: #8DC478;
	color: #3E642F;
}
div.content-messages-inner div.warning {
	background: var(--white)FDD;
	border-color: #EED300;
	color: #745500;
}
div.content-messages-inner div.error {
	background-color: var(--white)2F2;
	border-color: #CC0000;
	color: #B20000;
}
.help,
div.content-help-inner div.help {
	background-color: #E4EEF8;
	border-color: #57718A;
	color: #292929;
}
div.messages ul,
div.content-help .help ul {
	list-style-position: inside;
}
div.messages a:link,
div.messages a:visited,
.help a:link,
.help a:visited,
.help .more-help-link a:link,
.help .more-help-link a:visited {
	color: #333;
	text-decoration: underline;
}
div.messages a:hover,
div.messages a:active,
.help a:hover,
.help a:active,
.help .more-help-link a:hover,
.help .more-help-link a:active,
div.messages em {
	color: #333;
	text-decoration: none;
}
#content-region ul.tips li {
	background: transparent;
	list-style: disc;
	list-style-image: none;
	list-style-position: inside;
}
/* Welcome Page
/-------------------------------------------------------------- */
#first-time p {
	clear: both;
}
/* Maintenance Page
/-------------------------------------------------------------- */
/* let site name & slogan drop under logo */
.in-maintenance .page #logo {
	float: none;
}
/* default margins for logo and site name */
.in-maintenance .page .header-site-info {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* default padding with no db */
.db-offline .page .header-group-inner,
.db-offline .page .main-inner {
	padding-left: 10px;
	padding-right: 10px;
}
/* Poll
/-------------------------------------------------------------- */
/* increase default font size and spacing of poll titles */
.block-poll .poll div.title {
	font-weight: bold;
	margin-bottom: 10px;
}
/* Views
/-------------------------------------------------------------- */
.view {
	margin: 0;
}
/* views form field width limit */
.views-edit-view input,
.views-edit-view textarea {
	max-width: 95%;
}
/* remove extra bottom margin from last node in view */
.block-wrapper .block-views .views-row-last .node {
	margin-bottom: 0;
}
/* prevent horizontal scrollbar on admin link hover */
div.view div.views-admin-links {
	width: auto;
}
div.view div.views-admin-links li {
	background: transparent;
}
/* Reset any list/link styling on views admin links */
div.view div.views-admin-links ul.links,
div.view div.views-admin-links ul.links li,
div.view div.views-admin-links ul.links li a:link,
div.view div.views-admin-links ul.links li a:visited,
div.view div.views-admin-links ul.links li a:hover,
div.view div.views-admin-links ul.links li a:focus {
	background-image: none;
	border: 0;
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
div.view div.views-admin-links ul.links li {
	list-style: none;
	list-style-image: none;
}
div.view div.views-admin-links ul.links li a:link,
div.view div.views-admin-links ul.links li a:visited {
	background-color: var(--white);
	color: var(--black);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-khtml-opacity: 0.90;
	-moz-opacity: 0.90;
	opacity: 0.90;
	padding: 3px;
}
div.view div.views-admin-links ul.links li a:hover,
div.view div.views-admin-links ul.links li a:focus {
	text-decoration: underline;
}
/* Ubercart
/-------------------------------------------------------------- */
#cart-form-products,
.cart-review {
	border: 0;
}
#cart-form-buttons,
#checkout-form-bottom,
.review-button-row {
	border: 0;
}
.product-image {
	border-left: 0;
	clear: left;
	float: none;
	margin-left: 0;
	padding-left: 0;
}
/* limit quantity field width */
.add-to-cart .form-text[name=qty] {
	width: 25px;
}
/* category grid products */
.category-grid-products table {
	border: none;
	clear: both;
	margin: 5px 0;
	table-layout: fixed;
}
.category-grid-products table tbody {
	border-top: none;
}
.category-grid-products td {
	background: none;
	border: none;
	padding: 5px;
	vertical-align: top;
}
.category-grid-products .catalog-grid-image {
	display: block;
	margin: 0 0 .5em 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.category-grid-products #edit-qty-wrapper {
	display: block;
}
.category-grid-products .form-item label {
	display: inline;
}
.category-grid-products .form-item .form-text {
	margin: 0;
}
.category-grid-products .catalog-grid-title {
	display: block;
	width: 100%;
}
.catalog-grid-title a {
	display: block;
	padding: 10px;
}
/* center product grids */
.category td,
.category-grid-products td,
.cart-block-summary-table tr.cart-block-summary-tr td {
	text-align: center;
}
.uc-price-list_price,
.uc-price-list {
	text-decoration: line-through;
}
/* Vertical tabs
/-------------------------------------------------------------- */
.vertical-tabs {
	margin-left: 0;
}
.vertical-tabs-list {
	border: none;
	left: -1.5em;
}
.vertical-tabs ul li {
	border-left: none;
	list-style-image: none;
}
.vertical-tabs ul li.last {
	border-bottom: none;
}
.vertical-tabs-list li a:link,
.vertical-tabs-list li a:visited,
.vertical-tabs-list li a:hover,
.vertical-tabs-list li a:active {
	background-color: transparent;
	background-image: none;
	border: none;
}
/* Quicktabs
/-------------------------------------------------------------- */
.quicktabs .block {
	float: none;     /* keep content in div */
}
/* Views admin links
/-------------------------------------------------------------- */
.block div.view div.views-admin-links {
	margin-top: 0;
}
/* Skinr preview
/-------------------------------------------------------------- */
html.js span.preview-icon {
	background: url(../images/skinrpreviews/skinr-image-preview.png) no-repeat bottom right;
	cursor: help;
	display: inline-block;
	height: 20px;
	margin: 0 0 -6px 3px;
	width: 20px;
}
span.preview-icon {
	display: block;
	text-indent: -9000px;
}
#screenshot {
	background: #333;
	color: #333;
	display: block;
	height: 190px;
	padding: 5px 5px 0 5px;
	position: absolute;
	z-index: 1;
	box-shadow: 3px 3px 3px #999;
	-moz-border-radius: 3px;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 3px 3px 3px #999;
}
#screenshot .screenshot-caption {
	bottom: 0;
	color: var(--white);
	height: 30px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 -3px -5px;
	overflow: hidden;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	z-index: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#screenshot .screenshot-preview {
	background: #333;
	display: block;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
/* Skinr image preview - General styles */
#screenshot .fusion-general-styles-fusion-callout {
	background: url(../images/skinrpreviews/fusion-general-styles-fusion-callout.png) no-repeat;
}
#screenshot .fusion-general-styles-fusion-padding {
	background: url(../images/skinrpreviews/fusion-general-styles-fusion-padding.png) no-repeat;
}
#screenshot .fusion-general-styles-fusion-border {
	background: url(../images/skinrpreviews/fusion-general-styles-fusion-border.png) no-repeat;
}
#screenshot .fusion-general-styles-bold-links {
	background: url(../images/skinrpreviews/fusion-general-styles-bold-links.png) no-repeat;
}
#screenshot .fusion-general-styles-equal-heights {
	background: url(../images/skinrpreviews/fusion-general-styles-equal-heights.png) no-repeat;
}
/* Skinr image preview - Stackable list/menu styles */
#screenshot .list-styles-bottom-border {
	background: url(../images/skinrpreviews/list-styles-bottom-border.png) no-repeat;
}
#screenshot .list-styles-extra-vertical-spacing {
	background: url(../images/skinrpreviews/list-styles-extra-vertical-spacing.png) no-repeat;
}
/* Skinr image preview - Stackable list/menu styles */
#screenshot .fusion-menu-fusion-inline-menu {
	background: url(../images/skinrpreviews/fusion-menu-fusion-inline-menu.png) no-repeat;
}
#screenshot .fusion-menu-fusion-multicol-menu {
	background: url(../images/skinrpreviews/fusion-menu-fusion-multicol-menu.png) no-repeat;
}
/* Skinr image preview - Superfish menu styles */
#screenshot .fusion-superfish-superfish-vertical {
	background: url(../images/skinrpreviews/fusion-superfish-superfish-vertical.png) no-repeat;
}
/* Skinr image preview - User login block styles */
#screenshot .fusion-login-fusion-horiz-login {
	background: url(../images/skinrpreviews/fusion-login-fusion-horiz-login.png) no-repeat;
}
@media only screen
	and (min-device-width : 768px)
	and (max-device-width : 1024px)
	and (-webkit-min-device-pixel-ratio: 1)    {
		/* STYLES GO HERE */
}
/*@media screen and (max-width: 1024px){*/
@media only screen
	and (max-device-width: 1024px)
	and (-webkit-min-device-pixel-ratio: 1) {
}
@media only screen
	and (max-device-width: 1280px)
	and (-webkit-min-device-pixel-ratio: 1) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1399px){
}
/* +++++++++++++++++++++
Typo
++++++++++++++++++++++ */
body {
	font-family: var(--font-default);         /* web safe fonts */
	/*font-size: 81.25%;        also set in fusion_core.info: settings[theme_font_size] = font-size-13 */
	line-height: 150%;     /* 1.5x vertical rhythm */
}
.font-size-13 #header-group-wrapper,
.font-size-13 #preface-top-group-wrapper{
	font-size: 18px;
}
body.node-type-eueco-page .main-wrapper .block h2.block-title,
body.page-blog .main-wrapper .block h2.block-title,
h1.title {
	margin:0px 0px 10px 0px;
}
body.node-type-eueco-page h1.title,
body.page-blog h1.title{
	padding-left:10px;
}
.h1{
	font-size:50px;
	font-weight:400;
	color:#b9c528;
	width:800px;
	line-height:1.1;
	margin:30px 0px;
}
.h1 > strong{
	font-weight:700;
}
.voice {
	background-color:var(--white);
	height: 40px;
}
.zitat{
	background-color:var(--white);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:112px 20px 0px 20px;
	font-style:italic;
	font-size:18px;
	color:#888;
	min-height:320px;
}
/**********************/
html.js.wf-lato-n3-active.wf-lato-n4-active.wf-lato-n7-active.wf-active body#pid-zeichnungsuebersicht.bd.not-front.logged-in.page-node.node-type-eueco-projectedit-page.no-sidebars.full-node.layout-main.sidebars-split.font-size-13.grid-type-960.grid-width-12.admin-menu div.ui-dialog{
	min-height: 200px;
}
#pid-zeichnung .hide {
	display: none;
	visibility: visible;
}
#table-1-wrapper {
	border: 1px solid #dddddd;
	float: left;
	width: 594px;
}#table-1-wrapper .field-label {
	float: left;
	font-weight: normal;
	padding-left: 5px;
	width: 45%;
}
#table-1-wrapper .field-items {
	float: left;
	width: 53%;
}
#ee-odd-wrapper.details-row {
	background-color: #efefef;
	float: left;
	width: 578px;
	padding: 8px;
}
#ee-even-wrapper.details-row {
	background-color: var(--white);
	float: left;
	width: 578px;
	padding: 8px;
}
#block-block-91 .block-content-inner {
	margin:0;
}
/* +++++++++++++++++++++
Typo Ende
++++++++++++++++++++++ */
#fixed-test-environment{
	position: fixed;
	top: 50px;
	left: 0px;
	z-index:9;
}
/*media queries */
@media screen and (min-width: 960px){
	html{
		/*overflow-x:hidden;*/
	}
}
@media screen and (max-width: 1399px){
}
@media screen and (min-width: 1400px) {
}
#page {
	width:100%;
	/*margin-top:22px;*/
}
html body /*:not(#pid-customer-portfolio):not(#pid-fast-registry-step2b):not(.node-type-eueco-projectedit-page):not(.page-kontoauszug).node-type-eueco-page*/
{
	font-family: var(--font-default);
	color: var(--text-color);
}
body.page-admin #page {
	font-size:14px;
}
body .form-text,
body .form-select,
.form-email {
	padding: 5px;
	color: #555;
}
/*body.not-front{
background-color:#dedede;
-webkit-box-shadow:0px 0px 10px #999;
-moz-box-shadow:0px 0px 10px #999;
-ms-box-shadow:0px 0px 10px #999;
box-shadow:0px 0px 10px #999;
}*/
body a,
body a:link,
body a:visited {
	color: #0ba1e2;
}
body a.buttonGreen,
body a.buttonPink,
body a.buttonGreen:link,
body a.buttonGreen:visited {
	color: var(--white);
}
body.node-type-eueco-page #main-wrapper,
body #main-wrapper{
	font-family:var(--font-default);
	position:relative;
	z-index:8;
    background: none;
	background-image: url('../images/move/bg_content.png');
	background-repeat:no-repeat;
	background-position:center top;
	top:-75px;
}
#main-group{
	/*width:720px;*/
}
#main-inner{
	background-color:var(--white);
	margin-top: 20px;
	width:960px;
	max-width: 100%;
}
#main-inner p {
	margin-top:30px;
}
#content-inner-inner{
	margin-top:47px;
	margin:0px;
	padding:0px;
}
.front h3,
.node-type-eueco-page h1,
.node-type-eueco-page h1.title,
.page-blog h1,
.page-blog h1.title {
	padding-top:0px;
}
.not-front h3 {
	color:var(--text-color);
	font-weight:bold;
	font-size:26px;
	margin-top:0px;
	line-height:30px;
	margin-bottom:0px;
	background: none;
	padding-top:0px;
	padding-left:0px;
}
.front h3 {
	color:var(--text-color);
	font-weight:bold;
	font-size:16px;
	margin-top:0px;
	margin-bottom:30px;
	background: none;
}
h1,
h1.title,
.front h1.title{
	background:none;;
	font-size:36px;
	color:var(--text-color);
	line-height:42px;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:5px;
	background: none;
	padding-top:0px;
}
#main-inner h2.title a,
#main-inner h2 {
	background:none;;
	font-size:26px;
	color:#1f1f1f;
	font-weight:bold;
	line-height:30px;
	margin-top:0px;
	margin-bottom:0px;
	background: none;
	padding-top:0px;
}
#main-inner h4 {
	background:none;
	font-size:26px;
	color:var(--text-color);
	line-height:30px;
	margin-top:0px;
	margin-bottom:20px;
	background: none;
	padding-top:0px;
}
tbody{
	border:none;
}
hr {
	border: none;
	height:43px;
	margin-top:45px;
	clear:both;
}
a:focus { outline: none;}
img {
	border:none;
}
.block-bottom-right,
.block-bottom-left {
	display:none
}
.move-image-wrapper {
	border:1px dotted #cccccc;
	background-color:#f5f5ef;
	width:685px;
	height:482px;
	margin-bottom:80px;
}
#pid-philosophie .move-image-wrapper{
	width:auto;
	height:auto;
	padding:10px;
	margin-right:20px;
}
.move-image-wrapper img {
	float:left;
	margin-left:40px;
	margin-top:13px;
}
#pid-philosophie .move-image-wrapper img {
	float:none;
	margin-left:0px;
	margin-top:0px;
}
#pid-philosophie .move-caption {
	position:absolute;
	margin-top:15px;
	margin-left:-10px;
	font-style:italic;
}
.energieeffizienz{
	text-align:center;
}
.energieeffizienz img{
	padding-top:10px;
	padding-bottom:20px;
}
.energieeffizienz:after {
	content: "........................................";
	font-size: 15px;
	letter-spacing: 2px;
	float:left;
	width: auto;
	overflow: hidden;
	margin-left:-9px;
	height:7px;
	line-height: 0px;
}
.move-address{
	margin-top:40px;
	padding-left:10px;
}
.energiecheck a.move-link{
	float:right;
	margin-top:-55px;
}
ul.move-list
{
	list-style:none;
	margin-left:19px;
}
ul.move-list div
{
	float:right;
	margin-right:350px;
}
ul.move-list ul.move-list
{
	margin-left:30px;
}
ul.move-list li:before {
	content: "»";
	left: 0;
	position: absolute;
}
ul.move-list ul.move-list li:before {
	content: "»";
	left: 30px;
	position: absolute;
}
em{
	text-decoration:underline;
}
/*####################### MOVE NEW ######################*/
/*############## Move-Sub-Services #############*/
.services-wrapper{
	background-color:#f5f5ef;
	width:700px;
	color:#1f1f1f;
}
.leistungen-wrapper{
	float:left;
	width:320px;
}
.leistungen-wrapper-left{
	margin-right:20px;
}
body .services-wrapper a.move-link
{
	position:absolute;
	bottom:0px;
	right:0px;
	margin-right:20px;
}
.services-inner h3
{
	font-size:19px;
	line-height:23px;
	margin:0px;
	margin-bottom:20px;
}
#main-inner .services-inner p{
	font-size:16px;
	line-height:21px;
	margin:0px;
}
#main-inner .leistungen-wrapper .services-inner p{
	margin-top:20px;
}
.services-wrapper .services-inner{
	box-sizing: content-box !important;
	float:left;
	width:308px;
	height:180px;
	padding:20px;
	background-color:#f5f5ef;
	border-top:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
}
.leistungen-wrapper .services-inner{
	display: inline-block;
	vertical-align: top;
	float:none;
	width:300px;
	height:auto;
	padding:10px;
	margin-right:20px;
	margin-bottom:40px;
	background-color:#f5f5ef;
	border:1px dotted #cccccc;
}
.services-wrapper .services-inner-right{
	border-right:1px dotted #cccccc;
}
.leistungen-wrapper .services-inner-right{
	margin-right:0px;
}
.leistungen-wrapper a.move-link{
	margin-top:20px;
}
.services-wrapper .services-wrapper .last{
	border-bottom:1px dotted #cccccc;
}
.services-wrapper .services-inner-content div{
	display:block;
	height:180px;
	width:310px;
}
.leistungen-wrapper .services-inner-content div{
	display:block;
	height:180px;
	width:300px;
}
.leistungen-wrapper .leistungen-slogen{
	border:none!important;
	background:none!important;
	margin-top:98px;
}
.services-inner-content div img{
	margin-top:5px;
	margin-left:5px;
}
.services-hover-content{
	position:relative;
	width:308px;
	height:180px;
	display:none;
}
body .services-wrapper .services-kontakt a{
	color:#1f1f1f;
}
.services-wrapper .services-inner:hover{
	/*cursor:pointer;*/
	background-color:var(--white);
}
.services-wrapper .services-inner:hover .services-hover-content{
	display:block;
}
.services-wrapper .services-inner:hover .services-inner-content{
	display:none;
}
.services-wrapper .services-inner .visible{
	display:block;
}
.services-wrapper .services-kontakt:hover{
	background-color:#f5f5ef;
	/*cursor:default;*/
}
.move_services_beispiel_wrapper{
	display:block;
	width:700px;
	height:390px;
	margin-top:40px;
	margin-bottom:40px;
}
.move_services_beispiel_wrapper div{
	float:left;
	width:345px;
	padding-top:15px;
}
.move_services_beispiel{
	float:left;
	padding-left:4px;
	width:330px!important;
	padding-bottom:70px;
}
ul.move_services_list{
	list-style:none;
	margin-left:19px;
}
ul.move_services_list li:before {
	content: "…";
	left: 0;
	position: absolute;
}
.move_box_wrapper,
.move_box_wrapper_1,
.move_box_wrapper_2,
.move_box_wrapper_referenzen {
	display:inline-block;
	margin-top:0px;
	width:670px;
	margin-bottom:30px;
	background-color:#f5f5ef;
	border:1px dotted #cccccc;
	box-sizing: border-box;
}
.move_box_wrapper_1 {
	margin-top:40px;
	width:630px;
	padding:20px;
	margin-bottom:0px;
}
.move_box_wrapper_2 {
	margin-top:10px;
	margin-bottom:0px;
	width:680px;
	padding:20px 0px;
}
.move_box_wrapper_2 img {
	float:right;
}
.move_box_wrapper_1 div{
	width:340px;
}
.move_box_wrapper div{
	float:left;
	width:310px;
	padding-left:20px;
	padding-right:10px;
}
.move_box_wrapper div p{
	margin-top:20px!important;
	margin-bottom:20px;
}
.move_box_wrapper_1 div p{
	margin-top:15px!important;
	margin-bottom:0px;
}
.move_box_wrapper div.move_right{
	width:290px;
	border-left:1px dotted #cccccc;
}
.move_download_wrapper{
	display:inline-block;
	width:700px;
	clear:both;
}
.move_download_wrapper div.move_download{
	box-sizing: content-box !important;
	float:left;
	background-color:#f5f5ef;
	width:200px;
	min-height:340px;
	padding:10px;
	margin-right:10px;
	border:1px dotted #cccccc;
}
.move_download_wrapper div.move_download h3{
	font-size:16px;
	line-height:normal;
	margin-top:10px;
	margin-bottom:10px;
}
.move_download_wrapper div.move_download p{
	margin-top:0px!important;
	height:70px;
}
.move_download_wrapper div.move_download_last p{
	margin-top:10px!important;
	height:100px;
}
.move_download_wrapper div.move_download div{
	text-align:center;
}
.move_download_referenzen{
	float:right;
	width:200px;
	clear:none;
	margin-left:25px;
}
.referenzen_testimonial .testimonial-slogan{
	width:700px;
	font-size:22px;
	min-height:50px;
}
.referenzen_testimonial .testimonial-autor{
	display:block;
	clear:both;
}
.move_download_referenzen div.move_download h3{
	text-transform:uppercase;
	font-size: 18px;
	font-weight:bold;
}
body .move_download_list a{
	display:block;
	clear:both;
	width:150px;
	color:var(--text-color);
	background-image: url('../images/move/Icon_pdf_xs.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
.move_box_wrapper_referenzen{
	margin-top:28px;
	margin-bottom:17px;
	padding:20px;
}
.move_box_wrapper_referenzen div{
	width:50%;
}
.move_box_wrapper_referenzen div.text {
    width: 305px;
}
.move_box_wrapper_referenzen div p{
	margin-top:0px!important;
	margin-bottom:10px!important;
}
.move_box_wrapper_referenzen div.left{
	float:left;
}
.move_box_wrapper_referenzen img {
    width: 100%;
}
.move_box_wrapper_referenzen div.right{
}
.move_box_wrapper_referenzen div.text{
	width:305px;
}
.move_box_wrapper_referenzen .referenzen-ort{
	font-style:italic;
	color:#1f1f1f;
}
li#menu-802-2 {
	position: absolute;
}
#primary-menu{
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}
#primary-menu-inner{
	padding:0px;
	margin:0px;
}
#primary-menu-inner > .primary_menu_block > ul.menu{
	list-style-type:none;
	position: relative;
}
.primary-menu-inner>ul.sf-menu a, .primary-menu-inner>ul.sf-menu a:visited {
	padding: 0px 0px;
}
#primary-menu-inner > .primary_menu_block > ul.menu > li.leaf{
	margin-right:25px;
}
#primary-menu-inner > .primary_menu_block > ul.menu > li.expanded{
	padding-bottom:35px;
}
#primary-menu-inner > .primary_menu_block > ul.menu > li.last{
	margin-right:0px;
}
#primary-menu-inner > .primary_menu_block > ul.menu > li > ul{
	position:absolute;
	margin-top:0px;
	margin-right:-10px;
	width: 250px;
	padding: 0px;
	background-color: var(--primary);
	z-index:10;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.67);
	-moz-box-shadow:        0px 5px 5px 0px rgba(50, 50, 50, 0.67);
	box-shadow:                 0px 5px 5px 0px rgba(50, 50, 50, 0.67);
	background-image: none;
}
#primary-menu-inner > .primary_menu_block > ul.menu > li > ul > li:after{
	content: "...................................................................................................";
	font-size: 15px;
	letter-spacing: 2px;
	float:left;
	width: 240px;
	overflow: hidden;
	margin-left:5px;
	height:7px;
	line-height: 0px;
}
#primary-menu-inner > .primary_menu_block > ul.menu > li > ul:after{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: var(--primary) transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 60px;
}
#primary-menu ul li{
	float:left;
	list-style-type:none;
	list-style-image: none;
	border:none;
	background: none;
}
#primary-menu ul li a{
	font-family: var(--font-futura);
	color:#777777;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.015em;
	font-weight:100;
	box-sizing: border-box;
    background: none;
}
#primary-menu-inner > .primary_menu_block > ul.menu li ul li a{
	font-family: var(--font-futura);
	color:#777777;
	font-size:14px;
	letter-spacing:0.015em;
	font-weight:100;
	white-space: nowrap;
	line-height:20px;
}
#smart-menu-wrapper .menu li a:before,
#primary-menu-inner > .primary_menu_block > ul.menu li ul li a:before {
	content: "»";
	padding-right: 10px;
	padding-left:5px;
	line-height:20px;
}
#primary-menu-inner > .primary_menu_block > ul.menu li ul li.first a{
	padding-top:10px;
}
#primary-menu-inner > .primary_menu_block > ul.menu li ul li.last a{
	border:none;
}
#primary-menu-inner > .primary_menu_block > ul.menu > li > ul > li.last:after{
	content: '';
}
.primary-menu-inner ul.sf-menu ul{
	width:auto;
	margin-top:0px;
	background: none;
	width: 195px;
}
#primary-menu-inner > ul > li.active-trail a,
#primary-menu-inner > ul > li a.active,
#primary-menu-inner > ul > li:hover a{
	color:var(--black);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#primary-menu-inner > .primary_menu_block > ul.menu li ul li.active-trail ul li a {
	background-color: #b9c528;
}
#primary-menu-inner > .primary_menu_block > ul.menu li ul li.active-trail ul li a.active {
	background-color: var(--primary);
}
#primary-menu-inner > .primary_menu_block > ul.menu li ul a:hover{
	color:var(--black);
	background-color: var(--primary);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#primary-menu-inner > .primary_menu_block > ul.menu li ul li.active-trail a,
#primary-menu-inner > .primary_menu_block > ul.menu li ul li a.active{
	color:var(--black);
	background-color: var(--primary);
}
/* preface top and bottom
-------------------------------------------------------------- */
/* with paralax anime and timeline (view fancy-timeline.css)*/
a.more{
	padding:10px 20px;
	text-decoration:none;
	z-index:1;
}
a.buttonGreen,
body form input.form-submit,
body input.form-submit{
	border-radius: 0;
}
a.buttonPink {
	border-radius: 0;
}
/*    Main Area (content + sidebars)
-------------------------------------------------------------- */
body.node-type-eueco-page #content-region{
	display: block;
}
body.node-type-eueco-page #content-region-inner{
	margin:0px auto;
}
ul.tabs{
	font-family: var(--font-default);
	font-size: 81.25%;
	line-height: 150%;
}
body.node-type-eueco-page #page-inner .block{
}
body.node-type-eueco-page #page-inner #block-block-53,
#page-inner #block-block-53 {
	background-color:transparent;
	overflow: visible;
}
.eueco_page_intern_content,
.sidebar-last-inner {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 300;
}
body.node-type-eueco-page #content-bottom-wrapper{
	margin-top:40px;
}
body.node-type-eueco-page #content-content .block-block .content,
body.node-type-eueco-page #content-bottom-wrapper .block-block .content
{
	background-color: var(--white);
	padding:10px;
}
body.node-type-eueco-page .nogrid{
}
#content-region{
	border: none!important;
}
.node-type-eueco-page .clearfixy{
	display:block;
	clear:both;
}
#block-block-36 p{
	margin:0px;
	padding:0px;
	line-height:1px;
}
/*Muenster custom content*/
div#mainteaser{
	background-color:var(--white);
	min-height:100px;
	padding:40px 0px;
	display: block;
	clear:both;
}
#node-180 .teaser {
}
div.teaser{
	float:left;
	padding:0px 40px 0px 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.ulVorteile > li{
	margin:0px 0px 10px 0px;
}
ul.quicklinks{
	list-style-type:none;
	padding:0px;
	margin:30px 0px;
}
ul.quicklinks > li{
	margin-bottom:1px;
}
ul.quicklinks > li > a{
	background-color:#b9c528;
	color:var(--white);
	display:block;
	padding:10px 15px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration:none;
	background-image:url(../images/beg/spritesheet.png);
	background-repeat:no-repeat;
	background-position:246px -179px;
}
ul.quicklinks > li > a:hover, a#skipIntro:hover{
	background-color:#0ba1e2;
	color:var(--white);
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
div.videoTeaser{
	width:960px;
	max-width: 100%;
	background-color:var(--white);
	overflow:hidden;
	border:1px solid #eee;
}
div.paddingBox{
	width:320px;
	padding:30px 30px 30px 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:right;
}
/* Footer region
-------------------------------------------------------------- */
#footer-wrapper{
	background-color:var(--primary);
	color:#ededed;
	font-size:12px;
}
#footer-content{
	display: flex;
	justify-content: space-between;
}
#footer-content >.block{
	width:50%;
}
footer .block{
}
#footer-wrapper-inner{
	border: none;
	overflow: visible;
}
#footer-wrapper .nogrid{
	padding:0px!important;
}
#progress_image{
	display: none;
}
#formNewsletter{
	/*margin:0px 0px;*/
}
#formNewsletter div{
	padding:10px 20px;
	display:block;
	width:200px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
	margin-bottom:10px;
}
#formNewsletter div.input{
	background-color:var(--white);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
	color:#181614;
	width: 199px;
}
#formNewsletter a.senden{
	background-color:#e34797;
	color:var(--white);
	padding:10px 26px;
	border:none;
	cursor:pointer;
	font-size:14px;
}
#formNewsletter a.senden:hover{
	background-color:#0ba1e2;
	color:var(--white);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#footer-message-wrapper{
	color:var(--white);
	background-color:var(--secondary);
}
#footer-message-wrapper a{
	color:var(--white);
}
/* Default block title styles
/-------------------------------------------------------------- */
h2.block-title {
	font-size: 140%;
}
.main-wrapper .block .title-left {
	background:none;
	padding-left: 5px;
}
.main-wrapper .block .title-right {
	background:none;
	padding-right: 5px;
}
.main-wrapper .block h2.block-title{
	padding:0px;
	margin-bottom:20px!important;
	background: none;
}
/* ++++++++++++++++++++++
overwrites yali-styles
+++++++++++++++++++++++*/
body.front .main-wrapper .content-inner-inner .block-content-inner,
body.front .main-wrapper .content-inner-inner h1.title
{
	padding:0px!important;
}
.front .main-wrapper .content-inner-inner .block-content-inner {
	border: none;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.main-wrapper .block .content .content .block-bottom-right,
.main-wrapper .content-inner-inner .block-content-inner .block-bottom-right {
	position: absolute;
	height: 5px;
	width: 5px;
	right: 0;
	bottom:0;
	/*background:none;*/
}
.main-wrapper .block .content .content .block-content-inner {
	border:none;
	overflow: hidden;
	padding: 0px;
}
/* content bottom: Muenster custom testimonials and maps
/-------------------------------------------------------------- */
body.node-type-eueco-page #content-bottom-wrapper .testimonialbox,
body.front #content-bottom-wrapper .testimonialbox
{
	padding:0px;
	background: none;
	margin-bottom:15px;
}
.projekt{
	background-color:var(--white);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 20px 0px 20px;
	font-size:18px;
	color:#888;
	min-height:290px;
	position:relative;
}
.projekt > h2{
	margin:0px 0px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.projekt > h3{
	margin:0px 0px 10px 0px;
	font-weight:400;
	font-size:18px;
	color:#555;
}
.asideMaps{
	background-image:url(../images/beg/testimonialPfeil.png);
	background-repeat:no-repeat;
	background-position:-41px -5px;
	width:310px;
	height:115px;
	position:absolute;
	bottom:-115px;
	left:0px;
	z-index:9;
}
#greenMap, #blueMap, #pinkMap{
	height:500px;
}
.bgColorGreen{
	background-color:#b9c528;
	color:#b9c528;
}
.bgColorGreen a.more{
	color:#b9c528;
}
html body .bgColorGreen a.more:hover{
	background-color:#0ba1e2;
	color:var(--white);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.bgColorBlue{
	background-color:#0ba1e2;
	color:#ceecf9;
}
.bgColorBlue a.more{
	color:#0ba1e2;
}
html body .bgColorBlue a.more:hover{
	background-color:#b9c528;
	color:var(--white);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.bgColorPink{
	background-color:#e34797;
	color:#f9daea;
}
.bgColorPink a.more {
	color:#e34797;
}
html body .bgColorPink a.more:hover{
	background-color:#0ba1e2;
	color:var(--white);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.mitmachen{
	display:block;
	clear:both;
	background: none!important;
	padding:0px!important;
	height:67px;
	margin-bottom:15pxpx!important;
}
a.jetzt-mitmachen{
	padding:20px 60px;
	margin:15px auto 0px auto;
	display:block;
	text-align:center;
	font-weight:400;
	font-size:18px;
	background-color:#0ba1e2;
	border:1px solid #0ba1e2;
}
a.jetzt-mitmachen:hover{
	background-color:#b9c528;
	border:1px solid #b9c528;
}
/* +++++++++++++++++++++
sidbar last
++++++++++++++++++++++ */
#sidebar-last{
	background-color: var(--white);
}
#sidebar-last .block{
	display:block;
	float:none!important;
	clear:both;
	margin-bottom: 1.5em;
	overflow: hidden;
}
#sidebar-last .block .content {
	margin: 0;
}
/*sidebar last custom blocks */
ul#subNav,
#sidebar-last ul.menu {
	list-style-type:none;
	padding:0px;
	margin-bottom:0px;
	margin-left:0px;
}
ul#subNav li,
#sidebar-last ul.menu li{
	margin-bottom:1px;
}
ul#subNav li a,
#sidebar-last ul.menu li a{
	background-color: #0ba1e2;
	color: var(--white);
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
	padding: 10px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
ul#subNav li a:hover,
#sidebar-last ul.menu li a:hover{
	background-color:#e34797;
	transition:all 0.5s;
}
#sidebar-last ul.menu li a.active {
	background-color:#e34797;
}
.bannerRegistieren{
	background-color:#e34797;
	padding:20px 20px 60px 20px;
	color:#f9daea;
	background-image:url(../images/beg/banner-mitglied-werden.png);
	background-repeat:no-repeat;
	background-position:150px 200px;
	margin-bottom:30px;
}
.bannerRegistieren2{
	background-color:#e34797;
	padding:20px 20px 75px 20px;
	color:#f9daea;
	background-image:url(../images/beg/banner-mitglied-werden.png);
	background-repeat:no-repeat;
	background-position:150px 305px;
	margin-bottom:30px;
}
.download_sidebox {
	background-color:#efefef;
	color:#777;
	margin-bottom:30px;
}
.mitgliedWerden{
	background-color:#e34797;
	color:#f9daea;
	margin-bottom:30px;
}
.mitgliedWerden .content,
.download_sidebox .content {
	padding:20px;
}
.bannerRegistieren h3,
.bannerRegistieren2 h3{
	color:var(--white);
}
.bannerRegistieren a.more,
.bannerRegistieren2 a.more {
	background-color: var(--white);
}
.bannerRegistieren a.more:hover,
.bannerRegistieren2 a.more:hover{
	background-color:#0ba1e2;
	color:var(--white);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
.bannerRegistieren a.more,
.bannerRegistieren2 a.more{
	color: #E34797;
}
/* +++++++++++++++++++++
Intro Imagefilm
++++++++++++++++++++++ */
/******************************************************************************************/
/* Fancy Timeline Style*/
/******************************************************************************************/
/*******************
*    Main Structure *
******************/
.timeline-container{
	width: 1400px;
	height: 270px;
	margin-top: 38px;
	float:left;
	z-index: 0;
}
.timeline{
	position: absolute;
	overflow: hidden;
	width: 1400px;
	height: 330px;
	z-index: 0;
	background-image:url(../images/beg/timeline.png);
	background-repeat:repeat-x;
	background-position:0px 235px;
}
#timeline-slider{
	position: relative;
	left: 0px;
	width: 5000px;
	display: table;
	margin-top: 0px;
	height: 190px;
	z-index: 0;
}
#timeline-dates-line{
	width: 100%;
	height: 49px;
	background-color: var(--white);
	position: relative;
	z-index: 0;
	border-bottom:1px solid #ddd;
}
/*********************************
General Timeline Items
**********************************/
.timeline-item{
	float: left;
	margin-left: 40px;
	position:relative;
	z-index:2;
	position:relative;
	font-size:15px;
}
.raute{
	position:absolute;
	bottom:-10px;
	left:45%;
	width:20px;
	height:20px;
	background-color:var(--white);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:-1;
}
.timeline-item-content{
}
/* item default */
.item-default{
	height: 150px;
	width: 280px;
	background-color: var(--white);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;
	text-align:center;
}
.item-default.active {
	/* width: 350px !important;
	height: 290px !important;*/
}
.item-default .title{
	display: block;
	font-size: 16px;
	color:#0ba1e2;
	font-weight:700;
}
/* item youtube video */
.item-youtube-video{
	height: 250px;
	width: 320px;
	background-color: var(--white);
}
.item-youtube-video.active {
	width: 350px !important;
	height: 290px !important;
}
.item-youtube-video .title{
	display: block;
	font-size: 16px;
}
.item-youtube-video iframe{
	width: 100%;
}
/* item image */
.item-image{
	background-color:var(--white);
}
.item-image.active {
}
.item-image .title{
	display: block;
	font-size: 16px;
}
.item-image img{
	width:90px;
	height:auto;
	margin:10px;
	float:left;
	padding-top:20px;
}
.item-image .timeline-item-content{
	text-align: center;
}
/*********************************
Dates
**********************************/
#timeline-dates{
	height: 50px;
	line-height: 20px;
	position: relative;
	z-index: 1;
	margin-top:-50px;
	margin-left:-110px;
}
.date-container{
	float: left;
	display: table;
	height: 50px;
	color: var(--white);
}
#timeline-dates li:hover{
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
.pointer-date{
	float: left;
	height: 0px;
	width: 180px;
	position: relative;
}
.pointer-date-separator{
	width:100px;
}
.date{
	float: left;
	width: 180px;
	margin-left: 0px;
	cursor: pointer;
	font-size:16px;
	/*    line-height:50px;*/
	color:var(--black);
	text-transform:uppercase;
	color:#0ba1e2;
}
.date-focus{
}
/***************************************/
.arrow{
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 5;
	display:block;
	top: 35px;
	cursor:pointer;
	background: rgba(255,255,255,0.7)
}
#backward.arrow{
	background-image: url(../images/beg/spritesheet.png);
	background-repeat: no-repeat;
	background-position:10px -239px;
}
#forward.arrow{
	background-image: url(../images/beg/spritesheet.png);
	background-repeat: no-repeat;
	background-position:10px -280px;
	right: 0px;
}
#middle{
	height: 1px;
	width: 1px;
	/*margin: auto;*/
	position: absolute;
	color: yellow;
}
/******************************************************************************************/
/* Fancy Timeline Ende */
/******************************************************************************************/
/********************************************************************/
/***    Passwort / E-Mail ändern Seite 				    ***/
/********************************************************************/
.page-fast-registry-step1a #page #node-title-,
.page-fast-registry-step1b #page #node-title-,
.page-user #page #node-title- {
	display: none;
}
.page-fast-registry-step1a #page table,
.page-fast-registry-step1b #page table,
.page-user #page table {
	margin-left: 22px;
	width: 97%;
}
.page-fast-registry-step1a #page .block h1.title,
.page-fast-registry-step1b #page .block h1.title,
.page-user #page .block h1.title {
	font-size: 30px;
	padding-top:30px;
	font-weight: normal;
	margin-left: 16px;
}
.page-fast-registry-step1a #page .block-content-inner ,
.page-fast-registry-step1b #page .block-content-inner ,
.page-user #page .block-content-inner {
	padding:0;
}
#user-profile-form fieldset {
	padding-left: 0;
}
#user-profile-form{
	padding: 0px 20px;
}
.page-user-edit #node-title-{
	display: block!important;
}
.page-fast-registry-step1a #page #user-profile-form label,
.page-fast-registry-step1b #page #user-profile-form label,
.page-user #page #user-profile-form label {
	clear: left;
	float: none!important;
	font-size: 16px!important;
	font-weight: normal;
	height: 22px;
	margin-top: 22px;
	min-width: 150px;
}
.page-fast-registry-step1a #page #user-profile-form .form-text,
.page-fast-registry-step1b #page #user-profile-form .form-text,
.page-user #page #user-profile-form .form-text {
	width: 250px;
	float: left;
	margin-top:15px;
	height: 22px;
}
.page-fast-registry-step1a #page #user-profile-form .form-select,
.page-fast-registry-step1b #page #user-profile-form .form-select,
.page-user #page #user-profile-form .form-select {
	width: 256px;
	float: left;
	margin-top:15px;
	height: 30px;
}
.page-fast-registry-step1a #page #user-profile-form .form-checkboxes,
.page-fast-registry-step1a #page #user-profile-form .form-radios,
.page-fast-registry-step1b #page #user-profile-form .form-checkboxes,
.page-fast-registry-step1b #page #user-profile-form .form-radios,
.page-user #page #user-profile-form .form-checkboxes,
.page-user #page #user-profile-form .form-radios{
	float:left;
}
.page-fast-registry-step1a #page #user-profile-form .form-checkboxes div.form-item,
.page-fast-registry-step1a #page #user-profile-form .form-radios div.form-item,
.page-fast-registry-step1b #page #user-profile-form .form-checkboxes div.form-item,
.page-fast-registry-step1b #page #user-profile-form .form-radios div.form-item,
.page-user #page #user-profile-form .form-checkboxes div.form-item,
.page-user #page #user-profile-form .form-radios div.form-item{
	padding: 0;
	margin: 0;
}
.page-fast-registry-step1a #page #user-profile-form .form-checkboxes div.form-item label,
.page-fast-registry-step1a #page #user-profile-form .form-radios div.form-item label,
.page-fast-registry-step1b #page #user-profile-form .form-checkboxes div.form-item label,
.page-fast-registry-step1b #page #user-profile-form .form-radios div.form-item label,
.page-user #page #user-profile-form .form-checkboxes div.form-item label,
.page-user #page #user-profile-form .form-radios div.form-item label{
	margin-top: 3px;
}
.page-fast-registry-step1a #page #user-profile-form .description,
.page-fast-registry-step1b #page #user-profile-form .description,
.page-fast-registry-step2b #node-form .description,
.page-user #page #user-profile-form .description {
	display: none;
}
.page-fast-registry-step1a #page #user-profile-form .form-item,
.page-fast-registry-step1b #page #user-profile-form .form-item,
.page-user #page #user-profile-form .form-item {
	clear: left;
	float: left;
	margin-bottom: 5px;
	margin-top: 0px;
}
.page-fast-registry-step1a #page #user-profile-form .form-item span,
.page-fast-registry-step1b #page #user-profile-form .form-item span,
.page-user #page #user-profile-form .form-item span {
	display: inline-block;
	margin-top:10px;
}
.page-fast-registry-step1a #page #user-profile-form .form-item label span,
.page-fast-registry-step1b #page #user-profile-form .form-item label span,
.page-user #page #user-profile-form .form-item label span {
	margin-top:0px;
}
.page-fast-registry-step1a #page #user-profile-form legend,
.page-fast-registry-step1b #page #user-profile-form legend,
.page-user #page #user-profile-form legend {
	color: #0ba1e2;
	font-size: 30px;
	font-weight: bold;
	margin-left: 15px;
}
.page-fast-registry-step1a #page #user-profile-form fieldset p
.page-fast-registry-step1b #page #user-profile-form fieldset p
.page-user #page #user-profile-form fieldset p {
	margin-left: 20px;
}
.page-fast-registry-step1a #page #edit-autologout-user-1-wrapper,
.page-fast-registry-step1b #page #edit-autologout-user-1-wrapper,
.page-user #page #edit-autologout-user-1-wrapper {
	border-color: -moz-use-text-color -moz-use-text-color #dddddd;
	border-style: none none solid;
	border-width: medium medium 1px;
	margin-bottom: 30px;
	padding: 12px 12px 12px 32px;
	margin-top: 30px;
	width: 100%;
}
.page-fast-registry-step1a #page #user-profile-form #ee-legal,
.page-fast-registry-step1b #page #user-profile-form #ee-legal,
.page-user #page #user-profile-form #ee-legal {
	margin-left: 20px;
}
.page-fast-registry-step1a #page #user-profile-form fieldset,
.page-fast-registry-step1b #page #user-profile-form fieldset,
.page-user #page #user-profile-form fieldset,
.group-representative,
.group-representative-2,
.group-master-data,
.group-master-data-2,
.group-address,
.group-contact,
.group-account-area,
.group-agb,
.group-borough ,
.group-manager,
.group-customer-class,
.group-identification{
	border-color: -moz-use-text-color -moz-use-text-color #dddddd;
	border-style: none none solid;
	border-width: medium medium 1px;
	float: left;
	margin-top: 30px;
	width: 98%;
}
.page-fast-registry-step1a #page #user-profile-form fieldset .form-item,
.page-fast-registry-step1b #page #user-profile-form fieldset .form-item,
.page-user #page #user-profile-form fieldset .form-item {
	margin-left: 20px;
}
.page-fast-registry-step1a #page #user-profile-form fieldset .form-item .form-item,
.page-fast-registry-step1b #page #user-profile-form fieldset .form-item .form-item,
.page-user #page #user-profile-form fieldset .form-item .form-item{
	margin-left: 0;
}
.page-fast-registry-step1a #page #user-profile-form #edit-pass-current-wrapper,
.page-fast-registry-step1b #page #user-profile-form #edit-pass-current-wrapper,
.page-user #page #user-profile-form #edit-pass-current-wrapper {
	position: relative;
}
.page-fast-registry-step1a #ee_fast_registry_block #edit-legal-accept-wrapper label,
.page-fast-registry-step1b #ee_fast_registry_block #edit-legal-accept-wrapper label,
.page-user    #ee_fast_registry_block #edit-legal-accept-wrapper label {
	width: 400px;
}
/********************************************************************/
/********************************************************************/
/********************************************************************/
#block-block-5 .content {
	display: inline;
}
#content-content .content {
	padding: 0 10px;
}
#block-block-40 {
	padding: 10px;
}
#node-title-184 h1.title {
	margin-bottom: 0;
}
#pid-user-register #content-content, #pid-user #content-content, #pid-user-password #content-content {
	padding: 15px;
}
#pid-user-register #content-tabs, #pid-user #content-tabs, #pid-user-password #content-tabs {
	display: none;
}
form#user-pass legend {
	color: #0ba1e2;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px
}
form#user-pass #edit-submit {
	font-size: 16px;
	font-weight: 300;
}
#page .projectdetails_table .block-content-inner {
	margin: 0;
}
#user-profile-form .form-submit {
	float: left;
	margin-right: 10px;
}
.node-type-blog .comment_forbidden {
	display: none;
}
.node-type-blog .field-field-leading-image {
	float: left;
}
.node-type-blog .field-field-leading-image .field-label {
	display: none;
}
.node-type-blog {
	font-size: 16px;
	line-height: 22px;
}
#page #pager select {
	height: 20px;
	margin-bottom:10px;
}
.node-type-blog ul.links a,
#page form input.form-submit,
#page input.form-submit,
.modal_login .registrieren.button {
	background-color: var(--primary);
	background-image: url("../images/move/weiter.png");
	background-position: 93% 7px;
	background-repeat: no-repeat;
	color: var(--black);
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 35px;
	margin: 8px;
	padding: 0 50px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
.node-type-blog ul.links a {
	background:none;
	background-color:#b9c528;
	border:1px solid #b9c528;
	color:var(--white);
	min-width: 50px;
	font-size:10px;
}
#user-register #edit-submit,
#fast-registry-login #edit-submit-1,
#fast-registry-login #edit-submit,
form input.form-submit,
input.form-submit{
	background: #666666 none repeat scroll 0 0;
	border: medium none;
	color: #fee800;
	min-width: 124px;
}
#page form input.form-submit:hover,
#page input.form-submit:hover{
	/*
	background-color:#0ba1e2;
	border:1px solid #0ba1e2;
	color:var(--white);
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	*/
}
.menu li.euecolist .list-icon {
	background: url('../images/eueco/sprite_norepeat.png') no-repeat scroll -94px -53px transparent;
	float: left;
}
#pid-faqs-genossenschaft .main-wrapper .block .content .content,
#pid-faqs-genossenschaft .content-group,
#pid-faqs-genossenschaft .block-content-inner {
	overflow: visible;
}
#initiative_stadtwerke .text-bottom {
	color: var(--white);
	font-size: 13px;
	margin-top: 10px;
	text-align: left;
}
.webform-submission-form .form-item-projektdaten .webform-component {
	margin-bottom: 3px;
}
.webform-submission-form .form-item-projektdaten label {
	float: left;
	width: 85px;
}
.webform-submission-form .form-item-gebaudetyp label{
    background-image: url('../images/move/icon-gebaeudetyp.png');
    background-repeat:no-repeat;
    background-position:left 0px;
    padding-left:30px;
    line-height:30px;
}
#node-title-766 h1 {
	padding-bottom:0;
	margin-bottom: 0;
}
#content-messages{
	/*        position: absolute;*/
	top: 30px;
	width: 640px;
	box-shadow: 0 1px 1px -3px rgba(0, 0, 0, 0.5);
}
#pid-unser-projekt #content-messages,
#pid-beteiligen #content-messages,
#pid-genossenschaft #content-messages,
#pid-nachrangdarlehen #content-messages,
#pid-faqs-allgemeine #content-messages,
#pid-blog #content-messages,
#pid-faqs-nachrangdarlehen #content-messages,
#pid-faqs-genossenschaft #content-messages {
	/*        position: absolute;*/
	top: 30px;
	width: 640px;
	box-shadow: 0 1px 1px -3px rgba(0, 0, 0, 0.5);
}
#content-messages {
	width: 700px;
}
#content-messages-inner {
	margin: 0;
}
div.content-messages div.messages, div.content-help div.help {
	border: 1px solid;
	font-size: 14px;
}
#node-766 img {
	float: left;
	margin-right:10px;
	margin-top:5px
}
#node-766.full-node p {
	margin-top: 0;
	clear: left;
	float: left;
}
#block-block-90 .projekt h2 {
	color: #b9c528;
}
#block-block-95 .projekt h2 {
	color: #e34797;
}
#page div.password-description {
	clear: left;
	margin: 0;
	max-width: 640px;
}
#pid-zeichnungsabschluss #node-title-41 .title {
	display:none;
}
body.node-type-eueco-page #page-inner #block-block-99.block {
	background-color: #b9c528;
}
.pp_pic_holder .pp_social {
	display: none;
}
#download-row-1 .prospect_picture_tag {
	background: url("../images/eueco/sprite_norepeat.png") no-repeat scroll -546px -410px transparent;
	width: 20px;
	height: 14px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#pid-projektertrag .content-content-node-78 .block-content-inner{
	margin: 0;
}
#page #block-block-34 .content {
	margin:0;
	padding:0;
}
.content-content .full-node .elm p {
	margin: 0;
}
#node-title-817 h1.title {
	margin-bottom: 0px;
}
ul.links li.blog_usernames_blog {
	display: none;
}
/*************************************************************************************************
* Dialog Style
/*************************************************************************************************/
body .ui-dialog-buttonpane button {
	color: var(--white);
	background-color: #b9c528;
	background-image: none;
	font-size: 14px;
	border-radius: 0;
	border: none;
	text-transform: none;
	padding:1px;
}
#pid-zeichnung .ui-dialog-buttonpane button{
	height: 40px;
	width: 47%;
	float: left;
}
#pid-customer-portfolio .ui-dialog-buttonpane button{
	height: 25px;
	width: 45%;
	float: left;
}
#ee-doc-upload-modal label, #ee-doc-upload-modal select {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
body .ui-dialog-buttonpane button:hover {
	background-color:#0ba1e2 !important;
	background-image: none;
	border: none;
	border-radius: 0;
	color:var(--white);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
body #ee-interest-notice-modal-text {
	font-size: 14px;
	line-height: 22px;
}
body .ui-dialog {
	border: 0;
    z-index: 20;
}
body .ui-dialog-titlebar {
	background: none repeat-x scroll 0 center #0ba1e2;
	font-size: 18px;
}
.ui-dialog-overlay {
	background: none repeat scroll 0 0 var(--black);
	opacity: 0.8;
}
.ui-dialog-title {
	color: var(--white);
	font-weight: bold;
}
#page .content-content-node-65 .block-content-inner,
#page .content-content-node-44 .block-content-inner{
	margin:0;
}
.edit-pass-info-field {
	background: url("../images/eueco/icons/info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	cursor: help;
	float: left;
	height: 20px;
	margin: 21px 0 0 14px;
	width: 20px;
}
/* eueco adaptions 22.04.2011* für Tooltips in der Quicklinkbox */
#ee-projectdetails-invested-block .tooltip {
	text-decoration: none !important;
}
#tooltip{
	position:absolute;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	/* Required for IE 5, 6, 7 */
	width: 200px;
	/* Theoretically for IE 8 and 9 (more valid) ...but not required as filter works too should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/* This works in IE 8 &amp; 9 too ... but also 5, 6, 7*/
	filter: alpha(opacity=90);
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
	/* Firefox 0.9+, Safari 2?, Opera 9+, IE 9+ */
	opacity: 0.9;
	background-color:var(--white);
	border: #ccc 1px solid;
	display:none;
	font-family: var(--font-default);
}
/*************************************************************************************************
* jQuery UI Accordion 1.8.24
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
* http://docs.jquery.com/UI/Accordion#theming
/*************************************************************************************************/
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.block.menu--menu-move ul.menu li {
		margin-right:12px;
	}
	.block.menu--menu-move a{
		color:#9c911b;
		font-weight:400;
	}
}
/*########################### MOVE neu ######################*/
/* Layout tweaks*/
html,body{
	overflow-x: hidden;
}
body a, body a:link, body a:visited {
	color: var(--text-color);
	text-decoration:underline;
}
#content-inner,
#content-inner,
#content-inner {
	width:100%;
	margin:0px;
	/* padding:0px 20px; */
	margin-top:47px;
	color:var(--text-color);
	font-size:16px;
	line-height:21px;
	box-sizing: border-box;
}
#pid-zeichnung #content-inner {
	width:100%!important;
}
.front #content-inner{
	margin-top:45px;
}
.node-type-eueco-page .main-wrapper .block .title-left,
.page-blog .main-wrapper .block .title-left{
	background:none;
	padding-left: 0px;
}
.node-type-eueco-page #main-inner h2.title a,
.page-blog #main-inner h2.title a,
.node-type-eueco-page #main-inner h2,
.page-blog #main-inner h2,
.not-front h3{
	color:var(--text-color);
	font-weight:bold;
	font-size:26px;
	margin-top:0px;
	line-height:30px;
	margin-bottom:0px;
	background: none;
	padding-top:0px;
	padding-left:0px!important;
}
.page-blog #main-inner h2.title a{
	text-decoration:none;
}
.node-type-eueco-page h1,
.node-type-eueco-page h1.title,
.front.node-type-eueco-page h3 {
	/*        color: var(--text-color);
	font-weight: bold;
	font-size: 16px;
	line-height:normal;
	margin-top: 0px;
	margin-bottom: 30px;
	background: none;
	padding-top: 0px;
	padding-left: 0px !important;
	margin-left:0px;*/
}
.node-type-eueco-page h1,
.page-blog h1,
.node-type-eueco-page h1.title,
.page-blog h1.title,
.front.node-type-eueco-page h1.title{
	background:none;
	font-size:40px;
	color:#1f1f1f;
	line-height:42px;
	margin-top:0px;
	margin-bottom:30px;
	background: none;
	padding-top:0px;
	margin-left:0px;
}
.node-type-eueco-page #main-inner h2.title a,
.node-type-eueco-page #main-inner h2{
	/*    background:none;;
	font-size:40px;
	color:#1f1f1f;
	line-height:42px;
	margin-top:0px;
	margin-bottom:30px;
	background: none;
	padding-top:0px;*/
}
.node-type-eueco-page #main-inner h4,
.page-blog #main-inner h4{
	background:none;
	font-size:26px;
	color:#1f1f1f;
	line-height:30px;
	margin-top:0px;
	margin-bottom:20px;
	background: none;
	padding-top:0px;
}
#content-inner .content-node .content{
	padding-right:30px;
}
.main-wrapper .content-inner-inner .block-content-inner {
	overflow: hidden;
	/*    padding: 0px 0px;*/
}
#sidebar-first{
	margin-left: 0;
	margin-top:0px;
	min-height:500px;
	/*border:1px solid red;*/
}
.ulVorteile{
	list-style-image:url(../images/move/iconCheckYellow.png);
}
/* MOVE Webfonts
-------------------------------------------------------------- */
@font-face{
	font-family:"Futura LT W04 Medium";
	/*    src:url("fonts/1459316/235dd601-ee92-4317-914b-d04ce2fb0864.eot?#iefix");*/
	src:url("fonts/1459316/235dd601-ee92-4317-914b-d04ce2fb0864.eot?#iefix") format("eot"),
		url("fonts/1459316/04379b4c-9083-477c-8af4-e81d1b9e1e42.woff2") format("woff2"),
		url("fonts/1459316/6606163d-88c8-440c-bf29-d9b76cc35bf8.woff") format("woff"),
		url("fonts/1459316/31db2299-0518-4515-80f5-176178f33008.ttf") format("truetype"),
		url("fonts/1459316/6610001e-f9b1-400b-8615-0b85d7235607.svg#6610001e-f9b1-400b-8615-0b85d7235607") format("svg");
}
/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
.header-group-wrapper{
	position:relative;
	z-index:9;
	margin-top:0px;
	background:transparent;
}
.header-group-inner {
	border-top: 3px solid #fee800;
	background-color: var(--white);
	padding: 0px;
	margin: 0px auto;
	width: 960px;
	max-width: 100%;
	height: var(--header-height);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 4px 8px 0px rgba(50, 50, 50, 0.75);
}
.header-yellow{
	background-color:var(--primary);
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
#preface-top-group-wrapper{
	position:relative;
	z-index:8;
	height:420px;
	margin-top:-115px;
	padding:0px;
	float: left;
}
.front #preface-top-group-wrapper{
	height:585px;
	overflow: hidden;
}
.headerbild{
	position:relative;
	height:420px;
	z-index:8;
	overflow: visible;
}
.front .headerbild{
	height:585px;
}
.headerbild    p{
	margin:0px;
	padding:0px;
}
.headerbild img{
	position:absolute;
	width:100%;
	height:auto!important;
    height: 420px !important;
	min-width: 1300px;
	top: 0px;
	left: 0px;
}
#footer-content{
	padding-top:20px;
	padding-bottom:20px;
	/*    height:60px;*/
}
/* Footer menu and custom blocks*/
.footerlogo{
	margin-top:5px;
}
.block.menu--menu-movefooter{
	float:right;
}
.block.menu--menu-movefooter .content{
	margin:0px;
}
.footer-wrapper ul.menu {
	margin: 0px;
	padding: 0px 0px 0px;
	float: right;
}
.footer-wrapper ul.menu li {
	margin: 0px;
	padding: 0px;
	float: none;
	list-style: outside none none;
	text-align:right;
	line-height:normal;
}
.footer-wrapper ul.menu li a {
	margin: 0px;
	padding: 0px 0px;
	border-right:none;
	font-size:12px;
	line-height:16px;
	color:#60645a;
	font-weight:normal;
	text-decoration:underline;
	float:none;
}
#footer-message{
	display:block;
	padding-top:20px;
	height:80px;
}
.st-copyright {
	padding-right: 0px;
}
body .st-copyright a{
	text-decoration:none;
}
/*########################### MOVE Menu top ######################*/
#opener{
	position:absolute;
	margin-top:0px;
	width:70px;
	height:30px;
	margin-left:436px;
	margin-right:auto;
	text-align:center;
	background-color:var(--primary);
}
.block.menu--menu-move{
  position: absolute;
  width: 767px;
  text-align: center;
  height: var(--header-height);
  margin-left: 193px;
  background-color: var(--primary);
  z-index: 8;
  top: 0;
}
.block.menu--menu-move ul.menu li {
	border:none;
	margin-right:37px;
}
.block.menu--menu-move ul.menu li.last {
	margin-right:0px;
}
.block.menu--menu-move ul{
  margin-top: 37px;
  margin-left: 20px !important;
}
.block.menu--menu-move a{
	font-family: var(--font-futura);
	color: #9c911b !important;
    font-size: 30px !important;
    text-transform: uppercase;
    letter-spacing: 0.015em !important;
	font-weight:100;
	text-decoration:none;
    padding: 0 8px 0 5px;
}
.block.menu--menu-move a:hover,
.block.menu--menu-move a.active{
	color:#0e0e1a !important;
}
/*########################### MOVE Menu Sidebar ######################*/
.sidebar-logo{
	margin-left:15px;
	margin-top:8px;
	margin-bottom:8px;
}
#main-inner .sidebar-logo p,
.page-blog #main-inner .sidebar-logo p{
	margin-top:0px;
	margin-bottom:0px;
}
.block.menu--menu-movemain .content{
	margin: 0px;
	margin-left:0px;
	padding: 0px;
	width:230px;
}
.block.menu--menu-movemain ul.menu{
	margin: 0px;
	padding: 0px;
}
.block.menu--menu-movemain ul.menu{
	margin: 0px;
	padding: 0px;
}
.block.menu--menu-movemain .content ul li {
	padding: 0px 0px 0px 0px;
	border:none;
}
.move_services_beispiel_wrapper:before,
.move_services_beispiel_wrapper:after,
hr:after,
.block.menu--menu-movemain .content>ul>li:after,
.block.menu--menu-movemain .content>ul>li:first-child:before{
	content: ".........................................................................................................................................................................";
	font-size: 15px;
	letter-spacing: 2px;
	float:left;
	width: auto;
	overflow: hidden;
	margin-left:-9px;
	height:7px;
	line-height: 0px;
	max-width:690px;
}
.block.menu--menu-movemain .content ul li:after,
.block.menu--menu-movemain .content ul li.first:before{
	margin-left:4px;
	height:6px;
}
.block.menu--menu-movemain .content ul li.first:before{
}
.block.menu--menu-movemain .content ul li:after{
}
hr:after{
	/*margin-left:-1px;*/
}
.vertical-line {
	float:left!important;
	font-size: 15px;
	width:2px!important;
	height:200px;
	padding:0px!important;
}
.vertical-line div{
	font-size: 15px;
	width:200px!important;
	padding:0px!important;
	letter-spacing: 2px;
	transform: rotate(90deg);
	transform-origin: left top 0;
}
.block.menu--menu-movemain .menu a {
	display: inline-block;
    margin-top: -1px;
    margin-bottom: -3px;
    font-size: 15px;
    width: 212px;
    color: #777777;
    padding-left: 18px;
    line-height: 36px;
    text-transform: uppercase;
    text-decoration: none;
}
.block.menu--menu-movemain .content ul li.expanded ul li a {
	font-size: 13px;
	padding-left:35px;
	line-height: 28px;
}
.block.menu--menu-movemain .menu a:hover,
.block.menu--menu-movemain .menu a.active,
.block.menu--menu-movemain .menu li.active-trail a{
	color:var(--black);
	background-color:#f5f5ef;
}
.block.menu--menu-movemain .menu a::before {
	content: "»";
	padding-right:10px;
	line-height: 39px;
}
.block.menu--menu-movemain .content ul li.expanded ul li a::before {
	content: "»";
	padding-right:10px;
	line-height: 28px;
}
.block.menu--menu-movemain .content ul li.expanded ul li.last a{
	padding-bottom:10px;
}
div.content-messages div.messages{
	width:94%;
	margin-left: 8px;
}
#pid-node-206-done #content-content .links a {
	float: right;
}
body a.move-link,
.node-type-blog ul.links a,
#pid-node-206-done #content-content .links a,
.webform-submission-webform-32-form #edit-submit,
.webform-submission-webform-34-form #edit-submit,
#pid-node-70-done .block-content-inner > .links a,
#simplenews-confirm-removal-form .container-inline a{
	display: inline-block;
	width:auto;
	font-weight:700;
	font-size:16px;
	background-color:var(--primary);
	background-image: url('../images/move/weiter.png');
	background-repeat: no-repeat;
	background-position: 93% 7px;
	color:var(--black);
	line-height:35px;
	/*padding: 10px 15px;*/
	padding-right:50px;
	padding-left:20px;
	text-transform: uppercase;
	text-decoration:none;
}
li.taxonomy_term_1{
	display:none!important;
}
.node-type-blog div.links{
	float:left;
	margin-bottom:30px;
}
.node-type-blog div.terms{
	margin-bottom:30px;
	margin-top:30px;
}
.node-type-blog h1.title{
	background:none;;
	font-size:40px;
	color:#1f1f1f;
	line-height:42px;
	margin-top:0px;
	margin-bottom:0px;
	background: none;
	padding-top:0px;
}
.page-blog #main-inner h2.title{
	margin-bottom:0px;
}
.page-blog #main-inner p{
	margin-top:0px;
	margin-bottom:20px;
}
/*########################### MOVE Slider ######################*/
.slideshow-front #views_slideshow_singleframe_main_Move_Bannerslider-block_1,
.slideshow-front #views_slideshow_singleframe_teaser_section_Move_Bannerslider-block_1 {
	position:relative;
	width: 100%!important;
	max-width:2000px!important;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
}
.slideshow-front #views_slideshow_singleframe_teaser_section_Move_Bannerslider-block_1 {
	height:585px!important;
	margin-left:auto;
	margin-right:auto;
}
frontslider .views_slideshow_singleframe_slide{
	position:relative;
	width: 100% !important;
	height: auto!important;
}
.slideshow-front .views_slideshow_singleframe_slide .views-row-odd,
.slideshow-front .views_slideshow_singleframe_slide .views-row-even{
	position:relative;
	width: 100% !important;
	height: auto!important;
}
.slideshow-front .views_slideshow_singleframe_slide .field-content {
	position:relative;
	max-width: 100%!important;
	width: 100%!important;
}
.slideshow-front .views_slideshow_singleframe_slide .field-content img {
	position:relative;
	min-width: 1300px!important;
	width: 100%!important;
	height: auto!important;
	margin: 0;
	padding: 0;
}
.wrapper-bannertext{
	position: absolute;
	z-index:9;
	margin-top:340px;
	left:0;
	right:0;
}
.wrapper-bannertext .wrapper-bannertext-inner{
	width:960px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.wrapper-bannertext .wrapper-bannertext-inner .bannertext{
	float:left;
	color:#1f1f1f;
}
.wrapper-bannertext .wrapper-bannertext-inner .bannertext div{
	float:left;
	margin-left:75px;
	color:#4b4d46;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 15px 0px 15px;
	line-height:30px;
	background-color:var(--primary);
	-webkit-box-shadow: 5px 0px 10px 0px rgba(68, 68, 68, 1);
	-moz-box-shadow:        5px 0px 10px 0px rgba(68, 68, 68, 1);
	box-shadow:                 5px 0px 10px 0px rgba(68, 68, 68, 1);
}
.wrapper-bannertext .wrapper-bannertext-inner .bannertext p{
	color:#dddddd;
	font-size:12px;
	margin-top:160px;
	text-shadow: 1px 1px 0px rgba(68, 68, 68, 1);
}
.bannerslogan{
	position: absolute;
	z-index:9;
	width:960px;
	max-width: 100%;
	margin-top:163px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.front .bannerslogan{
	margin-top:200px;
}
.bannerslogan img{
	margin-left:0px;
	max-width: 100%;
}
.testimonials{
}
.testimonialslider .views_slideshow_singleframe_main{
	width:700px;
	height:230px;
}
.testimonialslider .views_slideshow_singleframe_teaser_section{
	margin-left:19px;
}
.testimonialslider .views_slideshow_singleframe_slide .views-row-odd,
.testimonialslider .views_slideshow_singleframe_slide .views-row-even{
	width:660px;
	height:230px;
}
.testimonialslider .view-content .views-row {
	width:630px;
	padding-left:15px;
	padding-right:15px;
}
.testimonial-image{
	float:left;
	margin-top:5px;
	height:230px;
	width:159px;
	background-image: url('../images/move/bg_testimonial_image.png');
	background-repeat:no-repeat;
	text-align:center;
	margin-right:20px;
}
.testimonial-image .slideshow_image {
    margin: 14px;
    height: 130px !important;
    width: 130px !important;
    border-radius: 100%;
    padding: 5px;
}
.testimonial-image img{
	margin-top:14px;
	margin-left:-1px;
	border-radius:135px;
}
.testimonial-slogan{
	font-size:24px;
	min-height:85px;
	line-height:30px;
	font-style:italic;
	color:#5f6459;
}
.testimonialslider .views_slideshow_next,
.slideshow-front .views_slideshow_next,
.testimonialslider .views_slideshow_previous,
.slideshow-front .views_slideshow_previous{
	display:block;
	position:absolute;
	z-index:10;
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
	transform : scale(1,2.5);
}
.testimonialslider .views_slideshow_next,
.testimonialslider .views_slideshow_previous{
	display:block;
	font-size:30px;
	color:#5f6459;
	top: 71px;
	text-decoration:none!important;
}
.slideshow-front .views_slideshow_next,
.slideshow-front .views_slideshow_previous{
	display:block;
	font-size:35px;
	color:var(--white);
	top: 295px;
	text-decoration:none!important;
}
.slideshow-front .views_slideshow_next,
.testimonialslider .views_slideshow_next{
	right:0px;
}
.slideshow-front .views_slideshow_previous{
	left:20px;
}
.slideshow-front .views_slideshow_next{
	right:20px;
}
#main-inner .testimonial-slogan p,
#main-inner .testimonial-autor p{
	margin:0px;
}
.testimonial-autor{
	margin-top:15px;
	font-size:13px;
	line-height:17px;
	color:var(--text-color);
}
.testimonial-autor a img{
	margin-top:10px;
}
.pager-wrapper{
	position: absolute;
	width:960px;
	max-width: 100%;
	top:495px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	list-style: outside none none;
	z-index: 1;
}
.views_slideshow_pagerNumbered {
	width:auto;
	float:right;
	height: 18px;
}
.views_slideshow_pagerNumbered .pager-item {
}
.views_slideshow_singleframe_pager div {
	float: left;
	padding-left: 10px;
	text-align:right;
}
.views_slideshow_pagerNumbered .pager-item a {
	display:block;
	float: left;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	overflow: hidden;
	border-radius: 50%;
	background-color:var(--white);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:        1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:                 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.views_slideshow_pagerNumbered .pager-item.activeSlide a {
	border-radius: 50%;
	background-color:#fee800;
}
#block-views-eueco_slideshow_iew-block_1 {
	max-width:2000px!important;
	margin-left:auto;
	margin-right:auto;
}
/*########################### MOVE Kontakt-icons ######################*/
#header-top-inner {
	position: absolute;
	width: 960px;
	max-width: 100%;
}
#kontakt-icons-wrapper{
	position:absolute;
	height:42px;
	width:89px;
	top:3px;
	z-index:20;
	right: 23px;
}
.login_out_block{
	position:absolute;
	width:42px;
	height:42px;
	z-index:20;
	top:3px;
	right: 26px;
}
.login_out_block .ui-button-right{
	display:none;
}
.login_out_block a.ui-button-ref{
	font-family: var(--font-futura);
	display:inline-block;
	float:left;
	margin-top:-6px;
	font-size:12px;
	width:42px;
	height:42px;
	color:var(--black);
	line-height:42px;
	background-color:var(--primary);
	border-radius: 50%;
	text-align:center;
	text-decoration:none;
	-webkit-transition: margin-top 250ms linear;
	-moz-transition: margin-top 250ms linear;
	-o-transition: margin-top 250ms linear;
	-ms-transition: margin-top 250ms linear;
	transition: margin-top 250ms linear;
}
.login_out_block a.ui-button-ref:hover{
	margin-top:0px;
	color:var(--black);
	-webkit-transition: margin-top 250ms linear;
	-moz-transition: margin-top 250ms linear;
	-o-transition: margin-top 250ms linear;
	-ms-transition: margin-top 250ms linear;
	transition: margin-top 250ms linear;
}
#logo {
	position: absolute;
    margin-top: 30px;
    margin-left: 30px;
    z-index: 7;
}
#kontakt-icons-wrapper a{
	display:inline-block;
	float:left;
	width:42px;
	height:42px;
	background-repeat:no-repeat;
	background-position:center -6px;
	-webkit-transition: background-position 250ms linear;
	-moz-transition: background-position 250ms linear;
	-o-transition: background-position 250ms linear;
	-ms-transition: background-position 250ms linear;
	transition: background-position 250ms linear;
}
#kontakt-icons-wrapper #kontakt-mail{
	margin-right:5px;
	background-image: url('../images/move/btn_groß_mail.png');
}
#kontakt-icons-wrapper #kontakt-person{
	background-image: url('../images/move/btn_groß_person.png');
}
#kontakt-icons-wrapper a:hover{
	background-position:center top;
	-webkit-transition: background-position 250ms linear;
	-moz-transition: background-position 250ms linear;
	-o-transition: background-position 250ms linear;
	-ms-transition: background-position 250ms linear;
	transition: background-position 250ms linear;
}
/*########################### MOVE Webforms ######################*/
/*Kontakt*/
.webform-submission-webform-32-form {
    display: flex;
    flex-wrap: wrap;
}
.webform-submission-webform-32-form .form-item input {
    max-width: 145px !important;
    padding: 10px;
}
#node-32{
	margin-bottom:0px;
}
.webform-submission-webform-32-form .webform-container-inline label{
	margin-right: 0px;
}
.webform-submission-webform-32-form label{
	display: inline-block;
	font-size:15px;
	width:83px;
}
.webform-submission-webform-32-form .webform-component .nachricht {
	display:block;
	clear:both;
}
.webform-submission-form .form-item-nachricht-wrapper .resizable-textarea textarea{
	border:1px solid #cccccc;
}
.webform-submission-webform-32-form .form-item-nachricht,
.webform-submission-webform-32-form .form-item-nachricht .resizable-textarea,
.webform-submission-webform-32-form .form-item-nachricht .resizable-textarea .grippie,
.webform-submission-webform-34-form .form-item-nachricht,
.webform-submission-webform-34-form .form-item-nachricht .resizable-textarea,
.webform-submission-webform-34-form .form-item-nachricht .resizable-textarea .grippie{
	width:582px;
	margin-right:0px!important;
	float:right;
}
.webform-submission-webform-32-form .webform-component .nachricht .webform-submission-form .form-item-nachricht label,
.webform-submission-webform-34-form .webform-component .nachricht .webform-submission-form .form-item-nachricht label{
	float:left;
}
.webform-submission-webform-32-form .webform-component,
.webform-submission-webform-34-form .webform-component{
	margin-bottom:15px;
}
.webform-component .name,
.webform-component .firma{
	float:left;
}
.webform-component .vorname,
.webform-component .e-mail{
	float:right;
}
.webform-submission-form .form-item-firma{
	clear:left;
}
.webform-submission-webform-32-form #edit-submit{
	clear:both;
	padding-right: 50px;
	padding-left: 20px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	margin-top:15px;
	border:none;
}
.webform-submission-form .form-item-name,
.webform-submission-form .form-item-vorname,
.webform-submission-form .form-item-firma,
.webform-submission-form .form-item-e-mail{
	width: 47%;
	line-height: 30px;
}
/*Energie-Check*/
#node-34 .content-node .content{
	padding-right: 0px;
}
.webform-submission-webform-34-form{
	background-color: #F5F5EF;
	border: 1px dotted #CCC;
	padding:30px 0px 30px 0px;
	display:inline-block;
	margin-top:30px;
}
.webform-submission-webform-34-form input{
	font-family: var(--font-default);
	font-size:16px;
}
.webform-submission-webform-34-form .form-email {
	width: 100%;
}
.webform-submission-webform-34-form .webform-component{
	margin-bottom:15px;
}
.webform-submission-webform-34-form label{
	display: inline-block;
	font-size: 15px;
    margin-right: 1em;
}
.webform-submission-form #edit-fieldset-verbrauch-preis{
	border:none;
	border-bottom: 1px dotted #CCC;
	padding-left:15px;
	padding-bottom:5px;
	margin-bottom:35px;
}
.webform-submission-form #edit-fieldset-verbrauch-preis .form-item{
    float: left;
	width: 150px;
	margin-right: 15px;
}
.webform-submission-form #edit-fieldset-verbrauch-preis input{
	line-height: 30px;
}
.webform-submission-form .form-item-strompreis{
	margin-right: 0px;
}
.webform-submission-form #edit-fieldset-verbrauch-preis label{
	padding-top: 63px;
	padding-bottom:15px;
	width:150px;
	background-repeat:no-repeat;
	background-position:center top;
}
.webform-submission-form .form-item-terminwunsch-date{
	margin-left:15px;
	margin-right:10px;
}
.webform-submission-webform-34-form select{
	font-family: var(--font-default);
	font-size:14px;
	border:1px solid #cccccc;
	line-height:30px;
	background-color:var(--white);
}
.webform-submission-form .form-item-terminwunsch-date input{
    /* display: none !important; */
}
.webform-submission-form .form-item-terminwunsch-date label{
	width:auto;
}
.webform-submission-form .form-item-warmeverbrauch label{
	background-image: url('../images/move/icon_waermeverbrauch.png');
}
.webform-submission-form .form-item-warmepreis label{
	background-image: url('../images/move/icon_waermepreis.png');
}
.webform-submission-form .form-item-stromverbrauch label{
	background-image: url('../images/move/icon_stromverbrauch.png');
}
.webform-submission-form .form-item-strompreis label{
	background-image: url('../images/move/icon_strompreis.png');
}
.webform-submission-form .form-item-strompreis{
	margin-right:0px;
}
.webform-submission-form .form-item-terminwunsch-date{
	clear:both;
	float:left;
	width: 100%;
}
.webform-submission-form .form-item-gebaudetyp{
	margin-left:15px;
}
.webform-submission-form .form-item-gebaudetyp{
	width:100%;
}
.webform-submission-form .form-item-gebaudetyp label{
	background-image: url('../images/move/icon-gebaeudetyp.png');
	background-repeat:no-repeat;
	background-position:left 0px;
	padding-left:30px;
	line-height:30px;
}
.webform-submission-webform-34-form .form-item-name,
.webform-submission-webform-34-form .form-item-firma,
.webform-submission-webform-34-form .form-item-telefon{
	float:left;
	margin-left:15px;
}
.webform-submission-webform-34-form .form-item-vorname,
.webform-submission-form .form-item-anschrift,
.webform-submission-webform-34-form .form-item-e-mail{
	float:right;
	margin-right:15px;
}
.webform-submission-form .form-item-gebaudetyp select {
    width: 74%;
}
.webform-submission-form .form-item-telefon,
.webform-submission-form .form-item-anschrift{
	width:47%;
	line-height:30px;
}
.webform-submission-webform-34-form #edit-submit{
	clear:both;
	padding-right: 50px;
	padding-left: 20px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	margin-top:15px;
	margin-right:15px;
	border:none;
}
#main-inner .move-map p{
	margin-top:29px;
}
/* +++++++++++++++++++++
Accordion
++++++++++++++++++++++ */
#accordion{
	margin-top:30px;
	padding-bottom:5px;
	border:none;
}
#accordion h3.ui-accordion-header{
	color:var(--text-color);
	font-family: var(--font-default);
	font-size:18px;
	font-weight:400;
	border:1px solid #dedede;
	background-image:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px 20px;
	background-color:var(--white);
	margin:0px 0px -2px 0px;
	cursor:pointer;
}
#accordion h3.ui-accordion-header:hover,
#accordion h3.ui-state-active{
	background-color:var(--primary);
	color:var(--black);
	transition:all 0.5s;
}
#accordion .ui-accordion-content{
	display:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px 20px;
	color: var(--text-color);
	font-family: var(--font-default);
	font-size: 18px;
	font-weight: 300;
	line-height: 25.2px;
	margin-top:2px;
}
.ui-accordion .ui-accordion-header-active {
	border:1px solid #dedede!important;
}
/*                 Buttons
------------------------------*/
body form input.form-submit, body.node-type-webform #page input.form-submit {
	background-color: var(--primary);
	background-image: url("../images/move/weiter.png");
	background-position: 93% 7px;
	background-repeat: no-repeat;
	color: var(--black);
	display: inline-block;
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 50px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	z-index: 3;
}
#page form input.form-submit:hover,
#page input.form-submit:hover {
	/*
	border: 1px solid var(--primary);
	background-color:var(--primary);
	color: var(--black);
	transition: all 0.5s ease 0s;
	*/
}
#ee_fast_registry_block .group-master-data legend,
#ee_fast_registry_block .group-customer-enbw legend,
#ee_fast_registry_block .group-address legend,
#ee_fast_registry_block .group-account-area legend,
#ee_fast_registry_block .group-manager legend,
#ee_fast_registry_block .group-contact legend,
#ee_fast_registry_block .group-customer-class legend,
#ee_fast_registry_block .group-offers,
#ee_portfolio_details fieldset legend a,
.page-fast-registry-step1a #page #user-profile-form legend,
.page-fast-registry-step1b #page #user-profile-form legend,
.page-user #page #user-profile-form legend{
	color: var(--text-color);
}
.page-fast-registry-step1 .block-content-inner .title {
	color: #1f1f1f;
}
#ee-taxreport_csv-button,
#ee-taxreport2_csv-button{
	width: 95%;
	border-color: #AAA;
}
#page form input.disabled,
#page input.disabled,
#page form input.disabled:hover,
#page input.disabled:hover{
	background-color:#DFDFDF;
	background-image: none;
	border:1px solid #dddddd;
	color:#AAA;
}
#node-206 {
	margin-left: 8px;
}
#pid-admin-user-user #user-admin-account,
#pid-admin-user-user #user-filter-form {
	padding: 10px;
}
.bannerRegistieren {
	display:block;
	clear:both;
	background-color: var(--secondary);
	padding: 20px 20px 30px;
	color: var(--white);
	background-image:none;
	margin-bottom: 30px;
}
.bannerRegistieren a.move-link{
	font-size: 14px;
	padding-right: 35px;
}
.bannerRegistieren h3, .bannerRegistieren2 h3 {
	color: var(--primary);
}
.siegmund,
.movedownloads{
	background-color: #F5F5EF;
	border: 1px dotted #CCC;
	display:block;
	clear:both;
	padding:5px;
	font-weight:bold;
}
.movedownloads {
	margin-top:20px;
}
.movedownloads wrapper {
	display:blocK;
	clear:both;
}
ul.move-list-downloads{
	list-style:none;
}
ul.move-list-downloads li{
	margin-bottom:10px;
}
.movedownloads ul.move-list-downloads li a::before {
	content: "»";
	margin-left: -15px;
	position: absolute;
}
#main-inner .siegmund h2,
#main-inner .movedownloads h2{
	font-size:18px;
	margin-top:0px;
	line-height:normal;
	margin-bottom:10px;
	text-transform:uppercase;
}
.siegmund img{
	margin-right:8px;
	margin-bottom:10px;
	border-radius:50%;
	border: 2px solid #F5F5EF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:        0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:                 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}
.siegmund .wrapper .content{
	padding-top:28px;
}
.siegmund .move-link{
	width:228px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
.node-type-blog ul.links a{
	margin:0 0 0 0px;
}
.siegmund_rund{
	border-radius:50%;
	margin-right:20px;
	border:5px solid var(--white);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:        0px 0px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:                 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
}
.webform-submission-webform-206-form .webform-component textarea{
	font-family: var(--font-default);
}
.webform-submission-webform-206-form .webform-component{
	margin-bottom:25px;
}
#ee_subscription_block #download-row-1 {
	background-color: var(--primary);
}
#ee_subscription_block #download-row-2 {
	background-color: var(--secondary);
}
#ee_subscription_block #download-row-1 a{
	color: var(--text-color);
	text-decoration:none;
}
#ee_subscription_block #download-row-2 a{
	color: var(--primary);
	text-decoration:none;
}
#ee_subscription_block #download-row-1 .prospect_picture_tag {
	background:none;
}
#ee_subscription_block #download-row-2 .prospect_picture_tag {
	background:none;
}
#ee_subscription_block #download-row-1 a::before {
	content: "\2BC6";
	padding-right:5px;
}
#ee_subscription_block #download-row-2 a::before {
	content: "\2BC6";
	padding-right:5px;
}
.block-superfish .title-left {
	display: none;
}
/*Modal Login*/
.modal_login,
.modal_logout {
	position:fixed;
	display:none;
	width:330px;
	margin-left:-190px;
	background-color: var(--white);
	padding:20px;
	border-radius:0px;
	z-index: 10;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.59);
	-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.59);
	box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.59);
}
.modal_login,
.modal_logout {
	color:#777777;
	left:50%;
	top:20%;
	font-size: 24px;
}
.modal_login .form-item-name {
	margin-top: 10px;
	margin-bottom: 20px;
}
.modal_logout{
	color:var(--white);
}
.modal_logout .realname{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid var(--white);
}
.modal_login input{
	width:100%;
	line-height:40px;
	height: 40px;
	font-size:16px;
	padding-left:10px;
	margin-left:0px;
}
.modal_login .form-type-password{
	margin-bottom:5px;
}
.modal_login .form-required-text{
	font-size:14px;
	color:var(--white);
	padding-left:20px;
}
#logout_button,
.modal_login #login_links{
	margin-left:auto;
	margin-right:auto;
}
.modal_login label{
	display: none;
}
#block-block-168 #login_links{
	display: none;
}
/*.modal_login:before,
.modal_logout:before {
width: 0;
height: 0;
float: left;
content: "";
display: block;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-bottom: 20px solid #0066aa;
left: 0%;
margin-left: 120px;
margin-top: -38px;
}*/
.modal_login #user-login-form #edit-submit,
.modal_login #user-login-form #edit-submit--2,
.modal_login #user-login-form #edit-submit--3,
.modal_login .registrieren.button{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.modal_login #user-login-form #edit-submit--2,
.modal_login #user-login-form #edit-submit--3 {
	margin-top:10px;
}
.modal_login .form-actions input {
	background: none;
	width:121px;
	height:35px;
	color:#0066aa;
	line-height: normal;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	font-size:13px;
	margin-bottom:0px;
	float:none;
}
.modal_login .reset_password{
	margin-left:0px;
}
.modal_login a{
	font-size: 16px;
}
.modal_login .reset_password a:hover{
	color:#777;
}
body .modal_logout a:hover,
#user-login-form #edit-submit:hover,
#user-login-form #edit-submit--2:hover,
#user-login-form #edit-submit--3:hover {
	background-color: #777;
	border: 1px solid #777;
}
.modal_login #login_links{
	display: block;
	clear:both;
	padding-top:0px;
	width: 100%;
}
.modal_login .do_register{
	display: block;
	padding:10px 0px 0px 0px;
	width:100%;
	color:#777;
}
.modal_login .do_register p{
	margin-top:0px;
}
#edit-submit:hover {
	background-color: #777;
}
/*.anmelden_toggle {
float: right;
color: var(--white) !important;
padding: 8px 15px;
width: 56px;
text-align: center;
font-weight: 700;
cursor: pointer;
}
.anmelden_toggle:hover {
color: var(--white) !important;
text-decoration: none !important;
background-color: rgb(0, 137, 208) !important;
}*/
.modal_login #edit-actions--2 {
	margin-bottom: 0;
	width: 100%;
}
.do_register .registrieren {
	line-height: 15px;
	margin-top: 10px !important;
}
#log_overlay{
	position: absolute;
	display: none;
	width: 100%;
	height: 10000px;
	top: 0px;
	left: 0px;
	/*overflow: hidden;*/
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}
.platform .content-bottom {
	width: 100% !important;
}
.block-simplenews .content {
	padding: 10px;
}
footer.node__submitted {
	margin-bottom: 10px;
}
.page-user #page #user-profile-form label {
	margin-top: 0 !important;
	margin-right: 20px;
}
#ee-legal {
	display: inline;
}
body #page #edit-legal label.option {
	clear: none !important;
	height: auto;
	width: 90% !important;
	min-width: auto;
	margin-left: 5px;
	display: inline-block;
}
#edit-legal input {
	float: left;
	margin-top: 4px;
}
#pid-fast-registry-step1 #fast-registry-registry span.form-required {
	font-weight: 700;
}
#ee-legal1, #pid-fast-registry-step1 #fast-registry-registry .form-item-legal-accept span.form-required:nth-child(3) {
	display: none;
}
fieldset .fieldset-legend {
	padding: 0;
	position: unset;
	margin: 10px;
}
#fast-registry-registry .form-item label, #fast-registry-registry .form-item input {
	display: block;
}
#fast-registry-registry .description {
	float: left;
}
#footer-message-wrapper {
	display: inline-block;
}
#footer-wrapper ul.menu li a {
	font-weight: 700;
}
.doc_header,
.doc_year,
.doc_name{
	font-size: 12px;
}
#ee_subscription_block .subscription-column-1,
#ee_subscription_block .subscription-column-2 {
	width: 50%;
}
#pid-zeichnung #content-inner {
	display: none;
}
.modal_login .registrieren.button {
	text-align: center;
	box-sizing: border-box;
}
span.views-label.views-label-field-slideshow-bild,
span.sf-sub-indicator {
	display: none;
}
.slideshow-front img {
	position: relative;
	min-width: 1300px!important;
	width: 100%!important;
	height: auto!important;
	margin: 0;
	padding: 0;
}
#ee_fast_registry_block .form-item {
	display: block;
	width: 100%;
}
#ee_fast_registry_block .form-text {
	float: none!important;
}
#fast-registry-registry .form-item label, #fast-registry-registry .form-item input {
	display: block!important;
}
#fast-registry-login{
	margin-bottom:50px;
}
#pid-fast-registry-step1 #page form input.form-submit,
#pid-fast-registry-step1 #page input.form-submit {
	margin: 0px;
}
.views-slideshow-controls-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	z-index: 11;
	margin-top:250px;
}
.views-slideshow-controls-top > div {
	width: 50%;
	position: relative;
	z-index: 11;
	color:var(--white)!important;
	font-size:80px;
}
.views-slideshow-controls-top > div a {
	color:var(--white)!important;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.56);
}
.views_slideshow_controls_text_next{
	text-align: right;
	margin-right: 5%;
	color:var(--white);
}
.views_slideshow_controls_text_previous{
	text-align: left;
	margin-left: 5%;
	color:var(--white);
}
.platform {
	font-size: 16px!important;
}
#ee_fast_registry_block .form-text {
	width: 265px;
	float: left;
	margin-top: 5px!important;
	height: 22px;
}
#ee_fast_registry_block .form-item {
	margin-bottom: 25px!important;
}
#pid-customer-portfolio *,
#pid-projektsuche .platform *,
#pid-taxreporting .platform * {
	box-sizing: border-box !important;
}
.platform #main-inner h4 {
	font-size: 16px;
}
/*################ Cookie Hinweis #####################*/
.popup-content {
	position: relative;
}
#sliding-popup .agree-button {
	right: 147px;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
	right: 0px;
	top: 1em;
	cursor: pointer;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	margin-right: 5px;
	-moz-box-shadow: inset 0 1px 0 0 var(--white);
	-webkit-box-shadow: inset 0 1px 0 0 var(--white);
	box-shadow: inset 0px 1px 0px 0px var(--white);
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(237, 237, 237)), color-stop(100%, rgb(223, 223, 223)));
	background-image: -webkit-linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%);
	background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	color: var(--black) !important;
	font-family: var(--font-default);
	font-weight: bold;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0px var(--white);
}
#sliding-popup .eu-cookie-compliance-secondary-button:hover {
	background-color: #dfdfdf;
	background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(223, 223, 223)), color-stop(100%, rgb(237, 237, 237)));
	background-image: -webkit-linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%);
	background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%);
}
@media (max-width: 600px) {
	#sliding-popup .agree-button {
		left: 0px;
	}
	#sliding-popup .eu-cookie-compliance-secondary-button {
		bottom: 16px;
		top: auto;
		left: 120px;
		right: auto;
	}
}
.move_services_beispiel_wrapper:before,
.move_services_beispiel_wrapper:after, hr:after,
.block.menu--menu-movemain .content ul li:after,
.block.menu--menu-movemain .content ul li.first:before {
    content: ".........................................................................................................................................................................";
    font-size: 15px;
    letter-spacing: 2px;
    float: left;
    width: auto;
    overflow: hidden;
    margin-left: -9px;
    height: 7px;
    line-height: 0px;
}
.content ul li:after,
.block.menu--menu-movemain .content ul li.first:before {
    margin-left: 4px;
    height: 6px;
}
.slideshow_image {
    height: 585px;
    background-position-x: center;
}
.block-views .content {
    margin: 0 !important;
}
.slideshow_content_inner > a {
    /* display: none; */
}
.views_slideshow_cycle_slide,
.views-slideshow-cycle-main-frame-row {
    width: 100%;
}
.block-views-blockeueco7-slideshow-block-1 .views-slideshow-controls-top {
    margin-top: 43px;
}
.block-views-blockeueco7-slideshow-block-1 .views-slideshow-controls-top > div a {
    color: #5f6459 !important;
}
.block-views-blockeueco7-slideshow-block-1 .views_slideshow_controls_text_previous {
    margin-left: -11px;
    color: #5f6459 !important;
}
.webform-submission-webform-32-form #edit-submit {
    clear: both;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 15px;
    border: none;
}
.webform-submission-form .form-required {
	color: var(--text-color);
}
.node-blog {
    margin-bottom: 50px;
}
img {
    max-width: 100%;
}
.block-views-blockeueco7-slideshow-block-1 {
    height: 180px;
}
.block-views-blockeueco7-slideshow-block-1 .views-slideshow-cycle-main-frame-row {
	width: 660px;
    padding: 0 20px;
}
.block-views-blockeueco7-slideshow-block-1 .fa-angle-left:before,
.block-views-blockeueco7-slideshow-block-1 .fa-angle-right:before {
    font-size: 47px;
}
.block-views-blockeueco7-slideshow-block-2 .content {
    height: 155px;
    padding-top: 30px;
}
.block-views-blockeueco7-slideshow-block-2 img {
    width: auto !important;
    height: 125px !important;
}
.block-views-blockeueco7-slideshow-block-2 .views-slideshow-controls-top {
    display: none;
}
#pid-energie-check #content-inner, #pid-energie-check .content {
	padding: 0;
}