/* Base styles */
body {
    background-color: #ffffff;
    margin: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

a:link, a:visited, a:active, a:hover {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgb(74, 74, 74);
}

a:active, a:hover {
    color: rgb(197, 26, 27);
}

td, span, a, input, select, textarea {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgb(74, 74, 74);
}

form {
	border: none;
}

select {
    height: 30px;
}

input {
    line-height: 18px;
}

.temptext {
    padding-left: 11px;
}

.headline {
    background: linear-gradient(to right, #931813, #c51a1b);
    text-align: right;
}

.headline img {
    margin: 35px 50px 20px;
}

.neuigkeiten {
    margin-top: -1px;
    vertical-align: middle;
}

table {
    display: block;
	width: 100%;
    border-collapse: collapse; /* Ensure that the borders collapse into a single border */
    margin: auto;
}

.disabled {
    color: #cccccc;
    font-style: italic;
}

/* Responsive styles */
@media (max-width: 1200px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .headline {
        text-align: center;
    }
    .headline img {
        margin: 20px 30px 10px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 12px;
    }
    .headline img {
        margin: 15px 20px 5px;
    }
    .temptext {
        padding-left: 5px;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 10px;
    }
    .headline img {
        margin: 10px 15px 0px;
    }
    .temptext {
        padding-left: 2px;
    }
}

/* Media query for smaller viewports */
@media (max-width: 600px) {
    table {
		margin: 0;
	}

	table, tr, td {
        display: block; /* Change display to block */
        width: 95%; /* Make the elements take full width */
    }

    tr {
        margin-bottom: 10px; /* Add some space between rows */
    }

    td {
        text-align: left; /* Align text to the left for better readability */
    }

	tr td:first-child {
        line-height: 16px;
		padding-bottom: 0;
		margin-bottom: 0;
    }

	input[type="submit"] {
		display: block;
		margin-bottom: 20px;
	}
}
