.actiebutton{
    display: none;
    z-index: 10;
}

.line{
    border: 2px solid #fff;
    padding: 20px 15px;
    border-radius: 10px;
}

.linerond{
    position: relative;
    border: 2px solid #fff;
    padding: 20px 0px;
    border-radius: 50%;
    width: 180px;
    Height: 180px;
}

.linerond p{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:100%;
  }

.vierkant_blue{
    color: #fff;
    font-weight: bold;
    background: #025da4;
    border-radius: 15px;
    width: 100%;
    padding: 10px 9px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    transform: rotate(0.02turn);
    box-shadow: 0 0 10px 5px #fff;
}

.vierkant_orange{
    color:#fff;
    font-weight: bold;
    background: #f47543;
    border-radius: 15px;
    width: 100%;
    padding: 10px 9px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    transform: rotate(0.02turn);
    box-shadow: 0 0 10px 5px #fff;
}

.rond_blue{
    color:#fff;
    font-weight: bold;
    background: #025da4;
    border-radius: 50%;
    width: 200px;
    height:200px;
    padding: 10px 9px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    transform: rotate(0.02turn);
    box-shadow: 0 0 10px 5px #fff;
    margin-top: -50px;
}

.rond_orange{
    color:#fff;
    font-weight: bold;
    background: #f47543;
    border-radius: 50%;
    width: 100%;
    padding: 10px 9px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    transform: rotate(0.02turn);
    box-shadow: 0 0 10px 5px #fff;
    margin-top: -50px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .actiebutton{
        display: block;
        position: absolute;
        right: 20px;
        margin-top: 10px;
        width: 200px;
    }

    .rond_blue, .rond_orange{
        margin-top: 0px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .actiebutton{
        display: block;
        position: absolute;
        right: 60px;
        margin-top: 10px;
        width: 200px;
    }

    .rond_blue, .rond_orange{
        margin-top: -50px;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}

@media(min-width:1700px){
    .actiebutton{
        display: block;
        position: absolute;
        right: 100px;
        margin-top: -10px;
        width: 200px;
    }
}