@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_22573
{
max-width: 100% !important;
border-radius: 50%; /* Maakt de afbeelding rond */
    animation: draaiRechtsom 180s linear infinite;
}
#block_22573
{
margin-bottom: -20px;
}
#block_22576 img
{
border-radius: 50%;
}
#block_22576 i
{
font-style: normal; 
font-weight: bold;
color: #f59064;
}
#block_22577
{
text-align: center;
}
#block_22574 a
{
box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    color: #f59064;
    border: 2px solid #f59064;
    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_22574 a:hover
{
color:#fdcd65;
border:2px solid #f59064;
background-color: rgba(253, 205, 101, 0.05);
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_22576
  {
width: 50% !important;
   }
  #topbalkmobiel
{
display: none;
}
}

/* Voor tablets in landscape */
@media screen and (min-width: 600px) and (max-width: 1280px) and (orientation: landscape) {
#block_22573
{
text-align: center;
}
#img_22573
{
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_22573
{
text-align: center;
}
#img_22573
{
max-width: 65% !important;
}
h1
{
font-size: 32px;
margin-bottom: 4px;
}
}