@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Open Sans';
}
.header--logo {
  font-size: 1.4em;
  font-family: 'Oswald';
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen
and (min-width: 320px){
  .header--logo{
    padding-left: 1em;
  }
  .full-width-menu{
    padding-left: 15em;
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.footer--logo {
  font-size: 2em;
  font-family: 'Oswald';
  font-weight: 700;
  text-transform: uppercase;
  color: #F7F7F7;
  padding-bottom: 0.5em;
}
.content-boxes-v3 .col-sm-12,
.content-boxes-v3 .col-sm-11,
.content-boxes-v3 .col-sm-10,
.content-boxes-v3 .col-sm-8,
.content-boxes-v3 .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.header-v4 .navbar-default .navbar-nav > li:hover > a {
  z-index: 9999;
}
.description--boerse p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.description--boerse p:first-of-type {
  word-wrap: break-word;
}
.left-block {
  padding-left: 2.5em;
}
.content--bottom {
  padding-top: 2em;
}
.list-bottom {
  padding-bottom: 1em;
}
.boerse--info-content {
  padding-bottom: 1em;
}
.rss--title:hover {
  color: #72c02c;
  text-decoration: none;
}
.rss--title {
  color: #555;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 0.9em;
}
.headline--default {
  color: #555;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 2em;
  padding-left: 0;
}
.headline--topmeldung {
  color: #CF3732;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 2em;
  padding-left: 0;
}
.headline--boerse {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 1.6em;
}
.list-boerse {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #555;
  font-size: 1.1em;
  padding-left: 2em;
  line-height: 1.8em;
}
.list-inline {
  padding-left: 5px;
}
.margin-bottom-2 {
  margin-bottom: 2em;
}
.padtop {
  padding-top: 1em;
}
.pad-left {
  padding-left: 3em;
}
.headline--hz {
  color: #555;
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 1.4em;
  padding-left: 0;
  padding-top: 0.5em;
}
.fa {
  color: #72c02c;
  font-size: 1.3em;
  padding-right: 0.5em;
}
.fa-exchange {
  font-size: 1.1em;
  padding-right: 1em;
}
.h--index {
  font-family: 'Open Sans';
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 1em;
}
.index--break {
  font-family: 'Open Sans';
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 2.35em;
}
span.label {
  font-size: 1em;
  font-weight: 700;
  padding-right: 1.5em;
}
.label {
  text-align: left;
  color: #fff;
  font-weight: 700;
}
.label-default {
  background-color: #72c02c;
}
.list-row {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.text-content-link {
  color: #555;
  font-weight: 700;
}
.description--boerse {
  max-width: 85%;
  width: 85%;
  font-size: 1em;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.5em;
}
@media only screen and (min-width: 320px) {
  .header-v4 .mega-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-v1 .footer {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-v1 .copyright,
  .footer-v1 .footer-socials {
    padding-left: 1em;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*# sourceMappingURL=maps/main.css.map */
