.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  height: auto;
  background-color: transparent;
}

h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

h5 {
  margin-top: 4px;
  margin-bottom: 7px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-top: 0px;
  padding: 15px 20px;
  float: none;
  border-radius: 4px;
  background-color: #db4b4b;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.button:hover {
  background-color: #4a4a4a;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
}

.button.back {
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #969799;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969799;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.button.back:hover {
  border-color: #db4b4b;
  background-color: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
}

.button.next {
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  border: 1px solid #969799;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #969799;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.button.next:hover {
  border-color: #db4b4b;
  background-color: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
}

.button.second {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #dedede;
  background-color: transparent;
  box-shadow: none;
  letter-spacing: 1px;
  text-decoration: none;
}

.button.second:hover {
  background-color: #ededed;
  box-shadow: none;
  color: #4a4a4a;
}

.button.second.third {
  margin-top: 45px;
  box-shadow: none;
}

.button.white {
  margin-right: 0px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #dedede;
  background-color: transparent;
  box-shadow: none;
  text-decoration: none;
}

.button.white:hover {
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #4a4a4a;
  font-weight: 500;
}

.button.sect {
  margin-top: 45px;
  float: left;
  box-shadow: none;
  text-align: left;
}

.button.sect:hover {
  background-color: #4a4a4a;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.button.learn {
  margin-top: 30px;
  box-shadow: none;
}

.button.learn:hover {
  box-shadow: none;
}

.button.learn:active {
  box-shadow: none;
}

.button.learn:focus {
  box-shadow: none;
}

.hero-section {
  position: relative;
  height: 100%;
  margin-bottom: 0px;
  border-bottom: 1px none #dedede;
  border-top-style: none;
  background-color: transparent;
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.64)), url('../images/DSC_0193.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.hero-section.subpage {
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.17))), url('../images/Sicherheitsloesung.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.17)), url('../images/Sicherheitsloesung.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  box-shadow: none;
}

.hero-section.subpage.contact {
  background-image: url('../images/44444.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  box-shadow: none;
}

.hero-section.subpage.second-type {
  height: 172px;
  background-color: #f8f8f8;
  background-image: none;
  box-shadow: none;
}

.hero-section.subpage.about {
  background-image: url('../images/11111.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  box-shadow: none;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 3px solid #dba94b;
  background-color: #fff;
  box-shadow: 0 0 6px -2px #828282;
  font-family: 'Changa One', Impact, sans-serif;
  color: #000;
  text-align: center;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.about-ferrano {
  position: relative;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #f0eded;
  background-color: #f8f8f8;
  box-shadow: none;
  -webkit-transition-property: all;
  transition-property: all;
}

.section.about-ferrano.black {
  height: auto;
  border-top-style: none;
  background-color: #f6f6f6;
  box-shadow: none;
}

.section.facts {
  margin-top: 7px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: none;
}

.section {
  padding-top: 80px;
  padding-bottom: 0px;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.numbers {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.white-tittle {
  margin-bottom: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.white-tittle.fact {
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.overall-column {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.overall-column.service-box {
  display: block;
  border: 11px solid #292828;
  background-color: #f8f8f8;
  text-align: center;
}

.overall-column.service-box._2 {
  padding: 0px 20px;
  border-style: solid;
  border-width: 0px;
  background-color: transparent;
}

.circle-icon-block {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 12px;
  float: left;
  border-radius: 50px;
  background-color: #dedede;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.circle-icon-block:hover {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-color: #00c2a2;
  border-bottom-color: #00c2a2;
  background-color: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.circle-icon-block.social {
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #4a4a4a;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.circle-icon-block.social:hover {
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.circle-icon-block.social.contact {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50px;
  background-color: #4d4d4d;
  -webkit-transition-property: all;
  transition-property: all;
}

.circle-icon-block.social.contact:hover {
  border-top-color: #2897bd;
  border-bottom-color: #2897bd;
  border-radius: 50px;
  background-color: #db4b4b;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.socil-icon {
  display: block;
  width: 20px;
  margin-bottom: 0px;
  float: right;
  opacity: 1;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

.socil-icon:hover {
  opacity: 1;
}

.footer-big {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #292828;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.nav-link {
  padding: 5px 15px;
  opacity: 1;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #000;
  letter-spacing: 1px;
}

.nav-link.w--current {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #dba94b;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.nav-link.w--current:hover {
  border-radius: 0px;
  opacity: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  color: #db4b4b;
}

.nav-link.button-full.menubuttonnew {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-headline {
  padding-top: 10px;
  padding-bottom: 0px;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-width: 3px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.hero-headline._2 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #4a4a4a;
  font-size: 40px;
  font-weight: 700;
}

.hero-headline._2.subpage {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 43px #000;
}

.hero-headline._2.subpage.small {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
}

.hero-headline._2.subpage.small.left {
  float: right;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.about-text {
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}

.about-text._3 {
  color: #4a4a4a;
  font-size: 13px;
  text-align: left;
}

.about-text.details-project {
  color: #4a4a4a;
  line-height: 26px;
  letter-spacing: 0px;
}

.icon-service {
  display: inline-block;
  width: 80px;
  height: 80px;
  min-width: 0px;
  margin-bottom: 30px;
  padding: 25px;
  float: none;
  border-radius: 70px;
  background-color: #2eb6d1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.icon-service:hover {
  background-color: #2897bd;
}

.icon-service._2 {
  width: 90px;
  height: 90px;
  padding: 24px;
  border: 1px solid #4a4a4a;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/responsive-black.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.icon-service._2:hover {
  border-color: #db4b4b;
  background-color: #db4b4b;
  background-image: url('../images/responsive_1.png');
}

.icon-service._2._1 {
  background-image: url('../images/settings-black.png');
}

.icon-service._2._1:hover {
  background-color: #db4b4b;
  background-image: url('../images/responsive.png');
}

.icon-service._2._3 {
  background-image: url('../images/layout.png');
}

.icon-service._2._3:hover {
  background-color: #db4b4b;
  background-image: url('../images/layout-white.png');
}

.menu-row {
  text-align: left;
}

.contact-map-fprm {
  position: relative;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.hero-container {
  position: static;
  top: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.social-dic-2 {
  display: block;
  margin-top: 20px;
  float: left;
}

.social-dic-2.contact {
  display: inline-block;
  float: left;
}

.submit-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  border-radius: 4px;
  background-color: #dba94b;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.submit-button:hover {
  background-color: #4a4a4a;
  opacity: 1;
}

.text-field {
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0px;
  background-color: hsla(0, 0%, 96.5%, 0.49);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-field:hover {
  background-color: #f2f2f2;
  color: #4a4a4a;
}

.text-area {
  min-height: 180px;
  margin-bottom: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: hsla(0, 0%, 96.5%, 0.49);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-area:hover {
  background-color: #f2f2f2;
  color: #4a4a4a;
}

.success-message {
  background-color: #db4b4b;
}

.success-message.big {
  border-style: none;
  border-width: 0px;
  background-color: #db4b4b;
  color: #4a4a4a;
}

.column {
  position: relative;
  display: inline-block;
  padding-top: 0px;
  text-align: left;
}

.column.media {
  height: 379px;
  padding-top: 0px;
  background-image: url('../images/Handwerker-WinsenLuhe.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column.media.sec {
  background-color: #292929;
  background-image: none;
}

.column.media.startmedia {
  background-image: url('../images/Handwerker-Allround-Winsen_1.jpg');
}

.column.fact {
  text-align: center;
}

.column.media-impressum {
  height: 379px;
  background-image: url('../images/Sicher.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column.dienstleistungen {
  height: 380px;
  background-image: url('../images/Sicherheitsloesung.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.clients {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f8f8f8;
}

.slider {
  width: 20%;
  opacity: 1;
  text-align: center;
}

.slider-clients {
  height: 100px;
  background-color: transparent;
}

.image {
  padding-top: 20px;
  opacity: 0.39;
}

.arrow {
  display: none;
}

.slide-nav {
  display: none;
  margin-top: 20px;
  padding-top: 37px;
}

.textbar {
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f2f2f2;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
}

.textbar._3 {
  border-bottom: 0px none transparent;
  border-top-style: none;
  border-top-width: 0px;
  background-color: #db4b4b;
}

.form-wrapper {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
}

.portfolio-column {
  position: relative;
  margin-top: 0px;
  padding: 0px;
}

.tittle {
  display: block;
  padding-bottom: 0px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tittle.portfolio-2 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.tittle.service {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.tittle.third {
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.category {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #c4c4c4;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.category._2 {
  display: inline-block;
  color: #dba94b;
  font-size: 12px;
  letter-spacing: 1px;
}

.text {
  margin-bottom: 0px;
  padding-top: 5px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

.text.text-bar-white {
  display: block;
  padding-top: 7px;
  color: #fff;
  font-size: 19px;
  font-weight: 100;
  letter-spacing: 0px;
}

.submit-button-newlatter {
  width: 100%;
  background-color: #db4b4b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.submit-button-newlatter:hover {
  background-color: #404040;
}

.wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-small {
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #212121;
}

.white-text-footer {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #b3b4b5;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.white-text-footer.contact {
  margin-bottom: 20px;
  color: #4a4a4a;
  text-transform: uppercase;
}

.newslater-text-field {
  padding-bottom: 8px;
  border-color: #4a4a4a;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #969799;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.newslater-text-field:hover {
  color: #fff;
}

.herotext-div {
  margin: 320px auto 250px;
  padding-bottom: 0px;
}

.herotext-div.subtittle {
  margin-top: 165px;
}

.herotext-div.subtittle.subpage {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
}

.herotext-div.subtittle.subpage.second {
  margin-top: 105px;
  text-align: left;
}

.paragraph-tittle {
  color: #4a4a4a;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.team {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  float: none;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: left;
}

.header-tittle {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.header-tittle.details.info {
  margin-top: 30px;
  text-align: left;
}

.header-tittle.singel-portfolio {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: left;
}

.team-wrapper {
  position: relative;
}

.div-social {
  display: inline-block;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  text-align: center;
}

.div-social.portfolio-singe.singel {
  float: left;
  text-align: left;
}

.text-fotter {
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #969799;
  text-align: left;
}

.text-fotter.contact {
  margin-bottom: 20px;
  color: #969799;
}

.text-fotter.kleine-schrift {
  font-size: 10px;
}

.team-tittle {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 5px solid #dedede;
  border-bottom: 2px solid #f8f8f8;
  background-color: #f8f8f8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.team-tittle:hover {
  border-top: 5px solid #db4b4b;
  border-bottom: 0px none transparent;
  background-color: #fff;
}

.slider-testimonilas {
  display: block;
  width: 100%;
  height: 250px;
  border-bottom: 1px solid #dedede;
  border-top-style: none;
  border-top-color: #dedede;
  background-color: transparent;
}

.testimonilas-div {
  display: block;
  margin: 40px 250px 1px;
}

.text-testimonilas {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}

.big-portfolio-post {
  margin-top: 30px;
  margin-bottom: 0px;
}

.big-portfolio-post.multi {
  margin-top: 70px;
}

.div-paginator {
  margin-top: 40px;
  margin-bottom: 0px;
}

.div-paginator.multi {
  margin-top: 0px;
  margin-bottom: 40px;
}

.row-paginator {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.column-paginator {
  text-align: left;
}

.previouz {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border: 1px solid #969799;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #969799;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

.about-post-div {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: transparent;
  text-align: left;
}

.error {
  background-color: #dedede;
  font-family: Raleway, sans-serif;
}

.error.big {
  border: 1px solid #db4b4b;
  background-color: transparent;
}

.portfolio {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
}

.portfolio.second {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.upper-headline {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.gray-section {
  background-color: transparent;
}

.gray-section.text {
  padding-top: 35px;
  padding-bottom: 10px;
}

.slider1 {
  display: inline-block;
  text-align: center;
}

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

.logo {
  display: inline-block;
}

.brand {
  display: block;
}

.headerline-section {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.headerline-section.small {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  color: #969799;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.headerline-section.small.media {
  margin-top: 0px;
  color: #969799;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.headerline-section.small.media.separate {
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.headerline-section.small.media.mittig {
  text-align: center;
}

.headerline-section.small.whi {
  color: #fff;
}

.headline-div-block {
  margin-bottom: 50px;
  text-align: center;
}

.headline-div-block.testimonials {
  margin-bottom: 0px;
  padding-top: 0px;
}

.portfolio-row._2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.service-section {
  padding-top: 100px;
  padding-bottom: 80px;
  border-top: 1px none #f0eded;
  border-bottom: 0px none #f0eded;
  background-color: #f8f8f8;
}

.service-section.second {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}

.features-text {
  margin-top: 10px;
  color: #4a4a4a;
  text-align: left;
}

.features-text.second {
  margin-bottom: 0px;
  color: #4a4a4a;
}

.features-text.list {
  margin-top: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.features-text.list.weitere-informationen {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #4a4a4a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.features-text.list.weitere-informationen:hover {
  border-color: transparent;
  background-color: #db4b4b;
  color: #fff;
}

.service-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-bottom: 50px;
  padding: 15px;
  float: left;
  border-radius: 50px;
  background-color: #db4b4b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-icon:hover {
  background-color: #4a4a4a;
}

.service-icon.new {
  width: 40px;
  height: 40px;
  margin-bottom: 150px;
  padding: 0px;
  background-color: transparent;
}

.vidider {
  display: block;
  width: 15px;
  height: 15px;
  margin: 25px 0px 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border: 1px solid #828282;
  background-color: transparent;
  font-style: italic;
  text-align: center;
}

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

.team-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

.team-text {
  color: #4a4a4a;
}

.tposition-team {
  margin-bottom: 10px;
  color: #828282;
}

.skills {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
  color: #4a4a4a;
}

.skills.div {
  margin-top: 85px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.skills.div.first {
  margin-top: 30px;
}

.skills.div.first.second {
  margin-top: 0px;
}

.color {
  font-family: Raleway, sans-serif;
  color: #adafb3;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.media-text {
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.media-text._3 {
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.media-text.blocksatz {
  text-align: justify;
}

.media-text.abtand-rechte-row {
  padding-top: 95px;
}

.media-tittle {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 36px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.media-tittle._3 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-transform: none;
}

.media-tittle.abstand-unten {
  margin-bottom: 40px;
}

.media-tittle.abstand-unten.mitte {
  margin-bottom: 70px;
  font-weight: 700;
  text-align: center;
}

.media-tittle.abstand-oben {
  margin-top: 44px;
}

.testimonials-name {
  margin-top: 20px;
  color: #db4b4b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
}

.image-ipad {
  border-top: 17px none #000;
  border-top-left-radius: 0px;
}

.media-one {
  padding-top: 80px;
  text-align: center;
}

.media-one.second {
  background-color: #db4b4b;
  background-image: none;
}

.skills-div-block {
  width: 100%;
  height: 10px;
  margin-bottom: 5px;
  padding: 2px 3px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: #ededed;
}

.skills-line {
  display: block;
  width: 70%;
  height: 2px;
  border-radius: 0px;
  background-color: #db4b4b;
  background-image: none;
}

.skills-line._2 {
  width: 100%;
}

.skills-line._3 {
  width: 26%;
}

.skills-line._4 {
  width: 65%;
}

.skills-tittle._2 {
  float: none;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.skills-tittle.percentual {
  display: block;
  float: right;
  color: #000;
  font-size: 13px;
  text-align: left;
}

.column-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 379px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #292929;
}

.column-media.sec {
  height: 379px;
  background-image: url('../images/12333.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-column {
  padding: 10px 30px;
  background-color: transparent;
  text-align: left;
}

.service-tittle4 {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.mapp-section-one {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.open {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #dba94b;
}

.open-text {
  display: inline-block;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.arrow-mapp {
  margin-bottom: 4px;
  float: none;
}

.map {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.tags {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid rgba(173, 175, 179, 0.27);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #969799;
  text-align: left;
}

.tags:hover {
  border-color: #dba94b;
  background-color: #dba94b;
  color: #fff;
}

.filter-menu {
  margin-bottom: 30px;
  text-align: center;
}

.over-filter-button {
  margin-right: 5px;
  border: 1px solid #dedede;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.over-filter-button:hover {
  background-color: #dedede;
}

.over-filter-button.w--current {
  border: 1px solid #dedede;
  background-color: #dedede;
}

.over-filter-button.w--current:hover {
  background-color: #dedede;
  color: #fff;
}

.over-filter-button.last {
  border-right-style: solid;
}

.over-filter-button.firts.w--current {
  border-right-style: solid;
  border-left-style: none;
}

.button-text {
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.image-2 {
  margin-top: 20px;
}

.tags-div.contact {
  margin-bottom: 45px;
}

.white {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
}

.white.new {
  color: #fff;
}

.media-section {
  padding-top: 120px;
  padding-bottom: 80px;
  background-image: url('../images/iStock_000061465232_Large.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.headline-big {
  margin-bottom: 40px;
  color: #fff;
  font-size: 54px;
  line-height: 55px;
  font-weight: 500;
}

.headline-big.texbar {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.fact-col-section {
  padding-right: 0px;
  padding-left: 0px;
}

.fact-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.74))), url('../images/shutterstock_197574791.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.74)), url('../images/shutterstock_197574791.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.fact-right {
  height: 235px;
  background-color: hsla(0, 0%, 51%, 0.4);
}

.testimonials {
  padding-top: 80px;
}

.row-service-2 {
  margin-top: 50px;
}

.white-headline {
  color: #fff;
}

.portfolio-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-link:hover {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.color-box {
  position: relative;
  top: 40%;
  text-align: center;
}

.imac-column {
  padding-right: 10px;
  text-align: left;
}

.nav-menu {
  margin-top: 25px;
}

.navivation {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-sign {
  display: inline-block;
  width: 15%;
  margin-top: 15px;
  opacity: 0.99;
}

.div-sign.headline {
  display: inline-block;
  width: 15%;
  margin-top: 0px;
  opacity: 0.8;
}

.div-sign.service {
  width: 20%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.divider {
  display: inline-block;
  width: 60px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: none;
  background-color: #969799;
  text-align: left;
}

.divider.separator {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: rgba(150, 151, 153, 0.6);
}

.column-singel-p {
  text-align: left;
}

.image-portfolio {
  position: static;
  overflow: hidden;
}

.about-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.error-message {
  border: 1px solid #db4b4b;
  background-color: transparent;
}

.success-text {
  color: #fff;
}

.error-message-text {
  color: #969799;
}

.succes-mesage-big {
  color: #fff;
}

.service-text {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.service-text.links {
  text-align: left;
}

.button-full {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  background-color: #dba94b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-full:hover {
  background-color: #4a4a4a;
}

.button-full.second {
  margin-top: 0px;
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 400;
}

.button-full.second:hover {
  border-color: #fff;
  background-color: #fff;
  color: #4a4a4a;
  font-weight: 400;
}

.orange {
  width: 100%;
  background-color: #df752e;
}

.orang {
  background-color: #e79211;
  -webkit-column-count: 6;
  column-count: 6;
}

.red {
  background-color: #db4b4b;
}

.yellow {
  background-color: #f8d311;
}

.blue {
  background-color: #0098ff;
}

.green {
  background-color: #08c554;
}

.einbruchmoeglichkeiten {
  margin-top: 39px;
  margin-right: 5px;
  margin-left: 5px;
}

.row {
  margin-bottom: 55px;
}

.link-white {
  color: #888;
  text-decoration: none;
}

.icon {
  margin-bottom: 15px;
}

.sicherheitsanalyse {
  height: 350px;
  background-image: url('../images/Detektei.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sicherheitskonzepte {
  height: 350px;
  background-image: url('../images/Fotolia_95019254_L.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.veranstaltungsservice {
  height: 350px;
  background-image: url('../images/Kamera.jpg');
  background-position: 50% 69%;
  background-size: cover;
}

.werkschutz {
  height: 350px;
  background-image: url('../images/Werkschutz.jpg');
  background-position: 50% -25px;
  background-size: cover;
}

.sicherheitstechnik {
  height: 350px;
  background-image: url('../images/Sicherheitstechnik.jpg');
  background-position: 0px 0px;
  background-size: 844px;
}

.revierdienst {
  height: 350px;
  background-image: url('../images/Revierdienst.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.baustellenberwachung {
  height: 350px;
  background-image: url('../images/Baustellenueberwachung.jpg');
  background-position: 0px -138px;
  background-size: cover;
}

.wachdienst {
  height: 350px;
  background-image: url('../images/Wachdienst.jpg');
  background-position: 0px -19px;
  background-size: cover;
}

.personenschutz {
  height: 350px;
  background-image: url('../images/Personenschutz.jpg');
  background-position: 0px -76px;
  background-size: cover;
}

.detektei {
  height: 350px;
  background-image: url('../images/Vertrauen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.textlink {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #dba94b;
  text-decoration: none;
}

.textlink:hover {
  color: #828282;
  text-decoration: none;
}

.doorman {
  height: 350px;
  background-image: url('../images/Doorman-Full.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.alarmsysteme {
  height: 350px;
  background-image: url('../images/Alarmsysteme-Full.jpg');
  background-position: 50% 57%;
  background-size: cover;
}

.list-versetzt {
  margin-left: 30px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 0px;
  list-style-type: disc;
}

.abstand-liste {
  margin-top: 22px;
}

.sanierung {
  height: 350px;
  background-image: url('../images/Fotolia_99467291_L.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.montage {
  height: 350px;
  background-image: url('../images/Fotolia_115613530_L.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.instandhaltung {
  height: 350px;
  background-image: url('../images/Fotolia_89845331_L.jpg');
  background-position: 50% 18%;
  background-size: cover;
}

.cookie-richtlinie {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4000;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e0e0e0;
}

.randelement {
  position: fixed;
  right: 0px;
  bottom: 60px;
  z-index: 1000000;
  width: 105px;
  height: 210px;
}

.blackparagraph {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.checkbox-field {
  font-family: Raleway, sans-serif;
  font-size: 11px;
}

html.w-mod-js *[data-ix="button"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="media-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fact-show"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fact-show-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="hero-slider"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-slider-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="show-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-flypaper"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="know-us"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="singel-post-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transform: translate(0px, 45px);
}

html.w-mod-js *[data-ix="singel-post-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 45px);
  -ms-transform: translate(0px, 45px);
  transform: translate(0px, 45px);
}

html.w-mod-js *[data-ix="show-hover-post-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-skils"] {
  width: 0%;
}

html.w-mod-js *[data-ix="load-skils-2"] {
  width: 0%;
}

html.w-mod-js *[data-ix="load-skils-3"] {
  width: 0%;
}

html.w-mod-js *[data-ix="load-skils-4"] {
  width: 0%;
}

html.w-mod-js *[data-ix="media-show-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="service-icon"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -47px);
  -ms-transform: translate(0px, -47px);
  transform: translate(0px, -47px);
}

html.w-mod-js *[data-ix="service-icon-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -47px);
  -ms-transform: translate(0px, -47px);
  transform: translate(0px, -47px);
}

html.w-mod-js *[data-ix="service-icon-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, -47px);
  -ms-transform: translate(0px, -47px);
  transform: translate(0px, -47px);
}

html.w-mod-js *[data-ix="features"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-2"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-3"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-4"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-5"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="features-6"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="mapp-none"] {
  height: 0px;
}

html.w-mod-js *[data-ix="toggle-none"] {
  height: 0px;
}

html.w-mod-js *[data-ix="ipad-move"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="imac-move"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="hero-headline"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="button-line"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }

  h1 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0px;
  }

  h3 {
    text-align: center;
  }

  p {
    margin-bottom: 0px;
    font-size: 13px;
  }

  .button {
    margin-bottom: 20px;
    box-shadow: none;
  }

  .button.back {
    box-shadow: none;
  }

  .button.next {
    box-shadow: none;
  }

  .button.next.w--current {
    box-shadow: none;
  }

  .button.second {
    margin-right: 0px;
    box-shadow: none;
  }

  .button.white {
    box-shadow: none;
  }

  .hero-section {
    padding-bottom: 0px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.6)), url('../images/DSC_0193.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    box-shadow: none;
  }

  .hero-section.subpage.contact {
    background-position: 95% 13%;
    background-size: auto;
    box-shadow: none;
  }

  .hero-section.subpage.second-type {
    box-shadow: none;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.facts {
    box-shadow: none;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .numbers {
    margin-top: auto;
  }

  .white-tittle {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .white-tittle.fact {
    margin-bottom: 30px;
  }

  .menu-button {
    display: inline-block;
    margin-top: 25px;
    padding: 15px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .menu-button:hover {
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .menu-button.w--open {
    left: 0px;
    top: 0px;
    height: auto;
    float: right;
    background-color: #f2f2f2;
    color: #000;
    text-align: left;
  }

  .overall-column {
    margin-bottom: 50px;
  }

  .circle-icon-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .circle-icon-block:hover {
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: none;
  }

  .circle-icon-block.social {
    padding-top: 2px;
  }

  .circle-icon-block.social.contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-big {
    padding-top: 20px;
  }

  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    float: left;
    text-align: center;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    border-bottom: 1px none #dedede;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition-property: all;
    transition-property: all;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
  }

  .nav-link:hover {
    border-bottom: 1px none #969799;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.09);
    color: #fff;
  }

  .nav-link.w--current {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    text-align: center;
  }

  .nav-link.w--current:hover {
    background-color: hsla(0, 0%, 100%, 0.2);
    color: #fff;
    text-align: center;
  }

  .hero-headline {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 50px;
    text-shadow: none;
  }

  .hero-headline._2 {
    margin-bottom: 0px;
    text-shadow: none;
  }

  .hero-headline._2.subpage {
    text-shadow: none;
  }

  .hero-headline._2.subpage.small {
    margin-top: 14px;
    text-shadow: none;
  }

  .hero-headline._2.subpage.small.left {
    text-shadow: none;
  }

  .social-dic-2 {
    display: block;
    margin-top: 20px;
    float: left;
  }

  .social-dic-2.contact {
    margin-top: 20px;
  }

  .text-area {
    min-height: 260px;
  }

  .column.media {
    margin-bottom: 0px;
  }

  .column.fact {
    padding-bottom: 30px;
    text-align: center;
  }

  .column.ipad {
    margin-bottom: 0px;
    text-align: center;
  }

  .slider {
    width: 25%;
  }

  .column-button {
    text-align: center;
  }

  .text {
    margin-bottom: 25px;
    text-align: center;
  }

  .footer-small {
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .white-text-footer {
    margin-top: 20px;
  }

  .herotext-div.subtittle {
    margin-top: 150px;
  }

  .herotext-div.subtittle.subpage.second {
    margin-top: 85px;
  }

  .team {
    float: none;
    text-align: center;
  }

  .header-tittle {
    text-align: left;
  }

  .div-social {
    text-align: center;
  }

  .text-fotter {
    font-size: 13px;
  }

  .text-fotter.contact {
    line-height: 40px;
  }

  .slider-testimonilas {
    height: 260px;
  }

  .testimonilas-div {
    margin-right: 50px;
    margin-left: 50px;
  }

  .row-paginator {
    padding-bottom: 10px;
  }

  .previouz {
    box-shadow: none;
  }

  .upper-headline {
    margin-bottom: 0px;
  }

  .logo {
    display: inline-block;
    margin-left: 25px;
  }

  .brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .headerline-section.small.media {
    margin-top: 30px;
  }

  .headerline-section.small.media.separate {
    margin-top: 0px;
  }

  .headerline-section.small.media.first {
    margin-top: 0px;
  }

  .headline-div-block {
    margin-bottom: 50px;
  }

  .service-section {
    padding-bottom: 60px;
  }

  .features-text.second {
    margin-bottom: 40px;
  }

  .service-icon {
    margin-bottom: 20px;
  }

  .service-icon.new {
    margin-bottom: 70px;
  }

  .vidider {
    margin-bottom: 35px;
  }

  .skills.div {
    margin-top: 50px;
  }

  .skills.div.first {
    margin-bottom: 50px;
  }

  .media-text._3 {
    font-size: 13px;
  }

  .media-tittle._3 {
    font-size: 23px;
  }

  .image-ipad {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tags {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .white {
    padding-bottom: 0px;
  }

  .fact-right {
    height: 250px;
  }

  .row-service-2 {
    margin-top: 0px;
  }

  .imac-column {
    position: relative;
    display: block;
  }

  .nav-menu {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(74, 74, 74, 0.92);
    color: hsla(0, 0%, 100%, 0.74);
  }

  .div-sign {
    width: 10%;
  }

  .div-sign.service {
    width: 25%;
  }

  .imac {
    margin-right: auto;
    margin-left: auto;
  }

  .about-us-section {
    padding-bottom: 60px;
  }

  .einbruchmoeglichkeiten {
    margin-top: 156px;
  }

  .logo-weiss {
    height: 120px;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .logo-weiss.w--current {
    margin-top: 25%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: center;
  }

  p {
    margin-bottom: auto;
  }

  .button {
    box-shadow: none;
  }

  .button.back {
    position: static;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: none;
    box-shadow: none;
  }

  .button.next {
    display: block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    box-shadow: none;
    text-align: center;
  }

  .button.second {
    margin-right: 0px;
    box-shadow: none;
  }

  .button.white {
    box-shadow: none;
  }

  .hero-section {
    box-shadow: none;
  }

  .hero-section.subpage.second-type {
    box-shadow: none;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .numbers {
    margin-top: auto;
  }

  .white-tittle {
    margin-bottom: 0px;
  }

  .menu-button {
    margin-top: 25px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .circle-icon-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .circle-icon-block:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
  }

  .circle-icon-block.social {
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
    padding: 10px;
    float: left;
  }

  .circle-icon-block.social:hover {
    box-shadow: none;
  }

  .circle-icon-block.social.contact {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px 12px;
    float: none;
  }

  .socil-icon {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-big {
    text-align: center;
  }

  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 15px;
    float: none;
    text-align: center;
  }

  .nav-link {
    -webkit-transition-property: all;
    transition-property: all;
    color: #828282;
    font-size: 15px;
  }

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

  .nav-link.w--current {
    color: #828282;
    font-size: 15px;
  }

  .nav-link.w--current:hover {
    background-color: hsla(0, 0%, 51%, 0.2);
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    color: #fff;
  }

  .hero-headline {
    font-size: 36px;
    text-shadow: none;
  }

  .hero-headline._2 {
    text-shadow: none;
  }

  .hero-headline._2.subpage {
    font-size: 29px;
    text-shadow: none;
  }

  .hero-headline._2.subpage.small {
    display: block;
    text-shadow: none;
  }

  .hero-headline._2.subpage.small.left {
    text-shadow: none;
  }

  .about-text {
    font-size: 14px;
  }

  .contact-map-fprm {
    text-align: center;
  }

  .social-dic-2 {
    display: inline-block;
    margin-top: 0px;
    float: none;
    text-align: center;
  }

  .social-dic-2.contact {
    display: inline-block;
    overflow: visible;
    width: 100%;
  }

  .submit-button {
    display: inline-block;
    margin-bottom: 30px;
    float: none;
    text-align: center;
  }

  .text-field {
    text-align: center;
  }

  .text-area {
    text-align: center;
  }

  .column {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .slider {
    width: 33.3%;
  }

  .textbar {
    text-align: center;
  }

  .form-wrapper {
    text-align: center;
  }

  .column-button {
    text-align: center;
  }

  .tittle {
    text-align: center;
  }

  .text.text-bar-white {
    font-size: 16px;
    line-height: 22px;
  }

  .white-text-footer {
    text-align: center;
  }

  .white-text-footer.contact {
    margin-bottom: 10px;
    text-align: center;
  }

  .newslater-text-field {
    text-align: center;
  }

  .header-tittle.details {
    margin-top: 30px;
  }

  .div-social {
    text-align: center;
  }

  .text-fotter {
    font-size: 14px;
    text-align: center;
  }

  .text-fotter.contact {
    margin-bottom: 21px;
    line-height: 41px;
  }

  .slider-testimonilas {
    height: 310px;
  }

  .row-paginator {
    padding-bottom: 20px;
  }

  .previouz {
    display: block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    box-shadow: none;
  }

  .previouz.w--current {
    box-shadow: none;
  }

  .gray-section.text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .headerline-section.small.media {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .headerline-section.small.media.first {
    margin-top: 0px;
  }

  .service-icon {
    margin-bottom: 46px;
  }

  .vidider {
    margin-bottom: 50px;
  }

  .skills-tittle._2 {
    display: block;
  }

  .column-media {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .div-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tags {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .fact-right {
    height: 300px;
  }

  .div-sign {
    width: 12%;
    margin-top: 10px;
  }

  .div-sign.service {
    width: 12%;
  }

  .button-full {
    display: block;
    margin: 20px auto 34px;
    text-align: center;
  }

  .einbruchmoeglichkeiten {
    margin-top: 0px;
  }

  .abstand-links {
    padding-left: 15px;
  }

  .cookie-richtlinie {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blackparagraph {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .button {
    margin-right: 0px;
    box-shadow: none;
  }

  .button.back {
    box-shadow: none;
    text-align: center;
  }

  .button.next {
    box-shadow: none;
  }

  .button.next.w--current {
    box-shadow: none;
  }

  .button.second.third {
    box-shadow: none;
  }

  .button.second.third:hover {
    box-shadow: none;
    color: #4a4a4a;
  }

  .button.sect {
    margin-bottom: 0px;
    box-shadow: none;
  }

  .hero-section {
    box-shadow: none;
  }

  .hero-section.subpage.second-type {
    height: 180px;
    box-shadow: none;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 0px;
    box-shadow: none;
  }

  .white-tittle {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .menu-button {
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .circle-icon-block:hover {
    box-shadow: none;
  }

  .circle-icon-block.social.contact {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 12px;
    padding-left: 12px;
    float: none;
    text-align: center;
  }

  .footer-big {
    padding-bottom: 20px;
  }

  .copyright {
    font-size: 9px;
  }

  .nav-link {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .nav-link:hover {
    letter-spacing: 1px;
  }

  .hero-headline {
    font-size: 30px;
    line-height: 30px;
    text-shadow: none;
  }

  .hero-headline._2 {
    font-size: 37px;
    text-shadow: none;
  }

  .hero-headline._2.subpage {
    font-size: 25px;
    text-shadow: none;
  }

  .hero-headline._2.subpage.small {
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-shadow: none;
  }

  .hero-headline._2.subpage.small.left {
    display: block;
    margin-top: 0px;
    float: none;
    font-size: 12px;
    line-height: 20px;
    text-shadow: none;
  }

  .hero-container {
    display: block;
  }

  .social-dic-2 {
    display: inline-block;
    float: none;
    text-align: center;
  }

  .social-dic-2.contact {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .submit-button {
    width: 100%;
  }

  .text-area {
    text-align: center;
  }

  .column {
    display: inline-block;
    text-align: center;
  }

  .column.media.sec {
    height: 580px;
  }

  .column.media-impressum {
    background-position: 50% 50%;
    background-size: cover;
  }

  .column.dienstleistungen {
    background-position: 77% 50%;
    background-size: cover;
  }

  .slider {
    width: 50%;
  }

  .white-text-footer {
    text-align: center;
  }

  .white-text-footer.contact {
    margin-bottom: 10px;
    text-align: center;
  }

  .herotext-div.subtittle {
    margin-top: 115px;
  }

  .herotext-div.subtittle.subpage {
    margin-top: 180px;
  }

  .text-fotter {
    text-align: center;
  }

  .text-fotter.contact {
    line-height: 40px;
  }

  .slider-testimonilas {
    height: 375px;
  }

  .testimonilas-div {
    margin-right: 0px;
    margin-left: 0px;
  }

  .previouz {
    box-shadow: none;
  }

  .previouz.w--current {
    box-shadow: none;
  }

  .upper-headline {
    font-size: 16px;
    line-height: 16px;
  }

  .service-icon {
    margin-bottom: 100px;
  }

  .service-icon.new {
    margin-bottom: 100px;
  }

  .vidider {
    margin-bottom: 50px;
  }

  .media-tittle {
    margin-bottom: 20px;
  }

  .skills-tittle._2 {
    display: block;
    float: none;
  }

  .column-media {
    height: 580px;
  }

  .div-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tags {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .over-filter-button {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .headline-big.texbar {
    font-size: 30px;
    line-height: 36px;
  }

  .fact-right {
    height: 400px;
  }

  .div-sign {
    width: 20%;
    margin-top: 0px;
  }

  .div-sign.service {
    width: 20%;
  }

  .button-full {
    display: block;
    margin-right: 8px;
    margin-left: 8px;
  }

  .container-telefon {
    padding-left: 10px;
  }

  .sicherheitsanalyse {
    background-size: cover;
  }

  .sicherheitskonzepte {
    background-position: 73% 0px;
  }

  .werkschutz {
    background-position: 4% 50%;
    background-size: cover;
  }

  .sicherheitstechnik {
    background-position: 81% 50%;
    background-size: cover;
  }

  .revierdienst {
    background-position: 50% 50%;
  }

  .baustellenberwachung {
    background-position: 50% 50%;
  }

  .wachdienst {
    background-position: 79% 50%;
  }

  .personenschutz {
    background-position: 50% 50%;
  }

  .detektei {
    background-position: 50% 50%;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BoldItalic.ttf') format('truetype'), url('../fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}