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

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #000000;
    font: 300 25px Prompt, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

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

form, .formular-element {
  width: 100%;
}

input,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

select {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 0.2em;
    margin-bottom: 1px;
}

/* Custom checkbox styling */
input[type="checkbox"] {
    -webkit-appearance: none;
    border: #999999 1px solid;
    background-color: #fff;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 3px;
}

input[type="checkbox"]:checked::after {
    content: "\2715";
    font-size: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}


li {
    list-style: none;
}

h1 {
    color: #E94E1B;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 .5em;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1em;
}

h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 .2em;
}


h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 .2em;
}

h4 {
    margin-bottom: .9em;
}

h5,
h6 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
}

p {
    line-height: 1.2em;
    margin: 0 0 1.2em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
}

strong {
    font-weight: 600;
}

/*- Layout -*/

.page-container,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 90px;
}

.page-container {
    padding-bottom: 90px;
    padding-top: 90px;
    min-height: calc(90vh - 182px);
}

.page-top-bar {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.page-bottom-bar {
    background: #E94E1B
}

/*- Page Header -*/

.page-header {
    align-items: center;
    display: flex;
    height: 124px;
    justify-content: space-between;
    padding: 0 90px;
    position: relative;
    z-index: 1;
}

/*- Title / Slider  -*/

.page-title {
    min-height: 1256px;
    overflow: hidden;
    padding-bottom: 95px;
    padding-top: 243px;
    position: relative;
}

.page-title--theme1 {
    background: url(../images/title.jpg) no-repeat center bottom / cover;
}

.page-title .page-container {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

.page-title .page-container>.row {
    justify-content: flex-end;
}

.page-title::before {
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.video-container {
    height: 660px;
    left: 100px;
    opacity: .3;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 800px;
}

.bgvideo {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto
}

.box-title {
    background: rgba(255, 255, 255, .73);
    font-size: 28px;
    padding: 55px;
    position: relative;
    z-index: 1;
}

.box-orange {
    background: #E94E1B;
    font-size: 28px;
    margin-bottom: 90px;
    padding: 45px 55px;
    position: relative;
}
.box-orange h3{
    color: #fff;
    font-size: 30px;
    margin: 0 0 .4em;
}



.box-orange h4 {
    color: #fff;
}

.box-orange--shift-top {
    margin-top: -394px;
}

.box-orange--shift-top1 {
  margin-top: -500px;
}

.box-orange--shift-top2 {
    margin-top: 90px;
}

.box-orange--shift-right {
    margin-right: -80px;
}

.box-orange--shift-left {
    margin-left: -80px;
}

.box-orange--hidden {
    z-index: 0;
}

.box-orange--behind-left {
    padding-left: 150px;
}

.box-orange--behind-right {
    padding-right: 150px;
}

.box-orange .btn-more a {
    color: #fff;
}

/*- Navigation -*/

.nav-main {
    display: flex;
    font-size: 26px;
    text-transform: uppercase;
}

.nav-main>li {
    margin: 0 0 0 120px;
}

.nav-main>li:first-child {
    margin-left: 30px;
}

.nav-main>li>a {
    color: #000;
    display: block;
    text-decoration: none;
}

.nav-main>li>a:hover {
    color: #E94E1B;
}

.nav-main li.active a {
    font-weight: 600;
}

.nav-language {
    display: flex;
}

.nav-language>li::after {
    content: "|";
    padding: 0 20px;
}

.nav-language>li:last-child::after {
    display: none;
}

/*- Components -*/

.list-unordered, .text ul {
    line-height: 1.3;
    margin: 0 0 1em;
}

.list-unordered li, .text ul li {
    padding: 0 0 0 15px;
    position: relative;
}

.list-unordered li:before, .text ul li:before {
    background: #000000;
    border-radius: 50%;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 4px;
}

/*- Buttons -*/

.btn-more {
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-more a, .cms_link a {
   color: #E94E1B;
   font-weight: bold;
}
.cms_link a {        
  font-weight: bold;
}

.btn-more a::before, .cms_link a::before {
    content: '>';
    margin-right: 10px;
}

/*- Page Footer -*/

.page-footer {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 35px;
    padding-top: 35px;
}

.page-footer a {
    color: #fff;
}

.nav-footer ul {
    line-height: 1;
}

.nav-soclinks li:first-child {
    margin-bottom: 10px;
}

.nav-soclinks {
    display: flex;
    justify-content: flex-end;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    position: relative;
    height: auto;
    margin: 0 0 90px;
    width: 100%;
    z-index: 1;
}

.is-visible {
    display: block !important;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 20px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 25px;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: block;
    height: 20px;
    position: relative;
    width: 40px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    display: block;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px;
}

.hamburger-inner::before {
    content: "";
    top: 8px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 16px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.form-submit-btn {
  padding: 1em;
  padding-right: 10em;
  font-size: 20px;
  border: none;
  background-color: #E94E1B;
  color: white;
  transition: background-color ease 500ms;
}

.form-submit-btn:hover {
  background-color: #e94e1bad;
}

.orange-top {
  border-top: 1px solid #E94E1B;
}

.screen {
  min-height: 100vh;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-34 {
  padding-top: 34px;
}

.gap-25px {
  gap: 25px;
}

.m-5 {
  margin: 5px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-66 {
  margin-top: 66px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-34 {
  margin-bottom: 34px;
}

.rounded-full {
  border-radius: 100%;
}

.aspect-ratio-square {
  aspect-ratio: 1/1;
}

.trennlinie {
  border-color: #E94E1B;
}

@media screen and (max-width: 480px) {
    .mobile-flex {
        display: flex;
        flex-direction: column;
    }
}


