html,
body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
}

body {}

.inhoud {
    padding: 20px;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    background: url('img/camclutch.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#brtitel,
#ttiel {
    display: none;
}

.gevonden {
    opacity: 0;
    text-align: left;
    position: absolute;
    background: #0081c3;
    padding: 10px;
    right: 0px;
    top: 2px;
}

.gevonden::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #0082c3 transparent transparent;
}

.smooth {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

h1 {
    color: white;
}

.inhoud select {
    background: white;
    height: 40px;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
    border: none;
    width: 410px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('img/pijl.svg');
}

#brtitel,
#ttiel {
    font-weight: 600;
    padding-right: 20px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #fff;
}

.vlagselector {
    text-align: right;
}

.gevonden div {
    display: inline;
}

.vlagselector .kies {
    width: 48px;
    position: absolute;
    right: 20px;
    top: 90px;
}

.selector table {
    margin: 0 auto;
}

.reactie {
    width: 410px;
    margin: 0 auto;
    margin-top: 20px;
}

.tsubaki {
    color: #0082c3;
    font-weight: bold;
    margin-bottom: -20px;
}

.opmerk {
    color: black;
}

.aantal {
    margin-right: 4px;
}

.reactie div {
    background: white;
    padding: 20px;
    display: none;
}

.flag {
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
}

.flag::after {
    content: "";
    position: absolute;
    left: 24px;
    opacity: 0;
    bottom: -2px;
    border-left: 9px solid transparent;
    border-top: 6px solid;
    border-right: 9px solid transparent;
    margin-left: -8px;
}

#openvlag::after {
    opacity: 1;
}

.vlag {
    display: inline-block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: url('flags.png') no-repeat;
}

.taaltekst {
    display: none;
}