/*
-----------------------------------------------
		www.margitennen.de
	 by www.mkreuzer.de
	and www.lichtsignale.de
----------------------------------------------- */


/*		R E S E T
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	font-feature-settings: "liga" 0, "clig" 0;
	-moz-font-feature-settings: "liga" 0, "clig" 0;
	-ms-font-feature-settings: "liga" 0, "clig" 0;
	-o-font-feature-settings: "liga" 0, "clig" 0;
	-webkit-font-feature-settings: "liga" 0, "clig" 0;
}

html {
	height: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}


/*		W E B F O N T S
----------------------------------------------- */

@font-face {
	font-family: "Chap ME";
	src: url("fonts/chap-regular.eot");
	src: url("fonts/chap-regular.eot?#iefix") format("embedded-opentype"),
		url("fonts/chap-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chap ME";
	src: url("fonts/chap-regular-italic.eot");
	src: url("fonts/chap-regular-italic.eot?#iefix") format("embedded-opentype"),
		url("fonts/chap-regular-italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Amb ME";
	src: url("fonts/l1_amb-ita-2_std_ws_z01-2224b70f.woff2");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Amb ME";
	src: url("fonts/l1_amb-dem-2_std_ws_z01-ec11a69e.woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


/*		B A S I C S
----------------------------------------------- */

body {
	color: #23506e;
	background: #f4f0ec;
	font-family: "Chap ME", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.025em;
	text-align: left;
}

*:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

a:link, a:visited {
	color: #23506e;
	text-decoration: none;
}

a:hover, a:active {
	color: #c94d42;
}

#content a:link, #content a:visited {
	border-bottom: 1px solid #23506e;
}

#content a:hover, #content a:active {
	border-bottom-color: #c94d42;
}

hr {
	border: none;
	border-top: 1px solid #c94d42;
}

#wrapper {
	margin: 10px 15px 0 15px;
}

audio {
	width: 100%;
	display: block;
}


/*		H E A D E R
----------------------------------------------- */

#mobilenav {
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	cursor: pointer;
}

#mobilenav svg {
	width: 30px;
	height: auto;
	fill: #23506e;
}

#mobilenav:hover svg {
	fill: #c94d42;
}

nav {
	position: fixed;
	z-index: 200;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	background: #23506e;
}

nav ul {
	margin-top: 50px;
}

nav li {
	list-style: none;
	margin: 0 0 11px 45px;
}

nav li a {
	display: block;
}

nav a:link, nav a:visited {
	color: #f1efe4;
	text-decoration: none;
}

nav a:hover, nav a:active {
	color: #c94d42;
}

nav #active a:link, nav #active a:visited {
	color: #c94d42;
	border-bottom: 1px solid #c94d42;
	cursor: default;
	display: inline;
}

#closer {
	margin: 7px auto 0 auto;
	width: 30px;
	cursor: pointer;
}

#closer svg {
	width: 30px;
	height: auto;
	fill: #f1efe4;
}

#closer svg:hover {
	fill: #c94d42;
}

h1 {
	font-family: "Amb ME", Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 24px;
	letter-spacing: 0;
	position: relative;
	z-index: 10;
	margin-left: 25%;
	margin-top: 5px;
	transition: margin-left ease-in-out 0.5s;
}

h1 span {
	display: inline-block;
}

#h1 {
	margin-left: 30px;
}

#h2 {
	font-family: "Amb ME", Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
}

#h3 {
	margin-left: 44px;
	margin-top: 8px;
}

h1 a:link, h1 a:visited {
	color: #d6a733;
}

h1 a:hover, h1 a:active {
	color: #c94d42;
}

h2 {
	color: #c94d42;
	font-weight: 400;
	text-align: right;
	line-height: 1.35;
	width: 50%;
	margin-top: 10px;
	transition: width ease-in-out 0.5s;
}

#logo {
	width: 100px;
	position: absolute;
	z-index: 500;
	right: 15px;
	top: 45px;
	transition: all ease-in-out 0.5s;
}


/*		M A I N
----------------------------------------------- */

#heroimage {
	margin-top: 50px;
}

main {
	margin: 25px 0;
	position: relative;
	z-index: 100;
}

#intro {
	margin-bottom: 25px;
}

#intro p {
	color: #23506e;
	font-size: 80%;
	letter-spacing: 0.04em;
	line-height: 1.45;
	text-transform: uppercase;
	margin-left: 30px;
}

#intro h3 {
	color: #c94d42;
	font-family: "Amb ME", Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 0.01em;
	margin: 20px 0;
}

#content {
	margin-bottom: 50px;
	margin-left: 30px;
}

#content h4 {
	color: #c94d42;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.02em;
	margin-bottom: 11px;
}

#content p {
	margin-bottom: 11px;
}

#content blockquote {
	color: #c94d42;
	font-style: italic;
	margin-bottom: 11px;
}

#content blockquote:before {
	content: "—";
	display: block;
}

#content blockquote:after {
	content: "—";
	display: block;
}

#finalquote {
	color: #c94d42;
	font-style: italic;
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}

#finalquote:before {
	content: "„";
	font-family: "Amb ME", Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	display: block;
	color: #23506e;
	font-size: 100px;
	line-height: 22px;
	position: relative;
	top: -55px;
}

#extra {
	color: #c94d42;
	margin-bottom: 25px;
	padding-top: 50px;
	position: relative;
	z-index: 100;
}

#extra a:link, #extra a:visited {
	color: #c94d42;
	text-decoration: none;
}

#extra a:hover, #extra a:active {
	color: #23506e;
}


/*		F O O T E R
----------------------------------------------- */

footer {
	color: #23506e;
	border-top: 1px solid #c94d42;
	padding: 11px 0 22px 30px;
	position: relative;
	z-index: 100;
}

#impressum {
	margin-bottom: 22px;
}

#dot {
	position: absolute;
	z-index: 5;
	left: -50%;
	width: 120%;
	margin-top: -75vw;
	transition: all ease-in-out 0.5s;
}


/*		R E S P O N S I V E
----------------------------------------------- */

@media screen and (min-width: 400px) {

h1 {
	margin-left: 25%;
}

h2 {
	width: 180px;
}

}


@media screen and (min-width: 500px) {

h1 {
	margin-left: 20%;
}

#dot {
	left: -60%;
	width: 120%;
	margin-top: -75vw;
}

}


@media screen and (min-width: 600px) {

nav li {
	margin-left: 105px;
}

#logo {
	width: 125px;
	z-index: 500;
	right: 45px;
	top: 60px;
}

main, #extra {
	margin-left: 30px;
}

#intro p, #content {
	margin-left: 60px;
}

footer {
	padding-left: 90px;
}

#dot {
	left: -50%;
	width: 100%;
	margin-top: -65vw;
}

}


@media screen and (min-width: 700px) {

body {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.025em;
}

#mobilenav {
	width: 40px;
}

#mobilenav svg {
	width: 40px;
}

#closer {
	margin: 7px auto 0 auto;
	width: 40px;
}

#closer svg {
	width: 40px;
}

h1 {
	font-size: 70px;
	line-height: 45px;
	margin-left: 145px;
	margin-top: -10px;
	position: relative;
}

#h1 {
	margin-left: 60px;
}

#h3 {
	margin-left: 73px;
	margin-top: 12px;
}

h2 {
	width: inherit;
	display: inline-block;
}

#logo {
	width: 150px;
	z-index: 500;
	right: 45px;
	top: 60px;
}

#intro p {
	font-size: 70%;
	letter-spacing: 0.04em;
	line-height: 1.45;
}

#intro h3 {
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0;
	margin: 25px 0;
}

#content h4 {
	font-size: 30px;
	line-height: 1.35;
	letter-spacing: 0;
	margin-bottom: 11px;
}

#content p, #content blockquote {
	margin-bottom: 15px;
}

#finalquote {
	font-size: 30px;
	letter-spacing: 0;
	margin-bottom: 30px;
}

#finalquote:before {
	font-size: 200px;
	line-height: 50px;
	position: relative;
	top: -95px;
}

#extra {
	margin-bottom: 50px;
}

footer {
	padding: 10px 0 30px 90px;
}

#dot {
	left: -50%;
	width: 120%;
	margin-top: -75vw;
}

}


@media screen and (min-width: 960px) {

#wrapper {
	margin-left: 30px;
	margin-right: 30px;
}

#mobilenav {
	display: none;
}

header {
	margin-top: 30px;
}

header::after {
	content: "";
	clear: both;
	display: table;
}

nav {
	position: relative;
	z-index: 1000;
	left: inherit;
	top: inherit;
	width: inherit;
	height: inherit;
	display: block !important;
	background: transparent;
	float: right;
}

nav ul {
	margin-top: 0;
}

nav li {
	margin: 0;
}

nav li a {
	display: inline;
}

nav a:link, nav a:visited {
	color: #23506e;
	text-decoration: none;
}

nav a:hover, nav a:active {
	color: #c94d42;
}

#closer {
	display: none !important;
}

h2 {
	margin-top: 0;
}

#logo {
	width: 150px;
	position: absolute;
	z-index: inherit;
	right: calc(50% - 75px);
	top: 50px;
}

#intro {
	width: 33%;
	float: left;
	margin-left: 0;
}

#intro p, #intro h3 {
	margin-left: 0;
}

#intro h3 {
	margin: -15px 0 25px 0;
	position: relative;
}

main {
	margin-left: 0;
}

#content {
	margin-left: 35%;
	margin-right: 10%;
	position: relative;
	top: -3px;
}

#finalquote {
	margin-left: 10%;
	margin-right: 10%;
}

#dot {
	position: fixed;
	left: -20%;
	bottom: 200px;
	width: 50%;
	margin-top: 0;
}

#extra {
	margin-left: 30%;
}

footer {
	padding-left: 0;
	font-size: 80%;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

#impressum {
	width: 150px;
	margin-bottom: 0;
	float: left;
}

#name {
	width: 75px;
	margin-left: 35%;
}

#beruf {
	float: left;
	margin-left: 45%;
	position: relative;
	top: -40px;
}

#adresse {
	width: auto;
	float: right;
	position: relative;
	top: -40px;
}

}


@media screen and (min-width: 1260px) {

#logo {
	width: 200px;
	right: calc(50% - 100px);
	top: 50px;
}

#wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

}


@media screen and (min-width: 1400px) {

#dot {
	position: fixed;
	left: inherit;
	right: 70%;
	right: calc(50% + 300px);
	bottom: 350px;
	width: 42%;
	margin-top: 0;
}

}