@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
 body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 15px;
  background-image: url(../dmxDaten/web_elemente/ground.jpg);
 }

a {
  color: #76B82A;
  text-decoration: none;
}

a:focus, a:hover {
  color: #006130;
}

p {
 margin-top: 9px;
}

b, strong {
  font-weight: 900;
}

h1 {
  font-weight: 900;
  color: #69765a;
  font-size: 27px;
}

h2 {
  font-weight: 900;
  color: #006130;
  font-size: 21px;
}

h3 {
  font-weight: 700;
  color: #76B82A;
  font-size: 18px;
}

.btn-primary {
  background-color: #4494CD;
  border-color: #4494CD;
}

.btn-primary:hover {
  background-color: #76B82A;
  border-color: #76B82A;
}

header {
  background-color: #69765a;
}

 /* Logo */
header .logo img {
  width:350px;
  position: fixed;
  z-index: 3600;
  margin-top: 0;
  margin-left: 57px;
  }

header.fixed-header .logo img {
  width:250px;
  }

@media only screen and (max-width: 1200px) {
header .logo img {
  width:300px;
  margin-left: 10px;
  }
header.fixed-header .logo img {
  width:250px;
  }
  }

@media only screen and (max-width: 768px) {
header .logo img {
  width:250px;
  margin-left: 10px;
  }
header.fixed-header .logo img {
  width:200px;
  }

 /* Navigation */
.navbar-nav {
  padding-top: 5px;
  padding-right: 12px;
}
}

.navbar {
  background-color: #ffffff;
  padding-top: 68px;
  -webkit-box-shadow: 0 0 4px white;
          box-shadow: 0 0 4px white;
}

.btn-toggler {
  color: #76B82A;
  font-size: 24px;
}

.btn-toggler:hover {
  color: #006130;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-toggler {
  color: #76B82A;
  border-color: transparent;
}

.nav-link {
  color: #76B82A;
  font-size: 19px;
  font-weight: 500;
}

.nav-link:hover {
  color: #006130;
}

.nav-link:focus {
  color: #006130;
}

.art-active {
  color: #006130;
}

@media only screen and (max-width: 992px) {
.dropdown-menu {
  text-align: right;
}
}

.dropdown-item:hover {
  background-color: #76B82A;
  color: white;
}

.dropdown-item.active {
  background-color: #76B82A;
}

 /* Main Container */
.main-container {
  background-image: url(../dmxDaten/web_elemente/block_ground.svg);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 3000px;
  margin-top: 25px;
  padding: 30px;
  padding-top: 120px;
  opacity: 0.87;
}



 /* Footer */
footer {
  background-color: #69765a;
  color: #ffffff;
  font-size: 15px;
  margin-top: 70px;
  opacity: 0.87;
}

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

footer a:hover {
  color: #ffffff;
}

.info {
  font-size: 12px;
}

/* Content Boxen */

.green-box {
  color: #ffffff;
  background-color: #006130;
  padding: 20px;
}

.green-box h1, .berge h3 {
  color: #ffffff;
}

/* Carousel */

.carousel-item {
  max-height: 900px;
  background: no-repeat center center scroll;
  background-size: cover;
}

/* Tinymce */
#edit div {
  border: 1px dotted red;
}

#edit div .row {
  border: 1px dotted green;
}

#edit p {
  border: 1px dotted #b9b9b9;
}

/* BilderBox */

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

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

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

.hovereffect h2 {
color:#fff;
text-align:center;
position:relative;
font-size:21px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
        transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect h3 {
color:#fff;
text-align:center;
position:absolute;
width: 100%;
bottom: 0;
font-size:15px;
line-height: 20px;
font-variation-settings: "ital" 0, "wght" 300;
background:rgba(0,0,0,0.6);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect:hover img {
-webkit-transform:scale(1.2);
        transform:scale(1.2);
}

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

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-webkit-transform:translatey(0);
        transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
        transition-delay:.2s;
}

/* Video */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-9by16 {
    padding-bottom: 88.89%;
}

@media only screen and (min-width: 992px) {
.embed-responsive-9by16 {
  padding-bottom: 59.26%;
}
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 768px){

.logo{
    opacity: 1;
  }
}
