/* Profile */
.user-profile-picture {
  display: none;
}

#password {
  display: none;
}
.user-sessions-wrap.hide-if-no-js {
  display: none;
}
#application-passwords-section {
  display: none;
}

/* Login */
h1.wp-login-logo {
    display: none;
}

p.forgetmenot {
    display: none;
}

.login #nav {
    display: none;
}
.login #backtoblog, .login #nav {
    display: none;
}
.login .privacy-policy-page-link {
    display: none;
}

.login #language-switcher {
    display: none;
}

.login .user-pass-wrap {
	display: none;
}

.login #loginform p {
	display: none;
}

.login #loginform .btn {
	margin-bottom: 0px!important;
	text-align: center!important;
}

/* Admin Bereich */

#wp-admin-bar-wp-logo {
	display: none;
}

.front-title {
	color: white;
	/*-webkit-text-stroke: 1px #F8F8F8;*/
	-webkit-text-stroke: .25px #646464;
	text-shadow: 0px 2px 6px #303030;
}
.front-subtitle {
	color: white;
	/*-webkit-text-stroke: 0.2px #000000;*/
	text-shadow: 0px 1px 2px #000000;
}

.frontbutton {
	border: 2px solid #003754;
	border-radius: .45rem;
    text-decoration: none;
}

/* Site */


header {
	position: sticky;
	top: 0;
	z-index: 99;
	background:#fcfcfd;
    background:rgba(252,252,253,0.9);
	backdrop-filter: blur(10px);
}
:root {
	--navHeight:106px;
	--SPSColor:#ff0000;
	--SPSColorE:var(--SPSColor);
	--SPSColorT:var(--SPSColor);
	--SPSColorI:var(--SPSColor);
	--SPSColorB:var(--SPSColor);
	--SPSColorBN:var(--SPSColor);
}

html {
	scroll-padding-top: var(--navHeight);
}

.ums_map_opts {
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

.ums_map_opts p {
	margin: 0px;
	padding: 0px;
} 

.umsMapMarkerFilters {
	display: none !important;
}
.umsMapProControlsCon{
	display: none !important;
}
.useSPSE {
	color: var(--SPSColorE);
}
.useSPST {
	color: var(--SPSColorT);
}
.useSPSI {
	color: var(--SPSColorI);
}
.useSPSB {
	color: var(--SPSColorB);
}
.useSPSBN {
	color: var(--SPSColorBN);
}


@media screen and (max-width: 992px) {
	html {
		 scroll-padding-top: var(--navHeight);
	}
	.header-logo {
		width: 120px;
		padding-bottom: 10px;
		padding-right: 5px;
	}

	.header-title {
		font-size: 18px;
	}
	.header-subtitle {
		font-size: 8px;
		padding-bottom: 10px;
		/*display: none;*/
	}
	.header-menu {
		padding-bottom: 10px;
	}
	.partner-img {
		width: 75px;
	}
}
body, html {
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion) {
	body, html {
		scroll-behavior: initial;
	}
}

.back-to-top {
	color: white !important;
	/* font-weight: bold; */
	background: #006ca7;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 5px;
	border-radius: 5px;
	z-index: 100;
}
.back-to-top:hover {
	color: white !important;
	/* font-weight: bold; */
	text-decoration: none;
	background: #055589; /*#0f6ecd; */
}

.back-to-top a:hover {
	color: white !important;
	font-weight: bold;
	text-decoration: none;
}

.wp-block-button:hover {
	color: white !important;
	/* font-weight: bold; */
	text-decoration: none;
	background: #055589; /*#0f6ecd; */
	border-radius: .33rem;
    

}
.wp-block-button a:hover {
	color: white !important;
	/*font-weight: bold;*/
	text-decoration: none;
	background: #055589; /*#0f6ecd;*/
	border-radius: .33rem;
   
}

.hide-h1 {
	display: none;
}
