/* Custom styling for application goes in this file */
html {
	overflow-y: scroll;
}

body {
	min-width: 320px;
	position: relative;
	min-height: 100vh;
}

a {
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: underline;
}

::-moz-selection {
	/*background: #ff2b81;*/ /*New CI*/
	background: #e9006f;
	color: #fff;
	text-shadow: none;
}

::selection {
	/*background: #ff2b81;*/ /*New CI*/
	background: #e9006f;
	color: #fff;
	text-shadow: none;
}

hr {
	/*border-color: #ff2b81;*/ /*New CI*/
	border-color: #e9006f;
}

/* helper */
.responsive-grid .new-row {
	clear: left;
}

@media (min-width: 576px) {
	.responsive-grid .new-row-sm {
		clear: left;
	}
}

@media (min-width: 768px) {
	.responsive-grid .new-row-md {
		clear: left;
	}
}

@media (min-width: 900px) {
	.responsive-grid .new-row-slg {
		clear: left;
	}
}

@media (min-width: 1025px) {
	.responsive-grid .new-row-lg {
		clear: left;
	}
}

@media (min-width: 1250px) {
	.responsive-grid .new-row-xl {
		clear: left;
	}
}

/* fixes */
/** lightbox fix */
.fade {
	opacity: 0;
}

.fade.in {
	opacity: 1;
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
	color: inherit;
}

@media (min-width: 1250px) {
	body {
		/* 20px */
		font-size: 1.25rem;
		line-height: 1.3;
	}
	h1, .h1 {
		/* 72px */
		font-size: 4.5rem;
		font-weight: 500;
	}
	h2, .h2 {
		/* 60px */
		font-size: 3.75rem;
		font-weight: 500;
	}
	h3, .h3 {
		/* 42px */
		font-size: 2.625rem;
		font-weight: 500;
	}
	h4, .h4 {
		/* 36px */
		font-size: 2.25rem;
	}
	h5, .h5 {
		/* 20px */
		font-size: 1.25rem;
	}
	h6, .h6 {
		/* 20px */
		font-size: 1.25rem;
	}
}

@media only screen and (max-width: 576px) {
 	h1, .h1 {
		font-size: 2.125rem;
	}
}

b, strong {
	font-weight: 500;
}

/* inputs */
.form-control.no-border,
.form-control:focus.no-border {
	border-color: #fff !important;
}

/* buttons */
.btn {
	font-size: 1.25rem;
	min-width: 210px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 10px;
}

.btn:hover, .btn:focus, .btn:active, .btn.hover {
	background-color: #fff;
	/*color: #ff2b81;*/ /*New CI*/
	color: #e9006f;
	/*border-color: #ff2b81;*/ /*New CI*/
	border-color: #e9006f;
}

.btn-white {
	background-color: #fff;
	border-color: #fff;
	/*color: #ff2b81 !important;*/ /*New CI*/
	color: #e9006f !important;
}

.btn-white:hover {
	background-color: #fff;
	border-color: #fff;
	/*color: #ff2b81 !important;*/ /*New CI*/
	color: #e9006f !important;
}


/* icons */
/* header */
#header {
	min-width: 320px;
}

#header .top-header {
	/*background-color: #676a66;*/ /*NEW CI*/
	background-color:#575756;
	font-size: 16px;
}

#header .top-header nav > ul {
	margin: 0 -16px;
}

#header .top-header nav > ul li {
	float: left;
}

#header .top-header nav > ul li a {
	padding: 16px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#header .top-header nav > ul li a:hover, #header .top-header nav > ul li a:focus, #header .top-header nav > ul li a.active {
	/*color: #ff2b81;*/ /*New CI*/
	color: #e9006f;
}

#header .top-header nav.lang-navi {
	margin-left: 50px;
}

#header .top-header nav.lang-navi > ul {
	margin: 0 -10px;
}

#header .top-header nav.lang-navi > ul li a {
	padding: 16px 0 15px 10px;
}

#header .top-header nav.lang-navi > ul li a:after {
	content: '|';
	padding-left: 10px;
	color: #fff;
}

#header .top-header nav.lang-navi > ul li:last-child a {
	padding: 16px 10px;
}

#header .top-header nav.lang-navi > ul li:last-child a:after {
	display: none;
	content: '';
}

#header .bottom-header {
	background-color: #fff;
	font-size: 24px;
	position: relative;
}

#header .bottom-header .main-navi {
	/*margin-top: 22px;*/
	margin-top: 62px;
}

#header .bottom-header .main-navi > ul {
	margin: 0 -16px;
}

#header .bottom-header .main-navi > ul li {
	float: left;
}

#header .bottom-header .main-navi > ul li a {
	display: block;
	padding: 16px;
	text-decoration: none;
	font-weight: 500;
	
	color:#575756;
}

#header .bottom-header .main-navi > ul li a:hover, #header .bottom-header .main-navi > ul li a:focus, #header .bottom-header .main-navi > ul li a.active {
	text-decoration: underline;
	
	color:#e9006f;
}

#header .bottom-header .header-sub-navi {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 20;
	background-color: hsla(0,0%,100%,.8);
	font-size: 18px;
}

#header .bottom-header .header-sub-navi > div > ul {
	margin: 0 -16px;
	float: right;
}

#header .bottom-header .header-sub-navi > div > ul li {
	float: left;
	position: relative;
}

#header .bottom-header .header-sub-navi > div > ul li a {
	display: block;
	padding: 16px;
	text-decoration: none;
	font-weight: 500;
	
	color:#575756;
}

#header .bottom-header .header-sub-navi > div > ul li a:hover, #header .bottom-header .header-sub-navi > div > ul li a:focus, #header .bottom-header .header-sub-navi > div > ul li a.active {
	text-decoration: underline;
	
	color:#e9006f;
}

#header .bottom-header .navbar-collapse {
	float: right;
	width: auto;
}

@media (max-width: 1249px) {
	#header .bottom-header .navbar-brand {
		max-width: 50%;
	}
	#header .bottom-header .main-navi {
		width: 100%;
	}
	#header .bottom-header .main-navi > ul {
		margin: 0;
	}
	#header .bottom-header .main-navi > ul li {
		float: none;
		width: 100%;
	}
	#header .bottom-header .main-navi > ul li a {
		padding: 8px 0;
	}
	#header .bottom-header .header-sub-navi {
		position: relative;
		top: 0;
		z-index: 20;
		font-size: 18px;
	}
	#header .bottom-header .header-sub-navi > div {
		padding: 0;
	}
	#header .bottom-header .header-sub-navi > div > ul {
		margin: 0;
		float: none;
	}
	#header .bottom-header .header-sub-navi > div > ul li {
		float: none;
		width: 100%;
	}
	#header .bottom-header .header-sub-navi > div > ul li a {
		padding: 8px 0;
	}
	#header .bottom-header .top-navi li {
		display: block;
	}
	#header .bottom-header .top-navi li a {
		text-decoration: none;
		-webkit-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
		padding: 8px 0;
		display: block;
	}
	#header .bottom-header .top-navi li a:hover, #header .bottom-header .top-navi li a:focus, #header .bottom-header .top-navi li a.active {
		color: #000;
	}
	#header .bottom-header .lang-navi li {
		float: left;
	}
	#header .bottom-header .lang-navi li a {
		text-decoration: none;
		-webkit-transition: color 0.3s ease;
		-o-transition: color 0.3s ease;
		transition: color 0.3s ease;
		padding: 8px;
		display: block;
		
		color:#575756;
	}
	#header .bottom-header .lang-navi li a:hover, #header .bottom-header .lang-navi li a:focus, #header .bottom-header .lang-navi li a.active {
		/*color: #000;*/
		color:#e9006f;
	}
	#header .bottom-header .lang-navi li:first-child a {
		padding-left: 0;
	}
	.search-container {
		display: inline-block;
		min-width: 290px;
	}
	#header .bottom-header .navbar-collapse {
		width: 100%;
	}
}

.search-container {
	margin: 12px 0;
}

.search-container .top-search {
	position: relative;
}

.search-container .top-search .search-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 8px;
	display: block;
	background: transparent;
	border: none;
}

.search-container .top-search .search-button img {
	display: block;
}

.navi-toggle-container {
	position: relative;
}

@media (max-width: 1249px) {
	.navi-toggle-container {
		width: 100%;
	}
}

.navbar-toggler {
	position: absolute;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	vertical-align: middle;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -12px;
}

.navbar-toggler:focus {
	outline: none;
}

.sx-navbar-toggle-icon {
	display: block;
	width: 2.5rem;
	height: 1.5rem;
	position: relative;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0s ease-in-out;
	transition: -webkit-transform 0s ease-in-out;
	-o-transition: -o-transform 0s ease-in-out;
	transition: transform 0s ease-in-out;
	transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	padding: 0.2rem 0;
}

@media (min-width: 1250px) {
	.sx-navbar-toggle-icon {
		display: none;
	}
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
	content: '';
	display: block;
	height: 0.2rem;
	/*background-color: #ff2b81;*/ /*New CI*/
	background-color: #e9006f;
	margin: 0;
	-webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
	transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
	-o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
	transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
	transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	position: absolute;
	left: 0;
	right: 0;
}

.sx-navbar-toggle-icon:before {
	top: -0.1rem;
}

.sx-navbar-toggle-icon > span {
	top: 0.65rem;
}

.sx-navbar-toggle-icon:after {
	top: 1.4rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
	-webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
	transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
	-o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
	transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
	transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0.65rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
	opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0.65rem;
}

/* footer */
#footer .top-footer {
	color: #686a66;
}

#footer .top-footer p {
	margin-bottom: 0.4em;
}

#footer .top-footer a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

#footer .top-footer a:hover {
	/*color: #ff2b81;*/ /*New CI*/
	color: #e9006f;
}

#footer .bottom-footer {
	/*background-color: #676a66;*/ /*NEW CI*/
	background-color:#575756;
	color: #fff;
	display: block;
	font-size: 15px;
}

#footer .bottom-footer p {
	display: block;
	margin: 0;
}

#footer .bottom-footer .footer-navi {
	padding: 10px;
	text-align: center;
}

#footer .bottom-footer .footer-navi .fn-item:first-child {
	padding-left: 5px;
}

#footer .bottom-footer .footer-navi .fn-item:before {
	content: '|';
	text-decoration: none;
}

#footer .bottom-footer .footer-navi .fn-item a {
	padding: 10px;
	display: inline-block;
	color: inherit;
}

@media (max-width: 1249px) {
	#footer .bottom-footer .footer-navi .fn-item {
		display: block;
	}
	#footer .bottom-footer .footer-navi .fn-item:first-child {
		padding-left: 0;
	}
	#footer .bottom-footer .footer-navi .fn-item:before {
		content: '';
	}
	#footer .bottom-footer .footer-navi .fn-item a {
		padding: 10px;
		display: block;
		color: inherit;
	}
}

#footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.addthis_inline_follow_toolbox {
	position: fixed;
	top: 40%;
	left: 0;
	z-index: 99999;
}

.addthis_follow_label { 
	display: none !important; 
}

.form-messages {
	display:none;
	
	padding:10px 20px;
	margin-bottom:30px;
	border:1px solid #e9006f;
	background-color:rgba(233, 0, 111, 0.5);
}
.form-messages.show {
	display:block;
}

/* =========================
   MOBILE MENU OPTIMIERUNG
========================= */
@media (max-width: 1249px) {

	#header .bottom-header .main-navi > ul > li.has-sub {
		border-bottom: 1px solid rgba(87,87,86,0.08);
		padding: 2px 0;
	}

	#header .bottom-header .main-navi .menu-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	#header .bottom-header .main-navi .menu-link {
		display: block;
		flex: 1 1 auto;
		padding: 10px 0;
		text-decoration: none;
	}

	#header .bottom-header .main-navi .submenu-toggle {
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		border: 0;
		background: transparent;
		padding: 0;
		position: relative;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	#header .bottom-header .main-navi .submenu-toggle:focus {
		outline: none;
	}

	#header .bottom-header .main-navi .submenu-toggle span,
	#header .bottom-header .main-navi .submenu-toggle span:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 16px;
		height: 2px;
		background: #e9006f;
		transform: translate(-50%, -50%);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	#header .bottom-header .main-navi .submenu-toggle span:before {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	#header .bottom-header .main-navi li.has-sub.open .submenu-toggle span:before {
		opacity: 0;
	}

	#header .bottom-header .main-navi li.has-sub .main-sub-navi {
		display: none;
		padding: 6px 0 10px 18px;
		margin-top: 2px;
	}

	#header .bottom-header .main-navi li.has-sub.open .main-sub-navi {
		display: block;
	}

	#header .bottom-header .main-navi li.has-sub .main-sub-navi ul {
		margin: 0;
	}

	#header .bottom-header .main-navi li.has-sub .main-sub-navi li {
		float: none;
		width: 100%;
	}

	#header .bottom-header .main-navi li.has-sub .main-sub-navi a {
		display: block;
		padding: 8px 0;
		font-size: 0.95em;
		color: #575756;
		text-decoration: none;
	}

	#header .bottom-header .main-navi li.has-sub .main-sub-navi a:hover,
	#header .bottom-header .main-navi li.has-sub .main-sub-navi a:focus,
	#header .bottom-header .main-navi li.has-sub .main-sub-navi a.active {
		color: #e9006f;
		text-decoration: underline;
	}

	#header .bottom-header .header-sub-navi {
		display: none;
	}
}
