#sp-footer, #sp-bottom {
  background: #032338;
  color: #FFFFFF;
}

#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 0px;
}

a {
  color: #fad627;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 20px;
  }
}

.hero-slider div[class*="sp-slider-content-align"] {
  background-color: rgba(3, 35, 56, 0.3);
}

.hero-slider div[class*="sp-slider-content-align"] {
  max-width: 850px;
  padding: 110px 130px 130px 130px;
  /* border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;*/
}

@media (max-width: 991px) {
  .hero-slider div[class*="sp-slider-content-align"] {
    max-width: 100%;
    padding: 80px 30px 80px 30px;
    /* border-left: 2px solid #fff;
     border-top: 2px solid #fff;
     border-right: 2px solid #fff;*/
  }
}

#sp-top-bar {
  display: none;
}

#sp-menu > .sp-column {
  height: 100%;
  background-color: #fad627;
}

#sp-header {
  background: #0F284D;
}

@media (max-width: 575px) {
  #sp-header {
    height: 50px;
  }
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  text-color: #032338;
}

blockquote::before {
  color: #fad627;
}

blockquote::before {
  content: '“';
  font: 85px/45px 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  color: #febd00;
  font-weight: 800;
  text-align: center;
  padding-top: 50px;
}

.figure {
  display: inline-block;
  margin: 0 auto;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}

.bblue {
  height: 620px;
  background: rgba(85, 142, 172, 0.4);
  text-align: center;
  color: #fff;
  padding: 25px 30px 25px 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.byelow {
  height: 620px;
  background: rgba(254, 189, 0, 0.4);
  text-align: center;
  color: #fff;
  padding: 25px 30px 25px 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.bblack {
  height: 620px;
  background: rgba(35, 41, 52, 0.4);
  text-align: center;
  color: #fff;
  padding: 25px 30px 25px 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.btn::before, .sppb-btn::before, .kbutton::before, .btn::after, .sppb-btn::after, .kbutton::after {
  background: #fad627;
}

.btn::after, .sppb-btn::after, .kbutton::after {
  bottom: 0;
  right: 0;
  width: 30%;
}

.btn::before, .sppb-btn::before, .kbutton::before {
  top: 0;
  left: 0;
  width: 30%;
}

.btn::before, .sppb-btn::before, .kbutton::before, .btn::after, .sppb-btn::after, .kbutton::after {
  content: '';
  position: absolute;
  display: block;
  background: #fad627;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover, .sppb-btn:hover, .kbutton:hover, .btn:focus, .kbutton:focus, .kbutton.focus, .btn.active, .kbutton.active, .btn.selected, .kbutton.selected {
  background: #fff;
}

.btn:hover, .sppb-btn:hover, .kbutton:hover, .btn:focus, .kbutton:focus, .btn.focus, .kbutton.focus, .btn.active, .spp-btn-info.active, .kbutton.active, .btn.selected, .kbutton.selected {
  color: #252525;
  background: #fad627;
  text-decoration: none;
  border-color: #febd00;
}

.btn, .kbutton {
  border-left: 2px solid #fad627;
  border-right: 2px solid #fad627;
  margin-bottom: 20px;
}

.btn, .sppb-btn, .kbutton {
  position: relative;
  display: inline-block;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  line-height: 30px;
  letter-spacing: 2.55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 2px solid #fad627;
  border-right: 2px solid #fad627;
  text-align: center;
  vertical-align: middle;
  color: #fad627;
  background: transparent;
  touch-action: manipulation;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  background-image: none;
  white-space: nowrap;
  padding: 8px 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hvrbox * {
  box-sizing: border-box;
}

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.hvrbox img {
  max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
  display: block;
}

.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 214, 39, 0.8);
  color: #303030;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}

.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
  font-size: 14px;
  border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}

.hvrbox.active .hvrbox-text_mobile {
  display: block;
}

.box_cnt {
  padding: 25px 15px 25px 46px;
  max-width: 600px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.sppb-row-container {
  max-width: 1200px;
}

#rechts {
  background-color: transparent;
  color: #fff;
  height: 300px;
  width: 400px;
  right: 10px;
  position: absolute;
  padding: 10px;
  top: 0px;
  margin-top: 50px;
  margin-right: 10px;
  margin-bottom: 40px;
}

#rechts-res {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  width: 400px;
  right: 10px;
  padding: 10px;
  top: 0px;
  margin-top: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

#rechts-2 {
  background-color: transparent;
  color: #000;
  height: 300px;
  width: 400px;
  right: 10px;
  position: absolute;
  padding: 10px;
  top: 0px;
  margin-top: 50px;
  margin-right: 10px;
  margin-bottom: 40px;
}

#rechts-2-res {
  background-color: transparent;
  color: #000;
  height: 300px;
  right: 10px;
  padding: 10px;
  top: 0px;
  margin-top: 50px;
  margin-right: 10px;
  margin-bottom: 40px;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
  width: 60%;
  border-radius: 0px;
}

.sppb-form-control, .sppb-form-group .sppb-form-control {
  border-radius: 0px;
}

label {
  font-weight: normal;
  display: none;
}

.sppb-btn {
  border-left: 2px solid #fad627;
  border-right: 2px solid #fad627;
  margin-bottom: 20px;
}

.sppb-form-control, .sppb-form-group .sppb-form-control {
  width: 81%;
}

.btn-holger {
  border-color: #0d8ab9;
  background-color: #0e9cd1;
  color: #fff;
  padding: 10px 22px 10px 22px;
  font-size: 18px;
}

#footer-o {
  background-color: transparent;
  color: #fff;
  height: 300px;
  width: 400px;
  padding: 10px;
  top: 0px;
  margin-top: 50px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 50px;
}

.nav.menu.social li a {
  color: #558eac;
  display: block;
  font-size: 24px;
  height: 66px;
  width: 66px;
  line-height: 60px;
  position: relative;
  text-align: center;
  border: 1px solid #558eac;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 10px;
  padding-top: 7px;
}

ul.social li a:hover, ul.social li a:focus {
  background: #fad627;
  border: 1px solid #fad627;
  color: #fff;
}

.sp-page-builder .page-content {
  box-shadow: none;
}

.sp-page-title .sp-page-title-heading {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1;
  color: #fad627;
}

.sp-megamenu-parent > li:hover > a {
  color: #fad627;
  background-color: #032338;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #032338;
  background-color: #fad627;
}

.sp-megamenu-parent > li > a {
  color: #032338;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 80px;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  text-color: #032338;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fad627;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #032338;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #252525;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
  display: block;
  font-size: 22px;
  padding: 10px 0px;
  position: relative;
  line-height: 32px;
  opacity: 0.7;
  transition: 0.3s;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #0F284D;
}

.offcanvas-menu {
  background-color: #fad626;
  color: #000;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li a:focus, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
  color: #0F284D;
}

.offcanvas-menu .offcanvas-inner ul.menu > li li a {
  color: #000;
}

.offcanvas-menu .offcanvas-inner ul.menu li:active a {
  color: #000;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  font-size: 16px;
  padding: 10px 0px;
  line-height: 34px;
  font-weight: 400;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
  text-transform: uppercase;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
  border-radius: 0px;
}

.btn2::before, .kbutton::before, .btn2::after, .kbutton::after {
  background: #fad627;
}

.btn2::after, .kbutton::after {
  bottom: 0;
  right: 0;
  width: 30%;
}

.btn2::before, .kbutton::before {
  top: 0;
  left: 0;
  width: 30%;
}

.btn2::before, .kbutton::before, .btn2::after, .kbutton::after {
  content: '';
  position: absolute;
  display: block;
  background: #000;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn2:hover, .kbutton:hover, .btn:focus, .kbutton:focus, .kbutton.focus, .btn2.active, .kbutton.active, .btn2.selected, .kbutton.selected {
  background: #fff;
}

.btn2:hover, .kbutton:hover, .btn2:focus, .kbutton:focus, .btn2.focus, .kbutton.focus, .btn2.active, .spp-btn-info.active, .kbutton.active, .btn.selected, .kbutton.selected {
  color: #252525;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}

.btn2, .kbutton {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  margin-bottom: 20px;
}

.btn2, .kbutton {
  position: relative;
  display: inline-block;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2.55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background: transparent;
  touch-action: manipulation;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  background-image: none;
  white-space: nowrap;
  padding: 8px 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offcanvas-menu .offcanvas-inner ul.menu > li ul.menu-child {
  display: flex;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul {
  display: flex;
}

.team-slide .team-text h3 {
  font-size: 1.8rem;
  color: #414141;
  font-weight: normal;
}

.team-slide .team-text::before {
  background: #0e9cd1;
}

.team-slide .team-text span {
  font-size: 12px;
  color: #414141;
}

.team-slide .team-text p {
  font-size: 14px;
}

.owl-nav .owl-next {
  border: 1px solid #979797;
}

.owl-nav .owl-prev {
  border: 1px solid #979797;
}

.sp-slider-btn-text::before {
  background: #fad627;
}

#rechts {
  width: 290px;
}

#rechts-2 {
  width: 350px;
}

.nav.menu.social li a {
  line-height: 50px;
}

.sp-slider-btn-text::before {
  background: #fff;
}

.sp-slider-btn-text::after {
  background: #fff;
}

.sp-slider-btn-text::after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-slider-btn-text::after {
  bottom: 0;
  right: 0;
  width: 30%;
}

.sp-slider-btn-text::before {
  top: 0;
  left: 0;
  width: 30%;
}

.sp-slider-btn-text::before {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sp-slider-btn-text:hover {
  color: #252525;
  background: #fff;
  text-decoration: none;
  border-color: #fff;
}

.sp-slider-btn-text {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-bottom: 20px;
}

.sp-slider-btn-text {
  position: relative;
  display: inline-block;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2.55px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background: transparent;
  touch-action: manipulation;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  background-image: none;
  white-space: nowrap;
  padding: 8px 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sp-slider #sp-slider-item-1557307366235-num-0-key #sp-slider-inner-item-1557307366236-num-1-key.sppb-sp-slider-button .sp-slider-btn-text {
  border-radius: 0px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2.55px;

}

.sp-slider-btn-text:hover::before {
  background: #fff;

}

.sp-slider-btn-text:hover::after {
  background: #fff;
}

.sp-slider #sp-slider-item-1648371855158-num-0-key #sp-slider-inner-item-1648371855159-num-1-key.sppb-sp-slider-button .sp-slider-btn-text {
  border-radius: 0px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 2.55px;

}

#linguise_popup {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translate(-50%);
  transform: translateY(-50%) translate(-50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  width: 450px;
  min-width: 320px;
}
#linguise_popup_container #linguise_popup {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  width: 500px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#linguise_popup_container #linguise_popup ul li {
  line-height: 24px;
  padding: 10px 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    flex: 0 0 33%;
    }
#dropdown .linguise_switcher_dropdown li.linguise_current .linguise_current_lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  cursor: pointer;
  border: 0px solid #eee;
}
#dropdown .linguise_switcher_dropdown li {
  border-bottom: 0px solid #eee;
  font-size: 14px;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px 0px 15px;
}