@charset "UTF-8";
/* CSS Document */

/* ======================================================
	1. Kalibrierung und allgemeine Styles
   ====================================================== */

/* Kalibrierung der wichtigsten Abstände
-----------------------------------------*/
* { padding: 0; margin: 0; font-size: 100%; vertical-align: baseline;}
p, ul, ol {margin-bottom: 0.5em; max-width: 98%; }


/* Allgemeine Selektoren
-----------------------------------------*/
html { height: 101%; }							/* erzwingt Scrollbar in Firefox und Safari */
body {
	background-color: #fbfdcf;
	background-image: url(../images/bgr5.png);
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 200%;
	font-weight: normal;
}
h2 {
	font-size: 160%;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
}
h3 {
  color: #A00D59;
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 2.5em;
}
h4 {
  color: #a00d59;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0.5em;
}
h5 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 1em;
}

label,
legend {
	font-size: 90%;
	font-weight: normal;
}
ul li {
	list-style: none;									/* Mit list-style-image werden die Aufzählungszeichen	*/
	background-image: url(../images/listimage.gif);		/* in jedem Browser mit unterschliedlichen Abständen	*/
	background-repeat: no-repeat;						/* angezeigt, deshalb hier die Variante mit				*/
	background-position: 0 1px;							/* background-image.									*/
	padding-left: 15px;									/* Abstand nach Aufzählungszeichen */
	margin-left: 5px;									/* Abstand von links für Listenelemente */
}
address {
}
hr {
  background-color: #FFFFFF;
  border: 0 none;
  height: 20px;
  opacity: 0.1;
}
th {
	font-size: 0.95em;
	color: #333333;
  text-align: left;
  font-weight: normal;
  background-color: #dddddd;
  padding-left: 5px;
}

/* Hyperlinks allgemein
-----------------------------------------*/
a { 
	text-decoration: none;
}
a:link {
	color: #0044DD; /*#a00d59*/
}
a:visited { 
	color: #0044DD;
}
a:hover,
a:focus {
	background-color: #ffffdd;
	font-weight: normal;
}
.no_deco,
.no_deco:link,
.no_deco:hover,
.no_deco:focus {
	text-decoration: none;
	background-color: transparent;
	border: none;
}

/* Allgemeine Klassen und IDs
-----------------------------------------*/
/*Cookie-Hinweis*/
.cc-window {
	padding: 15px !important;
}
.cc-message, cc-btn {
	font-size: 0.75rem !important;
	font-weight: 100 !important;
	line-height: 1.1rem !important;
}
.cc-btn {
	font-size: 0.8rem !important;
	padding: 2px !important;
	font-weight: 100 !important;
	border-width: 1px !important;
	border-color: white !important;
}
.skiplink {
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	overflow: hidden;
	display: inline;
}
.float_left {
	float: left;
	width: auto;
	margin-right: 40px;
	margin-bottom: 20px;
}
.float_right {
	float: right;
	width: auto;
	margin-left: 40px;
	margin-bottom: 20px;
}
.back_link {
	position: absolute;
	top: 35px;
	right: 60px;
}
.shadow {
	box-shadow: 0 0 10px -5px #111111;
}
#h {
	visibility: hidden;
	display: none;
}


/* ======================================================
	2. Styles für die Layoutbereiche
   ====================================================== */

#wrapper {
	position: relative;
	color: #111111;
	background-color: #FFF;
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
	box-shadow: 0px 0px 12px 0px #333333;
	opacity: 0.9;
}
#top {
  background-image: url("../images/bgr3.png") , url("../images/headerbild2.png");
  background-position: left center, right center;
  background-repeat: repeat-y, no-repeat;
  background-size: 60% auto, 500px auto;
}
#logo {
	position: relative;
	padding: 50px 25px;
	z-index: 20;
}
#logo img {
  width: 450px;
  height: auto;
}
#topblock {
  background-color: #0044aa; /*0b1754*/
  border-radius: 0 0 100px 0px;
  box-shadow: 0 0 12px -3px #333333;
  height: 615px;
  left: 2em;
  position: absolute;
  top: 135px;
  width: 13em;
  z-index: 10;
  opacity: 0.9;
}

/*Toggle menue */
#toggle-menue, .menue-button {
	display: none;
}

#nav1 {
	text-align: right;
	padding: 20px 20px 10px 0;
	background-image: url(../images/bgr2.png);
	background-repeat: repeat;
	background-position: right;
}
	#nav1 ul {
	}
	#nav1 li {
		display: inline;
		padding: 0 10px;
	}
	#nav1 a {
		color: #ffffff;
	}
	#p_index #nav11 a,
	#p_support #nav12 a {
		font-weight: bold;
	}

#wrapper2 {
	position: relative;
	min-height: 880px;
  background-image: url("../images/bgr3.png");
  background-position: left center;
  background-repeat: repeat-y;
  background-size: 100% auto; 
}

#nav2 {
	position: relative;
  float: left;
  margin: 0 2em;
  padding: 20px 0 50px;
  width: 13em;
  z-index: 20
}
	#nav2 ul li {
		display: block;
		list-style-type: none;
		background-image: none;
		margin: 35px 0 0;
		padding-left: 0;
		font-size: 150%;
	}
	#nav2 ul ul li {
		display: block;
		list-style-type: none;
		background-image: none;
		margin: 5px 0;
		padding-left: 0;
		font-size: 100%;
	}
	#nav2 a {
		display: block;
		padding: 5px 0 5px 10px;
		color: #eee;
	}
	#nav2 a:hover,
	#nav2 a:focus {
		color: #ff0;
  		}
	#p_kurs00 #nav211 a,
	#p_diplome #nav212 a,
	#p_firmenseminare #nav213 a,
	#p_privatstunden #nav214 a,
	#p_quiz #nav215 a,
	#p_philosophie #nav221 a,
	#p_team #nav222 a,
	#p_standorte #nav223 a,
	#p_referenzen #nav224 a,
	#p_agb #nav225 a {
		color: #ff0;
		font-weight: bold;
		letter-spacing: 0.7px;
	}


#right {
  float: right;
  letter-spacing: -0.01em;
  padding: 40px 5px 10px;
  position: relative;
  width: 14.5em;
}
#aktuell {
	margin-bottom: 35em;
}
#aktuell h3 {
	display: none;
}
.newsbox {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 2px;
}
#footer {
}
#footer img {
  max-width: 100%;
}
.mehr {
  position: relative;
  text-align: right;
  top: -12px;
}
#main {
	position: relative;
	padding: 15px 40px 15px 20px;
	margin: 0 15em 0 17em;
    border-right: 1px solid #0044aa;
	min-height: inherit;
	font-size: 1.1em;
}


/* ======================================================
	3. Styles pro Seite
   ====================================================== */

/* index.php
-----------------------------------------*/
#fbdesktop {
	display: inline;

	}
#fbmobile {
	display: none;
	}


/* kursangebot.php
-----------------------------------------*/
#filterform {
	line-height: 3em;
}
.filterarea {
  float: left;
  margin: 0 0 10px;
  width: 100%;
}
*.filterarea .filterfeld {
  border-color: #999;
  border-radius: 0 !important;
  border-style: groove;
  border-width: 1px;
  background-color: #fff;
  box-sizing: border-box;
  color: #a00d59;
  cursor: pointer;
  height: 30px !important;
  margin: 0 !important;
  padding: 5px;
}
#downloadarea {
  float: right;
  width: auto;
}
#downloadarea a {
  margin-left: 20px;
}

/*nicht benutzt zurzeit
#downloadarea .download {
  background-image: url("../images/pdf-icon.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-shadow: 3px 3px 5px -3px #999;
  color: #000;
  cursor: pointer;
  font-size: 0.9em;
  height: 30px;
  padding: 0 5px 0 35px;
  text-align: left;
  vertical-align: middle;
}
#downloadarea .download:hover,
#downloadarea .download:focus {
  background-image: url("../images/pdf-icon.png"), linear-gradient(-12deg, #a00d59, #fff 43%, transparent);
  box-shadow: 3px 3px 5px -3px #666;
}
*/

#kurstabelle {
	width: 100%;
	margin-top: 10px;
}
#kurstabelle th {
  background-color: #EEEEEE;
  border-bottom: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  color: #666666;
  font-size: 100%;
  font-weight: normal;
  padding: 0 0 0 6px;
  text-align: left;
}
#kurstabelle tr:hover,
#kurstabelle tr:focus {
	background-color: #fbfdcf;
	cursor: pointer;
}
#kurstabelle td {
	padding: 5px 6px;
}


/* kursbeschreibung.php
-----------------------------------------*/
#bt_anmelden {
  color: #A00D59;
  float: right;
  height: 25px;
  margin-right: 20px;
  width: 145px;
}

/* anmeldeformular.php / quiz.php
-----------------------------------------*/
#aform {
	min-width: 520px;
	max-width: 700px;
}
#aform fieldset {
	float: left;
	border: 0;
	padding: 2%;
	width: 45%;
}
#aform .formfeld {
	margin-bottom: 15px;
	width: 100%;
}
#aform .formfeld label {
	display: block;
	float: left;
	min-width: 55px;
	width:22%;
	margin: 7px 0;
}
#aform .formfeld input, textarea {
  background-color: #ffffee;
  border-radius: 3px 3px 3px 3px;
  border-width: 1px;
  color: #A00D59;
  padding: 2px;
  width: 72%;
}
#aform .formfeld input:hover, textarea:hover,
#aform .formfeld input:focus, textarea:focus {
  background-color: #ffffaa;
}
#aform #lab_bemerkungen {
	float:none;
	width: auto;
	margin-top: 150px
}
#aform #bemerkungen {
	height: 122px;
	width: 90%;
}
#aform .kursinfo {
	color: #A00D59;
}
#software {
  float: left;
  width: 100%;
}
#software .checkset {
    float: left;
    margin-right: 20px;
}
#software #ms, #software #apple {
  display: inline-block;
  padding-right: 80px;
}
#software .check {
    padding: 5px 0;
}
#software .check input {
    margin-right: 5px;
}
.zustellung input {
  margin-bottom: 10px;
  position: relative;
  top: 2px;
}
.zustellung label {
    left: 10px;
    position: relative;
}

.submit {
  margin-top: 40px;
  display: inline-block;
}

/* referenzen.php
-----------------------------------------*/

#refblock {
    display: inline-block;
}
.refcol {
    float: left;
    min-width: 170px;
    width: 33%;
}
.refbox {
  background-color: white;
  box-shadow: 0 0 5px #333;
  box-sizing: border-box;
  color: #666;
  display: block;
  margin: 15px 9px;
  padding: 15px;
  position: relative;
}
.refbox img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.refbox p {
    color: #333;
    /*font-size: 1.0rem;*/
}
.refbox footer {
    color: #666 !important;
}
.refinter {
	display: block;
	margin: 0px 0px 15px 0;
	text-align: right;
	color: #a00d59;
}

/*
a.refbox:hover {
    background: rgba(0,0,0,0.5);
	color: black !important;
}
a.refbox:hover .refinter {
  color: white;
  display: inline;
  font-size: 21px;
  position: absolute;
  top: 40px;
  left: 20px;
} 
a.refbox:hover p, a.refbox:hover footer {
	color: black !important;
} 
a.refbox:hover img {
	position: relative;
	left: -9999px;
}
*/



/* team.php
-----------------------------------------*/
.team {
	display: table;
	float: left;
	width: auto;
	margin: 15px 70px 30px 0px;
	height: 310px;
}
.pic_team {
	opacity: 0.9;
}
.pic_team:hover {
	opacity: 1;
}
.bt_email {
	font-size:0.8em;
}
.person {
  margin: 20px 0 0;
  font-size: 18px;
}
.funktion {
  font-size: 12px;
}


