.urbantech,
.berlintxl,
.schumacher{
    position: relative;
    text-align: center;
    right: 15px;
    float: right;
}
.urbantech,
.berlintxl,
.schumacher,
.tegelprojekt{
    width: 58px;
    height: 58px;
}
.urbantech,
.berlintxl,
.schumacher{
    margin-top: 4px;
    margin-bottom: 4px;
}
.futrhub{
    width: 58px;
    height: 60px;
    margin-top: -2px;
    position: relative;
    text-align: center;
    float: right;
}
.urbantech a,
.berlintxl a,
.schumacher a,
.tegelprojekt a,
.futrhub a{ 
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 0.3s ease;
}
.futrhub a{
    pointer-events: all;
}
.dark a{
    background-color: #000;
}
.dark a:hover{
    background-color: #69727d;
}
body.wp-night-mode-on .dark a{
    background-color: #888888;
}
.dark a svg{
    fill: #fff;
}
.light a,
.lightblue a{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    background-color: #FFFFFF;
}
.light a:hover{
    background-color: #DAE0E3;
}
.lightblue a:hover{
    background-color: #2293C9;
}
.light a svg,
.lightblue a svg{
    fill: black;
}