/*========= COOKIE CONSENT =========*/
#cookie-consent {
	position: fixed;
	bottom: 20px; right: 20px; z-index: 500;
	width: 100%; max-width: 640px;
	max-height: 80vh;
	padding: 0;
	display: block;
	box-shadow: rgba(0,0,0,0.1) 3px 15px 43px;
	transform: none;
	opacity: 1;
	border-radius: 20px;
	overflow: hidden; }

@media only screen and (max-width: 1024px) {
	#cookie-consent {
		right: auto; left: 50%;
		transform: translateX(-50%); }
}
@media only screen and (max-width: 640px) {
	#cookie-consent {
		right: auto; left: 0; bottom: 0;
		transform: unset; }
}

#cookie-settings-frame {
	width: 100%;
	display: block;
	max-height: 80vh;
	padding: 0;
	overflow-y: scroll;
	scrollbar-width: none; }

#cookie-settings-frame.active { scrollbar-width: thin; }

#cookie-settings-frame::-webkit-scrollbar {
	width: 0;
	background-color: #fff; }
#cookie-settings-frame.active::-webkit-scrollbar {
	width: 10px; }
#cookie-settings-frame::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: 2px solid #fff;
	background: #bbb; }

/*@media only screen and (max-width: 960px) {
	#cookie-settings-frame { max-height: 75vh; }
}*/
@media only screen and (max-height: 375px) {
	#cookie-settings-frame { max-height: 60vh; }
}

.cc-hint { padding-top: 20px; }

.cc-hint h1, .cc-hint h2, .cc-hint h3, .cc-hint h4, .cc-hint h5, .cc-hint h6, .cc-hint p { padding-bottom: 10px; }

.cc-hint *:last-child { padding-bottom: 0; margin-bottom: 0; }

#cookie-consent .wrapper-s { padding: 0 2.5%; }

#cookie-consent .wrapper-s .wrapper-s { padding: 0; }

#cookie-consent-wrapper #cookie-settings-wrapper { padding: 0; }

#cookie-consent .main-wrapper {
	max-width: 960px;
	display: block;
	padding: 10px 20px;
	margin: 0 auto; }

#cookie-consent a,
#cookie-consent input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

#cookie-consent p.title {
	font-size: 22px;
  	line-height: 30px;
  	font-weight: 600;
  	padding-bottom: 0;
	margin: 20px 0 10px 0;
	font-family: proximanova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#cookie-consent a {
	border: none;
	text-decoration: underline!important; }

#cookie-consent .cc-toggle-btn {
	margin: 15px 0 0 0;
	padding: 0;
	text-decoration: underline;
	cursor: pointer; }

html[lang="en"] #cookie-consent .cc-toggle-btn::before { content: "Open "; display: inline; }
html[lang="en"] #cookie-consent .cc-toggle-btn.active::before { content: "Close "; }

html[lang="de"] #cookie-consent .cc-toggle-btn::after { content: " öffnen"; display: inline; }
html[lang="de"] #cookie-consent .cc-toggle-btn.active::after { content: " schließen"; }

#cookie-consent .cc-toggle-btn,
#cookie-consent .cc-toggle-btn::after {
	font-family: proximanova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  	font-size: 0.9375rem;
	line-height: 20px;
	position: static;
	transform: none;
	font-weight: 600; }

#cookie-consent .Inputfields {
	float: left;
	width: 100%;
	display: block; }

#cookie-consent .Inputfield {
	float: left;
	width: 100%;
	display: block;
	padding-top: 10px;
	margin-top: 10px; }

#cookie-consent .InputfieldContent {
	position: relative;
	float: left;
	width: 100%;
	display: block; }

#cookie-consent table,
#cookie-consent tbody,
#cookie-consent tr { width: 100%; }

#cookie-consent tr:nth-child(even) { background-color: rgba(255,255,255,0.25); }

#cookie-consent th,
#cookie-consent td {
	font-size: 0.875rem;
	line-height: 18px;
	padding: 5px;
	vertical-align: top;
	display: table-cell; }

#cookie-consent th,
#cookie-consent th + td { width: 50%; }

#cookie-consent th {
	font-family: proximanova-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding-right: 15px; }

#cookie-consent td {
	width: 70%; font-family: proximanova-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: transparent!important; }

.cc-cat-list,
.cc-cat {
	float: left;
	width: 100%;
	margin: 0;
	display: block; }

.cc-cat {
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

#cookie-consent p.title + .cc-cat{ border-top: 1px solid rgba(255, 255, 255, 0.25); }

.cc-cat .title {
	font-size: 18px;
	line-height: 20px;
	font-family: proximanova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin-bottom: 0;
	font-weight: 600; }

#cookie-consent .InputfieldHeader { margin-bottom: 5px; }

#cookie-consent .cc-hint,
#cookie-consent .cc-hint p {
	width: 100%;
	display: block;
	font-family: proximanova-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400; }

#cookie-consent .cc-hint p {
	font-size: 0.9375rem;
  	line-height: 20px;
  	margin-bottom: 0; }

#cookie-consent * { hyphens: auto; }

#cookie-consent .title *:last-child,
#cookie-consent .InputfieldHeader * { margin-bottom: 0; }

#cookie-consent .title p,
#cookie-consent .InputfieldHeader * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#cookie-consent .title p {
	font-size: 1.25rem;
	font-family: proximanova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600; }

#cookie-consent .InputfieldHeader * { font-size: 1.25rem; }

#cookie-consent .button-wrapper {
	float: left;
	position: relative;
	top: auto; right: auto;
	width: 100%; height: auto;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block; }

#cookie-consent button {
	float: left;
	position: relative;
	top: auto; left: auto;
	width: 100%;
	margin: 10px 0 0 0;
    display: inline-block;
    font-family: proximanova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04rem;
    cursor: pointer; }

#cookie-consent button:first-child { margin-top: 20px; }

#cookie-consent button:last-child { margin-right: 0; background: transparent; }

#cookie-consent button span {
	display: inline-block;
	white-space: nowrap; }

#cookie-consent button::before,
#cookie-consent button::after,
#cookie-consent button span::before,
#cookie-consent button span::after { content: none!important; }

#cookie-consent button#cc-opt-btn,
#cookie-consent button#cc-req-btn { height: 50px; line-height: 50px; }

#cookie-consent button#cc-opt-btn * { color: #e8e8e8; line-height: 48px; }

#cookie-consent button#cc-req-btn,
#cookie-consent button#cc-req-btn * { color: #e8e8e8; border-color: transparent!important; line-height: 50px; }

#cookie-consent button#cc-opt-btn {
	border-color: #fff!important;
	background-color: #fff; }

#main-container #cookie-consent button#cc-req-btn:hover,
#main-container #cookie-consent button#cc-req-btn:hover * {
	color: #fff!important;
	background-color: transparent;
	opacity: 1; }

#main-container #cookie-consent button#cc-req-btn:hover span:after { color: #003a56; }

#cookie-consent button#cc-req-btn,
#cookie-consent button#cc-req-btn *,
#cookie-consent button#cc-req-btn::before,
#cookie-consent button#cc-req-btn::after {
	content: none;
	color: #e8e8e8;
	background-color: transparent; }

#cookie-consent .InputfieldContent * {
	margin-bottom: 0;
	font-family: proximanova-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff; }

#cookie-consent .pw-no-select {
	float: left;
	width: 100%;
	padding-left: 35px;
	margin-top: 0;
	line-height: 24px;
	font-family: proximanova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: none;
	display: block;
	letter-spacing: initial; }

#cookie-settings-wrapper {
	width: 100%; height: 0;
	display: block;
	overflow: hidden; }

@media only screen and (max-width: 640px) {
	#cookie-consent { right: 0; }

	#cookie-consent table,
	#cookie-consent tbody,
	#cookie-consent tr,
	#cookie-consent th,
	#cookie-consent td {
		float: left;
		width: 100%;
		padding: 0;
		display: inline-block; }

	#cookie-consent tr { padding: 5px 2.5%; }

	#cookie-settings-wrapper { padding: 0 2.5%; }

	#cookie-consent input[type=checkbox] { left: 2.5%; }

	#main-container .InputfieldCheckbox label { margin-left: 2.5%; }
}

#cookie-settings-content { padding-bottom: 20px; }

input[readonly="readonly"] { pointer-events: none; }
input:read-only { pointer-events: none; }
input:-moz-read-only { pointer-events: none; }

#cookie-consent input[type=checkbox] {
    position: absolute;
    top: 0; left: 0; z-index: 2;
    width: 24px; height: 24px;
    padding: 0;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    outline: none; }

#cookie-consent input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: -1px; left: 0;
    width: 22px; height: 22px;
    font: 22px/24px superduperfont;
    font-family: superduperfont, "Helvetica Neue", Helvetica, Arial, sans-serif
    text-align: center;
    font-weight: 700; }

#cookie-consent input[type=checkbox]::before { content: none; }

#cookie-consent input[type=checkbox]:checked,
#cookie-consent input[type=checkbox]:checked::after {
	content: "✓";
	content: "\ea2e";
	font-family: superduperfont;
	outline: none; }

#cookie-consent.w-txt *,
#cookie-consent.w-txt .title p,
#cookie-consent.w-txt .toggle-btn,
#cookie-consent input[type=checkbox],
#cookie-consent input[type=checkbox]::after,
#cookie-consent input[type=checkbox]:checked,
#cookie-consent input[type=checkbox]:checked::after { background-color: transparent!important; }

#cookie-consent tr { border: none; }
#cookie-consent tr:nth-child(even) { background-color: rgba(255,255,255,0.15)!important; }

#cookie-consent .InputfieldCheckbox .InputfieldContent label {
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 0;
	margin: 0 0 5px 0; }

/*---------- ON PRIVACY PAGE ----------*/
.dp-page #cookie-consent,
.dp-page #cookie-settings-frame {
	position: relative;
	z-index: 0;
	top: auto; bottom: auto; left: auto; right: auto;
	max-width: none;
	max-height: none;
	margin: 0 auto;
	display: block!important;
	opacity: 1!important;
	border: none;
	border-radius: unset;
	overflow: visible;
	box-shadow: none;
	transform: unset; }

.dp-page #cookie-consent { padding-top: 40px; padding-bottom: 40px; }

.dp-page #cookie-consent p.title { margin-top: 20px; }

.dp-page #cookie-settings-wrapper { height: auto!important; }

.dp-page #cookie-consent .cc-toggle-btn { display: none; }

.dp-page #main { margin-bottom: 0; }
.dp-page #mainfooter { position: relative; }

.dp-page#cookie-consent .cc-toggle-btn { display: none; }
