@media screen and (max-width: 1280px) {
body {
/* Main */

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


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

}
header {
    /* HEADER */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
*padding: 26px 0px;

gap: 0px;

width: 800px;
height: 254px;

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

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

}
.menuButton {
    text-align: right;
    display: block;
    position: relative;
    width: 100%;
    background-color: yellow;
}
.menuButton img {
    width: 37px;
}

header div.header {
    /* Content */
background-color: orange;
/* Auto layout */
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 0px;
gap: 0px;

width: 752px;
height: 202px;


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

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

width: 200px;
height: 186px;

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;
justify-content: flex-start;
padding: 0px;
gap: 24px;

width: 500px;
height: 148px;


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

}
div.text .beo {
  /* DER BEOBACHTER */

width: 509px;
height: 90px;

/* Heading 1 */
font-family: 'radgivare';
font-style: normal;
font-weight: 400;
font-size: 90px;
line-height: 100%;
/* identical to box height, or 90px */
letter-spacing: -0.03em;

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


/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
  
}
div.text .sehen {
    /* SEHEN, WAS ANDERE ÜBERSEHEN. */

width: 509px;
height: 34px;

/* Heading 2 */
font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 105%;
/* identical to box height, or 34px */

/* 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;
padding: 20px 24px 100px;
gap: 20px;

display: none;
width: 800px;
max-width: 1500px;
height: 306.81px;
background: #E2D2B1;

/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;
}
nav ul {
    /* Content */

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

width: 752px;
height: 50px;


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

}
nav ul li {

/* ANALYSEN */
list-style-type: none;

width: 301px;
height: 50px;

font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 105%;
/* or 50px */
text-align: center;
letter-spacing: -0.07em;

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


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


}
main {
    /* MAIN */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: center;
/*padding: 26px 24px;*/
padding: 0px;
gap: 10px;

width: 800px;

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

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

}
section#haupt {
    /* Section 1 */

box-sizing: border-box;

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

width: 800px;
height: 425px;

border-top: 3px solid #000000;

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

}
div.haupt {
width: 752px;
height: 345px;
/* Card */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
/*padding: 64px 50px;*/
gap: 60px;




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

}
div.haupt div.textblock {

/* Content */

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

width: 305px;
height: 217px;

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-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 105%;
/* or 34px */

/* 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: 16px;
line-height: 110%;
/* or 26px */

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


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

}
div.aktuell {
    /* Intro section */

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

width: 800px;
height: 60px;


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

}
span.aktuell {
    /* AKTUELL */


font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 105%;
/* or 50px */
text-align: center;
margin: 0px;
/* Text/Paragraph */
color: #000000;


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

}
div.art3 {
    /* Content */

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

width: 720px;
height: 533px;


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

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

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

width: 720px;
height: 163px;

border-left: none;
border-bottom: solid #000 2px;


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

}
div.art3cell span.title {
    /* Die Zukunet des Gesundheitswesens */

/* Heading 2 */
font-family: 'alegreya';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 105%;
/* or 34px */
margin-left: 5px;

/* 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: 18px;
line-height: 110%;
/* or 26px */
margin-left: 5px;

/* 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: 32px;
line-height: 105%;
/* identical to box height, or 34px */

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


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

}
footer {
    /* Footer */

/* Auto layout */
display: flex;
flex-direction: row;
align-items: flex-start;
/*padding: 67px 32px 32px;*/
padding: 0px;
gap: 80px;

width: 800px;
height: 292px;

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

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

}

}