@charset "UTF-8";

/* roboto-100 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: local('Roboto Thin'), local('Roboto-Thin'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./../fonts/roboto-v20-latin-100.woff2') format('woff2'),
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('./../fonts/roboto-v20-latin-100.woff') format('woff');
	font-display: swap;
}

/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./../fonts/roboto-v20-latin-300.woff2') format('woff2'),
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('./../fonts/roboto-v20-latin-300.woff') format('woff');
	font-display: swap;
}

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('./../fonts/roboto-v20-latin-regular.woff') format('woff');
	font-display: swap;
}

/* roboto-italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local('Roboto Italic'), local('Roboto-Italic'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./../fonts/roboto-v20-latin-italic.woff2') format('woff2'),
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('./../fonts/roboto-v20-latin-italic.woff') format('woff');
	font-display: swap;
}

/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./../fonts/roboto-v20-latin-500.woff2') format('woff2'),
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('./../fonts/roboto-v20-latin-500.woff') format('woff');
	font-display: swap;
}

/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./../fonts/roboto-v20-latin-700.woff2') format('woff2'),
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('./../fonts/roboto-v20-latin-700.woff') format('woff');
	font-display: swap;
}

/* roboto-slab-700 - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('./../fonts/roboto-slab-v12-latin-700.woff2') format('woff2'),
		/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		url('./../fonts/roboto-slab-v12-latin-700.woff') format('woff');
	font-display: swap;
}

:root {
	--cd-blue: #004a7f;
	--cd-magenta: #e5007d;
	--cd-white: #fff;
	--cd-black: #000;
	--mm-animation-speed: 0.5s;
	--mm-animation-delay: 0.3s;
}

html, body {
	margin: 0;
	padding: 0;
}

body.noscroll {
	overflow: hidden;
}

.content-container {
	z-index: 50;
}

#page-wrap {
	padding-top: 67px;
}

@media (min-width: 768px) {
	#page-wrap {
		padding-top: 116px;
	}
	
	#page-wrap.frame {
		padding-top: 67px;
	}
}

@media (min-width: 992px) {
	#page-wrap {
		padding-top: 167px;
	}
	
	#page-wrap.frame {
		padding-top: 67px;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 938;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
	background-color: var(--cd-white);
}

#header, #footer, #mobile-menu {
	font-family: Roboto, Arial, "sans-serif";
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0px;
}

/* Eigenschaften, die nicht vererbt werden */
#header, #header *,
#footer, #footer *,
#mobile-menu, #mobile-menu * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	color: var(--cd-black);
}

#header ul li,
#footer ul li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
}

#header .container,
#footer .container {
	max-width: 1280px;
	width: auto;
	margin: 0 auto;
}

/* Icons */

#header .icon,
#footer .icon {
	fill: #FFF;
	cursor: pointer;
}

#header .icon.facebook,
#footer .icon.facebook {
	width: 9px;
	height: 16px;
}

#header .icon.twitter,
#footer .icon.twitter {
	width: 18px;
	height: 15px;
}

#header .icon.youtube,
#footer .icon.youtube {
	width: 22px;
	height: 16px;
}

#header .icon.instagram,
#footer .icon.instagram {
	width: 18px;
	height: 18px;
}

#footer .icon.xing {
	width: 17px;
	height: 19px;
}

#footer .icon.linkedin {
	width: 16px;
	height: 16px;
}

#header .icon.arrow {
	width: 10px;
	height: 7px;
	transform: rotate(90deg);
	margin: 0 0 0 6px;
}

#header .icon.search {
	width: 22px;
	height: 16px;
	margin: 0 0 0 17px;
	fill: var(--cd-black);
}

#header .icon.search:hover {
	fill: var(--cd-magenta);
	transition: all .3s ease-in-out;
}

/* Navbar Top */

#header .navbar-top {
	height: 40px;
	background-color: var(--cd-blue);
}

#header .navbar-top .container {
	display: flex;
	justify-content: flex-end;
}

/* Menu Top */

#header .menu-top a:hover,
#header .menu-top ul li a.active {
	text-decoration: underline !important;
}

#header .menu-top ul,
#header .menu-top ul li {
	display: flex;
	align-items: center;
}

#header .menu-top ul li+li {
	margin: 0 0 0 30px;
}

#header .menu-top ul li a {
	color: var(--cd-white);
	line-height: 38px;
	margin-top: 2px;
	letter-spacing: 0.3px;
}

/* Menu Top Icons */

#header .menu-top-icons {
	display: flex;
	align-items: center;
	margin-left: 40px;
	padding-top: 1px;
}

#header .menu-top-icons ul {
	display: flex;
	justify-content: space-between;
}

#header .menu-top-icons ul li {
	display: flex;
}

#header .menu-top-icons ul li+li {
	margin: 0 0 0 20px;
}

#header .menu-top-icons ul li a {
	display: inline;
	font: 400 18px/1.56 Roboto, sans-serif;
}

/* Navbar Bottom */

#header .navbar-bottom {
	height: 73px;
	background: var(--cd-white);
}

#header .navbar-bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-top-color: var(--cd-blue);
}

#header .navbar-bottom .container {
	display: flex;
	align-items: center;
	height: 100%;
}

#header .spacer {
	flex-grow: 1;
}

/* Menu Bottom */

#header .menu-bottom {
	display: flex;
	width: 100%;
	max-width: 760px;
	margin: 0 0 0 40px;
}

#header .menu-bottom ul {
	display: flex;
	justify-content: space-between;
	width: 95%;
}

#header .menu-bottom ul li a,
#mobile-menu ul.menu-bottom li a {
	display: block;
	padding: 25px 0 21px;
	font-family: Roboto Bold;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	transition: all .3s ease-in-out;
}

#header .menu-bottom ul li a:hover {
	border-color: var(--cd-magenta);
}

/* Menu Bottom Logo */

#header .logo {
	width: 243px;
	height: auto;
}

#header .logo-container {
	display: flex;
	align-items: center;
}

/* Menu Bottom Search/Profile */

#header .menu-bottom-search-profile {
	display: flex;
	align-items: center;
}

#header .navbar-search {
	display: none;
}

#header .navbar-search.open {
	display: block;
	background: var(--cd-white);
}

#header .navbar-search .search-outer {
	display: flex;
	justify-content: flex-end;
	padding: 2px 0 12px;
}

#header .navbar-search .search-text {
	width: 400px;
	height: 40px;
	padding: 8px 6px 8px 10px;
	font-family: Roboto;
	font-size: 16px;
	border: 2px solid var(--cd-magenta);
	outline: none;
	box-shadow: none;
}

#header .navbar-search .search-button {
	width: 40px;
	height: 40px;
	margin-left: -2px;
	border: 2px solid var(--cd-magenta);
	cursor: pointer;
	background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" fill="rgb(230, 0, 126)" y="0px" width="612.08px" height="612.08px" viewBox="0 0 612.08 612.08" style="enable-background:new 0 0 612.08 612.08;" xml:space="preserve"><g><path d="M237.927,0C106.555,0,0.035,106.52,0.035,237.893c0,131.373,106.52,237.893,237.893,237.893 c50.518,0,97.368-15.757,135.879-42.597l0.028-0.028l176.432,176.433c3.274,3.274,8.48,3.358,11.839,0l47.551-47.551 c3.274-3.274,3.106-8.703-0.028-11.838L433.223,373.8c26.84-38.539,42.597-85.39,42.597-135.907C475.82,106.52,369.3,0,237.927,0z M237.927,419.811c-100.475,0-181.918-81.443-181.918-181.918S137.453,55.975,237.927,55.975s181.918,81.443,181.918,181.918 S338.402,419.811,237.927,419.811z"/></g></svg>') no-repeat 50%;
	background-size: 20px;
}

#header .navbar-search .search-button:hover {
	background: #e6007e url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" fill="rgb(255, 255, 255)" y="0px" width="612.08px" height="612.08px" viewBox="0 0 612.08 612.08" style="enable-background:new 0 0 612.08 612.08;" xml:space="preserve"><g><path d="M237.927,0C106.555,0,0.035,106.52,0.035,237.893c0,131.373,106.52,237.893,237.893,237.893 c50.518,0,97.368-15.757,135.879-42.597l0.028-0.028l176.432,176.433c3.274,3.274,8.48,3.358,11.839,0l47.551-47.551 c3.274-3.274,3.106-8.703-0.028-11.838L433.223,373.8c26.84-38.539,42.597-85.39,42.597-135.907C475.82,106.52,369.3,0,237.927,0z M237.927,419.811c-100.475,0-181.918-81.443-181.918-181.918S137.453,55.975,237.927,55.975s181.918,81.443,181.918,181.918 S338.402,419.811,237.927,419.811z"/></g></svg>') no-repeat 50%;
	background-size: 20px;
}

#header .navbar-bottom .profile {
	width: 22px;
	height: 22px;
	margin: 0 0 0 18px;
}

#header .navbar-bottom .profile:hover svg {
	fill: #E6007E;
	transition: all 0.3s ease-in-out;
}

#header .navbar-bottom .avatar {
	width: 32px;
	height: 32px;
	margin: 0 0 0 8px;
	border-radius: 50%;
	background-size: 32px 32px;
}

#header .navbar-bottom .mobile-search {
	display: none;
}

#header .navbar-bottom .mobile-search .avatar {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: 22px 22px;
	margin: 1px 6px 0 0;
}

#header .navbar-bottom .mobile-menu-button {
	display: none;
	position: relative;
	width: 45px;
	height: 45px;
	padding: 9px;
	cursor: pointer;
}

/* Mobile Menu Button */

#header .navbar-bottom .mobile-menu-button * {
	display: block;
	position: absolute;
	width: 27px;
	height: 3px;
	background-color: var(--cd-black);
}

#header .navbar-bottom .mobile-menu-button *:nth-child(1) {
	top: 12.5px;
}

#header .navbar-bottom .mobile-menu-button *:nth-child(2) {
	top: 21px;
}

#header .navbar-bottom .mobile-menu-button *:nth-child(3) {
	top: 29.5px;
}

/* Mobile Menu Button - open animation */

#header .navbar-bottom .mobile-menu-button.open *:nth-child(1) {
	animation: mobile-morph-line1 var(--mm-animation-speed) ease-in-out 0s 1 normal both running;
}

#header .navbar-bottom .mobile-menu-button.open *:nth-child(2) {
	animation: mobile-morph-line2 var(--mm-animation-speed) ease-in-out 0s 1 normal both running;
}

#header .navbar-bottom .mobile-menu-button.open *:nth-child(3) {
	animation: mobile-morph-line3 var(--mm-animation-speed) ease-in-out 0s 1 normal both running;
}

/* Mobile Menu Button - close animation */

#header .navbar-bottom .mobile-menu-button.closed *:nth-child(1) {
	animation: mobile-morph-line1-backwards var(--mm-animation-speed) ease-in-out var(--mm-animation-delay) 1 normal both running;
}

#header .navbar-bottom .mobile-menu-button.closed *:nth-child(2) {
	animation: mobile-morph-line2-backwards var(--mm-animation-speed) ease-in-out var(--mm-animation-delay) 1 normal both running;
}

#header .navbar-bottom .mobile-menu-button.closed *:nth-child(3) {
	animation: mobile-morph-line3-backwards var(--mm-animation-speed) ease-in-out var(--mm-animation-delay) 1 normal both running;
}

@keyframes mobile-morph-line1 {
	0% {
		transform: none;
	}

	50% {
		transform: translateY(17px);
	}

	100% {
		transform: translateY(8.5px) rotateZ(-45deg);
	}
}

@keyframes mobile-morph-line1-backwards {
	0% {
		transform: translateY(8.5px) rotateZ(-45deg);
	}

	50% {
		transform: translateY(17px);
	}

	100% {
		transform: none;
	}
}

@keyframes mobile-morph-line2 {
	0% {
		transform: none;
	}

	50% {
		transform: translateY(8.5px);
	}

	100% {
		transform: translateY(0) rotateZ(45deg);
	}
}

@keyframes mobile-morph-line2-backwards {
	0% {
		transform: translateY(0) rotateZ(45deg);
	}

	50% {
		transform: translateY(8.5px);
	}

	100% {
		transform: none;
	}
}

@keyframes mobile-morph-line3 {
	0%, 49% {
		opacity: 1;
	}

	50%, 100% {
		opacity: 0;
	}
}

@keyframes mobile-morph-line3-backwards {
	0%, 49% {
		opacity: 0;
	}

	50%, 100% {
		opacity: 1;
	}
}

/* Flyout Menu */
#header .menu-top .flyout,
#mobile-menu .menu-top .flyout {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	cursor: initial;
	background-color: var(--cd-white);
	border-bottom: 1px solid var(--cd-blue);
	overflow: hidden;
	transition: opacity 250ms ease, max-height 500ms ease;
	visibility: hidden;
	opacity: 0;
	max-height: 40px;
}

#header .menu-top .flyout-activator:hover .flyout,
#header .menu-top .flyout-activator:active .flyout {
	visibility: visible;
	opacity: 1;
	max-height: 600px;
}

#header .menu-top .flyout .container {
	flex-direction: column;
	padding-bottom: 42px;
}

#header .menu-top .flyout .logo-container {
	display: block;
	margin: 8px 0 7px;
}

#header .menu-top .flyout span,
#mobile-menu .flyout span {
	display: block;
	width: 100%;
	margin: 0 0 18px;
	cursor: text;
	font: 400 18px/2.61 "Roboto Slab";
	border-bottom: 2px solid #e9e9ee;
}

#header .menu-top .flyout a {
	line-height: 18px;
	letter-spacing: normal;
	color: var(--cd-black);
}

#header .menu-top .flyout a:hover {
	text-decoration: none !important;
	color: var(--cd-magenta);
	transition: color 0.3s ease;
}

#header .menu-top .flyout a:not(first-child) {
	margin: 1px 0 0;
}

#header .menu-top .flyout li {
	margin: 0;
}

#header .menu-top .flyout li+li:not(.menu-vertical) {
	margin-top: 12px;
}

#header .menu-top .flyout .menu-horizontal {
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

#header .menu-top .flyout .menu-vertical {
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

#header .menu-top .flyout .menu-horizontal>li+li {
	margin-left: 70px;
}

#header .menu-top .flyout .menu-vertical .menu-vertical {
	width: 95%;
}

#header .menu-top .flyout span+.menu-vertical {
	margin-top: 1px;
}

/* Footer */
#footer .container {
	display: flex;
	justify-content: center;
}

#footer .footer-top {
	padding: 66px 0;
	background: var(--cd-blue);
}

#footer .newsletter {
	width: 100%;
	max-width: 527px;
	margin: 0 160px 0 0;
}

#footer .newsletter form {
	display: flex;
}

#footer .newsletter .email {
	max-width: 400px;
	max-height: 44px;
	width: calc(100% - 10px);
	margin: 0 10px 0 0;
	padding: 12px 22px;
	background: var(--cd-white);
	border: 2px solid var(--cd-white);
	font: 400 16px/16px Roboto, sans-serif;
}

#footer .newsletter .email:focus {
	border-color: var(--cd-magenta);
}

#footer .newsletter .submit {
	padding: 12px 22px;
	font: 400 16px/16px Roboto, sans-serif;
	background: var(--cd-blue);
	color: var(--cd-white);
	border: 2px solid var(--cd-white);
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}

#footer .newsletter .submit:hover,
#footer .newsletter .submit:active,
#footer .newsletter .submit:focus {
	background: var(--cd-magenta);
	border-color: var(--cd-magenta);
}

#footer .newsletter .heading,
#footer .social-media .heading {
	display: block;
	margin: 0 0 18px;
	font: 400 20px/31px "Roboto Slab";
	color: var(--cd-white);
}

#footer .social-media {
	flex: 1;
}

#footer .social-media ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
	grid-gap: 15px 0;
	align-items: baseline;
	max-width: 435px;
}

#footer .social-media ul li {
	padding: 1px 0;
}

#footer .social-media span {
	font: 400 16px/1.56 Roboto, sans-serif;
	color: var(--cd-white);
	margin-left: 5px;
}

#footer .footer-menu {
	padding: 26px 0;
	background: #f4f5f6;
}

#footer .footer-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer .footer-menu ul li+li {
	margin: 0 0 0 25px;
}

#footer .footer-menu a {
	font-size: 16px;
}

@media (max-width: 1199px) {
	#footer .container {
		display: block;
		padding: 0 8%;
	}

	#footer .newsletter {
		margin: 0 0 46px;
	}

	#header .menu-top-icons {
		display: none;
	}

	#header .navbar-bottom .container,
	#header .navbar-top .container,
	#header .breadcrump-container .container {
		padding: 0 20px;
	}
}

#mobile-menu {
	display: none;
}

@media (max-width: 991px) {
	#header .menu-bottom {
		display: none;
	}

	#header .navbar-bottom .mobile-search {
		display: block;
		margin-top: 2px;
	}

	#header .navbar-bottom .mobile-search .icon.search {
		display: inline;
		margin: 0 7px 1px 0;
	}

	#header .navbar-bottom {
		height: auto;
		padding: 6px 0;
	}

	#header .navbar-bottom .container {
		padding: 0 15px;
	}

	#header .navbar-bottom .profile {
		margin: 2px 6px 0 0;
	}

	#header .navbar-bottom .profile svg {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 991px) {
	.content-container {
		overflow: hidden;
	}

	#header .menu-bottom-search-profile {
		display: none;
	}

	#header .navbar-bottom .mobile-menu-button {
		display: block;
	}

	#header .navbar-top {
		display: none;
	}

	#header .logo {
		width: 212px;
		height: 50px;
	}

	#mobile-menu {
		display: block;
		position: fixed;
		top: 62px;
		left: 0;
		right: 0;
		height: 100%;
		z-index: 99901;
		background-color: var(--cd-white);
		transition: transform 0.4s ease;
		transform: translateY(100%);
	}

	#mobile-menu.open {
		transform: translateX(0);
	}

	#mobile-menu .menu-wrapper {
		height: calc(100% - 52px);
		overflow: auto;
	}

	#mobile-menu ul li {
		list-style: none;
		line-height: 24px;
	}

	#mobile-menu ul.menu-top>li {
		border-bottom: 1px solid #e9e9ee;
		background: var(--cd-blue);
	}

	#mobile-menu ul.menu-top>li a {
		display: block;
		padding: 19px 10px 17px 25px;
		font-size: 16px;
		color: var(--cd-white);
	}

	#mobile-menu ul.menu-bottom {
		background-color: var(--cd-white);
	}

	#mobile-menu ul.menu-bottom li {
		border-bottom: 1px solid #e9e9ee;
	}

	#mobile-menu ul.menu-bottom li a {
		padding: 9px 10px 5px 25px;
		line-height: 42px;
		color: rgba(0, 0, 0, 0.75);
	}

	#mobile-menu .mobile-footer {
		display: flex;
		justify-content: center;
		height: 61px;
		padding: 10px 0 20px;
		background: var(--cd-white);
		border-top: 1px solid #6f6f6f;
	}

	#mobile-menu .mobile-footer a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px
	}

	#mobile-menu .icon {
		fill: var(--cd-blue);
	}

	#mobile-menu .icon.facebook {
		width: 15px;
		height: 26px;
	}

	#mobile-menu .icon.twitter {
		width: 29px;
		height: 30px;
	}

	#mobile-menu .icon.youtube {
		width: 35px;
		height: 26px;
	}

	#mobile-menu .icon.instagram {
		width: 35px;
		height: 26px;
	}

	/* Mobile Menu - Flyout */

	#mobile-menu .flyout-button {
		padding: 22px;
	}

	#mobile-menu .flyout-button::after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border: 2px solid var(--cd-white);
		border-top: none;
		border-left: none;
		transform: rotateZ(45deg);
	}

	#mobile-menu .flyout-button-container {
		display: flex;
		justify-content: space-between;
	}

	#mobile-menu .flyout-button-container.open .flyout-button::after {
		transform: rotateZ(225deg);
	}

	#mobile-menu .flyout-button-container.open+.flyout {
		position: static;
		visibility: visible;
		opacity: 1;
		max-height: initial;
		padding: 20px 23px 0 25px;
		transition: none;
	}

	#mobile-menu ul.menu-top .flyout {
		border: none;
	}

	#mobile-menu ul.menu-top .flyout a,
	#mobile-menu ul.menu-top .flyout span {
		color: rgba(0, 0, 0, 0.75);
	}

	#mobile-menu ul.menu-top .flyout span {
		font-size: 16px;
		line-height: 1.5;
		border-bottom-width: 1px;
		padding: 7px 0 3px;
		margin-bottom: 13px;
	}

	#mobile-menu ul.menu-top .flyout a {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 0;
	}

	#mobile-menu ul.menu-top li.menu-vertical {
		margin-bottom: 29px;
	}

	#page-wrap {
		transition: transform 0.4s ease;
	}

	#page-wrap.pushed {
		transform: translateX(-80%);
	}

	#footer .container {
		display: block;
	}

	#footer .footer-top {
		padding: 36px 15px;
	}

	#footer .footer-menu ul {
		flex-direction: column;
	}

	#footer .footer-menu ul li+li {
		margin: 25px 0 0;
	}

	#footer .newsletter {
		margin: 0 0 46px;
	}

	#footer .newsletter .heading,
	#footer .social-media .heading {
		font-size: 18px;
		line-height: 28px;
	}
}

/* Firefox specific styles */
@supports (-moz-appearance:none) {
	#header .menu-top-icons ul {
		padding-top: 1px;
	}
}

/* Print styles */
@media print {
	#header {
		position: static;
		box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2) !important;
	}

	#header * {
		color: var(--cd-black) !important;
	}

	.content-container {
		margin-top: 0;
	}

	#header .navbar-top {
		background-color: var(--cd-blue) !important;
	}

	#header .menu-top ul li a {
		color: var(--cd-white) !important;
	}

	a[href]:after {
		content: none !important;
	}

	.breadcrump-container {
		background-color: #f5f5f5 !important;
	}

	.breadcrump-container {
		box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
	}

	#footer {
		display: none !important;
	}
}