﻿/* Design-Anpassungen für Leichte Sprache  */

/* Rückt den Inhalt auf der Startseite weiter nach rechts, weil sonst wg. fehlender Subnavi Text zu weit weg von Bildern */
div#Inhalt_startseite
{
  margin: 2em 0em 1em 225px;
}

div#Inhalt p, div#Inhalt_startseite p, div.zweispaltencontainer p, div.dreispaltencontainer p, div#Inhalt_zweicol {
  font-size: 110%; display: flow-root; font-family: Arial,Helvetica,FreeSans,sans-serif;
}

h1, h2, h3, h4 { font-size: 110%; }

div#Inhalt a, div#Inhalt_startseite a { text-decoration: underline;}

div#Inhalt img, div#Inhalt_startseite img {
  margin: 1em 0;
}

div#Inhalt ul, div#Inhalt ol, div#Inhalt_zweicol ul, div#Inhalt_zweicol ol,
div#Inhalt li, div#Inhalt_zweicol li {
    display: flow-root;
    font-size: inherit;
    font-family: Arial,Helvetica,FreeSans,sans-serif;
}

ul#abgeordnetenliste li img { margin: 0; clear: both;}

div#Navigation li {
    font-size: 120%;
}

/* Trennlinien beenden Textfluß */
hr { clear: both; border-top: 0.2em dotted #a1a1a1; }

/* Ausblenden der rechten Spalte */
#Rechts {
  display: none; width: 0;
}

.cta {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #d43225;
    background-image: linear-gradient(to bottom, #982018, #e45d54);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none; !important
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}
.cta:hover, .cta:focus {
    background-color: #d43225;
    background-position: 0 -36px;
    color: #ffffff;
    text-decoration: none; !important
    transition: background-position 0.1s linear 0s;
}
.cta:visited, .cta:link {
    color: #ffffff;
    text-decoration: none; !important
}




/*
   TODO: andere Browser testen
   FIXME: "Keine Termine gefunden" in tx_cal Lokalisierung ersetzen durch richtigen Satz
   TODO: Form-Mailer auf id=475 */
