/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 20, 2015 */

/* OpenSans - Firefox-Hausschrift-Typ für Silverstripe aufbereitet */

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../opensans-bolditalic-webfont.eot');
    src: url('../opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../opensans-bolditalic-webfont.woff2') format('woff2'),
         url('../opensans-bolditalic-webfont.woff') format('woff'),
         url('../opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibolditalic';
    src: url('../fonts/opensans-semiboditalic-webfont.eot');
    src: url('../fonts/opensans-semiboditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semiboditalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semiboditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-semiboditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semiboditalic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
a, a.visited, a:visited, a:focus,
a.navbar-brand, a.share, a.searchlink, a.ss-broken, a.ss-broken:hover, a[data-toggle="modal"], a[data-toggle="collapse"] {
  color: #ffaf00;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #ffaf00;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 1em;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.left {
    text-align: left
}
.center, .text-center {
    text-align: center
}
.right {
    text-align: right
}
/* IMAGES 
-------------------------------------------- */
img {
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
    width:auto;
}
img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
    width: auto;
    height: auto;
}
img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
    width: auto;
    height: auto;
    max-width: 100%;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
    width: auto;
    height: auto;
    max-width: 100%;
}
