@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

 body {
  font: 400 16px 'Lato', sans-serif;
	line-height: 1.5;
    color: #818181;
 }

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

a:focus, a:hover {
  color: #000000;
	text-decoration: none;
}

h1 {
  font-size: 30px;
    text-transform: uppercase;
    color: #bedb39;
    font-weight: 700;
    margin-bottom: 30px;
}

h2 {
  font-size: 20px;
 	margin-bottom: 10px;
}

h3 {
  font-size: 16px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 500;
    margin-bottom: 10px;
	margin-top: 0px;
}

.green {
	color: #BEDB39;
}

.grey {
	color: #818181;
}

.black {
	color: #000000;
}

.horizont {
  font-style: italic;
}


 /* Navigation */
.logo {
  width:170px;
}



@media only screen and (max-width: 768px) {
.navbar-nav {
  padding-top: 15px;
}
}

.navbar {
  background-color: #313135;
  	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
    margin-bottom: 0;
    border: 0;
	border-bottom: 1px solid #DFDFDF;
	font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.93;
  font-weight: 400;

}

.btn-toggler {
  color: #717091;

}

.btn-toggler:hover {
  color: white;
}

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

.nav-link {
  color: #DFDFDF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.93;
}

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

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

.art-active {
  color: #bedb39;
}

.dropdown-menu {
  opacity: 0.93;
  text-transform: none;
   font-size: 14px;
}

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

.dropdown-item:hover {

  background-color: #949494;
  color: #bedb39;
}

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

 /* Footer */
footer {
  margin-top: 20px;
	border-top: 1px solid#E7E7E7;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 1.5;
}

.info {
  font-size: 12px;
}

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