/*
Theme Name: TeDo Gutenberg
Author: TeDo Verlag GmbH
Author URI: https://www.tedo-verlag.de/
Theme URI: https://www.tedo-verlag.de/
Description: Ein modernes, leichtgewichtiges WordPress-Theme mit vollständiger Website-Bearbeitung (FSE), entwickelt für Geschwindigkeit und Flexibilität – mit Unterstützung für Blockmuster und theme.json.
Tags: vollständige-website-bearbeitung, blockmuster, modern, responsiv, barrierefrei, benutzerdefinierte-farben, editor-stil, breite-blöcke
Text Domain: tedo-gutenberg
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.2
Version: 2.6.29
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.innovation-article {
	padding: 10px 0px 10px 10px;
	border: 1px solid #eeeeee;
	clear: both;
	div:hover{
		cursor: pointer;
	}
}
.innovation-advert-label{
	text-align: right;
	margin-bottom: 2px;
	clear: both;
	color: black;
	span{
		font-size: 9px !important;
	}
}
.innovation-excerpt{
	font-size: 16px;
	line-height: 1.5;
}

.innovation-article .preview-pic-wrapper {
	width: 200px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
	padding: 5px;
	max-height: 130px;
	@media (max-width: 500px) {
		.preview-pic-wrapper {
			width: 100% !important;
			max-height: 100px !important;
			overflow: hidden;
			margin-right: 0 !important;
			margin-bottom: 10px;
			padding: 5px;
		}
	}
}

.innovation-article .more-link {
	color: black;
	font-weight: bold;
}

.innovation-article > p, .s-article p {
	font-size: 16px;
	line-height: 1.5;
}

.s-article > p > a {
	color: blue
}

.innovation-article > div > h4 {
	margin: 0;
	font-size: 14px;
}

.innovation-article > div > h4 strong {
	margin: 8px 0 0 0;
	display: block;
	font-size: 20px !important;
}

/* media-links-list */
.medialinks-list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.medialinks-list a {
	display: block;
	padding: 6px 10px;
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: white;
}

.medialinks-list a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 480px) {
	.medialinks-list a {
		width: 100%;
		text-align: center;
	}
}

/* media-logo-grid-box */
.medialogobox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	background-color: white;
	border-radius: 8px;
}

.medialogobox a {
	width: 100%;
	max-width: 110px;
	height: 75px;
	max-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem;
	border-radius: 3px;
	margin: 0.2rem;
	background-color: white;
}
.medialogobox a:hover {
	background-color: var(--light-grey) !important;
}

.medialogobox #medialogo-sps {
	max-width: 100px;
}

.medialogobox #medialogo-itp {
	max-width: 160px;
}

.medialogobox #medialogo-icj {
	max-width: 160px;
}

.medialogobox #medialogo-iai {
	max-width: 150px;
}

.medialogobox #medialogo-gd {
	max-width: 80px;
}

.medialogobox #medialogo-inv {
	max-width: 170px;
}

.medialogobox #medialogo-iot {
	max-width: 150px;
}

.medialogobox #medialogo-ssb {
	max-width: 240px;
}

.medialogobox #medialogo-dmb {
	max-width: 250px;
}

.medialogobox #medialogo-rup {
	max-width: 140px;
}

.medialogobox #medialogo-i40 {
	max-width: 120px;
}

.medialogobox #medialogo-sam {
	max-width: 200px;
}

.medialogobox #medialogo-ina {
	max-width: 100px;
	height: 80px;
	max-height: 80px;
}

.medialogobox #medialogo-dhf {
	max-width: 190px;
}

.medialogobox #medialogo-dima {
	max-width: 130px;
}

.medialogobox #medialogo-hob {
	max-width: 130px;
}
.medialogobox #medialogo-hob img {
	max-width: 100px;
}

.medialogobox #medialogo-me {
	max-width: 160px;
}

.medialogobox #medialogo-isn {
	max-width: 120px;
}

.medialogobox #medialogo-isr {
	max-width: 140px;
}

.medialogobox #medialogo-ineed {
	max-width: 140px;
}

.medialogobox a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.td-adress-container {
	display: flex;
	flex-direction: column;
}

.td-adress-container a {
	text-decoration: none;
	word-break: break-word;
	word-wrap: break-word;
}

.td-adress-container a img {
	width: 100%;
	max-width: 110px;
	height: auto;
}

.td-adress-container .td-adresse p {
	margin-top: 0;
	margin-bottom: 0.3rem;
	font-size: 14px;
	font-weight: 400;
}

.td-adress-container .td-adresse p strong {
	font-weight: 700;
}

@media (max-width: 980px) {
	.td-adress-container {
		flex-direction: row;
		justify-content: center;
	}

	.td-adress-container a {
		margin-right: 10px;
	}
}

@media (max-width: 480px) {
	.td-adress-container {
		flex-direction: column;
		text-align: center;
	}

	.td-adress-container a {
		margin-right: 0;
	}

	.td-adress-container p {
		text-align: center;
	}
}

/* Firmenbutton in Post,Single Anicht */
.firmenwebsite-button a {
	display: inline;
	padding: 6px 12px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0);
	font-size: 16px;
	font-weight: 400;
	color: white;
	text-align: center;
	cursor: pointer;
}

.firmenwebsite-button a:hover {
	background-color: #2f2f2f;
	border: 1px solid white;
}

.custom-newsletter a {
	box-shadow: 0px 0px;
}
.custom-newsletter a:hover {
	background-color: #2f2f2f !important;
}
.custom-newsletter-mobile a {
	box-shadow: 0px 0px;
}
.tedo_edition p {
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.tedo_category_section p {
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.tedo_company_name p {
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.wp-block-image figcaption {
	font-size: 14px !important;
	color: rgb(134, 134, 134) !important;
	background-color: #c4c3c313 !important;
	margin: 0 !important;
	font-weight: 400 !important;
}
.contact-container .contact-item .contact-email a {
	color: black;
	font-weight: 700;
	text-decoration-line: none;
}
#tedo_circle1 {
	padding: 0 !important;
	margin-right: 1rem;
}
#tedo_circle2 {
	padding: 0 !important;
	margin-right: 1rem;
}
.wp-block-query-pagination-numbers span.current {
	color: white !important;
	background-color: #9b9897 !important;
	padding: 13px 10px 13px 10px !important;
	margin-right: 10px !important;
}
.wp-block-query-pagination-numbers a.page-numbers {
	color: black;
	background-color: #f0f0f0;
	padding: 8px 10px 8px 10px;
	margin-right: 10px;
	border: 1px solid transparent;
}
.wp-block-query-pagination-numbers a.page-numbers:hover {
	border: 1px solid #d1d1d1;
}
.wp-block-query-pagination-numbers span.page-numbers {
	color: black;
}
.wp-block-query-pagination-numbers {
	font-size: 14px;
	font-weight: 300;
}
a.wp-block-query-pagination-next {
	font-size: 14px;
	font-weight: 300;
	padding: 8px 10px 8px 10px;
	margin-left: 20px;
	margin-right: 10px;
	background-color: #f0f0f0;
	color: black;
	border: 1px solid transparent;
}
a.wp-block-query-pagination-next:hover {
	border: 1px solid #d1d1d1;
}
a.wp-block-query-pagination-previous {
	font-size: 14px;
	font-weight: 300;
	padding: 8px 10px 8px 10px;
	margin-left: 20px;
	margin-right: 10px;
	background-color: #f0f0f0;
	color: black;
	border: 1px solid transparent;
}
a.wp-block-query-pagination-previous:hover {
	border: 1px solid #d1d1d1;
}
.tedo-footer-info {
	font-size: 14px;
	font-weight: 400;
}
.tedo-footer-contact {
	font-size: 14px;
	font-weight: 400;
}
.tedo-copyright {
	font-size: 12px;
	font-weight: 400;
}
.tedo-footer {
	margin-top: 0;
}
#dpm_iframe {
	border: 0;
}
.custom-searchbar {
	border: none;
}
.custom-searchbar div {
	border: thin solid #2F2F2F;
	border-radius: 3px !important;
	padding: 0;
	margin: 0;
}
.custom-searchbar button {
	border-radius: unset;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background-color: #2F2F2F;
}
.custom-searchbar button svg{
	background-color: #2F2F2F;
}
.custom-searchbar div input {
	border: none;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	color: grey;
}
.tribe-block {
	margin: 0;
}
.tribe-block div.tribe-common div.tribe-common-l-container {
	padding: 2.25rem;
	padding-top: 0.5rem;
}
.tedo-image-description p {
	font-size: 11px;
	margin: 0 !important;
	font-weight: 300;
}
.tedo_reading_duration p {
	margin: 0;
	font-size:12px;
	font-weight: 400;
}
.tedo-inputfield-container input.tedo-inputfield {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tedo_category_link {
	color: white;
	text-decoration-line: underline;
}
.tedo_edition_link {
	color:white;
	text-decoration-line: underline;
}
.tedo_category_link:hover {
	color: white;
}
.tedo_edition_link:hover {
	color:white;
}
.tedo-image-title {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0rem 1rem 0rem 1rem !important;
	font-size: 28px;
	font-weight: 700;
}
.tedo-nav-bar li a:hover {
	opacity:0.7;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-decoration-line: none !important;
}
.tedo-homepage-category:hover {
	background-color: rgb(25, 70, 99) !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.tedo-zahlenfutter-block {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.tedo-epaper-block {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.tedo-adlabel {
	font-size: 12px;
	font-weight: 400;
	text-align: end;
}

.menu-with-submenu .wp-block-navigation-submenu .wp-block-navigation-item__label {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
}
.menu-with-submenu.wp-block-navigation {
	z-index: 999;
}
.mainmenue-with-points > li > a.wp-block-navigation-item__content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mainmenue-with-points > li > a.wp-block-navigation-item__content::before {
	content: '';
	display: inline-block;
	background: white;
	width: 20px;
	height: 20px;
	margin-right: 12px;
}
.secoundary-color-points > li > a.wp-block-navigation-item__content::before {
	background: var(--wp--preset--color--secondary) !important;
}
.primary-color-points > li > a.wp-block-navigation-item__content::before {
	background: var(--wp--preset--color--primary) !important;
}
.custom-searchbar .wp-element-button:hover, .custom-searchbar .wp-block-button__link:hover {
	border-color: transparent;
}
.without-radius .wp-social-link.wp-block-social-link {
	border-radius: 0;
}
.small-radius .wp-social-link.wp-block-social-link {
	border-radius: 6px;
}

.mobile-navigation .nav-mobile {
	overflow-x: scroll !important;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.mobile-searchbar {
	border: solid thin #2F2F2F;
	border-radius: 3px;
	overflow: hidden;
	display: none;
	margin: unset;
}

.mobile-searchbar.active {
	width: 100%;
	display: block;
}
#mobile-toggle-search {
	border: none;
	background-color: transparent;
	padding: unset;
	cursor: pointer;
}

.mobile-address-list {
	text-align: center;
}

.tedo-mobile-header {
	display: none;
}
.tedo-mobile-header > div > nav > ul > li > a {
	white-space: nowrap;
}

.tedo-mobile-footer {
	display: none;
}
@media (max-width: 1024px) {
	.tedo-header {
		display: none;
	}
	.tedo-footer {
		display: none;
	}
	.tedo-mobile-header {
		display: block;
	}
	.tedo-mobile-footer {
		display: block;
	}
	.tedo-skyscraper-sidebar {
		display: none;
	}
	.tedo-main-content {
		width: 100%;
	}
}
.tedo_second_header p {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.tedo-itp-newsletter a {
	box-shadow: 0px 0px;
}
.tedo-itp-newsletter a:hover {
	background-color: #868889 !important;
}
.tedo-itp-searchbar .wp-element-button:hover, .tedo-itp-searchbar .wp-block-button__link:hover {
	border-color: transparent;
	background: #0B8132!important;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Accordion Downloadbereich*/
.acIcon > img {
	vertical-align: -1px;
	padding-right: 4px;
}

.acActive {
	color: #494949;
}

.acIcon {
	float: left;
	width: 30px;
	display: block;
}

.acActive .acIcon img {
	behavior: url(-ms-transform.htc);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}

/* end Accordion Downloadbereich*/
.widget_tools_widget {
	margin-bottom: 0 !important;
}

.download-box-content p {
	margin: 0;
}

.metaslider {
	max-height: 410px;
	overflow: hidden;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.col-sm-12 {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.parent {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.child {
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 0;
}


@media (max-width: 767px) {
	.child {
		width: 50%;
	}
}

.tedo-social-sharing[data-sticky="true"] .tedo-social-sharing-wrapper ul.tedo-social-sharing-links {
	flex-direction: column;
	position: sticky;
	top: 190px !important;
}
figure.wp-caption {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.img-container {
	position: relative;
}
.top-left {
	position: absolute;
	top: 0;
}

.bottom-left {
	position: absolute;
	width: 100%;
}

.post-container:hover .post-title a {
	color: #0b8133 !important;
}
ul.main-menu.accordion{
	padding: 0 !important;
}

.tedo_z_index{
	z-index: 9999 !important;
}

.tedo-main-content {
	width: 1133px !important;
	max-width: 100% !important;
}

.bottom-left {
	padding-left: 1rem !important;
	padding-right: 0.5rem !important;
	text-align: start;
}

.img-container h2 {
	word-break:normal;
}

.wp-block-categories {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-categories li {
	flex: 1 0 30%;
	min-width: calc(30% - 20px);
	padding: 5px;
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
}
.cat-item.cat-item-68802,
.cat-item.cat-item-68808,
.cat-item.cat-item-68781 ,
.cat-item.cat-item-5458,
.cat-item.cat-item-68814,
.cat-item.cat-item-1,
.cat-item.cat-item-68810,
.cat-item.cat-item-159,
.cat-item.cat-item-55363,
.cat-item.cat-item-29 {
	font-weight: bold;
}
@media (max-width: 767px) {
	.wp-block-categories, .cat-hr{
		display: none;
	}
}
.tedo-me-newsletter a {
	box-shadow: 0px 0px;
}
.tedo-me-newsletter a:hover {
	background-color: #333333 !important;
}

ul.me-main-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	align-items: stretch;
}

@media (max-width: 767px) {
	ul.me-main-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

	ul.me-main-menu li {
		flex: 0 0 100%;
	}
}

.short-title-wrapper strong {
	font-size: 16px;
}
.short-description-wrapper {
	padding-bottom: 15px;
	font-size: 13px;
	color: #494949;
	white-space: normal;
	word-wrap: break-word;
}
.short-description-wrapper a{
	color:rgb(136, 136, 136);
}
@media (max-width: 767px) {
	.short-description-wrapper {
		display: none;
	}
}
.me-downloadbtn{
	font-weight: bold;
	margin: 0 !important;
	border-radius: 4px;
}
.epaper-downloadbtn{
	font-weight: bold;
}
.download-button br{
	display: none !important;
	padding: .5rem 0 !important;
}

.tedo-nl-register-medium-rectangle .mr-content-wrapper br {
	display: none !important;
}

.wp-block-tedo-blocks-box {
	border: 1px solid #2F2F2F !important;
	padding: 1rem !important;
	margin: 2rem 0 !important;
	background-color: #F0F0F0 !important;
}

.wp-block-tedo-blocks-box p{
	padding: 0 !important;
	margin: 0 !important;
}
.recht-loop,
.link-loop {
	display: none;
}

/* Basic CSS for Childern list */
ul.custom-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.custom-list li {
	margin-bottom: 10px;
}

ul.custom-list li a {
	display: block;
	padding: 5px 12px 5px 12px;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	color: #4d4d4d;
	text-decoration: none;
	font-weight:inherit;
	transition: color 0.3s ease, border-bottom 0.3s ease, box-shadow 0.3s ease;
	border-bottom: 2px solid transparent;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

ul.custom-list li a:hover {
	border-bottom: 2px solid inherit;
	color: inherit;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.iron_widget_radio {
	margin:0 !important;
}

/*Sprache icons Styles inVISION*/
.flag-container {
	display: flex;
	gap: 10px;
}

.flag-link img {
	width: 23px !important;
	height: 23px !important;
	border-radius: 50%;
	transition: transform 0.3s ease;
}

.flag-link img:hover {
	transform: scale(1.2);
}

/*Details Block Styles*/
summary {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	outline: none;
	background-color: #7d7d7d;
	color: white;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	text-align: center;
}

summary::before {
	content: '+';
	position: absolute;
	right: 10px;
	font-size: 1.2em;
	color: white;
}

details[open] summary {
	background-color: #CC1B35;
}

details[open] summary::before {
	content: '−';
}

summary:hover {
	background-color: #191919;
}

.custom-video-hover-posts li a figure::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	content: "\25b6";
	font-size: 50px;
	line-height: 1;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.custom-video-hover-posts li a figure:hover::after {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}

.custom-video-hover-posts li a figure{
	position: relative;
	display: block;
	width: 100%;
}

.custom-video-hover-posts .wp-block-post-featured-image:hover li a figure::after {
	display: flex;
}

.dc-power-slider{
	border: 1px solid #fff;
}

.dc-power-searchbar {
	border: none;
}

.dc-power-searchbar div {
	border: thin solid #c0c0c0  !important;
	border-radius: 10px !important;
	padding: 0;
	margin: 0;
	display: flex;
	background-color: transparent !important;
}

.dc-power-searchbar button {
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background-color: #E5A71B;
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important;
	border-top-right-radius: 10px!important;
	border-bottom-right-radius: 10px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
}

.dc-power-searchbar button:hover {
	background-color: #d99015;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.dc-power-searchbar div:hover {
	border-color: #E5A71B!important;
}

.dc-power-searchbar button svg {
	background-color: transparent;
	width: 20px;
	height: 20px;
}

.dc-power-searchbar div input {
	border: none;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	color: grey;
	height: 40px;
	flex: 1;
	padding-left: 10px;
	background-color: transparent !important;
}
.custom-border-radius img {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.custom-border-radius-2 img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

div#n2-ss-8 .n2-ss-slider-2{
	border-radius:10px!important;
}
.award-btn {
	background-color: #333749 !important;
}

.award-btn:hover {
	background-color: #fcc200 !important;
}

.custom-hover-effect a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	line-height: 1.3;
	position: relative;
	overflow: hidden;
	transition: color 0.3s linear;
	z-index: 1;
}

.custom-hover-effect:hover a {
	color: white;
	text-decoration: none;
}

.custom-hover-effect a::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background:  var(--wp--preset--color--custom-tts, #2683bd);
	transition: left 0.3s ease-in-out;
	z-index: -1;
}

.custom-hover-effect:hover a::before {
	left: 0;
}
.indp-btn {
	background-color: #25262a !important;
}

.indp-btn:hover {
	background-color: #e5a71b !important;
}
.indp-breadcrumb .rank-math-breadcrumb {
	display: flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	white-space: nowrap;
	overflow-x: auto;
}

.indp-breadcrumb .rank-math-breadcrumb a,
.indp-breadcrumb .rank-math-breadcrumb .separator {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;
}

.indp-breadcrumb .rank-math-breadcrumb .separator {
	margin: 0 8px;
}

.indp-breadcrumb .rank-math-breadcrumb a:hover svg {
	fill: #e5a71b !important;
	background-size: 14px;
	transform: scale(1.1);
}
.indp-post .wp-block-image figcaption{
	background-color: transparent !important;
}


.indp-post figcaption{
	font-size: 12px !important;
	color: rgba(0, 0, 0, 0.3) !important;
	background-color:transparent !important;
	margin: 0 !important;
	font-weight: 300 !important;
	line-height: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 5px !important;
	position: relative;
}
.indp-home-btn div a{
	font-weight: 300 !important;
	font-size:14px!important;
	line-height: 24px !important;
}
.indp-404-button a {
	font-size: 16px !important;
	font-weight: 300 !important;
	border-radius: 5px;
	padding: 20px 55px!important;
	background-color: #d49b3e;
	color: white;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
}

.indp-404-button a:hover,
.indp-404-button a:focus {
	background-color: #b38332;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
	transform: scale(1.05);
	border: none !important;
	outline: none !important;
}

@media (max-width: 768px) {
	.indp-404-button a {
		font-size: 10px;
		padding: 8px 12px;
	}

}
@media (max-width: 768px) {
	.desktop-404-layout {
		display: none !important;
	}
}

.mobile-404-layout {
	display: none;
	text-align: center;
	padding: 20px;
}

@media (max-width: 768px) {
	.mobile-404-layout {
		display: block !important;
	}
}
.tedo-custom-grid ul{
	grid-row-gap: 2rem;
}
.tedo-custom-grid ul li{
	border: 1px solid #c0c0c0;
	border-radius:20px;
}
.tedo-custom-grid-title{
	min-height:65px;
}
.tedo-custom-grid-readmore-col{
	display:flex;
	justify-content:flex-end;
}
.tedo-custom-grid-title-top{
	min-height:50px;
}
.indp-post-excerpt-smallBox {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.indp-post-excerpt-bigBox {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.indp-newsletter a{
	font-weight: 600 !important;
	font-size:14px!important;
}
.indp-post img{
	border-radius:19px !important;
}

.custom-social-sharing {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.custom-social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
	gap: 30px;
}

.custom-social-links li {
	display: inline-flex;
	line-height: 0;
	justify-content: center;
	align-items: center;
}

.custom-social-links a,
.custom-social-links span,
.custom-social-links button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out;
}

.custom-social-links a[href*="facebook.com"]:hover svg {
	color: #1877f2;
}
.custom-social-links a[href*="linkedin.com"]:hover svg {
	color: #0077b5;
}
.custom-social-links a[href*="xing.com"]:hover svg {
	color: #006567;
}
.custom-social-links a[href^="mailto:"]:hover svg {
	color: #ea4335;
}
.custom-social-links button:hover svg {
	color: #333;
}
.custom-social-links a:hover,
.custom-social-links button:hover {
	background: transparent;
	transform: scale(1.1);
}

.custom-social-links button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.custom-social-links svg {
	width: 20px;
	height: 20px;
	color: rgb(28, 28, 28);
	transition: all 0.2s ease-in-out;
}

.tts-container {
	display: none;
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 0.6s ease-out, transform 0.8s ease-out;
	will-change: opacity, transform;
	backface-visibility: hidden;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.tts-container.active {
	display: block;
	opacity: 1;
	transform: translateX(0);
}

.tts-container p {
	display: none;
}

@media (max-width: 768px) {
	.tts-container {
		max-width: 100%;
		transform: translateX(-20px);
		transition: opacity 0.4s ease-out, transform 0.6s ease-out;
	}
}

@media (max-width: 480px) {
	.tts-container {
		transform: translateX(-10px);
		transition: opacity 0.3s ease-out, transform 0.4s ease-out;
	}
}

@media (max-width: 640px) and (orientation: landscape) {
	.tts-container {
		max-width: 80%;
	}
}

.rank-math-breadcrumb p br {
	display:none !important;
}

.tedo-subhead-in-text{
	color:  var(--wp--preset--color--custom-tts, #2683bd) !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 28px !important;
}

@media (max-width: 782px) {
	header .wp-block-navigation .wp-block-navigation-item {
		justify-content: center;
	}
	header .wp-block-navigation ul li {
		width: 100%;
		position: relative;
	}
	header .wp-block-navigation__submenu-icon {
		position: absolute !important;
		top: 0px !important;
		right: 1rem !important;
		width: 1.5rem !important;
		height: 1.5rem !important;
		transition: transform .2s ease !important;
	}
	header  .wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation__responsive-container-content
	.has-child
	> .wp-block-navigation__submenu-icon {
		display: block;
	}
	header  .wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation__responsive-container-content
	.has-child
	> .wp-block-navigation__submenu-container {
		display: none;
		width: 100%;
	}
	header .wp-block-navigation__container > li.has-child.ddl-active
	> .wp-block-navigation__submenu-icon {
		transform: rotate(180deg);
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation-item__content {
		display: block;
		width: 100%;
		padding: 1rem 1.5rem;
		color: #fff !important;
		text-decoration: none;
		transition: color .2s ease;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation-item__content:hover {
		color: var(--wp--preset--color--custom-tts, #2683bd) !important;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation-submenu.ddl-active
	> .wp-block-navigation-item__content {
		color: var(--wp--preset--color--custom-tts, #2683bd) !important;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation-submenu__toggle svg {
		stroke: #fff !important;
		transition: stroke .2s ease;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation-submenu.ddl-active
	.wp-block-navigation-submenu__toggle svg {
		stroke: var(--wp--preset--color--custom-tts, #2683bd) !important;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation__submenu-container {
		margin-top: 0;
		padding-left: 0rem !important;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item__content {
		font-size: 1.4rem !important;
		border-bottom: 1px solid rgb(33, 72, 98) !important;
		margin-bottom: 0.4rem !important;
		transition: color .2s ease, border-color .2s ease;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item__content:hover {
		color: var(--wp--preset--color--custom-tts, #2683bd) !important;
		border-bottom-color: var(--wp--preset--color--custom-tts, #2683bd) !important;
	}
	.wp-block-navigation__responsive-container-content
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item__content[aria-current="page"] {
		color: var(--wp--preset--color--custom-tts, #2683bd) !important;
		border-bottom: 2px solid var(--wp--preset--color--custom-tts, #2683bd) !important;
	}
}
.wp-block-navigation__submenu-container
.wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--custom-tts, #2683bd) !important;
	border-bottom-color: var(--wp--preset--color--custom-tts, #2683bd) !important;
	text-decoration:none;
}
#backToTop {
    z-index: 999999;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px rgba(30,60,180,0.17), 0 2px 6px rgba(0,0,0,0.06);
    backdrop-filter: blur(7px) saturate(180%);
    -webkit-backdrop-filter: blur(7px) saturate(180%);
    border: 1.5px solid rgba(0,115,255, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px) scale(0.96);
    transition:
            opacity 0.32s cubic-bezier(0.4,0.2,0.5,1),
            transform 0.40s cubic-bezier(0.4,0.2,0.5,1),
            background 0.33s,
            box-shadow 0.24s;
}

#backToTop.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

#backToTop:hover {
    background: var(--wp--preset--color--custom-tts, #0073ff) !important;
    box-shadow: 0 16px 48px rgba(0,115,255,0.22), 0 4px 24px rgba(0,0,0,0.17);
}

#backToTop svg .arrow {
    stroke: var(--wp--preset--color--custom-tts, #0073ff) !important;
    transition: stroke 0.18s;
}

#backToTop:hover svg .arrow {
    stroke: #fff !important;
}

#backToTop svg {
    display: block;
    pointer-events: none;
}
@media (max-width: 600px) {
    #backToTop {
        right: 1rem;
        bottom: 1rem;
        width: 44px;
        height: 44px;
    }
    #backToTop svg {
        width: 20px;
        height: 20px;
    }
}
.accordion-trigger {
    color: #fff;
    padding: 10px !important;
    padding-left: 25px !important;
    cursor: pointer;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    gap: 10px;
}
.accordion-trigger .acIcon {
    display: flex;
    align-items: center;
    height: 22px;
    width: 22px;
}
.accordion-trigger .acIcon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    transition: filter 0.3s ease;
    filter: brightness(0) invert(1);
}
.accordion-trigger:hover {
    filter: brightness(1.12) saturate(1.1);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    transition: background-color 0.3s, filter 0.3s, transform 0.2s, box-shadow 0.2s;
}
.download-box {
    background-color: #fff;
    border-radius: 7px !important;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 10px 0 rgba(50, 50, 50, 0.75);
    overflow: hidden;
    width: 250px !important;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.download-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
}

.dlm-img-wrapper {
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}

.dlm-img-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.download-box:hover .dlm-img-wrapper img {
    transform: scale(1.03) !important;
}
.download-box br {
    display: none;
}
.download-box-content h5 {
    font-size: 15px;
    font-weight: 400;
    color: #222;
    line-height: 1.4;
    margin: 8px 0 14px;
}
@media (max-width: 600px) {
    .accordion-trigger {
        font-size: 1rem !important;
        border-radius: 10px !important;
        gap: 8px !important;
        display: flex;
        padding: 5px !important;
        padding-left: 25px !important;
        align-items: center;
        color: #fff !important;
    }
    .accordion-trigger .acIcon {
        min-width: 20px; width: 20px; height: 20px;
        display: flex; align-items: center; justify-content: center;
    }
    .accordion-trigger .acIcon img {
        width: 18px !important;
        height: 18px !important;
    }
    .main-menu.accordion.me-main-menu {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        padding-left: 0 !important;
        margin-bottom: 12px !important;
    }
    .main-menu.accordion.me-main-menu > li {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .download-box {
        width: 100% !important;
        margin: 0 auto 0 auto !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.14);
        padding-bottom: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 0 !important;
        background: #fff;
    }
    .dlm-img-wrapper, .dlm-img-wrapper img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        border-radius: 8px 8px 0 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: cover;
    }
    .download-box-content {
        padding: 8px 6px 0 6px !important;
        font-size: 12px !important;
    }
    .download-box-content h5 {
        font-size: 10px !important;
        font-weight: 600;
        margin: 5px 0 10px 0 !important;
        text-align: center;
    }
    .download-box-content ul,
    .download-box-content li {
        font-size: 11px !important;
        line-height: 1.5 !important;
        margin-bottom: 3px !important;
        padding-left: 15px !important;
        text-align: left !important;
    }
    .download-box-content a.download-button {
        font-size: 12px !important;
        padding: 8px 0 !important;
        margin: 10px auto 0 auto !important;
        border-radius: 8px;
        text-align: center;
        font-weight: 600;
        box-shadow: 0 2px 8px rgba(0,0,0,.12);
    }
    .download-box br {
        display: none !important;
    }

}
.download-box-content a.download-button {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.download-box-content a.download-button:hover {
    transform: scale(1.03);
}

.tedo-header-main {
    transition:
            padding 0.25s cubic-bezier(.4,0,.2,1),
            box-shadow 0.25s cubic-bezier(.4,0,.2,1),
            background 0.3s cubic-bezier(.4,0,.2,1);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-shadow: none;
}

.tedo-header-main.tedo-header-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 1px 12px rgba(20,40,60,0.09);
}

.tedo-header-main .tedo-logo img {
    height: 75px !important;
    width: auto !important;
    transition:
            height 0.35s cubic-bezier(.4,0,.2,1),
            width 0.35s cubic-bezier(.4,0,.2,1);
    max-width: 100%;
    max-height: none;
}

.tedo-header-main.tedo-header-shrink .tedo-logo img {
    height: 60px !important;
}

.tedo-header-main nav a,
.tedo-header-main nav .wp-block-navigation-item__content {
    transition:
            font-size 0.3s cubic-bezier(.4,0,.2,1),
            transform 0.3s cubic-bezier(.4,0,.2,1);
    font-size: 1.14em;
}

.tedo-header-main.tedo-header-shrink nav a,
.tedo-header-main.tedo-header-shrink nav .wp-block-navigation-item__content {
    font-size: 0.98em;
    color: var(--wp--preset--color--custom-tts, rgba(0, 115, 255, 0.95)) !important;
    transform: scale(0.94);
}
.tedo-footer-new,
.tedo-footer-new .footer-centered-wrap,
.tedo-footer-new .footer-links,
.tedo-footer-new .footer-links a,
.tedo-footer-new .brands-columns,
.tedo-footer-new .brands-columns li,
.tedo-footer-new .brands-columns a,
.tedo-footer-new .footer-legal,
.tedo-footer-new .footer-legal nav,
.tedo-footer-new .footer-legal nav a,
.tedo-footer-new .footer-legal span {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
}

.tedo-footer-new {
	background:  #ecf0f5;
}

.tedo-footer-new .footer-centered-wrap {
	background: #01071a;
	max-width: 1133px;
	margin: 0 auto;
	width: 100%;
	border-radius: 0 0 20px 20px;
	box-shadow: none;
	clip-path: none;
}

.tedo-footer-new .footer-section {
	padding: 20px;
}

.tedo-footer-new .footer-columns {
	display: flex;
	gap: 54px;
	align-items: flex-start;
}

.tedo-footer-new .footer-info {
	flex: 0 0 20%;
	max-width: 20%;
}

.tedo-footer-new .footer-brands {
	flex: 0 0 80%;
	max-width: 80%;
}

.tedo-footer-new .footer-info h3,
.tedo-footer-new .footer-brands h3 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

.tedo-footer-new a:hover,
.tedo-footer-new a:focus {
	color: var(--wp--preset--color--custom-tts, #0073ff) !important;
}

.tedo-footer-new .footer-social a:hover svg [fill="white"],
.tedo-footer-new .footer-social a:focus svg [fill="white"] {
	fill: var(--wp--preset--color--custom-tts, #0073ff) !important;
}

.tedo-footer-new .footer-social a:hover svg [stroke="white"],
.tedo-footer-new .footer-social a:focus svg [stroke="white"] {
	stroke: var(--wp--preset--color--custom-tts, #0073ff) !important;
}

.tedo-footer-new .footer-underline {
	border: none;
	border-top: 1px solid #fff;
	background: #fff;
	margin: 0 0 12px 0;
}

.tedo-footer-new .footer-underline.short {
	width: 160px;
	margin-top: 4px;
}

.tedo-footer-new .footer-underline.wide {
	width: 100%;
	max-width: 810px;
	margin-bottom: 12px;
	margin-top: 4px;
}

.tedo-footer-new .footer-links {
	list-style: none;
	padding: 0;
	margin: 0 0 18px 0;
}

.tedo-footer-new .footer-links a {
	text-decoration: none;
}

.tedo-footer-new .footer-links a:hover {
	color: #344d6f;
}

.tedo-footer-new .brands-columns {
	display: flex;
	gap: 32px;
	width: 100%;
}

.tedo-footer-new .brands-columns ul {
	flex: 1 1 0;
	min-width: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tedo-footer-new .brands-columns a {
	text-decoration: none !important;
}

.tedo-footer-new .brands-columns a:hover {
	color: #344d6f;
	text-decoration: underline;
}

.tedo-footer-new .footer-social {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-top: 20px;
}

.tedo-footer-new .footer-social a svg * {
	transition: fill 0.18s, stroke 0.18s;
}

.tedo-footer-new .footer-logos-slider-wrap {
	background:  #ecf0f5;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1133px;
	padding: 12px 0;
	box-sizing: border-box;
	position: relative;
}

.tedo-footer-new .footer-logos-slider {
	display: flex;
	align-items: center;
	gap: 54px;
	height: 28px;
	width: max-content;
	animation: scrollLogoSlider 150s linear infinite;
	will-change: transform;
}

.tedo-footer-new .footer-logos-slider a img {
	height: 28px;
	width: auto;
	filter: grayscale(100%);
	transition: filter 0.2s;
	display: block;
}

.tedo-footer-new .footer-logos-slider a:hover img {
	filter: none;
}

@keyframes scrollLogoSlider {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.tedo-footer-new .footer-legal {
	background: #0d1224;
	padding: 11px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	line-height: 23px;
}

.tedo-footer-new .footer-logos-slider img[alt="DMB"] {
	height: 20px;
	width: auto;
}

.tedo-footer-new .footer-legal nav {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
}

.tedo-footer-new .footer-legal nav a {
	text-decoration: none;
	font-weight: 400;
}

.tedo-footer-new .footer-legal nav a:hover {
	color: #344d6f;
	text-decoration: none !important;
}

.tedo-footer-new .footer-legal span {
	font-size: 11px;
	margin-left: 20px;
}

.tedo-footer-new .footer-links li.ivw-logo-link a {
	display: inline-flex;
	align-items: center;
	gap: 1.5em;
}

.tedo-footer-new .ivw-svg-logo {
	display: flex;
	align-items: center;
	height: 22px;
	width: 22px;
}

.tedo-footer-new .ivw-svg-logo svg {
	height: 20px;
	width: 20px;
	display: block;
	vertical-align: bottom;
	padding-bottom: 9px;
}
.tedo-footer-mobile-new {
	background: #070b1d;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 19px;
	max-width: 577px;
	border-radius: 0 0 18px 18px;
}

.tedo-footer-mobile-new .footer-mobile-content {
	padding: 32px 24px 16px 24px;
}

.tedo-footer-mobile-new .footer-mobile-main h3 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin: 0 0 6px 0;
	color: #f4f5f6;
	letter-spacing: 0.01em;
}

.tedo-footer-mobile-new .footer-mobile-underline {
	border: 0;
	border-top: 1px solid #fff;
	margin: 0 0 15px 0;
}

.tedo-footer-mobile-new .footer-row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.tedo-footer-mobile-new .footer-mobile-links {
	flex: 1 1 70%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tedo-footer-mobile-new .footer-mobile-links li,
.tedo-footer-mobile-new .footer-mobile-links a {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
}

.tedo-footer-mobile-new .ivw-svg-logo {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
}

.tedo-footer-mobile-new .footer-social-vertical {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 28px;
	margin-left: 22px;
	margin-top: 8px;
}

.tedo-footer-mobile-new .footer-social-vertical a {
	display: block;
}

.tedo-footer-mobile-new .footer-social-vertical a svg {
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	min-height: 30px !important;
	max-width: 30px !important;
	max-height: 30px !important;
}

.tedo-footer-mobile-new .footer-mobile-magazines-link {
	display: flex;
	align-items: center;
	margin-top: 36px;
	font-size: 26px;
	text-decoration: none;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.01em;
	background: none;
	border: none;
	width: 100%;
	padding: 0;
	cursor: pointer;
	transition: color 0.2s;
}

.tedo-footer-mobile-new .footer-mobile-magazines-link:hover {
	color: #fff !important;
}

.tedo-footer-mobile-new .footer-mobile-plus {
	font-size: 32px;
	font-weight: 900;
	margin-right: 15px;
	display: block;
	line-height: 32px;
	text-align: center;
	transition: transform 0.2s;
}

.tedo-footer-mobile-new .footer-mobile-magazines-bold {
	font-size: 26px;
	font-weight: 800;
}

.tedo-footer-mobile-new .footer-magazine-list {
	background: none;
	list-style: none;
	margin: 0;
	padding-left: 24px;
	padding-top: 8px;
}

.tedo-footer-mobile-new .footer-magazine-list li {
	font-size: 18px;
	color: #fff;
	margin-bottom: 2px;
	padding-left: 0;
}

.tedo-footer-mobile-new .footer-magazine-list a {
	color: #fff !important;
	text-decoration: none;
	transition: color 0.2s;
}

.tedo-footer-mobile-new .footer-magazine-list a:hover,
.tedo-footer-mobile-new .footer-magazine-list a:focus {
	color: #fff !important;
}

.tedo-footer-mobile-new [hidden] {
	display: none !important;
}

.tedo-footer-mobile-new .footer-mobile-legal {
	background: #454a56;
	color: #fff;
	font-size: 18px;
	padding: 18px 7vw 13px 7vw;
	margin-top: 36px;
}

.tedo-footer-mobile-new .footer-mobile-legal nav {
	display: flex;
	flex-wrap: wrap;
	gap: 26px 16px;
	margin: 0 0 12px 24px;
}

.tedo-footer-mobile-new .footer-mobile-legal nav a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 22px;
}

.tedo-footer-mobile-new .footer-mobile-legal span {
	display: block;
	margin-left: 0;
	font-size: 18px;
	margin-top: 4px;
}

.tedo-footer-mobile-new .footer-mobile-legal,
.tedo-footer-mobile-new .footer-mobile-legal nav a,
.tedo-footer-mobile-new .footer-mobile-legal span {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.tedo-footer-mobile-new .footer-social-vertical a.linkedin-icon svg {
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	min-height: 26px !important;
	max-width: 26px !important;
	max-height: 26px !important;
}

@media (max-width: 600px) {
	.tedo-footer-mobile-new {
		max-width: 100vw;
		border-radius: 0;
	}

	.tedo-footer-mobile-new .footer-mobile-content {
		padding: 18px 7vw 13px 7vw;
	}

	.tedo-footer-mobile-new .footer-mobile-main h3 {
		font-size: 18px;
	}

	.tedo-footer-mobile-new .footer-row {
		gap: 18px;
	}

	.tedo-footer-mobile-new .footer-social-vertical {
		gap: 18px;
	}

	.tedo-footer-mobile-new .footer-social-vertical a svg {
		width: 22px;
		height: 22px;
	}

	.tedo-footer-mobile-new .footer-mobile-magazines-link {
		font-size: 18px;
		margin-top: 20px;
	}

	.tedo-footer-mobile-new .footer-mobile-plus,
	.tedo-footer-mobile-new .footer-mobile-magazines-bold {
		font-size: 18px;
	}

	.tedo-footer-mobile-new .footer-magazine-list li {
		font-family: "Open Sans", Arial, sans-serif;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
	}

	.tedo-footer-mobile-new .footer-mobile-legal {
		font-size: 14px;
		padding: 18px 7vw 13px 7vw;
		margin-top: 20px;
	}

	.tedo-footer-mobile-new .footer-mobile-legal nav a {
		font-size: 15px;
	}

	.tedo-footer-mobile-new .footer-mobile-legal nav {
		gap: 10px 22px;
		margin-left: 0;
	}

	.tedo-footer-mobile-new .footer-mobile-legal span {
		margin-left: 0;
		font-size: 15px;
	}

	.tedo-footer-mobile-new .ivw-svg-logo svg {
		height: 20px;
		width: 20px;
		display: block;
		vertical-align: bottom;
		padding-bottom: 9px;
	}

	.tedo-footer-mobile-new .ivw-logo-link a {
		display: inline-flex;
		align-items: center;
		gap: 20px;
	}

	.tedo-footer-mobile-new .ivw-svg-logo {
		display: flex;
		align-items: center;
		margin-left: 0;
	}

	.tedo-footer-mobile-new .ivw-svg-logo svg {
		height: 1.3em;
		width: 1.3em;
		display: block;
		padding-bottom: 4px;
		vertical-align: middle;
	}
}

@media (min-width: 601px) {
	.tedo-footer-mobile-new {
		display: none !important;
	}
}