/* Roboto:400,100,300,500,700,900' */
/* Roboto Condensed:400,300,700' */
/* blau: #008bd2 */


body{ font-family: 'Roboto Condensed', sans-serif; font-weight: 400; font-size: 15px; background: url(../bilder/elemente/top.svg) left top no-repeat; background-size:contain; /*background-attachment: fixed;*/ }

header { margin-bottom: 50px; }

.rel {position: relative;}

/*header .container {padding: 0 10px;}*/

.inhalt {padding: 30px 0;}

/* Text */

h1 { color:#ccc; font-size: 1.2em; font-weight: 500; text-align: right; text-transform: uppercase;}

h2 { color:#008bd2; font-size: 1.6em; text-transform: uppercase; font-weight: 700; padding-bottom: 15px; border-bottom: 2px dashed #008bd2;}

h3 { color:#008bd2; font-size: 1.4em; font-weight: 500; padding-bottom: 10px;}

h4 { color:#008bd2; font-size: 1.2em; font-weight: 500; padding-bottom: 10px;}

h5 { color:#fff; font-size: 1.6em; font-weight: 700; text-transform: uppercase;}

h6 { color:#fff; font-size: 1.4em; }

.name {color:#fff; font-size: 2.0em; font-weight: 500; text-align: right; text-transform: uppercase;}

span {color: #cc0000; font-weight: 600; font-size: 1.1em;}

p { color:#666666; font-size: 1.1em;}

p a { color:#008bd2; font-weight: 400;}

.inhalt ul { list-style: square; padding-left: 20px;}

li { color:#666633; font-size: 1.1em;}

.teiler { margin: 5px 0;}

/* Navi */

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #cc0000;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #cc0000;
  }
}

/* bilder */

img {padding: 5px 0;}

.bild-links{ margin: 0 10px 0 0;}

footer{ padding: 20px 0 10px 0;}

footer p{ color:#fff; font-size: 1.0em; font-weight: 300;}

footer p a{ color:#fff;}

footer small a { color:#fff;}

footer ul {padding-left: 20px; list-style: square; }

footer ul li { color: #fff; font-size: 1.0em; }

footer ul li a { color: #fff; }

.bgfooter { background-color: #008bd2; }