.background {
    width: 100%;
}

.title {
    text-align: center;
    font-size:20px;
}

.div-title {
    width: 100%;
    background: #ffffff;
    opacity: 0.8;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.navbar{
    margin-bottom: 0;
}

/* Style the navbar */
#navbar {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
    z-index:5;
    margin-bottom: 0;
  }
  


  /* Navbar links #7A8A90 */
  #navbar a {
    color: #5f6e8b;
    text-align: center;
    padding: 10px;
    align-content: center;
    text-decoration: none;
    font-size: 0.6em;
  }
  

  #navbar a:hover {
    color: #8b5f6e;
  }
  
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .sticky + .content {
    padding-top: 60px;
  }


.textbox {
    color:#000;
    background: rgba(255, 255, 255, 0.5);
    padding: 30 30 30 30;
}

.white{
    background: #FFF
}

.quarterDiv {
    height: 20%;
}
.sm-half-div {
    height: 50%;
}

.complete{
    padding-left: 10%;
    padding-right: 10%;
    text-align: center; 
    padding-bottom: 5%;
}

.center{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

#impressum{
    margin: 0 0 0 0;
    padding-top: 0;
    padding-bottom: 20px;
}

.logo{
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.justify{
    text-align: justify;
}

.front-pic{
    width: 100%;
    height:100%;
    
}

els{
    background-image: url('source/02_Dorit.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top; 
}

.front-pic:after{
    content:"";
    position:fixed; /* stretch a fixed position to the whole screen */
    top:0;
    height:100vh; /* fix for mobile browser address bar appearing disappearing */
    left:0;
    right:0;
    z-index:-1; /* needed to keep in the background */
    background: url(source/02_Dorit.jpg) center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text{
    color: #5f6e8b;
}

h1 {
    text-align: left;
    color:#5f6e8b;
    font-family: Arial, Verdana;
    margin-top: 2px;
    font-size: 20;
    font-weight: 500;
}


h2 {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 18;
    color:#5f6e8b; 
    font-family: Arial, Verdana;
    font-weight: 500;
}

h3{
    font-size: 16;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}


.videoWrapper .youtube {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


html {
    height: 100%;
    }

body {
background-color:#fff;
color:#5f6e8b;
    font-family: Arial, Verdana;
background: #fff; /*url(source/bg.png) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p{
font-size:14px;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important; 
}

.row-padding-small{
    padding-top: 15px;
    padding-bottom: 5px;

}

.impressum{
    text-align: center;
    background-color: #FFF;
    padding: 20px 20px 20px 20px;
}

.description{
        text-align: center;
        color: #fff;
        font-size: 0.5em;
        font-weight: normal;
        padding: 20px 20px 20px 20px;
}


.button-div{
    padding: 5px;
}

.btn-info{
    background-color: #FFF !important ;
    color: #5f6e8b !important;
    border-color: #5f6e8b !important;
}

.btn-info:hover{
    background-color: #5f6e8b !important ;
    color: #fff !important;
    border-color: #fff !important;
}

.social-icon{
    height: 20px;
    width: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.social-icon:hover{
    height: 20px;
    width: 20px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.sm-none{
    display: none;
}

.sm-margin{
    margin-top: 30px;
    margin-bottom: 5px;
}

.sm-center-bottom{
    position: absolute; 
    bottom: 0; 
    }

img:hover{
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%);
        opacity: 0.6;
    }