html, body {
    width: 100vw;
    height: 100vh;
    background-color: #3f4245;
    flex-direction: column;
    font-family: Trebuchet MS;
}
a, html, body, div {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
}
a {
    text-decoration: none;
}
em {
    font-style: unset;
}
a:visited {
    text-decoration: none;
}
/* Header + Content container */
.h {
    height: 10%;
    width: 100%;
    margin: 0;
    justify-content: space-evenly;
}
.c {
    flex-grow: 1;
    width: 70%;
    height: 80%;
}

/* Footer */
.f {
    width: 100%;
    height: 15%;
    flex-direction: column;
}/* Mobile Footer */
.f-m {
    display: none;
    width: 100%;
    height: 15%;
    flex-direction: column;
}
.cc, .cc > a:visited {
    font-size: 13px;
    margin-bottom: 0.5%;
    color: #e59029;
}

/* Elements */
.nieuws, .access, .statistics, .request, .donate {
    width: 70%;
    min-width: 650px;
    height: 50%;
    position: relative;
    margin: auto;
    overflow: visible;
    align-self: flex-end;
    flex-direction: column;
    border-radius: 30px;
}
.request, .statistics, .access, .donate {
    align-items: center;
    color: #fff;
    height: 80%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    justify-content: space-evenly;
    box-shadow: 0px 0px 20px -5px black;
    background-color: #1f1f1f;

}

/* Stats */
.stats {
    width: 20% !important;
    overflow-y: hidden !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
}
.stats em {
    color: #e59029;
}
.stats-1, .stats-2 {
    width: 100%;
    border-spacing: 0;
    text-align: center;
}
.stats-now {
    width: 100%;
    height: 30%;
    border-bottom: 1px solid grey;
}
.stats-now-r > em {
    font-size: 25px;
}
.stats-total {
    width: 100%;
    height: 70%;
}
.stats-total-r {
    flex-direction: column;
}
.stats-now-l, .stats-total-l {
    width: 40%;
    height: 100%;
    border-right: 1px solid grey;
    background-color: hsla(0,0%,100%,.07);
}
.stats-now-r, .stats-total-r {
    width: 60%;
    height: 100%;
}
.stats-total-r-r {
    width: 100%;
    height: 25%;
    flex-direction: column;
}
.stats-total-r > div:nth-child(odd) {
    background-color: hsla(0,0%,100%,.07);
}
.stats::before {
    content: "Kijkcijfers";
    position: absolute;
    top: -40px;
    font-size: 25px;
    color: #cc7b19;
}

/* Nieuws */
.nieuws {
    flex-direction: row;
    justify-content: space-evenly;
}
.nieuws-items::before {
    content: "Laatste nieuws";
    position: absolute;
    top: -40px;
    font-size: 25px;
    color: #cc7b19;
}
.stats, .nieuws-items {
    box-shadow: 0px 0px 20px -5px black;
    flex-direction: column;
    overflow-y: scroll;
    justify-content: flex-start;
    height: 100%;
    width: 75%;
    border-radius: 30px;
    align-items: flex-start;
}
.nieuws-row:nth-child(even) {
    background-color: hsla(0,0%,100%,.07)
}
.nieuws-row:nth-child(odd) {
    background-color: hsla(0,0%,100%,.02);
}
.nieuws-row {
    width: 100%;
    min-height: 60px;
    justify-content: flex-start;
    position: relative;
    background: transparent;
}
.nieuws-row-text {
    color: #cc7b19;
    width: 100%;
    height: 100%;
    margin: 0 15px;
    justify-content: flex-start;
}
.nieuws-row-date {
    color: #b5b5b5;
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

/* Warning */
.warning {
    width: 100%;
    height: 5%;
    color: black;
}
.warning-w {
    width: 15%;
    height: 100%;
    font-size: 30px;
}
.warning-t {
    width: 70%;
    height: 100%;
    padding: 10px;
    background-color: red;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    font-weight: bold;
}
.warning-t > em {
    font-size: 15px;
}

/* Access */
.access > form {
    height: 70%;
}
.access > em {
    font-size: 22px;
}

/* Request */
.request > form {
    height: 70%;
}
.request > em {
    font-size: 22px;
}

/* Statistics */
.statistics {
    background-color: unset;
    box-shadow: unset;
}
.statistics > p {
    width: 80%;
    font-size: 25px;
}
#c-g {
    align-self: flex-start;
    width: calc(100% - 125px);
}
#c-t {
    bottom: 0;
    top: unset !important;
}
#c-t,
#c-p {
    width: 125px;
    max-width: 125px;
    position: absolute;
    right: 5px;
    top: 5px;
    flex-direction: column;
}
#c-t input, #c-p input {
    width: unset;
}
#c-t div, #c-p div {
    width: 100%;
    justify-content: space-between;
}
#c-t label, #c-p label {
    font-size: 20px;
}
canvas {
    height: 100% !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Donate */
.donate-msg {
    width: 80%;
}
#form-paypal {
    overflow-y: hidden;
}
#form-paypal > input {
    background-color: unset;
    border: unset;
    height: 50%;
    width: 50%;
}

/* Dynamic form */
#form-d {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: fit-content;
    overflow: visible;
}
#form-title {
    width: 100%;
}
#form-title > label {
    width: auto;
}
#form-title > label:nth-child(2) {
    margin-left: auto;
    margin-right: 10px;
}
#form-d-scrol {
    flex-grow: 1;
    width: 100%;
    overflow-y: scroll;
    flex-direction: column;
}
#form-d-scrol-add {
    background: green;
    border: none;
    border-radius: 30px;
    padding: 6px 13px;
    margin-top: 10px;
}
.form-d-r {
    width: 100%;
    min-height: 50px;
}
.form-d-r > select {
    width: 100px;
    margin-left: 10px;
}
.form-d-r > input:last-child {
    display: flex;
    width: 35px;
    margin: 0px 10px;
    text-align: center;
}

/* CallBack PopUp */
#cbo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1f1f1f;
    z-index: 1;
    opacity: 0.93;
}
#cb {
    width: 40%;
    height: 40%;
    z-index: 2;
    position: fixed;
    border-radius: 30px;
    flex-direction: column;
    background-color: #cc7b19;
    box-shadow: 0px 0px 20px -5px black;
}
#cbc {
    top: 20px;
    right: 20px;
    position: absolute;
}
#cb-c {
    width: 70%;
    text-align: center;
    font-size: 20px;
}

/* Arrow button */
a.button {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    line-height: 2em;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
a.button svg {
  z-index: 1;
  min-width: 260px;
  position: absolute;
  top: 0;
  left: 0;
}
a.button svg g line,
a.button svg g polyline,
a.button svg g circle {
  fill: none;
  stroke: #e59029;
}
a.button svg g line,
a.button svg g polyline {
  stroke-miterlimit: 10;
}
a.button svg g circle {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.066em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset ease-out 0.5s;
  transition: stroke-dashoffset ease-out 0.5s;
}
a.button font {
  z-index: 2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
}
a.button:hover {
  -webkit-transform: translateZ(0) translateX(0.5em);
          transform: translateZ(0) translateX(0.5em);
}
a.button:hover svg g circle {
  stroke-dashoffset: 200;
}

/* Second button */
.btn {
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #cc7b19;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 24px;
    text-decoration: none;
}
.btn-act {
    color: #000;
}
.btn:hover {
    background-color: #e59029;
}
.btn:active {
    position:relative;
    top:1px;
}

/* Back button */
.round {
    border: 3px solid #1f1f1f;
    width: 100px;
    transform: rotate(90deg) scale(0.5);
    height: 100px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
}
.round > span {
    z-index: 999;
    height: 3px;
    margin:1px;
    width: 30px;
    background: #1f1f1f;
    transition: 0.4s ease;
}
.round > span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 35%;
}
.round > span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 35%;
}
.round > span:nth-child(3) {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 25%;
    bottom: 54%;
}
.round > span:nth-child(4) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 45%;
    bottom: 54%;
}
.round:hover span:nth-child(1) {
    transform: rotate(-135deg);
}
.round:hover span:nth-child(2) {
    transform: rotate(135deg);
}
.round:hover span:nth-child(3) {
    transform: rotate(225deg);
}
.round:hover span:nth-child(4) {
    transform: rotate(-225deg);
}

/* ScrollBar */
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    /*background-color: #F5F5F5;*/
}
.scrollbar::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
    /*background-color: #F5F5F5;*/
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/* Form */
form {
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: scroll;
}
.request > form > .form-row:not(:last-child) {
    margin-bottom: 20px;
}
.form-row:not(:last-child) {
    margin-bottom: 15px;
}
.form-row {
    width: 100%;
    min-height: 90px;
}
.form-row-width {
    flex-direction: column;
}
.form-row-width > input {
    width: 45%;
}
.form-cell {
    flex-direction: column;
    width: 45%;
}
form > textarea {
    min-height: 30px;
    min-width: 69px;
    max-height: 200px;
    max-width: 450px;
}
label {
    display: block;
    font-size: 16px;
    padding: 5px 0;
    color: #fff;
    width: 100%;
    text-transform: unset;
    text-shadow: 1px 1px 1px #666;
}
label > a, label > a:visited {
    color: #e59029;
    font-size: 14px;
    display: inline;
}
input, select {
    height: 40px;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #555;
    background-color: #555;
}
input[type="text"]:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset, 0 0 5px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset, 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) inset, 0 0 5px rgba(255, 255, 255, 0.4);
}
input#submit {
    text-align: center;
    color: #fff;
    height: 50px;
    padding: 0;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 50px;
    border: 1px solid #000;
    background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3b3b), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #3b3b3b 0%,#000000 100%);
    background: -moz-linear-gradient(top, #3b3b3b 0%,#000000 100%);
    background: -o-linear-gradient(top, #3b3b3b 0%,#000000 100%);
    background: -ms-linear-gradient(top, #3b3b3b 0%,#000000 100%);
    background: linear-gradient(top, #3b3b3b 0%,#000000 100%);
    opacity: 0.5;
}
input#submit:hover {
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
}

/* Donate button */
.btn-donate {
    background: #b77321;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%), -webkit-linear-gradient(left, #e59029 0%, #b77321 50%, #e59029 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(to right, #e59029 0%, #b77321 50%, #e59029 100%);
    background-position: 0 0;
    background-size: 200% 100%;
    border-radius: 4px;
    color: #000;
    padding: 15px 65px 15px 15px;
    text-shadow: 1px 1px 5px #666;
    -webkit-transition: all 800ms;
    transition: all 800ms;
    -webkit-animation: rotation 5s infinite linear;
    position: fixed;
    bottom: 0px;
    left: 5%;
    -webkit-transform-origin: left center;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform:rotate3d(1, 0, 0, 0deg);
    }
    to {
        -webkit-transform:rotate3d(1, 0, 0, 360deg);
    }
}
.btn-donate:after {
    border-left: 1px solid #f1c691;
    color: #f1c691;
    content: "\f004";
    font-family: 'Font Awesome 5 Free';
    padding: 10px 0;
    padding-left: 15px;
    position: absolute;
    right: 16px;
    top: 7px;
    -webkit-transition: all 600ms 200ms;
    transition: all 600ms 200ms;
}
.btn-donate:hover {
    background-position: -100% 0;
}
.btn-donate:hover:after {
    border-left: 1px solid #754a14;
    color: #754a15;
    transition: 0.5s;
    text-shadow: 0 0 10px #000;
}
.blink {
  color: red;
    animation: blink 2.5s steps(5, start) infinite;
    -webkit-animation: blink 1.5s steps(5, start) infinite;
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink {
    to {
      visibility: hidden;
    }
}
svg:not(:root).svg-inline--fa {
    font-size: 40px;
}


/* Mobile */
.mobile-message {
    display: none;
    width: 80%;
    height: 100%;
    flex-direction: column;
}
.message {
    text-align: center;
    font-size: 25px;
    flex-direction: column;
}
.message > em {
    padding: 10px 0 10px;
}
.plex-img {
    width: 100%;
}
.play-store-img {
    width: 200px;
}
.app-store-img {
    width: 170px;
}
@media only screen and (max-width: 1000px) {
    body > *:nth-child(n+4) {
       display: none;
    }
    .mobile-message {
        display: flex;
    }
    .f-m {
        display: flex;
    }
    .btn-donate {
        display: flex;
    }
    body > .f, body > .f > .cc {
        display: flex;
        bottom: 0px;
    }
    body > .f > a {
        display: none;
    }
}

.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.btn-flip:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  -webkit-transform: translateY(50%) rotateX(90deg);
          transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #323237;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  background: #adadaf;
  content: attr(data-back);
  -webkit-transform: translateY(-50%) rotateX(90deg);
          transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #adadaf;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #323237;
  content: attr(data-front);
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
}
