/*! otm, Compiled at 2025-12-04 12:09:41 */
/*
 I am essential for the Grunt workflow to function correctly.

 If the HTML Dummy did not provide its own `portal.less` then you have to build it manually by taking a look at the file `customized/assets.json` of the Dummy
 itself and importing every single LESS file here by hand.

 The Grunt workflow could work without this file, if you are configuring it to use every available file within the directory `portal/assets/styles`, but then it
 could happen that the stylesheets won't get merged in the correct order and therefore destroying the styles. If you want to try this then change the file
 `grunt/less.js` to use `<%= paths.assets.styles %>/**\/*.less` instead of `<%= paths.assets.styles %>/portal.less` (without the backslash).

 Example:

 ```less
 @import "_imports/imports.var.less";
 @import "_imports/imports.color.less";
 @import "_imports/imports.mixins.less";

 @import "_base/base.font.less";
 @import "_base/base.init.less";

 @import "_grid/grid.init.less";
 @import "_grid/grid.hLarge.less";
 @import "_grid/grid.hMedium.less";
 @import "_grid/grid.hSmall.less";
 @import "_grid/grid.hTiny.less";

 @import "_vendor/perfect-scrollbar.min.less";

 @import "pageHeader/pageHeader.init.less";
 ```
*/
/** brand */
html.-css-microsite-club {
  --color-button-default: 55, 96, 113;
  --color-button-light: 236, 236, 236;
  --color-black: 29, 29, 27;
  --color-white: 255, 255, 255;
  --color-text-default: 29, 29, 27;
  --color-cdOrange1: 233, 78, 27;
  --color-cdOrange2: 255, 121, 0;
  --color-cdOrange4: 210, 73, 42;
  --color-cdYellow1: 255, 204, 0;
  --color-cdRed1: 233, 78, 27;
  --color-cta: 208, 0, 112;
}
html.-css-microsite-otm,
html.-css-microsite-business,
html.-css-microsite-erlebnisse,
html.-css-microsite-gruenkohl,
html.-css-microsite-shop,
html.-css-microsite-stadt-land-geest {
  --color-button-default: 72, 72, 62;
  --color-button-light: 236, 236, 236;
  --color-black: 0, 0, 0;
  --color-white: 255, 255, 255;
  --color-text-default: 73, 73, 73;
  --color-cdOrange1: 255, 161, 0;
  --color-cdOrange2: 255, 121, 0;
  --color-cdOrange4: 210, 73, 42;
  --color-cdYellow1: 255, 204, 0;
  --color-cdRed1: 187, 31, 46;
  --color-cta: 208, 0, 112;
}
html.-css-microsite-infoscreen {
  --color-button-default: 72, 72, 62;
  --color-button-light: 236, 236, 236;
  --color-black: 0, 0, 0;
  --color-white: 255, 255, 255;
  --color-text-default: 73, 73, 73;
  --color-cdOrange1: 255, 161, 0;
  --color-cdOrange2: 255, 121, 0;
  --color-cdOrange4: 210, 73, 42;
  --color-cdYellow1: 255, 204, 0;
  --color-cdRed1: 187, 31, 46;
  --color-cta: 208, 0, 112;
}
/** base */
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage base
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
vegur - light
vegur - regular
vegur - bold
========================================================== */
/*  =========================================================
vegur - light
========================================================= */
@font-face {
  font-family: 'Vegur';
  src: url('../fonts/vegur/light/Vegur-Light-webfont.a36731d6.woff');
  font-weight: 300;
  font-style: normal;
}
/*  =========================================================
vegur - regular
========================================================= */
@font-face {
  font-family: 'Vegur';
  src: url('../fonts/vegur/regular/Vegur-Regular-webfont.2c69f51f.woff');
  font-weight: 400;
  font-style: normal;
}
/*  =========================================================
vegur - bold
========================================================= */
@font-face {
  font-family: 'Vegur';
  src: url('../fonts/vegur/bold/Vegur-Bold-webfont.e3f420ae.woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HalvarEngschrift";
  src: url('../fonts/halvarEngschrift/light/Halvar-Engschrift-Light.e35ce4be.eot');
  src: url('../fonts/halvarEngschrift/light/Halvar-Engschrift-Light.e35ce4be.eot?#iefix') format('embedded-opentype'), url('../fonts/halvarEngschrift/light/Halvar-Engschrift-Light.ba6046b7.woff2') format('woff2'), url('../fonts/halvarEngschrift/light/Halvar-Engschrift-Light.a7735add.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HalvarEngschrift";
  src: url('../fonts/halvarEngschrift/regular/Halvar-Engschrift-Regular.d36ff7a4.eot');
  src: url('../fonts/halvarEngschrift/regular/Halvar-Engschrift-Regular.d36ff7a4.eot?#iefix') format('embedded-opentype'), url('../fonts/halvarEngschrift/regular/Halvar-Engschrift-Regular.044afcfd.woff2') format('woff2'), url('../fonts/halvarEngschrift/regular/Halvar-Engschrift-Regular.ec51ce5e.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-cyrillic-ext.e8ec51a4.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-cyrillic.5c16b73a.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-greek-ext.7e9f88a9.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-greek.adb19261.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-hebrew.8ac175fa.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-math.187c1001.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-symbols.fa846794.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-vietnamese.29fc775b.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-latin-ext.02d352e9.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal-latin.e4bedefe.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-cyrillic-ext.67c2e5e2.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-cyrillic.7e05f526.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-greek-ext.41564e9a.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-greek.cbca61f2.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-hebrew.80210d1f.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-math.efb3f284.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-symbols.31c3253c.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-vietnamese.776fdc25.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-latin-ext.be7b70ab.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal-latin.8655d20b.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-cyrillic-ext.9b8d6026.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-cyrillic.3dde0fb3.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-greek-ext.36bcf37e.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-greek.9406bf79.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-hebrew.4aa5f2ba.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-math.425410ff.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-symbols.4cb01f3f.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-vietnamese.91428306.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-latin-ext.733362a2.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal-latin.c1422f94.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-cyrillic-ext.962e4ccc.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-cyrillic.765e09ca.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-greek-ext.f016aa12.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-greek.fd6055c5.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-hebrew.34b4bf2e.woff2') format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-math.d33d391a.woff2') format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-symbols.551a2afe.woff2') format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-vietnamese.b3dcd4c4.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-latin-ext.5b188981.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal-latin.36f81686.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal-cyrillic-ext.ca25a2eb.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal-cyrillic.b14bff0d.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal-greek-ext.a2d9fa65.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal-greek.28b9259a.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal-vietnamese.fcfadfd2.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal-latin-ext.e460f5ce.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal-latin.44b4e1e6.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal-cyrillic-ext.512de022.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal-cyrillic.6d9d0bdd.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal-greek-ext.d7574ce9.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal-greek.4011d1de.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal-vietnamese.56eeb547.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal-latin-ext.81fa753f.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal-latin.f43fa5b4.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-300-normal.bcecbe68.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans/open-sans-400-normal.d0b9ab30.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans/open-sans-600-normal.4c45bdb0.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-700-normal.dfae22d7.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans/open-sans-condensed-300-normal.a87e3990.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans/open-sans-condensed-700-normal.d7cadf8f.ttf') format('truetype');
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage base
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure setup
general font setup
tools
buttons
mainWrapper
sticky buttons
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* ultra tiny introduced for iPhone 5s */
/* corporate design */
/* @see src/portal/assets/styles/_brand for css variables */
/* other colors */
/* percentage dimensions */
/* percentage margins */
/* percentage paddings */
/* default font settings */
/* vertical aligns */
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
}
/*  =========================================================
general structure setup
========================================================= */
@media all {
  html {
    height: auto;
    background: rgb(var(--color-white));
    overflow-x: hidden;
  }
  html,
  body {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  html.-state-noScroll,
  html.-state-noScroll > body {
    overflow-y: hidden;
  }
  body {
    top: 0 !important;
  }
  a > img {
    border: 0 none;
  }
  hr {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    border: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid;
  }
}
/*  =========================================================
general font setup
========================================================= */
@media all {
  strong {
    font: inherit;
  }
  em {
    font: inherit;
  }
  a {
    cursor: pointer;
    color: inherit;
  }
  button {
    cursor: pointer;
  }
}
/* global font size setting (can be corrected localy in each module) */
@media all and (min-width: 1401px) {
  html {
    font-size: 0.625em;
  }
}
@media all and (max-width: 1400px) and (min-width: 1001px) {
  html {
    font-size: 0.5625em;
  }
}
@media all and (max-width: 1000px) and (min-width: 701px) {
  html {
    font-size: 0.5em;
  }
}
@media all and (max-width: 700px) {
  html {
    font-size: 0.4375em;
  }
}
/*  =========================================================
tools
========================================================= */
@media all {
  .closing::after,
  .closer {
    content: '';
    clear: both;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .none,
  .hide {
    display: none !important;
  }
  .hideText {
    border: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
  }
  .noMargin {
    margin: 0 !important;
  }
  .noPadding {
    padding: 0 !important;
  }
  .noBorder {
    border: 0 none transparent !important;
  }
  .verticalAlign::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin: 0;
  }
  .horizontalAlign {
    text-align: center;
  }
}
/*  =========================================================
buttons
========================================================= */
@media all {
  .button {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    border: none;
    font: 700 normal 18px/40px 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    text-decoration: none;
  }
  html.-css-microsite-club .button {
    font: 700 normal 18px/40px 'Open Sans Condensed', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
  }
  .button > em {
    font-size: 12px;
  }
  .button.button--inverse {
    background: rgb(var(--color-white));
    color: rgb(var(--color-button-default));
  }
  .offCanvas__search__buttonArea .button {
    font: 700 normal 18px/40px 'HalvarEngschrift', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) .button.button--cta {
    background: rgb(var(--color-cta));
    color: rgb(var(--color-white));
  }
  html:not(.-css-microsite-gruenkohl) .button:not(.button--cta):not(.button--inverse):not(.button--gruenkohl) {
    background: rgb(var(--color-button-default));
    color: rgb(var(--color-white));
  }
  html:not(.-css-microsite-gruenkohl) .button:not(.button--cta):not(.button--inverse):not(.button--gruenkohl).button--text-black {
    color: rgb(var(--color-black));
  }
  html:not(.-css-microsite-gruenkohl) .button.button--gruenkohl {
    background: #006b37;
    color: rgb(var(--color-white));
  }
  html:not(.-css-microsite-gruenkohl) .button.button--text-white {
    color: rgb(var(--color-white));
  }
  html:not(.-css-microsite-gruenkohl) .button.button--text-black {
    color: rgb(var(--color-black));
  }
  html.-css-microsite-gruenkohl .button {
    background: #006b37;
    color: rgb(var(--color-white));
  }
}
/* icons in buttons */
@media all {
  .button > [class*='icon-'] {
    font-size: 18px;
  }
}
.button--text {
  border: 0;
  background: transparent;
  font: 400 normal 18px/1.5em 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5em;
  text-decoration: underline;
  cursor: pointer;
}
/*  =========================================================
mainWrapper
========================================================= */
@media all {
  #mainWrapper {
    z-index: 1;
    display: block;
    width: 100%;
    position: relative;
    /* spare some space for the pageHeader */
  }
  /* microsite specific */
  html:not(.-css-microsite-gruenkohl) #mainWrapper {
    background: rgb(var(--color-white));
  }
  html.-css-microsite-gruenkohl #mainWrapper {
    background: rgb(var(--color-white)) url('../images/_branding/background_microsite2.bdb81e89.jpg') 0 0 repeat;
  }
}
@media all and (min-width: 701px) {
  #mainWrapper {
    padding: 70px 0 100px 0;
  }
  .-css-microsite-infoscreen #mainWrapper {
    padding: 0;
  }
}
@media all and (max-width: 700px) {
  #mainWrapper {
    padding: 50px 0 50px 0;
  }
}
/* general styling for section to overlap heroImage */
@media all {
  #mainWrapper > section {
    position: relative;
  }
}
@media all {
  html:not(.-css-microsite-gruenkohl) .sectionBackground {
    position: relative;
    width: 100%;
  }
  html:not(.-css-microsite-gruenkohl) .sectionBackground:not(.sectionBackground--noBubbles) {
    padding: 200px 0;
  }
  html:not(.-css-microsite-gruenkohl) .sectionBackground > :not(svg) {
    position: relative;
  }
  html:not(.-css-microsite-gruenkohl) .sectionBackground > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  html:not(.-css-microsite-gruenkohl).mix-blend-mode .sectionBackground > svg > circle {
    mix-blend-mode: multiply;
    fill: rgb(var(--color-cdOrange1));
  }
  html:not(.-css-microsite-gruenkohl):not(.mix-blend-mode) .sectionBackground > svg > circle {
    opacity: 0.75;
    fill: #ff8a00;
  }
}
@media all and (min-width: 701px) {
  html:not(.-css-microsite-gruenkohl) .sectionBackground.sectionBackground--noBubbles {
    padding: 67px 0 40px 0;
  }
}
@media all and (max-width: 700px) {
  html:not(.-css-microsite-gruenkohl) .sectionBackground.sectionBackground--noBubbles {
    padding: 60px 0 0 0;
  }
}
@media all {
  .wa-mediabox-overlay {
    background-color: black;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage base
 * @author     gueldner
 * @since
 * @version    $Id$
 **/
/**

Navigation:
A. loading animation

**/
/*  =========================================================
A. loading animation
========================================================= */
@media all {
  .loadingAnimation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(--color-button-light / 75%);
  }
  .loadingAnimation > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: none;
  }
  .loadingAnimation--active {
    display: block;
  }
}
/**
 * oldenburg
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2020 infomax websolutions GmbH
 * @link       https://www.infomax-online.de
 * @author     Florian Sauer <sauer@infomax-it.de>
 * @since      2020-12-03
 */
/** grid */
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage grid
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
horizontal grid
vertical grid
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
horizontal grid
========================================================= */
@media all {
  .h-grid {
    margin: 0 auto;
    clear: both;
    display: block;
  }
  .h-grid--centerd {
    text-align: center;
  }
  .h-grid--centerd [class*='h-el'] {
    text-align: left;
  }
  [class*='h-el'] {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
}
@media all and (min-width: 701px) {
  .h-grid {
    max-width: 98.82352941%;
  }
}
@media all and (max-width: 700px) {
  .h-grid {
    max-width: 93.33333333%;
  }
}
/*  =========================================================
vertical grid
========================================================= */
@media all and (min-width: 1401px) {
  .v-el-1 {
    padding-bottom: 70px;
  }
}
@media all and (min-width: 1001px) and (max-width: 1400px) {
  .v-el-1 {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 1000px) {
  .v-el-1 {
    padding-bottom: 25px;
  }
}
@media all and (min-width: 1001px) {
  .v-el-2 {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1000px) {
  .v-el-2 {
    padding-bottom: 50px;
  }
}
@media all and (max-width: 701px) {
  .v-el-2 {
    padding-bottom: 25px;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage grid
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
define grid elements and offsets
large scaling in tiny grid
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
define grid elements and offsets
========================================================= */
@media all and (min-width: 701px) {
  /* generic widths */
  /* generic offsets */
  /* generic grid elements */
  /* grid part dependend calls */
  .h-grid-lg-4 {
    /* max 1680 */
  }
  .h-grid-lg-4 .h-el-lg-0 {
    display: none !important;
  }
  .h-grid-lg-4 .h-el-lg-1 {
    width: 23.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-2 {
    width: 48.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-3 {
    width: 73.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-4 {
    width: 98.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-5 {
    width: 123.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-6 {
    width: 148.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-7 {
    width: 173.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-8 {
    width: 198.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-9 {
    width: 223.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-10 {
    width: 248.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-11 {
    width: 273.21428571%;
  }
  .h-grid-lg-4 .h-el-lg-12 {
    width: 298.21428571%;
  }
  .h-grid-lg-4 .h-off-lg-0 {
    margin-left: 0.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-1 {
    margin-left: 25.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-2 {
    margin-left: 50.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-3 {
    margin-left: 75.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-4 {
    margin-left: 100.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-5 {
    margin-left: 125.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-6 {
    margin-left: 150.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-7 {
    margin-left: 175.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-8 {
    margin-left: 200.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-9 {
    margin-left: 225.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-10 {
    margin-left: 250.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-11 {
    margin-left: 275.89285714%;
  }
  .h-grid-lg-4 .h-off-lg-12 {
    margin-left: 300.89285714%;
  }
  .h-grid-lg-5 {
    /* max 1680 */
  }
  .h-grid-lg-5 .h-el-lg-0 {
    display: none !important;
  }
  .h-grid-lg-5 .h-el-lg-1 {
    width: 18.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-2 {
    width: 38.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-3 {
    width: 58.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-4 {
    width: 78.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-5 {
    width: 98.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-6 {
    width: 118.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-7 {
    width: 138.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-8 {
    width: 158.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-9 {
    width: 178.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-10 {
    width: 198.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-11 {
    width: 218.57142857%;
  }
  .h-grid-lg-5 .h-el-lg-12 {
    width: 238.57142857%;
  }
  .h-grid-lg-5 .h-off-lg-0 {
    margin-left: 0.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-1 {
    margin-left: 20.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-2 {
    margin-left: 40.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-3 {
    margin-left: 60.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-4 {
    margin-left: 80.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-5 {
    margin-left: 100.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-6 {
    margin-left: 120.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-7 {
    margin-left: 140.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-8 {
    margin-left: 160.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-9 {
    margin-left: 180.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-10 {
    margin-left: 200.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-11 {
    margin-left: 220.71428571%;
  }
  .h-grid-lg-5 .h-off-lg-12 {
    margin-left: 240.71428571%;
  }
  .h-grid-lg-6 {
    /* max 1680 */
  }
  .h-grid-lg-6 .h-el-lg-0 {
    display: none !important;
  }
  .h-grid-lg-6 .h-el-lg-1 {
    width: 15.47619048%;
  }
  .h-grid-lg-6 .h-el-lg-2 {
    width: 32.14285714%;
  }
  .h-grid-lg-6 .h-el-lg-3 {
    width: 48.80952381%;
  }
  .h-grid-lg-6 .h-el-lg-4 {
    width: 65.47619048%;
  }
  .h-grid-lg-6 .h-el-lg-5 {
    width: 82.14285714%;
  }
  .h-grid-lg-6 .h-el-lg-6 {
    width: 98.80952381%;
  }
  .h-grid-lg-6 .h-el-lg-7 {
    width: 115.47619048%;
  }
  .h-grid-lg-6 .h-el-lg-8 {
    width: 132.14285714%;
  }
  .h-grid-lg-6 .h-el-lg-9 {
    width: 148.80952381%;
  }
  .h-grid-lg-6 .h-el-lg-10 {
    width: 165.47619048%;
  }
  .h-grid-lg-6 .h-el-lg-11 {
    width: 182.14285714%;
  }
  .h-grid-lg-6 .h-el-lg-12 {
    width: 198.80952381%;
  }
  .h-grid-lg-6 .h-off-lg-0 {
    margin-left: 0.5952381%;
  }
  .h-grid-lg-6 .h-off-lg-1 {
    margin-left: 17.26190476%;
  }
  .h-grid-lg-6 .h-off-lg-2 {
    margin-left: 33.92857143%;
  }
  .h-grid-lg-6 .h-off-lg-3 {
    margin-left: 50.5952381%;
  }
  .h-grid-lg-6 .h-off-lg-4 {
    margin-left: 67.26190476%;
  }
  .h-grid-lg-6 .h-off-lg-5 {
    margin-left: 83.92857143%;
  }
  .h-grid-lg-6 .h-off-lg-6 {
    margin-left: 100.5952381%;
  }
  .h-grid-lg-6 .h-off-lg-7 {
    margin-left: 117.26190476%;
  }
  .h-grid-lg-6 .h-off-lg-8 {
    margin-left: 133.92857143%;
  }
  .h-grid-lg-6 .h-off-lg-9 {
    margin-left: 150.5952381%;
  }
  .h-grid-lg-6 .h-off-lg-10 {
    margin-left: 167.26190476%;
  }
  .h-grid-lg-6 .h-off-lg-11 {
    margin-left: 183.92857143%;
  }
  .h-grid-lg-6 .h-off-lg-12 {
    margin-left: 200.5952381%;
  }
  .h-grid-lg-7 {
    /* max 1680 */
  }
  .h-grid-lg-7 .h-el-lg-0 {
    display: none !important;
  }
  .h-grid-lg-7 .h-el-lg-1 {
    width: 13.26530612%;
  }
  .h-grid-lg-7 .h-el-lg-2 {
    width: 27.55102041%;
  }
  .h-grid-lg-7 .h-el-lg-3 {
    width: 41.83673469%;
  }
  .h-grid-lg-7 .h-el-lg-4 {
    width: 56.12244898%;
  }
  .h-grid-lg-7 .h-el-lg-5 {
    width: 70.40816327%;
  }
  .h-grid-lg-7 .h-el-lg-6 {
    width: 84.69387755%;
  }
  .h-grid-lg-7 .h-el-lg-7 {
    width: 98.97959184%;
  }
  .h-grid-lg-7 .h-el-lg-8 {
    width: 113.26530612%;
  }
  .h-grid-lg-7 .h-el-lg-9 {
    width: 127.55102041%;
  }
  .h-grid-lg-7 .h-el-lg-10 {
    width: 141.83673469%;
  }
  .h-grid-lg-7 .h-el-lg-11 {
    width: 156.12244898%;
  }
  .h-grid-lg-7 .h-el-lg-12 {
    width: 170.40816327%;
  }
  .h-grid-lg-7 .h-off-lg-0 {
    margin-left: 0.51020408%;
  }
  .h-grid-lg-7 .h-off-lg-1 {
    margin-left: 14.79591837%;
  }
  .h-grid-lg-7 .h-off-lg-2 {
    margin-left: 29.08163265%;
  }
  .h-grid-lg-7 .h-off-lg-3 {
    margin-left: 43.36734694%;
  }
  .h-grid-lg-7 .h-off-lg-4 {
    margin-left: 57.65306122%;
  }
  .h-grid-lg-7 .h-off-lg-5 {
    margin-left: 71.93877551%;
  }
  .h-grid-lg-7 .h-off-lg-6 {
    margin-left: 86.2244898%;
  }
  .h-grid-lg-7 .h-off-lg-7 {
    margin-left: 100.51020408%;
  }
  .h-grid-lg-7 .h-off-lg-8 {
    margin-left: 114.79591837%;
  }
  .h-grid-lg-7 .h-off-lg-9 {
    margin-left: 129.08163265%;
  }
  .h-grid-lg-7 .h-off-lg-10 {
    margin-left: 143.36734694%;
  }
  .h-grid-lg-7 .h-off-lg-11 {
    margin-left: 157.65306122%;
  }
  .h-grid-lg-7 .h-off-lg-12 {
    margin-left: 171.93877551%;
  }
  .h-grid-lg-8 {
    /* max 1680 */
  }
  .h-grid-lg-8 .h-el-lg-0 {
    display: none !important;
  }
  .h-grid-lg-8 .h-el-lg-1 {
    width: 11.60714286%;
  }
  .h-grid-lg-8 .h-el-lg-2 {
    width: 24.10714286%;
  }
  .h-grid-lg-8 .h-el-lg-3 {
    width: 36.60714286%;
  }
  .h-grid-lg-8 .h-el-lg-4 {
    width: 49.10714286%;
  }
  .h-grid-lg-8 .h-el-lg-5 {
    width: 61.60714286%;
  }
  .h-grid-lg-8 .h-el-lg-6 {
    width: 74.10714286%;
  }
  .h-grid-lg-8 .h-el-lg-7 {
    width: 86.60714286%;
  }
  .h-grid-lg-8 .h-el-lg-8 {
    width: 99.10714286%;
  }
  .h-grid-lg-8 .h-el-lg-9 {
    width: 111.60714286%;
  }
  .h-grid-lg-8 .h-el-lg-10 {
    width: 124.10714286%;
  }
  .h-grid-lg-8 .h-el-lg-11 {
    width: 136.60714286%;
  }
  .h-grid-lg-8 .h-el-lg-12 {
    width: 149.10714286%;
  }
  .h-grid-lg-8 .h-off-lg-0 {
    margin-left: 0.44642857%;
  }
  .h-grid-lg-8 .h-off-lg-1 {
    margin-left: 12.94642857%;
  }
  .h-grid-lg-8 .h-off-lg-2 {
    margin-left: 25.44642857%;
  }
  .h-grid-lg-8 .h-off-lg-3 {
    margin-left: 37.94642857%;
  }
  .h-grid-lg-8 .h-off-lg-4 {
    margin-left: 50.44642857%;
  }
  .h-grid-lg-8 .h-off-lg-5 {
    margin-left: 62.94642857%;
  }
  .h-grid-lg-8 .h-off-lg-6 {
    margin-left: 75.44642857%;
  }
  .h-grid-lg-8 .h-off-lg-7 {
    margin-left: 87.94642857%;
  }
  .h-grid-lg-8 .h-off-lg-8 {
    margin-left: 100.44642857%;
  }
  .h-grid-lg-8 .h-off-lg-9 {
    margin-left: 112.94642857%;
  }
  .h-grid-lg-8 .h-off-lg-10 {
    margin-left: 125.44642857%;
  }
  .h-grid-lg-8 .h-off-lg-11 {
    margin-left: 137.94642857%;
  }
  .h-grid-lg-8 .h-off-lg-12 {
    margin-left: 150.44642857%;
  }
  .h-grid:not([class*='h-grid-lg-']) {
    /* max 1680 */
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-0 {
    display: none !important;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-1 {
    width: 7.73809524%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-2 {
    width: 16.07142857%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-3 {
    width: 24.4047619%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-4 {
    width: 32.73809524%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-5 {
    width: 41.07142857%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-6 {
    width: 49.4047619%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-7 {
    width: 57.73809524%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-8 {
    width: 66.07142857%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-9 {
    width: 74.4047619%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-10 {
    width: 82.73809524%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-11 {
    width: 91.07142857%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-el-lg-12 {
    width: 99.4047619%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-0 {
    margin-left: 0.29761905%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-1 {
    margin-left: 8.63095238%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-2 {
    margin-left: 16.96428571%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-3 {
    margin-left: 25.29761905%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-4 {
    margin-left: 33.63095238%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-5 {
    margin-left: 41.96428571%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-6 {
    margin-left: 50.29761905%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-7 {
    margin-left: 58.63095238%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-8 {
    margin-left: 66.96428571%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-9 {
    margin-left: 75.29761905%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-10 {
    margin-left: 83.63095238%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-11 {
    margin-left: 91.96428571%;
  }
  .h-grid:not([class*='h-grid-lg-']) .h-off-lg-12 {
    margin-left: 100.29761905%;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .h-grid-lg-4 {
    width: 560px;
    max-width: 32.94117647%;
  }
  .h-grid-lg-4 [class*='h-el-lg'] {
    margin-right: 0.89285714%;
  }
  .h-grid-lg-4 [class*='h-el-lg']:not([class*='h-off-lg']) {
    margin-left: 0.89285714%;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .h-grid-lg-5 {
    width: 700px;
    max-width: 41.17647059%;
  }
  .h-grid-lg-5 [class*='h-el-lg'] {
    margin-right: 0.71428571%;
  }
  .h-grid-lg-5 [class*='h-el-lg']:not([class*='h-off-lg']) {
    margin-left: 0.71428571%;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .h-grid-lg-6 {
    width: 840px;
    max-width: 49.41176471%;
  }
  .h-grid-lg-6 [class*='h-el-lg'] {
    margin-right: 0.5952381%;
  }
  .h-grid-lg-6 [class*='h-el-lg']:not([class*='h-off-lg']) {
    margin-left: 0.5952381%;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .h-grid-lg-7 {
    width: 980px;
    max-width: 57.64705882%;
  }
  .h-grid-lg-7 [class*='h-el-lg'] {
    margin-right: 0.51020408%;
  }
  .h-grid-lg-7 [class*='h-el-lg']:not([class*='h-off-lg']) {
    margin-left: 0.51020408%;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .h-grid-lg-8 {
    width: 1120px;
    max-width: 65.88235294%;
  }
  .h-grid-lg-8 [class*='h-el-lg'] {
    margin-right: 0.44642857%;
  }
  .h-grid-lg-8 [class*='h-el-lg']:not([class*='h-off-lg']) {
    margin-left: 0.44642857%;
  }
}
@media all and (min-width: 701px) and (min-width: 1401px) {
  .h-grid:not([class*='h-grid-lg-']) {
    width: 1680px;
    max-width: 98.82352941%;
  }
  .h-grid:not([class*='h-grid-lg-']) [class*='h-el-lg'] {
    margin-right: 0.29761905%;
  }
  .h-grid:not([class*='h-grid-lg-']) [class*='h-el-lg']:not([class*='h-off-lg']) {
    margin-left: 0.29761905%;
  }
}
/*  =========================================================
large scaling in tiny grid
========================================================= */
@media all and (max-width: 700px) {
  /* grid elements */
  .h-el-lg-0 {
    display: none !important;
  }
  .h-el-lg-1 {
    width: 8.33333333%;
  }
  .h-el-lg-2 {
    width: 16.66666667%;
  }
  .h-el-lg-3 {
    width: 25%;
  }
  .h-el-lg-4 {
    width: 33.33333333%;
  }
  .h-el-lg-5 {
    width: 41.66666667%;
  }
  .h-el-lg-6 {
    width: 50%;
  }
  .h-el-lg-7 {
    width: 58.33333333%;
  }
  .h-el-lg-8 {
    width: 66.66666667%;
  }
  .h-el-lg-9 {
    width: 75%;
  }
  .h-el-lg-10 {
    width: 83.33333333%;
  }
  .h-el-lg-11 {
    width: 91.66666667%;
  }
  .h-el-lg-12 {
    width: 100%;
  }
  /* offsets */
  .h-off-lg-0 {
    margin-left: 0%;
  }
  .h-off-lg-1 {
    margin-left: 8.33333333%;
  }
  .h-off-lg-2 {
    margin-left: 16.66666667%;
  }
  .h-off-lg-3 {
    margin-left: 25%;
  }
  .h-off-lg-4 {
    margin-left: 33.33333333%;
  }
  .h-off-lg-5 {
    margin-left: 41.66666667%;
  }
  .h-off-lg-6 {
    margin-left: 50%;
  }
  .h-off-lg-7 {
    margin-left: 58.33333333%;
  }
  .h-off-lg-8 {
    margin-left: 66.66666667%;
  }
  .h-off-lg-9 {
    margin-left: 75%;
  }
  .h-off-lg-10 {
    margin-left: 83.33333333%;
  }
  .h-off-lg-11 {
    margin-left: 91.66666667%;
  }
  .h-off-lg-12 {
    margin-left: 100%;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage grid
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
define grid elements and offsets
medium scaling in tiny grid
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
define grid elements and offsets
========================================================= */
@media all and (min-width: 701px) and (max-width: 1400px) {
  /* generic widths */
  /* generic offsets */
  /* generic grid elements */
  /* grid part dependend calls */
  .h-grid-md-4 {
    /* max 1680 */
  }
  .h-grid-md-4 .h-el-md-0 {
    display: none !important;
  }
  .h-grid-md-4 .h-el-md-1 {
    width: 23.21428571%;
  }
  .h-grid-md-4 .h-el-md-2 {
    width: 48.21428571%;
  }
  .h-grid-md-4 .h-el-md-3 {
    width: 73.21428571%;
  }
  .h-grid-md-4 .h-el-md-4 {
    width: 98.21428571%;
  }
  .h-grid-md-4 .h-el-md-5 {
    width: 123.21428571%;
  }
  .h-grid-md-4 .h-el-md-6 {
    width: 148.21428571%;
  }
  .h-grid-md-4 .h-el-md-7 {
    width: 173.21428571%;
  }
  .h-grid-md-4 .h-el-md-8 {
    width: 198.21428571%;
  }
  .h-grid-md-4 .h-el-md-9 {
    width: 223.21428571%;
  }
  .h-grid-md-4 .h-el-md-10 {
    width: 248.21428571%;
  }
  .h-grid-md-4 .h-el-md-11 {
    width: 273.21428571%;
  }
  .h-grid-md-4 .h-el-md-12 {
    width: 298.21428571%;
  }
  .h-grid-md-4 .h-off-md-0 {
    margin-left: 0.89285714%;
  }
  .h-grid-md-4 .h-off-md-1 {
    margin-left: 25.89285714%;
  }
  .h-grid-md-4 .h-off-md-2 {
    margin-left: 50.89285714%;
  }
  .h-grid-md-4 .h-off-md-3 {
    margin-left: 75.89285714%;
  }
  .h-grid-md-4 .h-off-md-4 {
    margin-left: 100.89285714%;
  }
  .h-grid-md-4 .h-off-md-5 {
    margin-left: 125.89285714%;
  }
  .h-grid-md-4 .h-off-md-6 {
    margin-left: 150.89285714%;
  }
  .h-grid-md-4 .h-off-md-7 {
    margin-left: 175.89285714%;
  }
  .h-grid-md-4 .h-off-md-8 {
    margin-left: 200.89285714%;
  }
  .h-grid-md-4 .h-off-md-9 {
    margin-left: 225.89285714%;
  }
  .h-grid-md-4 .h-off-md-10 {
    margin-left: 250.89285714%;
  }
  .h-grid-md-4 .h-off-md-11 {
    margin-left: 275.89285714%;
  }
  .h-grid-md-4 .h-off-md-12 {
    margin-left: 300.89285714%;
  }
  .h-grid-md-5 {
    /* max 1680 */
  }
  .h-grid-md-5 .h-el-md-0 {
    display: none !important;
  }
  .h-grid-md-5 .h-el-md-1 {
    width: 18.57142857%;
  }
  .h-grid-md-5 .h-el-md-2 {
    width: 38.57142857%;
  }
  .h-grid-md-5 .h-el-md-3 {
    width: 58.57142857%;
  }
  .h-grid-md-5 .h-el-md-4 {
    width: 78.57142857%;
  }
  .h-grid-md-5 .h-el-md-5 {
    width: 98.57142857%;
  }
  .h-grid-md-5 .h-el-md-6 {
    width: 118.57142857%;
  }
  .h-grid-md-5 .h-el-md-7 {
    width: 138.57142857%;
  }
  .h-grid-md-5 .h-el-md-8 {
    width: 158.57142857%;
  }
  .h-grid-md-5 .h-el-md-9 {
    width: 178.57142857%;
  }
  .h-grid-md-5 .h-el-md-10 {
    width: 198.57142857%;
  }
  .h-grid-md-5 .h-el-md-11 {
    width: 218.57142857%;
  }
  .h-grid-md-5 .h-el-md-12 {
    width: 238.57142857%;
  }
  .h-grid-md-5 .h-off-md-0 {
    margin-left: 0.71428571%;
  }
  .h-grid-md-5 .h-off-md-1 {
    margin-left: 20.71428571%;
  }
  .h-grid-md-5 .h-off-md-2 {
    margin-left: 40.71428571%;
  }
  .h-grid-md-5 .h-off-md-3 {
    margin-left: 60.71428571%;
  }
  .h-grid-md-5 .h-off-md-4 {
    margin-left: 80.71428571%;
  }
  .h-grid-md-5 .h-off-md-5 {
    margin-left: 100.71428571%;
  }
  .h-grid-md-5 .h-off-md-6 {
    margin-left: 120.71428571%;
  }
  .h-grid-md-5 .h-off-md-7 {
    margin-left: 140.71428571%;
  }
  .h-grid-md-5 .h-off-md-8 {
    margin-left: 160.71428571%;
  }
  .h-grid-md-5 .h-off-md-9 {
    margin-left: 180.71428571%;
  }
  .h-grid-md-5 .h-off-md-10 {
    margin-left: 200.71428571%;
  }
  .h-grid-md-5 .h-off-md-11 {
    margin-left: 220.71428571%;
  }
  .h-grid-md-5 .h-off-md-12 {
    margin-left: 240.71428571%;
  }
  .h-grid-md-6 {
    /* max 1680 */
  }
  .h-grid-md-6 .h-el-md-0 {
    display: none !important;
  }
  .h-grid-md-6 .h-el-md-1 {
    width: 15.47619048%;
  }
  .h-grid-md-6 .h-el-md-2 {
    width: 32.14285714%;
  }
  .h-grid-md-6 .h-el-md-3 {
    width: 48.80952381%;
  }
  .h-grid-md-6 .h-el-md-4 {
    width: 65.47619048%;
  }
  .h-grid-md-6 .h-el-md-5 {
    width: 82.14285714%;
  }
  .h-grid-md-6 .h-el-md-6 {
    width: 98.80952381%;
  }
  .h-grid-md-6 .h-el-md-7 {
    width: 115.47619048%;
  }
  .h-grid-md-6 .h-el-md-8 {
    width: 132.14285714%;
  }
  .h-grid-md-6 .h-el-md-9 {
    width: 148.80952381%;
  }
  .h-grid-md-6 .h-el-md-10 {
    width: 165.47619048%;
  }
  .h-grid-md-6 .h-el-md-11 {
    width: 182.14285714%;
  }
  .h-grid-md-6 .h-el-md-12 {
    width: 198.80952381%;
  }
  .h-grid-md-6 .h-off-md-0 {
    margin-left: 0.5952381%;
  }
  .h-grid-md-6 .h-off-md-1 {
    margin-left: 17.26190476%;
  }
  .h-grid-md-6 .h-off-md-2 {
    margin-left: 33.92857143%;
  }
  .h-grid-md-6 .h-off-md-3 {
    margin-left: 50.5952381%;
  }
  .h-grid-md-6 .h-off-md-4 {
    margin-left: 67.26190476%;
  }
  .h-grid-md-6 .h-off-md-5 {
    margin-left: 83.92857143%;
  }
  .h-grid-md-6 .h-off-md-6 {
    margin-left: 100.5952381%;
  }
  .h-grid-md-6 .h-off-md-7 {
    margin-left: 117.26190476%;
  }
  .h-grid-md-6 .h-off-md-8 {
    margin-left: 133.92857143%;
  }
  .h-grid-md-6 .h-off-md-9 {
    margin-left: 150.5952381%;
  }
  .h-grid-md-6 .h-off-md-10 {
    margin-left: 167.26190476%;
  }
  .h-grid-md-6 .h-off-md-11 {
    margin-left: 183.92857143%;
  }
  .h-grid-md-6 .h-off-md-12 {
    margin-left: 200.5952381%;
  }
  .h-grid-md-7 {
    /* max 1680 */
  }
  .h-grid-md-7 .h-el-md-0 {
    display: none !important;
  }
  .h-grid-md-7 .h-el-md-1 {
    width: 13.26530612%;
  }
  .h-grid-md-7 .h-el-md-2 {
    width: 27.55102041%;
  }
  .h-grid-md-7 .h-el-md-3 {
    width: 41.83673469%;
  }
  .h-grid-md-7 .h-el-md-4 {
    width: 56.12244898%;
  }
  .h-grid-md-7 .h-el-md-5 {
    width: 70.40816327%;
  }
  .h-grid-md-7 .h-el-md-6 {
    width: 84.69387755%;
  }
  .h-grid-md-7 .h-el-md-7 {
    width: 98.97959184%;
  }
  .h-grid-md-7 .h-el-md-8 {
    width: 113.26530612%;
  }
  .h-grid-md-7 .h-el-md-9 {
    width: 127.55102041%;
  }
  .h-grid-md-7 .h-el-md-10 {
    width: 141.83673469%;
  }
  .h-grid-md-7 .h-el-md-11 {
    width: 156.12244898%;
  }
  .h-grid-md-7 .h-el-md-12 {
    width: 170.40816327%;
  }
  .h-grid-md-7 .h-off-md-0 {
    margin-left: 0.51020408%;
  }
  .h-grid-md-7 .h-off-md-1 {
    margin-left: 14.79591837%;
  }
  .h-grid-md-7 .h-off-md-2 {
    margin-left: 29.08163265%;
  }
  .h-grid-md-7 .h-off-md-3 {
    margin-left: 43.36734694%;
  }
  .h-grid-md-7 .h-off-md-4 {
    margin-left: 57.65306122%;
  }
  .h-grid-md-7 .h-off-md-5 {
    margin-left: 71.93877551%;
  }
  .h-grid-md-7 .h-off-md-6 {
    margin-left: 86.2244898%;
  }
  .h-grid-md-7 .h-off-md-7 {
    margin-left: 100.51020408%;
  }
  .h-grid-md-7 .h-off-md-8 {
    margin-left: 114.79591837%;
  }
  .h-grid-md-7 .h-off-md-9 {
    margin-left: 129.08163265%;
  }
  .h-grid-md-7 .h-off-md-10 {
    margin-left: 143.36734694%;
  }
  .h-grid-md-7 .h-off-md-11 {
    margin-left: 157.65306122%;
  }
  .h-grid-md-7 .h-off-md-12 {
    margin-left: 171.93877551%;
  }
  .h-grid-md-8 {
    /* max 1680 */
  }
  .h-grid-md-8 .h-el-md-0 {
    display: none !important;
  }
  .h-grid-md-8 .h-el-md-1 {
    width: 11.60714286%;
  }
  .h-grid-md-8 .h-el-md-2 {
    width: 24.10714286%;
  }
  .h-grid-md-8 .h-el-md-3 {
    width: 36.60714286%;
  }
  .h-grid-md-8 .h-el-md-4 {
    width: 49.10714286%;
  }
  .h-grid-md-8 .h-el-md-5 {
    width: 61.60714286%;
  }
  .h-grid-md-8 .h-el-md-6 {
    width: 74.10714286%;
  }
  .h-grid-md-8 .h-el-md-7 {
    width: 86.60714286%;
  }
  .h-grid-md-8 .h-el-md-8 {
    width: 99.10714286%;
  }
  .h-grid-md-8 .h-el-md-9 {
    width: 111.60714286%;
  }
  .h-grid-md-8 .h-el-md-10 {
    width: 124.10714286%;
  }
  .h-grid-md-8 .h-el-md-11 {
    width: 136.60714286%;
  }
  .h-grid-md-8 .h-el-md-12 {
    width: 149.10714286%;
  }
  .h-grid-md-8 .h-off-md-0 {
    margin-left: 0.44642857%;
  }
  .h-grid-md-8 .h-off-md-1 {
    margin-left: 12.94642857%;
  }
  .h-grid-md-8 .h-off-md-2 {
    margin-left: 25.44642857%;
  }
  .h-grid-md-8 .h-off-md-3 {
    margin-left: 37.94642857%;
  }
  .h-grid-md-8 .h-off-md-4 {
    margin-left: 50.44642857%;
  }
  .h-grid-md-8 .h-off-md-5 {
    margin-left: 62.94642857%;
  }
  .h-grid-md-8 .h-off-md-6 {
    margin-left: 75.44642857%;
  }
  .h-grid-md-8 .h-off-md-7 {
    margin-left: 87.94642857%;
  }
  .h-grid-md-8 .h-off-md-8 {
    margin-left: 100.44642857%;
  }
  .h-grid-md-8 .h-off-md-9 {
    margin-left: 112.94642857%;
  }
  .h-grid-md-8 .h-off-md-10 {
    margin-left: 125.44642857%;
  }
  .h-grid-md-8 .h-off-md-11 {
    margin-left: 137.94642857%;
  }
  .h-grid-md-8 .h-off-md-12 {
    margin-left: 150.44642857%;
  }
  .h-grid:not([class*='h-grid-md-']) {
    /* max 1680 */
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-0 {
    display: none !important;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-1 {
    width: 7.73809524%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-2 {
    width: 16.07142857%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-3 {
    width: 24.4047619%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-4 {
    width: 32.73809524%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-5 {
    width: 41.07142857%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-6 {
    width: 49.4047619%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-7 {
    width: 57.73809524%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-8 {
    width: 66.07142857%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-9 {
    width: 74.4047619%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-10 {
    width: 82.73809524%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-11 {
    width: 91.07142857%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-el-md-12 {
    width: 99.4047619%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-0 {
    margin-left: 0.29761905%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-1 {
    margin-left: 8.63095238%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-2 {
    margin-left: 16.96428571%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-3 {
    margin-left: 25.29761905%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-4 {
    margin-left: 33.63095238%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-5 {
    margin-left: 41.96428571%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-6 {
    margin-left: 50.29761905%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-7 {
    margin-left: 58.63095238%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-8 {
    margin-left: 66.96428571%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-9 {
    margin-left: 75.29761905%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-10 {
    margin-left: 83.63095238%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-11 {
    margin-left: 91.96428571%;
  }
  .h-grid:not([class*='h-grid-md-']) .h-off-md-12 {
    margin-left: 100.29761905%;
  }
}
@media all and (min-width: 701px) and (max-width: 1400px) and (min-width: 1001px) {
  .h-grid-md-4 {
    width: 560px;
    max-width: 32.94117647%;
  }
  .h-grid-md-4 [class*='h-el-lg'],
  .h-grid-md-4 [class*='h-el-md'] {
    margin-right: 0.89285714%;
  }
  .h-grid-md-4 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']),
  .h-grid-md-4 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']) {
    margin-left: 0.89285714%;
  }
}
@media all and (min-width: 701px) and (max-width: 1400px) and (min-width: 1001px) {
  .h-grid-md-5 {
    width: 700px;
    max-width: 41.17647059%;
  }
  .h-grid-md-5 [class*='h-el-lg'],
  .h-grid-md-5 [class*='h-el-md'] {
    margin-right: 0.71428571%;
  }
  .h-grid-md-5 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']),
  .h-grid-md-5 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']) {
    margin-left: 0.71428571%;
  }
}
@media all and (min-width: 701px) and (max-width: 1400px) and (min-width: 1001px) {
  .h-grid-md-6 {
    width: 840px;
    max-width: 49.41176471%;
  }
  .h-grid-md-6 [class*='h-el-lg'],
  .h-grid-md-6 [class*='h-el-md'] {
    margin-right: 0.5952381%;
  }
  .h-grid-md-6 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']),
  .h-grid-md-6 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']) {
    margin-left: 0.5952381%;
  }
}
@media all and (min-width: 701px) and (max-width: 1400px) and (min-width: 1001px) {
  .h-grid-md-7 {
    width: 980px;
    max-width: 57.64705882%;
  }
  .h-grid-md-7 [class*='h-el-lg'],
  .h-grid-md-7 [class*='h-el-md'] {
    margin-right: 0.51020408%;
  }
  .h-grid-md-7 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']),
  .h-grid-md-7 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']) {
    margin-left: 0.51020408%;
  }
}
@media all and (min-width: 701px) and (max-width: 1400px) and (min-width: 1001px) {
  .h-grid-md-8 {
    width: 1120px;
    max-width: 65.88235294%;
  }
  .h-grid-md-8 [class*='h-el-lg'],
  .h-grid-md-8 [class*='h-el-md'] {
    margin-right: 0.44642857%;
  }
  .h-grid-md-8 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']),
  .h-grid-md-8 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']) {
    margin-left: 0.44642857%;
  }
}
@media all and (min-width: 701px) and (max-width: 1400px) and (min-width: 1001px) {
  .h-grid:not([class*='h-grid-md-']) {
    width: 1680px;
    max-width: 98.82352941%;
  }
  .h-grid:not([class*='h-grid-md-']) [class*='h-el-lg'],
  .h-grid:not([class*='h-grid-md-']) [class*='h-el-md'] {
    margin-right: 0.29761905%;
  }
  .h-grid:not([class*='h-grid-md-']) [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']),
  .h-grid:not([class*='h-grid-md-']) [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']) {
    margin-left: 0.29761905%;
  }
}
/*  =========================================================
medium scaling in tiny grid
========================================================= */
@media all and (max-width: 700px) {
  /* grid elements */
  .h-el-md-0 {
    display: none !important;
  }
  .h-el-md-1 {
    width: 8.33333333%;
  }
  .h-el-md-2 {
    width: 16.66666667%;
  }
  .h-el-md-3 {
    width: 25%;
  }
  .h-el-md-4 {
    width: 33.33333333%;
  }
  .h-el-md-5 {
    width: 41.66666667%;
  }
  .h-el-md-6 {
    width: 50%;
  }
  .h-el-md-7 {
    width: 58.33333333%;
  }
  .h-el-md-8 {
    width: 66.66666667%;
  }
  .h-el-md-9 {
    width: 75%;
  }
  .h-el-md-10 {
    width: 83.33333333%;
  }
  .h-el-md-11 {
    width: 91.66666667%;
  }
  .h-el-md-12 {
    width: 100%;
  }
  /* offsets */
  .h-off-md-0 {
    margin-left: 0%;
  }
  .h-off-md-1 {
    margin-left: 8.33333333%;
  }
  .h-off-md-2 {
    margin-left: 16.66666667%;
  }
  .h-off-md-3 {
    margin-left: 25%;
  }
  .h-off-md-4 {
    margin-left: 33.33333333%;
  }
  .h-off-md-5 {
    margin-left: 41.66666667%;
  }
  .h-off-md-6 {
    margin-left: 50%;
  }
  .h-off-md-7 {
    margin-left: 58.33333333%;
  }
  .h-off-md-8 {
    margin-left: 66.66666667%;
  }
  .h-off-md-9 {
    margin-left: 75%;
  }
  .h-off-md-10 {
    margin-left: 83.33333333%;
  }
  .h-off-md-11 {
    margin-left: 91.66666667%;
  }
  .h-off-md-12 {
    margin-left: 100%;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage grid
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
define grid elements and offsets
small scaling in tiny grid
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
define grid elements and offsets
========================================================= */
@media all and (min-width: 701px) and (max-width: 1000px) {
  /* generic widths */
  /* generic offsets */
  /* generic grid elements */
  /* grid part dependend calls */
  .h-grid-sm-4 {
    /* max 1680 */
  }
  .h-grid-sm-4 .h-el-sm-0 {
    display: none !important;
  }
  .h-grid-sm-4 .h-el-sm-1 {
    width: 23.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-2 {
    width: 48.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-3 {
    width: 73.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-4 {
    width: 98.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-5 {
    width: 123.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-6 {
    width: 148.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-7 {
    width: 173.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-8 {
    width: 198.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-9 {
    width: 223.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-10 {
    width: 248.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-11 {
    width: 273.21428571%;
  }
  .h-grid-sm-4 .h-el-sm-12 {
    width: 298.21428571%;
  }
  .h-grid-sm-4 .h-off-sm-0 {
    margin-left: 0.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-1 {
    margin-left: 25.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-2 {
    margin-left: 50.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-3 {
    margin-left: 75.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-4 {
    margin-left: 100.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-5 {
    margin-left: 125.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-6 {
    margin-left: 150.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-7 {
    margin-left: 175.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-8 {
    margin-left: 200.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-9 {
    margin-left: 225.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-10 {
    margin-left: 250.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-11 {
    margin-left: 275.89285714%;
  }
  .h-grid-sm-4 .h-off-sm-12 {
    margin-left: 300.89285714%;
  }
  .h-grid-sm-5 {
    /* max 1680 */
  }
  .h-grid-sm-5 .h-el-sm-0 {
    display: none !important;
  }
  .h-grid-sm-5 .h-el-sm-1 {
    width: 18.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-2 {
    width: 38.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-3 {
    width: 58.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-4 {
    width: 78.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-5 {
    width: 98.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-6 {
    width: 118.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-7 {
    width: 138.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-8 {
    width: 158.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-9 {
    width: 178.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-10 {
    width: 198.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-11 {
    width: 218.57142857%;
  }
  .h-grid-sm-5 .h-el-sm-12 {
    width: 238.57142857%;
  }
  .h-grid-sm-5 .h-off-sm-0 {
    margin-left: 0.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-1 {
    margin-left: 20.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-2 {
    margin-left: 40.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-3 {
    margin-left: 60.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-4 {
    margin-left: 80.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-5 {
    margin-left: 100.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-6 {
    margin-left: 120.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-7 {
    margin-left: 140.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-8 {
    margin-left: 160.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-9 {
    margin-left: 180.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-10 {
    margin-left: 200.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-11 {
    margin-left: 220.71428571%;
  }
  .h-grid-sm-5 .h-off-sm-12 {
    margin-left: 240.71428571%;
  }
  .h-grid-sm-6 {
    /* max 1680 */
  }
  .h-grid-sm-6 .h-el-sm-0 {
    display: none !important;
  }
  .h-grid-sm-6 .h-el-sm-1 {
    width: 15.47619048%;
  }
  .h-grid-sm-6 .h-el-sm-2 {
    width: 32.14285714%;
  }
  .h-grid-sm-6 .h-el-sm-3 {
    width: 48.80952381%;
  }
  .h-grid-sm-6 .h-el-sm-4 {
    width: 65.47619048%;
  }
  .h-grid-sm-6 .h-el-sm-5 {
    width: 82.14285714%;
  }
  .h-grid-sm-6 .h-el-sm-6 {
    width: 98.80952381%;
  }
  .h-grid-sm-6 .h-el-sm-7 {
    width: 115.47619048%;
  }
  .h-grid-sm-6 .h-el-sm-8 {
    width: 132.14285714%;
  }
  .h-grid-sm-6 .h-el-sm-9 {
    width: 148.80952381%;
  }
  .h-grid-sm-6 .h-el-sm-10 {
    width: 165.47619048%;
  }
  .h-grid-sm-6 .h-el-sm-11 {
    width: 182.14285714%;
  }
  .h-grid-sm-6 .h-el-sm-12 {
    width: 198.80952381%;
  }
  .h-grid-sm-6 .h-off-sm-0 {
    margin-left: 0.5952381%;
  }
  .h-grid-sm-6 .h-off-sm-1 {
    margin-left: 17.26190476%;
  }
  .h-grid-sm-6 .h-off-sm-2 {
    margin-left: 33.92857143%;
  }
  .h-grid-sm-6 .h-off-sm-3 {
    margin-left: 50.5952381%;
  }
  .h-grid-sm-6 .h-off-sm-4 {
    margin-left: 67.26190476%;
  }
  .h-grid-sm-6 .h-off-sm-5 {
    margin-left: 83.92857143%;
  }
  .h-grid-sm-6 .h-off-sm-6 {
    margin-left: 100.5952381%;
  }
  .h-grid-sm-6 .h-off-sm-7 {
    margin-left: 117.26190476%;
  }
  .h-grid-sm-6 .h-off-sm-8 {
    margin-left: 133.92857143%;
  }
  .h-grid-sm-6 .h-off-sm-9 {
    margin-left: 150.5952381%;
  }
  .h-grid-sm-6 .h-off-sm-10 {
    margin-left: 167.26190476%;
  }
  .h-grid-sm-6 .h-off-sm-11 {
    margin-left: 183.92857143%;
  }
  .h-grid-sm-6 .h-off-sm-12 {
    margin-left: 200.5952381%;
  }
  .h-grid-sm-7 {
    /* max 1680 */
  }
  .h-grid-sm-7 .h-el-sm-0 {
    display: none !important;
  }
  .h-grid-sm-7 .h-el-sm-1 {
    width: 13.26530612%;
  }
  .h-grid-sm-7 .h-el-sm-2 {
    width: 27.55102041%;
  }
  .h-grid-sm-7 .h-el-sm-3 {
    width: 41.83673469%;
  }
  .h-grid-sm-7 .h-el-sm-4 {
    width: 56.12244898%;
  }
  .h-grid-sm-7 .h-el-sm-5 {
    width: 70.40816327%;
  }
  .h-grid-sm-7 .h-el-sm-6 {
    width: 84.69387755%;
  }
  .h-grid-sm-7 .h-el-sm-7 {
    width: 98.97959184%;
  }
  .h-grid-sm-7 .h-el-sm-8 {
    width: 113.26530612%;
  }
  .h-grid-sm-7 .h-el-sm-9 {
    width: 127.55102041%;
  }
  .h-grid-sm-7 .h-el-sm-10 {
    width: 141.83673469%;
  }
  .h-grid-sm-7 .h-el-sm-11 {
    width: 156.12244898%;
  }
  .h-grid-sm-7 .h-el-sm-12 {
    width: 170.40816327%;
  }
  .h-grid-sm-7 .h-off-sm-0 {
    margin-left: 0.51020408%;
  }
  .h-grid-sm-7 .h-off-sm-1 {
    margin-left: 14.79591837%;
  }
  .h-grid-sm-7 .h-off-sm-2 {
    margin-left: 29.08163265%;
  }
  .h-grid-sm-7 .h-off-sm-3 {
    margin-left: 43.36734694%;
  }
  .h-grid-sm-7 .h-off-sm-4 {
    margin-left: 57.65306122%;
  }
  .h-grid-sm-7 .h-off-sm-5 {
    margin-left: 71.93877551%;
  }
  .h-grid-sm-7 .h-off-sm-6 {
    margin-left: 86.2244898%;
  }
  .h-grid-sm-7 .h-off-sm-7 {
    margin-left: 100.51020408%;
  }
  .h-grid-sm-7 .h-off-sm-8 {
    margin-left: 114.79591837%;
  }
  .h-grid-sm-7 .h-off-sm-9 {
    margin-left: 129.08163265%;
  }
  .h-grid-sm-7 .h-off-sm-10 {
    margin-left: 143.36734694%;
  }
  .h-grid-sm-7 .h-off-sm-11 {
    margin-left: 157.65306122%;
  }
  .h-grid-sm-7 .h-off-sm-12 {
    margin-left: 171.93877551%;
  }
  .h-grid-sm-8 {
    /* max 1680 */
  }
  .h-grid-sm-8 .h-el-sm-0 {
    display: none !important;
  }
  .h-grid-sm-8 .h-el-sm-1 {
    width: 11.60714286%;
  }
  .h-grid-sm-8 .h-el-sm-2 {
    width: 24.10714286%;
  }
  .h-grid-sm-8 .h-el-sm-3 {
    width: 36.60714286%;
  }
  .h-grid-sm-8 .h-el-sm-4 {
    width: 49.10714286%;
  }
  .h-grid-sm-8 .h-el-sm-5 {
    width: 61.60714286%;
  }
  .h-grid-sm-8 .h-el-sm-6 {
    width: 74.10714286%;
  }
  .h-grid-sm-8 .h-el-sm-7 {
    width: 86.60714286%;
  }
  .h-grid-sm-8 .h-el-sm-8 {
    width: 99.10714286%;
  }
  .h-grid-sm-8 .h-el-sm-9 {
    width: 111.60714286%;
  }
  .h-grid-sm-8 .h-el-sm-10 {
    width: 124.10714286%;
  }
  .h-grid-sm-8 .h-el-sm-11 {
    width: 136.60714286%;
  }
  .h-grid-sm-8 .h-el-sm-12 {
    width: 149.10714286%;
  }
  .h-grid-sm-8 .h-off-sm-0 {
    margin-left: 0.44642857%;
  }
  .h-grid-sm-8 .h-off-sm-1 {
    margin-left: 12.94642857%;
  }
  .h-grid-sm-8 .h-off-sm-2 {
    margin-left: 25.44642857%;
  }
  .h-grid-sm-8 .h-off-sm-3 {
    margin-left: 37.94642857%;
  }
  .h-grid-sm-8 .h-off-sm-4 {
    margin-left: 50.44642857%;
  }
  .h-grid-sm-8 .h-off-sm-5 {
    margin-left: 62.94642857%;
  }
  .h-grid-sm-8 .h-off-sm-6 {
    margin-left: 75.44642857%;
  }
  .h-grid-sm-8 .h-off-sm-7 {
    margin-left: 87.94642857%;
  }
  .h-grid-sm-8 .h-off-sm-8 {
    margin-left: 100.44642857%;
  }
  .h-grid-sm-8 .h-off-sm-9 {
    margin-left: 112.94642857%;
  }
  .h-grid-sm-8 .h-off-sm-10 {
    margin-left: 125.44642857%;
  }
  .h-grid-sm-8 .h-off-sm-11 {
    margin-left: 137.94642857%;
  }
  .h-grid-sm-8 .h-off-sm-12 {
    margin-left: 150.44642857%;
  }
  .h-grid:not([class*='h-grid-sm-']) {
    /* max 1680 */
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-0 {
    display: none !important;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-1 {
    width: 7.73809524%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-2 {
    width: 16.07142857%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-3 {
    width: 24.4047619%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-4 {
    width: 32.73809524%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-5 {
    width: 41.07142857%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-6 {
    width: 49.4047619%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-7 {
    width: 57.73809524%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-8 {
    width: 66.07142857%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-9 {
    width: 74.4047619%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-10 {
    width: 82.73809524%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-11 {
    width: 91.07142857%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-el-sm-12 {
    width: 99.4047619%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-0 {
    margin-left: 0.29761905%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-1 {
    margin-left: 8.63095238%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-2 {
    margin-left: 16.96428571%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-3 {
    margin-left: 25.29761905%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-4 {
    margin-left: 33.63095238%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-5 {
    margin-left: 41.96428571%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-6 {
    margin-left: 50.29761905%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-7 {
    margin-left: 58.63095238%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-8 {
    margin-left: 66.96428571%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-9 {
    margin-left: 75.29761905%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-10 {
    margin-left: 83.63095238%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-11 {
    margin-left: 91.96428571%;
  }
  .h-grid:not([class*='h-grid-sm-']) .h-off-sm-12 {
    margin-left: 100.29761905%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) and (min-width: 701px) {
  .h-grid-sm-4 {
    width: 560px;
    max-width: 32.94117647%;
  }
  .h-grid-sm-4 [class*='h-el-lg'],
  .h-grid-sm-4 [class*='h-el-md'],
  .h-grid-sm-4 [class*='h-el-sm'] {
    margin-right: 0.89285714%;
  }
  .h-grid-sm-4 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-4 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-4 [class*='h-el-sm']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']) {
    margin-left: 0.89285714%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) and (min-width: 701px) {
  .h-grid-sm-5 {
    width: 700px;
    max-width: 41.17647059%;
  }
  .h-grid-sm-5 [class*='h-el-lg'],
  .h-grid-sm-5 [class*='h-el-md'],
  .h-grid-sm-5 [class*='h-el-sm'] {
    margin-right: 0.71428571%;
  }
  .h-grid-sm-5 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-5 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-5 [class*='h-el-sm']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']) {
    margin-left: 0.71428571%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) and (min-width: 701px) {
  .h-grid-sm-6 {
    width: 840px;
    max-width: 49.41176471%;
  }
  .h-grid-sm-6 [class*='h-el-lg'],
  .h-grid-sm-6 [class*='h-el-md'],
  .h-grid-sm-6 [class*='h-el-sm'] {
    margin-right: 0.5952381%;
  }
  .h-grid-sm-6 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-6 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-6 [class*='h-el-sm']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']) {
    margin-left: 0.5952381%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) and (min-width: 701px) {
  .h-grid-sm-7 {
    width: 980px;
    max-width: 57.64705882%;
  }
  .h-grid-sm-7 [class*='h-el-lg'],
  .h-grid-sm-7 [class*='h-el-md'],
  .h-grid-sm-7 [class*='h-el-sm'] {
    margin-right: 0.51020408%;
  }
  .h-grid-sm-7 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-7 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-7 [class*='h-el-sm']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']) {
    margin-left: 0.51020408%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) and (min-width: 701px) {
  .h-grid-sm-8 {
    width: 1120px;
    max-width: 65.88235294%;
  }
  .h-grid-sm-8 [class*='h-el-lg'],
  .h-grid-sm-8 [class*='h-el-md'],
  .h-grid-sm-8 [class*='h-el-sm'] {
    margin-right: 0.44642857%;
  }
  .h-grid-sm-8 [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-8 [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid-sm-8 [class*='h-el-sm']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']) {
    margin-left: 0.44642857%;
  }
}
@media all and (min-width: 701px) and (max-width: 1000px) and (min-width: 701px) {
  .h-grid:not([class*='h-grid-sm-']) {
    width: 1680px;
    max-width: 98.82352941%;
  }
  .h-grid:not([class*='h-grid-sm-']) [class*='h-el-lg'],
  .h-grid:not([class*='h-grid-sm-']) [class*='h-el-md'],
  .h-grid:not([class*='h-grid-sm-']) [class*='h-el-sm'] {
    margin-right: 0.29761905%;
  }
  .h-grid:not([class*='h-grid-sm-']) [class*='h-el-lg']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid:not([class*='h-grid-sm-']) [class*='h-el-md']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']),
  .h-grid:not([class*='h-grid-sm-']) [class*='h-el-sm']:not([class*='h-off-lg']):not([class*='h-off-md']):not([class*='h-off-sm']) {
    margin-left: 0.29761905%;
  }
}
/*  =========================================================
small scaling in tiny grid
========================================================= */
@media all and (max-width: 700px) {
  /* grid elements */
  .h-el-sm-0 {
    display: none !important;
  }
  .h-el-sm-1 {
    width: 8.33333333%;
  }
  .h-el-sm-2 {
    width: 16.66666667%;
  }
  .h-el-sm-3 {
    width: 25%;
  }
  .h-el-sm-4 {
    width: 33.33333333%;
  }
  .h-el-sm-5 {
    width: 41.66666667%;
  }
  .h-el-sm-6 {
    width: 50%;
  }
  .h-el-sm-7 {
    width: 58.33333333%;
  }
  .h-el-sm-8 {
    width: 66.66666667%;
  }
  .h-el-sm-9 {
    width: 75%;
  }
  .h-el-sm-10 {
    width: 83.33333333%;
  }
  .h-el-sm-11 {
    width: 91.66666667%;
  }
  .h-el-sm-12 {
    width: 100%;
  }
  /* offsets */
  .h-off-sm-0 {
    margin-left: 0%;
  }
  .h-off-sm-1 {
    margin-left: 8.33333333%;
  }
  .h-off-sm-2 {
    margin-left: 16.66666667%;
  }
  .h-off-sm-3 {
    margin-left: 25%;
  }
  .h-off-sm-4 {
    margin-left: 33.33333333%;
  }
  .h-off-sm-5 {
    margin-left: 41.66666667%;
  }
  .h-off-sm-6 {
    margin-left: 50%;
  }
  .h-off-sm-7 {
    margin-left: 58.33333333%;
  }
  .h-off-sm-8 {
    margin-left: 66.66666667%;
  }
  .h-off-sm-9 {
    margin-left: 75%;
  }
  .h-off-sm-10 {
    margin-left: 83.33333333%;
  }
  .h-off-sm-11 {
    margin-left: 91.66666667%;
  }
  .h-off-sm-12 {
    margin-left: 100%;
  }
}
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage grid
 * @author     gueldner
 * @since      09.09.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
grid elements
grid offsets
========================================================== */
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
grid elements
========================================================= */
@media all and (max-width: 700px) {
  .h-el-ty-0 {
    display: none !important;
  }
  .h-el-ty-1 {
    width: 8.33333333%;
  }
  .h-el-ty-2 {
    width: 16.66666667%;
  }
  .h-el-ty-3 {
    width: 25%;
  }
  .h-el-ty-4 {
    width: 33.33333333%;
  }
  .h-el-ty-5 {
    width: 41.66666667%;
  }
  .h-el-ty-6 {
    width: 50%;
  }
  .h-el-ty-7 {
    width: 58.33333333%;
  }
  .h-el-ty-8 {
    width: 66.66666667%;
  }
  .h-el-ty-9 {
    width: 75%;
  }
  .h-el-ty-10 {
    width: 83.33333333%;
  }
  .h-el-ty-11 {
    width: 91.66666667%;
  }
  .h-el-ty-12 {
    width: 100%;
  }
}
/*  =========================================================
grid offsets margin
========================================================= */
@media all and (max-width: 700px) {
  .h-off-ty-0 {
    margin-left: 0%;
  }
  .h-off-ty-1 {
    margin-left: 8.33333333%;
  }
  .h-off-ty-2 {
    margin-left: 16.66666667%;
  }
  .h-off-ty-3 {
    margin-left: 25%;
  }
  .h-off-ty-4 {
    margin-left: 33.33333333%;
  }
  .h-off-ty-5 {
    margin-left: 41.66666667%;
  }
  .h-off-ty-6 {
    margin-left: 50%;
  }
  .h-off-ty-7 {
    margin-left: 58.33333333%;
  }
  .h-off-ty-8 {
    margin-left: 66.66666667%;
  }
  .h-off-ty-9 {
    margin-left: 75%;
  }
  .h-off-ty-10 {
    margin-left: 83.33333333%;
  }
  .h-off-ty-11 {
    margin-left: 91.66666667%;
  }
  .h-off-ty-12 {
    margin-left: 100%;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 19, 2017, 9:19:48 AM
    Author     : Matthias Kracke <kracke@infomax-it.de>
*/
/*  =========================================================
basic config
========================================================= */
/*  =========================================================
grid elements
========================================================= */
@media all and (max-width: 400px) {
  .h-el-uty-0 {
    display: none !important;
  }
  .h-el-uty-1 {
    width: 8.33333333%;
  }
  .h-el-uty-2 {
    width: 16.66666667%;
  }
  .h-el-uty-3 {
    width: 25%;
  }
  .h-el-uty-4 {
    width: 33.33333333%;
  }
  .h-el-uty-5 {
    width: 41.66666667%;
  }
  .h-el-uty-6 {
    width: 50%;
  }
  .h-el-uty-7 {
    width: 58.33333333%;
  }
  .h-el-uty-8 {
    width: 66.66666667%;
  }
  .h-el-uty-9 {
    width: 75%;
  }
  .h-el-uty-10 {
    width: 83.33333333%;
  }
  .h-el-uty-11 {
    width: 91.66666667%;
  }
  .h-el-uty-12 {
    width: 100%;
  }
}
/*  =========================================================
grid offsets margin
========================================================= */
@media all and (max-width: 400px) {
  .h-off-uty-0 {
    margin-left: 0%;
  }
  .h-off-uty-1 {
    margin-left: 8.33333333%;
  }
  .h-off-uty-2 {
    margin-left: 16.66666667%;
  }
  .h-off-uty-3 {
    margin-left: 25%;
  }
  .h-off-uty-4 {
    margin-left: 33.33333333%;
  }
  .h-off-uty-5 {
    margin-left: 41.66666667%;
  }
  .h-off-uty-6 {
    margin-left: 50%;
  }
  .h-off-uty-7 {
    margin-left: 58.33333333%;
  }
  .h-off-uty-8 {
    margin-left: 66.66666667%;
  }
  .h-off-uty-9 {
    margin-left: 75%;
  }
  .h-off-uty-10 {
    margin-left: 83.33333333%;
  }
  .h-off-uty-11 {
    margin-left: 91.66666667%;
  }
  .h-off-uty-12 {
    margin-left: 100%;
  }
}
