/*  ------------------------------------------------------
Stylesheet zu www.
2016                   
*  *  *  *                              
Design: www.owmedia.de // 
--------------------------------------------------------*/
#phone {
  display: none;
}
.center {
  text-align: center;
}
.bild_links {
  float: left;
  margin: 0 10px 10px 0;
}
.bild_rechts {
  float: right;
  margin: 0 0 10px 10px;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.hideslider {
  display: none;
}
#cookie-hinweis {
  width: 100%;
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  line-height: 32px;
  text-align: center;
}
#cookie-hinweis a {
  color: #fff;
}
#cookie-hinweis span#akzeptieren,
#cookie-hinweis span#ablehnen {
  color: red;
  cursor: pointer;
}
div.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
/*  ------------------------------------------------------
AKKORDEON
--------------------------------------------------------*/
a.akk_anzeigen,
a.akk_anzeigen:link,
a.akk_anzeigen:visited {
  display: block;
  padding: 3px 7px;
  background-color: #eee;
  color: #aaa;
  margin-bottom: 15px;
}
a.akk_anzeigen:hover,
a.akk_anzeigen:focus,
a.akk_anzeigen:active {
  color: #4bb85f;
  text-decoration: none;
}
.linie {
  border-bottom: 1px solid #eee;
  margin: 0px 0px 15px 0px;
}
h2.akkordeon {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  color: #4bb85f;
}
p.akkordeonteaser {
  color: #aaa;
}
.akkordeontext3 img,
.akkordeontext3 video {
  margin-bottom: 20px;
}
