@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');


 body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #373E34;
  font-size: 17px;

  }

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

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

p {
 margin-top: 5px;
}

.red {
  color: #e40232;
}

.blue {
  color: #124781;
}

h1 {
  font-size: 37px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

h2 {
  font-family: "Patua One", serif;
  color: #682c31;
  font-size: 21px;
}

h3 {
  font-family: "Patua One", serif;
  color: #284a74;
  font-size: 19px;
}

hr {
  border: none;
  border-bottom: dotted 3px #682c31;
  opacity: 0.7;
}

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

.btn-dropdown {
  background-color: #7d4a36;
  border-color: #7d4a36;
  color: #fff;
}

.btn-dropdown:hover {
  background-color: #a95c3d;
  border-color: #a95c3d;
  color: #fff;
}


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

.navbar-brand {
  margin-top: -33px;
}


 /* Navigation */
.topnav {
  text-align: right;
  background-color: rgba(104, 44, 49, 0.77);
  color: #e8af43;
  font-weight: 300;
  font-size: 15px;
  padding-top: 10px;
}

.topnav a {
  color: #e8af43;
  font-weight: 300;
}

.topnav a:hover {
  color: #fff;
}

@media only screen and (max-width: 992px) {
.navbar-nav {
  margin-top: 20px;
  padding: 30px;
  background-color: #7d4a36;
}
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(104, 44, 49, 0.77);
}

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

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

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

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

.nav-link {
  color: #e8af43;
  font-size: 16px;
  padding-top: 25px;
  font-weight: 700;
}

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

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

.art-active {
  color: #ffffff;
}

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

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

.dropdown-item:hover {
  background-color: #7f4b37;
  color: #ffffff;
}

.dropdown-item.active {
  background-color: #7f4b37;
}

 /* Main Container */
.main-container {
  background-color: rgba(226, 167, 68, 0.5);
  padding: 50px 30px 30px;
}

.titel {
  font-family: "Patua One", serif;
  font-size: 17px;
  background-color: #682c31;
  color: #e8af43;
  padding: 10px 0;
  opacity: 0.77;
}



 /* Footer */

 #footerbild {
  background-image: url(../dmxDaten/web_elemente/footer.svg);
  background-repeat: no-repeat;
  background-size: 4000px;
  background-position: right top;
  height: 165px;
 }

footer {
  background-color: #682c31;
  color: #e8af43;
  font-size: 15px;
  padding-bottom: 30px;
  opacity: 0.77;
}

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

footer a:hover {
  color: #fff;
}

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

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

table tr {
  border-bottom: dotted 1px black;
}

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

.mce-accordion summary {
  font-size: 17px;
  font-weight: 700;
  color: white;
  padding: 5px 9px;
  margin-top: 10px;
  background-color: #7d4a36;
  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 #ffffff;
}