/* Font styles. */
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons/icons.eot?55511264');
  src: url('../fonts/icons/icons.woff2?55511264') format('woff2'),
       url('../fonts/icons/icons.woff?55511264') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/roboto/Roboto-Regular-webfont.eot');
  src: url('../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
       url('../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto/Roboto-Light-webfont.eot');
  src: url('../fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto/Roboto-Light-webfont.woff') format('woff'),
       url('../fonts/roboto/Roboto-Light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/roboto/Roboto-Bold-webfont.eot');
  src: url('../fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
       url('../fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  /* Setting up font size, leading and font family */
  font-family:'robotolight', sans-serif;
  line-height:1.4;
  background:#EEEEEE;
  color:#777777;
}
body > .container{
  margin:0 0 3em 0;
}
.site-header{
  margin-bottom:0;
}
body > .container > .wrapper{
  max-width:121em;
}
body > .main > .wrapper{
  max-width:119em;
}
/* Links */
a:link, a:visited {
  color:inherit;
  text-decoration: none;
}
a:hover, a:active {
  color:inherit;
  text-decoration: underline;
}
.content a:link,
.content a:visited,
.more a:link,
.more a:visited,
.entry-summary a:link,
.entry-summary a:visited,
.entry-meta a:link,
.entry-meta a:visited{
  color:#009FEE;
  font-family: 'robotolight';
}
.title a:link,
.title a:visited{
  color:#009FEE;
  display:inline-block;
  padding:0 0.3em;
  margin-left:-0.3em;
  margin-right:-0.3em;
}
.content a:hover,
.content a:focus,
.title a:hover,
.title a:focus,
.more a:hover,
.more a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.entry-meta a:hover,
.entry-meta a:focus{
  background:#F2F2F2;
  text-decoration: none;
}
.content a:active,
.title a:active,
.more a:active,
.entry-summary a:active,
.entry-meta a:active{
  background:#009FEE;
  text-decoration: none;
  color:#FFFFFF;
}
.content button,
.content input,
.content select,
.content textarea{
  max-width:90%;
}

/**
 * Titles
 * ======
 * edit to your needs,
 * Example:
 * h2 {
 *   font-size: 1.5em;
 *   margin: 0.83em 0;
 * }
 */

/* take h1 default style for sitename even if its h2 */
#site-name {
  font-size:2.6em;
  line-height:1;
  margin-top:1.5em;
  margin-bottom:0;
}
.site-header-sticky #site-name {
  margin-top:0;
}
.main > .inner > article{
  margin:0 0 3em 0;
  padding:0;
}

h1, h2, h3, h4, h5, h6, th, bold, strong, a:link, a:visited, dt{
  font-family:'robotoregular';
  font-weight:normal;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.content h3,
.entry-summary h3{
  color:#009FEE;
}
.content h3[id]{
  padding-top:5em;
}
i, em{
  font-style:italic;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, th em, bold em, strong em, a:link em, a:visited em, dt em{
  font-family: 'robotoregular-italic';
  font-weight:normal;
}

/**
 * Font icons
 * ==========
 */

/* afterwards */
/*
.articles article .more a:after,
*/
.articles li.hentry .more a:after{
  display:inline-block;
  height:1em;
  line-height:1em;
  width: 1em;
  position:relative;
  top:0.1em;
  padding-left:0.4em;
  text-align: center;
  text-indent: 0px;
  font-family: FontAwesome;
  font-size: 1em;
  text-rendering: auto;
}

/* Paragraph styles. */
p { }

/* Table styles. */
table { }
tr.even td,
tr.odd td {}
tr.odd {}

td,
th{
  padding:0.3em 0.5em;
}
tr + tr td,
thead + tbody tr:first-child td{
  border-top:1px solid #E1E1E1;
}

/* Code. */
pre, code, tt {}
pre {}

/* List styles. */
ul, ol { }

ul          { }
ul ul       { }
ul ul ul    { }
ul ul ul ul { }

ol       { }
ol ol    { }
ol ol ol { }


/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
}
.content button,
.content input,
.content select,
.content textarea {
	font-size: 1em;
}
button:hover,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:hover{
}

input,
textarea {
}

input:focus,
textarea:focus {
}

input:focus,
select:focus {;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	opacity: .5;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
}
textarea{
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #666666;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}


/* Abbreviation. */
abbr {}
.element-invisible{}

/* Navigations */
nav a{
  text-transform:uppercase;
}
nav a:link,
nav a:visited{
}
nav a:hover,
nav a:focus{
  color:#009FEE;
  background:#EEEEEE;
  text-decoration:none;
  outline:0;
}
nav a:focus{
  background:#F5F5F5;
}

iframe{
  max-width:100%;
}

/**
 * Site header
 * ===========
 */
.site-header{
  position: fixed;
  width: 100%;
  top:0;
  left:0;
  z-index:60;
}
.admin-bar .site-header{
  top:4.6em;
}
.site-header-sticky .site-header{
  -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
  box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
}
.menu-active .site-header{
  position:absolute;
}
.blackout{
  position:fixed;
  height:100%;
  width:100%;
  left:0;
  top:0;
  pointer-events: none;
  background:#000000;
  opacity:0;
  z-index:10;
  transition:opacity ease-out 300ms;
}
.menu-active .blackout{
  opacity:0.65;
  pointer-events: auto;
  transition:opacity ease-in 50ms;
}
.admin-bar.site-header-sticky .site-header{
  top:0;
}
.site-header:after{
  display:block;
  position:absolute;
  top:0;
  z-index:50;
  left:0;
  content:' ';
  height:100%;
  width:100%;
  background:#FFFFFF;
  opacity:1;
  transition:opacity ease-out 100ms;
}
.home .site-header:after{
  opacity:0;
}
.home.site-header-sticky .site-header:after,
.site-header-sticky .site-header:after{
  opacity:0.9;
  transition:opacity ease-in 150ms;
}
.site-header > .inner{
  position:relative;
  padding-top:1.4em;
  padding-bottom:1.4em;
  height:9em;
  z-index:70;
  transition:all ease-out 100ms;
}
.site-header-sticky .site-header > .inner{
  transition:all ease-in 150ms;
  padding-top:0.5em;
  padding-bottom:0.5em;
  height:5em;
}
#site-name{
  font-size:1em;
  height:100%;
}
#site-name a{
  font-weight:normal;
  letter-spacing:-0.04em;
  height:100%;
}
#site-name a:hover,
#site-name a:focus,
#site-name a:active{
  background-color:none;
}
#logo{
  display:inline-block;
  margin:0;
  padding:0;
  position:relative;
  z-index:80;
}
#logo:hover,
#logo:focus,
.home.site-header-sticky #logo{
  background-image:none;
}
.home #logo,
#logo:active,
.site-header-sticky #logo:active,
.home.site-header-sticky #logo:active{
  background-image:url(../img/wi_logo_hor_white.svg);
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:100% auto;
}
#logo img{
  max-width:21em;
  width:100%;
  height:auto;
  margin:0;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  transition:all ease-out 100ms;
}
.home #logo img{
  opacity:0;
}
.site-header-sticky #logo img{
  max-width:11.6em;
  min-height:5em;
  height:100%;
  width:auto;
  transition:all ease-in 150ms;
}
#logo:hover img,
#logo:focus img,
.home.site-header-sticky #logo img{
  opacity:1;
}
.home.site-header-sticky #logo:active img,
#logo:active img{
  opacity:0;
}
.site-header + *{
  padding-top:11.8em;
}
.menu-bar > .inner{
  background:#FFFFFF;
}
.header-bar{
  opacity:1;
  transition:opacitiy ease 50ms;
}
.feature-menu .header-bar .main-en,
.feature-menu .header-bar .main-de{
  display:none;
}
.no-js .header-bar{
  opacitiy:0;
}
.header-bar .toggle{
  position:absolute;
  right:0;
  top:5.5em;
  text-indent: -999em;
  height: 2.5em;
  width: 2.5em;
  padding:0.5em 1em;
}
.admin-bar .header-bar .toggle{
  top:5.5em;
}
.admin-bar.site-header-sticky .header-bar .toggle{
  top:5.5em;
}
#menu-toggle:before{
  display: block;
  float:left;
  height:1em;
  width:1em;
  text-align:center;
  text-indent:0;
  font-family:FontAwesome;
  font-size: 2.5em;
  line-height:1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#menu-toggle:before{ content: "\f0c9"; }
#menu-toggle.active{ color:#123456; }
.home #menu-toggle.active{ background:rgba(255, 255, 255, 0.75); }

.header-bar .toggle + .menu{
  position:absolute;
  left:0;
  top:11.8em;
  display:none;
  width:100%;
  background:#FFFFFF;
  z-index:90;
  border-top:1px solid #EEEEEE;
  -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
  box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
}
.site-header-sticky .header-bar .toggle + .menu{
  top:10.2em;
}
.header-bar .toggle + .menu.active{
  display:block;
}
.header-bar .toggle + .menu > li.menu-item-has-children > a{
  position:relative;
  padding-right:3em;
}
.header-bar .toggle + .menu > li.menu-item-has-children > a:after{
  display:block;
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:1.5em;
  font-size:2em;
  content:'\f107';
  font-family:'FontAwesome';
  color:#BFBFBF;
  text-align:center;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -ms-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
}
.header-bar .toggle + .menu > li.menu-item-has-children > a:hover::after,
.header-bar .toggle + .menu > li.menu-item-has-children > a:active::after{
  color:inherit;
}
.header-bar .toggle + .menu > li.toggled-active > a::after{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 250ms ease-in;
  -moz-transition: transform 250ms ease-in;
  -ms-transition: transform 250ms ease-in;
  -o-transition: transform 250ms ease-in;
  transition: transform 250ms ease-in;
}

#highlightBar{

}
.home .highlights{
  padding-top:0;
  overflow:hidden;
  position:relative;
}
.home .highlights > .inner{
  position:relative;
}
.home .highlights > .wrapper,
.home .highlights .page-thumbnail{
  width:100%;
  height:100%;
  max-width:none;
  margin:0;
  padding:0;
}
.home .highlights .slogan{
  position:absolute;
  top:35%;
  left:5%;
  width:90%;
  font-size:3.5em;
  line-height:1.2;
  text-align:center;
  font-family: 'robotobold';
  color:#FFFFFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index:5;
}
.home .highlights .teaser{
  position:absolute;
  top:35%;
  left:5%;
  width:90%;
  padding:2em;
  font-size:1.5em;
  line-height:1.2;
  text-align:center;
  font-family: 'robotobold';
  color:#FFFFFF;
  background:rgba(0, 0, 0, 0.55);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index:5;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.home .highlights .teaser h2{
  margin-bottom:1em;
}
.home .highlights .page-thumbnail{
  background-repeat:no-repeat;
  background-position:0 0;
  background-size:cover;
  position:relative;
}
.home .highlights .scroll-down{
  display:block;
  position:absolute;
  left:50%;
  bottom:1.5em;
  width::4em;
  margin-left:-2em;
  font-size:2em;
  line-height:1em;
  z-index:5;
  color:#FFFFFF;
  text-align:center;
  text-shadow:0 0 3px rgba(0, 0, 0, 0.5);
  text-decoration:none;
  font-family:'robotolight';
}
.home .highlights .scroll-down::before{
  display:block;
  width:1.111111111em;
  height:1.111111111em;
  line-height:1.111111111em;
  margin:0 auto 0.3em auto;
  background:#666666;
  background:rgba(0, 0, 0, 0.3);
  border:2px solid #FFFFFF;
  border-radius:500px;
  font-size:1.5em;
  content:'\f107';
  font-family:'FontAwesome';
  opacity:1;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.home.site-header-sticky .highlights .scroll-down{
  opacity:0;
  -webkit-transition: opacity 250ms ease-in;
  -moz-transition: opacity 250ms ease-in;
  -ms-transition: opacity 250ms ease-in;
  -o-transition: opacity 250ms ease-in;
  transition: opacity 250ms ease-in;
}
.home .highlights .page-thumbnail img{
  visibility:hidden;
  width:100%;
  height:auto;
  margin:0;
}
.main > .inner{
  padding-top:4em;
}
.single .main > .inner,
.page .main > .inner{
  padding-top:5em;
}
.main nav li{
  display:block;
  margin:0;
}

/* title */
.main .title{
  color:#009FEE;;
  margin-top:0;
}
/* Region Colors. delete or edit when starting a new theme. */
.main > .inner > aside{
}
#content > .inner > aside {
  width:auto;
  float:none;
}
#content > .inner > aside .event-details{
  margin:1.6em 0 1.6em 2em;
  background:#FFFFFF;
  padding:2em 0.5em;
}
#content > .inner > aside .event-details dt{
  font-size:1.4em;
}
#content > .inner > aside .event-details dd{
  text-align:left;
}
#content > .inner > aside .wp-post-image{
  display:block;
  width:100%;
  height:auto;
}
.ie9 .header-container,
.ie9 .footer-container,
.ie9 .main article aside{
  filter: none;
}
.header-container{}
.footer-container {}
#secondary{}
.main .articles{
  float:none;
  width:auto;
}
.home .main .blog.articles{
  margin-bottom:6em;
}
.page .main article > .inner,
.single .main article > .inner,
.main .admin-content{
  padding:2em;
  background:#FCFCFC;
}

.no-content-regions .main .articles,
.no-content-regions .main > .inner > article{
  width:100%;
  float:none;
}
.with-content-regions .main .articles > .inner,
.with-content-regions .main > .inner > article > .inner{
  padding:2em;
}
.region-content .node{
  float:none;
  width:auto;
  padding:2em 0;
}
.articles article{
  background:#FFFFFF;
  padding:0;
  display:inline-block;
}
.blog.articles article,
.search-results .articles article,
.blog .articles article,
.articles article.leistung{
  margin-bottom:2em;
  display:block;
}

/**
 * Custom colors
 * =============
 */
/*
.articles article.post-9 > .inner{
  background:#EAF0F7;
}
.articles article.post-11 > .inner{
  background:#FCE9D7;
}
.articles article.post-25 > .inner{
  background:#FEEB61;
}
.articles article.post-9 > .inner,
.articles article.post-11 > .inner,
.articles article.post-25 > .inner{
  box-shadow:inset 0 0 25px 2px #FFFFFF;
}
*/
/*
.home .articles article .title{
  margin-top:-1em;
  margin-right:-1em;
  margin-left:-1em;
  color:#FFFFFF;
}
.home .articles article.post-28 .title{
  margin-top:0;
  margin-right:0;
  margin-left:0;
  color:#009FEE;
  background:none;
}
.home .articles article .title a{
  color:#FFFFFF;
  padding:1em 1em 0.5em 1em;
  display:block;
}
.home .articles article .title a:hover,
.home .articles article .title a:focus{
  background-color:rgba(255, 255, 255, 0.15);
  text-decoration:none;
}
.home .articles article .more a{
}
.articles article.post-9 .title{
  background:#366FB5;
}
.articles article.post-11 .title{
  background:#31317E;
}
.articles article.post-16 .title{
  background:#1F4645;
}
.articles article.post-25 .title{
  background:#F9C901;
}
.articles article.post-28 .title{
  background:#009FEE;
}
.home .articles article.post-28 .title{
  margin-top:0;
  margin-right:0;
  margin-left:0;
  color:#009FEE;
  background:none;
}
*/
/*
.articles article.post-9 .title,
.articles article.post-9 .more a{
  color:#366FB5;
}
.articles article.post-11 .title,
.articles article.post-11 .more a{
  color:#31317E;
}
.articles article.post-16 .title,
.articles article.post-16 .more a{
  color:#163936;
}
.articles article.post-25 .title,
.articles article.post-25 .more a{
  color:#F9C901;
}
.articles article.post-28 .title,
.articles article.post-28 .more a{
  color:#009FEE;
}
.home .articles article .more a:hover,
.home .articles article .more a:focus{
  text-decoration:none;
  box-shadow:inset 0px 0px 1px 13px rgba(255, 255, 255, 0.15);
}
.articles article.post-9 .title{
  color:#366FB5;
}
.articles article.post-9 .more a{
  background:#366FB5;
}
.articles article.post-11 .title{
  color:#31317E;
}
.articles article.post-11 .more a{
  background:#31317E;
}
.articles article.post-16 .title{
  color:#163936;
}
.articles article.post-16 .more a{
  background:#163936;
}
.articles article.post-25 .title{
  color:#F9C901;
}
.articles article.post-25 .more a{
  background:#F9C901;
}
.articles article.post-28 .title{
  color:#009FEE;
}
.articles article.post-28 .more a{
  background:#009FEE;
}
*/
.menu-bar li > a{
}
.articles article + article,
.region-content .node + .node{
}
.articles.articles-projekt{
  background:#FFFFFF;
  padding:2em 2em 0 2em;
}
.articles.articles-projekt > .inner{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 36em;
  -moz-column-width: 36em;
  column-width: 36em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.home .articles.articles-projekt > .inner{
}
.home .articles.articles-projekt > .title{
  font-size:2em;
  line-height:1.5;
  margin-bottom:1em;
}
.articles.articles-projekt aside{
}
.articles.articles-projekt article{
  background:none;
}
.articles li.hentry{
  list-style:none;
}
.articles article > .inner,
.articles li.hentry > .inner{
  padding:2em;
  position:relative;
}
.articles.articles-projekt article > .inner{
  margin:0 0 2em 0;
  padding:0;
  overflow:hidden;
}
.archive .articles article > .inner,
.articles li.hentry > .inner{
  margin-left:0;
  margin-right:0;
}
.meta{
  padding-left:0;
}
.meta li{
  list-style:none;
  font-size:1.2em;
  line-height:2.325em;
  display:inline-block;
  background:#FFFFFF;
  padding:0.5em 1em;
  margin:0 1em 1em 0;
  border:1px solid #E6E6E6;
}
article .articles .meta li{
  width:100%;
  text-align:left;
}
article .meta li.author .user-picture{
  height:2em;
  float:left;
  display:block;
  margin-right:0.5em;
}
article .meta li.author .user-picture img{
  height:100%;
}
article .meta li:before{
  font-family:FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content:" ";
  font-size:1.3em;
}
article .post-thumbnail{
  margin:-2em -2em 2em -2em;
  display:block;
}
.articles.articles-projekt article .post-thumbnail{
  margin:0;
}
article header .post-thumbnail{
  height:100%;
  height:20em;
}
.articles-mitarbeitender article .post-thumbnail{
  height:auto;
}
article .post-thumbnail img{
  width:100%;
  height:auto;
  margin:0;
}
.articles-mitarbeitender article .post-thumbnail img{
  display:block;
}
article .meta li.post-thumbnail:before{ display:none; }
article .meta li.date:before{ content: "\00a0\f133\00a0\00a0"; }
article .meta li.author:before{ content: "\00a0\f007\00a0\00a0"; }
article .has-user-picture .meta li.author:before{ display:none; }
article .meta li.tags:before{ content: "\00a0\f02c\00a0\00a0"; }
article .meta li.category:before{ content: "\00a0\f07c\00a0\00a0"; }

.blog.articles article .date,
.blog .articles article .date{
  display:block;
  font-size:1.6em;
  margin:0 0 0.5em 0;
}

.articles article .meta{
  float:none;
  width:100%;
}
.articles article .meta,
.articles li.hentry .meta{
  padding:0 0 1em 0;
  margin:0 0 1em 0;
  border-bottom:3px solid #F1F1F1;
}
.articles article .meta.nothumb li{
  float:none;
  width:100%;
}
article .meta .user-picture {
  height:100%;
  display:inline-block;
}
article .field{
  margin-bottom:1em;
}
article .field-name-field-tags{
  border:1px solid #E6E6E6;
  background:#FFFFFF;
  display:inline-block;
  padding:0.5em 1em;
  line-height:2.325em;
  margin:0 1em 1em 0;
}
article .field-name-field-tags .field-item{
  display:inline-block;
  padding:0 0.5em;
}
article .field-name-field-tags .field-item a{
  display:block;
}

.articles li.hentry > .inner > ul{
  padding:0;
  margin:0;
}
.articles li.hentry .meta{
  float:right;
  width:25%;
  margin:0 0 0 5%;
  text-align:right;
}
.articles li.hentry .meta .date{
  white-space:nowrap;
  font-size:1.4em;
  font-family: "robotoregular";
}
.articles article .title,
.articles li.hentry > .inner > .title{
  font-size:2.4em;
  letter-spacing:-0.04em;
}
.articles.articles-projekt article .title{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  margin:0;
  -webkit-transition: bottom 250ms ease-out;
  -moz-transition: bottom 250ms ease-out;
  -ms-transition: bottom 250ms ease-out;
  -o-transition: bottom 250ms ease-out;
  transition: bottom 250ms ease-out;
}
.articles.articles-projekt article .title a{
  display:block;
  padding:0.5em 0.833333333em;
  background:#FFFFFF;
  background:rgba(255, 255, 255, 0.75);
}
.articles.articles-projekt article .title a:hover,
.articles.articles-projekt article .title a:focus{
  background:#F5F5F5;
  background:rgba(245, 245, 245, 0.85);
}
.articles.articles-projekt article .title a:active{
  background:#009FEE;
}
.articles-mitarbeitender article .contacts{
  font-size:0.722222222em;
  line-height:1.7;
}
.articles li.hentry .hentry{
  list-style:none;
}
.articles li.hentry .hentry + .hentry:before{
  content:" ";
  display:block;
  height:1px;
  margin:2em 0;
  width:100%;
  background:#F1F1F1;
}
.articles li.hentry .hentry .title{
  font-size:1.4em;
}
.articles article .more,
.articles li.hentry .more{
  text-align:center;
}
.content .more{
  text-align:center;
}
ul.more{
  text-align:center;
  list-style:none;
  border-top:1px solid #EEEEEE;
  padding:0.5em 0 0 0;
  margin:2em 0 0 0;
}
ul.more li{
  display:inline;
}
.more a{
  font-size:2em;
  display:inline-block;
  padding:0.5em 1em;
  margin:0.5em 1em;
  white-space:nowrap;
}
.single-projekt .main article > .inner{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.single-projekt .main article > .inner > *{
}
.single-projekt .main article > .inner > .title{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group:1;
  -moz-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.single-projekt .main article > .inner > .project-video,
.single-projekt .main article > .inner > .project-data,
.single-projekt .main article > .inner > .project-gallery,
.single-projekt .main article > .inner > .content{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
}
.single-projekt .main article > .inner > .content{
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-box-ordinal-group:2;
  -moz-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  min-width:55%;
  padding-right:1.111111111em;
}
.single-projekt .main article > .inner > .project-video,
.single-projekt .main article > .inner > .project-data{
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  -webkit-box-ordinal-group:3;
  -moz-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}
.project-video{
  margin-bottom:2em;
}
.project-data ul{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 24em;
  -moz-column-width: 24em;
  column-width: 24em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  list-style:none;
  margin:0;
  padding:0;
}
.project-data li{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside:avoid;
  column-break-inside : avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
  font-size:1.6em;
  margin-bottom:1.5em;
}
.project-data li li{
  font-size:0.875em;
  margin:0;
}
.project-data li li + li{
  border-top:1px solid #EEEEEE;
  padding-top:0.5em;
  margin-top:0.5em;
}
.project-data li h3{
  color:#009FEE;
  font-size:1.125em;
  border-bottom:1px solid #009FEE;
}
.project-data li p{
  margin-bottom:0.2em;
}
.single-projekt .main article > .inner > .project-gallery{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width:100%;
  -webkit-box-ordinal-group:4;
  -moz-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
  padding-top:4em;
}
.content-gallery .image-credits,
.project-gallery .image-credits{
  font-size:1.2em;
  margin:0;
}
.post-video{
  margin:0 0 3em 0;
}
.post-video > a,
.project-video > a{
  border:1px solid #CCCCCC;
  display:block;
  position:relative;
}
.post-video > a::after,
.project-video > a::after{
  content: "\f04b";
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  border: 2px solid;
  line-height: 50px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.post-video > a:hover::after,
.project-video > a:hover::after{
  background-color: rgba(0, 0, 0, 0.8);
}
.project-video img,
.post-video img{
  margin:0;
}
p.more{
  border-top:1px solid #EEEEEE;
}
.content .more a{
  font-size:1.111111111em;
}
.content{
  font-size:1.8em;
  font-family: 'robotolight';
}
.mitarbeitender .content{
}
.content .content{
  font-size:1em;
}
.content ul{
  list-style:none;
}
.content ul.services{
  padding:0;
  margin:0;
}
.content li{
  position:relative;
  margin-bottom:0.5em;
}
.content ul.services li{
  margin-bottom:0;
}
.content li:not([class])::before{
  position:absolute;
  display:block;
  content:' ';
  left:-1em;
  top:0.5em;
  height:0.444444444em;
  width:0.444444444em;
  background:#009FEE;
}
.content ul.services li::before{
  display:none;
}
.content ul.services > li + li{
  border-top:1px solid #EEEEEE;
  padding-top:0.5em;
  margin-top:0.5em;
}
.content ul.services > li:last-child{
}
.content dl.awards dt{
  float:none;
  width:auto;
  border:1px solid #009FEE;
  border-bottom-color:#E3E3E3;
  border-width:0 0 1px 3px;
  padding:0.5em 2%;
  margin:1em 0 0 0;
  position:relative;
  cursor:pointer;
}
.content dl.awards dt.open{
  border-bottom-color:#009FEE;
}
.content dl.awards dt::after{
  display:block;
  position:absolute;
  right:2%;
  top:0.083333333333em;
  font-size:2em;
  line-height:1;
  font-family:'FontAwesome';
  content:'\f107';
  color:#C2C2C2;
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
}
.content dl.awards dt.close:hover::after{
  color:#009FEE;
}
.content dl.awards dt.open::after{
  color:#009FEE;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*
.content dl.awards dt{
  padding-top:0.5em;
  padding-bottom:0.5em;
}
*/
.content dl.awards dd{
  border-bottom:1px solid #E3E3E3;
  padding:0.5em 0;
  margin:0 2.5% 0 2%;
}
.content blockquote{
  font-size:1.5em;
  text-align:center;
  margin-top:1.5em;
  margin-bottom:1.5em;
}
.single .content blockquote p,
.page .content blockquote p,
.single .projekt .content p{
  margin-right:0;
}
.is-target{
  position:relative;
}
.is-target > span{
  position:absolute;
  top:-8em;
  display:block;
  height:0;
  width:0;
  pointer-events:none;
}
.content .is-target > span{
  top:-4em;
}
.content .maps{
  margin-top:4em;
}
.content .maps .contacts{
  min-height:7.5em;
  margin:0;
}

.content .maps .map > a{
  position: relative;
  display:block;
}
.content .maps .map > a::after {
  content: "\f279";
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  border: 2px solid;
  line-height: 50px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.content .maps .map > a::before{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000000;
  opacity:0;
  content:' ';
}
.content .maps .map > a:hover::after,
.content .maps .map > a:active::after {
  opacity: 1;
}
.content .maps .map > a:hover::before,
.content .maps .map > a:active::before{
  opacity:0.1;
}
.content .maps .opener{
  display:inline-block;
  float:right;
}
.content figure img{
  margin:0;
}
.content figcaption{
  font-size:0.9em;
  margin-top:0.5em;
  font-family:'open_sanssemibold', sans-serif;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.sticky{
}
.gallery{
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-width: 27.2em;
  -moz-column-width: 27.2em;
  column-width: 27.2em;
  margin-bottom:2em;
}
.content .gallery{
  font-size:0.5555555555556em;
  margin-bottom:1.8em;
  clear:both;
}

.gallery-item{
  padding-top:1px;
  padding-bottom:1px;
}
.gallery-item a {
  display: block;
  text-align: center;
  position: relative;
  vertical-align: top;
  width: 100%;
  margin-bottom:1.9em;
  border:1px solid #CCCCCC;
}
.meta-media .post-thumbnail {
  position: relative;
}
.gallery-item a:after,
.meta-media .post-thumbnail a:after {
  content: "\f002";
  font-family: "FontAwesome";
  color: #FFF;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  border: 2px solid;
  line-height: 50px;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.gallery-item a:hover:after,
.meta-media .post-thumbnail a:hover:after {
  opacity: 1;
}
.gallery-item img{
  width:100%;
  margin-bottom:0;
}
.gallery-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.gallery-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.gallery-columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.gallery-columns-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-width: 21.4em;
  -moz-column-width: 21.4em;
  column-width: 21.4em;
}
.gallery-columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-width: 17.5em;
  -moz-column-width: 17.5em;
  column-width: 17.5em;
}
.gallery-columns-7 {
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}
.gallery-columns-8 {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
}
.gallery-columns-9 {
  -webkit-column-count: 9;
  -moz-column-count: 9;
  column-count: 9;
}
/*
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
*/
.gallery-caption {
  display: none;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.wp-caption{
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption-text {
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.search-form .select-types{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.search-form .selection{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/**
 * Sidebars
 */
.main > .inner > aside{
  padding:0;
  margin:0 0 1em 0;
}
.main .content-before > .inner{
  padding-right:2.4em;
}
.main .content-after > .inner{
  padding-left:2.4em;
}
.main aside .block,
.main > .inner > aside .widget{
  margin:0 0 2.4em 0;
}
.main aside .block > .inner,
.main > .inner > aside .widget > .inner{
  background:#FFFFFF;
  padding:2.4em;
}
.main aside .block-title,
.main aside .title,
.main aside .entry-title{
  padding:0;
  margin:0 0 0.4em 0;
  font-size:1.5em;
  line-height:1.2;
}
/* .main aside .menu */
.main aside #block-node-recent table{
  width:100%;
}
.main aside ul{
  padding:0;
  margin:0;
}
.main > .inner > aside li{
  padding:0.5em 0 0.6em;
  margin:0;
  list-style:none;
}
.main > .inner > aside li:last-child{
  padding-bottom:0;
}
.main > .inner > aside li + li{
  border-top:1px solid #F1F1F1;
}
.main aside a:link,
.main aside a:visited{
  font-size:1.2em;
  font-family:'robotolight', sans-serif;
}

/* user menu */
#page_top-region{
  background:#464646;
  color:#CCCCCC;
}
#page_top-region .menu,
#page_top-region .sub-menu{
  list-style:none;
}
#page_top-region .menu li,
#page_top-region .sub-menu li{
  list-style:none;
  float:left;
  padding:0.3em;
}
#page_top-region .menu a,
#page_top-region .sub-menu a{
  display:block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding:0.1em 0.5em;
}
#page_top-region .menu a:link,
#page_top-region .menu a:visited,
#page_top-region .sub-menu a:link,
#page_top-region .sub-menu a:visited{
  color:#CCCCCC;
  font-size:1.3em;
}
#page_top-region .menu a:hover,
#page_top-region .menu a:focus,
#page_top-region .sub-menu a:hover,
#page_top-region .sub-menu a:focus{
  color:#FFFFFF;
  text-decoration:none;
  background-color:#666666;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
.region-navbar #block-menu-menu-user-tasks{
  float:left;
}
.region-navbar #block-system-user-menu{
  float:right;
}
.region-navbar #block-menu-menu-user-tasks .home a {
  background-image: url(../images/toolbar.png);
  background-position:6px -45px;
  background-repeat:no-repeat;
  height: 14px;
  text-indent: -9999px;
  vertical-align: text-bottom;
  width: 11px;
}
.region-navbar #block-menu-menu-user-tasks div.contextual-links-wrapper{
  right:-30px;
}

/*
 * Sidebars
 * --------
 */
.main article aside .block,
.main article aside .widget{
  float:none;
  width:auto;
  margin:0;
}
.header-bar,
.header-bar > .inner{
  height:100%;
  width:100%;
}
.header-bar{
  position:absolute;
  right:0;
  top:0;
  transition:top ease-out 100ms;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
}
.site-header-sticky .header-bar{
  top:-4.2em;
  transition:top ease-in 150ms;
  }
.header-bar .leave-fast{
  position:absolute;
  top:0;
  right:-4.5em;
  height:10.3em;
  width:15.5em;
  opacity:0.6;
  z-index:100;
}
.header-bar .leave-fast a{
  display:block;
  color:#FFFFFF;
  font-size:1.4em;
  line-height:1.2;
  background:url(../img/leave-fast-ring.png) 50% 50% no-repeat;
  padding:0.714285714em 2em 0 2.5em;
  height:6.642857143em;
  width:6.571428571em;
}
.header-bar .leave-fast a:after{
  content:" ";
  display:block;
  float:right;
  height:1.5em;
  width:1.357142857em;
  background:url(../img/leave-fast-icon.png) 50% 50% no-repeat;
}
.header-bar .hotline{
  position:absolute;
  left:5.9em;
  bottom:0;
}

/*
 * Sidebars Menus
 * --------------
 */
.sidebar .menu{
  padding:0;
}

.sidebar .menu,
.sidebar .sub-menu{
  list-style:none;
}
.sidebar .menu li,
.sidebar .sub-menu li{
  list-style:none;
}
.main .sidebar .menu > li{
  margin:0;
}
.sidebar .menu a{
  display:block;
}
.sidebar .menu li li a{
}
.header-bar .menu{
  position:absolute;
  top:0;
  right:0;
}
.header-bar .menu,
.header-bar .sub-menu{
  margin:0;
}
.header-bar .header-en > li,
.header-bar .header-de > li{
  float:left;
  position:relative;
}
.header-bar .main-de > li + li,
.header-bar .main-en > li + li{
  border-top:1px solid #EEEEEE;;
}
.header-bar .menu a,
.header-bar .sub-menu a{
  padding:0 1em;
  font-size:1.4em;
  line-height: 3em;
  white-space:nowrap;
  color:#A0A0A0;
  font-family:'robotoregular';
  text-transform:none;
}
.home .header-bar .menu a,
.home .header-bar .sub-menu a{
  color:#FFFFFF;
}
.home.site-header-sticky .header-bar .menu a,
.home.site-header-sticky .header-bar .sub-menu a,
.home .header-bar .toggle + .menu a,
.home .header-bar .toggle + .sub-menu a{
  color:#A0A0A0;
}
.header-bar .sub-menu a{
  font-size:1.2em;
  padding-left:1.666666667em;
  padding-right:1.666666667em;
}
.header-bar .menu .lang-item a{
  text-transform:uppercase;
}
.header-bar .menu ul li + li{
  border-top:1px solid #EEEEEE;
}
.header-bar .menu ul{
  z-index: 50;
  padding:0;
  background:rgba(255, 255, 255, 0.9);
  border-top:1px solid #FFFFFF;
  border-left:3px solid #009FEE;
}
.header-bar .menu .current-menu-ancestor > a,
.header-bar .menu .current-menu-item > a,
.header-bar .menu a.active-trail,
.header-bar .menu a.active,
.header-bar .menu .current-lang > a{
  color:#009FEE;
}
.home:not(.site-header-sticky) .header-bar .menu .current-lang > a{
  color:#FFFFFF;
}
.header-bar .menu a:focus,
.header-bar .sub-menu a:focus,
.header-bar .menu .current-menu-item > a:link,
.header-bar .menu .current-menu-item > a:visited{
  color:#009FEE;
}
.single-post .menu .menu-item-news > a,
.single-post .menu .menu-item-603 > a,
.single-job .menu .menu-item-jobs > a,
.single-projekt .menu .menu-item-projects > a,
.single-service .menu .menu-item-services > a,
.post-type-archive-mitarbeitender .menu .menu-item-about-us > a,
.term-buero-und-wohnen{
  color:#009FEE;
}
.header-bar .menu ul a {
  white-space:nowrap;
  min-width:8em;
  display:block;
}
.header-bar .menu ul a:link,
.header-bar .menu ul a:visited{
  color:#949494;
}
.header-bar .menu ul a:hover,
.header-bar .menu ul a:focus{
  background:#EEEEEE;
}
.header-bar .menu li:hover > a,
.home .header-bar .toggle + .menu li:hover > a,
.header-bar .toggle + .menu > li.toggled-active > a,
.home.site-header-sticky .header-bar .menu li:hover > a{
  color:#009FEE;
  background:#F5F5F5;
}
.header-bar .menu a:active{
  text-decoration:none;
}
.header-bar .menu li:hover > a:active,
.home.site-header-sticky .header-bar .menu li:hover > a:active{
  background:#009FEE;
  color:#FFFFFF;
}

/**
 * content-after
 * =============
 *
.content-after .hentry{
  padding:2.4em;
  margin:0 0 4em 0;
  background:#FFFFFF;
}
.content-after .hentry .title,
.content-after .hentry .entry-title{
  font-size:2.4em;
  letter-spacing:-0.04em;
}
.content-after .hentry .title a,
.content-after .hentry .entry-title a,
.content-after .hentry .hotline a,
.content-after .post-20 a:link,
.content-after .post-8 a:link{
  font-family: "robotoregular";
  font-weight: normal;
}
.content-after .hentry .entry-summary,
.content-after .hentry .entry-meta{
  font-size:1.4em;
}
*/


/**
 * drupal calender block
 */

.view .date-nav-wrapper .date-nav .pager{
  position:relative;
  z-index:20;
}
.view .date-nav-wrapper .date-nav .date-heading{
  position:relative;
  z-index:30;
}
.view .date-nav-wrapper .date-nav .pager a{
  line-height:0.6;
  display:inline-block;
  padding-top:1px;
}
.view .date-nav-wrapper .date-nav a{
  font-size:1em;
}
.view .date-nav-wrapper .date-prev{ left:0; text-align:left; }
.view .date-nav-wrapper .date-next{ right:0; text-align:left; }

#page #block-views-menu_auswahl-block{
  margin:0 0 3em 0;
}

/**
 * Slider
 * ======
 */
.highlights .widget-slider,
.highlights .widget-slider > .inner{
  height:100%;
  min-height:600px;
}
.highlights .slider{
  height:100%;
  width:100%;
	position: relative;
}
.no-js .slider{
}
.slider .caroufredsel_wrapper{
  height:100% !important;
  width:100% !important;
  margin:0 !important;
}
.slider .slides{
  list-style:none;
  height:100% !important;
	width: 100% !important;
	overflow:hidden;
  padding:0;
  background:#83AFD4;
}
.slides .slide{
  height:100%;
	width: 100%;
  background-repeat:no-repeat;
  background-position:50% 0;
  background-size:cover;
  position:relative;
}
.slides .slide img{
  opacitiy:0;
  visibility:hidden;
}
.slider .slider-nav{
  position:absolute;
  left:0;
  bottom:-3em;
  margin:0;
  padding:0.5em 0;
  background:rgba(0, 0, 0, 0.5);
  text-align:center;
  width:100%;
  z-index: 100;
  -webkit-transition: bottom 200ms ease 100ms;
  -moz-transition: bottom 200ms ease 100ms;
  -ms-transition: bottom 200ms ease 100ms;
  -o-transition: bottom 200ms ease 100ms;
  transition: bottom 200ms ease 100ms;
}
.slider:hover .slider-nav{
  bottom:0;
}
.slider .slider-nav li{
  display:inline-block;
  height: 1.5em;
  width: 1.5em;
  margin: 0 1em 0 0;
}
.slider .slider-nav a{
  border-radius:7px;
  background:#FFFFFF;
  display:block;
  height: 100%;
  text-indent: -9999em;
  width: 100%;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  -ms-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  transition: background 200ms ease;
}
.slider .slider-nav a:hover,
.slider .slider-nav a:focus{
  background:rgba(255, 255, 255, 0.5);
}
.slider .slider-nav a:active{
  background:rgba(212, 52, 64, 0.5);
}
.slider .slider-nav a span{
  display:block;
  position:absolute;
  left:-9999em;
}
.slider .slider-nav .selected a{
  background:rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.3);
}
.slider .prev-next{
  position:absolute;
  bottom:-3em;
  right:0;
  width:100%;
  -webkit-transition: bottom 200ms ease 100ms;
  -moz-transition: bottom 200ms ease 100ms;
  -ms-transition: bottom 200ms ease 100ms;
  -o-transition: bottom 200ms ease 100ms;
  transition: bottom 200ms ease 100ms;
}
.slider:hover .prev-next{
  bottom:0;
}
.slider .prev-next a {
  display: block;
  z-index: 100;
  position: absolute;
  text-indent: -999em;
  bottom:0;
  height:2.4em;
  width:7em;
  cursor:pointer;
}
.slider .prev-next a:before{
  font-family: 'FontAwesome';
  display:block;
  text-indent: 0;
  text-align: center;
  vertical-align: top;
  color:#FFFFFF;
  float:left;
  height:1em;
  line-height:0.7em;
  width:100%;
  font-size:3em;
}
.slider .prev-next a:hover:before{
  color:#CCCCCC;
}
.slider .prev-next a:active:before{
  color:#914146;
}
.slider .prev-next .prev {
  left: 1em;
}
.sidebar .slider .prev{
  left:0;
}
.slider .prev-next .prev:before{
  content: "\f104";
}
.slider .prev-next .prev:hover:before,
.slider .prev-next .prev:focus:before,
.slider .prev-next .prev:active:before{
}
.slider .prev-next .prev:active:before{
}
.slider .prev-next .next {
  right: 1em;
}
.sidebar .slider .next{
  right:0;
}
.slider .prev-next .next:before{
  content: "\f105";
}
.slider .prev-next .next:active:before,
.slider .prev-next .next:hover:before,
.slider .prev-next .next:focus:before{
}
.slider .prev-next .next:active:before{
}
.slide{
  position:relative;
}
.slide h3,
.slide .content{
  position:absolute;
  top:100%;
  left:34.3333%;
  background:rgba(255, 255, 255, 0.65);
  color:#000000;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
}
.slide h3{
  padding:0.1em 0.3em 0.2em 0.3em;
  font-size:3em;
  transition: top 600ms ease 200ms;
}
.slide .content{
  font-size:1.5em;
  transition: top 600ms ease 1000ms;
}
.slide.active h3{
  top:5em;
}
.slide.active .content{
  top:15em;
  padding:0.5em 0.6em 0 0.6em;
  width:50%;
}

.articles article.teaser > .inner{
  padding:0;
  position:relative;
  overflow:hidden;
}
.articles article.teaser a,
.articles article.teaser img{
  display:block;
}
.articles article.teaser img{
  width:100%;
  height:auto;
  margin:0;
}
.articles-job{
  margin-left:-1em;
  margin-right:-1em;
}
.articles-job > .inner,
.articles-mitarbeitender > .inner{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.articles-job > .inner > *,
.articles-mitarbeitender > .inner > *{
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
}
.articles-job > .inner > .title,
.articles-mitarbeitender > .inner > .title{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group:1;
  -moz-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  margin-left:1.5em;
  margin-right:1.5em;
}
.articles-job > .inner > aside,
.articles-mitarbeitender > .inner > aside{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group:1;
  -moz-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.articles-job > .inner > article,
.articles-mitarbeitender > .inner > article{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group:2;
  -moz-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  margin:1em;
  min-width:26.8em;
}

.articles + .content-gallery{
  margin-top:3em;
  background:#FFFFFF;
  padding:2em 2em 0 2em;
}
.articles article.team ul{
  list-style:none;
}
.articles article.team li{
  margin-bottom:0.3em;
}
.articles article.team .avatar img{
  width:100%;
  height:auto;
  margin:0;
}
.articles article.team .position{
  font-style:italic;
  margin-bottom:1em;
}
.articles article.team .avatar{
  margin:-2.4em -2.4em 2em -2.4em;
}
.articles article.team .name{
  margin-bottom:0;
}
.articles article.team .name h2{
  font-size:1.2em;
  margin-bottom:0;
}

/**
 * Social share widget
 * ===================
 */
.meta .widgets{
  position:fixed;
  z-index:50;
  right:0;
  top:16.8em;
  padding:0.5em;
  background:#FFFFFF;
  background:rgba(255, 255, 255, 0.8);
  -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
  box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
  transition:top ease-out 100ms;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
}
.admin-bar .meta .widgets{
  top:21.4em;
}
.site-header-sticky .meta .widgets{
  top:11em;
  transition:top ease-in 150ms;
}
.meta .widgets .widget > .inner{
  padding:0;
}
.meta .social{
}
.social .title{
  color:#ABABAB;
}
.social li {
}
.meta .download,
.meta .social li{
  margin:0 0.3em;
  padding:0;
  border:none;
  margin:0;
  background:none;
}
.meta .download{
  font-size:1.2em;
}
.main .meta .download a,
.main .meta .social a{
  display:block;
  font-size:2em;
  text-indent:-999em;
  height:1.5em;
  width:1.5em;
  text-align:left;
}
.download a::before,
.social a::before{
  display: block;
  float:left;
  height:1.5em;
  line-height:1.5em;
  width:1.5em;
  color:#009FEE;
  text-align:center;
  text-indent:0;
  font-family: 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social .vimeo a::before,
.social .twitter a::before{
  font-family:'FontAwesome';
  font-size:0.75em;
  height:2em;
  line-height:2em;
  width:2em;
}
.download           a::before { content: "\e800"; }
.social .xing       a::before { content: "\e806"; }
.social .email      a::before { content: "\e801"; }
.social .facebook   a::before { content: "\e802"; }
.social .linkedin   a::before { content: "\e804"; }
.social .instagram  a::before { content: "\e803"; }
.social .vimeo  a:before { content: "\f27d"; }
.social .twitter  a:before { content: "\f099"; }

/* not in use, icon font must be extended or use FontAwesome
.social .twitter    a:before{ content: "\f099"; }
.social .googleplus a:before{ content: "\f0d5"; }
*/
.main .meta .download a:hover,
.main .meta .download a:focus,
.main .meta .social a:hover,
.main .meta .social a:focus{
  background:#F5F5F5;
}
.main .meta .download a:active,
.main .meta .social a:active{
  background:#009FEE;
}
.main .meta .download a:active::before,
.social a:active::before{
  color:#FFFFFF;
}

#content > .inner > aside .social .title,
#content > .inner > aside .social ul,
#content > .inner > aside .social li{
  display:block;
}

#comments{
  font-size:1.3em;
}

/**
 * Worpress - Buddypress
 * =====================
 */
body.buddypress #content{
  width:100%;
}
.buddypress #content > .inner{
  background:#FFFFFF;
  padding:2.4em 2.4em 5em 2.4em;
}
.buddypress .bpfb_form_container{
  padding:0;
  background:none;
  border-bottom:3px solid #F1F1F1;
  margin-bottom:2.4em;
}
body #buddypress form#whats-new-form{
  margin:0;
}
#buddypress form#whats-new-form:before,
#buddypress form#whats-new-form:after {
  content: " ";
  display: table;
}
#buddypress form#whats-new-form:after {
  clear: both;
}
.lt-ie8 #buddypress form#whats-new-form {
  zoom: 1;
}
body #buddypress form#whats-new-form #whats-new-avatar{
  float:left;
  width:15%;
}
#buddypress form#whats-new-form #whats-new-avatar a,
#buddypress form#whats-new-form #whats-new-avatar img{
  display:block;
  width:100%;
  height:auto;
}
body #buddypress form#whats-new-form p.activity-greeting,
#buddypress form#whats-new-form #whats-new-content,
#buddypress form#whats-new-form p.activity-greeting{
  clear:none;
  float:right;
  width:80%;
}
body .bpfb_actions_container.bpfb-theme-new .bpfb_toolbarItem,
body .bpfb_actions_container.bpfb-theme-new .bpfb_toolbarItem:visited,
body .bpfb_actions_container.bpfb-theme-new .bpfb_toolbarItem:hover{
  color:#666666;
}
body .bpfb_toolbarItem span{
  position:static;
  left:auto;
  display:inline;
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments{
  font-family: "robotolight";
  display:block;
  width:auto;
  height:auto;
  font-size:1em;
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos::before,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos::before,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks::before,
body .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments::before{
  font-family: FontAwesome;
  display:inline-block;
  margin:0 0.5em 0 0;
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addPhotos::before{
  content:"\f03e";
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addVideos::before{
  content:"\f008";
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addLinks::before{
  content:"\f0c1";
}
body .bpfb_actions_container.bpfb-theme-new #bpfb_addDocuments::before{
  content:"\f0f6";
}
body #buddypress .activity-list li.mini .activity-avatar img.avatar,
body #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic{
  width:40px;
  height:40px;
}

/**
 * Footer
 * ======
 */
body > .site-footer{
  margin:0;
  background:#009FEE;
  color:#FFFFFF;
}
.site-footer > .inner{
  padding:2em 0;
}
.site-footer > .inner > *{
  font-size:1.2em;
}
#footer-logo{
  float:left;
  max-width:30%;
  margin-bottom:3em;
}
#footer-logo img{
  margin:0;
}
.no-svg-autowidth #footer-logo img[src*=".svg"] {
  width: 110px\9;
}
@media screen and (min-width:0\0) {
  .no-svg-autowidth #footer-logo img[src*=".svg"] {
    width: 110px;
  }
}
.site-footer .contacts{
  float:right;
  width:60%;
  font-size:1.4em;
}
.site-footer nav{
  clear:both;
  margin-bottom:1em;
}
.site-footer nav ul{
  padding:0;
}
.site-footer nav li{
  float:left;
}
.site-footer nav a{
  padding:0.2em 0.5em 0.3em 0.5em;
}
.site-footer .social li{
  float:left;
}
.site-footer .social a{
  display: block;
  height: 1.2em;
  width: 1.2em;
  padding:0;
  font-size: 3em;
  text-indent: -999em;
  text-align: left;
}
.site-footer .social a::before{
  color:#FFFFFF;
  height: 1.2em;
  line-height: 1.2em;
  width: 1.2em;
}
.site-footer .social .vimeo a::before,
.site-footer .social .twitter a::before{
  height:1.6em;
  line-height:1.6em;
  width:1.6em;
}
.site-footer .social a:hover,
.site-footer .social a:focus{
  background-color:#FFFFFF;
}
.site-footer .social a:hover::before,
.site-footer .social a:focus::before{
  color:#009FEE;
}


/**
 * Swipebox custom CSS
 * ===================
 */
body #swipebox-bottom-bar.visible-bars{
  opacity:1;
  -webkit-transform:none;
  transform:none;
}
body #swipebox-bottom-bar{
  opacity:1;
  bottom:50%;
  text-shadow:none;
  background:none;
}
body #swipebox-arrows{
  max-width:none;
}
body #swipebox-arrows a{
  border:2px solid #FFFFFF !important;
  border-radius:500px;
  background-color:rgba(0, 0, 0, 0.3);
}
body #swipebox-arrows a:not(.disabled):hover{
  background-color:rgba(0, 0, 0, 0.5);
}
body #swipebox-arrows a:not(.disabled):focus,
body #swipebox-arrows a:not(.disabled):active{
  background-color:rgba(0, 0, 0, 0.75);
}


/**
 * Media query: min-width: 450px
 * =============================
 */
@media screen and (min-width: 450px) {
  #site-name {
    margin-top:0;
  }
  .site-footer .contacts{
    width:50%;
  }
  /*
  .content dl.awards dt{
    text-align:right;
    width:10%;
  }
  .content dl.awards dd{
    margin-left:13%;
  }*/
}

/**
 * Media query: min-width: 567px
 * =============================
 */
@media screen and (min-width: 567px) {
  .articles-mitarbeitender > .inner > article{
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
  .articles-job > .inner > article{
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .search-form .selection{
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}

/**
 * Media query: min-width: 600px
 * =============================
 */
@media screen and (min-width: 600px) {
  .site-header > .inner{
  }
  #logo{
  }
  .header-bar .menu{
  }
  .header-bar .menu a{
  }
  .header-bar .sub-menu a{
  }
  .header-bar .menu li + li a{
  }
  .menu-bar nav{
    width:auto;
    float:left;
  }
  .menu-bar nav + nav,
  .menu-bar nav + .block-search{
    float:right;
  }
  .menu-bar nav + .block-search{
  }
  .menu-bar li{
    float:left;
    position:relative;
  }
  .menu-bar ul ul{
    position:absolute;
    left:-9999em;
    border:none;
    padding:0;
    z-index:10;
  }
  .block-search .form-item{
    padding:0;
  }
  .menu-bar .search-form .search-field,
  .menu-bar .search-form .search-submit,
  .menu-bar .block-search .form-text,
  .menu-bar .block-search .form-submit,
  .menu-bar .block-search .form-item,
  .menu-bar .block-search .form-actions{
    display:inline-block;
    width:auto;
    float:none;
    margin:0;
  }
  .menu-bar .block-search .form-text,
  .menu-bar .block-search .form-submit{
    font-size:1.3em;
    line-height:1.923076923em;
  }
  .home .highlights .slogan{
    left:15%;
    width:70%;
  }
  .articles article{
  }
  .archive .articles article,
  .collection .articles article{
  }
  .archive .articles article > .inner{
  }
  .articles article.teaser > .inner{
  }
  .articles article.teaser img{
  }
  .single-projekt .main article > .inner > .content{
    padding-right:2.222222222em;
  }
  .content blockquote{
    font-size:2em;
  }
  .columns.double .column,
  .columns.quadruple .column{
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}

/**
 * Media query: min-width: 767px
 * =============================
 */
@media screen and (min-width: 767px) {
  .site-header > .inner{
  }
  .admin-bar .site-header,
  .admin-bar.site-header-sticky .site-header{
    top:3.2em;
  }
  .header-bar .menu{
    position:static;
    float:right;
  }
  .header-bar .main-de > li > a,
  .header-bar .main-en > li > a{
    font-size:2em;
  }
  .home .highlights .slogan{
    font-size:5em;
    top:50%;
  }
  .home .highlights .scroll-down{
    font-size:2.5em;
    bottom:1em;
  }
  article header .post-thumbnail{
  }
  .admin-bar .meta .widgets{
    top:20em;
  }
  .admin-bar.site-header-sticky .meta .widgets{
    top:14em;
  }
  .blog.articles article .post-thumbnail,
  .search-results .articles article .post-thumbnail,
  .blog .articles article .post-thumbnail,
  .articles article.leistung .post-thumbnail{
    max-width:49%;
  }
  .blog.articles article:nth-child(2n+1) .post-thumbnail,
  .search-results .articles article:nth-child(2n+1) .post-thumbnail,
  .blog .articles article:nth-child(2n+1) .post-thumbnail,
  .articles article.leistung:nth-child(2n+1) .post-thumbnail{
    float:left;
    margin:0 2% 0 0;
  }
  .blog.articles article:nth-child(2n+2) .post-thumbnail,
  .search-results .articles article:nth-child(2n+2) .post-thumbnail,
  .blog .articles article:nth-child(2n+2) .post-thumbnail,
  .articles article.leistung:nth-child(2n+2) .post-thumbnail{
    float:right;
    margin:0 0 0 2%;
  }
  .blog.articles article.has-thumbnail .date,
  .blog.articles article.has-thumbnail .title,
  .blog.articles article.has-thumbnail .content,
  .blog.articles article.has-thumbnail .more,
  .search-results .articles article.has-thumbnail .title,
  .search-results .articles article.has-thumbnail .content,
  .blog .articles article.has-thumbnail .date,
  .blog .articles article.has-thumbnail .title,
  .blog .articles article.has-thumbnail .content,
  .blog .articles article.has-thumbnail .more,
  .articles article.leistung.has-thumbnail .title,
  .articles article.leistung.has-thumbnail .content,
  .articles article.leistung.has-thumbnail .more{
    width:49%;
    float:left;
  }
  .blog.articles article.has-thumbnail:nth-child(2n+1) .date,
  .blog.articles article.has-thumbnail:nth-child(2n+1) .title,
  .blog.articles article.has-thumbnail:nth-child(2n+1) .content,
  .blog.articles article.has-thumbnail:nth-child(2n+1) .more,
  .search-results .articles article.has-thumbnail:nth-child(2n+1) .title,
  .search-results .articles article.has-thumbnail:nth-child(2n+1) .content,
  .blog .articles article.has-thumbnail:nth-child(2n+1) .date,
  .blog .articles article.has-thumbnail:nth-child(2n+1) .title,
  .blog .articles article.has-thumbnail:nth-child(2n+1) .content,
  .blog .articles article.has-thumbnail:nth-child(2n+1) .more,
  .articles article.leistung.has-thumbnail:nth-child(2n+1) .title,
  .articles article.leistung.has-thumbnail:nth-child(2n+1) .content,
  .articles article.leistung.has-thumbnail:nth-child(2n+1) .more{
    float:right;
  }
  .articles-job > .inner > article,
  .articles-mitarbeitender > .inner > article{
    min-width:32em;
  }
  .articles-mitarbeitender article .contacts{
    font-size:1em;
  }
  .post-video{
    float:right;
    width:35%;
    margin:0 0 4em 4em;
  }
  .single .content p,
  .page .content p{
    margin-right:33%;
  }
  .single .content dl.awards,
  .page .content dl.awards{
    margin-right:30%;
  }
  .columns .column p,
  .home .content p{
    margin-right:0;
  }
  .content figure.alignleft,
  .content p img.alignleft{
    float:left;
    clear:left;
    margin:0 3em 2em 0;
    max-width:45%;
    height:auto;
  }
  .content figure.alignright,
  .content p img.alignright{
    float:right;
    clear:right;
    margin:0 0 2em 3em;
    max-width:45%;
    height:auto;
  }
  .content p img.alignright,
  .content p img.alignleft{
    max-width:60%;
  }
  .content p img.alignright{
    margin-right:-49%;
  }
  .content .more.alignright{
    float:right;
    margin:0 0 2em 3em;
    max-width:30%;
    height:auto;
  }
  .meta .widgets{
    padding-right:1em;
    background:#FFFFFF;
  }
  .main .meta .download a,
  .main .meta .social a{
    font-size:2.4em;
  }
  #footer-logo{
    margin-right:5%;
    width:auto;
    margin-bottom:0;
  }
  .site-footer .contacts{
    float:left;
    width:auto;
    margin-right:5%;
  }
  .site-footer nav{
    float:right;
    clear:right;
    margin-bottom:1.5em;
  }
  /* footer menu languages */
  .site-footer #nav_menu-6{
  }
  .site-footer #nav_menu-7{
  }
  .search-form .selection{
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

/**
 * Media query: min-width: 987px
 * =============================
 */
@media screen and (min-width: 987px) {
  .header-bar{
    width:83em;
  }
  .feature-menu .header-bar .main-en,
  .feature-menu .header-bar .main-de{
    display:block;
  }
  .feature-menu .header-bar .toggle + .menu{
    display:none;
  }
  .no-js .header-bar{
    opacitiy:0;
  }
  .header-bar .menu ul{
    position: absolute;
    left:-9999em;
    top: 6em;
    width:20em;
    -webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow:0 5px 5px -3px rgba(0,0,0,0.2);
  }
  .header-bar .menu > li{
    float:left;
    position:relative;
  }
  .header-bar .menu > li + li{
    border:none;
  }
  .header-bar .menu li:hover > ul{
    left:auto;
  }
  .home .highlights .teaser{
    font-size:2em;
  }
  .home .highlights .teaser h2{
    margin-left:5vw;
    margin-right:5vw;
  }
  .home .highlights .teaser p{
    margin-left:10vw;
    margin-right:10vw;
  }
  .main .articles{
  }
  .main .articles,
  .main > .inner > article{
    width:auto;
    float:none;
  }
  .main .articles > ul{
    padding-top:2em;
    padding-left:2em;
    padding-right:2em;
  }
  .with-content-region .main .articles,
  .main > .inner > article,
  body.buddypress #content,
  .page-template-page-events .main .articles{
  }
  .main > .inner > article{
  }
  .with-content-regions .main .articles,
  .with-content-regions .main > .inner > article{
  }
  .with-content-regions .main .articles > .inner,
  .with-content-regions .main > .inner > article > .inner{
  }
  article header .post-thumbnail{
    margin:-6em -6em 2em -6em;
  }
  article#content > .inner{
  }
  .archive .articles article > .inner,
  .page-template-page-events .articles article > .inner{
  }
  .articles > .inner > .title{
    margin-left:1em;
    margin-right:1em;
    margin-top:1em;
  }
  .articles-job > .inner > .title{
    margin-left:1.5em;
    margin-right:1.5em;
  }
  .single-projekt .main article > .inner > .project-data,
  .single-projekt .main article > .inner > .content{
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .single-projekt .main article > .inner > .content{
    min-width:0;
  }
  .main > .inner > aside{
    padding:0;
    width:25%;
    margin:0 0 1em 0;
  }
  .with-content-regions .main aside{
    width:20%;
    float:left;
  }
  .with-content-regions .main article + aside,
  .with-content-regions .main .articles + aside{
    float:right;
  }
  .with-content-region .main > .inner > aside{
    width:25%;
  }
  #content.type-events > .inner > aside{
    width:50%;
  }
  #footer-logo{
  }
  .site-footer nav{
  }
  /* footer menu languages */
  .site-footer #nav_menu-6{
  }
  .site-footer #nav_menu-7{
  }
  .search-form .select-types{
    padding-right:20%;
  }
}

/**
 * Media query: min-width: 1090px
 * =============================
 */
@media screen and (min-width: 1090px) {
  .header-bar .menu a{
  }
  .archive .main .articles > .inner,
  .page-template-page-events .main .articles > .inner{
  }
  .archive .main .articles > .inner > aside,
  .page-template-page-events .main .articles > .inner > aside{
    margin-right:1.6em;
  }
  .archive .main .articles h1.title,
  .page-template-page-events .main .articles h1.title{
  }
  .articles article{
  }
  .archive .articles article,
  .page-template-page-events .articles article{
  }
  .collection .articles article{
  }
  .archive .articles article > .inner,
  .page-template-page-events .articles article > .inner{
  }
  .articles.articles-projekt article .title{
    bottom:-5em;
    -webkit-transition: bottom 250ms ease-out;
    -moz-transition: bottom 250ms ease-out;
    -ms-transition: bottom 250ms ease-out;
    -o-transition: bottom 250ms ease-out;
    transition: bottom 250ms ease-out;
  }
  .articles.articles-projekt article:hover .title{
    bottom:0;
    -webkit-transition: bottom 250ms ease-in;
    -moz-transition: bottom 250ms ease-in;
    -ms-transition: bottom 250ms ease-in;
    -o-transition: bottom 250ms ease-in;
    transition: bottom 250ms ease-in;
  }
}


/**
 * Media query: min-width: 1136px
 * =============================
 */
@media screen and (min-width: 1136px) {
  .articles-mitarbeitender > .inner > article{
    max-width:37.2em;
  }
}

/**
 * Admin bar
 * =========
 */
body #wpadminbar #wp-admin-bar-site-name > .ab-item::before{
  content: " ";
  width:1.65em;
  height:1.1em;
  background:url(../img/heart.png) 50% 50% no-repeat !important;
}

/**
 * Comments
 * ========
 */


.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}
.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3em;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.admin-bar-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.admin-bar-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}
