/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
	font-family: "open-sans", sans-serif;
	font-weight: 300;
	font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: inherit;
	text-decoration:none;
	border-bottom: 0.1em dotted;
	display: inline-block;
	line-height: 1;
}
a:hover {
	border-bottom: 0.1em solid;
	color: #03abff;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: none;
}

 strong {
	font-weight: 600;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	font-size: 1.8rem;
	position:relative;
}

section, .header_content {
	max-width:1210px;
	width:95%;
	margin:0 auto;
}

main {
	padding-top: 130px;
	padding-bottom: 4em;
	min-height: calc(100vh - 2em);
}

article {
	padding-top: 2em;
	padding-bottom: 2em;
}

/* header */
.header {
	padding-top: 30px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.header_inner {
	background-color: #002e4d;
	color: #fff;
	position: relative;
}



.header_content {
	display: flex;
	align-items: center;
	height: 100px;
	position: relative;
}

.header_content::before {
	content: '';
	width: 8em;
	height: 6em;
	background-image: url(/wp-content/uploads/2024/02/kih_corner.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translateX(-48%);
}


/* logo */
.logo {

}
.logo-img {

}

.logo a {
	border: none !important;
}

.logo span {
	color: #fff;
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
}

.header_subtitle {
	font-size: 0.86em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 3em;
	margin-top: 0.7em;
}

/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: #002e4d;
	height: 3em;
	position: relative;
}

.footer::before {
	content: '';
	width: 8em;
	height: 2em;
	background-image: url(/wp-content/uploads/2024/02/kih_corner.png);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	pointer-events: none;
	transform: translateX(-50%);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Login */

body.login header, body.login footer {
	display: none;
}

body.login main {
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-position: 30% center;
	background-repeat: no-repeat;
}

body.login section {
	max-width: 1400px;
}


.login_content {
	padding-right: 30%;
	padding-bottom: 10vmin;
}


body.login h1 {
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 10vmin;
	color: #fff;
	line-height: 1.2;
}

body.login h2 {
	font-family: "minion-pro", serif;
font-weight: 400;
font-style: normal;
	font-size: 4.2vmin;
	color: #fff;
	line-height: normal;
}

#front_login {
	padding-top: 4em;
	text-transform: uppercase;
}

#loginpw {
	padding: 0.5em 1em;
	background-color: #f4f4f4;
	border: none !important;
	outline: none !important;
	font-size: 1.8rem;
	transition: all 0.5s;
}

#loginpw:focus {
	background-color: #fff;
}

#login_submit {
	background-color: #03abff;
	color: #fff;
	padding: 0.5em 1em;
	border: none !important;
	outline: none !important;
	font-size: 1.8rem;
	margin-left: 0.25em;
	transition: all 0.5s;
}

#login_submit:hover {
	background-color: #026799;
}





/*------------------------------------*\
    IMAGES
\*------------------------------------*/


.page_banner img {
	width: 100%;
	height: 50vh;
	object-fit: cover;
	object-position: center center;
}

figure a {
	border-bottom: none !important;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2em;
	line-height: 1.2;
	color: #002e4d;
}

h3 {
	font-family: "minion-pro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6em;
	line-height: 1.2;
	color: #002e4d;
}

h4 {
	color: #002e4d;
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.02em;
}


.wp-block-button__link {
	background-color: #03abff;
	color: #fff;
	padding: 0.5em 1em;
	border: none !important;
	outline: none !important;
	font-size: 0.86em;
	margin-left: 0.25em;
	transition: all 0.5s;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.wp-block-button__link i {
	transition: all 0.5s;
	transform: translateX(0);
}

.wp-block-button__link:hover {
	background-color: #026799;
	color: #fff;
}

.wp-block-button__link:hover i {
	transform: translateX(40%);
}

.wp-block-button__link.btn_back:hover i {
	transform: translateX(-40%);
}

.header_content .btn_back {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}


/* forms */

input {
	font-family: "open-sans", sans-serif;
	font-weight: 400;
}

.wpcf7-form [type="text"], .wpcf7-form [type="email"], .wpcf7-form textarea {
	border: none !important;
	outline: none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 0.5em;
	width: 100%;
	color: #002e4d;
}

.wpcf7-form [type="text"]:focus, .wpcf7-form [type="email"]:focus, .wpcf7-form textarea:focus {
	border-bottom: 1px solid #03abff !important;
}

.wpcf7-form textarea {
	height: 4em;
}

.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	color: #002e4d;
	font-weight: 400;
}

.wpcf7-form [type="checkbox"] {
	transform: scale(1.5);
	margin-right: 0.3em;
	accent-color: #ffffff;
	border: 1px solid #002e4d;
}

.wpcf7-checkbox > span {
	display: inline-block;
	margin: 0.5em 0;
}

.wpcf7-form [type="submit"] {
	background-color: #03abff;
	color: #fff;
	padding: 0.5em 1em;
	border: none !important;
	outline: none !important;
	font-size: 0.86em;
	margin-left: 0.25em;
	transition: all 0.5s;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.wpcf7-form [type="submit"]:hover {
	background-color: #026799;
	color: #fff;
}


.kih_50j_logo {
	position: absolute;
	right: 50px;
	height: 7em;
	width: auto;
	top: 40px;
	pointer-events: none;
	transition: all 0.5s;
}

.scrld .kih_50j_logo {
	right: 50%;
	transform: translateX(50%);
	height: 4em;
	top: 10px;
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width : 1040px)  {
	
	body.login main {
		background-position: center center;
	}
	
	.page_banner img {
		height: 50vmin;
	}
	
	
}

@media only screen and (max-width : 781px)  {
	
	h1 {
		font-size: 2.1em;
	}
	
	
	h3 {
		font-size: 1.4em;
	}
	
	h4 {
		font-size: 1.1em;
	}
	
	.kih_50j_logo {
		right: 0px;
		height: 5em;
		top: 57px;
		transform: none;
	}
	
	.scrld .kih_50j_logo {
		right: 0px;
		height: 3.6em;
		top: 25px;
		transform: none;
	}
	
	:where(.wp-block-columns.is-layout-flex) {
		gap: 0;
	}
	
	.event_liste_wrapper h3  {
		margin-bottom: 0;
	}
	
	.event_liste_wrapper .wp-block-columns {
		border-top: 1px solid #ccc;
	}
	
	.event_liste_wrapper > div > div:first-of-type {
		border-top: none;
	}
	
	.event_liste_wrapper .wp-block-spacer {
		display: none;
	}
	
}


@media only screen and (max-width : 720px)  {
	
	
	body.login {
		background-color: #002e4d;
	}
	
	body.login main {
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 60vmin;
		align-items: flex-start;
		padding-top: 60vmin;
	}
	
	.login_content {
		padding-right: 0;
	}
	
	body.login main {
		height: auto;
	}
	
		body.login article {
		padding-top: 0;
	}
	
	#front_login {
		padding-top: 2em;
		padding-bottom: 4em;
	}
	
	
}


@media only screen and (max-width : 600px)  {
	
	.kih_50j_logo {
		display: none!important;
	}
	
	.logo span {
		font-size: 1.6em;
	}
	
	.header {
		padding-top: 15px;
	}
	
	.header_content {
		height: 70px;
		justify-content: space-between;
	}
	
	.header_content::before {
		width: 6em;
	}
	
	.header_subtitle {
		font-size: 0.72em;
		margin-left: auto;
		margin-right: 2em;
	}
	
	
	.header_content .btn_back {
		transform: none;
		top: -15px;
		right: -2.5%;
	}
	
	
	main {
		padding-top: 85px;
	}
	

	
	body.login h1 {
		font-size: 10vmin;
	}
	
	body.login h2 {
		font-size: 6.4vmin;
	}
	
	
	
	
	
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
