.ausschreibung .ui-block-a {
	padding: 0.4em 1em 0.4em 0;
	width: 150px;
	font-weight: bold;
}
.ausschreibung .ui-block-b {
	padding: 0.4em 1em 0.4em 0;
	width: calc(100% - 150px);
}
/* stack all grids below 40em (640px) */
@media all and (max-width: 35em) {
	.ausschreibung .ui-block-a,
	.ausschreibung .ui-block-b {
		width: 100%;
		float: none;
	}
	.ausschreibung .ui-block-a {
		background-color: #e9e9e9;
		color: #333;
		padding: 0.4em 1em 0.4em 1em;
	}
}

.rot {
	color: red !important;
}

/* set max-width: */
.strecken-list {
	max-width: 30em;
}

/* remove padding and set vertical-align: */
.strecken-list th, .strecken-list td {
	padding: 0 0.5em 0 0;
	vertical-align: middle;
}

/* add border between lines: */
.strecken-list tr:not(:last-child) {
  border-bottom: 1px solid red;
}

/* add media query: */
@media ( min-width: 25em ) {
	/* Show the table header rows and set all cells to display: table-cell */
	.strecken-list td, .strecken-list th,
	.strecken-list tbody th, .strecken-list tbody td,
	.strecken-list thead td, .strecken-list thead th {
		display: table-cell;
		margin: 0;
	}
	/* Hide the labels in each cell */
	.strecken-list td .ui-table-cell-label, .strecken-list th .ui-table-cell-label {
		display: none;
	}
	/* right-adjust Betrag: */
	.strecken-list .startgeld {
		text-align: right;
	}
}	

    .va_title .ui-grid-a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .va_title .ui-block-a {
        flex: 1;
        box-sizing: border-box;
        padding-right: 10px;
    }

    .va_title .ui-block-b {
        flex: 1;
        box-sizing: border-box;
        padding-left: 10px;
    }

    .va_title .responsive-image {
		width: 100%;
        max-width: 400px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    @media screen and (max-width: 600px) {
        .va_title .ui-grid-a {
            flex-direction: column;
        }
        .va_title .ui-block-a,
        .va_title .ui-block-b {
            width: 100%;
            padding: 0;
        }
    }
	
	/* Läufercup-Logo vertikal zentriert: */
		.header-container {
		display: flex;
		align-items: center;
		}
		
		.logo-container {
			margin-left: 20px;
		}
		
		.logo-container img {
			max-width: 100px;
		}
	/* === */