@import "utils.css";

body {
  font-size: 12px;
  font-family: "Open Sans", "Lato";
}
.wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.container {
  max-width: 100%;
  padding: 0;
}

.wrapper > .container {
  box-shadow: 0px 0px 15px #111111;
}

.bg-red {
  background-color: #ff0000;
}
.bg-light-blue {
  background-color: #007fff;
}

.bg-black {
  background-color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-green {
  color: #00db00;
}

header > .header {
  padding: 15px 15px 15px 15px;
  position: relative;
}

header > .header > .logo-wrapper {
  margin-left: 15px;
  margin-top: 10px;
  padding-bottom: 15px;
}

header .header-menu-wrapper {
  position: absolute;
  bottom: 0;
  right: 19px;
}
header .header-menu-wrapper .nav-pills > li > a {
  border-radius: 0;
  color: #9e9e9e;
  font-size: 12px;
}

header > .top-menu {
  /*  height: 36px;*/
}

header > .top-menu > .navbar {
  border-radius: 0;
  border: 0;
  min-height: 36px;
  margin-bottom: 0;
}

header > .top-menu > .navbar .navbar-collapse {
  padding: 0;
}

header > .top-menu > .navbar .navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
}

header > .top-menu > .navbar .navbar-nav > li > a.navbar-toggle {
  padding: 0;
  margin: 10px 15px 10px 15px;
  border: 0;
  border-radius: 0;
}

header > .top-menu .navbar-inverse .navbar-nav > li > a {
  color: #e7e7e7;
  text-shadow: none;
}

header > .top-menu > .navbar .navbar-nav > li.online-shop > a {
  line-height: 1.1;
  font-size: 11px;
  padding: 5px 10px 5px 10px;
}

header > .top-menu > .navbar .navbar-nav > li.homeland-security > a {
  line-height: 1.1;
  font-size: 11px;
  padding: 5px 10px 5px 10px;
}

header > .top-menu .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

header > .top-menu .navbar-right {
  margin-right: 0;
}

header > .top-menu .navbar-right li {
  margin-right: 16px;
}

header > .top-menu .homeland-security img {
  margin-top: 0.3em;
  margin-right: 0.3em;
}

footer .navbar-footer a {
  color: #9e9e9e;
  font-size: 12px;
  padding: 5px 15px;
}

footer .navbar-footer {
  margin-bottom: 0;
  border-top: 1px solid;
  border-radius: 0;
  margin-top: 31px;
  border-top: 1px solid;
  min-height: 30px;
}
footer .navbar-footer .navbar-brand {
  height: 30px;
}

.breadcrumbs {
  height: 38px;
  background: url("../images/breadcrumbs-bg.png") repeat-x;
  border-bottom: 1px solid #d9d8d8;
}

.breadcrumbs .delimiter {
  background: url("../images/gray-right-arrow.png") no-repeat;
  width: 13px;
  height: 37px;
}

.breadcrumbs a {
  color: #000000;
}

.tabs-wrapper > .nav-tabs {
  height: 60px;
  border: 0;
}

.tabs-wrapper > .nav-tabs > li {
  height: 100%;
  width: 240px;
}

.tabs-wrapper > .nav-tabs > li.active > a {
  border-radius: 0;
}

.tabs-wrapper > .nav-tabs > li > a {
  height: 100%;
  background: url("../images/tab-bg.jpg") no-repeat;
  border: 0;
  margin: 0;
  font-size: 14px;
  color: #524d4d;
  font-family: "Lato", "Open Sans";
  font-weight: 400;
  line-height: 1.8em;
  text-align: center;
}

.tabs-wrapper > .nav-tabs > li > a:hover {
  border: 0;
}

.tabs-wrapper > .nav-tabs > li.active > a,
.tabs-wrapper > .nav-tabs > li.active > a:focus,
.tabs-wrapper > .nav-tabs > li.active > a:hover {
  height: 100%;
  border: 0;
  background: url("../images/tab-bg-active.jpg") no-repeat;
}

.tabs-wrapper .media .media-heading {
  color: #ff0000;
  font-family: "Open Sans";
  font-size: 22px;
  margin-top: 0;
}

.tabs-wrapper .media {
  margin-top: 40px;
  margin-bottom: 20px;
}

.tabs-wrapper .media .media-left {
  padding-right: 30px;
  vertical-align: middle;
}
.tabs-wrapper #losungen .media .media-left img {
  max-width: 114px;
}
.tabs-wrapper .tab-content {
  padding: 0 40px;
}
.tabs-wrapper .tab-content p {
  font-size: 12px;
  font-family: "Open Sans";
}
.media-body ul > li {
  margin-bottom: 20px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.media-body ul.sublist > li {
  margin-bottom: 0;
}
.tabs-wrapper ul li > h5 {
  font-weight: bold;
  margin: 0;
}
.tabs-wrapper ul.sublist {
  padding-left: 15px;
}
.tabs-wrapper ul.sublist li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.tabs-wrapper ul.sublist li {
  text-indent: -5px;
}

.page-delimiter {
  margin: 0 -40px;
}

#home-slider .carousel-caption {
  left: 31px;
  top: 45px;
  width: 329px;
  height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  bottom: initial;
}

#home-slider .carousel-caption h3 {
  margin-top: 0;
}

.page-section > .main {
  padding: 15px 50px;
}

.page-section > .main .media-list {
  margin: 0;
}

.page-section > .main .media:first-child {
  margin-top: 15px;
}

.page-section > .main .media {
  box-shadow: 0 0 5px lightgray;
  padding: 15px;
}

.page-section > .main .media-body {
  vertical-align: middle;
}

.page-section > .main .media-body .media-heading {
  font-size: 22px;
  color: #06adf0;
  font-weight: 300;
  font-family: "Open Sans";
}

.page-section > .main .media-left,
.page-section > .main .media > .pull-left {
  padding-right: 20px;
}

.page-section > .main .media-left img {
  /*max-width: 64px;
	max-height: 64px;*/
  max-width: 100px;
  min-width: 100px;
}

.page-section-slider .carousel-caption {
  left: 35px;
  top: 30%;
  width: 413px;
  height: auto;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px;
  bottom: initial;
}

.page-section-slider .carousel-caption.dark-trans-bg {
  background-color: rgba(0, 0, 0, 0.7);
}
.page-section-slider .carousel-caption.dark-trans-bg .left-block {
  background-color: rgba(0, 0, 0, 0.7);
}

.page-section-slider .carousel-caption.light-trans-bg {
  background-color: rgba(255, 255, 255, 0.3);
}

.page-section-slider .carousel-caption.light-trans-bg .left-block {
  background-color: rgba(255, 255, 255, 0.3);
}

.page-section-slider .carousel-caption .left-block {
  left: -35px;

  width: 30px;

  background-color: rgba(255, 255, 255, 0.3);
  bottom: initial;
  height: 100%;
  position: absolute;
  top: 0;
}

.page-section-slider .carousel-caption h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  font-family: "Lato";
  line-height: 1.2em;
}

.page-section-slider.bank-slider .carousel-caption {
  left: 35px;
  top: 30%;
  width: 413px;
  height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px;
  bottom: initial;
}

.page-section-slider.bank-slider .carousel-caption .left-block {
  left: -35px;

  width: 30px;

  background-color: rgba(0, 0, 0, 0.7);
  bottom: initial;
  height: 100%;
  position: absolute;
  top: 0;
}

/*#consulting.page-section > .main .media-left img {
    max-height: 130px;
    max-width: 130px;
}*/


.tabs-left-content {
  padding: 0 15px !important;
}

.tabs-left-content h4 {
  color: #007fff;
}

.tabs-left .tab-content {
  padding: 15px;
}
.tabs-left {
  border: 0;
  padding-right: 15px;
}

.blue-box {
  display: block;
  background: #007fff;
  color: #ffffff;
  line-height: 1.4em;
  padding: 20px;
  font-size: 22px;
  margin: auto;
  text-align: center;
  display: block;
}

.tabs-left > li > a {
  border: 1px solid #000000;
  border-radius: 0;
  margin: 0 0 20px 0;
  line-height: 2em;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:focus,
.tabs-left > li.active > a:hover {
  border: 1px solid #000;
  color: #007fff;
  text-decoration: underline;
}

.modal-dialog.modal-lg {
  width: 90%;
}

.decision-matrix input {
  width: 100%;
}

/*********************************************************************************
***  funkyradio buttons
**********************************************************************************/

.funkyradio div {
  /*margin: 0 50px;*/
  overflow: hidden;
  float: left;
}
.funkyradio label {
  /*min-width: 400px;*/
  width: 100%;
  border-radius: 0px;
  /*border: 1px solid #D1D3D4;*/
  font-weight: normal;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}
/*.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    /!*margin-top: 2em;*!/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2em;
  /*text-indent: 3.25em;*/
  /*content:'';*/
  width: 2em;
  background: #d1d3d4;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
}
/*.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    /!*content:'\2714';*!/
    text-indent: .9em;
    color: #C2C2C2;
}*/
/*.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}*/
/*.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
   /!* content:'\2714';*!/
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}*/
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #333;
}
.funkyradio input[type="radio"]:focus ~ label,
.funkyradio input[type="checkbox"]:focus ~ label {
  box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label,
.funkyradio-default input[type="checkbox"]:checked ~ label {
  color: #333;
  background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label,
.funkyradio-primary input[type="checkbox"]:checked ~ label {
  color: #fff;
  background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label,
.funkyradio-success input[type="checkbox"]:checked ~ label {
  color: #fff;
  background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label,
.funkyradio-danger input[type="checkbox"]:checked ~ label {
  color: #fff;
  background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label,
.funkyradio-warning input[type="checkbox"]:checked ~ label {
  color: #fff;
  background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label,
.funkyradio-info input[type="checkbox"]:checked ~ label {
  color: #fff;
  background-color: #5bc0de;
}

.gray-box {
  height: 60px;
  background: #dddddd;
  padding: 10px;
  color: #333333;
  vertical-align: middle;
  /* margin-bottom: 20px;*/
}
.gray-box .title {
  font-family: "Lato";
  font-weight: 200;
  margin: 0;
  line-height: 1.7;
}

.black-box {
  height: 60px;
  background: #000000;
  padding: 10px;
  color: #ffffff;
  /* margin-bottom: 20px;*/
}
.black-box .title {
  font-family: "Lato";
  font-weight: 200;
  margin: 0;
  line-height: 1.7;
}
.black-box .media {
  margin: 0;
}
.black-box .media .title {
  font-weight: 300;
  font-size: 20px;
}
.black-box .media .media-left {
  padding-right: 10px;
}
table.produkte-table td {
  font-size: 24px;
  height: 70px;
  text-align: center;
  padding: 10px !important;
  line-height: 1.1em !important;
  vertical-align: middle !important;
}
table.produkte-labels td {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

table.produkte-labels td > a {
  position: absolute;
}

.table td.criterium-col {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.table .action-btns {
  width: 75px;
}

.table .action-btns .funkyradio {
  width: 75px;
}

.table td.table-head {
  background-color: #f5f5f5;
}

td.opt-col.opt-label {
  min-width: 200px;
}

.carousel-indicators {
  right: 30px;
  left: auto;
  width: auto;
  margin-left: auto;
}

.carousel-indicators li {
  border-radius: 0;
}

ul.list-unstyled > li > a:focus,
ul.list-unstyled > li > a:hover {
  text-decoration: none;
}

/* xs */
@media (max-width: 768px) {
  header .header-menu-wrapper {
    position: static;
    text-align: center;
    padding: 0;
  }

  header .header-menu-wrapper > ul {
    display: inline-block;
  }

  header .logo-wrapper {
    text-align: center;
  }

  .page-section-slider .carousel-caption {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }

  header > .top-menu .navbar-right li {
    margin-right: 0;
  }
  header ul.nav.navbar-nav {
    padding-left: 10px;
  }
  header li.ict-forum {
    text-align: center;
  }
  header li.ict-forum > a {
    padding-left: 30px;
  }

  #home-slider .carousel-caption {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .tab-content .media-body {
    width: 100%;
    display: block;
  }

  .tabs-wrapper > .nav-tabs > li {
    width: 25%;
  }

  .tabs-left > li > a {
    font-size: 12px;
    line-height: 1em;
    padding: 10px 5px;
  }
  .tabs-wrapper .tab-content {
    padding: 0 10px;
  }

  .page-section-slider .carousel-caption h3 {
    font-size: 28px;
  }
  .page-section > .main {
    padding: 15px 15px;
  }

  footer .navbar-footer .list-inline > li {
    display: inline-block;
    text-align: center;
  }

  footer .navbar-footer a {
    padding: 3px;
  }

  footer .navbar-footer .navbar-left {
    text-align: center;
  }

  footer .navbar-footer .navbar-right {
    text-align: center;
  }

  .breadcrumbs .nav > li > a {
    padding: 10px 5px;
  }

  .page-delimiter {
    margin: 0;
  }

  .page-delimiter > img {
    max-width: 100%;
  }

  .tabs-wrapper > .nav-tabs > li > a {
    padding: 10px 5px;
  }
}
/* sm */
@media (min-width: 769px) and (max-width: 992px) {
  header .header-menu-wrapper {
    position: static;
    text-align: center;
  }

  header .header-menu-wrapper > ul {
    display: inline-block;
  }

  header .logo-wrapper {
    text-align: center;
  }

  .page-section-slider .carousel-caption {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }

  header > .top-menu .navbar-right li {
    margin-right: 0;
  }

  header li.ict-forum {
    text-align: center;
  }
  header li.ict-forum > a {
    padding-left: 30px;
  }

  #home-slider .carousel-caption {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .tab-content .media-body {
    width: 100%;
    display: block;
  }

  .tabs-wrapper > .nav-tabs > li {
    width: 25%;
  }

  .tabs-left > li > a {
    font-size: 12px;
    line-height: 1em;
    padding: 10px 5px;
  }
  .tabs-wrapper .tab-content {
    padding: 0 10px;
  }

  .page-section-slider .carousel-caption h3 {
    font-size: 28px;
  }

  .page-section > .main {
    padding: 15px 15px;
  }
  
  footer .navbar-footer .list-inline > li {
    display: inline-block;
    text-align: center;
  }

  footer .navbar-footer a {
    padding: 3px;
  }

  footer .navbar-footer .navbar-left {
    text-align: center;
  }

  footer .navbar-footer .navbar-right {
    text-align: center;
  }

  .breadcrumbs .nav > li > a {
    padding: 10px 5px;
  }

  .page-delimiter {
    margin: 0;
  }

  .page-delimiter > img {
    max-width: 100%;
  }
}
/* md */
@media (min-width: 993px) and (max-width: 1200px) {
}
/* lg */
@media (min-width: 1201px) {
}

/*********************************************************************************
***  Pricing table
**********************************************************************************/

.pricing {
  position: relative;
}

.pricing .pricing-products {
  display: flex;
  align-items: center;
  place-content: center;
  justify-content: space-between;
}

.pricing .pricing-products .product {
  padding: 20px;
}

.pricing .pricing-plans .title {
  word-break: break-all;
}

.pricing .pricing-comparison table {
  width: 100%;
  border-collapse: collapse;
}

.pricing .pricing-comparison table thead tr {
  border-top: 1px solid black;
}

.pricing .pricing-comparison table th {
  border-bottom: 1px solid black;
}

.pricing .pricing-comparison table th.starter {
  background-color: #2297f4;
  color: #fff;
}

.pricing .pricing-comparison table th.premium {
  background-color: #030394;
  color: white;
}

.pricing .pricing-comparison table th.enterprise {
  background-color: #333333;
  color: white;
}

.pricing .pricing-comparison table th,
.pricing .pricing-comparison table td {
  padding: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.pricing .pricing-comparison table th.functions,
.pricing .pricing-comparison table td.functions {
  font-weight: bold;
  width: 30%;
}

.pricing .pricing-comparison table th {
  padding: 15px 10px;
}

.pricing-comparison table th.starter,
.pricing-comparison table th.premium,
.pricing-comparison table th.enterprise {
  text-align: center;
}

.pricing-comparison table td.starter,
.pricing-comparison table td.premium,
.pricing-comparison table td.enterprise {
  text-align: center;
}

/* .pricing .pricing-comparison .price {
  text-align: right;
} */

.pricing .pricing-comparison .checkout-row td a {
  font-size: 17px;
  border-radius: 0;
  width: 100%;
}

.pricing .pricing-comparison .checkout-row td.enterprise a {
  background-color: #333333;
}

.pricing .pricing-comparison .price .value {
  font-size: 20px;
  font-weight: bold;
}

/* --- Mobile --- */

.pricing-comparison .panel.starter .panel-title a {
  width: 100%;
  display: block;
}

.pricing-comparison .panel.starter .panel-heading {
  background-color: #2297F4;
  color: #fff;
}

.pricing-comparison .panel.premium .panel-title a {
  width: 100%;
  display: block;
}

.pricing-comparison .panel.premium .panel-heading {
  background-color: #030394;
  color: #fff;
}

.pricing-comparison .panel.enterprise .panel-title a {
  width: 100%;
  display: block;
}

.pricing-comparison .panel.enterprise .panel-heading {
  background-color: #333333;
  color: #fff;
}
