@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

 body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #2d2d2d;
  font-size: 18px;
 }

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

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

p {
 margin-top: 10px;
}

b, strong {
  font-weight: 700;
}

h1 {
  font-weight: 900;
  color: #17244b;
}

h2 {
  font-weight: 900;
  color: white;
}

h3 {
  font-weight: 900;
  color: #c70c63;
}


 /* Navigation */
.logo {
  position: fixed;
  z-index: 2;
  width:350px;
  top: 10px;
}

@media only screen and (max-width: 1200px) {
.logo {
  width:350px;
  top: 10px;
  left: 5px;
}

.navbar-nav {
  padding-top: 5px;
  padding-right: 10px;
}
}

@media only screen and (max-width: 576px) {
.logo {
  width:260px;
  top: 29px;
  left: 5px;
}
}

.navbar {
  background-color: #ffdd00;
  padding-top: 25px;
}

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

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

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

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

.nav-link {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}

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

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

.art-active {
  color: #ea6608;
}

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

.dropdown-item:hover {
  background-color: #ea6608;
  color: white;
}

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

 /* Footer */
footer {
  background-color: #003366;
  color: #ffffff;
  font-size: 15px;
}

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

footer a:hover {
  color: #ffdd00;
}

.info {
  font-size: 12px;
}

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

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

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

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

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
        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;
}

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

#edit div .row {
  border: 1px dotted green;
}

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

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

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

.dropdown .btn-secondary {
  background-color: #4888B2;
  border: none;
}

.dropdown-menu :hover {
  background-color: #8cb9d8;
}

.dropdown-menu .active {
  background-color: #4888B2;
}
