#banner .inner {
	margin-top:0vh;
}


#wrap {
    background: #e7e7e7;
    padding: 5%;
    text-align: center;
    width: 80%;  
}

#left, #right {
     background: #ccc;
     display: inline-block;    
     padding: 2%;   
}
.anniversary {
	margin-top:60px;
}

.scrolly {
	padding-top:27px !important;
}




.outer-container {
    display: flex;
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    box-sizing: border-box;
    background-color: #d62828;
    border: 4px double #f7d51d;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.left-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.right-container {
    flex: 1;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

#banner .right-container > p{
	text-transform:none;
	margin: 25% 0;
}

.top-iframe {
    flex: 1;
    margin-bottom: 15px;
}

.bottom-content {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
	passing-top:25px;
}

.bottom-content > p {
	margin: 25%;
}

iframe {
    width: 100%;
    height: 250px;
    border: none;
}

/* Weihnachts-Sternchen als Dekoration */
.outer-container::after {
    content: "✱";
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 30px;
    color: #f7d51d;
    transform: rotate(15deg);
}

@media (max-width: 768px) {
    .outer-container {
        flex-direction: column;
    }

    .left-container, .right-container {
        flex: none;
        width: 100%;
        border-right: none;
        margin-bottom: 15px;
    }

    /* iFrame und unterer Inhalt werden untereinander angeordnet */
    .top-iframe, .bottom-content {
        width: 100%;
        margin-bottom: 15px;
    }
	
	#banner > .inner > h2 {
		font-size: 0.8em;
	}
	.bottom-content > p {
		font-size: 0.8em;
		margin: 25% 0;
	}
	#schloss_content {
		font-size: 0.5em;
	}
}