@keyframes draaiRechtsom {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.elinkli
{
text-align: center;
font-weight: bold;
color: #52a6e5;
}
#block_17411
{
margin-bottom: 12px;
}
#socialbuttons
{
text-align: right;
right: 20px;
}
a
{
font-weight: normal;
}
#img_24227
{
max-width: 100% !important;
border-radius: 50%; /* Maakt de afbeelding rond */
    animation: draaiRechtsom 180s linear infinite;
}
#block_24227
{
margin-bottom: -20px;
}
#block_24232 img
{
border-radius: 50%;
}
#block_24232 i
{
font-style: normal; 
font-weight: bold;
color: #ede8af;
}
#block_24230
{
text-align: center;
}
#block_24228 a
{
box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    color: #ede8af;
    border: 2px solid #ede8af;
    background-color: #02020f;
    text-align: center;
    line-height: 54px;
    font-weight: bold;
    border-radius: 30px;
    padding-left: 0; /* Dit hangt af van de grootte van de afbeelding */
}
#block_24228 a:hover
{
color:#81d2b6;
border:2px solid #ede8af;
background-color: rgba(243, 239, 158, 0.1);
text-decoration: none;
}
div.linkuitlijst img.link-afbeelding {
    position: absolute;
    left: 16px; /* Afstand van de linkerrand van de knop */
    width: 30px; /* of een andere gewenste grootte */
    height: 30px; /* of een andere gewenste grootte */
    border-radius: 50%;
    object-fit: cover;
}

h1
{
text-align: center;
margin-top: 0;
margin-bottom: 25px;
}
#pagecontainer, .pagecontainer
{
max-width: 630px !important;
}
@media screen and (max-width: 699px),(max-device-width: 499px) and (orientation: portrait) {
  * {
     font-size: 15px;
  }
h1
{
font-size: 25px;
margin-bottom: 25px;
}
  #img_24232
  {
width: 50% !important;
   }
  #topbalkmobiel
{
display: none;
}
}

/* Voor tablets in landscape */
@media screen and (min-width: 600px) and (max-width: 1280px) and (orientation: landscape) {
#block_24227
{
text-align: center;
}
#img_24227
{
max-width: 50% !important;
}
h1
{
font-size: 27px;
margin-bottom: 4px;
}

}

/* Voor kleine laptops */
@media screen and (min-width: 1280px) and (max-width: 1366px) {
#block_24227
{
text-align: center;
}
#img_24227
{
max-width: 65% !important;
}
h1
{
font-size: 32px;
margin-bottom: 4px;
}
}