/**************************************************
Colors
**************************************************/
:root {
    /*gelb*/
    --main: #FFD700;
}
/**************************************************
General
**************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html {
    font-size: 20px;
    /*Sticky Footer*/
    height: 100%;
}
body {
    color: black;
    font-family: 'Poppins', Helvetica, sans-serif;
    background-color: white;
	font-size: 21px;
    line-height: 1.5;
}
body:not(#tinymce) {
	/*Sticky Footer*/
	display: flex;
	min-height: 100vh;
	margin: 0 auto;
	flex-direction: column;
}
.site header {
    /*background-attachment: fixed;
	background-image: url("/img/home_back.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	height: 100vh;
	position: relative;
}
header .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
}
.video-cover > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}
main {
    /*Sticky Footer*/
    min-height: 5em;
    flex: 1 0 auto;
}
a {
    color: var(--main);
    text-decoration: none;
    transition: color 150ms linear;
}
a:hover,
a:focus {
	color: var(--main);
    text-decoration: underline;
	transition: color 150ms linear;
}
p {
    margin-bottom: 1.5rem;
}
strong {
    font-weight: 700;
}
small {
    font-size: 0.8rem;
}
img {
    width: 100%;
    height: auto;
}
section {
    padding: 7rem 0;
}
[onclick] {
    cursor: pointer;
}
ul, ol {
    padding-left: 1.2rem;
}
li {
    padding: 0 0 0.25rem 0.25rem;
}
/**************************************************
Content
**************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 700;
    font-family: 'Poppins', Helvetica, sans-serif;
}
h1, .h1 {
    font-size: 6rem;
    margin-bottom: 0.5rem;
	line-height: 1.1;
}
.site h1, .site .h1 {
	color: white;
}
h2, .h2 {
    font-size: 4rem;
    margin-bottom: 1.75rem;
}
h3, .h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.data h3, .data .h3 {
    margin: 3rem 0 1rem 0;
}
h4, .h4 {
    font-size: 1.5rem;
}
.header-title {
	position: absolute;
	bottom: 3rem;
}
.header-title a {
	color: white;
	font-size: 1.5rem;
	font-weight: 500;
    transition: color 150ms linear;
}
.header-title a:hover,
.header-title a:focus {
	text-decoration: none;
	color: var(--main);
    transition: color 150ms linear;
}
a.scroll {
	display: none;
	position: fixed;
    z-index: 15;
    bottom: 1rem;
    right: 0;
    width: 4rem;
    height: 4rem;
    background-color: var(--main);
	text-align: center;
	transition: all 150ms linear;
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.25);
}
a.scroll i {
	color: black;
	font-size: 1.75rem;
	transition: all 150ms linear;
	padding-top: 1rem;
}
.yellow {
	color: var(--main);
}
.bg-yellow {
	background-color: var(--main);
}
.bg-yellow a {
	color: black;
	text-decoration: underline;
}
.bg-black {
	background-color: black;
	color: white;
}
.btn, .btn-primary {
    background-color: var(--main);
    padding: 0.75rem 1rem 0.85rem 1rem;
    text-align: center;
    transition: all 150ms linear;
    border: 0.15rem solid var(--main);
	border-radius: 0;
    color: black;
    font-weight: 700;
}
.btn:hover, .btn:focus,
.btn-primary:hover, .btn-primary:focus {
	background-color: black;
	transition: all 150ms linear;
    border: 0.15rem solid var(--main);
	color: var(--main);
}
.container-fluid {
	background-color: transparent;
	padding-right: 0;
	padding-left: 0;
}
/**************************************************
Navigation
**************************************************/
.data .navbar .container-fluid {
	background-color: black;
}
.navbar-collapse {
    justify-content: flex-end;
    margin-top: auto;
}
.navbar .container-fluid > .container {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;	
}
.navbar-nav {
	margin-top: calc(109px + 1.5rem);
}
.nav-item a {
    color: var(--font);
    font-weight: 500;
    text-decoration: none;
}
.nav-item a:hover,
.nav-item a:focus {
	color: var(--main);
	background-color: transparent;
}
.nav-item:hover,
.nav-item:focus {
    background-color: transparent;
}
.navbar-nav .nav-link.active {
    color: white;
}
.nav-item {
    padding: 0 1rem;
    position: relative;
}
.nav-item:first-of-type {
	padding-left: 0;
}
.nav-item:last-of-type {
	padding-right: 0;
}
.navbar-toggler {
	border: none;
	padding: 0;
	z-index: 15;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
	border: none;
	box-shadow: none;
	outline: none;
}
.navbar-toggler-icon, [aria-expanded="true"] .navbar-toggler-icon {
    background-image: none;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler-icon:after {
    content: '\F228';
    font-size: 3rem;
}
.navbar-toggler-icon:after, [aria-expanded="true"] .navbar-toggler-icon:after {
    font-family: bootstrap-icons;
    color: white;
    transition: color 150ms linear;
}
.navbar-toggler-icon:hover::after,
.navbar-toggler-icon:focus::after,
[aria-expanded="true"] .navbar-toggler-icon:hover::after, 
[aria-expanded="true"] .navbar-toggler-icon:focus::after {
    color: var(--main);
    transition: color 150ms linear;
}
.navbar {
	display: block;
	background-color: transparent!important;
	padding: 0;
}
.navbar-brand {
	z-index: 15;
}
.navbar-brand img {
	width: 6rem;
}
.navbar-collapse {
	background-color: black;
    z-index: 10;
    position: absolute;
    height: 100vh;
    top: 0;
    width: 100vw;
}
.navbar-collapse > .container {
	padding: 0;
}
.nav-item a {
	color: var(--font);
	font-weight: 700;
}
.navbar li {
	text-align: right;
}
.nav-item {
	font-size: 3.5rem;
	padding: 0;
	margin-bottom: 0;
}
.nav-link {
	padding: 0;
}
.nav-link:hover,
.nav-link:focus,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
	color: var(--main);
	transition: color 150ms linear;
}
/**************************************************
Skills
**************************************************/
#skills .accordion-header,
#career .accordion-header {
	margin-bottom: 2.5rem;
}
#skills .accordion-item,
#career .accordion-item {
	background-color: transparent;
	border: none;
	color: white;
}
#skills .accordion-body,
#career .accordion-body {
	padding: 0;
}
#skills .accordion-button,
#career .accordion-button {
	background-color: transparent;
    display: flex;
    padding: 0;
    color: white;
    justify-content: center;
    flex-direction: column;
	box-shadow: none;
	transition: color 150ms linear;
	margin-bottom: 1.5rem;
}
#skills .accordion-button[aria-expanded="true"],
#career .accordion-button[aria-expanded="true"] {
	border-bottom: 0.15rem solid white;
}
#skills .accordion-item:last-of-type .accordion-button.collapsed ,
#career .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#skills .accordion-button i,
#career .accordion-button i {
	background-color: white;
    color: black;
    font-size: 2.5rem;
    justify-content: center;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
	display: flex;
	align-items: center;
}
#skills .accordion-button:hover i,
#career .accordion-button:hover i,
#skills .accordion-button:focus i,
#career .accordion-button:focus i {
	background-color: var(--main);
	transition: color 150ms linear;
}
#skills .accordion-button:hover,
#career .accordion-button:hover,
#skills .accordion-button:focus,
#career .accordion-button:focus {
	/*border-bottom: 0.15rem solid var(--main);*/
	transition: color 150ms linear;
}
#skills .accordion-button:hover h3,
#skills .accordion-button:focus h3,
#career .accordion-button:hover h3,
#career .accordion-button:focus h3,
#skills .accordion-button:hover::after,
#skills .accordion-button:focus::after,
#career .accordion-button:hover::after,
#career .accordion-button:focus::after {
	color: var(--main);
	transition: color 150ms linear;
}
#skills .accordion-button h3
#career .accordion-button h3 {
	margin-bottom: 0;
}
#skills .accordion-button::after,
#career .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    content: '\F282';
    font-size: 3rem;
    background-image: none;
    font-family: bootstrap-icons;
	margin: 0.25rem 1.75rem 0.25rem 0;
	padding-bottom: 4rem;
}
#skills .accordion-button.collapsed::after,
#career .accordion-button.collapsed::after {
    content: '\F286';
}
#skills .accordion-button:not(.collapsed)::after,
#career .accordion-button:not(.collapsed)::after {
    transform: none;
}
#skills .accordion > .row > *,
#career .accordion > .row > * {
    margin-bottom: 1rem;
}
/**************************************************
Work
**************************************************/
#work .alle.row {	
    margin-right: calc(-.15 * var(--bs-gutter-x));
    margin-left: calc(-.15 * var(--bs-gutter-x));
}
#work .alle.row > *,
#work .alle.row > * > a > img {
	height: 12rem;
}
#work .alle.row > * {
	padding-right: calc(var(--bs-gutter-x) * .15);
    padding-left: calc(var(--bs-gutter-x) * .15);
	margin-bottom: 0.375rem;
	position: relative;
}
#work .alle.row > *::after {
	content: '\f302';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 3rem;
    color: white;
    position: absolute;
    z-index: 15;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#work .alle.row > *:hover::after {
	content: '';
}
#work .alle.row > * > a > img {
	object-fit: cover;
    object-position: center;
	filter: brightness(0.2);
	/*border: 0.15rem solid black;*/
	transition: all 150ms linear;
}
#work .alle.row > * > a > img:hover,
#work .alle.row > * > a > img:focus {
	filter: brightness(1);
	transition: all 150ms linear;
}
#work #filter {
    margin-bottom: 5rem;
}
#work a.filter {
    border: 0.15rem solid black;
    color: black;
    font-weight: 700;
    margin-right: 0.5rem;
    padding: 1rem;
    text-decoration: none;
	line-height: 4.375;
}
#work a.filter:hover,
#work a.filter:focus {
    background-color: black;
	color: var(--main);
}
/**************************************************
Footer
**************************************************/
footer {
    background-color: var(--main);
	padding: 2.5rem 0;
    /*Sticky Footer*/
    flex-shrink: 0;
}
.data footer {
	color: white;
    background-color: black;
	font-weight: 300;
}
footer > .container {
	display: flex;
	justify-content: space-between;
}
footer p {
	margin-bottom: 0;
}
footer a {
	color: black;
}
.data footer a {
	color: white;
	text-decoration: none;
    transition: color 150ms linear;
}
footer a:hover,
footer a:focus {
	color: black;
	text-decoration: underline;
}
.data footer a:hover,
.data footer a:focus {
	color: var(--main);
	text-decoration: none;
    transition: color 150ms linear;
}
/**************************************************
Formular
**************************************************/
#contact input.form-control,
#contact textarea.form-control {
    border: none;
	border-radius: 0;
	margin-bottom: 1.5rem;
}
#contact input.form-control {
	height: 2.75rem;
}
#contact textarea.form-control {
    min-height: 8rem;
}
#contact input.form-control:focus, 
#contact textarea.form-control:focus {
    color: black;
	background-color: var(--main);
}
#contact .social-media {
    display: flex;
	flex-wrap: wrap;
}
#contact .social-media a {
	background-color: var(--main);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
	width: 5rem;
	margin: 0 1rem 1rem 0;
	font-size: 2.5rem;
    border: 0.15rem solid var(--main);
}
#contact .social-media a:hover,
#contact .social-media a:focus {
	background-color: black;
	text-decoration: none;
    color: var(--main);
    border: 0.15rem solid var(--main);
}
#contact .address {
	margin-bottom: 4rem;
}
#contact h3 {
	color: var(--main);
}
/**************************************************
Responsive
**************************************************/
@media (max-width:1400px) {
	h1, .h1 {
		font-size: 5rem;
		line-height: 1.1;
		margin-bottom: 0.4rem;
	}
	.nav-item {
		font-size: 3.2rem;
	}
	h2, .h2 {
		font-size: 3.75rem;
	}
}
@media (max-width:1200px) {
	body {
		font-size: 20px;
	}
	section {
		padding: 5.75rem 0;
	}
	h1, .h1 {
		font-size: 4.75rem;
	}
	.nav-item {
		font-size: 3rem;
	}
	h2, .h2 {
		font-size: 3.25rem;
	}
	h3, .h3 {
		font-size: 2.25rem;
		margin-bottom: 1rem;
	}
	.header-title {
		bottom: 1.5rem;
	}
	#work .alle.row > *, #work .alle.row > * > a > img {
		height: 10rem;
	}
}
@media (max-width:992px) {
	body {
		font-size: 19px;
	}
    section {
        padding: 4.75rem 0;
    }
	h1, .h1 {
		font-size: 4rem;
		margin-bottom: 0.25rem;
	}
	h2, .h2 {
		font-size: 2.75rem;
		margin-bottom: 1.25rem;
	}
	h3, .h3 {
		font-size: 2rem;
		margin-bottom: 0.75rem;
	}
	.nav-item {
		font-size: 2.5rem;
	}
	skills h2.accordion-header,
	#career h2.accordion-header {
		margin-bottom: 0rem;
	}
	#work #filter {
		margin-bottom: 3rem;
	}
	#work .alle.row > *, #work .alle.row > * > a > img {
		height: 8rem;
	}
	a.scroll {
		width: 3rem;
		height: 3rem;
	}
	a.scroll i {
		font-size: 1.5rem;
		padding-top: 0.65rem;
	}
	footer {
		padding: 2rem 0;
	}
}
@media (max-width:768px) {
	body {
		font-size: 18px;
	}
    section {
        padding: 4rem 0;
    }
	.navbar-brand img {
		width: 4.5rem;
	}
	.nav-item {
		font-size: 2.25rem;
	}
	h1, .h1 {
		font-size: 3.25rem;
	}
	.header-title a {
		font-size: 1rem;
	}
	#contact fieldset,
	#contact .address {
		margin-bottom: 2.75rem;
	}
	footer > .container {
		display: block;
	}
}
@media (max-width:576px) {
   	html {
        font-size: 16px;
    }
    .container {
        padding-right: 5%;
        padding-left: 5%;
    }
	.navbar .container-fluid > .container {
		padding: 1rem 5%;
	}
	.navbar-collapse > .container {
		padding: 0 5%;
	}
	#work .alle.row > *, #work .alle.row > * > a > img {
		height: 7rem;
	}
	h1, .h1 {
		font-size: 3rem;
	}
	h2, .h2 {
		font-size: 2.25rem;
		margin-bottom: 0.75rem;
	}
	h3, .h3 {
		font-size: 1.75rem;
	}
	#work .alle.row > *::after {
		font-size: 2.5rem;
	}
	#contact .social-media {
		max-width: 65%;
	}
	.site header {
		height: 65vh;
	}
	.navbar-collapse {
		height: 65vh;
	}
	.data .navbar-collapse {
		height: 100vh;
	}
}