/* first for IE 4–8 */
@font-face {
  font-family: ScalaSansWebPro;
  src: url("ScalaSansWebPro.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: ScalaSansWebPro;
  src: url("ScalaSansWebPro.woff") format("woff");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/


body {
  font-family: 'ScalaSansWebPro';
  color: #333;
  font-size:120%;
  line-height:1.2em;
  font-weight: normal;
  background: #D5D5D5;
}

a {
  color: #b80000;
  text-decoration:none;
  font-weight: normal;
}

a:hover {
  color: #999;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 125%;
}

h1 {
  font-family: 'ScalaSansWebPro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #CC3517;
}


h2 {
background: url(images/sprites.png) -16px -54px no-repeat #fff;
padding: 9px 10px 0px 25px;
font-size: 130%;
text-transform: uppercase;
letter-spacing: 0.1em;
}

h2 a {
background: url(images/sprites.png) -18px -6px no-repeat #fff;
padding: 9px 10px 0px 23px;
margin-left: -23px;
}

#sidebar-second h2 {
font-size: 130%;
text-transform: none;
letter-spacing: 0em;
}

#sidebar-second h2 {
font-size: 130%;
text-transform: none;
letter-spacing: 0em;
}

h3 {
    clear: left;
    font-weight: normal;

    font-size: 120%;
  letter-spacing: 0.03em;
}

h4 {

}

h5 {

}

h6 {

}

.node-type-beitrag p,
.node-type-page p,
.node-type-rubrik p {
margin-bottom: 20px;
}

.node-type-beitrag p{
text-align: left; /*LE*/
clear:both;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

th {

  color:#333;
}

td {
  color: #747474;
  text-align: left;
  padding-left: 0px;
  font-size: 0.8em;
}

td img {
border: solid 1px #333;
}

td div.views-field-field-titel-heft- {
float: left;
}
td a {
width: 100%;
margin: 0px;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em, i {
  font-style:italic;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid #ECECEC;
  background: #FCFCFC url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong, b {
  font-weight:bold;
}

.views-field-title strong,
.field-content strong {
  font-weight:normal;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

.content a img {
  background:#FFF;
  border:#EEE 1px solid;
}

.content a:hover img {

}

/*
  Theme Design, Layout and Typography
*/

#page{
background: #fff;
  margin:0 auto;
  max-width:900px;
  -webkit-box-shadow: 5px 0 6px 0px rgba(0,0,0,0.40), -5px 0 6px 0px rgba(0,0,0,0.40);
     -moz-box-shadow: 5px 0 6px 0px rgba(0,0,0,0.40), -5px 0 6px 0px rgba(0,0,0,0.40);
          box-shadow: 5px 0 6px 0px rgba(0,0,0,0.40), -5px 0 6px 0px rgba(0,0,0,0.40);

}


#inner_header_wrapper {
  position:relative;
  margin:0 auto;
  position: relative;
/* background: #363636;*/
}

#header {
  max-width: 856px;
  margin: 0 auto;
  padding: 22px;
  background: #fff;
    
}

#logo {
  float:left;
  margin: -5px 10px 20px 5px;
  display:none;
}

#site-title a,
#site-description {
  color: #ddd;
  font-weight: normal;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 25px 0 20px 0;
  font-size: 180%;
  color: #CC3517;
}

#site-title a{
  float: left;
  line-height: 100%;
  color: #CC3517;
}

#site-description {
  color: rgb(148, 146, 146);
  margin: 0;
  float: left;
  clear: both;
  line-height: 100%;
  font-size: 80%;
}

#main-menu {
  max-width: 900px;
  background: #b80000;
  font-size:95%; /*LE*/
}

#main-menu ul {
  float:left;
  padding:0;
  margin-left: 15px;
  list-style:none;
}

#main-menu li {
  background: none;
  border-right: 0px solid rgb(222, 222, 222);
  position:relative;
  float:left;
  padding:0;
  margin:0;
}

#main-menu ul li:first-child {
  padding-left:0;
}

ul, ol, div.item-list ul{
  margin: 5px 0 5px 0;
  padding: 0;
}

.content ul li{
  list-style: none outside none;
  margin: 0 0 0;
}

#main-menu a {
  font-family:ScalaSansWebPro;
  text-transform: capitalize;
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  float: left;
  font-size: 1.3em;
  font-weight: 100;
}

#main-menu a:hover,
#main-menu li a.active{
  color: #fff;
  text-decoration: underline;
}

#main-menu li:after {
    content: "/";
    float:right;
    color: #fff;
    margin-top: 3px;
}

#main-menu li:last-child:after {
    content: "";
}

#main-menu li li a.active{
  background: #DFDFDF;
  color: #837878;
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: rgb(73, 71, 71);
  border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
  color: rgb(156, 156, 156);
  min-width: 150px;
  margin: 0;
  background: rgb(235, 235, 235);
  border-top: 1px solid rgb(206, 206, 206);
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 7px 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: rgb(223, 223, 223);
  color: rgb(131, 120, 120);
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  border: 1px solid rgb(221, 221, 221);
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu ul.menu li li{
  border: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.region-slideshow{
  padding: 1% 0;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: rgba(255, 255, 255, .6);
  margin: 20px;
  width: 50%;
  font-size: 13px;
  padding: 15px;
  color: rgb(0, 0, 0);
  line-height: 120%;
  bottom: 45px;
}

.nivo-caption h2{
  color: rgb(51, 50, 50);
}

.nivo-caption p{
  padding-left: 0;
  color: rgb(87, 83, 83);
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
  display: none;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:20px;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
  max-width:49%;
  padding:0.47%;
  background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}
.front .content-sidebar-wrap{
}

.front .content-sidebar-wrap article{
  margin: 0;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  width:100%;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  float: right;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 68%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 29%;
  padding-right:20px;

}

#post-content {
  padding: 0 20px;
}


.node-type-heft #post-content {

}

.breadcrumb {
  margin:0 20px;
  padding-top:10px;
  margin-bottom:25px;
  font-size: 0.8em;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 40px;
}

.node {
  margin:20px 0;
}

.node h2.title, .page-title {
 letter-spacing: 0.1em;
 color: #333;
 background: none;
 font-size: 1.3em;
 line-height: 100%;
}

.node h2.title a {


}

.block {
  margin-bottom: 5%;
}

.block > h2{

  font-weight: normal;

}

.not-front aside .block{
  margin: 8% 0;
  font-size: 0.9em; /*LE*/
}

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 55px;
  left: 8px;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-front-welcome{
  padding-top: 2%;
}

.region-front-welcome h2{
  font-family:ScalaSansWebPro;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: url("images/sprites.png") no-repeat scroll -18px -7px transparent;
  margin-left: 23px;
  padding-left: 20px; 
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  background: #b80000;
  color: rgb(255, 255, 255);
  font-weight: normal;
  padding: 8px 8px;
}

.links li a:hover {
  background: #DDD;
  color: #414141;
}

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

#content .field-content {
  font-weight: normal;
}

#content .views-field-title a {
  margin-right: 12px;
  margin-top: 1px;
  margin-bottom: 20px;
}

.node-type-heft #content .views-field-title a {
 text-transform: uppercase;
 letter-spacing: 0.1em;
}

#up {
 text-transform: uppercase;
 letter-spacing: 0.1em;
}

#al {
  color: #333;
}

#content .field-content {
  font-size: 100%;
}

.views-field-field-beitrag-untertitel {
  color: #999;
}

.node-type-heft #post-content li {
  margin-bottom: 20px;
}

.node-type-heft #post-content .view-display-id-block_1 li {
  margin-bottom: 0px;
  margin-right: 20px;
/*  float: left; LE*/
}


.node-type-heft #post-content .view-display-id-block_1 li.last {
  margin-bottom: 0px;
  float: none;
  
}

.node-type-heft #post-content .rubrik {
/*  margin-left: 20px; LE*/
}

.node-type-heft #post-content .rubrik ul {

}

.node-type-heft .field-name-field-heft-titel-englisch {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.node-type-heft #block-views-heft-block-7 a {
 text-transform: uppercase;
 letter-spacing: 0.1em;
}

.node-type-heft #block-views-heft-block-7 .views-field-title {
 font-size: 1em;
}


.region-sidebar-second img {
 border: solid 1px #e4e4e4;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 0px solid #333;
  margin: 0 0 80px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 0px 0px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

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

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager {
margin-top: 35px;
}

.item-list .pager li {
  background: #b80000;
  color: #fff;
  font-weight: normal;
  line-height: 2.5em;
}

.item-list .pager a {
  background: #b80000;
  color: #fff;
  font-weight: normal;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .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;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

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

fieldset { 
  margin-top: 10px; 
  margin-bottom: 32px;
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
}

.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: #fff;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  top: -12px; width: 100%;
  -khtml-border-radius-topleft: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; 
  -khtml-border-radius-topright: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; 
}

fieldset.collapsed legend {  }

fieldset .fieldset-wrapper { padding: 0 0; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; 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 { border: 1px solid #ededed; background: #ededed; height:32px; }

select.form-select { border: 1px solid #ededed; background: #ededed; min-width:158%;}

.password-suggestions ul li { margin-left: 1.2em; }

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

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #ffffff;
  font-size: 15px;
  background: #b80000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: 0px solid;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}

.views-exposed-widget #edit-reset {
  background: #fff url(images/sprites.png) -17px -5px no-repeat; overflow: hidden;
  color: rgb(184, 0, 0);
}

.views-exposed-form .views-exposed-widget input {
margin-left: 0px;
width:95%;
}

.views-exposed-form .views-exposed-widget .description {
font-size: 0.8em;
}

.views-exposed-form .views-exposed-widget #edit-title {
 max-width: 100%; /*LE - 55%*/
}

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: -5px   ; 
  margin-right: 0; 
  height: 30px; 
  width: 30px; 
  padding: 0; 
  cursor: pointer;
  text-indent: -9999px;
  background: url(images/sprites.png) -12px -210px no-repeat #b80000 ; overflow: hidden;
  border: none;
}

#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 {  }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; }

#search-form .form-item-keys label { display: block; }

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: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

#top-area {
  clear:both;
  position:relative;
  padding: 0 20px 0 20px;
  clear: left;
  width: 65%;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width:100%;
  padding-top:20px;
}

#top-area .column:hover{
}

#top-area h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#top-area h2 a {

}

#top-area .column .content{
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
 margin-top: 25px;
 margin-left: 20px;
 margin-bottom: 20px;
}

#top-area footer li {
margin:0px;
}

#footer {
  clear:both;
  color: #8A8A8A;
  margin-top: 25px;
}

#footer_wrapper{
  max-width: 900px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding: 1% 0;
  color:rgb(128, 128, 128);
}

#footer-area .column {
  float:left;
  width:30.8%;
  margin:0 0 1.9% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
  clear:both;    
  padding:0 0px;
  display:none;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
  color: #777;
  overflow: auto;
  padding: 0px 0px;
  background: #fff;
  border-top: 0px solid #484848;
}

.footer_inner_credit {
  max-width: 900px;
  height: 100px;
}

.social-icons {
  float: right;
  margin-top: -10px;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 3px 0px;
  margin: 0;
}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;
  padding:2px;
}

/*Admin style*/

#toolbar ul li{ background: none; }

.region-top-nav{ display: block; overflow: hidden; float: right;}

.region-top-nav .block-menu{ float: right; margin: 0; }

.region-top-nav h2{ display: none; }

.region-top-nav ul li { 
  display: inline-block;
  background: none;
  border-right: 1px solid #FFF;
  padding: 0 10px;
}

.region-top-nav ul li:last-child{
  border: 0;
}

.region-top-nav li a.active{
  color: #fff;
}

#user-login-form .form-text{ width: 90%; }

.view-front-page .views-field-field-cover-bild-zf{
# margin:20px;
}

.view-front-page .views-field-field-titel-heft-{
  font-weight:normal;
}

.view-reprint .views-field-field-titelbild{
  clear:left;
  float:left;
  margin:5px;
}

.view-reprint .views-field-title-1{
  clear:left;
}

.view-reprint .views-field-body{
  clear:left;
}

.view-reprint h3{
  clear:left;
  margin-top:5px;
  font-weight:normal;
}

.view-aktuell header{

}

.view-aktuell .node-page{
# clear:left;
# width:50%;  
# float:left;
}

.view-footer .view-reprint{
# clear:left;
# float:left;
# width:50%;
}

#block-block-4{
  clear:left;

}

.region-image-first .view-id-aktuell {

}

.region-image-sixth .view-id-aktuell {

}

#block-views-aktuell-block {

}

#block-views-aktuell-block p{
	margin-bottom:10px;
}

#block-views-aktuell-block strong{
	font-weight: bold;
}

.clearfix:after {
    clear: left;
}

#block-views-heft-block-1 .view-id-heft h3{
  margin-top:20px;
  font-size: 100%;
}

#block-views-heft-block-1 .view-id-heft .views-field-title{
  margin-bottom:10px;
}
#block-block-10{
  padding-top:30px;
}

.field-name-field-titel-heft-{

}

.field-name-field-titelbild{
  float:right;
  padding-right:50px;
}

#block-views-front-page-block-1 .view-content,
#block-views-front-page-block-7 .view-content {
  padding-left:20px;
  padding-right:20px;
}

.node-type-heft .view-display-id-block_1 .view-content {
  padding-left:0px;
  padding-right:0px;
}

.view-display-id-block_1 .views-field-title,
.view-display-id-block_7 .views-field-title {
 font-size: 1.3em;
 padding-bottom: 20px;
}

.view-display-id-block_1 .views-field-field-heftteaserbild-startseite,
.view-display-id-block_7 .views-field-field-heftteaserbild-startseite {
 padding-top: 20px;
}

#block-views-reprint-block-1 .views-field-title,
#block-views-reprint-block-2 .views-field-title {
 font-size: 1em;
 padding-bottom: 0px;
}

#block-views-reprint-block-1 .item-list ul,
#block-views-reprint-block-2 .item-list ul {
 padding-left: 20px;
}

#block-views-reprint-block-1 .item-list ul li,
#block-views-reprint-block-2 .item-list ul li {
# padding-bottom: 20px;
}

.node-type-heft h2,
.node-type-beitrag h2,
.node-type-autor-in h2,
.node-type-rubrik h2, /*LE*/
.page-rubrikenregister h2,
.node-type-materialsammlung h2 {
  background: transparent;
  padding-left:0px;
  padding-right:0px;
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 0.15em;
  margin-top: 1em ;
}

.node-type-heft #block-views-heft-block-1 .views-row {
 border-bottom: solid 1px #333;
}

#block-views-reprint-block-1 h3,
#block-views-reprint-block-2 h3 {
font-size: 1em;
# margin-bottom: -5px;
}

#block-views-reprint-block-1 .content {

}

.view-material .view-content, .view-autor-innen .view-content{

}

.node-beitrag .field-name-field-beitrag-untertitel {
  font-size:120%;
  margin-top: -21px;
  margin-bottom: 30px;
  color: #999;
}

.node-beitrag footer{
  float:right;
}

.view-heft td{
  width:33%;
}

#block-views-heft-block-4 {
  padding-left:50px;
  max-width: 60%;
}

.view-beitraege .view-grouping-header{
  font-size: 1.3em;
}

.view-autor-innen h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.view-autor-innen .views-row-last {
  margin-bottom: 25px;
}

.search-results .title {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 1em;
}

.search-results li {
    border-bottom: 0px solid #d3d7d9;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
}

.search-form {
    margin-bottom: 3em;
}

.search-results .search-info {
  font-size:0.8em;
  color: #999;
  margin-top:-1em;
  display: none;
}

/* tagclouds default example stylesheet **/

.wrapper.tagclouds {
  text-align : justify;
  margin-right: 1em;
}

.tagclouds-term a {
  color: #333;
}

.tagclouds-term {
  background: #efefef;
  min-width:100%;
  border: 0 none;
  font: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

.tagclouds.level1, .tagclouds.level2, .tagclouds.level3, .tagclouds.level4, .tagclouds.level5, .tagclouds.level6, .tagclouds.level7, .tagclouds.level8, .tagclouds.level9, .tagclouds.level10  {
  font-size : 0.9em;
}

.block-tagclouds .content {
white-space: pre-line;
}

.region-footer-first li {
  color: #fff;
    content: "/";
    float: right;
    margin-top: 3px;
}

.flexslider { 
  margin: 0 0 0;
  background: #fff; 
  border: 4px solid #fff; 
  position: relative; 
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  -o-border-radius: 0px; 
  border-radius: 0px; 
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0); 
  -moz-box-shadow: 0 1px 0px rgba(0,0,0,0); 
  -o-box-shadow: 0 1px 0px rgba(0,0,0,0); 
  box-shadow: 0 1px 0px rgba(0,0,0,0); zoom: 1;
  font-size: 95%; /*LE*/
}

.flexslider .field-content { 
 text-transform: uppercase;
}

.flexslider .slides img { 
 width:88%;
 margin-bottom: 0.5em;
}

.region-footer .menu {
 margin-left: -20px;
}

.region-footer .menu a {
  font-family:ScalaSansWebPro;
  text-transform: capitalize;
  display: block;
  color: rgb(184, 0, 0);
  text-align: center;
  padding: 5px 23px;
  text-decoration: none;
  float: left;
  font-size:1.1em;
}

.region-footer .menu a:hover,
.region-footer .menu li a.active{
  color: rgb(184, 0, 0);
  text-decoration: underline;
}

.region-footer .menu li:after {
    content: "/";
    float:left;
    color: rgb(184, 0, 0);
    margin-top: 3px;
}

.region-footer .menu li:last-child:after {
    content: "";
}

.region-footer .menu li li a.active{
  background: #DFDFDF;
  color: #837878;
}

.views-exposed-form label {
    font-weight: normal;
}

.page-frontpage .content-sidebar-wrap .field-content a:before,
.page-frontpage #block-block-4 a:before {
  content: "» ";
}

#block-views-aktuell-block a:before {
	content:"";
}

.page-frontpage #block-views-front-page-block-2 .views-field-nothing a,
.page-frontpage #block-views-front-page-block-10 .views-field-nothing a {
background: url(images/sprites.png) -16px -16px no-repeat;
padding-left: 20px;
margin-left: -20px;
}

.page-frontpage #block-views-front-page-block-2 .views-field-nothing ul,
.page-frontpage #block-views-front-page-block-10 .views-field-nothing ul {
border-top: solid 1px #666;
}

.page-frontpage #block-views-front-page-block-2 .views-field-nothing li,
.page-frontpage #block-views-front-page-block-10 .views-field-nothing li {
border-bottom: solid 1px #666;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
}

.page-frontpage #block-views-heft-block-9 .views-field-nothing a:before,
.page-frontpage #block-views-heft-block-6 .views-field-nothing a:before,
.page-frontpage #block-views-heft-block-21 .views-field-nothing a:before,
#block-block-9 a:before {
  content: "» ";
 margin-left: -18px;
}

.page-frontpage #block-views-heft-block-9 .views-field-nothing a,
.page-frontpage #block-views-heft-block-6 .views-field-nothing a,
.page-frontpage #block-views-heft-block-21 .views-field-nothing a,
#block-block-9 a {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.page-frontpage #block-views-heft-block-9 .views-field-nothing,
.page-frontpage #block-views-heft-block-6 .views-field-nothing,
.page-frontpage #block-views-heft-block-21 .views-field-nothing,
#block-block-9 {
 padding-left: 20px;
}

#block-block-9{
  font-size: 1em; /*LE*/
}

li.expanded, li.collapsed, li.leaf {
    margin: 0;
    padding: 0 0 0 20px;  
}

.node-type-heft .ui-widget {
    font-family: 'ScalaSansWebPro';
    font-size: 1em;
}

.node-type-heft .ui-accordion .ui-accordion-header {
    cursor: pointer;

    position: relative;
}
.node-type-heft .ui-corner-all {

}
.node-type-heft .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url("images/sprites.png") -22px -157px no-repeat scroll #fff;
    font-weight: normal;
    width: 30px;
}
.node-type-heft .ui-helper-reset {
    border: 0 none;
    line-height: 1.3;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

.node-type-heft .ui-state-default .ui-icon {
    background-image: none;
}

.node-type-heft .ui-accordion-icons .ui-accordion-header a {
    padding-left: 1.2em;
}

.node-type-heft .ui-state-active .ui-icon {
    background: url("images/sprites.png") -65px -167px no-repeat;
     width: 30px;
    padding: 30px;
}

.node-type-heft .ui-accordion .ui-accordion-header .ui-icon {
    left: -0.1em;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.node-type-heft .ui-accordion .ui-accordion-content {
    top: 0px;
}

.node-type-heft #content .views-field-title a.img {
  color: #b80000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.node-type-beitrag #content a img {

    
}

.view-header {
 padding: 5px 15px 35px 0 ; 
}

.view-grouping-content .item-list {
 padding: 15px 0px 15px 0 ; 
 border-bottom: solid 1px #333;
}

.page-archive .item-list ul,
.page-archiv .item-list ul {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  width:100%;
}

.page-archive .item-list li,
.page-archiv .item-list li {
 -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  width: 30%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 170px;
  max-width: 170px;
  padding-right: 15px;
  padding-bottom: 35px;
  font-size: 0.8em;
  line-height: 1.3em;
  float: left;
}

.locale-untranslated {
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    font-family: ScalaSansWebPro;
    padding: 5px 23px;
    text-align: center;
    text-decoration: line-trough;
}

.views-field-field-bildunterschrift-teaser, .views-field-field-bildunterschrift-teaser-en {
   font-size: 90%;
   line-height: 1em;
}

.views-field-field-autor-in {
   text-transform: uppercase;
   letter-spacing: 0.1em;
}

.page-rubrikenregister .view-content ul li {
   padding-bottom: 0px;
   margin-bottom: 20px;
    
}

.region-content {
   padding-top: 0px;
   margin-top: 20px;
}

.node-type-heft .region-content {
   padding-top: 0px;
   margin-top: 0px;
}

.node-type-beitrag .ZwUeberschrift {
  font-weight: bold;
  text-align: left;
}

.node-type-beitrag .KapitelUeberschrift{
  font-weight: bold;
  text-align: left;
  margin-top: 1.7em;
  margin-bottom: 0.5em;
}

.Gliederung {
#  font-weight: bold;
  margin-left: 22px;
  font-size: 0.9em;
}

.node-type-beitrag .Gliederung_alt p{
  text-align:left;
}

.node-type-beitrag .Gliederung_alt .ZwUeberschrift{
  font-weight:normal;
  font-size:0.9em;	
}

.Anmerkungen{
  margin-top: 20px;
  margin-bottom: 20px;
# font-weight: bold;
  font-size:0.9em;
}

.page-frontpage #flexslider-1 .flex-caption, 
.page-frontpage #flexslider-1 .views-field-field-autor-in {
 width:88%;
}

.page-frontpage #block-views-front-page-block-3 {
 margin-bottom: -20px;
}

.page-frontpage #block-views-front-page-block-1,
.page-frontpage #block-views-front-page-block-7 {
 margin-bottom: 10px;
}

#block-views-front-page-block-2,
#block-views-front-page-block-10 {
 margin-top: 50px;
}

.page-frontpage #block-views-reprint-block-1 .views-field-field-reprint-autoren a:before,
.page-frontpage #block-views-reprint-block-2 .views-field-field-reprint-autoren a:before {
 content:" ";
}

.page-frontpage #block-views-reprint-block-1 .views-field-field-reprint-autoren a,
.page-frontpage #block-views-reprint-block-2 .views-field-field-reprint-autoren a {
 text-transform: uppercase;
 letter-spacing: 0.1em;
}

.node-type-autor-in .views-field,
.node-type-autor-in .views-field p {
 margin-bottom: 20px;
}

.node-type-autor-in #block-views-beitraege-block-3 .views-field {
    margin-bottom: 0px;
}

.node-type-autor-in #block-views-beitraege-block-3 li {
    margin-bottom: 20px;
}

#block-views-beitraege-block-4 .content,
#block-views-heft-block-8 .content,
#block-views-beitraege-block-7 .content{
#  font-size: 0.9em;
}

.view-grouping {
 margin-bottom: 30px;
}

.node-type-materialsammlung .views-row {
 margin-bottom: 30px;
}

.node-type-materialsammlung .views-field-field-reprint-autoren {
 text-transform: uppercase;
}

.page-taxonomy-term .views-row {
 margin-bottom: 15px;
}

.page-taxonomy-term .views-row-last {
 margin-bottom: 50px;
}

#block-views-heft-block-23 .view-display-id-block_23,
#block-views-heft-block-24 .view-display-id-block_24 {
 /* margin-left: 20px; LE*/
}

.view-display-id-page h3{
  margin-bottom:5px;
  margin-top: 20px;
}

#content .views-field-field-nachname .field-content{
	font-weight: bold;
}

.view-autor-innen .views-field-field--forschungs-und-interessen ul li {
    list-style: disc outside none;
	margin-left: 18px;
}

.view-reprint .views-row{
	margin-bottom:15px;
}

.Besprechungen{
	font-size:80%;
	font-weight:bold;
}

.print_html{
	margin-left:0;
}

#block-views-beitraege-block-9{
#	float:left;
}

#block-views-beitraege-block-12 .block{
#	margin:0;
}

.media-zentriert {
	text-align:center;
}

.media-zentriert .field-name-field-beschreibung, .media-zentriert .field-name-field-file-image-title-text{
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

.media-links_mittel, .media-links_mittel_colorbox {
#	clear:both;
	float:left;
	margin-right:15px;
	max-width:220px;
}

.media-links_mittel .field-name-field-image-beschreibung p, .media-links_mittel_colorbox .field-name-field-image-beschreibung p{
	font-size: 0.8em;
	text-align: left;
	line-height: 1.1em;
	margin-bottom:0;
}

.media-rechts_mittel, .media-rechts_mittel_colorbox{
	clear:both;
	float:right;
	margin-left: 15px;
	max-width: 220px;
}

.field-name-field-image-beschreibung p{
	font-size: 0.8em;
	line-height: 1.1em;
	text-align:left;
	margin-bottom:0px;
	font-weight:normal;
}

.media-rechts_mittel .field-name-field-image-beschreibung p, .media-rechts_mittel_colorbox .field-name-field-image-beschreibung p{
	font-size: 0.8em;
	text-align: left;
	line-height: 1.1em;
	margin-bottom:0;
}


.media-zentriert_gross, .media-zentriert_gross_colorbox{
	clear:both;
	text-align:center;
	max-width:640px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.media-zentriert_gross .field-name-field-image-beschreibung p, .media-zentriert_gross_colorbox .field-name-field-image-beschreibung p{
	font-size:0.8em;
	text-align: left;
	line-height: 1.1em;
	margin-bottom: 0;
	padding-left:8%;
	padding-right:8%;
}

.media-3_bilder_bild_links_colorbox, .media-3_bilder_bild_mitte_colorbox, .media-3_bilder_bild_rechts_colorbox {
	float:left;
	padding-left:5px;
	padding-right:5px;
	width:31%;
	margin-bottom:25px; 
}

.media-2_bilder_bild_links_colorbox, .media-2_bilder_bild_rechts_colorbox {
	float: left;
	padding-left:5px;
	padding-right:5px;
	width:48%;
	margin-bottom:25px;
	text-align:center;
}


.media-zentriert_gross .field-name-field-video-beschreibung p{
	font-size: 0.8em;
	line-height: 1.1em;
	text-align:left;
	margin-bottom:0px;
	font-weight:normal;
	padding-left:8%;
	padding-right:8%;
}


.media-bild_ohne_abstand{
	margin-bottom:25px;
}

.media-bild_ohne_abstand img{
	margin-top:-20px;
}

.media-bild_ohne_abstand .field-name-field-image-beschreibung{
	margin-top:-43px;
}

.media-bild_ohne_abstand p{
	padding-left:2%;
	padding-right:2%;
}


.Bild{
	text-align:center;
}

.Bildlegende{
	font-size:0.8em;
	text-align:justify;
	line-height: 1.1em;
}

#edit-field-thematische-klassifikation-und {
	max-height:300px;
}

#block-views-beitraege-block-10 a{
	text-transform: lowercase;
}

.views-field-field-bildlegende img{
	clear:left;
	float:left;
}

.views-field-field-bildlegende .field-name-field-image-beschreibung p{
	clear:none;
	line-height:normal;
#	padding-left:250px;
#	margin-bottom:20px;	
}

.views-field-field-bildlegende img{
	padding-right:25px;
	margin-bottom:15px;
}
#block-views-beitraege-block-14 .views-row{
	clear:both;
	margin-bottom:15px;
}
#block-views-beitraege-block-14 h2{
	text-transform: none;
	letter-spacing: 0;
	font-size:100%;
	margin-bottom: 20px;
}
#block-views-beitraege-block-14 h2 a{
	background: none;
	margin-left: 0;
	padding: 0;
}

.field-name-field-beschreibung-audio p{
	font-size:0.8em;
	line-height:1.1em;
#	padding-left:8%;
#	padding-right:8%;
	text-align:left;
	margin-bottom:0;
	margin-top:10px;
}

.view-alle-klassifikatoren td{
	width:50%;
}

.node-beitrag ol{
	margin-left:22px;
	margin-bottom: 15px;
}
div.caption-left{
	margin: 3px 15px 10px 0;
}
div.caption-right{
	margin: 3px 0 10px 15px;
}

.node-beitrag ul{
	margin:15px;
}

.node-beitrag ul li{
	list-style:outside none disc;
}

