@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: 'open sans', sans-serif; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

body {
  background-color: #efefef;
  overflow-y: scroll; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

h1, h2, h3, h4, h5, p, a {
  font-family: 'open sans', sans-serif; }

.hlp-relative {
  position: relative; }

.hlp-txt-center {
  text-align: center; }

a {
  color: #222;
  color: #5f040d; }
  a:hover {
    color: #444; }

p {
  font-size: 12px;
  color: #555; }

.stl-bg-01 {
  background-color: #fff; }

.stl-bg-02 {
  background-color: #818181; }

.stl-bg-03 {
  background-color: #5f040d; }

.stl-bg-04 {
  background-color: #666; }

.stl-bg-05 {
  background-color: #ececec; }

.stl-01 {
  background-color: #fff; }
  .stl-01 a, .stl-01 p, .stl-01 h1, .stl-01 h2, .stl-01 h3, .stl-01 h4 {
    color: #000; }

.stl-02 {
  background-color: #818181; }
  .stl-02 a, .stl-02 p, .stl-02 h1, .stl-02 h2, .stl-02 h3, .stl-02 h4 {
    color: #fff; }

.stl-03 {
  background-color: #5f040d; }
  .stl-03 a, .stl-03 p, .stl-03 h1, .stl-03 h2, .stl-03 h3, .stl-03 h4 {
    color: #fff; }

.stl-04 {
  background-color: #333; }
  .stl-04 a, .stl-04 p, .stl-04 h1, .stl-04 h2, .stl-04 h3, .stl-04 h4, .stl-04 i {
    color: #fff; }

.stl-05 {
  background-color: #fff;
  border-bottom: solid 1px #000; }
  .stl-05 a, .stl-05 p, .stl-05 h1, .stl-05 h2, .stl-05 h3, .stl-05 h4 {
    color: #000; }

.stl-06 {
  background-color: #fff;
  border-bottom: solid 2px #333;
  border-top: solid 2px #333; }
  .stl-06 a, .stl-06 p, .stl-06 h1, .stl-06 h2, .stl-06 h3, .stl-06 h4 {
    color: #000; }

.stl-txt-02 {
  color: #5f040d;
  font-weight: 700; }

.stl-clr-01 {
  color: green; }

.stl-clr-02 {
  color: red; }

header {
  height: 90px;
  width: 100%; }

.adBox-topBand {
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  display: none; }

.adBox-mediumRectangle {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  margin-top: 30px;
  background-color: #fff; }
  .adBox-mediumRectangle p {
    color: #fff; }

.adBox-leaderBord {
  position: absolute;
  top: -260px;
  height: 250px;
  left: 0;
  width: 960px; }

.adBox-skyScraper {
  position: absolute;
  top: 100px;
  left: 970px;
  background-color: #EFEFEF;
  /*    @media screen and (min-width: 1131px){
           left: 400px;
      }*/
  width: 160px;
  height: 600px; }
  .adBox-skyScraper p {
    color: #EFEFEF; }

.mdl-wrapAll {
  /*    @media screen and (min-width: 1131px){
          position: absolute;
          left: 50%;
          top: 0;
      }*/
  position: relative;
  margin: 280px auto;
  width: 1130px; }

.mdl-wrapper {
  position: relative;
  /*    @media screen and (min-width: 1131px){
          left: -570px;
      }*/
  width: 960px; }

.mdl-content-wrapper {
  width: 100%;
  padding: 20px 20px 0;
  box-sizing: border-box; }

.mdl-breadcrup-nav {
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  position: relative;
  top: -10px; }
  .mdl-breadcrup-nav ul {
    list-style: none; }
    .mdl-breadcrup-nav ul li {
      display: inline-block;
      float: left;
      margin-left: 0px;
      padding: 1px; }
      .mdl-breadcrup-nav ul li:after {
        content: ' >>';
        font-size: 10px;
        font-weight: 700;
        color: #818181; }
      .mdl-breadcrup-nav ul li:first-child {
        margin-left: 10px; }
      .mdl-breadcrup-nav ul li:last-child:after {
        content: '';
        font-size: 10px;
        font-weight: 700;
        color: #818181; }
      .mdl-breadcrup-nav ul li:last-child a {
        color: #818181; }
      .mdl-breadcrup-nav ul li a {
        font-weight: 700;
        font-size: 12px;
        color: #5f040d;
        text-decoration: none; }
        .mdl-breadcrup-nav ul li a:hover {
          color: #555; }

.mdl-header {
  position: relative;
  border-bottom: #fff 10px solid; }

.sbmdl-header-logo {
  position: absolute;
  left: 21px;
  top: 12px;
  width: 130px; }
  .sbmdl-header-logo img {
    display: block;
    width: 130p !important;
    height: 67px !important; }

.mdl-header-search-form {
  position: absolute;
  right: 20px;
  bottom: 12px;
  width: 215px;
  border: 1px solid #d0d0d0;
  padding: 2px 6px 4px;
  border-radius: 2px; }
  .mdl-header-search-form input {
    width: 173px;
    border: none;
    height: 16px;
    background-color: #5f040d;
    color: #fff; }
  .mdl-header-search-form label, .mdl-header-search-form input {
    display: inline;
    padding: 3px; }
  .mdl-header-search-form i {
    margin-left: 1px;
    color: #fff;
    border-left: 1px solid #d0d0d0;
    padding-left: 7px;
    position: relative;
    top: 1px; }

.sbmdl-header-nav {
  padding: 10px 20px; }
  .sbmdl-header-nav ul {
    font-size: 14px;
    list-style: none;
    width: 100%;
    text-align: right;
    font-weight: 300; }
    .sbmdl-header-nav ul li {
      display: inline-block;
      margin-left: 10px;
      text-align: center;
      position: relative; }
      .sbmdl-header-nav ul li::after {
        content: '.';
        position: absolute;
        right: -2px;
        top: -21px;
        color: #fff;
        width: 1px;
        font-size: 30px; }
      .sbmdl-header-nav ul li a {
        text-decoration: none; }
        .sbmdl-header-nav ul li a:hover {
          font-weight: 500;
          letter-spacing: -0.3px; }
      .sbmdl-header-nav ul li a::after {
        display: block;
        content: attr(title);
        font-weight: bold;
        height: 1px;
        color: transparent;
        overflow: hidden;
        visibility: hidden;
        letter-spacing: -0.3px; }
    .sbmdl-header-nav ul li:last-of-type:after {
      content: ''; }

.mdl-main-nav {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  font-weight: 300; }
  .mdl-main-nav i {
    position: relative;
    margin-right: 4px;
    position: relative;
    top: 0px; }
    .mdl-main-nav i.fa-sort-desc {
      color: #303030;
      font-size: 21px;
      left: -7px;
      margin-right: 0;
      padding: 0 10px;
      top: -12px; }
  .mdl-main-nav ul {
    list-style: none;
    height: 40px;
    box-sizing: border-box; }
    .mdl-main-nav ul li {
      display: inline-block;
      margin-right: -2px;
      text-align: center;
      position: relative;
      line-height: 15px;
      /*            a::after {
      			display:block;
      			content:attr(title);
      			font-weight:bold;
      			height:1px;
      			color:transparent;
      			overflow:hidden;
      			visibility:hidden;
                              letter-spacing: -0.3px;
                  }*/ }
      .mdl-main-nav ul li:last-of-type {
        margin-right: 0px;
        border-right: none; }
      .mdl-main-nav ul li:first-of-type a:hover {
        background-color: #fff; }
      .mdl-main-nav ul li:first-of-type a.active {
        background-color: #fff;
        color: #000; }
      .mdl-main-nav ul li:before {
        content: ''; }
      .mdl-main-nav ul li:first-of-type a {
        padding: 11px 6px 0 0; }
      .mdl-main-nav ul li a {
        position: relative;
        top: -10px;
        font-size: 13px;
        display: inline-block;
        text-decoration: none;
        height: 25px;
        padding: 11px 10px 0;
        font-weight: 700; }
        .mdl-main-nav ul li a:hover {
          background-color: #ececec; }
        .mdl-main-nav ul li a.active {
          color: #5f040d; }
  .mdl-main-nav ul > li > ul {
    list-style: none;
    width: 208px;
    border: 1px solid #fff;
    position: absolute;
    background-color: #fff;
    top: 30px;
    overflow: hidden;
    z-index: 500;
    height: 0px;
    transition: height 0.3s;
    display: block; }
    .mdl-main-nav ul > li > ul.js-active {
      border: 1px solid #666;
      height: auto;
      transition: height 0.2s; }
    .mdl-main-nav ul > li > ul li {
      display: block;
      box-sizing: content-box;
      position: relative;
      text-align: left;
      width: 400px;
      /*
      text-align: left;
      display:block;
      width: 200px;
      padding: 3px 0px 6px;
      border: none;
      height:28px;*/ }
      .mdl-main-nav ul > li > ul li:first-of-type {
        margin-top: 15px; }
        .mdl-main-nav ul > li > ul li:first-of-type a {
          padding: 10px 200px 10px 10px;
          /*                  padding: 15px 12px 0 15px;
                              padding-left: 10px;*/ }
          .mdl-main-nav ul > li > ul li:first-of-type a:hover {
            background-color: #ececec; }
      .mdl-main-nav ul > li > ul li:last-of-type {
        /*                margin-bottom: 10px;*/ }
      .mdl-main-nav ul > li > ul li a {
        box-sizing: content-box;
        display: inline;
        line-height: 30px;
        width: 120%;
        padding: 10px 200px 10px 10px; }
      .mdl-main-nav ul > li > ul li a:hover {
        background-color: #ececec; }

.mdl-browse-nav {
  width: 100%;
  top: 0; }
  .mdl-browse-nav p {
    display: inline;
    text-align: left; }
  .mdl-browse-nav ul {
    float: right;
    list-style: none;
    display: inline; }
    .mdl-browse-nav ul li {
      font-size: 11px;
      float: left;
      margin-left: 4px; }
      .mdl-browse-nav ul li a {
        position: inherit;
        font-size: 11px;
        color: #555;
        text-decoration: none; }
        .mdl-browse-nav ul li a.stl-txt-02 {
          color: #5f040d; }
        .mdl-browse-nav ul li a:hover {
          text-decoration: underline; }

.mdl-browse-nav {
  width: 100%;
  top: 0; }
  .mdl-browse-nav p {
    display: inline;
    text-align: left; }
  .mdl-browse-nav ul {
    float: right;
    list-style: none;
    display: inline;
    position: relative;
    top: 6px; }
    .mdl-browse-nav ul li {
      float: left;
      margin-left: 4px; }
      .mdl-browse-nav ul li a {
        position: inherit;
        font-size: 11px;
        text-decoration: none; }
        .mdl-browse-nav ul li a:hover {
          text-decoration: underline; }

.mdl-business-nav {
  width: 920px; }

.mdl-business-nav,
.mdl-business-nav3,
.mdl-anchor-nav,
.mdl-business-nav5 {
  margin-top: 10px;
  margin-bottom: 30px; }
  .mdl-business-nav ul,
  .mdl-business-nav3 ul,
  .mdl-anchor-nav ul,
  .mdl-business-nav5 ul {
    background-color: #efefef;
    border-radius: 5px;
    list-style: outside none none;
    padding: 10px;
    position: relative; }
    .mdl-business-nav ul li,
    .mdl-business-nav3 ul li,
    .mdl-anchor-nav ul li,
    .mdl-business-nav5 ul li {
      border-right: 1px solid  #666;
      display: inline-block;
      font-weight: 600;
      height: 28px;
      text-align: center;
      width: 177px; }
      .mdl-business-nav ul li:last-of-type,
      .mdl-business-nav3 ul li:last-of-type,
      .mdl-anchor-nav ul li:last-of-type,
      .mdl-business-nav5 ul li:last-of-type {
        margin-right: 0px;
        border: none; }
      .mdl-business-nav ul li a,
      .mdl-business-nav3 ul li a,
      .mdl-anchor-nav ul li a,
      .mdl-business-nav5 ul li a {
        font-size: 12px;
        color: #666;
        text-decoration: none; }
        .mdl-business-nav ul li a:hover,
        .mdl-business-nav3 ul li a:hover,
        .mdl-anchor-nav ul li a:hover,
        .mdl-business-nav5 ul li a:hover {
          font-weight: 600;
          color: #5F040D; }

.mdl-business-nav .sbmdl-content-nav5 {
  margin-bottom: 0px; }

.mdl-anchor-nav .sbmdl-content-nav13 li:nth-of-type(5n),
.mdl-anchor-nav .sbmdl-content-nav15 li:nth-of-type(5n) {
  border: none; }

.mdl-business-nav ul li {
  width: 224px; }
  .mdl-business-nav ul li:nth-of-type(4n) {
    border: none; }

.mdl-business-nav .sbmdl-content-nav5 {
  margin-left: 0;
  background-color: #efefef; }
  .mdl-business-nav .sbmdl-content-nav5 li {
    border-right: 1px solid  #333;
    width: 177px; }
    .mdl-business-nav .sbmdl-content-nav5 li:nth-of-type(4n) {
      border-right: 1px solid  #333; }
  .mdl-business-nav .sbmdl-content-nav5:nth-of-type(5n) {
    border: none; }
  .mdl-business-nav .sbmdl-content-nav5 a {
    color: #666;
    position: relative;
    top: 1px; }
    .mdl-business-nav .sbmdl-content-nav5 a:hover {
      font-weight: 600;
      color: #5F040D; }

/*
.mdl-business-nav .sbmdl-content-nav5 {
       background-color: #fff;
       text-align: left;
       li { 
           display: inline;
           width: 100%;
           a {
            background-color: #5F040D;
            padding: 5px 10px;
            margin: 5px 5px 0 0; 
            border:none;
            color: #fff;  
            &:hover {
                background-color: #999;
            }
            }
            &:first-child {
                a {
                    margin-left: -10px;
                }
            }
       } 
}
*/
.mdl-single-link {
  background-color: #ececec;
  text-align: right;
  padding: 2px 10px 6px; }
  .mdl-single-link a {
    font-weight: 700; }

.mdl-member-nav ul {
  list-style: none; }
  .mdl-member-nav ul li {
    display: inline-block;
    margin-bottom: 12px; }
    .mdl-member-nav ul li:last-of-type {
      margin-right: 0px; }
    .mdl-member-nav ul li a {
      background-color: #dadada;
      padding: 8px 12px;
      font-size: 14px;
      text-decoration: none;
      color: #555;
      transition: background-color 0.1s; }
      .mdl-member-nav ul li a:hover {
        background-color: #818181;
        color: #fff;
        transition: background-color 0.1s; }
      .mdl-member-nav ul li a.active {
        background-color: #5f040d;
        color: #fff; }

.mdl-member-header {
  padding: 6px 10px 4px;
  background-color: #818181;
  color: #fff;
  margin-bottom: 20px; }
  .mdl-member-header .sbmdl-btn-info {
    color: #5f040d;
    font-weight: 700; }
    .mdl-member-header .sbmdl-btn-info:hover {
      color: #444; }
  .mdl-member-header p {
    font-weight: 300;
    font-size: 12px;
    color: #fff; }
  .mdl-member-header h3 {
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    box-sizing: border-box; }
    .mdl-member-header h3 span {
      font-size: 14px; }

.mdl-article {
  padding-bottom: 20px; }
  .mdl-article h1, .mdl-article h2 {
    margin-bottom: 20px;
    border-bottom: solid 1px #5f040d;
    color: #222;
    font-size: 16px;
    padding: 4px 10px 4px;
    font-weight: bold; }
  .mdl-article p {
    padding: 0 10px; }
  .mdl-article img {
    background-color: #dadada; }
  .mdl-article .sbmdl-table, .mdl-article table {
    width: 100%;
    padding-left: 10px; }
    .mdl-article .sbmdl-table th, .mdl-article .sbmdl-table td, .mdl-article table th, .mdl-article table td {
      font-size: 12px; }
    .mdl-article .sbmdl-table th, .mdl-article table th {
      text-align: left; }

.mdl-headline-partner {
  margin-bottom: 20px;
  background-color: #dadada; }
  .mdl-headline-partner h1, .mdl-headline-partner h2 {
    display: inline-block;
    color: #5f040d;
    padding: 2px 2px 4px 10px;
    font-weight: 400;
    font-size: 16px; }
  .mdl-headline-partner p {
    font-size: 12px;
    display: inline-block; }

.mdl-article-text {
  margin-bottom: 10px; }
  .mdl-article-text:first-of-type h3 {
    margin-top: 0px; }
  .mdl-article-text h3 {
    padding: 0 10px;
    font-size: 12px;
    color: #5f040d;
    margin-top: 60px; }
  .mdl-article-text a {
    text-decoration: none;
    font-weight: 700; }

.mdl-column-left {
  width: 600px;
  float: left;
  /*.mdl-top-img {
          overflow: hidden;
          width:600px;
  }*/ }

.mdl-column-right {
  width: 300px;
  margin-left: 20px;
  position: relative;
  top: 0;
  height: 100%;
  float: left; }

.mdl-footer {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 10px; }
  .mdl-footer ul {
    list-style: none;
    width: 100%;
    text-align: center; }
    .mdl-footer ul li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: -3px;
      border-right: 1px solid #aaa;
      height: 15px; }
      .mdl-footer ul li:last-of-type {
        border-right: none; }
      .mdl-footer ul li a {
        position: relative;
        top: -6px;
        font-size: 12px;
        color: #333;
        font-weight: 600;
        text-decoration: none; }
        .mdl-footer ul li a:hover {
          text-decoration: underline; }

.mdl-top-img {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px; }
  .mdl-top-img img {
    display: block;
    width: 100%; }
  .mdl-top-img iframe {
    border: none;
    background: none; }

.mdl-thumbNail img {
  display: block;
  width: 100px;
  height: 75px;
  position: relative;
  left: 10px; }
.mdl-thumbNail .sbmdl-img-placeholder {
  position: relative;
  left: 10px; }

.mdl-thumbNail-large img {
  display: block;
  width: 100%; }

.mdl-row-archiv {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b1b1b1; }
  .mdl-row-archiv.sbmdl-section-news {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px; }
  .mdl-row-archiv h3 {
    font-size: 12px;
    color: #5f040d; }
  .mdl-row-archiv p {
    padding: 0; }
  .mdl-row-archiv a {
    font-size: 11px;
    font-weight: 700;
    text-decoration: none; }
  .mdl-row-archiv .sbmdl-link-abs, .mdl-row-archiv .js-collapse-txt {
    position: absolute;
    right: 0;
    bottom: 5px; }
    .mdl-row-archiv .sbmdl-link-abs:hover, .mdl-row-archiv .js-collapse-txt:hover {
      color: #444; }

.js-collapse-txt {
  color: #5f040d;
  font-weight: 700;
  text-align: right; }

.mdl-member-hlt {
  position: relative;
  background-color: #f5dade;
  border-top: solid 20px #fff; }
  .mdl-member-hlt .mdl-col-100 {
    border-bottom: 10px solid #fff;
    margin-bottom: -10px; }

.mdl-memberSymbol-container {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 0px;
  left: 10px;
  text-align: center; }
  .mdl-memberSymbol-container i {
    top: 0;
    margin-right: 2px;
    font-size: 12px;
    color: #5F040D; }
  .mdl-memberSymbol-container p {
    font-size: 12px;
    color: #666;
    font-weight: 700;
    left: -4px;
    position: relative;
    top: -18px;
    width: 210px; }

.mdl-row-member .mdl-col-100,
.mdl-row-archiv .mdl-col-100 {
  margin-top: 10px; }

.mdl-row-member:first-of-type {
  padding-top: 0; }

.mdl-row-member.mdl-member-hlt:first-of-type {
  padding-top: 10px; }

.mdl-row-member {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b1b1b1;
  /*
  a {
      position: absolute;
      left: 0;
      bottom: 0;
      &:hover {
          color: $hover-color-04;
      }
  }
  */ }
  .mdl-row-member:last-of-type {
    border-bottom: none; }
  .mdl-row-member.sbmdl-section-news {
    border-bottom: none;
    border-top: solid 1px #b1b1b1;
    padding-top: 10px; }
  .mdl-row-member h4 {
    color: #5f040d; }
  .mdl-row-member h4, .mdl-row-member p, .mdl-row-member a {
    font-size: 11px; }
  .mdl-row-member p {
    padding: 0; }
  .mdl-row-member a {
    text-decoration: none; }
    .mdl-row-member a strong:hover {
      color: #444; }
  .mdl-row-member .sbmdl-link-abs {
    position: absolute;
    right: 10px;
    bottom: 0; }
  .mdl-row-member .sbmdl-link-abs-2 {
    position: absolute;
    right: 5px;
    bottom: -75px; }
  .mdl-row-member strong {
    color: #5f040d; }

.mdl-col-20 {
  min-height: 75px;
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative; }

.mdl-col-40 {
  min-height: 75px;
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative; }

.mdl-col-80 {
  width: 80%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative; }

.mdl-col-100 {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 10px 20px 8px;
  position: relative;
  text-align: center; }
  .mdl-col-100 p {
    font-size: 11px; }

.mdl-col-top-info {
  padding: 10px 20px 8px;
  margin-bottom: 20px; }
  .mdl-col-top-info p {
    font-size: 12px; }
  .mdl-col-top-info .sbmdl-hide-btn {
    font-weight: 700;
    color: #5f040d; }
    .mdl-col-top-info .sbmdl-hide-btn:hover {
      color: #444; }

.mdl-slider-controls {
  position: absolute;
  width: 300px;
  top: 0px; }
  .mdl-slider-controls .sbmdl-control-left,
  .mdl-slider-controls .sbmdl-control-right {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background-color: rgba(124, 124, 124, 0.4);
    transition: background-color 0.2s;
    position: absolute;
    top: 82px;
    padding: 3px 8px;
    font-size: 26px;
    color: #fff; }
    .mdl-slider-controls .sbmdl-control-left:hover,
    .mdl-slider-controls .sbmdl-control-right:hover {
      background-color: rgba(160, 160, 160, 0.7);
      transition: background-color 0.2s; }
  .mdl-slider-controls .sbmdl-control-left {
    left: 0;
    text-align: left; }
  .mdl-slider-controls .sbmdl-control-right {
    right: 0;
    text-align: right; }

.mdl-row-member-info {
  margin-bottom: 20px;
  margin-top: 20px; }
  .mdl-row-member-info a {
    text-decoration: none; }
  .mdl-row-member-info .sbmdl-col-left, .mdl-row-member-info .sbmdl-col-right, .mdl-row-member-info .sbmdl-col-img {
    float: left;
    font-size: 12px; }
    .mdl-row-member-info .sbmdl-col-left span, .mdl-row-member-info .sbmdl-col-right span, .mdl-row-member-info .sbmdl-col-img span {
      display: inline-block;
      height: 20px;
      max-width: 210px;
      overflow: hidden;
      position: absolute;
      left: 180px; }
      .mdl-row-member-info .sbmdl-col-left span.stl-clr-01, .mdl-row-member-info .sbmdl-col-right span.stl-clr-01, .mdl-row-member-info .sbmdl-col-img span.stl-clr-01 {
        position: inherit;
        left: 0; }
      .mdl-row-member-info .sbmdl-col-left span.stl-clr-02, .mdl-row-member-info .sbmdl-col-right span.stl-clr-02, .mdl-row-member-info .sbmdl-col-img span.stl-clr-02 {
        position: inherit;
        left: 0; }
  .mdl-row-member-info .sbmdl-col-left {
    width: 290px;
    padding-right: 20px;
    box-sizing: border-box; }
    .mdl-row-member-info .sbmdl-col-left span {
      position: absolute;
      left: 50px; }
      .mdl-row-member-info .sbmdl-col-left span.stl-clr-01 {
        position: inherit;
        left: 0; }
      .mdl-row-member-info .sbmdl-col-left span.stl-clr-02 {
        position: inherit;
        left: 0; }
  .mdl-row-member-info .sbmdl-col-right {
    width: 310px;
    padding-right: 20px;
    box-sizing: border-box; }
  .mdl-row-member-info .sbmdl-col-img-slider {
    position: relative;
    float: left;
    overflow: hidden;
    width: 300px;
    height: 200px;
    background-color: #ECECEC;
    margin: 0 0 20px 20px; }
    .mdl-row-member-info .sbmdl-col-img-slider.first-element {
      margin-right: 20px;
      margin-left: 0px; }
    .mdl-row-member-info .sbmdl-col-img-slider .sbmdl-slider-container {
      position: relative; }
      .mdl-row-member-info .sbmdl-col-img-slider .sbmdl-slider-container i {
        color: #fff;
        font-size: 80px;
        left: 104px;
        position: absolute;
        top: 60px; }
    .mdl-row-member-info .sbmdl-col-img-slider img {
      margin: 0 auto;
      display: none;
      max-width: 300px;
      max-height: 200px; }
      .mdl-row-member-info .sbmdl-col-img-slider img.active {
        display: block; }
  .mdl-row-member-info p {
    position: relative;
    margin-bottom: 5px; }

.mdl-aside-teaser {
  padding: 2px 10px;
  margin-bottom: 4px; }
  .mdl-aside-teaser p {
    font-size: 15px; }

.mdl-aside-link {
  margin-bottom: 10px;
  padding: 2px 10px; }
  .mdl-aside-link a {
    text-decoration: none;
    font-size: 0.8em; }

.mdl-iframe-gmaps {
  margin-bottom: 20px; }

.mdl-press-link {
  padding: 0 10px 10px;
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 20px; }
  .mdl-press-link p {
    font-size: 12px;
    position: relative;
    width: 100%;
    font-weight: 700; }
  .mdl-press-link a {
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    font-weight: 600; }
    .mdl-press-link a:hover {
      font-weight: 700;
      letter-spacing: -0.02em;
      color: #5f040d; }
  .mdl-press-link span {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 1px; }

.mdl-press-link-count {
  padding: 10px 10px;
  border-bottom: 1px solid #b1b1b1;
  border-top: 1px solid #b1b1b1;
  margin-bottom: 20px;
  font-size: 14px; }

.mdl-img-gallery {
  height: 400px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 600px;
  background-color: #ececec; }
  .mdl-img-gallery img {
    display: none;
    margin: 0 auto;
    max-height: 400px;
    top: 0; }
    .mdl-img-gallery img.active {
      display: block; }

.mdl-gallery-thumb-row {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  height: 80px;
  width: 100%; }
  .mdl-gallery-thumb-row .sbmdl-btn-skip-left,
  .mdl-gallery-thumb-row .sbmdl-btn-skip-right {
    z-index: 100;
    width: 25px;
    height: 60px;
    position: absolute;
    background-color: #fff;
    top: 10px;
    color: #666; }
    .mdl-gallery-thumb-row .sbmdl-btn-skip-left:hover,
    .mdl-gallery-thumb-row .sbmdl-btn-skip-right:hover {
      color: #000; }
    .mdl-gallery-thumb-row .sbmdl-btn-skip-left i,
    .mdl-gallery-thumb-row .sbmdl-btn-skip-right i {
      font-size: 30px;
      margin-top: 14px; }
  .mdl-gallery-thumb-row .sbmdl-btn-skip-right {
    left: 575px; }

/* Hier muss später zwischen <= 6 oder mehr Bildern unterschieden werden
    dann: width vergrößern,
    und text-align: auf center stellen.
    später noch die control pfeile bauen...
*/
.mdl-gallery-thumb-container {
  height: 60px;
  margin: 10px 0;
  width: 2000px;
  position: absolute;
  left: 30px;
  text-align: left; }
  .mdl-gallery-thumb-container .sbmdl-gallery-thumb {
    width: 80px;
    height: 60px;
    margin: 0 5px;
    display: inline;
    position: relative;
    border: solid 3px #fff;
    box-sizing: border-box;
    transition: border-width 0.2s; }
    .mdl-gallery-thumb-container .sbmdl-gallery-thumb:hover {
      border: solid 0px #fff;
      transition: border-width 0.1s; }

.mdl-galery-thumb {
  width: 80px;
  height: 60px;
  margin-left: 10px;
  display: inline; }

.mdl-formfield-01 {
  position: relative;
  margin: 20px 0;
  min-height: 360px; }
  .mdl-formfield-01 .sbmdl-form-left {
    padding-left: 10px;
    padding-top: 15px; }
  .mdl-formfield-01 h1, .mdl-formfield-01 h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #5f040d;
    color: #222;
    font-size: 16px;
    padding: 4px 10px 4px;
    font-weight: 300; }
  .mdl-formfield-01 a, .mdl-formfield-01 label, .mdl-formfield-01 p {
    font-size: 12px; }
  .mdl-formfield-01 a {
    display: block;
    margin-bottom: 10px; }
  .mdl-formfield-01 input, .mdl-formfield-01 label {
    display: block; }
  .mdl-formfield-01 input,
  .mdl-formfield-01 select {
    border: 1px solid #000;
    padding: 3px;
    margin-bottom: 10px;
    margin-top: 3px; }
  .mdl-formfield-01 input {
    width: 312px; }
  .mdl-formfield-01 select {
    width: 320px; }
  .mdl-formfield-01 .mdl-formGroup-200 {
    display: inline-block; }
    .mdl-formfield-01 .mdl-formGroup-200 input {
      width: 200px; }
  .mdl-formfield-01 .mdl-formGroup-100 {
    display: inline-block; }
    .mdl-formfield-01 .mdl-formGroup-100 input {
      width: 100px; }
  .mdl-formfield-01 input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px; }
  .mdl-formfield-01 label[for="agb2"],
  .mdl-formfield-01 label[for="agb"],
  .mdl-formfield-01 label[for="newsletter"],
  .mdl-formfield-01 label[for="stayOnComputer"] {
    display: inline-block; }
  .mdl-formfield-01 textarea {
    margin-bottom: 10px;
    width: 900px; }
  .mdl-formfield-01 #captcha {
    border: solid 1px #000;
    margin-bottom: 10px; }
  .mdl-formfield-01 button {
    background-color: #5f040d;
    border: solid 1px #000;
    color: #fff;
    padding: 5px;
    margin-top: 20px;
    border: 1px solid #fff; }
  .mdl-formfield-01 .sbmdl-row-checkbox input, .mdl-formfield-01 .sbmdl-row-checkbox label {
    display: inline6; }
  .mdl-formfield-01 .sbmdl-row-checkbox input {
    width: 30px; }

.mdl-error-box {
  color: #000;
  font-size: 13px;
  width: 460px;
  border: solid 1px #f00; }
  .mdl-error-box ul {
    padding-left: 20px;
    margin: 10px 0; }

.mdl-registry-box {
  padding: 15px 10px 20px;
  min-height: 370px; }

.mdl-login-box {
  position: absolute;
  right: 10px;
  top: 82px;
  width: 400px;
  padding: 10px 20px 20px;
  background-color: #cecece; }

.mdl-partner-row {
  padding: 20px 0 20px;
  width: 100%;
  margin-left: 10px;
  border-bottom: solid 1px #b1b1b1; }
  .mdl-partner-row p, .mdl-partner-row h4, .mdl-partner-row a {
    font-size: 12px; }
  .mdl-partner-row .sbmdl-col-left, .mdl-partner-row sbmdl-col-right {
    float: left; }
  .mdl-partner-row .sbmdl-col-left {
    width: 300px; }
  .mdl-partner-row .sbmdl-col-right {
    width: 300px;
    margin-left: 400px; }
    .mdl-partner-row .sbmdl-col-right img {
      background: none;
      display: block;
      margin: 0 auto;
      max-width: 180px;
      max-height: 100px; }

.mdl-hvv-logo {
  height: 10px;
  width: 44px;
  position: relative;
  top: 1px;
  left: -2px; }

.mdl-pulse-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px; }

@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.fa-spinner {
  animation: rotation 2s infinite steps(8); }

.mdl-google-search {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 40px;
  display: none;
  overflow: hidden; }

.gsc-input-box {
  overflow: hidden; }

#___gcse_0 {
  border: solid 1px #333;
  width: 600px; }

.mdl-init-searchBar {
  height: 39px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 30px; }
  .mdl-init-searchBar i {
    font-size: 16px;
    position: relative;
    top: 6px;
    left: 5px; }

.mdl-btn-scroll-top {
  position: fixed;
  bottom: 0;
  width: 1110px;
  text-align: right;
  padding-bottom: 10px; }
  .mdl-btn-scroll-top .sbmdl-control {
    display: inline-block;
    right: 0;
    background-color: #fff;
    text-align: left;
    padding: 5px 10px; }
  .mdl-btn-scroll-top i {
    margin-right: 5px;
    font-size: 18px; }
  .mdl-btn-scroll-top p {
    font-size: 14px;
    font-weight: 500;
    color: #333; }

.mdl-row-collapse img {
  max-width: 580px;
  margin: 20px 0; }

.mdl-img-descr {
  position: relative;
  top: -15px; }

.mdl-col-80 .mdl-article-text h3 {
  padding-left: 0; }
.mdl-col-80 .mdl-article-text p {
  margin-bottom: 35px; }
  .mdl-col-80 .mdl-article-text p.js-collapse-txt {
    margin-bottom: 0; }

/********* Sub-Footer **********/
.mdl-sub-footer {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  left: -20px;
  padding: 17px 20px 5px;
  position: relative;
  top: 20px;
  width: 920px;
  z-index: 500; }
  .mdl-sub-footer ul.sbmdl-branches, .mdl-sub-footer ul.sbmdl-portal {
    font-size: 12px;
    text-decoration: none;
    list-style: none;
    display: block;
    position: relative;
    width: 920px;
    height: 120px; }
    .mdl-sub-footer ul.sbmdl-branches li, .mdl-sub-footer ul.sbmdl-portal li {
      position: absolute;
      width: 33.33%;
      display: block;
      height: 50px;
      text-align: left; }
      .mdl-sub-footer ul.sbmdl-branches li a, .mdl-sub-footer ul.sbmdl-portal li a {
        text-decoration: none;
        color: #333;
        font-weight: 400; }
  .mdl-sub-footer ul.sbmdl-branches {
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 10px; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(1),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(2),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(3),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(4) {
      left: 0%; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(5),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(6),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(7),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(8) {
      left: 250px; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(9),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(10),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(11),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(12) {
      left: 500px; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(13),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(14),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(15),
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(16) {
      left: 750px; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(4n+1) {
      top: 0px; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(4n+2) {
      top: 30px; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(4n+3) {
      top: 60px; }
    .mdl-sub-footer ul.sbmdl-branches li:nth-of-type(4n+4) {
      top: 90px; }
  .mdl-sub-footer ul.sbmdl-portal li > a {
    color: #333;
    font-weight: 400; }
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(1),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(2),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(3),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(4) {
    left: 0%; }
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(5),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(6),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(7) {
    left: 250px; }
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(8),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(9) {
    left: 500px; }
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(1),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(5),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(8) {
    top: 0px; }
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(2),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(6),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(9) {
    top: 30px; }
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(3),
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(7) {
    top: 60px; }
  .mdl-sub-footer ul.sbmdl-portal li:nth-of-type(4) {
    top: 90px; }

/*# sourceMappingURL=style.css.map */
