@keyframes imgzoomin {
    from {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
    }
    to {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

p {
    /*
    -webkit-font-feature-settings: "onum" 1; 
    -moz-font-feature-settings: "onum" 1; 
    -moz-font-feature-settings: "onum=1"; 
    -ms-font-feature-settings: "onum" 1; 
    -o-font-feature-settings: "onum" 1; 
    font-feature-settings: "onum" 1;
    */
}

html,
body {
    height: 100%;
    background-color: #e6e6e1;
}

a img {
    border: none;
}

.site .sitecontent {
    width: 73.1414375rem;
    margin: auto;
}

body {
    margin: 0;
    padding: 0;
    
    opacity: 0;
}

body nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 11;
    
    height: 5.5rem;
    border-bottom: 1px solid blue;
    opacity: 0.96;
}
#ferenckrausz {
    padding-top: 3.75rem;
    padding-bottom: 5.05rem;
}
/*
#BackgroundSwitcher0 {
    position: relative;
    top: -14rem;
}
*/
body nav div.logo {
    display: table-cell;
    vertical-align: middle;
}
div.logo img {
    width: 25rem;
}
body nav div.logo {
    position: relative;
    top: 0.25rem;
}
body nav div.outertablebox {
    height: 100%;
    display: table;
    margin-left: 7rem;
    margin-right: 0rem;
}
body nav div.navigation {
    display: table-cell;
    vertical-align: middle;
}
body nav div.navigation ul {
    list-style-type: none;
}
body nav div.navigation ul li {
    font-family: 'Avenir Next W01';
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
body nav div.navigation ul li.link.first {
    border-left: none;
}
body nav div.navigation ul li.link {
    padding: 0.25rem 2.5rem;
    border-left: 1px solid #e6e6e6;
}
body nav div.navigation ul li.link a {
    text-decoration: none;
    color: #191919;
}

.ferenclayer {
    width: 100%;
    position: relative;
    /* height: 57.8870625rem; */
    /* padding-top: 5.5rem; */
}

.ferenclayer img {
    width: 100%;
    position: absolute;
    top: 0rem;
    height: auto;
}

.ferenclayer .banner {
    position: absolute;
    right: 20rem;
    top: 37rem;
    z-index: 3;
    opacity: 0.8;
}

.ferenclayer .banner img {
    width: 12.725rem;
    height: 14.5rem;
}

.ferenclayer .next-appearances {
    position: absolute;
    top: 40rem;
    right: 5rem;
    
    width: 31.78571429rem;
    height: 11.28571429rem;
    
    display: table;
    z-index: 10;
}

.ferenclayer .next-appearances .bg {
    background-color: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.ferenclayer .next-appearances .left,
.ferenclayer .next-appearances .informations,
.ferenclayer .next-appearances .right {
    display: table-cell;
}

.ferenclayer .next-appearances .left,
.ferenclayer .next-appearances .right {
    position: relative;
    width: 3.714285714rem;
    
    cursor: pointer;
}

.ferenclayer .next-appearances .left img,
.ferenclayer .next-appearances .right img {
    width: 0.642857143rem;
    height: 2.25rem;
    
    position: absolute;
    left: 50%;
    top: 50%;
    
    margin-top: -1rem;
    margin-left: -0.321428571rem;
}
.ferenclayer .next-appearances .informations {
    position: relative;
    z-index: 11;
    overflow: hidden;
    width: 24.35714286rem;
    padding: 1.428571429rem 0rem;
}

.ferenclayer .next-appearances .informations .headline,
.ferenclayer .next-appearances .informations .viewport {
    font-size: 1.571428571rem;
}

.ferenclayer .next-appearances .informations .headline {
    margin-bottom: 1rem;
}

.ferenclayer .next-appearances .informations .headline p {
    font-family: 'Avenir Next W01';  
    font-weight: 600;
}
.ferenclayer .next-appearances .informations .viewport p {
    font-family: "MinionPro-Regular";
    white-space: nowrap;
    line-height: 2rem;
}
#BackgroundSwitcher {
    position: fixed;
    top: 5.5rem;
    height: 100%;
    width: 100%;
}

.contentelement {
    display: none;
}
.contentelement.active {
    display: block;
}


.contentelement .pictures {
    clear: both;
    width: 100%;
}

.contentelement .pictures .picture {
    width: 12.25rem;
    margin: auto;
}

.contentelement .pictures .pictureContainer {
    width: 50%;
    margin: auto;
}

.contentelement .pictures .picture .container {
    width: 12.25rem;
    height: 12.25rem;
    border-radius: 6.0625rem;
    overflow: hidden;
    display: inline-block;
}

.contentelement .pictureWrap {
    width: 100%;
    height: 19.25rem;
    text-align: center;
}

.contentelement .pictures .picture img {
    width: 100%;
    height: auto;
}

.contentelement .pictures {
    margin: auto;
    display: inline-block;
}

.contentelement .pictures .picture .subline {
    margin-top: 0.70rem;
    font-family: "Avenir Next W01";
    width: 12.9rem;
    font-size: 1.25rem;
    text-align: center;
}

.ferenclayer .content {
    position: absolute;
    z-index: 2;
    top: 25rem;
    left: 7rem;
}

.ferenclayer .content h1 {
    font-family: 'Avenir Next W01';
    font-weight: bold;
    font-size: 2.5rem;
}

.ferenclayer .content p,
.ferenclayer .content ul {
    font-family: 'Avenir Next W01';
    font-weight: bold;
    font-size: 1.5rem;
    
    margin: 0.85rem auto;
    line-height: 2rem;
}

.ferenclayer .content ul {
    list-style-type: none;
}

.sectionlayers {
    overflow: hidden;
    z-index: 3;
}

.sectionlayers .safari-fix-outer-bottomborder,
.sectionlayers .sectionlayers-bottomborder,
.sectionlayers .sectionlayers-bottomborder .left,
.sectionlayers .sectionlayers-bottomborder .divider,
.sectionlayers .sectionlayers-bottomborder .right {
    height: 2.2878125rem;
}

.sectionlayers .sectionlayers-bottomborder {
    display: table-cell;
    position: relative;
    bottom: -1px;
    margin: 0rem;
    padding: 0rem;
    border-collapse:collapse
}

.sectionlayers .sectionlayers-bottomborder .left,
.sectionlayers .sectionlayers-bottomborder .right {
    width: 56.01020240783691761289rem;
    
    display: table-cell;
    margin: 0px;
}

.sectionlayers .sectionlayers-bottomborder .divider {
    width: 7.882rem;
    position: relative;
    overflow: hidden;
    display: table-cell;
    top: -1px;
}

.sectionlayers .sectionlayers-bottomborder .divider .leftbox,
.sectionlayers .sectionlayers-bottomborder .divider .rightbox {
    width: 6.218125rem;
    height: 6.218125rem;
    background-color: #fff;
}
.sectionlayers .sectionlayers-bottomborder .divider .leftbox {
    /*
    transform: rotate(26deg);
    top: 1.05rem;
    position: absolute;
    left: -1.65rem;
    */
    
    top: -6.25rem;
    position: absolute;
    left: 1.5rem;
    
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}
.sectionlayers .sectionlayers-bottomborder .divider .rightbox {
    /*
    transform: rotate(-26deg);
    top: 1.05rem;
    position: absolute;
    left: 3.35rem;
    */
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    top: -6.25rem;
    position: absolute;
    right: 1.8rem;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}
.sectionlayers .headline .sectionlayers-bottomborder {
    position: absolute;
    top: -1px;
}




#footer .sectionlayers-bottomborder {
    height: 100%;
}

/* Nur Firefox */
@-moz-document url-prefix() {
    #footer .safari-fix-outer-bottomborder,
    #footer .sectionlayers-bottomborder .left,
    #footer .sectionlayers-bottomborder .divider,
    #footer .sectionlayers-bottomborder .right {
        height: 1.25rem !important;
    }
}


#footer .safari-fix-outer-bottomborder,
#footer .sectionlayers-bottomborder .left,
#footer .sectionlayers-bottomborder .divider,
#footer .sectionlayers-bottomborder .right {
    height: 2.2878125rem;
}

#footer .sectionlayers-bottomborder {
    display: table-cell;
    position: relative;
    bottom: 0rem;
    margin: 0rem;
    padding: 0rem;
    border-collapse: collapse;
    
}

#footer .sectionlayers-bottomborder .left,
#footer .sectionlayers-bottomborder .right {
    width: 56.01020240783691761289rem;
    background-color: #fff;
    display: table-cell;
    margin: 0px;
}

#footer .sectionlayers-bottomborder .divider {
    width: 7.882rem;
    position: relative;
    overflow: hidden;
    display: table-cell;
    top: 0px;
    background-color: #fff;
}

#footer .sectionlayers-bottomborder .divider .leftbox,
#footer .sectionlayers-bottomborder .divider .rightbox {
    width: 6.218125rem;
    height: 6.218125rem;
    background-color: #e6e6e1;
}
#footer .sectionlayers-bottomborder .divider .leftbox {
    top: 0.1rem;
    position: absolute;
    left: 4.0rem;
    
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}
#footer .sectionlayers-bottomborder .divider .rightbox {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    top: 0.1rem;
    position: absolute;
    right: 3.8rem;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}
#footer .headline .sectionlayers-bottomborder {
    position: absolute;
    top: -1px;
}

.sectionlayers .safari-fix-outer-topborder,
.sectionlayers .sectionlayers-topborder,
.sectionlayers .sectionlayers-topborder .left,
.sectionlayers .sectionlayers-topborder .divider,
.sectionlayers .sectionlayers-topborder .right {
    height: 2.2978125rem;
}

.sectionlayers .sectionlayers-topborder {
    display: table-cell;
    position: relative;
    bottom: -1px;
    margin: 0rem;
    padding: 0rem;
    border-collapse:collapse
}

.sectionlayers .sectionlayers-topborder .left,
.sectionlayers .sectionlayers-topborder .right {
    width: 56.01020240783691761289rem;
    background-color: #fff;
    display: table-cell;
    margin: 0px;
}

.sectionlayers .sectionlayers-topborder .divider {
    width: 7.882rem;
    position: relative;
    overflow: hidden;
    display: table-cell;
}

.sectionlayers .sectionlayers-topborder .divider .leftbox,
.sectionlayers .sectionlayers-topborder .divider .rightbox {
    width: 6.218125rem;
    height: 6.218125rem;
    background-color: #fff;
}
.sectionlayers .sectionlayers-topborder .divider .leftbox {
    /*
    transform: rotate(26deg);
    top: 1.05rem;
    position: absolute;
    left: -1.65rem;
    */
    
    top: 0rem;
    position: absolute;
    left: 0rem;
    
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}
.sectionlayers .sectionlayers-topborder .divider .rightbox {
    /*
    transform: rotate(-26deg);
    top: 1.05rem;
    position: absolute;
    left: 3.35rem;
    */
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    top: 0rem;
    position: absolute;
    right: 0rem;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
}
.sectionlayers .headline .sectionlayers-topborder {
    position: absolute;
    bottom: -1px;
    top: auto;
}
.sectionlayers {
    position: relative;
    top: 55rem;
}
.sectionlayers .sectionlayers-content {
    background-color: #fff;
}
.site.first .header h1 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.site.first .header .content {
    color: #fff;
}

.site.first .content {
    font-family: "MinionPro-Regular";
    font-size: 1.35rem;
    width: 112.00rem;
    margin: auto;
    position: relative;
    display: table;
    color: #706f6f;
}

.site.first .content p {
    line-height: 2.25rem;
}

.site.first .content .col {
    width: 37.25rem;
    padding: 0 3rem;
    line-height: 1.65rem;
    letter-spacing: 0.05rem;
    height: 100%;
    
    display: table-cell;
}

.site.first .content .col .wrapper {
    height: 100%;
}

.site.first .content .col-1 {
    border-right: 1px solid #b2b2b2;
}
.site.first .content .col-3 {
    border-left: 1px solid #b2b2b2;
}

.site.last {
    background-color: #e6e6e1;
    height: 100%;
}
.site.last .header .backToTop {
    width: 8.7708125rem;
    height: 7.56675rem;
    background-color: #3c3c3b;
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/backtotop.svg');
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    
    position: absolute;
    right: 0rem;
}

section .headline {
    position: relative;
    background-repeat: none;
    overflow: hidden;
    height: 21.4586875rem;
    background-size: 100%;
    /* background-attachment: fixed; */
}

section .headline h1 {
    color: #fff;
    margin: 0px;
    position: absolute;
    z-index: 1;
    font-size: 3.5rem;
    font-family: 'Avenir Next W01';
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
    display: inline-block;
    height: 5rem;
    margin-top: -2.5rem;
    margin-left: 7rem;
    top: 45%;
}

section .headline img.background {
    position: absolute;
    top: 0rem;
    left: 0rem;
}

.site {
    
}

.site.last {
    
}

.positionrelative {
    position: relative;
}
.table {
    display: table;
}
.col {
    display: table-cell;
}

.inlineblock {
    display: inline-block;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#research .focus.blue .picture {
    /* border: 0.3rem solid blue; */
}
#research .focus.lila .picture {
    /* border: 0.3rem solid purple; */
}
#research .focus .picture {
    height: 11.75rem;
    width: 11.75rem;
    border-radius: 5.95rem;
    
    overflow: hidden;
    display: inline-block;
    
    margin-top: 0.5rem;
}
#research .focus .picture .picContainer,
#research .focus .picture .picContainer img {
    width: 100%;
    height: 100%;
}
#research .focus .picture:hover .picContainer {
    /*
    animation-name: imgzoomin;
    animation-duration: 1s;
    */
}
#research .focus .picture img {
    height: 100%;
}
#research .sitecontent .focus {
    width: 100%;
    text-align: center;
}
#research .sitecontent .typo1 {
    width: 15.9375rem;
}
#research .projects .projects-headline .projects-innerheadline {
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/button.svg');
    background-repeat: no-repeat;
    width: 8.875rem;
    height: 1.736875rem;
    
    background-size: 100%;
    text-align: center;
    font-family: 'Avenir Next W01';
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0.1rem;
    margin: 0 1.304375rem;
}
#research .projects .projects-headline .leftline,
#research .projects .projects-headline .rightline {
    width: 30.7404375rem;
    margin-top: 0.9rem;
}


#appearances .col-1 {
    
}
#appearances .col-2 {
    
}
#appearances .col-3 {
    
}
#appearances .col ul {
    list-style-type: none;
}

#footer {
    height: 9.85rem;
}

#footer .links .extern ul,
#footer .links .extern2 ul {
    list-style-type: none;
}
#footer .extern2 ul li {
    /* border-left: 1px solid #000;                              */
}
#footer .extern2 ul li.first {
    border-left: none;
}
#footer .links .intern ul {
    list-style-type: none;
}
#footer .links ul li {
    
}
#footer .links ul li a {
    color: #191919;
    text-decoration: none;
    text-transform: uppercase;
}

#footer .sitecontent .col-1,
#footer .sitecontent .col-2 {
    width: 52rem;
    padding-right: 2.1875rem;
    font-family: 'MinionPro-It';
    font-size: 1.175rem;
    line-height: 1.75rem;
    padding-top: 2rem;
}
#footer .sitecontent .col .content {
    width: 25rem;
}
#footer .sitecontent .links {
    font-family: 'Avenir Next W01';
    font-weight: bold;
    font-size: 1.125rem;
    height: 100%;
    vertical-align: bottom;
}
#footer .sitecontent .links .intern {
    margin-top: 3rem;
}
#footer .sitecontent .links li {
    margin: 0.5rem;
}
.marginauto {
    margin: auto;
}
#footer .sitecontent {
    /* width: 105.99rem; */
    width: 100%;
}
.extern2 {
    margin-top: 2rem;
}
#footer .copyright {
    margin-top: 0rem;
    padding-bottom: 0rem;
    width: 105.99rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    
    position: relative;
}
#footer .copyright p {
    display: inline-block;
    margin: auto;
}
#footer .copyright .person {
    font-family: 'Avenir Next W01';
}
#footer .copyright .rights {
    font-family: 'MinionPro-It';
}

.projects .entries,
.projects .content {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.projects .content {
    border-left: 1px solid #B2B2B2;
}

.projects .entries ul {
    list-style-type: none;
    margin: 0rem;
    padding: 0rem;
}

.projects .entries ul li {
    font-family: "Avenir Next W01";
    cursor: pointer;
}

.projects .entries ul li {
    margin: 0.5rem 0rem;
}
.projects .entries ul li.first {
    margin-top: 0rem;
}
.projects .entries ul li.last {
    margin-bottom: 0rem;
}


.projects .entries ul li span {
    padding-left: 1.5rem;
    font-size: 1.25rem;
    position: relative;
    bottom: 1.0rem;
}

.projects .entries ul li.active span {
    font-weight: bold;
}

.projects .headline {
    display: table;
    width: 100%;
    height: auto;
    
    margin-bottom: 1rem;
}

.projects .headline .hcol {
    display: table-cell;
}

.projects .headline .hcol-1 {
    width: 45%;
}

.projects .headline .hcol-2 {
    width: 10%;
    text-align: center;
}

.projects .headline .hcol-3 {
    width: 45%;
}

.projects .content {
    padding: 0rem 0rem 0rem 4rem;
}

.selector {
    width: 2.625rem;
    height: 2.625rem;
    
    
}

.displayTable {
    display: table;
    width: 100%;
    height: 100%;
}

.verticalAlign {
    display: table-cell;
    vertical-align: middle;
}

.summary {
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.projects .description,
#colleagues .element p {
    font-family: "MinionPro-Regular";
    font-size: 1.125rem;
    display: table;
    color: #706f6f;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
}
#appearances .element img {
    /* width: 100%; */
}
hr {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: 1px solid #b2b2b2;    
}

.buttons {
    text-align: center;
}
.buttons.scholar {
    margin-top: 3.155rem;
}

#research .buttons,
#my-voyage .buttons{
    margin-bottom: 4rem;
}
#research .buttons {
    margin-top: 3.155rem;
}

.buttons.scholar a,
.buttons a { 
    color: #191919;
    text-decoration: none;
}

#my-voyage .buttons .button.first,
#research .buttons .button.first {
    margin-right: 2rem;
}
#research .buttons .button {
    margin-right: 2rem;
}
#research .buttons .button.last {
    margin-right: 0rem;
}

#research .sitecontent h1,
h2,
.BODY-section .site h1 {
    font-family: 'Avenir Next W01';
    font-size: 1.0rem;
    text-align: left;
    /* text-transform: uppercase; */
    width: 85%;
    margin: 0rem auto 4rem auto;
}

#research .sitecontent h1 {
    width: 100% !important;
} 

#research h2 {
    font-weight: bold;
}

.focus .row {
    display: table;
    margin: 0rem 0rem;
}

.focus.lila .row {
    margin-top: 0.95rem;
}

.focus .col-1 .row-2,
.focus .col-2 .row-2 {
    margin-top: 0rem;
}

.focus .row .col {
    font-family: "Avenir Next W01";
    vertical-align: top;
}

.focus .row .col-1 {
    width: 17rem;
    display: table-cell;
    text-align: left;
}

.focus .row .col-2 {
    width: 32rem;
    display: table-cell;
    text-align: left;
    padding-right: 3rem;    
}

.focus .row .col-3 .container {
    position: relative;
    top: -1.25rem;
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/note.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    padding: 1.5rem;
    text-align: left;
    
}
.focus.lila {
    margin-top: 3rem;
}
.focus.lila .row .col-3 .container {
    top: -1rem;
}
.focus .row .col .container {
    font-family: "MinionPro-It";
}
.focus.blue .row .col-3 .container {
    height: 18.5rem;
}  
.focus.lila .row .col-3 .container {
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/note-big2.svg');
    padding: 2rem 0rem 0.5rem 0rem;
    background-position: right;
}
.focus .row .col-3 .container .inner-container {
    width: 16.5rem;
    color: #4d4d4d;
}

.focus.lila .row .col-3 .container .inner-container {
    position: relative;
    top: -1rem;
    
    padding-right: 1rem;
}

.sheadline {
    font-family: "MinionPro-It";
    font-weight: bold;
    color: #191919;
}

.focus .row .col-3 {
    width: 17%;
    display: table-cell;
}

.projects .headline h3 {
    font-family: 'Avenir Next W01';
    font-size: 1.3rem;
    padding-bottom: 0.30rem;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.focus h3 {
    font-family: 'Avenir Next W01';
    font-size: 1.3rem;
    padding-bottom: 0.30rem;
    border-bottom: 2px solid #000;
    text-align: center;
    display: inline-block;
}

.focus p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
}
.focus .col-3 p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
}
.focus p.sheadline {
    font-family: 'MinionPro-SemiboldIt';
}

.buttons .button {
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/button.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    /*
    height: 3.75rem;
    width: 24.063rem;
    */
    /*
    height: 4.3125rem;
    width: 27.67245rem;
    */
    height: 4.3125rem;
    width: 20.5rem;
    
    text-align: center;
    font-family: "Avenir Next W01";
    font-size: 1.5rem;
}
    
.hidden {
    display: none;
}

#colleagues .entries li div.circle {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.3125rem;
    border: 1px solid #000;
    float: left;
}

#colleagues .element h2 {
    margin-bottom: 1rem;
}

#colleagues .element h2 div.text {
    font-family: "Avenir Next W01";
    font-weight: bold;
    text-transform: initial;
    font-size: 1.3rem;
    padding-bottom: 0.3rem;
    
    display: inline-block;
    vertical-align: middle;
}

#colleagues .element h2 .text {
    border-bottom: 2px solid #000;
}

#colleagues .element,
#colleagues .element p {
    margin: 0rem 0rem;
}

#colleagues .element .text {
    color: #191919;
}

#legal_notice .site {
    display: table;
    margin: auto;
}

#legal_notice .site {
    padding: 3.125rem;
}

#legal_notice .site .col-1,
#legal_notice .site .col-2, 
#legal_notice .site .col-3 {
    display: table-cell;
    padding: 0rem 3.125rem;
    width: 37.5rem;
    
    font-family: "MinionPro-Regular";
    font-size: 1.25rem;
    color: #706F6F;
    line-height: 2rem;
}

#legal_notice .site .col-1,
#legal_notice .site .col-2 {
    border-right: 1px solid #b2b2b2;
}

#legal_notice .site .col-1 h1,
#legal_notice .site .col-2 h1, 
#legal_notice .site .col-3 h1 {
    font-family: 'Avenir Next W01';
    font-style: bold;
    color: #191919;
    
    margin: 0.75rem 0rem 0rem 0rem;
    text-align: left;
    text-transform: initial;
    font-size: 1.25rem;
}

#legal_notice .site .col-1 h2.firsth2,
#legal_notice .site .col-2 h2.firsth2, 
#legal_notice .site .col-3 h2.firsth2 {
    margin: 0rem 0rem 0rem 0rem;
    
    text-transform: initial;
    font-family: "Avenir Next W01";
    font-weight: bold;
    font-size: 1.25rem;
    color: #191919;
    line-height: 2rem;
}

#legal_notice .site .col-1 h3,
#legal_notice .site .col-2 h3, 
#legal_notice .site .col-3 h3 {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: normal;
    
    /*
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: normal;
    text-transform: initial;
    font-family: 'Avenir Next W01';
    color: #191919;
    */
    
    text-transform: initial;
    font-family: "MinionPro-Regular";
    font-weight: bold;
    font-size: 1.25rem;
    color: #706F6F;
    line-height: 2rem;
}

.projects .pictureWrap .projectleader {
    font-family: "Avenir Next W01";
    font-weight: bold;
    border-bottom: 2px solid #000;
    /*width: 9.35rem;*/
    margin: auto;
    /* text-align: center; */
    padding-bottom: 0.3rem;
    margin-bottom: 1.0rem;
    font-size: 1.3rem;
    display: inline-block;
}

/*
#legal_notice .sectionlayers-bottomborder .left,
#legal_notice .sectionlayers-bottomborder .right {
    width: 64.63042857rem !important;
}
*/

.video-js {
    
    padding-top: 56.25% !important;
    
    width: 100% !important;
    height: auto!important;
}
.vjs-fullscreen {
    padding-top: 0px !important
}

.col-2 ul.entries li ul.subfilter li,
ul.submenu li {
    font-weight: normal;
}
li.bold,
ul.submenu li.bold {
    font-weight: bold;
}
ul.subfilter li.bold {
    font-weight: bold !important;
}

#research .site .sitecontent h1,
#research .site .sitecontent h2 {
    font-family: "Avenir Next W01";
    font-size: 1.5rem;
    text-align: center;
}

#my-voyage .button,
#research .button {
    font-size: 1.35rem;
}

.categories li {
    cursor: pointer;
}

/*
.special {
    width: 28.57142857rem;
    display: table;
}
.special-left {
    width: 17%;
    height: 100%;
    display: table-cell;

    position: relative;
    background-color: blue;
}
.special-right {
    border-top: 2px solid blue;
    border-right: 2px solid blue;
    border-bottom: 2px solid blue;

    width: 83%;
    height: 100%;
    display: table-cell;

    position: relative;
}
.corner-first {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 290px 70px 290px 0;
    border-color: white blue white white;
    position: absolute;
    /* z-index: 2; */

    /*

    position: absolute;
    right: 0px;
}
.inner-border {
    height: 100%;
    width: 100%;
    position: absolute;
}
.corner-second {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 285px 68.33333px 285px 0;
    border-color: transparent white transparent transparent;
    position: absolute;
    /* z-index: 3; */
    
    /*
    
    top: 0px;
    left: 0px;
}

.special .row-1,
.special .row-2 {
    text-align: left;
    padding: 2rem;
}
.special .row-2 {
    padding-top: 0rem !important;
}

.focus.blue .col {
    vertical-align: top;
}
.focus.blue .col-1 {
    vertical-align: top;
    padding-left: 1.5rem;
}
.focus.blue .col-2 {
    padding-left: 1.0rem;
    padding-right: 3rem;
    text-align: left;
}
.focus.blue p {
    line-height: 1.5rem;
    font-family: "Avenir Next W01";
}
.special {
    position: relative;
    top: 0rem;
}
.focus.lila .special {
    top: -2rem;
}

.focus.lila .special-left {
    background-color: purple;
}
.focus.lila .special-right {
    border-top: 2px solid purple;
    border-right: 2px solid purple;
    border-bottom: 2px solid purple;
}
.focus.lila .corner-first {
    border-color: white purple white white;
}
*/

.focus.blue {
    font-family: "Avenir Next W01";
}

.focus.blue .col-1 {
    width: 17rem;
    padding-left: 0rem;
    vertical-align: top;
}
.focus.blue .col-2 {
    width: 32rem;
    display: table-cell;
    text-align: left;
    padding-left: 0rem;
    padding-right: 3rem;
    vertical-align: top;
}
.focus.blue .col-3,
.focus.lila .col-3 {
    width: 25rem;
    display: table-cell;
    vertical-align: top;
}

.focus.blue .col-3,
.focus.lila .col-3 {
    position: relative;
}

.focus.blue .col-3 img,
.focus.lila .col-3 img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
}

.focus.blue .row-1,
.focus.lila .row-1 {
    display: table;
    margin: 0.95rem 0rem 0rem 0rem;
    min-height: 13rem;
}

.projects {
    margin-top: 4rem;
}

.focus.blue .special-right .row-1,
.focus.lila .special-right .row-1 {
    margin: 0rem !important;
}

.special-right {
    border: 2px solid #0000ff;
    padding: 1rem 2rem;
    position: relative;
    top: 1.2rem;
}

.special-right .triangle {
    position: absolute;
    
    /*
    width: 2.34375rem;
    height: 7.8625rem;
    background-color: #0000ff;
    top: 50%;
    
    left: -1.1rem;
    margin-top: -1rem;
    */
    
    top: 50%;
    left: -2.34375rem;
    margin-top: -3.93115625rem;
    
    /*
    left: -37px;
    margin-top: -62px;
    */
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.93115625rem 2.34375rem 3.93115625rem 0;
    /*border-width: 62px 37px 62px 0;*/
    border-color: transparent #0000ff transparent transparent;
}

.special-right .innertriangle {
    position: absolute;
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.93115625rem 2.34375rem 3.93115625rem 0;
    /*border-width: 62px 37px 62px 0;*/
    border-color: transparent #fff transparent transparent;
    
    top: -3.9rem;
    left: 0.1rem;
    
    /*
    top: -62px;
    left: 2px
    */
}

.special-right .row-2 {
    margin-top: 0rem;
}


.focus.blue .row-1 .col-1 .row-2,
.focus.blue .row-1 .col-2 .row-2 {
    margin-top: 1.125rem;
}
    
.focus.blue .col-3 .special {
    text-align: left;
    padding: 0.1rem 1.5rem 1rem 5.5rem;
    width: 27rem;
    position: relative;
    right: 0rem;
}
.focus.lila .col-3 .special {
    text-align: left;
    padding: 0.1rem 1.5rem 1rem 5.5rem;
    width: 26rem;
    position: relative;
    right: 0rem;
}
.col-3 .special .content {
    font-family: "MinionPro-It";
}

.next-appearances .viewport {
    position: relative;
}

.next-appearances .viewport .overview {
    position: absolute;
}

.next-appearances .viewport .overview li {
    display: table-cell;
    height: 100%;
    width: 24.35714286rem;
}

#colleagues .sitecontent .buttons {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

#colleagues .sitecontent .buttons .button {
    font-size: 1.35rem;
}

#legal_notice .col-1 {
    position: relative;
}

#legal_notice .language {
    font-family: 'Avenir Next W01';
    font-style: bold;
    color: #191919;
    margin: 0.75rem 0rem 0rem 0rem;
    text-align: left;
    text-transform: initial;
    font-size: 1.25rem;
    position: absolute;
    
    top: -4rem;
}
#legal_notice .language a {
    text-decoration: none;
    color: #000;
}
#legal_notice .language a.active {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #706F6F;
}

@media only screen and (max-width: 1420px) {
    p {
        /* font-size: 16px !important; */
    }
}

.mp-italic {
    font-family: "MinionPro-It" !important;
}

#research .headline {
    background-position: 0px -13rem;
}
#colleagues .headline {
    background-position: 0px -19rem;
}
#appearances .headline {
    background-position: 0px -3rem;
}

#appearances .col-3 .content .element img.first {
    width: 100%;
    height: auto;
    margin-right: 2rem;
    max-width: 36.375rem;
}
#appearances .col-3 .content .element img.second {
    width: 9rem;
}
#appearances .col-3 .content .element .title {
    margin-top: 2rem;
    white-space: nowrap;
}
#appearances .col-3 .content .element .link a {
    text-indent: 0px;
    padding: 0px;
    font-family: 'MinionPro-It';
    color: #706f6f;
    font-size: 1.125rem;
}

.videocontent {
    margin-bottom: 1rem;
}

.mp-italic a {
    text-decoration: none !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    display: inline !important;
    padding: 0px !important;
}

.page-43 .language {
    display: none;
}

#c74 .sitecontent {
    width: 76.141437rem;
} 

.plugin-content .col-2 ul.entries li {
    cursor: pointer;
}

.ferenclayer .news {
    position: absolute;
    top: 44rem;
    right: 2.75rem;
    width: 27.8193125rem;
    height: 9.8558125rem;
    z-index: 2;
}
.ferenclayer .news .plugin-newsbox {
    background-color: #fff;
    opacity: 0.75;
    padding-top: 1rem;
    cursor: pointer;
}
.ferenclayer .news .plugin-newsbox h1 {
    font-family: "Avenir Next W01";
    font-size: 1.15rem;
    padding-left: 3.35rem;
    padding-bottom: 0.15rem;
}
.ferenclayer .news .plugin-newsbox div.date,
.ferenclayer .news .plugin-newsbox div.place,
.ferenclayer .news .plugin-newsbox div.title {
    font-size: 1.1rem;
    margin: 0.45rem auto;
    font-family: 'MinionPro-Regular';
    letter-spacing: 0.04rem;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ferenclayer .news .plugin-newsbox ul {
    list-style-type: none;
}

.ferenclayer .news .plugin-newsbox .buttons {
    width: 11.89101995%;
    display: block;
    float: left;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: center 1rem;
    background-size: 20%;
}
.ferenclayer .news .plugin-newsbox .buttons.prev {
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/newsbox-left.svg');
}
.ferenclayer .news .plugin-newsbox .buttons.next {
    background-image: url('/typo3conf/ext/ferenckrausz/Resources/Public/Icons/newsbox-right.svg');
}
.ferenclayer .news .plugin-newsbox .viewport {
    display: block;
    float: left;
    width: 76.2079601%;
    overflow: hidden;
    position: relative;
    height: 6.5rem;
}
.ferenclayer .news .plugin-newsbox .viewport .overview {
    position: absolute;
}
.ferenclayer .news .plugin-newsbox .viewport .overview li {
    float: left;
    width: 100%;
}

#c79 h1 {
    margin-bottom: 1rem !important;
    
}
#c79 p {
    font-family: "Avenir Next W01";
    font-size: 1.5rem;
    text-align: center;
    
    /* text-transform: uppercase; */
    width: 100%;
    margin: 0rem auto 4rem auto;
    font-weight: bold;
}
#c79 p a {
    padding-bottom: 0.30rem;
    border-bottom: 3px solid #000;
    color: #000 !important;
}