/*
FARBEN
C4037D -A
E8E8E8 -GRAU BG

BTN
F18E1C -ORANGE (wird auch fuer warnungen(webmail) benutzt)
FCE8D2 -HELL ORANGE (BG BEI DEN FEHLER MELDUNGEN)
2A71B0 -BLAU DUNKEL
C4037D -LILLA(A)
0696BB -TÜRKIZ

*/


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    padding-bottom: 0px;
    line-height: 1.7;
}
h1 { font-size: 40px; 
    font-weight:700;
    margin-bottom: 20px;
	 }
h2 { font-size: 32px; 
    font-weight:700;
    color: black;
	 }

@media (max-width: 768px){
h1 {
    margin-top: 40px;
    margin-bottom: 30px;
}
}
h2, h3 {
    margin-top: 30px;
    margin-bottom: 20px;
}
h4 {
    margin-top: 20px;
    margin-bottom: 15px;
}
a {
    color: #C4037D;
    text-decoration: none;
}
a:focus, a:hover {
	color: #C4037D;
    text-decoration: underline;
}

.btn-default, .btn-default:hover,
.btndefault, .btndefault:hover{
    border:4px solid #C4037D;
}
.btn.focus, .btn:focus, .btn:hover,
.btndefault.focus, .btndefault:focus, .btndefault:hover {
    text-decoration: none;
	color:#333;
	background-color: #E8E8E8;
}
.btn, .btndefault {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    border-radius: 0px;

/* 
F18E1C -ORANGE
2A71B0 -BLAU DUNKEL
C4037D -LILLA(A)
0696BB -TÜRKIZ    
*/

    border:4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
}
@media (max-width: 768px){
.btn, .btn-default {
    font-size: 14px;
}
}
.jumbotron {
	color: #FFF;
    background-color: #7C277C;
}


/*
HEAD & NAVI
*/
.navbar-header {
	 	height: 123px; 
	 }
.navbar {
	 	margin-bottom: 0;
	 }
.navbar-default {
    background-color: #FFF;
    border: 0 !important;
    border-bottom: 1px solid #E8E8E8 !important; 
    border-radius: 0px !important; 
}
.navbar-brand {
    padding: 20px 15px;
}
.navbar-brand>img {
    max-width: 90px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #C4037D;
    background-color: #FFF;
}
.navbar-default .navbar-nav>li>a {
    color: black;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #C4037D;
    background-color: transparent;
}
@media (min-width: 768px){
    .navbar-nav {
    margin-left: 40px;
}
.navbar-nav>li>a {
    padding-top: 51px;
    padding-bottom: 15px;
}
.nav>li>a {
    padding-left: 5px;
    padding-right: 5px;
}
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FFF;
}
.navbar-default .navbar-toggle {
     border-color: #FFF; 
     margin-top: 45px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #C4037D;
    background-color: #FFF;
}
.navbar-default .glyphicon-search{
	padding-right: 15px;
}

@media (min-width: 1024px){
.navbar-nav>li>a {
    font-size: 16px;
}
.nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #C4037D;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: black;
    white-space: nowrap;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: black;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #C4037D;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #C4037D;
}
.ring-display-inline{
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
    vertical-align: top;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #C4037D;
    background-color: transparent;
}
}


/*
FOOTER
*/
.footer{
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 2;
}
.footer-navi{
	text-align: center;
    margin-top: 30px;
}
.footer .jumbotron{
	padding-bottom: 0;
	margin-bottom: 0;
}
.jumbotron-footer{
	background: white;
    border-top: 4px solid #E8E8E8;
}
.jumbotron-footer .pull-right{
	margin-top: 30px;
}
.jumbotron-footer a {
    color: black;
    text-decoration: none;
}
.jumbotron-footer a:focus, .jumbotron-footer a:hover {
	color: #C4037D;
    text-decoration: none;
}
.footer-navi-sociales, .footer-navi-sociales a {
    color: black;
    text-decoration: none;
}
.footer-navi-sociales a:focus, .footer-navi-sociales a:hover {
	color: black;
    text-decoration: none;
}
.footer-navi-sociales {
	margin-top: 30px;
}
.footer-navi-sociales a {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	margin-top: 100px;
}
.footer-navi-1 a {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 700;
}
.sociales-text{
	display:inline-block;
  	vertical-align: 5px;
	padding-right: 10px;
}
@media (max-width: 600px){
.sociales-text{
	width: 100%;
}
}
.sociales img{
	max-width: 24px;
}
.sociales {
  font-size: 2em;
  padding-right: 10px;
}

.footer-navi-1 a {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: black;
	/* miba start*/
	display:inline-block;
	/* miba end*/
 
}
.footer-navi-1 a:hover, .footer-navi-1 a:focus {
    color:#C4037D; 
}
.footer-gefoerdert {
    text-align: center;
    margin-top: 40px;
}
.footer-gefoerdert img {
    max-width: 80%;
    height: auto;
}


/*
STARTSEITE TEASER
*/
.row-teaser{
    margin: 40px 0;
    background: #E8E8E8;
    padding: 15px;
    text-align: center;
}
.row-teaser-white{
    background: white;
    padding: 15px;
    border:4px solid #E8E8E8;
}
.row-teaser h1, .row-teaser h4, .row-teaser p{
    padding: 0 8%;
}
.row-teaser h1, .row-teaser h4{
    word-wrap:break-word;
}

.row-teaser .btn,
.row-teaser .btndefault {
    margin: 20px 0;
}
.row-teaser img{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.container-teaser h1{
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
}
.container-teaser h4{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.container-teaser p{
    font-size: 18px;
}

@media (max-width: 768px){
.container-teaser h4{
font-size: 20px;
}
.container-teaser p{
    font-size: 14px;
}
.row-teaser h1 {
    font-size: 30px;
}
}
@media (max-width: 992px){
.row-teaser h1 {
    font-size: 30px;
}
}

/*
NEWS STARTSEITE
*/
.news-startseite-latest h4{
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: none;
}
.news-startseite-latest h4>a{
    color: black;
}
.news-startseite-latest-item{
    margin: 0 0 10px 0;
    display: inline-block;
}
.news-latest-container{
    margin-top: 40px;
}
.news-latest-item{
    margin-top: 40px 0;
}
/* 
NEWS-LISTE 
*/
.news-list-container hr{
    margin:0;
    margin-bottom: 20px;
    border: 0;
}
.news-list-item{
    padding: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    border: 4px solid #E8E8E8;
}
.news-list-item a{
    color: black;
}
.news-list-item a.more {
    color: #C4037D;
    font-size: 16px
}
.news-list-item img {
    margin: 0 20px 0 0;
    position: relative;
    display: inline-block;
    float: left;
    max-width: 35%;
    height: auto;
    padding-bottom: 10px;
}
.news-list-date{
    font-size: 12px;
    display: inline-block;
    width: 100%;
   padding-bottom: 20px; 
   color: black;
}
h1.news-list-title{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}
.news-list-subheader h2 {
    font-size: 16px;
    font-weight: 700;
}
.news-list-morelink{
  padding-left: 15px;
}
.showResultsWrap{
display: none;
}
.disabledLinkWrap{
display: none;
}
.activeLinkWrap{
    color: #C4037D;
    font-weight: 300;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}
.news-list-browse a{
      font-weight: 300;
    padding: 10px 20px;
    background-color: #E8E8E8;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}

/* news-amenu-container */
.news-amenu-container ul {
    padding: 0;
    margin: 0;
}

.news-amenu-container ul li {
    list-style: none;
/*    padding: 0;*/
    margin: 0;
    padding-bottom: 5px;
}
li.news-amenu-item-year {
    color: black;
    padding-top: 30px;
    display: inline-block;
}
li:first-child.news-amenu-item-year {
    color: black;
    padding-top: 0px;
}
.well {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

/* 
NEWS MEDIA 
*/
@media (max-width: 768px) {
  .news-latest-item {
/*    min-height:340px;*/
    margin-bottom: 60px;
    margin-top: 20px;
  }
    .news-latest-date {
        display: none;
    }
    .news-latest-item img {
        margin-top: 0px;
}
}
@media (min-width: 768px) {
/*  .news-latest-item {
height: 355px;
  }*/
}
@media (min-width: 992px) {
/*  .news-latest-item {
height: 370px;
  }*/
}
@media (min-width: 1200px) {
/*  .news-latest-item {
height: 390px;
  }*/
}
@media (max-width: 320px) {
.news-list-item img {
      float: none;
    max-width: 100%;
    padding-bottom: 20px;
}
.news-list-item {
    text-align: center;
}
.news-single-item img {
      float: none;
    max-width: 100%;
    padding-bottom: 0px;
    padding-top: 20px;
}
.news-single-item {
    text-align: center;
}
}
/* 
NEWS-SINGLE 
*/
.news-single-item{
    padding: 20px;
    border: 4px solid #E8E8E8;
}
.news-single-item .news-single-date{
    display: inline-block;
    margin-bottom: 20px;
}
.news-single-item a{
    color: #C4037D;
}
.news-single-item .btn {
    margin-top: 20px;
}
.news-single-item .btn a {
    text-decoration: none;
}
.news-single-item hr{
    border: 0;
}
.news-single-item h1{
    margin-top: 20px;
}
.news-single-img {
    position: relative;
    display: inline-block;
    float: left; 
    max-width: 35%;
/*    margin-right: 20px;*/
}
.news-single-img img {
    margin: 0 20px 20px 0;
    position: relative;
    display: inline-block;
    float: left; 
    max-width: 100%;
    height: auto;
    padding-right: 20px;
}
/*
T3 news einzeln img - ist auf 240px breite begrenzt
*/
@media (max-width: 375px) {
.news-single-img  { 
/*    max-width: 100%;
    margin-right: 0px;
    border: 1px solid black;*/
}
.news-single-img img {
/*    margin: 0 0 20px 0;*/
}
}

.news-single-date{
    font-size: 12px;
    color: black;
}
h1.news-single-title{
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
}
.news-single-subheader h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.news-single-backlink a{
    color: black;
/*    font-weight: 400;*/
    padding: 10px 20px;
    background-color: #E8E8E8;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}
.news-single-backlink a:hover, .news-single-backlink a:focus{
    color:#C4037D;
    text-decoration: none;
}
.news-single-rightbox {
    color: black;
}
/*
INDEXED SEARCH
*/
/* erweiterte suche ausmachen */
.erw-suche {
display: none !important;
}

.tx-indexedsearch-browsebox {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
}
.tx-indexedsearch-browsebox p {
display: none;
}

/* 
indexed_search pagination 
*/
.form-control {
    border-radius: 0px !important;
    }
.browsebox {   
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.browsebox > li {
  display: inline;
}
.browsebox > li > a,
.browsebox > li > span {
  position: relative;
  float: left;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;  
    color: black;
    font-weight: 400;
    padding: 10px 20px; 
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}
.browsebox > li:first-child > a,
.browsebox > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.browsebox > li:last-child > a,
.browsebox > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.browsebox > li > a:hover,
.browsebox > li > span:hover,
.browsebox > li > a:focus,
.browsebox > li > span:focus {
  color: #C4037D;
}
.browsebox > .active > a,
.browsebox > .active > span,
.browsebox > .active > a:hover,
.browsebox > .active > span:hover,
.browsebox > .active > a:focus,
.browsebox > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #C4037D;
  border-color: #C4037D;
}
.browsebox > .disabled > span,
.browsebox > .disabled > span:hover,
.browsebox > .disabled > span:focus,
.browsebox > .disabled > a,
.browsebox > .disabled > a:hover,
.browsebox > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.browsebox-lg > li > a,
.browsebox-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.browsebox-lg > li:first-child > a,
.browsebox-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.browsebox-lg > li:last-child > a,
.browsebox-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.browsebox-sm > li > a,
.browsebox-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.browsebox-sm > li:first-child > a,
.browsebox-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.browsebox-sm > li:last-child > a,
.browsebox-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tx-indexedsearch-browselist-currentPage {
      z-index: 2;
  position: relative;
  float: left;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #fff;
    color: #C4037D;
    font-weight: 300;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}
.tx-indexedsearch-browselist-currentPage strong {
    font-weight: 300;
}
.tx-indexedsearch-browselist-currentPage a {
  cursor: default;
    text-decoration:none;
    color: #C4037D;
}
.tx-indexedsearch-whatis {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.tx-indexedsearch-sw {
    font-weight:700;
    font-style: italic;
    color: #C4037D;
    padding-left: 2px;
    padding-right: 5px;
}
.tx-indexedsearch-redMarkup{
    color: #C4037D;
    font-weight:700;
    font-style: italic;
    padding-left: 3px;
    padding-right: 3px;
}
.glyphicon-flag {
    color: #C4037D;
}
.tx-indexedsearch-whatis {
    margin-top:40px;
    font-size:1.5em;
}
.suche-erw-link a {
    text-decoration:none;
}

/* LOGIN */
.kennwort-vergessen, .backlink-login{
    margin-top: 30px;
}

/*
POWERMAIL
*/

.tx-powermail {
    width: 100% !important;
    color: black! important;
}
.tx-powermail .container-fluid{
    padding: 0px! important;
}
.tx-powermail input, select, textarea {
    /*width: 100%! important;*/
}
.tx-powermail textarea {
    width: 100%! important;
}
.powermail_input {
    background-image: none ! important;
    width: 100%! important;
}
.powermail_legend {
    display: none ! important;
}
.tx-powermail .powermail_fieldset {
    border: none! important;
    padding: 0px! important;
    background: transparent! important;
}
.tx-powermail .powermail_fieldset .powermail_label {
    width: 100%! important;
}
.tx-powermail .powermail_fieldset .powermail_field {
    width: 100%! important;
    /*float: left! important;*/
    background-image: none ! important;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
    margin: 0 0 1.5em 0! important;
}
input.powermail_submit {
        display: inline-block ! important;
    padding: 6px 12px;
    margin-bottom: 0;

    font-size: 18px;
    font-weight: 400;

    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    border-radius: 0px;
/* 
F18E1C -ORANGE
2A71B0 -BLAU DUNKEL
C4037D -LILLA(A)
0696BB -TÜRKIZ    
*/
    border:4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
}
input.powermail_submit:focus, input.powermail_submit:hover {
    text-decoration: none;
    color:#333;
    background-color: #E8E8E8;
    border:4px solid #C4037D;
}
ul.parsley-errors-list.filled {
    padding: 0  ! important;
    margin-top: 15px  ! important;
}
ul.parsley-errors-list.filled li {
    list-style: none ! important;
    color: #F18E1C;
    font-style: italic;
    font-weight: 300;
    font-size: 85% ! important;
}

/*
GLUEXTEST
*/
input#sjbr-freecap-captcha-response {
    margin-top: 15px;
   margin-bottom: 30px;
}
img.tx-srfreecap-image {
    margin-left: 1em;
    margin-right: 1em;
     vertical-align: top; 
}
.tx-srfreecap-cant-read {
    display: inline-block;
     width: 100%; 
}
.alert-danger {
    color: #F18E1C;
    background-color: #FCE8D2;
    border: 0 ! important;
}
div.media-left {
    display: none;
}
.tx_mevote .row {
    margin: 40px 0;
}
.tx-me-vote .progress {
   height: 40px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    /*border: 4px solid #C4037D;*/
    border: 4px solid #E8E8E8;
}
.tx-me-vote .progress .progress-bar {
    /*line-height: 34px;*/
    background-color: #C4037D;
}
.tx-me-vote .fa {
    vertical-align: middle;
    padding: 0 10px;
}
/*
GLUEXTEST AUSWERTUNG
*/
    textarea.f3-form-error {
        background-color:#FCE8D2;
        border: 1px #FCE8D2 solid;
    }
    input.f3-form-error {
        background-color:#FCE8D2;
        border: 1px #FCE8D2 solid;
    }
    .tx-me-vote .message-error,
  .tx-me-vote .message-warning {
    background-color:#FCE8D2;
  }
  .tx-me-vote .form-errors {
    list-style:none;
    border:1px solid black;
    border-radius: 4px;
    padding:15px;
    margin:0 0 15px 0;
    background-color:#FCE8D2;
  }

    .tx-me-vote .progress .progress-bar.progress-bar-success {
    background-color: #5cb85c;
  }
    .tx-me-vote .progress .progress-bar.progress-bar-danger {
    background-color: #F18E1C;
  }
  

  .tx-me-vote .progress .progress-bar.progress-bar-color0 {
    background-color: #C4037D;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color1 {
    background-color: #B00270;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color2 {
    background-color: #9C0264;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color3 {
    background-color: #880257;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color4 {
    background-color: #75014B;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color5 {
    background-color: #61013E;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color6 {
    background-color: #4E0132;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color7 {
    background-color: #3A0025;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color8 {
    background-color: #270019;
  }
  .tx-me-vote .progress .progress-bar.progress-bar-color9 {
    background-color: #13000C;
  }

  .tx_mevote .summary {
    background: #e8e8e8;
    padding: 20px;
    margin-bottom: 60px;
    font-style: italic;
  }
  

 .tx-me-vote div.slider-loading {
  text-align:center;
  margin:20% 0;
 } 
 .tx-me-vote div.slider-loading i.fa {
  color: #C4037D;
 }


/*
BACKGROUND BILDER
*/
.content-bg-top{
    background-image: url(../Images/bg-muster-top@1x.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 140px;
}
.content-bg-bottom{
    background-image: url(../Images/bg-muster-bottom@1x.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 140px;
}
.content-bg-muster{
    background-image: url(../Images/bg-muster@1x.png);
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-y;
    padding-bottom: 140px;
}
.content-bg-none{
    padding-bottom: 140px;
}


/*
CONTENT
*/
.container-content{
    position: relative;
    top: 40px;
    background: white;
    padding: 15px;
    margin-bottom: 40px;
}
.container-content img{
/*    margin: 0 20px 20px 20px;*/
    margin: 0 20px 20px 0;
}
.container-content li{
    list-style: square;
}
.container-content :after{
 /*   height: 140px;*/
}


/*
CONTENT NAVI
*/
.container-content .nav {
    text-align: center;
}
.container-content ul.nav {
    margin: 0;
    padding: 0;
    font-size: 20px;
    border-bottom: 1px solid #C4037D;
    margin-bottom: 40px;
}
.container-content ul.nav li {
    list-style: none;
}
.container-content ul.nav li>a{
    border-top: 1px solid #c4037d;
    color: black;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.container-content ul.nav li>a{
    display: block;
    line-height: 2em;
    padding: 13px 10px;
}
.container-content ul.nav li>a:hover{
    background: #C4037D;
    color: white;
}
.container-content ul.nav li.active {
    background: #C4037D;
}
.container-content ul.nav li.active>a {
    color: white;
    font-weight: 700;
}
.container-content ul.nav ul.nav-2ebene {
    background: #C4037D;
    padding: 0;
    margin: 0;
    list-style: none;
}
.container-content ul.nav ul.nav-2ebene li>a {
    border-top: 1px solid white;
    color: white;
}
.container-content ul.nav ul.nav-2ebene li>a:hover, .container-content ul.nav ul.nav-2ebene li>a:focus {
    text-decoration: none;
}
.container-content ul.nav li.active> ul li>a{
    color: white;
    background: #C4037D;
    border-top: 1px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
}
.container-content ul.nav li.active> ul li.active>a{
    color: white;
    font-weight: 700;
}
.container-content ul.nav li> ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.container-content ul.nav li> ul li>a{
    padding: 15px 10px;
    text-decoration: none;
    line-height: 2em;
}

.tx-memaps-map {
	width:100% !important;
	height:500px;
}


/* Mirko 20190304 */
.tx-me-project h2:first-child {
    margin-top:0;
}
.tx-me-project-module-description .tx-me-project-image1 img {
    max-width:100%;
    height:auto;
}


.tx-me-project-module-contact iframe {
	max-width:100%;
	max-height:300px;
}

/* 190313 SM */
.table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
 /*   padding: 10px;*/
}
.table>thead>tr>th {
     border-bottom: 0; 
}
.tx-me-project .table .fa {
    padding: 0 5px;
}
.tx-me-project table {
    border-spacing: 0px; 
}
.tx-me-project table {
    margin: 20px 0;
}

.tx-me-project ul.typo3-messages{
    padding: 0;
    margin: 0;
}
.tx-me-project .alert {
    border: 0; 
    border-radius: 0; 
}
.tx-me-project li.alert {
    list-style: none;
    margin:0 0 20px 0; 
}

/* 190314 SM */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
     padding: 10px; 
    line-height: 1.7;
    vertical-align: middle;
}
.tx-me-project .table .checkbox, .tx-me-project .table .radio {
    position: relative;
    display: block;
    margin: 0; 
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
}
.tx-me-project .table .checkbox input[type=checkbox], .tx-me-project .table .checkbox-inline input[type=checkbox], .tx-me-project .table .radio input[type=radio], .tx-me-project .table .radio-inline input[type=radio] {
    /* position: absolute; */
    position: relative;
    /* margin-left: -20px; */
    margin: -4px 10px 0 0;
    vertical-align: middle;
}
.tx-me-project hr{
    border-top: 4px solid #E8E8E8;
}  

.tx-me-project form .checkbox input[type=checkbox], .tx-me-project .checkbox-inline input[type=checkbox], .tx-me-project .radio input[type=radio], .tx-me-project form .radio-inline input[type=radio] {
    /* position: absolute; */
    /* margin-left: -20px; */
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 0px;
}  
.tx-me-project form input[type=checkbox], .tx-me-project form input[type=radio]{
    margin-left: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}


/* miba 20190314 start */
.tx-me-project .form-group textarea {
    /* aus 190325 SM
	height:5em; */
}
.tx-me-project-action > h1:first-child {
	margin-top:0;
}
/* miba 20190314 end */


.tx-me-project .qq-upload-button, .tx-me-project-news .qq-upload-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    border-radius: 0px;
    border: 4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
	color:inherit;
	background:#fff;
	width:auto;
}


.tx-me-project .qq-upload-button-hover, .tx-me-project-news .qq-upload-button-hover{
    background: #e8e8e8;
	border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}
.tx-me-project .qq-upload-button-focus, .tx-me-project-news .qq-upload-button-focus {
    outline: none;
	background: #e8e8e8;
	border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}

.tx-me-project .qq-upload-drop-area, .tx-me-project-news .qq-upload-drop-area {
	background:#fff;
	border:4px dashed #ccc;
	color:inherit;
		
}

.tx-me-project .qq-upload-drop-area-active, .tx-me-project-news .qq-upload-drop-area-active {
    border:4px dashed #C4037D;
}

.tx-me-project .qq-upload-drop-area span, .tx-me-project-news .qq-upload-drop-area span {
	margin-top:0;
	top:6px;
}

.tx-me-project .qq-upload-list, .tx-me-project-news .qq-upload-list {
	margin-top:20px;
	background:transparent;	
}

.btn-info, .btn-warning {
	color:inherit;
}

/* 190315 SM */
.tx-me-project .container-pagination {
    text-align: center;
}
.tx-me-project .tx-meproject-searchform {
    margin: 40px 0;
}
.tx-meproject-searchform .navbar-form{
    padding: 0;
}
.tx-meproject-filter .panel-group .panel {
    margin: 20px 0;
}
.tx-meproject-filter .form-group label {
    padding-right: 10px;
}
.tx-me-project .panel-group .panel+.panel {
    margin-top: 15px;
}
/* 190315 SM - END */


/* miba 20190318 */
.tx-meprojectnews-item-hidden {
    color:#666;
}
/* miba 20190318 end*/

/* miba 20190320 */
.tx-meprojectmessaging-list tr.unread td {
	font-weight:bold;
}

.tx-meprojectmessaging-show-recipients {
	margin:0; 
	padding: 0;
	list-style:none;
}
.tx-meprojectmessaging-show-recipients li {
	display:inline;
}

.tx-meprojectmessaging-show-attachments {
	margin:0; 
	padding: 0;
	list-style:none;
}
.tx-meprojectmessaging-show-attachments li {
	display:inline;
}
.tx-meprojectmessaging-show-content {
	
}
/* miba 20190320 end*/

/* 190320 SM */
.tx-me-project .qq-upload-button {
    margin-right: 10px;
}
.tx-me-project .qq-upload-list {
    margin-bottom: 20px;
}
.tx-me-project li.alert .btn{
    margin: 0 10px 0 0;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-delete, .qq-upload-pause, .qq-upload-continue {
    white-space: pre-wrap;
}
img.qq-thumbnail-selector {
    margin: 0 10px 10px 0;
}
/* 190320 SM - END */

/* miba 20190321 start */
ul.tx-meprojectmessaging-new-selectinternal {
	border:1px solid #ccc;
	padding:10px;
	margin:0;
	list-style:none;
	height:200px;
	overflow-y: scroll;
}
ul.tx-meprojectmessaging-new-selectinternal li {
	display:block;
}

ul.tx-meprojectmessaging-new-internalrecipients,
ul.tx-meprojectmessaging-new-externalrecipients {
	border:1px solid #ccc;
	padding:0px;
	margin:0;
	list-style:none;
}
ul.tx-meprojectmessaging-new-internalrecipients li,
ul.tx-meprojectmessaging-new-externalrecipients li {
	display:inline;
	padding:10px;
}

.tx-meprojectmessaging-new textarea {
	min-height:400px;
}

/* miba 20190321 end */

/* 190321 SM */
.tx-meprojectmessaging-list .fa{
    padding: 0 5px;
}
.tx-meprojectmessaging-list a.btn.btn-default:first-child{
    margin-bottom: 20px;
}
.tx-meprojectmessaging-list .tx-meprojectmessaging-select-inbox-sent{
    margin-bottom: 20px;
}

/* AUS 190325 SM
.tx-me-project-messaging .qq-upload-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    line-height: 1.3;
    background: #F18E1C;
}
.tx-me-project-messaging .qq-upload-button-hover{
    color: white;
    background: #C4037D;
}
.tx-me-project-messaging .qq-upload-list {
    margin: 20px 0;
}
*/


.tx-me-project-messaging li.alert{
    list-style: none;
    border: 0;
    border-radius: 0;
}
.tx-me-project-messaging .qq-upload-list a.btn{
    margin: 0 10px 0 0;
}
/* 190321 SM - END */

/* 190325 SM */
.tx-me-project a.btn{
    margin-right: 10px;
}

.tx-me-project-news ul.typo3-messages{
    padding: 0;
    margin: 0;
}
.tx-me-project-news .alert {
    border: 0; 
    border-radius: 0; 
}
.tx-me-project-news li.alert {
    list-style: none;
    margin:0 0 20px 0; 
}
.qq-uploader .btn {
    margin-right: 10px;
}
.qq-upload-button {
    margin-right: 10px;
}
.tx-me-project-news .form-group:last-child {
border-top: 4px solid #e8e8e8;
padding-top: 20px; 
}
/* 190325 SM - END */

/* 190403 SM */
.tx-irfaq-faqcontroller .tx-irfaq-dynans{
    border-bottom: 4px solid #E8E8E8;
    padding-bottom: 15px;
}
.tx-irfaq-faqcontroller .form-group{
    margin-right: 15px;
    display: inline-block;
}
/* 190403 SM - END */

/* 190407 SM */
.tx-srfeuserregister-pi1 input {
    padding: 6px 12px; 
}
.container-pagination {
    text-align: center;
}
.tx-meprojectproblemreporter {
    margin-bottom: 20px;
}
.tx-meprojectproblemreporter .table-responsive {
    font-size: 85%;
    margin-top: 20px;
}
.tx-meprojectproblemreporter .table-responsive a>img{
    width: 15px;
    height: auto;
    margin: 0 5px 0 0;
}
.tx-meprojectproblemreporter .tx-memaps-map {
    margin: 20px 0; 
}
.tx-meprojectproblemreporter .tx-meprojectproblemreporter-fe-new .tx-memaps-map {
    margin: 0 0 20px 0;
}
.tx-meprojectproblemreporter .tx-meprojectproblemreporter-fe-new .btn:first-child {
    margin-bottom: 30px;
}
.tx-meprojectproblemreporter-fe-list hr.bold{
    border-top: 4px solid #E8E8E8;
}

.tx-meprojectproblemreporter .qq-upload-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    border-radius: 0px;
    border: 4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
    color:inherit;
    background:#fff;
    width:auto;
}
.tx-meprojectproblemreporter .qq-upload-button-hover {
    background: #e8e8e8;
    border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}
.tx-meprojectproblemreporter .qq-upload-button-focus {
    outline: none;
    background: #e8e8e8;
    border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}
.tx-meprojectproblemreporter .qq-upload-drop-area {
    background:#fff;
    border:4px dashed #ccc;
    color:inherit;      
}
.tx-meprojectproblemreporter .qq-upload-drop-area-active {
    border:4px dashed #C4037D;
}
.tx-meprojectproblemreporter .qq-upload-drop-area span {
    margin-top:0;
    top:6px;
}
.tx-meprojectproblemreporter .qq-upload-list {
    margin-top:20px;
    background:transparent; 
}
/* 190407 SM - END */

/* 190422 SM  tx-meprojectpetition */

.tx-meprojectpetition .qq-upload-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    border-radius: 0px;
    border: 4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
    color:inherit;
    background:#fff;
    width:auto;
}
.tx-meprojectpetition .qq-upload-button-hover {
    background: #e8e8e8;
    border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}
.tx-meprojectpetition .qq-upload-button-focus {
    outline: none;
    background: #e8e8e8;
    border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}
.tx-meprojectpetition .qq-upload-drop-area {
    background:#fff;
    border:4px dashed #ccc;
    color:inherit;
}
.tx-meprojectpetition .qq-upload-drop-area-active {
    border:4px dashed #C4037D;
}
.tx-meprojectpetition .qq-upload-drop-area span {
    margin-top:0;
    top:6px;
}
.tx-meprojectpetition .qq-upload-list {
    margin-top:20px;
    background:transparent; 
    list-style: none;
}
.tx-meprojectpetition li.alert{
    list-style: none;
    border: 0;
    border-radius: 0;
}
.tx-meprojectpetition .qq-upload-list a.btn{
    margin: 0 10px 0 0;
}

ul.petition-images {
    margin: 20px 0;
    padding: 0;
}
ul.petition-images li {
    list-style: none;
    margin: 0 20px 0 0;
    display: inline-block;
}
ul.petition-images label{
    margin-left: 5px;
}
.tx-meprojectpetition .panel {
    margin: 20px 0;
}
.tx-meprojectpetition-fe-single-textDecision{
    margin: 40px 0 20px 0;
}
.tx-meprojectpetition-fe-single .hr:last-child{
    border-top: solid 3px #E8E8E8;
}
.tx-meprojectpetition-single-state{
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    font-size: 85%;
}
@media (max-width: 768px) {
.tx-meprojectpetition-single-state{
    font-size: 70%;
}
}

hr.bold{
    border-top: 4px solid #E8E8E8;
}
.tx-meprojectpetition-fe-single{
    margin-bottom: 20px;
}

.tx-meprojectpetition-single-state-item {
    float: left;
    width: 24%;
    text-align: center;
    padding: 10px 0;
    border-top: 4px solid #E8E8E8;
    margin-right: 1%;
}
.tx-meprojectpetition-single-state-item.active {
    background-color: #C4037D;
    border-top: 4px solid #C4037D;
}

.petition-details-klein{
    font-size: 85%;
}
/* 190422 SM - END */

/* 190427 SM  tx-meprojectpetition, tx-meprojecttodolist */
.tox.tox-tinymce {
    min-height: 400px;
}
.tx-meprojecttodolist-todolist-be-belist h1:first-child{
    margin-top: 0;
    padding-top: 0;
}
.tx-meprojecttodolist-todolist-be-belist .table-responsive{
    margin: 30px 0;
}
.tx-meprojecttodolist-todolist-be-belist .table-responsive .fa{
    margin-right: 5px;
}
ul.typo3-messages{
    padding: 0;
    margin: 0;
}
.alert {
    border: 0; 
    border-radius: 0; 
}
li.alert {
    list-style: none;
    margin:0 0 20px 0; 
}
.todolist-description {
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
tr.collapse.in {
    background-color: #E8E8E8;
}
/* 190427 SM - END */

/* 190506 SM */
.tx-me-project > h1:first-child {
    margin-top: 0;
}
.tx-me-project label.checkbox {
    font-weight: 400;
}
/* 190506 SM - END */

/* 190511 SM */
.tx-meprojectscheduler h1:first-child, .tx-meprojectscheduler h2:first-child, .tx-meprojectscheduler h3:first-child {
    margin-top: 0;
    padding-top: 0;
}
.tx-meprojectscheduler .table-responsive .fa {
    margin-right: 5px;
}
.tx-meprojectscheduler .table-responsive {
    margin: 30px 0;
}
.tx-meprojectscheduler .tox {
    margin-bottom: 30px;
}
.tx-meprojectscheduler .btn {
    margin-right: 10px;
}
.tx-meprojectscheduler h1 {
    margin-right: 10px;
}
.tx-meprojectscheduler-entry-single .table>thead>tr>th {
    border-left: 1px solid #E8E8E8;
}
/* 190511 SM - END */

/* 190517 SM */
.tx-meprojectvote .table-responsive .fa {
    margin-right: 5px;
}
.tx-meprojectvote .table-responsive {
    margin: 30px 0;
}
.tx-meprojectvote-single-menu{
    margin-bottom: 20px;
}
.tx-meprojectvote select:last-child{
    margin-bottom: 20px;
}
.tx-meprojectvote h3:first-child{
    margin-top: 0px;
    padding-top: 0px;
}
.tx-meprojectvote .tx_mevote .row {
    margin: 20px 0;
}
.tx_mevote .row {
    margin: 20px 0;
}
.tx-me-vote .btn-default{
    margin: 0;
}
.tx-me-vote .progress {
    height: 44px;
}
.tx-me-vote .radio input[type=radio], .tx-me-vote .checkbox input[type=checkbox] {
    position: relative;
    margin: 0;
    margin-right: 15px;
    vertical-align: text-top;
}
.tx-me-vote h2:first-child {
    margin-top: 0;
    padding-top: 0;
}
.tx-me-vote .row {
    margin: 20px 0;
}
.tx-me-vote .textarea {
    padding: 15px;
}
.tx_mevote .progress .progress-bar {
    background-color: #C4037D;
    line-height: 39px;
}
.tx_mevote .progress {
    height: 44px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 4px solid #E8E8E8;
}
.tx_mevote .vote {
    font-size: 85%;
}
.tx_mevote .vote .col-sm-3{
    padding-top: 8px;
}
/* 190517 SM - END */


/* 190602 SM */
.ui-tooltip {
    font-size: 75%;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.03em;
}
/* 190602 SM - END */

/* 190911 SM */
.tx-meproject-searchform .ui-selectmenu-button.ui-button {
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    font-size: 18px;
}
/* 190911 SM - END */

/* 191008 SM */
a.list-karte-link:hover {
    text-decoration: none;
}
/* tooltip */
img.js-info-bubble-close {
    margin: 5px;
}
.tx-memaps-map .gm-style .infobubble-contentcontainer {
    font-size: 13px;
    line-height: normal;
}
.tx-memaps-map .gm-style .infobubble-contentcontainer .marker > b > a {
    font-size: 16px;
    font-weight:700;
}
.tx-memaps-map .gm-style .infobubble-contentcontainer .marker .description p {
    font-size: 13px; 
}
/* actionsbuero tools verwalten */
input.cb-graphical + label::before {
    font-size:16px      
}
input.cb-graphical:checked + label::before {
    font-size:16px
}
/* 191008 SM - END */

/* 191014 SM */
/* zentrale-map-eintraege */
/*
.tx-meprojectproblemreporter-be-list .table-responsive img {
    height: 20px;
    width: auto;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: -5px 3px 0px 0px;
}
.tx-meprojectproblemreporter-be-list .table-responsive .fa:before {
    padding-right: 3px;
}
*/
.tx-meprojectproblemreporter .table-responsive img {
    height: 20px;
    width: auto;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: -5px 3px 0px 0px;
}
.tx-meprojectproblemreporter .table-responsive .fa:before {
    padding-right: 3px;
}
.tx-meprojectproblemreporter-searchform {
/*    background: #E8E8E8;
    padding: 10px;*/
/*    border-top: 4px solid #E8E8E8;
    border-bottom: 4px solid #E8E8E8;*/

    border-bottom: 1px solid #c4037d;
    padding: 0px;

}
.tx-meprojectproblemreporter-filter .form-group label{
    padding-right: 5px;
}

input[type=checkbox], input[type=radio] {
    /* margin: 4px 0 0; */
    margin-top: 1px\9;
    line-height: normal;
}

 .tx-meprojectproblemreporter input[type=checkbox], .tx-meprojectproblemreporter input[type=radio] {
    position: relative;
    top: -2px;
    margin: 0 10px 0 0 !important;
}
/* we mail */
.tx-me-project-messaging .btn {
    margin-bottom: 20px;
}
ul.tx-meprojectmessaging-new-internalrecipients, ul.tx-meprojectmessaging-new-externalrecipients {
    min-height: 40px;
}
@media (max-width: 768px){
.qq-upload-button {
    font-size: 14px !important;
}
}

/* ToDo LIsten */
.tx-meprojecttodolist table.table {
    border-top: 1px solid #c4037d;
}
input.cb-graphical + label {
    margin: 0;
}
input.cb-graphical + label::before {
    padding-left: 50px;
}
.tx-meprojecttodolist .col-sm-6 label {
    font-weight: 400;
}
.tx-meprojecttodolist .col-sm-6 {
    margin-bottom: 10px;
}
.tx-meprojecttodolist .progress{
    margin-top: 5px;
}
a.tx-meprojecttodolist-todolist-belist-edit:hover{
    text-decoration: none;
}
a.tx-meprojecttodolist-todolist-belist-edit:hover{
    text-decoration: none;
}

/* umfragen */
svg.meproject-d3-pie-chart {
    max-height: 300px;
    border-bottom: 4px solid #E8E8E8;
}
.meproject-d3-pie-chart-wrap .legend {
    font-size: 24px;
}
.tx-me-vote .statement {
    font-style: normal;
    border-bottom: 1px solid #E8E8E8;
    /* font-style: italic; */
}
.tx-meproject-grading svg {

}


/* 191014 SM - END */




