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

html {
  margin:0;
  padding:0;
  height:100%;
  min-height:100%;
	background:#888888;
}

body {
  margin:0;
  padding:0;
  font-family:'Heebo', sans-serif;
  font-weight:400;
  font-size:18px;
	line-height:140%;
	letter-spacing:0.03em;
  color:#4d4d4d;
  background:#888888;
	min-height:100%;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-align:stretch;
    -ms-flex-align:stretch;
        align-items:stretch;
	position:relative;
}

body * {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}


body:before {
	content:'';
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:transparent;
	background-image: url("../img/illustration-02.png");
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:-15% 100%;
}
body:after {
	content:'';
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:transparent;
	background-image: url("../img/illustration-01.png");
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:115% 100%;
}

h1 {
	margin-top:0;
}

h2 {
	margin-top:0;
	line-height: 1.1;
}

h3 {
	margin-top:0;
}

h4 {
	margin-top:0;
}

a {
	color:inherit;
	text-decoration:none;
	font-weight:500;
	-webkit-transition:color .5s ease;
    -o-transition:color .5s ease;
    transition:color .5s ease;
}

p {
	margin-top:0;
}

span.capitalized {
	font-weight:bold;
	font-size:1.2em;
}

a:hover,
a:focus {
	color:#323232;
}

ul {
	padding:0.3em 0 0 .9em;
	list-style-type: none;
}

ul li {
	position:relative;
}

ul li:before {
	content:'-';
	position:absolute;
	left:-.6em;
}

ol {
	padding:0 0 0 1em;
}

.text-center {
	text-align:center;
}

.container {
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

.wrap-all {
	margin:0px auto;
	padding:40px 20px;
	position:relative;
	z-index:1;
}


.site-header-wrap .site-title-wrap {
	background-color:#4d4d4d;
	padding:30px 30px 20px 30px;
}

.site-header-wrap .site-title-wrap .site-title {
	margin:0 0 0.1em 0;
	font-weight:normal;
	font-size:2.8em;
	letter-spacing:0.04em;
	color:#edd313;
}

.site-header-wrap .site-title-wrap .site-title span {
	font-weight:bold;
	font-size: 1.5em;
}

.site-header-wrap .site-title-wrap .site-title span:nth-of-type(1) {
	margin-right: 0.04em;
}

.site-header-wrap .site-title-wrap .site-title span:nth-of-type(2) {
	margin-right: -0.12em;
}

.site-header-wrap .site-title-wrap .site-subtitle {
	margin:0;
	font-weight:normal;
	font-size:inherit;
	color:#edd313;
}

.site-header-wrap .site-title-image {
	background-color:#4d4d4d;
	padding:200px 0 0 0;
	background-image:url("../img/strategy-to-win-header-01.jpg");
	background-size:cover;
	background-position:center 0;
}

.site-main-wrap {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
}

.site-nav-wrap {
	background-color:#4d4d4d;
	padding:10px 30px;
	min-width: 270px;
	    color: #edd313;
	    font-weight: 500;
}

.site-nav-wrap .site-nav {
	padding:0;
}

.site-nav-wrap .site-nav li {
	margin-bottom:.5em;
}

.site-nav-wrap .site-nav li:before {
	content:'';
	display:none;
}

.site-nav-wrap .site-nav a {
	color:#edd313;
}

.site-nav-wrap .site-nav a:hover {
	color:#d1ad05;
}

.site-nav .toggle {
	cursor:pointer;
	position:relative;
}

.site-nav li .toggle:after {
	content:'\25BC';
	font-size:0.7em;
	margin-left:1em;
}

.site-nav li.open .toggle:after {
	content:'\25B2';
}

.site-nav li ul {
	height:auto;
	max-height:0;
	opacity:0;
	padding-top:0;
	-webkit-transition:opacity .5s ease, max-height .5s ease, padding .5s ease;
    -o-transition:opacity .5s ease, max-height .5s ease, padding .5s ease;
    transition:opacity .5s ease, max-height .5s ease, padding .5s ease;
}

.site-nav li.open ul {
	max-height:500px;
	opacity:1;
	padding-top:0.3em;
}

.site-content-wrap {
	background:#ffffff;
	padding: 30px 30px;
	width: 100%;
}

.site-content-wrap.bg-dark {
	background:#393939;
	color:#edd313;
	
}

.site-content-wrap img {
	max-width:100%;
}


.site-content-wrap .portrait {
	max-width:160px;
	height:auto;
	float:left;
	margin-right:1em;
}
.site-content-wrap .clear:after {
	content:'';
	display:block;
	clear:both;
}

.stw-schaubild {
	-webkit-transition:opacity .5s ease;
    -o-transition:opacity .5s ease;
    transition:opacity .5s ease;
	opacity:1;
	margin:3em 0 3em 0;
	display:block;
}

.stw-schaubild:hover {
	opacity:.6;
}

.tooltip {
	max-width:600px;
	color:#edd313;
	display:none;
}
/*
.spacer {
	margin:0 auto;
	width:5px;
	height:5px;
	border-radius:999px;
	background:darkgrey;
	display:block;
}*/

.spacer {
	margin:0 auto;
	width:4em;
	height:3px;
	background:#edd313;
	display:block;
}