@import url("/templates/css/navi.css");

*{
    margin: 0;
    padding: 0;      
    font-size: 14px;                              
}  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
    vertical-align: baseline;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track-piece {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:focus {
    background-color: #999;
}
::-webkit-scrollbar-thumb:active {
    background-color: #666;
}
::-moz-selection {
    background: #aeafb5;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #aeafb5;
    color: #fff;
    text-shadow: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
html {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ul {
    list-style: none;
}
ol {
    list-style: decimal;
    margin-left: 20px;
    line-height: 20px;
    font-size: 14px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* BE Seiteneditor Styles */
.beBlockInactive {
	opacity: 0.25;
}
.beBlockInactive:hover {
	opacity: 1;
}
.beBlockInactive:before {
	content: 'Inaktive Block';
	position: absolute;
	text-align: right;
	width: 100%;
	padding: 15px 0;
	color: red;
}

/*  MAIN BLOCKS
***********************************************************/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #555555;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
}
h1, h2 {
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    color: #e45e15;
    margin: 0 0 10px 0;
}
h3 {
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    color: #e45e15;
    margin: 0 0 10px 0;
}
h4 {
    font-family: inherit;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
}
h5 {
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #e45e15;
    margin: 0 0 10px 0;
}
a {
    text-decoration: none;
    color: #005eab;
	font-family: inherit;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}
/*.noMobile a:hover {*/
/*    text-decoration: underline;*/
/*}*/
.left {
    float: left;
}
.right {
    float: right;
}
.clear{
    clear: both;
}
div.wrapper {
    max-width: 100%;
    min-height: 100%;
    font-size: 14px;
    overflow: hidden;
}
div.container {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
}
#slider > div.eTiger-area > div.eTiger-block > div.inner_block,
.container > div.eTiger-area > div.eTiger-block > div.inner_block,
.container > div.eTiger-area > div.eTiger-fulltext > div.inner_block,
.container > div.eTiger-area > div.eTiger-block > div.suchergebnis,
.container > div.eTiger-area > div.eTiger-block > div.colored-bg-block > div.colored-bg-block-wrapper {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.colored-bg-block {
	position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #ddd;
}
.container > div.eTiger-area > div.eTiger-block > div.colored-bg-block > div.colored-bg-block-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
.container p {
    margin: 10px 0 10px;
}
.container ul {
    margin: 10px 0 10px;
    padding-left: 10px;
}
.container ul li {
    padding-left: 20px;
}
.container ul li:not(:empty)::before {
    content: "\f054";
    font-family: "FontAwesome";
/*    color: #000;*/
    display: inline-block;
    font-weight: 900;
    color: #9397a6;
    font-size: 14px;
    padding-right: 10px;
    margin-left: -20px;
}
.button_default,
a.button,
div.button a,
input.button,
input[type="reset"],
input[type="submit"],
button.button,
a.more {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0 auto;
    border: none;
    padding: 5px 40px 5px 40px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: sans-serif;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    background: #005eab;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.tableSubmitWrap input[type="submit"] {
    margin: 0 auto;
}
.noMobile .button_default:hover,
.noMobile a.button:hover,
.noMobile div.button a:hover,
.noMobile input.button:hover,
.noMobile input[type="reset"]:hover,
.noMobile input[type="submit"]:hover,
.noMobile button.button:hover,
.noMobile a.more:hover {
    text-decoration: none;
    background: #e35f17;
    cursor: pointer;
}
a.more img {
    display: none;
}
p a.button:not(:first-child),
p strong a.button {
    margin-top: 10px;
}


/*  HEADER
***********************************************************/
header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 140px;
    background-color: rgba(187, 187, 187, 1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 10100;
}
.header_navi {
    background-color: #e5e5e5;
}
.header_navi ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    font-size: 0;
}
.header_navi ul li {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
}
.header_navi ul li:nth-child(1) {
    padding-left: 0;
}
.header_navi ul li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #6e6e6e;
}
.header_wrapper {
    display: block;
    position: relative;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
    -webkit-transition: ease-out 0.2s;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}
#logo {
    display: block;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.logo {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 256px;
    height: 90px;
    background-image: url(img/logo.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 9;
}
.subnav-arrow {
    position: absolute;
    top: 6px;
    font-size: 20px;
    right: -8px;
    transform: translateX(-50%);
    /*color: #888888;*/
    font-family: 'Courier New', monospace;
    font-weight: bold;
}


/*  HEADER SEARCH
***********************************************************/
.header_search {
    position: absolute;
    top: 5px;
    right: 30px;
    width: 180px;
    z-index: 10;
}
.header_search #textToSearch {
    width: 160px;
    height: 16px;    
}
.header_search input[name="searchAction"] {
    text-indent: -1000px;
    overflow: hidden;
    background: url("/templates/images-default/suchen.gif") no-repeat 0 0;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 12px;
}


/*  LANGUAGE NAVIGATION
***********************************************************/
.header_language {
    position: relative;
    line-height: 1;
}
.header_language ul {
    line-height: 1;
}
.header_language ul li img {
    vertical-align: middle;
}
.header_language span, .header_language p {
    line-height: 1;
    display: none;
}


/* ================================================================================
    BODY
================================================================================ */
strong, b {
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
}
i, em {
    font-family: inherit;
    font-size: inherit;
}
#body {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding-bottom: 146px;
    width: 1001px;
}
.page-information {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 50px;
    box-sizing: border-box;
}
#content {
    background-color: #fff;
}
#content .eTiger-area {
    margin: 10px 0;
}
#content .eTiger-block{
    /*margin-bottom: 30px;*/
	clear: both;
}
.eTiger-image img {
    max-width: 100%;
    height: auto;
}
.page-information a,
.page-information span,
.page-information p {
    text-align: left;
    color: #4d4d4d;
    font-size: 14px;
    font-family: sans-serif;
}
.page-information .fa-angle-right {
    color: #a6a6a6;
    padding: 0 5px;
    font-size: 16px;
    vertical-align: bottom;
}
.noMobile .page-information a:hover {
    text-decoration: underline;
}



/*  FOOTER
***********************************************************/
footer {
    position: relative;
    width: 100%;
    height: auto;
    background: #005eab;
    /*border-top: 3px solid #e35f17;*/
}
.footer_wrapper {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 20px 30px 10px;
    text-align: center;
    box-sizing: border-box;
}
  
#info_box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 0;
}
#info_box .box {
	font-family:inherit;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #ffffff;
}
#info_box .box a {
    color: #ffffff;
    text-decoration: underline;
}
.noMobile #info_box .box a:hover {
    text-decoration: none;
}
.footer_navi {
    /*background-color: #e5e5e5;*/
}
.footer_navi .footer_wrapper {
    padding-top: 0;
}
.footer_navi ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.footer_navi ul li {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
}
.footer_navi ul li:nth-child(1) {
    padding-left: 0;
}
.footer_navi ul li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

/*  eTiger neu css
***********************************************************/
.left {float: left;}
.center {margin: 0 auto;}
.right {float: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}
.textRight {text-align: right;}
.clear {clear: both;}

#div_pageeditor_imagelinks_id{
    width: 70px;
}

.eTiger-imageContainer img {float: left;}
.eTiger-imageLeft {
    float: left;
}
.eTiger-imageLeft .eTigerImage {
	margin: 5px 15px 5px 0;
}
.eTiger-imageRight{
    float: right
}
.eTiger-imageRight .eTigerImage {
	margin: 5px 0px 5px 15px;
}
.eTiger-imgContainer .eTiger-image {
	float: left;
}
.eTiger-image-distance {
	float:left;
	width:15px;
	height:1px;
}

.search_selected_word {
	font-weight:bold;
/*	color:#005eab;*/
}
.search_pagination_btn_left_active,
.search_pagination_btn_left_inactive {
	padding-right:3px;
}
.search_pagination_btn_right_active,
.search_pagination_btn_right_inactive {
	padding-left:3px;
}
.search_pagination_btn_left_active,
.search_pagination_btn_right_active {
/*	color:#0000FF;
	text-decoration:underline;*/
	cursor:pointer;
}
.search_pagination_btn_left_inactive,
.search_pagination_btn_right_inactive {
	color:#d0d0d0;
}
.search_pagination_num_active,
.search_pagination_num_inactive {
	padding-left:3px;
	padding-right:3px;
}
.search_pagination_num_active {
	font-weight:bold;
}
.search_pagination_num_inactive {
/*	color:#0000FF;
	text-decoration:underline;*/
	cursor:pointer;
}

#img-content:empty {
	background:url(/1/Bilder/header_default_image.jpg) no-repeat;
}

#id_aaa2 td {
	border:1px solid #808080;
	background-color:#e0e0e0;
	padding:4px;
}
#id_aaa2 {
	border-spacing:12px;
}
.div_pageeditor_textlinks_empty_outer {
    position: relative;
    z-index: 9999;
}


/* BANNER
***********************************************************/
/*.wide-image {*/
/*    position: relative;*/
/*    height: auto;*/
/*    background-image: url('img/wide-image-default.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/
/*.wide-image .eTiger-image > img,
.wide-image .eTiger-image > a > img {
    display: none;
}
.slider .eTiger-image > img {
    display: none;
}*/
.slider h1, .slider h2, .slider h3,
.wide-image h1, .wide-image h2, .wide-image h3 {
    color: #ffffff;
    text-align: center;
}
#img-content {
    height: auto;
    display: block;
}
#img-content .eTiger-image {
    /*position: static;*/
}
#img-content .eTiger-image img {
    max-width: 100%;
    height: auto;
}

/*=======================start eTiger Spaltenbloecke=============================*/
.block-wrap.two-columns {
	width: auto;
	margin: 0 -10px;
}
.two-columns .eTiger-block {
    display: inline-block;
	width: 50%;
	padding: 10px 10px;
	box-sizing: border-box;
	vertical-align: top;
}

.two-columns .eTiger-block:nth-child(2n) {
    padding-right: 10px;
}

.two-columns .eTiger-block:nth-child(2n) {
    padding-left: 10px;
}

.block-wrap.two-three-columns,
.block-wrap.two-three-columns-reverse {
	width: auto;
	margin: 0 -10px;
}
.two-three-columns .eTiger-block:nth-child(2n+1) {
    display: inline-block;
	width: 65%;
	padding-right: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.two-three-columns .eTiger-block:nth-child(2n) {
    display: inline-block;
	width: 35%;
	padding-left: 10px;
	box-sizing: border-box;
	vertical-align: top;
}

.two-three-columns-reverse .eTiger-block {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.two-three-columns-reverse .eTiger-block:nth-child(2n+1) {
	width: 35%;
	padding-right: 10px;
}
.two-three-columns-reverse .eTiger-block:nth-child(2n) {
	width: 65%;
	padding-left: 10px;
}

.block-wrap.three-columns {
	width: auto;
	margin: 0 -12px;
}
.three-columns .eTiger-block {
	display: inline-block;
	width: 33.333%;
    padding: 12px 12px;
	margin: 0;
    box-sizing: border-box;
    vertical-align: top;
}
div.block-wrap.four-columns {
	width: auto;
    margin: 0 -12px;
}
.four-columns .eTiger-block {
	display: inline-block;
	width: 25%;
    padding: 12px 12px;
	margin: 0;
    box-sizing: border-box;
    vertical-align: top;
}
div.block-wrap.six-columns {
	width: auto;
    margin: 0 -12px;
}
.six-columns .eTiger-block {
	display: inline-block;
	width: 16.6666%;
    padding: 12px 12px;
	margin: 0;
    box-sizing: border-box;
    vertical-align: top;
}
.two-columns .eTiger-block .one-column-wrapper .eTiger-block,
.two-three-columns .eTiger-block .one-column-wrapper .eTiger-block,
.two-three-columns-reverse .eTiger-block .one-column-wrapper .eTiger-block,
.three-columns .eTiger-block .one-column-wrapper .eTiger-block,
.four-columns .eTiger-block .one-column-wrapper .eTiger-block,
.six-columns .eTiger-block .one-column-wrapper .eTiger-block {
	width: 100%;
	padding: 0;
}
.one-column-wrapper .eTiger-area {
	margin: 0;
}

.container > .eTiger-area > .eTiger-block {
	margin-bottom: 50px;
}

.container > .eTiger-area > .eTiger-block p:last-child {
	margin-bottom: 0px;
}

#content .eTiger-area {
	margin: 0;
}
/*=======================end eTiger Spaltenbloecke=============================*/

/*  BUTTON-UP
***********************************************************/
.button-up {
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99999;
    background-color: #005eab;
    opacity: 0.5;
/*    z-index: 25;*/
    cursor: pointer;
}
.noMobile .button-up {
    opacity: 1;
}
.button-up i {
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    line-height: 40px;
}

.noMobile .button-up:hover {
    background-color: #e35f17;
    opacity: 1;
}

/*  Sticky, cookie-accept & contactform styles
***********************************************************/
#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body p,
body > div.cc_banner-wrapper > .cc_container p,
#kontakt tr td {
    font-size: 14px;
}

#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body a,
body > div.cc_banner-wrapper > .cc_container a,
#kontakt tr td a {
}

#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body .button_default,
#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body a.button,
#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body div.button a,
#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body input.button,
#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body input[type="reset"],
#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body input[type="submit"],
#sticky-bar > ul > li > div.sticky-panel > div.sticky-panel-body button.button,
div.cc_banner-wrapper > .cc_container .button_default,
div.cc_banner-wrapper > .cc_container a.button,
div.cc_banner-wrapper > .cc_container div.button a,
div.cc_banner-wrapper > .cc_container input.button,
div.cc_banner-wrapper > .cc_container input[type="reset"],
div.cc_banner-wrapper > .cc_container input[type="submit"],
div.cc_banner-wrapper > .cc_container button.button,
#kontakt tr td .button_default,
#kontakt tr td a.button,
#kontakt tr td div.button a,
#kontakt tr td input.button,
#kontakt tr td input[type="reset"],
#kontakt tr td input[type="submit"],
#kontakt tr td button.button {
    color: #fff;
}

/*  MENU IPAD
***********************************************************/
#event-catcher {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10099;
    background-color: rgba(129, 129, 129, 0.4);
}


/******************************/
/*                            */
/*         RESPONSIVE         */
/*                            */
/******************************/

@media (min-width: 769px) {
    .noMobile header.fixed #logo .logo {
    	top: 12px;
        width: 210px;
        height: 73px;
    }
    /*.noMobile*/ header.fixed #header {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgba(187, 187, 187, 0.9);
    }
}

@media (max-width: 900px) {
    .logo {
    	top: 18px;
        width: 228px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .header_wrapper,
    .page-information,
    #slider > div.eTiger-area > div.eTiger-block > div.inner_block,
    .container > div.eTiger-area > div.eTiger-block > div.inner_block,
	.container > div.eTiger-area > div.eTiger-fulltext > div.inner_block,
	.container > div.eTiger-area > div.eTiger-block > div.suchergebnis,
	.container > div.eTiger-area > div.eTiger-block > div.colored-bg-block > div.colored-bg-block-wrapper,
    .footer_wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .eTiger-area {
        margin-left: 0;
        margin-right: 0;
    }
    /*.header_search {
        display: inline-block;
        margin-bottom: 20px;
    }*/
    #img-content:empty {
        background-size: cover;
        background-position: center;
        height: 220px;
    }
    #info_box .box {
        margin-left: 10px;
        margin-right: 10px;
    }

    
    /* ETIGER OVERWRITE
    ***********************************************************/
    .eTiger-imageLeft,
    .eTiger-imageRight,
    .eTiger-imgContainer .eTiger-image,
    .eTiger-image-distance,
    .eTiger-imgContainer img,
    .left,
    .right {
        float: none;
    }
    .eTiger-imageLeft .eTigerImage,
    .eTiger-imageRight .eTigerImage,
    .eTiger-imgContainer .eTigerImage {
        max-width: 100%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }

	/*=======================start eTiger Spaltenbloecke=============================*/
	.two-columns .eTiger-block,
    .three-columns .eTiger-block,
    .two-three-columns .eTiger-block:nth-child(2n),
	.two-three-columns .eTiger-block:nth-child(2n+1),
	.two-three-columns-reverse .eTiger-block:nth-child(2n),
	.two-three-columns-reverse .eTiger-block:nth-child(2n+1)  {
        width: 100%;
	}
	.four-columns .eTiger-block {
        width: 50%;
	}
	.six-columns .eTiger-block {
        width: 33.3333%;
	}
	/*=======================end eTiger Spaltenbloecke=============================*/

    .button-up {
        right: 10px;
    }
}

@media (max-width: 479px) {
    .header_wrapper,
    .page-information,
    #slider > div.eTiger-area > div.eTiger-block > div.inner_block,
    .container > div.eTiger-area > div.eTiger-block > div.inner_block,
	.container > div.eTiger-area > div.eTiger-fulltext > div.inner_block,
	.container > div.eTiger-area > div.eTiger-block > div.suchergebnis,
	.container > div.eTiger-area > div.eTiger-block > div.colored-bg-block > div.colored-bg-block-wrapper,
    .footer_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    header {
        height: 110px;
    }
    .logo {
    	top: 15px;
        width: 180px;
        height: 63px;
    }
    .header_navi ul {
    	text-align: center;
    }
    .block_layout table,
    .block_layout tbody,
    .block_layout tr,
    .block_layout td {
        display: block;
    }
    .block_layout td {
        width: auto;
    }
    #img-content:empty {
        height: 120px;
    }
    #info_box {
        display: block;
    }
    #info_box .box {
        display: block;
    }
    
    /* SLIDER OVERWRITE
    ***********************************************************/
    html * .ls-container img,
    body * .ls-container img,
    #ls-global * .ls-container img {
        transform: scale(.5) !important;
    }
    .ls-wp-fullwidth-container,
    .ls-wp-fullwidth-helper,
    .ls-wp-container,
    .ls-container,
    .ls-my,
    .ls-inner,
    #ls-global #img-content:not(:empty) {
        height: 155px !important;
    }
    
    /* ETIGER OVERWRITE
    ***********************************************************/
    .eTiger-area .eTiger-area {
        margin-left: 0;
        margin-right: 0;
    }

	/*=======================start eTiger Spaltenbloecke=============================*/
/*	.four-columns .eTiger-block,
	.two-columns .eTiger-block,
	.three-columns .eTiger-block,
	.two-three-columns .eTiger-block:first-child,
	.two-three-columns .eTiger-block:last-child {
        width: 100%;
	}*/
	.six-columns .eTiger-block {
        width: 50%;
	}
	/*=======================end eTiger Spaltenbloecke=============================*/

    .button-up {
        right: 0;
    }
}