@font-face {
    font-family: 'Inter18pt-Regular';
    src: url('../../files/lisa-klein/assets/fonts/Inter18pt-Regular.eot');
    src: url('../../files/lisa-klein/assets/fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Regular.woff') format('woff'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Regular.ttf') format('truetype'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter18pt-Bold';
    src: url('../../files/lisa-klein/assets/fonts/Inter18pt-Bold.eot');
    src: url('../../files/lisa-klein/assets/fonts/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Bold.woff') format('woff'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Bold.ttf') format('truetype'),
        url('../../files/lisa-klein/assets/fonts/Inter18pt-Bold.svg#Inter18pt-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
	margin: 0;
	padding: 0;
}
.invisible{
	display: none;
	visibility: hidden;
}
body{
	font-family: Inter18pt-Regular, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #413737;
}
p{
	margin-bottom: 25px;
}
a{
	color: inherit;
	text-decoration: none;
}
a[href^="mailto:"]{
	color: #379869;
}
strong{
	font-family: Inter18pt-Bold, sans-serif;
	font-weight: normal;
}
ul{
	margin-left: 16px;
	margin-bottom: 25px;
}
h1{
	font-family: Inter18pt-Bold, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
h2, h3{
	font-family: Inter18pt-Bold, sans-serif;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
#wrapper{
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 0 30px;
}
#header{
	margin: 74px 0 78px;
}
#main .media--right{
	display: flex;
	gap: 250px;
}
#main .media--right figure{
	order: 2;
}
#main .media--right figure img{ 
	max-width: 256px;
	height: auto;
	width: 100%;
}
#main .media--right .rte{
	order: 1;
	max-width: 440px;
}
#main .content-text.media ~ .content-text{
	margin-top: 86px;
}
#main .content-text.media ~ .content-text p{
	margin-bottom: 35px;
}
#main .content-text.media ~ .content-text p:last-child{
	margin-bottom: 0;
}
#main .content-text.media ~ .content-text strong{
	display: inline-block;
	margin-bottom: 10px;
}
#meta-navigation ul{
	list-style-type: none;
	margin: 0;
}
#meta-navigation ul li{
	display: inline-block;
	margin-right: 30px;
}
#meta-navigation ul li a,
#meta-navigation ul li strong{
	font-size: 12px;
	font-weight: normal;
	font-family: Inter18pt-Regular, sans-serif;
}
#meta-navigation ul li strong{
	text-decoration: underline;
}

#footer{
	margin-top: 90px;
}
@media screen and (max-width: 991px){
	#main .media--right{
		gap: 50px;
	}
}
@media screen and (max-width: 767px){
	#header img{
		max-width: 100%;
		height: auto;
	}
	#main .media--right{
		gap: 50px;
		flex-direction: column;
	}
	#main .media--right figure{
		order: 1;
	}
	#main .media--right .rte{
		order: 2;
	}
}
@media screen and (max-width: 550px){
	body{
		font-size: 14px;
	}
	#wrapper{
		padding: 0 25px;
	}
	#main .content-text.media ~ .content-text strong{
		margin-bottom: 5px;
	}
	h1{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	h2, h3{
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
}
