 
 /*********************************************************
 * User Interface Design GmbH
 * Martin-Luther-Straße 57-59
 * 71636 Ludwigsburg
 * 
 * Vassilios Katsaros
 **********************************************************/

/**********************************************************
 fontface
 *********************************************************/
@font-face {
 font-family: "UIDSansRegular";
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/UIDSansRegular.eot');
 src: url('../fonts/UIDSansRegular.eot?#iefix') format('embedded-opentype'), /* IE8 */
      url("../fonts/UIDSansRegular.woff") format("woff"), 
      url("../fonts/UIDSansRegular.ttf") format("truetype"), 
      url("../fonts/UIDSansRegular.svg") format("svg");
}
@font-face {
 font-family: "UIDSansLight";
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/UIDSansLight.eot');
 src: url('../fonts/UIDSansLight.eot?#iefix') format('embedded-opentype'), 
      url("../fonts/UIDSansLight.woff") format("woff"), 
      url("../fonts/UIDSansLight.ttf") format("truetype"), 
      url("../fonts/UIDSansLight.svg") format("svg");
}
@font-face {
 font-family: "UIDSansBold";
 font-style: normal;
 font-weight: normal;
 src: url('../fonts/UIDSansBold.eot'); 
 src: url('../fonts/UIDSansBold.eot?#iefix') format('embedded-opentype'),  
      url("../fonts/UIDSansBold.woff") format("woff"), 
      url("../fonts/UIDSansBold.ttf") format("truetype"), 
      url("../fonts/UIDSansBold.svg") format("svg");
}


/**********************************************************
 CSS Reset
 *********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/******  Allgemeine Definitionen  *************************/
body {
 background: #F7F7F7;
 color: #262626;
 /* font-family: "UIDSansRegular", Arial, Helvetica, sans-serif; */
 font-family: Calibri, Helvetica, Arial, sans-serif;
 font-size: 0.6250em; /* 10px */
 font-weight: 200;
 margin: 0;
 padding: 0;
}

section {
 margin-bottom: 90px;
}

section.dashed {
 border-bottom: 1px dashed #cccccc; 
 padding-bottom: 90px;
}

article {
 background: #FFFFFF;
 cursor: default; 
 margin:90px 0 0 55px;
 padding: 40px;
 position:relative;
}

article.clearfix {
 margin-right: 0;
}

h1 {
 font-size: 5em;
}

h2 {
 font-size: 3em;
}

h3 {
 font-size: 2.5em;
}

h4 {
 font-size: 2em;
}

h1, h2, h3, h4 {
font-family: "UIDSansRegular", Calibri, Arial, Helvetica, sans-serif;
}

p {
 font-weight:200;
 font-size: 2em;   /* 2em 2.5em */
 margin-bottom: 20px;
 line-height: 1.3em;
 /*
 -moz-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;  */
  
}

b {
 font-weight: bold;
}

img {
 margin: 0 25px 0px 0;
}

p img {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

p strong {
  font-weight: 400;
}

textarea {
 resize: none;
}

/*** Ordered List without dot***/
ol { 
 counter-reset: item;
 list-style-type: none;
}

ol li { 
 display: inline-table;
 position:relative;
}

ol li:before { 
 content: counter(item) "  "; 
 counter-increment: item;
 display:block;
 float: left;
 margin-top:-12px;
 position:absolute;
 top: 50%;
}

ol li span {
 display:block;
 padding-left: 20px;
}

footer {
 color: #999999;
 background: #FAFAFA;
 font-size: 1.6em; 
}


/*** Definitionsliste ul ***/

ul.definition li {
 font-size: 2.0em;  /* 2.5em */
 line-height: 1.44em; 
}

dl p {
 font-size: 1em;
}

dl dt {
 /* font-family: "UIDSansBold", sans-serif; */
 font-weight: 400;
 margin-top: 25px;
/* text-transform: uppercase; */
}

dl dd {
 
}


section .pane-content ol,
section .pane-content ul,
article ol,
article ul {
  line-height: 1.1em;
}

/*** Links ***/
a{
 color: #999999;
}

article a {
 display: block;
 font-size: 1.8em;
 margin-bottom: 14px;
}

article a.last {
 margin-bottom: 0;
}

a:hover,
a:focus{
 color: #262626; 
}

a:active{
	
}

/******  Button Links  ************************************/
a.btn {
 background: #FFFFFF;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
/* bottom: 15px; */
 color: #292929;
 display: block;
 font-family: "UIDSansBold", Arial, Helvetica, sans-serif;
 font-size: 2em;
 letter-spacing: 2px;
 margin:10px;
 padding: 2px 45px 4px 45px;
 position: relative;
 text-decoration: none;
}

a.btn.small {
 font-size: 1.8em; 
 padding: 2px 25px 4px 25px; 
}

a.btn:hover {
 background: #292929;
 color: #FFFFFF;
}

div.action,
.keyvisual .action {
 background: rgba(217,217,217,0.3);
 border: 1px solid rgba(245,245,245,0.2);
 border-radius: 50px;
}

div.action {
 /*bottom: 15px;
 left: 50%;
 margin-left: 
 position:absolute; */
 display: table;  
 margin: 0 auto 0 auto;
}

div.action.sience a:hover{
  background: #BCCF16;
}

div.action.mb {
 margin-bottom: 80px;
}

/******  Grid Layout  *************************************/
/******  75px per Grid ************************************/

/* Fix  **************** 
 * 2x40px = 80px padding             80px
 * 2x10px Border = 20px border       100px
 * ********************/

/* Fix 2  ************** 
 * 2x20px = 40px padding             40px
 * 2x10px Border = 20px border       60px
 * ********************/

.col1 {width: 75px;}
.col2 {width: 150px;}
.col3 {width: 225px;}
.col4 {width: 300px;}
.col4-ext {width: 250px;} /* Fix */  /* 220px */
.col4-sm-ext {width: 260px;} /* Fix 2 */
.col5 {width: 375px;}             /* NOT */
.col6 {width: 450px;}             /* NOT */
.col6-ext {width: 370px;} /* Fix */
.col7 {width: 525px;}             /* NOT */
.col8 {width: 600px;}             /* NOT */
.col9 {width: 675px;}
.col10 {width: 750px;}
.col11 {width: 825px;}           /* NOT */
.col12 {width: 900px;}           /* NOT */
.col13 {width: 975px;}           /* NOT */
.col14 {width: 1050px;}
.col14-ext {width: 1070px;}


.offset-col0 {margin-left: 0;}
.offset-small {margin-left: 10px;}
.offset-medium {margin-left: 35px;}
.offset-large {margin-left: 55px;}      /* NOT */
.offset-col1 {margin-left: 75px;}
.offset-col2-s {margin-left: 130px;}
.offset-col2 {margin-left: 150px;}
.offset-col3-s {margin-left: 225px;}







/******  Helper Classes  **********************************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl{
 float: left;
}

.fr {
 float: right;
}

/******  Website Header  **********************************/
.header-wrapper {
 background: #FFFFFF;
}

header.header {
 margin: 0 auto;
}

.header-top {
 background: url(../i/header-top-bg.png) no-repeat;
 height: 90px;
 position:relative;
}

.logo {
 /* left: -100px; */
 margin-top: 10px;
/* margin-left: 50%;
 position: relative; */
}

.meta-navi {
 font-family: "UIDSansRegular", Arial, Helvetica, sans-serif;;
 font-size: 1.4000em;
 float: right;
 margin-top: 12px;
 text-transform: uppercase;
}

.meta-navi li {
  list-style: none;
  float: left;
  margin-left: 20px;
}

.meta-navi a {
 color: #999999;
 text-decoration: none;
}

.meta-navi a:hover{
 color: #000000;
 text-decoration: none;
}



/**********************************************************
 * Slider  
 *********************************************************/
/* Prevent the slideshow from flashing on load */
/*#slides {
  display: none
}*/

/* Center the slideshow */
.container {
  margin: 0 auto;
  position: relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
  color:#292929;
}

.keyvisual,
#slides,
#slides .slidesjs-slide {
 /*background: url(../i/keyvisual-1.png) no-repeat; */
 height: 450px;
 position: relative;
}


.sience .keyvisual,
.sience .keyvisual div{
  height: 450px;
}

.keyvisual .action,
#slides .action {
 bottom: 20px;
 left: 65px;
 position:absolute; 
 z-index: 100;
}

.keyvisual .action a,
#slides .action a{
 border-radius: 30px;
/* bottom: 15px; */
 color: #bdbdbd;
 display: block;
 font-family: "UIDSansBold", sans-serif;
 font-size: 2.4000em;
 letter-spacing: 2px;
 margin:10px;
/* left: 15px;
 position:absolute; */
 padding: 2px 45px 3px 45px;
 position: relative;
 text-decoration: none;
 background: -moz-linear-gradient(
	top,
	#ffffff 0%,
	#eeeeee);
 background: -webkit-gradient(
	linear, left top, left bottom,
	from(#ffffff),
	to(#eeeeee));
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 -moz-box-shadow:
	0px 1px 3px rgba(000,000,000,0.2),
	inset 0px 0px 3px rgba(255,255,255,1);
 -webkit-box-shadow:
	0px 1px 3px rgba(000,000,000,0.2),
	inset 0px 0px 3px rgba(255,255,255,1);
 box-shadow:
	0px 1px 3px rgba(000,000,000,0.2),
	inset 0px 0px 3px rgba(255,255,255,1);
 text-shadow:
	0px -1px 0px rgba(000,000,000,0.3),
	0px 1px 0px rgba(255,255,255,1);
}

.keyvisual .action a:hover,
#slides .action a:hover {
 /*color: #E5A800;*/
 /*color: #6994A7; */
color: #BCCF16;
}

.slidesjs-pagination {
 bottom: 20px;
 position: absolute;
 z-index: 100;
}

.pane-content a.active {
  color: #292929;
}

.slidesjs-navigation {
 top: 195px;
 cursor:pointer;
 display: block;
 height: 80px;
 position: absolute;
 width: 100px;
 z-index: 100; 
}

.slidesjs-previous,
.slidesjs-next {
 height: 60px;
 width: 17px;
}

.slidesjs-previous {
 background: url(../i/slider-navi.png) no-repeat 0 0; /* -61px */
 left: 20px;
}

.slidesjs-next {
 background: url(../i/slider-navi.png) no-repeat -20px 0;
 right: 20px;
}

/**********************************************************
 * Main Navi 
 *********************************************************/
.main-navi-wrapper {
 background: #FFFFFF;
 border-bottom: 1px dashed #cccccc; 
}

.main-navi {
 /*border-bottom: 1px dashed #cccccc; */
 font-family:"UIDSansLight";
 font-size: 3em;
 height: 90px;
 margin: 0 auto 0 auto;
 position:relative;
}

.main-navi ul {
 height: 90px;
 /*margin: 35px 0 35px 0; */
}

.main-navi li {
 float: left;
 list-style: none;
 text-transform: uppercase;
}

.main-navi a {
 color: #262626;
 float: left;
 padding: 30px 25px 15px 25px;
 text-decoration: none;
}

.main-navi a:hover {
 background: #262626;  /* #000000*/
 color: #FFFFFF;
 margin-bottom: 10px;
}


.main-navi .active {
 padding: 30px 25px 20px 25px;
}

.main-navi .trial {
 float: right;
}

.main-navi .trial a {
/* background: url(../i/try-navi-bg.png) repeat-x bottom left #FFD700;*/
 background: url(../i/try-navi-bg.png) repeat-x bottom left #BCCF16; 
 /*color: #FFFFFF; */ 
/* color: #755A00; */
 color: #FFFFFF;  
 padding: 30px 18px 20px 17px;  
}

.sience .main-navi .trial a {
 background: url(../i/try-navi-bg-blue.png) repeat-x bottom left #6994A7; 
}

.main-navi .trial a:hover {
 background: url(../i/try-navi-bg-hover.png) repeat-x bottom left #3b3d3c;
 color: #FFFFFF;
}

nav a#pull {  
    display: none;  
} 

/******  Main Navi Line ******/
#magic-line { 
 background: #262626;   
 bottom: 30px; 
 height: 1px;  
 left: 0; 
 position: absolute; 
 width: 70px; 
} 

.main-navi-wrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
}

.main-navi.sticky{
 margin: 0 auto;
}

/**********************************************************
 * Content Bereich  
 *********************************************************/
#hello article.col4-ext {
 margin-left: 25px;
 padding: 30px;
}

.content {
 margin: 0 auto;
}

article h1,
article h2,
article h3,
article h4 {
 text-align:center;
}

article h2,
article h3,
article h4 {
 text-transform:uppercase;
}

article p{
  margin-top: 20px;
}

article p a,
.tab-content p a {
 display: inline;
 font-size: 1em;
}

article .caption,
section .content .caption {
  font-size: 1.6em;
  
}

/******  Content Artikel  ********************************/
#hello .content article {
  min-height: 485px;
}

.content article,
.trial article,
.faq { 
 border: 10px solid rgba(245,245,245,0);
 background-clip: padding-box;
 position:relative;
 z-index:0;
}

.content article,
.trial article {
 transition: border-color 0.4s;
 -webkit-transition: border-color 0.4s; /* Safari */ 
}

.content article:hover,
.trial article:hover {
 /* background: url(../i/article-top-bg-hover.png) no-repeat 240px -12px; */
 border: 10px solid #EBEBEB;
 transition: border-color 0.4s;
 -webkit-transition: border-color 0.4s; /* Safari */ 
}


.content article .list,
.pane-content .list {
 font-size: 2.0em; /* 2.5em */
 font-weight:200;
 list-style:disc;
 /* line-height: 1.44em; */
 padding-left: 20px;
}

.content article .list li,
.pane-content .list li {
 padding-left: 0.5em;
 padding-bottom: 10px;
}

.pane-content .list strong {
  font-weight:500;
}

/******  pseudo element before  *****************/
.content article:before,
.trial article:before,
.faq:before
/*glossar:before */ {
 border-width:0 50px 50px 0;
 border-style:solid;  
 content:"";
 position:absolute;
 top: -10px;
 right:-10px;
 z-index: 150;
} 

.content article:before {
 border-width:0 35px 35px 0;  
 border-color: rgba(255,255,255,0) #F7F7F7;
 transition: border-color 0.4s; 
 -webkit-transition:  0.4s; /* Safari */
}

.trial article:before {
 border-width:0 35px 35px 0; 
/* border-color: rgba(255,255,255,0) #FFCC00;*/
 border-color: rgba(255,255,255,0) #BCCF16;  
 transition: border-color 0.4s; 
 -webkit-transition:  0.4s; /* Safari */ 
}

.faq:before
/*.glossar:before */{
 border-width:0 35px 35px 0;  
 border-color: rgba(255,255,255,0) #F7F7F7; 
}

.content article:hover:before,
.trial article:hover:before {
 border-width:0 35px 35px 0;
 transition: border-color 0.4s;
 -webkit-transition: border-color 0.4s; /* Safari */ 
} 


/******  pseudo element after  ******************/
.content  article:after,
.trial  article:after,
.faq:after
/*.glossar:after*/ {
 content:"";
 border-color:#E0E0E0 #F7F7F7; 
 position:absolute;
 top:0px;
 right:0px;
 border-width:0 30px 30px 0;
 border-style:solid;
 z-index: 100;
}

.trial  article:after {
/* border-color:#E0E0E0 #FFCC00;*/
 border-color:#E0E0E0 #BCCF16;    
}

.content  article:after,
.trial  article:after {
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s; /* Safari */ 
} 

.content  article:hover:after,
.trial  article:hover:after {
 border-color:#E0E0E0 #EBEBEB;
 border-width:0 30px 30px 0; 
 transition: border-color 0.4s;
 -webkit-transition: border-color 0.4s; /* Safari */ 
}

.article-links ul {
 float: left;
}

article img.visual {
display: block;
 margin: 0px auto 40px auto;
}

article.description {
 padding: 20px;
 /*width: 240px; */
}

.count {
 font-family:"UIDSansLight"; 
}

article.description .count {
 background: #E0E0E0;
 border-radius: 20px;
 font-size: 3.0em;
 height: 35px;
 margin: 0px 15px 5px 0;
 padding-top: 5px;
 text-align:center;
 vertical-align:middle;
 transition: 0.4s; 
 width: 40px;
}

article.description:hover .count {
 background: #262626;
 color: #FFFFFF;
}

article.description p {
 font-size: 1.6em;
 padding-right:10px;
 margin-top: 0;
}


/******  Tab Content  *************************************/
.tab-content {
  position:relative;
}

/*** Sticky Tab Navi ***/
.tab-content .tabs .nav.sticky,
.tab-content .tabs.sticky {
  margin-top: 0;  
  position: fixed;
  top: 140px;
  width: 300px;
  z-index: 100;
}


/*.tab-content .tabs nav.sticky.top {
  position: fixed;
  top: 140px;
/*  margin: 0 auto; */
/*  width: 300px;
  z-index: 100; */  
  /*position: fixed;
  top: 0;*/
/*}*/

.tab-content .tabs.sticky.bottom {
  position: absolute;
  top:auto;
  bottom: 0;
}

.tab-content .panes.ml300 {
  margin-left: 300px;
}

/*** Sticky Tab Navi Ende ***/

.div.tab-content .content{
 position: relative;
 display: none;
}

div.tab-content article {
 margin-left: 0;
}

.tab-content .tabs {
 margin-top: 90px;  
 width: 300px;
}

.tab-bg .nav,
.tabs .nav{
 background: #F5F5F5; /* Old browsers */
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(top,  #ebebeb 0%, #f5f5f5 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #ebebeb 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #ebebeb 0%,#f5f5f5 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #ebebeb 0%,#f5f5f5 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #ebebeb 0%,#f5f5f5 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-8 */
}

.tabs {
 font-family: "UIDSansRegular", calibri, sans-serif;
 position:relative;
 /*text-transform:uppercase;*/
}

.tabs span,
.tabs a {
 display: block;
 font-size: 3em;
 padding: 15px 10px 15px 40px;
 position:relative;
 text-decoration: none;
}

.tabs li {
 cursor: pointer;
 transition: background 0.1s;
}

.tabs li:hover {
 background: #262626;
}

.tabs a{
 width: 280px;  
 transition: opacity  0.1s;
 z-index: 120; 
}

.tabs .scrollto a {
 font-size: 2.2em;
 padding: 10px 5px 15px 35px;  
 width: 270px; 
}

.tabs li.scrollto {
 margin: 5px;
}

.tabs .scrollto a:hover,
.tabs .scrollto a:focus {
 background: none;
}


.tabs span,
.tabs span,
.tabs a,
.tabs a {
  background: top right;
} 


.tabs span:hover,
.tabs span:focus,
.tabs a:hover,
.tabs a:focus {
 background: url(../i/tab-nav-bg-hover.png) no-repeat top right;
 color: #FFFFFF;
 display: block;
 transition: background 0.1s;
 width: 280px;
 z-index: 120;
 }
 
.tabs li.active,
.tabs li.current {
/* background: #FFD700; */
 background: #BCCF16;
}

.tabs .active span,
.tabs .current span,
.tabs .active a,
.tabs .current a {
/* background: url(../i/tab-nav-bg-active.png) no-repeat top right;*/
 background: url(../i/tab-nav-bg-active.png) no-repeat top right;
/* color:#755A00;   /* #ffffff */
 color:#ffffff;
 display: block;
 width: 280px;
 z-index: 120;
 }
 
 .panes {
 margin-top: 90px;
 height: 100% !important;
 }
 
.pane-content{
/*  display:none; */
 background: none repeat scroll 0 0 #FFFFFF;
 cursor: default;
 padding: 40px;   /*** pane-content > div !! ***/
 position: relative;
}

.pane-content.hide { 
 position: absolute; 
 top: -9999px; 
 left: -9999px; 
}

.pane-content > div {
 /*padding: 40px; */ 
}

.pane-content img.visual {
 display: block;
 margin: 0px auto 40px auto;
}

.pane-content h1,
.pane-content h2 {
 text-align: center;
}

.pane-content h2 {
 margin-bottom: 35px;
 /*text-transform:uppercase; */  
}

.pane-content h3,
.pane-content h4 {
  margin-bottom: 5px;
}

.pane-content a.singlelink,
.pane-content a.extern {
 display: block;
 font-size: 1.8em;
 margin-bottom: 14px;
}

.pane-content p a.extern {
  display: inline;
  font-size: 1em;
}
 
#tab-nutzen .pane-content h3,
#tab-nutzen .pane-content h4 {
 text-align: center;
}

#tab-autoren h2 {
 text-align: left;
 text-transform: none;
}


#publikationen a.pdf {
 display: block;
 margin-top: 5px;
}

#publikationen p {
  margin-bottom: 40px;
}


/******  Tab content Slides ******/
#attrakdiff .pane-content,
#tab-attrakdiff .pane-content {
 padding: 40px;
 width: 670px;
}


.pane-content .slidesjs-container {
 padding: 0;
}

.pane-content .slidesjs-control {
 
}

.pane-content .slidesjs-slide {
 /*padding: 40px; */
 width: 670px;
}

.pane-content .slidesjs-pagination {
 bottom: 0px;
 left: 50%;
 margin-left: -9%;
 display: block;
 position:relative;
}

.pane-content .slidesjs-pagination li {
 float: left;
 margin-left: 3px;
 margin-right: 3px;
}

.pane-content .slidesjs-pagination a{
 font-size: 2.5em;
 padding: 4px 13px 3px 13px;
 text-decoration: none;
}

.pane-content .slidesjs-pagination a:hover {
 background: #262626;
 color: #FFFFFF;
}


/***** Tabbed Content *************************************/
.tabbed-content > div {
  display: none;
}

.tabbed-content > div.first {
  display:block;
}

.headline-tabs {
  display: block;
  /* font-family: "UIDSansRegular",Arial,Helvetica,sans-serif; */
  margin-bottom: 30px;
  width: 105%;
}

#tab-wissenschaft .headline-tabs,
#tab-basis .headline-tabs {
  margin-left: -15px;
  width: 107%;
}

.headline-tabs li {
 color: #999999;
 float: left;
 font-size: 2.0em;   /* 2.5em */
 line-height: 1em;
 margin-left: 3px;
 margin-right: 3px;
 padding: 4px 13px 3px 13px;
 text-align:center;
 text-decoration: none; 
}

.headline-tabs li.current,
.headline-tabs li.current:hover {
  background: none;
  color:#262626;
  cursor:default;
}
 
.headline-tabs li:hover {
 background: #262626;
 color: #FFFFFF;
 cursor:pointer;
}

.headline-tabs li.first {
  margin-left: 0;
}
 
/****** Ihr Nutzen &  Trial Bereich  **********************/

div.trial-wrapper {
/* background: url(../i/trial-bg-top.png) top left repeat-x,
             url(../i/trial-bg-bottom.png) bottom left  repeat-x #FFCC00; */
 background: url(../i/trial-bg-top.png) top left repeat-x,
             url(../i/trial-bg-bottom.png) bottom left  repeat-x #BCCF16;              
 margin-top: 90px;
 padding-bottom: 80px;
}

.trial {
 margin: 0 auto 0 auto;
}

.trial h3,
.nutzen h3 {
 font-size: 2.5em;
 margin-top: 40px;
 text-transform:none;
}

.trial h4,
.nutzen h4,
.nutzen h5 {
 font-family: "UIDSansBold";
 font-size: 1.6em;
}

.nutzen h5 {
 font-size: 2em;
 margin-top: 15px;
 margin-bottom: 8px;
 text-align: center;
}

section.nutzen p {
 font-size: 2em;  /* 2.5em */
 margin-top: 10px;
 margin-bottom: 20px;
}

.trial ol,
.nutzen ol {
 font-size: 2.0em; /* 2.5em */
 margin-top: 40px;
 margin-bottom: 40px;
}

#tab-attrakdiff .pane-content .list {
 font-size: 2em
}

#tab-attrakdiff .pane-content .list li {
  padding-bottom: 10px;
}

.nutzen li

.nutzen article ul {
 font-size: 2em;
}

.trial li,
.nutzen article li {
 border-bottom: 1px dashed #cccccc;
 padding: 10px;
 width: 94%;
}

.trial li.first,
.nutzen article li.first {
 border-top: 1px dashed #cccccc;   
}

.nutzen li span,
.trial li span {
 float: left;
 padding-left: 30px; 
 width: 82%;
}

.nutzen span.checked,
.trial span.checked {
 display: inline;
 float: left; 
 padding: 0;
 margin: -14px 3% 0 3%;
 position: absolute;
 top: 50%;
 width: 10%;
}

.nutzen span.checked img{
 margin: 0;
}

.trial span img {
 
}

.trial .action {
 margin: 0 auto 0 auto;
 text-align: center;
 min-width: 160px;
}


/******  Autoren  *************************************/
#tab-autoren {
  padding: 0;
}

.author {
  display: block;
  margin-bottom: 20px;
  width:  750px;   /* 670px */
}


.author img {
 -webkit-box-shadow:  1px 1px 3px 3px rgba(26, 26, 26, 0.1);  
 box-shadow:  1px 1px 3px 3px rgba(26, 26, 26, 0.05);
 border:  10px solid #FFFFFF;
 margin-bottom: 20px;
}

.author h1 {
 margin-bottom: 8px;
 text-align: left;
}

.author .header {
 /* margin-top: 80px; */ 
 padding: 40px 40px 0 40px;
 position: relative;
}

.author .header.first {
 margin-top: 0;
}

.author .header a {
 /*display: block; */
 font-size: 2.0em;
 margin-bottom: 8px;
}


.author .more {
  font-size: 2em;
}

.author .more .btn {
  display: block;
  margin: -8px 0 0 5px;
}

.author p {
 color: #545454;
 margin: 20px 30px 20px 30px;
}

/******  Autoren, FAQ & Glossar  ***********************************/
.faq,
.glossar{
 background: #FFFFFF;
 background-clip: padding-box;
 cursor: default; 
 margin-top: 80px;
 padding-bottom: 110px;
 position:relative;
}

.faq h2,
.glossar h2 {
 margin-bottom: 60px;
 margin-top: 40px;
 text-align:center;
 text-transform:uppercase;
}

.faq h3,
.glossar h3,
.glossar .letter {
 display: block;
 font-size: 2.5em;
 margin-top: 20px;
 padding-left: 150px;
 text-align:left;
}

.glossar .letter,
.glossar .letter span {
font-family: "UIDSansRegular",Calibri,Arial,Helvetica,sans-serif;
}




.glossar ul.definition li {
 float:left;
}

.glossar ul.definition .letter {
 width: 88%;    /* 85.90% */
}

.author div.more:hover,
.faq h3:hover,
.glossar h3:hover {
 cursor:pointer;
}

.glossar dl {
 float: left;
}

.glossar dt {
  padding-bottom: 5px;
}

.glossar dt,
.glossar dd {
 color: #545454; 
 margin-left: 120px;
}

.faq p {
 color: #545454;
 margin: 20px 30px 20px 190px;
}

.author-content-wrapper,
.faq-content-wrapper,
.glossar dl {
 background: url("../i/faq-rope.png") no-repeat #ebebeb;
 background-position: 140px -2px;
 margin: 0 15px 0 15px;
 min-width: 97.15%;
 padding-bottom: 25px; 
}

.author-content-wrapper {
  background-image: none;
  min-width: 95%;
}

.glossar dl {
 background: none #ebebeb;
 min-width: 870px;
 padding-bottom: 20px;
 padding-right: 20px;
}

.glossar .definition li {
   line-height: 1.300em;
}

.author-content,
.faq-content,
.glossar-content {
 background: 
 url(../i/faq-content-bg-top-right.png) no-repeat top right,
 url(../i/faq-content-bg-top-left.png) no-repeat top left,
 url(../i/faq-content-bg-bottom-right.png) no-repeat bottom right,
 url(../i/faq-content-bg-bottom-left.png) no-repeat bottom left;
 background-color: #F7F7F7; 
}


div.author span.btn,
div.faq .count,
div.glossar .count {
 background: #E0E0E0;
 border-radius: 20px;
 font-size: 1em;
 height: 33px;
 margin: -6px 15px 5px 0;
 padding-top: 7px;
 text-align:center;
 vertical-align:middle;
 width: 40px;
 transition: 0.2s;
}

div.author span.btn {
  background: url("../i/arrow-down.png") no-repeat #E0E0E0; 
  /*font-family: "UIDSansRegular", calibri, sans-serif;
  font-size: 3em;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; 
}

/*
div.glossar .count,
ul.definition .letter {
 padding-bottom: 5px;
 padding-top: 2px;
} */

div.author .more span.btn.act,
div.faq .count.act,
li.letter .count.act {
/* background: #FFD700; */
 background: #BCCF16;
/* color: #755A00;  /* #ffffff */
 color: #ffffff;
}

#autoren .author .more span.btn.act {
  background: url("../i/arrow-down.png") no-repeat #BCCF16;   
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} 

div.author .more:hover .btn,
div h3:hover .count,
.letter:hover .count {
 background: #262626;
 color: #FFFFFF;
}

div.author .more:hover span.btn {
  background: url("../i/arrow-down.png") no-repeat #292929;   
}


/******  Referenzen  **************************************/
.ref-navi {
  /*font-family: "UIDSansLight",Calibri,Arial,Helvetica,sans-serif;*/
  font-weight: 200;
  font-size: 2.0em;
}

.ref-navi li { 
  float: left; 
  margin-right: 20px; 
  padding: 3px;  
}

.ref-navi li.cat {
  cursor:pointer;
  font-weight:400;
  /*font-family: "UIDSansRegular",Calibri,Arial,Helvetica,sans-serif;  */
}

.referenzen {
  color: #999999;
  margin-left: -80px;
  position: relative;
}

.referenzen li {
  float: left;
  height: 180px;
  margin: 30px 0 0 80px;
  width: 170px;
}

.referenzen img {
  box-shadow: 1px 1px 3px 3px rgba(26, 26, 26, 0.10);
  margin-bottom: 10px;  
}

.referenzen strong {
  display: block;
  font-family: "UIDSansLight";
  font-size: 1.8em;
  line-height: 1.111em;  
  text-align: center;
}



/**********************************************************
 * Footer Bereich
 *********************************************************/

footer {
 background: #FAFAFA;
 border-top: 1px dashed #cccccc;
 bottom: 0;
 color: #262626; 
 margin-top: 90px;
 position: fixed; 
 z-index: 200;
}

footer .wrapper {
 margin: 0 auto 0 auto; 
 position: relative;
}

footer .wrapper > div {
 margin-bottom: 120px;
}

footer h4 {
 font-size: 1em;
 margin: 40px 0 22px 0;
 text-transform: uppercase;
}

.footer-navi  li {
 margin-bottom: 22px;
}

.footer-navi  a{
 color: #262626;
 text-decoration: none;
}

.meta-footer {
 background: #FFFFFF;
 border-bottom: 1px dashed #cccccc; 
 border-top: 1px dashed #cccccc;  
 color: #999999;
 font-family: "UIDSansRegular", Arial, Helvetica, sans-serif; 
 position: fixed;
 bottom:0;
 width: 100%;
 z-index: 150;
}

.meta-footer ul {
 margin-left: 20px;
}

.meta-footer li {
 float: left;
 padding: 22px 35px 22px 0;
}

.meta-footer li a{
 text-decoration: none;
}

.meta-footer .uid-logo {
 margin: 0;
 top: 18px;
 right: 20px;   /* 75px*/
 position: absolute;
}


/******  Kontaktformular *********************************/
form {
 font-weight: 200;
 margin: 60px auto 40px auto;
}

label {
 display: block;
 float: left;
 font-size: 2.0em;
 padding: 8px 0 8px 0;
 width: 200px;
}

input,
textarea {
 -webkit-box-shadow:  1px 1px 3px 3px rgba(26, 26, 26, 0.1);  
 box-shadow:  1px 1px 3px 3px rgba(26, 26, 26, 0.05);
 border: 1px solid #BDBDBD;
 font-size: 2em;
 padding: 4px; 
}

input {
 font-family: Calibri,Helvetica,Arial,sans-serif; 
 width: 220px;
}

textarea {
 font-family: Calibri, Helvetica, Arial, sans-serif;  
 width: 450px;
}

label,
input,
textarea {
 margin-bottom: 20px;
}

input#subject {
 width: 450px;
}

input.button {
 margin-left: 200px;
}


span.kontakt {
 display: block;
 margin-top: 8px;
}


.kontakt p {
 font-size: 2.0em;
 margin-bottom: 10px;
}

.kontakt .subject {
 margin-top: 30px;
}

.kontakt .required-text {
 font-size: 1.6em;
 margin: 15px;
}

.errorMessage {
	color: #D80000;
	margin-left: 200px;
	font-size: 1.5em;
}

.successMessage {
	color: #01C40E;
	margin-left: 200px;
	font-size: 1.5em;
}


/**********************************************************
 * Popups & Lightboxes 
 *********************************************************/
.popup {
 position: relative;
 background: #FFFFFF;
 padding: 20px;
 width: auto;
 max-width: 750px;
 margin: 20px auto;
}

.popup > div {
 
}

.popup h2,
#kontakt h2 {
 text-align:center;
 text-transform: uppercase;
}

#kontakt h3 {
  margin: 20px 20px 20px 0;
}

.popup.glossar {
 background: #F7F7F7;
 max-width: 920px;
}

.popup.glossar ul {
 background: #FFFFFF;
 margin-bottom: 20px;
 padding-bottom:40px;
}

.popup.glossar h3,
.popup.glossar .letter {
 display: block;
 font-size: 2.5em;
 margin-top: 20px;
 padding-left: 80px;
 text-align:left;
}

.popup article {
 margin: 0;
}

#kontakt {
 padding: 40px;  
}

#ueber article,
#impressum article {
  position: relative;
}

#ueber article h2,
#impressum article h2 {
  margin-top: 60px;
}

#ueber article img.visual,
#impressum article img.visual {
  right: 40px;
  position: absolute;
}





/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
 opacity: 0;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 -webkit-transform: scale(0.8);
 -moz-transform: scale(0.8);
 -ms-transform: scale(0.8);
 -o-transform: scale(0.8);
 transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
 opacity: 1;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
 -webkit-transform: scale(0.8);
 -moz-transform: scale(0.8);
 -ms-transform: scale(0.8);
 -o-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
 opacity: 0;
 -webkit-transition: opacity 0.3s ease-out;
 -moz-transition: opacity 0.3s ease-out;
 -o-transition: opacity 0.3s ease-out;
 transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
 opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
 opacity: 0;
}


/*
 .my-mfp-slide-bottom .zoom-anim-dialog {
 opacity: 0;
 transform: translateY(-20px) perspective(600px) rotateX(10deg);
 transition: all 0.2s ease-out 0s;
 }
 .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
 opacity: 1;
 transform: translateY(0px) perspective(600px) rotateX(0deg);
 }
 .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
 opacity: 0;
 transform: translateY(-10px) perspective(600px) rotateX(10deg);
 }
 */



/******  Media Queries  ***********************************/

/**********************************************************
 iPads (landscape) 
 *********************************************************/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
/*and (orientation : landscape) */ {
 body {
  padding: 22px !important;
 }
 
  .container {
    width: 100%;
  }
  
  .col1 {width: 70px;}
  .col2 {width: 140px;}
  .col3 {width: 210px;}
  .col4 {width: 280px;}
  .col4-ext {width: 220px;} /* Fix */
  .col4-sm-ext {width: 260px;} /* Fix 2 */
  .col5 {width: 350px;}             /* NOT */
  .col6 {width: 420px;}             /* NOT */
  .col6-ext {width: 380px;} /* Fix */
  .col7 {width: 490px;}             /* NOT */
  .col8 {width: 560px;}             /* NOT */
  .col9 {width: 630px;}
  .col10 {width: 700px;}
  .col11 {width: 770px;}           /* NOT */
  .col12 {width: 840px;}           /* NOT */
  .col13 {width: 910px;}           /* NOT */
  .col14 {width: 980px;}
  .col14-ext {width: 1024px;}
  
  .m0 {margin-left: 0px;}
  .m10 {margin-left: 10px;}
  .m35 {margin-left: 35px;}
  .m55 {margin-left: 55px;}
  .m70 {margin-left: 70px;}
  .m110 {margin-left: 110px;}
  .m140 {margin-left: 140px;}
  .m225 {margin-left: 225px;} 
  
  
 /*********** Slider ***************/
 .keyvisual, #slides, #slides .slidesjs-slide {
  height: 100%;
 }
  
  article.fl,
  section.fl {
   float: none;
  }
  
  .count.fl {
   float: left;
  }
  
  .main-navi-wrapper.sticky {
   position: relative !important;
  }
  
  article {
   border-width: 10px;
   padding: 20px;
  }
  
  .article-links ul {
   float: none;
  }
  
  .tab-content a {
    
  } 
   
  .tab-content span:hover,
  .tab-content span:focus,
  .tab-content a:hover,
  .tab-content a:focus {
   width: 40%
  }
  
  .trial .action {
   min-width: 160px;
  }
  
  div.faq .count {
   height: 33px;
   margin: -6px 15px 5px 0;
   padding-top: 7px;   
   width: 40px;
  }  
  
  .faq-content-wrapper {
   background: none #EBEBEB;
  }
  
  .faq-content {
   min-width: 270px;
   width: 100%;
  }
  
  .faq h4 {
   padding-left: 10px;
  }
  
  
  .faq p {
   margin: 10px 20px 20px 20px; 
  }
  
}



/**********************************************************
 Smartphones 320 to 480 
 *********************************************************/

@media (max-width: 480px) {
 body {
  padding: 0 !important;
 }

 section, section.dashed {
  padding: 30px 10px 30px 10px;
 }

 .container {
  width: 100%;
 }

 body div.content {
  margin-left: auto;
  margin-right: auto;
  /*min-width: 300px;
   width: 90%;*/
 }

 body div.trial-wrapper {
  margin-top: 20px;
 }

 body div.content section, body div.trial-wrapper section {
  margin: 0 auto;
  min-width: 300px;
 }

 p {
  font-size: 2em;
 }

 .col1, .col2, .col3, .col4, .col4-ext, .col4-sm-ext, .col5, .col6, .col6-ext, .col7, .col8, .col9, .col10, .col11, .col12, .col13 {
  min-width: 260px;
  width: 81.25%;
  margin: 20px 0 20px 0;
 }

 .col14, .col14-ext {
  width: 100%;
 }

 .offset-col0, .offset-small, .offset-medium, .offset-large, .offset-col1, .offset-col2-s, .offset-col2, .offset-col3-s {
  margin-left: 0px;
 }

 
.meta-navi {
 display: none;
}


 
/***** Main Navi Mobile Version *****/
 .main-navi-wrapper.sticky {
  position: relative !important;
 }

 #main-navi {
  height: auto;
 }
 #main-navi ul {
  width: 100%;
  display: block;
  height: auto;
 }
 #main-navi li {
  width: 50%;
  float: left;
  position: relative;
 }
 #main-navi li a {
  border-bottom: 1px solid #576979;
  border-right: 1px solid #576979;
 }

 #main-navi a {
  text-align: left;
  width: 100%;
  text-indent: 25px;
 }
 
 .main-navi a {
  padding: 14px 25px 0px 25px;
  text-decoration: none;
 }

 #main-navi {
  border-bottom: 0;
 }
 
 #main-navi ul {
  display: none;
  height: auto;
 }
 
 #main-navi a#pull {
  display: block;
  background-color: #283744;
  width: 100%;
  margin-bottom: 0;  
  position: relative;
 }
 
 #main-navi a#pull:after {
  content: "";
  background: url('i/nav-icon.png') no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
 }

 /*********** Slider ***************/
 .keyvisual, #slides, #slides .slidesjs-slide {
  height: 100%;
 }

 .slidesjs-navigation {
  top: 40px;
 }

 #slides .action {
  display: none;
 }

 .slidesjs-container img {
  height: 100%;
  width: 100%;
 }
 .content, .trial {
  /*padding-left: 10px;*/
 }

 .content .keyvisual, .content .keyvisual img {
  display: block;
  width: 100%;
 }

 article.fl, section.fl, .faq.fl {
  float: none;
 }

 .count.fl {
  float: left;
 }

 .pane-content div {

 }

 article a {
  display: block;
  margin: 0;
  padding: 13px 20px 13px 20px;
 }

 article, article.description, .faq {
  border-width: 5px;
  margin: 20px 0 20px 0;;
  padding: 15px;
 }

 .content article, .trial article, .faq {
  border-width: 5px;
  margin-left: auto;
  margin-right: auto;
 }

 .content article:hover, .trial article:hover, .faq:hover {
  border-width: 5px;
 }

 .article-links ul {
  float: none;
 }
 
 
 /******  pseudo element before  *****************/
 .content article:before,
 .trial article:before,
 .faq:before {
  border-width:0 45px 45px 0;
  border-style:solid;  
  content:"";
  position:absolute;
  top: -10px;
  right:-10px;
  z-index: 150;
 } 

 .content article:hover:before,
 .trial article:hover:before {
  border-width:0 45px 45px 0;
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s; /* Safari */ 
 } 



/******  Tab content ******/
 .tab-content span, .tab-content a {
  font-size:  2em;
 }
 

 .tab-content .active span, .tab-content .current span, .tab-content .active a, .tab-content .current a,
 .tab-content .active span:hover, .tab-content .current span:hover, .tab-content .active a:hover, .tab-content .current a:hover {
  background-image: none;
  width: 100%;
 }
/*
 .tab-content span:hover, .tab-content span:focus, .tab-content a:hover, .tab-content a:focus {
  width: 40%
 }
*/
 div.trial-wrapper {
  padding-bottom: 0;
 }

 #trial {
  padding: 30px 0px 30px 0px;
 }

 .trial {
  margin: 0 auto;
 }

 .trial ol {
  font-size: 2em;
 }

 .trial .action {
  min-width: 160px;
 }

 #faq {
  position: relative;
 }

 .faq {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 290px;
  width: 90, 625%;
 }
 
.faq  .col14,  .faq .col14-ext {
  width: auto;
 }
 

 div.faq .count {
  height: 33px;
  margin: -6px 15px 5px 0;
  padding-top: 7px;
  width: 40px;
 }

 .faq-content-wrapper {
  background: none #EBEBEB;
  min-width: auto;
 }

 .faq h4 {
  font-size: 2em;
  padding: 0 15px 5px 15px;
  min-width: 260px;
  width: 90%;
 }

 .faq h4 span {
  display: block;
  float: left;
  width: 78%;
 }

 div.faq .count {
  font-size: 1.2500em;
 }

 .faq p {
  font-size: 1.4em;
  margin: 10px 20px 20px 20px;
 }

 footer {
  margin-top: 20px;
 }

 footer .offset-col1 {
  margin-left: 0;
 }

 footer > .wrapper, .meta-footer {
  padding: 30px 10px 30px 10px;
 }
 
 .meta-footer {
  padding-bottom:0;
 }

  footer > .wrapper {
   display: none;
  }
 
 footer .wrapper .col3 {
  margin-left: 20px;
 }

 .meta-footer ul {
  display: none;
  margin-bottom: 5px;
  margin-top: 50px;
 }

 .meta-footer li {
/*  float: none; */
  padding: 0;
  width: 45%;
 }

 .meta-footer li a {
  display: block;
  padding: 14px 20px 14px 20px;
 }

 .meta-footer .uid-logo {
  left: 20px;
  top: -28px;   /* 15px*/
 }

}

/* For tablets & smart phones */
@media (max-width: 767px) {
 body {
  padding-left: 10px;
  padding-right: 10px;
 }
 .container {
  width: 100%;
 }
}



/* For smaller displays like laptops tablets in portrait */
/*
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px
  }
}

*/

#contact-form .clearfix {
    position: relative;
}

.label_small {
    position: absolute;
    top: 32px;
    left: 0;    
}
