@charset "utf-8";
/* CSS Document */



#headerarea .header-row2-menu ul {
    justify-content: right;
    background-color: #fff;
    flex-direction: column;
    /* align-items: flex-end; */
    position: absolute;
    right: 0;
    top: 120px;
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
}

.header-row2-menu a.link-menu-MOB {
    display: block;
    padding-bottom: 0;
    border: 0;
}

div#header {
    top: 0;
    position: fixed;
}

.quote {
    font-size: 4vw;
    line-height: 6vw;
    background-size: 6vw;
    background-size: 7vw;
    background-position: 2% 75px;
}

body.inside {
    margin-top: 200px;
}

body.periodos div#path-headline {
    margin-top: 5vw;
}

section#headerarea {
    position: relative;
}

.submenu img {
    max-width: 80px;
    align-self: flex-end;
    padding: 0 0 0 20px;
}

.header-row2-menu li {
    width: 100%;
    border-bottom: 1px solid #b1b1b1;
    padding: 1% 0 0;
    text-align: right;
}

.header-row2-menu .submenu a {
    padding-bottom: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
    border: 0;
}

#headerarea ul.submenu {
    position: relative;
    top: 0;
    background-color: #778080;
    padding: 0;
}

.header-row2-menu a {
    padding: 0;
}

#headerarea ul.submenu li {
    border-bottom-color: #fff;
    margin: 0;
    padding: 1%;
    box-sizing: border-box;
}

#headerarea ul.submenu li:last-child {
    border: 0;
}

#headerarea ul.submenu li:first-child {
}

.header-row2-menu a.active {
    border: 0;
    display: inline-block;
    padding-bottom: 1%;
}

.photoVertical {max-width:100%}


.photosSidebySide img {
        width: 100%;
}
#headerarea .header-row2-menu > ul{
    max-height:0px;
    overflow:hidden;
    padding:0;
    transition:800ms all ease-in-ease-out;
}
#headerarea .header-row2-menu.open > ul{
    max-height:800px
}
#headerarea ul.submenu {
    top: 0;
    max-height:0px;
    transition:800ms all ease-in-ease-out;
}
#headerarea li:hover ul.submenu {
    max-height: 200px;
}