.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}

@font-face {
    font-family: 'Tiresias PCfont Z';
    font-style: normal;
    font-weight: 400;
    src: url('../font/TIRESIAS PCFONTZ.TTF') format('truetype');
         
}

@font-face {
    font-family: 'Tiresias PCfont Z';
    font-style: normal;
    font-weight: 700;
    src: url('../font/TIRESIAS PCFONTZ Bold.TTF') format('truetype');
         
}

@font-face {
    font-family: 'Tiresias PCfont Z';
    font-style: italic;
    font-weight: 400;
    src: url('../font/TIRESIAS PCFONTZ Italic.TTF') format('truetype');
         
}


@media (min-width: 1200px) {
	div.container {
		max-width: 900px !important;
	}
}

* {
	font-family: 'Tiresias PCfont Z';
}
body {
	background-image: url(../media/hintergrund.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
li.active>a {
	pointer-events: none !important;
	cursor: default !important;
	background-image: linear-gradient(-45deg, #557ba5, #7eb6f4);
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
	border-top: 5px solid #7eb6f4;
	border-bottom: 5px solid #557ba5;
}

li.active {
	pointer-events: none;
	cursor: default;
}

.dropdown-item:focus {
	background: rgba(142, 201, 252, 0.5);

}

a.nav-link {
	transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 14px !important;
	border-radius: 10px;
	border-top: 5px solid #7eb6f400;
	border-bottom: 5px solid #557ba500;
}

.collapsing {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;

}


a.nav-link:hover {
	background: #557ba5 !important;
	border-color: transparent;
}

nav.navbar {
	margin: 0% 0%;
}

.image {
	object-fit: contain;
	max-width: 100%;
}

span {
	display: block;
}

.container {
	background: rgb(255 255 255) !important;
	border-radius: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	padding: 40px 40px !important;
	margin-top: 10%;
	margin-bottom: 170px;
}

.inner-container {
	display: flex;
	flex-direction: column;
}

.alert.alert-info {
	margin: 20px 80px;
}

img {
	max-width: 60%;
}

a.navbar-brand {
	width: 8%;
	margin-right: 0px;
	display: flex;
	text-align: center;
	color: white !important;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	flex-basis: 0;
	flex-shrink: 0;
}

a.navbar-brand>img {
	max-width: 25%;
}

nav#top-nav {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
	backdrop-filter: blur(8px) brightness(0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	padding: 0rem 2rem;
	background-color: #213141ab;
}

div#navbarCollapse {
	overflow: visible;
	margin: 20px;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	bottom: 0px;
	width: 100%;
	height: 130px;
	padding-left: 40px;
	background-color: #213141ab !important;
	backdrop-filter: blur(8px) brightness(0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

a.navbar-brand>span {
	margin-left: 40px;
}

div#inside-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	min-height: 100%;
	flex-wrap: nowrap;
	z-index: 2;
	position: relative;
}

html,
body {
	min-height: 100%;
	height: 100%;
}

div.inner-container>h1 {
	padding-bottom: 20px !important;
}

p.center {
	margin-top: 40px;
}

a.button {
	padding: 10px;
	border-radius: 10px;
	background: hsl(96 0% 43% / 1);
	font-size: x-large;
	display: inherit;
	text-decoration: none !important;
	color: white !important;
	width: fit-content;
	align-items: center;
}

a.nav-link>span>i {
	font-size: 26pt;
	vertical-align: middle;
	margin-right: 10px;
}

a.nav-link>span>svg {
	font-size: 26pt;
	vertical-align: middle;
	margin-right: 10px;
}

a.button:hover {
	background: hsl(95 0% 63% / 1);
}

a.button:focus {
	outline: 2px solid hsl(95 0% 63% / 1);
	outline-offset: 2px;
}

a.nav-link:focus {
	outline: 2px solid #557ba5;
	outline-offset: -6px;
}

div.inner-container>h1 {
	background-image: linear-gradient(-45deg, #557ba5, #7eb6f4);
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
	border-top: 5px solid #7eb6f4;
	border-bottom: 5px solid #557ba5;
	color: white !important;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 40px !important;
	align-items: center;
	display: flex;
}

li.nav-item {
	margin: 0px 2px;
}

hr {
	border: 1px solid #557ba5 !important;
	width: 100% !important;
}

a>svg {
	margin-right: 10px;
}

h1>svg {
	margin-right: 20px;
}

@media (max-width: 768px) {
	a.navbar-brand>img {
		max-width: 140%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	div.container#page {
		margin-top: 30%;
	}
}

@media (min-width:768px) {
	div#navbarCollapse {
		max-width: max-content;
	}
}

button.navbar-toggler:focus {
	outline: 2px solid #557ba5 !important;
}

div#my-video {
	min-height: 200px;
	max-height: 300px;
	width: auto;
}

div.vjs-remaining-time>span[aria-hidden="true"] {
	display: none;
}