* {box-sizing:border-box}

/* Jumbotron (top bar): light purple so redeploy is obvious */
.jumbotron {
  background-color: #e0d5f0 !important;
}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  /*max-height: 200px;*/
  position: relative;
  margin: auto;
}

/* Make the images invisible by default */
.Containers {
   display: block; 
}

/* forward & Back buttons */
.Back, .forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Place the "forward button" to the right */
.forward {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption Info */
.Info {
  color: #555555;
  font-size: 20px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.Info_white {
  color: #FFFFFF;
  font-size: 20px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #aaaaaa;
  font-size: 14px;
  padding: 20px 14px;
  position: absolute;
}

/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

.tag {
  font-family: "BerninaSans", "Open Sans", sans-serif;
  color: #454646;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  line-height: 23px;
  line-height: -moz-block-height;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  background-color: #f2f2f2;
  margin-bottom: 8px; }


.tag--interactive {
  color: #00a1b2;
  background-color: transparent;
  border-color: #ccc; }

.tag__key {
  color: #898989; }

.tag:focus,
.tag__delete:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ccc; }

.tag:hover {
  text-decoration: none;
  color: #454646;
  cursor: default; }

.tag--interactive:hover {
  background-color: #f8f8f8;
  border-color: #b7b7b7;
  color: #00848e;
  cursor: pointer; }