/* ---------- Global ---------- */
html {
  font-size: 100%;
  height: 100%;
}

/* ---------- Layout ---------- */
body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1240px) {
  #main {
    max-width: 100%;
  }
}

.c-pageleadtext {
  padding: 0 10px;
}

.l-twocolumns__column-wrapper {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 1240px) {
  .l-twocolumns__column-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.l-twocolumns__column-big {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.l-twocolumns__column-small {
  padding: 10px;
}

@media (min-width: 661px) {
  .l-twocolumns__column-big {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .l-twocolumns__column-small {
    padding-top: 0;
  }
}

.l-twocolumns {
  margin-top: 20px;
}

@media (min-width: 661px) {
  .l-twocolumns {
    margin-top: 40px;
  }
}

/* ---------- Header ---------- */
.c-rockingheader--unpinned-wbt {
  margin-top: -80px;
  border-bottom-width: 10px;
}

/* ---------- Form ---------- */
.c-flexforms {
  margin: 0 !important;
  overflow-x: auto;
  padding: 20px 0;
  display: block;
  background-color: #FFF;
}

.c-flexforms
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.c-flexforms textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 3px 5px;
  border-width: 0 0 1px;
  border-color: #545454;
  font-size: 16px;
  line-height: 26px;
  background: 0 0;
  color: #545454;
}

.c-flexforms
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.c-flexforms textarea:focus {
  outline: none;
}

.c-flexforms
  input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  height: 30px;
}

.c-flexforms select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 48px 12px 16px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow-y: auto;
    border-radius: 2px;
}

.c-flexforms input[type="file"] {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  padding: 2px 0;
}

.c-flexforms label {
  font-size: 75%;
  color: #A9A9A9;
}

.c-flexforms form > div + div {
  margin-top: 16px;
}

.c-flexforms .button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 39px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  color: #fff;
  fill: #fff;
  background-color: #d8321e;
  -webkit-box-shadow: inset 0 0 0 0 #545454;
  box-shadow: inset 0 0 0 0 #545454;
  margin-right: 10px;
}

.c-flexforms .button:hover,
.c-flexforms .button:focus,
.c-flexforms .button:active {
  color: #fff;
  fill: #fff;
  background-color: #b60811;
}

.buttons {
  text-align: left;
}

.button:disabled {
  opacity: 0.5;
  color: white !important;
  pointer-events: none;
}

/* ---------- Table ---------- */
.dataTables_wrapper {
  width: 100%;
}

table {
  width: 100%;
}

tr td,
tr th {
  font-size: 75%;
  padding: 4px;
  border-bottom: 1px solid #d1d1d1;
}

tr:nth-child(odd) td {
  background-color: rgba(242, 242, 242, 0.5);
}

tr:hover td {
  background-color: rgba(164, 215, 245, 0.4);
}

/* ---------- Footer ---------- */
.l-footerwrapper__panel--bottom .l-footerwrapper__copyright {
  position: absolute;
  left: 90px;
  bottom: 17px;
  max-width: calc(100% - 90px);
}

@media (min-width: 661px) {
  .l-footerwrapper__panel--bottom .l-footerwrapper__copyright {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

/* ---------- Misc ---------- */
#warning {
  display: block;
  color: #d8321e;
  background: #f6e5ab;
  padding: 20px 0 20px 10px;
  margin-bottom: 5px;
}

#context {
  text-align: left;
  font-style: italic;
  background: #DAEFFB;
  padding: 10px;
}

#messages {
  padding: 0;
}

.message {
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 10px;
  background: #EBCA54;
}

.mandatoryhint {
  display: none;
}

.c-link-list--footer-teaser {
  border: none;
}

.c-link-list--footer-teaser .c-link-list__list {
  display: block;
}

h1, h2, h3 {
  margin-top: 15px;
}

h1,
h2,
h3,
p {
  display: block;
  width: 100%;
}

.c-pageleadtext a,
.c-flexforms a {
  color: #d8321e;
}

.c-pageleadtext a:hover,
.c-flexforms a:hover {
  color: #b60811;
}

select.c-languageswitch__select {
    width: 70px;
}

.c-header__logo-margin {
  margin-right: 21.484px;
}

.c-iconlink--icon-only img {
  width: 190px;
}

.l-footerwrapper__logo svg {
  width: 46px;
}

.mod_svgsprite-display {
  display: none;
}

.wbt-form-hint-icon img {
  max-height: 14px;
  padding-top: 2px;
}

.wbt-only-for-form-hint {
    display: inline-block;
}

#div_accepttermsofservice label a {
  padding-left: 4px;
}

.wbt-form-row:has(> .checkbox) {
  display: flex;
}

#keepdays {
  margin-top: 2px;
}
