@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}

@font-face {
  font-family: "MuseoSans";
  src: url("../Fonts/MuseoSans-100.eot");
  src: url("../Fonts/MuseoSans-100.eot?#iefix") format("embedded-opentype"), url("../Fonts/MuseoSans-100.woff2") format("woff2"), url("../Fonts/MuseoSans-100.woff") format("woff"), url("../Fonts/MuseoSans-100.ttf") format("truetype"), url("../Fonts/MuseoSans-100.svg#MuseoSans-100") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("../Fonts/MuseoSans-300.eot");
  src: url("../Fonts/MuseoSans-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/MuseoSans-300.woff2") format("woff2"), url("../Fonts/MuseoSans-300.woff") format("woff"), url("../Fonts/MuseoSans-300.ttf") format("truetype"), url("../Fonts/MuseoSans-300.svg#MuseoSans-300") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("../Fonts/MuseoSans-500.eot");
  src: url("../Fonts/MuseoSans-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/MuseoSans-500.woff2") format("woff2"), url("../Fonts/MuseoSans-500.woff") format("woff"), url("../Fonts/MuseoSans-500.ttf") format("truetype"), url("../Fonts/MuseoSans-500.svg#MuseoSans-500") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("../Fonts/MuseoSans-700.eot");
  src: url("../Fonts/MuseoSans-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/MuseoSans-700.woff2") format("woff2"), url("../Fonts/MuseoSans-700.woff") format("woff"), url("../Fonts/MuseoSans-700.ttf") format("truetype"), url("../Fonts/MuseoSans-700.svg#MuseoSans-700") format("svg");
  font-weight: 700;
  font-style: normal;
}
body {
  box-sizing: border-box;
  font-family: "MuseoSans";
  font-size: 1rem;
  line-height: 1.4rem;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  hyphens: auto;
  overflow-x: hidden;
  max-width: 100vw;
  min-height: 100vh;
  padding-top: 110px;
}
body ::selection {
  background: #ff9400;
  color: #000;
}
body ::-moz-selection {
  background: #ff7600;
  color: #000;
}
@media (max-width: 900px) {
  body {
    padding-top: 80px;
  }
}

.stickyfooter {
  overflow-x: hidden;
}

h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 1em;
}
@media (max-width: 1232px) {
  h1 {
    font-size: 36px;
  }
}

h2, h3, h4, h5, h6 {
  font-size: 36px;
  line-height: 1.4em;
  margin: 1rem 0;
}
@media (max-width: 900px) {
  h2, h3, h4, h5, h6 {
    font-size: 24px;
  }
}

h2 {
  font-weight: 700;
}

h3 {
  font-size: 30px;
}
@media (max-width: 1232px) {
  h3 {
    font-size: 20px;
  }
}

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

a {
  text-decoration: none;
  color: #fff;
}

p {
  padding: 1rem 0;
  font-weight: 300;
}

.wrap {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1232px) {
  .wrap {
    padding: 0 1rem;
  }
}

.zoom {
  overflow: hidden;
}
.zoom img {
  transition: transform 0.5s;
}
.zoom:hover img {
  transform: scale(1.05);
}

.button_white {
  background: #fff;
  border-radius: 2rem;
  padding: 0.7rem 2rem;
  color: #000;
  margin-left: 1rem;
  line-height: 1rem;
}
.button_white:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.button_white.no_margin {
  margin-left: 0;
}

.button_black {
  border: 1px solid #fff;
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  display: inline-block;
  line-height: 1rem;
}
.button_black:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.button_black[disabled] {
  opacity: 0.51;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1232px) {
  .tablet_margins {
    margin: 1rem 0;
  }
}

.padding_sm {
  padding: 1rem 0;
}

.frame-space-before-small {
  margin-top: 0.5rem;
}
.frame-space-before-medium {
  margin-top: 1rem;
}
.frame-space-before-large {
  margin-top: 3rem;
}

.frame-space-after-small {
  margin-bottom: 0.5rem;
}
.frame-space-after-medium {
  margin-bottom: 1rem;
}
.frame-space-after-large {
  margin-bottom: 3rem;
}

.frame-layout-normal {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1232px) {
  .frame-layout-normal {
    padding: 0 1rem;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 1232px) {
  html {
    font-size: 14px;
  }
}

html, body {
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

#root {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 5.25rem;
  min-height: calc(100vh - 6.25rem);
}

.stickyfooter {
  display: flex;
  min-height: 100vh;
  justify-content: space-between;
  flex-flow: column;
}

header > div, footer > div {
  max-width: 87.7142857143rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) and (min-width: 1920px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 768px) {
  #root {
    display: flex;
    min-height: calc(100vh - 7.75rem);
    background: url("../img/background-nsk.jpg") no-repeat center/cover fixed;
    padding-top: 1rem;
    padding-bottom: 6.25rem;
  }
  #root #content {
    margin: auto;
    width: 100%;
  }
}
header {
  position: fixed;
  background: #000;
  width: 100%;
  z-index: 1000;
  top: 0;
}

#header {
  display: flex;
  height: 110px;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #header {
    justify-content: center;
    height: 80px;
  }
}
#header figure {
  margin-right: 2rem;
}
@media only screen and (max-width: 900px) {
  #header figure {
    margin-right: 0;
    position: absolute;
  }
}
#header figure img {
  height: 40px;
  width: auto;
}
#header nav {
  flex: 10 1;
}
#header nav #mainNav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#header nav #mainNav div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  #header nav #mainNav {
    display: none;
  }
}
#header nav #mainNav li {
  margin-right: 4rem;
}
#header nav #mainNav li > a {
  font-weight: 700;
}
#header nav #mainNav li.active > a {
  color: #FF7600;
}
#header nav #mainNav li.submenu {
  position: relative;
}
#header nav #mainNav li.submenu ul {
  display: none;
}
@media only screen and (min-width: 900px) {
  #header nav #mainNav li.submenu.hover > ul {
    display: block;
    position: absolute;
    background: #000;
    padding: 1rem 1rem 0.3rem;
    left: -1rem;
    top: 3rem;
    min-width: calc(100% + 2rem);
  }
  #header nav #mainNav li.submenu.hover > ul li {
    margin: 0.2rem 0;
  }
  #header nav #mainNav li.submenu.hover > ul li > a {
    font-weight: 500;
    white-space: nowrap;
  }
}
#header nav #mainNav li.more .more_button {
  font-weight: 700;
  position: relative;
}
#header nav #mainNav li.more .more_button:before {
  position: absolute;
  display: block;
  content: "";
  border-top: 0.4rem solid #fff;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  width: 0;
  height: 0;
  left: calc(100% + 0.5rem);
  top: 50%;
  transition: transform 300ms;
  transform: rotateX(0);
}
#header nav #mainNav li.more.hover .more_button:before {
  transform: rotateX(180deg);
  border-top: 0.4rem solid #FF7600;
}
#header nav #mainNav li.more #dropdown li.submenu.hover > ul {
  left: unset;
  right: 100%;
  top: -1.2rem;
}
#header #serviceNav {
  flex: 1 1;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  #header #serviceNav {
    display: none;
  }
}
#header #serviceNav li {
  padding: 0.5rem 0 0.5rem 1rem;
}
#header #serviceNav li a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
#header #serviceNav li a.active {
  color: #FF7600;
}

body.navOpen {
  overflow-y: hidden;
}
@media only screen and (max-width: 900px) {
  body.navOpen #header #mainNav {
    display: block;
    position: fixed;
    height: calc(100vh - 5rem);
    width: 100%;
    top: 0rem;
    background: #000;
    padding: 1rem;
    margin-top: 5rem;
    margin-left: -1rem;
    overflow-y: scroll;
    font-size: 2em;
    line-height: 2em;
  }
  body.navOpen #header #mainNav > div {
    padding-bottom: 8rem;
    display: block;
  }
  body.navOpen #header #mainNav > div > :nth-child(n) {
    margin: 1.5rem 0;
  }
  body.navOpen #header #mainNav .submenu ul {
    display: block;
  }
  body.navOpen #header #mainNav .submenu ul li {
    margin: 0.5rem 0 0.5rem 4rem;
  }
}
body.navOpen #header #logo {
  position: absolute;
  z-index: 1;
}
#navToggle {
  top: 2rem;
  right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  z-index: 6;
  position: absolute;
  width: 2rem;
  height: 20px;
  cursor: pointer;
}
@media only screen and (min-width: 901px) {
  #navToggle {
    display: none;
  }
}
#navToggle:before {
  display: none;
}
#navToggle div,
#navToggle span {
  transition: transform 0.1s ease;
  transition: top 0.1s 0.1s ease;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
  display: block;
}
#navToggle div:nth-child(n),
#navToggle span:nth-child(n) {
  border-radius: 1rem;
}
#navToggle div:nth-child(1),
#navToggle span:nth-child(1) {
  top: 0;
}
#navToggle div:nth-child(2),
#navToggle span:nth-child(2) {
  top: 8px;
}
#navToggle div:nth-child(3),
#navToggle span:nth-child(3) {
  top: 16px;
  width: 60%;
  margin-left: auto;
}
body.navOpen #navToggle div,
body.navOpen #navToggle span {
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  top: 8px;
}
body.navOpen #navToggle div:nth-child(1), body.navOpen #navToggle div:nth-child(3),
body.navOpen #navToggle span:nth-child(1),
body.navOpen #navToggle span:nth-child(3) {
  transform: rotate(45deg);
  margin-left: 0;
  width: 100%;
}
body.navOpen #navToggle div:nth-child(2),
body.navOpen #navToggle span:nth-child(2) {
  transform: rotate(135deg);
}
@media only screen and (min-width: 901px) {
  #navToggle div,
  #navToggle span {
    display: none;
  }
}

#stage {
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1232px) {
  #stage {
    padding-top: 0;
  }
}
#stage figure {
  overflow: hidden;
}
#stage figure img {
  width: 100%;
  height: auto;
  max-height: 617px;
}
#stage.stage_video {
  width: 100%;
  max-height: 617px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1232px) {
  #stage.stage_video {
    margin-top: -30px;
  }
}
#stage.stage_video .mobile .button {
  display: none;
  position: absolute;
  left: 18px;
  top: 50px;
  z-index: 500;
}
@media (max-width: 1232px) {
  #stage.stage_video .mobile .button {
    display: block;
  }
}
#stage.stage_video .mobile .button .play {
  display: block;
}
#stage.stage_video .mobile .button .pause {
  display: none;
}
#stage.stage_video .mobile .button .play svg, #stage.stage_video .mobile .button .pause svg {
  width: 36px;
  height: 36px;
  fill: white;
}
#stage #stage_text {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  max-width: 32.5rem;
}
@media (max-width: 1232px) {
  #stage #stage_text {
    transform: translateY(0);
    margin: 0 0 0 -1rem;
  }
}
#stage #stage_text #stage_text_headline {
  padding: 1rem;
  position: relative;
}
#stage #stage_text #stage_text_headline h1 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 0;
}
@media (max-width: 1232px) {
  #stage #stage_text #stage_text_headline h1 {
    font-size: 36px;
  }
}
#stage #stage_text #stage_text_headline:after {
  position: absolute;
  background: #FF7600;
  height: 5px;
  content: "";
  width: 1000%;
  right: 0rem;
  display: block;
  bottom: 0;
}
#stage #stage_text #stage_text_content {
  padding: 0 1rem;
}
#stage #stage_text #stage_text_content p {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1232px) {
  #stage #stage_text #stage_text_content p {
    font-size: 0.875rem;
  }
}
#stage.parallax {
  background: transparent;
  height: 617px;
}
@media (max-width: 1232px) {
  #stage.parallax {
    height: 520px;
  }
}
#stage .desktop {
  display: block;
}
#stage .desktop img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1232px) {
  #stage .desktop {
    display: none;
  }
}
#stage .tablet {
  display: none;
  overflow: hidden;
  max-height: 520px;
  height: 100%;
}
#stage .tablet img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 1232px) {
  #stage .tablet {
    display: block;
  }
}
@media (max-width: 900px) {
  #stage .tablet {
    display: none;
  }
}
#stage .mobile {
  display: none;
  overflow: hidden;
  max-height: 520px;
  height: 100%;
}
#stage .mobile img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 900px) {
  #stage .mobile {
    display: block;
  }
}

.frame-type-textmedia > .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: baseline;
  position: relative;
  width: 100%;
}
.frame-type-textmedia > .inner .ce-textpic {
  display: flex;
  flex-flow: column;
}
.frame-type-textmedia > .inner .ce-textpic img {
  max-width: 100%;
}
.frame-type-textmedia > .inner .ce-textpic .ce-gallery {
  display: flex;
}
.frame-type-textmedia > .inner .ce-textpic.ce-left {
  align-items: flex-start;
}
.frame-type-textmedia > .inner .ce-textpic.ce-left .ce-gallery {
  justify-content: flex-start;
}
.frame-type-textmedia > .inner .ce-textpic.ce-center {
  align-items: center;
}
.frame-type-textmedia > .inner .ce-textpic.ce-center .ce-gallery {
  justify-content: center;
}
.frame-type-textmedia > .inner .ce-textpic.ce-right {
  align-items: flex-end;
}
.frame-type-textmedia > .inner .ce-textpic.ce-right .ce-gallery {
  justify-content: flex-end;
}
.frame-type-textmedia > .inner .ce-textpic .ce-row .ce-column {
  position: relative;
}
.frame-type-textmedia > .inner .ce-textpic .ce-row .ce-column.line {
  margin-bottom: 10px;
}
.frame-type-textmedia > .inner .ce-textpic .ce-row .ce-column.line:after {
  position: absolute;
  background: #FF7600;
  height: 5px;
  content: "";
  width: 100%;
  right: 0rem;
  display: block;
  bottom: -5px;
}
.frame-type-textmedia > .inner .ce-textpic .ce-bodytext .text-center {
  text-align: center;
}
.frame-type-textmedia > .inner .ce-textpic .ce-bodytext .text-left {
  text-align: left;
}
.frame-type-textmedia > .inner .ce-textpic .ce-bodytext .text-right {
  text-align: right;
}
.frame-type-textmedia > .inner .ce-textpic .ce-bodytext p {
  padding-bottom: 0.5rem;
}
.frame-type-textmedia > .inner .ce-textpic .ce-bodytext h2, .frame-type-textmedia > .inner .ce-textpic .ce-bodytext h3, .frame-type-textmedia > .inner .ce-textpic .ce-bodytext h4, .frame-type-textmedia > .inner .ce-textpic .ce-bodytext h5 {
  margin: 1rem 0;
}
.frame-type-textmedia > .inner .ce-textpic .ce-bodytext ul li {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.frame-type-textmedia > .inner .ce-textpic .ce-bodytext ul li:before {
  content: "";
  height: 0.5rem;
  width: 0.8rem;
  display: block;
  background: #FF7600;
  position: absolute;
  top: 0.45rem;
  left: -0.25rem;
}
.frame-type-textmedia > .inner header {
  position: initial;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
  font-size: 30px;
  line-height: 3rem;
  width: 100%;
}
.frame-type-textmedia > .inner header.ce-headline-left {
  text-align: left;
}
.frame-type-textmedia > .inner header.ce-headline-center {
  text-align: center;
}
.frame-type-textmedia > .inner header.ce-headline-right {
  text-align: right;
}
.frame-type-textmedia > .inner header h2 {
  margin-bottom: 1rem;
}
.frame-type-textmedia > .inner .text_media_text {
  padding-bottom: 1rem;
  width: 100%;
}

@media (max-width: 1232px) {
  .owl-carousel .frame-type-textmedia .inner {
    align-items: center;
  }
}
.column {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .column {
    flex-flow: column;
  }
}
@media (max-width: 900px) {
  .column.invert_mobile {
    flex-flow: column-reverse;
  }
}
.column .col {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.column .col.center_col {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.column .col > .frame-layout-full {
  padding-left: 0;
  padding-right: 0;
}
.column.align-items-end .col {
  justify-content: flex-end;
}
.column.align-items-top .col {
  justify-content: flex-start;
}
.column.align-items-center .col {
  justify-content: center;
}
.column.align-items-stretch .col {
  justify-content: space-between;
}
.column.two_columns .col > .frame-layout-full {
  width: calc(100% + (100vw - 1200px) / 2);
}
@media (max-width: 1232px) {
  .column.two_columns .col > .frame-layout-full {
    width: 100%;
  }
}
.column.two_columns .col:nth-child(odd) > .frame-layout-full {
  margin-left: calc((100vw - 1200px) / 2 * -1);
}
@media (max-width: 1232px) {
  .column.two_columns .col:nth-child(odd) > .frame-layout-full {
    margin-left: 0;
  }
}
.column.two_columns.space_sm > .col {
  flex: 0 0 calc(50% - 0.4rem);
}
.column.two_columns.space_sm > .col:nth-child(1) {
  margin-left: 0;
}
.column.two_columns.space_sm > .col:nth-last-child(1) {
  margin-right: 0;
}
.column.two_columns.space_md > .col {
  flex: 0 0 calc(50% - 1rem);
}
.column.two_columns.space_md > .col:nth-child(1) {
  margin-left: 0;
}
.column.two_columns.space_md > .col:nth-last-child(1) {
  margin-right: 0;
}
.column.two_columns.space_lg > .col {
  flex: 0 0 calc(50% - 2rem);
}
.column.two_columns.space_lg > .col:nth-child(1) {
  margin-left: 0;
}
.column.two_columns.space_lg > .col:nth-last-child(1) {
  margin-right: 0;
}
.column.two_to_one_columns > .col:nth-child(odd) {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}
@media (max-width: 1232px) {
  .column.two_to_one_columns > .col:nth-child(odd) {
    max-width: 100%;
  }
}
.column.two_to_one_columns > .col:nth-child(even) {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 1232px) {
  .column.two_to_one_columns > .col:nth-child(even) {
    max-width: 100%;
  }
}
@media (max-width: 1232px) {
  .column.two_to_one_columns > .col {
    max-width: 100%;
  }
}
.column.two_to_one_columns > .col > .frame-layout-full {
  width: calc(100% + (100vw - 1200px) / 3 * 2);
}
@media (max-width: 1232px) {
  .column.two_to_one_columns > .col > .frame-layout-full {
    width: 100%;
  }
}
.column.two_to_one_columns > .col:nth-child(odd) > .frame-layout-full {
  margin-left: calc((100vw - 1200px) / 3 * -1);
}
@media (max-width: 1232px) {
  .column.two_to_one_columns > .col:nth-child(odd) > .frame-layout-full {
    margin-left: 0;
  }
}
.column.two_to_one_columns.space_sm > .col:nth-child(odd) {
  flex: 0 0 calc(66.6666% - 0.4rem);
}
.column.two_to_one_columns.space_sm > .col:nth-child(even) {
  flex: 0 0 calc(33.3333% - 0.4rem);
}
.column.two_to_one_columns.space_md > .col:nth-child(odd) {
  flex: 0 0 calc(66.6666% - 1rem);
}
.column.two_to_one_columns.space_md > .col:nth-child(even) {
  flex: 0 0 calc(33.3333% - 1rem);
}
.column.two_to_one_columns.space_lg > .col:nth-child(odd) {
  flex: 0 0 calc(66.6666% - 2rem);
}
.column.two_to_one_columns.space_lg > .col:nth-child(even) {
  flex: 0 0 calc(33.3333% - 2rem);
}
.column.one_to_two_columns > .col:nth-child(odd) {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
@media (max-width: 1232px) {
  .column.one_to_two_columns > .col:nth-child(odd) {
    max-width: 100%;
  }
}
.column.one_to_two_columns > .col:nth-child(even) {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}
@media (max-width: 1232px) {
  .column.one_to_two_columns > .col:nth-child(even) {
    max-width: 100%;
  }
}
.column.one_to_two_columns > .col > .frame-layout-full {
  width: calc(100% + (100vw - 1200px) / 2);
}
@media (max-width: 1232px) {
  .column.one_to_two_columns > .col > .frame-layout-full {
    width: 100%;
  }
}
.column.one_to_two_columns > .col > .frame-type-textmedia {
  padding-right: 2rem;
}
.column.one_to_two_columns > .col:nth-child(odd) > .frame-layout-full {
  margin-left: calc((100vw - 1200px) / 2 * -1);
}
@media (max-width: 1232px) {
  .column.one_to_two_columns > .col:nth-child(odd) > .frame-layout-full {
    margin-left: 0;
  }
}
.column.one_to_two_columns.space_sm > .col:nth-child(odd) {
  flex: 0 0 calc(33.3333% - 0.4rem);
}
.column.one_to_two_columns.space_sm > .col:nth-child(even) {
  flex: 0 0 calc(66.6666% - 0.4rem);
}
.column.one_to_two_columns.space_md > .col:nth-child(odd) {
  flex: 0 0 calc(33.3333% - 1rem);
}
.column.one_to_two_columns.space_md > .col:nth-child(even) {
  flex: 0 0 calc(66.6666% - 1rem);
}
.column.one_to_two_columns.space_lg > .col:nth-child(odd) {
  flex: 0 0 calc(33.3333% - 2rem);
}
.column.one_to_two_columns.space_lg > .col:nth-child(even) {
  flex: 0 0 calc(66.6666% - 2rem);
}
.column.three_columns > .col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.column.three_columns.space_sm > .col {
  flex: 0 0 calc(33.333% - 0.5333333333rem);
}
.column.three_columns.space_sm > .col:nth-child(3n+1) {
  margin-left: 0;
}
.column.three_columns.space_sm > .col:nth-child(3n) {
  margin-right: 0;
}
.column.three_columns.space_md > .col {
  flex: 0 0 calc(33.3333% - 1.3333333333rem);
}
.column.three_columns.space_md > .col:nth-child(3n+1) {
  margin-left: 0;
}
.column.three_columns.space_md > .col:nth-child(3n) {
  margin-right: 0;
}
.column.three_columns.space_lg > .col {
  flex: 0 0 calc(33.3333% - 2.6666666667rem);
}
.column.three_columns.space_lg > .col:nth-child(3n+1) {
  margin-left: 0;
}
.column.three_columns.space_lg > .col:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .column.four_columns {
    align-items: center;
  }
}
.column.four_columns > .col {
  flex: 0 0 25%;
  max-width: 25%;
}
.column.four_columns.space_sm > .col {
  flex: 0 0 calc(24% - 0.6rem);
}
.column.four_columns.space_sm > .col:nth-child(4n+1) {
  margin-left: 0;
}
.column.four_columns.space_sm > .col:nth-child(4n) {
  margin-right: 0;
}
.column.four_columns.space_md > .col {
  flex: 0 0 calc(24% - 1.5rem);
}
.column.four_columns.space_md > .col:nth-child(4n+1) {
  margin-left: 0;
}
.column.four_columns.space_md > .col:nth-child(4n) {
  margin-right: 0;
}
.column.four_columns.space_lg > .col {
  flex: 0 0 calc(24% - 3rem);
}
.column.four_columns.space_lg > .col:nth-child(4n+1) {
  margin-left: 0;
}
.column.four_columns.space_lg > .col:nth-child(4n) {
  margin-right: 0;
}
.column.five_columns > .col {
  flex: 0 0 20%;
  max-width: 20%;
}
.column.five_columns.space_sm > .col {
  flex: 0 0 calc(20% - 0.64rem);
}
.column.five_columns.space_sm > .col:nth-child(5n+1) {
  margin-left: 0;
}
.column.five_columns.space_sm > .col:nth-child(5n) {
  margin-right: 0;
}
.column.five_columns.space_md > .col {
  flex: 0 0 calc(20% - 1.6rem);
}
.column.five_columns.space_md > .col:nth-child(5n+1) {
  margin-left: 0;
}
.column.five_columns.space_md > .col:nth-child(5n) {
  margin-right: 0;
}
.column.five_columns.space_lg > .col {
  flex: 0 0 calc(20% - 3.2rem);
}
.column.five_columns.space_lg > .col:nth-child(5n+1) {
  margin-left: 0;
}
.column.five_columns.space_lg > .col:nth-child(5n) {
  margin-right: 0;
}
.column.space_sm > .col {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.column.space_sm > .col:nth-child(1) {
  margin-left: 0;
}
.column.space_sm > .col:nth-last-child(1) {
  margin-right: 0;
}
.column.space_md > .col {
  margin-left: 1rem;
  margin-right: 1rem;
}
.column.space_md > .col:nth-child(1) {
  margin-left: 0;
}
.column.space_md > .col:nth-last-child(1) {
  margin-right: 0;
}
.column.space_lg > .col {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 900px) {
  .column.two_columns > .col, .column.three_columns > .col, .column.four_columns > .col, .column.five_columns > .col {
    flex: 0 0 100%;
    max-width: unset;
  }
  .column.space_md > .col, .column.space_lg > .col {
    margin-left: 0;
    margin-right: 0;
  }
}

.background_wrap {
  padding: 1rem 0;
}

.teaser {
  height: 500px;
  position: relative;
}
@media (max-width: 900px) {
  .teaser {
    height: 650px;
  }
}
@media (max-width: 900px) {
  .teaser.frame-layout-normal {
    padding: 0;
  }
}
.teaser.slim {
  height: 350px;
}
@media (max-width: 900px) {
  .teaser.slim {
    height: auto;
  }
  .teaser.slim figure {
    height: 280px;
  }
}
.teaser figure {
  height: 100%;
}
.teaser figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 900px) {
  .teaser {
    margin-bottom: 6rem;
    width: 100%;
    max-height: 450px;
  }
}
.teaser .teaser_content {
  max-width: 540px;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .teaser .teaser_content {
    left: 0;
    position: absolute;
    transform: translateY(0);
    top: unset;
    bottom: -5rem;
    padding-bottom: 2rem;
    width: 100%;
  }
}
.teaser .teaser_content .teaser_box {
  background: rgba(0, 0, 0, 0.75);
  margin-bottom: 1.5rem;
}
.teaser .teaser_content .teaser_box .teaser_box_headline {
  padding: 1rem;
  font-size: 30px;
  font-weight: bold;
}
.teaser .teaser_content .teaser_box .teaser_box_headline h2 {
  margin: 0;
}
.teaser .teaser_content .teaser_box .teaser_box_subline {
  padding: 1rem;
  background: black;
}
.teaser .teaser_content .teaser_box .teaser_box_subline p {
  padding: 0;
}

.column.two_columns > :nth-child(2n+1) .teaser.frame-layout-full {
  position: initial;
}
@media (max-width: 1232px) {
  .column.two_columns > :nth-child(2n+1) .teaser.frame-layout-full {
    margin-left: -1rem;
    width: calc(100% + 1rem);
  }
}
@media (max-width: 900px) {
  .column.two_columns > :nth-child(2n+1) .teaser.frame-layout-full {
    margin-bottom: 6rem;
    width: calc(100% + 2rem);
    max-height: 450px;
  }
}
.column.two_columns > :nth-child(2n+1) .teaser.frame-layout-full .teaser_content {
  left: 0;
  right: unset;
  margin-right: 1rem;
}
@media (max-width: 900px) {
  .column.two_columns > :nth-child(2n+1) .teaser.frame-layout-full .teaser_content {
    max-width: unset;
    left: -1rem;
    width: calc(100% + 2rem);
    bottom: 1rem;
  }
}
.column.two_columns > :nth-child(2n) .teaser.frame-layout-full {
  position: initial;
}
@media (max-width: 1232px) {
  .column.two_columns > :nth-child(2n) .teaser.frame-layout-full {
    width: calc(100% + 1rem);
  }
}
@media (max-width: 900px) {
  .column.two_columns > :nth-child(2n) .teaser.frame-layout-full {
    margin-bottom: 6rem;
    margin-left: -1rem;
    width: calc(100% + 2rem);
    max-height: 450px;
  }
}
.column.two_columns > :nth-child(2n) .teaser.frame-layout-full .teaser_content {
  right: 0;
  left: unset;
  margin-left: 1rem;
}
@media (max-width: 900px) {
  .column.two_columns > :nth-child(2n) .teaser.frame-layout-full .teaser_content {
    right: unset;
    max-width: unset;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    bottom: 1rem;
  }
}

@media (max-width: 1232px) {
  .owl-carousel .teaser {
    padding: 0;
  }
}
.owl-carousel .teaser .teaser_content {
  width: auto;
}

@media (max-width: 900px) {
  .no_margin_bottom {
    margin-bottom: 0 !important;
  }
}
#footer {
  margin-bottom: 2rem;
}
#footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #FF7600;
}
#footer .footer_content {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content {
    flex-flow: column;
  }
}
#footer .footer_content > :nth-child(n) {
  flex: 0 0 32.33333%;
  padding-left: 2rem;
  position: relative;
}
#footer .footer_content > :nth-child(n) > li {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content > :nth-child(n) {
    padding-left: 0;
    margin-top: 1rem;
  }
}
#footer .footer_content > :nth-child(n):after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #fff;
  left: 0;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content > :nth-child(n):after {
    display: none;
  }
}
#footer .footer_content > :nth-child(1) {
  padding-left: 0;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content > :nth-child(1) {
    margin-top: 0;
    display: none;
  }
}
#footer .footer_content > :nth-child(1):after {
  display: none;
}
#footer .footer_content .social {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
#footer .footer_content .social span {
  display: block;
  margin-top: 0.5rem;
}
#footer .footer_content .social ul {
  display: flex;
  align-items: center;
}
#footer .footer_content .social ul li {
  padding-right: 1rem;
}

.slider_container {
  background: #000;
  position: relative;
}
@media (max-width: 900px) {
  .slider_container {
    margin: 0 -1rem;
  }
}
.slider_container .owl-carousel .owl-stage {
  display: flex;
  width: fit-content !important;
}
.slider_container .owl-carousel .owl-item {
  float: none;
  display: flex;
  flex-direction: column;
}
.slider_container .owl-carousel.align-items-top .owl-item {
  justify-content: flex-start;
}
.slider_container .owl-carousel.align-items-center .owl-item {
  justify-content: center;
}
.slider_container .owl-carousel.align-items-end .owl-item {
  justify-content: flex-end;
}
.slider_container .owl-carousel.align-items-stretch .owl-item {
  justify-content: stretch;
}
.slider_container .owl-carousel.no_nav .owl-nav {
  display: none;
}
@media (max-width: 1232px) {
  .slider_container .owl-carousel.wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .slider_container .owl-carousel.columns-1 .owl-nav .owl-prev, .slider_container .owl-carousel.columns-1 .owl-nav .owl-next {
    top: 30%;
  }
}
.slider_container .owl-carousel .owl-dots {
  display: none;
}
.slider_container .owl-carousel .owl-nav {
  position: unset;
  display: block;
}
.slider_container .owl-carousel .owl-nav button {
  outline: none;
}
.slider_container .owl-carousel .owl-nav .owl-prev, .slider_container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 11px;
  transition: right 300ms ease-out;
}
@media only screen and (max-width: 1332px) {
  .slider_container .owl-carousel .owl-nav .owl-prev, .slider_container .owl-carousel .owl-nav .owl-next {
    right: 2rem;
  }
}
.slider_container .owl-carousel .owl-nav .owl-prev i, .slider_container .owl-carousel .owl-nav .owl-next i {
  height: 100%;
  width: 100%;
  font-size: 2rem;
  color: #fff;
  transition: opacity 200ms ease;
  opacity: 1;
}
.slider_container .owl-carousel .owl-nav .owl-prev:hover i, .slider_container .owl-carousel .owl-nav .owl-next:hover i {
  opacity: 0.7;
}
.slider_container .owl-carousel .owl-nav .owl-prev {
  left: -3rem;
  right: unset;
  transition: left 300ms ease-out;
  transform-origin: center center;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1332px) {
  .slider_container .owl-carousel .owl-nav .owl-prev {
    left: 2rem;
  }
}
@media (max-width: 900px) {
  .slider_container .owl-carousel .teaser .teaser_content {
    position: initial;
    padding: 1rem;
  }
}

.progress_bar {
  width: 100%;
  height: 5px;
}
@media (max-width: 1232px) {
  .progress_bar {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 900px) {
  .progress_bar {
    position: absolute;
    top: 280px;
    z-index: 10;
  }
}
.progress_bar .progress_bar_progress {
  width: 0%;
  height: 100%;
  background: #FF7600;
}

.one_to_two .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 900px) {
  .one_to_two .row {
    flex-flow: column;
    align-items: flex-start;
  }
}
.one_to_two .row .col1 {
  flex: 0 0 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .one_to_two .row .col1 {
    width: 100%;
  }
}
.one_to_two .row .col2 {
  flex: 0 0 66%;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 900px) {
  .one_to_two .row .col2 {
    width: 100%;
  }
}

.frame-type-header .line, .frame-type-textmedia .line {
  position: relative;
}
.frame-type-header .line h1, .frame-type-header .line h2, .frame-type-header .line h3, .frame-type-header .line h4, .frame-type-header .line h5, .frame-type-header .line h6, .frame-type-textmedia .line h1, .frame-type-textmedia .line h2, .frame-type-textmedia .line h3, .frame-type-textmedia .line h4, .frame-type-textmedia .line h5, .frame-type-textmedia .line h6 {
  margin-bottom: 0.5rem;
}
.frame-type-header .line:after, .frame-type-textmedia .line:after {
  position: absolute;
  background: #FF7600;
  height: 5px;
  content: "";
  width: 100%;
  right: 0rem;
  display: block;
  bottom: -1rem;
}
.frame-type-header h1.line, .frame-type-header h2.line, .frame-type-header h3.line, .frame-type-textmedia h1.line, .frame-type-textmedia h2.line, .frame-type-textmedia h3.line {
  margin: 1rem 0 1rem;
}
.frame-type-header header, .frame-type-textmedia header {
  position: initial;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}
.frame-type-header header.ce-headline-left, .frame-type-textmedia header.ce-headline-left {
  text-align: left;
}
.frame-type-header header.ce-headline-center, .frame-type-textmedia header.ce-headline-center {
  text-align: center;
}
.frame-type-header header.ce-headline-right, .frame-type-textmedia header.ce-headline-right {
  text-align: right;
}
.frame-type-header header h2, .frame-type-textmedia header h2 {
  margin: 0;
}

.accordion .accordion_item {
  max-width: 850px;
  margin: 1rem 0;
}
.accordion .accordion_item .accordion_item_headline {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  cursor: pointer;
}
.accordion .accordion_item .accordion_item_headline .accordion_item_button {
  width: 2rem;
  height: 2rem;
  border: 1px solid #FF7600;
  border-radius: 0.5rem;
  border-style: inset;
  margin-right: 1rem;
  position: relative;
}
.accordion .accordion_item .accordion_item_headline .accordion_item_button:before, .accordion .accordion_item .accordion_item_headline .accordion_item_button:after {
  position: absolute;
  display: block;
  content: "";
  height: 1.25rem;
  width: 0.25rem;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.accordion .accordion_item .accordion_item_headline .accordion_item_button:after {
  height: 0.25rem;
  width: 1.25rem;
}
.accordion .accordion_item .accordion_item_headline.open .accordion_item_button {
  background: #fff;
  border: none;
}
.accordion .accordion_item .accordion_item_headline.open .accordion_item_button:after {
  background: #000;
}
.accordion .accordion_item .accordion_item_headline h3 {
  margin: 0;
}
.accordion .accordion_item .accordion_item_text {
  padding-left: 3rem;
  overflow: hidden;
  display: none;
}

#cookNTrack, #cookNTrack_preferences {
  position: fixed;
  bottom: 0;
  z-index: 100;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
  background: #000;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  #cookNTrack, #cookNTrack_preferences {
    flex-direction: row;
    justify-content: space-between;
  }
}
#cookNTrack .cookNTrack_message ul, #cookNTrack_preferences .cookNTrack_message ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 900px) {
  #cookNTrack .cookNTrack_message ul, #cookNTrack_preferences .cookNTrack_message ul {
    justify-content: flex-start;
  }
}
#cookNTrack .cookNTrack_message ul li, #cookNTrack_preferences .cookNTrack_message ul li {
  padding-right: 1rem;
}
#cookNTrack .cookNTrack_message ul li a, #cookNTrack_preferences .cookNTrack_message ul li a {
  text-decoration: none;
}
#cookNTrack .cookNTrack_message ul li a:hover, #cookNTrack .cookNTrack_message ul li a:focus, #cookNTrack_preferences .cookNTrack_message ul li a:hover, #cookNTrack_preferences .cookNTrack_message ul li a:focus {
  text-decoration: underline;
}
#cookNTrack .cookNTrack_buttons, #cookNTrack_preferences .cookNTrack_buttons {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 900px) {
  #cookNTrack .cookNTrack_buttons, #cookNTrack_preferences .cookNTrack_buttons {
    flex-flow: row;
    align-items: center;
  }
}
#cookNTrack .cookNTrack_buttons button, #cookNTrack_preferences .cookNTrack_buttons button {
  margin-top: 1rem;
  font-size: 1rem;
  display: inline-block;
  border: none;
  border-radius: 0.3125rem;
  color: #000;
  background: #fff;
  text-align: center;
  padding: 0.625rem 2rem 0.3125rem;
  text-decoration: none;
  outline: none;
}
@media (min-width: 900px) {
  #cookNTrack .cookNTrack_buttons button, #cookNTrack_preferences .cookNTrack_buttons button {
    white-space: nowrap;
    margin-left: 0.5rem;
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  #cookNTrack_preferences {
    flex-direction: column;
    justify-content: flex-start;
  }
}
#cookNTrack_preferences .cookNTrack_preferences_title {
  margin: 1rem 0;
}
#cookNTrack_preferences .cookNTrack_preferences_intro {
  margin-bottom: 0.5em;
}
#cookNTrack_preferences .cookNTrack_service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0.5em;
}
#cookNTrack_preferences .cookNTrack_service .cookNTrack_service_title {
  width: 100%;
}
#cookNTrack_preferences .cookNTrack_service .cookNTrack_service_description {
  flex: 0 0 90%;
}
#cookNTrack_preferences .cookNTrack_service .cookNTrack_service_checkbox {
  flex: 0 0 10%;
  text-align: right;
}
#cookNTrack_preferences .cookNTrack_service .cookNTrack_service_checkbox input {
  outline: none;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  height: 1rem;
  width: 1rem;
}
#cookNTrack_preferences .cookNTrack_service .cookNTrack_service_checkbox input[readonly] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
@media (min-width: 900px) {
  #cookNTrack_preferences .cookNTrack_service {
    flex-direction: row;
  }
}
#cookNTrack_preferences .cookNTrack_buttons {
  display: block;
  text-align: right;
}

.google_map {
  height: 617px;
}
.google_map .map_filler {
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.google_map .gm-style-iw-t .gm-style-iw {
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 900px) {
  .google_map .gm-style-iw-t .gm-style-iw {
    transform: translate(30%, -10%);
  }
}
.google_map .gm-style-iw-t .gm-style-iw button img {
  background: #fff;
}
.google_map .gm-style-iw-t:after {
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 900px) {
  .google_map .gm-style-iw-t:after {
    transform: translate(290%, 300%) rotate(45deg);
  }
}

.hidden {
  display: none;
}

.map-container {
  margin-top: -110px;
}

.tx-powermail {
  max-width: 900px;
  margin: 0 auto;
}
.tx-powermail .powermail_fieldset .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .tx-powermail .powermail_fieldset .row {
    flex-flow: column;
  }
}
.tx-powermail .powermail_fieldset .row > .colmd3 {
  flex: 0 0 24%;
}
.tx-powermail .powermail_fieldset .row > .colmd6 {
  flex: 0 0 49%;
}
.tx-powermail .powermail_fieldset .row > .colmd9 {
  flex: 0 0 74%;
}
.tx-powermail .powermail_fieldset .row > .colmd12 {
  flex: 0 0 100%;
}
.tx-powermail .powermail_fieldset .row input:not(.powermail_checkbox), .tx-powermail .powermail_fieldset .row textarea {
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  background: #000;
  height: 45px;
  font-size: 1.25rem;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
.tx-powermail .powermail_fieldset .row input.button_black {
  padding-left: 1.5rem;
}
.tx-powermail .powermail_fieldset .row textarea {
  height: 220px;
  padding: 1rem;
  resize: none;
}
.tx-powermail .powermail_fieldset .row label {
  font-size: 1.25rem;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_submit input {
  width: auto;
  height: auto;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_submit input:hover {
  background: #fff;
  color: #000;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check {
  margin: 2rem 0;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check .checkbox {
  margin: 1rem 0;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check .checkbox input {
  display: none;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check .checkbox input + label {
  position: relative;
  padding-left: 3rem;
  padding-top: 3px;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check .checkbox input + label:before {
  display: block;
  content: "";
  position: absolute;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check .checkbox input:checked + label:after {
  display: block;
  content: "×";
  position: absolute;
  height: 30px;
  width: 30px;
  color: #fff;
  top: 50%;
  transform: translate(20%, -36%);
  left: 0;
  font-size: 1.7rem !important;
  color: #FF7600;
}
@media only screen and (max-width: 1232px) {
  .tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check .checkbox input:checked + label:after {
    transform: translate(24%, -40%);
  }
}
.tx-powermail .powermail_fieldset .row .powermail_fieldwrap_type_check .checkbox input:checked + label:before {
  border: 1px solid #FF7600;
}

.news .page-navigation {
  display: flex;
  justify-content: space-between;
}
.news .page-navigation .f3-widget-paginator {
  display: flex;
  align-items: baseline;
}
.news .page-navigation .f3-widget-paginator li {
  margin-left: 0.5rem;
}
.news .ce-bodytext {
  font-size: 18px;
}
.news .button_white {
  border: 1px solid #fff;
}
.news .current .button_white {
  cursor: default;
}

.fs_weightcalculator .tab-header, .tx-fs-weightcalc .tab-header {
  display: flex;
  align-content: center;
}
@media only screen and (max-width: 900px) {
  .fs_weightcalculator .tab-header, .tx-fs-weightcalc .tab-header {
    flex-flow: column;
  }
}
.fs_weightcalculator .tab-header li, .tx-fs-weightcalc .tab-header li {
  flex: 0 0 25%;
}
.fs_weightcalculator .tab-header li .inner, .tx-fs-weightcalc .tab-header li .inner {
  border: 1px solid #707070;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  outline: none;
}
.fs_weightcalculator .tab-header li .inner p, .tx-fs-weightcalc .tab-header li .inner p {
  font-size: 20px;
}
.fs_weightcalculator .tab-header li .inner .indicator, .tx-fs-weightcalc .tab-header li .inner .indicator {
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  flex: 0 0 30px;
  margin: 1rem;
}
.fs_weightcalculator .tab-header li .inner p, .tx-fs-weightcalc .tab-header li .inner p {
  flex: 0 0 45%;
}
.fs_weightcalculator .tab-header li .inner img, .tx-fs-weightcalc .tab-header li .inner img {
  height: 63px;
  max-width: 35%;
}
.fs_weightcalculator .tab-header li .inner.active, .tx-fs-weightcalc .tab-header li .inner.active {
  border: 1px solid #FF7600;
}
.fs_weightcalculator .tab-header li .inner.active .indicator, .tx-fs-weightcalc .tab-header li .inner.active .indicator {
  position: relative;
  border: 1px solid #FF7600;
}
.fs_weightcalculator .tab-header li .inner.active .indicator:before, .tx-fs-weightcalc .tab-header li .inner.active .indicator:before {
  content: "×";
  color: #FF7600;
  display: block;
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 0.05em));
  line-height: 0.8em;
}
.fs_weightcalculator .tab-content, .tx-fs-weightcalc .tab-content {
  display: flex;
  flex-flow: column;
  margin-bottom: 4rem;
}
.fs_weightcalculator .tab-content .tab-pane, .tx-fs-weightcalc .tab-content .tab-pane {
  display: none;
}
.fs_weightcalculator .tab-content .tab-pane.active, .tx-fs-weightcalc .tab-content .tab-pane.active {
  display: block;
}
.fs_weightcalculator .tab-content .tab-pane .row, .tx-fs-weightcalc .tab-content .tab-pane .row {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media only screen and (max-width: 900px) {
  .fs_weightcalculator .tab-content .tab-pane .row, .tx-fs-weightcalc .tab-content .tab-pane .row {
    flex-flow: column;
    margin-top: 0;
  }
  .fs_weightcalculator .tab-content .tab-pane .row > :nth-child(n), .tx-fs-weightcalc .tab-content .tab-pane .row > :nth-child(n) {
    margin-top: 2rem;
  }
}
.fs_weightcalculator .tab-content .tab-pane .row .col-sm-3, .tx-fs-weightcalc .tab-content .tab-pane .row .col-sm-3 {
  flex: 0 0 24.5%;
}
.fs_weightcalculator .tab-content .tab-pane .row .col-sm-4, .tx-fs-weightcalc .tab-content .tab-pane .row .col-sm-4 {
  flex: 0 0 32.66666%;
}
.fs_weightcalculator .tab-content .tab-pane .row .col-sm-6, .tx-fs-weightcalc .tab-content .tab-pane .row .col-sm-6 {
  flex: 0 0 49.5%;
}
.fs_weightcalculator .tab-content .tab-pane .row .col-sm-12, .tx-fs-weightcalc .tab-content .tab-pane .row .col-sm-12 {
  flex: 0 0 100%;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group label, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group label {
  font-size: 20px;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group input, .fs_weightcalculator .tab-content .tab-pane .row .form-group select, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group input, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group select {
  width: 100%;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  height: 45px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  padding: 1rem;
  font-size: 20px;
  margin-top: 0.5rem;
  outline: none;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group input:focus, .fs_weightcalculator .tab-content .tab-pane .row .form-group select:focus, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group input:focus, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group select:focus {
  border-color: #FF7600;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group select, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group select {
  padding: 0.2rem 1rem;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group input::-webkit-outer-spin-button,
.fs_weightcalculator .tab-content .tab-pane .row .form-group input::-webkit-inner-spin-button, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group input::-webkit-outer-spin-button,
.tx-fs-weightcalc .tab-content .tab-pane .row .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group select, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group .select-wrapper, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group .select-wrapper {
  position: relative;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group .select-wrapper:before, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group .select-wrapper:before {
  position: absolute;
  display: block;
  content: "";
  border-top: 0.4rem solid #fff;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  right: 1rem;
  top: calc(50% + 0.5rem);
  transform: translateY(-50%);
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group .input-group, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group .input-group {
  position: relative;
}
.fs_weightcalculator .tab-content .tab-pane .row .form-group .input-group span, .tx-fs-weightcalc .tab-content .tab-pane .row .form-group .input-group span {
  position: absolute;
  top: calc(50% + 0.5rem);
  right: 1rem;
  transform: translateY(-50%);
}
.fs_weightcalculator .tab-foot, .tx-fs-weightcalc .tab-foot {
  padding-top: 1.5rem;
  border-top: 1px solid #FF7600;
}
.fs_weightcalculator .tab-foot .row, .tx-fs-weightcalc .tab-foot .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .fs_weightcalculator .tab-foot .row, .tx-fs-weightcalc .tab-foot .row {
    flex-flow: column;
  }
}
.fs_weightcalculator .tab-foot .row .col-sm-5, .tx-fs-weightcalc .tab-foot .row .col-sm-5 {
  flex: 0 0 55.6666%;
  font-size: 36px;
  line-height: 1em;
}
.fs_weightcalculator .tab-foot .row .col-sm-7, .tx-fs-weightcalc .tab-foot .row .col-sm-7 {
  flex: 0 0 43.3333%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 900px) {
  .fs_weightcalculator .tab-foot .row .col-sm-7, .tx-fs-weightcalc .tab-foot .row .col-sm-7 {
    flex-flow: column;
    align-items: center;
  }
  .fs_weightcalculator .tab-foot .row .col-sm-7 .button_black, .tx-fs-weightcalc .tab-foot .row .col-sm-7 .button_black {
    margin-top: 1.5rem;
  }
}
.fs_weightcalculator .tab-foot .row .col-sm-7 .button_black, .tx-fs-weightcalc .tab-foot .row .col-sm-7 .button_black {
  background: #000;
  color: #fff;
}
.fs_weightcalculator .tab-foot .row .col-sm-7 button[type=reset], .tx-fs-weightcalc .tab-foot .row .col-sm-7 button[type=reset] {
  opacity: 0.51;
  font-size: 16px;
  margin-right: 1rem;
}
@media only screen and (max-width: 900px) {
  .fs_weightcalculator .tab-foot .row .col-sm-7 button[type=reset], .tx-fs-weightcalc .tab-foot .row .col-sm-7 button[type=reset] {
    margin-right: 0;
  }
}
.fs_weightcalculator .tab-foot .row .col-sm-7 .button_black:hover, .tx-fs-weightcalc .tab-foot .row .col-sm-7 .button_black:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.fs_weightcalculator .tab-foot #fsweightcalculator_request, .tx-fs-weightcalc .tab-foot #fsweightcalculator_request {
  margin-top: 1rem;
}
.fs_weightcalculator .tab-foot #fsweightcalculator_request.hidden, .tx-fs-weightcalc .tab-foot #fsweightcalculator_request.hidden {
  display: none;
}

#powermail_field_fsweightcalculator {
  user-select: none;
  color: rgba(255, 255, 255, 0.5);
}

#flyout {
  position: fixed;
  background: #FF7600;
  top: 77%;
  height: 63px;
  width: 185px;
  right: -8rem;
  overflow: hidden;
  transition: right 400ms ease-out;
  z-index: 999;
  cursor: pointer;
}
@media only screen and (max-width: 1312px) {
  #flyout {
    display: none;
  }
}
#flyout.hover {
  right: 0;
}
#flyout .flyoutContent {
  display: flex;
}
#flyout .flyoutContent figure {
  margin: 0.5rem 1rem -1rem -2rem;
}
#flyout .flyoutContent .flyoutText p {
  padding: 0.5rem 0;
  color: #000;
  font-size: 18px;
}

.tx_fsweightcalc.interactiveTable {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .tx_fsweightcalc.interactiveTable table, .tx_fsweightcalc.interactiveTable thead, .tx_fsweightcalc.interactiveTable tbody, .tx_fsweightcalc.interactiveTable th, .tx_fsweightcalc.interactiveTable td, .tx_fsweightcalc.interactiveTable tr {
    display: block;
  }
}
.tx_fsweightcalc.interactiveTable table {
  width: 100%;
  text-align: left;
  border-spacing: 2px 10px;
  border-collapse: separate;
}
.tx_fsweightcalc.interactiveTable table thead th {
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 0.7rem;
  font-size: 1.125rem;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .tx_fsweightcalc.interactiveTable table thead th {
    display: none;
  }
}
.tx_fsweightcalc.interactiveTable table thead th .span1 {
  position: relative;
}
.tx_fsweightcalc.interactiveTable table thead th .span1 .ordering {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-40%);
  cursor: pointer;
  width: 9px;
}
.tx_fsweightcalc.interactiveTable table thead th .span1 .ordering .down img {
  transform: rotate(90deg);
}
.tx_fsweightcalc.interactiveTable table thead .number {
  width: 21.25%;
}
.tx_fsweightcalc.interactiveTable table thead .title {
  width: 21.25%;
}
.tx_fsweightcalc.interactiveTable table thead .uns {
  width: 15%;
}
.tx_fsweightcalc.interactiveTable table thead .astm {
  width: 21.25%;
}
.tx_fsweightcalc.interactiveTable table thead .vdtuev {
  width: 21.25%;
}
.tx_fsweightcalc.interactiveTable table tbody {
  border-spacing: 2px 0;
}
@media only screen and (max-width: 900px) {
  .tx_fsweightcalc.interactiveTable table tbody {
    display: flex;
    flex-flow: column;
  }
}
.tx_fsweightcalc.interactiveTable table tbody tr {
  cursor: pointer;
  height: 60px;
}
@media only screen and (max-width: 900px) {
  .tx_fsweightcalc.interactiveTable table tbody tr {
    height: auto;
  }
  .tx_fsweightcalc.interactiveTable table tbody tr > :nth-child(1) {
    padding-top: 1rem;
  }
  .tx_fsweightcalc.interactiveTable table tbody tr > :nth-last-child(1) {
    padding-bottom: 1rem;
  }
}
.tx_fsweightcalc.interactiveTable table tbody tr td {
  padding-left: 0.7rem;
  vertical-align: middle;
}
.tx_fsweightcalc.interactiveTable table tbody > :nth-child(2n+1) td {
  background: rgba(255, 255, 255, 0.1);
}
.tx_fsweightcalc.interactiveTable table tbody > :nth-child(2n) {
  height: 40px;
}
@media only screen and (max-width: 900px) {
  .tx_fsweightcalc.interactiveTable table tbody > :nth-child(2n) {
    height: auto;
  }
}

.frame-type-filelink {
  text-align: center;
}
.frame-type-filelink .button_black {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 3.5em;
}
.frame-type-filelink .link {
  text-align: center;
}

/*# sourceMappingURL=Styles.css.map */
