@font-face {
    font-family: 'interlight';
    src: url('./Fonts/Inter-Light.eot');
    src: url('./Fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/Inter-Light.woff2') format('woff2'),
        url('./Fonts/Inter-Light.woff') format('woff'),
        url('./Fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'interregular';
    src: url('./Fonts/Inter-Regular.eot');
    src: url('./Fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/Inter-Regular.woff2') format('woff2'),
        url('./Fonts/Inter-Regular.woff') format('woff'),
        url('./Fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'playfair';
    src: url('./Fonts/PlayfairDisplay-Regular.eot');
    src: url('./Fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('./Fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('./Fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('./Fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('./Fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: 'interlight';
	font-size: 1.2rem;
    color: #000;
}

/* Fonts */
h1, h2, h3, h4 {font-family: 'playfair'; margin-bottom: 1.2rem;}
h1 {font-size: 3rem;}
h2 {font-size: 2.4rem;}
h3 {font-size: 1.8rem;}
h4 {font-size: 1.4rem;}
h5 {font-size: 1.2rem;}

p, ul {margin-bottom: 1.5rem;}

a, a:hover, a:visited {color: rgb(184, 134, 11); text-decoration: none;}
a:focus, button:focus {outline: none;}

label, .label, .label:hover {color: #000;}

table {width: 100%;}

ul li {list-style: none;}

strong, b {font-family: 'playfair'; font-weight: normal;}

input, textarea {
    font-family: 'interlight';
    box-sizing: initial;
    width: 94%;
    padding: 10px;
}
textarea {height: 200px;}

.content figure img {
	display: inline-block;
	width: auto;
}
.image {margin: 1.5rem 0;}
.image:last-of-type {margin-bottom: 0;}

.section .content ul {
    list-style: disc;
    list-style-position: outside;
    padding: 18px 12px;
    padding-top: 0;
    padding-right: 0;
    margin-left: 0;
}
.section .content ul li::before {
    content: "\2022";
    color: rgb(184, 134, 11);
    font-weight: bold;
    display: inline-block; 
    width: 1rem;
    margin-left: -1rem;
}
.section .content ul li {
	border-bottom: 1px solid rgb(184, 134, 11);
	margin-bottom: 1.2rem;
}

/* Colors */

/* conatainer */
#mainContent > .section {padding-top: 4rem;}

header.header, #main, footer {
    margin: 0 auto;
}
.maritimeContainer {
    position: relative;
    margin: 0 auto;
    padding: 3rem 0;
    padding-top: 0;
    max-width: 1224px;
}
.maritimeContainer h2 {
	text-transform: uppercase;
	border-top: 6px solid #58585A;
    width: fit-content;
    line-height: 1.3;
}
.maritimeContainer h3 {
	font-size: 1.8rem;
}

header.header .maritimeContainer {
    padding: 0;
    z-index: 1;
}
.section {
    padding: 3rem 0;
    position: relative;
}
.section .section {
	padding: 0;
}

/* Heleprs */
.copyText {font-size: 18px;}
.copyText p:last-of-type {margin-bottom: 0;}
.content p:last-of-type {margin-bottom: 0;}
.content p:first-of-type {margin-bottom: 1.5rem !important;}

.copyText ul:last-of-type {padding-bottom: 0;}
.content ul:last-of-type {padding-bottom: 0;}
.content h2:not(:first-child) {margin-top: 3rem;}

p.lastP {margin-bottom: 0;}

.maritimeLink a {
    font-family: 'interregular';
    position: relative;
}
.maritimeLink a::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f178";
	padding-left: 0.6rem;
	font-size: 24px;
    position: absolute;
    top: -4px;
}

.downloadLink {
	font-size: 0.8rem;
	border: 1px solid #000;
	padding: 0.3rem 1rem;
	display: block;
	width: 190px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-top: 2rem;
}
.downloadLink img {
	height: 16px;
	float: right;
	margin-top: 3px;
}

.onlyMobile {display: none;}

/* header + main navigation */
.header {
	position: fixed;
	z-index: 11;
	width: 100%;
}
a.logo {
	color: #fff;
	margin-top: 0.6rem;
	display: block;
}
.logo img {
	width: 260px;
	margin-top: 8px;
	display: block;
}
.navbar {
	background-color: rgba(000,000,000,0.6);
    height: 5rem;
}
.navbar-burger {
	display: block;
	height: 2.8rem;
	position: absolute;
	right: 0;
	top: 0.5rem;
	width: 2.25rem;
	z-index: 11;
}
.navbar-burger:hover {background-color: transparent;}
.burger {
    color: #fff;
	display: block;
	width: 100%;
    height: 46px;
    opacity: 1;
    transition: opacity 0.5s;
}
.burger:hover {
    color: #fff;
}
.navbar-burger span {
    width: 100%;
    left: 0;
}
.navbar-burger span:first-child {
	top: calc(46% - 6px);
}
.navbar-burger span:nth-child(3) {
	top: calc(54% + 4px);
}

.navbar-burger.active .burger {
    opacity: 0;
    transition: opacity 0.2s;
}
.navbar-burger.active .close {
    opacity: 1;
    transition: opacity 0.2s;
}

.navbar-brand {
    display: block;
    height: 5rem;
	min-height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

#navbarBasic {
	background-color: #1e3957;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
    transition: opacity 0.2s ease-in;
    visibility: hidden;
}
#navbarBasic.active {
    opacity: 1;
    transition: opacity 0.2s ease-in;
    visibility: visible;
}
#navbarBasic a {color: #fff;}

.navbar-menu {
    background-color: #1e3957;
    display: block;
    float: right;
}

.firstUl {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100rem;
	margin-top: 1.2rem;
	margin-right: 4rem;
	margin-left: 0;
	padding-left: 0;
	z-index: 22;
}
.firstList.hasSub {
	list-style: none;
	float: left;
    margin: 0 3rem;
}
.firstList.hasSub > a {
	font-size: 28px;
	border-bottom: 2px solid;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: block;
}
.menuSub {
	list-style: none;
	padding: 0;
    margin: 0;
    width: 100%;
}
.secondList {
	display: block;
	margin-bottom: 1rem;
}
.secondList a {
    font-size: 18px;
}
.menu-sub-no, .secondAct {
	display: flex
}
#navbarBasic .secondAct a {color: rgb(184, 134, 11);}

.close {
	position: absolute;
	right: 16px;
	top: 1.4rem;
	width: 32px;
    height: 32px;
    opacity: 0;
    transition: opacity 0.4s;
}
.close:before, .close:after {
    position: absolute;
    right: 0;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

.active .opened {display: block !important;}

/* Top Content */
.deskVideo {}
.mobVideo {
    display: none;
}

.topContent {position: relative;}
.topContent .video {
	height: 100%;
	width: 100%;
    position: absolute;
    top: 0;
}
.topContent video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.hero-body {padding: 0 !important;}
.videoText {
    border-radius: 4px;
	position: absolute;
	bottom: 20%;
	right: 10%;
	color: #fff;
	max-width: 665px;
	background-color: rgba(000,000,000, 0.6);
    padding: 1rem 2rem;
    width: 665px;
}
.notHome .videoText {
    min-width: 665px;
    width: 665px;
}
/*.notHome .videoText {
	position: absolute;
	color: #fff;
	background-color: rgba(000,000,000, 0.6);
	padding: 1rem;
	margin: 0 auto;
	width: 660px;
	text-align: center;
	top: 60%;
	left: 50%;
    transform: translate(-50%, -50%);
    height: 155px;
}*/
.videoText h1 {
	font-size: 3rem;
	line-height: 4rem;
}
/*.notHome .videoText h1 {
	font-size: 2rem;
	line-height: 4rem;
}*/
.notHome .videoText p, .videoText p {
    cursor: pointer;
	color: rgb(184, 134, 11);
	font-weight: bold;
    font-family: 'interregular';
    position: relative;
}
.notHome .videoText p::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	padding-left: 0.6rem;
	font-size: 24px;
    position: absolute;
    top: -4px;
}
.videoText a {
	color: rgb(184, 134, 11);
	font-family: 'interregular';
	line-height: 2rem;
}
.hero.is-large {height: 600px;}

/* Main Content */
#main {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {font-weight: normal;}
.content figure {
    margin-left: 0;
    margin-right: 0;
}
.is-4 .content figure {
    margin-left: 5rem;
    margin-right: 5rem;
}

/* Top Section */
.topSection {}
.topSection img {
	width: 100%;
    position: absolute;
    top: 1rem;
    opacity: 0.25;
    left: 0;
}
.topSection h2 {
	font-size: 2.4rem;
	text-align: center;
	color: #1e3957;
	margin: 2rem 0;
}

/* Maritime Content */
.is-6 .content {
	padding: 0 2rem;
}

/* Accordion */
.accordionUl {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.accordionUl {
	max-width: 570px;
	margin: 0 auto;
}
.accordionUl li {
    margin-bottom: 1.5rem;
}
.accordionTitle {
	color: #1e3957;
	border-bottom: 1px solid #1e3957;
	position: relative;
	cursor: pointer;
}
.accordionTitle i {
	position: absolute;
	right: 0;
	top: 10px;
}
.accordionTitle .fa-chevron-down {
    opacity: 0;
    transition: opacity 0.1s ease-in;
}
.accordionTitle.selected .fa-chevron-down {
    opacity: 1;
    transition: opacity 0.1s ease-in;
}
.accordionTitle.selected .fa-chevron-right {
    opacity: 0;
    transition: opacity 0.1s ease-in;
}
.accordionText {
    display: none;
}
.accordionText a {font-family: 'interregular';}

/* News */
.newsSection:nth-child(odd) {background: #fff}
.newsSection:nth-child(even) {background: #e3e3e3}

.newsTitle {
	font-size: 2rem;
}
.newsDate, .newsDetail {
	display: block;
	margin-top: 0.6rem;
}
.newsDetail {
	text-align: right;
	margin-right: 1rem;
}
.content.newsContent, .content.thinContent, .textBox .content {
	max-width: 810px;
    margin: 0 auto;
    position: relative;
}
.content.newsContent h2, .content.thinContent h2 {
    color: #1e3957;
    font-size: 2.4rem;
}
.content.newsContent a, .content.thinContent a {
    font-family: 'interregular';
}
.newsDetailImg {
    position: absolute;
    height: 220px;
    object-fit: cover;
    width: 100%;
    z-index: 0;
}
.content.newsContent {
	padding-top: 1rem;
}

/* Animated Container */
.animatedContainer {
    position: relative;
    background-color: #1e3957;
}
.animatedContainer .animatedImage {
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.waves {
    position:absolute;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}

/* Teaser */
.teaserImage {
	height: 100%;
}
.teaserImage img {
    border-radius: 4px;
	margin: 0 auto;
	display: block;
	height: 100%;
	object-fit: cover;
}

/* Simple Section */
.simpleSection {
    background-color: #1e3957;
	position: relative;
	max-height: 500px;
	height: 500px;
}
.simpleSection img {
	position: absolute;
	top: 3rem;
	opacity: 0.3;
	left: 0;
	width: 100%;
}
.simpleSection .container {
	color: #fff;
    padding: 4rem 0;
    padding-top: 3rem;
}
.container .text-center {
    text-align: center;
}
.simpleSection a {
	color: rgb(184, 134, 11);
	font-size: 24px;
	font-weight: bold;
	position: relative;
	width: 300px;
	display: block;
	margin: 0 auto;
	background-color: rgba(000,000,000,0.4);
	padding: 1rem 0;
	border-radius: 4px;
}
.simpleSection a::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f178";
	padding-left: 0.6rem;
	font-size: 24px;
	position: absolute;
}

/* Customers */
.customerSection {
	position: relative;
}
.customerSection img {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
}
.customersContainer {
	padding: 3rem 5rem;
	position: relative;
	z-index: 1111;
}
.customersContainer .is-6 {
	padding: 4rem;
	background-color: #fff;
}
.customersContainer .left {
    border-radius: 4px;
    position: relative;
    margin-right: 4rem;
}
.customersContainer .right {
    border-radius: 4px;
    margin-left: 4rem;
}
.qouta {
	position: absolute;
	top: 12px;
	left: 12px;
	height: 50px;
	width: 50px;
}

/* twoCols Element */
.twoColsSection h2, .twoColsSection h3 {color: #1e3957;}
.twoColsImage {
	position: absolute;
	width: 100%;
	top: 0;
}
.column.is-5.twoColsText {
	margin: 0 auto;
}
.column.is-3.twoColsTeaser {
	margin: 0 auto;
}
.twoColsTeaser .content {
    background-color: #e3e3e3;
    padding: 4rem 1.5rem;
    position: relative;
}
.twoColsTeaser .content img {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 25px;
}

/* Contact */
iframe {
    width: 100%;
}
.maplink {
    opacity: 0;
    visibility: hidden;
}
.section .powermail_submit {
	background-color: #1e3957;
	color: #fff;
	text-align: center;
	border: none;
}
.section .content form ul li::before {
    content: '';
}
.section .content form ul {
    padding: 0;
    margin-top: 0.2rem;
}
.section .content form ul li {
    font-size: 1rem;
    border-bottom: none;
    color: red;
}
.powermail_field_error {
	border-color: red;
	border-width: 1px;
}

/* Slick Slider */
.slick-arrow {
    cursor: pointer;
	position: absolute;
	top: 42%;
	z-index: 2;
	background-color: #fff;
	height: 70px;
	padding: 12px 10px;
}
.slideLeft {
	left: -50px;
}
.slideRight {
	right: -50px;
}

.slick-arrow {
    top: 42%;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 12px 16px;
}
.arrowLeft {left:-60px}
.arrowLeft .slideLeft {
	left: 0;
    position: relative;
    top: 43%;
    width: 24px;
}
.arrowRight {right: -60px;}
.arrowRight .slideRight {
    right: 0;
    position: relative;
    top: 43%;
    width: 24px;
}

ul.slick-dots {bottom: -40px;}
.slick-dots li button::before {
    content: "■";
    font-size: 30px;
    opacity: 1;
    width: 14px;
    height: 14px;
}

.slick-dots li button::before {
	content: "■";
	font-size: 30px;
	opacity: 1;
	width: 22px;
	height: 22px;
	padding: 0;
	margin-top: -7px;
	margin-left: -1px;
}

.slick-dots li.slick-active button::before {
	color: #fff;
	border: 1px solid #000;
	width: 14px;
	height: 14px;
	padding-bottom: 11px;
	overflow: hidden;
	margin-top: 11px;
	margin: 0;
	padding: initial;
	margin-top: 3px;
}

.powermail_fieldwrap {
    margin-bottom: 1.5rem;
}
.powermail_label {
	font-size: 18px;
}
.powermail_submit {
	background-image: url('/fileadmin/Web/Images/Icons/pfeil_rot_rects.png');
	background-position: 82%;
	background-repeat: no-repeat;
	font-size: 18px;
	width: 110px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 0.3rem 1rem;
    background-size: 16%;
    text-transform: uppercase;
	text-align: left;
}

/* Footer */
footer {
    background-color: #58585A;
    color: #fff;
    padding: 3rem 0;
}
footer a, footer a:hover, footer strong, footer a:visited {
    font-size: 18px;
    color: #fff;
}

footer .footerLogo {width: 270px;}
footer p {font-size: 1rem;}
.footerMenu a {margin-left: 2rem;}
img.close {display: none;}


/* Cookie */
.cc-window .dp--cookie-check label {
	display: flex !important;
	color: #fff;
	text-indent: 4px;
}
.cc-compliance .cc-btn, .cc-compliance .cc-btn:visited {color: #fff;}

/* typo3 classes */
.ce-bodytext, .ce-gallery {margin: 1.5rem 0;}

/* Hide them */
legend, .powermail_form h3 {display: none;}

/* Desktop */
@media only screen and (min-width: 1024px) {}

/* Mobile */
@media only screen and (max-width: 1023px) {}

@media screen and (max-width: 820px) and (min-width: 768px) { 
    .footerContent {padding-bottom: 9rem;}
}

@media only screen and (max-width: 820px) {

    h3 {font-size: 1.4rem}

    .navbar-brand {padding: 0 0.8rem;}
    .navbar-menu {float: left;}
    .firstUl {width: auto;}
    .close {
        right: 1.8rem;
        top: 1rem;
    }
    #navbarBasic {
        position: fixed;
        z-index: 1111111;
        height: 100%;
    }
    .navbar-menu {
        margin-top: 5rem;
    }
    .firstList.hasSub {
        display: block;
        margin: 0 0.8rem;
    }

    .section {padding: 2rem 0.8rem;}

    .videoText h1 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .notHome .videoText {width: 100%;}
    .notHome .videoText h1 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .topSection h2 {
        font-size: 1.8rem;
    }

    .simpleSection h2 {font-size: 1.6rem;}
    .simpleSection .container {padding: 3rem 0; padding-top: 2rem;}

    .is-6 .content {
        padding: 0 0.8rem;
    }

    /*Shrinking for mobile*/
    .waves {
        height:40px;
        min-height:40px;
    }

    /* footer */
    footer .is-pulled-right {float: none !important;}
    footer .container {
        padding: 0 0.8rem;
    }
    .footerMenu a {
        margin-left: 0;
        display: block;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 600px) {
    .videoText {
        border-radius: 0;
        width: 100%;
        min-width: auto;
        right: auto;
        left: 0;
    }
    .notHome .videoText {
        min-width: auto;
    }
}

@media only screen and (max-width: 430px) {
    .deskVideo {display: none;}
    .mobVideo {display: block;}
    .mobVideo img {
        height: 100%;
        object-fit: cover;
    }
}