"UTF-8";

* {
  outline: 0;
	}

html
	{
	font-size: 	14px;
	color: 	#fff;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	}

body
	{
	-webkit-overflow-scrolling: touch;
	margin: 0px 0px 0px 0px;
 	padding: 0;
  height: 100%;
  position: relative;
	font-family: 'Montserrat', sans-serif;
	}

.pagebg-container
	{
	background: #fff;
	background-image: url(../images/backs/1_s.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	}

.pagebg-container1
	{
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#logo
	{
	position: fixed;
	top: 15px;
	left: -300px;
	font-size: 12px;
	color: #fff;
	transition: all 0.8s ease;
	z-index: 9998;
	}

#logo.scrolled
	{
	left: 15px;
	transition: all 0.8s ease;
	}

#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;
	}

#logo3
	{
	position: fixed;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 100px;
	z-index: 9997;
	background: url(../images/logos/zvh_logo_small.png) center center no-repeat;
	}

#header
	{
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	z-index: 9997;
	transition: all 0.8s ease;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	}

#header.scrolled
	{
	background: #046493;
	background: rgba(0,0,0,0.8);
	transition: all 0.8s ease;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 4px #000;
	}

#menue
	{
	position: fixed;
	top: 0px;
	left: -370px;
	width: 350px;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px 4px #000;
	z-index: 9998;
	}

#menueback
	{
	position: fixed;
	background: url(../images/opacity2.png);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9998;
	display: none;
	}

#menuegrid
	{
	z-index: 9999;
	position: fixed;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 45px;
	cursor: pointer;
	}

#menuelist
	{
	font-size: 18px;
	text-align: left;
	padding: 0px;
	margin-top: 120px;
	color: #878788;
	cursor: pointer;
	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;
	}

td.zvtd1
	{
	text-align: center;
	padding: 12px 0px;
	color: #59585d;
	background: #efefef;
	transition: all 0.8s ease;
	}

td.zvtd1:hover
	{
	text-align: center;
	padding: 12px 0px;
	color: #fff;
	font-weight: bolder;
	background: #25a6df;
	transition: all 0.8s ease;
	}

td.zvtd2
	{
	text-align: center;
	padding: 12px 0px;
	color: #59585d;
	background: #fff;
	transition: all 0.8s ease;
	}

td.zvtd2:hover
	{
	text-align: center;
	padding: 12px 0px;
	color: #fff;
	font-weight: bolder;
	background: #2381de;
	transition: all 0.8s ease;
	}

td.mainmenue
	{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 15px;
	transition: all 0.8s ease;
	border-radius: 3px;
	}
td.mainmenue:hover
	{
	cursor: pointer;
	background: rgba(255,255,255,0.8);
	color: #046493;
	transition: all 0.8s ease;
	}

.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: 60px;
  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: #000;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  background: #000;
}

#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: #000;
}

#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;
	}

div.srvk2
  {
  font-size: 22px;
  }

.opacity5
	{
	transition: all 0.8s ease;
	opacity: 0.5;
	}

.opacity5:hover
	{
	transition: all 0.8s ease;
	opacity: 1.0;
	cursor: pointer;
	}

p.headline
	{
	display: inline-block;
	text-align: center;
	font-size: 20px;
	padding: 15px 30px;
	background: rgba(255,255,255,0.5);
	}

p.headline1
	{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #000;
	padding: 5px 15px;
	}

p.subheadline
	{
	display: inline-block;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	color: #8d8d8d;
	padding: 5px 15px;
	}

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/opacity4.png);
	z-index: 9999;
	overflow: auto;
	}

.kontaktinner
	{
	background: #fff;
	color: #333;
	text-align: center;
	padding: 20px;
	box-shadow: 0px 0px 20px #000;
	width: 60%;
	margin: 20px 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%;
	margin: auto;
	}

.changewidth7
	{
	width: 70%;
	margin: auto;
	}

.changewidth6
	{
	width: 60%;
	margin: auto;
	}

.changewidth5
	{
	width: 50%;
	margin: auto;
	}

.autoheight500,.autoheight5002
	{
	height: 500px;
	}

.video
	{
	width: 70%;
	padding: 60px 0px 60px 0px;
	margin: auto;
	color: #fff;
	}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

#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;
	}

div.entrance2
	{
	margin-top: -25px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 2;
	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.bullet
	{
	width: 93%;
	background: #fff;
	margin: auto;
	padding: 0px 0px 0px 0px;
	transition: all 0.8s ease;
	box-shadow: 0px 0px 5px #d0d0d0;
	border-bottom: 5px solid #fff;
	}

div.bullet:hover
	{
	transition: all 0.8s ease;
	border-bottom: 5px solid #046493;
	cursor: pointer;
	}

div.color1, div.color2, div.color3, div.color4, div.color5
	{
	width: 100%;
	color: #454544;
	background: #fff;
	text-align: center;
	padding: 20px 0px;
	transition: all 0.8s ease;
	cursor: pointer;
	font-weight: bolder;
	}

div.color1:hover
	{
	transition: all 0.8s ease;
	background: #2381de;
	color: #fff;
	}

div.color2:hover
	{
	transition: all 0.8s ease;
	background: #663382;
	color: #fff;
	}

div.color3:hover
	{
	transition: all 0.8s ease;
	background: #ff3363;
	color: #fff;
	}

div.color4:hover
	{
	transition: all 0.8s ease;
	background: #663382;
	color: #fff;
	}

div.color5:hover
	{
	transition: all 0.8s ease;
	background: #87c70f;
	color: #fff;
	cursor: pointer;
	}

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;
	}

hr.style-one
	{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	}

hr.style-two
	{
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	}

hr.style-three
	{
  border: 0;
  height: 1px;
  background-color: #8d8d8d;
	}

div.content1
	{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #fff;
	z-index: 4;
	text-align: center;
	color: #fff;
	}

div.content1a
	{
	padding-top: 40px;
	z-index: 4;
	text-align: center;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2780dd+1,1b599a+100 */
	background: #2780dd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #2780dd 1%, #1b599a 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #2780dd 1%,#1b599a 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #2780dd 1%,#1b599a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2780dd', endColorstr='#1b599a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-image: url(../images/backs/3.jpg);
	background-size: cover;
	background-position: center 40%;
	}

div.content2
	{
	padding-top: 40px;
	padding-bottom: 80px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	z-index: 5;
	background: #f5f5f5;
	color: #676766;
	}

div.content3
	{
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 35px;
	z-index: 4;
	text-align: center;
	color: #656566;
	transition: height 0.8s ease;
	}

div.content4
	{
	background: #fff;
	padding-top: 0px;
	padding-bottom: 40px;
	z-index: 4;
	text-align: center;
	color: #898999;
	}

div.content5
	{
	padding-top: 20px;
	padding-bottom: 50px;
	background: #fff;
	width: 100%;
	z-index: 7;
	text-align: center;
	}

div.content6
	{
	padding-top: 0px;
	padding-bottom: 0px;
	background: #fff;
	width: 100%;
	z-index: 7;
	text-align: center;
	}

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.step
  {
  width: 80%;
  border-left: solid 4px #046493;
  background: #f8f8f8;
  color: #454644;
  font-size: 14px;
  text-align: left;
  padding: 15px;
  margin: 30px auto;
  transition: all 0.4s ease;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  }

div.step:hover
  {
  background: #f8f8f8;
  box-shadow: 0px 0px 3px 0px #d9d9d9;
  border-left: solid 4px #6ac25e;
  transition: all 0.4s 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: #fff;
	text-align: center;
	width: 100%;
	z-index: 9;
	color: #7d9d45;
	}

#footermenue2
	{
	display: none;
	}

div.imprint
	{
	z-index: 10;
	display: none;
	padding-top: 40px;
	padding-bottom: 50px;
	background: #000;
	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;
	}


div.slogan
	{
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	font-family: 'Oswald';
	padding-top: 20px;
	padding-bottom: 20px;
	}


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;
	}

p.title1
	{
	left: 0px;
	font-weight: 600;
	margin-top: 0px;
	display: table;
	font-size: 36px;
	background: #000;
	text-align: right;
	padding: 25px 40px 35px 40px;
	color: #fff;
	margin-bottom: 0px;
	}

p.title2
	{
	left: 0px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	display: table;
	font-size: 25px;
	background: #2381de;
	text-align: right;
	padding: 15px 20px 15px 40px;
	color: #fff;
	box-shadow: 0px 0px 5px #000;
	margin-top: -20px;
	}

#scrolldown
	{
	display: inline-block;
	position: absolute;
	bottom: 155px;
	margin-left: -30px;
	left: 50%;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../images/scrolldown.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	display: none;
	}


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;
	}

.col-md-42
	{
	margin-top: -60px;
	box-shadow: 0px 0px 3px #000;
	}

#title
	{
	width: 100%;
	position: absolute;
	bottom: 160px;
	left: 0px;
	text-align: left;
	}

#topscroll
	{
	display: 	none;
	position: 	fixed;
	bottom: 	30px;
	right: 		50px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../images/scrollup.png);
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.8s ease;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 9999;
	}

#topscroll:hover
	{
	transition: all 0.8s ease;
	background-color: rgba(0,0,0,1.0);
	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: #046493;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	}

.button,.button2
	{
	display: inline-block;
	margin: 20px auto 20px auto;
	padding: 10px 15px 10px 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	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: #000;
	cursor: pointer;
	}


.button3
	{
	transition: all 0.8s ease;
	background: #046493;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 20px auto;
	border-radius: 3px;
	}

input.button3
  {
  transition: all 0.8s ease;
	background: #046493;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 20px auto;
	border-radius: 3px;
  }

p.button4
	{
	margin: 20px auto;
	text-align: center;
	display: inline-block;
	transition: all 0.8s ease;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 12px;
	background: #046493;
	border-radius: 3px;
	}

p.button4:hover,input.button3:hover
	{
	background: #6ac25e;
	color: #fff;
	transition: all 0.8s ease;
	}

p.shout
	{
	font-family: 'Oswald', sans-serif;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	}

p.c2action,p.c4action
	{
	margin-top: 20px;
	border-radius: 10px;
	border-radius: 1px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	border-left: 2px solid #fff;
	text-shadow: none;
	font-size: 15px;
	color: #fff;
	transition: all 0.8s ease;
	background: url(../images/opacity2.png);
	}

p.c4action
	{
	border-left: 0px;
	background: #1873ba;
	}

p.c2action:hover,p.c4action:hover
	{
	color: #767677;
	cursor: pointer;
	box-shadow: 0px 2px 5px #333;
	transition: all 0.8s ease;
	background: #fff;
	}

td.rechtsgebiet
	{
	font-size: 16px;
	padding: 8px 15px;
	background: #fff;
	transition: all 0.8s ease;
	border-radius: 3px;
	}

td.rechtsgebiet:hover
	{
	background: #046493;
	color: #fff;
	transition: all 0.8s ease;
	cursor: pointer;
	}

#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;
	}

#this_vid
	{
	font-size: 18px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	background: url(../images/opacity2.png);
	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: 100%;
	font-weight: 200;
	transition: all 0.3s ease;
	}

div.footermenue1:hover, div.footermenue3:hover
	{
	padding: 35px 10px 20px 10px;
	background: #046493;
	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: #046493;
	transition: all 0.8s ease;
	cursor: pointer;
	color: #fff;
	}

.hiddentr
	{
	display: none;
	}

pre
  {
  	width: 95%;
  	height: 8em;
  	font-family: monospace;
  	font-size: 0.9em;
  	padding: 1px 2px;
  	margin: 0 0 1em auto;
  	border: 1px inset #666;
  	background-color: #eee;
  	overflow: auto;
  }

#filedrag
{
	font-weight: bold;
	text-align: center;
	padding: 20px;
	margin: 20px auto;
	color: #555;
	border: 1px dashed #f0f0f0;
	border-radius: 5px;
	cursor: default;
  background: #fff;
  transition: all 0.5s ease;
}

#filedrag.hover
{
	color: #000;
	border-color: #7777;
	border-style: solid;
	box-shadow: inset 0 0px 4px #e0e0e0;
  background: #c1dfee;
  transition: all 0.5s ease;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}

table.send td
  {
  background: #f8f8f8;
  padding: 8px;
  border-radius: 3px;
  }

#docinfo,#unfallinfo,#unfallinfo2
  {
  display: none;
  }

table.rschose td.rschose,table.vschose td.vschose,table.puchose td.puchose
  {
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  background: #046493;
  cursor: pointer;
  transition: all 0.8s ease;
  border-radius: 4px;
  }

table.rschose td.inactive,table.vschose td.inactive,table.puchose td.inactive
  {
  background: #777;
  color: #666;
  transition: all 0.8s ease;
  }

table.rschose td.active,table.vschose td.active,table.puchose td.active
  {
  background: #86c617;
  color: #fff;
  transition: all 0.8s ease;
  }

#rsname,#vsname,#rsschein,#rowgkarte1,#rowgkarte2
  {
  display: none;
  }

/* FORMS/INPUT LOOK */

.form-style-8
	{
  padding: 30px;
  background: #FFFFFF;
  margin: 10px auto;
	transition: all 0.8s ease;
  font-family: 'Montserrat', sans-serif;
	}

.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: 3px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-bottom: 3px;
    font: 14px Arial, Helvetica, sans-serif;
    height: 45px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.6s ease;
	}

.form-style-8 textarea
  {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 10px;
  border-radius: 3px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  transition: all 0.6s ease;
  resize:none;
  overflow: hidden;
  height: 100px;
  font-family: 'Montserrat', sans-serif;
  }

.form-style-8 input[type="text"]:focus,
.form-style-8 input[type="email"]:focus
  {
  background: #dbeefa;
  transition: all 0.6s ease;
  }


.form-style-8 input[type="button"],
.form-style-8 input[type="submit"]{
  margin: 20px 20px;
	background-color: #046493;
	border: 0px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
	transition: all 0.8s ease;
}
.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
background-color: #86c617;
color: #fff;
transition: all 0.8s ease;
}

.form-style-8 input[type=radio],
.form-style-8 input[type=checkbox]
 {
    float: left;
    margin-left: 0px;
    border: 0px;
    width: 100%;
    height: 2em;
}

@media (max-width: 1200px)
	{
	#kontakt1
		{
		opacity: 0.0;
    	display: none;
  		}
	#logo1
		{
		display: none;
		}
  div.step
    {
    width: 90%;
    }
	div.container
		{
		width: 95%;
		margin: auto;
		}
	#topscroll
		{
		width: 60px;
		height: 60px;
		left: 50%;
		margin-left: -30px;
		bottom: 2px;
		transition: all 0.8s ease;
		padding: 0px;
		}

	table.leistung
		{
		width: 80%;
		margin: auto;
		}

	table.changewidth
		{
		width: 95%;
		}
	div.about
		{
		position: relative;
		text-align: center;
		width: 85%;
		margin: auto;
		color: #225b86;
		line-height: 1.3;
		background: #fff;
		box-shadow: 0px 2px 10px #666;
		font-size: 12px;
		padding: 10px 30px 30px 30px;
		z-index: 9979;
		}
	.changewidth7,.changewidth6,.changewidth5,changewidth8
		{
		width: 90%;
		margin: auto;
		}
	.video
		{
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		color: #fff;
		}
	}

@media (max-height: 600px)
	{
	div.slogan,div.sloganmg
		{
		display: none;
		}
	div.sloganmobile
		{
		padding-top: 80px;
		}
	}

@media (max-width: 990px)
	{
  div.srvk2
    {
    font-size: 18px;
    }
	.autoheight500
		{
		height: auto;
		}
	.autoheight5002
		{
		height: 500px;
		}
	.socialitems,.hidethis
		{
		display: none;
		}
	div.feature
		{
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		border-left: 0px;
		border-right: 0px;
		}
	div.entrance2
		{
		height: 200px;
		}
	.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.step
    {
    width: 96%;
    }
	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,div.sloganmg
		{
		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;
		}
	.referenz1,.referenz2,.referenz3,.referenz4,.referenz5,.referenz6,.referenz7
		{
		padding-top: 25px;
		padding-bottom: 25px;
		}
	.col-md-42
		{
		margin-top: 0px;
		box-shadow: none;
		}
	}
