body {
	background-color: #FFFFFF;
	color: #5D5D5D;
	/*font-family: Arial,Sans-serif,Helvetica;*/
    font-family: "Optimist PPT", "Mier B", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 13px;
	margin: 0;
	padding: 0;
}

	.notMobile {
		display: block;
	}
	.mobileOnly {
		display: none;
	}


a {
    color: rgba(240, 0, 32,0.8);
    text-decoration: none;
}
a:hover {
    color: #F00020;
    text-decoration: none;
}
a.print {
    font-weight: bold;
    padding-left: 20px;
}
a.print img {
    width: 35px;
}
a.recommend {
    background-size: 20px;
    font-weight: bold;
    padding-left: 18px;
}
a.recommend img {
    width: 35px;
}
a.arrows,
a.more{
    background: url("../img/arrow-right.svg") no-repeat scroll right -1px rgba(0, 0, 0, 0);
    padding-right: 20px;
}


hr {
    border-color: #B3B3B3;
    border-style: solid none none;
    margin: 0 0 10px;
}

p {
    line-height: 18px;
    margin: 0 0 10px;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

#imageContainer {
}
#slider {
    min-height: 100%;
}
.galleryImage {
    z-index: 0;
    width:100%;
    min-height:100%;
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sliderwrap {
    height: 240px;
    width:100%;
}

#blockTop,
#blockBottom,
#blockMainOuter {
	margin: 0 auto 10px;
	padding-top: 16px;
	width: 980px;
}
#blockTopOuter {
    border-bottom: 1px solid #F00020;
    margin-bottom: 35px;
}
#blockBottomOuter {
    border-top: 1px solid #F00020;
    margin-bottom: 35px;
}

body.index #overlayStart {
/*
	background: url("../img/overlay_bg.png") no-repeat scroll center top rgba(0, 0, 0, 0);
*/
	height: 27px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 600px;
	width: 100%;
	z-index: 110;
}

#blockTop {
    display: flex;
    align-items: center;
}

#blockTop #logo {
}


#blockMain {
    margin: 0;
	position: relative;
	z-index: 110;
}


#blockMainInner {
    margin: 0;
}

#navigation {
	margin-top: 13px;
	margin-bottom: 4px;
	position: relative;
}
#navigation .navigationList {
    list-style-type: none;
    display: flex;
}
#navigation .navigationList .navigation-item {
    padding: 5px;
    margin-right: 15px;
}
#navigation .navigationList .navigation-item > a {
	font-size: 15px;
	color: rgba(240, 0, 32,0.8);
	display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;    
}
#navigation .navigationList .navigation-item.active > a {
    color: #F00020;
    border-bottom: 2px solid #F00020;
    margin-bottom: -2px;
}
#navigation .navigationList .navigation-item:hover > a {
    color: #F00020;
}



ul.submenu {
	background-color: rgba(255,255,255);
	position: absolute;
	top: 30px;
	display: none;
	z-index: 200;
    padding: 18px 0;
    box-shadow: 0 1px 80px 8px rgba(0,0,0,.4);
}
ul.submenu li {
	font-size: 15px;
	list-style-type: none;
	text-align: left;
}
ul.submenu li a {
	color: rgba(240, 0, 32,0.8);
    padding: 3px 24px;
    display: block;
    white-space: nowrap;
}
ul.submenu li a:hover {
    color: #F00020;
    text-decoration: none;
}
ul.submenu li a:after {
	content: '';
	display: inline-block;
	margin-left: 5px;
    margin-top: 2px;
	height: 16px;
	width: 16px;
	background: url("../img/arrow-right.svg") no-repeat center;
	transition: opacity 0.5s ease-out;
    position: absolute;
    opacity: 0;
}
ul.submenu li a:hover:after {
    opacity: 1;
}
ul.submenu li.active > a {
    color: #F00020;
    text-decoration: underline;
}


ul.submenu li.level3 {
    padding-left: 20px;
}
ul.submenu .arrows {
	border-width: 4px 0 4px 4px;
	margin-right: 5px;
    margin-top: 7px;
}

/* ############################################## */

#blockBefore {
	margin: 0;
	position: relative;
	width: 980px;
	z-index: 1;
}
body.index #blockBefore {
}

#blockBefore .box {
	position: absolute;
	top: 388px;
	padding: 10px 45px 0;
	color: #fff;
}

#blockBefore .box h1 {
	width: 25%;
	float: left;
	margin: 0;
	color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
}
#blockBefore .box p {
	width: 75%;
	float: right;
	padding-top: 4px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
}

/* ############################################## */

#linkbox {
    margin-bottom: 20px;
    position: absolute;
    right: 0;
}
aside #linkbox { 
    position: relative;
}
#linkbox .linkbox-icons {
    display: flex;
    justify-content: flex-end;
}

#linkbox a {
    margin-right: 20px;
}
#linkbox a.print {
    margin-right: 10px;
}

#linkbox a.recommend {
    margin-right: 0;
}

/* ############################################## */

#blockBefore #navigationBreadcrumbTop {
    color: #9e9e9e;
    left: 0;
    width: 100%;
}

#navigationBreadcrumbTop .home {
    color: #85889c;
    font-weight: bold;
}
#navigationBreadcrumbTop span {
    color: #85889c;
    font-size: 12px;
    font-weight: bold;
}

#navigationBreadcrumbTop a {
    color: #85889c;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

/* ############################################## */

#blockContent {
	padding-top: 14px;
	margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

/* ############################################## */

#main {
    flex: 2;
}
#main.full {
	width: auto;
    margin: 0 0 60px 0;
}
#main.full h1 {
    width: calc(100% - 120px);
}
#main h1,
#blockContent h1 {
	color: #F00020;
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
    margin: 0 0 25px;
    padding: 0;
}


#main h2 {
    color: #4b3666;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 20px 0 10px;
    padding: 0;
}

#main ul {
    list-style-image: url(../img/list-style-image.gif);
    margin-bottom: 10px;
    margin-top: 0;
}
#main li {
    line-height: 18px;
}

aside {
    flex: 1;
    margin-left: 20px;
}

/* ############################################## */

#main .nav-tabs {
	margin-top: 40px;
	border-bottom: 2px solid #F00020;
	margin-bottom: 30px;
}

.nav > li {
    /*text-transform: uppercase;*/
    list-style: none;
}
.nav-tabs .nav-item {
    margin-right: 2px;
}

.nav-tabs .nav-link {
	border-color: #F00020;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fff;
  color: #F00020;
}
.nav-tabs .nav-link:hover {
	border-color: #F00020;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
	border: 1px solid #F00020;
	border-bottom-color: transparent;
	background-color: #F00020;
	color: #fff;
}

/* ############################################## */

.teaserContainer {
	clear: both;
}
.teaserList {
	margin: 0 -8px;
}
.teaserBox {
	position: relative;
	float: left;
	margin-bottom: 20px;
}
aside .teaserBox {
	width: auto;
}
.teaserBox .teaserElement {
	height: 100%;
	margin: 0 8px;
	
	
	background-color: #f8f8f8;
}
.teaserBox .teaserElement .image img {
	width: 100%;
	height: auto;
}
aside .teaserBox .teaserElement {
	margin: 0;
}
.teaserBox .teaserElement .content {
	padding: 11px 18px 30px;
}
.teaserBox .teaserElement h2 {
	color: #F00020;
	font-size: 20px;
}
.teaserBox .teaserElement p {
	margin-bottom: 53px;
	margin-bottom: 14px;
}
.teaserBox .teaserElement a.more {
	font-weight: bold;
    color: rgba(240, 0, 32,0.8);
	display: block;
	line-height: 15px;
	/*position: absolute;
	bottom: 17px;*/
}
.teaserBox .teaserElement a.more:hover {
	color: #F00020;
}
@media only screen and (min-width:980px) {
    .teaserBox {
        width: 25%;
    }
}
/* ############################################## */

table.konzepte th {
	padding: 0 !important;
}
table.konzepte th.cell-logo {
    vertical-align: middle;
}
table.konzepte th.cell-logo > a {
    display: block;
    width: 100%;
    padding: 5% 10% 5% 10%;
}
table.konzepte th.cell-logo > img,
table.konzepte th.cell-logo > a img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
table.konzepte td {
	width: auto;
}
.konzepte h3 {
	color: #4b3666;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

.table.konzepte {
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	width: auto;
}

.table.konzepte > thead > tr > th,
.table.konzepte > tbody > tr > th,
.table.konzepte > tfoot > tr > th,
.table.konzepte > thead > tr > td,
.table.konzepte > tbody > tr > td,
.table.konzepte > tfoot > tr > td {
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	max-width: 185px;
}

.table.konzepte > thead > tr > td.active,
.table.konzepte > tbody > tr > td.active,
.table.konzepte > tfoot > tr > td.active,
.table.konzepte > thead > tr > th.active,
.table.konzepte > tbody > tr > th.active,
.table.konzepte > tfoot > tr > th.active,
.table.konzepte > thead > tr.active > td,
.table.konzepte > tbody > tr.active > td,
.table.konzepte > tfoot > tr.active > td,
.table.konzepte > thead > tr.active > th,
.table.konzepte > tbody > tr.active > th,
.table.konzepte > tfoot > tr.active > th {
	background: #f8f8f8;
}
.table.konzepte > tbody > tr > td.active {
	cursor: pointer;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: normal;
}

.panel-group .panel {
	border-radius: 0;
	border: 1px solid #c8c8c8;
	background: none;
}
.panel-group .panel-heading {
    padding: 0;
	background: none;
}
#main .panel-group .panel .panel-heading .panel-title {
	margin: 0;
}
.panel-group .panel .panel-heading .indicator {
    background-image: url("../img/arrow_accordeon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: right;
    height: 17px;
    width: 30px;
	margin-right: 20px;
	margin-top: 20px;
}
.panel-group .panel.in .panel-heading .indicator {
  background-image: url("../img/arrow_accordeon.png");
  background-position: -30px 0;
}
/* ############################################## */

#blockBottom {
    clear: both;
    position: relative;
    width: 980px;
    z-index: 110;
}

#areaContent5Global {
    float: left;
}

#footerCopyright {
    color: #F00020;
    float: left;
    font-size: 13px;
    margin-right: 7px;
    margin-top: 1px;
}

#navigationFooter {
    float: left;
    height: 30px;
    margin: 0;
    padding: 0 4px;
}

#navigationFooter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigationFooter li {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#navigationFooter a.navLevel1 {
    line-height: 20px;
    margin: 0;
    padding: 0 9px;
    text-decoration: none;
}

#mobileMenuToggler {
	display: none;
}
#mobileNavigation {
	display: none;
}

@media only screen and (max-width:980px) {
        #blockTop,
    #blockBottom,
	#blockMainOuter,
	#blockBefore,
	#blockBottom {
		width: auto;
	}
	
	body.index #overlayStart,
	#overlayStart {
/*		background-image: url(../img/overlay_bg980.png);
		background-position: left top;*/
	}
	body.index #blockBefore, 
	#blockBefore {
		background-position: left bottom;
	}
	
	#blockBefore .box h1 {
		width: 33%;
	}
	#blockBefore .box p {
		width: 67%;
	}
	
	#main {
		float: none;
		width: auto;
		margin-right: 44px;
		margin-bottom: 30px;
	}
	
	aside {
		float: none;
		margin: 0 44px;
		width: auto;
	}
	
	#linkbox {
	}
	
	body.index #linkbox {
	}
	
	.teaserContainer {
	}
	.teaserList {
		margin: 0;
	}
	.teaserBox {
		float: none;
	}
	body.index .teaserBox {
		width: 50%;
		float: left;
		margin-bottom: 16px;
	}
	.teaserBox .teaserElement {
		margin: 0;
	}
	body.index .teaserBox .teaserElement {
		width: auto;
		margin: 0 8px;
	}
	
	.teaserBox .teaserElement .image {
		display: none;
	}
	
	#linkbox {
	}
	
	.galleryImage {
	}
	
	body.index .galleryImage {
	    background-size: cover;
	}
	body.index #overlayStart {
		top: 380px;
	}
	body.index #blockBefore {
	}
	body.index #blockBefore .box {
		top: 168px;
	}
	
	#blockBottom {
		margin-left: 44px;
	}
}

@media only screen and (max-width:767px) {
    #blockContent {
        display: block;
    }
	.notMobile {
		display: none;
	}
	.mobileOnly {
		display: block;
	}
	#imageContainer {
		display: none;
	}
	#blockMainOuter {
		padding-top: 0px;
	}
	#navigation {
		display: none;
	}
	
	#mobileMenuToggler {
		display: block;
		float: right;
        padding-right: 20px;
	}
	#mobileMenuToggler.opened {
	}
	#mobileMenuToggler img {
        width: 30px;
    }
	#mobileNavigation {
		line-height: 20px;
		color: #85889c;
		width: 100%;
		padding-right: 20px;
		margin-top: 10px;
        border-top: 1px solid #F00020;
	}
	#mobileNavigation ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-left: 20px;
		font-weight: bold;
	}
	#mobileNavigation ul li.level1 > a {
		font-size: 1.1em;
		padding: 5px 10px 5px 10px;
		display: block;
		border-radius: 4px;
	}
	#mobileNavigation a {
		color: rgba(240, 0, 32,0.8);
	}
	#mobileNavigation a.arrows {
	}
        
	#mobileNavigation ul li.active  > a {
		color: #F00020;
        text-decoration: underline;
	}
	#mobileNavigation ul li  > a {
		line-height: 26px;
                display: block;
	}
        #mobileNavigation ul  li.level3 {
            padding-left: 20px;
        }

	#mobileNavigation ul {
		
	}
	#blockTop {
		padding: 20px 0;
        display: block;
	}
	#blockTop #logo {
		margin-left: 18px;
	}
	#blockBefore {
		height: 42px;
	}
	body.index #blockBefore {
        height: 0;
	}
	
	body.index #blockBefore .box {
		top: 0;
		padding-left: 18px;
		padding-right: 18px;
	}
	#blockBefore .box h1 {
		width: 100%;
	}
	#blockBefore .box p {
		display: none;
	}
	
	#blockBefore #navigationBreadcrumbTop {
		padding-left: 18px;
		background-color: transparent;
	}
	
	#main,
	#main.full {
		margin: 0 18px 18px;
	}
	
	aside {
		margin: 0 18px;
	}

	.nav > li > a {
	    padding: 5px 10px;
	}
	
	body.index .teaserBox {
		width: 100%;
	}
	
	#blockBottom {
		margin-left: 18px;
	}
	.panel-group .panel {
        margin-bottom: 15px;
    }
    .panel-group .panel .panel-body {
        padding: 10px;
    }
}


@media only screen and (max-width:575px) {
    #linkbox {
        margin-right: 10px;
    }
}

div.we_contentElementBlock.text_image div.content.left_of_text div.text {
	float: right;
	width: 60%;
}
div.we_contentElementBlock.text_image div.content.left_of_text div.image {
	float: left;
	width: 40%;
}
div.we_contentElementBlock.text_image div.content.left_of_text div.image img {
	width: 90%;
	height: auto;
}
div.we_contentElementBlock.text_image div.content.right_of_text div.text {
	float: left;
	width: 60%;
}
div.we_contentElementBlock.text_image div.content.right_of_text div.image {
	float: right;
	width: 40%;
	text-align: right;
}
div.we_contentElementBlock.text_image div.content.right_of_text div.image img {
	width: 90%;
	height: auto;
}

div.we_contentElementBlock.text_image div.content.right_in_text div.text {
}
div.we_contentElementBlock.text_image div.content.right_in_text div.image {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.we_contentElementBlock.text_image div.content.left_in_text div.text {
}
div.we_contentElementBlock.text_image div.content.left_in_text div.image {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.we_contentElementBlock.text_image div.content.above_text div.image,
div.we_contentElementBlock.text_image div.content.below_text div.text {
	margin-bottom: 10px;
}

div.we_contentElementBlock.images div.images.original img {
	max-width: 100%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.we_contentElementBlock.images div.images.containerWidth img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
div.we_contentElementBlock.images div.images.beside img {
	width: 190px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

#containerRecommended {
    background-color: white;
    box-shadow: 0 1px 80px 8px rgba(0,0,0,.4);
    overflow: hidden; 
    position: absolute;
    top: -10px;
    z-index: 5;
    right: 0;
    display: none;
    padding: 10px;
}
#containerRecommended #pageRecommendContent {
    display: flex;
}
#containerRecommended img {
    width: 35px;
}
#containerRecommended a {
    margin-right: 5px;
    text-decoration: none;
}
#containerRecommended a:hover {
text-decoration: none;
}
