/**
* 
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
}
body {

}
#header-contenter {
	text-align:center;
	clear:both;
	width:100%;
	position:absolute;
	background-color:#000;
	z-index:100000;
}
#header {
	z-index:1;
	margin:0 auto 0 auto;
	text-align:center;
	width:1024px;
	background-color:#000000;
}

#header_line{
	background: #000;
    height: 100px;
    transform: matrix(1, -0.02, 0, 1, 0, 0);
    width: 100%;
	position:relative;
	z-index:2;
}
#header-distance {
	/*height:80px;*/
}

#slider_line{
	background: #fff;
    height: 30px;
    transform: matrix(1, 0.01, 0, 1, 0, 0);
    width: 100%;
	margin-top:-15px;
}

#blackbox_wrap{
	width:100%;
	color:#fff;
	margin:20px 0 20px 0;
}
#gallygallery_header {
	/*width:1224px;
	height:450px;*/
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
}

#black_top{
	background: #000;
    height: 30px;
    transform: matrix(1, -0.01, 0, 1, 0, 0);
    width: 100%;
	position:relative;
}

#black_bottom{
	background: #000;
    height: 30px;
    transform: matrix(1, 0.01, 0, 1, 0, 0);
    width: 100%;
	/*margin-top:510px;*/
	position:relative;
	margin-top:-10px;
}

#blackbox{
	width:100%;
	background: #000;
	color:#fff;
	position:relative;
	margin-top:-10px;
	z-index:2;
	overflow: auto;
    padding: 20px 0;
	/*height:500px;*/
}
.circlebox_wrap{
	width:341px;
	height:300px;
	text-align:center;
	float:left;
}
.circlebox_wrap a, .circlebox_wrap h2{
	text-decoration:none;
	color:#ffffff;
}
.circlebox{
	width:200px;
	height:200px;
	-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
overflow:hidden;
	border:solid 5px #fff;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:30px;
}


.white{
	border:none;
	height:2px;
	background-color:#FFF;
}

.row_left{
	max-width:500px;
	height:auto;
	float:left;
	margin-top:15px;
}

.row_right{
	max-width:500px;
	height:auto;
	float:right;
	margin-top:15px;
}

.circlebox .hover{
	width:200px;
	height:200px;
	-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
	background-color:#000;
	background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
	color:#fff;
	opacity:0;
	display:block;
	position:absolute;
	z-index:2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align:center;
	font-family: 'chunk';
	font-size:20px;
	background:url(../img/circle_hover.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.circlebox .hover:hover{
	opacity:1;
}


#sliderwrap{
	height:440px;
	width:100%;
	margin-top:-10px;
}



#filler {
	height:43px;
}

#logo {
	height: 75px;
    width: 249px;
	background:url(../img/naarebaschi-logo-web.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-top:15px;
}


#logo a{
	display:block;
	height: 75px;
    width: 249px;
}


#content-contenter {
	text-align:center;
	clear:both;
	width:100%;
	background-color:#ffffff;
}
.content {
	margin:0 auto 0 auto;
	text-align:left;
	max-width:1024px;
	padding-bottom: 40px;
}
.content img {
	max-width:100%;
}

.bignews{
	width:100%;
	/*height:400px;*/
	overflow:hidden;
	margin-top:20px;
	margin-bottom:25px;
}

.bignews img{
	max-width:300px;
	display:inline-block;
	margin-right:15px;
	float:left;
	overflow:hidden;
}

.bignews p{
	/*max-width:600px;*/
	display:inline-block;
	/*float:right;*/
}


.singlenews{
	width:300px;
	height:300px;
	background-color:red;
	overflow:hidden;
	float:left;
}

.middle{
	float:left;
	margin:0 62px 0 62px;
}

.newstable tr.spacer {
	height: 40px;
}

.singlenews .content{
	width:300px;
	height:300px;
	color:#000;
	position:absolute;
	z-index:1;
	overflow:hidden;
}

.singlenews .top{
	width:260px;
	height:220px;
	background-color:#000;
	background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
	color:#fff;
	opacity:0;
	display:block;
	position:absolute;
	z-index:2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align:center;
	padding:80px 20px 0 20px;
	font-family: 'chunk';
	font-size:20px;
}

.singlenews .top hr{
	height:2px;
	border:none;
	background-color:#fff;
	margin:8px 0 5px 0;
	text-align:center;
}

.singlenews .top:hover{
	opacity:1
}

.newsimg {
	text-align:center;
}

.clear{
	clear:both;
}

#menuicon {
	position:absolute;
	right:10px;
	top:7px;
	background:url(../img/menu_white.svg);
	background-repeat:no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
	display:none;
}
#menuicon:hover {
	background-color:transparent;
}


.larve_btn{
	margin:0 auto;
	width:280px;
	margin-top:0px;
	margin-bottom:20px;
	color:#fff;
}

.larve_btn:hover{
	color:#CCC;
}

.larve_left{
	background:url(../img/larve_left.svg);
	background-repeat:no-repeat;
	width:22px;
	height:48px;
	float:left;
}

.larve_right{
	background:url(../img/larve_right.svg);
	background-repeat:no-repeat;
	width:22px;
	height:48px;
	float:left;
}

.larve_btn_keller{
	margin:0 auto;
	width:192px;
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
}

.larve_btn_keller .larve_btn:hover{
	color:#CCC;
}

.larve_btn_keller .larve_left{
	background:url(../img/larve_left.svg);
	background-repeat:no-repeat;
	width:22px;
	height:48px;
	float:left;
}

.larve_btn_keller .larve_right{
	background:url(../img/larve_right.svg);
	background-repeat:no-repeat;
	width:22px;
	height:48px;
	float:left;
}

.larve_content{
	background:#000;
	float:left;
	margin-top:3px;
	padding:6px 8px 4px 8px;
	height:34px;
	font-family: 'chunk';
	font-style:normal;
	font-weight:normal;
	font-size:20px;
	margin-left:-1px;
}
.larve_content a {
	color:#ffffff!important;
	text-decoration:none;
}
.larve_content a:hover {
	color:#FCDB27!important;
}
.larve_btn_keller:hover{
	color:#CCC;
}

.keller_left{
	float:left;
	width:500px;
	height:auto;
	padding-bottom: 10px;
}


.keller_right{
	float:right;
	width:500px;
	height:auto;
}


#footer{
	width:100%;
	background:url(../img/larve_left.svg);
	background-repeat:no-repeat;
	background-position:left;
	height:46px;
	overflow:hidden;
}
#partner {
	text-align:center;
	width:100%;
	clear: both;
    min-height:30px;
	padding-top:10px;
	padding-bottom:2px;
	font-size:12px;
}

#footerblack{
  background: none repeat scroll 0 0 #000;
    min-height: 44px;
    margin-left: 21px;
    margin-top: 2px;
    /*transform: matrix(1, 0.01, 0, 1, 0, 0);*/
}

#footerblack img{
	margin-top:4px;
	margin-right:8px;
	float:left;
	/*transform: matrix(1, -0.01, 0, 1, 0, 0);*/	
}

#footerblack p{
	font-size:10px;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	padding-top:13px;
	/*transform: matrix(1, -0.01, 0, 1, 0, 0);*/
}
.footercontent {
	margin-left:6px;
	padding-right: 142px;
}
.footercontent a {
	color:#ffffff;
}
#loginwrap{
	display: inline-block;
    font-size: 11px;
    position: absolute;
    right: 20%;
	z-index: 2147483647;
}

#loginbox{
	background:#fff;
	padding: 10px 10px;
	display:none;
	border:2px solid #000000;
}
#loginbox.show{
	background:#fff;
	display:inline-block;
	z-index:22299999;
}

	
#loginicon{
	width:50px;
	height:25px;
	background:url(../img/login_white.svg);
	background-repeat:no-repeat;
	margin:0 auto;
	color:#000;
	cursor:pointer;
}
#loginicon.show{
	background:url(../img/login_black.svg);
	color:#ffffff;

}
#message {
	margin-bottom:30px;
}


.imagegalleryoverview{
	clear:both;
	margin-bottom:20px;
}
.imagegalleryoverview h3 {
	color:#007ec5;
}
.imagegalleryoverview ul{
	list-style-type:none;
	overflow:auto;
}
.imagegalleryoverview ul li{
	list-style-position: inside;
	display: block;
    float: left;
    height: 200px;
    list-style-type: none;
    margin: 5px 25px 8px 25px;
    overflow: hidden;
    padding: 0;
    width: 120px;
}
.imagegalleryoverview ul li span{
	display: block;
    height: 120px;
    overflow: hidden;
    padding: 0;
    width: 120px;
}

.imagegalleryoverview ul li img{
	min-height:120px;
	min-width:120px;
}
.imagegalleryoverview img {
    max-width: none;
}


.imagegallery{
	clear:both;
	margin-bottom:20px;
}
.imagegallery h3 {
	color:#007ec5;
}
.imagegallery ul{
	list-style-type:none;
	overflow:auto;
}
.imagegallery ul li{
	list-style-position: inside;
	display: block;
    float: left;
    height: 93px;
    list-style-type: none;
    margin: 5px 13px 8px 0;
    overflow: hidden;
    padding: 0;
    width: 93px;
}

.imagegallery ul li img{
	min-height:93px;
	min-width:93px;
}
.imagegallery img {
    max-width: none;
}

