        body {
            font-family: "Verdana", sans-serif !important;
        }

        .breadcrumb-inner {
            margin-bottom: 80px;
        }



        .aktuelles-post-card {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            font-family: 'Arial', sans-serif;
            margin: 20px auto;
            background-color: #f9f9f9;
        }

        .aktuelles-card-header {
            display: flex;
            justify-content: center;
            align-items: center;

        }

        .aktuelles-logo {
            margin-right: 100px;
        }
@media(min-width: 768px){
	.aktuelles-logo{
		width: 9%%;
        height: 9%;
        background: white;
        padding: 10px;
        border-radius: 22px;
	}
}
        .aktuelles-logo img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

        .aktuelles-thumbnail {
            width: 837px;
            height: 317px;
        }

        .aktuelles-thumbnail img {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            object-fit: cover;
        }

        .aktuelles-card-body {
            padding: 50px 133px !important;
            background: #ffffff;
        }

        .aktuelles-card-title-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .aktuelles-date {
            font-size: 16px;
            color: #ffffff;
        }

        .aktuelles-title {
            font-size: 28px;
            font-weight: 700;
            color: white;
        }

        .aktuelles-divider {
            margin: 10px 0;
            border: none;
            border-top: 1px solid #ddd;
        }


        .aktuelles-description {
            font-size: 18px;
            color: #ffffff;
            margin: 10px 0;
        }

        .aktuelles-read-more {
            display: block !important;
            width: fit-content !important;
            margin: 40px auto 0 auto !important;
            text-align: center !important;
            border: 2px solid #000000 !important;
            border-radius: 10px;
            padding: 15px 100px;
            font-size: 16px;
        }


        .aktuelles-read-more .icon-blue {
            width: 16px;
            height: 16px;
            display: inline-block;
            flex: 0 0 16px;
        }

        .aktuelles-read-more br {
            display: none !important;
        }

        .header-center {
            padding: 20px;
        }

        .aktuelles-thumbnail-figure {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .aktuelles-thumbnail-caption {
            position: absolute;
            bottom: 10px;
            left: 50px;
            background: rgba(0, 0, 0, 0.34);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            padding: 5px;
            color: white;
        }

        .aktuelles-category-title {
            display: inline-block;
            padding: 8px 12px;
            font-size: 14px;
            border-radius: 6px;
            line-height: 1;
            color: #fff;
            background:
                linear-gradient(0deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, .38)),
                var(--cat);
        }

        :where(figure) {
            margin: 0;
        }
@media(min-width: 1200px){
	.header-center{
		width: 78%;
	}
}
        @media (max-width:1200px) {
            

            .aktuelles-logo {
                order: 1;
        margin: 9px;
        width: 18%;
                
            }

            .header-center {
                order: 3;
            }

            .aktuelles-thumbnail {
                order: 2;
                width: 100%;
                height: 600px;
            }

            .aktuelles-card-header {
                flex-direction: column;
            }

            .aktuelles-logo img {
                width: 100%;
                height: 100%;
                
            }

        }

        @media (max-width:768px) {
            .aktuelles-logo {
                margin: 10px;
                width: 16% !important;
                height: 9% !important;
                order: 1;
				padding: 10px;
                background: white;
				border-radius: 15px;
            }

            .header-center {
                order: 3;
            }

            .aktuelles-thumbnail {
                order: 2;
            }

            .aktuelles-thumbnail {
                width: 669px;
            }

            .aktuelles-card-header {
                flex-direction: column;
            }

            .aktuelles-logo img {
                width: 100%;
                
                margin-right: 100px;
            }
			.breadcrumb-inner {
            margin-bottom: 55px;
        }
			.aktuelles-read-more {
				margin: 52px auto 0 auto !important;
            }
			 .aktuelles-card-body {
            padding: 50px 33px !important;
            background: #ffffff;
        }
        }

        @media (max-width:425px) {
			
			
			.breadcrumb-inner {
            margin-bottom: 55px;
        }
            .aktuelles-thumbnail {
                width: 100%;
                height: 200px;
            }

            .aktuelles-read-more {
                padding: 14px 20px;
            }
		
    
			
        }

        @media (max-width:480px) {
            .aktuelles-category-title {
                padding: 6px 10px;
            }
			.aktuelles-logo {
             
				width: 25% !important;
			}
        }