
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),
        url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@function calc (@target, @font-size){
  @return (@target / @context) + 0rem;
}

body {
  font-family: 'Open Sans', sans-serif;
}

.businesscard {
  margin-bottom: 30px;
}
.businesscard a {
  color: #00c4cb;
  font-size: 22px;
  padding: 10px 0;
}

@media (min-width:992px) {
  .businesscard a {
    font-size: 16px;
  }
}

.businesscard a:hover {
  color: #102d40;
  text-decoration: underline;
  transition: 0.5s;
}

.animation-element {
  opacity: 0;
  position: relative;
}
.in-view {
  opacity: 1;
  transition: 3s;
}

.animation-element.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.container-content {
  margin-left: 30px;
  margin-right: 30px;
}

.section {
  background-color: #fff;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}

.img-responsive {
  width: 100%;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .img-responsive {
    width: 100%;
  }
}

.img-responsive--facebook {
  width: 20px;
  margin-left: 10px;
}

.city-picture {
  padding-bottom: 0;
}

.breadcrumb {
  margin-bottom: 50px;
}

.video {
  margin-bottom: 50px;
}

.button.button--blue {
  margin: 30px;
  display: inline-block;
}

.h1 {
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 599px) {
  .h1 {
    margin-bottom: 40px;
  }
}

.h2 {
  color: #102d40;
  font-size: 50px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media (min-width: 761px) {
  .h2 {
    padding-top: 30px;
  }
}

.h2--imprint {
  color: #102d40;
  font-size: 50px;
  font-weight: 300;
}

.h3 {
    color: #102d40;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 5px;
}

.h4 {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: lighter;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.animation-element {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.imprint--disclaimer {
    font-size: 18px;
    line-height: 35px;
}

.copyright--imprint {
  color: #102d40;
  font-style: italic;
  font-weight: lighter;
  padding: 50px 0;
}

p {
  color: #6d6d6d;
  font-size: 23px;
  font-family: 'OpenSans', sans-serif;
  font-weight: lighter;
  line-height: 30px;
  margin: 0 20px;
  padding: 0 20px;
}

@media (min-width: 767px) {
  p {
    margin: 0 50px;
  }
}

@media (min-width: 1199px) {
  p {
    margin: 0 100px;
  }
}

.copyright {
  color: #102d40;
  padding-top: 30px;
  font-style: italic;
  margin-bottom: 40px;
}

a {
  text-decoration: none;
}

a.active {
  background-color: #fff;
  color: #102d40 !Important;
}

.download {
  color: #6d6d6d;
  text-decoration: underline;
}

.download:hover {
  color: #102d40;
  text-decoration: none;
  transition: 0.5s;
}

.clearfix::after {
   display: table;
   content: "";
   line-height: 0;
   clear: both;
}

.clock {
  margin-top: 20px;
}

@media (min-width: 767px) {
  .clock {
    margin-top: 0;
    position: relative;
    top: -60px;
  }
}

.img-responsive--normalslider {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.normal-slider {
  width: 100%;
}

/*--------Breadcrumb------*/
.breadcrumb ul {
  list-style-type: none;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb a {
  color: #102d40;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #00c4cb;
  text-decoration: underline;
  transition: 0.5s;
}

.breadcrumb li.active {
  color: #00c4cb;
  text-decoration: none;
}

.fa-angle-right {
  padding: 0 10px 0 15px;
}


/*---------Bulletpoints-------*/

.bulletpoints {
  margin: 0 0 60px 0;
  color: #6d6d6d;
  text-align: left;
  font-size: 23px;
  font-weight: lighter;
/*list-style-type: none;  */
}

@media (min-width: 767px) {
  .bulletpoints {
    margin: 0 0 60px 50px;
  }
}

/*.bulletpoints .fa-circle {
    font-size: 10px;
    vertical-align: middle;
    padding-right: 10px;
    color: #00c4cb;
}*/

.bulletpoints--color {
  color: #00c4cb;
  margin-left: 25px;
}

.bulletpoints--color span {
  color: #6d6d6d;
}

@media (min-width: 767px) {
  .bulletpoints {
    margin: 30px 0 60px 100px;
  }
}

.bulletpoints li {
  margin-bottom: 20px;
}


.bulletpoints--services {
  margin: 10px 0 30px 0;
  color: #6d6d6d;
  text-align: left;
  font-size: 23px;
  font-weight: lighter;
/*  list-style-type: none;  */
}

@media (min-width: 767px) {
  .bulletpoints--services {
    margin: 10px 0 30px 50px;
  }
}

/*.bulletpoints--services .fa-circle {
    font-size: 10px;
    vertical-align: middle;
    padding-right: 10px;
    color: #00c4cb;
}*/

.bulletpoints--services li {
  font-size: 20px;
}

@media (min-width: 992px) {
  .bulletpoints--services li {
    font-size: 16px;
  }
}

.bulletpoints--services--distances {
    padding-left: 100px;
}

.bulletpoints--culinary {
  margin: 10px 0 30px 0;
  color: #6d6d6d;
  text-align: left;
  font-size: 23px;
  font-weight: lighter;
/*  list-style-type: none; */
}

@media (min-width: 767px) {
  .bulletpoints--culinary {
    margin: 10px 0 30px 50px;
  }
}

/*.bulletpoints--culinary .fa-circle {
    font-size: 10px;
    vertical-align: middle;
    padding-right: 10px;
    color: #00c4cb;
} */

.bulletpoints--detail {
  margin: 10px 0 30px 0;
  color: #6d6d6d;
  text-align: left;
  font-size: 23px;
  font-weight: lighter;
/*  list-style-type: none;  */
}

@media (min-width: 767px) {
  .bulletpoints--detail {
    margin: 10px 0 30px 50px;
  }
}

/*.bulletpoints--detail .fa-circle {
    font-size: 10px;
    vertical-align: middle;
    padding-right: 10px;
    color: #00c4cb;
}*/

.bulletpoints--city {
  margin: 10px 0 30px 0;
  color: #00c4cb;
  text-align: center;;
  font-size: 23px;
  font-weight: lighter;
  list-style-type: none;
}

.bulletpoints--city a {
  color: #6d6d6d;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.bulletpoints--city a:hover {
  color: #102d40;
  text-decoration: underline;
  transition: 1s;
}



/*------Search-List------*/

div#gsc-iw-id1 {
  height: 30px;
}

.gsc-search-button input.gsc-search-button {
  height: 32px;
  width: 75px;
}

.gsc-search-box td {
  padding-top: 0;
}

.search {
  width: 100%;
}

@media (min-width: 768px) {
  .search {
    margin: 0 auto;
    width: 50%;
  }
}

/*
.search-list {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .search-list {
    margin-top: 40px;
  }
}
*/


/*-----Hero------*/

.hero {
  height: 100vh;
}

.hero__caption {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}

.flex_container {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}



/*----------Table----------*/
table {
  background-color: transparent;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

th {
  font-size: 23px;
  text-align: left;
}
@media (min-width: 932px) {
  th {
    font-size: 16px;
  }
}

td {
  color: #6d6d6d;
  font-size: 23px;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  padding-right: 20px;
}
@media (min-width: 932px) {
  td {
    font-size: 16px;
  }
}


/*------Logo------*/

.hero__logo {
  margin-bottom: 40px;
}

.logo-img {
  width: 100%;
}



/*------Button------*/

.btn-continue {
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 20px 30px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 100;
}

.btn-continue:hover {
  background-color: #fff;
  color: #102d40;
  transition: 1s;
}

.btn-blue {
  border: 2px solid #102d40;
  color: #102d40;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 20px 30px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 100;
}

.btn-blue:hover {
  background-color: #102d40;
  color: #fff;
  transition: 1s;
}

.button.button--blue--contact {
    margin: 100px 0;
}



/*-----Navigation Mobile------*/

.btn-toggle-menu {
  display: none;
}

.btn-toggle-menu span {
  font-family: 'Open Sans', sans-serif;
  padding-left: 10px;
}

.btn-toggle-menu {
  background-color: #102d40;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 30px;
  opacity: 0.8;
  padding: 10px 0;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}

@media (min-width: 768px) {
  .btn-toggle-menu {
    background-color: #102d40;
    color: #fff;
    display: none;
    font-size: 30px;
    padding: 10px 0;
    position: relative;
    text-align: center;
  }

  .btn-toggle-menu:hover, .btn-toggle-menu:active, .btn-toggle-menu:focus {
  }
}



/*-----Navigation Desktop------*/

#nav-sticky-wrapper {
  margin-top: 0;
  position: relative;
  z-index: 100;
  height: auto !important;
}

@media (min-width: 360px) and (max-width: 767px) {
  #nav-sticky-wrapper {
    display: block;
    position: fixed;
    top: 60px;
    width: 100%;
  }
}

.main-nav {
  display: none;
}

@media (min-width: 768px) {
  .main-nav {
    display: block;
    transition: 1s;
  }
}

.main-nav ul {
  background-color: #102d40;
  text-align: center;
}

@media (min-width: 768px) {
  .main-nav li {
    display: inline-block;
  }
}

.main-nav a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 839px) {
  .main-nav a {
    font-size: 13px;
  }
}

@media (min-width: 840px) {
  .main-nav a {
    font-size: 16px;
  }
}

.main-nav a:hover, .main-nav a:active, .main-nav a:focus {
  background-color: #fff;
  color: #102d40;
  transition: 0.5s;
}

#nav span {
  text-transform: none;
}

.js-show-menu {
    display: block;
}



/*------About Us------*/

.img-responsive--logo {
  padding-bottom: 30px;
  width: 100%;
  margin-top: 70px;
}

@media (min-width: 768px) {
  .img-responsive--logo {
    padding-top: 30px;
    width: 30%;
    margin-top: 0;
  }
}

.img-responsive--logo--supply {
  padding-bottom: 10px;
}


/*------Blockquote------*/

.blockquote__caption {
    display: flex;
    position: relative;
    height: 300px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

blockquote {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: lighter;
    font-style: italic;
    letter-spacing: 3px;
}

.overlay {
  background: rgba(16, 45, 64, 1);
  position: relative;
  opacity: 0.7;
}



/*------Content Ship Supplay------*/

.city-box {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  overflow:hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .city-box {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .city-box {
    float: left;
    width: 33%;
  }
}

.city-box-widthfifty {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  overflow:hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .city-box-widthfifty {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .city-box-widthfifty {
    float: left;
    width: 50%;
  }
}

.city-box--link {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 110px 60px;
  text-transform: uppercase;
  text-decoration: none;
}


/*--------Content Ship Supply City----------*/

.states--continent--city {
  display: block;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .states--continent--city {
    display: inline-block;
    margin-bottom: 30px;
  }
}

.states--continent--city--list {
  display: block;
  padding: 0;
  vertical-align: top;
}

@media (min-width: 768px) {
  .states--continent--city--list {
    display: inline-block;
    padding: 10px 50px
  }
}

.bulletpoints--city .subhead-blue {
    font-size: 18px;
}

.states--continent--city .border {
    border-top: 1px dotted #102d40;
    padding: 30px 10px 0 10px;
    margin: 50px 0;
}

.bulletpoints--city--normal {
    color: #6d6d6d;
    font-size: 16px;
    text-transform: uppercase;
}


/*---------Ship Supply Detail---------*/


.detail {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .detail {
    float: left;
    width: 33%;
  }
}

.detail--info {
    font-style: italic;
    font-weight: 400;
}

.link {
  margin-top: 30px;
}


/*---------------SLIDER------------*/

.slider {
  margin-top: 40px;
}

.slider img {
  width: 100%;
}



/*---------Provisions Culinary-------*/

.provisions--culinary .img-responsive {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .provisions--culinary .img-responsive {
    margin-top: 50px;
  }
}

.culinary {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .culinary {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .culinary {
    float: left;
    width: 33%;
  }
}

.information {
  margin-top: 50px;
}



/*---------Visual Design---------*/


.container-width-50 {
  width: 100%;
}

@media (min-width: 768px) {
  .container-width-50 {
    float: left;
    width: 50%;
  }
}


/*-------Google Map---------*/
.map-small {
  display: block;
}

@media (min-width: 659px) {
  .map-small {
    display: none;
  }
}

@media (min-width: 1199px) {
  .map-middle {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 659px) {
  .map-middle {
    display: none;
  }
  .map-large {
    display: none;
  }
}

@media (min-width: 659px) and (max-width: 1199px){
  .map-large {
    display: none;
  }
}


/*----------Video----------*/
.video {
  margin-bottom: 30px;
}

.video-small {
  display: block;
}

@media (min-width: 659px) {
  .video-small {
    display: none;
  }
}

@media (min-width: 1199px) {
  .video-middle {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 659px) {
  .video-middle {
    display: none;
  }
  .video-large {
    display: none;
  }
}

@media (min-width: 659px) and (max-width: 1199px){
  .video-large {
    display: none;
  }
}



.headoffice--imprint {
  float: none;
  margin: 30px 0;
}

.headoffice {
  margin-top: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .headoffice {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .headoffice {
    float: left;
    width: 33%;
  }
}

.headline-blue {
  color: #102d40;
  font-size: 30px;
  text-transform: uppercase;
}

.subhead-blue {
  color: #00c4cb;
  font-size: 25px;
  font-weight: lighter;
  margin: 10px 0;
}

.fa-envelope-o, .fa-globe {
  color: #00c4cb;
    padding-right: 10px;
}

.headoffice--website {
  margin: 10px 0 0 0;
}

a.headoffice--website .headoffice--flowing-text {
  color: #00c4cb;
    font-size: 22px;
}

@media (min-width: 992px) {
  a.headoffice--website .headoffice--flowing-text {
    font-size: 16px;
  }
}

a.headoffice--website {
  color: #00c4cb;
  text-decoration: none;
}

a.headoffice--website:hover {
  text-decoration: underline;;
}

.headoffice--flowing-text {
  font-size: 23px;
}

@media (min-width: 992px) {
  .headoffice--flowing-text {
    font-size: 16px;
  }
}

.headoffice--language {
  margin-bottom: 30px;
}

p.headoffice--language {
  width: 100%;
}

@media (min-width: 768px) {
  p.headoffice--language {
    width: 40%;
  }
}

.img-responsive--language {
  padding-top: 10px;
  width: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-responsive--language {
    float: left;
    margin-right: 10px;
    width: 30%;
  }
}

@media (min-width: 992px) {
  .img-responsive--language {
    float: left;
    margin-right: 10px;
    width: 27%;
  }
}



/*-------Footer--------*/

.footer {
  background-color: #102d40;
  height: 260px;
}

@media (min-width: 767px) {
  .footer {
    height: 200px;
  }
}

.footer--imprint {
  padding-top: 15px;
}

.footer--imprint a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}

@media (min-width: 767px) {
  .footer--imprint a {
    display: inline-block;
    padding: 0 10px;
  }
}

.footer--imprint a:hover {
    text-decoration: underline;;
}

.imprint--copyright {
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
}

.footer--fb {
    padding: 30px 0;
}

.footer--fb a {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.footer--fb a:hover {
    text-decoration: underline;;
}



/*---------Scroll to Top-----------*/

.scroll-top-wrapper {
  position: absolute;
	text-align: center;
  background-color: #102d40;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 40px;
  margin-top: -70px;
	right: 30px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #102d40;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  color: #fff;
	line-height: inherit;
  font-size: 60px;
}
