@font-face {
    font-family: 'basier_circleregular';
    src: url('../fonts/basiercircle-regular-webfont.woff2') format('woff2'),
         url('../fonts/basiercircle-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'basier_circlesemibold';
    src: url('../fonts/basiercircle-semibold-webfont.woff2') format('woff2'),
         url('../fonts/basiercircle-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: basier_circleregular;
	font-size: 16px;
	line-height: 1.63;
	color: #ceeafe;
	margin: 0;
	background-color: #7EAED0;
}

h1 {
	font-family: basier_circlesemibold;
	font-size: 80px;
	font-weight: normal;
	line-height: 1;
	margin: 0px 0px 50px 0px;
	position: relative;
	padding-left: 102px;
}

h2 {
	font-family: basier_circlesemibold;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.33;
	margin: 0px 0px 50px 0px;
}

h3 {
	font-family: basier_circlesemibold;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.08;
	margin: 0px 0px 20px 0px;
}

h4 {
	font-family: basier_circlesemibold;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0px 0px 14px 0px;
}

p {
	margin: 0;
	padding-bottom: 50px;
}

section {
	padding-top: 100px;
}

section.switch {
	background-color: #ceeafe;
	color: #7eaed0;
}

div.wrapper {
	max-width: 977px;
    margin: 0 auto;
    position: relative;
}

div.grid {
	display: grid;
	grid-column-gap: 49px;
}

div.grid div:first-child {
	grid-column-start: 1;
	grid-column-end: 1;
}

div.grid div:last-child {
	grid-column-start: 2;
	grid-column-end: 2;
}

div.grid div {
    max-width: 464px;
}

nav {
	position: absolute;
    right: 0px;
    top: -100px;
    z-index: 1;
}

nav a {
	text-decoration: none;
	color: #ceeafe;
	font-family: basier_circlesemibold;
	margin-right: 28px;
}

nav a:last-child {
	margin-right: 0px;
}

.logo {
	position: absolute;
	top: 40px;
	left: 50px;
}

.home {
	padding-top: 150px;
}

.home .wrapper {
	max-width: 1180px;
	height: 650px;
}

.home h2 {
	bottom: 20px;
    font-size: 32px;
    position: absolute;
    right: 120px;
    margin: 0;
}

.home img {
	position: absolute;
    top: 90px;
    left: 0px;
    width: 100%;
}

.home p {
	padding-top: 50px;
    position: relative;
}

.about_us {
	padding-bottom: 100px;
}

.about_us p {
	padding-top: 42px;
	padding-bottom: 0px;
}

.about_us div.grid div {
	min-width: 464px;
}

.services p {
	padding-bottom: 0px;
}

.executive_search div.grid  {
	max-width: 1180px;
    margin: 0 auto;
}

.executive_search div.grid div {
	max-width: 155px;
	position: relative;
}

.executive_search h2 {
	margin: 0px 0px 20px 0px;
}

.executive_search div.grid p {
	padding-bottom: 0px;
}

.executive_search img {
	position: absolute;
    top: 0px;
    right: -32px;
}

.interim_management div.grid div {
	max-width: 259px;
}

.interim_management h2 {
	margin: 0px 0px 20px 0px;
}

.interim_management div.grid p {
	padding-bottom: 0px;
}

.besetzungserfolge {
	padding-bottom: 100px;
}

.besetzungserfolge div.grid p {
	padding-bottom: 0px;
}

.kontakt {
	padding-bottom: 50px;
}

.kontakt div.grid div {
	min-width: 464px;
}

.kontakt div.grid div p {
	padding-top: 42px;
	padding-bottom: 100px;
}

.kontakt .datenschutz {
	font-size: 12px;
	line-height: 16px;
}

.kontakt .datenschutz h4 {
	font-size: 16px;
}

.kontakt .datenschutz p {
	padding-bottom: 16px;
}
