* {
  margin: 0;
  padding: 0;
  outline: 0;
}

a, a:hover {
  font-size: 1em;
  color: #e14736;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #e6973b;
}

a:hover img {
  opacity: 0.8;
}

fieldset, img {
  border: 0;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.right-align {
  text-align: right;
}

.left-align {
  text-align: left;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92em;
  color: #a9a9a9;
  padding-left: 3px;
  padding-right: 2px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  color: #484848;
  overflow-x: hidden;
}

body img {
  display: block
}

#dot {
  position: fixed;
  background: url(../images/dot.gif);
  z-index: 3;
  width: 100%;
  min-height: 100%;
  display: none;
}

.top {
  background: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
  box-shadow: 5px 5px 21px rgba(0, 0, 0, 0.20);
}

.top-content {
  margin: 0 auto;
  width: 90%;
  height: 53px;
  position: relative;
}

.home-container {
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 43px;
  box-shadow: -5px -5px 21px rgba(0, 0, 0, 0.20);
}

.bar {
  height: 2px;
  background: #e14736;
  width: 31%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.home-content {
  margin: 0 auto;
  width: 90%;
  padding: 10px;
  line-height: 21px;
  color: #6b6b6b;
}

.home td {
  padding: 10px 60px;
}

.home .home-logo {
  background: url(../images/vertical.gif) repeat-y right;
}

.box {
  padding: 20px 20px 30px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.143em;
  line-height: 24px;
  color: #fff;
  background: url(../images/box_bg.png) repeat;
  position: absolute;
  left: 8%;
  z-index: 20;
  top: -1000px;
}

.box p {
  line-height: 21px;
  color: #e3e3e3;
}

.box h1 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.429em;
  text-transform: uppercase;
}

.wrapper1 .box h1 {
  margin-bottom: 20px;
}

.box h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 4.286em;
  text-transform: uppercase;
  margin-bottom: 50px;
}

h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.11em;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 0.91em;
  padding-bottom: 20px;
  text-align: center;
}

.wrapper1 .box .more-link {
  height: 30px;
  background: url(../images/red_arrow.png) no-repeat left, url(../images/box_bg.png) repeat;
  position: absolute;
  bottom: -33px;
  padding: 3px 10px 0 43px;
  left: 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.23);
}

.wrapper1 .box .more-link a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.786em;
}

.wrapper1 .box .more-link a:hover {
  color: #d9d9d9;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.786em;
}

.footer {
  width: 100%;
  background: #fff url(../images/horizontal.gif) repeat-x top;
  height: 43px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  text-transform: uppercase;
  color: #a5a5a5;
  font-size: 0.714em;
}

.footer a {
  color: #6e6e6e;
  text-decoration: none;
}

.footer a:hover {
  color: #e14736;
  text-decoration: none;
}

.copy {
  position: absolute;
  left: 20px;
  top: 15px;
}

.mindscape {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 43px;
  width: 43px;
}

.logo {
  height: 29px;
  width: 76px;
  position: absolute;
  top: 11px;
  left: 0;
}

.main-menu {
  list-style-type: none;
  padding: 4px 0 0 0;
  margin-left: 100px;
}

.main-menu li {
  float: left;
  text-transform: uppercase;

}

.main-menu li a {
  display: block;
  padding: 14px 20px 17px 20px;
  color: #808080;
  text-decoration: none;
  background: url(../images/menu_line.png) no-repeat left;
}

.main-menu li a:hover {
  color: #595959;
}

.main-menu li a.active {
  border-bottom: 2px solid #e14736;
  color: #808080;
}

.contact-button {
  position: absolute;
  top: 0;
  right: 63px;
  width: 156px;
  height: 53px;
  z-index: 988;
}

.fb-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 53px;
  z-index: 999;
}

.content {
  font-style: normal;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;

}

.scroll-pane {
  width: 790px;
  overflow: auto;
  padding-right: 10px
}

.scroll-pane span {
  color: #e14736;
  font-weight: bold;
}

html {
  height: 100%
}

img {
  border: none;
}

#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/progress.gif) no-repeat center center;
}

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}

#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

#supersized a:hover img {
  opacity: 1;
}

#supersized li.prevslide {
  z-index: -20;
}

#supersized li.activeslide {
  z-index: -10;
}

#supersized li.image-loading {
  background: #111 url(../images/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}

#supersized li.image-loading img {
  visibility: hidden;
}

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline;
}

#progress-back {
  z-index: 6;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: url('../images/progress-back.png') repeat-x;
}

#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
  background: url('../images/progress-bar.png') repeat-x;
}

blockquote {
  padding: 15px 0;
  font-size: 0.85em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
}

/* Tabs */
#tabs {
  margin-top: -40px;
}

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  top: -14px;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  padding: .5em 1em;
  background: #424242;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 0.81em;
  text-transform: uppercase;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background: url(../images/box_bg.png) repeat;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  background: none;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/***** FORMULARZE *****/
.form {
  width: 340px;
  margin-top: -30px;
}

.form-odstep {
  margin: 7px 0;
  font-weight: bold;
  color: #e3e3e3;
}

.input-kontakt, .textarea-kontakt {
  padding: 4px 3px;
  width: 285px;
  font-family: Arial, Helvetica, sans-serif;
  color: #2A1109;
  font-size: 1em;
  line-height: 16px;
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background: #e14736;
  color: #fff;
  width: 80px;
  height: 28px;
  border: 0;
  cursor: pointer;
}
