Benutzer:Feal/piratenskin.css

Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/*
Theme Name: Piratenkleider
Theme URI: http://www.korbinian-polk.de/piratenkleider
Description: theme for piratenpartei.de
Author: Korbinian Polk
Author URI: http://www.korbinian-polk.de
Version: 1.1
Tags: orange, two-columns, responsive, fluid-width
License: CC-BY-SA 3.0 
License URI: http://creativecommons.org/licenses/by-sa/3.0/de/deed.de
*/
@font-face {
  font-family: 'BebasNeueRegular';
  src: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/fonts/BebasNeue-webfont.eot");
  src: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/fonts/BebasNeue-webfont.woff") format("woff"), url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/fonts/BebasNeue-webfont.ttf") format("truetype"), url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* reset --------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%; }

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Utility ----------------------------------------------------------------- */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 10px; }

.wp-caption {
  text-align: center;
  background: #eeeeee;
  padding: 5px;
  margin: 5px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Typography -------------------------------------------------------------- */
body, select, input, textarea, button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: black; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 9px;
  font-weight: normal; }

h1, h2, h3 {
  font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
  letter-spacing: 1px; }

h1 {
  font-size: 26.4px;
  line-height: 21.6px; }

h2 {
  font-size: 22.8px;
  line-height: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 14.4px; }

h5 {
  font-size: 13.2px; }

h6 {
  font-size: 12px; }

a {
  vertical-align: baseline;
  position: relative;
  text-decoration: none;
  color: #2d7dc5;
  -webkit-tap-highlight-color: #2d7dc5; }
  a:visited {
    color: #2d7dc5; }
  a:active {
    top: 1px; }
  a:hover {
    color: #111; }
  a:hover, a.active {
    outline: 0px solid !important; }
  a:focus {
    outline: 1px dotted black; }

p {
  margin-bottom: 0; }

blockquote {
  margin: 18px;
  padding: 0 0 0 18px;
  text-indent: 18px;
  border-left: 2px solid #eeeeee; }
  blockquote p {
    margin-bottom: 0; }

b, strong {
  font-weight: bold; }

q, i, em, cite, blockquote {
  font-style: italic; }

ins, mark {
  background-color: #ff8800;
  color: black;
  text-decoration: none;
  font-style: italic; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto; }

code, kbd, samp, pre, tt, var {
  font-family: consolas, "courier new", courier, monospace; }

abbr, acronym {
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: .1em; }

abbr[title], acronym[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 5px;
  background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/jolly.png") no-repeat center center;
  height: 26px; }

::selection {
  background: #2d7dc5;
  color: white; }

::-moz-selection {
  background: #2d7dc5;
  color: white; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dl {
  margin: 0 0 18px 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 18px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 18px; }

caption {
  margin-bottom: 9px; }

caption, th, thead, legend {
  font-weight: normal; }

tr:hover {
  background: rgba(0, 0, 0, 0.02);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

th, td {
  text-align: left;
  line-height: inherit;
  padding: 5px;
  border-top: solid 1px #eeeeee; }

td {
  vertical-align: top; }

th {
  font-weight: bold; }

form {
  width: 100%;
  margin-bottom: 0; }
  form p {
    margin-bottom: 0; }
  form small {
    display: block;
    line-height: 14px; }

fieldset {
  border: 1px solid #eeeeee;
  padding: 18px; }

legend {
  padding: 0 5px;
  margin-left: -5px;
  margin-top: -3px;
  font-weight: bold; }

.ie6 legend, .ie7 legend {
  margin-left: -7px; }

label, input[type="button"], input[type="submit"], input[type="image"], select, button {
  cursor: pointer;
  *overflow: visible; }

input[type="radio"], input[type="checkbox"] {
  margin: 5px;
  *height: 13px;
  *width: 13px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

input[type="text"], input[type="password"], input[type="select"], input[type="search"], input[type="file"], input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 5px 5px 0; }

input[type="text"] {
  padding: 5px; }

.ie6 input {
  vertical-align: text-bottom; }

label {
  position: relative;
  display: block;
  margin: 0 5px 5px 0;
  font-weight: bold; }

input, select {
  vertical-align: middle; }

option {
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  display: block;
  margin-bottom: 9px;
  width: 100%; }

input, select, textarea {
  padding: 5px;
  border: 1px solid #eeeeee;
  background: white;
  background: rgba(255, 255, 255, 0.6); }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  border: 1px solid black;
  background: white; }

button, input[type="submit"], .post-edit-link {
  padding: 5px 10px;
  overflow: visible;
  position: relative;
  background: #2d7dc5;
  color: white !important;
  margin: 0 2px 2px 0;
  border: 1px solid #2d7dc5;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #4e96d7;
  border-bottom: 1px solid #1a4872;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 -1px 0 #112e48;
  background-color: #2d7dc5;
  background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  background-image: linear-gradient(top, #2d7dc5, #24639b); }
  button:hover, input[type="submit"]:hover, .post-edit-link:hover {
    background-color: #2d7dc5;
    background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
    background-image: linear-gradient(top, #2d7dc5, #1a4872);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  button:active, input[type="submit"]:active, .post-edit-link:active {
    top: 1px; }

body {
  background: white url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/bg-tags_gray.jpg") -20% 0 fixed; }

.section {
  padding: 0 10px; }

.skin {
  padding: 20px; }

.row {
  max-width: 958px;
  overflow: hidden;
  margin: 0 auto; }

.skiplinks {
  margin: 0; }
  .skiplinks li {
    list-style: none;
    width: 100%; }
    .skiplinks li a {
      position: absolute;
      display: block;
      top: -100px; }
      .skiplinks li a:focus, .skiplinks li a:active {
        position: static;
        width: 100%;
        display: block;
        border: 0px solid;
        background: #2d7dc5;
        color: white;
        outline: 0px;
        text-align: center;
        padding: 5px; }
      .skiplinks li a:hover {
        background: #ff8800;
        color: black; }

.header {
  position: relative;
  background-color: #eeeeee;
  background-image: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/darkwave.png"), url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/boat.png");
  background-position: -20% bottom, 56% bottom;
  background-repeat: repeat-x, no-repeat; }
  .header .branding {
    padding: 10px 0 0px 0; }
  .header input[type="text"] {
    border-color: silver;
    width: 100% !important; }

.logo {
  display: inline-block;
  overflow: hidden; }

.nav-top ul {
  display: none; }

.nav-top ul.menu, .nav-main ul.menu {
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.5); }
  .nav-top ul.menu a, .nav-main ul.menu a {
    display: block; }
    .nav-top ul.menu a:hover, .nav-main ul.menu a:hover {
      background: white; }
  .nav-top ul.menu li.has_children ul.sub-menu, .nav-main ul.menu li.has_children ul.sub-menu {
    z-index: 999;
    position: absolute;
    top: -999em; }

#searchform {
  padding: 10px 10px 5px 10px;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.5);
  position: relative; }
  #searchform #searchsubmit {
    position: absolute;
    top: 10px;
    right: 8px;
    background: #2d7dc5 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/lupe.png") no-repeat center center;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -999em; }

.fullwidth #searchform input[type="text"] {
  width: 100%; }

.sticker {
  width: 299px;
  margin: 0 auto; }
  .sticker .skin {
    padding: 0; }
    .sticker .skin a {
      background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/pirat-icons.png") no-repeat scroll 0 0 transparent;
      width: 129px;
      height: 77px;
      float: left;
      overflow: hidden;
      text-indent: -999em;
      display: block; }
      .sticker .skin a.member:hover {
        background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/pirat-icons.png") no-repeat scroll 0 -77px transparent; }
      .sticker .skin a.spenden {
        background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/pirat-icons.png") no-repeat scroll -129px 0 transparent; }
        .sticker .skin a.spenden:hover {
          background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/pirat-icons.png") no-repeat scroll -129px -77px transparent; }

.newsletter .skin {
  padding: 10px 10px 5px 10px;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .newsletter .skin form {
    overflow: hidden;
    position: relative; }
    .newsletter .skin form legend {
      color: gray;
      font-weight: lighter; }
    .newsletter .skin form input[type="text"] {
      width: 100% !important; }
    .newsletter .skin form input[type="submit"] {
      position: absolute;
      right: -2px;
      top: 15px; }
      .newsletter .skin form input[type="submit"]:active {
        top: 0; }

.breadcrumbs {
  background: black;
  color: #eeeeee; }
  .breadcrumbs .skin {
    padding: 5px 20px 5px 15px;
    color: silver; }
    .breadcrumbs .skin a {
      color: white;
      display: inline-block;
      padding: 0 5px;
      background: rgba(255, 255, 255, 0.2); }
      .breadcrumbs .skin a:hover {
        color: #ff8800; }

.teaser {
  background: #ff8800 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/bg-tags.png") -20% top fixed; }
  .teaser .row {
    background: #c96a00;
    background: rgba(0, 0, 0, 0.3) -20% 0 fixed; }
  .teaser .first-teaser-widget-area {
    background: #111;
    float: left;
    width: 100%; }
  .teaser .second-teaser-widget-area {
    float: right;
    width: 100%; }

.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

.flexslider .slides > li {
  display: none; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flex-direction-nav {
  display: none; }

.flex-control-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  z-index: 800; }
  .flex-control-nav li {
    float: left;
    margin-right: 1px; }
    .flex-control-nav li a {
      display: block;
      padding: 0px 5px;
      background: white;
      background: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      color: black; }
      .flex-control-nav li a.active {
        background: white; }

.slide h2 {
  margin-left: -5px; }
  .slide h2 a {
    background: #2d7dc5 !important;
    padding: 2px 5px 0px 5px !important; }
    .slide h2 a:hover {
      background: #ff8800 !important; }
.slide h3 {
  display: inline-block;
  font-size: 18px !important; }
.slide .caption {
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  text-align: right; }
  .slide .caption h2, .slide .caption h3, .slide .caption h4, .slide .caption h5, .slide .caption p {
    margin-bottom: 0; }
  .slide .caption h3 {
    font-size: 12px;
    margin-bottom: 5px; }
  .slide .caption a {
    background: #2d7dc5;
    color: white;
    display: inline-block;
    padding: 0 5px; }

.second-teaser-widget-area .skin {
  padding: 10px; }
.second-teaser-widget-area li {
  margin-bottom: 1px;
  background: orange;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .second-teaser-widget-area li a {
    padding: 1.5em 10px 1em 50px;
    border: 0px solid;
    color: black;
    display: block;
    text-shadow: 0 0 0; }
    .second-teaser-widget-area li a div {
      color: white;
      font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
      letter-spacing: 1px;
      text-shadow: 0 -1px 1px #c36800;
      font-size: 19px; }
    .second-teaser-widget-area li a:hover {
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      padding-left: 55px !important; }
  .second-teaser-widget-area li:hover {
    background: #ff8800;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.second-teaser-widget-area li.first a {
  background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/cta-icons.png") no-repeat scroll 10px 10px transparent; }
  .second-teaser-widget-area li.first a:hover {
    background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/cta-icons.png") no-repeat scroll 10px 10px transparent; }
.second-teaser-widget-area li.second a {
  background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/cta-icons.png") no-repeat scroll 10px -90px transparent; }
  .second-teaser-widget-area li.second a:hover {
    background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/cta-icons.png") no-repeat scroll 10px -90px transparent; }
.second-teaser-widget-area li.third a {
  background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/cta-icons.png") no-repeat scroll 10px -190px transparent; }
  .second-teaser-widget-area li.third a:hover {
    background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/cta-icons.png") no-repeat scroll 10px -190px transparent; }

.content {
  background: #ff8800 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/bg-tags.png") -20% top fixed; }
  .content .row {
    overflow: hidden;
    background: #ff8800;
    background: rgba(255, 136, 0, 0.7) !important; }
  .content p, .content form {
    margin-bottom: 18px; }
  .content img {
    margin: 0 10px 10px 0; }
  .content ul {
    margin: 0 0 18px 25px; }
    .content ul li {
      margin-bottom: 5px;
      slist-style: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/listitem.png") !important; }
  .content ol {
    margin: 0 0 18px 20px; }
    .content ol li {
      margin-bottom: 5px; }
  .content .startpage-widget-area ul li, .content .startpage-widget-area ol li {
    list-style: none !important;
    margin-bottom: 0; }
  .content .startpage-widget-area .first-startpage-widget-area ul li {
    margin-bottom: 5px; }
  .content .startpage-widget-area ul.children {
    margin: 0 0 0 5px !important; }
  .content .content-aside p, .content .content-aside table, .content .content-aside blockquote, .content .content-aside form, .content .content-aside img {
    margin-bottom: 20px; }
  .content .content-aside ul, .content .content-aside ol {
    margin: 0 0 20px 0; }
    .content .content-aside ul li, .content .content-aside ol li {
      list-style: none !important; }
  .content ul {
    list-style: disc; }
  .content ul ul, .content ol ol, .content ul ol, .content ol ul {
    margin-bottom: 0; }

.content-primary {
  overflow: hidden;
  background: white; }
  .content-primary input, .content-primary select, .content-primary textarea {
    border: 1px solid silver; }
  .content-primary .columns {
    float: left; }
    .content-primary .columns .column1, .content-primary .columns .column2 {
      margin-bottom: 20px; }
      .content-primary .columns .column1 hr, .content-primary .columns .column2 hr {
        display: none; }
    .content-primary .columns .column1 {
      float: left; }
    .content-primary .columns .column2 {
      float: right; }
  .content-primary .post-nav {
    margin-bottom: 20px;
    overflow: hidden; }
    .content-primary .post-nav a {
      font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
      font-size: 20px; }
    .content-primary .post-nav ul li {
      list-style: none !important; }
    .content-primary .post-nav .back a {
      background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/bigback.png") no-repeat center left;
      display: block;
      padding-left: 25px; }
    .content-primary .post-nav .forward a {
      background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/bigforward.png") no-repeat center right;
      display: block;
      padding-right: 25px; }
    .content-primary .post-nav .related {
      padding-left: 0; }
      .content-primary .post-nav .related li {
        list-style: none; }
        .content-primary .post-nav .related li img {
          display: none !important; }
  .content-primary ol.az {
    margin: 0 !important;
    overflow: hidden;
    width: 100%; }
    .content-primary ol.az h2 {
      background: #eeeeee;
      float: left;
      padding: 5px 10px;
      -moz-box-shadow: 1px 1px 2px #444444;
      -webkit-box-shadow: 1px 1px 2px #444444;
      box-shadow: 1px 1px 2px #444444; }
    .content-primary ol.az dl {
      float: left; }
      .content-primary ol.az dl dt {
        font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: lighter;
        letter-spacing: 1px; }
      .content-primary ol.az dl dd {
        margin-bottom: 5px; }
    .content-primary ol.az li {
      list-style: none !important; }
  .content-primary .grid-3cols .figure {
    float: left;
    width: 33%;
    padding: 0 20px 0 0; }
  .content-primary .sprungmarken {
    padding: 5px;
    margin: 0 0 20px 20px;
    text-align: right;
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
    .content-primary .sprungmarken ol {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      .content-primary .sprungmarken ol li {
        list-style: none !important;
        margin: 0;
        padding: 0; }
        .content-primary .sprungmarken ol li a {
          padding: 2px 5px;
          background: #2d7dc5;
          margin: 0 2px 2px 0;
          color: white;
          display: inline-block;
          border-radius: 2px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px; }
          .content-primary .sprungmarken ol li a:hover {
            background: #ff8800;
            color: black; }
    .content-primary .sprungmarken ol.azjumper li {
      float: left; }

.page .content-header {
  position: relative;
  height: 150px; }
  .page .content-header #page-title {
    position: absolute;
    left: 15px;
    top: 18px;
    display: inline-block;
    background: white;
    padding: 3px 5px 1px 5px; }

.subnav {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 50%;
  float: right;
  margin: 0 0 10px 10px !important; }
  .subnav ul {
    margin: 0 !important;
    padding: 0 !important; }
  .subnav li {
    list-style: none !important;
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    text-align: right; }
    .subnav li a {
      background: #2d7dc5;
      color: white;
      padding: 0px 5px; }
      .subnav li a:hover {
        background: #ff8800;
        color: black;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.single .post {
  position: relative; }
.single .social_share_privacy ul {
  margin: 0; }
  .single .social_share_privacy ul li {
    list-style: none !important;
    height: auto; }
    .single .social_share_privacy ul li .dummy_btn {
      margin-left: 0; }
    .single .social_share_privacy ul li .switch {
      background: white;
      width: 0; }
  .single .social_share_privacy ul li.facebook, .single .social_share_privacy ul li.twitter {
    width: 120px; }
  .single .social_share_privacy ul .help_info.icon {
    background: #2d7dc5 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/info.png") no-repeat center center scroll;
    border: 2px solid;
    width: 0;
    height: 0;
    padding: 6px 10px 8px 4px;
    margin-top: 2px; }
.single .post-edit-link {
  margin-top: 20px; }

.post .post-title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 18px; }
  .post .post-title h1 {
    line-height: 24px; }
  .post .post-title h2 {
    display: inline; }
.single .post .post-title h1 {
    margin-top: 20px; }
.single .post .post-title h2 {
    margin-top: 20px; }
.post .post-info {
  float: left;
  position: relative;
  margin-top: -10px; }
  .post .post-info .commentbubble {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 0; }
    .post .post-info .commentbubble a {
      background: #ff8800;
      color: white;
      display: block;
      line-height: 13px;
      font-size: 10px;
      height: 13px;
      padding: 0 4px;
      color: black;
      font-weight: bold;
      text-align: center;
      border-radius: 14px;
      -moz-border-radius: 14px;
      -webkit-border-radius: 14px; }
  .post .post-info .cal-icon {
    background: #eeeeee;
    margin-left: -20px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px #444444;
    -webkit-box-shadow: 1px 1px 2px #444444;
    box-shadow: 1px 1px 2px #444444; }
    .post .post-info .cal-icon span {
      display: block;
      text-align: center;
      line-height: 10px; }
    .post .post-info .cal-icon .day {
      font-size: 24px;
      font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
      line-height: 18px; }
    .post .post-info .cal-icon .month {
      font-size: 10px; }
    .post .post-info .cal-icon .year {
      font-size: 10px; }
.post .post-entry {
  padding-top: 10px; }
.post .post-meta {
  overflow: hidden;
  font-size: 10px !important;
  color: gray;
  width: 100%; }
  .post .post-meta a {
    color: black; }
  .post .post-meta .post-edit-link {
    float: left;
    font-size: 12px; }

.post-comments #comments-title {
  margin-bottom: 20px; }
.post-comments ol {
  margin: 0;
  padding: 0; }
  .post-comments ol li {
    smargin-bottom: 20px;
    overflow: hidden;
    float: left;
    width: 100%; }
    .post-comments ol li p {
      margin-bottom: 0; }
    .post-comments ol li .comment-details {
      float: left;
      width: 30%;
      text-align: right;
      color: gray;
      padding-right: 2%;
      font-size: 10px; }
      .post-comments ol li .comment-details .comment-author a {
        color: black; }
      .post-comments ol li .comment-details .comment-author img {
        float: left;
        margin: 0 10px 10px 0; }
    .post-comments ol li .comment-body {
      float: left;
      width: 68%; }
    .post-comments ol li .reply a {
      float: right;
      padding: 5px 10px;
      overflow: visible;
      position: relative;
       }
      .post-comments ol li .reply a:hover {
        color: #000 }
      .post-comments ol li .reply a:active {
        top: 1px; }
.post-comments .respond span.required {
  color: #ff8800;
  display: inline-block;
  margin: -5px 0 0 -10px;
  position: absolute; }

.post-nav ul {
  list-style: none;
  margin: 0 0 20px 0;
  overflow: hidden; }
  .post-nav ul .back {
    float: left; }
  .post-nav ul .forward {
    text-align: right;
    float: right; }

.home .post-entry p {
  margin-bottom: 0px; }

.single .post-title {
  margin-bottom: 40px; }
.single .post-entry p {
  margin-bottom: 20px; }

.first-startpage-widget-area {
  float: left;
  width: 100%;
  overflow: hidden;
  padding-top: 30px; }
  .first-startpage-widget-area .skin {
    padding: 0 20px 0 0; }
  .first-startpage-widget-area ul {
    margin: 0; }
  .first-startpage-widget-area li {
    list-style: none; }
    .first-startpage-widget-area li span.date {
      margin-left: 0px;
      opacity: .5;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .first-startpage-widget-area li a {
      font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
      font-size: 20px; }
  .first-startpage-widget-area li:hover span.date {
    opacity: 1; }
  .first-startpage-widget-area a.all-articles {
    padding: 5px 10px;
    overflow: visible;
    position: relative;
    background: #2d7dc5;
    color: white !important;
    margin: 0 2px 2px 0;
    border: 1px solid #2d7dc5;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #4e96d7;
    border-bottom: 1px solid #1a4872;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 -1px 0 #112e48;
    background-color: #2d7dc5;
    background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
    background-image: linear-gradient(top, #2d7dc5, #24639b); }
    .first-startpage-widget-area a.all-articles:hover {
      background-color: #2d7dc5;
      background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
      background-image: linear-gradient(top, #2d7dc5, #1a4872);
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .first-startpage-widget-area a.all-articles:active {
      top: 1px; }

.second-startpage-widget-area .skin {
  padding: 0 0 0 20px; }

.tagcloud {
  font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif; }

.content-aside .flex-control-nav {
  display: none; }
.content-aside a {
  color: black;
  background: rgba(0, 0, 0, 0.05);
  padding: 0 2px; }
  .content-aside a:hover {
    color: #000; }
.content-aside ul {
  margin: 0 0 18px 0; }
  .content-aside ul li {
    margin-bottom: 0;
    list-style: none !important;
    margin-bottom: 2px; }
.content-aside table {
  background: #c96a00;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  .content-aside table td, .content-aside table th {
    border-top: 1px solid #ff8800; }
.content-aside:hover a {
  background: #c96a00;
  background: rgba(0, 0, 0, 0.2);
  color: white; }
  .content-aside:hover a:hover {
    background: rgba(0, 0, 0, 0.5); }
.content-aside blockquote {
  margin: 0 0 20px 0;
  border: 0 solid;
  background: #c96a00;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  .content-aside blockquote footer {
    margin-top: 5px;
    float: right;
    text-align: right; }
    .content-aside blockquote footer img {
      float: right;
      margin: 0; }

.content-aside ul.menu li {
  display: none; }
.content-aside ul.menu li.current-menu-item, .content-aside ul.menu li.current-menu-ancestor {
  display: block; }
  .content-aside ul.menu li.current-menu-item li, .content-aside ul.menu li.current-menu-ancestor li {
    display: block; }
  .content-aside ul.menu li.current-menu-item .sub-menu .sub-menu, .content-aside ul.menu li.current-menu-ancestor .sub-menu .sub-menu {
    display: none; }
.content-aside ul.menu li.current-menu-item > .sub-menu, .content-aside ul.menu li.current-menu-ancestor > .sub-menu {
  display: block !important; }

.content-aside ul.menu {
  background: #c96a00;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  margin: 0 0 20px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
  .content-aside ul.menu hr {
    height: 0;
    margin: 0; }
  .content-aside ul.menu li {
    margin-bottom: 0; }
    .content-aside ul.menu li a {
      display: inline-block;
      background: white;
      padding: 0 5px;
      margin-bottom: 2px;
      color: #2d7dc5;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px; }
      .content-aside ul.menu li a:hover {
        color: white !important;
        background: #2d7dc5; }
  .content-aside ul.menu li.current-menu-item > a {
    background: #2d7dc5 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/plus-left.gif") center left no-repeat;
    color: white;
    padding-left: 14px; }
  .content-aside ul.menu ul.sub-menu {
    margin: 0 0 0 5px; }

.subcontent {
  background: black url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/bg-tags_gray.jpg") -20% top fixed; }
  .subcontent .row {
    background: rgba(0, 0, 0, 0.2);
    color: #eeeeee; }
  .subcontent p, .subcontent form {
    margin-bottom: 18px; }
  .subcontent h2, .subcontent h3, .subcontent h4 {
    margin-bottom: 10px; }
  .subcontent a {
    background: black;
    color: #2d7dc5;
    padding: 0 5px;
    display: inline-block;
    margin: 0 2px 2px 0; }
    .subcontent a:hover {
      background: #2d7dc5;
      color: white;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .subcontent ul {
    margin: 0;
    list-style: none;
    margin-bottom: 10px; }
    .subcontent ul li {
      margin-bottom: 0; }

.footer {
  background: black url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/bg-tags_gray.jpg") -20% top fixed;
  overflow: hidden; }
  .footer .row {
    background: rgba(0, 0, 0, 0.2);
    color: #eeeeee; }
  .footer ul li {
    margin-bottom: 0 !important; }
  .footer .second-footer-widget-area .widget {
    margin-bottom: 0; }

.footer .skin {
  overflow: hidden; }

.footer a {
  background: black;
  color: #2d7dc5;
  padding: 0 5px;
  display: block;
  margin: 0 2px 2px 0; }

.footer a:hover {
  background: #2d7dc5;
  color: white;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.footer ul li {
  float: left; }

/* Widgets --------------------------------------------------------------------*/
.wpcf7-mail-sent-ok { 
  padding: 20px; 
  border: 1px solid #109e06; 
  font-weight: bold; }

.widget {
  margin-bottom: 20px;
  overflow: hidden; }
  .widget .widget-title {
    line-height: 25px; }

#ics-calendar-widget {
  overflow: hidden;
  margin-bottom: 5px; }
  #ics-calendar-widget li {
    color: black !important;
    background: #c96a00;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 1px;
    padding: 1px 5px;
    list-style: none !important; }
    #ics-calendar-widget li strong {
      margin-right: 4px;
      display: block;
      height: 100%;
      float: left; }

#ics-calendar-widget-next, #ics-calendar-widget-prev {
  padding: 5px 10px;
  overflow: visible;
  position: relative;
  background: #2d7dc5;
  color: white !important;
  margin: 0 2px 2px 0;
  border: 1px solid #2d7dc5;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #4e96d7;
  border-bottom: 1px solid #1a4872;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-shadow: 0 -1px 0 #112e48;
  background-color: #2d7dc5;
  background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
  background-image: linear-gradient(top, #2d7dc5, #24639b); }
  #ics-calendar-widget-next:hover, #ics-calendar-widget-prev:hover {
    background-color: #2d7dc5;
    background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
    background-image: linear-gradient(top, #2d7dc5, #1a4872);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #ics-calendar-widget-next:active, #ics-calendar-widget-prev:active {
    top: 1px; }

#ics-calendar-widget-next {
  float: right; }

#ics-calendar-widget-prev {
  float: left; }

.ics-calendar-header {
  padding: 0 0 20px 0 !important;
  text-align: left !important; }
  .ics-calendar-header a {
    padding: 5px 10px;
    overflow: visible;
    position: relative;
    background: #2d7dc5;
    color: white !important;
    margin: 0 2px 2px 0;
    border: 1px solid #2d7dc5;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #4e96d7;
    border-bottom: 1px solid #1a4872;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 -1px 0 #112e48;
    background-color: #2d7dc5;
    background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
    background-image: linear-gradient(top, #2d7dc5, #24639b); }
    .ics-calendar-header a:hover {
      background-color: #2d7dc5;
      background-image: -moz-linear-gradient(top, #2d7dc5, #1a4872);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #1a4872));
      background-image: linear-gradient(top, #2d7dc5, #1a4872);
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .ics-calendar-header a:active {
      top: 1px; }

div.ics-calendar-holder tr.ics-calendar-days td {
  background: #eeeeee;
  font-weight: bold;
  border-bottom: 1px solid gray; }
div.ics-calendar-holder .ics-calendar-table td {
  height: auto !important;
  text-align: left !important; }
div.ics-calendar-holder .ics-calendar-table td .date-holder, div.ics-calendar-holder .ics-calendar-table td .old-date-holder, div.ics-calendar-holder .ics-calendar-table td .date-holder p {
  text-align: left;
  height: auto !important; }
div.ics-calendar-holder .ics-calendar-table td .date-holder {
  background: white; }
div.ics-calendar-holder .ics-calendar-table td .old-date-holder {
  background: white;
  color: #999999; }
div.ics-calendar-holder .ics-calendar-table td .ics-calendar-today {
  background-color: #ff8800;
  color: black;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
div.ics-calendar-holder .ics-calendar-event {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  background: #2d7dc5 !important;
  padding: 0 2px;
  color: white;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

@media only screen and (min-width: 767px) {
  .nav-top ul {
    display: block; }

  .nav-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 30px; }
    .nav-top a {
      height: 30px;
      display: block; }
    .nav-top ul.socialmedia {
      float: right; }
    .nav-top div.menu-header {
      float: right; }
      .nav-top div.menu-header ul.menu {
        overflow: hidden; }
        .nav-top div.menu-header ul.menu li {
          float: left; }
          .nav-top div.menu-header ul.menu li a {
            line-height: 30px;
            padding: 0 10px;
            color: black; }
            .nav-top div.menu-header ul.menu li a:hover {
              color: #2d7dc5; }
    .nav-top form#searchform {
      float: right !important;
      width: 200px;
      height: 30px;
      padding: 3px 5px 0 5px; }
      .nav-top form#searchform #s {
        line-height: 18px;
        width: 100%; }
      .nav-top form#searchform #searchsubmit {
        top: 3px;
        right: 3px;
        padding: 0;
        width: 24px;
        height: 24px; }
      .nav-top form#searchform input {
        padding: 2px; }

  .sticker {
    position: absolute;
    top: 50px;
    right: 8%; }
    .sticker .skin {
      padding: 10px; }

  .header .branding {
    padding-top: 40px;
    padding-bottom: 20px; }
  .header .newsletter {
    float: right;
    width: 33.3333%;
    margin: 0; }
    .header .newsletter .skin {
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .header .newsletter .skin form {
        padding-bottom: 5px; }
        .header .newsletter .skin form input[type="text"] {
          float: left;
          width: 90%;
          margin-bottom: 0px; }

  .nav-main {
    position: absolute;
    bottom: 0; }
    .nav-main ul.menu {
      float: left;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .nav-main ul.menu li {
        float: left; }
        .nav-main ul.menu li a {
          -moz-border-radius-topleft: 3px;
          -moz-border-radius-topright: 3px;
          -moz-border-radius-bottomright: 0;
          -moz-border-radius-bottomleft: 0;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          color: black;
          font-family: "BebasNeueRegular", Helvetica, Arial, sans-serif;
          font-weight: lighter;
          font-size: 21.6px;
          letter-spacing: 1px;
          padding: 12px 10px 10px 10px;
          border-bottom: 0; }
          .nav-main ul.menu li a:hover {
            color: #2d7dc5; }
      .nav-main ul.menu li.menu-item-home a {
        padding-left: 25px;
        padding-right: 25px;
        text-indent: -999em;
        background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/home.gif") no-repeat center 10px !important; }
        .nav-main ul.menu li.menu-item-home a:hover {
          background: white url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/home.gif") no-repeat center 10px !important; }
      .nav-main ul.menu li.current-menu-item.menu-item-home a {
        background: #111111 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/home.gif") no-repeat center -107px !important; }
        .nav-main ul.menu li.current-menu-item.menu-item-home a:hover {
          background: #111111 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/home.gif") no-repeat center 10px !important; }
      .nav-main ul.menu li.has_children:hover {
        background: white; }
        .nav-main ul.menu li.has_children:hover ul.sub-menu {
          top: 40px;
          background: white;
          width: 200px;
          padding: 5px 0;
          -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          -moz-border-radius-topleft: 0;
          -moz-border-radius-topright: 3px;
          -moz-border-radius-bottomright: 3px;
          -moz-border-radius-bottomleft: 3px;
          border-top-left-radius: 0;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 3px; }
          .nav-main ul.menu li.has_children:hover ul.sub-menu li.current-menu-item a {
            background: white;
            color: black; }
          .nav-main ul.menu li.has_children:hover ul.sub-menu hr {
            margin: 0 !important; }
          .nav-main ul.menu li.has_children:hover ul.sub-menu li {
            float: none;
            position: relative; }
            .nav-main ul.menu li.has_children:hover ul.sub-menu li a {
              font-family: Helvetica, Arial, sans-serif;
              letter-spacing: 0;
              font-size: 12px;
              padding: 2px 18px;
              -moz-border-radius-topleft: 0;
              -moz-border-radius-topright: 0;
              -moz-border-radius-bottomright: 0;
              -moz-border-radius-bottomleft: 0;
              border-top-left-radius: 0;
              border-top-right-radius: 0;
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 0; }
              .nav-main ul.menu li.has_children:hover ul.sub-menu li a:hover {
                background: #2d7dc5;
                color: white; }
            .nav-main ul.menu li.has_children:hover ul.sub-menu li ul.sub-menu {
              top: -999em; }
          .nav-main ul.menu li.has_children:hover ul.sub-menu li.has_children a {
            background: url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/plus_black.gif") center right no-repeat; }
            .nav-main ul.menu li.has_children:hover ul.sub-menu li.has_children a:hover {
              background: #2d7dc5 url("http://www.piratenpartei.de/wp-content/themes/piratenkleider_1_2/assets/plus.gif") center right no-repeat; }
          .nav-main ul.menu li.has_children:hover ul.sub-menu li.has_children ul.sub-menu li a {
            background: white !important; }
            .nav-main ul.menu li.has_children:hover ul.sub-menu li.has_children ul.sub-menu li a:hover {
              background: #2d7dc5 !important; }
          .nav-main ul.menu li.has_children:hover ul.sub-menu li:hover ul.sub-menu {
            top: -5px;
            left: 190px; }
      .nav-main ul.menu li.current-menu-item > a {
        background: black;
        color: white; }
      .nav-main ul.menu li.current-menu-item:hover > a {
        background: white;
        color: black; }

  .second-teaser-widget-area .skin ul li a {
    padding: .8em 10px .3em 50px; }

  .teaser .first-teaser-widget-area {
    width: 66.6666%; }
  .teaser .second-teaser-widget-area {
    width: 33.3333%; }

  .content-primary {
    float: left;
    width: 66.6666%; }
    .content-primary .first-startpage-widget-area {
      width: 50%;
      float: left;
      padding-top: 10px; }
      .content-primary .first-startpage-widget-area .skin {
        padding-right: 10px; }
    .content-primary .second-startpage-widget-area {
      width: 50%;
      float: right;
      padding-top: 10px; }
      .content-primary .second-startpage-widget-area .skin {
        padding-left: 10px; }

  .content-aside {
    float: right;
    width: 33.3333%; }

  .columns .column1 {
    width: 50%; }
    .columns .column1 .post {
      padding-right: 20px; }
  .columns .column2 {
    width: 50%; }
    .columns .column2 .post {
      padding-left: 20px; }
      .columns .column2 .post .cal-icon {
        margin-left: 0; }

  .first-subcontent-widget-area {
    float: left;
    width: 33.3333%; }

  .second-subcontent-widget-area {
    float: left;
    width: 33.3333%; }

  .third-subcontent-widget-area {
    float: right;
    width: 33.3333%; }

  .first-footer-widget-area {
    float: left;
    width: 66.6666%; }

  .second-footer-widget-area {
    float: right;
    width: 33.3333%; } }
@media only screen and (min-width: 1024px) {
  .second-teaser-widget-area .skin ul li a {
    padding: 1.5em 10px 1em 50px; } }
@media only screen and (max-width: 767px) {
  .nav-top ul.menu li a, .nav-main ul.menu li a {
    padding: 5px 18px;
    margin-bottom: 2px;
    overflow: visible;
    position: relative;
    background: #2d7dc5;
    color: white !important;
    border: 1px solid #2d7dc5;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #4e96d7;
    border-bottom: 1px solid #1a4872;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 -1px 0 #112e48;
    background-color: #2d7dc5;
    background-image: -moz-linear-gradient(top, #2d7dc5, #24639b);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d7dc5), color-stop(1, #24639b));
    background-image: linear-gradient(top, #2d7dc5, #24639b); }
    .nav-top ul.menu li a:hover, .nav-main ul.menu li a:hover {
      background: #24639b; }

  .nav-main {
    margin-bottom: 20px; } }

#menu-item-212, .wahlen, #menu-item-1505 {
position: relative;
}

#menu-item-212:after, .wahlen:after, #menu-item-1505:after {
content: "#ltw12";
position: absolute;
top: -10px;
right: -5px;
background: #ff8800;
padding: 0px 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}