:root {
  --font-font-awesome: 'FontAwesome';
  --font-roboto: 'Roboto', sans-serif;
  --font-noto-sans: 'Noto Sans', sans-serif;
  --font-dm-sans: 'DM Sans', sans-serif;

  --icampus-color: #ffffff;

  --icampus-border-color: #e2e8f0;
  --icampus-border-color-lighter: #bdbdbd;
  --icampus-border-color-darker: #888;
  --icampus-border-button: #c1c1c1;

  --icampus-arrow-color: rgba(7, 113, 190, .36);

  --icampus-box-shadow: 0px 1px 8px rgba(225, 225, 225, 1);
  --icampus-box-shadow-wide: 0 8px 30px rgba(2,6,23,.08);
  --icampus-box-shadow-wide-images: 0 4px 10px rgba(2,6,23,.08);
  --icampus-box-shadow-button: 0 1px 5px -1px rgba(32,18,58,.44);
  --icampus-box-shadow-button-light: 0 1px 2px -1px rgba(32,18,58,.44);

  --color-campuslab: rgba(244, 150, 0, 1);
  --color-roboticlab: rgba(94, 149, 167, 1);
  --color-uwi: rgba(73, 167, 98, 1);
  --color-campuslab-hover: rgba(244, 150, 0, .8);
  --color-roboticlab-hover: rgba(94, 149, 167,.8);
  --color-uwi-hover: rgba(73, 167, 98, .8);
  --color-ueber-uns: rgba(7,	113,	190, .8);
  --color-taxonomy: rgba(7,	113,	190, .8);

  --color-unidos-now: #f8f9fe;
  --color-unidos-campus: #f0f4f1;
  --color-unidos-education: #efe9f4;
  --color-unidos-library: #f2edef;
  --color-unidos-messages: #eaf2f5;

  --color-button: #ffffff;
  --color-button-second: #333;

  --icampus-bg-button:  #2e4a6f;
  --icampus-bg-button-second: rgba(255, 255, 255, .96);
  --icampus-bg-button-hover: #3e608b;
  --icampus-bg-button-second-hover: rgb(219, 219, 219);
  --icampus-bg-white-trans: rgba(255, 255, 255, .92);
  --icampus-bg-color: #2e4a6f;

  /**
    * Background color
    */
  --bg-graylight: #f6f6f6;
  --bg-article-teaser: rgba(243, 245, 255, 1);
  /*--bg-icampuslight: #c89f2f33;*/
  --bg-uwilight: #81d681;
  --bg-roboticlablight: #d9e2ff;
  --bg-campuslablight: #ffdcc1;
  --bg-icampuslight: #c89f2f33;
  --bg-quicklinks: #badec3;

  /**
    * Font color
    */
  --font-color-roboticlab: #2e4578;
  --font-color-campuslab:  #734f14;
  --font-color-uwi: #81d681;

}

/*
  * Die alten Farben
  */
/*
  Robotic:
  background-color: #9bc2cf;  
  Campus:
  background-color: #ffae19;
  UWI:
  background-color: #81d681;
*/

html {
  scroll-behavior: smooth;
}
.anchor {
  scroll-margin-top: 60px;
}
#news {
  scroll-margin-top: 104px; /* Offset */
}
body {
  font-family: 'Noto Sans', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-size: 14px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
  font-weight: 350;
}
body.not-front {
  background: radial-gradient(1200px 600px at 90% -10%, color-mix(in srgb, #fc5d00 12%, transparent), transparent) no-repeat, radial-gradient(1000px 500px at 0% 0%, color-mix(in srgb, #0092f5 14%, transparent), transparent) no-repeat, #ffffff;
}
.skip-link {
  display:none;
}
.container {
  padding-right:15px;
  padding-left:15px;
}
.display-flex {
  display: flex;  
  flex-direction: column;
}
.aligncenter {
  text-align: center;
}
p {
  margin: 0 0 20px 0;
  font-size:1.8rem;
  line-height: 1.6;
  color:#333;
  hyphens: auto;
}
h1,
.h1 {
  font-size: 18px;
  color: #000;
  font-family: 'Roboto', sans-serif;
}
h2,
.h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0771be;
  margin-top:20px;
  margin-bottom:14px;
  font-family: 'Noto Sans', sans-serif;
}
.news h2,
.projects h2,
.projects-compact h2,
.news-readmore h2 {
  font-size:3rem;
  font-weight: 500;
  color: #333 !important;
}
#news h3,
.home-terms h3 {
  font-size:2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.news p,
.projects p,
.home-terms p {
    font-size:1.68rem;
}
.projects-compact p,
.news-readmore p {
    font-size:1.62rem;
}
.news .col-md-4 h2,
.home-terms .col-md-4 h2,
.projects .col-md-4 h2,
.projects-compact .col-md-4 h2,
.news-readmore .col-md-4 h2 {
  font-size:2rem;
}
h3,
.h3 {
  font-size: 1.8rem;
  font-weight:500;
  color: #333;
  margin-top:10px;
  margin-bottom:10px;
  font-family: 'Noto Sans', sans-serif;
}
h4,
.h4 {
  font-size: 1.7rem;
  font-weight:600;
  color: #333;
  font-family: 'Noto Sans', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.nt {
  color: #2f6f9f;
}
a {
  color: #428bca;
}
a > span > time {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .08rem;
}
a:hover {
  color: #00614e;
  color: rgba(0,119,206,.8);
  text-decoration: none;
}
ul > li > a:hover,
ul > li > a:visited,
ul > li > a:focus {
  text-decoration: none;
}
a.readmore,
.readmore > a {
  background-color: transparent;
  color:#0771be;  
  margin:0;
  padding: 0;  
  font-size:1.6rem;
  font-weight: 400;
}
.persdesc a.readmore {
  display: block;
  color:#333;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top:10px;
  font-family: 'Roboto', sans-serif;
}
a.button,
.button > a {
  background-color: var(--icampus-bg-button);
  color:  var(--color-button);  
  margin:0;
  padding: 10px 20px 11px 18px;
  border-radius:16px;
  font-size:1.7rem;
  font-weight: normal;
  display: inline-block;
  transition: background-color 0.3s ease;
  position:relative;
  text-decoration: none;
}
.enter > a.internal {
  background-color: var(--icampus-bg-button-second);
  color: var(--color-button-second);
   border: 1px solid #888888;
   border-radius: 12px;
  margin:0;
  margin-right: 2rem;
  padding: 10px 20px 11px 18px;
  border-radius:16px;
  font-size:1.5rem;
  font-weight: normal;
  display: inline-block;
  transition: background-color 0.3s ease;
  position:relative;
  text-decoration: none;
}
.enter > a.external {
  background-color: var(--icampus-bg-button);
  color:  var(--color-button);  
  margin:0;
  padding: 10px 20px 11px 18px;
  border-radius:16px;
  font-size:1.7rem;
  font-weight: normal;
  display: inline-block;
  transition: background-color 0.3s ease;
  position:relative;
  text-decoration: none;
}

.categories {
  margin-top: 2rem;
}
.categories > span {
  display: inline-block;
  padding: 0;
  margin-right: 1.5rem;
  border: 1px solid var(--icampus-border-button);
  border-radius: 26px;
}
.categories > span > a {
  background-color: #fff;
  color:  var(--color-button);  
  margin:0;
  padding: 10px 20px 11px 18px;
  border-radius:26px;
  font-size:1.7rem;
  font-weight: normal;
  display: inline-block;
  transition: background-color 0.3s ease;
  position:relative;
  text-decoration: none;
}
body.page-node-type-article .head .category > a {
  margin:0;
  padding: 4px 18px;
  border-radius:26px;
  font-size:1.5rem;
  font-weight: normal;
  display: inline-block;
  transition: background-color 0.3s ease;
  position:relative;
  text-decoration: none;
  margin-right: 1rem;
}
.context-roboticlab .category > a {
  background-color: var(--color-roboticlab);
  color: var(--color-button);
}
.context-campuslab .category > a {
  background-color: var(--color-campuslab);
  color: var(--color-button);
}

.categories > span > a {
  display: block;
  padding: 4px 14px;
  font-size: 1.4rem;
  color: var(--color-button-second);
}
a.button.second,
.button.second > a {
  background-color: var(--icampus-bg-button-second);
  color: var(--color-button-second);
  border: 1px solid #888888;
  border-radius:12px;
}
a.button:hover {
  background-color: var(--icampus-bg-button-hover);
  text-decoration: none;
}
.categories > span > a:hover {
  /*background-color: var(--icampus-bg-button-hover);*/
  background-color: var(--icampus-bg-button-second-hover);
  text-decoration: none;
  border-radius: 26px;
}
a.button.second:hover {
  background-color: var(--icampus-bg-button-second-hover);
}
p.depts {
  margin-top:6px;
}
.depts a.button {
  /*color:#ffffff;*/
  margin:6px 12px 0 0;
  padding: 6px 14px;
  /*border-radius:3px;*/
  font-size:1.4rem;
  font-weight: normal;
}
a.button.roboticlab {
  background-color: var(--color-roboticlab);
  box-shadow: var(--icampus-box-shadow-button);
}
a.button.roboticlab:hover {  
  background-color: var(--color-roboticlab-hover);
}
a.button.campuslab {
  background-color: var(--color-campuslab);
  box-shadow: var(--icampus-box-shadow-button);
}
a.button.campuslab:hover {  
  background-color: var(--color-campuslab-hover);
}
a.button.uwi {
  background-color: var(--color-uwi);
}
a.button.uwi:hover {  
  background-color: var(--color-uwi-hover);
}
a.external::after {
  font:normal normal normal 14px/1 FontAwesome;
  content: "\f08e";
  margin-left:12px;
}
ul.links.inline {
  padding: 0;
}
ol,
ul {
  padding-left: 20px;
}
ul.links.inline li {
  list-style: none;
}
p.phone,
p.email,
p.address {
  margin-left: 32px;
}
p.phone::before,
p.email::before,
p.address::before {
  margin-left: -30px;
  margin-right: 10px;
}
p.phone::before {
  content: "\f095";
  font-size:100%;
  color:var(--color-roboticlab);
  font-family: 'FontAwesome';  
}
p.email::before {
  content: "\f0e0";
  color:var(--color-roboticlab);
  font-size:100%;
  font-family: 'FontAwesome';  
}
p.address::before {
  content: "\f59f";
  color:var(--color-roboticlab);
  font-size:100%;
  font-family: 'FontAwesome';  
}
div.date::before {
  content: "\f073";
  color:var(--color-roboticlab);
  font-size:100%;
  font-family: 'FontAwesome';  
  margin-right:8px;
}

/**
  * AJAX Loading Icon
  */
/* Vorbild
.ajax-progress-fullscreen {
  position: fixed;
  z-index: 1261;
  top: 48.5%;
  left: 49%;
  width: 24px;
  height: 24px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #232323;
  background-image: url(../loading-small.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
*/
.ajax-progress-fullscreen {
  position: fixed;
  z-index: 1261;
  top: 48.5%;
  left: 49%;
  width: 124px;
  height: 124px;
  padding: 4px;
  opacity: 0.9;
  border-radius: 7px;
  background-color: transparent;
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}


/**
  * COLORS
  */
body.context-roboticlab .breadcrumb a {
  color: var(--color-roboticlab);
}
body.context-roboticlab .breadcrumb a {
  color: var(--color-roboticlab);
}
.layouttxt.color-roboticlablight {
  background-color: var(--bg-roboticlablight);
}
.layouttxt.color-campuslablight {
  background-color: var(--bg-campuslablight);
}
.layouttxt.color-icampuslight {
  background-color: var(--bg-icampuslight);
}
.layouttxt.color-uwilight {
  background-color: var(--bg-uwilight);
}
.wide.graylight,
.wide.color-graylight {
  background-color: var(--bg-graylight);
}
.wide.roboticlab,
.wide.color-roboticlab {
  background-color: var(--bg-roboticlablight);
}
.wrapinner.roboticlab {
  background-color: var(--color-roboticlab);
}
.wrap.roboticlab {
  background-color: var(--bg-roboticlablight);
}
.wrapinner.campuslab,
.wide.campuslab,
.wide.color-campuslab,
.wrap.campuslab {
  background-color: var(--bg-campuslablight);
}
.wrapinner.uwi,
.wide.uwi,
.wrap.uwi,
.wide.color-uwi {
  background-color: var(--bg-uwilight);
}
.wide.icampuslab,
.wide.color-icampuslab,
.wide.icampuslight,
.wide.color-icampuslight {
  background-color: var(--bg-icampuslight);
}

/**
  * IMAGES, VIDEO
  */
.parimg {  
  text-align: center;
}
.parimg img {
  max-height: 600px;
  width: auto;
  padding: 0;
  margin-bottom: 2rem;
  border-radius: 6px;
}
.video > div {
  position:relative;
}
.video > div::before {
  position: absolute;
  font:normal normal normal 8rem/1 FontAwesome;
  content: "\f144";
  left:44%;
  top:35%;
  color:rgba(255,255,255, 0.5);
}
.video-embed-field-launch-modal {
  position:relative;
}
.video-embed-field-launch-modal::before {
  position: absolute;
  font:normal normal normal 5rem/1 FontAwesome;
  content: "\f144";
  left:44%;
  top:35%;
  color:rgba(255,255,255, 0.5);
}
.video > div:hover {
  cursor: pointer;
}
.video > div:hover::before,
.video-embed-field-launch-modal:hover::before {
  color:rgba(255,255,255, 0.94);
}
.video-embed-field-launch-modal:hover {
  cursor: pointer;
}

/**
  * MENU
  */
.menu-base-theme.sm {
  z-index:9;
  margin-top:-4px;
}
.menu-base-theme li a {
  font-size:1.5rem;
}
.main--menu .menu-base-theme li a.is-active,
.main--menu .menu-base-theme li.menu-item--active-trail > a {
  color:#ffffff;
  background-color:#428bca !important;
}
.navbar-default .navbar-toggle {
  margin-top: 2rem;
  margin-right: 0;
  border: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
  padding-right:20px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #428bca;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}
.menu-base-theme {
  background-color: transparent !important;
  border-radius: 30px;
}
.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active {
  padding: 10px 20px;
  padding-right: 58px;
  line-height: 23px;
  text-decoration: none;
}
.menu-base-theme a,
.menu-base-theme a > span {
  white-space: normal;
}
.menu-base-theme ul a:hover {
  background: #fff !important;
}
.menu-base-theme a.current {
  background: #006892;
  color: white;
}
.menu-base-theme a.disabled {
  color: #a1d1e8;
}
.menu-base-theme a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #dcdcdc;
  background: #efefef;
}
.menu-base-theme a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}
.menu-base-theme ul {
  background: white;
}
.menu-base-theme ul ul {
  background: rgba(102, 102, 102, 0.1);
}
.menu-base-theme ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-base-theme ul li:first-child {
  border-top: 0;
}
.menu-base-theme .menu-item.login > a {
  position: relative; 
  color:transparent;
  text-align:center;
  padding:11px 24px 5px;
  background-color: transparent; 
  /*text-indent: -9999px; */
}
.menu-base-theme .menu-item.login a.is-active,
.menu-base-theme .menu-item.login a:hover {
  color:transparent !important;
  background-color: transparent !important; 
}
.menu-base-theme .menu-item.login a::before {
  content: "\f090";
  position: absolute;
  font-size:110%;
  font-family: 'FontAwesome';  
  top: 11px;
  left: 0;
  width:100%;
  color:#333;
  opacity:.86;
}
.region-primary-menu {
  display: none;
  /* background: #fff; */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
}
.navbar-toggle {
  z-index: 999;
}

/**
  * SECONDARY MENU
  */
.snd-menu {
  display:none;
}
.snd-menu > div > div {
    min-height: 10px;
}
.snd-menu nav {
  float:none;
  margin-top:-2.4rem;
}
.snd-menu .menu-base-theme .menu-item {
  margin:0px 8px;
}
.snd-menu .menu-base-theme li a:hover,
.snd-menu .menu-base-theme li a.is-active,
.snd-menu .menu-base-theme li.menu-item--active-trail a {
  color:#fff !important;  
  background-color: rgba(7,	113,	190, .8);
}
.snd-menu .menu-base-theme {
  background: none; 
  text-align: center;
}
.snd-menu .menu-base-theme li {
  float:none;
  display:inline-block;
  text-align: center;
  width:auto;
}


/**
  * REGIONS
  */
.region-content {
  padding: 0px 2px 10px;
  margin-bottom: 10px;
}
.front-page .region-content {
  margin-left:60px;
  margin-right:60px;
}
.font-page .region-content {
  margin-bottom: 80px;
}

/**
  * HEADER
  */   
.main-header {
  position: relative;
  padding-top:2px;
}
.main-header nav {
  background-color: transparent;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 200;
  min-height: auto;
}
.main-header > nav {
    position:fixed;
    z-index:202;
}
.main-header.sticky > nav {
    -webkit-box-shadow: 0 1px 5px -1px rgba(32,18,58,.24);
    -moz-box-shadow: 0 1px 5px -1px rgba(32,18,58,.24);
    box-shadow: 0 1px 5px -1px rgba(32,18,58,.24);
}
.toolbar-horizontal .main-header {
  padding-top: 0;  
}
.toolbar-horizontal .main-header > nav {
    position: static;
}
.main-header nav.topnav.navbar-default {
    border-bottom: 0px !important;
}
.main-header .region {
  position: relative;
  z-index: 2;
}
.main-header .block {
  margin: 0;
}

/**
  * LOGO & NAVI
  */
.site-branding {
  margin: 0;
}
.brand.logo {
  margin-right: 5px;
}
.brand.logo > a {
  display:block;
  height:65px;
  background-color: transparent;
  padding: 4px 16px;
  border-radius: 40px;
}
.brand.logo img {
  width: 140px;
  margin:7px;
}
body.plain .main-header > nav {
  background-color: var(--icampus-bg-white-trans);
}
body.plain .main-header.sticky > nav {
  background-color: #fff;
}

body.plain header .menu-base-theme li a,
body.plain header .menu-base-theme .menu-item .login::before {
  color: #333333;
}
body header.plainbg .brand.logo img,
body header.plainbg .brand.logo img {
  content: none;
  -o-object-fit: fill;
  object-fit: fill;
  border: 0 none;
}
body header.sticky.plainbg .brand.logo img,
body header.sticky.plainbg .brand.logo img {
  content: none;
  -o-object-fit: fill;
  object-fit: fill;
  border: 0 none;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  margin-bottom:-2px;
}
.region-header .brand,
.region-primary-menu > nav {
  padding: 6px 0;
}
.site-name a {
  font-size: 18px;
  font-weight: 500;
  color: #428bca;
}
.region-header .site-branding__slogan {
  font-size: 10px;
  color: #428bca;
}

/**
  * REGION LANGUAGE
  */
.region-language #block-benutzermenu,
.region-language .block-block-content {
  margin-top:10px;
  margin-bottom:0px;
  background-color: lightgoldenrodyellow;
}
.region-language .block-block-content {
  padding: 10px 20px;  
}
.region-language #block-benutzermenu {  
  margin-right:20px;
}
.region-language #roboticguest p {
  margin-bottom:0.2rem;
  font-size:1.5rem;
}
.region-language nav {
  float:right;  
}
.region-language nav ul {
  list-style: none;
  margin:0;
  padding:0;
}
.region-language nav ul li {
  display: inline;
}


/**
  * BREADCRUMB
  */
.breadcrumb {
  background: none;
  padding: 4px 0 0 0;
  margin: 0;
  border-bottom: 0px solid #eee;
  font-size: 1.4rem;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb li {
    line-height: 2.4;
}
.breadcrumb li:not(:first-child)::before {
    content: " / ";
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumbs-top {
  position: absolute;
  top: 70px;
}
.breadcrumbs-top .breadcrumb {
  margin: 0 20px;
}
.breadcrumbs-top .breadcrumb a,
.breadcrumbs-top .breadcrumb li {
  /* color: #ffffff; */
}
.breadcrumbs-top.plainbg .breadcrumb a,
.breadcrumbs-top.plainbg .breadcrumb li {
  /* color: #333333; */
}


/**
  * BLOCKS
  */
.block {
  margin-bottom: 3rem;
}
.region-breadcrumb .block {
  margin-bottom: 2px;
  padding: 6px 0;
}
.block-views-blockbottomcontent-3-cols-block-2 {
  padding-top: 6rem;
}
.block-views-blockicampus-services-block-1 {
  padding-top:6rem;
  background-color: var(--bg-icampuslight);
}
.block h2.blocktitle {
  text-transform: none;
  font-weight: 500;
  font-size:2.6rem;
  margin:10px 50px 20px;
  color:#333;
}
.block header {
  margin-bottom:20px;
}
.block header h2 {
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size:4rem;
  margin:10px 26px 30px;
  text-align:center;
}
.block header p {
  font-size:1.8rem;
  margin:10px 26px 20px;
}
.block-language {
    float:right;
    margin:0;
    padding-top:9px;
    padding-right:20px;
}
.front-page .block-language {
    padding-top:20px;
}
.block-language ul {
    list-style-type: none;
    margin:0;
}
.block-language ul li {
    display:inline-block;
}
.block-language ul li a {
    text-transform: uppercase;
}
.block-language ul li:first-child:after {
  content: '/';
  display:inline-block;
  padding: 0 5px;
}
.block .buttonwrap {
  float:right;
  margin-right: 41px;
}
.region-slideshow .block > .container,
.region-header .block > .container,
body:not(.path-taxonomy):not(.page-node-type-article) .region-content .block > .container,
.content-top .block .container,
.region-breadcrumb .block > .container,
.content-bottom div[class*="block-views-blockicampuslab"] > .container,
.content-bottom div[class*="block-views-blockbottomcontent-singletext"] > .container {
  width: auto !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}


/** 
  * iCAMPUS COLS
  */
.icampuscols {
  padding: 10px 0 40px 0;
  text-align: center;
  /*  -webkit-box-shadow: inset 0 8px 10px -10px rgba(32,18,58,.24);
  -moz-box-shadow: inset 0 8px 10px -10px rgba(32,18,58,.24);
  box-shadow: inset 0 8px 10px -10px rgba(32,18,58,.24);
  */
}
.icampuscols .views-row {
  margin:0 !important;
  background-color: #fafafa;
  -webkit-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(32,18,58,.24);
  -moz-box-shadow: 0px 0px 10px -1px rgba(32,18,58,.24);
  box-shadow: 0px 0px 10px -1px rgba(32,18,58,.24);
  padding-bottom:50px;
}
.icampuscols .secimg {
  position: relative;
  z-index: 1;
}
.icampuscols .secimg img {
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.icampuscols .secdesc {
  color:#555;
}
.icampuscols .secdesc a {
  color: #555;
  font-size:1.3rem;
}
.icampuscols .secdesc a:hover,
.icampuscols .secdesc a:focus {
  color:#555;
  text-decoration: none;
}
.icampuscols .secdesc h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 500;
  font-family: 'Lato',sans-serif;
}
.icampuscols .seclogo {
  position: relative;
  z-index: 2;
  margin:-54px 33% 0;
}
.icampuscols .seclogo > div {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-color:orange;
  padding:14px;
  border: 4px solid #ffffff;
}
.icampuscols .block {
  padding: 7px;
}

/**
  * TOP WIDGETS
  */

.topwidget {
  padding: 20px 0 0 0;
  text-align: center;
}
.topwidget .fa {
  font-size: 42px;
  background: #428bca;
  width: 80px;
  height: 80px;
  padding: 20px 0 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #fff;
  margin-bottom: 10px;
}
.topwidget .block {
  padding: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fafafa;
}

/**
  * HOME Sliderheader 
  */
.slideshow {
  background-color: lightpink;
  background: url(/web/sites/default/files/header/cloud_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 50vh;
  height: auto;
  padding-top:25%;
  padding-bottom: 3rem;
}
.slideshow .container {
  padding-right: 0px;
  padding-left: 0px;
}
.slideshow .container > .row {
  padding-right: 0px;
  padding-left: 0px;
}
.slideshow .region-slideshow .layout {
  margin-right: 0%;
}
.slideshow .region-slideshow .layout .wrap {
  margin-bottom: 3.6rem;
  margin-left: 0rem;
  min-height: 12rem;
}
.slideshow .region-slideshow .layout .wrap h1 {
  display:none;
}
.slideshow .region-slideshow .layout .wrapnewslink {
  margin-bottom: 7rem;
}
.slideshow .region-slideshow .layout .wrapnewslink > p{
  display:none;
}
.slideshow .region-slideshow .layout h1 {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.25;
  background: #fff;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0em 0.4em;
}
.home-projects {
  margin-left: 0px;
}
.home-project {
  display: block;
  float:left;
  width: 340px;
  height: auto;
  padding: 14px 14px;
  border-radius: 12px;
  margin-right: 2rem;
  margin-bottom: .8rem;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--icampus-border-color-lighter);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-project:hover {
  transform: scale(1.01);
  box-shadow: 0 3px 9px rgba(0,0,0,0.05);
}
.home-project .img {
  float:left;
  width: 120px;
  margin: -14px 20px -14px -14px;
}
.home-project h3 {
  margin-top: 2px;
  font-size: 1.66rem;
}
.home-project .img img {
  max-width: 100%;
}
.home-project p {
  font-size: 1.4rem;
  margin:0;
}


/**  
  * HOME LANDING VIEW
  */
.landingview {
  background-color: #ffffff;
}
.landing {
    min-height: calc(100vh - 90px);
    margin-top: 72px;
    padding: 22px 2px 52px;
    /*
    background:
      linear-gradient(90deg, rgba(180,230,235,.7), rgba(255,220,90,.55)),
      url("background.jpg") center / cover no-repeat;
    */
}
.landing .card {
  background-color: lightblue;
  padding: 0;
}
.landing .card > div {
  box-shadow: none !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
}
.landing .card.card-living > div {
  background-size: 100% auto;
}
.landing .card.card-living h3 {
  display: none;
}
.landing .card > div > div.gradient-campuslab {
  padding: 20px 20px;
  height: 100%;
  position: relative;
  background: #FFDCC1;
  background: linear-gradient(0deg,rgba(255, 220, 193, 1) 25%, rgba(255, 220, 193, 0) 60%, rgba(255, 220, 193, 0) 100%);
}
.landing .card > div > div.gradient-roboticlab {
  padding: 20px 20px;
  height: 100%;
  position: relative;
  background: #D9E2FF;
  background: linear-gradient(0deg,rgba(217, 226, 255, 1) 25%, rgba(217, 226, 255, 0) 60%, rgba(217, 226, 255, 0) 100%);
}
.landing .card.card-robot > div {
  background-position: right;
}
.landing .card.cat-roboticlab > div {
  background-color: #d9e2ff;
}
.landing .card.cat-campuslab > div {
  background-color: #ffdcc1;
}
.landing .card .card-title {
  position: absolute;
  left: 22px;
  bottom: 16px;
}
.landing .card.card-living .card-title {
  position: absolute;
  left: auto;
  right: 22px;
  bottom: 16px;
}
.landing .card h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.1rem;
  color: var(--font-color-campuslab);
  font-weight: 500;
  margin: 0 0 8px;
}
.landing .card.cat-roboticlab h2 {
  color: var(--font-color-roboticlab);
}
.landing .card h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  color: var(--font-color-campuslab);
  font-weight: 500;
  margin: 0 0 6px;
}
.tiles {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 80px;
    gap: 24px;
}
.card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: white;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.card {  
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card .card-icon {
  margin-left: -6px;
  margin-bottom: 14px;
}
.card .card-icon > img{
  width: 60px;
  height: auto;
}
.card-map {
    grid-column: span 3;
    grid-row: span 2;
}
.card-small {
    background: #b4f0a8;
    grid-column: span 3;
    grid-row: span 2;
}
.card-app {
    grid-column: span 3;
    grid-row: span 3;
}
.card-robot {
    grid-column: span 3;
    grid-row: span 2;
}
.card-pepper {
    grid-column: span 3;
    grid-row: span 5;
}
.card-lab {
    grid-column: span 3;
    grid-row: span 3;
}
.card-vr {
    padding: 36px;
    grid-column: span 3;
    grid-row: span 3;
}        
.card-thesis {
    padding: 36px;
    grid-column: span 3;
    grid-row: span 2;
}
.card-living {
    grid-column: span 4;
    grid-row: span 2;
    padding: 36px;
}
.card-living img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.quicklinks {
    background-color: var(--bg-quicklinks) !important;
    grid-column: span 8;
    grid-row: span 2;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 20px 36px;
    border-radius: 12px;
    justify-content: center;
}
.quicklinks .card-icon {
    background-color: transparent !important;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}
.quicklinks .card-icon img {
    object-fit: contain;
    width: 56px;
    height: auto;
}
.quicklinks a {
  padding: 12px;
  min-height: 120px;
  min-width: 130px;
  border-radius: 10px;
  background: transparent;
  color: #0b5f9d;
  text-decoration: none;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
}
.quicklinks h3 {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  font-family: 'DM Sans', sans-serif;
  color: #44464f !important;
}
.quicklinks a {
    transition: transform 0.2s ease, box-shadow 0.2s ease;  
}
.quicklinks a:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.quicklinks span {
    color: #111;
    font-size: 15px;
}
.card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 32px;
    background: white;
}
.card-label {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 20px 24px;
    border-radius: 10px;
    background: rgba(255,255,255,.95);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-label span,
.floating-arrow {
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    background: white;
}
.floating-arrow {
    position: absolute;
    right: 18px;
    top: 18px;
}

/* 
  GLIDER 
*/
.glider {
  overflow-x: hidden;
}
.projects .glider-slide {
  align-content: flex-start;
}
.js-glider-prev,
.js-glider-next {
  position: absolute;
  top: 56px;
  border-radius: 25px;
  background-color: var(--icampus-arrow-color);
  padding: 4px;
  border: 1px solid var(--icampus-border-button);
  box-shadow: 0px 0px 6px rgba(0,0,0,.16);
}
.js-glider-prev {
  left: -28px;
}
.js-glider-next {
  right: -8px;
}
.projects .js-glider-prev {
  top: 45%;
  left: -5rem;
}
.projects .js-glider-next {
  top: 45%;
  right: -5rem;
}
.js-glider-prev .fa,
.js-glider-next .fa {
  font-size:1.6rem;
}
.js-glider-prev .fa {
  padding: 11px 16px 11px 11px;
}
.js-glider-next .fa {
  padding: 11px 11px 11px 16px;
}
.topiclinks {
  margin-left: -6px;
}
.topiclinks .topiclink {
  display: inline-block;
  padding: 12px 8px;
}


/* 
  PAGE TITLE 
*/
#page-title {
  height:auto;
  width:auto;
  position:relative;
  background-color: transparent;
}
#page-title.colored {
  min-height: 40rem;
}
.page-node-type-simplenews-issue #page-title {
  height: auto;
}
#page-title:not(.colored) .head h1 {
  color: #333333 !important;
  background-color: transparent !important;
  text-shadow: none !important;
}

/**
  * LAYOUT
  */
article.page .layouttxt,
article.article .layouttxt,
article.page.project .layouttxt {
  margin: 10px 10px 20px 10px;
  padding: 0;
}
article.page.center .layouttxt {
  margin: 10px 10px 20px 10px;
}


/**
  * Background colors 
  */
.context-campuslab #page-title,
.context-ueberuns #page-title {
  /*background-color: var(--color-campuslab);*/
}
#page-title > .bg {
  position: absolute;
  height:100%;  
  width:100%;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  filter: grayscale(40%);
}
#page-title > .container {
  height:100%;
  position:relative;
}
#page-title .head .titlecell {
  display:table-cell;
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
#page-title .head .titlecell.onlytitle {
  padding-bottom:5rem;
}
.page-node-type-simplenews-issue #page-title .head .titlecell {
  padding-bottom:3rem;
}
#page-title .headintro {
  padding:0;  
}
#page-title .headintro p {
  padding:6px 0px;
  margin: 0;
  color: #333;
}
#page-title .head {  
  display:table;
  height:100%;  
  width: 100%;
  min-height: 42rem;
}
#page-title .head .titlerow {
  display:table-row;
  height:100%;
  background-size: cover;
  background-position: center center;
}
#page-title .headintro h1 {
  font-size:3rem;
  font-weight:500;
  display:inline-block;
  padding:.2rem 0 .4rem;
  margin:2px 0 6px;
  color:#333333;  
}
.head .titlecell h1 {
  font-size:3rem;
  font-weight:500;
  display:inline;
  line-height: 1.8;
  padding:14px 20px 12px;
  margin-bottom:0px;
  color:#333333;
  background-color: rgba(255, 255, 255, 0.88);
  /*text-shadow: 0px 0px 4px rgba(0,0,0,0.62);*/
}
.head .titlecell h2 {
  font-size:1.8rem;
  font-weight:500;
  line-height: 2.2;
  display:inline;
  padding:10px 20px 10px;
  margin-bottom:0rem;
  margin-top:1rem;
  color:#333333;
  background-color: var(--icampus-bg-white-trans);
  /*text-shadow: 0px 0px 4px rgba(0,0,0,0.62);*/
}
.head .titlecell .subtitle {
  padding: 10px 0;
  margin-top: 1.4rem;
}
body[class*="context-"] .head .titlecell h1 {
  border-radius: 2px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
body.context-campuslab .head .titlecell h1,
body.context-ueberuns .head .titlecell h1,
body.context-campuslab .head .titlecell h2,
body.context-ueberuns .head .titlecell h2 {
  color: var(--font-color-campuslab);
  background-color: var(--bg-campuslablight);
  border-radius: 2px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
body.context-roboticlab .head .titlecell h1,
body.context-roboticlab .head .titlecell h2 {
  color: var(--font-color-roboticlab);
  border-radius: 4px;
  background-color: var(--bg-roboticlablight);
    box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
body.context-unidos-wildau-institut .head .titlecell h1,
body.context-unidos-wildau-institut .head .titlecell h2 {
  color: #ffffff;
  border-radius: 2px;
  background-color: var(--color-uwi);
    box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
header.plainbg #page-title .head .titlecell h2 {
  color:#333333;
  border-radius: 2px;
  background-color: transparent !important;
}
#page-title .head .titlecell .subdate {
  padding: 0 10px;
  color: white;
  letter-spacing: .1rem;
}
.appurl {
  padding-top: 18px;
  margin-bottom: 0px;
  display:block;
}
a.buttonapp {
  margin:0;
  padding:12px 26px; 
  text-transform: uppercase;
  letter-spacing: .06rem;
  display: inline-block;
  background-color: var(--icampus-bg-button);
  color:#ffffff;
  border-radius: 24px;
  text-align: center;
}
.appurl > a.buttonapp {
  box-shadow: 0px 0px 12px #fff;
}
a.buttonapp:active,
a.buttonapp:focus,
a.buttonapp:visited {
  text-decoration: none;
   background-color: var(--icampus-bg-button);
}
a.buttonapp:hover {
  background-color: var(--icampus-bg-button-hover);
}
a.buttonapp::after {
  font:normal normal normal 14px/1 FontAwesome;
  content: "\f08e";
  margin-left:12px;
}


/**
  * MAIN CONTENT 
  */
#wrapper {
  margin-bottom:80px;
}
.content-top {
  padding-right: 0px;
  padding-left: 0px;
}
.content-top h2 {
  font-size:3.2rem;
  font-weight:600;
  letter-spacing:0.1rem;
  margin: 4rem .5rem;
  font-family: 'DM Sans', sans-serif;
}
#gallery {
  margin: 2rem 120px 3rem;
}


/**
  * CONTENT TOP / NEWS 
  */
#news > div,
.news > div {
  padding: 0px 0px;
}
#news .views-row,
.news .views-item {
  background-color: #fff;
  margin:0 0 5rem;
  border-radius: 0px;
  overflow:hidden;
  padding: 0px;
  /*
  box-shadow: var(--icampus-box-shadow-wide);
  border: 1px solid var(--icampus-border-color);
  */
}
.news .views-row-title {
  margin: 0 0;
}
#news .views-row > .row,
.news .views-item > .row,
.home-terms .term-item > .row,
article.page .row.paragraph {
  display:flex;
  flex-wrap:wrap;
}
#news .views-row > .row > [class*="col-"],
.news .views-item > .row > [class*="col-"],
.home-terms .term-item > .row > [class*="col-"],
article.page .row.paragraph > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
#news .teaserimgs,
.news .teaserimgs,
.home-terms .teaserimgs {
  position: relative;
  background-color: #f3f5ff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px;
  border-radius: 6px;
  min-height: 22rem;
}
#news .views-row .views-field-field-image {
  float:left;
  width:50%;
}
#news .views-row .views-field-title {
  float:right;
  width:50%;
}
#news footer {
  padding:0 0 20px;
  text-align: center;
  margin-bottom: 20px;
}
.news .copyright {
  position: absolute;
  right:6px;
  bottom:6px;
  text-align: right;
  font-size: 1.1rem;
}
.teaser h2 {
  margin-top:10px;
}
.newsblock .labcat {
  margin-top:14px;
}
.newsblock .inner,
.home-terms .inner,
.news .inner,
.projects-compact .inner,
.news-readmore .inner {
  padding: 0 20px 2px;
  min-height: 12rem;
}
.news .views-items {
  margin: 2rem 40px;
}
.news > div > .views-item + .views-items {
  margin: 6rem 40px 2rem;
}
.news .views-items .row,
.projects-compact .row,
.news-readmore .row {
  display: flex;
  flex-wrap: wrap;
}
.news .views-items .row > div[class*="col-"],
.projects-compact .row > div[class*="col-"],
.newss-readmore .row > div[class*="col-"] {
  float:none !important;
  display: flex;
  flex-direction: column;
}
.news .views-items .inner,
.projects-compact .inner,
.news-readmore .inner {
  padding: 0;
  border: 1px solid var(--icampus-border-color);
  flex: 1;
  border-radius: 12px;
  margin-bottom: 2rem;
  overflow: hidden;
}
.news .views-items .inner .teaserimgs {
  height: auto;
}
.news .views-items .inner .body,
.projects-compact .inner .body,
.news-readmore .inner .body {
  padding: 10px 20px;
}
.news .views-item .inner h3,
.projects-compact .inner h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.news-readmore .inner h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.projects-compact .inner h4,
.news-readmore .inner h4 {
  font-size: 1.4rem;
  font-weight: 600;
}
.labcat a {
  font-weight: normal;
}
.labcat .roboticlab {
  color:#9bc2cf;
}
.labcat .campuslab {
  color:#ffae19;
}
.labcat .uwi {
  color:#81d681;
}

/**
  * CONTENT TOP / FAQ 
  */
.faq-item.views-row .views-field-field-rob-tax-project .field-content {
  color:#b3b3b3;  
  font-size: 1.5rem;
}
.faq-item.views-row .views-field-field-rob-tax-project .field-content .tax_31::before {
  content: "\f2bd";  
  float:left;
  margin-right:4px;
  font-size:1.3rem;
  font-family: 'FontAwesome';  
  display:block;
  width:2rem;
  height:2rem;    
}
.faq-item.views-row .views-field-field-rob-tax-project .field-content .tax_30::before {
  content: "\f121";  
  float:left;
  margin-right:4px;
  font-size:1.4rem;
  font-family: 'FontAwesome';  
  display:block;
  width:2rem;
  height:2rem;    
}
.faq-item.views-row .views-field-title {
  float:none;
  display: block;
  padding-top:8px;
  width:100%;
  font-size:2.2rem;
  font-weight:400;
  color:#333;
}
.faq-item.views-row .views-field-title:hover {
  cursor: pointer;
}
.faq-item.views-row .views-field-body {
  padding:0;
}
.faq-item.views-row .views-field-body .field-content {
  padding:8px 0 0;
}
.faq-item.views-row .views-field-body .field-content p {
  margin: 10px 0;
}
.faq-item.views-row .views-field-body {
  -webkit-transition: max-height .2s;
  -moz-transition: max-height .2s;
  -ms-transition: max-height .2s;
  -o-transition: max-height .2s;
  transition: max-height .2s;
  overflow: hidden;
  max-height: 0;
}
.faq-item.views-row.open .views-field-body {
  -webkit-transition: max-height 4s;
  -moz-transition: max-height 4s;
  -ms-transition: max-height 4s;
  -o-transition: max-height 4s;
  transition: max-height 4s;
  overflow: hidden;
  max-height: 4000px;
}

/**
  * MAIN CONTENT / ARTICLE 
  */
.hassidebar {
  /*padding: 20px 40px 20px;*/
  padding: 0;
}
.page h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top:1rem;
  margin-bottom:2.4rem;
  line-height: 1.4;
  /*color: #333;*/
  color: var(--icampus-bg-button);
}
.page h3 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top:1rem;
  margin-bottom: 2rem;
  letter-spacing: .1rem;
}
.page ul {
  padding-left:3rem;
  margin-bottom:2rem;
}
.page .layouttxt ul li,
.page .layouttxt ol li {
  padding: 6px 1rem;
  font-size: 1.68rem;
}
.anchormenu ul li {
  padding: 6px 1rem;
  font-size: 1.68rem;
}
.page .submenu {
  margin-left: 0px;
  margin-right: 0px;
}
.page .submenu nav {
  padding: 1.4rem 0rem 2.4rem;
  display: flex;
  justify-content: center; /* zentriert das UL */
}
.page .submenu #main-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  width: fit-content;   
  justify-content: center;
}
.page .submenu #main-menu > li {
  display: flex;
  margin:0 auto;
  padding: 0 7px;
  justify-content: center;
}
.page .submenu #main-menu > li.exception {
  display: none;
}
.page .submenu #main-menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 180px;
  min-width: 180px;
  border-radius: 4px;
}
.page .submenu ul {
  padding: 0;
  margin:0 0 2rem 0;
}
.page .submenu li {
  padding: 0rem;
  margin: 0;
}
.page .submenu li > a {
  margin: .7rem;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 8px rgba(0,0,0,.1);
}
.page .submenu li.description .desc {
  white-space: normal !important;
  font-size: 1.4rem;
  line-height: 1.5;
}
.page .submenu li.description span.title {
  display: inline-block;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: .6rem;
}
.page .submenu li.description:hover > a {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.page .submenu li.description > a {
  text-decoration: none;
}
.region-primary-menu li.description .desc {
  display: none !important;
}
.page .submenu li a {
  padding: 10px 10px;
}
#main-menu .menu-item:not(.description) .desc {
  display:none;
}
.region-primary-menu #main-menu .menu-item {
  width: auto !important;
}
article {
  margin-top: 20px;
  margin-bottom:0px;
}
article.no-body {
  margin-top: 0px;
}
article p {
    font-size:1.72rem;
}
article .embedded-entity {
    float:right;
    margin-right:-150px;
    margin-left:30px;
    padding:20px 30px 20px;
    background-color:rgba(0, 0, 0, 0.05);
    width:44%;
}
article .embedded-entity .block,
article .embedded-entity .block ul {
    border:0;
    margin:0;
}
article .embedded-entity .block ul li a {
    font-size:1.8rem;
}
article .embedded-entity nav h2 {
    font-size:1.8rem;
    display: none;
}
article .images::after {
  clear: both;
  content: " ";
  display:block;
  width:100%;
  height:2px;
  margin-bottom:30px;
}
article .images {
  margin-left:-16px;
  margin-right: -16px;
}
article .images .image {
  float:left;
  width:33.33%;
  padding:0;
  margin:0;
}
article .images .image a {
  display:block;
  padding:16px;
}
article .images .image a img {
  max-width:100%;
  height:auto;
}
article .node__content video {
    max-width: 100%;
}
.region-content .block {
  margin-bottom:10px;
}
.bef-exposed-form {
  position:relative;
  margin:0 0 100px;
}
fieldset.form-composite {
  position:absolute;
  top:50px;
  left:0;
  margin:0;
}
fieldset.form-composite legend {
  display:none;
}
fieldset.form-composite .form-item {
  margin-left:.5rem;
  margin-right: 1rem;
}
.bef-exposed-form .form-type-textfield {
  width:80%;
  margin:0;
}
.bef-exposed-form .form-type-textfield input {
  width:100%;
  line-height: 2.4rem;
  padding:8px;
}
.bef-exposed-form .form-type-textfield input:focus,
.bef-exposed-form .form-type-textfield input:active {
  border-radius: 0;
  outline:none;
  background-color:#f7f7f7;
}
.bef-exposed-form .form-actions {
  clear:none;
  float:right;
  width:20%;
  margin:0;
}
.bef-exposed-form .form-actions input {
  line-height: 2.4rem;
  padding:8px;
  border:1px solid #428bca;
  width:100%;
}

/**
  * Anchor list
  */
ul.anchorlist {
  width: 84%;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.anchorlist li {
  display: flex;
  position: relative;
  padding: 0 !important;
  box-shadow: var(--icampus-box-shadow-button-light);
}
ul.anchorlist li > a {
  color: #333;
  font-weight: 500;
  padding: 12px .1rem 10px 1rem;
  width: 100%;
}
ul.anchorlist li:hover {
  box-shadow: var(--icampus-box-shadow-button);
}
ul.anchorlist li.cat0 {
  background-color: var(--color-unidos-now);
}
ul.anchorlist li.cat1 {
  background-color: var(--color-unidos-education);
}
ul.anchorlist li.cat2 {
  background-color: var(--color-unidos-campus);
}
ul.anchorlist li.cat3 {
  background-color: var(--color-unidos-library);
}
ul.anchorlist li.cat4 {
  background-color: var(--color-unidos-messages);
}

ul.anchorlist li::marker {
  content: "" !important;
}
ul.anchorlist li::after { 
  position: absolute;
  right: 1.2rem;
  font:normal normal normal 12px/1 FontAwesome;
  content: "\f063";  
  margin-left: auto;
  margin-top: 1.7rem;
}
ul.anchorlist li:hover::after { 
  color: #666;
}


/**
  * CONTENT VIEWS: Taxonomie terms 
  */
.article .home-terms {
  margin: 0;
}
.article .home-terms .view-header {
  padding: 20px 20px 20px;
  text-align: center;
}
.article .home-terms .view-header .taxonomy-term > h1 {
  display: none;
}
.article .home-terms .term-item {
    background-color: #fff;
    margin: 0 90px 5rem;
    /*border-radius: 20px;*/
    overflow: hidden;
    padding: 0px;
    border-bottom: 1px solid var(--icampus-border-color);
}
.article .home-terms .term-item .teaserimgs {
  position: relative;
  background-color: #f3f5ff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 10px 24px 0px;
  border-radius: 6px;
  min-height: 22rem;
}


/**
  * CONTENT BOTTOM 
  */
.content-bottom .block:not:first-child {
  padding-top: 3rem;
}
.content-bottom .projects,
.content-bottom .projects-compact,
.content-bottom .news-readmore {
    margin-top: 40px;
    padding: 0 54px;
}
.content-bottom .projects .views-item {
  margin-bottom:5rem;
  overflow:hidden;
  padding: 0px 0 5rem 0;
  border-bottom: 1px solid var(--icampus-border-color);
}
.content-bottom .projects .row {
  display: flex;
  flex-wrap: wrap;
}
.content-bottom .projects .row div[class^="col-"]{ 
  display: flex;
  flex-direction: column;
}
.content-bottom .projects .row div[class^="col-"] .inner { 
  flex: 1;
}
.projects .inner {
  padding: 1rem 2rem 2rem 0;
}
.content-bottom .projects .project {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--icampus-box-shadow);
  margin: 0 1.6rem 2rem;
}
.content-bottom .projects .inner h2,
.content-bottom .projects .project h2 {
  padding: 0 20px;
  font-size:2rem;
  font-weight:500;
}
.content-bottom .projects .inner h3,
.content-bottom .projects .project h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0;
}
.content-bottom .projects .inner .teaser,
.content-bottom .projects .project .teaser {
    padding: 0 20px;
}


/**
  * SERVICES
  */
.block .section  {
  border: 0px solid lightblue;
}
.block .section .icampuslab {
  position: relative;
  padding-top:6rem;
  padding-bottom: 7rem;
}
.block .section .icampuslab .inner {
  margin: 0 6px;
}
.block .blockcontent {
  padding-top: 4rem;
}
.block .blockcontent .row.inner {
  margin: 0 120px;
  border: 2px solid lightblue;
}
.block .section .icampuslab .inner .wrapinner {
  padding: 10px 30px 20px;
  border-radius: 10px;
}
.content-bottom .wrapinner h2 {
  font-size:4rem;
  font-weight: 600;
  color:#333;
  margin: 1.5rem 0 2rem;
  font-family: 'DM Sans', sans-serif;
}
.content-bottom .wrapinner p {
    color:#333;
    font-size:1.7rem;
}
.content-bottom .wrapinner .readmore {
  margin-top:3rem;
}
.services.view {
  padding: 20px 50px;
}
.services.view .row {
  margin-bottom:30px;
  display: flex;
  flex-wrap: wrap;
}
.services .services {
  display: flex;
  flex-direction: column;
}
.column.services .service {
  border:0px solid red;
  flex: 1;
  background-color: white;
  padding: 12px 0px;
  border-radius: 12px;
}
.column.services .service .head {
  min-height: 70px;
}
.column.services .service .iconwrap{
  margin: 12px 0 0;
  padding: 0 4px 0 16px;
  width: 25%;
  float:left;
  text-align:center;
}
.column.services .service .title {
  margin: 20px 0 0; 
  padding-left: 4px;
  float:right;
  width: 75%
}
.column.services .service .desc {
  clear: both;
  margin: 8px 0 12px;
  padding: 0 26px;
}
.column.services .service .desc p {
  font-size: 1.6rem;
}
.iconwrap svg {
  fill-rule:evenodd;
  clip-rule:evenodd;
  fill: #333333;
  height: 60px;
}
.iconwrap .unidos {
  margin: 4px auto;
  height: 44px;
}
.iconwrap .campussuche {
  height: 54px;
}
.services h2 {
    font-size:3.2rem;
    font-weight:500;
    letter-spacing:0.1rem;
    margin-bottom:4rem;
}
.services .icon img {
    width:90%;
}
.services .desc {
    margin-bottom: 30px;
}


/**
  * SECTION TEASER
  */
.content-bottom .wrap .bg-left {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-color:#999;
}
.content-bottom .wrap .bg-right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    background-color:#999;
}

.teaserimgs a {
    display: none;
}
.teaserimgs a img,
.teaserimgs > img,
.bottomcontent .video img {
    width:100%;
    border-radius: 10px;
}
.views-items .teaserimgs a img,
.projects-compact .teaserimgs a img,
.news-readmore .teaserimgs a img {
    border-radius: 10px 10px 0 0;
}
.teaserimgs a:first-child {
    display: block;
    height: 100%;
}
.tiles .wrap {
  padding:0;  
  margin-bottom:40px;  
}
.context-campuslab .tiles .wrap {
  background-color: #ffae19;
}
.context-roboticlab .tiles .wrap {  
  background-color:#9bc2cf;
}
.context-unidos-wildau-institut .tiles .wrap {
  background-color: #81d681;
}
.context-ueber-uns-team .tiles .wrap {
  background-color: rgba(7,113,190, .7);
}

/**
  * TEAM
  */
.team-icons {
  padding-top:30px;  
}
.content-bottom .team-icons {
  background-color: rgba(0, 0, 0, 0.03);
}
.path-user .profile >div {
  display: inline-block;
}
.path-user .profile .label {
  display: block;
  color: #333;
}
.tiles .wrap::after {
  clear:both;
  content: "";
  height:1px;
  display: block;
}
.profile h2 {
  margin-bottom: 2.1rem;
}
.profile h2.wgrade {
  margin-bottom: .4rem;
}
.profile .grade {
  margin-bottom: 2.1rem;
}
.profile h3 {
  margin-bottom:2.4rem;
}
.profile .slogan {
  padding: 12px 20px;
  margin:26px 0 20px;
  background-color: rgba(0, 0, 0, 0.03);
}
.catid.roboticslab,
.catid.campuslab,
.catid.unidoswildauinstitut {
  display: inline-block;
  padding-left:65px;
  font-size:1.6rem;
  height: 56px;
  vertical-align: middle;
  line-height: 56px;  
}
.catid.roboticslab {
  background: url(images/roboticslab_sm.png) no-repeat 0 0;
  background-size: auto;
  background-size: auto 100%;
}
.catid.campuslab {
  background: url(images/campuslab_sm.png) no-repeat 0 0;
  background-size: auto;
  background-size: auto 100%;
}
.catid.unidoswildauinstitut {
  background: url(images/uwi_sm.png) no-repeat 0 0;
  background-size: auto;
  background-size: auto 100%;
}
.persimg {
  text-align: center;
}
.persdesc {
  padding:10px 10px 10px 0;
}
.persdesc p {
  margin:0;
  font-size:1.6rem;
  color:#ffffff;
  line-height: 1.5;
}
.persdesc p.depts {
  margin:6px 0;
}
.persdesc p .label {
  font-weight: 400;
  color:#ffffff;
}
.persdesc p.projects {
  margin-top:8px;
}
.persdesc h3 {
  margin-top:1.6rem;
  margin-bottom:1.2rem;
  color:#ffffff;
  font-size:2.2rem;
}
.persimg img {
    border-radius: 1%;
    padding:0 22px 0 0;
}
.team-projects {
  border-top:1px solid #ccc;
  /*background-color: rgba(250, 250, 210, 0.5);*/
  padding:18px 0;
}
.team-skills {
  /*background-color: rgba(250, 250, 210, 0.5);*/
  border-top:1px solid #ccc;
  padding:18px 0;
}
.team-skills .item {
  float:left;
  width:50%;
}
.team-projects ul {
  margin: 22px 0 20px 8px;
}
.team-projects ul li {
  margin-bottom: 10px;
}
.team-skills .item p,
.team-projects .item p,
.team-projects .item h5 {
  margin:0 0 5px;
  padding:0;  
  font-size:1.6rem;
  line-height:1.2;
}
.team_single {
  float:left;
  width:16.5%;
  padding:20px;
}
.team_single > a {
  display: inline-block;
}
.team_single > a > img {
  border-radius: 50%;
  padding:6px;
  margin:0px;
  max-width:100%;
}


/**
  * TIMELINE
  */
.container .timeline {
  padding-left: 50px;
  padding-right: 50px;
}
.tlyear a {
    color:#333;
    text-decoration: none;
}
.tlyear a:hover {
    color:#428bca;
}
div.item-list h3 {
  text-align: center;
}
div.item-list h3 a {
  display:block;
  padding:17px 0;  
  background-color: rgba(250, 250, 210, 0.25);
}
div.item-list h3 a:hover {
  display:block;
  padding:17px 0;  
  background-color: rgba(250, 250, 210, 0.96);
}
ul.timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.timeline-list {
    -webkit-transition: max-height .2s;
    -moz-transition: max-height .2s;
    -ms-transition: max-height .2s;
    -o-transition: max-height .2s;
    transition: max-height .2s;
    overflow: hidden;
    max-height: 0;
}
ul.timeline-list.open {
    -webkit-transition: max-height 2s;
    -moz-transition: max-height 2s;
    -ms-transition: max-height 2s;
    -o-transition: max-height 2s;
    transition: max-height 2s;
    overflow: hidden;
    max-height: 4000px;
}
ul.timeline-list:after {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #333333;
  top: 0;
}
ul.timeline-list li.timeline-item {
  margin: 0;
  padding: 0;
}
ul.timeline-list li.timeline-item:after {
  content: "";
  display: table;
  clear: both;
}
ul.timeline-list li.timeline-item .timeline-item-wrapper {
  box-sizing: border-box;
  position: relative;
}
ul.timeline-list li.timeline-item .timeline-item-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 3px solid #333;
  border-radius: 50%;
}
ul.timeline-list.alternate:after {
  left: 50%;
  transform: translateX(-50%);
}
ul.timeline-list.alternate li.timeline-item .timeline-item-wrapper {
  width: 50%;
}
ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
  float: left;
  padding-right: 1rem;
  text-align: right;
}
ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
  right: -8px;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
  float: right;
  padding-left: 1rem;
  text-align: left;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
  left: -8px;
}
ul.timeline-list.left:after {
  left: 0;
}
ul.timeline-list.left li.timeline-item .timeline-item-wrapper {
  width: 100%;
  padding-left: 1rem;
  text-align: left;
}
ul.timeline-list.left li.timeline-item .timeline-item-wrapper .timeline-marker {
  left: -6px;
}
ul.timeline-list.right:after {
  right: 0;
}
ul.timeline-list.right li.timeline-item .timeline-item-wrapper {
  width: 100%;
  padding-right: 1rem;
  text-align: right;
}
ul.timeline-list.right li.timeline-item .timeline-item-wrapper .timeline-marker {
  right: -6px;
}
ul.timeline-list.marker-center .timeline-marker {
  top: 50%;
  transform: translateY(-50%);
}
ul.timeline-list:after {
  width: 2px;
  background-color: #ccc;
}
ul.timeline-list.marker-center .timeline-marker {
    top: 11px;
    transform: translateY(-50%);
}
ul.timeline-list li.timeline-item {
  margin: 0;
  padding: 20px 0;
}
ul.timeline-list li.timeline-item .body {
  display:inline;
}
ul.timeline-list li.timeline-item .body p {
  font-size:1.5rem;
  margin-bottom:4px;
}
ul.timeline-list li.timeline-item .img {
  padding-bottom:12px;
}
ul.timeline-list li.timeline-item .title {
  clear:both;
  padding-top:10px;
  margin-bottom:8px;
  font-size:1.8rem;
  font-weight: normal;
}
ul.timeline-list li.timeline-item.odd .date {
    float:right;
    width:49.8%;
    padding-left:24px;
    font-weight:400;
}
ul.timeline-list li.timeline-item.even .date {
    float:left;
    width:49.8%;
    text-align:right;
    padding-right:24px;
    padding-top:1px;
    font-weight:400;
}
ul.timeline-list li.timeline-item.odd .img,
ul.timeline-list li.timeline-item.even .img {
  float:left;
  margin-right:22px;
}
ul.timeline-list li.timeline-item.odd .img img,
ul.timeline-list li.timeline-item.even .img img {
  border-radius: 5px;
}
ul.timeline-list li.timeline-item .img .wrap a {
  display:none;
}
ul.timeline-list li.timeline-item .img .wrap a:first-child {
  display:block;
}
ul.timeline-list li.timeline-item .body::after {
    content: " ";
    clear:both;
    height:0;
    display:block;
}
ul.timeline-list li.timeline-item .tags {
    display: block;
    padding:20px 0 4px;
}
ul.timeline-list li.timeline-item .tags ul {
    list-style-type: none;
}
ul.timeline-list li.timeline-item .tags ul li {
    display: inline-block;
    padding:4px 10px 3px;
    margin:0 6px;
    background-color: #efefef;
    border-radius: 4px;
}
ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: #ffae19;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.36);
}
ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper {
  float: left;
  padding-right: 6rem;
  text-align: left;
}
ul.timeline-list.alternate li.timeline-item.odd .timeline-item-wrapper .timeline-marker {
  right: -12px;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper {
  float: right;
  padding-left: 6rem;
  text-align: left;
}
ul.timeline-list.alternate li.timeline-item.even .timeline-item-wrapper .timeline-marker {
  left: -12px;
}


/** 
  * SIDEBAR BLOCKS
  */
.region-sidebar-second,
.region-sidebar-first {
  margin: 30px 0 30px;
}
.region-sidebar-second .block,
.region-sidebar-first .block {  
  background: #fafafa;
  padding: 20px;
}
.region-sidebar-second .block h2.title,
.region-sidebar-first .block h2.title {
  text-transform: capitalize;
  margin-top: 0;
}
.region-sidebar-second p,
.region-sidebar-first p {
  font-size:1.6rem;
}


/**
  * CONTENT PLUS
  */
.content-plus .region {
  margin:40px auto;
  text-align: center;
}
.content-plus .region div[class^="simplenews-subscriptions-block"] > .container,
.region.region-landing-view div.block > .container {
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
}
.content-plus .region div[class^="simplenews-subscriptions-block"] > .container h2.blocktitle {
  margin-left: 0;
}
.content-plus .region div[class^="simplenews-subscriptions-block"] {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.content-plus .region div[class^="simplenews-subscriptions-block"] .form-item label {
  width: 24%;
}
.content-plus .region div[class^="simplenews-subscriptions-block"] .form-item .description {
  display:none;
}
.content-plus .region div[class^="simplenews-subscriptions-block"] .form-item input {
  width: 75%;
}
.content-plus .region div[class^="simplenews-subscriptions-block"] .form-actions {
  text-align: right;
}

/**
  * CAROUSEL
  */
.carousel.fade {
     opacity: 1;
}
.carousel.fade .item {
    /*transition: opacity ease-out 1.7s;*/
    -webkit-transition: opacity 1.6s ease-in-out;
    -moz-transition: opacity 1.6s ease-in-out;
    -o-transition: opacity 1.6s ease-in-out;
    transition: opacity 1.6s ease-in-out;
    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}
.carousel.fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}
.carousel.fade .item.active {
    opacity: 1;
}


/**
  * FOOTER WIDGETS
  */
.footer-widgets {  
  background-color: var(--icampus-bg-color);
  color:#fff;
  padding: 0 20px;
}
.footer-widgets .row div[class^="col-"] {
  background-color: var(--icampus-bg-color);
}
.footer-widgets .row div[class^="col-"] {
  padding-top:20px;
  padding-bottom:20px;
}
.footer-widgets .block {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.footer-widgets .block h2.title {
  margin: 5px 0 10px 0;
}
.footer-widgets nav h2 {
  color:#fff;
  font-size:1.8rem;
  font-weight:500;
  text-transform: uppercase;
  margin-bottom:14px;
}
.footer-widgets .menu {
  margin-left:0;
  padding-left: 1px;
}
.footer-widgets .menu {
  list-style-type: none;
}
.footer-widgets .menu a {
  color:#fff;
  font-size:1.6rem;
}
.footer-widgets .menu a.is-active {
    color: #fff;
    text-decoration: underline;
}
.footer-widgets img {
  max-width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}
.menu--roboticlab .menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}

/**
  * Footer Ribbon
  */
.footer-ribbon {
  margin: 0;
  border: 0;
  background: #fafafa;
  color: #fff;
}
.footer-ribbon ul {
  margin: 10px 0;
  padding: 0;
}
.footer-ribbon nav li {
  display: inline-block;
}
.footer-ribbon nav li a {
  display: block;
  padding: 5px;
}
#footer-bottom {
  text-align: center;
  padding: 25px 0 5px;
}

/**
  * Copyright & Credit
  */
.copy_credit .copyright,
.copy_credit .credit {
  text-align:center;
  color:#ffffff;
  margin: 40px 10px 6px;
}

/**
  * Scroll Top
  */
#toTop a.scrollUp {
  background: #428bca;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  cursor: pointer;
}
#toTop a.scrollUp .fa {
  color: #fff;
  font-size: 30px;
  height: 54px;
  line-height: 54px;
  width: 54px;
}
#toTop a.scrollUp:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(0,119,206,.7);
}

/**
  *  Icons 
  */
article .communication::after {
  display: block;
  content: ' ';
  height:0;
  clear:both;
}
.contact {
  margin-bottom:8px;
  width:50%;
  float:left;
}
.contact::after {
  clear:both;
  content: "";
  display: block;
  height:0;
}
span.icon {
  display:block;
  float: left;
  width:24px;
  height:24px;
  margin-right:12px;
}
.icon.email::after {
  font:normal normal normal 14px/1 FontAwesome;
  content: "\f0e0";  
}
.icon.phone::after {
  font:normal normal normal 14px/1 FontAwesome;
  content: "\f095";  
}
.icon.webex::after {  
    display: block;
    content: ' ';
    background-image: url('images/cisco-webex.svg');
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}
.icon.mattermost::after {  
  display: block;
  content: ' ';
  background-image: url('images/mattermost.svg');
  background-size: 17px 17px;
  height: 17px;
  width: 17px;
}
.region-content .icon.news > a::before,
.region-content .icon.projects > a::before,
.region-content .icon.services > a::before,
.region-content .icon.studentprojects > a::before,
.region-content .icon.team > a::before {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.region-content .icon.news > a::before {
  font: normal normal normal 30px / 1 FontAwesome;
  content: "\f1ea";
  display: block;
  text-align: center;
}
.region-content .icon.projects > a::before {
  font: normal normal normal 30px / 1 FontAwesome;
  content: "\f00a";
  display: block;
  text-align: center;
}
.region-content .icon.studentprojects > a::before {
  font: normal normal normal 30px / 1 FontAwesome;
  content: "\f19d";
  display: block;
  text-align: center;
}
.region-content .icon.team > a::before {
  font: normal normal normal 30px / 1 FontAwesome;
  content: "\f0c0";
  display: block;
  text-align: center;
}
.region-content .icon.services > a::before {
  font: normal normal normal 30px / 1 FontAwesome;
  content: "\f0ae";
  display: block;
  text-align: center;
}
/* Services: ? f00b */
.region-content .icon > a::before {
  color: var(--color-roboticlab);
}
.context-campuslab .region-content .icon > a::before {
  color: var(--color-campuslab);
}

/**
  * Social Media
  */
.social-media {
  text-align: right;
}
.social-media > a {
  position: relative;
  top: 10px;
  width: 32px;
  height: 32px;
  background: #428bca;
  display: inline-block;
  border-radius: 32px;
  -moz-border-radius: 32px 32px 32px 32px;
  -webkit-border-radius: 32px 32px 32px 32px;
  color: #fff;
  margin: 1px;
}
.social-media > a > .fa {
  position: absolute;
  left: 32%;
  top: 30%;
  font-size: 14px;
}
.social-media .icon-twitter:hover {
  background: #00aced;
  color: #fff;
}
.social-media .icon-facebook:hover {
  background: #3b5998;
  color: #fff;
}
.social-media .icon-gplus:hover {
  background: #dd4b39;
  color: #fff;
}
.social-media .icon-linkedin:hover {
  background: #0274b3;
  color: #fff;
}
.social-media .icon-youtube:hover {
  background: #e12b28;
  color: #fff;
}

/**
  * Designer Line - Horizontal
  */
hr.style-mint {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  background-image: -moz-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  background-image: -ms-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  background-image: -o-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
  margin: 0;
  position: relative;
  top: 30px;
}

/**
  * Form
  */
input,
button,
select,
textarea {
  padding: 8px;
  border: 1px solid #428bca;
}
.contact-message-form label {
  display: block;
}
.btn,
input[type="submit"] {
  background: #428bca;
  color: #fff;
  border: 0;
  line-height: 100%;
  padding: 10px;
}
.btn:hover,
input[type="submit"]:hover {  
  background: #5496CF;
}

/**
  * Front Page
  */
.path-frontpage .feed-icon {
  display: none;
}


/**
  * SEARCH FORM
  */
.search-block-form {
  max-width: 500px;
  margin: 0 auto;
}
.region-search {
  padding: 15px;
}
#search-block-form {
  display: table;
  width: 100%;
}
#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#search-block-form .form-search {
  padding-right: 34px;
}
#search-block-form .form-actions {
  left: -41px;
  width: 41px;
}
#search-block-form input {
  width: 100%;
  height: 41px;
}
#search-block-form .fa-search {
  color: #428bca;
  font-size: 20px;
  left: 32%;
  position: absolute;
  top: 27%;
}
#search-block-form input[type="submit"] {
  background: transparent;
}
#search-block-form input[type="submit"]:hover {
  background: transparent;
}
#search-block-form .form-actions:hover i {
  color: #00614e;
  cursor: pointer;
}


/**
  * Demo Typography
  */
.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}
.highlight {
  padding: 5px;
  background-color: #f7f7f9;
  margin: 15px 0;
}
.highlight pre {
  border: 0;
  background: none;
  margin: 0;
}
.bd-example-type .table tr:first-child td {
  border-top: 0;
}
.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0;
}
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/** 
  * Contact Form
  */
.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

/**
  * User Login Form
  */
.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #fff;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text {
  width: 100%;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}
.context-user-login .tabs.primary li:nth-child(3) {
  border: 1px solid blue;
  display: none;
}

/**
  * Comment
  */
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.comment-wrap .author-details {
  float: left;
  width: 20%;
}
.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}
.comment-submitted {
  margin: 3px 0;
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
}
.comment-wrap .author-comments h3 {
  margin-top: 10px;
}
.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

/*links Inline*/
ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*Carousel*/
.carousel-caption p,
.carousel-caption h3 {
  display: none;
}
.carousel-caption h3 {
  margin-top: 0;
}
.carousel-indicators li {
  border: 1px solid #428bca;
}
.carousel-indicators .active {
  background-color: #428bca;
  height: 10px;
  width: 10px;
}

/*Sliding header widget*/

.slidewidget {
  background: transparent;
  left: 0;
  position: absolute;
  top: 49px;
  width: 100%;
  height: 0;
}
.slidewidget #sliding-header-wrap {
  display: none;
  color: #333;
  position: relative;
  z-index: 13;
}
.slidewidget .wrapper {
  position: relative;
  z-index: 100;
  background-color: #32ecc8;
  border-bottom: 2px solid #428bca;
}
.slidewidget .toggle-switch {
  background-color: #428bca;
  position: relative;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  z-index: 250;
}
.slidewidget .fa-gear.fa-spin {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 25%;
}
.slidewidget img.left {
  float: left;
  margin: 10px 10px 0 0;
  width: 50%;
}
.slidewidget ul {
  padding-left: 15px;
}
.slidewidget .block {
  padding: 20px 10px 10px;
}
.slidewidget .block h2.title {
  margin: 5px 0 10px 0;
}

/**
  * PARAGRAPH 
  */
article.page .paragraph.color-1 {
  background-color: rgba(211, 211, 211,.3);
  padding:20px 6px 12px;
  margin-bottom:60px;
}
article.page .paragraph.color-2 {
  background-color: rgba(173, 216, 230,.3);
  padding:20px 6px 12px;
  margin-bottom:60px;
}
article.page .paragraph .partxt > div.shadow {
  box-shadow: var(--icampus-box-shadow);
  margin: 0rem 0 2rem 0 !important;
  padding: 20px 30px !important;
  border-radius: 12px;
  height: auto;
  min-height: 80%;
}
.partxt img {
  padding: 1.4rem 1rem;
}
.partxt ul {
  padding-left: 2.2rem;
}
.partxt ul.anchormenu {
  margin-bottom: .5rem;
}
.partxt ul li {
  padding: 4px 1.4rem 8px;
  font-size: 1.72rem;
}
.partxt ul:not(.anchormenu) li::marker {
  content: "\f0da";
  font-size: 1.72rem;
  font-family: 'FontAwesome'; 
  color: var(--color-campuslab);  
}
.partxt ul.check li::marker {
  content: "\f00c";
  font-size: 1.72rem;
  font-family: 'FontAwesome'; 
  color: var(--color-campuslab);  
}
.partxt ul.dark li::marker {
  content: "\f00c";
  font-size: 1.72rem;
  font-family: 'FontAwesome'; 
  color: var(--icampus-bg-button);  
}
.partxt ul.files li::marker {
  content: "\f56e";
  font-size: 1.72rem;
  font-family: 'FontAwesome'; 
  color: var(--icampus-bg-button);  
}
.partxt ul.anchormenu a {
  font-size: 1.68rem;
}
.partxt ul.anchormenu {
  padding-left: .2rem;
  list-style: none !important;
}
.partxt ul.anchormenu li {
    position: relative;
    padding-left: 3rem;
}
.partxt ul.anchormenu li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f30b";
  font-size: 1.9rem;
  font-family: 'FontAwesome'; 
  color: var(--icampus-bg-button);  
}

@media (max-width: 768px) {

  .landing {
    min-height: calc(100vh - 200px);
  }
  .landingview {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .landing .tiles {
    display: grid;
    grid-template-rows: repeat(2, 72vw);
    grid-auto-flow: column;
    grid-auto-columns: 66vw;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }
  .landing .card {
    width: 66vw;
    min-width: 66vw;
    height: auto;
    scroll-snap-align: start;
  }
  .landing .card > div {
    height: 100%;
  }
  /*
  .landing .quicklinks {
    width: auto;
    min-width: 0;
    height: auto;
    scroll-snap-align: start;
  }
  */
  .landing .tiles::-webkit-scrollbar {
    display: none;
  }

  .card-robot {
    order: 2;
    grid-column: span 2;
    grid-row: span 1;
  }
  .card-app {
    order: 1;
    grid-column: span 2;
    grid-row: span 1;
  }
  .card-thesis {
    order: 4;
    grid-column: span 2;
    grid-row: span 1;
  }
  .card-pepper {
    order: 3;
    grid-column: span 2;
    grid-row: span 2;
  }
  .card-vr {
    order: 5;
    grid-column: span 2;
    grid-row: span 1;
  }
  .card-lab {
    order: 6;
    grid-column: span 2;
    grid-row: span 1;
  }      
  .card-map {
    order: 7;
    grid-column: span 2;
    grid-row: span 1;
  }
  .card-living {
    order: 8;
    grid-column: span 2;
    grid-row: span 2;
  }  
  .landing .card.card-living > div {
    background-size: auto 100%;
  }
  .card-small {
    order:9;
    grid-column: span 2;
    grid-row: span 1;
  }
  .quicklinks {
    order: 10;
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
}

@media all and (min-width: 768px) {
  .slideshow {
    min-height: 100vh;
    padding-top:25%;
    padding-bottom: 3rem;
  }
  .container {
    padding-right:35px;
    padding-left:35px;
  }
  #page-title > .container {
    height:100%;
  }
  #page-title > .container.breadcrumbs-top {
    position: absolute;
    top: 8rem;
    padding-right:46px;
    padding-left:46px;
    height:auto;
    left: 50%;
    transform: translateX(-50%);
  }  
  #page-title .headintro {
    padding:0;
    background-color: transparent;
  }
  #page-title .headintro h2 {
    font-size:2.2rem;
    font-weight:500;
    display:inline-block;
    padding:0;
    color:#fff;  
  }
  #page-title .headintro p {
    display:block;
    width: auto;
    padding: 6px 0px;
    margin:0;
    color: #fff;
  }
  #page-title:not(.colored) .headintro p {
    color: #333;
  }
  .snd-menu {
    display:block;
  }
  .menu-base-theme.sm li:hover > ul {
    display:block !important;
    border-radius:10px;
    padding: 7px 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    min-width: 100%;
  }
  .menu-base-theme.sm ul li:hover > a {
    color: #fff;
    /*background-color: rgba(7, 113, 190, .8) !important;*/
    text-decoration: underline;
  }
  .menu-base-theme.sm li:hover ul li a {
    font-weight: 400;
    font-size: 1.7rem;
    color: #333;
    background-color: #fff;
  }
  .menu-base-theme.sm .menu-item--active-trail > a {
    /*color: #2e4a6f;*/
    font-weight: 400;
    text-decoration: underline;
  }
  .display-flex {
    flex-direction: unset;
  }
  #news .teaserimgs, 
  .news .teaserimgs, 
  .home-terms .teaserimgs {
      margin: 0px 10px 0px 0px;
  }
  .newsblock .inner,
  .home-terms .inner,
  .news .inner {
    padding: 0px 1rem 24px 0;
    min-height: 22rem;
  }
  .projects-compact .inner {
    padding: 0px 0 24px;
    min-height: 22rem;
  }
  .news-readmore .inner {
    padding: 0px 0 6px;
    min-height: 16rem;
  }
  .projects-compact .inner .body {
    max-height: 320px;
    overflow-y: auto;
  }
  .news-readmore .inner .body {
    border-bottom: 0px solid orange;
  }
  .news-readmore .inner .body p:last-child{
    margin-bottom: 0 !important;
  }
  #page-title .head .titlecell {
    padding-left: 120px;
    padding-right: 120px;
  }
  .page .submenu {
    margin-left: 60px;
    margin-right: 60px;
  }
  .page .submenu #main-menu > li > a {
    width: 220px;
    min-width: 220px;
  }  
  .menu-base-theme a,
  .menu-base-theme a > span {
    white-space: nowrap;
  }
  .head .titlecell h1 {
    font-size:5rem;
    line-height: 1.6;
  }
  .head .titlecell h2 {
    font-size:2.2rem;
    line-height: 1.8;
    padding:14px 20px 12px;
  }
  #page-title .head .titlecell {
    padding-bottom:4rem;
  } 
  .breadcrumb {
    margin: 0 52px;
  }  
  body.page-node-type-article .breadcrumb {
    margin: 0 54px;
  }
  body.page-node-type-article .head .titlecell {
    text-align: left !important;
  }
  body.page-node-type-article .head .titlecell h1 {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--font-roboto);
  }
  body.page-node-type-article  #page-title .head .titlecell {
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 1rem;
  }
  body.page-node-type-article .head .titlecell .date {
    margin: 20px 22px 0;
    font-size: 1.5rem;
  }
  body.page-node-type-article .head .category {
    margin: 0px 22px 20px;
  }
  .footer-widgets {
    padding: 0;
  }
  .footer-widgets .row div[class^="col-"] {
    padding-bottom:80px;
  }  

}

@media all and (min-width: 992px) { /* 768px */

  .slideshow {
    padding-top:9%;
  }
  .slideshow .container {
    padding-right: 35px;
    padding-left: 35px;
  }
  .slideshow .container > .row {
    padding-right: 120px;
    padding-left: 120px;
  }
  .slideshow .region-slideshow .layout {
    margin-right: 30%;
  }
  .slideshow .region-slideshow .layout h1 {
    font-size: 6rem;
    line-height: 1.25;
  }
  .content-top #news {
    padding-right: 120px;
    padding-left: 120px;
  }

  /**
    * LAYOUT
    */
  .content-main > .article {
    margin-bottom: 20px;
  }
  article.page .layouttxt,
  article.page.project .layouttxt {
    margin: 10px 320px 20px 50px;
    padding: 0;
  }
  article.page.center .layouttxt,
  article.article .layouttxt {
    margin: 10px 200px 20px 200px;
  }
  article.article .layoutimg {
    margin: 10px 180px 20px 180px;
  }
  article.article .layoutimg.mainimg {
    margin: 10px 180px 40px 180px;
  }
  article.page .layouttxt p.inline-img {
    float: left;
    margin: 0 30px 0 -150px;
  }
  article.page .layouttxt p.inline-img img {
    width: 420px;
    height: auto;
  }

  article.page .layouttxt[class*="color-"],
  article.article .layouttxt[class*="color-"],
  article.page.project .layouttxt[class*="color-"] {
    margin: 10px 110px 50px;
    padding: 30px 40px 16px !important;
    border-radius: 12px;
  }
  article.page .wide {
    margin: 0;
    padding: 20px 0 10px;
  }
  article.page .wide[class*="color-"] {
    margin: 2rem 0 3rem;
  }  
  article.page .wide .paragraph {
    margin:10px 22px 10px;
  }
  article.page.center .wide .paragraph {
    margin:10px 22px 10px;
  }
  article.page .wide .paragraph.small {
    margin:10px 22px 0px;
  }
  article.page .wide .paragraph .partitle {
    padding: 0 28px;
    margin-bottom: 3rem;
  }
  article.page .wide .paragraph .partxt {
    padding: 0;
  }
  article.page .wide .paragraph .parimg {
    padding: 0 26px;
  }
  article.page .parimg img {
    box-shadow: var(--icampus-box-shadow-wide-images);
  }
  article.page .wide .paragraph .parimg > div {
    padding: 0 40px;
  }  
  article.page .wide .paragraph .partxt > div {
    margin: 0rem 28px 0rem;
    padding: 0;
  }
  article.page .wide .paragraph .col-75 > div {
    margin: 0rem 28px 0rem 28px;
    padding: 0;
  }
  article.page .wide .paragraph .col-50 > div {
    margin: 0rem 290px 0rem 28px;
    padding: 0;
  }
  article.page .wide .paragraph .col-75 > div {
    margin: 0rem 290px 0rem 28px;
    padding: 0;
  }
  article.page.center .wide .paragraph .col-75 > div {
    margin: 0rem 160px 0rem;
    padding: 0 20px;
  }  
  article.page .wide .paragraph .layouttxt[class*="color-"] {
    padding: 20px 30px;
  }
  article.page .wide .paragraph .col-75 .layouttitle h2,
  article.page .wide .paragraph .col-100 .layouttitle h2 {
    margin-bottom: 0rem;
  }
  article .wide.white  {
    background-color: white;
  }
  article .wide.color-roboticlablight,
  article .wide.roboticlablight  {
    background-color: var(--bg-roboticlablight);
  }
  article .wide.color-campuslablight,
  article .wide.campuslablight  {
    background-color: var(--bg-campuslablight);
  }
  article .wide.color-icampuslight,
  article .wide.icampuslight  {
    background-color: var(--bg-icampuslight);
  }

  .no-sidebars article.page .page_contact {
    float:right;
    border:1px solid lightgray;
    margin:0 -100px 50px 50px;
    padding: 14px 20px 0;
    max-width: 33%;
    min-width: 24%;
  }
  .sidebar-second article.page .page_contact {
    float:right;
    border:1px solid lightgray;
    margin:0px 0px 50px 50px;
    padding: 14px 20px 0;
    max-width: 33%;
    min-width: 24%;    
  }
  article.page .page_contact.bg {
    border:0;
    background-color: #fafafa;
  }
  article.page .page_contact p {
    font-size:1.6rem;
  }
  article.page .person_img {    
    margin:0 30px 30px 0;    
    max-width: 100%;
    min-width: 24%;
  }
  .hassidebar article.page {
    margin: 0 0;
  }
  article.page .layoutimg {
    padding:24px;
  }
  article.profile > .row {
    margin-bottom:30px;
  }
  .col-md-8.content-layout article.page {
    margin:0;
  }
  .block-views-blockrobotic-faq-block-1 {
    margin: 0 150px;
  }
  .page-nid-65 article.page {
      margin:0px;
  }
  ul.timeline-list li.timeline-item .img {
    width:50%;
  }
  ul.timeline-list li.timeline-item.team .img {
    width:80%;
  }
  .tiles .wrap .persimg {
    float:left;
    width:50%;
  }
  .tiles .wrap .persdesc {
    float:right;
    width:50%;
  }
  .appurl {
    margin-bottom: -22px;
  }  
}

@media all and (min-width: 1200px) { /* 768px */

  #news .views-row,
  .news .views-item {
    margin:0 120px 5rem;
  }
  .news .views-row-title {
    margin: 0 120px;
  }

  /*
  .bottomcontent .row .row {
    margin-left: 80px;
    margin-right:80px;
  }
  .news .bottomcontent .row .row {
    margin-left: 120px;
    margin-right:120px;
  }
  */

}