:root {
  --extra-light: 100;
  --light: 200;
  --book: 300;
  --regular: 400;
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --heavy: 800;
  --extra-heavy: 900;
  scroll-behavior: smooth;
  --blue: #007fff;
  --green: #468c00;
  --orange: #ff7f00;
  --red: #ff0000;
  --dark-grey: #253236;
  --medium-grey: #728c98;
  --popup-grey: #666666;
  --pricelist-grey: #cccccc;
  --white: #ffffff;
  --medium-black: #242d33;
  --sans: "Open Sans";
}

@media (max-width:575px) {
  :root {
    --section-space: 5rem;
    --space: 2.5rem;
    --heading-space: 1.125rem;
    --small-space: 0.5625rem;
  }
}

@media (min-width:576px) and (max-width:767px) {
  :root {
    --section-space: 5rem;
    --space: 2.5rem;
    --heading-space: 1.125rem;
    --small-space: 0.5625rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  :root {
    --section-space: 7rem;
    --space: 3.5rem;
    --heading-space: 1.75rem;
    --small-space: 0.875rem;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  :root {
    --section-space: 7rem;
    --space: 3.5rem;
    --heading-space: 1.75rem;
    --small-space: 0.875rem;
  }
}

@media (min-width:1200px) and (max-width:1365px) {
  :root {
    --section-space: 7rem;
    --space: 3.5rem;
    --heading-space: 1.75rem;
    --small-space: 0.875rem;
  }
}

@media (min-width:1366px) {
  :root {
    --section-space: 7rem;
    --space: 3.5rem;
    --heading-space: 1.75rem;
    --small-space: 0.875rem;
  }
}

@media (max-width:575px) {
  :root, body, html {
    font-size: min(max(76.923%, 3.8461vw), 138.221%);
  }
}

@media (min-width:576px) and (max-width:767px) {
  :root, body, html {
    font-size: min(3.8461vw, 129.808%);
  }
}

@media (min-width:768px) and (max-width:991px) {
  :root, body, html {
    font-size: min(2.2222vw, 100%);
  }
}

@media (min-width:992px) and (max-width:1199px) {
  :root, body, html {
    font-size: min(1.4035vw, 84.211%);
  }
}

@media (min-width:1200px) {
  :root, body, html {
    font-size: min(1.4035vw, 100%);
  }
}

/* -----------CONTAINER------------- */

@media (min-width:1400px) {
  .container {
    max-width: 1140px;
  }
}

/* -----------FONTS-------------- */

/* ------------1----------- */

h1, .one {
  font-family: var(--sans)!important;
  font-weight: var(--heavy);
}

@media (max-width:767px) {
  h1, .one {
    font-size: 2.1875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h1, .one {
    font-size: 2.1875rem;
  }
}

@media (min-width:992px) {
  h1, .one {
    font-size: 2.1875rem;
  }
}

/* -------------2------------ */

h2, .two {
  font-family: var(--sans)!important;
  font-weight: var(--heavy);
}

@media (max-width:767px) {
  h2, .two {
    font-size: 1.375rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h2, .two {
    font-size: 1.375rem;
  }
}

@media (min-width:992px) {
  h2, .two {
    font-size: 1.375rem;
  }
}

/* -------------3a------------ */

h3, .three {
  font-family: var(--sans)!important;
  font-weight: var(--regular);
}

@media (max-width:767px) {
  h3, .three {
    font-size: 1.25rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h3, .three {
    font-size: 1.25rem;
  }
}

@media (min-width:992px) {
  h3, .three {
    font-size: 1.25rem;
  }
}

/* -------------4------------ */

h4, .four {
  font-family: var(--sans)!important;
  font-weight: var(--semi-bold);
}

@media (max-width:767px) {
  h4, .four {
    font-size: 1.125rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h4, .four {
    font-size: 1.125rem;
  }
}

@media (min-width:992px) {
  h4, .four {
    font-size: 1.125rem;
  }
}

/* -------------5------------ */

h5, .five {
  font-weight: var(--regular)!important;
  font-family: var(--sans)!important;
}

@media (max-width:767px) {
  h5, .five {
    font-size: 1rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h5, .five {
    font-size: 1rem;
  }
}

@media (min-width:992px) {
  h5, .five {
    font-size: 1rem;
  }
}

/* -------------6------------ */

h6, .six {
  font-family: var(--sans)!important;
  font-weight: var(--regular);
}

@media (max-width:767px) {
  h6, .six {
    font-size: 0.875rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  h6, .six {
    font-size: 0.875rem;
  }
}

@media (min-width:992px) {
  h6, .six {
    font-size: 0.875rem;
  }
}

/* -------------7------------ */

p {
  font-family: var(--sans)!important;
  font-weight: var(--regular);
  line-height: 1.5;
}

@media (max-width:767px) {
  p, .par {
    font-size: 1.125rem;
  }
}

@media (min-width:768px) and (max-width:991px) {
  p, .par {
    font-size: 1.125rem;
  }
}

@media (min-width:992px) {
  p, .par {
    font-size: 1.125rem;
  }
}

@media (max-width:767px) {
  .p1 {
    font-size: 1.125rem!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .p1 {
    font-size: 1.25rem!important;
    line-height: 2.0!important;
  }
}

@media (min-width:992px) {
  .p1 {
    font-size: 1.25rem!important;
    line-height: 2.0!important;
  }
}

/* ---------Content------------- */

/* ---------------------------------------- */

a {
  text-decoration: none!important;
  outline: none!important;
  color: inherit!important;
}

.btn:hover {
  margin: none!important;
  outline: none!important;
  padding: none;
}

.btn {
  border-radius: 0!important;
  background-color: var(--white)!important;
  height: 2.875rem!important;
  padding-left: 2rem!important;
  padding-right: 2rem!important;
  color: var(--grey)!important;
  display: inline-flex!important;
  align-items: center;
}

button {
  border-radius: 0!important;
}

section {
  flex: 1;
}

img {
  width: 100%;
  height: auto;
}

.dropdown-menu {
  min-width: 0rem;
}

@media (min-width: 992px) {
  .nav-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991px) {
  .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* -------------------------------------- */

body {
  background-color: var(--dark-grey);
  color: var(--white);
  display: flex;
  min-height: 100vh;
  flex-direction: column!important;
}

.background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* -------------------------------- */

@media (min-width: 992px) {
  .top {
    height: 23.4375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top {
    height: 23.4375rem;
  }
}

@media (max-width: 767px) {
  .top {
    height: 23.4375rem;
  }
}

/* --------------------------- */

@media (min-width: 992px) {
  .language-col {
    margin-top: 1.875rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .language-col {
    margin-top: 1.875rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .language-col {
    margin-top: 1.875rem;
  }
}

/* -------------------------------- */

@media (min-width: 768px) {
  .ln-link {
    margin-right: 2.125rem;
  }
}

.ln-link:not(.active) {
  color: var(--pricelist-grey)!important;
}

@media (min-width: 992px) {
  .top-logo-col {
    margin-top: 1.25rem;
    margin-bottom: 5.625rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-logo-col {
    margin-top: 1.25rem;
    margin-bottom: 5.625rem;
  }
}

@media (max-width: 767px) {
  .top-logo-col {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

/* --------------------------- */

.logo {
  max-width: 20.3125rem;
}

/* ---------------------------------------------- */

.menu-underline {
  margin-top: 1rem;
  height: 0.25rem;
  width: 100%;
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: .31s cubic-bezier(.38,-.01,0,.51);
  margin-bottom: 0;
}

.nav-item:hover > .menu-underline {
  clip-path: inset(0 0% 0 0);
}

@media (max-width:991px) {
  .menu-underline {
    display: none!important;
  }
}

/* -------------------------- */

@media (max-width:991px) {
  #navcol-1 {
    display: none;
    width: 100vw;
    clip-path: inset(0px 100% 0px 0px);
    z-index: 999;
    overflow-x: hidden;
    text-align: left;
    position: relative;
  }
}

@media (min-width:992px) {
  #navcol-1 {
    clip-path: none!important;
  }
}

/* ------------------------- */

#burger {
  border: none!important;
}

#burger_icon {
  max-width: 2.5rem;
}

/* ----------------------------- */

.nav-link {
  color: var(--white)!important;
  font-weight: var(--bold)!important;
}

/* --------------------------- */

@media (min-width: 992px) {
  .intro-col {
    height: 34.0625rem;
    background-position-y: 75%!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .intro-col {
    height: 34.0625rem;
    background-position-y: 75%!important;
  }
}

@media (max-width: 767px) {
  .intro-col {
    height: 34.0625rem;
    background-position-y: 75%!important;
  }
}

#tabs {
  margin-top: 2rem;
  position: fixed;
  z-index: 1000;
  border-radius: 0 1.5rem 1.5rem 0!important;
  background-color: var(--white);
  padding: 0.5rem;
}

#map_txt {
  color: var(--pricelist-grey);
  padding: 0;
  margin: 0;
}

.tab-icon:not(#map_icon) {
  min-height: 3rem;
}

#map_icon:not(.is-german) {
  min-height: 7rem;
}

#map_icon.is-german {
  min-height: 9rem;
}

.tab-icon {
  background-color: var(--white);
  padding: 0.5rem;
  background-size: contain!important;
  background-origin: content-box;
  min-width: 3rem;
}

.tab-con-link {
  border-top: 0.0625rem solid var(--pricelist-grey);
}

@media (min-width: 768px) and (max-width: 991px) {
  #blue_green_cont {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #blue_green_row {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .blue-green-col {
    height: 9.375rem;
    background-position-x: 50%!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blue-green-col {
    height: 9.375rem;
    background-position-x: 50%!important;
  }
}

@media (max-width: 767px) {
  .blue-green-col {
    height: 9.375rem;
  }
}

@media (max-width: 767px) {
  #blue_col_mob {
    height: 9.375rem;
    background-color: var(--blue);
  }
}

@media (max-width: 767px) {
  #green_col_mob {
    height: 9.375rem;
    background-color: var(--green);
  }
}

/* --------------------------- */

@media (min-width: 992px) {
  #services {
    height: 59.375rem;
    min-height: 59.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #services {
    height: 59.375rem;
    min-height: 59.375rem;
  }
}

@media (max-width: 767px) {
  #services {
    height: 59.375rem;
    min-height: 59.375rem;
  }
}

@media (min-width: 992px) {
  .service-col {
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-col {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .service-col {
    margin-bottom: 5rem;
  }
}

.service-img {
  width: 3.75rem;
}

/* ------------------------------ */

@media (min-width: 768px) {
  .section-top-row {
    margin-top: 8.4375rem;
    margin-bottom: 7.8125rem;
  }
}

@media (max-width: 767px) {
  .section-top-row {
    margin-top: 7.1875rem;
    margin-bottom: 6.875rem;
  }
}

/* --------------------------- */

.section-title {
  color: var(--white);
}

/* --------------------------- */

.section-sub {
  color: var(--white);
}

/* --------------------------- */

@media (min-width: 992px) {
  #parking {
    height: 59.375rem;
    min-height: 59.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #parking {
    height: 59.375rem;
    min-height: 59.375rem;
  }
}

@media (max-width: 767px) {
  #parking {
    background-position-x: 50%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
  }
}

@media (max-width: 767px) {
  .parking-col {
    margin-bottom: 5rem;
  }
}

.table-cont-row {
  height: 100%;
}

.table-cont-col {
  height: 100%;
}

.table-label {
  border-radius: 0.625rem 0.625rem 0 0;
  height: 7.5rem;
  margin-bottom: 0;
}

thead > tr {
  height: 1rem!important;
}

#blue_label {
  background-color: var(--blue);
  border-radius: 0.625rem 0.625rem 0 0;
}

#orange_label {
  background-color: var(--orange);
  border-radius: 0.625rem 0.625rem 0 0;
}

.table-responsive {
  background-color: var(--white);
  opacity: 0.9;
  border-radius: 0 0 0.625rem 0.625rem;
  height: calc(100% - 7.5rem);
  padding: 1.5625rem!important;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .table-responsive {
    padding: 1.5625rem!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .table-responsive {
    padding: 1rem!important;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    padding: 1.5625rem!important;
  }
}

.left-table-col-cell {
  border-right: 0.0625rem solid var(--pricelist-grey);
  padding-left: 1.5625rem!important;
}

.right-table-col-cell {
  padding-left: 1.4375rem!important;
}

.table-cell {
  border-top: 0!important;
  font-size: 1.125rem;
}

.table-row {
  border-top: 0.0625rem solid var(--pricelist-grey)!important;
}

.table-cell {
  vertical-align: middle!important;
}

/* --------------------------- */

@media (min-width: 992px) {
  #about {
    background-attachment: fixed;
    height: 50rem;
    min-height: 50rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #about {
    background-attachment: fixed;
    height: 50rem;
    min-height: 50rem;
  }
}

@media (max-width: 767px) {
  #about {
    background-attachment: fixed;
    height: 51.25rem;
    min-height: 51.25rem;
  }
}

/* --------------------------- */

@media (min-width: 992px) {
  #map {
    height: 46.875rem;
    min-height: 46.875rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 46.875rem;
    min-height: 46.875rem;
  }
}

@media (max-width: 767px) {
  #map {
    height: 46.875rem;
    min-height: 46.875rem;
  }
}

#map_container {
  height: inherit;
}

#map_row {
  height: inherit;
}

#map_col {
  height: inherit;
}

@media (min-width: 992px) {
  #contact {
    height: 23.4375rem;
    min-height: 23.4375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contact {
    height: 23rem;
    min-height: 23rem;
  }
}

@media (max-width: 767px) {
  #contact {
    height: 27.5rem;
    min-height: 27.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contact_row {
    margin-top: 8.4375rem;
  }
}

/* -------------------------- */

@media (min-width: 992px) {
  #logo_contact_col {
    margin-top: 6.25rem;
  }
}

@media (min-width: 992px) {
  #info_contact_col {
    margin-top: 9.375rem;
  }
}

@media (max-width: 991px) {
  .info-item {
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  #info_contact_col {
    margin-top: 4.375rem;
  }
}

@media (min-width: 992px) {
  #links_contact_col {
    margin-top: 9.375rem;
  }
}

@media (max-width: 767px) {
  #links_contact_col {
    margin-top: 3.875rem;
  }
}

/* ------------------------------------------------- */

.contact-links-arrow {
  transform: rotate(90deg);
  margin-right: 1rem;
}

.contact-links-arrow-notices {
  transform: rotate(90deg);
}

/* --------------------------- */

@media (min-width: 992px) {
  #copyright {
    height: 3.125rem;
    min-height: 3.125rem;
  }
}

#copyright {
  background-color: var(--medium-black);
}

/* ------------------------------------------------ */

@media (max-width:767px) {
  #copyright_col {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width:768px) {
  #copyright_col {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width:767px) {
  #created_col {
    padding-bottom: 1rem;
  }
}

@media (min-width:768px) {
  #created_col {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* ---------------------------------------- */

#copyright_heading {
  margin-bottom: 0;
  color: var(--pricelist-grey);
}

@media (max-width:767px) {
  #copyright_heading {
    font-size: 0.825!important;
  }
}

/* ---------------------------------------- */

#created_by_heading {
  margin-bottom: 0;
  color: var(--pricelist-grey);
}

@media (max-width:767px) {
  #created_by_heading {
    font-size: 0.825!important;
  }
}

/* ---------------------------------------- */

@media (min-width:768px) {
  #created_by_img {
    max-height: 1.375rem;
    max-width: 4.2669rem;
    margin-left: 0.225rem;
  }
}

@media (max-width:767px) {
  #created_by_img {
    width: 3.6rem;
    margin-left: 0.225rem;
  }
}

#notices {
  background-color: var(--white);
  color: var(--dark-grey);
}

.notice-column {
  border-top: 0.0625rem solid var(--pricelist-grey);
  padding-left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.breadcrumps-row {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.blue-div {
  background-color: var(--blue);
  color: var(--white);
  margin-right: 2rem;
}

@media (min-width: 768px) {
  .blue-div {
    width: 5rem!important;
    min-width: 5rem!important;
    max-width: 5rem!important;
    height: 100%!important;
  }
}

@media (max-width: 767px) {
  .blue-div {
    width: 5rem!important;
    min-width: 5rem!important;
    max-width: 5rem!important;
    height: 100%!important;
  }
}

.notice-resume {
  color: var(--blue);
}

#notices_title {
  margin-bottom: 2rem;
}

.tab-side-div {
  position: relative;
}

.tab-side-heading {
  color: var(--medium-black);
  position: absolute;
  left: 6rem;
  bottom: -0.5rem;
  background: var(--white)!important;
  padding: 0.5rem;
  z-index: 1000;
  width: 10rem;
  text-align: center;
  font-size: 0.825rem!important;
}

.rotation-wrapper-outer {
  display: table;
}

.rotation-wrapper-inner {
  padding: 50% 0;
  height: 0;
}

.element-to-rotate {
  display: block;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%);
  margin-top: -50%;
  white-space: nowrap;
}

@media (max-width: 575px) {
  #notices_row {
    padding-left: 0.9375rem;
  }
}

.is-not-greek {
  display: none!important;
}

@media (max-width: 1024px) {
  #top {
    margin-bottom: -55px;
    z-index: 1000000000000;
  }
}

