/* grid.css */
*,*:after,*:before{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}[class*='col-' ] > h1:first-child,[class*='col-' ] > h2:first-child,[class*='col-' ] > h3:first-child,[class*='col-' ] > h4:first-child,[class*='col-' ] > h5:first-child,[class*='col-' ] > h6:first-child,[class*='push-' ] > h1:first-child,[class*='push-' ] > h2:first-child,[class*='push-' ] > h3:first-child,[class*='push-' ] > h4:first-child,[class*='push-' ] > h5:first-child,[class*='push-' ] > h6:first-child{margin-top:0}[class*='col-'],[class*='push-']{float:left;margin-top:30px;padding-right:60px;/* Spaltenabstand */}.grid{width:100%;min-width:755px;max-width:1486px;overflow:hidden;margin:0 auto;padding-top:20;padding-right:0;/* Anpassung Spaltenabstand */        padding-left: 60px}.grid:after{clear:both;display:table;content: "    "}.push-right{float:right}.col-1-1,.col-12-12{width:100%;float:none}.col-2-3,.col-8-12{width:66.66%}.col-1-2,.col-6-12{width:50%}.col-1-3,.col-4-12{width:33.33%}.col-1-4,.col-3-12{width:25%}.col-1-5{width:20%}.col-1-6,.col-2-12{width:16.667%}.col-1-7{width:14.28%}.col-1-8{width:12.5%}.col-1-9{width:11.1%}.col-1-10{width:10%}.col-1-11{width:9.09%}.col-1-12{width:8.33%}.col-11-12{width:91.66%}.col-10-12{width:83.333%}.col-9-12{width:75%}.col-5-12{width:41.66%}.col-7-12{width:58.33%}@media handheld,only screen and (max-width: 1023px){.grid{width:100%;min-width:0;margin-left:0px;margin-right:0px;padding-left:20px;padding-right:10px}        [class*='col-'], [class*='push-']{width:100%;float:none;padding-left:0px;padding-right:10px;margin-left: 0 !important;}        [class*='mobile-col-']{float:left;padding-left:0px;padding-right:10px;padding-bottom:0px;margin:0px 0px 10px 0px}        .mobile-col-1-1{width:100%}        .mobile-col-2-3,.mobile-col-8-12{width:66.66%}        .mobile-col-1-2,.mobile-col-6-12{width:50%}        .mobile-col-1-3,.mobile-col-4-12{width:33.33%}        .mobile-col-1-4,.mobile-col-3-12{width:25%}        .mobile-col-1-5{width:20%}        .mobile-col-1-6,.mobile-col-2-12{width:16.667%}        .mobile-col-1-7{width:14.28%}        .mobile-col-1-8{width:12.5%}        .mobile-col-1-9{width:11.1%}        .mobile-col-1-10{width:10%}        .mobile-col-1-11{width:9.09%}        .mobile-col-1-12{width:8.33%}        .mobile-col-11-12{width:91.66%}        .mobile-col-10-12{width:83.333%}        .mobile-col-9-12{width:75%}        .mobile-col-5-12{width:41.66%}        .mobile-col-7-12{width:58.33%}        .hide-on-mobile{display:none !important;width:0;height:0}}