/* credits.css, da über less datein nicht möglich */
.navbar.navbar-sanus.credits {
	background: #636363;
}
.content.sanus-credits .sanus-pre-head .wallpaper {
	background-image: url(/assets/scr/scr_head_parallax_img.jpg);
	background-repeat: no-repeat;
	background-position: left 120px;
	background-position-x: left!important;
	background-attachment: fixed;
	background-size: auto 360px;
}
.content.sanus-credits .img-sc-content {
	padding: 0 0;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.content .page-content p {
	font-size: 1.08333333em;
	line-height: 175%;
	margin: 0 0 1em 0;
}
.sanus-credits .sanus-fullwidth {
	background: rgba(128,128,128,.25);
	padding: 2em 0 2em 0;
	margin-bottom: 45px;
}
.content.sanus-credits .page-content h3 {
	color: #72beeb;
	font-weight: 400;
}
.sanus-sanslide.credits .sanslide-trigger {
	background: #636363 url(/assets/trigger-sanuscredits.png) no-repeat center center;
}
.sanus-sanslide.active .sanslide-trigger {
margin: 0 0 0 0;
right: 0px;
box-shadow: none;
background: #cccccc url(/assets/trigger-close.png) no-repeat center center;
}
.sanus-pre-head{
	background: #be9637;

	.wallpaper{
		background-image: url("/assets/scr/scr_head_parallax_img.jpg");
		background-repeat: no-repeat;
		background-position: left 120px;
		background-position-x: left !important;
		background-attachment: fixed;
		background-size: auto 360px;
	}
	.logo{
		background-image: url("/assets/scr/logo_big.png");
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: 60px center;
	}
	}

.sanuscompanies, .sanuscoin, .new-style {
	padding-top: 0px !important;
}

.container{
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 12vw;
	padding-right: 12vw;
}

#sanusevents header {
	margin-top: 0px !important;
}

body .renumerationplan .fixed-nav {
	top: 105px;
	height: calc(100vh - 105px) !important;
}

.downloadcenter > .gap-50 {
	height: 0px;
}

[data-scroll-container]{
	perspective: none;
}

.users-edit .fixed-top {
	margin-top: 100px;
	width: 17rem !important;
}

nav.sanuslife-menu .main-menu {
	padding: 10px 0 !important;
}

.navbar-nav {
	display: flex;
	align-items: center;
}

nav.sanuslife-menu .navbar-brand > img {
	margin-right: 5px;
}

.sanuslife-menu a.login-button, .main-menu-2025 a.login-button {
	background-color: #202433;
	color: white !important;
	border: none;
	border-radius: 30px;
	padding: 5px 15px 5px 15px !important;
	margin: 5px 10px 5px 10px !important;
	text-shadow: none;
}

.sanuslife-menu a.login-button:hover, .sanuslife-menu a.login-button:focus,
.main-menu-2025 a.login-button:hover, .main-menu-2025 a.login-button:focus {
	background: #202433 !important;
	color: white !important;
}

.navbar-collapse {
	flex-grow: 1;
}

.container.main-menu-2025 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	min-height: 110px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sanuslife2:not([data-scroll-container]) {
	display: flex;
	min-height: calc(100% - 250px);
	flex-direction: column;
}

.site-wrapper {
	height: 98vh;
	margin: 0;
}

.container.main-menu-2025 > .pull-left,
.container.main-menu-2025 > .pull-right {
	float: none !important;
}

.nav .nav-divider {
	display: inline-block;
	width: 1px;
	height: 40px !important;
	background-color: #000;
	margin: 10px;
	vertical-align: middle;
}

.nav-divider-vertical {
	height: 40px;
	width: 1px;
	background: #333;
	margin: 0 10px 0 0;
	display: inline-block;
}


.navbar-toggle {
	border: none !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 4px auto;
	transition: all 0.3s ease-in-out;
}

.navbar-toggle.open .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(4px, 4px);
}

.navbar-toggle.open .icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle.open .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}

.language-box-desktop, .language-box-mobile {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	line-height: 2;
	color: #333333;
	letter-spacing: 1px;
	font-weight: 500;
}
.language-box-mobile svg {
	vertical-align: middle;
	fill: #666;
}

.language-box {
	position: relative;
	cursor: pointer;
	padding-left: 0;
	margin-left: 0;
	max-width: 70px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 500;
}

.language-box .active-language {
	display: inline-block;
	padding-left: 10px;
	align-items: center;
	margin-top: 20px;
	font-size: 18px;
	gap: 8px;
	padding: 0 10px;
	display: flex;
}

.language-box .active-language svg {
	margin-left: auto;
	transition: transform 0.3s;
}

.language-box .language-items {
	position: absolute;
	left: 0;
	display: none;
	flex-direction: column;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	min-width: 100%;
	z-index: 1000;
}

.language-box .language-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.2s;
}

.language-box-desktop a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	line-height: 2;
	letter-spacing: 0.4px;
	color: #333333;
	padding-top: 17px;
	padding-bottom: 17px;
	letter-spacing: 1px;
	font-weight: 500;
}

.language-box a:hover {
	text-decoration: none !important;
	color: var(--sanus-accent-color) !important;
}

.language-box .language-item:hover {
	background: #f1f1f1;
}

.language-box.show .language-items {
	display: flex;
}

.language-box.dropup .language-items {
	bottom: 100%;
	top: auto;
	margin-bottom: 5px;
}

.language-box:not(.dropup) .language-items {
	top: 100%;
	bottom: auto;
	margin-top: 5px;
}

.language-box.show .active-language svg {
	transform: rotate(180deg);
}

.language-box img {
	width: 24px;
	height: 16px;
	object-fit: cover;
}

.language-box-mobile, .language-box-desktop {
	position: relative;
	cursor: pointer;
}

.language-box-mobile {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

.language-box-desktop .language-items, .language-box-mobile .language-items {
	position: absolute;
	background: white;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	padding: 5px 10px;
	border-radius: 3px;
	z-index: 1000;
}

.language-box-desktop:hover .language-items {
	display: block;
}

.language-box-desktop .language-items a {
	display: block;
	padding: 5px 0;
	color: #333;
}

.language-switcher {
	margin-top: 10px;
	font-weight: bold;
}

.sc-footer {
	position: relative; /* Damit es überall auch bei lokomotive scroll funtkioniert */
	z-index: 10;
	background-color: #f9f9f9;
	padding: 30px 0;
	width: 100%;
	/* bottom: -14%; Notlösung (Ansichten ohne höhe z.B. https://sanusstore.onlocal.de/deu/shop/checkout/one-click-checkout) */
	font-size: 14px;
}

.sc-footer a {
	color: #111;
	text-decoration: none;
}

.sc-footer a:hover {
	text-decoration: underline;
}

.sc-footer .footer-language {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #000;
}

@media (max-width: 767px) {
	.container.main-menu-2025 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.nav-divider-vertical {
		height: 30px;
		margin: 5px 5px 0 0;
	}

	.sc-footer {
		text-align: center;
		padding: 30px 20px;
	}

	.sc-footer .row {
		margin-bottom: 20px;
	}

	.sc-footer .text-left,
	.sc-footer .text-right {
		text-align: center !important;
	}

	.sc-footer ul.list-inline {
		display: inline-block;
		padding-left: 0;
		margin: 0 auto;
	}
	
	.sc-footer .sc-footer-menu ul.list-inline > li,
	.sc-footer .sc-footer-legal ul.list-inline > li {
		display: block;
		margin: 5px 0;
	}

	.sc-footer .sc-footer-apps a {
		display: inline-block;
		margin: 5px 10px;
	}

	.sc-footer .sc-footer-socials li {
		display: inline-block;
		margin: 0 8px;
	}

	.sc-footer .sc-footer-socials img {
		width: 35px;
	}

	.sc-footer .footer-language {
		justify-content: center;
		margin-bottom: 10px;
	}

	.sc-footer .footer-legal ul.list-inline > li {
		display: inline-block;
		margin: 5px 10px;
		color: #999;
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.sc-footer .text-left {
		text-align: left !important;
	}
	.sc-footer .text-right {
		text-align: right !important;
	}
	
	.sc-footer .sc-footer-menu ul.list-inline > li,
	.sc-footer .sc-footer-legal ul.list-inline > li {
		display: inline-block;
		margin-right: 15px;
	}
	.sc-footer .sc-footer-menu ul.list-inline > li:last-child,
	.sc-footer .sc-footer-legal ul.list-inline > li:last-child {
		margin-right: 0;
	}
}

/* Menü öffnet über volle Breite */
@media (max-width: 767px) {
	.navbar {
		padding: 0;
	}
	nav.sanuslife-menu .navbar-brand > img {
		margin-right: 0px;
	}

	.navbar-collapse {
		background-color: #fff;
		padding: 20px 15px;
	}

	.navbar-nav > li > a {
		font-size: 16px;
		padding: 10px 15px;
		border-bottom: 1px solid #eee;
	}

	.navbar-nav .language-box {
		padding: 15px;
	}

	.nav-divider {
		display: none;
	}

	.nav-divider,
	.language-box {
		display: none !important;
	}
	.navbar-collapse {
		background: #fff;
		padding: 20px 15px;
	}

	.navbar-nav > li > a {
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
		padding: 12px 10px;
		font-size: 16px;
		color: #000;
	}

	.navbar-nav > li:last-child > a {
		border-bottom: none;
	}

	div#sc-navbar{
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		width: 100%;
		background: white;
		z-index: 999;
	}

	.navbar-header {
		margin: 0;
	}

	.navbar-toggle {
		margin: 0;
		padding: 8px 10px;
		border: 1px solid #ccc;
	}
}

@media (max-width: 768px) {
	.table-responsive table,
	.table-responsive thead,
	.table-responsive tbody,
	.table-responsive th,
	.table-responsive td,
	.table-responsive tr,
	.table-responsive tfoot {
		display: block;
		width: 100%;
	}

	.table-responsive thead {
		display: none; /* Kopfzeile ausblenden */
	}

	.table-responsive tr {
		margin-bottom: 1rem;
		border: 1px solid #ccc;
		padding: 0.5rem;
	}

	.table-responsive td {
		text-align: left;
		padding: 0.5rem;
		position: relative;
	}

	.table-responsive td::before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
		margin-bottom: 0.25rem;
		color: #555;
	}
}
