

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
  font-family: "Computer Modern Bright";
  background: #f4f4f4;
}
noscript{ 
  color: rgb(0, 68, 0); 
  background-color: #fc1b1b;  /*   white */
}
.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

/*-------------------------------------------------------------------------*/
/* Headings */
/* px=rem(18/16 = 1.125) */

h1 {
  font-family:serif;
  font-size: 6rem;
  color: #67cce5; /* #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: center;  
}

h2 {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: 4rem;
  color: #e06e0b /* #e06e0b; black; #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: right;  
  padding-bottom:0.1rem;
}
h3 {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: 2rem;
  color: #e06e0b; /* #34495E; */
  line-height: 1;
  font-weight: bold;			
  text-align: right;  
  padding-top:2rem;
  padding-bottom:1rem;
}
h4 {
  font-size: 1.4rem;
  color: #e06e0b; /* black; #34495E; */
  line-height: 1.2;
  text-align: left;  
  padding-top:0.9rem;
  padding-bottom:0.1rem;
}
h5 {
  font-size: 1.4rem;
  color: #e06e0b; /* black; #34495E; */
  line-height: 1.2;
  text-align: right;  
  padding-top:0.9rem;
  padding-bottom:0.1rem;
}

/*-------------------------------------------------------------------------*/
/* HEADER */

header {
  margin-left: 10%; 
  position: fixed;
  width: 80%; 
	/* float:left; */
	background: #e06e0b;
	top:0;
  z-index: 10000;
}

.logo {
  /* font-family: "sans serif";  */
	/* font-family: "Computer Modern Upright Italic"; */
  /* font-weight: bold; */
  font-size: 1.6rem;
	display:block;
	width:100%;
	padding:0.5em;
	text-decoration:none;
  font-weight: bold;
	color:white;
}

nav {
	width:100%;
	float:left;
	background:#e06e0b;
	height:0;
	overflow:hidden;
	transition:height .2s ease-in-out;
  font-size: 1.1rem;
}

nav ul {
	list-style-type: none;
}

nav li {
	float:left;
	width:100%;
}

nav a {
	display:block;
	height:100%;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:white;
	border-top: 1px solid rgba(0,0,0,0.2);
}

header a:hover {
	color:black;
	/* background:rgba(0,0,0,0.2); */
}
nav a:hover {
	color:black;
	/* background:rgba(0,0,0,0.2); */
}

nav ul li ul.dropdown{
    min-width: 10%; /* Set width of the dropdown */
    background: #fc9520;
    display: none;
    position: absolute;
    z-index: 999;
}
nav ul li:hover ul.dropdown{
    display: block;
}
nav ul li ul.dropdown li{
    float:none;
    display:list-item;
	height:50px;
}

.nav-toggle {
	background:#e06e0b;
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:1em;
	color:white;
	cursor:pointer;
	text-decoration:none;
}

.nav-toggle:hover {
	background:rgba(0,0,0,0.4);
}

#nav-open:target .nav-closed {
	display:block;
}

.nav-closed,
#navi-closed:target .nav-closed,
#nav-open:target .nav-open {
	display:none;
}
  
/*-------------------------------------------------------------------------*/
/* Sections */
section {
  margin-left: 10%; 
  width: 80%;
  /* border: 1px solid grey; */
  /* height: 700px; */
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 80px 5% 20px 5%;
  background: #f4f4f4;
  text-align: justify;
  /* font-family: sans-serif; */
  /* box-shadow: 0 0 8px 0px #292929; */
  clip-path: inset(0px -15px 0px -15px);
}

/*-------------------------------------------------------------------------*/
/* BANNER */
section.Banner {
  padding: 50px 0px 0px 0px;
  background: #f4f4f4;
  border-bottom: 5px solid #e06e0b;
}

img.Banner{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  padding-top:0px;
}
/*-------------------------------------------------------------------------*/
/* EINLEITUNG */
section.Einleitung {
  margin-left: 10%; 
  width: 80%;
  padding: 50px 10%x 60px 10%;
  background-color: white;
  font-size: 1.2rem;
  border-bottom: 5px solid #e06e0b;
}
.ein {
    z-index: 10;
}
.alignerein {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
a.aein {
	text-decoration:none;
	color:#e06e0b;
}
/*-------------------------------------------------------------------------*/
/* ERFAHRUNGSRÄUME */
section.Erfahrungsräume {
  background-color: #a5a5a5;/* #f7f2e6; */
}
p.er {
  padding: 50px 10%x 60px 10%;
  font-size: 1.2rem;
}

div.ref{
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}
div.refere{
  width: 100%;
  height: auto;
  margin: 00px 0px 20px 0px ;
  padding:0px ;
}
img.ref_img{
  margin: 00px 10px 00px 0px ;
  float:right;
  padding:0px 00% 0px 0%;
  width: 17%;
  height: auto;
}
div.ref_txt {
  left: 10%;
  height: auto;
  margin: 0px ;
  padding:0px 19% 0px 0%;
}

section.subscri {
  padding: 10px 5% 30px 5%;
  display: flex;
  justify-content: center;
  height:100%;
  background-color: #a5a5a5;
  border-bottom: 5px solid #e06e0b;
}
 
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 370px;
  background-color: #f39200;
}
.email {
  width: 370px;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}
.name {
  width: 370px;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

/*-------------------------------------------------------------------------*/
section.workshops {
  margin-left: 10%; 
  width: 80%;
  padding: 50px 10%x 60px 10%;
  background-color: white;
  font-size: 1.2rem;
  border-bottom: 5px solid #e06e0b;
  text-align: right;
}
img.flyer{
  display: inline;
  margin-right:auto;
  width: 60%;
  height: auto;
  padding-top:0px;
}

/*-------------------------------------------------------------------------*/
/* QUESTIONER */
section.quest {
  margin-left: 15%; 
  width: 70%;
  padding: 50px 10%x 60px 10%;
  background-color: white;
  font-size: 16px;
}
/*-------------------------------------------------------------------------*/
/* BEZIEHUNGSARBEIT */
section.Beziehungsarbeit {
  background-color: white;
  text-align: right;  
	/* background: #f7b751; f49e13; */
  border-bottom: 5px solid #e06e0b;
}
img.orga{
  margin-left:10px;
  float:right;
  padding-right: 0%;
  width: 17%;
  height: auto;
}
p.ero {
  font-size: 1.2rem;
}
div.orgad {
  left: 10%;
  height: auto;
  margin: 0px 20% 0px 10px;
  padding:0px;
}
.flex-container {
  margin-left: 8%;
}
.flex-container > div {
  width: 870px;
  height: auto;
  line-height: 1.2;
}
.flex-container > div input[type="radio"] { 
  display: inline-block;
  vertical-align:middle; 
  margin: 0; 
  width: 30px;  
  text-align: center;
}

/*-------------------------------------------------------------------------*/
/* Impressum */
section.Impressum {
  background-color: white;
	list-style-type: disc;
}
h2.imp {
  font-family:HelveticaProBlack,Helvetica,Impact,Arial,sans-serif;
  font-size: 2rem;
  color: black; /* #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: left;  
}
.e-mail:before {
    content: attr(datasite) "\0040" attr(contact);
    unicode-bidi: bidi-override;
    direction: rtl;
}
.addr:before {
    content: attr(datasite) "\0020" attr(contact);
    unicode-bidi: bidi-override;
    direction: rtl;
}
ul.lix {
	list-style-type: disc;
}
li.lixx {
	margin:0px 0px 0px 30px;
}


/*-------------------------------------------------------------------------*/
footer {
  margin-left: 10%; 
  width: 80%;
  padding: 50px 10%x 60px 10%;
  display: block;
  margin-right: auto;
  height: auto;
  background: #7c7c7b;
  /* box-shadow: 0 0 8px 0px #292929; */
  clip-path: inset(0px -15px 0px -15px);
}
footer h2 {
  padding: 30px 00px 00px 80px;
  font-size: 4rem;
  color: #e06e0b; /* #34495E; */
  line-height: 1;
  font-weight: bold;
  text-align: left;  
}
footer p {
  padding: 00px 00px 00px 80px;
  font-size: 1rem;
  text-align: left;  
  color: #e06e0b; /* #34495E; */
}
img.eulogo{
  display: block;
  padding-left: 9%;
  width: 40%;
  height: auto;
}

/*-------------------------------------------------------------------------*/
@media screen and (max-width: 1290px) {
  h2 {font-size: 1.8rem; padding-bottom:0rem;}
  h3 {font-size: 1.4rem;}
  h4 {font-size: 1.1rem;}
	#nav-open:target nav {
		height:410px;
	}
  section {
    padding: 80px 20px 10px 20px;
    margin-left: 0%; 
    width: 100%; 
  }
  section.quest{
    padding: 80px 20px 10px 20px;
    margin-left: 0%; 
    width: 100%; 
  }
  header {
    margin-left: 0%; 
    width: 100%; 
  }
  section.Einleitung {
    padding: 30px 20px 10px 20px;
    margin-left: 0%; 
    width: 100%; 
  }
  .flex-containerttc > div {
    margin: 10px 0px 10px 0px;
  }
  p.er {
    padding: 50px 5px 60px 5px;
    font-size: 1.1rem;
  }
  footer {
    padding: 40px 00px 10px 20px;
    margin-left: 0%; 
    width: 100%; 
  }
  footer h2 {
    padding: 30px 00px 00px 00px;
    font-size: 2rem;
  }
  footer p {
    padding: 00px 00px 00px 00px;
  }
}
@media screen and (min-width:1291px) {
	.nav-toggle {display:none !important;}
	.logo {
		width:auto;
		float:left;	
	}
	nav {
		float:right;
		width:auto;
		display:block !important;
		height:auto;
	}
	nav li {
		width:auto;
		padding:0;	
	}
}
/* @media screen and (min-width: 1000px) {
  section {
    padding: 120px 20px 10px 20px;
  margin-left: 15%; 
  width: 70%;
  }
section.Banner {
  padding: 120px 0px 0px 0px;
  background: #f4f4f4;
  border-bottom: 5px solid #e06e0b;
}
  section.quest{
    padding: 120px 20px 10px 20px;
  margin-left: 15%; 
  width: 70%;
  }
  header {
  margin-left: 15%; 
  width: 70%;
  }
  section.Einleitung {
    padding: 120px 20px 10px 20px;
  margin-left: 15%; 
  width: 70%;
  }
 */

/*-------------------------------------------------------------------------*/
@font-face {
	font-family: "Computer Modern Bright";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/cmunbmr.eot') format("embedded-opentype"), url('../fonts/cmunbmr.woff') format("woff"), url('../fonts/cmunbmr.ttf') format("truetype"), url('../fonts/cmunbmr.svg') format("svg");
}
@font-face {
	font-family: "Computer Modern Bright";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/cmunbbx.eot') format("embedded-opentype"), url('../fonts/cmunbbx.woff') format("woff"), url('../fonts/cmunbbx.ttf') format("truetype"), url('../fonts/cmunbbx.svg') format("svg");
}
@font-face {
	font-family: "Computer Modern Bright";
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/cmunbmo.eot') format("embedded-opentype"), url('../fonts/cmunbmo.woff') format("woff"), url('../fonts/cmunbmo.ttf') format("truetype"), url('../fonts/cmunbmo.svg') format("svg");
}
@font-face {
	font-family: "Computer Modern Bright";
	font-style: italic;
	font-weight: bold;
	src: url('../fonts/cmunbxo.eot') format("embedded-opentype"), url('../fonts/cmunbxo.woff') format("woff"), url('../fonts/cmunbxo.ttf') format("truetype"), url('../fonts/cmunbxo.svg') format("svg");
}
@font-face {
	font-family: 'Computer Modern Upright Italic';
	src: url('../fonts/cmunui.eot');
	src: url('../fonts/cmunui.eot') format('embedded-opentype'),
		 url('../fonts/cmunui.woff') format('woff'),
		 url('../fonts/cmunui.uif') format('truetype'),
		 url('../fonts/cmunui.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}
