

/* 
==================================================*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.size-50 {
    font-size: 50px;
    line-height: 50px
}

.h-50 {
    height: 50px;
}


/* 
==================================================*/

#beschreibung {
    padding: 50px 0;
    background: #050505
}

/* Header
==================================================*/

header {
    text-align:center;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 65px;
}

nav ul {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    padding: 20px;
    margin-bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

nav li {
    display: inline-block;
    margin: 8px;
}

nav li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    font-size: 10px;
    font-weight: bold;
}

.bg-nav {
    background: #fafaf3;
    border-bottom: 2px solid #31c7e2
}

.bg-nav ul {
    padding: 10px;
}

a:focus {
    color: #3175b0;
    text-decoration: none;
}

a:hover {
    color: #31c7e2;
    text-decoration: none;
}

a.active {
    color: #3175b0;
}








/*end header section*/



.sub_page .about_section .about_container {
  margin-top: 0;
}
.about_section .about_container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 10px;
  background-image: url(../img/pf31G_03.jpg);
  background-size: auto 100%;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -150px;
  
}








.about_section .about_container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_section .about_container .container > div {
  width: 56%;

  margin-top: 55%;
}

.about_section .detail a:hover {
  background-color:;
  color:;
}










	

/* end footer section*/
/*# sourceMappingURL=style.css.map */