/*
 Theme Name:   Luftmatratze
 Description:  Luftmatratze Theme (aufbauend auf GeneratePress)
 Author:       Thomas Kaiser
 Author URI:   https://www.luftmatratze24.de
 Template:     generatepress
 Version:      0.1
*/

/**
 ** Breadcrumbs
 */
 .breadcrumbs{
 	margin: 15px 0px -5px 0px;
 	font-size: 14px;
 }
/**
 ** AAWP Tabellen
 */
.aawp{
	overflow-x: auto;
}
.aawp-tb__data, .aawp-tb__head{
	width: 150px !important;
}

/**
 ** Header
 */
.site-header{
	box-shadow: 0px -2px 5px grey;
}
/**
 ** Bilder Unterschrift
 */
.wp-block-image figcaption {
    font-size: 12px;
    text-align: center;
}