/* oswald-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('/css/webfonts/oswald-v57-latin_latin-ext-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/css/webfonts/oswald-v57-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/css/webfonts/oswald-v57-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/css/webfonts/oswald-v57-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, .device-xs body {
  overflow-x: hidden;
}

.bg-gold, .bg-gold a, .bg-gold a:link, .bg-gold a:visited, .bg-gold a:active, .bg-gold a:hover {
  color: #000!important;
  background-color: rgb(208,174,86);
}

.bg-gold:hover, .bg-gold:hover a, .bg-gold:hover a:link, .bg-gold:hover a:visited, .bg-gold:hover a:active, .bg-gold:hover a:hover  {
  color: #000!important;
  background-color: rgb(247,204,81);
}

.socmed {
  font-size: 1.4rem;
}

.navbar-toggler {
  color: #fff;
}

body {
  position: relative;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  background-color: #fff;
  color: rgb(33,37,41);
}

strong {
  font-weight: 500;
}

.XXXtestsystem {
  background-color: orange;
}

#content {
  z-index:1;
  margin-bottom: 88px!important;
}

.container-main {
  max-width: 1295px;
  margin: 0 auto;
}

.device-xl .container-main {
  max-width: 1295px;
}

.container-inner {
  background-color: #fff;
  max-width: 100%;
  max-width: 1295px;
  margin: 0 auto;
}

/* main navigation */

#mainnavbar {
  margin:0;
  padding:0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

/* Navbar Hintergrund & Größen */
.navbar {
  padding: 0 0 0 1rem;
}

/* Navigation Links */
.nav-link {
  color: #fff;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
}


/* Dropdown Styles */
.navbar-nav .dropdown-menu {
  box-shadow: 0px 24px 21px rgb(0 0 0 / 11%) !important;
  border-radius: 11px;
  padding: 14px;
  border:0;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes dropdown-show {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.dropdown-menu:hover .dropdown-item{
  opacity: 0.6;
}
.dropdown-menu .dropdown-item:hover{
  opacity: unset;
  font-weight: 500;
}

.dropdown-menu .dropdown-item {
  position: relative;
  color: rgb(122,124,127);
}

.dropdown-item{
  transition: all 0.2s ease-in-out;
}

.dropdown-item.active, .dropdown-item.active:hover {
  background-color: rgb(208,174,86);
  color: #000;
}

.dropdown-item:hover{
  color: #000;
  background-color: rgb(248,249,250);
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.dropdown-item:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro"!important;
  font-style: normal;
  position: absolute;
  right: 2px;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown-item:hover:after{
  opacity: unset;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navbar-nav>.nav-item {
  height: 86px;
  line-height: 66px;
  margin: 0 16px;
}

.dropdown-menu {
  border: none;
  border-radius: 11px;
  padding: 14px 22px 14px 14px;
  min-width: 270px;
  line-height: 24px;
}
.dropdown-menu>.dropdown-item {
  padding: 7px 40px 7px 14px;
  border-radius: 6px;
  margin:0;
}
.dropdown-menu .dropdown-item::after {
  right: 11px;
}

.navbar-nav>.nav-item.active {
  border-width: 0 0 3px 0;
  border-color: rgb(208,174,86);
  border-style: solid;
}

/* Responsive Abstände */
@media (max-width: 991.98px) {
  .nav-link {
    margin: .5rem 0;
  }
}

/* header components */

header {
  background-color: rgb(33,37,41);
  color: #fff;
  z-index:2;
}

header a {
  color: #fff;
}

#login, #login a {
  color: #000;
}

.logo {
  margin: 10px 0;
}

.logo img {
  max-width: 260px;
  max-height: 113px;
  width: 100%;
  height: auto;
}

.device-xs .logo img,
.device-sm .logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  top: 10px;
  left: -5px;
}

.img-container img {
  position: absolute;
  top: 0!important;
  left: 0!important;
  opacity: 0;
  -ms-transition: opacity 3s;
  -o-transition: opacity 3s;
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  transition: opacity 3s;
}

.img-container img:first-child {
  opacity:1;
}

.form-control:focus {
  box-shadow: 0 0 0 0;
  color: rgba(0, 44, 80, 0.5);
}


/* language selection */

.form-row div.langsel {
  height: 26px;
  border:0;
  position: relative;
  top: -4px;
  padding-left: 15px;
  padding-bottom: 10px;
}

div.langsel {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.langsel a, .langsel a:link, .langsel a:visited {
  color: #fff;
  margin-left: 3px;
}

.langsel a.active, .langsel a:hover {
  color: #fff;
}

.langsel a.active:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #ffd500;
  width:100%;
}

.device-xs .langsel,
.device-sm .langsel,
.device-md .langsel {
  margin-top: -9px;
  text-align: center;
}


.sporthilfe-button .sha {
  overflow:visible!important;
}


/* underline */
header a, header a:active, header a:visited, header a:hover {
  text-decoration: none!important;
  display: inline-block!important;
  position: relative;
  color: #fff;
}


main a,
main a:active,
main a:visited,
header a:after {
  background: transparent;
  text-decoration: none;
  outline:0;
}

.btn {
	text-decoration:none;
}

/* inner content */

h1, h2, h3, footer h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}


h2{
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 17px;
}

.container-box h1, .container-box h2, .container-box h3 {
  color: #555;
}

.inner-content {
  padding-bottom: 50px;
  overflow: hidden;
}

main a, main a:active, main a:visited {
  color: inherit;
}

main a:hover {
  color: inherit;
  text-decoration: underline;
}

.sporthilfe-hash {
  padding-top: 185px;
  margin-top: -170px;
  z-index:0;
}

.device-xs .sporthilfe-hash,
.device-sm .sporthilfe-hash {
  padding-top: 0px;
  margin-top: 15px;
  z-index:0;
}

article {
  margin-top: 3em;
}

article ol, article ul {
  padding-left:2rem;
}

.wht {
  background-color: #fff;
}

.cpoint {
  cursor:pointer;
}

legend {
  display:none;
}

.form-control.has-passed {
	background-color: #fff3cd;
  border-color: #ffeeba;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='black' d='M256 352a24 24 0 1 0 24 24 24 24 0 0 0-24-24zm-8.5-24h17a8.14 8.14 0 0 0 8-7.5l7-136a8 8 0 0 0-8-8.5h-31a8 8 0 0 0-8 8.5l7 136a8 8 0 0 0 8 7.5zM32 112a80.09 80.09 0 0 1 80-80 79.23 79.23 0 0 1 50 18 253.22 253.22 0 0 1 34.44-10.8C175.89 15.42 145.86 0 112 0A112.14 112.14 0 0 0 0 112c0 25.86 9.17 49.41 24 68.39a255.93 255.93 0 0 1 17.4-31.64A78.94 78.94 0 0 1 32 112zM400 0c-33.86 0-63.89 15.42-84.44 39.25A253.22 253.22 0 0 1 350 50.05a79.23 79.23 0 0 1 50-18 80.09 80.09 0 0 1 80 80 78.94 78.94 0 0 1-9.36 36.75A255.93 255.93 0 0 1 488 180.39c14.79-19 24-42.53 24-68.39A112.14 112.14 0 0 0 400 0zM256 64C132.29 64 32 164.29 32 288a222.89 222.89 0 0 0 54.84 146.54L34.34 487a8 8 0 0 0 0 11.32l11.31 11.31a8 8 0 0 0 11.32 0l52.49-52.5a223.21 223.21 0 0 0 293.08 0L455 509.66a8 8 0 0 0 11.32 0l11.31-11.31a8 8 0 0 0 0-11.32l-52.5-52.49A222.89 222.89 0 0 0 480 288c0-123.71-100.29-224-224-224zm0 416c-105.87 0-192-86.13-192-192S150.13 96 256 96s192 86.13 192 192-86.13 192-192 192z'%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* administration */

.ai-footer a:after, .ai-subtype a:after, .article a:after {
  background: transparent;
}

.img-admin {
  margin-top: -300px;
  float:right;
  width: 364px;
}

.img-admin>table {
  max-width: 120px;
  float:left;
  margin-left: 2px;
  margin-bottom: 2px;
}

/* footer content */

footer {
  font-size: 1.4rem;
  padding: 26px 0;
  font-weight: 500;
  color: #fff;
  background-color: rgb(33,37,41);
  z-index:6;
  border:0;
}

.device-xs footer,
.device-sm footer {
  padding-bottom: 50px;
}

footer a, footer a:active, footer a:visited, footer a:hover {
  color: #fff;
}

footer a:hover {
  text-decoration: underline!important;
}

footer p {
  font-size: 15px;
}

footer .sn {
  list-style-type:none;
  padding:0;
  margin:0 0 20px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

footer .sn li, footer .sn li a {
  padding:0!important;
  margin:0!important;
}

footer h3,
footer h4,
.metanav a {
  font-size: 20px;
  line-height: 24px;
}

.metanav {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin:0;
  padding:0;
  text-align:center;
}

/* to top button */

.back-to-top {
  margin: 0;
  padding:0;
  position: fixed;
  display:none;
  bottom: 15px;
  right: 15px;
  z-index: 106;
  color: #000;
  background-color: rgb(208,174,86);
  height: 42px;
  border-radius: 6px;
  overflow:hidden;
}

.back-to-top:hover {
  color: rgb(208,174,86);
  background-color: #000;
}

.back-to-top i {
  position:relative;
  top: -3px;
}

/* cookie consent */

.cookiehinweis {
    position: fixed;
    bottom: 0px;
    left:0;
    background-color: rgb(208,174,86);
    margin:0;
    padding:0;
    width:100%;
    z-index:10;
}

.cookiesettings {
  background-color: #ffd500;
}

.cookie-ext-content {
  background-color: #ffd500;
  background: linear-gradient(110deg, rgba(255,213,0,1) 28%, rgba(255,255,255,1) 54%, rgba(255,213,0,1) 80%);
}

.cookiehinweis p {
    padding: 10px 5px;
    text-align:center;
    line-height: 2em;
    margin:0;
}

.cookiehinweis a,
.cookiesettings a {
  color: #002C50;
  text-decoration: underline!important;
  text-decoration-color: #002C50!important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff!important;
  border-color: #002C50;
  background-color: #002C50;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0,44,80,.5);
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
  color: #002C50;
}

.custom-file-label::after {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.jfr-field-ttmmjjjj .input-group-text {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

a.ul:hover {
  text-decoration: underline!important;
}

a.ulg:hover {
  text-decoration: underline!important;
  text-decoration-color: #ffd500;
}

/* mobile changes */

@media  (max-width: 600px) {

  .nav-item {
    text-align: center;
    height:auto;
  }

  #mainnavbar {
    width: 100%;
  }

  .dropdown-menu {
    position:relative;
    display:block;
  }

}


/* login modal styles */

.modal-header {
  color: #000;
}

.modal-header .close {
  color: #000;
}

.loginform-wrapper {
	white-space: normal;
}

/* tab-nav */

.tab-form {
  position:relative;
  top: -1px;
  border: 0;
  padding: 1rem;
  margin-bottom: 16px;
  background-color: #f6f4f0;
}

.tab-form label {
  margin-bottom: 0rem;
}
.full-width-tabs > ul.nav.nav-tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.full-width-tabs > ul.nav.nav-tabs > li {
  float: none;
  display: table-cell;
}
.device-xs .full-width-tabs > ul.nav.nav-tabs > li,
.device-sm .full-width-tabs > ul.nav.nav-tabs > li {
  float: left;
  display: block;
  width: 50%;
  margin-bottom: 2px;
}
.device-xs .full-width-tabs > ul.nav.nav-tabs > li:nth-child(3),
.device-sm .full-width-tabs > ul.nav.nav-tabs > li:nth-child(3) {
	border:0;
}
.device-xs .full-width-tabs > ul.nav.nav-tabs > li:nth-child(3),
.device-xs .full-width-tabs > ul.nav.nav-tabs > li:nth-child(3),
.device-sM .full-width-tabs > ul.nav.nav-tabs > li:nth-child(4),
.device-sM .full-width-tabs > ul.nav.nav-tabs > li:nth-child(4) {
	margin:0;
}
.full-width-tabs > ul.nav.nav-tabs > li > a {
  text-align: center;
}

.nav-tabs {
	position:relative; z-index: 999;
	border-bottom: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.5em;
}

.nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-decoration:none;
}

.nav-tabs .nav-item {
	background-color: rgb(33,37,41);
	color: #fff;
}

.nav-tabs .nav-item {
	border-left: 2px	solid #fff;
}

.nav-tabs .nav-item:first-child {
	border:0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: rgb(33,37,41);
	background-color: #f6f4f0;
}

.tab-content {
	background-color: #f6f4f0;
	overflow: hidden;
}

.notab-form {
  border-width: 1px;
  border-style:solid;
  border-color: #dee2e6;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 16px;
  background-color: #f8f9fa;
}

.tab-nav-link.tab-ok:before {
  color: #28a745;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f058  ";
}

.tab-nav-link.tab-err::before {
  color: #CC0000;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f06a  ";
}

.mce-container { border-radius: 4px; border-style:solid; }
.mce-container div { border-radius: 0; }

.mce-container.is-empty-invalid,
.mce-container.is-min-invalid,
.mce-container.is-max-invalid,
.mce-container.is-val-invalid,
.mce-container.is-invalid {
  border: 1px solid #dc3545;
  border-radius: 4px;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.mce-container.is-valid {
  border: 1px solid #28a745;
  border-radius: 4px;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select-sm {
  font-size: .875rem;
  padding-left: 0.25rem;
}

.call-teaser {
  border: 1px solid #555;
  padding: 0.5rem;
}

hr {
  border-color: rgba(0,0,0,0,07);
}

td.success, tr.success, div.success { background-color: #dff0d8!important; }
td.warning, tr.warning, div.warning { background-color: #fcf8e3!important; }
td.danger, tr.danger, div.danger { background-color: #f2dede!important; }

.jfr-hint {
  color: #555;
}

.jfr-mehr, .jfr-back {
  text-transform:uppercase;
  font-size: 0.8rem;
  text-decoration:none;
}

.jfr-call {
  text-transform:uppercase;
  font-size: 0.8rem;
  text-decoration:none;
}

.jfr-info, .jfr-info-app, .jfr-add, .jfr-add-jury, .jfr-map-user, .jfr-map-jury, .jfr-ext-link, .jfr-download, .jfr-error, .jfr-check, .jfr-preview, .jfr-dislike {
  text-decoration:none;
}

.jfr-mehr::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f356  ";
  font-weight: 600;
}

.jfr-back::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f355  ";
  font-weight: 600;
}

.jfr-info::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f30f   ";
  font-weight: 600;
}

.jfr-check::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f14a   ";
  font-weight: 600;
  color: #28a745;
}

.jfr-dislike::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f165   ";
  font-weight: 200;
  color: #555;
}

.jfr-error::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f321   ";
  font-weight: 600;
  color: #cc0000;
}

.jfr-info-app::after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: " \f30f";
  font-weight: 600;
}

.jfr-download::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f56d   ";
  font-weight: 600;
}

.jfr-preview::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f1e5";
  font-weight: 600;
}

.jfr-add::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f0fe   ";
  font-weight: 600;
}

.jfr-add-user::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f0fe   ";
  font-weight: 600;
}

.jfr-map-user::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f0fe   ";
  font-weight: 600;
}

.jfr-map-jury::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f0fe   ";
  font-weight: 600;
}

.jfr-ext-link::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f35d   ";
  font-weight: 600;
}

.block-hints {
  font-size: 0.8rem;
}

.block-hints p:first-child::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f30f   ";
  font-weight: 600;
}

.sub-block .block-hints {
  margin-top: -0.75rem;
}

.sub-block .block-hints p:last-child {
  margin-bottom:0.5rem;
}

.field-hints::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f30f   ";
  font-weight: 600;
}

.upload-hints {
  margin-top: -5px;
  margin-bottom: 15px;
}

.jfr-proposal {
  font-weight:bold;
  color: #555;
}

.jfr-proposal:hover {
  font-weight:bold;
  color: inherit;
}

.jfr-delete-proposal,
.jfr-delete-file,
.jfr-delete-object {
  cursor:pointer;
}


.jfr-delete-proposal:hover,
.jfr-delete-file:hover,
.jfr-delete-object:hover {
  color: #dc3545;
}


.y1px {
  position:relative; top: -1px;
}

a.jfr-button {
  background-color: #002C50;
  color: #fff!important;
  padding: 0.3rem 1rem;
  font-weight: bold;
  border-radius: 2px;
}

.acttpl,
.actfrm,
.actexp {
  padding:0 0 0 1rem;
}

.acttpl li,
.actfrm li,
.actexp li,
.jumpto {
  cursor:pointer;
}

.acttpl li:hover, .acttpl li.active,
.actfrm li:hover, .actfrm li.active,
.actexp li:hover, .actexp li.active,
.jumpto:hover, .jumpto.active  {
  color: #dc3545;
}

.acttpl li span,
.actfrm li span,
.actexp li span {
  color: #555;
}

option.active{
  background-color: #dc3545;
  color: #fff;
}

.alert-danger h4 {
  color: #721c24;
}

.modal-validation {
  padding:0;
  margin:0;
}

.modal-validation li {
  padding: 0 0 1rem 0.5rem;
  list-style-type:none;
}

.modal-validation li::before {
   font-family: "Font Awesome 6 Pro", sans-serif;
   content: "\f00d    ";
   font-weight: 600;
   margin-left: -0.8rem;
}

.j-block {
  padding: 2rem 0.5rem 2rem 0.5rem;
	border-width: 0 0 1px 0;
	border-color: #6c757d;
	border-style: dotted;
 	font-size: 0.9rem;
}

.j-block-separator,
.j-block-separator-button {
	margin: 1rem -1rem 0 -1rem;
	height: 1rem;
	background-color: #fff;
}

.jfr-subobjects .j-block,
.jfr-subobjects .j-block-no-brd {
	padding-left: 0;
	padding-right: 0;
}

.j-block-separator-button {
	margin-top: 0;
}

.jfr-subobjects .j-block:last-child {
	border-width:0;
}

.j-block label {
  margin: 0;
}

.j-block .custom-file-label {
  margin: 0;
}

.j-block h5 {
  color: #555;
}

form > h1,
form > h2,
form >p {
	margin-left: 0.6rem;
}

.j-block div h3 {
	margin-top: -1rem;
}

.jfr-subobjects .j-block div h3 {
	font-family: Oswald, sans-serif;
	font-size: 1.25rem;
	margin-top: 0;
	font-weight: 500;
	color: #555;
}

.j-main-block h5  {
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	color: #002C50;
	font-weight: 600;
}

.j-block-no-brd {
  border:0!important;
  background-color: transparent;
  padding-left:0.5rem;
  padding-right:0.5rem;
}

.j-block > .j-block {
	padding-left: 0;
	padding-right: 0;
}

.j-block .j-block:first-child {
	padding-top:0;
}

.j-block .j-block:last-child {
	padding-bottom:0;
}

.invalid-feedback {
  font-size: 90%;
}

.block-ok .block-header::before {
  color: #28a745;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f058  ";
}

.block-err .block-header::before {
  color: #CC0000;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f06a  ";
}

.block-err .block-header {
  cursor:pointer;
}

.inf-ok {
  color: #28a745;
}

.inf-err {
  color: #CC0000;
}

.grp-validation .form-check { padding-left: 5px; padding-right: 5px; border: 1px solid transparent; margin-left: 15px; }
.is-invalid.grp-validation .form-check,
.is-opt-invalid.grp-validation .form-check label { border: 1px solid #dc3545; border-radius: 4px; }

body.dragging, body.dragging * {
  cursor: move !important;
}


body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.sortable-fields li.placeholder {
  position: relative;
  border:0;
  /** More li styles **/
}

ol.sortable-fields li.placeholder:before {
  position: absolute;
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f356";
}

ol.sortable-fields {
  border: 1px solid #999999;
}

.form-designer ol.vertical,
.export-designer ol.vertical,
.form-fields ol.vertical {
  margin: 0 0 9px 0;
  min-height: 10px;
}

.form-designer ol,
.export-designer ol,
.form-fields ol {
  list-style-type: none;
  padding:0;
}

.form-designer ol li,
.export-designer ol li,
.form-fields ol li {
  cursor: pointer;
}

.form-designer ol.sortable-fields li:before,
.export-designer ol.sortable-fields li:before,
.form-fields ol.sortable-fields li:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 400;
  content: "\f338   ";
}

ol.vertical li {
  display: block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  color: #555;
  background: #eeeeee;
}

.form-designer li,
.export-designer li,
.form-fields li {
  line-height: 18px;
}

.form-designer li.incomplete,
.export-designer li.incomplete {
  border-color: #dc3545;
  border-style: dotted;
}

.jfr-avail .jfr-edit-field,
.jfr-avail .jfr-edit-expfield {
  display:none;
}

.html-field {
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  padding: 3px 5px;
  line-height: 1.5rem;
  background-color: #F8F9FA;
}

.sortable-blocks > li:first-child .jfr-block-up {
  display:none;
}

.sortable-blocks > li:last-child .jfr-block-down {
  display:none;
}

.jfr-block-up:hover, .jfr-block-down:hover {
  color: #dc3545;
}

.custom-file-input {
  margin-top: -27px;
  margin-bottom: 15px;
  cursor:pointer;
}

.mt-20 {
  position:relative;
  top: -20px;
}

.jfr-file-list {
  list-style-type:none;
  padding:0 0 0 0.5rem;
}

#activity {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align:center;
  padding-top: 25%;
  z-index:9999;
}

.call-detail p:nth-last-child(2),
.call-teaser p:nth-last-child(2) {
  margin-bottom: 0.2rem;
}

p.jfr-deadline {
  font-style:italic;
  font-size: 0.95em;
  color: #660033;
}

a.jfr-incomplete, a.jfr-incomplete:link, a.jfr-incomplete:visited, a.jfr-incomplete .jfr-proposal, .jfr-incomplete {
  color: #CC0000;
}

a.jfr-incomplete:hover .jfr-proposal {
  color: #dc3545;
}

a.jfr-complete, a.jfr-complete:link, a.jfr-complete:visited, a.jfr-complete .jfr-proposal {
  color: #002C50;
}

noscript {
  border: 2px solid #dc3545;
  padding: 0.5rem;
  color: #dc3545;
}

.jfr-sent:before {
  color: #666;
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f674   ";
}

.jfr-sent span {
  color: #666;
  font-size: 0.8em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0!important;
  opacity: 1; /* Firefox */
  text-align:left;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c0c0c0!important;
  text-align:left;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c0c0c0!important;
	text-align:left;
}

#JUid option:disabled {
  color: #C0C0C0;
}

#AKey option:disabled {
  color: #C0C0C0;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.jfr-copy-clip:hover {
  text-decoration:underline;
}

.jfr-copy-clip:before {
  color: #666;
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f328   ";
}

#editFrmForm label, #editFrmBlock label, #editFrmField label, #editFrmForm label, #editExpForm label, #editExpField label, #auswahl label, #edit label {
  margin-bottom:0;
}

#editFrmForm fieldset, #editFrmBlock fieldset, #editFrmField fieldset, #editTplForm fieldset, #editExpForm fieldset, #editExpField fieldset {
  border-width: 1px;
  border-style:solid;
  border-color: #dee2e6;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 16px;
  background-color: #f8f9fa;
}


@media (min-width: 992px) {
  #edit .modal-dialog {
    max-width: 800px;
  }
}

.jfr-reihung tr *:nth-last-child(1),
.jfr-reihung tr *:nth-last-child(2),
.jfr-reihung tr *:nth-last-child(3),
.jfr-auswertung-list tr *:nth-last-child(2),
.jfr-auswertung-list tr *:nth-last-child(3),
.jfr-auswertung-list tr *:nth-last-child(4),
.jfr-auswertung-list tr *:nth-last-child(5) {

  text-align:right;
}

.srch-userid, .srch-antr {
  cursor:pointer;
  color: #888;
}

.srch-userid:hover, .srch-antr:hover {
  color: #dc3545;
}

.j-block, #P1A button {
  -webkit-box-shadow: 3px 3px 5px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 5px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 5px -4px rgba(0,0,0,0.75);
}

.j-block, #P1A .mce-btn button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


.modal-footer a { color: #000; }

.jfr-bg-gray {
  background-color: #f8f9fa;
  border-style:dotted;
}

.jfr-table-compact {
  font-size: 0.85rem;
}

.jfr-sc-anmerkung {
  padding: 0.15rem 0.25rem;
  font-size: 0.8rem;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden;  font-size: 0.8em; cursor:pointer; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #178eca; }

.cpoint {
  cursor: pointer;
}

.schedule {
  margin: 0 0 9px 0;
  min-height: 10px;
  padding:0;
}

.schedule li { margin:0; }

.schedule div div {
  display:table-row;
  border: 1px solid #A0A0A0;
  border-width: 0 1px 0 0;
}

.schedule div div:last-child {
  display:table-row;
  border: 1px solid #A0A0A0;
  border-width: 0;
}

.schedule.sortable-drop div div:first-child {
  background: url(/img/page/grip.png) top left repeat-y;
}

.jfr-pause {
  text-align:center;
  background-color: rgb(47, 175, 86);
  color: #fff;
}

.sortable-nodrop .fa-trash {
  display:none;
}

.ug-languages {
	text-align:center;
	padding-top: 2px;
}

.ug-languages img {
	height: 12px;
}

.ug-languages .form-check-inline {
  background-color: #ddd;
  padding: 0 3px;
  border-radius: 5px;
}

.ug-languages .form-check-inline:last-child {
	margin:0;
}
.ug-languages .form-check-input {
  position:relative;
  top: 1px;
}

.mw-75 {
  display:inline-block;
  min-width: 75px;
}

.jfr-sp-prio {
  display:inline-block;
  min-width: 40px;
  text-align:right;
}

.progress-bar-success {
  background-color: #178eca;
}

.invalid-empty-feedback,
.invalid-min-feedback,
.invalid-max-feedback,
.invalid-val-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-empty-tooltip,
.invalid-min-tooltip,
.invalid-max-tooltip,
.invalid-val-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-empty-feedback,
.was-validated :invalid ~ .invalid-min-feedback,
.was-validated :invalid ~ .invalid-max-feedback,
.was-validated :invalid ~ .invalid-val-feedback,
.was-validated :invalid ~ .invalid-empty-tooltip,
.was-validated :invalid ~ .invalid-min-tooltip,
.was-validated :invalid ~ .invalid-max-tooltip,
.was-validated :invalid ~ .invalid-val-tooltip,
.is-empty-invalid ~ .invalid-empty-feedback,
.is-min-invalid ~ .invalid-min-feedback,
.is-max-invalid ~ .invalid-max-feedback,
.is-val-invalid ~ .invalid-val-feedback,
.grp-validation.is-empty-invalid .invalid-empty-feedback {
  display: block;
}


.was-validated .form-control:invalid, .form-control.is-empty-invalid,
.was-validated .form-control:invalid, .form-control.is-min-invalid,
.was-validated .form-control:invalid, .form-control.is-max-invalid,
.was-validated .form-control:invalid, .form-control.is-val-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-empty-invalid:focus,
.was-validated .form-control:invalid:focus, .form-control.is-min-invalid:focus,
.was-validated .form-control:invalid:focus, .form-control.is-max-invalid:focus,
.was-validated .form-control:invalid:focus, .form-control.is-val-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-empty-invalid,
.was-validated textarea.form-control:invalid, textarea.form-control.is-min-invalid,
.was-validated textarea.form-control:invalid, textarea.form-control.is-max-invalid,
.was-validated textarea.form-control:invalid, textarea.form-control.is-val-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-empty-invalid,
.was-validated .custom-select:invalid, .custom-select.is-min-invalid,
.was-validated .custom-select:invalid, .custom-select.is-max-invalid,
.was-validated .custom-select:invalid, .custom-select.is-val-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-empty-invalid:focus,
.was-validated .custom-select:invalid:focus, .custom-select.is-min-invalid:focus,
.was-validated .custom-select:invalid:focus, .custom-select.is-max-invalid:focus,
.was-validated .custom-select:invalid:focus, .custom-select.is-val-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-empty-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-min-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-max-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-val-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-empty-feedback,
.was-validated .form-check-input:invalid ~ .invalid-min-feedback,
.was-validated .form-check-input:invalid ~ .invalid-max-feedback,
.was-validated .form-check-input:invalid ~ .invalid-val-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-empty-invalid ~ .invalid-empty-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-min-invalid ~ .invalid-min-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-max-invalid ~ .invalid-max-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-val-invalid ~ .invalid-val-feedback,
.form-check-input.is-empty-invalid ~ .invalid-empty-tooltip,
.form-check-input.is-min-invalid ~ .invalid-min-tooltip,
.form-check-input.is-max-invalid ~ .invalid-max-tooltip,
.form-check-input.is-val-invalid ~ .invalid-val-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-empty-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-min-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-max-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-val-invalid ~ .custom-control-label {
  color: #dc3545;
}

.grp-validation.is-empty-invalid .custom-control-label::before,
.grp-validation.is-min-invalid .custom-control-label::before,
.grp-validation.is-max-invalid .custom-control-label::before,
.grp-validation.is-val-invalid .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-empty-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-min-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-max-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-val-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-empty-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-min-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-max-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-val-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-empty-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-min-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-max-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-val-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-empty-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-min-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-max-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-val-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-empty-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-min-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-max-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-val-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-empty-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-min-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-max-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-val-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.modal-body a, .modal-body a:link, .modal-body a:active, .modal-body a:visited {
  color: #178eca;
}

#detail-info .modal-body p {
  line-height: 1.25em;
  margin-bottom: 0.5rem;
}

.form-control-feedback {
  left: 10px;
}

.jfr-notify, .jfr-remind {
  margin-bottom: 0.75rem;
}

.dbl-field, .int-field {
  text-align: right;
}

legend {
  display:none;
}

.nobold {
  font-weight: normal;
}

.input-group > .html-field:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .html-field {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
  background-color: #F8F9FA;
}

.custom-control-label {
  padding-top: 0.15rem;
}

.progress-bar {
  background-color: #00CC00;
}

.progress-bar-error {
  background-color: #CC0000;
}

.lang-de label {
  padding-left: 24px;
  background:url(/img/page/DE.png) center left no-repeat;
  background-size: 20px 12px;
}

.lang-it label {
  padding-left: 24px;
  background:url(/img/page/IT.png) center left no-repeat;
  background-size: 20px 12px;
}

#edit * { text-transform:none; }

#login {
	font-family:Oswald, sans-serif;
	font-size: 16px;
	text-align:left;
	position: absolute;
	right:0;
	z-index: 5000;
	background-color: rgb(247,204,81);
	width: 354px;
}

#login label {
	margin-bottom: 0.3rem;
}

#login div {
	line-height: 1.5rem;
}

#login a {
	text-transform: none;
}

#login a:hover {
	text-decoration: underline!important;
}

.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-primary:hover {
	color: #fff;
	background-color: rgb(93,99,105);
	border-color: #565e64;
}

.fa-user-lock, .fa-user-unlock {
	font-size: 1.35rem;
}

label.req::after {
  color: #CC0000;
  content: " *";
}


.jfr-create-antrag {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	color: #000;
	background-color: rgb(208,174,86);
	border: 2px solid rgb(208,174,86);
	border-radius: 5px;
	padding: 0.25rem 1.5rem;
	margin-bottom: 0.25rem;
}

.jfr-create-antrag:hover {
	background-color: rgb(247,204,81);
  border: 2px solid rgb(247,204,81);
 	color: #000;
}

.disabled.jfr-create-antrag:hover {
	background-color: rgb(208,174,86);
	border: 2px solid rgb(208,174,86);
 	color: #000;
  cursor: not-allowed;
}


.device-xs .fancybox-slide {
	padding: 44px 20px;
}

.logged-in-as {
	position: absolute;
	top: 88px;
	font-size: 0.95rem;
	right: 25px;
	z-index:9999;
}

.header-wrapper {
  background-color: #000;
}

header {
  background-color: #000;
}

header .logged-in-as, header .logged-in-as a {
	color: #000;
  text-transform: none;
  background-color: rgb(208,174,86);
  padding: 0.15rem 0.5rem;
  border-radius: 0 0 5px 5px;
}

#validate {
	z-index: 10000;
}

a.btn-primary,
a.btn-secondary {
	color: #fff!important;
}

.table-white {
	background-color: #fff;
}

footer ul.sn li {
	line-height: 1rem;
}

.scrolloffset {
  padding-top: 180px!important;
  margin-top: -180px!important;
  z-index:0;
}

.form-index {
	position:relative;
	z-index:10;
}

.form-index ul li ul {
	padding-bottom: 1rem;
}

.jfr-red {
	color: #dc3545;
}

.sn-header {
	font-weight: bold;
}

.sn-header:nth-child(3),
.sn-header:nth-child(9) {
	margin-top: 20px;
}

.form-control, .form-control:focus, .custom-select, .custom-select:focus {
	color: #000!important;
}

section, #begutachtung {
  padding-top: 150px;
  margin-top: -150px;
  overflow-y:hidden;
}

#dashboard a, #dashboard i {
	position: relative;
	z-index:99999;
	cursor:pointer;
}

.sporthilfe-faq .container-box {
	min-height:0px;
	z-index:10;
}

.sporthilfe-faq a[aria-expanded="true"] h3::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "  \f353";
  float:right;
  font-size: 1.2rem;
  font-weight: 400!important;
  margin-left: 1.5rem;
}

.sporthilfe-faq a[aria-expanded="false"] h3::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "  \f350";
  float:right;
  font-size: 1.2rem;
  font-weight: 400!important;
  margin-left: 1.5rem;
}

.sporthilfe-faq h3 {
	text-transform: none;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-size: 1rem;
	margin-block-end: 0;
}

.odd-row {
	background-color: #e9e9e9;
}

.even-row {
	background-color: #f9f9f9;
}

th {
  font-weight: 400;
}

small {
  font-weight: 300;
}
