@font-face {
    font-family: 'linottesemibold';
    src: url('../fonts/Linotte-SemiBold-webfont.eot');
    src: url('../fonts/Linotte-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Linotte-SemiBold-webfont.woff2') format('woff2'),
         url('../fonts/Linotte-SemiBold-webfont.woff') format('woff'),
         url('../fonts/Linotte-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Linotte-SemiBold-webfont.svg#linottesemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* -------------------------------------------------------------------------*/
/* Mixins */
/* line 1, ../sass/_layout.scss */
.header-wrapper {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 6, ../sass/_layout.scss */
.container {
  overflow: hidden;
  *zoom: 1;
}

/* line 18, ../sass/_layout.scss */
html, body {
  height: 100%;
}

/* line 22, ../sass/_layout.scss */
.total-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

/* line 28, ../sass/_layout.scss */
.wrapper-content {
  display: table-row;
  height: 100%;
}

/* line 33, ../sass/_layout.scss */
.footer-wrapper {
  display: table-row;
}

/* line 3, ../sass/_colours.scss */
body {
  background: #eee;
}

/* line 7, ../sass/_colours.scss */
.header-wrapper {
  background: #fff;
}

/* line 11, ../sass/_colours.scss */
.main-nav a {
  color: #0273AB;
}

/* line 15, ../sass/_colours.scss */
a {
  color: #0273AB;
}

/* line 20, ../sass/_colours.scss */
.main-nav li:hover {
  background: #eee;
}
/* line 23, ../sass/_colours.scss */
.main-nav .current, .main-nav .parent {
  background: #0273AB;
}
/* line 24, ../sass/_colours.scss */
.main-nav .current:hover,
.main-nav .parent:hover {
  background: #0273AB;
}
/* line 28, ../sass/_colours.scss */
.main-nav .current a,
.main-nav .parent a {
  color: #fff;
}

/* line 34, ../sass/_colours.scss */
.login {
  background: #008e89;
}

.login a {
  color: #fff;
}

.logout {
  background: #eee;
}

/* line 38, ../sass/_colours.scss */
.head-line {
  color: #fff;
}

/* line 42, ../sass/_colours.scss */
.large-cta {
  background: #0273AB;
  color: #fff;
  font-size: 30px;
  padding: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  font-family: linottesemibold, sans-serif;
}
/* line 52, ../sass/_colours.scss */
.large-cta:hover {
  background: #25284e;
}

/* line 59, ../sass/_colours.scss */
footer {
  margin-top: 3em;
  padding: 3em 0 1.5em;
  background: #dddddd;
}

/* line 65, ../sass/_colours.scss */
.template-home footer {
  background: rgba(221, 221, 221, 0.5);
}

/* line 4, ../sass/_navigation.scss */
.main-nav {
  padding-top: 5%;
  text-transform: uppercase;
}
/* line 7, ../sass/_navigation.scss */
.main-nav ul {
  overflow: hidden;
  *zoom: 1;
  list-style: none outside;
}
/* line 11, ../sass/_navigation.scss */
.main-nav li {
  float: left;
  margin-right: 1.33333em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 16, ../sass/_navigation.scss */
.main-nav .login, .main-nav .logout {
  float: right;
  margin-right: 0;
}
/* line 20, ../sass/_navigation.scss */
.main-nav a {
  display: block;
  text-decoration: none;
  padding: 10px;
}

/* line 27, ../sass/_navigation.scss */
.languageswitch-flags-wrapper {
  text-align: right;
  background: #efefef;
}

/* line 32, ../sass/_navigation.scss */
.languageswitch-flags {
  list-style: none outside;
  margin: 0;
}
/* line 35, ../sass/_navigation.scss */
.languageswitch-flags li {
  display: inline-block;
  padding: 1px 5px;
}
/* line 38, ../sass/_navigation.scss */
.languageswitch-flags li img {
  display: inline;
  margin: 0;
  padding: 5px 0 0;
}
/* line 44, ../sass/_navigation.scss */
.languageswitch-flags .current-language {
  background: #fff;
}

/* line 3, ../sass/_typography.scss */
body {
  font-family: 'PT Sans', sans-serif;
  line-height: 1.5;
  color: #212121;
}

/* line 9, ../sass/_typography.scss */
.head-line {
  margin: 2em 0 1em;
  font-size: 60px;
  text-shadow: 0 0 20px #000;
}

/* line 15, ../sass/_typography.scss */
h1 {
  font-size: 60px;
  margin: 2em 0 1em;
}

/* line 20, ../sass/_typography.scss */
h2 {
  font-size: 24px;
  margin-bottom: .5em;
}

/* line 25, ../sass/_typography.scss */
p {
  margin: 0 0 1em;
}

/* line 29, ../sass/_typography.scss */
strong {
  font-weight: 700;
}

/* line 33, ../sass/_typography.scss */
img {
  max-width: 100%;
}

/* line 38, ../sass/_typography.scss */
.summary {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 2em;
  font-family: 'linottesemibold';
  color: #0273AB;
}

.summary a {
  color: #0273AB;
}

/* line 44, ../sass/_typography.scss */
ul {
  margin: 0 0 1em 1em;
  list-style: outside disc;
}

/* line 49, ../sass/_typography.scss */
a {
  color: #212121;
}

/* line 53, ../sass/_typography.scss */
.warning, .download-file {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: .2em;
}

/* line 60, ../sass/_typography.scss */
.file-list {
  width: 100%;
}
/* line 63, ../sass/_typography.scss */
.file-list td {
  padding: .4em 0;
}
/* line 67, ../sass/_typography.scss */
.file-list thead td {
  border-bottom: 1px solid #ddd;
}

/* line 73, ../sass/_typography.scss */
.file-title {
  width: 40%;
}

/* line 77, ../sass/_typography.scss */
.date-modified {
  text-align: right;
}

/* line 81, ../sass/_typography.scss */
.download-file {
  position: relative;
  text-decoration: none;
}
/* line 85, ../sass/_typography.scss */
.download-file:hover {
  color: #0273AB;
}
/* line 87, ../sass/_typography.scss */
.download-file:hover .fa-download {
  display: inline !important;
}

/* line 93, ../sass/_typography.scss */
.fa-download {
  color: #999;
  display: none !important;
  position: absolute;
  right: -21px;
  top: 9px;
}

/* line 101, ../sass/_typography.scss */
.message {
  background: green;
  color: #fff;
  text-align: center;
  padding: .3em;
}

/* line 1, ../sass/_forms.scss */
input, button {
  font-family: sans-serif;
}

/* line 5, ../sass/_forms.scss */
.Inputfields {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

.toggle-icon, .InputfieldHeaderHidden {
    display: none !important;
}

/* line 11, ../sass/_forms.scss */
.Inputfield {
  float: left;
  margin-right: 4em;
  width: 20%;
}

/* line 17, ../sass/_forms.scss */
.contact-form .Inputfield {
  width: 50%;
  margin-right: 0;
  margin-bottom: 2%;
}

/* line 23, ../sass/_forms.scss */
.contact-form .InputfieldTextarea {
  clear: both;
  width: auto;
  float: none;
}

/* line 30, ../sass/_forms.scss */
.Inputfield_sendemail {
  display: none;
}

/* line 34, ../sass/_forms.scss */
.InputfieldSubmit {
  clear: both;
  float: left;
  margin-top: 2%;
}

/* line 40, ../sass/_forms.scss */
.InputfieldText input, .InputfieldEmail input, textarea {
  background: #fff;
  font-size: 20px;
  padding: 3%;
  border: 2px solid #ddd;
  width: 84%;
}
/* line 46, ../sass/_forms.scss */
.InputfieldText input:hover, .InputfieldEmail input:hover, textarea:hover {
  border-color: #999;
}
/* line 49, ../sass/_forms.scss */
.InputfieldText input:focus, .InputfieldEmail input:focus, textarea:focus {
  border-color: #0273AB;
  outline: 0;
}

/* line 56, ../sass/_forms.scss */
textarea {
  width: 89%;
}

/* line 60, ../sass/_forms.scss */
span.ui-state-error {
  display: none;
}

/* line 64, ../sass/_forms.scss */
.InputfieldContent > p {
  display: none;
}

/* line 68, ../sass/_forms.scss */
.InputfieldStateError input, .InputfieldStateError textarea {
  border-color: red;
}

/* line 72, ../sass/_forms.scss */
.InputfieldSubmit button {
  background: #0273AB;
  border: 0;
  color: #fff;
  padding: 5%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
  font-family: linottesemibold, sans-serif;
  text-transform: uppercase;
}

/* line 80, ../sass/_forms.scss */
.InputfieldSubmit button:hover {
  background: #25284e;
}

/* line 85, ../sass/_forms.scss */
.ui-widget-content p {
  margin: 0;
}

.template-person .summary {

}

.template-person .summary, .template-person .summary p {
  border: 0;
  margin-bottom: 0;
}

.template-product .summary, .template-product .summary p {
  border: 0;
  margin-bottom: 0;
}

.container-person-intro {
  margin-bottom: 4em;
}

.container-person-intro {
  background-size: cover;
  background-color: #008E89;
}

.container-person-intro .row {
  overflow: hidden;
  padding: 6em 0;
}

.container-person-intro * {
  color: #fff;
}

.container-person-intro h1 {
  margin-top:0;
}

.function {
  margin:-50px 0 50px;
}

.contact-info {
  overflow: hidden;
  background: #fff;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-info p {
  width: 50%;
  float: left;
}

.contact-info p + p {
  margin-top: 0;
}

.contact-info h2 {
  clear: both;
}

.form-wrapper {
  background: #fff;
  padding: 2em 1em 1em 1em;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.employee-wrapper .linkedin-hover {
  color: #bbb;
}

.employee-wrapper .linkedin-hover:hover {
  color: #0273AB;
}
