@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/roboto-v50-latin-200.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/roboto-v50-latin-200italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v50-latin-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v50-latin-300italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v50-latin-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v50-latin-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v50-latin-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/roboto-v50-latin-600italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v50-latin-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v50-latin-700italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sintony-v17-latin-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/sintony-v17-latin-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Kunstlerschreibsch';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/KunstlerschreibschD-Med.otf') format('opentype'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/material-symbols-outlined-v303-latin-100.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/material-symbols-outlined-v303-latin-200.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/material-symbols-outlined-v303-latin-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-symbols-outlined-v303-latin-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/material-symbols-outlined-v303-latin-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/material-symbols-outlined-v303-latin-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/material-symbols-outlined-v303-latin-700.woff2') format('woff2'); 
}
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: 200;
}

html {
	--emMin: 14px;
	--emMax: 20px;
	--em: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));	
	--remMin: 10px;
	--remMax: 30px;
	--rem: calc(10px + (30 - 10) * (100vw - 320px) / (1920 - 320));	
	font-size: var(--remMin);
}

body {
  font-family: 'Roboto';
	font-weight: 300;
	--isLightRose: #fff3f6;
	--isGrey: #bababa;
	--isDarkGrey: #222222;
	--isBlue: #2B69A4;
	--isWhite: #ffffff;
	--isBlack: #101010;
	--maxWidth: 64em;
	--maxWidthBoxed: 48em;
	line-height: 1;
	font-size: var(--emMin);
	color: var(--isDarkGrey);
}

h1 {
	font-size: 2.4em;
	margin: 1em 0 .75em 0;
	font-weight: 200;
	line-height: 1.2;
}
h2 {
	font-size: 2em;
	margin: 1em 0 .75em 0;
	font-weight: 200;
	line-height: 1.2;
}
h3 {
	font-size: 1.5em;
	margin: 1.75em 0 1em 0;
	font-weight: 300;
	line-height: 1.3;
}
h4 {
	font-size: 1.25em;
	margin: 1.5em 0 1em 0;
	font-weight: 300;
	line-height: 1.4;
}
p, ol, ul {
	font-size: 1em;
	line-height: 1.5;
	margin: 1em 0;
	font-weight: 300;
}
p.isLarge {
	font-size: 1.25em;
	line-height: 1.4;
}
p.isXLarge {
	font-size: 1.8em;
	line-height: 1.3;
}
span.isBlue {
	color: var(--isBlue);
}
span.isKunstlerschreibsch {
  font-family: 'Kunstlerschreibsch';
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
a.button {
	display: inline-block;
	border: 1px solid var(--isDarkGrey);
	text-transform: uppercase;
	padding: .5em 1em;
	letter-spacing: .025em;
}
a.button:hover {
	background-color: var(--isLightRose);
}
section:nth-child(even) a.button:hover {
	background-color: var(--isWhite);
}
a.linkMail::before,
a.linkPhone::before {
	font-family: 'Material Symbols Outlined';
	font-weight: 200;
	display: inline-block;
	margin-right: .5em;
	vertical-align: top;
}
a.linkMail::before {
	content: '\e158';
}
a.linkPhone::before {
	content: '\e0b0';
}
.site-footer a.button {
	border: 1px solid var(--isWhite);
}
.site-footer a.button:hover {
	background-color: var(--isWhite);
	color: var(--isDarkGrey);
}

@media only screen and (min-width: 320px) {
	html {
		font-size: var(--rem);
	}
	body {
		font-size: var(--em);
	}
@media only screen and (min-width: 1920px) {
	html {
		font-size: var(--remMax);
	}
	body {
		font-size: var(--emMax);
	}
}

/* -------------------- First & Last Child -------------------- */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child, form:first-child, hr:first-child, table:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child, hr:last-child, table:last-child {
    margin-bottom: 0;
}