/*
Theme Name: Innstadt Child
Description: Child theme of the innstadt theme
Author: Maximilian Falter
Author URI: https://maximilianfalter.de
Template: innstadt
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.2
Text Domain: innstadt-child
*/

/* Your custom responsive styles go here */

/* Flexible Grid */
.wrap {
    width: 100%;
    max-width: 1003px;
}

.main {
    width: 75%;
}

.sidebar {
    width: 25%;
}

/* Flexible Images */
img {
    max-width: 100%;
    height: auto;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .main, .sidebar {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 480px) {
    /* Adjustments for mobile screens */
}