body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

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

.petri-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none none solid;
  border-width: 3px 3px 7px;
  border-color: #ee7203;
  background-color: #fff;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .2);
}

.nav-container {
  width: 70%;
  height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-menu {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 80px;
  max-width: 100%;
  min-height: 85px;
  min-width: 60%;
  margin-right: 0px;
  margin-left: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  direction: ltr;
}

.hero-section-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  margin-bottom: 0px;
  padding-top: 100px;
  -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: #ebebeb;
  background-image: url('../images/petri_kanns_home.jpeg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: Montserrat, sans-serif;
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 200px 0px 80px;
  padding-right: 76px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.section-grey-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #ebebeb;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.wrap_3columns {
  display: block;
  width: 70%;
  max-width: 1600px;
  margin: 40px auto;
  -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;
  font-size: 12px;
  text-align: center;
}

.column-ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 10px 20px;
  padding: 30px;
  -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;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
}

.paragraph-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

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

.nav-link {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin: 0px 15px;
  padding: 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-style: none;
  border-top-width: 3px;
  border-top-color: #fff;
  border-bottom-width: 3px;
  border-bottom-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-style: solid none;
  border-width: 3px;
  border-color: #fff #000 #000;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:visited {
  border-color: #fff #ee7203 #ee7203;
}

.nav-link.w--current {
  overflow: visible;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #fff #ee7203 #ee7203;
  border-top-style: solid;
  border-top-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #ee7203;
  font-weight: 400;
}

.hero-left {
  display: block;
  overflow: visible;
  max-width: 800px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -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;
}

.button-standard {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0px;
  padding: 5px 25px;
  float: left;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1px;
  background-color: #ee7203;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease, all 300ms ease;
  transition: box-shadow 200ms ease, all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
}

.button-standard:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.button-standard.block {
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 1px;
}

.section-blue-40 {
  display: block;
  overflow: visible;
  height: auto;
  margin: 30px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3d4147;
}

.left_text {
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-color: #8b8b8b #4d4d4d #4d4d4d;
  border-top-style: solid;
  border-top-width: 1px;
  background-color: #3d4147;
  color: #fff;
}

.wrap-4columns {
  display: block;
  width: 70%;
  max-width: 1600px;
  margin: 40px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3er-columns-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px -15px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

._3er-columns-cards:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

._4er-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-column-4er {
  display: block;
  max-width: 400px;
  padding-right: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-4 {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-color: #ee7203;
  border-left-width: 3px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}

.paragraph-1 {
  padding-right: 14px;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.bildunterschrift {
  max-width: 320px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 21px;
  font-weight: 200;
  text-align: left;
}

.footer-logo {
  margin: 0px 15px 0px 0px;
}

.hero-right {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav_icon {
  position: static;
  display: block;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav_icon:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}

.image-logo {
  display: block;
  margin: 9px auto;
}

.image-3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.image-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.buttonsmall {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 50px;
  border-radius: 1px;
  background-color: #ee7203;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.buttonsmall:hover {
  box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.left-image-subline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right_text {
  display: block;
  max-width: 770px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.xing_footer {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 2px solid transparent;
}

.xing_footer:hover {
  border: 2px solid #fff;
  border-radius: 25px;
}

.facebook_footer {
  display: block;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 2px solid transparent;
}

.facebook_footer:hover {
  border: 2px solid #fff;
  border-radius: 25px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.middle-column-3er {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

._3er-sliderrow {
  display: block;
  overflow: visible;
  width: 70%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-column-3er {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 30px;
  -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;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.left-column-3er {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
  border-width: 5px;
  border-color: #ee7203;
  border-top-style: solid;
  background-color: #3d4147;
  color: #fff;
  font-weight: 700;
}

.row-footer-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link_headersection {
  margin-top: 216px;
}

.speechbubble_home {
  width: 380px;
  margin-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spread-block-trigger {
  display: block;
  width: 70%;
  max-width: 1600px;
  margin: 40px auto;
}

._3er-columns-inside {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-right: 0px;
}

.section-white-60 {
  display: block;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px none rgba(77, 77, 77, .5);
}

.paragraph_fat {
  margin-top: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  color: #8b8b8b;
  font-size: 18px;
  line-height: 29px;
  font-weight: 800;
}

.single-column-3er {
  position: static;
  display: block;
  margin-top: 0px;
  padding-right: 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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.technical-list {
  margin-right: -98px;
  margin-left: 9px;
  padding-right: 0px;
  padding-left: 19px;
  float: left;
  color: #000;
}

.list-item {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.button-trigger {
  min-width: 250px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px 30px;
  border-radius: 1px;
  background-color: #ee7203;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.button-trigger:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

._2er-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1600px;
  margin: 40px auto;
}

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

.footer-imprint {
  display: block;
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.div-block-2 {
  display: block;
  width: 70%;
  margin: 5px auto 10px;
}

.speechbubble_subsites {
  width: 300px;
  margin-top: 21px;
}

.heading-1-subsites {
  margin-top: 30px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 53px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 25px rgba(0, 0, 0, .35);
}

.slide-nav-white {
  overflow: visible;
  border-style: none;
  border-color: transparent;
  background-color: #fff;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #3d4147;
}

.icon-3 {
  color: #ee7203;
}

.icon-4 {
  color: #ee7203;
}

.hero-section-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #ebebeb;
  background-image: url('../images/petri_visual_event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.text-span-2 {
  color: #ee7203;
  font-weight: 600;
}

.paragraph-footer-2 {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 300;
}

.slider-mask {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.slider-white {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.tabs {
  display: block;
  width: 100%;
  margin: 40px auto;
}

.slide-1 {
  padding-right: 10px;
  padding-left: 10px;
}

.slide-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-middle-70 {
  display: block;
  width: 70%;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.link-arrow-top {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.backtotop {
  border-top-style: none;
  border-top-color: #ee7203;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 1px;
  background-color: #ee7203;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-link:hover {
  background-color: #ee7203;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
  font-weight: 400;
}

.tab-link.w--current {
  background-color: #3d4147;
  letter-spacing: 1px;
}

._4er-columns {
  margin-top: 40px;
}

._2er-columns-tabs {
  margin-top: 0px;
  margin-bottom: 40px;
}

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

.column-left-tabs {
  display: block;
  padding-right: 40px;
  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: 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;
}

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

._3er-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
}

.heading-2-orange-centerd {
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.paragraph-sliders {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.heading-2-centerd {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.image-12 {
  margin-bottom: 20px;
}

.image-13 {
  margin-bottom: 20px;
}

.hero-section-conference {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #ebebeb;
  background-image: url('../images/petri_visual_konferenz.jpeg');
  background-position: 0px 1px;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.hero-section-technics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #ebebeb;
  background-image: url('../images/petri_jobs_header_auszubildender.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.paragraph_tall-orange {
  margin-top: 30px;
  margin-bottom: 7px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.footer-link {
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-link.w--current {
  margin-bottom: 2px;
}

.footer-link.w--current:hover {
  color: #e2e2e2;
  text-decoration: none;
}

.buttonblock {
  margin-right: -20px;
  margin-left: -20px;
}

.hero-section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  background-color: #ebebeb;
  background-image: url('../images/petri_visual_technik.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.map-section {
  height: 380px;
  background-image: url('../images/google_maps_api.png');
  background-position: 50% 50%;
  box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, .2);
}

.paragraph-hero-section {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.div-button-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.section_mood_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 551px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-image: url('../images/petri_event_mood.jpg');
  background-position: 50% 87%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.more-link {
  color: #ee7203;
  font-weight: 600;
  text-decoration: none;
}

.button-centered {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 30px;
  float: none;
  -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;
  border-radius: 1px;
  background-color: #ee7203;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease, all 300ms ease;
  transition: box-shadow 200ms ease, all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.button-centered:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.heading-3-centered-white {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 1px 24px rgba(0, 0, 0, .6);
}

.slide-3 {
  height: auto;
  margin-top: 0px;
  background-color: #3d4147;
}

.logo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask {
  height: auto;
  background-color: #3d4147;
}

.left-arrow {
  height: auto;
}

.right-arrow {
  height: auto;
}

.slider {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #3d4147;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.heading-4-centered-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.div-block-4 {
  height: 300px;
  margin-bottom: 47px;
  background-color: #b3b3b3;
}

.tab-pane {
  margin-top: 20px;
}

.section_mood_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-image: url('../images/petri_event_mood_1.jpg');
  background-position: 50% 41%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section_mood_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-image: url('../images/petri_home_mood.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.section_mood_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-image: url('../images/petri_technik_mood.jpg');
  background-position: 50% 41%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.wrap_tabs {
  display: block;
  width: 70%;
  max-width: 1600px;
  margin: 60px auto 40px;
}

.left-image {
  overflow: hidden;
  padding-right: 20px;
  float: none;
}

.text-field {
  display: block;
  height: 69px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: auto 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-radius: 1px;
  background-color: #ebebeb;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.text-field:focus {
  border-color: #8b8b8b;
  box-shadow: 0 0 13px -1px #ee7203;
}

.kontaktformular {
  margin-top: 49px;
}

.slide-5 {
  height: auto;
}

.icon-5 {
  font-size: 36px;
}

.icon-6 {
  font-size: 36px;
}

.contact-subtext {
  display: block;
  margin: 0px auto 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-centered-white {
  display: block;
  margin-top: 0px;
  padding: 14px 30px;
  float: none;
  -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;
  border-radius: 1px;
  background-color: #3d4147;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease, all 300ms ease;
  transition: box-shadow 200ms ease, all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.button-centered-white:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.text-field-newsletter {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  padding: 0px 32px;
  border-style: none;
  border-radius: 1px;
  background-color: #ebebeb;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 16px;
  text-align: left;
}

.text-field-newsletter:hover {
  box-shadow: 0 0 6px 0 #3d4147;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
}

.logos {
  margin-top: 0px;
  text-align: center;
}

.text-span-8 {
  color: #ee7203;
  font-weight: 700;
}

.text-span-9 {
  color: #ee7203;
  font-weight: 700;
}

.text-span-10 {
  color: #ee7203;
  font-weight: 700;
}

.success-message {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #d0ffc1;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.error-message {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 14px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #3d4147;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.success-message-2 {
  background-color: #d1ffc8;
}

.text-field-input {
  display: block;
  height: 69px;
  margin-top: 13px;
  margin-bottom: 25px;
  padding: 25px 30px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-radius: 1px;
  background-color: #ebebeb;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 16px;
  text-align: center;
}

.text-field-input:focus {
  border-color: #8b8b8b;
  box-shadow: 0 0 13px -1px #ee7203;
}

.text-span-11 {
  color: #ee7203;
  font-weight: 700;
}

.text-span-12 {
  color: #ee7203;
  font-weight: 700;
}

.text-span-13 {
  color: #ee7203;
  font-weight: 700;
}

.heading-3 {
  display: block;
  margin: 0px auto 10px 0px;
  float: none;
  -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;
  font-family: Montserrat, sans-serif;
  color: #3d4147;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.image {
  display: block;
  margin-right: 56px;
}

.wrap-footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-facebook {
  margin-left: 15px;
}

.image-subtext {
  overflow: hidden;
  margin-bottom: 30px;
}

._3er-columns-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.jobformular {
  margin-top: 49px;
}

.choice-field {
  position: static;
  display: block;
  height: 69px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px 30px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 1px;
  background-color: #8b8b8b;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 16px;
  text-align: center;
}

.choice-field:focus {
  border-color: #8b8b8b;
  box-shadow: 0 0 13px -1px #ee7203;
}

.background-video {
  height: 900px;
  margin-top: 0px;
  border-bottom: 5px solid #ebebeb;
}

.hero-wrap-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 70%;
  margin: 300px auto 60px;
  -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-align: left;
}

.section_mood_jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-image: url('../images/petri_event_mood_1.jpg');
  background-position: 50% 41%;
  background-size: cover;
  opacity: 1;
  color: #000;
}

.wrap-jobs {
  margin-top: 50px;
  margin-bottom: 80px;
}

.paragraph-3-jobs {
  margin-bottom: 0px;
  padding-right: 200px;
  font-family: Montserrat, sans-serif;
  color: #3d4147;
  font-size: 20px;
  line-height: 32px;
}

._3er-columns-jobs {
  max-width: 1600px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.list-item-jobs {
  margin-bottom: 3px;
  margin-left: -13px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 14px;
  font-weight: 500;
}

.div-70-jobs {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.heading-1-jobs {
  margin-top: 261px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 703px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 25px rgba(0, 0, 0, .35);
}

.section-newsletter {
  padding-top: 35px;
  padding-bottom: 35px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 6px;
  border-bottom-color: #3d4147;
  background-color: #ee7203;
}

.div-mood-jobs {
  margin-top: 15px;
  margin-bottom: 45px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-jobs-moodboard {
  display: block;
  width: 60%;
  max-width: 1500px;
  margin: 60px auto;
}

.section-blue-60 {
  display: block;
  overflow: visible;
  height: auto;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3d4147;
}

.heading-4-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.link-orange {
  color: #ee7203;
  font-weight: 700;
  text-decoration: none;
}

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

.paragraph_tall-orange-centered {
  margin-top: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.field-label {
  float: left;
  text-align: left;
}

.heading-4-centered-orange {
  display: block;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -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;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.button-middle {
  display: inline-block;
  margin: 30px auto;
  padding: 5px 30px;
  float: none;
  -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: 5px;
  background-color: #ee7203;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease, all 300ms ease;
  transition: box-shadow 200ms ease, all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.button-middle:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.text_footer {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
}

.text-filed-klein {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 1px;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}

.buttonsmall-footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 20px;
  border-radius: 1px;
  background-color: #ee7203;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.buttonsmall-footer:hover {
  box-shadow: 0 4px 9px 1px rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.newsletter-footer {
  padding-right: 20px;
}

.wraps-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.success-message-3 {
  background-color: #ee7203;
}

.error-message-2 {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ee7203;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.single-column-3er-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  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: 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;
}

.single-column-3er-footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-footer {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
}

.unordered-list-2 {
  margin-top: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.wraps-footer-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-section-imprint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  -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: #ebebeb;
  background-image: url('../images/petri_kanns_home.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.paragraph-2-centered {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.row-form {
  margin-bottom: 30px;
}

.nav_icon_austria {
  display: block;
  max-width: 90%;
  min-width: 90%;
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  text-decoration: underline;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav_icon_austria:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.text-span-15 {
  color: #ee7203;
  font-weight: 700;
}

.text-span-16 {
  color: #ee7203;
  font-weight: 700;
}

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

.column {
  padding-right: 144px;
  float: left;
}

.link-block-4 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

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

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.row-2 {
  height: 100%;
}

.column-navigation {
  padding-right: 20px;
}

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

.container-1 {
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-spread {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.container-5 {
  position: static;
  display: block;
}

.text-tickets {
  max-width: 300px;
}

.column-3er {
  max-width: 530px;
  padding-right: 20px;
}

.column-4er {
  max-width: 390px;
  padding-right: 10px;
}

.image-slider {
  display: block;
  width: 100%;
  max-height: 272px;
  max-width: 470px;
}

.container-logo {
  position: relative;
  height: 83px;
}

.nav-block-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-block {
  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;
}

.nav-block-symbols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-slider {
  max-width: 470px;
}

.heading-1-home {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 0 10px rgba(0, 0, 0, .35);
}

.text-block-5 {
  letter-spacing: 0px;
}

.text-block-6 {
  font-size: 12px;
  letter-spacing: 1px;
}

.row-3 {
  margin-right: auto;
  margin-left: auto;
}

.section {
  width: 60px;
  height: 60px;
}

.paragraph-3 {
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.paragraph-4 {
  margin-top: 39px;
  margin-right: -41px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.paragraph-5 {
  margin-top: 21px;
  margin-right: -56px;
  padding-right: 0px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.paragraph-6 {
  margin-top: 38px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.italic-text {
  font-weight: 500;
}

.paragraph-7 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.section-2 {
  margin-top: 0px;
}

.heading-5 {
  margin-top: 150px;
}

.section-3 {
  width: auto;
  height: 700px;
}

.image-14 {
  height: 300px;
}

.div-block-8 {
  height: 400px;
}

.paragraph-8 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.list-item-2 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-4 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-5 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-6 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-7 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.paragraph-9 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.list-item-8 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-9 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-10 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.link-6 {
  color: #ee7203;
}

.paragraph-10 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.unordered-list-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.unordered-list-4 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.unordered-list-5 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.list-item-11 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-12 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-13 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.list-item-14 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.link-7 {
  color: #ee7203;
}

.link-8 {
  color: #ee7203;
}

.link-9 {
  color: #ee7203;
}

.link-10 {
  color: #ee7203;
}

.link-11 {
  color: #ee7203;
}

.link-12 {
  color: #ee7203;
}

.link-13 {
  color: #ee7203;
}

.single-column-3er-2 {
  position: static;
  display: block;
  padding-right: 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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-item-15 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #ee7203;
  font-weight: 500;
}

.technical-list-2 {
  padding-left: 30px;
}

.section-grey-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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: #ebebeb;
  color: #ee7203;
}

.column-13 {
  padding-right: 20px;
}

.div-block-9 {
  margin-right: 28px;
}

.container-7 {
  margin-top: 93px;
  text-align: center;
}

.image-15 {
  width: auto;
  height: auto;
  margin-top: 86px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-16 {
  width: auto;
  height: 770px;
  margin-top: 88px;
}

.section-4 {
  margin-right: 0px;
}

.hero-section-home-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1000px;
  margin-bottom: -146px;
  -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: #ebebeb;
  background-image: url('../images/petri_jobs_header_auszubildender.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  font-family: Montserrat, sans-serif;
}

.image-19 {
  display: block;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 4px solid #ee7203;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.image-20 {
  max-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.div-block-13 {
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee7203), to(#ee7203));
  background-image: linear-gradient(180deg, #ee7203, #ee7203);
}

.div-block-14 {
  width: 70%;
  height: auto;
  margin-bottom: 60px;
}

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

.container-10 {
  display: block;
}

.heading-6 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 10px #000;
}

.heading-6:hover {
  color: #fff;
}

.image-21 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  box-shadow: 1px 1px 10px 0 #000;
  text-align: center;
}

.column-15 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.image-22 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 10px 0 #000;
}

.link-block-flag {
  display: block;
  margin-right: 90px;
  margin-left: 90px;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.link-block-flag:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #ee7203;
}

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

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

.heading-7 {
  display: block;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-color: #ee7203;
  border-left-width: 3px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}

.paragraph-12 {
  margin-bottom: 10px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #3d4147;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.div-block-15 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.row-4 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.single-column-3er-3 {
  position: static;
  display: block;
  margin-top: 0px;
  padding-right: 10px;
  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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-imp {
  color: #000;
  text-decoration: none;
}

.link-imp:hover {
  color: #ee7203;
}

.link-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-38 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-5 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 0px;
}

.bold-text {
  color: #ee7203;
  font-weight: 700;
}

.bold-text-2 {
  color: #ee7203;
}

.link-daten {
  color: #000;
  text-decoration: none;
}

.link-daten:hover {
  color: #ee7203;
}

.unordered-list-1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .petri-navigation {
    height: 80px;
    border-bottom-width: 4px;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .2);
  }
  .nav-container {
    width: 80%;
  }
  .nav-menu {
    position: static;
    left: -9px;
    top: 70px;
    right: -286px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    height: auto;
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: auto;
    padding: 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;
    border-top: 0px none #e2e2e2;
    border-bottom: 0px none #e2e2e2;
    background-color: #fff;
    box-shadow: 0 15px 30px 1px rgba(0, 0, 0, .25);
    text-align: center;
  }
  .hero-section-home {
    height: auto;
    padding-top: 0px;
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .hero-wrap {
    width: 85%;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-right: 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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-grey-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column-ticket {
    max-height: 600px;
    min-height: 500px;
    margin-right: 67px;
    margin-left: 67px;
    padding-right: 42px;
    padding-left: 42px;
  }
  .paragraph-2 {
    margin-bottom: 20px;
  }
  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
  }
  .nav-link:hover {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none;
    border-width: 0px;
  }
  .nav-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    border: 0px none #000;
    color: #8b8b8b;
  }
  .nav-link.w--current:hover {
    -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;
    border-style: none;
    border-width: 0px;
  }
  .hero-left {
    width: 280px;
    padding-top: 0px;
  }
  .button-standard {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .left_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 550px;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-image {
    width: 100%;
    margin-top: 15px;
    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;
  }
  .section-footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  ._3er-columns-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._4er-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-column-4er {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-4 {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .heading-2 {
    margin-top: 68px;
    padding-top: 0px;
    font-size: 30px;
  }
  .paragraph-1 {
    display: inline-block;
    padding-right: 0px;
    line-height: 23px;
  }
  .bildunterschrift {
    display: block;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-right {
    width: 100%;
    -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;
  }
  .nav_icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-logo {
    max-width: 80%;
    margin-top: 12px;
    margin-bottom: 12px;
    float: left;
  }
  .left-image-subline {
    padding-right: 0px;
    -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;
  }
  .right_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 550px;
    margin-top: 20px;
    margin-bottom: 40px;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .xing_footer {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .facebook_footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-3 {
    margin-top: 2px;
    margin-bottom: 30px;
  }
  .middle-column-3er {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._3er-sliderrow {
    display: block;
    padding-right: 0px;
    float: none;
    clear: left;
  }
  .right-column-3er {
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .left-column-3er {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-footer-last {
    width: 85%;
  }
  .speechbubble_home {
    width: 300px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .spread-block-trigger {
    width: 70%;
    margin-top: 20px;
  }
  ._3er-columns-inside {
    width: 537px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .section-white-60 {
    margin-top: -15px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .paragraph_fat {
    margin-top: 15px;
    padding-right: 0px;
  }
  .single-column-3er {
    display: block;
    margin-top: 26px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .technical-list {
    width: 80%;
    margin-right: 0px;
    padding-left: 17px;
  }
  ._2er-columns {
    width: 70%;
    margin-top: 80px;
    -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;
  }
  .column-right {
    position: static;
    display: block;
    margin: 0px auto 30px;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-imprint {
    margin-bottom: 0px;
    text-align: center;
  }
  .div-block-2 {
    margin-bottom: 20px;
  }
  .speechbubble_subsites {
    max-width: 80%;
  }
  .heading-1-subsites {
    padding-right: 0px;
    font-size: 36px;
    line-height: 38px;
  }
  .hero-section-event {
    height: 400px;
  }
  .text-span-2 {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .paragraph-footer-2 {
    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;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
  }
  .slider-mask {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .tabs {
    width: 80%;
    margin-top: 20px;
  }
  .tabs-menu {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -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;
  }
  .link-arrow-top {
    margin-bottom: 42px;
  }
  .backtotop {
    margin-bottom: 0px;
  }
  .tab-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  ._2er-columns-tabs {
    margin-bottom: 20px;
  }
  ._2er-columns-inside {
    display: block;
    -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;
  }
  .column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    -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-left-tabs {
    padding-right: 0px;
  }
  .column-right-tabs {
    margin-top: 40px;
    padding-right: 20px;
  }
  ._3er-columns {
    display: block;
    margin-top: 42px;
  }
  .heading-2-orange-centerd {
    text-align: left;
  }
  .paragraph-sliders {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
  .right-arrow-white {
    width: 10%;
  }
  .left-arrow-white {
    width: 10%;
  }
  .heading-2-centerd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    font-size: 26px;
    line-height: 33px;
    text-align: left;
  }
  .hero-section-conference {
    height: 400px;
  }
  .menu-button {
    display: block;
    width: 50px;
    height: 50px;
    margin: 15px auto;
    padding: 9px 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-radius: 0px;
    font-size: 35px;
    text-align: center;
    text-shadow: 0 -1px 0 hsla(0, 0%, 100%, .25);
    cursor: pointer;
  }
  .menu-button:hover {
    background-color: #ee7203;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
  }
  .menu-button.w--open {
    background-color: #ee7203;
    box-shadow: none;
  }
  .hero-section-technics {
    height: 400px;
  }
  .paragraph_tall-orange {
    margin-top: 15px;
    padding-right: 0px;
  }
  .buttonblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 56px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .hero-section-contact {
    height: 400px;
  }
  .paragraph-hero-section {
    font-size: 17px;
    line-height: 22px;
  }
  .div-button-center {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section_mood_2 {
    padding-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 92% 96%;
    background-size: auto 700px;
  }
  .button-centered {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .heading-3-centered-white {
    font-size: 32px;
  }
  .logo-row {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-4-centered-white {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .section_mood_3 {
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_mood_home {
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_mood_4 {
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrap_tabs {
    width: 100%;
    margin-top: 20px;
  }
  .left-image {
    margin-top: 55px;
    text-align: left;
  }
  .text-field {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .contact-subtext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-centered-white {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .text-field-newsletter {
    width: auto;
    margin-top: 0px;
    margin-right: 35px;
    margin-bottom: 0px;
    padding-left: 33px;
    border-radius: 1px;
  }
  .text-field-newsletter:hover {
    box-shadow: 0 0 6px 0 #3d4147;
  }
  .text-field-newsletter:focus {
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, .5);
  }
  .success-message {
    background-color: #d2ffc3;
  }
  .heading-3 {
    margin-left: 0px;
    font-size: 28px;
  }
  .wrap-footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -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;
  }
  .link-facebook {
    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;
  }
  ._3er-columns-newsletter {
    -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-video {
    height: 450px;
  }
  .hero-wrap-video {
    margin-top: 139px;
    margin-bottom: 50px;
  }
  .section_mood_jobs {
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrap-jobs {
    display: block;
  }
  .paragraph-3-jobs {
    padding-right: 0px;
    font-size: 17px;
    line-height: 24px;
  }
  ._3er-columns-jobs {
    display: block;
    margin-top: 42px;
  }
  .list-item-jobs {
    margin-left: 1px;
  }
  .div-70-jobs {
    width: 100%;
  }
  .heading-1-jobs {
    margin-top: 297px;
    padding-right: 254px;
    font-size: 37px;
    line-height: 41px;
  }
  .section-newsletter {
    border-bottom-style: none;
    border-bottom-color: #3d4147;
  }
  .div-jobs-moodboard {
    width: 70%;
  }
  .heading-4-white {
    display: none;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .paragraph_tall-orange-centered {
    margin-top: 15px;
    padding-right: 0px;
  }
  .heading-4-centered-orange {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .button-middle {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .text_footer {
    line-height: 16px;
  }
  .wraps-footer {
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .row {
    width: 85%;
  }
  .single-column-3er-footer {
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-column-3er-footer-right {
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-footer {
    display: block;
    margin: 50px auto;
  }
  .unordered-list-2 {
    margin-top: 10px;
  }
  .wraps-footer-long {
    margin-top: 10px;
    margin-bottom: 100px;
  }
  .hero-section-imprint {
    height: 400px;
  }
  .paragraph-2-centered {
    margin-bottom: 20px;
  }
  .text-block-4 {
    display: none;
  }
  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-7 {
    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 {
    padding-right: 0px;
  }
  .div-head-newlsetter {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .row-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .container-spread {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-slider {
    clear: left;
  }
  .nav-block-search {
    display: block;
    width: 35px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-block-symbols {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .body {
    font-size: 14px;
  }
  .div-block-slider {
    position: static;
    right: 3px;
    overflow: visible;
    margin-bottom: 0px;
    padding-right: 0px;
    clear: none;
  }
  .heading-1-home {
    padding-right: 0px;
    font-size: 36px;
    line-height: 34px;
  }
  .single-column-3er-2 {
    display: block;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .technical-list-2 {
    padding-left: 17px;
  }
  .section-grey-61 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column-14 {
    left: 0px;
    top: 0px;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-17 {
    text-align: left;
  }
  .tabs-content {
    text-align: left;
  }
  .div-block-10 {
    text-align: left;
  }
  .tab-pane-3 {
    text-align: left;
  }
  .hero-section-home-copy {
    height: 500px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-position: 0px 0px;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .container-8 {
    margin-top: -95px;
  }
  .div-block-12 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-14 {
    margin-top: 0px;
    margin-bottom: 100px;
    padding-top: 0px;
  }
  .heading-6 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 18px;
  }
  .link-block-flag {
    margin-right: 30px;
    margin-left: 30px;
  }
  .heading-7 {
    margin-top: 30px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 30px;
  }
  .paragraph-12 {
    display: inline-block;
    padding-right: 0px;
    line-height: 23px;
  }
  .single-column-3er-3 {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .petri-navigation {
    height: 80px;
  }
  .nav-container {
    width: 90%;
  }
  .nav-menu {
    left: -144px;
    width: 200px;
  }
  .hero-section-home {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .hero-wrap {
    width: 90%;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-grey-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wrap_3columns {
    width: 80%;
    text-align: center;
  }
  .paragraph-2 {
    margin-top: 0px;
    font-size: 13px;
  }
  .hero-left {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .button-standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 0px;
    float: left;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .button-standard.block {
    margin-right: 15px;
    margin-left: 5px;
  }
  .left_text {
    width: 100%;
    max-width: 455px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .right-image {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-footer-bottom {
    text-align: center;
  }
  .wrap-4columns {
    width: 80%;
  }
  .heading-4 {
    margin-top: 10px;
  }
  .heading-2 {
    width: 80%;
    margin-top: 0px;
    font-size: 26px;
    line-height: 34px;
    text-align: left;
  }
  .paragraph-1 {
    padding-right: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .bildunterschrift {
    font-size: 11px;
    font-weight: 300;
  }
  .hero-right {
    display: none;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav_icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-logo {
    max-width: 80%;
    margin-top: 11px;
  }
  .left-image-subline {
    width: 100%;
    padding-right: 0px;
  }
  .right_text {
    width: 100%;
    max-width: 455px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .middle-column-3er {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-column-3er {
    margin-bottom: 10px;
    padding-left: 0px;
  }
  .left-column-3er {
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .speechbubble_home {
    display: block;
    width: auto;
    max-width: 60%;
    margin-bottom: 0px;
  }
  .spread-block-trigger {
    width: 80%;
  }
  .section-white-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .single-column-3er {
    position: static;
    display: block;
    overflow: visible;
  }
  .technical-list {
    clear: left;
  }
  .button-trigger {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    font-size: 11px;
  }
  ._2er-columns {
    width: 80%;
    margin-top: 50px;
  }
  .footer-imprint {
    text-align: center;
  }
  .div-block-2 {
    text-align: center;
  }
  .speechbubble_subsites {
    display: block;
    width: auto;
    max-width: 60%;
  }
  .heading-1-subsites {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
  }
  .hero-section-event {
    height: auto;
    background-position: 0px 0px;
  }
  .tabs {
    width: 100%;
    margin-top: 0px;
  }
  .div-middle-70 {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .tabs-menu {
    margin-bottom: 31px;
    margin-left: 0px;
  }
  .tab-link {
    padding: 10px 20px;
  }
  ._2er-columns-inside {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-left {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-2-orange-centerd {
    font-size: 24px;
    line-height: 30px;
  }
  .right-arrow-white {
    width: 10%;
  }
  .left-arrow-white {
    width: 10%;
  }
  .heading-2-centerd {
    margin-top: 37px;
    font-size: 26px;
  }
  .hero-section-conference {
    height: auto;
    background-position: 0px 0px;
  }
  .menu-button {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .hero-section-technics {
    height: auto;
    background-position: 50% 0px;
  }
  .paragraph_tall-orange {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  .footer-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }
  .buttonblock {
    margin-right: -5px;
    margin-left: -5px;
  }
  .hero-section-contact {
    height: auto;
    background-image: url('../images/petri_visual_technik.jpg');
    background-position: 50% 0px;
  }
  .paragraph-hero-section {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    line-height: 28px;
  }
  .section_mood_2 {
    padding-top: 80px;
    padding-bottom: 30px;
    background-position: 100% 50%;
  }
  .button-centered {
    display: block;
    float: none;
    -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;
  }
  .heading-3-centered-white {
    font-size: 26px;
    line-height: 33px;
    font-weight: 600;
    text-align: center;
  }
  .logo-row {
    display: block;
    width: 60%;
  }
  .heading-4-centered-white {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
  }
  .section_mood_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_mood_home {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section_mood_4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wrap_tabs {
    width: 80%;
    margin-top: 0px;
  }
  .left-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -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;
  }
  .button-centered-white {
    width: 100%;
    float: none;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-field-newsletter {
    margin-right: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 1px;
  }
  .form {
    -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;
  }
  .logos {
    max-width: 81%;
  }
  .column-logoslider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding-right: 0px;
    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;
  }
  .success-message {
    background-color: #daffc8;
  }
  .heading-3 {
    display: block;
    margin-left: 0px;
    text-align: left;
  }
  .image {
    width: 80%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .hero-wrap-video {
    margin-top: 123px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section_mood_jobs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .paragraph-3-jobs {
    width: 80%;
  }
  ._3er-columns-jobs {
    display: block;
    width: 80%;
  }
  .list-item-jobs {
    clear: left;
  }
  .div-70-jobs {
    width: 100%;
  }
  .heading-1-jobs {
    margin-top: 85px;
    margin-bottom: 0px;
    padding-right: 0px;
    font-size: 35px;
    line-height: 35px;
  }
  .section-newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-mood-jobs {
    padding-right: 0px;
  }
  .div-jobs-moodboard {
    width: 80%;
  }
  .heading-4-white {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
  }
  .paragraph_tall-orange-centered {
    font-size: 14px;
    line-height: 23px;
  }
  .heading-4-centered-orange {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
  }
  .button-middle {
    display: block;
    float: none;
    -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;
  }
  .wraps-footer {
    margin-top: 20px;
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-footer {
    display: block;
    margin: 40px auto;
  }
  .unordered-list-2 {
    margin-top: 20px;
  }
  .wraps-footer-long {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-section-imprint {
    height: auto;
    background-position: 50% 0px;
  }
  .paragraph-2-centered {
    margin-top: 0px;
    font-size: 13px;
  }
  .column {
    float: left;
    clear: left;
  }
  .div-head-newlsetter {
    width: 80%;
  }
  .row-2 {
    height: 100%;
  }
  .container-spread {
    margin-bottom: 0px;
  }
  .nav-block-search {
    display: block;
    max-width: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-block-symbols {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-1-home {
    margin-top: 20px;
    font-size: 38px;
    line-height: 40px;
  }
  .section-grey-61 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-4 {
    margin-top: 128px;
  }
  .hero-section-home-copy {
    height: 500px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-position: 50% 50%;
  }
  .container-8 {
    margin-top: 0px;
  }
  .div-block-11 {
    display: block;
    -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-12 {
    display: block;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #ee7203;
  }
  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-13 {
    margin-bottom: -4px;
  }
  .div-block-14 {
    width: 100%;
    margin-bottom: 120px;
  }
  .column-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .link-block-flag {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .column-16 {
    display: block;
    padding-right: auto;
    padding-left: 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;
  }
  .heading-7 {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 34px;
    text-align: left;
  }
  .paragraph-12 {
    margin-top: 30px;
    padding-right: 51px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .row-4 {
    width: 80%;
  }
  .single-column-3er-3 {
    position: static;
    display: block;
    overflow: visible;
    margin-top: 0px;
  }
  .section-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .nav-container {
    width: 95%;
  }
  .nav-menu {
    left: 0px;
    top: 80px;
    right: auto;
    display: block;
    width: 200px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-color: #8b8b8b;
    background-color: #fff;
    box-shadow: 0 10px 9px -3px rgba(0, 0, 0, .2);
    text-align: center;
  }
  .hero-section-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    background-position: 0px 0px;
  }
  .hero-wrap {
    display: block;
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wrap_3columns {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-ticket {
    min-height: 400px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-2 {
    font-size: 11px;
    line-height: 19px;
  }
  .icon {
    max-width: 60%;
  }
  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .button-standard {
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .left_text {
    margin-bottom: 30px;
  }
  .wrap-4columns {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  ._4er-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-column-4er {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }
  .heading-4 {
    width: 100%;
    margin-top: 20px;
  }
  .heading-2 {
    position: static;
    display: inline;
    width: 80%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 18px;
    line-height: 26px;
  }
  .paragraph-1 {
    font-size: 13px;
    line-height: 20px;
  }
  .bildunterschrift {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 400;
  }
  .hero-right {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav_icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .image-logo {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 14px;
  }
  .buttonsmall {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 1px;
  }
  .right_text {
    margin-bottom: 0px;
  }
  .xing_footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-3 {
    margin-bottom: 8px;
  }
  .middle-column-3er {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .right-column-3er {
    margin-bottom: 0px;
  }
  .left-column-3er {
    padding-right: 0px;
  }
  .speechbubble_home {
    max-width: 70%;
  }
  .spread-block-trigger {
    width: 80%;
  }
  ._3er-columns-inside {
    width: 250px;
    margin-bottom: 0px;
  }
  .section-white-60 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .paragraph_fat {
    font-size: 15px;
    line-height: 25px;
  }
  .single-column-3er {
    margin-top: 0px;
  }
  .technical-list {
    width: 97%;
    margin-bottom: 0px;
  }
  .list-item {
    width: 250px;
  }
  .button-trigger {
    min-width: 220px;
    margin-bottom: 29px;
  }
  ._2er-columns {
    width: 80%;
    margin-top: 20px;
  }
  .column-right {
    margin-top: 0px;
  }
  .speechbubble_subsites {
    max-width: 70%;
  }
  .heading-1-subsites {
    margin-top: 98px;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
  }
  .hero-section-event {
    background-position: 0px 0px;
  }
  .tabs {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -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-middle-70 {
    width: 80%;
  }
  .tabs-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -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;
    text-align: left;
  }
  .link-arrow-top {
    margin-top: 20px;
  }
  .backtotop {
    margin-top: 34px;
    margin-bottom: 20px;
  }
  .tab-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .column-left {
    margin-bottom: 0px;
  }
  .column-right-tabs {
    padding-right: 0px;
  }
  .heading-2-orange-centerd {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 19px;
  }
  .paragraph-sliders {
    font-size: 11px;
    line-height: 15px;
  }
  .heading-2-centerd {
    font-size: 21px;
    line-height: 26px;
    text-align: center;
  }
  .hero-section-conference {
    background-position: 0px 0px;
  }
  .menu-button {
    width: 50px;
    margin: 14px 1px 14px 0px;
    padding: 8px 0px 0px;
    float: right;
    text-align: center;
  }
  .hero-section-technics {
    background-position: 50% 0px;
  }
  .paragraph_tall-orange {
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }
  .buttonblock {
    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;
  }
  .hero-section-contact {
    background-image: url('../images/petri_visual_technik.jpg');
    background-position: 0px 50%;
  }
  .paragraph-hero-section {
    font-size: 18px;
    line-height: 20px;
  }
  .section_mood_2 {
    padding-top: 81px;
    background-position: 50% 100%;
  }
  .button-centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading-3-centered-white {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
  }
  .logo-row {
    width: 80%;
  }
  .heading-4-centered-white {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 19px;
  }
  .wrap_tabs {
    width: 100%;
    margin-top: 10px;
  }
  .left-image {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .text-field {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .button-centered-white {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    text-align: center;
  }
  .text-field-newsletter {
    position: static;
    display: block;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 1px;
    text-align: center;
  }
  .form {
    -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;
  }
  .logos {
    max-width: 50%;
  }
  .column-logoslider {
    height: 70px;
  }
  .heading-3 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
  }
  .image {
    width: 100%;
  }
  .wrap-footer-social {
    display: block;
  }
  .form-block {
    width: 80%;
  }
  .background-video {
    height: 500px;
  }
  .hero-wrap-video {
    margin-top: 53px;
    margin-bottom: 20px;
  }
  .wrap-jobs {
    display: block;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
  .paragraph-3-jobs {
    font-size: 13px;
    line-height: 21px;
  }
  .list-item-jobs {
    font-size: 12px;
    line-height: 19px;
  }
  .tab-pane-2 {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .div-70-jobs {
    width: 80%;
  }
  .heading-1-jobs {
    margin-top: 0px;
    font-size: 30px;
    line-height: 35px;
  }
  .div-jobs-moodboard {
    width: 80%;
  }
  .heading-4-white {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 19px;
  }
  .paragraph_tall-orange-centered {
    font-size: 13px;
    line-height: 21px;
  }
  .heading-4-centered-orange {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 19px;
  }
  .button-middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .buttonsmall-footer {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 1px;
  }
  .wraps-footer {
    margin-bottom: 20px;
  }
  .div-footer {
    margin-top: 0px;
  }
  .hero-section-imprint {
    background-position: 50% 0px;
  }
  .paragraph-2-centered {
    font-size: 11px;
    line-height: 19px;
  }
  .nav_icon_austria {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-6 {
    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: 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-head-newlsetter {
    width: 70%;
  }
  .column-navigation {
    padding-right: 0px;
  }
  .div-block-slider {
    width: 200px;
  }
  .heading-1-home {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
    font-size: 28px;
    line-height: 28px;
  }
  .tabs-content {
    width: auto;
    max-width: 100%;
  }
  .section-4 {
    margin-top: 80px;
  }
  .image-18 {
    width: 100%;
    clear: none;
    text-align: left;
  }
  .hero-section-home-copy {
    height: 400px;
    margin-bottom: 0px;
    padding-top: 85px;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .div-block-12 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-20 {
    display: block;
    margin: 0px auto;
  }
  .div-block-14 {
    margin-bottom: 80px;
  }
  .heading-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .link-block-flag {
    width: 100%;
  }
  .heading-7 {
    position: static;
    display: inline;
    width: 80%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 18px;
    line-height: 26px;
  }
  .paragraph-12 {
    margin-top: 20px;
    padding-right: 0px;
    font-size: 13px;
    line-height: 20px;
  }
  .single-column-3er-3 {
    margin-top: 0px;
    padding-left: 10px;
  }
  .section-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@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-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@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-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  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-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  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-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  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-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@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-Medium.ttf') format('truetype');
  font-weight: 500;
  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-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}