/*
Theme Name: Intranet
Author: fourplex GmbH
Author URI: https://fourplex.de
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*:focus {
	outline:none !important;
}

body {
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	color: var(--grey);
	font-size: 16px;
	line-height: 1.75em;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	    letter-spacing: 0.05em;
}

h1 {
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--red);
}

h2 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--red);
}

h3 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--red);
}


a {
	color: var(--darkgrey);
	text-decoration: none;
}

:root {
  --red: #801D17;
	--grey: #797979;
	--darkgrey: #484848;
	--softgrey: #f0f0f0;
	--black: #000;
}



.navigation-button {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-color: var(--black);
	color: #fff;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

.navigation-button i {
	font-size: 20px;
}

#stop-button {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-color: var(--red);
	color: #fff;
	display: inline-flex;
    justify-content: center;
    align-items: center;
	z-index: 100;
	display: none;
	
}

#header-video-wrapper {
	display: flex;
	justify-content: flex-end;
	padding: 40px;
	float: right;
}

#camera {
	display: none;
}

header {
	position: absolute;
	width: 100%;
	
	/*background: white;
	background-size: cover;*/
	
}

#header-wrapper {
	display: flex;
	justify-content: space-between;
	padding: 40px;	
}

#hero {
	height: 40vh;
	 background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
	display: flex; 
	justify-content: center;
	align-items: center;
	/*background-color: var(--softgrey);*/
	background-image: url('http://localhost:8888/intranetsilberhornclassics/wp-content/uploads/2022/07/silberhorn-classics-wellblech-1-scaled-1.jpg');
	
}

section {
		padding: 40px;
}

.inline {
	display: inline;
}

#divider {
	margin: 0px 5px;
	color: var(--red);
}

.icon {
	color: var(--red);
	width: 40px;
}

#facts {
	  /* display: grid;
    /*grid-template-columns: 1fr 1fr;*/
margin-top: 20px;

}


#posts {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
	background-image: url('https://silberhorn-classics.synology.me/wp-content/uploads/2022/04/csh-texture.jpg');
}

.post-image {
	width: 100%;
	/*height: 75%;
	object-fit: cover;*/
	border-radius: 20px 20px 0px 0px;
}

div.post {
	background-color: #fff;
	border-radius: 20px;
}

div.post:hover {
	background-color: var(--red);
	border-radius: 20px;
}

div.post:hover .text, div.post:hover .text h2, div.post:hover .text #divider {
	color:#fff;
}

div.text {
	padding: 20px;
	margin-top: -9px;
}

#search-container {
	position: absolute;
	width: 100%;
	background-color: var(--red);
	 display: flex;
    align-items: center;
    justify-content: center;
	font-family: museo-sans, sans-serif;
	display: none;
	
}

#search-container.active {
	display: flex;
}

#search-container h3 {
	color:#fff;
	margin-bottom: 20px;
}

#searchform input {
	 padding: 20px;
    border: 0px;
    border-radius: 20px;
	font-family: museo-sans, sans-serif;
 	-webkit-appearance: none;
 	-moz-appearance: none;
 	appearance: none;
	width: calc(100% - 40px);
	font-size: inherit;
}

input[type=submit] {
	background-color: #000;
	color: #fff;
	width: 100% !important;
	margin-top: 10px;
}



#start {
	height: 100vh;
	display: flex;
    justify-content: center;
    align-items: center;
	background-position: center; 
 	background-repeat: no-repeat; 
 	background-size: cover; 
   	background-image: url('https://silberhorn-classics.synology.me/wp-content/uploads/2022/07/silberhorn-classics-wellblech-1-scaled-1.jpg');
}

.search-wrapper h1, .search-wrapper p {
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.search-wrapper {
	width: 100%;
	padding: 40px;
}


video#qr-video {
	width: 100%;
	border-radius: 20px;

}

#video-container {
	height: 100px;
	position: absolute;
	padding: 40px;
	z-index: 0;
	
	/*background: white;
	background-size: cover;*/
}

#result-container {
	display: none;
	background: black;
}

.query, .query h1 {
	text-align: center;
	color: #fff;
}

.taxonomy {
	text-transform: capitalize;
}

.category {
	height: 25vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--black);
	color: #fff;
}

.category i {
	font-size: 50px;
	color: #fff;
}


.category h2 {
	color: #fff;
}

#motorrader {
	background-color: #111111;
}

.galerieSwiper {
	height: 50vh;
}

.galerieSwiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.swiper-pagination-bullet {
	background-color: #fff;
}