/* CSS Document */

/* Startseiten Regionen, größere Orte und zentrale Dienste */

div#main-column div.bigteaser {
    margin: 0 0 3em 0;
    border-bottom: 5px #ddd solid;
    clear: both;
}

div#main-column div.bigteaser img,
div#main-column div.smallteaser img{
  margin: 0 0 1em 0;
  border-top: 1px white solid;
}

div#main-column div.bigteaser h2,
div#main-column div.smallteaser h2 {
  margin: 0;
  font-weight: bold;
}

div#main-column div.bigteaser h2 a,
div#main-column div.smallteaser h2 a {
  color: #794C24;
}

div#main-column div.bigteaser p,
div#main-column div.smallteaser p {
  font-size: 0.9em;
}



div#main-column div.smallteaser {
  float: left;
  width: 47%;  
  overflow: hidden;
  margin: 0 0 3em 0;
  border-bottom: 3px #ddd solid;
  background: -moz-linear-gradient(top, #F7F7F7, #fff);
}

div#main-column div.smallteaser-links {
  margin-right: 6%;  
}

div#main-column div.smallteaser p.rubrik,
div#main-column div.bigteaser p.rubrik { 
  margin: 0;
  padding: 3px 3px 3px 0;
  font-size: 0.8em;
  color: #794C24;
  text-transform: uppercase;
}

div#main-column div.smallteaser h2 {
  font-size: 1.2em;
}


aside div#orte-searchbox {
  width: 100%;
  height: 4em;
  padding: 0.5em;
  background: url(../images/orte-serachbox_bg.png) top left repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

aside div#orte-searchbox input.suchfeld {
  width: 55%;
}

aside div#orte-searchbox input {
  width: 35%;
}

aside div#orte-searchbox h3 {
  margin: 0;
  border: none;
  color: white;  
  text-transform: none;
}

div#bibliothek ul {
  margin-left: 1em !important;
}

div#bibliothek {
  position: relative;
  border-bottom: 3px #ddd solid;  
  font-family: "Droid Serif", Georgia, Times, serif;
}

div#bibliothek h3 {
  /*
  margin: 3em 0 0 0;  
  */
  text-transform: uppercase;
}

div#bibliothek ul {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

div#bibliothek ul li {
  margin-bottom: 1em;  
}

div#bibliothek ul li a {
  color: #794C24;  
}

div#bibliothek ul li span {
  display: block;
  font-size: 0.7em;
  text-transform: uppercase;  
}

div#bibliothek ul li span.title-urn {
    color: #ab8d73;
    font-style: italic;
}


/* ############################ MONUMENTS ############### */

div#map_canvas_overview {
  width: 350px;
  height: 350px;
}

div#map_canvas_overview .map_infowindow {
  font-size: 1.2em;
}

div#map_canvas_overview .map_infowindow_image {
  float: left; 
  padding: 0 5px 0 0;
}

div.monuments_list {
  margin: 2em 0 0 0;
}

div.monuments_list_item {
  padding: 1.5em 0 1.5em 0;
  border-bottom: 1px silver solid;
  overflow: hidden;
  width:100%;
}

div#main-column div.monuments_list_item h2 {
  margin: 0;
  padding-top: 0;
}

div.monuments_list_item img {
  float: left;
  margin: 0 1em 0 0;
}

a div.monuments_list_item h2,
a div.monuments_list_item p {
  color: black;
  text-decoration: none;
}

a:hover div.monuments_list_item {
  background-color: #f6f6f6;
  text-decoration: none;
}

div#map_canvas {
  height: 200px;
  width: 358px;
}

body#regionet-7826 div#content-03 {
  counter-reset: headings 0;
}

body#regionet-7826 div#content-03 h3:before {
  counter-increment: 1;
  content: counter(headings, decimal);
}


/* ############################ ASPECTS ############### */



div.aspects_list {
  margin: 2em 0 0 0;
}

div.aspects_list_item {
  padding: 1.5em 0 1.5em 0;
  border-bottom: 1px silver solid;
  overflow: hidden;
}

div#main-column div.aspects_list_item h2 {
  margin: 0;
  padding-top: 0;
}

div.aspects_list_item img {
  float: left;
  margin: 0 1em 0 0;
}

a div.aspects_list_item h2,
a div.aspects_list_item p {
  color: black;
  text-decoration: none;
}

a:hover div.aspects_list_item {
  background-color: #f6f6f6;
  text-decoration: none;
}


/* ################ GLOSSARY - TOOLTIPS ################# */

.tx-glossary {
  text-decoration: none !important;
  word-break: unset;
}


abbr, acronym, dfn {
  color: #000;
  font-style:normal;
  border-bottom: 1px dotted #000;
  text-decoration: none;
  cursor: help;
}

abbr:hover, acronym:hover, dfn:hover {
  color: #f09101;
  position: relative;
  border-color:#f09101;
}

abbr[title]:after, acronym[title]:after, dfn[title]:after {
  content:  attr(title);
  position: absolute;
  top: 100%;
  width: 0;
  background-color: #f09101;
  color: white;
  text-align: center;
  padding: 0px 0px;
  border-radius: 5px;
  opacity:0;
  transition-property:  opacity,height;
  transition:0s;
}

abbr[title]:hover:after, acronym[title]:hover:after, dfn[title]:hover:after{
  width: 180px;
  z-index: 20;
  left: 0px;
  opacity:1;
  padding: 10px 10px;
  transition:0.25s linear opacity, 0.25s ease padding;
}


/* ###################### COLLAPSIBLE #################### */

.csc-collapsible-wrap input[type='checkbox'] {
  display: none;
}

.csc-collapsible-label {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem;
  color: #333;
  background: #f6b563;
  cursor: pointer;
  border-radius: 5px;
  transition: max-height 0.25s ease-out;
}

.csc-collapsible-label:hover {
  color: #white;
  background:#f08800;
}

.csc-collapsible-label::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;

  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}

.csc-collapsible-content {
  max-height: 0px;
  overflow: hidden;
  width:100%;
  background-color:#fdf1e2;

  transition: max-height .25s ease-in-out, padding-top .25s ease-in-out;
  margin-bottom: 1em;
}

.csc-collapsible-content h1,
.csc-collapsible-content h2,
.csc-collapsible-content h3 {
  display:none;
}

.csc-collapsible:checked + .csc-collapsible-label + .csc-collapsible-content {
  padding-top: 1em;
  max-height: unset;
}

.csc-collapsible:checked + .csc-collapsible-label::before {
  transform: rotate(90deg) translateX(-3px);
}

.csc-collapsible:checked + .csc-collapsible-label {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Forms (neue Version) */
.form-group {
  margin-top:10px;
  margin-bottom:10px;
}
.help-block {
  font-size:0.8em;
  color:#C0C0C0;
}
.help-block::before {
  content: '\A';
  white-space: pre;
}
.form-control {
  padding:5px;
  margin:10px;
}
.btn {
  font-size:1.2em;
  padding:5px;
  margin:15px;
}
