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

html {
    height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 300;
	background-color: #FFFFFF;
	font-size: 2em;
	color: #333333;
    height: 100%;
}
#wrapper {
	max-width: 1200px !important;
	margin: 0 auto;
	padding-left:15px;
	padding-right:15px;
    min-height: 100%;
    margin-bottom: -50px;
    padding-bottom: 50px;
	
}
.navbar{
    background-color: #FFF;
    border-bottom: none;
    color: #333333;
    text-transform: uppercase; 
    font-size: 0.7em;
}

.navbar-brand  {
    color: #333333 !important;
}

.navbar-toggle {
    border: none;
    color: #333333;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: transparent;
text-transform: uppercase;
}

.navbar.navbar-default.navbar-fixed-top {
	background-color:hsla(0,0%,100%,1.00);
	border-bottom: 0px;
	max-width: 1200px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
    padding-bottom: 30px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #00FFCC;
    background-color: transparent;
    text-decoration: underline;
}

h1 {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    font-size: 3rem;
    font-weight: 300;
}

h3 {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
}

h4 {
    font-size: 1.75rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;

}

h5 {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #333333;
}

span {color:#999999;
}

a {
  color: #000;
}

a:hover,
a:focus {
    color: #00FFCC;
    text-decoration: underline;
}

.active{
    text-decoration: underline;
}
.zentriert {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 300px;
    font-size: 1.5rem;
    text-align: center;
}

footer {
    height: 50px;  
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.thumbnail {
    border: none;

}

.overlayFade {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
    .bild {
        position: relative;
        display: inline-block;

    }
    .overlay {
        position: absolute;
        transition: all .9s ease;
        opacity: 0;
        background: rgb(0, 0, 0, 0.5);
        padding-right: 15px;
        padding-left: 15px;
    }
    .bild:hover .overlay {
        opacity: 1;
    }

    .text {
        color: white;
text-transform: uppercase;
        font-weight: 800;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.75rem;
        text-align: center;
    }

.liste {
	margin-left: 15px;
	list-style-position:outside;
	list-style-type:none;

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 991px) {
        
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
 }


