@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                           Style by www.a-krueger.eu                           *
 * ----------------------------------------------------------------------------- */


/* ---------------------------------------------------------------*/
/*                        Responsive                              */
/* ---------------------------------------------------------------*/


@media all and (max-width:800px) {

.logo {
	margin-left: 20px;
	margin-top: -5px;
}
	
.flex-container-row {
	flex-direction: column;
	display:block;
	justify-content: center;
	gap: 10px;
}
	
.order-1 {
	order: 2;
}

.order-2 {
	order: 1;
}
}


@media all and (max-width:378px) {
.flex-container-column {
	padding-bottom: 15px;
}
	
.flex-container-stretch, .flex-item-1, .flex-item-2, .flex-item-3 {
	margin-top: 10px;
}

.order-1 {
	order: 2;
}

.order-2 {
	order: 1;
}
	
.neues_buch {
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	max-width: 378px;
}
}

