@charset "UTF-8";
/* CSS Document */

/* Schrift nach google-Vorlage eingebunden */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  src: url('fonts/jost-latin-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 100 900;
  src: url('fonts/jost-latin-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Jost', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif'; 
	font-style: normal;
	font-weight: 100 900;
	src: url('fonts/jost.eot'), url('fonts/jost-latin-400-normal.woff') format('woff'), url('fonts/Jost-VF.ttf') format('truetype'), url('fonts/Jost-400-Book.otf') format('opentype');
}

html {
	scroll-behavior: smooth;
}

	
body {
	font-family: 'Jost';
	font-style: normal;
	margin: 0; 
	padding: 0;
}

/* Schriftformate */
h1 {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

h2 {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 0;
	max-width: 600px;
}

h3 {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 24px;
	margin-bottom: 0;
	max-width: 600px;
}

h4 {
	font-family: 'Jost';
	font-style: normal;
	src: url('fonts/jost-latin-italic.woff2') format('woff2');
	font-weight: 400;
	font-size: 17.5px;
	margin-top: 12px;
	margin-bottom: -7px;
	max-width: 600px;}

p {
	font-family: 'Jost';
	font-style: normal;
	font-size: 18px;
	font-weight: 400;
	line-height: 126%;
	letter-spacing: 0.5px;
	max-width: 600px;
	margin-top: 8px;
}

ul {
	list-style-type: disc;
	max-width: 560px;
}


.nav-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 16px;
}

.header {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 120%;
	background-color: #FFFFFF;
	color: #000000;
}


nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 1rem 0;
}

nav a { 
	color: #000000;
	text-decoration: none;
}

nav a:hover { 
	color: #000000;
}

.mail a {
	color: #0030FF;
	display: inline-block;
 	position: relative;
}

.mail a:hover{
	color: #0030FF;
}

.mail a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #0030FF;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.mail a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.main-container {
	max-width: 1280px;
	margin: 0px auto;
	padding: 0px 16px;
}


.fullwidth-img img {
	display: block;
	width: 100%;
    height: auto;
}

.footer-container{
	max-width: 1280px;
	margin: 0px auto;
	padding: 16px;	
	align-content: center;
}

.footer-container p{
	margin: 0px auto;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.6px;
}

.footer-container a {
	text-decoration: none;
	display: inline-block;
 	position: relative;
}

.footer-container a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #0030FF;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.footer-container a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.footer-container a:visited { 
	color: #0030FF;
}

.imprint-container {
	max-width: 600px;
	margin: 0px auto;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 126%;
	letter-spacing: 0.5px;
}

.imprint-container a {
	color: #0030FF;
	text-decoration: none;
	margin: 2rem auto;
	padding: 0px 0;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.5px;
}

.imprint-container a:visited { 
	color: #0030FF;
}

.imprint-container a:hover {
	color: #0030FF;
	text-decoration: none;
	margin: 2rem auto;
	padding: 0px 0;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.5px;
}

.contactcard {
	width: 110px;
	padding-top: 2rem;
	margin: 0.5rem auto;
}


.contactcard p{
	text-align: center;
}

.contactcard a{
	color: #0030FF;
}

.contactcard img {
	display: block;
	width: 110px;
	border-radius: 500%;
}

.contactcard:hover img {
	rotate: 60deg;
}

.imprintbild img {
	display: block;
	width: 100%;
    height: auto;
	max-width: 600px;
	min-width: 200px;
	margin: 0.5rem auto;
}

@media (max-width: 768px) {
	nav {
		flex-direction: column;
		align-items: flex-start;
	}

	nav a {
		margin: 0rem 0 0 0;
	}
	
	.footer-container p{
	max-width: 768px;
	font-size: 10px;
	}
	
}

@media (max-width: 768px) and (orientation: portrait) {
	.fullwidth-img {
	height: 65vh;
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    background-color: #F9F3EA;
  	overflow: hidden;
	}
	
	.fullwidth-img img {
		transform: scale(2.0);
		transform-origin: center;
	}
	
}

@media (max-width: 768px) and (orientation: landscape) {
	.fullwidth-img {
	height: auto;
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    background-color: #F9F3EA;
  	overflow: hidden;
	}
	
	.fullwidth-img img {
		transform: scale(1.4);
		transform-origin: center;
	}
	
}

