@font-face {
    font-family: 'argesta_displayregular';
    src: url('../fonts/argestadisplay-regular-webfont.eot');
    src: url('../fonts/argestadisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/argestadisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/argestadisplay-regular-webfont.woff') format('woff'),
         url('../fonts/argestadisplay-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




html {
	--antares-primary-color: #151A1E;
	--antares-primary-contrast: #c6c6c6;
	--antares-contrast-color: #5aa9e6;

	--antares-header-height: 5rem;
}



.text-small {
    font-size: 90%;
}
.text-tiny {
    font-size: 80%;
}


html {
	height: auto;
}
body {
	background-color: var(--antares-primary-color);
	color: var(--antares-primary-contrast);
	max-width: 1600px;
	margin: 0 auto;
	font-family: Verdana;
}
#header {
	border-bottom: none;
	background-color: var(--antares-primary-color);
	color: var(--antares-primary-contrast);
	height: var(--antares-header-height);
}
#header .navbar-section {
	height: var(--antares-header-height);
}
#header .logo img {
	height: calc(var(--antares-header-height) * 0.8);
}
.header-dark #header:not(.scrolled) {
	background-color: var(--antares-primary-color);
}
.header-fixed #header {
	position: sticky;
}
.header-fixed #body-wrapper {
	padding-top: 0;
}
#header a,
#footer {
	color: var(--antares-primary-contrast) !important;
}
#header a.active {
	color: white !important;
}
.dropmenu ul ul {
	background-color: #444;
}
.header-dark #header:not(.scrolled) .dropmenu ul ul a,
.header-dark #header .dropmenu ul ul a {
	color: var(--antares-primary-contrast) !important;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--antares-primary-contrast);
	margin-top: 2em;
}
a:link,
a:visited {
	color: var(--antares-contrast-color);
}
#page-wrapper {
	margin-bottom: 7em;
}

.mobile-container ul {
	list-style-type: none;
	margin: 0;
}
.mobile-container ul {
	margin-top: 3em;
}
.mobile-container ul ul {
	margin-top: 1em;
}
.mobile-container ul li {
	padding: 0.5em;
	margin-bottom: 2em;
	background: var(--antares-primary-color);
}
.mobile-container ul li ul li {
	margin: 0;
}
.mobile-container ul li a {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--antares-primary-contrast);
}
.mobile-container ul li ul li a {
	font-size: 1em;
	font-weight: normal;
}
.mobile-container ul a.active {
	text-decoration: none;
}



table tbody tr {
	border: 1px solid #212A30;
}
.table.table-striped tbody tr:nth-of-type(odd) {
	background: #212A30;
}
.table td, .table th {
	border: none;
}
.table.table-hover tbody tr:hover {
	background: rgba(200,200,200,0.2);
}


.content-container {
	padding-bottom: 4em;
}
.content-container a.button:link,
.content-container a.button:visited {
	background: rgba(113, 176, 255, 0.55);
	color: #eee;
	border: none;
	padding: 0.8em 0.8em;
	height: auto;
	border-radius: 0;
}
.content-container a.button:hover {
	background: rgba(113, 176, 255, 0.35);
}
@media screen and (min-width: 840px) {
	.content-container {
		padding-right: 4em;
	}	
}

.card {
	background-color: rgba(200,200,200,0.1);
	border: 1px solid rgba(200,200,200,0.2);
	height: 100%;
	border-radius: 0;
}



.sidebar-container {
	margin-top: 1em;
}
.sidebar-container > *:not(:last-child) {
    margin-bottom: 3em; 
} 

/* 
 * Antares Widget
 */
.antares-widget {
	min-width: 240px;
    width: 100%;
	font-size: 0.9em;
    line-height: 1.2em;
}
.antares-widget table {
	margin: 0;
    border-collapse: initial;
	border: 1px solid rgba(220,220,220,0.1);
}
.antares-widget table th {
	padding: 0.4em;
}
.antares-widget table td {
	padding: 0.3em;
}
.antares-widget table th {
	font-weight: bold;
    text-align: center;
    background-color: rgba(220,220,220,0.1);
}
.antares-widget table tr td:first-child {
	width: 60%;
}
.antares-widget tr.twilight > td:first-child {
	border-left-width: 40px;
	border-left-style: solid;
}
.antares-widget .golden-hour > td:first-child {
	border-left-color: rgba(255, 195, 0, 0.5);
}
.antares-widget .dusk > td:first-child {
	border-left-color: rgba(40, 50, 150, 0.4);
}
.antares-widget .nautical-dusk > td:first-child {
	border-left-color: rgba(4, 5, 107, 0.6);
}
.antares-widget .night > td:first-child {
	border-left-color: rgba(0, 0, 0, 0.8);
}
.antares-widget .details {
	margin: 0;
}
.antares-widget .source {
	width: 100%;
	text-align: right;
	font-size: 80%;
	margin: 0;
}
.antares-widget .past {
	display: none;
}
.antares-widget .fa {
	width: 15px;
	text-align: center;
	margin-right: 5px;
}



.hero,
.section.hero {
	padding: 0;
}
.section.hero {
	min-height: 200px;
    height: 100vh;
    max-height: 35vh;
}
.section.hero img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.y-0 img {
	object-position: 50% 0% !important;
}
.y-20 img {
	object-position: 50% 20% !important;
}
.y-40 img {
	object-position: 50% 40% !important;
}
.y-50 img {
	object-position: 50% 50% !important;
}
.y-60 img {
	object-position: 50% 60% !important;
}
.y-80 img {
	object-position: 50% 80% !important;
}
.y-90 img {
	object-position: 50% 90% !important;
}
.y-100 img {
	object-position: 50% 100% !important;
}




.my-4 {
    margin-top: 2em!important;
    margin-bottom: 2em!important;
}
.mx-4 {
    margin-left: 2em!important;
    margin-right: 2em!important;
}

.py-4 {
    padding-top: 2em!important;
    padding-bottom: 2em!important;
}
.px-4 {
    padding-left: 2em!important;
    padding-right: 2em!important;
}




.event-public .bar,
.event-private .bar {
	border-radius: 1em;
	background: #112;
	min-width: 50px; 
	height: 20px;
}
.event-public .bar .bar-item,
.event-private .bar .bar-item {
	background-color: #d67d00;
	border-radius: 1em 0 0 1em;
}
.event-private .state,
.event-public .state {
	width: 20px;
	height: 20px;
	/* margin: 0 auto; */
}

/* signal for public events */
.event-public .state {
	background-color: rgb(73, 193, 73);
}
.event-public .state.unsicher {
	background-color: rgb(221, 202, 85);
}
.event-public .state.abgesagt {
	background-color: rgb(183, 59, 59);
}

/* signal for private events */
.event-private .state {
	background-color: rgb(63, 111, 255);
}
.event-private .state.school {
	background-color: rgb(188, 132, 19);
}
.event-private .state.reserved {
	background-color: rgba(139, 211, 250, .1);
}

@media screen and (max-width: 600px) {
	.event-private,
	.event-public {
		font-size: .8em;
	}
}



.card {
	border: none;
}


.contacts .column,
.prices .column {
	margin-bottom: 1em;
}
.prices .card .card-header {
	padding: 0;
}
.prices .card .card-title {
	text-align: center;
    padding: 0.2em;
    background-color: #9A9A9A;
	color: #333;
}
.prices .card .card-body .price {
	font-size: 3rem;
    text-align: center;
}
.prices .card .card-body .price span {
	font-weight: 200;
    font-size: 40%;
    margin-right: 0.2em;
	padding: 0.2em;
}



.fees .column {
	margin-bottom: 1em;
}
.fees .card {
	background-color: #EAEFDB;
	color: #4D4D4D;
}
.fees .card .signup-fee {
	margin-bottom: 0.5em;
}
.fees .card .card-header {
	text-align: center;
	padding: 0.4em;
	background-color: #B2CC5D;
	color: #333;
}
.fees .card.full {
	background-color: #D2E5EF;
}
.fees .card.full .card-header {
	background-color: #6BA6C6;
	color: #fff;
}
.fees .card .price {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}
.fees .card .price_currency,
.fees .card .price_post {
	font-size: 1rem;
	font-weight: 200;
	padding: 0 0.5rem;
}
.fees .card .price_currency {
	font-size: 2rem;
}




.social-icons {
	margin: 0 auto;
}
.social-icons ul {
	list-style: none;
    margin: 0 -1rem;
    padding: 0;
    display: flex;
}
.social-icons ul li {
	margin: 0.5em 1.5em;
}
.social-icons svg {
	fill: var(--antares-primary-contrast);
	height: 50px;
}



.chip {
	background: rgba(113, 176, 255, 0.35);
	padding: .3rem .5rem;
	line-height: initial;
	height: initial;
}
.chip:hover {
	background: rgba(200,200,200,0.2);
}


.content-container a.button.mitglied-werden {
	width: 100%;
	padding: 1em;
}




.atmo {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
}
.atmo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
	opacity: .75;
}



.member {
	margin-bottom: 5rem;
	text-align: center;
}
.member h4 {
	margin: 0.5em 0;
}
.member img {
	width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 500px;
}



#sponsoren {
	text-align: center;
	margin: 2em 0;
}
#sponsoren .columns {
	background: rgba(220,220,220,0.1);
	margin: 0;
    padding: 0;
	margin-top: 1em;
	align-items: center;
	padding: 1em;
}
#sponsoren .column {
	padding: 2em 1em;
}
#sponsoren img {
	max-width: 100%;
	max-height: 100px;
}

.gallery {
	row-gap: 2em;
}




.antares-plattform-services {
	row-gap: 3em;
	border-top: 2px solid rgba(100,100,100,.2);
	border-bottom: 2px solid rgba(100,100,100,.2);
}
.antares-plattform-services .column {
	padding: 0 4em;
}
.antares-plattform-services .column img {
	transition: all .15s ease-in-out;
}
.antares-plattform-services .column img:hover {
	transform: scale(1.3);
}


.moon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
	margin-right: 5px;
	border: 1px solid #555;
}
.moon-half {
    background-image: 
		linear-gradient(-90deg, #0e253f 50%, transparent 50%), 
		linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
}
.moon-full {
    background: #d1d1d1;
}



#body-wrapper p + .container {
	padding-top: 0;
}



h2.site-title::after {
    content: "(betrieben vom Verein Antares)";
    font-size: 0.5em;
    font-weight: 100;
	/* margin-left: 10px; */
    display: block;
}



.mt-20 {
	margin-top: 20px;
}
.mt-50 {
	margin-top: 50px;
}


.latest-project {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	background-color: rgb(20,20,20);
	max-height: 400px;
}
.latest-project > a {
	display: block;
    overflow: hidden;
}
.latest-project img {
	display: block;
	width: 100%;
  	height: 100%;
	object-fit: cover;
	object-position: var(--pos, 50% 50%);
}