/* nunito-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/nunito-sans-v18-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/nunito-sans-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/nunito-sans-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url("../webfonts/nunito-sans-v18-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box; }

html, body {
  height: 100%;
  scroll-behavior: smooth; }

img {
  max-width: 100%; }

body {
  padding: 0;
  color: #1a1a1a;
  font-family: 'Arial';
  line-height: 1.45;
  background-color: #e9e9e9;
  font-size: 18px; }

.mb-5, .my-5 {
  margin-bottom: 0rem !important; }

p {
  font-weight: 400; }

h1 {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 300 !important;
  color: #1a1a1a;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 600; }

h2 {
  font-family: "Nunito Sans", Arial, sans-serif;
  color: #005192;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600; }

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.8rem; }

h4 {
  color: #005192;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4; }

.header {
  background-color: #e9e9e9;
  height: 71vh; }

.berufserfahrung h4, .adresse h4 {
  font-weight: 600; }

h5 {
  color: #1a1a1a;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 1.0rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px; }

a {
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease 0s; }
  a:active, a:hover, a:focus {
    color: #005192;
    text-decoration: none; }

a[href^="http"] {
  word-wrap: break-word; }

ul, ol {
  padding-left: 30px;
  line-height: 1.8;
  font-weight: 400; }

.centered {
  text-align: center; }

.check ul li:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #f39200;
  font-weight: normal;
  left: 15px;
  top: -5px;
  position: absolute;
  font-size: 30px;
  font-size: 3rem; }

.container, .nav-wrapper {
  max-width: 1160px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  max-width: 1920px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.nav-wrapper {
  display: flex; }

.nav-link {
  padding: 0; }

.nospace {
  margin-bottom: 0;
  margin-top: 0; }

.space {
  margin-top: 2%;
  padding-bottom: 2%;
  padding-top: 1%; }

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1a1a1a; }
  .footer a {
    margin-left: 25px;
    font-size: 16px;
    color: #005192; }
    .footer a:hover {
      color: white; }

.footer-info a {
  font-size: 16px;
  color: #005192; }
  .footer-info a:hover {
    color: #1a1a1a; }

.footer-wrapper {
  margin-left: 40px; }

.totop.show {
  opacity: 1;
  transition: all 300ms linear; }

.totop {
  background-color: #fff;
  width: 50px;
  height: 50px;
  position: fixed;
  opacity: 0;
  bottom: 20px;
  right: 20px;
  transition: all 300ms linear;
  text-align: center;
  border: 1px solid #d7d7d7;
  color: #575757;
  border-radius: 50%; }
  .totop i {
    margin-top: 16px; }

.bg-color {
  background-color: #e9e9e9; }

.infobox {
  padding: 30px;
  background-color: #005192; }
  .infobox h2 {
    margin-bottom: 20px; }

.frame {
  border: 2px solid lightgrey;
  background: white; }
  .frame .col-md-6 {
    padding: 10px 20px; }

.fixed-top {
  transition: 1s ease-out; }

.logo img {
  transition: 0.7s ease-out; }

.logo-hero {
  margin-top: 20%;
  margin-bottom: 50px; }

.shrink img {
  width: 50px;
  transition: 0.7s ease-out; }

.bg-image-text {
  z-index: 0;
  position: relative;
  padding: 15px;
  border-radius: 0px;
  font-size: 20px; }

.bg-image {
  display: none; }

.main {
  max-width: 1200px;
  margin: auto; }

.round {
  border-radius: 50%;
  width: 768px;
  height: 380px;
  object-fit: cover;
  margin-top: 20px; }

.bg-gradient {
  background-image: linear-gradient(to right, #e9e9e9, #005192);
  color: white;
  padding-bottom: 100px;
  padding-top: 80px; }
  .bg-gradient h3 {
    color: white; }

.button {
  background-color: #e9e9e9;
  color: white;
  padding: 13px 48px;
  border-radius: 24px;
  margin-top: 50px; }

.main .row {
  margin: 50px 0; }

header {
  position: relative;
  background-color: #fff;
  max-width: 100%;
  height: auto;
  z-index: 1; }

.bg-image-1, .bg-image-2, .bg-image-3 {
  background-color: #005192;
  height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-image-3 {
  background-position: left center; }

.bg-image-1 {
  background-image: url(../img/joerg-moeller-ott-training.jpg); }

.bg-image-2 {
  background-image: url(../img/joerg-moeller-ott-training-3.jpg); }

.bg-image-3 {
  background-image: url(../img/joerg-moeller-ott-training-2.jpg); }

.navbar {
  font-family: "Nunito Sans", Arial, sans-serif;
  color: #1a1a1a;
  max-width: 1140px;
  margin: auto; }
  .navbar a {
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 15px; }

.navbar-toggler {
  font-size: 1.7rem;
  padding-bottom: 0px; }

.desktop-only, .nav-desktop-only {
  display: none; }

.mobile-only {
  display: block; }

.nav-mobile-only {
  display: block;
  text-align: center; }
  .nav-mobile-only .nav-link {
    display: flex;
    background-color: white; }
  .nav-mobile-only .navbar {
    position: absolute;
    right: 0%;
    top: 60%;
    width: 100%;
    padding: 0; }
  .nav-mobile-only .navbar-collapse {
    background-color: white; }

.shrink.navbar {
  top: 29%; }

#top-menu {
  z-index: 1;
  left: 0;
  right: 0;
  top: 0; }

#top-menu li {
  float: left; }

#top-menu a {
  display: block;
  text-align: center;
  -webkit-transition: .2s all ease-out;
  -moz-transition: .2s all ease-out;
  transition: .2s all ease-out;
  color: white;
  text-decoration: none;
  padding-top: 0; }

#top-menu a:hover, #top-menu a:focus, #top-menu a:active {
  color: #005192; }

#top-menu li.active a {
  padding-left: 20px;
  padding-right: 20px;
  color: #005192; }

.section {
  max-width: 1400px;
  margin: 0 auto; }

.shop a:hover, .shop a:active, .shop a:focus {
  color: #005192; }

i {
  color: #005192;
  font-weight: 300; }

.fa-chevron-double-right:before {
  content: "\f101"; }

.fa-chevron-double-left:before {
  content: "\f100"; }

.footer-info .adresse h3:before {
  content: '\f3c5'; }

.footer-info .kontakt h3:before {
  content: '\f095'; }

.footer-info .adresse h3:before, .kontakt h3:before {
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 11px;
  font-size: 24px;
  color: #005192; }

.headertext, .headertext h1 {
  margin: 0 auto;
  background-color: #e9e9e9; }
  .headertext a, .headertext h1 a {
    color: #0c5c53; }

.headertext a:hover, .headertext a:focus, .headertext a :active {
  color: #005192; }

.logo img {
  display: none; }

.shrink img {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }

@media (min-width: 550px) {
  .headerimg {
    margin-top: 8vh; } }
@media (min-width: 768px) {
  .flex-column-reverse {
    flex-direction: unset !important; }

  .round {
    width: 270px;
    height: 270px; }

  .header {
    height: 100vh; }

  .logo img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    display: block; }

  .shrink img {
    width: 60px; }

  .space {
    margin-top: 2%; }

  .bg-image {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px; }

  .nav-desktop-only {
    display: contents; }

  h1 {
    font-size: 45px; }

  h2 {
    font-size: 30px; }

  .infobox {
    padding: 50px 60px; }

  .nav-mobile-only {
    display: none; }

  #top-menu a {
    border-top: 3px solid #e9e9e9;
    padding-top: 5px; }

  #top-menu li.active a {
    border-top: 5px solid #005192;
    font-size: 16px;
    padding-top: 5px; }

  .accordion h3 {
    font-size: 24px; }

  .totop {
    bottom: 50px;
    right: 50px; } }
@media (min-width: 1000px) {
  .logo-hero {
    width: 40%;
    margin-top: 20%;
    margin-bottom: 50px; }

  .mb-5, .my-5 {
    margin-bottom: 3rem !important; }

  .headertext {
    top: 20%; }

  .headerimg {
    margin-top: 9%;
    z-index: 0;
    height: 450px; }

  .headertext {
    background-color: transparent;
    color: #000000;
    max-width: 1000px; }

  .bg-image-1 {
    height: 524px; }

  .bg-image-2 {
    height: 470px; }

  .bg-image-3 {
    height: 692px; }

  .desktop-only {
    display: flex; }

  .mobile-only {
    display: none; } }
@media (min-width: 1190px) {
  .footer-info img {
    position: absolute;
    bottom: -55px;
    left: -40px; }

  .times {
    padding-left: 95px; }

  .footer-info .times p:before {
    left: 72px; } }
@media (min-width: 1466px) {
  .headerimg {
    margin-top: 8vh; } }

/*# sourceMappingURL=styles.css.map */
