@font-face {
  font-family: radgivare;
  src: url('/fonts/RadgivareNo1Demo.otf');
}
@font-face {
  font-family: alegreya;
  src: url('/fonts/AlegreyaSansSC-Regular.ttf');
}
body {
    /* Main */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 0px;
background: #E2D2B1;

/*width: 1280px;*/


/* Inside auto layout */
flex: none;
order: 1;
align-self: center;
flex-grow: 0;
z-index: 1;
}
.page {
    padding: 0px 5px;
    box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.2);
    display: flex;
flex-direction: column;
align-items: center;

}
header {
/* HEADER */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/*padding: 23px 40px;*/
padding: 23px 0px;
gap: 100px;

width: 1280px;
height: 268px;

/* Background/Background 1 */
background: #E2D2B1;
border-bottom: solid #000 3px;

/* Inside auto layout */
flex: none;
order: 0;
align-self: center;
flex-grow: 0;
}
.menuButton {
    display: none;
}
header div.header {
    /* Content */
/* Auto layout */
display: flex;
flex-direction: row;
align-items:center;
justify-content: space-around;
padding: 0px;
gap: 30px;

width: 1200px;
height: 245px;


/* Inside auto layout */
flex: none;
order: 0;
align-self: center;
flex-grow: 0;

}
div.header div.logo {
    /* Image */

width: 206px;
height: 211px;

background: url('/images/Beo.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border-radius: 0px;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}
div.header div.text {
    /* Text */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 24px;

width: 907px;
height: 217px;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
div.text .beo {
    /* DER BEOBACHTER */

width: 928px;
height: 157px;

/* Heading 1 */
font-family: 'radgivare';
font-style: normal;
font-weight: 400;
font-size: 150px;
line-height: 111%;
/* or 167px */

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}
div.text .sehen {
    /* SEHEN, WAS ANDERE ÜBERSEHEN. */

width: 907px;
height: 40px;

/* Heading 2 */
font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 100%;
/* identical to box height, or 40px */
text-align: center;
letter-spacing: 0.02em;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}
div.nav {
    display: block;
}
nav {
    /* Intro section */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/*padding: 0px 40px 0px;*/
gap: 20px;

width: 1280px;
height: 90px;
background: #E2D2B1;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
nav ul {
    /* Content */
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
padding: 20px 0px;
gap: 28.04px;

width: 1159px;
height: 40px;



/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
align-self: center;
justify-self: center;
} 
nav ul li {
    /* ANALYSEN */
list-style-type: none;
text-decoration: none;

height: 0px;

font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 0%;
/* identical to box height, or 0px */
text-align: center;
letter-spacing: 0.02em;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
}
nav ul li a {
    text-decoration: none;
    color: #000;
}
.menu li a:hover, .menu li:hover > a {
    color:#f1e5cb;
    background: #813928; 
    border: solid 0px #813928; 
    border-radius: 25px;
    padding: 10px;
    }
main {
/* MAIN */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
padding: 23px 0px;
gap: 10px;

width: 1280px;

/* Background/Background 1 */
background: #E2D2B1;
border-top: solid #000 3px;

/* Inside auto layout */
flex: none;
order: 0;
align-self: center;
flex-grow: 0;
}
section#haupt {
    /* Section 1 */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0px;
gap: 192px;

width: 1280px;
height: 544px;


/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}
section#haupt a {
    text-decoration: none;
}
div.haupt {
width: 1036px;
height: 464px;
background-position: center;
background-size: cover;
filter: sepia(34%) saturate(57%);
/* Card */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
/*padding: 80px 100px 80px 80px;*/
gap: 70px;

border: 2px solid rgba(0, 0, 0, 0.57);

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
align-self: center;
justify-self: center;

}
div.haupt:hover {
    filter: none;
}

div.haupt div.textblock {
    /* Content */

/* Auto layout */
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
padding: 10px 25px;
margin-right: 100px;
gap: 20px;

width: 446px;
height: 234px;

background: rgba(226, 210, 177, 0.78);

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;


}
div.textblock .title {
    /* Finanzkrise: Ursachen und Folgen */

/* Heading 2 */
font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 100%;
/* or 40px */
letter-spacing: 0.02em;
padding: 0px;
margin: 0px;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}
div.textblock .teaser {
/* Ein umfassender Überbiick über die aktuellen Turbulenzen */

/* Paragraph */
font-family: 'Times';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 110%;
padding: 0px;
margin: 0px;
/* or 31px */

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}
section#aktuell {
order: 2;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

div.aktuell {
    /* Intro section */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0px;
gap: 20px;

width: 1280px;
height: 90px;
border-top: solid #000 3px;
border-bottom: solid #000 3px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
span.aktuell {
    /* AKTUELL */

font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 0%;
/* identical to box height, or 0px */
text-align: center;
letter-spacing: 0.02em;
margin-left: 50px;

/* Text/Paragraph */
color: #000;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}
div.art3 {
    /* Content */
/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0px;
gap: 9px;

width: 1200px;
height: 350px;


/* Inside auto layout */
flex: none;
order: 2;
align-self: center;
justify-self: center;
flex-grow: 0;

}
div.art3cell {
    /* Call-out 1 */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 10px 25px;
gap: 15px;

width: 386.67px;
height: 350px;

/* Divider/Divider 1 */
border-left: 2px solid #2E4F21;

/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 1;

}
a.art3cell {
    text-decoration: none;
    color: #000;
}
div.art3cell span.title {
    /* Die Zukunet des Gesundheitswesens */

/* Heading 2 */
font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 100%;
/* or 40px */
letter-spacing: 0.02em;


/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
div.art3cell span.text {
    /* Auswirkungen aut die Gesundht swesens */


/* Paragraph */
font-family: 'Times';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 110%;
/* or 31px */

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 2;
align-self: stretch;
flex-grow: 0;

}
div.art3cell span.cat {
    /* GESUNDHEIT */

/* Heading 5 */
font-family: 'radgivare';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 105%;
/* identical to box height, or 34px */
letter-spacing: -0.045em;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}
.first3 {
    border: none;
}
section#lupe {
order: 3;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
div.lupe {
    /* Intro section */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0px;
gap: 20px;

width: 1280px;
height: 90px;
border-top: solid #000 3px;

/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

}
div.art2 {
        /* Content */
/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0px;
gap: 20px;

width: 1200px;
height: 350px;


/* Inside auto layout */
flex: none;
order: 2;
align-self: center;
justify-self: center;
flex-grow: 0;
}
section#lupe2 {
order: 4;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
div.art2cell {
    /* Call-out 1 */

/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
/*padding: 20px 80px; */
padding: 0px;
gap: 25px;
isolation: isolate;

width: 590px;
height: 320px;


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 1;

}
.dot {
    /* Ellipse 1 */


width: 25px;
height: 25px;
border-radius: 50%;
margin-right: 15px;

background: #813928;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
z-index: 0;
float: left;

}
div.art2cell span.title {
  /* PERSONALAFFÄRE IM MINISTERIUM */

/* Heading 2 */
font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 100%;
/* or 40px */
letter-spacing: 0.02em;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;
z-index: 1;
  
}
div.art2cell span.text {
    /* Auswirkungen auf die Verwalfüngsstrukturen */

/* Paragraph */
font-family: 'Times';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 110%;
/* or 31px */

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 2;
flex-grow: 0;
z-index: 2;

}
.first2 {
    border-right: solid #000 2px;
}
 footer {
     /* Footer */
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 0px;
gap: 30px;

width: 1280px;
height: 288px;

/* Background/Background 3 */
background: #E2D2B1;
border-radius: 0px;
border-top: solid #000 2px;

/* Inside auto layout */
flex: none;
order: 2;
flex-grow: 0;
align-self: center;
z-index: 2;

 }
 footer div.left {
     /* Left column */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0px;
gap: 9px;

width: 600px;
height: 280px;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 1;

 }
 footer div.right {
     /* Right column */
/* Auto layout */
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
padding: 0px;
gap: 0px;

width: 600px;
height: 280px;


/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 1;


 }
 footer div.left p {
     /* Financial Clarity You Can Trust Trusted financial guidance for every stage of life and business since 1987 */


/* Heading 2 */
font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 100%;
/* or 40px */
letter-spacing: 0.02em;
margin-left: 25px;

/* Text/on accent 1 */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;

 }
 footer div.right p.beo {
 display: none;
 }
 footer div.right p.copy {
     margin-right: 25px;
     margin-bottom: 25px;
 }
 footer div.right div.img {
     /* Beo 1 */

position: relative;
top: 120px;
left: 20px;
width: 150px;
height: 150px;

background: url('/images/Beo.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
align-self: flex-start;
z-index: 4;


 }
 footer div.right div.beobachter {
     /* beobachter 1 */
position: relative;
top: 70px;
left: -30px;
width: 676px;
height: 169px;


background: url("/images/beobachter.png");
background-position: center;
background-size: contain;
background-repeat: no-repeat;

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
z-index: 3;

 }
 /*///////////////////RUBRIK/////////////////////*/
main div.rubriktitle {
    /* Hero */

/* Auto layout */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0px;

width: 1279px;
height: 104px;

/* Background/Background 2 */
background: #E2D2B1;

/* Inside auto layout */
flex: none;
order: 0;
align-self: center;
flex-grow: 0;


}
main div.rubriktitle span.rubriktitle {
/* wirtschaft */


font-family: 'radgivare';
font-style: normal;
font-weight: 400;
font-size: 96px;
line-height: 111%;
/* identical to box height, or 107px */
text-align: center;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 0;
align-self: center;
flex-grow: 0;

}
section#other {
    order: 2;
}
div.other {
    /* Step 1 */
border-top: solid #000 1px;
/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px;
gap: 40px;

width: 1279px;
height: 200px;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;



}
div.other div.img {
            /* Image */

width: 305px;
height: 132px;

border-radius: 20px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: sepia(34%) saturate(57%);

/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;

}
div.other div.img:hover {
filter: none;
}
div.other div.text {
    /* Text */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: 0px;
gap: 10px;

width: 650px;
height: 132px;


/* Inside auto layout */
flex: none;
order: 1;
flex-grow: 0;


}
a.other {
    text-decoration: none;
} 
div.other div.text h3 {
    /* Our tax advisors write you a plan */

/* Heading 3 */
font-family: 'alegreya';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 105%;
/* identical to box height, or 42px */
letter-spacing: -0.045em;
margin: 0px;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}
div.other div.text p {
    /* Accurately prepare and file personal and business tax returns to maximize deductions and ensure compliance. */


/* Paragraph */
font-family: 'Times';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 110%;
/* or 31px */
margin: 0px;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}

/*///////////////INNER///////////////*/
div.articletitle {
    width: 1000px;
    border-bottom: dashed #2a1e00 1px;
}
div.articletitle h1 {
    /* Deutsche Konzerne investieren Milliarden in China */


font-family: 'alegreya';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 111%;
text-align: center;
/* or 53px */

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}
div.articletitle p {
    /* Deutsche Investitionen in China sind von 2023 bis 2024 auf 5,7 Milliarden Euro gestiegen.  */

/* Heading 4 */
font-family: 'Times';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 105%;
/* or 31px */
letter-spacing: -0.045em;
text-align: center;

/* Text/Paragraph */
color: #000000;


/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;

}
div.articletext {
    width: 1000px;
    font-family: 'Times';
}
div.articletext img {
    margin: 5px;
    filter: sepia(34%) saturate(57%);
}
div.articletext img:hover {
filter: none;
}
