.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 {
  font-family: Opensans-400-r, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald-700-r, sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald-400-r, sans-serif;
  color: #444;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald-400-r, sans-serif;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #252525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #3d3a3a;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 18px;
  border-radius: 2px;
  background-color: #d8231c;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #cd1231;
  color: #fff;
}

.button.button-color {
  background-color: #b4b0e3;
}

.button.button-color.second-color {
  background-color: #fff;
  color: #4a4a4a;
}

.button.button-color.second-color:hover {
  background-color: #212121;
  color: #fff;
}

.button.sub {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.button.button-color {
  background-color: #c4c4c4;
}

.button.button-color:hover {
  background-color: #cd1231;
}

.button.small {
  position: static;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 0px 0px 0px 240px;
  padding: 4px 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.button.blue {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 27px;
  background-color: #312783;
  font-size: 16px;
  font-weight: 400;
}

.button.blue.w--current {
  display: inline-block;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
}

.brand {
  z-index: 3000;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 5%;
}

.brand.w--current {
  z-index: 3000;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3%;
}

.banner {
  height: 75vh;
  background-color: #3d3a3a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 27, 0.3)), to(rgba(21, 24, 27, 0.3))), url('../images/RDL_Leistungen.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.3), rgba(21, 24, 27, 0.3)), url('../images/RDL_Leistungen.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-size: 14px;
}

.banner.inner-banner {
  height: 600px;
  background-image: url('../images/RDL_Leistungen.jpg');
  background-position: 50% 130%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner.inner-banner.ueber-uns {
  height: 100vh;
  background-image: url('../images/Fuhrpark_blend_Bsp_1440x720.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner.ueber {
  height: 75vh;
  margin-top: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 27, 0.15)), to(rgba(21, 24, 27, 0.15))), url('../images/Firmensitz_RDL_Esslingen.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.15), rgba(21, 24, 27, 0.15)), url('../images/Firmensitz_RDL_Esslingen.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.startseite {
  position: static;
  top: -4px;
  height: 75vh;
  margin-top: 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 27, 0.2)), to(rgba(21, 24, 27, 0.2))), url('../images/479587074_bear_1920x640.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.2), rgba(21, 24, 27, 0.2)), url('../images/479587074_bear_1920x640.jpg');
  background-position: 0px 0px, 50% 30px;
  background-size: auto, auto 75vh;
}

.nav-link {
  margin-right: 6px;
  margin-left: 6px;
  padding: 15px 22px;
  -webkit-transition: background-color 900ms ease;
  transition: background-color 900ms ease;
  font-family: Oswald-400-r, sans-serif;
  color: #bbb;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #cd1231;
  color: #fff;
  font-weight: 400;
}

.nav-link.w--current {
  position: relative;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color 900ms ease;
  transition: background-color 900ms ease;
  color: #312783;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.nav-link.language {
  margin-left: 0px;
  font-size: 11px;
}

.nav-link.language:hover {
  border: 0px solid #d8231c;
  background-color: transparent;
  color: #d8231c;
}

.section {
  padding-top: 50px;
  padding-bottom: 25px;
}

.section.parallax {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 27, 0.95)), to(rgba(21, 24, 27, 0.95))), url('../images/shutterstock_81556762.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.95), rgba(21, 24, 27, 0.95)), url('../images/shutterstock_81556762.jpg');
  background-position: 0% 0%, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.parallax.photo-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 46, 66, 0.95)), to(rgba(24, 46, 66, 0.95))), url('../images/572_Gew.-Sirnau_cms7.jpg');
  background-image: linear-gradient(180deg, rgba(24, 46, 66, 0.95), rgba(24, 46, 66, 0.95)), url('../images/572_Gew.-Sirnau_cms7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.fun-facts-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 27, 0.35)), to(rgba(21, 24, 27, 0.35))), url('../images/RDL_Teambesprechung-Kopie_1.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.35), rgba(21, 24, 27, 0.35)), url('../images/RDL_Teambesprechung-Kopie_1.jpg');
  background-position: 0px 0px, 50% 8%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.another-parallax {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(180, 176, 227, 0.95)), to(rgba(180, 176, 227, 0.95))), url('../images/stk309103rkn.jpg');
  background-image: linear-gradient(180deg, rgba(180, 176, 227, 0.95), rgba(180, 176, 227, 0.95)), url('../images/stk309103rkn.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.features {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3d3a3a;
}

.section.gray {
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}

.section.gray.another-gray {
  padding-top: 70px;
  padding-bottom: 0px;
  border-top: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.section.gray._02 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: transparent;
}

.section.section-device {
  padding-top: 20px;
  padding-bottom: 15px;
}

.section.section-device.background {
  padding-bottom: 0px;
  background-color: #ebebeb;
}

.section.section-device._01 {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 40px;
}

.section.section-device._02 {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.section-device.grey {
  padding-top: 35px;
  padding-bottom: 10px;
  background-color: #f1f1f1;
}

.section.section-device.referenzen {
  display: block;
  margin: 85px auto 0px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.section.section-device.referenzen:hover {
  color: #cd1231;
}

.section.engineering {
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 99.2%, 0.75)), to(hsla(0, 0%, 99.2%, 0.75))), url('../images/RDL_Teambesprechung-Kopie_1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 99.2%, 0.75), hsla(0, 0%, 99.2%, 0.75)), url('../images/RDL_Teambesprechung-Kopie_1.jpg');
  background-position: 0px 0px, 50% 90px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.darkgrey {
  padding-top: 30px;
  background-color: #ddd;
}

.top-title {
  margin-bottom: 0px;
  font-family: Oswald-400-r, sans-serif;
  font-size: 58px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.top-title.header {
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}

.color {
  color: #cd1231;
}

.service-wrapper {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.service-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #f7f7f7;
}

.service-icon.icon-1 {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  border-style: none;
  border-width: 4px;
  border-color: rgba(49, 39, 131, 0.8);
  background-image: url('../images/RDL_prueft.jpg');
  background-position: 0px 50%;
  background-size: 180px;
  background-repeat: no-repeat;
}

.service-icon.icon-1.icon-2 {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  background-image: url('../images/RDL_messen.jpg');
  background-position: 0px 50%;
  background-size: 180px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.service-icon.icon-1.icon-3 {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  border-radius: 100%;
  background-image: url('../images/RDL_optimiert.jpg');
  background-position: 50% 65%;
  background-size: 180px;
  background-repeat: no-repeat;
}

.service-icon.service-white {
  background-color: #fff;
}

.another-title {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #ebebeb;
  background-color: #fafafa;
  box-shadow: 0 0 0 2px #fff;
}

.second-title {
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald-400-r, sans-serif;
  color: #444;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.second-title.white-second {
  color: #fff;
}

.second-title.auftrag {
  margin-top: 50px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #cd1231;
}

.link.another-white {
  color: hsla(0, 0%, 100%, 0.72);
}

.link.another-white:hover {
  color: #fff;
}

.link.grey {
  color: #b3b3b3;
}

.link.grey:hover {
  color: #cd1231;
}

.portfolio-w-pro {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
}

.portfolio-w-pro._3-column {
  width: 33.33%;
}

.white {
  margin-bottom: 15px;
  font-family: Oswald-400-r, sans-serif;
  color: #fff;
  font-weight: 400;
}

.white.bigger {
  font-size: 36px;
  line-height: 54px;
}

.paragraph-parallax {
  width: 100%;
  color: #c7c7c7;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-parallax._02 {
  font-family: Opensans-400-r, sans-serif;
  color: #3d3a3a;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.paragraph-parallax.dark {
  color: #3d3a3a;
  font-weight: 400;
}

.ul-parallax {
  margin-top: 15px;
}

.list-parallax {
  margin-bottom: 8px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 21px;
  background-image: url('../images/star_cccccc_100.png');
  background-position: 0px 6px;
  background-size: 11px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 400;
}

.space {
  position: static;
  display: inline-block;
  overflow: visible;
  margin-top: 10px;
  padding-right: 0px;
}

.space.more-space {
  margin-top: 20px;
}

.space.another-space {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.tab-menu {
  background-color: transparent;
}

.tab-link {
  display: inline-block;
  width: 19.5%;
  height: 63px;
  margin-right: 2px;
  padding: 0px;
  float: left;
  background-color: transparent;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.45;
}

.tab-link:hover {
  opacity: 0.9;
}

.tab-link.w--current {
  opacity: 1;
}

.tab-link.photo-2 {
  background-image: url('../images/2.jpg');
}

.tab-link.photo-3 {
  background-image: url('../images/3.jpg');
}

.tab-link.photo-4 {
  background-image: url('../images/4.jpg');
}

.tab-link.photo-5 {
  background-image: url('../images/5.jpg');
}

.line {
  display: block;
  width: 40px;
  height: 1px;
  margin: 8px auto;
  background-color: #e1e1e1;
}

.column-0-padding {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #30333a;
}

.column-0-padding.column-no-color {
  background-color: transparent;
}

.tab-content {
  position: relative;
  z-index: 2;
  width: 99%;
  margin-bottom: 2px;
  float: left;
}

.fun-facts-wrapper {
  text-align: center;
}

.fun-facts-number {
  color: #dcdedf;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.fun-facts-sub-text {
  font-family: Oswald-400-r, sans-serif;
  color: #fdfdfd;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-icon {
  width: 20%;
  float: left;
}

.quote-icon {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/quote-left_b4b0e3_100.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.div-double {
  overflow: hidden;
  height: 530px;
  background-image: url('../images/_MG_0395_1440.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-double.more-space {
  padding: 40px 180px 30px 40px;
  background-image: url('../images/megaphone.png');
  background-position: 129% -55%;
  background-repeat: no-repeat;
}

.div-double.more-space._02 {
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 41px;
}

.div-double.image {
  background-image: url('../images/leere-europakarte_bear.jpg'), url('../images/leere-europakarte.png');
  background-position: 100% 85%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.div-double.image.automotive {
  background-image: url('../images/RDL_Automotive_960.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-double.image.kraftwerk {
  background-image: url('../images/RDL_Kraftwerk_960.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-double.image.elektronik {
  background-image: url('../images/RDL_Elektronik_960.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-double.image.engineering {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 101, 145, 0.1)), to(rgba(21, 101, 145, 0.1))), url('../images/RDL_Teambesprechung-Kopie.jpg');
  background-image: linear-gradient(180deg, rgba(21, 101, 145, 0.1), rgba(21, 101, 145, 0.1)), url('../images/RDL_Teambesprechung-Kopie.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-double.image.gebaeude {
  background-image: url('../images/Firmensitz_RDL_Esslingen.jpg');
  background-position: 50% 40%;
  background-size: 960px;
  background-repeat: no-repeat;
}

.div-double.social02 {
  background-image: url('../images/verein_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-double.social_03 {
  background-image: url('../images/verein_02_960.jpg'), url('../images/_MG_0395_1440.jpg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  text-align: center;
}

.arrow-2 {
  display: block;
  width: 0px;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
  border-top: 30px solid #3d3a3a;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  background-color: transparent;
}

.features-icon {
  width: 36px;
  height: 36px;
  margin-top: -7px;
  margin-right: 12px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  border-style: none;
  border-width: 30px 0px 0px;
  border-color: transparent transparent transparent #3d3a3a;
  border-radius: 100%;
  background-color: #3d3a3a;
  background-image: url('../images/Logo_icon_weiss.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.features-icon.icon-2 {
  background-image: url('../images/exclamation_cd1231_100.png');
}

.features-icon.icon-3 {
  background-image: url('../images/rocket_cd1231_100.png');
}

.features-icon.icon-4 {
  background-image: url('../images/tasks_cd1231_100.png');
}

.features-icon.icon-5 {
  background-image: url('../images/users_cd1231_100.png');
}

.features-icon.icon-6 {
  background-image: url('../images/video-camera_cd1231_100.png');
}

.features-icon.icon-7 {
  background-image: url('../images/pencil_cd1231_100.png');
}

.features-icon.icon-8 {
  background-image: url('../images/gear_cd1231_100.png');
}

.features-icon.icon-9 {
  background-image: url('../images/globe_cd1231_100.png');
}

.features-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
}

.heading-features {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.row-space {
  margin-top: 40px;
}

.testimonials-wrapper {
  width: 75%;
  float: left;
}

.testimonials-slider {
  height: auto;
  background-color: transparent;
}

.slider-dots {
  padding-top: 15px;
  padding-right: 9px;
  font-size: 9px;
  text-align: right;
}

.testimonials {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
}

.testimonials-name {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.small-wrok {
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 12px;
  line-height: 30px;
}

.sns-shrink {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #312783;
}

.logo.leftside {
  position: relative;
  top: 12px;
  z-index: 3000;
  margin-top: 0px;
  padding-top: 0px;
}

.client-logo {
  width: 17.8%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  float: left;
  border: 1px solid #e1e1e1;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.client-logo:hover {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.07);
}

.client-logo.empty {
  border-width: 0px;
}

.footer {
  position: relative;
  padding-top: 53px;
  padding-bottom: 110px;
  background-color: #2e3134;
}

.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222427;
}

.top-footer {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald-400-r, sans-serif;
  color: #95999d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-footer.morespace {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 0px;
}

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

.paragraph-footer {
  margin-bottom: 0px;
  color: #585656;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  float: none;
  border-radius: 100%;
  background-color: #4b4e52;
  background-image: url('../images/facebook_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon:hover {
  background-color: #cd1231;
}

.social-icon.twitter {
  background-image: url('../images/twitter_ffffff_150.png');
}

.social-icon.pintesret {
  background-image: url('../images/xing_150_ffffff.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_ffffff_150.png');
}

.social-icon.xing {
  background-image: url('../images/xing_150_ffffff.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.mail {
  background-image: url('../images/mail_150_ffffff.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.email-field {
  height: 50px;
  border: 1px solid #595f66;
  background-color: #4b4e52;
  color: #fff;
  font-size: 13px;
  text-align: left;
}

.success-message {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 5px;
  background-color: #00bd78;
  text-align: center;
}

.success-message.error-message {
  background-color: #f2526d;
}

.form-mes {
  margin-bottom: 0px;
  color: #fff;
}

.portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 24, 27, 0.95);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  text-decoration: none;
}

.portfolio-overlay:hover {
  opacity: 1;
}

.div-text {
  position: relative;
  top: 45%;
  padding-right: 50px;
  padding-left: 50px;
}

.div-text.version-2 {
  top: 40%;
}

.portfolio-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.low-title {
  margin-bottom: 90px;
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
}

.bold-red {
  color: #cd1231;
  font-weight: 700;
}

.page {
  background-color: #f1f1f1;
}

.float-left {
  float: right;
}

.portfolio-navi {
  width: 30px;
  height: 30px;
  margin-left: 0px;
  background-image: url('../images/th_555555_100.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.portfolio-navi._2 {
  background-image: url('../images/angle-left_555555_100.png');
  background-size: 30px;
}

.portfolio-navi._3 {
  background-image: url('../images/angle-right_555555_100.png');
  background-size: 30px;
}

.line-full {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 70px;
  background-color: #e1e1e1;
}

.line-full.line-space {
  margin-top: 70px;
}

.lighter {
  margin-left: 16px;
  font-size: 39px;
  font-weight: 300;
}

.lighter._2 {
  font-family: Oswald-300-r, sans-serif;
  font-weight: 300;
}

.lighter._02 {
  font-family: Oswald-300-r, sans-serif;
}

.sma {
  font-size: 16px;
}

.hand-of-sean-font {
  position: relative;
  bottom: 5px;
  padding: 12px 16px;
  background-color: #cd1231;
  font-family: 'Hand of sean demo', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.center {
  font-weight: 400;
  text-align: center;
}

.center.if {
  text-align: left;
}

.heading-team {
  margin-bottom: 15px;
}

.map {
  position: relative;
  height: 400px;
}

.hero-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #636f86;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 35px;
  line-height: 71px;
  font-weight: 400;
  text-decoration: none;
}

.text-field {
  width: 465px;
  height: 45px;
  margin-right: 10px;
  float: left;
  border-style: none;
}

.text-field.no-l {
  margin-right: 0px;
}

.text-field._100-p {
  width: 100%;
}

.text-field._100-p.are {
  margin-bottom: 0px;
  padding-bottom: 70px;
}

.container-banner {
  position: relative;
  left: 0px;
  top: 27%;
  right: 0px;
  margin-top: 0px;
  padding-top: 85px;
}

.sub-banner {
  margin-bottom: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.sub-banner.grey {
  margin-bottom: 50px;
  padding-right: 20%;
  padding-left: 20%;
  color: #3d3a3a;
}

.nav-menu {
  position: relative;
  z-index: 2000;
  width: auto;
  margin-top: 17px;
  float: right;
}

.hamburger {
  display: none;
}

.column-space {
  position: static;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 18px;
  padding-left: 18px;
}

.column-space._0padding {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-space._2rows {
  padding-right: 55px;
  padding-left: 55px;
}

.text_bildteaser {
  font-size: 13px;
  line-height: 21px;
  text-align: left;
}

.links {
  margin-top: -18px;
  text-align: left;
}

.div_block_general {
  margin-top: 35px;
  margin-bottom: 41px;
  padding-right: 0px;
  padding-left: 0px;
}

.bogen {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/Bogen.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.streifen {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  max-height: 220px;
  min-height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/bow_1920.png');
  background-position: 50% 0px;
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.row2er {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.anfrage {
  margin-top: 30px;
  margin-bottom: -30px;
}

.reaktionszeiten {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.banner_leistungen {
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 27, 0.2)), to(rgba(21, 24, 27, 0.2))), url('../images/dv738044_1920.jpg');
  background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.2), rgba(21, 24, 27, 0.2)), url('../images/dv738044_1920.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, auto 75vh;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.auftragsformular {
  padding-top: 25px;
}

.footerlinks {
  color: #cecece;
  font-weight: 400;
  text-decoration: none;
}

.footerlinks:hover {
  color: #fff;
}

.footerlinks:active {
  color: #d8231c;
}

.iconflags {
  margin-top: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

.impressum {
  margin-bottom: 80px;
  padding-right: 25%;
  padding-left: 25%;
}

.centerimage {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 70px;
  padding-left: 70px;
}

.annotations {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

.kontakt_container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.checkbox {
  margin-top: 8px;
  margin-right: 10px;
  padding-top: 190px;
  padding-bottom: 0px;
}

.content-wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  padding: 15px;
  background-color: transparent;
}

.hotline {
  margin-top: 0px;
  padding: 10px 18px;
  background-color: #d8231c;
}

.negativ {
  font-family: Opensans-600-r, sans-serif;
  color: #fff;
  font-weight: 600;
}

.branchen {
  display: block;
  margin: 15px 10px;
  font-family: Oswald-400-r, sans-serif;
  color: #cd1231;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
}

.anfrage_center {
  padding: 0px;
}

.referenzen {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-bottom: 0px;
  color: #cd1231;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.socialpics {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tabs {
  left: 0px;
  display: block;
  padding-top: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: Oswald-400-r, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tablink {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald-400-r, sans-serif;
}

.tablink.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #312783;
  color: #fff;
}

.tablink.w--current:hover {
  background-color: #cd1231;
}

.tabtext {
  display: block;
  font-size: 18px;
}

.hotline_link {
  position: static;
  z-index: 999;
  width: 55px;
  height: 55px;
  margin-top: 10px;
  float: right;
  border-radius: 10px;
  background-color: #d8231c;
  background-image: url('../images/phone24.svg');
  background-position: 46% 44%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hotline_link:hover {
  background-color: #af2b25;
  opacity: 1;
}

.close_hotline {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-right: 8px;
  padding-right: 0px;
  background-image: url('../images/x_out.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.close_hotline:hover {
  opacity: 1;
}

.paragraph {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.link-richtlinien {
  display: block;
  padding-top: 0px;
  padding-bottom: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.text-block {
  font-weight: 400;
}

.text-block-2 {
  font-weight: 400;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

html.w-mod-js *[data-ix="move-up-portfolio-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="move-down-portfolio-paragraph"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="zoom-in-sub-banner-on-load"] {
  opacity: 0;
  -webkit-transform: scale(1.28, 1.28);
  -ms-transform: scale(1.28, 1.28);
  transform: scale(1.28, 1.28);
}

html.w-mod-js *[data-ix="slide-in-top-title-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="zoom-in-button-on-load"] {
  opacity: 0;
  -webkit-transform: scale(1.28, 1.28);
  -ms-transform: scale(1.28, 1.28);
  transform: scale(1.28, 1.28);
}

html.w-mod-js *[data-ix="zoom-in-button-on-load-2"] {
  opacity: 0;
  -webkit-transform: scale(1.28, 1.28);
  -ms-transform: scale(1.28, 1.28);
  transform: scale(1.28, 1.28);
}

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

@media screen and (max-width: 991px) {
  h3 {
    line-height: 46px;
  }

  .button.small {
    margin-left: 169px;
  }

  .navigation {
    position: relative;
  }

  .brand.w--current {
    padding-left: 25px;
  }

  .banner {
    height: 500px;
  }

  .banner.ueber {
    margin-top: -170px;
  }

  .banner.startseite {
    margin-top: -170px;
  }

  .nav-link {
    max-width: 100%;
  }

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

  .top-title.header {
    font-size: 35px;
  }

  .portfolio-w-pro {
    width: 50%;
  }

  .tab-link.photo-2 {
    width: 18.5%;
  }

  .div-icon {
    display: block;
    width: 100%;
    margin-bottom: 27px;
    float: none;
    text-align: center;
  }

  .quote-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-double.more-space {
    height: 400px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .row-space {
    margin-top: 20px;
  }

  .testimonials-wrapper {
    width: 100%;
    float: left;
  }

  .sns-container {
    position: static;
    left: 0px;
    top: -75px;
    right: 0px;
  }

  .logo.leftside {
    top: 5px;
  }

  .client-logo {
    width: 31.333%;
    margin-right: 6px;
    margin-bottom: 22px;
    margin-left: 6px;
  }

  .lighter._2 {
    font-size: 43px;
  }

  .map {
    margin-top: -120px;
  }

  .text-field {
    width: 100%;
  }

  .nav-menu {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100vh;
    margin-top: auto;
    padding-top: 10%;
    padding-bottom: 25%;
    float: none;
    background-color: hsla(0, 0%, 94.5%, 0.98);
  }

  .hamburger {
    position: relative;
    z-index: 2000;
    display: block;
    margin-top: 16px;
    color: #fff;
  }

  .hamburger.w--open {
    background-color: #cd1231;
  }

  .column-space {
    margin-bottom: 40px;
  }

  .streifen {
    height: 210px;
    max-height: auto;
    min-height: auto;
  }

  .banner_leistungen {
    margin-top: -170px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/dv738044_1920.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/dv738044_1920.jpg');
    background-position: 0px 0px, 80% 0%;
    background-attachment: scroll, scroll;
  }

  .flag_container {
    display: block;
  }

  .rdl_logo {
    height: 75px;
    max-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    line-height: 62px;
  }

  .button.small {
    margin-left: 488px;
  }

  .navigation {
    padding-top: 0px;
    padding-bottom: 15px;
  }

  .banner.startseite {
    height: 70vh;
  }

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

  .section.parallax.photo-2 {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section.another-parallax {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section.gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section-device {
    padding-top: 40px;
  }

  .section.section-device._01 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.section-device._02 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .service-wrapper {
    margin-bottom: 30px;
  }

  .portfolio-w-pro._3-column {
    width: 50%;
  }

  .fun-facts-wrapper {
    margin-bottom: 17px;
  }

  .div-double.more-space._02 {
    padding-left: 40px;
  }

  .testimonials-wrapper {
    padding-right: 21px;
    padding-left: 21px;
  }

  .client-logo {
    width: 47%;
    margin-bottom: 12px;
  }

  .footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .float-left {
    float: none;
  }

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

  .container-banner {
    top: 24%;
  }

  .div-tab {
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    display: inline-block;
    width: 90vw;
    font-size: 10vw;
    line-height: 14vw;
  }

  h3 {
    display: block;
    width: 100%;
    margin-top: -120px;
    margin-right: 15px;
    margin-left: auto;
    font-size: 8vw;
    line-height: 10vw;
  }

  .button.blue {
    display: inline;
    margin-right: 0px;
    margin-left: -87px;
  }

  .navigation {
    display: block;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/bow_1920.png');
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .brand {
    width: auto;
  }

  .brand.w--current {
    width: auto;
  }

  .banner {
    height: 340px;
  }

  .banner.ueber {
    height: 70vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 24, 27, 0.25)), to(rgba(21, 24, 27, 0.25))), url('../images/_MG_0367_bear_02b.jpg');
    background-image: linear-gradient(180deg, rgba(21, 24, 27, 0.25), rgba(21, 24, 27, 0.25)), url('../images/_MG_0367_bear_02b.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto 75vh;
  }

  .banner.startseite {
    height: 70vh;
  }

  .section.section-device._01 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.section-device._02 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.section-device.referenzen {
    margin-bottom: 0px;
    padding-bottom: 50px;
  }

  .top-title.header {
    font-size: 25px;
  }

  .color {
    display: inline-block;
    margin-top: -130px;
    margin-left: 0px;
    font-size: 8vw;
    line-height: 8vw;
  }

  .second-title {
    display: block;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .link {
    color: rgba(85, 85, 85, 0.5);
  }

  .link.w--current {
    color: #fff;
  }

  .link.grey {
    position: static;
    bottom: -60px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
  }

  .portfolio-w-pro {
    width: 100%;
  }

  .portfolio-w-pro._3-column {
    width: 100%;
  }

  .div-double.more-space {
    height: auto;
    background-position: 100% 100%;
  }

  .div-double.more-space._02 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-double.image.kraftwerk {
    background-position: 73% 50%;
  }

  .sns-container {
    padding-right: 5px;
  }

  .logo.leftside {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    float: none;
  }

  .client-logo {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    text-align: center;
  }

  .footer {
    padding-right: 10px;
    padding-bottom: 290px;
    padding-left: 10px;
  }

  .bottom-footer {
    bottom: 180px;
    margin-bottom: 0px;
  }

  .float-left {
    float: none;
  }

  .lighter._2 {
    font-size: 30px;
  }

  .lighter._02 {
    font-size: 10vw;
    line-height: 14vw;
  }

  .map {
    margin-top: -130px;
  }

  .hero-section {
    line-height: 48px;
  }

  .sub-banner {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .nav-menu {
    margin-top: 0px;
    padding-top: 22%;
    padding-bottom: 0%;
  }

  .column-space._2rows {
    padding-right: 0px;
    padding-left: 0px;
  }

  .streifen {
    margin-top: 0px;
    background-position: 50% 0px;
    background-size: 960px 80%;
  }

  .content-wrapper {
    margin-bottom: -8px;
  }

  .branchen {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .rdl_logo {
    height: 70px;
  }
}

@font-face {
  font-family: 'Hand of sean demo';
  src: url('../fonts/Hand_Of_Sean_Demo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Opensans-600-r';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-400-r';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-300-r';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans-600-r';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-700-r';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-400-r';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-300-r';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}