/* Put your custom-startpage css here */

body#onePage{
    font-weight: 400;
}

#onePage #footerRights {
font-weight: 300;
}

#onePage .subTitle {
    color: rgba(255, 255, 255,0.75);
    font-weight: 400;
    margin-bottom:50px;
    font-size: 18px;
    text-transform: uppercase;
}

/* START OHNE SHADOW */
#onePage .header1 #mainHeader {
    border-bottom: none !important;
	box-shadow: none !important;
}

/*** LIVETICKER  ***/

.tickerBox.tickerCentered h5, .tickerBox.tickerBoxCentered blockquote {
    text-align: center;
}

.tickerBox {
    padding: 0px;
}

h5 strong {
    padding: 0px 10px;
    font-weight: 500;
}

.colored, .tickerBox.colored {
    background-color: #fefefe;
    color: #444;
}

/* Btn Ticker */
.btn-ticker, .btn-ticker:hover, .btn-ticker:focus, .btn-ticker:active {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 2px;
}

.btn-color {
    background: #fcfcfc none repeat scroll 0px 0px;
    border: 1px solid rgba(1, 1, 1, 0.1);
    color: #3b3b3b !important;
}

.btn-color:hover, .btn-color:focus, .btn-color:active {
    background: #f7f7f7 none repeat scroll 0px 0px;
    border: 1px solid rgba(1, 1, 1, 0.075);
    color: #3b3b3b !important;
}

/*** END LIVETICKER  ***/


/* OWL STATEMENT */

.statement .owl-item{
border:0px solid #B51F1F;
background:#B51F1F;
}

.owl-theme .owl-controls{
	margin-top: 2px;
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    background: #000 none repeat scroll 0% 0%;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
	
.owl-theme .owl-controls.clickable .owl-buttons div{
background: #000
text-decoration: none;
}
/* OWL STATEMENT */	
	
	
#onePage {
    padding-top: 0px;
}

/*** TOP MAINMENU ***/

/*** FIX Page-Header ohne Breadcrumb ***/
#onePage .page-header {
    padding-top: 163px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}


#onePage .header1 .navbar-nav > li a {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}


/*** END TOP MAINMENU ***/



#onePage .headingred h1 {
	color:#B51F1F;
	font-weight: 700;
	background: none;
	line-height: 1.05em;
	font-size: 36px;
	
    /* 
    letter-spacing: 0.0625em;*/

}

.ctaBox{padding:0px}
.ctaBoxFullwidth{padding:0;}

.ctaBox a {margin-top:22px;} 


    #owl-demo .item img{
    display: block;
    width: 100%;
    height: 350px;
    }


.content{
    position:absolute; 
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.25);
    padding:0px;
    width:auto;
    right:0%;
    top:0%;
    }
    

/* ============================================================
  HEADLINES BLOCK
============================================================ */

#onePage .color-red h1 {
font-family: "Roboto",sans-serif;
font-size: 36px;
color: #FFF;
font-weight: 700;
background: none repeat scroll 0% 0% transparent;
line-height: 1.15em;
margin: 0px 0px 0.45em;
}

#onePage .color-red h2 {
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25em;
    margin: 0px 0px 0.75em;
	color:#fff;
	display: block;
	position: relative;
	overflow:hidden;
}

#onePage blockquote h1 {
display:inline;
}


#onePage .color-red h1 .blockquote {
font-family: "Roboto",sans-serif;
font-size: 36px;
color: #FFF;
font-weight: 700;
background: none repeat scroll 0% 0% transparent;
line-height: 1.75em;
border: 0px solid yellow; 
padding-top: 0px;
border: medium none;
text-align: left;
}


/*** MEDIA HEADING QUERIES ***/
@media(max-width:767px){

#onePage .headingred-light .headingred h1 {
font-size: 24px;
}
    
#onePage .headingred h1 {
color:#B51F1F;
font-weight: 700;
background: none;
line-height: 1.25em;
font-size: 28px;
/* 
letter-spacing: 0.0625em;*/
}
    
#onePage .color-red h1 {
    font-size: 28px;
}

#onePage .color-red h2 {
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    line-height: 1.25em;
    margin: 0px 0px 0.75em;
}

#onePage .subTitle {
margin-bottom:10px;
}


#onePage .page-header {
    padding-top: 110px;
    padding-bottom: 0px;
    margin: 0px;
    border:0px solid #000;
}
}

@media(min-width:768px){


}

@media(min-width:992px){

}

@media(min-width:1200px){

}


/* START OHNE SHADOW */
#onePage .header1 #mainHeader {
    border-bottom: none !important;
	box-shadow: none !important;
}


#onePage .page-header h1{
    color:#B51F1F;
	font-weight: 700;
	background: none;
	line-height: 1.05em;
}


#onePage .headingred-light h1 {
	color:#B51F1F;
	font-weight: 300;
	background: none;
	line-height: 1.05em;
}


#onePage .paralaxText {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    position: relative;
}

#onePage .paralaxMask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.15);
    border: 1px solid #fff;
}



/*** parallax sections ***/
#onePage .paralaxMask:after, .paralaxMask:before {
	display: block;
	content: "";
	height: 22px;
	position: absolute;
	width: 100%;
	border-radius: 60%;
	box-shadow: 0px 0 22px rgba(0, 0, 0, 0.5);
}
#onePage .paralaxMask:after {
	bottom: -22px;
}
#onePage .paralaxMask:before {
	top: -22px;
}
#onePage .paralaxMask {
	background: rgba(0, 0, 0, 0.33);
}

.owl-carousel .item{position:relative;}




#onePage .paralaxText h6 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.25em;
    display: inline-block;
    padding: 15px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
	
#onePage h6 small{
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
	


	


#onePage .boxContent {
background-color:#fff;
color: #777;
    padding: 22px;
    border-radius: 0px 0px 11px 11px;
    border-style: none solid solid;
}

#onePage .boxContent h3 {
text-transform: uppercase;
    color: #777;
    font-size:12px;
    line-height: 22px;
    margin-bottom: 0.3em;
    font-weight: 400;
}

#onePage .boxContent p {
    color: #777;
    font-size:12px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}


	
#onePage .color-red, .slice.color-red, .ctaBox.color-red{
    background-color: #B51F1F;
    color: #FFF;
}



/*** WEITER LINK ***/
#onePage .btn-link{
    border-color: transparent;
    text-decoration: none;
    color:#fff;
    padding: 3px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    transition: all 0.3s ease-out 0s;
    border: medium none;
    border-radius: 0px;
    outline: none;
}


#onePage .btn-link:hover, .btn-link:focus, .btn-link:active {
	color: #000000;
    border-color: none;
    text-decoration: none;
}
/*** END WEITER LINK ***/


/*** LOGO-SLIDER KANN EVT RAUS ***/
#onePage .sliderwrap {
    position: relative;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100px; 
    overflow: hidden; 
    border:0px solid #000;  
    background-color: #fff;
}


#onePage .lg-partner{
cursor: move; 
position: absolute; 
left: 0px; 
top: 0px; 
width: 100%; 
height: 100px; 
border:0px solid red;  
overflow: hidden; 

}


.thumb_small {
position: absolute;
top: 0px;
left: 0px;
width: 100px;
height: 100px;
border:0px solid yellow;
}

.thumb_medium {
position: absolute;
top: 0px;
left: 0px;
width: 200px;
height: 100px;
border:0px solid red;
}

.thumb_large {
position: absolute;
top: 0px;
left: 0px;
width: 300px;
height: 100px;
border:0px solid red;
}

/*** LOGO-SLIDER ***/




	


/* ============================================================
  VIDEO
============================================================ */
#onePage .responsive-video {
    position:relative;
    padding-bottom:76.25%;
    padding-top:20px;
    height:0;
    overflow:hidden;

} 

#onePage .responsive-video iframe {
    position:absolute;
    top:0px;
    left: 0px;
    width:100%;
    height:100%;
} 

#onePage .reponsive-video  {
 text-align:center;
} 

#onePage #video {
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
}


#onePage h6.caption {
font-family: 'Roboto',sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 1.5em;
margin: 0px 0px 0.75em;
color:#fff;
}



/*** MEDIA QUERIES ***/
@media(max-width:767px){
#onePage portfolioFullWidth {

} 

#onePage .boxFocus {
    padding-right: 22px;
    padding-top:0px;
    border-radius:0px;
} 

}

@media(min-width:768px){

#onePage #fullScreenSliderWrapper h1 {font-size:80px;}

}

@media(min-width:992px){

}


@media(min-width:1200px){

}


    
    
    
/*TEST */   



body#onePage #mainHeader {
    width: 100%;
}
#onePage #mainHeader {
    z-index: 100;
}

#onePage .header-cont {
    width:100%;
    position:fixed;
     right: 0px;
 left: 0px;
  z-index: 3030;
    top:0px;
}



/*** BEGIN MEDIA QUERIES min-width 768px TABLET QUER 800x600***/
@media(min-width:768px){

#onePage .page-header {
    padding-top: 163px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    border: 0px solid green;
}

#onePage	.navbar>.container .navbar-brand{margin-left: 0;}
#onePage	.navbar-header {padding-bottom:0;}
#onePage	.navbar-collapse {padding-right:0;}

	}
	
	
#onePage #globalWrapper .header-cont {position: scroll;}

/*#onePage .navbar-fixed-top-start  {
 position: fixed;
 right: 0px;
 left: 0px;
  z-index: 3030;
}*/
}


/*** END MEDIA QUERIES min-width 768px ***/


@media(min-width:992px){
#onePage .navbar-brand img {
    margin-top: 3px;
    margin-bottom: 0px:
    margin-left: 0px;
    border: 0px solid orange;
}
    
	
#onePage .navbar-fixed-top-start{
	width: 992px; margin:auto; 
}

	
#onePage .fixedHeader .navbar-nav > li > ul, .fixedHeader .navbar-nav .nekoMegaMenu {
	top:50px; border: 0px solid orange;
	top:0px; border: 0px solid orange;
}

#onePage .fixedHeader #mainMenu>ul>li>a{
	padding-bottom: 8px;
	padding-top: 8px;
}
}



@media(min-width:1200px){

#onePage .page-header {
    padding-top: 163px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

#onePage .navbar-fixed-top-start{
width: 100%; margin:auto;
}

	
}    


/*** PARALAX MASKE TXT ***/

.paralaxText h6 {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    line-height: 1.25em;
    display: inline-block;
    padding: 15px;
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0% 0%;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px solid white;
}



h6 small {
    font-weight: 400;
    color: #FFF;
    line-height: 1;
}

.paralaxText {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    position: relative;
	border: 0px solid red;
}

/*** FIX ***/
.paralaxText h6 {
    margin-left: 0px;
    margin-right: -15px;
    border: 0px solid orange;
}

.paralaxText .row{
	margin-left:0px;
	margin-right:0px
}


@media(max-width:767px){

.paralaxText {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-right: 0px;
    text-align: center;
    position: relative;
	border: 0px solid red;
}


/*** FIX ***/
.paralaxText h6 {
    margin-left: 0px;
    margin-right: -15px;
    border: 0px solid green;
}



}

@media(min-width:768px){



/*** FIX ***/
.paralaxText h6 {
    margin-left: 0px;
    margin-right: -15px;
    border: 0px solid yellow;
}

}

@media(min-width:1200px){

/*** FIX ***/
.paralaxText h6 {
    margin-left: 0px;
    margin-right: -15px;
    border: 0px solid orange;
}
}

/*** END PARALAX MASKE TXT ***/

