/*
NEUES STYLESHEET MIT ANGABEN FÜR SUPERFISH MENU UND BILDUNTERSCHRIFTEN */
/* ---------- Overall Specifications ---------- */

/* NEWSLETTER FORM */
#newsletter-form {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
}

#newsletter-form ul {
	overflow: auto;
	padding: 0;
	margin: 0 auto;
}

#newsletter-form li {
	/*float: left;*/
	list-style-type: none;
	display: inline;
}

#newsletter-form .field_label.required,
#newsletter-form input#email {
	/*float: left !important;*/
	padding: 10px;
	display: inline;
}

#newsletter-form .form_button_submit {
	background: #f1f1f1;
	border: none;
	padding: 11px 25px;
	color: #222;
	border-radius: 0 5px 5px 0;
	margin-left: -3px;
}

#newsletter-form input#email {
	border: 1px solid #f1f1f1;
	border-radius: 5px 0 0 5px;
}

* {
  text-shadow: none !important;
}

body {
  line-height: 1.6;
  font-size: 83%;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
/*  background: url(../images/12_col.gif);
  background-position: center;
  background-repeat: repeat-y;
*/  
background: #ebebeb url(../images/bg_body_01.gif);
background-repeat: repeat-y;
background-position: top center;
}

a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.0em 0 0.5em;
  font-weight: inherit;
}
h1 {
  font-size: 1.357em;
  color: #000;
}
h2 {
  font-size: 1.143em;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  outline: 0;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}

/*li {
  list-style-position: inside;
}*/

/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
  font-family: 'Open Sans', sans-serif;
}
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: none !important;
}

#header {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; 
}

input,
textarea,
select,
a.button {
  font-family: 'Open Sans', sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
  text-align: left; /* LTR */
  font-weight: normal;
}
blockquote {
  background: #f7f7f7;
  border-left: 1px solid #bbb;
  font-style: italic;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #bbb;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -.4em;
}
blockquote:after {
  color: #bbb;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -.45em;
}
blockquote > p:first-child {
  display: inline;
}
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: 1em;
}
#footer-wrapper table {
  font-size: 1em;
}
table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}


/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 0; /* LTR */
}
.contextual-links-wrapper {
  font-size: small !important;
}
ul.contextual-links {
  font-size: 0.923em;
}
.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}
.item-list .pager {
  font-size: 0.929em;
}
ul.menu li {
  margin: 0;
}
.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 1.5em;
  list-style-position: outside !important;
}

.region-content ul li/*,
.region-content ol li*/ {
    list-style-image: url(../images/li.gif);
}

.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0; /* LTR */
}
ul.tips {
  padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */

#header,
#header div.section {
  height: 55px;
}

#header{
  background: #ededed url(../images/bg_body_01.gif);
  background-repeat: repeat-y;
  background-position: center;
  position: fixed;
  z-index: 200;
  width: 100%;
}

#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  font-size: 0.94em;
  line-height: 1.7;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
#logo {
  display: none;
  float: left; /* LTR */
  padding: 15px 15px 15px 10px; /* LTR */
}
#name-and-slogan {
  display: none;
  float: left; /* LTR */
  padding-top: 34px;
  margin: 0 0 30px 15px; /* LTR */
}
#site-name {
  font-size: 1.821em;
  color: #686868;
  line-height: 1;
}
h1#site-name {
  margin: 0;
}
#site-name a {
  font-weight: normal;
}
#site-slogan {
  font-size: 0.929em;
  margin-top: 7px;
  word-spacing: 0.1em;
  font-style: italic;
}
/* Region header blocks. */
/* SUPERFISH //// */
.region-header {
  margin: 0;
  margin-top: 0px !important;
}
.region-header .block {
  font-size: 0.857em;
  float: left; /* LTR */
  margin: 0 0px;
  padding: 0;
}
/* SUPERFISH //// */
.region-header .block .content {
  margin: 0px;
  padding: 0;
}
.region-header .block ul {
  margin: 0;
  padding: 0;
}
.region-header .block li {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.region-header .form-text {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.3);
  margin-right: 2px; /* LTR */
  width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
  color: #eee;
  color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
  border: 1px solid;
  border-color: #eee;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  width: 208px;
}
.region-header .block-menu li a {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: #eee;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
  border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
  width: auto;
}
.region-header #block-user-login .content {
  margin-top: 2px;
}
.region-header #block-user-login .form-item {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
  font-size: 0.916em;
  margin: 0;
}
.region-header #block-user-login div.item-list {
  clear: both;
}
.region-header #block-user-login div.description {
  display: inline;
}
.region-header #block-user-login .item-list ul {
  padding: 0;
  line-height: 1;
}
.region-header #block-user-login .item-list li {
  list-style: none;
  float: left; /* LTR */
  padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
  padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
  padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
  padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
  margin: 4px 0 0;
  padding: 0;
  clear: both;
}
.region-header #block-user-login input.form-submit {
  border: 1px solid;
  border-color: #ccc;
  border-color: rgba(255, 255, 255, 0.5);
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  margin: 4px 0;
  padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
  width: 208px;
}
.region-header #block-search-form .form-text {
  width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
  display: inline;
  padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */
/*
#main-menu {
  clear: both;
  background: #0e0e0e;
background: -moz-linear-gradient(top,  #0e0e0e 0%, #515151 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#515151));
background: -webkit-linear-gradient(top,  #0e0e0e 0%,#515151 100%);
background: -o-linear-gradient(top,  #0e0e0e 0%,#515151 100%);
background: -ms-linear-gradient(top,  #0e0e0e 0%,#515151 100%);
background: linear-gradient(to bottom,  #0e0e0e 0%,#515151 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#515151',GradientType=0 );
border-bottom: 1px solid #fff;
}
*/
/*
#main-menu {
  clear: both;
  background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(243,243,243) 50%, rgb(237,237,237) 51%, rgb(255,255,255) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(243,243,243)), color-stop(51%,rgb(237,237,237)), color-stop(100%,rgb(255,255,255)));
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%);
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%);
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(243,243,243) 50%,rgb(237,237,237) 51%,rgb(255,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
border-bottom: 1px solid #999;
}
*/
/* SUPERFISH //// */
  #main-menu {
    width: 1000px;
    margin: 0 auto;
    display: none;
  }
  
  #superfish-1 {
    width: 1000px;
    margin: 0;
    background: none;
    font-size: 1em;
  }
  
  #superfish-1 li.sf-depth-1 {
    height: 55px;
  }
  #superfish-1 li a.sf-depth-1 {
    padding: 22px 17px;
}
  #superfish-1 ul {
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0 !important;
    margin-top: 28px;
  }
  
  #superfish-1 ul li ul {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
  }
  
  #superfish-1 ul li {
    border-bottom: 1px solid #222;
  }
  
  #superfish-1 ul li.last {
    border-bottom: none;
  }

  #superfish-1 li {
    background: none;
  }
  
  #superfish-1 a {
    color: #222;
    background: none;
    border: none;
  }
  
  #superfish-1 a:hover {
    color: #888;
    text-decoration: none;
  }
  
  .sf-no-children a {
    padding-right: 20px !important;
  }
  
  .sf-depth-1 > .sf-sub-indicator {
    background: none !important;
  }
  
  #superfish-1 li.last ul {
    left: -41px;
  }
  
/* SUPERFISH //// */
#main-menu-links {
  font-size: 0.929em;
  margin: 0;
  padding: 0;
/*  background: #fff !important;
  padding: 10px 15px;*/
}

#main-menu-links li {
  float: left; /* LTR */
  list-style: none;
  padding: 1px 0 0 0;
  margin: 0px;

}

#main-menu-links a {
  color: #444;
  float: left; /* LTR */
  height: 2.4em;
  line-height: 2.4em;
  padding: 1em 10px;
  text-decoration: none;
}

#main-menu-links .last a {
  padding-right: 0;
}

#main-menu-links a:hover,
#main-menu-links a:focus,
#superfish-1 li.active-trail.sf-depth-1 {
  color: #888;
  background-image: url(../images/pfeil-unten.gif);
  background-repeat: no-repeat;
  background-position: top center;
}

#superfish-1 li#menu-570-1 {
  background: none;
}
#main-menu-links a:active {
/*  background: #b3b3b3;
  background: rgba(255, 255, 255, 1);
*/
}
#main-menu-links li a.active-trail,
.section-aktuelles #menu-482-1 a {
  background: url(../images/pfeil-unten.gif) !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
 /* background: #f0f0f0;
  background: rgba(240, 240, 240, 1.0);
*/
  background: url(../images/pfeil-unten.gif);
  background-repeat: no-repeat;
  background-position: top center;
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
  float: right; /* LTR */
  font-size: 0.929em;
  margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
  text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
/*  margin-top: 20px;*/
  margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
  text-align: left;
  font-size: 1.643em;
  font-weight: lighter;
  line-height: 1.4;
  padding: 0 0 0;
  margin: 0;
/*  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);*/
  text-shadow: none;

}

#featured h2 {
  font-size: 1.174em;
  line-height: 1;
}
#featured p {
  margin: 0;
  padding: 0;
}

#featured .content {
  padding: 0;
  margin: 0;
}
#featured .section {
  height: 395px;
  position: relative;
}

.not-front #featured .section {
  height: 395px;
}
/* --------------- Highlighted ---------------- */

#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

#content {
  margin-top: 0px;
}
.content {
  margin-top: 0px;
}

#content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}
.node .content {
  font-size: 1em;
}
.node-teaser .content {
  font-size: 1em;
}
.node-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em;
}


.node-teaser {
/*  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px;*/
}

.node-sticky {
/*  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #d3d7d9;
 */ padding:15px 0;
}
.node-full {
  background: none;
  border: none;
  padding: 0;
}
.node-teaser .content {
  clear: none;
  line-height: 1.6;
}
.meta {
  font-size: 0.857em;
  color: #aaa;
  position: absolute;
  bottom: 0;
}

.meta span {
  background: #f3f3f3 !important;
  width: 580px;
  height: 24px;
  display: block;
  padding-top: 6px;
  padding-left: 10px;
}

.submitted .user-picture img {
  float: left; /* LTR */
  height: 20px;
  margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
  margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
  font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
  font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
  float: left; /* LTR */
  padding: 0 1em 0 0; /* LTR */
  white-space: nowrap;
}
.link-wrapper {
  text-align: right;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
}
ul.links {
  color: #68696b;
  font-size: 0.821em;
}
.node-unpublished {
  margin: -20px -15px 0;
  padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
  margin-bottom: 1em;
}
.comment div.user-picture img {
  margin-left: 0; /* LTR */
}
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}
.comment .attribution {
  display: table-cell;
  padding: 0 30px 0 0; /* LTR */
  vertical-align: top;
  overflow: hidden;
}
.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}
.comment .attribution .username {
  white-space: nowrap;
}
.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}
.comment .submitted .comment-time {
  font-size: 0.786em;
  color: #68696b;
}
.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}
.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}
.comment .comment-arrow {
  background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -47px; /* LTR */
  margin-top: 10px;
  position: absolute;
  width: 20px;
}
.comment .comment-text {
  padding: 10px 25px;
  border: 1px solid #d3d7d9;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.comment .indented {
  margin-left: 40px; /* LTR */
}
.comment ul.links {
  padding: 0 0 0.25em 0;
}
.comment ul.links li {
  padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
  margin-right: 5px; /* LTR */
  padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
  padding-top: 0px;
}
.sidebar .block {
  margin: 0 0 40px;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #d6d6d6;
}

/* ----------------- Triptych ----------------- */

.region-triptych-first, .region-triptych-middle, .region-triptych-last, .region-triptych-second {
	width: 320px;
}
.region-triptych-second {
	float: right;
	display: inline;
	position: relative;
}
#triptych-wrapper {
/*  background-color: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
  border-top: 1px solid #e7e7e7;
  background: #f5f5f5;*/

}

#triptych p a {
  text-indent: -9999px;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background: #222 url(../images/pfeil_w.gif);
  background-repeat: no-repeat;
  background-position: center ;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/*
#triptych p a {
  background: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
}
*/
#triptych p {
  margin: 0;
}

#triptych h2 {
  color: #000;
  font-size: 1.429em;
  margin-bottom: 0.8em;
  margin-top: 0;
  text-shadow: 0 1px 0 #fff;
  text-align: left;
  line-height: 1;
}
#triptych .block {
  background: #f1f1f1;
  margin-bottom: 0em;
  padding: 20px;
  padding-right: 40px;
  line-height: 1.5;
  border-right: 1px solid #fff;
  text-align: left;
  min-height: 175px;
  height: auto !important;
  height: 175px;
  position: relative;
}
#triptych .block.last {
  border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
  list-style: none;
}
#triptych .block ul,
#triptych .block ol {
  padding-left: 0;
}
#triptych #block-user-login .form-text {
  width: 185px;
}
#triptych #block-user-online p {
  margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#triptych-last #block-node-syndicate {
  text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
  width: 185px;
}
#triptych-middle #block-system-powered-by {
  text-align: center;
}
#triptych-last #block-system-powered-by {
  text-align: right;
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
  color: #444;
  font-size: 1em;
}

#footer-wrapper .block {
  margin: 20px 0;
  padding: 10px;
}

#footer .block {
  margin: 0.5em 0;
}
#footer .block .content {
  padding: 0.5em 0;
  margin-top: 0;
}
#footer .block h2 {
  margin: 0;
}
#footer-columns h2 {
  border-bottom: 1px solid #555;
  font-size: 1em;
  margin-bottom: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
}
#footer-columns .content {
  margin-top: 0;
}
#footer-columns p {
  margin-top: 1em;
}
#footer-columns .content ul {
  list-style: none;
  padding-left: 0; /* LTR */
  margin-left: 0;
}
#footer-columns .content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-columns .content li a {
  display: block;
  line-height: 1.2;
  padding: 0.8em 2px 0.8em 0px; /* LTR */
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
  text-decoration: underline;
}
#footer {
  letter-spacing: 0.2px;
  margin-top: 30px;
  border-top: 1px solid #555;
  border-color: rgba(255, 255, 255, 0.15);
}
#footer .region {
  margin-top: 20px;
}
#footer .block {
  clear: both;
}
#footer ul,
#footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li a {
  float: left; /* LTR */
  padding: 0 12px;
  display: block;
  border-right: 1px solid #555; /* LTR */
  border-color: rgba(255, 255, 255, 0.15);
}
#footer li.first a {
  padding-left: 0; /* LTR */
}
#footer li.last a {
  padding-right: 0; /* LTR */
  border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
  background-color: transparent;
}
#footer-wrapper tr.even {
  background-color: #2c2c2c;
  background-color: rgba(0, 0, 0, 0.15);
}


/* --------------- System Tabs  --------------- */

.tabs {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}


.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
}
.tabs ul.primary li {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 0 5px 0 0;
}

.tabs ul.primary li a {
  color: #444;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left;
  padding: 3px 15px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -khtml-border-radius-topright: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
}
.tabs ul.primary li.active a {
  background-color: #b1b1b1 !important;
  color: #fff;
}

.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
  padding: 20px 0 5px;
  margin: 0 auto;
}
.featured #messages {
  background: #f0f0f0;
  background: rgba(30, 50, 10, 0.08);
}
div.messages {
  margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
  width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
  position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
  font-size: 0.82em;
}
.password-strength-text {
  margin-top: 0.2em;
}
div.password-confirm {
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
  text-decoration: none;
  color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fieldset-wrapper {
  margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}
.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
  margin-right: 10px;
}
.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  color: #3b3b3b;
  display: block;
  height: 2em;
  left: -1px; /* LTR */
  font-family: "Open Sans", sans-serif;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
fieldset legend a {
  color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
  color: #000;
}
fieldset .fieldset-wrapper {
  padding: 0 10px;
}
fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #3c3c3c;
  font-style: italic;
}
input {
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
  padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}
.form-item label {
  font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}
.form-actions {
  padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
  /*width: 75%;*/
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-mail {
  /*width: 75%;*/
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contact-form #edit-subject {
  /*width: 75%;*/
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contact-form #edit-captcha-response {
  /*width: 75%;*/
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contact-form #edit-message {
  width: 76.3%;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
  width: 76%;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  background: #ededed;
  border-color: #bbb;
  color: #717171;
}
.form-disabled .grippie {
  background-color: #ededed;
  border-color: #bbb;
}
.form-disabled label {
  color: #717171;
}

/* Animated throbber */
html.js input.form-autocomplete {
  background-position: 100% 6px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -14px; /* LTR */
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  font-size: 0.929em;
  width: 120px;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.no-sidebars .comment-form .form-text {
  width: 800px;
}
.one-sidebar .comment-form .form-text {
  width: 500px;
}
.two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px; /* LTR */
}
#content h2.comment-form {
  margin-bottom: 0.5em;
}
.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  width: auto;
  float: none;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
  border: 0;
}
.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}
#forum .name {
  font-size: 1.083em;
}
#forum .description {
  font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
  padding-bottom: 7px;
}
#block-search-form .content {
  margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
  float: left; /* LTR */
  font-size: 1em;
  height: 1.143em;
  margin-right: 5px;
  width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  margin-left: 0;
  margin-right: 0;
  height: 25px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  background: url(../images/search-button.png) no-repeat center top;
  overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center bottom;
}
#search-form .form-item-keys label {
  display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
  padding-left: 0;
}
.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}
.search-results li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.search-results .search-snippet-info {
  padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
  float: left; /* LTR */
  margin: 0;
}
div.add-or-remove-shortcuts {
  padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
  padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
  margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
  margin: 0;
}
.page-admin-structure-block-demo .block-region {
  background: #ffff66;
  border: 1px dotted #9f9e00;
  color: #000;
  font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  margin: 5px;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
  font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
  width: 500px;
}
.page-admin #admin-dblog img {
  margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
  padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
  margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
  width: 49%;
  margin: 0;
}
div.admin-panel {
  background: #fbfbfb;
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 0 5px 5px;
}
div.admin-panel h3 {
  margin: 16px 7px;
}
div.admin-panel dt {
  border-top: 1px solid #ccc;
  padding: 7px 0 0;
}
div.admin-panel dd {
  margin: 0 0 10px;
}
div.admin-panel .description {
  margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
  width: auto;
  float: none;
}
.overlay #page {
  padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
  display: none;
}
.overlay-processed .field-type-image {
  display: block;
  float: none;
}
.overlay #messages {
  width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
  margin: 2em 0;
}
.node .poll #edit-choice {
  margin: 0 0 1.5em;
}
.poll .vote-form {
  text-align: left; /* LTR */
}
.poll .vote-form .choices {
  margin: 0;
}
.poll .percent {
  font-size: 0.857em;
  font-style: italic;
  margin-bottom: 3em;
  margin-top: -3.2em;
  float: right;
  text-align: right;
}
.poll .text {
  clear: right;
  margin-right: 2.25em;
}
.poll .total {
  font-size: 0.929em;
  font-style: italic;
  text-align: right; /* LTR */
  clear: both;
}
.node .poll {
  margin: 1.8em 0 0;
}
.node .poll .text {
  margin-right: 6.75em;
}
.node .poll #edit-choice {
  margin: 0 0 1.2em;
}
.poll .bar .foreground {
  background-color: #666;
}
#footer-wrapper .poll .bar {
  background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
  background-color: #ddd;
}


/* TESTS */


#gridhilfe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  min-height: 100% !important;
  z-index: 2000 !important;
  background: url(../images/12_col.gif);
  background-repeat: repeat-y;
  background-position: center;
  opacity: 0.5;
}

#gridtoggle {
  width: 20px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2100;
  cursor: pointer;
}

.hidden {
  display: none;
}



/* DIE LOGOS */
/* SUPERFISH //// */
#superfish-1 li.first.sf-depth-1 a,
#superfish-1 li.first.sf-depth-1 a.active {
  width: 165px;
  background: url(../images/logo-klein-s.png);
  background-repeat: no-repeat;
  background-position: center left;
  text-indent: -9999px;
  margin-right: 120px;
}

/* SUPERFISH //// */
#main-menu li.first a, #main-menu li.first a.active {
  width: 165px;
  background: url(../images/logo-klein-s.png);
  background-repeat: no-repeat;
  background-position: center left;
  text-indent: -9999px;
  margin-right: 120px;
}

/* NEUE STYLES */

.block-views .views-row {
  padding: 0px 0 0px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
 #content .node {
/*  background: #fcfcfc;*/
  margin-bottom: 1px;
  padding: 10px 0px 40px 0px
}
/*
.view-display-id-page .views-row-first {
  padding-top: 0;
}
*/

.view-display-id-block .views-row-first {
  padding-top: 20px;
}

.views-row-last {
  border: none !important;
}
.block-views h2 {
  text-transform: uppercase;
}

.block-views .more-link {
  border-top: 1px solid #e1e1e1;
  padding: 10px 0;
}

.block-views .more-link a {
  background: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
}

.node-readmore a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  text-align: left;
  background: #222 url(../images/pfeil_w.gif);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.view-footer p {
  padding: 5px 0;
  text-align: right;
}

#sidebar-first {
  margin-top: 0px;
  
}

.sidebar li {
  list-style-image: none !important;
  list-style-type: none !important;
  line-height: 1.8em;
}


.front #page-title {
  margin: 0 0 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
  text-transform: uppercase;
}

#search-block-form .container-inline {
  margin-top: 18px;
}

/* #### DATE FIELDS ###*/
.views-field-field-event-start-date {
  font-weight: bold;
}

.block-views .views-field-field-event-start-date {
  font-weight: normal;
}

.views-field-view-node {
  overflow: auto;
}

.views-field-view-node a{
  font-size: 0.821em;
  float: right;
  background: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
}

.field-name-field-datum-veranstaltung {
  margin-bottom: 20px;
}

.field-name-field-datum-veranstaltung .field-label {
  background: url(../images/date.png);
  background-repeat: no-repeat;
  background-position: center left;
  text-indent: -9999px;
  width: 25px !important;
}
/**
.view .node geändert zu .node
*/
.node {
/*  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 20px;*/
  position:relative;
  padding-bottom: 30px;
}

.sidebar .views-row {
  padding-bottom: 20px;
}

.sidebar .views-row-last {
  padding-bottom: 0px;
}

.field-label-inline .field-label {
  width: 180px;
  font-weight: normal;
}

.profile .field {
  padding: 4px 0;
}

.profile .field-label {
  font-weight: 600;
}

#block-menu-menu-feedmenu .content ul li {
  padding-left: 25px !important;
  background: url(../images/feed-icon.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

#views-exposed-form-architektenliste-page {
  margin-bottom: 30px;
}
.node-article .content {
  margin-top: 10px;
}

.node-teaser .field-name-field-image {
  float: left;
  margin: 0 20px 20px 0;
}

.view-footer {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ededed;
}
.view-footer p {
  text-align: left !important;
}
/*
HINTERGRUNDBILDER
*/
#featured {
  background-image: url(../images/bg/bg_blau.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.front #featured,
.section-aktivitaeten #featured,
.section-search #featured,
.section-node #featured {
  background-image: url(../images/bg/bg_blau.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.section-aktuelles #featured,
.section-meldungen #featured {
  background-image: url(../images/bg/bg_gelb.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.section-bauherren #featured,
.section-architektenliste #featured,
.section-users #featured {
  background-image: url(../images/bg/bg_braun.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.section-mitglieder #featured {
  background: url(../images/bg/bg_gruen.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.section-absolventen-und-studenten #featured,
.section-absolventen #featured,
.section-stellenboerse #featured,
.node-type-stellenangebot #featured {
  background-image: url(../images/bg/bg_graublau.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.section-service #featured {
  background-image: url(../images/bg/bg_orange.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.section-stiftung-baukultur-saar #featured,
.section-baukultur-kalender #featured {
  background-image: url(../images/bg/bg_rot.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.section-ueber-uns #featured {
  background-image: url(../images/bg/bg_grau.jpg);
  background-repeat: no-repeat;
  background-position: center;
}


/* UNSAUBER !!!! NUR ZUR ANSICHT */


.logged-in #main-menu {
  top:  64px;
}

.not-front .sidebar {
  padding-top: 1px;
}

.not-front .sidebar ul {
  border-top: 1px solid #ededed;

}

.not-front .sidebar li a {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
}

.not-front .sidebar ul li ul {
  border: none;
}

.not-front .sidebar ul li ul li a {
  padding-left: 15px;
}

.not-front .sidebar ul li ul li ul li a {
  padding-left: 25px;
}

#title-box {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -8px;
  background: #fff;
  width: 630px;
}
.not-front h1.title {
  margin: 20px 0 0 0;
  padding: 0 10px 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2em;
}

#footer-wrapper .form-item label {
  font-weight: normal !important;
}

.registration-form {
  margin-top: 60px;
  border-top: 1px solid #ededed;
  padding-top: 30px;
/*  padding: 20px;
  background: #f1f1f1;*/
}
.registration-form .form-submit {
  margin: 0;
}

/* Überschrift ausblenden --> Vorwort Architektenliste */
#node-960 h2 {
  display: none;
}

.not-logged-in .tabs {
  display: none;
}

/**
VIEWS FILTER
**/
/*
AUTOCOMPLETE FELD FÜR NACHNAME UND SCHWERPUNKT
*/
.views-exposed-widget #edit-field-nachname-value,
.views-exposed-widget #edit-field-schwerpunkte-tid {
  width: 610px;
}

/*
DRITTELTEILUNG FÜR FACHRICHTUNG, TÄTIGKEITSART UND LANDKREIS
*/
#views-exposed-form-architektenliste-neu-page #edit-field-fachrichtung-value,
#views-exposed-form-architektenliste-neu-page #edit-field-taetigkeitsart-value,
#views-exposed-form-architektenliste-neu-page #edit-field-landkreis-value {
  width: 193px;
}

#views-exposed-form-architektenliste-neu-page #edit-field-fachrichtung-value-wrapper,
#views-exposed-form-architektenliste-neu-page #edit-field-taetigkeitsart-value-wrapper,
#views-exposed-form-architektenliste-neu-page #edit-field-landkreis-value-wrapper {
  width: 193px;
  margin-right: 20px;
  padding: 10px 0 10px 0;
}

#views-exposed-form-architektenliste-neu-page #edit-field-landkreis-value-wrapper {
  margin-right: 0;
}

/*
LISTEN FÜR SCHWERPUNKTE NACH FACHRICHTUNG
*/
#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-2-wrapper,
#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-4-wrapper{
  width: 300px;
  padding-right: 0;
  margin-right: 20px;
}

#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-3-wrapper,
#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-5-wrapper {
  width: 300px;
  padding-right: 0;
  margin-right: 0;
}

#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-2,
#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-3,
#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-4,
#views-exposed-form-architektenliste-neu-page #edit-field-schwerpunkte-tid-5 {
  width: 300px;
}

/*
ANWENDEN UND ZURÜCKSETZEN BUTTONS
*/
#views-exposed-form-architektenliste-neu-page .views-submit-button,
#views-exposed-form-architektenliste-neu-page .views-reset-button {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
/*
OVERLAY CONTROL AUSBLENDEN
*/
.role-mitglieder #edit-overlay-control,
.role-mitglieder-nichtöffentlich #edit-overlay-control,
.role-mitglieder-inaktiv #edit-overlay-control {
  display: none;
}

/*
SCHWERPUNKT LISTE STYLEN
*/

.field-name-field-schwerpunkte .field-label{
  padding: 0 !important;
  margin: 0 !important;
  font-size: 100%;
}

.schwerpunkte-links {
  list-style-type: none;
  padding: 0 !important;
  padding-left: 180px !important;
  margin: 0 !important;
}

/*
INDIKATOREN
*/
.schwerpunkt-indikator p,
.galerie-indikator p {  
  margin: 0;
  width: 20px;
/*  height: 20px;*/
  text-indent: -9999px;
  color: #cc6600;
}

.schwerpunkt-indikator p {
  background: url(../images/vk.gif);
}

.galerie-indikator p {
  background: url(../images/pics.gif);
}
/*
STARTSEITE
*/

.front #triptych {
  margin-bottom: 10px !important;
}
.region-frontpage-first,
.region-frontpage-second,
.region-frontpage-third,
.region-frontpage-four {
  width: 200px;
  padding: 20px;
  float: left;
}

.front .views-row {
  margin: 0;
  padding: 15px 0 15px 0; 
  border-bottom: 1px solid #ededed;
}

.front .views-row-first {
  border-top: 1px solid #ededed;
}

/*
NODE IN BLOCK
*/

#block-nodesinblock-0 h2 {
  font-size: 14px;
}

#block-nodesinblock-0 table {
  font-size: 12px;
}

#block-nodesinblock-0 #nodesinblock-1052 h2 {
  display: none;
}

#block-nodesinblock-0 thead {
  display: none;
}

#block-nodesinblock-0 td {
  padding-left: 0;
}
/*
CKEDITOR BUG
*/

.cke_dialog_tab {
  display: inline-block !important;
}

/*
FELDDARSTELLUNG 
*/
.field-name-field-energieeffizienz {
  font-weight: 600;
  padding: 0 !important;
}

.field-name-field-energieeffizienz .field-item {
  padding: 4px 0;
}

/*
ARCHITEKTENLISTE LEGENDE
*/
.legende {
  overflow: auto;
/*  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;*/
}

.legende span {
  display: block;
}

.img-karte {
  background: url(../images/vk.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 10px 10px 30px;
}

.img-fotos {
  background: url(../images/pics.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 10px 10px 30px;
}

.img-link {
  background: url(../images/icon-link.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px 10px 10px 30px;
}

.link-indikator p {
  margin: 0 !important;
}

.link-indikator p a {
  background: url(../images/icon-link.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding: 10px;
  text-indent: -9999px !important;
  display: block;
}

/*
IMAGE CAPTIONS
*/

.caption {
  padding-bottom: 40px !important;
}

.caption.left p {
  font-style: italic;
  text-align: left;
}
.caption.right p {
  font-style: italic;
  text-align: right;
}

.caption.left {
  margin-right: 20px;
}

.caption.right {
  margin-left: 20px;
}

.page-node-695 .caption.left {
  padding-bottom: 10px !important;
}

/* searchbox auf startseite */

#searchbox-custom {
  width: 100%;
}

#searchbox-custom .container-inline {
  padding: 20px;
  background: #f1f1f1;
  overflow: auto;
}

#search-block-form input,
#searchbox-custom input {
  margin: 0;
  color: #222;
}

#search-block-form .form-text {
  width: 200px !important;
}
#searchbox-custom .form-type-textfield input.form-text {
  width: 850px;
  margin-top: 0px;
  padding:  10px;
  margin-right: 10px;
}
#searchbox-custom h2 {
  display: none;
}
#searchbox-custom .form-submit {
  /*padding: 4px 12px 4px 13px;*/
  width: 28px;
  height: 28px;
  padding: 0px;
  text-indent: -9999px;
  background: url(../images/search-button.png);
  background-position: -4px 2px;
  background-repeat: no-repeat;
  margin-top: 4px;
}

/* OVERRIDE FIELD_SLIDESHOW CSS */
.field-slideshow {
  overflow: hidden;
  max-width: 100%;
}

.field-slideshow-wrapper {
  margin-bottom: 30px;
/*  width: 620px;*/
}

.field-slideshow-controls {
  clear: both;
}

.field-slideshow-controls .next {
  float: right;
  display: block;
  background: url(../images/pfeil-r.gif);
  background-repeat: no-repeat;
  background-position: center right;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}

.field-slideshow-controls .prev {
  float: left;
  display: block;
  background: url(../images/pfeil-l.gif);
  background-repeat: no-repeat;
  background-position: center right;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}

.field-slideshow-slide, .field-slideshow-slide a, .field-slideshow-slide img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

.region-content ul.field-slideshow-pager {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

.field-slideshow-pager li {
  float: left;
  margin-right: 5px;
}

.jcarousel-clip {
  overflow: hidden;
}

.field-slideshow-carousel li {
  opacity: 0.6;
}
.field-slideshow-carousel li.activeSlide {
  opacity: 1;
}

.field-slideshow-carousel-wrapper .hidden {
  display: none;
  visibility: hidden;
}

.field-slideshow-caption {
  text-align: left;
}

/* sonstiges */

.node-type-event li.anmeldungen {
  display: none !important;
}

.node-type-article li.seminaranmeldungen,
.page-node-teilnehmer li.seminaranmeldungen {
  display: none !important;
}

.field-name-field-anbieter {
	margin-bottom: 20px;
}

.node-teaser .field-name-field-anbieter .field-item {
	display: none;
	margin-bottom: 0 !important;
}

.node-teaser .field-name-field-anbieter {
	margin: 10px 0 !important;
	background: url(../images/ausser_haus.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.node-full .field-name-field-anbieter .field-label {
	margin: 0 !important;
	background: url(../images/ausser_haus.png);
	background-repeat: no-repeat;
	padding-top: 30px;
}

#edit-field-taetigkeitsart-und-none {
  display: none !important;
}
/*
*** USER CONTACT FORM ***
*/

.role-authenticated-user #edit-contact {
  display: none;
}

/*
*** BAUHERRENPREIS ***
*/

#bhp-badge-blank {
	background: url(../images/badge-blanko.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 960px;
	height: 175px;
	position: relative;
}

.bhp-links {
	position: absolute;
	left: 320px;
}

.bhp-links h3 {
	color: #db4824;
	font-size: 2em;
	font-weight: 300;
}

#bhp-badge-blank a {
	color: #fff !important;
	display: block;
	font-size: 1.4em;
	font-weight: 300;
	background: url(../images/pfeil_w.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
	text-decoration: none;
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}

#bhp-badge-blank a:hover {
	background: url(../images/pfeil_w.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-transition: all ease-out 300ms;
	-moz-transition: all ease-out 300ms;
	-o-transition: all ease-out 300ms;
	transition: all ease-out 300ms;
}

.cat-title {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #e6e6e6;
}

.cat-title h3 {
	margin: 10px 0;
	padding-left: 10px;
}

.cat-item {
	border-bottom: 1px solid #e6e6e6;
	overflow: auto;
	padding: 20px 0;
}

.cat-item:last-child {
	border-bottom: none;
}

.cat-item ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.cat-item ul li {
	list-style-type: none;
}

.item-img {
	width: 220px;
	margin-right: 20px;
}

.item-img .caption {
	padding: 0 !important;
}

.item-text {
	width: 380px;
}

.item-img, .item-text {
	float: left;
}

.cat-anerkennung, .cat-preis {
	font-size: 0.8em;
	text-transform: uppercase;
	padding-left: 240px;
	margin: 10px 0;
}

.cat-anerkennung {
	background: url(../images/anerkennung.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}

.cat-preis {
	background: url(../images/preis.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}

.bhp-2014 li {
  list-style-image: none !important;
}

/* ******** KALENDER ********* */

.calendar-calendar .month-view .full .inner .monthview, .calendar-calendar .week-view .full .inner .weekview, .calendar-calendar .day-view .full .inner .dayview {
  border-radius: 0 !important;
}

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  padding: 5px !important;
}

.calendar-calendar .month-view .full td.date-box.today {
  border-color: #085666 !important;
}

.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
  border-left: 2px solid #085666 !important;
  border-right: 2px solid #085666 !important;
}

.calendar-calendar .month-view .full tr td.single-day.today {
  border-bottom: 2px solid #085666 !important;
}

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
  overflow: auto;
}

.view .date-nav-wrapper .date-prev {
  right: 80px;
}

.views-field-rid {
  /*display: none;*/
  /*position: absolute;
  left: 0;
  top: -10px;
  color: #fff;
  background: #666 !important;*/
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff !important;
}

.view-kalender .redaktion {
  background: #e2e2e2 !important;
  color: #fff !important;
}

.view-kalender .redaktion a {
  color: #222222 !important;
}

.view-kalender .aiv,
.view-kalender .bda,
.view-kalender .bdia {
  background: #666666 !important;
  color: #fff !important;
}

.view-kalender .aiv a,
.view-kalender .bda a,
.view-kalender .bdia a {
  color: #e2e2e2 !important;
}

.view-kalender .htw {
  background: #c40072 !important;
  color: #fff !important;
}

.view-kalender .htw a {
  color: #fff !important;
}

.view-kalender .bdb {
  background: #fd8000 !important;
  color: #fff !important;
}

.view-kalender .bdb a {
  color: #fff !important;
}

.view-kalender .stiftung-baukultur {
  background: #cc6600 !important;
  color: #fff !important;
}

.view-kalender .stiftung-baukultur a {
  color: #fff !important;
}

.view-kalender .dwb {
  background: #d82221 !important;
  color: #fff !important;
}

.view-kalender .dwb a {
  color: #fff !important;
}

.view-kalender .bdla {
  background: #bbbf0a !important;
  color: #fff !important;
}

.view-kalender .bdla a {
  color: #fff !important;
}

.view-kalender .ing {
  background: #0164b9 !important;
  color: #fff !important;
}

.view-kalender .ing a {
  color: #fff !important;
}

.section-kalender #content {
  width: 960px !important;
}

.view-kalender .stiftung-baukultur .views-field-field-link,
.view-kalender .redaktion .views-field-field-link {
  display: none;
}
/* FORMULAR AUSBLENDEN */

.role-aiv .vertical-tabs,
.role-bda .vertical-tabs,
.role-bdia .vertical-tabs,
.role-bdla .vertical-tabs,
.role-dwb .vertical-tabs,
.role-ing .vertical-tabs,
.role-bdb .vertical-tabs,
.role-htw .vertical-tabs,
.role-stiftung-baukultur .vertical-tabs,
#overlay-content #newsletter-form {
  display: none;
}

.calendar-calendar .month-view .full tr.single-day .no-entry,
.calendar-calendar .month-view .full tr.single-day .no-entry .inner {
  height: 97px !important;
  line-height: 44px;
}
.calendar-calendar .month-view .full td,
.calendar-calendar .week-view .full td,
.calendar-calendar .day-view  td {
  vertical-align: bottom !important;
  padding: 1px 2px 0 2px
}
#node-2309 h2 {
  display: none;
}

.hide-me {
  display: none;
}

.role-administrator .hide-me,
.role-mitglieder .hide-me,
.role-redaktion .hide-me {
  display: block;
}


/* FACHAUSWAHL */
.fachauswahl {
  margin-top: 25px;
}

.fachauswahl ul, .fachauswahl ul li  {
  list-style-type: none !important;
  list-style-image: none !important;
  padding: 0 !important;
}

.fachauswahl input {
  margin-right: 20px;
}

.fachauswahl label {
  font-weight: normal !important;
}

.show-more {
  cursor: pointer;
}

/* SLICK SLIDER */

.slick-slider {
  margin-bottom: 0 !important;
}

.slick__arrow {
  top: inherit !important;
  bottom: -20px !important;
}

.slick-arrow:before {
  color: #fff !important;
}

.slick-arrow:hover:before {
  color: #222 !important;
}

.slick-arrow, .slick-down {
  border-radius: 0 !important;
  top: inherit !important;
  bottom: 0px !important;
  margin-top: 0 !important;
}

.slick-prev {
  background: transparent url(../images/pfeil-l-w.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev:hover {
  background: transparent url(../images/pfeil-l-w.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.slick-next {
  background: transparent url(../images/pfeil-r-w.gif);
  background-repeat: no-repeat;
  background-position: center;
  right: inherit !important;
  left: 43px;
}
.slick-next:hover {
  background: transparent url(../images/pfeil-r-w.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev:before , .slick-next:before {
  display: none;
}

/*.slick, .slick__slide {
  margin-top: 15px !important;
}*/

.slick {
  width: 960px;
  height: 395px;
}

.slick-track, .slide__content {
  height: 395px;
}

.slick--skin--classic .slide__caption {
  width: 50% !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.slide__title {
  padding: 20px !important;
  margin: 0 !important;
  position: absolute !important;
  bottom: 40px !important;
  background: #fff !important;
  opacity: 0.7 !important;
}
.slide__title a {
  color: #0071B3 !important;
  outline: none;
}

/*.region-featured h2 {
  display: none;
}*/