@font-face {
	font-family: 'Gudea-Regular';
	src: url('fonts/Gudea-Regular.ttf') format('truetype');
	
}

body {
	max-width: 800px;
	margin: auto;
	color: #463c3c;
	font-family: 'Gudea-Regular';
	font-size: 16px;
	line-height: 28px;
	padding-left: 16px;
	padding-right: 16px;
}
main {
	max-width: 750px;
	margin: auto;
	display: flex;
	flex-direction: row;
	padding-bottom: 50px;
}
footer {
	max-width: 750px;
	margin: auto;
	display: flex;
	flex-direction: row;
	padding-bottom: 50px;
	text-align: center;
}

article {
	text-align: left;
	width: 100%;
}

header {
	display: flex;
	align-items: center;
}

img {
	max-width: 100%;
}

figure {
	color: #463c3c;
	font-size: 12px;
	line-height: 20px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #463c3c;
	padding-top: 20px;
	padding-bottom: 10px;
}

nav a {
	text-decoration: none;
	color: #666666;
}
/*nav a:hover {
	color: #463c3c;
}*/

.Leftright {
	display: flex;
	flex-direction: row;
}
.Left {
	width: 300px;
	font-weight: bold;
}
.Right {
	padding-left: 3em;
}

menu {
	display: flex;
	flex-direction: column;

	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	line-height: 24px;
}

menu a{
	color: #3aaa35;
	text-decoration: none;
}
/*menu a:hover {
	color: #6f8c37;
}*/

h1 {
	color: #3aaa35;
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 50px;
	margin-top: 30px;
	text-align: center;
}
h2, h2 a {
	color: #3aaa35;
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 20px;
	margin-top: 50px;
	text-decoration: none;
}
h3, h3 a {
	color: #3aaa35;
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	text-decoration: none;
}
h4, h4 a {
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
	margin-bottom: 0;
	margin-top: 20px;
	text-decoration: none;
}
a {
	color: #3aaa35;
}
/*a:hover {
	color: #6f8c37;
}*/
ul {
	margin-bottom: 50px;
	padding-left: 1.2em;
	list-style-type: disc;
	list-style-position: outside;
}

blockquote {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 60px;
}
.Credits {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: right;
}
.Space {
	width: 16px;
	height: 16px;
}
@media only screen and (max-width: 790px) {
	.Leftright {flex-direction: column; }
	nav {flex-direction: column; text-align: center; }
	nav a {margin-bottom: 16px;}
	menu {text-align: center; margin-top: 0; padding: 0; }
	menu a {margin-bottom: 16px; }
	main {flex-direction: column-reverse; }
	header {flex-direction: column-reverse; }
	.Credits {position: relative; }
}


.datax {
	font-size: 10px;
}

/*ZUSÄTZLICHE ANWENDUNGEN*/

/*------------ ACCORDION CSS --------------------*/

.acc { width: auto; margin: 1em auto}
.acc .choice {
   display: grid;
   grid-template-columns: 9fr 1fr;
   grid-template-areas: "name action"
                        "panel panel";
}

.acc label:nth-child(odd) { grid-area: name;}
.acc label:nth-child(even) { grid-area: action;}
.acc .panel { grid-area: panel; }
.acc input[name="ac"] { display:none }

.acc .panel {
  margin: 0;
  height: 0;
  overflow:hidden;
  background-color: white;
  line-height: 1.5;
  padding: 0 2rem;
  box-sizing: border-box;
  transition: 0.5s;
}

.acc .panel p { margin-top:0 }

.acc input.open:checked~.panel {
  height: auto;
  padding: 2rem;
  transition: 0.5s;
}

.acc label {
  cursor: pointer;
  background-image:linear-gradient(to right, RGBA(255,255,255,0), RGBA(204,255,204,1)) ;
  border-bottom: 2px solid #fff;
  padding: 1em;
  width: 100%;
  font-weight: 400;
  font-size: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  color:#463c3c;
}
#tzu
{background-color:RGBA(204,255,204,1) !important;
font-size: 1.2em; color:#463c3c !important;
}

.acc input.open:checked ~ label { background-image: linear-gradient(to left, RGBA(255,255,255,0), RGBA(204,255,204,1)); }
.acc label:nth-child(odd)::after  { 
   content: "+";
   color: #463c3c;
   float:right;
   font-size: 1.2em;
   margin-top:0;
}
.acc input.open:checked ~ label:nth-child(odd)::after { content: ""; }
.acc input.open:checked ~ label.close::after { content: "– "; font-size: 1.2em; color:#463c3c;}




/*-------------READ MORE-------------------*/







/*------------- ACCORDION 2 -----------------------

.collapse-content {
  width: 50vw;
  margin: auto;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.collapse {
  background: #fff;
}

.collapse a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  color: #463c3c;
  position: relative;
}

.collapse a.lebensberatung {

  background-image: linear-gradient(to right, RGBA(254,106,106,0), RGBA(204,255,204,1));
}

.collapse a.coaching {
  background-image: linear-gradient(to left, RGBA(254,106,106,0), RGBA(204,255,204,1));
}

.collapse a.telberatung {
  background-image: linear-gradient(to right, RGBA(254,106,106,0), RGBA(204,255,204,1));
  }

.collapse a.kmanage {
  background-image: linear-gradient(to left, RGBA(254,106,106,0), RGBA(204,255,204,1));}

.collapse a.hypno {
  background-image: linear-gradient(to right, RGBA(254,106,106,0), RGBA(204,255,204,1));}
.collapse a.entspann {
  background-image: linear-gradient(to left, RGBA(254,106,106,0), RGBA(204,255,204,1));}
.collapse a.fasten {
  background-image: linear-gradient(to right, RGBA(254,106,106,0), RGBA(204,255,204,1));}
.collapse a.sonder {
  background-image: linear-gradient(to left, RGBA(254,106,106,0), RGBA(204,255,204,1));}
.collapse a.kosten {
  background-image: linear-gradient(to right, RGBA(254,106,106,0), RGBA(204,255,204,1));}
  
.collapse a:before {
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 25px;
  right: 30px;
}

.inner-content {
  padding: 1.8rem;
}

.content {
  max-height: 0em;
  transition: 0.3s linear 0s;
  overflow: hidden;
}

.collapse + .collapse a {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

h3 {
  margin-bottom: 15px;
}

.collapse:target .content {
  max-height: 150em;
}

.collapse:target a:before {
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .collapse-content {
    width: 80vw;
    margin: auto;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 425px) {
  body {
    line-height: 1.3;
  }
  .collapse-content {
    width: 80vw;
  }
  .inner-content {
    padding: 1.2rem;
  }
  .inner-content h3 {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 320px) {
  body {
    line-height: 1.3;
  }
  .collapse-content {
    width: 80vw;
  }
  .inner-content {
    padding: 0.8rem;
  }
  .inner-content h3 {
    margin-bottom: 0.3rem;
  }
}
*/ 

