body { 
    background-color:#fff;
    font-family: Inter, Arial;
    font-size: 14px;
    line-height:160%;
    color: #656565;
}
.container-fluid.header-wrapper {
    border-bottom: 2px solid #624439;
}
header {
    position: relative;
    min-height: 100px;
    background-color: #ffffff;
}
header .logo {
    background: #fff;
    width: 250px;
}
header .login {
    color: #656565;
}

.crumbs a {
    color: #333333;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

.container-fluid.gray {
    background-color: #f8f8f8;
}
.index,
.container .content {
    min-height: 500px;
}

footer {
    min-height: 150px;
    margin-bottom: 100px;
    background-color: #fff;
}
footer .logo img {
    background: #f8f8f8;
    width: 250px;
}
footer .footer-nav-border {
    padding: 0;
    height: 2px;
    background-color: #DDDDDD;
}
footer .eu-funded {
    width: 80%;
}

.footer-nav a {
    color: #333333;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-nav a i {
    font-size: 20px;
}

H1, H2, H3, H4  {
    font-weight:normal;
}
.index h2,
.intro h2 {
    border-bottom:2px solid black;
    padding-bottom:10px;
    display:block;
}

.slider {
    top:100px;
    width:100%;
    position: relative;
    
    display:none;
    padding-bottom: 100px;

}
.slider.sub{
    position:relative;
    top:0px;
    width:auto;
}

.slider.intro {
    display:block;
}

A.btn:not(.datamatrix) {
    text-transform:uppercase;
    padding:10px;
    border-bottom:1px solid #777;
    background-color:#ccc;
    text-decoration:none;
    color:#000;
    margin-bottom:15px;
}
A.btn:hover  {
    background-color:#aaa;
}
A.btn.center {
    text-align:center;
    display:block;
    width:auto;
}
A.s {
    text-decoration:none;
    color:black;
}
A.s span.dynamic {
    background-color:#bbb;
}

select {
    border: 1px solid #ccc;
    color:#656565;
    width:100%;
    padding:10px;
    font-size:15px;
    border-radius: 5px;
}
select:focus-visible {
    outline: none !important;
}
span.yellow-bg:hover  {
    border:1px solid #b87333;
}
span.yellow-bg {
    color: #656565;
    border:1px solid transparent;
    background-color:#fffb00ec;
    padding:5px;
    line-height: 2rem;
}
span.dynamic:hover  {
    border:1px solid #333;
}
span.dynamic {
    border:1px solid transparent;
    background-color:#b8d8fd;
    padding:5px;
}
span.dynamic.blue {
    color: #fff;
    border-radius: 5px;
    background-color: #0054D1;
}
span.dynamic.blue a {
    color: #fff;
    text-decoration: none;
}
span.blue {
    color: #0054D1;
}

HR {
    border-top:1px solid #333;
    height:1px;
}

.panel {
    background-color:white;
    padding:15px;
    border-top:1px solid #333;
}
.panel .panel {
    background-color:#eee;
    /* margin: 10px 40px; */
}
.panel.blue {
    color: #000;
    border-top: 1px solid #0054D1;
    background: linear-gradient(0deg, rgba(188, 219, 225, 0.25), rgba(188, 219, 225, 0.25)), #FFFFFF;
    text-align: center;
}
.panel p {
    line-height: 24px;
}
.cloud {
    text-align:center;
    margin: 0 50px;
}
.cloud .biggest {
    font-size:140%;
    text-align:center;
    font-weight:bold;
}
.cloud .bigger {
    font-size:140%;
    text-align:center;
}
div.word-tab {
    color: #fff;
    margin-bottom: 5px;
    line-height: normal;
}
div.word-tab p {
    padding: 5px;
    width: fit-content;
    background-color: #0054D1;
    border-radius: 5px;
    margin-bottom: 5px;
}
div.word-tab.end {
    display: flex;
    float: right;
}
div.word-tab.start p {
    text-align: start;
}
div.word-tab.end p {
    text-align: end;
    float: right;
}
div.blue-tip {
    color: #000000;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0054D1;
}
.tooltip-inner {
    background-color: #EAF4F6;
    border: 1px solid #0054D1;
    border-radius: 3px;
    --bs-tooltip-max-width: 300px;
}
.tooltip.show {
    opacity: 1 !important;
}

.item-wrapper {
    padding-bottom: 100px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
}

ul.dashed-list {
    list-style-type: none;
}

ul.dashed-list li:before {
    content: "-";
    margin-right: 5px;
}
.fancybox-image {
    background-color: #fff;
}
.nav-tabs .nav-link {
    color: #333 !important;
    background: #fff;
    transition: unset;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}
.nav-tabs .nav-link.active {
    background-color: #DDDDDD;
    font-weight: 600 !important;
}
.nav-link:hover {
    background-color: #DDDDDD;
}




.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.accpanel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.slider-quote {
    color: #000;
    border: 1px solid #333;
    padding: 15px;
}

.min-h {
    min-height: 500px;
}

.offers {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.offer-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 250px;
    color: #000000;

    cursor: pointer;
}
.offer-wrapper:hover .desc {
    visibility: visible;
    height: auto;
    animation: .50s anim-lineUp ease-out;
}
.offer-wrapper .desc {
    height: 0;
    visibility: hidden;
}
@keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
}
.offer-wrapper.bottom {
    border-top: 2px solid #333333;
}
.offers {
    position: relative;
}
.offer-logo {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-logo::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25%;
    background-color: black;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.offer-logo::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 25%;
    background-color: black;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.suggestion {
    padding: 20px;
    position: relative;
    background-color: #ffffff;

    margin-top: 50px;
}
.suggestion h5 {
    position: absolute;
    top: -15%;
    left: 5%;
    padding: 5px 10px;
    background-color: #656565;
    color: #ffffff;
}

.query option.disabled {
    color: #c0c0c0;
    cursor: not-allowed;
}

.pilot-form {
    padding-top: 100px;
    padding-bottom: 100px;
}