@charset "UTF-8";
/* CSS Document */
/* miIconFont */
@import url("/css/fonts.css");
@font-face {
  font-family: 'miiconfont';
  src: url("../fonts/miiconfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/miiconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/miiconfont.woff") format("woff"), url("../fonts/miiconfont.ttf") format("truetype"), url("../fonts/miiconfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/* Partials */
.boxed {
  background-color: #fff; }

/*-------------------------------------------------------------------*/
/* Megamenu */
/*-------------------------------------------------------------------*/
.megamenu {
  padding: 15px 0 0 0 !important;
  background-color: #f2f2f2;
  border: solid 1px #f0f0f0;
  color: #333;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45); }

.dropdown-megamenu {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent !important; }

.megamenu-section {
  margin-bottom: 15px; }

.megamenu .megamenu-title {
  margin-top: 0;
  margin-bottom: 5px; }

.megamenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside; }

.megamenu li {
  margin: 0;
  padding: 0; }

.megamenu li a {
  margin: 0;
  padding: 0;
  color: #333 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12.5px;
  transition: all .15s ease; }

.megamenu li a:hover,
.megamenu li a:focus {
  color: #0099da !important;
  background-color: transparent;
  text-decoration: none; }

/*------------------*/
.registrierungsBlock p 
{
    margin: 0 0 0 0;
}

.rechnungsadresse p
{
    margin: 0 0 0 0;
}

table.showadr
{
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
    width: auto;
}

table.showadr tr
{
    border: 0;
}

table.showadr td
{
    padding: 0 5px 0 0;
}

table.showadr td.ar
{
    text-align: right;
}

label.smallText
{
  font-size: 11px;
  font-weight: normal;
  margin: 0px;
}

.wrap-primary-plan {
  background-image: url("../img/plan.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #fff; }

#primary-plan {
  font-family: "Muli";
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  margin: 20px auto;
  display: block; }

#primary-plan h1 {
  font-family: "Muli";
  font-weight: 300;
  font-size: 2.6em;
  color: #fff; }

.wrap-pointers {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAE0lEQVQIW2NkYGD4D8SMjEACDAAOKQEDKKNmJgAAAABJRU5ErkJggg==) repeat; }

.content-box-trans {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 0 !important; }

#subscribe-plan {
  max-width: 484px;
  margin: 40px auto 80px auto; }

#subscribe-plan input {
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.44);
  color: #fff;
  height: 42px;
  border-radius: 0;
  font-size: 16px;
  border-right: 0; }

#subscribe-plan input:focus {
  box-shadow: 0px 0px 3px 0px #ffffff; }

#subscribe-plan .btn {
  background: rgba(255, 255, 255, 0);
  height: 42px;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  border: solid 1px rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #ddd;
  border-radius: 0;
  padding: 0px 25px;
  z-index: 2; }

#subscribe-plan .btn:hover,
#subscribe-plan .btn:focus {
  text-shadow: 0px 0px 1px #ffffff; }

#subscribe-plan .btn:active {
  background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, #000000));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, #000000 100%); }

#subscribe-plan .lead-lg {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px; }

/*-------------------------------------------------------------------*/
/* Vertical Tabs */
/*-------------------------------------------------------------------*/
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px; }

.tabs-left {
  border-right: 1px solid #ddd; }

.tabs-right {
  border-left: 1px solid #ddd; }

.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent; }

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block; }

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0; }

.sideways {
  margin-top: 50px;
  border: none;
  position: relative; }

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px; }

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px; }

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd; }

.sideways.tabs-left {
  left: -50px; }

.sideways.tabs-right {
  right: -50px; }

.sideways.tabs-right > li {
  transform: rotate(90deg); }

.sideways.tabs-left > li {
  transform: rotate(-90deg); }

.tabs-left-ar > li {
  margin-bottom: 0; }

.tabs-left-ar > li > a,
.tabs-left-ar > li.active > a {
  border-radius: 0;
  background-color: #f9f9f9;
  border-left: solid 3px #ccc; }

.vertical-tabs-left,
.vertical-tabs-right {
  display: table;
  background-color: #fafafa;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd; }

.vertical-tabs-left {
  border-right: solid 1px #ddd; }

.vertical-tabs-right {
  border-left: solid 1px #ddd; }

.vertical-tab-list {
  display: table-cell;
  min-width: 150px;
  vertical-align: top; }

.vertical-tabs-right .vertical-tab-list {
  border-right: solid 3px #ddd;
  border-left: solid 1px #ddd; }

.vertical-tabs-left .vertical-tab-list {
  border-left: solid 3px #ddd;
  border-right: solid 1px #ddd; }

.vertical-tabs-right .vertical-tab-list ul.nav > li > a {
  border-right: solid 3px #ddd;
  margin-right: -3px;
  color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px; }

.vertical-tabs-left .vertical-tab-list ul.nav > li > a {
  border-left: solid 3px #ddd;
  margin-left: -3px;
  color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px; }

.vertical-tabs-right .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li > a:focus {
  border-right: solid 3px #999;
  background-color: #f1f1f1; }

.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-right .vertical-tab-list ul.nav > li.active > a:focus {
  border-right: solid 3px #0099da;
  background-color: #f1f1f1; }

.vertical-tabs-left .vertical-tab-list ul.nav > li > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li > a:focus {
  border-left: solid 3px #999;
  background-color: #f1f1f1; }

.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:hover,
.vertical-tabs-left .vertical-tab-list ul.nav > li.active > a:focus {
  border-left: solid 3px #0099da;
  background-color: #f1f1f1; }

.vertical-tabs-left .tab-content,
.vertical-tabs-right .tab-content {
  display: table-cell;
  padding: 20px; }

/*-------------------------------------------------------------------*/
/* wrap-polygon */
/*-------------------------------------------------------------------*/
.overlay {
  z-index: 2;
  background-color: #fff;
  position: relative;
  padding-top: 40px;
  border-top: solid 1px #ddd; }

.wrap-polygons {
  background-image: url("../img/back_polygons.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd; }

.wrap-polygons.ar-intro-product {
  border: none;
  padding-bottom: 0; }

.wrap-polygons.ar-intro-product h1 {
  font-size: 2.9em; }

.wrap-polygons.ar-intro-product .lead {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 160%; }

.wrap-polygons.ar-intro-product .social-icons {
  margin: 10px 0; }

.wrap-polygons.ar-intro-product .btn-polygon {
  margin: 15px 0; }

.wrap-polygons.ar-intro-product .btn-polygon .btn {
  margin: 0 5px; }

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px; }

.yamm .yamm-content {
  padding: 0; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

.col-megamenu {
  border-right: solid 1px #ddd;
  padding: 0; }

.col-megamenu::last-child {
  border: 0; }

.yamm-content .row {
  margin: 0; }

.megamenu-block .megamenu-block-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #0099da;
  font-size: 16px;
  padding: 15px 20px 10px 20px;
  text-transform: uppercase; }

.megamenu-block .megamenu-block-title i {
  margin-right: 5px; }

.megamenu-block ul {
  margin: 0;
  padding: 0; }

.megamenu-block ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style-position: outside; }

.megamenu-block ul li a {
  padding: 2px 20px;
  font-size: 13px;
  display: block;
  color: #333; }

.megamenu-block ul li a i {
  margin-right: 5px; }

.megamenu-block ul li a:hover {
  text-decoration: none; }

.navbar-dark .megamenu-block-title,
.navbar-inverse .megamenu-block-title {
  color: #f2f2f2; }

.navbar-dark .col-megamenu,
.navbar-inverse .col-megamenu {
  border-right: solid 1px #555; }

/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com, uifaces.com/authorized
Image placeholders: placemi.com
*/
#t-cards {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #345; }

/********************************/
/*          Panel cards         */
/********************************/
.panel.panel-card {
  position: relative;
  height: 241px;
  border: solid 1px #ddd;
  overflow: hidden; }

.panel.panel-card .panel-heading {
  position: relative;
  z-index: 2;
  height: 120px;
  border-bottom-color: #fff;
  overflow: hidden;
  transition: height 600ms ease-in-out; }

.panel.panel-card .panel-heading img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 120%;
  transform: translate3d(-50%, -50%, 0); }

.panel.panel-card .panel-heading button {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 3; }

.panel.panel-card .panel-header {
  margin: 10px 0; }

.panel.panel-card .panel-figure {
  position: absolute;
  top: auto;
  left: 50%;
  z-index: 3;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0 0 0 3px #fff;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 400ms ease-in-out; }

.panel.panel-card .panel-body {
  padding-top: 40px;
  padding-bottom: 20px;
  transition: padding 400ms ease-in-out; }

.panel.panel-card .panel-thumbnails {
  padding: 0 15px 20px; }

.panel-thumbnails .thumbnail {
  width: 60px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff; }

.panel.panel-card:hover .panel-heading {
  height: 55px;
  transition: height 400ms ease-in-out; }

.panel.panel-card:hover .panel-figure {
  opacity: 0;
  transition: opacity 400ms ease-in-out; }

.panel.panel-card:hover .panel-body {
  padding-top: 20px;
  transition: padding 400ms ease-in-out; }

.max-width-500 {
  max-width: 500px; }

.ar-nav-pills {
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  margin-bottom: 30px; }

.ar-nav-pills li {
  border-left: solid 1px #ddd; }

.ar-nav-pills li a .fa {
  margin-right: 5px;
  font-size: 1.1em; }

.ar-nav-pills li.active a,
.ar-nav-pills li.active a:focus,
.ar-nav-pills li.active a:hover {
  background-color: #0099da; }

.ar-nav-pills li:first-child {
  border-left: none; }

@media (max-width: 767px) {
  .ar-nav-pills {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    margin-bottom: 30px; }

  .ar-nav-pills li {
    border-left: none;
    margin: 0 !important;
    margin-bottom: -5px !important; } }
.hand-list {
  margin-top: 20px; }

.hand-list li {
  margin-bottom: 40px; }

/*-------------------------------------------------------------------*/
/* Lead Pages */
/*-------------------------------------------------------------------*/
.navbar-transparent {
  height: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: solid 1px #474747; }

.navbar-transparent .navbar-header {
  margin-top: 10px; }

.navbar-transparent .navbar-nav > li > a {
  padding-top: 28px;
  padding-bottom: 22px; }

.navbar-transparent .navbar-nav > li > a:after {
  top: 30px; }

.navbar-transparent .navbar-nav .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9); }

.navbar-transparent.navbar-dark {
  background-color: rgba(0, 0, 0, 0.4); }

.navbar-transparent.navbar-dark .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9); }

.navbar-transparent.navbar-light {
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: solid 1px #f0f0f0; }

.navbar-transparent.navbar-light .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95); }

.navbar-transparent.navbar-inverse {
  background-color: rgba(0, 153, 218, 0.6); }

.navbar-transparent.navbar-inverse .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9); }

@media (min-width: 991px) {
  .navbar-transparent .navbar-nav > li > a {
    text-transform: uppercase; } }
.road-splash {
  background-image: url("../img/back_lead5.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 80px; }

.road-splash h1,
.road-splash h2,
.road-splash h3,
.road-splash h4,
.road-splash h5,
.road-splash h6 {
  color: #cdff76; }

.road-splash .download-zone {
  margin-top: 20px; }

.road-splash .download-zone h2 {
  color: #fff;
  font-size: 2.8em;
  line-height: 1;
  padding-top: 0;
  margin-top: 0; }

.road-splash .download-zone .other-platforms {
  font-size: 12px;
  color: #cdff76;
  padding-top: 5px; }

.road-splash .download-zone .btn-transparent {
  border-radius: 0;
  display: table;
  max-width: 240px; }

.road-splash .download-zone .btn-transparent i {
  display: table-cell;
  font-size: 2em;
  padding-right: 20px;
  vertical-align: middle; }

.road-splash .download-zone .btn-transparent span {
  display: table-cell;
  vertical-align: top;
  font-size: 26px;
  text-align: left; }

.road-splash .download-zone .btn-transparent span small {
  display: block;
  font-size: 12px; }

.splash-title {
  font-family: 'Oswald';
  font-weight: bold;
  font-size: 4em;
  color: #fff !important;
  text-shadow: 3px 4px #000; }

.splash-title span {
  color: #0099da; }

.splash-lead {
  line-height: 1.4em;
  font-weight: 300;
  text-shadow: 1px 2px 1px #000;
  font-size: 1.8em;
  max-width: 720px;
  margin: 20px auto; }

.splash-lead span {
  color: #cdff76; }

.splash-content {
  position: relative;
  z-index: 1;
  background-color: #fff; }

#splash-footer {
  position: absolute;
  bottom: 10px;
  left: 48%;
  background-color: rgba(0, 153, 218, 0.6);
  border-radius: 100px; }

#splash-footer:hover {
  background-color: #0099da; }

#splash-footer i {
  font-size: 32px;
  padding: 10px; }

@media (max-height: 768px) {
  #splash-page #splash-intro .container {
    padding-top: 50px; }

  #splash-page #splash-content {
    padding-top: 80px; } }
@media (min-width: 1200px) {
  .road-splash .splash-lead {
    font-size: 2em;
    line-height: 1.4em; }

  .road-splash p {
    font-size: 1.3em;
    margin-bottom: 15px;
    line-height: 1.6em;
    font-weight: 300; }

  .road-splash .download-zone .other-platforms {
    font-size: 18px;
    padding-top: 5px;
    margin-top: 40px; } }
@media (max-width: 991px) {
  .download-zone {
    text-align: center;
    margin: 0 auto; }

  .download-zone a.btn {
    max-width: none; } }
.animated.animated-fast {
  animation-duration: 0.25s;
  animation-fill-mode: both; }

/* CSS Document */
#toggle-menu {
  display: block;
  width: 50px;
  height: 50px;
  padding: 17px;
  cursor: pointer;
  margin: 0;
  float: right; }

#toggle-menu div {
  width: 17px;
  height: 17px;
  position: relative; }

#toggle-menu span {
  display: block;
  width: 15px;
  height: 3px;
  background: #333;
  position: absolute;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

#toggle-menu span.top {
  top: 0px; }

#toggle-menu span.middle {
  top: 6px; }

#toggle-menu span.bottom {
  top: 12px; }

#toggle-menu.toggle-menu-visible span.top {
  -webkit-animation: inTop 0.8s forwards;
  -moz-animation: inTop 0.8s forwards;
  animation: inTop 0.8s forwards; }

#toggle-menu.toggle-menu-visible span.middle {
  -webkit-animation: inMiddle 0.8s forwards;
  -moz-animation: inMiddle 0.8s forwards;
  animation: inMiddle 0.8s forwards; }

#toggle-menu.toggle-menu-visible span.bottom {
  -webkit-animation: inBottom 0.8s forwards;
  -moz-animation: inBottom 0.8s forwards;
  animation: inBottom 0.8s forwards; }

#toggle-menu.toggle-menu-hidden span.top {
  -webkit-animation: outTop 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outTop 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outTop 0.8s backwards;
  animation-direction: reverse; }

#toggle-menu.toggle-menu-hidden span.middle {
  -webkit-animation: outMiddle 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outMiddle 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outMiddle 0.8s backwards;
  animation-direction: reverse; }

#toggle-menu.toggle-menu-hidden span.bottom {
  -webkit-animation: outBottom 0.8s backwards;
  -webkit-animation-direction: reverse;
  -moz-animation: outBottom 0.8s backwards;
  -moz-animation-direction: reverse;
  animation: outBottom 0.8s backwards;
  animation-direction: reverse; }

@-webkit-keyframes inMiddle {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@-moz-keyframes inMiddle {
  50% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(45deg); } }
@keyframes inMiddle {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outMiddle {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@-moz-keyframes outMiddle {
  50% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(45deg); } }
@keyframes outMiddle {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes inTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes inTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
@-webkit-keyframes outTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes outTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes outTop {
  0% {
    top: 0; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
@-webkit-keyframes inBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes inBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes inBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
@-webkit-keyframes outBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -webkit-transform: rotate(0deg); }
  100% {
    top: 6px;
    -webkit-transform: rotate(135deg); } }
@-moz-keyframes outBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    -moz-transform: rotate(0deg); }
  100% {
    top: 6px;
    -moz-transform: rotate(135deg); } }
@keyframes outBottom {
  0% {
    top: 12px; }
  50% {
    top: 6px;
    transform: rotate(0deg); }
  100% {
    top: 6px;
    transform: rotate(135deg); } }
/* CSS Document */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;*/
  color: #444;
  overflow: hidden; }

a, a:visited, button.link, button.link:visited {
  color: #c95500;
  transition: color .3s ease-in-out;
  text-decoration: none; }

button.link, button.link:visited {
  background: none;
  border: none;
  padding: 0; }

b, strong {
  font-weight: 600; }

a:hover, button.link:hover {
  color: #444;
  text-decoration: none; }

a:focus, button.link:focus {
  color: #444;
  text-decoration: none; }

.panel.panel-primary {
  background-color: transparent; }

ul, ol {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none; }

ol {
  counter-reset: item;
  margin: 0;
  list-style: none;
  padding: 0px;
  color: #444; }

ol li {
  counter-increment: item;
  color: #444; }

ol li:before {
  content: counter(item);
  color: #c95500;
  margin-right: 10px;
  content: counter(item);
  width: 14px;
  display: inline-block;
  float: left; }

.sb-site-container {
  margin-top: 50px;
  transition: margin .5s ease-in-out;
  /*background-color: #ededed;*/
  background: #fefefe;
  background: -moz-radial-gradient(center, ellipse cover, #fefefe 0%, #adadad 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fefefe), color-stop(100%, #adadad));
  background: -webkit-radial-gradient(center, ellipse cover, #fefefe 0%, #adadad 100%);
  background: -o-radial-gradient(center, ellipse cover, #fefefe 0%, #adadad 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fefefe 0%, #adadad 100%);
  background: radial-gradient(ellipse at center, #fefefe 0%, #adadad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#adadad', GradientType=1 );
  min-height: 0vh; }

.boxed {
  background-color: #fff; }

h1, h2, h3, h4, h5, h6, .pseudoH1, .pseudoH2, .pseudoH3, .pseudoH4, .pseudoH5, .pseudoH6 {
  font-weight: 400;
  line-height: 120%;
  color: #333;
  margin: 20px 0 17px 0; }

h1, .pseudoH1 {
  font-size: 22px;
  font-weight: 400; }

h2, .pseudoH2 {
  font-size: 17px;
  font-weight: 500; }

h3, .pseudoH3 {
  font-size: 15px;
  font-weight: 600; }

h4, .pseudoH4 {
  font-size: 14px;
  font-weight: 700; }

h5, .pseudoH5 {
  font-size: 14px;
  font-weight: 500; }

h6, .pseudoH6 {
  font-size: 14px;
  font-weight: 400; }

.pageHeadline {
  margin: 10px 15px; }

header .container {
  background-color: #fff; }

header .top-nav-social, header .top-nav .dropdown a {
  background-color: #fff;
  box-shadow: none;
  border: none; }

/* header icons*/
header .top-nav .dropdown a i {
  font-size: 1.5em; }

#header.navbar {
  min-height: 33px !important;
  background-color: #eee;
  border: 0 !important;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-bottom: 0; }

#header.navbar-collapse {
  background-color: #eee; }

#header.navbar .dropdown a {
  margin-top: 0;
  padding: 0 6px 0 7px;
  line-height: 34px;
  color: #333;
  letter-spacing: .5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color .3s ease-in-out; }

/* Home-Icon */
#header.navbar .dropdown:first-child a {
  margin-top: 0;
  padding: 0 3px 0 11px;
  line-height: 34px;
  color: #333;
  letter-spacing: .5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color .3s ease-in-out; }

#header.navbar .dropdown > a:hover, #header.navbar .dropdown.open > a {
  background-color: #fff !important;
  background-image: none; }

#header.navbar .dropdown > a:active, #header.navbar .dropdown > a:focus {
  background-color: transparent;
  background-image: none; }

#header.navbar .dropdown.active > a, #header.navbar .dropdown.open > a {
  /*background-color:#ccc !important;*/
  background-color: #fff !important;
  background-image: none; }

#header.navbar .dropdown.active.open > a {
  background-color: #fff !important; }

#header.navbar .dropdown.open > a {
  background-color: #fff !important; }

#header.navbar .dropdown-menu a {
  background-color: #fff !important;
  transition: background-color .3s ease-in-out;
  text-decoration: none !important;
  line-height: 30px; }

#header.navbar .dropdown-menu a:hover {
  /*opacity:.6;*/
  background-color: #eee !important; }

#header.navbar .dropdown a i {
  color: #c95500;
  font-size: 13px;
  margin: 10px 2px 0 0;
  display: block;
  float: left; }

.dropdown-menu li a .label {
  position: absolute;
  right: 10px;
  top: 8px; }

.dropdown-menu li a .label.label-success {
  background-color: #5cb85c; }

.dropdown-menu li a:hover .label {
  background-color: #c95500;
  color: #fff; }

#header h4.megamenu-block-title {
  color: #999;
  font-size: 13px;
  font-weight: 400; }

#header .megamenu-block-title i {
  color: #c95500; }

#header.navbar .dropdown-menu a:before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f061 ";
  color: #c95500;
  margin: 0 7px 0 14px; }

#header.navbar .dropdown a::after {
  top: 0;
  right: 0;
  content: ""; }

#header .dropdown-menu {
  border: 0;
  border-bottom: 1px solid #eee; }

.dropdown-menu {
  padding: 0;
  min-width: 167px;
  border-radius: 0;
  z-index: 9999 !important;
  margin-top: 0px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5; }

.dropdown-menu li a {
  position: relative; }

.dropdown-menu li a {
  text-transform: none !important;
  font-size: 13.5px !important; }

.dropdown-menu .col-megamenu {
  border: 0; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  min-height: 400px; }

.yamm .yamm-content {
  padding-bottom: 40px !important; }

#header-full-top {
  background-image: none; }

.header-full-title {
  height: 70px;
  width: 100%;
  background-image: none;
  padding: 0; }

.header-full-title .milive-logo {
  height: 70px;
  width: 560px;
  background-image: url("../img/midirekt_logo_claim_rechts.svg") !important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-left: 13px;
  float: left;
  cursor: pointer;
  box-sizing: border-box; }

.mobile-header .milive-logo {
  height: 50px;
  width: 220px;
  background-image: url("../img/../img/midirekt_logo_claim_unten.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 0 0 0px;
  float: left;
  margin-left: 15px;
  cursor: pointer; }

.mobile-header .search-icon, .mobile-header .user-icon {
  cursor: pointer;
  font-size: 17.3px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  width: 34px;
  text-align: center;
  color: #333;
  transition: color .3s ease-in-out; }

.mobile-header .user-icon {
  margin-right: 10px; }

.mobile-header .search-icon:hover, .mobile-header .user-icon:hover {
  color: #c95500; }

.mobile-header .search-icon.visible, .mobile-header .user-icon.visible {
  color: #c95500; }

.mobileMenu {
  /*margin-top:50px;*/
  width: 100%;
  /*margin-left:100%;*/
  z-index: 0 !important;
  position: relative;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*border-top:1px solid #ddd;*/
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  /*box-shadow: 0 0px 15px 0px #ccc;*/ }

.mobileMenu .nav-tabs {
  background-color: #ddd;
  border: 0;
  overflow: hidden;
  height: 34px; }

.mobileMenu .nav-tabs i {
  margin-right: 7px;
  color: #c95500; }

.mobileMenu .nav-tabs li a {
  padding: 10px 5px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #333;
  font-size: 11px;
  margin: 0;
  transition: background-color .3s ease-in-out; }

@media (min-width: 321px) {
  .mobileMenu .nav-tabs li a {
    padding: 10px 6px;
    font-size: 13px; } }
.mobileMenu .nav-tabs li a:hover {
  background-color: #eee; }

.mobileMenu .nav-tabs li.hover a, .mobileMenu .nav-tabs li.active a {
  border: 0;
  background-color: #fff; }

.mobileMenu .tab-content {
  border: 0;
  padding: 0;
  overflow-x: hidden;
  /*overflow-y: scroll;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*MAKES OVERFLOWN OBJECTS HAVE INERTIA SCROLLING*/
  -webkit-transform: translateZ(0px);
  /*HELPS THE ABOVE WORK IN IOS5*/ }

.mobileMenu .mobileSearch input[type="text"] {
  border: 0;
  background-color: #eee;
  box-shadow: none;
  color: #333;
  font-size: 14px; }

.mobileMenu .mobileSearch button {
  border: 0;
  background-color: #ddd;
  border-radius: 0;
  height: 34px; }

.mobileMenu .mobileSearch button:active {
  background-color: #eee;
  box-shadow: none; }

.navbar-header {
  margin: 0 !important;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 100000;
  width: 100%;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1); }

/*.navbar-header .navbar-toggle{
    background:transparent !important;  
    height:50px;
    min-width: 13%;
}*/
.navbar-header .navbar-toggle i {
  box-sizing: border-box !important;
  margin: 0 !important; }

.navbar-brand {
  padding: 15px 15px 0 0; }

.mobileMenu {
  display: none; }

.mobileMenu h4 {
  color: #999;
  font-size: 14px;
  margin: 14px 0 0px 0; }

.mobileMenu h4:first-child {
  margin: 7px 0 0px 0; }

.mobileMenu h4 i {
  color: #c95500;
  font-size: 14px;
  margin: 0px 4px 7px 7px; }

.mobileMenu .nav:not(.nav-tabs) {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  min-width: 320px; }

.mobileMenu .nav:not(.nav-tabs) li a {
  color: #333;
  font-size: 14px !important;
  padding: 3px 12px;
  padding-left: 25px;
  transition: background-color .3s ease-in-out; }

.mobileMenu .nav:not(.nav-tabs) li a::before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f061 ";
  color: #c95500;
  margin-right: 7px;
  position: absolute;
  margin-top: 2px;
  left: 8px; }

.mobileMenu .nav:not(.nav-tabs) li .label {
  padding: 7px; }

.mobileMenu .footer-social {
  font-size: 25px;
  padding: 14px 7px 14px;
  text-align: right; }

.mobileMenu .footer-social .abo {
  font-size: 14px;
  padding: 9px 0px 0px 0px;
  text-align: left;
  margin-top: -7px;
  cursor: pointer;
  transition: opacity .3s ease-in-out; }

.mobileMenu .footer-social .abo:hover {
  opacity: .6; }

.mobileMenu .footer-social .abo i {
  color: #c95500;
  margin-right: 1px;
  opacity: 1 !important; }

.mobileMenu hr {
  display: block;
  border-top: 1px solid #ddd;
  margin: 15px 0; }

.mobileMenu.suche label {
  font-weight: normal;
  cursor: pointer; }

.mobileMenu.suche label:first-child {
  margin-top: 10px; }

.mobileMenu.suche input[type="checkbox"] {
  margin: 0 7px 0 15px; }

.searchbar {
  width: 100%;
  background-color: #eee;
  height: 0px;
  overflow: hidden;
  transition: all .3s ease-in-out; }

.searchbar.active {
  height: 50px; }

.searchbar input[type="text"] {
  color: #333;
  background-color: #ddd;
  margin: 10px 0px 10px 10px;
  width: 90%;
  width: calc(100% - 51px);
  height: 30px;
  box-sizing: border-box;
  border: 0;
  padding: 5px 8px;
  border-radius: 3px;
  display: inline-block;
  box-shadow: none; }

.searchbar .searchbutton {
  display: inline-block;
  width: 40px;
  height: 30px;
  cursor: pointer;
  margin: 10px 0;
  float: right;
  transition: all .3s ease-in-out; }

.searchbar .searchbutton:hover {
  opacity: .5; }

.searchbar .searchbutton:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: relative;
  color: #c95500;
  font-size: 20px;
  float: right;
  line-height: 28px;
  margin: 0px 11px 0 0px; }

/* footer */
@media (max-width: 767px) {
  .footersitemap {
    display: none; } }

aside#footer-widgets {
  background-color: transparent; }

aside#footer-widgets, footer {
  border: 0 !important;
  padding: 0; }

.footer-widget-title {
  color: #c95500;
  font-size: 1.1em;
  font-weight: 500; }

hr {
  margin-top: 10px;
  border-color: #ddd;
  clear: both; }

.footer-social {
  font-size: 30px;
  text-align: center; }

.footer-social i {
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-right: 10px; }

.footer-social i:hover {
  opacity: .6; }

.footer-sitemap {
  padding: 0px 15px 15px;
  background-color: #eee; }

.footer-sitemap li a::before {
  content: "\f061 ";
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  margin-right: 7px;
  color: #c95500; }

.lower-footer {
  background-color: #ccc;
  padding-top: 20px; }

#footer-widgets {
  margin-top: 0;
  box-shadow: none;
  color: #666; }

#footer-widgets a {
  color: #333;
  text-decoration: none;
  transition: all .25s ease;
  line-height: 25px; }

#footer-widgets a:hover {
  color: #c95500; }

#footer-widgets .panel-heading a {
  line-height: 40px !important; }

.copyrightline {
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #eee; }
  @media (max-width: 414px) {
    .copyrightline {
      font-size: 12px;
      text-align: left; } }

.footerlogo {
  height: 15px;
  width: 26px;
  background-image: url(../img/mi-footerlogo.png);
  background-size: contain;
  margin: 15px 0;
  position: absolute;
  right: 15px; }

/* Login - Logout*/
/* CSS Document */
/* panels */
.sb-site-container > .boxed > .panel-group .panel, #footer-widgets > .panel-group .panel {
  margin: 0;
  border: 0;
  box-shadow: none; }

#footer-widgets > .panel-group .panel {
  background-color: transparent !important; }

.sb-site-container > .boxed > .panel-group, #footer-widgets > .panel-group {
  padding: 0;
  margin: 0px auto; }

.sb-site-container > .boxed > .panel-group:nth-child(1) {
  padding: 0;
  margin: 0 auto 1px auto; }

#footer-widgets > .panel-group {
  margin: 0 auto; }

#footer-widgets > .panel-group .panel-heading {
  border-bottom: 1px solid #fff; }

.panel-heading i {
  margin-right: -1px !important;
  font-size: 13px !important; }

.panel-heading a {
  font-weight: 400 !important;
  text-decoration: none !important;
  font-size: 14px !important; }
  @media (max-width: 359px) {
    .panel-heading a {
      font-size: 12px !important; } }

.panel-heading-link, .panel-plus-link {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative; }

.panel .panel-heading-link a::after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 1.2em;
  float: right;
  background-color: #333;
  color: #fff;
  padding: 5px 0px;
  margin-top: -5px;
  margin-right: -15px;
  width: 33px;
  text-align: center; }

.panel .panel-heading-link a.collapsed::after {
  content: "\f104"; }

.sb-site-container > .boxed > .panel-group .panel .panel-heading-link a::after, #footer-widgets > .panel-group .panel .panel-heading-link a::after {
  margin: 0;
  padding: 0; }

.sb-site-container > .boxed .panel .panel-heading .title a, #footer-widgets .panel .panel-heading .title a {
  display: block;
  padding: 0 0 0 15px;
  box-sizing: border-box; }

.sb-site-container > .boxed .panel-group .panel .panel-heading {
  background-color: #eee;
  color: #333;
  line-height: 40px !important;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color .3s ease-in-out;
  border-top: 1px solid #fff; }

.sb-site-container > .boxed .panel-group .panel .panel-heading a {
  transition: all .3s ease-in-out;
  color: #333 !important; }

.sb-site-container > .boxed .panel-group .panel .panel-heading:hover a {
  background-color: #ddd !important;
  /*color:$brandColor;*/ }

.sb-site-container > .boxed .panel-group .panel .panel-heading i {
  width: 15px;
  text-align: center; }

.panel .panel-heading-link a::after {
  color: #333; }

.panel-primary .panel-heading-link a::after {
  background-color: transparent !important; }

.hometeaser-header.marginRight {
  margin-right: 15px; }

.contentPanel .content {
  padding: 15px 15px 0 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 0 !important;
  line-height: 22px;
  font-size: 14px; }

.contentPanel .content .panelContent {
  padding: 0px 15px 10px 15px; }

.hometeaser {
  margin-top: 0px; }

@media (min-width: 768px) {
  .hometeaser .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    overflow: hidden; } }
.row .teaserwrapper {
  /*border-left: 1px solid #eee;*/
  /*border-left:1px dashed #ddd;*/
  padding: 0;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  align-self: stretch;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  /*overflow: hidden;*/
  box-sizing: border-box; }

.row .teaserwrapper:nth-child(1) {
  border-left: 0; }

@media (max-width: 767px) {
  .hometeaser .row .teaserwrapper {
    border-left: 0; } }
.container .row .teaser {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  /*width:100%;*/
  /*border-top: 1px solid #eee;*/
  /*border-top:1px dashed #ddd;*/
  padding: 15px 15px 0 15px;
  transition: background-color .3s ease-in-out;
  position: relative;
  min-height: 200px; }

.artikel .row .teaser {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-align-self: stretch;
  align-self: stretch;
  /*width:100%;
  border-top:1px dashed #ddd;*/
  padding: 0px 0 15px 0;
  transition: background-color .3s ease-in-out;
  cursor: pointer;
  position: relative; }

/*@media (max-width: 767px) {
    .artikel .row .teaser{
        padding: 0px;
    }
}*/
.container .row .teaser.ad {
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  padding: 15px 15px 0px 15px;
  min-height: 20px;
  /*padding:0;*/ }

.rightcolumn .teaser.ad {
  padding: 0px !important;
  /*padding:0;*/ }

.container .row .teaser.ad .content {
  padding: 0px;
  margin: 0px;
  /*border-top: 1px solid #ddd;*/
  border: none; }

.container .row .teaser.ad .teasermedia {
  margin: 0; }

.container.fullwidth-banner {
  padding: 15px 15px 15px 15px;
  background: #fff; }

.container.fullwidth-banner img {
  width: 100%;
  height: auto; }

.container .row .teaser:nth-child(1) {
  border-top: none; }

.container .row .teaser:last-child {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .container .row .teaser:nth-child(1) {
    /*border-top:1px solid #eee;*/ }

  .container .row .teaser.themen:nth-child(1) {
    border-top: none; }

  .template-redaktion .container .row .teaserwrapper:nth-child(1) .teaser:nth-child(1) .content {
    /*border-top:none;
    padding-top:0;
    padding-top:15px;*/ } }
/*.hometeaser .row .teaser:hover {
    -webkit-animation: teaserhover 1s 1 alternate ease-in-out;
    -moz-animation: teaserhover 1s 1 alternate ease-in-out;
    -o-animation: teaserhover 1s 1 alternate ease-in-out;
    animation: teaserhover 1s 1 alternate ease-in-out;
}

@-webkit-keyframes teaserhover {
    0% { opacity:1; }
    30% { opacity:.4; }
    100% { opacity:1; }
}

@-moz-keyframes teaserhover {
    0% { opacity:1; }
    30% { opacity:.4; }
    100% { opacity:1; }
}

@-o-keyframes teaserhover {
    0% { opacity:1; }
    30% { opacity:.4; }
    100% { opacity:1; }
}

@keyframes teaserhover {
    0% { opacity:1; }
    30% { opacity:.4; }
    100% { opacity:1; }
}


.container .row .teaser:hover h1, .container .row .teaser:hover h2, .container .row .teaser:hover h4 {
    color:$brandColor;
}
*/
.detail .row .teaser {
  cursor: inherit; }

.detail .row .teaser:hover h1, .detail .row .teaser:hover h2, .detail .row .teaser:hover h4 {
  color: #333; }

.hometeaser .row .teaser h1, .hometeaser .row .teaser h2, .hometeaser .row .teaser h3, .hometeaser .row .teaser h4 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  transition: color .3s ease-in-out;
  clear: both; }

.hometeaser .row .teaser h1 {
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  width: 100%; }

/*.hometeaser .row .teaser:hover h1,.hometeaser .row .teaser:hover h2,.hometeaser .row .teaser:hover h3,.hometeaser .row .teaser:hover h4{
    color:#999;
}*/
.hometeaser .row .col-sm-6 .teaser h1, .hometeaser .row .col-sm-6 .teaser h2, .hometeaser .row .col-sm-6 .teaser h3, .hometeaser .row .col-sm-6 .teaser h4, .hometeaser .row .col-sm-8 .teaser h1, .hometeaser .row .col-sm-8 .teaser h2, .hometeaser .row .col-sm-8 .teaser h3, .hometeaser .row .col-sm-8 .teaser h4 {
  margin: 10px 0 10px 0;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px; }

.teaser h1 a, .teaser h2 a, .teaser h3 a, .teaser h4 a {
  transition: color .3s ease-in-out;
  color: #333;
  text-decoration: none;
  cursor: pointer; }

.teaser h1 a:hover, .teaser h2 a:hover, .teaser h3 a:hover, .teaser h4 a:hover {
  color: #c95500; }

.hometeaser .row .col-sm-6 .teaser h1, .hometeaser .row .col-sm-9 .teaser h1 {
  font-size: 22px;
  line-height: 26px; }

.hometeaser .row .col-sm-3 .teaser h1, .hometeaser .row .col-sm-3 .teaser h2, .hometeaser .row .col-sm-3 .teaser h3, .hometeaser .row .col-sm-3 .teaser h4 {
  font-size: 17px;
  line-height: 19px;
  margin: 5px 0 9px 0; }

.hometeaser .row .col-sm-4 .teaser h1, .hometeaser .row .col-sm-4 .teaser h2, .hometeaser .row .col-sm-4 .teaser h3, .hometeaser .row .col-sm-4 .teaser h4 {
  font-size: 17px;
  line-height: 19px;
  margin: 5px 0 9px 0; }

.hometeaser .row .col-sm-3 .teaser h1 {
  font-size: 24px;
  line-height: 26px; }

.hometeaser .row .col-sm-4 .teaser h1 {
  font-size: 24px;
  line-height: 26px; }

/*.row .teaser h5,.row .teaser h6{
    font-size:14px;
    font-weight: 300;
    transition:color .3s ease-in-out;
}*/
.hometeaser .row .col-sm-6 .teaser h5, .hometeaser .row .col-sm-6 .teaser h6 {
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0 10px 0;
  clear: both; }

.hometeaser .row .col-sm-3 .teaser h5, .hometeaser .row .col-sm-3 .teaser h6 {
  font-size: 12px;
  line-height: 14px;
  margin: 15px 0 0px 0;
  clear: both; }

.hometeaser .row .col-sm-4 .teaser h5, .hometeaser .row .col-sm-4 .teaser h6 {
  font-size: 12px;
  line-height: 14px;
  margin: 15px 0 0px 0;
  clear: both; }

.hometeaser .row .col-sm-9 .teaser, .hometeaser .row .col-sm-9 .teaser .body {
  font-size: 14px;
  line-height: 18px !important; }

.hometeaser .row .col-sm-9 .teaser .teaserfunctions {
  margin-bottom: 10px; }

.hometeaser .row .col-sm-9 .col-sm-9 .teaserwrapper {
  padding: 0px 15px 0 0px; }

.hometeaser .row .col-sm-9 .col-sm-9 h1 {
  margin: 7px 0 9px 0; }

@media (max-width: 767px) {
  .hometeaser .row .col-sm-9 .col-sm-9 .teaserwrapper {
    padding: 10px 0px 0 0; } }
.row .col-sm-6 .teaser, .row .col-sm-6 .teaser .body {
  font-size: 14px;
  line-height: 18px !important; }

.hometeaser .row .col-sm-6 .teaser .teaserfunctions {
  margin-bottom: 3px; }

.row .col-sm-4 .teaser, .row .col-sm-4 .teaser .body {
  font-size: 14px;
  line-height: 18px !important; }

.hometeaser .row .col-sm-4 .teaser .teaserfunctions {
  margin-bottom: 3px; }

.row .col-sm-3 .teaser, .row .col-sm-3 .teaser .body {
  font-size: 14px;
  line-height: 18px !important; }

.hometeaser .row .col-sm-3 .teaser .teaserfunctions {
  margin-bottom: 3px; }

.row .teaser .body {
  transition: color .3s ease-in-out;
  line-height: 22px;
  font-size: 14px; }

.inlineTeaserImageWrapper {
  display: inline;
  float: left;
  clear: both;
  margin: 5px 15px 10px 0;
  padding: 0;
  max-width: 100%; }
  @media (max-width: 767px) {
    .inlineTeaserImageWrapper {
      margin: 5px 0 10px 0;
      float: none !important;
      display: block; } }

.inlineTeaserImageWrapper.col-sm-12 {
  width: 100%; }

.inlineTeaserImageWrapper.right {
  margin: 5px 0 10px 15px;
  float: right;
  clear: both; }
  @media (max-width: 767px) {
    .inlineTeaserImageWrapper.right {
      margin: 5px 0 10px 0; } }

.inlineTeaserImageWrapper .teasermedia {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  height: auto !important;
  display: inline-block; }

.col-sm-4 .inlineTeaserImageWrapper {
  margin: 5px 10px 10px 0; }

.inlineTeaserImage {
  width: 100% !important;
  height: auto !important;
  display: inline; }

.inlineTeaserImageCaption {
  clear: both;
  background-color: #eee;
  padding: 10px;
  display: block;
  width: 100%;
  border-top: 1px solid #fff; }

/*
@media (min-width: 751px) and (max-width: 1023px) {
    .inlineTeaserImageWrapper{
        width: 100% !important;
        margin: 0px 0px 15px 0;     
    }
}*/
/*.hometeaser .row .teaser:hover .body{
    color:#999 !important;
    transition:color .3s ease-in-out;
}*/
.row .teaser .teasermedia {
  position: relative; }

.row .teaser .teasermedia.videowrapper .mediaicon:before {
  font: normal normal normal 17px/1 FontAwesome;
  content: "\f04b ";
  color: #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  background-color: #c95500;
  padding: 7px 9px 7px 10px;
  border-radius: 3px; }

.row .teaser .teasermedia {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  margin-top: 13px;
  margin-bottom: 10px;
  clear: both;
  cursor: pointer; }

/*.hometeaser .row .teaser:hover .teasermedia{
    opacity:.7;
}*/
.row .teaser .mediacredit {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 9px;
  color: #fff;
  text-shadow: 0 0 2px black;
  padding: 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: background-color .3s ease-in-out;
  line-height: 9px; }

.row .teaser .mediacredit:hover {
  background-color: black; }

.row .teaser.zitat .teasermedia {
  clear: both;
  text-align: center;
  font-size: 110px;
  color: #c95500;
  font-family: "Anton", sans-serif; }

.container .row .teaser .kommentare, .container .row .teaser .teilen, .container .row .teaser .merken, .container .row .teaser .kommentieren, .container .row .teaser .drucken {
  float: left;
  color: #c95500;
  margin-right: 10px;
  line-height: 18px;
  padding: 0px 0;
  transition: color .3s ease-in-out;
  font-size: 14px; }

.container .row .teaser .kommentare:hover, .container .row .teaser .teilen:hover, .container .row .teaser .merken:hover, .container .row .teaser .kommentieren:hover, .container .row .teaser .drucken:hover {
  color: #c95500;
  cursor: pointer; }

/*.container .row .teaser .merken{
    margin-right:0px;
}*/
.hometeaser .row .teaser .kommentieren {
  display: none; }

.container .row .teaser .kommentare:hover, .container .row .teaser .teilen:hover, .container .row .teaser .merken:hover, .container .row .teaser .kommentieren:hover, .container .row .teaser .drucken:hover {
  color: #333; }

.row .teaser .teaserfunctions {
  padding: 0;
  display: inline-block;
  margin-bottom: 3px;
  width: 100%; }

.container .row .teaser .kommentare:before, .container .row .teaser .teilen:before, .container .row .teaser .merken:before, .container .row .teaser .kommentieren:before, .container .row .teaser .drucken:before {
  font: normal normal normal 17px/1 FontAwesome;
  content: "\f064 ";
  color: #c95500;
  font-size: 12px;
  padding: 0;
  margin-right: 5px; }

.container .row .teaser .kommentare:before {
  content: "\f075 "; }

.container .row .teaser .merken:before {
  content: "\f02e "; }

.container .row .teaser .kommentieren:before {
  content: "\f27a "; }

.container .row .teaser .drucken:before {
  content: "\f02f "; }

@media (min-width: 767px) and (max-width: 1000px) {
  .hometeaser .row .teaser.zitat .teasermedia {
    font-size: 60px !important; } }
.row .teaser.zitat .teasermedia img {
  width: 36%;
  height: auto;
  border-radius: 50%;
  margin: 10px;
  display: inline-block; }

.container .row .teaser img {
  max-width: 100%;
  width: 100%;
  height: auto; }

/*
.row .col-sm-6 .teaser img{
    width:100%;
    height:auto;
}

.row .col-sm-3 .teaser img{
    width:100%;
    height:auto;
}
*/
@media (max-width: 767px) {
  .row .col-sm-3 .teaser img {
    width: 100%;
    height: auto; }

  .row .col-sm-3 .teaser .teasermedia {
    /*width:50%;*/ } }
.container .row .teaser .content {
  padding: 15px 0 0 0; }

.container .teaserfooter .redaktion {
  color: #c95500;
  padding: 10px 0 14px 0px;
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 87%;
  /*width: calc(100% - 30px);*/
  position: absolute;
  bottom: 0px;
  transition: color .3s ease-in-out;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: none; }

.container .teaserfooter .redaktion:hover {
  color: #333; }

.container .teaserheader {
  width: 100%;
  position: relative; }

.container .teaserheader .redaktion {
  color: #c95500;
  /*padding: 10px 0 14px 0px;*/
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 74%;
  /*width: calc(100% - 30px);
  position: absolute;*/
  bottom: 0px;
  transition: color .3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  float: left;
  margin: -5px 0 8px 0; }

.container .teaserheader .redaktion:hover {
  color: #444;
  cursor: pointer; }

/*.container .teaserheader .redaktion:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f1ea ";
    color: $brandColor;
    margin-right: 5px;
    margin-top: 2px;
    left: 15px;
}

.container .teaser.zitat .teaserheader .redaktion:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f10e ";
    color: $brandColor;
    margin-right: 5px;
    margin-top: 2px;
    left: 15px;
}
*/
.container .teaserheader .kommentare {
  color: #c95500;
  padding: 0px 0 10px 0;
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
  float: left;
  transition: color .3s ease-in-out;
  font-size: 12px;
  line-height: 14px;
  display: none; }

.container .teaserheader .kommentare:hover {
  color: #333; }

.container .teaserfooter .redaktion:before, .container .teaserheader .kommentare:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f1ea ";
  color: #c95500;
  margin-right: 5px;
  /*position: absolute;*/
  margin-top: 2px;
  left: 15px; }

.container .teaserheader .kommentare:before {
  content: "\f075 "; }

.teaser.redakteur {
  min-height: 0 !important; }
  @media screen and (min-width: 764px) {
    .teaser.redakteur {
      text-align: center;
      min-height: 200px; } }

.teaser.redakteur .name {
  font-weight: 500;
  color: #000; }

.teaser.redakteur .content {
  padding-top: 30px !important; }

.teaser.redakteur .thumb {
  width: 60px;
  height: 60px;
  background-color: #ddd;
  background-size: cover;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin: 0 10px 10px 0px; }
  @media screen and (min-width: 414px) {
    .teaser.redakteur .thumb {
      width: 120px;
      height: 120px;
      margin: 0 20px 10px 0px; } }
  @media screen and (min-width: 764px) {
    .teaser.redakteur .thumb {
      float: none;
      margin: 0 0px 10px 0px; } }

/*
.hometeaser .row .teaser .topics ul {
  list-style:none;
  margin:0;
  padding:0;
}


.hometeaser .row .teaser .topics ul li {
  margin: 5px 0
}
*/
.container .authorDate .autor, .container .authorDate .datum, .container .authorDate .ausgabe {
  float: left; }
  @media screen and (max-width: 1023px) {
    .container .authorDate .autor, .container .authorDate .datum, .container .authorDate .ausgabe {
      width: 100%; } }

.container .authorDate .autor {
  width: 100%;
  margin: 0 7px 0 0; }

.container .authorDate .ausgabe, .container .authorDate .datum {
  margin: 0 7px 0 0; }

.container .authorDate .autor a {
  transition: color .3s ease-in-out; }

.container .authorDate .autor a:hover {
  color: #444;
  text-decoration: none;
  cursor: pointer; }

.aufmacher.aufmacherHasNoKeyvisual .aufmacherKeyvisual {
  display: none; }

@media screen and (min-width: 768px) {
  .aufmacher .aufmacherText {
    padding: 0 !important; } }

.aufmacher.aufmacherHasNoKeyvisual .aufmacherText {
  width: 100%; }

.aufmacher .aufmacherKeyvisual .imgwrapper {
  margin: 0 !important;
  height: 1px; }

.sidebarwidget {
  padding: 0 0 10px 0 !important;
  min-height: 50px !important;
  border: none !important;
  background-color: #eee; }

.sidebarwidget .headline {
  line-height: 19px !important;
  padding-top: 12px;
  width: 100%;
  padding-left: 15px;
  font-weight: 500 !important;
  margin: 0px 0 10px 0 !important;
  font-size: 14px !important;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .sidebarwidget .headline {
    margin: 0px 0 10px 0 !important; } }
.sidebarwidget .content {
  margin-bottom: 0; }

.sidebarwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.sidebarwidget li {
  padding: 5px 15px;
  margin: 0;
  border: 0;
  background-color: transparent;
  transition: all .3s ease-in-out !important; }

.sidebarwidget li .titel {
  /*padding:5px 15px !important;*/
  margin: 0 !important;
  border: 0 !important;
  line-height: 18px; }

.sidebarwidget li .titel a {
  text-decoration: none;
  transition: color .3s ease-in-out;
  line-height: 14px !important;
  font-weight: 400;
  color: #444; }

.sidebarwidget li:hover {
  width: 100%;
  background-color: #ddd;
  cursor: pointer; }

.sidebarwidget.veranstaltungen ul li .titel {
  padding: 0px 0px 5px 0 !important; }

.sidebarwidget.veranstaltungen ul li .titel a {
  color: #666; }

.sidebarwidget.veranstaltungen ul li .titel a b {
  font-weight: 400 !important;
  color: #333; }

.sidebarwidget.veranstaltungen ul li .termin {
  padding: 5px 1px 0 !important;
  color: #c95500;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.sidebarwidget.veranstaltungen ul li .termin::before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f133 ";
  color: #c95500;
  margin-right: 7px;
  margin-top: 3px;
  left: 10px; }

.sidebarwidget .textbutton {
  margin: 10px 15px 5px 15px;
  display: block; }

.sidebarwidget.poll button {
  width: calc(100% - 30px);
  margin: 10px 15px 5px 15px; }

.sidebarwidget.poll .question li {
  background-color: transparent;
  cursor: auto; }

.sidebarwidget.poll .progress {
  margin: 10px 0; }

.sidebarwidget.poll label {
  font-weight: normal;
  cursor: pointer; }

.sidebarwidget.poll .progress-bar {
  background-color: #c95500; }

.sidebarwidget.poll.result li {
  background-color: transparent;
  cursor: auto; }

.sidebarwidget.schlagzeilen .titel {
  padding: 0 !important; }

.sidebarwidget.schlagzeilen .comments {
  margin-top: 5px; }

.sidebarwidget.briefausgaben li:first-child {
  border-top: 1px solid #ddd; }

.sidebarwidget.briefausgaben li {
  padding: 10px 7px 4px;
  border-bottom: 1px solid #ddd;
  margin: 0; }

.sidebarwidget.briefausgaben .titel {
  padding: 5px 10px !important; }

.sidebarwidget.briefausgaben .titel.beilage {
  padding: 15px 0px 5px 0px !important; }

.sidebarwidget.briefausgaben .titel.beilage hr {
  border-color: #ddd !important;
  margin: 0 0 20px 0;
  transition: all .3s ease-in-out !important; }

.sidebarwidget.briefausgaben li:hover .titel.beilage hr {
  border-color: #ccc !important; }

.sidebarwidget.briefausgaben .smallText {
  font-size: 12px;
  margin-bottom: 10px; }

.sidebarwidget.briefausgaben .datum {
  margin: 5px 0 10px 0; }

.sidebarwidget.briefausgaben .subtitle {
  padding: 0px 15px 4px; }

.sidebarwidget.briefausgaben .buttonLesen, .sidebarwidget.briefausgaben .buttonDownload {
  background-color: #c95500;
  color: #fff;
  padding: 3px 5px;
  margin: 0 0 6px 0;
  display: inline-block;
  border-radius: 0px;
  font-size: smaller;
  transition: opacity .3s ease-in-out; }
  .sidebarwidget.briefausgaben .buttonLesen:hover, .sidebarwidget.briefausgaben .buttonDownload:hover {
    opacity: .6; }

.sidebarwidget.briefausgaben .buttonLesen:before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f08e ";
  color: #fff;
  margin-right: 4px;
  margin-top: 3px;
  left: 10px; }

.sidebarwidget.briefausgaben .buttonDownload:before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f0ed ";
  color: #fff;
  margin-right: 4px;
  margin-top: 3px;
  left: 10px; }

.sidebarwidget.briefausgaben .ausgabeDetail {
  display: none; }

.sidebarwidget.briefausgaben .ausgabeDetail.offen {
  display: block; }

.sidebarwidget.briefausgaben .ausgabeCover {
  width: 120px !important;
  box-shadow: 0px 0px 7px #aaa;
  margin: 12px 0 7px 0; }

.sidebarwidget.briefforumauswahl li {
  background-color: transparent;
  cursor: auto; }

/* Right Column */
.container .row .rightcolumn .teaser {
  margin: 15px 15px 0 0; }

@media (max-width: 767px) {
  .container .row .rightcolumn .teaser {
    margin: 15px 15px 0 15px; } }
.container .row .rightcolumn {
  margin: 0 0 15px 0;
  border-left: 0 !important; }

.container .row .rightcolumn .teaser {
  padding-bottom: 1px; }

.container .row .teaserwrapper.rightcolumn {
  display: block; }

.container .row .rightcolumn .teaser .content {
  padding: 0;
  border: 0 !important; }

.container .row .rightcolumn label {
  display: inline; }

.sidebarwidget.briefforumauswahl select {
  width: 100%;
  border: 0;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 31px;
  height: 31px; }

.sidebarwidget.netiquette {
  min-height: unset !important; }

.sidebarwidget.netiquette ul li {
  padding: 5px 15px; }

.sidebarwidget.redaktionskontakt ul li {
  width: 100%;
  margin-bottom: 1px;
  padding: 5px 7px 5px 7px;
  transition: background-color .3s ease-in-out;
  display: inline-block; }

.sidebarwidgetredaktionskontakt .headline {
  color: #333 !important;
  font-weight: 500 !important; }

@media (max-width: 767px) {
  .sidebarwidget.redaktionskontakt .headline {
    padding-top: 15px; } }
.sidebarwidget.redaktionskontakt .headline i {
  color: #333 !important;
  width: 14px;
  margin-left: 3px; }

.sidebarwidget.redaktionskontakt ul li:hover {
  width: 100%;
  background-color: #ddd;
  margin-bottom: 1px;
  cursor: pointer; }

.sidebarwidget.redaktionskontakt ul li:hover a {
  color: #333; }

.sidebarwidget.redaktionskontakt ul li .redaktion {
  color: #c95500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.sidebarwidget.redaktionskontakt ul li .redaktion:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f1ea ";
  color: #c95500;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 8px; }

.sidebarwidget.redaktionskontakt ul li .thumb {
  width: 60px;
  height: 60px;
  background-color: #ddd;
  background-size: cover;
  border-radius: 50%;
  float: left;
  margin-left: 7px; }

.sidebarwidget.redaktionskontakt ul li .redakteur {
  padding-left: 7px;
  padding-top: 3px;
  float: left;
  width: 72%; }

.sidebarwidget.redaktionskontakt ul li .name {
  color: #333;
  line-height: 17px;
  width: 100%;
  /*text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/ }

.sidebarwidget.redaktionskontakt ul li .position {
  color: #888; }

.sidebarwidget.redaktionskontakt ul li .mail {
  color: #333;
  line-height: 17px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.sidebarwidget.redaktionskontakt ul li .phone {
  color: #333;
  line-height: 17px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.sidebarwidget.redaktionskontakt ul li .mail:before, .teaser.redakteur .mail:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f003 ";
  color: #c95500;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 0px;
  font-size: 12px; }

.sidebarwidget.redaktionskontakt ul li .phone:before, .teaser.redakteur .phone:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f095 ";
  color: #c95500;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 0px;
  font-size: 12px; }

@media (max-width: 768px) {
  .sidebarwidget.redaktionskontakt ul li .name {
    width: 100% !important; }

  .sidebarwidget.redaktionskontakt ul li .position {
    width: 100% !important; }

  .sidebarwidget.redaktionskontakt ul li .mail {
    width: 100% !important; }

  .sidebarwidget.redaktionskontakt ul li .phone {
    width: 100% !important; }

  .sidebarwidget.redaktionskontakt ul li .redakteur {
    width: 100% !important; } }
@media (min-width: 1024px) {
  .sidebarwidget.redaktionskontakt ul li .name {
    width: 100% !important; }

  .sidebarwidget.redaktionskontakt ul li .position {
    width: 91% !important; }

  .sidebarwidget.redaktionskontakt ul li .mail {
    width: 91% !important; }

  .sidebarwidget.redaktionskontakt ul li .phone {
    width: 91% !important; }

  .container .row .teaser.redaktionskontakt ul li .redakteur {
    width: 70% !important; } }
@media (min-width: 768px) and (max-width: 1164px) {
  .sidebarwidget.redaktionskontakt ul li .redakteur {
    width: 100% !important; } }
.sidebarwidget.redaktionskontakt ul li {
  font-size: 13px;
  line-height: 16px; }

.sidebarwidget.archivsuche ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 15px 0 15px; }

.sidebarwidget.archivsuche li {
  padding: 4px 0px;
  background: transparent; }

.sidebarwidget.archivsuche select, .sidebarwidget.archivsuche input {
  width: 100%;
  border: 0;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 31px;
  height: 31px; }

.sidebarwidget.witz {
  min-height: none;
  padding: 0 !important; }

.sidebarwidget.witz .content .body {
  padding: 15px; }

.briefpreview .cover {
  display: none;
  width: 120px;
  float: left;
  margin-right: 20px; }

.briefpreview .cover img {
  width: 120px;
  box-shadow: 0px 0px 7px #aaa;
  margin: 0 20px 7px 0; }

.briefpreview .details {
  float: left;
  width: 100%; }

@media (min-width: 1024px) {
  .briefpreview .cover {
    display: block; }

  .briefpreview .details {
    float: left;
    width: calc(100% - 140px); } }
.contentwidget .content {
  position: relative; }

.contentwidget .body {
  padding: 15px 15px 10px 15px;
  background-color: #eee;
  min-height: 234px; }

.contentwidget .pseudoH2 {
  margin: -5px 0 5px 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 19px; }

.contentwidget .teaserbutton {
  bottom: 15px;
  position: absolute; }

.contentwidget.archivsuche ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.contentwidget.archivsuche li {
  padding: 3px 0px;
  background: transparent; }

.contentwidget.archivsuche .textbutton {
  margin-top: 10px; }

.contentwidget.archivsuche .teaserbutton {
  bottom: 0;
  position: relative; }

.contentwidget.archivsuche select, .contentwidget.archivsuche input {
  width: 100%;
  border: 0;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 31px;
  height: 31px; }

.contentwidget.archivsuche .buttons {
  margin-top: 5px; }

.contentwidget.archivsuche .buttons button {
  float: left; }

.contentwidget.archivsuche .buttons .textbutton {
  float: left;
  margin: 6px 10px 5px 10px; }

.contentwidget .linklist {
  margin: 10px 0 0 0; }

/* Artikel */
/*.artikel.detail h1{
    font-size: 24px !important;
    line-height: 30px !important;
}*/
@media (max-width: 767px) {
  .breadcrumb {
    display: none; } }
.subsite-header {
  padding: 0; }

.subsite-header .redaktionsinfo {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  position: relative;
  float: right;
  background-color: #eee;
  color: #333;
  line-height: 1em;
  padding: 15px 15px; }

.subsite-header .redaktion-titel a {
  font-weight: 700;
  transition: all .3s ease-in-out;
  cursor: pointer;
  color: #333;
  text-decoration: none; }

.subsite-header .redaktion-titel a:hover {
  color: #c95500; }

.breadcrumb > li + li::before {
  font: normal normal normal 16px/1 FontAwesome;
  padding: 0 6px 0 5px;
  content: "\f101 "; }

@media (min-width: 768px) {
  .container.artikel .row {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    align-self: stretch;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box; } }
.artikel .teaser {
  padding: 0 50px !important; }

.artikel .teaserheader {
  margin-top: 15px; }

@media (max-width: 767px) {
  .artikel .teaser {
    padding: 0 15px !important; } }
.artikel .teaser .content {
  padding: 0 !important;
  border: 0 !important; }

.artikel > .teaser > .content > .body {
  font-size: 14px; }

.artikel .teaserwrapper {
  padding: 0;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  position: relative; }

.artikel .row .artikel {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  align-self: stretch;
  width: 100%;
  border-top: 1px dashed #ddd;
  padding: 30px;
  transition: background-color .3s ease-in-out;
  cursor: pointer;
  position: relative; }

.artikel .teasermedia {
  margin-top: 0px !important; }

.artikel .row .teaser .content {
  padding: 0px 30px;
  /*margin-bottom: 20px;*/ }

@media (max-width: 768px) {
  .artikel .row .artikel {
    padding: 15px; }

  .artikel .row .teaser .content {
    padding: 0px 15px;
    margin-bottom: 20px; }

  .artikel .teasermedia {
    margin-top: 15px !important; }

  .breadcrumb {
    padding: 15px 15px 10px 15px;
    font-size: 11px !important; }

  /*.artikel .teaserwrapper{
    padding: 0 15px;
  }*/ }
.artikel .row .teaser .teasermedia {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both; }

.artikel .row .teaser h1, .artikel .row .teaser h2, .artikel .row .teaser h3, .artikel .row .teaser h4 {
  font-size: 18px;
  margin: 0px 0 8px 0;
  color: #333;
  font-weight: 700;
  transition: color .3s ease-in-out;
  clear: both;
  letter-spacing: -.5px; }

.artikel .row .teaser h1 {
  font-size: 25px; }

.artikel .row .teaser .body {
  transition: color .3s ease-in-out;
  clear: both; }

.artikel .socialbar {
  margin-top: -10px; }

.artikel .socialbar i {
  font-size: 30px;
  color: #c95500;
  margin: 10px 5px 10px 0px;
  opacity: 1;
  transition: opacity .3s ease-in-out;
  cursor: pointer; }

.artikel .socialbar i.fa-facebook-square {
  color: #3B589E; }

.artikel .socialbar i.fa-twitter-square {
  color: #00AFE9; }

.artikel .socialbar i.fa-google-plus-square {
  color: #db4437; }

.artikel .socialbar i.fa-youtube-square {
  color: #cc181e; }

.artikel .socialbar i.fa-rss-square {
  color: #c95500; }

.artikel .socialbar i.fa-linkedin-square {
  color: #0077b5; }

.artikel .socialbar i.fa-xing-square {
  color: #009090;
  margin-right: 8px;
  margin-left: 0px; }

.artikelTags h6, .artikelThemen h6 {
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 12px; }

.artikel .teaserfunctions {
  clear: both;
  margin: 10px 0 45px 0; }

.artikel .row .teaser .teilen, .artikel .row .teaser .merken, .artikel .row .teaser .kommentieren {
  font-size: 14px; }

.artikel .socialbar i:hover {
  opacity: .6; }

.teaser.abo .plusArtikelInfoWrapper {
  position: relative;
  margin: 30px 0 30px 0; }

.teaser.abo.unlocked .plusArtikelInfoWrapper {
  display: none; }

.plusArtikelInfoWrapper .verlauf {
  position: absolute;
  top: -200px;
  height: 200px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.plusArtikelInfoWrapper .hinweis {
  box-sizing: border-box;
  padding: 0 20px 10px 20px;
  border: 2px solid #c95500;
  margin: 0px 0; }

.plusArtikelInfoWrapper .teaserbutton {
  margin: 10px 0 20px 0;
  min-width: 200px; }

.plusArtikelInfoWrapper .pseudoH1 {
  color: #c95500; }

.artikel .autorWrapper {
  clear: both;
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 0 20px 0; }

.artikel .autor {
  margin: 20px 0;
  padding-left: 0;
  display: inline-block; }

.artikel .autor .imagewrapper {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  float: left; }

.artikel .autor .details {
  float: left;
  padding: 0 0 0 20px; }

.aehnliche-beitraege {
  border-bottom: 1px solid  #ddd; }

.aehnliche-beitraege .beitrag {
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 10px 0; }

.aehnliche-beitraege .beitrag h6 {
  margin: 10px 0 0 0;
  font-size: 14px; }

.aehnliche-beitraege .beitrag h6 a {
  color: #333;
  margin: 10px 0 0 0;
  font-weight: 500; }

.aehnliche-beitraege .beitrag h6 a:hover {
  color: #c95500; }

.aehnliche-beitraege .beitrag h6 a i {
  margin: 0 5px 0 0; }

.aehnliche-beitraege .beitraege {
  list-style: none;
  margin: 0;
  padding: 0; }

.aehnliche-beitraege .teaserfunctions {
  margin-bottom: 0 !important; }

.sidebar {
  /*border-top:0px dashed #ddd;*/
  border-left: 1px dashed #ddd;
  padding: 0;
  -webkit-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  align-self: stretch;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .sidebar {
    border-top: 1px dashed #ddd; } }
@media (min-width: 768px) {
  .sidebar {
    /*border-top:0px dashed #ddd;*/ } }
.sidebar .teaser {
  border-bottom: 0px dashed #ddd;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  width: 100%;
  padding: 0px;
  transition: background-color .3s ease-in-out;
  cursor: pointer;
  position: relative; }

.sidebar .teaser .content {
  padding: 0px 20px !important; }

.sidebar .teaser:last-child {
  border-bottom: 0; }

.sidebar .teaser h6 {
  margin: 0px 0 6px 0; }

.sidebar .teaserfunctions {
  margin: 10px 0 0 0; }

.sidebar .teaserfunctions .kommentieren {
  display: none; }

.sidebar .teaserfooter .redaktion {
  margin: 10px 0 0 0;
  position: relative; }

/* CSS Document */
.template-printArticle .socialbar, .template-printArticle .teaserfunctions, .template-printArticle .abolabel, .template-printArticle .toggleDisplayArticle, .template-printArticle .inline-abolabel {
  display: none !important; }

.forum {
  border-bottom: 1px solid  #ddd; }

.forum h2, .forum h3 {
  color: #333;
  font-size: 21px; }

.forumUserPost h1 {
  margin: 35px 0 17px 0; }

.forum .beitraege {
  list-style: none;
  margin: 0;
  padding: 0; }

.forum .beitrag {
  border-top: 1px solid  #ddd;
  width: 100%;
  padding: 10px 0; }

.forum .header {
  display: block; }

.forum .beitrag h3 {
  font-weight: 400 !important;
  line-height: 21px;
  color: #333;
  margin: 5px 0 10px 0;
  font-size: 18px !important; }

.forum .header .avatar {
  float: left; }

.forum .header .avatar:before {
  content: "\f007 ";
  font: normal normal normal 14px/1 FontAwesome;
  /*color: $brandColor;*/
  color: #666;
  margin: 0 10px 0 0; }

.forum .header .nickname {
  float: left;
  /*color: $brandColor;
  cursor:pointer;
  */
  color: #666;
  transition: all .3s ease-in-out; }

/*.forum .header .nickname:hover{
    opacity:.6;
}*/
.forum .header .datum {
  float: right; }

.forum .beitrag .body {
  padding: 5px 0;
  display: block;
  clear: both; }

.forum .beitrag blockquote {
  padding: 10px 10px;
  margin: 0 0 15px;
  font-size: 15px;
  border-left: 5px solid #ccc;
  font-style: italic;
  background-color: #eee;
  color: #777; }

.forum .beitrag .beitragfunktionen {
  height: 25px;
  padding: 5px 0 0 0;
  list-style: none; }

.forum .beitrag .beitragfunktionen li {
  float: right;
  line-height: 14px;
  color: #c95500;
  transition: color .3s ease-in-out;
  cursor: pointer;
  opacity: 1;
  margin-left: 10px; }

.forum .beitrag .beitragfunktionen li:hover {
  color: #444; }

.forum .beitrag .beitragfunktionen .spam:before {
  content: "\f0f3";
  font: normal normal normal 14px/1 FontAwesome;
  color: #c95500;
  margin: 0 5px 0 0; }

.forum .beitrag .beitragfunktionen .antworten:before {
  content: "\f112";
  font: normal normal normal 14px/1 FontAwesome;
  color: #c95500;
  margin: 0 5px 0 0; }

.kommentarschreiben {
  color: #c95500;
  margin: 15px 0 0 0;
  cursor: pointer;
  display: inline;
  line-height: 40px;
  transition: all .3s ease-in-out; }

.kommentarschreiben:hover {
  opacity: .6; }

.kommentarschreiben:before {
  content: "\f27a";
  font: normal normal normal 14px/1 FontAwesome;
  color: #c95500;
  margin: 0 5px 0 0; }

.kommentareladen {
  color: #c95500;
  margin: 15px 0 0 0;
  cursor: pointer;
  display: inline;
  line-height: 40px;
  transition: all .3s ease-in-out; }

.kommentareladen:hover {
  opacity: .6; }

.kommentareladen:before {
  content: "\f055";
  font: normal normal normal 14px/1 FontAwesome;
  color: #c95500;
  margin: 0 5px 0 0; }

.commentloader {
  clear: both;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd; }

.commentloader .teaserbutton {
  margin: 15px 0;
  float: left; }

.commentloader .spinner {
  width: 100%;
  text-align: center;
  display: none;
  padding: 15px 0; }

.forum .commentHeadline {
  margin: 15px 0; }

.forum .commentCopy {
  margin: 15px 0 0; }

.forum .commentAbort {
  margin: 15px 0;
  float: left; }

.forum .commentSubmit {
  margin: 15px 0;
  float: right; }

.forum .commentWrite {
  margin: 15px 0; }

.forum .commentButtonArea {
  height: 45px; }

#forumCommentForm, #forumCommentPreview, #forumCommentLoader, #forumCommentComplete {
  display: none; }

#forumCommentPreview .forum, #forumCommentPreview .beitrag, #forumCommentComplete .beitrag {
  border: 0; }

#forumCommentLoader .forum {
  border: 0;
  padding: 20px 0 0 0;
  font-size: 15px;
  text-align: center; }

#forumCommentComplete .forum {
  border: 0; }

#forumCommentComplete .alert {
  margin: 15px 0 0; }

.kommentarTeaser {
  padding: 0 0 10px 0 !important; }

.kommentarTeaser h2 {
  margin: 2px 0 3px 0;
  font-size: 15px;
  font-weight: 500;
  color: #333; }

.kommentarTeaser .discussionClosed, .forum .discussionClosed {
  color: #999; }

.kommentarTeaser .discussionClosed:before, .forum .discussionClosed:before {
  content: "\f06a ";
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 5px 0 0; }

.forum .discussionClosed {
  padding: 20px 0; }

.forumPanelButton {
  margin: 10px 0 10px 0; }

/* CSS Document */
.bg_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  display: none; }

.bg_overlay .overlay_wrapper {
  width: 90%;
  height: 90%;
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); }
  @media (max-width: 639px) {
    .bg_overlay .overlay_wrapper {
      top: 5%;
      left: 5%; } }
  @media (min-width: 640px) {
    .bg_overlay .overlay_wrapper {
      top: 50%;
      left: 50%;
      margin-left: -300px;
      margin-top: -300px;
      max-width: 600px;
      max-height: 600px; } }

@media (max-width: 630px) {
  .bg_overlay .overlay_wrapper {
    left: 5%;
    margin-left: 0px; } }
@media (max-height: 620px) {
  .bg_overlay .overlay_wrapper {
    top: 5%;
    margin-top: 0px;
    max-height: 600px; } }
.bg_overlay .overlay_wrapper .closebutton {
  position: absolute;
  z-index: 1000;
  right: 5px; }

.bg_overlay .overlay_wrapper .closebutton:hover {
  opacity: 1;
  cursor: pointer;
  transition: all .3s ease-in-out; }

.bg_overlay .overlay_wrapper .closebutton:hover {
  opacity: .5; }

.bg_overlay .overlay_wrapper .closebutton:before {
  float: right;
  font: normal normal normal 22px/1 FontAwesome;
  content: "\f00d";
  color: #333;
  padding: 10px; }

.bg_overlay .overlay_wrapper.youtube {
  width: 90%;
  height: 90%;
  background-color: #000;
  position: fixed;
  top: 5%;
  left: 5%;
  margin-left: 0;
  margin-top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  max-width: none;
  max-height: none; }

.bg_overlay .overlay_wrapper.youtube .closebutton {
  position: absolute;
  z-index: 1000;
  right: -15px;
  top: -15px;
  background-color: #000;
  border-radius: 100%;
  height: 35px;
  width: 35px; }

.bg_overlay .overlay_wrapper.youtube .closebutton:before {
  color: #fff;
  margin-top: -4px;
  margin-right: -1px; }

.bg_overlay .overlay_wrapper.youtube .content {
  width: 100%;
  height: 100%; }

.bg_overlay .overlay_wrapper.youtube #overlayYoutubePlayer {
  width: 100%;
  height: 100%; }

.bg_overlay .overlay_wrapper.image {
  width: 90%;
  height: 90%;
  background-color: #000;
  position: fixed;
  top: 5%;
  left: 5%;
  margin-left: 0;
  margin-top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  max-width: none;
  max-height: none; }

.bg_overlay .overlay_wrapper.image .content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%; }

.bg_overlay .overlay_wrapper.image .closebutton {
  position: absolute;
  z-index: 1000;
  right: -15px;
  top: -15px;
  background-color: #000;
  border-radius: 100%;
  height: 35px;
  width: 35px; }

.bg_overlay .overlay_wrapper.image .closebutton:before {
  color: #fff;
  margin-top: -4px;
  margin-right: -1px; }

.bg_overlay .overlay_wrapper.abo .content, .bg_overlay .overlay_wrapper.newsletter .content, .bg_overlay .overlay_wrapper.legende .content {
  padding: 10px 30px;
  overflow-y: auto;
  width: 100%;
  height: 100%; }

.bg_overlay .overlay_wrapper.newsletter .content input[type="text"], .bg_overlay .overlay_wrapper.newsletter .content select {
  padding: 5px 5px;
  width: 100%;
  margin-bottom: 5px;
  background-color: #eee;
  border: none; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #eee !important;
  color: #333 !important; }

.bg_overlay .overlay_wrapper.newsletter .content select option:hover {
  background-color: #c95500; }

.bg_overlay .overlay_wrapper.legende .content ul {
  border-top: 1px solid #ccc; }

.bg_overlay .overlay_wrapper.legende .content ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }

.bg_overlay .overlay_wrapper.legende .aboicon {
  width: 40px;
  height: 60px;
  background-size: contain;
  background-position: 0 3px;
  margin-right: 15px;
  float: left;
  background-repeat: no-repeat; }

.bg_overlay .overlay_wrapper.legende .aboicon.free {
  background-image: url(../img/legende_icon_free.png); }

.bg_overlay .overlay_wrapper.legende .aboicon.pass {
  background-image: url(../img/legende_icon_pass.png); }

.bg_overlay .overlay_wrapper.legende .aboicon.locked {
  background-image: url(../img/legende_icon_locked.png); }

.bg_overlay .overlay_wrapper.shareArticle .content {
  padding: 20px; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa-facebook-square {
    color: #3B589E; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa-twitter-square {
    color: #00AFE9; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa-google-plus-square {
    color: #db4437; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa-youtube-square {
    color: #cc181e; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa-rss-square {
    color: #c95500; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa-linkedin-square {
    color: #0077b5; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa {
    transition: all .3s ease-in-out;
    cursor: pointer; }
  .bg_overlay .overlay_wrapper.shareArticle .content i.fa:hover {
    opacity: .6; }
  .bg_overlay .overlay_wrapper.shareArticle .content .iconlist {
    color: #c95500;
    font-size: 50px;
    padding: 7px 0 0 0; }

.bg_overlay .overlay_wrapper.addArticleToMerkliste .content {
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }
  .bg_overlay .overlay_wrapper.addArticleToMerkliste .content thead, .bg_overlay .overlay_wrapper.addArticleToMerkliste .content tbody {
    display: block;
    width: 100%; }
  .bg_overlay .overlay_wrapper.addArticleToMerkliste .content td {
    padding: 10px 0; }

.bg_overlay .overlay_wrapper.reportSpam .content {
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }
  .bg_overlay .overlay_wrapper.reportSpam .content textarea {
    height: 120px; }

.bg_overlay .overlay_wrapper.abo .hinweisText, .bg_overlay .overlay_wrapper.abo .loginText, .bg_overlay .overlay_wrapper.askForEmailAddress .loginText {
  margin-bottom: 10px; }

@media (min-width: 768px) and (max-width: 969px) {
  .sb-site-container .boxed {
    max-width: 768px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); } }
@media (min-width: 968px) {
  .sb-site-container .boxed {
    max-width: 768px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

  .container {
    width: 768px; } }
@media (min-width: 1170px) {
  .sb-site-container .boxed {
    max-width: 1170px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

  .container {
    width: 1170px !important; } }
@media (min-width: 768px) {
  .sb-site-container {
    margin-top: 0; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 768px !important; } }
@media (min-width: 1024px) and (max-width: 1169px) {
  .sb-site-container .boxed {
    max-width: 1024px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

  .container {
    width: 1024px; } }
@media (min-width: 768px) and (max-width: 969px) {
  .sb-site-container .boxed {
    max-width: 768px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); } }
@media (min-width: 968px) {
  .sb-site-container .boxed {
    max-width: 768px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

  .container {
    width: 768px; } }
@media (min-width: 1170px) {
  .sb-site-container .boxed {
    max-width: 1170px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

  .container {
    width: 1170px !important; } }
@media (min-width: 768px) {
  .sb-site-container {
    margin-top: 0; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 768px !important; } }
@media (min-width: 1024px) and (max-width: 1169px) {
  .sb-site-container .boxed {
    max-width: 1024px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

  .container {
    width: 1024px; } }
.teaserwrapper.col-xs-12.col-sm-6 .teaser {
  padding: 15px 0 15px 15px; }

.teaserwrapper.col-xs-12.col-sm-8 .teaser {
  padding: 15px 0 15px 15px; }

.teaserwrapper.col-xs-12.col-sm-6.halfcolumn.left .teaser {
  padding: 15px 8px 0px 15px; }

.teaserwrapper.col-xs-12.col-sm-6.halfcolumn.right .teaser {
  padding: 15px 15px 0px 7px; }

.teaserwrapper.col-xs-12.col-sm-4.thirdcolumn.left .teaser {
  padding: 15px 5px 0px 15px; }

.teaserwrapper.col-xs-12.col-sm-4.thirdcolumn.middle .teaser {
  padding: 15px 10px 0px 10px; }

.teaserwrapper.col-xs-12.col-sm-4.thirdcolumn.right .teaser {
  padding: 15px 15px 0px 5px; }

@media (max-width: 767px) {
  .teaserwrapper.col-xs-12.col-sm-8 .teaser, .teaserwrapper.col-xs-12.col-sm-6 .teaser, .teaserwrapper.col-xs-12.col-sm-6.halfcolumn.left .teaser, .teaserwrapper.col-xs-12.col-sm-6.halfcolumn.right .teaser, .teaserwrapper.col-xs-12.col-sm-4.thirdcolumn.left .teaser, .teaserwrapper.col-xs-12.col-sm-4.thirdcolumn.middle .teaser, .teaserwrapper.col-xs-12.col-sm-4.thirdcolumn.right .teaser {
    padding: 15px;
    margin: 0;
    padding-bottom: 0; } }
.template-abo-uebersicht {
  background-image: url(../img/bg_abo.jpg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat; }

.pricing-box-wrapper {
  padding-left: 30px;
  padding-right: 30px; }

.pricing-box {
  border: solid 2px #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  transition: background-color 0.6s ease-in-out;
  text-align: center;
  background-color: transparent;
  /*cursor:pointer;*/
  border-radius: 5px;
  overflow: hidden; }
  .pricing-box:hover {
    background-color: #fff; }

.pricing-box.left, .pricing-box.right {
  margin-top: 30px; }

.pricing-box-header {
  color: #fff;
  transition: all 0.6s ease-in-out;
  background-color: rgba(30, 30, 30, 0.5);
  padding: 10px; }

.pricing-box:hover .pricing-box-header {
  /* background-color: rgba(70,70,70,1);*/ }

.pricing-box-header > p {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  margin: 5px;
  color: #fff; }

.pricing-box-header > .pseudoH2 {
  margin: 5px 0 5px 0;
  padding: 0;
  line-height: 100%;
  font-size: 1.5em;
  text-align: center;
  color: #fff; }

.pricing-box-price {
  padding: 10px;
  margin-bottom: 7px;
  background-color: rgba(200, 200, 200, 0.4);
  border-bottom: solid 0px #ddd;
  border-top: solid 0px #ddd;
  border-left: solid 0px #eee;
  border-right: solid 0px #eee; }

.pricing-box-price .pseudoH3 {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 100%;
  font-size: 1.6em;
  text-align: center; }

.pricing-box-price .pseudoH3 > sub {
  font-size: .5em;
  width: 100%;
  display: block;
  margin: 15px 0;
  line-height: 13px;
  color: #666; }

.pricing-box-content > ul {
  padding: 0; }

.pricing-box-content > ul > li {
  list-style-type: none;
  padding: 7px 0;
  border-bottom: solid 1px #ddd;
  vertical-align: top;
  padding: 15px 25px;
  text-align: center;
  line-height: 22px; }

.pricing-box-content > ul > li:last-child {
  border-bottom: dotted 0px #ddd; }

.pricing-box-content > ul > li > i {
  margin: 0 14px;
  font-size: 1.4em;
  list-style-position: inside; }

.pricing-box .teaserbutton, .pricing-box .teaserbutton:hover {
  margin: 10px 0 10px 0;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase; }

@media all and (max-width: 767px) {
  .pricing-box-wrapper .col-sm-4, .pricing-box-wrapper .col-lg-3 {
    padding: 0; } }

.pricing-box-footer {
  margin: 10px auto;
  text-align: center; }

.pricing-box select {
  padding: 5px;
  margin: 5px;
  width: calc(100% - 10px); }

.pricing-box hr {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ddd; }

.abo-intro {
  margin-bottom: 40px; }

.abo-intro-text {
  padding: 0 15% 0 0;
  line-height: 22px;
  text-shadow: 0px 0px 25px #fff, 0px 0px 7px #fff; }
  @media all and (max-width: 1024px) {
    .abo-intro-text {
      padding: 0 0 0 0; } }

.abo-intro-image {
  text-align: center;
  padding-top: 30px; }

.abo-intro-image img {
  width: 80%;
  height: auto; }

.abo-fusszeile {
  width: 100%;
  text-align: center;
  margin: 20px 0; }

/* CSS Document */
@media (max-width: 767px) {
  .hideonmobile {
    display: none; } }

.noscroll {
  position: fixed;
  overflow: hidden; }

:focus {
  outline: none !important; }

*::-moz-focus-inner {
  border: 0 !important; }

/* Listen */
ol {
  counter-reset: item;
  margin: 0;
  list-style: none;
  padding: 0 0 0 0px;
  color: #444; }

ol li {
  padding: 0;
  padding-left: 21px;
  text-indent: -21px; }

ol li:before {
  color: #c95500;
  margin-right: 6px;
  content: counter(item);
  width: 14px;
  display: inline-block;
  float: left; }

ol.abc-list {
  list-style-type: lower-alpha;
  counter-reset: list;
  list-style: none; }

ol.abc-list li:before {
  color: #c95500;
  margin-right: 6px;
  counter-increment: list;
  content: counter(list,lower-alpha);
  width: 14px;
  display: inline-block;
  float: left; }

ul.bullets, ol.bullets {
  list-style: none;
  margin-bottom: 10px; }

ul.bullets li, ol.bullets li {
  padding: 0;
  padding-left: 15px;
  text-indent: -15px;
  margin-bottom: 10px; }

ul.bullets li::before, ol.bullets li::before {
  font-family: miiconfont;
  content: " ";
  color: #c95500;
  padding-right: 9px; }

ul.linklist li, ol.linklist li {
  clear: both;
  position: relative;
  margin: 3px 0; }

ul.linklist li::before, ol.linklist li::before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f061 ";
  color: #c95500;
  margin: 3px 10px 0 0px;
  display: block;
  position: absolute; }

ul.linklist a, ol.linklist a {
  color: #444;
  margin: 0;
  padding: 0 0 0 18px;
  display: inline-block;
  position: relative; }

ul.linklist a:hover, ol.linklist a:hover {
  color: #c95500; }

ul.linklist.noLink li::before, ol.linklist.noLink li::before {
  content: ""; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */ }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/preload.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

/* Back top Arrow in the lower right corner */
#back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all .25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center; }

#back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7); }

#back-top a i {
  font-size: 2em; }

@media (max-width: 767px) {
  #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px; }

  #back-top a i {
    font-size: 1.6em; } }
/* Default Button */
.teaserbutton {
  padding: 5px 10px;
  color: #fff;
  border: 0;
  background-color: #c95500;
  transition: all .3s ease-in-out;
  cursor: pointer;
  cursor: pointer;
  display: inline-block; }

.teaserbutton:hover {
  padding: 5px 10px;
  color: #fff;
  border: 0;
  background-color: #ccc; }

/*



.yamm .yamm-content {
    padding: 0;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    min-height: 400px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.col-megamenu {
    border-right: solid 1px #ddd;
    padding: 0;
}
*/
.megamenu-block .megamenu-block-title {
  line-height: 1;
  margin: 0;
  padding: 15px 20px 10px 20px;
  text-transform: uppercase; }

.megamenu-block .megamenu-block-title i {
  margin-right: 5px; }

.megamenu-block .megamenu-block-title {
  text-transform: uppercase; }

.megamenu-block ul {
  margin: 0;
  padding: 0; }

.navbar-dark .dropdown .dropdown-menu {
  background-color: #fff;
  color: #fff;
  box-shadow: none; }

/* Breadcrumbnavigation */
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 15px;
  display: inline-block; }

.breadcrumb li:last-child {
  font-weight: 700; }

/* Pagination */
.pagination > li > a, .pagination > li > span, .pagination > li > button {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 0px;
  margin-bottom: 1px;
  line-height: 1.42857143;
  color: #444;
  text-decoration: none;
  background-color: #eee;
  border: 0px solid #fff; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #c95500;
  border-color: #fff;
  color: #fff;
  border-radius: 0; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #c95500;
  border-color: #fff;
  border-radius: 0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px !important;
  border: none; }

.pagination a, .pagination button {
  border-radius: 0px !important;
  transition: none;
  margin: 0 1px 0 0; }

.pagination .active a {
  margin: 0 1px 0 0; }

.pagination .page-item a, .pagination .page-item button {
  min-width: 40px;
  text-align: center; }

.pagination .page-item.disabled a, .pagination .page-item.disabled button {
  color: #aaa;
  background-color: #eee; }

.ui-autocomplete {
  background: white;
  z-index: 1; }

.ui-autocomplete li.ui-menu-item {
  padding: 5px 6px;
  background: #eee; }

.ui-autocomplete li.ui-menu-item:hover {
  background: #c95500; }

.ui-autocomplete {
  background: white;
  z-index: 1; }
  .ui-autocomplete li.ui-menu-item {
    padding: 5px 6px;
    background: #eee; }
    .ui-autocomplete li.ui-menu-item:hover {
      background: #c95500; }

.paginationWrapper {
  text-align: center; }

.paginationWrapper {
  text-align: center; }

/* Forms */
.form-control:focus {
  border-color: #c95500;
  box-shadow: none; }

textarea.form-control:focus {
  border-color: #c95500; }

/* Ratgeber Bestellformular */
.orderform label {
  font-weight: normal; }

.orderform input[type="radio"] {
  vertical-align: middle;
  margin: 4px; }

/* ABO LABELS

HINWEISE:

.inline-abolabel = Kleines Abo-Label. Z.B. in Sidebar-Widget "Beliebte Artikel".

.teaser.abo = Teaser mit dieser Klasse ist nur Abonnenten und bei Einzelartikelkauf zugänglich.

.teaser.abo.unlocked = Der Artikel ist freigeschaltet.

.teaser-unlocked = Einzelartikel ist freigeschaltet.

.teaser.abo.white = Der Artikel ist frei, es wird kein Symbol angezeigt.

*/
.container .teaser .teaserheader .abolabel {
  background-color: #666;
  width: 64px;
  height: 20px;
  border-radius: 3px;
  float: left;
  position: relative;
  overflow: hidden;
  display: none;
  margin: -6px 0 0px 0;
  cursor: pointer;
  transition: opacity .3s ease-in-out; }
  .container .teaser .teaserheader .abolabel:hover {
    opacity: .6; }
  @media screen and (max-width: 767px) {
    .container .teaser .teaserheader .abolabel {
      margin: 0; } }

.template-artikel .teaser .teaserheader .abolabel {
  margin-top: 0;
  margin-bottom: 20px;
  float: right; }

.container .teaserwrapper.col-sm-6 .teaser .abolabel {
  margin-right: 0px; }

.container .teaser.abo .teaserheader .abolabel .type {
  background-color: #c95500;
  width: 66%;
  height: 100%;
  float: right; }

.container .teaser.abo .teaserheader .abolabel {
  width: 42px; }

.container .teaser.abo .teaserheader .abolabel .type {
  width: 50%; }

.container .teaser.abo .teaserheader .abolabel .type:after {
  position: absolute;
  font: normal normal normal 13px/1 FontAwesome;
  content: "\f067";
  color: #fff;
  padding: 3px 3px 0 0;
  left: 25px;
  top: 1px; }

.inline-abolabel {
  display: inline-block;
  width: 20px;
  position: relative; }

.inline-abolabel:before {
  font: normal normal normal 11px/1 FontAwesome;
  content: "\f067";
  display: inline-block;
  margin-right: 5px;
  padding: 3px 3px 2px 3px;
  border-radius: 2px;
  float: left;
  color: #fff;
  background-color: #c95500;
  position: absolute;
  top: -14px; }

/* teaser abo locked */
.container .teaser.abo .teaserheader .abolabel {
  background-color: #666;
  display: block;
  float: right; }

.container .teaser.abo .teaserheader .abolabel .type:before {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f023";
  color: #fff;
  left: 6px;
  top: 3px; }

/* teaser abo unlocked */
.inline-abolabel.unlocked:before {
  background-color: #72d4b5; }

.inline-abolabel.unlockable:before {
  background-color: #eebb00; }

.hometeaser .teaser.abo.unlocked .teaserheader .abolabel {
  background-color: #1b926c;
  display: block; }

.hometeaser .teaser.abo.unlocked .teaserheader .abolabel .type {
  background-color: #72d4b5; }

.hometeaser .teaser.abo.unlockable .teaserheader .abolabel .type {
  background-color: #eebb00; }

.container .teaser.abo.unlockable .teaserheader .abolabel .type:before {
  content: "\f13e"; }

/* teaser abo white */
.inline-abolabel.white:before {
  background-color: #ffffff; }

.hometeaser .teaser.abo.white .teaserheader .abolabel {
  background-color: #ffffff;
  display: block; }

.hometeaser .teaser.abo.white .teaserheader .abolabel .type {
  background-color: #ffffff; }

/*
.hometeaser .teaser.abo.teaser-unlocked .teaserheader .abolabel .type:after{
    content: "\f067";
}

body.abo-unlocked .hometeaser .teaser.abo.teaser-unlocked .teaserheader .abolabel .type:after{
    content: "\f067";
}
*/
.hometeaser .teaser.abo.unlocked .teaserheader .abolabel .type:before {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #fff;
  left: 4px;
  top: 3px; }

/* Carousel / Home Slider */
#stage {
  padding: 0 !important;
  border-top: 1px solid #fff !important; }

#stage section {
  margin-bottom: 0 !important;
  padding: 0px !important; }

.wrap-hero .carousel-hero {
  /*max-height: 500px;*/
  overflow: hidden;
  padding: 0;
  background-image: none;
  background-color: #fff; }

.wrap-hero .carousel-hero .item .container {
  padding: 0;
  background-color: #fff; }

.wrap-hero .carousel-hero .carousel-control {
  display: none; }

.wrap-hero .carousel-hero img {
  width: 100%;
  height: auto; }

.carousel-inner .container {
  background-color: #fff; }

.carousel-indicators {
  top: auto !important;
  bottom: -8px !important;
  position: relative;
  bottom: 0px;
  left: 0%;
  width: 100%;
  padding-left: 0;
  margin: -30px 0 0 0;
  border-top: 0px solid #fff;
  bottom: 0 !important; }

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  padding-left: 0 !important;
  margin: 10px 10px 3px 10px !important;
  text-indent: -999px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 3px rgba(0, 0, 0, 0.3); }

.carousel-indicators li:before {
  content: ""; }

.carousel-indicators li:hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 0px rgba(0, 0, 0, 0); }

.carousel-indicators li.active {
  background-color: #fff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 0px rgba(0, 0, 0, 0); }

.animation-delay-1 {
  animation-delay: .1s !important; }

.animation-delay-2 {
  animation-delay: .2s !important; }

.animation-delay-3 {
  animation-delay: .3s !important; }

.animation-delay-4 {
  animation-delay: .4s !important; }

.animation-delay-5 {
  animation-delay: .5s !important; }

.animation-delay-6 {
  animation-delay: .6s !important; }

.animation-delay-7 {
  animation-delay: .7s !important; }

.animation-delay-8 {
  animation-delay: .8s !important; }

.animation-delay-9 {
  animation-delay: .9s !important; }

.animation-delay-10 {
  animation-delay: .10s !important; }

/* Formulare */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #eee;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
  -webkit-box-shadow: none;
  box-shadow: none; }

select.form-control {
  padding: 6px 6px; }

.form-control.error {
  background-color: #f9ebe1;
  color: #c95500 !important; }

.form-control.error::-webkit-input-placeholder {
  /* Chrome */
  color: #d8ab8a; }

.form-control.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #d8ab8a; }

.form-control.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8ab8a;
  opacity: 1; }

.form-control.error:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #d8ab8a;
  opacity: 1; }

.form-control.disabled {
    cursor: not-allowed;
    background-color: #f7f7f7;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 0px solid transparent;
  border-radius: 0px; }

.noMargin {
  margin: 0 !important; }

.noMarginBottom {
  margin-bottom: 0 !important; }

.moreText {
  /* Text der beim Laden der Seite versteckt ist und mit Klick auf "Weiterlesen" angezeigt wird. */
  display: none; }

.textbutton {
  cursor: pointer;
  white-space: nowrap; }

.toggleContent {
  display: none; }

.textbutton .labelOut {
  display: none; }

.textbutton .labelIn.arrow:before {
  content: "\f054";
  font-family: "FontAwesome";
  padding: 0 8px 0 3px;
  font-size: 10px; }

.textbutton .labelOut.arrow.up:before {
  content: "\f077";
  font-family: "FontAwesome";
  padding: 0 8px 0 3px;
  font-size: 10px; }

.textbutton .labelOut.arrow.down:before {
  content: "\f078";
  font-family: "FontAwesome";
  padding: 0 5px 0 3px;
  font-size: 10px; }

.download:before {
  content: "\f019";
  font-family: "FontAwesome";
  padding: 0 5px 0 3px; }

.external-link-new-window:before {
  content: "\f08e";
  font-family: "FontAwesome";
  padding: 0 5px 0 3px; }

/* Code */
code {
  padding: 0;
  line-height: 19px;
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  color: #666; }

ol.code {
  width: 100%;
  display: block;
  /*list-style-type:decimal;*/
  box-sizing: border-box;
  padding: 0 0 0 0;
  background-color: #eee;
  color: #666;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  border: 1px solid #eee; }

ol.code li {
  margin: 0;
  padding: 0;
  line-height: 19px;
  width: 100%;
  padding: 3px 10px 3px 10px;
  background-color: #fff; }

ol.code li:before {
  margin: 0;
  padding: 0;
  content: ""; }

ol.code li:nth-child(odd) {
  background-color: #f7f7f7; }

ol.code li code {
  margin: 0;
  line-height: 19px;
  width: calc(100% - 20px);
  display: block;
  border-radius: 0;
  background-color: transparent;
  color: #666;
  border: 0; }

ul.panelResult, ul.ergebnisListe {
  list-style: none;
  margin: 30px 0 30px 0;
  padding: 0;
  border-bottom: 1px solid #c95500; }

ul.ergebnisListe {
  list-style: none;
  margin: 0px 0 10px 0;
  padding: 0;
  border-bottom: 1px solid #c95500; }

ul.panelResult li, ul.ergebnisListe li {
  border-top: 1px solid #c95500;
  padding: 10px 0;
  display: flex; }

ul.panelResult .title, ul.ergebnisListe .title {
  text-align: left;
  width: 80%;
  float: left;
  position: relative;
  display: inline; }

ul.panelResult .value, ul.ergebnisListe .value {
  text-align: right;
  width: 20%;
  float: right;
  position: relative;
  display: inline; }

.tableWrapper {
  width: 100%;
  overflow-x: auto;
  display: block;
  padding: 0; }

table.ergebnisListe {
  width: 100%; }

table.ergebnisListe th {
  background-color: #eee;
  padding: 10px;
  vertical-align: top; }

table.ergebnisListe thead tr.tableHeadline th {
  font-weight: normal;
  background-color: #ddd;
  color: #333;
  font-size: 15px;
  border-bottom: 1px solid #fff; }

table.ergebnisListe thead tr.tableHeadline th strong {
  font-size: 21px;
  font-weight: 500; }

table.ergebnisListe td {
  border-bottom: 1px solid #eee;
  padding: 10px;
  vertical-align: top; }

table.ergebnisListe tfoot td {
  background-color: #eee; }

.contentPanel .panel-collapse {
  padding: 0; }

ul.leistungsspiegelErgebnisse li:last-child .panelContent, ul.contentPanels li:last-child .panelContent {
  border-bottom: 1px solid #eee; }

/* Login-Formular */
.login-form .hinweisText, .forgotPasswordForm .hinweisText {
  margin: 10px 0; }

.login-form input[type="text"], .forgotPasswordForm input[type="text"], .login-form input[type="password"], .forgotPasswordForm input[type="password"], .askForEmailAddress-form input[type="text"] {
  margin: 0 0px 10px 0px;
  border: 0;
  background-color: #eee;
  padding: 5px;
  width: 100%; }

.login-form .passwortVergessen, .forgotPasswordForm .passwortVergessen {
  margin: 10px 0; }

.login-form .aboLink, .forgotPasswordForm .aboLink {
  color: #c95500; }

.login-form .error, .forgotPasswordForm .error {
  margin: 10px 0; }

.forgotPasswordForm {
  display: none; }

.forgotPasswordResponse {
  display: none; }

.forgotPasswordResponse .teaserbutton {
  margin: 10px 0; }

.login-form label.error, .forgotPasswordForm label.error {
  margin: 0px 0 10px 0;
  font-weight: 400;
  color: #c95500; }

form label.error, div.error {
  display: none;
  margin: 10px 0 10px 0;
  font-weight: 400;
  color: #c95500; }

.alert {
  /*display:none;*/ }

.cookieCompliance {
  background-color: rgba(201, 85, 0, 0.8) !important;
  color: #fff;
  text-align: left;
  padding: 20px;
  font-size: 16px !important;
  border-top: 1px solid #fff; }

.cookieCompliance .cookieText {
  width: 70%;
  display: inline-block; }
  @media (max-width: 767px) {
    .cookieCompliance .cookieText {
      width: 100%;
      margin-bottom: 20px; } }

.cookieCompliance a {
  text-decoration: underline;
  color: #fff; }

.cookieCompliance button {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px;
  float: right;
  font-size: 16px;
  transition: all .3s ease-in-out;
  margin: 0px 70px 0 0; }
  @media (max-width: 767px) {
    .cookieCompliance button {
      float: left; } }

.cookieCompliance button:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid #fff; }

.datepicker {
  background-color: #eee; }
  .datepicker input {
    padding: 6px 0 6px 12px; }

.datepicker .input-group-addon {
  border: none;
  border-radius: 0;
  cursor: pointer; }

.datepicker .input-group-addon i {
  transition: all .3s ease-in-out; }

.datepicker .input-group-addon i:hover {
  opacity: .6; }

#datetimepicker_from, #datetimepicker_to {
  position: relative;
  width: 100%; }

#datetimepicker_from:before, #datetimepicker_to:before {
  content: "von";
  padding: 8px 4px 0 8px;
  font-size: 11px;
  z-index: 2;
  float: left;
  opacity: .6; }

#datetimepicker_to:before {
  content: "bis"; }

#datetimepicker_from input, #datetimepicker_to input {
  padding: 0;
  width: 80px;
  max-height: 36px; }

#datetimepicker_from .calendaricon, #datetimepicker_to .calendaricon {
  padding-left: 0;
  position: absolute;
  z-index: 2;
  right: 11px;
  top: 4px; }

a.ausgabe:before {
  content: "\f061";
  font-family: "FontAwesome";
  padding: 0 5px 0 3px; }

.paymentradiobutton {
  float: left;
  margin-top: 10px !important; }

.paymenticon {
  height: 34px;
  width: 44px;
  background-size: cover;
  display: inline-block;
  float: right;
  margin-right: 5px; }

.paymentlabel {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  float: right; }

.paymenticon.rechnung {
  background-image: url(../img/paymenticons/rechnung.png); }

.paymenticon.kreditkarte {
  background-image: url(../img/paymenticons/kreditkarte.png); }

.paymenticon.paypal {
  background-image: url(../img/paymenticons/paypal.png); }

.paymenticon.paydirekt {
  background-image: url(../img/paymenticons/paydirekt.png); }

.paymenticon.sepa {
  background-image: url(../img/paymenticons/sepa.png); }

/* Zeichenformate (aus InDesign-Templates)*/
.URL {
  text-decoration: underline; }

.Fett_URL, .Fett-URL {
  font-weight: bold; }

.AZ_K-stchen, .AZ_Kaestchen, .AZ-Kaestchen, .AZ-Kaestchen-blau, .AZ-Kaestchen-grau {
  color: #ec6122;
  font-family: "miiconfont", sans-serif;
  /*font-size:10px;*/
  font-style: normal;
  font-weight: normal;
  margin: 0 7px 0 0; }

.AZ_Kaestchen.grau, .AZ-Kaestchen-grau {
  color: #9c9c9c; }

.AZ_Kaestchen.blau, .AZ-Kaestchen-blau {
  color: #0069a9; }

.WIW-Kasten .AZ_Kaestchen.blau, .WIW-Kasten .AZ-Kaestchen-blau {
  color: #0069a9;
  font-size: 14px !important; }

.Zitat {
  font-style: italic;
  font-weight: normal; }

.Zitat_Fett, .Zitat-Fett {
  font-style: italic;
  font-weight: bold; }

.Zitat-URL {
  font-style: italic;
  text-decoration: underline; }

.Zitat-URL-fett {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline; }

.Fett {
  font-style: normal;
  font-weight: bold; }

.Fett-Kursiv {
  font-style: italic;
  font-weight: bold; }

.Kastenaufz-hlnummer, .Kastenaufzaehlnummer {
  text-decoration: underline; }

.Service-Nr-, .Service-Nr {
  color: #0069a9;
  font-size: 10px;
  font-style: normal;
  font-weight: bold; }

.Zwischen-berschrift, .Zwischenueberschrift, .Zwischenueberschrift-Zitat {
  color: #ec6225;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: bold; }

.miicons {
  font-family: miiconfont, sans-serif; }

li.Fliesstext-nummeriert-letzter {
  margin-bottom: 10px; }

li.Fliesstext-haengend, li.Fliesstext-haengend-letzter {
  text-indent: 0px;
  padding-left: 20px; }

li.Fliesstext-haengend-letzter {
  margin-bottom: 10px; }

li.Fliesstext-haengend:before, li.Fliesstext-haengend-letzter:before {
  font-family: miiconfont, sans-serif;
  content: "";
  color: #c95500;
  margin-left: -22px;
  margin-right: 20px;
  padding-left: 0px; }

.Einfacher-Textrahmen {
  /*border:1px solid #ccc;
  padding:15px;
  margin:15px 0;
  overflow-x:auto;*/
  clear: both; }

/* Absatzformate */
.Impressum_Text {
  /*color:#000000;
  font-family:"Interstate Regular", sans-serif;*/
  font-size: 8px;
  font-style: italic;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  margin-left: inherit;
  margin-right: inherit;
  margin-top: inherit;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1; }

.Fliesstext {
  /*color:#000000;
  font-family:"Liberation Serif", serif;
  font-size:10px;*/
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  orphans: 2;
  page-break-after: auto;
  page-break-before: auto;
  text-align-last: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 2; }

.Ueberschrift, .Ueberschrift-12-14, .Ueberschrift-12-15, .Ueberschrift-14-18, .Raffer-Ueberschrift, .Telegramme-Ueberschrift, .ueberschrift-haupt-gross, .ueberschrift-fliesstext, .ueberschrift-fliesstext-klein, .impressum .headline {
  color: #ec6225;
  /*font-family:"Interstate Regular", sans-serif;*/
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  margin: 30px 0 10px 0;
  orphans: 1;
  page-break-after: auto;
  page-break-before: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  widows: 1;
  clear: both; }

.Ueberschrift-12-14, .Ueberschrift-12-15 {
  font-size: 17px; }

.Ueberschrift-14-18 {
  font-size: 19px; }

.Raffer-Zwischenueberschrift, .Telegramme-Zwischenueberschrift {
  color: #ec6225;
  font-weight: 600; }

.Raffer-Zwischenueberschrift-Zitat, .Telegramme-Zwischenueberschrift-Zitat {
  color: #ec6225;
  font-weight: 600;
  font-style: italic; }

.ueberschrift-fliesstext-klein {
  color: #ec6225;
  font-size: 16px; }

.Kasten-Titel {
  font-size: 17px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
  opacity: .7; }

.Kasten-Titel-klein {
  font-size: 14px;
  line-height: 16px;
  color: #ec6225;
  font-weight: 600; }

/* Zeichenformate */
.URL {
  text-decoration: underline; }

.Fett_URL, .Fett-URL {
  font-weight: bold;
  text-decoration: underline; }

.AZ_K-stchen, .AZ_Kaestchen, .AZ-Kaestchen, AZ-Kaestchen-blau, AZ-Kaestchen-grau {
  color: #ec6122;
  font-family: "miiconfont", sans-serif;
  /*font-size:10px;*/
  font-style: normal;
  font-weight: normal;
  margin: 0 7px 0 0; }

.AZ_Kaestchen.grau, .AZ-Kaestchen-grau {
  color: #9c9c9c; }

.AZ_Kaestchen.blau, .AZ-Kaestchen-blau {
  color: #0069a9; }

.Zitat {
  font-style: italic;
  font-weight: normal; }

.Zitat_Fett, .Zitat-Fett {
  font-style: italic;
  font-weight: bold; }

.Zitat-URL {
  font-style: italic;
  text-decoration: underline; }

.Zitat-URL-fett {
  font-style: italic;
  font-weight: bold;
  text-decoration: underline; }

.Fett {
  font-style: normal;
  font-weight: bold; }

.Kastenaufz-hlnummer, .Kastenaufzaehlnummer {
  text-decoration: underline; }

.Service-Nr-, .Service-Nr {
  color: #0069a9;
  font-size: 10px;
  font-style: normal;
  font-weight: bold; }

.Zwischen-berschrift, .Zwischenueberschrift {
  color: #ec6225;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: bold; }

.Zwischen-berschrift-Zitat, .Zwischenueberschrift-Zitat {
  color: #ec6225;
  font-family: inherit;
  font-size: inherit;
  font-style: italic;
  font-weight: bold; }

.miicons, .Nuemmerchen {
  font-family: miiconfont, sans-serif; }

li.Fliesstext-nummeriert-letzter, li.Fliesstext-alphabetisch-letzter, li.Kasten-nummeriert-letzter, li.Kasten-alphabetisch-letzter {
  margin-bottom: 10px; }

li.Fliesstext-haengend, li.Fliesstext-haengend-letzter, li.Kasten-Aufz, li.Kasten-Aufz-letzter, li.Kasten-alphabetisch, li.Kasten-alphabetisch-letzter {
  text-indent: 0px;
  padding-left: 20px; }

li.Fliesstext-haengend-letzter, li.Kasten-Aufz-letzter {
  margin-bottom: 10px; }

li.Fliesstext-haengend:before, li.Fliesstext-haengend-letzter:before, li.Kasten-Aufz:before, li.Kasten-Aufz-letzter:before, li.Kasten-alphabetisch:before, li.Kasten-alphabetisch-letzter:before {
  font-family: miiconfont, sans-serif;
  content: "";
  color: #c95500;
  margin-left: -22px;
  margin-right: 20px;
  padding-left: 0px; }

li.Kasten-alphabetisch:before, li.Kasten-alphabetisch-letzter:before {
  color: #c95500;
  margin-right: 6px;
  counter-increment: list;
  content: counter(list,lower-alpha);
  width: 14px;
  display: inline-block;
  float: left; }

table {
  width: 100%; }

table tr {
  border-top: 1px solid #eee; }

table tr:first-child {
  border-top: 0px solid #eee; }

table td {
  padding-top: 10px; }

.kasten {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0;
  clear: both; }
  @media all and (max-width: 767px) {
    .kasten {
      float: none !important;
      margin: 0 0 10px 0 !important; } }

.kasten.grau {
  background-color: #eee; }

.kasten.orange {
  background-color: #ebc7a6;
  color: #4c4036; }

.beilagen-autoren-kasten.orange {
  border: 0;
  background-color: #ebc7a6;
  color: #4c4036; }

.kasten.right {
  float: right;
  margin-left: 15px;
  clear: both; }

.kasten.left {
  float: left;
  margin-right: 15px;
  clear: both; }

.kasten-padding {
  padding: 15px; }

.Ausgabenverweis-Pfeil {
  font-family: "miiconfont", sans-serif;
  color: #c95500; }

.Ausgabenverweis-Text {
  color: inherit;
  font-size: 10px;
  font-style: normal;
  font-weight: bold; }

.teaserwrapper .teaserwrapper .Ausgabenverweis-Pfeil {
  font-family: "miiconfont", sans-serif;
  color: inherit; }

.WIW-Kasten {
  padding: 15px; }

.WiW-Titel-gross {
  font-size: 22px;
  font-weight: bold;
  color: #3a4683;
  padding-top: 0px; }

.WiW-Titel-klein {
  font-weight: bold;
  color: #3a4683; }

.template-dashboard .teaser.intro {
  min-height: 0; }
.template-dashboard .deleteIcon {
  margin-right: 5px; }
.template-dashboard .deleteIcon, .template-dashboard .deleteLabel {
  display: inline; }
.template-dashboard .contentwidget ul.linklist li a {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis; }
.template-dashboard ul.abolist {
  /*border-top:1px solid #ddd;*/
  margin: 0 0 20px 0; }
.template-dashboard ul.abolist > li {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd; }
.template-dashboard ul.abolist ul.bullets {
  margin: 20px 0 0 0;
  padding: 0 0px 0 0px; }
.template-dashboard .dashboard-merkliste .articleLink {
  color: #444; }
.template-dashboard .dashboard-merkliste .articleLink:hover {
  color: #c95500; }
.template-dashboard .contentwidget.ratgeber ul.linklist .emptyList a, .template-dashboard .contentwidget.ratgeber ol.linklist .emptyList a {
  display: inline !important;
  color: #c95500 !important;
  margin: 0;
  padding: 0; }
.template-dashboard .contentwidget.ratgeber ul.linklist .emptyList a:hover, .template-dashboard .contentwidget.ratgeber ol.linklist .emptyList a:hover {
  color: #444 !important; }
.template-dashboard .body .gekaufteArtikelAnzeige {
  margin: 0 0 20px 0; }
.template-dashboard .contentwidget .gekaufteArtikelAnzeigeInWidget {
  display: block;
  bottom: 20px;
  right: 20px;
  position: absolute;
  color: #999; }
.template-dashboard .abolist li {
  clear: both; }
.template-dashboard .abolist .aboOptions {
  width: 100%;
  margin: -5px 0 5px 0; }
.template-dashboard .abolist .aboOptions .teaserbutton {
  margin-bottom: 3px; }
.template-dashboard .abolist .aboBrief {
  width: 100%;
  margin-bottom: 15px; }
.template-dashboard .abolist .aboBrief.bereitgestellt {
  margin-bottom: 0 !important; }
.template-dashboard .abolist .aboBriefLabel {
  display: inline; }
.template-dashboard .abolist .aboBriefTitel {
  display: inline-block;
  font-weight: bold; }
.template-dashboard .abolist .toggleContent {
  padding: 10px 0 0 0; }
  @media (min-width: 768px) {
    .template-dashboard .abolist .toggleContent {
      padding: 10px 0 0 17px; } }
.template-dashboard .changeShippingAddressForm {
  width: 100%; }
  @media (min-width: 768px) {
    .template-dashboard .changeShippingAddressForm {
      width: 50% !important; } }
.template-dashboard .abolist .zahlungsweise-left {
  padding: 0; }
.template-dashboard .abolist .zahlungsweise-right {
  padding: 0; }

.suchergebnisheader {
  margin-bottom: 10px; }

.suchergebnisheader.suchbegriffe {
  padding: 0 5px 0 0; }

.suchergebnisheader.branchenbriefe {
  padding: 0 5px 0 5px; }
  .suchergebnisheader.branchenbriefe select {
    padding: 0 0 0 7px; }

.suchergebnisheader.themen {
  padding: 0 0 0 5px; }
  .suchergebnisheader.themen select {
    padding: 0 0 0 7px; }

.suchergebnisheader.datum-von {
  padding: 0 5px 0 0px; }

.suchergebnisheader.datum-bis {
  padding: 0 5px 0 5px; }

@media (max-width: 767px) {
  .suchergebnisheader {
    padding: 0 0 0 0 !important; } }

.suchergebnisheader.content-type {
  padding: 0 5px 0 5px; }
  .suchergebnisheader.content-type select {
    padding: 0 0 0 7px; }

.suchergebnisheader.sortierung {
  padding: 0 0px 0 5px; }
  .suchergebnisheader.sortierung select {
    padding: 0 0 0 7px; }

.suchergebnisheader.suchbutton {
  padding: 0 0 0 5px; }
  .suchergebnisheader.suchbutton .teaserbutton {
    padding: 6px 0; }

.suchergebnisheader.resultInfo {
  padding: 10px 0; }

.suchergebnisse {
  padding-top: 0 !important; }
  .suchergebnisse .beitrag {
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 10px 0; }
  .suchergebnisse .beitrag h6 {
    margin: 10px 0 0px 0;
    font-size: 14px; }
  .suchergebnisse .beitrag h6 a {
    color: #333;
    font-weight: 500; }
  .suchergebnisse .beitrag h6 a:hover {
    color: #c95500; }
  .suchergebnisse .beitrag h6 a i {
    margin: 0 5px 0 0; }
  .suchergebnisse .beitraege {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid  #ddd; }
  .suchergebnisse .teaserfunctions {
    clear: both;
    margin: 10px 0 45px 0; }
  .suchergebnisse .kommentieren {
    display: none; }
  .suchergebnisse .suchergebnisBody {
    padding: 5px 0 0 0; }
    .suchergebnisse .suchergebnisBody em {
      font-style: normal;
      background-color: #ddd; }
  .suchergebnisse .suchergebnisBody .datum {
    color: #999;
    margin: 0 5px 0 0; }

.tx-rb-solr .body form {
  display: inline-block; }

.tx-rb-solr .suchergebnisBody p {
  display: inline; }

.template-registerform h1 {
  margin: 0 0 20px 0; }
.template-registerform .fieldTitle {
  clear: both;
  float: left;
  width: 30%;
  margin-bottom: 15px; }
  @media all and (max-width: 767px) {
    .template-registerform .fieldTitle {
      margin-bottom: 2px;
      width: 100%; } }
.template-registerform .fieldValue {
  float: left;
  width: 70%;
  margin-bottom: 15px; }
  @media all and (max-width: 767px) {
    .template-registerform .fieldValue {
      width: 100%; } }
.template-registerform .fieldFullsize {
  clear: both;
  width: 100%;
  margin-bottom: 10px; }
.template-registerform label {
  font-weight: normal; }
.template-registerform .agb {
  float: left; }
.template-registerform .pagination {
  margin: 0; }
.template-registerform .content.mainContent {
  padding-top: 0 !important; }
.template-registerform .responseMessage {
  display: inline-block; }
.template-registerform .smallText {
  font-size: 11px;
  line-height: 15px; }
.template-registerform .registrierungsBlock {
  display: inline-block;
  clear: both;
  width: 100%; }
.template-registerform .branchenbriefInfos p {
  margin-bottom: 7px; }
.template-registerform .branchenbriefInfos .preis {
  font-size: larger;
  font-weight: bold; }

@media all and (min-width: 768px) {
  .template-formularcenter .teaserwrapper.suchergebnisheader.jahre {
    padding-right: 10px; } }
.template-formularcenter .formcenterContent {
  margin: 20px 0 30px; }
.template-formularcenter .formcenterContent.left {
  height: 0px; }
  @media all and (min-width: 768px) {
    .template-formularcenter .formcenterContent.left {
      height: 20px; } }
.template-formularcenter .formcenterContent.right {
  padding-left: 0; }
.template-formularcenter .formcenterContent table > tbody > tr > td > table {
  margin: 10px 0 10px !important;
  border-top: 1px solid #ddd;
  border-bottom: 0px solid #ddd;
  width: 100%;
  background-color: #eee; }
.template-formularcenter .formcenterContent table > tbody > tr > td > table > tbody > tr > td {
  padding: 10px !important;
  border-bottom: 1px solid #ddd; }
.template-formularcenter .formcenterContent > table > tbody > tr > td:nth-child(1), .template-formularcenter .formcenterContent > table > tbody > tr > td:nth-child(2) {
  display: none; }
.template-formularcenter .formcenterContent h2 {
  margin-top: 0; }
.template-formularcenter .formcenterContent .mi:before {
  content: "\f019";
  font-family: "FontAwesome";
  padding: 0 5px 0 3px; }

body.cke_editable {
  overflow: scroll; }

.htmlbrief .sb-site-container .boxed {
  max-width: 878px !important; }
  @media all and (min-width: 768px) {
    .htmlbrief .sb-site-container .boxed {
      padding: 25px; } }
.htmlbrief .container {
  width: 100% !important; }
.htmlbrief .container .row .teaser {
  min-height: 20px; }
.htmlbrief .htmlbrief-header {
  width: 100%;
  padding: 15px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative; }
  @media all and (min-width: 1024px) {
    .htmlbrief .htmlbrief-header {
      padding: 15px 50px; } }
.htmlbrief .htmlbrief-header img {
  width: 100%;
  height: auto; }
.htmlbrief .briefinfo {
  width: calc(100% - 100px);
  padding: 15px;
  margin: 0 50px 30px;
  box-sizing: border-box;
  background-color: #eee;
  text-align: center;
  font-weight: 500; }
  @media all and (max-width: 374px) {
    .htmlbrief .briefinfo {
      width: calc(100% - 30px);
      padding: 15px 30px;
      margin: 0 15px 20px;
      font-size: 6.4px;
      padding: 5px; } }
  @media all and (min-width: 375px) {
    .htmlbrief .briefinfo {
      width: calc(100% - 30px);
      padding: 15px;
      margin: 0 15px 20px;
      font-size: 7.5px;
      padding: 5px; } }
  @media all and (min-width: 768px) {
    .htmlbrief .briefinfo {
      width: calc(100% - 30px);
      padding: 15px;
      margin: 0 15px 20px;
      font-size: 12px;
      padding: 10px; } }
  @media all and (min-width: 1024px) {
    .htmlbrief .briefinfo {
      width: calc(100% - 100px);
      padding: 15px;
      margin: 0 50px 20px;
      font-size: 14px;
      padding: 15px; } }
.htmlbrief .rightcolumn, .htmlbrief .leftcolumn {
  border-top: 0px solid #ddd; }
.htmlbrief .rightcolumn {
  padding: 0px 0 0 0; }
.htmlbrief .container .row .teaser .content {
  padding: 0 0 0 0; }
.htmlbrief .sb-site-container {
  margin-top: 0px; }
.htmlbrief .leftcolumn .teaser {
  padding: 0px 15px 15px 15px !important; }
  @media all and (min-width: 1024px) {
    .htmlbrief .leftcolumn .teaser {
      padding: 0px 50px 15px 50px !important; } }
@media all and (min-width: 1024px) {
  .htmlbrief .rightcolumn .teaser {
    margin: 0px 50px 15px 0px !important; } }
.htmlbrief .leftcolumn .teaser .teasermedia {
  margin-top: 25px; }
.htmlbrief .redaktionskontakt, .htmlbrief .impressum {
  margin-top: 0 !important; }
.htmlbrief .Einlaufzeilen {
  width: 100%;
  padding: 0px 15px 0 15px;
  box-sizing: border-box;
  font-weight: 500;
  margin: 0; }
  @media all and (min-width: 1024px) {
    .htmlbrief .Einlaufzeilen {
      padding: 0px 50px 0 50px !important; } }
.htmlbrief .Einlaufzeilen .AZ-Kaestchen {
  content: "";
  font-family: "miiconfont", sans-serif;
  color: #ec6225;
  margin-right: 7px; }
.htmlbrief .Ueberschrift, .htmlbrief .Raffer-Ueberschrift, .htmlbrief .Telegramme-Ueberschrift, .htmlbrief .ueberschrift-haupt-gross, .htmlbrief .ueberschrift-fliesstext, .htmlbrief .ueberschrift-fliesstext-klein {
  border-top: 1px solid #ddd;
  padding-top: 30px; }
.htmlbrief .container .row .teaser:last-child {
  margin-bottom: 0px; }
.htmlbrief .teaser.witz, .htmlbrief .teaser.redaktionskontakt, .htmlbrief .teaser.impressum {
  border-top: 1px solid #ddd;
  padding: 30px 0 13px 0 !important;
  clear: both;
  margin: 30px 0 17px 0;
  display: inline-block;
  width: 100%; }
.htmlbrief .teaser.redaktionskontakt {
  border-top: 0; }
.htmlbrief .teaser.impressum .headline {
  margin: 0px 0 17px 0 !important; }
.htmlbrief .teaser.impressum {
  font-size: 11px; }
.htmlbrief .redaktionskontakt ul li {
  width: 50%;
  margin-bottom: 1px;
  padding: 5px 7px 5px 0px;
  transition: background-color .3s ease-in-out;
  display: inline-block;
  text-align: left; }
  @media (max-width: 767px) {
    .htmlbrief .redaktionskontakt ul li {
      width: 100%; } }
.htmlbrief .redaktionskontakt .headline {
  color: #333 !important;
  font-weight: 500 !important;
  margin-bottom: 15px; }
@media (max-width: 767px) {
  .htmlbrief .redaktionskontakt .headline {
    padding-top: 15px; } }
.htmlbrief .redaktionskontakt .headline i {
  color: #333 !important;
  width: 14px;
  margin-left: 3px; }
.htmlbrief .redaktionskontakt ul li .redaktion {
  color: #c95500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
.htmlbrief .redaktionskontakt ul li .redaktion:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f1ea ";
  color: #c95500;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 8px; }
.htmlbrief .redaktionskontakt ul li .thumb {
  width: 60px;
  height: 60px;
  background-color: #ddd;
  background-size: cover;
  border-radius: 50%;
  float: left;
  margin-left: 0px; }
.htmlbrief .redaktionskontakt ul li .redakteur {
  padding-left: 7px;
  padding-top: 3px;
  float: left;
  width: 72%; }
.htmlbrief .redaktionskontakt ul li .name {
  color: #333;
  line-height: 17px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold; }
.htmlbrief .redaktionskontakt ul li .mail {
  color: #333;
  line-height: 17px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.htmlbrief .redaktionskontakt ul li .phone {
  color: #333;
  line-height: 17px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
.htmlbrief .redaktionskontakt ul li .mail:before, .htmlbrief .teaser.redakteur .mail:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f003 ";
  color: #c95500;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 0px;
  font-size: 12px; }
.htmlbrief .redaktionskontakt ul li .phone:before, .htmlbrief .teaser.redakteur .phone:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f095 ";
  color: #c95500;
  margin-right: 5px;
  margin-top: 2px;
  margin-left: 0px;
  font-size: 12px; }
.htmlbrief .Beilagenkategorie-grau,
.htmlbrief .Beilagenkategorie-hellgrau,
.htmlbrief .Beilagenkategorie-graublau,
.htmlbrief .Beilagenkategorie-stahlblau,
.htmlbrief .Beilagenkategorie-mi-rot,
.htmlbrief .Beilagenkategorie-mi-rot-hell,
.htmlbrief .Beilagenkategorie-dunkelgruen,
.htmlbrief .Beilagenkategorie-blau,
.htmlbrief .Beilagenkategorie-gelb {
  position: absolute;
  padding: 7px 7px 5px 7px;
  text-align: right;
  top: 0px;
  right: 0px;
  line-height: 15px; }
  @media all and (min-width: 768px) {
    .htmlbrief .Beilagenkategorie-grau,
    .htmlbrief .Beilagenkategorie-hellgrau,
    .htmlbrief .Beilagenkategorie-graublau,
    .htmlbrief .Beilagenkategorie-stahlblau,
    .htmlbrief .Beilagenkategorie-mi-rot,
    .htmlbrief .Beilagenkategorie-mi-rot-hell,
    .htmlbrief .Beilagenkategorie-dunkelgruen,
    .htmlbrief .Beilagenkategorie-blau,
    .htmlbrief .Beilagenkategorie-gelb {
      padding: 15px 15px 10px 15px;
      top: -25px;
      right: -25px; } }
.htmlbrief .Beilagenkategorie-grau, .htmlbrief .Beilagenkategorie-hellgrau {
  background-color: #d0d0d0; }
.htmlbrief .Beilagenkategorie-graublau {
  background-color: #b7becf; }
.htmlbrief .Beilagenkategorie-stahlblau {
  background-color: #4576a0; }
.htmlbrief .Beilagenkategorie-mi-rot {
  background-color: #ec6225; }
.htmlbrief .Beilagenkategorie-mi-rot-hell {
  background-color: #fdeadd; }
.htmlbrief .Beilagenkategorie-dunkelgruen {
  background-color: #00623d; }
.htmlbrief .Beilagenkategorie-blau {
  background-color: #0069a9; }
.htmlbrief .Beilagenkategorie-gelb {
  background-color: #ffcc00; }
.htmlbrief .text-schwarz {
  color: #333; }
.htmlbrief .text-papier {
  color: #fff; }
.htmlbrief .text-grau {
  color: #706f6f; }
.htmlbrief .text-mi-rot {
  color: #ec6225; }
.htmlbrief .Beilagenkategorie-grau p, .htmlbrief .Beilagenkategorie-grau span, .htmlbrief .Beilagenkategorie-hellgrau p, .htmlbrief .Beilagenkategorie-hellgrau span,
.htmlbrief .Beilagenkategorie-graublau p, .htmlbrief .Beilagenkategorie-graublau span,
.htmlbrief .Beilagenkategorie-stahlblau p, .htmlbrief .Beilagenkategorie-stahlblau span,
.htmlbrief .Beilagenkategorie-mi-rot p, .htmlbrief .Beilagenkategorie-mi-rot span,
.htmlbrief .Beilagenkategorie-mi-rot-hell p, .htmlbrief .Beilagenkategorie-mi-rot-hell span,
.htmlbrief .Beilagenkategorie-dunkelgruen p, .htmlbrief .Beilagenkategorie-dunkelgruen span,
.htmlbrief .Beilagenkategorie-blau p, .htmlbrief .Beilagenkategorie-blau span,
.htmlbrief .Beilagenkategorie-gelb p, .htmlbrief .Beilagenkategorie-gelb span {
  font-weight: bold !important;
  font-style: normal !important;
  margin: 0 0 4px 0;
  font-size: 6px;
  line-height: 5px; }
  @media all and (min-width: 768px) {
    .htmlbrief .Beilagenkategorie-grau p, .htmlbrief .Beilagenkategorie-grau span, .htmlbrief .Beilagenkategorie-hellgrau p, .htmlbrief .Beilagenkategorie-hellgrau span,
    .htmlbrief .Beilagenkategorie-graublau p, .htmlbrief .Beilagenkategorie-graublau span,
    .htmlbrief .Beilagenkategorie-stahlblau p, .htmlbrief .Beilagenkategorie-stahlblau span,
    .htmlbrief .Beilagenkategorie-mi-rot p, .htmlbrief .Beilagenkategorie-mi-rot span,
    .htmlbrief .Beilagenkategorie-mi-rot-hell p, .htmlbrief .Beilagenkategorie-mi-rot-hell span,
    .htmlbrief .Beilagenkategorie-dunkelgruen p, .htmlbrief .Beilagenkategorie-dunkelgruen span,
    .htmlbrief .Beilagenkategorie-blau p, .htmlbrief .Beilagenkategorie-blau span,
    .htmlbrief .Beilagenkategorie-gelb p, .htmlbrief .Beilagenkategorie-gelb span {
      font-size: 12px;
      line-height: 12px; } }
@media (max-width: 768px) {
  .htmlbrief .redaktionskontakt ul li .name {
    width: 100% !important; }
  .htmlbrief .redaktionskontakt ul li .position {
    width: 100% !important; }
  .htmlbrief .redaktionskontakt ul li .mail {
    width: 100% !important; }
  .htmlbrief .redaktionskontakt ul li .phone {
    width: 100% !important; } }
@media (min-width: 1024px) {
  .htmlbrief .redaktionskontakt ul li .name {
    width: 91% !important; }
  .htmlbrief .redaktionskontakt ul li .position {
    width: 91% !important; }
  .htmlbrief .redaktionskontakt ul li .mail {
    width: 91% !important; }
  .htmlbrief .redaktionskontakt ul li .phone {
    width: 91% !important; }
  .htmlbrief .row .teaser.redaktionskontakt ul li .redakteur {
    width: 70% !important; } }
.htmlbrief .redaktionskontakt ul li {
  font-size: 13px;
  line-height: 16px; }

/** tx_pwcomments */
#writeComment .form-group label {
  margin-bottom: 15px;
  margin-top: 10px;
}

#writeComment i {
  margin-right: 5px;
}

#tx_pwcomment_message {
  background-color: #eee;
}

#writeComment textarea {
  margin-bottom: 0;
  font-size: inherit;
}

.comments-list:before {
  display: none;
}
.comments-list:after {
  display: none;
}

.reply-list li:before {
  display: none;
}

.comments-list .comment-main-level .comment-box {
  width: 90%;
}

.reply-list .comment-box {
  width: 90%;
}

.comments-list i {
  top: 10px;
  position: relative;
}

.comments-container {
  margin: 0;
  width: 100%;
}

.reply-list {
  padding-left: 25px;
}

#tx_pwcomment_message {
  border: none;
  outline: none;
}

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