@font-face {
    font-family: 'Blender Pro';
    src: url('../fonts/BlenderPro-Heavy.woff2') format('woff2'),
        url('../fonts/BlenderPro-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blender Pro';
    src: url('../fonts/BlenderPro-Book.woff2') format('woff2'),
        url('../fonts/BlenderPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	background: #192474;
    background: linear-gradient(135deg, #0072ba, #192474);
    margin: 0;
    padding: 0 0 40px 0;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    font-size: 50px;
    line-height: 40px;
    font-family: 'Blender Pro';
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 10px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 12px;
    font-weight: normal;
}

a.button, input[type='submit'] {
    font-family: 'Blender Pro';
    font-weight: bold;
    font-size: 20px;
    color: #192474;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 20px;
    display: inline-block;
    background: #fff;
    margin: 5px 0;
    transition: all .5s ease-in-out;
    border: 0;
    cursor: pointer;
}

a.button:hover, input[type='submit']:hover {
    background: #d0d1d2 !important;
    color: #192474 !important;
}

header img#logo {
    display: block;
    max-height: 80px;
}

.material-symbols-outlined {
    vertical-align: middle;
    margin-top: -2px;
}

header {
    width: 100%;
    margin: 0;
    height: 100px;
    padding: 10px 20px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

#notfound header {
	display: none;
}

header .content {
    width: 100%;
    height: 80px;
    padding: 0;
    position: relative;
}

header a {
	display: inline-block;
}

header .content a .nav-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #192474;
}

header .content nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

header .content nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 50px;
    white-space: nowrap;
    font-family: 'Blender Pro';
    font-weight: bold;
    font-size: 24px;
}

header .content nav ul li a {
    color: #192474;
}

header .content nav ul li a:hover, header .content nav ul li a.active {
    color: #0072ba
}

header .button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #192474;
    color: #fff;
}

section#notfound, section#header {
    width: 100%;
    height: calc(100vh - 100px);
    overflow: hidden;
    background: url('../img/background.webp') no-repeat center center;
    background-size: cover;
    left: 0;
    margin: 0;
    position: relative;
}

section#notfound {
    height: calc(100vh - 140px);
}

section#notfound .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
}

section#header .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1100px;
    height: calc(90vh - 100px);
    display: flex;
    gap: 30px;
    align-items: center;
}

section#header .content .image {
    flex: 1;
}

section#header .content .image img {
    width: 100%;
    height: calc(90vh - 100px);
    object-fit: contain;
    object-position: center;
}

section#header .content .text {
    flex: 1;
    text-align: center;
}

section#hoehetwerkt, section#demo, section#contact, section#overdeapp {
    padding: 50px 0;
}

section#faq, section#functies {
    padding: 50px 0 0;
}

section#demo, section#contact {
    background: #fff;
    color: #192474;
}

section#demo {
    text-align: center;
}

section#demo .content .button, section#contact input[type='submit'] {
    margin: 0 auto;
    background: #192474;
    color: #fff;
}

section#hoehetwerkt .content, section#demo .content, section#overdeapp .content, section#functies .content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

section#faq .content, section#contact .content {
    width: 900px;
    margin: 0 auto;
}

#home h2 {
    text-align: center;
    font-family: 'Blender Pro';
    margin: 0 0 30px 0;
    font-size: 60px;
    line-height: 1;
}

section#hoehetwerkt ul {
    display: flex;
    width: 100%;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

section#hoehetwerkt ul li {
    flex: 1;
}

section#hoehetwerkt ul li img {
    display: block;
    margin: 0 auto 20px;
    width: 60%;
}

section#hoehetwerkt ul li h3 {
    margin: 0 0 10px;
    font-weight: bold;
}

section#hoehetwerkt ul li p {
    margin: 0;
}

section#faq ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #fff;
}

section#faq ul li {
    border-bottom: 1px solid #fff;
}

section#faq ul li h4 {
    margin: 10px 0;
    cursor: pointer;
}

section#faq ul li p {
    display: none;
    margin: 0 0 10px 0;
}

section#faq ul li.active p {
    display: block;
}

div.flex {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}

section#functies div.flex {
    gap: 50px;
}

div.flex .column {
    flex: 1;
}

section#overdeapp #foto img, section#functies #foto img {
    max-width: 100%;
}

section#overdeapp #text, section#functies .text {
    flex: 2;
}

section#contact .flex {
    align-items: start;
    gap: 50px;
}

section#contact p {
    margin: 0;
}

.formitem {
    margin: 0 0 10px;
}

form {
    width: 100%;
    margin: 0;
    padding: 0;
}

label {
    display: block;
}

input[type='text'], input[type='email'], textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #192474;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    border-radius: 3px;
    margin: 3px 0 0 0;
    box-sizing: border-box;
}

input[type='text']:focus, input[type='email']:focus, textarea:focus {
    border: 1px solid #0072ba;
    outline: 3px auto #0072ba;
}

#formfeedback {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #96c11f;
    padding: 5px;
    margin: 20px 0 0 0;
}

#formfeedback.error {
    border: 1px solid #e60707;
}

textarea {
    height: 106px;
}

section#notfound p {
    max-width: 50vw;
    margin: 21px auto 0 auto;
    text-align: center;
}

section#notfound h1 {
    font-size: 100px;
    line-height: 100px;
    margin: 0;
}

section#notfound img#logo {
    display: block;
    max-width: 60vw;
    margin: 0 auto;
}

section.container {
    width: 900px;
    margin: 30px auto;
    padding: 0;
}

#scoreboard .datetime {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

#scoreboard #score {
    display: flex;
    text-align: center;
}

#scoreboard #score .score {
    width: 30%;
    margin-top: 40px;
}

#scoreboard #score .score {
    font-family: 'Blender Pro';
    font-weight: bold;
    font-size: 100px;
    line-height: 100px;
}

#scoreboard #score .datetime .time {
    font-size: 90px;
    line-height: 80px;
    font-family: 'Blender Pro';
    font-weight: bold;
}

#scoreboard #score .datetime .date {
    font-size: 40px;
    line-height: 60px;
}

#scoreboard #score .score.scheduled .home, #scoreboard #score .score.scheduled .away {
    display: none;
}

#scoreboard #score .score .home {
    margin-right: 10px;
}

#scoreboard #score .score .away {
    margin-left: 10px;
}

#scoreboard .teamContainer {
    width: 35%;
    overflow: hidden;
}

#scoreboard .teamContainer h2 {
	overflow: hidden;
	text-overflow: ellipsis;
}

#scoreboard .teamContainer img {
    width: 180px;
    height: 180px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    object-fit: contain;
    margin: 0 0 5px;
}

#time {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
}

#time h4 {
    margin: 0 auto;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    font-family: 'Blender Pro';
    text-transform: uppercase;
}

#time .timeLabel {
    font-family: 'Blender Pro';
    font-weight: bold;
}

.blinker {
    animation: blinker 2s linear infinite;
}

#time .timeSpacer {
    margin: 5px 0;
    display: block;
    width: 100%;
    height: 10px;
    background: #192474;
    border-radius: 3px;
    overflow: hidden;
}

#time .timeSpacer .actualTime {
    height: 10px;
    background: #fff;
}

#events {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 21px;
    line-height: 28px;
}

#events .event.template {
    display: none;
}

#events .event {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}

#events .event:last-of-type {
    border-bottom: 0;
}

#events .minute {
    flex-basis: 10%;
    text-align: center;
    font-family: 'Blender Pro';
    font-weight: bold;
}

#events .info {
    flex-basis: 90%;
    display: flex;
    align-items: center;
}

#events .event .goal {
    font-weight: bold;
}

#events .goal.neutral {
    opacity: 0.6;
}

#events .end_period .info, #events .finished .info, #events .comment .info {
    flex-basis: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

#events .comment .info {
    text-transform: none;
}

#events .event.end_period .icon, #events .event.finished .icon, #events .event.comment .icon {
    float: none;
    margin-right: 0;
}

#events .event .icon {
    max-width: 30px;
    display: inline-block;
}

#events .event.away {
    text-align: right;
    flex-direction: row-reverse;
}

#events .event.away .info {
    flex-direction: row-reverse;
}

#events .event.away .icon {
    float: right;
    margin-left: 10px;
}

#events .event .icon {
    float: left;
    margin-right: 10px;
}

#events .event.away .minute {
    float: right;
}

#events .event.home .minute {
    float: left;
}

#events .event .break {
    flex-basis: 100%;
    height: 0;
    display: none;
}

#events .event .comment {
    flex-basis: 100%;
    display: none;
    font-weight: normal;
    text-align: center;
}

#events .event.comment .break {
    display: flex;
}

#events .event.comment .comment {
    display: block;
}

#events .event.general .icon, #events .event.general .info {
    display: inline;
}

#events .event.general {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

aside.tab {
    display: none;
}

aside.tab.active {
    display: block;
}

#overview nav ul {
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: scroll;
}

#overview nav ul::-webkit-scrollbar {
  display: none;
}

#overview nav ul li {
    display: inline-block;
    font-family: 'Blender Pro';
    color: #fff;
    border-bottom: 3px solid transparent;
    padding: 10px;
    box-sizing: border-box;
    font-size: 24px;
    transition: border-bottom 0.5s;
}

#overview nav ul li a {
    color: #fff;
}

#overview nav ul li.active, #overview nav ul li:hover {
    border-bottom: 3px solid #96c11f;
}

#overview .tab ul.matches {
    padding: 0;
    list-style-type: none;
    display: block;
    margin: 0;
}

#overview .tab ul.matches li.match {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

#overview .tab ul.matches li.match:hover {
    background: #0072ba;
}

#overview .tab ul.matches li.match aside.time {
    flex-basis: 20%;
    text-align: center;
    font-family: 'Blender Pro';
    text-transform: uppercase;
    font-size: 18px;
}

#overview .tab ul.matches li.match aside.time .timer {
    display: none;
    font-size: 30px;
    color: #96c11f;
}

#overview .tab ul.matches li.match[data-state="live"] aside.time .timer, #overview .tab ul.matches li.match[data-state="live"]  aside.score, #overview .tab ul.matches li.match[data-state="finished"]  aside.score {
    display: block;
}

#overview .tab ul.matches li.match[data-state="live"] aside.time .datetime {
    display: none;
}

#overview .tab ul.matches li.match aside.time span.time {
    font-weight: bold;
}

#overview .tab ul.matches li.match aside.teams {
    flex-basis: 60%;
    line-height: 40px;
    flex: 1 1 0;
    min-width: 0;
}

#overview .tab ul.matches li.match aside.score {
    flex-basis: 20%;
    text-align: center;
    font-family: 'Blender Pro';
    font-weight: bold;
    font-size: 22px;
    line-height: 40px;
    display: none;
}

#overview .tab ul.matches li.match aside.teams .team img.logo {
    width: 26px;
    height: 26px;
    background: #fff;
    padding: 2px;
    border-radius: 4px;
    box-sizing: border-box;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 10px;
}

#overview .tab ul.matches li.match aside.teams .team {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

footer {
    background: #fff;
    color: #192474;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 14px;
}

footer a {
    color: #192474;
    font-weight: normal;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0 10px 0 0;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

footer ul li {
    display: inline-block;
    margin: 0 20px 0 0;
}

footer ul li:last-of-type {
    margin: 0;
}

footer ul li img {
    height: 20px;
    vertical-align: middle;
}

.cky-btn-revisit-wrapper, .grecaptcha-badge {
	display: none !important;
}


@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  @media only screen and (max-width: 1200px) {
    header .content nav {
        display: none;
    }

    section#header .content, section#hoehetwerkt .content, section#demo .content, section#overdeapp .content, section#faq .content, section#contact .content, section#functies .content {
        width: calc(100% - 20px);
    }

    #home h2 {
        font-size: 50px;
    }

    section#functies #foto {
        display: none;
    }
  }

  @media only screen and (max-width: 970px) {
    h1 {
        font-size: 6vw;
        line-height: 5vw;
    }

    h2 {
        font-size: 4vw;
        line-height: 5vw;
        margin: 0;
    }

    h3 {
        font-size: 4vw;
        line-height: 5vw;
    }

    header {
        height: 100px;
        padding: 10px;
    }

    img#logo {
        max-height: 80px;
    }

    section#header .content {
        display: block;        
        height: auto;
    }

    section#header .content .image {
        margin: 0 0 30px 0;
    }

    section#header .content .image img {
        height: calc(30vh);
    }

    section#hoehetwerkt ul {
        margin: 0;
        padding: 0 20px 0 0;
        overflow-x: scroll;        
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
    }

    section#hoehetwerkt ul::-webkit-scrollbar { 
        display: none;
    }

    section#hoehetwerkt ul li {
        display: inline-block;
        width: 300px;
        margin-right: 20px;
    }

    section#hoehetwerkt ul li:last-of-type {
        margin-right: 0;
    }

    section#hoehetwerkt ul li p {
        white-space: normal;
    }
    
    section#notfound .content {
    	width: calc(100% - 20px);
    	margin: 0 auto;
    }

    section#notfound h1 {
        font-size: 8vw;
        line-height: 8vw;
    }

    section#notfound p {
        max-width: 80vw;
        font-size: 14px;
        line-height: 21px;
    }

    img {
        max-width: 100%;
    }

    div.flex {
        display: block;
    }

    div.flex .column:first-of-type {
        margin: 0 0 20px 0;
    }

    section.container {
        width: calc(100vw - 40px);
        margin: 10px auto;
    }

    #scoreboard .teamContainer {
        width: 30%;
    }

    #scoreboard .teamContainer img {
        width: calc(80% - 20px);
        aspect-ratio: 1/1;
        height: auto;
    }

    #scoreboard #score .score, #scoreboard #score .datetime {
        width: 40%;
        margin-top: 5vw;
    }

    #scoreboard #score .datetime .time {
        font-size: 40px;
        line-height: 40px;
    }
    
    #scoreboard #score .score {
    	font-size: 50px;
    	line-height: 40px;
    }

    #scoreboard #score .datetime .date {
        font-size: 20px;
        line-height: 20px;
    }
    
    #time h4.stateLabel {
    	font-size: 28px;
    }
    
    #events {
    	font-size: 14px;
    	line-height: 21px;
    }
  }

  @media only screen and (max-width: 380px) {
    header .button {
        display: none;
    }
  }