.tab_container {
	width: 90%;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}

input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}



#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }

  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

























@-webkit-keyframes flash {
	0% {
		opacity: .4; width:99%;
	}
	10% {
		opacity: 1;width:100%;
	}
}
.bildergalerie .col-xs-1:hover{opacity: .8;}
.bildergalerie .col-md-1 img {max-height: 100px; width:auto; }
.bildergalerie .col-md-1 {padding:8px; margin:8px; display:table;border:1px solid #eee;}
 .bildergalerie .col-md-12 { display:table;  border:1px solid #eee;margin-bottom:18px;}
.bildergalerie .col-md-12 img{ max-height: 500px; width:auto;}


#pic_2,#pic_3, #pic_4, #pic_5, #pic_6, #pic_7, #pic_8, #pic_9, #pic_10 {display:none; }
#thumbnail_1:hover  ~ #pic_1 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;}
#thumbnail_2:hover  ~ #pic_2 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_2:hover  ~ #pic_1 { display:none;}
#thumbnail_3:hover  ~ #pic_3 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_3:hover  ~ #pic_1 { display:none;}
#thumbnail_4:hover  ~ #pic_4 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_4:hover  ~ #pic_1 { display:none;}
#thumbnail_5:hover  ~ #pic_5 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_5:hover  ~ #pic_1 { display:none;}
#thumbnail_6:hover  ~ #pic_6 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_6:hover  ~ #pic_1 { display:none;}
#thumbnail_7:hover  ~ #pic_7 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_7:hover  ~ #pic_1 { display:none;}
#thumbnail_8:hover  ~ #pic_8 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_8:hover  ~ #pic_1 { display:none;}
#thumbnail_9:hover  ~ #pic_9 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_9:hover  ~ #pic_1 { display:none;}
#thumbnail_10:hover  ~ #pic_10 { display:table;opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s;} #thumbnail_10:hover  ~ #pic_1 { display:none;}






.bildergalerie { min-height: 500px;  max-height: 650px; overflow:hidden; margin-top: 20px;}
.bildergalerie .col-md-12 {
    border: 0px solid #eee;
    display: table;
    margin-bottom: 18px;
    margin-top: 0;
    max-height: 500px;
    min-height: 100px;
    position: absolute;
}
#thumbnail_1 ,#thumbnail_2, #thumbnail_3, #thumbnail_4, #thumbnail_5, #thumbnail_6, #thumbnail_7, #thumbnail_8, #thumbnail_9, #thumbnail_10{margin-top: 520px;}
.arrows{margin-bottom:0px; margin-top:550px; }
#gal1 , #pic_5{ display:block;}



.col-xs-1 img {
    max-height: 120px;
}
