@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  font-family: 'Raleway', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

a {
  color: #dfdfdf;
  text-decoration: none;
}

a:focus, a:hover {
  color: white;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 41px;
  color: white;
  font-weight: 400;
  margin-bottom: 27px;
}

h2 {
  color: white;
  font-size: 23px;
  font-weight: 400;
}

h3 {
  font-size: 27px;
  font-weight: 400;
}

h4 {
  font-size: 27px;
  font-weight: 400;
}

h5 {
  font-size: 27px;
  font-weight: 400;
}

h3 a {
  color: white;
}

h3 a:hover {
  color: #dfdfdf;
}

@media (max-width: 576px) {
h1 {
  font-size: 33px;
}

h3 {
  font-size: 20px;
}

h5 {
  font-size: 19px;
}
}

@media (max-width: 400px) {
h1 {
  font-size: 29px;
}

h3 {
  font-size: 18px;
}

h5 {
  font-size: 19px;
}
}

#willkommen {
  margin-top: -60px;
  height: 100vh;
  background-image: url(../dmxDaten/header/alt-interlaken-2024.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.sticky-top {
  background-color: #808182;
  padding-top: 10px;
  height: 60px;
  border-bottom: 1px solid #aaaaaa;
}

.top-aktu {
  background-color: #808182;
  padding-top: 10px;
  height: 60px;
  border-bottom: 1px solid #aaaaaa;
}

.logo01 h3 {
  font-size: 18px;
  font-weight: 400;
  padding-top: 8px;
  padding-left: 28px;
}

.logo h3 {
  font-size: 27px;
  font-weight: 400;
  padding-top: 10px;
  padding-left: 12px;
}

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

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

.btn-light {
  color: #ffffff;
  background-color: #808182;
  border: none;
  font-size: 19px;
}

.btn-light:hover {
  color: #3A3A3A;
  background-color: #808182;
  border: none;
}

@media (max-width: 576px) {
.btn-light {
  font-size: 16px;
}
}

.offcanvas {
  margin-top:60px; 
  background-color: #808182;
  opacity: 0.93;
  height:70%; 
}

.col-megamenu {
  color:white;
  font-weight: 700;
}

.col-megamenu a {
  color:white;
  font-weight: 400;
}

.col-megamenu a:hover {
  color: #dfdfdf;
  font-weight: 700;
}

footer {
  background-color: #808182;
  border-top: 1px solid #aaaaaa;
}

.footer {
  color: #ffffff;
}


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

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

#admin {
  font-size: 10px;
  color: #808182;
}

#admin a {
  color: #808182;
}

#admin a:hover {
  color: #494949;
}

.card {
  padding: 9px;
  background-color: #8f9091;
  border-color: #ced0d3;
  font-size: 16px;
}


/* Hovereffect */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/* Lightbox */

.dmxLightboxOverlay {
    background: #808182;
}

.dmxLightboxImage img,
.dmxLightboxImage video {
    border-top: 15px solid #808182;
    border-bottom: 105px solid #808182;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.dmxLightboxImage figcaption {
    padding: 0 10px 0 10px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 17px;
    background: #808182;
    font-family: 'Raleway', sans-serif;
    color: white;
}

.dmxLightboxButton {
    background-color: transparent;
}

.dmxLightboxButton:focus,
.dmxLightboxButton:hover {
    background-color: transparent;
}

@media (min-width: 992px) {
.dmxLightboxImage figcaption {
  padding: 0 20% 0 20%;
}
}