@font-face{font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open_sans/open_sans.woff2') format('woff2'), url('../fonts/open_sans/open_sans.woff') format('woff'); }
@font-face{font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open_sans/open_sans_italic.woff2') format('woff2'), url('../fonts/open_sans/open_sans_italic.woff') format('woff'); }
@font-face{font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open_sans/open_sans_700.woff2') format('woff2'), url('../fonts/open_sans/open_sans_700.woff') format('woff'); }
@font-face{font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open_sans/open_sans_700italic.woff2') format('woff2'), url('../fonts/open_sans/open_sans_700italic.woff') format('woff'); }

html,body {
    height:100%;
    background-color: rgb(47, 47, 47);
}


#main {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction:row;
    height:100%;

}

#top {
    background-color: #efefef;
}

#main>* {
    flex-basis: 100%;
}

#component {
    background-color: #ffffff;
   /* min-height: 60%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}


#component > * {
    flex-basis: 100%;
}

.maxwidth {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}
/* --- GENERAL --- */

#main-logo {
    display: inline-block;
    margin:10px 0px;
}

a {
    color: #cd2122;
    text-decoration: none;
}

a:hover {
    color: #a31a1a;
}

#footer {
    background-color: rgb(47, 47, 47);
    padding: 20px 0 20px;
    color: #d5d5d5;
    font-size: 13px;
    line-height: 16px
}


ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.module-headline {
    font-size: 17.5px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px
}

ul.nav>li{
    margin: 0px 8px;
}

ul.nav>li:last-child{
    margin-right: 0px !important;
}

.page-header h1 {
    margin: 10px 0px 40px;
}


.control-group {
    padding-bottom: 10px;
}

#jform_datum {
    max-width: 160px;
    text-align: center;
}

.formflex {
    display:inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}



.btn .badge.anzahl {
    top: -8px;
}

/* Extra large devices (large desktops) */



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px){
	
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px){
	
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px){
	
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px){
	
}