* {
    box-sizing: border-box;
}

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

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000000;
    font: 300 18px OpenSans, Arial, Helvetica, Sans-Serif;
    min-width: 270px;
}

a {
    color: #0054a6;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

input,
select,
textarea {
    border: #0054a6 1px solid;
    color: #333333;
    font: 16px OpenSans, Arial, Helvetica, sans-serif;
    padding: 7px 8px;
}

li {
    list-style: none;
}

h1,
h2 {
    color: #0054a6;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 .9em;
}

h3 {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 1em;
    font-weight: 600;
}

h6 {
    font-size: .9em;
    font-weight: 300;
}

p {
    line-height: 1.4em;
    padding: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-frame,
.page-header {
    margin: 0 auto;
    max-width: 1200px;
}
.page-frame{
    padding-top: 135px;
}
.page-top-bar {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.page-bottom-bar {
    background: #dedede;
}

.page-bottom-bar2 {
    background: #0054a6;
}

.page-header {
    align-items: center;
    border-bottom: 4px solid #f04e23;
    display: flex;
    height: 135px;
    justify-content: space-between;
    /*padding: 0 20px 0 50px;*/
    padding: 0 20px 0 34px;
    position: relative;
    z-index: 100
}

.header-logo {
    /*margin-right: 30px;*/
    margin-right: 50px;
    width: 225px;
}

.header-logo img {
    height: auto;
    max-width: 100%;
}

.page-title {
    height: 427px;
    position: relative;
}

.title-headline {
    background: #f04e23;
    bottom: 0;
    color: #fff;
    font-size: 55px;
    left: 0;
    margin: 0;
    /*padding: 20px 20px 20px 50px;*/
    padding: 20px 20px 20px 80px;
    position: absolute;
    width: 460px;
}

.title-modal {
    background: #f04e23;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 auto;
    max-width: 780px;
    padding: 20px 30px 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.title-modal a {
    color: #fff;
    text-decoration: none;
}

.title-modal h3 {
    margin: 0;
}

.title-modal h5 {
    font-size: .9em;
    font-weight: 300;
    margin-bottom: .8em;
}

.title-modal-close {
    cursor: pointer;
    font-weight: 600;
}

/*.title-modal-close::before {
    content: '';
    padding-right: 5px;
}*/

.title-modal-link {
    display: block;
    padding-right: 20px;
    position: relative;
}

.title-modal-link::after {
    background: url(../images/ico-arrow-w.svg) no-repeat center;
    bottom: -3px;
    content: '';
    height: 16px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
}

.nav-title-wrapper {
    position: absolute;
    right: 0;
    top: 39px;
    z-index: 1;
}

.nav-title li {
    clear: both;
    float: right;
    margin-bottom: 4px;
    overflow: hidden;
    width: 45px;
}

.nav-title li:hover,
.nav-title-expanded li {
    width: 290px;
}

.nav-title a {
    background: #0054a6;
    color: #fff;
    display: block;
    padding: 8px 5px 8px 45px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.nav-title a::before {
    background: url(../images/ico-arrow-w.svg) no-repeat center;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}

.nav-title a:hover {
    background: #f04e23;
}

.nav1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-top {
    display: flex;
    flex-wrap: wrap;
    height: 81px;
    line-height: 25px;
    padding-top: 15px;
    color: #0054a6;
}

.nav-top li {
    margin: 0 8px;
}

.nav-top a:hover,
.nav-top li.active a,
.nav-main li.active>.nav-expand {
    color: #f04e23;
    text-decoration: none;
}

.nav-top .expanded>.nav-expand,
.nav-top .active.expanded>.nav-expand {
    font-weight: 600;
    color: #f04e23;
}

.nav-top >li.active>a {
    font-weight: 600;
}

.nav-top .nav-sub li a {
    color: #f04e23;
}


.nav-top .nav-sub{
    font-size: .9em;
    padding: 10px 0 15px;
    display:none;
}

.nav-main {
    color: #0054a6;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 50px;
}

.nav-main a {
    color: #0054a6;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

.nav-main>li> a:hover,
.nav-main> li.active> a,
.nav-main> li:hover >a,
.nav-main li.active>.nav-expand {
    background: #f04e23;
    color: #ffffff;
}

.nav-main .expanded>.nav-expand,
.nav-main .active.expanded>.nav-expand {
    background: #d03810;
    color: #fff;
}

.nav-main .nav-sub li a {
    color: #f04e23;
    font-size: .8em;
    line-height: 1.9;
}

.nav-main .nav-sub {
    padding: 10px 0 15px;
}

.nav-expand {
    display: none !important;
}

.nav2 {
    margin: 0 0 1em;
}

.nav2 li {
    margin: 0 0 15px;
}

.nav2 a {
    color: #000000;
    display: inline-block;
    padding: 0 0 0 25px;
    position: relative;
    text-decoration: none;
}

.nav2 li.active a::before,
.nav2 a:hover::before {
    background: #f04e23;
    content: '';
    height: 18px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 13px;
}

.nav2 a:hover {
    color: #f04e23;
    text-decoration: none;
}

.nav2 .active a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.nav3 {
    /*padding: 50px;*/
    padding: 50px 80px 50px 80px;
    font-size: 15px
}

.nav3 ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}

.nav3 li {
    /*flex: 1 1;*/
    margin: 0 12px;
}

.nav3 a {
    background: #f04e23;
    color: #fff;
    display: block;
    padding: 8px 5px 8px 35px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.nav3 a::before {
    background: url(../images/ico-arrow-w.svg) no-repeat center;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
}

.nav3 a:hover {
    background: #d03e18;
}

.nav-path {
    color: #808285;
    margin-bottom: 2em;
}

.nav-path li {
    display: inline-block;
    position: relative;
}

.nav-path li::after {
    content: '>';
    padding: 0 0 0 5px;
}

.nav-path li:last-child::after {
    display: none;
}

.nav-path a {
    color: #808285;
    text-decoration: none;
}

.nav-path a:hover {
    color: #f04e23;
}

.page-columns {
    background: #fff;
    margin: -172px 0 0 50px;
    padding: 30px 30px 50px 50px;
    position: relative;
}

.home-page .page-columns {
    margin: 0;
    /*padding: 50px;*/
    padding: 50px 82px 50px 82px
}

.events-headline {
    align-items: center;
    display: flex;
    font-size: 24px;
    justify-content: space-between;
    margin-bottom: 1em;
}

.events-headline h3 {
    color: #0054a6;
    font-size: 28px;
    margin-bottom: 0;
}

.event-item {
    background: #e9e9ea;
    display: flex;
    margin-bottom: 45px;
}

.event-item:last-child {
    margin-bottom: 0;
}

.event-pic {
    flex: 0 0 300px;
    min-height: 170px;
    cursor: pointer;
}

.event-info {
    padding: 20px 40px 20px 20px;
    position: relative;
    width: 100%
}

.event-info h3 {
    color: #0054a6;
    margin: 0;
}

.event-info h5 {
    color: #0054a6;
    font-size: .9em;
    font-weight: 300;
    margin-bottom: .8em;
}

.event-info-link {
    bottom: 20px;
    position: absolute;
    right: 20px;
}

.event-info-link::after {
    background: url(../images/ico-arrow.svg) no-repeat center;
    bottom: -3px;
    content: '';
    height: 16px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    width: 18px;
}

/*
.form {
    margin: 0 0 1em;
}

.form-field {
    margin-bottom: 10px;
}

.form label {
    padding-bottom: 8px;
    padding-top: 8px;
}

.label-required:after {
    color: #f04e23;
    content: '*';
}

.form input,
.form select,
.form textarea {
    width: 100%;
}

.form-chk {
    margin-bottom: 10px;
}

.form-chk-row {
    display: flex;
}

.form-chk-row .form-chk {
    margin-right: 15px;
}

.form-chk input {
    background: none;
    border: 0;
    float: left;
    height: 25px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 25px;
}

.form-chk label {
    float: none;
    width: auto;
}

.form textarea {
    height: 150px;
    overflow: auto;
}

.form-submit {
    margin-bottom: 10px;
}

.form-submit {
    margin-top: 35px;
}

.form-submit-btn {
    background: #0054a6;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font: 1em OpenSans;
    padding: 8px 25px 8px 35px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.form-submit-btn::before {
    background: url(../images/ico-arrow-w.svg) no-repeat center;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
}*/

.form-search {
    align-self: flex-start;
    flex: 0 0 147px;
    margin-top: 15px;
    position: relative;
}

.form-search-input {
    border: 1px solid #808285;
    float: left;
    padding: 4px 7px;
    text-align: right;
    width: 115px;
    margin-right: 33px;
}

.alt-headline {
    display: block;
    font-weight: 300;
}

.form-search-btn {
    background: url(../images/ico-search.svg) no-repeat center;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 28px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}

.table-contacts {
    font-size: .9em;
}

.table-contacts th {
    padding-bottom: 10px;
    text-align: left;
}

.table-contacts td {
    vertical-align: top;
}

.contact-name {
    width: 35%;
}

.contact-funktion {
    width: 40%;
}

.contact-telefon {
    width: 20%;
}

.accordeon-expand {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}

.accordeon-expand::before {
    background: url(../images/ico-triangle.svg) no-repeat center;
    content: '';
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    transition: .1s All;
    width: 12px;
}

.expanded .accordeon-expand {
    color: #0054a6;
    font-weight: 600;
}

.expanded .accordeon-expand::before {
    transform: rotate(90deg);
}

.accordeon-content {
    margin-bottom: 20px;
}

.accordeon-content a {
    display: block;
    font-weight: 600;
    word-break: break-all;
}

.page-footer {
    color: #fff;
    /*padding: 50px;*/
    padding: 50px 80px 50px 80px;
    position: relative;
}

.page-footer ul {
    margin-bottom: 20px;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
}

.page-footer a:hover {
    color: #cccccc;
}

.nav-footer {
    font-weight: 600;
}

.nav-footer li:last-child:after {
    display: none;
}

.list-working-hours {
    margin-bottom: 20px;
}

.list-working-hours dl {
    display: flex;
}

.list-working-hours dt {
    flex: 0 0 200px;
    padding-right: 15px;
}

.btn-link-arrow {
    display: block;
    padding-left: 25px;
    position: relative;
    z-index: 1
}

.btn-link-arrow::before {
    background: url(../images/ico-arrow.svg) no-repeat center;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.btn-link-arrow-w:before {
    background: url(../images/ico-arrow-w.svg) no-repeat center;
}

.btn-footer-tag {
    background: #f04e23;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 8px 15px 8px 35px;
    position: relative;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 50px;
    white-space: nowrap;
}

.btn-footer-tag:before {
    left: 10px;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 25px 0;
    max-width: 100%;
}

.pic-responsive.pull-left {
    margin-right: 15px;
}

.menu-label {
    font-size: 14px;
    margin: 0 5px 0 0;
    position: relative;
    text-transform: uppercase;
    top: -4px;
    visibility: hidden;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    outline: none !important;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger:hover {}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #0054a6;
    border-radius: 0;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 35px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.produkte-text {
    width: inherit;
}
.cms_content ul, .cms_content ol {
    padding-left: 4px;
}
.cms_content ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 19px;
}
.cms_content ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 19px;
}
.cms_item a.file{
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 2px 0 2px 26px;
    display: block;
}
.cms_item a.pdf{
    background-image: url(../images/ico-pdf.svg);
    background-position-y: 4px;
    background-position-x: 0px;
}

/*Downloadcenter*/

.page-container-inner-dc .col-sm-12 {
    padding-right: 0px
}

.document_filter .filter {
    margin: 0 0 8px 0;
}

.document_filter .filter ul li {
    line-height: 24px;
}
.document_filter .filter ul li input {
    margin: 4px 6px 0 0;
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    box-sizing: border-box;
}
.document_container ul {
    list-style: none;
}
.document_container ul li:first-child {
    border-top: 1px solid #99B7D6;
}
.document_container ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #99B7D6;
    min-height: 46px;
    height: auto;
    position: relative;
    background: #FFFFFF;

    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}
.document_container ul li:hover {
    background: #eaf4ff;
}
.document_container ul li:hover .filename {
    text-decoration: underline;
}

.document_container ul li a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    padding: 10px 0 10px 10px;
    top: 0;
    bottom: 0;
}
.document_container ul li a .fileinfo {
    height: auto;
    /* position: absolute; */
    max-width: 50%;
    float: left;
    padding-left: 30px;
    top: 5px;
    bottom: 6px;
}
.document_container ul li a .fileinfo .icon {
    display: block;
    position: absolute;
    left: 10px;
    /*top: 15px;*/
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
}
.fileinfo .icon.pdf {
    background-image: url(../images/ico-pdf.svg);
}
.fileinfo .icon.doc, .fileinfo .icon.docx {
    background-image: url(../images/icon-doc.svg);
}
.fileinfo .icon.png, .fileinfo .icon.jpg, .fileinfo .icon.gif, .fileinfo .icon.tiff {
    background-image: url(../images/ico-png.svg);
}
.fileinfo .icon.ppt, .fileinfo .icon.pptx {
    background-image: url(../images/dateiicons/ppt.png);
}
.fileinfo .icon.txt, .fileinfo .icon.rtf {
    background-image: url(../images/dateiicons/txt.png);
}
.fileinfo .icon.mp3, .fileinfo .icon.mp4, .fileinfo .icon.aif, .fileinfo .icon.aiff, .fileinfo .icon.wav {
    background-image: url(../images/dateiicons/mp3.png);
}
.fileinfo .icon.xls, .fileinfo .icon.xlsx, .fileinfo .icon.csv {
    background-image: url(../images/dateiicons/xls.png);
}
.fileinfo .icon.zip, .fileinfo .icon.rar {
    background-image: url(../images/ico-zip.svg);
}
.fileinfo .icon.jpg, .fileinfo .icon.rar {
    background-image: url(../images/ico-jpg.svg);
}

.document_container ul li a .filedate {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
}

.document_container ul li a dd {
    font-size: 14px;
    text-align: right;
}

.document_container ul li h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    color: #1e3899;
}

.document_container ul li .filename {
    font-size: 12px;
    line-height: 12px;
    bottom: 0;
}

.pagination {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.pagination *, .pagination a:hover {
    font-size: 17px;
    text-decoration: none;
    color: #1e3899;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid transparent;
}
.pagination span {
    font-weight: bold;
    width: 28px;
    text-decoration: underline;
    color: #000000;
}
.pagination span.empty {
    border: none;
    width: 20px;
}
.box2 {
    font-size: 14px;
    padding-left: 20px;
}

a.btn {
    font-weight: 400;
    font-size: 16px;
}
.no-documents {
    padding-left: 15px
}
.col-md-9.col-sm-8.dc {
    font-size: 14px;
}
.col2.col-sm-8.dc-row {
    padding-left: 0px;
}
.dc h1 {
    font-size:35px
}

/*Formulare*/
form#formular {
    clear: both;
}

#formular input[type='text'].error, input[type='date'].error, textarea.error {
    border: #FF0000 1px solid;
}
#formular input.error[type=radio]:focus, input.error[type=checkbox]:focus, input.error[type=text]:focus, textarea.error:focus {
    border-color: #b9554d;
    -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 1);
    box-shadow: 0 0 6px rgba(171, 41, 32, 1);
}
#formular input[type='text'], textarea {
    width:360px
}
#formular input[type='date'] {
    height: 35px;
    width: 156px;
}

#formular .row {
    height: 40px;
}

#formular .stoerung-art {
    height: 102px!important;
}
#formular .solarprodukt {
    height: 102px!important;
}
#formular .pv-anlage {
    height: 102px!important;
}
#formular .sp-h1 {
    height: 98px!important;
}
#formular .sp-h2 {
    height: 98px!important;
}
#formular .sp-h3 {
    height: 154px!important;
}
#formular .sp-h4 {
    height: 152px!important;
}
#formular .sp-h5 {
    height: 160px!important;
}
#formular .sp-h6 {
    height: 190px!important;
}
#formular .sp-h7 {
    height: 210px!important;
}
#formular .flex-r {
    display: flex
}

#formular .r-title {
    height: 56px;
    padding-top: 24px;
}
#formular .col-sm-3 {
    padding-top:4px;
    padding-right:0px
}

#formular .radio-padding {
    padding-top:4px
}
#formular .plz{
    width:70px!important
}
#formular .ort{
    width:285px!important;
    margin-left: 5px;
}
#formular .strasse{
    width:285px!important
}
#formular .nr{
    width:70px!important;
    margin-left: 5px;
}
input[type="submit"] {
    color: white;
    background: #0054a6;
    padding: 0 10px 0 10px;
    height: 36px;
    margin-top: 5px;
}
#plz-error {
    /*display: none!important */
}
#formular {
    font-size:17px
}
span.r-star {
    color: #f04e23;
}
.legende {
    font-style: italic;
    font-size: 14px;
    color: #0054a6;
    font-weight: bold;
}
.CCSS228 {
    padding: 8px 5px 8px 26px;
    position: relative;
    text-decoration: none;
    /*white-space: nowrap;*/
}
.CCSS228::before {
    background: url(../images/ico-arrow.svg) no-repeat center;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.CCSS426 {
    padding: 8px 5px 8px 26px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.CCSS426::before {
    background: url(../images/ico-globe.svg) no-repeat center;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
.CCSS427 h3 {
    padding-top: 40px;
    font-size: 26px;
}
.CCSS427 a, .CCSS429 a {
    background: #0054a6;
    color: #fff;
    display: block;
    padding: 8px 5px 8px 45px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.CCSS427 a::before, .CCSS429 a::before {
    background: url(../images/ico-arrow-w.svg) no-repeat center;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}
.submenu .col-md-3, .submenu .col-sm-4 {
    padding-left:0px
}
.f-left {
    float:left;
}
.title-modal a:hover, .title-modal-link:hover, .title-modal-close:hover{
    text-decoration: underline!important;
}
.mehr-info {
    float:right;
    font-weight: 600;
}
.f-right a{
    float: right;
}
.bg-white {
    background: white;
    right: -65px;
    position: absolute;
    padding: 6px 7px 6px 8px;
    top: -8px;
}
.form-search.form-search2 {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.d-none {
    display:none
}
a.bg-white_1 {
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}
.col-md-3.col-sm-3.f-right_l {
    top: -26px;
    left: 61px;
}
li#n325 {
    right: 0px;
    position: absolute;
    color: #f04e23;
    font-weight: bold
}
li#n325 a{
    color: #f04e23;
}


li#n325::before {
    background: url(../images/shoping-cart.svg) no-repeat center;
    content: '';
    height: 16px;
    right: 50px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}


/* custom */
#formular .sp-auto-height {
  height: auto !important;
  margin-bottom: 37px;
}

.ma {
    padding: 0 0 0 2px;
    display: block;
    background: none;
}
.ma-list {
    margin: 0px -6px 8px 14px;
    width: 47%;
    padding: 10px 0 0 16px;
    height: 180px;
}
.col-md-3.col-sm-6.ma-k {
    margin: 0 -23px 7px 13px;
}
.auswaehlen {
    color: #0054a6;
    font-weight: bold;
    padding-bottom: 10px;
}
.ma-k a:hover {
    text-decoration: none;
}

a.mail {
    color: unset;
}

.ma-list:hover, .ma-list.bereichsleiter {
    background: rgba(var(--rgb), 1) !important;
    color:white;
}
.ma-list.planung_infrastruktur:hover, .ma-list.bereichsleiter.planung_infrastruktur {
    color:black;
}

.bereich {
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-top: 10px;
}

.ma-r {
    margin-right: -62px;
}

.ma-r2 {
    margin-right: -62px;
}


.event-head {
    color: white;
    font-weight: bold;
    padding: 5px 0 7px 8px;
    font-size: 15px;
}

.sie_finden_uns {
    margin-top: -1.5em;
}

.fileinfo p{
    font-size:14px;
    padding-bottom:0px;
}



/* Änderungen 15.9.22, SF */
.page_downloadcenter {
    width:100%;
    padding: 30px 0px 50px 40px;
}
.submenu_downloadcenter{
    padding-left: 80px;
    display:none;
}
.nav-sub{
    display:none;
}
