@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #9d9073;
  font-size: 17px;
  background-color: #f4f0e9;
  }

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

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

.col-md-6 p {
 margin-top: 0;
 margin-bottom: 0;
}



b, strong {
  font-weight: 900;
}

strong{
  font-weight: 700;
}

h1 {
  font-weight: 700;
  font-style: normal;
  color: #bfd359;
  font-size: 47px;
  margin-bottom: 30px;
}

h2 {
  font-weight: 700;
  color: #bfd359;
  font-size: 27px;
}

h3 {
  font-weight: 700;
  color: #9d9073;
  font-size: 22px;
  margin-top: 7px;
  margin-bottom: 3px;
}

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

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

.btn-link-language {
  color: #e4efc9;
  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;
}


 /* Logo */
header .logo img {
  width:450px;
  position: fixed;
  z-index: 3600;
  transition: 0.4s;
  }

header.fixed-header .logo img {
  width:270px;
  opacity: 1;
  transition: 0.4s;
  }

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

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

.navbar {
  background-color: #b7cd00;
  padding-top: 0;
  padding-bottom: 10px;
  opacity: 0.93;
}

.offcanvas {
  background-color: #b7cd00;
  padding-right: 20px;
  padding-top: 20px;
}

.btn-toggler {
  color: #284131;
  font-size: 30px;
  padding-top: 20px;
}

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

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

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

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

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

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

.art-active {
  color: #e4efc9;
}

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

.offcanvas {
  padding-top: 120px;
}
}

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

.dropdown-item:hover {
  background-color: #591737;
  color: #e4efc9;
}

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

 /* Main Container */
.main-container {
  padding: 0 30px 30px;
  background-color: #f9f7f4;
}

footer .topicon img {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
}

 /* Footer */


footer {
  background-color: #bfd359;
  color: #284131;
  font-size: 15px;
  padding-bottom: 30px;
  opacity: 0.93;
}

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

footer a:hover {
  color: #e4efc9;
}

.info {
  font-size: 12px;
  z-index: 11;
  opacity: 0.77;
}

.info a {
color: #6b845a ;
}

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



/* Bilder */

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

/* Content Boxen */

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

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

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

.card-body {
  color: #9d9073;
}

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

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

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