.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.nav-section {
  position: fixed;
  top: 0%;
  z-index: 140;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 6px 6px 8px rgba(0, 0, 0, 0.11);
}

.header {
  position: relative;
  top: 0px;
  height: 42px;
  background-color: #12549b;
}

.header-grid {
  position: relative;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-left-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left-area-link {
  position: relative;
  left: 4px;
  top: 7px;
  width: 250px;
  min-height: 25px;
  background-color: #f59301;
  text-align: center;
  text-decoration: none;
}

.header-left-area-link.left-area-second-link {
  left: 8px;
  width: 182px;
}

.header-left-area-link.left-area-third-link {
  left: 12px;
  width: 222px;
}

.h4-copyright-info {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #3a66b1;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.header-right-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right-area-block {
  position: relative;
  top: 7px;
  right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  min-height: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header-right-area-block.header-right-area-second-block {
  right: 7px;
  width: 100px;
  max-width: 171px;
  min-height: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-right-area-block-text {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.header-right-area-translate {
  position: relative;
  top: 128px;
  width: 100px;
  height: 12px;
  margin-top: -280px;
  padding-left: 0px;
  float: none;
  clear: both;
  text-align: left;
}

.navbar {
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 86px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-container {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo {
  left: 8px;
  width: 15.28%;
  max-width: 168px;
}

.logo-img {
  width: 100%;
}

.navbar-btn {
  margin-right: 0px;
  margin-left: -2px;
  padding: 10px 20px;
  background-color: #f59301;
  font-family: Raleway, sans-serif;
  color: #12549b;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-btn:hover {
  background-color: #12549b;
  color: #fff;
}

.nav-menu {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  margin-right: 2px;
  margin-left: 0px;
  padding: 10px;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  color: #12549b;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #12549b;
  color: #fff;
}

.nav-link.w--current {
  padding-top: 10px;
  background-color: #12549b;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.home-first-section {
  position: relative;
  z-index: 2;
  min-height: 428px;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10vw 100px;
  background-image: url('../images/fotolia_216147711_m.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-intro-block {
  position: relative;
  left: 4%;
  z-index: 6;
  width: 47%;
  height: 228px;
  margin-top: 140px;
  padding: 20px;
  float: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  opacity: 0.75;
}

.home-intro-block-heading {
  font-family: Raleway, sans-serif;
  color: #3a66b1;
  font-size: 41px;
  line-height: 49px;
  font-weight: 700;
}

.home-intro-block-text {
  font-family: Raleway, sans-serif;
  color: #3a66b1;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.home-intro-block-btn {
  position: relative;
  width: 86%;
  min-height: 19px;
  margin-top: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #3a66b1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.home-intro-block-btn:hover {
  background-color: #7f7f7f;
}

.home-intro-block-btn-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.hone-second-section {
  margin-right: auto;
  margin-left: auto;
  padding: 10vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f 60%);
}

.home-second-container {
  max-width: 100%;
  border-radius: 10px;
}

.home-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
}

.second-container-leftblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ececec;
}

.second-container-rightblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #12549b;
}

.leftblock-heading {
  width: 100%;
  min-height: 41px;
  background-color: #3a66b1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.leftblock-subheading {
  width: 316px;
  min-height: 13px;
  margin-top: 13px;
  margin-bottom: 40px;
  border-top: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  font-family: Raleway, sans-serif;
  color: #6b6b6b;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.leftblock-subheading-text {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 24px;
}

.leftblock-facebook {
  position: relative;
  left: -19px;
  width: 92%;
}

.rightblock-heading {
  font-family: Raleway, sans-serif;
  color: #f59301;
  font-size: 39px;
  line-height: 47px;
  font-weight: 700;
  letter-spacing: -1px;
}

.rightblock-text {
  font-family: Raleway, sans-serif;
  color: #f59301;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

.rightblock-list {
  margin-top: 20px;
  margin-left: 0px;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: -1px;
  text-decoration: none;
}

.rightblock-list-text {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: -1px;
}

.home-third-section {
  position: relative;
  z-index: 3;
  height: 521px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/security.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  text-align: center;
}

.footer-lower-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.footer-upper-area {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #12549b;
}

.footer-upper-block {
  display: block;
  width: 100%;
  height: 87px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-upper-block-heading {
  position: static;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #f59301;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-upper-block-text {
  position: static;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.footer-upper-block-link {
  color: #f59301;
  text-decoration: none;
}

.footer-lower-linkblock {
  position: relative;
  left: 3%;
  width: 11%;
  height: 21px;
  margin-top: 17px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: #f59301;
  font-family: 'PT Sans', sans-serif;
  color: #12549b;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-upper-grid {
  position: relative;
  padding-right: 15vw;
  padding-left: 15vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cookie {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 25px;
  background-color: #12549b;
  box-shadow: 0 1px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 0;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.cookie-img {
  border-radius: 25px;
  background-color: #12549b;
}

.cookie-text {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.computer-first-section {
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f 60%);
}

.orange-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f59301;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 126, 0, 0.85)), to(rgba(211, 126, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(211, 126, 0, 0.85), rgba(211, 126, 0, 0.85));
  text-align: center;
}

.computer-arrow-img-block {
  position: relative;
  width: 4.8%;
  height: 53px;
  margin-bottom: 40px;
}

.computer-block-heading {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 49px;
  font-weight: 700;
}

.computer-block-text {
  width: 697px;
  height: 91px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.computer-block-text.computer-block-text-center {
  text-align: center;
}

.computer-block-text.computer-block-text-big {
  height: 191px;
}

.computer-innerimg {
  position: relative;
  width: 55.37%;
  height: 350px;
  margin-top: 33px;
}

.computer-innerimg.inner-img1 {
  background-image: url('../images/hardware_copyshoponline_05.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.computer-innerimg.inner-img2 {
  background-image: url('../images/zubehör_copyshoponline_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.computer-innerimg.inner-img7 {
  background-image: url('../images/nas_copyshoponline_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.computer-innerimg.inner-img3 {
  background-image: url('../images/diagnose_copyshoponline_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.computer-innerimg.inner-img4 {
  background-image: url('../images/kabel_copyshoponline_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.computer-innerimg.inner-img5 {
  background-image: url('../images/firewall_copyshoponline_07.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.computer-innerimg.inner-img6 {
  background-image: url('../images/virenschutz_copyshoponline_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blue-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.computer-block-subheading {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 49px;
  font-weight: 300;
}

.bestellen-main-section {
  margin-top: 130px;
  padding: 60px 20vw 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f 60%);
}

.bestellen-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1558px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.drucken-main-section {
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f 60%);
}

.drucken-arrow-block {
  width: 4.8%;
  height: 83px;
  margin-bottom: 40px;
}

.drucken-block-heading {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 48px;
  font-weight: 700;
}

.drucken-block-text {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.drucken-grid-block {
  grid-column-gap: 100px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.drucken-grid-innerblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-innerblock-heading {
  width: 329px;
  height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.grid-innerblock-heading.heading-big {
  height: 50px;
}

.grid-innerblock-heading-text {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.grid-innerblock-paragraph {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: left;
}

.grid-innerblock-paragraph-list {
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.grid-innerblock-p-list-item {
  text-align: left;
}

.innertext-flexblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.innertext-flexblock._2nd-one {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innertext-flexblock._3rd-one {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.innertext-flexblock-text {
  margin-right: 20px;
}

.drucken-grid-block-2 {
  grid-column-gap: 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.handy-main-section {
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030264), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030264 40%, #254d8f 60%);
}

.handy-arrowimg-block {
  width: 4.8%;
  height: 83px;
  margin-bottom: 20px;
}

.handy-block-heading {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 49px;
  font-weight: 700;
}

.handy-block-text {
  width: 629px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.handy-block-text-small {
  width: 629px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.handy-innerimg {
  width: 55.37%;
  height: 350px;
  margin-top: 33px;
  margin-bottom: 33px;
  background-image: url('../images/handyvertraege.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.kontakt-main-section {
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10vw 60px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f 60%);
}

.kontakt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kontakt-container-heading {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.anfahrt-main-section {
  margin-top: 130px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), to(#254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f);
}

.anfahrt-map-block {
  position: relative;
  z-index: 3;
}

.notebook-main-section {
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 10vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f 60%);
}

.impressum-section {
  margin-top: 130px;
  padding: 40px 10vw 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624, #254d8f 60%);
}

.imprint-contaienr-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
}

.imprint-container-text {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.datwnschutz-section {
  margin-top: 130px;
  padding: 60px 10vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #030624), color-stop(60%, #254d8f));
  background-image: linear-gradient(90deg, #030624 40%, #254d8f 60%);
}

.data-container-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.data-container-text {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.kontakt-jotform {
  width: 100%;
}

.bestellen-jotform {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .header-right-area-block.header-right-area-second-block {
    min-height: 0px;
  }

  .navbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-container {
    left: 666px;
    right: 2px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-btn {
    left: 670px;
  }

  .home-intro-block {
    width: 33%;
  }

  .drucken-block-heading {
    font-size: 51px;
    line-height: 58px;
  }

  .drucken-block-text {
    font-size: 28px;
    line-height: 34px;
  }

  .grid-innerblock-paragraph {
    font-size: 24px;
    line-height: 30px;
  }

  .impressum-section {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .datwnschutz-section {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .data-container-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 80px;
  }

  .header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .header-left-area-link {
    width: 250px;
  }

  .nav-menu-btn {
    margin-right: 10px;
    margin-left: 340px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #12549b;
  }

  .nav-menu-btn.w--open {
    background-color: #12549b;
    color: #fff;
    text-align: left;
  }

  .home-first-section {
    padding-left: 10vw;
  }

  .home-intro-block {
    width: 48%;
  }

  .home-intro-block-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .home-intro-block-text {
    font-size: 16px;
    line-height: 20px;
  }

  .home-intro-block-btn {
    width: 70%;
  }

  .home-intro-block-btn-label {
    font-size: 14px;
  }

  .hone-second-section {
    padding: 5vw;
  }

  .home-section-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .second-container-leftblock {
    padding: 15px 15px 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .second-container-rightblock {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }

  .footer {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-lower-area {
    max-width: 100%;
  }

  .footer-upper-area {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 0px;
    clear: both;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-upper-block-heading {
    margin-bottom: 10px;
  }

  .footer-lower-linkblock {
    left: 0%;
  }

  .footer-upper-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .computer-block-heading {
    font-size: 35px;
    line-height: 43px;
  }

  .computer-block-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .computer-block-text.computer-block-text-center {
    font-size: 16px;
    line-height: 20px;
  }

  .bestellen-main-section {
    padding-right: 15vw;
    padding-left: 15vw;
  }

  .drucken-main-section {
    padding-top: 60px;
  }

  .drucken-arrow-block {
    width: 7%;
  }

  .drucken-grid-block {
    grid-column-gap: 75px;
  }

  .drucken-grid-block-2 {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-column-gap: 50px;
  }

  .handy-main-section {
    padding-top: 60px;
  }

  .handy-arrowimg-block {
    width: 7%;
  }

  .handy-block-text {
    width: 600px;
  }

  .handy-block-text-small {
    width: 600px;
  }

  .kontakt-main-section {
    padding-top: 60px;
  }

  .notebook-main-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .impressum-section {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .header-left-area-link {
    width: 208px;
  }

  .header-left-area-link.left-area-second-link {
    width: 144px;
  }

  .header-left-area-link.left-area-third-link {
    width: 180px;
  }

  .h4-copyright-info {
    font-size: 12px;
  }

  .header-right-area-translate {
    display: block;
  }

  .nav-container {
    margin-left: 40px;
  }

  .logo {
    width: 30%;
  }

  .nav-menu-btn {
    margin-left: 165px;
  }

  .nav-menu-btn.w--open {
    text-align: left;
  }

  .home-first-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .home-intro-block {
    width: 56%;
    padding: 10px;
  }

  .home-intro-block-heading {
    font-size: 29px;
    line-height: 33px;
  }

  .home-intro-block-btn {
    width: 56%;
  }

  .home-intro-block-btn-label {
    font-size: 12px;
  }

  .home-second-container {
    position: relative;
    left: -8px;
  }

  .leftblock-heading-text {
    font-size: 30px;
    line-height: 37px;
  }

  .leftblock-subheading-text {
    font-size: 18px;
    line-height: 20px;
  }

  .rightblock-heading {
    font-size: 33px;
    line-height: 40px;
  }

  .rightblock-list {
    clear: left;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer {
    padding: 0px;
  }

  .footer-lower-area {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer-lower-linkblock {
    width: 17%;
  }

  .footer-upper-grid {
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .computer-arrow-img-block {
    width: 9%;
  }

  .computer-block-text {
    width: 397px;
  }

  .computer-block-text.computer-block-text-big {
    height: 245px;
  }

  .computer-innerimg.inner-img1 {
    width: 66%;
    background-position: 50% 50%;
  }

  .computer-innerimg.inner-img2 {
    width: 66%;
  }

  .computer-innerimg.inner-img7 {
    width: 66%;
  }

  .computer-innerimg.inner-img3 {
    width: 66%;
  }

  .computer-innerimg.inner-img4 {
    width: 66%;
  }

  .computer-innerimg.inner-img5 {
    width: 66%;
  }

  .computer-innerimg.inner-img6 {
    width: 66%;
  }

  .computer-block-subheading {
    font-size: 35px;
    line-height: 43px;
  }

  .bestellen-main-section {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .drucken-arrow-block {
    margin-bottom: 20px;
  }

  .drucken-block-heading {
    font-size: 35px;
    line-height: 43px;
  }

  .drucken-grid-block {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .drucken-grid-innerblock {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-innerblock-heading.heading-big {
    width: 400px;
    height: 25px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid-innerblock-heading-text {
    font-size: 17px;
  }

  .drucken-grid-block-2 {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .handy-arrowimg-block {
    width: 9%;
  }

  .handy-block-heading {
    font-size: 35px;
    line-height: 43px;
  }

  .handy-block-text {
    width: 550px;
    font-size: 16px;
    line-height: 20px;
  }

  .handy-block-text-small {
    width: 550px;
    font-size: 14px;
    line-height: 18px;
  }

  .handy-innerimg {
    width: 80%;
  }

  .kontakt-main-section {
    padding: 80px 5vw;
  }

  .notebook-main-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .impressum-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .datwnschutz-section {
    padding: 80px 5vw;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 150px;
  }

  .header-grid {
    height: 133px;
    grid-row-gap: 3px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .header-left-area {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-left-area-link {
    left: -3px;
    top: 0px;
    width: 100px;
    min-height: 60px;
  }

  .header-left-area-link.left-area-second-link {
    left: 0px;
    width: 100px;
  }

  .header-left-area-link.left-area-third-link {
    left: 3px;
    width: 100px;
  }

  .h4-copyright-info {
    font-size: 12px;
  }

  .header-right-area {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-right-area-block {
    right: 0px;
    margin-left: 7px;
  }

  .header-right-area-block.header-right-area-second-block {
    top: 20px;
    max-width: 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .logo {
    width: 36%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navbar-btn {
    margin-right: 3px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .nav-menu-btn {
    margin-left: 0px;
  }

  .home-first-section {
    padding-top: 40px;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .home-intro-block {
    width: 92%;
  }

  .hone-second-section {
    padding-top: 5vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .home-second-container {
    max-width: 100vw;
  }

  .home-section-grid {
    width: 100vw;
  }

  .second-container-leftblock {
    width: 100vw;
  }

  .second-container-rightblock {
    padding-right: 10px;
    padding-left: 10px;
  }

  .leftblock-facebook {
    left: auto;
    width: 100vw;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-lower-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-lower-linkblock {
    width: 30%;
    text-align: center;
  }

  .footer-upper-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .computer-first-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .orange-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .computer-arrow-img-block {
    width: 12%;
  }

  .computer-block-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .computer-block-text {
    width: 95vw;
  }

  .computer-block-text.computer-block-text-big {
    height: 345px;
  }

  .computer-innerimg.inner-img1 {
    width: 95%;
  }

  .computer-innerimg.inner-img2 {
    width: 95%;
  }

  .computer-innerimg.inner-img7 {
    width: 95%;
  }

  .computer-innerimg.inner-img3 {
    width: 95%;
  }

  .computer-innerimg.inner-img4 {
    width: 95vw;
  }

  .computer-innerimg.inner-img5 {
    width: 95vw;
  }

  .computer-innerimg.inner-img6 {
    width: 95vw;
  }

  .computer-block-subheading {
    font-size: 30px;
    line-height: 38px;
  }

  .bestellen-main-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .drucken-arrow-block {
    width: 12%;
    margin-bottom: auto;
  }

  .drucken-block-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .drucken-grid-block {
    width: 100vw;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .drucken-grid-innerblock {
    width: 100vw;
  }

  .grid-innerblock-heading {
    padding-left: 10px;
  }

  .grid-innerblock-heading.heading-big {
    padding-left: 10px;
  }

  .grid-innerblock-heading-text {
    font-size: 15px;
    text-align: left;
  }

  .grid-innerblock-paragraph {
    padding-left: 10px;
  }

  .innertext-flexblock._2nd-one {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .innertext-flexblock-text {
    margin-right: 10px;
  }

  .drucken-grid-block-2 {
    width: 100vw;
  }

  .handy-main-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .handy-arrowimg-block {
    width: 12%;
  }

  .handy-block-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .handy-block-text {
    width: 320px;
  }

  .handy-block-text-small {
    width: 320px;
  }

  .handy-innerimg {
    width: 95vw;
  }

  .kontakt-main-section {
    padding: 120px 2.5vw 100px;
  }

  .kontakt-container-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .notebook-main-section {
    padding: 120px 2.5vw 100px;
  }

  .impressum-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .imprint-contaienr-heading {
    font-size: 25px;
    line-height: 29px;
  }

  .imprint-container-text {
    font-size: 14px;
    line-height: 18px;
  }

  .datwnschutz-section {
    padding: 120px 2vw 100px;
  }

  .data-container-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .data-container-text {
    font-size: 14px;
  }
}

#w-node-_262b877a-5d1a-c471-ae57-75fed3e57dcb-a5f5b290 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8b6c9857-035e-f7f5-5b44-ff294fd68f9e-a5f5b290 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3bf85edd-aa13-58bc-371c-ff509cf58d9d-ef3c9969 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-eb3c97d2-d8be-fbb2-5990-274b902b925e-ef3c9969 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_80191474-4273-d614-8bd2-e68ca03ee380-ef3c9969 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e158b256-95e5-4078-3842-1b2da50a7e43-ef3c9969 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-eea3856e-2d8d-0bce-adc7-08ecc8bb2c2b-ef3c9969 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_41bfabbf-6260-ecb9-e06e-4203d9de6764-ef3c9969 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_262b877a-5d1a-c471-ae57-75fed3e57dcb-a5f5b290 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3bc44c7e-b242-57af-6418-2cafee48533a-ee485337 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3bc44c7e-b242-57af-6418-2cafee485344-ee485337 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eea3856e-2d8d-0bce-adc7-08ecc8bb2c2b-ef3c9969 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_41bfabbf-6260-ecb9-e06e-4203d9de6764-ef3c9969 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dfe5d2de-f885-a454-b226-209c35c4e8e0-35c4e8dd {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3bc44c7e-b242-57af-6418-2cafee485344-ee485337 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}