"UTF-8";

/*
blau: 	#fff
grau1: 	#c9c9c9
grau2: 	#1e2230
*/

html
	{
	font-size: 	14px;
	color: 	#fff;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	}

body
	{
	font-family: 'Raleway';
	-webkit-overflow-scrolling: touch;
	margin: 0px 0px 0px 0px;
 	padding: 0;
  	height: 100%;
  	position: relative;
	}

.pagebg-container 
	{
	background: url(../images/backs/8a.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;  
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	margin-top: 0px;
	padding: 0px;
	}

.pagebg-container1
	{
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	}

#logo
	{
	position: fixed;
	top: 3px; 
	left: 150px;
	width: 200px;
	height: 100px;
	background: url(../images/icons/logo_fish.png) center center no-repeat;
	z-index: 9999;
	}

#logo2
	{
	position: fixed;
	top: 3px; 
	left: 150px;
	width: 200px;
	height: 100px;
	z-index: 9999;
	background: url(../images/icons/logo_fish_g.png) center center no-repeat;
	display: none;
	}
	
#header
	{
	position: fixed;
	top: 0px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	z-index: 9997;
	padding-top: 50px;
	padding-bottom: 10px;
	transition: all 0.8s ease;
	}

#header.scrolled
	{
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
	transition: all 0.8s ease;
	}

#menue
	{
	position: fixed;
	top: 0px;
	left: -400px;
	width: 400px;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 15px #444;
	z-index: 9998;
	}

td.luwmenue1
	{
	color: #fff;
	text-align: center; 
	padding: 10px 0px; 
	font-size: 20px; 
	transition: all 0.8s ease;
	}

td.luwmenue2
	{
	color: #fff;
	text-align: center; 
	padding: 10px 0px; 
	font-size: 20px; 
	background: #9dbfd8;
	transition: all 0.8s ease;
	}

td.luwmenue2:hover,td.luwmenue1:hover
	{
	background: #304a5d;
	transition: all 0.8s ease;
	}

#menue2
	{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/opacity3.png);
	color: #fff;
	z-index: 9998;
	display: none;
	}
	
#menuegrid
	{
	z-index: 9999;
	position: fixed;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
	}

#menuelist
	{
	width: 100%;
	display: none;
	transition: all 0.4s ease;
	}

#menuelist p
	{
	transition: all 0.4s ease;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#menuelist p:hover
	{
	transition: all 0.4s ease;
	margin-left: 15px;
	color: #000;
	}

div.menue
	{
	font-size: 18px;
	display: inline; 
	padding: 8px 15px;
	text-align: center;
	font-family: 'Raleway';
	font-weight: 700;
	color: #cfcfcf;
	transition: all 0.4s ease;
	}

div.menue:hover
	{
	color: #fff;
	transition: all 0.4s ease;
	cursor: pointer;
	}
	
.imgover
	{
	transition: all 0.8s ease;
	box-shadow: 0px 0px 15px #444;
	}	

.imgover:hover
	{
	box-shadow: 0px 0px 12px #333;
	transition: all 0.8s ease;
	}
	
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 45px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 6px;
}

#nav-icon1 span:nth-child(3) {
  top: 12px;
}
#nav-icon1 span:nth-child(4) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fff;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  background: #fff;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
   background: #fff;
}

#nav-icon1.open span:nth-child(4) {
  opacity: 0;
  left: -60px;
}

#languages
	{
	display: none;
	width: 120px; 
	background: url(images/opacity.png); 
	text-align: center; 
	font-size: 14px; 
	color: #fff; 
	border: 1px solid #fff; 
	position: fixed; 
	top: 80px; 
	right: 60px; 
	z-index: 9998
	}

#languages.scrolled
	{
	background: #000; 
	}

.language
	{
	width: 100%;
	transition: all 0.4s ease; 
	padding: 10px 0px 10px 0px;
	}
	
.language:hover
	{
	cursor: pointer;
	background: #fff;
	transition: all 0.4s ease;
	color: #787877;
	}

img
	{
	margin: 0px;
	}

.opacity5
	{
	transition: all 0.8s ease;
	opacity: 0.5;
	}

.opacity5:hover
	{
	transition: all 0.8s ease;
	opacity: 1.0;
	cursor: pointer;
	}

p.shout
	{
	width: 100%; 
	text-align: center; 
	color: #fff; 
	font-size: 40px; 
	font-weight: 800;
	}
	
p.headline1
	{
	font-family: 'Raleway';
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	text-align: left;
	color: #251d1a;
	}

p.letters50
	{
	font-size: 50px;
	text-align: center;
	margin: auto;
	}
	
#kontakt,#linkcollection,#newsletter
	{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/icons/opacity4.png);
	z-index: 9999;
	overflow: auto;
	}

.kontaktcontent
	{
	display: inline-block; 
	background: #fff; 
	color: #656555; 
	text-align: center; 
	padding: 20px 50px 20px 50px; 
	box-shadow: 0px 0px 20px #000; 
	margin: 80px auto; 
	font-size: 16px; 
	border-radius: 10px;
	}

.feature
	{
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 550px;
	}
	
.changewidth8
	{
	width: 85%;
	}

.changewidth7
	{
	width: 70%;
	}

.changewidth6
	{
	width: 60%;
	}

.changewidth5
	{
	width: 50%;
	}

#popupouter
	{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/icons/opacity4.png);
	z-index: 9999;
	text-align: center;
	}

div.popupinner
	{
	display: inline-block;
	width: 60%;
	height: 90%;
	margin-top: 3%;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	}

div.popupcontent
	{
	display: inline-block;
	width: 91%;
	padding: 2%;
	margin-top: 15px;
	overflow-y: auto;
	height: 90%;
	background: #fff;
	color: #787888;
	font-size: 14px;
	text-align: justify;
	}

div.infotext1
	{
	padding-left: 10px;
	text-align: justify;
	border-left: 5px solid #fff;
	transition: all 0.8s ease;
	}

div.infotext1:hover
	{
	text-align: justify;
	border-left: 5px solid #7abb3f;
	color: #333;
	transition: all 0.8s ease;
	}

div.infotext2
	{
	padding-right: 10px;
	text-align: justify;
	border-right: 5px solid #fff;
	transition: all 0.8s ease;
	}

div.infotext2:hover
	{
	text-align: justify;
	border-right: 5px solid #7abb3f;
	color: #333;
	transition: all 0.8s ease;
	}

.infotext3
	{
	width: 50%; 
	color: #fff; 
	text-align: left;  
	font-size: 22px; 
	padding-top: 40px; 
	padding-bottom: 30px;
	transition: all 0.3s ease;
	}

.infotext3:hover
	{
	padding-top: 20px; 
	padding-bottom: 50px;
	transition: all 0.3s ease;
	}

div.animatednumber
	{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	}

#kontakt1
	{
	position: fixed;
	top: 10px;
	right: 30px;
	z-index: 9995;
	color: #454555;
	font-size: 10px;
	transition: all 0.8s ease;
	}
	
#kontakt1.scrolled
	{
	color: #fff;
	position: fixed;
	top: 17px;
	right: 10px;
	transition: all 0.8s ease;
	}

div.entrance
	{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 30px;
	width: 100%;
	z-index: 2;
	border: 10px solid #fff;
	}

div.entrance2
	{
	margin-top: -25px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 30px;
	width: 100%;
	z-index: 2;
	height: 450px;
	background-size: cover;
	background-position: center center;
	}

div.entrancemobile
	{
	display: none;
	width: 100%;
	background: url(../images/4a.jpg) center center no-repeat;
	background-size: cover;
	}

div.contentwrap1
	{
	height: 0;
	border-style: solid;
	border-width: 60px 95vw 0 0;
	border-color: transparent #efefef #efefef transparent;
	background: #fff;
	}
	
div.contentwrap2
	{
	height: 0;
    border-style: solid;
    border-width: 60px 95vw 0 0;
    border-color: #fff transparent transparent #fff;
	background: #fff;
	}

div.content1
	{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	z-index: 4;
	text-align: center;
	color: #444;
	}

div.content1a
	{
	background-image: url(../images/backs/5a.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 4;
	text-align: center;
	color: #444;
	border-bottom: 0px solid #000;
	border-top:0px solid #000;
	}

div.content1b
	{
	z-index: 4;
	padding: 0px; 
	background: #fff; 
	transition: all 0.8s ease;
	}

div.content2
	{
	padding-top: 40px;
	padding-bottom: 100px;
	background: #fff;
	width: 100%;
	text-align: center; 
	font-size: 14px;
	z-index: 5;
	color: #676766;
	}

div.content3
	{
	background-color: #363844;
	background-image: url(../images/backs/9a.jpg);
	background-position: center 45%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 100px;
	font-size: 35px;
	z-index: 4;
	text-align: center;
	color: #fff;
	}

div.content4
	{
	background-image: url(../images/backs/7a.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 120px;
	z-index: 4;
	text-align: center;
	color: #fff;
	}
	
div.content5
	{
	padding-top: 120px;
	padding-bottom: 120px;
	background: #fff;
	width: 100%;
	z-index: 7;
	text-align: center;
	}

div.content6
	{
	padding-top: 30px;
	padding-bottom: 40px;
	background-image: url(../images/backs/9a.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	z-index: 7;
	}

div.content7
	{
	background-color: #fff;
	background-image: url(../images/backs/8.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 4;
	text-align: center;
	color: #444;
	padding-bottom: 0px;
	}

div.ajaxchoice
	{
	background: url(../images/opacity.png);
	transition: all 0.8s ease;
	cursor: pointer; 
	height: 100%; 
	width: 100%; 
	padding: 40px 15px;
	font-size: 18px;
	font-family: 'Raleway'; 
	border-top: 2px solid #000;
	}

div.ajaxchoice:hover
	{
	background: none;
	transition: all 0.8s ease;
	cursor: pointer;
	border-top: 2px solid #fff;
	}

td.topic
	{
	background-size: 100% auto;
	background-position: center center; 
	transition: all 0.3s ease;
	}

td.topic:hover
	{
	background-size: 120% auto;
	transition: all 0.3s ease;
	}

div.partner2
	{
	padding: 100px 15px 10px 15px;
	}

div.iframe
	{
	display: inline-block;
	background: #fff;
	box-shadow: 0px 0px 4px #888;
	border-radius: 10px;
	width: 70%;
	margin-top: 20px;
	padding: 20px;
	}

div.newsletter
	{
	text-align: left; 
	color: #fff; 
	padding: 20px 10px 10px 50px; 
	color: #9b9b9b; 
	font-size: 14px;
	}

div.footer
	{
	padding-top: 0px;
	padding-bottom: 30px;
	background: #1d1d1d;
	text-align: center;
	width: 100%;
	z-index: 9;
	color: #d2d2d2;
	}
	
#footermenue2
	{
	display: none;
	}
	
div.imprint
	{
	z-index: 10;
	display: none;
	padding-top: 40px;
	padding-bottom: 50px;
	background: #1d1d1d;
	text-align: center;
	width: 100%;
	}

#angebot
	{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/opacity2.png);
	color: #fff;
	display: none;
	z-index: 99999;
	}
	
	
li {color: #fff; font-size: 28px;}
li span {color: #999ba1; font-size: 20px;}


div.slogan
	{
	width: 100%;
	font-family: 'Crushed', cursive;
	position: absolute;
	top: 30%;
	text-align: center;
	text-shadow: 0px 2px 4px #000;
	font-size: 120px;
	color: #fff;
	}

div.sloganmobile
	{
	padding-top: 150px;
	width: 80%;
	display: none;
	line-height: 20px;
	top: 40%;
	margin: auto;
	text-align: center;
	text-shadow: 0px 2px 4px #000;
	color: #fff;
	}
	
#scrolldown
	{
	display: inline-block; 
	position: absolute;
	bottom: 0px;
	margin-left: -125px;
	left: 50%;
	height: 80px;
	width: 250px;
	background: url(../images/icons/scrolldown.png) bottom center no-repeat; 
	cursor: pointer;
	text-align: center;
	}


div.title
	{
	position: absolute;
	bottom: 120px;
	left: 0;
	text-align: left;
	}

div.title2
	{
	position: absolute;
	bottom: 150px;
	left: 5%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 22px;
	}

p.title
	{
	left: 0px;
	padding: 7px 25px 7px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	background: url(../images/icons/opacity2.png);
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	display: table;
	}
	
#title
	{
	width: 100%;
	position: absolute;
	bottom: 160px;
	left: 0px;
	text-align: left;
	}

#topscroll
	{
	display: 	none;
	position: 	fixed;
	bottom: 	30px;
	right: 		50px;
	background: url(../images/scrollup.png) center center no-repeat;
	transition: all 0.8s ease;
	width: 80px;
	height: 80px;
	z-index: 9999;
	}
	
#topscroll:hover
	{
	transition: all 0.8s ease;
	background: url(../images/scrollup2.png) center center no-repeat;
	cursor: pointer;			
	}


.buttonluw1
	{
	background: #3e3e3e;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin: auto;
	display: inline-block;
	transition: all 0.8s ease;
	border-radius: 22px;
	font-family: 'Raleway';
	font-size: 12px;
	border: 1px solid #fff;
	}

.buttonluw1:hover
	{
	background: #fff;
	color: #000;
	border: 1px solid #3e3e3e;
	cursor: pointer;
	}

.buttonluw2
	{
	background: #3e5e73;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin: auto;
	display: inline-block;
	transition: all 0.8s ease;
	border-radius: 22px;
	font-family: 'Raleway';
	font-size: 12px;
	}

.buttonluw2:hover
	{
	background: #c6d76d;
	cursor: pointer;
	}

.button1,.closepopup
	{
	display: inline-block;
	margin: 30px auto 30px auto;
	padding: 15px 20px 15px 20px;
	color: #264980;
	text-align: center;
	font-size: 16px;
	border: 1px solid #264980;
	transition: all 0.8s ease;
	}
	
.button1:hover,.closepopup:hover
	{
	transition: all 0.8s ease;
	background: #264980;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	}
	
.button,.button2
	{
	display: inline-block;
	margin: 30px auto 30px auto;
	padding: 15px 20px 15px 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: 1px solid #fff;
	transition: all 0.8s ease;
	}

.button:hover,.button2:hover
	{
	transition: all 0.8s ease;
	background: #fff;
	border: 1px solid #fff;
	color: #898989;
	cursor: pointer;
	}

p.c2action
	{
	margin-top: 20px;
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	background: #fff;
	color: #767677;
	text-shadow: none;
	font-size: 15px;
	transition: all 0.8s ease;
	}

p.c2action:hover
	{
	color: #1c370c;
	cursor: pointer;
	box-shadow: 0px 2px 5px #333;
	transition: all 0.8s ease;
	}


#this_msg
	{
	font-size: 18px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
	display: none;
	background: #000;
	color: #fff;
	z-index: 9999;
	}

tr.anfahrt
	{
	display: none;
	}
	
table.menue2 td.class1
	{
	transition: all 0.9s ease;
	padding: 2px 0px 2px 3px;
	}

table.menue2 td.class1:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue3 td.class1
	{
	transition: all 0.9s ease;
	padding: 2px 0px 2px 3px;
	}

table.menue3 td.class1:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #333;
	background: #fff;
	}

table.menue3 td.class2
	{
	transition: all 0.9s ease;
	color: #444;
	}

table.menue3 td.class2:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue3 tr.class1
	{
	color: #333;
	}

table.menue3 tr.class2
	{
	color: #000;
	}

table.menue4 td.class1
	{
	transition: all 0.9s ease;
	padding: 2px 0px 2px 3px;
	color: #454544;
	}

table.menue4 td.class1:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue4 td.class2
	{
	transition: all 0.9s ease;
	color: #444;
	}

table.menue4 td.class2:hover
	{
	transition: all 0.9s ease;
	cursor: pointer;
	color: #fff;
	background: #fff;
	}

table.menue4 tr.class1
	{
	color: #454544;
	}

table.menue3 tr.class2
	{
	color: #000;
	}

table.mobilefooter
	{
	display: none;
	}
	
table.leistungen
	{
	border-spacing: 10px; 
	border-collapse: separate; 
	width: 100%;
	}

table.leistungen td
	{
	box-shadow: 0px 0px 4px #d0d0d0;
	transition: all 0.8s ease;
 	}
		
table.leistungen td:hover
	{
	transition: all 0.8s ease;
	box-shadow: 0px 0px 6px #777;
	}

table.leistungen td div.back
	{
	transition: all 0.5s ease;
	background-size: cover;
	background-repeat: no-repeat;
	}
	
table.leistungen td div.back2
	{
	background-position: left center;
	background-repeat: no-repeat;
	transition: all 0.4s ease;
	}

table.leistungen td:hover div.back2
	{
	transition: all 0.4s ease;
	}
	
table.leistungen td:hover div.back
	{
	transition: all 0.5s ease-in-out;
	transform:scale(1.1);
	}

div.back:hover .backinner,
div.back:focus .backinner {
  transform: scale(1.2);
}

table.mobilemenue
	{
	width: 100%;
	display: none;
	background: #fff;
	}

table.mobilemenue td
	{
	font-size: 12px;
	width: 33%; 
	color: #fff; 
	text-align: center;
	padding: 5px;
	cursor: pointer;
	}

table.menue1
	{
	margin: auto;
	border-spacing: 5px; 
	border-collapse: separate;
	border-bottom: 1px solid #fff;
	transition: all 0.8s ease;
	}

table.menue2
	{
	transition: all 0.8s ease;
	border-bottom: 0px solid #fff;
	}

table td.menue1
	{
	font-weight: 400;
	height: 30px;
	padding: 15px 20px 15px 20px;
	text-align: center;
	color: #fff;
	border-radius: 0px;
	font-size: 14px;
	transition: all 0.8s ease;
	}

table td.menue1:hover
	{
	background: #fff;
	cursor: pointer;
	transition: all 0.8s ease;
	}

table td.menue2
	{
	color: #565655;
	}
	
table td.menue2:hover
	{
	background: #fff;
	color: #fff;
	cursor: pointer;
	transition: all 0.8s ease;
	}

table td.menue3
	{
	color: #454544;
	}
	
table td.menue3:hover
	{
	background: #fff;
	color: #fff;
	cursor: pointer;
	transition: all 0.8s ease;
	}

table td.menue4
	{
	background: #efefef;
	color: #676766;
	}
	
table td.menue4:hover
	{
	background: #fff;
	color: #fff;
	cursor: pointer;
	transition: all 0.8s ease;
	}

div.footermenue1, div.footermenue3
	{
	padding: 50px 10px 5px 10px;
	text-align: center;
	color: #545454;
	width: 95%;
	font-weight: 200;
	transition: all 0.3s ease;
	}

div.footermenue1:hover, div.footermenue3:hover
	{
	padding: 35px 10px 20px 10px;
	background: #1395ba;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
	}	

div.footermenue2
	{
	padding: 5px 10px 5px 10px;
	text-align: center;
	color: #545454;
	background: #fff;
	}

div.footermenue2:hover
	{
	background: #1395ba;
	transition: all 0.8s ease;
	cursor: pointer;
	color: #fff;
	}

.hiddentr
	{
	display: none;
	}

/* FORMS/INPUT LOOK */

.form-style-8
	{
    padding: 30px;
    background: #FFFFFF;
    margin: 10px auto;
	transition: all 0.8s ease;
	font-family: 'Open Sans Condensed';
	}

.form-style-8:hover
	{
	transition: all 0.8s ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
	}
	
.form-style-8 h2{
    background: #4aa84a;
    text-transform: uppercase;
    color: #797979;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}
.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
	font-family: 'Open Sans Condensed';
}
.form-style-8 textarea{
    resize:none;
    overflow: hidden;
}
.form-style-8 input[type="button"], 
.form-style-8 input[type="submit"]{
    margin: 30px 0px;
	background-color: #fff;
    border: 1px solid #264980;
    display: inline-block;
    cursor: pointer;
    color: #264980;
    font-size: 16px;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
	font-family: 'Open Sans Condensed';
	transition: all 0.8s ease;
}
.form-style-8 input[type="button"]:hover, 
.form-style-8 input[type="submit"]:hover {
    background-color:#264980;
	color: #92a4c0;
	font-family: 'Open Sans Condensed';
	transition: all 0.8s ease;
}

@media (max-width: 1200px) 
	{
	#topscroll
		{
		width: 100px;
		font-size: 13px;
		height: 70px;
		left: 50%;
		margin-left: -50px;
		bottom: 2px;
		transition: all 0.8s ease;
		padding: 0px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		}	
	table.changewidth
		{
		width: 95%; 
		}
	.changewidth7,.changewidth6,.changewidth5,changewidth8
		{
		width: 90%;
		margin: auto;
		}
	}

@media (max-height: 600px) 
	{
	div.slogan
		{
		display: none;
		}
	div.sloganmobile
		{
		display: block;
		}
	}

@media (max-height: 400px) 
	{
	div.slogan
		{
		display: none;
		}
	div.sloganmobile
		{
		display: block;
		padding-top: 80px;
		}
	img.mobile
		{
		width: 200px;
		}
	}

@media (max-width: 990px) 
	{
	#header
		{
		transition: all 0.4s ease;
		height: 55px;
		}
	div.ajaxchoice
		{
		padding: 20px 10px;
		font-size: 12px;
		font-family: 'Raleway'; 
		border-top: 2px solid #000;
		}
	div.menue
		{
		display: none;
		}
	p.shout
		{
		font-size: 25px; 
		}
	#menuegrid
		{
		display: block;
		}
	.socialitems,.hidethis
		{
		display: none;
		}
	div.feature
		{
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		border-left: 0px;
		border-right: 0px;
		}
	div.entrance
		{
		border: 0px;
		}
	.formular
		{
		font-size: 10px;
		width: 100%;
		}
	p.letters50,div.animatednumber
		{
		font-size: 20px;
		}
	#arrowdiv,#arrowdiv2
		{
		display: none;
		}
	#logo2,#logo
		{
		display: none;
		}
	div.container
		{
		width: 95%; 
		margin: auto;	
		}
	img.whitelogo
		{
		display: none;
		}
	div.soon
		{
		border-radius: 10px; 
		background: #fff; 
		display: inline-block; 
		padding: 40px 60px 40px 60px; 
		margin-top: 80px;
		width: 80%;
		font-size: 12px;
		}
	#logo1
		{
		display: none;
		}
	.kontaktinner
		{
		width: 90%;
		}
	td.arrowright
		{
		display: none;
		}
	div.popupinner
		{
		width: 90%;
		}
	p.change
		{
		color: #fff;
		}
	p.headline1
		{
		font-size: 18px;
		}
	.changewidth5,.changewidth6,.changewidth7,.changewidth8
		{
		width: 95%;
		margin: auto;
		}
	div.partner2
		{
		padding: 10px 15px 10px 15px;
		}
	div.iframe
		{
		width: 90%;
		}
	div.newsletter
		{
		padding: 20px 10px 10px 10px;  
		margin-bottom: 50px;
		}
	div.bereich,div.bereich2
		{
		width: 100%;
		}
	#footermenue1
		{
		display: none;
		}
	#footermenue2
		{
		display: block;
		}
	#menueback
		{
		background: #000;
		text-align: center;
		}
	table.changewidth
		{
		width: 95%; 
		margin: auto;
		}
	table.fullmenue
		{
		display: none;
		}
	#mobileheader,#scrolldown3
		{
		display: block;
		}
	#menue1,#menue2,#scrolldown2,#menue3
		{
		display: none;
		}	
	table.footer
		{
		display: none; 
		}	
	table.mobilefooter
		{
		display: inline;
		margin: auto;
		}
	#headerspace
		{
		display: none;
		}
	#this_msg
		{
		font-size: 12px;
		}
	div.slogan
		{
		display: none;
		position: absolute;
		bottom: 30%;
		line-height: 32px;
		margin-left: 5%;
		text-align: left;
		text-shadow: 0px 2px 4px #000;
		font-size: 30px;
		color: #fff;
		}
	div.sloganmobile
		{
		display: block;
		}	
	}
