@-webkit-keyframes pulse {
  0% {
    color: #dcdcdc;
  }
  50% {
    color: #ababab;
  }
  100% {
    color: #dcdcdc;
  }
}

@keyframes pulse {
  0% {
    color: #dcdcdc;
  }
  50% {
    color: #ababab;
  }
  100% {
    color: #dcdcdc;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.grid-7x7-container {
  position: relative;
}

.grid-7x7-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-7x7-container .copyright {
  position: absolute;
  color: #aaa;
  bottom: -30px;
  z-index: 3000;
  width: 100%;
  text-align: center;
}

.grid-7x7 {
  position: relative;
  overflow: hidden;
}

.grid-7x7 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-7x7 .grid {
  background: #ddd;
  -webkit-animation: fadeIn 2s 1;
          animation: fadeIn 2s 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.grid-7x7 .grid .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  position: relative;
}

.grid-7x7 .grid .grid-item:nth-child(2n + 1) {
  background: rgba(0, 0, 0, 0.05);
}

.grid-7x7 .grid .grid-item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.grid-7x7 .grid .grid-item .counter {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  color: #dfdfdf;
  -webkit-animation: pulse 5000ms ease infinite;
          animation: pulse 5000ms ease infinite;
}

.grid-7x7 .custom-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.grid-7x7 .custom-items .custom-item {
  background-color: #1381a1;
  color: #fff;
  position: absolute;
  -webkit-animation: show 6s ease 1;
          animation: show 6s ease 1;
}

.grid-7x7 .custom-items .custom-item a,
.grid-7x7 .custom-items .custom-item a:active,
.grid-7x7 .custom-items .custom-item a:hover,
.grid-7x7 .custom-items .custom-item a:visited {
  color: #fff;
}

.custom-item {
  background-color: #1381a1;
  color: #fff;
}

.custom-item a,
.custom-item a:active,
.custom-item a:hover,
.custom-item a:visited {
  color: #fff;
}

.grid-7x7 .custom-items .custom-item.top0 {
  top: 0;
}

.grid-7x7 .custom-items .custom-item.left0 {
  left: 0;
}

.grid-7x7 .custom-items .custom-item.width7 {
  width: 100%;
}

.grid-7x7 .custom-items .custom-item.height7 {
  height: 100%;
}

.grid-7x7 .custom-items .custom-item.top1 {
  top: 14.28571%;
}

.grid-7x7 .custom-items .custom-item.left1 {
  left: 14.28571%;
}

.grid-7x7 .custom-items .custom-item.height1 {
  height: 14.28571%;
}

.grid-7x7 .custom-items .custom-item.width1 {
  width: 14.28571%;
}

.grid-7x7 .custom-items .custom-item.top2 {
  top: 28.57143%;
}

.grid-7x7 .custom-items .custom-item.left2 {
  left: 28.57143%;
}

.grid-7x7 .custom-items .custom-item.height2 {
  height: 28.57143%;
}

.grid-7x7 .custom-items .custom-item.width2 {
  width: 28.57143%;
}

.grid-7x7 .custom-items .custom-item.top3 {
  top: 42.85714%;
}

.grid-7x7 .custom-items .custom-item.left3 {
  left: 42.85714%;
}

.grid-7x7 .custom-items .custom-item.height3 {
  height: 42.85714%;
}

.grid-7x7 .custom-items .custom-item.width3 {
  width: 42.85714%;
}

.grid-7x7 .custom-items .custom-item.top4 {
  top: 57.14286%;
}

.grid-7x7 .custom-items .custom-item.left4 {
  left: 57.14286%;
}

.grid-7x7 .custom-items .custom-item.height4 {
  height: 57.14286%;
}

.grid-7x7 .custom-items .custom-item.width4 {
  width: 57.14286%;
}

.grid-7x7 .custom-items .custom-item.top5 {
  top: 71.42857%;
}

.grid-7x7 .custom-items .custom-item.left5 {
  left: 71.42857%;
}

.grid-7x7 .custom-items .custom-item.height5 {
  height: 71.42857%;
}

.grid-7x7 .custom-items .custom-item.width5 {
  width: 71.42857%;
}

.grid-7x7 .custom-items .custom-item.top6 {
  top: 85.71429%;
}

.grid-7x7 .custom-items .custom-item.left6 {
  left: 85.71429%;
}

.grid-7x7 .custom-items .custom-item.height6 {
  height: 85.71429%;
}

.grid-7x7 .custom-items .custom-item.width6 {
  width: 85.71429%;
}

.grid-7x7 .custom-item {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
}

.grid-7x7 .custom-item:not(.Image) {
  overflow: auto;
}

.grid-7x7 .custom-item.Image {
  overflow: hidden;
}

.grid-7x7 .custom-item.reverse-color {
  color: #000;
}

.grid-7x7 .custom-item:not(.Image):hover {
  opacity: .7;
  cursor: pointer;
}

.grid-7x7 .custom-item a {
  display: block;
  height: 100%;
  position: relative;
}

.grid-7x7 .custom-item a .title {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
}

.grid-7x7 .custom-item.text-vertical a .title {
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
          transform: rotate(-90deg) translate(-50%, -50%);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
}

.grid-7x7 .custom-item.Text .center-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.grid-7x7 .custom-item.Image .wrapper {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.grid-7x7 .custom-item.Image .image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.grid-7x7 .custom-item.Image .image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0 !important;
}

.grid-7x7 .custom-item.Image .text {
  width: 100%;
  position: absolute;
  padding: 5%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.grid-7x7 .custom-item.Image .text .image-title {
  display: block;
  font-size: .6rem;
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .grid-7x7 .custom-item.Image .text .image-title {
    font-size: .8rem;
  }
}

.grid-7x7 .custom-item.Image .text .text-title {
  display: none;
  font-size: .825rem;
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
}

.grid-7x7 .custom-item.Image .text .text-text {
  display: none;
  font-size: .75rem;
  margin-top: .125rem;
}

.grid-7x7 .custom-item.Image .text .text-text p {
  margin: 0;
}

.grid-7x7 .custom-item.Image .text .text-text ul {
  margin: 0;
  padding: 0 0 0 1.2rem;
}

@media (min-width: 768px) {
  .grid-7x7 .custom-item.Image .text .image-title,
  .grid-7x7 .custom-item.Image .text .text-title {
    display: block;
  }
  .grid-7x7 .custom-item.Image .text .text-text {
    display: block;
  }
}

.grid-7x7 .custom-item.Image .wrapper:hover .image {
  opacity: 0;
}

.grid-7x7 .custom-item.Image .wrapper:hover .text {
  opacity: 1;
}

.grid-7x7 .custom-item.primary-color-bg {
  background-color: #1381a1 !important;
  color: #fff !important;
}

.grid-7x7 .custom-item.primary-color-bg a {
  color: #fff !important;
}

.grid-7x7 .custom-item.primary-color-bg a:active, .grid-7x7 .custom-item.primary-color-bg a:hover, .grid-7x7 .custom-item.primary-color-bg a:visited {
  color: #fff !important;
}

.grid-7x7 .custom-item.secondary-color-1-bg {
  background-color: #4B585C !important;
  color: #fff !important;
}

.grid-7x7 .custom-item.secondary-color-1-bg a {
  color: #fff !important;
}

.grid-7x7 .custom-item.secondary-color-1-bg a:active, .grid-7x7 .custom-item.secondary-color-1-bg a:hover, .grid-7x7 .custom-item.secondary-color-1-bg a:visited {
  color: #fff !important;
}

.grid-7x7 .custom-item.secondary-color-2-bg {
  background-color: #373330 !important;
  color: #fff !important;
}

.grid-7x7 .custom-item.secondary-color-2-bg a {
  color: #fff !important;
}

.grid-7x7 .custom-item.secondary-color-2-bg a:active, .grid-7x7 .custom-item.secondary-color-2-bg a:hover, .grid-7x7 .custom-item.secondary-color-2-bg a:visited {
  color: #fff !important;
}

.grid-7x7 .custom-item.complementary-color-bg {
  background-color: #B4B4B4 !important;
  color: #000 !important;
}

.grid-7x7 .custom-item.complementary-color-bg a {
  color: #000 !important;
}

.grid-7x7 .custom-item.complementary-color-bg a:active, .grid-7x7 .custom-item.complementary-color-bg a:hover, .grid-7x7 .custom-item.complementary-color-bg a:visited {
  color: #000 !important;
}

.page-entwurf-1,
.references .grid-7x7 .custom-item {
  color: #000 !important;
  background-color: transparent !important;
}

.page-entwurf-1 .image img,
.references .grid-7x7 .custom-item .image img {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.page-entwurf-1 a:hover,
.references .grid-7x7 .custom-item a:hover {
  color: #000 !important;
}

.page-entwurf-1.primary-color-bg, .page-entwurf-1.secondary-color-1-bg, .page-entwurf-1.secondary-color-2-bg, .page-entwurf-1.complementary-color-bg,
.references .grid-7x7 .custom-item.primary-color-bg,
.references .grid-7x7 .custom-item.secondary-color-1-bg,
.references .grid-7x7 .custom-item.secondary-color-2-bg,
.references .grid-7x7 .custom-item.complementary-color-bg {
  color: #000 !important;
  background-color: transparent !important;
}

.page-entwurf-1.primary-color-bg a:hover, .page-entwurf-1.secondary-color-1-bg a:hover, .page-entwurf-1.secondary-color-2-bg a:hover, .page-entwurf-1.complementary-color-bg a:hover,
.references .grid-7x7 .custom-item.primary-color-bg a:hover,
.references .grid-7x7 .custom-item.secondary-color-1-bg a:hover,
.references .grid-7x7 .custom-item.secondary-color-2-bg a:hover,
.references .grid-7x7 .custom-item.complementary-color-bg a:hover {
  color: #000 !important;
}

.page-entwurf-1.height1 .text-text,
.references .grid-7x7 .custom-item.height1 .text-text {
  display: none;
}

@media (min-width: 992px) {
  .page-entwurf-1.height1 .text-text,
  .references .grid-7x7 .custom-item.height1 .text-text {
    display: block;
  }
}

@media (min-width: 768px) {
  .page-entwurf-1.height2 .image-title,
  .references .grid-7x7 .custom-item.height2 .image-title {
    margin-bottom: .25rem;
  }
}

@media (min-width: 768px) {
  .page-entwurf-1.height2 .text-title,
  .references .grid-7x7 .custom-item.height2 .text-title {
    margin-bottom: 1rem;
  }
}

.page-entwurf-1.height2 .text-text,
.references .grid-7x7 .custom-item.height2 .text-text {
  display: block;
}

.page-entwurf-1.height2 .text-text ul li,
.references .grid-7x7 .custom-item.height2 .text-text ul li {
  display: none;
}

.page-entwurf-1.height2 .text-text ul li:nth-child(1),
.references .grid-7x7 .custom-item.height2 .text-text ul li:nth-child(1) {
  display: list-item;
}

@media (min-width: 768px) {
  .page-entwurf-1.height2 .text-text ul li:nth-child(2),
  .references .grid-7x7 .custom-item.height2 .text-text ul li:nth-child(2) {
    display: list-item;
  }
}

@media (min-width: 992px) {
  .page-entwurf-1.height2 .text-text ul li,
  .references .grid-7x7 .custom-item.height2 .text-text ul li {
    display: list-item;
  }
}
