.sidr ul li:not(.sidr-class-static-logo) {
    border-left: 7px solid #1a1a1a;
}
  #fullpageMenu {
    position: fixed;
    top: 131px;
    left: 353px;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  @media (max-width: 1450px) {
    #fullpageMenu {
      left: 100px;
    }
  }
  @media screen and (max-width: 920px) {
    #fullpageMenu {
      top: 101px;
      left: 100px;
    }
  }
  #fullpageMenu > li {
    display: inline-block;
    padding: 5px 0;
    background-color: rgba(255,255,255,0.3)
  }
  #fullpageMenu > li > a {
    padding: 5px 10px;
    font-family: 'Open Sans Condensed Bold', 'Open Sans';
    /*text-transform: uppercase;*/
  }
  #fullpageMenu > li.active, #fullpageMenu > li.active > a, #fullpageMenu > li.active > a:hover {
    background-color: rgb(1,182,200);
    color: white !important;
  }
  #fullpageMenu > li.logo.active, #menu > li.logo.active > a {
    background-color: transparent;
  }
  
  #logo-img {
    max-height: 130px;
    width: auto;
    margin: 10px auto;
  }
 
  #bransch-img-bkg {
    height: 35%;
    overflow:hidden;
    margin-bottom: 20px;
    background-image: url("/assets/img/Bransch-image-6139x500.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  
  .page-title {
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
  }
  
  .active {
    border-bottom: none !important;
  }
  
  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  
  #downArrow {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  #upArrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
  }
  
  
/* RESPONSIVE */


  /* styles for big browsers greater than 1940px in width */
  @media (min-width:1940px) 
  {
    #bransch-img-bkg {
    	height: 45%
    }
    #logo-img {
        max-height: 180px;
    }
  }
  
  /* Styles for screens smaller than 820px in height (iPads in landscape mode / small resolution laptop) */
  /* Styles for screens/browsers greater than 520px and smaller than 1024px in width (iPads) */
  @media (max-height:820px), 
         (min-width:520px) and (max-width: 1024px) 
  {
    #bransch-img-bkg {
    	height: 30%
    }
    #logo-img {
    	max-height: 100px;
    }
    h1, h1.page-title {
		font-size: 26px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 15px;
	}
  }
  
  /* Styles for screens/browsers greater than 520px in width (Greater screens than mobiles) */
  @media (min-width:520px) 
  {
    .mobile-only {
        display: none;
    }
  }
  
    /* styles for mobile browsers smaller than 520px in width (iPhone) */
  @media screen and (max-width:520px) 
  {
	h1, h2, h3 {
		margin: 10px 0px;
	}
	h1, h1.page-title {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 0px;
	}
    p, i, b, a.btn {
    	font-size: 85%;
        line-height: 1.4em;
    }
	
	.m-lg, .m-md {
	    margin: 15px;
    }
    .p-lg, .p-md {
    	padding: 15px;
    }
    
    .headmenu-item.logo > a {
        margin-top: 0 !important;
    }
    
    #bransch-img-bkg {
        height: 20%;
    }    
    #logo-img {
        max-height: 70px;
    }    
    .moveSectionDown {
      display: none;
    }
    
    /* fullPage slide-arrows */
    .fp-controlArrow {
    	top: 40%
    }
    .fp-controlArrow.fp-prev {
    	border-width: 22.5px 18px 22.5px 0;
    }
	.fp-controlArrow.fp-next {
    	border-width: 22.5px 0 22.5px 18px;
    }
  }
 