/*----------------------------------Main----------------------------------*/
h1 {
	padding: 5px 10px 3px 10px;
	font-size: 25px;
	line-height: 29px;
}
h2 {
	padding: 5px 10px 3px 10px;
	font-size: 25px;
	line-height: 29px;
}
h4 {
	font-size: 23px;
	line-height: 26px;
	margin: 17px 0 15px 0;
}
.slideshow h1, .slideshow h2 {
	font-size: 28px;
	line-height: 19px;
	padding: 1px 7px 0px 7px;
}
#webcamframe h1 {
	font-size: 15px;
	line-height: 19px;
	padding: 2px 7px 0px 7px;
	margin: 15px 0 0 4%;
}
#webcamframe h2 {
	font-size: 15px;
	line-height: 19px;
	padding: 3px 7px 0px 7px;
	margin: 37px 0 0 9%;
}
.divider {
	height: 30px;
	float: none;
	clear: both;
}

/*----------------------------------Header/Navigation----------------------------------*/
#Menu1, #Menu2, #Menu3 {
	display: none;
}
nav .menu li {
	padding: 3px 0 1px 0;
	list-style: none;
}

/*-------------------Smarttrigger-------------------*/
#smarttrigger {
	width: 16px;
	height: 8px;
	position: relative;
	margin: 11px 0 0 0;
	display: block;
	cursor: pointer;
	font-size: 14px;
	color: #6d7277;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	float: left;
	z-index: 11010;
}
#smarttrigger #menutext {
	margin: -7px 0 0 20px;
}
#smarttrigger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #004f9f;
	border-radius: 2px;
	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;
}
#smarttrigger span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#smarttrigger span:nth-child(2) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#smarttrigger span:nth-child(3) {
	top: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#smarttrigger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -2px;
	left: 2px;
}
#smarttrigger.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#smarttrigger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
	left: 2px;
}
.shrink #smarttrigger {
	margin: 15px 0 0 0;
}

/*----------------------------------------Content----------------------------------------*/
.textleft {
	width: 100%;
	float: none;
}
.textright {
	width: 100%;
	float: none;
}
.slideshow {
	margin: 40px 0;
}
.teaserblock {
	width: 100%;
	height: 102%;
	padding: 0;
	margin: 20px 0 10px 0;
	overflow: hidden;
}
.teaserblock .hometeaser {
	width: 98%;
	margin: 10px 1% 20px 1%;
	/*float: none;*/
}
.teaserblock .hometeaser-pic {
	width: 97%;
	margin: 1.5%;
}
.teaserblock .hometeaser-pic img {
	width: 100%;
	height: auto;
}
.teaserblock .hometeaser-text {
	width: 95%;
	margin: -1.5% 1.5% 1.5% 1.5%;
	padding: 2% 0 1.5% 2%;
}
.teamcontainer {
	width: 100%;
	margin: 40px 0 0 -1.5%;
}
.teambox {
	width: 100%;
	margin: 0 1.5% 50px 1.5%;
	float: none;
}
.teambox .teamtext {
	min-height: 50px;
}
.teambox .teamname {
	font-size: 26px;
	line-height: 32px;
}
.teambox .teamjob {
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	margin: 3px 0 0 8%;
	text-transform: uppercase;
}
.teambox .teamjob span {
	background-color: #68a2d9;
	padding: 4px 6px 4px 6px;
}
.teambox .teampic {
	margin: 10px 0;
}

/*----------------------------------------Footer----------------------------------------*/
footer {
	height: 10px;
	padding: 10px 0 20px 0;
}
footer #footerleft .menu {
	display: none;
}
footer #footerleft {
	display: none;
}
footer #footerright {
	width: 100%;
	text-align: center;
	float: none;
}

/*----------------------------------------Portrait only----------------------------------------*/
@media only screen and (orientation : portrait) {
#header {
	padding: 2px 0;
	margin: 32px 0 32px 0;
	border-top: 3px solid #004f9f;
	border-bottom: 3px solid #004f9f;
}
#mainlogo {
	height: 100px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	margin: -37px 0 0 -120px;
}
.shrink #mainlogo {
	margin: 1px 0 0 -120px;
}
.slideshow h1, .slideshow h2 {
	font-size: 15px;
	line-height: 17px;
	padding: 1px 7px 0px 7px;
}
}

/*----------------------------------------Landscape only----------------------------------------*/
@media only screen and (orientation : landscape) {

}