@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/css?family=Vollkorn:700');

 body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #3E3E3E;
  font-size: 15px;
  background-color: #FFF8EB;
  }

a {
	color: #9F0000;
	text-decoration: none;
}

a:hover {
	color: #4F351D;
	text-decoration: none;
}

hr {
	border-color: #4F351D;
	margin-top: 15px;
	margin-bottom: 15px;
}

.red {
  color: red;
}

h1 {
    font-size: 27px;
	font-family: 'Vollkorn', sans-serif;
    color: #fff1d2;
    font-weight: 700;
	display: block;
	padding: 7px 0 4px 30px;
	background-color: #4F351D;
    margin-bottom: 20px;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
	letter-spacing: 1px;
	
}
	  
h2 {
    font-size: 21px;
	font-family: 'Vollkorn', sans-serif;
    color: #4F351D;
    font-weight: 700;
    margin-bottom: 0;
	margin-top: 5px;
}

h3 {
    font-size: 17px;
	font-family: 'Vollkorn', sans-serif;
	color: #4F351D;
    font-weight: 700;
    margin-bottom: 0;
	margin-top: 5px;
} 

.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:150px;
  position: fixed;
  z-index: 3600;
  margin-top: 20px;
  margin-left: 77px;
  transition: 0.4s;
  }

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

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

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

.navbar {
  background-color: #4F351D;
  border-bottom: 1px solid #fff1d2;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.art-active {
  color: #fff1d2;
}

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

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:hover {
  background-color: #4F351D;
  color: #ffffff;
}

.dropdown-item.active {
  background-color: #4F351D;
}

 /* Main Container */
.main-container {
  padding: 0px 30px;
  background-image: url(../dmxDaten/ground.png);
}

@media only screen and (min-width: 993px) {
.main-container {
  margin-top: 20%;
  padding: 100px 30px 30px;
}
}

 /* Footer */

footer {
  background-color: #4F351D;
  color: #fff1d2;
  padding-bottom: 30px;
}

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

footer a:hover {
  color: #fff1d2;
}

.info {
  font-size: 12px;
  color: #4F351D;
}

.info a {
  color: #4F351D;
}

.info a:hover {
  color: #987555;
}

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

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