@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	line-height: 17px;

}
body
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 10vh;
}
.navigation
{
	display:flex;
	justify-content: center;
	align-items: center;
}
.navbutton
{
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(96, 247, 119, 0.8);
	background: #262c37;
	letter-spacing: 2px;
	font-size: 16px;
	transition: 0.5s;	
}
a:hover
{
	color: rgba(225, 235, 46, 0.8);
}
a span
{
	display: block;
	position: absolute;
	background: #2894ff
}
p
{
	display: relative;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
}
.eingang
{
	display: relative;
	position: center;
	justify: center;
}
.description
{
	display: block;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}
li
{
	list-style: none;
}
.end
{
	font-size: 20px;
	font-weight: bold;
}
.pic
{
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	bg-color: rgb(68,68,68);
}
.footer {
	justify-content: center;
	align-items: center;
	bottom: 10px;
	position: fixed;
}
.impressum
{
	text-align: center;
}
.implink
{
	display: flex;
	position: absolute;
	display: inline-block;
	color: rgba(96, 247, 119, 0.8);
	background: #262c37;
	letter-spacing: 2px;
	font-size: 16px;	
}
/* Test Theme-Switch */
:root {
        --global-bg-color: rgb(68,68,68);
        --global-font-family: Verdana, sans-serif;
        --global-text-color: #ddd;
        --global-link-color: rgb(22, 180, 93);
        --global-link-hover: lightblue;
        --global-theme-toggle-bg: rgb(68,68,68);
        --global-theme-toggle-content: '';
      }

      html {
        background: var(--global-bg-color);
        font-family: var(--global-font-family);
        color: var(--global-text-color);
		transition: all 1s;
      }

      a {
        color: var(--global-link-color);
        text-decoration: none;
        font-weight: 700;
		transition: all 1s;
      }

      a:hover {
        color: var(--global-link-hover);
      }

      html[data-theme='dark'] {
        --global-bg-color: rgb(68,68,68);
        --global-text-color: #ddd;
        --global-link-color: yellow;
        --global-link-hover: lightyellow;
        --global-theme-toggle-bg: rgb(68,68,68);
        --global-theme-toggle-content: '';
      }

      .theme-toggle {
        position: fixed;
        right: 20px;
        top: 20px;
        background: var(--global-theme-toggle-bg);
        padding: 10px;
        border-radius: 5px;
        font-size: 0.8rem;
        font-weight: 700;
        cursor: pointer;
      }

      .theme-toggle::after {
        content: var(--global-theme-toggle-content);
      }
.bild
{
	align:center;
}
.whgdescr
{
	position: relative;
	text-align: center;
}

.container
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 40px 0;
}

.container .card
{
	position: relative;
	min-width: 450px;
	height: 500px;
	box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
				inset -5px -5px 15px rgba(255,255,255,0.1),
				5px 5px 15px rgba(0,0,0,0.3),
				-5px -5px 15px rgba(255,255,255,0.1);
	border-radius: 10px;
	margin: 30px;
}

.container .card .box
{
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: #2a2b2f;
	border: 2px solid #1e1f23;
	border-radius: 10px;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container .card .box .content
{
	padding: 20px;
	text-align: center;
}

.container .card .box .content h3
{
	font-size: 1.8em;
	color: rgba(255,255,255,0.05);
	z-index: 1;
	transition: 0.5s;
}
.container .card .box .content p
{
	font-size: 16px;
	font-weight: 300;
	color: rgba(255,255,255,0.5s);
	z-index: 1;
	transition: 0.5s;
}

.gbh1
{
	display:block;
	position: relative;
	text-align: center;
}
