/*
 Theme Name:   Deutsche Gesellschaft fuer Hygiene und Mikrobiologie
 Theme URI:
 Description:  Theme for www.dghm.org (Twenty Twelve Childtheme)
 Author:
 Author URI:
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dghm
*/


/* fonts */
@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_problack';
    src: url('fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* styles */

body {
background: #fff;
font-size: 14px;
font-family: 'source_sans_prolight', Tahoma, Arial, sans-serif;
color: #646464;
margin: 0px;
width: 100%;
}

a:link {  text-decoration: none; color: #1c69a0;}
a:active {  text-decoration: none; color: #1c69a0;}
a:visited {  text-decoration: none; color: #1c69a0;}
a:hover {  text-decoration: underline; color: #1c69a0;}

.clearer {
display: block!important;
margin: 0!important;
padding: 0!important;
clear: both!important;
line-height: 0!important;
font-size: 0!important;
height: 0!important;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* reset theme */
h1, h2, h3, h4, h5, h6{
    clear: none;
}

/* definitions */
.dghm-header{
    width: 100%;
    background: #fff;
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 500;
}

.dghm-header-shadow{
    -webkit-box-shadow: 0px 2px 6px 0px rgba(150,150,150,0.75);
    -moz-box-shadow: 0px 2px 6px 0px rgba(150,150,150,0.75);
    box-shadow: 0px 2px 6px 0px rgba(150,150,150,0.75);
    transition: all 0.5s ease-in-out;
}

.dghm-header-inner{
    width: 90%;
    max-width: 1650px;
    margin: 0px auto;
    height: 60px;
}

.dghm-logo{
    float: left;
    padding: 23px 0px 10px 0px;
    line-height: 12px;
    font-family: 'poppinsbold', sans-serif;
    font-size: 10px;
    color: #1c69a0;
    letter-spacing: 1px;
}

.dghm-logo a:hover{
    text-decoration: none;
}

.dghm-top-inner-wrap{
    margin-left: 27%;
    width: 73%;
}

.dghm-top-menu{
    float: left;
    height: 60px;
    width: 70%%;
    margin-left: 0px;
}

ul.dghm-main-menu, ul.dghm-login-search{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.dghm-main-menu li, ul.dghm-login-search li{
    float: left;
    height: 35px;
    padding: 25px 5px 0px 5px;
    position: relative;
}

ul.dghm-login-search li{
    padding: 25px 5px 0px 5px;
}

ul.dghm-main-menu li a, ul.dghm-login-search li a{
    font-family: 'source_sans_prolight', sans-serif;
    font-size: 15px;
    color: #1c69a0;
    line-height: 15px;
    padding-top: 30px;
    text-transform: uppercase;
}

ul.dghm-main-menu li a:hover, ul.dghm-login-search li a:hover{
    text-decoration: none;
}

ul.dghm-login-search{
    float: right;
}

ul.dghm-main-menu ul, ul.dghm-login-search ul{
    display: none;
    border-top: 4px solid #1c69a0;
    padding: 10px 20px 10px 20px;
    background: #fff;
    position: relative;
    top: 60px;
    left: -20px;
    list-style-type: none;
    opacity: 0.9;
    width: auto;
    min-width: 160px;
}

ul.dghm-login-search ul{
    width: 80px;
    left: -20px;
}

ul.dghm-main-menu ul li, ul.dghm-login-search ul li{
    padding: 3px 10px 3px 10px;
    height: auto;
    display: block;
}

ul.dghm-main-menu ul li a, ul.dghm-login-search ul li a{
    color: #76a5c6;
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 13px;
    line-height: 15px;
    padding-top: 0px;
    text-transform: uppercase;
}

ul.dghm-main-menu ul li a:hover, ul.dghm-main-menu ul li.current-menu-item,
ul.dghm-login-search ul li a:hover, ul.dghm-login-search ul li.current-menu-item{
    text-decoration: none;
    color: #1c69a0;
}

ul.dghm-main-menu li a:hover ul, ul.dghm-main-menu li:hover ul,
ul.dghm-login-search li a:hover ul, ul.dghm-login-search li:hover ul{
    display: block;
}

ul.dghm-main-menu li:hover > ul, ul.dghm-login-search li:hover > ul {
    display: block;
    position: absolute;
}

ul.dghm-main-menu li:hover li, ul.dghm-login-search li:hover li { float: none; }

ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }

.dghm-top-right{
    height: 60px;
    width: 30%;
    margin-left: 70%;
}

img.dghm-fb-logo{
    vertical-align: text-top;
}

.dghm-top-search{
    height: 14px !important;
    border-width: 1px;
    border-radius: 3px;
    border-color: #1c69a0;
    color: #646464;
    font-size: 12px;
    width: 90px;
    padding: 1px 3px 1px 3px;
    display: none;
}

.dghm-content-full{
    height: auto;
    margin-top: 60px;
}

.dghm-content-full-startseite{
    background: url(img/dghm-header-greek-helix-mikrobiologie-280-m.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dghm-content-full-aktivitaet{
    background: url(img/header/DGHM_aktiv_280.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dghm-content-full-aktuelles{
    background: url(img/header/DGHM_aktuell_280.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dghm-content-full-fachinformation{
    background: url(img/header/DGHM_fachinfo_280.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dghm-content-full-kontakt{
    background: url(img/header/DGHM_kontakt_280.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dghm-content-full-mitgliedschaft{
    background: url(img/header/DGHM_mitglied_280.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dghm-content-full-veranstaltung{
    background: url(img/header/DGHM_veranstalt_280.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dghm-content-inner{
    width: 90%;
    margin: 0px auto;
}

.dghm-content-header{
    padding-top: 35px;
}

.dghm-content-header h1{
    font-family: 'source_sans_probold', sans-serif;
    font-size: 16px;
    color: #1c69a0;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 19px 0px 19px 0px;
    padding-right: 60px;
}

.dghm-content-full-kontakt .dghm-content-header h1{
    color: #ffffff;
}

span.dghm-subline{
    width: 90px;
    display: block;
    border-bottom: 5px solid #1c69a0;
}

span.dghm-blue{
    color: #1c69a0;
}

.dghm-content-full-kontakt span.dghm-subline{
    border-bottom: 5px solid #ffffff;
}

.dghm-content-full-kontakt .dghm-main-content-area span.dghm-subline{
    border-bottom: 5px solid #1c69a0;
}

.dghm-teaser-blocks-wrapper{
    width: 260px;
    padding-top: 52px;
    margin: 0px auto;
}

.dghm-teaser-block{
    width: 130px;
    height: 130px;
    display: block;
    margin: 0px auto;
    float: left;
}

.dghm-teaser-block h3{
    color: #fff;
    font-family: 'source_sans_prosemibold', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    width: 110px;
    height: 110px;
    display: block;
    margin: 0;
}

.dghm-teaser-block a:hover{
    text-decoration: none;
}

/*.dghm-teaser-block h3:hover{
    background: #76a5c6;
    display: block;
    transition-duration: 2s;
}*/

.dghm-teaser-tagungen h3:hover{
    background: url(img/container/DGHM_tagungen_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-mitglied h3:hover{
    background: url(img/container/DGHM_mitglied_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-fortbildung h3:hover{
    background: url(img/container/DGHM_fortbildung_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-richt h3:hover{
    background: url(img/container/DGHM_richt-warnwerte_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-wissenschaft h3:hover{
    background: url(img/container/DGHM_wissen_forsch_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-paper h3:hover{
    background: url(img/container/DGHM_paper_month_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-hygiene h3:hover{
    background: url(img/container/DGHM_KHhygiene_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-stellen h3:hover{
    background: url(img/container/DGHM_stellen_130.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-diagnostmikro h3:hover{
    background: url(img/container/DGHM_diagnostmikro_130_neu.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.dghm-teaser-fachgruppen h3:hover{
    background: url(img/container/DGHM_fachgruppen_130_neu.jpg);
    display: block;
    transition: all 0.5s ease-in-out;
}

.block-color-02 h3, .block-color-05 h3{
    color: #1c69a0;
}

.block-color-01{
    background: #69b6cc;
}

.block-color-02{
    background: #a4e0ea;
}

.block-color-03{
    background: #62ccd9;
}

.block-color-04{
    background: #379ebb;
}

.block-color-05{
    background: #a4e0ea;
}

.block-color-06{
    background: #1c69a0;
}

.block-color-07{
    background: #4fa7d5;
}

.block-color-08{
    background: #b9d9ec;
}

.dghm-main-content-wrapper{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
}

.dghm-main-content-subpage{
    padding-top: 160px;
}

.dghm-left-content{
    float: left;
    width: 200px;
    display: none;
}

.dghm-left-sidebar{
    width: 100%;
}

.dghm-right-content-wrap{
    margin-left: 200px;
    width: 800px;
}

.dghm-right-content-wrap-2-col{
    margin-left: 0px;
    width: 100%;
}

.dghm-main-content-area{
    width: 100%;
}

.dghm-main-content-area-2-col{
    width: 100%;
}

.dghm-right-sidebar{
    margin-left: 550px;
    width: 250px;
}

ul.dghm-side-menu, ul.dghm-side-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.dghm-side-menu ul{
    padding: 8px 0px 4px 0px;
}

ul.dghm-side-menu li{
    padding: 5px 0px 5px 0px;
}

ul.dghm-side-menu li a{
    font-family: 'source_sans_problack', sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #1c69a0;
    padding-bottom: 1px;
    margin: 3px 0px 3px 0px;
    position: relative;
    text-transform: uppercase;
}

ul.dghm-side-menu li a:hover, ul.dghm-side-menu li.current-menu-item a{
    border-bottom: 3px solid #1c69a0;
    text-decoration: none;
}

ul.dghm-side-menu ul li a:hover, ul.dghm-side-menu ul li.current-menu-item a{
    border-bottom: none;
}

/*ul.dghm-side-menu li a:hover:after{
    content:"";
    background: #1c69a0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 1px;
    width: 42px;
    height: 3px;
}*/

ul.dghm-side-menu li ul{
    display: none;
}

ul.dghm-side-menu li.current_page_ancestor ul, ul.dghm-side-menu li.current_page_item ul, ul.dghm-side-menu li.current-page-ancestor ul{
    display: block;
}

ul.dghm-side-menu ul li{
    padding: 3px 0px 3px 15px;
}

ul.dghm-side-menu ul li a{
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: normal;
    color: #76a5c6;
    padding-left: 0px;
}

ul.dghm-side-menu li.current-menu-item ul li a{
    border-bottom: 0px;
}

ul.dghm-side-menu ul li a:hover, ul.dghm-side-menu ul li.current-menu-item a, ul.dghm-side-menu ul li.current-page-ancestor a{
    text-decoration: none;
    color: #1c69a0;
}

ul.dghm-side-menu-2-col li a, ul.dghm-side-menu-2-col ul li a{
    font-size: 14px;
}

.dghm-main-content-area h1{
    font-family: 'source_sans_probold', sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    color: #1c69a0;
    margin: 0px 0px 10px 0px;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dghm-main-content-area h2{
    font-family: 'source_sans_prosemibold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #1c69a0;
    margin: 10px 0px 10px 0px;
    padding: 0;
}

.dghm-main-content-area-2-col h2{
    font-family: 'source_sans_prosemibold', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0px 10px 0px;
}

.dghm-main-content-area h3{
    font-family: 'source_sans_prosemibold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #1c69a0;
    margin: 10px 0px 10px 0px;
    padding: 0px 110px 0px 0px;
}

.dghm-main-content-area h6{
    font-family: 'source_sans_prolight', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #646464;
    margin: 0;
    padding: 20px 110px 0px 0px;
    letter-spacing: 0px;
}

.dghm-main-content-area p{
    margin: 15px 0px 20px 0px;
    padding: 0px 60px 0px 0px;
    font-size: 15px;
    line-height: 21px;
}

.dghm-main-content-area tr{

}

.dghm-main-content-area td{
    padding: 0px 0px 0px 0px;
    margin: 0;
    vertical-align: bottom;
    border-spacing: 20px;
}

.dghm-main-content-area ul{
    list-style-type: disc;
}

.dghm-main-content-area ol{
    list-style-type: decimal;
}

.dghm-main-content-area li, .dghm-main-content-area li{
    font-size: 16px;
    line-height: 21px;
    margin-left: 15px;
}

.dghm-main-content-area td p{
    padding-right: 40px;
}

img.alignright, .wp-caption.alignright{
    margin: 0px 0px 12px 12px !important;
}

.dghm-main-content-area-2-col p{
    font-size: 16px;
    line-height: 22px;
    padding: 0px 20px 0px 0px;
}

.dghm-right-sidebar{
    padding: 90px 0px 0px 0px;
}

.dghm-right-sidebar h4{
    margin: 0;
    padding: 0;
    font-family: 'source_sans_proregular', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #1c69a0;
}

.dghm-right-sidebar p{
    padding: 5px 0px 0px 20px;
    margin: 5px 0px 25px 0px;
    font-size: 15px;
}

.dghm-footer{
    width: 100%;
}

.dghm-footer-top{
    width: 100%;
    background: #1c69a0;
    height: auto;
    display: none;
    padding: 0px 0px 40px 0px;
}

ul.dghm-footer-menu{
    list-style-type: none;
    margin: 40px 0px 0px 0px;
    padding: 0;
}

ul.dghm-footer-menu li{
    width: 120px;
    float: left;
    margin-right: 20px;
}

ul.dghm-footer-menu li a{
    font-family: 'source_sans_problack', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    width: 120px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
}

ul.dghm-footer-menu li a:hover{
    color: #69b6cc;
    text-decoration: none;
}

ul.dghm-footer-menu ul{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

ul.dghm-footer-menu ul li{
    padding: 3px 0px 3px 0px;
    margin: 0px;
    float: none;
}

ul.dghm-footer-menu ul li a{
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    width: auto;
    border-bottom: 0px;
    letter-spacing: 0px;
    text-transform: none;
    display: contents;
}

ul.dghm-footer-menu ul li a:hover{
    color: #69b6cc;
    text-decoration: none;
}

/*.dghm-bottom-col{
    width: 120px;
    height: 385px;
    float: left;
    padding-right: 20px;
}

.dghm-bottom-col h5{
    font-family: 'source_sans_problack', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin: 40px 0px 10px 15px;
    padding: 0px 0px 10px 0px;
}

.dghm-bottom-col ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dghm-bottom-col ul li{
    padding: 3px 0px 3px 15px;
    margin: 0px;
}

.dghm-bottom-col ul li a{
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.dghm-bottom-col ul li a:hover{
    color: #69b6cc;
    text-decoration: none;
}*/

.dghm-info p{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    font-family: 'source_sans_proregular', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #1c69a0;
}

.dghm-footer-bottom .dghm-logo{
    float: none;
}

.dghm-footer-bottom{
    width: 100%;
    background: #a4e0ea;
    display: block;
    height: auto;
}

/* responsive menu */
#responsive-menu-container #responsive-menu-wrapper {
    margin-top: 30px;
}

#responsive-menu{
    margin-bottom: 20px;
}

#responsive-menu-container .responsive-menu-search-box {
    width: 80% !important;
    padding: 0 2%;
    border-radius: 4px !important;
    border-width: 1px !important;
    height: 40px !important;
    -webkit-appearance: none;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a{
    text-transform: uppercase;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #646464;
}

p.wp-caption-text{
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.wp-caption {
    max-width: 100%;
    padding: 4px 4px 4px 0px !important;
}

img.alignleft, .wp-caption.alignleft {
    margin: 12px 12px 6px 0px !important;
}

img.aligncenter, .wp-caption.aligncenter {
    clear: none !important;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100% !important;
    max-width: 100%;
}

/* ninja forms */

.nf-form-wrap, .um-form{
    clear: none;
    display: inline-block;
}

.um-form{
    width: 100%;
}

.nf-before-form-content{
    padding: 5px 0px 10px 0px;
}

.submit-wrap input{
    font-size: 14px !important;
}

/* cookie notice */
#cn-notice-text{
font-size: 14px !important;
}

/* ultimate member */
.um-account-meta{
    display: none; /* hide profile pic */
}

.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover {
    background: #1c69a0 !important;
}

.um input[type="submit"].um-button, .um input[type="submit"].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #1c69a0 !important;
}

.um input[type="submit"].um-button:hover, .um a.um-button:hover {
    background-color: #44b0ec !important;
}

.um-field-label label {
    font-weight: normal !important;
}

.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    color: #fff !important;
}

.um-postmessage{
    padding: 15px 0px 15px 0px;
}

.um{
    margin-top: 20px !important;
}

/* forums */
#bbpress-forums {
    clear: none;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    font-size: 16px;
}

#subscription-toggle{
    float: right;
    font-size: 14px;
}

div.bbp-template-notice, div.indicator-hint {
    border-width: 1px;
    border-style: solid;
    padding: 0 0.6em;
    margin: 5px 0 15px;
    border-radius: 3px;
    background-color: #f0f8ff;
    border-color: #cee1ef;
    color: #000;
    clear: both;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 12px;
    margin: 5px 0 5px;
    padding: 0;
    word-wrap: break-word;
}

.bbp-pagination-count, #bbpress-forums fieldset.bbp-form legend, .bbp-forum-link {
    font-size: 14px;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #f3f3f3;
    border-top: 1px solid #eee;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

div.bbp-template-notice p {
    margin: 0.5em 0 6px 0 !important;
    padding: 2px;
    font-size: 14px;
    line-height: 140%;
}

.bbp-author-role{
    display: none;
}

img.gravatar{
    display: none;
}

.bbp-reply-content{
    border-left: 1px solid #eee;
    padding-left: 15px !important;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #1c69a0;
    border-top: 1px solid #eee;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    color: #fff;
}

a.subscription-toggle, a.subscription-toggle:visited{
    color: #fff;
}

a.subscription-toggle:hover{
    color: #fff;
    text-decoration: underline;
}

.bbp-topic-revision-log{
    display: none;
}

.dghm-main-content-wrapper{
    align-content: center;
}

.dghm-front-blog{
  display: flex;
}

.dghm-news-post{
    width: 43%;
    /*border: 1px solid #1c69a0;*/
    padding: 2% 3%;
    float: left;
    min-height: 220px;
    color: #646464;
    /*-webkit-box-shadow: 0px 3px 3px -1px rgba(17,17,17,0.79);
    box-shadow: 0px 3px 3px -1px rgba(17,17,17,0.79);*/
}

.dghm-news-post h2{
  color: #1c69a0;
  font-size: 18px;
  letter-spacing: 1px;
}

.dghm-news-post p{
  padding: 0px 10px 0px 0px;
}

.dghm-front-blog > .dghm-news-post {
    margin-right: 1%;
    background-color: #ffffff;
    border: 1px solid #1c69a0;
    border-top: 10px solid #1c69a0;
}

.dghm-front-blog > .dghm-news-post ~ .dghm-news-post {
    margin-right: 0;
}


@media screen and (min-width: 380px) {
    .dghm-content-inner{
        width: 360px;
        margin: 0px auto;
    }

    .dghm-content-header{
        padding-top: 35px;
    }

    .dghm-content-header h1{
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        padding-right: 30px;
    }

    .dghm-teaser-blocks-wrapper{
        width: 100%;
        padding-top: 52px;
    }

    .dghm-teaser-block{
        width: 180px;
        height: 180px;
        float: left;
    }

    .dghm-teaser-block h3{
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 20px 20px 20px 20px;
        width: 140px;
        height: 140px;
    }

    .dghm-teaser-tagungen h3:hover{
        background: url(img/container/DGHM_tagungen_180.jpg);
    }

    .dghm-teaser-mitglied h3:hover{
        background: url(img/container/DGHM_mitglied_180.jpg);
    }

    .dghm-teaser-fortbildung h3:hover{
        background: url(img/container/DGHM_fortbildung_180.jpg);
    }

    .dghm-teaser-richt h3:hover{
        background: url(img/container/DGHM_richt-warnwerte_180.jpg);
    }

    .dghm-teaser-wissenschaft h3:hover{
        background: url(img/container/DGHM_wissen_forsch_180.jpg);
    }

    .dghm-teaser-paper h3:hover{
        background: url(img/container/DGHM_paper_month_180.jpg);
    }

    .dghm-teaser-hygiene h3:hover{
        background: url(img/container/DGHM_KHhygiene_180.jpg);
    }

    .dghm-teaser-stellen h3:hover{
        background: url(img/container/DGHM_stellen_180.jpg);
    }

    .dghm-teaser-diagnostmikro h3:hover{
        background: url(img/container/DGHM_diagnostmikro_180_neu.jpg);
    }

    .dghm-teaser-fachgruppen h3:hover{
        background: url(img/container/DGHM_fachgruppen_180_neu.jpg);
    }
}

@media screen and (min-width: 500px) {
    .dghm-logo{
        line-height: 15px;
        font-size: 13px;
        padding: 18px 0px 10px 0px;
    }

    .dghm-content-inner{
        width: 400px;
        margin: 0px auto;
    }

    .dghm-content-header{
        padding-top: 40px;
    }

    .dghm-content-header h1{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 2px;
        padding-right: 30px;
    }

    .dghm-teaser-blocks-wrapper{
        padding-top: 42px;
    }

    .dghm-teaser-block{
        width: 200px;
        height: 200px;
        float: left;
    }

    .dghm-teaser-block h3{
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 25px 25px 25px 25px;
        width: 150px;
        height: 150px;
    }

    .dghm-teaser-tagungen h3:hover{
        background: url(img/container/DGHM_tagungen_200.jpg);
    }

    .dghm-teaser-mitglied h3:hover{
        background: url(img/container/DGHM_mitglied_200.jpg);
    }

    .dghm-teaser-fortbildung h3:hover{
        background: url(img/container/DGHM_fortbildung_200.jpg);
    }

    .dghm-teaser-richt h3:hover{
        background: url(img/container/DGHM_richt-warnwerte_200.jpg);
    }

    .dghm-teaser-wissenschaft h3:hover{
        background: url(img/container/DGHM_wissen_forsch_200.jpg);
    }

    .dghm-teaser-paper h3:hover{
        background: url(img/container/DGHM_paper_month_200.jpg);
    }

    .dghm-teaser-hygiene h3:hover{
        background: url(img/container/DGHM_KHhygiene_200.jpg);
    }

    .dghm-teaser-stellen h3:hover{
        background: url(img/container/DGHM_stellen_200.jpg);
    }

    .dghm-teaser-diagnostmikro h3:hover{
        background: url(img/container/DGHM_diagnostmikro_200_neu.jpg);
    }

    .dghm-teaser-fachgruppen h3:hover{
        background: url(img/container/DGHM_fachgruppen_200_neu.jpg);
    }

    .dghm-right-content-wrap-2-col{
        margin-left: 0px;
        width: 400px;
    }

    .dghm-main-content-area-2-col{
        width: 400px;
    }

    .dghm-footer-bottom{
        height: auto;
    }

    .dghm-footer-bottom .dghm-logo{
        float: none;
    }

    .dghm-info p{
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 10px 0px;
        font-family: 'source_sans_proregular', sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #1c69a0;
    }

    .dghm-content-full-startseite{
        background: url(img/dghm-header-greek-helix-mikrobiologie-280-m.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktivitaet{
        background: url(img/header/DGHM_aktiv_280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell_280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-fachinformation{
        background: url(img/header/DGHM_fachinfo_280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-kontakt{
        background: url(img/header/DGHM_kontakt_280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-mitgliedschaft{
        background: url(img/header/DGHM_mitglied_280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-veranstaltung{
        background: url(img/header/DGHM_veranstalt_280.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 700px) {
    .dghm-content-inner{
        width: 600px;
        margin: 0px auto;
    }

    .dghm-teaser-blocks-wrapper{
        padding-top: 81px;
    }

    .dghm-content-header{
        padding-top: 80px;
    }

    .dghm-content-header h1{
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 2px;
        padding-right: 0px;
    }

    .dghm-teaser-block{
        width: 150px;
        height: 150px;
    }

    .dghm-teaser-block h3{
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 15px 15px 15px 15px;
        width: 120px;
        height: 120px;
    }

    .dghm-teaser-tagungen h3:hover{
        background: url(img/container/DGHM_tagungen_150.jpg);
    }

    .dghm-teaser-mitglied h3:hover{
        background: url(img/container/DGHM_mitglied_150.jpg);
    }

    .dghm-teaser-fortbildung h3:hover{
        background: url(img/container/DGHM_fortbildung_150.jpg);
    }

    .dghm-teaser-richt h3:hover{
        background: url(img/container/DGHM_richt-warnwerte_150.jpg);
    }

    .dghm-teaser-wissenschaft h3:hover{
        background: url(img/container/DGHM_wissen_forsch_150.jpg);
    }

    .dghm-teaser-paper h3:hover{
        background: url(img/container/DGHM_paper_month_150.jpg);
    }

    .dghm-teaser-hygiene h3:hover{
        background: url(img/container/DGHM_KHhygiene_150.jpg);
    }

    .dghm-teaser-stellen h3:hover{
        background: url(img/container/DGHM_stellen_150.jpg);
    }

    .dghm-teaser-diagnostmikro h3:hover{
        background: url(img/container/DGHM_diagnostmikro_150_neu.jpg);
    }

    .dghm-teaser-fachgruppen h3:hover{
        background: url(img/container/DGHM_fachgruppen_150_neu.jpg);
    }

    .dghm-right-content-wrap-2-col{
        margin-left: 220px;
        width: 380px;
    }

    .dghm-main-content-area-2-col{
        width: 100%;
    }

    .dghm-content-header-small .dghm-main-content-area-2-col{
        width: 100%;
    }

    .dghm-left-content{
        display: block;
    }

    .dghm-footer-bottom{
        height: auto;
    }

    .dghm-footer-bottom .dghm-logo{
        float: left;
    }

    .dghm-info p{
        margin: 0px 0px 0px 300px;
        padding: 10px 0px 10px 50px;
        font-family: 'source_sans_proregular', sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #1c69a0;
    }

    .dghm-content-full-startseite{
        background: url(img/dghm-header-greek-helix-mikrobiologie-350.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktivitaet{
        background: url(img/header/DGHM_aktiv_350.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell_350.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-fachinformation{
        background: url(img/header/DGHM_fachinfo_350.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-kontakt{
        background: url(img/header/DGHM_kontakt_350.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-mitgliedschaft{
        background: url(img/header/DGHM_mitglied_350.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-veranstaltung{
        background: url(img/header/DGHM_veranstalt_350.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-main-content-subpage {
        padding-top: 210px;
    }

    .dghm-front-blog > .dghm-news-post {
        margin-right: 1.2%;
    }
}

@media screen and (min-width: 900px) {
    .dghm-content-inner{
        width: 800px;
        margin: 0px auto;
    }

    .dghm-teaser-blocks-wrapper{
        padding-top: 131px;
    }

    .dghm-teaser-block{
        width: 200px;
        height: 200px;
    }

    .dghm-teaser-block h3{
        font-size: 17px;
        line-height: 17px;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 25px 25px 25px 25px;
        width: 150px;
        height: 150px;
    }

    .dghm-teaser-tagungen h3:hover{
        background: url(img/container/DGHM_tagungen_200.jpg);
    }

    .dghm-teaser-mitglied h3:hover{
        background: url(img/container/DGHM_mitglied_200.jpg);
    }

    .dghm-teaser-fortbildung h3:hover{
        background: url(img/container/DGHM_fortbildung_200.jpg);
    }

    .dghm-teaser-richt h3:hover{
        background: url(img/container/DGHM_richt-warnwerte_200.jpg);
    }

    .dghm-teaser-wissenschaft h3:hover{
        background: url(img/container/DGHM_wissen_forsch_200.jpg);
    }

    .dghm-teaser-paper h3:hover{
        background: url(img/container/DGHM_paper_month_200.jpg);
    }

    .dghm-teaser-hygiene h3:hover{
        background: url(img/container/DGHM_KHhygiene_200.jpg);
    }

    .dghm-teaser-stellen h3:hover{
        background: url(img/container/DGHM_stellen_200.jpg);
    }

    .dghm-teaser-diagnostmikro h3:hover{
        background: url(img/container/DGHM_diagnostmikro_200_neu.jpg);
    }

    .dghm-teaser-fachgruppen h3:hover{
        background: url(img/container/DGHM_fachgruppen_200_neu.jpg);
    }

    .dghm-right-content-wrap-2-col{
        margin-left: 220px;
        width: 580px;
    }

    .dghm-main-content-area-2-col{
        width: 680px;
    }

    .dghm-content-header-small .dghm-main-content-area-2-col{
        width: 680px;
    }

    .dghm-main-content-area-2-col p{
        font-size: 16px;
        line-height: 22px;
        padding: 0px 0px 0px 0px;
    }

    .dghm-footer-bottom{
        height: auto;
    }

    .dghm-info p{
        margin: 0px 0px 0px 300px;
        padding: 10px 0px 10px 50px;
        font-family: 'source_sans_proregular', sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #1c69a0;
    }

    .dghm-content-full-startseite{
        background: url(img/dghm-header-greek-helix-mikrobiologie-450.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktivitaet{
        background: url(img/header/DGHM_aktiv_450.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell_450.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-fachinformation{
        background: url(img/header/DGHM_fachinfo_450.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-kontakt{
        background: url(img/header/DGHM_kontakt_450.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-mitgliedschaft{
        background: url(img/header/DGHM_mitglied_450.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-veranstaltung{
        background: url(img/header/DGHM_veranstalt_450.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-main-content-subpage {
        padding-top: 300px;
    }

    .dghm-front-blog > .dghm-news-post {
        margin-right: 1.5%;
    }
}

@media screen and (min-width: 1100px) {
	.dghm-content-inner{
        width: 1000px;
        margin: 0px auto;
    }

    .dghm-content-header{
        padding-top: 150px;
    }

    .dghm-content-header-small .dghm-content-header{
        padding-top: 50px;
    }

    .dghm-content-header-small.dghm-content-full-startseite .dghm-content-header{
        padding-top: 80px;
    }

    .dghm-header-inner{
        width: 98%;
    }

    .dghm-teaser-blocks-wrapper{
        padding-top: 96px;
    }

    .dghm-teaser-block{
        width: 250px;
        height: 250px;
    }

    .dghm-teaser-block h3{
        font-size: 21px;
        line-height: 21px;
        letter-spacing: 2px;
        font-weight: normal;
        padding: 25px 25px 25px 25px;
        width: 200px;
        height: 200px;
    }

    .dghm-teaser-tagungen h3:hover{
        background: url(img/container/DGHM_tagungen_250.jpg);
    }

    .dghm-teaser-mitglied h3:hover{
        background: url(img/container/DGHM_mitglied_250.jpg);
    }

    .dghm-teaser-fortbildung h3:hover{
        background: url(img/container/DGHM_fortbildung_250.jpg);
    }

    .dghm-teaser-richt h3:hover{
        background: url(img/container/DGHM_richt-warnwerte_250.jpg);
    }

    .dghm-teaser-wissenschaft h3:hover{
        background: url(img/container/DGHM_wissen_forsch_250.jpg);
    }

    .dghm-teaser-paper h3:hover{
        background: url(img/container/DGHM_paper_month_250.jpg);
    }

    .dghm-teaser-hygiene h3:hover{
        background: url(img/container/DGHM_KHhygiene_250.jpg);
    }

    .dghm-teaser-stellen h3:hover{
        background: url(img/container/DGHM_stellen_250.jpg);
    }

    .dghm-teaser-diagnostmikro h3:hover{
        background: url(img/container/DGHM_diagnostmikro_250_neu.jpg);
    }

    .dghm-teaser-fachgruppen h3:hover{
        background: url(img/container/DGHM_fachgruppen_250_neu.jpg);
    }

    .dghm-main-content-wrapper{
        width: 100%;
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .dghm-main-content-subpage{
        padding-top: 450px;
    }

    .dghm-left-content{
        float: left;
        width: 200px;
    }

    .dghm-right-content-wrap-2-col{
        margin-left: 250px;
        width: 750px;
    }

    .dghm-main-content-area-2-col{
        width: 850px;
    }

    .dghm-content-header-small .dghm-main-content-area-2-col{
        width: 850px;
    }

    .dghm-footer-top{
        display: block;
    }

    .dghm-info p{
        margin: 0px 0px 0px 300px;
        padding: 10px 0px 10px 50px;
        font-family: 'source_sans_proregular', sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #1c69a0;
    }

    .dghm-footer-bottom{
        height: 60px;
    }

    .dghm-content-full-startseite{
        background: url(img/dghm-header-greek-helix-mikrobiologie-650.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-startseite{
        background: url(img/dghm-header-greek-mikroskopie-350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktivitaet{
        background: url(img/header/DGHM_aktiv_550.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-aktivitaet{
        background: url(img/header/DGHM_aktiv_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell_550.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-fachinformation{
        background: url(img/header/DGHM_fachinfo_550.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-fachinformation{
        background: url(img/header/DGHM_fachinfo_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-kontakt{
        background: url(img/header/DGHM_kontakt_550.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-kontakt{
        background: url(img/header/DGHM_kontakt_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-mitgliedschaft{
        background: url(img/header/DGHM_mitglied_550.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-mitgliedschaft{
        background: url(img/header/DGHM_mitglied_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-veranstaltung{
        background: url(img/header/DGHM_veranstalt_550.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-veranstaltung{
        background: url(img/header/DGHM_veranstalt_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-dghm{
        background: url(img/dghm-header-greek-helix-mikrobiologie-550.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-dghm{
        background: url(img/dghm-header-greek-mikroskopie-350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-main-content-subpage {
        padding-top: 330px;
    }

    .dghm-content-header-small .dghm-main-content-subpage{
        padding-top: 230px;
    }

    .dghm-content-header-small.dghm-content-full-startseite .dghm-main-content-subpage{
        padding-top: 210px;
    }
}

@media screen and (min-width: 1290px) {
    .dghm-top-search{
        display: block;
    }

    ul.dghm-main-menu li, ul.dghm-login-search li{
        padding: 25px 7px 0px 7px;
    }

    .dghm-header-inner{
        width: 95%;
    }

    .dghm-top-inner-wrap{
        margin-left: 25%;
        width: 75%;
    }
}

@media screen and (min-width: 1450px) {
    .dghm-top-search{
        width: 100px;
    }

    ul.dghm-main-menu li, ul.dghm-login-search li{
        padding: 25px 10px 0px 10px;
    }
}

@media screen and (min-width: 1580px) {
    .dghm-top-inner-wrap{
        margin-left: 30%;
        width: 70%;
    }

    .dghm-top-search{
        width: 120px;
    }
}

@media screen and (min-width: 1620px) {
    .dghm-header-inner{
        width: 90%;
    }
}

@media screen and (min-width: 1690px) {
    .dghm-content-full-aktivitaet{
        background: url(img/header/DGHM_aktiv.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-aktivitaet{
        background: url(img/header/DGHM_aktiv_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-aktuelles{
        background: url(img/header/DGHM_aktuell_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-fachinformation{
        background: url(img/header/DGHM_fachinfo.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-fachinformation{
        background: url(img/header/DGHM_fachinfo_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-kontakt{
        background: url(img/header/DGHM_kontakt.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-kontakt{
        background: url(img/header/DGHM_kontakt_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-mitgliedschaft{
        background: url(img/header/DGHM_mitglied.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-mitgliedschaft{
        background: url(img/header/DGHM_mitglied_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-veranstaltung{
        background: url(img/header/DGHM_veranstalt.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-veranstaltung{
        background: url(img/header/DGHM_veranstalt_350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-full-dghm{
        background: url(img/dghm-header-greek-helix-mikrobiologie-650.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-content-header-small.dghm-content-full-dghm{
        background: url(img/dghm-header-greek-mikroskopie-350-neu-21.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .dghm-main-content-subpage{
        padding-top: 450px;
    }

    .dghm-content-header-small .dghm-main-content-subpage{
        padding-top: 230px;
    }
}
