/*
--------------------------------------------------
(c) 2015 Michael Kuphal - all rights reserved
Michael Kuphal, Grossgoerschenstr. 1, 10827 Berlin
http://www.michaelkuphal.de
--------------------------------------------------
*/


/* Fonts
-------------------------------------------------- */


/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/eb-garamond-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('☺'),
       url('../fonts/eb-garamond-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/eb-garamond-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/eb-garamond-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/eb-garamond-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/eb-garamond-v26-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

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

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

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

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


/* Body
-------------------------------------------------- */

html, body {
	height: 100%;
	min-width: 280px;
}

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	font-size: 1.7rem;
	color: #222222;
	letter-spacing: 0;

	background: #ffffff;
	/*
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 69%, #dfdfe1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(69%,#ffffff), color-stop(100%,#dfdfe1));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 69%,#dfdfe1 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 69%,#dfdfe1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 69%,#dfdfe1 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 69%,#dfdfe1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfe1',GradientType=0 );
	background-attachment: fixed;
	*/
}

.error404 {
	background: #525252;
}
.error-404 {
	padding-top: 190px;
	font-size: 17px;
	font-size: 1.7rem;
	color: #fff;
}

.error-404 .page-title {
	font-size: 33px;
	font-size: 3.3rem;
	color: #fff;
}


/* Sticky footer include
-------------------------------------------------- */

.sf_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* -200px */
	overflow: hidden;
}
.sf_push {
	height: 200px;

}

.bottom_push {
	height: 50px;
}
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.sf_push {
		display: none !important;
	}
}
*/

/* Font specs
-------------------------------------------------- */

h1, h2, h3, h4 {
	/* http://aestheticallyloyal.com/public/optimize-legibility/ */
	/* text-rendering: optimizeLegibility; */

}
h1 {
	font-family: 'EB Garamond', serif;
	font-weight: '300';
	font-size: 44px;
	font-size: 4.4rem;
	/* text-transform: uppercase; */
	line-height: 1.2;
	color: #222222;
	letter-spacing: 0.25px;
	padding: 0 0 27px 0;
	margin: 0;
}

h2 {
	font-family: 'EB Garamond', serif;
	font-weight: 300;
	padding-bottom: 0px;
	font-size: 31px;
	font-size: 3.1rem;
	line-height: 1.3;
	text-align: left;
	color: #222222;
	letter-spacing: 0.25px;
}

h2 a:hover {
	color: #ff0026;
}

h2 a,
h2 a:active {
	text-decoration: none;
	color: #575656;
}

#primary h2 {
	font-size: 35px;
	font-size: 3.5rem;
	padding: 0 0 0px 0;
	margin: 0;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: .08rem;
	color: #333333;
	padding: 8px 0 8px 0;
}

a {
    color: #6c6c6c;
}

a:hover {
    color: #0088cf; /* blue */
}

.blue {
    color: #0088cf; /* blue */
}


.container p {
	line-height: 1.7;
	letter-spacing: 0.1;
}

.container img {
	width: 100%;
	height: auto;
}


.row p .icon-op_waver {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #ff0026;
	padding: 0 4px 0 1px;
}

.fotoright .fotoright_img {
	margin-top: 37px;
}
.fotoright .textblock {
	padding-right: 20px;
}

ul {
	margin-bottom: 35px !important;
}

ul li {
	margin-bottom: 0px !important;
	line-height: 1.7;
}

.box {
	padding: 30px 40px 40px 40px;
	-webkit-box-shadow: 4px 5px 6px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 5px 6px 4px rgba(0,0,0,0.1);
	box-shadow: 4px 5px 6px 4px rgba(0,0,0,0.1);
	margin-bottom: 116px;
	background: #fff;
}

.box h2 {
	padding-bottom: 25px !important;
}
.box ul {
	padding-top: 12px !important;
}

.grey {
	padding-top: 100px;
	margin-top: -100px;
	width: 100%;

	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e6e6 25%, #e5e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(25%,#e5e6e6), color-stop(100%,#e5e6e6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e6e6 25%,#e5e6e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e6e6 25%,#e5e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e6e6 25%,#e5e6e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e5e6e6 25%,#e5e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e6e6',GradientType=0 );

}

.diagramm {
	margin-top: 20px;
	text-align: center;
}

.diagramm img {
	width: 60%;
	height: auto;
}

.page .four {
	margin-bottom: 50px;
}

.head {
	text-align: center;
	margin-top: -130px;
	z-index: 1;
	margin-bottom: 40px;

}

.icon-op_mk:before {
	font-size: 78px;
	font-size: 7.8rem;
	margin-left: -1px;
	color: #282828;
}

.head img {
	width: 110%;
	height: auto;
}


.contact-map {
	text-align: left;
	margin-top: 20px;
	z-index: 1;
	margin-bottom: 50px;

}

.contact-map img {
	width: 80%;
	height: auto;
}

.contact-text {
	position: relative;
}

.wmap {
	margin: 10px 100px 10px 170px;
}

.mk-form {
	margin-top: 55px;
	margin-bottom: 10px;
}

strong {
	font-weight: 400;
	*color: #e33417;

}

/* Main menu / socialmedia
-------------------------------------------------- */

.socialmedia {
	float: right;
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 46px;
	margin-right: 62px !important;

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.socialmedia .icon-op_xing {
	font-size: 29px;
	font-size: 2.9rem;
}

.socialmedia a {
	color: #fff;
	text-decoration: none;
}

.socialmedia a:hover {
	color: #fff;
}



.socialmedia ul {
	list-style-type: none;
}

.socialmedia li {
	position: relative;
	display: inline-block;
	margin-right: 12px;
}

.socialmedia li:last-child {
	margin-right: 0;
}



/* Main menu / language chooser
-------------------------------------------------- */
.lang_sel_sel {
	display: none !important;
}

.main-menu-container {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.main-menu-container .lanswitch {
	float: right;
	margin-right: 20px;
	margin-top: 51px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;

	z-index: 1222;
	border: 1px solid #fff;
	width: 200px;
	height: 100px;
}

.main-menu-container .lanswitch ul {
	border: none !important;
	background: none !important;
}

.main-menu-container .lanswitch li {
	display: inline-block !important;
	float: none !important;
	clear: both !important;
	width: auto !important;


}
/*
.main-menu-container .submenu-languages li {
	margin: -50px 3px 3px 3px;
	padding: 7px 0 0 0;
}

.main-menu-container .main-menu .sub-menu {
	padding: 0;
}
*/


.main-menu-container .lanswitch li a {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.09rem !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: bold !important;
	text-transform: uppercase !important;

	color: #FF0026;
	background: none !important;
	border: none !important;
	float: none !important;
	clear: both;



	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.main-menu-container .lanswitch li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 21px;
	left: 0px;
	background-color: #ff0026;
	visibility: hidden;
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);

	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.main-menu-container .lanswitch a.lang_sel_other:hover:before,
.main-menu-container .lanswitch li .lang_sel_sel:before,
.main-menu-container .lanswitch li .lang_sel_sel:hover:before {
	visibility: visible;
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#lang_sel_list.lang_sel_list_vertical {
    width: 138px;
}

.main-menu-container .lanswitch li .lang_sel_sel,
.main-menu-container .lanswitch li a:hover,
.mobile-menu .mobile-language-selector .lang_sel_sel,
.mobile-menu .mobile-language-selector a:hover {
	color: #ff0026 !important;
	font-weight: bold;
}


.mobile-menu .side-nav li a:hover,
.mobile-menu .side-nav li a:active {
	color: #434343;
}

.mobile-menu .mobile-language-selector a:first-child {
	margin-right: 10px;
}

.main-menu .menu .to-home {
	cursor: pointer;
}

.main-menu-container .lanswitch #lang_sel_list a {
	padding-left: 0;
}

.main-menu-container .lanswitch #lang_sel_list li {
	margin-right: 17px !important;
}

.main-menu-container .lanswitch a.lang_sel_other {
	color: #ff0026 !important;
}


/* Main menu
-------------------------------------------------- */
.menu-holder {
	position: absolute;
	*left: 50%;
	right: 30px;
}

.menu-holder .main-menu {
	*margin-left: -50%;
	*margin: 0;
}

.main-menu-container {

	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.01rem;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;

	/* font-weight: bold;
	 text-transform: uppercase; */

	position: fixed;
	top: -300px;
	left: 0;
	height: 107px;
	width: 100%;
	/*
	background: rgb(11, 4, 3);
	background: rgba(11, 4, 3, .1);
	*/




background: rgba(11,4,3,0.24);
background: -moz-linear-gradient(top, rgba(11,4,3,0.24) 0%, rgba(11,4,3,0.06) 77%, rgba(11,4,3,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(11,4,3,0.24)), color-stop(77%, rgba(11,4,3,0.06)), color-stop(100%, rgba(11,4,3,0)));
background: -webkit-linear-gradient(top, rgba(11,4,3,0.24) 0%, rgba(11,4,3,0.06) 77%, rgba(11,4,3,0) 100%);
background: -o-linear-gradient(top, rgba(11,4,3,0.24) 0%, rgba(11,4,3,0.06) 77%, rgba(11,4,3,0) 100%);
background: -ms-linear-gradient(top, rgba(11,4,3,0.24) 0%, rgba(11,4,3,0.06) 77%, rgba(11,4,3,0) 100%);
background: linear-gradient(to bottom, rgba(11,4,3,0.24) 0%, rgba(11,4,3,0.06) 77%, rgba(11,4,3,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0403', endColorstr='#0b0403', GradientType=0 );


	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	/*
	-webkit-box-shadow: 2px 2px 5px 0px rgba(87,87,87,.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(87,87,87,.3);
	box-shadow: 2px 2px 5px 0px rgba(87,87,87,.3);
	*/
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}


.main-menu-container .main-menu ul {
	margin-top: 22px;
	*margin-left: 20px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	*float: left;
}

.main-menu-container .main-menu li {
	position: relative;
	display: inline-block;
	margin-right: 18px !important;

}

.main-menu-container .main-menu li:last-child {
	margin-right: 0px !important;
}

.main-menu-container .main-menu a {
	text-decoration: none;
	color: #eeeeee;
	cursor: pointer;
	font-weight: 400;
}

.main-menu-container .main-menu .sub-menu a:before,
.main-menu-container .main-menu a:before,
.main-menu-container .main-menu .sub-menu.menu-hashtags a:before,
.menu-hashtag-static a:before  {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 26px;
	left: 0px;
	background-color: #fff;
	visibility: hidden;
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);

	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;


}

.main-menu-container .main-menu .current_page_item a,
.main-menu-container .main-menu .current-page-ancestor a,
.main-menu-container .main-menu .active a,
.main-menu-container .main-menu a:hover {
	color: #fff;
}


.main-menu-container .main-menu .current_page_item a:before,
.main-menu-container .main-menu .current-page-ancestor a:before,
.main-menu-container .main-menu .active a:before,
.main-menu-container .main-menu a:hover:before,
.main-menu-container .main-menu .sub-menu.menu-hashtags a:hover:before,
.menu-hashtag-static a:hover:before {
	visibility: visible;
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}



.main-menu-container .logo {
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: block;
	float: left;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.main-menu-container .logo img {
	width: 320px;
	height: auto;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

/* smaller */
.main-menu-container-small {
	*height: 120px !important;
	background: #0b0403;
	background: rgb(11, 4, 3);
	background: rgba(11, 4, 3, .7);
}
.main-menu-container-small .main-menu ul {
	*margin-top: 23px;
}

.main-menu-container-small .main-menu .sub-menu {
	*margin-top: 38px !important;
}

.main-menu-container-small .socialmedia {
	margin-top: 32px !important;
}


.main-menu-container-small .lanswitch {
	margin-top: 39px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.main-menu-container-small .logo {
	*margin-top: 16px;
	display: block;
	float: left;
}

.main-menu-container-small .logo img {
	width: 320px;
	height: auto;
	height: auto;
}




/* Sub menu
-------------------------------------------------- */
.main-menu li {
	position: relative;
}

.main-menu .sub-menu {
	position: absolute;
	display: block;
	margin: 18px 0 0 0 !important;
	z-index: 2;
	height: 0%;
}

.main-menu-container .main-menu .sub-menu li {
	*margin-right: 0px !important;
	height: 29px;
	width: 132px;
	left: -51px;
	top: 23px;
	height: 29px;
	-webkit-box-shadow: 4px 3px 6px 0px rgba(34,34,34,.11);
	-moz-box-shadow: 4px 3px 6px 0px rgba(34,34,34,.11);
	box-shadow: 4px 3px 6px 0px rgba(34,34,34,.11);
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	background: rgba(11, 4, 3, .3);
	display: block;
	margin: 3px 3px 3px 0px;
	padding: 3px 0 0 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	white-space: nowrap;
}

.main-menu-container-small .main-menu .sub-menu li {
	background: rgba(11, 4, 3, .7);
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	top: 41px;
}

.main-menu-container .main-menu .sub-menu a {
	margin-left: 9px;
	margin-top: 2px;
	display: block;
}

.main-menu-container .main-menu .sub-menu a:hover,
.main-menu-container .main-menu .sub-menu a:active {
	color: #fff;
	text-decoration: underline;

}

.main-menu-container .main-menu .sub-menu a:before {
	visibility: hidden;
}
/*
.main-menu-container .main-menu .sub-menu .current_page_item a:before {
	visibility: visible;
}

*/

.main-menu-container .main-menu .sub-menu .current_page_item a:before {
	visibility: hidden;
}

.main-menu-container .main-menu .sub-menu a {
	color: #eeeeee;
}

.main-menu-container .main-menu .sub-menu .current_page_item a {
	color: #eeeeee;
}




.main-menu-container .main-menu .sub-menu a::before {
	top: 29px;
}

.main-menu-container .main-menu .sub-menu,
.mobile-menu .sub-menu {
	display: none;
	opacity: 0;

}

.main-menu-container .main-menu .sub-menu.open-sub-menu,
.mobile-menu .sub-menu.open-sub-menu {
	display: block;
	opacity: 1;
}

.main-menu-container .main-menu .menu-hashtags {
	display: block;
	width: 400px;
	opacity: 1;
	margin: 0;
	padding: 0;

}

.mobile-menu .menu-hashtags {
	display: block;
	opacity: 1;
}

.main-menu-container .main-menu .sub-menu.menu-hashtags a {
	margin: 0;
	padding: 0;

}

.main-menu-container .main-menu .menu-hashtags a:hover {
	text-decoration: none;
}

.main-menu-container .main-menu .menu-hashtags li {
	position: relative;
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	background: transparent;
	-webkit-box-shadow: 4px 3px 6px 0px rgba(34,34,34,0);
	-moz-box-shadow: 4px 3px 6px 0px rgba(34,34,34,0);
	box-shadow: 4px 3px 6px 0px rgba(34,34,34,0);
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	left: 0px;
	top: -7px;
}


.main-menu-container-small .main-menu .menu-hashtags li {
	top: -7px;
}


/* static solution without left align */
.menu-hashtag-static {
	width: 100%;
	margin-top: -20px;
}

.menu-hashtag-static ul {

}

.menu-hashtag-static li {
	position: relative;
	display: inline-block;
	margin-right: 17px;
}

.menu-hashtag-static .current_page_item a,
.menu-hashtag-static .current-page-ancestor a,
.menu-hashtag-static .active a,
.menu-hashtag-static a:hover {
	color: #fff;
}

.menu-hashtag-static a {
	color: #eeeeee;
	text-decoration: none;
	cursor: pointer;
}




/* Content
-------------------------------------------------- */
ul.tab {
	margin-bottom: 4px !important;
}

.topspace {
	margin-top: 50px;
	*margin-bottom: 50px;
}

.topspace_smaller {
	padding-top: 158px;
}

.page-template-page-contact .specialcol {
	margin-bottom: 44px;

}

.extraimg img {
	max-width: 450px;
}

.someimages_container {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: 30px;
	margin-bottom: 24px;
}
.h1_header {
	margin-top: 107px;
}

.mybox {
	background: #979797;
	color: #fff;
	margin-top: 17px;
	margin-bottom: 36px;
}

.mybox .mybox_inner {
	padding: 25px 35px;
}

.mybox .mybox_inner ul {
	margin-bottom: 10px !important;
}

.mybox .mybox_inner strong {
	font-weight: 500;
}
.mybox .mybox_inner h2,
.mybox .mybox_inner li {
	color: #fff;
}



.mybox .mybox_inner h2 {
	font-size: 31px !important;
	font-size: 3.1rem !important;
}
.mybox .mybox_inner li::after{
	background: #fff;
}

.imagecarousel_kv .someimages_container {
	margin-left: 20px;
	margin-bottom: 0px;
}

.imagecarousel_kv2 h2 {
	font-size: 31px !important;
	font-size: 3.1rem !important;
}

/* Home mod
-------------------------------------------------- */

/*
.home .firstpage_bg {
	filter: alpha(opacity=0);
	opacity: 0;
	overflow: hidden;
}

.home .arrow {
	z-index: 1;
}

.home .sf_push {
	*height: 100px;
}

.home .firstpage .content {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	left: 0;
}
.home h1 {
	text-align: center;
	padding: 0 0 38px 0;
}
*/

/* Leistungen
-------------------------------------------------- */
.leistungen {
	text-align: center;
	margin-bottom: -4px;
	margin-top: -24px;
}
.leistungen li {
	display: inline-block;
	/*
	font-size: 28px;
	font-size: 2.8rem;
	*/
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
	font-weight: 300;
	width: 29%;
	text-align: center;
	padding: 30px 10px;
}
.leistungen .icon {
	display: block;
	padding-bottom: 20px;
}
.leistungen .icon img {
	width: 45px;
	height: 45px;
}



/* contact page
-------------------------------------------------- */
.contact {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 8px;
}
.contact a {
	text-decoration: none;
	color: #333;
}
.contact a:hover {
	color: #ff0026;
}
.contact .column {
	text-align: center;
}
.contact .column:first-child {
	text-align: left;
}
.contact .icon {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.contact .icon01 {
	background: url(/wp-content/themes/minimal_multipage/images/contact_01.png) center center no-repeat;
	background-size: 40px 40px;
	margin-left: 30%;
}
.contact .icon02 {
	background: url(/wp-content/themes/minimal_multipage/images/contact_02.png) center center no-repeat;
	background-size: 40px 40px;
}
.contact .icon03 {
	background: url(/wp-content/themes/minimal_multipage/images/contact_03.png) center center no-repeat;
	background-size: 40px 40px;
}
.contactfooter {
	font-size: 18px;
	font-size: 1.8rem;
}
.contactfooter .column {
	text-align: center;
}
.contactfooter .column .icon-op_waver {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #ff0026;
	padding: 0 5px 0 2px;
}
.contactfooter .icon {
	width: 170px;
	height: 55px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
}
.contactfooter .icon04 {
	background: url(/wp-content/themes/minimal_multipage/images/contact_05.png) center center no-repeat;
	background-size: 170px 55px;
}
.contactfooter .icon05 {
	background: url(/wp-content/themes/minimal_multipage/images/contact_04.png) center center no-repeat;
	background-size: 170px 55px;
}
.contactfooter .subline {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 4;
}



/* first page
-------------------------------------------------- */

.firstpage {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
}
.firstpage .logo {
	*display: none;
	position: absolute;
	right: 45px;
	top: -200px;
	z-index: 1;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.firstpage .logo img {
	width: 230px;
	height: auto;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.firstpage_bg {
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	/* background: url(../images/<image>) no-repeat center center fixed; */
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;

	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.firstpage .content {
	position: absolute;
	top: 50%;
	left: 56px;
	transform: translate(0,-50%);
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.firstpage .content_inner {
	position: relative;
	display: inline-block;
	background: transparent;
	padding: 0px;
	width: 100%;

}

.home .firstpage .content_inner {
	*width: 100%;
 }



.firstpage ul, .content-area ul, .box ul {
	margin: 0;
	*padding-top: 2.5rem;
	color: #282a2c;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.25px;
	list-style-type: none;
}

.firstpage li, .content-area li, .box li {
	position: relative;
	margin-left: 26px;
	margin-bottom: 20px;
}

.firstpage li:last-child, .content-area li:last-child, .box li:last-child {
	margin-bottom: 0px;
}

.firstpage li:after, .content-area li:after, .box li:after {
	content: '';
	position: absolute;
	display: block;
	top: 11px;
	left: -26px;
	width: 7px;
	height: 7px;
	background-color: #616162;
}

.firstpage h2 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 44px;
	font-size: 4.4rem;

	text-shadow: 0px 1px 0px #CCC, 0px 2px 0px rgba(0, 0, 0, 0.4),
	0px 0px 5px rgba(0, 0, 0, 0.2),
	0px 1px 3px rgba(0, 0, 0, 0.3),
	0px 3px 5px rgba(0, 0, 0, 0.3);
}


.firstpage .inner {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem
	line-height: 1.6;
	letter-spacing: 0;

	text-shadow: 0px 1px 0px #CCC, 0px 2px 0px rgba(0, 0, 0, 0.4),
	0px 0px 5px rgba(0, 0, 0, 0.2),
	0px 1px 3px rgba(0, 0, 0, 0.3),
	0px 3px 5px rgba(0, 0, 0, 0.3);

	padding: 20px;
}

.single-office .firstpage .inner {
	background: rgba(0, 0, 0, 0.2);
	margin-left: -10px;
}

.firstpage .inner a {
	color: #ffffff;
}


.firstpage h2 b {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	margin-top: 20px;
}

.box h2 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #393a40;
	margin-bottom: 0;
}

.box_half {
	width: 47%;
	display: inline-block;
}

.box_half:first-child {
	float: left;
}

.box_half:last-child {
	float: right;
}

.box_half img {
	width: 100%;
	height: auto;
}





.firstpage .firstpage_jump_point {
	position: absolute;
	bottom: 105px;
	left: 0;
}

.hidethat {
	filter: alpha(opacity=0);
	opacity: 0;
}

.firstpage .con {
	margin-top: 20px;
}

.firstpage button, .firstpage form {
	margin: 0;
	padding: 0;
}

.firstpage button.button-primary {
	margin-top: 2.5rem;
	position: relative;
	padding-left: 23px;
	padding-right: 50px;
	*padding-top: 4px;
	font-size: 16px;
	font-size: 1.6rem;
	opacity: .8;
	background-color: #3c4048 !important;
	border-color: #3c4048 !important;
}

.firstpage button.button-primary:hover {
	background-color: #1c1f26 !important;
	border-color: #1c1f26 !important;
}




.firstpage .icon-op_arrswiper::before {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 27px;
	font-size: 2.7rem;
}


.arrow {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -91px;
	cursor: pointer;

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}



.arrow span {
	font-size: 13rem;
	color: #fff;
}

.arrow_content {

	position: absolute;
	bottom: -95px;
	left: 50%;
	margin-left: -120px;
	cursor: pointer;

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}



.arrow_content span {
	font-size: 130px;
	font-size: 13rem;
	color:#333;
}

.arrow_content_holder {
	position: relative;
	height: 70px;
}


.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.3s;
	-webkit-animation-duration: 1.3s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}




@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(10%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(10%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/* ausbau Dokumente 22-10-2019
-------------------------------------------------- */
.page-id-2637 .main-menu-container,
.page-id-2637 .firstpage,
.page-id-2637 .firstpage_bg,
.page-id-2638 .main-menu-container,
.page-id-2638 .firstpage,
.page-id-2638 .firstpage_bg,
.page-id-2419 .main-menu-container,
.page-id-2419 .firstpage,
.page-id-2419 .firstpage_bg {
	height: 107px !important;
}

.page-id-2637,
.page-id-2638 {
	background: #eaedf1;
}

.page-id-2637 .h1_header,
.page-id-2638 .h1_header {
margin-top: 0px;
}

.code_of_conduct {
	margin-top: 107px;
background: #fff;
-webkit-box-shadow: 2px 0px 15px -6px #000000;
box-shadow: 2px 0px 15px -6px #000000;
padding: 50px;
}

.code_of_conduct strong {
    color: #2d3b51;
    font-size: 21px;
}


.document .doc_img {
	width: 46%;
	display: inline-block;
	vertical-align: top;
}

.document .doc_txt {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 2%;
}

.document .doc_txt a,
.doc {
	font-weight: bold;
	color: #15aed9;
}

/* button ins contact area
-------------------------------------------------- */

.button.mybutton {
	background-color: #b3afa8 !important;
	border-color: #b3afa8 !important;
}

.button.mybutton:hover {
	background-color: #cac7c0 !important;
	border-color: #cac7c0 !important;
}

/* offices include (shortcodes)
-------------------------------------------------- */

.offices {
	width: 100%;
	position: relative;
	*overflow: hidden;
	margin-top: -22px;
	margin-bottom: -9px;
}

.offices.subpage {
	margin-top: 120px;
	margin-bottom: -67px;
}

.offices ul {
	margin: 0;
	list-style-type:none;
	position: relative;
}

.offices li {
	position: relative;
	display: inline-block;
	width: 31.3333333333%;
	padding:0 2% 0 0;
	margin: 0 0 39px 0 !important;
	line-height: 0;
	list-style:none;
	vertical-align: top;
	*min-height: 700px; /* misha */


}

.offices .text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1.6;
	letter-spacing: 0;
	width: 100%;
}

.offices .text_title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1.6;
	letter-spacing: 0;
	margin-top: 31px;
	margin-bottom: 24px;
	width: 100%;
}

.offices .text_title a {
	color: #282a2c;
	text-decoration: none;
}

.offices li::after {
	display: none;
}


.offices li .subpage  {
	position: relative;
	display: inline-block;
	width: 100%;
}

.offices li .subpage .subpage_item:before {
	font-size: 23px;
	font-size: 2.3rem;
	float: left;
	margin: 2px 10px 0 -3px;
	color: #b1aea9;
}

.offices li .subpage a {
	color: #282a2c;
	text-decoration: none;
}

.offices li .subpage a:hover {
	color: #0088cf;
	text-decoration: none;
}

.offices li .subpage a:hover > .subpage_item:before{
	color: #0088cf;
}




/* news-area
-------------------------------------------------- */

.fullsize-news-area {
	width: 100%;
	background: #992228;
	position: relative;
	overflow: hidden;
	color: #f3f3f3;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* two colums,  shortcode
-------------------------------------------------- */
.text2colums {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}


/* parallax
-------------------------------------------------- */

.parallax {
	position: relative;
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
}

.parallax .quote_text {
	height: 380px;
}

.parallax .quote_text_inner {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
}

.parallax .quote_text h2 {
	word-wrap: break-word;
	*color: #e33417;
	color: #171717;
	text-align: center;
	padding: 0 80px 0 80px !important;
	margin: 0 !important;
	font-size: 34px;
	font-size: 3.4rem;
	/*
	text-shadow: 0px 1px 0px #CCC, 0px 2px 0px rgba(0, 0, 0, 0.6),
	0px 0px 5px rgba(0, 0, 0, 0.3),
	0px 1px 3px rgba(0, 0, 0, 0.5),
	0px 3px 5px rgba(0, 0, 0, 0.5);
	*/
	text-shadow: 0px 1px 0px #CCC, 0px 2px 0px rgba(255, 255, 255, 0.9),
	0px 0px 5px rgba(255, 255, 255, 0.5),
	0px 1px 3px rgba(255, 255, 255, 0.8),
	0px 3px 5px rgba(255, 255, 255, 0.8);
}

.parallax .quote_text span {
	display: block;
	width: 100%;
	font-size: 19px;
	font-size: 1.9rem;
	margin-top: 20px;
}

.parallax_bg,
.parallax1,
.parallax2,
.parallax3,
.parallax4 {
	/* background: url(../images/<name>) 50% 50% fixed repeat-y; */
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: 100% !important;
}

/*
.parallax_bg1_small {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-size: auto;
}
*/


/* license
-------------------------------------------------- */

.license {
  position: relative;
	width: 34px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0px;
}
/*
.license.member {
	position: absolute;
	width: 40px;
	bottom: 0px;
	right: 43px;
	z-index: 1;
}
*/
.license img {
	width: 100%;
	height: auto;
}

/* fullsize
-------------------------------------------------- */

.fullsize {
	width: 100%;
	overflow: hidden;
}

.fullsize .fullsize_bg {
	display: block;
	margin: 0 0 -8px 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.fullsize .fullsize_bg img {
	width: 100%;
	height: auto;
}

.fullsize.topspace {
	margin-top: 54px;
	margin-bottom: 68px;
}




/* css animation sets
-------------------------------------------------- */


.js-from-right {
	filter: alpha(opacity=0);
	opacity: 0;

	-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	transform: translateX(100px)

	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;

	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}

.js-from-left {
	filter: alpha(opacity=0);
	opacity: 0;

	-0-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px)

	-o-animation-delay: 23s;
	-ms-animation-delay: 23s;
	-moz-animation-delay: 23s;
	-webkit-animation-delay: 23s;
	animation-delay: 23s;

	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}

.js-from-bottom {
	filter: alpha(opacity=0);
	opacity: 0;

	-0-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transform: translateY(100px)

	-o-animation-delay: 7s;
	-ms-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;

	-o-transition:.6s;
	-ms-transition:.6s;
	-moz-transition:.6s;
	-webkit-transition:.6s;
	transition:.6s;
}

.js-zoom-in {
	filter: alpha(opacity=0);
	opacity: 0;

	-0-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);

	-o-transform: scale(1.8, 1.8);
	-ms-transform: scale(1.8, 1.8);
	-moz-transform: scale(1.8, 1.8);
	-webkit-transform: scale(1.8, 1.8);
	transform: scale(1.8, 1.8);

	-o-animation-delay: 7s;
	-ms-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;

	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}

.js-zoom-out {
	filter: alpha(opacity=0);
	opacity: 0;

	-o-transform: scale(.8, .8);
	-ms-transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	-webkit-transform: scale(.8, .8);
	transform: scale(.8, .8);

	-o-animation-delay: 7s;
	-ms-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	animation-delay: 7s;

	-o-transition:.7s;
	-ms-transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	transition:.7s;
}

.js-alpha-in {
	filter: alpha(opacity=0);
	opacity: 0;

	-o-animation-delay: 13s;
	-ms-animation-delay: 13s;
	-moz-animation-delay: 13s;
	-webkit-animation-delay: 13s;
	animation-delay: 13s;

	-o-transition:.9s;
	-ms-transition:.9s;
	-moz-transition:.9s;
	-webkit-transition:.9s;
	transition:.9s;
}

.full-visible {
	filter: alpha(opacity=100);
	opacity: 1;

	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);

	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px)

	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px)

}



/* actual news
-------------------------------------------------- */
.actual_holder {
	overflow: hidden;
	*white-space: nowrap;
	display: table;
	margin-bottom: 55px;

}

.actual_holder .actual_box {
	position: relative;
	*display: inline-block;
	display: table-cell;
	width: 33.333%;
	margin: 0;
	padding: 0;
	white-space: normal;
}

.actual_holder .actual_box .playbutton {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	background: rgba(255,255,255,0.8);
	z-index: 1;
}
.actual_holder .actual_box .playbutton.icon-op_arrswiper:before {
	position: absolute;
	top: 10px;
	left: 3px;
	font-size: 32px;
	font-size: 3.2rem;
}

.actual_holder .actual_box a {
	color: #000;
}


.actual_holder .actual_box .img_loaded {
	position: relative;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.actual_holder .actual_box .img_loaded img {
	width: 100%;
	height: auto;
}

.actual_holder .actual_box .img_loaded:hover > .playbutton {
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}


.actual_holder .actual_box .content {
	padding: 30px;
	text-align: center;
	margin-top: 40px;
}

.actual_holder .actual_box .city_holder {
	display: block;
	margin-top: 35px;
}

.actual_holder .actual_box .city_holder .city {
	display: inline-block;
	/* background: #1c1f25; */
	border: 1px solid #1b1b1b;
	color: #000;
	padding: 8px 13px 8px 13px;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.09rem;
	margin: 0 auto;
}

.remove_all_actual_after_content {
	display: none;
}

#mk-contactform {
	margin-bottom: -10px;
	margin-top: 0px;
}

.mk-form {
    margin-top: 36px;
}

/* actual mainpage
-------------------------------------------------- */
.actual_mainpage {
	overflow: hidden;
	margin-top: 121px;
	margin-bottom: 9px;
}
.actual_mainpage .actual_box {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.actual_mainpage .actual_box .inview {
	width: 50%;
	float: left;
}

.actual_mainpage .content {
	width: 50%;
	float: left;
}


.actual_mainpage .actual_box .playbutton {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	background: rgba(255,255,255,0.8);
	z-index: 1;
}
.actual_mainpage .actual_box .playbutton.icon-op_openlink:before {
	position: absolute;
	top: 10px;
	left: 3px;
	font-size: 32px;
	font-size: 3.2rem;
}

.actual_mainpage .actual_box a {
	color: #000;
}


.actual_mainpage .actual_box .img_loaded {
	margin-bottom: -7px;
	position: relative;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.actual_mainpage .actual_box .img_loaded img {
	width: 100%;
	height: auto;
}

.actual_mainpage .actual_box .img_loaded:hover > .playbutton {
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.actual_mainpage .actual_box .content {
	display: inline-block;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	overflow: hidden;
}

.actual_mainpage .actual_box .content .inner {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translate(0,-50%);
	text-align: center;
	padding: 10%;
	width: 80%;
}

.actual_mainpage .actual_box .city_holder {
	display: block;
	margin-top: 35px;
}

.actual_mainpage .actual_box .city_holder .city {
	display: inline-block;
	/* background: #1c1f25; */
	border: 1px solid #1b1b1b;
	color: #000;
	padding: 8px 13px 8px 13px;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.09rem;
	margin: 0 auto;
}


/* Coorperate logos
-------------------------------------------------- */

.coorperate_logos {
	display: inline-block;
	margin: 38px 0 -40px -13px;
	text-align: left;
}

.coorperate_logos div {
	position: relative;
	display: inline-block;
	width: 22%;
	min-height: 80px;
	margin: 0 10px 30px 10px;
	float: left;
	text-align: left;
}

.coorperate_logos div img {
	height: 50px;
	width: auto;
}



/* Contact subwindow
-------------------------------------------------- */
.contactperson {
	cursor: pointer;
}



.contactperson_win {
	position: absolute;
	width: 96.7%;
	padding: 2px 16px 16px 16px;
	background-color: #FFF;
	margin:0px auto;
	color: #2c2c2c;
	display: none;

	-webkit-box-shadow: 2px 2px 8px 0px rgba(87,87,87,.3);
	-moz-box-shadow: 2px 2px 8px 0px rgba(87,87,87,.3);
	box-shadow: 2px 2px 8px 0px rgba(87,87,87,.3);
	top: 0px;
	z-index: 1;
}

.contactperson_win .mainhead {
    margin-top: 4px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e4e4e4;
    width: 95%;
}

.contactperson_win_inner {
	*border: 1px solid red;
}

.contactperson_win_inner .text_title {
    margin-top: 0px;
    margin-bottom: 1px;
}

.contactperson_win_inner li {
    margin-bottom: 16px !important;
}

.contactperson_win_inner ul {
    margin-bottom: 0px !important;
    margin-top: 5px;
}

.contactperson_win .contactperson_close {
	position: absolute;
	right: 17px;
	top: 12px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: right;
	font-size: 23px;
	font-size: 2.3rem;
	padding-right: 3px;
}




/* To support the developer
-------------------------------------------------- */
#creator_extras {
	position: fixed;
	width: 100px;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	line-height:1em;
	text-indent:-400em;
	overflow: hidden;
	z-index: -1;
}


/* Footer fullsize image
-------------------------------------------------- */
.footer_fullsize_outer {
	width: 100%;
	overflow: hidden;
}

.footer_fullsize {
	display: block;
	margin: 0 0 -8px 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.footer_fullsize img {
	width: 100%;
	height: auto;
}



/* overlay for offices
-------------------------------------------------- */

.overlay {
	position: fixed;

	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
}

.overlay li {
	list-style-type: none;
}

.overlay ul {
	margin: 0 !important;
	padding: 0;
}

.overlay  .button.button-primary {
	height: 45px;
	width: 100%;
}

.overlay button.button-primary {
    background-color: #fff !important;;
    border-color: #1c1f26 !important;;
    color: #000 !important;;
}

.overlay button.button-primary:hover {
    background-color: #1c1f26 !important;;
    border-color: #1c1f26 !important;;
    color: #fff !important;;
}

.overlay .overlay_selection {
	display: inline-block;
	position: relative;
	max-width: 242px;
	background: #fff;
	z-index: 2;
	padding: 20px 33px 27px 33px;
	top: 50%;
	margin-top: -217px;
}

.overlay .overlay_close {
	position: absolute;
	right: 18px;
	top: 0px;
	font-size: 28;
	font-size: 2.8rem;
	z-index: 3;
	padding: 9px;
}


.overlay .overlay_desc {
    position: relative;
    padding-right: 30px;
    padding-bottom: 20px;
}



.overlay .overlay_bg {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: transparent;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 1;
}


/* PDF downloads
-------------------------------------------------- */
.pdfdocuments {
  margin-top: 31px;
}

.pdfdocuments .download {
  min-height: 69px;
  padding-left: 100px;
  position: relative;
  margin-bottom: 31px;
}

.pdfdocuments .download .iconholder {
  position: absolute;
  left: 0;
  top: 4px;
  height: 69px;
  width: 69px;
  background: #ee443c;
  color: #fff;
  border-radius: 14px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.pdfdocuments .download .icon {
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 4.5rem;
}

.pdfdocuments .download h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  color: #222222;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: .8rem;
}

.pdfdocuments .download p {
  margin-bottom: 0.8rem;
}

.pdfdocuments .download a {
  text-decoration: none;
  color: #222222 !important;
}

.pdfdocuments .download a:active,
.pdfdocuments .download a:hover {
    color: #222222 !important;
}


/* changedate
-------------------------------------------------- */
.changedate {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 11px;
    font-size: 1.1rem;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 28px;
}



/* Footer
-------------------------------------------------- */

#footer {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	letter-spacing: 0.09rem;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	color: #979797;
	height: 200px;
	overflow: hidden;
	background: #1c1f25;
	letter-spacing: 0;
}

#footer strong {
	font-family: 'Roboto', sans-serif;
	color: #f5f5f5;
	font-weight: 500;
}

#footer .specialcontainer {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0,-50%);

}

#footer .specialcontainer .row {
	margin: 0 20px 0 20px;
}

#footer .logo {
	text-align: center;
	margin-top: 78px;
}

#footer ul {
	margin-bottom: 20px !important;
}

#footer form {
	margin: 0;
	padding: 0;
}

#footer .icon-op_downl2::before {
	position: absolute;
	top: 17px;
	font-size: 23px;
	font-size: 2.3rem;
	left: 15px;
}

#footer button.button-primary {
	margin-left: 20px;
	position: relative;
	padding-left: 60px;
	padding-right: 23px;
	font-size: 16px;
	font-size: 1.6rem;
}

#footer .logo img {
	width: 210px;
	height: auto;
}

#footer .contact {
	text-align: center;
}

#footer .contact {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 38px;
}


#footer .socialmedia {
	position: relative;
	top: auto;
	right: auto;
	float: none;
	margin: 0 auto;
	font-size: 29px;
	font-size: 2.9rem;
}

#footer .socialmedia ul {
	text-align: center;
	padding-top: 10px;
}

#footer .socialmedia li {
	margin-right: 20px;
	display: inline-block !important
}

#footer .socialmedia li:last-child {
	margin-right: 0px;
}

#footer .socialmedia a {
	color: #f5f5f5;
	text-decoration: none;
}

#footer .socialmedia {
	font-size: 26px;
	font-size: 2.6rem;
	margin-right: 0px !important;
}

#footer .socialmedia .icon-op_xing {
	font-size: 29px;
	font-size: 2.9rem;
}

#footer .contact a {
	color: #e3e3e3;
	text-align: center;
	text-decoration: underline;
}

#footer .contact p {
	margin-bottom: 15px;
}

#footer .copyright {
	text-align: center;
	color: #41454b;
	padding-top: 0px;
	width: 80%;
	margin: 0 auto;
}

#footer .footer-menu ul {
	padding: 0;
	text-align: center;
}

#footer .footer-menu li {
	display: inline-block;
	margin-right: 20px;
}

#footer .footer-menu li:last-child {
	margin-right: 0px;
}

#footer .footer-menu li:after {
	content: '|';
	margin-left: 20px;
	color: #979797;
}

#footer .footer-menu li:last-child:after {
	margin-left: 0px;
	content: '';
}

#footer .footer-menu a {
	text-decoration: none;
	color: #f5f5f5;
}

#footer .footer-menu .active a,
#footer .footer-menu a:hover {
	color: #f5f5f5;
}


#footer .footer-to-top {
	cursor: pointer;
	font-size: 2.5rem;
	position: absolute;
	right: 0;
	top: 19px;
	color: #ededed;
	text-align: center;
}

/* Infinite Scroll loader fix
-------------------------------------------------- */
#infscr-loading {
	/* display: none !important; */
	left: 0px;
}

#infscr-loading img {
	width: 20px;
	height: 20px;
}
#next {
	display: none;
}
