@font-face{
  font-family:"RenaultLifeWeb";
  font-style:normal;
  font-weight:400;
  src:url("../fonts/RenaultLifeWeb-Regular.eot") format("embedded-opentype"),
  url('../fonts/RenaultLifeWeb-Regular.woff') format('woff');
}
@font-face{
  font-family:"RenaultLifeWeb";
  font-style:normal;
  font-weight:700;
  src: url("../fonts/RenaultLifeWeb-Bold.eot") format("embedded-opentype"),
  url('../fonts/RenaultLifeWeb-Bold.woff') format('woff');
}


@font-face{
  src:url(../fonts/MBLZ-Title.woff);
  font-family:MBLZ;
  font-style:normal;
  font-weight:700;
  font-display:swap
}
@font-face{
  src:url(../fonts/MBLZ-Title.woff);
  font-family:MBLZ;
  font-style:normal;
  font-weight:900;
  font-display:swap
}
@font-face{
  src:url(../fonts/MBLZ-Text.woff);
  font-family:MBLZ;
  font-style:normal;
  font-weight:400;
  font-display:swap
}


 /* ---------------------------------------------------------
   Basisgestaltung und Layoutbereiche
   ---------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
* {
  margin:0;
  padding:0;
}
html {
  font-family:  'MBLZ', arial, sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change */
  -webkit-text-size-adjust: 100%;
  background-color:#ffff;
}
body {
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  font-weight:400;
  line-height:1.67em;
  color: #000;
  min-width: 320px;
  margin: 0 auto;
  padding:
			env(safe-area-inset-top)
			env(safe-area-inset-right)
			0
			env(safe-area-inset-left);
}

*, *:before, *:after {
	box-sizing         : border-box;
	-moz-box-sizing    : border-box;
	-webkit-box-sizing : border-box;
}

TABLE, TR, TD, TH {
  font-family:  'MBLZ', arial, sans-serif;
  font-size: 1.4rem;
  font-weight:400;
	vertical-align:top;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

A {
  color:#000;
  outline: 0;
  text-decoration: underline;
}
A:hover {
  color:#646464;
}

A IMG,
IMG {
	border:0;
}
B, STRONG {font-weight:700;}

P {
  margin-bottom:20px;
  line-height:1.67em;
}

.small {
  font-size: 1.4rem;
}

H1,H2,H3,H4,H5,H6 {
  font-family:  'MBLZ', arial, serif;
  color:#000;
}
H1 {
  font-size: 3.2rem;
  font-weight:400;
  line-height:1.38;
  margin-bottom:24px;
}
H2 {
  font-size: 2.4rem;
  line-height:1.46;
  margin-bottom:24px;
}
H3 {
  font-size: 2.0rem;
  line-height:1.2;
  margin-bottom:16px;
}
H4 {
  font-size: 1.6rem;
  font-weight:400;
  line-height:1.25;
  margin-bottom:16px;
}
H5 {
  font-size: 1.4rem;
  line-height:1.67;
  margin-bottom:10px;
}

.text-center {text-align:center;}
.valign-center {align-self: center;}
.flexcon {display:flex;}

/* Elemente verstecken */
.hideme {
  display:none;
}

/* Clearfix */
.clearfix:after {
	content    : ".";
	display    : block;
	clear      : both;
	font-size  : 0;
	height     : 0;
	visibility : hidden;
}
.clear { clear: both; }


.reframe { max-width:1136px; padding: 0 8px; margin: 0 auto; position:relative; }
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  margin: 0 -8px;
}
[class*="col-"], [class*="col_"], [class~="col"] {
  padding: 0 8px 16px;
}

/* HEADER */
HEADER {
  display:flex;
  flex-direction: column ;
  width:100%;
  height:auto;
  min-height:109px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  z-index:1000;
  margin-bottom:5px;
  /*background-color:#000000;*/
  background: url(../header_bg.png) repeat-x;
}
HEADER .reframe {
  position:relative;
  width:100%;
  padding: 0 8px;
}

#logo {
  display:block;
	position:absolute;
  top:16px;
  right:8px;
  width: 98px;
  height: 70px;
  background: url(../renault-logo-white.png) no-repeat;
  background-size:contain;
  text-indent:-999em;
}
#head_text {
display:block;
  font-size:2.4rem;
  font-weight: 700;
  font-family:"Helvetica";
  color:#000000;
  width:100%;
  height:100px;
  text-align:right;
  padding-top:40px;
  
}
#logo-ops {
display:block;
  position:absolute;
  top:24px;
  left:8px;
  height: 64px;
  width: 209px;
  background: url(../logo_mobilize_black.png) no-repeat;
  background-size:contain;
}
#logo-ops SPAN {
  font-size:2.4rem;
  font-weight: 700;
  color:#f84300;
}
#toggleMenu {
  display:none;
}

/*svg*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #fff;
  fill: #fff;
  vertical-align:middle;
}
.icon-menu {
  width: 30px;
  height: 22px;
  stroke: #000 !important;
  fill: #000 !important;
}
.icon-menu {
  width: 30px;
  height: 22px;
  stroke: #000 !important;
  fill: #000 !important;
}
.icon-cross {
  width: 22px;
  height: 22px;
  stroke: #000 !important;
  fill: #000 !important;
}
.icon-cross_weiss {
  width: 22px;
  height: 22px;
  stroke: #fff !important;
  fill: #fff !important;
}

/* TOP NAVIGATION */
#mobilenavi-frame {display:none;}
#topnavi  {
  display:block;
  height:39px;
  margin-top:21px;
}
#topnavi > UL {
  display:table;
}
#topnavi > UL > LI {
  display:table-cell;
}
#topnavi > UL > LI > A {
  display:inline-block;
  font-weight:400;
  font-size: 1.6rem;
  color: #000;
  padding:10px 20px 6px;
  text-decoration:none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#topnavi > UL > LI > A:hover {
  background-color: #eeeeee;
}
#topnavi > UL > LI.current > A {
  font-weight:700;
  background-color: #eeeeee;
}
#topnavi .getmore > A:hover, #topnavi .getmore.current > A {
  background-color: #3a3a3a !important;
  color:#fff !important;
}
#topnavi .getcash > A:hover, #topnavi .getcash.current > A {
  background-color: #f84300 !important;
  color:#fff !important;
}
#topnavi .getedu > A:hover, #topnavi .getedu.current > A {
  background-color: #44a4f6 !important;
  color:#fff !important;
}

/* MAIN NAVIGATION */
#mainnavi  {
  display:block;
  height:42px;
  /* border-top:1px solid #999; */
  background-color: #eeeeee;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#mainnavi .reframe > UL {
  display:table;
}
#mainnavi .reframe > UL > LI {
  display:table-cell;
  position: relative;
  height:42px;
  padding:0 40px 0 0;
}
#mainnavi .reframe > UL > LI:last-child {
  padding-right:0;
}

#mainnavi .reframe > UL > LI > A {
  position:relative;
  display:inline-block;
  height:41px;
  line-height:40px;
  font-weight:400;
  font-size: 1.6rem;
  color: #000;
  text-decoration:none;
  border-bottom:3px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.getmore #mainnavi .reframe > UL > LI.current > A,
.getmore #mainnavi .reframe > UL > LI:hover > A {
  border-bottom:3px solid #3a3a3a;
}
.getcash #mainnavi .reframe > UL > LI.current > A,
.getcash #mainnavi .reframe > UL > LI:hover > A {
  border-bottom:3px solid #f84300;
}
.getedu #mainnavi .reframe > UL > LI.current > A,
.getedu #mainnavi .reframe > UL > LI:hover > A {
  border-bottom:3px solid #44a4f6;
}

.getedu H1 SPAN.blau {
	color:#44a4f6;
	text-transform: none;
}

/* subnav */
#mainnavi ul li > ul {
  display: none;
  list-style: none;
  position: absolute;
  top:40px;
  left:0;
  min-width:242px;
  height:auto;
  text-align:left;
  background-color:rgba(0,0,0, 1);
  z-index:10001;
}
#mainnavi ul li > ul.sub-menu::before {
  content:'';
  position: absolute;
  top:-4px;
  left:16px;
  width:10px;
  height:10px;
  transform: rotate(45deg);
  background-color:#000;
}
#mainnavi ul ul > li {
  padding:0;
  border-bottom: 1px solid #313131;
}

#mainnavi ul ul > li > a {
  display:block;
  padding: 12px 40px 12px 16px;
  color:#fff;
  font-size: 1.6rem;
  line-height: 1.14;
  text-decoration: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23ffffff' /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: 93% center;
}
#mainnavi .has-submenu .active {
  display:block;
}
#mainnavi ul ul > li a:hover,
#mainnavi ul ul > li.current a {
  color: #f84300 !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23f84300' /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: 93% center;
}
.getmore #mainnavi ul ul > li a:hover,
.getmore #mainnavi ul ul > li.current a {
  color: #646464 !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23646464' /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: 93% center;
}
.getedu #mainnavi ul ul > li a:hover,
.getedu #mainnavi ul ul > li.current a {
  color: #44a4f6 !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%2344a4f6' /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: 93% center;
}

/* LOGIN */
#login {
  height: 100vh;
  background-color: #eee;
}
#login HEADER {
  position: absolute;
  left: 0; top:0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-color:#ffffff;
}
.fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../RZ_RCI_Website_LOGIN_REN_2025.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding:50px 0;
}

#loginbox {
  height:auto;
  width: 400px;
  padding:30px 32px 32px;
  margin:0 8px 0;
  text-align:center;
  background-color: #fff;
}
#loginbox LABEL {
  font-size:1.6rem;
  color:#000;
  text-align:left;
}
#loginbox H1 {
  margin-bottom:12px;
}

INPUT.logintext {
  font-family:  'MBLZ', arial, sans-serif;
  height:50px;
  width:100%;
  padding:0 16px;
  font-size:1.4rem;
  font-weight:300;
  color:#8f8f8f;
  border:0;
  background-color:#eeeeee;
  margin-bottom:16px;
}

#loginbox .button {
  width:100%;
  height:50px;
  line-height:50px;
  padding: 0 20px;
  font-family:  'MBLZ', arial, sans-serif;
  font-size:1.6rem;
  font-weight:700;
  background-color: #000000;
  color: #ffffff !important;
  margin-top:16px;
  border:0;
  cursor: pointer;
}

#loginbox .button:hover {
  background-color: #eeeeee;
  color: #000000 !important;
}

/* MAIN */
MAIN {z-index:100;}
MAIN ul, MAIN OL { margin: 0 0 20px 0;  }
MAIN ul li, MAIN OL li  { position: relative;}
FIGURE IMG {display:block;}
MAIN IMG {max-width: 100%; height:auto;}

SECTION {
  position: relative;
  padding-top:48px;
  overflow: hidden;
}
SECTION.smallgap {
  padding-top:12px;
}

.align-center {align-self: center;}

MAIN UL  {
  list-style: none;
}
MAIN UL LI {
  font-weight: 700;
  padding: 0 0 0 15px;
}
MAIN UL LI:last-child {
  padding-bottom: 0;
}
MAIN .grid UL LI::before {
  position:absolute;
  left:0;top:0;
  content:'>';
}

H4.grey {
  color:#999;
}

.sep {
  font-size:0;line-height:0;
  height:1px;
  background-color:#eee;
  margin:16px 0;
}

/* Startseite */
#stage-slider {padding:0;}
#stage-slider .item {
  position: relative;
  display: flex;
  height: auto;
  padding:0;
  text-align:center;
  align-items: center;
}

/* Slick Slider */
/* Dots */
.slick-dots {
    position: absolute;
    bottom: 16px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0 ;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border:0;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #eeeeee;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    background-color: #44a4f6;
}

.welcome {
  padding-top:16px;
  background-color: #eeeeee;
}

#start H1 {
  margin-bottom: 8px;
}

.teaser-img {
  position:relative;
  text-align:center;
  background-color:#6f6f6e;
  overflow: hidden;
}
.teaser-img IMG  {
  display:block;
  width:100%;
  margin:0 auto;
}
.teaser-img figcaption {
  position:absolute;
  left:0; bottom:0;
  width:100%;
  height:50px;
  text-align:left;
  color:#fff;
  font-size:1.4rem;
  line-height:1.14;
  padding:8px;
  background-color: rgba(0,0,0, 0.8);
}

.teaser-overlay {
  position:absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  left:0; top:-100%;
  width:100%;
  height:100%;
  color: #fff !important;
  font: 75px Arial, Verdana, sans-serif;
  font-weight: 700;
  opacity:0;
  background-color: transparent;
}
.teaser-overlay.getcash {
  background: none repeat scroll 0 0 rgba(248, 67, 0, 0.95);
}
.teaser-overlay.getmore {
  background: none repeat scroll 0 0 rgba(58, 58, 58, 0.95);
}
.teaser-overlay.getedu {
  background: none repeat scroll 0 0 rgba(68, 164, 246, 0.95);
}

.shortcut {
  display: block;
  min-height:164px;
  font-size: 1.6rem;
  color:#fff;
  text-align:center;
  padding-top:102px;
  background-position: center 25px;
  background-repeat: no-repeat;
  background-image: url(../icon-white.png);
  text-decoration: none;
}

.shortcut_neue-inhalte {background-image: url(../bg_neue-inhalte.png);}
.shortcut_meine-inhalte {background-image: url(../bg_meine-inhalte.png);}
.shortcut_quiz {background-image: url(../bg_quiz.png);}
.shortcut_archiv {background-image: url(../bg_archiv.png);}
.download1 {background-image: url(../bg_download1.png);}
.download2 {background-image: url(../bg_download2.png);}

.shortcut:hover {
  color:#fff;
}
.shortcut P {
  padding-bottom:16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M5.12 0l20.48 25.6 20.48-25.6h5.12l-25.6 32-25.6-32h5.12z' style='fill:%23ffffff' /%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: no-repeat;
  margin:0;
}

/* teaser*/
.teaser {
  display: block;
  min-height:164px;
  font-size: 1.6rem;
  color:#000;
  text-align:center;
  padding-top:102px;
  background-position: center 25px;
  background-repeat: no-repeat;
  background-image: url(../icon-black.png);
  text-decoration: none;
}
.teaser:hover {
  color:#000;
}

.teaser_einstellungen {background-image: url(../bg_box_einstellungen.png);}
.teaser_kontocash {background-image: url(../bg_box_konto.png);}
.teaser_auszahlungen {background-image: url(../bg_box_auszahlungen.png);}
.teaser_faq {background-image: url(../bg_box_faq.png);}
.teaser_steuer {background-image: url(../bg_box_steuer.png);}
.teaser_konto {background-image: url(../bg_konto.png);}
.teaser_praemien {background-image: url(../bg_praemien.png);}
.teaser_ueber-getmore {background-image: url(../bg_getmore.png);}
.teaser_scnews {background-image: url(../bg_news.png);}

.teaser_einstellungen_w {background-image: url(../bg_box_einstellungen_white.png);}
.teaser_kontocash_w {background-image: url(../bg_box_konto_white.png);}
.teaser_auszahlungen_w {background-image: url(../bg_box_auszahlungen_white.png);}
.teaser_faq_w {background-image: url(../bg_box_faq_white.png);}
.teaser_steuer_w {background-image: url(../bg_box_steuer_white.png);}
.teaser_konto_w {background-image: url(../bg_konto_white.png);}
.teaser_praemien_w {background-image: url(../bg_praemien_white.png);}
.teaser_ueber-getmore_w {background-image: url(../bg_getmore_white.png);}
.teaser_scnews_w {background-image: url(../bg_news_white.png);}

.teaser P {
  margin:0;
}
.teaser P.small {
  font-size: 1.4rem;
}

.getmore .shortcut, .getmore .teaser {
  transition: background-color 0.4s ease;
  background-color:#3a3a3a;
  color:#ffffff;
}
.getmore .shortcut:hover, .getmore .teaser:hover  {
  background-color: #7a7a7a;
}

.getcash .shortcut, .getcash .teaser {
  transition: background-color 0.4s ease;
  background-color:#f84300;
  color:#fff;
}
.getcash .shortcut:hover, .getcash .teaser:hover {
  background-color: #f86410;
}

.getedu .shortcut, .getedu .teaser {
  transition: background-color 0.4s ease;
  background-color:#44a4f6;
}
.getedu .shortcut:hover, .getedu .teaser:hover {
  background-color: #3d94df;
}

.getedu SPAN.auswertung {padding-left:20px;}
.getedu SPAN.green { background: url(../bg_green.png) 0 3px no-repeat;}
.getedu SPAN.grey { background: url(../bg_grey.png) 0 3px no-repeat;}
.getedu SPAN.red { background: url(../bg_red.png) 0 3px no-repeat;}

.infobox {
  padding:16px 16px 5px;
  background-color:#eeeeee;
}
.infobox H2 {
  padding-bottom:8px;
  border-bottom:2px solid #000;
}
MAIN .infobox LI {
  font-size: 2.0rem;
  font-weight: 400;
  padding-bottom:13px;
}
MAIN .infobox LI::before {
  content: '+';
}

.box {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding:32px 24px 0;
  background-color:#eeeeee;
  margin:0 0 16px 0;
}
.box .image-lb {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.box .image-lb IMG {
  display: block;
}
.box .image-lb::after {
  position: absolute;
  right:10px;bottom:10px;
  width: 28px;
  height: 28px;
  content:'';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' height='16' width='16'%3E%3Cpath d='M14.4 14.4v-14.4h3.2v14.4h14.4v3.2h-14.4v14.4h-3.2v-14.4h-14.4v-3.2h14.4z' style='fill:%23000000' /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: center;
  background-color:#fff;
}

.box.lessmg {
  margin-bottom: 8px !important;
}

.teaser-dark {
  display: flex;
  padding:16px 20px;
  font-size:2.4rem;
  color:#e4e4e4;
  background-color:#3a3a3a;
}
.teaser-dark DIV {
  width:50%;
}
.teaser-dark STRONG {
  color:#fff;
}
.teaser-dark P {
  margin-bottom:3px;
}
.teaser-dark .pkte {
  font-size: 1.4rem;
  padding-top: 6px;
  text-align: right;
}

.teaser-light {
  padding:16px 20px;
  font-size:2.4rem;
  background-color:#eeeeee;
}
.teaser-light P {
  margin-bottom:3px;
}

.praemien FIGURE {
  display: flex;
  justify-content: center;
  border: solid 1px #3a3a3a;
}
.praemien .border {
  border-bottom: solid 1px #3a3a3a;
}
.praemien .sep {
  margin:0;
}

.punkteblock {
  display: inline-block;
  background-color: #eee;
  padding:10px 15px;
  margin-bottom:15px;
}
.punkteblock P:last-child {
  margin-bottom:0;
}

.filter-box {
  padding: 20px 16px;
  background-color:#eee;
  margin-bottom:8px;
}
.filter-box.mg-bt24 {
  margin-bottom:24px;
}

.video-thumb {
  text-decoration: none;
}
.video-thumb IMG {
  display:block;
  width: 100%;
}
.video-thumb P {
  margin:3px 0 0;
  line-height:1.4;
}


/* Accordion */
DIV.acc {
  float:left;
  width:100%;
  border-top: 1px solid #ababad;
  margin-bottom:40px;
}

.acc-item {
  border-bottom: 1px solid #ababad;
}

.acc-item .block {
  padding:15px 0;
  color:#000;
}

.acc-item H3 {
  padding:5px 0 2px;
  text-transform: none;
  margin-bottom:0;
}
.acc-item H3 A {
  display:block;
  font-size:1.6rem;
  color:#4c4c4c !important;
  padding: 7px 40px 7px 0;
  text-decoration: none;
  background: url(../bg_accplus.png) 99% center no-repeat;
}
H3.trigger_active A {
  background: url(../bg_accminus.png) 99% center no-repeat;
}

H3.section {
  font-size:1.6rem;
  color:#000;
  padding:20px 0 20px 67px;
  background-color:#eae9e8;
  margin-bottom:17px;
  text-transform:none;
 overflow:hidden;
  background-position: 20px center;
  background-repeat: no-repeat;
}
H3.info {
  background-image: url(../icon_i.png);
}
H3.plus {
  background-image: url(../icon_plus.png);
}
H3.bubble {
  background-image: url(../icon_bubble.png);
}

H2#faq-getcash {
 background: url(../icon_getcash.png) 0 center no-repeat;
 padding:10px 0 10px 150px;
 margin-bottom:35px;
 overflow:hidden;
}

H2#faq-getmore {
 background: url(../icon_getmore.png) 0 center no-repeat;
 padding:10px 0 10px 150px;
 margin-bottom:35px;
 overflow:hidden;
}

H2#faq-getedu {
 background: url(../icon_getedu.png) 0 center no-repeat;
 padding:10px 0 10px 150px;
 margin-bottom:35px;
 overflow:hidden;
}


.acc-shortcut {
  position: relative;
  display: block;
  width: 100%;
  min-height:164px;
  font-size: 1.6rem;
  color:#fff;
  text-align:center;
  background-color: #8b8b8b;
  background-position: center 15px;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.acc-shortcut::after {
  position:absolute;
  bottom:20px;
  left:50%;
  margin-left:-7px;
  width:14px;
  height:16px;
  content:'';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28' height='16' width='14'%3E%3Cpath d='M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z' style='fill:%23ffffff' /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: center center;
}
.acc-shortcut:hover {
  background-color: #4c4c4c;
}
.faqscgetcash {
  background-image: url(../faq-getcash_logo.png);
}
.faqscgetedu {
  background-image: url(../faq-getedu_logo.png);
}
.faqscgetmore {
  background-image: url(../faq-getmore_logo.png);
}


/* Formulare */
.frame {
  display:inline-block;
}
LABEL {
  display:block;
  font-size:1.2rem;
  color:#000;
  margin-bottom:8px;
}
INPUT.text, INPUT.datum {
  font-family:  'MBLZ', arial, sans-serif;
  height:28px;
  width:100%;
  padding:0 8px;
  font-size:1.2rem;
  color:#000;
  border: solid 1px #d7d7d7;
  -webkit-appearance: none;
  -webkit-border-radius:0;
}
INPUT.datum {
  width: auto;
}
INPUT.datum + span {
  padding: 0 4px;
}

SELECT.form-select {
  font-family:  'MBLZ', arial, sans-serif;
  font-size:1.2rem;
  height:28px;
  width:auto;
  margin:0 16px 0 0;
  padding:0 0 0 8px;
  margin:0;
  border: solid 1px #d7d7d7;
}

.fullsize SELECT.form-select {
  width:100%;
}
.form-select OPTION {
  font-size:1.2rem;
}

.multiple-select {
  display:flex;
  justify-content: space-between;
}
.multiple-select SELECT {
  width:32% !important;
}

.form-hl {
  display:block;
  font-weight: 700;
  margin:0 10px 12px 0;
}

.input-block {
  margin:0 0 20px 0;
}
.input-block P {
  margin-bottom:5px;
}
.select-block {
  margin:0 0 20px 0;
}

INPUT.width72 {
  width:72px !important;
  margin:0 10px 0 0;
}

INPUT.width150 {
  width:150px !important;
  margin:0 10px 0 0;
}

INPUT.max {
  width:100% !important;
  margin:0 10px 0 0;
}

.button, BUTTON.btn_submit {
  display: inline-block;
  font-family:  'MBLZ', arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000 !important;
  line-height:1.2em;
  padding: 8px 15px;
  background-color: #3a3a3a;
  transition: background-color 0.4s ease;
  margin: 0;
  border:0;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius:0;
  cursor:pointer;
}

.getmore .button {
  color: #fff !important;
  background-color: #3a3a3a;
  text-decoration: none;
}
.getmore .button:hover {
  background-color: #000;
}

.getcash .button, BUTTON.btn_submit {
    background-color: #000;
    color:#fff !important;
}
.getcash .button:hover, BUTTON.btn_submit:hover {
  background-color: #3a3a3a;
}

.getedu .button {
    background-color: #44A4F6;
  color: #ffffff !important;
}
.getedu .button:hover {
  background-color: #3d94df;
}

.bottom-right {
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}
.bottom-right .button {
  margin-bottom:20px;
}

A.edit-button {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff !important;
  text-align:center;
  width:28px;height:28px;
  content:'';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' height='16' width='16'%3E%3Cpath d='M28.25 10l-6.25-6.25 3.281-3.281c0.313-0.313 0.703-0.469 1.172-0.469s0.859 0.156 1.172 0.469l3.906 3.906c0.313 0.313 0.469 0.703 0.469 1.172s-0.156 0.859-0.469 1.172l-3.281 3.281zM7.075 32h-7.075v-7.075l18.925-18.925 7.075 7.075-18.925 18.925z' style='fill:%23262626' /%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: center;
  background-color: #f84300;
  transition: background-color 0.4s ease;
  margin: 0;
}
.getedu A.edit-button {
  background-color: #44A4F6;
}
.getmore A.edit-button {
  background-color: #3a3a3a;
}

.fileupload {
  font-family: 'MBLZ', arial, sans-serif;
  padding-right: 8px;
  font-size: 1.4rem;
  color: #000;
  background-color: #fff;
  border: solid 1px #d7d7d7;
}

input:-moz-read-only { /* For Firefox */
  color: #7e7e7e;
}
input:read-only {
  color: #7e7e7e;
}

.readonly {
  color:#7e7e7e;
}

.color-grey {
  color:#9c9e9f;
  font-size:1.4rem;
}

.input-spezial {
  width:60% !important;
}

.button.big, BUTTON.big {
  float:right;
  font-size:1.6rem;
}

.vk-date {
  display: flex;
  justify-content: space-between;
}
.vk-date INPUT {
  width:30%;
}

.pad-bt-0 [class*="col-"] {
  padding-bottom:0;
}


/* Tabellen */
.data {
  width:100%;
  font-size:11px;
  color:#262626;
  margin-bottom:30px;
}
.data.border {
  border:2px solid #eee;
}

.data TR:nth-child(odd) {
  background-color:#eee;
}

.data TH {
  text-align:left;
  padding:12px 8px;
  color:#262626;
  font-size:12px;
  font-weight:700;
  background-color:#f84300;
  border:2px solid #f84300;
}


.data-black TH {
	background-color:#000 !important;
	border:2px solid #000 !important;
	color:#fff;
}

.getedu .data TH {
  background-color:#44A4F6;
  border:2px solid #44A4F6;
}
.getmore .data TH {
  color:#fff;
  background-color:#3a3a3a;
  border:2px solid #3a3a3a;
}

.data TD {
  font-size:1.2rem;
  color:#000;
  padding:14px 4px;
  vertical-align:middle;
}
.data TD.dt-buttons {text-align: right;}
.data TD:nth-child(1),
.data TH:nth-child(1) {
  padding-left:16px;
  border-left:2px solid #eee;
}
.data TD:last-child,
.data TH:last-child {
  padding-right:16px;
  text-align: right;
  border-right:2px solid #eee;
}


.data TH:nth-child(1) {
  border-left:2px solid #f84300;
}
.data TH:last-child {
  border-right:2px solid #f84300;
}
.getmore .data TH:nth-child(1) {
  border-left:2px solid #3a3a3a;
}
.getmore .data TH:last-child {
  border-right:2px solid #3a3a3a;
}
.getedu .data TH:nth-child(1) {
  border-left:2px solid #44A4F6;
}
.getedu .data TH:last-child {
  border-right:2px solid #44A4F6;
}

.data .highlight TD:first-child {
  border-left: 2px solid #000;
  font-weight:700;
}

.data .aktuell {
  border-top:2px solid #000;
  background-color:#fff !important;
}
.data .aktuell TD,.data .inprogress TD {
  border-left:0;
  border-right:0;
}
.data .inprogress {
  border-top:2px solid #eeeeee;
  background-color:#fff !important;
}

.button-group .button {
  display: inline-block;
  margin:0 8px 20px 0;
}

.dt-buttons .button {margin-bottom:5px;}
.edit {display:none;}

TD.edit {
  display:none;
  padding-top:7px !important;
  padding-bottom:0 !important;
}

.editlayer {
  display:none;
}



/* FOOTER */
FOOTER {
  text-align:right;
  font-size: 1.6rem;
  color: #999;
  padding:16px 0 60px 0;
  background-color: #eee;
  margin-top:30px;
}
#login FOOTER {
  position:absolute;
  left:0;bottom:0;
  width:100%;
  margin-top:0;
}
FOOTER .reframe {
  padding:0 8px;
}
FOOTER A, FOOTER A:hover {
  color: #999;
  text-decoration:none;
}
FOOTER SPAN {
  padding:0 16px;
}

/* MODAL*/
#modal-frame {
  position:fixed;
  display:flex;
  justify-content: center;
  align-items: center;
  top:0;bottom:0;
  left:0; right:0;
  background-color:rgba(0,0,0, 0.5);
  z-index:100001;
}
#modal-welcome {
  position:relative;
  width:560px;
  height:auto;
  padding:32px;
  font-size: 1.6rem;
  color:#fff;
  background-color: #000;
  background-image: url('../bg_modal.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#modal-welcome H2 {
  font-size: 3.2rem;
  font-weight:700;
  color:#fff;
  line-height: 1.25;
  margin-bottom:45px;
}
#modal-welcome H3 {
  font-size: 2.0rem;
  font-weight:400;
  line-height: 1.2;
  color: #f84300;
  margin-bottom:45px;
}
#modal-close {
  position:absolute;
  right:32px;top:32px;
  width: 22px;
  height:22px;
  cursor:pointer;
}
#modal-frame.hide {display:none !important;}



/* ---------------------------------------------------------
   @media
   ---------------------------------------------------------*/
@media screen and (max-width: 1380px) {


}


/* ---------------------------------------------------------*/
@media screen and (max-width: 1024px) {


}

/* ---------------------------------------------------------*/

@media screen  and (max-width: 768px) {

  H1 {
    font-size: 2.4rem;
    line-height:1.33;
  }
  H2 {
    font-size: 2.0rem;
    line-height:1.2;
  }
  H3 {
    font-size: 1.8rem;
    line-height:1.11;
  }

  HEADER {
    position:fixed;
    min-height:70px;
    z-index:1999;
    background-color: #fff;
  }
  HEADER .reframe {
    text-align:center;
    height:70px;
  }

  #logo {
    top:16px;
    right:2px;
    width: 60px;
    height: 38px;
    background-size:contain;
    text-indent:-999em;
  }
  #logo-ops {
    position:relative;
    display: inline-block;
    left:auto;
    top:20px;
    margin: 0 auto;
    width:auto;
    height: auto;
    text-align:center;
    font-size:2.0rem;
    line-height: 0.8;
  }

  #login #logo-ops {
    position:absolute;
    display: inline-block;
    left:8px;
    top:20px;
    margin: 0;
    text-align:left;
  }
  #logo-ops SPAN {
    font-size:1.2rem;
  }

  #toggleMenu {
    display:block;
    position:absolute;
    left:8px;
    top:23px;
    height:22px;
    width:30px;
    text-align:center;
    cursor:pointer;
  }
  .openNav #toggleMenu {
    display:block;
  }
  #toggleMenu .icon-cross { display:none;margin:0 0 0 3px; }  /*svg*/
  .openNav #toggleMenu .icon-cross { display:block; }   /*svg*/
  .openNav #toggleMenu .icon-menu { display:none; }  /*svg*/

  #mobilenavi-frame {
    display:block;
    position:fixed;
    left:0;right:0;
    top:70px;bottom:0;
    margin-top: -130%;
    height: calc(-100vh);
    opacity:0;
    background-color:rgba(255,255,255, 0.9);
    z-index: 901;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .openNav #mobilenavi-frame {
    height: calc(100vh - 70px);
    margin-top: 0;
    opacity:1;
  }


 #mobilenavi  {
   display:none;
   height: calc(100vh - 70px);
   overflow:auto;
 }
 .openNav #mobilenavi  {
    display:block;
  }
 #mobilenavi > UL {
   display:flex;
   flex-direction: column;
   background-color: #eee;
 }
 #mobilenavi > UL > LI {
   list-style: none;
   border-bottom:1px solid #999;
 }
 #mobilenavi > UL > LI.getmore.current {
   border-bottom:2px solid #3a3a3a;
 }
 #mobilenavi > UL > LI.getcash.current {
   border-bottom:2px solid #f84300;
 }
 #mobilenavi > UL > LI.getedu.current {
   border-bottom:2px solid #44a4f6;
 }

 #mobilenavi LI.getmore .has-msubmenu2.current {
   border-bottom:2px solid #3a3a3a;
 }
 #mobilenavi LI.getcash .has-msubmenu2.current {
   border-bottom:2px solid #f84300;
 }
 #mobilenavi LI.getedu .has-msubmenu2.current {
   border-bottom:2px solid #44a4f6;
 }

 #mobilenavi > UL > LI > A {
   display: flex;
   align-items: center;
   padding:14px 40px 14px 8px;
   font-size: 1.6rem;
   color:#000;
   text-decoration: none;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23999999' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96% center;
 }
 #mobilenavi .has-msubmenu > A {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M5.12 0l20.48 25.6 20.48-25.6h5.12l-25.6 32-25.6-32h5.12z' style='fill:%23999999' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }
 #mobilenavi .has-msubmenu > A.active  {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M46.080 32l-20.48-25.6-20.48 25.6h-5.12l25.6-32 25.6 32h-5.12z' style='fill:%23f84300' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }
 #mobilenavi .getmore.has-msubmenu > A.active  {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M46.080 32l-20.48-25.6-20.48 25.6h-5.12l25.6-32 25.6 32h-5.12z' style='fill:%233a3a3a' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }
 #mobilenavi .getedu.has-msubmenu > A.active  {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M46.080 32l-20.48-25.6-20.48 25.6h-5.12l25.6-32 25.6 32h-5.12z' style='fill:%2344a4f6' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }
 #mobilenavi > UL > LI > A:link,
 #mobilenavi > UL > LI > A:active,
 #mobilenavi > UL > LI > A:visited {
   color:#000;
 }
 #mobilenavi > UL > LI.current > A {
   font-weight:700;
 }

 /* subnav */
 #mobilenavi ul li > ul {
   height: 0;
   opacity:0;
   list-style: none;
   width:100%;
   max-height:0;
   overflow:hidden;
   -webkit-transition: all 0.5s ease-out;
 	-moz-transition: all 0.5s ease-out;
 	transition: all 0.5s ease-out;
  background-color: #ccc;
 }
 #mobilenavi ul ul > li {
   border-bottom: 1px solid #999;
 }

 #mobilenavi ul ul > li:first-child {
   border-top: 2px solid #f84300;
 }

 #mobilenavi ul .getmore ul > li:first-child {
   border-top: 2px solid #646464;
 }
 #mobilenavi ul .getedu ul > li:first-child {
   border-top: 2px solid #44a4f6;
 }

 #mobilenavi ul ul > li > a {
   display: flex;
   color:#000;
   font-size: 1.6rem;
   padding:14px 40px 14px 24px;
   text-decoration: none;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23999999' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96% center;
 }


 #mobilenavi .has-msubmenu2 > A {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M5.12 0l20.48 25.6 20.48-25.6h5.12l-25.6 32-25.6-32h5.12z' style='fill:%23999999' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }
 #mobilenavi .has-msubmenu2 > A.active  {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M46.080 32l-20.48-25.6-20.48 25.6h-5.12l25.6-32 25.6 32h-5.12z' style='fill:%23f84300' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }

 #mobilenavi .getmore .has-msubmenu2 > A.active  {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M46.080 32l-20.48-25.6-20.48 25.6h-5.12l25.6-32 25.6 32h-5.12z' style='fill:%233a3a3a' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }
 #mobilenavi .getedu .has-msubmenu2 > A.active  {
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32' height='10' width='16'%3E%3Cpath d='M46.080 32l-20.48-25.6-20.48 25.6h-5.12l25.6-32 25.6 32h-5.12z' style='fill:%2344a4f6' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96.3% center;
 }

 #mobilenavi ul ul > li a:hover {
   color:#000;
 }
 #mobilenavi ul ul > li.current a {
   color:#000;
   font-weight:700;
 }
 #mobilenavi .has-msubmenu .active {
   opacity: 1;
   height:auto;
   max-height:100%;
 }

 /* subnav 2 */
 #mobilenavi ul li > ul li ul {
   height: 0;
   opacity:0;
   list-style: none;
   width:100%;
   max-height:0;
   overflow:hidden;
   -webkit-transition: all 0.5s ease-out;
 	-moz-transition: all 0.5s ease-out;
 	transition: all 0.5s ease-out;
  background-color: #000;
 }
 #mobilenavi ul ul ul > li {
   border-bottom: 1px solid #999;
 }

 #mobilenavi ul ul ul > li > a {
   display: flex;
   color:#fff !important;
   font-size: 1.6rem;
   font-weight: 400 !important;
   padding:14px 40px;
   text-decoration: none;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23ffffff' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96% center;
 }

 #mobilenavi ul ul ul > li.current a {
   color:#f84300 !important;
   font-weight:700 !important;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23f84300' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96% center;
 }
 #mobilenavi .getmore .has-msubmenu2 li.current a {
   color:#646464 !important;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%23646464' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96% center;
 }
#mobilenavi .getedu .has-msubmenu2 li.current a {
   color:#44a4f6 !important;
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 32' height='16' width='10'%3E%3Cpath d='M0 28.8l16-12.8-16-12.8v-3.2l20 16-20 16v-3.2z' style='fill:%2344a4f6' /%3E%3C/svg%3E");
   background-repeat:no-repeat;
   background-position: 96% center;
 }

 #mobilenavi .has-msubmenu2 .active {
   opacity: 1;
   height:auto;
   max-height:600px;
 }

  #topnavi, #mainnavi {display:none;}

  #loginbox {
    height:auto;
    width: 100%;
    padding:24px 16px;
    margin:60px 8px 0;
  }

  MAIN { padding-top:70px;}
  #login MAIN { padding-top:0;}

  /* responsive Tables */
  .editlayer {
    position:absolute;
    width:220px; height:auto;
    left: -229px; top :10px;
    background-color: #3a3a3a;
    color:#fff;
    display:none;
    z-index:1000;
  }
  .editlayer.active {
    display:block;
  }
  .editlayer::before {
    content:'';
    position: absolute;
    top:4px;
    right:-4px;
    width:10px;
    height:10px;
    transform: rotate(45deg);
    background-color:#3a3a3a;
  }

  .editlayer-button {
    display:block;
    text-align:left;
    font-wize: 1.4rem;
    color:#fff;
    padding: 12px 16px;
    border-bottom: 1px solid #3a3a3a;
  }
  .editlayer-button:hover {
    color:#f84300;
  }
  .getmore .editlayer-button:hover {
    color:#777;
  }
  .getedu .editlayer-button:hover {
    color:#44a4f6;
  }

  table.responsive { margin-bottom: 0; }

	.pinned { position: absolute; right: 0; top: 0; background: #fff; width: 40px;  border-right: 1px solid #ccc; border-left: 1px solid #ccc;box-shadow: -5px 0 4px -5px #666; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-right: 40px; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:last-child, table.responsive td:last-child, table.responsive td:last-child, table.responsive.pinned td { display: none; }

  TD.edit {
    display:block;
    position: relative;
    padding-top:9px !important;
    padding-bottom:4px !important;
  }
  TH.edit { display:block; }
  .dt-buttons {
    display:none;
  }

  /* def. für die Breite der fixen TD */
  .px40 .pinned {  width: 40px; }
	.px40 div.scrollable { margin-right: 40px !important; }

  .px80 .pinned {  width: 80px; }
	.px80 div.scrollable { margin-right: 80px !important; }

  .px140 .pinned {  width: 140px; }
	.px140 div.scrollable { margin-right: 140px !important; }

  .px250 .pinned {  width: 250px; }
	.px250 div.scrollable { margin-right: 250px !important; }

  .box {
    padding:16px 0px 0;
  }
  .box .text {
    order:2;
  }
  .box .image {
    order:1;
  }

/* Filter Prämien */
  .form-hl {
    display:block;
    position:relative;
    font-size:2.0rem;
    margin:0;
  }
  .form-hl.active {
    margin:0 0 20px 0;
  }
  .form-hl SPAN {
    position:absolute;
    right:0; top:3px;
    font-size:5.0rem;
    content:'';
    width:24px;
    height:24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' height='18' width='18'%3E%3Cpath d='M14.4 14.4v-14.4h3.2v14.4h14.4v3.2h-14.4v14.4h-3.2v-14.4h-14.4v-3.2h14.4z' style='fill:%23000000' /%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position: center;
    cursor:pointer;
    pointer-events:auto;
  }
  .form-hl.active SPAN {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' height='28' width='28'%3E%3Cpath d='M18.984 12.984h-13.969v-1.969h13.969v1.969z' style='fill:%23000000' /%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position: center;
    pointer-events:auto;
  }
  #form-praemien .frame {
    display:block;
  }
  #form-praemien SELECT {
    height:28px;
    width:100%;
    margin:0 0 20px 0;
  }



  .button-group   {
    display: inline-block;
  }

  .frame {display:block;}
  .input-block {
    display: flex;
    margin:0 0 20px 0;
    width:100%;
  }
  .input-block P {
    display: block;
    min-width:135px;
    width:40%;
  }
  .input-block INPUT {
    width:100% !important;
  }
  .select-block SELECT {
    display:block;
    width:100%;
    margin-bottom:10px;
  }



  /* FOOTER */
  FOOTER {
    padding-top:20px;
    text-align:center;
  }

  FOOTER A {
    display:block;
    line-height:0.7;
  }
  FOOTER SPAN {
    display:inline-block;
    transform: rotate(90deg);
    padding:0;
  }

  /* MODAL*/
  #modal-frame {
    padding:0 48px;
  }
  #modal-welcome {
    width:100%;
    padding:32px;
    font-size: 1.4rem;
  }
  #modal-welcome H2 {
    font-size: 2.4rem;
    line-height: 1.33;
    margin-bottom:30px;
  }
  #modal-welcome H3 {
    font-size: 2.0rem;
    margin-bottom:30px;
  }
  #modal-close {
    right:16px;top:16px;
  }



}

/* ---------------------------------------------------------*/
@media screen and (max-width: 1016px) and (min-width: 769px){
  .teaser-img figcaption {
      font-size: 1.0rem;
  }

}


/* ---------------------------------------------------------*/
@media screen and (max-width: 768px){

  #login FOOTER {
    position:relative;
  }

  .pad-bt-0 [class*="col-"] {
    padding-bottom:16px;
  }
  .pad-bt-0 LABEL {
    margin-bottom:-12px;
  }
  
  #head_text {
  padding-top:5px;
}

}
/* ---------------------------------------------------------*/
@media screen and (max-width: 690px) and (min-width: 570px){
  .teaser-img figcaption {
      font-size: 1.0rem;
  }
}

/* ---------------------------------------------------------*/
@media screen and (max-width: 576px) {

  BODY,TABLE, TR, TD, TH  {
    font-size: 1.4rem;
  }

  H1 {font-size:2.4rem;}

  SECTION {
    padding-top: 32px;
  }
  FOOTER {
    margin-top: 12px;
  }

  .emptyfield {display:none !important;}

  .filter-box-hl {
    font-size:1.6rem;
  }
  .filter-box-hl H2 {
    margin-bottom:12px;
  }
  .hideme-sm {
    display:none;
  }



}

/* ---------------------------------------------------------*/
@media screen and (max-width: 480px) {

  .input-block {
    flex-direction: column;
  }
  .input-block INPUT {
    margin-bottom:10px;
  }

  /* MODAL*/
  #modal-frame {
    padding:0 16px;
  }
  #modal-welcome {
    padding:16px 32px;
    font-size: 1.4rem;
    line-height: 1.17;
  }
  #modal-welcome H2 {
    font-size: 2.4rem;
    margin-bottom:30px;
  }
  #modal-welcome H3 {
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom:30px;
  }
  #modal-close {
    right:12px;top:12px;
  }

  .button.big {
    float:left;
  }


}


/* Ende @media */
/* ---------------------------------------------------------*/

/* END */
