﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Dropdown Custom */

.big {
	font-size: 1.2em;
}

.small {
	font-size: .7em;
}

/* Custom dropdown */
.custom-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

	.custom-dropdown select {
		background-color: rgba(255, 106, 0, 0.25);
		color: #000000;
		font-size: inherit;
		padding: .5em;
		padding-right: 2.5em;
		border: 0;
		margin: 0;
		border-radius: 3px;
		text-indent: 0.01px;
		text-overflow: '';
		-webkit-appearance: button; /* hide default arrow in chrome OSX */
	}

	.custom-dropdown::before,
	.custom-dropdown::after {
		content: "";
		position: absolute;
		pointer-events: none;
	}

	.custom-dropdown::after { /*  Custom dropdown arrow */
		content: "\25BC";
		height: 1em;
		font-size: .625em;
		line-height: 1;
		right: 1.2em;
		top: 50%;
		margin-top: -.5em;
	}

	.custom-dropdown::before { /*  Custom dropdown arrow cover */
		width: 2em;
		right: 0;
		top: 0;
		bottom: 0;
		border-radius: 0 3px 3px 0;
	}

	.custom-dropdown select[disabled] {
		color: rgba(0,0,0,.3);
	}

		.custom-dropdown select[disabled]::after {
			color: rgba(0,0,0,.1);
		}

	.custom-dropdown::before {
		background-color: #ff6a00;
	}

	.custom-dropdown::after {
		color: rgba(0,0,0,.4);
	}
#galerie li {
	list-style-type: none;
	float: left;
}

#galerie img {
	width: 150px;
	height: 150px;
	display: block;
}

	#galerie img:hover {
		opacity: 0.5;
	}

.container .mycard li:hover {
	background-color: rgba(255, 106, 0, 0.25);
}

/* Für Kalender */
#external-events {
	position: fixed;
	z-index: 2;
	top: auto;
	left: auto;
	width: 150px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
	margin-top: auto
}



	#external-events .fc-event {
		cursor: move;
		margin: 3px 0;
	}

#calendar-container {
	position: relative;
	z-index: 1;
	margin-left: 200px;
}

#calendar {
	max-width: 100%;
	margin: auto;
}


/* Google Icon die Einstellungen erweitern! Siehe https://google.github.io/material-design-icons/ */
.label {
	background: #a9a3a3
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}

/* hamburger menu button */
.menu-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	/* border: 3px solid #fff ;*/
}

.menu-btn_burger {
	width: 40px;
	height: 6px;
	background: #a9a3a3;
	border-radius: 5px;
	/*box-shadow: 0 2px 5px rgba(255,101,47,.2);*/
	transition: all .5s ease-in-out;
}

	.menu-btn_burger::before,
	.menu-btn_burger::after {
		content: '';
		position: absolute;
		width: 40px;
		height: 6px;
		background: #a9a3a3;
		border-radius: 5px;
		/*box-shadow: 0 2px 5px rgba(255,101,47,.2);*/
		transition: all .5s ease-in-out;
	}

	.menu-btn_burger::before {
		transform: translateY(-14px);
	}

	.menu-btn_burger::after {
		transform: translateY(14px);
	}



/* Hamburger Animation */
.menu-btn.open .menu-btn_burger {
	transform: translateX(-40px);
	background: transparent;
	box-shadow: none;
}

	.menu-btn.open .menu-btn_burger::before {
		transform: rotate(45deg) translate(35px,-35px);
	}

	.menu-btn.open .menu-btn_burger::after {
		transform: rotate(-45deg) translate(35px,35px);
	}

.badge {
	background: rgba(0, 0, 0, 0.54);
}

.sidenav {
	height: 100%;
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: auto; /* Stay at the top */
	left: 0;
	background-color: #e48f34; /* Orange*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

	/* The navigation menu links */
	.sidenav a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #e5e5e5;
		display: block;
		transition: 0.3s;
		border-style: solid;
		border-width: thin;
		border-color: transparent;
	}

		/* When you mouse over the navigation links, change their color */
		.sidenav a:hover {
			background: rgba(232, 190, 132, 0.60);
			border-width: 2px;
			border-radius: 50px;
			border-bottom-color: rgba(255, 143, 5, 0.40);
			margin: 15px;
			/*border-color: #272727;*/
		}

	/* Position and style the close button (top right corner) */
	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
/*	transition: margin-left .5s;
	padding: 10px;*/
}

#menubtn {
	transition: margin-left .5s;
	padding: 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

		.sidenav a {
			font-size: 18px;
		}
}


.logo {
	max-height: 60px;
	max-width: 60px;
}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 0px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 60px; /* Vertically center the text there */
}

footer h5 {
	color: #DAA520;
}

footer a {
	color: #fff;
}

	footer a:hover {
		color: #DAA520;
	}

footer li:hover {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-decoration-color: #DAA520;
}



