/*
Theme Name: Twenty Twenty-One Child-Theme
Theme URI: https://oeffnungsdienst.de/
Description: Ein Child-Theme für das WordPress Standard Theme Twenty Twenty-One.
Author: ComMotion
Author URI: https://commotion.online/
Template: twentytwentyone
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Basic */

	h1, .h1, .has-background h1, h2, .h2, .has-background h2, .singular .entry-title {
		color: #e1137c;
		font-size: var(--heading--font-size-h2);
		font-weight: var(--heading--font-weight);
	}

/* Cookie */

	#cookie-notice.cookie-notice-visible {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	} #cookie-notice.cookie-notice-visible .cookie-notice-container {
		max-width: 500px;
		background-color: #fff;
		border-radius: 5px;
	}

	.cn-button {
		color: #000 !important;
		padding: .5 1em;
		background: transparent !important;
	} #cn-accept-cookie {
		color: #fff !important;
		background: linear-gradient(to bottom,#00c307,#039103) #039103 !important;
	}

/* Header */

	.primary-navigation a, .primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
		color: #e1137c;
	}

	.primary-navigation .sub-menu .menu-item > a {
		color: var(--primary-nav--color-link-hover);
	} .primary-navigation .sub-menu .menu-item > a:hover {
		color: #e1137c;
	}

/* Front Page */

	.home .site-main {
		padding-top: 0;
	}

/* Page */

	.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width {
		max-width: var(--responsive--alignwide-width);
	}

/* Button */

	.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
		color: #e1137c !important;
		border-color: #e1137c !important;
	}

/* Icons */

	.site-main > article .dashicons, .site-main > article .dashicons-before:before {
		color: #e1137c;
		width: 75px;
		height: 75px;
		font-size: 75px;

		display: block;
		margin: 0 auto;
	}

/* Footer */

	.widget-area {
		margin-top: 0;
		border-top: 3px solid var(--global--color-border);
	}

	.site-footer > .site-info,
	.widget-area ul.sub-menu, .widget-area ul.children {
		display: none;
	}

@media only screen and (min-width: 482px) {

	.site-header {
		padding: 0;
	}
}

@media only screen and (max-width: 481px) {

	#callnowbutton {
		bottom: 65px !important;
	}

	.site-header {
		position: fixed;
		top: 0; right: 0; left: 0;
		z-index: 500;

		width: 100%;
		height: 80px;
		max-width: none;
		padding-left: calc(0.5 * var(--global--spacing-horizontal));
		background-color: #fff;
	} .site-content {
		padding-top: 80px;
	}
}