@font-face {
  font-family: "GlacialIndifferenceBold";
  src: url(../fonts/GlacialIndifferenceBold.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GlacialIndifferenceRegular";
  src: url(../fonts/GlacialIndifferenceRegular.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "GlacialIndifferenceRegular";
  font-weight: normal;
  font-style: normal;
  padding-bottom: 227px;
}
html {
  height: 100%;
}
p {
  font-size: 18px;
  color: #656565;
  line-height: 30px;
}
.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
.loader {
  height: 1px;
  background: radial-gradient(
    ellipse farthest-side at 100% 100%,
    #dbf6c8 10%,
    #1cafc6 30%,
    #012690 110%
  );
  position: absolute;
  z-index: 9999;
}
.wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}
#impressum,
#datenschutz {
  z-index: 1;
}
section {
  position: relative;
}
.site-btn {
  color: #fff;
  display: inline-block;
  line-height: 44px;
  cursor: pointer;
  background: #2f6d77;
  letter-spacing: 1px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  min-height: 44px;
  font-size: 13px;
  padding: 0 30px;
  border: 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
}
.color-bg {
  background: #f4f5f9;
}
.site-btn:hover {
  color: #fff;
  background: #255a63;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.section-title span {
  font-family: "GlacialIndifferenceBold";
  color: #8a5a0a;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  display: block;
}
.section-title .title {
  font-size: 30px;
  font-family: "GlacialIndifferenceBold";
  line-height: 38px;
}
.top_15 {
  margin-top: 15px;
}
.top_30 {
  margin-top: 30px;
}
.top_45 {
  margin-top: 45px;
}
.top_60 {
  margin-top: 60px;
}
.top_90 {
  margin-top: 90px;
}
.top_120 {
  margin-top: 120px;
}
.padding_30 {
  padding: 30px 0;
}
.padding_45 {
  padding: 45px 0;
}
.padding_60 {
  padding: 60px 0;
}
.padding_90 {
  padding: 90px 0;
}
.padding_120 {
  padding: 120px 0;
}
.bottom_15 {
  margin-bottom: 15px;
}
.bottom_30 {
  margin-bottom: 30px;
}
.bottom_45 {
  margin-bottom: 45px;
}
.bottom_60 {
  margin-bottom: 60px;
}
.bottom_90 {
  margin-bottom: 90px;
}
.bottom_120 {
  margin-bottom: 120px;
}
.padbot_15 {
  padding-bottom: 15px;
}
.padbot_30 {
  padding-bottom: 30px;
}
.padbot_45 {
  padding-bottom: 45px;
}
.padbot_60 {
  padding-bottom: 60px;
}
.home {
  height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: table;
  width: 100%;
  background: #072f8f;
}
.home-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.home-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home:before {
  content: "";
  background: radial-gradient(
    ellipse farthest-side at 100% 100%,
    rgba(219, 246, 200, 0.8) 0%,
    rgba(28, 175, 198, 0.8) 30%,
    rgba(1, 38, 144, 0.8) 110%
  );
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.wave-shape {
  z-index: 10;
  position: absolute;
  bottom: 0;
  margin-bottom: -40px;
  width: 100%;
  left: 0;
}
.home .home-inner {
  position: relative;
  z-index: 4;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
#typed-strings {
  display: none;
}
.home .home-inner h1 {
  font-size: 100px;
  font-family: "GlacialIndifferenceBold";
  line-height: 1.1;
  min-height: 2.2em;
}
.home .home-inner p {
  font-size: 20px;
  color: #fff;
}
.responsive {
  display: none;
}
header {
  display: none;
  position: fixed;
  z-index: 13;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  height: 70px;
}
header .logo {
  padding-top: 20px;
  float: left;
}
header nav {
  float: right;
}
header nav ul li {
  float: left;
  line-height: 67px;
}
header nav ul li a {
  color: #000000;
  margin-right: 22px;
  font-size: 15px;
  cursor: pointer;
}
header nav ul li a.active {
  color: #fc6a8d;
}
header nav ul li a:hover {
  color: #fc6a8d;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.about .outter {
  padding: 120px 0 140px 0;
}
.work-areas .item {
  box-shadow: 1px 2px 20px 7px rgba(4, 6, 4, 0.04);
  padding: 30px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  background: #fff;
  width: 90%;
  text-align: justify;
}
.work-areas .item h3,
.work-areas .item h6 {
  font-family: "GlacialIndifferenceBold";
  font-size: 16px;
  margin-bottom: 8px;
  text-align: center;
}
.work-areas .item p {
  font-size: 13.5px;
  line-height: 20px;
  color: #7b7b7b;
}
.work-areas .area {
  box-shadow: 1px 2px 20px 7px rgba(4, 6, 4, 0.04);
  width: 100%;
  padding: 30px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  background: #fff;
}
.work-areas .area .icon {
  width: 20%;
  float: left;
}
.work-areas .area .icon i {
  display: inline-block;
  margin-left: -16px;
  margin-top: -8px;
}
.work-areas .area .icon i:before {
  font-size: 45px;
  margin-left: 5px;
}
.work-areas .area .text h3,
.work-areas .area .text h6 {
  font-family: "GlacialIndifferenceBold";
  font-size: 16px;
  margin-bottom: 8px;
}
.work-areas .area .text p {
  font-size: 13.5px;
  line-height: 20px;
  color: #7b7b7b;
}
.work-areas .area .text {
  width: 80%;
  float: left;
  text-align: left;
}
.work-areas .area.blue .icon i {
  color: #4865e6;
}
.work-areas .area.green .icon i {
  color: #37d5a8;
}
.work-areas .area.pink .icon i {
  color: #fc6a8d;
}
.about .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px 6px;
}
.about .owl-theme .owl-controls .owl-page span {
  background: #4865e6;
}
.about .owl-theme .owl-controls {
  margin-top: 20px;
}
.portfolio {
  display: none;
}
.portfolio .outter {
  padding: 130px 0 180px;
}
.portfolio_filter {
  text-align: center;
  padding-top: 15px;
}
.portfolio_filter ul {
  margin: auto;
  display: inline-block;
}
.portfolio_filter ul li {
  font-size: 15px;
  color: #777777;
  float: left;
  margin-right: 15px;
  list-style: none;
  cursor: pointer;
}
.single_item {
  margin-bottom: 30px;
}
.single_item img {
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.single_item img:hover {
  background: #ffffff;
  transition: all ease 0.3s;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}
.select-cat {
  color: #fc6a8d !important;
}
.popup-youtube {
  position: relative;
}
.popup-youtube i {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.66);
  padding: 28px 29px;
  color: #fff;
  margin: -31px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.contact {
  background-color: white;
  padding: 90px 0 100px;
}
.contact p,
.contact li {
  font-size: 15px;
  color: #4f4f4f;
  line-height: 26px;
}
.contact-form .form-inp {
  width: 100%;
  background: #fff;
  border: solid 1px #e2e2e2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 51px;
  padding-left: 18px;
  font-size: 13px;
}
.contact-form textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #e2e2e2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 29px;
  margin-top: 19px;
  padding: 16px 18px;
  font-size: 14px;
}
.modal-open .bern.modal {
  background: linear-gradient(
    135deg,
    rgba(121, 9, 200, 0.8) 0%,
    rgba(12, 147, 242, 0.8) 100%
  );
  background: -moz-linear-gradient(
    45deg,
    rgba(121, 9, 200, 0.8) 0%,
    rgba(12, 147, 242, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0%, rgba(121, 9, 200, 0.8)),
    color-stop(100%, rgba(12, 147, 242, 0.8))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(121, 9, 200, 0.8) 0%,
    rgba(12, 147, 242, 0.8) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(121, 9, 200, 0.8) 0%,
    rgba(12, 147, 242, 0.8) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(121, 9, 200, 0.8) 0%,
    rgba(12, 147, 242, 0.8) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(121, 9, 200, 0.8) 0%,
    rgba(12, 147, 242, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aed', endColorstr='#593dd5', GradientType=1);
}
footer {
  background: #232323;
  padding: 70px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
}
footer p {
  font-size: 14px;
  line-height: 25px;
  color: #8f8f8f;
}
footer p a {
  font-size: 14px;
  line-height: 25px;
  color: #8f8f8f;
}
.social a {
  color: #b7b7b7;
  font-size: 13px;
  margin-right: 8px;
}
.social a:hover {
  color: #00cdb9;
  transition: all ease 0.3s;
}
.social a:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .home .home-inner h1 {
    font-size: 80px;
    min-height: 2.3em;
  }
  .wave-shape {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .home .home-inner h1 {
    font-size: 70px;
    min-height: 2.4em;
  }
  .responsive {
    float: right;
    display: block;
    padding: 20px 3px;
  }
  nav {
    display: none;
    padding-bottom: 23px;
  }
  header {
    height: auto;
  }
  header nav ul li {
    float: left;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }
  br {
    content: " ";
  }
  .portfolio_filter ul li {
    float: none;
    line-height: 37px;
  }
}
@media (max-width: 481px) {
  .home .home-inner h1 {
    font-size: 40px;
    min-height: 2.6em;
  }
  .home .home-inner p {
    font-size: 18px;
    color: #fff;
  }
  .section-title .title {
    font-size: 23px;
    line-height: 28px;
  }
}

.cv a {
  color: #ffffff;
}

.cv {
  background-color: #f4f5f9;
  color: #767270;
  max-width: 1140px;
  margin: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
}

.cv .summary {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #588bae;
  color: #fff;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .cv .summary {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.cv .summary .info {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cv .details {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .cv .details {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    margin-left: 1.66667%;
  }
}

.cv .details .fa {
  font-size: 2.5rem;
}

.cv .cv-card {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.cv .cv-icon {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .cv .cv-icon {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.cv .cv-text {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .cv .cv-text {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

.cv ul {
  list-style-type: disc !important;
  padding-left: 1em !important;
  margin-left: 1em;
}
