/**
 * Theme Name: Twenty Twenty-Three Child Theme
 * Theme URI: https://wordpress.org/themes/twentytwentythree
 * Description: Child Theme for Twenty Twenty-Three Theme
 * Author: AppWebIT Dienstleistungen e.U.
 * Author URI: https://appwebit.com
 * Template: twentytwentythree
 * Version: 1.1
 * Text Domain: twentytwentythree-child
 */

.child-theme-liste-haken li {
	padding-bottom: 1.5rem;
}

.child-theme-liste-haken {
	list-style-type:none;
}

.child-theme-liste-haken li:before { 
	content: "\2713" " "; 
}

.wp-site-blocks {
	padding-top: 0px;
}

.margin-top-child-theme-minus {
	margin-top: -1.5rem !important;
}

.margin-top-child-theme-ausgleich-liste-haken {
	margin-top: 0.5rem !important;
}

.wp-block-image img {
	width: 100%;
}

.wp-block-site-logo {
	margin-left: -10px !important;
}

.logo-title {
	line-height: 0px;
	padding-top: 30px;
  	width: 225px;
	margin: 0 100px 0 -35px !important;
	flex-wrap: wrap !important;
}

.logo-title-text-2 {
	margin-top: -20px !important;
	flex-basis: 100% !important;
}

.logo-title-text-1 {
	flex-basis: 100% !important;
}

@media screen and (max-width: 980px) {
	.wp-block-navigation {
		margin-top: -20px !important;
	}
}

@media screen and (max-width: 600px) {
	.wp-block-navigation {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 540px) {
	.logo-title {
		padding-top: 20px;
		margin: 0 -10px 0 -65px !important;
	}
	.wp-block-site-logo img {
		height: auto;
  		max-width: 70%;
	}
}

