/*
		assets/css/main.css
		===================

		MH, 01.22, 01.23, 03.25
*/






.linklist {
	list-style-type: square;
	margin-left: 1em;
}

.linklist.no-style {
	margin-left: 0;
}

.linklist > li {
	margin: 1em 0;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	font: normal normal 400 16px/26px "Arial",sans-serif;
	max-width: 100%;
	width: 100%;
	background-color: white;
}

main > p {
	max-width: 1200px;
}

main img {
	max-width: 100%;
	height: auto;
}

main a > img {
	width: auto;
}

main iframe {
	max-width: 100%;
}

main.weather iframe {
	padding: 40px 0 0 0;
}

main.weather iframe:last-of-type {
	padding: 0;
}

main p ~ iframe {
	margin: 0;
}



#BSV-Steinhude {
	margin-bottom: 15px;
	margin-top: 50px;
	width: 100%;
	max-width: 2286px;
}

#central-banner {
	display: flex;
	width: 2286px;
	max-width: 100%;
	min-height:	61px;
	color: white;
	background-color: #2a5880;
	font-size: 30px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: normal;
	margin: 0;
	padding: 0 .3em;
}

#BSV-Steinhude ul {
		list-style-image: none;
		list-style-type: none;
		max-width: 100%;
	}

#BSV-Steinhude > ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1511px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#BSV-Steinhude > ul ul {
		margin-left: 0.9rem;
}
	
#BSV-Steinhude > ul > li {
	margin: .5em;
	line-height: normal;
	border: 1px solid #d9e4ef;
	height: 436px;
}

#BSV-Steinhude > ul > li:first-of-type {
	margin-left: 0;
}

#BSV-Steinhude > ul > li:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 1114px) {

	section#BSV-Steinhude > ul {
		justify-content: space-evenly;
	}

	section#BSV-Steinhude > ul > li {
		margin: 1em !important;
	}
}




#BSV-Steinhude img {
	width: 264px;
	height: 264px;
	margin: 1px 1px 0 1px;
	background-color: #2a5880;
	padding: 25px;
}

#BSV-Steinhude li:first-child img {
	padding: 10px;
}

#BSV-Steinhude a {
	font-size: 1rem;
	color: #2a5880;
	line-height: 1.7;
}

#BSV-Steinhude h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: 0.9rem;
	color: #2a5880
}

@media screen and (hover:hover) {

	#BSV-Steinhude .tile-menu {
		transition: box-shadow .5s;
	}

	#BSV-Steinhude .tile-menu:hover {
		box-shadow: 4px 4px 8px rgba(0,0,0,0.69);
	}
}

#BSV-Steinhude a:hover,
#BSV-Steinhude a:hover *
{
	color: #152032;
	text-decoration: underline;
}

@media screen and (min-width: 601px) {
	.smallscreen {
		display: none !important;
	}
}

@media screen and (max-width: 600px) {

	html {
		overflow-y: auto;
	}

	.optional {
		display: none !important;
	}

	.sidebar.optional~main {
		grid-column-start: aside;
		grid-column-end: main;
		max-width: 100%;
	}

	.news main {
		width: auto;
	}
/*
	#content {
		display:block;
	}
*/

	/*
	.nav-caption {
		display: none;
	}
	*/

	#BSV-Steinhude > ul > li {
		height: auto;
		padding-bottom: .5em;
	}

	#BSV-Steinhude h2 {
		margin-top: 1em;
	}
}

.tile-list {
	list-style-type: none;
}




.img-tile {
	display: block;
	width: 188px;
	height: 141px;
}

#sponsors {
	width: 100%;
	padding: 10px 15px;
}

#inner-sponsors {
	width: 1511px;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

#inner-sponsors > h3 {
	margin: 0 0 10px 0;
	font-size: 17px;
}

#inner-sponsors > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

#inner-sponsors img {
	width: auto;
	max-width: 100%;
	height: 3cm;
}

#inner-sponsors a:last-of-type {
	margin-left: 100px;
}

.nav-heading {
	padding: 0 15px;
	color: #152032;
}

.nav-caption > a {
	text-decoration: #152032 underline;
	transition: all .4s;
}

.nav-caption > a:hover {
	text-decoration: #15203200 underline;
}

.markdown h1.nav-heading {
	padding: 0;	
}

.anchor {
	position: relative;
	top: -80px;
}

iframe[name=m2s],
iframe[title=Kalender] {
	margin-top: 40px;
}

.anchor ~ div {
	width:100%;
}

body main.index {
	display:flex;
	flex-direction: column;
	align-items: center;
}

.link-button {
	border: solid black 1px;
	padding: 0 .5em;
	background-color: aliceblue;
}

/*
┻┳|
┳┻| _
┻┳|•.•)
┳┻|⊂ﾉ
┻┳|
---------- NM*/

#news > h2 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #697b91;
}

.news-item-container time {
    display: inline-block;
    /* margin-bottom: 8px; */
	white-space: nowrap;
	margin-top: 0;
}

#news h3 {
    color: #2a5880;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 1600px) {
	section#BSV-Steinhude img {
		width: 176px;
		height: 176px;
	}

	section#BSV-Steinhude > ul > li {
		height: 342px;
	}

	section#BSV-Steinhude h2 {
		font-size: 20px;
	}

	section#news {
		padding-top: 0;
	}
}

@media screen and (max-width: 600px) {
	#central-banner {
		font-size: 24px;
	}

	#BSV-Steinhude {
		margin-top: 26px;
	}

	main {
		font: normal normal 400 17px/24px "Arial",sans-serif;
	}
}

@media screen and (max-width: 454px) {
	#central-banner {
		font-size: 21px;
	}
}

@media screen and (max-width: 434px) {

	#central-banner {
		font-size: 18px;
	}

	section#BSV-Steinhude img {
		width: 130px;
		height: 130px;
	}

	section#BSV-Steinhude > ul ul,
	section#BSV-Steinhude h2 {
		margin-left: 6px;
	}

	section#BSV-Steinhude > ul > li {
		height: 281px;
	}

	#BSV-Steinhude {
		margin-top: 18px;
	}
}

/*
#																										  _      _      _
#																										>(.)__ <(.)__ =(.)__
#																										 (___/  (___/  (___/
*/