@import url(gff-common.css);

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

body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fafafa;
  color: #002c50;
}

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

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

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

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

/* marquee */
.marquee {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 18px;
  padding: 5px 15px 15px 15px;
  max-width: 100vw;
	white-space: nowrap;
	overflow: hidden;
}

.marquee span.run, .header-ticker span.run {
  display: inline-block;
	padding-left: 105%;
	animation: marquee 20s linear 3;
}

@media (prefers-reduced-motion) {

  .marquee span, .header-ticker span {
    display: inline-block;
  	padding-left: 105%;
  	animation: none;
  }
}

.marquee span:hover, .header-ticker span:hover {
	animation-play-state: paused
}

@keyframes marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.device-xs .marquee span,
.device-sm .marquee span,
.device-xs .header-ticker span,
.device-sm .header-ticker span {
  display:none;
}

.header-ticker {
  line-height: 20px;
  font-size: 18px;
  max-width: 100vw;
  padding: 0 15px 15px 15px;
	white-space: nowrap;
	overflow: hidden;
}

.nl-ticker {
  font-size: 17px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 20px;
}

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

/* main navigation */

#mainnav {
  padding-top: 8px;
  font-family: 'Rift', sans-serif;
  font-weight: 300;
  font-size: 26px;
  white-space:nowrap;
  line-height: 40px;
  text-align: right;
}

#mainnav a {
  padding:0;
}

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

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

/* subnavigation */

.device-lg .subnav,
.device-xl .subnav {
  clear:both;
  position:absolute;
  top: 142px;
  width: 100%;
  max-width: 1088px;
  margin:0;
  padding:15px;
  font-family: 'Rift', sans-serif;
  font-weight: 300;
  font-size: 26px;
  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: #002c50;
}

.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: 'Rift', sans-serif;
  font-weight: 300;
  font-size: 22px;
  z-index:11;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #ffd500;
  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: #002c50;
}

/* 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: #002c50;
}

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

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

#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: #002c50;
  font-size: 26px;
}

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

#navbarSupportedContent .nav-link {
  font-family: 'Rift', sans-serif;
  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: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
  background-color: #002C50;
}
.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);
}

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

header a {
  text-transform: uppercase;
}

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

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

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

.header-banner {
  background: #002C50;
  opacity: 1;
  background-size: 150% 500%;
  background-position: center center;
  margin: 0 auto 17px auto;
  padding:0;
  max-height: 300px;
  z-index:1;
  overflow:hidden;
}

.device-xl .header-banner {
  top: 173px;
  left: 0px;
  width: 1366px;
  height: 300px;
}

.header-banner .img-container {
  position:relative;
  width: 400px;
  height: 300px;
}

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

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


/* suchformular */

#suche {
  float:right;
  min-height: 80px;
}

.device-lg .such-fs,
.device-xl .such-fs {
  width: 100%;
  padding-top: 30px;
}

.device-xs .such-fs {
  padding-top:0;
  padding-bottom: 10px;
}

.device-sm .such-fs,
.device-md .such-fs {
  margin-top:7px;
}

.device-xs #suche {
  min-height: 0px;
}

header .such-fs .form-row div {
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #ffd500;
  margin:0!important;
  padding-bottom: 2.5px;
  padding-left:0;
}

.search-input {
  text-transform: none;
  border-width: 0;
  outline: 0;
  font-family: 'Rift', sans-serif;
  font-weight: 300;
  font-size: 26px;
  height: 31px;
  line-height: 31px;
  padding:0;
  color: rgba(0, 44, 80, 0.5);
  border-radius: 0;
  background-color: transparent;
}

.clear-phrase {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0 -50px;
  z-index: 6;
  padding:2px 0 0 0;
  color: rgba(0, 44, 80, 0.5)
}

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

.lupe {
  max-width: 35px;
  padding:2px 0 0 0;
  background-color: #fff;
  z-index:6;
}

.device-xs .lupe {
  max-width: 25px;
  padding:2px 0 0 0;
  background-color: #fff;
  z-index:6;
}

.lupe label {
  width: 25px;
  padding:0;
  margin:0;
}

.device-xs .lupe img {
  width: 22px;
  padding:0;
  margin:0;
}

#search-wrapper div {
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #ffd500;
  margin-bottom: 15px;
}

.search-input .placeholder, .search-input::placeholder {
  color: rgba(0, 44, 80, 0.5)!important;
  text-transform: uppercase;
}

/* language selection */

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

div.langsel {
  font-family: 'Rift', sans-serif;
  font-weight: 300;
  font-size: 26px;
}

.langsel a, .langsel a:link, .langsel a:visited {
  color: rgba(0, 44, 80, 0.5);
  margin-left: 3px;
}

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

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

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

/* social media buttons */

.such-fs .form-row div.socmed {
  border:0;
  padding: 2px 0 0 12px;
}

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

div.socmed em.fa-facebook-f {
  font-size: 25px;
  line-height: 18px;
  position:relative;
  top: 9px;
  left: -1px;
  color: #fff;
}

div.socmed em.fa-instagram {
	font-size:23px;
	line-height:32px;
	color:#fff
}

div.socmed em.fa-youtube,
div.socmed em.fa-linkedin-in,
div.socmed em.fa-instagram {
  font-size: 18px;
  line-height: 18px;
  position:relative;
  top: 4px;
  left: 0px;
  color: #fff;
}

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

div.sha a {
  display:inline-block;
  width: 30px;
  height: 30px;
  text-align:center;
  border-radius: 4px;
  background-color: #002c50;
  margin-left: 3px;
  position: relative;
}

div.sha em.fa-facebook-f {
  font-size: 25px;
  line-height: 25px;
  position:relative;
  left: -1px;
  top: -1px;
  color: #fff;
}
div.sha em.fa-linkedin-in,
div.sha em.fa-twitter,
div.sha em.fa-instagram {
  font-size: 18px;
  line-height: 25px;
  position:relative;
  top: -6px;
  left: 0px;
  color: #fff;
}

.header-banner img {
  max-height: 100%;
  vertical-align:top;
  margin: 0 0 0 139px;
  mask: url('/img/page/mask.svg');
  mask-size: 100% 100%;
  -webkit-mask: url('/img/page/mask.svg');
  -webkit-mask-size: 100% 100%;
}

.header-banner .hl-wrapper {
  position: relative;
  left: 634px;
  top: -300px;
  display: table;
  overflow: hidden;
  height: 300px;
}

.header-banner .hl-wrapper > div {
  display: table-cell;
  vertical-align: middle;
}

.header-banner h1 {
  margin: auto 0;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}


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

header a:after,
.nl-ticker a:after {
  background: none repeat scroll 0 0 #ffd500;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

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

header a:hover:after,
.nl-ticker a:after {
  width: 100%;
  left: 0;
}

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

.btn {
	text-decoration:none;
}

.bloglinks {
  padding-top: 65px;
}

/* inner content */

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

.gff-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: 'Rift', sans-serif;
  font-weight: 600;
}

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

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

h3 {
  font-size: 26px;
}

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

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

.fuer-wen {
  padding: 10px 12px;
  border: 2px solid #002C50;
}

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

main a, main a:active, main a:visited {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ffd500;
  text-decoration-thickness: 2px;
}

main a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ffd500;
  text-decoration-thickness: 2px;
}

/* anchorlinks */

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

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

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

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

.anchorlinks li,
.bloglinks li {
  list-style-type: none;
  background-color: #f6f4f0;
  padding: 0 15px 0 0px;
  font-family: 'Rift', sans-serif;
  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,
.bloglinks li.active {
  border-color: #ffd500;
}

.anchorlinks li::before,
.bloglinks 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,
.bloglinks a, .bloglinks a:link, .bloglinks a:visited, .bloglinks a.active, .bloglinks a:hover {
  color: #002c50;
  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;
  overflow-y:hidden;
}

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

.gff-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 .gff-hash,
.device-sm .gff-hash {
  padding-top: 0px;
  margin-top: 15px;
  z-index:0;
}

.device-xs #blog,
.device-sm #blog {
  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: #fff;
  background-color: #002C50;
  z-index:6;
}

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

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

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

footer p {
  font-size: 15px;
}

footer .sn {
  list-style-type:none;
  padding:0;
  margin:0 0 20px 0;
  font-family: 'Rift', 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: 'Rift', 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: #002C50;
  background-color: #ffd500;
  line-height: 0;
  height: 42px;
  border-radius: 6px;
  overflow:hidden;
}

.back-to-top:hover {
  color: #ffd500;
  background-color: #002C50;
}

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

/* cookie consent */

.cookiehinweis {
    position: fixed;
    bottom: 0px;
    left:0;
    background-color: #ffd500;
    margin:0;
    padding:0;
    width:100%;
    z-index:10;
}

.cookiesettings {
  background-color: #ffd500;
}

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

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

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

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

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

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

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

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

/* startseite */

.gff-circles p {
  font-family: 'Rift', sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.gff-circles a {
  color: #002C50;
}

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

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

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

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

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

/* custom select, förderdatenbank */

#foerder-datenbank .custom-select,
#blog .custom-select {
  font-family: 'Rift', sans-serif;
  font-weight: 600;
  font-size: 20px;
  border-width: 2px;
  border-radius: 50px;
  height: 34px;
  line-height: 20px;
  padding-top: 0.275rem;
  text-indent: 0.25rem;
  border-color: #002C50;
  color: #002C50;
}

#foerder-datenbank .custom-select option,
#blog .custom-select option {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
}

#foerder-datenbank .custom-select.active,
#blog .custom-select.active {
  background-color: #ffd500;
}

.fdb-filter-item {
  background-color: #ffd500;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 64px;
  height: 34px;
  line-height: 20px;
  padding-top: 0.275rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-indent: 0.25rem;
  border-width: 2px;
  border-color: #002C50;
  border-style:solid;
  color: #002C50;
  display:inline-block;
  white-space:nowrap;
  margin: 0 0.5rem 0.5rem 0;
}
.fdb-filter-item em {
  cursor:pointer;
  color: #002C50;
}

.fdb-resultsize, .fdb-pager {
  font-family: 'Rift', sans-serif;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  color: #002C50;
}

.fdb-pager-top hr, hr.gff-blue {
  height: 2px;
  background-color: #002C50;
  border:0;
}

.fdb-result h3 {
  font-weight: 300;
  margin-bottom: 0.75rem;
  color: #002c50;
}

.fdb-result hr {
  background-color: #fff;
  border:0;
  height: 2px;
}

.fdb-circ {
  font-size: 16px;
  border: 1px solid #002C50;
  border-radius: 50px;
  display:inline-block;
  min-width: 30px;
  height: 30px;
  padding-top: 2px;
  text-align: center;
}

.fdb-pager-left, .fdb-pager-right {
  font-size: 1.4rem;
  margin-top: -0.275rem;
}

.gff-yb {
  border-width: 0 0 2px 0;
  border-style:solid;
  border-color: #ffd500;
}

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

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

#FDB-START {
  text-align:center;
  padding: 0;
  width: 36px;
  border-width: 0 0 2px 0;
  border-color: #ffd500;
  color: #002C50;
  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 gff common styles */

.gff-button {
  font-size: 15px;
  font-weight: 700;
  border-radius: 68px;
  height: 32px;
  line-height: 12px;
  border: 2px solid #002C50;
  color: #002C50;
	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;
}

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

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

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

.gff-button-inv {
  color: #fff;
  background-color: #002C50;
}

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

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

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

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

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

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

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

.gff-button:hover {
  text-decoration: none;
  color: #002C50;
  background-color: #fff;
}

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

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

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

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

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

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

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

.gff-button.active, .gff-button.active:hover {
  background-color: #ffd500;
}

.gff-button:hover:active {
  background-color: #ffd500;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gff-file {
  padding-top: 160px;
  margin-top: -160px;
  z-index:0;
}

.admindata .gff-file {
	margin-top:0;
	padding-top:0;
}

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

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

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

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

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

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

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

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

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

.gff-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 (min-width: 899px) {
    .img-container {
      left: -100px;
    }

    .header-banner .hl-wrapper {
      position: relative;
      left: 634px;
      top: -210px;
      display: table;
      overflow: hidden;
      height: 100%;
    }
  }
}

@media (max-width: 834px) {

  .header-banner {
    max-height: 200px;
  }

  .header-banner .img-container {
    width: 275px;
    height: 200px;
  }

  .header-banner img {
    margin: 0 0 0 50px;
  }

  .header-banner .hl-wrapper {
    left: 450px;
    top: -200px;
    height: 200px;
  }

  .header-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 736px) {

  .header-banner {
    max-height: 150px;
  }

  .header-banner .img-container {
    width: 275px;
    height: 150px;
  }

  .header-banner img {
    margin: 0 0 0 50px;
  }

  .header-banner .hl-wrapper {
    left: 370px;
    top: -150px;
    height: 150px;
  }

  .header-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 640px) {

  .header-banner {
    max-height: 150px;
  }

  .header-banner .img-container {
    width: 275px;
    height: 150px;
  }

  .header-banner img {
    margin: 0 0 0 -30px;
  }

  .header-banner .hl-wrapper {
    left: 290px;
    top: -150px;
    height: 150px;
  }

  .header-banner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}


@media (max-width: 568px) {

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

  div.socmed em.fa-facebook-f {
    font-size: 22px;
    line-height: 18px;
    position:relative;
    top: 6px;
    left: -1px;
    color: #fff;
  }

	div.socmed em.fa-instagram {
		font-size:23px;
		line-height:28px;
		color:#fff
	}

  div.socmed em.fa-youtube,
  div.socmed em.fa-linkedin-in,
	div.socmed em.fa-instagram {
    font-size: 16px;
    line-height: 16px;
    top: 1px;
    left: 0px;
    color: #fff;
  }

  .header-banner img {
    margin: 0 0 0 -110px;
  }

  .header-banner .hl-wrapper {
    left: 185px;
  }

  .quicknav {
    display:none;
  }
}

@media (max-width: 419px) {

  .header-banner h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .header-banner img {
    display:none;
  }

  .header-banner .hl-wrapper {
    left: 50px;
  }
}

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


/* login modal styles */

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

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

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

/* blog / aktuelles */

#blog {
  font-family: 'Rift', sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding-top: 160px;
  margin-top: -140px;
  z-index:0;
}

.blog-filter {
  z-index:100;
}

.blog-select-month {
  width: 34px;
  height: 34px;
  font-size: 20px;
  text-align: center;
  padding: 0;
}

.blog-select-month.active:hover {
  background-color: #ffd500;
}


.blog-teaser {
  padding: 2px 0;
}

.blog-teaser>div {
  background-color: #f6f4f0;
  padding: 8px 15px 0 15px;
  height: 100%;
  outline: 2px solid transparent;
  transition: outline 0.6s;
}


.blog-teaser a:hover {
  text-decoration: none;
}

.blog-teaser a:hover h2 {
  text-decoration: underline;
  text-decoration-color: #ffd500;
  text-decoration-thickness: 2px;
}

.blog-list a:hover {
  text-decoration: none;
}

.blog-list a:hover h2 {
  text-decoration: underline;
  text-decoration-color: #ffd500;
  text-decoration-thickness: 2px;
}

.blog-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
  overflow:hidden;
}

.blog-row > .col, .blog-row > [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

.blog-teaser .pubym {
  font-family: 'Rift', sans-serif;
  font-weight: 600;
  font-size: 38px;
}

.blog-teaser .pubdat {
  font-family: 'Rift', sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 7px;
  text-align:right;
}

.blog-teaser h2 {
  margin: 16px 0 40px 0;
  font-size: 26px;
}

.blog-teaser>div {
  display:block;
  width: 100%;
  height: 100%;
}

.blog-teaser>div:hover {
  outline: 2px solid #ffd500;
  transition: outline 0.6s;
}

.blog-detail .pubdat {
  font-family: 'Rift', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #002C50;
}

.mosaik {
  width: 30px;
  height:30px;
  line-height: 0;
  position: relative;
  top: 3px;
  left: 3px;
}

.mosaik div {
  display:inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px 2px 0;
  background-color: #002C50;
}

.blog-month .blog-select-month-month {
  font-size: 38px;
  line-height: 42px;
  width: auto;
}

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

.blog-result article {
  padding-top:0;
  margin-top:10px;
  width: 100%;
}

.blog-image-text {
  background-color: #002C50;
  color: #fff;
  padding: 16px;
  line-height: 1.25rem;
  min-height: 288px;
}

.blog-image-text p:first-child {
  margin-top:0!important;
}

.blog-image-text p:last-child {
  margin-bottom:0;
}

.blog-image-text div:first-child {
  font-size: 15px;
}

.blog-image-text div:last-child {
  padding-top: 16px;
  font-size: 13px;
}
.blog-image-text a {
  color: #fff!important;
}
.blog-autor  {
  padding-top: 32px;
  font-size: 15px;
}

.blog-image {
  min-height: 288px;
}

.device-xs .blog-image-text,
.device-sm .blog-image-text {
  min-height: 100px;
}

.blog-detail {
  padding-top: 160px;
  margin-top: -160px;
  z-index:0;
}

.blog-detail h2 {
  line-height: 100%;
}

.blog-image>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size:cover;
}

.blog-list-image {
  overflow:hidden;
}

.device-lg .blog-list-image img,
.device-xl .blog-list-image img {
  max-width: 242px;
  max-height: auto;
}

.device-lg .blog-img img,
.device-xl .blog-img img {
  max-width: 230px;
  max-height: auto;
}

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

.media-collection .gff-button {
  padding-left: 15px;
  padding-right: 15px;
}

.media-date {
  line-height: 46px;
}

.media-item>div {
  width: 100%;
  height: 100%;
  background-color: #b5b5b5;
  text-align: center;
  position: relative;
  content:none;
}

.media-item a {
  outline:0!important;
}

.media-item-image:hover .fbox-icon {
  width: 100%;
  height: 100%;
  background: url(/img/page/eye-light.svg) center center no-repeat;
  background-size: 60px auto;
  opacity: 0.6;
  position: absolute;
  top:0;
  left:0;
  font-size: 60px;
}

.media-item-video:hover .fbox-icon {
  width: 100%;
  height: 100%;
  background: url(/img/page/play-circle-regular.svg) center center no-repeat;
  background-size: 45px auto;
  opacity: 0.6;
  position: absolute;
  top:0;
  left:0;
  font-size: 60px;
}

.media-item-audio:hover .fbox-icon {
  width: 100%;
  height: 100%;
  background: url(/img/page/ear-regular.svg) center center no-repeat;
  background-size: 35px auto;
  opacity: 0.6;
  position: absolute;
  top:0;
  left:0;
  font-size: 60px;
}

.media-show-all,
.media-hide-some {
  font-family: 'Rift', sans-serif;
  font-weight: 600;
  text-align:center;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #002C50;
  cursor:pointer;
}

.media-show-all span,
.media-hide-some span {
  display:inline-block;
  font-size: 50px;
  padding-top: 20px;
}

.device-md .media-item img,
.device-lg .media-item img,
.device-xl .media-item img {
  max-height: 121px;
  width: auto;
  margin: auto;
}

/* newsletter form */
.field-validation-error,
.field__error {
  color: #CC0000;
}

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

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

.nav-tabs .nav-item {
	background-color: #002c50;
	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: #002c50;
	background-color: #f6f4f0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

.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: #002C50;
  color: #fff!important;
  padding: 0.3rem 1rem;
  font-weight: bold;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.j-block label {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.block-ok 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: 15px; }

.is-invalid.grp-validation .form-check,
.is-opt-invalid.grp-validation .form-check label { border: 1px solid #dc3545; border-radius: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

  text-align:right;
}

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

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

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

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


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

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

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

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

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

.cpoint {
  cursor: pointer;
}

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

.schedule li { margin:0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  display:none;
}

.nobold {
  font-weight: normal;
}

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

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

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

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

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

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

.lang-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:'Open Sans', sans-serif;
	font-size: 16px;
	text-align:left;
	position: absolute;
	right:0;
	z-index: 5000;
	background-color: #ffd500;
	width: 354px;
}

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

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

#login a {
	text-transform: none;
}

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

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

.btn-primary:hover {
	color: #fff;
	background-color: #265995;
	border-color: #002C50;
}

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

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

#register .form-control,
#lostpwd .form-control {
	border: 2px solid #002C50;
}

.call-teaser {
	position: relative;
	border-width: 2px;
	border-color: #002C50;
	height: 100%;
	background-image: url(/img/page/info-icon.svg);
	background-repeat: no-repeat;
	background-position: 97% 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: #002C50;
}

.call-prog-wrapper {
	overflow:hidden;
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.call-prog {
	height: 25px;
	transform: skewX(-10deg);
	border-width: 0 2px 0 0;
	border-color: #fff;
	border-style: solid;
}

.call-prog.nobrd {
	border:0;
}

.call-prog-0 {
	background: #ffd500;
}

.call-prog-1 {
	background: #002c50; /* Old browsers */
	background: -moz-linear-gradient(-10deg,  #002c50 0%, #002c50 17.5%, #ffd500 17.9%, #ffd500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-10deg,  #002c50 0%,#002c50 17.5%,#ffd500 17.9%,#ffd500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(100deg,  #002c50 0%,#002c50 17.5%,#ffd500 17.9%,#ffd500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.call-prog-2 {
	background: #002c50; /* Old browsers */
	background: -moz-linear-gradient(-10deg,  #002c50 0%, #002c50 50%, #ffd500 50.4%, #ffd500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-10deg,  #002c50 0%,#002c50 50%,#ffd500 50.4%,#ffd500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(100deg,  #002c50 0%,#002c50 50%,#ffd500 50.4%,#ffd500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.call-prog-3 {
	background: #002c50; /* Old browsers */
	background: -moz-linear-gradient(-10deg,  #002c50 0%, #002c50 82.5%, #ffd500 83.3%, #ffd500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-10deg,  #002c50 0%,#002c50 82.5%,#ffd500 83.3%,#ffd500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(100deg,  #002c50 0%,#002c50 82.5%,#ffd500 83.3%,#ffd500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.call-prog-4 {
	background: #002c50;
}

.call-prog>div {
	transform: skewX(10deg);
	font-size: 0.8rem;
	line-height: 25px;
	position:relative;
	top: -1px;
	display:inline-block;
	text-shadow: rgba(0, 0, 0, 0.9) 0px 1px 2px;
}

.call-prog.gff-blue div,
.call-prog div.gff-blue {
	text-shadow:none;
}

.jfr-create-antrag {
	font-family: 'Rift', sans-serif;
	font-weight: bold;
	font-size: 26px;
	color: #002c50;
	background-color: #fff;
	border: 2px solid #002c50;
	border-radius: 5px;
	padding: 0.25rem 1.5rem;
	margin-bottom: 0.25rem;
}

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

.anchorcontent {
	margin: 1.0rem 0 0 0;
}

.anchorcontent h4 {
	margin: 0 0 0.2rem 0;
}

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

.call-detail a {
	text-decoration: none;
	color: #002C50;
}

.call-detail a:hover {
  text-decoration: underline;
  text-decoration-color: #ffd500;
  text-decoration-thickness: 2px;
}

.gff-blue {
	color: #002C50;
}

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

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

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

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

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

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

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

.jfr-red {
	color: #dc3545;
}

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

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

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

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

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

.topoffset {
	margin-top:-200px;
	padding-top:200px;
	z-index:0;
}

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

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

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

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

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

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

.btn-kontoinhaber {
  cursor:pointer;
}