
.alt-logo-wrapper {
		position: fixed;
		left: 0px;
		right: 0px;
		text-align: center;
		top: 0px;
		height: 139px;
		display: grid;
		grid-template-columns: 1fr; 
	
	}
	.alt-logo-wrapper >  * {
		margin: auto!important;
	}

.logo {
    padding: 30px;
}
.logo {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 22;
    
}

@media only screen and (min-width: 1580px) {
	/*.logo {
		
		left: 50%;
		margin-left: -795px;

	}*/
}
.logo img {
    height: 100px;
}
.template-home .logo img[src*="full"] {
    height: 75px;
}
a.logo-gold img,
img.logo-gold {
	background-color:#AE824B;
	box-shadow: 0px 0px 0px 15px #AE824B;
	transition: 0.2s ease all 0.7s;
}
body:not(.jquery-inited) {
	box-shadow: 0px 0px 0px 5px #AE824B;
	opacity: 0.5;
}
.header-fixed {
    position: fixed;
    left: 0px;
    bottom: 0px; 
    right: 0px;    
    z-index: 21;
    background-color: #fff;
    padding: 0px;
    
}
.header-fixed .menu-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
    
    box-shadow: inset 0px 1px 0px 0px rgba(169,182,194,0.5), 0px 2px 0px 0px rgba(100,110,120,0.7);
}

.header-fixed .menu-wrapper > *:first-child {
    margin-left: 0px;
    margin-right: auto;
}
.header-fixed .menu-wrapper > *:last-child {
    margin-left: auto;
    margin-right: 0px;
}


nav li {
    margin-right: 5px;
    line-height: 20px;
}
nav li:first-child {
    margin-left: auto;
}
nav li:last-child {
    margin-right: auto;
}
.header-fixed  {
    box-shadow: -0px 0px 20px 0px rgba(242,245,246,0.3);
}
.header-fixed .menu nav li:not(li[source-function]) > a {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding:15px 3px!important;
    border-top: 3px solid rgba(100,110,120,0);
}
.header-fixed .menu:hover nav li.selected > a {
    /*border-top: 3px solid rgba(120,140,160,0.2);*/
    border-top: 3px solid #AE824B!important;
 
    
}

.menu-footer {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    height: 25px;
    line-height: 25px;
    transition: 0.1s ease all;
}
body[scrolled].scrolled-100 .menu-footer {
    margin-bottom: -25px;
}

.menu-footer > * {
    margin: auto;
}
.menu-footer > *:not(:first-child) {
    margin-left: 10px;
}
.menu-footer > *:not(:last-child) {
    margin-right: 10px;
}
body:not(.template-home) .content-wrapper { 
    padding-top: 75px;
    padding-top: 28px; 
    padding-bottom: 75px;
	padding-top: 139px; /* Gerben wilt altijd een balk boven*/
}
body:not(.template-home):not(.template-home-maxwidth) .content-wrapper,
body.template-home .ro-blocks > *:not(:first-child) {

    padding-left: 140px;
    padding-right: 140px;
     max-width: 1600px;
    
}
body.template-home-maxwidth .content-wrapper {
	max-width: calc(177vh - 150px);
}
@media (max-aspect-ratio: 6/5) {
   body:not(.template-home):not(.template-home-maxwidth) .content-wrapper,
    body.template-home .ro-blocks > *:not(:first-child) {

        padding-left: 40px;
        padding-right: 40px;
         max-width: 1600px;

    } 
}
body.template-home .ro-blocks > *:nth-child(2) {
   margin-top: 50px;
    border-top:1px solid rgba(169,182,194,0.5)
}
.rsFullscreenBtn {
    display: none!important;
}
.content-wrapper {
    min-height: calc(100vh - 75px);
}

body.template-home  .ro-blocks > div[class*="slider"] {
    box-shadow: none!important;
    padding: 0px!important;
}

.header-fixed > .menu-wrapper > .menu {
    display: flex;
}
.header-fixed > .menu-wrapper > .menu > * {
    margin: 0px auto; 
 
}
body.template-home-maxwidth .content-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}


.header-fixed > .menu-wrapper > .menu nav.side-nav {
    position: absolute;
    right: 10px;
   
}

@media only screen and (max-width: 1100px) {
    .header-fixed > .menu-wrapper > .menu nav.side-nav {
         display: none;
    }
}
.header-fixed > .menu-wrapper > .menu nav.side-nav a {
   
}

