@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../fonts/RobotoCondensed-Bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Lato Black'), local('Lato-Black'), url('../fonts/lato-black.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
    margin: 0;
    padding: 0;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #b20f1d #fff;
    overflow-x: hidden;
}
@media(max-width:1350px){
html {
    font-size: 14px;
}    
}
@media(min-width:1351px){
html {
    font-size: 16px;
}    
}
body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-family: 'Lato', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    width: 100%;
    min-width: 250px;
    height: auto;
    position: relative;
    overflow-x: hidden;
    background-color: #0c1e2c;
}
body * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    outline: 0;
}
h1, .h1, h2, .h2 {
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif; 
}
h1 {
	font-size: 3.5rem;
	position: relative;
	top: 0px;
	width: 100%;
	left: 30px;
	max-width: 800px;
	margin-bottom: 0px;
	line-height: 3rem;
}
.small {
	font-size: 2rem;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: -40px 0px 0px 0px;
	padding: 0px 30px;
}
h1 {
	color: #fff;
}

h3, .h3 {
	color: #0c1e2c;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

header {
    position: relative;
    display: block;
	background-image: url(/images/content/titelbilder/header_lubeca.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
header  > * {
    width: 100%;
}     
.titleimagewrapper{
    position: relative;
    width: 100%;
	height: 25vh;
	min-height: 200px;
	max-height: 410px;

}
.titleimagewrapper.large {
	height: calc(80vh - 250px);
	min-height: 400px;
	max-height: 800px;
	background-position: center center;
}
.quoteline {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	padding-top: 110px;
	width: calc(100% - 220px);
	text-align: left;
	margin: 0px 110px;
	min-width: 350px;
	position: relative;
	top: 0px;
	max-height: 445px;
}
.quoteline h1, .quoteline p{
	opacity: 0;
}

.quoteline.large h1, .quoteline.large p{
	opacity: 1;
	flex: 1 1 100%;
	margin: 0;
}
.quoteline:before {
	content: "";
	display: block;
	background-color: #fff;
	width: 7px;
	height: calc(100% - 0.7em);
	top: 0px;
	position: absolute;
}

@media (max-width:900px){
.titleimagewrapper, .titleimagewrapper.large {
	min-height: 350px;
	height: 50vh;
}
.quoteline {
	width: calc(100% - 140px);
	text-align: left;
	margin: 0px 10px 0px 110px;
	min-width: 0px;
	position: relative;
	top: 0px;
	height: 100%;
	max-height: 445px;
}
h1 {
	width: calc(100% - 140px);
	font-size: 2rem;
	line-height: 2rem;
	margin-top: 180px;
}
#main h2, #side h2 {
	font-size: 4rem !important;
}
.small {
	font-size: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: -20px 0px 0px 0px;
	padding: 0px 30px;
}
.logobox img {
	width: 100%;
	min-width: 150px;
	max-width: 200px;
	height: auto;
	margin: 50px 110px 50px 0px;
}
.contenthalf {
	width: 100% !important;
}	
}
@media(max-width:500px){
.contenthalf {
    width: 100% !important;
}  
.index .contenthalf {
    width: 80% !important;
} 
}

#logoicon {
	width: 110px;
	display: block;
	position: absolute;
}
#logoicon img {
	width: 100%;
	line-height: 2rem;
	object-fit: contain;
	padding: 25px;
	margin: 0px auto;
}
nav {
    padding-bottom: 0px;
	font-family: 'Roboto Condensed', sans-serif; 
    text-transform: uppercase;
	font-weight: 700;
    font-size: 1.5rem;
	height: auto;
    position: absolute;
	display: flex;
    justify-content: flex-end;
	align-items: flex-start;
	right: 0px;
	top: 0px;
    z-index: 2000;
}
nav ul li > a, nav ul li > span{
    transition: color 0.5s ease-in;
    display: block;
	color: #fff;
	margin: 10px 0px;
}
nav ul li.active:before, nav ul li.menuitem.active:before {
	content: "";
	background-color: #fff;
	width: calc(100% + 20px);
	left: -10px;
	height: 6px;
	top: 0px;
	position: relative;
	display: block;
}
nav ul li.menuitem:hover:before:not(.navbutton) {
	content: "";
	background-color: #fff;
	width: calc(100% + 20px);
	left: -10px;
	height: 6px;
	top: 0px;
	position: relative;
	display: block;
}
nav > ul li.menuitem {
    cursor: pointer;
	position: relative;
    padding: 0px 20px;
}
nav .navi {
    display: flex;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    top: 0px;
	right: 0px;
    transition: all 0.5s ease-in;
    padding: 0px 25px;
    flex-flow: wrap;
    align-items: flex-end;
	justify-content: flex-end;
    max-width: 1200px;
    margin: 0px;
} 

nav .navbutton {
	display: none;
}
.sticked nav.menu {
    position: fixed;
	top: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 2500;
    animation: dd 0.5s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
	height: 3.2rem;
	background-color: #0c1e2c;
	background-image: url(/images/general/logo_icon_lubeca.svg);
	background-position: 110px 6px;
	background-size: 2%;
	background-repeat: no-repeat;
}

@media (max-width:1250px) {
.sticked nav.menu {
    position: fixed;
	top: 0px;
    width: 100%;
    max-width: 100%;
    z-index: 2500;
    animation: dd 0.5s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
	height: 3.2rem;
	background-color: #0c1e2c;
	background-image: url(/images/general/logo_icon_lubeca.svg);
	background-position: 110px 6px;
	background-size: 30px;
	background-repeat: no-repeat;
}
.sticked nav {
    left: 0px;
}
.sticked nav .navi {
	padding: 0px;
}
.sticked nav .navbutton {
	font-size: 25px;
	margin: 7px auto;	
}
.sticked nav.open > ul > li:not(.navbutton) {
    padding: 5px 20px;
}
}

/* Dropdown Menü */
@media (max-width:1150px) {
nav {
    justify-content: flex-start;
    align-items: flex-start;
    left: 117px;
    white-space: normal;
}
nav .navbutton {
    display: block;
	color: #fff;
	margin: 25px auto 15px;
	font-size: 35px;
}
nav .navi {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 13px 0;
} 
nav > ul > li:not(.navbutton){
    display: block;
    height: auto;
    padding: 0;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
} 
nav.open > ul > li:not(.navbutton) {
    padding: 5px 20px;
    max-height: 600px;
    opacity: 1;
    transition: height 0.5s ease-in, opacity 0.5s ease-in;
}

nav.open .navi {
	background-color: #0c1e2c;	
	padding-bottom: 15px;
}

nav ul li.menuitem:hover:before {
	content: "";
	background-color: #fff;
	width: 0px;
	left: 0px;
	height: 0px;
	top: 0px;
	position: relative;
	display: block;
}
nav ul li.active:before, nav ul li.menuitem.active:before {
	content: "";
	background-color: #fff;
	width: 0px;
	left: 0px;
	height: 0px;
	top: 0px;
	position: relative;
	display: block;
}
nav ul li.active, nav ul li.menuitem.active {
	color: #b20f1d;

}
nav ul li > a, nav ul li > span {
    margin: 0;
	color: #fff;
}
}    
.flex {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
    width: calc(100% + 40px);
}
.box1 {flex: 1 1 300px;}
.box2 {flex: 2 1 450px;}
.box3 {flex: 3 1 380px;}
.box4 {flex: 4 1 520px;}
.box5 {flex: 5 1 660px;}
.box6 {flex: 6 1 800px;}
.boxfull {flex: 1 1 100%;}
.boxfull.margin {margin:20px;}
.box1,.box2,.box3,.box4,.box5, .box6, .boxfull {max-width: 100%;}

p {
    line-height: 1.6em;
    padding: 0px 30px;
}

a {
    color: #fff;
	font-weight: 700;
    text-decoration: none;
    transition: color 0.5s ease-in;
}
a:hover, #teaser a:hover, #teaser h3:hover {
    color: #b20f1d;
    transition: color 0.5s ease-in;   
}

span.table {
    display: block;
    max-width: 300px;
	margin-bottom: 15px;
}
span.table.cont {
    max-width: 100%;
}
span.table > span{
    display: flex;
    flex-flow: row wrap;
}
span.table > span > * {
    flex: 1 1 100px;
}

span.table > span > *:first-child {
    flex: 1 1 100px;
}
span.table > span > *:last-child {
    flex: 3 1 100px;
}
span.table.cont > span > *:first-child {
    flex: 0 1 60px;
}
span.table.cont > span > *:last-child {
    flex: 4 1 150px;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    padding: 0px;
}
.content > * {
    position: relative;
}

.contenthalf {
	width: 50%;
}
#main {
	width: 100%;
	margin: 0px 110px 60px;
	position: relative;
	top: 0px;
	background-image: url(/images/content/ship.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 40%;	
}

#main h2, #side h2 {
	font-size: 6rem;
	margin: 0px;
	padding: 0px 30px;
}

#main h2:before {
	content: "";
	display: block;
	background-color: #fff;
	width: 7px;
	height: calc(6rem + 80px);
	top: -80px;
	position: absolute;
	left: 0px;
}

#privacycontent h3 {
	color: #fff;
}

.logobox {
	position: relative;
	width: 100%;
	text-align: right;
	z-index: 2000;
	background-image: url(/images/general/angled.svg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
@media(min-width:901px){
.logobox img {
	width: 100%;
	min-width: 150px;
	max-width: 300px;
	height: auto;
	margin: 50px 110px 50px 0px;
}
}
@media(max-width: 500px) {
#logoicon {
	width: 60px;
}
#logoicon img {	
	padding: 15px !important;
}
.quoteline {
	margin: 0px 10px 0px 60px;
}
nav {
	left: 67px;
	top: -15px;
}
.logobox img {
    margin: 50px;
}
.teaserbox {
	padding: 130px 60px 0px 60px !important;
}
#main {
	margin: 0px 10px 60px;
}
.index #main {
	margin: 0px 60px 60px;
}
.globe {
	display: none !important;
}
#contactfull {
	margin-left: 60px;
}
button, .button {
    font-size: 1.2rem !important;
	width: 100% !important;
}
#main h2, #side h2 {
    font-size: 1.7rem !important;
}
.index #main h2, .index #side h2 {
    font-size: 3rem !important;
}
body:not(.index) #main > div > *, body:not(.index) #main > div > h1 {
    margin: 1em 0px 0.5em;
    padding: 0px 20px;
    width: 100%;
    left: 0;
}	
}
.teaserbox {
	width: 100%;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
	padding: 130px 110px 0px 110px;
	background-color: #fff;
	top: -80px;
	height: 100%;
}
@media(max-width: 1480px) {	
.box1 {flex: 1 1 500px;}
}
@media(max-width: 1250px) {	
.box1 {flex: 1 1 400px;}
}
@media(max-width: 1050px) {	
.box1 {flex: 1 1 300px;}
}
#teaser:before {
	content: "";
	display: block;
	background-color: #0c1e2c;
	width: 7px;
	height: 100%;
	position: absolute;	
}
#teaser:first-of-type:before {
	background-color: #b20f1d;
}
#teaser p {
	color: #0c1e2c;
	margin-bottom: 80px;
}
#teaser a {
	color: #0c1e2c;
}
	
#teaser h3 {
	font-size: 2.8rem;
	margin: 0px 30px; 
}
button, .button {
	background-color: #b20f1d;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif; 
	text-transform: uppercase;
	touch-action: manipulation;
	border: none;
	padding: 15px;
	line-height: 1em;
	font-size: 3rem;
	cursor: pointer;
	transition: background-color 0.5s ease-in, color 0.5s ease-in;
	width: 70%;
	min-width: 300px;
	margin: 40px 0px 0px;
}
.button a{
    color: #fff;
}
.button:hover a {
    color: #b20f1d;
    transition: color 0.5s ease-in;
}
button:hover, .button:hover {
    background-color: #fff;
    color: #b20f1d;
    transition: background-color 0.5s ease-in, color 0.5s ease-in;
}
.button > * {
    white-space: nowrap;
}
#side h2 {
	margin-top: 80px;
}
#side h2:before {
	content: "";
	display: block;
	background-color: #fff;
	width: 7px;
	height: calc(6rem + 80px);
	position: absolute;
	margin-left: -30px;
	top: 0px;
}
.contactwrapper {
	width: 100%;
	height: 500px;
	position: relative;
	top: 0px;
	background-image: url(/images/content/contact-background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
}
.globe {
	width: 50%;
	display: block;
	height: 500px;
	position: relative;
	top: 0px;
	background-image: url(/images/content/globus.svg);
	background-position: 50% -20%;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Footer */
footer {
    text-align: center;
    padding: 20px;
	background-color: #fff;
}
footer p {
    margin: 0;
    line-height: 1.5em;
    color: #0c1e2c;
}
footer a, .tosoc a {
    color: #0c1e2c;
	font-weight: 700;
}
footer a:hover, .tosoc a:hover {
    color: #b20f1d;
	font-weight: 700;
}