@charset "utf-8";
/* CSS Document */


html,body{
 	width:100%;
	height:100%;
	font-family: sans-serif;
}

a {
	color: #2F4666;
	text-decoration: none;
}

.menu {
	margin-right: 34px;
	font-size: 18px !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #2F4666 !important;
}
.reg_big {vertical-align: super;	font-size:19pt;}
.reg_hl {vertical-align: super;	font-size:11pt;}
.reg_men {vertical-align: super;	font-size:6pt;}
.reg_ft {vertical-align: super;	font-size:8pt;}

.slogan{
	font-size: 50px !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #FFFFFF !important;
	font-style: italic;
}

h2 {
	margin: 0 0 16px !important;
	font-size: 28px !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #2F4666 !important;
	font-weight: bold !important;
}

h3 {
	font-size: 50px !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #FFFFFF !important;
	font-style: italic !important;
}

p, ul, c_button{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	text-align: justify;
	line-height: 150%;
	color:#333333;
}

.slide{
	background-attachment: fixed;
	/*background-repeat:no-repeat;*/
	width:100%;
	height:100%;
	position: relative;

    -moz-box-shadow:    inset  0  10px 10px -10px #000000, 
                        inset  0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset  0  10px 10px -10px #000000, 
                        inset  0 -10px 10px -10px #000000;
     box-shadow:        inset  0  10px 10px -10px #000000, 
                        inset  0 -10px 10px -10px #000000;
}

.footer_linie{

    -moz-box-shadow:    inset  0  0 10px -10px #000000, 
                        inset  0 10px 0 10px -10px #000000;
    -webkit-box-shadow: inset  0  0 10px -10px #000000, 
                        inset  0 -10px 10px -10px #000000;
     box-shadow:        inset  0  0 10px -10px #000000, 
                        inset  0 -10px 10px -10px #000000;

}

.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}


#kontakt .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

