body {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff !important;
  padding: 0px !important;
  color: #000 !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

h1, h2 {
  color: #fff;
}
.p-4 {
    width: 100%!important;
    margin: auto!important;
}
#handball-logo {
  width: 250px;
}

#seven-bytes-logo {
  min-height: 82px;
}

.view-container {
  width: 100%;
  background-color: #fff;
}

.logo-top {
    max-width: 340px;
	height: auto;
    margin: 20px 0 0 0;
}
.logo {
    width: 200px;
}

.bg-colored {
  background-color: #02aaf0;
	    padding: 15px 0;
}
.wedding-box {
  background: url("../images/Startbild-Hochzeitsseite.jpg") no-repeat #000 60%;
  background-size: cover;
  position: relative;
  min-height: 500px;
  width: 100%;
}

.handball-box {
  background: url("../images/Hallbaeck.jpg") no-repeat #000 20%;
  background-size: cover;
  position: relative;
  min-height: 500px;
  width: 100%;
}

.photography-box {
  background: url("../images/Startbild-Photodesign.jpg") no-repeat #000 40%;
  background-size: cover;
  position: relative;
  min-height: 500px;
  width: 100%;
}


.overlay-wrap {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: transparent;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.overlay-wrap:hover:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
}

.category {
  z-index: 10;
margin-top: 320px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.link {
  color: #000;
  text-decoration: underline;
	font-weight: 600;
 text-align: center;
}
.logo-box {
  min-height: 183px;
}

@media (max-width: 991px) {
  .logo-box {
    margin-bottom: 25px;
  }
}
.text-box {
	text-align: center;
}
@media (min-width: 992px) {
  .text-box {
    min-height: 90px;
  }
}
.supporter-logos {
  width: 150px;
}

