.navbar {
    padding: 0 24px !important;
    -webkit-box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.6);
}

.nav-item.list-group-item {
    font-size: 26px;
    width: 230px !important;
    background-color: transparent !important;
    border: none !important
}

.nav-item a, a.link, a.link:hover {
    color: black;
	font-size: 26px;
}

.nav-item.list-group-item:first-child {
    border-radius: 0 !important;
}

.nav-item .list-group-item:last-child {
    border-radius: 0 !important;
    margin-bottom: -1px !important;
}

.lvr-title-area {
    border-left: 4px solid #98bf0d;
    float: left;
    height: 52px;
    padding-left: 18px;
    margin-bottom: 28px;
    position: relative;
    font-family: "DINWeb_ttf", Arial, Helvetica, sans-serif;
    font-style: normal;
    width: 300px;
}

.lvr-title-area .lvr-title {
    color: #000000;
    padding-left: 0px;
    font-weight: normal;
    height: 18px;
    line-height: 24px;
    position: absolute;
    width: 300px;
    font-style: normal;
    bottom: 0;
    font-size: 18px;
}

.picture-right {
    width: 240px;
    height: auto;
}

iframe {
    border-width: 0 !important;
}

.navbar a.logo img{
	height: 50px;
}

.navbar a.sublogo img{
	width: 200px;
	padding: 30px 0px 30px 40px;
}

#arrow {
    border-right:2px solid black;
    border-bottom:2px solid black;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}
ul li {
  position: relative;
	padding-bottom: 10px;
}
ul {
  list-style: none;
  padding-top: 30px;
  padding-right: 40px;
}
ul li:before{
   content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:10px;
   height:10px;
   top: calc(50% - 4px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 767.98px) {
    .lvr-title-area,
    .picture-right {
        width: 200px;
    }
    .lvr-title-area {
        height: 37px;
        margin-bottom: 23px;
    }
	ul {
		padding-top: 10px;
	}
}

@media (max-width: 1100px) {
    .nav-item.list-group-item, a.link, a.link:hover {
        font-size: 18px;
        width: 160px !important;
    }
}
