@charset "ISO-8859-1";
/* CSS Document */

.bkslideshow {
    width: auto;
    max-width: 900px;
    margin:auto;
    padding: 20px 30px 20px 30px;
    position:relative;
  }
		
		.bkteaser.bkcontent .bkslideshow {
			padding:0;
		}
  .bk_thumbnail {
      margin: 10px 5px;
      display:inline-block;
      width: 10%;
  }
  .bk_thumbnail IMG{
      width: 100%;
  }

  .bk_gallerytimeline {
    text-align: center;
  }
.bkteaser.bkcontentbkcontent .bkgallerytimeline_inner {
  display:none;
}
  
.bk_gallerydate_outer{
  display: inline-block;
    width: 40px;
    height: 50px;
    text-align: bottom;
    transition: 400ms linear;
}
.bk_gallerydate_outer:hover {
  transform: scale(2.3);
}
.bk_gallerydate {
  position:absolute;
  cursor:pointer;
  text-align: center;
  transform: rotate(90deg);
  color: #ffffff;
}
.bkpage.nojs #bkteaser_bkcontent .bkgallery_item {
    display:none;
  }
		
.bkpage.nojs #bkteaser_bkcontent	 .bkgallery_item:nth-child(2) {
  display:block;
}

  /*Erscheinen */
  ._fade {
    animation-name: _fade;
    animation-duration: 2s;
  }
  @-webkit-keyframes _fade {
    from {opacity: 0.1} 
    to {opacity: 1}
  }
  @keyframes _fade {
    from {opacity: 0.1} 
    to {opacity: 1}
      }

  .bk-caption {
    font: 18px Sans-Serif;
    line-height: normal;
    background-color: #004a7b;
    color: white;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.4);
    padding: 40px;
    line-height: 1.5;
    border: 2px solid #013a60;
  }
		.bksmart .bk-caption {
			font:14px verdana, sans-serif;
			line-height:1.3;
			padding: 10px;
			
		}
		
		.bkteaser.bkcontent .bkgallery_image_panel {
			border:none;
		}
		
		.bkteaser.bkcontent .bk-caption {
			font-size: 0.8rem;
			padding:3px;
			font-family: verdana, sans-serif;
			border:none;
			box-shadow:none;
      width:100%;
		}
	.bkteaser.bkcontent .bkgallerytimeline_inner {
			display:none;
		}
		
  .prev,
  .next {
    color: #000000;
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    font-size: 50px;
    display:inline-blocK;  
    cursor:pointer;
   position: absolute;
   top: 300px;
   width: 45px;
    height: 45px;
   font-weight: bold;
   transition: 0.6s ease;
   user-select: none;
    line-height:1;
    background-size:contain;
  }
  .prev:hover,
  .next:hover {
    background-color: rgba(0,0,0,0.3);
  }
  .next {
    background-image: url(/global/img/bkbutton-right.png);
    right: -22px;
  }
  .prev {
    background-image: url(/global/img/bkbutton-left.png);
    left:-22px;
  }
  .bkpage.nojs #bkbirthday_geschichte .bk_gallerytimeline,
  .bkpage.nojs .prev,
  .bkpage.nojs .next {
    display: none;
  }

.bkteaser.bkcontent .prev,
    .bkteaser.bkcontent .next {
      top:0;
    }
    .bkteaser.bkcontent .prev {
      left:0;
    }
  .bkteaser.bkcontent .next {
    right:0;
  }
  .bksmart .next {
    background-image: url(/global/img/smart-bkbutton-right.png);
    right: 0;
  }
  .bksmart .prev {
    background-image: url(/global/img/smart-bkbutton-left.png);
    left:0;
  }
  
  @media only screen and (max-width: 1024px) {
    .bk_thumbnail {
      margin: 1px 2px;
      display:inline-block;
      width: 10%;
  }
}
  @media only screen and (max-width: 720px) {
  .bksmart .bkslideshow {
padding: 0;
  }
  .next {
    background-image: url(/global/img/bkbutton-right.png);
    right: 0;
  }
  .prev {
    background-image: url(/global/img/bkbutton-left.png);
    left:0;
  }
  .bk_gallerytimeline {
    display: none;
  }
  }
  /* FARBEN (später in bkdesign-color)*/

  .bkcolor_spezial .bk-caption {
    background-color: rgb(49, 156, 193);
    border-color: rgb(24, 112, 142);
  }

  .bkcolor_spezial .bkgallery_image_panel {
    border-color: rgb(24, 112, 142);
  }
  