
/*************************************************************************/
/* Fonts Standart  ROBOTO  */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*  alternative Fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat+Slab:400,300,100,700);
*/

/*************************************************************************/
/* HTML und BODY */
html {
	overflow-x: hidden;
	}

html, body {
	width: 100%;
	height: 100%;
	position:relative;
}

body {
	color: #000;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	background-color: #fff;  /* ededed */
	font-weight: 400;	
	font-size: 12px;
	line-height: 150%;	
	}

/*************************************************************************/

/* Bootstrap Overwrite Main-Settings  */

h1, h2, h3, h4, h5, h6 {
    color: inherit;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;    
	line-height: 1.1;
}

h1 {
    font-weight: 400;	
	font-size: 48px;
	padding-bottom: 15px;
}

h2 {
	font-size: 30px;
    font-weight: 700;
	padding-bottom: 0px;
}

h3 {
	font-size: 30px;
	font-weight: 100;
	padding-bottom: 15px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	transition: all .2s ease-in-out;
	color: #333;
}
a:focus {
    outline: none;
}
*:focus {
	outline: 0;
}
a:active, a:hover {
    outline: 0 none;
	text-decoration: none;
	color: inherit;
	transition: all .2s ease-in-out;
    opacity: .9;
}


/************************************************************************

Page Grid  Bootstrap Container width   
	none		.col-xs			Extra small Phones
	750px		.col-sm			Small Tablets	 
	970px		.col-md			Medium Desktops	 
	1170px		.col-lg			Large Desktops
	max-width  Standart:   1200px
	
*/

.container{
	width: 100%;
	max-width: 1200px;
}

.container-fluid {
	padding: 0;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}



/*************************************************************************/
/*   Page Containers */

#res-pageWrapper {
  display: table-row;   
  height: 100%;
}

#res-pageheaderWrap{
	border-bottom: 1px solid #eee;
	background-color: #fff;
}


#res-pageFullscreen {     /*  fullscreen HG  */
	min-height: 100%;
	height: auto !important;
	background-color: #d3d3d4;
	background-image: url(../img/site/hg_fullscreen.jpg);
	background-size: cover;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#res-pageHeader .col-sm-3{
	padding-left: 15px;
}

#Logo {
	font-size: 24px;
	font-weight: 400;	padding-top: 25px;
	padding-bottom: 20px;
}
#Logo a{
	transition: all 0s ease;
}

#Logo img{
	width: 150px;
	height: auto;
}

#Logo:hover{
	opacity: .6;
}

#LogoMobile{
	display: none;
}

#res-pageContent{
	padding: 90px 0 0 0;
}


.page-template-home #res-pageContent{
	padding: 0px 0 0 0;
}



/*************************************************************************/
/* Bootstrap Navigation  */

#res-nav {
	margin-top: 20px;
	}
	
.navbar{
    margin-bottom: 10px;
}
	
/*    nav Button  */
.nav > li > a {
	font-weight: 400;	font-size: 16px;
	padding-right: 20px;
	color: inherit !important;
	transition: all .5s ease-in-out;
	}
	
/*   nav  hover   */
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent !important;
	color: inherit !important;
	transform: translateY(1px);
	-webkit-transform: translateY(1px);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
  	color: #999;   
}
.navbar-nav .active{
	 color: #999 !important; 
}
 /* subnav  */
.dropdown-menu > li > a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
	color: #8F8F8F;
	outline: 0 none;
	text-decoration: none;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
	background-color: transparent !important;
}
/* Mobile Nav Icon  */
.navbar-default .navbar-toggle {
    border-color: transparent;
	color: #666;
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0);
	border: 0px solid rgba(0, 0, 0, 0);
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	font-size: 24px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background-color: transparent;	
	opacity: 0.7;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-collapse {
    border-top: 0px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0.1) inset;
    padding-left: 0px;
    padding-right: 15px;
}


/* *********************************************************************** */
/*  Headroom   */

.headroom--not-top{
}
.headroom--not-top #Logo {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.headroom--not-top #res-nav {
	margin-top: 5px;
}
/*
#fixedNav {
	background: rgba(37,37,37, .8) 0%;
    position: fixed;
    width: 100%;
    z-index: 999;
	-webkit-transition: all 1s ease;
	opacity: 0;
}
#fixedNav #scrollspy{
	padding-top: 15px;
}
.fadeFixNavIn {
	opacity: 1 !important;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}*/



/*************************************************************************/
/*  Header & Claim   */


	#headerIntro {       
		height: 560px;
		overflow: hidden;
		background-attachment: scroll;
		background-image: url(../img/site/header_mobile.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	#headerIntroVideo { 
		height: 80vh;
		position: relative;
		overflow: hidden;
		background: url(../img/video/video_hg.jpg) cover;
		background-color: #0095c7;
	}
	
	#headerIntroVideo video { 
	}
	
	.claimPosition{
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		width: 800px;
		margin-left: -400px;
		margin-top: -220px;		
	}
		
		
	.tableBox {
		display: table;
		height: 100%;
		width: 100%;
	}
	
	.tableBox span {
		display: table-cell;
		vertical-align: middle;
	}
	
	.claimBox {
		text-align: center;
		width: 100%;
		font-size: 18px;
		line-height: 140%;
		color: #FFF;
		font-weight: 400;	}
	.claimTitle {
		font-size: 58px;
		font-weight: 100;
		color: #FFF;
		display: inline-block;
		line-height: 120%;
		padding-bottom: 7px;
	}
	
	.claimBox .btn {
		margin: 2% 0 0 0;
	}
	.claimSkipp a{
		color: #fff;
		margin-top: -90px;
		position: absolute;
		z-index: 999;
	}

	.slogan{
		font-size: 20px;
		font-weight: 400;		color: #fff;	
	}
	.slogan h4{	
		font-size: 40px;
		font-weight: 100;
	}
	
	
/*************************************************************************/
/*  Parallax Header & Content  */

	#parallaxContent {
		background-image: url(../img/site/header-parallax.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		height: 660px;
	}
	.parallaxCSS {
		background: url(../img/site/header-parallax.jpg) 50% 0 no-repeat fixed;
		background-size:cover;
		height: 550px;
	}


.page-header{
	padding-left: 30px;
	border: 0px;
	padding-top: 30px;
}




/*************************************************************************/
/* Footer  */

#res-footerWrap{
	display: table-row;
	background-color: #eee;

}
#res-footerWrap a{
	color: inherit;
}

#res-footer {
	font-size: 12px;
	line-height: 110%;
	padding-top: 20px;
}
.res-footerBox {
}
.res-footerTxt{
	max-height: 280px;
	overflow: hidden;
}

.res-footerTxt p{
	margin: 0 0 0px;
	line-height: 160%;
}
.res-footerTxt h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.res-footerTxt h5 {
    font-size: 16px;
    font-weight: 400;}
.res-footerTxt ul{
	padding-left: 0px;
}
.res-footerTxt li{
	list-style-type: none;	
	line-height: 160%;
}
.res-footerTxt a{
    color: #999;
	padding-bottom: 0px;
}
#res-footer-Mailing{
	margin-top: 0px;
	font-size: 0.9em;
}
#res-footer-Mailing input{
	float: left;
}
.res-footer-Formmailing{
	width:130px;
	margin-right:10px;
	margin-top: 14px;
	}
	
/* Button Mailing Footer */
.res-footer-ButtonMmailing{
	font-size: 13px !important;	
	border: 1px solid #eee !important;	
   }
 .res-footerCredits{
	font-size: 10px;
	border-top: 1px solid #dedede;
	color: #999;
	margin: 1% 0 3% 0;
	padding-top: 1%;
}
.res-footerCredits a{
    color: #999 !important;	
}
#res-footerFormularWrap {
    background: #2a2a2a;
    color: #8d8d8d;
    line-height: 1.4em;vw
    padding: 50px;
}
#res-footerFormularWrap h2 {
	font-size: 50px;
	font-weight: 100;
	line-height: 120%;
	color: #fff;
}
#res-contactWrap {
  background: none repeat scroll 0 0 #2a2a2a;
  color: #8d8d8d;
  line-height: 1.4em;
  padding: 50px 0;
}



/*************************************************************************/
/* Content postBox  */

.postBox{
	margin-top:15px;
	margin-bottom:10px;
	padding-bottom:30px;
	border-bottom: 1px solid #dedede;
}
.postBox:last-child{
	border-bottom: 0px;
}
.postBox img{
	max-width: 100%;
	height: auto;
}
.postImg {
	overflow: hidden;
	float: right;
	width: 16%;
	max-height: 240px;
}
.postTxt {
	float: left;
	overflow: hidden;
	width: 99%;
}
.withThumb .postTxt {
	float: left;
	width: 77%;
	overflow: hidden;
}
.postTxt h2 {
	margin-top:0px;
}
.postShowMore a{
	color: #999;
	font-size: 16px;
	float:left;
	clear:left;
}
.postShowMore a:hover{
	color: #000;
}



/*************************************************************************/
/* Magazin Post Overview */

#postMag .postBox{
	overflow: hidden;
	min-height: 270px;
	border-bottom: 0px solid #dedede;
	transition: all ease .5s;
	}
  #postMag .postBox:hover{
    opacity: .6;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);

	}
	
#postMag .postImg {
	float: left;
	width: 100%;
	height: 130px;
	min-height: 120px;
	overflow: hidden;
}
#postMag .postBox img{
	width: 100%;
	height: auto;
}#postMag .postTxt {
	width:99%;
	font-size: 1em;
	line-height: 1.6em;
	float: left;
	margin: 14px 0 0 0;
	overflow: hidden;
	height: 90px;
}
#postMag .postTxt h2 {
	overflow: hidden;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	height: 26px;
}
#postMag .postTxt .entry-content h1,
#postMag .postTxt .entry-content h2,
#postMag .postTxt .entry-content h3,
#postMag .postTxt .entry-content h4,
#postMag .postTxt .entry-content h5 {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 400;	margin: 0px;
	padding: 0px;
}
#postMag .postShowMore a{
	font-size: 16px;
	margin: 7px 0 0 0;
}






/*************************************************************************/
/* popUp Boxes */

#popup .postBox{
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
	height: auto;
	}
	
/* image aus CMS crop 440 x 270 */
#popup .thumbnail {   
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-radius: 0px;
	width:100%;
	}
	
#popup .postBox img{
	width: 100%;
	height: auto;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#popup .postBox img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.project-thumb img {
	position: relative;
	width: 100%;
	top: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

#popup .overlay span {
	display: table-cell;
	vertical-align: bottom;
}
/* overlayer Box */
#popup .overlay {
	display: table;
	height: 87%;
	left: 0;
	position: absolute;
	top: 0;
	width: 90%;
	border-radius: 0px;
	opacity: 0;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	margin: 2% 0 0 6%;
}
#popup .overlay:hover {
  	z-index: 100;
  	background: rgba(0,0,0, .0);
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	opacity: 1; 
}
/* overlayer Titel */
#popup .overlay .overlayerBox {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	color:#fff;
	background: rgba(0,0,0, .9);
	height: 100%;
	}
#popup .overlay .overlayerBox:hover{
	height: 100%;
}	
#popup .overlay h3 {
	display: block;
	overflow: hidden;
	width: 90%;
	margin: 5px auto 5px auto;
	color: #fff;
	font-weight: 400;	padding-top: 18px;
}
#popup .overlay .overlayerBox .entry-content{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	overflow: hidden;
	display: block;
}
#popup .overlay .overlayerBox .postShowMore {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
}
#popup a.thumbnail {
	position: relative;	
	background-color: #eee;
}
#popup a.thumbnail:hover {
	opacity: 0.8;
}

#popup .popupLink .overlay {
	opacity: 1; 
}







/*************************************************************************/
/* Modal Overlayer */

.modal {
    overflow-y: hidden;
}

.modal-body {
	padding-bottom: 30px;	
}

.modal-body .breadcrumb {
	display: none;	
}

.modal-dialog {
	max-width:980px;
	width: 90%;
	margin: 30px auto;
}

.modal .postBox{
	overflow: hidden;
	box-shadow: 0 0 3px #CED1D3;
	padding: 0px;
	right: 0;	
}
.modal .postImg {
	width: 100%;
	height: auto;
	max-height: 250px;	
}
.modal .postBox img{
	width: 100%;
	height: auto;
}
.modal h2 {
	margin-top: 0;
}
.modal .postTxt {
	display: block;
    position: absolute;
	bottom: 1%;
	margin: 5% 0 0 6%;
	width: 90%;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	height:60px;
}
.close-modal {
    top: 25px;
    right: 25px;
    width: 75px;
    background-color: transparent;
    cursor: pointer;
}
.close-modal:hover {
    opacity: .3;
}
body.modal-open {
    overflow: visible;
}
.modal-header{
	border-bottom: 0px;
	/* text-align: right; */
}

.modal-footer{
	border-top: 0px;
	padding-bottom: 0px;
}
.modal-header .close {
	font-size:30px;
}
.modal-title{
	padding-left:20px;
}
.modal-content {
	border-radius: 0px;
}
#modalbox .postModalImg {
	float: right;
	width: 30%;
	margin-left:3%;
	overflow: hidden;
}

#modalbox .postModalImg img{
	width: 100%;
	height: auto;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000;
}
.modal-backdrop.in{
	filter:alpha(opacity=80);
	opacity:.8;
}
	
/*  Overwrite Transparent Modalbox */


.modal-backdrop.in{
	filter:alpha(opacity=90);
	opacity:.9;
	}
#adress,
#adress a{
	color: #fff;
}
.modal-content {
	background-color: transparent;
	border: 0px;
	border: 0px;
	border-radius: 0px;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .xClose .lr {
    background-color: #fff;
}
.modal .xClose .lr .rl {
    background-color: #fff;
}




/*************************************************************************/
/*  Tabs  */

#tabs .tab-content{
	padding-top: 20px;

}


/*************************************************************************/
/*  Formular  */
.form-control {
	padding: 8px 20px;
	border: 1px solid #eee;
	color: #000;
	font-weight: 400;
	box-shadow: 0 0 3px #eee;
	border-radius: 0px;
	-webkit-border: 1px solid #eee;
	-webkit-appearance: none;
	transition: all .1s ease;
}
.form-control:hover{
	box-shadow: 0 0 3px #999;
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);

}



.formularTxt{
	margin-bottom:5px;
	padding-top:15px;
}
.formularMessageBox{
	margin-top: 20px;
	box-shadow: 0 0 3px #CED1D3;
}
#formMessageNewsletter{
	color: #A94442;	
	margin-bottom: 20px;
	font-size: 14px;
}

#newsletterbox{
	max-width: 600px;
	margin: 0 auto;
}

.newsletterPoupFormular input{
	margin-top:10px;
	font-size: 0.9em;
}
#kontakt-formular{
	padding-bottom: 40px;
}

#robotic {
    display: none;
}
.alert-dismissible .close {
	right: -4px !important;
}

.well {
	min-height: 20px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: transparent;
	border: 0px solid #e3e3e3;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/*************************************************************************/
/* Showcase Mobile Widescreen */

#focusModal .postBox {
	background: linear-gradient(to top, rgba(240,240,240, .4) 00%, rgba(255,255,255, .1) 80%);
	margin: 10px 0;
	border: 0px;
	}
#focusModal .postTxt{
	transition: all .7s ease-in-out;
}
#focusModal .postTxt:hover{
	opacity: .7;
}
#focusModal .col-xs-12,#focus .col-sm-12 {
	padding: 20px 0 40px 0;
}
/*
#focusModal .row a:first-child .postBox {
	background-color: #eee;
}
#focusModal .row a:nth-child(2) .postBox {
	background-color: #dedede;
}*/
#focusModal .postImg {
	width: 40%;
}
#focusModal .postTxt {
	width: 45%;
	padding-top: 20px;
}
#focusModal .postTxt h2 {
	padding-bottom: 5px;	
}
#focusModal .postTxt .entry-content {
}




/*************************************************************************/
/* Events */

.event {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;	
}
.event .media-body h3{
    font-size: 24px;
    font-weight: 400;    padding-bottom: 5px;
	}
.event a.media-left {
	padding-right: 30px;
}

.event a.media-left img {
	width: 150px;
}
.event a[data-toggle="collapse"]:after {
  color: #000;
  content: "";
  font-family: FontAwesome;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  margin-left: 20px;
  text-decoration: inherit;
}
.event a.collapsed[data-toggle="collapse"]:after {
  content: "";
}
.event .panel-body {
  padding: 20px 0 0 0;
}
#event_drop_down{
	letter-spacing: 1px;
	height: 40px;
}


/*************************************************************************/
/*  SingleContent Page Custom */


#res-singleContent {
	margin-bottom: 2%;
	margin-top: 2%;
}
#res-singleContent .postImg {
	overflow: hidden;
	float: right;
	width: 30%;
	padding: 0 0 2% 4%;
}
#res-singleContent .postImg img{
	float: right;
	max-width: 100%;
	max-height: 400px;
	height: auto;
}
#impressum{
	font-size: 11px;
	font-weight: 400;	line-height: 160%;
	padding-bottom: 60px;
	overflow: hidden;
}
.page-id-22 h2{
	margin-left: 15px;
}

#res-singleContent .modal-body {
	padding: 0px;	
}
.entry-content tbody tr{
	border-bottom: 1px solid #dedede;
	padding-bottom: 3px;
	font-site: 1.5em;
}
#balkenImage img{
	width: 100%;
	height:auto;
}


	
/*************************************************************************/
/* Section  */


	
	section{
		margin: 0% 0;
	}
	#googleMapsBox{
		width:100%;
		height:440px;
	}
	
	#googleMaps .col-xs-12 {
		padding: 0px; 
	}

/*************************************************************************/
/* Onepage 880px Content  */

	.onepage-content{
		text-align: center;
		margin: 0px auto;
	}
	.onepage-content .description{
		text-align: center;
		max-width: 880px;
		margin: 0 auto;
	}
	.onepage-content:first-child{
	}
	.onepage-content:nth-child(2){
	}
	.onepage-content h2 {	
		position: relative;
		padding-bottom: 40px;
		-webkit-margin-before: 0em;
		-webkit-margin-after: 0em;
		-webkit-padding-start: 0px;
	}
	.onepage-content h2:after {
	  content: "";
	  left: 48%;
	  position: absolute;
	  bottom:10px;
	  width: 4%;
	  height: 1px;
	  background-color: #ccc;
	}



/*************************************************************************/
/* UI Elements Navigation  */

/*  onTop  */ 

#navOnTop {
	height: 33px;
	width: 33px;
	background-color: #FFFFFF;
	display: none;
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	bottom: 2%;
	right: 2%;
	color: #000;
	border-radius: 2px;
	padding-left: 12px;
	padding-top: 6px;
	transition: all .2s ease-in-out;
}

#navOnTop:hover {
	opacity: 0.8;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
#navOnTop .arrow-up {
    width:10px;
    height:10px;
    border-top:1px solid black;
    border-right:1px solid black;
}

#navOnTop .arrow-up:hover {
    width:11px;
    height:11px;
}
.arrow-up {
	display: inline-block;
    width:20px;
    height:20px;
    border-top:1px solid black;
    border-right:1px solid black;
	-moz-transform:rotate(315deg);
    -webkit-transform:rotate(315deg);
    -ms-transform:rotate(315deg);
}
.arrow-down {
	display: inline-block;
    width:20px;
    height:20px;
    border-top:1px solid black;
    border-right:1px solid black;
	-moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
}
.arrow-right {
	display: inline-block;
    width:20px;
    height:20px;
    border-top:1px solid black;
    border-right:1px solid black;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.arrow-left {
	display: inline-block;
    width:20px;
    height:20px;
    border-top:1px solid black;
    border-right:1px solid black;
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
}
.arrowWhite {
    border-top:1px solid white;
    border-right:1px solid white;
}

.arrow-left:hover, .arrow-right:hover, .arrow-down:hover, .arrow-up:hover{
     width:24px;
	 height:24px;
}

	.scrollSkipper {
		width: 40px;
		margin: 0 auto;
		padding: 30px 0;
	}


.xClose{
	display: inline-block;
}

.xClose .lr {
    z-index: 1051;
    width: 1px;
    height: 30px;
    margin-left: 45px;
    background-color: #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.xClose .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 30px;
    background-color: #666;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.moreIcon{
	width: 30px;
	margin: 0 auto;
}
.moreCollapse{
	width: 30px;
	margin: 0 auto;
}





/*************************************************************************/
/*  Buttons Bootstrap  */

.btn {
	padding: 10px 25px;
	margin: 0 0 1% 0;
	border: 1px;
	border-radius: 1px;
}

.btn-default {
	border: 1px solid #CCC;
	transition: all 0.4s ease-in-out;
}
.btn-default a{
	color: #333;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus {
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	padding: 10px 30px;
	opacity: .9;
	background-color: #fff;

}
.btn-default:hover a:hover{
	color: #000;
}



.btn-primary {
	background-color: #000;
	border-color: #000 !important;
	color: #fff !important;
	transition: all 0.4s ease-in-out;
}
.btn-primary a{
	color: #fff;
}

.btn-primary:hover,
.btn-primary a:hover {
	background-color: #333 !important;
	opacity: .9;
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	padding: 10px 30px;
}

btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}


/*************************************************************************/
/*   CMS Content Styles für  TinyMCE   */

.res-button01 {
	background-color: #FFF;
	color: #333;
	cursor: pointer;
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	margin: 0 0 1% 0;
	font-size: 14px;
	font-weight:400;
	border: 1px solid #CCC;
	border-radius:2px;
	transition: all 0.4s ease-in-out;
}
.res-button01 a{
	color: #333;
}
.res-button01:hover  {
	color: #666;
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	padding: 8px 20px;
	opacity: .9;
}
.res-button02 {  
	background: linear-gradient(to bottom,  rgba(37,37,37,1) 0%, rgba(0,0,0,1) 100%);
	color: #ccc;
	cursor: pointer;
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	margin: 0 0 1% 0;
	font-size: 14px;
	border-radius:2px;
	border: 0px solid #000;
	transition: all 0.4s ease-in-out;
}
.res-button02 a{
	color: #ccc;
}

.res-button02:hover  {
	color: #FFF;
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	padding: 8px 20px;
	opacity: .9;
}

.imageZoomer img{
	width: 100%;
	height: auto;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.imageZoomer img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}




/*************************************************************************/
/*  in Style Gallery -  wp-includes / media */

.gallery-item{
	overflow: hidden;
	min-height: 120px;	
	max-height: 200px;	
	margin-left: 0px;
	border: 1px solid #ededed
}
.gallery-icon img{
	width: 100%;
	height:auto;
	border: 0px !important;
}
.gallery-item .wp-caption-text{
	display: none;
}
#gallery-1 img {
}


#impressions{
  }


/*************************************************************************/
/*  imagelightbox X */

#imagelightbox-close:before, #imagelightbox-close:after {
	background-color: #eee;
}
#imagelightbox-close {
	background-color: transparent;
	z-index: 9999;
}
#imagelightbox-close {
	border: 0px;
	}
#imagelightbox-close:hover {
	background-color: transparent;
	background: rgba(0,0,0, .8) 0%;
}




/*  GENERAL BASICS  RES   */
/*************************************************************************/
/*  WordPress fixes & Bootstrap Overwrite fixes  - Standart Settings    */


#res-secondNav,
#res-secondNavCMS {
	margin-top: 20px;
}
#res-secondNav li{
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom: 0px solid #dedede;
	font-size: 1em;
	line-height:1.3em;
}
#res-secondNavCMS li{
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom: 1px solid #ededed;
	font-size: 1em;
	line-height:1.4em;
}	
#res-secondNavCMS li a{
}
	
	
	
.entry-content table {
	width: width: 100%;
	border-spacing: 5px !important;
}
.entry-content table td{
	padding: 5px!important;
}
.archive .contentbox,
.search-results .contentbox {
	padding: 2% 4% 2% 4%;
	margin-bottom: 1%;
	border-bottom: 1px solid #dedede;
}
.search-results #sidebar .widget {
	padding: 2% 4% 2% 4%;
	margin-bottom: 1%;
	border-bottom: 1px solid #dedede;
}
.search-results h1{
	padding: 0 4% 1% 4%;
	margin-bottom: 1%;	
}
#sidebar .search-field{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #fff !important;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#sidebar .search-submit{
	display: inline-block;
	padding: 8px 14px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #fff !important;
	border: 1px solid #dedede;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#sidebar ul {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-padding-start: 0px;
}

/* singelContent post nav */
.post-navigation{
	overflow: hidden;
	margin-top: 5%;	
	font-size: 14px;
}
.post-navigation a{
	color: #666 !important;
	}
.post-navigation a span{
	padding:9px;	
}
.nav-previous{
	float: left;
	}
.nav-next{
	float: right;
	}
#res-comments{
	border: 1px solid #CCC;
}
.breadcrumb {
	line-height: 60px;
	padding: 0 5px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	border-bottom: 1px solid #dedede;
	width: auto;
	display: inline;

} 


/*  Projekt Spezifische Customs  */
/*************************************************************************/

