html,
body {
    font-family: 'Verdana','Georgia','Palatino', sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    /* 300 Thin, 400 Regular, 500 Medium */
    color: #494948;
  	overflow-x: hidden;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 20001;
	background-color:white;
    text-align:center;
}

.dgmg_loader_icon{
   position: absolute;
   z-index:2;
   top: 50%;
   left: 50%;
   width: 80px;
   height: 80px;
   margin-top: -40px; /* Half the height */
   margin-left: -40px; /* Half the width */
}

a {
    text-decoration: none;
}

h4{
    font-size:16px;
    font-weight:bold;
}

.imagecatpadding img{
    padding-left:0%!important;
    padding-right:40%!important;
}

@media(max-width:768px){
    .imagecatpadding img{
        padding-left:0%!important;
        padding-right:0%!important;
    } 
}

a:hover,
a:visited,
a:active {
    text-decoration: underline;
    outline: none;
}

.green_background {
    background-color: #038a7d;
}

.thinfont {
    font-weight: 300;
}

.whitefont {
    color: white;
}

.width100 {
    width: 100%;
}

.clear {
    clear: both;
}

.no-padding {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

INPUT[type="text"]:focus,
INPUT[type="number"]:focus,
INPUT[type="email"]:focus,
INPUT[type="search"]:focus,
INPUT[type="password"]:focus,
INPUT[type="range"]:focus
{
    outline: none!important;
}


/* Header 1 - Contact and Login */


/*///////////////////////////////////*/

#headercontact {
    padding: 5px 0px 4px 0px;
}

#headercontact a {
    color: white;
}

#headercontactlogin {
    font-size: 13px;
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

#login input {
    border: none;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

#login p {
    line-height: 1.5em;
}

#login {
    display: none;
    position: absolute;
    z-index: 14000;
    right: 0px;
    width: 320px;
    font-weight: 300!important;
    top: 27px;
}

#login form {
    margin: auto;
    padding: 22px 22px 0px 22px;
    width: 100%;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

#login form span {
    background-color: #363b41;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 3px solid #434a52;
    color: #606468;
    display: block;
    float: left;
    line-height: 35px;
    text-align: center;
    width: 35px;
    height: 35px;
}

#login input:focus,
#login select:focus,
#login textarea:focus,
#login button:focus {
    outline: none;
}

#login form input[type="text"] {
    background-color: #3b4148;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    margin-bottom: 1em;
    padding: 0 10px;
    width: 241px;
    height: 35px;
}

#login form input[type="password"] {
    background-color: #3b4148;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    margin-bottom: 1em;
    padding: 0 10px;
    width: 241px;
    height: 35px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

#login-form a {
    color:white;
} 

/* Toggle switch*/

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.cmn-toggle-round + label {
    padding: 2px;
    width: 40px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 20px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 20px;
    transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
    width: 19px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
    background-color: #038a7d;
}

input.cmn-toggle-round:checked + label:after {
    margin-left: 20px;
}

.remamber {
    position: absolute;
    color: #fff;
    text-align: left!important;
    margin-top: -20px;
    margin-left: 50px;
}

#loginbutton {
    background: #038a7d;
    border: 0;
    width: 100%;
    height: 40px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin: 12px 0px 10px 0px;
}

#loginbutton:hover {
    background: #006f64;
}

#loginbutton:focus {
    outline: none;
}

#login ul {
    list-style-type: none;
    padding-left: 0px;
}

#login ul a,
#login ul a:hover {
    color: #9a9a9a;
    font-size: 0.9em;
}

.memberlogin {
    position: relative;
    z-index: 5001;
    text-align: right;
    padding: 5px 0px 4px 0px;
    cursor: pointer!important;
    font-weight: 300!important;
}

.memberlogout {
    z-index: 5001;
    text-align: right;
    font-size: 13px;
    color: white;
    padding: 5px 0px 4px 0px;
    top: -20px;
    font-weight: 300!important;
}

.logoutspan:hover {
    cursor: pointer;
    text-decoration: underline;
}


.loginbutton {
    position:absolute;
    right:224px;
    margin-top:8px;
    background-color: transparent;
    border: 2px solid #038a7d!important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #038a7d;
    padding: 0px 0px 0px 0px;
    outline: 0px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.loginbutton:hover{
    background-color: #038a7d;
    color:white!important;
}

.loginbutton:hover,
.loginbutton:visited,
.loginbutton:active {
    color:#038a7d;
    text-decoration: none;
}

.loginbutton i {
    color:white;
    background-color:#038a7d;
    padding: 8px 9px;
    margin-right:0px;
}


/* Header 2 - Logo and get a member */

.logomemberfluid{
    border-bottom: 1px solid #e2e2e2;
}

#dgmglogo {
    height: 60px;
    position: relative;
    left: -17px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
}

#headerlogo .dgmgheadername {
    position: relative;
    left: -5px;
    padding-left: 10px;
    border-left: 1px solid #006f64;
    float: left;
    margin-top: 20px;
    font-size: 0.995em;
}

.homelink {
    text-decoration: none;
    color: #494948!important;
}

.btn-member {
    position:absolute;
    right:0px;
    margin-top:21px;
    background-color: transparent;
    border: 2px solid #038a7d!important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #038a7d;
    padding: 0px 12px 0px 0px;
    outline: 0px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-member:hover{
    background-color: #038a7d;
    color:white!important;
}

.btn-member:hover,
.btn-member:visited,
.btn-member:active {
    color:#038a7d;
    text-decoration: none;
}

.btn-member i {
    color:white;
    background-color:#038a7d;
    padding: 8px 12px;
    margin-right:12px;
}

.btn-member2 {
    position:absolute;
    right:0px;
    margin-top:8px;
    background-color: transparent;
    border: 2px solid #038a7d!important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #038a7d;
    padding: 0px 12px 0px 0px;
    outline: 0px !important;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-member2:hover{
    background-color: #038a7d;
    color:white!important;
}

.btn-member2:hover,
.btn-member2:visited,
.btn-member2:active {
    color:#038a7d;
    text-decoration: none;
}

.btn-member2 i {
    color:white;
    background-color:#038a7d;
    padding: 8px 12px;
    margin-right:12px;
}

/* Main menu and site search */

.mainmenucontainer{
    background-color:#f4f4f4;
    -webkit-box-shadow: 0 10px 6px -6px #aaaaaa;
	   -moz-box-shadow: 0 10px 6px -6px #aaaaaa;
	        box-shadow: 0 10px 6px -6px #aaaaaa;
    z-index:9999;
    position:relative;
}

.mobile_menu{
    display:none;
}

.container-unite {
    width:100%!important;
    position:relative;
}

.nav.unite-nav{
    background-color:#f4f4f4!important;
    margin-left:-23px!important;
}

.nav.unite-nav a, .nav.unite-nav a:link, .nav.unite-nav a:visited, .nav.unite-nav a:hover, .nav.unite-nav a:focus {
    color: #494948!important;
    font-family: 'Verdana','Georgia','Palatino', sans-serif!important;
    font-weight:500!important;
    text-transform:uppercase;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.nav.unite-nav > li > a{
    padding: 10px 9px 9px 9px!important;
    margin: 10px 9px!important;
    display:block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*border:2px solid #f4f4f4;*/
}

.nav.unite-nav > li > ul > li > a{
    padding: 10px 9px 9px 9px!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    display:block;
    margin-bottom:5px!important;
}

/* Arrows for dropdowns */
.nav.unite-nav > li.dropdown > a:after {
	 content: " \f107";
	 font-family: FontAwesome;
	 color: #494948!important;
}

.nav.unite-nav > li:hover, .nav.unite-nav > li, .nav.unite-nav > li > ul li:hover, .nav.unite-nav > li > ul li {
    background-color:#f4f4f4!important;
}

.nav.unite-nav > li a:hover, .nav.unite-nav > li > ul li a:hover{
    /*border:2px solid #f4f4f4;*/
    background-color:#038a7d!important;
    color:white!important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.nav.unite-nav  li.current > a, .nav.unite-nav > li.active > a{
    /*border:2px solid #f4f4f4;*/
    background-color:#038a7d!important;
    color:white!important;
}

.nav.unite-nav > li.active > a{
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.nav.unite-nav > li.dropdown > a:hover:after, .nav.unite-nav > li.active.dropdown > a:after{
    color:white!important;
}

.nav.unite-nav > li > ul {
    position:relative;
    /*margin-top:=px!important;*/
    background-color:#f4f4f4!important;
    padding-top:0px!important;
    padding-bottom:5px!important;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.nav.unite-nav > li:hover > ul {
    margin-top:-1px!important;
}

.nav.unite-nav li > ul li {
    padding: 5px 10px 0px 10px!important;
}

.togglemobilemenu{
    position:absolute;
    right: -12px;
    top: 13px;
    z-index:7000;
    display:none;
}


.togglemobilemenu i {
    color: white;
    background-color: #038a7d;
    padding: 10px 10px;
    margin-right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    display:block;
}

.togglemobilemenu2{
    z-index:7000;
    display:none;
}


.togglemobilemenu2 i {
    color: white;
    background-color: #038a7d;
    padding: 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    display:block;
    text-align: right;
    margin-top:10px;
    margin-bottom:10px;
}

.mobile_menu{
    cursor:pointer;
    display:none!important;
}

label.mobile_menu {
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent!important;
    border-bottom: none!important;
    margin-bottom:0px!important;
}

.mobile_menu span, .mobile_menu:after{
    color: #038a7d!important;
}

.mobile_menu:after{
    margin-top:-3px;
}

/* Facebook*/
.nav .item-208 .facebooklink, .nav .item-208 .facebooklink:link, .nav .item-208 .facebooklink:visited, .nav .item-208 .facebooklink:hover, .nav .item-208 .facebooklink:focus {
    background-color: #3b5998!important;
    color:white!important;
}

.footer .facebooklink, .footer .facebooklink:link, .footer .facebooklink:visited, .footer .facebooklink:hover, .footer .facebooklink:focus {
    background-color: #3b5998!important;
    color:white!important;
}
    
/* Icon Facebook */
.nav .item-208 .facebooklink:before, .footer .facebooklink:before {
	 content: "\f082";
	 font-family: FontAwesome;
	 color: #fff!important;
     margin-right:5px;
}

/* Special search user mobile nav */
.searchusermenu{
    display:none;
}

#search {
    display:none;
}
 
/* Search */
.pixsearch > div > div {
    max-width:100%!important;
}

.ps_results[style] {
   width:100%!important;
}

.pixsearch_popup[style]{
left: 0px!important;
top: 192px;
visibility: visible;
position: absolute;
overflow: visible;
width: 100%;
}

.pixsearch .ps_search_box{
    padding:20px!important;
    text-align:center;
    border: none!important;
    background-color: #038a7d!important;
    color:white;
    font-weight:bold!important;
    font-size:15px;
    text-transform:uppercase;
    position:relative;
    z-index:5000;
}

.ps_class_search_search{
    display:none;
}

.ps_head{
    text-align:center!important;
}

.pixsearch_popup {
    border: none!important;
    background-color: #f4f4f4!important;
-webkit-box-shadow: 0px 0px 200px 0px rgba(0,0,0,0.7)!important;
-moz-box-shadow: 0px 0px 200px 0px rgba(0,0,0,0.7)!important;
box-shadow: 0px 0px 200px 0px rgba(0,0,0,0.7)!important;
}

.pixsearch_popup .ps_row_0,
.pixsearch_popup .ps_row_1
{
	background-color:#282e33!important;
	border:none!important;
    text-align:center!important;
	padding:15px 20px 20px 20px!important;
    
}

.pixsearch_popup .ps_row_1{
    border-top: 2px solid #434a52!important;
    border-bottom: 2px solid #434a52!important;
}

.pixsearch_popup .ps_row_0 a,
.pixsearch_popup .ps_row_1 a
{
    text-decoration:none!important;
    color: #9a9a9a!important;
}

.ps_row_0_innerbody,.ps_row_1_innerbody,.ps_row_0_head,.ps_row_1_head{
    color:white!important;
}

.pixsearch_popup .ps_row_0 a:hover, .pixsearch_popup .ps_row_1 a:hover,
.pixsearch_popup .ps_row_0 a:visited, .pixsearch_popup .ps_row_1 a:visited,
.pixsearch_popup .ps_row_0 a:active, .pixsearch_popup .ps_row_1 a:active{
    color: #9a9a9a!important;
    text-decoration: underline;
}

.ps_row_0_catlink,.ps_row_1_catlink{
    display:none!important;
}

.ps_viewall a{
    text-decoration:none!important;
    color: #038a7d;
}

.ps_viewall:hover,
.ps_viewall:visited,
.ps_viewall:active {
    color: #038a7d;
    text-decoration:underline!important;
}

.ps_class_search_search:after,
.ps_class_search_spinner:after,
.ps_class_search_clear:after {
    color:white!important;
}

.togglepagesearch{
    position:absolute;
    right: 170px;
    top: 21px;
}


.togglepagesearch i {
    color: white;
    background-color: #038a7d;
    padding: 10px 10px;
    margin-right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    display:block;
}

.togglepagesearch2{
    position:absolute;
    right: 170px;
    top: 8px;
}

.togglepagesearch2 i {
    color: white;
    background-color: #038a7d;
    padding: 10px 10px;
    margin-right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
    display:block;
}

/* Slider */

.tp-caption a {
    text-decoration: none!important;
    color: white!important;
}

/* Map and Search */

.dgmgmap {
    background-color: grey;
    background-image: url('/images/storelocator/mapprev.jpg');
}

.dgmgmapcontrols{
    background: url(../../../images/patterns/brillant.png);
    border-bottom: 1px solid #f0f0f0;
}

.mapcontainerborder{
    border-bottom: 1px solid #e2e2e2;
    /*border-top: 1px solid #e2e2e2;*/
}

#arztsuchelabel{
    border-top: 1px solid #e2e2e2;
}

.eingetragene_aerzte{
    font-size: 15px;
    margin-bottom: 15px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-align:center;
    width:100%;
    color:white;
    background-color: #3b4148;
    padding-top:10px;
    padding-bottom:10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #777777;
}

.bh-sl-container .bh-sl-loc-list .list-label {
    display: none;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
    border: 1px solid #038a7d;
}

.bh-sl-container .bh-sl-map-container a {
    color: #038a7d!important;
}

.bh-sl-container .bh-sl-map-container {
    margin-top: 0px;
    margin-bottom: 0px;
}

.bh-sl-form-container-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-top:20px;
    padding-bottom:20px;
}

.bh-sl-form-container {
    width: 600px;
    padding: 25px 40px 15px 40px;
    margin: auto;
    background-color: #282e33;
    position: relative;
    top: -60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

.bh-sl-form-container input:focus,
.bh-sl-form-container select:focus,
.bh-sl-form-container textarea:focus,
.bh-sl-form-container button:focus {
    outline: none;
}

.bh-sl-form-container input {
    border: none;
    line-height: 1.5em;
    padding: 0;
    -webkit-appearance: none;
}

.bh-sl-form-container input[type="text"] {
    background-color: #3b4148;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    margin-bottom: 1em;
    padding: 0 10px;
    width: 100%;
    height: 40px;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0px;
}

#bh-sl-submit {
    background: #038a7d;
    border: 0;
    width: 100%;
    height: 40px;
    color: white;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin: 0px;
}

#bh-sl-submit:hover {
    background: #006f64;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

#bh-sl-submit:focus {
    outline: none;
}

.dgmgmarker {
    width: 20px;
    height: 20px;
}

.mapslogan {
    width: 100%;
}

#arztsuchelabel img{
    display: block;
    margin: 30px auto;
}


/* custom scroll bar */

.mCSB_inside > .mCSB_container {
    margin-right: 16px;
}

.mCSB_scrollTools {
    background-color: white!important;
    opacity: 1!important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #038a7d!important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f5f5f5!important;
}

.arrounderror {
    position: fixed;
    z-index: 6000;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.errorbox {
    display: none;
    color: #fff;
    margin: auto;
    max-width: 500px;
    padding: 22px 22px 22px 22px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #282e33;
    border-top: 3px solid #434a52;
    border-bottom: 3px solid #434a52;
}

/* Katergorie search */

.category-filter-toggle{
    width:100%;
    background-color:white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#494948;
    height:40px;
    padding: 0 10px;
    line-height: 40px;
    margin-bottom:15px;
    cursor:pointer;
}

.category-filter-toggle i{
    margin-top:13px;
    color:#038a7d;
}

#category-filters-container1{
    list-style-type:none;
    padding-left:0px;
    margin-bottom: 0px;
}

.bh-sl-filters-container{
    display:none;
}

#category-filters-container1 li{
    width:49%;
    float:left;
    text-align: center;
    border:1px solid #3b4148;
    background-color:#282e33;
    margin-bottom:10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:10px 10px 2px 10px;
    color:white;
    display:block;
    cursor:pointer;
}

#category-filters-container1 li:nth-child(odd){
    margin-right:1%;
}

#category-filters-container1 li:nth-child(even){
    margin-left:1%;
}

#category-filters-container1 li input{
    position:relative;
    top:2px;
}

.reset-map{
    display:none;
    background: #038a7d;
    border: 0;
    width: 100%;
    height: 40px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin: 0px;
    margin-bottom: 15px;
    line-height:40px;
    text-align:center;
}

.reset-map:hover {
    background: #006f64;
}

/* Slider Category */

.aktuelles {
    margin-top: -50px;
    padding-top:40px;
    padding-bottom:10px;
    background-color: #f4f4f4;
    border-top: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 10px 6px -6px #aaaaaa;
	   -moz-box-shadow: 0 10px 6px -6px #aaaaaa;
	        box-shadow: 0 10px 6px -6px #aaaaaa;
    z-index:2;
}

.aktuelles h1 {
    display: inline;
    font-size:20px;
    margin-left:10px;
    background-color:#038a7d;
    color:white;
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.aelterebeitraege h1{
    font-size:14px!important;
    margin-right:15px;
}

.aelterebeitraege:hover {
    text-decoration: none!important;
}

.maennergesundheit {
    padding-top:40px;
    padding-bottom:10px;
    /*background-color: #f4f4f4;*/
    /*margin-bottom:10px;*/
    border-top: 1px solid #e2e2e2;
    background: url(../../../images/patterns/brillant.png);
}

.maennergesundheit h1 {
    display: inline;
    font-size:20px;
    margin-left:10px;
    background-color:#038a7d;
    color:white;
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.bt-image-link img {
    width:100%!important;
}

.bt-introtext {
    padding-top:10px;
    padding-bottom:5px;
}

.bt-cs .bt-inner img {
    outline: none!important;
    border: 1px solid #ebebeb!important;
    max-width: 99%!important;
    margin: 5px 0px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}

.bt-cs .bt-inner .bt-title {
    clear: both;
    color: #038a7d!important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 150%;
    text-shadow: 1px 2px 1px rgba(0,0,0,0.2);
    padding-top:5px;
}

.bt-cs .bt-inner a {
    text-decoration: none;
    color: #038a7d!important;
}

.bt-cs .next, .bt-cs .prev {
    display:block!important;
}

.bt-cs a.next{
    right: -25px !important;
   border: 0!important;
    outline: none!important;
}
.bt-cs a.prev{
   left: -25px !important;
   border: 0!important;
    outline: none!important;
}

.bt_handles_num li.current a {
    background: #038a7d!important;
}

.bt_handles_num li a {
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
}

.slides_container {
    padding-top:5px;
}

.bt-cs .bt-inner img {
    margin-bottom:10px!important;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
}

/* Maincontent */

#maincontent {
    margin-top:60px;
    margin-bottom:40px;
}

#maincontent a {
    text-decoration:none;
    color: #038a7d!important;
}

#maincontent a:hover {
    text-decoration:underline;
    color: #038a7d!important;
}

#maincontent ul,#maincontent ol {
    padding-left:30px;
}

#maincontent h1,#maincontent h2{
  background-image:url('/images/DGMG_Logo.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left:35px;
    font-size:30px;
    margin-top:0px;
    margin-bottom:35px;
    padding-bottom:15px;
    border-bottom: 1px solid #f0f0f0;
}

label {
    display: inline-block !important;
}

    
#system-message{
    color:white!important;
        -webkit-border-radius: 3px!important;
        -moz-border-radius: 3px!important;
        border-radius: 3px!important;
}

#system-message-container{
    margin-bottom:15px!important;
}

#system-message-container{
    background-color:#038a7d;
        -webkit-border-radius: 3px!important;
        -moz-border-radius: 3px!important;
        border-radius: 3px!important;
    color:white;
}

.alert-message {
    padding: 15px!important;
    margin-bottom: 0px!important;
    border: 1px solid transparent;
    border-radius: .25rem;
     background-color:#038a7d;
    color: white!important;
}

.alert-message .close{
    color: white!important;
}

.alert-heading {
    color: inherit;
    display: none!important;
}

/* Kategorie List*/

.dropdown-toggle,.category-list .hasTooltip .btn-primary,.category-list .list-edit{
    display:none!important;
}

.cat-list-row0 td {
    background-color:white;
}

.cat-list-row1 td:hover {
    background-color:white;
}

/* Kontaktformular */
.uf-sendbutton-wrapper input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.uf-captcha-wrapper-inner img{
  margin-left:0px!important;
}

#uniteform_1_form #captcha1491225584964 .uf-field-label {
    margin-top: 10px;
    width: 100% !important;
}

#uniteform_1_form .uf-field-label {
    margin-top:10px;
}

#uniteform_1_form .uf-confirm-message {
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    color:white!important;
}

.readmore{
    text-align:right;
}

.downloadlink{
    color:white!important;
    text-decoration:none;
}

/* Profile page */

.z-link,.z-dropdown-arrow{
    display:none!important;
}

#easyprofile .btn-default, .btn-primary{
    color: #fff!important;
    background-color: #038a7d!important;
    border-color: #038a7d!important;
    cursor: pointer!important;
}

#easyprofile .btn-default:hover, .btn-primary:hover{
    color: #fff!important;
    background-color: #00776c!important;
    border-color: #00776c!important;
}

#easyprofile a {
    color: #038a7d!important;
}

.jsn-p-title h3{
  background-image:url('/images/DGMG_Logo.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left:35px;
    font-size:30px;
    margin-top:0px;
    padding-bottom:15px;
    border-bottom: 1px solid #f0f0f0;
}

.jsn-form-fieldset .control-label label{
    padding-top:15px!important;
}

.jsn-form-fieldset .controls input{
   padding:5px;
   border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.jsn-icon-remove{
    color:white!important;
}

.z-content-inner{
    padding:0px!important;
}

/* Download page */

.sl_header-container,.sl_category,.sl_subcategories-heading,.sl_documents-heading{
    display:none!important; 
}

#sl_downloads .sl_details h4 a {
    font-weight: bold;
    color:#038a7d!important;
    display: block;
    float: left!important;
}

.sl_document-info ul {
    display:none!important;
}

.sl_document-container #sl_document .sl_thumb{
    display: none!important;
}

.sl_document-info div.tab-content .sl_document-info div.tab-pane {
    border: 0px solid #ddd!important;
}

#sl_downloads ul.sl_subcats li, #sl_downloads .sl_subcategories-container ul.sl_documents li {
    width: 50%!important;
    float: left!important;
    background:none!important;
}

#sl_downloads ul.sl_subcats li, #sl_downloads ul.sl_documents li {
    background:none!important;
}

#sl_downloads .sl_desc{
    display:block;
    float:left;
    padding-top:10px!important;
      padding-top:20px!important;
}

.btn-success {
    color: #fff;
    background-color: #038a7d!important;
    border-color: #038a7d!important;
    cursor: pointer!important;
}

.btn-success:hover {
    color: #fff;
    background-color: #00776c!important;
    border-color: #00776c!important;
}

#sl_downloads .sl_document-container {
    background: transparent!important;
    border: 0px solid #CADAE7!important;
    padding: 0;
}

#sl_downloads .sl_document-container .sl_details {
    position: relative;
    top: -26px !important;
}

#sl_downloads .word1 .inputbox, #sl_document .inputbox {
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 1em;
    margin: 0 10px;
    padding: 6px!important;
    margin-bottom:15px;
}

#sl_downloads .sl_details h4 {
    font-size: 130%!important;
    padding: 0!important;
    margin: 21px 0 15px 0!important;
    height: 6px!important;
}

#sl_document .sl_buttons {
    padding-top: 5px;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 30px!important;
}

/* End Download page */

/* Passwort vergessen, Benutzernamen vergessen */

#user-registration input,.login input{
    border: 1px solid #ccc;
    outline:none!important;
    margin-bottom:15px;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    padding:5px;
}

.login button {
    margin-bottom:15px;
}

#maincontent .nav-tabs {
    border-bottom: 0px solid #ddd!important;
}

#maincontent .nav-stacked a{
    text-decoration: none!important;
    color: #038a7d!important;
    margin-right:15px;
}

.alert-warning {
    background-color: #038a7d!important;
    border-color: #038a7d!important;
    color: #fff!important;
}

/* Search Page */

#searchForm input {
    border: 1px solid #ccc;
    outline:none!important;
    margin-bottom:15px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
    padding:5px;

}

#searchForm input:focus{
    outline: none!important;
}

#searchForm .btn{
    height:33px;
    color: #fff!important;
    cursor:pointer!important;
    background-color: #038a7d!important;
    border: 1px solid #038a7d!important;
    cursor: pointer!important;
-webkit-border-top-left-radius: 0px!important;
-webkit-border-bottom-left-radius: 0px!important;
-moz-border-radius-topleft: 0px!important;
-moz-border-radius-bottomleft: 0px!important;
border-top-left-radius: 0px!important;
border-bottom-left-radius: 0px!important;
-webkit-border-top-right-radius: 3px!important;
-webkit-border-bottom-right-radius: 3px!important;
-moz-border-radius-topright: 3px!important;
-moz-border-radius-bottomright: 3px!important;
border-top-right-radius: 3px!important;
border-bottom-right-radius: 3px!important;
}

#searchForm .btn:hover{
    color: #fff!important;
    background-color: #00776c!important;
    border-color: #00776c!important;
}

.badge-info {
    background-color: #038a7d!important;
}

.search-results a {
    text-decoration:none!important;
    color: #038a7d!important;
}

.search .result-category{
    display:none!important;
}

.search .result-text{
    margin-bottom:30px;
}

.search .icon-search{
    display:none!important;
}

.chzn-container{
   min-width:50px!important;
}

.chzn-results{
    padding-left:0px!important;
}

/* Custom attachments */

div.attachmentsList table {
    border:0px solid white!important;
}

.custom_attachment{
    display:table-row;
}

.custom_attachment_link{
    min-width:150px;
}

.custom_attachment_image,.custom_attachment_link,.custom_attachment_button{
    display:table-cell;
}

.custom_attachment_image{
    display:none!important;
}

.custom_attachment_image img{
    height:30px!important;
}

.custom_attachment_link a{
    text-decoration:none!important;
    color: #038a7d!important;
    padding-right:10px;
}

.at_edit{
    display:none!important;
}

/* Vorstand / Beirat / Partner */

.vorstand_result_box,.beirat_result_box,.partner_result_box{
    margin-bottom:15px!important;
    margin-top:80px;
}

.vorstand_result,.beirat_result,.partner_result {
    width: 100%;
    min-height: 100%;
    border: 1px solid rgba(133,133,133,.15);
    background-color: #fff;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.09);
    box-shadow: 0 0 8px rgba(0,0,0,.09);
    border-bottom: 3px solid #038a7d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vorstand_result_image img,.beirat_result_image img,.partner_result_image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -60px;
    width:150px;
    height:130px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.partner_result_image img{
    width:250px;
    height:100px;
}

.vorstand_result_name,.beirat_result_name,.partner_result_name{
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    padding:20px;
    color:#038a7d;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.vorstand_result_description,.beirat_result_description,.partner_result_description{
    text-align:center;
    padding: 0px 20px 20px 20px;
}

/* In den medien */

.publikumsmedien_result_box,.pressemitteilungen_result_box{
    margin-bottom:15px!important;
    margin-top:80px;
}

.publikumsmedien_result_row,.pressemitteilungen_result_row {
    width: 100%;
    min-height: 100%;
    border: 1px solid rgba(133,133,133,.15);
    background-color: #fff;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.09);
    box-shadow: 0 0 8px rgba(0,0,0,.09);
    border-bottom: 3px solid #038a7d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.publikumsmedien_result_counter,.pressemitteilungen_result_counter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -60px;
    color:white;
    background-color: #038a7d;
    width:100px;
    text-align:center;
    font-weight:700;
    line-height:100px;
    font-size:25px;
    height:100px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.publikumsmedien_result_name,.pressemitteilungen_result_name{
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    padding:20px;
    color:#038a7d;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

/* Männergesundheit */

.maenner_result_box{
    margin-bottom:15px!important;
    margin-top:80px;
    cursor:pointer;
}

.maenner_result_box a{
    text-decoration:none!important;
}

.maenner_result{
    width: 100%;
    min-height: 100%;
    border: 1px solid rgba(133,133,133,.15);
    background-color: #fff;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.09);
    box-shadow: 0 0 8px rgba(0,0,0,.09);
    border-bottom: 3px solid #038a7d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.maenner_result_image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -60px;
    width:400px;
    height:280px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.maenner_result_name{
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    padding:20px;
    color:#038a7d;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    text-decoration:none!important;
}

.maenner_result_description{
    text-align:center;
    padding: 0px 20px 20px 20px;
    color: #494948!important;
    text-decoration:none!important;
}

.maenner_result_box_small .maenner_result_image img{
    padding-left:20%;
    padding-right:20%;
    box-shadow: none!important;
}

.meannergesundheitoverview ul {
    list-style-type:none!important;
}
.meannergesundheitoverview ul li{ 
    border-bottom: 1px solid #d4d4d4!important;
}

/* In den medien */

.publikumsmedien_result_box,.pressemitteilungen_result_box{
    margin-bottom:15px!important;
    margin-top:80px;
}

.publikumsmedien_result_row,.pressemitteilungen_result_row {
    width: 100%;
    min-height: 100%;
    border: 1px solid rgba(133,133,133,.15);
    background-color: #fff;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.09);
    box-shadow: 0 0 8px rgba(0,0,0,.09);
    border-bottom: 3px solid #038a7d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.publikumsmedien_result_counter,.pressemitteilungen_result_counter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: -60px;
    color:white;
    background-color: #038a7d;
    width:100px;
    text-align:center;
    font-weight:700;
    line-height:100px;
    font-size:25px;
    height:100px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.publikumsmedien_result_name,.pressemitteilungen_result_name{
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    padding:20px;
    color:#038a7d;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

/* Pagination */

.pagination {float:right;position:relative;}

.pagination li {
  display: inline;
}

.pagination a{
    color: #038a7d!important;
}

.pagination a,
.pagination span {
  float: left;
  padding: 0 7px;
  line-height: 28px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a,
.pagination .active span {
  background-color: #f5f5f5;
}
.pagination .active a,
.pagination .active span {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

.pagination div.tooltip { display: none !important; }

.hasTooltip {
    display: inline !important;
}

/* Newsletter */

.newsletter {
    background-color: #038a7d;
    padding:25px 20px 20px 20px;
    color:white!important;
}

.newsletter a {
    color:white;
    text-decoration:none!important;
}

table.acymailing_form {
  width:100%!important;
  margin-top: 20px!important;
}
#acymailing_form btn{
  width:100%!important;
	padding-right:5px!important;
}

.acymailing_module_form {
    border-style: none !important;
    width: 100%;
    text-align: center!important;;
}

.formmailcontainer {
    position: relative;
    width: 395px!important;;
    display: inline-block;
}

.acymailing_form .fieldacyemail input{
    background-color: #00a898;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    margin-bottom: 1em;
    padding: 0 10px;
    width:300px!important;
    position:relative;
    margin-top:20px;
    height:40px;
    border:none!important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.acymailing_module .acysubbuttons input {
    position:relative;
    float:left;
    margin-top:20px;
    height:40px;
    border:none!important;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius:  0px!important;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -moz-border-radius-topleft: 0px!important;
    -moz-border-radius-bottomleft: 0px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    cursor: pointer;
    background-color: #3b4148!important;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.acymailing_module .acysubbuttons input:focus {
    outline: 0!important;
    box-shadow: 0 0px 0px #038a7d inset, 0 0 0px #038a7d!important;
}

.acymailing_module .acysubbuttons input:hover {
    background-color: #494b4e!important;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.acymailing_introtext{
    width:100%!important;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.acyfield_name input,.acyfield_email input {padding:10px!important;}

.fieldacyname, .fieldacyemail{float:left;}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border:1px solid #038a7d;
    box-shadow: 0 0px 0px #038a7d inset, 0 0 0px #038a7d;
  outline:none!important;
}

input,input:focus {
    outline: 0;
}

   input[type="checkbox"]:focus{
        outline:0!important;
    }

.fieldacyname{ padding-right:10px; }

.fieldacyterms .checkbox{width:20px!important;float:left;clear:both!important;}

.fieldacyterms a {float:left;padding-top:7px;}

.fieldacyterms {margin: 0 auto;}

input, textarea, select, a { outline: none; }

.acymailing_module input {  border:1px solid #919292;}

.item-188 {background-color:#038a7d!important;}
.item-188 a{ color:white!important;}

.fieldacyterms {background-color:transparent!important;}

#sbox-btn-close{display:none!important;}

.fieldacyterms label::after {
	content: ""!important;
}

.fieldacyterms .modal_link{
    margin-top:-11px;
}

.acymailing_form p {
    margin-bottom:0px!important;
}

/* Footer */
.footer{
    min-height:200px;
    background-color: #282e33;
    color:white;
    padding-top:30px;
    padding-bottom: 60px;
}

.footer1 h3,.footer2 h3,.footer3 h3{
    font-size:20px;
    margin-bottom:20px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.footer1,.footer2,.footer3,.footer4{
    font-weight:300!important;
}

.footer2 a{
    text-decoration:none!important;
    color:white;
    display:block;
    cursor:pointer;
}

.footer2 ul{
    list-style-type: none;
    padding-left:0px;
}

.footer2 li{
    background-color: #3b4148;
    width:100%;
    padding:5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #3b4148;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.footer2 li:hover{
    border:1px solid #777777;
}

.copyright{
    margin-top:30px;
    font-weight:300;
    font-size: 0.8em;
}

.footer3 a{
    color:white!important;
    text-decoration:none;
}
.footer3 a:hover{
    color:white!important;
    text-decoration:underline;
}

/* Downloads Footer */
.tip-wrap{
    display:none!important; 
}

.mod_sl_downloads .sl_document_row0, .mod_sl_downloads .sl_document_row1 {
    background-color: #3b4148!important;
    width: 100%!important;
    padding: 5px 5px!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    border: 1px solid #3b4148!important;
    margin-bottom: 10px!important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2)!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-align: center!important;
    -ms-flex-align: center!important;
    -webkit-align-items: center!important;
    align-items: center!important;
}

.mod_sl_downloads .sl_content {
    margin-left: 10px!important;
}

.mod_sl_downloads .sl_document_row0:hover, .mod_sl_downloads .sl_document_row1:hover {
    border: 1px solid #777777!important;
}

.mod_sl_downloads .sl_document_row0 img, .mod_sl_downloads .sl_document_row1 img{
    max-width: 40px!important;
}

.mod_sl_downloads .sl_document_row0 a, .mod_sl_downloads .sl_document_row1 a{
    font-size: 14px!important;
    color:white!important;
    text-decoration: none!important;
    display:block;
}

.copyright .nav{
    float:right;
    margin-top:-5px;
}

.copyright a{
    padding:5px 10px;
    background-color: #3b4148;
    text-decoration:none!important;
    color:white;
    margin-right:10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    border:1px solid #3b4148;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    display:block;
}

.copyright a:hover{
    border:1px solid #777777;
}

/* Blog layout */

.blog img{
  display: block;
  max-width: 100%;
  height: auto;
}

.published{
    font-weight:bold;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog .dropdown-toggle{
    display:none!important;
}

.blog .page-header h2 {
    color: #038a7d!important;
}

.blog .page-header h2{
    background-image: none!important;
    background-size: 0px 0px!important;
    background-repeat: no-repeat!important;
    padding-left:0px!important;
    font-size:22px!important;
}

/*///////////////////////////////////*/


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    /* main navigation*/
    .nav.unite-nav a{
        font-size:11px!important;
    }
    .nav.unite-nav > li:hover > ul {
        margin-top:-1px!important;
    }
}

@media (max-width: 767px) {
    .searchusermenu{
        display:block;
        /*min-height:44px;*/
    }
    /* Nav mobile display */
    .nav.unite-nav{
        margin-left: -9px !important;
        margin-bottom:8px!important;
    }
    .nav.unite-nav > li > a{
        border: 1px solid #038a7d!important;
    }
    .nav > .item-208 .facebooklink{
        border: 1px solid #3b5998!important;
    }
    .nav.unite-nav > li > ul {
        opacity: 100!important;
        visibility: visible!important;
        position:relative!important;
        margin-top:0px!important;
        top:15px!important;
        border-bottom: none!important;
        border-right: none!important;
        border-left: none!important;
        display:inline!important;
    }
    .nav.unite-nav > li > ul > li > a {
        display:inline!important;
    }
    .nav.unite-nav > li ul li a:hover, .nav.unite-nav > li > ul li a:hover {
        border: none !important;
        background-color: #f4f4f4 !important;
        color: #038a7d !important;
    }
    .nav.unite-nav li ul li.current > a, .nav.unite-nav > li ul li.active > a {
        border: none !important;
        background-color: #f4f4f4 !important;
        color: #038a7d !important;
    }
    .nav.unite-nav > li > ul li {
        padding: 15px 0 15px 6%;
        width: 94%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .nav.unite-nav > li > ul li a{
        margin-left:10px!important;
    }
    
    /* Maincontent */
    
    #maincontent {
        margin-top:30px;
        margin-bottom:30px;
    }
    
    #maincontent h1,#maincontent h2{
      background-image:url('/images/DGMG_Logo.png');
        background-size: 18px 18px;
        background-repeat: no-repeat;
        padding-left:23px;
        font-size:18px!important;
        margin-top:0px;
        margin-bottom:15px;
        padding-bottom:15px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    /* Custom attachments */

    .custom_attachment_image,.custom_attachment_link,.custom_attachment_button{
        display:table-row;
    }
    
    /* Profile page */
    .jsn-p-title h3{
      background-image:url('/images/DGMG_Logo.png')!important;
        background-size: 18px 18px!important;
        background-repeat: no-repeat!important;
        padding-left:23px!important;
        font-size:18px!important;
        margin-top:25px!important;
        padding-bottom:15px!important;
        border-bottom: 1px solid #f0f0f0!important;
        float:left!important;
    }
    
    /* Newsletter */
    
    .formmailcontainer {
        position: relative;
        width: 100%!important;;
        display: inline-block;
    }
    
    .acymailing_form p {
        margin-bottom: 0px !important;
        width: 100%;
    }
    
    .acymailing_form .fieldacyemail input{
        display:block!important;
        width:100%!important;
            -webkit-border-radius: 3px!important;
            -moz-border-radius: 3px!important;
            border-radius: 3px!important;
        margin-bottom:0px;
        text-align:center;
    }

    .acymailing_module .acysubbuttons input {
            display:block!important;
            width:100%!important;
            margin-bottom:15px;
            -webkit-border-radius: 3px!important;
            -moz-border-radius: 3px!important;
            border-radius: 3px!important;
    }
    /* Footer */
    .footer3 h3{
        margin-top:30px;
    }
    .copyright .nav{
        float:left;
        margin-top:-5px;
        display:block;
        width:100%;
    }
    .copyright .nav li{
        display:block;
    }
    .copyrighttext{
        position:relative;
        display:block;
        margin-bottom:30px;
        top:30px;
        float:left;
        text-align:left;
    }
    .copyright a { 
        /*font-size:12px!important;*/
        margin-top:10px;
    }
    
    /* Download page */

    #sl_downloads ul.sl_subcats li, #sl_downloads .sl_subcategories-container ul.sl_documents li {
        width: 100%!important;
    }

    /* End Download page */

}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767px) {
    /* Map and Search */
    .bh-sl-container .bh-sl-map {
        height: 250px;
    }
    .bh-sl-container .bh-sl-loc-list {
        height: 250px;
    }
    /* Special search user mobile nav */
    .togglemobilemenu2{
        display:block;
    }
    .btn-member2,.togglepagesearch2,.loginbutton{
        display:none;
    }

}

@media (max-width: 660px) {
    /* Map and Search */
    .bh-sl-form-container-box {
        padding:0px;
    }
    .bh-sl-form-container {
        width: 100%;
        top: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    #arztsuchelabel img{
        display: block;
        margin: 10px auto;
        padding-right:15px;
        padding-left:15px;
    }
    /* Slider Category */
    .aktuelles {
        margin-top: 20px;
    }
}

@media (max-width: 623px) {

    #sl_document .sl_buttons {
        padding-top: 5px;
        overflow: hidden;
        clear: both;
        position: relative;
        top: 30px!important;
        left: 0px!important;
    }

}

@media (max-width: 611px) {
    
 #sl_downloads .sl_document-container .sl_details {
    margin-left: 15px!important;
    position: relative;
    top: -15px !important;
    }
    
    #sl_downloads .word1 .inputbox, #sl_document .inputbox {
        width: 100%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {
    /* Header 2 - Logo and get a member */
    #dgmglogo {
        height: 40px;
        position: relative;
        left: -17px;
        margin-bottom: 10px;
        margin-top: 10px;
        float: left;
    }
    #headerlogo .dgmgheadername {
        position: relative;
        left: -5px;
        padding-left: 10px;
        border-left: 1px solid #006f64;
        float: left;
        font-size: 12px;
        margin-top: 12px;
    }
    /* Map and Search */
    .bh-sl-container .bh-sl-map {
        height: 250px;
    }
    .bh-sl-container .bh-sl-loc-list {
        height: 250px;
    }
    .bh-sl-form-container input[type="text"],
    #bh-sl-submit {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align:center;
    }
    
    #bh-sl-submit{
        margin-bottom:15px;
    }
    
    /* Katergorie search */
    
    #category-filters-container1 li{
        width:100%;
    }

    #category-filters-container1 li:nth-child(odd){
        margin-right:0%;
    }

    #category-filters-container1 li:nth-child(even){
        margin-left:0%;
    }
    
    /* Disable categories on small mobile */
    .category-filter-toggle{
        display:none;
    }
    
    /* Show mobile menu toggle */
    .togglemobilemenu{
        display:block;
    }
    /* Hide get member and search toggle button*/
    .togglepagesearch, .btn-member{
        display:none;
    }
    /* Hide normal mobile toggle on sthis size*/
    label.mobile_menu {
        display:none!important;
    }
    /* Change logo text slogan size*/
    #headerlogo .dgmgheadername {
        position: relative;
        font-size: 11px!important;
        margin-top: 15px!important; 
    }
    /* Special search user mobile nav */
    .searchusermenu{
        display:block;
        min-height:50px;
    }
    /* Categorie slider */
    .aktuelles h1 {
        font-size:15px;
    }
    /* Categorie slider */
    .maennergesundheit h1 {
        font-size:15px;
    }
    /* Footer */
    .footer2 h3{
        margin-top:30px;
    }
    
    /* Pagination */

    .pagination a,
    .pagination span {
      padding: 0 3px;
      line-height: 20px;
      font-size:12px;
    }
    
}

@media (max-width: 317px) {
    /* Hide Logo Text*/
    #headerlogo .dgmgheadername {
        /*display:none;*/
        font-size: 9px!important;
        margin-top: 17px!important; 
    }
    
/* Vorstand und Beirat */

    .partner_result_image img{
        width:100%;
        height:auto;
    }
    
    /* Kontakt Captcha */
    
    .uf-captcha-wrapper-inner img {
        width:100%!important;
        height:auto!important;
    }
    
}

/* Kontaktformular */

/* Labels */
.bfQuickMode .controls .control-label {
    background-color: #f0f1f2;
    border: 1px solid #c4c4c4;
    height: 35px;
    padding: 6px 0 0 10px;
    font-weight: 400;
    width: 100% !important;
    vertical-align: text-top;
    margin-bottom: -1px;
    text-align: left;
}

.control-label i{
  display:none;
}

/* Inputs */
.bfQuickMode input[type=text] {
    height: 35px !important;
    padding-top: 10px;
    max-width: 100% !important;
    margin-bottom: 6px;
    padding-bottom: 10px;
    padding-left: 5px;
}


/* Textfeld */
.bfQuickMode textarea {
    width: 100% !important;
    max-width: 100% !important;
  	border-color: #ccc;
  padding: 5px 0 0 5px;
}

/* Captcha/Nachricht ausblenden */
#bfLabel8 {
    display: none!important;
}

/* Checkbox */
#bfLabel25 a:visited {
    color: #0089bd;
}

#bfElemWrap25 {
    margin-top: 5px;
}

#bfLabel25 {
    background-color: inherit;
    width: 100% !important;
    border: 0px;
    height: auto;
    padding-top: 0px;
    font-weight: 200;
    text-align: inherit;
    margin-left: 20px;
}

#ff_elem25 {
    position: relative;
    top: -36px;
  	width:20px;
}

#bfLabel90 a:visited, #bfLabel766 a:visited{
    color: #0089bd;
}


#bfLabel90, #bfLabel766 {
    background-color: inherit;
    width: 100% !important;
    border: 0px;
    height: auto;
    padding-top: 0px;
    font-weight: 200;
    text-align: inherit;
    margin-left: 20px;
}

#ff_elem90,#ff_elem766 {
    position: relative;
    top: -36px;
  	width:20px;
}

/* Submit-Button */


.bfQuickMode .pull-right {
    float: left !important;
    background-color: #038a7d;
    border-color: inherit;
    border-radius: 0px;
    margin-top: -15px;
  	outline:none;
}

.bfQuickMode .pull-right:active:focus {
     outline: none; 
     outline-offset: 0px; 
     background-color: #038a7d; 
     border-color: inherit 
}

/* Outline */ 
.bfQuickMode input[type=text]:focus,
.bfQuickMode textarea:focus,
.bfQuickMode select:focus,
.bfQuickMode .uneditable-input:focus{
    outline: 1px solid #038a7d !important;
}

@media (max-width: 767px) {
    .bfQuickMode input[type=text],
    .bfQuickMode textarea,
    .bfQuickMode select,
    .bfQuickMode .uneditable-input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #bfLabel1, #bfLabel2, #bfLabel3, #bfLabel4, #bfLabel5, #bfLabel6, #bfLabel7 {
        width: 100% !important;
        max-width: 100% !important;
    }
  	/* Captcha/Nachricht ausblenden */
    #bfLabel8 {
        display: none !important;
    }
    #ff_elem27 {
        top: -40px !important;
    }
}

#ff_elem15{
  margin-bottom:6px;
}

#bfSubmitButton{
  margin-top:25px;
}

.bfQuickMode .form-inline div{
  width:100%!important;
}

label.radio.inline + label.radio.inline, label.checkbox.inline + label.checkbox.inline{
  margin-bottom:15px;
  margin-top:10px;
  margin-bottom:10px;
}

/* eprivacyModal */
#eprivacyModal{
  color:#434343;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index:50000!important;
}

#eprivacyModal table{
  font-size:10px;
}

#eprivacyModal table th{
  white-space:nowrap;
}

#eprivacyModal button{
  border:none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline:none;
  background-color:white;
  background-image:none!important;
  text-transform: uppercase;
  font-size:10px;
}

#eprivacyModal button:hover{
  background-color:white;
  background-image:none!important;
}

#eprivacyModal .btn-success{
  background-color: #2ecc71;
}

#eprivacyModal .btn-danger{
  background-color: #e74c3c;
}

#eprivacyModal .btn-success:hover{
  background-color:#27ae60;
}

#eprivacyModal .btn-danger:hover{
  background-color: #c0392b;
}

  /* ePrivacy Banner */

  .activebar-container {
    position: fixed!important;
    right: 0!important;
    left: 0!important;
    margin-right: auto!important;
    margin-left: auto!important;
    margin-top:0px!important;
    padding: 15px!important;
    background-color: #fff!important;
    width: 700px!important;
    border: 1px solid lightgrey!important;
    color: #434343!important; 
    /*-webkit-box-shadow: 0px 0px 300px 200px rgba(0,0,0,0.68);
    -moz-box-shadow: 0px 0px 300px 200px rgba(0,0,0,0.68);
    box-shadow: 0px 0px 300px 200px rgba(0,0,0,0.68);*/
-webkit-box-shadow: 0px 0px 300px 200px rgba(3,138,125,0.57);
-moz-box-shadow: 0px 0px 300px 200px rgba(3,138,125,0.57);
box-shadow: 0px 0px 300px 200px rgba(3,138,125,0.57);
    font-size:12px!important;
    z-index:13000!important;
    overflow-y: scroll!important;
    max-height:100%;
    overflow:hidden!important;
  }

  .activebar-container p{
    display:block!important;
    margin-bottom:15px!important;
  }

  .activebar-container ul.links{
    padding-left:0!important;
    margin-left:-3px!important;
  }

  .activebar-container ul.links li{
    float:none!important;
  }

  .activebar-container ul.links li a,.activebar-container ul.links li a:active,.activebar-container ul.links li a:visited,.activebar-container ul.links li a:link{
    background-color:grey!important;
    color:white!important;
    padding:5px 5px 4px 5px!important;
    display:inline-block!important;
    text-transform:uppercase!important;
    font-size:12px!important;
    margin-bottom:5px!important;
    text-decoration: none!important;
  }

  .activebar-container ul.links li a:hover{
    background-color:#555!important;
    text-decoration: none!important;
  }

  .cookietable {
    margin-top:0px!important;
    border-bottom:1px solid#ccc!important;
    overflow-y: scroll!important;
    -webkit-overflow-scrolling: touch!important;
    margin-bottom:15px!important;
  }

  .cookietable table{
    border-top:0px solid white!important;
    border-bottom:0px solid white!important;
    border-left:0px solid white!important;
    border-right:0px solid white!important;
  }

  .cookietable th {
    font-weight:normal!important;
    text-transform:uppercase!important;
    white-space: nowrap!important;
    /*top:-1px!important;*/
    font-size:12px!important;
  }

  .cookietable td{
    font-size:12px!important;
  }

  .cookietable tr:last-child td{
    border-bottom:0px solid#ccc!important;
  }

  .activebar-container button{
    border:none!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    outline:none!important;
    background-color:white;
    background-image:none!important;
    text-transform: uppercase!important;
    font-size:12px!important;
    margin:0px 0px 0px 5px!important;
    padding: 5px 10px 4px 10px!important;
    color:white!important;
  }
  
  .activebar-container button:hover{
    background-color:white;
    background-image:none!important;
  }
  
  .activebar-container button.accept{
    background-color: #2ecc71!important;
  }
  
  .activebar-container button.decline{
    background-color: #e74c3c!important;
  }
  
  .activebar-container button.accept:hover{
    background-color:#27ae60!important;
  }
  
  .activebar-container button.decline:hover{
    background-color: #c0392b!important;
  }

  @media(max-width:768px){
    .activebar-container {
      width: 90%!important;
    }
    #sl_downloads .sl_desc{
    margin-left: 0px;
}
  }

/* ePrivacy Styles*/

/*body{
  margin-bottom:37px;
}*/

.plg_system_eprivacy_module{
  width:100%;
  position:fixed;
  bottom:0;
  z-index:80000;
}

.plg_system_eprivacy_module .plg_system_eprivacy_message {
  text-align: center!important;
  padding-top: 15px!important;
  padding-bottom: 0px!important;
  background-color: transparent!important;
  border: none!important;
  background-color: #eee!important;
  color: black!important;
  font-size:12px!important;
}

.plg_system_eprivacy_module a {
  text-decoration: none!important;
  color: black!important;
  cursor: pointer!important;
  padding: 5px!important;
  background-color: #ddd!important;
  font-size:12px!important;
}

.plg_system_eprivacy_module .plg_system_eprivacy_agreed {
  border: none!important;
  font-size:10px!important;
  outline: none!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  padding: 5px 8px!important;
  color: black!important;
  cursor: pointer!important;
  background-color: white!important;
  color: #fe0000 !important;
  margin-top: -10px!important;
}

.plg_system_eprivacy_module .plg_system_eprivacy_message button.plg_system_eprivacy_declined {
  border: none!important;
  font-size: 12px;
  outline: none!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  padding: 5px 8px!important;
  color: black!important;
  cursor: pointer!important;
  background-color: #fe0000!important;
  color: #ffffff!important;
  margin-top: 5px!important;
  font-size:12px!important;
}

/* */

.plg_system_eprivacy_module .plg_system_eprivacy_accepted {
  background-color: transparent!important;
  border: none!important;
  background-color: #eee!important;
  color: black!important;
  padding-bottom: 2px!important;
  padding-top: 8px!important;
  /*margin-bottom: 15px!important;*/
  text-align: center!important;
  font-size:12px!important;
}

.plg_system_eprivacy_module .plg_system_eprivacy_accepted p {
  margin-bottom: 3px!important;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button {
  margin: 0px!important;
  padding: 0px!important;
  float: none!important;
  cursor: pointer!important;
  background-color: white!important;
  padding: 2px!important;
  width: 150px!important;
  border: 0!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  color: black!important;
  margin-bottom: 5px!important;
  font-size:10px!important;
  margin-right:12px!important;
}

/* */

.plg_system_eprivacy_module .plg_system_eprivacy_declined {
  background-color: transparent!important;
  border: none!important;
  background-color: #eee!important;
  color: black!important;
  padding-bottom: 1px!important;
  padding-top: 8px!important;
  text-align: center!important;
  font-size:12px!important;
}

.plg_system_eprivacy_module .plg_system_eprivacy_declined p {
  margin-bottom: 3px!important;
}

.plg_system_eprivacy_module div.plg_system_eprivacy_declined button {
  margin: 0px!important;
  padding: 0px!important;
  float: none!important;
  cursor: pointer!important;
  background-color: white!important;
  padding: 2px!important;
  width: 140px!important;
  margin: 0px auto!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  color: black!important;
  border: none!important;
  margin-bottom: 5px!important;
  font-size:12px!important;
  margin-right:10px!important;
}

.plg_system_eprivacy_module h2 {
  font-size: 20px;
}

.plg_system_eprivacy_module p {
  font-size: 12px!important;
}

.container-fluid {
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.plg_system_eprivacy_message a {
  font-weight: 200;
  display: block;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}

@media(max-width:1000px){
    body{
        margin-bottom:50px;
      }
  .plg_system_eprivacy_module div.plg_system_eprivacy_declined button,.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button {
    display:block!important;
    margin-right:0px!important;
    width:100%!important;
  }
  .plg_system_eprivacy_module div.plg_system_eprivacy_declined,.plg_system_eprivacy_module div.plg_system_eprivacy_accepted{
    padding-left:5%!important;
    padding-right:5%!important;
  }
}

/*@media(max-width:768px){*/
    .activebar-container, .activebar-container ul.links li a,.activebar-container ul.links li a:active,.activebar-container ul.links li a:visited,.activebar-container ul.links li a:link, .cookietable th, .cookietable td, .activebar-container button{
        font-size:10px!important;
    } 
    .plg_system_eprivacy_module p {
        font-size: 10px!important;
    }
  /*}*/ 

  /* Margin fix after update */

  .row {
    margin-left:15px;
    margin-right:15px;
  }

  .mainslider .row{
    margin-left:-15px!important;
    margin-right:-15px!important;
  }

  /* Fortbildung 05/2019 Formular */

  .dgmgfortbildung0519, .dgmgfortbildung0522{
    text-align:left;
  }

  .dgmgfortbildung0519 .control-label, .dgmgfortbildung0522 .control-label {
    height: auto!important;
    padding: 6px 0 6px 10px!important;
  }

  .dgmgfortbildung0519 .bfErrorMessage,.dgmgfortbildung0522 .bfErrorMessage{
    background-color:#e74c3c;
    color:white;
  }

  .dgmgfortbildung0519 label:first-child,.dgmgfortbildung0522 label:first-child{
    margin-top:10px;
  }

  .dgmgfortbildung0519 label,.dgmgfortbildung0522 label{
    padding-top:5px;
    padding-bottom:10px;
  }

  .dgmgfortbildung0519 label, .dgmgfortbildung0519 span,.dgmgfortbildung0522 label, .dgmgfortbildung0522 span{
    background-color:white!important;
  }

  .dgmgfortbildung0519 button span,.dgmgfortbildung0522 button span{
    background-color:transparent!important;
  }

  .dgmgfortbildung0519 legend, .dgmgfortbildung0522 legend{
    padding-top:20px!important;
    color: #038a7d;
  }

  .dgmgfortbildung0519 .row-fluid, .dgmgfortbildung0522 .row-fluid{
    padding-top:0px!important;
  }

  .dgmgfortbildung0519 .bfSectionDescription, .dgmgfortbildung0522 .bfSectionDescription{
      padding-top: 15px;
  }

  .eutable{
    font-size: 1em;
  }
  .eutable td{
    padding:10px;
    border: 1px solid grey;
  }

  /* Video player disable download and outline*/

  video::-internal-media-controls-download-button {
      display:none;
  }

  video::-webkit-media-controls-enclosure {
      overflow:hidden;
  }

  video::-webkit-media-controls-panel {
      width: calc(100% + 30px); /* Adjust as needed */
  }

  video:focus { outline: none; }

  #sl_downloads .sl_document-container .sl_details {
    margin-left: 0!important;
}

/* Newsletterarchiv */

#acym_wrapper h1{
    background-image: none!important;
	margin-bottom: 1rem!important;
}

#acym_wrapper button{
    padding: 0.7rem!important;
    margin-top: -0.3rem!important;
}

.acym__modal .acym__modal__content{
	z-index:13000!important;
}

#acym_wrapper a{
    margin-top: 1rem;
}

#acyarchiveview h1{
  padding: 1rem; 
  text-align: center;
}