.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: 'Opsa local', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-family: 'Opsa local', sans-serif;
  color: #1d1d59;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin: 10px 0px;
  font-family: 'Opsa local', sans-serif;
  color: #006fb5;
  font-size: 33px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  list-style-type: none;
}

h3 {
  margin: 10px 0px;
  font-family: 'Opsa local', sans-serif;
  color: #787878;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Opsa local', sans-serif;
  color: #787878;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
}

a {
  color: #8c8c8c;
  text-decoration: underline;
}

a:hover {
  color: #006fb5;
}

ul {
  margin-top: -20px;
  margin-bottom: 27px;
  padding-left: 40px;
  font-family: 'Opsa local', sans-serif;
  color: #5f5c5c;
  font-size: 16px;
  line-height: 27px;
}

li {
  margin-top: 1px;
  margin-bottom: 6px;
  line-height: 18px;
}

.button {
  display: inline-block;
  margin-top: 30px;
  padding: 20px 40px;
  clear: both;
  border-radius: 3px;
  background-color: rgba(0, 111, 181, 0.49);
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.7);
  -webkit-transition: all 350ms linear;
  transition: all 350ms linear;
  font-family: 'Opsa local', sans-serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #008acf;
  background-image: none;
}

.button.formbutton {
  overflow: auto;
  width: auto;
  margin-top: 11px;
  padding-right: 70px;
  padding-left: 70px;
  float: right;
  clear: none;
}

.button.pos {
  width: auto;
  margin-top: 6px;
  float: left;
  background-color: #000;
  box-shadow: none;
  font-family: 'Opsa local', sans-serif;
  text-align: center;
}

.button.pos:hover {
  background-color: #006fb5;
  box-shadow: none;
}

.button.space {
  margin-top: 80px;
  margin-bottom: 2px;
}

.button.small {
  padding: 13px 23px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: #024874;
  box-shadow: none;
  font-size: 18px;
}

.button.small:hover {
  border-width: 1px;
  background-color: #032c46;
  color: #fff;
}

.button.left {
  float: left;
}

.button.block {
  display: block;
}

.header {
  height: 222px;
  border-top: 6px solid #008acf;
  background-color: #f5f5f5;
}

.company-logo {
  display: block;
  margin-top: 45px;
  margin-bottom: 33px;
  float: none;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: 85px;
  padding-top: 11px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #000;
}

.textlink-header {
  margin-right: 8px;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-family: 'Opsa local', sans-serif;
  color: #f2f4f5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.textlink-header:hover {
  opacity: 1;
  color: #008acf;
  text-shadow: 0 0 0 #000;
}

.textlink-header.w--current {
  opacity: 1;
  color: #008acf;
}

.button-nav {
  height: 55px;
  margin-top: 5px;
  margin-right: 10px;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 54.9%, 0.42);
  border-radius: 3px;
  background-color: hsla(0, 0%, 54.9%, 0.15);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-family: 'Opsa local', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
}

.button-nav:hover {
  background-color: #008acf;
  color: #fff;
}

.button-nav.w--current {
  border-color: #006fb5;
  background-color: #006fb5;
  color: #fff;
  text-decoration: none;
}

.button-nav.anders.w--current {
  border-color: hsla(0, 0%, 54.9%, 0.42);
  background-color: hsla(0, 0%, 54.9%, 0.11);
}

.button-nav.anders.w--current:hover {
  border-color: #008acf;
  background-color: #008acf;
}

.button-nav.highlight {
  margin-left: 3px;
  padding-top: 16px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
  background-color: hsla(0, 0%, 54.9%, 0.04);
}

.button-nav.highlight:hover {
  border-color: #008acf;
  background-color: #008acf;
}

.banner-selection {
  height: auto;
  padding-top: 61px;
  padding-bottom: 61px;
  background-color: #000;
  background-image: url('../images/ccfmg-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset -2px 6px 18px -3px #000;
  text-align: center;
}

.hero {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-shadow: 0 0 17px #1d1d59;
}

.hero.footer-head {
  margin-bottom: 0px;
  font-size: 30px;
}

.hero.tablet {
  margin-bottom: 15px;
  font-family: 'Opsa local', sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  text-align: left;
}

.content-selection {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 8px solid #f2f4f5;
  color: #fff;
}

.content-selection.lessspace {
  padding-top: 15px;
  padding-bottom: 0px;
}

.content-head {
  margin-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f4f5;
  font-family: 'Opsa local', sans-serif;
  color: #737373;
  font-size: 54px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
}

.selection-referenzen {
  padding-top: 19px;
  padding-bottom: 42px;
  background-color: #f2f4f5;
}

.footer-selection {
  height: 430px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 15px solid #8c8c8c;
  background-color: #000;
}

.footer-text {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.footer-text.abbinder {
  margin-bottom: 0px;
  color: #8c8c8c;
  font-size: 12px;
  letter-spacing: 0px;
}

.footer-text.spacetop {
  margin-top: 18px;
  margin-bottom: 0px;
}

.text-link {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #8c8c8c;
  letter-spacing: 0px;
  text-decoration: none;
}

.text-link:hover {
  color: #fff;
  font-weight: 400;
}

.text-link.abbinder {
  font-family: 'Opsa local', sans-serif;
  color: #8c8c8c;
}

.text-link.abbinder:hover {
  color: #fff;
}

.text-link.content-link {
  color: #5d82a8;
  font-style: normal;
  font-weight: 400;
}

.text-link.content-link:hover {
  color: #0078f1;
  font-weight: 400;
}

.footer-row {
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
  border-bottom: 1px dotted #8c8c8c;
}

.content-container {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.content-container.trennline {
  margin-top: 80px;
  margin-bottom: 20px;
  border-top: 1px dotted rgba(0, 0, 0, 0.6);
}

.form-field {
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.23);
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #fff;
}

.form-field:hover {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.42);
}

.form-field.input {
  height: 135px;
}

.form-success {
  padding-top: 41px;
  padding-bottom: 11px;
  text-align: center;
}

.form-typo {
  margin-top: 4px;
  margin-bottom: 23px;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
}

.form-error {
  margin-top: 113px;
  padding-top: 19px;
  padding-bottom: 2px;
}

.aufz-hlung {
  margin-top: 0px;
  margin-bottom: 35px;
}

.slide-01 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(15, 29, 37, 0.81)), to(rgba(235, 200, 147, 0.28))), url('../images/fotolia_83507639.jpg');
  background-image: linear-gradient(90deg, rgba(15, 29, 37, 0.81), rgba(235, 200, 147, 0.28)), url('../images/fotolia_83507639.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.slide-01._02 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.62)), to(transparent)), url('../images/fotolia_100547540.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent), url('../images/fotolia_100547540.jpg');
  background-size: auto, cover;
}

.slide-01._03 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(5, 6, 44, 0.85)), to(rgba(226, 219, 131, 0.24))), url('../images/fotolia_101726550.png');
  background-image: linear-gradient(90deg, rgba(5, 6, 44, 0.85), rgba(226, 219, 131, 0.24)), url('../images/fotolia_101726550.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.slide-03 {
  background-image: url('../images/IMG_3586.jpg');
}

.container {
  margin-bottom: 18px;
}

.header-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 70vh;
  background-color: #000;
}

.logo {
  margin-top: 5px;
  margin-left: 0px;
}

.container-head {
  position: absolute;
  left: 0px;
  top: 150px;
  right: 0px;
  z-index: 99;
}

.container-head.subhead {
  top: 121px;
}

.blue {
  color: #008acf;
  font-weight: 400;
}

.line {
  width: 180px;
  height: 1px;
  background-color: #f2f4f5;
}

.div-tagwords {
  position: relative;
  top: -115px;
  z-index: 77;
  height: 65px;
  margin-top: 50px;
  margin-bottom: -114px;
  padding-top: 21px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.div-topic {
  position: relative;
  z-index: 11;
  padding: 13px 12px;
  background-color: #e1e5e7;
  font-family: 'Opsa local', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.image-topic {
  background-color: #0098ff;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.image-topic:hover {
  -webkit-filter: none;
  filter: none;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 43px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  border: 2px solid #e1e5e7;
  background-color: #000;
  color: #333;
  text-decoration: none;
}

.header-subsite {
  height: 280px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(16, 82, 124, 0.86))), url('../images/smart-repair.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(16, 82, 124, 0.86)), url('../images/smart-repair.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.header-subsite.leistungen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(16, 82, 124, 0.86))), url('../images/IMG_3627.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(16, 82, 124, 0.86)), url('../images/IMG_3627.jpg');
  background-position: 0px 0px, 50% 50%;
}

.header-subsite.schadenmanagement {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(16, 82, 124, 0.86))), url('../images/schadenmanagement.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(16, 82, 124, 0.86)), url('../images/schadenmanagement.jpg');
  background-position: 0px 0px, 50% 100%;
}

.header-subsite.glasschaeden {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(16, 82, 124, 0.86))), url('../images/glasschaeden.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(16, 82, 124, 0.86)), url('../images/glasschaeden.jpg');
  background-position: 0px 0px, 50% 43%;
}

.header-subsite.smartrepair {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(16, 82, 124, 0.86))), url('../images/Smart-Repair-polieren.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(16, 82, 124, 0.86)), url('../images/Smart-Repair-polieren.jpg');
}

.header-subsite.dellenentfernung {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(16, 82, 124, 0.86))), url('../images/dellenentfernung-ccfmg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(16, 82, 124, 0.86)), url('../images/dellenentfernung-ccfmg.png');
  background-position: 0px 0px, 50% -47px;
}

.header-subsite.felgenreperaturen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), color-stop(97%, rgba(16, 82, 124, 0.99))), url('../images/Felgenreperaturen-Steinbach.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(16, 82, 124, 0.99) 97%), url('../images/Felgenreperaturen-Steinbach.jpg');
  background-position: 0px 0px, 50% 50%;
}

.div-breadcrumb {
  position: relative;
  left: 0px;
  top: 239px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.img {
  float: left;
}

.nav-text {
  margin-left: 8px;
  float: left;
  font-family: 'Opsa local', sans-serif;
  color: #fff;
  font-size: 18px;
}

.nav-text.inline {
  margin-top: 9px;
  float: none;
}

.div-contact {
  position: fixed;
  top: 162px;
  right: 0px;
  z-index: 990;
  width: 240px;
  padding: 2px 19px 30px 28px;
  float: right;
  border-radius: 3px;
  background-color: rgba(0, 111, 181, 0.7);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 111, 181, 0.25)), to(rgba(2, 72, 116, 0.6)));
  background-image: linear-gradient(270deg, rgba(0, 111, 181, 0.25), rgba(2, 72, 116, 0.6));
}

.arrow-slider {
  background-color: rgba(0, 152, 255, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-slider:hover {
  background-color: rgba(0, 138, 207, 0.5);
}

.circle {
  position: relative;
  z-index: 99;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: -18px;
  float: left;
  border: 2px solid #f2f4f5;
  border-radius: 40px;
  background-color: #024874;
}

.icon {
  display: block;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
}

.icon._2 {
  margin-top: 6px;
}

.icon._3 {
  margin-top: 11px;
}

.div-inline-contact {
  display: block;
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: -28px;
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.44)));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.44));
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration: none;
}

.div-inline-contact:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#024874));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #024874);
  color: #fff;
  text-decoration: none;
}

.row-leistungen {
  margin-bottom: 43px;
}

.underline {
  display: inline-block;
  margin-top: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  float: none;
  border-bottom: 1px solid #8c8c8c;
}

.navlinks {
  display: block;
  margin: 2px auto;
  padding: 12px 15px;
  background-color: #000;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: 'Opsa local', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.navlinks:hover {
  background-color: #006fb5;
}

.navlinks.w--current {
  background-color: #006fb5;
}

.column-right {
  padding-right: 50px;
  padding-left: 28px;
}

.slider-content {
  background-color: transparent;
}

.flegenreperaturen {
  background-image: url('../images/ccfmg-Felgenreperaturen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flegenreperaturen.f01 {
  background-image: url('../images/Felgenreperaturen-Steinbach.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flegenreperaturen.f02 {
  background-image: url('../images/Felgenreperaturen_1.jpg');
  background-size: cover;
}

.slider-nav {
  padding-top: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.66)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.66));
  color: #e1e5e7;
  font-size: 10px;
}

.arrows {
  width: 40px;
  font-size: 17px;
}

.smart-repair {
  background-image: url('../images/Smart-Repair-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smart-repair.s01 {
  background-image: url('../images/Smart-Repair-ccfmg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.smart-repair.slide-03 {
  background-image: url('../images/Smart-Repair-polieren.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.smart-repair.s04 {
  background-image: url('../images/Smart-Repair_1.jpg');
  background-size: cover;
}

.smart-repair.s05 {
  background-image: url('../images/Smart-Repair-koenigstein.jpg');
  background-position: 50% 80%;
  background-size: auto 150%;
}

.white {
  margin-bottom: 33px;
  color: #f2f4f5;
  font-size: 30px;
  font-weight: 400;
}

.hasler-design {
  display: block;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-align: center;
}

.hasler-design:hover {
  opacity: 0.85;
}

.center {
  text-align: center;
}

.bluecircle {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 2px;
  margin-right: 8px;
  padding: 11px;
  float: left;
  border-radius: 40px;
  background-color: #006fb5;
}

.link-h3 {
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #006fb5;
  text-decoration: none;
}

.link-h3:hover {
  border-bottom-color: #008acf;
  color: #008acf;
}

._80p {
  width: 90%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #052133;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404 {
  margin-bottom: 7px;
  -webkit-filter: brightness(420%);
  filter: brightness(420%);
}

.weiss {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 30px;
}

.checkbox-field {
  margin-bottom: 15px;
  font-family: 'Opsa local', sans-serif;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.checkbox-label {
  font-weight: 700;
}

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

.list-item {
  font-family: 'Opsa local', sans-serif;
}

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

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

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

html.w-mod-js *[data-ix="contact-badge-subsite"] {
  opacity: 0.5;
  -webkit-transform: translate(215px, 0px);
  -ms-transform: translate(215px, 0px);
  transform: translate(215px, 0px);
}

@media screen and (max-width: 991px) {
  .button {
    width: 50%;
    margin-top: 21px;
  }

  .button.space {
    margin-top: 60px;
  }

  .button.small {
    width: 100%;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 15px;
  }

  .navigation {
    height: 75px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .textlink-header {
    display: inline-block;
  }

  .button-nav {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 41px;
    float: none;
    border-style: none none solid;
    border-bottom-color: #8c8c8c;
    background-color: transparent;
    font-size: 25px;
  }

  .button-nav.anders.w--current {
    border-bottom-color: #8c8c8c;
    background-color: transparent;
  }

  .button-nav.highlight {
    display: block;
    margin-top: 36px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
  }

  .banner-selection {
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .hero {
    font-size: 33px;
  }

  .hero.tablet {
    margin-bottom: 17px;
    font-size: 46px;
    line-height: 45px;
  }

  .content-selection {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .content-head {
    margin-bottom: 35px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 51px;
  }

  .header-slider {
    height: 90vh;
  }

  .logo {
    margin-top: 11px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .logo.w--current {
    margin-top: 13px;
  }

  .container-head {
    top: 120px;
    padding-left: 23px;
  }

  .div-topic {
    font-size: 16px;
  }

  .img.mobile-center {
    margin-right: 2px;
    float: none;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .nav-text.inline {
    margin-top: 11px;
    float: left;
    font-size: 16px;
  }

  .nav-text.mobile-center {
    display: inline-block;
    margin-top: 2px;
    margin-left: 10px;
    float: none;
    font-size: 23px;
    letter-spacing: 1px;
  }

  .div-contact {
    width: 200px;
    padding-left: 18px;
  }

  .div-inline-contact {
    margin-left: -18px;
  }

  .white {
    margin-top: 0px;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
  }

  .menue-btn {
    width: 75px;
    height: 75px;
    padding-top: 21px;
    padding-right: 21px;
    padding-left: 18px;
    color: #fff;
    font-size: 37px;
  }

  .menue-btn:hover {
    background-color: #006fb5;
  }

  .menue-btn.w--open {
    background-color: #006fb5;
  }

  .menue-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    padding-top: 40px;
    background-color: #000;
  }
}

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

  .button {
    width: auto;
    padding: 16px 42px;
    font-size: 20px;
  }

  .button.space {
    margin-top: 35px;
  }

  .button.left {
    margin-top: 0px;
  }

  .header {
    height: 135px;
    padding-left: 38px;
  }

  .company-logo {
    margin-top: 20px;
    margin-bottom: 13px;
  }

  .navigation {
    height: 70px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 9px;
  }

  .button-nav {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 34px;
    float: none;
    border-style: none none solid;
    border-radius: 0px;
    background-color: transparent;
  }

  .button-nav.anders.w--current {
    background-color: transparent;
  }

  .button-nav.highlight {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
  }

  .banner-selection {
    padding: 40px 20px 20px;
  }

  .hero {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 54px;
  }

  .hero.tablet {
    display: block;
    margin-top: -9px;
    font-size: 32px;
    line-height: 40px;
  }

  .content-selection {
    padding-bottom: 1px;
  }

  .content-head {
    margin-top: 0px;
    margin-bottom: 31px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 40px;
    letter-spacing: -2px;
  }

  .footer-selection {
    padding-top: 2px;
    padding-left: 16px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-text.abbinder {
    display: block;
    float: none;
  }

  .content-container {
    padding-top: 2px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-container.trennline {
    padding-right: 26px;
    padding-left: 17px;
  }

  .content-container-mobile {
    padding-right: 12px;
    padding-left: 23px;
  }

  .text-impressum {
    font-size: 15px;
    line-height: 26px;
  }

  .head-impressum {
    font-size: 26px;
  }

  .slide-01 {
    background-position: 50% 0px;
    background-size: cover;
  }

  .slide-03 {
    background-position: 50% 0px;
    background-size: cover;
  }

  .header-slider {
    height: 85vh;
    min-height: 380px;
  }

  .logo.w--current {
    margin-top: 13px;
    padding-left: 0px;
  }

  .logo.mobile {
    height: 70px;
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .container-head {
    top: 100px;
  }

  .container-head.subhead {
    padding-left: 20px;
  }

  .line {
    margin-bottom: 19px;
  }

  .div-tagwords {
    top: -106px;
    height: 55px;
    margin-bottom: -107px;
    padding-top: 17px;
  }

  .div-topic {
    padding: 5px 7px;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: none;
  }

  .arrow {
    bottom: 23px;
  }

  .header-subsite {
    height: 220px;
  }

  .div-breadcrumb {
    top: 179px;
    padding-left: 21px;
    clear: none;
  }

  .img {
    float: none;
    text-align: right;
  }

  .nav-text {
    display: inline-block;
    float: none;
  }

  .div-contact {
    top: 110px;
    width: 180px;
    padding-bottom: 18px;
  }

  .div-inline-contact {
    margin-top: 11px;
  }

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

  .menue-btn {
    width: 70px;
    height: 70px;
    padding: 19px 19px 19px 16px;
    color: #fff;
    font-size: 37px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }

  .menue-btn:active {
    background-color: #006fb5;
  }

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

  .menue-bg {
    width: 100vw;
    height: 100vh;
    padding-top: 39px;
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 25px;
    letter-spacing: -1px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .button.formbutton {
    float: none;
  }

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

  .button.left {
    margin-top: 20px;
  }

  .header {
    height: 105px;
  }

  .company-logo {
    margin-top: 24px;
    margin-right: 20px;
    padding-right: 20px;
  }

  .navigation {
    height: 50px;
    padding-right: 0px;
    padding-left: 12px;
  }

  .textlink-header {
    font-size: 12px;
  }

  .button-nav {
    width: 80%;
    padding-top: 15px;
    font-size: 20px;
  }

  .button-nav.anders {
    width: 80%;
  }

  .button-nav.highlight {
    margin-top: 18px;
  }

  .banner-selection {
    height: auto;
    padding-top: 27px;
    background-position: 89% 50%;
  }

  .hero.tablet {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 17px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .content-selection {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .content-head {
    margin-bottom: 25px;
    padding: 12px;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: -2px;
  }

  .footer-selection {
    height: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .footer-row {
    padding-left: 0px;
  }

  .content-container {
    margin-top: 11px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 12px;
  }

  .content-container-mobile {
    padding-right: 12px;
    padding-left: 12px;
  }

  .text-impressum {
    font-size: 13px;
    line-height: 20px;
  }

  .head-impressum {
    font-size: 21px;
    line-height: 24px;
  }

  .header-slider {
    height: 70vh;
    min-height: 200px;
  }

  .logo {
    width: 65%;
    max-height: 40px;
    margin-top: 7px;
    padding-left: 0px;
  }

  .logo.w--current {
    width: 70%;
    margin-top: 5px;
    padding-left: 0px;
  }

  .logo.mobile {
    width: auto;
    height: 50px;
    max-height: none;
    max-width: 70%;
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-head {
    top: 91px;
  }

  .container-head.subhead {
    top: 70px;
    padding-left: 12px;
  }

  .line {
    margin-top: 17px;
  }

  .div-tagwords {
    top: -71px;
    height: 20px;
  }

  .div-topic {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 20px;
    text-transform: uppercase;
  }

  .arrow {
    bottom: 45px;
  }

  .div-block {
    margin-top: 25px;
  }

  .header-subsite {
    height: 180px;
  }

  .header-subsite.leistungen {
    height: 180px;
  }

  .header-subsite.schadenmanagement {
    height: 190px;
  }

  .header-subsite.fahrzeugmanagement {
    height: 190px;
  }

  .div-breadcrumb {
    top: 144px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .div-breadcrumb.leasing {
    top: 143px;
  }

  .div-breadcrumb.schadenmanagement {
    top: 152px;
  }

  .nav-text.mobile-center {
    font-size: 20px;
  }

  .row-leistungen {
    margin-bottom: 0px;
  }

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

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

  .menue-btn {
    width: 50px;
    height: 50px;
    padding: 7px;
  }

  .menue-bg {
    padding-top: 30px;
  }

  .bluecircle {
    width: 40px;
    height: 40px;
    margin-top: -1px;
    padding: 10px 11px 11px;
  }
}

@font-face {
  font-family: 'Opsa local';
  src: url('../fonts/OpSa-Local-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opsa local';
  src: url('../fonts/OpSa-Local-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opsa local';
  src: url('../fonts/OpSa-Local-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opsa local';
  src: url('../fonts/OpSa-Local-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}