/*general css*/
body {
	background-color: black;
	 background-image: url("../../public/media/1/82baadb9b24807e84319c3c2.jpg"); 
	 background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: auto;
	color: #BEBEBC;
    font-family: 'special elite'
} 

img {
	max-width: 100%;
	height: auto;
}

h1,h2,h3,h4,h5{
	
}

h2 {
	font-size: 1rem;
	color: #693618;
}
.container {
		max-width: 80%;
}
.k-dark {
	background-color: #050505;
}

/*Header css START*/
.header-logo {
	margin-top: 50px;
} 

.header-logo img {
		max-width: 70%;
}

.navbar a {
	color: black;
    text-decoration: none;
	font-family: 'Fjalla One', sans-serif;
}
.navbar-brand img {
		height: 50px;
	}
	
/*Header css END*/

/*MODULE START*/
.module {
	background-color: #050505;
	border-radius: .3rem;
	padding: 2rem 2rem;
	margin-bottom: 20px;
	color: #BEBEBC;
	
}
.module {
	background-color: #050505;
	border-radius: .3rem;
	padding: 2rem 2rem;
	margin-bottom: 20px;
	color: #BEBEBC;
	
	
}
.youtube-video {
	position: relative; 
	padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  height: auto
}
.youtube-video iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


.gallery-teaser img{
	width: 100%;

	
}
.gallery-teaser .col-12,.col-md-3 {
	padding 0 0 0 0;
}
.gallery-item-container {
	
	display: block;
    overflow: hidden;
	margin-bottom: 30px;

}
.gallery-item-image{
	overflow: hidden;
    height: 200px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all .3s;
}
.gallery-item-imgage:hover {
	transform: scale(1.3);
}
.with-zoom-fx {
	width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.grid-item-headline {
    font-family: Oswald,sans-serif;
    z-index: 12;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.6);
    color: #fff;
    left: 10px;
    right: 10px;
    padding: 10px;
	padding-bottom: 40px;
    font-size: 1.2em;
    text-shadow: 0 0 10px #000;
}
.galerie-image {
	margin-bottom: 20px;
}
.galerie-image img{

  height: 250px;
  object-fit: cover;
  width: 250px;
  border-style: solid;
    border-color: white;
    border-width: 10px;
}

	.news a img{
	margin-bottom: 20px;	
}

.disco-overview img {
	object-fit: cover;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.disco-overview .row {
	margin-bottom: 40px;
}

/*MODULE END*/

/*FOOTER START*/
.page-footer {
	color: #050505;
	
}
.page-footer .module{
	display: flex;	
}
/*FOOTER END */




@media (min-width: 0px) {

	.navbar a {
		font-size: 1em;
	}
	.navbar li {
	margin: 5px 5px 5px 5px;
	}
	
	.header-logo{
		display: none;
	}
	.navbar-brand{
		display: block;
	}
	.container {
		max-width: 95%
	}
	

	
	

}
@media (min-width: 576px) {

	.navbar a {
		font-size: 1em;
	}
	.navbar li {
	margin: 5px 5px 5px 5px;
	}
	
	.header-logo{
		display: none;
	}
	.navbar-brand{
		display: block;
	}
	.container {
		max-width: 95%
	}
	
	
	
}
@media (min-width: 768px) {
	.navbar a {
		font-size: 1.9em;
	}
	.navbar li {
		margin: 5px 5px 5px 5px;
	}
	.header-logo{
		display: block;
	}
	.navbar-brand{
		display: none;
	}
	.k-mobile {
		display: none;
	}
	.container {
		max-width: 80%
	}
}
@media (min-width: 992px) {
	.navbar a {
		font-size: 2.1em;
	}
	.navbar li {
	margin: 10px 20px 10px 20px;
	}
	
	
	
}
@media (min-width: 1200px) {
	.container {
		max-width: 1000px;
	}
	
	.navbar a {
		font-size: 3em;
	}
	.navbar li {
	margin: 10px 20px 10px 20px;
}
}









