:root {
    --oranje: #ea5b0c;
    --blauw: #0e97dc;
}

@font-face {
    font-family: 'Hamburg';
    src: url('https://clp.ykold.nl/fonts/Hamburg.eot');
    src: url('https://clp.ykold.nl/fonts/Hamburg.eot') format('embedded-opentype'),
         url('https://clp.ykold.nl/fonts/Hamburg.woff2') format('woff2'),
         url('https://clp.ykold.nl/fonts/Hamburg.woff') format('woff'),
         url('https://clp.ykold.nl/fonts/Hamburg.ttf') format('truetype'),
         url('https://clp.ykold.nl/fonts/Hamburg.svg#Hamburg') format('svg');
    font-weight:normal;
}

@font-face {
    font-family: 'Hamburg';
    src: url('https://clp.ykold.nl/fonts/HamburgBold.eot');
    src: url('https://clp.ykold.nl/fonts/HamburgBold.eot') format('embedded-opentype'),
         url('https://clp.ykold.nl/fonts/HamburgBold.woff2') format('woff2'),
         url('https://clp.ykold.nl/fonts/HamburgBold.woff') format('woff'),
         url('https://clp.ykold.nl/fonts/HamburgBold.ttf') format('truetype'),
         url('https://clp.ykold.nl/fonts/HamburgBold.svg#HamburgBold') format('svg');
    font-weight:bold;
}

.pointer{
    cursor:pointer;
}

section { 
	text-align: center;
}


#barborder{
    /*border-right:2px solid black;*/
}

#socials {
    display: none;
}

#arrow{
    fill:white;
}

#arrow2{
    fill:white;
}

.customfont{
    font-family: 'Hamburg';
    /*font-weight: bold;*/
}

.modaal-container{
    width: fit-content !important;
}

.modaal-close {
    background: #ea5b0c;
}

body{
    background:#000000;
    color:white;
    margin:0;
    /*padding: env(safe-area-inset-bottom, 20px);*/
}    

.accountknop{
/*border: 1px solid #000000 !important;*/
}

.shareknop{
/*border: 1px solid #000000 !important;*/
}

.terugknop{
/*border: 1px solid #000000 !important;*/
}

.socials{
    /*border: 1px solid #000000 !important;*/
}

.notifknop{
    /*border: 1px solid #000000 !important;*/
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;;
}


*{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */


}



img {
    pointer-events: none;
}

::-moz-selection { /* Code for Firefox */
  color: white !important;
  background: #0e97dc !important;
}

::selection {
  color: white !important; 
  background: #0e97dc !important;
}

.barcode {
    font-family: "Libre Barcode EAN13 Text", cursive;
    font-weight: normal;
    font-style: normal;
    font-size: 300px;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.vote {
    zoom: 125%;
    width: 100%;
    height: 25px;
    margin: auto;
    position: relative;
    margin-top: -30px;
}

.up {
    float: left;
    background: #ea5b0c;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    text-align: center;
}

.bar {
    float: left;
    background: Green;
    width: 100px;
    height: 25px;
    background-color: #0e97dc;
}

.down {
    float: right;
    background: #0e97dc;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    text-align: center;
}

.votebar {
    max-width: 160px;
    position: absolute;
    inset: 0;
    margin: auto;
}

input {
    all: unset;
}

.b {
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.i {
    font-style: italic;
}

.black {
    color: black;
}

.inputveld {
    border: solid 2px black;
    padding: 5px;
    margin: 2.5px;
    color: black;
    text-align: center;
    font-size: 20px;
}

.inputveld::placeholder {
    color: #545454;
}

.submitknop {
    border: none;
    font-size: 24px !important;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #0e97dc #ea5b0c;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Hamburg';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.spacing{
    letter-spacing: 1px;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #0e97dc;
}

*::-webkit-scrollbar-thumb {
    background-color: #ea5b0c;
    border-radius: 0;
    border-right: 0 solid #0e97dc;
}

a {
    text-decoration: none;
    color: white;
}

.bottomleftcorner {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.topleftcorner {
    position: absolute;
    top: 10px;
    left: 10px;
}

.bottomrightcorner {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.toprightcorner {
    position: absolute;
    top: 10px;
    right: 10px;
}

.content {
    width: 1440px;
    min-height: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.accountknop {
    color: white;
    position: fixed;
    background: #0e97dc;
    font-size: 25px;
    padding: 5px 10px;
    font-weight: bold;
    border: 2px white solid
}

.notifknop {
    color: white;
    position: fixed;
    background: #ea5b0c;
    font-size: 25px;
    padding: 5px 10px;
    font-weight: bold;
}

.shareknop {
    color: white;
    position: fixed;
    background: #ea5b0c;
    font-size: 25px;
    padding: 5px 10px;
    /* margin: 50px 0px; */
    font-weight: bold;
    border: 1px white solid
}

.socials {
    color: white;
    position: fixed;
    font-size: 25px;
    padding: 5px 10px;
    /* margin: 50px 0px; */
    font-weight: bold;
}

.zwartwit {
    color: black;
    background: white;
    border: solid 3px black;
    font-size: 25px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    font-weight: bold;
}

.blauw {
    color: white;
    background: #0e97dc;
    font-size: 25px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    font-weight: bold;
}

.oranje {
    color: white;
    background: #ea5b0c;
    font-size: 25px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    font-weight: bold;
}

.blauwlarge {
    color: white;
    background: #0e97dc;
    font-size: 50px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    font-weight: bold;
}

.oranjelarge {
    color: white;
    background: #ea5b0c;
    font-size: 50px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    font-weight: bold;
}

.zwartwitlarge {
    color: black;
    background: white;
    border: solid 3px black;
    font-size: 50px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    font-weight: bold;
}

.werking {
    font-size: 35px;
    font-weight: bold;
    
}

.letop {
    margin-bottom: 50px;
    font-weight: bold;
}

@media screen and (max-width: 1920px) {
    .content {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1465px) {
    .content {
        max-width: 1024px;
    }
}

@media screen and (max-width: 1050px) {
    .content {
        max-width: 768px;
    }
}



@media screen and (max-width: 793px) {
    .content {
        max-width: 100%;
    }

    .oranjelarge,
    .blauwlarge {
        font-size: min(10vw, 50px);
    }

    .blauw,
    .oranje {
        font-size: min(4.7vw, 25px);
    }
    
    .andere{
        font-size: min(4.4vw, 25px);
    }

    .werking {
        font-size: min(5.8vw, 35px);
    }

    .letop {
        font-size: min(5vw, 25px);
        /*margin-bottom: 30px;*/
    }

    .barcode {
        font-size: min(48vw, 300px);
    }
}
