/* Media queries
large screen: 1240px
medium screen: 900px
small screen: 600px

@media (min-width: 1140px) {
  .container {
    max-width: 1140px; } }


/* Background colors */
.bg-warning {
  background-color: rgba(186, 100, 104, 0.28) !important; }

.bg-info {
  background-color: rgba(218, 229, 237, 0.9) !important; }

/*@font-face {
    font-family: 'Raleway Regular';
    src: url("../fonts/Raleway-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rawline Regular';
    src: url("../fonts/Rawline/rawline-400.ttf");
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Rawline/rawline-400.eot");
  src: url("../fonts/Rawline/rawline-400.eot?#iefix") format("embedded-opentype"), url("../fonts/Rawline/rawline-400.woff") format("woff"), url("../fonts/Rawline/rawline-400.ttf") format("truetype"); }
@font-face {
  font-family: 'Rawline';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Rawline/rawline-700.eot");
  src: url("../fonts/Rawline/rawline-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Rawline/rawline-700.woff") format("woff"), url("../fonts/Rawline/rawline-700.ttf") format("truetype"); }
* {
  margin: 0px;
  padding: 0px; }

html {
  font-size: 100%;
    /*@media(max-width: $breakpoint-large){
        font-size: 85%;
    }

    @media(max-width: $breakpoint-medium){
        font-size: 75%;
    }

    @media(max-width: $breakpoint-small){
        font-size: 60%;
    }*/ }

body {
  margin-top: 0px;
  display: grid;
  font-family: "Rawline";
  height: 100%;
  font-size: 100%;
  background-color: #EFEFEF; }

body.modal-open {
  overflow: visible !important; }

button,
[type="button"] {
  -webkit-appearance: none; }

[type="button"]:focus, [type="submit"]:focus, select:focus {
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

.no-border {
  border: 0px !important; }

.font-size1 {
  font-size: 22px; }

.header-title {
  font-size: 24px;
  line-height: 2.875rem; }

.cursor-pointer {
  cursor: pointer; }

.main-heading {
  font-size: 24px; }

.sub-heading {
  font-size: 16px; }

.font-size2 {
  font-size: 16px; }

.font-size3 {
  font-size: 14px; }

.highlight {
  border-bottom: 1.5px solid #ffffff; }

.highlightrot {
  color: #ff0000; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block; }

.inline-flex {
  display: inline-flex; }

.pr-0 {
  padding-right: 0px !important; }

.section {
  padding: 1rem 1rem 1rem 1rem !important;
  letter-spacing: 0.07px;
  margin-bottom: 1rem;
  box-shadow: 0px 6px 6px #00000029; }

.content-section {
  width: 100%; }

h2 {
  font-size: 16px;
  font-weight: bold; }

h3 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 0.25rem; }

h1 {
  font-size: 20px;
  font-weight: bold; }
p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
     }

 h2 a{
 text-decoration: none;
 }
.h2-title {
  font-size: 16px;
  font-weight: bold !important; }

.h1-title {
  font-size: 20px;
  font-weight: bold; }


.listright {
  margin-left: 1.25rem;
  padding-left: 0; }


.list-modal {
  margin-left: 1.25rem;
  padding-left: 2 rem;
  list-style-position: outside;}

.liststyle-a{
list-style-type: lower-alpha;
}
.liststyle-num{
list-style-type: decimal;
}
.outside{
list-style-position: outside;
}
.list-style-type-none {
  list-style-type: none; }

.list-style-type-disc {
  list-style-type: disc; }

.list-style-type-link {
  list-style-type: '>';
  list-style-position: inside;
  }

.list-level-0{
 list-style-type: disc;
 list-style-position: outside;
   margin-left: 1.25rem;
  padding-left: 0;

}
.list-level-1{
 list-style-type: disc;
 list-style-position: outside;
  margin-left: 2.25rem;
  padding-left: 0;
}
.list-dd-menu{
 list-style-type: none;
}
caption {
  caption-side: top; }

.side-btn {
  font-size: 16px;
  width: 100% !important;
  display: block !important;
  margin-top: 0.8rem; }

.hessen {
  padding-top: 8px;
  }
  .hessen a {
    padding-right: 25px;
    color: #000000; }

.not-loggin-in {
  min-width: 11rem; }

#main-links {
  color: #ffffff;
  margin-top: -68px;
  /*---------------------------------Banner CSS Start-------------------------------------*/
    /*@media (max-width: $breakpoint-large){
        height: 140px;
    }

    @media (max-width: $breakpoint-medium){
        height: 100px;
    }*/ }
  #main-links #side-list {
    border-top: 72px solid #ffffff;
    text-align: left;
    padding-right: 9rem;
    padding-left: 4rem;
    display: flex;
    /*@media (max-width: $breakpoint-large){
        padding-right: 3.5rem;
    }*/ }
    #main-links #side-list span {
      text-align: center;
      width: 50%;
      margin: auto; }
      #main-links #side-list span a, #main-links #side-list span a:hover {
        color: inherit;
        text-decoration: none; }
      #main-links #side-list span h6 {
        display: inline; }
 /*
	@media (max-width: 1024px) {
          #main-links #side-list span h6 {
            display: none; } }
    @media (max-width: 1024px) {
      #main-links #side-list {
        padding-right: 0.25rem;
        padding-left: 1rem;
        border-top: 2rem solid #ffffff; } }
    @media (max-width: 767px) {
      #main-links #side-list {
        padding-right: 0.15rem;
        padding-left: 0.5rem;
        border-top: 2rem solid #ffffff; } }
  */
  #main-links .text-trunc {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left; }
  #main-links .hessen {
    top: -50px;
    float: right;
    position: relative;
    padding-right: 40px;
    color: #000000; }
    #main-links .hessen a, #main-links .hessen a:hover, #main-links .hessen a:active {
      text-decoration: none;
      color: #000000;
      font-size: 14px;
      vertical-align: bottom; }
  #main-links .site-name, #main-links .banner .nav-link {
    display: inline-block;
    margin-top: 3%;

    /* Media queries if margin-top is not a percent
    @media (max-width: $breakpoint-xlarge){
        margin-top: 27px;
    }
    @media (max-width: $breakpoint-large){
        margin-top: 22.32px;
    }
    @media (max-width: $breakpoint-medium){
        margin-top: 17px;
    }*/ }
  #main-links .banner .nav-link {
    float: right;
    font-size: 16px; }
  #main-links .banner .nav-link a, #main-links .banner .nav-link a:hover {
    text-decoration: none; }
  #main-links .banner .nav-link .sub-heading, #main-links .banner .nav-link .sub-heading:hover {
    color: #ffffff;
    text-decoration: none; }
  #main-links .logo {
    z-index: 10;
    position: relative;
    margin-left: 5%;
    float: left;
    top: -30%;
    width: 5rem; }
    #main-links .logo img {
      width: 100%;
      /*
      //width: 143px;
      //height: 165px;
      //padding-bottom: 1rem;
      //will later change the image width to percent as commented
      @media (max-width: $breakpoint-large){
          width: 113px;
          //height: 140px;
      }*/ }
    /*@media (max-width: 1024px) {
      #main-links .logo {
        top: -50%; } }*/
  #main-links .user-profile-dropdown, #main-links .user-profile-dropdown > div {
    min-width: 14rem; 
	z-index: 1010;}
  #main-links .banner {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #004a96;
    margin-top: 6.2%;
    height: 95px;
    /*@media (max-width: $breakpoint-large){
        height: 75.2px;
        //margin-top: 46.4px;
    }*/ }
   /* @media (max-width: 1140px) {
      #main-links .banner {
        height: 104px; }}*/
    #main-links .banner .site-name {
      margin-left: 3.5%; }
    #main-links .banner .dropdown:hover > .dropdown-menu, #main-links .banner .dropdown:active > .dropdown-menu {
      display: block;
      visibility: visible; }
    #main-links  .anmelden {
      margin-top: 8%;
      display: block;

      /* position: absolute; */
      padding: 0px;
      /*
      @media (max-width: $breakpoint-large){
          margin-top: 16.6px;
      }
      @media (max-width: $breakpoint-medium){
          margin-top: 6px;
      }*/ }
      #main-links .banner .anmelden .profile-not-logged-in {
        margin-right: 2rem; }
      #main-links .banner .anmelden .profile-logged-in {
	  margin-right: 2rem; }

        #main-links .banner .anmelden .profile-logged-in .profile-data {
          width: 8rem; }


      #main-links .banner .anmelden .dropdown-menu {
        width: 100%;
        min-width: 13.125rem;
        transform: translate3d(0px, -10px, 0px) !important;
        position: relative !important; }
        #main-links .banner .anmelden .dropdown-menu .dropdown-span {
          display: inline; }
         /* #main-links .banner .anmelden .dropdown-menu .dropdown-span .dropdown-item {
            height: 1.5rem;
            padding: 0.25rem 1.5rem;
				}*/
            #main-links .banner .anmelden .dropdown-menu .dropdown-span .dropdown-item .img-nav-links {
              padding-left: 1rem; }
           /* #main-links .banner .anmelden .dropdown-menu .dropdown-span .dropdown-item p {
              line-height: 3.5rem; }*/
          #main-links .banner .anmelden .dropdown-menu .dropdown-span .dropdown-item-img {
            padding-left: 0px; }
            #main-links .banner .anmelden .dropdown-menu .dropdown-span .dropdown-item-img p {
              padding-left: 0.6rem; }
			  #main-links .banner .anmelden .dropdown-menu .dropdown-span a {
            border-bottom: 1px solid #dcdcdc; }
          #main-links .banner .anmelden .dropdown-menu .dropdown-span a:hover {
            background-color: #D0EAFC; }
          #main-links .banner .anmelden .dropdown-menu .dropdown-span a:active {
            color: #000000;
            background-color: #ffffff; }
          #main-links .banner .anmelden .dropdown-menu .dropdown-span a:focus {
            background-color: #ffffff; }
  /*    @media (max-width: 1140px) {
        #main-links .banner .anmelden img {
          width: 36px; } }*/
      #main-links .banner .anmelden .user-profile-dropdown .inline.align-sub {
        width: 13px !important; }
    #main-links .banner #heading {
      /*float: right;
      border-top: 72px solid #ffffff;
      z-index: 0;
      position: relative;
      width: 100%;
      margin-bottom: 0px; */ }
      #main-links .banner #heading #h1-heading {
        width: 100%;
        height: auto;
        font-size: 1.625rem;
        margin: 0px;
        padding: 2.12rem 3rem 2rem 15.5rem;
        /*@media (max-width: $breakpoint-small){
            font-size: 2rem;
        }*/ }

/*-----------------------------Banner CSS End---------------------------------------*/
#main-nav {
  color: #171616;
  height: 60px;
  /*@media (max-width: $breakpoint-large){
      height: 50.2px;
  }*/ }
  #main-nav .col-9 {
    padding-left: 0px;
    padding-right: 0px; }
  #main-nav .navbar {
    z-index: 1000;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0px 6px 6px #00000029; }
    #main-nav .navbar .nav-item {
      font-family: "Rawline"; }
      #main-nav .navbar .nav-item .nav-link {
        color: #171616;
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: "Rawline";
                /*
                @media (min-width: $breakpoint-small){
                    font-size: 13px;
                }

                @media (min-width: $breakpoint-medium){
                    font-size: 17.4px;
                }

                @media (min-width: $breakpoint-large){
                    font-size: 20px;
                }
                @media (min-width: $breakpoint-xlarge){
                    font-size: 20px;
                }*/ }
        #main-nav .navbar .nav-item .nav-link span {
          padding-bottom: 4px; }
        #main-nav .navbar .nav-item .nav-link span:hover {
          border-bottom: 0.15rem solid #a50109; }
        #main-nav .navbar .nav-item .nav-link span:active {
          color: #a50109; }
  #main-nav #header-hilfe {
    z-index: 1000;
    background-color: #5f5f5f;
    display: flex;
    text-align: left;
    padding: 0px;
    box-shadow: 0px 6px 6px #00000029;
    /*.hilfe-dropdown:hover {
        .dropdown-menu {
            width: 100%;
            display: block;
            a:hover{
                background-color: #8aafc9;
                text-decoration: underline;
            }
            a:active {
               // border: $outline-focus;
                text-decoration: underline;
                color: #000000;
            }
        }
    }*/ }
	.dropdown-pt  {padding-top: 0.8rem;}

    #main-nav #header-hilfe .hilfe-dropdown:hover .dropdown-menu, #main-nav #header-hilfe .hilfe-dropdown:active .dropdown-menu {
      width: 100%;
      display: block;
	  }
	#main-nav #header-hilfe .hilfe-dropdown:hover .dropdown-menu a, #main-nav #header-hilfe .hilfe-dropdown:active .dropdown-menu a{
            border-bottom: 1px solid #dcdcdc; }
      #main-nav #header-hilfe .hilfe-dropdown:hover .dropdown-menu a:hover, #main-nav #header-hilfe .hilfe-dropdown:active .dropdown-menu a:hover {
        background-color: #D0EAFC;
        /*text-decoration:underline;*/ }
      #main-nav #header-hilfe .hilfe-dropdown:hover .dropdown-menu a:active, #main-nav #header-hilfe .hilfe-dropdown:active .dropdown-menu a:active {
        text-decoration: underline;
        color: #000000; }
    #main-nav #header-hilfe span, #main-nav #header-hilfe #suche, #main-nav #header-hilfe #hilfe {
      text-align: center;
      width: 50%;
      color: #ffffff;
      padding: 0px;
     font-size: 16px;
      vertical-align: middle; }
    #main-nav #header-hilfe .btn:hover {
      background-color: #8aafc9;
      box-shadow: none;
      color: #ffffff;
      border-radius: 0; }
 /* @media (max-width: 1140px) {
    #main-nav {
      height: 50.8px; } }
  @media (max-width: 1024px) {
    #main-nav {
      height: 28.7px; } }
*/
#user_profile {
  color: #ffffff;
  padding: 0px; }

.profile_name {
  border-bottom: 1px solid white;
  margin-bottom: 0;
  text-align: left; }

.btn:hover {
  color: #ffffff; }


.b-warn {
  border-right: 1rem solid #D62029; }

.b-info {
  border-right: 1rem solid #A5C2DC; }

.b-links {
  display: block; }

.internal-link, .external-link, .email-link {
  color: #0362b9 !important;
  display: inline-table;
  line-height: 1.5rem;
text-decoration: none;
font-style: italic;  }

  .internal-link ul, .external-link ul, .email-link ul {
    list-style-position: outside;
    list-style-type: '> '; }

/*.internal-link:active, .external-link:active, .email-link:active{
    font-weight: bold !important;
    //color: #D62029;
    color: #C31D25 !important; // color changed due to accessibility contrast ratio 4.65:1
    display: inline-table;
    text-decoration: none;
}
*/
.profile-not-logged-in {
  margin-right: 30px; }

.accordion .internal-link:active {
  font-weight: normal !important; }

.accordion .internal-link:hover {
  text-decoration: none; }

.accordion .card .card-body .internal-link:hover {
  text-decoration: underline; }

 .accordion .external-link:active, .accordion .email-link:active {
  font-weight: normal !important; }

.accordion .external-link:hover, .accordion .email-link:hover {
  text-decoration: none; }

.internal-link:hover, .external-link:hover, .email-link:hover {
  text-decoration: underline; }

.br-line {
  line-height: 1px;
  border-right: 1px solid rgba(112, 112, 112, 0.5); }

.line-ht-normal {
  line-height: normal; }

.border-section {
  border-radius: 2rem; }

.border-tab {
  border-left: 9px solid #FFBF47; }

.jumbotron {
  padding: 0px;
  margin: 0px;
  height: 100%;
  padding-bottom: 0px !important;
  background-color: #EFEFEF;
  z-index: 1;}
  .jumbotron .row-margin {
    margin-bottom: 10px; }
  .jumbotron #breadcrumb {
    min-height: 40px; }
  .jumbotron #content_home {
    background-color: #dcdcdc; }
  .jumbotron #main-header {
    max-height: 265px; }

	.navbar-collapse {
	z-index: 1200;}
	.lastC{
	border-bottom: 1px solid;}


#main-footer {
  background-color: #707070;
  max-height: 208px;
  box-shadow: 0px 15px 40px #11111126;
  	display: flex !important;
	justify-content: space-between !important;

	}
  #main-footer .navbar {
 	display: flex !important;
	justify-content: space-between !important;

    background-color: #707070;
    padding-left: 8px;
	}
    #main-footer .navbar .nav-item .nav-link {
      color: #ffffff;
      font-family: "Rawline";
      padding-left: 1rem;
      padding-right: 1rem;
		}
      #main-footer .navbar .nav-item .nav-link span:hover {
        border-bottom: 0.15rem solid #ffffff; }
      #main-footer .navbar .nav-item .nav-link span {
        border: 0px;
        padding: 0px;
        margin: 0px; }

	#main-footer .nav-fill .nav-item {
	text-align: center; }

  #main-footer #backToTop {
    background-color: #707070;
    padding: 0px !important;
    display: grid; }
    #main-footer #backToTop p, #main-footer #backToTop div {
      margin-top: 0.5rem;
      padding-right: 25px;
      text-align: right;
      color: #ffffff;
      padding-top: 8px; }

	  #PubDetTab td{display: block;}

.content-home {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 1.5%;
  padding-bottom: 2.5%;
  list-style-position: inside; }

.double-page {
  padding-left: 1.8%;
  padding-right: 1.8%; }

/*#content-intro {
    width: 65%;
}*/
.title {
  color: #000000; }


.btn-level-A, .btn-next {
  color: #ffffff;
  background-color: #D62029;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
  width: 30%;
  height: 45px;
  line-height: 30px; }

.btn-level-A:hover, .btn-next:hover {
  background-color: #A50109;
  outline: 2px solid #3AE008 !important;
  box-shadow: none; }

.btn-level-A:active, .btn-next:active {
  outline: none;
  box-shadow: none !important; }

.btn-level-A:focus, .btn-next:focus {
  box-shadow: none !important; }

.btn-previous, .btn-grey {
  color: #ffffff;
  background-color: #707070;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
  width: 30%;
  height: 45px;
  line-height: 30px; }

.btn-previous:hover, .btn-grey:hover {
  background-color: #707070;
  outline: 2px solid #3AE008 !important;
  box-shadow: none; }

.btn-previous:active, .btn-grey:active, .btn-previous:focus, .btn-grey:focus {
  outline: 2px solid #3AE008;
  box-shadow: none;
  border: none; }

.btn-primary:hover, .btn-default:hover {
  color: #ffffff;
  background-color: transparent !important;
  outline: 2px solid #3AE008; }

.btn-primary {
  background-color: transparent; }
  .btn-primary i {
    background-color: #aeaeae !important; }

.btn-default {
  color: #909090; }

.far {
  color: #909090; }

.stepwizard-step .btn-default + p {
  color: #909090; }

.stepwizard-step .btn-primary + p {
  color: #000000;
  font-weight: bold; }

.stepwizard-step .btn-primary + i {
  color: #000000; }

.btn-level-B, .btn-level-B-disabled:hover, .btn-level-B-disabled {
  color: #D62029 !important;
  border: 3px solid #D62029;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 5px;
  width: 30%;
  height: 45px; }

.btn-level-A:active, .btn-next:active {
  outline: none;
  box-shadow: none; }

.custom-select-new {
  height: 45px;
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  line-height: 2rem; }

.btn-level-B:active {
  outline: none;
  box-shadow: none;
  background-color: none; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.search-inline {
  display: inline; }

#searchForm {
  width: 100%; }
  #searchForm .search {
    width: 100%; }
  #searchForm .search-form {
    line-height: 2.5rem; }
    #searchForm .search-form .content-margin {
      margin-left: 4%;
      margin-right: 4%;
      padding: 0; }
    #searchForm .search-form .inactive {
      outline: none !important; }
    #searchForm .search-form #search-display {
      display: inline;
      position: relative; }
      #searchForm .search-form #search-display #tableFilterSelect {
        width: 30% !important; }
    #searchForm .search-form .options .col select option:hover {
      background-color: #004A96; }
    #searchForm .search-form .options .col select option {
      background-color: red; }
#registerForm .row, #userAlterForm .row, #alterForm .row {
padding-left: 0.3rem;
padding-bottom: 0px;
margin-bottom: 0px;
padding-top: 0px;
margin-top: 0px;
line-height: 1rem;
}

.search-bar {
  border: 0.5px solid #5F5F5F;
  width: 65%;
  height: 45px;
  display: inline;
  background: url("../../_images/img/icons/icon_search.png") right;
  background-repeat: no-repeat;
  background-color: rgba(242, 246, 250, 0.5) !important;
  box-shadow: none !important;
  padding-right: 10px; }

.dropdown-filter {
  background: url("../../_images/img/icons/Komponente_44_1.png") right;
  background-repeat: no-repeat;
  box-shadow: none;
  font-family: "Rawline";
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .dropdown-filter option {
    font-family: "Rawline";
	font-size: 14px;}

.calendar-icon {
  background: url(../../_images/img/icons/date_range.svg) right 0.5rem top 0.5rem;
  background-repeat: no-repeat;
  box-shadow: none;
  font-family: "Rawline";
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  background: transparent; }

.font-bold {
  font-weight: bold; }

.pub-res-card {
  border: 0px;
  outline: none; }

.pub-res-card-body {
  background-color: #F2F6FA;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  margin: 0.3rem;
  margin-bottom: 1rem;
  padding: 1.25rem; }
  .pub-res-card-body:hover {
    background-color: #D8E5F0;
    border: 0.5px solid #707070; }
    .pub-res-card-body:hover .col-5:first-child .font-bold {
      text-decoration: underline; }
  .pub-res-card-body:active {
    background-color: #D8E5F0;
    border: none; }
  .pub-res-card-body .col-5:first-child {
    border-right: 1px solid rgba(112, 112, 112, 0.5); }

.card-table {
  border-collapse: separate;
  border-spacing: 0 1rem; }
  .card-table td, .card-table th {
    border-top: none;
    padding: 0.5rem;
    padding-top: 10px;
    padding-bottom: 10px; }
  .card-table thead tr {
    border-radius: 5px;
    box-shadow: 0 0 0 5px #ffffff; }
  .card-table thead th {
    border-bottom: none !important; }
    .card-table thead th a, .card-table thead th a:hover, .card-table thead th a:focus {
      color: #ffffff;
      text-decoration: none; }

.card-border {
  box-shadow: 0px 3px 6px #00000029; }
  .card-border:hover {
    border: none; }
  .card-border:active, .card-border:focus {
    outline: 2px solid #3AE008 !important;
    border: 2px solid #3AE008 !important; }

.ai-bietercockpit a, .ai-bietercockpit a:focus {
  color: #EA6711 !important;
  text-decoration: underline !important;
  font-weight: bold; }
.ai-bietercockpit a:hover {
  text-decoration: none;
  color: #EA6711 !important;
  font-weight: bold; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.info-block {
  padding: 6.5rem; }

.email {
  text-decoration: underline !important;
  color: #0071EB; }

.p-end a {
  text-decoration: underline;
  color: #0071EB; }

  .card-deck a, .card-4 a{
  text-decoration: none;}

.bold {
  font-weight: bold; }

/*.underline{
    text-decoration: underline;;
}*/
.separator {
  width: 100%;
  margin-top: 0.5rem;
  color: #282828;
  border-top: 2px dotted rgba(0, 0, 0, 0.3); }

.small {
  height: 1rem;
  width: 1rem; }

.medium {
  height: 28px;
  width: 28px; }

.large {
  height: 40px;
  width: 40px; }

input[type='text']:-webkit-autofill,
input[type='date']:-webkit-autofill,
input[type='password']:-webkit-autofill,
input[type='email']:-webkit-autofill,
select:-webkit-autofill {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #333333;
  border-radius: 5px;
  opacity: 0.5; }

input[type='text']:active,
input[type='date']:active,
input[type='password']:active,
input[type='email']:active, select:active {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 0.5;
  outline: none; }

input[type='text']:placeholder-shown,
input[type='date']:placeholder-shown,
input[type='password']:placeholder-shown,
input[type='email']:placeholder-shown, select:placeholder-shown {
  background-color: #F2F6FA; }

input[type='text']:not(:placeholder-shown):not(.readonly-input),
input[type='date']:not(:placeholder-shown),
input[type='password']:not(:placeholder-shown),
input[type='email']:not(:placeholder-shown), select:not(:placeholder-shown) {
  background-color: #ffffff !important;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid rgba(51, 51, 51, 0.5);
  border-radius: 5px;
  font-size: 16px;
  color: #212529; }

/*input[type='text']:valid,
input[type='password']:valid {
    border-color: 2px solid #1D6C04;
    background-color: #7FD97F73;
}*/
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='reset']:focus,
input[type='date']:focus {
  border-radius: 5px;
  background-color: none;
  outline: none;
  box-shadow: none; }

select:focus,
button:focus, span.form-control:focus {
  outline: none !important;
  box-shadow: none !important; }

input:read-only {
  background-color: #B1B1B1 !important; }

.error-input {
  background-color: #F3D0D1;
  border: 2px solid #D62029; }

.error {
  color: #D62029;
  font-weight: bold;
  font-size: 14px;
  display: block; }

.error-content {
  color: #D62029; }

.tooltip-span {
  float: right; }

.tooltip-inner {
  background: #F1DF3C;
  color: #000000;
  width: 300px;
  min-width: 300px;
  max-width: 400px;
  text-align: left;
  padding: 0.5rem; }

.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #F1DF3C;
  border-bottom: 5px solid #F1DF3C; }

.bs-tooltip-top .arrow:before {
  border-top-color: #F1DF3C;
  border-top: 5px solid #F1DF3C; }

.bs-tooltip-left .arrow:before {
  border-left-color: #F1DF3C;
  border-left: 5px solid #F1DF3C; }

.bs-tooltip-right .arrow:before {
  border-right-color: #F1DF3C;
  border-right: 5px solid #F1DF3C; }

.login {
  border-right: 2px dotted rgba(0, 0, 0, 0.3); }

.full-width {
  width: 100%; }

.fit-content {
  width: 40%; /* für alle Browser die fit-content nicht unterstützen wie z.B. IE */
  width: -moz-fit-content;
  width: fit-content;
  }

.form-btn-width {
  width: 18%; }

.internal-link-b, .external-link-b, .email-link-b {
  color: #333333;
  display: inline-table;
  line-height: 2rem;
  text-decoration: underline; }

.required-label::after {
  content: "*";
  font-size: x-large;
  font-weight: bold;
  color: red; }

label:not(.required-label):not(.error)::after {
  content: " ";
  font-size: x-large; }
  
.placeholder-input::-webkit-input-placeholder {
  font-style: italic; }

.placeholder-input::-moz-placeholder {
  font-style: italic; }

.placeholder-input::-moz-placeholder {
  font-style: italic; }

.placeholder-input::-ms-input-placeholder {
  font-style: italic; }

.placeholder-input:placeholder-shown {
  font-style: italic; }

.register-icons {
  height: 60px;
  width: 60px; }

.display-grid {
  display: table-caption; }

.spanCheckbox {
  display: inline-flex; }

.labelCheckbox {
  margin-left: 1rem; }

.btn-circle {
  display: inline-block;
  border: 1px solid #707070;
  padding: 0.3rem;
  background-color: #ffffff;
  z-index: 99;
  font-size: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 25px;
  line-height: 1.55 !important; }

.btn-circle:before {
  vertical-align: middle; }

.btn-margin {
  margin-right: 1rem; }

.icon-small {
  margin: 0 5px 10px 0;
  height: 18px;
  padding: 0; }

.alert-warning-custom {
  color: #D62029;
  font-weight: bold; }

 .alert-note {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
text-decoration: none;
  border-radius: 0.25rem;
  color: #000000;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-note hr {
    border-top-color: #f1b0b7; }
	  .alert-note h1{
    text-decoration: underline;}


.stepwizard-row {
  display: flex;
  position: relative;
  z-index: 0; }

.stepwizard-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 1.7rem;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #707070; }

.stepwizard-step .icon-menu i:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  cursor: pointer; }

.stepwizard-step {
  min-width: calc(100% / 7);
  max-width: calc(100% / 7);
  margin: 4px;
  text-align: center;
  overflow-wrap: break-word;
  position: relative;
  z-index: 1; }

.icon-menu {
  padding: 0.375rem 0.75rem; }

.formTable tbody tr {
  background-color: #F2F6FA;
  font-family: "Rawline";
  font-size: 14px;
  border: 3px solid white; }
  .formTable tbody tr td {
    padding-left: 5px;
    padding-right: 5px; }
  .formTable tbody tr td:last-child::before {
    content: " "; }

.main-tiles {
  height: 100%; }
  .main-tiles .card-deck {
    width: 100%;
    margin: 0px;
	}
    .main-tiles .card-deck .card-col {
	display: flex;
      background-color: #D8E5F0;
      height: 120px;
      margin: 0.5rem;
      min-width: calc((100%/3) - 1rem);
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px; 
	  
	  }
      .main-tiles .card-deck .card-col .card-body {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .main-tiles .card-deck .card-col .card-body .card-text {
          overflow-wrap: break-word; }
      .main-tiles .card-deck .card-col:hover {
        background-color: #F1DF3C; }
      .main-tiles .card-deck .card-col:active {
        background-color: #D8E5F0; }
      .main-tiles .card-deck .card-col:focus {
        background-color: #D8E5F0; }
      .main-tiles .card-deck .card-col a {
        width: 100%;
        height: 100%;
        display: block;
        color: #212529; }
      .main-tiles .card-deck .card-col a:hover {
        text-decoration: none;
        color: #212529; }
      .main-tiles .card-deck .card-col a:focus {
        outline: none; }
    .main-tiles .card-deck .card-2-ht {
      height: 90px; }
    .main-tiles .card-deck .card-1 {
      min-width: calc((100%/1) - 1rem);
      padding: 0px;
      background-color: #F2F6FA;
      margin: 0.5rem;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px; }
     /* .main-tiles .card-deck .card-1 a {
        text-decoration: underline; }*/
    .main-tiles .card-deck .card-2 {
      min-width: calc((100%/2) - 1rem);
      padding: 0px;
      background-color: #F2F6FA;
      margin: 0.5rem;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px; }
      .main-tiles .card-deck .card-2 a {
        text-decoration: underline; }
    .main-tiles .card-deck .card-4 {
      display: flex;
	  min-width: calc((100%/4) - 1rem);

      height: 200px;
      padding: 0px;
      background-color: #F2F6FA;
      margin: 0.5rem;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 5px; }
	     .main-tiles .card-deck .card-4 a {
        width: 100%;
        height: 100%;
        display: block;
		color: #000000;
        }
     .main-tiles .card-deck .card-4:hover, .main-tiles .card-deck .card-1:hover{
        background-color: #D8E5F0; }
	.main-tiles .card-deck .card-4 h2, .main-tiles .card-deck .card-1 h2{
        color: #0362b9; }
	.main-tiles .card-deck .card-4:hover  h2, .main-tiles .card-deck .card-1:hover  h2{
        text-decoration: underline; }
	  /*.main-tiles .card-deck .card-4 {
        text-decoration: underline; }*/

/*-------------------------------------------------------------------------------
---------------------------- PAGINATION -------------------------------------------
---------------------------------------------------------------------------------*/
.color-main-important {
  color: #004A96; }

.page-link {
  border: 0px;
  color: #004A96;
  height: 25px;
  width: 25px;
  padding: 0px;
  text-align: center;
  line-height: 1.4rem;
  font-weight: bold;
  margin: 20px 1px 0 1px; }

.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active a:focus, .pagination .active span:hover, .pagination .active span:focus {
  background-color: #004A96 !important;
  color: #ffffff; }
.pagination a:focus {
  border: none; }

.page-item {
  border: 0px;
  margin: 0.125rem; }
  .page-item img {
    height: 25px;
    width: 25px;
    padding-bottom: 10px;
    vertical-align: top; }

.page-circle {
  border-radius: 50%; }

.auto-height {
  height: auto; }

.tableNoBorder tr,
.tableNoBorder > tbody > tr > td {
  border: none;
  padding-left: 1rem;
  padding-right: 1rem; }

.tableNoBorder {
  table-layout: fixed; }
  .tableNoBorder tr {
    background-color: #F2F6FA; }
  .tableNoBorder td {
    font-family: "Rawline"; }

.table-heading {
  background-color: rgba(165, 194, 220, 0.43) !important;
  border-radius: 5px; }

.table-heading-text {
  color: #004A96;
  padding: 1rem;
  border-radius: 5px; }

.table-space-white {
  background-color: #ffffff !important; }

.table-label {
  color: #333333;
  font-weight: bold !important; }

.table-alternate th, .table-alternate td {
  text-align: center; }
.table-alternate tr:nth-child(even):not(.t-head) {
  background-color: #DEE2E5; }
.table-alternate .t-head {
  background-color: #DEE2E5; }
  .table-alternate .t-head th {
    font-weight: 400; }
.table-alternate .linkArea {
  cursor: pointer;
  text-decoration: underline; }

.breadcrumb {
  background-color: initial;
  font-size: 14px;
  font-weight: 400;}

.breadcrumb-item a {
  color: #A50109;
  font-weight: bold; }
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  text-decoration: none; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #333333;
  content: "\003E"; }

.breadcrumb-item.active {
  color: #333333; }

.breadcrumb-item:last-child:not(:first-child) a {
  color: #333333;
  text-decoration: none;
  cursor: default;
  font-weight: 400;
 pointer-events: none;  }

.modal-header {
  border-bottom: none;
  padding: 0px 10px 0px 10px; }

.modal-title {
  padding: 20px 30px 0px 30px; }

.modal-footer {
  border-top: none;
  display: inline-block;
  padding: 0px 40px 20px 40px; }

.modal-body {
  padding: 0rem 40px 0rem 40px; }
  .modal-body a, .modal-body a:hover, .modal-body a:focus {
    color: #D62029;
    text-decoration: underline; }
  .modal-body .color-btn-default, .modal-body .color-btn-default:hover {
    color: #ffffff !important; }

.heading-panel {
  background-color: #004A96;
  padding: 0.75rem;
  color: #ffffff; }

.file-panel {
  background-color: #F2F6FA;
  color: #000000;
  margin-top: 0.3rem;
  padding: 0.75rem; }
  .file-panel a {
    text-decoration: none;
    color: #000000;
    text-overflow: ellipsis;
    width: 450px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden; }
  .file-panel .fileSize {
    color: #000000; }

.checkbox-align {
  display: list-item;
  list-style: none;
  float: right;
  transform: scale(1.5); }

#aiwlLauncher .color-cross {
  color: #b50000; }
#aiwlLauncher .color-green {
  color: #5a9e5a; }

@media print {
  body {
    display: block;
  }
  .hideInPrint {
    display: none !important; } }
.skip-links a {
  transform: translateY(-100%);
  position: absolute; }
.skip-links a:focus {
  transform: translateY(0%); }

#accordion .ui-icon {
  display: none; }

.accordion {
  width: 100%; }
  .accordion .card-header {
    background: rgba(165, 194, 220, 0.43) 0% 0% no-repeat padding-box;
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
	}
  .accordion .card-title {
    color: #004A96 !important;
    font-weight: bold;
    vertical-align: middle;
    float: left;
    text-align: left;
    margin: 0.25rem 25px 0.25rem 0; }
  .accordion .card-body {
    background: #f2f6fa 0% 0% no-repeat padding-box; }
    .accordion .card-body p {
      margin-bottom: 0; }
  .accordion .card {
    margin-top: 6px;
    border: 1px !important;
    border-radius: 0.25rem !important; }
  .accordion .accordion-icon {
    background: url("../../_images/img/icons/icon_close.svg") right;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    background-size: 30px 30px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px; }
  .accordion .collapsed .accordion-icon {
    background: url("../../_images/img/icons/icon_open.svg") right;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    background-size: 30px 30px; }

.accordion > .card:first-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.pub-res-card-body .col-6 span:not(:last-child) p {
  margin-bottom: 1rem !important; }

.user-is-tabbing #main-links .banner .anmelden .dropdown-menu .dropdown-span a:active,
.user-is-tabbing #main-nav #header-hilfe .hilfe-dropdown:hover .dropdown-menu a:active,
.user-is-tabbing .btn-level-A:active, .user-is-tabbing .btn-next:active, .user-is-tabbing .btn-level-A:hover, .user-is-tabbing .btn-level-A:focus,
.user-is-tabbing .btn-previous:active, .user-is-tabbing .btn-grey:active, .user-is-tabbing .btn-grey:hover, .user-is-tabbing .btn-previous:focus, .user-is-tabbing .btn-grey:focus,
.user-is-tabbing .btn-level-B:active,
.user-is-tabbing input[type='text']:active,
.user-is-tabbing input[type='date']:active,
.user-is-tabbing input[type='password']:active,
.user-is-tabbing input[type='email']:active, .user-is-tabbing select:active,
.user-is-tabbing input[type='text']:not(:placeholder-shown):not(.readonly-input):focus,
.user-is-tabbing input[type='date']:not(:placeholder-shown):focus,
.user-is-tabbing input[type='password']:not(:placeholder-shown):focus,
.user-is-tabbing input[type='email']:not(:placeholder-shown):focus, .user-is-tabbing select:not(:placeholder-shown):focus,
.user-is-tabbing input[type='text']:focus,
.user-is-tabbing input[type='password']:focus,
.user-is-tabbing input[type='email']:focus,
.user-is-tabbing input[type='reset']:focus,
.user-is-tabbing input[type='date']:focus,
.user-is-tabbing .main-tiles .card-deck .card-col:active,
.user-is-tabbing select:focus, .user-is-tabbing button:focus, .user-is-tabbing span.form-control:focus
.user-is-tabbing .main-tiles .card-deck .card-col:focus,
.user-is-tabbing .card-header:focus {
  border: 2px solid #3AE008;
  outline: none !important;
  box-shadow: none !important; }

*:focus {
  outline: none !important; }

.user-is-tabbing *:focus {
  outline: 2px solid #3AE008 !important; }



/*SBE */
.navbar-nav {
   padding-left: -10px;
}
.container {

  padding-right: 10px;
  padding-left: 10px;
}


a.clickable-list-item {
  text-decoration: none;
  color:inherit;
  display:block;
}

/* ************* Farbliche Gestaltung der Registrierungsschritte ************ */
.stepwizard-step p {
  display: none;
  position: absolute;
  font-size: .8em;
  line-height: 1em;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border: 1px solid #909090;
  padding: 2px 2px 4px 2px;

  white-space: nowrap;
  overflow: visible;
}
.stepwizard-step:hover p {
  display: block;
}
.step-active i.far,
.step-active i.fas {
  color: #000;
}
.step-active-done i.fas {
  color: #0F811C !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .stepwizard-step {
    margin:0;
  }
  .stepwizard-step:last-child::after {
    content: '';
    position: absolute;
    top: 1.7rem;
    width: 100%;
    height: 1px;
    z-index: -1;
    background: #707070;
  }
}
/* ************* Korrektur IE Modaldialog ************ */

.btn-grey-full-width {
  width: 100%; }



#main-nav .navbar-sub-right {
  width: 100%;
  z-index: 1000;
  background-color: #5f5f5f;
  display: flex;
  text-align: left;
  padding: 0px;

}


#search-icon {
  margin-right: 9px;
}

.alert-note-xs {
  margin-left: -5px;
  margin-right: -5px;

}
@media only screen and (min-width: 10px) and (max-width: 767px) {
  #search-icon {
    margin-right: 0px;
  }

  .section {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
    margin-bottom: 0.5rem;
    word-break: break-all
  }

  .alert-note-xs {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
    margin-bottom: 0.5rem;
    word-break: break-all;
  }
}
@media only screen and (min-width: 10px) and (max-width: 576px) {
  #header-top-menu {
    min-height: 70px;
  }
}

.word-break-all {
  word-break: break-all
}


@media only screen and (min-width: 10px) and (max-width: 767px) {
  .help-dropleft .dropdown-menu {
    position:absolute;
    width: 220px !important;
    left: -110px;
    margin-top: 0;
  }
  .help-dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; 
  }
  .help-dropleft .dropdown-toggle::after {
    display: none; 
  }
  .help-dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; 
  }
  .help-dropleft .dropdown-toggle:empty::after {
    margin-left: 0; 
  }
  .help-dropleft .dropdown-toggle::before {
    vertical-align: 0; 
  }
  }