/*
 Theme Name:   Menzerna
 Description:  Menzerna AU Theme
 Author:       John Tranter
 Author URI:   http://kimit.com.au
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


@import url("../twentyfourteen/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

body
{
    background:#464646;
    color:#000;font-family: 'Open Sans','Arial',sans-serif!important;font-size:12px;line-height:16px;height:100%;
}

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

a, a:active, a:hover{
    color:#EE7E00;
    text-decoration: none;
}


::selection {
    background: #EE7E00; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #EE7E00; /* Gecko Browsers */
}

button, .button, input[type="button"], input[type="reset"], input[type="submit"]
{
    background-color:#EE7E00;
}

button:active,button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #EE7E00;
}


h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 3px;
}

.site{max-width:inherit;}

/* Header Area */
header.site-header
{
    text-align: center;
    background: url("images/header_background.png") repeat-x scroll 0 0 transparent;
    height: 109px;
    margin-top: 0;
}
.site-header{max-width:inherit;}

header{overflow:hidden;}

#header
{
    max-width:960px;
    margin:0 auto;
    float:none !important;
    text-align:left;
    overflow:hidden;
}

header.archive-header
{
    overflow: hidden;
    background-color: #fff;
    margin:0;
    padding: 27px 24px 20px;
    max-width:100%;
    width:100%;
    background-color:#fff;


}

header.archive-header h1.entry-title
{margin-bottom:0;}

.archive-title, .page-title
{

}

#LogoHeader {
    float: left;
    margin-top: 35px;
    width: 225px;
}

#ImageHeader {
    background: url("images/image_header.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 105px;
    margin-left: 86px;
    margin-top: 6px;
    width: 330px;
}

/* Navigation */
#primary-navigation
{
    margin:0 0 25px 0;
    float: right;
    font-size: 11px;
    margin: 0 1px 0 -12px;
    padding: 0;
    text-transform: uppercase;
}
.menu-main-container{
    background: url("images/navigation_background_long.png") no-repeat scroll 0 0 transparent;
    border-right: 6px solid #C60B27;
    height: 40px;
    z-index:999;
    position:relative;
}
.primary-navigation li, .primary-navigation li a
{
    height:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    float:left;
    z-index:999;
}

.primary-navigation ul.nav-menu > li:hover
{
    background: url("images/navigation_hover.jpg") repeat-x;
}

.primary-navigation ul.nav-menu > li:last-child{
    margin-right:80px;
}

.primary-navigation a
{
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 27px;
    padding:13px 14px 0;
    text-shadow: 1px 1px 1px #506169;
    line-height:16px;
    text-transform: none;
}

.primary-navigation .nav-menu
{height:40px;
    border-bottom: 0;
    display: block;
}


.primary-navigation li.current-menu-item a, .primary-navigation li a:hover,
.primary-navigation li.current-page-ancestor a,
.primary-navigation li.current_page_parent a,
.primary-navigation li:hover > a, .primary-navigation li.focus > a
{
    color: #464646;
    text-decoration: none;
    text-shadow: none;
    background-color:initial;
}
.primary-navigation > li:hover, .primary-navigation > li.current-menu-item:hover, .primary-navigation > li.current-page-ancestor:hover,
.primary-navigation> li.current_page_parent:hover

{
    background: url("images/navigation_hover.jpg") repeat-x;
}
.primary-navigation li.current-menu-item, .primary-navigation li.current-page-ancestor,
.primary-navigation li.current_page_parent
{
    background-color:#fff;
}

    /*sub menu */
.primary-navigation ul ul
{
    background-color:#D5E1E1;
    box-shadow: 1px 5px 5px rgba(0,0,0,0.7);
    -webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.7);
    -moz-box-shadow: 1px 5px 5px rgba(0,0,0,0.7);
    opacity: 0.95;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top:40px;
}

.primary-navigation ul ul li
{
    float:left;
    width:250px;
}


.primary-navigation ul ul a{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 27px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 13px;
    color: #000;
    font-weight: 600;
    display: block;
    height:40px;
    width:100% !important;
    text-decoration: none solid rgb(0, 0, 0);
    text-shadow:none;
}

.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a
{
    background-color:initial;
    color:#EE7E00;
}

.primary-navigation ul ul li:hover{
    background-color:#fff;
}

.primary-navigation ul ul li:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.primary-navigation ul ul ul
{
    left:0;
    top:0;
    position:relative;
    background: none;
    box-shadow: none!important;
    width: 170px;
    margin-left: 14px;
    width: 260px;
    padding-bottom: 14px;

}

.primary-navigation ul ul li:hover > ul, .primary-navigation ul ul li.focus > ul {
    left: 0;
}

.primary-navigation ul ul ul li
{
    width: auto;
    float: left;
    margin-right: 6px;
    padding-right: 6px;
    height:22px;
}

.primary-navigation ul ul ul li a
{
    font-weight: normal !important;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    color: #000;
    font-size: 13px;
    width:auto;
}
.primary-navigation ul ul ul li a:hover
{
    color:#EE7E00;
}


.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after, .primary-navigation .menu-item-has-children li.page_item_has_children > a:after, .primary-navigation .page_item_has_children li.menu-item-has-children > a:after, .primary-navigation .page_item_has_children li.page_item_has_children > a:after
{
    content:"";
    display:none;
}


/* Home menu link */
.primary-navigation #menu-main>li:first-child a
{
    background : url("images/navigation_home.png") no-repeat scroll 17px 13px transparent;
    text-indent: -6000px;
    width:50px;
}
.primary-navigation #menu-main>li.current-menu-item:first-child a
{
    background: url("images/navigation_home.png") no-repeat scroll 17px -18px transparent;
}
.primary-navigation #menu-main>li:first-child>a:hover
{
    background: url("images/navigation_home.png") no-repeat scroll 17px -18px transparent;
}
.primary-navigation #menu-main>li:first-child:hover{
    background: url("images/navigation_firsthover.png") no-repeat;
}

.primary-navigation #menu-main>li.current-menu-item:first-child{
    background: url("images/navigation_background_first.png") no-repeat;
    border: 0;
    line-height: 48px;
    position: relative;


}


/* Main page areas */



.footer-sidebar:before, .footer-sidebar:after, .hentry:before, .hentry:after, .gallery:before, .gallery:after, .slider-direction-nav:before, .slider-direction-nav:after, .contributor-info:before, .contributor-info:after, .search-box:before, .search-box:after, [class*="content"]:before, [class*="content"]:after, [class*="site"]:before, [class*="site"]:after {

}

.site-main
{
    background: url("images/container_background.jpg") repeat-x scroll 0 0 #7d98a1;
    min-height: 430px;
    overflow:hidden;
}

#main-content
{
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 7px 5px #506169;
    background: url("images/maincontent_top.jpg") repeat-x scroll 0 0 #D6E1E1;
    overflow:hidden;
    padding-bottom:15px;
}
.main-content{
    float:none;
    clear:both;
}
.site:before{background:none;display:none;}


/* Main Page Styles */
.content-area, .content-sidebar{margin:0; padding:0;}
.site-content{
    margin:0;
    padding:0;
}

.startnavigationsbox {
    float: left;
    margin-top: 20px;
    width: 290px;
    margin-right: 8px;
    margin-left: 17px;
}

.startnavigationsbox .navigations_image {
    border: 2px solid #FFF;
    border-bottom: none;
    width: 286px;
    display: block;
    background: #fff;
    padding-bottom: 7px;
}

.startnavigationsbox .navigations_titel {
    display: block;
    background: url("images/navigationsbox_weiss.png") no-repeat scroll 0 0 #fff;
    color: #EE7E00;
    font-weight: bold;
    height: 25px;
    padding-left: 12px;
    padding-top: 3px;
    font-size: 15px;
    box-sizing: border-box;
    width: 100%;
}

.startnavigationsboxlarge
{
    float: left;
    margin-top: 20px;
    height: 262px;
    width: 290px;
    margin-right: 8px;
    margin-left: 17px;
}
.startnavigationsboxlarge .navigations_image {
    border: 2px solid #FFF;
    border-bottom: none;
    width: 286px;
    display: block;
    background: #fff;
    padding-bottom: 7px;
}

.startnavigationsboxlarge .navigations_titel {
    display: block;
    background: url("images/navigationsbox_weiss.png") no-repeat scroll 0 0 #fff;
    color: #EE7E00;
    font-weight: bold;
    height: 20px;
    padding-left: 12px;
    padding-top: 3px;
    width: 279px;
    font-size: 15px;
}

.startnavigationsboxlarge .navigations_inhalt {
    background: url("images/navigationsbox_back.png") no-repeat scroll -1px 0 transparent;
    height: 85px;
    padding-left: 11px;
    padding-top: 12px;
    font-size: 13px;
    font-weight: 600;
    width: 280px;
}

#News{
    float: left;
    margin-left: 17px;
    margin-top: 20px;
    width: 290px;
    overflow:hidden;
}

#News h2{
    background: none repeat scroll 0 0 white;
    color: #EE7E00;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 13px;
    padding-top: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}

#News .newsouter {
    background: url("images/newsbox_back.png") no-repeat scroll -1px 0 transparent;
    float: left;
    height: 230px;
    padding-top: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
#News .newscontent {
    overflow: hidden;
    height: 60px;
}
#News .news-list-morelink {
    display:block;
    padding-bottom: 9px;
    padding-top: 9px;
    margin-left: 12px;
    width: 266px;
}

#News .newscontent .newssub {
    font-size: 12px;
    height:18px;
    overflow:hidden;
}

#News .news-list-morelink {
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 12px;
    margin-left:0;
    width: 100%;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;

}

#News .newstitle h2 {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    margin: 0 0 2px;
    padding-left: 0;
    padding-top: 0;
    width: 280px;
}

#News .newsdate {
    font-size: 12px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-top: 0;
    color:#464646;
}

#News .newsmorebutton {
    float: left;
    margin-left: 11px;
    margin-top: 6px;
}

#News .newsmorebutton a {
    background: url("images/newsmorebutton.png") no-repeat scroll 0 0 transparent;
    color: #808080;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    padding-left: 16px;
    padding-top: 6px;
    width: 105px;
}

#News .messemorebutton {
    float: left;
    margin-left: 6px;
    margin-top: 6px;
}

#News .messemorebutton a {
    background: url("images/messemorebutton.png") no-repeat scroll 0 0 transparent;
    color: #808080;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    padding-left: 16px;
    padding-top: 6px;
    width: 130px;
}

#News .newscontent:hover {
    background: #FFF;
    text-decoration: none;
}

.kontaktbox {
    float: left;
    margin-left: 25px;
    margin-top: 20px;
    width: 290px;
}

.kontaktbox .kontaktbox_titel{
    background: none repeat scroll 0 0 white;
    color: #EE7E00;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 13px;
    padding-top: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}

.kontaktbox .kontaktbox_adresse {
    background: url("images/kontaktbox_back.png") no-repeat scroll -1px 0 transparent;
    color: #464646;
    font-size: 13px;
    height: 141px;
    padding-left: 13px;
    padding-top: 12px;
}

.kontaktbox  .kontaktbox_adresse p {
    margin-bottom: 7px;
}

.kontaktbox  .kontaktbox_links
{
    background: url("images/kontaktbox_back2.png") no-repeat scroll 0 0 transparent;
    height: 75px;
}

.kontaktbox .link_name {
    margin-left: 12px;
    margin-top: 0;
    padding-top: 12px;
}

.kontaktbox .link_name a {
    background: url("images/navigationsbox_aufzaehlung.png") no-repeat scroll 0 6px transparent;
    color: #464646;
    font-size: 13px;
    font-weight: 600;
    padding-left: 11px;
}



/*Footer Section */

footer.site-footer
{
    background: url("images/footer_top.jpg") repeat-x scroll 0 0 #464646;
    padding-bottom: 15px;
    text-align: center;
    color:#464646;
}

#Footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D5DCDC;
    float: none !important;
    height: 20px;
    margin: 0 auto;
    padding-top: 8px;
    width: 100%;
    max-width:960px;
    box-shadow: 0 0 0px #506169;

}
#FtCopyright {
    float: left;
    margin-left: 10px;
    font-size:11px;
}
#FooterRight {
    float: right;
    margin-top: -1px;
}
#FooterRight div {
    margin-left: 7px;
    float: right;
    margin-right: 10px;
}

#FtAGB a {
    background: url("images/footer_icons.png") no-repeat scroll 0 -280px transparent;
    display: block;
    height: 15px;
    padding-left: 22px;
    padding-top: 2px;
}
#FtImpressum a {
    background: url("images/footer_icons.png") no-repeat scroll 0 -215px transparent;
    display: block;
    height: 15px;
    padding-left: 22px;
    padding-top: 2px;
}
#FtSitemap a {
    background: url("images/footer_icons.png") no-repeat scroll 0 -135px transparent;
    display: block;
    height: 15px;
    padding-left: 22px;
    padding-top: 2px;
}
#FtDownloads a {
    background: url("images/footer_icons.png") no-repeat scroll 0 -69px transparent;
    display: block;
    height: 15px;
    padding-left: 22px;
    padding-top: 2px;
}
#FtDrucken a {
    background: url("images/footer_icons.png") no-repeat scroll 0 -1px transparent;
    display: block;
    height: 15px;
    padding-left: 22px;
    padding-top: 2px;
}


/*2 column page */
.content-area-right
{
    width:709px;
    float:right;
}

.content-sidebar{
    float:left;
    width:251px;
}




/* Sidebar */

#Subnavigation{
    float: left;
    margin-bottom: 11px;
    width: 251px;
}
#Subnavigation>ul>li {
    background: none repeat scroll 0 0 #EE7E00;
    border-left: 6px solid #C60B27;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 234px;
}
#Subnavigation ul li.current_page_ancestor, #Subnavigation ul li.current_page_item
{
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 251px;
}

#Subnavigation ul li ul
{
    margin:0;
}

#Subnavigation ul li.current_page_ancestor a,
#Subnavigation ul li.current_page_item a


{
    background: none repeat scroll 0 0 white;
    border-bottom: 1px solid #C4D4D4;
    border-top: 1px solid #C4D4D4;
    color: #000000;
    display: block;
    padding-bottom: 11px;
    padding-left: 31px;
    padding-top: 11px;
    position: relative;
    width: 221px;
}

#Subnavigation ul li.current_page_ancestor ul li.current_page_item

{
    background: #fafcfc;
}

#Subnavigation ul li.current_page_ancestor ul li.current_page_item a
{
    color:#ff8700;
}
#Subnavigation ul li.current_page_ancestor ul, #Subnavigation ul li.current_page_item ul
{
    display: block;
}

#Subnavigation ul li.current_page_ancestor ul li,#Subnavigation ul li.current_page_item ul li
{
    background: none repeat scroll 0 0 #E6EEEE;
    border-left: medium none;
    padding-bottom: 0;
    padding-left: 14px;
    padding-top: 0;
    width: 226px;
}
#Subnavigation ul li.current_page_ancestor ul li a , #Subnavigation ul li.current_page_item ul li a
{
    background: none repeat scroll 0 0 transparent;
    font-size: 13px;
    font-weight: 600;
    width: 185px;
    border-bottom: none;
    border-top: none;
    padding-bottom: 8px;
    padding-top: 8px;
}
#Subnavigation ul li a {
    color: #323232;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    padding-left: 25px;
}
#Subnavigation ul li a:hover {
    color: #FFF;
}

#Subnavigation ul li.current_page_item a:hover {
    color: #000;
}

#Subnavigation ul li ul {
    display: none;
}

#Subnavigation ul li:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#KontaktboxLeft {
    margin-bottom: 25px;
    background: none repeat scroll 0 0 white;
    float: left;
    padding: 16px 10px 16px 30px;
    width: 200px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#KontaktboxLeft h3{
    color:#000;
    margin-bottom:10px;
}




/*  */

.hentry{
    margin:0;
    max-width:709px;
    width:100%;
    min-height: 500px;
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    border: 1px solid #C4D4D4;
    margin-bottom: 0px;
    padding: 27px 24px 20px;
    margin-right: 20px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header h1.entry-title{
    margin-bottom: 12px;
    font-size:20px;
    font-weight:normal;
    height:20px;
    text-transform:none;

}

.site-content .entry-content
{
    margin:0;
    padding:0;
    max-width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:13px;
    color:rgb(70, 70, 70);
}

.site-content .downloadbox{
background: none repeat scroll 0 0 #EAF0F0;
border-bottom: 1px dotted #54666C;
border-top: 1px dotted #54666C;
float: left;
margin-left: -24px;
margin-top: 20px;
padding: 12px 17px 12px 31px;
width: 100%;
}

.site-content .downloadbox_titel {
    color: #464646;
    font-size: 14px;
}


/* download files */
.wpdm-only-button
{
    float : left;
    color: #464646;
    font-size: 13px;
    line-height: 16px;
}

.wpdm_file .cont .btn_outer
{
    padding:0;
    margin:0;
    text-shadow:none;
    background:none;
    border:0;
}

.wpdm_file.wpdm-only-button .btn_outer:hover
{
    border:0;
    box-shadow: none;
}

.wpdm_file.wpdm-only-button .btn_outer_c {
    padding: 0;
    background:none;
    margin:0;

}
.wpdm_file.wpdm-only-button .btn_right
{
    display:none;
}

.wpdm_file.wpdm-only-button .btn_left
{
    background: url("images/pdf_icon.png") no-repeat scroll 0 0 transparent;
    color: #EE7E00;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    margin-right: 18px;
    margin-top: 11px;
    padding-left: 34px;
    padding-top: 11px;
    text-decoration: none;
}

.navigations_inhalt .wpdm_file .cont,
.navigations_inhalt .btn_outer,
.navigations_inhalt .wpdm-only-button .btn_outer_c,
.navigations_inhalt .wpdm_file.wpdm-only-button .btn_left
{
    margin:0;
    padding:0;
    min-height:0;
    float:none;
    clear:both;
    font-size: 13px;
}

.navigations_inhalt ul li{
    overflow:hidden;
    display:block;
}

.navigations_inhalt .wpdm_file.wpdm-only-button .btn_left
{
    background:none;
    height:16px;
    margin-top:5px;
}

.wpdm_file.wpdm-only-button a.btn_left:hover {
    text-decoration: none;
    color: #464646;
    background-position: 0 -38px;
}

.producttuber {
    float: left;
    margin-left: -5px;
    margin-top: 8px;
    width: 660px;
    margin-bottom: 12px;
}

.producttuber .productitem {
    background: url("images/produktuebersicht_back.png") no-repeat scroll 1px 0 transparent;
    float: left;
    height: 117px;
    margin-left: 5px;
    width: 125px;
}

.producttuber .navigations_image {
    float: left;
    overflow: hidden;
    width: 120px;
    height: 80px;
}

.producttuber .navigations_title {
    float: left;
    margin-left: 5px;
    padding-top: 8px;
}

.producttuber .navigations_title a {
    font-weight: bold;
    color: #464646;
    text-decoration: none;
}

.producttuber .productitem:hover a{
    color:#EE7E00;
}


#FirmenprofilLeft {
    float: left;
    margin-bottom: 20px;
}

#FirmenprofilLeft a {
    background: url("images/firmenportrait-left.png") no-repeat scroll 0 0 transparent;
    color: #EE7E00;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bolder;
    height: 38px;
    padding-left: 111px;
    padding-top: 52px;
    width: 130px;
}

#FirmenprofilLeft a:hover {
    background-position: 0 -158px;
    text-decoration: none;
    color: #464646;
}



/* category */

.category-content article
{
    border-left:0;
}

.site-content header.entry-header
{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    clear:both;
    float:none;
    overflow:hidden;
}

.site-content .entry-date a:before, .attachment .site-content span.entry-date:before
{
    content:"";
}

h1.entry-title,
h2.entry-title {
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    float:left;

}

h1.entry-title a,
h2.entry-title a{
    color:#EE7E00;
}
h1.entry-title a:hover,
h2.entry-title a:hover{
    color:#464646;
}

.site-content .has-post-thumbnail header.entry-header
{
    margin:0;
    padding:0;
}

header.entry-header .entry-meta
{
    float:right;
    vertical-align:top;
    clear:none;
}
header.entry-header .entry-meta a:hover
{
    color:#464646
}

.category-content .hentry
{
    min-height:0;
}


#menzernadealer{
    margin:30px 10px 10px;
    padding:5px;
    float:left;
    background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-bottom-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#authorisedlogo{
    float:right;
    margin:35px 0 0;
}