/* Pfielkopf */

.arrow-left{
  right: 0;display: inline; margin-left: 10px;
}

.arrow-right{
  left: 0;display: inline; margin-right: 10px;
}

.arrow-left:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease;
}

.arrow-left:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s ease;
  margin-left: 25px;
}

.arrow-left:hover:before, a:hover .arrow-left:before{
  width: 39px;
}

.arrow-left:hover:after, a:hover .arrow-left:after {
  margin-left: 35px;
}

.arrow-right:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  /* left: 100px; */
  transition: all 0.3s ease;
}

.arrow-right:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  margin-right: 25px;
  /* left: 50px; */
  /* left: 125px; */
  transition: all 0.3s ease;
}
/* ,a.arrow:hover:before  */
.arrow-right:hover:before, a:hover .arrow-right:before{
  /* right: 34px; */
  width: 39px;
}

.arrow-right:hover:after, a:hover .arrow-right:after {
  margin-right: 35px;
}

img.wc_img {
  position: absolute;
  /* width: 80%; */
  /* height: 80%; */
  /* transform: translate(-50%, -50%); */
  /* top:50%; */
  width:60%;
}

.tmp-inner{
  position: relative;
  /* margin-top:5rem; */
}

.imgholder {
  position: relative;
  min-height: 331px;
}

.imgholder-inner {
  height: 16rem;
}

.imgholder-outer {
  position: relative; /* or absolute */
  
  /* unnecessary styling properties */
  margin: 5%;
  /* width: 80%; */
  /* height: 16rem; */
}

#wc_img1 {
  -webkit-animation: fadeIn-1 ease-in-out  1s;
  -moz-animation: fadeIn-1 ease-in-out  1s;
  -o-animation: fadeIn-1 ease-in-out  1s;
  -ms-animation: fadeIn-1 ease-in-out  1s;
  animation: fadeIn-1 ease-in-out  1s;
  margin-left:21rem;
}
@keyframes fadeIn-1 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn-1 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn-1 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn-1 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn-1 {
  0% {opacity:0;}
  100% {opacity:1;}
}

#wc_img2 {
  -webkit-animation: fadeIn-2 ease-in-out  2s;
  -moz-animation: fadeIn-2 ease-in-out  2s;
  -o-animation: fadeIn-2 ease-in-out  2s;
  -ms-animation: fadeIn-2 ease-in-out  2s;
  animation: fadeIn-2 ease-in-out 2s;
}
@keyframes fadeIn-2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn-2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn-2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn-2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn-2 {
  0% {opacity:0;}
  100% {opacity:1;}
}

#wc_img3 {
  -webkit-animation: fadeIn-3 ease-in-out 3s;
  -moz-animation: fadeIn-3 ease-in-out 3s;
  -o-animation: fadeIn-3 ease-in-out 3s;
  -ms-animation: fadeIn-3 ease-in-out 3s;
  animation: fadeIn-3 ease-in-out 3s;
}

/* @keyframes fadeIn-3 {
  0% {opacity:0;}
  30% {opacity:0;}
} */
@keyframes fadeIn-3 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn-3 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn-3 {
  0% {opacity:0;}
  100% {opacity:1;}
}

/* @-webkit-keyframes fadeIn-3 {
  30% {opacity:0;}
  100% {opacity:1;}
} */

@-o-keyframes fadeIn-3 {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn-3 {
  0% {opacity:0;}
  100% {opacity:1;}
}

.tab-pane.fade {
  transition: all 0.5s;
  /* transform: translateX(-6rem); */
}
.tab-pane.fade.show {
  transition: all 0.5s;
  transform: translateX(0rem);
}

.tab-pane.active {
  -webkit-animation: slide-left 1.2s ease-out;
  -moz-animation: slide-left 1.2s ease-out;
  -o-animation: slide-left 1.2s ease-out;
  -ms-animation: slide-left 1.2s ease-out;
  animation: slide-left 1.2s ease-out;
}

@keyframes slide-left {
  0% { opacity: 0; transform: translateX(100%); }
  100% { opacity: 1; transform: translateX(0); }
} 
