.chart {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 2em 0 5em 2em;
  border-right: 2em solid white;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.chart caption {
  width: 100%;
  margin-bottom: 4rem;
  height: 2rem;
}

.chart h1 {
  font-size: 1.5em;
  text-align: center;
}

.chart thead, .chart .scale, .chart .body {
  height: calc(100% - 4rem);  
}

.chart thead {
  display: flex;
  align-items: center;
}

.chart thead tr {
  width: 1em;
}

.chart .yLabel {
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left center;
  font-weight: bold;
}

.chart .yLabel::after {
  content: "(" attr(data-unit) ")";
  margin-left: 10px;
}

.chart .xLabel {
  position: absolute;
  width: 100%;
  bottom: 1em;
  text-align: center;
  font-weight: bold;
}

.chart .scale {
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
}

.chart .scale tr {
  flex-grow: 1;
}

.chart .scale td {
  text-align: center;
  display: block;
  margin-right: 0.5em;
  line-height: 0em;
}

.chart .scale td::after {
  content: "";
  height: 1px;
  width: 100%;
  background: black;
  position: absolute;
}

.chart .body {
  display: flex;
  flex-grow: 1;
  background: none;
}

.chart .body tr {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 2% 0 0;
  position: relative;
}

.chart .body tr:nth-child {
  margin-left: 2%;
}

.chart .body tr:nth-child(2) {
  margin-left: 2%;
	fill: red;
}



.partei {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -2em;
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.budget {
  background: blue;
  display: block;
  width: 100%;
}



.chart .budget span {
  display: block;
  background: #FFF;
  color: #0a9eff;
  padding: 0.5em;
  text-align: center;
  font-size: 1.2rem;
	font-style: bold;
  border-radius: 2px;
  margin: 10%;
  opacity: 0;
  transition: opacity 0.2s;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chart .budget:hover span {
  opacity: 1;
}












.gallery {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
	 border: 0px solid #e7e7e7;
	background-color: none;
	padding: 0px;
}

#gallery-1 img {
    border: 0px;
}

@media all and (max-width: 767px) {
  .grid-slot-2d3 .teaser--highlight .teaser__thumbnail {
	width: 100%;}
}
	


	/*pie chart tests - ole, 2018-11-24, 10:00 */

#wraper {
  width: 100%;
  height: 1000px;
  position: relative;

}


#circle_front {
    position: absolute;
    margin-top: 16.5%;
    left:16.5%;
    width: 27%;
    height: 0;
    z-index: 10;
    padding-bottom: 27%;
    border-radius: 100%;
    background: white;
    box-shadow: inset 0 0px 15px 0px rgba(0,0,0,0.75);
}

#einnahmen {
    position: absolute;
    margin-top: 30%;
    left:15%;
    width: 30%;
    padding-bottom: 27%;
    z-index: 11;
    text-align: center;
    font-family: ASAP;
    font-weight: 200;
    font-size:1.5vw;
}

#einnahmen_numb {
    position: absolute;
    margin-top: 24.5%;
    left:15%;
    width: 30%;
    padding-bottom: 27%;
    z-index: 11;
    text-align: center;
    font-family: ASAP;
    font-weight: 500;
    font-size:3vw;
}

#circle_back {
    position: absolute;
    margin-top: 7.5%;
    left:7.5%;
    width: 45%;
    height: 0;
    z-index: -1;
    padding-bottom: 45%;
    border-radius: 100%;
    background: white;
    box-shadow: 0 0px 15px 0px rgba(0,0,0,0.75);
}



#slice_big {
    margin-top: 30%;
    left:5%;
    width: 50%;
    height: 0;
    z-index: 2;
    padding-bottom: 40%;
    position: absolute;
    background: #0a9eff; 
    -webkit-clip-path: circle(50% at 50% 0%);
    -moz-clip-path: circle(50% at 50% 0%);
    clip-path: circle(50% at 50% 0%);
    transform-origin: 50% 0%;
    transform: rotate(0deg);
}

#slice_big::after {
    content: "";
    top: 0%;
    left:0%;
    width: 100%;
    height: 0;
    z-index: 1;

    padding-bottom: 100%;
    position: absolute;
    background: #0a9eff; 
    -webkit-clip-path: circle(50% at 50% 0%);
    -moz-clip-path: circle(50% at 50% 0%);
    clip-path: circle(50% at 50% 0%);
    transform-origin: 50% 0%;
    transform: rotate(150deg);
}

#slice_1 {
    margin-top: 30%;
    left:5%;
    width: 50%;
    height: 0;
    z-index: 0;
    padding-bottom: 40%;
    position: absolute;
    background: lightgrey; 
    -webkit-clip-path: circle(50% at 50% 0%);
    -moz-clip-path: circle(50% at 50% 0%);
    clip-path: circle(50% at 50% 0%);
    transform-origin: 50% 0%;
    transform: rotate(170deg);
}

#slice_2 {
    margin-top: 30%;
    left:5%;
    width: 50%;
    height: 0;
    z-index: -1;
    padding-bottom: 40%;
    position: absolute;
    background: black; 
    -webkit-clip-path: circle(50% at 50% 0%);
    -moz-clip-path: circle(50% at 50% 0%);
    clip-path: circle(50% at 50% 0%);
    transform-origin: 50% 0%;
    transform: rotate(190deg);
}

#container {
  margin: auto;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin: auto;*/
 font-family: 'Source Serif Pro';
  font-weight: 600;
  background-color:#FF00FF;
  color:white;
}

.screen1 {
  background: #0a9eff;
  width: inherit;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  margin: auto;
  text-align: center;
  font-family: 'Source Serif Pro';
  font-weight: 900;
  font-size: 2em;
  padding-top: 30px;
  line-height: 1em;
  color: white;
  animation: fade 0.2s cubic-bezier(0,1.31,.25,.98) 5s 1 forwards; 
}

.screen2 {
  background: #0a9eff;
  width: inherit;
  height: 100%;
  top: 0%;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 5px;
  z-index: 1;
  text-align: center;
   font-family: 'Source Serif Pro';
  	font-weight: 900;
  font-size: 2em;
  line-height: 0.8em;
  color: white;
  margin: auto;
  opacity: 0;
  animation: fade2 5s 7s 1 forwards;
}

.screen3 {
  cursor:pointer;
  background: white;
  width: inherit;
  height: 100%;
  top: 0%;
  position: absolute;
  padding-top: 30px;
  padding-bottom: 5px;
  z-index: 1;
  text-align: center;
  font-family: 'Source Serif Pro';
  	font-weight: 900;
  font-size: 2em;
  color:white !important;
  line-height: 1em;
  margin: auto;
  opacity: 0;
  animation: fade3 5s 10s 1 forwards;
}

@keyframes fade {
  0% {opacity: 0}
  100% {opacity: 1}
}


@keyframes fade2 {
  0% {opacity: 0}
  30% {opacity: 1}
  80% {opacity: 1}
  100% {opacity: 0}
}

@keyframes fade3 {
  0% {opacity: 0}
  20% {opacity: 1}
  100% {opacity: 1}
}

@media all and (max-width: 420px) {
  .screen1 {
   font-size: 1.2em;	  
   padding-top: 40px;
  }
}

@media all and (max-width: 456px) {
  .screen2 {
   font-size: 1.2em;
   padding-top: 40px;
  }
}

body {
/*   overflow-y: hidden; */
}

#spendenleiste span {
   padding-left: 0px;
   font-size: 1.2em;
}
#spendenleiste {
  cursor:pointer;
  background: #0a9eff;
  opacity: .99;
  animation-name: leiste;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  padding-top: 1%;
  padding-bottom: 1%;
  color: white;
  box-shadow: -2px -2px 8px -4px black; /* ole, 2018-11-16, 12:40*/
  font-size: 1em;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  line-height: 1.5em;
  z-index: 300;

}

  @media all and (max-width: 420px) {
   #spendenleiste {
   font-size: 0.8em;
   }
   .fullbleed , p.fullbleed {
    max-width: none !important; margin-left: -4em !important;  width: 140% !important;
  }
}

@media all and (max-width: 325px) {
   #spendenleiste {
     font-size: 0.7em;
     line-height: 1.3em;
     height: auto;
     padding-top: 1%;
     padding-bottom: 2%;
   }
}

@media all and (max-width: 560px) {
  .fullbleed , p.fullbleed {
    max-width: none !important; margin-left: -0em !important;  width: 140% !important;
  }
}

@media all and (max-height: 560px) {
   #spendenleiste {
    font-size: 0.8em;
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    line-height: 1.3em;
  }
}


@media all and (min-width: 767px) {
   #spendenleiste {
    font-size: 1em;
    height: auto;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    line-height: 1.3em;
   }
   .fullbleed , p.fullbleed {
    max-width: none !important; margin-left: -13em !important;  width: 180% !important;
  }
}


@media all and (min-width: 1024px) {
  .fullbleed , p.fullbleed {
    max-width: none !important; margin-left: -18em !important;  width: 175% !important;
  }
}

@media all and (min-width: 1280px) {
  .fullbleed , p.fullbleed {
    max-width: none !important; margin-left: -25em !important;  width: 206% !important;
  }
}
@media all and (min-width: 1560px) {
  .fullbleed , p.fullbleed {
    max-width: none !important; margin-left: -38em !important;  width: 260% !important;
  }
}
@media all and (min-width: 1780px) {
  .fullbleed , p.fullbleed {
    max-width: none !important; margin-left: -46em !important;  width: 300% !important;
  }
}

/* ole, 2018-11-16, 12:38*/
@media all and (max-height: 420px) {
  #spendenleiste {
    font-size: 0.8em;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

/* ole, 2018-11-16, 12:11*/

#spendenleiste:target {
   transform: translateY(100%);
}

#spendenleiste a {
  text-decoration:none;
  color: white
}

#nerv {
  float:right;
  padding-right: 2%;
  width: auto;
  font-size: 1em;

}

	
@keyframes leiste {
   from {bottom:-200px;}
   to {bottom: 0px;}

}

.page-id-200718 #site-navigation ,
.page-id-200718 #site-navigation ,
.page-id-200718 #site-navigation ,
.page-id-200718 #site-navigation ,
.page-id-196880 #site-navigation ,
.page-id-196880 #site-navigation ,
.page-id-197176 .searchform,
.page-id-197176 .searchform,
.page-id-200118 #site-navigation ,
.page-id-200118 .searchform,
.page-id-200752 #site-navigation ,
.page-id-200752 .searchform,
.page-id-194722 #site-navigation ,
.page-id-194722 .searchform {
  display: none;
}
