﻿/*
Theme Name: SPD Bayern
Theme URI: http://cvtx-project.org
Description: Wordpress-Theme für die SPD Bayern.
Author: Alexander Fecke
Author URI: http://alexander-fecke.de
Version: 0.1

License:
License URI:

*/
@font-face {
    font-family: TheSans;
    src: url(assets/fonts/thesans-lp5plain-webfont.eot);
    src: url(assets/fonts/thesans-lp5plain-webfont.eot?#iefix) format('embedded-opentype'),
         url(assets/fonts/thesans-lp5plain-webfont.woff) format('woff'),
         url(assets/fonts/thesans-lp5plain-webfont.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: TheSans;
    src: url(assets/fonts/thesans-lp7bld-webfont.eot);
    src: url(assets/fonts/thesans-lp7bld-webfont.eot?#iefix) format('embedded-opentype'),
         url(assets/fonts/thesans-lp7bld-webfont.woff) format('woff'),
         url(assets/fonts/thesans-lp7bld-webfont.ttf) format('truetype');
    font-weight: bold;
}

html {
	font-family: 'TheSans', arial, sans-serif;
	font-size: 17px;
	line-height: 1.4;
	color: #333;
	background-color: white;
}

body {
	margin: 0;
	padding: 0;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;

    margin-top: 40px;
    margin-bottom: 40px;

    color: #000;
}

h1:first-child {
    margin-top: 0;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;

    margin-top: 40px;
    margin-bottom: 20px;

    color: #000;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;

    color: #000;
}

h4 {
    font-size: 0.9em;
    font-weight: bold;
}

h5 {
    font-size: 0.75em;
    font-weight: bold;
}

h6 {
    font-size: 0.67em;
    font-weight: bold;
}

/* 35.5em */
@media screen and (min-width: 568px) {
    h1 {
        font-size: 31px;
    }

}

/* 48em */
@media screen and (min-width: 768px) {
    h1 {
        font-size: 34px;
    }
}

/* 62em */
@media screen and (min-width: 990px) {
    h2 {
        font-size: 26px;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td,
caption {
    text-align: left;
    vertical-align: top;
}

/*
 * This is reset by normalize.css; we like it, however.
 */

a {
    -webkit-text-decoration-skip: ink;
}

/*
 * (Responsive) images
 */

img {
    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}

.image_bold {
    width: 100%;
}

/** SVG **/
.icon-container {
    position: absolute;
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.u-visually-hidden {
    position: absolute;
    top: auto;
    left: -9999px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

/** Structure **/

.container {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 15px 6px 15px;
}

.container.main-container {
	padding-top: 40px;
}

/** Navigation **/
.nav-main {
	user-select: none;
}

.nav-main a {
	color: #333;
}

.nav-main p {
    margin: 0;
}

.nav-button {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: .5em 0;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: 0;
    position: relative;
}

.nav-button .icon-bars {
    width: 1.25em;
    height: 1.25em;
    margin-right: .2em;
}

.nav-button .icon {
    vertical-align: text-top;
    margin-top: -1px;
    transition: all .2s ease-in-out;
}

/* primary navigation */
.nav-main__primary {
	float: left;
}

.nav-main__primary .nav-button {
    margin: 0 1em 0 0;
}

.no-js .nav-button:hover .icon,
.no-touch .nav-button:hover .icon {
    /*color: #cc0000;*/
    /*transform: translateX(-1px) scale(1.25);*/
}

.no-js .nav-button:hover .nav-button__text,
.no-touch .nav-button:hover .nav-button__text {
    text-decoration: underline;
}

.nav-main__menu {
    position: absolute;
    z-index: 100;
    left: 0;
    display: none;
    clear: both;
    width: 100%;
    /* top margin equals the bottom padding of .nav-main__wrapper */
    margin-top: 6px;
    transform-origin: 15px 10%;
    animation: menu 0.2s ease-out;
}

@keyframes menu {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 30em */
@media screen and (min-width: 480px) {
    .nav-button__text {
        position: relative;
        top: auto;
        left: auto;
        overflow: auto;
        width: auto;
        height: auto;
    }
}

/* 35.5em */
@media screen and (min-width: 568px) {
  	.nav-main__menu {
        left: 15px;
        width: 17em;
    }
}

/* 48em */
@media screen and (min-width: 768px) {
    .nav-main__wrapper {
        padding: 10px 15px 6px 15px;
    }

    .nav-main__primary > .nav-button {
        display: none;
    }

    .nav-main__menu {
        display: block;
        position: relative;
        width: 100%;
        animation: none;
        left: 0;
    }

    .nav-main__menu > div {
        margin-bottom: 0px;
        background: none;
        box-shadow: none;
    }

    .nav-main__menu > div > ul {
        display: flex;
    }

    .nav-main__menu > div > ul > li.menu-item {
        border: none !important;
        background: none !important;
    }

    .nav-main__menu > div > ul > li.menu-item:first-child a {
        padding-left: 0 !important;
    }

    .no-js ul#menu-hauptmenue li.menu-item a:hover, .no-touch ul#menu-hauptmenue li.menu-item a:hover {
        border-left: 4px solid transparent !important;
        text-decoration: underline;
    }

    .no-js ul#menu-hauptmenue li.menu-item:first-child a:hover, .no-touch ul#menu-hauptmenue li.menu-item:first-child a:hover {
        border-left: none !important;
    }

    .nav-main__primary {
        float: none;
    }

    .nav-main__secondary {
        position: absolute;
        top: 21px;
        right: 15px;
    }
}

/* 62em */
@media screen and (min-width: 990px) {
    /**/
}

/*
 * Pull navigation to top
 */

.l-nav-top body {
    padding-top: 44px;
}

.l-nav-top .nav-main {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
}

/* 48em */
@media screen and (min-width: 768px) {
    .l-nav-top body {
        padding-top: 48px;
    }

    .l-nav-top .nav-main {
        height: 48px;
    }
}

.menu-hauptmenue-container {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.menu-hauptmenue-container .collapsible__toggle::after {
    float: right;
    padding-left: 0.5em;
    content: '\2212';
}

.menu-hauptmenue-container .collapsible__toggle_collapsed::after {
    content: '+';
}

ul#menu-hauptmenue {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#menu-hauptmenue li.menu-item {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

ul#menu-hauptmenue li.menu-item:last-child {
    border-bottom: none;
}

ul#menu-hauptmenue li.menu-item a {
    font-size: 17px;
    line-height: 24px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
}

.no-js ul#menu-hauptmenue li.menu-item a:hover,
.no-touch ul#menu-hauptmenue li.menu-item a:hover {
    padding-left: 11px;
    border-left: 4px solid #cc0000;
}

/* secondary navigation */
.nav-main__secondary {
	text-align: right;
}

.nav-main__secondary .nav-button {
    margin: 0 0 0 1em;
}

/** Header **/
header {
    background: #efedea;
}

header h1 {
	color: #c00;
}

header div.custom-logo-container {
    display: block;
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
    text-align: right;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;	
}

header div.banner__caption {
    display: block;
    min-width: 0;
    text-align: left;
    word-wrap: break-word;
    font-variant-ligatures: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
/* ==========================================================================
   Banner
   ========================================================================== */

.banner__wrapper {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        flex-direction: row-reverse;

    max-width: 960px;
    margin: 0 auto;
    padding: 10px 15px;

    -ms-flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
}

.custom-logo-container {
    display: block;
    float: right;

    margin-bottom: 0;
    margin-left: 20px;

    text-align: right;

    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.custom-logo-link {
    display: block;
    float: right;
}

.custom-logo {
    width: auto;
    height: 50px;
    /* Remove the gap between the image and the bottom of its container */

    vertical-align: middle;
}

.banner__caption {
    display: block;
    /* needed for word-wrap if flexbox model is used */

    min-width: 0;

    text-align: left;
    word-wrap: break-word;

    font-variant-ligatures: none;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}

.banner__site-name {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;

    word-wrap: break-word;

    color: #c00;
}

.banner__site-name_length-s {
    font-size: 28px;
}

.banner__site-name_length-m {
    font-size: 24px;
}

.banner__site-name_length-l {
    font-size: 20px;
}

.banner__site-name_length-xl {
    font-size: 20px;
}

/* 25em */
@media screen and (min-width: 400px) {
}

/* 35.5em */
@media screen and (min-width: 568px) {
    .banner__wrapper {
        display: -ms-flexbox;
        display: flex;
            flex-direction: row-reverse;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row-reverse;
    }

    .banner__wrapper_has-subline {
        padding: 10px 15px;

        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-direction: row-reverse;
    }

    .banner__wrapper_has-subline .banner__caption {
        margin-bottom: 0;
    }

    .banner__wrapper_has-subline .custom-logo-container {
        margin-bottom: 0;

        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .custom-logo {
        width: auto;
        height: 70px;
    }

    .banner__site-name_length-s {
        font-size: 36px;
    }

    .banner__site-name_length-m {
        font-size: 32px;
    }

    .banner__site-name_length-l {
        font-size: 28px;
    }

    .banner__site-name_length-xl {
        font-size: 24px;
    }
}

/* 48em */
@media screen and (min-width: 768px) {
    .banner__wrapper {
        padding: 15px 15px;
    }

    .custom-logo {
        width: auto;
        height: 80px;
    }

    .banner__site-name_length-s {
        font-size: 40px;
    }

    .banner__site-name_length-m {
        font-size: 36px;
    }

    .banner__site-name_length-l {
        font-size: 32px;
    }

    .banner__site-name_length-xl {
        font-size: 28px;
    }
}

/* 62em */
@media screen and (min-width: 990px) {
    .custom-logo {
        width: auto;
        height: 90px;
    }

    .banner__site-name_length-s {
        font-size: 40px;
    }

    .banner__site-name_length-m {
        font-size: 40px;
    }

    .banner__site-name_length-l {
        font-size: 36px;
    }

    .banner__site-name_length-xl {
        font-size: 32px;
    }
}

/** Main **/
div.main {
    clear: both;
    border-top: 1px solid #e5e5e5;
}

.main a {
    text-decoration: underline;

    color: #c00;
    /*
        text-decoration: none;
        background-image: linear-gradient(#fff 50%, #cc0000 50%);
        background-repeat: repeat-x;
        background-position: 0 1.1em;
        background-size: 1px 1px;
    */
}

.main a:hover,
.main a:focus {
    /*text-decoration: underline;*/
    /*background-image: none;*/
}

.main h2 > a,
.main h3 > a {
    text-decoration: none;

    color: #c00;
}

.main h2 > a:hover,
.main h2 > a:focus,
.main h3 > a:hover,
.main h3 > a:focus {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .main__wrapper {
        padding-top: 60px;
    }
}

/** Footer **/
div#footer {
    clear: both;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;	
}

/** Meta-Menu in Footer **/
.nav-meta__link {
    text-decoration: none;
    color: inherit;
}

.nav-meta__link:hover {
    text-decoration: underline;
}

.nav-meta__menu {
    float: left;
    width: 100%;
}

.meta-menu {
    float: left;
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
}

#menu-meta-menue {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu-meta-menue .menu-item {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    white-space: nowrap;
}

#menu-meta-menue .menu-item:last-child {
    margin-right: 0;
}

#menu-meta-menue .menu-item a {
    display: inline-block;
    padding: 0.5em 0;
    text-decoration: none;
    color: inherit;
}

#menu-meta-menue .menu-item a:hover,
#menu-meta-menue .menu-item a:focus {
    text-decoration: underline;
}

.meta-menu__social-link {
    line-height: 1;
    display: inline-block;
    /*float: left;*/
    width: 2em;
    height: 2em;
    transition: all 0.25s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.meta-menu__social-link:hover,
.meta-menu__social-link:focus {
    transition: all 0.1s ease;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    /*transform: translate(0, -0.25em);*/
}

/*
 * https://brandcolors.net
 */
.meta-menu__social-link_facebook {
    color: #fff;
    background-color: #3b5998;
}

.meta-menu__social-link_facebook:hover,
.meta-menu__social-link_facebook:focus {
    color: #3b5998;
    background-color: #fff;
}

.meta-menu__social-link_twitter {
    color: #fff;
    background-color: #1da1f2;
}

.meta-menu__social-link_twitter:hover,
.meta-menu__social-link_twitter:focus {
    color: #1da1f2;
    background-color: #fff;
}

.meta-menu__social-link_google-plus {
    color: #fff;
    background-color: #dd4b39;
}

.meta-menu__social-link_google-plus:hover,
.meta-menu__social-link_google-plus:focus {
    color: #dd4b39;
    background-color: #fff;
}

.meta-menu__social-link_youtube {
    color: #fff;
    background-color: #cd201f;
}

.meta-menu__social-link_youtube:hover,
.meta-menu__social-link_youtube:focus {
    color: #cd201f;
    background-color: #fff;
}

.meta-menu__social-link_flickr {
    color: #fff;
    background-color: #0063dc;
}

.meta-menu__social-link_flickr:hover,
.meta-menu__social-link_flickr:focus {
    color: #0063dc;
    background-color: #fff;
}

/* icons */

.meta-menu__social-icon {
    position: relative;
    top: 0.375em;
    width: 1.25em;
    height: 1.25em;
}

/** Callout **/
.callout {
	font-size: 14px;
	margin: 0 0 1px 0;
	color: inherit;
	background-color: #f2f2f2
}

.callout_browser-warning{
	color: inherit;
	background-color: #f9f6f0
}

.callout_under-construction{
	color: inherit;
	background-color: #f9f6f0
}

.callout__wrapper{
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 15px;
}

.narrow-all .callout__wrapper{
	max-width: 880px
}

.callout__wrapper>:last-child { 
	margin-bottom: 0
}

.callout a{
	text-decoration: underline;
	color: #c00
}

.callout p {
	margin-top: 0;
}

/** Krempel und cvtx **/
body.overlay {
	overflow-y: hidden;
}

.wp_themeSkin iframe { 
  background: #fff !important;
  color:#000;
}

div.clear-block {
	clear: both;
}

div.spd-cvtx-entry {
  padding-left: 15px;
}

div.spd-cvtx-entry.antrag {
  border-left: 5px solid #e3000f;
}

div.spd-cvtx-entry.ak-version {
  border-left: 5px solid #980065;
}

div.spd-cvtx-entry.allgemein {
  border-left: 5px solid #999;
}

#ae_antraege > h3.top {
  text-transform: uppercase;
  font-size:1.1em;
  padding:7px 13px 7px 13px;
  margin: 25px -15px 0px -15px;
  background: #980065;
  color: white;
}

#ae_antraege > ul {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

#ae_antraege > ul > li {
  list-style: none;
  padding: 15px 0 1em 15px;
  -moz-box-shadow:inset 0 1px rgba(153,153,153,0.2);
  -webkit-box-shadow:inset 0 1px rgba(153,153,153,0.2);
  -o-box-shadow:inset 0 1px rgba(153,153,153,0.2);
  -ms-box-shadow:inset 0 1px rgba(153,153,153,0.2);
  box-shadow:inset 0 1px rgba(153,153,153,0.2);
}

#ae_antraege > ul > li > h4.title, strong.title-ak {
  color: #980065;
}

#ae_antraege > ul > li > h4.title.top {
  margin-top: 0;
}

#ae_antraege > ul > li > h4.title.poll {
  margin-bottom: 0;
}

#ae_antraege > ul > li.cvtx-declined {
  border-left: 5px solid #e3000f;
  background: rgba(227,0,15,0.02);
}

#ae_antraege > ul > li.cvtx-accepted {
  border-left: 5px solid #4e8816;
  background: rgba(78,136,22,0.02);
}

#ae_antraege > ul > li.cvtx-done {
  border-left: 5px solid #999;
  background: rgba(153,153,153,0.02);
}

div.filler {
  height: 2em;
  width: 100%;
  background: #980065;
}

.ae_antraege_overlay {
  position: absolute;
  top:0px;
  left:0px;
  background: rgba(0,0,0,0.6);
}

#ae_window {
  position: relative;
  left:50px;
  background: white;
  z-index: 1000;
  border-radius:5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

#ae_window .navi {
  height:1.8em;
  background: rgba(0,0,0,0.2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size:0.8em;
  padding-top:0.4em;
}

#ae_window .result {
  padding: 5px 15px;
  overflow: auto;
  position: relative;
}

#ae_window td.verfahren {
	width: 75px;
}

span.replace {
  text-indent:-9999px;
}

#spd {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0px;
  margin-top:2.5em;
}

/**
 * Antraege
 */
 
del {
	color: red;
}

ins {
	color: green;
}
 
ul.cvtx_content_list {
  margin: 0px;
  padding:0px;
  list-style:none;
}

ul.cvtx_content_list li > ul {
  padding-right: 15px;
}

ul.cvtx_content_list > li > h3 {
  padding:0.5em 0.7em;
  background: #fafafa;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin:0px;
}

ul.cvtx_content_list > li {
  clear: both;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom:1em;
  border: 1px solid #eee;
  margin-bottom: 1em;
  margin-top: 1em;
}

div.cvtx-page-cvtx-event > ul.cvtx_content_list > li.cvtx_top_overview > ul > li {
  border-bottom: none !important;
}

div.cvtx-page-cvtx-event > ul.cvtx_content_list {
    padding-left: 0 !important;
}

ul.cvtx_content_list > li div.top_content {
  padding: 1em 2em;
}

ul.cvtx_content_list li.rss p {
  font-size: 0.8em;
  margin: 1em 1em 0 1em;
}

ul.cvtx_content_list li.rss h3 {
  background: url(images/rss.png) right top no-repeat #fafafa;
}

ul.cvtx_content_list li.top div.top_info {
  font-size: 0.8em;
  margin: 1em;
}

ul.cvtx_content_list li.top ul li.antrag span.steller,
ul.cvtx_content_list li.top ul li.antrag span.version-ak {
  font-size:0.8em;
}

ul.cvtx_content_list li.top ul li.antrag span.version-ak strong.title-ak {
  color: black;
}

ul.cvtx_content_list li.overview ul li a {
  text-decoration: none;
}

ul.cvtx_content_list li.overview ul li {
  margin-top:0.8em;
  font-size:0.9em;
}

ul.cvtx_content_list > li > ul > li {
  list-style: disc;
}

ul.cvtx_content_list li.cvtx_top h4 {
  margin-bottom:0.5em;
  margin-top: 0;
}

ul.cvtx_content_list li.cvtx_top > ul > li.cvtx_antrag {
    margin-bottom: 1em;
}

ul.cvtx_content_list li.top ul li.antrag ul,
ul.cvtx_content_list li.top ul li.application ul, 
ul.cvtx_content_list li.top div.top_content ul {
  margin-top:0.5em;
  padding:0px;
}

ul.cvtx_content_list .cvtx-state-all {
  margin-bottom: 10px;
}

div.cvtx-page-cvtx-event div.cvtx-amendment-overview h5 {
    font-size: 1em;
    margin-bottom: .5rem;
}

ul.cvtx_content_list li.top div.top_content ul.options li {
  font-size: 0.9em;
}

ul.cvtx_content_list li.top ul.options li {
  list-style: none;
  margin-right:10px;
  font-size:0.8em;
  float:left;
  margin-bottom:1em;
}

ul.cvtx_content_list li.top ul.ae_antraege li {
  float:none;
  list-style:none;
  margin-left:1em;
  line-height:1.5em;
}

ul.cvtx_content_list li.top ul.ae_antraege li span {
  font-weight: bold;
}

ul.cvtx_content_list li.top ul.ae_antraege {
  clear: both;
  margin-top:1em;
  font-size:0.8em;
}

ul.cvtx_content_list li.top div.top_content ul.ae_antraege {
  font-size: 0.9em;
}

#ae_antraege table {
  font-size:0.8em;
  width:100%;
}

#ae_antraege table tr td.text {
  width: 40%;
}

#ae_antraege table tr td {
  padding-right:10px;
}

#ae_antraege table tr td{
  border-bottom:1px solid #eee;
  vertical-align: top;
  padding: 1em;
}

#ae_antraege table tr td p {
  margin:0;
}

#ae_antraege table th {
  text-align:left;
  padding-bottom:5px;
  padding-right:10px;
}

#ae_antraege td.verfahren span.procedure {
	display: none;
	background: white;
	border-radius: 3px;
	width: 150px;
	padding: 10px;
	position: absolute;
	z-index: 110;
	margin-left: -180px;
	margin-top: -15px;
}

#ae_antraege td.verfahren span.procedure p {
	margin-top: 1em;
}

#ae_antraege td.verfahren span.procedure span.arrow {
	display: block;
	height: 10px;
	width: 5px;
	position: absolute;
	margin-top: -6px;
	margin-left: 160px;
	background: url(images/procedure_up.png) no-repeat;
}

#ae_antraege td.verfahren span.flag {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #afafaf;
	border-radius: 10px;
}

#ae_antraege td.verfahren span.flag.a {
	background-color: green;
}

#ae_antraege td.verfahren span.flag.b {
	background-color: #ff9900;
}

#ae_antraege td.verfahren span.flag.c {
	background-color: red;
}

#ae_antraege tr.withdrawn {
	color: #afafaf;
}

#ae_antraege tr.withdrawn td.verfahren {
	color: black;
}

ul.reader_list li h4 {
  margin:0em;
}

ul.reader_list li {
  padding-top: 7px;
}

#wp-admin-bar-cvtx-default li span.pending-count {
  text-shadow: none;
  color: red;
}

/* Application */
div.cvtx_application .entry {
    float:left;
    width: 424px;
}

div.cvtx_application .metainfos {
    margin-left: 434px;
    width: 160px;
    padding: 10px;
    background: #cdd9cd;
    font-size: 0.8em;
}

div.cvtx_application .metainfos p {
    margin-bottom: 1em;
    font-size: 0.85em;
    color: #0A321E;
    font-weight: bold;
    text-transform: uppercase;
}

div.cvtx_application .metainfos span {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    color: #000;
    text-transform: none;
}

span.color-red {
  color: #e3000f;
}

span.color-lila {
  color: #980065;
}

span.color-grau {
  color: #999;
}

.form-required {
    color: red;
}

form.cvtx_form label {
    font-size: 14px;
}

form.cvtx_form .form-item {
    margin: 1em 0;
    font-size: 14px;
    padding: 0;
}

form.cvtx_form div.form-group {
    border: 1px solid #eee;
    padding: 0em 1em 1em;
    margin-top:1em;
}

form.cvtx_form span.ending {
    color: grey;
}

.cvtx_form fieldset {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid #b3b3b3;
	clear: both;
	margin: 15px 0px;
}

.cvtx_form fieldset .legend {
	color: #900;
	font-size: inherit;
	margin: 5px 0px;
	padding: 0px;
}

.cvtx_form fieldset .legend h3 {
	font-size: 20px;
}

.cvtx_form input {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 10px;
    vertical-align: middle;
    color: inherit;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    -webkit-appearance: none;
}

.cvtx_form input.submit {
    width: inherit;
    transition: all .25s ease;
    cursor: pointer;
}

.cvtx_form input.submit:hover {
    text-decoration: none;
    color: #fff;
    border-color: #c00;
    background-color: #c00;
    background-image: none;
}

.cvtx_form #cvt_application_photo {
    border: none;
    box-shadow: none;
}

p#message {
    background: #fafafa;
    padding:1em;
    border: 1px solid #333;
}

p#message.error {
    background: #fef5f1;
    border-color: #ed541d;
}

p#message.success {
    background: #f8fff0;
    border-color: #be7;
}

p#message ul {
    margin-top: 0.8em;
    margin-bottom:0px;
}

form.cvtx_antrag_form .error {
    border-color: red;
}