@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Viga&display=swap');

body {
  font-family: 'Lato', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 300;
}

a {
  color: #70A7DB;
  text-decoration: none;
}

a:focus, a:hover {
  color: #507ca4;
}

h1 {
  font-size: 32px;
  color: #70A7DB;
  font-family: 'Viga', sans-serif;
  margin-bottom: 22px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 15px;
}

.btn-link {
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  color: #70A7DB;
}

.btn-link:hover {
  color: #002265;
}

.btn-light {
  font-size: 27px;
  color: white;
  background-color: #70A7DB;
  border-radius: 7px;
  border: 0;
}

.btn-light:hover {
  background-color: #70A7DB;
  color: #002265;
}

.tooltip-inner {
    background-color: #70A7DB;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #70A7DB;
}

.sticky-top {
  background-color: #fccc71;
  padding-top: 10px;
  height: 90px;
}

.logo {
  position: fixed;
  z-index: 2600;
  width: 250px;
}

@media (min-width: 577px) {
.logo01 {
  display: none;
}
}

@media (max-width: 576px) {
.logo {
  display: none;
}

.logo01 {
  position: fixed;
  z-index: 2600;
  width: 190px;
  top: 10px;
  left: 10px;
}
}

.berge {
  background-image: url(../dmxDaten/nav_berge.jpg);
  background-size: 470px;
  background-position: 120px;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
.berge {
  background-image: url(../dmxDaten/spacer.gif);
}
}

.slogan {
  background-color: #70A7DB;
  color: white;
}

.slogan h1 {
  color: white;
  font-size: 30px;
}

.breadcrumb_line {
 margin: 0;
 padding: 0;
}

.breadcrumb_line a {
 color: #002265;
 text-decoration: none;
}

.breadcrumb_line a:hover {
 color: #fccc71;
 text-decoration: none;
}

.offcanvas {
  margin-top:90px; 
  background-color:transparent; 
  background-image: url(../dmxDaten/nav_ground_blue.png); 
}

.col-megamenu {
  font-family: 'Roboto Slab', serif;
  color:#FCCC71;;
}

.col-megamenu a {
  text-decoration: none;
  color:white;
}

.col-megamenu a:hover {
  text-decoration: none;
  color: #FCCC71;
}

.col-megamenu h6 {
  font-size: 18px;
  text-transform: uppercase;
}

footer {
  background-color: #70A7DB;
}

.footer {
  color: #3A3A3A;
}


.footer a {
  color: #3A3A3A;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

#ansage {
  position: fixed;
  z-index: 4000;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  padding-top: 30px;
  width: 170px;
  height: 170px;
  border-radius: 85px;
  background-color: #FCCC71;
  top: 75px;
  right: 50px;
}

#ansage_jubi {
  position: fixed;
  z-index: 4000;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  padding-top: 30px;
  width: 170px;
  height: 170px;
  background-image: url(../dmxDaten/20JahreImaufwind.png);
  background-size: 170px;
  top: 75px;
  right: 50px;
}

#ansage01 {
  position: fixed;
  z-index: 4000;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  padding-top: 30px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #FCCC71;
  top: 205px;
  right: 60px;
}

#ansage02 {
  position: fixed;
  z-index: 4000;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  padding-top: 20px;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #FCCC71;
  top: 325px;
  right: 60px;
}