/* reset */
* { 
	border-radius: 0;
	border-width: 0;
	box-sizing: border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}



/* vars */
:root {
	--small: 0.5rem;
	--letter: 1rem;
	--line: 1.5rem;
	--header: 2.5rem;
	--title: 3.5rem;
	--large: 3rem;
	--xlarge: 4.5rem;
	--xxlarge: 6rem;
}

@font-face {
    font-display: swap;
	font-family: mosterei;
	font-style: normal;
	font-weight: 400;
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-Regular.eot');
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Regular.woff') format('woff'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Regular.ttf') format('truetype');
}
@font-face {
    font-display: swap;
	font-family: mosterei;
	font-style: normal;
	font-weight: 700;
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-Bold.eot');
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Bold.woff2') format('woff2'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Bold.woff') format('woff'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Bold.ttf') format('truetype');
}
@font-face {
    font-display: swap;
	font-family: mosterei;
	font-style: italic;
	font-weight: 400;
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-Italic.eot');
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Italic.woff2') format('woff2'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Italic.woff') format('woff'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-Italic.ttf') format('truetype');
}
@font-face {
    font-display: swap;
	font-family: mosterei;
	font-style: italic;
	font-weight: 700;
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-BoldItalic.eot');
    src: url('/wp-content/themes/mosterei/fonts/RethinkSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-BoldItalic.woff') format('woff'),
        url('/wp-content/themes/mosterei/fonts/RethinkSans-BoldItalic.ttf') format('truetype');
}



/* tags */
a {
	text-decoration: underline;
}
a:link,
a:visited {}
a:focus,
a:hover,
a:active {}
strong a {
	border: 1px solid;
	letter-spacing: 0.1em;
	padding: var(--small) var(--line);
	text-decoration: none;
	text-transform: uppercase;
}
address {
	font-style: normal;
	margin-bottom: var(--line);
}
body {
	font-family: mosterei, sans-serif;
	font-weight: 400;
}
button,
input[type="submit"] {
	background-color: transparent;
	border: 1px solid;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: var(--small) var(--line);
	text-transform: uppercase;
	width: auto;
}
em {
	font-style: italic;
}
fieldset {
}
figure {
	margin-bottom: var(--line);
}
form {}
h1 {
	font-size: var(--title);
	font-weight: 700;
	line-height: 1;
	margin-bottom: var(--line);
}
h2 {
	font-size: var(--header);
	font-weight: 700;
	line-height: 1;
	margin-bottom: var(--line);
}
h3 {
	font-size: var(--line);
	font-weight: 700;
	margin-bottom: var(--line);
}
h4 {
	font-weight: 700;
}
input {
	border: 1px solid;
	display: block;
	padding: var(--letter);
	width: 100%;
}
input[type="checkbox"] {
	appearance: none;
	display: inline-block;
	height: var(--line);
	margin-right: var(--small);
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: var(--line);
}
input[type="checkbox"]:checked {
	background-color: #000;
}
label {
	display: block;
}
label.checkbox {
	display: inline-block;
}
li {}
ol {
	list-style: decimal inside;
	margin-bottom: var(--line);
}
p {
	margin-bottom: var(--line);
}
select {
	appearance: none;
	background-color: transparent;
	border: 1px solid;
	display: block;
	padding: var(--letter);
	width: 100%;
}
strong {
	font-weight: 700;
}
textarea {
	border: 1px solid;
	display: block;
	height: 12rem;
	padding: var(--letter);
	resize: vertical;
	width: 100%;
}
ul {
	list-style: none inside;
	margin-bottom: var(--line);
}



/* classes */
.invisible {
	display: inline-block;
	height: 0;
	overflow: hidden;
	width: 0;
}
.teaser {
	font-weight: 700;
	text-transform: uppercase;
}
.widget { /* gibs nich mehr */
	margin-bottom: var(--line);
}
.widget.widget-submit { /* gibs nich mehr */
	margin-bottom: 0;
	margin-top: var(--line);
}
p.error {
	font-weight: 700;
	margin-bottom: 0;
}
input.error,
select.error,
textarea.error {
	border-width: 3px;
}
.splash-clip img {
	clip-path: url(#clip-path);
}
.honeypot {
	display: none;
}
.wpcf7-list-item:first-child {
	margin: 0;
}
.twocols {
	display: flex;
	gap: var(--small);
}
.twocols .col {
	flex-basis: 50%;
	flex-grow: 1;
	flex-shrink: 1;
}
.twocols .col:first-child {
	flex-basis: 20%;
}



/* ids */
#header a,
#footer a {
	text-decoration: none;
}
#main ul li {
	padding-left: var(--line);
	/*text-indent: calc(0 - var(--line));*/
}
#main ul li::before {
	content: "—";
	display: inline-block;
	text-indent: calc(0px - var(--line));
	width: 0; /* var(--line);*/
}
#intro strong {
	font-size: var(--line);
	font-weight: normal;
}
#footer svg#splash-clip {
	flex-basis: 0;
	height: 0;
	width: 0;
}
