/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/***************************************
 * STYLE.CSS
 **************************************/

/***************************************
 * fonts
 **************************************/
@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('font/MuseoSansRounded-300.woff2') format('woff2'),
        url('font/MuseoSansRounded-300.woff') format('woff'),
        url('font/MuseoSansRounded-300.otf') format('otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('font/MuseoSansRounded-500.woff2') format('woff2'),
        url('font/MuseoSansRounded-500.woff') format('woff'),
        url('font/MuseoSansRounded-500.otf') format('otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('font/MuseoSansRounded-700.woff2') format('woff2'),
        url('font/MuseoSansRounded-700.woff') format('woff'),
        url('font/MuseoSansRounded-700.otf') format('otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Museo Sans Rounded';
    src: url('font/MuseoSansRounded-900.woff2') format('woff2'),
        url('font/MuseoSansRounded-900.woff') format('woff'),
        url('font/MuseoSansRounded-900.otf') format('otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
html,
body {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 300;
  font-size: 16px;
  overflow-x: hidden;
  height: 100%;
}

/**************************************
 * Variables
 **************************************/
:root {
  --color-blue: #264D84;
  --color-lightblue: #ADB6D5;
  --color-white: #fff;
  --color-grey: rgb(0,0,0,.1);
}

/*
  "Die grauen Flächen sind alle 10%-Schwarz, das Blau hat 
  einen Hex-Wert von #185387 - RGB 25/84/136"
*/

/**************************************
 * Main Layout, Elements
 **************************************/

h1 {
  color: #264D84;
  font-weight: 700;
  margin-bottom: 40px;
}
h2, .like-h2, h3, h4, h5 {
  color: #264D84;
  margin-bottom: 8px;
}
h2, .like-h2 {
  font-size: 24px;
  font-weight: 700;
}
h3, h4, h5 {
  font-weight: 500;
}
h2 + p,
.like-h2 + p {
  margin-top: 0;
}
.row {
display: flex;
flex-direction: row;

justify-content: space-between;

}
.col-2-6 {
  flex: 0 1 33%;
}
.col-4-6 {
  flex: 0 1 66%;
}
.col-2-6, .col-4-6 {

}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

main > *  {
  padding-left: 10%;
  padding-right: 10%;
}
#AboutTheWorkingGroup,
header #brands {
  padding-left: 10%;
  padding-right: 10%;
}
/*@media all and (min-width: 1920px) {
  main > * {
    padding-left: 15%;
    padding-right: 15%;
  }
}*/
section {
  margin-bottom: 30px;
}
a,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
}
a:hover,
a:focus {
  font-weight: bolder;
}
a:focus {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #264D84;
  border-bottom: 1px solid #264D84;
}
@media all and (min-width: 1680px) {
  main > * {
    padding-left: 15%;
    padding-right: 15%;
  }
  h1 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  section {
    margin-bottom: 50px;
  }
  body {
    font-size: 18px;
  }
}
@media all and (max-width: 599px) {
  section {
    margin-bottom: 60px;
  }
  main > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/**************************************
 * Header 
 **************************************/
#site-header {
  display: block;
  background-color: rgba(0,0,0,.1);
}
#brands {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  justify-content: space-between;
  align-items: center;

  padding: 40px 0;
}
#brands .logo {
  flex-basis: 25%;
  text-align: center;
}
#brands .logo.unbbcom {

}
#brands .logo.novartis-foundation {

}
#brands .logo-microsoft {
}
.logo img {
  max-width: 100%;
  height: auto;

  max-height: 50px;
}

/**************************************
 * Global Challenges
 **************************************/
#GlobalChallenges h3 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 300;
}
#GlobalChallenges p {
  margin-top: 10px;
}
#GlobalChallenges .col-2-6 {
  flex-basis: 30%;
  margin-right: 3.3334%;
}
#GlobalChallenges .col-2-6 img {
  max-width: 66%;
  max-height: 70px;
  margin-right: 3.3334%;
}
#GlobalChallenges img[src="img/global-healthcare-spending.png"] {
  max-height: unset;
  max-width: 80%;
}
#GlobalChallenges .row {
  background-image: url(img/world.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media all and (min-width: 1990px) {
  #GlobalChallenges .row {
    background-size: cover;
  } 
} 
@media all and (max-width: 499px) {
  #GlobalChallenges .row {
	flex-direction: column;
  } 
  #GlobalChallenges .row .col-2-6 {
	flex-basis: auto;
  } 
  #GlobalChallenges .row img {
	margin-top: 20px;
  } 
} 
/**************************************
 * Potential Of AI
 **************************************/
#PotentialOfAI .col-2-6 {
  margin-right: 2%;
  flex-basis: 32.667;
  border-top: 2px solid #264D84;
  border-bottom: 2px solid #264D84;
  padding: 20px 5px 12px 5px;

  text-align: center;
}

#PotentialOfAI .col-2-6 span {
  font-size: 28px;
  color: #264D84;
  font-weight: 700;
  margin-bottom: 8px;
}

/**************************************
 * Top 5 Use Cases 
 **************************************/
@media all and (max-width: 499px) {
  #TopFiveUseCases .row {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.use-case {
  flex: 0 0 18%;
  margin-right: 2%;
}
.use-case p {
  margin-top: 0;
}
/**************************************
 * Maturity Roadmap 
 **************************************/
#MaturityRoadmap h2 {
  margin-bottom: 0;
}
#MaturityRoadmap div:first-of-type div:first-of-type {
  color: #264D84;
  font-weight: 500;
  margin-right: 20px;
}
/**************************************
 * Six Areas of AI Maturity
 **************************************/
#SixAreasForAIMaturity {
  margin-bottom: 12px;
}
#SixAreasForAIMaturity strong {
  font-weight: 700;
}
#SixAreasForAIMaturity .row {
  margin-top: 12px;
  padding-top: 12px;
}
#SixAreasForAIMaturity .row .col-2-6 {
  margin-bottom: -20px;
}
#SixAreasForAIMaturity .th .row {
  margin-top: 4px;
  padding-top: 4px;
}
#SixAreasForAIMaturity .row p {
  margin-top: 8px;
}
#SixAreasForAIMaturity .th {
  font-weight: 500;
}
#SixAreasForAIMaturity .th div {
  display: inline-block;
}
#SixAreasForAIMaturity .th .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  justify-content: space-between;
  align-items: start;
}

#SixAreasForAIMaturity .row {
  color: #264D84;
}
#SixAreasForAIMaturity .row.thead {
  margin-bottom: 1rem;
}
#SixAreasForAIMaturity .row.thead,
#SixAreasForAIMaturity .row.thead .row {
  color: rgb(0,0,0,.9);
}
#SixAreasForAIMaturity .th .row .col-2-6 {
  flex: 0 0 33%;
}
#SixAreasForAIMaturity img {
  height: auto;
  width: 150px;
  position: relative;
  margin-top: -75px;
}

hr.border-top {
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0;
  height: 0px;
  color: #264D84;
  border: 1px solid;
  background: #264D84;
  text-align: right;
}
.people-workforce hr {
  color: #911f3c;
  background-color: #911f3c;
}
.data-technology hr {
  color: #b8308a;
  background-color: #b8308a;
}
.governance-regulatory hr {
  color: #613e78;
  background-color: #613e78;
}
.design-processes hr {
  color: #e06e0b;
  background-color: #e06e0b;
}
.partnerships-stakeholders hr {
  color: #fab414;
  background-color: #fab414;
}
.business-models hr {
  color: #359736;
  background-color: #359736;
}
#SixAreasForAIMaturity .people-workforce .col-2-6 hr,
#SixAreasForAIMaturity .governance-regulatory .col-2-6 hr,
#SixAreasForAIMaturity .partnerships-stakeholders .col-2-6 hr {
  width: 80%;
}
#SixAreasForAIMaturity .people-workforce .col-2-6 img,
#SixAreasForAIMaturity .governance-regulatory .col-2-6 img,
#SixAreasForAIMaturity .partnerships-stakeholders .col-2-6 img {
  left: 0%;
}
#SixAreasForAIMaturity .data-technology .col-2-6 hr,
#SixAreasForAIMaturity .design-processes .col-2-6 hr,
#SixAreasForAIMaturity .business-models .col-2-6 hr {
  width: 60%;
}
#SixAreasForAIMaturity .data-technology .col-2-6 img,
#SixAreasForAIMaturity .design-processes .col-2-6 img,
#SixAreasForAIMaturity .business-models .col-2-6 img {
  left: 35%;
}
@media all and (max-width: 1499px) {
  #SixAreasForAIMaturity > .row > .col-2-6 > img {
    margin-top: -60px;
    width: 120px;
  }
}
@media all and (max-width: 969px) {
  #SixAreasForAIMaturity .row.thead {
    margin-bottom: 2rem;
  } 
  #SixAreasForAIMaturity > .row > .col-2-6 > img {
    margin-top: -50px;
    width: 100px;
  }
  #SixAreasForAIMaturity .people-workforce .col-2-6 img,
  #SixAreasForAIMaturity .governance-regulatory .col-2-6 img,
  #SixAreasForAIMaturity .partnerships-stakeholders .col-2-6 img {
    left: 0px;
  }
  #SixAreasForAIMaturity .data-technology .col-2-6 img,
  #SixAreasForAIMaturity .design-processes .col-2-6 img,
  #SixAreasForAIMaturity .business-models .col-2-6 img {
    left: 25%;
  }
  .thead .col-4-6 .col-2-6  {
	box-sizing: border-box;
	max-width: 100%;
  }
}
@media all and (max-width: 659px) {
  #SixAreasForAIMaturity > .row > .col-2-6 > img {
    margin-top: -40px;
    width: 80px;
  }
}
@media all and (max-width: 499px) {
  #SixAreasForAIMaturity .row.thead {
    margin-bottom: 3rem;
  } 
  #SixAreasForAIMaturity .people-workforce .col-2-6 img,
  #SixAreasForAIMaturity .governance-regulatory .col-2-6 img,
  #SixAreasForAIMaturity .partnerships-stakeholders .col-2-6 img {
    left: 0%;
  }
  #SixAreasForAIMaturity .data-technology .col-2-6 img,
  #SixAreasForAIMaturity .design-processes .col-2-6 img,
  #SixAreasForAIMaturity .business-models .col-2-6 img {
    left: 25%;
  }
}
#SixAreasForAIMaturity .th .row div span {
  position: relative;
  margin-left: 12px;
}
#SixAreasForAIMaturity .th .row div span:before {
  position: absolute;
  left: -12px;
  top: 1px;
}
#SixAreasForAIMaturity .th .row div:nth-of-type(1) span:before {
  content: '1';
}
#SixAreasForAIMaturity .th .row div:nth-of-type(2) span:before {
  content: '2';
}
#SixAreasForAIMaturity .th .row div:nth-of-type(3) span:before {
  content: '3';

}
@media all and (max-width: 499px) {
	.thead .col-4-6 {
		margin-left: -20px;
		flex-grow: 1;
	}	
}
/**************************************
 * 
 **************************************/
/**************************************
 * 
 **************************************/
/**************************************
 * 
 **************************************/
/**************************************
 * BBCom Link 
 **************************************/
.bbcom-link {
  display: block;
  background-color: #fff;
  padding: 10px 20px;
  color: #264D84;
  text-align: center
}
.bbcom-link span {
  font-weight: 500;
}
.bbcom-link a,
.bbcom-link a:link,
.bbcom-link a:visited {
  color: #264D84;
}
/**************************************
 * About the Working Group
 **************************************/
#AboutTheWorkingGroup {
  position: relative;
  z-index: 50;
  color: #fff;

  margin-bottom: 0;
  padding-bottom: 14px;
}
#AboutTheWorkingGroup h2 {
  color: #fff;
  font-weight: 300;
}
#AboutTheWorkingGroup {
  padding-top: 7%;
  background-image: url(img/bg.png);
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media all and (min-width: 820px) {
  #AboutTheWorkingGroup {
    background-size: 100% 100%;
  }  
}
@media all and (max-width: 899px) {
  #AboutTheWorkingGroup {
    background-size: 900px 100%;
  }  
}

#AboutTheWorkingGroup #Background {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; 
  z-index: 100;
}
#AboutTheWorkingGroup #main .bbcom-report-2020 {
  -ms-grid-row-align: end;
      align-self: end;
}
#AboutTheWorkingGroup #main .bbcom-report-2020 img {
  display: block;
  max-height: 500px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1620px) {
  #AboutTheWorkingGroup #main .bbcom-report-2020 img {
    max-height: 500px;
    width: auto;
  }  
}
#AboutTheWorkingGroup #main .row .col-2-6:nth-child(2) {
  padding-top: 5rem;
}
@media all and (max-width: 979px) {
  #AboutTheWorkingGroup #main .row .col-2-6:nth-child(2) {
    padding-top: 6rem;
  }
}
@media all and (max-width: 899px) {
  #AboutTheWorkingGroup {
    padding-top: 60px;
  }
  #AboutTheWorkingGroup #main .row .col-2-6:nth-child(2) {
    padding-top: 8rem;
  }
  #AboutTheWorkingGroup #main .bbcom-report-2020 {
    margin-bottom: 12px;
  }
  #AboutTheWorkingGroup #main .bbcom-report-2020 img {
    max-height: unset;
  }
}
@media all and (max-width: 599px) {
  #AboutTheWorkingGroup {
    background-size: 200% 100%;
    background-position: 10% 0%;
    padding-top: 70px;
  }
  #AboutTheWorkingGroup #main .row {
    flex-wrap: wrap;
  }
  #AboutTheWorkingGroup #main .row .col-2-6 {
    flex-basis: 49%;
  }
  #AboutTheWorkingGroup #main .row .col-2-6.bbcom-report-2020 {
    flex-basis: 100%;
  }
}
@media all and (max-width: 499px) {
  #AboutTheWorkingGroup {
    background-size: 300% 100%;
    padding-top: 80px;
  }
}

/**************************************
 * 
 **************************************/
/**************************************
 * Find Out More
 **************************************/
#FindMore {
  color: #fff;
  padding: 40px 0 20px;
}
#FindMore h2,
#FindMore h3,
#FindMore h4 {
  color: #fff;
}
#FindMore .col-2-6 {
  border-top: 1px solid #fff;
  margin-right: 2%;
}
#FindMore a {
  display: block;
  position: relative;
  padding-left: 10px;
}
#FindMore a::before {
  content: '';
  background-repeat: no-repeat;
  background-size: 18px 18px;

  position: relative;
  left: -8px;
  top: 4px;

  display: inline-block;
  width: 20px;
  height: 20px;
}
#FindMore .www:before {
  background-image: url(img/www.png);
}
#FindMore .twitter:before {
  background-image: url(img/twitter.png);
}
#FindMore .facebook:before {
  background-image: url(img/facebook.png);
}
#FindMore .linkedin:before {
  background-image: url(img/linkedin.png);
}
@media all and (max-width: 599px) {
  #FindMore > .row {
    flex-direction: column;
  }
  #FindMore > .row > div {
    margin-bottom: 20px;
    flex-basis: auto;
  }
}

div#page {
  max-width: 96%;
  width: 1680px;
  padding: 0;
  margin: 12px auto;
  border: 4px solid #264D84;
  background-color: #fff;

}
body {
  background-color: rgba(0,0,0,.1);
}