
    .dark_grey {
        background-color: #5b5a63;
        color: #ffffff;
    }
    
    .light_grey {
        background-color: #d0ced4;
    }
    
    .blue_one {
        background-color: #637db9;
    }
    .blue_one p, .blue_one h3, .blue_one li  {
        color: #fff;
    }
    .blue_two {
        background-color: #0090d0;
    }
    .blue_two p, .blue_two h3, .blue_two li  {
        color: #fff;
    }
    .blue_three {
        background-color: #5393c0;
    }
    .blue_three p, .blue_three h3, .blue_three li  {
        color: #fff;
    }
    .red {
        background-color: #f18b65;
    }
    .red p, .red h3, .red li  {
        color: #fff;
    }
    .yellow {
        background-color: #f8c131;
    }
    .yellow p, .yellow h3, .yellow li  {
        color: #000;
    }
    
    
    
    html {
        font-family: 'Poppins', sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }
    
    body {
        margin: 0;
        padding: 60px;
    }
    #contentwrapper {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    
    .ce_text.einzug {
        padding-left: 75px;
    }
    
    #left {
        width: 25%;
        float: left;
    }
    
    #main {
        width: 50%;
        float: left;
    }
    
    #right {
        width: 25%;
        float: right;
        font-size: 14px;
    }
    .uebersicht #left {
        width: 10%;
        float: left;
    }
    
    .uebersicht #main {
        width: 70%;
        float: left;
    }
    
    .uebersicht #right {
        width: 20%;
        float: right;
        font-size: 14px;
    }
    #logo_area {
        font-size: 32px;
        font-weight: bold;
        line-height: 34px;
        margin-bottom: 200px;
    }
    
    #logo_area img {
        width: 180px;
        margin-top: 20px;
    }
    
    .wortmarke {
        position: relative;
    }
    #left a   {
        text-decoration: none;
    }
    .startseite #left a  .wortmarke {
        color: #fff;
    }
    #left a  .wortmarke {
        color: #000;
    }
    .wortmarke span {
        font-size: 10px;
        position: relative;
        top: 10px;
    }
    
    .mod_navigation {
        text-align: right;
    }
    
    .invisible {
        display: none;
    }
    
    .mod_navigation ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }
    body.startseite li.mlist.submenu.sibling, body.uebersicht li.mlist.submenu.sibling {
        display: none;
    }
    body.startseite .mod_navigation ul.level_1 .active a , body.uebersicht .mod_navigation ul.level_1 .active a{
        color: #9b9a9a;
    }
    
    .mod_navigation ul.level_1 a {
        color: #000000;
    }
    
    .mod_navigation ul.level_2 a {
        color: #fff;
    }
    .mod_navigation ul.level_2 a.active {
        color: rgba(255, 255, 255, 0.5);
    }
    .mod_navigation li, .mod_navigation li a {
        background-color: rgba(255, 255, 255, 0);
    }
    
    ul.level_2 li.mlist {
        display: none;
    }
    
    ul.level_2 li.mlist.sibling, ul.level_2 li.mlist.active {
        display: block;
    }
    
    ul li.active ul.level_2 li.mlist {
        display: block;
    }
    
    li a {
        text-decoration: none;
    }
    
    #right .image_container {
        position: relative;
        display: block;
        text-align: right;
        margin: 0;
    }
    
    #right img {
        width: 100%;
    }
    
    #rechts .buch img {
        width: 75%;
        padding-top: 150%;
    }
    .ce_text.wortmarke_gross {
        position: absolute;
        bottom: 50px;
    }
    .ce_text.wortmarke_gross p {
        font-size: 70px!important;
        line-height: 70px!important;
        font-weight: bold;
        padding-top: 200px;
    }
    
    .ce_text.wortmarke_gross span {
        font-size: 30px!important;
        line-height: 30px!important;
        position: relative;
        top: 20px;
    }
    .dive_in .image_container {
        text-align: center;
        margin-top: 50px;
    }
    .dive_in .image_container img {
        width: 50px;
    }
    .dive_in .image_container a{
        position: fixed;
        bottom: 50px;
        z-index: 100000;
    }

    .table-hauptmenu{
        border-collapse:separate; 
        border-spacing:13px;
    }


    .hauptmenu table {
        font-size: 12px;
    }
    
    .hauptmenu table td.menu {
        width: 200px;
        border-radius: 10px;
        position: relative;
        padding: 20px;
        height: 0;
        transition: all 0.5s ease;
        z-index: 100000;
    }
    
    .hauptmenu table td.menu:after, .hauptmenu table td.menu:before {
        content: '';
        display: block;
        padding-bottom: calc(45% - 0.5em);
    }
    
    .hauptmenu table td.menu.datenbasiert {
        background: url(../assets/Datenbasiertes_Handeln.svg) right bottom no-repeat;
        background-size: 80%;
        border: 3px solid #637db9;
    }
    
    .hauptmenu table td.menu.datenbasiert:hover {
        background-color: #637db9;
    }
    
    .hauptmenu table td.menu.oeffentlich {
        background: url(../assets/oeffentliches_Handeln_2.svg) 220% 140% no-repeat;
        background-size: 90%;
        border: 3px solid #5393c0;
    }
    
    .hauptmenu table td.menu.oeffentlich:hover {
        background-color: #5393c0;
    }
    
    .hauptmenu table td.menu.werte {
       background: url(../assets/Wertschoepfendes_Handeln_2.svg) 180% 120% no-repeat;
        background-size: 85%;
        border: 3px solid #f18b65;
    }
    
    .hauptmenu table td.menu.werte:hover {
        background-color: #f18b65;
    }
    
    .hauptmenu table td.menu.gemeinsam {
        background: url(../assets/Gemeinsames_Handeln_1_Divers.svg) 150% 180% no-repeat;
        background-size: 93%;
        border: 3px solid #0090d0;
    }
    
    .hauptmenu table td.menu.gemeinsam:hover {
        background-color: #0090d0;
    }
    
    .hauptmenu table td.menu.nachhaltig {
        background: url(../assets/Nachhaltiges_Handeln_2.svg) 165% 120% no-repeat;
        background-size: 85%;
        border: 3px solid #f8c131;
    
    }
    
    .hauptmenu table td.menu.nachhaltig:hover {
        background-color: #f8c131;
    }
    
    .hauptmenu table td.menu p {
        height: 100%;
        margin: 0;
        padding: 0;
    }
    
    .hauptmenu table td.menu p a {
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        height: 100%;
        display: block;
    }
    .hauptmenu table td p {
        margin: 0;
        padding: 0;
        min-width: 180px;
    }
    .hauptmenu table td.oeffentlich_text {
        vertical-align: top;
    }
    .hauptmenu table td.datenbasiert_text {
        vertical-align: top;
    }
    .hauptmenu table td.gemeinsam_text {
        vertical-align: top;
        max-width: 180px;
        min-width: 170px;
    }
    .hauptmenu table td.nachhaltig_text {
        vertical-align: top;
    }
    .hauptmenu table td.wertschoepfend_text {
        vertical-align: top;
    }
    .image_content .float_left  {
        float: left;
        margin: 0;
        padding: 0;
    }
    
    .image_content .float_left img {
        width: 100px;
        height: 150px;
        margin-right: 15px;
    }
    .image_content  ul {
        list-style-type: "– ";
        margin: 0;
        padding: 0 0 0 15px;
    }
    .image_content  ul li{
        margin-bottom: 10px;
        font-weight: bold;
    }
    #left h3 {
        padding-left: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #left img{
        margin-bottom: 35px;
    }
    #left p {
        padding: 0;
        margin: 0 45px 0 0;
        color: #000000;
        font-size: 14px;
        line-height: 17px;
    }
    #left .menu img {
        opacity: 0.5;
    }
    #left .menu a img {
        opacity: 1;
    }
    #left table {
        width: 100%;
        margin-top: 75px;
    }
    #left table td:first-child{
        width: 33%%;
    }
    #left table td:nth-child(3) {
        width: 10%;
    }
    
    #right .ce_text.last img{
        width: 100%;
    }
    .boxen {
    }
    .boxen ul {
        list-style-type: none;
        margin: 75px 0 0;
        padding: 0;
    }
    .boxen ul li{
        width: 20%;
        float: left;
        min-width: 100px;
        min-height: 130px;
        border: 2px solid #fff;
        border-radius: 10px;
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 20px;
        text-align: right;
        position: relative;
    }
    .boxen ul li p {
        position: absolute;
        right: 20px;
        bottom: 20px;
        margin: 0;
        padding: 0;
    }
    .boxen a{
        color: #fff;
    }
    .textkasten{
        width: 100%;
        float: left;
        border: 2px solid #fff;
        border-radius: 10px;
        margin-bottom: 20px;
        padding: 20px;
        text-align: left;
        position: relative;
    }
    
    @media only screen and (max-width: 1250px) {
        body {
            margin: 0;
            padding: 30px;
            }
    #left p {
        padding: 0;
        margin: 0;
        color: #000000;
        font-size: 18px;
        line-height: 22px;
    }
    #main p, #main a, #main  ul li{
        font-size: 28px;
        line-height: 32px;
    }	
    
    #left {
            width: 100%;
            display: block;
            float: left;
        }
        #container {
            width: 100%;
            float: left;
        }
    #left a  .wortmarke {
        #float: left;
        #margin-right: 35px;
            margin-bottom: 25px;
    }
    #main {
        width: 95%;
        float: left;
    }
    .hauptmenu table td.menu p {
        height: 250px;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 95%;
    }
    .hauptmenu table {
        font-size: 12px;
    }
    .hauptmenu table {
        
        width: 100%;
    }
    .hauptmenu table td.menu {
        width: 100%;
        border-radius: 10px;
        position: relative;
        padding: 20px;
        min-height: 400px;
        transition: all 0.5s ease;
        z-index: 100000;
        float: left;
        display: block;
    }
    .hauptmenu table td.menu:after, .hauptmenu table td.menu:before {
        content: '';
        display: block;
        padding-bottom: 0;
    }
    .hauptmenu.first.last.block table tbody tr td:first-child {
        display: none;
    }
    .hauptmenu table td.oeffentlich_text {
        vertical-align: top;
        display: none;
    }
    .hauptmenu table td.datenbasiert_text {
        vertical-align: top;
        display: none;
    }
    .hauptmenu table td.gemeinsam_text {
        vertical-align: top;
        max-width: 150px;
        display: none;
    }
    .hauptmenu table td.nachhaltig_text {
        vertical-align: top;
        display: none;
    }
    .hauptmenu table td.wertschoepfend_text {
        vertical-align: top;
        display: none;
    }
    .hauptmenu table td.menu p a {
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 45px;
       min-height: 400px;
        position: absolute;
        margin: 0;
        padding: 20px 0 0;
        width: 100%;
    }
    .mod_navigation li a{
        font-size: 16px;
    }
    .mod_navigation li {
        font-size: 16px!important;
       
    }
    #right {
        /*
        width: 100%;
        float: left;
        font-size: 14px;
        */width: 100%;
        font-size: 10px;
        top: 25px;
        position: absolute;
        right: 10px;
    }
    .startseite #right, .uebersicht #right {
        padding-bottom: 200px;
        width: 100%;
        float: left;
        font-size: 14px;
        position: relative;
        }
    #logo_area {
        font-size: 36px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 0px;
        width: 100%;
        display: inline-block;
    }
    .wortmarke span {
        font-size: 16px;
        position: relative;
        top: 10px;
    }
    #logo_area img {
        width: 160px;
        #float: right;
        padding: 0;
        margin: 0;
    }
    .uebersicht #left {
       width: 100%;
        float: left;
    }
    
    .uebersicht #main {
       width: 100%;
        float: left;
    }
    
    .uebersicht #right {
        width: 100%;
        float: left;
    }
    #right img {
            display: none;
        }
    
    .hauptmenu table td.menu.datenbasiert {
        background: url(../assets/Datenbasiertes_Handeln.svg) right bottom no-repeat;
        background-size: 50%;
        border: 3px solid #637db9;
    }
    
    .hauptmenu table td.menu.oeffentlich {
        background: url(../assets/oeffentliches_Handeln_2.svg) 100% 100% no-repeat;
        background-size: 50%;
        border: 3px solid #5393c0;
    }
    
    .hauptmenu table td.menu.werte {
       background: url(../assets/Wertschoepfendes_Handeln_2.svg) 100% 100% no-repeat;
        background-size: 50%;
        border: 3px solid #f18b65;
    }
    
    
    .hauptmenu table td.menu.gemeinsam {
        background: url(../assets/Gemeinsames_Handeln_1_Divers.svg) 100% 100% no-repeat;
        background-size: 50%;
        border: 3px solid #0090d0;
    }
    
    
    .hauptmenu table td.menu.nachhaltig {
        background: url(../assets/Nachhaltiges_Handeln_2.svg) 100% 100% no-repeat;
        background-size: 50%;
        border: 3px solid #f8c131;
    
    }
    
    .ce_text.wortmarke_gross p {
        display: none;
    }
    .ce_text.einzug {
        padding-left: 0px;
    }
    .boxen ul li{
        width: 30%;
        float: left;
        min-width: 180px;
        min-height: 180px;
        border: 2px solid #fff;
        border-radius: 10px;
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 20px;
        text-align: right;
        position: relative;
    }
    
    }