
@font-face {
  font-family: "Oswald";
  font-display: swap;
  src: url(Oswald-Bold-700.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  font-display: swap;
  src: url(WorkSans-Light-300.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Work Sans";
  font-display: swap;
  src: url(WorkSans-Regular-400.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}


html
{
    position: relative;
    min-height: 100%
}

body
{
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300;
    color:white;
    font-size: 22px;

}

.picture
{
    background-image: url("../images/hafen.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    height: 55vh;

}

.lglogo { margin: 40px 0 0 50px; }

.stronger { font-weight: 400; font-size: 25px; }
.uppercase { text-transform: uppercase }

.intro {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0 0
}
.black { color: #000; }

h1.intro { font-size: 50px;  }
h2.intro { font-size: 30px;  }
h3.intro { font-size: 20px;  }

.intro-white {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    color:black;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom:20px;
}

.phrases
{
    position:absolute;
    top:50%;
    right: 5%;

}

.phrase
{
    padding: 5px 20px;
    background-color: rgba(83,125,206,0.85);
    color:white;
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
    font-size: 26px;
    display:inline-block;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
    }

.intro-white:before{
    content: "";
    position: absolute;
    width: 75%;
    height: 16px;
    bottom: 0;
    left: 0;
    border-bottom: 16px solid #537dce;
}

.intro-text {
    border-left: 16px solid #537dce;
    padding: 0 0 0 40px;
    margin: 40px 0;
}

.desc
{
    color: #333;
    font-size: 16px;
    margin-top:10px;

}
.ds {font-size: 16px;}
footer
{
    background-color:#7d8d96;
    color: white;


    width: 100%;
    height: auto;
    padding: 20px 0 40px 0;
    font-size: 18px;
    margin-top:50px;
}

footer a {
    color: white;
    text-decoration:underline;
}


.item-content
 {
     color:#333;
     border-top: 1px solid #999;
     border-right: 1px solid #999;
     border-bottom: 1px solid #999;
     border-radius: 0 3px 3px 0;
     font-size:16px;
     padding:20px 0;
 }




 #accordion {
list-style: none;
margin: 30px 0;
padding: 0;
height: 450px;
overflow: hidden;
}

#accordion li {
float: left;
display: block;
height: 450px;
width: 142px;
padding: 15px 0;
overflow: hidden;
color: #999;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
border-left: 1px solid #fff;}

#accordion li .sectionlogo {
border: none;
border-right: 1px solid #fff;
float: left;
margin: -15px 15px 0 0;
}

#accordion li .sectionlogo:hover {
    cursor:pointer
}

#accordion li.active {
width: 572px;
}
#accordion li .text {
    padding: 15px 20px 0 0;
}

.text-sm { color: #000; font-size:.8rem; }
/*  BURGER MENU
========================================== */
.menu {
        width: 75px;
    height: 75px;
    position: absolute;
    z-index: 21;
    right: 1%;
}
.menu span {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
}
.menu span, .menu span::before, .menu span::after {
    display: block;

        width: 26px;
    right: 0;
    height: 3px;
    background-color: #fccb32;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.menu span::before, .menu span::after {
    position: absolute;
    content: "";
}
.menu span::before {
    top: -9px;
     width:20px
}
.menu span::after {
    top: 9px;width: 33px;

}
.menu.clicked span {
    background-color: transparent;
}
.menu.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);    width: 33px;
}
.menu.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before, .menu.clicked span:after {
    background-color: #ffffff;
}
.menu:hover {
    cursor: pointer;
}
/*  NAV
========================================== */

#nav {
    background: #211316;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 350px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.menu.clicked {
    position: fixed;
    z-index: 99;
}
#nav.show ul.main li:nth-child(1) {
    transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
    transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
    transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
    transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
    transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
    transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
    transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
    transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
    transition-delay: 1.35s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .85s;
}

@media (min-width: 667px) {
#nav {
    padding: 120px 30px 70px 20px;
}
}
#nav ul.main {
    list-style-type: none;
}
#nav ul.main li {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: none;
        list-style: circle;
    color: #fff
}
#nav ul.main li:last-of-type {
    margin-bottom: 0px;
}
#nav ul.main li a {
    color: #ffffff;

    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#nav ul.main li a span {
    color: #b7ac7f;
}
#nav ul.main li a:hover {
    color: #b7ac7f;
}
#nav ul.sub {
    list-style-type: none;
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#nav ul.sub li {
    margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
    margin-bottom: 0px;
}
#nav ul.sub li a {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
    color: #b7ac7f;
}
.menu:hover span{}

/*  OVERLAY
========================================== */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #603e82;
    opacity: 0;
    visibility: hidden;
}
.overlay.show {
    opacity: 0.8;
    visibility: visible;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgba(83,125,206,0.65);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 7px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background-color: rgba(83,125,206,0.95);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.sm-logo  {padding:25px 0 0 40px}
.xs-logo  {padding:25px 0 0 0px}

@media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px){
    .text-sm {font-size: .9rem; }
    .phrase { font-size: 14px; text-align:left; }
    .phrase-xs { margin-left:20px; display:block}
    h1.intro { font-size: 30px; }
    .ds { font-size:80%; }
    .ds p { font-size:70%; }
    .link-sm { font-size:18px;}
}