.background {
    width: 100%;
}

.title {
    text-align: center;
    font-size:30px;
}


.div-title {
    width: 100%;
    background: #ffffff;
    opacity: 0.8;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* Style the navbar */
#navbar {
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
    z-index:5;
    margin-bottom: 0;
  }
  
.navbar{
    margin-bottom: 0;
}

  /* Navbar links #7A8A90 */
  #navbar a {
    color: #5f6e8b;
    text-align: center;
    padding: 14px;
    align-content: center;
    text-decoration: none;
  }
  

  #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%;
}
.halfDiv {
    height: 50%;
}
.complete{
    padding-left: 20%;
    padding-right: 20%;
    text-align: center; 
    margin-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;
}

.row{
    margin-left: 0px !important;
    margin-right: 0px !important; 
}

.front-pic{
    width: 100%;
    height:100%;
    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; 
}

.text{
    color: #5f6e8b;
}

h1 {
    color:#5f6e8b;
    font-family: Arial, Verdana;
    margin-top: 2px;
    font-weight: 500;
}


h2 {
    padding-top: 50px;
    padding-bottom: 20px;
    color:#5f6e8b; 
    font-family: Arial, Verdana;
    font-weight: 500;
}



.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;
}


.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;
}

.center-center{
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(50%);
}

.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%);
}

#bg {
        position: fixed; 
        top: 0; 
        left: -50%;; 
          
        /* Preserve aspet ratio */
        min-width: 100%;
        min-height: 100%;
      }

img:hover{
    opacity: 0.6;
}