/*
Theme Name: Seicon
Author: URBAN PROPAGANDA Communications GmbH
Author URI: https://urban-propaganda.de/
Description: Custom responsive theme.
Version: 1.0.6
Tags: php8, wp6
Text Domain: seicon
*/

@charset "UTF-8";

:root {
	--text-color: #222;
	--text-light: #fff;
	--text-dark: #000;
	--text-hover-color: #f6a221;
	--text-primary-color: #00445e;
	--text-secondary-color: #f6a221;
	--line-color: #648c9c;
	--background-color: #fafafa;
	--background-color-alt: #e3ecea;
}

@font-face {
	font-family: "Manrope";
	src: url("fonts/manrope/Manrope-Regular.ttf") format('truetype');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url("fonts/manrope/Manrope-SemiBold.ttf") format('truetype');
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

html, body {
    height: 100%;
}

body {
	background-color: #eee;
	overflow-y: scroll;
}

body, button, input, select, textarea {
    font-family: 'Manrope', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: var(--text-color);
}

textarea {
	resize: vertical;
}

* {
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 0;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
}

b, strong {
	font-weight: 600;
}

h1, .h1, h2, h3, h4, h5 {
	color: var(--text-color);
	font-weight: 600;
}
.textlight h1, .textlight .h1, .textlight h2, .textlight h3, .textlight h4, .textlight h5 {
	color: var(--text-light);
}
.textlight svg path {
	fill: var(--text-light);
}
.textdark h1, .textdark .h1, .textdark h2, .textdark h3, .textdark h4, .textdark h5 {
	color: var(--text-dark);
}
.textdark svg path {
	fill: var(--text-dark);
}
h1, .h1, h2, h3, h4, h5, p {
	margin-bottom: 20px;
}
h1, .h1 {
	font-size: 52px;
	line-height: 71px;
}
h2 {
	font-size: 42px;
	line-height: 50px;
}
h3 {
	font-size: 32px;
	line-height: 44px;
}
h4 {
	font-size: 26px;
	line-height: 36px;
}
h5 {
	font-size: 20px;
	line-height: 27px;
}

ul {
	padding-left: 12px;
}

a {
	color: var(--text-color);
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: var(--text-hover-color);
	text-decoration: none;
}

.imgresponsive {
	display: block;
	width: 100%;
	height: auto;
}

#main {
	min-height: 100vh;
}


/* Content */
.c-content {
	width: 100%;
/*	max-width: 1920px; */
	margin: 0 auto;
	background-color: var(--background-color);
}
.c-content-center {
	width: 100%;
	max-width: 1508px;
	margin: 0 auto;
}
.c-content-narrow {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.c-content-inner {
	padding: 0 80px;
}
.c-line-top {
	border-top: 2px solid var(--text-color);
}
.c-line-bottom {
	border-bottom: 2px solid var(--text-color);
}
.c-line-all {
	border: 2px solid var(--line-color);
	padding: 40px;
}
.c-quote {
	display: block;
	padding: 10px 20px;
	border-left: 2px solid var(--text-color);
	margin-bottom: 20px;
	background-color: rgba(0,0,0,0.1);
}
/* /Content */


/* Spacers */
.c-spacer {
	height: 40px;
}
.c-spacer-halfhalf,
.c-spacer-small {
	height: 10px;
}
.c-spacer-half {
	height: 20px;
}
.c-spacer-double {
	height: 80px;
}
.c-spacer-section {
	height: 160px;
}
.c-spacer-header {
	height: 116px;
}
/* /Spacers */


/* Formatting */
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textsmall {
	font-size: 12px;
	line-height: 17px;
}
.textbody {
	font-size: 18px;
	line-height: 26px;
}
.textlarge {
	font-size: 72px;
	line-height: 72px;
	font-weight: 600;
}
.textgiant {
	font-size: 144px;
	line-height: 144px;
	font-weight: 600;
}
.textupper {
	text-transform: uppercase;
}
.textunderline {
	text-decoration: underline;
}
.textbold {
	font-weight: 600;
}
.textcolor {
	color: var(--text-color);
}
.textprimary {
	color: var(--text-primary-color);
}
.textlight {
	color: #fff;
}
.textlight a {
	color: #fff;
}
.textlight a:hover {
	color: var(--text-hover-color);
}
.textgray {
	color: #888;
}
.textdark {
	color: #000;
}
.textnodecoration {
	text-decoration: none;
}
.textnowrap {
	white-space: nowrap;
}
/* /Formatting */


.urban-icon {
	height: 72px;
}
.urban-icon img {
	display: inline-block;
	height: 72px;
	width: auto;
}

.urban-icon-small {
	height: 48px;
}
.urban-icon-small img {
	display: inline-block;
	height: 48px;
	width: auto;
}


/* Header */
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s;
}
#header .c-content {
	background-color: transparent;
}
.header-bar {
	height: 36px;
	background-color: var(--background-color);
}
.header-bg {
	height: 80px;
	background-color: #fff;
}
.header-grid {
	display: grid;
	grid-template-columns: 170px 1fr 170px;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
}
.header-logo {
	margin-top: 20px;
}
.header-logo a {
	display: inline-block;
	height: 36px;
}
.header-logo a svg {
	display: inline-block;
	width: 158px;
	height: 36px;
}
.header-logo a svg path {
	transition: all 0.3s;
}
.header-logo a:hover svg path {
	fill: var(--text-hover-color);
}


.header-mobile-icon {
	display: none;
	vertical-align: top;
	vertical-align: top;
	width: 48px;
	height: 48px;
	margin-left: 10px;
	background-color: #eef;
	cursor: pointer;
	position: relative;
}
.header-mobile-icon span {
	position: absolute;
	left: 12px;
	right: 12px;
	height: 2px;
	background-color: var(--text-primary-color);
	transition: all 0.3s;
}
.header-mobile-icon:hover span {
	background-color: var(--text-hover-color);
}
.header-mobile-icon span.a1 {
	top: 16px;
}
.header-mobile-icon span.a2 {
	top: calc(50% - 1px);
}
.header-mobile-icon span.a3 {
	bottom: 16px;
}
body.mobilemenu-active .header-mobile-icon span.a1 {
	top: 23px;
	transform: rotate(45deg);
}
body.mobilemenu-active .header-mobile-icon span.a2 {
	opacity: 0;
}
body.mobilemenu-active .header-mobile-icon span.a3 {
	bottom: 23px;
	transform: rotate(-45deg);
}

#bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	z-index: 8;
}
body.mobilemenu-active #bg {
	opacity: 1;
}

#mobilemenu {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9;
	background-color: #fff;
	max-height: 100vh;
	overflow: auto;
	transform: translateY(-100%);
	transition: transform 0.3s ease, opacity 0.3s ease;
	pointer-events: none;
}
body.mobilemenu-active #mobilemenu {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
#mobilemenu ul {
	display: block;
	padding: 0;
	width: 100%;
}
#mobilemenu ul li {
	display: block;
	border-top: 1px solid #ccc;
}
#mobilemenu ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-weight: bold;
}
#mobilemenu ul li ul li a {
	padding-left: 40px;
}
#mobilemenu ul li a:active,
#mobilemenu ul li a:hover {
	color: #000;
	background-color: #ddd;
}

.header-menu ul {
	width: 100%;
	list-style-type: none;
	text-align: center;
	padding: 0;
}
.header-menu ul li {
	position: relative;
	display: inline-block;
	height: 80px;
	padding: 0;
}
.header-menu ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 320px;
	padding: 0;
	backdrop-filter: blur(10px);
	background-color: rgba(255,255,255,0.5);
}
.header-menu ul > li:hover ul.sub-menu {
	display: inline-block;
}
.header-menu ul li ul.sub-menu li {
	display: block;
	height: 40px;
	padding: 0;
}
.header-menu ul li a {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s;
	margin: 0 20px;
	text-align: left;
}
.header-menu ul li ul.sub-menu li a {
	display: block;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 20px;
	transition: background 0.3s;
}
.header-menu ul li ul.sub-menu li a:hover {
	background-color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-button {
	margin-top: 16px;
}
.header-button .urban-button {
	vertical-align: top;
}

body.header-retracted #header {
	opacity: 0;
	transform: translateY(-100%);
}
body.mobilemenu-active #header {
	opacity: 1;
	transform: translateY(0);
}
/* /Header */


/* Video */
.c-video {
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}
.c-video-element {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 130%;
    transform: translate(-50%,-50%);
}
/* /Video */


/* Grid */
.c-grid {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	grid-column-gap: 20px;
	grid-row-gap: 60px;
}
.c-grid-1-10-1 {
	grid-template-columns: 1fr 10fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 60px;
}
.c-grid-1-5-1-4-1 {
	grid-template-columns: 1fr 5fr 1fr 4fr 1fr;
	grid-column-gap: 0;
	grid-row-gap: 0;
}
.c-grid-6-6 {
	grid-template-columns: repeat(2, 1fr);
}
.c-grid-4-4-4 {
	grid-template-columns: repeat(3, 1fr);
}
.c-grid-2-8-2 {
	grid-template-columns: 2fr 8fr 2fr;
}
.c-grid-3-1-8 {
	grid-template-columns: 3fr 1fr 8fr;
}
.c-grid-3-6-3 {
	grid-template-columns: 3fr 6fr 3fr;
}
.c-grid-4-1-7 {
	grid-template-columns: 4fr 1fr 7fr;
}
.c-grid-3-3-3-3 {
	grid-template-columns: repeat(4, 1fr);
}
.c-grid-5-1-6 {
	grid-template-columns: 5fr 1fr 6fr;
}
.c-grid-5-2-5 {
	grid-template-columns: 5fr 2fr 5fr;
}
.c-grid-6-2-4 {
	grid-template-columns: 6fr 2fr 4fr;
}
.c-grid-6-3-3 {
	grid-template-columns: 6fr 3fr 3fr;
}
.c-grid-6-1-5 {
	grid-template-columns: 6fr 1fr 5fr;
}
.c-grid-3-3-6 {
	grid-template-columns: 3fr 3fr 6fr;
}
.c-grid-7-1-4 {
	grid-template-columns: 7fr 1fr 4fr;
}
.c-grid-8-1-3 {
	grid-template-columns: 8fr 1fr 3fr;
}
.c-grid-8-4 {
	grid-template-columns: 8fr 4fr;
}
.c-grid-4-8 {
	grid-template-columns: 4fr 8fr;
}
.c-grid-5-7 {
	grid-template-columns: 5fr 7fr;
}
.c-grid-7-5 {
	grid-template-columns: 7fr 5fr;
}
.c-grid-9-3 {
	grid-template-columns: 9fr 3fr;
}
.c-grid-3-9 {
	grid-template-columns: 3fr 9fr;
}
.c-grid-gap {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.c-grid-gap-double {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.c-grid-nogap {
	grid-column-gap: 0 !important;
	grid-row-gap: 0 !important;
}
.c-col-center {
	place-self: center;
	width: 100%;
}
.c-col-end {
	place-self: end;
	width: 100%;
}
/* /Grid */


.gallery-slider {
	width: 100%;
	overflow: hidden;
}
.gallery-slider-container {
	width: 400vw;
    animation: slideLeftLoop 80s linear infinite;
    will-change: transform;
}
.gallery-slider-item {
	width: 8.33%;
	padding-right: 20px;
	float: left;
}
.gallery-slider-inner {
	background-color: #888;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 75%;
}
.gallery-slider-clear {
	clear: both;
}
/*
.gallery-slider-container:hover {
	animation-play-state: paused;
}
*/
@keyframes slideLeftLoop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-75%);
	}
}


/* Hero */
.hero-section {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #888;
	position: relative;
	overflow: hidden;
}
.hero-section video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%,-50%);
	object-fit: cover;
	z-index: 2;
}
.hero-section-layer {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	position: relative;
	z-index: 3;
}
.hero-section .c-grid {
	min-height: 630px;
}
/* /Hero */


.testimonials-items {
	margin-right: -10px;
	margin-left: -10px;
}
.testimonial-item {
	padding: 0 10px;
}
.testimonial-item-inner {
	border: 2px solid var(--text-primary-color);
	padding: 20px 40px;
}
.testimonial-avatar {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #888;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	border-radius: 30px;
}
.testimonial-rating {
	margin-bottom: 2px;
}
.testimonial-rating svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}
.testimonial-rating svg path {
	fill: var(--text-primary-color);
}
.testimonials-items ul {
	padding: 0;
}
.testimonials-items ul.slick-dots {
	margin-top: 20px;
	text-align: center;
}
.testimonials-items ul.slick-dots li {
	display: inline-block;
	padding: 0 5px;
}
.testimonials-items ul.slick-dots li button {
	display: inline-block;
	border: none;
	outline: none;
	color: transparent;
	overflow: hidden;
	background-color: var(--text-color);
	width: 12px;
	height: 12px;
	border-radius: 6px;
	cursor: pointer;
	transition: width 0.3s;
}
.testimonials-items ul.slick-dots li.slick-active button {
	width: 36px;
}


.c-grid-areas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.c-grid-areas .c-col {
	border: 2px solid var(--line-color);
	padding: 40px;
}
.c-area-dark {
	background-color: var(--text-primary-color);
	border-color: var(--text-primary-color) !important;
}


/* Button */
.urban-button {
	position: relative;
	display: inline-block;
	height: 48px;
	border: 2px solid var(--text-primary-color);
	background-color: var(--text-primary-color);
	color: var(--text-light);
	padding: 10px 20px 0 20px;
	line-height: 24px;
	white-space: nowrap;
	border-radius: 0;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
	transition: all 0.3s;
	justify-content: center;
	vertical-align: middle;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
}
.urban-button:hover {
	border: 2px solid var(--text-hover-color);
	background-color: var(--text-hover-color);
	color: var(--text-light);
	font-weight: 600;
	text-decoration: none;
}
.urban-button-outline {
	background-color: transparent;
	color: var(--text-primary-color);
}
.textlight .urban-button-outline {
	background-color: transparent;
	border: 2px solid var(--text-light);
	color: var(--text-light);
}
.urban-button-outline:hover {
	background-color: transparent;
	border: 2px solid var(--text-hover-color);
	color: var(--text-hover-color);
	font-weight: 600;
}
.urban-button-icon {
	padding-right: 52px;
}
.urban-button-icon-left {
	padding-left: 52px;
}
.urban-button-icon.urban-button-icon-phone {
	padding-right: 20px;
	padding-left: 52px;
}
.urban-button-icon svg {
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	width: 16px;
	height: 16px;
	transition: all 0.3s;
}
.urban-button-icon-left svg {
	position: absolute;
	top: calc(50% - 8px);
	left: 20px;
	width: 16px;
	height: 16px;
	transition: all 0.3s;
}
.urban-button-icon.urban-button-icon-phone svg {
	right: auto;
	left: 20px;
}
.urban-button-icon.urban-button-icon-arrow:hover svg {
	right: 10px;
}
.urban-button-icon-left.urban-button-icon-arrow:hover svg {
	left: 10px;
}
.urban-button-icon-left svg path,
.urban-button-icon svg path {
	transition: all 0.3s;
}
.urban-button-icon-left.urban-button-icon-arrow svg path,
.urban-button-icon.urban-button-icon-arrow svg path {
	fill: var(--text-light);
}
.urban-button-icon.urban-button-icon-phone svg path {
	fill: var(--text-light);
}
.urban-button-icon-left.urban-button-outline.urban-button-icon-arrow svg path,
.urban-button-icon.urban-button-outline.urban-button-icon-arrow svg path {
	fill: var(--text-primary-color);
}
.urban-button-icon.urban-button-outline.urban-button-icon-phone svg path {
	fill: var(--text-primary-color);
}
.textlight .urban-button-icon-left.urban-button-outline.urban-button-icon-arrow svg path,
.textlight .urban-button-icon.urban-button-outline.urban-button-icon-arrow svg path {
	fill: var(--text-light);
}
.textlight .urban-button-icon.urban-button-outline.urban-button-icon-phone svg path {
	fill: var(--text-light);
}
.urban-button-icon-left:hover svg path,
.urban-button-icon:hover svg path {
	fill: var(--text-light);
}
.urban-button-outline.urban-button-icon-left:hover svg path,
.urban-button-outline.urban-button-icon:hover svg path {
	fill: var(--text-hover-color);
}
.textlight .urban-button-outline.urban-button-icon-left:hover svg path,
.textlight .urban-button-outline.urban-button-icon:hover svg path {
	fill: var(--text-hover-color);
}
.urban-button-disabled {
	pointer-events: none;
	opacity: 0.1;
}
/* /Button */


.seicon-contact {
	display: inline-block;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	color: var(--text-color);
	text-decoration: none;
	font-weight: 600;
}
.seicon-contact svg {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 12px;
	left: 0;
	display: inline-block;
}
.seicon-contact svg path {
	fill: var(--text-color);
	transition: 0.3s;
}
.seicon-contact:hover {
	text-decoration: none;
	font-weight: 600;
	color: var(--text-hover-color);
}
.seicon-contact:hover svg path {
	fill: var(--text-hover-color);
}


/* Formatting */
.mobileonly {
	display: none;
}
.desktoponly {
	display: block;
}
.wideonly {
	width: 100%;
}
/* /Formatting */


/* Pagination */
.navigation.pagination .screen-reader-text {
	display: none;
}
.navigation.pagination .nav-links .page-numbers {
	display: inline-block;
	text-decoration: none;
	padding: 0 20px;
	line-height: 28px;
	height: 32px;
	background-color: transparent;
	color: #333;
	border: 2px solid var(--text-color);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.navigation.pagination .nav-links .page-numbers.current {
	background-color: var(--text-color);
	color: #fff;
}
.navigation.pagination .nav-links .page-numbers:hover {
	border: 2px solid var(--text-primary-color) !important;
	color: var(--text-primary-color) !important;
}
.navigation.pagination .nav-links .page-numbers.current:hover {
	border: 2px solid var(--text-primary-color) !important;
	background-color: var(--text-primary-color) !important;
	color: #fff !important;
}
/* /Pagination */


/* Animations */
.customAnim.animFadeUp {
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.customAnim.animFadeUp.come-in {
	opacity: 1;
	animation: afu-come-in 0.6s ease forwards;
	-webkit-transform: -webkit-translateY(100px);
	transform: translateY(100px);
}
@keyframes afu-come-in {
	to {
		-webkit-transform: -webkit-translateY(0);
		transform: translateY(0);
	}
}
/* /Animations */


/* FAQ */
.faq-items {
}
.faq-item {
	background-color: #e3ecea;
	margin-bottom: 10px;
}
.faq-item-inner {
	padding: 10px 20px;
}
.faq-item-title {
	position: relative;
	padding-right: 48px;
	cursor: pointer;
}
.faq-item-title h4 {
	transition: color 0.3s;
}
.faq-item-arrow {
	position: absolute;
	top: 0;
	right: 4px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	pointer-events: none;
	text-align: right;
}
.faq-item .faq-item-arrow h4 {
	line-height: 36px;
}
.faq-item .faq-item-arrow h4.faq-item-min {
	display: none;
}
.faq-item .faq-item-arrow h4.faq-item-plus {
	display: inline-block;
}
.faq-item-title:hover h4 {
	color: var(--text-hover-color);
}
.faq-item-content {
	height: 0;
	overflow: hidden;
}
.faq-item.active .faq-item-content {
	height: auto;
}
.faq-item.active .faq-item-arrow h4.faq-item-min {
	display: inline-block;
}
.faq-item.active .faq-item-arrow h4.faq-item-plus {
	display: none;
}
/* /FAQ */


/* Bento */
.c-grid-bento {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 2fr 1fr 1fr 2fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.c-grid-bento-duo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.c-grid-bento .c-brick,
.c-grid-bento-duo .c-brick {
	background-color: #888;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.c-brick-url {
	cursor: pointer;
}
.c-brick-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(245,245,245,0.85);
	padding: 14px 20px 20px 20px;
	backdrop-filter: blur(10px);
}
.c-brick-bar-inner {
	padding-right: 60px;
	position: relative;
}
.c-brick-bar h1, .c-brick-bar h2, .c-brick-bar h3, .c-brick-bar h4, .c-brick-bar h5, .c-brick-bar p {
	display: block;
	margin: 0;
}
.c-brick-bar p {
	margin-top: 10px;
}
.c-brick-bar-button {
  position: absolute;
  right: 0;
  bottom: -10px;
  color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--text-primary-color);
  cursor: pointer;
  background-image: url('/wp-content/themes/seicon/images/arrow.svg');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}
.c-grid-bento .c-brick:hover .c-brick-bar-button,
.c-grid-bento-duo .c-brick:hover .c-brick-bar-button {
    background-color: var(--text-hover-color);
}
.c-grid-bento .c-brick-1 { grid-area: 1 / 1 / 3 / 2; min-height: 230px; padding: 20px; }
.c-grid-bento .c-brick-2 { grid-area: 3 / 1 / 5 / 2; min-height: 230px; }
.c-grid-bento .c-brick-3 { grid-area: 1 / 2 / 3 / 3; min-height: 230px; }
.c-grid-bento .c-brick-4 { grid-area: 3 / 2 / 5 / 3; min-height: 230px; }
.c-grid-bento .c-brick-5 { grid-area: 1 / 3 / 2 / 4; min-height: 230px; }
.c-grid-bento .c-brick-6 { grid-area: 2 / 3 / 4 / 4; min-height: 230px; }
.c-grid-bento .c-brick-7 { grid-area: 4 / 3 / 5 / 4; min-height: 230px; } 

.c-grid-bento-duo .c-brick-1 { min-height: 230px; }
.c-grid-bento-duo .c-brick-2 { min-height: 230px; }

.c-brick .c-bento-showonhover {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

@media only screen and (max-width: 1280px) {
	.c-grid-bento {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.c-grid-bento .c-brick-1 { grid-area: 1 / 1 / 2 / 2; }
	.c-grid-bento .c-brick-2 { grid-area: 2 / 1 / 3 / 2; }
	.c-grid-bento .c-brick-3 { grid-area: 3 / 1 / 4 / 2; }
	.c-grid-bento .c-brick-4 { grid-area: 4 / 1 / 5 / 2; }
	.c-grid-bento .c-brick-5 { grid-area: 1 / 2 / 2 / 3; }
	.c-grid-bento .c-brick-6 { grid-area: 2 / 2 / 3 / 3; }
	.c-grid-bento .c-brick-7 { grid-area: 3 / 2 / 4 / 3; } 
	
}
@media only screen and (max-width: 768px) {
	.c-grid-bento,
	.c-grid-bento-duo {
		display: block;
	}
	.c-grid-bento .c-brick,
	.c-grid-bento-duo .c-brick {
		margin-bottom: 30px;
	}
	.c-bento-showonhover {
		height: auto !important;
	}
}
/* /Bento */


/* Jobs */
.job-item {
	border-bottom: 1px solid #000;
}
.job-item a {
	display: block;
	padding: 20px;
}
.job-item-title {
	display: block;
	position: relative;
	padding-right: 32px;
}
.job-item-arrow {
	position: absolute;
	top: 5px;
	right: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	pointer-events: none;
	transition: all 0.3s;
}
.job-item-arrow svg {
	display: inline-block;
	width: 16px;
	height: 16px;
	fill: #000;
}
.job-item a:hover .job-item-arrow {
	right: -10px;
}
/* /Jobs */


/* CF7 */
.wpcf7 .screen-reader-response {
	display: none;
}
.wpcf7 .hidden-fields-container {
	opacity: 0;
}
.wpcf7 .wpcf7-text {
	display: block;
	width: 100%;
  height: 48px;
	line-height: 48px;
	border: 2px solid #ccc;
	padding: 0 10px;
	background-color: transparent;
}
.wpcf7 .wpcf7-text:focus{
	outline: none;
	border-color: var(--line-color);
}
.wpcf7 .wpcf7-text:not(:placeholder-shown){
	border-color: var(--line-color);
}
.wpcf7 .wpcf7-textarea {
	display: block;
	width: 100%;
	line-height: 24px;
	border: 2px solid #ccc;
	padding: 10px;
	background-color: transparent;
}
.wpcf7 .wpcf7-textarea:focus{
	outline: none;
	border-color: var(--line-color);
}
.wpcf7 .wpcf7-textarea:not(:placeholder-shown){
	border-color: var(--line-color);
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
	color: red;
}
.wpcf7 .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}
.wpcf7 .wpcf7-submit {
	padding: 0 20px;
  cursor: pointer;
}
.wpcf7 input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.wpcf7 input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.wpcf7 .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  line-height: 1.3;
}
.wpcf7 .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 2px solid #ccc;
  border-radius: 0;
  background: transparent;
}
.wpcf7 .wpcf7-list-item-label::after {
  content: "×";
  position: absolute;
  left: 2px;
  top: 0px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  font-size: 28px;
  font-weight: 700;
  opacity: 0;
  line-height: 18px;
}
.wpcf7 input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7 input[type="radio"]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7 input[type="checkbox"]:checked ~ .wpcf7-list-item-label::before {
  border-color: var(--line-color);
}
.wpcf7 input[type="radio"]:checked ~ .wpcf7-list-item-label::before {
  border-color: var(--line-color);
}
input[type="submit"] {
	opacity: 0;
	height: 1px;
	position: absolute;
}


#landingsections #primarysection {
	display: block;
}
#landingsections #secondarysection {
	display: none;
}
#landingsections.active #primarysection {
	display: none;
}
#landingsections.active #secondarysection {
	display: block;
}

/* /CF7 */


/* Footer */
#footer {
	background-color: var(--background-color-alt);
}
.footer-grid {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr 2fr 2fr 2fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.footer-logo a {
	display: inline-block;
	height: 36px;
}
.footer-logo a svg {
	display: inline-block;
	width: 158px;
	height: 36px;
}
.footer-logo a svg path {
	transition: all 0.3s;
}
.footer-logo a:hover svg path {
	fill: var(--text-hover-color);
}
.footer-menu ul {
	list-style-type: none;
	margin-right: 30px;
	padding: 0;
}
.footer-menu ul li {
	display: block;
	padding: 6px 0;
}
.footer-menu ul li a {
	display: inline-block;
	line-height: 20px;
	color: var(--text-color);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}
.footer-menu ul li a:hover {
	display: inline-block;
	line-height: 20px;
	color: var(--text-hover-color);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-copy-grid {
	display: grid;
	grid-template-columns: 1fr 4fr 6fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.footer-menu-legal ul {
	display: block;
	list-style-type: none;
	text-align: right;
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
}
.footer-menu-legal ul li {
	display: inline-block;
	height: 20px;
}
.footer-menu-legal ul li a {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	color: var(--text-color);
	font-size: 14px;
	font-weight: 600;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s;
}
.footer-menu-legal ul li a:hover {
	color: var(--text-hover-color);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	.footer-menu-legal ul {
		text-align: center;
	}
	.footer-menu-legal ul li a {
		line-height: 40px;
		height: 40px;
	}
}
/* /Footer */


/* Newsletter */
#newsletter {
	position: relative;
	border-bottom: 2px solid var(--text-color);
	padding: 0 60px 0 0;
	margin-right: 60px;
}
#newsletter input {
	display: block;
	width: 100%;
	height: 32px;
	background-color: #888;
	color: var(--text-color);
	line-height: 32px;
	padding: 0 60px 0 0;
	border: none;
	outline: none;
	background-color: transparent;
}
#newsletter button {
	position: absolute;
	top: -8px;
	right: -60px;
	color: transparent;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: var(--text-primary-color);
	cursor: pointer;
	background-image: url('/wp-content/themes/seicon/images/linkarrow.svg');
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s;
}
#newsletter button:hover {
	background-color: var(--text-hover-color);
}
/* /Newsletter */


/* Awards */
.award-item {
	padding: 20px;
}
.award-item-inner {
	position: relative;
	padding-right: calc(50% + 20px);
}
.award-item-image {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	background-size: contain;
	width: 80px;
	height: 80px;
}
/* /Awards */


/* Blog */
.blog-item-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.blog-item a,
.blog-item a:hover {
	text-decoration: none;
	color: var(--text-color);
}
.blog-item a .simulated-link {
	color: var(--text-color);
	transition: color 0.3s;
}
.blog-item a:hover .simulated-link {
	color: var(--text-hover-color);
}
/* /Blog */


.c-box-badged {
	position: relative;
}
.c-box-badge {
	position: absolute;
	display: inline-block;
	padding: 40px 20px 40px 150px;
	color: var(--text-primary-color);
	width: 100%;
	max-width: 360px;
	min-height: 160px;
	background-color: #888;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-position: 40px 40px;
	z-index: 2;
}
.c-box-badged.c-box-badge-left {
	padding-bottom: 50px;
	padding-left: 40px;
}
.c-box-badged.c-box-badge-right {
	padding-bottom: 50px;
	padding-right: 40px;
}
.c-box-badged.c-box-badge-center {
	padding-bottom: 50px;
}
.c-box-badged.c-box-badge-left .c-box-badge {
	left: 0;
	bottom: 0;
}
.c-box-badged.c-box-badge-right .c-box-badge {
	right: 0;
	bottom: 0;
}
.c-box-badged.c-box-badge-center .c-box-badge {
	right: 30px;
	bottom: 0;
}
.c-box-badged.textlight .c-box-badge {
	color: var(--text-light);
}
.c-box-badged a {
	font-size: 14px;
	line-height: 22px;
}


.relative {
	position: relative;
}
.absolute {
	position: absolute;
}


.p0 {
	padding: 0 !important;
}
.m0 {
	margin: 0 !important;
}
.p20 {
	padding: 20px !important;
}
.p40 {
	padding: 40px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.py10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.py30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.w100 {
	width: 100% !important;
}


/* Responsive */
@media only screen and (max-width: 1280px) {

	.header-grid {
		grid-template-columns: 160px 0 1fr;
	}
	.header-mobile-icon {
		display: inline-block;
	}
	.header-menu {
		display: none;
	}
	#mobilemenu {
		display: block;
	}

}
@media only screen and (max-width: 1024px) {

	/* Content */
	.c-content-inner {
		padding: 0 40px;
	}
	/* /Content */

	/* Grid */
	.c-grid-4-4-4 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}
	.c-grid-6-6 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}
	.c-grid-3-3-3-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	/* /Grid */

	.hero-section .c-grid {
		grid-template-columns: 100%;
		min-height: 480px;
	}

}
@media only screen and (max-width: 768px) {

	body, button, input, select, textarea {
		font-size: 14px;
		line-height: 22px;
	}

	/* Content */
	.c-content-inner {
		padding: 0 20px;
	}
	/* /Content */

	/* Formatting */
	.mobileonly {
		display: block;
	}
	.desktoponly {
		display: none;
	}

	.textlarge {
		font-size: 32px;
		line-height: 32px;
	}
	.textgiant {
		font-size: 64px;
		line-height: 64px;
	}

	h1, .h1 {
		font-size: 26px;
		line-height: 34px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
	h4 {
		font-size: 20px;
		line-height: 28px;
	}
	h5 {
		font-size: 18px;
		line-height: 26px;
	}
	/* /Formatting */

	/* Grid */
	.c-grid {
		clear: both;
		grid-row-gap: 30px;
		width: 100%;
	}
	.c-grid-1-10-1 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 60px;
	}
	.c-grid-1-5-1-4-1 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 0;
	}
	.c-grid-3-3-3-3 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}
	.c-grid-2-8-2,
	.c-grid-3-1-8,
	.c-grid-3-3-6,
	.c-grid-3-6-3,
	.c-grid-4-1-7,
	.c-grid-5-2-5,
	.c-grid-5-1-6,
	.c-grid-6-1-5,
	.c-grid-6-2-4,
	.c-grid-6-3-3,
	.c-grid-7-1-4,
	.c-grid-8-1-3 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}
	.c-grid-1-11,
	.c-grid-2-10,
	.c-grid-3-9,
	.c-grid-4-8,
	.c-grid-5-7,
	.c-grid-6-6,
	.c-grid-7-5,
	.c-grid-8-4,
	.c-grid-9-3,
	.c-grid-10-2,
	.c-grid-11-1 {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}
	/* /Grid */

	.c-grid-areas {
		grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-column-gap: 0;
		grid-row-gap: 20px;
	}

	.blog-item-grid {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.blog-item {
		margin-bottom: 20px;
	}

	.c-box-badge {
		padding: 20px 10px 20px 100px;
		background-position: 20px 20px;
		background-size: 60px 60px;
		min-height: 120px;
	}

	.award-item {
		padding: 0;
	}

	/* Spacers */
	.c-spacer {
		clear: both;
		height: 20px;
	}
	.c-spacer-halfhalf,
	.c-spacer-small {
		clear: both;
		height: 5px;
	}
	.c-spacer-half {
		clear: both;
		height: 10px;
	}
	.c-spacer-double {
		clear: both;
		height: 40px;
	}
	.c-spacer-section {
		clear: both;
		height: 80px;
	}
	/* /Spacers */

	.c-spacer-header {
		height: 80px;
	}
	.header-bar {
		display: none;
	}
	.header-grid {
		grid-template-columns: 79px 0 1fr;
	}

	.header-logo {
		margin-top: 29px;
	}
	.header-logo a {
		height: 18px;
	}
	.header-logo a svg {
		width: 79px;
		height: 18px;
	}

	.footer-copy-grid,
	.footer-grid {
		grid-template-columns: 100%;
	}
	#footer {
		padding: 0 20px;
	}

}
/* Responsive */
