@charset "utf-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  vertical-align: top;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
p {
	padding: 0;
	margin: 0;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

@font-face {
  font-family: 'lg';
  src: url("/templates/t2b_default/fonts/lg.eot?n1z373");
  src: url("/templates/t2b_default/fonts/lg.eot#iefixn1z373") format("embedded-opentype"), url("/templates/t2b_default/fonts/lg.woff?n1z373") format("woff"), url("/templates/t2b_default/fonts/lg.ttf?n1z373") format("truetype"), url("/templates/t2b_default/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;font-display:swap;}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
/*.lSAction > a {
	font-family: 'lg';
	font-weight: normal;
	text-align: center;
	line-height: 32px;
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.9;
    -webkit-transition: opacity 0.75s linear 0s;
    transition: opacity 0.75s linear 0s;
	-webkit-font-smoothing: antialiased
}*/
.lSAction .lSPrev, .lSAction .lSNext {
  font-family: 'lg';
  background-color: rgba(35, 36, 41, 0.45);
  border-radius: 0;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cont-magnifier {
  font-family: 'lg';
  background-color: rgba(35, 36, 41, 0.45);
  border-radius: 0;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px;
  z-index: 1;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: none;
}
.cont-magnifier img {
	opacity: 0.4;
}
.cont-magnifier img:hover {
	opacity: 1;
}
.lSAction > a:hover {
    opacity: 1;
	color: #FFFFFF;
}
.lSAction > .lSPrev {
    left: 0;
}
.lSAction .lSPrev:after {
	content: "\e094";
}
.lSAction > .lSNext {
    right: 0;
}
.lSAction .lSNext:before {
	content: "\e095";
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
@font-face {
  font-family: 'lg';
  src: url("/templates/t2b_default/fonts/lg.eot?n1z373");
  src: url("/templates/t2b_default/fonts/lg.eot#iefixn1z373") format("embedded-opentype"), url("/templates/t2b_default/fonts/lg.woff?n1z373") format("woff"), url("/templates/t2b_default/fonts/lg.ttf?n1z373") format("truetype"), url("/templates/t2b_default/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;font-display:swap;}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(35, 36, 41, 0.45);
  border-radius: 0;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 5px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 5px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(35, 36, 41, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(35, 36, 41, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/templates/t2b_default/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/templates/t2b_default/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/templates/t2b_default/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/templates/t2b_default/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/templates/t2b_default/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("/templates/t2b_default/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #232429;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
/* Left Navigation
-----------------------------------------------*/
.navigation {
	width: 100%;
	color: #919294;
	font-size: 1rem;
	line-height: 1.7em;
	overflow-y: auto;
	padding: 55px 0 30px 0;
}

ul.sidemenu li.current, ul.sidemenu li.active, .sidemenu li:hover {
	background: #2e2f34;
}
.navigation a:link, .navigation a:visited {
	color: #919294;
	text-decoration: none;
}
	/* First Level */
	.navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.navigation ul li {
		padding: 0.25rem 0 0 3rem;
	}
	.navigation ul li.active, .navigation ul.li:hover {
		background: #2e2f34;
	}
	.navigation ul li.current {
		background: #2e2f34 url('/templates/t2b_default/images/arrow-02.png') 1.5rem 0.1rem no-repeat;
	}
	.navigation ul li a, .navigation ul li span {
		display: block;
		text-decoration: none;
		opacity: 1;		
		
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;

	}
	.navigation ul li a:hover, .navigation ul li .separator-hover {
		text-decoration: none;
		/*padding-left: 0.5em;*/
		
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
		/* Second Level */
		.navigation ul ul {
			background: transparent;
		}
		.navigation ul ul li {
			padding: 0 0 0 1.5rem;
		}
		.navigation ul ul li.current {	
			background: #2e2f34 url('/templates/t2b_default/images/arrow-02.png') 0.2rem -0.2rem no-repeat;
		}
		.navigation ul ul li a, .navigation ul ul li span {
			display: block;
		}
		.navigation ul ul li a:hover {
		}
			/* Third Level */
			.navigation ul ul ul {
				background: transparent;
			}
			.navigation ul ul ul li {
				padding: 0 0 0 1.5rem;
			}
			.navigation ul ul ul li.current {	
				background: #2e2f34 url('/templates/t2b_default/images/arrow-02.png') 0.2rem -0.2rem no-repeat;
			}
			.navigation ul ul ul li a, .navigation ul ul li span {
				display: block;
			}
	/* Accordion Button */
	ul li.has-subnav .accordion-btn {
		background: rgba(255,255,255, 0.15);
	}
	
	.accordion-expanded, .accordion-collapsed {
		background: none !important;
	}
	
	.accordion-btn {
		padding: 0 !important;
		width: 1.2rem !important;
	}
	.expandButton img {
		position: relative;
		top: -0.1rem;
		width: 100%;
		display: block;
		margin: 0;
	}
	span.expandButton {
		display: block !important;
		width: 1.2rem !important;
		height: 1.2rem !important;
		padding: 0 !important;
		position: absolute;
		top: 0.4rem;
		right: 0.4rem;
	}
/*	.accordion-btn-wrap {
		width: 100% !important;
		height: 44px;
	}
*/
/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/


/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/

[aria-label][role~="tooltip"] {
  position: relative;
}

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~="tooltip"]::after {
  font-family: 'PTSansBold';
  background: rgba(240, 240, 240, 1);
  border-radius: 0;
  color: #232429;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, inherit);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  line-height: inherit;
  padding: 1.8rem 2rem;
  white-space: nowrap;
  box-sizing: content-box;
}

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}



/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/

[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%28240,%20240,%20240,%201%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}


/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}


/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}


/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}


/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0);
}


/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px;
}

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px;
}

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px;
}
/* CSS Document */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTN57F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTN57F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTN57F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTN57F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTN57F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTC75F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTC75F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTC75F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTC75F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTC75F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTC55F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTC55F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTC55F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTC55F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTC55F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTS76F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTS76F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTS76F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTS76F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTS76F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}

@font-face {
    font-family: 'PTSansBold';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTS75F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTS75F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTS75F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTS75F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTS75F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}

@font-face {
    font-family: 'PTSansItalic';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTS56F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTS56F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTS56F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTS56F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTS56F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}

@font-face {
    font-family: 'PTSansRegular';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTS55F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTS55F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTS55F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTS55F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTS55F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('http://www.taubitz-immobilienconsulting.de/templates/t2b_default/fonts/PTN77F-webfont.eot');
    src: url('/templates/t2b_default/fonts/PTN77F-webfont.eot') format('embedded-opentype'),
         url('/templates/t2b_default/fonts/PTN77F-webfont.woff') format('woff'),
         url('/templates/t2b_default/fonts/PTN77F-webfont.ttf') format('truetype'),
         url('/templates/t2b_default/fonts/PTN77F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;font-display:swap;}


body, html {
	font-family: 'PTSansRegular', sans-serif;
	/*background: #232429 url('/templates/t2b_default/images/bg-body.png') top center repeat-y;*/
	background: #232429;
	color: #232429;
	font-size: 13px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	
	hyphens: auto;
}
.outer {
	background: #232429 /*#2e2f34*/;
	margin: 0 auto;
}
.topper {
	background: #ffffff;
	position: relative;
}
.cont-content-outer {
	background: #e9e9e9;
}
.cont-content-inner {
	background: #ffffff;
}
.cont-objectdata {
	background: #e9e9e9;
}
.brownie-outer {
	background: #232429;
}
.brownie-inner {
	background: #AC9D76;
}
.brownie-special {
	background: #9D8F6C;
}
.itemNavigation {
	background: #ffffff;
}
.itemTitle, .itemBody {
	background: #ffffff;
}
.cat-title-outer {
	background: #232429;
/*	background: #9d8f6c;*/
}
.cat-title-inner {
	background: #ac9d76;
}
.cat-title-shadow {
	background: #9d8f6c;
}
.content-footer-outer {
	background: #232429 /*#2e2f34*/;
    display: block;
}
.content-footer-inner {
	background: #ffffff;
}
.itemList {
	background: #ffffff;
	width: 100%;
}
.itemContainer {
	
}


/* assessment */
.assessment .brownie-outer {
	background: #232429;
}
.assessment .brownie-inner {
	background: #018089;
}
.assessment .brownie-special {
	background: #02727a;
}


.cat-title-light {
	font-family: 'PTSansRegular', sans-serif;
}



strong {
	font-family: 'PTSansBold', sans-serif;
	font-weight: normal;
}
.componentheading {
	background: #ffffff;
}
h1, h2, h3, h4, .componentheading {
	font-family: 'PTSansBold', sans-serif;
	font-weight: normal;
	margin: 0;
	hyphens: none;
}
a, a:link, a:visited {
	color: #232429;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
p a, .cont-content-inner ul a, .cont-content-inner ol a {
	font-family: 'PTSansBold', sans-serif;
	font-weight: normal;
    display: inline-block;
}
p a:hover, .cont-content-inner ul a:hover, .cont-content-inner ol a:hover {
    text-decoration: underline;
}
/*
p a::after, .cont-content-inner ul a::after {
    content: '\2192';
}
*/
.cont-hometeaser-headline h1 a {
    color: #ffffff !important;
}
p a.biggie {
    text-decoration: none;
}
p a.biggie::after {
    content: ' ';
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol {
    padding: 0;
    margin: 0;
}
ul li {
	list-style: none;
}

.partner-logo {
    margin: 1rem 0 0 0;
    width: 10rem;
}
.partner-logo img {
    width: 100%;
    display: block;
}

.cont-content-inner ul li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}
.cont-content-inner ol li {
	margin: 0 0 1rem 1.5em;
}





.label-objectdata {
	font-family: 'PTSansBold', sans-serif;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.value-objectdata {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.headline-objectdata {
	font-family: 'PTSansBold', sans-serif;
}
.catItemView:hover {
	background: #e9e9e9;
}
.pagination-list li.active a {
	color: inherit;
	font-family: 'PTSansBold', sans-serif;
}

.cont-teaser {
	position: relative;
}
.cont-teaser img {
	margin-left: 50%;
	transform: translateX(-50%);
}
.cont-hometeaser-headline {
	color: #ffffff;
	position: relative;
	z-index: 3;
}
.smallie {
	font-family: 'PTSansRegular', sans-serif;
}
.cont-shadow {
	background: #232429;
	opacity: 0.25;
	position: relative;
	z-index: 2;
}
.teaser-headline {
	font-family: 'PTSansRegular', sans-serif;
	color: #ffffff;
}
.cont-form, .gbs3 {
	background: #f0f0f0;
}
.cont-header {
	position: relative;
	width: 100%;
	background: #e9e9e9;
}

.cont-homeslider {
	background: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.cont-homeslider:hover {
	background: #e9e9e9;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.bg-brown .homeslider-image {
	background: #AC9D76;
}
.homeslider-image {
	background: #232429;
}
.homeslider-text {
	height: 100%;
}
.homeslider-image img {
	display: block;
}

.clr {
	clear: both;
	height: 0;
	overflow: hidden;
}


input {
	font-family: 'PTSansBold', sans-serif;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
}
input:-moz-read-only { /* For Firefox */
	font-family: 'PTSansRegular', sans-serif;
}
input:read-only { 
	font-family: 'PTSansRegular', sans-serif;
}
textarea {
	font-family: 'PTSansBold', sans-serif;
    margin: 0;
    border: 0 solid #ccc;
    border-radius: 0;
    overflow: hidden;
    background-color: transparent;
	min-height: 10rem;
	width: 100%;
    border-bottom: 1px solid #cccccc;
	padding: 0.5rem 0 0 0;
}
#fin-dropdown8, #fin-dropdown12 {
    margin: 0;
    border: 0 solid #ccc;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    background: #fff url('/templates/t2b_default/images/arrow-select.png') no-repeat 97% 50%;
}
#fin-dropdown8 select, #fin-dropdown12 select {
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#fin-dropdown8 select:focus, #fin-dropdown12 select:focus {
    outline: none;
}
.btn-default {
	width: auto;
	border: 0;
	text-align: left;
	background: transparent url('/templates/t2b_default/images/arrow-01.png') no-repeat right 5px;
	font-family: 'PTSansBold', sans-serif;
	padding: 0 26px 0 0;
	display: inline-block;
	height: 2em;
	line-height: 2.4em;
}

.col01-vita {
    font-family: 'PTSansBold', sans-serif;
    vertical-align: top;
}


.chrono_credits {
	display: none;
}

.separator {
	color: #232429 /*#2e2f34*/;
}
.footermenu .separator, .footermenu a {
	color: #919294;
}

.cont-keywords a:link, .cont-keywords a:visited {
    color: #626367;
}

.topmenu li {
	float: left;
	text-transform: uppercase;
}
.sidemenu li.divider:hover {
    background: none;
}
.cont-offer-inner {
	background: #f0f0f0;
	position: relative;
}
.bedded {
	font-family: 'PTSansBold', sans-serif;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	background: #f0f0f0;
}

.slider {
	position: relative;
	overflow: hidden;
}
.slider ul, .slider ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}


.slides {
	height: 100%;
	
	/* Simple clear fix */
	overflow: hidden;
	
	/**        
	 * Prevent blinking issue
	 * Not tested. Experimental.
	 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;

	/**
	 * Here is CSS transitions
	 * responsible for slider animation in modern broswers
	 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
        
.slide {
	position: relative;
	height: 100%;
	float: left;
	clear: none;
}
.slide img {
	width: 100%;
	display: block;
}
.slider-arrows {
	margin: -40px 0 0 0;
}
.slider-arrow {
	background: #232429;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 50px;
	opacity: 0.25;
}
.slider-arrow:hover {
	opacity: 0.50;
}
.slider-arrow--right {
	float: right;
}
.slider-arrow--left {
	float: left;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.itemImageBlock {
	width: 100%;
}
.itemImageBlock img {
	display: block;
	width: 100% !important;
}
/* Hidden */
.item-122 ul {
	display: none;
}

.hometeaser {
	width: 100%;
	position: relative;
}
.hometeaser img {
	width: 100%;
	display: block;
}
.deko {
    background: #9e8f6c;
}
.cont-hometext-outer {
    background: #9e8f6c;
}
.cont-hometext-inner {
	background: #AC9D76;
}
.cont-hometext-outer .content-footer-inner {
    background: #AC9D76;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}



.cont-pics {
	position: relative;
	overflow: hidden;
}



#redim-cookiehint {
	width: 100%;
	padding: 7px 10%;
	box-sizing: border-box;
	position: fixed;
	background: #9d8f6c;
	z-index: 9999999;
	bottom: 0px;
	left: 0px;
	
}

#redim-cookiehint .cookiecontent {
	display: inline-block;
	font-size: 14px;
	padding-top: 4px;
	width: 100%;
}

#cookiehintinfo a, #redim-cookiehint .cookiebuttons .btn {
	font-family: 'PTSansBold';
	display: inline-block;
	margin: 0;
	color: inherit;
	border: none;
	font-size: 1rem !important;
	height: 2em;
	line-height: 2em !important;
	margin-bottom: 3px;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #111111;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}


.item-101, #lg-download, .item-122 .mm-next {
	display: none !important;
}
.item-122 .accordion-btn-wrap, .item-122 .nav-child {
	display: none !important;
}
/*
.item-226 .accordion-btn-wrap, .item-226 .nav-child {
	display: none !important;
}
*/
.item-226 {
	background-image: none !important;
}
.item-239 .accordion-btn-wrap, .item-239 .nav-child {
	display: none !important;
}
.sidemenu li.item-161:hover {
	background: #1c363c;
}
.sidemenu li.item-161.active, .sidemenu li.item-161.active li {
	background: #1c363c;
}
.sidemenu li.item-161.current {
	background: #1c363c url('/templates/t2b_default/images/arrow-02-assessment.png') 1.5rem 0.1rem no-repeat;
}
.sidemenu li.item-161 li.current {
	background: #1c363c url('/templates/t2b_default/images/arrow-02-assessment.png') 0.2rem -0.2rem no-repeat;
}




/* flex */
.flex-width {
	width: 100%;
}
.flex-flow {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
  flex-basis: auto; /* default value */
  flex-grow: 1;
}
.flex-top {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.flex-bottom {
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.flex-left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
.flex-right {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.flex-grow {
	flex-basis: auto;
	-webkit-flex-basis: auto;
  	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.flex-stretch {
	align-items: stretch;
	-webkit-align-items: stretch;
}
.flex-between {
    justify-content: space-between;
	-webkit-justify-content: space-between;
}

/* specials */
.news .cont-teaser {
	position: relative;
	background: #e9e9e9;
}
.moduleCustomLink {
	font-family: 'PTSansBold';
	background: #f0f0f0;
}
.moduleCustomLink:hover {
	background: #e9e9e9;
}
.related {
	background: #f0f0f0;
	/*border-top: 4rem solid #232429;*/
}
.related h2 {
	background: #ffffff;
}
.related .catitemContainer {
	background: #f0f0f0;
}
.related .catitemContainer:hover {
	background: #e9e9e9;
}
.additonal.grey, .additional.grey .content-footer-inner {
	background: #f0f0f0;
}
.additional.grey .itemPretext {
	background: #f0f0f0;
}
.additional.grey .catitemContainer {
	background: #f0f0f0;
}
.additional.grey .catitemContainer:hover {
	background: #e9e9e9;
}
.additional.grey .moduleCustomLink {
	background: #f0f0f0;
}
.additional.grey .moduleCustomLink:hover {
	background: #e9e9e9;
}
.additonal.white, .additional.white .content-footer-inner {
	background: #ffffff;
}
.additional.white .itemPretext {
	background: #ffffff;
}
.additional.white .catitemContainer {
	background: #ffffff;
}
.additional.white .catitemContainer:hover {
	background: #e9e9e9;
}
.additional.white .moduleCustomLink {
	background: #ffffff;
}
.additional.white .moduleCustomLink:hover {
	background: #e9e9e9;
}
.cont-offer-inner {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.cont-offer-inner:hover {
	background: #e9e9e9;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.buttonfield {
	background: #e9e9e9 url('/templates/t2b_default/images/arrow-03.png') top right no-repeat;
}
.itemAttachments a {
	background: transparent url('/templates/t2b_default/images/arrow-02.png') 0px -5px no-repeat;
}
.cont-ivd {
	color: #919294;
}
ul.itemAttachments li {
	list-style: none !important;
	margin: 0 !important;
}
.biggie {
	font-family: 'PTSansBold';
}
.proof {
    background: #2e2f35;
    color: #f0f0f0;
}
.proof a {
    text-decoration: none;
    color: #f0f0f0;
}
.proof a:hover {
    text-decoration: none;
}
.proof-logo {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
    opacity: 0.8;
}
.proof-logo:hover {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}
.claim {
	font-family: 'PTSansBold';
}
.smaller {
    font-family: 'PTSansItalic';
}
.cont-ref img {
    width: 100%;
    display: block;
}


/* chronoforms */
.gcore-label-left {
	display: none;
}


/* hide */
.cont-teaser-headline {
}

/* materialize override */
.divider {
	height: auto !important;
	overflow: auto !important;
	background-color: transparent !important;
}
h3 {
	font-size: inherit !important;
	line-height: inherit !important;
}
tr {
	border: 0;
}
td, th {
    padding: 0 !important;
    border-radius: 0 !important;
}
.btn, .btn-large, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
    font-size: inherit !important;
}
.btn, .btn-large, .btn-small {
    text-decoration: inherit !important;
    color: inherit !important;
    background-color: transparent !important;
    text-align: inherit !important;
    letter-spacing: inherit !important;
}
.btn, .btn-large, .btn-small, .btn-flat {
    border: none;
    border-radius: 0 !important;
    display: inline-block !important;
    height: 2em !important;
    line-height: 2.4em !important;
    padding: 0 26px 0 0 !important;
    text-transform: inherit !important;
    vertical-align: inherit !important;
    -webkit-tap-highlight-color: transparent;
	box-shadow: none;
}
.btn:hover {
	box-shadow: none;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: inherit !important;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:not(.browser-default):disabled, input[type=text]:not(.browser-default)[readonly="readonly"], input[type=password]:not(.browser-default):disabled, input[type=password]:not(.browser-default)[readonly="readonly"], input[type=email]:not(.browser-default):disabled, input[type=email]:not(.browser-default)[readonly="readonly"], input[type=url]:not(.browser-default):disabled, input[type=url]:not(.browser-default)[readonly="readonly"], input[type=time]:not(.browser-default):disabled, input[type=time]:not(.browser-default)[readonly="readonly"], input[type=date]:not(.browser-default):disabled, input[type=date]:not(.browser-default)[readonly="readonly"], input[type=datetime]:not(.browser-default):disabled, input[type=datetime]:not(.browser-default)[readonly="readonly"], input[type=datetime-local]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default)[readonly="readonly"], input[type=tel]:not(.browser-default):disabled, input[type=tel]:not(.browser-default)[readonly="readonly"], input[type=number]:not(.browser-default):disabled, input[type=number]:not(.browser-default)[readonly="readonly"], input[type=search]:not(.browser-default):disabled, input[type=search]:not(.browser-default)[readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"] {
    color: inherit !important;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
label {
	font-size: 1rem;
	color: inherit;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #232429;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #232429;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #232429;
}


/* at work */
.navigation.mobile {
	padding-top: 6.1rem;
	z-index: 999;
	background: #232429;
}
h2.catitemTitle {
	hyphens: auto !important;
}
.pull-left {
	float: left;
	margin: 0 2rem 2rem 0;
}
.portraitsizer {
	width: 18rem;
}
.introtext {
    font-family: 'PTSansBold', sans-serif;
}
.introtext.bigger {
    font-family: 'PTSansRegular', sans-serif;
}

.cont-testimonials {
    background: #f0f0f0;
}
.testimonial-slider {
    list-style: none !important;
}
.testimonial-slider li {
    padding: 0 !important;
    margin: 0 !important;
}
.test-text {
    display: block;
    margin: 0 0 1rem 0;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 1rem 0 0 !important;
    padding: 0;
    text-align: left;
}
.lSSlideOuter .lSPager.lSpg li {
    margin: 0;
}

.lSSlideOuter .lSPager.lSpg li a {
    background: #8a7e5e;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #232429;
}
/*
.item-137 {
    display: none;
}
*/
.brown {
    font-family: 'PTSansItalic', sans-serif;
    background: #ac9d76;
	color: #232429;
}
.test-auth, .test-comp {
    font-family: 'PTSansRegular', sans-serif;
}
.lSPager.lSGallery {
    display: none;
}

.reference .cont-module-outer {
    margin-top: 0;
}
.reference .cont-content-outer .content-footer-outer {
    display: none;
}

.cookiebuttons {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: left;
    -webkit-justify-content: left;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.cont-module-inner {
    width: 100%;
}

.verwaltung {
    border: 5px solid #c05e2a;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: 2rem;
}
/* CSS Document */

@media only screen and (min-width: 1600px) and (max-width: 10000px) {
	body, html {
		font-size: 14px;
		line-height: 1.7rem;
		padding: 0;
	}
	.mobile {
		display: none !important;
	}
	.outer {
		max-width: 90rem;
	}
	.topper {
		width: 80%;
		height: 10rem;
		float: right;
	}
	.navigation {
		margin: 0;
		padding: 0;
		height: auto;
		overflow: auto;
	}
	.navigation-outer {
		position: relative;
		width: 20%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 6rem 0 0 0;
	}
	
	.cont-pics {
		float: left;
		width: 63%;
	}
	.cont-pics img {
		display: block;
		margin: 0 auto;
	}
	.tipp {
		position: absolute;
		left: 35%;
		top: 15px;
	}
	.cont-teaser {
		width: 100%;
		position: relative;
	}
	.itemListCategoriesBlock {
		width: 100%;
	}
	.cont-teaser img {
		display: block;
		width: 100%;
	}
	.cont-shadow {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 20%;
	}
	.homecontainer {
		width: 80%;
		float: right;
	}
	.cont-hometeaser-headline {
		position: absolute;
		left: 4.5rem;
		bottom: 6rem;
		margin: 0 0 0 20%;
		width: 50%;
	}
	.cont-hometeaser-headline .smallie {
		font-size: 2.2em;
		line-height: 1.7em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.cont-hometeaser-headline .fattie {
		font-size: 3em;
		line-height: 1.1em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.hometeaser .cont-shadow {
		width: 20%;
	}
	.cont-objectdata {
		padding: 4rem;
		float: right;
		width: 37%;
		height: 100%;
	}
	.brownie-outer {
		height: 6.4rem;
		width: 100%;
	}
	.brownie-inner {
		position: relative;
		height: 6.4rem;
		width: 63%;
	}
	.brownie-special {
		height: 6.4rem;
		width: 31.8%;
	}
	.itemCategory {
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}
	.itemNext {
		float: right;
	}
	/*
	.itemTitle {
		width: 75%;
		float: right;
		padding: 10px 25% 10px 4rem;
	}
	*/
	.itemBody {
		width: 75%;
		float: right;
		padding: 1rem 25% 4rem 4rem;
	}
	.componentheading {
		width: 75%;
		float: right;
		padding: 4.5rem 25% 2rem 4rem;
	}
	.itemTitle, .componentheading {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cont-teaser-headline {
		position: absolute;
		bottom: 0;
		left: 20%;
		padding: 4rem 4rem 3rem;
	}
	.teaser-headline {
		font-size: 2.5em;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	h3.headline-objectdata {
		font-size: 1rem;
		line-height: 1.7rem;
	}
	h4 {
		font-size: 1em;
	}
	.itemFullText ul, .itemFullText h3 {
		padding: 0 0 2rem 0;
	}
	.itemFullText h2 {
		padding: 2rem 0 1rem 0;
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cat-title-outer {
		height: 14rem;
	}
	.cat-title-inner {
		width: 50%;
		height: 14rem;
		float: left;
		padding: 4rem;
	}
	.cat-title-shadow {
		width: 25%;
		height: 14rem;
		float: left;
	}
	.content-footer-outer {
		width: 100%;
		height: 6rem;
	}
	.content-footer-inner {
		width: 75%;
		height: 6rem;
		margin: 0 0 0 25%;
	}
	.catitemContainer {
		background: #ffffff;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemContainer:hover {
		background: #e9e9e9;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemPicture {
		width: 25%;
	}
	.catitemPicture img {
		display: block;
		width: 100%;
	}
	.catitemTitle {
		font-size: 1rem !important;
		line-height: 1.7em;
		padding: 0 0 0.5rem 0;
	}
	.catitemTheme {
		font-size: 1.4rem !important;
		line-height: 1.7em;
	}
	.catitemText {
		width: 75%;
		padding: 0.5rem 20% 0.5rem 4rem;
	}
	.catitemIntrotext {
		padding: 0 15% 0 0;
	}
	.catitemIntrotext p {
		padding: 0;
	}
	
	.cont-module-outer {
		width: 80%;
		margin: 4rem 0 0 20%;
	}
	.moduleCustomLink {
		display: block;
		line-height: 6rem;
		padding: 0 4rem;
		text-align: left;
	}
	
	.related h2 {
		width: 75%;
		margin: 0 0 0 25%;
		padding: 0 20% 0 4rem;
		height: 6rem;
		line-height: 6rem;
	}
	.additional h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
	}
	.additional .itemPretext {
		padding: 2rem 20% 2rem 4rem;
		margin: 0 0 0 25%;
	}
    
    .proof h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
        padding: 0 0 1rem 0;
	}
    .proof .itemPretext {
        padding: 0 20% 2rem 0;
    }
    .proof.brown {
        padding-bottom: 4rem;
    }
    
	.k2Pagination {
		line-height: 2rem;
		padding: 2rem 0 0 0;
	}
	.pagination-list {
		padding: 0 0 0 3rem !important;
	}
	.pagination-list li {
		float: left;
		padding: 0 1rem;
		line-height: 2rem;
	}
	
	input {
    	padding: 0 !important;
		line-height: 2.1rem !important;
		height: 2.3rem !important;
		width: 25rem;
	}
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		margin: 0 0.5rem 0 0;
		height: auto !important;
		width: auto !important;
	}
	#fin-checkbox9, #fin-checkbox10 {
		padding: 1rem 0;
	}
	.chronoform {
		margin-top: 4rem;
	}
	#chronoform-Suche {
		margin-top: 2.3rem;
	}
	.cont-form, .gbs3 {
		margin: 0 -20% 0 -4rem;
		padding: 4rem;
	}
	.gbs3 {
		padding: 4rem 25% 4rem 4rem;
	}
	#fin-dropdown8, #fin-dropdown12 {
		line-height: 34px;
		height: 32px;
		width: 300px;
	}
	#fin-dropdown8 select, #fin-dropdown12 select {
    	padding: 0 8px;
	}
	#ftr-button18, #ftr-button19, #ftr-button15, #ftr-button16, #ftr-button7, #ftr-button8 {
		width: auto;
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	.col01-vita {
		width: 20%;
	}
	.cont-keywords {
		width: 100%;
		float: right;
		padding: 4rem 4rem 6rem 4rem;
	}
	.col-keywords {
		width: 25%;
		float: left;
	}
	.footermenu {
		float: left;
		padding: 5rem 0.5rem 0 4rem;
	}
	.footermenu li {
		float: left;
	}
	.footermenu .separator, .footermenu a {
		float: left;
		padding: 0 0.3rem 0 0;
	}
	
	.logo {
		position: absolute;
		left: 2.3rem;
		top: 2.3rem;
		width: 18.5rem;
	}
	.logo img {
		width: 100%;
	}
	.cont-offer-outer {
		margin-top: 4rem;
		margin-bottom: 1.7em;
	}
	.cont-offer-inner {
		padding: 4rem;
		margin: 0 -20% 0 -4rem;
	}
	.cont-offer-inner h3 {
		font-size: 1em;
		padding: 0;
	}
	.cont-offer-inner p {
		padding: 0 25% 0 0;
	}
	.ln-offer {
		position: absolute;
		top: 3.6rem;
		right: 4rem;
	}
	.bedded {
		width: 75%;
	}
	.catItemImageBlock {
		width: 25%;
		float: left;
		display: inline-block;
	}
	.catItemImageBlock img {
		width: 100% !important;
		display: block;
	}
	.buttonfield {
		width: 210px;
		margin-right: 1px;
		margin-bottom: 1px;
		float: left;
		height: 4rem;
		line-height: 45px;
		padding: 0px 10px;
	}
	.cont-code {
		padding: 2rem 0 0 0;
	}
	.slider {
		margin: 0 0 0 -4rem !important;
	}
	.cont-line {
		padding: 1rem 4rem 0 4rem;
		height: 4rem;
	}
	.slider-arrows {
		width: 100%;
		position: absolute;
		top: 50%;
	}
	.slider-arrow {
		width: 4rem;
		height: 4rem;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	.itemImageBlock {
		width: 110%;
		margin: 0 0 4rem -4rem !important;
	}
    .deko {
        height: 6rem;
        width: 50%;
        margin: 0 0 0 20%;
    }
	.cont-hometext-outer {
		padding: 0;
		width: 80%;
		margin: 0;
		float: left;
	}
    .cont-hometext-inner {
		padding: 4rem 20% 4rem 4rem;
		width: 75%;
		margin: 0 0 0 25%;
	}
	.cont-homeslider {
		width: 100%;
	}
	.homeslider-text {
		width: 37.5%;
		float: right;
		padding: 1rem 4rem 1rem 4rem;
	}
	.homeslider-image {
		width: 62.5%;
		float: left;
	}
	.homeslider-image img {
		width: 40% !important;
		float: right;
	}
	.itemAttachments a {
		background: transparent url('/templates/t2b_default/images/arrow-02.png') 0px -5px no-repeat;
		padding: 0 0 0 1rem;
	}
	.cont-icon-social {
		padding: 5rem 0 0 1rem;
		float: left;
	}
	.cont-icon-social img {
		width: 1.5rem;
	}
	.icon-social {
		margin: 0 1rem 0 0;
	}
	.cont-ivd {
		padding: 4rem 0 0 4rem;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
	}
    .proof {
		padding: 4rem 15% 1.7rem 4rem;
		width: 60%;
		margin: 4rem 0 0 40%;
	}
    .proof-bar {
        width: 85%;
    }
    .proof-logo {
        height: 7rem;
        margin: 0 1rem 1rem 0;
    }
    .proof-logo img, .proof-logo svg {
        height: 100%;
    }
    .claim {
        font-size: 1.5rem;
        line-height: 1.2em;
        margin: 4rem 0;
    }
    .smaller {
        font-size: 1rem;
    }
    
	.cont-content-outer {
		position: relative;
		width: 80%;
	}
	.cont-content-inner {
		position: relative;
		width: 75%;
		padding: 6rem 20% 4rem 4rem;
	}

	h1 {
		font-size: 1.9rem; 
		line-height: 1.2em;
		padding: 0 0 2rem 0;
	}
	h2 {
		font-size: 1.4rem; 
		line-height: 1.2em;
		padding: 1rem 0 1rem 0;
	}
	p, ul {
		padding: 0 0 1rem 0;
	}

	.itemNavigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}

	.news h1 {
		position: absolute;
		top: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 8rem 4rem 4rem;
	}
	.news .date {
		font-size: 0.9rem;
		position: absolute;
		bottom: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 8rem 4rem 4rem;
		
	}
	.news .cont-teaser img {
		width: 61.8%;
	}
	
	.object .catitemTitle {
		font-size: 1rem;
		line-height: 1.7em;
		padding: 0;
	}
	
	.bigger {
		font-size: 1.2rem;
		line-height: 1.7em;
	}
	h1.bigger {
		font-size: 2.2rem;
		line-height: 1.7em;
	}
	
	.cont-hometeaser-headline h1, .cont-hometeaser-headline h2 {
		padding: 0;
	}
    .custom.hometext h3 {
        font-size: 1.3rem !important;
        line-height: 1.7em;
        padding: 0 0 1rem 0;
    }
	
	/* at work */
	.biggie {
		font-size: 1.3rem !important;
		line-height: 1.7em;
	}
    
    .cont-reference {
        
    }
    .cont-ref {
        width: 33.33%;
    }
    
    .cont-testimonials {
        margin: 8rem -40.5% -4rem -4rem;
        padding: 4rem 40.5% 2rem 4rem;
    }
}
/* CSS Document */

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
	body, html {
		font-size: 13px;
		line-height: 1.7rem;
		padding: 0;
	}
	.mobile {
		display: none;
	}
	.outer {
		max-width: 90rem;
	}
	.topper {
		width: 80%;
		height: 10rem;
		float: right;
	}
	.navigation {
		margin: 0;
		padding: 0;
		height: auto;
		overflow: auto;
	}
	.navigation-outer {
		position: relative;
		width: 20%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 6rem 0 0 0;
	}
	
	.cont-pics {
		float: left;
		width: 63%;
	}
	.cont-pics img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.tipp {
		position: absolute;
		left: 35%;
		top: 1rem;
	}
	.cont-teaser {
		width: 100%;
		position: relative;
	}
	.itemListCategoriesBlock {
		width: 100%;
	}
	.cont-teaser img {
		display: block;
		width: 100%;
	}
	.cont-shadow {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 20%;
	}
	.homecontainer {
		width: 80%;
		float: right;
	}
	.cont-hometeaser-headline {
		position: absolute;
		left: 4.5rem;
		bottom: 6rem;
		margin: 0 0 0 20%;
		width: 50%;
	}
	.cont-hometeaser-headline .smallie {
		font-size: 2.2em;
		line-height: 1.7em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.cont-hometeaser-headline .fattie {
		font-size: 3em;
		line-height: 1.1em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.hometeaser .cont-shadow {
		width: 20%;
	}
	.cont-objectdata {
		padding: 4rem;
		float: right;
		width: 37%;
		height: 100%;
	}
	.brownie-outer {
		height: 6.4rem;
		width: 100%;
	}
	.brownie-inner {
		position: relative;
		height: 6.4rem;
		width: 63%;
	}
	.brownie-special {
		height: 6.4rem;
		width: 31.8%;
	}
	.itemCategory {
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}
	.itemNext {
		float: right;
	}
	/*
	.itemTitle {
		width: 75%;
		float: right;
		padding: 10px 25% 10px 4rem;
	}
	*/
	.itemBody {
		width: 75%;
		float: right;
		padding: 1rem 25% 4rem 4rem;
	}
	.componentheading {
		width: 75%;
		float: right;
		padding: 4.5rem 25% 2rem 4rem;
	}
	.itemTitle, .componentheading {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cont-teaser-headline {
		position: absolute;
		bottom: 0;
		left: 20%;
		padding: 4rem 4rem 3rem;
	}
	.teaser-headline {
		font-size: 2.5em;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	h3.headline-objectdata {
		font-size: 1rem;
		line-height: 1.7rem;
	}
	h4 {
		font-size: 1em;
	}
	.itemFullText ul, .itemFullText h3 {
		padding: 0 0 2rem 0;
	}
	.itemFullText h2 {
		padding: 2rem 0 1rem 0;
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cat-title-outer {
		height: 14rem;
	}
	.cat-title-inner {
		width: 50%;
		height: 14rem;
		float: left;
		padding: 4rem;
	}
	.cat-title-shadow {
		width: 25%;
		height: 14rem;
		float: left;
	}
	.content-footer-outer {
		width: 100%;
		height: 6rem;
	}
	.content-footer-inner {
		width: 75%;
		height: 6rem;
		margin: 0 0 0 25%;
	}
	.catitemContainer {
		background: #ffffff;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemContainer:hover {
		background: #e9e9e9;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemPicture {
		width: 25%;
	}
	.catitemPicture img {
		display: block;
		width: 100%;
	}
	.catitemTitle {
		font-size: 1rem !important;
		line-height: 1.7em;
		padding: 0 0 0.5rem 0;
	}
	.catitemTheme {
		font-size: 1.4rem !important;
		line-height: 1.7em;
	}
	.catitemText {
		width: 75%;
		padding: 0.5rem 20% 0.5rem 4rem;
	}
	.catitemIntrotext {
		padding: 0 15% 0 0;
	}
	.catitemIntrotext p {
		padding: 0;
	}
	
	.cont-module-outer {
		width: 80%;
		margin: 4rem 0 0 20%;
	}
	.moduleCustomLink {
		display: block;
		line-height: 6rem;
		padding: 0 4rem;
		text-align: left;
	}
	
	.related h2 {
		width: 75%;
		margin: 0 0 0 25%;
		padding: 0 20% 0 4rem;
		height: 6rem;
		line-height: 6rem;
	}
	.additional h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
	}
	.additional .itemPretext {
		padding: 2rem 20% 2rem 4rem;
		margin: 0 0 0 25%;
	}
    
    .proof h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
        padding: 0 0 1rem 0;
	}
    .proof .itemPretext {
        padding: 0 20% 2rem 0;
    }
    .proof.brown {
        padding-bottom: 4rem;
    }
	
	.k2Pagination {
		line-height: 2rem;
		padding: 2rem 0 0 0;
	}
	.pagination-list {
		padding: 0 0 0 3rem !important;
	}
	.pagination-list li {
		float: left;
		padding: 0 1rem;
		line-height: 2rem;
	}
	
	input {
    	padding: 0 !important;
		line-height: 2.1rem !important;
		height: 2.3rem !important;
		width: 25rem;
	}
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		margin: 0 0.5rem 0 0;
		height: auto !important;
		width: auto !important;
	}
	#fin-checkbox9, #fin-checkbox10 {
		padding: 1rem 0;
	}
	.chronoform {
		margin-top: 4rem;
	}
	#chronoform-Suche {
		margin-top: 2.3rem;
	}
	.cont-form, .gbs3 {
		margin: 0 -20% 0 -4rem;
		padding: 4rem;
	}
	.gbs3 {
		padding: 4rem 25% 4rem 4rem;
	}
	#fin-dropdown8, #fin-dropdown12 {
		line-height: 34px;
		height: 32px;
		width: 300px;
	}
	#fin-dropdown8 select, #fin-dropdown12 select {
    	padding: 0 8px;
	}
	#ftr-button18, #ftr-button19, #ftr-button15, #ftr-button16, #ftr-button7, #ftr-button8 {
		width: auto;
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	.col01-vita {
		width: 20%;
	}
	.cont-keywords {
		width: 100%;
		float: right;
		padding: 4rem 4rem 6rem 4rem;
	}
	.col-keywords {
		width: 25%;
		float: left;
	}
	.footermenu {
		float: left;
		padding: 5rem 0.5rem 0 4rem;
	}
	.footermenu li {
		float: left;
	}
	.footermenu .separator, .footermenu a {
		float: left;
		padding: 0 0.3rem 0 0;
	}
	
	.logo {
		position: absolute;
		left: 2.3rem;
		top: 2.3rem;
		width: 18.5rem;
	}
	.logo img {
		width: 100%;
	}
	.cont-offer-outer {
		margin-top: 4rem;
		margin-bottom: 1.7em;
	}
	.cont-offer-inner {
		padding: 4rem;
		margin: 0 -20% 0 -4rem;
	}
	.cont-offer-inner h3 {
		font-size: 1em;
		padding: 0;
	}
	.cont-offer-inner p {
		padding: 0 25% 0 0;
	}
	.ln-offer {
		position: absolute;
		top: 3.6rem;
		right: 4rem;
	}
	.bedded {
		width: 75%;
	}
	.catItemImageBlock {
		width: 25%;
		float: left;
		display: inline-block;
	}
	.catItemImageBlock img {
		width: 100% !important;
		display: block;
	}
	.buttonfield {
		width: 210px;
		margin-right: 1px;
		margin-bottom: 1px;
		float: left;
		height: 4rem;
		line-height: 45px;
		padding: 0px 10px;
	}
	.cont-code {
		padding: 2rem 0 0 0;
	}
	.slider {
		margin: 0 0 0 -4rem !important;
	}
	.cont-line {
		padding: 1rem 4rem 0 4rem;
		height: 4rem;
	}
	.slider-arrows {
		width: 100%;
		position: absolute;
		top: 50%;
	}
	.slider-arrow {
		width: 4rem;
		height: 4rem;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	.itemImageBlock {
		width: 110%;
		margin: 0 0 4rem -4rem !important;
	}
    .deko {
        height: 6rem;
        width: 50%;
        margin: 0 0 0 20%;
    }
	.cont-hometext-outer {
		padding: 0;
		width: 80%;
		margin: 0;
		float: left;
	}
    .cont-hometext-inner {
		padding: 4rem 20% 4rem 4rem;
		width: 75%;
		margin: 0 0 0 25%;
	}
	.cont-homeslider {
		width: 100%;
	}
	.homeslider-text {
		width: 37.5%;
		float: right;
		padding: 1rem 4rem 1rem 4rem;
	}
	.homeslider-image {
		width: 62.5%;
		float: left;
	}
	.homeslider-image img {
		width: 40% !important;
		float: right;
	}
	.itemAttachments a {
		background: transparent url('/templates/t2b_default/images/arrow-02.png') 0px -5px no-repeat;
		padding: 0 0 0 1rem;
	}
	.cont-icon-social {
		padding: 5rem 0 0 1rem;
		float: left;
	}
	.cont-icon-social img {
		width: 1.5rem;
	}
	.icon-social {
		margin: 0 1rem 0 0;
	}
	.cont-ivd {
		padding: 4rem 0 0 4rem;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
	}
    .proof {
		padding: 4rem 15% 1.7rem 4rem;
		width: 60%;
		margin: 4rem 0 0 40%;
	}
    .proof-bar {
        width: 85%;
    }
    .proof-logo {
        height: 7rem;
        margin: 0 1rem 1rem 0;
    }
    .proof-logo img, .proof-logo svg {
        height: 100%;
    }
    .claim {
        font-size: 1.5rem;
        line-height: 1.2em;
        margin: 4rem 0;
    }
    .smaller {
        font-size: 1rem;
    }

	.cont-content-outer {
		position: relative;
		width: 80%;
	}
	.cont-content-inner {
		position: relative;
		width: 75%;
		padding: 6rem 20% 4rem 4rem;
	}

	h1 {
		font-size: 1.9rem; 
		line-height: 1.2em;
		padding: 0 0 2rem 0;
	}
	h2 {
		font-size: 1.4rem; 
		line-height: 1.2em;
		padding: 1rem 0 1rem 0;
	}
	p, ul {
		padding: 0 0 1rem 0;
	}

	.itemNavigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}

	.news h1 {
		position: absolute;
		top: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 8rem 4rem 4rem;
	}
	.news .date {
		font-size: 0.9rem;
		position: absolute;
		bottom: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 8rem 4rem 4rem;
		
	}
	.news .cont-teaser img {
		width: 61.8%;
	}
	
	.object .catitemTitle {
		font-size: 1rem;
		line-height: 1.7em;
		padding: 0;
	}
	
	.bigger {
		font-size: 1.2rem;
		line-height: 1.7em;
	}
	h1.bigger {
		font-size: 2.2rem;
		line-height: 1.7em;
	}
	
	.cont-hometeaser-headline h1, .cont-hometeaser-headline h2 {
		padding: 0;
	}
    .custom.hometext h3 {
        font-size: 1.3rem !important;
        line-height: 1.7em;
        padding: 0 0 1rem 0;
    }
	
	/* at work */
	.biggie {
		font-size: 1.3rem !important;
		line-height: 1.7em;
	}
    
    .cont-reference {
        
    }
    .cont-ref {
        width: 33.33%;
    }
    
    .cont-testimonials {
        margin: 8rem -40.5% -4rem -4rem;
        padding: 4rem 40.5% 2rem 4rem;
    }
}
/* CSS Document */

@media only screen and (min-width: 980px) and (max-width: 1279px) {
	body, html {
		font-size: 13px;
		line-height: 1.7rem;
		padding: 0;
	}
	.mobile {
		display: none;
	}
	.outer {
		max-width: 90rem;
	}
	.topper {
		width: 80%;
		height: 10rem;
		float: right;
	}
	.navigation {
		margin: 0;
		padding: 0;
		height: auto;
		overflow: auto;
	}
	.navigation-outer {
		position: relative;
		width: 20%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 6rem 0 0 0;
	}
	
	.cont-pics {
		float: left;
		width: 63%;
	}
	.cont-pics img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.tipp {
		position: absolute;
		left: 35%;
		top: 1rem;
	}
	.cont-teaser {
		width: 100%;
		position: relative;
	}
	.itemListCategoriesBlock {
		width: 100%;
	}
	.cont-teaser img {
		display: block;
		width: 100%;
	}
	.cont-shadow {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 20%;
	}
	.homecontainer {
		width: 80%;
		float: right;
	}
	.cont-hometeaser-headline {
		position: absolute;
		left: 4.5rem;
		bottom: 6rem;
		margin: 0 0 0 20%;
		width: 50%;
	}
	.cont-hometeaser-headline .smallie {
		font-size: 2.2em;
		line-height: 1.7em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.cont-hometeaser-headline .fattie {
		font-size: 3em;
		line-height: 1.1em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.hometeaser .cont-shadow {
		width: 20%;
	}
	.cont-objectdata {
		padding: 4rem;
		float: right;
		width: 37%;
		height: 100%;
	}
	.brownie-outer {
		height: 6.4rem;
		width: 100%;
	}
	.brownie-inner {
		position: relative;
		height: 6.4rem;
		width: 63%;
	}
	.brownie-special {
		height: 6.4rem;
		width: 31.8%;
	}
	.itemCategory {
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}
	.itemNext {
		float: right;
	}
	/*
	.itemTitle {
		width: 75%;
		float: right;
		padding: 10px 25% 10px 4rem;
	}
	*/
	.itemBody {
		width: 75%;
		float: right;
		padding: 1rem 25% 4rem 4rem;
	}
	.componentheading {
		width: 75%;
		float: right;
		padding: 4.5rem 25% 2rem 4rem;
	}
	.itemTitle, .componentheading {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cont-teaser-headline {
		position: absolute;
		bottom: 0;
		left: 20%;
		padding: 4rem 4rem 3rem;
	}
	.teaser-headline {
		font-size: 2.5em;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	h3.headline-objectdata {
		font-size: 1rem;
		line-height: 1.7rem;
	}
	h4 {
		font-size: 1em;
	}
	.itemFullText ul, .itemFullText h3 {
		padding: 0 0 2rem 0;
	}
	.itemFullText h2 {
		padding: 2rem 0 1rem 0;
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cat-title-outer {
		height: 14rem;
	}
	.cat-title-inner {
		width: 50%;
		height: 14rem;
		float: left;
		padding: 4rem;
	}
	.cat-title-shadow {
		width: 25%;
		height: 14rem;
		float: left;
	}
	.content-footer-outer {
		width: 100%;
		height: 6rem;
	}
	.content-footer-inner {
		width: 75%;
		height: 6rem;
		margin: 0 0 0 25%;
	}
	.catitemContainer {
		background: #ffffff;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemContainer:hover {
		background: #e9e9e9;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemPicture {
		width: 25%;
	}
	.catitemPicture img {
		display: block;
		width: 100%;
	}
	.catitemTitle {
		font-size: 1rem !important;
		line-height: 1.7em;
		padding: 0 0 0.5rem 0;
	}
	.catitemTheme {
		font-size: 1.4rem !important;
		line-height: 1.7em;
	}
	.catitemText {
		width: 75%;
		padding: 0.5rem 10% 0.5rem 4rem;
	}
	.catitemIntrotext {
		padding: 0 15% 0 0;
	}
	.catitemIntrotext p {
		padding: 0;
	}
	
	.cont-module-outer {
		width: 80%;
		margin: 4rem 0 0 20%;
	}
	.moduleCustomLink {
		display: block;
		line-height: 6rem;
		padding: 0 4rem;
		text-align: left;
	}
	
	.related h2 {
		width: 75%;
		margin: 0 0 0 25%;
		padding: 0 10% 0 4rem;
		height: 6rem;
		line-height: 6rem;
	}
	.additional h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
	}
	.additional .itemPretext {
		padding: 2rem 10% 2rem 4rem;
		margin: 0 0 0 25%;
	}
    
    .proof h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
        padding: 0 0 1rem 0;
	}
    .proof .itemPretext {
        padding: 0 20% 2rem 0;
    }
    .proof.brown {
        padding-bottom: 4rem;
    }
	
	.k2Pagination {
		line-height: 2rem;
		padding: 2rem 0 0 0;
	}
	.pagination-list {
		padding: 0 0 0 3rem !important;
	}
	.pagination-list li {
		float: left;
		padding: 0 1rem;
		line-height: 2rem;
	}
	
	input {
    	padding: 0 !important;
		line-height: 2.1rem !important;
		height: 2.3rem !important;
		width: 25rem;
	}
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		margin: 0 0.5rem 0 0;
		height: auto !important;
		width: auto !important;
	}
	#fin-checkbox9, #fin-checkbox10 {
		padding: 1rem 0;
	}
	.chronoform {
		margin-top: 4rem;
	}
	#chronoform-Suche {
		margin-top: 2.3rem;
	}
	.cont-form, .gbs3 {
		margin: 0 -20% 0 -4rem;
		padding: 4rem;
	}
	.gbs3 {
		padding: 4rem 25% 4rem 4rem;
	}
	#fin-dropdown8, #fin-dropdown12 {
		line-height: 34px;
		height: 32px;
		width: 300px;
	}
	#fin-dropdown8 select, #fin-dropdown12 select {
    	padding: 0 8px;
	}
	#ftr-button18, #ftr-button19, #ftr-button15, #ftr-button16, #ftr-button7, #ftr-button8 {
		width: auto;
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	.col01-vita {
		width: 20%;
	}
	.cont-keywords {
		width: 100%;
		float: right;
		padding: 4rem 4rem 6rem 4rem;
	}
	.col-keywords {
		width: 25%;
		float: left;
	}
	.footermenu {
		float: left;
		padding: 5rem 0.5rem 0 4rem;
	}
	.footermenu li {
		float: left;
	}
	.footermenu .separator, .footermenu a {
		float: left;
		padding: 0 0.3rem 0 0;
	}
	
	.logo {
		position: absolute;
		left: 2.3rem;
		top: 2.3rem;
		width: 18.5rem;
	}
	.logo img {
		width: 100%;
	}
	.cont-offer-outer {
		margin-top: 4rem;
		margin-bottom: 1.7em;
	}
	.cont-offer-inner {
		padding: 4rem;
		margin: 0 -20% 0 -4rem;
	}
	.cont-offer-inner h3 {
		font-size: 1em;
		padding: 0;
	}
	.cont-offer-inner p {
		padding: 0 25% 0 0;
	}
	.ln-offer {
		position: absolute;
		top: 3.6rem;
		right: 4rem;
	}
	.bedded {
		width: 75%;
	}
	.catItemImageBlock {
		width: 25%;
		float: left;
		display: inline-block;
	}
	.catItemImageBlock img {
		width: 100% !important;
		display: block;
	}
	.buttonfield {
		width: 210px;
		margin-right: 1px;
		margin-bottom: 1px;
		float: left;
		height: 4rem;
		line-height: 45px;
		padding: 0px 10px;
	}
	.cont-code {
		padding: 2rem 0 0 0;
	}
	.slider {
		margin: 0 0 0 -4rem !important;
	}
	.cont-line {
		padding: 1rem 4rem 0 4rem;
		height: 4rem;
	}
	.slider-arrows {
		width: 100%;
		position: absolute;
		top: 50%;
	}
	.slider-arrow {
		width: 4rem;
		height: 4rem;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	.itemImageBlock {
		width: 110%;
		margin: 0 0 4rem -4rem !important;
	}
    .deko {
        height: 6rem;
        width: 50%;
        margin: 0 0 0 20%;
    }
	.cont-hometext-outer {
		padding: 0;
		width: 80%;
		margin: 0;
		float: left;
	}
    .cont-hometext-inner {
		padding: 4rem 10% 4rem 4rem;
		width: 75%;
		margin: 0 0 0 25%;
	}
	.cont-homeslider {
		width: 100%;
	}
	.homeslider-text {
		width: 37.5%;
		float: right;
		padding: 1rem 4rem 1rem 4rem;
	}
	.homeslider-image {
		width: 62.5%;
		float: left;
	}
	.homeslider-image img {
		width: 40% !important;
		float: right;
	}
	.itemAttachments a {
		background: transparent url('/templates/t2b_default/images/arrow-02.png') 0px -5px no-repeat;
		padding: 0 0 0 1rem;
	}
	.cont-icon-social {
		padding: 5rem 0 0 1rem;
		float: left;
	}
	.cont-icon-social img {
		width: 1.5rem;
	}
	.icon-social {
		margin: 0 1rem 0 0;
	}
	.cont-ivd {
		padding: 4rem 4rem 0 4rem;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
	}
    .proof {
		padding: 4rem 15% 1.7rem 4rem;
		width: 60%;
		margin: 4rem 0 0 40%;
	}
    .proof-bar {
        width: 85%;
    }
    .proof-logo {
        height: 7rem;
        margin: 0 1rem 1rem 0;
    }
    .proof-logo img, .proof-logo svg {
        height: 100%;
    }
    .claim {
        font-size: 1.5rem;
        line-height: 1.2em;
        margin: 4rem 0;
    }
    .smaller {
        font-size: 1rem;
    }

	.cont-content-outer {
		position: relative;
		width: 80%;
	}
	.cont-content-inner {
		position: relative;
		width: 75%;
		padding: 6rem 10% 4rem 4rem;
	}

	h1 {
		font-size: 1.9rem; 
		line-height: 1.2em;
		padding: 0 0 2rem 0;
	}
	h2 {
		font-size: 1.4rem; 
		line-height: 1.2em;
		padding: 1rem 0 1rem 0;
	}
	p, ul {
		padding: 0 0 1rem 0;
	}

	.itemNavigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}

	.news h1 {
		position: absolute;
		top: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 4rem 4rem 4rem;
	}
	.news .date {
		font-size: 0.9rem;
		position: absolute;
		bottom: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 8rem 4rem 4rem;
		
	}
	.news .cont-teaser img {
		width: 61.8%;
	}
	
	.object .catitemTitle {
		font-size: 1rem;
		line-height: 1.7em;
		padding: 0;
	}
	
	.bigger {
		font-size: 1.2rem;
		line-height: 1.7em;
	}
	h1.bigger {
		font-size: 2.2rem;
		line-height: 1.7em;
	}
	
	.cont-hometeaser-headline h1, .cont-hometeaser-headline h2 {
		padding: 0;
	}
    
    .custom.hometext h3 {
        font-size: 1.3rem !important;
        line-height: 1.7em;
        padding: 0 0 1rem 0;
    }
	
	/* at work */
	.biggie {
		font-size: 1.3rem !important;
		line-height: 1.7em;
	}
    
    .cont-reference {
        
    }
    .cont-ref {
        width: 33.33%;
    }
    
    .cont-testimonials {
        margin: 8rem -16.8% -4rem -4rem;
        padding: 4rem 16.8% 2rem 4rem;
    }
}
/* CSS Document */

@media only screen and (min-width: 760px) and (max-width: 979px) {
	body, html {
		font-size: 13px;
		line-height: 1.7rem;
		padding: 0;
	}
	.desktop {
		display: none;
	}
	.outer {
		max-width: 90rem;
	}
	.topper {
		width: 100%;
		height: 9rem;
		float: right;
	}
	.navigation {
		margin: 0;
		padding: 0;
		height: auto;
		overflow: auto;
	}
	.navigation-outer {
		position: relative;
		width: 20%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 6rem 0 0 0;
	}
	
	.cont-pics {
		float: left;
		width: 63%;
	}
	.cont-pics img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.tipp {
		position: absolute;
		left: 35%;
		top: 1rem;
	}
	.cont-teaser {
		width: 100%;
		position: relative;
	}
	.itemListCategoriesBlock {
		width: 100%;
	}
	.cont-teaser img {
		display: block;
		width: 100%;
	}
	.cont-shadow {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 25%;
	}
	.homecontainer {
		width: 100%;
		float: right;
	}
	.cont-hometeaser-headline {
		position: absolute;
		left: 6rem;
		bottom: 6rem;
		margin: 0 0 0 25%;
		width: 60%;
	}
	.cont-hometeaser-headline .smallie {
		font-size: 2.2em;
		line-height: 1.7em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.cont-hometeaser-headline .fattie {
		font-size: 3em;
		line-height: 1.1em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.hometeaser .cont-shadow {
		width: 25%;
	}
	.cont-objectdata {
		padding: 4rem;
		float: right;
		width: 37%;
		height: 100%;
	}
	.brownie-outer {
		height: 6.4rem;
		width: 100%;
	}
	.brownie-inner {
		position: relative;
		height: 6.4rem;
		width: 63%;
	}
	.brownie-special {
		height: 6.4rem;
		width: 39.7%;
	}
	.itemCategory {
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}
	.itemNext {
		float: right;
	}
	/*
	.itemTitle {
		width: 75%;
		float: right;
		padding: 10px 25% 10px 4rem;
	}
	*/
	.itemBody {
		width: 75%;
		float: right;
		padding: 1rem 25% 4rem 4rem;
	}
	.componentheading {
		width: 75%;
		float: right;
		padding: 4.5rem 25% 2rem 4rem;
	}
	.itemTitle, .componentheading {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cont-teaser-headline {
		position: absolute;
		bottom: 0;
		left: 25%;
		padding: 4rem 4rem 2rem;
	}
	.teaser-headline {
		font-size: 2.5em;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	h3.headline-objectdata {
		font-size: 1rem;
		line-height: 1.7rem;
	}
	h4 {
		font-size: 1em;
	}
	.itemFullText ul, .itemFullText h3 {
		padding: 0 0 2rem 0;
	}
	.itemFullText h2 {
		padding: 2rem 0 1rem 0;
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cat-title-outer {
		height: 140px;
	}
	.cat-title-inner {
		width: 50%;
		height: 140px;
		float: left;
		padding: 4rem;
	}
	.cat-title-shadow {
		width: 25%;
		height: 140px;
		float: left;
	}
	.content-footer-outer {
		width: 100%;
		height: 6rem;
	}
	.content-footer-inner {
		width: 75%;
		height: 6rem;
		margin: 0 0 0 25%;
	}
	.catitemContainer {
		background: #ffffff;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemContainer:hover {
		background: #e9e9e9;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemPicture {
		width: 25%;
	}
	.catitemPicture img {
		display: block;
		width: 100%;
	}
	.catitemTitle {
		font-size: 1rem !important;
		line-height: 1.7em;
		padding: 0 0 0.5rem 0;
	}
	.catitemTheme {
		font-size: 1.4rem !important;
		line-height: 1.7em;
	}
	.catitemText {
		width: 75%;
		padding: 0.5rem 10% 0.5rem 4rem;
	}
	.catitemIntrotext {
		padding: 0 15% 0 0;
	}
	.catitemIntrotext p {
		padding: 0;
	}
	
	.cont-module-outer {
		width: 100%;
		margin: 4rem 0 0 0;
	}
	.moduleCustomLink {
		display: block;
		line-height: 6rem;
		padding: 0 4rem;
		text-align: left;
	}
	
	.related h2 {
		width: 75%;
		margin: 0 0 0 25%;
		padding: 0 10% 0 4rem;
		height: 6rem;
		line-height: 6rem;
	}
	.additional h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
	}
	.additional .itemPretext {
		padding: 2rem 10% 2rem 4rem;
		margin: 0 0 0 25%;
	}
    
    .proof h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
        padding: 0 0 1rem 0;
	}
    .proof .itemPretext {
        padding: 0 10% 2rem 0;
    }
    .proof.brown {
        padding-bottom: 4rem;
    }
	
	.k2Pagination {
		line-height: 2rem;
		padding: 2rem 0 0 0;
	}
	.pagination-list {
		padding: 0 0 0 3rem !important;
	}
	.pagination-list li {
		float: left;
		padding: 0 1rem;
		line-height: 2rem;
	}
	
	input {
    	padding: 0 !important;
		line-height: 2.1rem !important;
		height: 2.3rem !important;
		width: 25rem;
	}
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		margin: 0 0.5rem 0 0;
		height: auto !important;
		width: auto !important;
	}
	#fin-checkbox9, #fin-checkbox10 {
		padding: 1rem 0;
	}
	.chronoform {
		margin-top: 4rem;
	}
	#chronoform-Suche {
		margin-top: 2.3rem;
	}
	.cont-form, .gbs3 {
		margin: 0 -20% 0 -4rem;
		padding: 4rem;
	}
	.gbs3 {
		padding: 4rem 25% 4rem 4rem;
	}
	#fin-dropdown8, #fin-dropdown12 {
		line-height: 34px;
		height: 32px;
		width: 300px;
	}
	#fin-dropdown8 select, #fin-dropdown12 select {
    	padding: 0 8px;
	}
	#ftr-button18, #ftr-button19, #ftr-button15, #ftr-button16, #ftr-button7, #ftr-button8 {
		width: auto;
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	.col01-vita {
		width: 20%;
	}
	.cont-keywords {
		width: 100%;
		float: right;
		padding: 4rem 4rem 6rem 4rem;
	}
	.col-keywords {
		width: 25%;
		float: left;
	}
	.footermenu {
		float: left;
		padding: 5rem 0.5rem 0 4rem;
	}
	.footermenu li {
		float: left;
	}
	.footermenu .separator, .footermenu a {
		float: left;
		padding: 0 0.3rem 0 0;
	}
	
	.logo {
		position: absolute;
		left: 1.5rem;
		top: 1.5rem;
		width: 16rem;
	}
	.logo img {
		width: 100%;
	}
	.cont-offer-outer {
		margin-top: 4rem;
		margin-bottom: 1.7em;
	}
	.cont-offer-inner {
		padding: 4rem;
		margin: 0 -20% 0 -4rem;
	}
	.cont-offer-inner h3 {
		font-size: 1em;
		padding: 0;
	}
	.cont-offer-inner p {
		padding: 0 25% 0 0;
	}
	.ln-offer {
		position: absolute;
		top: 3.6rem;
		right: 4rem;
	}
	.bedded {
		width: 75%;
	}
	.catItemImageBlock {
		width: 25%;
		float: left;
		display: inline-block;
	}
	.catItemImageBlock img {
		width: 100% !important;
		display: block;
	}
	.buttonfield {
		width: 210px;
		margin-right: 1px;
		margin-bottom: 1px;
		float: left;
		height: 4rem;
		line-height: 45px;
		padding: 0px 10px;
	}
	.cont-code {
		padding: 2rem 0 0 0;
	}
	.slider {
		margin: 0 0 0 -4rem !important;
	}
	.cont-line {
		padding: 1rem 4rem 0 4rem;
		height: 4rem;
	}
	.slider-arrows {
		width: 100%;
		position: absolute;
		top: 50%;
	}
	.slider-arrow {
		width: 4rem;
		height: 4rem;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	.itemImageBlock {
		width: 110%;
		margin: 0 0 4rem -4rem !important;
	}
    .deko {
        height: 6rem;
        width: 75%;
        margin: 0 0 0 25%;
    }
	.cont-hometext-outer {
		padding: 0;
		width: 100%;
		margin: 0;
		float: left;
	}
    .cont-hometext-inner {
		padding: 4rem 10% 4rem 4rem;
		width: 75%;
		margin: 0 0 0 25%;
	}
	.cont-homeslider {
		margin: 0 25% 0 0;
		width: 75%;
	}
	.homeslider-text {
		width: 66.67%;
		float: right;
		padding: 2rem 6rem 2rem 2rem;
	}
	.homeslider-image {
		width: 33.33%;
		float: left;
	}
	.homeslider-image img {
		width: 100% !important;
		float: right;
	}
	.itemAttachments a {
		background: transparent url('/templates/t2b_default/images/arrow-02.png') 0px -5px no-repeat;
		padding: 0 0 0 12px;
	}
	.cont-icon-social {
		padding: 5rem 0 0 1rem;
		float: left;
	}
	.cont-icon-social img {
		width: 1.5rem;
	}
	.icon-social {
		margin: 0 1rem 0 0;
	}
	.cont-ivd {
        width: 100%;
		padding: 0 4rem 0 4rem;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
	}
    .proof {
		padding: 4rem 15% 1.7rem 4rem;
		width: 75%;
		margin: 4rem 0 0 25%;
	}
    .proof-bar {
        width: 85%;
    }
    .proof-logo {
        height: 5rem;
        margin: 0 1rem 1rem 0;
    }
    .proof-logo img, .proof-logo svg {
        height: 100%;
    }
    .claim {
        font-size: 1.5rem;
        line-height: 1.2em;
        margin: 4rem 0;
    }
    .smaller {
        font-size: 1rem;
    }
	.cont-content-outer {
		position: relative;
		width: 100%;
	}
	.cont-content-inner {
		position: relative;
		width: 75%;
		padding: 6rem 10% 4rem 4rem;
	}

	h1 {
		font-size: 1.9rem; 
		line-height: 1.2em;
		padding: 0 0 2rem 0;
	}
	h2 {
		font-size: 1.4rem; 
		line-height: 1.2em;
		padding: 1rem 0 1rem 0;
	}
	p, ul {
		padding: 0 0 1rem 0;
	}

	.itemNavigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}

	.news h1 {
		font-size: 1.5rem !important; /* at work */
		position: absolute;
		top: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 4rem 4rem 4rem;
	}
	.news .date {
		font-size: 0.9rem;
		position: absolute;
		bottom: 0;
		left: 61.8%;
		width: 38.2%;
		padding: 4rem 8rem 4rem 4rem;
		
	}
	.news .cont-teaser img {
		width: 61.8%;
	}
	
	.object .catitemTitle {
		font-size: 1rem;
		line-height: 1.7em;
		padding: 0;
	}
	
	.bigger {
		font-size: 1.2rem;
		line-height: 1.7em;
	}
	h1.bigger {
		font-size: 2.2rem;
		line-height: 1.7em;
	}
	
	.cont-hometeaser-headline h1, .cont-hometeaser-headline h2 {
		padding: 0;
	}
    .custom.hometext h3 {
        font-size: 1.3rem !important;
        line-height: 1.7em;
        padding: 0 0 1rem 0;
    }
	
	/* at work */
	.hamburger {
		position: fixed;
		top: 1.8rem;
		right: 1.8rem;
		height: 2.5rem;
		width: 2.5rem;
		background: transparent url('/templates/t2b_default/images/hamburger-open.svg') center center;
		background-size: cover;
		cursor: pointer;
		z-index: 1000;
	}
	.biggie {
		font-size: 1.3rem !important;
		line-height: 1.7em;
	}
    
    .cont-reference {
        
    }
    .cont-ref {
        width: 33.33%;
    }
    
    .cont-testimonials {
        margin: 8rem -16.8% -4rem -4rem;
        padding: 4rem 16.8% 2rem 4rem;
    }
}
/* CSS Document */

@media only screen and (min-width: 640px) and (max-width: 759px) {
	body, html {
		font-size: 13px;
		line-height: 1.7rem;
		padding: 0;
	}
	.desktop {
		display: none;
	}
	.outer {
		max-width: 90rem;
	}
	.topper {
		width: 100%;
		height: 9rem;
		float: right;
	}
	.navigation {
		margin: 0;
		padding: 0;
		height: auto;
		overflow: auto;
	}
	.navigation-outer {
		position: relative;
		width: 20%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 6rem 0 0 0;
	}
	
	.cont-pics {
		float: none;
		width: 100%;
	}
	.cont-pics img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.tipp {
		position: absolute;
		left: 35%;
		top: 1rem;
	}
	.cont-teaser {
		width: 100%;
		position: relative;
		border-bottom: 6.4rem solid #AC9D76;
	}
	.itemListCategoriesBlock {
		width: 100%;
	}
	.cont-teaser img {
		display: block;
		width: 100%;
	}
	.cont-shadow {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 25%;
		display: none;
	}
	.homecontainer {
		width: 100%;
		float: right;
	}
	.cont-hometeaser-headline {
		position: absolute;
		left: 4rem;
		bottom: 4rem;
		margin: 0 0 0 0;
		width: 80%;
	}
	.cont-hometeaser-headline .smallie {
		font-size: 2.2em;
		line-height: 1.7em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.cont-hometeaser-headline .fattie {
		font-size: 3em;
		line-height: 1.1em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.hometeaser .cont-shadow {
		width: 20%;
	}
	.cont-objectdata {
		padding: 4rem;
		float: none;
		width: 100%;
		height: 100%;
		border-top: 6.4rem solid #AC9D76;
	}
	.brownie-outer {
		height: 6.4rem;
		width: 100%;
		display: none;
	}
	.brownie-inner {
		position: relative;
		height: 6.4rem;
		width: 78.6%;
	}
	.brownie-special {
		height: 6.4rem;
		width: 31.8%;
	}
	.itemCategory {
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}
	.itemNext {
		float: right;
	}
	/*
	.itemTitle {
		width: 75%;
		float: right;
		padding: 10px 25% 10px 4rem;
	}
	*/
	.itemBody {
		width: 75%;
		float: right;
		padding: 1rem 25% 4rem 4rem;
	}
	.componentheading {
		width: 75%;
		float: right;
		padding: 4.5rem 25% 2rem 4rem;
	}
	.itemTitle, .componentheading {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cont-teaser-headline {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 4rem 4rem 2rem;
	}
	.teaser-headline {
		font-size: 2.5em;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
		padding-bottom: 0;
	}
	h3.headline-objectdata {
		font-size: 1rem;
		line-height: 1.7rem;
	}
	h4 {
		font-size: 1em;
	}
	.itemFullText ul, .itemFullText h3 {
		padding: 0 0 2rem 0;
	}
	.itemFullText h2 {
		padding: 2rem 0 1rem 0;
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cat-title-outer {
		height: 14rem;
	}
	.cat-title-inner {
		width: 50%;
		height: 14rem;
		float: left;
		padding: 4rem;
	}
	.cat-title-shadow {
		width: 25%;
		height: 14rem;
		float: left;
	}
	.content-footer-outer {
		width: 100%;
		height: 6rem;
	}
	.content-footer-inner {
		width: 100%;
		height: 6rem;
		margin: 0 0 0 0;
	}
	.catitemContainer {
        padding: 1rem 4rem;
		background: #ffffff;
		width: 100%;
        align-items: flex-start;
        -webkit-align-items: flex-start;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		
	}
	.catitemContainer:hover {
		background: #e9e9e9;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemPicture {
		width: 25%;
		padding: 0;
	}
	.catitemPicture img {
		display: block;
		width: 100%;
	}
	.catitemTitle {
		font-size: 1rem !important;
		line-height: 1.7em;
		padding: 0 0 0.5rem 0;
	}
	.catitemTheme {
		font-size: 1.4rem !important;
		line-height: 1.7em;
	}
	.catitemText {
		width: 75%;
		padding: 0 4rem 0 2rem;
	}
	.catitemIntrotext {
		padding: 0 15% 0 0;
	}
	.catitemIntrotext p {
		padding: 0;
	}
	
	.cont-module-outer {
		width: 100%;
		margin: 4rem 0 0 0;
	}
	.moduleCustomLink {
		display: block;
		line-height: 6rem;
		padding: 0 4rem;
		text-align: left;
	}
	
	.related h2 {
		width: 75%;
		margin: 0 0 0 25%;
		padding: 0 4rem 0 4rem;
		height: 6rem;
		line-height: 6rem;
	}
	.additional h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
	}
	.additional .itemPretext {
		padding: 2rem 4rem 2rem 4rem;
		margin: 0 0 0 0;
	}
    
    .proof h2 {
		font-size: 1.9rem;
		line-height: 1.7em;
        padding: 0 0 1rem 0;
	}
    .proof .itemPretext {
        padding: 0 4rem 2rem 0;
    }
    .proof.brown {
        padding-bottom: 4rem;
    }
	
	.k2Pagination {
		line-height: 2rem;
		padding: 2rem 0 0 0;
	}
	.pagination-list {
		padding: 0 0 0 3rem !important;
	}
	.pagination-list li {
		float: left;
		padding: 0 1rem;
		line-height: 2rem;
	}
	
	input {
    	padding: 0 !important;
		line-height: 2.1rem !important;
		height: 2.3rem !important;
		width: 25rem;
	}
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		margin: 0 0.5rem 0 0;
		height: auto !important;
		width: auto !important;
	}
	#fin-checkbox9, #fin-checkbox10 {
		padding: 1rem 0;
	}
	.chronoform {
		margin-top: 4rem;
	}
	#chronoform-Suche {
		margin-top: 2.3rem;
	}
	.cont-form, .gbs3 {
		margin: 0 -4rem 0 -4rem;
		padding: 4rem;
	}
	.gbs3 {
		padding: 4rem 25% 4rem 4rem;
	}
	#fin-dropdown8, #fin-dropdown12 {
		line-height: 34px;
		height: 32px;
		width: 300px;
	}
	#fin-dropdown8 select, #fin-dropdown12 select {
    	padding: 0 8px;
	}
	#ftr-button18, #ftr-button19, #ftr-button15, #ftr-button16, #ftr-button7, #ftr-button8 {
		width: auto;
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	.col01-vita {
		width: 20%;
	}
	.cont-keywords {
		width: 100%;
		float: right;
		padding: 4rem 4rem 6rem 4rem;
	}
	.col-keywords {
		width: 25%;
		float: left;
	}
	.footermenu {
		float: left;
		padding: 5rem 0.5rem 0 4rem;
	}
	.footermenu li {
		float: left;
	}
	.footermenu .separator, .footermenu a {
		float: left;
		padding: 0 0.3rem 0 0;
	}
	
	.logo {
		position: absolute;
		left: 1.5rem;
		top: 1.5rem;
		width: 16rem;
	}
	.logo img {
		width: 100%;
	}
	.cont-offer-outer {
		margin-top: 4rem;
		margin-bottom: 1.7em;
	}
	.cont-offer-inner {
		padding: 4rem;
		margin: 0 -10% 0 -4rem;
	}
	.cont-offer-inner h3 {
		font-size: 1em;
		padding: 0;
	}
	.cont-offer-inner p {
		padding: 0 25% 0 0;
	}
	.ln-offer {
		position: absolute;
		top: 3.6rem;
		right: 4rem;
	}
	.bedded {
		width: 75%;
	}
	.catItemImageBlock {
		width: 25%;
		float: left;
		display: inline-block;
	}
	.catItemImageBlock img {
		width: 100% !important;
		display: block;
	}
	.buttonfield {
		width: 210px;
		margin-right: 1px;
		margin-bottom: 1px;
		float: left;
		height: 4rem;
		line-height: 45px;
		padding: 0px 10px;
	}
	.cont-code {
		padding: 2rem 0 0 0;
	}
	.slider {
		margin: 0 0 0 -4rem !important;
	}
	.cont-line {
		padding: 1rem 4rem 0 4rem;
		height: 4rem;
	}
	.slider-arrows {
		width: 100%;
		position: absolute;
		top: 50%;
	}
	.slider-arrow {
		width: 4rem;
		height: 4rem;
		font-size: 1.5rem;
		line-height: 4rem;
	}
	.itemImageBlock {
		width: 110%;
		margin: 0 0 4rem -4rem !important;
	}
    .deko {
        height: 6rem;
        margin: 0;
    }
	.cont-hometext-outer {
		padding: 0;
		width: 100%;
		margin: 0;
		float: left;
	}
    .cont-hometext-inner {
		padding: 4rem 16% 4rem 4rem;
		width: 100%;
		margin: 0;
	}
	.cont-homeslider {
		width: 100%;
	}
	.homeslider-text {
		width: 70%;
		float: right;
		padding: 0 4rem 0 4rem;
	}
	.homeslider-image {
		width: 30%;
		float: left;
	}
	.homeslider-image img {
		width: 100% !important;
		float: right;
	}
	.itemAttachments a {
		background: transparent url('/templates/t2b_default/images/arrow-02.png') 0px -5px no-repeat;
		padding: 0 0 0 1rem;
	}
	.cont-icon-social {
		padding: 5rem 0 0 1rem;
		float: left;
	}
	.cont-icon-social img {
		width: 1.5rem;
	}
	.icon-social {
		margin: 0 1rem 0 0;
	}
	.cont-ivd {
        width: 100%;
		padding: 0 4rem 0 4rem;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
	}
    .proof {
		padding: 4rem 15% 1.7rem 4rem;
		width: 100%;
		margin: 4rem 0 0 0;
	}
    .proof-bar {
        width: 85%;
    }
    .proof-logo {
        height: 6rem;
        margin: 0 1rem 1rem 0;
    }
    .proof-logo img, .proof-logo svg {
        height: 100%;
    }
    .claim {
        font-size: 1.5rem;
        line-height: 1.2em;
        margin: 4rem 0;
    }
    .smaller {
        font-size: 1rem;
    }

	.cont-content-outer {
		position: relative;
		width: 100%;
	}
	.cont-content-inner {
		position: relative;
		width: 100%;
		padding: 4rem 4rem 4rem 4rem;
	}

	h1 {
		font-size: 1.9rem; 
		line-height: 1.2em;
		padding: 0 0 2rem 0;
	}
	h2 {
		font-size: 1.4rem; 
		line-height: 1.2em;
		padding: 1rem 0 1rem 0;
	}
	p, ul {
		padding: 0 0 1rem 0;
	}

	.itemNavigation {
		width: 100%;
        margin: -1rem 0 3rem 0;
		font-size: 0.9rem;
	}

	.news h1 {
		border-top: 6.4rem solid #AC9D76;
		padding: 4rem 4rem 0 4rem;
	}
	.news .date {
		font-size: 0.9rem;
		padding: 2rem 8rem 0 4rem;
		
	}
	.news .cont-teaser img {
		width: 61.8%;
	}
	
	.object .catitemTitle {
		font-size: 1rem;
		line-height: 1.7em;
		padding: 0;
	}
	
	.bigger {
		font-size: 1.2rem;
		line-height: 1.7em;
	}
	h1.bigger {
		font-size: 2.2rem;
		line-height: 1.7em;
	}
	
	.cont-hometeaser-headline h1, .cont-hometeaser-headline h2 {
		padding: 0;
	}
	
	/* special */
	.cont-header {
		background: #ffffff !important;
	}
    .custom.hometext h3 {
        font-size: 1.3rem !important;
        line-height: 1.7em;
        padding: 0 0 1rem 0;
    }
	
	/* at work */
	.hamburger {
		position: fixed;
		top: 1.8rem;
		right: 1.8rem;
		height: 2.5rem;
		width: 2.5rem;
		background: transparent url('/templates/t2b_default/images/hamburger-open.svg') center center;
		background-size: cover;
		cursor: pointer;
		z-index: 1000;
	}
	.biggie {
		font-size: 1.3rem !important;
		line-height: 1.7em;
	}
    
    .cont-reference {
        
    }
    .cont-ref {
        width: 33.33%;
    }
    
    .cont-testimonials {
        margin: 8rem -4rem -4rem -4rem;
        padding: 4rem 4rem 2rem 4rem;
    }
}
/* CSS Document */

@media only screen and (min-width: 0px) and (max-width: 639px) {
	body, html {
		font-size: 13px;
		line-height: 1.7rem;
		padding: 0;
	}
	.desktop {
		display: none;
	}
	.outer {
		max-width: 90rem;
	}
	.topper {
		width: 100%;
		height: 8rem;
		float: right;
	}
	.navigation {
		margin: 0;
		padding: 0;
		height: auto;
		overflow: auto;
	}
	.navigation-outer {
		position: relative;
		width: 20%;
		height: auto;
		overflow: auto;
		float: left;
		padding: 6rem 0 0 0;
	}
	
	.cont-pics {
		float: none;
		width: 100%;
	}
	.cont-pics img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.tipp {
		position: absolute;
		left: 35%;
		top: 1rem;
	}
	.cont-teaser {
		width: 100%;
		min-height: 50vw;
		position: relative;
		border-bottom: 6.4rem solid #AC9D76;
		overflow: hidden;
	}
	.itemListCategoriesBlock {
		width: 100%;
	}
	.cont-teaser img {
		display: block;
		max-height: 50vw;
		width: auto;
	}
	.cont-shadow {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 25%;
		display: none;
	}
	.homecontainer {
		width: 100%;
		float: right;
	}
	.cont-hometeaser-headline {
		position: absolute;
		left: 2rem;
		bottom: 3rem;
		margin: 0 0 0 0;
		width: 80%;
	}
	.cont-hometeaser-headline .smallie {
		font-size: 1.5em;
		line-height: 1.7em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.cont-hometeaser-headline .fattie {
		font-size: 2em;
		line-height: 1.1em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
	}
	.hometeaser {
		min-height: 80vw;
	}
	.hometeaser img {
		max-height: 80vw;
		width: auto;
	}
	.hometeaser .cont-shadow {
		width: 20%;
	}
	.cont-objectdata {
		padding: 3rem 2rem;
		float: none;
		width: 100%;
		height: 100%;
		border-top: 6.4rem solid #AC9D76;
	}
	.brownie-outer {
		height: 6.4rem;
		width: 100%;
		display: none;
	}
	.brownie-inner {
		position: relative;
		height: 6.4rem;
		width: 78.6%;
	}
	.brownie-special {
		height: 6.4rem;
		width: 31.8%;
	}
	.itemCategory {
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		padding: 1rem 2rem;
		font-size: 0.9rem;
	}
	.itemNext {
		float: right;
	}
	/*
	.itemTitle {
		width: 75%;
		float: right;
		padding: 10px 25% 10px 3rem;
	}
	*/
	.itemBody {
		width: 75%;
		float: right;
		padding: 1rem 25% 3rem 2rem;
	}
	.componentheading {
		width: 75%;
		float: right;
		padding: 4.5rem 25% 2rem 2rem;
	}
	.itemTitle, .componentheading {
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cont-teaser-headline {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 3rem 2rem 2rem;
	}
	.teaser-headline {
		font-size: 1.8rem;
		line-height: 1.2em;
		text-shadow: 1px 1px 1px rgba(00, 00, 00, 1);
		padding-bottom: 0;
	}
	h3.headline-objectdata {
		font-size: 1rem;
		line-height: 1.7rem;
	}
	h4 {
		font-size: 1em;
	}
	.itemFullText ul, .itemFullText h3 {
		padding: 0 0 2rem 0;
	}
	.itemFullText h2 {
		padding: 2rem 0 1rem 0;
		font-size: 1.6rem;
		line-height: 1.2em;
	}
	.cat-title-outer {
		height: 14rem;
	}
	.cat-title-inner {
		width: 50%;
		height: 14rem;
		float: left;
		padding: 3rem;
	}
	.cat-title-shadow {
		width: 25%;
		height: 14rem;
		float: left;
	}
	.content-footer-outer {
		width: 100%;
		height: 6rem;
	}
	.content-footer-inner {
		width: 100%;
		height: 6rem;
		margin: 0 0 0 0;
	}
	.catitemContainer {
        padding: 1rem 2rem;
		background: #ffffff;
		width: 100%;
        align-items: flex-start;
        -webkit-align-items: flex-start;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemContainer:hover {
		background: #e9e9e9;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	.catitemPicture {
		width: 30%;
		padding: 0;
	}
	.catitemPicture img {
		display: block;
		width: 100%;
	}
	.catitemTitle {
		font-size: 1rem !important;
		line-height: 1.7em;
		padding: 0 0 0.5rem 0;
	}
	.catitemTheme {
		font-size: 1.4rem !important;
		line-height: 1.7em;
	}
	.catitemText {
		width: 70%;
		padding: 0 0 0 1.8rem;
	}
	.catitemIntrotext {
		padding: 0 15% 0 0;
	}
	.catitemIntrotext p {
		padding: 0;
	}
	
	.cont-module-outer {
		width: 100%;
		margin: 0;
	}
	.moduleCustomLink {
		display: block;
		line-height: 6rem;
		padding: 0 3rem;
		text-align: left;
	}
	
	.related h2 {
		width: 75%;
		margin: 0 0 0 25%;
		padding: 0 3rem 0 3rem;
		height: 6rem;
		line-height: 6rem;
	}
	.additional h2 {
		font-size: 1.6rem;
		line-height: 1.7em;
	}
	.additional .itemPretext {
		padding: 2rem 2rem 1rem 2rem;
		margin: 0 0 0 0;
	}
    
    .proof h2 {
		font-size: 1.6rem;
		line-height: 1.7em;
        padding: 0 0 1rem 0;
	}
    .proof .itemPretext {
        padding: 0 2rem 1rem 0;
    }
    .proof.brown {
        padding-bottom: 4rem;
    }
	
	.k2Pagination {
		line-height: 2rem;
		padding: 2rem 0 0 0;
	}
	.pagination-list {
		padding: 0 0 0 3rem !important;
	}
	.pagination-list li {
		float: left;
		padding: 0 1rem;
		line-height: 2rem;
	}
	
	input {
    	padding: 0 !important;
		line-height: 2.1rem !important;
		height: 2.3rem !important;
		width: 25rem;
	}
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
		margin: 0 0.5rem 0 0;
		height: auto !important;
		width: auto !important;
	}
	#fin-checkbox9, #fin-checkbox10 {
		padding: 1rem 0;
	}
	.chronoform {
		margin-top: 3rem;
	}
	#chronoform-Suche {
		margin-top: 2.3rem;
	}
	.cont-form, .gbs3 {
		margin: 0 -3rem 0 -3rem;
		padding: 3rem;
	}
	.gbs3 {
		padding: 3rem 25% 3rem 3rem;
	}
	#fin-dropdown8, #fin-dropdown12 {
		line-height: 34px;
		height: 32px;
		width: 300px;
	}
	#fin-dropdown8 select, #fin-dropdown12 select {
    	padding: 0 8px;
	}
	#ftr-button18, #ftr-button19, #ftr-button15, #ftr-button16, #ftr-button7, #ftr-button8 {
		width: auto;
		display: inline-block;
		margin: 20px 20px 0 0;
	}
	.col01-vita {
		width: 20%;
	}
	.cont-keywords {
		width: 100%;
		float: right;
		padding: 3rem 3rem 2rem 3rem;
	}
	.col-keywords {
		width: 50%;
		float: left;
		padding-bottom: 2rem;
	}
	.footermenu {
		width: 100%;
		font-size: 0.9rem;
		text-align: center;
		padding: 4rem 0 1rem;
	}
	.footermenu li {
		display: inline-block;
		vertical-align: top;
	}
	.footermenu .separator, .footermenu a {
		padding: 0 0.3rem 0 0;
	}
	
	.logo {
		position: absolute;
		left: 1.5rem;
		top: 1.5rem;
		width: 15rem;
	}
	.logo img {
		width: 100%;
	}
	.cont-offer-outer {
		margin-top: 3rem;
		margin-bottom: 1.7em;
	}
	.cont-offer-inner {
		padding: 3rem;
		margin: 0 -3rem;
	}
	.cont-offer-inner h3 {
		font-size: 1em;
		padding: 0;
	}
	.cont-offer-inner p {
		padding: 0;
	}
	.ln-offer {
		margin-top: 0.5rem;
	}
	.bedded {
		width: 75%;
	}
	.catItemImageBlock {
		width: 25%;
		float: left;
		display: inline-block;
	}
	.catItemImageBlock img {
		width: 100% !important;
		display: block;
	}
	.buttonfield {
		width: 210px;
		margin-right: 1px;
		margin-bottom: 1px;
		float: left;
		height: 3rem;
		line-height: 45px;
		padding: 0px 10px;
	}
	.cont-code {
		padding: 2rem 0 0 0;
	}
	.slider {
		margin: 0 0 0 -3rem !important;
	}
	.cont-line {
		padding: 1rem 3rem 0 3rem;
		height: 3rem;
	}
	.slider-arrows {
		width: 100%;
		position: absolute;
		top: 50%;
	}
	.slider-arrow {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
		line-height: 3rem;
	}
	.itemImageBlock {
		width: 110%;
		margin: 0 0 3rem -3rem !important;
	}
    .deko {
        height: 6rem;
        margin: 0;
    }
	.cont-hometext-outer {
		padding: 0;
		width: 100%;
		margin: 0;
		float: left;
	}
    .cont-hometext-inner {
		padding: 3rem 10% 2rem 2rem;
		width: 100%;
		margin: 0;
	}
	.cont-homeslider {
		width: 100%;
	}
	.homeslider-text {
		width: 65%;
		float: right;
		padding: 0 2rem;
	}
	.homeslider-image {
		width: 35%;
		float: left;
	}
	.homeslider-image img {
		height: 30vw !important;
		width: auto !important;
		float: right;
	}
	.itemAttachments a {
		background: transparent url('/templates/t2b_default/images/arrow-02.png') 0px -5px no-repeat;
		padding: 0 0 0 1rem;
	}
	.cont-icon-social {
		padding: 0 0 0 0;
		width: 100%;
		text-align: center;
	}
	.cont-icon-social img {
		width: 1.2rem;
	}
	.icon-social {
		margin: 0 0.5rem 0 0;
	}
	.cont-ivd {
		padding: 0 0 0 3rem;
	}
	.cont-ivd {
        width: 100%;
		padding: 0 2rem 4rem 2rem;
        justify-content: flex-center;
        -webkit-justify-content: flex-center;
	}
    .proof {
		padding: 3rem 2rem 1.7rem 2rem;
		width: 100%;
		margin: 0 0 0 0;
	}
    .proof-bar {
        width: 100%;
    }
    .proof-logo {
        height: 6rem;
        margin: 0 1rem 1rem 0;
    }
    .proof-logo img, .proof-logo svg {
        height: 100%;
    }
    .claim {
        font-size: 1.25rem;
        line-height: 1.2em;
        margin: 3rem 0;
    }
    .smaller {
        font-size: 1rem;
    }
    
    .lastline {
        margin: 0 auto;
    }

	.cont-content-outer {
		position: relative;
		width: 100%;
	}
	.cont-content-inner {
		position: relative;
		width: 100%;
		padding: 3rem 2rem 2rem 2rem;
	}

	h1 {
		font-size: 1.6rem; 
		line-height: 1.2em;
		padding: 0 0 2rem 0;
	}
	h2 {
		font-size: 1.4rem; 
		line-height: 1.2em;
		padding: 1rem 0 1rem 0;
	}
	p, ul {
		padding: 0 0 1rem 0;
	}

	.itemNavigation {
		width: 100%;
        margin: -1rem 0 3rem 0;
		font-size: 0.9rem;
	}

	.news h1 {
		border-top: 6.4rem solid #AC9D76;
		padding: 3rem 3rem 0 3rem;
	}
	.news .date {
		font-size: 0.9rem;
		padding: 2rem 8rem 0 3rem;
		
	}
	.news .cont-teaser img {
		width: 61.8%;
	}
	
	.object .catitemTitle {
		font-size: 1rem;
		line-height: 1.7em;
		padding: 0;
	}
	
	.bigger {
		font-size: 1.2rem;
		line-height: 1.7em;
	}
	h1.bigger {
		font-size: 1.8rem;
		line-height: 1.2em;
	}
	
	.cont-hometeaser-headline h1, .cont-hometeaser-headline h2 {
		padding: 0;
	}
	
	/* special */
	.cont-header {
		background: #ffffff !important;
	}
    .custom.hometext h3 {
        font-size: 1rem !important;
        line-height: 1.7em;
        padding: 0 0 1rem 0;
    }
	
	/* at work */
	.cont-content-inner p img {
		width: 100%;
	}
	.cont-keywords {
		display: none;
	}
	.hamburger {
		position: fixed;
		top: 1.8rem;
		right: 1.8rem;
		height: 2.5rem;
		width: 2.5rem;
		background: transparent url('/templates/t2b_default/images/hamburger-open.svg') center center;
		background-size: cover;
		cursor: pointer;
		z-index: 1000;
	}
	.biggie {
		font-size: 1rem !important;
		line-height: 1.7em;
	}
    
    .cont-reference {
        
    }
    .cont-ref {
        width: 50%;
    }
    
    .cont-testimonials {
        margin: 6rem -2rem -2rem -2rem;
        padding: 2rem 2rem 0 2rem;
    }
    [role~="tooltip"][data-microtip-size="large"]::after {
        white-space: initial;
        width: 100%;
    }
}
/* CSS Document */
