/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth;
}
button:focus {
  outline: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100% !important;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shadow, #g-header {
  -webkit-box-shadow: 3px 1px 10px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 3px 1px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 3px 1px 10px 0px rgba(50, 50, 50, 0.25);
}
.hidden {
  display: none;
}
.required {
  border: 1px solid red;
}
.one-line {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  max-width: 95%;
}
/* RESPONSIVE */
/* Phone portrait */
/* Phone landscape */
/* Bigger phone landscape */
/* Tablet portrait */
/* Tablet landscape and small desktop - 1200px width */
/* Wide desktop - 1280px width */
/* HD desktop - 1366px width */
/* HD+ desktop  - 1600px width*/
/* FHD desktop  - 1920px width*/
/* QHD desktop / 2K - 2560px width*/
/* UHD desktop / 4K - 3880px width*/
@media (max-width: 575px) {
  * {
    background-attachment: scroll !important;
  }
}
@media (max-width: 767px) {
  * {
    background-attachment: scroll !important;
  }
}
p {
  margin: 0 0 10px;
}
.g-content {
  margin: 0;
  padding: 0;
}
@media (max-width: 1279px) {
  .g-container {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .g-container {
    width: 100%;
  }
}
#g-header {
  background: #fff !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#g-header .logo img {
  width: 100%;
}
@media (max-width: 767px) {
  #g-header .logo img {
    max-width: 300px !important;
    display: block;
    margin: 0 auto;
  }
}
#g-header .header-row {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #g-header .header-row {
    justify-content: center;
  }
}
#g-header .header-row ul {
  display: flex;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  /* @include phone {
        flex-direction: column;
        text-align: center;
      }*/
}
#g-header .header-row ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 50px;
}
@media (max-width: 991px) {
  #g-header .header-row ul li {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  #g-header .header-row ul li {
    padding: 0 10px;
  }
}
#g-header .header-row ul li:first-of-type {
  border-right: 1px solid #c5c5c5;
}
#g-header .header-row ul li strong {
  display: block;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0384CE;
}
@media (max-width: 575px) {
  #g-header .header-row ul li strong {
    font-size: 16px;
  }
}
#g-header .header-row ul li a {
  color: #666666;
}
#g-header .header-row ul li a:hover {
  color: #0384CE;
}
#g-main {
  padding: 139px 0 0 0;
  background: #F8F8F8;
}
#g-main .entry-header {
  display: none;
}
#g-main #top-row {
  height: 33vw;
  display: flex;
  align-items: center;
  position: relative;
}
#g-main #top-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(3, 132, 206, 0.1) 10%, rgba(3, 132, 206, 0.6) 100%);
  z-index: 1;
}
#g-main #top-row .textwidget {
  position: relative;
  z-index: 2;
}
#g-main #top-row h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  #g-main #top-row h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  #g-main #top-row h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
#g-main #top-row h1:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -15px;
  width: 10%;
  height: 4px;
  background: #0384CE;
}
#g-main #top-row p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}
@media (max-width: 575px) {
  #g-main #top-row p {
    font-size: 18px;
    line-height: 28px;
  }
}
#g-main #top-row p strong {
  color: #fff;
  text-transform: uppercase;
}
#g-main #hader-bottom {
  position: relative;
  z-index: 33;
  margin-top: -120px;
  color: #fff;
}
@media (max-width: 1279px) {
  #g-main #hader-bottom {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  #g-main #hader-bottom {
    flex-direction: column;
    margin-top: -40px;
  }
  #g-main #hader-bottom .panel-grid-cell {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #g-main #hader-bottom {
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  #g-main #hader-bottom {
    margin-top: -10px;
  }
}
#g-main #hader-bottom .panel-grid-cell {
  background: #42B3E5;
  height: 300px;
  display: block;
  padding: 20px 25px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
@media (max-width: 1199px) {
  #g-main #hader-bottom .panel-grid-cell {
    height: 350px;
  }
}
@media (max-width: 991px) {
  #g-main #hader-bottom .panel-grid-cell {
    height: auto;
  }
}
@media (max-width: 575px) {
  #g-main #hader-bottom .panel-grid-cell {
    padding: 10px;
    font-size: 14px;
  }
}
#g-main #hader-bottom .panel-grid-cell:nth-of-type(2) {
  background: #0384CE;
}
#g-main #hader-bottom .panel-grid-cell:nth-of-type(3) {
  background: #3156A3;
}
#g-main #hader-bottom .panel-grid-cell:hover {
  margin-top: -20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #g-main #hader-bottom .panel-grid-cell:hover {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#g-main #hader-bottom .panel-grid-cell h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
#g-main #hader-bottom .panel-grid-cell strong {
  color: #fff;
}
#g-main #hader-bottom .panel-grid-cell a {
  color: rgba(255, 255, 255, 0.8);
}
#g-main #hader-bottom .panel-grid-cell a:hover {
  color: #fff;
  text-decoration: underline;
}
#g-main #hader-bottom .panel-grid-cell ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  font-size: 14px;
}
@media (max-width: 575px) {
  #g-main #hader-bottom .panel-grid-cell ul {
    grid-template-columns: 1fr;
  }
}
#g-main .duble-image {
  padding: 100px 0;
  background: #F8F8F8;
  align-items: center !important;
}
@media (max-width: 991px) {
  #g-main .duble-image {
    flex-direction: column-reverse !important;
    padding: 50px 0;
  }
  #g-main .duble-image .panel-grid-cell {
    width: 100%;
  }
}
#g-main .duble-image .image-field {
  padding-top: 66.66%;
  position: relative;
}
@media (max-width: 1199px) {
  #g-main .duble-image .image-field {
    padding-top: 80%;
  }
}
@media (max-width: 991px) {
  #g-main .duble-image .image-field {
    margin-top: 30px;
    padding-top: 66.66%;
  }
}
#g-main .duble-image .image-field img {
  width: 70%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.8);
}
#g-main .duble-image .image-field img:last-of-type {
  z-index: 2;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
}
#g-main .duble-image .image-field img:hover {
  width: 90%;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#g-main .duble-image h2 {
  margin: 0 0 30px;
  line-height: 30px;
  position: relative;
}
#g-main .duble-image h2:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -10px;
  width: 15%;
  height: 4px;
  background: #0384CE;
}
#g-main .duble-image ul {
  margin: 0 0 10px;
  list-style: none;
}
#g-main .duble-image ul li {
  margin-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
#g-main .duble-image ul li:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: -40px;
  top: calc((100% - 20px) / 2);
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #0384CE;
  border: 1px solid #0384CE;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-main .call-row {
  background: #42B3E5;
  position: relative;
  padding: 40px 0;
}
#g-main .call-row .textwidget {
  position: relative;
}
#g-main .call-row .textwidget p {
  margin: 0;
}
#g-main .call-row .textwidget h3 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
@media (max-width: 991px) {
  #g-main .call-row .textwidget h3 {
    text-align: center;
  }
}
#g-main .call-row .textwidget h3 a {
  margin-left: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  #g-main .call-row .textwidget h3 a {
    display: block;
    margin-left: 0;
  }
}
#g-main .call-row .textwidget h3 a:hover {
  text-decoration: underline;
}
#g-main .call-row .btn-blue {
  position: absolute;
  width: 350px;
  height: 45px;
  right: 0;
  top: calc((100% - 45px) / 2);
  background: #fff;
  border: 1px solid #0384CE;
  color: #0384CE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 991px) {
  #g-main .call-row .btn-blue {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px auto 0;
  }
}
@media (max-width: 575px) {
  #g-main .call-row .btn-blue {
    width: auto;
  }
}
#g-main .call-row .btn-blue:hover {
  background: #0384CE;
  color: #fff;
  cursor: pointer;
}
#g-main .call-row #kontakt-row {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  overflow: scroll;
}
@media (max-width: 1199px) {
  #g-main .call-row #kontakt-row .so-widget-sow-editor {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  #g-main .call-row #kontakt-row {
    align-items: flex-start;
  }
}
#g-main .call-row #kontakt-row form {
  max-width: 800px;
  width: 100%;
  padding: 50px 30px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  background: #F0F0F0;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 991px) {
  #g-main .call-row #kontakt-row form {
    max-width: 95%;
    margin: 0 auto;
  }
}
#g-main .call-row #kontakt-row form #off-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}
#g-main .call-row #kontakt-row form p {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-gap: 10px 30px;
}
@media (max-width: 575px) {
  #g-main .call-row #kontakt-row form p {
    grid-template-columns: 1fr;
  }
}
#g-main .call-row #kontakt-row form p br {
  display: none;
}
#g-main .call-row #kontakt-row form p label {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: #0384CE;
}
#g-main .call-row #kontakt-row form p label:last-of-type {
  grid-column: span 2;
}
@media (max-width: 575px) {
  #g-main .call-row #kontakt-row form p label:last-of-type {
    grid-column: 1;
  }
}
#g-main .call-row #kontakt-row form p label input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #0384CE;
  box-shadow: 0 !important;
  width: 100%;
}
#g-main .call-row #kontakt-row form p label textarea {
  width: 100%;
  height: 145px;
  border: 1px solid #0384CE;
  box-shadow: 0 !important;
}
#g-main .call-row #kontakt-row form p .acceptance-533 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  #g-main .call-row #kontakt-row form p .acceptance-533 {
    grid-column: 1;
  }
}
#g-main .call-row #kontakt-row form p .acceptance-533 .wpcf7-list-item {
  margin: 0;
}
#g-main .call-row #kontakt-row form p .acceptance-533 .wpcf7-list-item label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #666666;
}
#g-main .call-row #kontakt-row form p .acceptance-533 .wpcf7-list-item label input {
  margin-right: 20px;
  width: auto;
}
#g-main .call-row #kontakt-row form p .acceptance-533 .wpcf7-list-item label a {
  color: #666666;
}
#g-main .call-row #kontakt-row form p .acceptance-533 .wpcf7-list-item label a:hover {
  color: #0384CE;
}
#g-main .call-row #kontakt-row form p .submit {
  grid-column: 2;
  width: 300px;
  height: 45px;
  margin: 0 0 0 auto;
  right: 0;
  top: calc((100% - 45px) / 2);
  background: #0384CE;
  border: 1px solid #0384CE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  #g-main .call-row #kontakt-row form p .submit {
    width: auto;
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  #g-main .call-row #kontakt-row form p .submit {
    grid-column: 1;
    margin: 0 auto;
  }
}
#g-main .call-row #kontakt-row form p .submit:hover {
  background: #fff;
  color: #0384CE;
}
#g-main .call-row #kontakt-row form .wpcf7-not-valid-tip, #g-main .call-row #kontakt-row form .wpcf7-validation-errors {
  display: none !important;
}
#g-main .call-row #kontakt-row form .wpcf7-not-valid {
  border-color: #e31716 !important;
}
#g-main .call-row #kontakt-row.active {
  display: flex;
}
#g-main .call-row {
  background: transparent;
}
#g-main .call-row .panel-grid-cell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 991px) {
  #g-main .call-row .panel-grid-cell {
    grid-template-columns: 1fr;
  }
}
#g-main .call-row .kontakt {
  background: #F0F0F0;
  padding: 50px;
}
@media (max-width: 575px) {
  #g-main .call-row .kontakt {
    padding: 50px 10px;
  }
}
#g-main .call-row .kontakt .textwidget {
  display: flex;
  flex-direction: column;
}
#g-main .call-row .kontakt .textwidget h3 {
  display: flex;
  flex-direction: column;
  color: #0384CE;
}
#g-main .call-row .kontakt .textwidget h3 a {
  margin: 0;
  color: #333;
}
#g-main .call-row .kontakt .textwidget .btn-blue {
  margin-top: 20px;
  position: relative;
}
#g-main .call-row .kontakt .textwidget .btn-blue i {
  margin-left: 10px;
}
#g-main .call-row .jobs {
  background: #0384CE;
  padding: 50px;
}
@media (max-width: 575px) {
  #g-main .call-row .jobs {
    padding: 50px 10px;
  }
}
#g-main .call-row .jobs h3 {
  color: #fff;
}
#g-main .call-row .jobs ul {
  list-style: none;
  margin: 15px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 575px) {
  #g-main .call-row .jobs ul {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
#g-main .call-row .jobs ul li {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#g-main .call-row .jobs ul li a {
  width: 150px;
  margin-top: 10px;
  height: 45px;
  background: #fff;
  border: 1px solid #fff;
  color: #0384ce;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#g-main .call-row .jobs ul li a:hover {
  color: #fff;
  background: #0384CE;
}
@media (max-width: 575px) {
  #g-main .call-row .jobs ul li a {
    margin: 10px auto 0;
  }
}
#g-main .call-row .jobs ul li a i {
  margin-left: 10px;
}
#g-main .edit-link {
  display: none;
}
#g-subfeature {
  background: #333333;
  padding: 100px 0 50px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  #g-subfeature {
    padding: 50px 0 0;
  }
}
#g-subfeature h3 {
  color: rgba(255, 255, 255, 0.8);
}
#g-subfeature ul {
  margin: 0;
  list-style: none;
}
#g-subfeature a {
  color: rgba(255, 255, 255, 0.8);
}
#g-subfeature a:hover {
  color: #0384CE;
}
@media (max-width: 991px) {
  #g-subfeature .footer-oll {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  #g-subfeature .footer-oll .panel-grid-cell {
    width: 50% !important;
    text-align: center;
  }
  #g-subfeature .footer-oll .panel-grid-cell:first-of-type {
    width: 100% !important;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  #g-subfeature .footer-oll {
    flex-direction: column !important;
  }
  #g-subfeature .footer-oll .panel-grid-cell {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
#g-subfeature .foot-2 ul li:last-of-type {
  margin-top: 10px;
}
#g-subfeature .foot-3 ul li {
  margin-bottom: 10px;
  display: flex;
}
#g-subfeature .foot-3 ul li strong {
  color: rgba(255, 255, 255, 0.8);
  flex: 0 140px;
}
#g-footer {
  background: #292929;
  padding: 30px 0;
}
#cookie-notice {
  background: rgba(3, 132, 206, 0.8) !important;
}
#cookie-notice #cn-accept-cookie {
  color: #0384CE !important;
  border: 1px solid #0384CE;
  background: #fff !important;
  border-radius: 0;
  width: 100px;
}
#cookie-notice #cn-accept-cookie:hover {
  background: #0384CE !important;
  color: #fff !important;
}
#map-row iframe {
  display: block;
  margin: 0;
}
body.sticky #g-header {
  padding: 0;
}
body.sticky #g-header .gantry-logo img {
  max-height: 80px;
}
/*# sourceMappingURL=custom.css.map */