/* -------------------------------------------------- 
Theme Name:         	Twenty Twenty-Three Child
Theme URI:          	https://schluesseldienst-adler.de/
Description:        	Twenty Twenty-Three Child
Version:            	1.0.0
Author:             	ComMotion
Author URI:         	https://commotion.online/
Text Domain: 			twentytwentythree
Template: 				twentytwentythree

License: 				GNU General Public License v2.0
License URI:			http://www.gnu.org/licenses/gpl-2.0.html

Foundation License:		MIT License
Foundation License URI:	http://www.opensource.org/licenses/mit-license.php
-------------------------------------------------- */

/* 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 {
		background: linear-gradient(to bottom,#00c307,#039103) #039103 !important;
		color: #fff !important;
	}

/* Icons */

	main .entry-content .dashicons, main .entry-content .dashicons-before:before {
		width: 75px;
		height: 75px;
		font-size: 75px;

		display: block;
		margin: 0 auto;
	}
