/* @override https://ospidea.com/resources/themes/dhz_base_child/style.css?ver=1.0

/* CHILD THEME STYLE */

/*
Theme Name: DHZ Base child for Ospidea
Theme URI: http://www.dreihochzwo.de
Description: A child theme for Ospidea
Version: 1.0
Author: Thomas Meyer - dreihochzwo
Author URI: http://www.dreihochzwo.de
Template: dhz_base
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @group BASIC */

html {
	font-size: 100%;
	height: 100%;
}

@media (min-width: 992px) {
	html {
		font-size: 112.5%;
	}
}

body {
	margin: 0;
	padding: 0;
	font-family: "Futura", 'Libre Franklin', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #545454;
}

ul {
	padding-left: 25px;
}

ul li {
	color: #545454;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 200;
	line-height: 1.4;
	margin-bottom: 9px;
	list-style-image: url(assets/img/bullet.png);
}

.container {
	width: 100%;
}

#wrapper {
	background: #fff;
}

.content {
	position: relative;
	z-index: 200;
	background: #fff;
    padding-top: 85px;
}

.content [class*="col-"].not[class*="hidden"] {
	margin-top: 25px;
}

.content [class*="col-"]:first-child {
	margin-top: 0;
}

.blog article {
	margin-top: 85px;
}

.blog article:first-child {
	margin-top: 0;
}

@media (min-width: 768px) {
	.content [class*="col-"] {
		margin-bottom: 0;
	}
}

a, a:hover, a:focus, a:active, a:visited {
	color: #0061a1;
	text-decoration: underline;
}

strong {
	font-weight: 400;
}

/* @end */

/* @group IMAGES */

img {
	max-width: 100%;
	height: auto;
}

.alignleft,
.alignright,
.aligncenter {
	width: 100%;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.alignleft img {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.alignleft {
		float: left;
		margin-right: 25px;
		position: relative;
		top: 6px;
		width: 50%;
	}
}

@media (max-width: 767px) {
	.alignright img {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.alignright {
		float: right;
		margin-left: 25px;
		position: relative;
		top: 6px;
		width: 50%;
	}
}

/* @end */

/* @group SELECTION */

::-moz-selection {
	color: #fff;
	background: #0061a1;
}

::selection {
	color: #fff;
	background: #0061a1;
}

/* @end */

/* @group TYPO */

p {
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-weight: 200;
}

p:empty {
	display: none;
}

p.break-end {
	clear: both;
}

p:last-child {
	margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	font-weight: 200;
	color: #0061a1;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

@media (min-width: 540px) {
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		margin: 0;
		font-weight: 200;
		color: #0061a1;
		-webkit-hyphens: none;
		   -moz-hyphens: none;
		    -ms-hyphens: none;
		        hyphens: none;
	}
}

h1, .h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 40px;
	line-height: 2.5rem;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

h2, .h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 42px;
	line-height: 2.625rem;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

h3, .h3 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 39px;
	line-height: 2.4375rem;
	margin-bottom: 9px;
	margin-bottom: 0.5625rem;
}

h4, .h4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

h5, .h5 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 23px;
	line-height: 1.4375rem;
	margin-bottom: 17px;
	margin-bottom: 1.0625rem;
}

h6, .h6 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
	margin-bottom: 1px;
	margin-bottom: 0.125rem;
}

/* @end */

/* @group LOADING MASK */


#loading-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 999999;
}

/* @end */

/* @group INTRO */

.intro {
	position: relative;
	z-index: 200;
    padding-top: 115px;
    height: 44vw;
    min-height: 300px;
    background: #fff;
}

.intro .intro-image {
	width: 100vw;
	height: calc(44vw - 115px);
	min-height: 185px;
	float: right;
}

/*@media (min-width: 540px) {
	.intro .intro-image {
		width: 90vw;
	}
}*/

.intro .container {
	width: 100%;
	position: relative;
}

@media (min-width: 1200px) {
	.intro .container {
		width: 1170px;
	}
}

@media (min-width: 1600px) {
	.intro .container {
		width: auto;
	}
}

.intro .intro-overlay {
	display: none;
}

@media (min-width: 540px) {
	.intro .intro-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -72vw;
		height: calc(45vw - 115px);
		min-height: 186px;
		max-height: 786px;
		display: inline-block;
		background: #fff;
		width: 100vw;
		-webkit-transform: skew(22.5deg);
		        transform: skew(22.5deg);
	}

	.intro .intro-overlay-round {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -72vw;
		height: calc(45vw - 115px);
		min-height: 186px;
		max-height: 786px;
		display: inline-block;
		background: url(assets/img/flag-overlay2.svg) 100% 0 no-repeat transparent;
		width: 100vw;
	}
}

@media (min-width: 768px) {
	.intro .intro-overlay,
	.intro .intro-overlay-round {
		left: -80vw;
	}
}

@media (min-width: 1900px) {
	.intro .intro-overlay,
	.intro .intro-overlay-round {
		left: -84vw;
	}
}

.intro .intro-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.intro .intro-text h1 {
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 23.2px;
	font-size: 1.45rem;
	letter-spacing: 5px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 15px;
	color: #0061a1;
	background: rgba(255,255,255,.7);
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.intro .intro-text h1 span.little {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

.intro .intro-text h1 span.fett {
	font-family: "Futura", 'Libre Franklin', sans-serif;
	font-weight: 500;
}

@media (min-width: 540px) {
}

@media (min-width: 1350px) {
	.intro .intro-text h1 {
		font-size: 3.5rem;
	}

	.intro .intro-text h1 span.little {
		font-size: 2rem;
	}
}

.intro .intro-text h1 span {
	display: inline-block;
	-webkit-animation: pop-up-more;
	animation: pop-up-more;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.intro .intro-text h1 span:nth-child(2) {
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.intro .intro-text h1 span:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

@media (min-width: 540px) {
	.intro .intro-text h1 span {
		display: block;
	}

	.intro .intro-text h1 {
		top: 50%;
		left: 17%;
		bottom: auto;
		font-size: 4vw;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro .intro-text h1 span.little {
		font-size: 2.5vw;
	}
}

.intro-img .intro-overlay {
	display: none;
}

.intro-img .intro-text {
	position: absolute;
	bottom: 72px;
	bottom: 4.5rem;
	left: 0;
	width: 100%;
	display: block;
}

.intro-img .intro-text h1 {
	position: absolute;
	left: 0;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 10px 15px;
	color: #0061a1;
	width: 100%;
	background: rgba(255, 255, 255, .7);
}

.intro-img .intro-text h1 span {
	display: inline-block;
	-webkit-animation: pop-up-more;
	animation: pop-up-more;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.intro-img .intro-text h1 span:nth-child(2) {
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.intro-img .intro-text h1 span:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}


@media (min-width: 768px) {
	.intro-img .intro-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: -20vw;
		display: inline-block;
		background: #fff;
		width: 50vw;
		-webkit-transform: skew(22.5deg);
		        transform: skew(22.5deg);
	}

	.intro-img .intro-text {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 50%;
}

	.intro-img .intro-text h1 {
		position: absolute;
		top: 50%;
		font-size: 2rem;
		letter-spacing: 12px;
		line-height: 1.3;
		text-transform: uppercase;
		margin: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		color: #0061a1;
		background: none;
	}

	.intro-img .intro-text h1 span {
		display: block;
		-webkit-animation: pop-up-more;
		animation: pop-up-more;
		-webkit-animation-duration: 1.25s;
		animation-duration: 1.25s;
		-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
		animation-timing-function: cubic-bezier(.19, 1, .22, 1);
		-webkit-animation-delay: .5s;
		animation-delay: .5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}

@media (min-width: 992px) {
	.intro-img .intro-overlay {
		left: -25vw;
		width: 50vw;
	}

	.intro-img .intro-text h1 {
    	font-size: 2.5rem;
    	line-height: 1.2;
    	left: 3vw;
	}
}

@media (min-width: 1200px) {
	.intro-img .intro-overlay {
		left: -22vw;
		width: 50vw;
	}

	.intro-img .intro-text h1 {
    	font-size: 3rem;
    	line-height: 1.1;
		left: 8vw;
	}
}

@media (min-width: 1600px) {
	.intro-img .intro-overlay {
		left: -22vw;
		width: 50vw;
	}

	.intro-img .intro-text h1 {
		left: 5vw;
    	font-size: 4rem;
	}
}

@media (min-width: 2000px) {
	.intro-img .intro-overlay {
		left: -18vw;
		width: 50vw;
	}

	.intro-img .intro-text h1 {
		left: 10vw;
    	font-size: 5rem;
	}
}

@-webkit-keyframes pop-up-more {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes pop-up-more {
    from {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

/* @end */

/* @group HEADER */

.content-header {
	margin-top: 3vw;
	text-transform: uppercase;
	font-weight: 200;
}

.content-header-divider {
	position: relative;
	margin: 0 auto;
	width: 0%;
	height: 1px;
	background: #0061a1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.content-header-divider.present {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #0061a1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
}

.block-header .intro-text h1 {
	position: absolute;
	left: 0;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 12px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	padding: 10px 0 10px 15px;
	color: #0061a1;
	width: 100%;
	background: rgba(255, 255, 255, .7);
}

/* @end */

/* @group LOGO */

.logo {
	background: url(assets/img/helvetic-investment-logo.svg) no-repeat;
	background-position: left center;
	margin-top: 20px;
	height: 70px;
	max-width: 100%;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.sticky .logo {
	height: 45px;
	margin-top: 8px;
}

/* @end */

/* @group NAVIGATION */


nav {
	display: none;
}

@media (min-width: 992px) {
	nav {
		display: block;
	}
}

nav ul {
    float: right;
    margin:0
}

nav ul li {
	display: inline-block;
	float: left;
}

nav ul li.active {
}

nav ul li a {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #0061a1;
	display: block;
	padding: 69px 15px 20px 15px;
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	text-decoration: none;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus,
nav ul li a:visited {
	text-decoration: none;
}

.sticky nav ul li a {
	position: relative;
	padding: 32px 15px 2px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;	text-decoration: none;
}

nav ul li.current-menu-item a {
	font-size: 18px;
    color: #fff;
    background: #0061a1;
	text-decoration: none;
}

nav ul li:not(.current-menu-item) a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
	border-top: 5px solid #0061a1;
	text-decoration: none;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

nav ul li:not(.current-menu-item) a:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 100%;
}

/* @group MOBILE NAV */

#mobile-nav {
	position: fixed;
	right: -100%;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media (max-width:991px) {
	body.nav-open {
		overflow: hidden;
	}

	.ham {
		display: block;
		cursor: pointer;
		padding: 10px 0;
		right: 35px;
		position: fixed;
		top: 10px;
		z-index: 10000;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.modal-open .ham {
		-webkit-transform: translateY(-100px);
		        transform: translateY(-100px);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	.nav-open .ham {
		position: fixed;
	}

	.ham:hover span {
		background: #0061a1;
	}

	.ham:hover span:after, .ham:hover span:before {
		background: #0061a1;
	}

	.ham span {
		background: #0061a1;
		display: block;
		height: 2px;
		width: 20px;
		-webkit-transition: background .3s ease;
		transition: background .3s ease;
	}

	.ham span:after, .ham span:before {
		background: #0061a1;
		content: "";
		display: block;
		height: 2px;
		position: absolute;
		left: 0;
		width: 100%;
	}

	.ham span:before {
		top: 4px;
		-webkit-transition: background .3s ease, top .3s ease .3s, -webkit-transform .3s ease;
		transition: background .3s ease, top .3s ease .3s, -webkit-transform .3s ease, transform .3s ease;
	}

	.ham span:after {
		bottom: 4px;
		-webkit-transition: background .3s ease, bottom .3s ease .3s, -webkit-transform .3s ease;
		transition: background .3s ease, bottom .3s ease .3s, -webkit-transform .3s ease, transform .3s ease;
	}

	.frontpage .ham span {
		background: #0061a1;
	}

	.frontpage .ham span:after, .frontpage .ham span:before {
		background: #0061a1;
	}

	.nav-open .ham span {
		background: 0 0;
	}

	.nav-open .ham span:before {
		background: #0061a1;
		top: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: background .3s ease, top .3s ease, -webkit-transform .3s ease .3s;
		transition: background .3s ease, top .3s ease, -webkit-transform .3s ease .3s, transform .3s ease .3s;
	}

	.nav-open .ham span:after {
		background: #006064;
		bottom: 10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: background .3s ease, bottom .3s ease, -webkit-transform .3s ease .3s;
		transition: background .3s ease, bottom .3s ease, -webkit-transform .3s ease .3s, transform .3s ease .3s;
	}

	.nav-open .logo .plus,
	.nav-open .logo .minus {
		fill:  #efefef;
	}

	#mobile-nav {
		background: rgba(44, 55, 57, .98);
		height: 100%;
		overflow: hidden;
		top: 0;
		width: 100%;
		z-index: 999;
		-webkit-transition: opacity 1s ease, right .1s ease 1s;
		transition: opacity 1s ease, right .1s ease 1s;
	}

	.customize-support #mobile-nav {
		padding-bottom: 46px;
	}

	#mobile-nav ul.nav-list {
		left: 0;
		list-style: none;
		margin: 0;
		overflow: auto;
		position: absolute;
		padding: 0 60px;
		top: 50%;
		width: 100%;
		zoom: 1;
		filter: alpha(opacity=0);
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateY(-42%);
		transform: translateY(-42%);
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
	}

	#mobile-nav ul.nav-list > li {
		list-style-image: none;
	}

	#mobile-nav ul.nav-list > li > a {
		color: #efefef;
		display: block;
		font-size: 30px;
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 4px;
		line-height: 30px;
		line-height: 1.5rem;
		padding: 10px 10px;
		text-transform: uppercase;
		text-decoration: none;
	}

	#mobile-nav ul.nav-list > li > a i {
		display: none;
	}

	#mobile-nav ul.social-list {
		bottom: 30px;
		left: 0;
		list-style: none;
		margin: 0;
		padding: 0 45px;
		position: absolute;
		width: 100%;
	}

	#mobile-nav ul.social-list li {
		display: inline-block;
	}

	#mobile-nav ul.social-list li a {
		color: #efefef;
		display: block;
		padding: 15px;
		font-size: 0.7rem;
	}

	#mobile-nav ul.social-list li a span {
		display: none;
	}

	.nav-open #mobile-nav {
		zoom: 1;
		filter: alpha(opacity=100);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		right: 0;
		-webkit-transition: opacity .5s ease;
		transition: opacity .5s ease;
	}

	.nav-open #mobile-nav > ul {
		zoom: 1;
		filter: alpha(opacity=100);
		-webkit-opacity: 1;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transition: opacity .5s ease .75s;
		transition: opacity .5s ease .75s;
	}
}

@media (max-width:991px) and (max-width:767px) {
	.ham {
		right: 67.5px;
	}
}

@media (max-width:991px) and (max-width:320px) {
	.ham {
		top: 70px;
		right: 52.5px;
	}
}

@media (max-width:991px) and (max-width:767px) {
	#mobile-nav ul.nav-list {
		padding: 0 45px;
	}
}

@media (max-width:991px) and (max-width:320px) {
	#mobile-nav ul.nav-list {
		-webkit-transform: translateY(-38%);
		transform: translateY(-38%);
	}
}

@media (max-width:991px) and (max-width:767px) {
	#mobile-nav ul.nav-list > li > a {
		font-size: 30px;
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 4px;
		line-height: 30px;
		line-height: 1.5rem;
	}
}

@media (max-width:991px) and (max-width:320px) {
	#mobile-nav ul.social-list {
		display: none;
	}
}

#mobile-nav {
	background: #9c9c9c;
}

@media (max-width:768px) {
	#mobile-nav ul.nav-list > li > a {
		color: #efefef;
		display: block;
		font-size: 30px;
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 4px;
		line-height: 30px;
		line-height: 1.5rem;
		padding: 10px 10px;
		text-transform: uppercase;
		text-decoration: none;
	}
}

@media (max-width:991px) and (max-width:767px) {
	#mobile-nav ul.nav-list > li > a {
		font-size: 30px;
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 4px;
		line-height: 30px;
		line-height: 1.5rem;
	}
}


#mobile-nav {
	background: #0061a1;
	height: 100%;
	overflow: hidden;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: opacity 1s ease, right .1s ease 1s;
	transition: opacity 1s ease, right .1s ease 1s;
}

#mobile-nav ul.nav-list {
	left: 0;
	list-style: none;
	margin: 0;
	overflow: auto;
	position: absolute;
	padding: 0 60px;
	top: 50%;
	width: 100%;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-42%);
	transform: translateY(-42%);
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

#mobile-nav ul.nav-list > li {
	list-style-image: none;
}

#mobile-nav ul.nav-list > li > a {
	color: #efefef;
	display: block;
	font-size: 30px;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 30px;
	line-height: 24px;
	line-height: 1.5rem;
	padding: 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#mobile-nav ul.nav-list > li > a i {
	display: none;
}

#mobile-nav ul.social-list {
	bottom: 30px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0 45px;
	position: absolute;
	width: 100%;
}

#mobile-nav ul.social-list li {
	display: inline-block;
}

#mobile-nav ul.social-list li a {
	color: #efefef;
	display: block;
	padding: 15px;
	font-size: 11.2px;
	font-size: 0.7rem;
}

#mobile-nav ul.social-list li a span {
	display: none;
}

.nav-open #mobile-nav {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.nav-open #mobile-nav > ul {
	zoom: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity .5s ease .75s;
	transition: opacity .5s ease .75s;
}

@media (max-width:991px) and (max-width:767px) {
	.ham {
		right: 67.5px;
	}
}

@media (max-width:991px) and (max-width:320px) {
	.ham {
		top: 70px;
		right: 52.5px;
	}
}

@media (max-width:991px) and (max-width:767px) {
	#mobile-nav ul.nav-list {
		padding: 0 25px;
	}
}

@media (max-width:991px) and (max-width:320px) {
	#mobile-nav ul.nav-list {
		-webkit-transform: translateY(-38%);
		transform: translateY(-38%);
	}
}

@media (max-width:991px) and (max-width:767px) {
	#mobile-nav ul.nav-list > li > a {
		font-size: 30px;
		font-size: 1.5rem;
		font-weight: 300;
		letter-spacing: 4px;
		line-height: 30px;
		line-height: 1.5rem;
	}
}

@media (max-width:991px) and (max-width:320px) {
	#mobile-nav ul.social-list {
		display: none;
	}
}


@media (max-width:991px) {

	.ham {
		right: 15px;
	}

	.ham:hover span {
		background: #0061a1;
	}

	.ham:hover span:after, .ham:hover span:before {
		background: #0061a1;
	}

	.ham span {
		background: #0061a1;
	}

	.ham span:after, .ham span:before {
		background: #0061a1;
		content: "";
		display: block;
		height: 2px;
		position: absolute;
		left: 0;
		width: 100%;
	}

	.nav-open .ham:hover span {
		background: none;
	}

	.nav-open .ham span:before {
		background: #efefef;
	}

	.nav-open .ham span:after {
		background: #efefef;
	}
}

.menu {
	position: fixed;
	width: 100%;
	height: 116px;
	z-index: 300;
	background: #fff;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menu.fixed {
	box-shadow: 0px 1px 15px rgba(0,0,0,.2);
	height: 61px;
}

.modal-open .menu {
	-webkit-transform: translateY(-100px);
	        transform: translateY(-100px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu .container {
	width: 100%;
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	.menu .container {
		width: 1170px;
	}
}


/* @end */

/* @end */

/* @group POSTS */

.post-meta,
.more-news .post-meta {
	font-size: 11.2px;
	font-size: 0.7rem;
	margin-top: 16px;
	margin-top: 1rem;
	color: #0061a1;
}

.single article .post-meta {
	margin-top: 0;
	margin-bottom: 4px;
	margin-bottom: .25rem;
}

.post-meta i {
	margin-right: 8px;
	margin-right: .5rem;
}

.read-more {
	width: 0;
	text-align: right;
	padding-right: 35px;
	margin-top: 25px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
		    transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	will-change: opacity, width;
	display: inline-block;
}

.read-more.present {
	width: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	will-change: opacity, width;
}

.read-more i {
	font-size: 24px;
	font-size: 1.5rem;
	color: #0061a1;
	padding: 10px;
	border: 2px solid #0061a1;
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.read-more a {
	text-decoration: none;
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.read-more a:hover i {
	color: #ffffff;
	padding: 10px;
	border: 2px solid #0061a1;
	background: #0061a1;
}

.single article .read-more a {
	text-decoration: none;
	padding: 10px;
	border: 2px solid #0061a1;
}

.single article .read-more a:hover {
	color: #fff;
	border: 2px solid #0061a1;
	background: #0061a1;
}

.single a:hover .news-content  img {
	-webkit-transform: scale(1.2)!important);
    transform: scale(1.2)!important;
}

a.news-link,
a.no_underline {
	text-decoration: none;
}

.news-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.news-content a.news-link {
	position: relative;
	display: block;
}

a.news-link:hover .news-overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.news-overlay i {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 48px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

a.news-link:hover .news-overlay i {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* @end */

/* @group FORM CONTROL */

.form-control {
	display: block;
	padding: 10px 9px 10px;
	color: #494949;
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #CCC6C6;
	width: 100%;
	line-height: 21px;
	height: auto;
	font-size: 17px;
}

.form-control:focus {
	box-shadow: none;
	border: 1px solid #CCC6C6;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #efefef;
	letter-spacing: 1px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #efefef;
	letter-spacing: 1px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #efefef;
	letter-spacing: 1px;
}

.form-submit {
	width: 50%;
	margin: 0 auto;
}

.form-control.submit {
	width: auto;
}

input,
textarea {
	color: #ffffff;
	letter-spacing: 1px;
}

/* @end */

/* @group CONTACT FORM 7 */

.wpcf7 {
	margin: 0;
}

.wpcf7-response-output {
	margin: 2em 0 1em;
	padding: 0.5em;
	background: none;
	font-size: 14.4px;
	font-size: .9rem;
	font-weight: 300;
	text-align: center;
	line-height: 19.2px;
	line-height: 1.2rem;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-mail-sent-ok {
	color: #ffffff;
}

.wpcf7-mail-sent-ng {
	color: #c8252b;
}

.wpcf7-spam-blocked {
	color: #c8252b;
}

.wpcf7-validation-errors {
	color: #c8252b;
}

span.wpcf7-form-control-wrap,
span.form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

span.wpcf7-not-valid-tip {
	display: none;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.privacy span.wpcf7-list-item {
	margin-left: 0;
	font-size: 16px;
}

.privacy span.wpcf7-list-item label {
	font-weight: 200;
	line-height: 1.4;
}

.privacy span.wpcf7-list-item label a {
	color: #ffffff;
}

.privacy span.wpcf7-list-item label input {
	margin: 0 8px 0 0;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

.wpcf7 div.ajax-error {
	display: none;
}

.wpcf7 textarea {
	width: 100%;
	height: 99px;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	color: #c8252b;
}

.wpcf7 input.wpcf7-text.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
	border: 2px solid #c8252b;
}

.ninput {
	position: relative;
}

.ninput .wpcf7-text {
	padding: 5px 9px;
	margin-bottom: 5px;
	border: 2px solid #efefef;
	background: none;
	width: 100%;
}

.ninput.-f .wpcf7-text {
	padding: 5px 9px;
}

.ninput .wpcf7-textarea {
	padding: 10px 9px 10px;
	border: 2px solid #efefef;
	background: none;
}

.ninput.-f .wpcf7-textarea {
	padding: 10px 9px 10px;
}

.ninput label {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 15px;
	font-size: 12px;
	line-height: 1;
	padding: 0 6px;
	margin: 0 0 0 1px;
	color: #999;
	background: #0061a1;
	font-weight: 300;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.ninput.-f label {
	top: -6px;
	color: #efefef;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

div.wpcf7 input[type="submit"]:disabled {
	cursor: not-allowed;
	background: none;
	color: #ffffff;
	border: 2px solid #fff;
}



/* @end */

/* @group BUTTONS */

.btn {
	position: relative;
	display: inline-block;
	color: #0061a1;
	letter-spacing: 2px;
	line-height: 14px;
	line-height: 11.2px;
	line-height: .7rem;
	font-weight: 300;
	overflow: hidden;
	padding: 18px 20px 18px 24px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	border: 2px solid #0061a1;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}

.btn:hover {
	color: #fff;
	background: #0061a1;
	border: 2px solid #0061a1;
	text-decoration: none;
}

.btn-sm {
	font-size: 14.4px;
	font-size: .9rem;
	padding: 12px 20px 12px 24px;
}

.btn-light {
	border: 2px solid #ffffff;
	background: none;
	color: #ffffff;
}

.btn-light:hover {
	border: 2px solid #ffffff;
	background: #ffffff;
	color: #0061a1;
}

/* @end */

/* @group COLUMN BLOCK */

.with-background > div {
	padding: 15px;
}

.sunglass {
	background: rgba(0,0,0,.3);
}

/* @end */

/* @group KONTAKT BLOCK */

.kontakt p {
}

.kontakt h5 {
	color: #565556;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 5px;
}

.kontakt h6 {
	color: #565556;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 10px;
}

.kontakt h6 .small {
	color: #565556;
	font-size: 16.8px;
	font-size: 1.05rem;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 10px;
}

.kontakt a {
	text-decoration: none;
	color: #656364;
}

.kontakt .iconline {
	position: relative;
	top: 0;
	padding-right: 10px;
}

.kontakt .iconline:before {
	color: #b70c10;
}

/* @end */

/* @group FULL SCREEN MODAL */

.modal-backdrop {
	z-index: -1;
}

.modal.fullscreen {
	position: fixed;
}

.fullscreen .modal-dialog {
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


.fullscreen .modal-header {
	margin-top: 65px;
	margin-bottom: 25px;
	padding: 0;
	border: none;
}

.fullscreen .modal-header h2 {
	line-height: 1.3;
	padding: 0 45px;
	text-align: center;
	color: #0061a1;
}

.fullscreen .modal-content {
	position: relative;
	height: 100%;
	min-height: 100%;
	border-radius: 0;
	background: #fff;
	overflow: auto;
}

.fullscreen .modal-text {
	font-size: 100%;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.5;
}

.fullscreen .modal-text p {
	color: #0061a1;
}

.fullscreen .project-description {
	margin-bottom: 25px;
}

.fullscreen p.img-description {
	margin-top: 7px;
	color: #565556;
}

.fullscreen .project-images {
	margin-bottom: 30px;
}

.fullscreen .modal-body ul {
	padding: 100px 0 0 0;
}

.fullscreen .modal-body li {
	padding: 10px 0 10px 0 ;
}

.fullscreen .modal-body a {
}

.fullscreen button.close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	display: block;
	width: 40px;
	height: 40px;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	cursor: pointer;
}

.fullscreen button.close:hover {
	opacity: 1;
	background: none;
	border: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

@media (max-width: 480px) {
	.fullscreen .modal-body ul {
		padding: 30px 0 0 0;
		overflow: auto;
	}

	.fullscreen .modal-body li {
		padding: 4px 0 4px 0 ;
	}

	.fullscreen .modal-body a {
		color: #efefef;
	}
}

/* @end */

/* @group PAGE TITLE */

.page-title {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.single .page-title {
	margin-bottom: 0;
}

.page-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0061a1;
    line-height: 1.5;
}

@media (min-width: 768px) {
	.page-title {
		margin-bottom: 45px
	}

	.page-title h2 {
	    font-size: 32px;
	    font-size: 2rem;
	    font-weight: 200;
	}
}

@media (min-width: 992px) {
	.page-title h2 {
	    font-size: 40px;
	    font-size: 2.2rem;
	    font-weight: 200;
	}
}

/* @end */

/* @group NEWS */

.news-content {
	margin-bottom: 65px;
}

.news-text {
	position: relative;
}

.news-title {
	position: relative;
	display: flex;
	overflow: hidden;
	margin-top: 10px;
}

.news-title-divider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #0061a1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
	margin-bottom: 10px;
}

.news-title h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #0061a1;
    line-height: 1.5;
    margin-top: 8px;
    margin-top: .5rem;
    margin-bottom: 0;
	display: table-cell;
	vertical-align: bottom;
}

.news-title a {
	text-decoration: none;
}

/* @end */

/* @group OVERLAYS */

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.covered {
	position: relative;
	overflow: hidden;
}

.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.covered .cover,
.covered.left-over .cover {
	right: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.covered.right-over .cover,
.covered.right .cover {
	right: -100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.cover.white {
	background: #fff;
}

.covered .covered-content,
.covered.left-over .covered-content {
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
}

.covered.right .covered-content,
.covered.right-over .covered-content {
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
}

.covered .positioned {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.has_transition_1600 {
	-webkit-transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	will-change: transform, opacity;
}

.left-over {
	margin-left: 0;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

@media (min-width: 1030px) {
	.left-over {
		margin-left: -30px;
	}
}

@media (min-width: 1170px) {
	.left-over {
		margin-left: 0;
	}
}

@media (min-width: 1320px) {
	.left-over {
		margin-left: -80px;
	}
}

@media (min-width: 1600px) {
	.left-over {
		margin-left: 0;
	}
}

@media (min-width: 1680px) {
	.left-over {
		margin-left: -50px;
	}
}

@media (min-width: 1710px) {
	.left-over {
		margin-left: -80px;
	}
}

.right-over {
	margin-right: 0;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

@media (min-width: 1030px) {
	.right-over {
		margin-right: -30px;
	}
}

@media (min-width: 1170px) {
	.right-over {
		margin-right: 0;
	}
}

@media (min-width: 1320px) {
	.right-over {
		margin-right: -80px;
	}
}

@media (min-width: 1600px) {
	.right-over {
		margin-right: 0;
	}
}

@media (min-width: 1680px) {
	.right-over {
		margin-right: -50px;
	}
}

@media (min-width: 1710px) {
	.right-over {
		margin-right: -80px;
	}
}

/* @end */

/* @group ACCORDION */

.job-listing {
	margin-top: 0px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
	margin-top: 15px;
}

.panel-default {
	border: none;
}

.panel-default > .panel-heading {
	color: #fff;
	background-color: #0061a1;
	border-color: #0061a1;
	width: calc(100% - 30px);
}

@media (min-width: 12280px) {
	.panel-default > .panel-heading {
		width: 100%;
	}
}

.panel-heading {
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-title {
	position: relative;
	text-align: right;
	padding-right: 45px;
}

.panel-title a,
.panel-title a:hover {
	color: #fff;
	display: inline-block;
	padding: 2px 15px;
	width: 100%;
	font-size: 18.4px;
	font-size: 1.15rem;
	font-weight: 200;
	text-decoration: none;
}

.panel-title .job-sub-title {
	position: relative;
	font-size: 13.6px;
	font-size: .85rem;
	font-weight: 200;
}

.panel-title a i {
	position: absolute;
	top: 6px;
	right: -20px;
	background: #fff;
	color: #0061a1;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
	border: 2px solid #0061a1;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: transform .25s ease;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
}

.panel-title a.collapsed i {
	-webkit-transform: rotate(-0deg);
	transform: rotate(-0deg);
	line-height: 38px;
}

@media (min-width: 1200px) {
	.panel-title a i {
		top: 8px;
		right: -30px;
		height: 45px;
		width: 45px;
		line-height: 42px;
	}

	.panel-title a.collapsed i {
		-webkit-transform: rotate(-0deg);
		transform: rotate(-0deg);
		line-height: 42px;
	}
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}

.job-header {
	font-size: 24px;
	font-size: 1.5rem;
	color: #0061a1;
	font-weight: 200;
	margin-top: 25px;
}

.job-profil-title {
	font-size: 21.6px;
	font-size: 1.35rem;
	font-weight: 200;
	color: #0061a1;
}

a.job-download {
	font-size: 48px;
	font-size: 3rem;
	text-decoration: none;
}

a.job-download:hover {
	text-decoration: none;
}

.img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -20%;
	display: inline-block;
	background: #fff;
	width: 50%;
	-webkit-transform: skew(22.5deg);
	        transform: skew(22.5deg);
}

/* @end */

/* @group PRESSE DOWNLOADS */

.downloads .row {
	margin-bottom: 25px;
}

.downloads .download-title {
	font-size: 19.2px;
	font-size: 1.2rem;
	color: #0061a1;
	border-bottom: 2px solid #0061a1;
}

.downloads .download-image {
	padding: 10px;
	background: #f6f6f6;
	max-height: 120px;
	width: auto;
	display: inline-block;
	float: right;
}

.downloads .download-image img {
	max-height: 100px;
	width: auto;
}

.downloads .download-image-variants {
	padding: 0;
	width: 100%;
	display: inline-block;
}

.downloads .download-image-variants li {
	list-style: none;
	display: inline-block;
}

.downloads .download-image-variants li a {
	font-size: 12.8px;
	font-size: .8rem;
	margin-right: 16px;
	margin-right: 1rem;
}

.downloads .download-image-variants li:before {
	content: "\e908";
	font-family: "ospidea";
	padding-right: 5px;
	font-size: 12.8px;
	font-size: .8rem;
	color: #0061a1;
}

.download-press a {
	font-size: 16px;
	font-size: 1rem;
}

.download-press a:before {
	content: "\e908";
	font-family: "ospidea";
	padding-right: 5px;
	color: #0061a1;
}

/* @end */

/* @group TEAM */

.team-member {
	margin-bottom: 45px;
}

.team-member--name {
	font-size: 17.6px;
	font-size: 1.1rem;
	margin-bottom: 5px;
	color: #0061a1;
}

.team-member--text {
	position: relative;
}

.team-member--title {
	font-size: 15px;
}

.team-member--download {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	color: #0061a1;
}

/* @end */

/* @group FOOTER */

footer {
	width: 100%;
	background: #ffffff;
}

footer .footer-container .container {
	padding-top: 35px;
	border-top: 1px solid #0061a1;
}

footer .footer-container .container:last-child {
	padding-bottom: 25px;
}

footer .footer-container .container + .container.legal {
	padding-top: 65px;
	border-top: none;
}

footer p {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	color: #0061a1;
}

footer .the-address p,
footer .the-address h5,
footer .the-address h6 {
	text-align: center;
}

footer .the-form {
	margin-bottom: 55px;
}

footer .the-address h5 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 300;
	color: #0061a1;
	margin: 0;
}

footer .the-address .address-logo {
	width: 266px;
	margin: 0 auto;
}

footer .the-address h6 {
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 200;
	color: #0061a1;
	margin-top: 0;
}

footer .the-address .address-contacts {
	margin-top: 15px;
}

footer .the-address p {
	line-height: 24px;
	line-height: 1.5rem;
}

footer .the-address .address-contacts .iconline {
	position: relative;
	top: 2px;
	font-size: 16px;
	font-size: 1rem;
	padding-right: 10px;
}

footer .the-address .address-contacts a {
	color: #fff;
}

footer .copyright {
	text-align: center;
}

footer ul.footer-menu {
	margin: 0 0 45px 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	text-align: center;
}

footer ul.footer-menu li {
	list-style: none;
	padding: 0 10px;
	display: inline-block;
}

footer ul.footer-menu li:last-child {
	padding-right: 0;
}

footer ul.footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 200;
}

@media (min-width: 768px) {
	footer .footer-container .container + .container.legal {
		padding-top: 105px;
	}

	footer .the-form {
		margin-bottom: 0;
	}

	footer .copyright {
		text-align: left;
	}

	footer ul.footer-menu {
		float: right;
	}

	footer ul.footer-menu {
		margin: 0;
		padding: 0;
		width: 100%;
		display: inline-block;
		text-align: right;
	}

	footer .the-address p,
	footer .the-address h5,
	footer .the-address h6 {
		text-align: left;
	}

	footer .the-address .address-logo {
		float: right;
	}

	footer .the-address h6 {
		clear: both;
	}
}

@media (min-width: 1200px) {
	footer .the-address .address-logo {
		width: 303px;
	}
}

/* @end */

/* @group PAGINATION */

ul.page-numbers {
	text-align: center;
	padding-bottom: 4em;
	padding-left: 0;
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: -webkit-transform 1.75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: -webkit-transform 1.75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1.75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: transform 1.75s cubic-bezier(0.190, 1.000, 0.220, 1.000), -webkit-transform 1.75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

ul.page-numbers.present {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.page-numbers li {
	display: inline-block;
}

.page-numbers li a {
	display: inline-block;
	width: 36px;
	padding: 6px 0;
	border: 2px solid #0061a1;
	text-decoration: none;
	font-weight: 300;
	-webkit-transition: all 0.25s ease-in-out;
	   -moz-transition: all 0.25s ease-in-out;
	    -ms-transition: all 0.25s ease-in-out;
	      o-transition: all 0.25s ease-in-out;
	        transition: all 0.25s ease-in-out;
}

.page-numbers li a:hover {
	background: #0061a1;
	color: #FFF;
}

.page-numbers li .current {
	display: inline-block;
	width: 36px;
	padding: 6px 0;
	border: 2px solid #0061a1;
	background: #0061a1;
	color: #FFF;
}

.page-numbers li .page-numbers.dots {
	padding: 5px;
	color: #0061a1;
}

.page-numbers li .prev,
.page-numbers li .next {
	position: relative;
	top: 1px;
	padding: 7px 0 5px 0;
}

.page-numbers li .prev i,
.page-numbers li .next i {
	position: relative;
	top: 1px;
	left: 1px;
}

.page-numbers li .prev i {
	left: -1px;
}

.page-numbers li .prev span,
.page-numbers li .next span {
	position: relative;
	top: 1px;
}

/* @end */

/* @group HOTEL BLOCK */

.city-header {
	font-size: 24px;
	font-size: 1.33333rem;
	font-weight: 200;
	color: #0061a1;
	margin-bottom: 5px;
}

.city-hotel-list {
	padding-left: 0;
	list-style: inside;
	margin-bottom: 20px;
}

.city-hotel-list li {
	list-style-type: none;
	line-height: 32px;
	list-style-image: none;
}

.city-hotel-list li a {
	text-decoration: none;
	padding: 7px 10px;
	margin-bottom: 5px;
	padding-left: 50px;
	font-weight: 300;
	display: inline-block;
	-webkit-transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	line-height: 27px;
	text-indent: -35px;
}

.city-hotel-list li a:hover,
.city-hotel-list li a.active {
	background: #0061a1;
	color: #ffffff;
}

.city-hotel-list a:before {
	content: '';
	position: relative;
	top: 3px;
	background: url(assets/img/ospidea-pin.svg) left bottom no-repeat;
	width: 25px;
	height: 21px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.city-hotel-list a:hover:before,
.city-hotel-list a.active:before {
	background: url(assets/img/ospidea-pin-white-flag.svg) left bottom no-repeat;
}

/* @end */

/* @group HOTELS */

.hotel-map {
	position: relative;
	margin: 0 0 45px 0;
	overflow: hidden;
}

.hotel-map .map {
	position: relative;
	top: 0;
}

.hotel-map .hotel {
	position: absolute;
	-webkit-transform-origin: 2% 100%;
	-webkit-transform: translate(-7px, -34px);
	        transform: translate(-7px, -34px);
}

.hotel-map .pin {
	width: 40px;
	height: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform-origin: 2% 100%;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 1.75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1.75s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.hotel-map .pin.present {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hotel-map .pin.present.hovered {
	width: 50px;
	height: auto;
	-webkit-transform: translate(-2px, -9px);
	        transform: translate(-2px, -9px);
}

/* @end */

/* @group HOTEL OHNE MAP */

.hotel-infos .hotel-info {
	display: none;
}

.hotel-infos .hotel-info.active {
	display: block;
}

/* @end */

/* @group COOKIE NOTIFICATION */

.cookie-notice-container {
	background-color: #464646;
	font-size: 12px;
	color: #ddd;
	padding: 15px;
	display: inline-block;
	float: left;
}

.cookie-notice-container .cn-text {
	display: inline-block;
	width: auto;
}

.cookie-notice-container .cn-buttons {
	display: inline-block;
	padding-top: 10px;
	float: right;
}

.cookie-notice-container #cn-notice-text {
}

.cookie-notice-container .button {
	color: #ddd;
	border-radius: 0;
	background: transparent;
	border: 1px solid #ddd;
	padding: 3px 10px;
	transition: all .35s ease-in-out;
	cursor: pointer;
	transition: all .35s ease-in-out;
}

.cookie-notice-container .button:hover {
	color: #464646;
	border-radius: 0;
	background: #ddd;
	border: 1px solid #ddd;
	padding: 3px 10px;
	transition: all .35s ease-in-out;
	cursor: pointer;
}

.cookie-notice-container a {
	text-decoration: none;
}

/* @end */

.owl-carousel {
	margin-bottom: 15px;
}

.owl-item figure {
	position: relative;
}

.owl-item figure .description {
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.1;
	padding: 10px 0;
	/* background: rgba(36,174,132,1); */
}

.owl-theme .owl-controls {
	position: absolute;
	top:  auto!important;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
	background: #ffffff!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #0061a1!important;
}

p.booking-info {
	font-size: 24px;
	margin-top: 55px;
}

p.booking-info a {
	color: #fff;
	text-decoration: underline;
}

footer .footer-container .container.sponsoring {
	padding: 6vh 0 0;
}

footer .footer-container .container.sponsoring h2 {
	color: #ffffff;
	text-align: center;
}

footer .footer-container .container.sponsoring ul.sponsoren {
	text-align: center;
}

footer .footer-container .container.sponsoring ul.sponsoren li img {
	width: 150px;
	height: auto;
}

footer .booking {
	margin-top: 15px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 25px;
}

footer .booking a:first-child {
	grid-row: 1/2;
	grid-column: 3/5;
}

footer .booking a:nth-child(2){
	grid-row: 1/2;
	grid-column: 5/7;
}

footer .booking a:nth-child(3){
	grid-row: 2/3;
	grid-column: 3/5;
}

footer .booking a:nth-child(4){
	grid-row: 2/3;
	grid-column: 5/7;
}