﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@font-face {
  font-family: 'CodexCom';
  /*src: url('../../fonts/CodexCom.eot?#iefix') format('embedded-opentype'),  url('../../fonts/CodexCom.woff') format('woff'), url('../../fonts/CodexCom.ttf')  format('truetype'), url('../../fonts/CodexCom.svg#CodexCom') format('svg');*/
  src:url('../../fonts/CodexCom.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
        font-family: 'icomoon';
        src:url('../../fonts/icomoon.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size:100.01%; }

 /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body{ font-family:Arial, Helvetica, sans-serif; font-size:75.00%; color:#444; }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; color:#222; margin:0 0 0.25em 0; }

  h1{ font-size:250%; font-weight: bold; color: #00305E; text-align:center; }                       /* 30px */
	@media(min-width:1024px){ h1{text-align:left;} }
  h2{ font-size:200%; font-weight: bold; color: #00305E; }                       /* 24px */
  .content h2{ display: none; }    /* Beschriftung Tabreiter als Überschrift im Reiter ausblenden */
  h3{ font-size:150%; font-weight: bold; color: #717171; }                       /* 18px */
  h4{ font-size:133.33%; font-weight: bold; color: #00305E; }                    /* 16px */
  h4.cal-month{ color: #FFFFFF; background-color: #00305E; padding: 3px; margin-top: 1em; }
  @media (min-width: 1024px){ footer#footer h4{ color:#FFFFFF; } }
  h5{ font-size:116.67%; font-weight: bold; color: #717171; }                    /* 14px */
  h5.cal-day{ margin-left: 2em; }
  .tabbertab h5{ font-size: 1.0em; margin-top: 10px; margin-bottom: 0px; }
  h6{ font-size:116.67%; font-weight: bold; color: #00305E; }                    /* 14px */
  .tabbox h6, .box h6{ font-size: 1.0em; font-weight: bold; color: #000000; }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 1em; }
  ul { list-style-type:disc; }
  ul ul { list-style-type:circle; margin-bottom:0; }
  ul.menulist{list-style-type: none; margin: 0;}

  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  li { margin-left:0.8em; line-height:1.5em; }
  .item{ background-color: #FFFFFF; border-width: 0px; border-bottom-width: 1px; border-style: solid; border-color: #717171; margin: 0px; padding: 0px; }
  .selected{ background-color: #717171; margin: 0px; padding: 0px; padding-left: 10px; }
  .level1{padding-left: 10px;}
  .level2{padding-left: 15px;}
  .level3{padding-left: 20px;}
  .level4{padding-left: 25px;}

  dt { font-weight:bold; }
  dd { margin:0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p { line-height:1.5em; margin:0 0 1em 0; }
  @media (min-width: 1024px){ footer#footer p{ color:#FFFFFF; } }

  blockquote, cite, q { font-family: CourierNew, serif; font-size: 1.0em; font-style: normal; text-decoration: none; font-weight: normal; color: #000000; }
  blockquote { margin:0 0 1em 1.6em; color:#666; }
  cite { color: #717171; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size:91.667%; }
 
  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr { border-bottom:1px #aaa dotted; font-variant:small-caps; letter-spacing:.07em; cursor:help; }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr { color:#fff; background:transparent; margin:0 0 0.5em 0; padding:0 0 0.5em 0; border:0; border-bottom:1px #eee solid; }
  
  div.cal-termin{ margin-left: 4em; }
  .eventdate{ font-size:0.8em; }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a{ color: #00305E; text-decoration: underline; background:transparent; }
  a:visited{ color: #717171; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - ändern Sie diese Regel mit Bedacht */
  a:focus { text-decoration:underline; color:#000; background: #fff;}
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; outline: 0 none; }
  
  @media (min-width: 1024px){ footer#footer a:hover{ color:#FFFFFF; } }

  a.external-link-new-window{
    background-image: url('../../grafik/externallink.gif');
    background-position: top left;
    background-repeat: no-repeat;
  
    padding-left: 14px;
  }

  a.download{
    background-image: url('../../grafik/downloadlink.gif');
    background-position: top left;
    background-repeat: no-repeat;
  
    padding-left: 14px;
  }
  
  a.tabselector, a.tabselector:hover, a.tabselector_selected, a.tabselector_selected:hover{
    font-weight: bold;
    color: #717171;
    text-decoration: none;
  }
  a.tabselector_selected{
    color: #FFFFFF;
  }
  a.tabselector:hover, a.tabselector_selected:hover{
    color: #00305E;
  }
  
  a.copyrightlink{
    text-decoration: underline;
    color: #FFFFFF;
  }
  a.copyrightlink:visited{
    color: #717171;
  }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }
  
  /*.ce-center .ce-inner{ margin:0 10px; width:calc(auto - 20px); }*/
  .csc-textpic-caption, .image-caption{ font-size:0.75em; color:#00305E; padding:2px; padding-bottom:5px; padding-left:0px; padding-right:0px; margin:0px; }
  
  .marginalie{ font-size: 0.7em; }
  .copyright{ font-size: 0.8em; color: #FFFFFF; text-align: center; margin-bottom: 2px; }

  .imgflagge { margin-left:3px; }

  .tx-timtabsociable-pi1 a img { margin-right:4px; }
  
  .flexible{ width:auto; max-width:100%; height:auto; }
  /* IE6 support - 2% space for borders */
  * html .flexible { width: 98%; }
  
  .ce-right .ce-gallery{ float:none; }
  @media(min-width: 800px){ .ce-right .ce-gallery{ float:right; width:49%; margin-left:2%; }}
  .ce-intext.ce-right .ce-gallery{ margin-left:0; }
  .ce-left .ce-gallery{ float:none; }
  @media(min-width: 800px){ .ce-left .ce-gallery{ float:left; width:49%; margin-left:2%; }}
  .ce-intext.ce-left .ce-gallery{ margin-left:0; }
  
  .frame-layout-51 .ce-gallery.ce-gallery-columns-2 .ce-column, .frame-layout-52 .ce-gallery.ce-gallery-columns-2 .ce-column{ width:calc(50% - 18px); }
  .frame-layout-51 .ce-gallery.ce-gallery-columns-3 .ce-column, .frame-layout-52 .ce-gallery.ce-gallery-columns-3 .ce-column{ width:calc(33% - 12px); }
  .frame-layout-51 .ce-gallery.ce-gallery-columns-4 .ce-column, .frame-layout-52 .ce-gallery.ce-gallery-columns-4 .ce-column{ width:calc(25% - 9px); }
  .frame-layout-51 .ce-gallery.ce-gallery-columns-5 .ce-column, .frame-layout-52 .ce-gallery.ce-gallery-columns-5 .ce-column{ width:calc(20% - 8px); }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Anpassungen Formulare
  *
  * @section forms
  */
  #login { color:#FFFFFF; }
  #login h3{ color:#FFFFFF; }
  #login label{ color:#FFFFFF; }
  #login .ym-form{ background:none; border:none; box-shadow:none; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#c30; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note { background:#BBBBBB; color:#000000; border:2px #717171 solid; padding:10px; margin-bottom:1em; }
  .important { background:#D9E0E7; color:#000000; border:2px #00305E solid; padding:10px; margin-bottom:1em; }
  .warning { background:#C8AA7F; color:#000000; border:2px #915600 solid; padding:10px; margin-bottom:1em; }

  .float_left { float:left; display:inline; margin-right:1em; margin-bottom:0.15em; }
  .float_right { float:right; display:inline; margin-left:1em; margin-bottom:0.15em; }
  .center { display:block; text-align:center; margin:0.5em auto; }
  
  .borderbottom{ border-bottom:1px solid #FFFFFF; }
  .bglightblue{ background-color: #D9E0E7}
  
  .form_error{ font-size:0.7em; color:#FF0000; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

  /*table { width:auto; border-collapse:collapse; margin-bottom:0.5em; border-top:2px #888 solid; border-bottom:2px #888 solid; }
  table caption { font-variant:small-caps; }
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td { padding:0.5em; }
  thead th { color:#000; border-bottom:2px #800 solid; }
  tbody th { background:#e0e0e0; color:#333; }
  tbody th[scope="row"], tbody th.sub { background:#f0f0f0; }

  tbody th { border-bottom:1px solid #fff; text-align:left; }
  tbody td { border-bottom:1px solid #eee; }

  tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }*/

  .contenttable{ width:100%; }
  
  table#footermenu{
    font-size: 0.8em;
    color: #FFFFFF;
    width: 100%;
    border-width: 0;
  }
  table#footermenu td{
    vertical-align: top;
  }
  table#footermenu ul{
    padding-left: 15px;
    margin-top: 0px;
  }
  table#footermenu ul li{
    color: #FFFFFF;
  }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */
  
  .rgtabs-container label{ font-size: 0.7em; }
  .current-info{ display:none; }

  .jquery_tabs ul.tabs-list li a{ background:#ccc; border:1px solid #888; color:#333; font-weight:bold; }
  .jquery_tabs ul.tabs-list li a:hover{ border-radius:8px 8px 0 0; border:1px solid #888; border-bottom:0; }
  .jquery_tabs ul.tabs-list li.current a{ border-radius:8px 8px 0 0; border:1px solid #888; border-bottom:0; }
  .jquery_tabs ul.tabs-list li.current a:hover{ border-radius:8px 8px 0 0; }

  .jquery_tabs .content{ border:1px #888 solid; clear:both; padding:0.5em; top:-2px; margin-bottom:-1px; }


  .page-navigation{ text-align:center; }
  .f3-widget-paginator{ list-style-type:none; text-align:center; }
  .f3-widget-paginator li{ display:inline-block; }

  /* #########################   N E W S   (tx_news)   ################################ */
  /* Teaser-Darstellung */
  .newsPreview{ position:relative; height:230px; background:#00305E;}
  .newsPreview .imgTransparent{ width:100%; height:100%; opacity:0.7; max-width:100%; }
  .newsPreview .imgGradient{ position:absolute; bottom:0; height:50%; width:100%; background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,48,94,0.01)) to(rgba(0,48,94,0.9))); background:linear-gradient(rgba(0,48,94,0.01), rgba(0,48,94,0.9)); }
  .newsPreview .news-list-category{ top:1em; left:0; padding:0.3em 0.6em; position:absolute; z-index:100; color:#EAB300; background:#EA4C00; }
  .newsPreview .news-list-teaser{ padding:0 1em; bottom:1em; left:0; position:absolute; z-index:100; color:#FFFFFF; }
  .newsPreview .news-list-teaser h4{ color:#FFFFFF; }
  .news-single .article .news-img-wrap{ float:none; margin:0; width:auto; }
  .news .article .news-img-wrap a{ float:none; border:none; padding:0; }
  
  /* ##########################   T E R M I N E   (tx_cal)   ########################### */
  /* Teaser-Darstellung */
  .eventPreview{ text-align:center; }
  .eventPreview .eventDate{ background-color:#00305E; padding:0.3em; color:#FFFFFF; margin-bottom:1em; }
  .eventPreview h4{ margin-bottom:1em; font-size:1.33em; display:block; height:2.3em; overflow:hidden; }
  .eventPreview .eventPreviewFooter{ width:100%; padding:0.3em; }
  .eventPreview a.ym-button{ background-image:linear-gradient(to bottom, #0056A6, #00305E); background-color:#00305E; color:#FFFFFF!important; border:1px solid #0056A6; }
  
  /* ##########################   S L I D E R   (slick)   ############################## */
  .slick-slide .imgTransparent{ opacity:0.99; max-width:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; padding-bottom:32%; }
		@media(min-width:980px){ .slick-slide .imgTransparent{width:980px; /*height:315px;*/ }}
  .slick-slide .imgGradient{ position:absolute; top:50%; height:50%; width:100%; background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,48,94,0.01)) to(rgba(0,48,94,0.9))); background:linear-gradient(rgba(0,48,94,0.01), rgba(0,48,94,0.9)); }
  .slick-slide .teaser{ padding:0 1em; bottom:0.3em; position:absolute; width:100vw; z-index:1005; color:#FFFFFF; border:0; background-color:transparent;}
		@media(min-width:980px){ .slick-slide .teaser{ width:100%; } }
  .slick-slide .teaser h2{ color:#FFFFFF; }
  
  /* ##########################   T E A S E R   ######################################## */
  .teaser{ border:1px solid #e8e8e8; background-color:#f8f8f8; }
  .teaser.ce-intext.ce-left .ce-gallery, .teaser.ce-intext.ce-right .ce-gallery{ width:auto; margin:0; }
  .teaser .ym-gbox.teaserPic{ padding:0; }
  .teaser .ym-gbox.teaserText{ text-align:center; padding-top:1em;}
  .teaser .ym-gbox.teaserText header{ margin-bottom:1.5em; }
  .teaser .ym-gbox.teaserText .ctaButton{ margin-top:2.5em; }
  .teaser .flexible{ margin:0; }

 /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left:12px;
    background-image:url('your_image.gif');
    background-repeat:no-repeat;
    background-position:0 0.45em;
  }
  */

@media all and (min-width: 1024px){
  /*--- Links ----------------------------------------------------------------------------------------- */  
  
  /*--- Formulare ------------------------------------------------------------------------------------- */
  #login .ym-form div{ width:33%; float:left; }
}
