body {
    margin: 0;
    padding: 50px 0 0 0;
    position: relative;  
    font-family: 'Russo One', sans-serif;
}

.parallax-header > div {
    text-align: center;
    padding-top: 20rem;
    color: #eee;
    font-size: 5rem;
    font-family: 'Fredericka the Great', cursive;
    text-shadow:
        #000 0px 0px 5px,
        #000 0px 0px 10px,
        #000 0px 0px 15px;
}

.content-header-parallax {
    font-size: 4rem;
    color: white;
    padding-top: 5rem;
}

section > p, footer > p {
    padding: 5rem;
}

.navbar-brand {
    height: 58px;
}

.navbar-default .navbar-nav > li
{
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #0077b2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    color: #333;
}

.navbar-default .navbar-nav > .active::after,
.navbar-default .navbar-nav > .active::before {
    width: 100%;
}

ul.nav-hover li {
    padding: 2px;
    color: #0077b2;
    text-decoration: none;
}

ul.nav-hover li::after,
ul.nav-hover li::before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0077b2;
    transition: width .5s ease-out;
}

ul.nav-hover li:hover::after,
ul.nav-hover li:hover::before {
    width: 100%;
}

.content-header {
    text-align: center;
}

.content-header:after {
    content: "";
    background: #0077b2;
    height: 3px;
    width: 5%;
    display: block;
    margin: 20px auto;
}

.card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  
  width: 90%;
  margin: 0 auto;
}

.card-small-3 {
  display: flex;
  flex-flow: row nowrap;
  border: 3px solid #0077b2;
  background: #0077b2;
  padding: 5px;
  width: 30%;
  height: 10rem;
  font-size: 2rem;
  transition: .75s all;
}

.card-small-3:hover {
  border-radius: 5rem;
  background: #90c5fc;
  background: rgba(104, 157, 212, .5);
}

.card-small-3:hover > .card-text,
.card-small-3:hover > .card-icon > span.glyphicon {
  color: #333;  
}

.card-small-3 > .card-icon {
  display: inline-block;
  width: 30%;
  height: 100%;
  line-height: 8rem;
  text-align: center;
}

.card-small-3 > .card-text ,
.card-small-3 > .card-icon > span.glyphicon {
  color: #fff;
  transition: 1s color;
}

.card-small-3 > .card-text {
  display: inline-block;
  width: 70%;
  height: 100%;
  font-family: 'Orbitron', sans-serif;
  line-height: 8rem;
}

.team-img {
  overflow: hidden;
  width: 100%;
  margin: 1rem auto;
  border: 2px solid #90c5fc;
  border-radius: 2rem;
}

.overlay-title {
  padding: 1rem;
  text-align: center;
}

.overlay-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; 
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay-icons li a {
  /* TODO Kreise um die Icons? */
  text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1720px)
{
  .small-subtitle {
    font-size: 1.2rem;
  }

  .team-img
  {
    width: 15.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 874px)
{
  .team-img {
    min-width: 22rem;
  }

  .overlay-title{
    white-space: nowrap;
  }
}

@media only screen and (max-width: 450px)
{
  .card-small-3 {
    width: 100%;
    margin: 10px 0;
    font-size: 1.5rem;
  }

  .card-small-3 > .card-text {
    display: inline-flex;
    align-items: center;
  }

  .team-img {
    margin: 2rem 0;
  }
}

.full {
  width: 100%;
  float: left;
  height: 100%;
  display: inline-flex;
  background: rgba(104, 157, 212, .5);
}

.full ul {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.half-half {
    width: 50%;
    float: left;
    height: 100%;
    display: inline-flex;
    background: rgba(104, 157, 212, .5);
}

.address {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
}

.address li {
  list-style: none;
  color: #fff;
  font-size: 2rem;
  padding: 1rem;
  letter-spacing: 2px;
}

ul.links
{
  display: inline-flex;
  flex-flow: row;
  list-style: none;
}

ul.links li {
  padding: 0 20px;
  cursor: pointer;
}

ul.links li:hover {
  color: #0077b2;
}

ul.links li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0077b2;
    transition: width .5s ease-out;
}

ul.links li:hover::after {
    width: 100%;
}

#back_to_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 2rem;
  padding: 0px 4px;
  color: rgb(0, 119, 178);
  border: 2px solid rgb(0, 119, 178);
  border-radius: 22px;
  text-shadow: 
    rgb(255, 255, 255) 0px 0px 2px,
    rgb(255, 255, 255) 0px 0px 2px,
    rgb(255, 255, 255) 0px 0px 2px;
}

#contact_form {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  background: rgba(30, 30, 30, .8);
  padding: 20px;
}

#contact_form input[type="text"] {
  width: 49.5%;
}

#contact_form textarea {
  resize: none;
  width: 100%;
  padding: .6em .8em;
  min-height: 12em;
}

#contact_form input[type="text"],
#contact_form textarea {
  color: #fff;
  background: none;
  outline: none;
  font-size: 1em;
  padding: .8em 1em;
  margin-bottom: 2em;
  border: solid 1px #fff;
  -webkit-appearance: none;
  display: inline-block
}

#contact_form input[type="submit"] {
  outline: none;
  color: #fff;
  padding: 0.7em 5em;
  font-size: 1.1em;
  margin: 0;
  -webkit-appearance: none;
  background: #0077b2;
  transition: 0.5s all;
  border: 2px solid #0077b2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

#contact_form input[type="submit"]:hover {
  background: none;
  border-radius: 2em;
}

@media only screen and (max-width: 1000px) {
  #contact_form input[type="text"] {
    width: 100%;
  }

  #contact > .parallax-container {
    height: 600px;
  }
}

#links > .parallax-container {
  height: 650px;
}

@media only screen and (max-width: 850px) {
  .half-half {
    width: 100%;
  }

  #links > .parallax-container {
    height: 1000px;
  }
}

#home_header_img {
  height: 100px;
}

@media only screen and (max-width: 540px)
{
  #contact_form input[type="submit"] {
    padding: 0.7em 4em;
  }
}

@media only screen and (max-width: 450px) {
  #contact_form input[type="submit"] {
    padding: 0.7em 3em;
  }

    #home_header_img {
      height: 100%;
      width: 100%;
    }
}

/* --- Modal Impressum und Datenschutz --- */

p.p1 {
  margin: 0.0px 0.0px 12.0px 0.0px;
  line-height: 17.0px;
  font: 14.7px Helvetica;
  color: #000000;
  -webkit-text-stroke: #000000;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0)
}

p.p2 {
  margin: 0.0px 0.0px 12.0px 0.0px;
  line-height: 17.0px;
  font: 12.0px Times;
  color: #000000;
  -webkit-text-stroke: #000000;
  min-height: 14.0px
}

span.s1 {
  font-kerning: none
}

a:focus, a:hover {
  text-decoration: none;
}