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

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

.navlink {
  margin-top: 21px;
  margin-bottom: 21px;
  border-bottom: 0px solid #000;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-block {
  border-bottom: 0px solid #000;
  color: #000;
  text-decoration: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image {
  min-height: 100vh;
  background-image: url("../images/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px;
}

.section {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: url("../images/Reifenhotel.jpg");
  background-position: 50% -49px;
  background-size: cover;
}

.heading {
  margin-top: 20px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.heading.reifenspezialist {
  margin-top: 90px;
}

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

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

.bold-text {
  margin-top: 0px;
  color: #880708;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 0 1px 3px #fff;
}

.bold-text.shadows {
  margin-top: 0px;
  font-weight: 400;
  text-shadow: 0 -3px 0 hsla(0, 0%, 100%, 0.25), 0 0 7px #000;
}

.grid-2 {
  min-height: 90vh;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.section-2 {
  min-height: 90vh;
  margin-top: 0px;
  background-color: #fff;
}

.menuitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid none none;
  border-width: 1px;
  border-color: #000 #e5e5e5 #000 #000;
  text-decoration: none;
}

.menuitem:hover {
  background-color: rgba(136, 7, 8, 0.8);
  color: #000;
}

.menuitem.team {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.menuitem.team:hover {
  background-color: hsla(0, 0%, 87.8%, 0.5);
}

.menuitem.service:hover {
  background-color: rgba(136, 7, 8, 0.5);
}

.menuitem.blog:hover {
  background-color: rgba(133, 142, 151, 0.5);
}

.menuitem.autoebner:hover {
  background-color: hsla(0, 0%, 89.8%, 0.5);
}

.heading-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px none #000;
  border-left: 3px none #000;
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
  color: #000;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: #fff;
  color: #e0e0e0;
}

.heading-3 {
  margin-top: 0px;
  border-bottom: 3px none #000;
  font-size: 60px;
  line-height: 40px;
  text-decoration: none;
}

.paragraph {
  margin-top: 50px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  margin-left: 20px;
  color: #880708;
  font-size: 60px;
  font-weight: 500;
  text-align: left;
}

.heading-4.contact_heading {
  margin-top: 30px;
}

.paragraph-2 {
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
  color: #000;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
}

.section-4 {
  background-color: #e5e5e5;
}

.grid-3 {
  display: block;
  min-height: 50vh;
  -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;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.container-5 {
  min-height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid-4 {
  min-height: 100vh;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(33vh, 33vh) auto auto;
  grid-template-rows: minmax(33vh, 33vh) auto auto;
}

.image-2 {
  min-width: 100%;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.text-block-3 {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  margin: 35px 10px 20px;
  font-size: 45px;
}

.button {
  display: block;
  margin-top: 150px;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #000;
  color: #000;
}

.image-3 {
  margin-right: 10px;
  margin-left: 10px;
}

.grid-6 {
  min-height: auto;
  margin-top: 25px;
  margin-bottom: 75px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 33% 33% 33% 33%;
  grid-template-rows: 33% 33% 33% 33%;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.di {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 #e0e0e0;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.column {
  height: 100%;
}

.column-2 {
  height: 100%;
}

.blogpost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 33%;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 #e0e0e0;
}

.blogpost.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-shadow: 1px 1px 3px 0 #e0e0e0;
}

.blogpost.third {
  height: 100%;
  min-height: auto;
  margin-bottom: 0px;
}

.blogpost.left {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-6 {
  min-height: 100vh;
  margin-top: 30px;
  background-color: #fff;
  color: #000;
}

.blogimage {
  display: block;
  width: 60%;
  height: 100%;
}

.blogimage.right {
  height: 100%;
  float: right;
}

.image-6 {
  display: block;
  float: right;
}

.heading-6 {
  display: block;
  margin-top: 10%;
  margin-right: 5%;
  margin-left: 0%;
  color: #880708;
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.heading-6.mehrzeilig {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.div-block-4 {
  display: block;
  min-height: 33%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4:hover {
  background-color: #fff;
  color: #000;
}

.paragraph-3 {
  display: block;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 0px;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 1%;
  text-indent: 0%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.button-2 {
  display: block;
  width: 50%;
  margin: 10px auto 15px;
  border: 1px solid #880708;
  border-radius: 10px;
  background-color: transparent;
  color: #880708;
  text-align: center;
}

.button-2:hover {
  border-color: #fff;
  background-color: #880708;
  color: #fff;
}

.section-7 {
  position: fixed;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 87.8%, 0.7);
}

.navp {
  margin-bottom: 15px;
  padding-top: 11.5px;
  padding-bottom: 0px;
}

.navp:hover {
  padding-top: 10px;
  border-top: 1.5px solid #880708;
  color: #880708;
}

.unordered-list {
  display: inline-block;
  margin: 15px auto 15px 12px;
  padding-right: 142px;
  border-left: 2px solid #fff;
  color: #fff;
}

.link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link.w--current {
  border-bottom: 0px none #000;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.footerlink {
  padding-left: 15px;
  border-left: 0px none #fff;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.section-8 {
  background-color: #880708;
}

.link-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

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

.link-3 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

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

.sm_logo {
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.under_heading_menu {
  color: #e0e0e0;
}

.columns-2 {
  min-height: 100vh;
}

.column-4 {
  min-height: 100vh;
  border-right: 3px solid #880708;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-7 {
  margin-top: 30px;
  margin-left: 20px;
  color: #880708;
  font-size: 60px;
}

.text-field {
  width: 400px;
  margin: 75px 0px 70px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #880708;
  background-color: #fff;
  font-size: 30px;
  text-align: left;
}

.form {
  display: block;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textarea {
  width: 100%;
  height: 100%;
  min-height: 85vh;
  margin-top: 20px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.submit-button {
  width: 100%;
  height: 100px;
  margin-top: -3px;
  padding: 10px 0px;
  border: 1.5px solid #880708;
  border-radius: 20px;
  background-color: #fff;
  color: #880708;
  font-size: 24px;
  font-weight: 500;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-9 {
  min-height: 50vh;
  background-color: #535353;
  line-height: 40px;
}

.container-7 {
  min-height: 90vh;
  background-color: #fff;
}

.map {
  height: auto;
  min-height: 50vh;
}

.section-10 {
  display: block;
  min-height: 100vh;
  -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: url("../images/tire_back.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-8 {
  display: inline;
  min-height: 90vh;
}

.section-11 {
  height: 100vh;
  margin-top: 30px;
  background-color: #f5f5f5;
}

.container-9 {
  position: fixed;
  min-height: 90vh;
}

.container-10 {
  min-height: 100vh;
  background-color: #fff;
}

.grid-7 {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.div-block-5 {
  background-color: #880708;
}

.div-block-6 {
  border: 1px solid #000;
  background-color: #fff;
}

.div-block-7 {
  width: 250px;
  height: 250px;
  background-color: #fff;
}

.grid-8 {
  min-height: 100vh;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #880708;
}

.div-block-9 {
  width: 500px;
  height: 500px;
  margin-top: -234px;
  margin-right: 50px;
  margin-left: 0px;
  padding-top: 0px;
  border: 0px solid #535353;
  background-color: #535353;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-10 {
  background-color: transparent;
}

.grid-9 {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  background-color: #f5f5f5;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: #535353;
}

.div-block-12 {
  width: 100%;
  background-color: transparent;
  background-image: url("../images/Map.PNG");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-8 {
  color: #880708;
}

.field-label {
  width: auto;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  position: static;
  margin-top: 5%;
  margin-bottom: 2%;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  -webkit-perspective: 1px;
  perspective: 1px;
}

.textarea-2 {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 150px;
  border-top: 1px solid #fff;
  border-right: 1px none #000;
  background-color: #535353;
  font-size: 14px;
}

.submit-button-2 {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: transparent;
  color: #fff;
}

.heading-9 {
  margin-top: 10%;
  margin-bottom: 0%;
  color: #fff;
  font-size: 27px;
  line-height: 46px;
  font-weight: 500;
}

.div-block-13 {
  background-color: #880708;
}

.grid-10 {
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-10 {
  color: #fff;
  font-size: 24px;
}

.heading-11 {
  margin-right: auto;
  margin-left: 20px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 34px;
}

.image-7 {
  width: 44px;
  height: 44px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 15px;
}

.heading-12 {
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 15px;
}

.image-8 {
  width: 44px;
  height: 44px;
  max-width: 100%;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-13 {
  margin-top: 60px;
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-left: 15px;
}

.image-9 {
  width: 44px;
  margin-top: 55px;
  margin-left: 15px;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #535353;
  box-shadow: 0 1px 3px 0 #000;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.heading-14 {
  color: #fff;
  font-size: 27px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}

.paragraph-4 {
  margin-bottom: 15%;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}

.image-10 {
  margin-top: 30px;
}

.container-12 {
  min-height: 100vh;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  background-image: url("../images/Team_Hands_komprimiert_1920_1280.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.service {
  background-image: url("../images/LRM_EXPORT_25424018574766_20181223_181436365.jpeg");
}

.team {
  min-height: 100vh;
  background-color: rgba(136, 7, 8, 0.8);
  color: #000;
  font-size: 12px;
  font-weight: 200;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-16 {
  min-height: 100vh;
}

.container-17 {
  min-height: 100vh;
}

.image-11 {
  margin-top: 45px;
}

.html-embed {
  min-height: 100vh;
}

.div-block-18 {
  min-height: 100vh;
  background-color: #000;
}

.html-embed-2 {
  position: relative;
  min-height: 50vw;
  min-width: 50vw;
  background-color: #000;
  -webkit-transform: translate3d(0px, 0px, 9px);
  transform: translate3d(0px, 0px, 9px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-19 {
  position: relative;
  width: 50vw;
  min-height: 50vw;
  min-width: auto;
  background-color: #000;
  -webkit-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  transform: rotate(77deg);
}

.heading-15 {
  margin-top: 30px;
  margin-left: 30px;
  color: #fff;
  font-size: 75px;
}

.subheadinghero {
  color: #fff;
  font-size: 75px;
}

.headinghero {
  margin: 0% auto 10% 10%;
  color: #fff;
  font-size: 70px;
  text-shadow: 1px 1px 6px #000;
}

.headinghero.subheadinghero {
  margin: 0% -25% 0% 10%;
  padding-right: 0px;
  font-size: 35px;
}

.headingshero {
  margin-right: 150px;
  padding-right: 65px;
}

.grid-11 {
  min-height: 90vh;
  min-width: auto;
  margin-top: 75px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr)
    minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr);
  grid-template-columns:
    minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr)
    minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr);
  -ms-grid-rows: minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr)
    minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr);
  grid-template-rows:
    minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr) minmax(16.6%, 1fr)
    minmax(16.6%, 1fr) minmax(16.6%, 1fr);
}

.blogs {
  min-height: 100%;
  min-width: 100%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 33vh;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 #e0e0e0;
}

.div-block-22 {
  margin-top: 100px;
}

.newsentry {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #f5f5f5;
  color: #000;
}

.newsentry.first {
  width: 100%;
  min-height: 20vh;
  min-width: 40vw;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 3px 0 #f5f5f5;
}

.grid-12 {
  width: 100%;
  height: 100%;
  min-height: 30vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  font-family: Montserrat, sans-serif;
}

.div-block-23 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url("../images/897280394-1024x1024.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23.news1 {
  background-image: url("../images/LRM_EXPORT_25482582535694_20181223_181534929.jpeg");
}

.div-block-23.news2 {
  background-image: url("../images/Reifenhotel.jpg");
}

.div-block-23.news3 {
  background-image: url("../images/reifenhotel_logo_svg-1.svg");
  background-position: 50% 50%;
  background-size: contain;
}

.blogheading {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #000;
}

.blogdesc {
  margin-right: 20px;
  margin-left: 20px;
  color: #535353;
  font-size: 20px;
}

.button-3 {
  margin-right: 95px;
  margin-left: 87px;
  padding-right: 0px;
  border: 1px solid #880708;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.section-12 {
  padding-top: 100px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #f5f5f5;
  color: #880708;
}

.image-12 {
  display: block;
  min-height: auto;
  min-width: 70%;
  margin: 50px auto;
}

.blog_title {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.blog_title.title {
  margin-top: 75px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.blog_title.sub {
  margin-top: 30px;
  color: #acacac;
}

.text1 {
  margin-right: 30px;
  margin-left: 30px;
  color: #000;
  line-height: 25px;
  font-weight: 400;
}

.settingbutton {
  margin: 15px 10px;
  border: 1px solid red;
  border-radius: 10px;
  background-color: transparent;
  color: red;
}

.settingbutton.delete:hover {
  background-color: red;
  color: #fff;
}

.settingbutton.publish {
  border: 1px solid green;
  border-radius: 10px;
  color: green;
}

.settingbutton.publish:hover {
  background-color: green;
  color: #fff;
}

.settingbutton.edit {
  border: 1px solid orange;
  border-radius: 10px;
  color: orange;
}

.settingbutton.edit:hover {
  background-color: orange;
  color: #fff;
}

.container-18 {
  color: #000;
  font-size: 18px;
}

.stats {
  margin-right: 30px;
  margin-left: 30px;
  color: #535353;
}

.paragraph-5 {
  margin-top: 100px;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -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;
}

.teamdesc {
  margin-top: 0px;
}

.teamdesc.heading {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 44px;
  font-weight: 600;
  text-align: left;
}

.teamdesc.paragraph {
  margin-top: 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.grid-13 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-14 {
  height: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto
    auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-15 {
  min-height: 100%;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-24 {
  display: block;
  background-image: url("../images/BoyExample.jpg");
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(136, 7, 8, 0.5);
  color: transparent;
}

.div-block-24:hover {
  background-color: #880708;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

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

.heading-16 {
  margin-left: 10px;
  font-size: 28px;
}

.workerheading {
  display: inline-block;
  width: 80%;
  margin: 5% auto;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}

.workerheading:hover {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.workerheading.info {
  margin-top: 20px;
  font-size: 22px;
}

.workerheading.position {
  display: inline-block;
  width: 80%;
  margin: 0% auto 5%;
  font-size: 22px;
  text-align: left;
}

.workerheading.position:hover {
  color: #f5f5f5;
}

.div-block-26 {
  margin-top: 30px;
}

.heading-17 {
  font-size: 22px;
}

.workerinfo {
  margin-right: 0px;
  margin-left: 10px;
  padding-right: 0px;
  font-size: 22px;
}

.workerinfo.email {
  font-size: 14px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph__mail {
  display: inline-block;
  width: 80%;
  margin: 0% auto 0px;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.grid-17 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.worker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-image: url("../images/David-Kiss-Arpad.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #880708;
  color: transparent;
}

.worker:hover {
  background-color: #880708;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.worker._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Savera_Reifenhotel_2.jpeg");
}

.worker._1:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.worker._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Seibert_Reifenhotel.jpeg");
}

.worker._2:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.worker._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Bleki_Reifenhotel.jpeg");
}

.worker._3:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 1px 1px 3px 0 #880708;
}

.worker._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Bankovic_Reifenhotel.jpeg");
}

.worker._4:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.worker._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/Lehner_Reifenhotel.jpeg");
  color: transparent;
}

.worker._5:hover {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.worker._5._6 {
  min-height: 70vh;
}

.worker._6 {
  min-height: 65vh;
  background-image: url("../images/Slavik_Reifenhotel.jpeg");
  background-position: 0px 0px;
  background-size: cover;
}

.worker._6:hover {
  background-image: none;
}

.worker._7 {
  display: flex;
  height: 70%;
  background-image: url("../images/Marius-Dinu-Pinticuti.jpg");
}

.worker._7:hover {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-align: left;
}

.worker._8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../images/Janos-Pfeifer.jpg");
}

.worker._8:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-27 {
  background-image: url("../images/BoyExample.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-14 {
  min-height: 60vh;
}

.columns-4 {
  height: 60%;
  box-shadow: inset 0 0 8px 0 #333;
}

.contact {
  background-color: #535353;
  font-family: Montserrat, sans-serif;
}

.column-6 {
  min-height: 60vh;
  border-right: 1px solid #fff;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid;
  border-right-width: 1px;
  border-right-color: #333;
  border-left-width: 1px;
  border-left-color: #333;
  box-shadow: inset 0 0 6px 0 #333;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.credentials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #e5e5e5;
}

.map-2 {
  min-height: 50vh;
  margin-bottom: 0px;
}

.map-3 {
  min-height: 50vh;
  background-color: rgba(83, 83, 83, 0.5);
}

.textarea-3 {
  position: static;
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 1%;
  padding-top: 3%;
  padding-bottom: 30%;
  border: 1px solid #fff;
  background-color: transparent;
}

.html-embed-3 {
  min-height: 40vh;
  min-width: 100%;
}

.section-16 {
  min-height: 100vh;
}

.section-17 {
  min-height: 50vh;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.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;
}

.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;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

.heading-18 {
  font-size: 64px;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: rgba(83, 83, 83, 0.82);
}

.container-19 {
  min-height: 100vh;
}

.grid-18 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

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

.servicedesc {
  background-color: rgba(83, 83, 83, 0.9);
}

.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.desc {
  margin: 10px 20px;
  color: #fff;
  font-size: 18px;
}

.desc.headline {
  margin: 20px;
  font-size: 44px;
  line-height: 44px;
}

.image-13 {
  margin-top: 3%;
}

.nav-menu {
  float: none;
}

.columns-5 {
  height: 80%;
}

.column-9 {
  display: none;
}

.columns-6 {
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 3%;
}

.columns-7 {
  min-height: 65vh;
  margin: 0% 20px 3%;
  padding-top: 5%;
}

.column-10 {
  display: block;
}

.container-21 {
  height: auto;
  margin-bottom: 0px;
}

.container-21.bp {
  margin-bottom: 75px;
}

.columns-8 {
  width: auto;
}

.offer {
  height: 45vh;
  margin-top: -110px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 #f5f5f5;
  color: #fff;
}

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

.heading-19 {
  margin-top: 50px;
}

.columns-9 {
  margin-top: 100px;
}

.paragraph-8 {
  display: block;
  width: 90%;
  margin: 5% auto 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #535353;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
}

.heading-20 {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 600;
}

.grid-21 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price {
  display: -ms-grid;
  display: grid;
  height: 10vh;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid #535353;
  border-radius: 5px;
}

.euro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin: 0px 15px;
  padding-left: 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;
  border-left: 1px none #535353;
  color: green;
  font-weight: 600;
}

.pricedesc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px;
  -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;
  font-size: 24px;
  font-weight: 500;
}

.grid-23 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-14 {
  display: block;
  width: 90%;
  margin: 10% auto 10% 0px;
  background-color: transparent;
}

.grid-24 {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-25 {
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-28 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.grid-26 {
  margin-top: 150px;
  margin-bottom: 50px;
  grid-column-gap: 75px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-9 {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.heading-21 {
  display: block;
  width: 90%;
  margin: 10% auto 5%;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

.section-19 {
  margin-top: 50px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
}

.link-5 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #535353;
  font-size: 30px;
  line-height: 44px;
  text-decoration: underline;
}

.image-16 {
  display: block;
  margin-left: -15%;
}

.image-17 {
  display: block;
}

.image-18 {
  display: inline-block;
  margin-top: 25%;
  margin-left: 0%;
}

.heading-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40%;
  margin-bottom: auto;
  color: #880708;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #fff, 1px 1px 21px #000;
}

.column-13 {
  display: inline-block;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  margin-top: 35px;
  margin-right: 0px;
  float: right;
}

.nav-link {
  display: inline-block;
  margin-top: 1%;
  margin-right: 2%;
  margin-left: 2%;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 23px;
  text-align: center;
}

.nav-link:hover {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #880708;
}

.nav-link.w--current {
  color: #373030;
}

.navbar {
  position: fixed;
}

.navbarnew {
  position: fixed;
  width: 100%;
  opacity: 1;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.4);
}

.div-block-30 {
  height: 50vh;
  margin-top: -20vh;
}

.offers {
  height: 60vh;
  margin-top: -13%;
}

.oneoffer {
  height: 100%;
}

.column-15 {
  height: 100%;
}

.column-16 {
  height: 100%;
}

.bigparagraph {
  height: 50%;
  margin-right: 15px;
  margin-left: 0px;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.columns-11 {
  display: block;
  margin: 15% auto 10%;
}

.paragraph-10 {
  display: block;
  width: 60%;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.paragraph-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 30%;
  margin: 5%;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: green;
  font-size: 30px;
  font-weight: 600;
}

.div-block-31 {
  height: 30%;
}

.payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  height: 110px;
  margin: 3% auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid #535353;
  border-radius: 10px;
}

.heading-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2% 5%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 23px;
  line-height: 44px;
  font-weight: 600;
  text-align: left;
}

.heading-24 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 44px;
}

.column-18 {
  display: block;
  min-height: 100%;
  padding-right: 30px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-33 {
  min-height: 33%;
}

.image-19 {
  width: 50px;
}

.image-20 {
  width: 100px;
  background-color: transparent;
  color: transparent;
}

.image-21 {
  width: 100px;
}

.image-22 {
  width: 100px;
}

.mainserviceheading {
  margin-top: 10px;
  color: #535353;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.list-service {
  width: 90%;
  padding-right: 20px;
  padding-left: 20px;
  color: #535353;
  text-align: justify;
}

.paragraph-12 {
  margin-bottom: 5px;
  color: #535353;
  font-size: 12px;
  font-weight: 500;
}

.column-20 {
  min-height: 50vh;
}

.column-21 {
  min-height: 71%;
}

.image-23 {
  margin-top: 50px;
}

.brand {
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image__brand {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.image_service {
  width: 100px;
}

.link-block {
  text-decoration: none;
}

.link_phonenumber {
  text-decoration: none;
}

.link-block-2 {
  width: 80%;
  margin-top: 15%;
  text-decoration: none;
}

.button__terminbuchen {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #880708;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.button__terminbuchen:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.section-20 {
  padding-top: 135px;
}

.link-block-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-block-4 {
  text-decoration: underline;
}

.link-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-decoration: none;
}

.linkphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link_phone {
  display: none;
}

.text-block-4 {
  margin-top: 144px;
}

.paragraph-13 {
  margin-top: 163px;
}

.rich-text-block {
  margin-top: 150px;
}

.rich-text-block-2 {
  margin-top: 150px;
}

.container-22 {
  height: auto;
  min-height: 100vh;
}

.rich-text-block-3 {
  margin-top: 150px;
  margin-bottom: 50px;
}

.rich-text-block-4 {
  margin-top: 150px;
}

.rich-text-block-5 {
  margin-top: 150px;
  margin-bottom: 50px;
}

.rich-text-block-6 {
  margin-top: 150px;
  margin-bottom: 50px;
}

.paragraph-14 {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

.service__p--reifenscan {
  margin: 20px;
}

.div__p {
  margin-top: 1px;
}

.div__p.digitalerscan {
  margin: 20px;
}

.div__p.reifenverkauf {
  margin: 20px;
}

.div__p.reifenlagerung {
  margin: 20px;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-13 {
  margin-right: 20px;
  margin-bottom: 0%;
  margin-left: 20px;
  padding-bottom: 5%;
}

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

.news--grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.news._1 {
  width: 35rem;
  height: 15rem;
}

.paragraph-15 {
  margin: 0px;
}

.image-24 {
  height: 100%;
}

.news--desc {
  height: 20rem;
  padding: 12px;
}

.image-25 {
  width: 30rem;
  height: 15rem;
}

.div-block-34 {
  height: 15rem;
  padding: 12px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-16 {
  margin-top: 24px;
  padding-right: 0px;
  padding-bottom: 3px;
  font-size: 18px;
}

.heading-25 {
  color: #880708;
}

.news--item {
  margin-bottom: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}

.grid-28 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-36 {
  padding: 12px;
}

.paragraph-17 {
  margin-top: 14px;
  padding-right: 0px;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  text-indent: 0px;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: normal;
}

.news--heading {
  background-color: transparent;
  color: #880708;
}

.heading-26 {
  margin-bottom: 32px;
  color: #880708;
}

.div-block-37 {
  height: 20rem;
  background-image: url("../images/photo-1559674697-aea453b06ea9.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-38 {
  height: 20rem;
  background-image: url("../images/Bild4.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-39 {
  height: 20rem;
  background-image: url("../images/Bild3.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-40 {
  height: 20rem;
  background-image: url("../images/Bild2.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-41 {
  height: 20rem;
  background-image: url("../images/Bild1.png");
  background-position: 0px 0px;
  background-size: cover;
}

@media (max-width: 991px) {
  .section {
    background-position: 0px 0px;
  }
  .bold-text.shadows {
    font-size: 35px;
  }
  .grid-2 {
    min-width: 100vw;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section-2 {
    display: none;
  }
  .heading-4 {
    font-size: 55px;
  }
  .paragraph-2 {
    font-size: 20px;
  }
  .unordered-list {
    width: 40%;
    margin-right: auto;
  }
  .footerlink {
    max-width: 50%;
    font-size: 17px;
  }
  .form-3 {
    width: 50%;
    height: 70%;
    margin-right: auto;
    margin-bottom: 1%;
    margin-left: auto;
  }
  .text-field-2 {
    margin-top: 3%;
  }
  .submit-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .heading-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5%;
    margin-bottom: 0px;
  }
  .heading-11 {
    margin-right: 0px;
    margin-left: 20px;
    font-size: 18px;
  }
  .div-block-14 {
    margin-top: 5%;
    margin-right: 25%;
    margin-left: 25%;
  }
  .image-7 {
    margin-right: 0px;
  }
  .heading-12 {
    font-size: 18px;
  }
  .div-block-15 {
    margin-top: 5%;
    margin-right: 25%;
    margin-left: 25%;
  }
  .heading-13 {
    min-width: 43px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 18px;
  }
  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5% 25%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-9 {
    margin-top: auto;
    margin-bottom: auto;
  }
  .heading-14 {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .container-14 {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .image-11 {
    max-width: 100%;
  }
  .headinghero {
    font-size: 70px;
    font-weight: 700;
  }
  .newsentry {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .newsentry.first {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .div-block-23 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .blog_title {
    margin-left: 31px;
  }
  .text1 {
    margin-left: 30px;
  }
  .workerheading {
    width: 90%;
  }
  .workerheading.position {
    width: 90%;
  }
  .workerheading.position.mobile {
    font-size: 20px;
  }
  .workerheading.mobile {
    display: block;
    width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 2%;
    margin-left: auto;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }
  .paragraph__mail {
    width: 90%;
    font-size: 13px;
  }
  .paragraph__mail.mobile {
    width: 100%;
    color: #fff;
    text-align: left;
  }
  .worker._1 {
    width: 100%;
  }
  .worker._1:hover {
    background-color: #880708;
  }
  .worker._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0%;
  }
  .worker._4 {
    background-position: -96px 0px;
  }
  .worker._5 {
    background-position: -37px 0px;
  }
  .worker._5._6 {
    background-image: url("../images/Slavik_Reifenhotel.jpeg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: repeat;
  }
  .worker._5._6:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .worker._6 {
    min-height: 65vh;
    background-image: url("../images/Slavik_Reifenhotel.jpeg"),
      url("../images/BoyExample.jpg");
    background-position: 0px 0px, 0px 0px;
    background-size: 233px, cover;
    background-repeat: repeat, no-repeat;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-7 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    box-shadow: 0 0 6px 0 #333;
  }
  .column-8 {
    display: block;
    min-height: 60vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .credentials {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-13 {
    display: block;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
  }
  .form-block-2 {
    min-height: 60vh;
    margin-bottom: 0px;
  }
  .paragraph-8 {
    font-size: 24px;
  }
  .image-14 {
    width: 80%;
    margin-left: 10px;
  }
  .heading-21 {
    font-size: 29px;
  }
  .link-5 {
    font-size: 22px;
  }
  .column-12 {
    display: block;
  }
  .nav-menu-2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .div-block-29 {
    width: 90%;
  }
  .bigparagraph {
    margin-left: 10px;
  }
  .paragraph-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .payments {
    width: 100%;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading-23 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .heading-24 {
    margin-top: 10px;
    margin-left: 10px;
  }
  .mainserviceheading {
    font-size: 26px;
    line-height: 32px;
  }
  .paragraph-12 {
    text-align: left;
  }
  .image__brand {
    width: 110px;
  }
  .menu-button-2 {
    margin-top: 20px;
  }
  .icon {
    font-size: 36px;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .link-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;
  }
  .link_phone {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;
  }
  .paragraph-16 {
    margin-right: 12px;
  }
  .image-26 {
    height: 100%;
  }
  .news--img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section {
    display: block;
    background-position: 50% 50%;
  }
  .heading.reifenspezialist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .bold-text.shadows {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    direction: ltr;
    color: #f5f5f5;
    font-size: 24px;
    text-align: left;
  }
  .heading-4 {
    margin-top: 5%;
    margin-bottom: 3%;
    margin-left: 5%;
    font-size: 40px;
  }
  .paragraph-2 {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 15px;
  }
  .blogpost {
    margin-right: 10px;
    margin-left: 10px;
  }
  .blogpost.third {
    height: 100%;
  }
  .blogimage {
    width: 60%;
    height: 100%;
    max-height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .blogimage.right {
    border-radius: 0px 3px 3px 0px;
  }
  .heading-6 {
    font-size: 30px;
  }
  .div-block-4 {
    min-height: 45%;
  }
  .paragraph-3 {
    margin-right: 5%;
    margin-left: 5%;
  }
  .unordered-list {
    display: inline-block;
    max-width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .footerlink {
    max-width: 40%;
  }
  .sm_logo {
    margin-left: 20px;
    padding-right: 8px;
  }
  .column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-9 {
    margin-right: 0px;
    padding-right: 4px;
    grid-column-gap: 0px;
    -ms-grid-columns: minmax(40vw, 1fr) minmax(40vw, 1fr);
    grid-template-columns: minmax(40vw, 1fr) minmax(40vw, 1fr);
  }
  .div-block-11 {
    max-width: auto;
    min-width: auto;
  }
  .form-3 {
    width: 80%;
  }
  .text-field-2 {
    width: 100%;
  }
  .textarea-2 {
    width: 40vw;
  }
  .submit-button-2 {
    margin-top: 5%;
  }
  .heading-9 {
    margin-left: 30px;
  }
  .heading-11 {
    font-size: 18px;
  }
  .heading-12 {
    font-size: 18px;
  }
  .heading-13 {
    font-size: 18px;
  }
  .container-14 {
    margin-top: 10px;
  }
  .image-11 {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headinghero {
    font-size: 55px;
    font-weight: 500;
  }
  .newsentry {
    width: 95%;
    margin-bottom: 15px;
  }
  .newsentry.first {
    width: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog_title {
    margin-left: 14px;
  }
  .blog_title.title {
    margin-left: 15px;
  }
  .text1 {
    margin-left: 15px;
  }
  .settingbutton.delete {
    margin-left: 50px;
  }
  .settingbutton.publish {
    margin-left: 50px;
  }
  .teamdesc.heading {
    margin-top: 2%;
    margin-left: 5%;
    font-size: 35px;
  }
  .teamdesc.paragraph {
    margin-right: 2%;
    margin-left: 2%;
    font-size: 14px;
  }
  .workerheading.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .paragraph__mail.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0%;
    margin-bottom: 5%;
    padding-left: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .worker {
    width: 50%;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
    min-height: 45vh;
  }
  .worker._1 {
    width: 50%;
    height: 70%;
    min-height: 45vh;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
  }
  .worker._2 {
    width: 50%;
    min-height: 45vh;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
  }
  .worker._3 {
    height: 70%;
    min-height: 45vh;
  }
  .worker._4 {
    min-height: 45vh;
    height: 70%;
    background-position: 50% 50%;
  }
  .worker._5 {
    min-height: 45vh;
    height: 70%;
    background-position: 50% 50%;
  }
  .worker._5._6 {
    min-height: 45vh;
    height: 70%;
    background-position: 50% 50%;
  }
  .paragraph-8 {
    width: 90%;
    font-size: 20px;
  }
  .image-14 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-21 {
    display: block;
    width: 90%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
  }
  .link-5 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 10%;
    margin-left: auto;
    font-size: 18px;
  }
  .image-15 {
    display: block;
    width: 100%;
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: 55%;
  }
  .image-16 {
    display: block;
    margin-top: 25%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-18 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading-22 {
    display: block;
    margin-top: 15%;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-weight: 300;
    text-align: center;
  }
  .nav-link.navshrink {
    display: block;
  }
  .nav-link.navshrink:hover {
    border-top-style: none;
    color: #880708;
  }
  .nav-link.navshrink:focus {
    color: #880708;
  }
  .nav-link.navshrink:visited {
    color: #3a293b;
  }
  .div-block-29 {
    width: 90%;
    height: 90%;
    margin-top: 2%;
    margin-bottom: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .offers {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .oneoffer {
    height: 45%;
  }
  .bigparagraph {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
  }
  .paragraph-11 {
    margin-top: 0%;
    margin-bottom: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 25px;
  }
  .payments {
    width: 70%;
    height: 140px;
  }
  .heading-23 {
    margin-bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
  }
  .column-17 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .heading-24 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
  }
  .column-19 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-21 {
    width: 100px;
  }
  .mainserviceheading {
    margin-right: 10px;
    font-size: 22px;
  }
  .column-20 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .column-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .column-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .image_service {
    width: 80px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .button__terminbuchen {
    width: 36%;
  }
  .link_phone {
    text-align: center;
  }
  .rich-text-block-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .grid-28 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media (max-width: 479px) {
  .section {
    background-position: 50% 50%;
    background-size: cover;
  }
  .heading {
    font-size: 30px;
  }
  .container-3 {
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .heading-4 {
    margin-top: 45px;
    font-size: 50px;
  }
  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .grid-6 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .blogpost {
    min-height: 7%;
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .blogpost.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blogpost.third {
    height: 100%;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .blogimage {
    width: 100%;
    height: 50%;
    max-height: 60%;
    min-width: 60%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .blogimage.right {
    height: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 0px 0px 3px 3px;
  }
  .blogimage.right.mobile {
    height: 50%;
  }
  .heading-6 {
    font-size: 20px;
  }
  .div-block-4 {
    display: block;
    width: 100%;
    height: 50%;
  }
  .paragraph-3 {
    margin-bottom: 3%;
    font-size: 12px;
  }
  .button-2 {
    margin-top: 2%;
    margin-bottom: 5%;
  }
  .section-7 {
    display: none;
  }
  .unordered-list {
    width: 80%;
    margin-top: 9%;
    margin-bottom: 5%;
    margin-left: auto;
  }
  .sm_logo {
    margin-right: 5%;
    margin-left: 5%;
  }
  .grid-9 {
    -ms-grid-columns: minmax(40vw, 1fr) minmax(40vw, 1fr);
    grid-template-columns: minmax(40vw, 1fr) minmax(40vw, 1fr);
    -ms-grid-rows: minmax(16vh, 1fr) minmax(16vh, 1fr) minmax(16vh, 1fr)
      minmax(16vh, 1fr) minmax(16vh, 1fr) minmax(16vh, 1fr);
    grid-template-rows:
      minmax(16vh, 1fr) minmax(16vh, 1fr) minmax(16vh, 1fr) minmax(16vh, 1fr)
      minmax(16vh, 1fr) minmax(16vh, 1fr);
  }
  .div-block-12 {
    display: block;
  }
  .form-3 {
    width: 70%;
    margin-top: 10%;
  }
  .text-field-2 {
    width: 100%;
  }
  .submit-button-2 {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .heading-9 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
  }
  .div-block-13 {
    display: block;
  }
  .grid-10 {
    -ms-grid-rows: minmax(auto, 1fr) auto auto;
    grid-template-rows: minmax(auto, 1fr) auto auto;
  }
  .heading-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .div-block-14 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-12 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .div-block-15 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-13 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
  .div-block-16 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-14 {
    font-size: 25px;
  }
  .paragraph-4 {
    font-size: 18px;
  }
  .container-14 {
    margin-top: 10px;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    float: none;
    clear: none;
  }
  .image-11 {
    margin-top: 0px;
  }
  .div-block-20 {
    position: relative;
    min-height: 40vw;
    min-width: 100vw;
    margin-top: -150px;
    margin-bottom: 99px;
    background-color: #000;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .headinghero {
    font-size: 45px;
    line-height: 45px;
  }
  .headinghero.subheadinghero {
    font-size: 25px;
  }
  .newsentry {
    width: 90%;
    margin-bottom: 15px;
  }
  .newsentry.first {
    width: 90%;
    min-height: 0vh;
    min-width: 0vw;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .grid-12 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-23 {
    display: inline;
    height: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .blog_title {
    margin-left: 15px;
  }
  .blog_title.title {
    margin-right: 15px;
    margin-left: 15px;
  }
  .text1 {
    margin-left: 15px;
  }
  .settingbutton.edit {
    margin-left: 50px;
  }
  .teamdesc.heading {
    margin-right: 2%;
  }
  .teamdesc.paragraph {
    margin-left: 5%;
  }
  .workerheading {
    font-size: 24px;
  }
  .workerheading.position {
    font-size: 20px;
  }
  .workerheading.position.mobile:hover {
    color: #f5f5f5;
  }
  .workerheading.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .paragraph__mail {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .paragraph__mail.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
    font-size: 14px;
  }
  .worker {
    width: 80%;
  }
  .worker._1 {
    width: 80%;
    height: 50%;
  }
  .worker._2 {
    width: 80%;
    height: 50%;
  }
  .worker._3 {
    height: 50%;
  }
  .worker._4 {
    height: 50%;
  }
  .worker._5 {
    height: 50%;
    min-height: 45vh;
  }
  .worker._5._6 {
    min-height: 45vh;
  }
  .contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .credentials {
    text-align: center;
  }
  .desc {
    margin-bottom: 10%;
    font-size: 14px;
  }
  .desc.headline {
    font-size: 35px;
  }
  .form-block-2 {
    width: 100%;
  }
  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .offer {
    width: 100%;
    margin-top: -78%;
  }
  .paragraph-8 {
    font-size: 15px;
  }
  .image-14 {
    width: 90%;
    margin-top: 10%;
  }
  .heading-21 {
    font-size: 20px;
  }
  .link-5 {
    font-size: 15px;
  }
  .nav-menu-2 {
    margin-top: 0px;
  }
  .div-block-29 {
    height: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .oneoffer {
    height: 100%;
  }
  .bigparagraph {
    font-size: 18px;
  }
  .paragraph-11 {
    font-size: 20px;
    line-height: 28px;
  }
  .payments {
    width: 80%;
  }
  .heading-23 {
    font-size: 15px;
    font-weight: 600;
  }
  .column-17 {
    margin-bottom: 5%;
  }
  .heading-24 {
    font-size: 23px;
  }
  .div-block-32 {
    display: block;
  }
  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mainserviceheading {
    font-size: 30px;
    line-height: 36px;
  }
  .list-service {
    text-align: left;
  }
  .paragraph-12 {
    text-align: justify;
  }
  .column-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .column-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .column-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .image_service {
    width: 100px;
  }
  .link-block-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .button__terminbuchen {
    width: 65%;
  }
  .link_phone {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .grid-28 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-9746c4e88242-c4e8823f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9746c4e88245-c4e8823f {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9746c4e88248-c4e8823f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9746c4e8824b-c4e8823f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-9746c4e8824e-c4e8823f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7f70e6e66a4a-e6e66a47 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
}

#w-node-7f70e6e66a4b-e6e66a47 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-7f70e6e66a4d-e6e66a47 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7f70e6e66a51-e6e66a47 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-7f70e6e66a59-e6e66a47 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7f70e6e66a5d-e6e66a47 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7f70e6e66a5f-e6e66a47 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
}

#w-node-60633e9e8c09-3e9e8c09 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1953458a74eb-458a74eb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-69dced85bec2-24b4997d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f032b0173ce0-24b4997d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a62a8b586563-24b4997d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-92d83b481a98-24b4997d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f0a775c8e4b4-40b4999e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-8a4096d1d266-40b4999e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6dc21e46ba2c-40b4999e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-e05a24d5d7bf-40b4999e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-e05a24d5d7c0-40b4999e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e05a24d5d7c2-40b4999e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-930541f68fc1-40b4999e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-930541f68fc2-40b4999e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-930541f68fc4-40b4999e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media (max-width: 991px) {
  #w-node-60633e9e8c09-3e9e8c09 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-1953458a74eb-458a74eb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e05a24d5d7bf-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  #w-node-930541f68fc1-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
}

@media (max-width: 767px) {
  #w-node-7f70e6e66a4a-e6e66a47 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
  }
  #w-node-7f70e6e66a5f-e6e66a47 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
  #w-node-60633e9e8c09-3e9e8c09 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-1953458a74eb-458a74eb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media (max-width: 480px) {
  #w-node-7f70e6e66a4a-e6e66a47 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
  #w-node-7f70e6e66a4b-e6e66a47 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }
  #w-node-7f70e6e66a5f-e6e66a47 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
  #w-node-f0a775c8e4b4-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-8a4096d1d266-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6dc21e46ba2c-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e05a24d5d7bf-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-e05a24d5d7c0-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-e05a24d5d7c2-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-930541f68fc1-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-930541f68fc2-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-930541f68fc4-40b4999e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

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