/* source-sans-3-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: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('/css/webfonts/source-sans-3-v15-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - 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: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('/css/webfonts/source-sans-3-v15-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - 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: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('/css/webfonts/source-sans-3-v15-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - 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: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: url('/css/webfonts/source-sans-3-v15-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

body {
  position: relative;
  font-family: 'Source Sans 3';
  background-color: #fafafa;
  color: #000000;
}

.testsystem {
/*  background-color: #8cd9f5; */
}

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

.nav-tabs {
  text-transform:uppercase;
}

.container-main {
  background-color: rgb(255, 210, 74);
/*  max-width: 1366px; */
  max-width: 100%;
  margin: 0 auto;
}

main {
	padding-top: 60px!important;
}

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

.container-inner {
  max-width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}

.nl-hide {
  margin-top: -10px;
  font-size: 1.8rem;
}

/* main navigation */

#mainnav {
  padding-top: 8px;
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-size: 16px;
  white-space:nowrap;
  line-height: 40px;
  text-align: right;
}

#mainnav a {
  padding:0;
}

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

#mainnav li {
  margin-right: 10px;
  text-align:center;
  min-width: 140px;
}

#mainnav li:last-child {
  margin-right: 0px;
}


.nav-link {
  outline:0;
}


#mainnav .nav-item {
  border: 2px solid #ffd24a;
  outline:0;
}

#mainnav .nav-item.active, #mainnav .nav-item:hover {
  background-color: #ffd24a;
}

#mainnav .nav-item .dropdown-menu {
  background-color: rgb(255, 225, 158);
  border-radius:0;
  border:0;
  padding: 0 10px;
  text-decoration:none;
  min-width: 120px;
}

#mainnav .nav-item .dropdown-menu .dropdown-item {
  border-width: 0 0 1px 0;
  border-color: #fff;
  border-style:solid;
}

#mainnav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-width: 0;
}

#mainnav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: rgb(255, 225, 158);
  font-weight:bold;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: rgb(255, 225, 158);
  font-weight:bold;
}

/* subnavigation */

.device-lg .subnav,
.device-xl .subnav {
  clear:both;
  position:absolute;
  top: 142px;
  width: 100%;
  max-width: 1088px;
  margin:0;
  padding:15px;
  font-family: 'Source Sans 3';
  font-size: 16px;
  z-index:3;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: transparent;
  display:none;
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.75);
}

.subnav ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

.subnav ul li, .subnav .nav-link {
  margin:0!important;
  padding:0!important;
  color: #000000;
}

.subnav-group {
  font-weight: 800;
}

.device-xs .subnav,
.device-sm .subnav,
.device-md .subnav {
  position:absolute;
  top: 100px;
  left: 160px;
  width: 70%;
  margin:10px 0 0 0;
  padding: 3px 15px 5px 10px;
  font-family: 'Source Sans 3';
  font-size: 22px;
  z-index:11;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color:rgb(255, 210, 74);;
  display:none;
  background: #fff;
  line-height: 1.25rem;
}

.device-xs .subnav .row > div:nth-child(2) .subnav-group,
.device-sm .subnav .row > div:nth-child(2) .subnav-group,
.device-md .subnav .row > div:nth-child(2) .subnav-group {
  padding-top: 1rem!important;
}

.device-xs .subnav ul li, .device-xs .subnav .nav-link,
.device-sm .subnav ul li, .device-sm .subnav .nav-link,
.device-md .subnav ul li, .device-md .subnav .nav-link {
  margin:0!important;
  padding:3px 0!important;
  color: #000000;
}

/* mobile navigation */

.navbar-toggler {
  background: none;
  border: none;
  position: relative;
  top: 5px;
  margin: 0 0 0 10px;
  padding: 0;
}

.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
  color: #000000;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000000;
}

#navbarSupportedContent {
  position: absolute;
  top:100px;
  left:0;
  background-color: #fff;
  width: 100%;
  z-index:10;
  text-align:left;
  overflow:hidden;
  -webkit-box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 10px -6px rgba(0,0,0,0.75);
}

#navbarSupportedContent .mainnav .nav-item {
  border-width: 0;
  margin: 0;
  padding: 0;
}

#navbarSupportedContent > ul {
  text-transform:uppercase;
}

#navbarSupportedContent li {
  padding-right: 30px;
}

#navbarSupportedContent li:last-child {
  padding-right: 0px;
}

#navbarSupportedContent .nav-item a, #mainnav .nav-item a {
  color: #000000;
  font-size: 16px;
}

.device-xs #navbarSupportedContent .nav-item a, .device-xs #mainnav .nav-item a,
.device-sm #navbarSupportedContent .nav-item a, .device-sm #mainnav .nav-item a {
  color: #000000;
  font-size: 24px;
}


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

#navbarSupportedContent .nav-link {
  font-family: 'Source Sans 3';
  padding: 0;
  margin: 0.2rem 0.5rem;
}

#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: 52px;
  height: 6px;
  border-radius: 4px;
  margin: 8px 0 7px 0;
  transition: all 0.2s;
  background-color: #ffd24a;
}
.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-wrapper {
/*
  -webkit-box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.75);
*/
  background-color: #fff;
}

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

header a {
  text-transform: uppercase;
}

.logo {
  margin-top: 23px;
  padding-bottom: 2px;
}

.device-xs .logo {
  margin-top: 10px;
}

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

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

.device-xs .logo img {
  max-width: 100px;
  max-height: 72px;
}

.device-xs h1 {
  font-size: 1.8rem;
}

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

/* social media buttons */

.socmed a {
  display:inline-block;
  width: 30px;
  height: 30px;
  text-align:center;
  overflow:hidden;
  border-radius: 4px;
  margin-left: 3px;
}


div.socmed em.fa-square-facebook,
div.socmed em.fa-linkedin-in,
div.socmed em.fa-instagram {
  font-size: 30px;
  line-height: 30px;
  color: #000;
}

.btn {
	text-decoration:none;
}

/* inner content */

.container-box {
  min-height: 120px;
  background-color: #f6f4f0;
  padding: 15px;
  color: #000;
}

.hospiz-no-min-height .container-box {
	min-height: 0px;
}

.container-box p {
  margin-top: 18px;
}

.container-box p:last-child {
  margin-bottom:0;
}

h1, h2, h3, footer h4 {
  font-family: 'Source Sans 3';
  font-weight: 700;
  text-transform:uppercase;
}

.news-teaser h2 {
  font-size: 26px;
}

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

h3 {
  font-size: 16px;
}

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

.container-box h1, .container-box h2, .container-box h3 {
  color: #000000!important;
}

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

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

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

/* anchorlinks */

.anchorlinks a,
.anchorlinks a:active,
.anchorlinks a:visited,
.anchorlinks a:hover {
  text-decoration: none!important;
  display: inline-block!important;
  position: relative;
}

.anchorlinks {
  background-color: #fff;
  z-index:5;
}

.anchorlinks .wrapper {
  position: relative;
  width: 100%;
}

.anchorlinks ul {
  margin:0;
  padding:0;
}

.anchorlinks li {
  list-style-type: none;
  background-color: #f6f4f0;
  padding: 0 15px 0 0px;
  font-family: 'Source Sans 3';
  text-transform: uppercase;
  font-weight: 300;
  font-size: 26px;
  white-space:nowrap;
  line-height: 44px;
  border-width: 0 0 2px 0;
  border-style:solid;
  border-color: #fff;
}

.anchorlinks li.active {
  border-color:rgb(255, 210, 74);;
}

.anchorlinks li::before {
  content:url('/img/page/anchor-arrow.png');
  position:relative;
  left:-9px;
}

.anchorlinks a, .anchorlinks a:link, .anchorlinks a:visited, .anchorlinks a.active, .anchorlinks a:hover {
  color: #000000;
  display:block;
  width: 100%;
}

.anchortarget {
  padding-top: 180px;
}

.left-row {
  margin-top: -15px;
  overflow-x: hidden;
}

article {
  padding-top: 160px;
  margin-top: -145px;
  z-index:0;
}

.tab-pane article:first-child
{
	margin-top:0;
	padding-top:0
}

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

.device-xs article,
.device-sm article,
.device-xs .nl-ticker-enabled article,
.device-sm .nl-ticker-enabled article {
  padding-top: 0;
  margin-top: 15px;
}

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

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

.nouc {
  text-transform: none;
}

/* 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: #000;
  background-color: rgb(234, 234, 234);
  z-index:6;
}

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

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

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: 'Source Sans 3';
  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: 'Source Sans 3';
  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: #000000;
  background-color:rgb(255, 210, 74);
  line-height: 0;
  height: 42px;
  border-radius: 8px;
  overflow:hidden;
}

.back-to-top:hover {
  color:rgb(255, 210, 74);;
  background-color: #000000;
}

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

/* cookie consent */

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

.cookiesettings {
  background-color:rgb(255, 210, 74);;
}

.cookie-ext-content {
  background-color:rgb(255, 210, 74);;
  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: #000000;
  text-decoration: underline!important;
  text-decoration-color: #000000!important;
}

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

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

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

/* startseite */

.hospiz-circles p {
  font-family: 'Source Sans 3';
  font-size: 26px;
  font-weight: 300;
}

.hospiz-circles a {
  color: #000000;
}

.hospiz-circles h4 {
  line-height: 175%;
}

.hospiz-circle {
  width: 100px;
  height:100px;
  border-radius: 100px;
  background-color: #f6f4f0;
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  margin: 50px auto 20px auto;
}

.hospiz-phone {
  background-image: url(/img/page/Telefon.svg);
}

.hospiz-qunda {
  background-image: url(/img/page/QundA.svg);
}

.hospiz-email {
  background-image: url(/img/page/Email.svg);
}

.hospiz-yb {
  border-width: 0 0 2px 0;
  border-style:solid;
  border-color:rgb(255, 210, 74);;
}

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

a.ulg:hover {
  text-decoration: underline!important;
  text-decoration-color:rgb(255, 210, 74);;
}

#FDB-START {
  text-align:center;
  padding: 0;
  width: 36px;
  border-width: 0 0 2px 0;
  border-color:rgb(255, 210, 74);;
  color: #000000;
  line-height: 16px;
  font-weight: 600;
}

/* fancybox, project details */

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width  : 990px;
  margin: 0;
  padding: 0;
}

.pro-det p {
  color: #000;
}

.device-xs .pro-det h1 {
  font-size: 1.5rem;
}

/* button and hospiz common styles */

.hospiz-button {
  font-size: 15px;
  font-weight: 700;
  border-radius: 68px;
  height: 32px;
  line-height: 12px;
  border: 2px solid #000000;
  color: #000000;
	background-color: #fff;
  display:inline;
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  outline:0!important;
  text-decoration:none!important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hospiz-button-ok::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058  ";
  font-weight: 600!important;
}

.hospiz-button:focus, .hospiz-button:active {
  outline:0!important;
}

.hospiz-button:after {
  display:none!important;
}

.hospiz-button-inv {
  color: #fff;
  background-color: #000000;
}

.hospiz-button.dld {
  padding: 0.275rem 0.55rem;
}

.hospiz-button.eye {
  padding: 0.275rem 0.4rem;
}

.hospiz-button.bck {
  padding: 0.475rem 0.55rem;
}

.hospiz-button.sha {
  height: 50px;
  font-size: 32px;
  line-height: 50px;
  overflow: visible;
  padding: 0 0.7rem;
}

.hospiz-button.sha em {
  font-size: 26px;
  line-height: 32px;
  position: relative;
  top: -3px;
  left: -2px;
}

.hospiz-button>span {
  display:inline-block;
  width:0;
  overflow-x:hidden;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  white-space:nowrap;
}

.hospiz-button.sha>span {
  position: relative;
  line-height: 28px;
  overflow:hidden;
}

.hospiz-button:hover {
  text-decoration: none;
  color: #000000;
}

.hospiz-button:hover span {
  width: 120px;
  display:inline-block;
}

.hospiz-button.dld:hover span {
  width: 120px;
  display:inline-block;
}

.hospiz-button.eye:hover span {
  width: 65px;
  display:inline-block;
}

.hospiz-button.bck:hover span {
  width: 150px;
  display:inline-block;
}

.hospiz-button.sha:hover span {
  width: 140px;
  display:inline-block;
}

.hospiz-button.sha span>div {
  min-width: 140px;
}

.hospiz-button.sha span>div div {
  width: 30px;
}

.hospiz-button.active, .hospiz-button.active:hover {
  background-color:rgb(255, 210, 74);;
}

.hospiz-button:hover {
  background-color: #fff;
}

.hospiz-button:hover:active {
  background-color:rgb(255, 210, 74);;
}

.hospiz-person {
  border-radius:0!important;
  margin-bottom: 0.75rem;
  border:0;
  max-width: 220px;
}

.hospiz-person .card-body, .hospiz-person .card-footer {
  background-color: #fff;
  border:0;
  padding: 0.5rem;
}

.hospiz-person .card-img-top {
  border-radius:0;
  background-color: #b5b5b5;
}

.hospiz-person .circ {
  font-size: 16px;
  background-color: #000000;
  color: #fff!important;
  border-radius: 50px;
  display:inline-block;
  min-width: 30px;
  height: 30px;
  padding-top: 3px;
  text-align: center;
}

.hospiz-person .card-footer strong {
  display: inline-block;
  min-width: 1em;
}

.device-xs .hospiz-person {
  max-width: 190px;
}

.device-xs .hospiz-person .card-img-top {
  border-radius:0;
  max-width: 190px;
  background-color: #b5b5b5;
}

.device-xs .hospiz-person .tel {
  font-size: 0.9rem;
}

.hospiz-link-list ul {
  list-style-type: none;
  padding: 1rem 0 0 0;
  margin:0;
}

.hospiz-link-list li {
  padding-bottom: 1rem;
  font-weight: 600;
  font-size: 17px;
}

.hospiz-link-list li:last-child {
  padding-bottom: 0!important;
}

.hospiz-link-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0c1  ";
  font-weight: 300!important;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  padding-top: 5px;
  margin-right: 1rem;
  margin-bottom: 0;
}

.hospiz-file img {
  max-width: 110px;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
  box-shadow: 0px 2px  5px rgba(0,0,0,0.75);
  opacity: 1;
  background-color: #fff;
}

.hospiz-file a {
  font-weight: 600;
}

.hospiz-file a.dld::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f33d ";
  font-weight: 400;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  padding-top: 5px;
  margin-right: 1rem;
  margin-bottom: 0;
}

.hospiz-file a.eye::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f06e ";
  font-weight: 300;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  padding-top: 6px;
  margin-right: 1rem;
  margin-bottom: 0;
}

.aside-body .hospiz-file {
	padding-top: 1.8rem;
}

.aside-body .hospiz-file:first-child {
	padding-top: 0.5rem;
}

.hospiz-group {
  margin: 1rem 0 0 0;
  font-weight: 600;
}

.hospiz-group-open::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f078 ";
  font-weight: 400;
  width: 2rem;
}

.hospiz-group-closed::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f054 ";
  font-weight: 400;
  width: 2rem;
  padding-left: 0.25rem;
}

.hospiz-archived {
  opacity: 0.6;
}

/* mobile changes */

@media (max-width: 1070px) {
  #mainnav li {
    padding-left: 8px;
  }
}

@media (max-width: 1024px) {
  #mainnav li {
    padding-left: 5px;
  }
}

@media (max-width: 568px) {

  .socmed a {
    display:inline-block;
    width: 26px;
    height: 26px;
    text-align:center;
    overflow:hidden;
    border-radius: 4px;
    background-color: #000000;
    margin-left: 0;
  }


  div.socmed em.fa-square-facebook,
  div.socmed em.fa-linkedin-in,
	div.socmed em.fa-instagram {
    font-size: 18px;
    line-height: 18px;
    top: 5px;
    left: 3px;
    color: #fff;
  }
}

@media  (min-width: 420px) {
  .toggle-wrapper {
    padding-top: 50px!important;
  }
}


/* login modal styles */

#loginform a {
  color: #000;
  font-weight:normal;
}

.modal-header {
  background-color: rgb(255, 210, 74);
  color: #000;
}

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

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

.w-90 {
  width: 90%;
}


/* 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: 'Source Sans 3';
	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: #000000;
	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: #000000;
	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";
  font-weight: 900;
  content: "\f058  ";
}

.tab-nav-link.tab-err::before {
  color: #CC0000;
  font-family: "Font Awesome 6 Pro";
  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);
}

.call-teaser h2 {
  text-transform:none;
  color:#555;
  width: 100%;
  font-weight:bold;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

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-ext-link, .jfr-download, .jfr-error, .jfr-check {
  text-decoration:none;
}

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

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

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

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

.jfr-error::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f321   ";
  font-weight: 600;
}

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

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

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

.jfr-del::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f2ed   ";
  font-weight: 600;
}

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

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

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

.block-hints p:first-child::before {
  font-family: "Font Awesome 6 Pro";
  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";
  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";
   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: #000000;
  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";
   content: "\f00d    ";
   font-weight: 600;
   margin-left: -0.8rem;
}

.j-block {
  padding: 1rem 0.5rem 0.25rem 0.5rem;
}

.j-block-separator,
.j-block-separator-button {
	height: 1.5rem;
}

.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: 'Source Sans 3';
	font-size: 1.25rem;
	margin-top: 0;
	font-weight: 500;
	color: #555;
}

.j-main-block h5  {
	font-family: 'Source Sans 3';
	font-size: 26px;
	color: #000000;
	font-weight: 600;
}

.j-block-no-brd {
  border:0;
  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 h5::before {
  color: #28a745;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f058  ";
}

.block-err h5::before {
  color: #CC0000;
  font-family: "Font Awesome 6 Pro";
  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 { 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";
  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";
  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: #000000;
}

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

.jfr-sent:before {
  color: #666;
  font-family: "Font Awesome 6 Pro";
  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";
  content: "\f328   ";
}

#editFrmForm label, #editFrmBlock label, #editFrmField label, #editFrmForm 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;
  }
}

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

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

#edit * { text-transform:none; }

#login {
	font-family:'Source Sans 3';
	font-size: 16px;
	text-align:left;
	position: absolute;
	right:0;
	z-index: 5000;
	background-color: #eaeaea;
	width: 354px;

  -webkit-box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 15px -6px rgba(0,0,0,0.75);

}

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

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

#login a {
	text-transform: none;
}

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

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

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

.call-teaser {
	position: relative;
	border-width: 2px;
	border-color: #000000;
	height: 100%;
	background-image: url(/img/page/info-icon.svg);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}

.call-teaser-header-wrapper {
	cursor:pointer;
}

.call-wrapper {
	overflow:hidden;
	position: relative;
	display:block;
	height: 100%;
	background-color: #fff;
}

.call-wrapper:before {
	content: '';
	position: absolute;
	top: -42.425px;
	right: -42.425px;
	width: 84.85px;
	height: 84.85px;
	transform: rotate(45deg);
	background-color: #000000;
}

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

aside:last-child {
	border:0;
}

.aside-header {
	background-color: #000000;
	padding-left: 15px;
	color: #fff;
}

.aside-header h3 {
	line-height: 50px;
	font-weight: 300;
	margin-bottom:0;
}

.aside-body {
	padding: 10px 15px;
}

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

.logged-in-as {
	position: absolute;
	top: -35px;
	font-size: 0.95rem;
	font-weight: normal;
	right: 2px;
	z-index:9999;
	color: #000;
}

.logged-in-as a {
  color: #000;
}

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

#teilnehmen {
	z-index: 5001;
}

#validate {
	z-index: 10000;
}

a.btn-secondary,
.btn-secondary,
a.btn-success,
.btn-success,
a.btn-danger,
.btn-danger {
	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: 140px;
    white-space: nowrap;
    padding: 0 !important;
}

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

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


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

.modal {
  overflow-y:auto;
}

#validate {
  z-index: 10000;
}

.ministerium-logo {
  width: 220px;
}