/*Back top*/
.back-to-top-link.visible {
  position: fixed;
  bottom: 20px;
  right: 30px;
}

/*
@media screen and (max-width: 992px) {
.position-sticky {
  position: sticky !important;
}*/

.container-topbar {
	display: flex;
	flex-wrap: wrap;
    justify-content: right;
}

@media (max-width: 575.98px) {
iframe{
width:100%;
height:100%;
}
}


@media (min-width: 200px) {
    .container-footer .mod-menu {
        display: flex;
        flex-direction: row;
    }
}

#cookiehintsubmit {
  background: #001B4C !important;
    background-color: rgb(0, 27, 76);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
  color: #fff !important;
}