@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: #818181;
  font-size: 15px;
  background-color: #f4f4f4;
  }

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

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

p {
 margin-top: 5px;
}

b, strong {
  font-weight: 900;
}

.red {
  color: red;
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #d4af37;
    font-weight: 700;
    margin-bottom: 10px;
}
	  
h2 {
    font-size: 20px;
 	margin-bottom: 10px;
	text-transform: uppercase;
	color: #d4af37;
}

h3 {
    font-size: 17px;
 	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #d4af37;
} 

strong {
	color: #2D2D2D;
}

.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 {
	border-color: #d4af37;
	margin-top: 25px;
	margin-bottom: 25px;
}



 /* 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: #313135;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 1px;
    opacity: 0.93;
}

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

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

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

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

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

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

.dropdown:hover .dropdown-menu {
  display: block;
  font-size: 14px;
}

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

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

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



 /* Footer */

footer {
  background-color: #313135;
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 30px;
}

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

footer a:hover {
  color: #d4af37;
}

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

/* 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 {
  padding: 13px;
  border-color: #c8c8c8;
}

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

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

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

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}