/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.09.2014, 00:01:11
    Author     : Flobbo
*/


body {
    background: #fff;
}

/*****login***********/


a:hover, a:focus {
    color: #000;
}

a {
    color: #c62127;
    line-height: inherit;
    text-decoration: none;
}


.publicWrapper h3{
	-moz-border-radius:3px  3px 0 0!important;
	-khtml-border-radius: 3px  3px 0 0 !important;
	-webkit-border-radius: 3px  3px 0 0 !important;
	border-radius: 3px  3px 0 0 !important;
	color:#fff !important;
}

.publicWrapper .form-signin fieldset{
	-moz-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem;
}
fieldset a{
color:#333;	
font-weight:bold;
}

fieldset a:hover, fieldset a:focus {
color:#c62127;
text-decoration:underline;
}

fieldset label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 0.975rem;
    font-weight: bold;
    line-height: 1.9em;
    margin-bottom: 4px;
}

div.bottom-spacer {
    height: 100px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-border-radius:3px !important;
	-khtml-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}

.radius.left.button, .radius.right.button, .button {
    background: none repeat scroll 0 0 #c62127 !important;
    border: 2px solid #c62127;
    border-radius: 4px;
    color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
    font-size: 1.049em;
    font-weight: 500;
    padding: 9px 23px;
}

.radius.left.button, .radius.right.button{
text-transform:uppercase;	
}
.radius.right.button:hover, .radius.right.button:focus, .radius.left.button:hover, .radius.left.button:focus, .button:hover, .button:focus {
	background-color: #970e13 !important;
	border-color:#970e13;
   
}

.log_text a:hover, .log_text a:focus {
    color: #c62127;
}

/*************banner********************/

.hero {
	margin-top: 40px;
    box-shadow: none;
    position: relative;
}

.orbit-container .orbit-slides-container{
position:relative;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next{
	z-index:9999 !important;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
    background-color: rgba(51, 51, 51, 0)  !important;
    bottom: 0;
    color: #fff !important;
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    position: absolute;
    width: 100%;
	
    left: 25px;
	top:100px;
	z-index:999;
}

.orbit-container {
    background: none repeat scroll 0 0 #fff;
    max-height: 389px!important;
    overflow: hidden;
    position: relative;
    width: 100%;
	position:50;
	top:-20px;
	
}

.orbit-slide-number, .orbit-timer, .orbit-bullets-container{
 display:none;	
}

.orbit-bullets {
    z-index: 999 !important;
}

.wel_text {
    background: none repeat scroll 0 0 #000;
    float: left;
    padding: 15px 22px 10px 22px;
    text-align: left !important;
}

.wel_text h3{
    line-height:20px;
	font-size:1.2em;
	text-transform:capitalize;
	margin:0px !important;
	color: #fff !important;
	padding: 10px 0;
}
.wel_text h1{
    line-height:20px;
	 font-size: 2em !important;
	text-transform:uppercase;
	font-weight: 100;
	margin:0px !important;
	color: #fff !important;
	padding:0; 
}
.wel h1{
    font-size: 2em !important;
    font-weight: 100;
    margin: 0px !important;
    padding: 8px 22px;
    text-transform: uppercase;
	color: #fff !important;
}



/******footer**************/

#wrapper {
	min-height:100%;
	position:relative;
}
#main-content{
	padding-bottom:300px;   /* Height of the footer element */
	padding-top:20px;
}

footer .footer_bottom{
		
		padding:0 0 30px 0;
		text-align:center;

}
footer .footer_bottom p{
text-align:center;	
}

footer .copy_right{
	background:#c62127;
	text-align:center;
	color: #fff;
font-size: 0.688em !important;
text-transform: uppercase;
padding:0.9375rem;
}

footer .footer_bottom .logos{
	/* border:solid 1px #e5e5e5; */
	/* background:#fff; */
}
footer .footer_bottom .logos img {
	max-width: 100px;
	max-height: 50px;
}
footer .footer_bottom .logos div{
	/* border-right:solid 1px #e5e5e5; */
	padding:10px 0;
}

footer .footer_bottom .logos div:last-child{
	border-right:none;
}
footer{
	bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
	max-height:300px;
	background: url(/img/footer-top.jpg) top center repeat-x;
	
}

.footer_bottom_in {
    display: inline;
    padding: 0 5px;
    text-align: left;
}

.footer_bottom .copy_right{
line-height:45px;	
text-align:center;
}

.footer_bottom .logos{
line-height:30px;
text-align:center;	
}

.footer_bottom .copy_right a{
color:#a0a0a0;
text-decoration:none;
font-size: 0.888em !important;	
}

.footer_bottom .copy_right a:hover{
color:#c62127;
text-decoration:none;
font-size: 0.888em !important;	
}

.footer_bottom .logos a{
	margin: 0 10px;
}


/******popup************/

dialog, .reveal-modal {
    z-index: 300 !important;
}

/************top menu*************/

.top-bar{
background:none;	
}

.top-bar-section ul li {
    background: none;
}

.top-bar-section ul li a {
    color: #c72026;
    display: block;
    font-family: "Alegreya Sans",sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    padding: 20px 12px;
    text-transform: uppercase;
    width: 100%;
	border-bottom:solid 1px #fff;
}
.top-bar-section ul li:last-child > a {
    color: #c72026;
    display: block;
    font-family: "Alegreya Sans",sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    padding: 20px 20px;
    text-transform: uppercase;
    width: 100%;
	border-bottom:solid 1px #fff;
}

.top-bar-section li.hover > a:not(.button) {
	background-color: none;
	background: none;
	color: #000002;
	border-bottom:solid 1px #959595;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: none;
	background: none;
	color: #000002;
	border-bottom:solid 1px #959595;
}
.hiddenContainer{
    display: none;
}
.downloadBox {
	padding: 0px 15px;
	margin-bottom: 20px !important;
		background: #efefef;
	border: 1px solid #ccc;

}
.textBox {
/*	background: #efefef;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/	margin-bottom: 0;
}
.iconBox {
/*	background: #efefef;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/	text-align: right;
	float: right;
	min-height:75px !important;
}
.iconBox img {
	max-width: 75px;
}
.modalyoutubeback
{
	
	/*background: url(../img/angebot_einholen.jpg) center top no-repeat;
 	background-size: cover;*/
 	background: black;
 	background: rgba(0,0,0,0.8);
 	z-index: 301 !important;
}
#videoModal
{
	z-index: 303 !important;
}
div.bigBackGround {
	padding: 0;
	background: url('/img/kommissionieren.jpg') 0 0px no-repeat;
	background-size: cover;
}

div.bigBackGround2 {
	padding: 0;
	background: url('/img/banner.jpg') 0 0px no-repeat;
	background-size: cover;
}

div.bigBackGround2 ul{
margin-top:10px;
list-style:none;
margin-left:0;	
}

div.bigBackGround2 ul li{
margin-top:0;
list-style:none;	
background: url(/img/checkbox.png) left center no-repeat;
padding:0 5px 0 25px;
}
.listicon{
margin-top:5px;
list-style:none;	
background: url(/img/checkbox.png) left center no-repeat;
padding:0 5px 0 25px;
}


.listicon1{
margin-top:5px;
list-style:none;	
background: url(/img/checkbox1.png) left center no-repeat;
padding:0 5px 0 25px;
}

.listicon2{
margin-top:5px;
list-style:none;	
background: url(/img/checkbox2.png) left center no-repeat;
padding:0 5px 0 25px;
}

.listicon3{
margin-top:5px;
list-style:none;	
background: url(/img/checkbox3.png) left center no-repeat;
padding:0 5px 0 25px;
}

div.bigBackGround3 {
	padding: 0;
	background: url('/img/verpacken.jpg') 0 0px no-repeat;
	background-size: cover;
}

div.bigBackGround4 {
	padding: 0;
	background: url('/img/versenden.jpg') 0 0px no-repeat;
	background-size: cover;
}
div.largeGrey {
	background: #efefef;
	background: rgba(239,239,239,0.95);
}


.topbar{
	background: #c72026 url('/img/topbar.png') 0 0 repeat;
	
}

.col1{
 	font-size: 1em !important;
    text-align: left;
    text-transform: capitalize;
	color:#fff;
	line-height:52px;
	
}

.round1{
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	-webkit-border-radius:100%;
	border-radius: 100%;
	background: #fff;
	line-height: 18px;
}

.round2{
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	-webkit-border-radius:100%;
	border-radius: 100%;
	background: #c72026;
	line-height: 18px;
}

.topbar .col2{
	background: #fff;
	padding: 7px 15px 0;
}

.logoarea{
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#efefef)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #fff, #efefef); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #fff, #efefef); 
	/* IE 10 */ background: -ms-linear-gradient(top, #fff, #efefef); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #fff, #efefef);
	
	padding:15px 0 10px 0;
	position:relative;
	z-index:999;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
}

.orbit-container .orbit-slides-container img{
  min-width: 100%;
  height: auto; width:auto;
    background-size: cover}
  
  
  .transparentbg{
	  	background: url('../img/topbar.png') 0 0 repeat;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:999;

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