@import url("/sw/files/formats.css");

@font-face {
    src: url("/fonts/Kanit-Bold.ttf");
    font-family: "Kanit Bold";
}

@font-face {
    src: url("/fonts/Kanit-Regular.ttf");
    font-family: "Kanit";
}

@font-face {
    src: url("/fonts/Chivo-VariableFont_wght.ttf");
    font-family: "Chivo";
}

body {
    margin: 0;
    padding: 0;
    font-family: "Chivo", sans-serif !important;
    font-size: 18px;
    background-color: white;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: rgba(0,146,82);
    line-height: 1.1em;
    font-family: "Kanit Bold", sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 2.3rem !important;
    font-weight: 400;
    color: black !important;
}

h2 {
    font-size: 1.9rem !important;
    font-weight: 200;
    color: black !important;
}

h3 {
    font-size: 21px !important;
    font-weight: 200;
}

label {
    font-family: "Kanit Bold", sans-serif;
}

.v-container {
    background-color: white !important;
    border-radius: 5px;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0;
}

.fw-container {
    background-color: white !important;
    border-radius: 5px;
    /*width: 100vw;*/
    margin: 0 auto;
    padding: 0 0.95em 0 0.95em;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: white;
    color: #212529;
    padding: 8px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

.logo-wrapper {
    display: inline-block;
    margin: -10px 425px 0 0;
    padding: 0;
}

.logo {
    /*width: 141.43px;*/
    height: 60px;
}

.navbar-wrapper img {
    background-color: white;
    vertical-align: middle;
    text-align: center;
    margin-top: 0.85em;
}

.navbar {
    background-color: white;
    height: 80px;
    vertical-align: middle;
}

.navbar-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.navbar-items {
    margin-left: 125px;
    display: flex;
    flex-direction: row;
    font-weight: 600;
}

.navbar-item {
    color: black !important;
    font-family: "Kanit", sans-serif;
    text-decoration: none;
    display: inline-block;
    margin: auto 10px;
    padding: 10px;
    /*width: 110px;*/
    vertical-align: middle;
    font-size: 1em !important;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    letter-spacing: 2px ! important;
}

.navbar-item:hover {
    color: white !important;
    background-color: rgba(0,146,82);
    border-radius: 5px;
}

.header-video {
    width: 100vw;
    z-index: -10;
    position: absolute;
    margin-top: -5em;
    margin-bottom: -20em;
}

.header-image {
    margin: 0;
    height: 400px;
    background-image: url("/images/01_ARA_header.mp4");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login {
    float: right;
    margin-top: 4em;
    width: 18em;
    color: white !important;
    text-transform: uppercase;
    padding: 1em;
    border-radius: 5px;
    background-color: rgba(0,146,82);
}

.form-group {
    text-align: left !important;
    padding: 5px 0;
}

.page-content a,
.page-content a:visited {
    color: rgba(0, 146, 82) !important;
    vertical-align: top !important;
}

.page-content a, .page-content a:visited {
    color: black;
}


.ui-state-active a {
    color: #991832 !important;
}

.login {
    color: black;
    height: 200px;
    width: 260px;
    text-align: center;
}

.login .reset-password-link {
    font-size: small;
    text-align: left;
    text-decoration: none;
    color: white !important;
    margin-bottom: 0.1em;
}

.login .reset-password-link:hover {
    color: #eaeaea !important;
}

.login-form-label {
    font-size: 0.9em;
    margin: auto auto auto 0;
}

.looping-label {
    font-size: 0.9em;
    vertical-align: text-top;
}

.fragebogen input[type=submit],
.login button[type=submit],
.bekannt_button  {
    display: block;
    font-family: "Kanit Bold", sans-serif;
    background-color: rgba(0,146,82);
    color: white;
    padding: 7px 10px;
    border-radius: 6px;
    border: 2px solid rgba(0,146,82);
    width: 70%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;

    a {
        color: white !important;
        text-decoration: none;
    }

    &:hover {
        cursor: pointer;
        background-color: rgba(0,122,69);
    }
}

.fragebogen input[type=submit] {
    width: fit-content;
}

.login button[type=submit] {
    margin-top: 0.5em;
    width: 102%;
    font-weight: bolder;
    background-color: white;
    color: rgba(0,146,82);

    &:hover {
        cursor: pointer;
        background-color: whitesmoke;
    }
}

.login input[type=text], .login input[type=password] {
    width: 96%;
}

.fragebogen input[type=submit]:hover,
.login button[type=submit]:hover {
    cursor: pointer;
}

.login_password a, .login_password a:link {
    font-size: 0.9em;
    text-decoration: none;
}

.login_password a:hover {
    text-decoration: underline;
}

.main-text-content {
    line-height: 1.3em;
    min-height: 40vh;
}

.main-text-content a,
.main-text-content a:visited {
    color: rgba(0, 146, 82) !important;
}

.main-text-content a:hover {
    color: rgba(0,122,69) !important;
}

.page-content {
    display: inline-block;
    margin-top: 15px;
    padding-left: 2em;
    width: 70%;
}

.page-heading {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 10px 3px 15px 0;
    /*border-bottom: 1px solid rgba(232, 232, 232, 0.5);*/
    font-size: 1.3em;
    /*font-variant: petite-caps;*/
}

.side-menu {
    display: inline-block;
    float: right;
    width: 18%;
    font-size: 19px;
    padding: 9px;
}

.side-menu-category {
    margin: 15px 0;
}

.side-menu-entry {
    margin: 10px 0 10px 15px;
    /*font-variant: all-petite-caps;*/
}

.side-menu-category.first {
    margin-top: 2em;
}

.side-menu-category a,
.side-menu-category a:link,
.side-menu-category a:visited {
    color: #686867;
    text-decoration: none;
    /*font-variant: petite-caps;*/
}

.side-menu-category a:hover {
    color: rgba(0,146,82) !important;
}

.side-menu-entry a,
.side-menu-entry a:link,
.side-menu-entry a:visited {
    color: #686867;
    text-decoration: none;
    font-size: 85%;
}

.side-menu-entry a:hover {
    color: rgba(0,146,82) !important;
}

.footer a,
.footer a:visited,
.footer a:link {
    color: #D90000 !important;
}

.footer {
    clear: both;
    color: white;
    margin-top: 7em;
    margin-bottom: 0;
    padding: 10px 0;
}

.footer-text {
    padding: 3px 50px;
    color: #000 !important;
    font-size: 0.8em;
}

.contact-row {
    vertical-align: top;
    display: inline-block;
    padding-right: 60px;
}

.phonenumber-link:link,
.phonenumber-link {
    text-decoration: none !important;
    color: black !important;
}

.einkaufsbedingungen-link {
    margin-top: 30px;
    margin-left: 25px;
}

.einkaufsbedingungen-link a,
.einkaufsbedingungen-link a:any-link,
.einkaufsbedingungen-link a:link,
.einkaufsbedingungen-link a:visited {
    font-weight: bold;
    color: rgba(0,146,82) !important;
}

.einkaufsbedingungen-link a:hover {
    color: rgba(0,146,82) !important;
}

/* Inputs */
input[type=text], input[type=password], input[type=email], input[type=number], select, textarea {
    padding: 7px;
    border: 1px solid slategrey;
    border-radius: 5px;
}

/*!* Fragebogen *!*/

.data {
    width: 47% !important;
    margin-right: 20px;
}

#contactFirstname, #contactLastname {
    width: 46% !important;
}

#contactCity, #city {
    width: 63% !important;
}


/* Bekanntmachungsliste */
.bekannt_liste tbody tr:first-child {
    background-color: rgba(0,146,82) !important;
    color: white;
}

.bekannt_liste tr:nth-child(odd) td {
    background-color: #e6e6e6 !important;
}

table.bekannt_liste {
    width: 100% !important;
    border-collapse: collapse;
}

table.bekannt_liste th,
table.bekannt_liste td {
    padding: 0.33em;
}

.bekannt_liste tr:not(:first-child) td {
    padding-left: 0.2em !important;
}

/* Bekanntmachungs-Ansicht */
#tabBekannt, #tabEUData {
    border: 1px solid #000000;
    margin: 0 3px !important;
    width: 100%;
    padding: 15px !important;

    h1 {
        margin-top: 1em;
        padding-left: 0 !important;
        font-size: 1.33em !important;
        font-weight: bold;
    }
}

#tabBekannt .showAnnDownloadOverlay, #tabEUData .showAnnDownloadOverlay {
    margin-left: 30px;
}

.ui-tabs {
    width: 95% !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .4em .3em !important;
}

.ui-widget-header {
    background: none !important;
}

#tabBekannt {
    padding: 1em !important;

    & > p, & > ul {
        max-width: 70%;
    }
}

.bekannt_detail {
    border-collapse: collapse;
    margin-bottom: 15px;
    width: 70%;

    th {
        color: #991832;
    }

    th, td {
        padding: 0.25em 0;
    }
}

.ui-tabs-panel h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.bekannt_detail th[scope="col"] {
    text-align: left;
    background: white;
    padding-right: 10px;
}

.bekannt_detail td.datenblock_ende {
    max-width: 500px;
}

.bekannt_detail caption {
    border-collapse: collapse;
    font-size: 25px;
    font-weight: bold;
    color: #991832;
    margin-bottom: 1em !important;
}

.table-cage {
    max-width: 100%;
}

.mb-2 {
    margin-bottom: 2em !important;
}

.looping-checkbox-wrapper input[type=checkbox] {
    margin: 0;
    padding: 0;
}

