@charset "UTF-8";
/*
Theme Name: MYPACE
Author: massy
Version: 1.0
*/

.bottom50{
	margin-bottom:50px;
}
.bottom30{
	margin-bottom:30px;
}
iframe{
	max-width:100%;
	margin-bottom: 20px;
}
.afimg{
	display:flex;
	align-items:center;
	justify-content:center;
	gap: 20px 20px;
	flex-wrap:wrap;
}
.afimg img{
	width: auto;
	height:auto;
	max-width:100%;
}
.wp-block-image img{
	max-width: 100%;
	width:auto;
	height: auto;
}
.aligncenter{
	text-align:center;
}
.tablecenter{
	margin-right:auto;
	margin-left:auto;
	max-width:100%;
}

.kattene__imgpart img.kattene__shadow{
	box-shadow: none !important;
}
figcaption{
	font-size:14px;
	line-height:140%;
}
.font-small{
	font-size:14px !important;
	margin-top: -0.8em;
}
.font-big{
	font-size: 16px !important;
	letter-spacing: 0.05em !important;
}
.topics-main_area table{
	max-width:100%;
}
.has-text-align-center{
	text-align:center;
}
ins{
	background-color:#fff !important;
}
@media screen and (max-width: 600px){
	.font-small{
		font-size:13px !important;
	}
	body .is-layout-flex{
		flex-direction:column;
		gap: 0px;
	}
}
