

/* Basic CSS starts */

body{
	font-family: Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	font-size: 13px;
    line-height: 20px;
}

h1,h2,h3,h4,h5,h6{
	margin: 0
}

p{
	margin:0;
	padding:0;
}

a{

}

a:hover{

}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}
.fleft {
	float: left;	
}
.fright {
	float: right;	
}
.clear {
	clear: both;	
}
.hide {
	display: none;	
}

/* Fonts */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'dekarregular';
    src: url('../fonts/dekar-webfont.eot');
    src: url('../fonts/dekar-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dekar-webfont.woff') format('woff'),
         url('../fonts/dekar-webfont.ttf') format('truetype'),
         url('../fonts/dekar-webfont.svg#dekarregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Basic CSS ends */
.header, .banner, .main, .footer {
	width: 100%;	
}

.container{
	width:1011px;
	margin: 0 auto;
}

.content{
	
}

/* Header */
.header {
	background: none repeat scroll 0 0 #F44429;
    border-top: 5px solid #282828;
}
.header h1.logo {
	margin: 0;
    position: relative;
    z-index: 2;
}
.header h1.logo a {
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 1px 4px #333333;
    display: block;
    padding: 20px 3px;
}
.header .info , .header .visible-mobile {
	color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 32px;
    padding-top: 4px;
}
.header .info span, .header .visible-mobile span  {
	color: #121010;
    font-size: 20px;
}

/* Banner */
.banner img {
	margin-top: -18px;
    position: relative;
    width: 100%;
    z-index: 1;
}

/* Main */
.main {
	background: none repeat scroll 0 0 #F5F5F5;
}
.main .container {
	background: #fff;	
	display: block;
    margin-top: -62px;
    position: relative;
    z-index: 1;
}
.main .row {
    padding: 25px 25px;
}
.main .row h2 {
    border-bottom: 1px solid #CA321A;
    color: #CA321A;
    font-family: 'bebas_neueregular';
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 18px 0;
    text-transform: uppercase;
}
.main .row.cols {
    /*margin: 30px 0;*/
    padding-bottom: 0px;
}
.main .row.cols .row_4 {
	width: 38%;
}
.main .row.cols .row_6 {
	width: 55%;
}
.main .row.cols h3 {
	background: none repeat scroll 0 0 #F44429;
    border-bottom: 2px solid #CA321A;
    color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 12px;
    padding: 10px 12px 8px;
    text-transform: uppercase;
    width: 82%;
}
.main .cols4 {
    padding: 0 15px;
}
.main .cols4 .item {
    width: 25%;
    float: left
}
.main .cols4 .item .wrap {
	margin: 0 10px;	
	position: relative;
}
.main .cols4 .item .wrap:hover .hover {
	opacity:1;	
}
.main .cols4 .item .wrap img {
	display: block;
	width: 100%;	
}
.main .cols4 .item .wrap .hover {
    background: none repeat scroll 0 0 #CA321A;
    left: 0;
    height:100%;    
    position: absolute;
    text-align: center;
    top: 0;   
    width: 100%;
    overflow: hidden;
    opacity:0;
    transition:0.8s all;
    -webkit-transition:0.8s all;
}
.cols4 .hover h3 {
	color: #FFFFFF;
    font-family: 'dekarregular';
    font-size: 18px;
    margin: 25px 0 2px;
    text-transform: uppercase;
    transform:translateX(100%);
    -webkit-transform:translateX(100%);
    transition:0.8s all;
    -webkit-transition:0.8s all;
}
.main .cols4 .item .wrap:hover .hover h3 {
	transform:translateX(0);
    -webkit-transform:translateX(0);
}
.cols4 .hover h4 {
	color: #191919;
    font-family: 'bebas_neueregular';
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0;
    transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    transition:0.8s all;
    -webkit-transition:0.8s all;
}
.main .cols4 .item .wrap:hover .hover h4 {
	transform:translateX(0);
    -webkit-transform:translateX(0);
}
.cols4 .hover ._info {
	color: #EAAFA5;
    display: block;
    font-size: 11px;
    line-height: 15px;	
    transform:translateY(100%);
    -webkit-transform:translateY(100%);
    transition:1s all;
    -webkit-transition:1s all;
}
.main .cols4 .item .wrap:hover .hover ._info {
	transform:translateY(0%);
    -webkit-transform:translateY(0%);
}
.cols4 .hover ._social {
	transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transition:1s all;
    -webkit-transition:1s all;
    opacity:0;
}
.main .cols4 .item .wrap:hover .hover ._social {
	transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity:1;
}
.cols4 .hover ._social a:hover {
	color: #191919;	
	background: none repeat scroll 0 0 #EAAFA5;
}
.cols4 .hover ._social a {
	color: #EAAFA5;
    display: inline-block;
    font-family: 'FontAwesome';
    margin: 5px 2px;
    padding: 0 4px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.main .cols2 {
    padding: 0 5px;
    margin-top: 25px;
}
.main .cols2 .item {
    width: 50%;
    float: left
}
.main .cols2 .item .wrap {
	padding: 0 20px;	
}
.main .cols2 h2 {
    color: #CA321A;
    font-family: 'bebas_neueregular';
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 13px 0;
    text-transform: uppercase;
}
.main .form_contact {
	padding-right: 45px;	
}
.main .form_contact input[type="text"],
.main .form_contact textarea {
	border: 1px solid #D3D3D3;
    border-radius: 3px;
    color: #D3D3D3;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    width: 92%;
    transition: all 0.5s ease 0s;
}
.main .form_contact input[type="text"]:focus,
.main .form_contact textarea:focus {
	border: 1px solid #ca321a;	
}
#submit_contact {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F44429;
    border-color: -moz-use-text-color -moz-use-text-color #CA321A;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #FFFFFF;
    font-family: 'bebas_neueregular';
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 12px;
    padding: 4px 12px 2px;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
}

/* Footer */

.footer{
	border-top: 1px solid #AAAAAA;
    padding-bottom: 40px;
    padding-top: 15px;
    text-align: center;
}
.footer h1 img {
	margin-bottom: 10px;
    width: 190px;	
}
.footer .social {
    display: block;
    margin-top: 15px;
}
.footer .social a {
	background: none repeat scroll 0 0 #3C5B9B;
    border-radius: 14px;
    color: #FFFFFF;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin: 0 4px;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.footer .social a:hover {
	background: none repeat scroll 0 0 #333!important;	
	color: #FFFFFF;
}
.footer .social a.yo {
	background: none repeat scroll 0 0 #fe3432;
    padding: 5px 6px;
}
.footer .social a.g {
	background: none repeat scroll 0 0 #f63e28;
    padding: 5px 6px;
}
.footer .social a.tw {
	background: none repeat scroll 0 0 #40CDD7;
    padding: 5px 7px;
}
.footer .info a {text-decoration: none;}
.footer .info a:hover {text-decoration: underline;}
.visible-desktop {display: block;margin-bottom: 5px;}
.visible-mobile {display: none;}
.language {margin-bottom: 11px;}
.language .en {background: url(../images/flag.32.eng.png) no-repeat;}
.language .ger {background: url(../images/flag.32.ger.png) no-repeat;}
.language a {display: inline-block;width: 20px; height: 13px;}
/* Responsive CSS */

/* Mobile phones */
@media (max-width: 320px){
	.main .cols4 .item {
	    margin-bottom: 15px;
	    width: 100%!important;
	}
	.main .cols2 .item .wrap iframe {
		width: 100%!important;
	}
	.main .cols2 .item .wrap {
	    padding: 0;
	}
}
@media (max-width: 480px){
	.header .visible-mobile {font-size: 34px };
	.header .visible-mobile span {font-size: 24px;}
	.main .row.cols .row_4, .main .row.cols .row_6 {
		width: 100%;
	}
	.header h1.logo a img {
		width: 100%;
	}
	.banner img {
		margin-top: 0;
	}
	.main .form_contact {
		padding-right: 0;
	}
	#submit_contact {
		float: left;
	}
}

@media (max-width: 600px){
	.header .visible-mobile {font-size: 34px };
	.header .visible-mobile span {font-size: 24px;}
	.main .cols2 .item {
		width: 100%;
	}
	.main .form_contact form input[type="text"], 
	.main .form_contact form textarea {
		width: 93%;
	}
}

/* Tablets */
@media (max-width: 767px){
	.visible-mobile {display: block;max-width: 370px; margin: auto;text-align: center;padding-bottom: 5px;}
	.container{
		
	}
	
	.main .cols4 .item {
		width: 50%;
		margin-bottom: 15px;
	}
	.main .row.cols h3 {
		width: 90%;
		line-height: 30px;
	}
	.header .info {
		display: none;
	}
	.main .form_contact input[type="text"], 
	.main .form_contact textarea {
		width: 88%;
	}
	.header h1.logo {
	    float: none;
	    margin: 0 auto;
	    max-width: 370px;
	}
}

@media (max-width: 480px) and (max-width: 767px){
		
}

@media (max-width: 1020px){
			
	.container {
		width: auto;
		padding: 0 10px
	}
	.main .row.cols iframe {
		width: 100%;
		height: 100%;
	}
	.main .row, .main .cols4 {
	    padding: 0;
	}
	.main .cols4 .item .wrap .hover {
		display: none!important;
	}
	.main .cols2 .item .wrap iframe {
		width: 100%!important;
	}
	.main .container {
	    margin-top: 0;
	}

}

/* luca */
.vorteilheading {margin: 10px 0 0 0;}
.vorteilliste {margin:0;}
.footerkontakt {margin: 15px 0 0 0;}