/*
 * Custom override css
 *
 * This css file is loaded at the last position.
 * Use it to make tweaks to the provided themes css files
 * without the need to create a complete custom theme
 *
 */
 
 
 /*
ull blues from dark to light
#2974b1
#2a7cb3
#348fbd
#5b98c0
#73abcc
#8bb7cf
#aed0e3

headline cyan: #99ccff
*/

/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/ubuntu-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Light'), local('Ubuntu-Light'),
       url('/fonts/ubuntu-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ubuntu-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ubuntu-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ubuntu-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ubuntu-v11-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/ubuntu-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('/fonts/ubuntu-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ubuntu-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ubuntu-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ubuntu-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ubuntu-v11-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/ubuntu-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('/fonts/ubuntu-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ubuntu-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ubuntu-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ubuntu-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ubuntu-v11-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}



/* orbitron-500 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/orbitron-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Orbitron Medium'), local('Orbitron-Medium'),
       url('/fonts/orbitron-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/orbitron-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/orbitron-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/orbitron-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/orbitron-v9-latin-500.svg#Orbitron') format('svg'); /* Legacy iOS */
}

/* orbitron-700 - latin */
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/orbitron-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Orbitron Bold'), local('Orbitron-Bold'),
       url('/fonts/orbitron-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/orbitron-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/orbitron-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/orbitron-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/orbitron-v9-latin-700.svg#Orbitron') format('svg'); /* Legacy iOS */
}




 
body {
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: white;
	color: #666;
	min-height: 100%;
	position: relative;
	overflow-x: hidden; /* no scrollbars for #edit_me */
}

p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

a,
a:visited {
  color: #2974b1;
  transition: color .8s ease; 
}

a:hover {
  text-decoration: none;
  color: #8bb7cf;
  transition: color .2s ease;
}

h1 {
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  /* font-size: 3.5rem; */
  font-size: 2.5vw;
  color: #99ccff;
  text-align: center;
  margin: 2em 0 1.5em 0;
}

h1::before, h1::after {
  content: "";
  /* background-image: url("/images/dashed-middledarkblue.png"); */
  background-image: url("/images/dashed_for_270_logo.png");
  background-repeat: repeat-x;
  background-position: top center;
  width: 142px;
  height: 10px;
  margin: .5em auto;    
  display: block;
} 

h1::before {
  margin-bottom: .45em;    
} 

/* .ghost_button {
  display: inline-block; 
  border: 3px solid #2974b1;
  padding: .7em 1.5em;
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  transition: all 1.5s ease; 
} */

.ghost_button_container {
  text-align: center;
  margin: 0 0 2em 0;
}

.ghost_button {
  display: inline-block; 
  border: 3px solid #2974b1;
  padding: .7em 1.5em;
  transition: all 1.5s ease; 
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;  
}

.ghost_button:hover {
  border-color: #73abcc;
  transition: all .1s ease; 
}

.u {
  padding: 10px 10px 0 10px;
  
  border: 1px solid #dddddd;
  border-top: none;
  
  border-bottom-left-radius: 35px;
  background-color: #EEEEEE;
  background: -moz-linear-gradient(left top, white 55%,  #cccccc);
  background: -webkit-linear-gradient(left top, white 55%,  #cccccc);
}

@media (max-width: 959px) {
  h1 {
    font-size: 1.7em;
  }
}

@media (max-width: 639px) {
  h1 {
    font-size: 1.5em;
    line-height: 1.4em;
  }  
  
  h1::before, h1::after {
    width: 90px;
    height: 8px;
    margin: 3vw auto;    
    display: block;
  }   
  
  h1::before {
    margin-bottom: 3.5vw;    
  }  
  
}

/*
 * ************************************************
 *  Layout
 * ************************************************
 */
 
#container {
  /* margin: 1em auto;
  max-width: 1600px;
  box-shadow: 2px 2px 10px 2px #aaa; */
  /* box-shadow: 0px 0px 5px 2px #eee; */
  overflow: hidden;
}

#canvas {
  margin: 0 0 4em 0;
  overflow: hidden;
}

main {
  padding: 0 1em; 
}

.cms_page_homepage main,
.cms_page_projects main {
  padding: 0;
}

.text_narrow {
  max-width: 720px;
  margin: 0 auto 0 auto;
  text-align: left;
}

/*
 * ************************************************
 *  Header
 * ************************************************
 */

header {
  /* background-image: url("/images/dashed-middledarkblue.png"); */
  background-image: url("/images/dashed_for_270_logo.png");
  background-repeat: repeat-x;
  background-position: top center;
  overflow: hidden;
  position: relative;
  /* box-shadow: 2px 2px 5px 2px #eee; */
  margin-bottom: 2em;
}

#logo_container {
  position: relative;
  overflow: hidden;
  margin: 3vw 5% 0 5%;
}

#logo {
  width: 240px;
  float: left;
  transition: opacity 1s ease;
}

#logo:hover {
  transition: opacity .2s ease; 
  opacity: .5;
}

#logo img {
  width: 100%;
  height: auto;
}

#claim {
  position: absolute;
  top: 0;
  right: 30px;
  font-weight: 300;
  color: #bbb;
  font-size: 1.2em;
  font-style: italic;
}

#main_menu {
  position: absolute;
  bottom: -3px;
  right: 0;
  /*margin: 3vw 5% 0 0;*/
}

#main_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main_menu ul li {
  display: inline-block;
  margin: 0 0 0 2rem;
  padding: 0;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
}

#main_menu ul li a {
 white-space: nowrap;
}

/* #main_menu ul li a,
#main_menu ul li a:visited {
  color: #2974b1;
}

#main_menu ul li a:hover {
  text-decoration: none;
  color: #73abcc;
} */

#main_menu li.ull_menu_is_current a,
#main_menu li.ull_menu_is_ancestor a {
  color: #99ccff; 
}

@media (max-width: 1050px) {
  #main_menu ul li {
    margin: 0 0 0 1em;
    font-size: 1.1em;
  }
}

@media (max-width: 959px) {

  #logo_container {
    position: relative;
    overflow: hidden;
    margin: 3vw 4% 0 4%;
  }  
  
  #logo {
    width: 180px;
  }
  
  #claim {
    font-size: .95em;
  }  
  
  #main_menu ul li {
    margin: 0 0 0 .9em;
    font-size: .95em;
  }
     
}


@media (max-width: 639px) {
  
  #editme {
    display: none;
  }
  
  header {
    
  }
  
  #logo_container {
    /* margin: inherit; */
  }
  
  #logo {
    float: none;
    width: 65%;
    max-width: 240px;
    margin: 2em auto 0 auto;
  }  
  
  #claim {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: center;
    margin-bottom: 1.5em;
  }
  
  #main_menu {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 0 2em 0 2em;
    /*margin: 3vw 5% 0 0;*/
  }
  
  #main_menu ul {
    text-align: center;
  }   
  
  #main_menu ul li {
    display: inline-block;
    margin: 0 1em 0 1em;
    line-height: 1.6rem;
  }  
  
}


/* admin menu */

.admin_menu {
  padding: .5em 1em 0 1em;
  margin: 0 0 1em 0;
}

.admin_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.admin_menu > ul > li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 3em 0 0;
  padding: 0;
}

.admin_menu li li {
  display: list-item;
  text-transform: none;
  font-weight: normal;
  margin: 0 0 .4em 1em;
}




/*
 * ************************************************
 *  Footer
 * ************************************************
 */

footer {
  background-image: url("/images/dashed_for_270_logo.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  overflow: hidden;
  position: relative;
  /*padding: 2em;*/
  line-height: 1.5em;
  margin: 4em 0 0 0;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  margin: 0;
  padding: 0;
}

#footer_table {
  display: table;
  table-layout: fixed; 
  width: 100%;
  margin: 0 0 2em 0;
}

.footer_row {
  display: table-row;
} 

.footer_cell {
  display: table-cell;
  padding: 16px; 
  vertical-align: top;
  text-align: center;
}

#log_in {
  display: none;
}


/* GENERIC PAGE LAYOUT */

#ull_cms_show_body {
  position:relative;
  overflow: hidden;
  max-width: 720px;
  margin: 0 auto;
}
   
@media (max-width: 639px) {
  #ull_cms_show_body {
    padding: inherit .6em;
  }
}



/*
 * ************************************************
 *  Homepage
 * ************************************************
 */
 
.homepage_container {
  margin-top: 0;
}
 
.project_stripes {
  margin-top: 0;
} 
 
.project_stripe {
  height: 224px;
  margin: 0 0 5em 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* transition: background-size 2s ease 0s; ; */
/*   -moz-transition: all 2s ease;
  -webkit-transition: all 2s; */
  transition: background-position 1s ease;  
  box-shadow: 2px 2px 5px 2px #ddd;
  cursor: pointer;
}

.project_stripe:hover {
  background-position: top center;
}
 
.project_stripe_container {
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: table;
  table-layout: fixed; 
}

.project_stripe_container:hover {
  opacity: .8;
}
 
.project_stripe_content {
  display: table-row;
}
 
.project_stripe_cell {
  display: table-cell;
  vertical-align: top;
}
 
.project_stripe_image {
  background-color: rgba(255,255,255,.75);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.project_stripe_image:hover {
  
}  

.project_stripe_text_container {
  background-color: rgba(255,255,255,.75);
  position: relative;
  overflow: hidden;
}
 
.project_stripe_text {
  margin: 20px 24px 40px 24px;
  position: relative;
}

.project_stripe_text h2 {
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #444;
  margin: .5rem 0 .9rem 0;
  /* text-transform: uppercase; */
}

.project_stripe_summary {
}

.project_stripe_tags {
  display: none;
}

.project_stripe_tags p {
  margin: 0 0 .3em 0;
  font-weight: 400;
  font-size: 1rem;
  color: #888;
  font-style: italic;
  font-family: 'Orbitron', sans-serif;
}
 
.project_stripe_date {
  position: absolute;
  bottom: 16px;
  left: 24px;
  font-size: .8em;
  color: #666;
}
 
.project_stripe_link {
  position: absolute;
  bottom: 8px;
  right: 32px;
  font-size: 3em;
  font-weight: 300;
}

@media (max-width: 959px) {
  .project_stripe_text h2 {
    font-size: 1.5rem;
  }  
  
  .project_stripe_tags p {
    font-size: .9rem;
  }  
}

@media (max-width: 639px) {
  .homepage_container {
    margin-top: 4em;
  }  
  
  .project_stripes {
    margin-top: 5em;
  }
  
  .project_stripe {
    height: auto;
  }

  .project_stripe:hover {
    background-position: center left;
  }
  
  .project_stripe_container {
    display: block;
    table-layout: inherit; 
    height: auto;
    width: 80%;
  }
   
  .project_stripe_content {
    display: block;
  }
   
  .project_stripe_cell {
    display: block;
    vertical-align: inherit;
    /* min-height: 50vw; */
    
  } 
  
  .project_stripe_image {
    min-height: 50vw;
  }   
  
}  
  
  
/* PROJECT DETAIL */

.project_abstract {
/*   margin: 3em auto 0 auto;
  max-width: 720px;   */
}

.project_body {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}

.project_gallery_background {
  margin: 0 0 1em 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* transition: background-size 2s ease 0s; ; */
/*   -moz-transition: all 2s ease;
  -webkit-transition: all 2s; */
  transition: background-position 1s ease;  
  box-shadow: 2px 2px 5px 2px #ddd;
  cursor: pointer;
  position: relative;
}

.project_gallery_background:hover {
  background-position: top center;
}
 
.project_gallery {
  margin: 0 auto;
  max-width: 720px;
  background-color: rgba(255,255,255,.75);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.project_tags_container {
  position: relative;
  overflow: hidden; 
  margin: 2em 0 0 0;
}

.project_tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 2em 2em 0;
}

.project_tag h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  color: #888;
  font-style: italic;
  font-family: 'Orbitron', sans-serif;  
}

.project_tag ul {
  list-style-type: none;
  margin: .3em 0 0 0;
  padding: 0;
}

.project_tag li {
  margin: 0 0 0 12px;
  padding: 0;
  line-height: 1.5em;
}

@media (max-width: 639px) {
  .project_abstract {
    /* padding: 0 .7em; */
  }
}


/* .project_gallery img {
  width: 100%;
  height: auto;
  float: left;
} */
  
.flexslider {
  overflow: hidden;
  position: relative;
}

.flexslider ul.slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.flexslider ul.slides li {
  margin: 0;
  padding: 0;
}

.flexslider .slide_container {
  position: relative;
  width: 100%;   /* desired width */  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.flexslider .slide_container:before {
  content: "";
  display: block;
  padding-top: 64%; /* 1:2 this is the aspect ratio of the images */
}


/* "circles" nav */

.flexslider ol.flex-control-nav  {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  /*width: 100%;*/
}

.flexslider ol.flex-control-nav li  {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}  

.flexslider ol.flex-control-nav li a {
  display: inline-block;
  background-image: url("/images/scrollable.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: transparent;
  padding: 3px;
  background-color: rgba(0,0,0,.20);
}  

.flexslider ol.flex-control-nav li:first-child a{
  border-top-left-radius: 5px; 
}

.flexslider ol.flex-control-nav li a.flex-active {
  background-image: url("/images/scrollable_hot.png");
}  
  
  
  
/* OFFERING */

/* PRODUCT OVERVIEW */  

.products_overview {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 0;
}

.product_overview {
  width: 300px;
  margin: 0 2em 4em 2em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.ull_cms_content_heading_edit_link.inline_editing {
  margin-right: -4px;
}

.product_overview .inline_create {
  height: 172px;
}


.product_overview_header {
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  color: #99ccff;
  height: 180px;
  background-color: #5b98c0;
  position: relative;
  width: 100%;
  /* border: 10px solid #333;
  border-top: none; */
  border-bottom-left-radius: 35px;  
  display: table;
  margin: 0 0 1em 0;
}

/* #2974b1
#2a7cb3
#348fbd
#5b98c0
#73abcc
#8bb7cf
#aed0e3 */

/* #product_overview_newsletter .product_overview_header {
  background-color:#5b98c0;
}

#product_overview_rundherum .product_overview_header {
  background-color: #2a7cb3;
} */

.product_overview_header_text {
  display: table-cell;
  /* top: 50%; */ 
  text-align: center;
  vertical-align: middle;
  height: 100%;
}



.product_overview_header_text h2 {
  color: white;
}
  
.product_overview_body {
/*   font-weight: 300;
  font-size: 1.2em; */
}


/* APPLICATIONS */

.products_applications {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.products_applications_abstract {
  margin-bottom: 2em;
}

.application_container {
  display: inline-block;
  width: 186px; /* 210 - 2*10 padding - 2*1 border */
  min-height: 180px;
  margin: 0 15px 2.5em 15px;
  vertical-align: top;
  text-align: left;
}

.application_container h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.2em;
  color: #555;
}

.application_image {
  text-align: center;
  margin-bottom: .5em;
}

.application_image img {
  height: 100px;
  width: auto;
}
 









@media (max-width: 1150px) {
  .product_overview {
    width: 240px;
  }
  
  
  .product_overview_header {
    font-size: 1.3em;
    height: 150px;
  }
}














.products_solutions {
  max-width: 952px; 
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.products {
  overflow: hidden;
}

.product_image {
  text-align: center;
  margin-bottom: .5em;
}

.products h2 {
  margin-top: 0;
}
 
.product_container {
  float: left;
  width: 186px; /* 210 - 2*10 padding - 2*1 border */
  min-height: 180px;
  margin: 0 15px 2.5em 15px;
}

.products_products img {
  height: 100px;
}

.custom_dev {
  margin-bottom: 4em;
}





/* CONTACT */

@media (max-width: 511px) {
  .cms_page_kontakt #ull_cms_show_body img {
    display: none;
  }
}  