@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
}

.only_print {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #757575;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.818;
    font-size: 2rem;
    font-weight: 400;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

p {
    margin: 2rem 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #002c76;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 1.3;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: bold;
}

.lp_header_wrapper {
    text-align: center;
}

h1.landing_page_header {
    display: inline-block;
    text-align: center;
    max-width: calc(110rem * 0.75);
    width: 85%;
    margin-top: 15rem;
    margin-bottom: 10rem;
    font-size: 10rem;
    text-align: left;
}

.intro {
    text-transform: none;
}

.intro-2 {
    text-transform: uppercase;
}

.intro,
.intro-2 {
    color: #fff;
}

.arrow-down {
    width: 4rem;
    opacity: 1;
    transform: translate(0);
    transition: 0.6s ease;
    cursor: pointer;
}

.arrow-down.inactive {
    opacity: 0;
    transform: translate(0, 30px);
}

h2.title,
h1.big-headline {
    font-weight: bold;
}

h2.big-headline {
    font-size: 5rem;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 3.5rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.5rem;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited,
a:focus {
    outline: 0 none;
}

ul {
    margin-left: 1.7rem;
}

ul li {
    margin: 0.5rem 0;
}

iframe {
    border: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -160px;
}

.f_hide {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 500px;
}

h1.headline_story {
    max-width: calc(128rem + 2rem);
    margin: 0 auto;
    display: block;
}

.btn {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 2px solid #002c76;
    color: #002c76;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-size: 1.8rem;
}

.btn:hover {
    background: rgba(0, 44, 118, 0.2);
}

.btn-white {
    border-color: #fff;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.btn-white:hover {
    background: rgba(255, 255, 255, 0.2);
}

.container {
    max-width: calc(110rem + 2rem);
    margin: 0 auto;
}

.blue {
    color: #002c76;
}

p > u:only-child > a:only-child,
.more-button {
    padding: 1rem 2rem;
    background-color: #002c76;
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    transition: 0.4s;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    font-size: 1.8rem;
}

p > u:only-child > a:only-child:hover,
.more-button:hover {
    opacity: 1;
}

#Kontakt {
    margin: 2rem 0;
    padding: 1rem 2rem;
    background-color: #002c76;
    color: white;
    font-size: 1.8rem;
    transition: 0.4s;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    text-transform: uppercase;
}

#Kontakt.center {
    margin: 2rem auto;
}

#Kontakt:hover {
    transform: scale(1.1);
}

.textblock,
.block_with_imagelink,
.block {
    max-width: 90%;
    margin: 10rem auto;
}

.text-content-wrapper {
    padding-left: 4rem;
}

.textblock .text-content-wrapper {
    padding: 0;
}

.block .no-image .text-content-wrapper {
    width: 100%;
    padding-left: 0;
}

.block .no-image .col-box p:first-child {
    margin-top: 0;
}

.text-title {
    margin-bottom: 1rem;
}

.block .no-image .col-box {
    column-count: 2;
    column-gap: 8rem;
}

.privacy_block .block .no-image .col-box {
    column-count: 1;
}

.block_wrapper {
    margin: auto;
    display: flex;
    max-width: calc(128rem + 2rem);
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.block_wrapper h1 {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 4rem;
}

.block_wrapper h1,
.block_wrapper h2,
.block_wrapper h3,
.block_wrapper h4,
.block_wrapper h5,
.block_wrapper h6 {
    width: auto;
    text-transform: uppercase;
}

.block_wrapper h2,
.block_wrapper h3,
.block_wrapper h4,
.block_wrapper h5,
.block_wrapper h6 {
}

.block_wrapper .contentimage {
}

.block_wrapper .contentimage img {
    width: 100%;
}

.block .text-content-wrapper a {
    color: #002c76;
    opacity: 0.8;
}

.block .text-content-wrapper a:hover {
    opacity: 1;
}

.textblock .text-content-wrapper strong,
.block .text-content-wrapper strong {
    color: #002c76;
}

.text-content-wrapper {
    display: inline-block;
    width: 50%;
}

.privacy_block .text-content-wrapper {
    display: inline-block;
    width: calc(100%);
}

.privacy_block .text-content-wrapper p {
    column-count: 1;
}

.leftfloat {
    padding-right: 3rem;
    max-width: 50% !important;
}

.rightfloat {
    float: right;
    padding-left: 3rem;
    max-width: 50% !important;
}

.contentimages_wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.fullsize {
    margin-bottom: 5rem;
}

.gallery {
    margin: auto;
    width: calc(128rem + 2rem);
    margin-top: 8rem;
    margin-bottom: 5rem;
    max-width: 90%;
}

.wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 85%;
}

section {
    display: block;
    padding: 9rem 0;
    text-align: center;
    width: 100%;
}

.centered-text-block {
    padding: 10rem 0 5rem 0;
}

.centered-text-block table {
    margin: auto;
}

.centered-text-block table tr td:first-child {
    text-align: right;
}

.centered-text-block table tr td:last-child {
    text-align: left;
}

.contact_person h2,
.contact_person h3,
.centered-text-block h2,
.centered-text-block h3 {
    max-width: calc(110rem * 0.75);
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: left;
}

.centered-text-block .wrapper {
    max-width: calc(110rem * 0.75);
}

.calltoactionbutton .centered-text-block {
    padding: 2rem 0;
}

.centered-text-block ul {
    margin: 2rem 0;
    padding-left: 2rem;
}

.centered-text-block li,
.centered-text-block p {
    text-align: left;
}

.centered-text-block a {
    color: #002c76;
}

.centered-text-block h1,
.centered-text-block h2,
.centered-text-block h3 {
}

.small_cta_wrapper {
    text-align: center;
    margin: 2rem 0 10rem;
    color: #002c76;
}

.teasertiles .tile-wrapper .overflow-wrapper {
    max-width: calc(140rem + 2rem);
}

.tile-wrapper {
    padding: 9rem 0 2rem 0;
}

.tile-wrapper .overflow-wrapper {
    max-width: calc(110rem + 2rem);
}

section.grey {
    background: #e7e7e7;
    padding: 9rem 15%;
}

.flexbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header {
    background: #002c76 url(../images/roland-druckmaschine.jpg) no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    color: #002c76;
    height: 200px;
    width: 100%;
}

header .wrapper {
    position: relative;
}

.logo {
    display: inline-block;
    position: relative;
    width: 8rem;
    z-index: 30;
    min-width: 5rem;
}

.btn.go-to-creart {
    position: absolute;
    right: 0;
    top: 7rem;
}

.header-text {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
}

.header-text h1 {
    color: #fff;
    font-size: 5.5rem;
    margin-top: 40px;
}

.header-text p {
    font-size: 2.6rem;
    line-height: 1.6;
}

.header-text .btn {
    margin-top: 2rem;
}

.machine-info {
    bottom: 8rem;
    font-family: 'Inconsolata';
    left: 0;
    line-height: 1.5;
    position: absolute;
    text-align: left;
}

.production-icon {
    border-radius: 50%;
    bottom: -23px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 7rem;
    z-index: 10;
}

section#entry {
    position: relative;
    float: left;
    width: 100%;
}

section#entry .wrapper {
    width: 80%;
}

section#entry .flexbox > .flex-text {
    text-align: left;
    width: 50%;
}

.text-box {
    margin: 0 auto;
}

.text-box strong {
    color: #002c76;
}

.text-box p a {
    color: #002c76;
    opacity: 0.8;
}

.text-box p a:hover {
    opacity: 1;
}

.call_to_link {
    padding: 1rem 2rem;
    background-color: #002c76;
    color: white !important;
    font-size: 1.8rem;
    transition: 0.4s;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}

.call_to_link:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

.button-to-form {
    cursor: pointer;
}

section#entry .flexbox > .flex-slider {
    width: 40rem;
    position: absolute;
    top: 0;
}

section#entry .flexbox > .flex-slider > div {
    height: 40rem;
    width: 100%;
}

ul.bxslider {
    margin-left: 0;
}

.bx-wrapper .bx-viewport {
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bx-wrapper .bx-pager {
    bottom: -4rem;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c9c9c9;
    height: 8px;
    width: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #8d8c8c;
}

.partner-logos-mobile {
    display: none;
    margin-top: 5rem;
}

.partner-logos {
    max-width: 1000px;
    margin: 5rem auto 0 auto;
}

.partner-logos img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    height: auto;
    opacity: 0.5;
}

.partner-logos img:hover {
    opacity: 1;
}

.partner-grid {
    float: left;
    width: 20%;
    position: relative;
    height: 80px;
    margin-bottom: 10px;
}

.swiper-slide img {
    width: 85%;
}

.parallax-section {
    height: 30vh;
    width: 65%;
    float: left;
    background-size: 100% !important;
}

.animate-fade.fade.parallax-text,
.parallax-text {
    height: 30vh;
    width: 35%;
    float: left;
    background: #e6ecf0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.animate-fade.fade.parallax-text:hover,
.parallax-text:hover {
    background: #002c76;
}

.animate-fade.fade.parallax-text:hover p,
.parallax-text:hover p {
    color: #fff;
}

.parallax-text div {
    font-size: 5rem;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 62%;
    position: relative;
    text-transform: uppercase;
}

.parallax-text h2 {
    font-size: 5rem;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
}

.mobile-head {
    display: none;
    color: #fff;
    font-size: 5.5rem;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.parallax-section p {
    display: none;
    color: #fff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.parallax-text p {
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.parallax-bg {
    width: 100%;
    height: 100%;
}

.nav_desktop_menu_v2 .inline-list > li {
    text-align: center;
}

.nav_desktop_menu_v2 .inline-list > li > a {
    display: inline-block;
    padding-bottom: 0.5rem;
    text-align: center;
}

.nav_desktop_menu_v2 .inline-list > li > a:hover {
    font-weight: bold;
    text-transform: uppercase;
}

.nav_desktop_v2 .nav_desktop_menu_v2 {
    color: #fff;
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul {
    display: flex;
}

.nav_desktop_v2 .nav_desktop_menu_v2 > ul > li {
    padding: 0 2rem;
    position: relative;
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    border-top: 2px solid #fff;
    background: rgba(0, 44, 118, 0.75);
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
    max-width: 100rem;
    width: 53rem;
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li:hover ul {
    opacity: 1;
    pointer-events: all;
}

.nav_desktop_v2 .nav_desktop_menu_v2 > ul > li:hover ul::before {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eee;
    position: absolute;
    top: 0;
    left: 2rem;
    z-index: 11;
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li ul li {
    font-size: 1.8rem;
    margin: 0;
    width: 100%;
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li ul li:hover {
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li ul li a {
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    position: relative;
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li ul li:hover a {
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(0, 44, 118);
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease;
}

.nav_desktop_v2 .nav_desktop_menu_v2 ul li ul li:hover a::before {
    width: 100%;
    background: #fff;
}

.contact_person {
    max-width: calc(110rem * 0.75);
    margin: auto;
}

.contact_person .flexbox {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.contact_person .text-box {
    max-width: calc(110rem * 0.75);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.contact_person p {
    text-align: left;
}

.contact_box {
    display: flex;
    margin-top: 5rem;
    border: 2px solid #002c76;
    padding: 4rem;
    width: 60rem;
}

.contact_img_wrapper {
    width: 50%;
}

.contact_img {
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100%;
}

.contact_data {
    width: 50%;
    padding-left: 4rem;
    min-height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_data p {
    margin: 0;
    color: #002c76;
}

.contact_row {
    margin: auto;
    max-width: 90%;
}

.contacts {
    margin-top: 8rem;
}

.managers-group-image {
    margin-left: -6rem;
}

.contact-next-to-image-text {
    color: grey;
    padding: 0 15% 0 5rem;
}

.contact-next-to-image-text .title {
    margin-top: 0;
}

.inner-contacts {
    color: #002c76;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;

    margin-top: 5rem;
}

.contact {
    margin-bottom: 8rem;
    /* width: 33.33333333%; */
}

.contact p {
    margin: 0;
}

.inner-contacts .contact_position {
    width: 50%;
}

.contact-group {
    margin-bottom: 5rem;
    width: 100%;
}

.contact-group:last-child {
    margin-bottom: 0;
}

.contact-group .title {
    margin-bottom: 0;
}

.contact img,
.placeholder-img {
    height: 30rem;
    margin-bottom: 2rem;
}

.placeholder-img {
    display: block;
    width: 400px;
    height: 400px;
    background: #eee;
}

.contacts {
    margin-top: 8rem;
}

.managers-group-image {
    margin-left: -6rem;
}

.contact-next-to-image-text {
    color: grey;
    padding: 0 15% 0 5rem;
}

.contact-next-to-image-text .title {
    margin-top: 0;
}

.contact {
    margin-bottom: 8rem;
    /* width: 33.33333333%; */
}

.inner-contacts .contact_position {
    width: 50%;
}

.contact-group {
    margin-bottom: 5rem;
}

.contact-group:last-child {
    margin-bottom: 0;
}

.contact-group .title {
    margin-bottom: 0;
}

.contact img,
.placeholder-img {
    height: 30rem;
    margin-bottom: 2rem;
}

.placeholder-img {
    display: block;
    width: 400px;
    height: 400px;
    background: #eee;
}

.search_form {
    background: #002c76;
    position: fixed;
    right: 0;
    color: #fff;
    font-size: 1.5rem;
    z-index: 100;
    bottom: calc(50% + 1rem);
}

.call-to-action.open ~ .search_form {
    display: none;
}

.call-to-action .error_field {
    border: 2px solid red;
}

.call-to-action .error_field + label {
    color: red;
}

.call-to-action.open {
    max-height: calc(100vh - 10rem);
}

.search_form form {
    padding: 0 1rem;
}

.search_form input[type='submit'] {
    margin-bottom: 0;
    background-color: #fff;
    color: #002c76;
    font-weight: 700;
    cursor: pointer;
}

.search-button {
    display: block;
    position: absolute;
    width: 6rem;
    height: 6rem;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background: #002c76;
    cursor: pointer;
    color: #fff;
}

.search-button i {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
}

.search_form .search-content {
    width: 0;
    padding: 1rem 0;
    transition: all 0.3s ease;
    background: #002c76;
    color: #fff;
    min-height: 6rem;
}

.search_form.open .search-content {
    width: 300px;
    padding: 1rem;
}

.call-to-action {
    background: #002c76;
    position: fixed;
    right: -42rem;
    color: #fff;
    font-size: 1.5rem;
    z-index: 100;
    top: 50%;
}

.action-button {
    display: block;
    position: absolute;
    width: 6rem;
    height: 6rem;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background: #002c76;
    cursor: pointer;
    color: #fff;
}

.action-button i {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.action-button i {
    font-size: 3rem;
    color: #fff;
}

.action-content {
    width: 42rem;
    max-width: 100%;
    padding: 0 2rem 2rem;
    color: #fff;
    max-height: calc(100vh - 10rem);
    overflow: auto;
}

.action-content #action-headline {
    font-size: 2.5rem;
    color: #fff;
    margin: 1.5rem 0;
}

textarea,
input {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin-bottom: 0.8rem;
    outline: none;
    border: none;
}

#callback {
    width: auto;
}

textarea {
    height: 15vh;
    line-height: 1.4;
}

a#submit-action-form {
    margin-top: 1rem;
    display: inline-block;
    padding: 1rem;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 0.3s ease;
}

a#submit-action-form:hover {
    background: #fff;
    color: #002c76;
}

#footer_menu .inline-list {
    padding-bottom: 3rem;
}

#footer_menu .inline-list a {
    color: #8d8c8c;
    transition: 0.3s ease;
    padding-left: 1rem;
    display: inline-block;
}

#footer_menu .inline-list a:hover {
    color: #002c76;
}

#footer_menu .inline-list a::after {
    content: '|';
    padding-left: 1rem;
    color: #8d8c8c;
}

#footer_menu .inline-list li:last-child a::after {
    content: '';
}

.story-list-wrapper {
    position: relative;
    margin: 0 auto 5rem;
    max-width: calc(140rem + 2rem);
}

.story-list-wrapper h3 {
    text-transform: none;
}

.story-list {
    display: block;
    width: 100%;
    margin: 0;
}

.story-teaser-item {
    display: flex;
    margin: 5rem 0;
    position: relative;
    z-index: 3;
}

.story-teaser-img {
    width: 100%;
    max-width: 400px;
    height: 30rem;
    background-image: url('../images/placeholder.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
}

.story-teaser-text {
    width: 100%;
    padding: 0 0 0 3rem;
}

.story-teaser-text .headline-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.story-navigation {
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    margin-top: 5rem;
    width: 100%;
}

.storylist-prev {
    left: 0;
}

.storylist-next {
    right: 0;
}

.storylist-prev,
.storylist-next {
    position: absolute;
    display: inline-block;
    color: #002c76;
    cursor: pointer;
}

.overflow-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    max-width: calc(128rem + 2rem);
    padding-left: 2rem;
    padding-right: 2rem;
}

.veredelung {
    hyphens: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25rem;
    width: calc(20% - 2rem);
    display: inline-block;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
}

.veredelung .overlay {
    background: rgba(0, 44, 118, 0.7);
    height: 100%;
    opacity: 0;
    padding: 2rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    width: 100%;
    text-align: left;
}

.veredelung:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.veredelung h2,
.veredelung h4 {
    color: #fff;
    font-size: 2.3rem;
    height: auto;
}

.veredelung p {
    color: #fff;
    font-size: 18px;
    margin-top: 1rem;
    line-height: 1.4;
}

.veredelung .headline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    font-size: 1;
    height: auto;
    margin: 0;
}

.story_headline {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #002c76;
    font-size: 1.17em;
    height: auto;
    margin: 0;
}

.alternate_slides p.headline {
    color: #002c76;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    text-align: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

.parallax-text p {
    font-size: 1.5rem;
    line-height: normal;
}

.alternate_slides .mobile-head {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

a.full-link {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.parallax-text a.full-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lg_img {
    width: 100%;
    max-width: 100%;
    height: 60rem;
    background-repeat: no-repeat;
    background-size: cover;
}

video {
    max-width: 100%;
    margin: auto;
}

.video h2,
.video h1 {
    margin-bottom: 5rem;
}

.back-to-home {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    transform: translate(-0px);
}

.back-to-home img {
    transition: 0.3s ease;
}

.back-to-home:hover img {
    transform: translate(-10px);
}

.back-arrow {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
}

.animate-bottom {
    opacity: 0 !important;
    transition: 0.8s ease;
    transform: translateY(5rem);
}

.animate-bottom.slidefade {
    opacity: 1 !important;
    transition: 0.8s ease;
    transform: translateY(0%);
}

.animate-fade {
    opacity: 0 !important;
    transition: opacity 0.8s ease;
}

.animate-fade.fade {
    opacity: 1 !important;
    transition: opacity 0.8s ease;
}

.content_block.printstory_list {
    max-width: 90%;
    margin: auto;
}

.page-4821 .contentimages_wrapper,
.page-4822 .contentimages_wrapper {
    width: 30%;
}

.page-4821 .text-content-wrapper,
.page-4822 .text-content-wrapper {
    width: 70%;
    max-width: 800px;
}

.page-4821 [alt='Coffeecup Paper'] {
    margin: 40px 0;
}

.page-4825 [alt='Coffeecup Paper'] {
    margin: 0 auto 40px;
    max-width: 400px;
    display: block;
}

#coffeecup-link {
    margin: 0 0 2rem 0;
    padding: 1rem 2rem;
    background-color: #002c76;
    color: white;
    font-size: 1.8rem;
    transition: 0.4s;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    text-transform: uppercase;
}

#search_results {
    padding: 0 10%;
}

#search_results .centered-text-block p {
    text-align: center;
}

section.search_results {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: left;
}

.single_result {
    margin-bottom: 5rem;
}

.single_result p {
    margin: 0 0 1rem;
}

#search_results .highlight {
    font-weight: 700;
}

#search_results p a {
    color: #002c76;
}

#data-secutity {
    width: auto;
}

label[for='data-secutity'] a {
    font-size: 15px;
    text-decoration: underline;
    color: #fff;
}

.errorpage_img {
    position: relative;
    background: radial-gradient(
        circle,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    min-height: 20rem;
    max-width: 35rem;
}

.errorpage_img .mond {
    position: absolute;
    left: 12.5%;
    top: 0;
    z-index: 1;
    width: 40%;
    height: auto;
}

.errorpage_img .astronaut {
    position: absolute;
    right: 12.5%;
    bottom: 0;
    z-index: 2;
    width: 40%;
    height: auto;
    transform: rotate(0deg);
    animation-duration: 10s;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@media only screen and (max-width: 768px) {
    .errorpage .md_12 {
        width: 100%;
    }

    .errorpage {
        flex-direction: column-reverse;
        align-items: center;
    }
}
