#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/*
 * CSS-Crush(ed) on 2023-02-07 09:42:06 +0100
 * http://github.com/peteboere/css-crush (v2.1.0-beta)
 *
 */
/*.............................................................................
    BooZii - A responsive bootstrap
    Package: Bootstrap
    Description: constructor file
    Author: Joe Ray Gregory @ slashworks
    License: LGPL
.............................................................................*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Imports
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* basic and required imports */
/* config */
/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
.............................................................................*/
/*----------------------------------------------------------------------------
:Desc Define some standard grid values and prepare use of variables with css crush
-----------------------------------------------------------------------------*/
/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 *
 * Table of contents
 * -----------------------------------------
 * 1. Basic Variables
 * 2. Extensions
 *
 */
/* ==========================================================================
	1. Basic Variables
   ========================================================================== */
/* ==========================================================================
	2. Extensions - use: .class{@include myFirstDependencie}
   ========================================================================== */
.baseButton {
    font-size: 100%;
    padding: .5em 1.5em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: 0 rgba(0,0,0,0);
    background-color: #ccc;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .1s linear box-shadow;
    -moz-transition: .1s linear box-shadow;
    -o-transition: .1s linear box-shadow;
    transition: .1s linear box-shadow;
}

/* core files */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace,serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    padding: 0;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-size: 13px;
}
img,
object,
embed {
    max-width: 100%;
}
img {
    height: auto;
}
iframe {
    width: 100%;
}

/*.............................................................................
    Package: Menu
    Description: Menu Helpers to quickly build up Menues
    Author: Joe Ray Gregory
    Lisence: LGPL
.............................................................................*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Global grid basics
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------------------------------
:Desc Define some standard grid values and prepare use of variables with css crush
-----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
:Desc Defines the base style of the grid wrapper thats needed to hold the units
-----------------------------------------------------------------------------*/
.grid {
    width: 100%;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}

/*----------------------------------------------------------------------------
:Desc Defines the base style of each unit
-----------------------------------------------------------------------------*/
.u_1,
.u_2,
.u_3,
.u_4,
.u_5,
.u_6,
.u_7,
.u_8,
.u_9,
.u_10,
.u_11,
.u_12,
.u_13,
.u_14,
.u_15,
.u_16,
.u_17,
.u_18,
.u_19,
.u_20,
.u_21,
.u_22,
.u_23,
.u_24 {
    margin-left: 1.66667%;
    margin-right: 1.66667%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------------------------------------------------------------------------
:Desc Defines the width of each unit
-----------------------------------------------------------------------------*/
.u_1 {
    width: 5%;
}
.u_2 {
    width: 13.33333%;
}
.u_3 {
    width: 21.66666%;
}
.u_4 {
    width: 29.99999%;
}
.u_5 {
    width: 38.33332%;
}
.u_6 {
    width: 46.66665%;
}
.u_7 {
    width: 54.99998%;
}
.u_8 {
    width: 63.33331%;
}
.u_9 {
    width: 71.66664%;
}
.u_10 {
    width: 79.99997%;
}
.u_11 {
    width: 88.3333%;
}
.u_12 {
    width: 96.66663%;
}
.u_13 {
    width: 104.99996%;
}
.u_14 {
    width: 113.33329%;
}
.u_15 {
    width: 121.66662%;
}
.u_16 {
    width: 129.99995%;
}
.u_17 {
    width: 138.33328%;
}
.u_18 {
    width: 146.66661%;
}
.u_19 {
    width: 154.99994%;
}
.u_20 {
    width: 163.33327%;
}
.u_21 {
    width: 171.6666%;
}
.u_22 {
    width: 179.99993%;
}
.u_23 {
    width: 188.33326%;
}
.u_24 {
    width: 196.66659%;
}

/*----------------------------------------------------------------------------
: Clear First-Childs
-----------------------------------------------------------------------------*/
.grid [class^=u_]:first-child,
.u_12,
.grid-first {
    clear: both;
}

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. BODY
 * 2. HEADLINES
 * 3. LIST
 * 4. TEXTFORMAT
 * 5. FORM
 * 6. TABLE
 * 7. ACCORDION
 * 8. SLIDER
 */
/* ==========================================================================
	1. BODY
   ========================================================================== */
html {
    font-size: 15px;
    font-family: arial,sans-serif;
    color: #191919;
}

/* ==========================================================================
	2. HEADLINES
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1,
.h1 {
    font-size: 3rem;
}
h2,
.h2 {
    font-size: 2.5rem;
}
h3,
.h3 {
    font-size: 2.3rem;
}
h4,
.h4 {
    font-size: 2rem;
}
h5,
.h5 {
    font-size: 1rem;
}
h6,
.h6 {
    font-size: 1rem;
}
h1 small,
.h1 small {
    font-size: 2.5rem;
}
h2 small,
.h2 small {
    font-size: 1.3rem;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: .9rem;
}

/* ==========================================================================
	3. LIST
   ========================================================================== */
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
dl {
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}

/* ==========================================================================
    4. TEXTFORMAT
    ========================================================================== */
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999;
}
blockquote small:before {
    content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code,
pre {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}
code {
    padding: 2px 4px;
    font-size: .9rem;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: .9rem;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: rgb(242,242,242);
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

/* ==========================================================================
	5. FORM
   ========================================================================== */
form {
    margin: 0;
}
form fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
form legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
form button,
form input,
form select,
form textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
form button,
form input {
    line-height: normal;
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
form button[disabled],
form input[disabled] {
    cursor: default;
}
form input[type=checkbox],
form input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
form input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
form input[type=search]::-webkit-search-cancel-button,
form input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
form button::-moz-focus-inner,
form input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
form textarea {
    overflow: auto;
    vertical-align: top;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: .8rem;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

/* stacked */
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form label,
form textarea {
    display: block;
    margin: .25em 0;
}
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus,
form select:focus,
form textarea:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color: #129FEA;
}
form input[type=file]:focus,
form input[type=radio]:focus,
form input[type=checkbox]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA;
}
form .pure-checkbox,
form .pure-radio {
    margin: .5em 0;
    display: block;
}
form input[type=text][disabled],
form input[type=password][disabled],
form input[type=email][disabled],
form input[type=url][disabled],
form input[type=date][disabled],
form input[type=month][disabled],
form input[type=time][disabled],
form input[type=datetime][disabled],
form input[type=datetime-local][disabled],
form input[type=week][disabled],
form input[type=number][disabled],
form input[type=search][disabled],
form input[type=tel][disabled],
form input[type=color][disabled],
form select[disabled],
form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
form input[readonly],
form select[readonly],
form textarea[readonly],
form input[readonly]:focus,
form select[readonly]:focus,
form textarea[readonly]:focus {
    background: #eee;
    color: #777;
    border-color: #ccc;
}
form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
    color: #b94a48;
    border: 1px solid #ee5f5b;
}
form input:focus:invalid:focus,
form textarea:focus:invalid:focus,
form select:focus:invalid:focus {
    border-color: #e9322d;
}
form input[type=file]:focus:invalid:focus,
form input[type=radio]:focus:invalid:focus,
form input[type=checkbox]:focus:invalid:focus {
    outline-color: #e9322d;
}
form select {
    border: 1px solid #ccc;
    background-color: #fff;
}
form select[multiple] {
    height: auto;
}
form label {
    margin: .5em 0 .2em;
    font-size: 90%;
}
form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0;
}
form legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    font-size: 125%;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

/* ==========================================================================
	6. TABLE
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}
table caption {
    color: #000;
    font: italic 85%/1 arial,sans-serif;
    padding: 1em 0;
    text-align: center;
}
table td,
table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 6px 12px;
}
table td:first-child,
table th:first-child {
    border-left-width: 0;
}
table thead {
    background: rgb(224,224,224);
    color: #000;
    text-align: left;
    vertical-align: bottom;
}
table td {
    background-color: transparent;
}
table tr:nth-child(2n-1) td {
    background-color: rgb(242,242,242);
}

/* ==========================================================================
	7. BUTTONS
   ========================================================================== */
button,
input[type='submit'],
.button,
.submit {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
button::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
.button::-moz-focus-inner,
.submit::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
input[type='submit'],
.button,
.submit {
    font-size: 100%;
    padding: .5em 1.5em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: 0 rgba(0,0,0,0);
    background-color: #ccc;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .1s linear box-shadow;
    -moz-transition: .1s linear box-shadow;
    -o-transition: .1s linear box-shadow;
    transition: .1s linear box-shadow;
}
button:hover,
input[type='submit']:hover,
.button:hover,
.submit:hover,
button:focus,
input[type='submit']:focus,
.button:focus,
.submit:focus {
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: -moz-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    -webkit-box-shadow: 0 0 0 1px rgba(150,150,150,.15) inset,0 0 6px rgba(150,150,150,.2) inset;
    box-shadow: 0 0 0 1px rgba(150,150,150,.15) inset,0 0 6px rgba(150,150,150,.2) inset;
}
button:focus,
input[type='submit']:focus,
.button:focus,
.submit:focus {
    outline: 0;
}
button:active,
input[type='submit']:active,
.button:active,
.submit:active {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
}
button[disabled]:hover,
button[disabled]:focus,
input[type='submit'][disabled]:hover,
input[type='submit'][disabled]:focus,
.button[disabled]:hover,
.button[disabled]:focus,
.submit[disabled]:hover,
.submit[disabled]:focus {
    border: 0;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ==========================================================================
    7. ACCORDION
    ========================================================================== */
.ce_accordion {
    display: block;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.ce_accordionSingle {
    margin: 0 0 10px;
}
.ce_accordionStart:nth-child(2n) {
    border-top: none;
}
.toggler {
    padding: 9.5px;
    cursor: pointer;
}
.toggler:focus {
    outline: none;
}
.accordion {
    padding: 9.5px;
}

/* ==========================================================================
    8. SLIDER
    ========================================================================== */
.ce_sliderStart {
    position: relative;
}
.content-slider {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.slider-wrapper {
    overflow: hidden;
    position: relative;
}
.slider-wrapper > * {
    float: left;
    width: 100%;
    position: relative;
}
.slider-control {
    height: 30px;
}
.slider-control a,
.slider-control span {
    position: absolute;
    display: inline-block;
}
.slider-control .slider-prev {
    top: 0;
    left: 0;
    height: 100%;
    width: 75px;
    z-index: 100;
    background: #ccc;
    text-indent: -9999px;
}
.slider-control .slider-next {
    top: 0;
    right: 0;
    height: 100%;
    width: 75px;
    z-index: 100;
    background: #ccc;
    text-indent: -9999px;
}
.slider-control .slider-menu {
    bottom: 10px;
    height: 30px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    font-size: 3rem;
    text-align: center;
}
.slider-control .slider-menu b {
    color: #fff;
    cursor: pointer;
}
.slider-control .slider-menu b.active {
    color: #333;
}

/* theme dependent imports */
/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 *
 * Table of contents
 * -----------------------------------------
 * 1. HTML Elements
 * 2. LAYOUT
 * 3. CE_ Features
 * 4. MOD_ Features
 * 5. MODULES
 */
/* ==========================================================================
	1. HTML Elements
   ========================================================================== */
body .jPanelMenu-panel,
body {
    background-image: url('/files/theme/brgs/img/body_backing.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/* header
========================================================================== */
#header ul {
    margin-bottom: 0;
}
.mod_calendar {
    overflow: scroll;
}
body h3 {
    font-size: 1.7rem;
}

/**
 * Short description using Doxygen-style comment format
 *
 *
 */
/* Basic Comment */
/* ==========================================================================
	2. LAYOUT
   ========================================================================== */
#logo {
    position: relative;
    margin: 15px 0;
    float: left;
    max-width: 70%;
}

@media screen and (max-width: 768px){
    #logo{
        position: relative;
        margin: 0px 0 30px;
        float: left;
    }
}

#wrapper {
    border-color: #801048;
}

/* ==========================================================================
	3. CE_ Features
   ========================================================================== */
/* ce_download
========================================================================== */
.ce_download {
    padding: 8px;
}
.portfolioteaser li img {
    filter: none;
}

/* ==========================================================================
	4. MOD_ Features
   ========================================================================== */
/* Sub Section comment block
========================================================================== */
/* ==========================================================================
	5. MODULES
   ========================================================================== */
/* Search
========================================================================== */
#top .mod_search .submit {
    margin-top: 3px;
    background-color: #801048;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Page Image
========================================================================== */
.ce_pageimages {
    clear: both;
}

/* Main Menu
========================================================================== */
nav#mainmenu ul li > a,
nav#mainmenu ul li > span {
    padding: 50px 10px;
}

/* nachrichtenliste */
.home li.nachrichtenliste {
    border-bottom: none;
}

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. Global Helper Styles
 */
/* 1. Global Helper Styles
   ========================================================================== */
.centerize {
    margin: 0 auto;
}
.stretch {
    width: 100%;
    float: left;
}
.invisible {
    width: 0;
    height: 0;
    left: -1000px;
    top: -1000px;
    position: absolute;
    overflow: hidden;
    display: inline;
}

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. Desktop "normal"
 * 2. 1024 Landscape
 * 3. < 1024
 * 4. < 768
 * 5. < 480
 */
/* ==========================================================================
	1. Desktop "normal"
   ========================================================================== */
.showat320,
.showat480,
.showat768,
.hideat1024 {
    display: none;
}

/* ==========================================================================
	2. 1024 Landscape
   ========================================================================== */
/* ==========================================================================
	3. < 1024
   ========================================================================== */
@media screen and (max-width: 1023px) {
    .hideat1024 {
        display: block;
    }
    .hideat768 {
        display: none;
    }
}

/* ==========================================================================
	4. < 768
   ========================================================================== */
@media screen and (max-width: 767px) {
    .hideat480 {
        display: none;
    }

    /*----------------------------------------------------------------------------
        :Desc Defines the base style of the grid wrapper thats needed to hold the units
        -----------------------------------------------------------------------------*/
    .grid {
        min-width: 0;
    }

    /*----------------------------------------------------------------------------
        :Desc Reset all unit styles
        -----------------------------------------------------------------------------*/
    .u_1,
    .u_2,
    .u_3,
    .u_4,
    .u_5,
    .u_6,
    .u_7,
    .u_8,
    .u_9,
    .u_10,
    .u_11,
    .u_12,
    .u_13,
    .u_14,
    .u_15,
    .u_16,
    .u_17,
    .u_18,
    .u_19,
    .u_20,
    .u_21,
    .u_22,
    .u_23,
    .u_24 {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .showat480 {
        display: block;
    }
}

/* ==========================================================================
	5. < 480
   ========================================================================== */
@media screen and (max-width: 479px) {
    .hideat320 {
        display: none;
    }
}

/* ==========================================================================
  CSS from slashworks
   ========================================================================== */
/**
 * @author Stefan Melz @ slashworks stefan@slash-works.de
 * @description provides global helper classes for basic element styling and positioning
 *
 * Table of contents
 * -----------------------------------------
 * 1. 1024 Landscape
 * 2. < 1024
 * 3. < 768
 * 4. < 480
 */
/* ==========================================================================
	1. 1024 Landscape
   ========================================================================== */
@media screen and (max-width: 1024px) and (orientation:landscape) {
}

/* ==========================================================================
	2. < 1024
   ========================================================================== */
@media screen and (max-width: 1023px) {
}

/* ==========================================================================
	3. < 768
   ========================================================================== */
@media screen and (max-width: 767px) {
}

/* ==========================================================================
	4. < 480
   ========================================================================== */
@media screen and (max-width: 479px) {
}

/*# sourceMappingURL=booztrap.crush.css.map */

video{
    max-width: 100%;
}

.ce_accordion .accordion,
.ce_accordion .toggler{
    padding: 15px;
    border-bottom: none;
}

.ce_accordion .toggler.active{
    border-bottom: 1px solid #b9bcbe;
}

.ext-pdf a{
    background: url('/assets/contao/images/iconPDF.svg') left center no-repeat;
    background-size: contain;
    padding-left: 25px;
}

.mod_search .formbody{
    display: flex;
}




@media screen and (max-width: 989px){
    #submenu{
        display: block;
    }

    body.sidebar_right #main{
        width:100%;
        margin-bottom: 50px;
    }

    body.sidebar_right #right{
        width: 100%;
        margin-left: 0;
        float: none;
        clear: both;
    }

    body.sidebar_right #right .inside{
        padding-left: 25px;
    }
}
