body {
    font-family:'open_sansregular';
    font-size:15px;
    line-height:25px;
    color:#333;
    background:#f9f9f9;
    overflow-x: hidden;
}

.container {position:relative;}

#wrapper {
    background:#fff;
    margin: 10px 0 0 10px;
}

@media(max-width:767px) {
    #wrapper {
        margin: 10px 0 0 0px;
    }
}

#skyscraper {
    left: 1190px;
    position: absolute;
}
/***Headerbereich***/
.white_overlay {
    background-color:#fff;
    position: relative;
    z-index:2;
}

.headerImg_container {
    width:100%;
    height:auto;
    max-height:340px;
    overflow:hidden;
    background:#e2001a;
}

.headerImg.visible-xs {position:relative;width:100%;}
.headerLogo.visible-xs {position:relative;max-width:250px;}
/***Headerbereich Ende***/

/***Logo***/
.logo {
    float:left;
    width:370px;
    height:120px;
    display:block;
}
/***Logo Ende***/

/***Button allgemein***/
.btn {
    font-family:'open_sanssemibold';
    color:#333;
    white-space: normal;
}

.btn .glyphicon, .btn .fa, .fa {
    color:#ddd;
}

.btn:hover .glyphicon, .btn:hover .fa {color:#e2001a;}

a.btn {line-height:22px;}

.btn_big {min-height:35px !important;}
.btn_big .fa {top:9px !important;}

a.btn.btn_big_red {background:#e2001a;color:#fff;padding:8px;height:auto;white-space: normal;}
a.btn.btn_big_red .fa {top:13px}
a.btn.btn_big_red:hover {
    color:#fff;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn_big_cta {background:#e2001a;color:#fff !important; padding-right: 15px !important}
.btn_big_cta:hover {color:#333 !important;}
.icon_btn, .icon_btn:hover{
    background:#aaa;
    color:#fff;
    float:left;
    height:30px;
    text-align:center;
    width:30px;
    margin:6px 6px 6px 0;
}




.icon_btn .fa {line-height:30px;}
/***Button allgemein Ende***/

/***Suche***/
.search_container input {
    height:29px;
    padding:0 12px;
    border-right-width: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#search-box-term,
#search-box-term-bottom{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0 5px;
}
.search_container .btn {
    border-left:0;
    min-width:0;
    width:25px;
}

.search_container .btn:hover  {
    background-color:#fff;
    border-color: #ccc;
}

#header-meta-search button {
    height: 29px;
    line-height: inherit;
    padding: 1px;
    padding-right: 20px;
    border-left: none;
    box-shadow: none;
    outline-color: #ffe000;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #header-meta-search button {
        padding-right: 5px;
    }
} 

.fake-focus{
    border-color:#ffe000;
    border-style:solid;
    border-width:1px;
    border-left:none;
}

.ui-autocomplete-category a{
    color: #e2001a;
    cursor: pointer;
}

.ui-autocomplete-category{
    padding: 0px 10px;
}

.ui-widget-content{
    border-color:#ffe000;
    border-style:solid;
    border-width: 1px;
    font-size:14px;
    padding: 5px 1px 7px 1px;
    max-width: calc(100% - 20px);

}

.ui-menu .ui-menu-item a{
    padding:0px 10px;
    display: inline-block;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #fff;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

/***Ende Suche***/




.toggle-icon .fa-close {
    display:none;
    visibility: hidden;
    margin-top:3px;
}
.toggle-icon.open .fa-close {
    display:block;
    visibility: visible;
}
.toggle-icon.open .fa-search,
.toggle-icon.open .fa-user,
.toggle-icon.open .fa-bars {
    display:none;
    visibility: hidden;
}
/***Topnavi***/

.topnavi li a {
    float:left;
    padding:1px 2px 0 0;
    font-size:12px;
}

.topnavi li {
    display: inline-flex;
}

.topnavi .fa {
    margin-right:2px;
}

.topnavi li:hover .fa {
    color:#000;
}
.topnavi {
    margin-bottom:0;
    padding:0;
    text-align:center;
}
.header-navi .social_icons a {
    margin-right:2%;
}
.header-navi .social_icons {
    padding:0;
    text-align:center;
}
.header-navi .search_container {
    padding: 0;
}
.header-navi li {
    list-style:none;

}
.header-navi .fa,
.cd-nav-trigger .fa {
    color:#333;
}
.header-navi .topnavi .fa{
    color:#e2001a;
}
.header-navi {
    color:#333;
    background-color:#f9f9f9;
}
.header-navi a {
    color:#333;
}
.header-navi .form-control {
    color:#333;
}
.header-login {
    padding:0;
}
.partner-logo {
    margin-top:6%;
    padding-left: 0;
    max-width:153px;
}
/***Topnavi Ende***/

/***Login-Bereich***/
.top_login .dropdown-menu {
    padding: 10px;
    font-size:13px;
    box-shadow:inherit;
    border:inherit;
    left:inherit;
    right: 0;
    background-color: #efefef;
}
.login_cut_title {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
/***Login-Bereich Ende***/

/***Titel-Artikel***/
.titel_header {
    padding:5px 0;
}

@media(max-width:767px) {
    .titel_header {
        height: 57px;
    }

    .header-navi {
        padding:0;
    }

    .header-navi .fa-user,
    .header-navi .fa-close,
    .header-navi .fa-search {
        font-size:115%;
        padding:5px 8px;
        margin:0;
    }

    .header-navi .fa-close  {
        background-color: #efefef;
    }

    .header-navi .toggle-icon {
        height:auto;
        width:auto;
        margin:0;
        padding:0;
    }
    .header-navi .topnavi li {
        margin-left:4%;
    }

    #header-meta-login,
    #header-meta-search {
        background-color:#efefef;
        padding: 10px;
        margin: 0;
    }
    #header-meta-search .fa-search {padding:inherit;}
}


.titel_header h2  a, .titel_header h2 {
    font-family:'open_sansbold';
    color:#fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    display:block;
    margin:0 0 10px 0;
    font-size:20px;
}

.titel_header span {color:#ffdf00;}

.titel_header .glyphicon, .titel_header .fa {font-size:20px;}

.titel_teaser {
    padding:5px 12px;
    background:#FFF;
    background:rgba(255,255,255, 0.8);
}

.titel_teaser a {color:#333;}
/***Titel-Artikel Ende***/

/***Mainnavi***/
.mainnav_container {padding:0;}

.cd-nav ul{
    padding-left:0;
}

.nav_img {
    margin-top:-3px;
    margin-right:5px;
    width:auto;
}

.teaser_in_navi{
    line-height:140% !important;
}

.teaser_in_navi .date{
    padding:5px 0;
    float:left;
    width:100%;
    font-size:13px;
}

.termine_text {font-size:14px;}

.teaser_in_navi_no_img .date{padding:0;}

.teaser_in_navi a {
    border: none !important;
    padding: 0 !important;
    line-height:140% !important;
    height:inherit!important;
}

.teaser_in_navi_no_img {
    margin-bottom:25px;
    float:left;
}

.teaser_in_navi_no_img a{display:inline !important;}

.cd-primary-nav, .cd-primary-nav ul {
    z-index:100 !important;
    list-style-type:none !important;
}


.cd-primary-nav li ul {
    font-size: 90%; /*prevent line breaks in navi*/
}

.cd-primary-nav a, .cd-primary-nav ul a {color:#333 !important;}

.red  {
    color:#E2001A !important;
}



.cd-primary-nav a, .cd-primary-nav ul a {color:#333 !important;}  
.cd-primary-nav >li > ul a.navi_untertitel{white-space: normal;padding-top: 10px !important;font-family:"open_sanssemibold"}
.cd-primary-nav >li > ul a.navi_untertitel.termine_untertitel {padding-top:0 !important;}
.termine_text span, .termine_text a {width:100%;}


.cd-primary-nav.nav-pills > li:last-child > a, .cd-primary-nav.nav-pills > li:last-child > a:hover  {
    width:99% !important;
}

/***Mainnavi Ende***/

/***Secnavi***/


.secnav h2{
    margin:0;
}

li.active > a,
.secnav_column.active a.secnavi_point_title,
.secnav_column.active a.secnavi_point_title:hover,
.secnav_column.active a.secnavi_point_title:focus{
    color: #e2001a;
}

ul.cd-nav-gallery li.see-all, .cd-secondary-nav li.see-all {display:none;}

/***Secnavi Ende***/

/***columns of same height styles***/
.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
/***columns of same height styles Ende***/

/** Responsive Slider **/
.gallery-nav-left, .gallery-nav-right {
    cursor: pointer;
    height: 42px;
    position: absolute;
    margin-top: -21px;
    top: 50%;
    width: 42px;
}

.gallery-nav-left {
    left: 15px;
}
.gallery-nav-right {
    right: 15px;
}

#gallery-nav-left, #gallery-nav-right{
    margin: 6px;
    margin-top: -4px;
}

/** Inline-Bild **/
.entry-image > img {
    clear: both;
    width: auto;
    max-width: 100%;
}
.entry-image {
    max-width: 100%;
}
.entry-image-right {
    float: right !important;
    margin-right: 0;
    margin-left: 10px;
}
.entry-image-full{
    float: none !important;
    margin-right: 0;
    max-width: 100%;
}
.entry-image-center{
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    display: block;
    
}

.entry-image .entry-image-caption {
    clear: both;
    float: left !important;
    max-width: 100%;
}

.teaser .entry-image {
    margin-top:0;
}

/***Breadcrumb***/
.breadcrumb {
    font-size: 11px;
    line-height: 130%;
}
/***Breadcrumb Ende***/

/***Fonts allgemein***/
h1 {
    font-size:26px;
    margin:0 0 20px;
}

h2.subline_teaser, h2.subline_teaser_default {
    font-family:'open_sanssemibold';
    font-size:17px;
    margin:0 0 10px 0;
    float:left;
    line-height:25px;
    width:100%;
}

.hubpage_titel {
    margin: 0 !important;
    line-height: 1.1 !important;
}

.search_results h2.subline_teaser_default {
    margin:0;
}

h3.date, strong.date, .date {
    font-family:'open_sansbold';
    font-size:15px;
    color:#aaa;
    margin:0;
}

h3.date {margin:0 0 2px 0;}

strong, th {
    font-weight:normal;
    font-family:'open_sanssemibold';
}

span.more, .link_standard {
    color:#e2001a;
    cursor:pointer;
    white-space: nowrap;
}
span.more:hover, a.link_standard:hover {
    color:#950011;
    cursor:pointer
}

table tr td {font-size:15px;}

.footnote {font-size:12px}
/***Fonts allgemein Ende***/

/***Panel allgemein***/
.panel {
    border:0;
    margin-bottom:30px;
    box-shadow:none;
}

.panel-heading {
    border:0;
    box-shadow:none;
    margin-bottom:15px;
}
.panel-title {
    padding: 0 20px;
    line-height:120%;
}

.panel-sidebar {
    background: #efefef;
}

.panel.bildergalerie {
    clear:both;
}

div#content_video.jw-flag-fullscreen{
    position: static;
}

.video .closed .fa-lock,
.gallery .closed .fa-lock,
.video .closed .fa-unlock-alt,
.gallery .closed .fa-unlock-alt{
	margin-top:20%;
	font-size:500%;
}
.video .closed p,
.gallery .closed p{
	color:#FFF;
}

.sperrlayer{
    position: relative;
    text-align: center;
}

.sperrlayer .fa-lock{display: inline-block;}
.sperrlayer .fa-unlock-alt{display: none;}
.sperrlayer:hover .fa-lock{display: none;}
.sperrlayer:hover .fa-unlock-alt{display: inline-block;}

.sperrlayer h4{
    color:#e2001a;margin: 10px 0 5px 0; font-size: 30px;
}

.related-content .article_text {
    font-size:80%;
    line-height:140%;
}
.related-content .date {
    font-size:inherit;
}
.related-content .entry-image,
.related-content a.rahmen_m {
    margin-bottom:0;
}

.related-content .teaser {
    min-height: 220px;
}
.related-content .entry-header {
    min-height: 60px;
}

@media(min-width: 1200px) {
    .sperrlayer img{
        max-height: 554.217px;
        display: inline;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    .sperrlayer img{
        max-height: 392.52px;
        display: inline;
    }
}
@media(max-width: 991px) {
    .sperrlayer img{
        max-height: 563px;
        display: inline;
    }
}
@media(max-width: 767px) {
    .sperrlayer img{
        max-height: 535px;
        display: inline;
    }
    .video .closed .fa-lock,
    .gallery .closed .fa-lock,
    .video .closed .fa-unlock-alt,
    .gallery .closed .fa-unlock-alt{
        margin-top:10%;
    }
}
@media(max-width: 380px) {
    .sperrlayer h4{display: none;}
}

.mini-teaser {
    margin-bottom: 15px;
}

/*Homepage Teaser Plusbeiträge*/
h1.panel-title.plus {
    text-align: center;
    display: table;
    border-collapse: collapse;
    white-space: nowrap;
    padding:0px !important;
    margin-bottom:10px;
}
h1.panel-title.plus::after {
    content: "";
    display: table-cell;
    width: 100%;
    background-image: linear-gradient(to right, #e2001a 100%, transparent 50%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 6px 4px;
}
.panel-title img {
    width:60px;
}
h1.panel-title.plus small{
    font-size:26px;
    font-weight: bold;
    color: #aaa;
    vertical-align: sub;
    margin-right:5px;
}
.plus div img {
    margin: auto;
}
.plusbild {
    position: relative;
}

.plus_icon {
    position: absolute;
    bottom:-10%;
    right: 5%;

}
.plus_icon .fa.inside {
    color: #e2001a !important;
}
.plus_icon .fa-stack {
    color: #efefef !important;
}
.plus .title{
    font-size: 17px;
    font-weight: bold;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}
@media(max-width: 767px) {
    .plus_icon{
        right: 10%;
    }
    .plusbild {
        float: left;
        margin-bottom: 20px;
    }
    .plus .title {
        clear: both;
        margin-bottom: 10px;
    }
}
/* Homepage ENDE */

.panel-titel-filter {padding:0;}

.panel-heading .glyphicon, .panel-heading .fa {margin-right:10px;position:relative;top:3px;float:left;}

.panel-default .panel-heading .glyphicon, .panel-default .panel-heading .fa {color:#e2001a;}

.modal-content {
    padding: 20px;
}
.img_autoheight{width:100%;height:auto;margin-bottom:15px;max-width:360px;}
.img_s  {max-width:165px;height:125px;margin-top:10px;margin-right:30px;margin-bottom:10px;float:left;}
.img_m {max-width:360px;height:170px;margin-bottom:15px;width:100%}
a.rahmen_m {overflow:hidden;margin-bottom:15px;float:left;}
.img_m_start {float:left;width:100%;height:auto}

.img_l {margin:0 auto;}
div.img_s  {margin-top:10px;margin-right:30px;float:left;}
.img_s_archiv {width:auto;height:auto;float:left; margin-right:30px;}
.img_original {width:100%;max-width:90px;height:auto;float:left;margin-right:10px;}
.col-padding {padding-left:0;}
img.archiv_img {
    width:71px;
    height:100px;
    float:left;
    margin:0 22px 15px 0;
}

.schlepperbl {height:auto;max-width:184px;}

.agritechnica-2015 {margin-bottom:10px;}

.divider {
    height:20px;
}

.archiv_inhalt ul, .archiv_inhalt ol {
    float: left;
    margin-bottom: 10.5px;
    margin-left: 0;
    margin-top: 0;
    padding: 0 0 0 15px;
}

.bg-info, .bg-primary, .bg-success, .bg-warning, .bg-danger {padding:15px;}

#collapseOne input, #collapseOne select {width:100%;}
#collapseOne .datepicker {width:42%;border-radius:0;margin-right:5px}
#collapseOne .fa-calendar {position:relative;top:8px;right:4px;}
/***Panel Ende***/

/***Panel Leser werden***/
div.reader_container, div.panel_grey {
    position:relative;
    margin-top:-15px;
    background:#efefef;
    padding: 15px;
}

.latestIssue {
    background: url("../img/bg_latestIssue.jpg"); 
    background-repeat:no-repeat;
    height:160px;
     margin-left:20px;
}
.reader_container .latestIssue img {
    width:82px; 
    margin-left:32px; 
    margin-top:30px;
    left:0;
}

.panel-collapse {
    margin-top:-14px;
    background:#efefef;
    box-sizing: border-box;
}
.panel-filter {
    background:#efefef;
    padding:10px;
}

div.panel_grey .col-xs-12 div, {padding-left:10px;}

.reader_container img, div.panel_grey img {
    position:relative;
    top:0;
    left:10px;
    z-index:3;
    width:100%;
    max-width:180px;
    margin-top: 21px;
}

.reader_container .btn_container, div.panel_grey .btn_container {
    margin-top:10px;
    margin-bottom:5px;
}
/***Panel Leser werden Ende***/

/***Heftausgabe Indexseite***/
.titel_archivteaser {
    font-size: 17px;
    color: #333;
    font-family: 'open_sanssemibold';
    font-weight: 500;
}

.dachzeile_archivteaser {
    color: #333;
    line-height: 17px;
}
.dachzeile_archivteaser:hover {
    color: #950011;
}
.archiv_more {
    color: #E2001A;
}
.archiv_more:hover {
    color: #950011;
}

.heft_icon {
    float: left;
    margin-right: 10px;
}

.teasertext_archivteaser {
    clear: left;
}

/***Heftausgabe Indexseite Ende***/

/***Panel Aktuelle Ausgabe***/
.aktuelle_ausgabe img {
    width:165px;
    height:auto;
}

/***Ende Panel Aktuelle Ausgabe***/

/***Artikel Teaser***/
.teaser {
    margin-bottom:30px;
    min-height:340px;
}

a.full_link {color:#333;}

.teaser img {
    width:100%;
    height:auto;
}

.teaser .entry-image {
    height:auto;
    max-height:300px;
    overflow:hidden;
    margin-bottom:15px;
    width: 100%;
}
.teaser .neuheiten_teaser_titel {
    height: auto;
    color: #333;
    margin-bottom: 0;
}
/***Artikel Teaser Ende***/



/***Panel Anzeige***/
.anzeige .panel-heading, .shop .panel-heading {margin:0;}
.anzeige .panel-body, .shop .panel-body{
    border:1px solid #ddd;
    padding:10px 10px;
}
.anzeige .panel-body img {
    margin:0;
    max-width:300px;
    height:auto;
}
.anzeige.anzeige_l .panel-body  {
    margin:0;
    padding:10px 10px;
}
.anzeige.anzeige_l .panel-body img {
    margin:0;
    max-width:970px
}
/***Panel Anzeige Ende***/

/***Panel Shop***/
/* panel-style siehe oben bei Anzeige (identisch)) */
#shop-teaser .container-title{
    display: none;
}
#shop-teaser li, #shop-teaser ul{
    list-style: none;
}

/*** Panel Shop Ende ***/

/***Panel Artikel***/
.article_product {
    font-size:13px;
    line-height:20px;
    margin-bottom:20px;
}

.article_product .btn,
.reader_container .btn, button.btn-default, a.btn {
    width:100%;
    text-align:left;
    border-radius: 0;
    color: #333;
    font-family: "open_sanssemibold";
    font-size: 13px;
    margin-bottom: 5px;
    padding: 2px 7px;
    box-sizing:border-box;
    min-height:29px;
    position: relative;
}

.article_product .btn .glyphicon,.article_product .btn .fa,a.btn .fa,
.reader_container .btn .glyphicon,.reader_container .btn .fa, button.btn-default .fa {
    position: absolute;
    right: 5px;
    top: 6px;
}

.article_product .btn {margin-bottom:0;}

.reader_container .btn {margin-bottom:5px;}

.article_header {
    border:1px solid #ddd;
    border-top:0;
    position:relative;
    height: 125px;
    overflow: hidden;
}

.entry-header .entry-meta {
    position: relative;
    top: -15px;
}

.entry-header .neuheiten_entry-meta {top:-10px;}

.article_header .btn {
    border:0 none;
    color:#fff;
    float:left;
    position:absolute;
    left:10px;
    bottom:10px;
    width:86%;
    background:#666;
}
.article_header .btn .glyphicon, .article_header .btn .fa {color:#fff;}

.article_body {
    border:1px solid #ddd;
    border-top:0;
    padding:10px;
     min-height:155px;
}

.article_body_shop_sidebar {
    border:1px solid #ddd;
    border-top:0;
    padding:10px;
    min-height:155px;
}

.price {
    text-align:right;
    font-size:19px;
    margin-top:7px;
    margin-bottom:5px;
}
.profi_price {
    text-align:right;
    font-size:13px;
    color:#e2001a;
    margin:0;
}
button.btn-disabled-big, button.btn-disabled-big:hover {
    opacity: 0.2; /* opacity [0-1] */
    -moz-opacity: 0.2; /* opacity [0-1] */
    -webkit-opacity: 0.2; /* opacity [0-1] */
    
    background: #E2001A none repeat scroll 0 0;
    color: #FFF !important;
}

button.btn-disabled, button.btn-disabled:hover {
    opacity: 0.4; /* opacity [0-1] */
    -moz-opacity: 0.4; /* opacity [0-1] */
    -webkit-opacity: 0.4; /* opacity [0-1] */
    
    background-color: #E6E6E6;
    border-color: #CCC;
}

.btn.btn-default.btn_big.btn_big_cta.btn-disabled-big:hover .fa,
.btn.btn-default.btn-disabled:hover .fa {
    color: #DDD;
}

/***Panel Artikel Ende***/

/***Panel Formular***/
.panel-anmeldung {padding:0 20px;}
label {font-weight:normal;}
#anzErgebnisse, .senkrechttrenner{
    margin: 10px 0;
    float: left;
}
.senkrechttrenner{text-align: center;}
/***Panel Formular Ende***/

/***Tables***/
.nameColum {width:20%}
.firstcolum {background:#f3f3f3;}
.resultrow {background:#E2001A;color:#fff;}
.resultrow a {color:#fff;}
.resultrow td {background:#E2001A;color:#fff;}
.resultrow:hover, .resultrow td:hover  {color:#fff;}

th.header { cursor: pointer; }

.table td {
    border-left: 0 none;
    border-right: 0 none;
    border-bottom:0;
}
.table tr:last-child td {
    border-bottom:1px solid #ddd;
}

table.table-striped>tbody>tr:nth-of-type(even):hover{background-color: #FFF;}


.table {border: 0 none;}
.compare.table th {
    min-width: 245px;
}
/***Tables Ende***/


/***Sortable Tables***/
i.fa.fa-sort, i.fa.fa-sort-asc, i.fa.fa-sort-desc {
    padding-left: 4px;
    color: #ddd;
    cursor: pointer;
}
 i.fa.fa-sort-asc {
    color: #e2001a;
    position: relative;
    top: 3px;
}
i.fa.fa-sort-desc{
    color: #e2001a;
    position: relative;
    bottom: 3px;
}
.sortUpDown{
    cursor: pointer;
}
/***Sortable Tables Ende***/

.overlaySharing {
    display: none;
    margin: 25px 0 0;
}

.overlaySharing legend {padding-bottom: 4px;}

.pageNavContent {margin-bottom: 25px;}

.btn-left .fa {
    left: 5px;
    position: absolute;
}
.btn.btn-left {padding-left: 20px;}

.btn.btn-center {text-align: center;}

.btn.btn-auto {padding-right: 25px;width: auto;white-space: normal;height:auto}

.related-category {font-weight: bold;}

.entry-related-content li a {
    color: #000;
}
.related-date {
    color: #ccc !important;
    font-weight: bold;
    text-align: right;
}
.related-category .fa {
    color: #e2001a !important;
    left: 15px;
    position: absolute;
    top: 10px;
}
.related-categorytitle {
    float: left;
    line-height: 20px;
    padding-left: 15px;
    margin: 8px 0;
}
.entry-related-content {
    margin-bottom: 25px;
}

.entry-related-content ul {
    list-style-type: none;
    padding: 0 0 0 5px;
}
.entry-related-content li {
    border-bottom: 1px solid #ccc;
    line-height: 35px;
}

.article_text {width:100%}


#content .social_icons .printright {
    background-color: #fff;
    float: right;
}
#content .social_icons .printright > i {
    position: absolute;
    right: 6px;
    top: 0;
}
#content .social_icons .printright:hover {
    background-color: #fff;
}

/* social_icons, Sharing */
/*.sharing {
    width: 100%;
    position: relative;
}*/
.sharing ul {
    display: inline-block;
}
.sharing ul.social {
    padding-left: 15px;
}
.sharing ul.functions {
    float: right;
}
.sharing ul.functions li {
    display: inline-block;
    padding: 0px 25px 0px 11px;
    margin: 8px 0;
    line-height: 1;
}
.sharing ul.social li.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 1.8rem;
    min-width: 3.5rem;
    display: inline-block;
}

.sharing ul.social li.social-icon a {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 0.61em 0.7em;
    float: left;

}
.sharing ul.functions li.function-icon a {
    color: #9b9b9b !important;
    font-weight: 700;
    font-size: 20px;
}

.sharing ul.social li.social-icon .text {
    display: none;
}
.sharing ul.social li.social-icon a .fa{
    color: #fff !important;
    font-size: 1.8rem;
}
.sharing ul.social li.>a:last-child {
    margin-right: 0;
}
.sharing ul.social li.social-icon a i {
    position: absolute;
    left: 0;
    right: 0;
}
.sharing ul.functions li.function-icon a .fa
{
    color: #9b9b9b;
}
.facebook {
    background-color: #3b5998;
}
.facebook:hover {
    background-color: #2d4373;
}
.twitter {
    background-color: #55acee;
}
.twitter:hover {
    background-color: #4082b4;
}
.envelope {
    background-color: #6bcce9;
}
.envelope:hover {
    background-color: #55a5bd;
}
.whatsapp {
    background-color: #0E9814;
}
.whatsapp:hover {
     background-color: #0b730f;
}
.print {
    background-color: #fff;
}
@media (min-width: 768px) {
    .whatsapp {
        display: none !important;
    }
}

/* Ende Sharing */

.searchformbottom {
    margin-bottom:10px;
}

.info_top img {
    float:right;
    width:auto;
    display:none;
}

.info_right {
    width:301px;
    position:absolute;
    right:-301px;
    top:0;
    margin:0;
    padding:0;
    display:none;
}

.older_news {
    float:left;
    padding-right:20px;
}

.printright {
    font-size: 21px;
    margin-bottom: 5px;
    margin-right: 4px;
    padding: 3px 12px;
}

.printright .fa {
    float: left;
}

.btn.btn-autowidth {
    padding-right:35px;
    width:100%;

}
.entry-image .nodata .fa {
    font-size:300%;
    margin-top:15%;
}
.entry-image .nodata {
    min-height:100px;
    border: 1px solid #efefef;
    vertical-align:middle;
}

.grafik .nodata {
    min-height:100px;
}


/***ALERTS***/
.alert-danger {
    background-color: #E2001A;
    border-color: #E2001A;
    color: #fff;
}

.alert-info {
    background-color:#FCF2B0;
    border-color: #FFE001;
    color: #333;
}
/***ALERTS Ende***/

/***Termine***/
.contact .fa {color:#aaa;padding-right:10px}
.small_text {font-size:12px;line-height:140%;color:#aaa;}
.contact_small_text {margin-top:10px}
.datepicker_calender {}
.datepicker_calender .date label{font-family: 'open_sansregular' !important; color: #333;}
.datepicker_calender.termindate .input-append span{top: 30px;}
.datepicker_calender.termindate{margin-top:0;}
/***Termine Ende***/

/***Neuheiten***/
.datepicker_calender.neuheitendate .input-append span{top: 27px;}
.datepicker_calender.neuheitendate{margin-top:10px;}
/***Neuheiten Ende***/

/*Kontaktformular*/
.City, .FAX, .NAME, .TITEL {margin-top:15px;}
/*Kontaktformular Ende*/

div.panel_archiv {margin-top:-14px;}
div.form_download {padding:0 15px;}

/*Tabelle Schlepperliga*/
tr.firstrow {
    height: 30px;
    background-color: #eee;
    padding: 0 15px;
}

tr.secondrow {
    height: 30px;
    background-color: #fff;
}

.tablesorter td, .tablesorter th {
    padding: 5px 10px;
}

.eingabeaufforderung {margin-bottom:30px;float:left;width:100%;}
 .panel_register_contact {float:left;width:100%;margin-bottom:0;}

.entry-content {margin-bottom:20px;}
/*Tabelle Schlepperliga Ende*/

.table_inhalt b, .table_inhalt i {display:block;width:100%;}

/*Downloads*/
.download_container {
    margin-bottom: 50px;
}
.img_container {border:1px solid #ccc;float:left;padding:10px;min-height:165px;height:auto;overflow:hidden}
.img_container img, .img_container .fa {max-width:100%;color:#aaa;}
.img_container .fa {margin:26px 0 0 16px;}
.btn.btn-autowidth {width:100%;margin-top:20px}

/*Downloads Ende*/

/***Termine***/
a.show .fa-chevron-up {display:inline}
a.show .fa-chevron-down {display:none}
a.show.collapsed .fa-chevron-down {display:inline}
a.show.collapsed .fa-chevron-up {display:none}



.datepicker_calender .input-append {
    width:100%;
    float:left;
    position:relative;
}

.datepicker_calender div.input-append:nth-child(3) {float:right;}

.datepicker_calender .input-append span {
    position:absolute;
    right: 8px;
    top: 35px;
}

.datepicker_calender .input-append span #calendar_icon_bis, 
.datepicker_calender .input-append span #calendar_icon_von{
    line-height: 35px;
    top: 5px;
    cursor: pointer;
}

#collapseOne .panel-body{padding: 15px;}
#collapseOne .form-control {padding:6px 7px !important;font-size:13px !important;}

/***Termine Ende***/

/***Beitrag runterladen**/
ul.advantages {margin: 10px 0;padding:0;}

ul.advantages li {list-style:none}

ul.advantages li .fa {float:left;margin-right:10px;margin-top:3px;color:#1E890B;}

img.paypal_download {width:85px !important;height:auto !important;left:0 !important;padding:0 0 0 5px;margin-top:-7px;}

.Registry, .Registry .btn {margin-top:10px;margin-bottom:10px;}

div#anmeldung {padding-left:0;}
.questions {border-bottom: 1px solid white !important;}
/***Ende Beitrag runterladen**/

/***langzeiturteil-nav***/

.langzeiturteil-nav > li > a, .messe-nav > li > a {font-size: 12px !important;}

.messetab_title {font-size: 17px; margin-top: 20px; margin-bottom: 10px;}

/***langzeiturteil-nav Ende***/

/***Search Results***/


.search_results .pagination { margin-bottom:15px;}

.search_results .teaser {min-height: 1px;}

.search_results .teaser a .mehrlink {color: #e2001a;}

.search_results .teaser img {width:auto;height:auto;float:left;margin-right:30px;margin-top:5px;max-width: 100%;}

.search_results .nav > li > a {padding:10px;font-size:14px;}

.search_results .nav  li.active a {margin-bottom:-1px;background-color:#eee;}


/***Search Results Ende***/


/***Abstände für Rows***/
form.contact .row, form.register .row, form.changepassword .row, form.lostpassword .row, form.login .row,#commentingfunction .row, #videotemplate .row{
    margin-bottom:15px;
}
/***Abstände für Rows Ende***/

.form-horizontal .control-label {
    padding-top: 5px;
    text-align: left;
}
.form-horizontal .subline_teaser {
    height: auto;
    margin-top: 20px;
}
.icon_btn_top, .icon_btn_top:hover  {
    margin-top: 0;
}

/** Video **/
.video {
    margin-bottom:15px;
}

.iframeVideo > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframeVideo {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video_teaser {
    width: 100%
}
.video_teaserbild {
    margin-bottom: 15px;
    max-width: 100%;
}

#videotemplate .video .closed {
    background-color: rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    color:#666;
    text-align:center;
}

@media (max-width: 767px) {
    #videotemplate .video {
        max-width: 712px;
        max-height: 400.617px;
        width: 100%;
        height: 100%;
    }
    #videotemplate .video .closed {
        max-width: 712px;
        max-height: 400.617px;
        width: 100%;
        height: 100%;
    }
    .waehrung_einheit {margin-top:15px;}    
}
@media (min-width: 768px) {
    #videotemplate .video {
        max-width: 820px;
        max-height: 461.383px;
        width: 100%;
        height: 100%;
    }
    #videotemplate .video .closed {
        max-width: 820px;
        max-height: 461.383px;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 992px) {
    #videotemplate .video {
        width: 535.833px;
        height: 301.483px;
    }
    #videotemplate .video .closed {
        width: 535.833px;
        height: 301.483px;
    }
}
@media (min-width: 1200px) {
    #videotemplate .video {
        width: 750px;
        height: 422px;
    }

    #videotemplate .video .closed {
        width: 750px;
        height: 422px;
    }
}
.notice {
    z-index: 2;
    position: absolute;
    text-align: right;
}
.notice:hover {
    opacity: 0.5;
}
.info_herstellervideo {
    text-align: right;
}
.info_herstellervideo a {
    color: black;
}
.overlay_herstellervideo_yt {
    height: 100%;
    background-color: #e2001a;
    font-size: 0.9em;
    line-height: 1em;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    color: white;
}
.overlay_herstellervideo {
    height: 100%;
    background-color: #e2001a;
    font-size: 0.9em;
    line-height: 1em;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    color: white;
    margin-right: 15px;
    margin-bottom: 22px;
}
.hinweis_headline {
    padding-top: 25px;
    color: #ffdf00;
}

@media (min-width: 481px) {
    .overlay_herstellervideo_yt, .overlay_herstellervideo {
        height: 25%;
        font-size: 0.8em;
    }
    
    .hinweis_headline {
        padding-top: 10px;
        font-size: 1em;
    }
}
@media (min-width: 768px) {
    .overlay_herstellervideo_yt, .overlay_herstellervideo {
        font-size: 1em;
    }
    .hinweis_headline {
        padding-top: 15px;
    }
}
@media (min-width: 850px) {
    .overlay_herstellervideo_yt, .overlay_herstellervideo {
        line-height: 1em;
    }
    .hinweis_headline {
        padding-top: 15px;
        font-size: 1em;
    }
}
@media (min-width: 992px) {
    .overlay_herstellervideo_yt, .overlay_herstellervideo {
        line-height: 1em;
    }
    
    .hinweis_headline {
        padding-top: 5px;
        font-size: 1em;
    }
}
@media (min-width: 1200px) {
    .overlay_herstellervideo_yt, .overlay_herstellervideo {
        font-size: 1em;
        line-height: 25px;
    }
    
    .hinweis_headline {
        padding-top: 15px;
        font-size: 1.3em;
    }
}

.overlay_herstellervideo_index {
    height: 25%;
    background-color: #e2001a;
    font-size: 100%;
    line-height: 1em;
    position: absolute;
    bottom: 0;
    opacity: 0.8;
    color: #ffdf00;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 165px;
}
.overlay_herstellervideo_index .fa {
    color: #ffdf00;
    margin-top:5px;
    margin-left: 5px;
}



/***Form Errors***/
.error{
    color: #E20821;
    border-color: #E20821;    
}


/***Form Errors Ende***/

/***Heizkostenrechner***/
.heizkostenrechner_content .clearfix {
    height:15px;
}

.heizkostenrechner_content .error, .contact .error{
    color: #E20821;
    border-color: #E20821;
}

label.label-zweizeiler {
    padding-top:0;
    top:-10px;
    line-height:22px;
}

.checkbox label input {margin-top:5px;}
/***Heizkostenrechner Ende***/

/***Verlinkung Archivbeitrag***/
.archiv, a.full_link {color:#333;}

/***Verlinkung Archivbeitrag Ende***/

/***Bildergalerie***/ 
.image_thumbnail {
    height: 108px;
    margin: 0 !important;
}

.image > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 555px;
}
.image_thumbnail > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-image-nav-single{
    position: absolute;
    top: 20px;
    right: 15px;
}

.entry-image-nav-single > span, .entry-image-nav-single > .icon_btn{
    float: left;
    line-height: 29px;
    background: #aaa;
    color: #fff;
    height: 30px;
    text-align: center;
    margin: 0;
}

.entry-image-nav-single > span{
    padding: 0 5px;
}

.gallery-group > a {
    margin-bottom: 25px;
}

.gallery-more {
    margin-bottom: 25px;
}

#ad-content-bottom {margin:15px 0;}

span.red_symbol{
    color: #E20821;
    font-weight:bold;
}

.entry-gallery-slide {margin-bottom:35px}

#gallery-list {
    margin-bottom: 15px;
}

.entry-image-full .gallery {
    width: 100%;
}
.entry-image-full .gallery .closed {
    background-color: rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    color:#666;
    text-align:center;
}
.flexslider .slides img {
    width: auto !important;
}
.powermix .ui-page {
	position:inherit !important;
}

@media (max-width: 767px) {
    .entry-image-full .gallery {
        max-width: 720px;
        max-height: 535px;
        width: 100%;
        height: 100%;
    }
    .entry-image-full .gallery .closed {
        max-width: 720px;
        max-height: 535px;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 768px) {
    .entry-image-full .gallery .closed {
       /* max-width: 750px; */
        max-height: 563px;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 992px) {
    .entry-image-full .gallery {
        max-width: 522.9px;
        max-height: 392.517px;
        width: 100%;
        height: 100%;
    }
    .entry-image-full .gallery .closed {
        max-width: 522.9px;
        max-height: 392.517px;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .entry-image-full .gallery {
        max-width: 738.3px;
        max-height: 554.217px;
        width: 100%;
        height: 100%;
    }

    .entry-image-full .gallery .closed {
        max-width: 738.3px;
        max-height: 554.217px;
        width: 100%;
        height: 100%;
    }
}

.selected_thumbnail {
    border: 2px solid rgb(226, 0, 26);
}

/***Bildergalerie Ende***/

/***Langzeiturteil***/
.langzeiturteil_group_block {
    margin-bottom:2em;
}

.ratingfull {margin:0 0 30px 0;}
.ratingfull .radio-inline {margin:0 15px 0 0 !important;}
table.lu_ue_bewertungs_noten_tabelle td {vertical-align:middle !important;}
table.lu_ue_bewertungs_noten_tabelle .form-group {margin-bottom:0;}

.more_opinions .col-sm-6, .more_opinions .col-xs-12 {margin-bottom:20px;}

.votedheadline {color: #E2001A;}

/***Langzeiturteil Ende***/

/*** Heftausgabe-Zeitschrift ***/
.aktiv_lokal{ color: #009036; }  
/*** Heftausgabe-Zeitschrift Ende ***/

/*** Pagination ***/
.pagination-container {    
    text-align: center;
}
.pagination {
    margin-top: 0;
    margin-bottom: 0;
}
.pagination    li {
    display: none;        
}
@media (min-width: 768px) {
    .pagination    li {
        display: inline;        
    }
}
.pagination li.active,
.pagination    li.first,
.pagination    li.next,
.pagination    li.previous,
.pagination    li.last {
    display: inline;
}

.pagination    li a {
    line-height: 1.8;
    padding-right: 15px;
    padding-left: 15px;
}

.pagination    li span {
    position: relative;
}
.pagination li .separator span {
    line-height: 1.8;
    padding-right: 15px;
    padding-left: 15px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
/***Pagination Ende***/

/***Sidebar Anfang***/
.trennerSidebar{
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 10px 0;
}

img.aktuelle_ausgabe_sidebar{
    width: 100%;
}

.full_image_sidebar {
    max-width: 100%;
}
/***Sidebar Ende***/

/***Footer***/
.footer {
    background:#efefef;
    padding:20px 15px;
}

.entry-footer {
    margin-bottom: 25px;
    margin-top: 25px;
}

.footer .search_container {margin:20px 0;}

.footer a.link_standard {color:#333;}
.footer a.link_standard:hover {color:#e2001a;}

.social_icons a {
    margin-right:2px;
    margin-bottom:6px;
    width:30px;
    height:30px;
    text-align:center;
    background:#aaa;
    color:#fff;
    display:inline-block;
}
.cd-nav .social_icons {
    margin-left:10px;
    background-color:#efefef;
}
.cd-nav .social_icons a, .cd-nav .cd-nav-close a {
    line-height:inherit;
    padding: inherit;
    height:inherit;
    display:inline-block;
    z-index:5;
}
.cd-nav .social_icons a {
    margin-left: 9px;
    margin-right: 5px;
    margin-top:20px;
}
.social_icons a:hover {
    background-color:#e2001a;
    color:#fff;
}

.social_icons a:last-child {
    margin-right:0;
}

.social_icons a .fa   {
    line-height:30px; color:#FFF;
}

.link_container div {
    padding-left:0;
    font-size:13px;
}

.footer h2.subline_teaser {
    height: auto;
}

cm_footer {font-size:12px;}
a.cm_footer {color:#666;}
a.cm_footer:hover {color:#e2001a;}

/***Footer Ende***/

.aktuelle_ausgabe .panel-body .col-sm-6 img, .aktueller_beitrag .panel-body .col-sm-6 img {
    max-width:165px;
    height:auto;
}

#mr_startseite {
    display: none;
}

/***Ab 320 Pixel***/
@media (min-width: 100px) {
    .startseite {
        //height: 300px;
        //margin-top: 400px;
    }
}

/***Ab 750 Pixel***/
@media (min-width: 520px) {
    .startseite {
        //height: 300px;
        //margin-top: 380px;
    }  
}

/***Ab 750 Pixel***/
@media (min-width: 600px) {
    .startseite {
        //height: 300px;
        //margin-top: 300px;
    }  
}

/***Ab 750 Pixel***/
@media (min-width: 700px) {
    .startseite {
        //height: 300px;
        //margin-top: 250px;
    }  
}

/***Ab 750 Pixel***/
@media (min-width: 750px) {
    .startseite {
        //height: 300px;
        //margin-top: 235px;
    }  
}

/***Bis 767 Pixel***/
@media (max-width: 767px) {
    #mr_startseite {
        float: left;
        width: 100%;
    }
    a.rahmen_m {
        margin-right: 15px;
    }
    .nav-pills>li {
        float: none !important;
    }
}

/***Ab 768 Pixel***/
@media (min-width: 768px) {
    img.img_m_start {float:left;margin-right:15px;height:auto;width:100%}
    a.rahmen_m_tool {position:relative;max-height:170px;height:auto;width:40%;overflow:hidden;float:left;margin-bottom:15px;margin-right:15px;}
    img.img_m_tool {float:left;width:100%;height:auto}

    div.vertical_align {position:relative;height:80px;}
    h2.subline_teaser_startseite {position:relative;overflow: hidden;position:absolute;bottom:0;width: 95%;}
    .footerNavigation h2.subline_teaser, .oldNews h2.subline_teaser {height:auto;position:relative;overflow: auto}
    .headerImg_container {height:340px;overflow-x:hidden;}
    .headerImg {width:auto !important;}
    .search_container {
        padding: 0 15px 0 0;
        margin: 0;
    }
    .header_top { margin-top: -340px; }
    .titel_header {padding:0;}
    .titel_header h2 a , .titel_header h2 {font-size:32px;margin:20px 0 15px 0;}
    .titel_header .glyphicon, .titel_header .fa  {font-size:24px;padding-left:5px}    
    .anzeige .panel-body {padding:25px;}
    .anzeige.anzeige_l .panel-body  {padding:10px 80px;}
    .footer .search_container {margin:0;}
    header .search_container {position:absolute;bottom:-7px;right:0;}
    #sharingform label {text-align:left;font-size:13px}
    .datepicker_calender .input-append{width: 46%;margin-top: 0;}
    .fa-calendar {cursor:pointer}
    div.archiv_inhalt img.archiv_img:nth-child(even) {margin:0 0 15px 0;}
    .aktuelle_ausgabe .panel-body .col-sm-6, .aktueller_beitrag .panel-body .col-sm-6 {
        padding:0;
        left:15px;
        position:relative;
        width:46%;
    }
    .btn_group_sidebar {position:relative;top:19px;}
    .teaser img {
        width:100%;
        max-height:300px;
    }
    .reader_container .latestIssue img {   left:10px;}
    .sidebar, #content > .row > div.col-xs-12.col-md-5.col-lg-4 {margin-top:30px;}
    .breadcrumb {font-size: 13px;}
      
    .startseite {
        height: 400px;
        margin-left: 410px;
    }
        
    /* Homepage */
    .teaserheight{
        margin-bottom: 10px;
        height: 400px;
    }
    
    .before::before {
        content: "\A";
        white-space: pre;
    }

    /***Mainnavi***/
    .see-all {display:none !important;}

    .cd-primary-nav a {
        outline: 0;
    }
    .cd-primary-nav.nav-pills > li > a {
        border-radius:0;
        color:#333;
        width:100%;
    }
    .cd-primary-nav.nav-pills > li > a:hover {
        background-color:#fff;
    }
    .cd-primary-nav.nav-pills > li.active > a,
    .cd-primary-nav.nav-pills > li.active > a span,
    .cd-primary-nav.nav-pills > li.active > a:hover,
    .cd-primary-nav.nav-pills > li.active > a:focus {
        background-color:#fff;
    }
    .cd-primary-nav.nav-pills > li.active > a:hover span {
        background-color:#fff;
        border:0;
    }
    .cd-primary-nav.nav-pills > li.active > a:hover .glyphicon {
        color:#e2001a !important;
    }
    
    .cd-primary-nav ul {background:#fff;}

    .cd-primary-nav.nav-pills > li > a .glyphicon, .cd-primary-nav.nav-pills > li > a .fa {
        line-height: 25px; /* TODO change to more responsive value by paying attention to the already given values */
        margin-left: 0.3em;
        color:#aaa;
        vertical-align:middle;
    }
    .cd-primary-nav.nav-pills > li > a:hover .glyphicon {
        color:#e2001a !important;
    }

    .cd-primary-nav.nav-pills > li {
        position: inherit;
    }

    .cd-primary-nav.nav-pills a.link_standard {color:#e2001a !important;}
    
    a#link_0_49 {max-width:133px;}
    .cd-primary-nav.nav-pills > li.active a#link_0_49 {max-width:137px;}
    /***Mainnavi Ende***/
    
    /***Secnavi***/
    a.secnavi_point_title{
        color:#000;
        margin-bottom:1em;
    }

    a.secnavi_point_title,
    a.secnavi_point_title span {
        font-size:0.9em;
        line-height:1em !important;
        height:20px !important;
        overflow:visible;
    }

    a.secnavi_point_title .glyphicon, a.secnavi_point_title .fa{
        color:#aaa;
    }

    a.secnavi_point_title:hover,
    a.secnavi_point_title:focus{
        color:#e2001a;
    }

    .secnav_column{
        border-right: 1px solid #aaa;
        padding:15px;
    }

    .secnav_column:last-of-type{
        /*border-right:none;*/ /*already done in a better way in the main.css of navi*/
    }

    .secnav_column:hover{
        background-color: #efefef;
    }

    .cd-primary-nav .cd-secondary-nav > li > a {font-weight:normal !important;}
    
    .navi_untertitel { font-family:'open_sansbold';}
    .termine_clear {height:15px}
    /***Secnavi Ende***/
}

/***Ab 992 Pixel***/
@media (min-width: 992px) {
    .header-navi .social_icons a {
        margin-right:5%;
    }
    .header-navi .topnavi li a {
        padding: 1px 5px 0 0;
    }
    img.img_m_start {float:left;margin-right:15px;height:auto;width:100%}
    div.vertical_align {position:relative;height:60px;}

    .City, .FAX, .NAME, .TITEL {margin-top:0;}
    header .search_container {position:absolute;bottom:0;right:0;}
    .cd-primary-nav > li > a {line-height:37px;}
    .info_right, .info_top {display:block;}
    .icon_btn:hover {background-color:#e2001a;color:#fff;}

    .datepicker_calender .input-append {
        width:46%;
        float:left;
        position:relative;
    }

    .datepicker_calender div.input-append:nth-child(3) {float:right;}

    #collapseOne .form-control {padding:6px 3px !important;font-size:13px !important;}
    #collapseOne .fa-calendar {position:relative;top:8px;right:0 !important;}
    /***Termine Ende***/
    /*Sidebar
    .sidebar {padding:0; width:300px}
    .entry-content {border-right:1px solid #ddd; 
    float: left;
    margin-left: 10px;
    margin-right: 0;
    width: calc(100% - 330px);
}*/
    .article_body {min-height:175px;}
    .article_body_shop_sidebar {min-height:175px;}
    
    .entry-content, #content > .row > div.col-xs-12.col-md-7.col-lg-8 {width:57%;}
    .sidebar, #content > .row > div.col-xs-12.col-md-5.col-lg-4 {margin-top:0;border-left:1px solid #ddd;margin-left:10px;padding-left:25px;width: 41.6667%;}
    .reader_container .col-xs-12 .row div.col-sm-6:last-child {padding-right:5px;}
    .cd-primary-nav.nav-pills > li:last-child > a, .cd-primary-nav.nav-pills > li:last-child > a:hover  {width:98.5% !important;}
    
    .rating_container {
        //height: 370.5px;
    }
    
    .startseite {
        height: 450px;
        margin-left: 310px;
        margin-top: 0;
    }
    
    /* Homepage */
    .teaserheight{
        margin-bottom: 10px;
        height: 450px;
    }
    
    .teaserheight_leser{
        height: 370px;
    }
    
    /* Secnavi */
    a.secnavi_point_title,
    a.secnavi_point_title span {
        font-size:1em !important;
        line-height:1em !important;
        height:20px !important;
        overflow:visible;
    }
}

/***Ab 1200 Pixel***/
@media (min-width: 1200px) {
    .reader_container .col-xs-12 .row div.col-sm-6:last-child {padding-right:15px;}
    .search_results .nav  li.active a {background-color:#fff;}
    a#link_0_49 {max-width:173px;}
    .cd-primary-nav.nav-pills > li.active a#link_0_49 {max-width:177px;}
    .article_body {min-height: 135px;}
    .entry-content, #content > .row > div.col-xs-12.col-md-7.col-lg-8 {width:65.667%;}
    .sidebar, #content > .row > div.col-xs-12.col-md-5.col-lg-4 {width:33.3333%;}
    .latestIssue {background-size:auto;}
    .cd-primary-nav.nav-pills > li:last-child > a, .cd-primary-nav.nav-pills > li:last-child > a:hover  {width:99% !important;}
    .reader_container .latestIssue img {
        margin-left: 32px;
        margin-top: 30px;
        width: 82px;
    }

    .download_text_container {width:61%;float:left}
    
    .startseite {
        height: 400px;
        margin-left: 390px;
        margin-top: 0;
    }
    
    .teaserheight{
        margin-bottom: 10px;
        height: 400px;
    }
    
    .teaserheight_leser{
        margin-bottom: 10px;
        height: 310px;
    }
}


/*** TP-Teaser Marginalspalte ***/
h3#traktorpool
{
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
}

h2#traktorpool
{
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 0;
}

.more {
    float: right;
}

div#traktorpool {
    margin-bottom: 10px;
}

.contentBox.traktorpool {
    margin-bottom: 15px;
    font-size: 12px;
}
.row#traktorpool {
    margin-bottom: 10px;
}

.word_warp {
    word-wrap: 
    break-word;    
}
/***TP-Teaser Marginalspalte Ende***/

/***Karrero-Teaser Marginalspalte***/
/* Karrero-Teaser */
#karrero-teaser div > img {padding:10px;}
#karrero-teaser .container-title {padding:10px; font-size:12px;}
#karrero-teaser .entry-image-xxsmall img {width:100px; height:auto; float:left; padding:0px; margin-right:10px;}
#karrero-teaser ul {list-style-type: none; margin: 0px; padding:0px;}
#karrero-teaser li {border-bottom: 1px solid #cccccc; margin: 5px 0px 5px 0px; padding: 5px 0px 5px 0px;}
#karrero-teaser li h2 {font-size: 11px; padding:0px; margin:0px; color:black;}
#karrero-teaser li p {font-size: 10px; color:black;}
#karrero-teaser .more a {font-size: 11px; color:black;}
/***Karrero-Teaser Marginalspalte Ende***/

.hubpage



/*** columns ***/
.no-padding{
    padding: 0 !important;
}

/***** Werbung ******/
.ad.mediumrectangle {
    text-align: center;
    margin-bottom: 25px;
}

.werbung {
    background-color: #EFEFEF;
    text-align: center;
    margin: 10px 0;
    padding: 2px 0 10px;
}

#advert_floor {
            position:fixed;
            background: rgba(102,102,102,0.9);
            bottom:0;
            z-index:1000;
            width:100%;
            left:0px;
            text-align:center;
}

#close_button img{
            position:absolute;
            top:-20px;
            margin-left:-40px;
}
#close_button {
            display: inline;
            height: 40px;
            position: absolute;
            width: 40px;
            top:0px;
            
}

#advert_floor .ad-container {
            padding: 0 25px 0 25px;
            white-space:nowrap;
}

#own_load {
	margin-top: 10px;
}
#own_load input {
	margin-bottom: 5px;
}
@media (max-width: 480px) {
	#befestigungsArt img.img-responsive {
		max-width: 290px;
	}
}

#main-table-futter tr td {
	font-size: 13px;
}

#main-table-futter tbody tr:hover td,
#main-table-futter tbody tr:hover th {
	background-color: inherit;
}

.noedit-input {
	border: 0;
	background-color: transparent;
	margin-right: 5px;
	text-align: right;
}

.control-label{
	/* For Firefox */
	white-space: pre-wrap;
	/* For Chrome and IE */
	word-wrap: break-word;
}

.futtervorlage-info input{
	line-height: normal;
}

#main-table-futter input{
	max-width:60px;
	font-size: 13px;
	margin-right: 5px;
	text-align: right;
}

#main-table-futter select {
	max-width:130px;
	font-size: 13px;
}

#searchprofiformsmall .select2-container{
	width: 100%;
}

.werbung{
	background-color: #EFEFEF;
    text-align: center;
    margin: 10px 0;
    padding: 2px 0 10px;
}

.filter-label{
	display: block;
	margin-top: 10px;
}

.langzeiturteil-row-content{
	cursor: pointer;
}

.tipps {
	margin: 0 5px 15px 0;
	font-style: italic;
}

.sort-container{
	background-color: #efefef;
    padding: 0px 15px 15px;
}

.teaser-block {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.teaser-title{
	color: #e2001a;
	max-width: 50%;
	max-width: -moz-calc(100% - 200px);
	max-width: -webkit-calc(100% - 200px);
	max-width: calc(100% - 200px);
}

.teaser-image{
	width: 100px;
    position: relative;
}

.date-text{
	color: #aaaaaa;
    float: left;
    margin-right: 10px;
}

.gesamtwertung {
    clear: left;
}

.link-row{
	cursor: pointer;
}

#neuheitindextable td , #landthechnikmodellindextable td{
	white-space: normal;
}

.entry-body h3:first-of-type {
    margin-top: 0;
}

.messelogo {
    float: left;
    margin-right: 10px;

}

.messelogo img {
    max-width:50%;
}

.past-events div,
.past-events h2,
.past-events h3,
.past-events .small {
    color: #999999;
}

.past-events .panel-body img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}



.gold-banner{
	background: url(../img/icon_gold.jpg) bottom left no-repeat;
	width: 27px;
	height: 22px;
	display:inline-block;
	margin-right: 10px;
}

.silber-banner{
	background: url(../img/icon_silber.jpg) bottom left no-repeat;
	width: 27px;
	height: 22px;
	display:inline-block;
	margin-right: 10px;
}

.entry-body {
	margin-bottom: 30px;
}

.thumbnail { border: 0; }
.thumbnail img {
	padding-top: 9px;
}

input[type=number]::-webkit-inner-spin-button { 
	cursor:pointer;
	display:block;
	width:8px;
	color: #333;
	text-align:center;
	position:relative;
}


/**
 * Medialiste (siehe Zeitschrift - Redaktion)
 */

.media-group {}
.media-item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.media-item:first-child {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}
.media-item .media-body {
	padding-right: 15px;
}
.media-item .media-body .show {
	display: inline !important;
}
.media-collapse {
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 767px) {
	.teaser-title{
		max-width: 100%;
	}
	.media-body h4 {
		font-size: 16px;
	}
	.media-body p {
		font-size: 14px;
	}
	
	.langzeiturteil-nav li{
		float: none;
	}
	
	.langzeiturteil-nav li a{
		display: block;
		width: 100%;
		border: 1px solid #ddd;
	}
	
	.langzeiturteil-nav>li.active>a {
		background-color: #efefef;
	}
    
    .inlineimage { 
        float: none; 
        max-width: 765px; 
        padding: 0 0 15px 0; 
        width: 100% 
    }
    
    .inlineimage_hubpage { 
        float: right; 
        max-width: 765px; 
        padding: 15px 0 0 0; 
        width: 100% 
    }
}


/**
 * Inline-Image für Artikel
 */
.inlineimage {
	float: left;
	max-width: 375px;
    width: 100%;
	padding: 0 15px 10px 0;
}
.inlineimage img {
	max-width: 100%;
}
.inlineimage .caption {
    padding: 1px 5px 5px 5px;
    background: #eee;
}
.inlineimage .caption p {
	line-height: 1.2em;
	margin: 5px 0 0 0;
    font-size: 0.85em;
}

.inlineimage_hubpage { 
    float: right; 
    max-width: 765px; 
    padding: 0 0 10px 15px; 
}
.inlineimage_hubpage img {
	max-width: 100%;
}
.inlineimage_hubpage .caption {
    padding: 1px 5px 5px 5px;
    background: #eee;
}
.inlineimage_hubpage .caption p {
	line-height: 1.2em;
	margin: 5px 0 0 0;
    font-size: 0.85em;
}

.caption {
    font-size:0.95em;
}

/**
 * Sprungmarke nach oben
 */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    background: #e2001a;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 2;
}
.cd-top > i {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 8px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(136,136,136,1);
    -moz-box-shadow: 0 0 6px 0 rgba(136,136,136,1);
    box-shadow: 0 0 6px 0 rgba(136,136,136,1);
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e2001a;
    opacity: 1;
}

.searchprofiformsmall-element {
        background-color: #EFEFEF;
        border: 0;
}
#collapseOne .js-placeholder-single {
        padding: 8px 0 !important;
}
#collapseOne .form-control{
        box-shadow: none;
}
/* Anpassung für die "Aktuelle Meldung" Index-Seite, ende*/

/**
 * Filter
 */

.eac-container-serach-box-term ul{
    border: 1px solid magenta;
}


/* NATIVE ADVERTISMENT
-----------------------------------------------*/

.ad-hint {
	border-bottom: 1px solid #222;
	color: #222;
	margin-bottom: 20px;
	position: relative;
}

.ad-hint i {
    background-color: #fff;
    color: #222;
    font-size: 12px;
    font-style: normal;
    padding: 3px 4px 2px 2px;
    position: absolute;
    top: -11px;
    left: 10px;
    line-height: 1.42857;
}

/* SEO-Hubpages
--------------------------------------------- */
.seo_text {
    display: block;
}

.seo_hubpage_text {

}

.seo_hubpage_image {
    width: 200px;
    height: auto;
    float: left;
    margin: 0 15px 15px 0;
}

@media (max-width: 480px) {
    .seo_hubpage_image {
        width: 100%;
        height: auto;
    }
}

.seo_hubpage_link {
    clear:both;
    display: block;
    text-align:right;
}


.img_m_hubpage {
    max-width: 90px;
}

.img_m_plusbeitrag {
    max-height: 167px;
}

.subline_teaser_hubpage {
    float: none !important;
}

.hubpage_media {
    max-width: 100%;
    margin-bottom: 10px;
}

.plus-panel {
    background-color: #efefef;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.overlay_plusbeitrag {    
    width: 100%;
    padding: 2%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 17px;
    line-height: 1em;
}

.plus_type {
    font-variant: all-small-caps;
    float: left;
    margin-right: 5px;
}

.plus_type_titel {
}

.plus_img {
    margin-top: 15px;
    float: left;
    margin-right: 5px;
}

.plus-headline {
    font-size: 26px;
    margin-top: 10px;
    color: #999999;
}

.plus_bereichsheadline {
    color: #666666;
    font-size: 17px;
    margin-top: 10px;
}

.teaser_image_plus{
    max-height: 118px;
}

.archivbeitrag {
    min-height: 137px;
}

.youtube_thumb {
    max-height: 340px;
}
.plus_archiv_inhalt {
    margin-top: 10px;
    color: #e2001a;
}
.panel-heading-overflow {
    overflow: hidden;
}


/* CAPTCHA
-----------------------------------------------*/
a.captcha-image-reload {
    position: relative;
    width: 45px;
    height: 38px;
    background: #aaa;
    padding-top: 3px;
}
.sharing-close {
    color: #000000;
    opacity:1;
    text-shadow: 0 0 0 #000000;
}
.small_text_beitrag_senden {
    font-size: 10px;
}
.captcha-row {
    position: relative
}
.captcha-image-row {
    border: 1px solid #ddd;
    width: 252px;
    height: 93px;
}
.captcha-image{
    height: 90px;
}
i.fa .fa-refresh. fa-lg .captcha-refresh-icon {
    line-height: 0px;
    margin-top: 23px;
}
.captcha-button {
    display: inline;
    width: auto !important;
    padding-right: 40px;

}
.sharing-close {
    color: #000000;
    opacity:1;
    text-shadow: 0 0 0 #000000;
}
.small_text_beitrag_senden {
    font-size: 10px;
}
.captcha-row {
    position: relative
}
.captcha-image-row {
    border: 1px solid #ddd;
    width: 252px;
    height: 93px;
}
.captcha-image{
    height: 90px;
}
i.fa .fa-refresh .fa-lg .captcha-refresh-icon {
    line-height: 0px;
    margin-top: 23px;
}
.captcha-button {
    display: inline;
    width: auto !important;
    padding-right: 40px;
}

/*Indexseiten Umstellung auf DIVs*/
article {
    border-bottom: #ddd 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.search-sort, .search-sort_langzeiturteile {
    margin-right: -25px;
    border-spacing: 2px;
    border-bottom: #ddd 2px solid;
    margin-bottom: 10px;
}
.search-sort_messe {
    margin: 0px;
}
.search-sort_langzeiturteile {
    margin: 0px;
}

.sortUpDown {
    font-weight: bold;
}
.search-sort .sortUpDown {
    margin-left: 15px;
}
/*DOPPELT KANN RAUS*/
.search-sort_messe .sortUpDown {
    margin-left: 15px;
 }

@media (min-width: 992px) and (max-width: 1199px) {
    .search-sort_langzeiturteile {
        white-space: nowrap;
        text-align: center;
    }
    .search-sort_langzeiturteile i.fa.fa-sort, i.fa.fa-sort-asc, i.fa.fa-sort-desc {
        padding-left: 4px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
.search-sort_langzeiturteile i.fa.fa-sort, i.fa.fa-sort-asc, i.fa.fa-sort-desc {
    padding-left: 2px;
}
}
@media (min-width: 1200px) {
    .search-sort .sortUpDown.kat {
        margin-left: -40px;
    }
}
@media (max-width: 992px) {
    .search-sort .sortUpDown.kat {
        margin-left: -30px;
    }
}

.search_results .teaser-title, .search_results_messe .teaser-title, .search_results_langzeiturteil .teaser-title {
    font-size: 17px;
    font-weight: bold;
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 0px;
}

.kat_link, .ausgabe_link, p.teaser_link, .bewertung_link {
    color: #333;
}
p.teaser_link span, .langzeiturteil-row-content span {
    color: #e2001a;;
}
@media (max-width: 350px) {
    .search_results .grafik, .search_results_messe .grafik,
    .search_results_langzeiturteil .date-text, .search_results_langzeiturteil .gesamtwertung {
        display: none !important;
    }
}
/* für Messeinfo benötigt */
.search_results_messe {
    margin-left: 0px;
    margin-right: 0px;
}
.search_results_messe article {
    padding: 10px 10px;
    margin-bottom: 0px;
}
/*Langzeiturteile*/
.search_results_langzeiturteil {
    margin-left: 0px;
    margin-right: 0px;
}
.search_results_langzeiturteil article {
    padding: 10px 10px;
}
.search-sort_langzeiturteile .sortUpDown {
    margin-left: -5px;
}
@media (max-width: 767px) {
    .search_results_langzeiturteil article {
        border: #ddd 1px solid;
    }
    .search_results_langzeiturteil .typ{
        color: #e2001a;
    }
}

/*
    Created on : 24.07.2017 / 19.12.2017
    Nur für die Bestellutn einese Newsletters uneter einem Beitrag / Artikel
*/
.newsletter-artikel-form{
    width: auto;
    padding: 20px;
    background-color: #95D4E4;
    text-align: center;
}
.newsletter-artikel-text {
    font-size: large;
}
.newsletter-artikel-titel {
    margin-bottom: 8px;
    font-size: 32px;
}
.newsletter-artikel-input {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 45px;
}
.newsletter-artikel-backgroud-img {
    background-image: url("../img/PaperPlane.svg");
    background-repeat: no-repeat;
    background-position: center -70px;
    background-size: cover;
}
#newsletter-artikel-registrierung {
    font-size: 18px;
}
/* sended view of newsletterÂ */
.newsletter-artikel-backgroud-img.sended .newsletter-artikel-border-top-bottom .row{
    display: none;
}
.newsletter-artikel-backgroud-img.sended .newsletter-artikel-border-top-bottom .newsletter-artikel-visible-registrierung {
    display: block;
}
.newsletter-artikel-inputs {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

button.newsletter-artikel-input {
    text-align: center;
}
.newsletter-artikel-error {
    color: #e2001a;
}
.newsletter-artikel-error-div-hidde, .newsletter-artikel-hidden-registrierung, .newsletter-artikel-error-div-hidde_dsgvo {
    display: none;
    visibility: hidden;
}
.newsletter-artikel-hidden{}
.newsletter-artikel-datenschutz{}
.newsletter-artikel-div{}

/*Tablet start */

/*Tablet ende */
@media (min-width: 600px) {
    .newsletter-artikel-background-img {
        background-position: 80px -100px;
    }
    .newsletter-artikel-inputs {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (min-width: 867px) {
    .newsletter-artikel-backgroud-img {
        background-position: 80px -150px;
    }
    .newsletter-artikel-form {
        padding: 40px;
    }
}
@media (min-width: 992px) {
    .newsletter-artikel-backgroud-img {
        background-size: 850px;
        background-position: -190px -160px;
    }
}

@media (min-width: 1200px) {
    .newsletter-artikel-backgroud-img {
        background-size: 850px;
        background-position: 0px -170px;
    }
}