@charset "UTF-8";
/**
* Theme Name:    AUMA
* Theme URI:     http://www.df-kreativ.de
* Author:        Daniel Faßbender | df-kreativ
* Author URI:    http://www.df-kreativ.de/
* Description:   Theme für Auma Motors + Systems
* Version:       1.0
*/
@font-face {
  font-family: "Frutiger Next W01 Bold";
  src: url("Fonts/722169/983d9248-775f-41ea-ad59-cee5bdbb6147.woff2") format("woff2"), url("Fonts/722169/5f3f5b96-b77d-497d-a916-d483bc9c6c3f.woff") format("woff");
}
@font-face {
  font-family: "Frutiger Next W01 Light";
  src: url("Fonts/722205/fa8815a0-4d7b-4eb5-8184-9d9ff16708b2.woff2") format("woff2"), url("Fonts/722205/35288d5e-681e-4b64-a930-438d2b2551d6.woff") format("woff");
}
@font-face {
  font-family: "FrutigerNextW01-Medium";
  src: url("Fonts/722211/131679ac-c45d-48d4-b4ee-b3cc4cdb6dea.woff2") format("woff2"), url("Fonts/722211/c9372d3f-1898-4ecb-9e3f-59155488dfc9.woff") format("woff");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Frutiger Next W01 Light", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 18px;
}

.sectionPadding {
  padding-left: 80px;
  padding-right: 80px;
}

.sectionMargin {
  margin-top: 160px;
}

.sectionMarginBig {
  margin-top: 220px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 0;
  margin-bottom: 20px;
}

strong {
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}

a {
  color: #0070b0;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  transition: all 0.25s;
  text-decoration: underline;
}

a:hover {
  color: #164b69;
  text-decoration: none;
}

a.linkNeg {
  color: white;
}

a.linkNeg:hover {
  color: white;
  text-decoration: underline;
}

a.btnWhite {
  display: inline-block;
  padding: 15px 30px 15px 25px;
  border-radius: 50px;
  background: white;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #0070b0;
  text-decoration: none;
}

a.btnWhite:hover {
  background: #164b69;
  color: white;
  text-decoration: none;
}

a.btnWhite:before {
  content: url(/wp-content/themes/Auma/img/apfeil-blue.svg);
  width: 17px;
  display: inline-block;
  margin: 0px 5px 0 0;
}

a.btnBlue {
  display: inline-block;
  padding: 15px 30px 15px 25px;
  border-radius: 50px;
  background: #0070b0;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: white;
  text-decoration: none;
}

a.btnBlue:hover {
  background: #164b69;
  color: white;
  text-decoration: none;
}

a.btnBlue:before {
  content: url(/wp-content/themes/Auma/img/apfeil-white.svg);
  width: 17px;
  display: inline-block;
  margin: 0px 5px 0 0;
}

.wp-element-button {
  display: inline-block;
  padding: 15px 30px 15px 25px;
  border-radius: 50px;
  background: #0070b0;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: white;
  text-decoration: none;
}

.wp-element-button:hover {
  background: #164b69;
  color: white;
  text-decoration: none;
}

.wp-element-button:before {
  content: url(/wp-content/themes/Auma/img/apfeil-white.svg);
  width: 17px;
  display: inline-block;
  margin: 0px 5px 0 0;
}

.greyBox {
  background: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 60px;
}

.greyHeadInner {
  position: relative;
  top: -130px;
  z-index: 50;
  padding: 130px 30px 130px;
  background: #0070b0;
  color: white;
}

.greyHeadInner h2,
.greyHeadInner h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.greyHeadImg {
  margin: -130px 0 30px;
}

.greyHeadContact {
  text-align: center;
}

.blueHead h3 {
  font-size: 2rem;
}

.blueHead {
  background: #0070b0;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.imgMarginRight img {
  margin-right: 50px;
}

header {
  width: 100%;
  position: fixed;
  background: white;
  z-index: 100;
  transition: all 0.25s;
}

.headerTiny {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
}

.headerTop {
  background: #0070b0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: right;
  transition: all 0.25s;
}

.headerTop a {
  text-decoration: none;
}

.headerTopTiny {
  margin-top: -50px;
}

.mainHeader {
  padding-top: 20px;
  padding-bottom: 10px;
}

.brand a img {
  width: 200px;
  transition: all 0.25s;
}

.brandTiny a img {
  width: 100px;
}

.mainNav {
  margin-right: -30px;
  margin-top: 60px;
  transition: all 0.25s;
}

.mainNavTiny {
  margin-top: 0;
}

.frontMain {
  padding-top: 12vh;
}

#hero .container-fluid {
  padding: 0;
}

.heroBild {
  position: relative;
  z-index: 1;
}

.heroBild img {
  width: 100%;
  height: 88vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.heroBox {
  width: 40%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
}

.heroBoxInner {
  padding: 30px;
  background-color: rgba(0, 112, 176, 0.93);
  color: white;
}

.heroBoxInner h1 {
  margin-bottom: 20px;
}

.heroBoxInner h2 {
  margin-bottom: 20px;
}

.heroBoxLinks {
  padding: 30px 0;
  background-color: rgba(0, 112, 176, 0.93);
  margin-top: -60px;
}

a.herolink {
  display: block;
  width: 100%;
  padding: 15px 30px;
  background: white;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #0070b0;
  text-align: center;
  margin-top: 30px;
}

a.herolink:hover {
  background: #164b69;
  color: white;
}

.mainContentImages {
  margin-bottom: 0;
}

.mainContentImage2 {
  text-align: right;
  margin-top: -50px;
}

.mainContentInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: -webkit-box;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
}

.mainContentInner h3 {
  color: #0070b0;
  margin-bottom: 30px;
}

.vorteileInnerBox {
  margin-bottom: 30px;
}

.vorteileIcon {
  margin-bottom: 20px;
}

.vorteileIcon img {
  width: 120px;
}

.produktRow:nth-child(even) {
  flex-direction: row-reverse;
}

.produktText {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  display: -webkit-box;
  -webkit-box-align: center; /* align-items */
}

.produktText h4 {
  color: #0070b0;
  margin-bottom: 20px;
}

.einleitungstext h5 {
  margin: -10px 0 20px;
}

.einleitungstext {
  margin-bottom: 30px;
}

.einleitungstext ul {
  padding: 0 0 0 20px;
}

.card img {
  width: 200px;
  border-radius: 250px;
  margin-bottom: 30px;
}

.card {
  background: none;
  border: none;
  padding-right: 30px;
  text-align: left;
}

.carousel-control-next,
.carousel-control-prev {
  top: auto;
  bottom: -50px;
  display: flex;
  align-items: end;
  justify-content: start;
  width: 25px;
  padding: 0;
  color: red !important;
  text-align: center;
  background-color: #0070b0 !important;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.carousel-control-next {
  right: 93%;
}

.serviceRow {
  margin-bottom: 30px;
}

.serviceText {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: -webkit-box;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
}

.serviceText h4 {
  color: #0070b0;
  margin-bottom: 20px;
}

.newsBoxInner {
  margin-bottom: 30px;
}

.newsBoxContent {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  display: -webkit-box;
  -webkit-box-align: center; /* align-items */
}

.newsBoxContent h5,
.newsBoxContent h4 {
  color: #0070b0;
  margin-bottom: 20px;
}

.newsBoxImg {
  margin-bottom: 30px;
}

.newsBoxSingle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  display: -webkit-box;
  -webkit-box-pack: center; /* justify-content */
  -webkit-box-align: center; /* align-items */
}

span.subh1 {
  font-size: 0.7em;
  line-height: 1.4em;
  display: inline-block;
}

#productContent h2, #productContent h3 {
  font-size: 1.7em;
  margin-bottom: 20px;
}

div#untererText h2 {
  margin-bottom: 25px;
}

.einleitungstext h3 {
  margin-bottom: 20px;
}

#servicesContent {
  padding-top: 240px;
}

#servicesContent h1 {
  margin-bottom: 25px;
}

.vorteilBild {
  margin-bottom: 30px;
}

.produktSmallOuta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.produktSmallbox {
  padding: 60px;
}

.produktSmallbox .produktBild img {
  width: 460px;
  height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}

main {
  padding-top: 250px;
  margin-bottom: 80px;
}

main.contactPage {
  padding-top: 50px;
  margin-bottom: 0px;
}

main h2, main h3 {
  margin: 50px 0 10px;
}

.mainHeader h1 {
  margin-bottom: 30px;
}

a.jobBoxInner {
  border: 1px solid #0070b0;
  display: inline-block;
  padding: 20px;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}

a.jobBoxInner:hover {
  background: #0070b0;
  color: white;
}

ul.extraLi {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.extraLi li {
  width: 45%;
  margin: 0 20px 20px 0;
}

ul.extraLi li::before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("img/done.svg") no-repeat center center;
  background-size: contain;
  margin: 0 10px 0 0;
}

.downloadSpalte {
  border-bottom: 1px solid black;
  padding-bottom: 30px;
}

footer {
  background: #0070b0;
  padding-top: 60px;
  padding-bottom: 80px;
  color: white;
}

.footerNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerNav ul li a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footerNav ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

input#input_1_1, input#input_1_3, input#input_1_4, textarea#input_1_5 {
  padding: 20px;
  border: none;
  margin: 0 0 20px;
}

input#gform_submit_button_1 {
  display: inline-block;
  padding: 15px 30px 15px 25px;
  border-radius: 50px;
  background: #0070b0;
  font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: white;
  border: none;
}

input#gform_submit_button_1:hover {
  background: #164b69;
  color: white;
}

@media (max-width: 1600px) {
  .heroBox {
    width: 45%;
  }
}
@media (min-width: 1280px) and (max-height: 1000px) {
  .heroBild img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .heroBoxInner {
    font-size: 0.8em !important;
    padding: 20px;
  }
}
@media (min-width: 1100px) and (max-height: 700px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 0.8em;
  }
  .heroBild img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .heroBoxInner {
    padding: 20px;
  }
}
@media (max-width: 1366px) {
  #hero {
    padding-top: 20vh;
  }
  .heroBild img {
    height: 80vh;
  }
  .heroBox {
    width: 50%;
  }
  a.herolink {
    margin-top: 20px;
  }
  .heroBoxInner h1 {
    margin-bottom: 10px;
  }
  .heroBoxInner h2 {
    margin-bottom: 10px;
  }
  .heroBoxLinks {
    margin-top: -70px;
  }
}
@media (max-width: 1200px) {
  .mainContentImages {
    margin-bottom: 30px;
  }
  .greyHeadInner {
    padding: 75px 30px 40px;
  }
  .greyContent {
    margin-top: -60px;
  }
  .produktRow {
    margin-bottom: 60px;
  }
  .serviceRow {
    flex-direction: column-reverse;
  }
  .serviceBild {
    margin-bottom: 20px;
  }
  .serviceRow:nth-child(even) {
    flex-direction: column-reverse;
  }
  .greyHeadContact {
    margin-bottom: 80px;
  }
}
@media (max-width: 1090px) {
  .mainNav {
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 17px;
  }
  .sectionPadding {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sectionMargin {
    margin-top: 80px;
  }
  .sectionMarginBig {
    margin-top: 120px;
  }
  .mainNav {
    margin-right: 0px;
  }
  #hero {
    padding-top: 13vh;
  }
  .heroBild img {
    height: 54vh;
  }
  .heroBox.sectionPadding {
    padding-left: 0;
    padding-right: 0;
  }
  .heroBox {
    width: 100%;
    position: relative;
    z-index: 5;
    bottom: 0;
    right: 0;
  }
  .heroBoxLinks {
    padding: 30px 0;
    background-color: white;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
  }
  a.herolink {
    display: inline-block;
    width: 48%;
    padding: 15px 30px;
    background: #0070b0;
    font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: white;
    text-align: center;
    margin-top: 0px;
  }
  a.herolink:hover {
    background: #164b69;
    color: white;
  }
  .carousel-control-next {
    right: 90%;
  }
}
@media (max-width: 768px) {
  .heroBild img {
    height: 43vh;
  }
  .carousel-control-next {
    right: 85%;
  }
}
@media (max-width: 620px) {
  .mainContentImage2 {
    display: none;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
  .sectionPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectionMargin {
    margin-top: 60px;
  }
  .sectionMarginBig {
    margin-top: 100px;
  }
  a.herolink {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    background: #0070b0;
    font-family: "Frutiger Next W01 Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: white;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #hero {
    padding-top: 18vh;
  }
  .heroBild img {
    height: 35vh;
  }
  .brand a img {
    width: 170px;
  }
  .brandTiny a img {
    width: 100px;
  }
  .vorteileInnerBox {
    margin-bottom: 20px;
  }
  .vorteileIcon img {
    width: 100px;
  }
  .vorteileIcon {
    text-align: center;
  }
  .vorteileText {
    text-align: center;
  }
  .blueHead {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .carousel-control-next {
    right: 80%;
  }
  .newsBoxInner {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid grey;
  }
  input#input_1_1, input#input_1_3, input#input_1_4, textarea#input_1_5 {
    padding: 15px;
    margin: 0 0 10px;
  }
  .produktSmallbox {
    padding: 30px;
  }
  .produktSmallbox .produktBild img {
    width: 320px;
    height: 250px;
  }
}
@media (max-width: 375px) {
  #hero {
    padding-top: 19vh;
  }
}/*# sourceMappingURL=style.css.map */