.contentSwitcherWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:10px 35px 35px 35px;border-bottom:8px solid var(--mainGreen);border-radius:6px}.SwitchHeadline{cursor:pointer}.titlesArea{flex-basis:20%}.contentSwitchedArea{flex-basis:75%;border-left:1px solid #c8c8c8;padding-left:30px}@media screen and (max-width:800px){.titlesArea{flex-basis:100%}.contentSwitchedArea{flex-basis:100%;border-left:0;padding-left:0px}.contentSwitcherWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:10px 0px 10px 0px;border-bottom:8px solid var(--mainGreen);border-radius:6px}}.hiddenContentArea{display:none}.switcher_content__title{border-bottom:1px solid #c8c8c8;padding-bottom:20px;text-align:center;box-sizing:border-box;margin-left:35px;margin-right:35px;padding-top:40px}#switcherSection{background-color:white;border-radius:6px}.makeMeGreen{color:var(--mainGreen)}