@media all {
 /*
  * @section global typography settings
  *
  * vertical rhythm settings (based on em-unit)
  * -------------------------------------------
  * basefont-size:  14px (87.5%)
  * line-height  :  21px (factor: 1.5) */
  /* (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%;
  }

  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* font-size: 14px; */
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
  color: #444444;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #333;
/*    font-family: "Times New Roman", Times, serif; */
    font-family: 'PT Serif', Georgia, Palatino, "Palatino Linotype", FreeSerif, serif;
    font-weight: normal;
    margin: 0;
  }

  h1 {
    font-size: 321.42857%;
    line-height: 0.975;
    margin: 0 0 0.4375em 0;
  }

  h2 {
    font-size: 157.14286%; /* font-size: 22px; */
    font-size: 157.14286%; /* font-size: 22px; */
    /*line-height: 1.3125;*/
    line-height: 1.2;
    margin: 0 0 0.5em 0;
  }

  h3 {
    font-size: 142.85714%;
    line-height: 0.875;
    margin: 0 0 0.875em 0;
  }

  h4 {
    font-size: 128.57143%;
    line-height: 1;
    margin: 0 0 0.5em 0;
  }

  h5 {
    font-family: Arial, Helvetica, sans-serif;
/*    font-size: 114.28571%; */
    font-size: 100%;
    line-height: 1.16667;
    margin: 0 0 0.5em 0;
    font-weight: bold;
  }

  h6 {
    /* font-size: 14px; */
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }
  


  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  ul,
  ol,
  dl {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
  }

  ul {
    list-style-type: disc;
  }

  ol {
    list-style-type: decimal;
  }

  ul ul {
    list-style-type: circle;
    margin-top: 0;
  }

  ol ol {
    list-style-type: lower-latin;
    margin-top: 0;
  }

  ol ul {
    list-style-type: circle;
    margin-top: 0;
  }

  li {
    font-size: 100%;
    line-height: 1.5;
    margin-left: 1.2em;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0 0 1.5em 0.8em;
  }


  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p, .csc-textpic-below p:first-child:last-child {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.25em 0;
  }

  #margin p {margin-bottom: 1em;}

  p:last-child, #margin p:last-child  {margin-bottom: 0;}

  blockquote,
  cite,
  q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }

  blockquote {
    background: transparent;
    color: #666666;
    margin: 1.5em !important;
  }

  strong,
  b {
    font-weight: bold;
  }

  em,
  i {
    font-style: italic;
  }

  big {
    /* font-size: 16px; */
    font-size: 114.28571%;
    line-height: 1.3125;
  }

  small {
    /* font-size: 12px; */
    font-size: 85.71429%;
    line-height: 1.75;
  }

  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }

  pre {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  pre,
  code {
    color: #880000;
  }

  kbd,
  samp,
  var,
  tt {
    color: #666666;
    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: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  mark {
    background: yellow;
    color: black;
  }

  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.75em 0;
    padding: 0 0 0.67857em 0;
    border: 0;
    border-bottom: 1px #eeeeee solid;
  }

  a {
    color: rgb(171,129,50);
    background: transparent;
    text-decoration: none;
  }

  a:active {
    outline: none;
  }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - ändern Sie diese Regel mit Bedacht */
/*  a:hover,
  a:focus {
    background-color: #4d87c7;
    color: white;
    text-decoration: none;
  }*/

  a:focus,
  a:hover
  {
    color: #000;
    text-decoration: underline;
  } 
 
  a:hover:after {text-decoration: none;}

  /* --- images ------------------ */
  img,
  figure {
    margin: 0;
  }

  main figure, main img {
    height: auto;
    max-width: 100%;
    width: 100%;
    /* and for IE 8 */
    width: auto\9;
 }

/*  figure.csc-textpic-image {
    max-width: 100%;
    height: auto;
    width: auto;
  } */
  
  

/* .flexible ist YAML-style für resp. 100% Bildbreite */
  .flexible {
    margin-bottom: 1.5em;
    max-width: 100%;
    height: auto;
  }

  /* IE6 workaround - 2% space for possible borders */
  * html .flexible {
    width: 98%;
  }

  .bordered {
    margin-bottom: 1.5em;
    border: 2px #eee solid;
    border: 2px white solid;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }

  /**
  * ----------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */
  .highlight {
    color: #cc3300;
  }

  .dimmed {
    color: #888888;
  }

  .box {
    border-radius: 0.3em;
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #444;
    color: rgba(0, 0, 0, 0.8);
    padding: 1.42857em;
    margin: 0 0 1.5em 0;
  }
  .box > *:last-child {
    margin-bottom: 0;
  }

  .label {
    font-family: Verdana, Geneva, sans-serif;
    padding: 1px 6px 2px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    white-space: nowrap;
    border-radius: 3px;
    background: #06C;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
  }

  .more {
    padding: 0.5em 0.85em;
    display: inline-block;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background: rgb(236,203,144);
    background: rgba(171,129,50,0.60);
    color: #fff;
/*    font-size: 10px;
    line-height: 12px;*/
    text-transform: uppercase;
  }

  .more:focus, .more:hover {
    background: rgb(171,129,50);
    background: rgba(171,129,50,1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
  }

  .info {
    background: #f4f4f4;
  }

  .success {
    background: #88cc88;
  }

  .warning {
    background: #cccc88;
  }

  .error {
    background: #cc8888;
  }

  .float-left {
    float: left;
    display: inline;
    margin: 0 1em 1.5em 0;
  }

  .float-right {
    float: right;
    display: inline;
    margin: 0 0 1.5em 1em;
  }

  .center {
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
  }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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: 100%;
    border-collapse: collapse;
    color: #444444;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 1.35714em 0;
  }
  table.narrow {
    margin: 0 0 1.42857em 0;
  }
  table.narrow th,
  table.narrow td {
    padding: 0 0.5em;
    line-height: 1.42857;
  }
  table.fixed {
    table-layout: fixed;
  }
  table.bordertable {
    border: 1px #ccc solid;
  }
  table.bordertable thead th {
    background: #e0e0e0;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }
  table.bordertable tbody th[scope="row"] {
    background: #f0f0f0;
  }
  table.bordertable tbody th {
    border-right: 1px solid #ccc;
  }
  table.bordertable tbody td {
    border-right: 1px solid #ccc;
  }

  caption {
    font-variant: small-caps;
  }

  th,
  td {
    line-height: 1.5em;
    vertical-align: top;
    padding: 0.71429em 0.5em;
  }

  th *:first-child,
  td *:first-child {
    margin-top: 0;
  }

  th.nowrap,
  td.nowrap {
    white-space: nowrap;
  }

  thead th {
    text-align: left;
    color: #000;
    border-bottom: 2px #000 solid;
  }

  tbody {
    /* highlight row on mouse over */
  }
  tbody th {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  tbody td {
    text-align: left;
    border-top: 1px solid #ccc;
  }
  tbody tr:hover th,
  tbody tr:hover td {
    background: #f8f8f8;
  }


  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * content | Inhalt
  */
   #today h2 {color: #fff; }
   
   .csc-header-n1 {padding-top: 0.85em;}
   .frame-101 .csc-header-n1 {padding-top: 0;}
   
   .csc-default {overflow: hidden; margin-bottom: 1.5em;}
   #margin .csc-default {margin-right: 20px}
   
   .csc-sitemap ul {list-style-type: none; color: #AB8132}
   .csc-sitemap ul ul {list-style-type: square;}
   .csc-sitemap ul ul ul {margin-bottom: 0;}
   .csc-sitemap ul li {font-size: 128.57143%; line-height: 1.16667; margin: 0.65em 0 0 0; font-family: 'PT Serif', Georgia, Palatino, "Palatino Linotype", FreeSerif, serif;}
   .csc-sitemap ul li ul li {font-size: 0.9rem; margin: 0.35em 0 0 1.2em; font-family: Arial, Helvetica, sans-serif;  }
   
   /* Margin weg, damit Rahmen am Bild anliegt */
/*   div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {margin-bottom: 0;}*/
   
   #watchword, .frame-101, .frame-106 {
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 2px #CCCCCC;
    box-shadow: 0 1px 2px #CCCCCC;
   }

   #watchword {
  background: rgb(255,255,255) url(../images/watchword.jpg) left bottom no-repeat;
  padding: 1rem;
  overflow: hidden;
   }
   #watchword .csc-default {margin-bottom:0;}
   #watchword blockquote {margin: 0 !important; }
   #watchword blockquote + * {margin-top: 1em; text-align: right;}
   #watchword a {text-decoration: none; color: #444;}

/* Standard-Frame */
   .frame-100 {background: #fdf7ed /*#fef3df*/; margin-bottom: 0.75em;}
   .frame-100 header {background: #f8f1df /*#e6d9c0*/;}
   .frame-100 h2 {color: #AB8132; /*margin-bottom: 0.15em;*/}

/* Teaser-Box */
   .frame-101 {margin-top: 1px; margin-bottom: 1.85em; }
   .frame-101 h2 {margin: 0.85rem 1rem 0.85rem 1rem }
   .frame-101 p {margin: 0 1rem 1rem 1rem }

   .frame-102, .frame-103, .frame-104, .frame-105, .frame-106 { padding:  0.85rem 1rem 1rem 1rem; margin-bottom: 1.85em;}
   .gridelements .frame-102, .gridelements .frame-103, .gridelements .frame-104, .gridelements .frame-105 {margin-bottom: 1.5em;}
   .gridelements .frame-0:last-child, .gridelements .frame-102:last-child, .gridelements .frame-103:last-child, .gridelements .frame-104:last-child, .gridelements .frame-105:last-child  {margin-bottom: 0;}

   .frame-102 .csc-header-n1, .frame-103 .csc-header-n1, .frame-104 .csc-header-n1, .frame-105 .csc-header-n1 { padding: 0;}

/* Hinterlegung Sand */
   .frame-102 {background: #fdf7ed;}
   .frame-102 .csc-header, .frame-102 .csc-header-n1  {}
   /*.frame-102 h2 {margin-bottom: 0.15em;}*/
   
/* Hinterlegung Stein */
   .frame-103 {background: #ead7bf; }
   .frame-103 {background: rgba(220,189,148,0.6); }
   .frame-103 header {}
   /*.frame-103 h2 {margin-bottom: 0.15em;}*/
   
/* Hinterlegung Himmel */
   .frame-104 {background: #b7cee4; }
   .frame-104 {background: rgba(152,185,217,0.7); }
   .frame-104 header {}
   /*.frame-104 h2 {margin-bottom: 0.15em;}*/

/* Hinterlegung Rot */
   .frame-105 {background: #d9a9a9; }
   .frame-105 {background: rgba(160,40,40,0.4); }
   .frame-105 header {}
   /*.frame-105 h2 {margin-bottom: 0.15em;}*/

/* Teaser-Box Hinterlegung Stein */
   .frame-106 {background: #ead7bf; margin-top: 1px; margin-bottom: 1.85em; }
   .frame-106 .csc-header-n1  {padding-top: 0}
   .frame-106 h2 {margin-bottom: 0.75em;}
   .frame-106 p {max-height: 4.5em; overflow: hidden;}
   
   /*.frame-101 {}
   .frame-101 h2 {margin: 0.85rem 1rem 0.85rem 1rem }
   .frame-101 p {margin: 0 1rem 1rem 1rem }*/
   
   .accordion h2 {margin-bottom: 0.15em;}

/* Textformate RTE */
     p.hinweis {font-size: 0.85em; }

/* Linkauszeichnungen */
  .link-button {display: inline-block; background-color: #d1a771; background-color: rgba(220,189,148,0.6); padding:0.75em 1em; margin: 0.25em; font-size: 1.15em; text-transform: uppercase; letter-spacing:0.05em;  word-wrap: break-word;}
  .frame-106 .link-button {display: block; padding: 0.5em 1em; margin: 0.25em 0; letter-spacing:0.075; text-align: center; }
  .link-button:focus,
  .link-button:hover
  {
  background-color: lime; 
  background-color: rgba(171, 129, 50,1);  
  color: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  }
 
  .link-button:hover:after {text-decoration: none;}

  #margin .link-button {display: block; margin-right: 20px;}
     
   #footer a {color: #FFFFFF;}
   #footer li {list-style-type: none; margin-left: 0;}
   #footer h6 {color: #ffffff; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0.02em }
   #footer .page-31 {margin-top: 1.5em;}

}

@media only screen and (max-width: 1010px) {

}


@media only screen and (max-width: 768px) {
  #margin .link-button {display: inline-block; margin-right: 0;}
  #margin .csc-default {margin-left: 20px}
  #margin .csc-default:first-child {margin-top: 1.5em;}
}


@media only screen and (max-width: 480px) {
.gridelements .frame-102:last-child, .gridelements .frame-103:last-child, .gridelements .frame-104:last-child, .gridelements .frame-105:last-child  {margin-bottom: 1.5em;}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
div.csc-textpic-intext-right .csc-textpic-imagewrap, 
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {float: none; margin: 0;}
.csc-textpic-intext-left-nowrap .csc-textpic-text,
.csc-textpic-intext-right-nowrap .csc-textpic-text {margin-left: 0 !important; margin-right: 0 !important;}
}

