/* DOCTYPE CSS */
html, body, div, span, h1, p, a, img, q, b, u, i, center, ul, li, tr, th, td, details, menu, nav, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	color: white;
	text-decoration: none;
}

a:active{
	color: rgba(255,255,255,0.8);
}

a:hover{
    color: rgba(255,255,255,0.8);
}

body {
    min-height: auto;
}

html{
	min-width: 620px;
	background-color: rgb(1,16,33) !important;
	background: url("../img/bg_small.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* TOP BANNER */

.topbanner{
	display: block;
    width: auto;
    height: auto;
    z-index: 0;
    margin: auto auto;
    font-family: 'PT Serif', georgia, serif;
}


.topbanner span {
	font-size: 35px;
	color: rgba(217,217,217,1);
}

.topbanner h1 {
	font-size: 100px;
	font-weight: bold;
	margin: -25px 0 -20px 0;
	color: rgba(251,237,237,1);
}


/* TOP BANNER HOME PAGE */

.topbanner.below{
	position: static !important;
	margin: 100px 0 50px 0;
}

.topbanner.below span{
	font-size: 3em;
}

.topbanner.below h1{
	font-size: 12em;
}

.topbanner.below hr{
	margin-top: -35px;
}

.topbanner.aboutus{
	margin: 50px 0 -25px 0;
}

.topbanner.aboutus span{
	font-size: 2em;
}

.topbanner.aboutus h1{
	font-size: 8em;
}

.topbanner hr{
	width: 100%;
	margin: 20px 0px -20px 0px;
	border: 0;
    height: 1px; 
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
}

/* HOME PAGE ICONS */

.grow a {
    text-decoration: none;
}

.grow img {
    opacity: 0.7;
    width: 150px;
    height: 150px;
    margin: 0 40px;
    		
	-webkit-filter: blur(5px);
       -moz-filter: blur(5px);
	     -o-filter: blur(5px);
	    -ms-filter: blur(5px);
	        filter: blur(5px);
}
 
.grow img:hover {
    opacity: 1;
    
	-webkit-filter: blur(0px);
       -moz-filter: blur(0px);
	     -o-filter: blur(0px);
	    -ms-filter: blur(0px);
	        filter: blur(0px);
    		
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
          transition: all .3s ease;
}

/* HOMEPAGE INFO */
.homeinfo{
	margin-top: 50px;
	margin-bottom: 100px;
}

.homeinfo a{
	font-size: 1.5em;
}

.homeinfo .smallhr{
    display: inline-block;
    height: 1px;
    margin: 0 10px 6px 10px;
    width: 100px;
	border: 0;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1));
}


.smallhr.left {
	width: 150px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), #FFFFFF); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), #FFFFFF); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), #FFFFFF); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), #FFFFFF);
}
.smallhr.mid {
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF, #FFFFFF); 
    background-image:    -moz-linear-gradient(left, #FFFFFF, #FFFFFF, #FFFFFF); 
    background-image:     -ms-linear-gradient(left, #FFFFFF, #FFFFFF, #FFFFFF); 
    background-image:      -o-linear-gradient(left, #FFFFFF, #FFFFFF, #FFFFFF); 
}
.smallhr.right {
	width: 150px;
    background-image: -webkit-linear-gradient(left, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:    -moz-linear-gradient(left, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:     -ms-linear-gradient(left, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:      -o-linear-gradient(left, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.1));
}



/* SLIDES */

.slides * {
	/*color: black;*/

}

.slides {
    display: block;

    width: 100%;
    height: auto;
	margin: 5px auto -30px;
    
   /* background-color: rgba(255,255,255,0.2); */
    border: 0px solid rgba(255, 255, 255, 1);
    border-radius: 5px 5px 5px 5px;


    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    font-family: 'PT Serif', georgia, serif;
}

.slides:last-child{
	margin-bottom: 50px;
}

.slides_body{
	margin: 50px 0 30px 0;
}

/* STEPS */

.steps {
	position: relative;
}

.steps h1{
	font-size: 40px;
	font-weight: normal;
	margin: 0px 15%;
}

.steps hr{
	width: 100%;
	margin: 0px 0px 20px 0px;
	border: 0;
    height: 1px; 
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.75), rgba(255,255,255,0.1)); 
}

.steps p{
	font-size: 0.8em;
}

.steps .icon{
	margin: -15px 15%;
	float: right;
	width: 70px;
	height: auto;
}

/* STEPS TABLES */

.steps .details_table, .impressum{
	width: 70%;
	margin: auto auto;
}

.steps .details_text{
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	width: 69%;
	height: auto;
	
}

.steps .details_img{
	vertical-align: middle;
	width: 29%;
	height: auto;
}

.steps .details_img img{
	width: 100%;
	height: auto;
}

/* CARP */

.clock{
	font-family: "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
	font-size: 40px;
	display: none;		 
}

.show_freespace{
	display: block;
}

/* NAVBAR */

.navbar.hidden{
	display: none;
}

.navbar.fixed table {
    position: fixed;
    top: 14px;
   	width: 100%;
   	background-color: rgba(0,0,0,0.7) !important;
   	z-index: 1;
}

.navbar.fixed a:hover {
    background-color: rgba(255,255,255,.2) !important;
}

.navbar.fixed .td_left a{
	padding: 3px 15px !important;
	display: inline;
}

.navbar table {
	position:static;
    background-color: rgba(255,255,255,0.2);
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    font-size: 20px;
    margin: -15px 0px -30px 0px;
    width: 100%;
	height: 50px;
}

.navbar td{
	vertical-align: middle;
	height: 10px;
}

.navbar .active{
    background-color: rgba(0,0,0,.3);
}

.navbar.fixed .active{
    background-color: rgba(255,255,255,.2) !important;
}

.navbar a:hover{
    background-color: rgba(0,0,0,.3);
}



.navbar_touch{
	display: none;
}

.navbar_touch .active img{

	border-radius: 20px;
}

.navbar_touch img{
	height: 122px;
	width: 122px;
}

.navbar .td_left{
	width: 25%;
	text-align: left;
}

.navbar .td_left a{
	display: none;
	font-size: 32px;
}

.navbar .td_center{
	width: auto;
	text-align: center;
}

.navbar .td_center a{
	padding: 10px 15px;
}

.navbar .td_right{
	width: 25%;
	text-align: right;
}

.navbar .td_right a{
	padding: 10px 15px;
}
	
.impressum h1{
	width: 70% !important;
	margin: auto auto;
	text-align: center;
}

/*contact form */

.formblock label { 
font-size: 0.8em; 
display: block; 
font-style: normal; 
font-weight: normal; 
padding-top: 15px;
}

.formblock .txt {
	outline: none;
    -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 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color -moz-use-text-color #CFCFCF;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #FFFFFF;
    font-size: 0.8em;
    margin-top: 15px;
    padding: 4px 6px;
}

.formblock .txtarea {
	outline: none;
    -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 rgba(0, 0, 0, 0);
    border-color: #CFCFCF -moz-use-text-color;
    border-image: none;
    border-radius: 6px;
    border-right: medium none;
    border-style: solid none;
    border-width: 2px medium;
    color: #FFFFFF;
    font-size: 0.8em;
    height: 160px;
    margin-top: 15px;
    padding: 4px 5px;
    text-shadow: 0 0 0px #FFFFFF;
    width: 380px;
}

.formblock .error { 
font-weight: bold; 
font-size: 0.8em; 
font-style: normal; 
color: #9d3131;
margin-top: -30px;
}

.info { 
font-weight: bold; 
font-size: 0.8em; 
color: #59913d; 
margin-bottom: 10px; 
}

p.tick { 
font-style: normal; 
font-size: 0.8em; 
color: #3e669c; 
}

.subbutton { 
padding: 3px 7px; 
font-size: 0.8.1em; 
}


.details_text .section {
    margin-top: 40px;
}

.sendbutton {
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-box-shadow: rgba(255, 255, 255, 0.298039) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.6) 0px 0px 1px 0px;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.298039)), to(rgba(255, 255, 255, 0.2)));
background-origin: padding-box;
background-size: auto;
border-bottom-color: rgba(255, 255, 255, 0.952941);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: rgba(255, 255, 255, 0.952941);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgba(255, 255, 255, 0.952941);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgba(255, 255, 255, 0.952941);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: none;
border-top-width: 0px;
box-shadow: rgba(255, 255, 255, 0.298039) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.6) 0px 0px 1px 0px;
color: rgba(255, 255, 255, 0.952941);
cursor: pointer;
display: inline-block;
font-family: 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
font-size: 20px;
font-weight: bold;
height: 45px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
opacity: 0.800000011920929;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
margin-top: 20px;
text-align: center;
text-shadow: rgb(106, 114, 78) 0px -1px 0px;
white-space: nowrap;
width: 250px;
}

.sendbutton:hover {
	opacity: 1;
}