/*
Theme Name: Xgate
Theme URI: 
Author: Diemo
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: Hagen
*/


* {
	transition: all 0.5s ease;
	box-sizing: border-box;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
	padding-top: 80px;
}

body.scroll-lock {
	overflow: hidden;
}

.admin-bar .fixed-top {
	top: 32px;
}

button:focus-visible, button:focus {
	outline: none !important;
	box-shadow: none !important;
}

footer {
	margin-top: auto;
}

a {
	background-color: transparent;
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a:active,
a:hover {
	outline-width: 0;
}

a:hover,
a:focus,
a:focus-visible,
a:active,
a:visited {
	
	/* color: inherit; */
}
body .nav-link:focus-visible {
	box-shadow: none;
}

b,
strong {
	font-weight: bolder;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

input,
select,
textarea {
	width: 100%;
	font-size: inherit;
	font-family: inherit;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

menu {
	padding: 0;
	margin: 0;
}

figure {
	margin: 0;
}

img {
	height: auto;
	max-width: 100%;
}

i {
	text-align: center;
}

sub,
sup {
	font-size: 75%;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

small {
	font-size: 80%;
}

kbd,
pre,
code,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

mark {
	background-color: #ff0;
	color: black;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	box-sizing: content-box;
	overflow: visible;
	height: 0;
}

html {
	direction: ltr;
	line-height: 1;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #006675;
}

h1 {
	font-weight: 900;
	font-size: 60px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

h2 {
	font-weight: 300;
	font-size: 50px;
	line-height: 1;
	padding: 0;
	margin: 30px 0;
}

h3 {
	font-weight: 800;
	font-size: 40px;
	line-height: 1;
	margin: 0;
}

h4 {
	font-weight: 300;
	font-size: 30px;
	line-height: 1;
	margin: 30px 0 10px;
}

h5 {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 1;
}

h6 {
	font-weight: 300;
	font-size: 13px;
	margin: 10px 0;
}

b {
	font-weight: 700;
}

strong {
	font-weight: 900;
}

small {
	font-size: 13px;
}

blockquote {
	display: inline-table;
	font-weight: 600;
	margin: 20px 0;
}

*/
*:before,
*:after {
	transition: all 0.5s ease;
}

html {
	scroll-behavior: smooth;
}

body {
	background: white;
	color: #006675;
}

.home section {
	padding: 50px 0;
	outline: none;
}

.home figure {
	display: flex;
}

address {
	font-style: normal;
}

a:hover {
	color: #44A977;
}

/* svg {
	height: 40px;
} */

input[type=button],
button {
	cursor: pointer;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	direction: inherit;
	color: inherit;
	white-space: nowrap;
	padding: 5px;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

::-moz-selection {
	background: rgba(68, 227, 47, 0.4);
}

::selection {
	background: rgba(68, 227, 47, 0.4);
}

::placeholder {
	color: #E0E0E0;
}

::-webkit-scrollbar {
	width: 0;
}

.a-btn, a.a-btn {
	display: inline-block;
	text-align: center;
	padding: 10px 26px;
	border-radius: 50px;
	border: 1px solid transparent;
	background: #44A977;
	color: white;
	font-weight: 400;
	text-decoration: none;
	white-space: normal;
	min-width: 120px;
	line-height: 1;
}

.xg-btn--primary {
	background-color: #43A977;
	border: 1px solid #43A977;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	padding: 12px 18px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	box-shadow: 0px 1px 2px 0px #0000000D;
}

.xg-btn--secondary {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 18px;
	border: 1px solid #D4D4D4;
	border-radius: 999px;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #404040;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px #0000000D;
}

button {
	border: none;
}

a.a-link, .a-link {
	background: transparent;
	color: inherit;
	border-radius: unset;
	text-align: left;
	margin: 20px 0 10px;
	font-weight: 600;
	padding: 0;
	width: fit-content;
}

a.a-link:after, .a-link:after  {
	content: "→";
	display: inline-block;
	padding-left: 10px;
	transition: all 0.2s;
}

.title-line {
	position: relative;
	margin-bottom: 50px;
}

.title-line:before {
	content: "";
	width: 80px;
	border-bottom: 4px solid #44A977;
	display: block;
	position: absolute;
	top: calc(100% + 24px);
}

.xgTitle-decoration {
	font-size: 80px;
	font-weight: 900;
	letter-spacing: -6px;
	line-height: 0.8;
	position: relative;
	margin-bottom: 50px;
}

.home .xgTitle-decoration:before {
	content: "";
	width: 80px;
	border-bottom: 4px solid #44A977;
	display: block;
	position: absolute;
	top: calc(100% + 24px);
}

.home .xgTitle-decoration:after {
	content: ".";
	color: #44A977;
}

.wpcf7 label {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0%;
	margin-bottom: 20px;
}

input, textarea, select {
	border: 1px solid #D4D4D4;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	padding: 10px 14px;
	border-radius: 8px;
	margin-top: 6px;
	width: 100%;
}
label {
	width: 100%;
}
.partner-section input[type="submit"] {
	background: linear-gradient(26.57deg, #006675 0%, #44A977 100%);
	border-radius: 16px;
	color: #fff;
}
input[type="submit"] {
	width: 100%;
	border: none;
	border-radius: 999px;
	background: #43A977;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	margin-top: 0;
	box-shadow: 0px 1px 2px 0px #0000000D;
}
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #43A977;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
	position: relative;
	transition: all .2s ease;
	margin-top: 0;
	margin-bottom: 0;
}

input[type="checkbox"]:checked {
	background: #fffl;
	border-color: #43A977;
}

input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #43A977;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* input[type="checkbox"]:focus-visible {
	outline: 2px solid rgba(67, 169, 119, .3);
	outline-offset: 2px;
} */

.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not([type="checkbox"]):not([type="radio"]):focus, input:focus {
	outline: none;
	border-color: #82D3A9;
	box-shadow: 0 0 0 4px #D8F3E2, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.wpcf7-acceptance label {
	display: flex;
	gap: 12px;
}

.wpcf7-acceptance label input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 3px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7 {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	bottom: 0;
	right: 0;
}

.page-content {
	min-height: 50vh;
}

@media (hover: hover) and (pointer: fine) {
	a.a-link.a-btn:hover {
		border-color: transparent;
		background: transparent;
	}
	
	.xg-btn--primary:hover {
		color: #fff;
		border-color: #006675;
		background: #006675;
	}
	
	a.a-link.a-btn:hover:after {
		padding-left: 20px;
	}
	.a-btn:hover {
		text-decoration: none;
		border-color: #006675;
		background: #006675;
	}
}

@media (max-width: 1399px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: calc(100vw - 40px);
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 1024px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: calc(100vw - 32px);
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.home section {
		padding: 0;
	}
}

@media (max-width: 767px) {
	
}