/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-footer {
  border-top: 5px solid #ffd500;}


.bildwechsel-container {
  position: relative;
  width: 100%;
}

.bildwechsel-image {
  display: block;
  width: 100%;
  height: auto;
}

.bildwechsel-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.bildwechsel-container:hover .bildwechsel-overlay {
  opacity: 1;
}
