/* PW */

.modal-header{
  background-color:#597BF1;
  color: #fff;
  padding:15px 50px;
}

.modal-body {
  margin-top: 20px;
  padding:15px 50px;
}
.modal-footer{
  justify-content: initial;
  padding-bottom: 35px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top:0;
  border-top:0 !important;
}

.modal-button {
  display:block;
  white-space: nowrap;
  font-weight: bold;
  color:#fff;
  line-height: 1.6;
  border:0;
  border-radius:5px;
  padding:10px 14px;
}

.modal-button:hover{
  cursor:pointer;
}
.modal-button:focus{
  outline:0;
}
.modal-button-default{
    background-color: #003249;
}
.modal-button-close{
  background:transparent;
  border:0;
  color: #fff;
  float:right;
  padding:0;
}
.modal-button-cancel{
  background-color: #989898;
}

.modal-ol{
  padding-left:20px;
  overflow-y: scroll;
  max-height: 200px;
}
.modal-ol li{
  padding:5px;
  margin-top:5px;
}
.modal-ol li:first-child{
  margin-top:0;
}
.modal-ol li:hover{
  cursor:pointer;
  background-color:rgba(181, 202, 212, 0.7);
}
.modal-font-tiny{
  font-size:14px;
  font-weight:bold;
  margin-bottom:10px;
}
.modal-content-box{
  background-color:rgba(181, 202, 212, 0.4);
  padding:15px 20px 25px;
  overflow-y: scroll;
  max-height: 200px;
}
.modal-content-box a{
  font-weight: bold;
  text-decoration: underline;
}
.modal-content-box a:hover{
  cursor: pointer;
}
.modal-content-box p:last-child{
  margin-bottom:0;
}
.question-active{
  background-color:rgba(181, 202, 212, 0.4);
}
/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* The Modal (background) */
.modal {
  display: none;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  font-size:1rem;
}

.modal h1{
  font-size:1.5rem;
  margin-bottom:0;
}

.modal-subtitle{
  font-weight:bold;
  margin-bottom:10px;
}

.modal .row{
  width:100%;
  margin-left:0;
  margin-right:0;
}

.modal .material-icons-outlined{
  margin-left:5px;
  font-size:30px;
  vertical-align: bottom;
}
.modal .material-icons-outlined.icons-green{
  color:#DBE700;
}

.modal-container {
  width: 974px;
  margin: 10% auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}
.desktop-only{
  display:block;
}
.mobile-only{
  display:none;
}
.modal-footer button{
  margin-bottom:20px;
}
.modal-footer button a{
  color:#fff;
}

@media only screen and (max-width: 600px) {
  .modal-container{
    width:90%;
    overflow-y: scroll;
    height:90%;
  }
  .desktop-only{
    display:none;
  }
  .mobile-only{
    display:block;
  }
  .modal-ol{
    overflow-y: none;
    max-height:none;
  }
}

input.faq_Searchform {
  font-size:1.2em;
  top:20px;
  padding:30px 150px 30px 75px!important;
  display:block;
  background: url('../images/search_black_24dp.svg') no-repeat left;
  background-size:30px;
  background-position:25px 17px;
}

@media screen and (min-width: 992px) {
  input.faq_Searchform {
    font-size:1.2em;
    top:20px;
    padding:30px 50px 30px 75px!important;
    display:block;
    background: url('../images/search_black_24dp.svg') no-repeat left;
    background-size:30px;
    background-position:25px 17px;
  }


}

.faq_search_container {
  margin-bottom:50px;
}

.mt_50 {margin-top:50px;}

.faqbox {margin:20px;}

button.faq_box_button {margin-top:30px}
button.faq_box_button [class^="material-icons"]{
  position:absolute;
  right:5px;
  color:#DBE700;
}

.faq_box .inner{
  box-shadow: rgb(82 82 82 / 16%) 5px 10px 15px;
  border: 0.5px solid rgb(196, 196, 196);
  padding: 50px !important;
}

.faq_box_title{
  margin-top:10px;
  margin-bottom:10px;
  display:none !important;
}
/* Zeige nur ersten fünf Fragen in den FAQ-Boxen */
.faq_box_title:nth-child(-n+6){
  display:flex !important;
}

/* hinzugefügt am 02.08.21 ab 14:30 */
/* zuletzt bearbeitet am 04.08.21 ab 11:00 */
.faq_box__icon [class^="material-icons"]{
  font-size:3rem;
  border-bottom:1px solid #000;
  padding-bottom:15px;
  padding-right:10px;
  margin-bottom:20px;
}

a.faq_box_link:hover {text-decoration: underline}

#faq-search-results{
  z-index: 1;
  background: white;
  margin:0;
  border-radius: .25rem;
  padding-left:50px;
  list-style:none;
}
#faq-search-results li{
  margin-bottom:10px;
}
#faq-search-results li:first-child{
  margin-top:20px;
}
#faq-search-results li:last-child{
  margin-bottom:30px;
}
.faq-content{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.faq-content .faq_box{
  display:grid;
  height:100%;
}
.faq-content .faq_box .inner{
  display:flex;
  flex-direction: column;
}
.faq-content .faq_box .faq_box_button{
  margin-top:auto;
}
.faq-content .faq_box_content{
  margin-bottom:50px;
}
.faq_box_title .material-icons{
  font-size:32px;
  line-height:0.85;
}
/* global styles - ggf. unsauber */
@media screen and (min-width: 768px) {
    .faq_box .inner, .faq_box .inner-full{
    padding: 0 1.667rem;
  }
}
@media screen and (min-width: 992px) {
    .faq_box .inner, .faq_box .inner-full{
    padding: 0 1.667rem;
  }
  .container-wob-row.one-col .container-wob .faq_box .inner-full .inherit a:last-child, .container-wob-row.one-col .container-wob .faq_box .inner-full .inherit p:last-child{
    margin-bottom:20px;
  }
}




@media screen and (max-width: 767px) {
  .faq-content{
    grid-template-columns: auto;
  }
  .faq-content .faq_box{
    display:block;
    height:auto;
  }
}

.tooltipHelp__icon {
    cursor: pointer;
    font-size: 22px;
    color: #003249;
    vertical-align: middle;
}


/*.searchcontainer {margin-top:100px}*/


/*ol.breadcrumb{display:none}*/
