@import url(webfont.css);

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

body {
  position: relative;
  font-family: 'Calibri W01 Regular 904604', sans-serif;
  font-weight: 300;
  color: #000;
  background: #fff url(/img/page/bg.png);
}

b, strong {
  font-family: 'Calibri W01 Regular 904604', sans-serif;
  font-weight: 900;
}

.container-main {
  background-color: #fff;
  max-width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  -webkit-box-shadow: 6px 0px 6px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 6px 0px 6px 0px rgba(0,0,0,0.25);
  box-shadow: 6px 0px 6px 0px rgba(0,0,0,0.25);
}

.device-xl .container-main {
  max-width: 1368px;
  border-width: 0 1px;
  border-style:solid;
  border-color: #eeeeee;
}

.container-inner {
	padding:2rem;
}

.device-xs header.container-inner,
.device-sm header.container-inner {
	padding: 1rem;
}


.device-xs main .container-inner,
.device-sm main .container-inner {
	padding: 0;
}

/* main navigation */

#mainnav {
  padding-top: 8px;
  font-family: 'ITCLubalinGraphW01-Bk', sans-serif;
  font-weight: 400;
  font-size: 18px;
  white-space:nowrap;
  text-align: right;
  border-bottom: #d42012 7px solid;
  padding-bottom: 1rem;
}

.device-xs #mainnav,
.device-sm #mainnav {
	border:0;
}

#mainnav a {
  padding:0;
}

#mainnav>nav>ul {
	width: 100%;
}

#mainnav li {
  padding-right: 15px;
}

#mainnav .nav-item.active a {
	color: #d42012;
}

/* Subnavigation */
#mainnav .dropdown-menu {
	margin-top: -3px;
	background: url(/img/page/menu_weiss_pfeil.png) top left no-repeat;
	color: #fff;
	border:0;
	border-radius:0;
	padding: 32px 0.6rem 0.4rem 0.6rem;
	text-transform:uppercase;
	font-family: 'Calibri W01 Regular 904604', sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height:20px;
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
	color: #373536!important;
	background-color: transparent;
}

.nb-toggler {
	padding-top: 3px;
	background-color: #d42012;
	color: #fff;
	max-width: 250px;
}

.nb-toggler a, .nb-toggler a:link, .nb-toggler a:visited, .nb-toggler a:hover {
	color: #fff;
}

.nb-toggler > a {
	padding-left: 1.2rem;
}

#navbarSupportedContent {
  left:0;
  background-color: #d42012;
  width: 100%;
  z-index:1000;
  text-align:left;
  overflow:hidden;
  font-family: 'Calibri W01 Regular 904604', sans-serif;
  font-weight: 300;
	border-style:solid;
	border-color: #fff;
	border-width: 2px 0 0 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#navbarSupportedContent .mainnav .nav-item {
	border-width: 1px 0 0 0;
	border-color: #fff;
	border-style: solid;
  margin: 0;
  padding: 0;
}

#navbarSupportedContent ul {
  list-style-type: none;
  padding-left:0.8rem;
}

#navbarSupportedContent .nav-item a, #mainnav .nav-item a {
  color: #000;
	outline: 0;
}

#navbarSupportedContent .nav-item a, #mainnav .nav-item .dropdown-menu a {
  color: #fff;
}

#navbarSupportedContent .nav-item.hover, #navbarSupportedContent .nav-item:hover {
	background-color: #d42012;
	color: #fff;
}

#navbarSupportedContent .nav-link {
	font-size: 20px;
  padding: 0;
  margin: 0.2rem 0.8rem;
}

#navbarSupportedContent .mainnav {
  display:inline-block;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
	margin-right: .5rem;
	margin-left: .5rem;
}

/* burger-animation */

.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
  background-color: #d42012;
}
.icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

/* header components */

header {
  background-color: #fff;
  z-index:2;
}

/*.testsystem*/
 header {
  background-color: #ffffcc;
}

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

.device-xs .logo img,
.device-sm .logo img {
  max-width: 110px!important;
}


.footer-logo {
	padding-left: 3rem;
}

.footer-logo img {
  max-width: 105px;
  width: 100%;
  height: auto;
}

.device-xs .footer-logo img,
.device-sm .footer-logo img {
  max-width: 90px;
  width: 100%;
  height: auto;
}


.sponsor-logo img {
  max-width: 170px;
  width: 100%;
  height: auto;
}

.device-xs .logo img,
.device-sm .logo img,
.device-md .logo img {
  width: auto;
  max-width: 100%;
}

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

.btn {
	text-decoration:none;
}

/* inner content */

h1, h2, h3, h4 {
  font-family: 'ITCLubalinGraphW01-Bk', sans-serif;
  font-weight: 300;
  color: #d42012;
}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4 {
  color: #fff;
}


h1 {
	font-size: 22px;
}

h2, .pro-det h1 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  text-transform:uppercase;
  font-size: 16px;
}

main a, main a:active, main a:visited {
  color: inherit;
  text-decoration: underline;
}

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

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

.cpoint {
  cursor:pointer;
}

legend {
  display:none;
}

a, a:hover, a:visited, a:active {
	color: #d42012;
}

/* 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 {
  padding: 26px 0;
  color: #fff;
  background-color: #373534;
  z-index:6;
}

.device-xs .pl-xs,
.device-sm .pl-xs,
.device-xs .sponsor-logo,
.device-sm .sponsor-logo {
	padding-top: 26px!important;
	padding-left: 48px!important;
}

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

footer a, footer a:active, footer a:hover {
  color: #d42012;
  text-decoration:none;
}

footer a:visited {
  color: #fff;
  text-decoration:none;
}

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: 'ITCLubalinGraphW01-Bk', 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: 'ITCLubalinGraphW01-Bk', 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: #d42012;
  line-height: 0;
  height: 42px;
  border-radius: 6px;
  overflow:hidden;
}


/* cookie consent */
.cookiehinweis {
    position: fixed;
    bottom: 0px;
    left:0;
    margin:0;
    padding:0;
    width:100%;
    z-index:10;
    background-color: rgb(239, 239, 239);
}

.cookie-ext-content {
  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: #d42012;
  text-decoration: underline!important;
  text-decoration-color: #d42012!important;
}

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

.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: #d42012;
}

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

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

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


/* login modal styles */

.modal-header {
  background-color: #d42012;
  color: #fff;
}

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

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


.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;
}

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-add-cm, .jfr-add-readonly,
.jfr-map-user, .jfr-map-jury, .jfr-map-cm, .jfr-map-readonly,
.jfr-ext-link, .jfr-download, .jfr-error, .jfr-check {
  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-error::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f321   ";
  font-weight: 600;
}

.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-add::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f0fe   ";
  font-weight: 600;
}

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

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

.jfr-add-readonly::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-cm::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-map-readonly::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;
}

.adb-edit {
  font-weight: 600;
  cursor:pointer;
}

.adb-edit::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f044  ";
  font-weight: 400;
}

.adb-detail::before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "  \f151";
  font-weight: 400;
}

.adb-detail.collapsed::before{
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "  \f150";
  font-weight: 400;
}

.adb-antrag-detail {
  cursor:pointer;
}

.adb-antrag-detail::after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "  \f002";
  font-weight: 400;
}

.adb-archive, .adb-archive-role, .adb-archive-firma, .adb-merge {
  cursor:pointer;
  color: #dc3545;
}

.adb-archive::after, .adb-archive-role:after, .adb-archive-firma:after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "  \f187";
  font-weight: 400;
}
.adb-merge::after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "  \e526";
  font-weight: 400;
}

.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;
}

.jfr-jury-list, .jfr-proposal-list { max-width: 99%; }

.jfr-jury-list thead tr :nth-child(1), .jfr-jury-list tbody tr :nth-child(1) { text-align:center; max-width: 2.5rem; }
.jfr-jury-list thead tr :nth-child(2), .jfr-jury-list tbody tr :nth-child(2) { text-align:left;  }
.jfr-jury-list thead tr :nth-child(3), .jfr-jury-list tbody tr :nth-child(3) { text-align:left; }
.jfr-jury-list thead tr :nth-child(4), .jfr-jury-list tbody tr :nth-child(4) { text-align:left; }
.jfr-jury-list thead tr :nth-child(5), .jfr-jury-list tbody tr :nth-child(5) { text-align:center; max-width: 2.5rem; }
.jfr-jury-list thead tr :nth-child(6), .jfr-jury-list tbody tr :nth-child(6) { text-align:center; max-width: 2.5rem; }
.jfr-jury-list thead tr :nth-child(7), .jfr-jury-list tbody tr :nth-child(7) { text-align:center; max-width: 2.5rem; }
.jfr-jury-list thead tr :nth-child(8), .jfr-jury-list tbody tr :nth-child(8) { text-align:center; max-width: 2.5rem; }
.jfr-jury-list thead tr :nth-child(9), .jfr-jury-list tbody tr :nth-child(9) { text-align:center; max-width: 2.5rem; }
.jfr-jury-list thead tr :nth-child(10), .jfr-jury-list tbody tr :nth-child(10) { text-align:center; max-width: 2.5rem; }
.jfr-jury-list thead tr :nth-child(11), .jfr-jury-list tbody tr :nth-child(11) { text-align:center; max-width: 2.5rem; }

.jfr-exp-list thead tr :nth-child(1), .jfr-exp-list tbody tr :nth-child(1) { text-align:center; max-width: 2.5rem; }
.jfr-exp-list thead tr :nth-child(6), .jfr-exp-list tbody tr :nth-child(6) { text-align:center; max-width: 2.5rem; }
.jfr-exp-list thead tr :nth-child(7), .jfr-exp-list tbody tr :nth-child(7) { text-align:center; max-width: 2.5rem; }


.suggest-list {
  padding:0 0 0 1rem;
}

.suggest-list li {
  cursor:pointer;
}

.suggest-list li:hover {
  color: #dc3545;
}

.suggested-user-alert::before {
   font-family: "Font Awesome 6 Pro", sans-serif;
   color: #dc3545;
   content: "\f071    ";
   font-weight: 600;
}

.suggested-user-alert a, .suggested-user-alert a:link, .suggested-user-alert a:active, .suggested-user-alert a:hover {
   color: #dc3545;
}

a.jfr-button {
  background-color: #d42012;
  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: 1rem 0 0.25rem 0;
	border-width: 0;
}

.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: 'Calibri W01 Regular 904604', sans-serif;
	font-size: 1.25rem;
	margin-top: 0;
	font-weight: 900;
	color: #555;
}

.j-main-block h5  {
	font-family: 'ITCLubalinGraphW01-Bk', sans-serif;
	font-size: 26px;
	color: #d42012;
	font-weight: 600;
}

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

.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>h5::before {
  color: #28a745;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  content: "\f058  ";
}

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

.block-err>h5 {
  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: 20px; }

.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;
}

.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-teaser {
	border-top-color: rgb(212, 32, 18);
	border-top-style: solid;
	border-top-width: 7px;
	min-height: 150px;
}

.call-teaser h2 {
	margin-top: 18px;
	font-size: 18px;
}

.call-detail a, .call-detail a:hover {
	color: #d42012!important;
	text-decoration:none;
}

.call-detail a.jfr-button, .call-detail a.jfr-button:hover {
	color: #fff!important;
	text-decoration:none;
	border-radius: 5px;
}

.call-detail a.jfr-button:hover {
	background-color: rgb(250, 70, 56);
	border: 2px solid rgb(250, 70, 56);
	border-radius: 5px;
}

.call-teaser h2 a {
	text-decoration: none;
}

.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: #c0c0c0;
}

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: #d42012;
}

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, #editTplForm label, #editExpForm label, #editExpField 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;
  }
}

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

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


.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 a, .j-block a:hover, .j-block a:visited, .j-block a:active {
	color: #d42012;
	text-decoration: none;
}


.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: #d42012; }

.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: #d42012;
}

.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,
.form-control.is-min-invalid,
.form-control.is-max-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,
.form-control.is-min-invalid:focus,
.form-control.is-max-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,
textarea.form-control.is-min-invalid,
textarea.form-control.is-max-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,
.custom-select.is-min-invalid,
.custom-select.is-max-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,
.custom-select.is-min-invalid:focus,
.custom-select.is-max-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,
.form-check-input.is-min-invalid ~ .form-check-label,
.form-check-input.is-max-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,
.form-check-input.is-min-invalid ~ .invalid-min-feedback,
.form-check-input.is-max-invalid ~ .invalid-max-feedback,
.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,
.custom-control-input.is-min-invalid ~ .custom-control-label,
.custom-control-input.is-max-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,
.custom-control-input.is-min-invalid ~ .custom-control-label::before,
.custom-control-input.is-max-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,
.custom-control-input.is-min-invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-max-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,
.custom-control-input.is-min-invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-max-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,
.custom-control-input.is-min-invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-max-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,
.custom-file-input.is-min-invalid ~ .custom-file-label,
.custom-file-input.is-max-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,
.custom-file-input.is-min-invalid:focus ~ .custom-file-label,
.custom-file-input.is-max-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: #d42012;
}

#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;
}

.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);
}

.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-en label {
  padding-left: 24px;
  background:url(/img/page/EN.png) center left no-repeat;
  background-size: 20px 12px;
}

#edit * { text-transform:none; }

#login {
	font-family:'Calibri W01 Regular 904604', sans-serif;
	font-size: 16px;
	text-align:left;
	position: absolute;
	right:0;
	z-index: 5000;
	background-color: rgb(239, 239, 239);
	width: 354px;
	color:#000;
}

#login p {
	color: #000;
}

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

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

#login a {
	color: #d42012;
	text-transform: none;
}

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

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

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

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

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

.jfr-create-antrag {
	font-weight: 700;
	background-color: #fff;
	border: 2px solid #d42012;
	border-radius: 5px;
	padding: 0.5rem 1.5rem;
}

.jfr-create-antrag:hover {
	background-color: #d2c8c0;
 	color: #fff;
}

aside {
	background-color: #f6f4f0;
	border-width: 0 0 2px 0;
	border-color: #fff;
	border-style: solid;
}

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

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

header .logged-in-as a {
	text-transform: none;
}

#teilnehmen {
	z-index: 5001;
}

#validate {
	z-index: 10000;
}

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

.j-block {
	font-size: 0.9rem;
}

.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;
}

fieldset {
	overflow-x:hidden;
}

fieldset.such-fs {
	overflow-x:visible;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef !important;
}

th.rotated-text {
    height: 120px;
    white-space: nowrap;
    padding: 0 !important;
}

th.rotated-text > div {
    transform:
    rotate(270deg);
}

th.rotated-text > div > span {
    padding: 0 0 0 15px;
}

/* tab-nav */

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

.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: 'ITCLubalinGraphW01-Bk', sans-serif;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.25em;
}

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

.nav-tabs .nav-item {
	color: #d42012;
	background-color: #EAEAEA;
}

.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 {
	background-color: #d42012;
	color: #fff;
}

.tab-content {
	background-color: #fff;
	overflow: hidden;
	border: 2px solid #d42012;
	padding: 1rem;
}

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

.px-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.j-block h3 {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #555;
  font-family: 'Calibri W01 Regular 904604', sans-serif;
}


.j-block h5 {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #d42012;
  font-family: 'ITCLubalinGraphW01-Bk', sans-serif;
}

.firma-subform h3 {
  display: none;
}



.verwertung .form-subheadline {
  padding-left: 8px;
}


.subform {
  padding-left: 8px;
}

.subform h5 {
  font-size: 18px;
  color: #555;
  font-family: 'Calibri W01 Regular 904604', sans-serif;
}

.subform h3 {
  font-size: 22px;
}

.verwertung h3 {
  font-size: 18px;
}


.verwertung h5{
  font-size: 18px;
  color: #555;
}

.form-subheadline {
  padding-top: 20px;
}

.form-subheadline b {
  color: #555;
  font-size: 18px;
  font-weight: 500;
}

.file-upload-headline {
  padding-top: 20px;
  font-size: 16px;
  padding-bottom: 10px;
}

.ui-datepicker, .ui-datepicker-calendar, .ui-datepicker-header, .ui-widget select{
  font-family: 'Calibri W01 Regular 904604', sans-serif !important;
}

footer{
  font-family: "Calibri W01 Regular 904604", sans-serif;
  font-size: 14.4px;
  font-weight: 300;
}

.modal {
  overflow-y:auto;
}

a.btn-success, a.btn-danger {
  color:#fff!important;
}

.finanz-table .col-sm, .col-sm-1, .col-sm-3 {
  border: 1px solid #ccc;
  margin: -1px 0 0 -1px;
  font-size: 14px;
  padding: 5px;
}

.cp-btn {
  margin-bottom: 10px;
}

.highlighted {
  background-color: #ffffcc!important;
}
