/* CSS bestand CakeHosting Portal */

html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
	overflow-x: hidden;
	text-align: center;
  }

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
	position: relative;
	text-align: center;
}

h4 {
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: 14;
  font-style: bold;
  font-weight: 1000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: white;
}

.h5 {
  display:inline-block;
  position: absolute;
  bottom: 0;
  left: 8px;
  z-index: 14;
  font-style: bold;
  font-weight: 1000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-align: center;
}

.h6 {
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 14;
  font-style: bold;
  font-weight: 1000;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: white;
}

  #bg {
    width: 100%;
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-animation: animation 5s ; /* Chrome, Safari, Opera */
    animation: animation 5s ;
	text-align: center;
  }

  /* Chrome, Safari, Opera */
  @-webkit-keyframes animation {
    from {opacity: 0.2;}
    to {opacity: 1;}
  }

  /* Standard syntax */
  @keyframes animation {
    from {opacity: 0.2;}
    to {opacity: 1;}
  }

#stripes {
	height: 100vh;
	background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
	-webkit-clip-path: polygon(100% 0, 100% 70%, 0 99%, 0 0);
	        clip-path: polygon(100% 0, 100% 70%, 0 99%, 0 0);
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(12, 1fr);
}

#stripes :nth-child(1) {
	grid-area: 1 / 1 / span 4 / span 2;
	background-color: #53f;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
}

#stripes :nth-child(2) {
	grid-area: 1 / 3 / span 3 / span 2;
	background-color: #4553ff;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
	        clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
	-webkit-transform: translateY(-30px);
	        transform: translateY(-30px);
}

#stripes :nth-child(3) {
	grid-area: 1 / 5 / span 2 / span 2;
	background-color: #4f40ff;
	-webkit-clip-path: polygon(0 0, 100% 0, 99% 5%, 0 70%);
	        clip-path: polygon(0 0, 100% 0, 99% 5%, 0 70%);
}

#stripes :nth-child(4) {
	grid-area: 3 / 11 / span 3 / span 2;
	-webkit-clip-path: polygon(0 23%, 100% 0%, 100% 77%, 0% 100%);
	        clip-path: polygon(0 23%, 100% 0%, 100% 77%, 0% 100%);
	background-color: #0dcfff;
}

#stripes :nth-child(5) {
	grid-area: 8 / 1 / span 5 / span 4;
	-webkit-clip-path: polygon(0 23%, 100% 0%, 100% 80%, 0% 100%);
	        clip-path: polygon(0 23%, 100% 0%, 100% 80%, 0% 100%);
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
	background-color: #1fa2ff;
}

.logo2 {
  width: 100%;
  max-width: 260px;
  height: auto;
}

h1 {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  z-index: 6;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-shadow: 5px 3px 1px rgba(0, 0, 0, 0.22);
}

h2 {
  position: absolute;
  left: 0;
  top: 26%;
  width: 100%;
  text-align: center;
  z-index: 7;
  font-weight: 300;
  font-size: 28px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  color: white;
}

h3 {
  position: absolute;
  left: 0;
  top: 31%;
  width: 100%;
  text-align: center;
  z-index: 8;
  font-style: bold;
  font-weight: 1000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  color: white;
}

/* Verticale elementen animatie */

.vert-move {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
.vert-move1 {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
.vert-move1 {
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
.vert-move2 {
    -webkit-animation: mover 4s infinite  alternate;
    animation: mover 4s infinite  alternate;
}
.vert-move2 {
    -webkit-animation: mover 4s infinite  alternate;
    animation: mover 4s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/* Custom */

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 200px;
  height: 60px;
}

.logo {
	animation-name: logo;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}


@keyframes logo {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

/* Bubbels */
.wrapper {
  background: #50a3a2;
  background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  overflow: hidden;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  z-index: 5;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}