@charset 'utf-8';

/* ¡Renormasaniset */
*, ::before, ::after {background-repeat: no-repeat; box-sizing: border-box;} html {-webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 3; -ms-hyphenate-limit-chars: 6 3 3; hyphenate-limit-chars: 6 3 3; -webkit-hyphenate-limit-lines: 3; -ms-hyphenate-limit-lines: 3; hyphenate-limit-lines: 3; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y: scroll;} body {background-color: transparent;} a,abbr,acronym,address,applet,section,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,input,kbd,label,legend,li,main,mark,menu,nav,object,ol,option,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video {margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;} section,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;} input {overflow: visible;} button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;} [type="checkbox"], [type="radio"] {padding: 0;} [type="search"] {-webkit-appearance: textfield; outline-offset: -2px;} textarea {overflow: auto; resize: vertical;} ::-webkit-input-placeholder {color: inherit; opacity: 0.4;} :-webkit-search-decoration {-webkit-appearance: none;} [hidden] {display: none;} audio, video {display: inline-block;} a {background-color: transparent; text-decoration:none } a, area, button, input, label, select, summary, textarea, [tabindex] {-ms-touch-action: manipulation; touch-action: manipulation;} ol,ul{list-style:none} blockquote,q{quotes:none} blockquote:after,blockquote:before,q:after,q:before{content:'';content:none} table{border-collapse:collapse;border-spacing:0} b,strong{font-weight:bold} em,i{font-style:italic} h1,h2,h3,h4,h5,h6{font-weight:400} button, input, select, textarea {font-family: inherit; font-size: inherit; line-height: inherit;} abbr[title]{text-decoration: underline; text-decoration: underline dotted; cursor:help;} img {border-style: none; -moz-user-select: text; -webkit-user-select: text; user-select: text; -moz-user-drag: none; -webkit-user-drag: none; user-drag: none;} svg {fill: currentColor;} svg:not(:root) {overflow: hidden;} 
/* Renormasaniset! */



:root {
--blau: 100,120,140;
--fontblau: 80,100,120;
--gruen: 130,200,60;
}



@font-face {
font-family: 'Sarala';
src: url("../fonts/Sarala-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Sarala';
src: url("../fonts/Sarala-Bold.woff") format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}


body {
font-family: 'Sarala', sans-serif;
font-size: 16px;
line-height: 1.5em;
background: rgb(var(--blau));
}

a {
transition: all 250ms ease-in;
}

::selection {
background: black;
color: white;
}

section {
padding: 1.5em 2em 3em 2em;
margin: 0 auto;
max-width: 40em;
background: white;
}

section#impressum {
color: rgba(255,255,255,.5);
background: transparent;
}

section p,
section > ul:not(.obj), 
section > ol:not(.obj) {
margin: 0 0 .5em 0;
}

section > *:not(.obj) > li {
margin: 0 0 .25em 0;
}

section > *:not(.obj) > li {
padding-left: 1.25em;
text-indent: -1.25em;
}

section > ul:not(.obj) > li:before {
content: '» ';
display: block;
float: left;
width: 1.25em;
color: rgb(var(--gruen));
}

section > ol:not(.obj) {
counter-reset: liste;
list-style-type: none;
}

section > ol:not(.obj) > li:before {
counter-increment: liste;
content: counter(liste) ".";
display: block;
float: left;
width: 1.5em;
color: rgb(var(--gruen));
}

section img {
max-width: 100%;
margin: .5em 0;
}

section a {
color: inherit;
border-bottom: .1em solid rgb(var(--gruen));
}

section#impressum a {
border-bottom-color: inherit;
}

section a:hover {
color: rgb(var(--gruen));
border-bottom-color: transparent;
}

section a:active {
border-bottom-color: rgb(var(--gruen));
}

section h1 {
font-size: 1.8em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .1em;
color: rgb(var(--fontblau));
margin: 0 0 .5em -.025em;
}

section h1 span,
.gruen {
color: rgb(var(--gruen));
}

section h2 {
font-weight: bold;
color: rgb(var(--fontblau));
padding: 0 0 .4em 0;
border-bottom: .1em solid rgb(var(--fontblau));
margin: 1.5em 0 .8em 0;
}

section:not(#impressum) h2:first-child {
padding: 0;
border-bottom: none;
margin-top: 0;
}

section#impressum h2 {
color: rgba(255,255,255,.5);
border-bottom-color: rgba(255,255,255,.5);
}

section h3,
section h4 {
font-weight: bold;
}

blockquote {
padding: 1em 1em .75em 1em;
color: rgb(var(--fontblau));
background: rgba(var(--blau),.1);
margin: 2em 0;
}

blockquote p:first-child cite,
blockquote p.bold {
font-weight: bold;
}

blockquote p + p:last-child cite {
font-weight: normal;
}

blockquote span {
display: inline-block;
width: 3em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .1em;
font-size: .8em;
line-height: 1;
margin: 0 .5em 0 0;
}


/* ############# Screens bis 768px ############# */
@media only screen and (max-width: 768px) {

  section {
  padding: .75em 1em 1em 1em;
  }

  section p {
  -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
  }
  
  section blockquote p {
  -webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
  }

}
