/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url('/img/ajax-loader.gif') center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url('fonts/slick.eot'); src: url('fonts/slick.eot?#iefix') format("embedded-opentype"), url('fonts/slick.woff') format("woff"), url('fonts/slick.ttf') format("truetype"), url('fonts/slick.svg#slick') format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: #fff; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }

.colWrapper{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col13{
	float:left;
	width:32%;
	margin-right:2%;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}
.col13:nth-child(3n){
	margin-right:0;
}
.col13 img{
	height:300px;
	margin-bottom:10px;
}
.col13 h3{
	width:100%;
	font-size:14px;
	text-align:center;
	font-weight: 600;
}


/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background-color: #2f2f2f;
    color: #fff;
    padding-bottom: 70px;
}
a {
    color: #fff;
    outline: 0;
    outline: none;
}
a:hover, a:focus {
    color: #d2322d;
    outline: none;
    outline: 0;
}
:focus {
    -moz-outline-style: none;
}
.nav > li > a {
    padding: 10px 0 10px 4px;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "";
    padding: 0;
}
.rbFade .image img {
    max-width:100%;
    max-height:100%;
    display:block;
    height: auto;
}
a.pdfDownload{
	float:left;
	width:100%;
	font-weight:bold;
	color:#d2322d;
}
@media only screen and (max-width: 800px) {
    .rbFade .image {
        height: auto;
        max-width: 100%;
    }
    .rbFade .image img {
        height: auto;
    }
}
@media only screen and (max-width: 400px) {
    .logoBrand img {
        display: block;
        height: auto;
        max-width: 100%;
    }
}


.rbContent {
    padding-top: 20px;
    margin-top: 0;
}
.rbText {
    margin-top: 25px;
}
.rbText a:hover, .rbText a:focus {
	color: #d2322d;
	text-decoration: none;
}
.rbLinkText {
    margin-top: 5px;
}
.rbText p {
    margin-bottom: 20px;
}
.rbText h5 {
    margin-bottom: 20px;
}
.rbText p.orderLink {
    margin-bottom: 50px;
    margin-top: 50px;
}
.rbText p.orderLink a, .orderLink a:hover {
    color: #d2322d;
    font-weight: 700;
}
.rbText hr.rbHr {
    margin-bottom: 50px;
    margin-right: 15px;
    margin-top: 30px;
}

.rbNavi {
    margin-top: 4%;
}
@media (min-width: 1024px) {
    .rbContent {
        padding-top: 0;
        margin-top: 2em;
    }
}
.rbBack a {
    color: #999;
    font-weight: 600;
    text-decoration: none;
}
.rbPDF a {
    color: #d2322d;
    font-weight: 600;
    text-decoration: none;
}
.logoBrand {
    margin-bottom: 0;
    margin-top: 0;
}

.fixThisLink {
    position: relative;
    top: 135px;
}
.fluid-link-block {
    position: relative;
}
.fluid-link {
    position: absolute;
    top: 0;
    left: 260px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .fluid-link {
        display: none;
    }
}


/*Bootstrap overwrite*/
.bs-docs-sidebar {
    margin-top: 30px;
}
.bs-docs-sidebar .nav .nav {
    display: block;
}
.bs-docs-sidebar .nav > li > a {
    font-weight: 600;
}
.bs-docs-sidebar .nav > .active > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active:focus > a {
    color: #d2322d;
}
.bs-docs-sidebar .nav .nav > li > a {
    font-weight: 600;
    color: #999;
}
.bs-docs-sidebar .nav .nav > li > a:hover, .bs-docs-sidebar .nav .nav > li > a:focus {
    color: #d2322d;
}
.bs-docs-sidebar .nav .nav > .active > a, .bs-docs-sidebar .nav .nav > .active:hover > a, .bs-docs-sidebar .nav .nav > .active:focus > a {
    color: #d2322d;
    font-weight: 600;
}
.bs-docs-sidebar .nav > li > a:focus {
    color: inherit;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    vertical-align: bottom;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb a:hover,.breadcrumb a:focus {
    color: #999;
    text-decoration: none;
}
@media (min-width: 992px) {
    .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}
dt {
    font-weight: 600;
}
.dl-horizontal dd {
    margin-left: 50px;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 50px;
}
/*Slick Slider overwrite*/
.slick-dots {
    bottom: auto;
    left: 55px;
    margin-bottom: 0;
    top: 0;
    width: auto;
}
@media (min-width: 768px) {
    .slick-list {
        padding-top: 35px;
    }
}

.slick-prev, .slick-next {
    margin-top: 0;
    top: 1px;
    left:0;
}
.slick-next {
    left:30px;
    right: auto;
}
.slick-slider { margin-bottom: 0; }

.bs-docs-sidebar .nav .nav > li{
    font-weight: 600;
    color: #666;
    padding-left: 12px;
  }






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.a_red_bold {
	font-weight: 700;
	color: #C00;
}
.rbText redbold {
	font-weight: 700;
	color: #d2322d;
}
.container-fluid .row.rbContent .col-md-9.col-sm-8 .row .rbText .row .col-md-9.col-lg-9.col-sm-9.col-xs-12 p a {
	font-weight: 700;
	color: #d2322d;
}
.unterliste {list-style-type: decimal;padding: 0px;margin-top: 0em;margin-right: 0em;margin-bottom: 0em;margin-left: -2em;}

.col-xs-4.col-sm-6.col-md-10{
    position: relative;
  }
  .instagram{
    position:absolute;
    top: -4px;
    right: 150px;
    width:28px;
  }
  .instagram img{
    width:100%;
    opacity:0.5;
  }
  .instagram img:hover{
    opacity:1;
  }
