/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
::selection {
  background: #034745;
  /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #034745;
  /* Gecko Browsers */
  color: white;
}
body {
  font-family: 'Raleway', sans-serif;
  padding: 50px 0 0 0;
  hyphens: manual;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  color: rgba(52, 52, 52, 0.8);
}
h1 {
  color: rgba(52, 52, 52, 0.8);
  font-size: 280%;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-family: "Bitter", serif;
}
@media (max-width: 767px) {
  h1 {
    font-size: 220%;
    margin-top: 15px;
  }
}
h2 {
  font-size: 280%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 200%;
  }
}
h5 {
  font-weight: bold;
  font-size: 140%;
}
.container jumbo {
  padding-bottom: 0;
}
.jumbo {
  padding-bottom: 0;
}
.jumbo .titeltext {
  padding-top: 0;
  margin-bottom: 0;
}
.jumbo .titeltext .testen-startseite {
  width: 250px;
}
@media (max-width: 1199px) {
  .jumbo .titeltext .testen-startseite {
    width: 220px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.jumbo .titeltext .secondarybutton {
  min-width: 250px;
}
@media (max-width: 1199px) {
  .jumbo .titeltext .secondarybutton {
    width: 220px;
    font-size: 16px;
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .jumbo .titeltext .secondarybutton {
    margin-left: 0;
    margin-top: 0;
  }
}
.jumbo .titeltext h1 {
  font-size: 180%;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .jumbo .titeltext h1 {
    font-size: 380%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .jumbo .titeltext h1 {
    font-size: 230%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .jumbo .titeltext h1 {
    font-size: 300%;
    text-align: left;
    margin-top: 35px;
  }
}
@media (min-width: 1400px) {
  .jumbo .titeltext h1 {
    font-size: 300%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.jumbo .titeltext h3 {
  margin-bottom: 15px;
  font-size: 110%;
  line-height: 140%;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .jumbo .titeltext h3 {
    margin-top: 4.5px;
    margin-bottom: 10px;
    font-size: 230%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .jumbo .titeltext h3 {
    font-size: 130%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .jumbo .titeltext h3 {
    font-size: 130%;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .jumbo .titeltext h3 {
    font-size: 160%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.jumbo .titeltext ul {
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .jumbo .titeltext ul {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .jumbo .titeltext ul {
    padding-left: 30px;
  }
}
.jumbo .titeltext ul li {
  font-size: 110%;
}
@media (min-width: 768px) {
  .jumbo .titeltext ul li {
    font-size: 180%;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .jumbo .titeltext ul li {
    font-size: 119%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .jumbo .titeltext ul li {
    font-size: 119%;
  }
}
@media (min-width: 1400px) {
  .jumbo .titeltext ul li {
    font-size: 140%;
  }
}
@media (min-width: 992px) {
  .jumbo .titeltext {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .jumbo .titeltext {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .jumbo .titeltext {
    padding-top: 50px;
  }
}
.container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.titel-blau h4 {
  margin-top: 25px;
}
ul {
  list-style: square;
  color: rgba(52, 52, 52, 0.8);
}
.button-blau {
  background: #6ca7c4;
  border: #6ca7c4;
}
.button-blau :hover {
  background: rgba(108, 167, 196, 0.8);
}
.titel-blau {
  background-color: #6ca7c4;
  margin-right: 0px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 4px;
  padding: 20px 0 20px 0;
}
.titel-blau h4 {
  color: white;
  text-transform: uppercase;
}
.footer {
  background-color: #646464;
  padding-bottom: 70px;
  position: relative;
}
.footer p {
  font-size: 85%;
}
.bottom-footer {
  margin-top: 25px;
  padding-top: 35px;
}
.prozessdarstellung_mobile_titelcollapse {
  margin-left: -5px;
}
.content-prozess-mobile .loesungen-collapse-icon-mobile {
  width: 12px;
  float: left;
  margin-top: 1.5px;
  margin-right: 7px;
}
.titel-investoren {
  color: #D6943D;
}
.titel {
  font-size: 160%;
}
.zwischentitel {
  font-size: 120%;
  margin-top: 25px;
  padding-top: 0;
}
.zwischentitel h3 {
  font-size: 120%;
  margin-top: 25px;
  padding-top: 0;
}
.zttop {
  margin-top: -110px;
}
@media (min-width: 992px) {
  .starter,
  .advanced,
  .professional,
  .teams {
    width: 29.8%;
    margin-left: 30px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .starter,
  .advanced,
  .professional,
  .teams {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    min-height: 0 !important;
  }
}
.starter img,
.advanced img,
.professional img,
.teams img {
  width: 60px;
}
.starter .pricing-collapse-icon,
.advanced .pricing-collapse-icon,
.professional .pricing-collapse-icon,
.teams .pricing-collapse-icon {
  width: 12px;
}
@media (max-width: 767px) {
  .faq {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .content-box {
    padding: 10px 40px 10px 30px !important;
  }
  .header-box {
    margin-bottom: 5px !important;
  }
}
.pricing_overview h2 a {
  color: rgba(52, 52, 52, 0.8);
}
.pricing_overview a:hover {
  text-decoration: none;
}
.pricing_overview h2 {
  font-size: 220%;
}
@media (max-width: 767px) {
  .pricing_overview h2 {
    margin-top: 5px;
  }
}
.haken ul {
  list-style-image: url("../images/hakengruen_small.png");
  line-height: 2.2;
}
.advanced,
.teams,
.professional {
  min-height: 900px;
  margin-bottom: 30px;
}
.starter {
  border: 2px solid #a8a8a8;
  padding: 0;
  margin-top: 30px;
}
.starter .price-overview {
  background: #a8a8a8;
}
.advanced {
  border: 2px solid #929292;
  padding: 0;
  margin-top: 30px;
}
.advanced .price-overview {
  background: #929292;
}
.professional {
  border: 2px solid #04A059;
  padding: 0;
  margin-top: 30px;
}
.professional .price-overview {
  background: #04A059;
}
.professional p small {
  font-size: 10px;
  margin-bottom: 0;
}
.icon-preview-landing {
  width: 80px;
  margin: 15px 0 15px 0 !important;
}
@media (max-width: 767px) {
  .icon-preview-landing {
    width: 60px;
  }
}
.teams {
  border: 2px solid #034745;
  padding: 0;
  margin-top: 30px;
}
.teams .price-overview {
  background: #034745;
}
.teams p small {
  font-size: 10px;
  margin-bottom: 0;
}
.pricing-table-white .haken {
  margin-bottom: 0;
  padding-bottom: 0;
}
.price-overview {
  background: #04A059;
  padding: 20px 20px 20px 30px;
  color: white;
}
.price-overview h2 {
  margin-top: 0;
  color: white;
}
.pricing-table-white {
  background: white;
  color: rgba(52, 52, 52, 0.8);
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px 5px 5px;
}
.pricing-table-white li {
  color: rgba(52, 52, 52, 0.8);
  text-align: left;
  padding-left: 10px;
  margin-left: 10px;
}
.pricing-subtitle {
  margin-top: 30px;
  margin-bottom: 0;
}
.pricing-table-green {
  background: rgba(3, 72, 69, 0.8);
  margin: 0 20px 15px 20px;
  padding: 1px 5px 1px 0;
  color: white;
}
.pricing-table-green a {
  display: table;
}
.pricing-table-green a img,
.pricing-table-green a p {
  display: table-cell;
}
.pricing-table-green a img {
  margin: -2px 10px 0 10px;
}
.pricing-table-green li {
  color: inherit;
  margin-left: 0;
}
.collapse-professional {
  padding: 55px 0 55px 0;
}
.collapse-advanced {
  padding: 15px 0 15px 0;
}
.pricing-table-secondrow {
  background: #EBECEE;
  padding: 20px 20px 10px 30px;
}
.pricing-table-secondrow-plus {
  height: 90px;
}
.pricing-preis {
  font-size: 35px;
  margin-bottom: 0;
}
.pretitle {
  padding-left: 30px;
  margin-top: 20px;
}
.pretitle a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .pretitle {
    margin-top: 0;
  }
}
.pretitle p {
  padding-bottom: 20px;
}
.faq {
  margin-left: 15px;
}
.pricing-details-table {
  text-align: center;
}
.pricing-details-table td {
  height: 40px;
  padding: 0;
  min-width: 130px;
}
.pricing-details-table td:nth-of-type(4) {
  background: #929292;
  color: whitesmoke;
}
.pricing-details-table td:nth-of-type(5) {
  background: #04A059;
  color: whitesmoke;
}
.pricing-details-table td:nth-of-type(6) {
  background: #034845;
  color: whitesmoke;
}
.pricing-details-table td:nth-of-type(1) {
  text-align: left;
  padding-left: 10px;
}
.prc-det {
  margin-bottom: 5px;
  margin-top: 5px !important;
}
.zenke {
  margin-left: 27%;
}
.title-pricing-table {
  font-size: 18px;
}
.kaufen-pricing {
  margin: 15px;
}
.aufklappen-inhalt {
  padding-left: 44px;
  font-size: 13px;
  margin-bottom: 20px;
  text-align: justify;
}
.aufklappen > a {
  margin: 10px 0;
  display: table;
}
.aufklappen > a img {
  display: table-cell;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nebenprodukte {
  margin: -15px 1% 15px 0;
  width: 32.33%;
}
.nebenprodukte-right {
  margin-top: -15px;
}
.icon-products {
  height: 80px;
  margin: 15px 0 15px 0;
}
.nav > li {
  padding: 0;
}
.froschgruen {
  background-color: #D0FC4B;
}
.blau {
  background-color: #0A3860;
  color: white;
}
.blau:hover {
  background-color: #0A3860;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.arrow_box {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #D6943D;
}
.marginonen {
  margin-bottom: 0;
}
.randonen {
  border-right: solid #D6943D;
  width: 35px;
  margin-top: -10px;
}
.content-prozess-mobile {
  margin-left: 22.5px;
}
.prozess-col-3 {
  width: 24%;
}
.prozess-col-4 {
  width: 33%;
}
.text-prozess {
  margin-left: 200px;
}
.fragezeichen {
  width: 20px;
}
.untertitel h2,
.untertitel h3 {
  font-size: 130%;
  color: white;
  padding: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.blue {
  color: #6ca7c4;
}
.bg-orange {
  background-color: #D6943D;
}
.orange {
  color: #d6943d;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  color: rgba(52, 52, 52, 0.8);
  padding: 0;
}
.bg-darkgreen {
  background-color: #034745;
}
.bg-green {
  background-color: #64B879;
}
.bg-grey {
  background-color: #EBECEE;
  width: 100%;
}
.numbers {
  font-size: 180%;
  margin-left: 32%;
  color: white;
  margin-bottom: 20px;
}
.titel-bereich {
  font-size: 250%;
  margin-top: 0;
  margin-bottom: 0;
}
.titel-gold {
  background-color: #D6943D;
  margin-right: 0;
  margin-bottom: 20px;
  letter-spacing: 4px;
  padding: 20px 0 20px 0;
}
.titel-gold h4 {
  color: white;
  text-transform: uppercase;
}
.prozesslinie {
  background: #D6943D;
  margin-top: -20px;
  margin-left: -55px;
  width: 70px;
  height: 5px;
  border: none;
}
h2 {
  font-size: 200%;
  margin-top: 25px;
  margin-bottom: 15px;
  color: rgba(52, 52, 52, 0.8);
  font-family: 'Bitter', serif;
}
.anwendungsgebiete {
  margin-bottom: 25px;
}
.anwendungsgebiete ul {
  list-style: none;
  padding: 0;
}
.anwendungsgebiete .icon-small {
  width: 130px;
}
.anwendungsgebiete hr {
  border-color: #535558;
}
.anwendungsgebiete-1 {
  text-align: center;
}
.gm-dots {
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  font-size: larger;
}
.plussection p {
  font-weight: 600;
  line-height: 35px;
}
.plussection img {
  margin-right: 20px;
}
.testimonial-image {
  width: 50%;
  float: left;
  margin-right: 25%;
  margin-left: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.image-right img {
  float: right;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 30px 20px 20px 20px;
}
@media (max-width: 767px) {
  .image-right img {
    margin: 0 0 20px 0;
  }
}
.testimonial-image-unterseite {
  margin-left: 10%;
}
.ideen-prozess > p {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 120%;
  font-style: italic;
}
.inhalt {
  margin-top: 50px;
}
.about ul li {
  font-size: 140%;
}
.img-about {
  padding: 25px;
  padding-left: 0;
  padding-bottom: 0;
}
.logo-container {
  margin-bottom: 25px;
}
.logo-container > a > img {
  max-height: 80px;
}
.button-row {
  margin-top: 60px;
  margin-bottom: 60px;
}
.green {
  color: #64B879;
}
.hr_products {
  height: 2px;
  background: #EBECEE;
  margin: 30px 0 0 0;
}
.navbar-default {
  border-style: none;
}
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0;
  }
  .dropdown-toggle {
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}
.tag {
  border: solid 1px #D6943D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 5px;
  float: left;
  clear: right;
}
.bestseller {
  border: solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  height: 20px;
  width: 60px;
  padding: 2px 7px 5px 5px;
  margin-left: 10px;
  line-height: normal;
  color: white;
  background: #034745;
}
.kooperation {
  padding-top: 20px;
  padding-bottom: 45px;
}
.kooperation ul {
  list-style-image: url("../images/check_small.png");
  line-height: 40px;
  font-size: 16px;
}
.question {
  padding-top: 20px;
  padding-bottom: 35px;
  font-size: 16px;
}
.nutzen {
  margin-bottom: 20px;
}
.nutzen ul {
  font-size: 16px;
  line-height: 40px;
}
.kundenkachel:hover {
  text-decoration: none;
}
.kundenkachel:hover li {
  color: white;
}
.kundenkachel {
  text-decoration: none;
  color: rgba(52, 52, 52, 0.8);
}
.kundenkachel :hover {
  background: #D6943D;
  color: white;
}
.hr_loesungen {
  height: 2px;
  background-color: #D6943D;
  margin-top: 30px;
}
.laender {
  margin-top: 35px;
}
.margin-prov {
  margin-top: 283px;
}
.btn-primary {
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#logo {
  width: 100px;
  margin-top: 4px;
}
.testimonial_person {
  color: white;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: left;
}
.testimonial_person .testimonial-image {
  margin-bottom: 50px;
}
.testimonial_person .testimonial-message {
  font-size: 140%;
}
.testimonial_person .testimonial-author {
  font-size: 140%;
}
.testimonial_logo {
  color: white;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: left;
}
.testimonial_logo .testimonial-message {
  font-size: 140%;
}
.testimonial_logo .testimonial-author {
  font-size: 140%;
}
.claim {
  color: white;
  padding: 10px;
}
.teasericons {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  padding-bottom: 0;
}
.claimadjektive {
  width: 20%;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
#vk {
  width: 20%;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
.title-center-mobile {
  text-align: center;
}
.green-background {
  background-color: #034845;
  color: white;
  padding: 10px 0 45px 0;
}
.grey-background {
  background-color: #EBECEE;
}
.table-icon {
  max-width: 80px;
  margin: 25px 0 15px 0;
}
table {
  width: 100%;
}
.icon-small {
  width: 70px;
}
.laenderpro {
  margin-left: 20px;
}
.icon-verysmall {
  width: 20px;
  margin-top: -7px;
}
.icon-sidenav {
  margin: 2px 10px 10px 8%;
}
td {
  padding: 30px;
}
.vorteile .panel .panel-heading {
  background-color: #F5864F;
}
.fragen img {
  width: 80px;
  padding: 0 5%;
}
.bereich-valuation-manager {
  margin-bottom: 0;
}
.bereich-reporting {
  background-color: #EBECEE;
}
.bereich-kundentypen {
  margin-bottom: 35px;
}
.bereich-kundentypen img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bereich-kundentypen ul {
  margin-left: -15px;
}
.margin-left {
  margin-left: 17px;
}
.overview:hover,
.overview-zwei:hover {
  text-decoration: none;
  background: #a7cadd;
}
.overview {
  margin-bottom: 20px;
  background-color: #E8F1F6;
  color: rgba(52, 52, 52, 0.8);
  padding: 0;
}
.overview h4 {
  margin-top: 30px;
}
.overview > ul {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 25px;
}
.overview-eins {
  padding-top: 10px;
  padding-bottom: 20px;
}
.overview-eins img {
  float: left !important;
  height: 90px;
  margin: 40px 40px 0 40px;
}
@media (min-width: 768px) {
  .overview-eins > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: inside;
  }
}
.overview-zwei {
  margin-right: 2%;
  width: 32%;
  margin-bottom: 35px;
}
.overview-zwei h4 {
  text-align: center;
}
.overview-zwei > ul {
  padding-left: 45px;
}
.overview-zwei img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.overview-zwei:last-child {
  margin-right: 0;
}
.testimonial-logo {
  width: 150px;
  margin-top: 25px;
}
.overview-rechts {
  margin-right: 0;
}
.titel-gruen {
  background: #64B879;
  width: 100%;
  padding: 8px 15px 15px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
}
.titel-gruen h3 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.icon-preview-products {
  height: 70px;
  margin-top: 20px;
}
.testimonial-message {
  font-size: 114%;
  margin-top: 15px;
  margin-bottom: 20px;
  font-style: italic;
  height: 100%;
  padding: 10px;
}
.gm-gruen {
  color: #034745;
}
.gross {
  font-size: 20px;
}
.main-nav {
  background-color: #034745;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: white;
}
.footer {
  padding-top: 5px;
  color: white;
  background-color: #646464;
}
.footer a {
  color: white;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer .sitemap-chunks {
  min-height: 200px;
}
#chunk_academy {
  margin-bottom: 25px;
  min-height: 0;
}
#chunk_unternehmen {
  margin-bottom: 25px;
  min-height: 0;
}
.sitemap-chunks {
  margin-top: 25px;
}
.bottom-footer {
  margin-top: -50px;
}
.adjectives {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  color: white;
}
.nav-pills > li > a:focus {
  outline: none;
}
.testen:active:focus,
.testen:hover:active,
.testen:hover,
.testen:focus,
.testen:active,
.testen.active,
.open > .dropdown-toggle.testen {
  background-color: #04A059;
  border-color: #04A059;
}
.registrieren:active:focus,
.registrieren:active:hover,
.registrieren:hover,
.registrieren:focus,
.registrieren:active,
.registrieren.active,
.open > .dropdown-toggle.registrieren {
  background-color: #c2fc60;
  border-color: #c2fc60;
  color: rgba(52, 52, 52, 0.8);
}
.registrieren {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 7px 0 0 10px;
  padding: 7px;
  background: #D0FC4B;
  border-color: #c2fc60;
  color: rgba(52, 52, 52, 0.8);
}
@media (max-width: 767px) {
  .registrieren {
    margin: 43px 0 0 25px;
  }
}
.login {
  margin: 7px 0 0 25px;
  padding: 7px 7px 7px 7px;
  background: #0A3860;
  border-color: #0A3860;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .login {
    margin: 43px 0 0 25px;
  }
}
.login:hover,
.login:focus,
.login:active,
.login.active,
.open > .dropdown-toggle.login {
  background-color: #104195;
  border-color: #104195;
  color: #ffffff;
}
.titelvorteile {
  min-height: 38px;
  text-transform: uppercase;
}
.titel-logo {
  width: 70%;
  margin-top: 20vh;
  margin-bottom: 20px;
}
.unterseiten-titel {
  position: relative;
}
.unterseiten-titeltext {
  position: absolute;
  padding-top: 15px;
}
.unterseiten-titelbild {
  position: absolute;
}
.titelbild {
  width: 100%;
}
.agb_heading {
  margin-left: -40px;
}
.hr_gm-green {
  height: 1px;
  background: #034745;
}
.hr_grey {
  background: #808080;
  height: 1px;
  width: 20%;
}
a.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}
.vk {
  margin-right: 25px;
}
.check {
  width: 80px;
  padding-bottom: 15px;
  float: left;
  clear: right;
}
@media (max-width: 768px) {
  .check {
    width: 60px;
    padding-top: 10px;
    padding-right: 10px;
  }
}
.pricing-testen {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Small devices (tablets, 768px and up) */
/*END SMALL*/
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container-fluid {
    padding: 0;
  }
  .container-fluid .main-nav {
    padding: 5px 0 10px 0;
  }
  .footer {
    color: white;
    background-color: #646464;
    padding-bottom: 15px;
  }
  .footer a {
    color: white;
  }
  .footer ul {
    list-style: none;
    padding-left: 0;
  }
  .footer .sitemap-chunks {
    margin-bottom: 0;
    min-height: 0;
  }
  .testimonial-image {
    width: 140px;
    float: left;
    margin-right: 60px;
    margin-left: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .laenderpro {
    margin-left: 0;
  }
  .row {
    margin: 0;
    padding: 0;
  }
  #logo {
    width: 140px;
    margin-top: 4px;
  }
  .teaser {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .teaser h2 {
    text-transform: uppercase;
  }
  .teaser > p {
    text-align: justify;
  }
  #teaser2 {
    background-color: #FFFFFF;
  }
  .icon-products {
    height: 80px;
    margin: 20px 0 5px 0;
  }
  .arrow_box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 30px;
    position: relative;
    background-color: transparent;
    border: 2px solid #034845;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 3%;
  }
  .prz {
    padding: 0;
    margin: 0;
  }
  .arrow_box:after,
  .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 30px;
    margin-top: -30px;
  }
  .arrow_box:before {
    border-color: rgba(3, 72, 69, 0);
    border-right-color: #034845;
    border-width: 34px;
    margin-top: -34px;
  }
  .side-nav {
    z-index: 3;
    margin-top: 17.4vw;
    position: fixed;
    width: 12%;
    padding: 20px 10px 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
  }
  .side-nav nav > .nav > li > a {
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
  }
  .zenke {
    margin-left: 100px;
  }
  .titel-blau {
    background-color: #6ca7c4;
    margin-bottom: 10px;
    letter-spacing: 4px;
    padding: 20px 0 20px 0;
  }
  .titel-blau h4 {
    color: white;
    text-transform: uppercase;
  }
  .check {
    width: 80px;
    margin-right: 20px;
  }
  .titel-logo {
    width: 400px;
    margin-top: 30vh;
    margin-bottom: 20px;
  }
  .teasericons {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 20px;
  }
  .jetzt {
    left: 85%;
    width: 14.5%;
    height: 40px;
    position: fixed;
    bottom: 2%;
    z-index: 1;
  }
  .navbar {
    box-shadow: 0 1px 5px grey;
    background: #034745;
    min-height: 75px;
  }
  .title-center-mobile {
    text-align: left;
  }
  .no-padding-left {
    padding-left: 0;
  }
  .check-prz {
    margin-right: 10px;
    width: 15px;
  }
  .arrow_box {
    position: relative;
    margin-left: 0;
    border: 2px solid #D6943D;
    height: 52px;
    font-size: 110%;
    padding-top: 12px;
    padding-left: 15px;
    color: #D6943D;
  }
  .arrow_box:after,
  .arrow_box:before {
    left: 100.3%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .arrow_box:after {
    border-left-color: #D6943D;
    border-width: 22px;
    margin-top: -22px;
  }
  .arrow_box:before {
    border-left-color: #D6943D;
    border-width: 26px;
    margin-top: -26px;
  }
  .prozessdarstellung ul > li.active {
    outline: none;
  }
  .prozessdarstellung ul > li.active > a {
    pointer-events: none;
    cursor: default;
  }
  .prozessdarstellung ul > li.active > a > .arrow_box {
    background: #D6943D;
    color: white;
  }
  .prozessdarstellung ul li > a:hover > .arrow_box {
    background: #D6943D;
    color: white;
  }
  .prozessdarstellung {
    margin-bottom: 35px;
  }
  .prozessdarstellung h3 {
    font-family: 'Bitter', serif;
    font-size: 180%;
    margin-top: 0;
  }
  .prozessdarstellung h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 130%;
  }
  .prozessdarstellung .ui-tabs p {
    font-size: 110%;
  }
  .ui-tabs-panel {
    padding: 10px;
  }
  .prozess {
    margin-left: -15px;
  }
  .text-prozess {
    margin-left: 0;
  }
  .text-prozess .prz {
    font-size: 120%;
  }
  .prozess .nav > li > a:focus,
  .nav > li > a:hover,
  nav > li > a:active {
    background-color: transparent;
  }
  .prozess-col-3 {
    width: 24.7%;
  }
  .prozess-col-4 {
    width: 33%;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:hover {
    background: transparent;
  }
  .side-nav-academy > nav[data-toggle=toc] .nav > li > a:focus,
  .side-nav-academy > nav[data-toggle=toc] .nav > li > a:hover {
    color: #6ca7c4;
    border-left: 1px solid #6ca7c4;
  }
  .side-nav-academy > nav[data-toggle=toc] .nav > .active:focus > a,
  .side-nav-academy > nav[data-toggle=toc] .nav > .active:hover > a,
  .side-nav-academy > nav[data-toggle=toc] .nav > .active > a {
    color: #6ca7c4;
    border-left: 2px solid #6ca7c4;
  }
  .side-nav-produkte > nav[data-toggle=toc] .nav > li > a:focus,
  .side-nav-produkte > nav[data-toggle=toc] .nav > li > a:hover {
    color: #64B879;
    border-left: 1px solid #64B879;
  }
  .side-nav-produkte > nav[data-toggle=toc] .nav > .active:focus > a,
  .side-nav-produkte > nav[data-toggle=toc] .nav > .active:hover > a,
  .side-nav-produkte > nav[data-toggle=toc] .nav > .active > a {
    color: #64B879;
    border-left: 2px solid #64B879;
  }
  .side-nav-investoren > nav[data-toggle=toc] .nav > li > a:focus,
  .side-nav-investoren > nav[data-toggle=toc] .nav > li > a:hover {
    color: #D6943D;
    border-left: 1px solid #D6943D;
  }
  .titelfragen p {
    min-height: 80px;
    margin-bottom: 0;
  }
  .side-nav-investoren > nav[data-toggle=toc] .nav > .active:focus > a,
  .side-nav-investoren > nav[data-toggle=toc] .nav > .active:hover > a,
  .side-nav-investoren > nav[data-toggle=toc] .nav > .active > a {
    color: #D6943D;
    border-left: 2px solid #D6943D;
  }
  .side-nav-about > nav[data-toggle=toc] .nav > li > a:focus,
  .side-nav-about > nav[data-toggle=toc] .nav > li > a:hover {
    color: #034745;
    border-left: 1px solid #034745;
  }
  .side-nav-about > nav[data-toggle=toc] .nav > .active:focus > a,
  .side-nav-about > nav[data-toggle=toc] .nav > .active:hover > a,
  .side-nav-about > nav[data-toggle=toc] .nav > .active > a {
    color: #034745;
    border-left: 2px solid #034745;
  }
  .scroll {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .scrollicon {
    width: 80px;
  }
  .claimadjektive {
    width: 150px;
  }
  .titel {
    font-size: 3vw;
  }
  .laender {
    margin-top: 0;
  }
  .untertitel_produkte {
    margin-bottom: 0;
  }
  .zwischentitel_academy h3 {
    margin-top: 25px;
    font-size: 120%;
    padding-top: 0;
    margin-top: 0;
  }
  .kacheldiv {
    border-style: solid;
    border-color: #D6943D;
    min-height: 320px;
    max-height: 320px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-top: 20px;
  }
  .kacheldiv p,
  .kacheldiv img {
    text-align: center;
  }
  .kacheldiv img {
    margin-bottom: 20px;
  }
  .fragen img {
    width: 190px;
    margin-bottom: 10px;
  }
  .anwendungsgebiete-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .anwendungsgebiete-2 ul {
    list-style-type: square;
    padding-left: 20px;
  }
  .anwendungsgebiete-3 {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .testimonial-logo {
    width: 150px;
  }
  .support .row {
    margin-left: 0;
  }
  .side-nav-agb {
    margin-top: 0;
  }
}
/*END MEDIUM*/
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .titel {
    font-size: 2.5vw;
  }
  .zwischentitel {
    padding-top: 15px;
    font-size: 140%;
    text-align: left;
  }
  .zwischentitel_academy h3 {
    padding-top: 25px;
    font-size: 140%;
    text-align: left;
  }
}
/* END LARGE*/
h1#l-sungen::before,
h1#academy::before {
  content: "";
  display: block;
  height: 50px;
  margin: -50px 0 0 0;
}
h2.no-before::before,
h3.no-before::before {
  content: none;
}
h2.no-before::before,
h3.no-before::before {
  content: none;
}
/* collapse */
a.no-style {
  text-decoration: none;
  color: inherit;
}
#smaller-height {
  height: 50px;
}
.container-fluid .container {
  padding-left: 0;
  padding-right: 0;
}
.check-entry {
  margin-top: 10px;
}
.check-entry p {
  margin-bottom: 0;
}
.row-offset-fix > .col-md-2:first-child,
.row-offset-fix > .col-md-3:first-child,
.row-offset-fix > .col-md-8:first-child,
.row-offset-fix > .col-md-9:first-child,
.row-offset-fix > .col-md-12:first-child,
.row-offset-fix > .col-md-5:first-child {
  margin-left: 16.66666667%;
}
.nav-pills h4 {
  font-weight: bold;
  font-size: 14px;
}
.ui-tabs h5::before {
  padding-right: 10px;
  content: url(../images/check_small.png);
}
.ui-tabs p {
  text-align: justify;
  padding-left: 30px;
  padding-right: 25px;
}
.nav-offset {
  height: 50px;
}
.sidenav-offset {
  padding-left: 15%;
}
@media (min-width: 1200px) {
  .gm-container {
    margin-left: 12.5%;
    width: 80%;
    margin-right: 7.5%;
  }
}
.lang-btn {
  vertical-align: top;
}
.lang-btn > a {
  padding: 0 7px;
  border: none;
  cursor: pointer;
}
.lang-btn-top {
  position: relative;
  margin-top: 16px;
}
.lang-btn-top a {
  color: white;
}
.lang-btn-top :hover {
  text-decoration: none;
}
@media (max-width: 1190px) {
  .lang-btn-top {
    display: none;
  }
}
.logo_box {
  max-width: 20%;
  float: right;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .logo_box {
    box-sizing: content-box;
    float: none;
    width: 96%;
    max-width: none;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.logo_box img {
  width: 100%;
}
@media (max-width: 992px) {
  .prozessdarstellung_mobile p {
    display: none !important;
  }
}
.agb {
  word-wrap: break-word;
  font-size: 110%;
}
.agb li {
  margin-top: 10px;
}
.agb ol > li > ol {
  list-style-type: lower-latin;
}
@media (max-width: 768px) {
  .privacy ol {
    padding-left: 25px;
  }
  .privacy li {
    font-size: 140%;
  }
}
@media (max-width: 768px) {
  .agb ol {
    padding-left: 25px;
  }
  .agb li {
    text-align: left;
  }
}
.impressum p,
.impressum a {
  word-wrap: break-word;
}
.blog-bild {
  object-fit: cover;
  height: 300px;
}
.regular-link {
  color: #337ab7 !important;
}
.blog a {
  color: #1e1e1e;
  text-decoration: none;
}
.blog article {
  margin: 20px 0;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.blog article header {
  overflow: hidden;
}
.blog article header img {
  transition: all 0.2s linear;
}
.blog article:hover header img {
  transform: scale(1.1, 1.1);
}
.blog article:hover header .info {
  display: block;
}
.blog .content {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  padding: 10px 10px 30px 10px;
}
.blog .content .more {
  display: block;
  width: 100%;
}
.blog header {
  position: relative;
}
.blog header > h2 {
  position: absolute;
  margin: 0;
  padding: 20px 0 70px 15px;
  top: 0;
  color: #EEE;
  background-color: rgba(51, 51, 51, 0.55);
  background: -webkit-linear-gradient(rgba(51, 51, 51, 0.55), rgba(51, 51, 51, 0));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(51, 51, 51, 0.55), rgba(51, 51, 51, 0));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(51, 51, 51, 0.55), rgba(51, 51, 51, 0));
  /*Fx 3.6-15*/
  background: linear-gradient(#333333, rgba(51, 51, 51, 0));
  /*Standard*/
  width: 100%;
}
.blog header .info {
  display: none;
  position: absolute;
  padding: 0 5px 0 5px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
}
.table-cell {
  display: table-cell;
}
.anchor:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}
.anchor2:before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}
.image_team {
  width: 100%;
}
.box_team {
  width: 100%;
  margin-bottom: 20px;
  background: #e7e7e7;
}
.box_team_text {
  padding: 0 10px 40px 10px;
  position: relative;
  min-height: 140px;
}
.box_team_text p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
  font-size: 130%;
}
@media (max-width: 767px) {
  .box_team_text p {
    font-size: 14px;
  }
  .box_team_text h3 {
    font-size: 18px;
  }
}
.glyphicon-envelope {
  font-size: 27px;
}
.social_icon {
  height: 25px;
  vertical-align: top;
  bottom: 0;
  right: 0;
}
.title_team {
  margin-bottom: 10px;
}
.team_contact_bar {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px 5px 10px;
}
#management-team .container,
#career .container {
  padding-top: 0;
}
#mission .container {
  padding-bottom: 0;
}
.blog-content {
  font-size: 18px;
}
.blog-content h1 {
  font-size: 160%;
  text-align: left;
  margin-bottom: 10px;
}
.blog-content h2 {
  font-size: 140%;
  margin-bottom: 5px;
}
.blog-content h3 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 30px;
  text-align: left;
}
.blog-content p {
  font-size: 100%;
}
.blog-content ul li {
  line-height: 30px;
}
.blog-content .btn-primary {
  background-color: #04A059;
  border: solid 2px #04A059;
}
@media (max-width: 768px) {
  .blog-content h1 {
    font-size: 130%;
    text-align: left;
  }
}
.blog-content .tags {
  font-size: 15px;
  margin-top: 10px;
}
.blog-content .blog-tag {
  background-color: #c4c3cf;
  border-radius: 10px;
  padding: 2px 10px 3px 8px;
  color: #034745;
  font-size: 12px;
}
.blog-content .blog-tag:hover {
  color: white;
  text-decoration: none;
  background-color: #034745;
}
.blog-header-content {
  background: white;
}
.bg-huhu {
  color: #fff;
}
@media (min-width: 992px) {
  .bg-huhu .container {
    width: 960px;
  }
}
.blog-header {
  position: fixed;
  width: 100vw;
  height: 400px;
}
@media (max-width: 768px) {
  .blog-header {
    display: none;
  }
}
.blogitem {
  text-align: justify;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .blogitem {
    padding: 0;
    text-align: left;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4;
    hyphens: auto;
  }
  .blogitem h2 {
    margin: 20px 0 10px 0;
    font-size: 110%;
  }
}
.blogitem .container {
  background: white;
  position: relative;
}
@media (max-width: 768px) {
  .blogitem .container {
    padding-top: 0;
  }
  .blogitem .container p {
    margin-bottom: 10px;
  }
}
@media (min-width: 800px) {
  .blogitem .container {
    width: 960px;
    margin-top: 10vh;
  }
}
.blogitem h1 {
  font-family: 'Ubuntu', sans-serif;
}
.blogitem article {
  margin: 16px 0;
}
@media (max-width: 767px) {
  .blogitem img {
    width: 100%;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .blogitem img {
    float: right;
    width: 500px;
    margin: 0 0 0 20px;
  }
}
.blogitem .border {
  border: solid thin lightgrey;
}
@media (min-width: 768px) {
  .blogitem .image_blog_fullwidth {
    width: 100%;
    margin: 5px 5px 20px 5px;
    float: none;
    clear: right;
  }
}
.blogitem p {
  margin: 0 0 18px 0;
  line-height: 30px;
}
.blogitem .social-bar {
  margin: 20px 0;
}
.blogitem .autor {
  width: 200px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blogitem .autor {
    width: 100%;
  }
}
.blogitem .whatisgm {
  width: 300px;
  margin-left: 0;
}
.social-buttons-blog-list .linkedin-share {
  background-image: url('../images/icons/linkedin.png');
}
.social-bar :first-child {
  margin-left: 0;
}
.social-bar .social {
  float: left;
  clear: right;
}
.social-bar .share {
  background-color: #e2e2e2;
  -webkit-background-size: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  width: 120px;
  height: 46px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 766px) {
  .social-bar .share {
    width: 40px;
    height: 45px;
  }
}
.social-bar .facebook-share {
  background-image: url('../images/icons/fb.png');
  margin-left: 40px;
}
@media (max-width: 766px) {
  .social-bar .facebook-share {
    margin-left: 20px;
  }
}
.social-bar .google-share {
  background-image: url('../images/icons/gplus.png');
  margin-left: 40px;
}
@media (max-width: 766px) {
  .social-bar .google-share {
    margin-left: 20px;
  }
}
.social-bar .twitter-share {
  background-image: url('../images/icons/twitter.png');
  margin-left: 40px;
}
@media (max-width: 766px) {
  .social-bar .twitter-share {
    margin-left: 20px;
  }
}
.social-bar .linkedin-share {
  background-image: url('../images/icons/linkedin.png');
}
.social-bar .xing-share {
  background-image: url('../images/icons/xing.png');
  margin-left: 40px;
}
@media (max-width: 766px) {
  .social-bar .xing-share {
    margin-left: 20px;
  }
}
.social-bar .teilen {
  padding: 13px 5px 5px 40px;
  color: #ababab;
  letter-spacing: 1.5px;
  height: 46px;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
}
@media (max-width: 766px) {
  .social-bar .teilen {
    display: none;
  }
}
.social-bar a {
  text-decoration: none;
}
.social-bar a .twitter-share:hover {
  background-color: #55acee;
  color: white;
  background-image: url('../images/icons/twitter_white.png');
}
.social-bar a .facebook-share:hover {
  background-color: #3b5998;
  color: white;
  background-image: url('../images/icons/fb_white.png');
}
.social-bar a .google-share:hover {
  background-color: #D34836;
  color: white;
  background-image: url('../images/icons/gplus_white.png');
}
.social-bar a .linkedin-share:hover {
  background-color: #0978B5;
  color: white;
  background-image: url('../images/icons/linkedin_white.png');
}
.social-bar a .xing-share:hover {
  background-color: #005A5F;
  color: white;
  background-image: url('../images/icons/xing_white.png');
}
.social-bar a .teilen:hover {
  color: white;
}
.grid {
  margin-bottom: 40px;
}
.grid-sizer {
  width: 30%;
}
@media (max-width: 767px) {
  .grid-item {
    width: 90%;
    margin: 0 5%;
  }
}
@media (min-width: 768px) {
  .grid-item {
    margin-top: 20px;
    width: 30%;
  }
}
.grid-item--width2 {
  width: 60%;
}
/*PRINT*/
@media print {
  .hidden-print {
    display: none;
  }
  .starter,
  .advanced,
  .professional {
    width: 33%;
  }
  .pricing-testen,
  .kaufen-pricing,
  .navigation,
  .footer,
  .icon-verysmall.pricing-collapse-icon {
    display: none;
  }
  .pricing_overview .testen-startseite,
  .pricing_details .testen-startseite,
  .pricing_overview .secondarybutton,
  .pricing_details .secondarybutton {
    display: none;
  }
  .pricing-preis {
    font-size: 20px;
  }
  .pricing_overview {
    margin-top: -50px;
  }
  .pricing-table-white {
    margin: 0;
    padding: 0;
  }
  .pricing-table-white ul {
    padding-left: 25px;
  }
  .haken ul {
    line-height: 1.5;
  }
  .pricing-table-secondrow {
    height: 200px;
  }
  .collapse-advanced,
  .collapse-professional {
    font-weight: bold;
    border: solid 1px black;
    padding-left: 15px;
    padding-right: 5px;
  }
  .pricing-details-table {
    font-size: 80%;
  }
  .pricing-details-table h4 {
    font-size: 100%;
  }
  .pricing-details-table h5 {
    font-size: 90%;
  }
}
/*END-PRINT*/
.call-us {
  font-size: 13px;
  margin-top: 7px;
}
.call-us a {
  color: rgba(52, 52, 52, 0.8);
  color: white;
}
.call-us .glyphicon-envelope {
  font-size: 13px;
}
@media (max-width: 1123px) {
  .call-us {
    display: none;
  }
}
.tel {
  margin-left: 20px;
}
.navbar-collapse {
  width: 100%;
}
.contact-icon-mobile {
  font-size: 25px;
  margin-right: 10px;
  margin-top: 2px;
  margin-left: 10px;
  color: rgba(52, 52, 52, 0.8);
}
.social-footer-content {
  margin-top: 30px;
  margin-bottom: 60px;
}
.social-footer {
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}
.linkedin-footer {
  background-image: url('../images/icons/social/linkedin.png');
  padding: 5px;
}
.linkedin-footer:hover {
  background-image: url('../images/icons/social/linkedin2.png');
  padding: 5px;
}
.fb-footer {
  background-image: url('../images/icons/social/fb.png');
  padding: 5px;
}
.fb-footer:hover {
  background-image: url('../images/icons/social/fb2.png');
  padding: 5px;
}
.xing-footer {
  background-image: url('../images/icons/social/xing.png');
  padding: 5px;
}
.xing-footer:hover {
  background-image: url('../images/icons/social/xing2.png');
  padding: 5px;
}
.twitter-footer {
  background-image: url('../images/icons/social/twitter.png');
  padding: 5px;
}
.twitter-footer:hover {
  background-image: url('../images/icons/social/twitter2.png');
  padding: 5px;
}
.product-feature {
  margin-top: 10px;
}
.product-feature-image {
  width: 94%;
  border: 1px solid #b1b1b1;
  margin-top: 23px;
}
@media (max-width: 992px) {
  .product-feature-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 0;
  }
}
.product-heading-text {
  padding-top: 40px;
  padding-bottom: 10px;
}
.product-heading-text input {
  padding: 12px;
  margin-bottom: 5px;
}
.product-heading-text p {
  line-height: 30px;
}
@media (min-width: 1400px) {
  .product-heading-text {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.product-heading-text .testen-conditions {
  font-size: 70%;
}
.product-heading-text h1 {
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Bitter', serif;
  margin-top: 0;
  margin-bottom: 10px;
}
.product-heading-text p {
  font-size: 140%;
  color: rgba(0, 0, 0, 0.7);
  margin-left: auto;
  margin-right: auto;
}
.product-heading-text .testen-startseite {
  margin-top: 10px;
  color: white;
  min-width: 250px;
}
.product-heading-text .secondarybutton {
  width: 250px;
}
@media (max-width: 767px) {
  .product-heading-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-heading-text h1 {
    font-size: 180%;
  }
  .product-heading-text p {
    font-size: 120%;
    padding: 0 5px 5px 5px;
    width: 100%;
  }
}
.gruen-product {
  background-color: #64B879;
  color: white;
  font-size: 20px;
  border: solid white 3px;
}
.product-feature-content p {
  font-size: 140%;
  margin-bottom: 0;
  line-height: 30px;
}
.product-feature-content h2 {
  font-size: 180%;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Bitter', serif;
}
.product-feature-content ul {
  margin-top: 15px;
}
.product-feature-content ul li {
  font-size: 140%;
  line-height: 30px;
}
@media (max-width: 992px) {
  .product-feature-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .product-feature-content p,
  .product-feature-content ul > li {
    font-size: 120%;
    margin-bottom: 10px;
  }
  .product-feature-content ul {
    margin-top: 5px;
  }
  .product-feature-content h2 {
    font-size: 140%;
    margin-top: 30px;
  }
}
.product-feature-content-beta {
  margin-bottom: 20px;
  margin-top: 15px;
}
.product-feature-content-beta p {
  margin-bottom: 10px;
}
.icon_valuation {
  width: 90px;
}
.beta-header-image {
  width: 100%;
  margin-top: -40px;
  padding: 0;
}
.beta-product-heading {
  background: #64B879;
  height: 130px;
  margin: 0;
  padding: 15px 15px 15px 8%;
  width: 100%;
}
.beta-product-heading h1 {
  font-size: 55px;
  color: white;
  float: left;
  clear: right;
}
.beta-product-heading p {
  color: white;
  font-size: 140%;
}
@media (max-width: 992px) {
  .beta-product-heading {
    height: 90px;
    margin: 0 0 -25px 0;
  }
  .beta-product-heading h1 {
    font-size: 25px;
  }
  .beta-product-heading .container-fluid {
    padding: 0;
  }
}
.product-feature-image-beta {
  width: 94%;
  margin-top: 30px;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 10px;
  border: 1px solid #b1b1b1;
}
@media (max-width: 992px) {
  .product-feature-image-beta {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 0;
  }
}
.product-header-mobile {
  width: 100%;
}
.mobile-product-heading {
  background: #64B879;
  padding: 10px 22px 10px 20px;
}
.mobile-product-heading h1 {
  color: white;
  margin-top: 10px;
  font-size: 30px;
}
.mobile-product-heading p {
  font-size: 17px;
  color: white;
}
.icon_marketplace {
  height: 70px;
}
@media (max-width: 992px) {
  .icon_marketplace {
    width: 30px;
    height: 30px;
  }
}
.demosession {
  margin-left: 20px;
}
.success-bg {
  background-image: url("../images/titelbild.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.success-message-box {
  text-align: center;
  border-radius: 5px;
  padding: 30px 30px 60px 30px;
}
.success-message-box p {
  font-size: 120%;
}
.success-message-box .glyphicon-check {
  font-size: 80px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .success-message-box {
    background-color: transparent;
  }
}
.logo_success {
  width: 250px;
}
@media (max-width: 992px) {
  .logo_success {
    width: 200px;
  }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 270px;
  margin-bottom: 0;
  padding: 0;
  background-color: #808080;
}
@media (max-width: 767px) {
  .carousel {
    height: 400px;
  }
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
  background-color: #808080;
  padding: 0;
}
@media (max-width: 767px) {
  .carousel .item {
    height: 400px;
  }
}
.carousel-inner > .item > img {
  position: relative;
  min-width: 2%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
@media (max-width: 991px) {
  .carousel-control.left,
  .carousel-control.right {
    display: none;
  }
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  margin-left: -75px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev {
  margin-right: -75px;
}
.testimonial-section {
  padding: 30px 20px 30px 20px;
}
.avatar-testimonial {
  height: 190px;
  margin-left: 20px;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .avatar-testimonial {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .avatar-testimonial {
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.logo-testimonial {
  width: 100%;
}
@media (max-width: 767px) {
  .logo-testimonial {
    width: auto;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
.testimonial-slider-message {
  font-size: 19px;
  color: white;
  padding-top: 10px;
  margin-left: 10px;
  line-height: 26px;
  text-align: center;
}
@media (max-width: 992px) {
  .testimonial-slider-message {
    font-size: 15px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
  }
}
.testimonial-slider-author {
  font-size: 17px;
  color: white;
  margin-left: 10px;
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonial-slider-author {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }
}
.academy_bars {
  padding-left: 0;
  margin-left: 0;
}
.category_nav {
  margin-top: 10px;
}
.category_nav a {
  font-size: 16px;
}
@media (max-width: 767px) {
  .category_nav a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .category_nav {
    margin-top: 0;
  }
}
.category_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.category_nav ul li {
  display: inline-block;
  width: 23.8%;
  margin-right: 1%;
  background-color: #EBECEE;
}
@media (max-width: 767px) {
  .category_nav ul li {
    width: 48%;
    margin-top: 5px;
  }
}
.category_nav ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.category_nav ul li.active,
.category_nav ul li:hover {
  background: #034745;
}
.category_nav ul li.active a,
.category_nav ul li:hover a {
  color: white;
}
.category_nav ul li:last-child {
  margin-right: 0;
}
.category_nav ul a:last-child > li {
  margin-right: 0;
}
.blog_preview h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 130%;
  line-height: 23px;
}
.blog_preview article {
  min-height: 520px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .blog_preview article {
    height: 130vw;
  }
}
.blog_preview .bottom .date,
.blog_preview .bottom .controls {
  position: absolute;
  bottom: 5px;
  color: #ccc;
}
@media (min-width: 767px) {
  .blog_preview .bottom .date,
  .blog_preview .bottom .controls {
    bottom: 20px;
  }
}
.blog_preview .bottom .date {
  left: 30px;
  bottom: 15px;
}
@media (min-width: 767px) {
  .blog_preview .bottom .date {
    bottom: 30px;
  }
}
.blog_preview .bottom .controls {
  font-size: 40px;
  right: 30px;
}
.blog_preview .social-buttons-blog-list .blog-preview-social-icon {
  height: 15px;
}
#contact-form-de input,
#contact-form-en input,
#contact-form-de textarea,
#contact-form-en textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
#contact-form-de .button,
#contact-form-en .button {
  padding: 10px;
  margin-bottom: 20px;
}
.contact-row {
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-row {
    padding-top: 0;
  }
  .contact-row h1 {
    font-size: 25px;
    margin-top: 0;
  }
}
.pagination li {
  display: inline-block;
}
.screenshot-landing {
  margin-top: 10px;
  margin-left: auto;
  width: 800px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .screenshot-landing {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .screenshot-landing {
    margin-top: -10px;
    width: 120%;
  }
}
@media (min-width: 1400px) {
  .screenshot-landing {
    margin-top: 40px;
  }
}
.siegel {
  border: solid 2px #EBECEE;
  background: #EBECEE;
  border-radius: 5px;
  color: rgba(52, 52, 52, 0.8);
  padding: 0 5px 0 5px;
  text-align: center;
  display: inline-block;
  margin: 20px 15px 0 0;
}
.image-logo {
  width: 200px;
  padding: 0 20px 0 20px;
  filter: grayscale(1);
  text-align: center;
}
@media (max-width: 767px) {
  .image-logo {
    width: 100px;
    padding: 0;
  }
}
.logo_section {
  height: 20vh;
  background: #034745;
}
.navbar-nav > li > a {
  cursor: pointer;
  padding-top: 20px;
  font-size: 20px;
}
.logo-row1 {
  padding-left: 0;
  padding-right: 0;
}
.logo-row1 .col-md-2 {
  padding-top: 7px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .logo-row1 .col-md-2 {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .logo-row1 .col-md-2 {
    padding-top: 15px;
  }
}
.logo-row .col-md-2 {
  padding-top: 20px;
  padding-left: 0;
}
@media (min-width: 1400px) {
  .logo-row .col-md-2 {
    padding-top: 10px;
  }
}
.titeltext {
  padding-top: 100px;
  margin-bottom: 20px;
}
.titeltext h1 {
  font-size: 320%;
  font-family: 'Bitter', serif;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .titeltext h2 {
    text-align: left;
    margin-bottom: 10px;
  }
}
.titeltext ul li {
  font-size: 20px;
}
@media (min-width: 1300px) {
  .titeltext {
    padding-top: 80px;
  }
}
.testen-startseite,
#vtigerFormSubmitBtn {
  position: relative;
  margin-right: auto;
  font-weight: bolder;
  letter-spacing: 1px;
  bottom: 0;
  background-color: #04A059;
  border: solid 2px #04A059;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  color: white;
}
@media (max-width: 767px) {
  .testen-startseite,
  #vtigerFormSubmitBtn {
    font-size: 15px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.7px;
  }
  .testen-startseite .testen-startseite,
  #vtigerFormSubmitBtn .testen-startseite {
    margin-top: 0;
  }
}
.testen-startseite:hover {
  background-color: #04954d;
  border-color: #04954d;
  color: white;
}
.testen-startseite:active:focus {
  background-color: #04954d;
  border-color: #04954d;
}
.testen-startseite:focus {
  background-color: #04954d;
  border-color: #04954d;
}
.secondarybutton {
  background-color: white;
  color: #04954d;
  font-weight: bold;
  border: solid 2px #04A059;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .secondarybutton {
    font-size: 15px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.7px;
  }
}
.secondarybutton:hover {
  background-color: #04A059;
  border-color: #04A059;
}
.secondarybutton:active:focus {
  background-color: #04A059;
  border-color: #04A059;
}
.secondarybutton:focus {
  background-color: #04A059;
  border-color: #04A059;
}
h2 {
  line-height: 38px;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 140%;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
  }
}
p {
  font-size: 140%;
}
.check-mp {
  margin-top: 20px;
  padding: 15px;
}
@media (max-width: 767px) {
  .check-mp {
    padding: 0;
  }
}
.li-large ul li {
  font-size: 140%;
}
.cta-section {
  color: white;
  background: grey;
  width: 100%;
  text-align: center;
  padding: 15px 0 40px 0;
  margin-top: 15px;
}
.cta-section .testen-startseite {
  margin-left: 0;
  font-size: 120%;
}
.cta-section h2 {
  font-size: 230%;
  line-height: 50px;
  color: white;
  font-family: 'Bitter', serif;
  margin-bottom: 0;
  text-align: center;
}
.cta-section h3 {
  font-size: 140%;
  line-height: 30px;
  color: white;
}
.cta-section a {
  font-size: 130%;
}
@media (max-width: 767px) {
  .cta-section {
    padding: 15px 0 15px 0;
  }
  .cta-section h2 {
    font-size: 180%;
    margin-top: 0;
    line-height: normal;
  }
  .cta-section h3 {
    font-size: 120%;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.valuation-preview {
  padding-top: 30px;
  padding-bottom: 40px;
}
.valuation-preview img {
  margin-left: auto;
  margin-right: auto;
}
.valuation-preview h2 {
  font-family: 'Bitter', serif;
  font-size: 280%;
  line-height: 50px;
  margin-top: 10px;
}
.valuation-preview h3 {
  font-size: 170%;
}
.valuation-preview p {
  font-size: 140%;
}
.valuation-preview ul > li {
  font-size: 140%;
}
.valuation-preview a {
  font-size: 130%;
}
.valuation-preview .testimonial-embedded {
  font-size: 140%;
}
@media (max-width: 767px) {
  .valuation-preview .testimonial-embedded {
    font-size: 120%;
    text-align: center;
  }
  .valuation-preview .testimonial-embedded h2 {
    font-size: 200%;
    margin-bottom: 5px;
  }
  .valuation-preview .testimonial-embedded p,
  .valuation-preview .testimonial-embedded ul > li {
    font-size: 120%;
  }
  .valuation-preview .testimonial-embedded a {
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  .valuation-preview h2 {
    font-size: 200%;
    margin-bottom: 5px;
    text-align: center;
  }
  .valuation-preview p,
  .valuation-preview ul > li {
    font-size: 120%;
  }
  .valuation-preview a {
    font-size: 100%;
  }
}
@media (min-width: 768px) {
  .embedded-testirow {
    margin-top: 50px;
  }
}
.new-products-preview {
  padding: 35px 25px 40px 35px;
}
.new-products-preview .preview-section {
  margin-bottom: 40px;
}
.new-products-preview .preview-section h3 {
  text-decoration: none;
}
@media (max-width: 767px) {
  .new-products-preview .preview-section p {
    font-size: 130%;
  }
}
.new-products-preview img {
  margin: 20px auto;
}
.new-products-preview h2 {
  font-family: 'Bitter', serif;
  font-size: 260%;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 5px;
}
.new-products-preview h2 a {
  font-size: 260%;
}
.new-products-preview a:hover {
  text-decoration: none;
}
.new-products-preview h3 {
  font-size: 140%;
}
.new-products-preview p {
  font-size: 140%;
}
.new-products-preview ul > li {
  font-size: 160%;
}
.new-products-preview a {
  color: rgba(52, 52, 52, 0.8);
  text-decoration: none;
}
.new-products-preview .testimonial-embedded {
  font-size: 160%;
}
@media (max-width: 767px) {
  .new-products-preview h2 {
    font-size: 200%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .new-products-preview h2 {
    font-size: 170%;
    text-align: center;
  }
}
.icon-preview {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .icon-preview {
    width: 100px;
  }
}
.icon-technologie {
  width: 80px;
  margin: 25px 80px 20px 0;
}
@media (max-width: 767px) {
  .icon-technologie {
    margin: 0;
    padding: 20px 10px 10px 10px;
    width: 60px;
  }
}
.technologie h2 {
  font-size: 150%;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .technologie {
    padding-top: 20px;
  }
  .technologie h2 {
    font-size: 120%;
  }
}
.technologie-section {
  padding: 0 0 20px 0;
}
.technologie-section hr {
  border-top: 1px solid #cacaca;
}
.btn-solutions {
  background-color: white;
  border-color: #D6943D;
  color: rgba(52, 52, 52, 0.8);
  border-radius: 5px;
}
.btn-solutions:hover,
.btn-solutions:active,
.btn-solutions:focus,
.btn-solutions:focus:active,
.btn-solutions:active:hover {
  background-color: #d68c31;
  border-color: #D6943D;
  color: white;
}
.solutions-icons {
  width: 110px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .solutions-icons {
    margin-bottom: 10px;
  }
}
.bitter {
  font-family: 'Bitter', serif;
  font-size: 280%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.solutions-preview {
  margin-top: 30px;
}
.solutions-preview a {
  text-decoration: none;
}
.solutions-preview h3 {
  font-size: 160%;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 20px;
  color: rgba(52, 52, 52, 0.8);
}
.solutions-preview p {
  color: rgba(52, 52, 52, 0.8);
}
.solutions-preview h2 {
  margin-top: 10px;
}
.solutions-preview a:hover {
  text-decoration: none;
}
.solutions-preview ul {
  margin-top: 10px;
  font-size: 110%;
  line-height: 25px;
  height: 100px;
  padding-left: 0;
}
.solutions-preview ul li {
  list-style-type: none;
  font-size: 140%;
}
@media (max-width: 767px) {
  .solutions-preview h3 {
    font-size: 120%;
    margin-bottom: 10px;
    line-height: 160%;
    font-weight: bold;
  }
  .solutions-preview h2 {
    text-align: center;
  }
  .solutions-preview p {
    font-size: 120%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .solutions-preview a {
    font-size: 120%;
  }
}
.solutions-preview .special {
  font-family: 'Bitter', serif;
  font-size: 180%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .solutions-preview .special {
    font-size: 140%;
    margin-bottom: 20px;
  }
}
.testimonial-embedded-photo {
  width: 110px;
  display: block;
  margin: 5px auto 10px auto;
}
@media (max-width: 767px) {
  .testimonial-embedded-photo {
    margin: 30px 0 10px 0;
  }
}
.valuation-header-image {
  opacity: 0.4;
  width: 100%;
  height: 300px;
  filter: blur(7px);
}
.bereich-valuation-header-image {
  position: absolute;
  background-color: snow;
  z-index: -1;
  border-bottom: thin solid #e5e5e5;
}
.twitter-navbar {
  width: 30px;
  margin-top: 10px;
}
.registrieren-nav {
  background: white;
  border-color: white;
  color: black;
  font-weight: bold;
  font-size: 15px;
}
.benefits {
  margin-top: 0px;
  margin-bottom: 30px;
}
.benefits h3 {
  font-family: 'Bitter', serif;
  font-size: 160%;
}
.academy hr {
  border: 0.1px solid #E8F1F6;
}
.academy .video-description {
  min-height: 160px;
}
@media (max-width: 767px) {
  .academy .video-description {
    min-height: 100px;
  }
}
.academy .subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.academy .subtitle p {
  text-align: center;
  font-size: 140%;
  line-height: 40px;
  letter-spacing: 1.4px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .academy .subtitle p {
    font-size: 120%;
    line-height: 30px;
    padding-left: 0;
  }
}
.video-overview {
  margin-bottom: 40px;
}
.video-overview h2 {
  font-size: 200%;
  font-family: 'Bitter', serif;
  margin-bottom: 10px;
}
.video-overview h3 {
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 767px) {
  .video-overview h2 {
    margin-top: 5px;
    font-size: 160%;
  }
}
.video h3 {
  font-size: 160%;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .video p {
    padding-left: 0;
    letter-spacing: 1px;
    font-size: 110%;
  }
  .video h3 {
    font-size: 140%;
  }
}
.huge {
  font-size: 150%;
  font-family: 'Bitter', serif;
}
@media (max-width: 676px) {
  .huge {
    font-size: 100%;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: #EBECEE;
  color: rgba(52, 52, 52, 0.8);
}
@media (min-width: 768px) {
  .vp1 {
    height: 65vh;
  }
  .vp2 {
    height: 20vh;
  }
  .vp3 {
    height: 10vh;
  }
  .vp4 {
    height: 10vh;
  }
}
@media (min-width: 992px) {
  .vp1 {
    height: 50vh;
  }
  .vp2 {
    min-height: 20vh;
  }
  .vp2 .container {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .vp1 {
    height: 58vh;
  }
  .vp2 {
    height: 32vh;
  }
  .vp2 .container {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  .vp1 {
    height: 55vh;
  }
  .vp2 {
    height: 25vh;
  }
}
.login-icon {
  font-size: 13px;
}
.icon-anwendungsgebiete {
  width: 70px;
  padding-top: 15px;
}
.box-anwendungsgebiete {
  min-height: 130px;
  margin: 10px 0px 10px 0;
}
.box-anwendungsgebiete h3 {
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .box-anwendungsgebiete {
    min-height: 0;
    text-align: center;
  }
  .box-anwendungsgebiete ul li {
    list-style-type: none;
  }
  .box-anwendungsgebiete h3 {
    margin-top: 40px;
    text-align: center;
  }
}
.box-anwendungsgebiete p {
  font-size: 14px;
}
.box-bottom {
  min-height: 130px;
}
.box-bottom ul {
  padding-left: 20px;
}
.section-title {
  font-size: 12px;
  text-align: center;
  letter-spacing: 10px;
}
.section-title hr {
  margin-top: 10px;
  margin-bottom: 25px;
  width: 18%;
  margin-left: auto;
  margin-right: auto;
  border-color: grey;
}
.testen-conditions {
  font-size: 70%;
  margin-top: 5px;
  text-align: center;
  letter-spacing: 0.5px;
}
.testen-conditions-startseite {
  text-align: left;
}
@media (min-width: 992px) {
  .testen-conditions-startseite {
    margin-left: 30px;
  }
}
#__vtigerWebForm {
  font-size: 140%;
}
#__vtigerWebForm input {
  width: 100%;
  margin-bottom: 10px;
}
#vtigerFormSubmitBtn {
  margin-top: 20px;
  margin-left: 0;
  height: 50px;
}
#thanks {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(80, 80, 80, 0.7);
  z-index: 100000;
}
#modal {
  position: relative;
  width: 30%;
  padding: 20px;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.lang-switch-nav {
  position: absolute;
  right: 70px;
  top: 25px;
  z-index: 30000;
}
.lang-switch-nav a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
@media (min-width: 768px) {
  .lang-switch-nav {
    right: 280px;
    top: 26px;
  }
}
@media (min-width: 992px) {
  .lang-switch-nav {
    right: 233px;
    top: 30px;
  }
}
.buttons-nav {
  position: absolute;
  right: 70px;
  top: 5px;
  width: 200px;
}
@media (min-width: 768px) {
  .buttons-nav {
    right: 100px;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .buttons-nav {
    right: 45px;
    top: 8px;
  }
}
.buttons-nav .testen-startseite {
  height: 34px;
  font-size: 12px;
  padding-top: 8px;
  letter-spacing: normal;
  margin-top: 13px;
}
.navbar-fixed-top {
  background-color: #034745;
}
.login-nav {
  position: absolute;
  top: 32px;
  font-size: 12px;
  right: 170px;
  display: none;
  z-index: 300000;
}
.login-nav span {
  font-size: 8px;
}
.login-nav a {
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .login-nav {
    right: 230px;
    display: inline;
    top: 28px;
  }
}
@media (min-width: 992px) {
  .login-nav {
    right: 183px;
    top: 33px;
  }
}
.part2 p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pricing-container {
  margin-top: 30px;
}
.pricing-container strong {
  font-style: italic;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
}
.no-padding {
  padding: 0;
}
@media (max-width: 1199px) {
  .nav > li > a {
    padding: 19px 10px 10px 6px;
  }
}
.glyphicon {
  top: 0;
}
@media (max-width: 991px) {
  .button-line .buttonbereich {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
.navbar-nav > li > .dropdown-menu {
  background-color: #EBECEE;
}
.navbar-nav > li > .dropdown-menu a {
  color: rgba(52, 52, 52, 0.8);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #EBECEE;
}
.dropdown-menu {
  left: -1px;
}
.technologie-liste > div {
  margin: 20px 0 0 0;
}
.technologie-liste > div > div {
  margin-top: 10px;
  text-align: left;
  margin-left: 35px;
}
@media (min-width: 768px) {
  .technologie-liste > div {
    width: 100%;
    margin: 10px auto 20px auto;
  }
  .technologie-liste > div > div {
    margin-left: 0;
    width: 33%;
    float: left;
    font-size: 120%;
    text-align: center;
  }
}
.margin-bottom {
  margin-bottom: 75px;
}
#gm-portfolio .product-heading-text,
#gm-marketplace .product-heading-text {
  padding: 0;
}
.box {
  border: 1px solid grey;
  padding: 15px 20px 20px 15px;
  font-size: 90%;
  margin-bottom: 20px;
}
.box h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 130%;
}
.box p {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .box {
    margin: 0 25px 20px 5px;
  }
}
.trial-signup-form {
  margin-top: 30px;
}
.trial-signup-form input,
.trial-signup-form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 300px;
  margin-bottom: 20px;
  font-size: 120%;
}
.trial-signup-form .trial-signup-button {
  padding: 9px;
  font-size: 120%;
}
@media (max-width: 767px) {
  .trial-signup-form .trial-signup-button {
    width: 300px;
  }
}
.register {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .register {
    margin-top: 0;
  }
  .register p {
    font-size: 100%;
    margin: 0 15px 0 15px;
  }
  .register h2 {
    font-size: 130%;
    margin-top: 10px;
  }
}
.full-height {
  min-height: 75vh;
}
#registerForm {
  margin-bottom: 25px;
}
.heading-success {
  height: auto;
}
#breadcrumbs {
  padding-left: 0;
}
.knowledge-tag a {
  background-color: #c4c3cf;
  border-radius: 10px;
  padding: 7px 15px 7px 12px;
  color: white;
  margin: 2px;
  line-height: 3;
  font-size: 16px;
}
.knowledge-tag a:hover {
  color: white;
  text-decoration: none;
  background-color: #04954d;
}
.knowledge-item h1 {
  font-size: 160%;
  text-align: left;
  margin-bottom: 10px;
}
.knowledge-item h2 {
  font-size: 180%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.knowledge-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 30px;
  text-align: left;
}
.knowledge-item .info {
  margin-bottom: 10px;
}
.knowledge-item article p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  clear: both;
}
.knowledge-item article ul {
  margin-bottom: 20px;
}
.knowledge-item article ul li {
  font-size: 20px;
}
.knowledge-item article ol {
  margin-bottom: 20px;
  padding-left: 22px;
  font-size: 20px;
}
.knowledge-item article ol li {
  margin-bottom: 20px;
}
.knowledge-item article img {
  margin-bottom: 20px;
  width: 100%;
}
.knowledge-center {
  margin-bottom: 50px;
}
.knowledge-center p {
  font-size: 120%;
}
.knowledge-center h3 {
  margin-bottom: 20px;
}
.knowledge-center h3 .glyphicon-chevron-right {
  font-size: 12px;
}
.knowledge-center h4 a {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .heading-knowledge .testen-startseite {
    width: 100%;
  }
  .search-wrapper .search-input {
    width: 100%;
    height: 43px;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .knowledge-center h3 {
    margin-top: 5px;
  }
  .knowledge-center h3 a {
    font-size: 14px;
  }
  .knowledge-center h2 {
    margin-top: 5px;
  }
}
.glyphicon-book {
  font-size: 18px;
  margin-right: 5px;
}
.knowledge-tag {
  white-space: nowrap;
}
.knowledge-tag .active {
  background: #04A059;
}
.knowledge-tag a {
  font-size: 16px;
}
@media (max-width: 767px) {
  .knowledge-tag a {
    font-size: 13px;
  }
}
.assistance a {
  font-size: 15px;
  padding: 5px;
  width: 48%;
  margin-right: 5px;
  margin-top: 15px;
}
.assistance a:hover {
  color: white;
}
@media (max-width: 767px) {
  .sidebar-knowledge {
    margin-top: 25px;
  }
}
.newsletter-choice tbody tr td {
  padding: 5px;
}
.newsletter-form {
  padding-top: 30px;
}
#signup-newsletter {
  box-shadow: 0 1px 10px grey;
  position: fixed;
  display: none;
  bottom: 0;
  z-index: 99999;
  padding-bottom: 10px;
  width: 250px;
  text-align: center;
  background: white;
}
#signup-newsletter p {
  font-size: 15px;
}
#signup-newsletter .testen-startseite {
  color: white;
}
@media (max-width: 767px) {
  #signup-newsletter {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  #signup-newsletter .signup-text {
    margin-top: -10px;
  }
  #signup-newsletter p {
    font-size: 14px;
  }
  #signup-newsletter .testen-startseite {
    color: white;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #signup-newsletter {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  #signup-newsletter {
    padding-top: 5px;
  }
}
#vtigerFormSubmitBtn {
  margin-top: 0;
}
.listen {
  margin-top: 10px !important;
}
@media (min-width: 767px) {
  .image-25 {
    width: 25% !important;
    float: left !important;
    clear: both !important;
    display: block;
    position: relative;
  }
  .image-50 {
    width: 50% !important;
  }
  .image-75 {
    width: 75% !important;
  }
  .image-100 {
    width: 100% !important;
  }
}
.youtube-section {
  width: 50%;
}
ol li .youtube-section {
  padding-top: 20px;
}
a:hover > span.no-decoration {
  text-decoration: none;
}
.more {
  margin-top: 10px;
}
.rating {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .aktion {
    margin-top: 30px;
  }
  .aktion li b {
    font-size: 140%;
  }
}
@media (max-width: 767px) {
  .aktion {
    margin-top: 20px;
  }
  .trial-signup-form input,
  .trial-signup-form textarea {
    width: 100%;
  }
  .trial-signup-form .trial-signup-button {
    width: 100%;
  }
}
.deal {
  font-size: 150%;
  border: solid 3px #04A059;
  padding: 20px 5px 15px 5px;
  margin: 20px 0 -10px 0;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 767px) {
  .deal {
    margin: 10px 0 10px 0;
  }
}
#deal-link {
  margin-left: 10px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .landing-page-with h1 {
    font-size: 150%;
    margin-bottom: 10px;
  }
  .landing-page-with h2 {
    font-size: 120%;
    line-height: normal;
  }
}
.box-blog {
  margin: 7px 0 7px 0;
}
.blog-quote {
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 120%;
  hyphens: none;
  text-align: center;
}
.blog-image_small {
  width: 330px !important;
}
.faq {
  font-size: 140%;
}
.marketplace-overview {
  padding-left: 30px;
}
.trial-box-pricing {
  border: solid 2px #04A059;
  margin: 0 15px 15px 15px;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
  color: rgba(52, 52, 52, 0.8);
}
@media (max-width: 767px) {
  .trial-box-pricing {
    margin: 0;
  }
}
.trial-box-pricing .header-box {
  background: #04A059;
  margin-bottom: 20px;
  padding: 15px 40px;
}
.trial-box-pricing .header-box h2 {
  color: white;
  margin: 0;
}
.trial-box-pricing .content-box {
  padding: 10px 40px;
}
.trial-box-pricing ul li {
  font-size: 140%;
}
.trial-box-pricing .testen-startseite {
  margin-top: 20px;
}
.image-event {
  width: 300px;
}
.button-blue {
  color: white;
  background: #3C69B1 !important;
  border-color: #3C69B1 !important;
}
.button-blue:hover {
  color: white;
  background: #385b9e !important;
  border-color: #385b9e !important;
}
.privacy {
  word-wrap: break-word;
}
.privacy li {
  font-size: 140%;
}
.promo small {
  font-size: 12px;
}
.close-button {
  margin-right: 5px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .close-button {
    font-size: 16px;
  }
}
.sms {
  width: 240px;
}
.button-container {
  text-align: center;
  display: inline-block;
}
.button-container .button {
  padding-top: 8px;
  margin: 13px 1rem;
  min-width: 250px;
  letter-spacing: normal;
  font-weight: bolder;
  background-color: #04A059;
  border: solid 2px #04A059;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  color: white;
}
@media (max-width: 767px) {
  .button-container .button {
    font-size: 15px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0.7px;
  }
}
.button-container .button-subtext {
  font-size: 70%;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.btn-greenmatch {
  position: relative;
  margin: 20px auto;
  left: 0;
  right: 0;
  font-weight: bolder;
  letter-spacing: 1px;
  bottom: 0;
  background-color: #04A059;
  border: solid 2px #04A059;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  color: white;
}
@media (max-width: 767px) {
  .btn-greenmatch {
    font-size: 15px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.7px;
  }
  .btn-greenmatch .btn-greenmatch {
    margin-top: 0;
  }
}
.gm-col-2 {
  display: flex;
  font-size: 2.25rem;
  line-height: 1.5;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gm-col-2 > div {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .gm-col-2 > div {
    flex-wrap: wrap;
    flex: 1;
  }
}
.gm-col-2 > div:first-child {
  padding-right: 2%;
}
.gm-col-2 > div:last-child {
  width: 40%;
  padding-right: 0;
}
.gm-col-2 img {
  margin-top: 25px;
}
.gm-col-2 h2 {
  font-size: 1.7em;
  line-height: 1.2;
}
.gm-col-2 p,
.gm-col-2 ul {
  font-size: 0.88em;
}
.gm-col-2 ul {
  margin: 15px 0;
}
section h1 {
  text-align: left;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #04A059 !important;
}
.height {
  height: 100px;
}
@media (max-width: 767px) {
  .cc-theme-edgeless.cc-window {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cta-section a {
    font-size: 15px;
  }
  .cta-section .secondarybutton {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 250px;
    margin-bottom: 0;
  }
  .cta-section .button-container {
    width: 100%;
  }
  .cta-section .button-container button {
    min-width: 200px!important;
  }
}
.secondarybutton {
  margin-bottom: 10px;
}
.navbar-default .navbar-nav > li > a:focus {
  background: #034745;
  color: white;
}
@media (max-width: 778px) {
  .navbar-collapse.collapse {
    margin: 0;
  }
}
a.btn.external-link {
  background-color: #04A059;
}
@media (min-width: 768px) {
  .buttons {
    display: flex;
    justify-content: center;
  }
  .buttons > a {
    display: block;
  }
}
.featurebutton {
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: bolder;
  letter-spacing: 1px;
  background-color: #04A059;
  border: solid 2px #04A059;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 3px;
  color: white;
  width: 250px;
}
@media (max-width: 1199px) {
  .featurebutton {
    width: 220px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .featurebutton {
    font-size: 15px;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.7px;
  }
  .featurebutton .featurebutton {
    margin-top: 0;
  }
}
.featurebutton.featurebutton-secondary {
  background-color: white;
  border-color: #04954d;
  color: #04954d;
}
.featurebutton.featurebutton-secondary:hover {
  background-color: #04A059;
  border-color: #04A059;
}
.featurebutton:hover {
  background-color: #04954d;
  border-color: #04954d;
  color: white;
}
.featurebutton:focus .featurebutton:active:focus {
  background-color: #04954d;
  border-color: #04954d;
}
.vtigerform form > table > tbody > tr > td {
  padding-left: 0!important;
}
.two-column-form > div {
  padding-left: 0;
}
.two-column-form select {
  margin-bottom: 10px;
  width: 100%;
  padding: 3px 2px;
}
.two-column-form #vtigerFormSubmitBtn {
  margin-top: 20px;
}
.webinar_entry {
  hyphens: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.webinar_entry article {
  border-color: #04A059;
  height: auto;
}
.webinar_entry .testen-startseite {
  font-size: 15px;
  margin: 30px 0 40px 0;
}
.webinar_entry .content {
  padding: 0 20px 0 20px;
  min-height: 280px;
}
.webinar_entry .suitable {
  text-align: left;
  background: #034745;
  padding-left: 20px;
  color: white;
  padding-top: 15px;
  padding-bottom: 10px;
}
.webinar_entry .suitable .knowledge-tag a {
  font-size: 10px;
  background: #04A059;
}
.webinar_entry .webinarinfo {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.webinar_entry .timetogo {
  position: absolute;
  top: 0;
  left: 0;
  background: #6ca7c4;
  padding: 10px;
  color: white;
  font-weight: bold;
  margin-left: 15px;
}
.past .testen-startseite {
  background: #EBECEE;
  color: black;
  border: black;
}
.past article {
  border-color: #EBECEE;
  height: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.referenten-box {
  padding: 2px 30px 20px 30px;
  margin-top: 30px;
  background: #EBECEE;
  margin-bottom: 50px;
}
.referenten-box .image {
  padding: 0;
}
.referenten-box .row {
  margin: 0;
}
.referenten-box h3 {
  margin-top: 0;
  font-size: 1.7rem;
}
.referenten-box p {
  font-size: 110%;
}
.referenten-box a {
  text-decoration: underline;
}
.webinar-detail-page li {
  font-size: 140%;
}
.webinar-detail-page .back {
  margin-top: 20px;
}
.webinar-detail-page .video-section {
  margin-top: 30px;
}
.webinar-detail-page .main-section-webinar {
  padding-right: 50px;
  padding-bottom: 50px;
}
.webinar-detail-page h4 {
  font-size: 140%;
  font-weight: 400;
}
.webinar-detail-page .suitable {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 140%;
}
.webinar-detail-page .suitable .knowledge-tag a {
  font-size: 80%;
  background: #04A059;
}
