@media print {
	.noprint { display:none; visibility:hidden; }
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin:0;
	padding:0;
	border:0;
	  
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2; 
}
img {border:none; }
.clear {clear:both;}
.isSmartphone {display:none;}
.noSmartphone {display:inline;}
.hide {display:none;}
img.hide {display:none;}
img.block {display:inline-block;}

.nomargin{margin:0;}
.basepadding { padding:10px; }
.textpadding {padding: 25px 0;}
.rand { padding:10px; }

.fLeft{ display:block; float:left;}
.fRight{ display:block; float:right;}

body{background:#FFF;}
#page{
	position:relative;
	display:block;
	max-width:1600px;
	margin:auto;
	padding:0;
	background-color:#FFF;	
}
#head .pagewidth{
	max-width:1600px;
	margin:auto;
	background:#FFF;
}

.mainwidth {
	position:relative;
	display:block;
	max-width:1020px;
	margin:auto;
	padding-left:30px;
	padding-right:30px;
}
.smallwidth {
	position:relative;
	display:block;
	max-width:1020px;
	margin:auto;
	padding-left:30px;
	padding-right:30px;
}
.sp3_23 .smallwidth, .sp3_1s .smallwidth {padding-left:0; padding-right:0;}
.block_bgcolor01{
	background-color:rgb(231,233,235);
	margin:5px 0;
}
.block_bgcolor02{
	background-color:#004c79;
}
.block_bgcolor02 a, .block_bgcolor02 p, .block_bgcolor02 h1, .block_bgcolor02 h2, .block_bgcolor02 h3, .block_bgcolor02 h4 {color:#FFF;}
.block_bgcolor02 a:hover{color:#000;}
.block_bgcolor02 .button_box{background:#FFF; color:#004c79;}
.block_bgcolor02 .button_box:hover{background:#000; color:#004c79;}


#top{
	position:absolute;
	top:0;
	left:0;
}
#head{
	position:fixed;
	z-index:400;
	top:0;
	left:0;
	width:100%;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#head.top{
	position:fixed;
	height:auto;
	border-bottom:1px solid #CCC;
	/*top:-35px;*/
}
#head.top #menu {padding-bottom:10px; padding-top:15px;}

#logo {
	position:absolute;
	/*width:150px;*/
	top:30px;
	left:30px;
	z-index:200;
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-ms-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}
#logo a{display:block;}
#logo p{text-align:center;}
#logo span {font-size:45px; line-height:45px; letter-spacing:-2px;}
#logo .subhead {font-size:12px; line-height:16px;}

#head.top #logo{ top:0px; }
#head.top #logo .subhead {display:none;}

#menu {
	position:relative;
	display:block;
	padding:85px 0 30px 50%;
	margin:0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menuHead { display:none; }
#langmenu {
	position:absolute;
	top:20px;
	right:70px;
	z-index:10;
}
#langmenu a{
	font-size:14px;
	color:#000;
	padding-left:5px;
}
#langmenu a.act{
	font-weight:bold;
	color:#000;
}


#headerImages {
	margin:140px auto 0 auto;
	max-width:1600px;
}
#headerImages.fullscreen {
	min-height:100%;
	max-width:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	display:block;
	margin:0;
	padding:0 0 30px 0;
}

#footer {
	padding:0;
	margin:5px 0 0 0;
	min-height:150px;
}
#scrolldown {
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-33px;
	z-index:190;
}
#contactbutton{
	position:fixed;
	bottom:-20px;
	right:30px;
	z-index:90;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	background-color:rgb(66,66,66);
	
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
	padding:8px 16px 28px 16px;
	color:#004c79;
}
#contactbutton:hover{
	background:#004c79;
	color:rgb(0,0,0);
}


#scrolltop{
	display:block;
	position:fixed;
	bottom:-60px;
	right:20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.svginline path {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.svginline:hover *[fill="#FFFFFF"] {fill: #004c79;}
.svginline:hover *[fill="#004c79"] {fill: #FFF;}

.hiddenText {
	display:block;
	height:1px; 
	overflow:hidden;
	padding:0;
}
.hiddenTextOn {
	display:block;
	height:auto;
	overflow:hidden;
}

#search{
	position:fixed;
	top:10px;
	right:10px;
	z-index:401;
}
#searchfield{
	position:absolute;
	top:0px;
	right:30px;
	width:0px;
	height:30px;
	-webkit-appearance: none;
	border:none;
}
#search:hover #searchfield{
	width:200px;
	padding:0 15px;
}

@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	50%  { -webkit-transform: rotate(180deg); }
	to   { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from { transform: rotate(0deg); }
	50%  { transform: rotate(180deg); }
	to   { transform: rotate(360deg); }
}
#preloader { display:block; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; overflow: hidden; background-color: rgb(231,233,235); }

.preloadericon {
	position: absolute;
	top:50%;
	left:50%;
	width: 50px;
	height: 50px;
	margin-left:-25px;
	margin-top:-25px;
	border: 2px solid #004c79;
	border-right-color: transparent;
	border-radius: 50%;
	/*box-shadow: 0 0 25px 2px #E9E9E9;*/
	animation: spin 1s linear infinite;
	-webkit-animation: spin 1s linear infinite;
}
/*______________________________________________________________________gallery*/
.gallery { 
	position:relative; 
	margin:0;
}

.galleryTextButton{display:none;}

.slideSet {
	position:relative;
	width:100%;
	overflow:hidden;	
}
/*flexH*/
.gallery.flexH .slideSet {
	overflow:hidden;	
	max-height:200px;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;	
}
.gallery.flexH:hover .slideSet{max-height:400px;}
.gallery.flexH .slideCont{
	margin:-75px 0 0 0;
	-webkit-transition: margin 0.5s ease-in-out;
	-moz-transition: margin 0.5s ease-in-out;
	-o-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
}
.gallery.flexH:hover .slideCont{margin:0;}

.slideSet .galleryImg {
	position:relative;
	display:block;
	width:100%;
	float:left;
}

.slideSet .galleryText {
	max-width:50%;
	position:absolute;
	left:50%;
	top:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.button_l {
	background:url(_pix/slidearrow_left.svg) center no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	top:0;
	left:0;
	height:100%;
	width:80px;
	z-index:50;
}
.button_l:hover {background:url(_pix/slidearrow_left-act.svg) center no-repeat;}
.nosvg .button_l {background:url(_pix/slidearrow_left.png) center no-repeat;}
.nosvg .button_l:hover {background:url(_pix/slidearrow_left-act.png) center no-repeat;}

.button_r {
	background:url(_pix/slidearrow_right.svg) center no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	top:0;
	right:0;
	height:100%;
	width:80px;
	z-index:51;
}
.button_r:hover {background:url(_pix/slidearrow_right-act.svg) center no-repeat;}
.nosvg .button_r {background:url(_pix/slidearrow_right.png) center no-repeat;}
.nosvg .button_r:hover {background:url(_pix/slidearrow_right-act.png) center no-repeat;}

.gallery.hButtons .button_l,.gallery.hButtons .button_r { 
	width:0;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;

}
.gallery.hButtons:hover .button_l,.gallery.hButtons:hover .button_r {width:80px;}

.slideSet .gCont {
	position:relative;
	width:1000%;
}
/*
.slideCont.fixed {
	min-height:250px;
}
.slideCont.fixed .trans{
	opacity:0;
}
.slideCont.fixed .gCont {
	position:absolute;
	height:100%;
}
.slideCont.fixed .galleryImg {
	position:absolute;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
*/
.slideCoverImg {
	position:relative;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
@media (max-width: 1024px) {
	.slideCoverImg {background-attachment:scroll;background-size: 1024px 512px;}
}
@media (max-width: 768px) {
	.slideCoverImg {background-attachment:scroll;background-size: 768px 384px;}
}
@media (max-width: 600px) {
	.slideCoverImg {background-attachment:scroll;background-size: 600px 300px;}
}
@media (max-width: 480px) {
	.slideCoverImg {background-attachment:scroll;background-size: 480px 240px;}
}



/*________fixed Gallery*/

.fixedgallery {
	position:relative;
}
.fixedgallery .galleryText{
	position:absolute;
}
/*________fadeSet*/
.fadeSet {
	position:relative;
	width:100%;
	overflow:hidden;	
}
.gallery.flexH .fadeSet {
	overflow:hidden;	
	max-height:200px;
	-webkit-transition: max-height 0.5s ease-in-out;
	-moz-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;	
}
.gallery.flexH:hover .fadeSet{max-height:400px;}
.gallery.flexH .fadeCont{
	margin:-75px 0 0 0;
	-webkit-transition: margin 0.5s ease-in-out;
	-moz-transition: margin 0.5s ease-in-out;
	-o-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
}
.gallery.flexH:hover .fadeCont{margin:0;}

.fadeSet .galleryImg.c0 {
	position:relative;
	opacity: 1;
}
.fadeSet .galleryImg {
	position:absolute;
	display:block;
	width:100%;
	top:0;
	left:0;
	/*zoom: 1;
	filter: alpha(opacity=50);*/
	opacity: 0;
}
.fadeSet .galleryImg.cssoff {
  visibility:hidden;
  opacity:0;
  -webkit-transition:visibility 0s linear 1s, opacity 1s linear;
  -moz-transition:visibility 0s linear 1s, opacity 1s linear;
  transition:visibility 0s linear 1s, opacity 1s linear;
}
.fadeSet .galleryImg.csson {
  visibility:visible;
  opacity:1;
  -webkit-transition-delay:0s;
  -moz-transition-delay:0s;
  transition-delay:0s;
}

.slideSet .galleryText {
}

/*________fullscreen images*/
#headerImages{
	position:relative;
}
#headerImages.fullscreen .galleryImg{
	width:100%;
	height:100%;
	overflow:hidden;
}
#headerImages.fullscreen .gallery, #headerImages.fullscreen .slideSet, #headerImages.fullscreen .slideCont, #headerImages.fullscreen .gCont{
	height:100%;
	margin:0;
	padding:0;
}

#headerImages.fullscreen .galleryText {
	position:absolute;
	/*width:690px;
	left:50%;
	margin-left:-345px;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
	z-index:auto;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/*text-shadow: 0px 0px 10px #000;*/
}
#headerImages.fullscreen .galleryText h1{color:#FFF; font-size:20px; line-height:24px;}


.galleryThumb {
	display: inline-block;
	vertical-align: top;
	padding:10px;
	width:20%;
}
.galleryThumb img{
	width:100%;
	height:auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.galleryThumb .img{
	border:5px solid #FFF;
	-webkit-box-shadow:0 3px 5px #333;
	-moz-box-shadow:0 3px 5px #333;
	box-shadow:0 3px 5px #333;
	overflow:hidden;
}
.galleryThumb a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.galleryThumb img.thumb {display:block;}
.galleryThumb .galleryThumbText{
	margin-top:10px;
}
/*______________________________________________________________________toggleBoxes*/
.toggleBox .toggleHead h1,.toggleBox .toggleHead h2,.toggleBox .toggleHead h3,.toggleBox .toggleHead h4  {margin:7px 0;} 
.toggleHead {cursor:pointer;}
.toggleHead.toggleIcon {
	background:url(_pix/button_toggleOpen.png) top right no-repeat;
	padding-right:20px;
}
.toggleBox.HoJS:hover .toggleHead.toggleIcon, .toggleBox .toggleHead.toggleIcon.on{
	background:url(_pix/button_toggleClose.png) top right no-repeat;	
}
.toggleBox .toggleCont { 
	display:block;
	height:1px; 
	overflow:hidden;
	padding:0;
}
.toggleBox.HoJS:hover .toggleCont, .toggleBox .toggleContOn {
	display:block;
	height:auto;
	overflow:hidden;
}
/*______________________________________________________________________forms*/
.wS {width:155px;}
.wM {width:250px;}
.wFS{width:99%;}
.wHS{width:50%;}

::-webkit-input-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
::-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}



input:focus, button:focus, select:focus{outline: none;}

.c_H .input,.c_M .input{display:inline-block;}
.c_S {display:block; height:1px; padding-top:1px; overflow:hidden;}

.input {
	display:block;
	min-height:36px;
	background-color: rgb(230,230,230);
	color:rgb(130,130,130);
	font-family:inherit;
	font-size:16px;
	border:none;
	margin:0 0 5px 0;
	padding:3px 10px;
	/*
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	
	-moz-box-shadow: inset 0 2px 5px 0 #000;
	-webkit-box-shadow: inset 0 2px 5px 0 #000;
	box-shadow: inset 0 2px 5px 0 #000;
	*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.input:focus {background-color:rgb(210,210,210);}
.input:hover {background-color:rgb(210,210,210);}

.button{
	background-color: rgb(230,230,230);
	color:rgb(130,130,130);
	font-size:18px;
	line-height: 22px;
	font-family:inherit;
	font-weight: normal;
	font-style:normal;
	padding:10px 10px;
	margin:0 0 10px 0;
	border:none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	/*
	-webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-moz-box-shadow: 0 2px 5px 0 #000;
	-webkit-box-shadow: 0 2px 5px 0 #000;
	box-shadow: 0 2px 5px 0 #000;
	*/
	-webkit-appearance:none;
	cursor:pointer;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
.button:hover{
	background-color:#004c79;
	color:rgb(255,255,255);
}
textarea.input{padding:10px;}	
label{color:#999;display:none;}

.error {
	border:5px solid #004c79; 
	background-color:#FFF; 
	padding:5px;
}
.errorField {border: 2px solid #004c79; background-color:#FFFFFF;}
.errorBox {border:1px solid #004c79; background-color:#004c79; padding:5px; color:#FFF;}

.inputSearch{
	display:inline-block;
	min-height:28px;
	height:28px;
	border:none;
	padding:0;
	margin:0;
	-moz-box-shadow: inset 0 2px 5px 0 #999;
	-webkit-box-shadow: inset 0 2px 5px 0 #999;
	box-shadow: inset 0 2px 5px 0 #999;
}
.buttonSearchIcon{
	border:none;
	width:30px;
	height:30px;
	background-image:url(_pix/button_search.svg);
	background-position:0 -30px;
	background-repeat:no-repeat;
	cursor:pointer;
	padding:0;
	margin:0;
	-webkit-appearance:none;	
}
.buttonSearchIcon:hover{
	background-position:0 0;
}
.nosvg .buttonSearchIcon{background-image:url(_pix/button_search.png);}

.searchResult{margin:15px 0;}
.searchLink{}
.searchCont{background:rgb(230,230,230); border-top:1px solid rgb(200,200,200); padding:10px;}


.closeButton {
	background:url(_pix/closebutton.svg) center no-repeat;
	position:absolute;
	display:block;
	cursor:pointer;
	top:5px;
	right:10px;
	height:60px;
	width:60px;
	z-index:30;
}
.closeButton:hover {background:url(_pix/closebutton-act.svg) center no-repeat;}

.nosvg .closeButton {background:url(_pix/closebutton.png) center no-repeat;}
.nosvg .closeButton:hover {background:url(_pix/closebutton-act.png) center no-repeat;}
/*_____________________________________________________________________________________menu______*/
.submenu, .submenuact {
	font-size:11px;
	line-height: 22px;
	color: #004c79;
}
.submenuact { color:#000;}
ul#nav a {
	display:block;
	font-size:14px;
	line-height: 16px;
	color: #000;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0 15px 0 0;
	text-transform:uppercase;
}
ul#nav a:hover, ul#nav a.act {color:#004c79;}

ul#nav {
	position: relative;
	width:100%;
	text-align:left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display:block;
	float: left;
	min-height: 1px;
	list-style: none;
	margin: 0;
	padding: 0 10px 7px 0;
}

ul#nav li:hover {
	position: relative;
	z-index:auto;
	cursor: default;
}

/*ul#nav li:before { position:absolute; content: "_ "; color:#004c79; left:-15px;}*/
ul#nav li:before { position:absolute; content: ""; display:none;}

ul#nav ul {
	position: absolute;
	/*visibility: hidden;*/
	
	max-height:0;
	overflow:hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	top: 100%;
	left: -15px;
	z-index:155;
	background:rgb(231,233,235);
	padding:0;
	margin:0 0 0 0;
}
ul#nav ul a {
	display:block;
	border:none;
	white-space:nowrap;
	text-transform:none;
}
ul#nav ul li { display:block; float: none; padding:2px 0; }
ul#nav ul li a{
	margin:0;
	padding:2px 15px;
}
/*ul#nav ul li a:hover, ul#nav ul li a.act{color:#000;}*/

ul#nav ul ul {
	top: -10px;
	left: 99%;
	min-width:150px;
}

ul#nav li:hover > ul {
	padding:10px 0;
	max-height:500px;
	overflow:visible;
/*	visibility: visible;*/
}


/*footer*/
ul#footernav a {
	display:block;
	font-size:14px;
	line-height: 16px;
	color: #666;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0 12px 0 0;
}
ul#footernav a:hover, ul#footernav a.act {color:#000;}

ul#footernav {
	position: relative;
	width:100%;
	text-align:left;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 15px 0 30px 0;
}

ul#footernav li {
	display:block;
	float: left;
	min-height: 1px;
	list-style: none;
	margin: 0;
	padding: 0 10px 7px 0;
}

ul#footernav li:hover {
	position: relative;
	z-index:auto;
	cursor: default;
}

ul#footernav li:before { position:absolute; content: ""; display:none;}
ul#footernav ul {
	position: absolute;
	visibility: hidden;
	bottom: 100%;
	left: -15px;
	z-index:155;
	background:#004c79;
	padding:10px 0;
	margin:0 0 0 0;
}
ul#footernav ul a {
	display:block;
	border:none;
	white-space:nowrap;
}
ul#footernav ul li { display:block; float: none; padding:2px 0; }
ul#footernav ul li a{
	margin:0;
	padding:2px 15px;
	color:#FFF;
}
ul#footernav ul li a:hover, ul#footernav ul li a.act{color:#000;}

ul#footernav ul ul {
	bottom: -10px;
	left: 99%;
	min-width:150px;
}

ul#footernav li:hover > ul {
	visibility: visible;
}

/*_________________________________________templates*/
	
.sp1 {
	display:block;
	float:left;
	width:48%;
}
.sp2 {
	display:block;
	float:right;
	width:48%;
}
.sp3_1, .sp3_1s {
	display:block;
	float:left;
	width:33.33333%;
	padding:20px 10px 20px 0;
}
.sp3_23 {
	display:block;
	float:left;
	width:66.666666%;
	padding:20px 10px;
}
.sp3_2 {
	display:block;
	float:left;
	width:33.33333%;
	padding:20px 10px;
}
.sp3_3 {
	display:block;
	float:right;
	width:33.33333%;
	padding:20px 0 20px 10px;
}

.sp3_1s.topborder, .block_topborder .sp3_1s {border-top:1px solid #004c79;}
.sp3_23.topborder, .block_topborder .sp3_23 {border-top:1px solid #CCC;}

.sp3_1.topborder, .block_topborder .sp3_1 {border-top:1px solid #004c79;}
.sp3_2.topborder, .block_topborder .sp3_2 {border-top:1px solid #CCC;}
.sp3_3.topborder, .block_topborder .sp3_3 {border-top:1px solid #CCC;}

.cols2{
	column-count: 2;
	column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}

.headerblock{position:relative;}
.headerblock .sp3_1s{display:inline-block; padding:15px 0 0 0; vertical-align:middle; float:none;}
.headerblock .sp3_23 {float:none;display:inline-block; vertical-align:middle;}

/*___________boxslider*/
.boxsliderGallery{
	overflow:hidden;
	margin:0 -15px;
}
.boxsliderContent{
	position:relative;
	white-space: nowrap;
}
.boxsliderBox{
	display:inline-block;
	width:33.3333%;
	padding:10px 15px;
	white-space: normal;
	vertical-align:top;
}
.boxsliderBox .thumb{
	margin-bottom:15px;
}
.button_l.boxslider{
	left:-45px;
	background-position:0 30%;
	width:60px;
}
.button_r.boxslider{
	right:-50px;
	background-position:0 30%;
	width:60px;
}
@media screen and (max-width: 1280px) {
.button_r.boxslider{right:0px;}
.button_l.boxslider{left:5px;}
}

/*_____teaser*/
.teaserblock {
	display: inline-block;
	vertical-align: top;
	padding:10px 30px 10px 10px;
	width:33%;
}

.newsteaser{
	margin-bottom:10px;
	position:relative;
}
.newsteaserimg{
	display:block;
	min-height:150px;
}
.newsteaserimg img{
	width:100%;
	height:auto;
}

/*_____tables*/
.tcell {
	float:left;
	padding:0 1% 5px 0;
}

.tcell.tc2{width:49%;}
.tcell.tc2.cs2{width:99%;}
.tcell.tc3{width:32%;}
.tcell.tc3.cs2{width:65%;}
.tcell.tc4{width:24%;}
.tcell.tc4.cs2{width:49%;}
.tcell.tc4.cs3{width:74%;}

.lines .tcell{border-top:1px solid #B3B3B3;}



/*__________webkit*/
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(150,150,150,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(150,150,150,0.4); 
}