/**********************************************************************\
| SPEZIAL STYLE                                                        |
+----------------------------------------------------------------------+
| Für:                 Neue Startseiten, (de|en)/index.shtml           |
| In Benutzung seit:   v5.7 (Redesign)                                 |
| Besonderheiten:      Zweispaltiges Design mit Boxen                  |
| Zuletzt geändert:    v5.7                                            |
|     08.04.2011: Startseitendesign noch mal geändert in so einen      |
|                 grauen Hintergrund und so                            |
|                                                                      |
\**********************************************************************/


div.startseiten-boxen,
div.startseiten-boxen div,
div.startseiten-boxen a.div {
    padding: 0 !important;
}

/* german, new design */
#content .cols {  margin-top: 2em; }
#content .cols .leftcol,
#content .cols .rightcol { padding: 0; }

#content div h2, /* id zur Bedeutungssteigerung */
#content a.div span.h2 {
    font-weight: bold;
    font-size: 113%;
    font-family: inherit; /* 04.01.10: Neue Header-Styles */
    border: none;         /*           neutralisieren     */
    color: #1A5160; /* gleiche Farbe wie Navilinks rechts */
}

#content div ul {
    text-align: justify;
    margin: 0;
    padding-left: 1em;
}

#content div.termine, 
#content a.div.termine {
    display: block;
    background-color: #EDF0F2;
    border: 1px solid #B6B5B4;
}

#content a.div.termine {
    margin-bottom: 1.5em !important;
    margin-left: auto;
    margin-right: auto;
    width: 338px;
}

#content a.div.termine:hover {
	background-color: #dfeaf0;
	border-color: #a41c1c;
}

#content a.div.termine.oben img.kalender {
	/* Icon oben */
	margin: 0;
	width: 85px;
}

#content a.div.termine.oben span.h2 {
    display: block;
    margin-left: 119px;
    margin-top: 13px;
}

#content div div.foto,
#startseitenfoto-en {
    /* #startseitenfoto-en für /en, da gibts kein #content */
    border: none;
    padding: 0;
    margin: 2em auto;
    background: none;
    width: 338px; height: 228px; /* Bildgrößen */
    position: relative;
	
	/* Hoehengleich mit den Terminen sein */
	margin-top: 0;
}

#content .foto p {
    position: absolute;
    bottom: 0; right: 0;
    margin: 0 3px 2px 0; 
    text-align: right;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
}




/*** Slider (http://meandmax.github.io/lory/) Styles ***/
/*** Started 2018-01-07 ***/

header h2 a.anchor { /* Keine Ablenkung */
	display: none;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
