@font-face {
  font-family: Century gothic;
  src: url('../fonts/Century-Gothic.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century gothic bold;
  src: url('../fonts/CenturyGothicBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --chiffry-yellow: #ffc200;
  --light-grey: #fafafa;
  --chiffry-yellow-darker: #f7ab00;
  --chiffry-orange: #f09300;
  --kobra-white: white;
  --kobra-petrol-darker: #002b30;
  --chiffry-yellow-lighter: #ffe698;
  --chiffry-black: #1a171b;
  --petrol-grey: #ccd7d9;
  --kobra-bordeaux: #9c1046;
  --kobra-transparent: #002b30b3;
  --kobra-petrol-lighter: #336166;
  --petrol-lighter: #ebeff0;
  --chiffry-background-grey: #f3f2f2;
  --black: black;
  --kobra-brown: #525149;
  --kobra-green: #08986f;
  --kobra-blue: #085498;
  --kobra-turquoise: #007581;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--basic-dark-colour);
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: #1d1f2eb3;
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px #a25f4b4d;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bcc;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

label {
  color: #1d1f2e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  border-top: 1px none var(--line-colour);
  color: var(--brown-main);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #a25f4b33;
  border-left: 2px solid #a25f4b33;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: #1d1f2e80;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.white-button {
  z-index: 50;
  float: right;
  color: var(--chiffry-yellow);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: var(--chiffry-yellow-darker);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button:active {
  color: var(--chiffry-orange);
}

.white-button.w--current:hover {
  color: var(--chiffry-yellow-darker);
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  border: 1px solid var(--kobra-white);
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-subscribe-input:active {
  border-color: #fff9;
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: #ffffff80;
}

.label {
  opacity: .6;
  color: var(--kobra-petrol-darker);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label:hover {
  color: var(--chiffry-yellow-lighter);
}

.label:active {
  color: var(--chiffry-yellow-darker);
}

.label.cc-subheadline {
  color: var(--kobra-white);
  margin-left: 15px;
  margin-right: 15px;
}

.label.cc-product-details {
  color: var(--chiffry-yellow);
  margin-bottom: 20px;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: #1d1f2e33;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid #a25f4b4d;
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid #a25f4b4d;
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: #0000;
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: #a25f4b4d;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: #a25f4b4d;
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: var(--chiffry-yellow);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid #a25f4b4d;
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--chiffry-yellow);
  border-color: #a25f4b66;
  margin-left: 5px;
}

.kobra-vs-security-mechanism {
  color: var(--kobra-white);
  text-align: left;
}

.small-paragraph {
  color: var(--chiffry-black);
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
}

.small-paragraph.cc-copyright-footer {
  color: var(--chiffry-black);
  text-align: center;
  align-self: end;
  margin-bottom: 10px;
  transition: color .4s, opacity .4s;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--chiffry-yellow);
  align-self: end;
}

.small-paragraph.cc-copyright-footer:active {
  color: var(--chiffry-yellow-darker);
}

.menu-item-mobile {
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  border-bottom: 2px solid var(--kobra-white);
  color: var(--chiffry-black);
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .4s, border .6s;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover {
  border-bottom-color: var(--chiffry-yellow);
  color: var(--chiffry-black);
}

.menu-item-wrap:active {
  border-bottom-color: var(--chiffry-yellow-darker);
  color: var(--chiffry-yellow-darker);
}

.menu-item-wrap.w--current {
  clear: right;
  opacity: 1;
  color: var(--chiffry-yellow-darker);
}

.menu-item-wrap.w--current:hover {
  border-bottom-color: var(--chiffry-yellow-darker);
  color: var(--chiffry-black);
}

.menu-item-wrap.w--current:active {
  color: var(--chiffry-yellow-darker);
}

.text-field {
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 0%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: var(--basic-dark-colour);
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  position: relative;
}

.content.cc-subscribe-form, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap {
  background-color: var(--kobra-white);
  margin-left: auto;
  margin-right: auto;
  font-family: Century gothic, sans-serif;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  color: var(--chiffry-black);
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.wrap.cc-subscribe-form {
  background-color: var(--chiffry-black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  color: var(--chiffry-black);
  flex: 1;
  justify-content: space-around;
  margin-left: 20px;
  margin-right: 20px;
  font-style: normal;
  display: flex;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: var(--kobra-white);
  text-align: left;
  width: 36%;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: var(--kobra-white);
  text-align: left;
  border: 1px #000;
  align-self: start;
  width: 32%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrap {
  text-align: center;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  display: inline-block;
}

.about-image-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 60px;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  margin-bottom: 0;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.team-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  margin-bottom: 25px;
  display: block;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: #1d1f2e0d;
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

.form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-link {
  color: var(--chiffry-black);
  min-width: 100%;
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: var(--chiffry-yellow);
}

.footer-link:active {
  color: var(--chiffry-yellow-darker);
}

.footer-link.w--current {
  color: var(--chiffry-black);
}

.footer-link.w--current:hover {
  color: var(--chiffry-yellow);
}

.footer-link.w--current:active {
  color: var(--chiffry-yellow-darker);
}

.footer-grid-column {
  color: var(--chiffry-black);
  flex-direction: column;
  align-self: end;
  display: flex;
}

.subscribe-wrap {
  background-color: var(--chiffry-black);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: var(--chiffry-black);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: var(--chiffry-black);
  display: inline-block;
}

.product-price-category.older-price-category {
  color: var(--chiffry-black);
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: var(--brown-main);
  font-weight: 700;
}

.category-tag-text.cc-sale {
  color: var(--chiffry-yellow);
}

.category-tag-text.cc-new {
  color: var(--basic-dark-colour);
}

.discounted-price-category {
  color: var(--chiffry-yellow);
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  justify-content: center;
  align-items: baseline;
  min-height: 42px;
  display: inline-block;
}

.product-image {
  width: 460px;
  height: 460px;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: var(--chiffry-yellow);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.error-message {
  background-color: var(--kobra-bordeaux);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image.cc-footer-logo {
  margin-top: 20px;
  margin-left: -5px;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.premium-block {
  background-color: var(--chiffry-black);
  color: var(--chiffry-black);
  align-items: stretch;
  height: auto;
  margin-bottom: 60px;
  margin-left: -20px;
  display: flex;
}

.premium-block-wrap {
  background-image: none;
  background-size: auto;
  width: 50%;
  display: inline-block;
}

.premium-block-content-wrap {
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
}

.premium-image {
  color: var(--kobra-white);
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  align-items: center;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid var(--chiffry-yellow);
  color: var(--chiffry-yellow);
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  border-bottom-color: var(--chiffry-yellow-lighter);
  color: var(--chiffry-yellow-lighter);
}

.underlined-link:active {
  border-bottom-color: var(--chiffry-yellow-darker);
  color: var(--chiffry-yellow-darker);
}

.underlined-link.cc-homepage-link {
  color: var(--chiffry-yellow);
  margin-top: 10px;
}

.underlined-link.cc-homepage-link:hover {
  color: var(--chiffry-yellow-lighter);
}

.underlined-link.cc-homepage-link:active {
  color: var(--chiffry-yellow-darker);
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 300px;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 210px;
}

.blog-thumbnail-subheadline {
  color: var(--chiffry-black);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-section {
  background-color: var(--chiffry-black);
  margin-top: 120px;
  margin-bottom: 120px;
}

.product-info-petrol-box {
  background-image: linear-gradient(to bottom, var(--chiffry-black), var(--chiffry-black));
  color: #fff;
  flex-direction: column;
  align-items: center;
  width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.product-info-01 {
  text-align: center;
  width: 940px;
}

.product-info-headline {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 40px;
  font-size: 48px;
  line-height: 60px;
  position: static;
}

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  font-family: Century gothic, sans-serif;
}

.message-form {
  border: 1px solid var(--kobra-white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
}

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  background-color: var(--chiffry-black);
  color: var(--kobra-white);
  background-image: url('../images/chiffry-blurred-glas.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  min-width: 940px;
  max-width: 1440px;
  min-height: 230px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  font-family: Century gothic, sans-serif;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: var(--chiffry-black);
  background-image: url('../images/KOBRA-Stick_ambient-Business.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-bottom: 60px;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  color: var(--chiffry-black);
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.wrap-overlayed {
  background-color: var(--kobra-white);
  width: 940px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.empty-message {
  color: #1d1f2e4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-team-members, .you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  float: right;
  background-color: var(--chiffry-yellow);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: opacity .2s, background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  background-color: var(--chiffry-yellow-lighter);
  opacity: .96;
  color: #fff;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.dark-button:active {
  background-color: var(--chiffry-yellow-darker);
}

.dark-button.expand {
  display: block;
}

.dark-button.expand:hover {
  background-color: var(--chiffry-yellow-lighter);
}

.dark-button.expand:active {
  background-color: var(--chiffry-yellow-darker);
}

.contact-form {
  text-transform: none;
  margin-bottom: 20px;
  text-decoration: none;
}

.contact-form-success-message {
  border: 1px solid var(--line-colour);
  background-color: var(--chiffry-black);
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.rich-text-block {
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.related-blog-detail-post-wrap {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  border: 1px solid var(--line-colour);
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  background-color: var(--line-colour);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  border: 1px solid var(--line-colour);
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

.blog-feed {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-feed-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  text-align: left;
  width: 300px;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.home-blog-item {
  color: #1d1f2eb3;
  border-left: 2px solid #a25f4b33;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  border-left-color: var(--brown-main);
  color: var(--basic-dark-colour);
  background-color: #a25f4b0a;
}

.home-blog-item.w--current {
  color: #1d1f2ed9;
  border-left-color: #a25f4b66;
}

.out-of-stock-message {
  background-color: var(--basic-dark-colour);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

.category-wrap {
  align-items: center;
  display: flex;
}

.category-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px none var(--line-colour);
  border-bottom: 1px none var(--line-colour);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/chiffry-blurred-glas.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
}

.password-field {
  border: 1px solid var(--line-colour);
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.item-image {
  margin-top: 0;
}

.add-to-cart {
  margin-top: 20px;
}

.body {
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  font-family: Century gothic, sans-serif;
}

.paypal-2 {
  color: var(--kobra-white);
}

.heading, .text-block-2, .text-block-3, .div-block, .text-block-4, .heading-2, .line-item, .extra-item, .line-item-2, .heading-3, .text-block-5, .field-label-3, .heading-4, .text-block-6, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .heading-5, .radio-button, .shipping-method, .block-header, .block-content, .block-header-2, .block-content-2, .field-label-9, .field-label-10, .field-label-11, .country, .field-label-12, .field-label-13, .field-label-14, .checkbox-label, .field-label-15, .field-label-16, .field-label-17, .field-label-18 {
  color: var(--chiffry-black);
}

.country-2 {
  border-color: var(--petrol-grey);
}

.checkout-form {
  background-color: var(--kobra-white);
}

.image-3 {
  float: left;
  border: 1px solid var(--kobra-white);
  text-align: left;
  max-width: 100%;
  max-height: 32px;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 0;
}

.div-block-2 {
  width: 100%;
}

.text-block-7 {
  text-align: left;
  object-fit: fill;
}

.div-block-4 {
  width: 940px;
}

.vs-bsi-seal {
  align-self: center;
  width: 10em;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.container {
  margin-top: -85px;
}

.security-features-pic {
  color: var(--kobra-white);
  background-image: url('../images/KOBRA-Stick_ambient-Business.jpg');
  background-position: 54% 30%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.secure-workplace-pic {
  background-image: url('../images/sicherer-mobiler-Arbeitsplatz-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.data-diode-pic {
  background-image: url('../images/Datendiode-1000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 260px;
}

.read-only-windows-pic {
  background-image: url('../images/Read-only-Windows-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.geo-redundant-backup-pic {
  background-image: url('../images/Geo-Redundante-Backups-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.secure-data-transport-pic {
  background-image: url('../images/sicherer-Datentransport-2000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.server-system-migration-pic {
  background-image: url('../images/Migration-Serversysteme-2000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.boot-device-pic {
  background-image: url('../images/Verschlüsseltes-boot-device-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.access-control-pic {
  background-image: url('../images/zwei-faktor-authentisierung-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.kdb-seal {
  align-self: center;
  width: 10em;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.access-control-point {
  max-width: 20px;
}

.request-now-header {
  border: 1px solid var(--chiffry-yellow);
  background-color: var(--chiffry-yellow);
  color: var(--kobra-white);
  align-self: auto;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  transition: background-color .4s, color .4s, border .4s;
}

.request-now-header:hover {
  background-color: var(--chiffry-yellow-lighter);
  color: var(--kobra-white);
}

.request-now-header:active {
  background-color: var(--chiffry-yellow-darker);
}

.source-code-pic {
  background-image: url('../images/Quellcode-hinterlegen-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.airgap {
  background-image: url('../images/Airgap-Überbrückung-1000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.kobra-vs-feature-header {
  color: var(--chiffry-black);
  text-align: center;
  font-family: Century gothic bold, sans-serif;
}

.vs-details-label {
  color: var(--chiffry-yellow);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.kobra-vs-product-description {
  color: var(--chiffry-black);
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.kobra-vs-product-headline {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
  line-height: 50px;
}

.bold-text {
  font-style: normal;
  font-weight: 400;
}

.use-cases-text {
  color: var(--chiffry-black);
  text-align: left;
  padding: 30px 20px 20px;
  font-family: Century gothic, sans-serif;
}

.prduct-details-section {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 60px;
}

.security-mechanism-point {
  color: var(--kobra-white);
  font-family: Century gothic bold, sans-serif;
  font-weight: 400;
}

.kobra-vs-text {
  color: var(--chiffry-black);
  text-align: justify;
  margin-bottom: 60px;
}

.kobra-vs-heading {
  color: var(--chiffry-black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Century gothic bold, sans-serif;
  font-weight: 400;
}

.security-mechanism-header {
  color: var(--kobra-white);
  margin-bottom: 10px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.security-mechanism-block {
  width: 470px;
  margin-top: 15px;
  padding: 40px 50px;
  display: inline-block;
}

.kobra-vs-feature-text {
  color: var(--chiffry-black);
  text-align: justify;
}

.kobra-vs-feature-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.kobra-vs-heading-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Century gothic bold, sans-serif;
}

.security-certificate {
  background-image: url('../images/Logo_VS-NfD-Zulassung_web_1000px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.kobra-client-pic-main-window {
  background-image: url('../images/MainWindow_de.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 580px;
  margin-bottom: 40px;
}

.chiffry-vs-comparison {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
}

.comparison-kobra-drive-vs-pic {
  margin-top: 0;
}

.kobra-vs-downloads {
  text-align: left;
  margin-bottom: 100px;
  font-family: Century gothic, sans-serif;
}

.download-list {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
}

.security-mechanism-content {
  text-align: center;
  min-height: 100px;
}

.os-independent-pic {
  background-image: url('../images/os-independent.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 640px;
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.kobra-vs-encryption-pic {
  background-image: url('../images/Kobra-VS-Funktionsschema.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 640px;
  width: 80%;
  height: 100%;
  min-height: 280px;
  margin-left: auto;
  margin-right: auto;
}

.kobra-brand {
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  width: 156px;
  height: 71px;
  transition: opacity .4s;
}

.kobra-brand:hover {
  opacity: .8;
}

.kobra-brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 156px;
  height: 71px;
}

.column {
  padding-right: 40px;
}

.column-2 {
  padding-left: 40px;
}

.list-item-8 {
  width: 100%;
}

.kora-vs-list {
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.vs-category-description {
  color: var(--chiffry-black);
  text-align: justify;
  font-family: Century gothic, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.kora-vs-list-about {
  text-align: left;
  margin-bottom: 40px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.kora-vs-list-about-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.kobra-vs-heading-h1 {
  color: var(--kobra-white);
  margin-top: -40px;
}

.kobra-vs-heading-h1.sales-partners {
  padding-bottom: 40px;
}

.banner-underheading {
  color: var(--kobra-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.all-links {
  background-color: var(--kobra-white);
  color: var(--chiffry-yellow-darker);
}

.all-links:hover {
  color: var(--chiffry-yellow);
}

.all-links:active {
  color: var(--chiffry-orange);
}

.big-paragraph-full {
  color: var(--kobra-white);
  text-align: left;
  padding-bottom: 40px;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-full.cc-cover-paragraph {
  opacity: .9;
  color: var(--kobra-white);
  text-align: justify;
  border: 1px #000;
  align-self: start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 80px;
}

.heading-home {
  margin-top: -60px;
}

.column-3 {
  padding-right: 0;
}

.security-mechanism-flowtext {
  color: var(--kobra-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.linkedin {
  z-index: 50;
  background-color: var(--chiffry-yellow);
  color: var(--kobra-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.linkedin:hover {
  background-color: var(--chiffry-yellow-lighter);
  opacity: .96;
  color: var(--kobra-white);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.linkedin:active {
  background-color: var(--chiffry-yellow-darker);
  color: var(--kobra-white);
}

.likedin-text {
  color: var(--chiffry-black);
  text-align: center;
  font-family: Century gothic, sans-serif;
}

.linkedin-image {
  width: 100px;
}

.social-media-content-section {
  text-align: center;
  margin-bottom: 60px;
}

.partner-head {
  -webkit-text-stroke-color: var(--chiffry-yellow);
}

.partner-text {
  color: var(--chiffry-black);
  text-align: justify;
}

.partner-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
  margin-bottom: 40px;
}

.partner-contact-text {
  color: var(--chiffry-black);
  text-align: left;
  margin-bottom: 0;
}

.image-6 {
  margin-top: 10px;
}

.bold-contact {
  float: left;
  width: 100px;
}

.contact-head {
  color: var(--chiffry-black);
  text-align: left;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Century gothic bold, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.partner-underhead {
  border-bottom: 1px solid var(--chiffry-yellow-darker);
  color: var(--chiffry-black);
  text-align: center;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.logfiles-pic {
  background-image: url('../images/Log-Files-Website-1500.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.software-deployment-pic {
  background-image: url('../images/Software-Deployment-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.column-4 {
  padding-left: 0;
}

.it-security-made-in-germany-seal {
  align-self: center;
  width: 10em;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.contact-top-text {
  color: var(--chiffry-black);
  text-align: left;
  margin-top: auto;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-third-left {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 2%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

.text-field-third-left:hover {
  border-color: #1d1f2e80;
}

.text-field-third-left:active {
  border-color: #1d1f2e;
}

.text-field-third-left:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-third-left::placeholder {
  color: #1d1f2e4d;
}

.text-field-half-right {
  float: right;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-half-right:hover {
  border-color: #1d1f2e80;
}

.text-field-half-right:active {
  border-color: #1d1f2e;
}

.text-field-half-right:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-half-right::placeholder {
  color: #1d1f2e4d;
}

.text-field-half-clear {
  float: none;
  clear: both;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-half-clear:hover {
  border-color: #1d1f2e80;
}

.text-field-half-clear:active {
  border-color: #1d1f2e;
}

.text-field-half-clear:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-half-clear::placeholder {
  color: #1d1f2e4d;
}

.flow-text {
  color: var(--chiffry-black);
  text-transform: none;
}

.white-flow-text-central {
  color: var(--kobra-white);
  text-align: center;
}

.footer-contact-link {
  background-color: var(--chiffry-yellow);
  color: var(--chiffry-black);
  align-self: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  transition: background-color .4s, color .4s, border .4s;
}

.footer-contact-link:hover {
  background-color: var(--chiffry-yellow-darker);
}

.footer-contact-link:active {
  background-color: var(--chiffry-orange);
}

.image-7 {
  z-index: 999;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.list-item-12 {
  font-family: Century gothic, sans-serif;
}

.tem-members-container {
  display: none;
}

.vs-header-banner-2 {
  color: #fff;
  background-image: url('../images/Kobra-Banner-top-01.jpg');
  background-position: 54% 30%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 940px;
  min-height: 680px;
  margin-top: -200px;
}

.big-paragraph-home-2 {
  color: #fff;
  text-align: left;
  margin-top: 30px;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.white-button-2 {
  z-index: 50;
  float: right;
  background-color: var(--chiffry-yellow);
  color: var(--chiffry-black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button-2:hover {
  background-color: var(--chiffry-yellow-darker);
  opacity: .96;
  color: var(--chiffry-black);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button-2:active {
  background-color: var(--chiffry-orange);
}

.image-8 {
  float: left;
  text-align: left;
  max-width: 100%;
  max-height: 22px;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 0;
}

.header-background-color-white {
  background-color: var(--chiffry-black);
  justify-content: center;
  align-items: stretch;
  min-width: 940px;
  max-width: 1440px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.product-info-petrol-box-2 {
  background-image: linear-gradient(to bottom, var(--chiffry-black), var(--chiffry-black));
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.footer-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-block-logo {
  float: left;
  width: 25%;
}

.footer-block-contact {
  float: left;
  width: 16%;
  min-width: 140px;
  height: 150px;
}

.footer-container-kobra {
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}

.footer-block-menu {
  float: left;
  width: 25%;
}

.footer-center-block {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.vs-details-label-2 {
  color: var(--chiffry-yellow);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.vs-product-description-01-2 {
  color: #003940;
  text-align: left;
}

.text-field-third-right {
  float: right;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

.text-field-third-right:hover {
  border-color: #1d1f2e80;
}

.text-field-third-right:active {
  border-color: #1d1f2e;
}

.text-field-third-right:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-third-right::placeholder {
  color: #1d1f2e4d;
}

.text-field-third-middle {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 32%;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 1%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
}

.text-field-third-middle:hover {
  border-color: #1d1f2e80;
}

.text-field-third-middle:active {
  border-color: #1d1f2e;
}

.text-field-third-middle:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-third-middle::placeholder {
  color: #1d1f2e4d;
}

.text-field-half-left {
  float: left;
  border: 1px solid var(--petrol-grey);
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  border-radius: 0;
  width: 49%;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 18px 24px;
  font-family: Century gothic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-half-left:hover {
  border-color: #1d1f2e80;
}

.text-field-half-left:active {
  border-color: #1d1f2e;
}

.text-field-half-left:focus {
  border-color: var(--basic-dark-colour);
}

.text-field-half-left::placeholder {
  color: #1d1f2e4d;
}

.partner-contact-text-2 {
  color: #003940;
  text-align: left;
  margin-bottom: 0;
}

.all-links-2 {
  color: var(--chiffry-yellow);
}

.all-links-2:hover {
  color: #cc3b52;
}

.all-links-2:active {
  color: #91081c;
}

.language-switcher-toggle-absolute-2 {
  z-index: 999;
  flex: none;
  align-self: center;
  width: 50px;
  height: 35px;
  margin-right: 75px;
  padding: 0 0 0 15px;
  position: static;
  top: 20px;
  bottom: auto;
  right: 3%;
}

.language-switcher-toggle-absolute-2.w--open {
  background-color: #fff;
}

.div-block-5 {
  flex: none;
  order: 0;
  align-self: auto;
  display: block;
  position: static;
}

.header-wrap-logo {
  background-color: #fff;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.header-wrap-logo.cc-menu {
  z-index: 900;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #003940;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: center;
  align-items: center;
  width: 196px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.wrap-2 {
  background-color: #fff;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-2.cc-menu {
  z-index: 900;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #003940;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-self: flex-start;
  place-items: center stretch;
  width: 100%;
  height: 50px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.all-links-4 {
  color: #c10a27;
  background-color: #fff;
}

.all-links-4:hover {
  color: #cc3b52;
}

.all-links-4:active {
  color: #91081c;
}

.dropdown-list-2 {
  margin-left: 4px;
}

.dropdown-list-2.w--open {
  margin-top: 38px;
  margin-left: 0;
}

.grid-3 {
  grid-template: "Area Area-2"
  / 1fr 5fr;
  display: flex;
  position: relative;
}

.menu-item-wrap-2 {
  color: #003940;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  flex: none;
  order: 0;
  align-self: center;
  align-items: center;
  margin-right: 14px;
  padding: 4px 0;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border .6s;
  position: relative;
  overflow: auto;
}

.menu-item-wrap-2:hover {
  opacity: 1;
  border-bottom-color: #c10a27;
}

.menu-item-wrap-2:active {
  color: #91081c;
  border-bottom-color: #91081c;
}

.menu-item-wrap-2.w--current {
  clear: right;
  opacity: 1;
  color: #91081c;
}

.menu-item-wrap-2.w--current:hover {
  color: #003940;
  border-bottom-width: 2px;
  border-bottom-color: #91081c;
}

.language-switcher-toggle-2 {
  padding: 0;
  position: static;
}

.language-switcher-toggle-2.w--open {
  background-color: #fff;
}

.language-switcher-2 {
  top: 50%;
  transform: translate(0, -50%);
}

.request-now-header-2 {
  clear: none;
  color: #fff;
  text-align: left;
  text-transform: none;
  object-fit: contain;
  background-color: #c10a27;
  border: 1px solid #c10a27;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  align-content: flex-start;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  top: 8px;
  overflow: visible;
}

.request-now-header-2:hover {
  color: #fff;
  background-color: #cc3b52;
}

.request-now-header-2:active {
  background-color: #91081c;
}

.nav-menu-2 {
  color: #003940;
  flex: 1;
  align-self: flex-start;
  font-style: normal;
}

.menu-item-2 {
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-2:hover {
  color: #002b30;
}

.grid-4 {
  flex-wrap: nowrap;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: static;
  right: 0;
}

.menu-item-deco-line-2 {
  opacity: 0;
  background-color: #c10a27;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-item-deco-line-2:active {
  background-color: #91081c;
}

.menu-2 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--kobra-white);
  color: #003940;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  line-height: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.kobra-brand-2 {
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-style: none;
  width: 156px;
  height: 71px;
  transition: opacity .4s;
}

.kobra-brand-2:hover {
  opacity: .8;
}

.kobra-brand-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Kobra-Infosec-Logo-RGB.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 156px;
  height: 71px;
}

.header-wrap {
  justify-content: center;
  display: flex;
}

.big-paragraph-full-center {
  color: var(--kobra-white);
  text-align: center;
  padding-bottom: 40px;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-header {
  background-color: var(--kobra-white);
  color: var(--chiffry-yellow);
  padding-left: 10px;
  padding-right: 10px;
}

.link-header:hover {
  color: var(--chiffry-yellow-lighter);
}

.link-header:active {
  color: var(--chiffry-yellow-darker);
}

.kobra-vs-text-flowing {
  color: var(--chiffry-black);
  text-align: left;
}

.navbar-2 {
  background-color: var(--kobra-white);
  display: none;
}

.menu-item-wrap-3 {
  color: #003940;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  transition: color .4s, border .6s;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap-3:hover {
  opacity: 1;
  border-bottom-color: #c10a27;
}

.menu-item-wrap-3:active {
  color: #91081c;
  border-bottom-color: #91081c;
}

.menu-item-wrap-3.w--current {
  clear: right;
  opacity: 1;
  color: #91081c;
}

.menu-item-wrap-3.w--current:hover {
  color: #003940;
  border-bottom-width: 2px;
  border-bottom-color: #91081c;
}

.big-paragraph-half {
  color: var(--kobra-white);
  text-align: left;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph-half.cc-cover-paragraph {
  float: left;
  opacity: .9;
  color: var(--kobra-white);
  text-align: justify;
  border: 1px #000;
  align-self: start;
  width: 50%;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 40px;
}

.big-paragraph-picture {
  float: left;
  color: var(--kobra-white);
  text-align: left;
  width: 50%;
  font-family: Century gothic, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.header-pic-second {
  float: right;
  margin-top: 0;
}

.download-list-style-2 {
  background-color: #ebeff0;
  border: 1px #000;
  margin-bottom: 10px;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.download-link-2 {
  color: #fff;
  text-align: center;
  background-color: #c10a27;
  border: 1px #000;
  margin-bottom: 10px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.download-link-2:hover {
  color: #fff;
  background-color: #cc3b52;
  border-bottom-color: #a25f4bb3;
}

.download-link-2:active {
  color: #fff;
  background-color: #91081c;
}

.download-link-text {
  background-color: var(--chiffry-yellow);
  color: var(--chiffry-black);
  text-align: center;
  white-space: pre-wrap;
  min-width: 100px;
  padding: 10px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
}

.download-link-text:hover {
  background-color: var(--chiffry-yellow-darker);
  color: var(--chiffry-black);
  border-bottom-color: #a25f4bb3;
}

.download-link-text:active {
  background-color: var(--chiffry-orange);
  color: #fff;
}

.parallax-section-2 {
  background-image: url('../images/chiffry-blurred-glas.jpg'), linear-gradient(to bottom, var(--chiffry-black), var(--chiffry-black));
  background-position: 50% 75%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: 240px;
  padding-top: 40px;
  position: relative;
}

.copyright-2 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 10px;
  font-family: Century gothic bold, sans-serif;
}

.magazine-text-wrap-2 {
  margin-bottom: 20px;
}

.icons-2 {
  float: left;
  margin-top: auto;
}

.white-flow-text {
  color: #fff;
  text-align: center;
  margin-right: 10%;
  padding-left: 20px;
}

.center-pic {
  width: 100%;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.center-pic-little {
  width: 100%;
  margin-top: 0;
  padding-left: 25%;
  padding-right: 25%;
}

.secure-workplace-pic-copy {
  background-image: url('../images/sicherer-mobiler-Arbeitsplatz-1500px.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.os-pics {
  width: 100%;
  height: 100%;
}

.os-image {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

.os-heading {
  color: var(--chiffry-black);
  text-align: center;
  font-family: Century gothic, sans-serif;
}

.os-sections {
  height: 220px;
}

.kobra-vs-text-copy {
  color: var(--chiffry-black);
  text-align: left;
  margin-bottom: 60px;
}

.os-link {
  border-bottom: 2px solid var(--chiffry-yellow);
  color: var(--chiffry-yellow);
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.os-link:hover {
  border-bottom-color: var(--chiffry-yellow-lighter);
  color: var(--chiffry-yellow-lighter);
}

.os-link:active {
  border-bottom-color: var(--chiffry-yellow-darker);
  color: var(--chiffry-yellow-darker);
}

.os-link.cc-homepage-link {
  color: var(--chiffry-yellow);
}

.os-link.cc-homepage-link:hover {
  color: var(--chiffry-orange);
}

.os-link.cc-homepage-link:active {
  color: var(--chiffry-yellow-darker);
}

.os-column {
  margin-bottom: 40px;
}

.os-background-win11 {
  background-image: url('../images/win11.png');
  background-position: 50%;
  background-size: auto;
  min-height: 22%;
}

.column-5 {
  height: 100%;
}

.news-post-header {
  color: var(--chiffry-black);
  text-align: left;
  margin-top: 10px;
  font-family: Century gothic bold, sans-serif;
}

.news-post-picture {
  z-index: 10;
  float: left;
  width: auto;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.news-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  margin-bottom: 60px;
}

.news-section-flowtext {
  color: var(--chiffry-black);
  text-align: justify;
  font-family: Century gothic, sans-serif;
}

.news-post-header-h6-italic {
  color: var(--chiffry-black);
  text-align: justify;
  margin-top: 10px;
  font-family: Century gothic bold, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.news-date {
  border-bottom: 1px solid var(--chiffry-black);
  color: var(--chiffry-black);
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.news-section-bold-text {
  color: var(--chiffry-black);
  text-align: justify;
  font-family: Century gothic bold, sans-serif;
}

.news-read-more {
  background-color: var(--chiffry-yellow);
  color: var(--chiffry-black);
  text-align: center;
  min-width: 100px;
  padding: 10px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
}

.news-read-more:hover {
  background-color: var(--chiffry-yellow-darker);
  color: #fff;
  border-bottom-color: #a25f4bb3;
}

.news-read-more:active {
  background-color: var(--chiffry-orange);
  color: #fff;
}

.news-overall-short {
  border-bottom: 1px solid var(--chiffry-black);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.news-overall-date {
  color: var(--chiffry-black);
  text-align: left;
  font-family: Century gothic, sans-serif;
}

.news-overall-post-header {
  color: var(--chiffry-black);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Century gothic bold, sans-serif;
}

.news-overall-header-h6-italic {
  clear: both;
  color: var(--chiffry-black);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.news-overall-column {
  margin-left: 0;
  margin-right: 0;
}

.news-overall-picture {
  z-index: 10;
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  position: relative;
}

.kobra-vs-heading-h3 {
  color: var(--chiffry-black);
  text-align: center;
  margin-top: 40px;
  font-family: Century gothic bold, sans-serif;
  font-size: 24px;
}

.dropdown-list-3 {
  position: relative;
}

.dropdown-list-3.w--open {
  color: var(--chiffry-black);
  background-color: #0000;
  font-family: Century gothic, sans-serif;
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 0;
}

.download-list-flowtext {
  border-top: 1px solid var(--chiffry-black);
  color: var(--chiffry-black);
  white-space: pre-wrap;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: Century gothic, sans-serif;
}

.download-list-flowtext:hover {
  color: var(--chiffry-black);
  background-color: #0000;
}

.dropdown {
  width: 100%;
}

.faq-dropdown-button {
  color: var(--chiffry-black);
  text-align: left;
  white-space: pre-wrap;
  padding-left: 40px;
  font-family: Century gothic, sans-serif;
  transition: color .4s, border-color .4s;
}

.faq-dropdown-button:hover {
  color: var(--kobra-petrol-lighter);
  border-bottom-color: #a25f4bb3;
}

.faq-dropdown-button:active {
  color: var(--kobra-petrol-darker);
}

.dropdown-icon-kobra-vs-2 {
  float: left;
  width: 20px;
  margin: 5px 20px 0 0;
}

.language-switcher-image-wrap {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.language-switcher-image-wrap:hover {
  background-color: #0000;
  border-color: #0003;
}

.language-switcher-image-wrap.dropdown-toggle {
  padding-right: 30px;
}

.language-switcher-image-wrap.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.language-switcher-image-wrap.dropdown-toggle.light {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.logo {
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
}

.first-nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.dropdown-icon {
  color: var(--chiffry-black);
  margin-right: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-link {
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.dropdown-link:hover {
  color: var(--chiffry-yellow-darker);
}

.dropdown-link:active {
  color: var(--chiffry-orange);
}

.dropdown-link:focus, .dropdown-link:focus-visible, .dropdown-link[data-wf-focus-visible], .dropdown-link:visited {
  color: var(--chiffry-black);
}

.dropdown-link.w--current {
  color: var(--chiffry-yellow-darker);
}

.dropdown-link.w--current:hover {
  color: var(--chiffry-yellow);
}

.dropdown-link.w--current:active {
  color: var(--chiffry-yellow-darker);
}

.second-nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.logo-block {
  z-index: 10;
  color: var(--chiffry-black);
  margin-right: 30px;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.light:hover {
  color: var(--chiffry-black);
  background-color: #f3f2f2;
}

.nav-link.dropdown-toggle.light.w--open {
  background-color: var(--petrol-lighter);
}

.nav-link.light {
  color: var(--chiffry-black);
  text-transform: none;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition-duration: .2s, .4s;
}

.nav-link.light:hover {
  border-color: #fff3 #fff3 var(--chiffry-yellow);
  color: var(--chiffry-black);
}

.nav-link.light.w--current {
  color: var(--chiffry-yellow-darker);
}

.nav-link.light.w--current:visited {
  color: var(--chiffry-black);
}

.request-now-header-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.request-now-header-3:hover {
  background-color: #0000;
  border-color: #0003;
}

.request-now-header-3.light {
  float: right;
  background-color: var(--chiffry-yellow);
  color: var(--chiffry-black);
  text-transform: none;
  border-radius: 0;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 2px;
  padding: 10px;
  font-size: 15px;
}

.request-now-header-3.light:hover {
  background-color: var(--chiffry-yellow-darker);
  border-color: #fff3;
}

.request-now-header-3.light:active {
  background-color: var(--chiffry-orange);
}

.request-now-header-3.light.w--current {
  float: right;
}

.container-2 {
  display: inline;
}

.language-switcher {
  float: right;
  margin-top: 15px;
}

.navbar {
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  padding: 20px;
  font-family: Century gothic, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-icon-kobra-vs--header {
  width: 15px;
  margin: 0 10px 0 2px;
  position: absolute;
}

.text-block-8 {
  float: left;
}

.nav-link-mobile {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link-mobile:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link-mobile.dropdown-toggle {
  padding-right: 30px;
}

.nav-link-mobile.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link-mobile.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link-mobile.dropdown-toggle.light.w--open {
  background-color: var(--petrol-grey);
}

.nav-link-mobile.light {
  color: var(--chiffry-black);
  text-transform: none;
  margin-top: 10px;
  margin-right: 2px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Century gothic, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: none;
}

.nav-link-mobile.light:hover {
  border-color: #fff3;
}

.logo-mobile {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.header-main-banner-image {
  background-image: linear-gradient(#fff 13%, #0000 44%), url('../images/chiffry_banner2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 500px;
}

.text-block-9 {
  float: left;
  text-align: left;
  object-fit: fill;
}

.white-button-3 {
  z-index: 50;
  float: right;
  color: #c10a27;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button-3:hover {
  opacity: .96;
  color: #cc3b52;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button-3:active {
  color: #91081c;
}

.div-block-6 {
  width: 100%;
}

.header-image-2 {
  background-color: #003940;
  justify-content: center;
  align-items: stretch;
  min-width: 940px;
  max-width: 1440px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.product-info-petrol-box-3 {
  color: #fff;
  background-image: linear-gradient(#003940, #003940);
  flex-direction: column;
  align-items: center;
  width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.column-7 {
  padding-left: 0;
}

.product-info-headline-2 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
  position: static;
}

.product-info-01-2 {
  text-align: center;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-9 {
  float: left;
  text-align: left;
  border: 1px solid #fff;
  max-width: 100%;
  max-height: 32px;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 0;
}

.header-headline-wrap-2 {
  margin-bottom: 25px;
}

.column-8 {
  padding-right: 0;
}

.chiffry-download-badge {
  z-index: 50;
  float: right;
  color: var(--chiffry-black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.chiffry-download-badge:hover {
  opacity: .96;
  color: var(--chiffry-black);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.chiffry-download-badge:active {
  color: var(--chiffry-orange);
}

.download-badge-pic {
  margin-top: 0;
  margin-bottom: 0;
}

.download-badge-pic:hover {
  opacity: .9;
}

.page-header-content {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-header-content.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.page-header-content.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-header-content.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-header-content.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide {
  height: 470px;
}

.image-10 {
  margin-top: 0;
  margin-left: 57px;
}

.mask {
  height: 600px;
}

.slider {
  background-color: var(--kobra-white);
  height: 600px;
}

.chiffry-slider-image {
  margin-top: 0;
  margin-left: 70px;
}

.div-block-8 {
  width: 470px;
}

.icon, .icon-2 {
  background-color: var(--chiffry-black);
}

.chiffry-download-site-badge {
  z-index: 50;
  float: left;
  color: var(--chiffry-black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.chiffry-download-site-badge:hover {
  opacity: .96;
  color: var(--chiffry-black);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.chiffry-download-site-badge:active {
  color: var(--chiffry-orange);
}

.grid-5 {
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.column-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.chiffry-version-text {
  color: var(--chiffry-black);
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.kobra-vs-product-description-copy {
  color: var(--chiffry-black);
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.chiffry-version-function {
  color: var(--chiffry-black);
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}

.chiffry-function-header-1 {
  color: var(--chiffry-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.chiffry-function-header-2 {
  color: var(--chiffry-yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.chiffry-versions-comparison {
  grid-column-gap: 20px;
  background-color: var(--chiffry-background-grey);
  border-radius: 15px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.chiffry-dropdown-list {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 60px;
  font-family: Century gothic, sans-serif;
  list-style-type: disc;
}

.chiffry-faq-list-pic {
  color: var(--chiffry-black);
  margin-top: 15px;
  margin-left: 40px;
  padding-left: 40px;
  display: flex;
}

.download-list-flowtext-2 {
  color: var(--chiffry-black);
  white-space: pre-wrap;
  margin-left: 40px;
  padding-top: 0;
  padding-left: 40px;
  font-family: Century gothic, sans-serif;
}

.download-list-flowtext-2:hover {
  color: var(--chiffry-black);
  background-color: #0000;
}

.chiffry-dropdown-list-numbers {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 60px;
  font-family: Century gothic, sans-serif;
  list-style-type: decimal;
}

.chiffry-normal-text {
  color: var(--chiffry-black);
  text-align: justify;
  font-family: Century gothic, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.all-links-supporter-2 {
  background-color: var(--kobra-white);
  color: var(--chiffry-yellow-darker);
  padding-left: 100px;
}

.all-links-supporter-2:hover {
  color: var(--chiffry-yellow);
}

.all-links-supporter-2:active {
  color: var(--chiffry-orange);
}

.chiffry-download-badge-copy {
  z-index: 50;
  float: right;
  color: var(--chiffry-black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: static;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.chiffry-download-badge-copy:hover {
  opacity: .96;
  color: var(--chiffry-black);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.chiffry-download-badge-copy:active {
  color: var(--chiffry-orange);
}

.div-block-9 {
  margin-bottom: 10px;
}

.download-list-pic {
  color: var(--chiffry-black);
  white-space: pre-wrap;
  margin-bottom: 0;
  font-family: Century gothic, sans-serif;
}

.download-list-pic:hover {
  color: var(--chiffry-black);
  background-color: #0000;
}

.page-second-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-second-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}

.page-second-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-second-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-second-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.second-deco-block {
  background-color: var(--chiffry-black);
  color: var(--kobra-white);
  background-image: url('../images/chiffry-blurred-glas.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  max-width: 1440px;
  min-height: 100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  font-family: Century gothic, sans-serif;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.second-deco-block.styleguide-deco-block {
  background-color: var(--chiffry-black);
  background-image: url('../images/KOBRA-Stick_ambient-Business.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-bottom: 60px;
}

.request-now-header-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.request-now-header-4:hover {
  background-color: #0000;
  border-color: #0003;
}

.request-now-header-4.light {
  float: right;
  color: var(--chiffry-black);
  text-transform: none;
  background-color: #ffc200;
  border-radius: 0;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 2px;
  padding: 10px;
  font-size: 15px;
}

.request-now-header-4.light:hover {
  background-color: #f7ab00;
  border-color: #fff3;
}

.request-now-header-4.light:active {
  background-color: #f09300;
}

.request-now-header-4.light.w--current {
  float: right;
}

.dropdown-link-header {
  background-color: var(--kobra-white);
  color: var(--chiffry-black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.dropdown-link-header:hover {
  color: var(--chiffry-yellow-darker);
}

.dropdown-link-header:active {
  color: var(--chiffry-orange);
}

.dropdown-link-header:focus, .dropdown-link-header:focus-visible, .dropdown-link-header[data-wf-focus-visible], .dropdown-link-header:visited {
  color: var(--chiffry-black);
}

.dropdown-link-header.w--current {
  color: var(--chiffry-yellow-darker);
}

.dropdown-link-header.w--current:hover {
  color: var(--chiffry-yellow);
}

.dropdown-link-header.w--current:active {
  color: var(--chiffry-yellow-darker);
}

.dropdown-list-header.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.footer-normal-text, .footer-normal-text-left {
  color: var(--chiffry-black);
  text-align: left;
  min-width: 100%;
  font-family: Century gothic, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.logo-image-footer {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image-footer.cc-footer-logo {
  width: 200px;
  margin-top: 20px;
  margin-left: -5px;
}

.logo-image-footer.cc-blog-about {
  margin-bottom: 15px;
}

.kobra-vs-heading-h2 {
  color: var(--kobra-white);
}

.kobra-vs-heading-h2.sales-partners {
  padding-bottom: 40px;
}

.all-links--white {
  color: #fff;
}

.all-links--white:hover {
  color: #ccd7d9;
}

.all-links--white:active {
  color: #ebeff0;
}

.icons-3 {
  float: left;
  margin-top: auto;
}

.white-flow-text-2 {
  color: #fff;
  text-align: center;
  margin-right: 10%;
  padding-left: 20px;
}

.kobra-vs-comparison {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
}

.parallax-section {
  background-image: url('../images/chiffry-blurred-glas.jpg'), linear-gradient(#003940, #003940);
  background-position: 50% 75%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: 240px;
  padding-top: 40px;
  position: relative;
}

.magazine-text-wrap-3 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .kobra-vs-security-mechanism {
    text-align: center;
    align-self: center;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    text-align: center;
    align-self: end;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-item-mobile {
    color: var(--chiffry-black);
    text-align: center;
    display: block;
  }

  .menu-item-mobile:hover {
    color: var(--chiffry-yellow);
  }

  .menu-item-mobile:active {
    color: var(--chiffry-yellow-darker);
  }

  .menu-item-wrap {
    color: var(--chiffry-black);
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap:hover {
    color: var(--chiffry-yellow);
  }

  .menu-item-wrap:active {
    color: var(--chiffry-yellow-darker);
  }

  .menu-item-wrap.w--current:hover {
    color: var(--chiffry-yellow);
  }

  .menu-item-wrap.w--current:active {
    color: var(--chiffry-yellow-darker);
  }

  .content.cc-subscribe-form, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding: 0 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 2;
    background-color: var(--kobra-white);
    color: var(--chiffry-black);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    transition: opacity .4s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
    padding-bottom: 20px;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    clear: both;
    margin-top: 38px;
    margin-bottom: 0;
    margin-right: 40px;
    display: inline-block;
    position: relative;
  }

  .big-paragraph {
    text-align: justify;
    width: 100%;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 40%;
  }

  .about-image-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .about-section-1 {
    text-align: center;
    padding-left: 0;
  }

  .about-section-2 {
    text-align: center;
    margin-bottom: auto;
    padding-right: 0;
  }

  .team-picture {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-link, .footer-link.w--current {
    text-align: center;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .premium-block {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .header-section {
    background-color: var(--chiffry-black);
    color: var(--kobra-white);
    margin-top: 97px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .product-info-petrol-box {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .product-info-01 {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .product-info-headline {
    color: var(--chiffry-black);
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    min-height: 0;
    margin-top: 100px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .wrap-overlayed {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dark-button {
    margin-top: 20px;
  }

  .contact-form {
    margin-bottom: 0;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    border-style: none;
    border-width: 0;
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    background-position: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .category-wrap {
    justify-content: center;
    width: 100%;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .utility-page-content {
    max-width: 400px;
  }

  .container {
    flex: none;
    margin-top: auto;
    padding-bottom: 20px;
  }

  .security-features-pic {
    background-size: cover;
    height: auto;
    min-height: 280px;
  }

  .secure-workplace-pic {
    min-height: none;
    background-image: url('../images/sicherer-mobiler-Arbeitsplatz.jpg');
    background-size: contain;
    width: 100%;
  }

  .data-diode-pic {
    width: 100%;
    min-height: 220px;
  }

  .read-only-windows-pic {
    min-height: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .geo-redundant-backup-pic, .secure-data-transport-pic {
    min-height: none;
    width: 100%;
  }

  .server-system-migration-pic {
    background-size: cover;
    width: 80%;
    height: auto;
    min-height: 350px;
    margin-bottom: 30px;
  }

  .boot-device-pic {
    width: 100%;
    min-height: 350px;
  }

  .access-control-pic {
    width: 80%;
    min-height: 260px;
  }

  .access-control-point {
    margin-bottom: 0;
  }

  .request-now-header {
    margin-top: 29px;
    margin-bottom: 0;
  }

  .source-code-pic {
    background-size: 640px;
    min-height: 260px;
  }

  .airgap {
    width: 100%;
    min-height: 220px;
    margin-bottom: 30px;
  }

  .kobra-vs-product-description {
    align-self: center;
    margin-top: -20px;
  }

  .use-cases-text {
    align-self: center;
  }

  .prduct-details-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .security-mechanism-point {
    text-align: center;
  }

  .kobra-vs-text {
    align-self: center;
  }

  .kobra-vs-heading, .security-mechanism-header {
    text-align: center;
  }

  .security-mechanism-block {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .kobra-vs-feature-text {
    align-self: center;
  }

  .kobra-vs-heading-left {
    text-align: left;
  }

  .security-certificate {
    background-size: contain;
    width: 100%;
    margin-bottom: auto;
  }

  .kobra-client-pic-main-window {
    background-position: 50%;
    background-size: contain;
    min-height: 480px;
  }

  .chiffry-vs-comparison {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .kobra-vs-downloads {
    text-align: center;
    padding-right: 0;
  }

  .download-list {
    padding-left: 0;
  }

  .os-independent-pic, .kobra-vs-encryption-pic {
    min-height: none;
    width: 100%;
    height: 320px;
  }

  .kobra-brand.w--current {
    flex: 0 auto;
  }

  .column {
    margin-bottom: 40px;
  }

  .it-security-label {
    background-size: contain;
    width: 100%;
    margin-bottom: auto;
  }

  .kobra-vs-heading-h1 {
    text-align: left;
    margin-top: 0;
  }

  .kobra-vs-heading-h1.sales-partners {
    text-align: center;
    margin-top: 0;
  }

  .banner-underheading {
    text-align: left;
  }

  .big-paragraph-full {
    padding-bottom: 0;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-right: 270px;
    padding-bottom: 0;
  }

  .heading-home {
    text-align: left;
    margin-top: 0;
  }

  .security-mechanism-flowtext {
    text-align: center;
    width: 100%;
  }

  .likedin-text, .partner-text {
    align-self: center;
  }

  .partner-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    display: flex;
  }

  .partner-pic {
    min-height: none;
    width: 300px;
  }

  .partner-contact-text {
    align-self: center;
  }

  .logfiles-pic {
    width: 100%;
    min-height: 350px;
  }

  .software-deployment-pic {
    width: 80%;
    height: auto;
    min-height: 350px;
    margin-bottom: 30px;
  }

  .contact-top-text {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-field-third-left, .text-field-half-right, .text-field-half-clear {
    width: 100%;
    margin-right: 0%;
  }

  .flow-text {
    text-align: left;
  }

  .white-flow-text-central {
    align-self: center;
    margin-right: auto;
  }

  .footer-contact-link {
    text-align: center;
    align-self: center;
    width: auto;
    display: inline-block;
  }

  .image-7:hover {
    background-color: var(--kobra-white);
  }

  .vs-header-banner-2 {
    background-position: 0%;
    background-size: 100%;
    width: 100%;
    min-height: 550px;
    margin-top: -20px;
  }

  .big-paragraph-home-2 {
    text-align: left;
  }

  .white-button-2 {
    float: none;
    margin-right: 0;
  }

  .header-background-color-white {
    clear: both;
    width: 100%;
    min-width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
  }

  .product-info-petrol-box-2 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .footer-container {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-block-logo {
    width: 100%;
  }

  .footer-block-contact {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .footer-container-kobra {
    display: inline-block;
  }

  .footer-block-menu {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .footer-center-block {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .vs-product-description-01-2 {
    align-self: center;
  }

  .text-field-third-right, .text-field-third-middle, .text-field-half-left {
    width: 100%;
    margin-right: 0%;
  }

  .partner-contact-text-2 {
    align-self: center;
  }

  .language-switcher-toggle-absolute-2 {
    margin-right: 30px;
    position: fixed;
    top: 32px;
    right: 10%;
  }

  .header-wrap-logo {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-wrap-logo.cc-menu {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }

  .wrap-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-2.cc-menu {
    z-index: 1;
    background-color: #0000;
    height: 100px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .dropdown-list-2.w--open {
    margin-left: -20px;
  }

  .grid-3 {
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-item-wrap-2 {
    color: #003940;
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap-2:hover {
    color: #c10a27;
  }

  .menu-item-wrap-2:active {
    color: #91081c;
  }

  .menu-item-wrap-2.w--current {
    opacity: 1;
  }

  .request-now-header-2 {
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 30%;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-menu-2 {
    z-index: 1;
    opacity: 1;
    color: #003940;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    position: absolute;
    left: 0%;
    right: 0%;
    overflow: visible;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-item-2 {
    text-transform: none;
  }

  .grid-4 {
    z-index: 999;
    position: fixed;
  }

  .menu-item-deco-line-2 {
    display: none;
  }

  .menu-2 {
    height: 100px;
  }

  .menu-icon-2 {
    margin-top: -20px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
  }

  .kobra-brand-2 {
    padding-bottom: 0;
  }

  .kobra-brand-2.w--current {
    flex: 0 auto;
  }

  .menu-button-2 {
    opacity: .6;
    margin-top: 3px;
    margin-right: 0%;
    padding: 0;
    transition: opacity .4s;
    position: relative;
    top: 50%;
  }

  .menu-button-2:hover {
    opacity: 1;
  }

  .menu-button-2:active {
    opacity: .8;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .big-paragraph-full-center {
    text-align: left;
  }

  .kobra-vs-text-flowing {
    align-self: center;
  }

  .navbar-2 {
    background-color: #c10a27;
    height: 1px;
    display: block;
  }

  .nav-menu-5 {
    background-color: #fff;
    top: 99px;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .menu-item-wrap-3 {
    color: #003940;
    border-bottom-style: none;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-wrap-3:hover {
    color: #c10a27;
  }

  .menu-item-wrap-3:active {
    color: #91081c;
  }

  .menu-item-wrap-3.w--current {
    opacity: 1;
  }

  .big-paragraph-half.cc-cover-paragraph {
    float: left;
    text-align: left;
    width: 50%;
  }

  .download-list-style-2 {
    max-width: 100%;
  }

  .parallax-section-2 {
    height: 260px;
  }

  .copyright-2 {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .magazine-text-wrap-2 {
    margin-bottom: 0;
  }

  .white-flow-text {
    align-self: center;
  }

  .center-pic {
    padding-left: 0%;
    padding-right: 0%;
  }

  .center-pic-little {
    padding-left: 10%;
    padding-right: 10%;
  }

  .secure-workplace-pic-copy {
    min-height: none;
    background-image: url('../images/sicherer-mobiler-Arbeitsplatz.jpg');
    background-size: contain;
    width: 100%;
  }

  .os-pics {
    min-height: none;
    width: 100%;
  }

  .os-sections {
    text-align: center;
    padding-left: 0;
  }

  .kobra-vs-text-copy {
    align-self: center;
  }

  .os-background-win11, .os-secure-workspace {
    text-align: center;
    padding-left: 0;
  }

  .news-post-header {
    position: relative;
  }

  .news-post-picture {
    width: 50%;
    height: auto;
    position: relative;
  }

  .news-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .news-section-flowtext {
    align-self: center;
    position: relative;
  }

  .news-post-header-h6-italic {
    position: relative;
  }

  .news-date, .news-section-bold-text {
    align-self: center;
    position: relative;
  }

  .news-overall-short {
    padding-bottom: 0;
  }

  .news-overall-date {
    align-self: center;
    position: relative;
  }

  .news-overall-post-header {
    position: relative;
  }

  .news-overall-header-h6-italic {
    clear: both;
    position: relative;
  }

  .news-overall-picture {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .kobra-vs-heading-h3 {
    text-align: center;
  }

  .faq-dropdown-button {
    padding-left: 60px;
  }

  .dropdown-icon-kobra-vs-2 {
    margin-left: 20px;
  }

  .transparant-menu-button {
    float: right;
    background-color: var(--chiffry-black);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-top: 7px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button:hover {
    background-color: var(--kobra-petrol-lighter);
  }

  .transparant-menu-button:active, .transparant-menu-button.w--open {
    background-color: var(--kobra-petrol-darker);
  }

  .language-switcher-image-wrap {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .language-switcher-image-wrap:hover {
    color: #fff;
    background-color: #000;
  }

  .language-switcher-image-wrap.dropdown-toggle {
    color: #fff;
  }

  .language-switcher-image-wrap.dropdown-toggle.light {
    background-color: var(--kobra-white);
    width: auto;
  }

  .first-nav-menu {
    border-bottom: 1px solid var(--chiffry-black);
    background-color: var(--kobra-white);
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .dropdown-icon {
    color: var(--chiffry-black);
    margin-right: 30px;
  }

  .dropdown-icon:hover {
    color: var(--kobra-white);
  }

  .dropdown-list.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 #0000;
  }

  .dropdown-link {
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 15px;
  }

  .dropdown-link:hover {
    color: var(--chiffry-yellow);
  }

  .dropdown-link:active {
    color: var(--chiffry-yellow-darker);
  }

  .second-nav-menu {
    z-index: 0;
    float: none;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .nav-link.dropdown-toggle.light {
    color: var(--chiffry-black);
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.dropdown-toggle.light:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav-link.dropdown-toggle.light.w--open {
    background-color: var(--petrol-lighter);
  }

  .nav-link.light {
    background-color: var(--kobra-white);
    border-width: 0;
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.light:hover {
    color: var(--chiffry-yellow);
  }

  .nav-link.light:active {
    color: var(--chiffry-yellow-darker);
  }

  .nav-link.light.w--current {
    border-color: #0000;
  }

  .request-now-header-3 {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .request-now-header-3:hover {
    color: #fff;
    background-color: #000;
  }

  .request-now-header-3.light {
    border-color: #0000;
    width: auto;
  }

  .request-now-header-3.light:hover {
    background-color: var(--chiffry-yellow-lighter);
  }

  .request-now-header-3.light:active {
    background-color: var(--chiffry-yellow-darker);
  }

  .request-now-header-3.light.w--current {
    border-color: #0000;
  }

  .dropdown-2 {
    width: 100%;
    max-width: 1500px;
  }

  .navbar {
    min-height: 100px;
  }

  .dropdown-icon-kobra-vs--header {
    margin-left: 20px;
  }

  .nav-link-mobile {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link-mobile:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link-mobile.dropdown-toggle {
    color: #fff;
  }

  .nav-link-mobile.dropdown-toggle.light {
    color: var(--chiffry-black);
  }

  .nav-link-mobile.dropdown-toggle.light.w--open {
    background-color: var(--petrol-grey);
  }

  .nav-link-mobile.light {
    border-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 1500px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
  }

  .nav-link-mobile.light:hover {
    background-color: var(--kobra-white);
    color: var(--chiffry-yellow);
  }

  .nav-link-mobile.light:active {
    background-color: var(--kobra-white);
    color: var(--chiffry-yellow-darker);
  }

  .nav-link-mobile.light.w--current {
    border-color: #0000;
  }

  .header-image-2 {
    clear: both;
    width: 100%;
    min-width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: relative;
  }

  .product-info-petrol-box-3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .product-info-headline-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .product-info-01-2 {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .chiffry-download-badge {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-header-content {
    width: 100%;
  }

  .page-header-content.cc-overlayed-headline {
    width: 80%;
    padding-bottom: 20px;
  }

  .page-header-content.cc-category-blog-headline, .page-header-content.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slide, .mask {
    height: auto;
  }

  .slider {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .chiffry-slider-image {
    width: 40%;
    height: auto;
    margin-left: 30%;
    margin-right: 30%;
  }

  .div-block-8 {
    width: 100%;
  }

  .chiffry-download-site-badge {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .chiffry-version-text {
    align-self: center;
  }

  .kobra-vs-product-description-copy {
    align-self: center;
    margin-top: -20px;
  }

  .chiffry-version-function {
    align-self: center;
  }

  .chiffry-versions-comparison {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .chiffry-faq-list-pic {
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
    padding-left: 0;
  }

  .chiffry-download-badge-copy {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .download-list-pic {
    text-align: center;
  }

  .page-second-headline-wrap.cc-overlayed-headline {
    width: 80%;
    padding-bottom: 20px;
  }

  .page-second-headline-wrap.cc-category-blog-headline, .page-second-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .second-deco-block {
    min-width: auto;
    max-width: none;
    min-height: 0;
    margin-top: 100px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .second-deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .request-now-header-4 {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .request-now-header-4:hover {
    color: #fff;
    background-color: #000;
  }

  .request-now-header-4.light {
    border-color: #0000;
    width: auto;
  }

  .request-now-header-4.light:hover {
    background-color: #cc3b52;
  }

  .request-now-header-4.light:active {
    background-color: #91081c;
  }

  .request-now-header-4.light.w--current {
    border-color: #0000;
  }

  .dropdown-link-header {
    padding-top: 11px;
    padding-bottom: 12px;
    padding-left: 60px;
    font-size: 15px;
  }

  .dropdown-link-header:hover {
    color: var(--chiffry-yellow);
  }

  .dropdown-link-header:active {
    color: var(--chiffry-yellow-darker);
  }

  .dropdown-list-header.w--open {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 #0000;
  }

  .footer-normal-text {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
  }

  .footer-normal-text-left {
    text-align: center;
    align-self: center;
  }

  .logo-image-footer.cc-footer-logo {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .kobra-vs-heading-h2 {
    text-align: left;
    margin-top: 0;
  }

  .kobra-vs-heading-h2.sales-partners {
    text-align: center;
    margin-top: 0;
  }

  .white-flow-text-2 {
    align-self: center;
    margin-right: 0%;
  }

  .kobra-vs-comparison {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .parallax-section {
    height: 320px;
  }

  .magazine-text-wrap-3 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .white-button {
    float: none;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::placeholder {
    text-align: center;
  }

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .menu-icon {
    margin-left: 10px;
    margin-right: 20px;
  }

  .big-paragraph {
    width: 100%;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 100%;
  }

  .content-wrap {
    min-height: auto;
  }

  .about-image-section-wrap {
    margin-bottom: 20px;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .team-picture {
    background-position: 50% 0;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image.cc-footer-logo {
    margin-top: 20px;
  }

  .premium-block {
    margin-bottom: 0;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .product-info-petrol-box {
    justify-content: center;
  }

  .product-info-01 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .product-info-headline {
    text-align: center;
    margin-right: 0;
  }

  .deco-block {
    padding-left: 4%;
    padding-right: 4%;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .category-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-4 {
    width: auto;
  }

  .vs-bsi-seal {
    margin-left: auto;
    margin-right: 10px;
  }

  .server-system-migration-pic {
    min-height: 260px;
    margin-bottom: auto;
  }

  .boot-device-pic {
    min-height: 260px;
  }

  .access-control-pic {
    width: 100%;
    min-height: 220px;
  }

  .kdb-seal {
    margin-left: 10px;
    margin-right: auto;
  }

  .request-now-header {
    margin-left: -30px;
  }

  .source-code-pic {
    background-size: cover;
  }

  .airgap {
    margin-bottom: auto;
  }

  .kobra-vs-feature-header {
    text-align: left;
  }

  .kobra-vs-product-description {
    margin-top: 20px;
  }

  .kobra-vs-product-headline {
    text-align: center;
    font-family: Century gothic, sans-serif;
  }

  .use-cases-text {
    width: 100%;
  }

  .security-mechanism-header {
    text-align: center;
  }

  .security-mechanism-block {
    width: 100%;
    padding: 30px 10% 0;
  }

  .kobra-client-pic-main-window {
    min-height: 380px;
  }

  .download-list {
    padding-left: 0;
  }

  .security-mechanism-content {
    min-height: auto;
  }

  .os-independent-pic {
    background-size: contain;
  }

  .kobra-vs-encryption-pic {
    background-size: contain;
    height: 240px;
    min-height: 0;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .kobra-vs-heading-h1 {
    text-align: left;
    font-size: 30px;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    margin-right: 249px;
  }

  .security-mechanism-flowtext {
    width: 100%;
  }

  .linkedin {
    float: none;
  }

  .social-media-content-section {
    margin-bottom: 0;
  }

  .logfiles-pic {
    min-height: 260px;
  }

  .software-deployment-pic {
    min-height: 260px;
    margin-bottom: auto;
  }

  .it-security-made-in-germany-seal {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-field-third-left {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-left::placeholder {
    text-align: center;
  }

  .text-field-half-right {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-right::placeholder {
    text-align: center;
  }

  .text-field-half-clear {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-clear::placeholder {
    text-align: center;
  }

  .white-flow-text-central {
    text-align: left;
    margin-right: auto;
    padding-left: 38%;
  }

  .image-7 {
    margin-left: 20px;
  }

  .vs-header-banner-2 {
    background-position: 50%;
    min-height: 450px;
  }

  .white-button-2 {
    float: none;
    margin-right: 0;
  }

  .header-background-color-white {
    min-width: auto;
  }

  .product-info-petrol-box-2 {
    justify-content: center;
  }

  .text-field-third-right {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-right::placeholder {
    text-align: center;
  }

  .text-field-third-middle {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-third-middle::placeholder {
    text-align: center;
  }

  .text-field-half-left {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-half-left::placeholder {
    text-align: center;
  }

  .language-switcher-toggle-absolute-2 {
    padding-left: 0;
    right: 10%;
  }

  .language-switcher-toggle-absolute-2.w--open {
    padding-left: 0;
  }

  .header-wrap-logo {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-wrap-logo.cc-menu {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-2.cc-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-list-2.w--open {
    margin-left: -20px;
  }

  .language-switcher-toggle-2, .language-switcher-toggle-2.w--open {
    padding-left: 0;
  }

  .menu-icon-2 {
    margin-left: 0;
  }

  .kobra-brand-2.w--current {
    padding-right: 20px;
  }

  .menu-button-2 {
    margin-top: 3px;
    margin-left: 0;
    padding-left: 0;
  }

  .big-paragraph-half.cc-cover-paragraph {
    text-align: left;
  }

  .download-list-style-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }

  .parallax-section-2 {
    height: 320px;
  }

  .copyright-2 {
    margin-top: 10px;
  }

  .icons-2 {
    margin-left: 25%;
  }

  .white-flow-text {
    text-align: left;
    margin-right: auto;
    padding-left: 38%;
  }

  .center-pic-little {
    padding-left: 0%;
    padding-right: 0%;
  }

  .os-image {
    width: 30%;
  }

  .os-sections {
    height: auto;
  }

  .os-column {
    margin-bottom: 0;
  }

  .news-post-header {
    clear: both;
    text-align: left;
  }

  .news-post-picture {
    clear: both;
    width: 100%;
    padding-right: 0;
  }

  .news-section-wrap {
    margin-bottom: 20px;
  }

  .news-overall-post-header {
    clear: both;
    text-align: left;
    line-height: 30px;
  }

  .news-overall-header-h6-italic {
    clear: both;
    text-align: left;
  }

  .news-all-column-inner-01 {
    padding-left: 0;
    padding-right: 0;
  }

  .news-overall-picture {
    width: 100%;
  }

  .column-6 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    margin-top: 12px;
    padding-top: 8px;
  }

  .language-switcher-image-wrap {
    padding-left: 25px;
  }

  .language-switcher-image-wrap.dropdown-toggle.light {
    margin-left: 0;
  }

  .logo {
    margin-top: 0;
  }

  .dropdown-link {
    padding-left: 10px;
  }

  .logo-block {
    margin-right: 0;
  }

  .nav-link, .request-now-header-3 {
    padding-left: 25px;
  }

  .request-now-header-3.light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .language-switcher {
    margin-top: 15px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-mobile {
    padding-left: 25px;
  }

  .nav-link-mobile.light {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-mobile {
    margin-top: 0;
  }

  .header-main-banner-image {
    background-image: linear-gradient(#fff 17%, #0000 61%), url('../images/chiffry_banner2.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
  }

  .white-button-3 {
    float: none;
  }

  .header-image-2 {
    min-width: auto;
  }

  .product-info-petrol-box-3 {
    justify-content: center;
  }

  .chiffry-download-badge {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-header-content {
    width: 100%;
  }

  .page-header-content.cc-overlayed-headline, .page-header-content.cc-category-blog-headline, .page-header-content.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .chiffry-download-site-badge {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .chiffry-version-text {
    margin-bottom: 10px;
  }

  .kobra-vs-product-description-copy, .chiffry-version-function {
    margin-top: 20px;
  }

  .chiffry-download-badge-copy {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-second-headline-wrap {
    width: 90%;
  }

  .page-second-headline-wrap.cc-overlayed-headline, .page-second-headline-wrap.cc-category-blog-headline, .page-second-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .second-deco-block {
    padding-left: 4%;
    padding-right: 4%;
  }

  .second-deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .request-now-header-4 {
    padding-left: 25px;
  }

  .request-now-header-4.light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-header {
    padding-left: 60px;
  }

  .logo-image-footer.cc-footer-logo {
    margin-top: 20px;
  }

  .kobra-vs-heading-h2 {
    text-align: left;
    font-size: 30px;
  }

  .white-flow-text-2 {
    text-align: left;
  }

  .parallax-section {
    height: 320px;
  }
}

@media screen and (max-width: 479px) {
  .white-button {
    float: left;
    margin-top: 14px;
    position: relative;
    left: auto;
  }

  .kobra-vs-security-mechanism.cc-premium-block-paragraph {
    text-align: center;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .page-headline-wrap.cc-overlayed-headline.cc-white-headline {
    padding-bottom: 0;
  }

  .menu-icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .big-paragraph {
    width: 100%;
    margin-bottom: 0;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
  }

  .about-image-section-wrap {
    margin-bottom: 60px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .logo-image {
    width: 50px;
    height: 71px;
  }

  .logo-image.cc-footer-logo {
    align-self: center;
    width: 50%;
    margin-top: 20px;
  }

  .premium-block {
    margin-bottom: 0;
  }

  .premium-content-headline {
    text-align: center;
    font-size: 20px;
  }

  .product-info-headline {
    text-align: center;
    padding-top: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .deco-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .utility-page-content {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .vs-bsi-seal {
    margin-right: auto;
    display: block;
  }

  .container {
    align-self: center;
    position: relative;
  }

  .secure-workplace-pic {
    background-size: contain;
    min-height: 260px;
  }

  .data-diode-pic {
    min-height: 140px;
  }

  .read-only-windows-pic, .geo-redundant-backup-pic {
    background-size: contain;
    min-height: 260px;
  }

  .secure-data-transport-pic {
    background-size: contain;
    min-height: 300px;
  }

  .server-system-migration-pic {
    width: 100%;
    min-height: 200px;
  }

  .boot-device-pic {
    min-height: 200px;
  }

  .access-control-pic {
    min-height: 180px;
  }

  .kdb-seal {
    margin-left: auto;
    display: block;
  }

  .request-now-header {
    margin-left: -10px;
  }

  .source-code-pic {
    background-size: cover;
    min-height: 200px;
  }

  .airgap {
    min-height: 140px;
  }

  .kobra-vs-feature-header, .vs-details-label {
    font-size: 20px;
  }

  .kobra-vs-product-description {
    padding-left: 0;
  }

  .kobra-vs-heading {
    font-size: 20px;
  }

  .security-mechanism-header {
    text-align: center;
    font-size: 20px;
  }

  .kobra-client-pic-main-window {
    min-height: 200px;
  }

  .security-mechanism-bold-red {
    font-size: 16px;
  }

  .os-independent-pic {
    background-size: contain;
    height: auto;
    min-height: 230px;
  }

  .kobra-vs-encryption-pic {
    background-size: contain;
    height: 140px;
  }

  .logo-image {
    clear: both;
  }

  .kobra-brand, .kobra-brand.w--current {
    background-image: url('../images/Kobra-Infosec-Logo-without-text-RGB.svg');
    background-size: contain;
    width: 40px;
  }

  .column-2 {
    padding-left: 0;
  }

  .kora-vs-list, .kora-vs-list-about {
    padding-left: 20px;
  }

  .kobra-vs-heading-h1 {
    text-align: left;
    font-size: 22px;
  }

  .banner-underheading {
    text-align: left;
    font-size: 20px;
  }

  .big-paragraph-full.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .security-mechanism-flowtext {
    text-align: center;
    width: 100%;
  }

  .linkedin {
    margin-top: 14px;
  }

  .likedin-text {
    margin-bottom: 0;
  }

  .partner-head {
    font-size: 16px;
  }

  .partner-section-wrap {
    margin-bottom: 60px;
  }

  .partner-pic {
    width: 200px;
  }

  .image-6 {
    margin-bottom: 0;
  }

  .logfiles-pic {
    background-size: contain;
    min-height: 200px;
  }

  .software-deployment-pic {
    width: 100%;
    min-height: 200px;
  }

  .it-security-made-in-germany-seal {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-top-text {
    padding-left: 0;
  }

  .white-flow-text-central {
    margin-bottom: auto;
    padding-left: 27%;
  }

  .image-7 {
    margin-left: 0;
  }

  .vs-header-banner-2 {
    background-position: 0 0;
    background-size: cover;
    min-height: 400px;
  }

  .magazine-text-wrap {
    margin-bottom: 10px;
  }

  .white-button-2 {
    margin-top: 14px;
    margin-right: 0;
    position: relative;
    left: auto;
  }

  .vs-details-label-2 {
    font-size: 20px;
  }

  .language-switcher-toggle-absolute-2 {
    margin-left: 0;
    margin-right: 30px;
    right: 1px;
  }

  .header-wrap-logo {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-wrap-logo.cc-menu {
    height: 100px;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 0;
    display: block;
  }

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-2.cc-menu {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .dropdown-list-2.w--open {
    margin-top: 23px;
    margin-left: 0;
    top: 40px;
    right: 0;
  }

  .language-switcher-toggle-2 {
    margin-left: 0;
  }

  .request-now-header-2 {
    margin-left: 35px;
  }

  .menu-icon-2 {
    margin-left: 0;
  }

  .kobra-brand-2, .kobra-brand-2.w--current {
    background-image: url('../images/Kobra-Infosec-Logo-without-text-RGB.svg');
    background-size: contain;
    width: 40px;
  }

  .menu-button-2 {
    margin-top: 3px;
    margin-right: 20px;
  }

  .big-paragraph-half.cc-cover-paragraph {
    text-align: left;
    width: 100%;
    margin-top: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .big-paragraph-picture {
    width: 100%;
  }

  .header-pic-second {
    float: none;
    display: none;
  }

  .copyright-2 {
    margin-bottom: 20px;
  }

  .magazine-text-wrap-2 {
    margin-bottom: 10px;
  }

  .icons-2 {
    margin-left: 6%;
  }

  .white-flow-text {
    margin-bottom: auto;
    padding-left: 27%;
  }

  .secure-workplace-pic-copy, .os-pics {
    background-size: contain;
    min-height: 260px;
  }

  .os-image {
    margin-bottom: 10px;
  }

  .news-post-header {
    font-size: 20px;
  }

  .news-post-picture {
    background-size: contain;
  }

  .news-section-wrap {
    margin-bottom: 60px;
  }

  .news-section-flowtext, .news-date, .news-section-bold-text, .news-overall-date {
    padding-left: 0;
  }

  .news-overall-post-header {
    font-size: 20px;
    line-height: 30px;
  }

  .news-overall-picture {
    background-size: contain;
  }

  .kobra-vs-heading-h3 {
    font-size: 20px;
  }

  .download-list-flowtext {
    margin-left: 0;
    padding-left: 0;
  }

  .transparant-menu-button {
    margin-right: 0;
  }

  .logo {
    margin-top: 0;
    display: none;
  }

  .dropdown-list.w--open {
    margin-left: -20px;
  }

  .nav-link.dropdown-toggle.light, .nav-link.light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .request-now-header-3.light {
    display: none;
  }

  .language-switcher {
    margin-left: 20px;
  }

  .nav-link-mobile.light {
    padding-left: 20px;
  }

  .logo-mobile {
    margin-top: 0;
    display: inline-block;
  }

  .header-main-banner-image {
    background-image: linear-gradient(#fff 17%, #0000 61%), url('../images/chiffry_banner2.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
  }

  .white-button-3 {
    float: left;
    margin-top: 14px;
    position: relative;
    left: auto;
  }

  .product-info-headline-2 {
    text-align: left;
    padding-top: 60px;
    padding-left: 0%;
  }

  .chiffry-download-badge {
    margin-top: 14px;
    margin-bottom: 10px;
    position: relative;
  }

  .page-header-content.cc-overlayed-headline.cc-white-headline {
    padding-bottom: 0;
  }

  .chiffry-slider-image {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .chiffry-download-site-badge {
    margin-top: 14px;
    margin-bottom: 10px;
    position: relative;
  }

  .chiffry-version-text {
    margin-bottom: 0;
    padding-left: 0;
  }

  .kobra-vs-product-description-copy, .chiffry-version-function {
    padding-left: 0;
  }

  .chiffry-function-header-1, .chiffry-function-header-2 {
    font-size: 20px;
  }

  .chiffry-dropdown-list {
    margin-left: 0;
    padding-left: 20px;
  }

  .chiffry-faq-list-pic {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .download-list-flowtext-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .chiffry-dropdown-list-numbers {
    margin-left: 0;
    padding-left: 20px;
  }

  .chiffry-download-badge-copy {
    margin-top: 14px;
    margin-bottom: 10px;
    position: relative;
  }

  .download-list-pic {
    margin-left: 0;
    padding-left: 0;
  }

  .page-second-headline-wrap.cc-overlayed-headline.cc-white-headline {
    padding-bottom: 0;
  }

  .second-deco-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .second-deco-block.styleguide-deco-block {
    background-image: linear-gradient(to bottom, var(--kobra-transparent), var(--kobra-transparent)), url('../images/KOBRA-Stick_ambient-Business.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .request-now-header-4.light {
    display: none;
  }

  .dropdown-link-header {
    padding-left: 40px;
  }

  .footer-normal-text, .footer-normal-text-left {
    margin-bottom: 0;
  }

  .logo-image-footer {
    width: 50px;
    height: 71px;
  }

  .logo-image-footer.cc-footer-logo {
    align-self: center;
    width: 50%;
    margin-top: 20px;
  }

  .kobra-vs-heading-h2 {
    text-align: left;
    font-size: 22px;
  }

  .icons-3 {
    margin-left: 6%;
  }

  .white-flow-text-2 {
    margin-bottom: auto;
  }

  .magazine-text-wrap-3 {
    margin-bottom: 10px;
  }
}

#w-node-c5c6b448-a8cd-6274-7664-aff72d3e12dd-7f532887 {
  place-self: auto;
}

#w-node-c5c6b448-a8cd-6274-7664-aff72d3e12e2-7f532887 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5c6b448-a8cd-6274-7664-aff72d3e12ee-7f532887 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-b0bdd295-7d02-82a1-2c6f-6a1452aba43e-7f532887 {
  place-self: start;
}

#w-node-ce8af68c-bdc9-ce22-da31-e610641fe406-7f5328be {
  place-self: auto;
}

#w-node-ce8af68c-bdc9-ce22-da31-e610641fe40b-7f5328be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce8af68c-bdc9-ce22-da31-e610641fe418-7f5328be {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start center;
}

#w-node-cf66338d-4e1d-4aa0-20ab-be086c70ed22-7f5328be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cf66338d-4e1d-4aa0-20ab-be086c70ed27-7f5328be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_69369982-9c9b-79c0-1f13-66330f95a720-7f5328be {
  place-self: start;
}

#w-node-_65d73f9a-a45d-af9f-db21-e987ac13dba0-7f5328d7 {
  place-self: auto;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-7f5328d9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-7f5328d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-7f5328da {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-7f5328da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b5f5720-e3d0-ff79-7c81-c0c174450466-7f5328e0 {
  place-self: start;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-7f5328e1, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-7f5328e1, #w-node-a8d2e8a0-5e3d-a764-5f31-66aa7c608c6f-7f5328e1 {
  place-self: auto;
}

#w-node-b6fd0991-f2ef-4ba0-ba07-41ec33145de9-7f5328e1, #w-node-b4e371cc-9001-4bfd-00e2-cfb062990543-7f5328e2 {
  place-self: start;
}

#w-node-_9d26a27d-b95c-6cb3-7bda-66f7ea8c0621-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9d26a27d-b95c-6cb3-7bda-66f7ea8c062e-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f54118f-500b-50e8-e55b-4f975a760ab9-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0f54118f-500b-50e8-e55b-4f975a760adc-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2ca9b-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2cabe-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ec97c75c-3f44-7a7f-74cc-a00e40871fd2-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec97c75c-3f44-7a7f-74cc-a00e40871ff4-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c78b0307-07e6-a73a-449c-4b0a4dcededa-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c78b0307-07e6-a73a-449c-4b0a4dcedefc-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f21eebad-b0ef-3910-198d-ed67d2e925e0-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f21eebad-b0ef-3910-198d-ed67d2e92602-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b9bb36a-d1f1-f606-c61d-c513f4b2abab-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b9bb36a-d1f1-f606-c61d-c513f4b2abcd-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70504bae-ed43-c593-3eee-ebc4c81536d1-7f5328e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70504bae-ed43-c593-3eee-ebc4c81536f3-7f5328e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef1db60d-9cc5-6159-22c7-29e2d4c04da5-7f5328ea, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-bc05387d, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-bc05387d, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-bc05387d, #w-node-b216f13d-d000-1f67-9c53-e52e2edd0176-bc05387d, #w-node-_42a6f2f3-0a78-ea9d-a902-a2dc1b9f89cb-bc05387d, #w-node-_6f00f5e3-6e8e-7a97-78ac-c6a628273208-bc05387d, #w-node-a4d7436f-3f93-4a8c-a2fa-288d78d098b1-bc05387d {
  place-self: auto;
}

#w-node-_6cd28768-9c2e-93c3-a36c-b580d2fde795-bc05387d {
  place-self: start;
}

#w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc26-c16e6891, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc2c-c16e6891, #w-node-c4701c52-7dc2-df9e-b4c6-0e3a94fbcc38-c16e6891, #w-node-b216f13d-d000-1f67-9c53-e52e2edd0176-c16e6891, #w-node-_42a6f2f3-0a78-ea9d-a902-a2dc1b9f89cb-c16e6891, #w-node-_6f00f5e3-6e8e-7a97-78ac-c6a628273208-c16e6891, #w-node-a4d7436f-3f93-4a8c-a2fa-288d78d098b1-c16e6891, #w-node-_101e597d-127d-111c-7f23-5c334d620aeb-c16e6891, #w-node-ac5e6d30-55fb-977f-7518-88d394e7619c-c16e6891, #w-node-_9e964943-4cd2-60fc-b9c1-31606c266b02-c16e6891, #w-node-_02e8f4ab-e86e-a6dd-2bdb-4f667083dc70-c16e6891, #w-node-_910957ee-5149-baeb-f789-35573cf30569-c16e6891, #w-node-fba3472a-0a4a-b8cb-589e-7a8b35372051-c16e6891, #w-node-_57a2884b-8324-8f14-a79d-b8afe8273ce5-c16e6891, #w-node-_89852672-6cd6-0163-69fb-d433c8e0b757-c16e6891 {
  place-self: auto;
}

#w-node-e44930ea-d339-e6d6-91ca-006146807d80-c16e6891, #w-node-_91e780e5-8deb-9ad6-051c-f3c9d4538ade-fd576196 {
  place-self: start;
}

#w-node-c5c6b448-a8cd-6274-7664-aff72d3e12dd-3522f65f {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-c5c6b448-a8cd-6274-7664-aff72d3e12e2-7f532887, #w-node-ce8af68c-bdc9-ce22-da31-e610641fe40b-7f5328be, #w-node-_9d26a27d-b95c-6cb3-7bda-66f7ea8c0621-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9d26a27d-b95c-6cb3-7bda-66f7ea8c062e-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0f54118f-500b-50e8-e55b-4f975a760ab9-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f54118f-500b-50e8-e55b-4f975a760adc-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2ca9b-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-af8ce177-d00c-a3bd-66fa-fcde0bd2cabe-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ec97c75c-3f44-7a7f-74cc-a00e40871fd2-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ec97c75c-3f44-7a7f-74cc-a00e40871ff4-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c78b0307-07e6-a73a-449c-4b0a4dcededa-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c78b0307-07e6-a73a-449c-4b0a4dcedefc-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f21eebad-b0ef-3910-198d-ed67d2e925e0-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f21eebad-b0ef-3910-198d-ed67d2e92602-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_9b9bb36a-d1f1-f606-c61d-c513f4b2abab-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9b9bb36a-d1f1-f606-c61d-c513f4b2abcd-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_70504bae-ed43-c593-3eee-ebc4c81536d1-7f5328e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70504bae-ed43-c593-3eee-ebc4c81536f3-7f5328e8 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century gothic bold';
  src: url('../fonts/CenturyGothicBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}