/* lato-300 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('/assets/fonts/lato-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Lato Light'), local('Lato-Light'),
			 url('/assets/fonts/lato-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('/assets/fonts/lato-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-300.woff') format('woff'), /* Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('/assets/fonts/lato-v15-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300italic - latin */
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	src: url('/assets/fonts/lato-v15-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local('Lato Light Italic'), local('Lato-LightItalic'),
			 url('/assets/fonts/lato-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('/assets/fonts/lato-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('/assets/fonts/lato-v15-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('/assets/fonts/lato-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Lato Light'), local('Lato-Light'),
			 url('/assets/fonts/lato-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('/assets/fonts/lato-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-300.woff') format('woff'), /* Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('/assets/fonts/lato-v15-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}


/* lato-700 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/lato-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Lato Bold'), local('Lato-Bold'),
			 url('/assets/fonts/lato-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('/assets/fonts/lato-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-700.woff') format('woff'), /* Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('/assets/fonts/lato-v15-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700italic - latin */
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	src: url('/assets/fonts/lato-v15-latin-700italic.eot'); /* IE9 Compat Modes */
	src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
			 url('/assets/fonts/lato-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			 url('/assets/fonts/lato-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
			 url('/assets/fonts/lato-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
			 url('/assets/fonts/lato-v15-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}




*, *::before, *::after {
	box-sizing: border-box; }

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; }

body {
	margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block; }

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline; }

audio:not([controls]) {
	display: none;
	height: 0; }

[hidden],
template {
	display: none; }

a {
	background-color: transparent; }

a:active {
	outline: 0; }

a:hover {
	outline: 0; }

abbr[title] {
	border-bottom: 1px dotted; }

b,
strong {
	font-weight: bold; }

dfn {
	font-style: italic; }

mark {
	background: #ff0;
	color: #000; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

img {
	border: 0; }

svg:not(:root) {
	overflow: hidden; }

figure {
	margin: 1em 40px; }

hr {
	box-sizing: content-box;
	height: 0; }

pre {
	overflow: auto; }

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0; }

button {
	overflow: visible; }

button,
select {
	text-transform: none; }

.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; }

button[disabled],
html input[disabled] {
	cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; }

input {
	line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto; }

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

legend {
	border: 0;
	padding: 0; }

textarea {
	overflow: auto; }

optgroup {
	font-weight: bold; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

td,
th {
	padding: 0; }






html {
	height: 100%;
	background: #fff;
	font-size: 16px;
	font-family: "Lato"; }

body {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%; }

.content {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto; }

h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.2;
	margin: 20px 0; }

h1 {
	font-size: 32px; }

h2 {
	font-size: 24px;
	color: #267bbb;
	margin: 30px 0; }

h3 {
	font-size: 20px;
	margin: 20px 0 5px; }

h4 {
	margin-bottom: 10px; }

h4:first-child {
	margin-top: 0; }

a {
	text-decoration: none;
	transition: .2s;
	color: #20ade8; }
	a:focus, a:hover, a:active {
		color: #1679bd;
		cursor: pointer; }

p {
	font-size: 17px;
	line-height: 1.4;
	margin: 0; }
	p + p {
		margin-top: 10px; }
	p a {
		color: #20ade8; }
	p a:hover {
		color: #1679bd; }

address {
	font-style: normal; }
	address a {
		color: #3d3d3d; cursor: pointer; }

	address a:hover {
		color: #1679bd; cursor: pointer; }


ul, ol {
	padding: 0;
	margin: 0;
	list-style-type: none; }

.col p:last-child {
	margin-bottom: 20px; }

.col ul, .col ol {
	padding-left: 17px;
	margin-bottom: 20px;
	list-style-type: square;
	list-style-position: outside; }
	.col ul:last-child, .col ol:last-child {
		margin-bottom: 0; }
	.col ul li, .col ol li {
		line-height: 1.5;
		font-size: 17px; margin-top: 6px; }
		.col ul li li + li, .col ol li li + li {
			margin-top: 5px; }

img {
	max-width: 100%;
	display: block; }

.map {
	height: 250px;
	width: 100%;
	min-width: 250px;
	margin: 20px 0; }

.container {
	padding-right: 10px;
	padding-left: 10px;
	padding: 0 20px 0 20px;
	margin-right: auto;
	margin-left: auto; }
	@media (min-width: 769px) {
		.container {
			max-width: 100%; } }
	@media (min-width: 992px) {
		.container {
			max-width: 1040px; } }
	.container-full {
		max-width: 100%; }
	section + .container {
		margin-top: 30px; }

.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: -10px;
	margin-left: -10px; }
	section + .row {
		margin-top: 30px; }

.col {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px; }

@media (min-width: 544px) {
	.xs-12 {
		width: 100%; }
	.xs-11 {
		width: 91.66667%; }
	.xs-10 {
		width: 83.33333%; }
	.xs-9 {
		width: 75%; }
	.xs-8 {
		width: 66.66667%; }
	.xs-7 {
		width: 58.33333%; }
	.xs-6 {
		width: 50%; }
	.xs-5 {
		width: 41.66667%; }
	.xs-4 {
		width: 33.33333%; }
	.xs-3 {
		width: 25%; }
	.xs-2 {
		width: 16.66667%; }
	.xs-1 {
		width: 8.33333%; } }

@media (min-width: 769px) {
	.sm-12 {
		width: 100%; }
	.sm-11 {
		width: 91.66667%; }
	.sm-10 {
		width: 83.33333%; }
	.sm-9 {
		width: 75%; }
	.sm-8 {
		width: 66.66667%; }
	.sm-7 {
		width: 58.33333%; }
	.sm-6 {
		width: 50%; }
	.sm-5 {
		width: 41.66667%; }
	.sm-4 {
		width: 33.33333%; }
	.sm-3 {
		width: 25%; }
	.sm-2 {
		width: 16.66667%; }
	.sm-1 {
		width: 8.33333%; } }

@media (min-width: 992px) {
	.md-12 {
		width: 100%; }
	.md-11 {
		width: 91.66667%; }
	.md-10 {
		width: 83.33333%; }
	.md-9 {
		width: 75%; }
	.md-8 {
		width: 66.66667%; }
	.md-7 {
		width: 58.33333%; }
	.md-6 {
		width: 50%; }
	.md-5 {
		width: 41.66667%; }

	.md-55 {
		width: 46.66667%; }

	.md-4 {
		width: 33.33333%; }
	.md-3 {
		width: 25%; }
	.md-33 {
		width: 30%; }
	.md-2 {
		width: 16.66667%; }
	.md-1 {
		width: 8.33333%; } }

/*
@media(min-width: $lg) {
		[class*='lg-'] { float: left; }
		.lg-6 { width: (100% / 12) * 6; }
		.lg-4 { width: (100% / 12) * 4; }
		.lg-3 { width: (100% / 12) * 3; }
}
*/
.break-out {
	margin-left: -100%;
	margin-right: -100%; }

.header {
	background: #fff;
	padding: 0px 20px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10; }
	.header > .container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; }

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
	background: rgba(0, 0, 0, 0.5); }

	.logo {
		height: 47px; 
		margin-top: 5px;
	}

.nav-main > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }

.nav-item {
	margin-right: 25px;
	font-size: 16px;
	font-weight: 700;
	position: relative; }
	.nav-item:focus, .nav-item:hover, .nav-item:active {
		cursor: default;
		color: #267bbb; }
	.nav-item:last-child {
		margin-right: 0px; }
	.nav-item.is-current > a, .nav-item.is-current > span {
		pointer-events: none;
		cursor: default;
		color: #267bbb;
 }
	.nav-item > a, .nav-item > span {
		color: #3d3d3d;
		padding: 37px 0;
		display: block;
		transition: .2s; }

.nav-sub {
	display: none;
	position: absolute;
	top: 100%;
	min-width: 100%; }
	.nav-item:hover .nav-sub {
		display: block; }

.nav-sub--item a {
	font-weight: 400;
	background: #267bbb;
	color: #fff;
	padding: 9px;
	font-size: 16px;
	display: block;
	white-space: nowrap; }
	.nav-sub--item:focus > a, .nav-sub--item:hover > a, .nav-sub--item:active > a {
		background: #34aee6; }

	.aktiv {
		background: #34aee6 !important; }

.nav-sub--itemaktiv a {
	font-weight: 400;
	background: #34aee6;
	color: #fff;
	padding: 9px;
	font-size: 16px;
	display: block;
	white-space: nowrap; }

.nav-toggle {
	display: none;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 30px 0; }
	.nav-toggle svg {
		display: block; }
	.nav-toggle rect {
		fill: #3d3d3d;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s; }


.nav-sub-anker {
	position: absolute;
	left: 100%;
	top: 0;
	border-left: 2px solid #34aee6;
	display: none;
}
@media (min-width: 1080px){
	.nav-sub--item:hover > .nav-sub-anker {
		display: block;
	}
}
.nav-sub-anker-item > a {
	padding: 9px 20px;
	background: #34aee6;
}
.nav-sub-anker-item > a:hover {
	background: #267bbb;
}

@media (max-width: 1080px) {
	.nav-toggle {
		display: block;
	}
	.nav-toggle.is-active svg rect:first-child {
		-webkit-transform: rotate(45deg) translate(7px, -7px);
		-ms-transform: rotate(45deg) translate(7px, -7px);
		transform: rotate(45deg) translate(7px, -7px);
	}
	.nav-toggle.is-active svg rect:nth-child(2) {
		opacity: 0;
	}
	.nav-toggle.is-active svg rect:last-child {
		-webkit-transform: rotate(-45deg) translate(-15px, -1px);
		-ms-transform: rotate(-45deg) translate(-15px, -1px);
		transform: rotate(-45deg) translate(-15px, -1px);
	}
	.nav-main {
		background: #267bbb;
		height: calc(100% - 90px);
		overflow: auto;
		position: fixed;
		top: 90px;
		right: 0;
		z-index: 100;
		-webkit-transform: translateX(350px);
		-ms-transform: translateX(350px);
		transform: translateX(350px);
		transition: .4s ease-out;
	}
	.nav-main.is-visible {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
	.nav-main > ul {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; }
	.nav-item, .nav-sub--item, .nav-sub--itemaktiv {
		margin-right: 0px; }
		.nav-item a, .nav-item span, .nav-sub--item a, .nav-sub--itemaktiv a, .nav-sub--item span {
			background: none;
			color: #fff;
			padding: 15px 25px;
			white-space: normal; }

			.nav-item:hover > a, .nav-item span:hover, .nav-sub--item:hover > a, .nav-sub--itemaktiv:hover > a, .nav-sub--item span:hover, .nav-sub--itemaktiv span:hover {
				background: #19517b; }
		.nav-item.is-current > a, .nav-item.is-current > span, .nav-sub--item.is-current > a, .nav-sub--itemaktiv.is-current > a, .nav-sub--item.is-current > span, .nav-sub--itemaktiv.is-current > span {
			background: #fff;
			color: #267bbb; }
	.nav-sub {
		display: block;
		position: relative;
		top: 0; }
	.nav-sub--item a {
		font-weight: 400;
		background: #226da6;
	}
	.nav-sub--itemaktiv a {
		font-weight: 400;
		background: #226da6;
	}
	.nav-sub-anker {
		position: relative;
		left: 0;
		border: none;
	}
	.nav-sub-anker-item > a {
		padding: 10px 10px 10px 60px;
	}
}

@media (max-width: 991px) {
	.nav-toggle {
		padding: 15px 0; }
	.nav-main {
		top: 60px;
		height: calc(100% - 60px); } }
@media (max-width: 991px) {
	.logo {
		height: 35px; 
	}
}

.hero {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 90px;
	min-height: 500px;
	background-size: cover;
	background-position: center 25%; }
	@media (max-width: 700px) {
		.hero {
			background-position: center; } }

.hero-contact {
	background: #fff url("/assets/img/icons/hero-contact.svg") no-repeat;
	width: 50px;
	height: 50px;
	margin-left: 20px;
	position: relative;
	border-radius: 50px;
	background-size: 65%;
	background-position: center; }

.hero-contact--data p {  font-size: 14px !important; }


.hero-contact--data {
	opacity: 0;
	background: #fff;
	padding: 20px;
	position: absolute;
	font-size: 12px !important;
	z-index: 900;
	top: -110%;
	left: calc(100% + 30px);
	transition: .3s; }
	.hero-contact--data::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-right: 15px solid #fff;
		border-bottom: 15px solid transparent;
		position: absolute;
		top: 0;
		left: -15px;
		bottom: 0;
		margin: auto; }
	.hero-contact--data p {
		white-space: nowrap;
		margin: 0; }
	.hero-contact--data p + p {
		margin-top: 10px; }
	.hero-contact--data a {
		color: #267bbb; }
	.hero-contact:hover .hero-contact--data {
		opacity: 1; }


.hero-contactright {
	background: #fff url("/assets/img/icons/hero-contact.svg") no-repeat;
	width: 50px;
	height: 50px;
	margin-right: 40px;
	position: relative;
	border-radius: 50px;
	background-size: 65%;
	background-position: center; }

.hero-contactright--data p {  font-size: 14px !important; }


.hero-contactright--data {
	opacity: 0;
	background: #fff;
	padding: 20px;
	position: absolute;
	font-size: 12px !important;
	top: -110%;
	z-index: 900;
/*  right: calc(100% - 100px); */
	right: 100px;
	transition: .3s; }
	.hero-contactright--data::before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-left: 15px solid #fff;
		border-bottom: 15px solid transparent;
		position: absolute;
		top: 0;
		right: -15px;
		bottom: 0;
		margin: auto; }
	.hero-contactright--data p {
		white-space: nowrap;
		margin: 0; }
	.hero-contactright--data p + p {
		margin-top: 10px; }
	.hero-contactright--data a {
		color: #267bbb; }
	.hero-contactright:hover .hero-contactright--data {
		opacity: 1; }


.hero {
	position: relative;
}

.hero-slide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-slide-item {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center 25%;
}
.hero-slide-item-cap {
	position: absolute;
	right: 0;
	bottom: 20%;
	width: 40%;
	max-width: 500px;
	padding: 20px;

	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-align: left;
}
@media (max-width: 799px){
	.hero-slide-item-cap {
		font-size: 40px;
	}
}
@media (max-width: 640px){
	.hero-slide-item-cap {
		right: auto;
		left: 0;
		bottom: 50px;
		width: 70%;

		font-size: 30px;
	}
}




.text-slider {
	background: #267bbb; }
	.text-slider .col.md-5 {
		padding-left: 0px; }
		@media (max-width: 992px) {
			.text-slider .col.md-5 {
				padding-left: 10px; } }
	@media (max-width: 992px) {
		.text-slider {
			background: #fff; } }

.text-slider {
	background: #267bbb; }
	.text-slider .col.md-55 {
		padding-left: 0px; }
		@media (max-width: 992px) {
			.text-slider .col.md-55 {
				padding-left: 10px; } }
	@media (max-width: 992px) {
		.text-slider {
			background: #fff; } }


.text-box {
	/* background: #fff; */
	margin-right: 20px;
	padding: 20px;
	width: 40%;
	max-width: 500px;
	background: rgba(255, 255, 255, 0.8); margin-top: 90px; margin-left: 20px;
	 }
	.text-box p {
		margin: 0px; }
	.text-box h2 {
		margin: 0 0 10px; color: #267bbb; }
	.text-box .owl-carousel {
		position: relative;
		bottom: 0;
		padding: 0 10px; }
	.text-box .owl-prev {
		left: -15px; }
	.text-box .owl-next {
		right: -15px;

		 }

@media (min-width: 1051px) {
#privat-1 .text-box {
	margin-right: 10%;
	 }
}

@media (min-width: 1600px) {
#privat-1 .text-box {
	margin-right: 20%;
	 }
}



#sport-1 .text-box {
	margin-right: 20px;
	padding: 20px;
	width: 40%;
	max-width: 500px;
	background: rgba(255, 255, 255, 0.9); margin-top: 90px; margin-left: 20px;
	 }


#sport-1 .text-box {
		max-width: 480px;
}





@media (max-width: 1050px) {
	.hero {
		min-height: 400px; }
	.icon {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end; }
	.hero-contactright { display: none; }
	.text-box {
		-webkit-align-self: flex-end;
		 margin-left: 0;
		 margin-right: 0;
		 max-width: 100% !important;
		-ms-flex-item-align: end;
		align-self: flex-end;
		width: 100%;
		padding: 20px;
		margin-right: 0;
		max-width: none; }
	.text-box .owl-carousel {
		padding: 0 40px; }
		.text-box .owl-carousel .owl-prev, .text-box .owl-carousel .owl-next {
			opacity: 1; } }

@media (max-width: 991px) {
	.hero {
		margin-top: 60px; } }

.owl-stage-outer, .owl-stage {
	height: 100%;
}
.slider {
	display: none;
	position: relative;
	width: 100%;
	/* background: #fff; */
	padding: 20px 35px; }
	@media (min-width: 992px) {
		.slider {
			position: absolute;
			bottom: 350px; } }

.owl-wrapper {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%; }

.owl-wrapper-outer {
	overflow: hidden;
	position: relative; }
	.owl-wrapper-outer.autoHeight {
		transition: height .5s; }

.owl-item {
	float: left;
	text-align: center; }
	.owl-item p {
		margin: 0px; }

.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	text-align: center; }
	.owl-controls .owl-pagination {
		display: none;
		padding-top: 6px;
		background: #fff; }
	.owl-controls .owl-page, .owl-controls .owl-controls .owl-buttons div {
		cursor: pointer;
		color: #fff;
		display: inline;
		zoom: 1;
		font-size: 12px;
		background: transparent;
		opacity: .7; }
	.owl-controls .owl-page {
		display: inline-block;
		zoom: 1; }
		.owl-controls .owl-page.active {
			opacity: 1; }
		.owl-controls .owl-page span {
			display: block;
			width: 12px;
			height: 12px;
			margin: 5px 7px;
			opacity: 1;
			background: #267bbb;
			transition: .2s; }
			.owl-controls .owl-page span:hover {
				opacity: 1; }
			.owl-controls .owl-page span.owl-numbers {
				height: auto;
				width: auto;
				color: #fff;
				padding: 2px 10px;
				font-size: 12px; }
	.owl-controls.clickable .owl-buttons div:hover {
		opacity: 1;
		text-decoration: none; }

.slider:hover .owl-buttons div {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1; }

.owl-buttons div {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	transition: .2s ease;
	color: transparent;
	font-size: 0;
	opacity: .5;
}
.owl-prev, .owl-next {
	position: absolute;
	bottom: 0;
	border: none;
	opacity: .5;
	transition: .2s ease;
}
.owl-prev {
	left: 0;
	width: 40px;
	height: 40px;
	background: url("/assets/img/icons/prev-btn.png") no-repeat center #267bbb;
}
.owl-prev:hover {
	background: url("/assets/img/icons/prev-btn-hover.png") no-repeat center white;
	opacity: 1;
}

.owl-next {
	right: 0;
	width: 40px;
	height: 40px;
	background: url("/assets/img/icons/next-btn.png") no-repeat center #267bbb;
}
.owl-next:hover {
	background: url("/assets/img/icons/next-btn-hover.png") no-repeat center white;
	opacity: 1;
}

.owl-wrapper-outer, .owl-wrapper, .owl-item {
	height: 100%;
}
.owl-buttons div {
	width: 40px;
	height: 40px;
}


.grabbing {
	cursor: -webkit-grabbing;
	cursor: grabbing; }

.slider .owl-wrapper,
.slider .owl-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); }

.owl-origin {
	-webkit-perspective: 1200px;
	perspective: 1200px; }

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease; }

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease; }

@-webkit-keyframes empty {
	0% {
		opacity: 1; } }

@keyframes empty {
	0% {
		opacity: 1; } }

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }

@keyframes fadeIn {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

img.small, .wrapper {
	margin-top: 40px; }

.text-slider {
	background: #267bbb; }
	.text-slider .col.md-5 {
		padding-left: 0px; }
		@media (max-width: 992px) {
			.text-slider .col.md-5 {
				padding-left: 10px; } }
	@media (max-width: 992px) {
		.text-slider {
			background: #fff; } }

.text-slider {
	background: #267bbb; }
	.text-slider .col.md-55 {
		padding-left: 0px; }
		@media (max-width: 992px) {
			.text-slider .col.md-55 {
				padding-left: 10px; } }
	@media (max-width: 992px) {
		.text-slider {
			background: #fff; } }

.text-boxL .box-inner {
	position: absolute;
	z-index: 1;
	top: 200px; }
	.text-boxL .box-inner .text-box {
		background: #fff;
		padding: 20px; }
		.text-boxL .box-inner .text-box p {
			margin: 0px; }
		.text-boxL .box-inner .text-box h2 {
			margin-bottom: 10px; }
		@media (max-width: 992px) {
			.text-boxL .box-inner .text-box {
				padding: 40px 0 0 0; } }
	@media (max-width: 992px) {
		.text-boxL .box-inner {
			position: relative;
			top: 0px; } }

.footer {
	background: #fff;
	padding: 20px 0; }
	.footer > .container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap; }

.footer-social {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px; }
	.footer-social li + li {
		margin-left: 10px; }
	.footer-social li:hover {
		opacity: .8; }

.footer-legal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; }
	.footer-legal li + li {
		margin-left: 10px; }

#toTop {
	cursor: pointer; }
	#toTop:hover path, #toTop:hover polygon {
		fill: #267bbb; }
	#toTop path, #toTop polygon {
		transition: .2s; }

@media (max-width: 529px) {
	.footer-social {
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 15px; }
	.footer-legal {
		display: block;
	}
	.footer-legal li {
		float: left;
	}
	.footer-legal li:last-child {
		display: block;
		clear: both;
		margin-top: 10px;
		margin-left: 0;
	}
}

.section-colored, .section-copy--header {
	background: #267bbb;
	color: #fff;
	padding: 40px;
	margin-top: 50px; }
	.section-colored h1, .section-copy--header h1, .section-colored h2, .section-copy--header h2, .section-colored h3, .section-copy--header h3 {
		margin-top: 0; }
	.section-colored:first-child, .section-copy--header:first-child {
		margin-top: 0; }

.section-heading, .section-body {
	color: #fff;
	margin: 0 auto;
	max-width: 600px; }

.section-heading {
	text-align: center; }

.section-body p {
	font-size: 17px; }

.section-centered {
	text-align: center; }
	.section-centered .btn {
		color: #fff;
		font-size: 1em;
		background: #67ace0;
		padding: 10px 40px;
		margin-top: 15px;
		display: inline-block;
		box-shadow: 0 3px 6px -4px #3d3d3d;
		transition: .2s; }
		.section-centered .btn:hover {
			background: #3d95d7;
			box-shadow: 0 3px 2px -4px #3d3d3d; }

.section-copy h4 {
	margin-bottom: 10px; }

.section-copy--header {
	margin: 0px; }
	.section-copy--header > .container {
		padding-left: 10px; }

.section-copy + .section-copy {
	margin-top: 50px; }

.section-cite span {
	font-style: italic;
	font-size: .8em; }

.signature {
	margin: 20px auto 0; }

@media (max-width: 991px) {
	.section-copy--header {
		padding-left: 10px; } }

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


a.linkimblau { text-decoration: none !important; color: #fff !important; font-weight: bold !important; }
a.linkimblau:hover { text-decoration: none !important; color: #eee !important; font-weight: bold !important; }


.section-copy--header p:last-child {
		margin-bottom: 0px !important;
}

.zitat  { background: #267bbb; color: #fff; padding-left: 40px; padding-right: 40px; padding-top: 40px; padding-bottom: 25px; text-align: center; font-size: 19px; line-height: 1.5 !important; }

.zitat p { font-size: 19px; line-height: 1.5; margin: 0;}

.headerzitate  p { font-size: 19px; line-height: 1.5; margin: 0; text-align: center;}
.footerzitate  p { font-size: 19px; line-height: 1.5; margin: 0; text-align: center;}


#business-1 .text-box { max-width: 480px; } 

@media (max-width: 990px) {

#partner-1 .md-4 { margin-right: 450px !important; }
#engagement-1 .md-4 { margin-right: 450px !important; }
}

@media (max-width: 840px) {
#seminare-1 .hero-contact {  margin-top: 160px !important; }
}


@media (max-width: 1025px) {
#kundenstimmen-1 .hero-contact {  display: none !important; }
}

@media (max-width: 840px) {
#kundenstimmen-1 .hero-contact {   display: none !important; }
}

@media (max-width: 630px) {
#kundenstimmen-1 .hero-contact {   display: none !important; }
}

@media (max-width: 520px) {
#kundenstimmen-1 .hero-contact {   display: none !important; }
}

@media (max-width: 620px) {
#kundenstimmen-1 .hero-contact {  display: none !important; }
}

@media (min-width: 1026px) {
#mbbox {   display: none !important; }
}


@media (max-width: 1025px) {
#michaelabass-1 .text-box {  display: none; }
#michaelabass-1 .text-box p {  font-size: 15px; line-height: 1.2;  }
#michaelabass-1 .text-box h2 {  font-size: 19px; margin: 0 0 5px; }
#michaelabass-1 .hero-contact {   display: none; }
}

@media (max-width: 630px) {
#michaelabass-1 .text-box {  display: none; }
#michaelabass-1 .text-box p {  font-size: 16px; line-height: 1.3;  }
#michaelabass-1 .text-box h2 {  font-size: 20px; margin: 0 0 5px; }

#michaelabass-1 .section-colored {  font-size: 16px; line-height: 1.3;  }
#michaelabass-1 .headerzitaten { text-align: center !important; }
#michaelabass-1 .headerzitaten p  {  font-size: 16px !important; line-height: 1.3 !important;  }
#michaelabass-1 .hero-contact {   display: none; }
}

@media (max-width: 520px) {
#michaelabass-1 .text-box {  display: none; }
#michaelabass-1 .hero-contact {  display: none; }
#michaelabass-1 .section-colored {  font-size: 16px; line-height: 1.3;  }
#michaelabass-1 .headerzitaten { text-align: center !important; }
#michaelabass-1 .headerzitaten p  {  font-size: 16px !important; line-height: 1.3 !important;  }
}

@media (max-width: 420px) {
#michaelabass-1 .text-box {  display: none; }
#michaelabass-1 .text-box p {  font-size: 15px; line-height: 1.2;  }
#michaelabass-1 .text-box h2 {  font-size: 19px; margin: 0 0 5px; }
#michaelabass-1 .section-colored {  font-size: 16px; line-height: 1.3;  }
#michaelabass-1 .headerzitaten { text-align: center !important; }
#michaelabass-1 .headerzitaten p  {  font-size: 16px !important; line-height: 1.3 !important;  }

}


@media (max-width: 990px) {
#business-1 .text-box p {  font-size: 16px; line-height: 1.3;  }
#business-1 .text-box h2 {  font-size: 20px; margin: 0 0 5px; }
#business-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}

@media (max-width: 630px) {
#business-1 .text-box p {  font-size: 16px; line-height: 1.3;  }
#business-1 .text-box h2 {  font-size: 20px; margin: 0 0 5px; }
#business-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}

@media (max-width: 620px) {
#business-1 .hero-contact {  display: none; }
}

@media (max-width: 420px) {
#business-1 .text-box p {  font-size: 15px; line-height: 1.2;  }
#business-1 .text-box h2 {  font-size: 19px; margin: 0 0 5px; }
}


@media (max-width: 1025px) {
#privat-1 .hero-contact { margin-left: 10px !important; margin-top: 80px !important; }
}

@media (max-width: 840px) {
#privat-1 .text-box p {  font-size: 16px; line-height: 1.3;  }
#privat-1 .text-box h2 {  font-size: 20px; margin: 0 0 5px; }
#privat-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}

@media (max-width: 720px) {
#privat-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}


@media (max-width: 600px) {
#privat-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}

@media (max-width: 550px) {
#privat-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}

@media (max-width: 550px) {
#privat-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}

@media (max-width: 500px) {
#privat-1 .hero-contact {  margin-left: 5% !important; margin-top: 120px !important; }
}

@media (max-width: 580px) {
#privat-1 .hero-contact {  display: none; }
}

@media (max-width: 640px) {
#sport-1 .hero-contact {  display: none; }
}

@media (max-width: 640px) {
#seminare-1 .hero-contact {  display: none; }
}



@media (max-width: 390px) {
#privat-1 .text-box p {  font-size: 15px; line-height: 1.2;  }
#privat-1 .text-box h2 {  font-size: 19px; margin: 0 0 5px; }
#privat-1 .hero-contact {  display: none; }
#privat-1 .hero { background-position-x: left; }
}


@media (max-width: 830px) {
#kontakt-1 .md-4 { width: 99% !important; }

#partner-1 .md-4 {  width: 340px !important; margin-right: 150px !important; }
#engagement-1 .md-4 {  width: 340px !important; margin-right: 150px !important; }
}

@media (max-width: 600px) {

#partner-1 .md-4 {  width: 340px !important; margin-right: 60px !important; }
#engagement-1 .md-4 {  width: 340px !important; margin-right: 60px !important; }
#privat-1 .hero { background-position-x: left; }
}

@media (max-width: 400px) {

#partner-1 .md-4 {  width: 340px !important; margin-right: 50px !important; }
#engagement-1 .md-4 {  width: 340px !important; margin-right: 50px !important; }
#privat-1 .hero { background-position-x: left; }
}



@media (max-width: 640px) {
.hero-contact {  display: none !important; }
#privat-1 .hero { background-position-x: left; }
}




#michaelabass-1 .section-colored { padding: 20px !important; text-align: center !important;}


#privat-1 .text-box {
	margin-right: 20px;
	padding: 20px;
	width: 40%;
	max-width: 500px;
	background: rgba(255, 255, 255, 0.9); margin-top: 90px; margin-left: 20px;
	 }


#privat-1 .text-box {
		max-width: 480px;
}






@media (max-width: 630px) {
#privat-1 .text-box p {  font-size: 16px; line-height: 1.3;  }
#privat-1 .text-box h2 {  font-size: 20px; margin: 0 0 5px; }

#privat-1 .section-colored {  font-size: 16px; line-height: 1.3;  }
#privat-1 .headerzitaten { text-align: center !important; }
#privat-1 .headerzitaten p  {  font-size: 16px !important; line-height: 1.3 !important;  }

}

@media (max-width: 520px) {
#privat-1 .section-colored {  font-size: 16px; line-height: 1.3;  }
#privat-1 .headerzitaten { text-align: center !important; }
#privat-1 .headerzitaten p  {  font-size: 16px !important; line-height: 1.3 !important;  }
}

@media (max-width: 420px) {
#privat-1 .text-box p {  font-size: 15px; line-height: 1.2;  }
#privat-1 .text-box h2 {  font-size: 19px; margin: 0 0 5px; }
#privat-1 .section-colored {  font-size: 16px; line-height: 1.3;  }
#privat-1 .headerzitaten { text-align: center !important; }
#privat-1 .headerzitaten p  {  font-size: 16px !important; line-height: 1.3 !important;  }

}




@media (max-width: 961px) {
.hero-contact { left: -500px !important; }
.hero-contactright { left: -500px !important; }

.umbruch {display: none;}
}

@media (min-width: 962px) {
.umbruch {display: inline;}
}


@media (min-width: 1200px) {
#privat-1  .text-box { margin-right: 10%; }
}


@media (max-width: 900px) {
#privat-1  .text-box {
		-webkit-align-self: flex-end;
		 margin-left: 0;
		 margin-right: 0;
		 max-width: 100% !important;
		-ms-flex-item-align: end;
		align-self: flex-end;
		width: 100%;
		padding: 20px;
		margin-right: 0;
		max-width: none; }

#sport-1  .text-box {
		-webkit-align-self: flex-end;
		 margin-left: 0;
		 margin-right: 0;
		 max-width: 100% !important;
		-ms-flex-item-align: end;
		align-self: flex-end;
		width: 100%;
		padding: 20px;
		margin-right: 0;
		max-width: none; }



 }

@media (min-width: 992px) {
#engagement-1  .dkmcol { margin-left: -100px !important; }
}


@media (max-width: 600px) {
#startboxneunzehn { margin-right: 0px; padding: 20px; width: 40%; max-width: 500px; margin-top: 165px !important; margin-left: 20px; }
}


@media (max-width: 640px) {
#startboxneunzehn { margin-right: 0px; padding: 20px; width: 40%; max-width: 500px; margin-top: 0px; margin-left: 20px; }
#startboxneunzehn p { font-size: 30px !important; font-weight: 700; line-height: 1.2; color: #fff !important; }
}


@media (max-width: 699px) {
#startboxneunzehn { margin-right: 0px; padding: 20px; width: 40%; max-width: 500px; margin-top: 0px; margin-left: 20px; }
#startboxneunzehn p { font-size: 40px; font-weight: 700; line-height: 1.2; color: #fff !important; }
}

@media (min-width: 700px) {
#startboxneunzehn { margin-right: 0px; padding: 20px; width: 40%; max-width: 500px; margin-top: 0px; margin-left: 20px; }
#startboxneunzehn p { font-size: 50px; font-weight: 700; line-height: 1.2; color: #fff !important; }
}

