@charset "CP850";
/*********************************************************************************

	Projekt		:	Haus der Kinder GbR
	Copyright	:	°° zweikreis.de

**********************************************************************************/
/* ### undo #################################################################### */
/* line 11, ../../sass/screen.scss */
:link, :visited {
  text-decoration: none;
}

/* line 12, ../../sass/screen.scss */
ul {
  list-style: none;
}

/* line 13, ../../sass/screen.scss */
h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
  font-weight: normal;
}

/* line 14, ../../sass/screen.scss */
ul, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* line 15, ../../sass/screen.scss */
img, a img, :link img, :visited img, fieldset {
  border: none;
}

/* line 16, ../../sass/screen.scss */
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* line 17, ../../sass/screen.scss */
address {
  font-style: normal;
}

/* line 18, ../../sass/screen.scss */
legend {
  display: none;
}

/* line 20, ../../sass/screen.scss */
div, p, li, a {
  background-repeat: no-repeat;
}

/* ### reset some basic style ################################################### */
/* line 24, ../../sass/screen.scss */
dl {
  margin: 0 0 0 0;
}

/* line 25, ../../sass/screen.scss */
dl dt {
  margin: 0 0 0 0;
}

/* line 26, ../../sass/screen.scss */
dl dd + dt {
  margin-top: 0;
}

/* line 27, ../../sass/screen.scss */
dl dd {
  margin: 0 0 0 0;
}

/* line 29, ../../sass/screen.scss */
p {
  margin-bottom: 0em;
}

/* line 31, ../../sass/screen.scss */
ul {
  list-style: none;
}

/* line 32, ../../sass/screen.scss */
ul li {
  margin: 0 0 0 0;
}

/* line 33, ../../sass/screen.scss */
ul li ul {
  margin: 0 0 0 0;
  list-style: none;
}

/* line 35, ../../sass/screen.scss */
pre {
  font-size: 1.2em;
}

/* line 37, ../../sass/screen.scss */
a:hover {
  text-decoration: none;
}

/* line 39, ../../sass/screen.scss */
img {
  max-width: 100%;
}

/* ### HTML ###################################################################### */
/* line 42, ../../sass/screen.scss */
html {
  height: 100%;
  margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
/* line 48, ../../sass/screen.scss */
body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: x-small;
  min-height: 100%;
  margin-bottom: 1px;
  background: #0095D3;
}

/* line 56, ../../sass/screen.scss */
.clearer {
  display: block;
  clear: both;
  line-height: 0;
  height: 1px;
  font-size: 0;
  visibility: hidden;
}

/* line 65, ../../sass/screen.scss */
.clear {
  clear: both;
}

/* line 66, ../../sass/screen.scss */
.floatLeft {
  float: left;
}

/* line 67, ../../sass/screen.scss */
.floatRight {
  float: right;
}

/* line 68, ../../sass/screen.scss */
.warning {
  color: #f00;
  background: inherit;
}

/* Intro  */
/* ### Hauptstruktur ############################################################ */
/* line 74, ../../sass/screen.scss */
#website {
  display: block;
  float: left;
  width: 100%;
}

/* line 81, ../../sass/screen.scss */
#head {
  display: block;
  float: left;
  width: 100%;
  height: 210px;
  border-top: 10px solid #F0F0F0;
  background: #53a125 url("/pics/head_hint.gif") no-repeat center top;
}

/* line 90, ../../sass/screen.scss */
#head_content {
  display: block;
  margin: 0 auto;
  width: 998px;
  height: 200px;
}

/* line 97, ../../sass/screen.scss */
#head_main {
  display: block;
  float: left;
  width: 680px;
  height: 190px;
  margin: 10px 0 0 17px;
}

/* line 105, ../../sass/screen.scss */
#logo {
  display: block;
  float: left;
  width: 211px;
  height: 119px;
  margin: 27px 0 0 60px;
}

/* line 113, ../../sass/screen.scss */
#content {
  display: block;
  float: left;
  width: 100%;
  background: #53a125 url("/pics/content_hint.gif") repeat-y center top;
}

/* line 121, ../../sass/screen.scss */
.main-block1 {
  display: block;
  width: 920px;
  margin: 0px auto;
  padding: 10px 30px 0px 0px;
}

/* line 128, ../../sass/screen.scss */
.main-hint {
  display: block;
  float: left;
  width: 920px;
  min-height: 400px;
}

/* line 135, ../../sass/screen.scss */
#main-block {
  display: block;
  float: left;
  width: 675px;
  min-height: 300px;
  margin-left: 5px;
}

/* line 143, ../../sass/screen.scss */
#small-block {
  display: block;
  float: left;
  width: 230px;
}

/* line 149, ../../sass/screen.scss */
#nav {
  display: block;
  float: left;
  width: 220px;
  margin: 15px 0 0 0;
}

/* --- Footer --- */
/* line 159, ../../sass/screen.scss */
.printfoot {
  display: none;
}

/* line 163, ../../sass/screen.scss */
#footer {
  font-family: verdana, arial, sans-serif;
  display: block;
  float: left;
  color: #A9DFF5;
  width: 100%;
  height: 20px;
  padding: 90px 0 120px 0;
  text-align: center;
  background: url("/pics/footer_hint.gif") no-repeat center top;
}

/* line 177, ../../sass/screen.scss */
#footer a,
#footer a:link {
  color: #A9DFF5;
}

/* line 180, ../../sass/screen.scss */
#footer a:hover {
  text-decoration: underline;
}

/* line 184, ../../sass/screen.scss */
#footer a.current {
  color: #115E7E;
}

/* ### nav1st - first level navigation ######################################## */
/* line 190, ../../sass/screen.scss */
ul.nav1st {
  font-family: Arial, sans;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  display: block;
  float: left;
  letter-spacing: 1px;
}

/* line 201, ../../sass/screen.scss */
ul.nav1st li {
  display: block;
}

/* line 206, ../../sass/screen.scss */
ul.nav1st a,
ul.nav1st a:link {
  display: block;
  float: left;
  color: #FFF;
  padding: 2px 20px 1px 10px;
  border-right: 1px solid #8CD165;
  margin: 5px 0;
  width: 180px;
  text-align: right;
  text-decoration: none;
}

/* line 218, ../../sass/screen.scss */
ul.nav1st a:hover {
  color: #28510F;
  background: #6BC139;
}

/* line 224, ../../sass/screen.scss */
ul.nav1st li a.current,
ul.nav1st li a.current:link {
  color: #8CD165;
}

/* ### nav2 - second level navigation ######################################## */
/* line 231, ../../sass/screen.scss */
#nav2 a,
#nav2 a:link {
  display: block;
  float: left;
  width: 100%;
  font-family: arial, sans;
  font-size: 1.2em;
  color: #000;
  padding: 2px 0px 1px 0px;
}

/* line 241, ../../sass/screen.scss */
#nav2 a:hover {
  color: #FFFFFF;
}

/* line 247, ../../sass/screen.scss */
#nav2 a.current,
#nav2 a.current:link,
#nav2 a.current:hover {
  color: #C1A019;
}

/* ####### CONTENT  ############################################################# */
/* line 257, ../../sass/screen.scss */
a,
a:link,
#main-block a,
#main-block a:link {
  color: #BEFF7E;
  text-decoration: underline;
}

/* line 263, ../../sass/screen.scss */
a:hover,
#main-block a:hover {
  text-decoration: none;
  color: #193B05;
}

/* line 269, ../../sass/screen.scss */
#head_main a,
#head_main a:link {
  color: #498C22;
  text-decoration: underline;
}

/* line 274, ../../sass/screen.scss */
#head_main a:hover {
  color: #62B531;
  text-decoration: none;
}

/* line 279, ../../sass/screen.scss */
p {
  font-size: 1.3em;
  margin: 0px 0px 12px 0px;
  color: #FFF;
  line-height: 1.2em;
  letter-spacing: 0px;
}

/* line 287, ../../sass/screen.scss */
h1 {
  font-family: Times, serif;
  font-size: 2.8em;
  display: block;
  margin: 20px 0 15px 0px;
  color: #C7F2AE;
}

/* line 295, ../../sass/screen.scss */
h2 {
  font-family: Times, serif;
  font-size: 2.1em;
  display: block;
  margin: 15px 0 15px 0px;
  color: #BEFF7E;
  line-height: 1.2em;
}

/* line 304, ../../sass/screen.scss */
h3 {
  font-family: Times, serif;
  font-size: 1.8em;
  display: block;
  margin: 10px 0 10px 0px;
  color: #C7F2AE;
  line-height: 1em;
}

/* line 313, ../../sass/screen.scss */
#head_content h1 {
  font-size: 2.2em;
  color: #3A840E;
  margin-right: 20px;
}

/* line 319, ../../sass/screen.scss */
#head_content p {
  color: #444444;
  font-size: 1.1em;
  margin: 0px 22px 12px 0px;
}

/* line 325, ../../sass/screen.scss */
#main-block ul {
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 50px 0 30px;
}

/* line 334, ../../sass/screen.scss */
#main-block ol {
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 50px 0 20px;
  margin-left: 30px;
}

/* line 345, ../../sass/screen.scss */
#main-block ul li {
  display: block;
  padding-left: 20px;
  padding-bottom: 7px;
  background: url("/pics/listenpunkt.gif") no-repeat left top;
  line-height: 1.2em;
}

/* line 353, ../../sass/screen.scss */
#main-block ol li {
  padding-bottom: 7px;
  list-style: decimal;
  line-height: 1.2em;
}

/* newslist */
/* line 361, ../../sass/screen.scss */
#newslist h2 {
  font-family: verdana, sans;
  font-size: 2em;
  margin: 2px 0 5px 0px;
  color: #BEFF7E;
}

/* line 371, ../../sass/screen.scss */
#newslist h2 a,
#newslist h2 a:link,
#newslist_home h2 a,
#newslist_home h2 a:link {
  text-decoration: none;
}

/* line 375, ../../sass/screen.scss */
#datum, .datum {
  display: block;
  float: left;
  width: 100%;
  font-size: 1.2em;
  margin: 5px 0 3px 0px;
  color: #ffffff;
}

/* line 384, ../../sass/screen.scss */
#newslist_home {
  display: block;
  float: left;
  width: 205px;
  padding: 28px 10px 0 10px;
  margin: 40px 0 30px -10px;
  background: #009ee0 url("/pics/aktuelles.png") no-repeat left top;
  border: 3px solid #FFF;
}

/* line 395, ../../sass/screen.scss */
#newslist .img,
#newslist_home .img {
  display: block;
  float: left;
  width: 80px;
  height: 60px;
  overflow: hidden;
  margin-right: 5px;
}

/* line 404, ../../sass/screen.scss */
#newslist_home .eintrag {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFF;
}

/* line 412, ../../sass/screen.scss */
#newslist_home h2 {
  font-family: verdana, sans;
  font-size: 1.1em;
  font-weight: bold;
  margin: 4px 0 5px 0px;
  color: #BEFF7E;
  line-height: 1.2em;
}

/* line 423, ../../sass/screen.scss */
#newslist_home h2 a,
#newslist_home h2 a:link {
  display: block;
  float: left;
  min-height: 30px;
  width: 205px;
  padding-right: 0px;
}

/* line 433, ../../sass/screen.scss */
#newslist_home p {
  font-size: 1.1em;
}

/* line 440, ../../sass/screen.scss */
#newslist p a,
#newslist p a:link,
#newslist_home p a,
#newslist_home p a:link {
  text-decoration: underline;
}

/* line 445, ../../sass/screen.scss */
#newslist_home a span.mehr {
  display: block;
  width: 100%;
  height: 16px;
  background: url("/pics/mehr_butt_home.gif") no-repeat right 0px;
}

/* line 452, ../../sass/screen.scss */
#newslist_home a:hover span.mehr {
  background: url("/pics/mehr_butt.gif") no-repeat right -16px;
}

/* line 456, ../../sass/screen.scss */
#pagination {
  display: block;
  float: right;
  margin: 10px 0 10px 20px;
  text-align: right;
}

/* line 464, ../../sass/screen.scss */
#pagination a,
#pagination a:link {
  display: block;
  float: left;
  margin: 1px;
  padding: 1px 3px;
  border: 1px solid #95D46D;
  background: #64BA32;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 475, ../../sass/screen.scss */
#pagination a:hover {
  background: #FFFFFF;
  color: #000000;
}

/* line 481, ../../sass/screen.scss */
#pagination .current {
  display: block;
  float: left;
  margin: 1px;
  padding: 1px 3px;
  border: 1px solid #FFFFFF;
  background: #64BA32;
  color: #FFFFFF;
  font-weight: bold;
}

/* line 492, ../../sass/screen.scss */
#disclaimer {
  display: block;
  float: right;
  width: 380px;
  padding: 20px 0;
}

/* line 499, ../../sass/screen.scss */
#disclaimer p {
  color: #FFFFFF;
  padding: 0px;
  font-size: 1.1em;
  letter-spacing: 0px;
  margin: 0 0 10px 0;
  line-height: 1.2em;
}

/* ### Images ############################################################ */
/* line 511, ../../sass/screen.scss */
.flLeft {
  display: block;
  float: left;
  margin: 0px 12px 10px 0px;
  padding: 0px;
}

/* line 518, ../../sass/screen.scss */
.flRight {
  display: block;
  float: right;
  margin: 0px 0px 10px 20px;
  padding: 0px;
}

/* line 525, ../../sass/screen.scss */
.full {
  display: block;
  float: left;
  width: 656px;
  margin: 0 0 10px 0px;
  padding: 0;
}

/* line 535, ../../sass/screen.scss */
.flLeft p,
.flRight p,
.full p {
  margin: 0 0 0 0;
  padding: 4px 5px 3px 5px;
  font-size: 1em;
  line-height: 1.2em;
  text-align: right;
  color: #444444;
  background: #FFFFFF;
  font-weight: bold;
}

/* line 548, ../../sass/screen.scss */
#main-block .flLeft,
#main-block .flRight,
#main-block .full {
  border: 3px solid #FFFFFF;
}

/* Blättern

*******************************/
/* line 557, ../../sass/screen.scss */
.blaettern {
  font-family: verdana,sans-serif;
  display: block;
  float: right;
  font-size: 1.1em;
  text-align: right;
  clear: both;
  padding: 5px 0 10px 0;
}

/* line 568, ../../sass/screen.scss */
#main-block .blaettern a,
#main-block .blaettern a:link {
  margin: 0px 5px;
  border: none;
}

/* #########    Formular  ############## */
/* line 577, ../../sass/screen.scss */
.adr {
  visibility: hidden;
  height: 5px;
}

/* line 582, ../../sass/screen.scss */
.warnung_best {
  display: block;
  margin: 0;
  padding: 5px;
  color: #FFFFFF;
  background: #cc0000;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

/* line 594, ../../sass/screen.scss */
.danke_best {
  display: block;
  padding: 50px 0;
  width: 300px;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}

/* line 605, ../../sass/screen.scss */
#form-module {
  display: block;
  float: right;
  width: 300px;
  padding-bottom: 30px;
}

/* line 612, ../../sass/screen.scss */
#form-module h1 {
  margin: 20px 0 10px 0px;
}

/* line 616, ../../sass/screen.scss */
#form-module .text_2 {
  padding: 5px 2px 1px 2px;
  color: #FFF;
  font-size: 1.2em;
}

/* line 626, ../../sass/screen.scss */
#form-module input,
#form-module select,
#form-module textarea,
#form-module file {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1.2em;
  padding: 3px;
  width: 294px;
  border: none;
  background: #B6EF95;
}

/* line 636, ../../sass/screen.scss */
#form-module .submit {
  display: block;
  float: right;
  padding: 2px 0;
  background: #2D7005;
  width: 150px;
  font-weight: bold;
  color: #FFF;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0px;
  border: none;
}

/* line 652, ../../sass/screen.scss */
#form-module textarea.textarea {
  height: 80px;
}

/* line 738, ../../sass/screen.scss */
.container .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  /* line 740, ../../sass/screen.scss */
  .container {
    width: 100%;
  }
}
/* line 744, ../../sass/screen.scss */
div {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 749, ../../sass/screen.scss */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
/* line 757, ../../sass/screen.scss */
.row-eq-height .item {
  flex-basis: 33.3333333333%;
  padding: 5px 0 0 5px;
}
/* line 760, ../../sass/screen.scss */
.row-eq-height .item.count1 {
  flex-basis: calc(100%/1);
}
/* line 761, ../../sass/screen.scss */
.row-eq-height .item.count2 {
  flex-basis: calc(100%/2);
}
/* line 762, ../../sass/screen.scss */
.row-eq-height .item.count3 {
  flex-basis: calc(100%/3);
}
/* line 763, ../../sass/screen.scss */
.row-eq-height .item.count4 {
  flex-basis: calc(100%/4);
}
/* line 764, ../../sass/screen.scss */
.row-eq-height .item.count5 {
  flex-basis: calc(100%/5);
}
/* line 765, ../../sass/screen.scss */
.row-eq-height .item.count6 {
  flex-basis: calc(100%/6);
}
/* line 766, ../../sass/screen.scss */
.row-eq-height .item.count7 {
  flex-basis: calc(100%/7);
}
/* line 767, ../../sass/screen.scss */
.row-eq-height .item.count8 {
  flex-basis: calc(100%/8);
}
/* line 768, ../../sass/screen.scss */
.row-eq-height .item.count9 {
  flex-basis: calc(100%/9);
}
/* line 769, ../../sass/screen.scss */
.row-eq-height .item.count10 {
  flex-basis: calc(100%/10);
}

/* line 772, ../../sass/screen.scss */
.gal, .videoframe {
  clear: both;
}
/* line 780, ../../sass/screen.scss */
.gal.width_3, .width_3.videoframe {
  width: 24%;
}
/* line 781, ../../sass/screen.scss */
.gal.width_4, .width_4.videoframe {
  width: 32%;
}
/* line 782, ../../sass/screen.scss */
.gal.width_6, .width_6.videoframe {
  width: 49%;
}
/* line 783, ../../sass/screen.scss */
.gal.width_8, .width_8.videoframe {
  width: 65%;
}
/* line 784, ../../sass/screen.scss */
.gal.width_12, .width_12.videoframe {
  width: 100%;
  margin: 0 0 20px 0 !important;
}
/* line 787, ../../sass/screen.scss */
.gal.pos_oben, .pos_oben.videoframe, .gal.pos_unten, .pos_unten.videoframe {
  width: 100% !important;
  margin: 20px -5px 20px -5px !important;
}
/* line 791, ../../sass/screen.scss */
.gal.pos_links, .pos_links.videoframe {
  float: left;
  margin: 0 15px 15px 0;
}
/* line 792, ../../sass/screen.scss */
.gal.pos_rechts, .pos_rechts.videoframe {
  float: right;
  margin: 0 0 15px 20px;
}
/* line 795, ../../sass/screen.scss */
.gal h3, .videoframe h3 {
  padding: 7px 8px;
  margin: 3px;
  background: #666666;
  font-size: 1.2em;
  color: white;
  min-height: 30px;
}
/* line 805, ../../sass/screen.scss */
.gal .list, .videoframe .list {
  margin-left: 0;
  margin-right: 0;
}
/* line 809, ../../sass/screen.scss */
.gal .klthumb, .videoframe .klthumb {
  padding: 2px !important;
  border: 1px solid white;
  background: #f2f2f2;
  height: 100%;
}
/* line 817, ../../sass/screen.scss */
.gal .klthumb img, .videoframe .klthumb img {
  border: none;
  width: 100%;
}
/* line 825, ../../sass/screen.scss */
.gal h4, .videoframe h4 {
  padding: 7px 8px 4px 8px;
  margin: 0 !important;
  background: white;
  font-size: 1.1em;
  color: black;
  min-height: 30px;
}
/* line 835, ../../sass/screen.scss */
.gal p.descr, .videoframe p.descr {
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 0;
  color: #4d4d4d !important;
  background: #f2f2f2;
  padding: 10px;
}

/* line 847, ../../sass/screen.scss */
.videoframe {
  position: relative;
}
/* line 850, ../../sass/screen.scss */
.videoframe a {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* line 851, ../../sass/screen.scss */
.videoframe iframe {
  position: relative;
  height: 300px;
}
/* line 853, ../../sass/screen.scss */
.videoframe.width_3 iframe {
  height: 150px;
}
/* line 854, ../../sass/screen.scss */
.videoframe.width_4 iframe {
  height: 200px;
}
/* line 855, ../../sass/screen.scss */
.videoframe.width_6 iframe {
  height: 280px;
}
/* line 856, ../../sass/screen.scss */
.videoframe.width_8 iframe {
  height: 400px;
}
/* line 857, ../../sass/screen.scss */
.videoframe.width_12 iframe {
  height: 500px;
}

/* line 861, ../../sass/screen.scss */
.fancybox-skin {
  padding: 0 !important;
  background: white !important;
  color: black;
}

/* line 862, ../../sass/screen.scss */
.fancybox-title.fancybox-title-inside-wrap {
  padding: 10px 20px 10px 20px;
  font-size: 1.6em;
  font-weight: 700;
  text-align: left;
  color: #4d4d4d;
}

/* line 863, ../../sass/screen.scss */
.fancybox-descr.fancybox-descr-inside-wrap {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  line-height: 1.2em;
}

/* line 867, ../../sass/screen.scss */
a.newstop {
  position: absolute;
  top: 5px;
}

/* line 869, ../../sass/screen.scss */
.newsliste {
  float: left;
  width: 100%;
  background: #009ee0;
  border: 3px solid white;
}
/* line 876, ../../sass/screen.scss */
.newsliste .datum {
  float: left;
  margin: 5px 0;
}
/* line 878, ../../sass/screen.scss */
.newsliste .preview {
  float: left;
  width: 80px;
  height: 60px;
  overflow: hidden;
  margin: 0 5px 0 0;
}
/* line 886, ../../sass/screen.scss */
.newsliste.voll {
  margin-top: 30px;
}
/* line 890, ../../sass/screen.scss */
.newsliste.kasten {
  margin: 40px 0 0px -19px;
  background: #fff;
}
/* line 895, ../../sass/screen.scss */
.newsliste.kasten h2 {
  font-family: verdana, sans;
  font-weight: bold;
  font-size: 1.4em;
  background: white;
  color: #009ee0;
  padding: 5px 10px;
  margin: 0;
}
/* line 908, ../../sass/screen.scss */
.newsliste .entry {
  background-color: #009ee0;
  background-image: url("/pics/mehr_butt.gif");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  border-bottom: 1px solid white;
}
/* line 915, ../../sass/screen.scss */
.newsliste .entry .inner {
  padding: 5px 10px 15px 10px;
}
/* line 918, ../../sass/screen.scss */
.newsliste .entry:not(.termin_full) h3 {
  font-family: verdana, sans;
  font-weight: bold;
  color: #BEFF7E;
  margin-top: 0px;
  font-size: 1.1em;
  line-height: 1.2em;
}
/* line 927, ../../sass/screen.scss */
.newsliste .entry p.teaser {
  display: none;
  font-size: 0.9em;
}
/* line 931, ../../sass/screen.scss */
.newsliste .entry:not(.termin_full):hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  filter: Alpha(opacity=80);
  opacity: 0.8;
  moz-opacity: 0.8;
}
/* line 939, ../../sass/screen.scss */
.newsliste .entry a:not(.btn) {
  color: #52ab28;
}
/* line 941, ../../sass/screen.scss */
.newsliste .entry .termin_big {
  padding-top: 5px;
  padding-bottom: 10px;
}
/* line 947, ../../sass/screen.scss */
.newsliste .blaettern {
  float: left;
  width: 100%;
  padding: 0 10px 10px 0;
  background: #e6e6e6;
}
/* line 953, ../../sass/screen.scss */
.newsliste .blaettern .blbutt {
  float: right;
  background-color: #f7f7f7;
  border: 1px solid #CCC;
  padding: 0px 5px;
  margin: 12px 0 0 2px;
  text-decoration: none !important;
  color: #52ab28;
}
/* line 960, ../../sass/screen.scss */
.newsliste .blaettern .blbutt:hover, .newsliste .blaettern .blbutt:focus {
  color: #52ab28;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  filter: Alpha(opacity=70);
  opacity: 0.7;
  moz-opacity: 0.7;
}
/* line 965, ../../sass/screen.scss */
.newsliste .blaettern .blbutt.prev, .newsliste .blaettern .blbutt.next, .newsliste .blaettern .blbutt.last, .newsliste .blaettern .blbutt.first, .newsliste .blaettern .blbutt.leer {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 1.4em;
  line-height: 1.05em;
  padding-bottom: 0.20em;
  min-width: 20px;
}
/* line 972, ../../sass/screen.scss */
.newsliste .blaettern .blbutt.dieser {
  font-size: 1em;
  line-height: 2em;
}
/* line 975, ../../sass/screen.scss */
.newsliste .blaettern .blbutt.dieser.darstellung {
  background-color: white;
}
/* line 978, ../../sass/screen.scss */
.newsliste .blaettern .blbutt.leer {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  filter: Alpha(opacity=70);
  opacity: 0.7;
  moz-opacity: 0.7;
  cursor: default;
}

/* line 986, ../../sass/screen.scss */
a.entrylink {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
