html {
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0;
	text-transform: none;
}

:not(.immo-clean-wrapper)* {
	border-color: rgba(0, 0, 0, .1);
}

html *, html :after, html :before {
	box-sizing: border-box;
}

html :focus {
	outline: 0;
}

body {
	position: relative;
	margin: 0;
	background-color: #fff;
	color: #666;
	min-height: 100vh;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

:not(.immo-clean-wrapper)p {
	margin: 0 0 1.5rem;
}

:not(.immo-clean-wrapper) h1, :not(.immo-clean-wrapper) h2, :not(.immo-clean-wrapper) h3, :not(.immo-clean-wrapper) h4, :not(.immo-clean-wrapper) h5, :not(.immo-clean-wrapper) h6 {
	margin: 0 0 1.5rem;
	color: #333;
}

:not(.immo-clean-wrapper) h1 {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

:not(.immo-clean-wrapper) h2 {
	font-size: 27px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}

:not(.immo-clean-wrapper) h3 {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
}

:not(.immo-clean-wrapper) h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
}

:not(.immo-clean-wrapper)ol, :not(.immo-clean-wrapper)ul {
	margin: 0 0 1.5rem;
	padding-left: 2rem;
}

:not(.immo-clean-wrapper)li>ol, :not(.immo-clean-wrapper)li>ul {
	margin-top: 0;
	margin-bottom: 0;
}

:not(.immo-clean-wrapper)table {
	width: 100%;
	margin: 0 0 1.5rem;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	border-bottom: none;
}

:not(.immo-clean-wrapper)table th {
	font-weight: 600;
	text-align: initial;
	color: #333;
}

:not(.immo-clean-wrapper)table th a {
	color: #333;
}

:not(.immo-clean-wrapper)table th a:focus, :not(.immo-clean-wrapper)table th a:hover {
	color: #06c;
}

img, video {
	max-width: 100%;
	height: auto;
}

img {
	vertical-align: middle;
}

:not(.immo-clean-wrapper)a {
	background-color: transparent;
	text-decoration: none;
	color: #06c;
	transition: all .25s;
}

a:focus, a:hover {
	color: #333;
}

:not(.immo-clean-wrapper)svg {
	vertical-align: middle;
}

::-moz-selection {
	background-color: #06c;
	color: #fff;
}

::selection {
	background-color: #06c;
	color: #fff;
}

::not(.immo-clean-wrapper):-webkit-input-placeholder {
	opacity: .75;
	color: inherit;
}

::not(.immo-clean-wrapper):-moz-placeholder {
	opacity: .75;
	color: inherit;
}

::not(.immo-clean-wrapper):-ms-input-placeholder {
	opacity: .75;
	color: inherit;
}

::-ms-input-placeholder {
	opacity: .75;
	color: inherit;
}

::not(.immo-clean-wrapper)::placeholder {
	opacity: .75;
	color: inherit;
}

fieldset {
	padding: 0;
	margin: 0 0 1.25rem;
	border: 0;
}

legend {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0 1.25rem;
	color: #333;
}

.button, a.button, a.wp-block-button__link, button, input[type=button], input[type=reset], input[type=submit] {
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	color: #fff;
	background-color: #06c;
	border-color: #06c;
	font-family: inherit;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	transition: all .25s;
}

.button:focus, .button:hover, a.button:focus, a.button:hover, a.wp-block-button__link:focus, a.wp-block-button__link:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
	color: #fff;
	background-color: #004c99;
	border-color: #004c99;
}

:not(.immo-clean-wrapper).input, :not(.immo-clean-wrapper)input:not([type]), :not(.immo-clean-wrapper)input[type=""], input[type=color], input[type=date], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all .25s;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	color: inherit;
	background-color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
}

.input:focus, input:not([type]):focus, input[type=""]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
	border-color: #666;
}

textarea {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all .25s;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	color: inherit;
	background-color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
}

:not(.immo-clean-wrapper)textarea:focus {
	border-color: #666;
}

select {
	display: inline-block;
	max-width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all .25s;
	padding: 10px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
	border-radius: 3px;
	color: inherit;
	background-color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	letter-spacing: inherit;
	text-transform: inherit;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 1.8em 1.2em;
	padding-right: 1.8em;
}

:not(.immo-clean-wrapper)select:focus {
	border-color: #666;
}

:not(.immo-clean-wrapper)select[multiple] {
	background: 0 0;
	padding-right: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	transition: none;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.menu, .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.suki-icon svg {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.page-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

[id=wpadminbar] {
	position: fixed !important;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

#canvas {
	min-height: 100vh;
	overflow: hidden;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

#page {
	position: relative;
	background-color: #fff;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

body.suki-page-layout-boxed {
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.suki-page-layout-boxed #page {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 1400px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
}

.site-header {
	position: relative;
	z-index: 99;
}

.suki-logo .suki-logo-image img, .suki-logo .suki-logo-image svg {
	display: block;
	width: 100%;
	height: auto;
}

.entry-content blockquote[style*=center] {
	border-left: none;
}

.entry-content blockquote[style*=right] {
	border-left: none;
	border-right-width: .25em;
	border-right-style: solid;
}

[class$="__inner-container"] {
	margin-bottom: 0;
	max-width: 100%;
}

[class$="__inner-container"]>* {
	max-width: 100%;
	margin: 1.5rem 0;
	margin-left: auto;
	margin-right: auto;
}

[class$="__inner-container"]>:first-child {
	margin-top: 0;
}

[class$="__inner-container"]>:last-child {
	margin-bottom: 0;
}