* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #68a0c8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3d7ba7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #555555;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1 {
  color: #68a0c8;
  font-weight: 200;
}
h2 {
  color: #4178a0;
  font-weight: 400;
}
h3 {
  color: #062134;
  font-weight: 400;
}
ul {
  padding-left: 14px;
  text-align: left;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #68a0c8;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #8dc0f0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-tabs::after,
.nav-pills::after {
  content: "";
  display: block;
  clear: both;
}
.panel {
  background-color: transparent;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.panel .panel-heading {
  padding: 11px 15px;
  background-color: #F3F3F3;
}
.panel .panel-heading h4.panel-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.panel .panel-heading a {
  color: #68a0c8;
  display: block;
}
.panel .panel-heading a p {
  margin: 5px 0 0;
  font-size: 13px;
}
.panel .panel-heading a:hover,
.panel .panel-heading a:active,
.panel .panel-heading a:focus {
  color: #4488b9;
  outline: none;
}
.panel .panel-body {
  padding: 15px;
  border: 1px solid #F3F3F3;
}
.panel .panel-body > *:first-child {
  margin-top: 0;
}
.panel .panel-body .panel-heading {
  background-color: transparent;
}
.panel .panel-body .panel-body {
  border: none;
  padding: 10px 0;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #F3F3F3;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #F3F3F3;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #8dc0f0;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #8dc0f0;
  border-color: #8dc0f0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8dc0f0;
}
.panel-primary > .panel-heading .badge {
  color: #8dc0f0;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8dc0f0;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
html {
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #3e3e3e;
  /* For browsers that do not support gradients */
  background: url("../images/bg-image.png"), -webkit-linear-gradient(160deg, #3e3e3e, #222);
  /* For Safari 5.1 to 6.0 */
  background: url("../images/bg-image.png"), -o-linear-gradient(160deg, #3e3e3e, #222);
  /* For Opera 11.1 to 12.0 */
  background: url("../images/bg-image.png"), -moz-linear-gradient(160deg, #3e3e3e, #222);
  /* For Firefox 3.6 to 15 */
  background: url("../images/bg-image.png"), linear-gradient(160deg, #3e3e3e, #222);
  /* Standard syntax */
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 40px;
  }
}
.clearer {
  clear: both;
}
iframe {
  max-width: 100%;
}
.container {
  width: 940px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
@media (max-width: 767px) {
  .container {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 768px) {
  .item-page .wrapper_text {
    background-color: #fdfdfd;
    padding: 30px 30px 70px;
    margin: 0 40px;
    position: relative;
  }
  .wrapper_search {
    background-color: #fdfdfd;
    padding: 30px 30px 80px 30px;
  }
}
@media (max-width: 767px) {
  .item-page .wrapper_text {
    background-color: #fdfdfd;
    padding: 30px 30px 60px 30px;
    margin: 0;
    position: relative;
  }
  .wrapper_search {
    background-color: #fdfdfd;
    padding: 15px 30px 15px 30px;
  }
}
.item-page .page-header {
  border: none;
}
.page-header h1,
form h1 {
  font-size: 34px;
  line-height: 36px;
  color: #005eab;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (max-width: 767px) {
  .page-header h1,
  form h1 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.item-page p {
  padding-bottom: 5px;
}
.item-image {
  padding: 15px 20px;
}
.item-image img:first-child {
  padding: 30px 0;
}
.item-image img:last-child {
  float: right;
}
@media (min-width: 768px) {
  .item-image {
    padding: 20px 40px;
  }
  .item-image img:first-child {
    padding: 30px 0;
  }
}
.panel-title img {
  max-width: 100%;
}
.TVoptionen .panel-body {
  text-align: center;
  background: url("../images/label.png") top left no-repeat;
}
.TVoptionen .panel-body table.prozess {
  margin: 10px 0 0;
  border-collapse: separate;
  border-spacing: 4px;
  table-layout: fixed;
}
.TVoptionen .panel-body table.prozess td {
  border: none;
  padding: 10px;
  width: 33%;
  vertical-align: top;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .TVoptionen .panel-body table.prozess td img {
    height: auto;
  }
}
@media (min-width: 980px) {
  .TVoptionen .panel-body table.prozess td img {
    height: auto;
  }
}
.TVoptionen .panel-body table.prozess td h3 {
  hyphens: auto;
}
.TVoptionen .panel-body table.prozess td h4 {
  margin-top: 0;
  hyphens: none;
}
.TVoptionen .panel-body table.prozess td ul {
  margin-left: 15px;
}
.TVoptionen .panel-body table.prozess img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .TVoptionen .panel-body table.prozess .hidden-sm {
    display: none;
  }
  .TVoptionen .panel-body table.prozess td {
    width: 100%;
    display: block;
    padding: 10px 0 !important;
  }
}
.TVoptionen .panel-body table.prozess td.scenario-1 {
  background-color: #eeeeee;
}
.TVoptionen .panel-body table.prozess td.scenario-2 {
  background-color: #2e85c9;
  color: white;
}
.TVoptionen .panel-body table.prozess td.scenario-2 h3 {
  color: white;
}
.TVoptionen .panel-body table.prozess td.scenario-3 {
  background-color: #003875;
  color: white;
}
.TVoptionen .panel-body table.prozess td.scenario-3 h3 {
  color: white;
}
.teamText {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 50px;
  clear: both;
}
.tv .teamText {
  border-bottom: 2px solid #DAEDFF;
  padding-bottom: 20px;
}
.nameText {
  width: 100%;
}
.nameText td {
  text-align: left;
}
.nameText td:first-child {
  width: 50px;
}
.nameText td:first-child img {
  margin: 0 0 10px;
  height: 55px;
}
.nameText img {
  vertical-align: middle;
  margin: 0 20px 0 0;
  display: inline-block;
}
.nameText h2 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
  text-transform: none;
  font-size: 1.2em;
  line-height: 1em;
  color: #164482;
}
.nameText h2 small {
  font-size: .8em;
  line-height: .95em;
  font-weight: 200;
  color: #555555;
}
@media (min-width: 980px) {
  .nameText {
    width: 100%;
  }
  .nameText td {
    display: block;
    text-align: center;
    width: 100%;
  }
  .nameText td:first-child {
    width: 100%;
  }
  .nameText td:first-child img {
    height: auto;
  }
  .nameText h2 {
    text-align: center;
  }
}
.tab-container.tv ul.nav-tabs > li {
  width: 100%;
  margin-bottom: 0;
  background-color: transparent;
}
.tab-container.tv ul.nav-tabs > li > a {
  margin: 0;
  border: none;
  opacity: 0.4;
  color: #3e3e3e;
  transition: opacity 0.2s;
}
.tab-container.tv ul.nav-tabs > li > a:hover {
  opacity: 0.95;
}
.tab-container.tv ul.nav-tabs > li.active > a {
  background-color: white;
  border: none;
  opacity: 1;
}
@media (min-width: 980px) {
  .tab-container.tv ul.nav-tabs {
    border-bottom: 1px solid #DAEDFF;
  }
  .tab-container.tv ul.nav-tabs > li {
    width: 20%;
  }
  .tab-container.tv ul.nav-tabs > li > a {
    height: 220px;
  }
  .tab-container.tv ul.nav-tabs > li.active > a {
    border-bottom: 4px solid #DAEDFF;
  }
}
.panel.inaa > .panel-heading {
  background: url("../images/bg_INAA.png") repeat-x;
}
.panel.inaa > .panel-heading a {
  color: white;
}
.panel.inaa > .panel-heading a:hover,
.panel.inaa > .panel-heading a:focus,
.panel.inaa > .panel-heading a:active {
  color: #DDD;
}
.panel.inaa .panel-body {
  border-color: #00132b;
}
.panel.inaa .panel-body .panel-heading {
  background-color: #F3F3F3;
}
.panel.inaa.TVoptionen p.subtitle {
  margin: 0;
  padding: 10px;
  background-color: #EEE;
  border: 1px solid #00132b;
  border-bottom: none;
}
.panel.inaa.TVoptionen .panel-body {
  border-top: none;
}
@media (min-width: 768px) {
  .main_contact {
    margin-top: 40px;
  }
}
.main_contact .custom_maincont {
  background-color: #484848;
  padding: 21px 25px;
  margin: 0;
  color: #FFF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main_contact .custom_maincont {
    height: 120px !important;
  }
}
.main_contact .custom_maincont img {
  float: left;
  max-width: 100%;
  width: 100px;
  height: auto;
  vertical-align: middle;
  border: 0;
  margin-top: 4px;
  -ms-interpolation-mode: bicubic;
}
.main_contact .custom_maincont p {
  color: #ffffff;
  font-size: 15px;
  padding: 0;
  margin: 2px 0 0 120px;
  line-height: 20px;
}
.main_contact .custom_maincont a#main_contact_send {
  display: block;
  margin-top: 10px;
  background-image: none;
  background-color: #5d5d5d;
  border: none;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  padding: 10px 14px 11px 10px;
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
}
.main_contact .custom_maincont a#main_contact_send:hover {
  background-color: #646464;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-image: none;
}
.main_contact .custom_maincont a#main_contact_send:focus {
  background-color: #646464;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background-image: none;
  text-decoration: none;
  top: 1px;
  left: 1px;
}
.main_contact .custom_maincont a#main_contact_send .btn_icon {
  margin: 0 15px 0 5px;
  position: relative;
  top: -3px;
  width: auto;
  height: auto;
  float: none;
}
@media (min-width: 768px) {
  .main_contact .custom_maincont a#main_contact_send {
    float: right;
    top: -61px;
    margin-top: 0;
  }
  .main_contact .custom_maincont a#main_contact_send:focus {
    top: -60px;
  }
  .main_contact .custom_maincont a#main_contact_send .btn_icon {
    top: 3px;
    float: left;
  }
  .main_contact .custom_maincont a#main_contact_send span {
    float: right;
    width: 106px;
  }
}
ul.ticks {
  list-style: none;
  padding-left: 2px;
}
ul.ticks li {
  padding-left: 22px;
  margin-bottom: 4px;
  position: relative;
}
ul.ticks li:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../images/tick.png") no-repeat top left;
}
.page-header {
  display: none;
}
div.process_block {
  width: 100%;
  margin: 0;
  height: 260px;
  clear: both;
}
div.process_item {
  position: relative;
  width: 10%;
  padding-bottom: 5%;
  height: 0;
  margin: 1%;
  float: left;
}
div.process_item h3 {
  color: #003875;
  text-align: center;
  margin-left: 10px;
  white-space: nowrap;
}
img.mobile_border {
  border: 1px solid black;
  border-radius: 10px;
  border-width: 20px 10px;
  border-color: #000;
}
img.server_border {
  border: 1px solid #003875;
  border-radius: 3px;
  border-width: 4px;
  padding: 17px 6px;
}
img.content {
  width: 95%;
}
div.process_arrow {
  height: 100%;
  color: #003875;
  padding-left: 15px;
  float: left;
  position: relative;
  width: 15px;
}
div.process_arrow i {
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
p.text {
  display: block;
  margin-left: 10px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .TVexpertise .panel-body,
  .TVoptionen #collapseKRAppProzess .panel-body {
    padding-top: 120px;
  }
}
table.processB {
  width: 100%;
}
table.processB td {
  text-align: center;
  padding: 0 !important;
  position: relative;
}
table.processB td.arrow img {
  padding: 0;
  position: absolute;
  left: 50%;
  top: -13px;
  margin-left: -10px;
}
.TVexpertise .panel-body {
  background: url("../images/label-expertise.png") top left no-repeat;
}
.TVexpertise .panel-body img {
  max-width: 100%;
}
table.mehrwert {
  width: 100%;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0 4px;
  margin: 10px 0 0;
}
table.mehrwert td {
  border: 3px solid;
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}
table.mehrwert td:first-child {
  width: 36%;
}
table.mehrwert td:nth-child(2) {
  padding: 4px;
  width: 56px;
  text-align: center;
}
table.mehrwert td:nth-child(3) {
  border: none;
  width: 6px;
}
table.mehrwert td:last-child {
  color: white;
  width: 50%;
}
table.mehrwert tr:nth-child(1) td {
  border-color: #68a0c8;
}
table.mehrwert tr:nth-child(1) td:nth-child(2),
table.mehrwert tr:nth-child(1) td:last-child {
  background-color: #68a0c8;
}
table.mehrwert tr:nth-child(2) td {
  border-color: #4178a0;
}
table.mehrwert tr:nth-child(2) td:nth-child(2),
table.mehrwert tr:nth-child(2) td:last-child {
  background-color: #4178a0;
}
table.mehrwert tr:nth-child(3) td {
  border-color: #164482;
}
table.mehrwert tr:nth-child(3) td:nth-child(2),
table.mehrwert tr:nth-child(3) td:last-child {
  background-color: #164482;
}
table.mehrwert tr:nth-child(4) td {
  border-color: #062134;
}
table.mehrwert tr:nth-child(4) td:nth-child(2),
table.mehrwert tr:nth-child(4) td:last-child {
  background-color: #062134;
}
table.mehrwert tr:nth-child(5) td {
  border-color: #3e3e3e;
}
table.mehrwert tr:nth-child(5) td:nth-child(2),
table.mehrwert tr:nth-child(5) td:last-child {
  background-color: #3e3e3e;
}
@media (max-width: 767px) {
  table.mehrwert td {
    width: 100%;
    display: block;
  }
  table.mehrwert td:first-child {
    width: 100%;
    height: 64px;
  }
  table.mehrwert td:nth-child(2) {
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 10;
  }
  table.mehrwert td:nth-child(3) {
    display: none;
  }
  table.mehrwert td:last-child {
    width: 100%;
    padding-left: 64px;
    min-height: 64px;
    position: relative;
    top: -64px;
  }
  table.mehrwert tr {
    display: block;
    margin-bottom: -48px;
  }
}
