@charset "UTF-8";
/* CSS Document */

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

body {
  font: 400 15px Lato, sans-serif;
	font-weight: 300;
	line-height: 1.5;
  color: #3E3E3E;
  background-color: #c8cbdc;
}

h1 {
    font-size: 23px;
	font-family: 'Lalezar', sans-serif;
    color: #002c69;
    font-weight: 400;
	display: block;
	padding: 7px 0 4px 30px;
	background-color: #E1E1EA;
    margin-bottom: 20px;
	margin-top: 0;
	letter-spacing: 1px;
}
	  
h2 {
    font-size: 18px;
    color: #002C69;
    font-weight: 700;
    margin-bottom: 10px;
	margin-top: 5px;
}

h3 {
    font-size: 15px;
	color: #002C69;
    font-weight: 700;
    margin-bottom: 7px;
	margin-top: 5px;
} 

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

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

hr {
	border-color: #b48b48;
	margin-top: 15px;
	margin-bottom: 15px;
}

#container_bild {
	padding: 0;
}

 /* Navigation */

header {
	height:235px;
  background-image: url(../dmxDaten/stoff.jpg);
  background-size: 2000px;
  background-repeat: repeat-x;
  background-position: 0 72px;
}

#header_logo {
	padding: 13px 0 0 15px;
	position: absolute;
	z-index: 90000;
}

@media (max-width: 768px) {

header {
	height:130px;
  background-image: url(../dmxDaten/stoff.jpg);
  background-size: 1000px;
  background-repeat: repeat-x;
  background-position: 0 49px;
}

#header_logo {
	padding: 20px 0 0 5px;
}
}

#header_nav {
	font-size: 15px;
	float: right;
	padding: 10px 10px 0 0;
	text-align: right;
    letter-spacing: 1px;
}

#header_nav a {
	color: #E1E1EA;
  text-decoration: none;
}

#header_nav a:hover {
	color: #b48b48;
}


.navbar {
  background-color: #002C69;
  border-bottom: 1px solid #E1E1EA;
}

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

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

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

.nav-link {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
	letter-spacing: 1px;
}

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

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

.art-active {
  color: #b48b48;
}


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

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

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

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

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

footer a:hover {
  color: #b48b48;
}

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