/*-------------------------default-------------------------------*/
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 700;
  src: local('Tangerine Bold'), local('Tangerine-Bold'), url(/fonts/UkFsr-RwJB_d2l9fIWsx3ugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(/fonts/UkFsr-RwJB_d2l9fIWsx3nhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

*{
	outline: none;
	}

html{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

input, select{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="radio"]{
	margin: 2px;
}

img{
	border: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.25em;
	color: #FFFFFF;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	#background-size: 100%;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
	/*color: #2B371F;*/
}


p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1em;
}

h1,h2,h3{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: 'Tangerine', cursive;
	#font-size: 30px;
	line-height: 150%;
	#font-family: 'Open Sans Condensed', sans-serif;
}

h1 {
	font-size: 38px;
	margin-bottom: 0.5em;
	font-weight: bold;
}

h2 {
	font-size: 28px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 15px;
	margin-bottom: 0.5em;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 20px;
}

a{
	color: #555555;
	text-decoration:underline;
}
	
a:hover{
	color: #555555;
	text-decoration:none;
}

.clear {
	clear: both;
	height: 0px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatfooter {
	padding-left:600px;
}

.between {
	clear: both;
	#height: 10px;
}

.half,.one,.two,.three{
	float: left;
	}

.half {
	width: 477px;
	margin-bottom: 20px;
}

.one {
	width: 192px;
}

.two {
	width: 384px;
}

.three {
	width: 576px;
}

.four {
	width: 755px;
}

.full {
	width: 935px;
}

img.float {
	float: left;
	margin-right: 0.75em;
	margin-bottom: 0.5em;
}
/*--------------------------line------------------------------*/

hr.navline {
  height: 3px;
  margin: 20px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0)), color-stop(0.5, #333333), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -ms-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  border: 0;
}


/*--------------------------menu------------------------------*/
#logo{
	text-align:center;
}
#logotext{
	text-align:center;
}

#menu{
	height: 40px;
	text-align: center;
	font-family: "Tangerine";
	top: 10px;
	position: relative;
	}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#menu li {
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu li a:link, #menu li a:visited {
	float: left;
	background: transparent;
	#background: rgba(0, 0, 0, 0) url("/images/schriftrolle.jpg") repeat scroll left top;
	#background: url("/images/menu_01.png") no-repeat left top;
	padding: 12px 19px 13px 0px;
	color: #000;
	display: block;
	font-size: 30px;
	text-shadow: 0px 1px #603b2d;
	text-decoration: none;
}
#menu li a:hover {
	background-position: 0% -50px;
	#color: #875f4f;
	color: #949494;
	text-shadow: 0px 1px #949494 !important;
}

.active {
	background-position: 100% -100px;
	color: #ffffff !important;
	text-shadow: 0px 1px #000 !important;
	#background-position: 0% -100px;
}

a.button1,a.button2,a.button3 {
	padding-right: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	}

a.button1{
	background-image: url(/images/buttons/button1_02.png);
	}

a.button2{
	background-image: url(/images/buttons/button2_02.png);
	}

a.button3{
	background-image: url(/images/buttons/button-3_02.png);
	}
	
a.button1 span,a.button2 span,a.button3 span {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	display: block;
	} 

a.button1 span{
	background-image: url(/images/buttons/button1_01.png);
	}
	
a.button2 span{
	background-image: url(/images/buttons/button2_01.png);
	}
	
a.button3 span{
	background-image: url(/images/buttons/button3_01.png);
	} 	
	
a.button1:hover span,a.button2:hover span,a.button3:hover span	{
	background-position: 0 -30px;
	color: #ffffff;
	}
	
a.button1:hover,a.button2:hover,a.button3:hover {
	background-position: right -30px;
	}
	
/*--------------------------fader------------------------------*/
	
#fader {
	position: relative;
}

#fader img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#fader img.active {
    z-index:10;
}

#fader img.last-active {
    z-index:9;
}

.cardimages {
	float:left;
	width: 150px;
}

.cardhead {
	float:left;
	width:150px;
	margin-left: 155px;
	margin-bottom: 1em;
	font-weight: bold;
}

.carddescription {
	float:left;
	width:150px;
	height: 216px;
	margin-left: 155px;
}

#cardSpace {
	margin-top: 30px;
}

/*--------------------------main------------------------------*/


#header {
	#height: 160px;
	padding: 10px 26px 0px 26px;
}

#header h2 {
	font-family: 'Tangerine', cursive;
	font-size: 30px;
}
#content {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
	text-shadow: 0px 1px #603b2d;
	line-height: 1.5em;
	color: #603b2d;
	
	clear: both;
}
.scroll {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.scrollhead {
	display: block;
	background-image: url(/images/scrollhead1100_cards_small.png);
	height: 162px;
}
.scrollcontent {
	background-image: url(/images/scrolltext1100.png);
	background-repeat: repeat-y;
	margin-left: 28px;
	width: 1000px;
}
.scrollend {
	display: block;
	background-image: url(/images/scrollend1100.png);
	background-repeat: no-repeat;
	height: 162px;
	margin-bottom: 20px;
	position: relative;
	left: -45px;
}
.translate {
	float: left;
	margin: 60px 0px 0px 70px;
	}
.facebook:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.footerlink {
	float: right;
	font-family: "Tangerine";
	font-size: 30px;

	margin: 50px 40px 0px 0px;
	color: #000000;
}
.impressum:link {color: #603b2d;	text-shadow: 0px 1px #603b2d; text-decoration: none; }
.impressum:visited {color: #603b2d; text-shadow: 0px 1px #603b2d; text-decoration: none; }
.impressum:active {color: #603b2d; text-shadow: 0px 1px #603b2d; text-decoration: none; }
.impressum:hover {color: #875f4f; text-shadow: 0px 1px #875f4f; text-decoration: none;}

#nojava {
width: 100%;
padding: 5px 0;
background: #ff0000;
color: #333;
font-weight: bold;
position: absolute;
top: 50;
text-align: center;
}

#unicorn { z-index: 60; position: absolute; top: 20px; left: 44%; width: 110px; display: block; }

@media only screen and (max-width: 767px) {
		body {
			margin: 0;
			background: #DFCB9F url(/images/scrolltextmobile.png) repeat;
		}
		#content {
			padding-left: 5px;
		}
		.scroll {
			margin: 0 0 0 0;
			width: 100%;
		}
		.scrollcontent {
			background-image: none;
			width: 100% !important;
			margin-left: 0px !important;
			margin-right: 10px !important;
		}
		.scrollhead {
			height: 1px;
			width: 180px;
			display: none;
}
		.scrollend {
			background-image: none;
			width: 100% !important;
			left: 0px;
		}
		.three {
			width:98%;
		}
		.translate {display:none;}
		.box {padding: 20px 0px 0px 0px !important; margin: 0 !important;}
		.threefifths {
			width: 98% !important;
			margin: 0;
		}
		.full {
			width: 98% !important;
		}
		.navline {display: none;}
		#cardSpace {width: 880px !important;}
		#logo {
			width: 300px;
		}
		#header h2 {font-size: 18px;}
		
		#menu {padding: 0 25px 0 0px;}
		
		#menu li a:link, #menu li a:visited {
			font-size: 24px;
			border: 1px solid #000;
			padding: 10px 0px 10px 0px;
			width: 100%;
		}
		#unicorn {
			width: 1px;
			display:none;
		}
	}