/*
asdfjkl
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
/*#00CBA9*/
html, body{
	line-height:1.3em;
}
/*html,body{
	overflow-x:hidden;
	font-size:1em;
	line-height:1.28em;
}
body {
	word-wrap: break-word;
}
.mfgz-sym{
	font-family:mfgz;
}
*/
/*body,p,h1,h2,h3,h4,h5,h6{
	font-family:akzgro, arial, sans-serif;
	color:#000000;
}
h1,h2,h3,h4,h5,h6{
	margin-top:0px;
	line-height:1em;
	font-weight:bold;
}
h1,.h1{
	font-weight:bold;
	font-size:42px;
}
header h1{
	margin-bottom:40px;
}
@media(max-width:400px){
	h1,.h1{
		font-size:40px;
	}
}
h2, .h2{
	font-size:36px;
}*/
.kint{
	position:relative;
	z-index: 999999;
}
h1.page-title{
	padding-top:16px;
}
.page-title--padding-0 {
	padding-top: 0 !important;
}
.tax-tour h1.page-title, .tax-kids_tour h1.page-title{
	hyphens:none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
}
.en .de, .en .fr,
.de .en, .de .fr,
.fr .en, .fr .de{
	display:none;
}
.alert-container{
	display:none;
}
/*#content{
	//font-size:16px;
	font-size:1em;
	//line-height:1.375em;
	line-height:1.28em;
}*/
.edit-link{
	font-size:1em;
	font-weight:normal;
}
/*.small-font, .small-font #content{
	//font-size:16px;
	font-size:1em;
}
.med-font, .med-font #content{
	//font-size:19px;
	font-size:1.08em;
}
.large-font, .large-font #content{
	//font-size:21px;
	font-size:1.15em;
}*/
@media(orientation:portrait),(max-width:800px){
	#content{
		font-size:19px;
	}
	/*.edit-link{
		display:none;
	}
	.small-font, .small-font #content{
		//font-size:17px;
	}
	.small-font{
		font-size:17px;
	}*/
}
@media(max-width:400px){
	#content{
		font-size:17px;
	}
}
/**{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}*/
@media screen and (min-width: 0px) {
p{
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
}
/*p:empty{
	display:none;
}
a{
	color:rgb(0, 0, 0);
	cursor:pointer;
}
a:hover, a:active, a:focus{
	color:rgba(0,0,0,.8);
}
.container-fluid{
	//padding-left:17px;
	//padding-right:17px;
}
html{
	margin-top:0px !important;
}*/
.qtranxs-available-languages-message{
	display:none;
}
.loader{
	display:block;
	top:0px;
}
/*textarea, input, button { outline: none; }
:focus {
  outline-color: transparent;
  outline-style: none;
}
.btn{
	border:0px;
	font-weight:bold;
}
.btn-default{
	background-color:#000;
	color:#fff;
}
.btn-default:hover, .btn-default:active, .btn-default:focus{
	background-color:rgba(0,0,0,.8);
	color:#fff;
}
.btn-lg, .btn-group-lg>.btn{
	border-radius:0px;
}
.loader{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
}
.loader .logo{
	width:100%;
	font-size:40px;
	line-height:1em;
	font-weight:bold;
	padding:15px;
}
.loader .vert-helper{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
//exclude internet explorer
@media screen { @media (min-width: 0px) {
	.loader{
		display:none;
	}
} }
*/
.guide-title{
	color:#e1002d;
}
.navbar-brand{
	padding:25px 10px;
}

/*.mfgz-logo{
	font-family:mfgz;
	color:#000;
	font-size:46px;
	line-height:23px;
	margin-left: -17px;
}*/
@media(min-width:801px) and (orientation:landscape){
	.home .navbar-brand{
		padding:10px 10px 10px 0px;
	}
}
@media(orientation: portrait), (max-width: 800px){
	.navbar-brand{
		padding:0px;
	}
}
/*.site-name{
	color:#000;
	font-weight:bold;
	//padding-left:10px;
	line-height:1em;
	display:inline-block;
}*/
.main-content #content{
	padding-bottom:100px;
}
.page-id-1316 .main-content #content{
	  padding-bottom:0px;
}
.button.button-primary.button-hero:hover, .button.button-primary.button-hero:active, .button.button-primary.button-hero:focus{
	background-color:#00D5B1;
	border-color:#00D5B1;
}
a{
	outline:0;
}
a:hover, a:active, a:focus {
	outline:0;
}

@media(max-width:769px), (orientation: portrait){
	#colophon .footer-div{
		padding-left:43px;
	}
}
/*input:focus {outline:1px solid #00CBA9;}
textarea:focus {outline:1px solid #00CBA9;}
input{
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-webkit-border-color:#d5d5d5;
	border-bottom-width:1px;
	border-bottom-color:#d5d5d5;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-color:#d5d5d5;
	border-top-style:solid;
	border-left-width:1px;
	border-left-color:#d5d5d5;
	border-left-style:solid;
	border-right-width:1px;
	border-right-color:#d5d5d5;
	border-right-style:solid;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline:none;
	-moz-appearance: none;
}*/

/*admin*/
/*#wpadminbar{
	background:transparent;
}
#wpadminbar *{
	visibility:hidden;
}
#wpadminbar:hover{
	background:#23282d;
}
#wpadminbar:hover *{
	visibility:visible;
}
@media(max-width:800px){
	#wpadminbar{
		display:none;
	}
}*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*nav*/
.navbar-default .navbar-brand{
	    color: #000;
}
body{
	padding-top:45px;
}
@media(min-width:801px) and (orientation:landscape){
	body{
		padding-top:70px;
	}
}
.navbar-default{
	background-color:#fff;
  border:0px;
}
.twitter, .twitter:hover, .twitter:active, .twitter:focus{
	background:none;
}
.menu-footer{
	display:none;
}
#menu-item-749{
	display:none;
}
@media (orientation: portrait), (max-width: 800px){
	li.menu-item:after{
		content:'e';
		font-family:mfgz;
		position:absolute;
		right:15px;
		top:50%;
		font-size:24px;
		margin-top:-9px;
	}
	.menu-item.settings:after, .menu-item.settings-menu:after, #menu-item-749:after, li.admin-link:after{
		content:"";
	}
	.menu-footer{
		display:none;
		//position:absolute;
		//bottom:8px;
		width:100%;
		padding-left:15px;
		position:relative;
	}
	.menu-footer .social-links{
	  display: inline-block;
    position: absolute;
    //bottom: 0px;
    width: 100%;
    //margin-left: 124px;
    height: 46px;
    padding-top: 0px;
    left: 0px;
    line-height: 46px;
    margin-bottom: 0px;
		margin-top:13px;
		/*padding-left:0px;
		margin-left:-5px;*/
		text-align:right;
		font-size:26px;
	}
	.menu-footer .mfgz-logo{
    display: inline-block;
		margin-left:0px;
		//line-height:1rem;
		line-height:1em;
    /*position: absolute;
    bottom: 0px;
    background: #fff;
    z-index: 10;
    height: 46px;
    line-height: 46px;*/
		font-family:akzgro;
		font-weight:bold;
		font-size:1em;
		padding-top:8px;
		padding-bottom:10px;
	}
	.menu-footer .social-links a, .menu-footer .social-links a:hover, .menu-footer .social-links a:focus, .menu-footer .social-links a:active{
		//color:#fff;
	}
	.menu-footer .social-links li{
		padding-right:8px;
	}
}
@media (max-width: 400px){
	.menu-footer .social-links li{
		padding-right:3px;
	}
	.menu-footer .social-links{
		font-size:22px;
	}
}
@media(min-width:801px) and (orientation:landscape){
	.navbar{
		//border-bottom:1px solid rgb(245,245,245);
	}
}
@media(orientation:portrait),(max-width:800px){
	.navbar{
		min-height:45px;
		//height:45px;
	}
	li.menu-item{
		padding:0px 15px;
		border-bottom:1px solid rgb(245,245,245);
	}
	li.menu-item.menu-footer{
		border-bottom:none;
	}
	.settings-menu{
		position:relative;
		margin-right:-15px;
	}
}
li.menu-item{
	list-style:none;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
	max-height:none;
}
.navbar-collapse.collapse{
	visibility:visible;
}
.navbar-header{
	padding:0px 15px;
}
@media(orientation:portrait),(max-width:800px){
	.navbar-header{
		border-bottom:1px solid rgba(0,0,0,.1);
	}
}
.zoom-mode .navbar{
	background-color:rgba(255,255,255,0);
}
.zoom-mode .navbar.open{
	background-color:rgba(255,255,255,1);
}
.zoom-mode .navbar .navbar-header{
	border-bottom:1px solid rgba(245,245,245,0);
}
.zoom-mode .navbar.open .navbar-header{
	border-bottom:1px solid rgba(245,245,245,1);
}
.navbar-collapse{
	//background:rgb(255,255,255);
}
.navbar-brand{
	padding-left:0px;
}
.navbar{
	margin-bottom:0px;
	margin-top:0px;
	font-size:1em;
	//min-height:70px;
}
.navbar-default .navbar-nav>li>a{
	color:#000000;
	padding-top:25px;
	padding-bottom:25px;
	font-weight:600;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color:#000000;
	text-decoration:underline;
	background-color:transparent;
}
.language-chooser li{
	display:inline-block;
	font-weight:bold;
	text-transform:capitalize;
	line-height:20px;
}
.language-chooser li.active a{
	text-decoration:underline;
}
.language-chooser .language-chooser-item-en:after, .language-chooser .language-chooser-item-de:after{
	content:" /";
}
.language-chooser a, .language-chooser a:hover, .language-chooser a:active, .language-chooser a:focus{
	color:#000000;
}
.menu-item.settings{
	font-size:1.375em;
}
.navbar-toggle{
	position:absolute;
	right:5px;
}
.close-button {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  position: absolute;
  border: none;
  font: normal 8em/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0);
	top: 3px;
  right: 6px;
	display:none;
}
.title-area .close-button{
	display:block;
	top:0px;
	right:11px;
}
@media(orientation: portrait), (max-width: 800px){
	.title-area .close-button{
		display:none;
	}
}
.close-button:before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 22px;
  height: 2px;
  position: absolute;
  content: "";
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgb(0,0,0);
  text-shadow: none;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
	left:0px;
	top:11px;
}

.close-button:after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 22px;
  height: 2px;
  position: absolute;
  content: "";
  border: none;
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgb(0,0,0);
  text-shadow: none;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
	left:0px;
	top:11px;
}
.navbar-toggle.open .close-button{
	display:block;
}
.navbar-toggle.open .icon-bar{
	display:none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active{
	background-color:rgba(255,255,255,0);
}
@media(orientation:portrait),(max-width:800px){
	ul.language-chooser{
		padding:13px 0px;
	}
}
.navbar-default .navbar-toggle{
	border:0px;
	background-color:rgba(255,255,255,0);
	margin-right:0px;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#000000;
	border-radius:0px;
}
.newsletter-icon{
	font-family:mfgz;
}
.newsletter-icon:hover{
	cursor:pointer;
}
.admin-link, .search{
	list-style:none;
	display:inline-block;
}
.med-font .admin-link, .large-font .admin-link{
	display:none;
}
@media(max-width:1317px) and (min-width:801px) and (orientation:landscape){
	.logged-in .nav>li>a, .logged-in .admin-link a{
		padding-left:9px;
		padding-right:9px;
	}
}
@media(max-width:1143px) and (min-width:801px) and (orientation:landscape){
	.logged-in .nav>li>a, .logged-in .admin-link a{
		padding-left:6px;
		padding-right:6px;
	}
}
@media(max-width:965px) and (min-width:801px) and (orientation:landscape){
	.admin-link{
		display:none;
	}
}
/*#search-form{
	display:inline-block;
}
#search-form input[type='submit']{
	display:none;
}*/
.site-tour-holder-search{
	position:absolute;
	left:66.667%;
	top:45px;
	width:30px;
	z-index:9999999;
}
.tour-image-tip-holder{
	position:absolute;
	left:50%;
	top:50%;
}
@media(orientation:portrait),(max-width:800px){
	.site-tour-holder-search{
		position:absolute;
		left:45px;
		top:65px;
		width:10px;
	}
}
.autocomplete-suggestions{
	width:100% !important;
	left:0px !important;
	top:70px !important;
	border:none;
	box-shadow:none;
	font-size:1em;
	max-height:500px;
	position:fixed;
}
.autocomplete-suggestions.persistent{
	display:block !important;
}
@media(max-width:800px),(orientation:portrait){
	.autocomplete-suggestions{
		top:46px !important;
	}
}
.autocomplete-suggestion{
	padding:13px 15px;
	border-bottom: 1px solid rgba(245,245,245,1);
	font-weight:bold;
}
.autocomplete-suggestions .autocomplete-suggestion:first-of-type{
	border-top:1px solid rgba(245,245,245,1);
}
/*@media(min-width:1100px){*/
@media(min-width:801px) and (orientation:landscape){
	.switch-input{
		display:none;
	}
	.admin-link.manual-link{
		float:left;
	}
	.admin-link{
		/*position:relative;
		top:-18px;*/
		vertical-align:top;
	}
	.search{
		position:absolute;
		left:66.667%;
		padding-top:25px;
		padding-bottom:25px;
	}
	.my-nav{
		display:inline-block;
		padding-left:10px;
	}
	.navbar-collapse.collapse{
		max-height:70px;
	}
	.search-open{
		left:16.667%;
		width:100%;
		z-index:99999;
	}
	body.search-mode .my-nav, body.search-mode .admin-link{
		opacity:0;
	}
	#menu-item-745{
		display:none;
	}
	.settings-container .close-button{
		display:none;
	}
}
@media(max-width:1058px) and (orientation:landscape){
	.search-open{
		left:16.667%;
	}
}
.admin-link a{
	padding:25px 12px;
	padding-left:20px;
	display:inline-block;
	color:#000000;
}
.admin-link a:hover{
	text-decoration: none;
}
.post-edit-link{
	color:#81E3D2;
}
.post-edit-link:hover{
	color:#81E3D2;
	text-decoration:none;
}
/*@media(max-width:1100px){*/
@media(orientation:portrait),(max-width:800px){
	.navbar-default .navbar-nav>li>a{
		padding-top:15px;
		padding-bottom:15px;
	}
	.switch-input{
		display:none;
		top:15px;
		z-index:1080;
		font-size:.7em;
		background-color:rgb(0,0,0);
		color:rgb(255,255,255);
		border-radius:4px;
		padding:1px 3px;
		text-transform:uppercase;
		width:40px;
		text-align:center;
		right:54px;
		vertical-align: middle;
		margin-top: -3px;
		position:absolute;
	}
	.search .switch-input .num{
		letter-spacing:1px;
	}
	.search .switch-input .abc{
		display:none;
	}
	.search.number-mode .switch-input .abc{
		display:block;
	}
	.search.number-mode .switch-input .num{
		display:none;
	}
	.search{
		width:100%;
	}
	.navbar-collapse{
		padding-left:0px;
		border-top:0px;
	}
	.nav>li>a{
		padding-left:0px;
	}
	.navbar-nav{
		margin-left:0px;
	}
	.newsletter-icon{
		position: relative;
		top: -4px;
		right: 2px;
	}
	.admin-link a{
		padding-top:13px;
		padding-left:0px;
		padding-bottom:13px;
		display:inline-block;
		color:#000000;
	}
	.admin-link.manual-link a{
		padding-bottom:0px;
		padding-top:20px;
	}
	.settings-button-container{
	/*.menu-item.settings{*/
		position: absolute;
		bottom: 7px;
		right: 12px;
		z-index:2;
	}
	.admin-link{
		display:block;
		margin-right:-15px;
	}
	.search{
		padding-top:7px;
		padding-bottom:7px;
	}
	.language-chooser{
		margin-bottom:0px;
	}
}
@media(min-width:768px) and (orientation: landscape){
	.settings-button-container{
		right:27px;
	}
}
@media(max-width:767px), (orientation: portrait){
	.menu-item.settings{
		right:0px;
	}
}
.settings-container .close-button{
	z-index:1090;
	display:inline-block;
	top:11px;
	right:11px;
}
.search-icon{
	font-size:1.375em;
	position: relative;
	top: 2px;
	line-height:.8em;
	display:inline-block;
}
#search-input{
	border:none;
	margin-left:3px;
	font-weight:bold;
	background-color:rgba(255,255,255,0);
	-webkit-appearance: none;
	height:1.3em;
	padding:0px;
	width:70%;
	display:inline-block;
	vertical-align:top;
	line-height:1;
}
@media(orientation:portrait),(max-width:800px){
	#search-input{
		width:90%;
	}
	.switch-input{
		margin-left:-30px;
	}
}
@media(max-width:400px){
	#search-input{
		width:80%;
	}
}
#search-input:focus{
	outline:none;
}

/*browse*/
.browse-container{
	margin-top:-4px;
	padding-top:70px;
	position:absolute;
	width:100%;
	z-index:-1;
	top:0;
}
.browse{
	display:none;
	 background:rgba(245,245,245,1);
	 font-weight:bold;
	 padding:10px 0px;
	// margin-top:46px;
	 border-top:1px solid rgb(245,245,245);
	 border-bottom:1px solid rgb(245,245,245);
	 z-index:1070;
	 position:absolute;
	 overflow-y:auto;
	 -webkit-transform: translateZ(0);
	 -webkit-overflow-scrolling: touch;
	 width:100%;
}
.plc .browse{
	display:none !important;
}
.browse-term{
	height:1.25em;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
}
@media(orientation:portrait),(max-width:800px){
	.browse-container{
		padding-top:0px;
		position:static;
	}
	.browse{
		position:absolute;
		top:46px;
		margin-top:-2px;
		padding-top:0px;
	}
	body.search-mode .my-nav, body.search-mode .admin-link, body.search-mode .settings-menu{
		opacity:0;
	}
	.browse .browse-title{
		padding-top:13px;
		padding-bottom:13px;
		background-color:rgb(230,230,230);
		margin-bottom:13px;
	}
}
.browse:before, .browse:after{
	 content: " ";
	 display: table;
	 clear:both;
}

/*menu title and display for mobile*/
.navbar-header .search{
	//display:none;
}
.navbar-header .tour-info{
	display:none;
}
.tour-prev, .tour-next{
	text-decoration:none !important;
}
.menu-item-home{
	display:none;
}
.tour-label-middle{
	display:inline-block;
}
@media(orientation:portrait),(max-width:800px){
	.navbar-header .site-name{
		display:none;
	}
	.navbar-brand{
		padding-right:0px;
	}
	.navbar-header .search{
		display:block;
		padding-top:13px;
	}
	.navbar-header .tour-info{
		display:block;
		//position: absolute;
		top: 0px;
		font-weight: bold;
		padding-top:11px;
		line-height:1.25em;
	}
	.menu-item-home{
		display:block;
	}
	.mfgz-logo{
		display:none;
	}
	.tour-info{
		z-index:1071;
	}
	.navbar-header.tour .search{
		display:none;
	}
	.navbar.open .tour-info{
		display:none;
	}
	.navbar.open .navbar-header.tour .search{
		display:block;
	}
	.tour-info-container{
		display:none;
	}
	.navbar-header .tour-info .mfgz-sym{
    font-size: 1.375em;
    font-weight: normal;
    line-height: 1rem;
    //position: relative;
   // top: .25rem;
	 	position:absolute;
		top:15px;
		right:12px;
	}
	.back-to-tour, .tour-label{
		position:relative;
		top:0;
	}
	.tour-label-middle{
    width: 38px;
    height: 46px;
    position: absolute;
    right: 82px;
    top: 0px;
	padding-top:12px;
	}
	.large-font .tour-label-middle{
		width:44px;
	}
	.tour-prev-container{
    width: 36px;
    height: 46px;
    position: absolute;
    right: 119px;
    top: 0px;
    /*background-color: #efefef;
		border-left:1px solid rgba(0,0,0,.1);
		border-bottom:1px solid rgba(0,0,0,.1);*/
	}
	.tour-next-container{
    width: 36px;
    height: 46px;
    position: absolute;
    right: 43px;
    top: 0px;
    /*background-color: #efefef;
		border-right:1px solid rgba(0,0,0,.1);
		border-left:1px solid rgba(0,0,0,.1);
		border-bottom:1px solid rgba(0,0,0,.1);*/
	}
	/*Plc*/
	/*.plc .tour-label-middle{
    width: 38px;
    height: 46px;
    position: absolute;
    right: inherit;
    left:30px;
    top: 0px;
		padding-top:12px;
	}
	.plc .tour-prev-container{
    width: 36px;
    height: 46px;
    position: absolute;
    right: inherit;
    top: 0px;
    left:0px;
	}
	.plc .tour-next-container{
    width: 36px;
    height: 46px;
    position: absolute;
    right: 43px;
    top: 0px;
	}*/
	.plc .tour-label, .plc .tour-label-middle, .plc .tour-next-container, .plc .tour-prev-container{
		display:inline-block;
		position:static;
	}
	.plc .tour-label-middle{
	    position: relative;
    	top: -10px;
    	left: -9px;
    	right: inherit;
    }
    .plc .tour-next-container{
		position: relative;
		left: 0px;
		top: -6px;
		right: inherit;
    }
    .plc .tour-prev-container{
		position: relative;
		top: -6px;
		left: -7px;
		right: inherit;
    }
	.plc .navbar-header .tour-info .mfgz-sym{
		position:static;
	}
}

/*@media(min-width:1101px){*/
@media(min-width:801px) and (orientation:landscape){
	.tour-next-container, .tour-prev-container{
		display:inline-block;
		position: relative;
		top: -.1em;
	}
	.navbar-header .tour-prev, .navbar-header .tour-next{
		display:none;
	}
	.tour-prev, .tour-next{
		font-size:24px;
		line-height:22px;
		font-weight:normal;
		position:relative;
		top:5px;
	}
	.navbar-header{
		width:16.667%;
		margin-right: -5px;
	}
	ul.language-chooser{
		display:inline-block;
	    position: absolute;
			right:2.8125em;
	    top:0px;
			line-height:20px;
			padding-top:25px;
			z-index:999999;
	}
	.newsletter-icon{
		display:inline-block;
	    position: absolute;
	    right: 67px;
		top: 12px;
		font-size: 17px;
	}
	.menu-item.settings{
		position:absolute;
		right:15px;
		top:0px;
		font-size:1.375em;
		padding-top:23px;
		display:inline-block;
		line-height:20px;
		z-index:999999;
	}
}
/*change breakpoint for collapse*/
/*@media (max-width: 1100px) {*/
@media(orientation:portrait),(max-width:800px){
	html.open, html.open body{
		height:100%;
		overflow:hidden;
	}
  .navbar-header {
      float: none;
			height:46px;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0px solid transparent;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 0px;
			margin-bottom:0px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
			margin-left:-1px;
			padding-left:1px;
			width:100%;
  }
}
/*horizontal menu cramped styles*/
@media(max-width:1058px) and (orientation:landscape){
	.navbar-header{
		width:auto;
	}
}
@media(max-width:975px) and (orientation:landscape) and (min-width:801px){
	.nav>li>a{
		padding:8px 5px;
	}
	.logged-in .nav>li>a{
		padding-left:5px;
		padding-right:5px;
	}
	.navbar-header{
		padding-right:0px;
	}
}

/*settings widget*/
.settings .meldung{
	position:relative;
	top:-3px;
	left:-12px;
}
h1 .meldung{
	display:block;
	width:100%;
}
.menu-item.settings{
	cursor:pointer;
}
.menu-item.settings:hover, .menu-item.settings:active, .menu-item.settings:focus{
	text-decoration:none;
}
.settings-container{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#fff;
	display:none;
	width:100%;
	z-index:1080;
}
.settings-dialog{
	width:300px;
}
.ui-row{
	border-bottom:1px solid rgb(245,245,245);
	//margin-bottom:-1px;
}
.ui-row ul.language-chooser{
	padding:0px;
	position:absolute;
	right:15px;
	margin-top:-18px;
}
.profile .widget-label{
	margin-left:-5px;
}
@media(orientation:portrait),(max-width:800px){
	.settings-dialog{
		width:100%;
	}
}
.settings-dialog .settings-header .mfgz-sym{
	font-size:1.375em;
	font-weight:normal;
	line-height: 1rem;
	position: relative;
	top: .2rem;
}
.settings-dialog .widget-label, .settings-dialog .widget{
	display:inline-block;
	margin-bottom:0px;
}
.popover{
	font-size:1rem;
	z-index:1010;
	padding:0px;
}
.popover.black.bottom>.arrow:after{
	border-bottom-color:#000;
}
.popover.top.black>.arrow:after{
	border-top-color:#000;
}
.popover-content{
	padding:0px;
}
.settings-dialog .kids-mode, .settings-dialog .help, .settings-dialog .profile{
	//background-color:rgb(240,240,240);
}
.settings-dialog .help{
	//display:none;
}
.settings-dialog .help a{
	position:absolute;
	right:15px;
	margin-top:-21px;
    font-size: 24px;
    line-height: 22px;
    font-weight: normal;
	padding-top:5px;
text-decoration:none !important;
}
.ui-row{
	padding:13px 15px;
	line-height:1.25em;
}
.settings-dialog .settings-header{
	font-weight:bold;
	padding:11px 15px;
	background-color:rgb(240,240,240);
}
@media(min-width:801px) and (orientation:landscape){
	.settings-header{
		display:none;
	}
	.ui-row ul.language-chooser{
		position:absolute;
		top:inherit;
		margin-top:-15px;
	}
}
/*on-off switch*/
/* The switch - the box around the slider */
.switch {
  position: absolute;
	//bottom:12px;
	right:15px;
  display: inline-block;
  width: 43px;
  height: 24px;
	margin-bottom:0px;
	margin-top:-17px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.widget .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
	border:1px solid rgb(150,150,150);
}
.widget .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  //background-color: rgb(45,50,140);
	background-color:#fff;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}
/*end slider widget*/
/*type size*/
.type-size .widget{
	position: absolute;
	right: 15px;
	font-weight:bold;
	cursor:pointer;
}
.type-size .widget span{
	padding-left:4px;
	padding-right:6px;
	position:relative;
	top:-2px;
}
.type-size .widget .small{
	font-size:14px;
}
.type-size .widget .med{
	font-size:20px;
}
.type-size .widget .large{
	font-size:26px;
}
.type-size .widget .active{
	text-decoration:underline;
}
.ui-row.google-translate{
	position:relative;
}
html.translated-ltr .navbar-fixed-top{
	top:40px;
}
@media(orientation:portrait),(max-width:800px){
	.google-translate-widget{
		position:absolute;
		right:15px;
		margin-top:-4px;
	}
}
.goog-te-gadget{
	height:28px !important;
	overflow:hidden !important;
}
@media(min-width:801px) and (orientation:landscape){
	.google-translate .widget-label{
		margin-right:20px;
		position:relative;
	}
	.goog-te-gadget .goog-te-combo{
		max-width:64px;
		position:absolute;
		//left:33px;
	}
	.goog-te-gadget{
		position:relative;
		top:-4px;
		width:70px;
	}
	.google-translate{
		height:46px;
	}
	.google-translate-widget{
		position: absolute;
    right: 15px;
	}
	.goog-logo-link{
		display:none;
	}
}
/*user login settings widget*/
.user-avatar{
	width:36px;
	height:36px;
	border-radius:36px;
	margin-right:8px;
}

.user-name{
	display:inline-block;
	height:20px;
	//overflow:hidden;
}
.profile .close-button{
	top:inherit;
	margin-top:-15px;
	background-color:rgb(200,200,200);
	border-radius:100px;
	padding:4px;
	display:inline-block;
	height:14px;
	width:14px;
}
.profile .close-button:before, .profile .close-button:after{
	margin-top:0px;
	margin-left:5px;
	width:12px;
}
.ui-row.profile, .ui-row.login{
	//background-color:rgb(240,240,240);
}
.ui-row.wp-login{
	//background-color:rgb(240,240,240);
}
.ui-row.wp-login input{
	background-color:transparent;
}
.ui-row.profile{
	height:46px;
	//background-color:rgb(240,240,240);
	padding-top:5px;
	padding-bottom:5px;
}
.profile .helper-div{
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.profile .widget-label{
	vertical-align:middle;
}
.ui-row.login{
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
}
.wp-social-login-provider-list{
	padding:0px;
}
.wp-social-login-provider-list a{
	display:block;
	padding-top:13px;
	padding-bottom:13px;
	border-bottom:1px solid rgb(245,245,245);
	padding-left:15px;
	padding-right:15px;
	text-decoration:none !important;
}
.wp-social-login-provider-list a:nth-of-type(odd){
	//background-color:rgb(240,240,240);
}
.en .wp-social-login-provider-list a:before{
	content:"Login with";
}
.de .wp-social-login-provider-list a:before{
	content:"Anmelden mit";
}
.fr .wp-social-login-provider-list a:before{
	content:"Se connecter avec";
}
.wp-social-login-provider-list a:after{
	font-family:mfgz;
    position: absolute;
    right: 15px;
    font-size: 24px;
}
.wp-social-login-provider-list a.wp-social-login-provider-facebook:after{
	content:'u';
	right:17px;
}
.wp-social-login-provider-list a.wp-social-login-provider-google:after{
	content:'w';
    display: inline-block;
    width: 20px;
    height: 25px;
    overflow: hidden;
}
label[for="user_login"], label[for="user_pass"]{
	display:none;
}
#wp-submit, #submit-reg, .wp-login .btn-sm{
	  border-radius:50px;
		border:none;
		background-color:#000;
		font-size: .823em;
		color:#fff;
		font-weight:bold;
		padding: 3px 10px;
}
.wp-login input[type="text"], .wp-login input[type="password"], .wp-login input[type="email"]{
	border:0px;
	border-bottom:2px solid #d5d5d5;
	width:100%;label[for="user_login"]
	width:100%;
	margin-bottom:18px;
	font-weight:bold;
	border-radius:0px;
	padding-left:0px;
}
input[name="fname"], input[name="lname"]{
	display:none;
}
.wp-login p{
	margin-bottom:0px;
}
.wp-login{
	position:relative;
	padding-bottom:60px;
	padding-top:18px;
}
.find-pw{
	text-align:center;
	background-color:rgb(200,200,200);
	border-radius:100px;
	padding:3px 8px;
	text-decoration:none !important;
	font-weight:bold;
	color:#fff !important;
	font-size:.823em;
	line-height:1.5;
	display:inline-block;
	position:absolute;
	right:15px;
	bottom:20px;
	width: 26px;
	height: 26px;
}
#loginform{
	display:none;
}
#register-form{
	//display:none;
}
#register-form input[type="checkbox"]{
	margin-right:5px;
}
.login-tabs{
	//position:absolute;
	//bottom:13px;
}
.login-tabs .btn{
	background-color:rgb(200,200,200);
}
#submit-reg, .register-btn{
	position:absolute;
	left:15px;
	bottom:20px;
}
.wp-login #wp-submit, .login-btn{
	position:absolute;
	//left:112px;
	left:8.5em;
	bottom:20px;
}
.large-font .wp-login #wp-submit, .large-font .login-btn,
.med-font .wp-login #wp-submit, .med-font .login-btn{
	position:absolute;
	left:8.5em;
	bottom:20px;
}

/*front-end alerts*/
.popover-alert{
	min-width:250px;
	background-color:rgb(50,50,50);
	color:#fff;
}
.close-frontend-alert{
	position:absolute;
	right:15px;
	font-size:1.5em;
	font-weight:400;
}
.alert-header{
	font-weight:bold;
	background-color:#000;
}
.alert-row{
	border-bottom:1px solid rgb(80,80,80);
}
.popover-alert-container, .alert-container{
	position:relative;
	z-index:1100;
	margin-bottom:-1px;
}
.alert-container{
	position:absolute;
	width:100%;
	top:0px;
}
@media(orientation:landscape) and (min-width:801px){
	.popover-alert-container{
		display:none;
	}
}

/*home*/
.all-objekte {
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;
}
@media(orientation:portrait),(max-width:800px){
	.all-objekte{
		-webkit-column-count: 3;
		-moz-column-count:    3;
		column-count:         3;
	}
}
@media(max-width:400px){
	.all-objekte{
		-webkit-column-count: 2;
		-moz-column-count:    2;
		column-count:         2;
	}
}
@media(orientation:landscape) and (max-width:800px){
	.all-objekte{
		-webkit-column-count: 3;
		-moz-column-count:    3;
		column-count:         3;
	}
}
@media(min-width:801px) and (orientation:landscape){
	.all-objekte{
		-webkit-column-count: 4;
		-moz-column-count:    4;
		column-count:         4;
	}
}
@media(min-width:1200px){
	.all-objekte{
		-webkit-column-count: 5;
		-moz-column-count:    5;
		column-count:         5;
	}
	.plc .all-objekte{
		-webkit-column-count: 4;
		-moz-column-count:    4;
		column-count:         4;
	}
}
@media(min-width:1600px){
	.all-objekte{
		-webkit-column-count: 6;
		-moz-column-count:    6;
		column-count:         6;
	}
	.plc .all-objekte{
		-webkit-column-count: 5;
		-moz-column-count:    5;
		column-count:         5;
	}
}
@media(min-width:2000px){
	.all-objekte{
		-webkit-column-count: 8;
		-moz-column-count:    8;
		column-count:         8;
	}
	.plc .all-objekte{
		-webkit-column-count: 6;
		-moz-column-count:    6;
		column-count:         6;
	}
}

.all-objekte img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

/*welcome tour*/
.welcome-popover-container{
	display:none;
}
.welcome-popover{
	padding:10px;
	width:250px;
	color:#000;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}
.welcome-popover button{
	margin-top:10px;
	width:100%;
	color:#000 !important;
	border-radius:0px;
	z-index:2;
}
.welcome-popover .btn-group{
	width:100%;
}
.btn-group .yes{
	width:70%;
	background-color:#fff;
}
.welcome-popover .end{
	background-color:#fff;
}
.btn-group .no{
	width:30%;
	background-color:rgb(200,200,200);
}
.no .close-tour{
	font-size:1.5em;
	line-height:.5em;
	position:relative;
	top:.1em;
	font-weight:normal;
}


/*centered grid*/
.image{
	text-align:center;
	white-space: nowrap;
}
.centered-grid img{
	max-height:100%;
	max-width:100%;
	//width:auto !important;
	//height:auto !important;
	vertical-align:middle;
}
.centered-grid a:hover, a:active, a:focus{
	text-decoration:none;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.image{
	padding-bottom:20px;
}
.centered-grid .objekt-info{
	padding-top:10px;
	border-top:1px solid rgb(230,230,230);
	height:105px;
}
.centered-grid .objekt-info .objekt-name{
	font-size:1.3em;
	line-height:1.21em;
	padding-bottom:10px;
	padding-top:5px;
	padding-right:15px;
	height:1.6em;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.centered-grid .designer{
	/*height:1.2em;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
/*.centered-grid img[width^="4"]{
	width:80%;
}
.centered-grid img[width^="5"]{
	width:90%;
}*/

/*saved*/
.page-id-651 .designer-name:after{
	content:","
}
.page-id-651 .designer-name:last-of-type:after{
	content:"";
}
.page-id-651 header h1{
	margin-bottom:0px;
}
.page-id-651 header{
	margin-bottom:40px;
}
.save-button{
	font-weight:bold;
	cursor:pointer;
}
.save-button .mfgz-sym{
	margin-left:5px;
	font-size:24px;
	font-weight:normal;
	position:relative;
	top:3px;
	text-decoration:none !important;
}
@media(min-width:768px) and (orientation:landscape){
	.save-button-col{
		padding-top:38px;
		text-align:right;
	}
}
@media(orientation:portrait),(max-width:800px){
	.save-button{
		display:none;
	}
	.objekt-info.hide-caption{
		display:none;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){
	.save-button{
		display:none;
	}
	.page-id-651 .sharing{
		position:static !important;
	}
}
.save-menu{
	width:250px;
}
.save-menu-container{
	display:none;
}
.page-id-651 .objekt-img-container, .author .objekt-img-container{
	position:relative;
}
.save-select[type="checkbox"]{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -20px;
		display:none;
}
.save-select:checked:before{
	content:"1";
	font-family:mfgz;
	line-height:40px;
}
.save-select:before{
    content: " ";
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: #fff;
    position: absolute;
    left: -16px;
    top: -14px;
    z-index:9999;
}
.save-selection-row{
	position:relative;
}
.save-selection{
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-17px;
	display:none;
	background-color:rgb(150,150,150);
}
.save-selection:hover, .save-selection:focus, .save-selection:active{
	background-color:rgb(150,150,150);
}
.page-id-651 .objekt-grid-item a{
	text-decoration:none !important;
}
@media(min-width:801px) and (orientation:landscape){
.instruction-1 img{
	width:90%;
}
}
.page-id-651 .featured h2{
	font-size:30px;
	margin-bottom:30px;
}
.page-id-651 .row.featured{
	font-weight:bold;
	padding-bottom:60px;
}
.page-id-651 .number{
	display:inline-block;
	width:20px;
	min-height:4em;
	font-size:17px;
	width:8%;
	line-height:1.3em;
	vertical-align:top;
}
.page-id-651 .instruction{
	display:inline-block;
	//position:absolute;
	padding-right:15px;
	font-size:17px;
	line-height:1.3em;
	width:90%;
	vertical-align:top;
}
.instruction-1, .instruction-2{
	padding-bottom:1em;
}
@media(orientation:portrait),(max-width:800px){
	.featured .col-sm-5 .col-sm-12{
		padding-left:0px;
		padding-right:0px;
	}
}

/*objekt*/
.etikette{
	position:fixed;
	background-color:#fff;
	top:1px;
	left:0px;
	padding:3px 15px;
	font-size:.823em;
	line-height: 1.21em;
	z-index:1080;
	display:none;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,.1);
}
.etikette .preview-image img{
	max-height:38px;
	padding-right:8px;
	width:auto;
}
.etikette .preview-image, .etikette .etikette-label{
	display:inline-block;
	vertical-align:middle;
}
.etikette .etikette-label{
	position:absolute;
	width:100%;
	padding-right:68px;
	height:100%;
	padding-bottom:5px;
}
.etikette .etikette-label .etikette-title, .etikette .etikette-subtitle{
	font-weight:bold;
	height:1.1em;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.helper-div, .label-container{
	display:inline-block;
	vertical-align:middle;
}
.helper-div{
	height:100%;
	width:1px;
}
.label-container{
	width:95%;
}
@media(min-width:801px) and (orientation:landscape){
	.etikette{
		display:none !important;
	}
}
.mfgzslider-row{
	margin-right:-15px;
	margin-left:-15px;
	margin-bottom:60px;
	position:absolute;
	top:-25px;
	overflow:hidden !important;
}
@media(min-width:801px) and (orientation:landscape){
	.mfgzslider-row{
		//top:20px;
	}
	.title-area{
		z-index:1031;
	}
}
@media(orientation:portrait),(max-width:800px){
	.mfgzslider-row{
		margin-bottom:85px;
		top:-46px;
	}
	.title-area{
		z-index:3;
	}
	.title-hidden, .entwurf-hidden{
		display:none;
	}
}
.site-navigation{
	position:relative;
}
.title-area .subtitle{
	//font-weight:normal;
}
#_objekt_location{
	display:none;
}
.locate-button, .location-name{
	display:inline-block;
}
.locate-button .mfgz-sym{
	width:17px;
	height:26px;
	display:inline-block;
}
.location-name{
	padding-right:10px;
	line-height:5px;
	min-height:20px;
	margin-left:-1px;
}
.plc .location-name{
	padding-right:0;
}
@media(min-width:801px) and (orientation:landscape){
	.location-name{
		line-height:17px;
	}
}
.locate-button span{
	font-size:24px;
	line-height:1px;
	position:relative;
	top:4px;
	cursor:pointer;
}
.locate-button span .popover span{
	font-size:1.031rem;
	top:0px;
}
.location-marker{
	font-size:24px;
	font-weight:normal;
	position:relative;
	top:5px;
}
.location-marker.white-marker{
	color:transparent;
	opacity:0;
}
@media(max-width:800px), (orientation:portrait){
	.locate-button span{
		top:5px;
	}
	.location-marker{
		top:7px;
	}
	.objekt-title-full, .entwurf-inside-container{
	height: 1.1em;
    overflow: hidden;
    max-width: 100%;
		display:inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
		vertical-align:bottom;
	}
	.entwurf-inside-container{
		max-width:calc(100vw - 30px);
	}
}
.locate-button.disabled span{
	color:#ccc;
}
.objekt-location-container{
	display:none;
}
.objekt-year{
	display:inline-block;
}

@media(min-width:801px) and (orientation:landscape){
	.title-area{
		/*width:20%;
		max-width:200px;*/
		position:absolute;
		width:100%;
		top:-5px;
	}
	.title-area .home-link, .single-objekt .subtitle, .single-objekt .edit-link, .single-objekt h1{
		display:inline-block;
	}
	.title-area .home-link{
		font-weight:bold;
		width:16.667%;
	}
	.single-objekt h1{
		font-size:1em;
		margin-bottom:0px;
		padding-right:15px;
	}
	.single-objekt h1 .objekt-title{
		display:inline-block;
		overflow:hidden;
		vertical-align:bottom;
		position:relative;
	}
	.title-hidden, .entwurf-hidden{
		display: inline-block;
		font-weight:bold;
    position: absolute;
    color: transparent;
	}
	.single-objekt h1 .objekt-title .objekt-title-full{
		display:inline-block;
		vertical-align:bottom;
	}
	.single-objekt .site-navigation{
		display:none;
	}
	.entwurf-outside-container, .entwurf-inside-container{
		display:inline-block;
		vertical-align:bottom;
	}
	.entwurf-outside-container{
		overflow:hidden;
	}
	.objekt-year, .mfgz-nummer{
		position:relative;
	}
	.gradient{
    position: absolute;
    top: 0;
    bottom: 0;
    //right: -1px;
		left:-40px;
    z-index: 10;
    width: 41px;
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff);
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
		display:none;
	}
	.zoom-mode .gradient{
		display:none !important;
	}
	body.single-objekt{
		padding-top:25px;
	}
	.single-objekt .close-back{
		display:inline-block;
		position:absolute;
		right:15px;
		font-size:28px;
		line-height:16px;
		top:5px;
		z-index:99999999999999999;
	}
	.close-back a:hover, .close-back a:active{
		text-decoration:none;
	}
	.tour-info-container{
		display:inline-block;
		position:absolute;
		//left:66.6667%;
		top:-2px;
		right:50px;
	}
	.title-subtitle-container{
		display:inline-block;
	}
}
.back-to-tour{
	display:inline-block;
	height:1.2em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:bottom;
}
.tour-label{
	display:inline-block;
	height:1.2em;
	vertical-align:bottom;
	padding-right:3px;
}
@media(min-width:801px) and (orientation:landscape){
	.back-to-tour, .tour-label, .tour-label-middle{
		position:relative;
		top:-.1875em;
	}
	.back-to-tour{
		padding-right:25px;
	}
}
@media(max-width: 1058px) and (orientation: landscape){
	.title-area .home-link{
		width:auto;
		padding-right:15px;
	}
	.back-to-tour{
		display:none;
	}
	.edit-link{
		display:none;
	}
}
.single-objekt .intro-text{
	font-weight:bold;
}
.objekt-text{
	padding-top:20px;
}
.objekt-text .objekt-info{
	margin-top:24px;
}
@media(min-width: 801px) and (orientation: landscape){
	.objekt-text .objekt-info{
		margin-top:0;
	}
}
.objekt-text p, .objekt-text p span{
	font-family:akzgro, sans-serif !important;
}
.literature p{
	font-weight:normal;
}
.objekt-main-text p{
	font-weight:normal;
}
.designer-name-mobile{
	display:none;
}
.objekt-info, .designer-quelle, .designer-short-info{
	font-size:.823em;
	line-height:1.21em;
	font-weight:bold;
	max-width:300px;
}
@media(orientation:portrait),(max-width:800px){
	.objekt-info, .designer-quelle, .designer-short-info{
		max-width:100%;
	}
	.single-objekt .home-link, .single-objekt .close-back{
		display:none;
	}
	.single-objekt h1{
		font-size:20px;
		padding-top:10px;
		margin-bottom:1px;
	}
	.single-objekt .designer-name{
		display:none;
	}
	.designer-name-mobile{
		display:block;
		font-size:1rem;
		padding-bottom:1rem;
	}
	.objekt-info, .designer-quelle, .designer-short-info{
		font-size:.75em;
		line-height:1.21em;
	}
}
.designer-short-info{
	padding-bottom:1rem;
}
.maintext-row{
	padding-bottom:20px;
}
.entwurf-single:after{
	content:", ";
}
.entwurf-single:last-of-type:after{
	content:"";
}
.entwurf, .mfgz-nummer, .entwurf-outside-container{
	display:inline-block;
}
.entwurf-outside-container{
	padding-right:15px;
}
@media(orientation:portrait),(max-width:800px){
	.entwurf-outside-container{
		padding-right:6px;
	}
}
.mfgz-nummer{
	color:rgb(225,0,45);
	padding-right:5px;
}
.plc .mfgz-nummer{
	color:#000;
}
.plc .mfgz-nummer .audio-sym{
	width:18px;
	height:14px;
	display:inline-block;
	background:url('img/audiosymbol.svg');
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	top:1px;
	margin-left:4px;
}
.objekt-star{
	font-size: 2em;
    line-height: 3px;
    font-weight: normal;
    position: relative;
    top: 12px;
}
.legende-single{
	padding-bottom:10px;
	font-size:.823em;
	line-height:1.25em;
}
.legende-single p{
	font-weight:normal;
}

.leaflet-container{
	background-color:transparent;
}
.leaflet-control-container{
	position:absolute;
	top:50%;
	right:0px;
}
.leaflet-top, .leaflet-bottom{
	position:static;
}
.leaflet-touch .leaflet-bar, .leaflet-bar{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	border:0px;
	margin-top:-20px;
	border-radius:0;
}
.leaflet-bar, .leaflet-touch .leaflet-bar{
	-webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media(max-width:801px),(orientation:portrait){
	.leaflet-touch .leaflet-bar, .leaflet-bar{
		display:none;
	}
}
.leaflet-touch .leaflet-bar a, .leaflet-bar a{
	width:34px;
	height:34px;
	border-radius:0px;
}
@media(min-width: 801px) and (orientation: landscape){
	.leaflet-bar a, .leaflet-touch .leaflet-bar a{
		width:27px;
		height:39px;
		font-weight:normal;
		font-size:29px;
	}
	.leaflet-control-container{
		position:absolute;
		top:auto;
		bottom:0px;
		left:16.667%;
		margin-left:-90px;
	}
	.leaflet-bar a, .leaflet-bar a:hover{
		display:inline-block;
		border-bottom:none;
		background-color:transparent;
	}
	.leaflet-touch .leaflet-bar, .leaflet-bar{
		box-shadow:none;
	}
	.leaflet-bar a.leaflet-disabled{
		background-color:transparent;
	}
	.leaflet-control-zoom-out{
		position:relative;
		top:2px;
	}
}
.mfgzslider ul{
	padding-left:0px;
	margin-bottom:0px;
}
.mfgzslider li.mfgzslider-image{
	//display:none;
	position:absolute;
	//top:0px;
	width: 100%;
	opacity:0;
	height:99%;
	z-index:0;
}
.mfgzslider li.mfgzslider-image.active-slide{
	z-index:1;
}
.mfgzslider li.mfgzslider-image.video{
	opacity:1;
}
.mfgzslider video{
	height:auto !important;
	position:relative;
	top:50%;
	transform: translateY(-50%);
}
.mfgzslider li.mfgzslider-image.video .mejs-mediaelement, .mfgzslider li.mfgzslider-image.video .mejs-layers{
	opacity:0;
}
.mfgzslider li:first-of-type.mfgzslider-image{
	opacity: 1;
}
.leaflet-map, .threed-div{
	z-index:2;
}
.mfgzslider li.mfgzslider-image:first-of-type{
	display: block;
}
.mfgzslider{
	//min-height: 500px;
	//overflow-y:scroll !important;
}
.mfgzslides{
	list-style: none;
	height:100%;
}
.mfgzslider-container-div.jpg{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	//height:500px;
	height:100%;
	text-align: center;
}
.mfgzslider li.mfgzslider-image.jpg{
	height:100%;
}
.mfgzslider-container-div.jpg img{
	max-width:100%;
	max-height:100%;
	display:inline-block;
	vertical-align:middle;
}
.img-helper{
	display:inline-block;
	height:100%;
	vertical-align: middle;
}
#mfgzslider{//position:relative;
}
.bottom-container{
	position:relative;
	top:-85px;
}
@media(min-width:801px) and (orientation:landscape){
	.bottom-container{
		padding-top:10px;
		line-height:1.3rem;
	}
}
@media(orientation:portrait),(max-width:800px){
	.bottom-container{
		position:relative;
		top:-64px;
	}
	.bottom-container.no-counter{
		top:-43px;
	}
}
.image-counter{
	width:15px;
	height:15px;
	display:inline-block;
	background-color:#d5d5d5;
	border-radius:20px;
	cursor:pointer;
	margin-right:6px;
}
.image-counter.active{
	background-color:rgb(100,100,100);
}
.image-counter-container{
	position:relative;
	bottom:0px;
	z-index:3;
}
.objekt-arrows{
	position:absolute;
	top:50%;
	width:100%;
	z-index:4;
}
.objekt-arrows .arrow {
		position:absolute;
	margin-top:-35px;
		width:70px;
		height:70px;
}
.objekt-arrows .arrow .arrow-inside{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
		cursor:pointer;
		right: 50%;
    top: 50%;
    margin-top: -19px;
    margin-right: -22px;
		position:absolute;
}
.objekt-arrows .arrow-right .arrow-inside{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: -10px;
}
.objekt-arrows .arrow-left .arrow-inside{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
	.objekt-arrows .arrow-right{
		right: 40px;
	}
	.objekt-arrows .arrow-left {
		left: 40px;
	}
@media(orientation:portrait),(max-width:800px){
	.image-counter-container{
		//padding-top:12px;
		padding-bottom:5px;
		padding-left:20px;
	}
	.objekt-arrows{
		//display:none;
	}
	.objekt-arrows .arrow .arrow-inside{
		border-width: 0 2px 2px 0;
		padding:8px;
		margin-top:-10px;
		margin-right:-5px;
	}
	.objekt-arrows .arrow-right .arrow-inside{
		margin-right:-13px;
	}
	.objekt-arrows .arrow-right{
		right: 0px;
	}
	.objekt-arrows .arrow-left {
		left: 0px;
	}
	.objekt-arrows .arrow{
	}
}
@media(min-width:801px) and (orientation:landscape){
	.image-counter{
		width:10px;
		height:10px;
		margin-right:3px;
	}
	.image-counter-container{
		width:10%;
		display:inline-block;
		padding-left:50px;
		padding-right:10px;
		position:absolute;
		bottom:-47px;
	}
}
.mfgzslider-container-div.threed{
	//height:400px;
}
.dreidviz-viewer, .dreidviz-view, .dreidviz-base{
	width:100% !important;
}
.dreidviz-view{
	//height:680px !important;
	//position:absolute;
	background-color:transparent !important;
}
.threed-div{
	//position:relative !important;
}
.threed-stop{
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 999;
		display:none;
}
.center-rotate-button{
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	font-size:60px;
	display:block;
  background-color: rgba(255,255,255,.5);
  height: 80px;
  border-radius: 80px;
  width: 80px;
  line-height: 81px;
  text-align: center;
	margin-left:-40px;
	margin-top:-40px;
}
.dreidviz-ctrl-btn.share, .dreidviz-ctrl-btn.help, .dreidviz-ctrl-btn.fullscreen{
	display:none;
}
div.dreidviz-controls{
	position:static;
	display:none;
}
.dreidviz-ctrl-btn.dec-zoom, .dreidviz-ctrl-btn.inc-zoom{
    position: absolute;
    right: 0px;
    z-index: 3;
    top: 50%;
		background-image:none;
		text-align: center;
    line-height: 36px;
    background-color: #fff;
		width:36px !important;
		height:36px !important;
		cursor:pointer;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media(orientation:portrait),(max-width:800px){
	.dreidviz-ctrl-btn.dec-zoom, .dreidviz-ctrl-btn.inc-zoom{
		display:none;
	}
}
.dreidviz-ctrl-btn.inc-zoom{
	margin-top:-36px;
	border-bottom:1px solid #efefef;
}
.dreidviz-ctrl-btn.dec-zoom:before{
	content:"n";
	font-family:mfgz;
}
.dreidviz-ctrl-btn.inc-zoom:before{
  content:"m";
  font-family:mfgz;
}
.dreidviz-ctrl-btn.CW, .dreidviz-ctrl-btn.CCW{
    position: absolute;
    bottom: 2px;
    z-index: 3;
    left: 50%;
    background-image:none;
    text-align: center;
    line-height: 37px;
    background-color: #fff;
    width:36px !important;
    height:36px !important;
    cursor:pointer;
		font-size:20px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		display:none !important;
}
.dreidviz-ctrl-btn.CW{
	margin-left:-36px;
	border-right:1px solid #efefef;
}
.dreidviz-ctrl-btn.CW:before{
	content:"q";
	font-family:mfgz;
}
.dreidviz-ctrl-btn.CCW:before{
  content:"r";
  font-family:mfgz;
}
@media(min-width:801px) and (orientation:landscape){
	.dreidviz-ctrl-btn.dec-zoom, .dreidviz-ctrl-btn.inc-zoom{
    position: absolute;
    right: auto;
		left:16.667%;
		margin-left:-80px;
    z-index: 3;
    top: auto;
		bottom:14px;
		font-weight:normal;
		background-image:none;
		text-align: center;
    line-height: 36px;
    background-color:transparent;
		width:27px !important;
		height:39px !important;
		cursor:pointer;
		box-shadow:none;
		font-size:29px;
		font-family:"Lucida Console", Monaco, monospace;
		font-stretch:100%;
		line-height:30px;
	}
	.dreidviz-ctrl-btn.dec-zoom{
		margin-left:-54px;
		bottom:12px;
	}
	.dreidviz-ctrl-btn.dec-zoom:before{
		content:"-";
		font-family:"Lucida Console", Monaco, monospace;
	}
	.dreidviz-ctrl-btn.inc-zoom:before{
		content:"+";
		font-family:"Lucida Console", Monaco, monospace;
	}
}

/*mejs*/
.mejs-overlay.mejs-layer{
	//display:block !important;
	width:100% !important;
	height:100% !important;
}
.mejs-overlay-loading{
	background-color: rgba(255,255,255,.7);
	border-radius: 500px;
	width: 80px;
	height: 80px;
	//margin: -40px 0 0 -40px;
}
.mejs-overlay-loading span.mejs-overlay-loading-bg-img{
//	background-image:url(includes/img/mfgz-loading.gif);
	background: transparent url(includes/img/mfgz-loading.gif) 0px 0px no-repeat;
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
}
.mejs-overlay-button{
	background-image:url(includes/img/play.svg);
	background-color: rgba(255,255,255,.7);
	border-radius: 500px;
	width: 80px;
	height: 80px;
	background-size: 60px 60px;
	background-position: center;
	//margin: -40px 0 0 -40px;
}
.mejs-overlay:hover .mejs-overlay-button{
	background-position:center;
}
.mejs-container *{
	font-family:akzgro, sans-serif;
}
video, .mejs-container{
	max-width:100%;
	max-height:100%;
}
.audio-players .mejs-container{
	width:100%;
	bottom:0px;
	position:absolute;
	opacity:0;
	z-index:2;
}
@media(min-width:801px) and (orientation:landscape){
	.audio-players .mejs-container{
		bottom:-52px;
		left:16.667%;
	}
}
.audio-players .mejs-container:first-of-type{
	opacity:1;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body{
	background:transparent;
	//background:#efefef;
}
.single-objekt .mejs-container .mejs-controls{
	margin-left:38px;
}
@media(orientation:portrait),(max-width:800px){
	.single-objekt .mejs-container .mejs-controls{
		//margin-left:92px;
		margin-left:67px;
	}
}
.mejs-container .mejs-controls div{
	font-size:inherit;
	font-weight:bold;
}
.mejs-container .mejs-controls .mejs-time{
	color:#000;
	position:absolute;
	//right:0px;
	right:-46px;
	width:50px;
	overflow:visible;
}
.mejs-time-rail{
	padding-top:15px;
}
.mejs-time{
	padding-top: 19px;
}
.mejs-controls .mejs-time-rail .mejs-time-total{
	margin:10px 60px 10px 0px;
	background-color:rgba(225,225,225,1);
}
.single-objekt .mejs-container.mejs-video .mejs-controls{
	position:absolute;
	bottom:-53px;
	opacity:0;
}
@media(orientation:portrait),(max-width:800px){
	.mejs-controls .mejs-time-rail .mejs-time-total{
		margin:10px 60px 10px 13px;
	}
	.mejs-container .mejs-controls .mejs-time{
		right:-58px;
		top:2px;
	}
	.single-objekt .mejs-container.mejs-video .mejs-controls{
		bottom:-41px;
	}
}
@media(min-width:801px) and (orientation:landscape){
	.archive .mejs-controls .mejs-time-rail .mejs-time-total{
		top:5px;
		left:48px;
	}
}
.mejs-container.mejs-video{
	//position: static;
}
.mejs-container.mejs-video, video, .mejs-poster, .mejs-overlay-play{
	width:100% !important;
	height:100% !important;
}
@media(min-width:801px) and (orientation:landscape){
	.single-objekt .mejs-container.mejs-video .mejs-controls{
		bottom:-35px;
		left:16.667%;
	}
	.single-objekt .mejs-container .mejs-controls{
		bottom:2px;
		left:-19px;
		margin-left:20px;
	}
	.single-objekt .mejs-container.mejs-audio .mejs-controls{
		left:0px;
	}
	.mejs-time{
		padding-top:21px;
	}
	.tax-tour .mejs-container .mejs-controls div.mejs-time-rail, .tax-kids_tour .mejs-container .mejs-controls div.mejs-time-rail{
		    /*margin-top: -27px;
				margin-left: 38px;*/
	}
}
.tax-tour .mejs-controls, .tax-tour .mejs-controls .mejs-button.mejs-play button:before{
	text-shadow: 0px 0px 7px #fff;
}
.page-id-699 h2.page-title{
	padding-top:2rem;
}
.audio-players{
	//display:none;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded{
	background:rgba(200,200,200,1);
}
.mejs-controls .mejs-time-rail .mejs-time-current{
	background:#000;
}
.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a{
	height:2px;
}
/*control bar*/
.control-bar{
	padding-left:14px;
}
.control-bar a{
	color:#000;
}
.control-bar a:hover, .control-bar a:active{
	text-decoration:none;
}
.control-bar .down-arrow{
 display:inline-block;
 position:relative;
 z-index:3;
 cursor:pointer;
}
@media(min-width:801px) and (orientation:landscape){
	.control-bar .down-arrow{
		position:absolute;
		bottom:-47px;
	}
}
.control-bar .down-arrow, .control-bar .play{
	border:2px solid #000;
	//box-shadow: inset 0 0 0 2px black;
	//background:black;
	width:26px;
	height:26px;
	text-align:center;
	border-radius:50px;
	line-height:22px;
}
.control-bar .down-arrow .border-replace, .control-bar .play .border-replace{
	/*width:26px;
	height:26px;
	border-radius:50px;
	//background:white;
	background-color:rgba(255,255,255,0);
	margin: auto;
	//margin-top: 2px;
	line-height: 21px;
	border:2px solid #000;*/
}
.control-bar .mfgz-sym, .share-menu .mfgz-sym{
	font-size:24px;
	line-height:22px;
}
.control-bar i.mfgz-sym{
	font-style:normal;
	cursor:pointer;
}
.mfgz-like-button.on{
	color:#CE2039;
}
.control-bar .mfgz-sym .border-replace{
	font-size:19px;
	border-radius:100px;
}
@media(orientation:portrait),(max-width:800px){
	.control-bar .mfgz-sym{
		font-size:26px;
	}
	.control-bar .mfgz-sym .border-replace{
		font-size:21px;
	}
	.control-bar .down-arrow, .control-bar .play{
		height:30px;
		width:30px;
	}
	.control-bar .down-arrow .border-replace, .control-bar .play .border-replace{
		width:26px;
		height:26px;
		line-height:26px;
	}
	.control-bar .play{
		margin-left:10px;
	}
}
.play-wrapper{
	display:inline-block;
}
.control-bar .play{
	display:inline-block;
	position:relative;
	z-index:2;
	cursor:pointer;
}
@media(min-width:801px) and (orientation:landscape){
	.control-bar .play{
		position:absolute;
		bottom:-47px;
		left:16.667%;
	}
}
.playlist-wrapper{
	display:none;
}
.popover .audio-players .mejs-container{
	padding:0px;
}
.popover-content{
	font-family:akzgro, sans-serif;
}
.play-wrapper .popover-content{
	font-size:.823em;
	font-weight:bold;
	line-height:1.21em;
	padding:0px;
}
.popover{
	background-color:#fff;
	border:0px;
	border-radius:0px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	max-width:500px;
	max-width:500px;
}
.popover.black{
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,0.2);
	box-shadow: 0 0 10px rgba(255,255,255,0.2);
}
.en [data-show-lang='de'],
.en [data-show-lang='fr'],
.de [data-show-lang='en'],
.de [data-show-lang='fr'],
.fr [data-show-lang='en'],
.fr [data-show-lang='de']{
	display:none;
}
.play-item{
	border-bottom:1px solid #efefef;
	padding:0 10px;
	cursor:pointer;
}
.play-item:hover{
	background-color:#efefef;
}
.play-item:last-of-type{
	border-bottom:0px;
}
.play-item .data-name{
	display:table-cell;
	vertical-align:middle;
	height:48px;
}
.play-item .data-type{
	display:table-cell;
	vertical-align:middle;
  font-size: 18px;
  padding-right: 10px;
}
.play-item .data-type.video:before{
	content:"4";
}
.play-item .data-type.audio:before{
	content:"3";
}
/*sharing*/
.sharing{
	position:absolute;
	//right:74px;
	right:105px;
	z-index:2;
	bottom:2px;
	cursor:pointer;
}
.author .sharing, .page-id-651 .sharing{
	right:148px;
	width:100px;
}
.author .share-button, .page-id-651 .share-button{
	font-size:24px;
	display:inline;
	position:relative;
	top:5px;
}
@media(max-width:800px),(orientation:portrait){
	.author .sharing, .page-id-651 .sharing{
		right:15px;
		bottom:auto;
		top:34px;
		width:auto;
	}
	.author .share-button, .page-id-651 .share-button{
		font-size:30px;
	}
}
.page-id-651 .sharing{
	color:#aaa;
}
.author .page-id-651 .sharing{
	color:#000;
}
.sharing-message{
	display:none;
}
.sharing-message-inner{
	padding:15px;
	min-width:250px;
	color:#000;
}
.yes-open-login{
	width:100%;
	margin-top:10px;
}
.author .share-button-text, .page-id-651 .share-button-text{
	font-weight:bold;
}
@media(max-width:800px){
	.author .share-button-text, .page-id-651 .share-button-text{
		display:none;
	}
}
.author .share-link{
/*display:inline-block;
	border-bottom:none;
	height:36px;
	padding-top:7px;*/
}
.share-menu-wrapper{
	display:none;
}
.popover-content .share-menu a{
	color:#000;
	display:block;
	text-align:center;
}
.popover-content .share-menu a:hover, .popover-content .share-menu a:focus, .popover-content .share-menu a:active{
	text-decoration:none;
}
.share-number{
	text-align:center;
	display:block;
	font-weight:bold;
	position:relative;
	top:-5px;
}
.sharing .popover-content{
	padding:0px;
}
.share-link{
	border-bottom:1px solid #efefef;
	padding:6px 10px 3px 10px;
}
.share-link:hover{
	background-color:#efefef;
}
.share-link:last-of-type{
	border-bottom:0px;
}
/*download*/
.control-bar .download{
	position:absolute;
	right:44px;
	bottom:-3px;
	z-index:4;
}
@media(max-width:800px), (orientation:portrait){
	.control-bar .download{
		//right:46px;
		right:78px;
	}
}
.download-button{
	height:27px;
	width:21px;
	display:inline-block;
}
.control-bar .download .mfgz-sym a{
	//color:rgb(150,150,150) !important;
	text-decoration:none !important;
}
.control-bar .like{
	position:absolute;
	//right:.823em;
	right:42px;
	bottom:-5px;
	z-index:3;
	cursor:pointer;
}
.simplefavorite-button{
	display:inline-block;
	position:relative;
	z-index:999;
	width:40px;
	height:40px;
	text-align:center;
	top:13px;
	right:-10px;
}
.simplefavorite-button.active{
	opacity:1;
}
.control-bar .locate-button{
	position:absolute;
	right:0px;
	bottom:-1px;
	z-index:3;
	cursor:pointer;
	width: 37px;
	padding-left: 6px;
}
.control-bar .locate-button.disabled{
	fill:rgb(200,200,200);
}
@media(min-width:801px) and (orientation:landscape){
	.control-bar .sharing{
		bottom:-48px;
	}
	.control-bar .download{
		bottom:-53px;
		right: 74px;
	}
	.control-bar .like{
		bottom:-54px;
	}
	.control-bar .locate-button{
		bottom:-51px;
	}
}

/*designer entwurf taxonomy*/
.designer-image img{
	max-width:100%;
	margin-bottom:10px;
}
@media(orientation:portrait),(max-width:800px){
	.designer-image img{
		max-height:400px;
		width:auto;
	}
}
.designer-bio-row, .legende-row{
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #efefef;
}
.designer-text p{
	font-weight:normal;
}
.legende-row{
	display:none;
}
.all-designers-container{
	display:none;
}
.bio-row-title, .legende-row-title{
	border-top:1px solid #efefef;
	padding-bottom:15px;
	padding-top:15px;
	font-weight:bold;
}
.designer-bio-row .designer-image{
	/*margin-top:1em;
	padding-top:4px;*/
}
.designer-bio-row .designer-quelle{
	//margin-top:1rem;
	padding-top:4px;
}
.objekt-text .bio-row-title, .objekt-text .legende-row-title{
	cursor:pointer;
}
.designer-quelle p{
	margin-bottom:0px;
}
/*credits*/
.image-thumb{
	width:100%;
	height:50px;
	background-size:contain;
	background-repeat:no-repeat;
  //background-position:top;
}
.collapse-row{
	position:absolute;
	right:15px;
}

/*other videos*/
.mejs-container .mejs-controls div.mejs-playpause-button{
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50px;
		border:2px solid #000;
		margin-top:3px;
		margin-right:5px;
}
.mejs-controls .mejs-button.mejs-playpause-button button{
    width: 20px;
    height: 20px;
    margin: auto;
    margin-top: 0px;
    line-height: 21px;
		font-size:1em;
		font-family:mfgz;
		background:none;
}
.mejs-controls .mejs-button.mejs-play button:before{
	content:"7";
}
.mejs-controls .mejs-button.mejs-pause button:before{
	content:"8";
}
.mejs-time-float{
	display:none !important;
}
.archive .mejs-controls{
	width:100%;
	padding-left:10px;
	padding-right:10px;
	bottom:6px;
}

/*tours overview*/
.page-id-671 .mejs-mediaelement{
	position:static;
}
.tour-img{
	position:relative;
}
.tour-img img{
	max-width:100%;
	position:relative;
}
.row.featured{
	background-color:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:40px;
}
.row.featured.not-gray{
	background-color:transparent;
	padding-top:0px;
}
.subtitle{
	font-weight:bold;
}
.page-id-671 a{
	text-decoration:none;
}
.tour-img .background-div{
	height:38vw;
	width:100%;
	background-position:center;
	background-size:cover;
}
@media(orientation:portrait),(max-width:800px){
	.subtitle{
		font-size:.823em;
		line-height:1.1em;
	}
	.featured .size-_tk-medium-crop-image{
		//display:none;
	}
	.tour-img img{
		width:100%;
	}
	.tour-img .background-div{
		height:66vw;
	}
}
@media(min-width:801px) and (orientation:landscape){
	.row.featured.not-gray{
		font-size:1.3em;
		line-height:1.2em;
	}
	.featured .size-_tk-medium-size{
		//display:none;
	}
}
.page-id-671 .subtitle{
	padding-bottom:5px;
}
.tour-title{
	font-weight:bold;
	font-size:1.625em;
	line-height:1.1em;
	padding-bottom:5px;
}
.tour-img{
	padding-bottom:10px;
}
.featured .tour-title{
	padding-bottom:20px;
}
.tour-description, .tour-info{
	font-weight:bold;
	//line-height:29px;
}
@media(orientation:portrait),(max-width:800px){
	.tour-description, .tour-info{
		//font-size:.8em;
		line-height:1.2em;
	}
	.tour-title{
		font-size:1.3em;
	}
	.navbar-header.tour{
		background-color:#efefef;
	}
	.open .navbar-header.tour{
		background-color:#fff;
	}
}
.tour-info .btn{
	margin-top:20px;
}
.tour{
	padding-bottom:20px;
}

/*tour*/
.inline-element, .objekt-img-container img{
	display:inline-block;
	vertical-align:middle;
}
.inline-element{
	height:100%;
}
.objekt-img-container{
	text-align:center;
}
.objekt-img-container img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
.objekt-grid-item{
	padding-top:10px;
	padding-bottom:10px;
}
.row.objekt-grid-row{
	padding-top:10px;
	padding-bottom:10px;
}
.objekt-grid-item .objekt-info{
	padding-top:2px;
	border-top:1px solid rgba(0,0,0,.4);
	margin-top:10px;
	//height:35px;
	//overflow:hidden;
	position:relative;
}
.objekt-grid-item .simplefavorite-button{
	position:absolute;
	right:0px;
	top:3px;
	z-index:1029;
	display:block;
	cursor:pointer;
}
.objekt-grid-item .simplefavorite-button:hover,
.objekt-grid-item .simplefavorite-button:focus,
.objekt-grid-item .simplefavorite-button:active{
	cursor:pointer;
}
.objekt-grid-item .simplefavorite-button i{
	font-style:normal;
	font-size:24px;
	width:20px;
	height:20px;
	overflow:hidden;
	display:block;
	position: absolute;
	right: 0px;
	color:#000;
}
.objekt-grid-item .simplefavorite-button i:before{
	content:'d';
	display:block;
	padding:5px;
}
.post-type-archive-objekt .objekt-grid-item .objekt-info{
	height:3.63em;
}
.objekt-grid-item .objekt-title{
	//display:none;
	hyphens: auto;
}
.post-type-archive-objekt .objekt-title{
	height:1.21em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.objektbezeichnung-grid{
}

/*all objects*/
.page-id-4119 header h1.page-title{
	margin-bottom:20px;
}
.slider-container{
	padding:30px 6px 6px 10px;
	background-color:rgba(0,0,0,.05);
	margin-bottom:30px;
}
.slider-container .tooltip{
	z-index:1020;
}
.slider-handle, .slider .tooltip{
	cursor:pointer;
}
.slider-outside{
	padding-left:56px;
	padding-right:20px;
	position:relative;
}
.tooltip-min.start{
	margin-left:-66px !important;
}
.tooltip-min.start .tooltip-inner{
	overflow:hidden;
	width:50px;
}
.slider .tooltip.top{
	margin-top:-54px;
}
/*html[lang="de-DE"] .tooltip-min.start .tooltip-inner:before{
	content:"2500 VC  ";
}
html[lang="en-US"] .tooltip-min.start .tooltip-inner:before{
	content:"2500 BC  ";
}
html[lang="fr-FR"] .tooltip-min.start .tooltip-inner:before{
	content:"2500 av. J-C ";
}
html[lang="fr-FR"] .tooltip-min.start .tooltip-inner{
	width:86px;
}*/
 .tooltip-min.start .tooltip-inner:before{
	content:"\221E" !important;
	padding-right:0;
	font-size:1.3em;
	line-height:1rem;
	}
.slider.slider-horizontal{
	width:100%;
}
.slider-outside .min-label{
	position:absolute;
	left:0px;
	display:none;
}
.slider-outside .max-label{
	position:absolute;
	right:0px;
	top:0px;
	display:none;
}
.tooltip-inner{
	border-radius:0px;
}
.slider-container .tooltip-inner{
	padding:8px 10px;
	font-weight:bold;
}
.slider-handle{
	background-color:#000;
	background-image:none;
	/*width:22px;
	height:22px;*/
}
.slider-instructions{
	padding-top:20px;
	font-weight:bold;
}
.slider.slider-horizontal .slider-track{
	height:1px;
	background-color:#000;
	background-image:none;
	margin-top:-1px;
	border-radius:0px;
}
.slider.slider-horizontal .slider-selection{
	height:3px;
	top:-1px;
	background-color:#000;
	background-image:none;
	border-radius:0px;
}
.before-1900{
	position:absolute;
	left:14px;
	top:4px;
}
.before-1900.start .horizontal-line{
	border-width:3px;
}
.before-1900 div{
	display:inline-block;
}
.diagonal-line{
	width:10px;
	height:10px;
	position:relative;
	border-left:1px solid #000;
	left: -10px;
	top: -9px;
	}
.diagonal-line:after{
	content:"";
	position:absolute;
	border-top:1px solid #000;
	width:23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0%,0%;
	-ms-transform-origin: 0%,0%;
}
.vertical-right-line{
	border-right:1px solid #000;
	height:10px;
	position: relative;
	left: -8px;
	top: -1px;
}
.horizontal-line{
	border-bottom:1px solid #000;
	width:25px;
	position:relative;
	top:-9px;
	left: -5px;
}
.end-marker{
	border-left:1px solid #000;
	height:19px;
}
@media(orientation:portrait),(max-width:800px){
	.horizontal-line{
		width: 23px;
	}
	.diagonal-line {
		left: -12px;
	}
	.vertical-right-line {
		left: -10px;
	}
	.slider-outside{
		padding-right:30px;
		padding-left:62px;
	}
	.before-1900{
		left:21px;
	}
	.post-type-archive-objekt .col-xs-6.objekt-grid-item{
		padding-left:10px;
		padding-right:10px;
	}
	.post-type-archive-objekt .row.objekt-grid-row{
		margin-left:-10px;
		margin-right:-10px;
	}
}

/*info*/
.featured img{
	max-width:100%;
	padding-bottom:10px;
}
@media(max-width:801px){
	.page-id-715 .featured img{
		width:100%;
	}
}
.museum-desc, .page-id-715 .col-title{
	font-weight:bold;
	font-size:26px;
	line-height:29px;
}
.page-id-715 .col-subtitle{
	font-weight:bold;
	padding-top:20px;
}
.info-link{
	font-weight:bold;
}
.info-link:after{
	content:"5";
	font-family:mfgz;
	font-size:.8em;
	position:relative;
	top:1px;
}
.social-links{
	font-family:mfgz;
	font-size:24px;
	padding-top:1.5em;
	font-weight:normal;
}
.social-links li{
	list-style:none;
	display:inline-block;
	margin-left:-7px;
}
.social-links a, .social-links a:hover, .social-links a:focus, .social-links a:active{
	text-decoration:none;
}
.impressum .col-title{
	padding-top:40px;
	padding-bottom:20px;
}

/*taxonomy*/
.h1.designer-name{
	margin-top:0px;
	margin-bottom:40px;
}
.tax-designer .designer-intro{
	font-weight:bold;
	font-size:26px;
	line-height:29px;
}
.tax-designer .main-content #content{
	padding-bottom:0px;
}
.archive .objekt-grid-item .objekt-info{
	max-width:none;
}
.archive .objekt-grid-item .objekt-text{
	height:4.4em;
	overflow:hidden;
	text-overflow:ellipsis;
	//white-space: nowrap;
	//display:none;
}
.archive .objekt-grid-item .objekt-title, .objekt-grid-item .objekt-title, .objekt-grid-item .objektbezeichnung-grid{
	height:1.2em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.plc .archive .objekt-grid-item .objekt-title, .plc .objekt-grid-item .objekt-title, .plc .objekt-grid-item .objektbezeichnung-grid{
	height:1.2em;
	overflow:visible;
	text-overflow:ellipsis;
	white-space:normal;
}
.row.designer.featured{
	margin-bottom:0px;
	margin-top:50px;
}
.objekt-grid-row.tax-result{
	margin-top:-20px;
}
.tax-designer .designer .col-sm-9 .bio-main-text p{
	margin-bottom:0px;
}
.tax-designer .designer .col-sm-9 .bio-main-text{
	//height:242px;
	overflow:hidden;
	margin-bottom:10px;
	font-weight:bold;
}
.small-more-link, .small-less-link{
	font-size:.823em;
	font-weight:bold;
	text-decoration:none !important;
	cursor:pointer;
}
.small-less-link{
	display:none;
}

/*pager*/
.pager .next>a, .pager .next>span, .pager .previous>a, .pager .previous>span{
	display:inline-block;
	float:none;
    padding: 0px;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    color:#000000;
}
.pager{
	text-align:left;
}
.pager .meta-nav{
	font-family:mfgz;
	font-size:28px;
}
.pager .next>a:hover, .pager .previous>a:hover, .pager .next>a:active, .pager .previous>a:active, .pager .next>a:focus, .pager .previous>a:focus{
	background-color:transparent;
	color:#000000;
}
.pager .home-link{
	font-size:12px;
	text-transform:uppercase;
	color:#000000;
	position: relative;
    top: -8px;
    font-weight:bold;
}
.pager .home-link:hover{
	text-decoration:none;
}

/*forms*/
.bdm-form{
	background-color:#efefef;
	margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:40px;
}
.bdm-form h2{
	margin-bottom:20px;
}
.ninja-forms-form .label-above label{
	margin-bottom:0px;
}
.ninja-forms-field[type="text"], #address-input{
	height:40px;
	padding-left:8px;
}
.textarea-wrap textarea.ninja-forms-field{
	height:120px;
	padding-left:8px;
	border:1px solid #d5d5d5;
}
.ninja-forms-field[type="submit"], .anmelden{
	height:40px;
	background-color:#00CBA9;
	color:#ffffff;
	border:0px;
	padding-left:30px;
	padding-right:30px;
}
.ninja-forms-cont button[title="Einsatztyp"] span,
.ninja-forms-cont button[title="Jahrgang"] span,
.ninja-forms-cont button[title="Einsatzdauer"] span,
.ninja-forms-cont button[title="Genre de service"] span,
.ninja-forms-cont button[title="Année de naissance"] span,
.ninja-forms-cont button[title="Temps de service"] span{
	color:#b3b3b3;
}
.ninja-forms-field.nf-desc p{
	color:#b3b3b3;
}
.ninja-forms-form-wrap input[type="checkbox"]{
	-webkit-appearance:none;
	background-color:#ffffff;
	height:30px;
	width:30px;
	border:1px solid #b3b3b3;
	display:block;
	padding-bottom:30px;
}
/*input[type='checkbox']:checked {
    background-color: #ffffff;
    background:url('/wp-content/themes/_tk/img/checked.png') -1px -1px no-repeat;
}
input[type="checkbox"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:hover, input[type="checkbox"]{
	outline:none !important;
}*/

/*einsatzort melden*/
.pac-container:after {
    background-image: none !important;
    height: 0px;
}
#address-input{
	width:100%;
}
#ninja_forms_field_24, input[value="Geocode"], #acf-save-coordinates{
	visibility:hidden;
	position:absolute;
}
.ol-attribution{
	display:none;
}
.ol-scale-line{
	bottom:6px !important;
}
#ch-map{
	height:419px;
	border-left:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
}

/*einsatz leisten*/
@media(min-width:801px){
	#ninja_forms_field_33_div_wrap, #ninja_forms_field_37_div_wrap, #ninja_forms_field_50_div_wrap,
	#ninja_forms_field_34_div_wrap, #ninja_forms_field_72_div_wrap, #ninja_forms_field_73_div_wrap,
	#ninja_forms_field_36_div_wrap, #ninja_forms_field_40_div_wrap, #ninja_forms_field_43_div_wrap,
	#ninja_forms_field_44_div_wrap, #ninja_forms_field_45_div_wrap, #ninja_forms_field_47_div_wrap, #ninja_forms_field_35_div_wrap{
		float:left;
	}
	#ninja_forms_field_33_div_wrap, #ninja_forms_field_34_div_wrap, #ninja_forms_field_36_div_wrap{
		width:33.3332%;
		padding-right:15px;
	}
	#ninja_forms_field_37_div_wrap, #ninja_forms_field_72_div_wrap{
		width:41.6666%;
		padding-right:15px;
	}
	#ninja_forms_field_50_div_wrap, #ninja_forms_field_73_div_wrap{
		width:25%;
	}
	#ninja_forms_field_40_div_wrap{
		width:25%;
		padding-right:15px;
	}
	#ninja_forms_field_43_div_wrap{
		width:41.6666%;
	}
	#ninja_forms_field_44_div_wrap{
		width:58.3332%;
		padding-right:15px;
	}
	#ninja_forms_field_45_div_wrap{
		width:41.6666%;
	}
	#ninja_forms_field_47_div_wrap{
		width:100%;
	}
	.field-wrap .btn-group.bootstrap-select{
		width:100% !important;
	}
	.field-wrap .btn-group.bootstrap-select button.btn{
		height:40px;
		border-radius:0px;
	}
}
@media(max-width:800px){
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width:100% !important;
}
}

/*spenden*/
.page-id-209 .text-col-2 ul{
	padding-left:0px;
	padding:10px;
	background-color:#00CBA9;
}
.page-id-209 .text-col-2 li{
	color:#ffffff;
}
.page-id-209 .text-col-2 li:first-of-type{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
.page-id-209 .popover{
	border-radius:0px;
	margin-top: -3px;
}
.page-id-209 .text-col-2 a, .page-id-209 .text-col-2 a:hover, .page-id-209 .text-col-2 a:active, .page-id-209 .text-col-2 a:focus{
	color:#ffffff;
	text-decoration:none;
}
.iban{
	position:fixed;
	top:-999999999px;
}
.page-id-209 .popover:hover{
	cursor:pointer;
}
label[for="ninja_forms_field_81"]{
	position: relative;
    top: -28px;
    left:41px;
    padding-right:40px;
}
.show-form-button{
	font-weight:bold;
	font-size:18px;
}
.show-form-button:hover{
	cursor:pointer;
}
.show-form-button span{
	font-family:mfgz;
	font-weight:normal;
	position:relative;
	top:1px;
}
#ninja_forms_form_14_cont{
	margin-top:20px;
}
.page-id-209 ul, .page-id-209 li{
	list-style:none;
}
#ninja_forms_field_81{
-webkit-appearance: none;
    -moz-appearance: none;
}
@media(min-width:801px){
	#ninja_forms_field_74_div_wrap, #ninja_forms_field_76_div_wrap,
	#ninja_forms_field_77_div_wrap, #ninja_forms_field_78_div_wrap, #ninja_forms_field_79_div_wrap, #ninja_forms_field_86_div_wrap{
		float:left;
	}
	#ninja_forms_field_74_div_wrap{
		width:33.33333%;
	}
	#ninja_forms_field_74_div_wrap{
		padding-right:15px;
	}
	#ninja_forms_field_76_div_wrap{
		width:41.6666%;
		padding-right:15px;
	}
	#ninja_forms_field_86_div_wrap{
		width:25%;
	}
	#ninja_forms_field_77_div_wrap{
		width:41.6666%;
		padding-right:15px;
	}
	#ninja_forms_field_78_div_wrap{
		width:25%;
		padding-right:15px;
	}
	#ninja_forms_field_79_div_wrap{
		width:33.3333%;
	}
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	//THIS BREAKS THE 3d VIEWER threed
	//max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/*projekte archive*/
.map-text{
	background-color:#efefef;
	padding:30px 25px;
	margin-bottom:40px;
	margin-top:40px;
  margin-left:-24px;
  margin-right:-24px;
}
.about-us-link{
	height: 40px;
background-color: #00CBA9;
color: #ffffff;
border: 0px;
padding-left: 30px;
padding-right: 30px;
font-size:18px;
font-weight:normal;
line-height:1em;
display: table-cell;
vertical-align: middle;
}
#ch-map-archive{
	height:500px;
	width:100%;
	border:1px solid #d5d5d5;
	background-color:rgb(245, 243, 245);
}
#ch-map-archive .popover{
	border-radius:0px;
	min-width:150px;
	background-color:#fff;
}
#ch-map-archive .popover a, #ch-map-archive .popover a:hover, #ch-map-archive .popover a:active{
	color:#000;
}
.projekt-container .projekt-title{
	font-weight:bold;
}
.projekt-container .projekt-title, .projekt-container .denkmal-art{
	color:#000;
}
.projekt-container a:hover, .projekt-container a:active{
	color:#000;
	text-deocration:none;
}
@media(min-width:801px){
	.projekt-container a{
		display:block;
		width:90%;
		padding-bottom:20px;
	}
	.projekt-container.divisble-three-middle a{
		margin:auto;
	}
	.projekt-container.divisble-three-right a{
		float:right;
	}
}
.projekt-container{
	padding-bottom:1em;
}
.projekt-container .projekt-thumb img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}



/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
	//overflow:hidden;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

/*@font-face {
    font-family: 'mfgz';
		src: url('includes/fonts/mfgz-4.ttf');
    src:    url('includes/fonts/mfgz-4-webfont.eot?t02lac');
    src:    url('includes/fonts/mfgz-4-webfont.eot?t02lac#iefix') format('embedded-opentype'),
        url('includes/fonts/mfgz-4-webfont.ttf?t02lac') format('truetype'),
        url('includes/fonts/mfgz-4-webfont.woff?t02lac') format('woff'),
        url('includes/fonts/mfgz-4-webfont.svg?t02lac#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "akzgro";
    src:url("includes/fonts/akzidenzgroteskbe-regular.eot");
    src:url("includes/fonts/akzidenzgroteskbe-regular.eot?#iefix") format("embedded-opentype"),
				url('includes/fonts/akzidenzgroteskbe-regular_cyr.ttf') format('truetype'),
        url("includes/fonts/akzidenzgroteskbe-regular.woff2") format("woff2"),
				url("includes/fonts/akzidenzgroteskbe-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "akzgro";
    src:url("includes/fonts/akzidenzgroteskbe-it.eot");
    src:url("includes/fonts/akzidenzgroteskbe-it.eot?#iefix") format("embedded-opentype"),
				url('includes/fonts/akzidenzgroteskbe-it_cyr.ttf') format('truetype'),
        url("includes/fonts/akzidenzgroteskbe-it.woff2") format("woff2"),
				url("includes/fonts/akzidenzgroteskbe-it.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "akzgro";
    src:url("includes/fonts/akzgromed.eot");
    src:url("includes/fonts/akzgromed.eot?#iefix") format("embedded-opentype"),
				url('includes/fonts/akzgromed_cyr.ttf') format('truetype'),
        url("includes/fonts/akzgromed.woff2") format("woff2"),
				url("includes/fonts/akzgromed.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "akzgro";
    src:url("includes/fonts/akzgromedit.eot");
    src:url("includes/fonts/akzgromedit.eot?#iefix") format("embedded-opentype"),
				url('includes/fonts/akzgromedit_cyr.ttf') format('truetype'),
        url("includes/fonts/akzgromedit.woff2") format("woff2"),
				url("includes/fonts/akzgromedit.woff") format("woff");
    font-weight: 600;
    font-style: italic;
}*/



/*flexslider*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
 }
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 0px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
	max-width: 100%;
	max-height:100%;
	margin:auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  //color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  /*-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
}
.flex-direction-nav a:before {
  font-family: "mfgz";
  font-size: 40px;
  display: inline-block;
  content: 'h';
  //color: rgba(0, 0, 0, 0.8);
  color:#00CBA9;
  font-weight:bold;
}
.flex-direction-nav a.flex-next:before {
  content: 'i';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 10;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border:1px solid #ffffff;
}
.flex-control-paging li a:hover {
  background: #00CBA9;
}
.flex-control-paging li a.flex-active {
  background: #00CBA9;
  cursor: default;
  opacity:1;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/*bootstrap select*/

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select .btn{
	font-size:18px;
}
.bootstrap-select .dropdown-menu{
	font-size:18px;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  //border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  //outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  //color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bootstrap-select .dropdown-menu li:hover, .bootstrap-select .dropdown-menu li:active, .bootstrap-select .dropdown-menu li:focus,
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:active, .bootstrap-select .dropdown-menu li a:focus{
	background-color:#00CBA9;
	outline:none;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00CBA9;
    background-image: none !important;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*PDF*/
h1.pdf-title{
	  margin-top:0px;
		padding-top:0px;
		font-size:8.6pt;
		line-height:10.3pt;
		width:80%;
}
.preview-image-container-vertical{
	float:left;
	width:66.666%;
}
.preview-image-vertical{
	max-height:700px;
	float:left;
	max-width:90%;
	margin-right:5pt;
	margin-bottom:10pt;
	width:auto;
	height:auto;
}
.preview-image-container-horizontal{
	float:left;
}
.all-imgs-container{
	height:650px;
}
.preview-image-horizontal{
	float:left;
	max-height:400px;
	width:100%;
	height:auto;
}
.dkpdf-content{
	font-size:8.6pt;
	line-height:10.3pt;
}
.title-div, .designer-col{
	width:33.333%;
	float:left;
	font-weight:bold;
}
.header-info{
	padding-bottom:10pt;
}
.pdf-text{
	font-size:8.6pt;
	line-height:10.3pt;
	font-weight:bold;
	float:left;
	hyphens: none;
}
.legend-vertical{
	width:33.333%;
	float:left;
	font-size:6.8pt;
	line-height:8pt;
	font-weight:bold;
}
.legend{
	font-size:6.8pt;
	line-height:8pt;
	font-weight:bold;
}
.legend-horizontal{
	width:100%;
	font-size:6.8pt;
	line-height:8pt;
	font-weight:bold;
}
.smaller-image{
	max-width:100%;
	float:left;
	max-height:200px;
}
.smaller-images-container{
	//float:left;
	max-height:200px;
	width:100%;
}
.smaller-image-single-container{
	width:33.333%;
	float:left;
	padding-right:20px;
}
.img-num{
	margin-bottom:10pt;
	width:100%;
	clear:both;
	float:left;
	font-size:6.8pt;
	line-height:8pt;
	font-weight:bold;
	margin-top:4pt;
}
.container-two{
	width:100%;
}
.legends{
	font-size:6.8pt;
	line-height:8pt;
	font-weight:bold;
}
.legend-num{
	width:10%;
	float:left;
}
.legend-text{
	width:90%;
	float:left;
}
.pdf-footer{
	position:absolute;
	bottom:14px;
	font-weight:bold;
	font-size:8.6pt;
	line-height:10.3pt;
	//font-size:6.8pt;
	//line-height:8pt;
	width:100%;
}
.mfgz-logo-footer, .address{
	float:left;
	//width:16.666%;
	width:18%;
	position:relative;
	top:30px;
}
.address{
	width:30%;
}
.zhdk{
	width:32%;
	padding-right:10px;
}
.address{
}
.contact{
	float:left;
	width:20%;
}

/*map (eguide)*/
.term-themenweg-landesmuseum-mfgz #locator-tool, .term-themenweg-mfgz-landesmuseum #locator-tool{
	display:block;
}
.objekt-coords{
	display:none;
}
.row.featured.not-gray .other-way-themenweg{
	font-size:1rem;
	padding-top:.3em;
	display:block;
}
.other-way-themenweg .mfgz-sym{
	position:relative;
	top:3px;
	padding-left:3px;
	font-size:1.2em;
}

/*Ausstellungstexte*/
.single-ausstellungstexte .h1, .single-ausstellungstexte h1{
	margin-top:0px;
	font-size:2em;
}
.single-ausstellungstexte .post-body{
	font-weight:bold;
	padding-bottom:1em;
}
.single-ausstellungstexte .small-infos{
	font-size:.823em;
	font-weight:bold;
	line-height:1.21em;
}
.single-ausstellungstexte .objekt-link{
	font-weight:bold;
	margin-top:1em;
	margin-left:26px;
	text-indent:-26px;
	margin-bottom:15px;
}
.single-ausstellungstexte .objekt-link:before{
	content:"e";
	font-family:mfgz;
	font-size:24px;
	font-weight:normal;
	line-height:22px;
	position:relative;
	top:5px;
}
.objekt-link .guide-nummer{
	color:rgb(225,0,45);
	border-bottom:2px solid rgb(225,0,45);
}
.single-ausstellungstexte .objekt-link a{
	text-decoration:none !important;
}
.number-landscape{
	display:none;
}
@media(min-width:801px) and (orientation:landscape){
	.single-ausstellungstexte .h1, .single-ausstellungstexte h1{
		padding-top:0px;
	}
	.location-code{
		padding-top:16px;
	}
	.location-info{
		//padding-top:30px;
	}
	.single-ausstellungstexte .location-info{
		margin-left:-10px;
	}
	.number-mobile{
		display:none;
	}
	.number-landscape{
		display:block;
	}
	.single-ausstellungstexte .location-name{
		font-size:1.625em;
		font-weight:bold;
	}
	.single-ausstellungstexte .locate-button span{
		font-size:31px;
	}
	.single-ausstellungstexte .prev-link, .single-ausstellungstexte .next-link{
			border: solid black;
			border-width: 0 3px 3px 0;
			display: inline-block;
			padding: 10px;
			cursor: pointer;
	}
	.single-ausstellungstexte .prev-link{
			-webkit-transform: rotate(135deg);
		-moz-transform:   rotate(135deg);
		-ms-transform:     rotate(135deg);
		-o-transform:      rotate(135deg);
		transform:         rotate(135deg);
		margin-right:-15px;
		margin-left:10px;
	}
	.single-ausstellungstexte .next-link{
			-webkit-transform: rotate(-45deg);
		-moz-transform:   rotate(-45deg);
		-ms-transform:     rotate(-45deg);
		-o-transform:      rotate(-45deg);
		transform:         rotate(-45deg);
		margin-left:-15px;
		margin-right:10px;
	}
}
.single-ausstellungstexte .location-name{
	font-weight:bold;
}
.single-ausstellungstexte .location-info{
	margin-bottom:1em;
}
.number-mobile{
	padding-right:10px;
}
.single-ausstellungstexte h1{
	margin-bottom:20px;
}
@media(orientation:portrait),(max-width:800px){
	.single-ausstellungstexte h1, .single-ausstellungstexte .h1{
		font-size:1.625rem;
	}
	.single-ausstellungstexte .main-content{
		z-index:inherit;
	}
	.single-ausstellungstexte .location-code{
		position:fixed;
		top:5px;
		z-index:1071;
		font-size:1rem;
		background-color:#fff;
		width:80%;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:0px;
	}
	html.open .single-ausstellungstexte .location-code{
		display:none;
	}
	.single-ausstellungstexte .prev-link:before{
		content:"f";
		font-family:mfgz;
		font-size:24px;
		position:absolute;
		left:40px;
		font-weight:normal;
		margin-top:-4px;
	}
	.single-ausstellungstexte .next-link:before{
		content:"e";
		font-family:mfgz;
		font-size:24px;
		position:absolute;
		left:64px;
		font-weight:normal;
		margin-top:-4px;
	}
}
.single-objekt .context-title{
	font-weight:bold;
}
.single-objekt .context-body{
	margin-bottom:10px;
}

/*error 404*/
.error404 #qtranslate-2, .error404 .search-form{
	display:none;
}

/*weird font problem safari*/
a[href]:after {
	content:inherit !important;
}

/*ipad styles*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px){
	html, body{
		font-size:19px;
	}
	.single-objekt h1{
		font-size:1.3em;
	}
	.control-bar .mfgz-sym{
		font-size:36px;
	}
	.control-bar .down-arrow .border-replace, .control-bar .play .border-replace{
		width:36px;
		height:36px;
		line-height:35px;
		position: relative;
		left: -1px;
	}
	.control-bar .down-arrow, .control-bar .play{
		height:40px;
		width:40px;
		border-width:3px;
	}
	.control-bar .mfgz-sym .border-replace{
		font-size:23px;
	}
	.single-objekt .mejs-container .mejs-controls{
		margin-left:92px;
	}
	.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a{
		height:3px;
	}
	.bottom-container.no-counter{
		height:50px;
		top:-52px;
	}
	.single-objekt .locate-button .mfgz-sym{
		width:30px;
		height:36px;
		position:relative;
		top:10px;
	}
	.control-bar .locate-button{
		right:13px;
	}
	.control-bar .like{
		right:60px;
	}
	.control-bar .download{
		right:111px;
	}
	.sharing{
		right:142px;
	}
	.mejs-time-rail{
		padding-top:10px;
	}
	.mejs-container .mejs-controls .mejs-time{
		top:-6px;
	}
	.mejs-overlay-loading{
		background-color: rgba(255,255,255,.7);
		border-radius: 500px;
		width: 120px;
		height: 120px;
		//margin: -40px 0 0 -40px;
	}
	.mejs-overlay-loading span.mejs-overlay-loading-bg-img{
	//	background-image:url(includes/img/mfgz-loading.gif);
		background: transparent url(includes/img/mfgz-loading.gif) 0px 0px no-repeat;
		width: 140px;
		height: 140px;
		background-size: 120px 120px;
	}
	.mejs-overlay-button{
		background-image:url(includes/img/play.svg);
		background-color: rgba(255,255,255,.7);
		border-radius: 500px;
		width: 140px;
		height: 140px;
		background-size: 100px 100px;
		background-position: center;
		//margin: -40px 0 0 -40px;
	}
	.center-rotate-button{
		position:absolute;
		top:50%;
		left:50%;
		z-index:3;
		font-size:100px;
		display:block;
		background-color: rgba(255,255,255,.5);
		height: 140px;
		border-radius: 140px;
		width: 140px;
		line-height: 141px;
		text-align: center;
		margin-left:-70px;
		margin-top:-70px;
	}

}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){
	.control-bar .locate-button{
		bottom:10px;
	}
	.control-bar .like{
		bottom:8px;
	}
	.control-bar .download{
		bottom:4px;
	}
	.sharing{
		bottom:14px;
	}
	.single-objekt .mejs-container .mejs-controls{
		bottom:8px;
	}
	.large-font .switch-input{
		top:11px;
	}
	.single-objekt .mejs-container.mejs-video .mejs-controls{
		bottom:-64px;
	}
	.tour-title{
		font-size:1em;
	}
	.featured .tour-title{
		font-size:1.3em;
	}
	.row-2 .social-links{
		display:none;
	}
	.row-1 .social-links{
		display:block;
	}
	.row-1 .zhdk-img{
		display:block;
	}
	.row-2 .zhdk-img{
		display:none;
	}
	.social-links{
		font-size:18px;
	}
	.site-footer .youtube img{
		height:24px;
		top:0px;
	}
	.subtitle{
		font-size:.9em;
	}
	.single-objekt h1{
		margin-bottom: 0;
	}
	.zhdk-img{
		padding-right:20px;
	}
	.fk-img{
		padding-right:30px;
	}
	.fk-link{
		padding-left:20px;
	}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){
	.single-objekt h1{
		font-size:1em;
	}
	.bottom-container.no-counter{
		top:-107px;
	}
	.single-objekt .mejs-container .mejs-controls{
		margin-left:40px;
	}
	.leaflet-bar a, .leaflet-touch .leaflet-bar a{
		font-size:38px;
	}
	.leaflet-touch .leaflet-bar a{
		line-height:21px;
	}
	.control-bar .sharing{
		bottom:-43px;
	}
	.control-bar .download{
		bottom:-51px;
	}
	.control-bar .like{
		bottom:-49px;
	}
	.control-bar .locate-button{
		bottom:-45px;
	}
	html, body{
		font-size:19px;
	}
	#content{
		//font-size:19px;
	}
	.leaflet-control-zoom-in{
		position:relative;
		top:4px;
	}
	.close-button:before, .close-button:after{
		height:2px;
	}
	.back-to-tour{
		display:inline-block;
		max-width:220px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-right:9px;
	}
	.single-objekt .mejs-container.mejs-video .mejs-controls{
		bottom:-53px;
	}
}

/*plc styles*/
@media (min-width: 769px) and (orientation: landscape) {
	.search img.search-icon {
		display: none;
	}
}


.single-objekt .tour-prev-container img {
	transform: rotate(180deg);
}
.single-objekt .tour-wrapper img{
	width: 36px;
}
.share-button-text {
	color: #000;
	display: inline-block;
	top: 3px;
	position: relative;
}
.settings-dialog .restart-tour__mobile img{
	height: 36px;
}
.settings-dialog .restart-tour__mobile {
	padding-top: 0 !important;
	margin-top: -24px !important;
}
.newsletter__input, .login-remember input {
	display: none;
}
.newsletter__label {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #000;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle;
	border: 6px solid #000;
}
.login-remember label::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #000;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: -3px;
	vertical-align: middle;
	border: 6px solid #000;
}
.login-remember label.checked::before {
	background: #fff;
}
.newsletter__input:checked + label {
	background: #fff;
}
.legende-row-title .collapse-row, .bio-row-title .collapse-row {
	width: 40px;
	height: 40px;
	background: url('./img/dropdown.svg');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.legende-row-title .collapse-row.collapsed, .bio-row-title .collapse-row.collapsed {
	transform: translateY(-50%);
}
.anmelden-dropdown {
	position: absolute;
	right: 15px;
	width: 36px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}
.anmelden-dropdown.openned {
	transform: translateY(-50%);
}
.anmelden-row {
	position: relative;
}
.ui-row.wp-login {
	display: none;
}
.ui-row.wp-login.openned {
	display: block;
	background: #f5f5f5;
}
.navbar .search__error-message {
	display: none !important;
	color: #f00;
	top: -6px !important;
}
.navbar .search__error-message.active {
	display: block !important;
	position: relative;
	z-index: 9999;
}
.profile .user-logout .close-button::after, .profile .user-logout .close-button::before {
	content: unset;
}
.profile .user-logout .close-button {
	width: 26px;
	height: 26px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px;
	background: url('./img/closewhite.svg') #c8c8c8;
	background-position: 50%;
	background-size: 58%;
	right: 17px;
	background-repeat: no-repeat;
	margin-top: 0;
	padding: 0;
}
.ui-row.profile {
	position: relative;
}
@media (max-width:768px), (orientation: portrait) {
	#search-input {
		width: 100%;
		height: auto;
		padding: 17px 10px 16px 40px;
		border-radius: 55px;
		box-shadow: 0 0 10px rgb(0 0 0 / 30%);
		margin: 17px 0;
		background: #fff;
		color: #c4c4c4;
		font-size: 1.15em;
		-webkit-appearance: none;
	}
	.profile .user-logout .close-button {
		background: url('./img/closewhite.svg') #000;
		background-position: 50%;
		background-size: 58%;
		background-repeat: no-repeat;
	}
	.single-objekt h1 {
		font-size: 20px;
		line-height: 1.05;
	}
	.navbar .search__error-message {
		top: 0 !important;
	}
	#search-input::-webkit-input-placeholder {
		color:transparent;
	}
	#search-input:-moz-placeholder {
		color:transparent;
	}
	#search-input::-moz-placeholder {
		color:transparent;
	}
	.search {
		max-width: calc(100% - 102px);
		position: relative;
	}
	.large-font .search {
		max-width: calc(100% - 120px);
	}
	.med-font .search {
		max-width: calc(100% - 110px);
	}
	.search-open, .navbar.open .search {
		max-width: calc(100% - 102px);
	}
	.med-font .search-open, .med-font .navbar.open .search {
		max-width: calc(100% - 110px);
	}
	.large-font .search-open, .large-font .navbar.open .search {
		max-width: calc(100% - 120px);
	}
	.navbar.open .menu-name{
		display: none;
	}
	.menu-name {
		padding: 15px 20px;
		font-size: 1.15em;
		line-height: 1.3;
		border-radius: 55px;
		box-shadow: 0 0 10px rgba(0,0,0, 0.3);
		display: inline-block;
		background: #fff;
	}
	.search .search-icon {
		position: absolute;
		font-size: 1.6em;
		top: 50%;
		left: 4px;
		transform: translateY(-50%);
		max-width: 36px;
	}
	.navbar-header {
		height: auto;
	}
	.navbar-header .search {
		padding: 0;
	}
	.navbar-header {
		border-bottom: unset;
	}
	body {
		padding-top: 88px;
	}
	.browse {
		top: 89px;
	}
	.autocomplete-suggestions {
		top: 89px !important;
	}
	.switch-input {
		display: none !important;
	}
	.navbar-toggle .close-button {
		width: 56px;
		height: 56px;
		top: 9px;
		border-radius: 50px;
		box-shadow: 0 0 10px rgba(0,0,0, 0.3);
		right: 10px;
		background-repeat: no-repeat;
	}

	.navbar-toggle .close-button img {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
		width: 45px;
		height: 45px;
	}

	.large-font .navbar-toggle .close-button {
		height: 62px;
		width: 62px;
	}
	.large-font .navbar-toggle .close-button img {
		width: 52px;
		height: 52px;
	}
	.med-font .navbar-toggle .close-button {
		height: 59px;
		width: 59px;
	}
	.med-font .navbar-toggle .close-button img {
		width: 49px;
		height: 49px;
	}
	.navbar-toggle .close-button::before, .navbar-toggle .close-button::after {
		content: unset;
	}
	.share-icon {
		height: 3em;
	}
	.navbar-fixed-top {
		background: transparent;
	}
	.navbar.open {
		background: #fff;
	}
	.search span.mfgz-sym {
		display: none;
	}
	.navbar-brand .popover.black {
		left: unset !important;
		right: 0;
	}
	.navbar-brand .welcome-popover {
		float: right;
	}
	.navbar-brand .popover .arrow {
		right: 12%;
		left: unset !important;
	}
	.tour-info .btn-default {
		border-radius: 30px;
		box-shadow: 0 0 5px 0;
		padding: 15px 26px;
		font-size: 1.15em;
	}
	.tour-info .btn-default:hover, .tour-info .btn-default:active, .tour-info .btn-default:focus {
		background: #000;
		opacity: 1;
		color: #fff !important;
	}
	.settings-dialog .settings-header .mfgz-sym{
		display: none;
	}
	.settings-dialog .settings-header {
		background: #fff;
	}
	.settings-dialog .settings-header .close-button {
		width: 56px;
		height: 56px;
		top: 4px;
		right: 0;
		border-radius: 50%;
		box-shadow: 0 0 10px rgba(0,0,0, 0.3);
		position: relative;
	}
	.settings-dialog .settings-header .close-button img{
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
		width: 45px;
		height: 45px;
	}
	.large-font .settings-dialog .settings-header .close-button, .large-font .map-container .close-button
	{
		width: 62px !important;
		height: 62px !important;
	}
	.large-font .settings-dialog .settings-header .close-button img, .large-font .map-container .close-button img {
		width: 52px !important;
		height: 52px !important;
	}
	.med-font .settings-dialog .settings-header .close-button, .med-font .map-container .close-button {
		width: 59px !important;
		height: 59px !important;
	}
	.med-font .settings-dialog .settings-header .close-button img, .med-font .map-container .close-button img {
		width: 49px !important;
		height: 49px !important;
	}
	.settings-dialog .settings-header .close-button::before, .settings-dialog .settings-header .close-button::after {
		content: unset;
	}
	.settings-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.settings-dialog .ui-row.lang {
		display: none;
	}
	.settings-dialog .restart-tour.mfgz-sym {
		display: none;
	}
	#wp-submit, #submit-reg, .wp-login .btn-sm {
		padding: 10px 16px;
	}
	.wp-login #wp-submit, .login-btn, #submit-reg, .register-btn {
		position: relative;
		left: unset;
		bottom: unset;
		margin-top: 10px;
	}
	.ui-row form {
		margin-bottom: 0;
	}
	.login-tabs {
		position: relative;
	}
	.find-pw {
		position: absolute;
		bottom: unset;
		width: 41px;
		height: 41px;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		background: #000;
		display: flex;
		justify-content: center;
		align-items: center;
		top: -42px;
		right: 0;
		font-size: 1em;
	}
	.wp-login {
		background-color: #f5f5f5;
	}
	.menu-item-mobile a {
		padding: 15px 0;
		position: relative;
		display: block;
		font-size: 1em !important;
	}
	#main-menu li::after, .menu-item-mobile::after {
		content: unset !important;
	}
	.settings-button-container .menu-item.settings {
		display: none;
	}
	.subtitle .mfgz-nummer, .subtitle .location-name {
		display: none;
	}
	.title-area .mobile-title, .single-objekt .title-subtitle-container .entwurf-single {
		font-size: 20px;
		line-height: 1.4;
	}
	.title-area {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.single-objekt .title-subtitle-container h1 {
		padding-top: 0;
	}
	.objekt-title-full, .entwurf-inside-container {
		height: 22px;
	}
	.bottom-container .down-arrow.mfgz-sym {
		display: none;
	}
	.mobile-actions .sharing {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		bottom: unset;
	}
	.mobile-actions .download .dkpdf-button span{
		display: none;
	}
	.mobile-actions .like i {
		color: transparent !important;
	}
	.mobile-actions .simplefavorite-button {
		cursor: pointer;
	}
	.mobile-actions .like .popover-alert {
		min-width: 190px;
	}
	.mobile-actions .like span:not(.close-frontend-alert) {
		width: 42px;
		height: 42px;
		background: url('./img/save-black.svg');
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: 50%;
		top: unset;
		right: unset;
	}
	.mobile-actions .like span.active {
		background: url('./img/save.svg');
		background-size: 90%;
		background-position: 50%;
		background-repeat: no-repeat;
	}
	.mobile-actions .download .dkpdf-button {
		width: 42px;
		height: 42px;
		background: url('./img/download.svg');
		background-size: 90%;
		background-position: 50%;
		background-repeat: no-repeat;
	}
	.mobile-actions .download-button {
		width: auto;
		height: auto;
	}
	.mobile-actions .share-icon {
		max-width: 38px;
	}
	.mobile-actions {
		display: flex;
		align-items: center;
	}
	.control-bar .sharing, .control-bar .download, .control-bar .like, .control-bar .locate-button {
		display: none;
	}
	.mejs-time-rail span{
		display: none;
	}
	.single-objekt .control-bar {
		padding-left: 0;
	}
	.single-objekt .mejs-container .mejs-time {
		right: 8px;
		top: 0;
		font-size: 20px;
	}
	.single-objekt .mejs-container .mejs-controls {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.single-objekt .border-replace {
		display: none;
	}
	.single-objekt .play.mfgz-sym {
		border: unset;
		width: 64px;
		height: 64px;
		background: url('./img/play.svg') #fff;
		background-size: 70%;
		background-position: 70% 50%;
		background-repeat: no-repeat;
		box-shadow: 0 0 10px rgba(0,0,0, 0.3);
		position: absolute;
		top: -26px;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
	}
	.play-wrapper {
		width: 64px;
		height: 64px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	.single-objekt .control-bar .play.pause {
		background: url('./img/pause.svg') #fff;
		background-size: 25%;
		background-position: 50%;
		background-repeat: no-repeat;
	}
	.location-name-mobile {
		position: absolute;
		top: -1px;
		left: 0;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		padding-left: 42px;
	}
	.location-name-mobile span {
		display: none;
	}
	.location-name-mobile img {
		display: inline-block;
		width: 36px;
		position: absolute;
		left: 0;
		top: -18px;
		width: 55px;
	}
	.single-objekt .map-container .close-button::after, .map-container .close-button::before {
		content: unset;
	}
	.single-objekt .map-container .close-button {
		width: 56px;
		height: 56px;
		top: 9px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0, 0.3);
		top: 24px;
		right: 14px;
		position: absolute;
	}
	.single-objekt .map-container .close-button img {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
		width: 45px;
		height: 45px;
	}
	.floor-button div {
		border-bottom: unset !important;
		background: transparent !important;
		width: 41px !important;
		height: 41px !important;
		padding-top: 10px !important;
	}
	.large-font .floor-button div {
		padding-top: 8px;
	}
	.med-font .floot-button div {
		padding-top: 9px;
	}
	.floor-button {
		margin-bottom: 8px;
		border-radius: 50%;
		background: #fff;
		color: #000;
		box-shadow: 0 0 10px rgba(0,0,0, 0.3);
	}
	.floor-button.active {
		background: #000 !important;
		color: #fff !important;
	}
	#floor-control {
		background: transparent !important;
		box-shadow: unset !important;
		margin-bottom: 110px;
		right: 8px;
	}
	.gm-bundled-control-on-bottom div[draggable=false] {
		background: transparent !important;
		box-shadow: none !important;
	}
	.gmnoprint button {
		background: #fff !important;
		border-radius: 50%;
		width: 41px !important;
		height: 41px !important;
		margin-top: 10px !important;
		box-shadow: 0 0 10px rgba(0,0,0, 0.3) !important;
	}
	.gmnoprint button:first-of-type {
		background: url('./img/zoom-in.svg') #fff !important;
	}
	.gmnoprint button:last-of-type {
		background: url('./img/zoom-out.svg') #fff !important;
	}
	.gmnoprint button img {
		display: none !important;
	}
	.gmnoprint button+div {
		display: none;
	}
	.gm-bundled-control-on-bottom {
		bottom: 190px !important;
	}
	.navbar-header.tour {
		background: transparent;
	}
	.single-objekt .back-to-tour {
		display: none;
	}
	.single-objekt .tour-prev-container, .single-objekt .tour-label-middle, .single-objekt .tour-next-container {
		position: relative;
		left: unset;
		right: unset;
		top: unset;
		width: auto;
		height: auto;
		font-size: 1.15em;
	}
	.single-objekt .tour-wrapper img{
		width: 40px;
	}
	.single-objekt .tour-wrapper {
		display: inline-flex;
		align-items: center;
		padding: 9px 15px 7px 15px;
		border-radius: 35px;
		box-shadow: 0 0 10px rgb(0 0 0 / 30%);
		background: #fff;
		margin-top: 6px;
		min-height: 55px;
	}
	.large-font .tour-wrapper {
		padding: 11px 15px 10px 15px;
	}
	.med-font .tour-wrapper {
		padding: 10px 15px 8px 15px;
	}
	.tour-label-middle {
		padding: 0 12px;
	}
	.tour-label {
		display: none !important;
	}
	.single-objekt .etikette {
		display: none !important;
	}
	.single-objekt .objekt-location-container {
		height: 100vh !important;
		position: fixed !important;
		z-index: 1490;
		top: 0 !important;
	}
	.single-objekt .objekt-location-container #map {
		height: 100vh !important;
	}
	.bottom-container.no-counter {
		top: 35px !important;
	}
	.single-objekt #content .mfgzslider-row {
		padding-bottom: 65px;
	}
	.btn-sm, .btn-group-sm>.btn {
		border-radius: 0;
	}
	.save-button-col .sharing {
		position: relative;
		right: 0;
		top: 0;
		left: 0;
	}
	.custom-align {
		display: flex;
		align-items: center;
	}
	.map-openned .navbar-fixed-top {
		z-index: 1;
	}
	.objekt-title-full, .entwurf-inside-container {
		height: auto;
	}
	/*div.dreidviz-viewer {*/
	/*	margin-top: 50px !important;*/
	/*}*/
	#wp-submit, #submit-reg, .wp-login .btn-sm {
		font-size: 1em;
	}
	.settings-container .login-tabs .btn {
		/* background: #fff;
		color: #000; */
		position: relative;
		bottom: unset;
		left: unset;
		right: unset;
	}
	.settings-container .login-tabs .btn:active, .settings-container .login-tabs .btn:hover {
		box-shadow: unset;
	}
	.mfgzslider-row {
		position: relative !important;
		top: 0 !important;
		margin-bottom: 20px;
	}
	.mfgzslides {
		position: relative;
	}
	.objekt-arrows {
		height: 70px;
		top: calc(50% - 85px);
	}
	.objekt-arrows .arrow {
		top: 0;
		margin-top: 0;
	}
	.mfgzslider-container-div {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mfgzslider-image.threed {
		top: 0 !important;
	}
	.mejs-controls {
		position: unset;
	}
	.mejs-controls .mejs-time {
		padding-top: 0;
	}
	.audio-players .mejs-container {
		bottom: unset;
		top: 1px;
	}
	body #locator-tool {
		background-color: transparent;
		box-shadow: unset;
		right: 8px;
		bottom: 115px;
	}
	.mobile-actions .like .ui-row.alert-row.alert-header {
		padding-right: 40px;
	}
	.tax-tour .content-padder .map-container #floor-control {
		display: none !important;
	}
	.mfgzslider-container-div.jpg img {
		height: auto !important;
		width: auto !important;
	}
}

@media (min-width:769px) and (orientation: landscape) {
	.share-icon {
		height: 27px;
	}
	.close-button img {
		display: none !important;
	}
	.menu-item-mobile {
		display: none;
	}
	.location-name-mobile {
		display: none;
	}
	.mobile-title, .mobile-actions {
		display: none;
	}
	.yes-open-login {
		border-radius: 0 !important;
	}
	.menu-name {
		display: none;
	}
	.tour-wrapper {
		display: inline-block;
	}
	.tour-info-container{
		top: 4px;
	}
	.single-objekt-container .tour-info {
		display: flex;
	}
	.tour-prev, .tour-next{
		font-size:1.4em;
		padding-left: 3px;
		padding-right: 3px;
	}
	.tour-info-container .tour-wrapper {
		display: flex;
	}
	.tour-wrapper .tour-next-container, .tour-wrapper .tour-prev-container{
		top: -14px;
	}
}

@media (max-width:415px) {
	.share-icon {
		height: 46px;
	}
}
@media(min-width: 700px) {
	.tour-img .background-div {
		height: 42vw;
	}
}
@media(orientation: portrait), (max-width: 800px) {
	.tour-img .background-div {
		height: 66vw;
	}
}
.alert-row {
	border-color: #000 !important;
}

@media (max-width: 768px), (orientation: portrait) {
	.gmnoprint .gm-style-cc button {
		background: none !important;
		width: unset !important;
		height: unset !important;
		margin: 0 !important;
	}
}

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

@media (max-width: 768px), (orientation: portrait) {
	.gm-bundled-control-on-bottom button.gm-control-active {
		margin-left: -5px !important;
		height: 41px !important;
	}
	.gmnoprint.gm-bundled-control-on-bottom {
		bottom: 190px !important;
	}
	.map-openned footer#colophon {
		position: relative;
		z-index: -1;
	}

	/* Buttons */
	#register-form {
		display: block;
	}
	.login-tabs {
		display: block;
	}
	.login-tabs .btn,
	.wp-login #wp-submit, 
	.login-btn, 
	#submit-reg, 
	.register-btn {
   		display: inline-block;
	}
	.login-tabs .find-pw {
		top: -3.1rem;
	}
	.play-item {
		min-width: 220px;
	}
	.single-objekt .mejs-container.mejs-video .mejs-controls {
		bottom: -75px;
	}
}

