/* DCE MEhr LESEN TEXT mit BILD */
.more-text-block{
  width:100%;
  float:left;
}

.more-text-block-row {
  float:left;
  width:100%;
  margin-bottom:20px;
}
.more-text-block .more-text-block-img{
  /*max-width:100%;*/
}
.more-text-block .more-text-block-text{
  float:left;
  width:100%;
}
/*HOme rot*/
.more-text-block .more-text-block-title {
  background-color:#f5ccc1;
  float:left;
  width:100%;
  margin-bottom: 15px;
}
/*Angebot blau*/
.blau .more-text-block .more-text-block-title {
  background-color:#4592c8;
}
/*Aktuelles gelb*/
.gelb .more-text-block .more-text-block-title {
  background-color:#ffb455;
}
/*Kinderseite hell-blau*/
.hell-blau .more-text-block .more-text-block-title {
  background-color:#60ccf0;
}
/*Kontakt gruen*/
.gruen .more-text-block .more-text-block-title {
  background-color:#3d8169;
}
.more-text-block .more-text-block-title p{
  font-weight: bold;
  color:#000000 !important;
   padding-bottom:10px;
   padding-top:10px;
   padding-left:10px;
   padding-right:10px;
   margin-bottom:0px;
   margin-top:0px;
   font-size:18px;
   float:left;
   width:100%;
}

/*
 rot:#d04f3e, #f5ccc1
 blau:#4592c8
 gelb:#ffb455
 hell-blau:#60ccf0
 gruen:#3d8169
*/
.more-text-block .more-text-block-teaser{
 float:left;
  width:100%;
}
.more-text-block .more-text-block-moretext{
  float:left;
  width:100%;
}
.more-text-block .more-text-block-moretext.hide{
display:none;
}
.more-text-block .more-text-block-morebutton{
 float:left;
  width:100%;
}
.more-text-block .more-text-block-morebutton.hide{
	display:none;
}
.more-text-block .more-text-block-morebutton:hover{
	cursor:pointer;
}
.more-text-block .more-text-block-morebutton i{
	padding-right:10px;
}
/*rot*/
.more-text-block .more-text-block-morebutton p,.more-text-block .more-text-block-morebutton i{
	color:#d04f3e;
	float:left;
}
/*blau*/
.blau .more-text-block .more-text-block-morebutton p,.blau .more-text-block .more-text-block-morebutton i{
	color:#4592c8;
}
/*gelb*/
.gelb .more-text-block .more-text-block-morebutton p,.gelb .more-text-block .more-text-block-morebutton i{
	color:#ffb455;
}
/*hell-blau*/
.hell-blau .more-text-block .more-text-block-morebutton p,.hell-blau .more-text-block .more-text-block-morebutton i{
	color:#60ccf0;
}
/*gruen*/
.gruen .more-text-block .more-text-block-morebutton p,.gruen .more-text-block .more-text-block-morebutton i{
	color:#3d8169;

}

.more-text-block .more-text-block-moretext{
 float:left;
  width:100%;
  height:0px;
  opacity:0;
   -webkit-transition: opacity 0.04s; /* Safari */
  transition: opacity 0.04s;
   
}
.more-text-block .more-text-block-moretext.show{
  /*display:block;*/
  opacity:1;
  -webkit-transition: opacity 1s; /* Safari */
    transition: opacity 1s;
    
     height:auto;
}   
/*.fce_acc_title i{
    padding-right: 10px;
    padding-left: 8px;
    font-size: 19px;
    float: left;
    padding-top: 12px;
    color:#d04f3e;
}*/

/*Icons im Header*/ 

.icon-img {
	max-width:20px;
	float:left;
}
.icon-content {
	display:none;
	position: absolute;
    top: 45px;
    z-index: 5899889;
    width: 200px;
    left: -70px;
    padding: 10px!important;
    background-color: rgb(242, 242, 242);
}
.icon-content p{
	font-size:12px !important;
	padding:0px !important;
	line-height: 1.4;
	margin:0px !important;

}
.icon-box {
	float: left;
	margin-right: 20px !important;
	position: relative;
}

/*-------Gästebuch DCE begin--------*/
.frame-type-dce_dceuid9{
  margin-top:40px;
}
.guest-book{
  width:100%;
  float:left;
  margin-top:0px;
  margin-bottom:40px;
  max-width:700px;
}
.guest-book .info{
  width:100%;
  float:left;
}
.guest-book .items{
  width:100%;
  float:left;
}
.guest-book .item{
  width:100%;
  float:left;
}
.guest-book .item-title{
  width:100%;
  float:left;
  padding:10px;
}
.guest-book .item-title p{
  padding:0px;
  margin:0px;
}

.guest-book .item-content{
  width:100%;
  float:left;
  padding:15px;
  background-color:#fafafa;
}
.guest-book .item-content .item-content-date{
  width:100%;
  float:left;
}
.guest-book .item-content .item-content-message,.guest-book .item-content .item-content-link{
  width:100%;
  float:left;
}
.guest-book .info-bottom{
  width:100%;
  float:left;
}

.blau .guest-book strong {
  color:#4592c8;
}
.hell_blau .guest-book strong{
  color:#60ccf0
}
.gelb .guest-book strong{
  color:#ffb455;
}
.gruen .guest-book strong{
  color:#3d8169;
}

.blau .guest-book .item-title {
  background-color:#4592c8;
}
.hell_blau .guest-book .item-title{
  background-color:#60ccf0
}
.gelb ..guest-book .item-title{
  background-color:#ffb455;
}
.gruen .guest-book .item-title{
  background-color:#3d8169;
}
.guest-book .page-item.active a{
  color:black!important;
}
.blau .guest-book .page-item.active a{
  background-color:#4592c8;
  border-color:#4592c8;
}
.hell_blau .guest-book .page-item.active a{
  background-color:#60ccf0
  border-color:#60ccf0
}
.gelb .guest-book .page-item.active a{
  background-color:#ffb455;
  border-color:#ffb455;
}
.gruen .guest-book .page-item.active a{
  background-color:#3d8169;
  border-color:#3d8169;
}   
.guest-book .item.hide {
  display:none;
}
.guest-book #count, .guest-book .page-item.disabled {
  display:none;            
}
#addInfo{
  width:auto;
  float:left;
}
.pagination {
  width:auto;
  float:right
}
/*-------Gästebuch DCE end--------*/

      
/*-----Responsive-------*/


@media (max-width: 992px) { 

}
@media (min-width: 768px){ 
	.info-block .icons .icon-box:hover .icon-content{
		display: block;
	}
 
}

@media (max-width: 767px) { 
  .more-text-block .more-text-block-img {
    margin-bottom:15px!important;
  }
  #header .info-block .info-icons .icons {
    padding-right: 10px;
  }
	.box{
		padding:0px !important;
		max-width:481px;
	}
	.box:nth-child(2n+1){
		margin-right:0px;
	}
	.box_text p {
		font-size:24px;
	}
}