body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 2em;
    color: #4e4e4e;
}
::-moz-selection {
    background: #009bd5;
    color: #ffffff;
}
::selection {
    background: #009bd5;
    color: #ffffff;
}
a {
    color: #009bd5;
}
a:hover {
    color: #0990c1;
}
#wrapper {
    width: 100%;
    min-height: 100%;
    position: absolute;
    margin: auto;
    height: auto !important;
    height: 100%;
}
.navbar-default {
    margin: 80px 0;
    height: 80px;
}
.navbar-default .container-fluid {
    position: relative;
    margin: auto;
    max-width: 960px;
}
.navbar-nav {
    float: right;
}
.navbar-default {
  background-color: transparent;
  border: none;
}
.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
    margin-top: 35px;
  color: #4e4e4e;
    text-transform: uppercase;
    margin-left: 5px;
}
.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #009bd5;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #009bd5;
  background-color: transparent;
}
.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
@media (max-width: 400px) {
    .navbar-default {
        margin: 30px 0;
    }
    .navbar-default .navbar-brand img {
      width: 190px;
    }
    .navbar-default .container-fluid    {
        margin: 0;
        padding: 0;
    }
    .navbar-nav {
        float: left;
    }
    .navbar-collapse   {
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0 20px 10px;
        z-index: 100000 !important;
        position: relative;
    }
}
h1  {
  color: #009bd5;
    font-size: 1.8em;
    line-height:  1.5em;
    font-weight: 300;
}
.zitat  {
    position: relative;
  color: #009bd5;
    font-size: 1.2em;
    font-style: italic;
    z-index: 20;
}
.zitat p {
    position: relative;
    z-index: 20;
}
.zitat:before  {
    position: absolute;
    font-family: georgia;
    content: '„';
    font-size: 15em;
    left: 0;
    top: -90px;
    color: rgba(178, 178, 177, 0.2);
    z-index: 1;
}
#content    {
    position: relative;
    margin: auto;
    max-width: 930px;
    min-height: 300px;
    padding-bottom: 100px;
    z-index: 1;
}


@media (max-width: 989px) {
    #content    {
        width: 95%;
    }
}



@media (max-width: 400px) {
    #content    {
        width: 85%;
    }
}

#footer {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

#footer a {
    color: #4e4e4e;
}

#footer a:hover {
    color: #009bd5;
}


.kontakt    {
    margin-top: 30px;
}
.form-control    {
    border-radius: 0;
    border-color: #bababa;
    box-shadow: none;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #ffffff;
  background-color: #009bd5;
  border-color: #009bd5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #228ab7;
  border-color: #228ab7;
}