.ausflug-container {
	background:#ffffff;
	border-radius:16px;
	overflow:hidden;
	box-shadow:0 4px 18px rgba(0,0,0,0.12);
	border:1px solid #dddddd;
	width:90%;
	margin: 20px;
}

.ausflug-header {
    background: #2e4672;
    color: #f6ce00;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 16px 20px;
    text-align: center;
    text-transform: uppercase;
}

.ausflug-etappe {
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    color: #2e4672;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 16px 40px;
    text-align: center;
}

.ausflug-content {
    padding: 20px 20px 0;
}

.ausflug-content a {
    display: block;
}

.ausflug-content img {
    display: block;
    height: auto;
    width: 100%;
}

.ausflug-content p {
    color: #999999;
    font-size: small;
    margin: 0 0 30px;
    text-align: right;
}
