html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body, input, textarea {
	font-size: 15px;
	line-height: 21px;
	color: #8f8f8f;
}

div, a, li {
	-webkit-transition: opacity 0.4s ease, color 0.4s ease, width 0.6s ease, height 0.4s ease, font-weight 0.1s ease;
	-moz-transition: opacity 0.4s ease, color 0.4s ease, width 0.6s ease, height 0.4s ease, font-weight 0.1s ease;
	-o-transition: opacity 0.4s ease, color 0.4s ease, width 0.6s ease, height 0.4s ease, font-weight 0.1s ease;
	transition: opacity 0.4s, color 0.4s ease, width 0.6s ease, height 0.4s ease, font-weight 0.1s ease;
}

.fancybox-wrap, .fancybox-wrap div, .fancybox-wrap img {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

body {
	height: 100%;
	width: 100%;
	background: #eee;
}

a {
	text-decoration: none;
	color: #8f8f8f;
}

a:hover {
	color: #1e417c;
	text-decoration: underline;
}

.rel {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}

.relative {
	position: relative;
}

.auto {
	height: auto;
}

.abs {
	position: absolute;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left100 {
	float: left;
	width: 100%;
}

.right100 {
	float: right;
	width: 100%;
}

.full {
	width: 100%;
}

.hidden {
	display: none;
}

/*=======================================================
                     Struktur                 
======================================================= */
.wrapper {
	float: left;
	position: relative;
	width: 100%;
	z-index: 10;
	border-top: 50px solid #1e417c;
}

.fixed .wrapper {
	margin-top: 180px;
}

.wrap {
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
	height: auto;
}

.fixed .wrap {
	float: left;
	margin: 0;
	width: 100%;
	max-width: none;
	height: 180px;
}

.wrap.center {
	text-align: center;
}

.logo {
	margin: 0 auto;
	width: 200px;
	height: 90px;
	background: url(images/logo-tresnak-onDark.png) center 40px no-repeat;
	background-size: 200px auto;
}

.fixed .logo {
	float: left;
	margin: 126px 0 0 30px;
	width: 160px;
	height: 40px;
	background: url(images/logo-tresnak-onDark.png) center 0px no-repeat;
	background-size: 160px auto;
}

.fixed.jobs .logo {
	float: none;
	margin: 130px auto 0 auto;
	width: 150px;
	height: 40px;
	background: url(images/logo-tresnak-onDark.png) center 0px no-repeat;
	background-size: 150px auto;
}

.main {
	margin: 0 auto;
	width: 800px;
	height: auto;
}

.header {
	float: left;
	position: relative;
	width: 100%;
	height: 180px;
	background: #1e417c;
	z-index: 100;
}

.jobs .header {
	height: 130px;
}

.fixed .header {
	float: none;
	position: fixed;
	width: 100%;
	height: 180px;
	margin: -115px 0 0 0;
}

.head-extend {
	float: left;
	width: 100%;
	position: relative;
	background: #eee;
	padding-bottom: 30px;
	z-index: 10;
}

.content {
	float: left;
	position: relative;
	width: 100%;
	min-height: 500px;
	padding: 20px 10%;
	background: #fff;
	z-index: 20;
	margin-top: -50px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.jobs .content {
	padding-left: 5%;
	padding-right: 5%;
}

h1 {
	font: 300 30px/50px "Open Sans", sans-serif;
	padding: 15px 0 20px 0;
	text-align: center;
	width: 100%;
	color: #444;
}

h2 {
	font: 300 28px/28px "Open Sans", sans-serif;
	padding: 15px 0 10px 0;
	text-align: left;
	width: 100%;
	color: #333;
}

h3 {
	font: 700 20px/20px "Open Sans", sans-serif;
	padding: 15px 0 10px 0;
	text-align: center;
	width: 100%;
	color: #1e417c;
}

p {
	font: 400 15px/21px "Open Sans", sans-serif;
	text-align: left;
}

p.emails {
	border-top: 1px solid #ccc;
}

p.centered {
	text-align: center;
}

p span.fone-nr {
	color: #1e417c;
	font-weight: 700;
	font-size: 18px;
}

p span.underlined {
	color: #8f8f8f;
	font-weight: 400;
	text-decoration: underline;
	font-size: inherit;
}

.button-framed {
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
	font-size: 15px;
	border: 1px solid #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 5px 0 15px 0;
}
.button-framed:hover {
	border: 1px solid #1e417c;
	color: #1e417c;
	text-decoration: none;
}

.content li {
	display: block;
	text-align: left;
	font: 400 14px/20px "Open Sans", sans-serif;
	padding: 0 0 0 15px;
	color: #777;
	background: url(images/bg_li.png) left center no-repeat;
}

.block {
	float: none;
	display: inline-block;
	position: relative;
	width: 44%;
	height: auto;
	margin: 10px 10% 30px 0;
	font: 400 14px/20px "Open Sans", sans-serif;
	color: #555;
	vertical-align: top;
	border: 1px solid #ccc;
}
.block.right-block {
	margin: 10px 0 30px 0;
}
.block .foto {
	float: left;
	width: 30%;
	height: auto;
	padding: 0 10px 0 0;
	margin: -1px 0 -2px -1px;
}
.block .foto img {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}
.block .behandler-kontakt {
	padding-top: 8px;
}

/*=======================================================
                     	Navi                 
======================================================= */
.tabs {
	float: left;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 0;
	color: #F6D019;
	text-align: center;
}

.fixed .tabs {
	float: right;
	margin: 135px 20px 0 0;
	text-align: right;
	width: auto;
}

.tabs li {
	float: none;
	display: inline-block;
	margin: 0 0px;
	padding: 0;
	width: auto;
	vertical-align: top;
	font: 300 11px/16px "Open Sans", sans-serif;
	opacity: 0.7;
}

.fixed .tabs li {
	font-size: 13px;
	opacity: 0.9;
}

.tabs li:hover {
	opacity: 1;
	font-weight: 700;
	letter-spacing: 0.4px;
}

.tabs li a {
	color: #fff;
	background: none;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
}

.tabs li a:hover {
	text-decoration: none;
}

.tabs li:after {
	content: "|";
}

.tabs li:first-of-type:before {
	content: "|";
}

.mobile-nav {
	float: right;
	position: relative;
	width: 35px;
	height: 30px;
	background: url(images/nav.svg) center right no-repeat;
	background-size: auto 27px;
	display: none;
}

.mobile-nav-close {
	position: fixed;
	top: 30px;
	right: 5%;
	width: 35px;
	height: 35px;
	background: url(images/close.svg) center right no-repeat;
	background-size: auto 35px;
	z-index: 130;
	display: none;
}

/*=======================================================
                     	further-info                 
======================================================= */
.content.further-info {
	background: none;
	border: none;
	margin: 0;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	padding-top: 20px;
	padding-bottom: 30px;
}

/*=======================================================
                     	footer                 
======================================================= */
.footer {
	text-align: center;
	font: 400 14px/19px "Open Sans", sans-serif;
	padding: 0 0 20px 0;
}

.footer a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

/*=======================================================
                     	multi-lang                 
======================================================= */
.de .de {
	display: block;
}
.de .it {
	display: none;
}

.it .it {
	display: block;
}
.it .de {
	display: none;
}

.lang {
	position: absolute;
	top: 17px;
	right: 20px;
	font: 300 11px/12px "Open Sans", sans-serif;
	color: #fff;
	padding: 2px 10px;
	border: 1px solid #fff;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-ms-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	opacity: 0.6;
}
.lang:hover {
	color: #1e417c;
	background: #fff;
	border-color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.content p img {
	max-width: 114%;
	height: auto;
	margin-left: -7%;
}

.content .img-full {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.content .img-center {
	margin: 0 auto;
}
.content .img-center.logo-icon {
	position: relative;
	width: 100px;
	height: auto;
	margin-top: -50px;
	z-index: 100;
}

.content {
	overflow: hidden;
	text-align: center;
}

@media only screen and (max-width: 900px) {
	.main {
		width: 90%;
		height: auto;
	}

	.block {
		width: 47%;
		margin: 10px 4% 20px 0;
		font: 400 13px/18px "Open Sans", sans-serif;
	}
	.block .behandler-kontakt {
		padding-top: 4px;
	}
	.block.right-block {
		margin: 10px 0 20px 0;
	}
}
@media only screen and (max-width: 768px) {
	p span {
		color: #1e417c;
		font-weight: 700;
		font-size: 22px;
	}

	.jobs p span {
		font-size: 15px;
	}

	.block {
		margin: 10px 4% 30px 0;
		font: 400 13px/17px "Open Sans", sans-serif;
	}
	.block .behandler-kontakt {
		padding-top: 4px;
	}
}
@media only screen and (max-width: 700px) {
	.header, .wrap {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.content {
		width: 100%;
		padding: 20px 5%;
	}

	h1 {
		padding: 0 0 15px 0;
	}

	p {
		font-size: 15px;
		line-height: 20px;
	}

	.wrap {
		float: left;
		margin: 0;
		width: 100%;
		max-width: none;
		height: 180px;
	}

	.logo {
		float: left;
		margin: 30px 0 0 5%;
		width: 160px;
		height: 40px;
		background: url(images/logo-tresnak-onDark.png) left 0px no-repeat;
		background-size: 160px auto;
	}

	.jobs .logo {
		float: none;
		margin: 30px auto 0 auto;
		width: 160px;
		height: 40px;
		background: url(images/logo-tresnak-onDark.png) left 0px no-repeat;
		background-size: 160px auto;
	}

	.fixed .logo {
		margin-left: 5%;
	}

	.header {
		height: 100px;
	}

	.fixed .header {
		-webkit-transition: height 0.5s ease;
		-moz-transition: height 0.5s ease;
		-o-transition: height 0.5s ease;
		transition: height 0.5s ease;
	}

	.fixed.reservation .header {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		height: 195px;
	}

	.tabs, .fixed .tabs {
		float: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		margin: 0;
		padding: 70px 0 0 0;
		background: #1e417c;
		text-align: center;
		display: none;
		z-index: 120;
		background: #1e417c url(images/logo-tresnak-onDark.png) center 350px no-repeat;
		background-size: 160px auto;
	}

	.fixed .tabs {
		margin: 0px 0 0 0;
	}

	.mobile-nav {
		margin: 38px 5.5% 0 0;
		display: block;
	}

	.fixed .mobile-nav {
		margin: 134px 5.5% 0 0;
	}

	.mobile-nav-close {
		display: none;
	}

	.hide700 {
		display: none;
	}

	.tabs li {
		display: block;
		margin: 0 0px;
		padding: 0;
		width: auto;
		font: 300 20px/28px "Open Sans", sans-serif;
		opacity: 0.8;
	}

	.tabs li:after {
		content: "";
	}

	.fixed .wrapper {
		margin-top: 99px;
	}
}
@media only screen and (max-width: 600px) {
	.block {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.block img {
		max-width: 100px;
	}
	.block.right-block {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 500px) {
	h1 {
		line-height: 30px;
		padding: 20px 0 30px 0;
	}

	.main {
		width: 100%;
	}
}

/*# sourceMappingURL=telefon.css.map */