/*
Theme Name: OUAG
Theme URI: 
Author: WEB ON THE DOCKS
Author URI: 
Description: Ollie-Child-Theme für Website "Orthopädie und Unfallchirurgie am AEZ"
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ollie
Text Domain: ouag
Tags: 
*/
/* Service */
.footer-columns .wp-block-column * {
	font-size: var(--wp--preset--font-size--small);
}

.footer-columns .wp-block-column h2 {
	font-size: var(--wp--preset--font-size--base);
	text-transform: uppercase;
}
.footer-columns .wp-block-column h3 {
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
}
.footer-columns .wp-block-column h3 > a:hover {
	text-decoration: none;
}

/* Opening Table */
.opening-table td, .opening-table th {
	padding: 0 0 .25em 0;
}

.opening-table.is-style-stripes {
	border-bottom: none;
}

.opening-table table tr > td:first-child {
	width: 100px;
	padding-right: 5px;
	vertical-align: top;
	white-space: nowrap;
}

/* Open street map container */
.osm-container {
	z-index: 0;
	position: relative;
}

/* Service Buttons */
.flex-buttons > * {
	flex-basis: 200px;
	flex-grow: 1;
	flex-shrink: 0;
}

/*
.wp-block-button__link {
	text-decoration: none !important;
}
*/
/*
.wp-block-button__link:hover {
	text-decoration: none !important;
}
*/
