/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height, .ce_autogridWrapperStart.same-height .inside {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid_wrapper.no_gutter_left {margin-left: 0;}
.autogrid_wrapper.no_gutter_right {margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}
.autogrid.no_gutter_left {padding-left: 0;}
.autogrid.no_gutter_right {padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/*
 * This file is part of Contao.
 *
 * (c) Leo Feyer
 *
 * @license LGPL-3.0-or-later
 */

table.sortable thead th {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/default.gif");
	background-repeat:no-repeat;
	background-position:center right;
}
table.sortable thead th.headerSortDown {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/asc.gif");
}
table.sortable thead th.headerSortUp {
	background-image:url("../../assets/jquery/tablesorter/2.0.5/images/desc.gif");
}



body {
font-size:0.9rem;
color: rgb(59,60,66);
    font-family: "ff-clan-web-narrow",sans-serif;
font-style: normal;
font-weight: 400;


	}
	
p a{
color:#004691 !important;

}


#hide {
	display:none;
}


#bottom {
		background:#004691;
		color:#ffffff;
		font-weight:700;
		text-transform:uppercase;
		margin-top:50px;
}

#bottom .inside {
	font-size:100%;
	padding-top:10px;
	padding-bottom:10px;
}

#bottom .inside, #bottom .inside a {
	color:rgba(255,255,255,1);
}
#bottom .inside, #bottom .inside a:hover {
	color:rgba(255,255,255,1);
}

#bottom .inside .right a {
	margin-left:0px;
}
	
.fullcoveredvideo video, .fullscreenvideo video {
	background:#e7e7e7;
}

.mainmenu ul li {
	margin-right:0px;
}

h2 {
	color:#004691;
font-size:1.8rem !important;

}

h1.center {
	padding:6px;
}

h1.background, h2.background {
	display: table;
	padding:12px;
	margin-top:20px;
	background: rgba(255, 255, 255, 0.75);
	font-weight:700;
	color:#004691;
}

h3{
	color:#004691;
	font-size:1.1rem;
	padding-bottom:0px;
	text-transform:uppercase;
	margin-bottom:0px;
}

h4{
	font-size:1.1rem;
	font-weight:700;
	padding-bottom:12px;
	text-transform:uppercase;
	margin-bottom:0px;
}

#neu h2 {
	font-size:1.6rem !important;
}

#textblock h2,#textblock h3 {
		color:#004691;
	font-size:1.8rem;
margin:12px 0px 12px 0px;
	text-transform:uppercase;
	font-weight:400;
}

#textblock ul li {
	list-style: square;
	margin-left:2px;
	font-weight:700;
	color:#004691;
}

#textblock ul {
	    margin: 12px 0px 24px 12px !important;
}

#neu .ui-accordion-header {
		color:#004691;
	font-size:1.8rem;
margin:12px 0px 12px 0px;
	text-transform:uppercase;
	font-weight:400;
}

#neu .ce_accordion .toggler.ui-state-active {
	border:none;
}

#neu .ce_image_text_box .ce_image_text_box_content {
	margin-top:1rem;
	margin-right:16px;
	font-size:0.8rem;
	line-height:auto;
}

#nesu .ce_image_text_box img {
	    clip-path: polygon(
        20% 0%,   /* oben links schräg */
        100% 0%,  /* oben rechts */
        80% 100%, /* unten rechts schräg */
        0% 100%   /* unten links */
    );
}

#neu .ce_accordion .toggler:before {
	color:#004691;	
}

.mittig {
display:block;
margin: 0 auto;
	text-align:center;
}


#ventilkatalog table tr:hover .td1,#ventilkatalog table tr:hover .td2 {
	background-color:#f2f2f2;
	cursor: pointer;
}


h2.katalog {

	border-bottom: 1px solid #004691 !important;
}

.header .mainmenu ul li a {
	font-weight:700;
}

.header .mainmenu ul li a.trail span, .header .mainmenu ul li a.active span {
	padding-bottom:6px;
}

.mod_langswitcher .mod_langswitcher_inside::before {
	border:0px;
	
}

#right {
	text-align:right;
}

.image_container img {
	display:inline;
}

.slanted-line {
position:absolute;
left:50%;
top:0;
  height: 200px;
  border-radius: 1px;
  background: black;
  transform: rotate(-45deg);
  -os-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}

.logo a {
background-image: url(/files/tries/tries_white.svg);
}

.logo {
	width:155px;
}

.header.cloned .logo {
	width:130px;
}


_______

a.sperrventile {
    padding-left:25px; color: #5b6479;
    background-image: url("/files/tries/cd-icons_1.svg");
    background-repeat: no-repeat;
}
a.sperrventile:hover {
    color: #5b6479;
}
#ventilkatalog table td {
    padding-right:18px;
    border-top: 1px solid #ccc;

border-bottom: 1px solid #ccc;
   padding-left:18px;
    vertical-align: top;
}
#ventilkatalog table td.td1,
#ventilkatalog table td.td2 {
    width:auto;
    font-weight:bold;
    vertical-align: middle;
    padding-top:4px;
    line-height:16px;
   
}
#ventilkatalog table td.td3 {
    padding-top:6px;
    padding-bottom:0;
    text-align:right;
    height:30px;
    width:100px;
        vertical-align: middle;
}
#ventilkatalog table {
    border-collapse: collapse;
    float:left;

    width: 100%;
    margin-top:24px;
}
#ventilkatalog p {
    margin:0;
    padding-bottom:0px;
}


 
 
.mod_changelanguage li .lang-de {
    background-image:url("../../files/cto_layout/css/files/tries/images/template/de.png");
    background-attachment: scroll;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-origin: padding-box;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto auto;
}
#buttons {
    float:left;
}
.mod_changelanguage li .lang-en {
    background-image:url("../../files/cto_layout/css/files/tries/images/template/uk.png");
    background-attachment: scroll;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-origin: padding-box;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto auto;
}
.mod_changelanguage a,
.mod_changelanguage span {
    display: block;
        height: 20px;
        text-indent: -999em;
        width: 30px;
}
#tries_logo_slider {
    position:absolute;
    background-image:url("../../files/cto_layout/css/files/tries/images/template/tries_logo.png");
    background-position:center top;
    background-repeat:no-repeat;
    z-index:99;
}
#tries_logo_slider_big {
    position:absolute;
    z-index:99;
}
html {
    height: 100%;
    padding:0;
    margin:0;
}

.navi-resp {
    display:none;
}
.section {
    clear: both;
    	padding: 0px;
    	margin: 0px;
}
#inhalt-unten {
    border-top: 1px solid #eee;
    margin-top:12px;
    padding-top: 24px;
}
.col {
    display: block;
    	float:left;
    margin: 1% 0 1% 2.5%;
}
.collinks {
    display: block;
    	float:left;
    margin: 1% 0 1% 0%;
}
#fokus {
    display: block;
    	float:left;
    	margin-bottom:24px;
    width: 99%;
    border-top:1px solid #5b6478;
    padding-right: 1%;
    background: #f0f0f0;
        background-position: left bottom;
        background-repeat: repeat-x;
    background-image: url("../../files/files/tries/images/template/fokus_white.jpg");
    background-image: url("../../files/files/tries/images/template/fokus_white.jpg"), -webkit-gradient(linear, left top, right top, color-stop(50%,#f0f0f0), color-stop(100%,#e1e1e1)); /* Saf4+, Chrome */
    background-image: url("../../files/files/tries/images/template/fokus_white.jpg"), -webkit-linear-gradient(left,  #f0f0f0 50%,#e1e1e1 100%); /* Chrome 10+, Saf5.1+ */
    background-image: url("../../files/files/tries/images/template/fokus_white.jpg"),-moz-linear-gradient(left,  #f0f0f0 50%, #e1e1e1 100%); /* FF3.6+ */
    background-image: url("../../files/files/tries/images/template/fokus_white.jpg"),-ms-linear-gradient(left,  #f0f0f0 50%,#e1e1e1 100%);  /* IE10 */
    background-image: url("../../files/files/tries/images/template/fokus_white.jpg"),-o-linear-gradient(left,  #f0f0f0 50%,#e1e1e1 100%); /* Opera 11.10+ */
    background-image: url("../../files/files/tries/images/template/fokus_white.jpg"),linear-gradient(to right,  #f0f0f0 50%,#e1e1e1 100%); /* W3C */
}
#fokus .block {
    margin-top:-20px;
}
.col_headline {
    display: block;
    	float:left;
    	margin: 1% 0% 0% 0%;
}
.col:first-child {
    margin: 1% 0 1% 0%;
}
.col:first-child {
    margin: 1% 0 1% 0%;
}
.grid1 {
    width: 31.66%;
}
.grid1-5 {
    width: 48.75%;
}
.grid2 {
    width: 65.83%;
}
.grid3 {
    width: 100%;
}
.grid1pad {
    width: 30.46%;
    padding-left: 1.2%;
    padding-bottom: 13px;
}
#link_list {
    background-image: url("../../files/files/tries/images/template/link_bg_big.png");
        background-position: left top;
        background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-image: url("../../files/files/tries/images/template/link_bg_big.png"), -webkit-gradient(linear, left top, right top, color-stop(0%,#f0f0f0), color-stop(100%,#e1e1e1)); /* Saf4+, Chrome */
    background-image: url("../../files/files/tries/images/template/link_bg_big.png"), -webkit-linear-gradient(left,  #f0f0f0 0%,#e1e1e1 100%); /* Chrome 10+, Saf5.1+ */
    background-image: url("../../files/files/tries/images/template/link_bg_big.png"),-moz-linear-gradient(left,  #f0f0f0 0%, #e1e1e1 100%); /* FF3.6+ */
    background-image: url("../../files/files/tries/images/template/link_bg_big.png"),-ms-linear-gradient(left,  #f0f0f0 0%,#e1e1e1 100%);  /* IE10 */
    background-image: url("../../files/files/tries/images/template/link_bg_big.png"),-o-linear-gradient(left,  #f0f0f0 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background-image: url("../../files/files/tries/images/template/link_bg_big.png"),linear-gradient(to right,  #f0f0f0 0%,#e1e1e1 100%); /* W3C */
}
#link_list ul {
    padding:0;
    list-style-type:none;
    margin:0;
}
#link_list ul li {
    border-bottom: 1px solid #eee;
    padding:0;
    margin:0;
    padding-top:8px;
    font-size: 14px;
    font-weight:700;
    padding-bottom:8px;
}
#link_list ul li a {
    display:block;
    font-size: 14px;
}
.ce_text p {
    padding-bottom: 4px;
}


.block {
    overflow: visible;
}
.slidebox .image_container {
    position: absolute;
        right: 0;
        top: 0;
    z-index:1;
}
.slidebox {
    height:140px;
    margin:0 0 10px;
    padding-top:70px;
}
.slidebox_big {
    height:600px;
    margin:0 0 10px;
}
footer {
    position:fixed;
        bottom: 0px;
    padding:0;
    margin:0;
    left:0px;
        max-height: 0px;
    height: 100px;
    width: 100%;
            background-color: #e5e5e5;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
}
.fTab {
    position: fixed;
        left: 0;
    padding: 0;
    padding-top:9px;
    padding-bottom:9px;
    width: 100%;
        bottom: 0;
        
    background: #babdc1; /* Old browsers */
    background: -moz-linear-gradient(top,  #babdc1 0%, #e5e5e5 89%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#babdc1), color-stop(89%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #babdc1 0%,#e5e5e5 89%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #babdc1 0%,#e5e5e5 89%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #babdc1 0%,#e5e5e5 89%); /* IE10+ */
    background: linear-gradient(to bottom,  #babdc1 0%,#e5e5e5 89%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#babdc1', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
        cursor:pointer;
        -webkit-transition: bottom 0.5s;
        transition: bottom 0.5s;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
}
.fTab.active {
    bottom: 100px;
}
.fTab.active + footer {
    max-height: 100px;
}
#container .ce_text ul {
    padding:0;
    margin:12px 0px 0px 12px;
    list-style-type:square;
}
.ce_downloads ul {
    padding:0;
    padding-bottom: 12px;
    margin:0px 0px 0px 0px;
    list-style-type:none;
}
.ce_downloads ul li {
    padding-bottom: 4px;
    padding-top:4px;
    border-bottom: 1px solid #ccc;
}
ul.cols_3 {
    padding:0;
    margin:0px;
    list-style-type:none;
}
#produktliste table td {
    padding:0 18px 0 10px;
    border: 1px solid #ccc;
}
#produktliste table td.td1,
#produktliste table td.td2 {
    border-right: 1px solid #fff;
    width:140px;
    font-weight:bold;
}
#produktliste table td.td3 {
    text-align:right;
}
#produktliste table,
#detailliste table {
    border-collapse: collapse;
    width:100%;
    margin-top:12px;
}
#title {
    font-size:16px;
    line-height:40px;
    font-weight:bold;
    color:#004393;
    text-transform:uppercase;
}
.width #title {
    font-size:13px;
    line-height:28px;
    font-weight:bold;
    color:#004393;
    text-transform:uppercase;
    margin-top:6px;
    display:block;
}
#produkt_detail {
    background-image: url("/files/tries/images/template/link_bg_big.png");
        background-position: left top;
        background-repeat: no-repeat;
}
span#detail {
    font-weight:bold;
    padding-top:-8px;
    color:#fff;
    text-transform:uppercase;
}

#produkt_detail p {
  line-height:20px;
}
#detailliste table td {
    padding:4px 10px 12px;
    vertical-align:top;
    border: 1px solid #ccc;
    width: 50%;
}
#detailliste .grid1 {
    width: 30%;
}
#detailliste ul li {
    list-style-type:none;
}
#produktliste td.width {
    width:50%;
}

a {
    font-size:14px;
    color:#024691;
    text-transform:uppercase;
    text-decoration:none;
    font-weight: 700;
}
a:hover {
    text-decoration:underline;
    color:#024691;
    font-weight:700;
}
#header a:hover {
    text-decoration:none;
}

#startslider_big h1 {
    margin:340px 0 0;
    padding:6px 70px 0 15px;
    background-image:url("../../files/cto_layout/css/files/tries/images/template/header_bg_white.png");
    background-position:right top;
    background-repeat:no-repeat;
    font-size:28px;
    font-weight:bold;
    color:#004493;
    text-transform:uppercase;
    display: inline-block;
    text-shadow: none;
    *display: inline;
    zoom: 1;
    line-height: 36px;
}

h1 {



    font-weight:normal;
    text-transform:uppercase;
    line-height: 40px;
    text-align:center;
    
}


h2 {
    text-transform:uppercase;
        text-transform:uppercase;
        padding:0;
        margin: 0px 0px 0px 0px;
}
h3 {
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
    padding:0;
    font-weight:700;
    margin: 5px 0px 8px 0px;
}
h4 {
    font-size:16px;
    color:#5b6478;
    text-transform:uppercase;
    padding:0;
    margin: 0px 0px 0px 0px;
}
h5 {
    font-size:28px;
    line-height:30px;
    font-weight:normal;
    color:#024691;
    text-transform:uppercase;

    margin: 14px 0px 14px 0px;
}
.toggler h5:hover {
    cursor:pointer;
    color: #5b6478;
}
.slidebox p {
    background-image:url("/files/tries/images/template/header_bg_white.png");
    background-position:right top;
    background-repeat:no-repeat;
    padding:4px 44px 4px 14px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0px 0px 0px 0px;
}
p {
    padding:0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.more a {
    margin:0 0 6px;
    padding:0;
    font-size:14px;
    color:#024691;
    text-decoration:none;
    display:block;
    font-weight:700;
}
.more a:hover {
    font-size:14px;
    text-decoration:underline;
    color:#024691;
    font-weight:700;
}
#im_fokus {
    padding:4px 80px 2px 8px;
    background-image:url("/files/tries/images/template/link_bg_grau_big.png");
    background-position:left top;
    background-repeat:no-repeat;
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
    margin: 0;
    position:relative;
    top:1px;
    font-weight:700;
    left:0px;
}
#uebersichtsbild h3 {
    padding:5px 35px 2px 8px;
    background-image:url("/files/tries/images/template/link_bg_grau_big.png");
    background-position:right top;
    background-repeat:no-repeat;
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
    margin: 0px;
    font-weight:700;
    position:absolute;
    top: 0px;

    z-index:99;
}
#uebersichtsbild {
    position:relative;
    opacity:0.7;
        transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
}
#uebersichtsbild:hover {
    opacity:1;
}
#link_list span.active {
    text-transform:uppercase;
}
.sf-menu li {
    background:none;
}
.sf-menu a,
.sf-menu span.active {
    border-left: none;
    padding: .4em 1em;
    border-top:none;
    color: #024691;
}
.sf-menu span {
    font-size: 14px;
    color: #024691;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor:pointer;
    padding: .4em 1em;
    display:block;
}


_____




a {
	
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	


.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 1160px;
		height: 350px;
		overflow: hidden;
		margin: 40px auto;
		position: relative;
		background: url("/files/tries/images/dot.gif") left 59px repeat-x;
	}
		#dates {
			width: 800px;
			height: 64px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
			
				height: 64px;
				font-size: 24px;
				text-align: center;
				background: url("/files/tries/images/biggerdot.png") center bottom no-repeat;
			}
				#dates a {
					line-height: 50px;
					margin-top: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 800px;
			height: 350px;
			margin-top:20px;
			overflow: hidden;
		}	
			#issues li {
				width: 1160px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li.selected img {
					-webkit-transform: scale(1.1,1.1);
					-moz-transform: scale(1.1,1.1);
				    -o-transform: scale(1.1,1.1);
				    -ms-transform: scale(1.1,1.1);
				    transform: scale(1.1,1.1);
				}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
					background: transparent;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
					zoom: 1;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 14px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 22px;
					
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url("/files/tries/images/grad_left.png") repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url("/files/tries/images/grad_right.png") repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url("/files/tries/images/next.png");
			}
			#prev {
				left: 0;
				background-image: url("/files/tries/images/prev.png");
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}



@media all and (max-width:640px) {

#ventilkatalog, #ventilkatalog thead, #ventilkatalog tbody, #ventilkatalog tr, #ventilkatalog th, #ventilkatalog td {
display: block;
}

#ventilkatalog table {
	border:0px;
}


#ventilkatalog table td.td1, #ventilkatalog table td.td2, #ventilkatalog table td.td3 {
	border:0px;
}
#ventilkatalog table td.td3 {
	width:100%;
	border-bottom:1px solid #ccc;
	height:40px;
}
#ventilkatalog tr {
	margin-top:10px;
margin-bottom:10px;
	
}
} 


