@CHARSET "ISO-8859-1";


@font-face {
	font-family: 'impact';
	src: url("../fonts/impact.eot");
	src: local("impact"), url("../fonts/impact.woff") format("woff"), url("../fonts/impact.ttf") format("truetype");
}

@font-face {
  font-family: 'Menlo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/menlo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 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: #999999;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: "Menlo", Helvetica, sans-serif;
	color: #999999;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

h2{
	font-size: 2em;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1em;
}
p{
	font-size: 1em;
	margin: auto;
	line-height: 1.5em;
}

.section{
	text-align:center;
}





/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}




/* Backgrounds will cover all the section
	* --------------------------------------- */
.section, .slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section{
}

.contain .slide {
	background-size: contain;
}

/* innerhalb slide */

.balken {
	height: 100%;
	width: 100%;
}

.beschreibung, .logo {
	display: inline-block;
	position: relative;
	margin: 1em 2em;
	padding: 1em 2em;
}
.beschreibung {
	float:right;
	top: 80%;
	background-color: rgba(255,255,255,0.7);

}






/* Arrows */


.fp-controlArrow.fp-prev {
border-color: transparent #cccccc transparent transparent;
border-width: 38.5px 20px 38.5px 0;
}
.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #cccccc;
border-width: 38.5px 0 38.5px 20px;
}
.fp-controlArrow.fp-prev:hover {
	border-color: transparent #dddddd transparent transparent
}
.fp-controlArrow.fp-next:hover {
	border-color: transparent transparent transparent #dddddd
}

/* jscroll */

.jspTrack {
	background: #dddddd;
}

.jspDrag {
	background: #cccccc;
}




/* Header */

#name {
	float: right;
	padding-top: 0.4em;
	padding-right: 1em;
}



#header, #footer{
	position:fixed;
	display:block;
	width: 100%;
	background: rgba(1,1,1,1);
	z-index:9;
	text-align:center;
	color: #ffffff;
	padding: 0;
	font-size: 1.75em;
	font-family: impact;
	height: 2em;
}

#header{
	top:0;
}

#footer {
	bottom: 0;
}

#header ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: right;
	padding: 0.4em 1em;
}


#menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}


#menue li {
	width: 100%;
	display: block;
	display: inline;
	margin-left: 1em;
}


@media (max-width: 600px)    {
	#header, #footer {
		font-size: 1.25em;
		height: 2em;
	}
}

/* Links */


a, a:visited {
	color:#bbb;
	}

a:hover, #header ul li.active a {
	color:  #fff;
}

/* Bild */

.bild {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 50%;
	height: 50%;
	margin: auto;
	display: block;}

/* Slides */

.fp-controlArrow.fp-prev {
    border-color: transparent #555 transparent transparent;
}
.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #555;
}
.fp-controlArrow.fp-prev:hover {
    border-color: transparent white transparent transparent;
}
.fp-controlArrow.fp-next:hover {
    border-color: transparent transparent transparent white;
}

