.sitemap.jumbotron{
    padding-top: 24px;
    padding-bottom: 72px;
   background-image: url(/wp-content/themes/bayernde/assets/images/svg/bg-rauten-blau-15.svg);
  /* background-repeat: repeat-x;
    background-size: cover;
    background-position: top;
    background-attachment: unset;*/
	background-position: top;
    background-attachment: unset;
    background-repeat: repeat-x;
    /*background-size: cover;*/
	background-size: 100% auto;
	/*background-color:rgba(233, 236, 239, 0.5);*//*#e9ecef;*/
	/*opacity:0.6;*/
}
.sitemap-breadcrumb{
    padding: 0px;
    background: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}
.sitemap-breadcrumb span{
    padding: 0 1em;
}
.sitemap-title{
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 40px;
}
.sitemap-content span{
    position: relative;
}
.list-lv-1 .listitem-lv-1{
    margin-bottom: 40px;
    position: relative;
    padding-left: 36px;
}
.list-lv-1 .listitem-lv-1:last-child{
    margin-bottom: 0px;
}
.list-lv-1 .listitem-lv-1 span:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: -36px;
    background: url("/wp-content/themes/bayernde/assets/images/svg/icon-sitemap-raute-1.svg") no-repeat;
}
.listitem-lv-1{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    color: #003f6f;
}
.list-lv-2{
    padding-left: 28px;
    margin-top: 12px;
}

.listitem-lv-2{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.73;
    letter-spacing: normal;
    color: #003f6f;
}
.list-lv-2 .listitem-lv-2 span:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: -28px;
    background: url("/wp-content/themes/bayernde/assets/images/svg/icon-sitemap-raute-2.svg") no-repeat;
}
.list-lv-3{
    padding-left: 27px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.listitem-lv-3{
    margin-top: 0px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.67;
    letter-spacing: normal;
    color: #003f6f;
}
.list-lv-3 .listitem-lv-3 span:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: -27px;
    background: url("/wp-content/themes/bayernde/assets/images/svg/icon-sitemap-raute-3.svg") no-repeat;
}
.list-item-empty{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #003f6f;
}
.sitemap-content li
{
	color: #001322;
}
.sitemap-content li a
{
	color: #003f6f;
}