/***** GENERAL *****/
* {
    scrollbar-width: thin;
    scrollbar-color: #C1C1C1 #F1F1F1;
}

body {
	/*font-family: Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;*/
	font-family: 'Noto Sans', 'Roboto', Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
	font-size: 0.9375rem;
	color: #5f5f5f;
	background-color: white;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	/*font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;*/
	font-family: 'Noto Sans', 'Roboto', Arial, "Helvetica Neue", Helvetica, Roboto, sans-serif;
	font-weight: 300;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	color: #5f5f5f;
}

h1,
.h1 {
	font-size: 2.375rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h2,
.h2 {
	font-size: 1.8125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h3,
.h3 {
	font-size: 1.4375rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h4,
.h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h5,
.h5 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h6,
.h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.button {
	display: inline-block;    
    margin: 0 0 1rem 0;    
    padding: 14px 35px;
    border: none;
    border-radius: 4px;    
    font-size: 16px;
	min-width: 180px;
    cursor: pointer;
    transition: all .3s;
	background-color: #0046b2;    
	background: linear-gradient(to right,#0046ad 0%,#1132ff 15%,#0087ff 100%);
	color: #fff;	
	text-decoration: none!important;
	vertical-align: middle;
	text-align: center;
    align-items: center;
    justify-content: center;
	line-height: inherit;
}

.button.inverse {
	border: 1px solid #0046b2;
	padding: 13px 35px;
	background-color: #fff;    
	background: #fff;
	color: #0046b2!important;
}

.button.tiny {
	font-size: 13px;
	min-width: 146px;
	padding: 11px 28px;
}

.button::before {
    content: '▶';
    margin-right: 10px;
}

.button:focus,.button:hover {
    opacity: 0.8;    
	color: #fff;
	text-decoration: none!important;
}

.button.inverse:focus, .button.inverse:hover {
	opacity: 0.8;
	color: #fff!important;
	border: 1px solid transparent;
	background: linear-gradient(to right,#0046ad 0%,#1132ff 15%,#0087ff 100%);
}

@media print,
screen and (min-width: 40em) {

	h1,
	.h1 {
		font-size: 2.5rem;
	}

	h2,
	.h2 {
		font-size: 1.9375rem;
	}

	h3,
	.h3 {
		font-size: 1.5625rem;
	}

	h4,
	.h4 {
		font-size: 1.25rem;
	}

	h5,
	.h5 {
		font-size: 1rem;
	}

	h6,
	.h6 {
		font-size: 1rem;
	}
}

a {
	color: #1f1f1f;
}

a:hover,
a:focus {
	color: #1f1f1f;
}

a.white {
	color: white;
}

a.white:hover,
a.white:focus {
	color: white;
}

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

hr {
	clear: both;
	/*max-width: 49.375rem;*/
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #5f5f5f;
	border-left: 0;
}

hr.blue {
	border-color: #0046b2;
}

.grid-container {
	min-width: 21.875rem;
}

/***** WIDE CONTENT AND H1 INIT *****/
.wide {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.wide.dark {
	background-color: #0046b2;
	color: white;
}

.wide.dark h1 a {
	color: inherit;
}

h1 {
	/*max-width: 49.375rem;*/
	margin: 0 auto 1.5625rem auto;
	border-top-width: 1px;
	border-top-style: solid;
	text-transform: uppercase;
	padding-top: 0.9375rem;
	word-wrap: break-word;
}

h1.noborder {
	border: 0;
	padding-top: 0;
}

h1.noborder-width-padding {
	border: 0;
}

h1.blue {
	border-color: #5f5f5f;
	color: #0046b2;
}

h1.blue a {
	color: #0046b2;
}

@media print,
screen and (min-width: 40em) {
	.wide {
		padding-bottom: 6rem;
	}
}

@media screen and (max-width: 39.9375em) {
	h1.noborder-for-small {
		border: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 39.9375em) {
	.button.small-only-expanded {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}

/***** TRAINING, INTRO CONTENT IN NEWS CONTENT *****/
.training .grid-x:last-of-type>.cell:first-of-type,
.intro-content .cell:first-of-type {
	padding-bottom: 1.5625rem;
}

.training .grid-y .cell.medium-shrink {
	margin-top: 1rem;
}

.training .intro a {
	color: white;
}

@media print,
screen and (min-width: 40em) {

	.training .grid-x:last-of-type>.cell:first-of-type,
	.intro-content .cell:first-of-type {
		padding-right: 1.40625rem;
		padding-bottom: 0;
	}

	.training .grid-x:last-of-type>.cell:last-of-type,
	.intro-content .cell:last-of-type {
		padding-left: 1.40625rem;
	}

	.training .grid-y .cell.medium-shrink {
		margin-top: 33px;
	}

	.training .grid-y .cell.medium-auto {
		overflow: hidden;
	}
}

/***** COMPANY *****/
img.img_content {
	margin-bottom: 1rem;
}

@media print,
screen and (min-width: 40em) {
	img.img_content {
		margin-bottom: 0;
	}

	.grid-x.company>.cell:first-of-type {
		padding-right: 1rem;
	}

	.grid-x.company>.cell:last-of-type {
		padding-left: 1rem;
	}

	.grid-x.company_3col>.cell {
		padding-right: 0.6667rem;
		padding-left: 0.6667rem;
	}

	.grid-x.company_3col>.cell:first-of-type {
		padding-right: 1.3334rem;
		padding-left: 0;
	}

	.grid-x.company_3col>.cell:last-of-type {
		padding-left: 1.3334rem;
		padding-right: 0;
	}
}

/***** NEWS CONTENT, CONTENT *****/
.content,
.news-content {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

@media print,
screen and (min-width: 40em) {

	.content,
	.news-content {
		padding-bottom: 6rem;
	}
}

/***** COMPANY MEDIA GRID BLOCK *****/
.companyMedia {
	
}

@media print,
screen and (min-width: 40em) {
	.companyMedia.wide {
		margin-top: -76px;
		padding-bottom: 4.4375rem;
	}
}


/***** COMPANY SUBMENU GRID BLOCK *****/
.companySubmenu .cell {
	background-color: #0046b2;
	background: linear-gradient(to right,#0046ad 0%,#1132ff 15%,#0087ff 100%);
	transition: all .3s;
	color: white;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	text-transform: uppercase;
}

.companySubmenu .cell:hover,
.companySubmenu .cell:focus {
	opacity: 0.8;
}

.companySubmenu img {
	width: 114px;
	height: 64px;
}

.companySubmenu .cell p {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	margin-top: 1em;
	line-height: 1;
}

.companySubmenu a {
	display: block;
	color: white;
	text-decoration: none !important;
}

@media print,
screen and (min-width: 40em) {
	.companySubmenu.wide {
		padding-top: 3.125rem;
	}

	.companySubmenu .cell p {
		font-size: 1.375rem;
		margin-top: 1.875rem;
	}

	.companySubmenu img {
		width: 164px;
		height: 93px;
	}
}

/***** CONTACT *****/
.contact {
	background-color: #f1f1f1;
}

.contact,
.contact a {
	color: #0046b2 !important;
}

.contact hr {
	margin: 0.875rem auto 1.875rem auto;
	border-color: #0046b2;
}

.contact h4 {
	font-weight: bold;
	margin-bottom: 0;
}

.contact.contact-sub h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

/*
.contact.contact-sub .grid-container {
	max-width: 51.25rem;
}
*/

@media print,
screen and (min-width: 40em) {
	.contact .grid-x:nth-of-type(2) .cell:first-of-type {
		padding-right: 1rem;
		padding-bottom: 0;
	}

	.contact.contact-sub .grid-x:last-of-type .cell:first-of-type {
		padding-right: 1rem;
		padding-bottom: 0;
	}

	.contact .grid-x:nth-of-type(2) {
		padding-top: 2.1875rem;
	}

	.contact hr {
		margin: 2.75rem auto 3.25rem auto;
	}

	.contact.wide {
		padding-bottom: 3rem;
	}
}

.contact-logo,
.contact-logo-sub,
.contact-logo-fm {
	display: inline-block;
	width: 38px;
	height: 39px;
	text-indent: 200px;
	overflow: hidden;
	margin-right: 32px;
	background-size: cover !important;
}

.contact-logo-sub {
	margin-right: 15px;
	width: 23px;
	height: 23px
}

.contact-logo-fm {
	margin-right: 15px;
	width: 34px;
	height: 34px
}

@media print,
screen and (min-width: 40em) {
	.contact-logo-fm {
		margin-right: 15px;
		width: 28px;
		height: 28px
	}
}


/* NEW */
.contact-logo-footermenu {
	margin-right: 15px;
}

.contact-logo-footermenu i {
	font-size: 34px;
}

@media print,
screen and (min-width: 40em) {
	.contact-logo-footermenu i {
		font-size: 28px;
	}
}


.youtube {
	background: transparent url("../img/youtube_logo.png") no-repeat 0 0;
	width: 71px;
}

.contact-logo-sub.youtube {
	width: 42px;
}

.facebook {
	background: transparent url("../img/facebook_logo.png") no-repeat 0 0;
}

.linkedin {
	background: transparent url("../img/linkedin_logo.png") no-repeat 0 0;
}

.instagram {
	background: transparent url("../img/instagram_logo.png") no-repeat 0 0;
	margin-right: 0;
}

.facebookGS {
	background: transparent url("../img/facebook_logo_gs.png") no-repeat 0 0;
}

.linkedinGS {
	background: transparent url("../img/linkedin_logo_gs.png") no-repeat 0 0;
}

.instagramGS {
	background: transparent url("../img/instagram_logo_gs.png") no-repeat 0 0;
	margin-right: 0;
}

/***** BACK TO TOP BUTTON *****/
#backTop {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 100;
	cursor: pointer;
	transform: translateY(150px);
	transition: all 0.3s ease;
}

#backTop.show {
	transform: translateY(0);
}

#backTop .fa {
	font-size: 3rem;
}

#backTop i.fa:first-of-type {
	color: rgba(1, 70, 173, 0.7);
	font-size: 4rem;
}

#backTop i.fa:last-of-type {
	margin-top: -0.3125rem;
	margin-left: 0.6875rem;
}

/***** HEADER *****/
header {
	background: #0046AD;
	background: linear-gradient(90deg, rgba(0, 70, 173, 1) 0%, rgba(17, 50, 255, 1) 15%, rgba(0, 135, 255, 1) 100%);
	color: white;
	height: 40px !important;
}

.home header {
	height: auto !important;
}

/*
header .grid-container {
	max-width: 51.25rem;
}
*/

header .grid-x:first-of-type .cell {
	height: 23px;
}

header .grid-x:first-of-type .cell:first-of-type {
	height: auto;
}

header .welcome {
	font-size: 1.75rem;
	line-height: 1.2;
	padding-top: 25px;
}

header .epcos-text {
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 12px;
	color: #fff;
	padding-left: 0;
}

header .show-for-small-only .epcos-text {
	line-height: 17px;
	padding-left: 0;
	font-size: 11px;
}

header a.tdk-group {
	font-size: 0.6875rem;
	padding-right: 45px;
	/*margin-top: 11px;*/
	height: 15px;
	line-height: 15px;
	background: transparent url('../img/world_logo.png') no-repeat right bottom;
	color: white;
	text-decoration: none;
	display: inline-block;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

header a.tdk-logo {
	height: 25px;
	width: 242px;
	background: transparent url('../img/TDK_logo_white.avif') no-repeat 0 0;
	background-size: contain;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	text-indent: -200px;
	padding-right: 15px;
	border-right: 0px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

header a.tdk-logo:hover,
header a.tdk-group:hover {
	opacity: 0.7;
}

header a.tdk-logo.small {
	height: 17px;
	width: 171px;
}

@media print,
screen and (min-width: 40em) {

	header,
	.home header {
		height: 102px !important;
	}

	header .grid-x:first-of-type .cell:first-of-type {
		height: 23px;
	}

	header .welcome {
		font-size: 1.25rem;
		line-height: 1.5;
		padding-top: 17px;
	}

	header .hide-for-small-only.epcos-text {
		/*padding-top: 8px;*/
	}

	.home header .show-for-small-only.epcos-text {	
		padding-left: 0px;
	}
	
	header .epcos-text {
		padding-left: 15px;
	}
	
	header a.tdk-logo {
		border-right: 1px solid #4D7EC6;
	}
}

@media print,
screen and (min-width: 75em) {
	.home header .grid-container.fluid {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.home header .grid-container.padding-vertical-1 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important;
	}

	.home header .grid-x:first-of-type .cell {
		height: 37px;
	}

	.home header .grid-x:first-of-type .cell:first-of-type {
		height: 37px;
	}

	.home header {
		height: 163px !important;
	}

	.home header .welcome {
		font-size: 2.5rem;
		line-height: 2.5rem;
		padding-top: 30px;
		/*font-weight: bold;*/
	}

	.home header .epcos-text {
		font-size: 1.25rem;
		line-height: 1.25rem;		
		padding-left: 30px;
	}

	.home header a.tdk-logo {
		background: transparent url('../img/TDK_logo_white.avif') no-repeat 0 0;
		background-size: contain;
		height: 37px;
		width: 367px;		
		text-indent: -300px;
		padding-right: 0;
		display: inline-block;
	}

	.home header a.tdk-group {
		background: transparent url('../img/world_logo_large.png') no-repeat right bottom;
		font-size: 1rem;
		padding-right: 75px;
		margin-top: 5px;
		height: 25px;
		line-height: 25px;
		background-size: 65px 25px;
	}
}

/***** MENU SMALL *****/
.title-bar {
	padding: 0.5rem;
	background: #0046AD;
	background: linear-gradient(90deg, rgba(0, 70, 173, 1) 0%, rgba(17, 50, 255, 1) 15%, rgba(0, 135, 255, 1) 100%);
	color: white;
}

.title-bar-title {
	display: flex;
	align-items: center;
	gap: 15px;
}

.mobilemenu .sticky {
	z-index: 99 !important;
}

.mobilemenu .menu-icon::after {
    background: #fff;
    box-shadow: 0 7px 0 #fff,0 14px 0 #fff;
}

.mobilemenu .menu-icon:hover::after {
    opacity: 0.7;
}

#main-menu-a.accordion-menu {
	background-color: #0046AD;
	color: white;
}

#main-menu-a.accordion-menu li {
	border-top: 1px solid #4D7EC6;
}

#main-menu-a.accordion-menu a {
	color: white;
	font-size: 1.125rem;
	padding: 0.625rem 1rem;
}

#main-menu-a.accordion-menu a:hover {
	/*background-color: #666666;*/
	text-decoration: underline;
	color: #b8eeff;
}

#main-menu-a.accordion-menu .is-accordion-submenu a {
	font-size: 0.875rem;
	text-transform: none;
	padding: 0.4375rem 1.125rem 0.4375rem 2rem;
}

#main-menu-a.accordion-menu .is-accordion-submenu a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	float: right;
}

#main-menu-a.accordion-menu .submenu-toggle {
	background-color: #336BBD;
	width: 40px;
	height: 38px;
	border-radius: 0;
	color: white;
}

#main-menu-a.accordion-menu .submenu-toggle:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	font-size: 1.2rem;
}

#main-menu-a.accordion-menu .submenu-toggle::after {
	display: none;
}

#main-menu-a.accordion-menu .submenu-toggle:hover {
	/*background-color: #000000;*/
}

#main-menu-a.accordion-menu .submenu-toggle[aria-expanded='true'] {
	/*background-color: #000000;*/
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#main-menu-a.menu .is-active>a {
	/*background-color: #666666;
	color: white;*/
	color: #b8eeff;
}

.mobileMenuBottom {
	font-size: 0.75rem;
}

.mobileMenuBottom div {
	display: flex;
}

#main-menu-a.accordion-menu .mobileMenuBottom a {
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 0.75rem;
	flex: 1 1 0px;
	text-align: center;
}

#main-menu-a.accordion-menu .mobileMenuBottom a:hover {
	/*background-color: #000000;*/
	text-decoration: underline;
	color: #b8eeff;
}

#main-menu-a.accordion-menu a.tdk-group-mm {
	font-size: 0.875rem;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	text-align: center;
}

#main-menu-a.accordion-menu a.tdk-group-mm:after {
	content: '';
	background: transparent url('../img/world_logo.png') no-repeat;
	width: 39px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

#main-menu-a.accordion-menu a.tdk-group-mm:hover {
	/*background-color: #000000;
	opacity: .7;*/		
	color: #b8eeff;
}

.mobilemenu .title-bar-left {
	flex-grow: 1;
	flex-shrink: 0;
}

.mobilemenu .title-bar-right {
	flex-grow: 0;
	flex-shrink: 0;
}


/***** MENU MEDIUM UP *****/
#main-menu-d.dropdown {
	background-color: transparent;
	color: white;
	margin-top: 26px;
	margin-left: -0.875rem;
	z-index: 99 !important;	
}

#main-menu-d.dropdown a {
	color: white;
	font-size: 0.8125rem;
	padding: 0.75rem 0.875rem;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;	
	opacity: 1;
}

#main-menu-d.dropdown a:hover {
	/*background-color: #0046AD;
	opacity: 0.7;*/
	color: #b8eeff;
	text-decoration: underline;
}

#main-menu-d.dropdown a:after {
	display: none;
}

#main-menu-d.menu .is-active>a {
	/*background-color: #0046AD;
	color: white;
	opacity: 0.7;*/
	color: #b8eeff;
}

#main-menu-d.dropdown .is-dropdown-submenu {
	border: 0;
	background-color: #0046AD;
	white-space: nowrap;
}

#main-menu-d.dropdown .is-dropdown-submenu a {
	padding: 0.5625rem 0.875rem;
	width: auto;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;	
}

#main-menu-d.dropdown .is-dropdown-submenu a:hover,
#main-menu-d.menu .is-dropdown-submenu .is-active>a {
	/*background-color: #336BBD;*/
	text-decoration: none !important;
	opacity: 1 !important;
}

#main-menu-d.dropdown .is-dropdown-submenu li {
	border-bottom: 1px solid #4D7EC6;
}

#main-menu-d.dropdown .is-dropdown-submenu li:last-of-type {
	border: 0;
}

/***** LANGUAGE MENU *****/
#siteLanguage.dropdown {
	/*margin-top: 8px;*/
	margin-right: 10px;
}

#siteLanguage.dropdown a {
	color: white;
	font-size: 0.6875rem;
	padding: 0.3125rem 0.625rem;
	width: 75px;
}

#siteLanguage.dropdown a:hover {
	background-color: #0046AD;
}

#siteLanguage.dropdown a:after {
	display: none;
}

#siteLanguage.dropdown .is-dropdown-submenu {
	border: 0;
	background-color: #0046AD;
	white-space: nowrap;
	min-width: inherit;
	max-width: inherit;
}

#siteLanguage.menu .is-active>a {
	background-color: #0046AD;
	color: white;
}

#siteLanguage.dropdown .is-dropdown-submenu a:hover,
#siteLanguage.menu .is-dropdown-submenu .is-active>a {
	/*background-color: #336BBD;*/
	color: #b8eeff;
}

#siteLanguage.dropdown .is-dropdown-submenu li {
	border-bottom: 1px solid #4D7EC6;
}

#siteLanguage.dropdown .is-dropdown-submenu li:last-of-type {
	border: 0;
}

#siteLanguage.dropdown .fa {
	color: white;
	font-size: 1rem;
	padding-left: 10px;
	position: absolute;
	right: 11px;
	bottom: 3px;
}

@media print,
screen and (min-width: 75em) {
	.home #siteLanguage.dropdown {
		margin-top: 0px;
		margin-right: 15px;
	}

	.home #siteLanguage.dropdown a {
		font-size: 1rem;
		padding: 0.5rem 1rem;
		width: 115px;
	}

	.home #siteLanguage.dropdown .fa {
		font-size: 1.2rem;
		padding-left: 15px;
		right: 17px;
		bottom: 5px;
	}
}

/***** PHOTO CATEGORIES MENU *****/
#photoCategories {
	margin: -2rem 0 0 0;
}

#photoCategories .dropdown a {
	color: #5f5f5f;
	font-size: 1rem;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
}

#photoCategories .dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#photoCategories .dropdown a:after {
	display: none;
}

#photoCategories .menu .is-active>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#photoCategories .dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: 2rem;
	font-style: italic;
}

#photoCategories .dropdown .fa {
	color: #5f5f5f;
	font-size: 1rem;
	position: absolute;
	right: 16px;
	bottom: 10px;
}

@media print,
screen and (min-width: 40em) {
	#photoCategories {
		/*max-width: 49.375rem;*/
		margin: -4rem auto 1.5625rem auto;
	}
}

/***** FOOTER MENU SMALL *****/
footer .footermenu {
	background-color: #fff;
	color: #000;
	font-size: 11px;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 70px;
	border-top: 1px solid #e0e0e0;
}

footer .footermenu .grid-container {
	padding: 0 0.9375rem;
}

footer .footermenu .smallMenu li {
	font-size: 11px;
}

footer .footermenu .smallMenu li a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 0 6px 0;
	margin: 0 30px 24px 0;
	line-height: normal;
}

footer .footermenu .smallMenu li a:hover {
	text-decoration: underline;
}

footer .footermenu .smallMenu li a::before {
}

footer .footermenu a.tdk-logo {
	height: 26px;
	width: 235px;
	background: transparent url('../img/TDK_logo_blue.avif') no-repeat 0 0;
	background-size: contain;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	text-indent: -200px;
	border-right: 0px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

footer .footermenu a.tdk-logo:hover {
	opacity: 0.8;
}

footer .footermenu .logo {
	margin-bottom: 40px;
}

@media print,
screen and (min-width: 40em) {
	footer .footermenu.wide {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	footer .footermenu .grid-container {
		padding: 0 0.9375rem;
	}
}

@media print,
screen and (min-width: 75em) {}

/***** FOOTER MENU DESKTOP *****/
footer .footermenu .desktopMenu ul.nested {
	margin-left: 0;
}

footer .footermenu .desktopMenu li a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 0;
	text-decoration: none;
}

footer .footermenu .desktopMenu .spacer {
	font-size: 11px;
	padding: 6px 0;
	line-height: 11px;
}

footer .footermenu .desktopMenu li a:hover {
	text-decoration: underline;
}

footer .footermenu .desktopMenu ul.nested li a:hover {	
	text-decoration: underline;
}

footer .footermenu .desktopMenu ul.nested li a {
	font-weight: normal;
	padding: 6px 0;
}

footer .footermenu .desktopMenu ul.nested li a::before {

}

@media print,
screen and (min-width: 40em) {}

@media print,
screen and (min-width: 75em) {}

/***** FOOTER *****/
footer {
	background-color: #e0e0e0;
	color: #000000;
}

footer .footer {
	padding: 0;
}

footer .footer .grid-container {
	font-size: 11px;
	padding: 0;
}

footer .footer .grid-container a {
	margin-right: 15px;
}

footer .footer .grid-container a:last-of-type {
	margin-right: 0;
}

footer .footer .grid-container a,
footer .footer .grid-container a:hover,
footer .footer .grid-container a:focus {
	color: #000000;
	font-size: 11px;
}

footer .footer .grid-container a:hover,
footer .footer .grid-container a:focus {
	text-decoration: underline;
}

footer .footer .grid-container .grid-x .cell {
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .footer .grid-container .grid-x .cell:first-of-type {
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #ffffff;
	border-top: 1px solid #e0e0e0;
}

footer .footer .grid-container .grid-x .cell:last-of-type {
	/*background-color: #e0e0e0;*/
}

@media print,
screen and (min-width: 40em) {
	footer .footer .grid-container {
		padding: 0 0.9375rem;
	}

	footer .footer .grid-container .grid-x .cell {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		background-color: #e0e0e0 !important;
		border-top: 0px!important;
	}
}

/***** HOME PAGE *****/
.home section a,
.home section a:hover,
.home section a:focus {
	color: black;
	font-size: 1.125rem;
	line-height: 1.125rem;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	padding-top: 1.25rem;
	display: block;
	height: 66px;
	overflow: hidden;
}

.home section a:hover,
.home section a:focus,
.home section a.hover {
	text-decoration: none;
	background-color: #0046b2;
	color: white;
}

.home section .fa {
	color: #0046b2;
	font-size: 1.5rem;
	padding-right: 0.625rem;
}

.home section a:hover .fa,
.home section a:focus .fa,
.home section .fa.hover {
	color: white;
}

.home section .orbit-caption {
	background-color: transparent;
	color: white;
	font-size: 1.125rem;
}

.home section .orbit ul {
	cursor: pointer;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.home section .orbit ul:hover,
.home section .orbit ul:focus,
.home section .orbit ul.hover {
	opacity: 0.5;
}

@media print,
screen and (min-width: 40em) {
	/*.home footer .footer {
		height: 63px;
		overflow: hidden;
	}*/

	.home section a,
	.home section a:hover,
	.home section a:focus {
		height: 65px;
		padding-top: 1.25rem;
	}

	.home section .orbit-image-div {
		width: 100%;
		height: calc(100vh - 240px);
		overflow: hidden;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center top !important;
		position: relative;
	}

	.home section .orbit-image-div span {
		position: absolute;
		color: white;
		font-size: 1.25rem;
		left: 0.9375rem;
		bottom: 0.9375rem;
	}

	.home section .cell:last-of-type .orbit-image-div span {
		left: auto;
		right: 0.9375rem;
	}
}

@media print,
screen and (min-width: 75em) {
	/*.home footer .footer {
		height: 78px;
		overflow: hidden;
	}

	.home footer .footer .grid-container {
		font-size: .875rem;
	}

	.home footer .footer .grid-container.fluid {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.home footer .footer .grid-container a {
		font-size: 1rem;
	}

	.home footer .footer .grid-x .cell {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important;
	}*/

	.home section .orbit-image-div {
		height: calc(100vh - 316px);
	}

	.home section .orbit-image-div span {
		font-size: 1.875rem;
		line-height: 1.875rem;
		left: 1.75rem;
		bottom: 1.75rem;
	}

	.home section .cell:last-of-type .orbit-image-div span {
		left: auto;
		right: 1.75rem;
	}

	.home section a,
	.home section a:hover,
	.home section a:focus {
		font-size: 1.75rem;
		padding-top: 1.5rem;
		height: 80px;
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.home section .fa {
		font-size: 2rem;
		padding-right: 0.625rem;
	}
}

/***** START PAGE *****/
/*
.sfBtnContainer .grid-container {
	max-width: 51.25rem;
}
*/

.sfBtnContainer h3 {
	color: #0046ad;
	text-transform: uppercase;
	/*font-family: Arial;*/
	font-size: 1.1875rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.sfBtnContainer a.button {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	margin-bottom: 1.875rem;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.sfBtnContainer .grid-x:last-of-type .cell:last-of-type a.button {
	margin-bottom: 0.3125rem;
}

.sfBtnContainer hr {
	margin-top: 0;
	margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 40em) {

	.sfBtnContainer .grid-x:last-of-type .cell:first-of-type,
	.sfBtnContainer .grid-x:nth-of-type(2) .cell:first-of-type {
		padding-right: 1.40625rem;
	}

	.sfBtnContainer .grid-x:last-of-type .cell:last-of-type,
	.sfBtnContainer .grid-x:nth-of-type(2) .cell:last-of-type {
		padding-left: 1.40625rem;
	}

	.sfBtnContainer h3 {
		margin-bottom: 0;
	}
}

/***** ORBIT NAV BULLETS *****/
#orbitStartPage .bulletsWrapper {
	position: absolute;
	left: 50%;
	bottom: 0.7625rem;
}

#orbitStartPage .orbit-bullets {
	left: -50%;
}

#orbitStartPage .orbit-bullets button {
	width: 0.875rem;
	height: 0.875rem;
	background-color: white;
	border: 2px solid #0046ad;
}

#orbitStartPage .orbit-bullets button:hover,
#orbitStartPage .orbit-bullets button.is-active {
	background-color: #0046ad;
}

/***** FORM  *****/
form .error .form-error {
	display: inherit;
	margin-top: inherit;
	margin-bottom: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border-color: #c60f13;
}

form .error .error-message {
	font-size: 0.625rem;
	color: #c60f13;
}

form .callout p {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem;
}

/***** GALLERY *****/
#galleryCategories {
	margin-bottom: 1rem;
}

#galleryCategories .categoryItem {
	position: relative;
}

#galleryCategories span.categoryTitle {
	font-size: 0.75rem;
	line-height: 1rem !important;
	color: #5f5f5f;
	display: inline-block;
}

#galleryCategories .categoryItem span.categoryTitle {
	font-size: 1.4375rem;
	color: white;
	position: absolute;
	left: 35px;
	bottom: 25px;
	display: inline-block;
}

.gallery .pictures .grid-x {
	margin-bottom: 1.875rem;
}

.gallery .pictures .grid-x .cell {
	background-position: center top;
	background-repeat: no-repeat;
	background-image:
		url("http://via.placeholder.com/630x290/0046b2/ffffff?text=img");
	background-size: cover;
}

.gallery a[data-fancybox] img {
	opacity: 0;
	margin: auto;
	min-height: 100%;
	min-width: 100%;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
}


/***** BANNER WITH VIDEO *****/
.p-top_main_vision_wrap {
	position: relative;
	z-index: 1;
}

.p-top_main_vision {
	display: flex;
	height: 500px;
	color: #0046ad;
	overflow: hidden;
}

.p-top_main_vision_img {
	position: relative;
	width: calc(100% - 270px)
}


.p-top_main_vision_img_static_obj {
	display: none
}

.p-top_main_vision_img_obj video {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: calc(100% + 110px);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.4s linear 0s, opacity 0.4s linear 0s;
	width: 95vw;
	object-position: 30% 50%;
}

.p-top_main_vision_text {
	position: relative;
	z-index: 3;
	width: 560px;
	display: flex;
	justify-content: center;
	align-items: center
}

.p-top_main_vision_text .p-top_main_vision_text_in {
	position: relative;
	z-index: 2;
	margin: 0 50px 0 65px;
	text-align: right;
}

.p-top_main_vision_text .p-top_main_vision_text_bg {
	position: absolute;
	top: -23px;
	left: -40px;
	width: 581px
}

.p-top_main_vision_text .p-top_main_vision_text_bg img {
	width: 100%
}

.p-top_main_vision_text .p-top_main_vision_text_bg figure {
	margin: 0;
	line-height: 0
}

.p-top_main_vision_text .p-top_main_vision_title01 {
	margin: 0;
	letter-spacing: -0.025em;
	border: none;
	padding: 0;
	text-transform: none;
}

.p-top_main_vision_text .p-top_main_vision_title01>* {
	display: block
}

.p-top_main_vision_text .p-top_main_vision_title01 .p-text01 {
	font-size: 38px;
	line-height: 1.3;
	margin: 0 0 25px 0;
	font-weight: 300;
}

.p-top_main_vision_text .p-top_main_vision_title01 .p-text02 {
	font-size: 17px;
	line-height: 1.71;
	font-weight: 300
}

@media screen and (max-width: 750px) {
	.p-top_main_vision {
		flex-wrap: wrap;
		height: auto;
		color: #0046ad
	}

	.p-top_main_vision_img {
		position: relative;
		width: 100% !important;
		height: auto;
		margin-bottom: -2%
	}

	.p-top_main_vision_img_obj {
		position: relative;
		width: 100%;
		height: 100%;
		padding-bottom: 100%;
		display: none
	}

	.p-top_main_vision_img_static_obj {
		display: block
	}

	.p-top_main_vision_img_obj video {
		width: 100%
	}


	.p-top_main_vision_text {
		width: 100%;
		display: block
	}

	.p-top_main_vision_text .p-top_main_vision_text_in {
		background-color: #fff;
		padding: 25px 33px 30px 20px;
		margin: 0;
		position: relative;
		z-index: 4;
	}

	.p-top_main_vision_text .p-top_main_vision_text_bg {
		position: absolute;
		top: -19.05vw;
		left: -3.4vw;
		width: 108vw
	}

	.p-top_main_vision_text .p-top_main_vision_title01 .p-text01 {
		font-size: 35px;
		margin: 0 0 17px 0;
	}

	.p-top_main_vision_text .p-top_main_vision_title01 .p-sp_none {
		display: none !important
	}

	.p-top_main_vision_text .p-top_main_vision_title01 .p-text02 {
		font-size: 16px;
		line-height: 1.41
	}

}

.banner-video-more {
	position: relative;
	display: inline-block;
	padding: 11px 15px;
	min-width: 180px;
	font-size: 16px;
	color: #fff !important;
	background-color: #0046ad;
	text-decoration: none !important;
	text-align: center;
	border: 1px solid #0046ad;
	transition: background-color 0.4s ease 0s, border-color 0.4s ease 0s, color 0.4s ease 0s;
	margin-top: 30px;
	border: none !important;
}

.banner-video-more:hover {
	background-color: #336bbd
}

.banner-video-more::after {
	box-sizing: border-box;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 11px;
	transform: translateY(-50%);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAASCAYAAABvqT8MAAAAkElEQVQokY2QMQ7CMAxFP+3OkThAj0E5QIGjdOzIAveDAanwGMASBDv1lyIl0XtObAECWuAM7D7ncBl84Z0n0C8JJ35TlQR0wD0r2SaStpGQlsonFyWvMU96mBSNL5Qa+blKmou7RtLaq74Bbvxn8L5UhUshgvc4Y03BJqRhE0YHPniwCStgysDfPZh0rMGAXltys9KXz/FJAAAAAElFTkSuQmCC)
}

@media screen and (max-width: 750px) {
	.banner-video-more {
		font-size: 14px;
		line-height: 1.41;
		padding: 8px 12px;
		min-width: 160px;
		margin-top: 40px;
	}

	.banner-video-more::after {
		right: 20px;
		width: 5px;
		height: 8px;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAAdUlEQVQokYXPMQoCQQwF0NxgCyvBysbC24uNrXYrbKugN7F4Fu7AMDtZA4EULyQ/cMQVW0SvAxe/emYwsMG0BstQw0cL640Utve7sJdmAbuRscdnhuceGDDO4IXdX9D+VIN3ATVKQUED7hko6LQGCjrglgHEF7KBucm6pvAmAAAAAElFTkSuQmCC)
	}
}

.fix_szechenyi_logo {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
}

@media screen and (max-width: 750px) {
	.fix_szechenyi_logo {
		display: none;
	}
}

/***** BANNER WITH VIDEO *****/
.socialmedia {
	background: #0046AD;
	background: linear-gradient(90deg, rgba(0, 70, 173, 1) 0%, rgba(17, 50, 255, 1) 15%, rgba(0, 135, 255, 1) 100%);	
	padding: 40px 0;
}

.socialmedia a {
	width: 25px;
	height: 25px;
	color: white;
	margin-right: 30px;
	display: inline-block;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;  
	white-space: nowrap;
	text-decoration: none;
}

.socialmedia a:hover {
	opacity: 0.7;
}

.socialmedia a:last-of-type {
	margin-right: 0px;
}

.socialmedia a.sm-facebook {
	background-image: url('../img/facebook.png');
}

.socialmedia a.sm-instagram {
	background-image: url('../img/instagram.avif');
}

.socialmedia a.sm-linkedin {
	background-image: url('../img/linkedin.svg');
}

@media print,
screen and (min-width: 40em) {
	.socialmedia {
		padding: 100px 0;	
	}
	
	.socialmedia a {
		width: 35px;
		height: 35px;
		margin-right: 70px;
	}
}