body.site {
	background:black;
	background-image: url(../../../../../images/background_02.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.mybanner {
  min-width: 100%;
}
/* 1. Den äußeren Joomla-Komponenten-Container zentrieren */
.com-convertforms, 
main .com-convertforms {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

/* 2. Dem Formular-Wrapper eine feste maximale Breite geben */
.com-convertforms .convertforms-wrapper {
    width: 100% !important;
    max-width: 600px !important; /* Hier Ihre Wunschbreite eintragen */
    margin: 0 auto !important;
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
  background-color: transparent;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
}