@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');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

 body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #373E34;
  font-size: 15px;
  }

a {
  color: #941f53;
  font-weight: bold;
  text-decoration: none;
}

a:focus, a:hover {
  color: #83b48a;
}

p {
 margin-top: 5px;
}

b, strong {
  font-weight: 900;
}

.red {
  color: red;
}

h1 {
  font-family: "Patua One", serif;  
  font-weight: 400;
  color: #3c6a43;
  font-size: 33px;
}

h2 {
  font-weight: 700;
  color: #3c6a43;
  font-size: 21px;
}

h3 {
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: -5px;
}

h4 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 10px;
}

h4 a {
    color: #ffffff;
}

h5 {
    font-size: 23px;
    text-transform: uppercase;
    font-family: "Patua One", serif;
    color: #d1ebd5;
    font-weight: 400;
    margin-bottom: 10px;
	letter-spacing: 1px;
}

.btn-primary {
  background-color: #19537b;
  border-color: #19537b;
}

.btn-primary:hover {
  background-color: #4482ab;
  border-color: #4482ab;
}

.btn-link-language {
  color: #ffffff;
  padding: 0 3px;
}

.btn-link-language:hover {
  color: #bdab7a;
}

#language-active {
  color: #bdab7a;
  font-size: 17px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 19px;
}

hr {
  height:3px;
  background-color: #373E34;
  margin-bottom: 20px;
  margin-top: 20px;
}



 /* Logo */
header .logo img {
  width:330px;
  position: fixed;
  z-index: 3600;
  margin-top: 10px;
  margin-left: 33px;
  transition: 0.4s;
  }

header.fixed-header .logo img {
  width:250px;
  margin-top: -30px;
  transition: 0.4s;
  }

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

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

.navbar {
  background-color: #242424;
  opacity: 0.9;
  padding-top: 25px;
  padding-bottom: 0;
}

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

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

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

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

.nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

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

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

.art-active {
  color: #e1c150;
}

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

.dropdown-item:hover {
  background-color: #3c6a43;
  color: #ffffff;
}

.dropdown-item.active {
  background-color: #3c6a43;
}

 /* Main Container */
.main-container {
  padding: 50px 30px 30px;
}



 /* Footer */


footer {
  background-color: #242424;
  opacity: 0.9;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 30px;
  clear: both;
}

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

footer a:hover {
  color: #caaf50;
}

.info {
  font-size: 12px;
}

/* Bilder */

.img-corner {
  border-radius:5px 50px;
}

/* 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;
}

/* 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);
transition:all .4s ease-in-out
}

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

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

.hovereffect:hover img {
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);
transform:translatey(0);
}

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

/* Video eingebettet in Content */

.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;
}

/* Video */
main img {
  max-width: 100%;
  height: auto;
}

.mce-accordion summary {
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  color: white;
  padding: 5px 9px;
  margin-top: 10px;
  background-color: #19537b;
  border-radius: 5px;
}

.mce-accordion .card {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-top: 10px;
}

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

#edit .row {
  border: 3px solid green;
}

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





/* Video Startseite */
#videoheader {
  position: relative;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#videoheader video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

#videoheader .container {
  position: relative;
  z-index: 2;
}

#videoheader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('dmxDaten/videos/WaldWelt_Gruenenbergpass.mp4') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}

/* Box Homeseite */

.thumbnail {
	background-color: #3c6a43;
	padding: 0;
	border: 0;
  margin-bottom: 20px;
}

.thumbnail:hover img {
	box-shadow: 0 0 5px 2px  rgba(255,255,255,0.9);
    transition: all 250ms ease;
}

.thumbnail:hover h5 {
    transform: translate3d(0,-50px,0);
	color: #ffffff;
    text-shadow: 0px 0 5px #000;
    transition: all 250ms ease;
}

.thumbnail:hover h4 {
    transform: translate3d(0,-11px,0);
	font-weight: 700;
    text-shadow: 0px 0 15px #fff;
    transition: all 250ms ease;
}

.caption {
  padding: 10px 0 5px 15px;
}

/* Animal Icon */

#fadeElement {
  position: fixed;
  bottom: 30px;
  right:10px;
  opacity: 0;
  transform: translateY(250px)scaleX(0.5) scaleY(0.5);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 9999;
}

#fadeElement.visible {
  opacity: 1;
  transform: translateY(0);
}

.sprechblase {
position: relative;
padding: 1rem;
border: 2px solid #3c6a43;
margin:0 auto;
border-radius: 22px;
background: #fff;
font-family: "Caveat Brush", cursive;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 23px;
}

.sprechblase:before {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 30px;
top: 100%;
border: 10px solid;
border-color: #3c6a43 transparent transparent #3c6a43;
}

.sprechblase:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 31px;
top: 100%;
border: 8px solid;
border-color: #ffffff transparent transparent #ffffff;
}

.btn-sprechblase {
  color: #ffffff;
  padding: 3px 9px;
  background-color: #3c6a43;
  margin-top: -50px;
  margin-left: -30px;
  border-radius: 15px;
  border: 1px solid white;
}

.btn-sprechblase:hover {
  color: red;
  background-color: #3c6a43;
}