@CHARSET "UTF-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
	color: rgba(255,255,255,0.8)	
}
h2{
	font-size: 3em;
	color: rgba(255,255,255,0.8)	
}
p{
	font-size: 2em;
}
.section{
	text-align:center;
}
#menu li {
/*
	display:inline-block;
*/
	margin: 7px;
/*
	color: #000;
	background:#fff;
	background: rgba(0,0,0, 0.5);
*/
	-webkit-border-radius: 10px; 
            border-radius: 10px; 
    width: 170px;
}


#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(0,0,0, 0.5);
}
#menu li a,
#menu li.active a{
	padding: 5px 5px 0px 5px;
	display:block;
}
#menu li.active a{
	color: #fff;
}

#menu li img {
	display: block;
	position: relative;
	margin: auto;
}

#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
#section0 img,
#section1 img{
	margin: 20px 0 0 0;
}	
#section2 img{
	margin: 20px 0 0 52px;	
}
#section3 img{
	bottom: 0px;
	position:absolute;
	margin-left: -420px;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: absolute;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}


/*Animationen*/
#section1 img.move{
	left: -130%;
	position:relative;
}
#section1 p.move{
	opacity: 1;
}

.intro p {
	opacity: 1;
	width: 88%;
}

.swipeDuo {
	opacity: 1;
	height: 450px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.slides a {
	font-size: 1.3em;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	line-height: 2em;

}

.slides a:hover {
	color: #FFF;
	
}




/*Timeline*/
/*
.timeline {
	width: 700px;
	font-size: 0.7em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: rgba(221, 221, 221, 0.9);
}

.timeslot {
	width: 255px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 100px 0 0;
	border-top: 3px solid #ddd;
	position: relative;
}
.timeslot span {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 2em;
	color: #999;
}
.even {
	float: right;
	padding: 10px 0 0 100px;
	border-color: #ca0000;
}
.even span {
	left: 0;
	color: #ca0000;
}*/


.timeline p {
	font-size: 1.1em;
	margin: 5px 20px 10px 5px; 
	padding: 5px 0;
}

.timeline {
	margin: 20px auto; 
	width: 600px; 
	overflow: hidden; 
	background: url(timeline_bg.gif) repeat-y center top; 
	text-align: left;
	padding-left: 45px;
}

.timeline strong {
	color: rgba(0, 0, 0, 0.6);
}

.timeslot {
	width: 285px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 100px 0 0;
	border-top: 3px solid #ccc;
	position: relative;
}
.timeslot span {
	position: absolute;
	right: 0; 
	top: 10px;
	font-size: 1.1em;
	line-height: 1em;
	color: #ccc;
	font-weight: bold;
}
.even {
	float: right;	
	padding: 10px 0 0 100px;
	border-color: #fff;
}
.even span {
	left: 0;
	color: #fff;
}

.timeslot.first {
	margin-top: 80px;
}

.timeslot.last {
	margin-bottom: 150px;
}

/*Kontakt*/

.outer_frame{
       background:#2f2f2f;
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
       height:auto;
       width:600px;
       margin:0 auto;
       padding:8px;
       opacity:0.8;
       }
.inner_frame{
       background:white;
       height:98.5%;
       padding:25px;
       padding-top:10px;
       padding-bottom:10px;
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.33, rgb(12,125,59)),
            color-stop(1, rgb(12,138,132))
        );
        background-image: -moz-linear-gradient(
            center bottom,
            rgb(15,161,76) 33%,
            rgb(12,125,59) 100%
        );
        -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
       border-radius: 10px;
       }        
 
.label{
	font:1.5em "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	color:white;
	text-align: right;
     }
         
tr:hover{border-bottom: 1px solid black;                
}
         
.text_field{width:390px;
            padding:5px;
            font-size:20px;
            line-height:20px;
            border:1px solid grey;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background:#469DFA;
            background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.33, rgb(240,240,240)),
                color-stop(1, rgb(255,255,255))
            );
            background-image: -moz-linear-gradient(
                center bottom,
                rgb(240,240,240) 33%,
                rgb(255,255,255) 100%
            );
            }   
.text_field:focus{
            box-shadow:0px 0px 4px #2f2f2f;}
.select_field{padding:5px;
              font-size:20px;
              line-height:20px;
              border:1px solid grey;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border-radius: 5px;
              width:402px;
            }
.select_field:focus{
            box-shadow:0px 0px 4px #2f2f2f;
}           
.textarea{  width:390px;
            min-height:150px;
            padding:5px;
            font-size:14px;
            line-height:14px;
            border:1px solid grey;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background:#469DFA;
            background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.33, rgb(240,240,240)),
                color-stop(1, rgb(255,255,255))
            );
            background-image: -moz-linear-gradient(
                center bottom,
                rgb(240,240,240) 33%,
                rgb(255,255,255) 100%
            );
            }
.textarea:focus{
            box-shadow:0px 0px 4px #2f2f2f;
            }
.button_container{margin-top:1em;}      
 
.submit_btn{font-size:20px;
            line-height:20px;
            border:1px solid #000040;
            border-left:1px solid black;
            padding:5px;
            float:right;
            margin-right:0px;
            cursor:pointer;
            background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.26, rgb(2,30,51)),
                color-stop(0.82, rgb(4,57,97))
            );
            background-image: -moz-linear-gradient(
                center bottom,
                rgb(2,30,51) 26%,
                rgb(4,57,97) 82%
            );
            color:white;
            }  


/*scroll*/

.content {
	height: 450px;
}

.passbild {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

address, address a{
	color: rgba(0, 0, 0, 0.6);
	font-size: 22px;
}