/* --- Table for Bafin blog post --- */

table.bafin thead {
  background-color: #003964;
  color: #fff;
  font-weight: bold;
  align-content: center;
}

table.bafin tbody td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

img.pull-right {
  max-width: 400px;
  width: 100%;
  margin-left: 60px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  img.pull-right {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

/* ------------- */

.useCase {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin: 0px 10px 20px 10px;
}

.useCase .useCase-icon > img {
  width: 70px;
  height: 70px;
}

.useCase .useCase-img > img {
  width: 100%;
}

.card p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1 {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 50px;
}

#why-us {
  background: #fff;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #4e4e4e;
}

a.active {
  color: #fff !important;
  background-color: #919293 !important;
}

.nav > li > a:hover {
  color: #fff !important;
  background-color: #919293 !important;
  text-decoration: underline !important;
}

.nav > li > a.active:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.QButton {
  background: #8c070d;
  border-color: #8c070d;
}

.QButton:hover {
  background: #8c070d;
  border-color: #8c070d;
}

#standard {
  background: #fff;
  padding: 30px 0;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  width: 100%;
  min-height: 1px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.nav > li > a:hover {
  background-color: #8c070d;
  color: #ffffff;
  text-decoration: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs > li > a {
  line-height: 15px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15;
}

.nav-tabs > li > a {
  background-color: #eeeced;
  color: #000000;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 5px;
  line-height: 22px;
}

.nav > li > a {
  display: block;
}

nav .nav-header {
  padding-left: 12px;
  padding-top: 16px;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

nav .onlyDesktop {
  display: none;
}

@media only screen and (min-width: 974px) {
  nav .nav-header {
    color: #111;
  }
  nav .onlyDesktop {
    display: block;
  }
}

.header-big {
  color: #111;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}

body {
  font-size: 19px;
}

.main-nav a {
  font-size: 20px;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 18px;
  color: #003964;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  text-decoration: underline;
}

#intro .section clearfix {
  width: 1900px;
  height: 800px;
}

#intro {
  /* height of header picture */
  padding: 100px 0px 10px 0px;
}

#about .about-extra h4 {
  font-size: 26px;
}

#about .about-extra {
  padding-top: 40px;
}

#footer {
  margin-top: 10px;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #4080cc78 !important;
}

#footer .copyright a {
  color: #eee;
}

#footer .copyright a:hover {
  text-decoration: underline;
}

#right-center {
  float: none;
  margin: 0 15% 0 15%;
}

#rotate-right {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

#rotate-left {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
  #right-center {
    float: right;
  }
  #rotate-right {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateZ(-800px) perspective(872px) rotateY(327deg) scale(1)
      translateY(-40px);
    margin-top: 70px;
  }
  #rotate-left {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateZ(-800px) perspective(872px) rotateY(-327deg) scale(1)
      translateY(-40px);
    margin-top: 70px;
  }
}

/* img zoom on click */

.visible {
  visibility: visible !important;
}

.imgZoomTriggerImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.imgZoomTriggerImg + .imgZoomBackground {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  padding-top: 30px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.imgZoomTriggerImg + .imgZoomBackground .imgZoomCloseButton {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.imgZoomTriggerImg + .imgZoomBackground .imgZoomCloseButton:hover,
.imgZoomTriggerImg + .imgZoomBackground .imgZoomCloseButton:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.imgZoomTriggerImg + .imgZoomBackground .imgZoomImg {
  margin: auto;
  display: block;
  width: auto;
  background-color: #fff;
  border: 2px solid #004a99;
  border-radius: 10px;
  max-width: 1500px;
}

@media only screen and (max-width: 700px) {
  .imgZoomTriggerImg + .imgZoomBackground .imgZoomImg {
    width: 100%;
  }
  #footer .copyright a {
    text-decoration: underline;
  }
}

#footer div.footerHeader {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}

.advertising-message-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  line-height: 1.2;
}

.page-h2-subtitle {
  font-size: 32px;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 600;
}

.page-h2-title {
  /* font-size: 25px;
    margin: 0 0 20px 0;
    padding: 0; */
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}

.article-title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
}

.imgZoomTriggerImg + .imgZoomBackground .imgZoomImgCaption {
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */

.imgZoomTriggerImg + .imgZoomBackground .imgZoomImg,
.imgZoomTriggerImg + .imgZoomBackground .imgZoomImgCaption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* Cookie banner */

#cookieBanner {
  width: 100%;
  background-color: #003964;
  border-top: 5px solid #fff;
  padding: 15px 50px 10px 50px;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  /* opacity: .9; */
  z-index: 10001;
  visibility: hidden;
}

#cookieBanner .cookieBanner-button > button {
  background-color: #fff;
  border-color: #fff;
  color: #003964;
}

#cookieBanner a {
  transition: unset !important;
  color: #fff;
  text-decoration: underline;
}

.QM-Start {
  margin-left: 2.5% !important;
  margin-bottom: 25px;
  overflow: hidden;
}

/* height:400px padding: 0 0 10px 0;*/

.QM-Start > h3,
.QM-Start > h3 {
  color: #7a0000;
  font-weight: 300;
}

.QM-Start {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.QM-Start:hover {
  transform: scale(1.05);
}

.QM-Shadow {
  -moz-box-shadow: 3px 3px 3px #bbbbbb;
  -webkit-box-shadow: 3px 3px 3px #bbbbbb;
  box-shadow: 3px 3px 3px #bbbbbb;
  min-height: 116px;
}

.QM-Start > ul {
  margin-bottom: 0px !important;
}

.QM-Start > a > img {
  padding: 0px;
}

.mobileVisible {
  display: none;
}

.mobileHidden {
  display: block;
}

@media only screen and (max-width: 991px) {
  .mobileVisible {
    display: block;
  }
  .mobileHidden {
    display: none;
  }
  #about .about-extra {
    padding-top: 0px;
  }
}

.icon-share {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png);
  background-position: -120px -72px;
  background-repeat: no-repeat;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* open second menü dropdown left */

/*
.main-nav .drop-down .drop-down:hover > ul {
    transform: translate(-490px, 0px);
} */

input.mailInput,
textarea.mailInput {
  border: 0;
  padding: 6px 8px;
  /* width: 65%; */
  width: 100%;
  overflow: visible;
  background-color: #f0f0f0;
}

input.mailSubmit {
  background: #4080cc;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: button;
}

input.mailSubmit:hover {
  background: #003964 !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keyword {
  display: inline-block;
  padding: 8px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  border: 1px solid #4080cc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #4080cc;
}

a.keyword:hover {
  background-color: #ffffff;
  color: #4080cc;
}

a.keyword:visited {
  background-color: #4080cc;
  color: #ffffff;
}

.kachel {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 216px;
  height: 216px;
  background-color: #ffffff;
  margin-bottom: 5px;
  margin-right: 5px;
  transition: ease-in-out 0.2s;
  float: left;
  vertical-align: middle;
  position: relative;
  text-align: center;
  color: black;
  display: block;
  overflow: hidden;
}

.row-fluid {
  display: block;
  overflow: hidden;
}

.kachel:hover > .kachelimg {
  transform: scale(1.05);
}

.kachel:hover > .kacheltxt {
  transform: scale(1.05);
}

.kachelimg {
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: ease-in-out 0.2s;
  margin: 0px auto;
}

.kacheltxt {
  font-weight: 600;
  font-size: 120%;
  transition: ease-in-out 0.2s;
  position: absolute;
  top: 22px;
  left: 22px;
  color: black;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  border: 1px solid #bbb;
  padding: 0.75em 1em 0.5em 1em;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  background-image: url(../img/icons/down.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50px 30px;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

select::-ms-expand {
  display: none;
}

.lt-ie10 select {
  background-image: none;
  content: none;
}

option {
  border-top: 1px solid #444;
  padding: 0.3em 1em 0.3em 1em;
}

input[type="checkbox"] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type="checkbox"] + label {
  cursor: pointer;
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:not(:checked) + label::before {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

input[type="checkbox"]:hover + label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type="checkbox"]:checked + label::before {
  background: black;
  box-shadow: inset 0 0 0 2px white;
}

code span.hljs-string {
  color: #003964;
}

/* CVE specific formats */

.cve-progress {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  margin: 20px 0px 0px 0px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.cve-progress span {
  height: 100%;
  display: block;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}

.cve-progress-green span {
  background-color: #00b5ad;
}
.cve-progress-blue span {
  background-color: #2185d0;
}
.cve-progress-yellow span {
  background-color: #fbbd08;
}
.cve-progress-orange span {
  background-color: #f2711c;
}
.cve-progress-red span {
  background-color: #db2828;
}
.placeholder-line-horizontal::before {
  margin-top: 20px;
  float: left;
  content: "";
  width: 100px;
  height: 1px;
  top: 50%;
  box-sizing: inherit;
  background-color: #000;
  position: relative;
}
.placeholder-line-vertical::after {
  position: relative;
  float: left;
  content: "";
  height: 62px;
  right: 100px;
  width: 1px;
  box-sizing: inherit;
  background-color: #000;
}
.placeholder-line-end:after {
  height: 1px;
  position: relative;
  float: left;
  content: "";
  height: 62px;
  bottom: 42px;
  right: 100px;
  width: 1px;
  box-sizing: inherit;
  background-color: #000;
}
.placeholder-line-operator-end::after {
  float: left;
  content: "";
  height: 1px;
  width: 32px;
  box-sizing: inherit;
  background-color: #000;
  position: relative;
}
.placeholder-line-operator-end::before {
  width: 1px;
  box-sizing: inherit;
  background-color: #000;
  float: left;
  content: "";
  height: 21px;
  background-color: #000;
  position: relative;
}
.operator-line-connection::before {
  content: "";
  position: relative;
  float: left;
  background-color: #000;
  width: 1px;
  box-sizing: inherit;
  left: 20px;
  height: 58.8px;
  top: 33.5px;
}
.placeholder-blank {
  height: 62px;
  position: relative;
  float: left;
  box-sizing: inherit;
}
.placeholder-blank-line {
  width: 1px;
  box-sizing: inherit;
  background-color: #000;
  float: left;
  content: "";
  height: 62px;
  background-color: #000;
  position: relative;
}

.placeholder-line-operator {
  margin-top: 20px;
  float: left;
  content: "";
  height: 1px;
  box-sizing: inherit;
  background-color: #000;
  position: relative;
  width: 31px;
}

a.custom-button {
  color: #003964 !important;
  border-color: #003964 !important;
}

a.custom-button:hover {
  color: #ffffff !important;
  background-color: #003964 !important;
}
