.sprite {
  background-image: url(../images/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}
.sprite.sprite-logo {
  background-position: -15px -367px;
  width: 97px;
  height: 111px;
}
.sprite-banner-nav {
  background-position: -15px -15px;
  width: 10px;
  height: 10px;
}
.sprite-banner-nav-over {
  background-position: -15px -55px;
  width: 10px;
  height: 10px;
}
.sprite-banner-next {
  background-position: -15px -95px;
  width: 37px;
  height: 38px;
}
.sprite-banner-next-over {
  background-position: -15px -163px;
  width: 37px;
  height: 38px;
}
.sprite-banner-prev {
  background-position: -15px -231px;
  width: 37px;
  height: 38px;
}
.sprite-banner-prev-over {
  background-position: -15px -299px;
  width: 37px;
  height: 38px;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
 * 1.0 - Reset
 * 2.0 - Fonts
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 *    12.3 - Banner
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - 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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault/iconvault.eot");
  src: url("../fonts/iconvault/iconvault.eot?#iefix") format("embedded-opentype"), url("../fonts/iconvault/iconvault.woff") format("woff"), url("../fonts/iconvault/iconvault.ttf") format("truetype"), url("../fonts/iconvault/iconvault.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'klavika_medium';
  src: url("../fonts/klavika/klavika-medium.eot");
  src: url("../fonts/klavika/klavika-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika/klavika-medium.woff2") format("woff2"), url("../fonts/klavika/klavika-medium.woff") format("woff"), url("../fonts/klavika/klavika-medium.ttf") format("truetype"), url("../fonts/klavika/klavika-medium.svg#klavika_medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'klavika_regular_italic';
  src: url("../fonts/klavika/klavika-regularitalic.eot");
  src: url("../fonts/klavika/klavika-regularitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika/klavika-regularitalic.woff2") format("woff2"), url("../fonts/klavika/klavika-regularitalic.woff") format("woff"), url("../fonts/klavika/klavika-regularitalic.ttf") format("truetype"), url("../fonts/klavika/klavika-regularitalic.svg#klavika_regular_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'klavika_regular';
  src: url("../fonts/klavika/klavika-regular.eot");
  src: url("../fonts/klavika/klavika-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/klavika/klavika-regular.woff2") format("woff2"), url("../fonts/klavika/klavika-regular.woff") format("woff"), url("../fonts/klavika/klavika-regular.ttf") format("truetype"), url("../fonts/klavika/klavika-regular.svg#klavika_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #010101;
  font-family: "klavika_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
  font-family: "klavika_medium";
  font-size: 36px;
  color: #0055a4;
  text-transform: uppercase;
  line-height: 1.2em;
}
h1.search-title {
  font-size: 19px;
  color: #999999;
  text-transform: none;
  border-bottom: 5px solid #0055a4;
  width: 100%;
  line-height: 16px;
  padding-bottom: 25px;
}
h1.search-title span {
  color: #0055a4;
}
h2 {
  font-size: 22px;
  font-family: "klavika_regular", Helvetica, Arial, sans-serif;
  color: #999999;
  line-height: 1.2em;
}
h2.teaser {
  font-size: 24px;
  color: #0055a4;
}
h2.entry-sub-title {
  font-family: "klavika_regular_italic";
}
h2.info-header {
  font-size: 30px;
}
h3 {
  font-size: 19px;
  font-family: "klavika_medium";
  color: #0055a4;
}
.block-headline {
  font-size: 18px;
  font-family: "klavika_regular", Helvetica, Arial, sans-serif;
  color: #999999;
  width: 100%;
  border-bottom: 5px solid #0055a4;
  padding-bottom: 2px;
}
p {
  margin-bottom: 1.5em;
}
p.product-info-text {
  margin-bottom: 11px;
}
p.category-teaser-text {
  margin-bottom: 16px;
}
b,
strong {
  font-weight: 400;
}
dfn,
cite,
em,
i {
  font-family: "klavika_regular_italic";
}
blockquote {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  font-family: "klavika_regular_italic";
  color: #0055a4;
  padding: 16px 34px 21px;
  margin: 32px 0 35px;
}
blockquote:before,
blockquote:after {
  content: "";
  background: #ccc;
  position: absolute;
  left: 20%;
  height: 1px;
  width: 58%;
}
blockquote:before {
  top: 0;
}
blockquote:after {
  bottom: 0;
}
blockquote p {
  margin-bottom: 0;
  text-align: center;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 14px;
}
big {
  font-size: 20px;
}
.info-text-large {
  font-size: 40px;
  color: #000000;
}
.info-text-medium {
  font-size: 30px;
  color: #ffffff;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
.icon-ext {
  padding-right: 16px;
}
.icon-ext:before {
  content: "\f100";
  position: absolute;
  color: #0055a4;
  margin-left: -3px;
  font-size: 17px;
  margin-top: 2px;
}
.icon-dl {
  padding-right: 28px;
}
.icon-dl:before {
  content: "\f102";
  position: absolute;
  color: #0055a4;
  margin-left: -3px;
  font-size: 22px;
  margin-top: -2px;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  background: url(../images/backgrounds/grey-stripes.png) left top;
}
html,
body {
  width: 100%;
}
body {
  background-repeat: repeat-x;
  background-image: url(../images/backgrounds/body-background.png);
}
body.home {
  background-image: url(../images/backgrounds/home-body-background.png);
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
.sub-content .entry-content p:last-of-type {
  margin-bottom: 6px;
}
*:focus {
  outline: none !important;
}
#newsModal {
  padding: 0 15px;
}
#newsModal .modal-dialog {
  width: inherit !important;
  max-width: 600px;
}
.modal-footer .btn-default {
  background-image: none;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
.header-search-form,
#ajax-search {
  font-size: 0px;
}
.header-search-form input[type="submit"],
#ajax-search input[type="submit"],
.header-search-form button,
#ajax-search button {
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  border: none;
  background: url(../images/header/search.png) no-repeat;
  border-radius: inherit;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  padding: 9px 15px;
  text-shadow: none;
  display: inline-block;
  height: 27px;
}
.header-search-form input[type="search"],
#ajax-search input[type="search"] {
  font-size: 16px;
  color: #666;
  border: none;
  border-radius: 0;
  padding: 3px;
  line-height: 19px;
  height: 21px;
  display: inline-block;
}
input#s_query {
  width: 230px;
  height: 27px;
  border-radius: 0;
  font-size: 15px;
}
aside .wp-login {
  background: url(../images/backgrounds/grey-stripes.png) left top;
  padding: 0 20px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
aside #on-page-login label {
  display: none;
}
aside #on-page-login input[type="text"],
aside #on-page-login input[type="password"] {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
aside #on-page-login p {
  margin-bottom: 10px;
}
aside #on-page-login #wp-submit {
  float: right;
  margin-bottom: 20px;
  border: none;
  border-color: transparent;
  border-radius: 5px;
  background: #0055a4;
  box-shadow: none;
  color: #999999;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 8px;
  text-shadow: none;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
div#breadcrumb {
  margin-bottom: 10px;
}
div#breadcrumb,
div#breadcrumb a:visited,
div#breadcrumb a:link,
div#breadcrumb a:hover {
  color: #0055a4 !important;
  text-decoration: none;
}
.entry-content .numeric-page-navi {
  float: right;
}
.entry-content .numeric-page-navi ul {
  list-style-type: none;
}
.entry-content .numeric-page-navi ul li {
  display: inline-block;
  background-color: gainsboro;
  padding: 0;
  margin: 0;
}
.entry-content .numeric-page-navi ul li:before {
  content: none !important;
}
.entry-content .numeric-page-navi ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: sub;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
.text-link a,
.text-link a:link,
.text-link a:visited {
  color: #999999;
  text-decoration: none;
}
.text-link a:hover,
.text-link a:focus,
.text-link a:active {
  color: #0055a4;
  text-decoration: none;
}
.text-link-reverse a,
.text-link-reverse a:link,
.text-link-reverse a:visited {
  color: #0055a4;
  text-decoration: none;
}
.text-link-reverse a:hover,
.text-link-reverse a:focus,
.text-link-reverse a:active {
  color: #999999;
  text-decoration: none;
}
.ext-link {
  font-size: 18px;
  font-weight: 400;
  padding-left: 0;
}
.more-link:before {
  content: "»";
  font-size: 1.3em;
  padding-right: 0.15em;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 65%;
  position: absolute;
  top: 176px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
li.draft {
  display: none;
}
#menu-hauptnavigation > li,
#menu-hauptnavigation-en > li {
  line-height: 22px;
  float: left;
  position: relative;
  background-image: -webkit-linear-gradient(top, #0055a4 80%, #003a70 100%);
  background-image: linear-gradient(to bottom, #0055a4 80%, #003a70 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0055a4', endColorstr='#ff003a70', GradientType=0);
  margin-right: 10px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#menu-hauptnavigation > li a,
#menu-hauptnavigation-en > li a,
#menu-hauptnavigation > li a:link,
#menu-hauptnavigation-en > li a:link,
#menu-hauptnavigation > li a:visited,
#menu-hauptnavigation-en > li a:visited {
  color: #999999;
  text-decoration: none;
}
#menu-hauptnavigation > li a:hover,
#menu-hauptnavigation-en > li a:hover,
#menu-hauptnavigation > li a:focus,
#menu-hauptnavigation-en > li a:focus,
#menu-hauptnavigation > li a:active,
#menu-hauptnavigation-en > li a:active {
  color: #ffffff;
  text-decoration: none;
}
#menu-hauptnavigation > li:hover,
#menu-hauptnavigation-en > li:hover {
  background: #0055a4;
}
#menu-hauptnavigation li:hover > a,
#menu-hauptnavigation-en li:hover > a {
  color: #ffffff !important;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul > li > a {
  padding: 3px 9px;
  font-size: 18px;
}
.main-navigation ul ul {
  background: #0055a4;
  width: 180px;
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 28px;
  z-index: 99999;
}
.main-navigation ul ul li {
  line-height: normal;
  padding: 3px 9px;
  position: relative;
}
.main-navigation ul ul li:after {
  content: "";
  background: #999999;
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -2px;
  height: 1px;
}
.main-navigation ul ul li:hover a {
  color: #ffffff;
}
.main-navigation ul ul li:hover:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -2px;
  height: 1px;
}
.main-navigation ul ul li:last-child:after {
  content: "" !important;
  background: none;
}
.main-navigation ul ul ul {
  background: #999999;
  width: 200px;
  left: 100%;
  top: 0;
}
.main-navigation ul ul ul li:after {
  content: "";
  background: #0055a4;
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -2px;
  height: 1px;
}
.main-navigation ul ul ul li:hover a {
  color: #ffffff;
}
.main-navigation ul ul ul li:hover:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: -2px;
  height: 1px;
}
.main-navigation ul ul ul li:last-child:after {
  content: "";
  background: none;
}
.main-navigation ul ul ul li a,
.main-navigation ul ul ul li a:link,
.main-navigation ul ul ul li a:visited {
  color: #0055a4 !important;
  text-decoration: none !important;
}
.main-navigation ul ul ul li a:hover,
.main-navigation ul ul ul li a:focus,
.main-navigation ul ul ul li a:active {
  color: #ffffff !important;
  text-decoration: none !important;
}
.main-navigation ul ul ul li a {
  font-size: 16px;
}
.main-navigation ul ul ul a {
  padding-right: 9px;
}
.main-navigation ul ul :hover > a {
  color: #ffffff;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation > li {
  /* Top Level */
  float: left;
}
.main-navigation > li > ul {
  /* Second Level */
  display: none;
}
.main-navigation > li:hover > ul {
  display: block;
  position: absolute;
}
.main-navigation > li > ul li > ul {
  /* Third Level & beyond */
  display: none;
}
.main-navigation > li > ul li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: auto;
}
.main-navigation > li > ul > li ul > li {
  display: block;
}
.sub-menu .menu-item-has-children > a:after {
  content: "»";
  position: absolute;
  right: 10px;
  font-size: 28px;
  top: -2px;
}
.footer-menu {
  float: right;
}
.footer-menu li:after {
  color: #0055a4;
  content: "|";
}
.footer-menu li a {
  padding-right: 5px;
  padding-left: 5px;
}
.footer-menu li:last-child:after {
  content: "";
}
.footer-menu li:last-child a {
  padding-right: 0;
}
.footer-menu li {
  float: left;
  position: relative;
}
.footer-menu li a,
.footer-menu li a:link,
.footer-menu li a:visited {
  color: #0055a4;
  text-decoration: none;
}
.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:active {
  color: #999999;
  text-decoration: none;
}
.shortcut-navigation {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.shortcut-navigation li:after {
  color: #ffffff;
  content: "|";
}
.shortcut-navigation li a {
  padding-right: 5px;
  padding-left: 5px;
}
.shortcut-navigation li:last-child:after {
  content: "";
}
.shortcut-navigation li:last-child a {
  padding-right: 0;
}
.shortcut-navigation li {
  float: left;
  position: relative;
  font-size: 14px;
}
.shortcut-navigation li a,
.shortcut-navigation li a:link,
.shortcut-navigation li a:visited {
  color: #999999;
  text-decoration: none;
}
.shortcut-navigation li a:hover,
.shortcut-navigation li a:focus,
.shortcut-navigation li a:active {
  color: #ffffff;
  text-decoration: none;
}
.shortcut-navigation li.current-menu-item > a {
  color: #ffffff;
}
/* Small menu */
.menu-toggle {
  display: none;
}
/*@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul {
    display: none;
  }
}*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
10.0 - Header
--------------------------------------------------------------*/
.background-layer01,
.background-layer02 {
  position: absolute;
  width: 100%;
  height: 204px;
  margin: 0 auto;
}
.background-layer01 {
  background: url(../images/header/header-map.jpg) center no-repeat;
}
.background-layer02 {
  background: url(../images/backgrounds/blue-stripes.png) left top;
  opacity: 0.5;
}
.home #rotating-banner,
.home .background-layer03,
.home .background-layer04 {
  display: block;
  height: 345px;
}
#rotating-banner,
.background-layer03,
.background-layer04 {
  display: none;
}
.background-layer03,
.background-layer04 {
  position: absolute;
  top: 204px;
  width: 100%;
  margin: 0 auto;
}
.background-layer03 {
  z-index: -2;
}
.background-layer04 {
  background: url(../images/backgrounds/grey-stripes.png) left top;
  z-index: 0;
}
#masthead {
  height: 204px;
}
.site-branding {
  float: left;
  display: inline-block;
}
.site-branding h1,
.site-branding h2 {
  display: inline-block;
  float: left;
  clear: none;
}
.site-branding h2 {
  color: #ffffff;
  margin: 43px 0 0 18px;
  width: 200px;
  font-size: 15px;
  font-weight: 400;
}
.site-branding .site-title {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.site-branding .site-title a {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
.header-functions {
  position: relative;
  float: right;
  display: inline-block;
  margin-top: 40px;
}
.header-search-form,
.header-buttons {
  display: inline-block;
  position: relative;
  top: 0;
}
.recommend-site,
#print-page {
  display: inline-block;
  width: 30px;
  height: 27px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 8px;
}
.recommend-site:focus,
#print-page:focus,
.recommend-site:hover,
#print-page:hover {
  box-shadow: none;
  border: none;
}
@-moz-document url-prefix() {
  .recommend-site,
  #print-page {
    margin: -1px -3px;
    padding: 19px;
  }
}
.recommend-site {
  background-image: url(../images/header/seite_empfehlen.png);
  margin-left: 1px;
}
#print-page {
  background-image: url(../images/header/seite_drucken.png);
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 37px;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
#text-2 {
  display: inline-block;
  float: left;
  color: #0055a4;
  margin: 0;
}
#secondary {
  width: 300px;
  float: right;
}
#secondary:before,
#secondary:after {
  content: " ";
  display: table;
}
#secondary:after {
  clear: both;
}
#heyl-products .widget-content,
#heyl-quicksearch .widget-content {
  padding: 13px 20px 20px;
}
#heyl-products h2.portal-headline,
#heyl-quicksearch h2.portal-headline {
  margin-bottom: 19px;
}
#heyl-quicksearch {
  position: relative;
}
.product-list-sidebar {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.product-list-sidebar a,
.product-list-sidebar a:link,
.product-list-sidebar a:visited {
  color: #0055a4;
  text-decoration: none;
}
.product-list-sidebar a:hover,
.product-list-sidebar a:focus,
.product-list-sidebar a:active {
  color: #999999;
  text-decoration: none;
}
.product-list-sidebar li {
  border-bottom: 1px solid #cccccc;
}
.product-list-sidebar li:last-child {
  border-bottom: none;
}
.product-list-link {
  width: 100%;
  display: block;
  padding: 3px 0 3px 20px;
}
.product-list-link:before {
  content: '» ';
  margin-left: -15px;
  padding-right: 3px;
}
#heyl-product-categories .widget-header {
  margin-bottom: 10px;
}
#heyl-product-categories section {
  margin-bottom: 37px;
}
.single-product-category {
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 11px;
}
.single-product-category h3 {
  font-size: 18px;
  line-height: 20px;
}
.single-product-category h3:before {
  content: '» ';
}
.sb-single-company {
  cursor: pointer;
  margin-bottom: 16px;
}
.sb-single-company:last-child {
  margin-bottom: 0;
}
.home #archives {
  margin-top: 0;
}
#archives {
  width: 625px;
  float: left;
  position: relative;
  margin-top: 60px;
}
#archives ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.archive-header {
  margin-bottom: 13px;
}
.archive-header .block-headline {
  display: inline-block;
  float: left;
}
.archive-header .lib-link {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
}
.archive-header .lib-link a,
.archive-header .lib-link a:link,
.archive-header .lib-link a:visited {
  color: #0055a4;
  text-decoration: none;
}
.archive-header .lib-link a:hover,
.archive-header .lib-link a:focus,
.archive-header .lib-link a:active {
  color: #999999;
  text-decoration: none;
}
#news-teaser {
  padding-bottom: 40px;
}
#news-teaser .archive-header {
  position: relative;
}
#news-teaser .archive-header .block-headline {
  float: none;
  padding-bottom: 7px;
}
#news-teaser .single-excerpt {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#news-teaser .single-excerpt .category-crumb,
#news-teaser .single-excerpt h3 {
  display: inline-block;
}
#news-teaser .single-excerpt .category-crumb {
  margin-right: 10px;
}
#news-teaser .single-excerpt .lib-link {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 14px;
}
#news-teaser .single-excerpt .lib-link a,
#news-teaser .single-excerpt .lib-link a:link,
#news-teaser .single-excerpt .lib-link a:visited {
  color: #0055a4;
  text-decoration: none;
}
#news-teaser .single-excerpt .lib-link a:hover,
#news-teaser .single-excerpt .lib-link a:focus,
#news-teaser .single-excerpt .lib-link a:active {
  color: #999999;
  text-decoration: none;
}
#single-abstract .archive-header {
  margin-bottom: 8px;
  float: left;
  width: 100%;
}
#single-abstract .single-excerpt {
  border-bottom: none;
  padding-bottom: 0;
}
/*--------------------------------------------------------------
10 Content
--------------------------------------------------------------*/
#page {
  position: relative;
  min-width: 990px;
  margin: 0 auto 150px;
}
#masthead,
#content,
#colophon,
#rotating-banner {
  position: relative;
  width: 990px;
  padding: 0 20px;
  margin: 0 auto;
}
#content {
  padding-top: 40px;
  margin-bottom: 25px;
}
#primary {
  width: 625px;
  float: left;
}
#portal {
  width: 100%;
  display: inline-block;
}
.striped-bg {
  background: url(../images/backgrounds/grey-stripes.png) left top;
}
.modal-dialog {
  border-radius: 0 !important;
  width: 360px !important;
}
.modal-content {
  padding: 10px 20px 55px;
  border-radius: 0 !important;
}
.modal-header {
  padding: 0 0 5px;
  border-bottom: 3px solid #0055a4;
  min-height: 15px;
  color: #999999;
  font-size: 18px;
}
.modal-header .close {
  position: absolute;
  right: 20px;
}
.modal-body {
  padding: 20px 0 0;
}
.modal-footer {
  margin-top: 0;
  padding: 0;
  text-align: left;
  border-top: none;
}
.modal-footer button {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 90px;
  height: 36px;
  font-size: 16px;
  border-radius: 0;
  background-color: #999999;
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: #fff;
  padding: 0;
}
.modal-footer button:hover {
  background-color: #999999;
  color: #000;
}
button.close span {
  font-size: 25px;
  color: #0055a4;
}
.modal-body .kontakt-input input {
  border: 1px solid #999999;
  border-radius: 0;
}
.modal-body .kontakt-input.kontakt-submit {
  width: 90px;
  height: 45px;
  margin-right: 4px;
  position: absolute;
  bottom: -29px;
  right: 1px;
  padding-top: 20px;
}
.modal-body .kontakt-input.kontakt-submit input {
  width: 90px;
}
.modal-body .kontakt-quiz input {
  margin-left: 14px;
}
.modal-body div.wpcf7-response-output {
  margin: 0 5px 0 0;
}
.modal-body span.wpcf7-not-valid-tip {
  margin-top: -12px;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.post-header-image {
  margin: 0 0 21px;
  width: 625px;
  height: 208px;
}
.post-header-image img {
  display: block;
}
.entry-header {
  margin-bottom: 21px;
}
h1.entry-title {
  margin-bottom: 7px;
}
article.sub-content {
  margin-bottom: 40px;
  display: inline-block;
}
.additional-info-box .entry-header {
  margin-bottom: 29px;
}
.additional-info-box article:before,
.additional-info-box article:after {
  content: " ";
  display: table;
}
.additional-info-box article:after {
  clear: both;
}
.additional-info-box hr {
  margin: 9px 0 10px;
}
.info-article header {
  width: 100%;
  float: left;
}
.counter-box {
  background-color: #0055a4;
  display: inline-block;
  float: left;
  width: 50px;
  line-height: 50px;
  text-align: center;
}
.info-header {
  display: inline-block;
  line-height: 49px;
  margin: 2px 0 0 10px;
}
.page-template-page-company .info-header {
  max-width: 500px;
}
.open-info-btn {
  background: url(../images/backgrounds/grey-stripes.png) left top;
  display: inline-block;
  width: 51px;
  height: 50px;
  line-height: 43px;
  font-size: 48px;
  text-align: center;
  cursor: pointer;
  float: right;
  color: #0055a4;
  font-family: "klavika_medium";
}
.open-info-btn:before {
  content: '+';
}
.open-info-btn.opened:before {
  content: '-';
}
.info-text-box {
  padding: 10px 63px 0;
  float: left;
  display: none;
}
.dl-section .bottom-distance {
  margin-bottom: 1.5em;
}
#portal-content {
  margin-bottom: 33px;
}
section.portal-entry {
  width: 300px;
  float: left;
  margin-right: 25px;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
}
section.portal-entry figure {
  margin-bottom: 15px;
}
section.portal-entry header {
  margin-bottom: -3px;
}
section.portal-entry:nth-of-type(3n) {
  margin-right: 0;
}
section.portal-entry:nth-of-type(n+4) {
  margin-top: 25px;
}
.portal-text p {
  margin-bottom: 15px;
}
.site-product .entry-header {
  margin-bottom: 10px;
}
#product-information {
  float: left;
  margin-bottom: 38px;
  width: 100%;
}
.product-info-intro {
  font-family: "klavika_regular_italic";
  color: #999999;
}
.product-content-header {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
h3.login-info {
  margin: 0 0 15px;
}
#login-area {
  position: relative;
  float: left;
  margin-bottom: 37px;
  width: 100%;
}
#login-area .login-container {
  background: url(../images/backgrounds/grey-stripes.png) left top;
  float: left;
  padding: 20px 30px;
  width: 100%;
}
#login-area .login-doccheck {
  float: left;
}
#login-area .wp-login {
  float: right;
  padding: 0 20px;
  width: 312px;
  margin-top: 52px;
}
#login-area #on-page-login {
  margin-top: 3px;
}
#login-area #on-page-login label {
  display: none;
}
#login-area #on-page-login input[type="text"],
#login-area #on-page-login input[type="password"] {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
#login-area #on-page-login p {
  margin-bottom: 12px;
}
#login-area #on-page-login #wp-submit {
  float: right;
  margin-bottom: 20px;
  border: none;
  border-color: transparent;
  border-radius: 5px;
  background: #0055a4;
  box-shadow: none;
  color: #999999;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px 8px;
  text-shadow: none;
}
#login-heyl {
  position: relative;
  float: left;
  margin-bottom: 37px;
  width: 100%;
}
#login-heyl .login-container {
  padding: 20px 20px 0;
}
#login-heyl form {
  display: inline-block;
}
#login-request .login-container {
  padding: 20px 20px 0;
}
.dl-section:before,
.dl-section:after {
  content: " ";
  display: table;
}
.dl-section:after {
  clear: both;
}
.download-content {
  float: left;
  margin-bottom: 27px;
  width: 100%;
}
.download-header h3 {
  margin: 12px 0 10px;
}
.single-download-block {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 18px;
}
.single-download-block .product-download-block {
  margin-top: 7px;
}
.entry-content .single-download-block h3 {
  margin: 0 !important;
}
.product-download-block {
  float: left;
  display: inline-block;
  margin-top: 17px;
  margin-right: 25px;
  width: 285px;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content img,
.entry-content img,
.entry-summary img {
  display: block;
}
.entry-content {
  width: 625px;
  float: left;
}
.entry-content a,
.entry-content a:link,
.entry-content a:visited {
  color: #0055a4;
  text-decoration: none;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
  color: #999999;
  text-decoration: none;
}
.entry-content p em {
  color: #999999;
}
.entry-content h3 {
  margin: 25px 0 10px;
}
.entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entry-content ul li {
  font-family: "klavika_regular_italic";
  margin-bottom: 10px;
  padding-left: 12px;
}
.entry-content ul li:before {
  content: "• ";
  color: #0055a4;
  padding-right: 0.2em;
  margin-left: -12px;
}
.entry-content ul li:last-child {
  margin-bottom: 1.5em;
}
.entry-content .wsp-pages-title {
  display: none;
}
.entry-content ul.wsp-pages-list li {
  font-family: "klavika_regular", Helvetica, Arial, sans-serif;
}
.entry-content ul.wsp-pages-list li:before {
  content: "» ";
  font-family: "klavika_medium";
}
.entry-content ul.wsp-pages-list > li > a {
  font-family: "klavika_medium";
}
#portal-content.entry-content {
  width: 100%;
}
.page-links {
  clear: both;
}
.historical-date {
  display: block;
  float: left;
  width: 101px;
  text-align: center;
  background: url(../images/backgrounds/grey-stripes.png) left top;
  padding: 20px 10px;
  margin-right: 10px;
}
.historcal-text-box {
  float: left;
  width: 510px;
}
.historcal-text-box p {
  margin: 0;
}
.download-container {
  margin-top: 35px;
}
.download-container .product-download-block {
  float: left;
  display: inline-block;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.abstract-search-form {
  margin-bottom: 18px;
  padding: 15px 20px 15px;
}
.single-excerpt {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.single-excerpt a,
.single-excerpt a:link,
.single-excerpt a:visited {
  color: #0055a4;
  text-decoration: none;
}
.single-excerpt a:hover,
.single-excerpt a:focus,
.single-excerpt a:active {
  color: #999999;
  text-decoration: none;
}
.single-excerpt:first-child {
  margin-top: 36px;
}
.single-excerpt a {
  font-size: 13px;
}
.category-crumb {
  font-size: 13px;
  color: #666;
}
h3.excerpt-title {
  margin: 5px 0;
}
.excerpt-content p {
  margin: 0;
}
.abstract-post h1 {
  font-size: 24px;
  line-height: 1.25;
}
.abstract-post h6 {
  font-size: 14px;
  color: #666;
  margin-top: 3px;
  margin-bottom: 20px;
}
.abstract-post h2.entry-sub-title {
  margin-top: 30px;
  font-size: 20px;
  font-family: "klavika_regular_italic";
}
.abstract-link {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.abstract-link .icon-ext:before {
  content: "\f100";
  position: absolute;
  color: #0055a4;
  margin-left: -8px;
  font-size: 23px;
  margin-top: -2px;
}
#date-dd {
  margin-left: 12px;
}
.phone #date-dd {
  margin: 12px 0 0;
}
.entry-content .wrapper-dropdown-2 {
  display: inline-block;
  position: relative;
  width: 233px;
  padding: 7px 9px;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  font-family: "klavika_regular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #999999;
}
.entry-content .wrapper-dropdown-2:after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  background-image: url(../images/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}
.entry-content .wrapper-dropdown-2:after.sprite-logo {
  background-position: -15px -367px;
  width: 97px;
  height: 111px;
}
.entry-content .wrapper-dropdown-2 ul.dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  margin: 0;
  z-index: 10;
  /* Styles */
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}
.entry-content .wrapper-dropdown-2 ul.dropdown li {
  padding: 5px 0 0 !important;
  margin: 0 10px;
  border-top: 1px solid #999;
}
.entry-content .wrapper-dropdown-2 ul.dropdown li:before {
  content: '';
  display: none;
}
.entry-content .wrapper-dropdown-2 ul.dropdown li a {
  font-family: "klavika_regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #0055a4;
  padding: 4px 5px 10px;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entry-content .wrapper-dropdown-2 ul.dropdown li:hover a {
  color: #999999;
}
.entry-content .wrapper-dropdown-2 ul.dropdown li:first-child {
  margin-top: 16px;
}
.entry-content .wrapper-dropdown-2:after {
  content: '';
  background-image: url(../images/dropdown/dropdown_open.png);
  width: 35px;
  height: 35px;
}
.entry-content .wrapper-dropdown-2.active-dd .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.entry-content .wrapper-dropdown-2.active-dd:after {
  content: '';
  background-image: url(../images/dropdown/dropdown_close.png);
  width: 35px;
  height: 35px;
}
/* No CSS3 support */
.no-opacity .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}
.no-opacity .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
  display: block;
}
.kontakt-form {
  display: inline-block;
  width: 100%;
  padding: 13px 20px 0;
}
.kontakt-input input,
.kontakt-input textarea {
  border: none;
  padding: 10px;
  margin-bottom: 13px;
}
.kontakt-input textarea {
  width: 100%;
}
.kontakt-name input,
.kontakt-email input {
  width: 250px;
  display: inline-block;
  float: left;
}
.kontakt-name input {
  margin-right: 13px;
}
.kontakt-quiz {
  display: inline-block;
}
.kontakt-quiz .secure-question,
.kontakt-quiz .wpcf7-quiz-label {
  background-color: #999999;
  color: #ffffff;
  padding: 10px;
}
.kontakt-quiz input {
  width: 90px;
  margin-left: 13px;
}
.kontakt-input.kontakt-submit {
  display: inline-block;
  float: right;
}
.kontakt-input.kontakt-submit input[type="submit"] {
  border: none;
  border-color: transparent;
  border-radius: 0;
  background: #0055a4;
  box-shadow: none;
  color: #999999;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  text-shadow: none;
}
.kontakt-input.kontakt-submit:hover input[type="submit"] {
  color: #ffffff;
}
.ext-links .product-download-block {
  width: 100%;
}
.mto_loader {
  position: absolute;
  color: #FFF;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  opacity: .9;
  border-radius: 12px;
  box-shadow: 5px 5px 20px rgba(0, 85, 164, 0.57);
  border: 1px solid #FFF;
  left: 50%;
  margin-left: -40px;
  z-index: 2000;
  background: #0055A4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0055a4 0%, #1d5488 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0055a4), color-stop(100%, #1d5488));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0055a4 0%, #1d5488 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0055a4 0%, #1d5488 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0055a4 0%, #1d5488 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0055a4 0%, #1d5488 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0055A4', endColorstr='#1D5488', GradientType=0);
  /* IE6-9 */
}
.mto_loader_inner {
  text-align: center;
  width: 100%;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
}
#post-36 .entry-header {
  display: none;
}
#post-36 .entry-content h1 {
  margin-bottom: 25px;
}
.post-type-archive-news_post .page-header {
  border-bottom: 1px solid #cccccc;
}
.post-type-archive-news_post .single-excerpt .entry-header {
  margin-bottom: 6px;
}
.post-type-archive-news_post .single-excerpt h3.excerpt-title a {
  font-size: 18px;
}
#news-teaser h3.excerpt-title a {
  font-size: 18px;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
/*--------------------------------------------------------------
12.3 Banner
--------------------------------------------------------------*/
#rotating-banner {
  height: 345px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-inner-container {
  position: absolute;
  height: 345px;
  width: 950px;
  float: left;
  padding: 0 20px;
}
.banner-navi {
  position: relative;
  height: 345px;
  z-index: 15;
  width: 37px;
}
.banner-navi a {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
}
.banner-navi.previous {
  float: left;
}
.banner-navi.previous .sprite {
  background-position: -15px -231px;
  width: 37px;
  height: 38px;
}
.banner-navi.previous .sprite:hover {
  background-position: -15px -299px;
  width: 37px;
  height: 38px;
}
.banner-navi.next {
  float: right;
}
.banner-navi.next .sprite {
  background-position: -15px -95px;
  width: 37px;
  height: 38px;
}
.banner-navi.next .sprite:hover {
  background-position: -15px -163px;
  width: 37px;
  height: 38px;
}
article.single-banner {
  visibility: hidden;
}
article.single-banner:first-child {
  visibility: visible;
}
article.single-banner .banner-text-block {
  position: relative;
  margin: 91px 0 0 48px;
  z-index: 10;
  width: 360px;
}
article.single-banner .banner-more-link {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
}
article.single-banner .banner-more-link a,
article.single-banner .banner-more-link a:link,
article.single-banner .banner-more-link a:visited {
  color: #0055a4;
  text-decoration: none;
}
article.single-banner .banner-more-link a:hover,
article.single-banner .banner-more-link a:focus,
article.single-banner .banner-more-link a:active {
  color: #999999;
  text-decoration: none;
}
article.single-banner .banner-more-link .more-link {
  font-size: 18px;
  padding: 0 9px;
  line-height: 34px;
}
article.single-banner .banner-image-block {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}
article.single-banner .banner-image-block img {
  display: block;
}
article.single-banner .banner-image-block .attachment-large {
  float: right;
}
h1.banner-headline {
  margin-bottom: 13px;
}
#banner-bottom-navi {
  text-align: center;
  float: left;
  position: relative;
  top: 41px;
  margin-left: 21px;
  z-index: 20;
}
#banner-bottom-navi .navi-dot-container ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0 10px;
}
#banner-bottom-navi .navi-dot-container ul li {
  float: left;
  padding-right: 14px;
}
#banner-bottom-navi .navi-dot-container ul li a {
  background-position: -15px -15px;
  width: 10px;
  height: 10px;
}
#banner-bottom-navi .navi-dot-container ul li a:hover,
#banner-bottom-navi .navi-dot-container ul li a.active {
  background-position: -15px -55px;
  width: 10px;
  height: 10px;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/
#colophon {
  bottom: -25px;
  font-size: 14px;
}
#colophon hr {
  background-color: #0055a4;
  height: 5px;
  margin-bottom: 3px;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.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%;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 1.8em !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid;
  }
  img,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .historcal-text-box {
    page-break-inside: avoid;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  body,
  button,
  input,
  select,
  textarea {
    font-size: 18px;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 27px !important;
  }
  h3 {
    font-size: 23px !important;
  }
  h4 {
    font-size: 23px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 16px !important;
  }
  .grid-container {
    max-width: none;
    min-width: 0;
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
  a[href]:after {
    content: none !important;
  }
  body {
    padding-left: 100px;
  }
  .logo a,
  .nav-container,
  .header-functions,
  .banner,
  .excerpt-link,
  .back-to-category-link,
  .page-navigation,
  .header-functions,
  .shortcut-navigation,
  .footer-menu,
  .archive-widget,
  .page-template-page-contact-php .wpcf7,
  .login-section,
  #site-navigation,
  #footer-wrapper,
  #news-sidebar,
  section#print-btn,
  #secondary {
    display: none !important;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  section {
    display: inline-block;
    position: relative;
  }
  #primary,
  #masthead,
  #content,
  #colophon,
  #rotating-banner,
  .entry-content,
  .post-header-image {
    width: 100%;
  }
  header#masthead {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    height: 140px;
  }
  .site-branding .site-title a {
    text-indent: 0;
  }
  .sprite.sprite-logo {
    width: auto;
    height: auto;
    margin: 43px 0 0;
  }
  .site-branding h2 {
    line-height: 1.3em !important;
    width: auto;
    margin: 59px 0 0 7px;
  }
  #header-wrapper {
    position: relative;
  }
  #content {
    margin-top: 0;
  }
  h1.entry-title {
    margin-top: 30px;
  }
  #sidebar-devider {
    display: none;
  }
  #secondary .widget {
    max-width: none;
    margin: 0 10px;
  }
  .sidebar-header {
    padding: 6px 0;
    color: #000000;
  }
}
ul .wpml-ls-menu-item a {
  display: initial;
}