	/* 24-02-2021 */

	/* normalize */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

	/* basics */

@font-face {
	font-family: Satisfy-Regular;
	font-style: regular;
	font-weight: 400;
	src: url(../font/Satisfy-Regular.ttf) format('truetype');
	}
@font-face {
	font-family: Raleway-Regular;
	font-style: regular;
	font-weight: 400;
	src: url(../font/Raleway-Regular.ttf) format('truetype');
	}	
body {
	margin: 0;
	padding: 0;
	color: #30302e;
	background: #edece7;
	background: linear-gradient(135deg, #f9f6e4, #d3d1c3 80%, #b6b3a0);
	font: 1em/1.2 Helvetica, Arial, Geneva, sans-serif;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: Satisfy-Regular;	
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
	color: #9f9b84;
	}
h1 { font-size: 3em; margin: 0 0 1em; } /* 48px */
h2 { font-size: 2em; margin: 1em 0; } /* 36px */
h3 { font-size: 2em; margin: 1em 0; }
h4 { font-size: 2em; margin: 1em 0; }
h5 { font-size: 2em; margin: 1em 0; }
h6 { font-size: 2em; margin: 1em 0; }
#name {
	font-family: Satisfy-Regular;	
	text-align: center;
	font-size: 1.5em;
	margin: 1em 0 0;
	transform:rotate(-1deg);
	}
#teilen-mit {
	text-align: center;
	font-family: Satisfy-Regular;
	font-size: 2em;
	color: #9f9b84;
	margin: 1em 0;
	}
#kontakt {
	font-family: Satisfy-Regular;
	text-align: center;
	font-size: 1.5em;
	color: #fff;	
	margin: 2em;
	}
b {	
	}
p {
	font-family: Raleway-Regular;
	color: #30302e;
	margin: 0 0 1.5em;
	line-height: 1.5;
	}
hr {
	height: 0;
	margin-top: 4em;
	margin-bottom: 0em;
	border: 0;
	border-top: 1px solid #ddd;
	clear: left;
	}
table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	}
th, td {
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
	}
a,
a:link {
	color: #fff;
	text-decoration: underline;
	}
a:visited,
a:focus,
a:hover,
a:active {
	color: #9f9b84;
	text-decoration: underline;
	}

	/* layout */
	
.container {
	max-width: 55em;
	margin: 0 auto;
	background-color: #fff;
	}
.header {
	color: #fff;
	background: #b6b3a0;
	background: linear-gradient(135deg, #9f9b84, #b6b3a0, #d3d1c3);
	padding: 2em 0;
	}
.header-heading {
	margin: 0;
	color: #fff;
	transform:rotate(-1deg);
	}
.nav-bar {
	background: transparent;
	padding: 0;
	text-align: center;
	}
.content {
	padding: .5em 1em;
	}
.footer-social {
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.footer-social li {
	list-style: none;
	display: inline;
	margin: 0em;
	padding: 0em;
	line-height: 1.75em;
	}
.footer-social a {
	color: #fff !important;
	display: block;
	padding: 1em;
	text-decoration: none;
	text-align: center;
	}	
.footer {
	color: #fff;
	background: transparent;
	padding: 2em 0;
	text-align: center;
	}
.footer a:link,
.footer a:visited {
	color: #9f9b84;
	text-decoration: none;
	}
.footer a:focus,
.footer a:hover,
.footer a:active { 
	color: #b6b3a0;
	text-decoration: none;
	}

	/* nav */
	
.nav {
	margin: 0;
	padding: 0;
	}
.nav li {
	list-style: none;
	display: inline;
	margin: .2em 0;
	padding: 0;
	line-height: 1.5em;
	}
.nav a {
	color: #fff !important;
	display: block;
	padding: 1em .5em;
	text-decoration: none;
	text-align: center;
	}
.nav a:link,	
.nav a:visited { 
	background:#b6b3a0;
	color: #fff !important; 
	}
.nav a:focus,
.nav a:hover,
.nav a:active {
	background:#d3d1c3;
	color: #fff !important;		
	transition: background 350ms ease;
	}

	/* dropdown */

.tab {
	position: relative;
	margin-bottom: 1px;
	width: 100%;
	color: #fff !important;
	overflow: hidden;
	}
.tab-nr {
	background: #fff;
	color: #9f9b84;
	}	
input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	}
label {
	position: relative;
	display: block;
	margin: 0;
	padding: .5em 1.5em .5em 1em;
	background:#9f9b84;
	background:linear-gradient(135deg, #9f9b84, #b6b3a0);
	font-weight: regular;
	line-height: 1.8em;
	cursor: pointer;
	font-variant: small-caps; 
	font-size: 1.1em;
	}
.tab-content {
	max-height: 0;
	padding: 0 0 0 .5em;
	margin: 0 0 .5em 0;
	overflow: hidden;
	color: #fff;
	background:linear-gradient(135deg, #b6b3a0, #d3d1c3);
	-webkit-transition: max-height 350ms;
	-o-transition: max-height 350ms;
	transition: max-height 350ms;
	}
.blue .tab-content {
	background:#d3d1c3;
	}
.tab-content p {
	margin: 0.5em;
	color: #fff;
	}
.tab-content a {
	text-decoration: underline;
	color: #fff;	
	}
.tab-content a:hover {
	color: #f9f6e4;
	transition: color 350ms;
	}
	
	/* dropdown *//* :checked */
	
input:checked ~ .tab-content {
	max-height: 10em;
}
	/* dropdown *//* Icon */
	
label::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
}
input[type=checkbox] + label::after {
	content: "+";
}
input[type=radio] + label::after {
	content: "\25BC";
}
input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}

	/* single styles */
	
.img-responsive {
	max-width: 100%;
	}
.btn,
.btn-f,
.btn-t,
.btn-w,
.btn-e {
	color: #fff !important;
	background-color: #d3d1c3;
	display: inline-block;
	padding: .5em 1em;
	margin: .25em 0;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 0em;
	text-decoration: none;
	}
.btn-f {
	color: #fff !important;
	background-color: #3b5998 !important;
	}
.btn-t {
	color: #fff !important;
	background-color: #1da1f2 !important;
	}
.btn-w {
	color: #fff !important;
	background-color: #25D366 !important;
	}
.btn-e {
	color: #fff !important;
	background-color: #a9a9a9 !important;
	}
.btn:hover,
.btn:focus,
.btn:active {
	color: #fff !important;
	}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	}
.list-unstyled {
	padding-left: 0;
	list-style: none;
	}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
	}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	}

	/* wider screen */
	
@media (min-width: 42em)
	{	
h1 { font-size: 5.5em; margin: 0 0 1em; } /* ca 90px */
h2 { font-size: 3em; margin: 1em 0; } /* ca 48px */
h3 { font-size: 2em; margin: 1em 0; }
h4 { font-size: 2em; margin: 1em 0; }
h5 { font-size: 2em; margin: 1em 0; }
h6 { font-size: 2em; margin: 1em 0; }
.header {
	padding: 5em 3em 4em;
	margin: 0;
	}
#name {
	font-size: 2em;
	}
.btn {
	border-radius: .2em;
	}	
.nav-bar {
	padding: 3em 1em 1em;
	line-height: 3.75em;
	}
.nav li	{
	display: inline;
	margin: 0.25em;
	}
.nav a {
	display: inline;
	padding: 1em;
	border-bottom: 0;
	}	
.content {
	padding: 2em 3em;
	}
.footer-social {
	line-height: 2em;
	margin: 1em 0 2em;
	}	
.footer-social li	{
	display: inline;
	padding: 0.75em 1.25em;
	}
.footer-social a {
	display: inline;
	padding: 0.75em 1.25em;
	}
.footer {
	padding: 1em;
	margin: 1em 0 3em;
	}
	}