/**************************************
*             DESKTOP                 *
*                                     *
***************************************/
html {
  font-size: 1.15rem;
  line-height: 1.15rem;
}
html.font_large {
  font-size: 1.35rem;
  line-height: 1.35rem;
}
html.font_small {
  font-size: 1.05rem;
  line-height: 1.05rem;
}
html #medium {
  font-size: 22px;
  line-height: 22px;
}
html #large {
  font-size: 28px;
  line-height: 28px;
}
html #small {
  font-size: 18px;
  line-height: 18px;
}
html body {
  color: #2b4673;
  max-width: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  /*Globals*/
  /* 50:50 columns */
  /* Header */
  /* Rootline Navigation */
  /* Status Message*/
  /* Background Home */
  /* Content */
  /* Boxes of the resources-overview */
  /* Footer */
  /* dadz 20151708 - Assessment informationtext */
  /* dadz 20151808 - learning plan */
  /* dadz - 20150826 - daily summary */
  /* dadz - 20150831 - add new activity overview */
  /* dadz - 20150902 - submitbutton account.html */
  /* dadz - 20150907 - select_week */
}
html body .bg_blue_transparent {
  position: relative;
  color: #ffffff;
}
html body .bg_blue_transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b4673;
  opacity: 0.6;
  z-index: -1;
}
html body .bg_blue {
  background-color: #2b4673;
  color: #ffffff;
}
html body .bg_blue .white_button:hover {
  background-color: #6b9f29;
  border-color: #6b9f29;
}
html body .bg_blue_home {
  background-color: #2b4673;
  color: #ffffff;
  position: relative;
  bottom: 3rem;
}
html body .bg_blue_home .inner {
  position: relative;
  bottom: 1rem;
}
html body .bg_white {
  background-color: #ffffff;
  color: #2b4673;
}
html body .bg_green {
  background-color: #7cc624;
  color: #2b4673;
}
html body .bg_green .white_button:hover,
html body .bg_green .white_button.active {
  background-color: #6b9f29;
  border-color: #fff;
}
html body .bg_dark-green {
  background-color: #6b9f29;
  color: #ffffff;
}
html body .green {
  color: #7cc624;
}
html body .white {
  color: #ffffff;
}
html body .blue {
  color: #2b4673;
}
html body .size_big {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
html body .size_big_2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  left: 1rem;
  right: 1rem;
}
html body h1 {
  font-size: 90px;
  line-height: 90px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 2rem;
}
html body p {
  margin: 0px;
  margin-bottom: 1rem;
}
html body ul {
  margin: 0px;
}
html body .left {
  float: left;
}
html body .right {
  float: right;
}
html body .clear {
  clear: both;
}
html body .seperator_10 {
  margin-left: 10px;
  margin-right: 10px;
}
html body .white_button {
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}
html body .big_blue_button {
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #2b4673;
  background-color: #2b4673;
  color: #7cc624;
  padding: 25px 20px 15px 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}
html body img {
  max-width: 100%;
}
html body .align_middle {
  vertical-align: middle;
}
html body .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
html body .special_checkbox {
  cursor: pointer;
  /*span:nth-child(2){
        background: url("/static/images/checkbox_unchecked.png") no-repeat left center;
        width: 30px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
      }*/
}
html body .special_checkbox input[type="checkbox"] {
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  outline: 0;
  background: url("/static/images/checkbox_unchecked.png") no-repeat left center;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  -webkit-appearance: none;
  cursor: pointer;
}
html body .special_checkbox input[type="checkbox"]:checked {
  background: url("/static/images/checkbox_checked.png") no-repeat left center;
}
html body .standart_input {
  max-width: 238px;
  width: 100%;
  border: 1px solid #2b4673;
  height: 38px;
  padding: 0 5px;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  color: #2b4673;
}
html body .firefox_select_wrapper {
  display: inline-block;
  width: 250px;
  overflow: hidden;
  vertical-align: middle;
}
html body .mental .firefox_select_wrapper {
  margin-left: 100px;
}
html body .standart_select::-ms-expand {
  display: none;
}
html body .standart_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url('/static/images/select.png') right no-repeat #ffffff;
  height: 40px;
  padding-right: 40px;
  width: 250px;
  border: 1px solid #2B4673;
  color: #2b4673;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  cursor: pointer;
}
@-moz-document url-prefix() {
  html body html body .standart_select {
    width: 270px;
    background-position: 210px 0px;
  }
  html body html body table.learning_plan .standart_select {
    width: 120px !important;
    background-position: 60px 0px !important;
  }
}
html body .submit_button {
  background: #2b4673;
  color: #7cc624;
  text-transform: uppercase;
  border: none;
  width: 250px;
  height: 40px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
html body .row.with_cols {
  white-space: nowrap;
}
html body .row.with_cols .col.columns_2 {
  width: 50%;
  display: inline-block;
}
html body .row > .submit_button {
  display: block;
}
html body .submit_button.red {
  color: #C62424;
  display: block;
}
html body .submit_green {
  background-color: #7cc624;
  color: #2b4673;
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  display: none;
}
html body .submit_green:hover {
  background-color: #6b9f29;
}
html body .submit_red {
  background-color: #C62424;
  color: #2b4673;
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
html body .submit_red:hover {
  background-color: #9F2929;
}
html body div.header .header_top .inner {
  padding: 10px 0;
}
html body div.header .header_top div.header_container.right:first-of-type {
  margin-left: 50px;
}
html body div.header .header_top div.header_container {
  margin-left: 0px;
  position: relative;
}
html body div.header .header_top div.header_container form {
  display: inline-block;
}
html body div.header .header_top div.header_container .settings_image {
  vertical-align: middle;
}
html body div.header .header_top div.header_container .header_settings {
  color: #2b4673;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  /*height: 40px;*/
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html body div.header .header_top div.header_container .header_settings:hover {
  /*border-bottom: 2px solid @light-blue;*/
  box-shadow: inset 0px -2px 0px #afb9ca;
  font-weight: bold;
}
html body div.header .header_top div.header_container .header_settings.active {
  /*border-bottom: 2px solid @light-blue;*/
  box-shadow: inset 0px -2px 0px #afb9ca;
  font-weight: bold;
}
html body div.header .header_bottom .inner {
  padding: 20px 0;
}
html body div.header .header_bottom .navi {
  padding-top: 20px;
}
html body div.header .header_bottom .navi a.white_button:not(last-of-type) {
  margin-right: 20px;
}
html body div.rootline ul.rootline_nav {
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.3rem;
  height: 60px;
  padding: 2px 20px;
  box-sizing: border-box;
}
html body div.rootline ul.rootline_nav li {
  display: inline-block;
  /*padding: 16px 5px 16px 5px;*/
}
html body div.rootline ul.rootline_nav li a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  border: 1px solid #fff;
  display: block;
  box-sizing: border-box;
  height: 56px;
  line-height: 47px;
}
html body div.rootline ul.rootline_nav li a:hover {
  background-color: #7cc624;
}
html body div.rootline ul.rootline_nav li a.active {
  background-color: #7cc624;
}
html body .status_msg {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #7cc624;
}
html body .status_msg .inner {
  padding: 20px 0;
}
html body .status_msg .inner ul {
  padding: 0;
}
html body .status_msg .inner ul li {
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
html body .big_background_home {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
html body div.content {
  width: 100%;
  position: relative;
  padding-bottom: 5rem;
  /* Login */
  /* Register */
  /* Kontakt */
  /* change password */
  /* Startseite */
  /* Boxes of the Needsanalysis */
}
html body div.content .inner {
  padding: 30px 25px;
}
html body div.content .home_info {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
html body div.content .login label {
  max-width: 175px;
  width: 100%;
  font-weight: bold;
  display: inline-block;
}
html body div.content .login .row:first-child {
  width: 40%;
  float: left;
}
html body div.content .login .row:last-child {
  margin-bottom: 10px;
  width: 60%;
  float: left;
}
html body div.content .login .row:last-child div.right {
  float: none;
  margin-top: 10px;
}
html body div.content .login input.submit_button {
  /*margin-left: 60px;
          float:left;*/
  margin-bottom: 0px;
}
html body div.content .login span {
  width: inherit;
  display: block;
}
html body div.content .login input {
  margin-bottom: 10px;
}
html body div.content .register label {
  max-width: 245px;
  width: 100%;
  font-weight: bold;
  display: inline-block;
}
html body div.content .register .row {
  float: left;
  width: 50%;
}
html body div.content .register .row:not(last-of-type) {
  margin-bottom: 10px;
}
html body div.content .register input.submit_button {
  margin-bottom: 10px;
}
html body div.content .register .standart_input {
  margin-bottom: 10px;
}
html body div.content .register label.special_checkbox {
  width: 100%;
  max-width: inherit;
  display: block;
  margin-bottom: 10px;
}
html body div.content .contact .data_left {
  width: 175px;
  display: inline-block;
}
html body div.content .contact .data_right .label {
  width: 80px;
  display: inline-block;
}
html body div.content .contact .row:not(last-of-type) {
  margin-bottom: 10px;
}
html body div.content .contact .row:first-of-type {
  margin-top: 30px;
}
html body div.content .contact label {
  width: 175px;
  font-weight: bold;
  display: inline-block;
}
html body div.content .contact input {
  margin-right: 50px;
}
html body div.content .contact textarea {
  margin-right: 50px;
  width: 425px;
  height: 100px;
  max-width: 100%;
  border: 1px solid #2b4673;
  resize: none;
}
html body div.content .contact input[type="submit"] {
  background: #7cc624;
  color: #2b4673;
  text-transform: uppercase;
  border: none;
  width: 250px;
  height: 40px;
  font-weight: bold;
  vertical-align: top;
  float: right;
  margin-right: 120px;
}
html body div.content .change_password label {
  width: 175px;
  display: inline-block;
}
html body div.content .change_password input[type="email"] {
  margin-right: 50px;
}
html body div.content .start p {
  margin-bottom: 2rem;
}
html body div.content .data_box.false .standart_select,
html body div.content .overview_box_content .standart_select {
  background: url('/static/images/not_select_.png') right no-repeat #ffffff;
  cursor: pointer;
}
html body div.content .data_box.false .standart_select.changed,
html body div.content .overview_box_content .standart_select.changed {
  background: url('/static/images/select.png') right no-repeat #ffffff;
  cursor: pointer;
}
html body div.content .interested_button,
html body div.content .not_interested_button {
  display: none;
  font-size: 58px;
  float: right;
  position: relative;
  color: #7cc624;
  cursor: pointer;
  font-weight: 800;
}
html body div.content .not_interested_button {
  top: -5px;
}
html body div.content .interested_button {
  top: 0;
}
html body div.content .data_box {
  margin-bottom: 60px;
  border: 1px solid #2b4673;
}
html body div.content .data_box .data_box_title {
  background-color: #2b4673;
  color: #7cc624;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 6px 10px 4px 10px;
  margin-bottom: 30px;
}
html body div.content .data_box .data_box_title .not_interested_button {
  display: block;
}
html body div.content .data_box .info {
  margin: 20px 10px;
  padding: 0 10px;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
html body div.content .data_box .data_box_content {
  padding: 0 10px;
  padding-bottom: 10px;
}
html body div.content .data_box .data_box_content label.personal_data_label {
  display: inline-block;
  max-width: 100%;
  width: 359px;
  margin-bottom: 10px;
}
html body div.content .data_box .data_box_content label.personal_data_label span {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
html body div.content .data_box .data_box_content .row {
  margin-bottom: 10px;
  font-size: 0;
  position: relative;
}
html body div.content .data_box .data_box_content .row .col {
  font-size: 1rem;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
html body div.content .data_box .data_box_content .row .col div.center_wrapper {
  text-align: center;
  font-size: 0;
  /*select.standart_select {
                  display: inline-block;
                  margin-right: 10px;
                  vertical-align: middle;
                  /*margin: 0 auto;*/
  /*}*/
}
html body div.content .data_box .data_box_content .row .col div.center_wrapper .firefox_select_wrapper {
  margin-right: 10px;
}
html body div.content .data_box .data_box_content .row .col div.center_wrapper div.wrapper_informationtext {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
html body div.content .data_box.act .not_interested_button {
  display: none;
}
html body div.content .data_box.act .interested_button {
  display: block;
}
html body .overview_box {
  margin-bottom: 40px;
}
html body .overview_box .overview_box_title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
html body .overview_box .overview_box_info {
  margin-bottom: 20px;
  padding: 0 10px;
}
html body .overview_box .overview_box_content {
  margin-bottom: 30px;
}
html body .overview_box .overview_box_content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
html body .overview_box .overview_box_content table tr {
  border: 1px solid #2b4673;
}
html body .overview_box .overview_box_content table tr th {
  background-color: #2b4673;
  text-align: left;
  color: #7cc624;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 6px 10px 4px 10px;
}
html body .overview_box .overview_box_content table tr td {
  padding: 5px 10px 5px 10px;
}
html body .overview_box .overview_box_content table tr td:first-of-type {
  font-weight: bold;
}
html body div.footer .inner {
  padding: 50px 0;
}
html body div.footer .footer_bottom {
  text-align: center;
}
html body div.footer .footer_bottom ul {
  margin: 0 auto;
}
html body div.footer .footer_bottom ul li {
  display: inline-block;
}
html body div.footer .footer_bottom ul li.seperator {
  margin: 0 5px;
}
html body div.footer .footer_bottom ul li a {
  text-decoration: none;
}
html body div.footer .footer_disclaimer {
  margin-top: 40px;
}
html body div.footer .footer_disclaimer img {
  width: 200px;
}
html body div.footer .footer_disclaimer .footer_disclaimer_info_text {
  display: inline-block;
  width: 700px;
  max-width: 100%;
}
html body div.row,
html body td {
  position: relative;
}
html body div.row .wrapper_informationtext,
html body td .wrapper_informationtext {
  height: 30px;
  width: 40px;
  /* background-image: url('../images/info_icon.png'); */
  font-size: 40px;
  background-color: #2b4673;
  color: #7cc624;
  font-weight: 700;
  text-align: center;
  /* vertical-align: middle; */
  display: block;
  padding-top: 10px;
}
html body div.row .wrapper_informationtext .informationtext,
html body td .wrapper_informationtext .informationtext {
  display: none;
  position: relative;
  width: 500px;
  height: auto;
  color: #2b4673;
  font-size: 1rem;
  z-index: 10;
  left: 40px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #2b4673;
  text-align: left;
  top: -32px;
}
html body td .wrapper_informationtext {
  position: relative;
}
html body table.learning_plan .firefox_select_wrapper {
  width: 100px;
}
html body table.learning_plan .standart_select {
  width: 100px;
}
html body table.learning_plan .standart_input {
  width: 60px;
}
html body table.learning_plan .standart_input:invalid {
  border-color: red;
}
html body table.learning_plan thead.tablet {
  display: none;
}
html body .activity_delete,
html body .activity_add {
  cursor: pointer;
  background-color: #2b4673;
  text-align: center;
  height: 45px;
  width: 75px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 800;
}
html body .daily_summary {
  width: 100%;
  height: 200px;
  float: left;
}
html body .daily_summary ul.days {
  float: left;
  position: relative;
  top: 30%;
  z-index: 10;
}
html body .daily_summary ul.days > li {
  list-style: none;
  background-color: #7cc624;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  border: 2px solid #2b4673;
  position: relative;
  float: left;
  margin: 0 50px;
}
html body .daily_summary ul.days > li span.date {
  white-space: nowrap;
  position: absolute;
  top: 50px;
  width: auto;
  height: 10px;
  left: -30px;
  float: left;
}
html body .daily_summary ul.days > li ul.activities {
  display: none;
}
html body .daily_summary ul.days > li:hover ul.activities {
  position: absolute;
  top: -100px;
  left: -80px;
  border: 1px solid #2b4673;
  padding: 0 40px;
  background-color: #fff;
}
html body .daily_summary ul.days > li:hover ul.activities:after {
  content: '';
  display: block;
  width: 3px;
  height: 60px;
  background-color: #2b4673;
  position: absolute;
  left: 97px;
  z-index: -1;
}
html body .daily_summary ul.days > li:hover ul.activities li {
  list-style: none;
  white-space: nowrap;
}
html body .daily_summary span.arrow {
  position: relative;
  display: block;
  float: left;
  width: 95%;
  height: 5px;
}
html body .daily_summary span.arrow:before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  top: 36px;
  background-color: #2b4673;
}
html body .daily_summary span.arrow:after {
  content: "";
  width: 0;
  height: 0;
  top: 12px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 58px solid transparent;
  position: absolute;
  right: -36px;
  border-left-color: #2b4673;
}
html body tr.moderate .activity_add.disabled,
html body tr.vigorous .activity_add.disabled {
  color: #C62424;
}
html body tr.moderate .activity_add,
html body tr.vigorous .activity_add,
html body tr.moderate .activity_delete,
html body tr.vigorous .activity_delete {
  color: #7cc624;
}
html body tr.moderate input:invalid,
html body tr.vigorous input:invalid {
  border: 1px solid #C62424;
}
html body .account.submit_green {
  display: block;
}
html body select[name="plan"] {
  margin-bottom: 20px;
}
html body .background img {
  position: fixed;
  z-index: 1;
  opacity: 0.2;
  height: 100%;
}
html body .bg_white .inner {
  position: relative;
  z-index: 2;
  background-color: white;
}
html body .header,
html body .rootline,
html body .footer {
  position: relative;
  z-index: 2;
}
html body #tracking tr {
  border: 0;
}
html .print {
  float: right;
  width: 80px;
}
html .print a {
  color: #2b4673;
  text-decoration: none;
  float: right;
  position: relative;
  z-index: 1;
}
html .print a:before {
  content: '';
  display: block;
  float: left;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ0OCAxNTM2aDg5NnYtMjU2aC04OTZ2MjU2em0wLTY0MGg4OTZ2LTM4NGgtMTYwcS00MCAwLTY4LTI4dC0yOC02OHYtMTYwaC02NDB2NjQwem0xMTUyIDY0cTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em0xMjggMHY0MTZxMCAxMy05LjUgMjIuNXQtMjIuNSA5LjVoLTIyNHYxNjBxMCA0MC0yOCA2OHQtNjggMjhoLTk2MHEtNDAgMC02OC0yOHQtMjgtNjh2LTE2MGgtMjI0cS0xMyAwLTIyLjUtOS41dC05LjUtMjIuNXYtNDE2cTAtNzkgNTYuNS0xMzUuNXQxMzUuNS01Ni41aDY0di01NDRxMC00MCAyOC02OHQ2OC0yOGg2NzJxNDAgMCA4OCAyMHQ3NiA0OGwxNTIgMTUycTI4IDI4IDQ4IDc2dDIwIDg4djI1Nmg2NHE3OSAwIDEzNS41IDU2LjV0NTYuNSAxMzUuNXoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
  background-size: 20px;
  width: 20px;
}
/**************************************
*             TABLET                  *
*                                     *
***************************************/
@media only screen and (max-width: 1100px) {
  .no_tablet {
    display: none;
  }
  .col.columns_2 {
    display: block !important;
  }
  .col {
    margin-bottom: 10px;
  }
  .standart_input {
    max-width: 178px;
  }
  .standart_select {
    width: 190px;
  }
  .firefox_select_wrapper {
    width: 190px;
  }
  @-moz-document url-prefix() {
    html body .standart_select {
      width: 210px;
      background-position: 150px 0px !important;
    }
  }
  .submit_green,
  .submit_red,
  .submit_button {
    position: relative;
  }
  .status_msg .inner {
    padding: 20px;
  }
  .content .inner {
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .content .inner .daily_summary {
    display: none;
  }
  .content .inner > p {
    /* width: 90%;*/
    margin: auto;
    margin-bottom: 30px;
  }
  .content .inner > p.size_big_2 {
    font-size: 2.2rem;
  }
  .content .inner form select[name="plan"] {
    position: relative;
  }
  .content .inner form .overview_box {
    margin-bottom: 0;
  }
  .content .summary {
    /* width: 90%;*/
    margin: auto;
    margin-bottom: 30px;
  }
  .content .data_box {
    /* width: 90%;*/
    margin: auto;
    margin-bottom: 30px;
  }
  .content .data_box .overview_box_title {
    padding: 0 10px;
  }
  .content .data_box .overview_box_content.progress_diary {
    margin-bottom: 140px;
  }
  .content .data_box .overview_box_content table {
    margin-bottom: 30px;
  }
  .content .data_box .overview_box_content table.learning_plan {
    display: block;
    position: relative;
    width: 100%;
  }
  .content .data_box .overview_box_content table.learning_plan:after {
    content: "";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .content .data_box .overview_box_content table.learning_plan th,
  .content .data_box .overview_box_content table.learning_plan td {
    margin: 0;
    vertical-align: top;
  }
  .content .data_box .overview_box_content table.learning_plan td {
    padding: 4px 10px 3px 10px;
  }
  .content .data_box .overview_box_content table.learning_plan td:first-child {
    padding-top: 7px;
  }
  .content .data_box .overview_box_content table.learning_plan thead.tablet {
    display: block;
    float: left;
  }
  .content .data_box .overview_box_content table.learning_plan thead.tablet:after {
    content: "";
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
    clear: both;
  }
  .content .data_box .overview_box_content table.learning_plan thead.tablet tr {
    display: block;
  }
  .content .data_box .overview_box_content table.learning_plan thead.tablet tr th:first-child {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 22px;
    background-color: #2b4673;
    color: #7cc624;
  }
  .content .data_box .overview_box_content table.learning_plan thead.tablet tr th {
    display: block;
    padding: 9px 10px 9px 10px;
    background-color: #fff;
    color: #2b4673;
    border-bottom: 1px solid #2b4673;
    font-size: 22px;
    line-height: 29px;
  }
  .content .data_box .overview_box_content table.learning_plan tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .content .data_box .overview_box_content table.learning_plan tbody tr th:first-child,
  .content .data_box .overview_box_content table.learning_plan tbody tr td:first-child {
    display: none;
  }
  .content .data_box .overview_box_content table.learning_plan tbody tr:first-child th {
    font-size: 22px;
    line-height: 22px;
    padding: 9px 10px 12px 10px;
  }
  .content .data_box .overview_box_content table.learning_plan tbody tr:nth-child(2) td {
    padding-top: 7px;
  }
  .content .data_box .data_box_content label.personal_data_label {
    width: 320px;
  }
  .content .data_box table tr {
    position: relative;
  }
  .content .data_box table th {
    font-size: 1.1rem;
  }
  .content .data_box table td {
    position: relative;
  }
  .content .data_box table td label.special_checkbox {
    position: absolute;
    top: 30%;
  }
  .content .data_box table td > span {
    padding-left: 30px;
    display: block;
  }
  .content .data_box.nutrition td:first-child {
    width: 38%;
  }
  /***********************
  *       FOOOTER        *
  ************************/
  .footer .inner {
    padding: 50px 30px;
    box-sizing: border-box;
    /* width: 90%;*/
    margin: auto;
  }
  .footer .inner p.size_big_2 {
    font-size: 2.1rem;
  }
  .footer .footer_bottom.bg_white ul {
    margin: auto;
    padding: 0;
  }
  .footer .footer_bottom.bg_white ul li a {
    color: #2b4673;
  }
  .footer .footer_disclaimer {
    position: relative;
  }
  .footer .footer_disclaimer > img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer .footer_disclaimer a {
    display: block;
    position: relative;
    width: 200px;
    height: 78px;
  }
  .footer .footer_disclaimer a img {
    display: block;
    position: absolute;
    top: 0;
    height: 78px;
  }
  .footer .footer_disclaimer .footer_disclaimer_info_text {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .content .login .submit_button {
    margin-top: 22px;
  }
  .content .login .row:last-child .right {
    margin-top: 32px;
  }
}
/*******************************
*        info_list             *
*                              *
********************************/
.info_list li {
  list-style: decimal;
}
.info_list a {
  color: #2b4673;
}
a {
  color: #2b4673;
}
a.white {
  color: #fff;
}
.wrapper_informationtext {
  height: 30px;
  width: 40px;
  /* background-image: url('../images/info_icon.png'); */
  font-size: 40px;
  background-color: #2b4673;
  color: #7cc624;
  font-weight: 700;
  text-align: center;
  /* vertical-align: middle; */
  display: block;
  padding-top: 10px;
}
.wrapper_informationtext .informationtext {
  display: none;
  position: relative;
  width: 500px;
  height: auto;
  color: #2b4673;
  font-size: 18px;
  z-index: 10;
  left: 40px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #2b4673;
  text-align: left;
  top: -32px;
}
.head_info_text {
  position: relative;
}
.head_info_text p {
  position: relative;
}
.head_info_text .wrapper_informationtext {
  position: relative;
  display: inline-block;
  top: 11px;
  left: 5px;
}
.red {
  color: #C62424;
}
.activity_delete {
  color: #7cc624;
}
form[name="slecect_week"] .firefox_select_wrapper {
  width: 350px;
}
form[name="slecect_week"] select {
  width: 350px;
}
/**
* dadz - 20151117 - info mental wellbeing
*/
.info_mental_wellbeing li {
  list-style: decimal;
}
.info_mental_wellbeing li li {
  list-style: lower-roman;
}
.info_menu a {
  text-decoration: none;
}
.info_menu .left {
  margin: 0 3px;
}
.info_menu .size_big_2,
.info_menu .activity_delete {
  padding: 10px;
}
.info_menu .menu_item {
  height: 60px;
  background-color: #2b4673;
  color: #7cc624;
}
.info_menu .menu_item.active {
  background-color: #7cc624;
  color: #2b4673;
}
p .wrapper_informationtext {
  position: relative;
  display: inline-block;
  top: 9px;
}
.info_menu {
  margin-bottom: 30px;
}
.info_menu .size_big_2 {
  font-size: 1.5em;
}
.ul-home li {
  list-style: decimal;
}
.info-table tr {
  border: 1px solid #2b4673;
  display: block;
}
.info-table td:first-child {
  width: 20%;
}
.info-table td:last-child {
  width: 80%;
}
.underline {
  text-decoration: underline;
}
.bg_blue_transparent a {
  color: #fff;
}
.inner {
  line-height: 1.4;
}
.wrapper_informationtext:before {
  content: "i";
  display: block;
  font-size: 40px;
  position: absolute;
  top: -8px;
  /* text-align: center; */
  padding: 0 14px;
}
.mental_wellbeing_planer tr td:first-child {
  width: 17.33%;
}
