/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */
html{
	position: relative;
}
html,
body {
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);width: 100%;  
}

/*
 * Header
 */

.masthead {
  margin-bottom: 60px;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: bold;
  color: rgba(255,255,255,.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.background-cover{
    z-index:-999;
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
    box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: rgba(255,255,255,.5);
  margin-top: 30px;
}


/*
 * Affix and center
 */
.site-wrapper{
	text-shadow: 0 1px 2px #232323;
	margin-right: auto;
    margin-left: auto;
}
@media (min-width: 62em) {
  .site-wrapper{
    width: 80rem;
  }
}
.masthead-brand img{
	height: 65px;
}
nav.nav.nav-masthead {
    padding-top: 44px;
    font-size: 18px;
}
.social{
	display: inline-block;
    font-size: 50px;
    padding: 0px 14px;
    color: white;
}
.social:hover{
    color: #b1b1b1;
}
.header-inner{
    padding: 2rem 6rem;
}
.modal-content {
    color: #121212;
    text-shadow: none;
    text-align: left;
}
.modal-header{
	text-align: center;
}
.modal-body a{
	color: #b1b1b1;
}
.cover-heading {
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 20px;
    text-align: justify;
    text-align: center;
    border-bottom: 10px solid white;
}
.cover-heading2 {
    font-family: 'Lora', serif;
    text-align: justify;
    font-size: 20px;
}
.lead {
    font-size: 14px;
    text-align: left;
}

.lead  a{
    text-decoration: underline;
}
.cover h3{
	text-align: left;
}

.js-mouseover-effect {
  width: 100%;
  height: 600px;
}

/* Horizontale Linie */
hr {
    width: 95%;
    height: 5 px;
    margin: 0 auto;
    color: black;
}

/* HINTERGRUND HIER GANZ UNTEN */
body{
	background: url(../img/background_stom-min.jpg) no-repeat; 
    background-position: center center; 
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0px;

} 

@media only screen and (max-width: 767px) {
  body {
    background-image: url(../img/background_stom-min.jpg);
      height: auto;
  }
	}

/* BgMove 
.bgwrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.bgmove {
    background: url(../img/background_tljh4.png) no-repeat center center;
    background-size: cover center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; 
    
    -webkit-backface-visibility: hidden; 
    }

/* Extras */

/*.text {
    position: absolute;
    top: 50%;
    left: 50%;   
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);         
    font: bold 60px Arial, sans-serif;
    color: white;
    z-index: 1;
    text-shadow: 0 0 8px #222;
}
*/