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

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/SourceSansPro-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/SourceSansPro-Black.ttf") format("truetype");
}

* {
	padding:0px;
	margin:0px;
}


body {
	background:#c8e3f6;
}


/* div's */

#wrapper {
	position:relative;
	background:url(../images/bg_wrapper.png) no-repeat;
	width:1140px;
	height:945px;
	margin:0 auto;
}

#header {
	position:relative;
	width:1140px;
	height:200px;
}

#logo {
	position:relative;
	float: left;
	width:220px;
	height:50px;
	padding:105px 0px 0px 90px;
}

#top-menu {
	position:relative;
	float: left;
	width:600px;
	height:50px;
	padding:137px 0 5px 85px;
}

#top-menu, #top-menu a {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#046d21;
	text-decoration:none;
}

#top-menu a:hover {
	text-decoration:underline;
}

#top-menu .active {
	color:#94c600;
}

#top-sub-menu {
	position:relative;
	float: left;
	width:600px;
}

#top-sub-menu, #top-sub-menu a {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:400;
	color:#046d21;
	text-decoration:none;
}

#top-sub-menu a:hover {
	text-decoration:underline;
}

#top-sub-menu .active {
	color:#94c600;
}

.sub-seminare {
	padding-left: 48px;
}

.sub-coaching {
	padding-left: 118px;
}

#top-arrows {
	position:relative;
	background:url(../images/arrows.jpg) no-repeat;
	width:9px;
	height:9px;
}

.arrows-seminare {
	margin-left:74px;
}

.arrows-coaching {
	margin-left:188px;
}

#picture {
	position:relative;
	background:url(../images/bg_picture.jpg) no-repeat;
	width:1010px;
	height:320px;
	margin:0 auto;
}

#content {
	position:relative;
	width:990px;
	padding:0px 90px;
}

#menu {
	position:relative;
	float:left;
	width:280px;
	height:320px;
	padding:20px 0px 0px 0px;
}

#menu ul {
	padding-top: 10px;
}

#menu li {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#00712a;
	list-style-type:none;
	line-height: 2;
	border-bottom: 1px dotted #c7ddc6;
}

#menu li a {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	color:#00712a;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu .active {
	color:#94c600;
}

#right {
	position:relative;
	float:left;
	width:685px;
	height:320px;
	padding:20px 0px 0px 25px;
}

#menu_impressum {
	position:relative;
	float:left;
	width:280px;
	height:320px;
	padding:340px 0px 0px 0px;
}

#right_impressum {
	position:relative;
	float:left;
	width:645px;
	padding: 65px 0px 0px 25px;
}

#footer {
	position:relative;
	clear:both;
	width:1080px;
	height:40px;
	margin:0px 30px;
	padding-top: 15px;
}

/* texte */

h1 {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#046d21;
	font-weight:300;
	padding-bottom:15px;
}

h2 {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#046d21;
	line-height: 1.2;
	font-weight:400;
	padding-bottom:20px;
}

p {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#046d21;
	line-height: 1.2;
	font-weight:400;
}

td {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#046d21;
	line-height: 1.4;
	font-weight:400;
	padding:5px;
}

a {
	text-decoration:none;
	color:#046d21;
}

a:hover {
	text-decoration:underline;
}

.headline td {
	font-size:14px;
	padding-bottom:20px;
}

.month td {
	background:#f2f6da
}

.dotted {
	border-bottom: 1px dotted #bbb;
}

.dotted_footer {
	border-top: 1px dotted #bbb;
}

#footer p {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999;
	padding: 12px 0px 0px 60px;
}

#footer a {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .active {
	color:#666;
}

#profil {
	position:absolute;
	right:2px;
	top:65px;
}

#download-button {
	position:absolute;
	right:2px;
	top:65px;
}

#download-button2 {
	position:absolute;
	right:2px;
	top:160px;
}

#kurzvita-link {
	position:absolute;
	text-align:right;
	width:80px;
	height:35px;
	right:12px;
	bottom:10px;
}

a#kurzvita-link  {
	text-decoration:none;
}

#arrows-quer {
	position:absolute;
	width:16px;
	height:15px;
	right:0px;
	bottom:0px;
}

#uebermich-link {
	position:absolute;
	text-align:right;
	width:80px;
	height:35px;
	right:12px;
	bottom:10px;
}

a#uebermich-link  {
	text-decoration:none;
}

#aktuelles {
	position:relative;
	width:600px;
	height:260px;
	overflow:auto;
}

#kurzvita {
	position:relative;
	width:600px;
	height:260px;
	overflow:auto;
}

#kurzvita td {
	font-family:'Source Sans Pro', 'Lucida Grande',Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#046d21;
	font-weight:400;
	padding:0px;
}

#scroll {
	position:relative;
	width:600px;
	height:260px;
	overflow:auto;
}

.video {
    width: 215px;
    float: left;
    margin: 20px 30px 20px 0;
}

#impressum {
	position:relative;
	width:600px;
	height:260px;
	overflow:auto;
}

.half {
	width: 50%;
	height: 100%;
	overflow: auto;
	display: block;
	float: left;
}

.half.right {
	padding-right: 30px;
	box-sizing: border-box;
}

.newsletter2go {
	margin-top: -15px;
}

.newsletter2go > div:nth-of-type(2) {
	margin-top:  0 !important;
}

.newsletter2go h2 {
	padding-bottom: 0;
}

.newsletter2go a {
	color: #94c600;
}

.newsletter2go button[type="submit"] {
	background-color: #94c600 !important;
}

.newsletter2go input[type="checkbox"] + label {
	margin-left: 5px;
}

.green {
	color: #94c600;
}

/* modal */
#newsletterModal {
	display: none;
}

.modal {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 550px;
	margin: 0 auto;
	background-color: #fcfbf2;
	z-index: 999999999;
	padding: 50px 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .15);
}

.modal .icon-close {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 25px;
  height: 25px;
  padding: 10px;
  background-color: #fcfbf2;
  fill: none;
  stroke: #94c600;
  stroke-width: 1;
  z-index: 1;
}

[data-dismiss="modal"] {
	cursor: pointer;
}

.download-button img {
	width: 100%;
	height: auto;
}
