@import url("//hello.myfonts.net/count/29fe57");
@import url(../js/libs/jquery.fancybox/source/jquery.fancybox.css);
/*
 * Base styles
 * 
 * Author: Sascha Merkofer, Dock6 Webservice GmbH, http://www.dock6.ch
 * 
 */
/* ! normalize.css 2012-08-07T21:27 UTC | MIT License | git.io/normalize */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: underline; }

a:hover, a:focus, a:active {
  outline: 0; }

nav ul, nav ul li {
  margin: 0;
  padding: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

img {
  vertical-align: middle; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

::-moz-selection {
  background: rgba(68, 161, 208, 0.6);
  text-shadow: none; }

::selection {
  background: rgba(68, 161, 208, 0.6);
  text-shadow: none; }

@font-face {
  font-family: MetaWeb-Book;
  src: url("../fonts/FFMetaWebBook_41932/MetaWeb-Book.eot"); }

@font-face {
  font-family: MetaWeb-Book;
  src: url("../fonts/FFMetaWebBook_41932/MetaWeb-Book.woff") format("woff"); }

@font-face {
  font-family: MetaWeb-Medium;
  src: url("../fonts/FFMetaWebMedium_41934/MetaWeb-Medium.eot"); }

@font-face {
  font-family: MetaWeb-Medium;
  src: url("../fonts/FFMetaWebMedium_41934/MetaWeb-Medium.woff") format("woff"); }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'EtelkaLight';
  src: url("../fonts/MyFontsWebfontsKit/webfonts/29FE57_0_0.eot");
  src: url("../fonts/MyFontsWebfontsKit/webfonts/29FE57_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/MyFontsWebfontsKit/webfonts/29FE57_0_0.woff") format("woff"), url("../fonts/MyFontsWebfontsKit/webfonts/29FE57_0_0.ttf") format("truetype"); }

body {
  background: white; }

a:link, a:visited {
  color: #308ccc; }
a:hover, a:focus {
  color: #308ccc; }
a:active, a.active {
  color: #308ccc; }

html, button, input, select, textarea {
  font-family: "EtelkaLight", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  color: #82a3b5; }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "EtelkaLight", sans-serif;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  color: #82a3b5; }

b, strong {
  font-weight: 600; }

em {
  color: #82a3b5; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d5d5d5;
  margin: 20px 0;
  padding: 0; }

.contact-form {
  position: relative; }
  .contact-form form {
    width: 85%; }

form fieldset {
  position: relative; }
form label {
  position: relative;
  display: block;
  margin: 14px 0 0; }
  form label.checkbox {
    position: relative;
    padding-left: 20px; }
  form label .errors {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 100; }
    form label .errors .error {
      position: relative;
      display: block;
      padding: 0 8px;
      font-size: 13px;
      line-height: 26px;
      background-color: rgba(200, 0, 0, 0.4);
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(200, 0, 0, 0.4)), color-stop(100%, rgba(200, 0, 0, 0.8)));
      background-image: -webkit-linear-gradient(top, rgba(200, 0, 0, 0.4), rgba(200, 0, 0, 0.8));
      background-image: linear-gradient(to bottom,rgba(200, 0, 0, 0.4), rgba(200, 0, 0, 0.8));
      cursor: pointer; }
  form label[for="anrede"] {
    margin-top: 0; }
    form label[for="anrede"] .errors {
      left: 30%;
      width: 70%; }
form input[type=text],
form input[type=email],
form input[type=phone],
form textarea {
  width: 100%;
  padding: 2px 4px;
  background: #fff;
  border: 1px solid #d5d5d5;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  form input[type=text]:focus,
  form input[type=email]:focus,
  form input[type=phone]:focus,
  form textarea:focus {
    color: #82a3b5;
    border: 1px solid #999999;
    background: #fff; }
form select {
  min-width: 25%; }
form textarea {
  height: 80px; }
form input[type=checkbox],
form input[type=radio] {
  position: absolute;
  left: 0;
  top: 5px; }
form .form-buttons {
  position: relative;
  margin: 20px 0;
  text-align: right; }
form input[type=submit] {
  border: 1px solid #1a669a;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #73add5;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #308ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308ccc), color-stop(100%, #1c6ea7));
  background-image: -webkit-linear-gradient(#308ccc, #1c6ea7);
  background-image: linear-gradient(#308ccc, #1c6ea7);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #125b8e;
  background-clip: padding-box;
  font-size: 15px; }
  form input[type=submit]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #4b96cb;
    cursor: pointer;
    background-color: #307db3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307db3), color-stop(100%, #1b6699));
    background-image: -webkit-linear-gradient(#307db3, #1b6699);
    background-image: linear-gradient(#307db3, #1b6699); }
  form input[type=submit]:active:not(:disabled) {
    border: 1px solid #1a669a;
    box-shadow: inset 0 0 8px 4px #1a5d8c, inset 0 0 8px 4px #1a5d8c, 0 1px 1px 0 #eeeeee; }
  form input[type=submit]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
form .smallprint {
  display: inline-block;
  font-size: 13px;
  line-height: 10px; }
form .half {
  position: relative;
  *zoom: 1; }
  form .half:before, form .half:after {
    content: " ";
    display: table; }
  form .half:after {
    clear: both; }
  form .half .left {
    width: 48%;
    float: left;
    margin-right: 4%; }
  form .half .right {
    width: 48%;
    float: left; }
form .third-left {
  position: relative;
  *zoom: 1; }
  form .third-left:before, form .third-left:after {
    content: " ";
    display: table; }
  form .third-left:after {
    clear: both; }
  form .third-left .left {
    width: 30%;
    float: left;
    margin-right: 4%; }
  form .third-left .right {
    width: 66%;
    float: left; }

.section-inner {
  max-width: 1024px;
  margin: 0 auto; }

h2, h3, h4, h5, h6, h7,
p, table, ul, ol, dl {
  margin: 10px 0; }
  h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, h7:first-child,
  p:first-child, table:first-child, ul:first-child, ol:first-child, dl:first-child {
    margin-top: 0; }

h1 {
  margin: 40px 0; }
  h1:first-child {
    margin-top: 0; }

ul, ol {
  padding: 0 0 0 20px; }

.mainheader .logo {
  position: relative;
  display: block; }

.mainnav {
  position: relative; }
  .mainnav > ul {
    position: relative;
    *zoom: 1; }
    .mainnav > ul:before, .mainnav > ul:after {
      content: " ";
      display: table; }
    .mainnav > ul:after {
      clear: both; }
    .mainnav > ul > li {
      position: relative;
      display: block;
      margin: 0 20px;
      float: left;
      font-size: 1.3em;
      line-height: 1.5em; }
      .mainnav > ul > li > a {
        position: relative;
        display: block;
        padding: 0 20px; }
        .mainnav > ul > li > a:first-child {
          padding-left: 0; }
        .mainnav > ul > li > a:active, .mainnav > ul > li > a.active {
          text-transform: uppercase;
          font-family: MetaWeb-Book;
          color: #00aac4;
          font-weight: 300; }
      .mainnav > ul > li ul li {
        display: none;
        margin-left: 20px;
        font-size: 0.84em;
        line-height: 1.5em; }
    .mainnav > ul li.active ul {
      margin-bottom: 3px; }
    .mainnav > ul li.active li {
      display: block; }
    .mainnav > ul li.active li.active {
      background: url("../images/circle6.svg") no-repeat;
      background-position: left 7px;
      padding-left: 12px;
      position: relative;
      left: -12px; }
    .mainnav > ul li.active > a:first-child {
      padding-left: 0; }
    .mainnav > ul li.active > a:active, .mainnav > ul li.active > a.active {
      text-transform: uppercase;
      color: #00aac4;
      font-family: MetaWeb-Book; }

.mainfooter {
  display: none; }

body.index .logo {
  background: url(../images/logo_home.jpg) no-repeat;
  background-position: -46px -5px; }
body.index img {
  border-radius: 4px;
  width: 100%; }
body.index nav.mainnav {
  border-right: 1px solid #00aac4;
  min-height: 20px;
  padding-top: 148px;
  top: 0; }

.chromeframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  padding-top: 10px;
  color: #000;
  background: #fc0;
  z-index: 99999;
  text-align: center; }
  .chromeframe a {
    color: #000;
    border-bottom: 1px solid #000; }
    .chromeframe a:hover, .chromeframe a:focus, .chromeframe a:active {
      color: #666 !important;
      border-bottom: 1px solid #666 !important; }

.layout_bg, .layout_bg2 {
  display: none;
  margin: 0 auto;
  width: 1024px;
  height: 783px;
  position: absolute;
  left: 0;
  right: 0; }

.hidden {
  display: none !important; }

.circle {
  background: #000;
  width: 2px;
  height: 2px;
  border-radius: 1px; }

.layout_bg {
  background: url("../images/layout/36600_VisuellerAuftritt_uromerian_WEB2.jpg") no-repeat; }

.layout_bg2 {
  background: url("../images/layout/36600_VisuellerAuftritt_uromerian_WEB.jpg") no-repeat; }

header.mainheader .section-inner {
  height: 150px; }

.logo {
  border: 0px solid #000;
  height: 130px;
  width: 772px;
  background: url(../images/logo.jpg) no-repeat;
  background-position: -46px -5px;
  margin-left: 320px; }
  .logo h1.logo {
    display: none; }

nav.mainnav {
  border-right: 1px solid #00aac4;
  width: 270px;
  padding-left: 7px;
  position: absolute;
  top: 150px;
  z-index: 100;
  color: #3e76c0; }
  nav.mainnav ul {
    list-style-type: disc !important; }
    nav.mainnav ul li {
      width: 250px; }

.maincontent {
  border: 0px solid #000;
  margin: 0 auto;
  width: 1024px;
  min-height: 550px;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0; }
  .maincontent .section-inner {
    border-right: 1px solid #00aac4;
    margin: 0 228px 10px 290px;
    color: #00aac4;
    padding-bottom: 10px;
    padding-right: 20px; }
    .maincontent .section-inner > h1:first-child, .maincontent .section-inner h2:first-child, .maincontent .section-inner h3:first-child {
      background: url("../images/circle_blue8.svg") no-repeat;
      background-position: 2px 5px;
      padding-top: 27px; }
    .maincontent .section-inner h1 {
      text-transform: uppercase;
      font-family: MetaWeb-Book;
      color: #0076b9;
      font-size: 1.5em;
      font-weight: bold; }
      .maincontent .section-inner h1 ul {
        margin: 0 0 0.2em 0.2em; }
    .maincontent .section-inner h3 {
      text-transform: uppercase;
      font-family: MetaWeb-Book;
      color: #0076b9;
      font-size: 1.2em;
      font-weight: bold; }
    .maincontent .section-inner > p:first-child {
      background: url("../images/circle6.svg") no-repeat;
      background-position: 2px 5px;
      padding-top: 21px; }
  .maincontent img {
    max-width: 484px;
    border-radius: 6px; }
  .maincontent table tr td:first-child {
    white-space: nowrap;
    padding-right: 12px; }
  .maincontent table tr td {
    vertical-align: top;
    padding: 2px 0; }

@media only screen and (max-height: 1200px) {
  .uro-o-bg {
    height: 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 100; }
    .uro-o-bg .section-inner {
      width: 1024px;
      margin: 0 auto;
      height: 67px;
      position: absolute;
      top: -67px;
      left: 0;
      right: 0;
      background: url(../images/o-bottom.svg) no-repeat;
      background-position: 729px bottom; } }
aside.mainaside {
  position: absolute;
  width: 1024px;
  margin: 0 auto;
  top: 150px;
  left: 0;
  right: 0;
  color: #0076b9;
  visibility: hidden; }
  aside.mainaside .section-inner {
    visibility: visible;
    border: 0px solid #000;
    width: 215px;
    margin-right: 0; }
    aside.mainaside .section-inner img {
      max-width: 215px;
      border-radius: 6px; }
    aside.mainaside .section-inner h1, aside.mainaside .section-inner h2, aside.mainaside .section-inner h3, aside.mainaside .section-inner h4, aside.mainaside .section-inner h5, aside.mainaside .section-inner h6, aside.mainaside .section-inner h7 {
      text-transform: uppercase;
      font-family: MetaWeb-Book;
      color: #00aac4;
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 3px;
      margin-top: 3px; }
      aside.mainaside .section-inner h1 ul, aside.mainaside .section-inner h2 ul, aside.mainaside .section-inner h3 ul, aside.mainaside .section-inner h4 ul, aside.mainaside .section-inner h5 ul, aside.mainaside .section-inner h6 ul, aside.mainaside .section-inner h7 ul {
        margin: 0 0 0.2em -0.2em; }
    aside.mainaside .section-inner h1:first-child, aside.mainaside .section-inner h2:first-child, aside.mainaside .section-inner h3:first-child, aside.mainaside .section-inner h4:first-child, aside.mainaside .section-inner h5:first-child, aside.mainaside .section-inner h6:first-child, aside.mainaside .section-inner h7:first-child {
      margin-top: 0px;
      background: url("../images/circle6.svg") no-repeat;
      background-position: 2px 5px;
      padding-top: 17px; }
    aside.mainaside .section-inner p {
      margin: 4px 0 30px 0; }
    aside.mainaside .section-inner a {
      white-space: nowrap; }
