/*
Theme Name: Obwyse
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.initial_hide {
  display: none;
}

/* -------------------------------------------------- */

body {
  display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: stretch;
}

.count_validierungen {
  display: none;
  margin-top: 50px;
}

.count_validierungen #bar {
  background-color: #002846;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 5px;
}

.count_validierungen #erklaerung {
    color: #002846;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}

.count_validierungen #bar>div {
  background-color: #009fdc;
  width: 0%;
  /* Adjust with JavaScript */
  height: 15px;
  border-radius: 10px;
}

#preloader_konto .loading, #preloader_white .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    font-size: 30px;
    color: #002846;
    font-weight: 900;
}

.swagger-ui .servers-title {
    display: block;
    margin-bottom: 5px;
}

.validation-error {
  color: #ae301b;font-weight:bold;font-size: 12px;
}

.headline section, .uploadsection section {
    margin: 0px auto;
    padding-top: 10px;
    position: relative;
    max-width: 1100px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9;
}

.obwyseSpecificationResult {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}


.obwyseRecommendationResult, .cvResult {
    text-align: center;
    font-size: 35px;
    margin-top: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ergebnis_wrapper .ergebnis .kosit, .ergebnis_wrapper .ergebnis .mustangxml, .ergebnis_wrapper .ergebnis .valitool, .ergebnis_wrapper .ergebnis .mustangpdf, .ergebnis_wrapper .ergebnis .valitoolpdf {
    margin-bottom: 20px;
    word-wrap: break-word;
}

.ergebnis_wrapper .ergebnis .kosit, .ergebnis_wrapper .ergebnis .other, .ergebnis_wrapper .ergebnis .valitool, .ergebnis_wrapper .ergebnis .valitoolpdf, .ergebnis_wrapper .ergebnis .mustangxml, .ergebnis_wrapper .ergebnis .mustangpdf {
    background-color: #fff;
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-right: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 5px solid #002846;
}

.ergebnis_wrapper .ergebnis .kosit.valid, .ergebnis_wrapper .ergebnis .valitool.valid, .ergebnis_wrapper .ergebnis .valitoolpdf.valid, .ergebnis_wrapper .ergebnis .mustangpdf.valid, .ergebnis_wrapper .ergebnis .mustangxml.valid {
    border-top: 5px solid #002846;
    background-color: #fff;
}

.validheadline {
  font-weight: bold;
}

.dropzone.wider {
    padding: 160px 30px 163px 30px;
}

.ergebnisicon, .cvergebnisicon {
    text-align: center;
    margin-bottom: 25px;
}

#custom .severitys {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

li.no_okay a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ae301b;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
    border:1px solid white;
}

li.warn a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #edd922;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
    border:1px solid white;
}

li.okay a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgb(124, 180, 48);
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
    border:1px solid white;
}

.ergebnisicon img, .cvergebnisicon img {
    width: 200px;
}

.closeButtonAndBack {
    float: right;
    width: 49px;
    height: 49px;
    display: block;
    background-color: #002846;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #002846;
    text-align: center;
    line-height: 47px;
    font-size: 25px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.closeButtonAndBack.floatleft {
  float: left;
  margin-left: 5px;
}

.closeButtonAndBack.smaller {
    font-size:15px;
    background-color:#ededec;
    border: 2px solid #ccc;
    color: #002846;
    font-weight: bold;
}

.closeButtonAndBack.black {
  background-color: #002846;
  border: 2px solid #002846;
  color:#fff;
}

.closeButtonAndBack.white {
  background-color: white;
}

.closeButtonAndBack.smaller.active {
  background-color:#002846;
  border: 2px solid #002846;
  color:#fff;
}

.closeButtonAndBack.disable {
  background-color: #ededec;
  border: 2px solid #ccc;
  color: #ccc;
}

.closeButtonAndBack:hover, .closeButtonAndBack.smaller:hover {
  background-color:#009fdc;
  color:#fff;
  border: 2px solid #009fdc;
}

.closeButtonAndBack.disable:hover, .closeButtonAndBack.smaller.disable:hover {
  background-color: #ededec;
  border: 2px solid #ccc;
  color: #ccc;
}

.dropzone {
  border: 2px solid #ccc;
  border-radius: 20px;
}

.dropzone.dz-clickable {
    background-color: #fff;
}

.dropzone.wider {
    padding: 160px 30px 163px 30px;
}

.uploadsection.wide section {
    max-width: inherit;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.dropzone.dz-clickable .dz-message {
    font-size: 2em;
    color: #002846;
    font-size: 30px;
    font-weight: 700;
}

.dropzone.dz-clickable .dz-message .smaller {
    font-size: 20px;
    font-weight: bold;
    color: #ccc;
    display: block;
    margin-top: 20px;
}

details {
  background-color: #f5f5f5;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  margin-bottom: 25px;
}

details summary {
  font-weight: bold;
  clear: right;
  cursor: pointer;
}

details[open] {
  padding-bottom: 3px;
}

details[open] summary {
  margin-bottom: 10px;
}

details:before {
  content: "\f152";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: left;
  margin-right: 7px;
  padding-top: 1px;
  cursor: pointer;
}

details[open]:before {
  content: "\f150";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: left;
  margin-right: 7px;
  padding-top: 1px;
  cursor: pointer;
}

.woocommerce-MyAccount-content.dashboard {
  width: 100%;
}

.dashboard_blocks {
    margin-top: 35px;
    overflow: hidden;
}

.dashboard_blocks a.blocks {
    float: left;
    width: 23.875%;
    border-radius: 8px;
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #002846;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.dashboard_blocks a.blocks:hover {
  background-color: #009fdc;
  text-decoration: none;
}

.dashboard_blocks a.blocks.first, .dashboard_blocks a.blocks.second, .dashboard_blocks a.blocks.third, .dashboard_blocks a.blocks.fifth, .dashboard_blocks a.blocks.sixth, .dashboard_blocks a.blocks.seventh {
    margin-right: 1.5%;
}
.dashboard_blocks a.blocks.first, .dashboard_blocks a.blocks.second, .dashboard_blocks a.blocks.third, .dashboard_blocks a.blocks.fourth {
    margin-bottom: 1.5%;
}

.woocommerce-checkout input[type="text"]:read-only, .woocommerce-checkout input[type="email"]:read-only { 
  background-color: #f5f5f5;
  border: none;
}

.woocommerce a.remove {
  color: #ccc !important;
}

.woocommerce a.remove:hover {
  color: #002846 !important;
  background-color: #fff !important;
}

.woocommerce table.shop_table td {
  padding: 20px 15px;
}

.woocommerce table.shop_table th {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-cart-form__contents th {
  font-size: 12.25px;
}

.woocommerce .quantity .qty {
  min-width: 65px;
  border: 1px solid #ccc;
  height: 40px;
  font-weight: bold;
}

.zahlungsinfos {
  text-align: center;
}

.checkout_coupon.woocommerce-form-coupon p:first-of-type {
  display: none;
}

.checkout_coupon.woocommerce-form-coupon .form-row {
  margin: 0px;
  padding: 0px;
  float: none;
}

.checkout_coupon.woocommerce-form-coupon .form-row .button {
  margin-top: 10px;
}

.woocommerce form.checkout_coupon {
      background: #f5f5f5;
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled] {
  display: none;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  min-width: 50px;
}

.alle_ausklappen, .alle_einklappen {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

.alle_ausklappen:hover, .alle_einklappen:hover {
  text-decoration: underline;
}

.woocommerce-cart .woocommerce-notices-wrapper {
  display: none;
}

.wc-block-components-notices__snackbar, .wc-block-components-notice-banner__content {
  display: none;
}

.no-customize-support .custom_erweiterungen_block {
  display: none;
}

.customize-support .custom_erweiterungen_block {
  display: block;
}

.product-name .head {
  font-size: 16px;
  font-weight: bold;
  color: #002846;
}

.product-name span.small_text {
  font-size: 12.25px;
}

.custom_erweiterungen_block a.erweiterung {
  background-color: #f5f5f5;
  border: 1px solid rgba(0,0,0,.1);
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: block;
  color: #002846;
  cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s !important;
}

.custom_erweiterungen_block a.erweiterung:hover {
  text-decoration: none;
  background-color: #c9e6f1;
}

.woocommerce td.product-quantity {
  min-width: 112px;
}

.nav-tabs {
    margin-top: 45px;
    border-bottom: 2px solid #ccc;
}

.tab-content .tab-pane.active, ul.nav-tabs li.active {
  background-color: #fff;
  color: #002846;
  border:none;
  outline: none;
}

.tab-content.validierung .tab-pane.active, ul.nav-tabs.validierung li.active {
  background-color: transparent
}

#custom .ergebnis .wrap_inmessage {
  display: flex;
}

#custom .ergebnis .message-block {
  margin-bottom: 20px;
}

#custom .ergebnis .message-block .inwrapper {
  background-color: #fff;
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-right: 30px;
  border-bottom-left-radius: 20px;
}

#custom .ergebnis .message-block .icon_wrapper {
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
}

#custom .ergebnis .message-block .icon_wrapper .icon {
    width: 35px;

}

#custom .ergebnis .message-block p {
  margin-bottom: 0px;
}

#custom .ergebnis .message-block p.message {
  margin-bottom: 10px;
}

#custom .ergebnis .message-block .values {
  margin-bottom: 10px;
}

#custom .ergebnis .message-block .values:last-child {
  margin-bottom: 0px;
}

#custom .ergebnis .message-block code {
    padding: 2px 4px;
    font-size: 90%;
    color: #002846;
    border-radius: 4px;
    background-color: transparent;
    overflow-wrap: break-word;
word-break: break-all;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 13px 22px;
}

.nav-tabs > li > a {
    margin-right: 7px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #ccc;
    outline: none;
    color: #002846;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-tabs > li > a:hover {
  background-color: #d9d9d9;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #002846;
    border: 1px solid #002846;
    border-bottom-color: transparent;
    cursor: default;
    font-weight: bold;
}

.custom_erweiterungen_block .erweiterung .inbox {
  display: flex;
  align-content: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.custom_erweiterungen_block .erweiterung .inbox .text h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}

.custom_erweiterungen_block .erweiterung .inbox .text, .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  font-size: 12.25px;
  line-height: 1.2;
}

.custom_erweiterungen_block .erweiterung .inbox .add {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s !important;
    line-height: 1;
}

.custom_erweiterungen_block a.erweiterung:hover .inbox .add {
  background-color: #002846;
  border: 1px solid #002846;
  color: #fff;
}

.meldung {
  background-color: rgb(124, 180, 48);
  padding:10px;
  font-weight: bold;
  color:#fff;
  margin-bottom: 25px;
}

.woocommerce-checkout h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f5f5f5;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .1);
  }

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #002846;
    color: #fff;
    border-radius: 8px;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #002846;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce form .form-row {
  margin-bottom: 11px;
}

.woocommerce form .form-row select, .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #000 !important;
    line-height: 35px !important;
    font-size: 14px;
    padding-left: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    height: auto !important;
    margin: auto !important;
}

.woocommerce-password-hint {
  line-height: 1.3;
}

.woocommerce form .form-row label {
line-height: 1.3;
}

.dankeblock_checkout {
  margin-top: 20px;
  font-weight: bold;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    position: relative;
    background-color: #eeeeee;
    color: #002846;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    outline: none;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #002846;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #002846;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}

.woocommerce input.button, .wc-block-cart__submit-button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
a.woocommerce-custom-button {
    background-color: #002846;
    margin-top: 0px;
    color: #fff;
    border: 1px solid #002846;
    background-color: #002846;
    width: auto;
    padding-left: 23px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 23px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s !important;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 0px;
    line-height: 1.42857143;
}

.wc-block-cart__submit-button:hover, a.woocommerce-custom-button:hover,
.woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #009fdc;
    border: 1px solid #009fdc;
    color: #fff;
    text-decoration: none;
}

a.wc-block-components-product-name {
  font-size: 16px;
  font-weight: bold;
  color: #002846;
}

h3.trigger {
    font-weight: bold !important;
    text-align: left;
    margin-bottom: 0px;
    line-height: 1;
    margin-top: 1.4%;
    font-size: 15px;
}
.trigger {
    background-color: #ddd;
    color: #002846;
    cursor: pointer;
    padding: 8px;
    padding-left: 60px;
    padding-top: 18px;
    padding-bottom: 19px;
    background-image: url(images/circle-down-solid.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 20px 14px;
    box-sizing: border-box;
}

.trigger_active {
    background-color: #002846;
  background-image: url(images/circle-up-solid.png);
    background-repeat: no-repeat;
    background-size: 23px;
  background-repeat: no-repeat;
  color:#fff;
    margin-bottom: 0px !important;
}

.toggle_container {
    padding-top: 17px;
}

table.partner_table {
  width: 100%;
}

table.partner_table th {
  font-weight: bold;
}

table.partner_table td, table.partner_table th {
  padding: 10px;
}

table.partner_table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_featured, .wpem-event-listings .wpem-event-layout-wrapper .event_featured:hover {
  background-color: #fff;
}

.pressekontakt_left, .pressekontakt_right {
  float: left;
  width: 50%;
}

.subpage_text_press {
  margin-bottom: 70px;
  }

.single_text_press {

    background-color: #f5f5f5;
    margin-top: 0px;
    margin-bottom: 15px;
    color: rgb(15, 35, 67);
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
}

.subpage_text_press h3.entry-title a {
  font-weight: bold;
  color: rgb(15, 35, 67);
}

.subpage_text_press h3.entry-title {
  margin-bottom: 7px;
}

.nav-links a.page-numbers {
      background-color: #f5f5f5;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #002846;
  transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border-radius: 5px;
    border:1px solid #ccc;
}

.nav-links span.page-numbers.current {
  background-color: rgb(15, 35, 67);
    padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
   color: #fff;
   font-weight: bold;
   border-radius: 5px;

}

.nav-links a.page-numbers:hover {
          background-color: rgb(0, 159, 220);
          color: #fff;
          text-decoration: none;
          border:1px solid rgb(0, 159, 220);
}

.teamstimmen p {
  margin-bottom: 0px;
}

.teamstimmen ul {
  list-style: disc;
  margin-left: 15px;
}

.live-video-footer {
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: rgb(15, 35, 67);
    z-index: 8;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    text-align: center;
}

.kulturfoyer_logo {
  max-width: 300px;
  margin:0 auto;
  margin-top: 20px;
}

.wpem-single-event-body-content {
	text-align: justify;
	font-size: 14px;
	line-height: 1;
}

.registration_button {
	text-transform: none !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.wpem-theme-button {
	font-weight: 700 !important;
}

.wpem-main b, .wpem-main strong {
	font-weight: 700;
}

.wpem-single-event-body-content p {
	margin-bottom: 20px;
}

.wpem-single-event-body-content a {
	color: #337ab7;
}

.wpem-single-event-body-content a:hover {
	color: #337ab7;
	text-decoration: underline;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content {
  padding: 15px;
    padding-top:0px;
    padding-right: 30px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info {
  padding: 15px 15px 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar {
    padding: 15px 15px 15px 0;
}

.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button {
  background: #009fdc;
}

.wpem-single-event-page .wpem-single-event-wrapper {
  border:none;
}

.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-register-event-form form {
  padding: 0px;
}

.wpem-reg-spots-left {
  background-color: rgb(124, 180, 48);
  border-radius: 5px;
  margin-top: 5px;
  padding-bottom: 10px;
  color: #fff;
}

.event-manager-form button.wpem-theme-button {
  text-transform: none;
}

.wpem-theme-button:hover,
a.wpem-theme-button:hover,
button.wpem-theme-button:hover,
input.wpem-theme-button:hover {
  background: rgb(15, 35, 67);
}

.support_user_list {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 25px;
}

.support_user_list ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 0px;
}


.wpcf7-list-item.first {
  margin-left: 0px;
}

.wpcf7 .ajax-loader {
  margin:0px;
}

.wrapper1 {width: 100%; border: none 0px RED;
overflow-x: scroll; overflow-y:hidden;}
.wrapper1{height: 20px; }
.div1 {width:750px; height:20px; }

@media screen and (min-width: 845px) { 
  .wrapper1 {
    display: none;
  }
}

/* Bootstrao-Anpassungen */

.modal-header {
  padding: 15px;
  border-bottom: 1px solid rgb(15, 35, 67);
  background-color: rgb(15, 35, 67);
  color: #fff;
}

h1, .h1 {
    font-size: 40px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    color: inherit;
}

.btn-primary {
    color: #ffffff;
    background-color: rgb(15, 35, 67);
    border-color: #001f37;
}

.btn {
    cursor: pointer !important;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border-radius: 2px;
    font-weight: bold;
}

.btn-contact {
  background-color: rgb(15, 35, 67);
  color: #ffffff;
}

.btn-contact:hover {
  color: #fff;
  background-color: #009fdc;
  border: 1px solid white;
}

.btn-contact:active, .btn-contact:focus {
  background-color: rgb(15, 35, 67);
  color: #ffffff;
  border: 1px solid transparent;
}

.btn-default {
    color: rgb(15, 35, 67);
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #009fdc;
  border-color: #009fdc;
  outline: none;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #009fdc;
  border-color: #009fdc;
  outline: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: rgb(15, 35, 67) !important;
  border-color: #001f37 !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    color: rgb(15, 35, 67);
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
}

.modal-body {
    padding: 25px;
}

@media (min-width: 768px) {
  .modal-dialog {
      width: 650px;
      margin: 30px auto;
  }
}

.table-scrollable {
    width: 100%;
    overflow-y: auto;
}

.mobile_table {
  min-width: 750px;
}

section.buchstabe {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 18px;
    color: #002846;
    border-radius: 5px;
    margin-bottom: 25px;
}

section.buchstabe .sub-title {
  font-weight: bold;
}

ul.glossar_liste {
  font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 18px;
    color: #002846;
    border-radius: 5px;
    margin-bottom: 25px;
}

ul.glossar_liste li {
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  padding: 7px;
  background-color: #ccc;
  margin-right: 6px;
  color: #002846;
  border-radius: 3px;
}

@media screen and (max-width: 750px) { 

.video_iframe {
  width: 100%;
}

  ul.glossar_liste li {
    margin-bottom: 6px;
  }
  .pressekontakt_left, .pressekontakt_right {
  float: none;
  width: 100%;
}
.pressekontakt_right {
  margin-top: 30px;
}
}

ul.glossar_liste li.active {
  text-decoration: none;
  background-color: transparent;
  border:none;
  color: #fff;
  background-color: rgb(0, 159, 220);
}

/*.blog article {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  color: rgb(15, 35, 67);
  overflow: hidden;
}*/

.blog article {
    width: 30.9333%;
    float: left;
    background-color: #f5f5f5;
    margin-left: 1.2%;
    margin-right: 1.2%;
    margin-top: 0px;
    margin-bottom: 4%;
    color: rgb(15, 35, 67);
    border-radius: 5px;
    border: 1px solid #ccc;
}

.blog article:first-of-type {
  margin-left: 0;
}

.blog article:nth-of-type(3n+0) {
 margin-right: 0;
}

.blog article:nth-child(3n + 4) {
 margin-left: 0;
 clear: both;
}

.blog article.blog_single {
  clear: both;
  margin-bottom: 0px;
  width: 100%;
  float: none;
  margin: 0;
  margin-top: 15px;
  padding: 20px;
}

.blog article h2.entry-title, .blog article h1.entry-title {
  font-size: 27px;
  margin-bottom: 0px;
  word-wrap: break-word;
}

.blog article .entry-header {
  padding: 20px;
  padding-bottom: 0px;
}

.blog article .entry-header .entry-meta {
  font-style: italic;
}

.blog .entry-meta.event {
  font-size:16px;
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.blog article h2.entry-title a {
color: rgb(15, 35, 67);
}

.blog article .post-thumbnail {
  overflow: hidden;
  display: block;
}

.blog article .post-thumbnail img {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom:10px solid rgb(15, 35, 67);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.blog article:hover .post-thumbnail img {
border-bottom:10px solid #009fdc;
}

.blog_title a {
  color: #fff;
}

.blog_title a:hover {
  text-decoration: none;
}

.header_single {
  margin:0 auto;
  text-align: center;
  padding-top: 70px;
  width: 50%;
}

.header_single h1 {
  font-weight: bold;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}

.blog .entry-meta {
text-shadow: 0px 0px 7px rgba(255, 255, 255, 1);
font-weight: bold;
}

.tipp_block {
  margin: 0 auto;
  max-width: 600px;
  padding:20px;
  background-color:#009fdc;
  border-radius: 5px;
  border: #009fdc;
  margin-top:25px;
  margin-bottom:25px;
  padding-bottom:10px;
  color:#fff;
}

.tipp_block a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.tipp_block h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

ol.aufzaehlungs_liste {
  list-style-type: decimal;
  padding-left: 40px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 25px;
}

ul.aufzaehlungs_liste {
  list-style: disc;
  padding-left: 20px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 10px;
}

ol.aufzaehlungs_liste.fett, ul.aufzaehlungs_liste.fett {
  font-weight: bold;
}

.back_blog {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  display: inline-block;
  padding-top:0px;
  padding-bottom: 15px;
}

.back_blog a, .nav-links a {
  /*color: rgb(15, 35, 67);*/
  font-weight: bold;
}

.nav-next {
  float: right;
    text-align: right;
}

.nav-previous {
  float: left;
}

@media screen and (max-width: 700px) {
   .header_single, .blog .entry-meta {
    width: 80%;
    word-wrap: break-word;
   }
   .blog .entry-meta {
    margin: 0 auto;
   }
   .navigation_blog {
    display: none;
   }
  .blog article {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 25px;
	}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content {
	padding: 0px;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar {
	padding-right: 0px;
}



}


.about_paypal {
  display: none;
}

.woocommerce button.button.alt, .woocommerce a.button.alt {
  background-color: rgb(15, 35, 67);
    border-color: #001f37;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    font-size: 16px;
    width: 100%;
}
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {
  color: #ffffff;
  background-color: #009fdc;
  border-color: #009fdc;
}

.woocommerce-checkout .shop_table,
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
  background-color: #f5f5f5 !important;
}

.woocommerce a.button.obwyse.pay {
  margin-right: 5px;
  border-radius: 3px;
transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.woocommerce a.button.obwyse.view {
  border-radius: 3px;
transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.collapsible {
color: #002846;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.collapsible:hover {
  background-color: #c8e6f0;
    border: 1px solid #c8e6f0;
}

.active, .active:hover {
  background-color: rgb(0, 159, 220);
  color:#fff;
  border: 1px solid rgb(0, 159, 220);
}

.content {
  padding: 18px;
  padding-bottom: 20px;
  display: none;
  overflow: hidden;
  background-color: #fff;
}

.grecaptcha-badge { 
    visibility: hidden;
}

ul.submenu_support {
  margin-top: 20px;
}

ul.submenu_support li{
  display: block;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
  color: rgb(15, 35, 67);
}

ul.submenu_support li a {
  color: rgb(15, 35, 67);
  }

.support_video {
  overflow: hidden;
}

.video_left {
  float:left;
  width:55%;
}

.video_right {
  float:right;
  width:42%;
}

@media screen and (max-width: 700px) {
    .video_left, .video_right {
    float:none;
    width:100%;
  }
}



.navigation_over {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: rgb(15, 35, 67);
    overflow-x: hidden;
    transition: 0.5s;
}

.navigation-content_over {
    width: 100%;
    text-align: center;
    margin-top: 120px;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

.navigation_over .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.navigation_over a {
    padding: 10px;
    text-decoration: none;
    font-size: 27px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

a.support_kachel {
  float:left;
  width: 23.5%;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #f5f5f5;
  border:1px solid #ccc;
  border-radius: 5px;
  display: block;
  padding: 20px;
  color:#002846;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  height: 213px;
  margin-bottom: 2%;
  word-wrap: break-word;
}

a.support_kachel.grid5 {
  width: 18.4%;
}

a.support_kachel.first, a.support_kachel.fifth {
  margin-left:0%; 
}
a.support_kachel.fourth, a.support_kachel.faq.fifth, a.support_kachel.eight {
  margin-right:0%;
}

a.support_kachel.faq.fourth {
  margin-right: 1%;
}

a.support_kachel.faq.fifth {
  margin-left: 1%;
}


a.support_kachel.faq {
  width: 18.4%;
  min-height: 240px;
}

a.support_kachel:hover {
  background-color: #c8e6f0;
  border:1px solid #c8e6f0;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  a.support_kachel {
    font-size: 13px;
    padding: 12px;
  }
  }

@media screen and (max-width: 700px) {
  a.support_kachel, a.support_kachel.faq {
    height: 270px;
    width: 49%;
  }
  a.support_kachel.third {
  margin-left: 0%;
  }
  a.support_kachel.first, a.support_kachel.fifth, a.support_kachel.seventh, a.support_kachel.nine, a.support_kachel.eleven {
    margin-left:0%;
  }
  a.support_kachel.second, a.support_kachel.fourth, a.support_kachel.sixth, a.support_kachel.eight, a.support_kachel.ten, a.support_kachel.twelve, a.support_kachel.faq.fourth {
    margin-right:0%;
  }
}

@media screen and (max-width: 550px) {
  a.support_kachel, a.support_kachel.faq {
  height: 200px;
  }
}

h1.headline_feedback {
  font-size: 55px;
  font-weight: bold;
}

h2.headline_feedback {
  font-size: 27px;
  line-height: 30px;
}

label#nochzurverfuegung {
  display:none;
  margin-top: 3px;
  color: #8d2222;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
}

div.wpcf7-response-output {
  margin: 0;
  margin-bottom: 20px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    border:none;
        border-radius: 5px;
}

div.wpcf7-validation-errors, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ae301b;
  color:#fff;
  border:none;
  margin: 0;
  margin-bottom: 20px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    border:none;
        border-radius: 5px;
}

span.wpcf7-not-valid-tip {
  color: #ae301b;
  font-weight: bold;
  font-size: 12px;
}

div.wpcf7-mail-sent-ok {
  background-color: rgb(124, 180, 48);
  color:#fff;
}

.breadcrumbs_wrapper {
  background-color: rgb(0, 159, 220);
}

.breadcrumbs {
  margin: 0 auto;max-width: 1328px;padding-left: 39px;padding-right: 39px;padding-bottom: 5px;color:#fff;
  font-size: 14px;
}

.breadcrumbs a {
  color:#fff;
}

.search-in-place {
  background-color: #fff;
}

.search-in-place .item {
    border-top: none;
    font-size: 13px;
    line-height: 1.3;
    cursor: pointer;
}

.search-in-place .label_search_title {
  display: block;
  color: #fff;
  text-shadow: none;
  background-color: rgb(15, 35, 67);
  text-transform: none;
  padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}
.search-in-place .resume {
  font-size: 13px;
}

.search-in-place .title {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}

.search-in-place .more {
  text-align: left;
  display: block;
  text-shadow: none !important;
  color:rgb(15, 35, 67) !important;
  border-radius: 0px !important;
  border: 0px !important;
  background: #F1F1F1 !important;
}

.search-in-place .label:empty {
 display: none;
}

.kaufenButton {
  display: block;
  float: right;
  line-height: 54px;
  font-weight: bold;
  font-size: 13px;
  color:#002846;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.kaufenButton:hover {
  background-color: #009fdc;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 700px) {
  .kaufenButton {
    display: none;
  }
  h1 {
    font-size: 30px;
  }
}

.woocommerce-order-details__title {
  display: none;
}

.woocommerce-column__title {
  margin-bottom: 10px;
}

.woocommerce table.my_account_orders {
  font-size: 1em;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 8px 12px;
}

.woocommerce a.button.obwyse {
  background-color: rgb(15, 35, 67);
  color:#fff;
  border-radius: 0px;
}

.woocommerce a.button.obwyse:hover {
  background-color: #00a0dc;
}

.woocommerce-orders h1,
.woocommerce-edit-address h1,
.woocommerce-payment-methods h1,
.woocommerce-edit-account h1,
.woocommerce-view-order h1,
.woocommerce-order-pay h1
{
  display: none;
}

.woocommerce form.login {
  border:none;
  padding: 0px;
  margin:0px;
  max-width: 600px;
}

h1.accountcustom {
  display: block;
}

.bestellprozess a.bb, .bestellprozess i.icon {
  cursor: pointer;
}

.bestellprozess .block .flex {
  display: flex;
  display: -ms-flexbox; /* IE10 */
}

.bestellprozess .icon {
  padding: 9.5px;
  background: rgb(201, 201, 201);
  color: white;
  min-width: 35px;
  text-align: center;
  height: 33px;
}

.bestellprozess .icon:hover {
  background: rgb(15, 35, 67);
}

.bestellprozess input[disabled] {
  background-color: #f5f5f5;
  border:1px solid rgb(238, 238, 238);
}

.btn-grey {
    color: #ffffff;
    background-color: rgb(201, 201, 201);
    border-color: #c9c9c9;
}

.bestellprozess .step {
  margin-bottom: 35px;
  margin-top: 35px;
}

.bestellprozess .step h2 {
  font-size: 24px;
}

.bestellprozess .step.first {
  margin-top: 0px;
}

.bestellprozess .step.deactivate {
  margin-bottom: 0px;
  margin-top: 0px;
}

.bestellprozess .deactivate h2 {
  color:#ccc;
  margin-bottom: 35px;
}

.bestellprozess .deactivate section, .bestellprozess section.substep.deactivate, .bestellprozess section .block.deactivate, .bestellprozess section .btn.deactivate, .bestellprozess section .icon.deactivate {
  display: none;
}

.bestellprozess section .subbtn {
  display: block;
  text-align: right;
}

.bestellprozess section .block {
  overflow: hidden;
  max-width: 600px;
  margin-bottom: 12px;
}

.bestellprozess section .block.last {
  margin-bottom: 0px;
}

.bestellprozess section .block .left, .bestellprozess section .block .right {
  float: left;
  width: 50%;
}

.bestellprozess section .block .left .wrapper {
  margin-right: 6px;
}

.bestellprozess section .block .right .wrapper {
  margin-left: 6px;
}

.bestellprozess input[type="text"], .bestellprozess input[type="email"], .bestellprozess input[type="password"], .bestellprozess select,
.woocommerce form .form-row input.input-text {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}

.avv_formular input[type="text"].error, .avv_formular input[type="email"].error {
  background-color: #fae5e5 !important;
  border:1px solid #e87f7f !important;
}

.avv_formular input[type="text"]:read-only, .avv_formular input[type="email"]:read-only {
border: 1px solid #c5c5c5;
    background-color: #f0f0f0;
}

.bestellprozess label.error {
    margin-top: 3px;
    display: block;
    color: #8d2222;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
}

.bestellprozess label.okay {
    margin-top: 3px;
    display: block;
    color: #002846;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
}

.bestellprozess table.productOverview {
  margin-bottom: 20px;
  width: 100%;
}

.bestellprozess table.productOverview tr th, .bestellprozess table.productOverview tr td {
  padding:10px;
}

.bestellprozess table.productOverview tr th {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

/* ------------------------------------ */

a.datenschutz_link {
  text-decoration: underline;
  color: #fff;
}

.hidefirst {
  display: none;
}

p.success_answer {
  background-color: rgb(124, 180, 48);
  padding: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

p.error_answer {
  background-color:#8d2222;
  padding: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.navigation {
  float:left;
  width: 23%;
  margin-right: 3.5%;
  background-color: #f5f5f5; 
}

.blog .navigation {
  float: none;
  width: auto;
  margin-right: 0;
  background-color: transparent;
}

.navigation li a {
  display: block;
  padding: 20px;
  color: #002846;
}

.navigation li a:hover {
  background-color: #c9e6f1;
  text-decoration: none;
}

.navigation li a.current, .navigation li.is-active, .navigation li.current_page_item a {
  background-color: #00a0dc;
  color: #fff;
}

.navigation li.is-active a, .navigation li.current_page_item a {
  color: #fff;
}

.navigation li.is-active a:hover, .navigation li.current_page_item a:hover {
  background-color: #00a0dc;
}

.navigation li ul.children {
  display: none;
}

.navigation li.current_page_item ul.children, .navigation li.current_page_ancestor ul.children {
  display: block;
}

.navigation li.current_page_ancestor ul.children, .navigation li.current_page_ancestor a {
  background-color: #c9e6f1;
}

.navigation li.current_page_ancestor ul.children, .navigation li.current_page_ancestor a:hover {
  background-color: #00a0dc;
  color:#fff;
}

.navigation ul.children li a {
  padding-left: 40px;
  background-color: #c9e6f1;
      color: #002846;
}

.navigation ul.children li a:hover {
  color: #fff;
}

.navigation ul.children li.current_page_item a {
  padding-left: 40px;
  background-color: #00a0dc;
      color: #fff;
}


.content_dashboard {
  float:left;
  width: 73.5%;
}

table.bestellungen {
  width: 100%;
}

table.bestellungen tr th {
  padding: 20px;
  text-align: left;
  color: #6ea5a5;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}

table.bestellungen tr td {
  padding: 20px;
}

table.bestellungen tr:nth-child(odd) {
  background-color: #e6f0f0;
}

.modal-kontakt-link {
  cursor: pointer;
}

.kontaktformular {
  margin-top:20px;
}

.modal-body {
  color: rgb(15, 35, 67);
  font-size: 13px;
  line-height: 20px;
}

.modal-body a {
  color: #333;
}

.modal-body a:hover {
  text-decoration:underline;
}

.kontaktformular input[type="text"], .kontaktformular input[type="email"], .kontaktformular textarea, .ausprobierenformular input[type="text"], .ausprobierenformular input[type="email"] {
  width: 100%;
}

.kontaktformular input[type="text"], .kontaktformular input[type="email"], .kontaktformular input[type="password"], .ausprobierenformular input[type="text"], .ausprobierenformular input[type="email"], .ausprobierenformular input[type="password"] {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  height: 33px;
  line-height: 33px;
  font-size: 13px;
  font-weight: normal;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}

.kontaktformular select {
  margin-right: 0px;
    line-height: 33px;
    height: 33px;
    font-size: 13px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    width: 100%;
    padding-left: 6px;
}

.kontaktformular textarea {
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
  min-height: 150px;
  resize: none;
}

.kontaktformular .parallel, .ausprobierenformular .parallel {
  float: left;
  width: 50%;
}

.kontaktformular .parallel .left, .ausprobierenformular .parallel .left {
  margin-right: 12px;
}

.kontaktformular .parallel .right, .ausprobierenformular .parallel .right {
  margin-left: 12px;
}

.kontaktformular .zeile, .ausprobierenformular .zeile {
  margin-bottom: 16px;
}

.kontaktformular .hinweis_text, .ausprobierenformular .hinweis_text {
  line-height: 20px;
}

.kontakt_email_telefon {
  float: left;
  width: 48%;
  margin-right: 2%;
  line-height: 20px;
}

.kontakt_post {
  float: left;
  width: 48%;
  margin-left: 2%;
  line-height: 20px;
}

@media screen and (max-width: 600px) {
  .kontakt_email_telefon, .kontakt_post {
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-left: 0%;
}

.kontakt_post {
  margin-top:20px;
}

}

.spalte1, .spalte2, .spalte3, .spalte4, .spalte5, .spalte6 {
  float: none;
  margin-bottom: 20px;
}

.spalte1 {
  width: 149px;
}

.spalte2 {
  width: 162px;
}

.spalte3 {
  width: 240px;
}

.spalte4 {
  width: 189px;
}

.spalte5 {
  width: 212px;
}

.spalte6 {
  width: 98px;
}

.spalte1 ul li a, .spalte2 ul li a, .spalte3 ul li a, .spalte4 ul li a, .spalte5 ul li a, .spalte6 ul li a {
  color:#fff;
}

.copyright_block {
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  margin-top: 30px;
  opacity: 0.4;
  text-align: center;
  color:#fff;
}

.copyright_block ul {
  margin-bottom: 0px;
  color: #fff;
}

.copyright_block ul li {
  display: inline;
}

.copyright_block ul li a {
  color: #fff;
}

.copyright_block span a {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .copyright_block ul li {
    display: block;
  }
  .copyright_block ul li span.sep, .login_footer ul li span.sep {
    display: none;
  }
}

table.ueberblick_tabelle {
  width: 100%;
  margin-bottom: 35px;
  font-weight: bold;
}

table.ueberblick_tabelle tr:nth-child(odd) {
  background: #f1f1f1;
}

table.ueberblick_tabelle tr td {
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#overlay_anwendung {
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center bottom;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image:url("./images/overlay_kachel.png");
    top:27px;
}

.outer_success {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner { 
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-top:50px;
    padding-bottom: 54px;
}

.inner_block_banderole {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.inner_block_banderole .links {
  margin-top: 25px;
  font-size: 13px;
  line-height: 18px;
}

.inner_block_banderole .links a {
  color: rgb(15, 35, 67);
}

.inner_block_banderole_content {
  max-width: 1050px;
  margin: 0 auto;
}

.inner_block_banderole h1 {
text-align: center;
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0px;
}

.inner_block_banderole_content h2 {
    font-size: 18px;
    margin-bottom: 21px;
    line-height: 24px;
}

.inner_block_banderole_content .buttons a {
  margin-top: 7px;
}

input[type="text"], input[type="password"], input[type="email"] {
  font-size: 13px;
}

.inbox img {
  width: 100%;
}

img.eco {
  width: 20%;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

img.eurofactura {
  width: 35%;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

img.ferd {
  width: 30%;
  display: block;
  margin-bottom: 15px;
}

img.eurocloud {
  width: 40%;
  display: block;
  margin-bottom: 15px;
}

img.zugferd {
  width: 80%;
  display: block;
  margin-bottom: 17px;
}

img.voi {
  width: 27%;
  display: block;
}

.answer_contact {
  font-size: 13px;
  padding: 15px; 
  border-radius: 2px;
  overflow: hidden;
  background-color: rgb(15, 35, 67);
}

.answer_contact_left {
  float:left;
  width: 21%;
  overflow: hidden;
}

.answer_contact_right {
  float:left;
  width: 79%;
  overflow: hidden;
  line-height: 17px;
}

.headline_products {
  text-align: center;
  padding-top: 20px;
}

section.home_what {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 22px;
}

section.home_price {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 22px;
}

section.home_who {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}

section.home_why {
  display: block;
  width: 100%;
  background-color: rgb(15, 35, 67);
  padding-top: 60px;
  padding-bottom: 0px;
  overflow: hidden;
  color:#fff;
}

section.home_contact {
  display: block;
  width: 100%;
  background-color: #009fdc;
  padding-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
  color:#fff;
}

section.home_searchtext {
  display: block;
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  color:#fff;
}

section.home_clients {
  display: block;
  width: 100%;
  background-image:url("./images/startseite/back_clients.jpg");
  background-size: cover;
  padding-top: 50px;
  overflow: hidden;
  color:#fff;
}

/* BEGIN - .product_columns - MOBIL */

.product_columns {
    overflow: hidden;
    margin-top: 30px;
    color: #fff;
}

.product_columns .product_c {
  float: none;
  width: 100%;
  padding: 0px;
}

.product_columns .product_c .inbox, .product_columns .product_c.embedded .inbox {
    border: 5px solid #ddd;
    border-radius: 10px;
}

.product_columns .product_c.mail .inbox .in_inbox {
    background-color: #009fdc;
}

.product_columns .product_c.embedded .inbox .in_inbox {
    background-color: rgb(15, 35, 67);
}

.product_columns .product_c.erweiterung .inbox .in_inbox {
    background-color: #ddd;
    color: #002846;
}

.product_columns .product_c .inbox .in_inbox {
    border: 10px solid white;
    border-radius: 15px;
    padding: 25px;
}

.product_columns .product_c .inbox .icon_edition {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
}

.product_columns .product_c .inbox .headline, .ergaenzung .headline {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product_columns .product_c .inbox .description  {
   border-bottom: 1px solid #fff;
   text-align: center;
   padding-bottom: 20px;
}

.product_columns .product_c .inbox .price {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    padding-top: 10px;
}

.product_columns .product_c .inbox .price .hinweis {
    display: block;
    font-size: 14px;
    padding: 0 !important;
}

.product_columns .product_c .inbox .price .smaller {
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
}

.product_columns .product_c .inbox .list, .ergaenzung .list {
    font-size: 14px;
    margin-top: 10px;
}

.product_columns .product_c .inbox .list .listitem, .ergaenzung .list .listitem {
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.product_columns .product_c .inbox .list .listitem .left, .ergaenzung .list .listitem .left {
    padding-right: 7px;
}

.product_columns .product_c .inbox .list .listitem:last-child, .ergaenzung .list .listitem:last-child {
    border-bottom: none;
}

input[type="text"].coupon_code {
box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    width: auto !important;
}

a.more_info_intro {
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
}

a.btn-portinvoice.abstandoben, a.btn-business-edition.abstandoben {
    margin-top: 25px;
}

.btn_shop {
  background-color: #002846;
  color: #fff;
  margin-top: 0px;
}

.btn_shop.grey {
  background-color: #f5f5f5;
  color: #002846;
  border: 1px solid rgba(0, 0, 0, .1);
}

a.btn-portinvoice {
    background-color: #fff;
    margin-top: 0px;
    color: rgb(15, 35, 67);
    border: #fff;
}

a.btn-business-edition {
    background-color: #fff;
    margin-top: 0px;
    color: rgb(15, 35, 67);
    border: #fff;
}

a.btn-portinvoice:hover {
  background-color: #002846;
  color: #fff;
}

a.btn-business-edition:hover, .btn_shop:hover {
  color: #fff !important;
  background-color: #009fdc !important;
}

.btn_shop:hover {
  border-color: #009fdc !important;
}

.btn-portinvoice {
    background-color: transparent;
    width: 200px;
    border: 2px solid rgb(15, 35, 67);
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 13px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #272727;
    font-size: 16px;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 5px;
}

.btn-business-edition {
    background-color: transparent;
    width: 200px;
    border: 2px solid rgb(15, 35, 67);
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 13px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #272727;
    font-size: 16px;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 5px;
}
a.btn-portinvoice.sichtkopie_button {
    background-color: #002846;
    margin-top: 0px;
    color: #fff;
    border: 2px solid #002846;
}

.sichtkopie_button {
    background-color: #002846;
    width: 100%;
    border: 2px solid #002846;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    margin-top: 15px;
    margin-bottom: 13px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 40px;
}

.sichtkopie_button:hover {
  background-color: #009fdc;
  border: 2px solid #009fdc;
  color: #fff;
}

.btn_shop {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 5px;
}


/* END - .product_columns - MOBIL */

.home_what .inner_wrapper, .home_who .inner_wrapper, .home_why .inner_wrapper, .home_contact .inner_wrapper, .home_searchtext .inner_wrapper, .home_clients .inner_wrapper, .home_clients .clients_block .inner_wrapper, .footer .inner_wrapper, .home_price .inner_wrapper {
  max-width: 1328px;
  margin:0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.home_what .inner_wrapper h1, .home_who .inner_wrapper h1, .home_contact .inner_wrapper h1, .home_why .inner_wrapper h1, .home_price .inner_wrapper h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
  margin-top: 0px;
}

.home_price .inner_wrapper h1 {
  margin-bottom: 30px;
}

.home_price .inner_wrapper h2 { 
  text-align: center;
}

.container_wrapper {
  overflow: hidden;
}

.container_wrapper .container_left {
  width: 100%;
  float: left;
  text-align: right;
  margin-bottom: 30px;
}

.container_wrapper .container_right {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.container_wrapper .container_left .inbox {
  overflow: hidden;
}

.container_wrapper .container_right .inbox {
  overflow: hidden;
}

.container_wrapper .container_left .inbox .inbox_left {
  float: left;
  width: 70%;
}

.container_wrapper .container_left .inbox .inbox_right {
  float: left;
  width: 30%;
}

.container_wrapper .container_right .inbox .inbox_left {
  float: left;
  width: 30%;
}

.container_wrapper .container_right .inbox .inbox_right {
  float: left;
  width: 70%;
}

.container_wrapper .container_left .inbox .inbox_left .in {
  margin-right: 30px;
}

.container_wrapper .container_right .inbox .inbox_right .in {
  margin-left: 30px;
}

.inbox p {
  font-size: 13px;
}

.inbox h2 {
  font-size: 24px;
}

ul.jobs {
list-style: none;
margin: 0px;
padding: 0px;
}

ul.jobs li {
border-bottom: 1px solid #ccc;
font-weight: bold;

}

ul.jobs li a {
  display: block;
  padding: 20px;
}

ul.jobs li:hover {
  background-color: #f5f5f5;
}

.job_blocks {
  margin-top: 30px;
}

.job_blocks, .job_blocks .block {
  overflow: hidden;
}

.job_blocks .block .cursor {
  cursor: pointer;
}

.job_blocks .block .inline {
  padding: 25px;
  text-align: center;
  color:#fff;
  font-weight: bold;
}

.job_blocks .block .inline img {
  margin-bottom: 10px;
}


.home_who .inner_wrapper .inbox .inbox_left {
  float: left;
  width: 100%;
}

.home_who .inner_wrapper .inbox .inbox_right {
  float: left;
  width: 100%;
}

.home_who .inner_wrapper .inbox .inbox_left .inline, .job_blocks .block {
  margin-right: 0px;
  margin-bottom: 30px;
}

.inline .icon {
  width: 30px;
  float:left;
  margin-right: 15px;
}

.inline .icon_text {
  float:left;
  width: 100%;
  display: block;
  clear: both;
  margin-top: 10px;
}

.home_who .inner_wrapper .inbox .inbox_left .inline p{
  text-align: justify;
}

.home_who .inner_wrapper .inbox .inbox_right .block {
  overflow: hidden;
  margin-bottom: 3%;
}

.home_who .inner_wrapper .inbox .inbox_right .stats_block_left, .job_blocks .stats_block_left {
  margin-left:1.5%;
  border-radius: 5px;
  width: 48.5%;
  float:right;
  min-height: 160px;
}

.home_who .inner_wrapper .inbox .inbox_right .stats_block_right, .job_blocks .stats_block_right {
  margin-right:1.5%;
  border-radius: 5px;
  width: 48.5%;
  float:right;
  min-height: 160px;
}

.job_blocks .stats_block_left, .job_blocks .stats_block_right {
  min-height:initial;
}

.job_blocks p {
  margin-bottom: 0px;
}

.home_who .inner_wrapper .inbox .inbox_right .stats_block_left .inline, .home_who .inner_wrapper .inbox .inbox_right .stats_block_right .inline {
  padding: 20px;
  overflow: hidden;
}

span.first-count, span.second-count, span.third-count, span.fourth-count {
  color:#fff;
  font-size: 19px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

span.beschreibung {
  color:#fff;
  font-size: 13px;
  line-height: 16px;
}

.home_why .inner_wrapper .blocks {
  float:left;
  width: 100%;
}

.home_why .inner_wrapper .blocks .block {
  float:left;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.home_why .inner_wrapper .blocks .block .in_block {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 20px;
}

.home_why .inner_wrapper .blocks .block .in_block .text {
 margin-top:20px;
 font-size: 13px;
 line-height: 20px; 
}

.home_why .inner_wrapper .blocks .block .in_block img {
  height: 73px;
}

.home_why .inner_wrapper .blocks .block .in_block h2 {
  font-size: 24px;
  margin-bottom: 25px;
}
.home_contact .contact_block {
  max-width:100%;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.home_contact .contact_block .input_contact {
  width: 100%;
  margin-bottom: 7px;
}
.home_contact .contact_block .input_contact input[type="email"] {
  color: rgb(15, 35, 67);
  font-size: 13px;
  height: 33px;
  border: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  outline: none;
}
.home_contact .contact_block .button_contact {
  width: 100%;
}

.home_contact .inner_wrapper h1 {
  margin-bottom: 25px;
}

.home_contact .inner_wrapper .text {
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  line-height: 24px;
  font-size: 18px;
}

.home_contact .inner_wrapper .text a.contact {
  display: inline-block;
  border:2px solid white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  color:#fff;
  margin-top:25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.home_contact .inner_wrapper .text a.contact:hover {
  background-color: #33b2e3;
}

.home_searchtext .inner_wrapper p {
  color: rgb(15, 35, 67);
  font-size: 13px;
}

.home_searchtext .inner_wrapper h2 {
  font-size: 24px;
  margin-bottom: 25px;
  color: rgb(15, 35, 67);
}

.home_clients .inner_wrapper .quote_block {
  margin-bottom: 50px;
  overflow: hidden;
}

.home_clients .clients_block {
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 50px;
  background-image:url("./images/startseite/back_clients_opacity.png");
}

.home_clients .inner_wrapper .quote_block .text {
  text-align: center;
  width: 80%;
  float: left;
}

.home_clients .inner_wrapper .quote_block .quote_left {
  float: left;
  width:10%;
  text-align: right;
  font-size:60px;
  font-family: "Open Sans", "Calibri", sans-serif;
}

.home_clients .inner_wrapper .quote_block .quote_right {
  float: left;
  width:10%;
  text-align: left;
  font-size:60px;
  font-family: "Open Sans", "Calibri", sans-serif;
}

.home_clients .inner_wrapper .quote_block .zitat {
  font-size: 18px;
  line-height: 24px;
  margin-left: 25px;
  margin-right: 25px;
  overflow: hidden;
}

.home_clients .inner_wrapper .quote_block .zitat p.author{
  font-size: 13px;
  font-style: italic;
  line-height: 17px;
  margin-top:20px;
  margin-bottom: 0px;
}

.footer {
  display: block;
  width: 100%;
  background-color: #002846;
  padding-top: 50px;
  padding-bottom: 50px;
  color:#fff;
  flex: 1;
}

.footer .inner_wrapper {
  overflow: hidden;
}

.footer .inner_wrapper .left {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.footer .inner_wrapper .left img {
  opacity: 0.4;
  max-width: 70px;
}

.footer .inner_wrapper .right {
  width: 100%;
}

.footer .inner_wrapper .right .inbox span.type1 {
  font-size: 13px;
  line-height: 20px;
}

.footer .inner_wrapper .right .inbox span.type2 {
  font-size: 13px;
  line-height: 20px;
}

.coupon_block {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 25px;
}
.coupon_input {
  width: 100%;
  margin-bottom: 8px;
}

#language_switcher {
  display: none;
}

#menu-item-153-de, #menu-item-152-en {
  display: block;
}

li#menu-item-153-de a, li#menu-item-152-en a{
  display: block;
  float: none;
  width: 100%;
  text-align: left;
}

ul.sub-menu {
  display: none;
}

.genericon {
  display: none;
}

.dropdown-toggle {
  display: none;
}

#wizard_navi {
    position: relative;
    display: block;
    overflow: hidden;
}

#wizard_navi.stickyfixed {
  position:relative;

}

body.error404 {
  background-color: #009fdc;
}

.error404_content h1 {
  font-size: 200px;
  line-height: 150px;
  font-weight: bold;
  text-align: center;
  color:#fff;
}

.error404_content p {
  text-align: center;
  color:#fff;
}

.error404_content {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.content_full_width {
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  overflow: hidden;
  max-width: 1328px;
  margin: 0 auto;
}

.center_wrapper {
  margin: 0 auto;
  width: 1240px;
}

.zeile_header {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 25px;
}

@media screen and (max-width: 850px) { 
.zeile_header {
  margin-top: 20px;
}
}

.zeile_content {
  overflow: hidden;
}

a.produkt_block {
  display: block;
}
a.produkt_block:hover, a.produkt_block:focus {
  text-decoration: none;
}

.produkt_block, .tabelle_block {
  width: 33.333%;
  float:left;
}

.buyImages {
  margin-bottom: 15px;
  margin-top: 5px;
}

img.kaufRechnungImage {
  margin-left: 15px;
}

.tabelle_block_content {
  margin-right: 10px;
  line-height: 19px;
  min-height: 80px;
}

.tabelle_block_content a {
  cursor: pointer;
  color: #002846;
}

.tabelle_block_content a:hover {
  text-decoration: underline;
}

.zeile_header .produkt_block_content, .zeile_header .produkt_block_content_right {
  margin-left:10px;
  background-color: #fff;
    border: 5px solid #ddd;
    border-radius: 10px;
}

.zeile_header .produkt_block_content .in_inbox, .zeile_header .produkt_block_content_right .in_inbox {
  border: 10px solid white;
  border-radius: 15px;
    padding: 25px;
}

.zeile_header .produkt_block_content {
  margin-right: 10px;
  text-align: center;
}
.zeile_header .produkt_block_content h2.headline_products, .zeile_header .produkt_block_content_right h2.headline_products {
  margin-bottom: 0px;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 24px;
}
.zeile_header .produkt_block_content p.text, .zeile_header .produkt_block_content_right p.text {
  min-height: 40px;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.zeile_header .produkt_block_content p.price, .zeile_header .produkt_block_content_right p.price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}
.zeile_header .produkt_block_content_right {
  margin-right: 0px;
  text-align: center;
}

.zeile_header .produkt_block_content .icon, .zeile_header .produkt_block_content_right .icon {
  width: 60px;
}

.color_lightblue {
  color: #009fdc;
}

.color_grey {
  color:#ccc;
}

.color_green {
  color: rgb(124, 180, 48);
}

.color_blue {
  color: rgb(15, 35, 67);
}

.color_white {
  color: #fff;
}


.zeile_content .tabelle_block_content {
  padding: 10px;
}
.zeile_content .produkt_block_content, .zeile_content .produkt_block_content_right {
  margin-left:10px;
  background-color: #fff;
  min-height: 80px;
  border:none;
  padding: 10px;
}
.zeile_content .produkt_block_content {
  margin-right: 10px;
}
.zeile_content .produkt_block_content_right {
  margin-right: 0px;
}

.produkt_block_top, .produkt_block_top_right  {
  height: 5px;
  margin-left:10px;
}
.produkt_block_top {
  margin-right: 10px;
}
.produkt_block_top_right {
  margin-right: 0px;
}

.produkt_block_preis, .produkt_block_preis_right {
  margin-left:10px;
  color:#fff;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  font-size: 24px;
}

.produkt_block_preis.test, .produkt_block_preis_right.test {
  padding-bottom: 14px;
  padding-top: 14px;
}

.produkt_block_preis {
  margin-right: 10px;
}
.produkt_block_preis_right {
  margin-right: 0px;
}

.produkt_block_preis a, .produkt_block_preis_right a, a.produkt_block_preis.test, a.produkt_block_preis_right.test {
  color:#fff;
  text-decoration: none;
  display: block;
}

a.produkt_block_preis.test, a.produkt_block_preis_right.test {
  border-right: 1px solid rgb(197, 197, 197);
  border-left: 1px solid rgb(197, 197, 197);
  background-color: #fff;
  color:#002846;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

a.produkt_block_preis.test.gruen1 {
  border-bottom: 5px solid rgb(124, 180, 48);
}

a.produkt_block_preis_right.test.blau1 {
  border-bottom: 5px solid #002846;
}

a.produkt_block_preis.test.grey {
  border-bottom: 5px solid #ccc;
  color:#ccc;
}

a.produkt_block_preis_right.test.blau1:hover, a.produkt_block_preis.test.gruen1:hover {
  text-decoration: underline;
  background-color: #009fdc;
  color: #fff;
  text-decoration: none;
  border-bottom: 5px solid #009fdc;
  border-right: 1px solid #009fdc;
  border-left: 1px solid #009fdc;
}

.produkt_block_preis a:hover, .produkt_block_preis_right a:hover {
  text-decoration: underline;
}



.wrapper_content_wizard {
  margin: 0 auto;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  padding-top: 75px;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  overflow: hidden;
}

.process_navi {
  float: none;
  width: 100%;
  overflow: hidden;
}

.process_content {
  margin-left: 0px;
  overflow: hidden;
}

.process_content h1 {
  font-size: 30px;
}

.process_content h2 {
  font-size: 22px;
}


.bezahl_block {
  margin-bottom: 10px;
}

.bezahlmethode {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
    width: 200px;
    display: inline-block;
    background-color: #f1f1f1;
    font-weight: bold;
}

input[type="radio"] {
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 3px;
}

#lastschrift_felder {
  background-color: #f1f1f1;
  padding: 25px;
  width: 100%;
}





a.step_block {
  cursor: pointer !important;
  display: block;
  height:31px;
  line-height: 30px;
  padding-right:25px;
  font-size: 16px;
  width: 100%;
  text-align: right;
  color:#fff;
  margin-bottom: 15px;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 31px 31px;
  -webkit-border-top-left-radius: 31px;
  -webkit-border-bottom-left-radius: 31px;
  -moz-border-radius-topleft: 31px;
  -moz-border-radius-bottomleft: 31px;
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
  font-weight: 300;
}

a.step_block:hover, a.step_block:focus {
  color:#fff;
  text-decoration: none;
}

.uncheck1_basic, .uncheck1_intro, .uncheck1_trial {
  background-color: rgb(15, 35, 67);
  background-image: url("images/uncheck_blue_basic.svg");
}

.uncheck2_basic, .uncheck2_intro, .uncheck2_trial {
  background-color: #d8dce1;
  background-image: url("images/uncheck_grey_basic.svg");
}

.uncheck_current_basic {
  background-color: rgb(124, 180, 48);
  background-image: url("images/uncheck_green_basic.svg");
}

.check_current_basic {
  background-color: rgb(124, 180, 48);
  background-image: url("images/check_green_basic.svg");
}

.check_basic, .check_intro, .check_trial {
  background-color: rgb(15, 35, 67);
  background-image: url("images/check_blue_basic.svg");
}

.uncheck_current_intro, .uncheck_current_trial {
  background-color: #009fdc;
  background-image: url("images/uncheck_lightblue_intro.svg");
}

.check_current_intro, .check_current_trial {
  background-color: #009fdc;
  background-image: url("images/check_lightblue_intro.svg");
}




.back_bild {
  /*background-image: url("images/back_loginbild.jpg")*/
  background-size: cover;
}

.wrapper_content_login {
  margin: 0 auto;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  padding-top: 100px;
  width: 935px;
  font-size: 14px;
  overflow: hidden;
}

.head_overview {
  font-weight: bold;
  margin-bottom: 5px;
}

.block_overview {
  margin-bottom: 35px;
}

.process_content .signupform, .dashboard_form {
  width: 100%;
}

.process_content h1 {
  margin-bottom: 8px;
  margin-top: 15px;
}
.process_content h2 {
  margin-bottom: 22px;
}

.process_content input[type="text"], .process_content input[type="password"], .dashboard_form input[type="text"], .dashboard_form input[type="password"] {
  height: 33px;
  border: 1px solid #c5c5c5;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  outline: none;
}

.dashboard_form select, .bestellprozess select {
  padding-left: 5px;
  padding-right: 5px;
}

.process_content input[type="text"]:focus, .process_content input[type="password"]:focus, .dashboard_form input[type="text"]:focus, .dashboard_form input[type="password"]:focus {
  border: 1px solid rgb(15, 35, 67);
}

.process_content input[type="text"].error, .process_content input[type="password"].error, .process_content select.error, .dashboard_form input[type="text"].error, .dashboard_form input[type="password"].error, .dashboard_form select.error {
  border: 1px solid #8d2222;
}

.process_content input[type="text"]:read-only, .process_content input[type="text"]:read-only:focus, .dashboard_form input[type="text"]:read-only, .dashboard_form input[type="text"]:read-only:focus {
  border: 1px solid #c5c5c5;
  background-color: #f0f0f0;
}

.process_content select, .dashboard_form select {
  border: 1px solid #c5c5c5;
  height: 33px;
  line-height: 33px;
  background-color: #fff;
  width: 100%;
  border-radius: 0px;
}

.process_content select:focus, .dashboard_form select:focus {
  outline: none;
}

.process_content .col50_left, .dashboard_form .col50_left {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
}

.process_content .col50_right, .dashboard_form .col50_right {
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
}

.process_content .col25_left {
  float: left;
  width: 16.5%;
  margin-right: 2.5%;
}

.process_content .col75_right {
  float: left;
  width: 78.5%;
  margin-left: 2.5%;
}

.process_content .col80_left {
  float: left;
  width: 47.5%;
}

.process_content .col20_right {
  float: left;
  width: 47.5%;
}

.process_content .inputfeld .col_various1, .content_dashboard .inputfeld .col_various1 {
  float: left;
    width: 31%;
  margin-right: 1.5%;
}

.process_content .inputfeld .col_various2, .content_dashboard .inputfeld .col_various2 {
  float: left;
    width: 35%;
}

.process_content .inputfeld, .dashboard_form .inputfeld {
  height: 85px;
}

.process_content .double, .dashboard_form .double {
  height: auto;
}

.process_content .double .col50_left .passwort, .dashboard_form .double .col50_left .passwort {
  height: auto;
}

.login_footer {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 10px;
  position: absolute;
  bottom:25px;
  width: 100%;
}

.login_footer ul li {
  display: inline;
}

.login_footer span.copyright {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .login_footer ul li {
    display: block;
    font-size: 14px;
  }
  .login_footer ul li span.sep {
    display: none;
  }
  .login_footer span.copyright {
    font-size: 14px;
  }
}

@media screen and (max-height: 870px) {
  .login_footer.login {
    position: relative;
    bottom: auto;
    margin-top: 100px;
    margin-bottom: 25px;
  }
}

@media screen and (max-height: 1200px) {
  .login_footer.register {
    position: relative;
    bottom: auto;
    padding-bottom: 25px;
  }
}

.login_footer a {
  cursor: pointer;
  color: rgb(15, 35, 67);
}

.loginform {
  width: 410px;
  float: left;
  margin-left: 45px;
}

.loginimage {
  width: 480px;
  float: left;
}

.loginimage .meldung, .registerImagesSection .meldung {
  padding: 30px;
  background-color: rgb(124, 180, 48);
  color:#fff;
}

.loginimage .meldung h1, .registerImagesSection .meldung h1 {
  font-size: 22px;
  margin-top: 0px;
  font-weight: normal;
}

.loginimage .meldung p, .registerImagesSection .meldung p {
  line-height: 18px;
  margin-bottom: 0px;
}

.loginform p {
  margin-bottom: 18px;
}

.loginform p.login-submit {
  margin-bottom: 0px;
  margin-top: 34px;
}

.loginform .register {
  margin-top: 20px;
  font-size: 13px;
}

.loginform .register a {
  color: rgb(15, 35, 67);
}

.loginform .register a:hover {
  text-decoration: none;
}


.loginform h1 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 0px;
}

.loginform #loginportal input[type="text"], .loginform #loginportal input[type="password"] {
  height: 33px;
  border: 1px solid #c5c5c5;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.registerFormSection {
  width: 50%;
  float: left;
}

.registerImagesSection {
  width: 41%;
  float: right;
}

.hinweis {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.green {
  background-color: rgb(124, 180, 48);
  color: #fff;
}

.blue {
  background-color: rgb(15, 35, 67);
  color: #fff;
}

.red {
  background-color: #8d2222;
  color: #fff;
}

a.cn-set-cookie {
  color:#fff;
  font-weight: bold;
  text-decoration: underline;
}


#preloader  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #fff;
  z-index: 99;
}

#preloader_validate, #preloader_load  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgb(15, 35, 67);
  z-index: 99999;
}

#preloader_validate_long  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgb(15, 35, 67);
  z-index: 99999;
}

#preloader_validate_trial  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #009fdc;
  z-index: 99;
}

#preloader_validate_trial_long  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #009fdc;
  z-index: 99;
}

#preloader_validate_intro  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #009fdc;
  z-index: 99;
}

#preloader_validate_basic {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #7cb430;
  z-index: 99;
}

#preloader_validate_intro_long  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #009fdc;
  z-index: 99;
}

#preloader_validate_basic_long  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #7cb430;
  z-index: 99;
}

#preloader_final  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgb(15, 35, 67);
  z-index: 99999;
}

#preloader_paypal_wait  {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgb(15, 35, 67);
  z-index: 99999;
}

#preloader_white, #payment-processing, .warenkorb-loading {
    position: fixed;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #009fdc;
    z-index: 9999;
}

.warenkorb-loading {
  background-color: #fff;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.hide {
    display: none;
}

table.warenkorb {
  margin-bottom: 10px;
  width: 100%;
}

table.warenkorb td.anzahl {
  width: 25%;
  border:1px solid #ccc;
  padding: 12px;
}
table.warenkorb td.produkt {
  width: 25%;
  border:1px solid #ccc;
  padding: 12px;
}
table.warenkorb td.einzelpreis {
  text-align: right;
  width: 25%;
  border:1px solid #ccc;
  padding: 12px;
}
table.warenkorb td.gesamtpreis {
  text-align: right;
  width: 25%;
  border:1px solid #ccc;
  padding: 12px;
}

span.gesamtbetrag {
  font-weight: bold;
}

.main_wrapper {
  width: 600px;
}

.checker {
  margin-top: 10px;
  margin-bottom: 25px;

}

.checker_wrapper{
  width: 100%;
  display: none;
  clear: both;
  margin-bottom: 5px;
}

.checker .anzeige {
  width: 100%;
  background-color: #f0f0f0;
  margin-bottom: 3px;
}

#passwordDescription {
  display:none;
  font-style: italic;
}

#passwordStrength {
  height:15px;
  display:none;
}

.strength0 {
  width:25%;
  background-color: rgb(182, 0, 0);
}

.strength1 {
  width:50%;
  background-color: rgb(231, 114, 0);
}

.strength2 {
  width:75%;  
  background-color: rgb(243, 212, 0);
}

.strength3 {
  width:100%;
  background-color: rgb(124, 180, 47);
}

ul.header_buttons {
  padding: 0px;
  margin: 0px;
  float: right;
  height: 55px;
}

ul.header_buttons li {
  display: inline-block;
  list-style: none;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

ul.header_buttons li ul.submenu_dashboard {
  display: none;
}

ul.header_buttons li:hover ul.submenu_dashboard {
  display: block;
  position: absolute;
  top:55px;
  right: 0px;
}

ul.header_buttons li ul.submenu_dashboard li {
  display: block;
  font-size: 13px;
  line-height: 55px;
  min-width: 165px;
  background-color: rgb(15, 35, 67);
}

ul.header_buttons li ul.submenu_dashboard li a {
  text-decoration: none;
  padding-left: 15px;
  padding-right: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 55px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  text-align: right;
  cursor: pointer;
}

ul.header_buttons li ul.submenu_dashboard li img {
  margin-left: 10px;
}

ul.header_buttons li ul.submenu_dashboard li a:hover {
  background-color: #009fdc;
  color:#fff;
}


.lang-item a{
    float: right;
    height: 55px;
    line-height: 57px;
    display: block;
    background-color: rgb(15, 35, 67);
    font-weight: bold;
    width: 54px;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    color:#fff;
    font-size: 13px;
}

.lang-item a:hover {
    background-color: #009fdc;
    color:#fff;
}

label.error {
    margin-top: 3px;
    display: block;
    color:#8d2222;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
}

html,body {
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    color:rgb(15, 35, 67);
    height:100%;
}
button#pause, .column_search { display: none; }

progress#intro, progress#basic {
  border: 0;
  height: 24px;
  width: 100%;
  margin-bottom: 25px;
}

progress#intro::-webkit-progress-bar {
  -webkit-appearance: none;
   appearance: none;
  width: 100%;
  height: 24px;
  background-color: #f0f0f0;
}

progress#intro::-webkit-progress-value {
background-color: #009fdc;
}

progress#basic::-webkit-progress-bar {
  -webkit-appearance: none;
   appearance: none;
  width: 100%;
  height: 24px;
  background-color: #f0f0f0;
}

progress#basic::-webkit-progress-value {
    background-color: rgb(124, 180, 48);
}

b, strong {
  font-weight: bold;
}

p {
  line-height: 20px;
}

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-15px); }
  80% { -webkit-transform: translateY(-5px); }
}

a.arrow {
  margin: auto;
  background-image: url("images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: 50px;
  margin-top: 35px;
  -webkit-animation: bounce 2s infinite ease-in-out;
    transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  opacity: 1;
  cursor: pointer;
  float: left;
}

a.arrow:hover {
  opacity: 0.7;
}

.registration-form input[type="text"], .registration-form input[type="password"]{
  display: block;
  margin-bottom: 10px;
}
.error_block {
  margin-bottom: 20px;
  color:red;
  font-style: italic;
}


.secondary {
  display: none;
}
.secondary.toggled-on {
  display: block;
}

.secondary-toggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

.secondary-toggle {
  background-color: transparent;
  border:none;
  height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  cursor: pointer;
}

.secondary-toggle:before {
  color: #333;
  content: "\f419";
  line-height: 58px;
  width: 58px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
  background-color: transparent;
  border:none;
  outline: 0;
}

.secondary-toggle.toggled-on:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: 1px;
  left: -1px;
}

header {
  width: 100%;
  height: 55px;
  position: fixed;
  background-color:#fff;
  z-index: 999;
  top:0;
  border-bottom: 1px solid #c5c5c5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

footer {
  width: 100%;
  height: 35px;
  position: fixed;
  background-color:#fff;
  z-index: 999;
  bottom:0;
  border-top: 1px solid #c5c5c5;
}

.second_header {
  height:85px;
  color:#fff;
  top:55px;position:fixed;
  width:100%;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  line-height: 85px;
  font-size:25px;
  font-weight: bold;
  opacity: 1;
  z-index: 999;
}

.second_header .wrapper_header {
  margin:0 auto;
  max-width:1024px;
  padding-left:25px;
  padding-right:25px;
}

.second_header .wrapper_header a {
  color:#fff;
  text-decoration: none;
}

.second_header .wrapper_header a:hover {
  color:#fff;
  text-decoration: none;
  text-decoration: underline;
}

h1.entry-title {
  font-size: 25px;
}

.header_single h1 {
  font-size: 40px;
}

@media screen and (max-width: 700px) {
   .header_single h1 {
    font-size: 25px;
  }
}

#overlay {
    /* background-color:rgba(0,0,0,.65); */
    background-image:url("./images/grid.png");
    left:0;
    position:relative;
    top:0;
    transition:background-color 300ms ease;
    width:100%;
    }
    #hero-vid,
    #hero-pic {
    backface-visibility:hidden;
    background:url("./images/startseite/back_clients.jpg") no-repeat scroll 0 0 #000;
    background-size:cover;
    bottom:0;
    height:auto;
    min-height:100%;
    min-width:100%;
    position:absolute;
    right:0;
    width:auto;
    z-index:-1;

}
#content {
    padding:50px;
    outline: none;
    color: #fff;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    background-color: rgb(15, 35, 67);
}

#content p {
    font-size: 14px;
}

.wrapper_content em, .content em {
    font-style: italic;
}

.logo {
  height: 29px;
  margin-top: 13px;
  margin-left: 15px;
  float: left;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.logo img {
  height: 100%;
}

nav.main-navigation {
  margin-top: 55px;
  background-color: rgb(15, 35, 67);
}

nav.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0px;
}

nav.main-navigation ul li {
  display: block;
  list-style: none;
  line-height: 55px;
  font-weight: bold;
  font-size: 13px;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

nav.main-navigation ul li a {
  display: block;
  line-height: 55px;
  font-weight: bold;
  font-size: 13px;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

nav.main-navigation ul li a:hover {
  background-color: #009fdc;
  color:#fff;
}

a.anmelden_nav, a.cart_nav, a.dashboard_nav, a.logout_nav, a.contact_nav, a.product_nav, a.moremenu_nav, a.dokument_hochladen {
  float:right;
  height: 55px;
  line-height: 54px;
  display: block;
  background-color: rgb(15, 35, 67);
  font-weight: bold;
  width: 54px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  display: none;
  background-repeat: no-repeat;
  background-position: center center;

}
a.anmelden_nav:hover, a.cart_nav:hover, a.dashboard_nav:hover, a.contact_nav:hover, a.product_nav:hover, a.moremenu_nav:hover, a.dokument_hochladen:hover {
  background-color: #009fdc;
  color:#fff;
}

a.logout_nav:hover {
  background-color: #721b1b;
}

a.cart_nav {
  background-image:url("./images/cart_icon.png");
  background-size: 18px 18px;
}

a.dashboard_nav {
  background-image:url("./images/dashboard_icon.png");
  background-size: 18px 18px;
  cursor: pointer;
}

a.anmelden_nav {
  background-image:url("./images/user_icon.png");
  background-size: 18px 18px;
  cursor: pointer;
}

a.logout_nav {
  background-image:url("./images/logout_icon.png");
  background-size: 17px 18px;
  background-color:#8d2222;
}

a.contact_nav {
  background-image:url("./images/contact_icon.png");
  background-size: 17px 18px;
  cursor: pointer;
}

a.product_nav {
  background-image:url("./images/cart_icon.png");
  background-size: 17px 18px;
}

a.moremenu_nav {
  background-image:url("./images/menu_icon.png");
  background-size: 17px 18px;
  cursor: pointer;
}

a.dokument_hochladen {
  background-image:url("./images/archiv_icon-1.png");
  background-size: 24px 25px;
  cursor: pointer;
}

.lang-item {
  float: right;
}

.footer_nav {
  height: 35px;
  margin-left: 15px;
  float: left;
}

.footer_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0px;
}

.footer_nav ul li {
  display: inline-block;
  list-style: none;
  line-height: 33px;
  font-size: 12px;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

.footer_nav ul li a {
  display: block;
  font-weight: normal;
  line-height: 33px;
  font-size: 12px;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  padding-right: 25px;
  text-decoration: none;
  color: rgb(15, 35, 67);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.stopfade {
  opacity: .5;
}

.wrapper_content_startseite.error {
  margin: 130px auto;
}

.wrapper_content_startseite {
  max-width: 910px;
  /*padding-top: 80px;*/
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.wrapper_content {
  margin: 0 auto;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
padding-top: 120px;
padding-bottom: 85px;
    font-size: 15px;
  width: 100%;
}

.content_startseite {
  color:#fff;
  overflow: hidden;
  /*background: url("back_mainlayout.png");
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 12px;*/
}
h2.headline_startseite {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  text-shadow: 0px 0px 50px #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
h1.subline_startseite {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  text-shadow: 0px 0px 50px #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

a.kachel {
  border-radius: 5px;
  margin-bottom: 8px;
  height: 120px;
  display: block;
  color:#fff;
  text-decoration: none;
  float: left;
  text-align: center;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  margin-left: 2%;
  margin-right: 2%;
}
a.kachel:hover {
  opacity: 0.8;
}
.klein {
  width: 47%;
}
.gross {
  width: 47%;
}
a.kachel:nth-of-type(even) {
  margin-left: 0;
}
.kacheltitel {
  padding-left: 9px;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  font-weight: normal;
  padding-top: 14px;
  text-align: left;
}
.gruen1 {
  background-color: rgb(124, 180, 48);
}
.gruen2 {
  background-color: rgb(70, 108, 57);
}
.gruen3 {
  background-color: rgb(77, 134, 0);
}
.gruen4 {
  background-color: rgb(124, 180, 48);
}
.blau1 {
  background-color: rgb(15, 35, 67);
}
.blau2 {
  background-color: #009fdc;
}
.blau3 {
  background-color: rgb(33, 70, 113);
}
.grey {
  background-color: #ccc;
}

.blau2, .light_blue {
    background-color: #009fdc;
}


/* BEGIN: Such Widget */

.column_search {
  width: 54px;
  float: right;
}

.sb-search {
  position: relative;
  margin-top: 0px;
  width: 0%;
  min-width: 54px;
  height: 55px;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

.sb-search-input {
  border: none;
  outline: none;
  background: #f0f0f0;
  width: 100%;
  height: 54px;
  margin: 0;
  z-index: 10;
  padding-left:15px;
  font-family: inherit;
  font-size: 13px;
  color: #2c3e50;
  border-left: 1px solid #c5c5c5;
}

.sb-search-input.custom {
  border-left: none;
}

input.sb-search-input.custom::placeholder {
  text-transform: none;
}

.sb-search-input::-webkit-input-placeholder {
  color: #9a9a9a;
}

.sb-search-input:-moz-placeholder {
  color: #9a9a9a;
}

.sb-search-input::-moz-placeholder {
  color: #9a9a9a;
}

.sb-search-input:-ms-input-placeholder {
  color: #9a9a9a;
}

.sb-icon-search,
.sb-search-submit  {
  width: 54px;
  height: 55px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: #fff;
  background-color: rgb(15, 35, 67);
  z-index: 90;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  background-image:url("./images/search_icon.png");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background-color: #009fdc;
  color: #fff;
  z-index: 11;
}

.sb-icon-search:hover {
  background-color: #009fdc;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/* END: Such Widget */

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

#payment-processing .spinner7, .warenkorb-loading .spinner7 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 650px;
    color: #272727;
    text-align: center;
}

    .spinner7 > div.status {
      font-size: 27px;
      color: white;
      margin-bottom: 30px;
      line-height: 1.2;
    }

  @media screen and (max-width: 700px) {
      .spinner7 {
        width: 450px;
      }
  }
  @media screen and (max-width: 450px) {
      .spinner7 {
        width: 310px;
      }
      .spinner7 > div.status {
        font-size: 18px;
        color: white;
        margin-bottom: 30px;
      }
  }

    .spinner7 > div#circ {
      background-color: #fff;
      height: 15px;
      width: 15px;
      margin-left:3px;
      border-radius: 50%;
      display: inline-block;
      
      -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
      animation: stretchdelay 0.7s infinite ease-in-out;
    }

    .warenkorb-loading .spinner7 > div#circ {
      background-color: #002846;
    }

    .spinner7 div#circ.circ2 {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s;
    }

    .spinner7 div#circ.circ3 {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s;
    }

    .spinner7 div#circ.circ4 {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
    }

    .spinner7 div#circ.circ5 {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s;
    }

    @-webkit-keyframes stretchdelay {
      0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
      20% { -webkit-transform: translateY(-20px) }
    }

    @keyframes stretchdelay {
      0%, 40%, 100% { 
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
      } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
      }
    }

@media screen and (min-width: 700px) {


.inner_block_banderole_content .buttons a {
  margin-top: 0px;
}

.inner_block_banderole h1 {
text-align: center;
    font-size: 40px;
    margin-bottom: 29px;
    margin-top: 0px;
}

.inner_block_banderole_content h2 {
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 30px;
}

.spalte1, .spalte2, .spalte3, .spalte4, .spalte5, .spalte6 {
  float: left;
}

img.eco {
  width: 7.3%;
  margin-right: 3%;
  display: inline;
  margin-bottom: 0px;
  margin-top: 0px;
}

img.ferd {
  width: 11%;
  margin-right: 3%;
  display: inline;
  margin-bottom: 0px;
}

img.eurocloud {
  width: 16.5%;
  margin-right: 0;
  display: inline;
  margin-bottom: 0px;
}

img.zugferd {
  width: 35%;
  margin-right: 3%;
  display: inline;
  margin-bottom: 0px;
}

img.voi {
  width: 11.2%;
  display: inline;
  margin-bottom: 0px;
}

img.eurofactura {
  width: 14%;
  display: inline;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 3%;
}

  .answer_contact_left {
  float:left;
  width: 14%;
  overflow: hidden;
}

.answer_contact_right {
  float:left;
  width: 86%;
  overflow: hidden;
  line-height: 17px;
}

/* BEGIN - .product_columns - PC */

.product_columns .product_c {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 17px;
}

/* END - .product_columns - PC */

  .home_what .inner_wrapper h1, .home_who .inner_wrapper h1, .home_contact .inner_wrapper h1, .home_why .inner_wrapper h1, .home_price .inner_wrapper h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  margin-top: 0px;
}
.home_price .inner_wrapper h1 {
  margin-bottom: 30px;
}
.home_contact .contact_block {
  max-width:500px;
  margin: 0 auto;
  margin-top: 30px;
}
.home_contact .contact_block .input_contact {
  float:left;
  width: 63%;
  margin-right: 2%;
  margin-bottom: 0px;
}
.home_contact .contact_block .button_contact {
  float:left;
  width: 35%;
}
.process_content .signupform {
  max-width: 650px;
}
#lastschrift_felder {
  width: 350px;
}
  .coupon_input {
  float:left;
  width: 220px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.coupon_button {
  float: left;
}
.content_full_width {
  padding-left: 39px;
  padding-right: 39px;
}
.footer .inner_wrapper .left {
  display: none;
}
.footer .inner_wrapper .right {
  float: left;
  width: 100%;
}
.footer .inner_wrapper .right .inbox {
  margin-left: 50px;
  margin-right: 50px;
}
.home_clients .inner_wrapper .quote_block {
  margin-bottom: 80px;
}
.home_clients .inner_wrapper .quote_block .quote_left, .home_clients .inner_wrapper .quote_block .quote_right {
  width:10%;
  font-size:80px;
}
.home_clients .inner_wrapper .quote_block .zitat {
  font-size: 21px;
  line-height: 28px;
  margin-left: 50px;
  margin-right: 50px;
}
.home_contact .inner_wrapper .text {
  line-height: 30px;
  font-size: 24px;
}
.home_why .inner_wrapper .blocks {
  width: 100%;
  margin-bottom: 87px;
}
.home_why .inner_wrapper .blocks:last-of-type { 
  margin-bottom: 0px;
}
.home_why .inner_wrapper .blocks .block {
  width: 50%;
  margin-bottom: 0px;
} 
.home_why .inner_wrapper .blocks .block .in_block {
  padding-left: 50px;
  padding-right: 50px;
}
.inline .icon {
  width: 30px;
  float:left;
  margin-right: 15px;
  display: block;
}
.home_who .inner_wrapper .inbox .inbox_left .inline{
  margin-right: 30px;
  margin-bottom: 0px;
}
.home_who .inner_wrapper .inbox .inbox_left {
  float: left;
  width: 59%;
}

.home_who .inner_wrapper .inbox .inbox_right {
  float: left;
  width: 41%;
}
section.home_what {
  padding-top: 80px;
  padding-bottom: 88px;
}
section.home_price {
  padding-top: 80px;
  padding-bottom: 88px;
}
section.home_why {
  padding-top: 87px;
  padding-bottom: 90px;
}
section.home_contact, section.home_who {
  padding-top: 80px;
  padding-bottom: 90px;
}
section.home_clients {
  padding-top: 80px;
}
.home_what .inner_wrapper, .home_who .inner_wrapper, .home_why .inner_wrapper, .home_contact .inner_wrapper, .home_searchtext .inner_wrapper, .home_clients .inner_wrapper, .home_clients .clients_block .inner_wrapper, .footer .inner_wrapper {
  padding-left: 39px;
  padding-right: 39px;
}
.container_wrapper .container_left .inbox {
  margin-right: 15px;
}
.container_wrapper .container_right .inbox {
  margin-left: 15px;
}
.container_wrapper .container_right {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.container_wrapper {
  margin-bottom: 30px;
}
.container_wrapper .container_left, .container_wrapper .container_right {
  width: 50%;
  margin-bottom: 0px;
}
  #menu-item-153-de, #menu-item-152-en {
  display: none;
}
  #language_switcher {
  display: block;
}
  .column_search {
    display: block;
  }
  #content {
    padding:50px;
  }
  .arrow {
    display: none;
  }
  .wrapper_content_startseite {
    padding-left: 25px;
    padding-right: 25px;
  }
  .klein {
    width: 120px;
  }
  .gross {
    width: 248px;
  }
  a.kachel, a.kachel:nth-of-type(even) {
    margin-left: 4px;
    margin-right: 4px;
  }
  h2.headline_startseite {
    margin-left: 4px;
    margin-right: 0px;
    width: auto;
    font-size: 55px;
    line-height: 62px;
  }
  h1.subline_startseite {
    margin-bottom: 12px;
    margin-left: 4px;
    margin-right: 0px;
    width: auto;
    font-size: 27px;
    line-height: 30px;
}
  .wrapper_content_startseite {
    /*padding-top: 100px;*/
    margin-bottom: 0px;
  }
  button#pause, nav.main-navigation, a.anmelden_nav, a.cart_nav, a.dashboard_nav, a.logout_nav, a.contact_nav, a.product_nav, a.moremenu_nav, a.dokument_hochladen {
    display: block;
  }
  .secondary-toggle {
    display: none;
  }
  header {
    height: 55px;
  }
  .logo {
    height: 29px;
    margin-top: 13px;
    margin-left: 15px;
  }
  .secondary, .secondary.toggled-on {
    display: none;
  }

  nav.main-navigation ul ul.sub-menu {
    position: absolute;
    min-width: 200px;
  }

  nav.main-navigation ul ul.sub-menu li {
    display: block;
    min-width: 200px;
    background-color: #fff;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
  }

  nav.main-navigation ul li ul.sub-menu {
    display: none;
        transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }

  nav.main-navigation ul li:hover ul.sub-menu {
    display: block;
  }

  .genericon {
    display: inline-block;
    line-height: 55px;
    font-weight: bold;
  }

  nav.main-navigation {
    height: 55px;
    float: left;
    margin-left: 60px;
    margin-top: 0px;
    background-color: transparent;
    border-bottom: none;
  }

  nav.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0px;
  }

  nav.main-navigation ul li {
    display: inline-block;
    list-style: none;
    line-height: 55px;
    font-weight: bold;
    font-size: 13px;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  }

  nav.main-navigation ul li a {
    display: block;
    line-height: 55px;
    font-weight: bold;
    font-size: 13px;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: rgb(15, 35, 67);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }

  nav.main-navigation ul li a:hover {
    background-color: #009fdc;
    color:#fff;
  }
}

@media screen and (min-width: 768px) {
  
.process_content .inputfeld .col_various1, .content_dashboard .inputfeld .col_various1 {
  float: left;
    width: 24%;
  margin-right: 1.5%;
}

.process_content .inputfeld .col_various2, .content_dashboard .inputfeld .col_various2 {
  float: left;
    width: 74.5%;
}

  .process_content h1 {
    margin-bottom: 8px;
    margin-top: 0px;
  }

  .process_content h2 {
    margin-bottom: 40px;
  }
  a.step_block {
    cursor: pointer !important;
    display: block;
    height:41px;
    line-height: 40px;
    padding-right:25px;
    font-size: 20px;
    width: 100%;
    text-align: right;
    color:#fff;
    margin-bottom: 19px;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 41px 41px;
    -webkit-border-top-left-radius: 41px;
    -webkit-border-bottom-left-radius: 41px;
    -moz-border-radius-topleft: 41px;
    -moz-border-radius-bottomleft: 41px;
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px;
    font-weight: 300;
  }
}

@media screen and (min-width: 900px) {

  .custom_erweiterungen_block .erweiterung .inbox .text {
    min-width: 478px;
  }

  .home_who .inner_wrapper .inbox .inbox_right .stats_block_left .inline, .home_who .inner_wrapper .inbox .inbox_right .stats_block_right .inline {
  padding: 25px;
}
  .container_wrapper .container_left .inbox .inbox_left {
  float: left;
  width: 80%;
}

.container_wrapper .container_left .inbox .inbox_right {
  float: left;
  width: 20%;
}

.container_wrapper .container_right .inbox .inbox_left {
  float: left;
  width: 20%;
}

.container_wrapper .container_right .inbox .inbox_right {
  float: left;
  width: 80%;
}
  a.step_block {
    cursor: pointer !important;
    display: block;
    height:51px;
    line-height: 50px;
    padding-right:25px;
    font-size: 22px;
    width: 100%;
    text-align: right;
    color:#fff;
    margin-bottom: 25px;
    font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 51px 51px;
    -webkit-border-top-left-radius: 51px;
    -webkit-border-bottom-left-radius: 51px;
    -moz-border-radius-topleft: 51px;
    -moz-border-radius-bottomleft: 51px;
    border-top-left-radius: 51px;
    border-bottom-left-radius: 51px;
    font-weight: 300;
  }
  #wizard_navi {
    display: block;
}
  #wizard_navi.stickyfixed {
    top:75px;
    position:fixed;
  }
  .wrapper_content_wizard {
    padding-top: 75px;
    padding-bottom: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .process_navi {
    float: left;
    width: 200px;
    overflow: hidden;
    display: block;
  }
  .process_content {
    margin-left: 240px;
    overflow: hidden;
  }
}

@media screen and (min-width: 955px) {
  #wizard_navi.stickyfixed {
    top:94px;
  }
  .wrapper_content_wizard {
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 74px;
    padding-top: 94px;
  }
  .process_navi {
    width: 200px;
  }
  .process_content {
    margin-left: 260px;
  } 
}

@media screen and (min-width: 1025px) {
    span.first-count, span.second-count, span.third-count, span.fourth-count {
  font-size: 23px;
}
.home_why .inner_wrapper .blocks {
  width: 50%;
  margin-bottom: 0px;
}
.home_why .inner_wrapper .blocks .block {
  width: 50%;
  margin-bottom: 0px;
} 
  #wizard_navi.stickyfixed {
    top:94px;
  }
  .wrapper_content_wizard {
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 74px;
    padding-top: 94px;
  }
  .process_navi {
    width: 270px;
  }
  .process_content {
    margin-left: 330px;
  }
  .arrow {
    display: block !important;
  }
  .zeile_content .produkt_block_content, .zeile_content .produkt_block_content_right {
    min-height: 60px;
    text-align: center;
  }
  .tabelle_block_content {
    min-height: 60px;
  }

  img.eco {
    width: 7.3%;
    margin-right: 3%;
  }
  img.ferd {
    width: 12.6%;
    margin-right: 3%;
  }

  img.eurocloud {
    width: 16.5%;
    margin-right: 0;
  }

img.eurofactura {
  width: 14.5%;
  display: inline;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 3%;
}

  img.zugferd {
    width: 35.4%;
    margin-right: 3%;
  }

  img.voi {
    width: 11.2%;
  }
}

@media screen and (min-width: 1050px) {
    #hero-vid,
#hero-pic {
position:fixed;
background:none;
background-size:cover;
}
    .visible-mobile { display:none !important; }
  }

@media screen and (min-width: 1100px) {
  .wrapper_content_startseite {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 1350px) {
    .inline .icon {
    width: 40px;
  }
  .inline .icon_text {
  width: auto;
  clear: none;
  margin-top: 0px;
}
.home_who .inner_wrapper .inbox .inbox_right .stats_block_left {
  min-height: auto;
}

.home_who .inner_wrapper .inbox .inbox_right .stats_block_right {
  min-height: auto;
}
.home_who .inner_wrapper .inbox .inbox_left .inline{
  margin-right: 50px;
}
.container_wrapper {
  margin-bottom: 50px;
}
.container_wrapper .container_left .inbox {
  margin-right: 25px;
}
.container_wrapper .container_right .inbox {
  margin-left: 25px;
}
.container_wrapper .container_left .inbox .inbox_left .in {
  margin-right: 50px;
}
.container_wrapper .container_right .inbox .inbox_right .in {
  margin-left: 50px;
}
}

@media screen and (min-width: 1400px) {
  .footer .inner_wrapper .right {
    float: left;
    width: 92%;
  }
  .footer .inner_wrapper .left {
    width: 6%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    display: block;
  }
}

@media screen and (max-width: 700px) {
.registerFormSection {
  width: 100%;
  float: none;
}

.registerImagesSection {
  display: none;
}
}

.swagger-ui {
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
}

.swagger-ui .wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.swagger-ui .info .title{
  font-size: 22px;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  color: #002846;
} 

.swagger-ui .info {
  margin-bottom: 0px;
  margin-top: 35px;
}

.swagger-ui .scheme-container {
  margin-top:0px;
  margin-bottom: 0px;
  box-shadow: none;
}

.swagger-ui .info .title small pre {
  background-color: transparent;
  border:none;
}

.swagger-ui .info .title small {
  top:0px;
}

.swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
  color: #002846;
  font-family: "Segoe UI", "Open Sans", "Calibri", sans-serif;
  font-size: 14px;
}

.swagger-ui .operation-tag-content {
  margin-top:10px;
}

.swagger-ui .description, .swagger-ui .description .renderedMarkdown p, .swagger-ui .info > div {
  margin-bottom: 0px;
}
