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

/*width: 1280px;*/


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

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;
background-color: orange;


/* 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;
background-color: crimson;
}
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;

}
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 */
background-color: crimson;
/* 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;
}
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 */
background-color: orange;
/* 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 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.71);

/* 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 */
background-color: coral;
/* 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 {
    background-color: yellow;
    /* 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;

}
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 */
background-color: coral;
/* 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;
}
 footer {
     /* Footer */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 32px 0px;
gap: 301px;

width: 1280px;
height: 288px;

/* Background/Background 3 */
background: #E2D2B1;
border-radius: 0px;

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

 }