@font-face {
  font-family: 'HamburgSans';
	src: url('typo/HamburgSans/HamburgSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('typo/HamburgSans/HamburgSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('typo/HamburgSans/HamburgSans-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-Regular.woff') format('woff'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-Regular.svg#HamburgSans-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
  font-family: 'HamburgSans';
	src: url('typo/HamburgSans/HamburgSans-Italic.eot'); /* IE9 Compat Modes */
    src: url('typo/HamburgSans/HamburgSans-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('typo/HamburgSans/HamburgSans-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-Italic.woff') format('woff'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-Italic.svg#HamburgSans-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
}

@font-face {
  font-family: 'HamburgSans';
	src: url('typo/HamburgSans/HamburgSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('typo/HamburgSans/HamburgSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('typo/HamburgSans/HamburgSans-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-Bold.woff') format('woff'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-Bold.svg#HamburgSans-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: 'HamburgSans';
	src: url('typo/HamburgSans/HamburgSans-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('typo/HamburgSans/HamburgSans-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('typo/HamburgSans/HamburgSans-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('typo/HamburgSans/HamburgSans-BoldItalic.svg#HamburgSans-BoldItalic') format('svg');
	font-weight: 700;
	font-style: italic;
}

body, body.mceContentBody {
	color:#676767;
	font-family: Arial,sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'HamburgSans';
	margin:0 0 10px;
    line-height:1.5;
}

p {line-height: 1.5; margin-bottom: 15px;}

h1 { font-size:30px; font-weight:700; font-style: normal; color:#676767; margin:0; }
h2 {font-size: 24px; font-weight:700; font-style: normal; color: #0667b0;}
h3, h4, h5, h6 { font-weight:700; font-style: normal; }
h4 {color: #0667b0; margin: 0;}

ul, ol { margin-left:30px; font-weight:400; font-style: normal; }



/** {text-rendering: optimizeLegibility;}*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  padding: 0;
  margin: 0;
}
/* Allgemeines */
button,
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
label[for] {
  cursor: pointer;
}
select {
  background-color: #E3E3E3;
  border: 0;
  border-radius: 30px;
  height: 30px;
}
textarea {
  background-color: #E3E3E3;
  border: 0;
  border-radius: 10px;
  min-height: 100px;
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  resize: vertical;
  padding: 10px !important;
}
body {
  background: #e7e7e7;
  -webkit-text-size-adjust: none;
  cursor: default;
}
body #site {
  width: 100%;
  min-width: 1024px;
  margin: auto;
}
body #content-wrapper {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
body #header {
  width: 100%;
  max-width: 1260px;
  height: 400px;
  margin: auto;
  background-position: center center;
  background-size: cover;
  font-family: 'HamburgSans', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
body #header .header-content {
  background: #fff;
  padding: 10px 10px 0;
  position: relative;
}
body #header .logo {
  margin: 5px 0 0;
}
body #header .service-bar {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 20px;
}
body #header .service-bar .login {
  margin: 0 15px 0 0;
}
body #header .service-bar .login .loginRegister {
  cursor: pointer;
}
body #header .service-bar .login .showLogin {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px #e10019;
  -moz-box-shadow: 0px 0px 8px 0px #e10019;
  box-shadow: 0px 0px 8px 0px #e10019;
  z-index: 1;
  margin-top: 10px;
  width: calc(100% - 10px);
}
body #header .service-bar .login .showLogin input[type=text],
body #header .service-bar .login .showLogin input[type=password] {
  width: calc(100% - 20px);
  margin-bottom: 10px;
}
body #header .service-bar .login .showLogin p img {
  position: relative;
  top: 4px;
  margin-right: 5px;
}
body #header .service-bar .topsearch {
  display: flex;
}
body #header .service-bar .topsearch input {
  width: 80px;
  transition: all 0.3s ease;
  background: #E3E3E3 !important;
}
body #header .service-bar .topsearch input:focus {
  outline: none;
  width: 280px;
  -webkit-box-shadow: 0px 0px 8px 0px #e10019;
  -moz-box-shadow: 0px 0px 8px 0px #e10019;
  box-shadow: 0px 0px 8px 0px #e10019;
}
body #header .service-bar .topsearch button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 30px;
  position: absolute;
  right: 0;
  background: #003063 no-repeat center center;
  background-image: url(images/search-icon@2x.png);
  background-size: 50%;
}
body #header .service-bar .topsearch .tt-dropdown-menu {
  background: #fff;
  text-align: left;
  padding: 0 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 5px;
}
body #header .service-bar .topsearch .tt-dataset-products .tt-suggestion {
  overflow: hidden;
  margin: 10px 0;
}
body #header .service-bar .topsearch .tt-dataset-products .tt-is-under-cursor {
  background: #e3e4e4;
}
body #header .service-bar .topsearch .tt-dataset-products .img {
  float: left;
  margin: 0 10px 0 0;
  width: 90px;
  height: 90px;
  background: #fff;
}
body #header .service-bar .topsearch .tt-dataset-products .title {
  overflow: hidden;
}
body #header .service-bar .topsearch .tt-dataset-products .title b {
  display: block;
}
body #header .nav-main {
  font-size: 13px;
  padding: 20px 0 0;
  margin: 0 -10px;
  border-bottom: 53px solid #003063;
}
body #header .nav-main ul {
  font-family: 'HamburgSans', sans-serif;
  font-weight: 700;
  font-style: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
body #header .nav-main li {
  display: inline-block;
}
body #header .nav-main li a {
  display: block;
  padding: 10px 9px;
  color: #003063;
  text-decoration: none;
}
body #header .nav-main li:hover > a,
body #header .nav-main li > a.active {
  background: #003063;
  color: #fff;
}
body #header .nav-main li.nav1_1 a {
  text-align: left;
  background-image: url(images/home_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -1000%;
  padding: 0;
  width: 35px;
  overflow: hidden;
}
body #header .nav-main li:hover .sub-navigation {
  display: block;
}
body #header .nav-main .has-children > a:after {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url('images/arrow-down-blue@2x.png') no-repeat center center;
  background-size: 100%;
  content: '';
  margin: 0 0 0 5px;
}
body #header .nav-main .has-children > a:hover:after {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url('images/arrow-down-white@2x.png') no-repeat center center;
  background-size: 100%;
  content: '';
  margin: 0 0 0 5px;
}
body #header .nav-main .sub-navigation {
  display: none;
  background: #003063;
  position: absolute;
  text-align: center;
  padding: 20px;
  width: calc(100% - 40px);
  left: 0;
}
body #header .nav-main .sub-navigation li a {
  color: #fff;
  min-width: 200px;
  line-height: 32px;
}
body #header .nav-main .sub-navigation li a:hover {
  background: #005CA9;
}
body #header .nav-main .sub-navigation li a:after {
  display: none;
}
body #header .header-bug {
  width: 140px;
  height: 40px;
  position: absolute;
  bottom: 33px;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
body .container {
  width: calc(100% - 60px);
  max-width: 964px;
  padding: 0 30px;
  margin: auto;
}
body .breadcrumb {
  padding: 10px;
  margin: 10px 0;
  background: #fff;
}
body .toggleBasket {
  position: relative;
  float: right;
  margin: -10px -10px -10px 10px;
  padding: 10px 10px 10px 40px;
  background: #003063 url(images/shopping_card_icon_alpha.png) no-repeat 10px 50%;
  color: #fff;
  cursor: pointer;
}
body #minibasket {
  display: none;
  z-index: 9999;
  position: absolute;
  background: #003063;
  right: 0;
  top: 100%;
  width: 330px;
  padding: 10px;
}
body #minibasket .gbtn {
  line-height: 30px;
  display: block;
  background: #E3E3E3;
  color: #003063;
  width: 100%;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;
  margin: 10px 0 0;
  text-transform: uppercase;
}
body #minibasket .amount {
  text-align: right;
}
body #minibasket .description a {
  padding-left: 10px;
  display: block;
  line-height: 1.5;
  color: #fff;
}
body #main {
  background: #fff;
  padding: 20px 0;
  display: block;
}
body #main .search-wrapper {
  padding: 10px 0;
  position: relative;
  width: 700px;
  margin: auto;
}
body #main .search-wrapper .content-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body #main .search-wrapper .content-search input {
  width: 270px;
  transition: box-shadow 0.3s ease;
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
body #main .search-wrapper .content-search input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 8px 0px #e10019;
  -moz-box-shadow: 0px 0px 8px 0px #e10019;
  box-shadow: 0px 0px 8px 0px #e10019;
}
body #main .search-wrapper .content-search select {
  background-color: #E3E3E3;
  border-radius: 30px;
  height: 30px;
  border: 0;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 1;
}
body #main .search-wrapper .content-search select:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 8px 0px #e10019;
  -moz-box-shadow: 0px 0px 8px 0px #e10019;
  box-shadow: 0px 0px 8px 0px #e10019;
  position: relative;
  z-index: 2;
}
body #main .search-wrapper .content-search p {
  margin-right: 5px;
}
body #main .search-wrapper .content-search button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  border-radius: 30px;
  position: relative;
  right: 30px;
  background-color: #003063;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/search-icon@2x.png);
  background-size: 50%;
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 0;
}
body #main .search-wrapper .content-search button img {
  display: none;
}
body #main .search-wrapper .content-search .tt-dropdown-menu {
  background: #fff;
  text-align: left;
  padding: 0 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
  margin-top: 5px;
  width: 680px;
}
body #main .search-wrapper .content-search .tt-dataset-products .tt-suggestion {
  overflow: hidden;
  margin: 10px 0;
}
body #main .search-wrapper .content-search .tt-dataset-products .tt-is-under-cursor {
  background: #e3e4e4;
}
body #main .search-wrapper .content-search .tt-dataset-products .img {
  float: left;
  margin: 0 10px 0 0;
  width: 90px;
  height: 90px;
  background: #fff;
}
body #main .search-wrapper .content-search .tt-dataset-products .title {
  overflow: hidden;
}
body #main .search-wrapper .content-search .tt-dataset-products .title b {
  display: block;
}
body #main .contentitem {
  border-bottom: 10px solid #e3e4e4;
  padding: 10px 0;
  /*
      p strong {
        width: 810px;
        display: block;
      }
      */
}
body #main .contentitem:last-child {
  border-bottom: none;
}
body #main .teaser-container {
  clear: both;
  margin: 20px -10px 10px;
  padding-left: 10px;
  padding-right: 10px;
}
body #main .teaser-container .teaser {
  text-decoration: none;
  text-align: center;
  position: relative;
}
body #main .teaser-container .teaser-block-large {
  width: 50%;
  float: left;
}
body #main .teaser-container .teaser-block-large img {
  max-height: 70%;
  max-width: 70%;
  position: relative;
  margin-top: 10%;
}
body #main .teaser-container .teaser-block-small {
  width: 50%;
  float: left;
}
body #main .teaser-container .teaser-block-small img {
  max-height: 60%;
  max-width: 70%;
  position: relative;
  margin-top: 5%;
}
body #main .teaser-container .teaser-block-small .teaser-block-title {
  margin-left: 10px;
}
body #main .teaser-container .teaser-large {
  height: 470px;
  display: block;
  margin: 0 0 10px;
}
body #main .teaser-container .teaser-small {
  float: left;
  width: 230px;
  height: 230px;
  margin: 0 0 10px 10px;
}
body #main .teaser-container .teaser-block-title {
  text-transform: uppercase;
  color: #E10019;
  font-weight: bold;
  margin: 10px 0;
}
body #main .teaser-container .teaser-title {
  display: block;
  font-weight: bold;
  color: #005CA9;
  text-align: left;
  line-height: 17px;
  height: 34px;
  overflow: hidden;
}
body #main .teaser-container .teaser-detail {
  display: block;
  color: #005fa6;
  position: absolute;
  bottom: 0;
  text-align: left;
}
body #main .more {
  margin: 10px 0;
}
body #main .morelink {
  display: block;
  text-align: right;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 22px;
}
body #main .morelink-closed:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 17px;
  vertical-align: middle;
  background: url(images/more_info_icon.png) no-repeat left center;
}
body #main .shop_startseite_teaser_wrapper {
  overflow: hidden;
}
body #main .shop_startseite_teaser_wrapper .shop_startseite_teaser {
  margin-bottom: 20px;
  float: left;
}
body #main .shop_startseite_teaser_wrapper .shop_startseite_teaser.teaser_odd {
  margin-right: 10px;
  width: calc(50% - 10px);
}
body #main .shop_startseite_teaser_wrapper .shop_startseite_teaser.teaser_even {
  margin-left: 10px;
  width: calc(50% - 10px);
}
body #main .shop_startseite_teaser_wrapper .shop_startseite_teaser .teaser_img {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
body #main .shop_startseite_teaser_wrapper .shop_startseite_teaser a {
  color: #676767;
}
body #shop {
  width: calc(100% - 60px);
  max-width: 964px;
  padding: 30px;
  margin: auto;
}
body #shop h1 {
  margin-bottom: 20px;
}
body #shop .article_detail {
  overflow: hidden;
}
body #shop .detail_left {
  float: left;
  width: calc(50% - 10px);
  margin-right: 10px;
  text-align: center;
}
body #shop .detail_right {
  float: left;
  width: 50%;
}
body #shop .detail_right table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}
body #shop .detail_right table th {
  width: 150px;
  border-top: 1px solid #005CA9;
  padding-bottom: 0;
}
body #shop .detail_right table td {
  border-top: 1px solid #005CA9;
  padding: 5px 0;
}
body #shop .no-login-info {
  background: #E3E3E3;
  color: #003063;
  padding: 10px;
  border-bottom: none !important;
}
body #shop .no-login-info .no-login-info-header {
  font-weight: bold;
}
body #shop .no-login-info p:last-child {
  margin-bottom: 0;
}
body #shop .article_list {
  overflow: hidden;
}
body #shop .article_list .article_list_head {
  overflow: hidden;
  border-bottom: 1px solid #6686a4;
  margin-bottom: 10px;
}
body #shop .article_list .article_list_head form {
  padding: 0;
  background: none;
}
body #shop .article_list .article_list_head h3 {
  position: relative;
  margin: 0 0 10px;
  top: 3px;
  font-size: 20px;
  width: 520px;
}
body #shop .article_list .article_list_head #form_filter {
  float: right;
  position: relative;
  z-index: 2;
}
body #shop .article_list .article_list_head #form_filter select {
  background: #e3e3e3;
  border: 0;
  height: 30px;
  border-radius: 10px;
  padding: 0 5px;
  max-width: 150px;
  outline: none;
  color: #676767;
}
body #shop .article_list .article_list_head #form_filter label {
  color: #005CA9;
  font-weight: bold;
}
body #shop .article_list .article_list_head .article-nav {
  text-align: center;
}
body #shop .article_list .article_list_head .nav-prev {
  float: left;
}
body #shop .article_list .article_list_head .nav-next {
  float: right;
}
body #shop .article_list .article_list_container {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #003063;
}
body #shop .article_list .article_list_headlines {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #6686a4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body #shop .article_list .article_list_headlines li {
  display: inline-block;
}
body #shop .article_list .article_list_headlines li:first-child {
  width: 300px;
}
body #shop .article_list .article_list_headlines li:first-child + li {
  width: 320px;
}
body #shop .article_list .article_list_headlines li:first-child + li + li {
  width: 340px;
}
body #shop .article_list .article_list_item {
  float: left;
}
body #shop .article_list .article_list_item.item_image {
  width: 290px;
  margin-right: 10px;
  text-align: center;
}
body #shop .article_list .article_list_item.item_description {
  width: 300px;
}
body #shop .article_list .article_list_item.item_details {
  width: 340px;
  margin-left: 20px;
}
body #shop .article_list .article_list_item.item_details table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 28px;
}
body #shop .article_list .article_list_item.item_details table th {
  padding-bottom: 0;
}
body #shop .image_alternatives {
  margin-top: 50px;
}
body #shop .image_alternatives a {
  margin: 0 20px;
}
body #footer {
  width: 100%;
  max-width: 1260px;
  background: #003063;
  color: #fff;
  padding: 0 0 30px;
  margin: auto;
}
body #footer a {
  color: #fff;
}
body #footer .branding {
  padding: 40px 0;
}
body #footer .seitenliste {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
  margin: 0;
  list-style: none;
}
body #footer .seitenliste li {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'HamburgSans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
body #footer .seitenliste li:first-child {
  text-transform: none;
}
body #footer .seitenliste li ul {
  list-style: none;
  margin: 0;
}
body #footer .seitenliste li ul li {
  text-transform: none;
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
}
body table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin: 10px 0;
}
body table th {
  width: 130px;
  border-bottom: 1px solid #6686a4;
  padding-bottom: 10px;
  text-align: left;
}
body table td {
  border-bottom: 1px solid #6686a4;
  padding: 5px 0;
}
body table td.delete_cell input {
  width: auto;
}
body table td.article_amount input {
  width: auto;
}
body table td.article_amount input[type=submit] {
  display: none;
}
body table td.btn {
  text-align: center;
}
body table td.btn input {
  padding: 5px;
  width: 19px;
  border: 0px;
  height: 18px;
  margin: 0;
}
body table .article_number {
  width: 130px;
}
body table .article_title {
  width: 500px;
}
body table .price {
  text-align: right;
}
body .label {
  display: inline-block;
  line-height: 25px;
  padding: 0 10px;
  width: 170px;
}
body .cb {
  overflow: hidden;
  margin-bottom: 5px;
  display: block;
}
body .newsletter-abo .cb {
  margin-bottom: 15px;
}
body input {
  width: 100%;
  height: 30px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 30px;
  background: #E3E3E3;
  padding: 0 10px;
}
body input[type=checkbox] {
  float: left;
  width: auto;
  height: 18px;
  margin-right: 10px;
}
body input[type=submit] {
  width: auto;
}
body input[type=radio] {
  width: auto;
  height: auto;
}
body input.article_delete {
  width: 15px;
  height: 15px;
  padding: 7px;
  margin-left: 10px;
}
body .feld {
  width: 370px;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}
body .feld.feld-medium {
  width: 300px;
}
body .feld.feld-small {
  width: 45px;
}
body .feld.feld-select {
  width: 390px;
}
body a {
  text-decoration: none;
  color: #005CA9;
}
body a:hover {
  color: #003063;
}
body .gbtn {
  background: #E10019;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
  max-width: 580px;
}
body .ibtn {
  background: #005CA9;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
  max-width: 580px;
}
#hoverImageContainer {
  background: #fff;
  box-shadow: 0 0 20px #000;
  padding: 10px;
}
form h2.legend {
  margin-bottom: 0;
}
.notes > label {
  display: block;
}
