/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* open-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* open-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  
* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

img {
	border: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	line-height: 135%;
	margin: 0px;
	font-size: 15px;
	color: #555;
	background: #fff;
	position: relative;
	height: 100%;
    overflow-y: scroll;
    font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #555;
}

.clear, .clr {
	clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.jd_footer {
    display: none;
}

.hidden {
    display: none;
}

strong {
    font-weight: 500;
}

#system-message-container, .hasTooltip, .article-info-term {
    display: none !important;
}

#moon {
    position: fixed;
    bottom: 30px;
    right: 50%;
    margin-right: -977px;
}

#wrapper {
	width: 100%;
	position: relative;
    height: auto;
    min-height: 100%;
}

#header {
	height: 140px;
	border-bottom: 1px solid #0080bb;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	z-index: 99999;
	position: relative;
}

#header_inner {
	width: 1180px;
	position: relative;
	margin: 0px auto;
	height: 140px;
}

#header_inner #logo {
	position: absolute;
	left: 0px;
	top: 20px;
}

#header_inner #topmenu {
	position: absolute;
	right: 0px;
	top: 38px;
}

#header_inner #topmenu ul, #mandantenbereich_menu ul {
	list-style: none;
}

#mandantenbereich_menu {
    margin-bottom: 90px;
}

#header_inner #topmenu ul li, #mandantenbereich_menu ul li {
	float: left;
	margin-left: 20px;
	height: 31px;
	box-shadow: -20px 55px 15px rgba(255,255,255,1), 20px 55px 15px rgba(255,255,255,1), 0px 40px 1px rgba(236,242,247,1);
	transition: 0.3s ease-in box-shadow, 0.3s ease-in border;
	overflow: hidden;
	border-bottom: 1px solid #0076aa;
}

#mandantenbereich_menu ul li {
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 0px !important;
    background: none !important;
}

#mandantenbereich_menu ul li:last-child {
    margin-right: 0px;
}

#header_inner #topmenu ul li:hover, #mandantenbereich_menu ul li:hover {
	box-shadow: -20px 55px 15px rgba(255,255,255,1), 20px 55px 15px rgba(255,255,255,1), 0px 40px 5px rgba(236,242,247,1);
	border-bottom: 1px solid #8cb3d7;
}

#header_inner #topmenu ul li.active, #mandantenbereich_menu ul li.current {
	border-bottom: 1px solid #8cb3d7;
	box-shadow: -20px 55px 15px rgba(255,255,255,1), 20px 55px 15px rgba(255,255,255,1), 0px 40px 1px rgba(236,242,247,1);
}

#header_inner #topmenu ul li a, #mandantenbereich_menu ul li a  {
	width: 120px;
	height: 70px;
	line-height: 30px;
	display: block;
	background: #0080bb;
	background: linear-gradient(180deg, #2090c2 0px, #0076aa 30px, #98bee1 40px, #80a8cd 70px);
	color: #fff;
	text-align: center;
	font-size: 16px;
	transition: 0.3s ease-in border-radius, 0.3s ease-in border, 0.3s ease-in background-position, 0.3s ease-in color;
	border: 1px solid #0076aa;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#mandantenbereich_menu ul li a {
    width: 142px;
}

#header_inner #topmenu ul li a:hover, #header_inner #topmenu ul li.active a, #mandantenbereich_menu ul li a:hover, #mandantenbereich_menu ul li.current a {
	border-top-left-radius: 18px;
	background-position: 0px 30px;
	border: 1px solid #8cb3d7;
    color: #fff !important;
}

#slider {
    width: 1180px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

#slider #map {
    width: 1180px;
    height: 300px;
}

#map_mobile_container {
    display: none;
}

#content {
	position: relative;
    width: 1180px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 142px;
	margin-top: 30px;
}

#left {
	width: 220px;
	float: left;
}

#left ul.mod-menu {
	list-style: none;
    margin-bottom: 50px;
}

#left ul.mod-menu li {
	height: 32px;
	overflow: hidden;
	margin-bottom: 15px;
}

#left ul.mod-menu li a {
	width: 220px;
	height: 70px;
	line-height: 30px;
	display: block;
	background: #0080bb;
	background: linear-gradient(180deg, #2090c2 0px, #0076aa 30px, #98bee1 40px, #80a8cd 70px);
	color: #fff;
	text-align: left;
	font-size: 16px;
	transition:  0.3s ease-in border-radius, 0.3s ease-in border, 0.3s ease-in background-position;
	border: 1px solid #0076aa;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-indent: 20px;
}

#left ul.mod-menu li a:hover, #left ul.mod-menu li.current a {
	border-top-left-radius: 18px;
	background-position: 0px 31px;
	border: 1px solid #8cb3d7;
}

#main {
	width: 640px;
	float: left;
	margin-left: 30px;
	text-align: justify;
}

#main h1, #main h2 {
	font-weight: normal;
	color: #0076aa;
	font-size: 24px;
	margin-bottom: 20px;
    margin-top: -4px;
    line-height: 30px;
}

#main h2 {
    font-size: 21px;
    margin-bottom: 5px;
}

#main h1, #main h2 a {
 	color: #0076aa;
}

#main .page-header {
    position: relative;
}

#main .alert-warning, #main .alert {
    background: #f7e4de;
    padding: 10px 15px;
    margin-bottom: 30px;
}

#main .alert-warning .close, #main .alert .close {
    float: right;
    cursor: pointer;
}

#main .alert-warning h4 {
    font-size: 15px;
    font-weight: bold;
}

#main #main_output ul {
	list-style: none;
    margin-top: 4px;
}

#main #main_output ul li {
	position: relative;
	padding-left: 12px;
    margin-bottom: 4px;
}

#main #main_output ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background: #0080bc;
    top: 8px;
    left: 0px;
}    

#main #main_output a.link {
	position: relative;
	padding-left: 12px;
    margin-bottom: 4px;
    display: inline-block;
}

#main .backbutton {
    position: absolute;
    left: 0px;
    bottom: 15px;
	position: relative;
	padding-left: 12px;
}

#main p.readmore .btn {
	position: relative;
	padding-left: 12px;
    margin-top: 13px;
    display: inline-block;
}

#main #main_output a.link:before, #main .backbutton:before, #main p.readmore .btn:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 5px solid #0080bc;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    top: 7px;
    left: 0px;
}    


#main a.link:hover {
	color: #0080bc;
}

#main a, #main a:hover {
	color: #555;
}

#main a:hover {
	color: #0080bc;
}

#main .com-content-category-blog__items .blog-item {
    margin-bottom: 50px;
}

.ccforms {
    width: 300px;
}

.ccforms label {
    display: block;
}


.ccforms textarea {
    height: 100px;
}

.ccforms input,  .ccforms textarea {
    width: 100%;
    padding: 3px;
	width: 300px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    border: 1px solid #999;
    margin: 5px 0px 15px 0px;
    box-sizing: border-box;
}

.ccforms input:hover,  .ccforms textarea:hover, .ccforms input:focus,  .ccforms textarea:focus {
	border: 1px solid #0080bc;
}

.ccforms button {
	padding: 5px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    float: left;
    cursor: pointer;
    background: #007fbc;
    color: #fff;
    font-weight: 400;
    border: none;
    margin-top: 20px;
}

.ccforms .ccforms_datenschutz label {
	width: 300px;
    text-align: left;
    padding-left: 22px;
    box-sizing: border-box;
    line-height: 120%;
}

.ccforms .ccforms_datenschutz label a {
    color: #0080bc !important;
}

.ccforms .ccforms_datenschutz {
    position: relative;
}

.ccforms .ccforms_datenschutz input {
    position: absolute;
    left: 0;
    top: 0px;
    width: auto;
    max-width: auto;
}

#main #saddr {
    padding: 3px;
	width: 200px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    border: 1px solid #999;
    margin: 12px 0px;
}

#main #saddr:hover, #main #saddr:focus {
	border: 1px solid #0080bc;
}

#main #baddr {
	padding: 5px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    cursor: pointer;
    background: #007fbc;
    color: #fff;
    font-weight: 400;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}


#main .jd_cat_wrapper {
    display: none;
}

#main .jdownload {
    margin-bottom: 17px;
    height: 54px;

}

#main .jdownload img {
    float: left;
}

#main .jdownload .jd_download_url {
    float: left;
    margin-left: 15px;
    text-align: left;
    width: 580px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#main .jd_subcat_pagination_inner_wrapper {
    border-bottom: none;
}

#main .jd_subcat_pagination_inner_wrapper > div {
    display: flex;
    align-items: center;
}

#main .jd_subcat_pagination_inner_wrapper img {
    display: block;
    width: 48px;
    height: auto;
}

#main .jd_subcat_pagination_inner_wrapper > div a:last-of-type {
    margin-left: 15px;
}

.jd_subcats_main {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}



#main .login fieldset {
    border: none;
    padding: 0;
}

#main .login .star {
    display: none;
}

#right {
	width: 260px;
	float: right;
}

#right .custom {
	margin-bottom: 30px;
}

#right h3 {
	padding-top: 30px;
	font-weight: normal;
	color: #0076aa;
	font-size: 24px;
	margin-bottom: 20px;
}

.plg_system_webauthn_login_button, .form-control-feedback, .input-password-toggle, .com-users-login__remember, .com-users-login__options  {
    display: none;
}

input, button, textarea {
    outline: none;
}

#right .mod-login__username, #right .mod-login__password {
    font-size: 0px;
}

#right .mod-login__username label, #right .mod-login__password label {
	width: 65px;
	display: inline-block;
	padding-bottom: 10px;
    font-size: 13px;
}

#right .mod-login__username input, #right .mod-login__password input, #main .login input {
	padding: 3px;
	width: 182px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    border: 1px solid #999;
    margin-bottom: 12px;
}

#right .mod-login__submit button, #main .login button {
	padding: 5px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-left: 64px;
    background: #007fbc;
    color: #fff;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

#main .login button {
    margin-left: 0px;
}

#right .mod-login__userdata input:hover, #right .mod-login__userdata input:focus, #main .login input:hover, #main .login input:focus {
	border: 1px solid #0080bc;
}

#right .mod-login__password .input-group {
    display: inline;
}

#right .userdata .mod-login__remember  {
	display: none;
}

#right .userdata ul {
	display: none;
}

#right input::placeholder {
    color: transparent;
}

#right ul.mod-menu {
	list-style: none;
}

#right ul.mod-menu li {
	height: 32px;
	overflow: hidden;
	margin-bottom: 15px;
}

#right ul.mod-menu li a {
	width: 260px;
	height: 70px;
	line-height: 30px;
	display: block;
	background: #0080bb;
	background: linear-gradient(180deg, #2090c2 0px, #0076aa 30px, #98bee1 40px, #80a8cd 70px);
	color: #fff;
	text-align: left;
    text-indent: 20px;
	font-size: 16px;
	transition: 0.3s ease-in border-radius, 0.3s ease-in border, 0.3s ease-in background-position;
	border: 1px solid #0076aa;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#right ul.mod-menu li a:hover, #right ul.mod-menu li.active a {
	border-top-left-radius: 18px;
	background-position: 0px 31px;
	border: 1px solid #8cb3d7;
}

#right ul.mod-menu li.item-568, #right ul.mod-menu li.item-567 {
    display: none;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	height: 30px;
}

#footer_inside {
	width: 1140px;
	height: 30px;
	line-height: 30px;
	background: #0080bb;
	background: linear-gradient(180deg, #2090c2 0px, #0076aa 30px);
	color: #fff;
	font-size: 16px;
	border: 1px solid #0076aa;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding: 0px 20px;
    margin: 0 auto;
}
	
#footer a, #footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

#footer .bt_impressum {
    float: right;
    font-size: 13px;
}

.consent {
    background-color: #f0f2f5;
    border: 1px solid #0076aa;
    z-index: 10000;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}

.consent.consent_nay {
    padding: 10px 20px;
}

.consent p.small {
    font-size: 85%;
}

.consent .button_yay, .consent .button_nay {
    display: inline-block;
    padding: 3px 8px;
    color: #fff !important;
    background: #0076aa;
    margin: 12px 0;
    font-weight: 500;
}



@media (max-width: 1200px) {

    body {
        font-size: 14px;
    }

    #moon {
        display: none;
    }
    
    #header {
        height: 112px;
    }
    
    #header_inner {
        width: 952px;
        height: 112px;
    }

    #header_inner #logo {
        top: 16px;
    }
    
    #header_inner #logo img {
        height: 80px;
        width: auto;
    }
    
    #header_inner #topmenu {
        position: absolute;
        right: 0px;
        top: 27px;
    }

    #header_inner #topmenu ul, #mandantenbereich_menu ul {
        list-style: none;
    }

    #mandantenbereich_menu {
        margin-bottom: 80px;
    }

    #header_inner #topmenu ul li, #mandantenbereich_menu ul li {
        float: left;
        margin-left: 16px;
        height: 28px;
        box-shadow: -16px 44px 12px rgba(255,255,255,1), 16px 44px 12px rgba(255,255,255,1), 0px 36px 1px rgba(236,242,247,1);
        transition: 0.3s ease-in box-shadow, 0.3s ease-in border;
        overflow: hidden;
        border-bottom: 1px solid #0076aa;
    }

    #mandantenbereich_menu ul li {
        margin-left: 0px;
        margin-right: 16px;
        padding-left: 0px !important;
        background: none !important;
    }

    #mandantenbereich_menu ul li:last-child {
        margin-right: 0px;
    }
    

    #header_inner #topmenu ul li:hover, #mandantenbereich_menu ul li:hover {
        box-shadow: -16px 44px 12px rgba(255,255,255,1), 16px 44px 12px rgba(255,255,255,1), 0px 36px 5px rgba(236,242,247,1);
        border-bottom: 1px solid #8cb3d7;
    }

    #header_inner #topmenu ul li.active, #mandantenbereich_menu ul li.current {
        border-bottom: 1px solid #8cb3d7;
        box-shadow: -16px 44px 12px rgba(255,255,255,1), 16px 44px 12px rgba(255,255,255,1), 0px 36px 1px rgba(236,242,247,1);
    }

    #header_inner #topmenu ul li a, #mandantenbereich_menu ul li a  {
        width: 96px;
        height: 70px;
        line-height: 27px;
        display: block;
        background: #0080bb;
        background: linear-gradient(180deg, #2090c2 0px, #0076aa 30px, #98bee1 40px, #80a8cd 70px);
        color: #fff;
        text-align: center;
        font-size: 14px;
        transition: 0.3s ease-in border-radius, 0.3s ease-in border, 0.3s ease-in background-position, 0.3s ease-in color;
        border: 1px solid #0076aa;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    }

    #mandantenbereich_menu ul li a {
        width: 114px;
    }

    #header_inner #topmenu ul li a:hover, #header_inner #topmenu ul li.active a, #mandantenbereich_menu ul li a:hover, #mandantenbereich_menu ul li.current a {
        border-top-left-radius: 15px;
        background-position: 0px 30px;
        border: 1px solid #8cb3d7;
        color: #fff !important;
    }
    
    #slider {
        width: 952px;
        height: 240px;
    }

    #slider #map {
        width: 952px;
        height: 240px;
    }
    
    #content {
        width: 952px;
        padding-bottom: 120px;
        margin-top: 30px;
    }

    #left {
        width: 180px;
    }
    
    #left ul.mod-menu {
        margin-bottom: 46px;
    }

    #left ul.mod-menu li {
        height: 28px;
        margin-bottom: 12px;
    }

    #left ul.mod-menu li a {
        width: 178px;
        height: 70px;
        line-height: 26px;
        font-size: 14px;
        text-indent: 15px;
    }

    #left ul.mod-menu li a:hover, #left ul.mod-menu li.current a {
        border-top-left-radius: 15px;
        background-position: 0px 31px;
    }

    #main {
        width: 512px;
        margin-left: 25px;
    }

    #main h1, #main h2{
        font-size: 20px;
        margin-bottom: 16px;
        margin-top: -3px;
        line-height: 26px;
    }
    
    #main h2 {
        font-size: 17.85px;
        margin-bottom: 4px;
    }

    #main .alert-warning, #main .alert {
        padding: 7px 12px;
        margin-bottom: 25px;
    }

    #main .alert-warning h4 {
        font-size: 14px;
    }

    #main #main_output ul li:before {
        top: 7px;
    }    

    #main #main_output a.link:before, #main .backbutton:before, #main p.readmore .btn:before {
        top: 6px;
    }    

    #main .com-content-category-blog__items .blog-item {
        margin-bottom: 40px;
    }

    .ccforms textarea {
        height: 80px;
    }
    
    .ccforms {
        width: 232px;
    }

    .ccforms input,  .ccforms textarea {
        width: 224px;
        font-size: 14px;
    }
    
    .ccforms .ccforms_datenschutz label  {
        width: 230px;
    }

    .ccforms button {
        font-size: 12px;
    }    

    #main #saddr {
        width: 170px;
        font-size: 14px;
    }

    #main #baddr {
        font-size: 12px;
    }

    #main .jdownload {
        margin-bottom: 16px;
        height: 46px;
        line-height: 120%;
        text-align: left;
    }

    #main .jdownload img {
        height: 46px;
        width: auto;
    }
    
    #main .jdownload .jd_download_url {
        width: 450px;
    }

    #right {
        width: 210px;
    }

    #right img.tuev {
        width: 210px;
        height: auto;
    }

    #right img.top_steuerberater {
        width: 79px;
        height: auto;
    }

    #right .custom {
        margin-bottom: 25px;
    }

    #right h3 {
        padding-top: 20px;
        font-size: 20px;
    }

    #right .mod-login__username label, #right .mod-login__password label {
        width: 60px;
        font-size: 12px;
    }

    #right .mod-login__username input, #right .mod-login__password input, #main .login input {
        padding: 3px;
        width: 142px;
        font-size: 13px;
        margin-bottom: 12px;
    }

    #right .mod-login__submit button button, #main .login button {
        font-size: 11px;
        margin-left: 60px;
    }
    
    #main .login button {
        margin-left: 0px;
    }

    #right ul.mod-menu li {
        height: 28px;
        margin-bottom: 12px;
    }    

    #right ul.mod-menu li a {
        width: 208px;
        height: 70px;
        line-height: 26px;
        text-indent: 15px;
        font-size: 14px;
    }

    #right ul.mod-menu li a:hover, #right ul.mod-menu li.active a {
        border-top-left-radius: 15px;
    }
    
    #footer {
        bottom: 26px;
        height: 26px;
    }

    #footer_inside {
        width: 920px;
        bottom: 26px;
        margin-left: -476px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        padding: 0px 15px;
        margin: 0 auto;
    }

    #footer .bt_impressum {
        font-size: 10px;
    }

    .consent {
        margin-bottom: 17px;
        padding: 17px;
    }
    
    .consent.consent_nay {
        padding: 8px 17px;
    }

}



@media (max-width: 980px) {

    body.menu_active {
        overflow: hidden;
    }
	
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
    
    body {
        font-size: 15px;
    }

    #wrapper {
        overflow: hidden;
    }

    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-out;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }


    #webpage_overlay, #footer_overlay, #header_overlay {
        position: absolute;
        z-index: 99999999;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.9);
        transition: opacity 0.3s ease-out, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active, #header_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-out, visibility 0s 0s; 
    }
    
    #mmenu {
        display: block !important;
    }

    #mmenu > div {
        background: #007fbc;
        position: fixed;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-out;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #mmenu.menu_active > div {
        transform: translateX(0); 
    }
    
    #mmenu > div:last-child {
        position: absolute;
        z-index: 999999;;
    }

    
    #rmenu {
        position: absolute;
        left: 25px;
        top: 35px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 36px;
        display: block !important;
        font-size: 16px;
        transition: transform 0.3s ease-out;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(0,127,188,1);
        position: relative;
        top: 19px;
        left: -55px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(0,127,188,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(0,127,188,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 55px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(0,127,188,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }


    #mmenu ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #mmenu ul li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.3);
        margin: 0;
        position: relative;
    }


    #mmenu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #mmenu ul li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 20px;
        transition: 0.3s ease-out;
        font-weight: 400;
        position: relative;
    }
    
    #mmenu ul li.active a, #mmenu ul li.current a, #mmenu ul li.item-111.active.current a {
        padding-left: 23px;
    }

    #mmenu ul li.item-111.active a {
        padding-left: 0;
    }

    #mmenu ul li.item-111.active > a:before {
        display: none;
    }

    #mmenu ul li.active > a:before, #mmenu ul li.current > a:before, #mmenu ul li.item-111.active.current > a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 16px;
        background: url(../images/monde.svg) no-repeat left center;
        background-size: contain;
    }

    #mmenu ul li ul {
        display: none;
    }

    #mmenu ul li.active ul, #mmenu ul li.current ul {
        display: block;
    }

    #mmenu ul li.active ul li:first-child, #mmenu ul li.current ul li:first-child {
        border-top: 1px dotted rgba(255,255,255,0.3);
    }

    #mmenu ul li ul li a {
        font-size: 18px;
    }

    #mmenu ul li ul li.active > a:before, #mmenu ul li ul li.current > a:before {
        width: 14px;
    }

    #mmenu ul li ul li.active a, #mmenu ul li ul li.current a {
        padding-left: 44px;
    }

    #mmenu ul li ul li.active > a:before, #mmenu ul li ul li.current > a:before {
        left: 23px;
    }

    #mmenu ul li ul li.item-118, #mmenu ul li ul li.item-325 {
        display: none;
    }


    #mmenu .contact {
        font-weight: 500;
        font-size: 21px;
        color: #fff;
    }

    #mmenu .contact span {
            display: inline-block;
            margin-right: 2px;
    }

    #mmenu .contact span:last-child {
        margin-right: 0;
}
    
    
    #header {
        height: 110px;
    }
    
    #header_inner {
        width: 100%;
        height: 110px;
        position: relative;
    }

    #header_inner #logo {
        top: 15px;
        right: 25px;
        left: auto;
    }
    
    #header_inner #logo img {
        height: 80px;
        width: auto;
    }
    
    #header #topmenu {
        display: none;
    }

    #slider {
        width: 100%;
        height: 0;
        padding-bottom: 40%;
        overflow: hidden;
    }

    #ais_87_wrapper {
        transform: scale(1.6);
        transform-origin: top center;;
    }
    
    #slider #map {
        width: 100%;
        height: 0;
        padding-bottom: 25.4%;
    }

    #content {
        width: 100%;
        padding-bottom: 100px;
        margin-top: 40px;
    }

    #left {
        display: none;
    }

    #right {
        display: none;
    }

    #main {
        width: 100%;
        float: none;
        margin-left: 0px;
        padding: 0px 25px;
        box-sizing: border-box;
    }
    
    #main h1, #main h2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: -4px;
        line-height: 30px;
    }
    
    #main h2 {
        font-size: 21px;
        margin-bottom: 5px;
    }
     
    #main #main_output ul li:before {
        top: 8px;
    }    

    #main #main_output a.link:before, #main .backbutton:before, #main p.readmore .btn:before {
        top: 7px;
    }
    
    #main .com-content-category-blog__items .blog-item {
        margin-bottom: 50px;
    }
    
    .ccforms {
        width: 302px;
    }

    .ccforms textarea {
        height: 100px;
    }

    .ccforms input,  .ccforms textarea {
        width: 300px;
        font-size: 15px;
    }
    
    .ccforms .ccforms_datenschutz label {
        width: 300px !important;
    }

    .ccforms button {
        font-size: 13px;
    }    

    #main #saddr {
        width: 200px;
        font-size: 15px;
    }

    #main #baddr {
        font-size: 13px;
    }
    
    #main .login input {
        width: 200px;
        font-size: 15px;
    }

    #main .login button {
        font-size: 13px;
    }
    
    #mandantenbereich_menu {
        display: none;
    }
    
    #main .jd-item-page_downloads .jd_cat_wrapper {
        display: none;
    }
    
    #main .jd_cat_wrapper {
         display: block;
         border-bottom: none;
         background: none;
    }
    
    #main .jd_cat_wrapper img {
        display: none;
    }
    
    #main .jd_categories_title {
    	font-weight: normal !important;
        color: #0076aa;
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: -4px;
        line-height: 30px;
        padding: 0;
        float: none;
    }
    
    .jd_sum_subcats, .jd_sum_files_cat, .jd_cat_description, .jd_ tags {
        display: none;
    }
    
    #main .jdownload {
        margin-bottom: 16px;
        height: 54px;
    }
    
    #main .jdownload img {
        height: 54px;
    }
    
    #main .jdownload .jd_download_url {
        width: 75%;
        width: calc(100% - 60px);
    }

    #footer {
        padding: 0px 25px;
        box-sizing: border-box;
        bottom: 30px;
    }
    
    #footer_inside {
        width: 100%;
        height: 30px;
        line-height: 28px;
        font-size: 15px;
        padding: 0px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    
    #footer .bt_impressum {
        display: none;
    }

    .consent {
        margin-bottom: 20px;
        padding: 20px;
    }
    
    .consent.consent_nay {
        padding: 10px 20px;
    }

}

@media (max-width: 760px) {

    .sh_smls {
        display: none;
    }
    
    .left, .right {
        float: none;
    }

    #webpage.menu_active {
        transform: translateX(270px); 
    }

    #mmenu > div {
        width: 270px;
        padding: 20px;
    }

    #rmenu {
        left: 20px;
        top: 17px;
        height: 40px;
    }

    #header {
        height: 74px;
    }

    #header_inner #logo {
        top: 12px;
        right: 20px;
        left: auto;
    }
    
    #header_inner #logo img {
        height: 50px;
        width: auto;
    }
    
    #content {
        margin-top: 30px;
    }

    #main {
        padding: 0px 20px;
    }
    
    #main h1, #main h2 {
        font-size: 21px;
        margin-bottom: 16px;
        margin-top: -3px;
        line-height: 27px;
    }
    
    #main h2 {
        font-size: 17.85px;
        margin-bottom: 4px;
    }
    
    #main .com-content-category-blog__items .blog-item {
        margin-bottom: 40px;
    }
    
    #main img {
        max-width: 100%;
        height: auto;
    }
    
    #main img.scale_down {
        width: 200px;
    }
    
    #slider #map {
        display: none;
    }
    
    #map_mobile_container {
        display: block;
        position: absolute;
        width: 25%;
        width: calc(100% - 340px);
        top: 46px;
        right: 20px;
        border: 1px solid #007cb7;
        padding: 3px;
    }
    
    #map_mobile {
        position: relative;
        height: 310px;
    }
    
    .ccforms {
        margin-top: 90px;
        width: 65%;
    }

    .ccforms textarea {
        height: 80px;
    }
    
    .ccforms input,  .ccforms textarea {
        width: 80%;
    }
    
    .ccforms .ccforms_datenschutz label  {
	   width: 80% !important;
    }

    
    #main .jdownload {
        height: 46px;
        overflow: hidden;
    }

    #main .jdownload img {
        height: 46px;
        width: auto;
    }
    
    #main .jd_categories_title {
        font-size: 21px;
        margin-bottom: 16px;
        margin-top: -3px;
        line-height: 27px;
    }
    
    #footer {
        padding: 0px 20px;
        bottom: 26px;
    }
    
    #footer_inside {
        width: 100%;
        height: 28px;
        line-height: 26px;
        font-size: 15px;
        padding: 0px 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .consent {
        margin-bottom: 17px;
        padding: 17px;
    }
    
    .consent.consent_nay {
        padding: 8px 17px;
    }

}


@media (max-width: 520px) {

    .hd_smpt {
        display: none;
    }
    
    .sh_smls {
        display: inline-block;
    }

    #rmenu #rmenu_icon {
        top: -3px;
        left: 0;;
    }

    #rmenu_trigger {
        padding-left: 0;
    }

    #main {
        text-align: left;
    }
    
    #map_mobile_container {
        display: block;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        top: auto ;
        right: auto;
        margin-top: 30px;
    }
    
    #map_mobile {
        position: relative;
        height: 250px;
    }
    
    .ccforms {
        margin-top: 90px;
        width: 100% !important;
    }
    
   .ccforms input,  .ccforms textarea {
        width: 100%;
        box-sizing: border-box;
    }
    
    .ccforms .ccforms_datenschutz label {
	   width: 100% !important;
    }


}















