/* Füge hier Dein eigenes CSS ein */

.site-header {
display: none !important;
}

.page-header {
	display: none !important;
}
body {

	margin-left: 10%;
		margin-right: 10%;
	background-color: #f6f6f6;
}
	
header {
	width:100% !important;
	margin: 7%;
}

.elementor-field-label {
	padding-bottom: 5px;
	padding-top: 10px;
}

img {
	width:100%;
}
.m-x-auto {
margin-left: 0px!important;
margin-right: 0px!important;
}

.book-summary {
display: none!important;
}

.book-summary {
float: left;
}

div.UIFlex__StyledFlex-sc-16apios-0:nth-child(4) {
display: none;
}

.umbruch {
	 hyphens: auto; 
}

@media (max-width: 768px){
	.page-content {
    box-shadow: -5px 0 10px -5px #333, 5px 0 10px -5px #333;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    background-color: white;
}
}

