@font-face {
  font-family: 'Muncie';
  src: url('../fonts/Muncie.ttf')  format('truetype');
}

@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf')  format('truetype'); /* TODO: use it */
}

@font-face {
  font-family: 'Roboto', sans-serif;
}

html {
  font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
    /*font-size: 14px;*/
    font-size: 1rem;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    margin: 0px;
    overflow: hidden;
}

h1,h2,h3 {
  font-size: 28px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 18px;
}

#search {
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    width: 100px;
}
.our-navbar-inverse.sw-our-navbar .our-navbar-brand img {
    /*height: 45px;*/
    /*height: 3.214rem;*/
    height: 100%;
    width: 75px;
    margin-left: -8px;
}
.our-navbar-brand>img {
    display: block;
    width: 100%;
    float: left;
}

.productline-s, .productline-text {
    display: none;
}
/*#productline-text:before { content: "\00a0"; } */

img {
    vertical-align: middle;
}
img {
    border: 0;
}

#area-titles {
    margin-top: 30px;
}

#container {
    overflow: auto;
    overflow-x: hidden;
}

h1.logofont {
    font-family: 'Muncie', Fallback, sans-serif;
    color: #fff;
    /*font-size: 36px;*/
    font-size: 3.5rem;
    /*font-size: 32px;*/
    /*font-size: 2rem;*/
    float: left;
    /*margin-top: 4px;*/
    margin-top: 1rem;
    /*margin-left: 9px;*/
    margin-left: 0.843rem;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: unset;
}


.logofont ul {
  margin: 0;
  padding-left: 0px;
  text-align: left;
  list-style: none;
  /*margin-top: 20px;*/
  margin-top: 1.429rem;
}

.logofont ul li {
  /*line-height: 66px;*/
  /*line-height: 4.714rem;*/
  line-height: 4.643rem;
  margin: 0;
}

.logofont-part {
    float: left;
}

#productline-text {
  /*margin-top: 9px;*/
  /*margin-top: 0.643rem;*/
  width: auto;
  margin-top: 4.5;
  margin-top: 4.5;
  margin-top: 5px;
}
#productline-main {
  color: #009f6d; /* fusion robot green */
  position: relative;
}
#productline-main-dot {
  color: black;
}
#productline-main-robot {
  color: #9f9f9f;
}

/*
@media (min-width: 720px) {
  #productline-text {
    margin-top: 8px;
  }
}
*/

#slogan {
  padding-left: 0px;
  font-weight: bold;
  color: black;
  font-size: 13.5px; /* TODO: use rounded pixels */
  font-family: 'Roboto', sans-serif;
  
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 15px);
  text-align: center;
  width: 200%;
  pointer-events: none;
}

.our-navbar-inverse.sw-our-navbar .our-navbar-brand {

}
.our-navbar-inverse .our-navbar-brand {
    color: #9d9d9d;
}

a:-webkit-any-link {
    text-decoration: none;
}

.our-navbar-brand-img {
    float: left;
    margin-bottom: 7px;
}
.our-navbar-brand a {
    /*
    color: #FFFFFF;
    */
    color: #000;
}

.our-navbar-brand {
    float: left;
    margin: 3px 0px 0px 12px;
    
    /*font-size: 18px;*/
    font-size: 1.286rem;
    /*line-height: 20px;*/
    line-height: 1.429rem;
    /*height: 56px;*/
    height: 4.000rem;
    overflow: hidden;
}
a {
    cursor: pointer;
    color: #428bca;
    text-decoration: none;
    background-color: transparent;
    /* color: #0080ff; */
    color: #009f6d
}
a:-webkit-any-link {
    cursor: pointer;
}



.our-navbar-header {
    float: left;
    margin-right: 10px;
}

.our-navbar-inverse.sw-our-navbar {
    /*
    background-color: #00CEAD;
    border-color: #00CEAD;
    */
    /*
    background-color: #009F6D;
    border-color: #009F6D;
    */
    /* background-color: rgba(0,0,0,0); */
    /*
    background-color: rgba(255,255,255,0.85);
    */
    
    border-color:  rgba(0,0,0,0);
    
}

.our-navbar-inverse {
    /*
    background-color: #222; 
    border-color: #090909;
    */
}

.our-navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

footer {
  width: auto;
  bottom: 0%;
  position: absolute;
  left: 0%;
  transform: translate(0%,0);
  text-align: center;
  z-index: 30000;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0px 20px 0px 0px;
  cursor: pointer;
}
footer a {
  padding: 5px 15px 5px 10px;
  display: inline-block;
  color: white;
  cursor: pointer !important;
}
/*
@media (min-width: 768px)
.our-navbar-fixed-top, .our-navbar-fixed-bottom {
    border-radius: 0;
}
*/

.our-navbar-fixed-top, .our-navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.our-navbar {
    position: absolute;
    height: 62px;
    top: 0px;
}

.our-navbar {
    min-height: auto;
    margin-bottom: 0px;
    /* border: 1px solid transparent; */
}

.our-navbar-right {
    float: right;
    margin-top: -10px; /* FIXME */
    padding-right: 15px;
    right: 0px;
    position: absolute;
    /* TODO: different appearance, b/c these are buttons ... or different, meh */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

* {
    -webkit-font-smoothing: antialiased;
}

.our-navbar:before, .our-navbar:after {
    content: " ";
    display: table;
}

*:before, *:after {
    box-sizing: border-box;
}

.our-navbar:after {
    clear: both;
}

.our-navbar:before, .our-navbar:after {
    content: " ";
    display: table;
}

#info {
    position: absolute;
    top: 0px; width: 100%;
    padding: 5px;
}

#menu {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

#full {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*
    background-color:  rgba(0,0,127,0.5);
    */
}

.leftCol {
  position: fixed;
  left: 20px;  
  text-align: center;
  cursor: default;
  overflow: hidden;
  color: #111;
  width: 88%
}

#baseMenu {
  top: 5%;
  height: 20%;
}

#descriptionBox {
  width: 300px;
  height: 450px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  padding: 20px 37px;
  border-radius: 100px;
}

#tagCloud, #descriptionBox {
    background-color: rgba(255,255,255,0.9);
}

/*
@media (min-width: 768px) {
  .leftCol {
    width: auto;
    min-width: 340px;
    max-width: 340px;
  }
}
*/

/*
@media (orientation:landscape) {
  #descriptionBox {
    bottom: 40px;
  }
}
*/

#logo-container {
    
    height: auto;
    overflow: visible;
    
}
#tagCloud {
    /*
    position: absolute; 
    top: 0px;
    left: 0px;
    */
    margin-left: 30%;
    margin-right: 10px;
    text-align: right;
}

#tagCloud_tags > * {
    margin-right: 10px;
    cursor: pointer;
    
}
/*#descriptionBox > div {
  background-color:  rgba(0,159,109,0.5);
}*/
#descriptionBox:hover {
    
    /*box-shadow: 0px 0px 12px rgba(0,255,255,0.75);*/
    /*border: 1px solid rgba(127,255,255,0.75);*/
}

.description-box-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
#descriptionBox-panel {
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    box-shadow: none;
}

.panel-heading {
    
}
.areaDescription {
  transition: opacity 0.4s ease-out;
  opacity: 1;
  text-align: center;
  /*width: 100%;*/
  line-height: 20px; /* FIXME */
}

#enterVr {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    background: black;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
}

#btnFullscreen {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 10px;
  background: black;
  border: 0;
  color: #fff;
  padding: 10px;
  font-size: 1rem;
  cursor: pointer;
}

#filterTestButton {
    position: absolute;
    bottom: 50px;
    right: 0px;
    margin: 10px;
    background: black;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 1rem;
    cursor: pointer;
}

#threejs-container {
  margin-right: -15px;
  margin-left: -15px;
}

.page-with-sidebar {
  transition-duration: 0.3s;
}
.page-sidebar-expanded {
  /* padding-left: 250px; */
}
.page-sidebar-collapsed {
  /* padding-left: 62px; */
}

.sidebar-expanded {
  /* width: 250px; */
}

.sidebar-collapsed {
  /* width: 62px; */
}

.sidebar {
  overflow: hidden;
  z-index: 10;
  position: fixed;
  /*top: 56px;*/
  top: 4.000rem;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #2196F3;
  color: #000;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
  transition: width 0.3s;
  /*transition-delay: .2s;*/
}

.sidebar-collapsed > .sidebar-container > .nav-sidebar > li > a > span,
.sidebar-collapsed > .sidebar-container > .nav-sidebar > li > ul {
  display: none;
}

.sidebar-container {
  padding-bottom: 9px;
}

.sidebar-container > .nav-sidebar {
  /*DO NOT DECREASE THIS VALUE*/
  margin-bottom: 47px;
}

.sidebar-expanded > .sidebar-container > .nav-sidebar > li {
  /* width: 250px; */
}

.nav-sidebar > li > a {
  white-space: nowrap;
  padding: 7px 15px 7px 23px;
  /*color: rgba(0,0,0,0.87);*/
  color: #fff;
  /*font-size: 16px;*/
  /*font-size: 1.143rem;*/
  font-size: 1.071rem;
  /*font-size: 17px;*/
  /*font-size: 1.214rem;*/
  /*font-weight: 500;*/
  text-align: left;
}

.nav-sidebar > li > a:before,
.nav-sidebar > li > a:after {
  display: table;
  content: " ";
}

.nav-sidebar > li > a:after {
  clear: both;
}

.nav-sidebar > li > a:focus, .nav-sidebar > li > a:hover {
  background-color: initial;
  font-weight: 500;
  color: #1DE9B6;
  /*color: #009688;*/
}
.nav-sidebar > li > ul {
  transition: max-height 0.4s ease-out;
  /*transition: opacity 0.4s ease-out;*/
  padding: 0 0 0 32px;
  opacity: 1;
  max-height: 800px;
}

.nav-primary-icon, .nav-secondary-icon {
  /*width: 16px;*/
}


.nav-sidebar > li > a:focus > i, .nav-sidebar > li > a:hover > i {
  /*color: #00695C;*/
  color: #1DE9B6;
}

.nav-primary-icon + span {
  text-overflow: ellipsis;
}

.nav-primary-icon {
  width: 16px;
  margin-right: 13px;
  color: #fff;
  font-weight: 500;
}

.nav-secondary-icon {
  float: right;
}

.subheader {
  font-weight: 500;
  color: rgba(0,0,0,0.54);
  /*font-size: 14px;*/
  font-size: 1.000rem;
}

#header-bg {
  position: absolute;
  width: 500px;
  border-radius: 0 0 20px 0;
  height: 100%;
  background-color: rgba(255,255,255,0.85);
  z-index: -100;
}

.sidebar-overtitel {
  background-color: #333;
  text-align: center;
}

.nav-sidebar > li > a.sidebar-overtitel:focus, .nav-sidebar > li > a.sidebar-overtitel:hover {
  background-color: #333;
}

/*
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-sidebar > li > a {
    padding: 7px 0px;
    
    color: #fff;
    
    font-size: 1.000rem;
    font-weight: 500;
    text-align: left;
  }

  .nav-sidebar > li > a:focus, .nav-sidebar > li > a:hover {
    
    background-color: initial;
    font-weight: bold;
    color: #1DE9B6;
    
  }
  .nav-sidebar > li > ul {
    transition: max-height 0.4s ease-out;
    
    padding: 0 0 0 60px;
    opacity: 1;
    max-height: 800px;
  }

  .nav-sidebar > li > a:focus > i, .nav-sidebar > li > a:hover > i {
   
    color: #1DE9B6;
  }

  .nav-primary-icon {
    padding: 7px 32px 7px 0px;
    
    color: #fff;
    font-weight: 500;
  }

  .nav-secondary-icon {
    float: right;
    padding: 7px 0 7px 0;
  }

  .subheader {
    font-weight: bold;
    color: rgba(0,0,0,0.54);
    
    font-size: 1.000rem;
  }

  .sidebar-overtitel {
    background-color: #333;
    text-align: center;
  }
  .nav-sidebar > li > a.sidebar-overtitel:focus, .nav-sidebar > li > a.sidebar-overtitel:hover {
    background-color: #333;
  }
}
*/

.toggle-secondary-content {
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
}

/*.page-sidebar-collapsed .secondary-content {
  left: 62px;
}*/
/*.page-sidebar-expanded .secondary-content {
  left: 250px;
}*/

.secondary-content {
  position: fixed;
  padding-left: 0;
  padding-right: 0;
  /* left: 62px; */
  left: 0px;
  right: 0;
  top: 56px;
  height: calc(100% - 56px);
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.54);
  transition: height 0.3s ease-out;
  overflow: hidden;
}
/*
@media (min-width: 768px) {
  .secondary-content {
    left: 250px;
  }
}
*/

.secondary-content-collapsed {
  height: 60px;
}

.secondary-content-collapsed > .secondary-content-body {
  display: none;
}

.secondary-content-body {
  position: relative;
}

.secondary-content-body > .page-header > h1 > span {
  color: rgba(0, 0, 0, 0.87);
}
/* TODO: Find out why it doesn't work without importatn... */
.not-visible {
  /*opacity: 0 !important;*/
  max-height: 0 !important;
  overflow: hidden;
}

.d-none {
  display: none;
  opacity: 0;
}

.display-none {
  display: none;
}

.md-primary-color {
  /* background-color:  rgba(0,159,109,1); */
  background-color:  none;
}

.panel-green-transparent {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.panel-green-transparent, .panel-green-transparent .panel-body {
  background-color: transparent;
}

/* loading */

#loadingOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  /*
  background-color: #009F6D;
  */
  background-color: #fff;
  color: #111;
  top: 0px;
  left: 0px;
  z-index: 20000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


/* NOTE: from http://codepen.io/iamilad/pen/XdjrNZ */
.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55vw;
  height: 55vw;
}
.loading .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f5f5f6;
  -webkit-animation: scale-normal 1.3s ease-in-out infinite;
          animation: scale-normal 1.3s ease-in-out infinite;
}
.loading .transparent {
  opacity: .4;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: scale-reverse 1.3s ease-in-out infinite;
          animation: scale-reverse 1.3s ease-in-out infinite;
}

.loading .loading-robo-container {
  background: none;
  width: 100%;
}

.loading-robo {
	position: absolute;
    width: 80%;
    margin-top: 45%;
    margin-left: 45%;
	transform: translate(-50%,-50%);
}

#loadingText {
    position: absolute;
    left: 50%;
    top: 80%;
    font-size: 5vw ;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #009f6d;
}
#loadingText-percentage {
    color: black;
    float: right;
}


#loadingTextFunny {
    position: absolute;
    left: 50%;
    top: calc( 80% + 60px );
    font-size: 2vw ;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    color: #9f9f9f;
}


@-webkit-keyframes scale-normal {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes scale-normal {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@-webkit-keyframes scale-reverse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes scale-reverse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

/* IMPORTANT: Keep css under this note always at the end!! */
/*
@media (min-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
*/

 #warning-message { 
    display: none; 
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-100%);
    text-align: center; 
}

/*
@media only screen and (orientation:portrait){
    #container { display:none; }
    #warning-message { display:block; }
}
@media only screen and (orientation:landscape){
    #warning-message { display:none; }
}
*/

.contentImage {
  width: 100%;
  
}

#topMenu-label {
  display: none;
  float: left;
  padding-right: 10px;
}
#topMenu {
  text-align: center;
  display: inline-block;
  padding: 0px;
  margin-left: 5px;
  position: relative;
}

@media only screen and (max-width: 530px) {
  #topMenu {
    width: calc(100% - 10px);
  }
  
  #header-bg {
    position: absolute;
    width: 100%;
    border-radius: 0 0 0 0;
  }
}

#topMenu * {
  transition: all 0.5s ease;
}

#topMenu ul li:not(:last-child) {
  border-right: 1px solid white;
}


.submenu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0,40px);
  z-index: -2;
  transform: translate(0,30px);
  max-width: 100%;
  width: calc(100% - 5px);
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.submenu > ul {
	border-radius: 0px 0px 20px 20px;
	color: black;
	background-color: #333333;
	/* list-style-type: none; */ /* TODO: seperate subitmes visually ? */

	display: flex;
	align-items: stretch; /* Default */
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}

.submenu > ul > li {
	display: block;
	flex: 0 1 auto; /* Default */
	list-style-type: none;
	background-color: white;
}

.submenu > ul > li:not(:last-child) {
  /* border-right: 1px solid black; */
}
.submenu > ul > li a {
  color: black;
  text-decoration: none;
}

.submenu > ul > li a:hover {
  /*
  background-color: #009f6d; 
  color: white;
  */
  /* color: #009f6d; */
  background-color: #009f6d; /* #ff6092; */
}

.menu_hover { /* TODO / NOTE super not dry. switch to less */
  /*
  background-color: #009f6d; 
  color: white;
  */
  color: #009f6d;
  /* background-color: #ff6092 */
}

.submenu > ul > li > a.menu_hover  {
  /*
  background-color: #fff;
  color: black;
  
  */
  /* color: #009f6d; */
  background-color: #009f6d; /* #ff6092; */
}


.submenu > ul > li > a.menu_selected:hover  {
  background-color: #009f6d; /* #ff6092; */
}

.submenu > ul > li > a.menu_selected  {
  background-color: #009f6d; /* #ff6092; */
}

.menu_selected, .menu_selected:hover {
  background-color: #009f6d;
  color: white !important;
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  background-color: #333333;
  color: white;
  border-radius: 0px 0px 20px 20px;
  border: 6px solid #333;
  border-top: 0px;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 6px 5px 5px 5px;
  text-decoration: none;
}

/* TODO: nice to have, but gets overriden b hover/unhover
li a:visited {
  background-color: #009f6d;
  color: black;
}
*/

li a:hover {
  /*
  background-color: #fff;
  color: black;
  
  */
  color: #009f6d;
}


#overlayDetails {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.94);
  /* z-index: 100; */
  left: -100%;
  /*transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); */ /*ease-out;*/
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  overflow: auto;
  /* text-align: justify; */
  text-align: left;
  /* transform: rotate(244deg); */
  
}

#overlayDetailsInner {
	position: relative;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 105px);
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 70px;
    margin-bottom: 35px;
    padding: 0%;
    overflow-y: auto;
    z-index: 2000;
}


#closeDetails {
    /* 
    position: absolute;
    top: 5%;
    right: 5%;
    width: auto;
    height: 30px;
    font-size: 30px;
    font-weight: bold;
    z-index: 2010;
    */
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    z-index: 2010;
    line-height: 100vh;
    background-color: #bfbfbf; /*#9f9f9f; */ /* darkgrey; */
    padding: 0px 5px;
    margin: 0 0;
    color: white;
}

#contentDetailsWrap {
  padding: 0 5%;
}

#contentDetails {
  position: relative;
  /* margin: 10%; */
  overflow-y: visible;
  overflow-x: hidden;
  z-index: 2000;
  
  font-size: 20px;
}

#contentDetails img {
  /* padding: 40px; */
  /* float: left; */
}

#contentDetails ul {
  /*
  color: red;
  background-color: blue;
  */
}
#contentDetails p {
  /* clear: both; */
}

#contentDetails ul b {
  /*
  display: inline-block;
  min-width: 150px;
  */
}

#contentDetails li {
  float: none;
}

#contentDetails.row {
  
  margin-left: 0;
  margin-right: 0;
  
}

#contentDetails div {
  /*
  padding-left: 0;
  padding-right: 0;
  */
}

/* content styles */

.team_member, .team_partner {
  /*
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 3%;
  */
  
  
  
}

.case_studies_case {
  width: 100%;
}

#dbgReload {
  position: absolute;
  bottom: 0px;
  right: 0px;
  
}

#testgif {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}

quote {
  font-style: italic;
  line-height: 300%;
  
  background-color: whitesmoke;
  display: inline-block;
  padding: 17px;
  border-radius: 20px;
}

quote:before { 
   content: '«';
}

quote:after { 
   content: '»';
}

quote:before, quote:after { 
  padding: 0 10px;
}

/* dynamic content for pages */
.dynamic_content_tile {
  padding: 0 50px 50px 0;
  
}

.image_in_description {
  width: 75%;
  max-height: 200px;
  object-fit: contain;
}

.horizontal-line {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background-color: #333333;
  padding: 4px;
}


.embed-container {
	position:relative; 
	padding-bottom:56.25%;
}
.embed-container > * {
	width:100%;
	height:100%;
	position:absolute;
}

.multiline {
  white-space: pre-wrap;
}

.moodboard {
	
}

.moodboard_content {
	max-width:100%;
	width: auto;
	max-height: 80vh;
}