.stewa-logo {
	width: 200px;
	height: auto;
}

.btn-slide {
	padding: 0.75rem 1.5rem;
	margin-bottom: 1rem;
}

header.masthead {
	background-image: url("../images/sternwarte-background.jpg");
}

.dropdown-menu {
	border-radius: unset;
	padding: 2px;
	background-color: rgba(33, 37, 41, 1.0);
	border: 1px solid rgb(255, 255, 255);
}

.dropdown-menu li {
	border-top: 1px dotted rgb(128, 128, 128);
	border-bottom: 1px dotted rgb(128, 128, 128);
}

.dropdown-menu li:first-child {
	border-top: none;
}

.dropdown-menu li:last-child {
	border-bottom: none;
}

.dropdown-item {
	color: #FFFFFF;
	padding: 6px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.dropdown-item:hover, .dropdown-item:focus {
	color: rgb(255, 200, 0);
	background-color: rgba(66, 74, 82, 1.0);
}

header.masthead .masthead-heading {
	font-size: 2.25rem;
}

@media (min-width: 768px) {
	header.masthead {
		padding-top: 8.5rem;
		padding-bottom: 6.25rem;
	}

	header.masthead .masthead-heading {
		font-size: 3.5rem;
	}
}