/*
Theme Name: Portinvoice Template
Description: Beschreibung folgt...
Author: Marvin Rissiek
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap')

            @font-face {
                font-family: "Interstate-Regular";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Regular-Font.ttf") format("truetype")
            }

            @font-face {
                font-family: "Interstate_bold";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Bold.otf") format("opentype")
            }

            @font-face {
                font-family: "Interstate-Regular";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Regular-Font.ttf") format("truetype")
            }

            @font-face {
                font-family: "Interstate_bold";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Bold.otf") format("opentype")
            }

            @font-face {
                font-family: "Interstate_light";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Light.ttf") format("truetype")
            }

            @font-face {
                font-family: "Interstate-Regular";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Regular-Font.ttf") format("truetype")
            }

            @font-face {
                font-family: "Interstate_bold";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Bold.otf") format("opentype")
            }

            @font-face {
                font-family: "Interstate_light";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Light.ttf") format("truetype")
            }

            @font-face {
                font-family: "Interstate-Regular";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Regular-Font.ttf") format("truetype")
            }

            @font-face {
                font-family: "Interstate_bold";
                font-display: swap;
                src: url("https://test.vali-e.de/wp-content/themes/portinvoice/fonts/Interstate-Bold.otf") format("opentype")
            }

a {
  color: #0a0a0a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0a0a0a;
  text-decoration: underline;
}

label {
  color: #0a0a0a;
}

.grecaptcha-badge {
    z-index: 9;
}

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

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

#preloader_konto .loading, #preloader_white .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 335px;
    font-size: 30px;
    font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
    color: #0a0a0a;
    font-weight: 900;
}

#payment-processing .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 650px;
    font-size: 30px;
    font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
    color: #0a0a0a;
    font-weight: 900;
    text-align: center;
}

#katag_kundennummer_field {
  display: none;
}

.woocommerce form #katag_kundennummer_field.form-row .optional, .woocommerce form #katag_kunde_field.form-row .optional  {
  visibility: hidden;
}

li.cart {
  padding-left: 10px !important;
  font-weight: bold;font-size: 25px;vertical-align: middle;
}

.cart {
font-weight: bold;
}

.cart a:hover {
  opacity: 0.5;
}

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

.nav-tabs > li > a {
  margin-right: 7px;
  line-height: 1.42857143;
  border: 1px solid #dddddd;
  border-radius: 0;
  background-color: #ededec;
  outline: none;
  color: #272727;
-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-tabs > li > a:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #272727;
}

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

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

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

.count_validierungen #erklaerung {
      font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
    color: #0a0a0a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}

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


/* Woocommerce */

.custom_erweiterungen_block a.erweiterung {
    background-color: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: block;
    color: #000;
    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;
    font-size: 15px;
}

.custom_erweiterungen_block a.erweiterung:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, .1);
}

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

@media screen and (min-width: 900px) {
    .custom_erweiterungen_block .erweiterung .inbox .text {
        min-width: 680px;
    }
}

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

.custom_erweiterungen_block .erweiterung .inbox .text {
    font-weight: normal;
}

.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: #a8332e;
  border: 1px solid #a8332e;
  color: #fff;
}

.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;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    width: 90px;
}

.product-name span.small_text {
    font-size: 12.25px;
    font-weight: normal;
    line-height: 1.3;
    display: block;
    margin-top: 5px;
}

.woocommerce table.cart td.actions .input-text {
  padding: 14px;
  min-width: 180px;
  outline: none;
}

.product-quantity {
  font-family: sans-serif;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment, .woocommerce-checkout-review-order h3#order_payment_heading {
  display: none;
}

h1.entry-title {
  margin-top: 25px;
}

.contentwrapper {
  margin-top: 60px;
}

.wrapper_content {
  /*overflow: hidden;*/
}

.woocommerce-MyAccount-content, .woocommerce-MyAccount-navigation, .spa-nav, .content_dashboard, .content_support {
  float:left;
}

.woocommerce-MyAccount-content, .content_support {
  width: 80%;
  padding-left: 50px;
}
.content_dashboard, .content_journal {
width: 100%;
margin-top: 135px;
}

.entry-content, .support {
  overflow: hidden;
}


.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: #5f5e5e;
  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: #575757;
  text-decoration: none;
}

.dashboard_blocks a.blocks.deactivate, .dashboard_blocks a.blocks.deactivate:hover {
  background-color: #ccc;
  cursor: inherit;
}

.dashboard_blocks a.blocks img {
  width: 75%;
}

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

.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%;
}

.content_journal.single_view {
  overflow: hidden;
  /*margin-top: 110px;*/
}

.woocommerce-MyAccount-navigation, .spa-nav {
  width: 20%;
}

.woocommerce-MyAccount-navigation ul, .navigation ul {
  background-color:#f4f4f4;
}

.woocommerce-MyAccount-navigation ul li, .navigation ul li {
  border-bottom: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation ul li a, .navigation ul li a {
  padding-bottom: 12px;
  padding-top: 12px;
    padding: 15px;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navigation ul li a.active_ticket, .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #5f5e5e;
}

.navigation ul li a.active_ticket, .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}

ul.ticket_navigation a:active, ul.ticket_navigation a:focus {
  text-decoration: none;
}

.navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #0a0a0a;
  background-color: #ccc;
}

header.woocommerce-Address-title {
  position: relative !important;
}

.woocommerce-MyAccount-content h3 {
  margin-top: 0px;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select, .woocommerce-page .country_to_state.country_select select2-hidden-accessible {
  padding: 7px !important;
}

/* Dropzone */

.dropzone {
  border-radius: 20px;
  border: 5px solid #ccc;
  min-height: auto;
  padding: 40px 30px 43px 30px;
}

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

.dropzone .dz-message {
  margin-bottom: 1em;
}

.dropzone.dz-clickable .dz-message {
  font-size: 2em;
    font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
    color: #0a0a0a;
    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;
}

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

.dropzone.dz-drag-hover {
  background-color: #0a0a0a;
  color: #0a0a0a;
}

.dropzone .dz-message .fa-solid {
  color:#ccc;
}

.dropzone.dz-drag-hover .dz-message, .dropzone.dz-drag-hover .dz-message .fa-solid {
  opacity: 1;
  color:#fff;
}

.dropzone .dz-preview {
  margin:10px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #dfe0d9;
}

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

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

.zusammenfassung, .fussnoten {
  text-align: left;
  font-style: italic;
  margin-top: 10px;
}

.fussnoten {
  margin-top: 30px;
}

table.metaDataTable tr td, table.metaDataTable tr th {
  padding: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
}

table.metaDataTable tr th {
    padding-bottom: 15px;
  padding-top: 15px;
}

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

table.metaDataTable tr.activeClass {
  background-color: #ccc;
}

table.metaDataTable tr.activeClass a:hover {
  color:#0a0a0a !important;
}

.closeButtonAndBack {
  float:right;
  width:49px;
  height:49px;
  display:block;
  background-color:#0a0a0a;
  cursor:pointer;
  border-radius: 10px;
  border: 2px solid #0a0a0a;
  text-align:center;
  line-height:1;
  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.fixlineheight {

  line-height: 49px;
}

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

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

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

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

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

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

.closeButtonAndBack:hover, .closeButtonAndBack.smaller:hover {
  background-color:#a8332e;
  color:#fff;
  border: 2px solid #0a0a0a;
}

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

.filterBlock {
  background-color: #f4f4f4;
  width: 100%;
  padding:20px;
  border-radius: 8px;
  margin-top: 10px;
}

.filterBlock label {
  line-height: 1.5 !important;
  font-size: 15px;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  color: #0a0a0a;
}

.filterBlock .buttonsBlock {
  overflow: hidden;
  padding-left: 10px;
  padding-bottom: 10px;
  clear: both;
}

.filterBlock .cols {
/*  //overflow: hidden;*/
}

.filterBlock .cols .col1, .filterBlock .cols .col2, .filterBlock .cols .col3 {
  float: left;
  width: 33.333%;
  padding: 10px;
  box-sizing: border-box;
}

.filterBlock input[type="text"], .filterBlock input[type="email"] {
  background-color: #fff;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  line-height: 20px;
  padding: 8px;
  width: 100%;
  font-size: 15px;
  outline: none;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.filterBlock input.multiselect__input {
  border:none;
}

.filterBlock select {
width: 100%;
  height: 38px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #000 !important;
  line-height: 38px !important;
  font-size: 15px;
  padding-left: 7px;
  outline: none;
}

.filterBlock .feld {
  margin-bottom: 20px;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-size: 15px !important;
}

.multiselect, .multiselect__tags {
  font-size: 14px !important;
      color: #000 !important;
      min-height: 38px !important;
}

.multiselect__tags {
  border-radius: 0px !important;
  border: 1px solid #ccc !important;
  min-height: 38px !important;
  /*height: 38px;*/
  padding: 7px 40px 0 10px !important;
}

.multiselect__placeholder {
  color: #000 !important;
}

.inputsection {
  height: 83px;
}

.multiselect__option--highlight, .multiselect__option--selected.multiselect__option--highlight {
  background: #0a0a0a !important;
  color: #fff !important;
}

.multiselect__tag-icon:hover{
  background:#afafaf !important;
}

.multiselect__option--highlight:after {
background: #0a0a0a !important;
}

.multiselect__tag {
  background-color: #0a0a0a !important;
}

.multiselect__tag-icon:after, .multiselect__option--selected:after {
  color:#fff !important;
}

.multiselect__option--selected {
    background: #ccc !important;
    color: #000 !important;
}

.mx-datepicker-range {
  width: 100% !important;
}

.mx-input {
  border-radius: 0px !important;
  height: 38px !important;
}

.mx-calendar-content .cell.active {
  background-color: #0a0a0a !important;
}

.mx-calendar-content .cell.hover-in-range, .mx-calendar-content .cell.in-range {
  background-color: #ccc !important;
  color:#fff !important;
}

.mx-datepicker-main {
    font-family: 'Roboto', sans-serif !important; 
    color: #0a0a0a !important;
    border: 1px solid #ccc !important;
}

.mx-btn {
  color: #0a0a0a !important;
}

.mx-calendar-content .cell:hover { 
  color: #0a0a0a !important;
  background-color:#ccc !important;
}

.mx-table-date .today {
    color: #0a0a0a !important;
    background-color: #f4f4f4;
}
   
/* Header */ 

header {
  position:fixed;
  width:100%;
  top: 0;
  left: 0;
  z-index: 999;
}

header.smaller {
  height: 77px;
  background: #a8332e;
}

header .header_wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding-top: 8px;
  position: relative;
  z-index: 9;
  height: 77px;
  /*overflow: hidden;*/
}

header .logo_wrapper {
    float: left;
    width: 160px;
    padding-top: 15.5px;
    padding-left: 18px;
}

header .nav_wrapper {
  background: #a8332e;
  position: relative;
  margin-bottom: 100px;
  font-size: 16px;
  color: #fff;
}

header.smaller .nav_wrapper:before {
  opacity: 0;
}

header .logo_wrapper img {
    width: 100%;
}

header .main-navigation {
  float: right;
  padding-top: 6px;
}

header .main-navigation .menu-menu-1-container, header .main-navigation .login_register_nav {
  float: left;
}

header .main-navigation .menu-menu-1-container {
  padding-top: 2px;
}

header .main-navigation .login_register_nav {
  margin-left: 100px;
}

header.smaller .main-navigation ul li a {
  line-height: 45px;
}
header .main-navigation ul li a, header .login_register_nav ul li a {
    line-height: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller .logos_wrapper {
  display:none;
}

/* Footer */

.footer .fwrapper .right {
    float: left;
    width: 92%;
}

.footer .fwrapper .left {
    width: 6%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    display: block;
}

.footer .fwrapper .right .inbox {
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;
}

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

img.eco {
    width: 7.3%;
    margin-right: 3.4%;
}

img.ferd {
    width: 12.6%;
    margin-right: 3.4%;
}

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

img.zugferd {
    width: 36.9%;
    margin-right: 3.4%;
}

img.voi {
    width: 11.2%;
}

.headline {
  margin-top: 120px;
  margin-bottom: 90px;
}

.levelOne .headline, .levelTwo .headline, .levelThree .headline {
  line-height: 1.2;
  margin-top: 0.67em !important;
  margin-bottom: 0px;
}

/* Ergebnis */

table.fehler_tabelle {
  width: 100%;
  table-layout: fixed;
  font-weight: normal;
  font-size: 15px;
}

table.fehler_tabelle tr:nth-child(odd) {
  background: #424242;
}

table.fehler_tabelle th, table.fehler_tabelle td {
  width: 50%;
  text-align:left;
  word-wrap: break-word;
  padding: 7px;
}

table.fehler_tabelle th {
  background-color: #a8332e;
  color:#0a0a0a;
}

.ergebnisicon {
  text-align: center;
  margin-bottom: 35px;
}

.ergebnisicon img {
  width: 200px;
}

.ergebnis_wrapper .ergebnis p.validheadline {
  margin-bottom: 5px;
  font-weight: bold;
}

.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 .valitool .details, .ergebnis_wrapper .ergebnis .valitoolpdf .details, .ergebnis_wrapper .ergebnis .mustangxml .details, .ergebnis_wrapper .ergebnis .kosit .details {
  font-size: 14px;
}

.ergebnis_wrapper .ergebnis .valitool .details p.detailsheadline, .ergebnis_wrapper .ergebnis .valitoolpdf .details p.detailsheadline, .ergebnis_wrapper .ergebnis .mustangxml .details p.detailsheadline, .ergebnis_wrapper .ergebnis .kosit .details p.detailsheadline, .ergebnis_wrapper .ergebnis .mustangpdf .details p.detailsheadline {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.ergebnis_wrapper .ergebnis .valitool .details hr, .ergebnis_wrapper .ergebnis .valitoolpdf .details hr, .ergebnis_wrapper .ergebnis .mustangxml .details hr, .ergebnis_wrapper .ergebnis .kosit .details hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.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;
}

.ergebnis_wrapper .ergebnis .other {
  text-align: center;
  font-weight: bold;
  background-color: #0a0a0a;
  border-top: 5px solid #a8332e;
  color: #fff;
}

.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 #0a0a0a;
  background-color: #fff;
} 

.ergebnis_wrapper .ergebnis .kosit.invalid,
.ergebnis_wrapper .ergebnis .valitool.invalid,
.ergebnis_wrapper .ergebnis .valitoolpdf.invalid,
.ergebnis_wrapper .ergebnis .mustangpdf.invalid,
.ergebnis_wrapper .ergebnis .mustangxml.invalid  {
  border-top: 5px solid #0a0a0a;
} 


.site-content {
      max-width: 1350px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 110px;
    margin-bottom: 70px;
    /*overflow: hidden;*/
}

span.wpcf7-list-item {
    display:block !important;
    margin:0 !important;
}

.product_columns {
  overflow: hidden;
  margin-top: 50px;
  color: #0a0a0a;
}

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

.product_columns .product_c.three {
  width: 33.333%;
}

.product_columns .product_c .inbox {
  border: 5px solid #ccc;
  border-radius: 20px;
}

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

.product_columns .product_c.embedded .inbox {
  border: 5px solid #ccc;
}

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

.product_columns .product_c.embedded .inbox .in_inbox {
  background-color: #f4f4f4;
}

.product_columns .product_c .inbox .headline, .ergaenzung .headline {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
  line-height: 1.1;
}

.lizenzart {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ccc;
}

.product_columns .product_c.embedded .inbox .headline {
  border-bottom: 2px solid #ccc;
}

.product_columns .product_c .inbox .price {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

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

.product_columns .product_c .inbox .price .hinweis, .lizenzart {
  display: block;
  font-size: 16px;
}

.lizenzart {
  text-align: center;
  font-weight: bold;
}

.product_columns .product_c .inbox .list, .ergaenzung .list {
  font-size: 16px;
  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:2px solid #ccc;
}

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

.product_columns .product_c.embedded .inbox .list .listitem {
  border-bottom:2px solid #ccc;
}

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

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

.contact_block {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.contact_block input[type="email"] {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  color: #0a0a0a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 5px solid #ccc;
    border-radius: 20px;

}

.contact_block input[type="email"]:focus {
  opacity: 1;
  outline: none;
}

.contact_block .btn-contact, .btn-portinvoice {
  background-color: #0a0a0a;
  width: 200px;
  border:2px solid #0a0a0a;
  padding-left:20px;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:20px;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  margin-top:15px;
  margin-bottom: 13px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  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: 20px;
}

a.btn-portinvoice.kosit_report_button, a.btn-portinvoice.sichtkopie_button {
  background-color: #0a0a0a;
  margin-top: 0px;
  color:#fff;
  border:2px solid #0a0a0a;
}

a.btn-portinvoice.sichtkopie_button.abstandoben {
  margin-top: 25px;
}

a.btn-portinvoice.kosit_report_button:hover, a.btn-portinvoice.sichtkopie_button:hover, .contact_block .btn-contact:hover, a.btn-portinvoice.archive_button:hover {
  background-color: #a8332e;
  color:#fff;
  border:2px solid #a8332e;
  text-decoration: none;
}

.kontaktpopup {
  margin-top:20px;
}

.kontaktpopup .parallel {
    float: left;
    width: 50%;
}
.kontaktpopup .parallel .left {
    margin-right: 12px;
}
.kontaktpopup .zeile {
    margin-bottom: 16px;
}
.kontaktpopup input[type="text"], .kontaktpopup input[type="email"], .kontaktpopup textarea {
line-height: 16px;
    padding: 9px;
    background-color: #f4f4f4;
	box-sizing: border-box;
	width: 100%;
  border: none;
}
.kontaktpopup textarea {
	height: 150px;
}
.kontaktpopup label {
    display: block;
    font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
    color: #0a0a0a;
    font-size: 16px;
}
.kontaktpopup select {
    border: none;
    height: 34px;
    line-height: 34px;
    width: 100%;
    background-color: #f4f4f4;
}
.kontaktpopup input[type="submit"], .kontaktpopup button.cancel_btn, .sponsoring_btn {
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #fff;
    background-color: #0a0a0a;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    line-height: 16px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
    border-radius: 20px;
}

.kontaktpopup input[type="submit"]:hover {
  background-color: #a8332e;
}

.kontaktpopup button.cancel_btn:hover {
  background-color: #5f5e5e;
}

.kontaktpopup.preorder input[type="submit"] {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.kontaktpopup.preorder p {
  margin-bottom: 0px;
}

.kontaktpopup.preorder .wpcf7-spinner {
  display: none;
}

.kontaktpopup.preorder .wpcf7-not-valid-tip {
  display: inline;
}

#notavailableMailModal .wpcf7 form .wpcf7-response-output,
#notavailableEmbeddedModal .wpcf7 form .wpcf7-response-output {
  margin-top: 80px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-weight: bold;
  line-height: 1.2;
  background-color: #0a0a0a;
  color:#fff;
  border:none;
  padding: 15px;
}

.sponsoring_btn {
	float: none;
	display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}
.sponsoring_btn:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #004f7c;
}
.kontaktpopup button.cancel_btn {
    background-color: #ccc;
    margin-left: 10px;
}
.kontaktpopup label.error {
    font-size: 14px;
    font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
    color: red;
    margin-bottom: 0px;
}

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

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

.modal-body .kontakt_email_telefon {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.modal-body .kontakt_post {
  float: left;
  width: 48%;
  margin-left: 2%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.close {
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
.close:hover,
.close:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  outline: none;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #0a0a0a000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 17px;
  background-color: #0a0a0a;
  color: #fff;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2;
  font-size: 25px;
}
.modal-body {
  position: relative;
  padding: 24px;
  font-size: 15px;
  line-height: 23px;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  color: #0a0a0a;
  overflow: hidden;
}
.modal-footer {
  padding: 24px;
  text-align: left;
  border-top: 2px solid #ccc;
  background-color: #f4f4f4;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 80%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.subpage_header .headline {
	padding-top: 300px;	
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
	border: 0;
	background-color: #fff;
	font-weight: bold;
	margin-top: 20px !important;
}

.ajax-loader {
  display: none;
}

.kontaktformular .zeile {
  margin-bottom: 15px;
}

.kontaktformular .button_wrapper {
  width: 100%;
  text-align: center;
  clear: both;
}

.kontaktformular .button_wrapper input[type="submit"] {
  background-color: transparent;
  width: 200px;
  border:1px solid #fff;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:20px;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  margin-top:15px;
  margin-bottom: 13px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  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;
}

.kontaktformular .button_wrapper input[type="submit"]:hover {
  background-color: #fff;
  color: #73b5b7;
}

.kontaktformular label {
  display: block;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  color: #fff;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
}

.kontaktformular input[type="email"], .kontaktformular input[type="text"], .kontaktformular input[type="tel"], .kontaktformular textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  color: #0a0a0a;
  opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.kontaktformular input[type="email"]:focus, .kontaktformular input[type="text"]:focus, .kontaktformular input[type="tel"]:focus, .kontaktformular textarea:focus {
  opacity: 1;
  outline: none;
}

.kontaktformular textarea {
  resize: none;
  height: 197px;
}

.regelwerk {
  text-align: justify;
  margin-bottom: 100px;
  font-size: 17px;
}

.regelwerk h2 {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.contactwrapper {
  background: #fff;
  position: relative;
  font-size: 16px;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  color: #0a0a0a;
  padding-bottom: 100px;
}

.aaa {
  background: #f4f4f4;
  position: relative;
  margin-bottom:100px;
  font-size: 16px;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  color: #0a0a0a;
}

.zzz {
  background: #0188c8;
  position: relative;
  padding-bottom: 52px;
}

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

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

.aaa section, .contactwrapper section {
  max-width: 1400px;
}

.yyy section {
  position: relative;
}

#more {
  display: none;
}

#details {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

button.read_more {
  background-color: #fff;
  width: 200px;
  border:1px solid #0a0a0a;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:20px;
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  margin-top:20px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #0a0a0a;
  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;
}

button.read_more:hover, button.current {
  background-color: #a8332e;
  border:1px solid #a8332e;
  color: #0a0a0a;
}

.referent, .referent_last {
  float:left;
  width: 17%;
  margin-right: 3.7%;
  text-align: center;
  color: #fff;
}

.referent_last {
  margin-right: 0%;
}

.referent img, .referent_last img {
  width: 100%;
  border-radius: 50%;
  opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 88px;
}

.referent img:hover, .referent_last img:hover {
  opacity: 0.5;
-ms-transform: rotate(2deg) scale(1.07); /* IE 9 */
    -webkit-transform: rotate(2deg) scale(1.07); /* Chrome, Safari, Opera */
    transform: rotate(2deg) scale(1.07);
    -moz-transform: rotate(2deg) scale(1.07);
}

.referent .speaker, .referent_last .speaker {
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}

.referent .speaker_info, .referent_last .speaker_info {
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  line-height: 17px;
  font-size: 16px;
  margin-bottom: 0px;
}

a.anmelden_button {
  width:250px;
  background-color: #0188c8;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  display: block;
  color: #fff;
-ms-transform: rotate(3.5deg); /* IE 9 */
    -webkit-transform: rotate(3.5deg); /* Chrome, Safari, Opera */
    transform: rotate(3.5deg);
    -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;
}

a.anmelden_button:hover {
  background-color: #a8332e;
  color: #0a0a0a;
-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.ort_button {
  max-width:690px;
  background-color: #0188c8;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  display: block;
  color: #fff;
-ms-transform: rotate(-1.8deg); /* IE 9 */
    -webkit-transform: rotate(-1.8deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.8deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 25px;
}


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  max-width: 440px;
}

hr {
  height:1px;
  background-color: #ccc;
  border:none;
}

hr.abstand {
  margin-top: 30px;
  margin-bottom:30px;
}

.abschnitt {
  overflow:hidden;
}

.abschnitt .bild {
  float:left;
  width:26%;
} 

.abschnitt .cv_text, .abschnitt .partner_text {
  float:left;
  width:74%;
}

.abschnitt .cv_text p.cv, .abschnitt .partner_text p.partner {
  margin-top:0px;
  padding-left:30px;
} 

.kontakt_bild {
  float:left;
  width:186px;
  margin-right:20px;
}

.kontakt_bild img {
  width:100%;
}

.kontakt_text {
  float:left;
  width:400px;
}

.message_block_success {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  background-color: #a8332e;
  color: #0a0a0a;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3px;
}
.message_block_error {
  width:100%;
  padding: 15px;
  font-size: 1.15em;
  background-color: #bf0000;
  color:#fff;
  font-weight: bold;
  text-transform: uppercase;
}

.cmxform p label span.error { 
  color: red;
  font-size: 14px;
  margin-left:10px;
  font-style: italic;
}
form.cmxform label {
  display:block;
  float: none;
font-size: 1.1em;
}
form.cmxform label.inline {
  display:inline;
  margin-left:5px;
}
form.cmxform label.inline_left {
  display:inline;
  margin-right:5px;
}
.hide {
  display:none;
}
.show {
  display:block;
}
#unternehmensangaben {
  overflow:hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
#teilnehmer1, #teilnehmer3, #rechnungsadresse_felder {
  overflow:hidden;
  background-color: #e7f3f3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
}
#teilnehmer2 {
  overflow:hidden;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

#teilnehmer1 .left_column, #teilnehmer2 .left_column, #teilnehmer3 .left_column, #unternehmensangaben .left_column, #rechnungsadresse_felder .left_column, #email_forms .left_column {
  float:left;
  width:48%;
  margin-right: 2%;
}
#teilnehmer1 .right_column, #teilnehmer2 .right_column, #teilnehmer3 .right_column, #unternehmensangaben .right_column, #rechnungsadresse_felder .right_column {
  float:left;
  width:48%;
  margin-left: 2%;
}

.left_column input, .right_column input {
  width:100%;
}

input[type="text"], input[type="email"] {
  line-height: 16px;
  padding: 8px;
  background-color: #f5f5f5;
  border:1px solid #ccc;
}

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

input[type="submit"] {
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  background-color: #0188c8;
  border:none;
  color:#fff;
  padding:18px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover {
  background-color: #0a0a0a;
  color:#fff;
}

select.land {
  border:1px solid #ccc;
  height:34px;
  line-height: 34px;
  width:100%;
  background-color:#f5f5f5;
}

select.teilnehmer_anzahl {
  border:1px solid #ccc;
  height:34px;
  line-height: 34px;
  background-color:#f5f5f5;
}

#teilnehmer1 input[type="text"], #teilnehmer1 input[type="email"], #teilnehmer3 input[type="text"], #teilnehmer3 input[type="email"], #rechnungsadresse_felder [type="text"] {
  line-height: 16px;
  padding: 7px;
  background-color: #fff;
  border:1px solid #ccc;
}

#email_forms {
  margin-top: 45px;
  margin-bottom:45px;
}

h4.anmeldung_headline {
  margin-top: 45px;
  margin-bottom: 0px;
  font-size: 1.5em;
}

h5.anmeldung_headline {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 1.2em;
}

table.sum {
  width:48%;
  font-size: 1.1em;
}

.anrede {
  font-size: 1.1em;
  margin-top: 22px;
  width:48%;
  overflow:hidden;
  padding-left:2px;
}
.anrede .column {
  width:50%;
  float:left;
}


.mobile_logo {
  width:50%;
  overflow: hidden;
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
  /*background:url(images/header_back.png);*/
}
.logo_icon {
  margin-top: 25px;
  margin-bottom: 20px;
}
.logo_schriftzug {
  float:left;
  margin-left:15px;
  padding-top:5px;
}
.logo_schriftzug .headline {
  font-size:32px;
  line-height:34px;
}
.logo_schriftzug .subline {
  font-weight:300;
  font-size:21px;
}
.arrow_bottom {
  position:absolute;
  bottom:0px;
  height:95px;
  width:100%;
  z-index: 8;
  text-align: center;
}
.subpage_header {
  height:340px;
  width:100%;
  position:relative;
  z-index: 1;
	text-align: center;
}
h1.subpage_headline {
  font-size: 2em;
  color:#0a0a0a;
  text-shadow:none;
  margin-top: 0px;
  text-transform: uppercase;
}
.hwrapper {
  margin:0 auto;
  width:1100px;
}
.cwrapper {
  overflow:hidden;
}

.main {
  margin:0 auto;
  margin-top: 60px;
  margin-bottom:65px;
  width:1100px;
  overflow:hidden;
  text-shadow:none;
}
.mwrapper {
  width:100%;
}
.lmwrapper {
  width:26%;
  float:left;
}
.rmwrapper {
  width:74%;
  float:left;
}
.mwrapper p, .lmwrapper p, .rmwrapper p {
  text-shadow:none;
}
.footer {
  background-color: #0a0a0a;
  width:100%;
  color:#fff;
}
.footer_color {
  background-color: #0188c8;
  width:100%;
  height:35px;
  border-bottom: 1px solid #fff;
}
.fwrapper {
  margin:0 auto;
  width:1100px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 15px;
}
.fwrapper a {
  color:#fff;
  font-weight: normal;
}
.fwrapper a:hover {
  color:#fff;
  text-decoration: underline;
}
.fwrapper span.copyright {
  font-size:13px;
  color:#fff;
  opacity:0.5;
}
.spruch_headline {
  width:77%;
  float:left;
  text-align:left;
}
.spruch_subline {
  width:100%;
  text-align:left;
  font-size: 1.5em;
}
.preisschild {
  float:left;
  width:21%;
  margin-left:2%;
}

#subnav {
	margin-bottom:30px;
}
#subnav, #programm_download, #overview {
  padding-right: 50px;
}
#subnav ul li {
  display:block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
}
#subnav ul li:last-child {
  border-bottom: none;
}
#subnav ul li a, #programm_download ul li a, #overview ul li a{
  display:block;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color:#0a0a0a;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #a8332e;
}
#subnav ul li a:hover, #subnav ul li.current_page_item a, #programm_download ul li a:hover, #overview ul li.current_page_item a, #overview ul li a:hover {
  background-color: #0188c8;
}

#subnav ul li ul.children {
  border-top: 1px solid white;
}

#subnav ul li ul.children li a {
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #a4cd86;
}

#subnav ul li ul.children li a {
  padding-left: 30px;
  padding-right: 30px;
line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 16px;
}

#subnav ul li ul.children li a:hover, #subnav ul li ul.children li.current_page_item a {
  background-color: #0188c8;
}

table.ablauf_tabelle {
  width:100%;
  border: 0px;
}

.ablauf_tabelle tr th {
  background-color: #0188c8;
  color:#fff;
}

.ablauf_tabelle tr:nth-child(odd) td { background: #ebf4f9; }

.ablauf_tabelle tr th, .ablauf_tabelle tr td {
  padding:10px;
}

.ablauf_tabelle tr td.zeit, .ablauf_tabelle tr th.zeit {
  width: 105px;
  text-align: left;
  border-right: 1px solid white;
}

.ablauf_tabelle tr td.referent, .ablauf_tabelle tr th.referent {
  width: 147px;
  vertical-align: top;
  float: none;
  margin-right: 0px;
  border-right: 1px solid white;
}

.ablauf_tabelle tr td.referent {
  color: #0a0a0a;
  vertical-align: middle;
}

.ablauf_tabelle tr td.referent a {
  color: #0a0a0a;
  text-decoration: underline;
  display: block;
}

.ablauf_tabelle tr td.titel, .ablauf_tabelle tr th.titel {
  max-width: 350px;
}

.ablauf_tabelle tr td.raum, .ablauf_tabelle tr th.raum {
  text-align: right;
  width: 105px;
}

.ablauf_tabelle tr td.titel .thema {
  margin-bottom: 10px;
}

.ablauf_tabelle tr td.titel .person {
  font-style: italic;
}


/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Interstate-Regular', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased
  color: #0a0a0a;
}

.contrast h1 {
  font-size: 3.3em;
  line-height: 1.2em;
  margin-top:0px;
  margin-bottom: 20px;
}

h1 {
  font-size: 3.64058em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.39058em;
}

h6 {
  font-size: 1.125em;
}

h1 {
  color: #0a0a0a;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
  h1 {
    font-size: 2.7em;
    margin: 15px 0;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 24px;
    margin: 15px 0;
  }
}

a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  text-shadow: none;
  font-weight: bold;
}
a:hover {
  color: #ccc;
  text-decoration: underline;
}

.rmwrapper a:hover, .mwrapper a:hover {
  text-decoration: underline;
}

pre {
  font-family: Monaco, Courier, monospace;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
  margin: 15px 0;
  font-size: 12px;
}

img.keep-original {
  max-width: 100% !important;
  height: auto;
}

.loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}

.pulse {
  border: 3px solid #999;
  height: 30px;
  width: 30px;
  position: absolute;
  left: -15px;
  top: -15px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

body {
  font-size: 16px;
}
#connect {
  z-index: 10;
  position: fixed;
  width: 100%;
  list-style: none;
  margin: 0;
  margin-left: 90px;
  padding: 20px;
}
#connect li {
  float: left;
  margin-right: 20px;
  color: white;
}
#connect li span {
  display: block;
  font-size: 15px;
  text-shadow: 0 1px 1px #0a0a0a;
}
#connect li .version:before {
  content: "v";
}
.button {
  font-weight: bold;
  padding: 8px 12px 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  position: relative;
  border-bottom: 1px solid transparent;
  color: #03A0FA;
}
.button:active {
  top: 1px;
}
.button:hover {
  color: #0280c8;
  background: #f1f1f1;
  border-color: white;
}
.container {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.slides-navigation {
  top: 50%;
}
.slides-navigation a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid #fff;
  color: white;
  font-weight: bold;
  font-size: 26px;
  margin: 0 25px;
  text-shadow: 0 1px 1px #0a0a0a;
  text-align: center;
  height: 40px;
  width: 40px;
  top: -40px;
  padding: 1px;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.slides-navigation a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.slides-pagination a {
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  border-color: white;
  -webkit-box-shadow: 0 1px 1px black;
  -moz-box-shadow: 0 1px 1px black;
  box-shadow: 0 1px 1px black;
}
.slides-pagination a.current {
  background: white;
}
.contrast {
  background: rgba(0, 0, 0, 0.3);
  padding: 1px 10px;
  -webkit-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .fwrapper, .main, .container  {
    width:950px;
  }
  .hwrapper {
    width:950px;
  }
  .contrast h1 {
    font-size:3em;
    line-height: 1.2em;
  }
  .lmwrapper {
    width:30%;
    float:left;
  }
  .rmwrapper {
    width:70%;
    float:left;
  }
  .ablauf_tabelle tr td.referent, .ablauf_tabelle tr th.referent {
    width: 135px;
  }
}

@media screen and (max-width: 1050px) {
  header {
    height:165px;
  }
  header .logos_wrapper {
    height:100px;
  }
  .fwrapper, .main, .container, .hwrapper {
    width:850px;
  }
  .contrast h1 {
    font-size:3em;
    line-height: 1.2em;
  }
  header .ferd_wrapper img {
    width:100%;
  }
  header .ferd_wrapper {
    width:45%;
    padding-top: 17px;
  }
  header a.logo_wrapper {
    width:55%;
    padding-top: 25px;
  }
  .logo_schriftzug {
    margin-left:11px;
    padding-top:5px;
  }
  .logo_schriftzug .headline {
    font-size:28px;
  }
  .logo_schriftzug .subline {
    font-size:19px;
  }
  #subnav ul li a{
    font-size: 14px;
    line-height: 47px;
  }
  .lmwrapper {
    width:32%;
  }
  .rmwrapper {
    width:68%;
  }
  p {
    font-size: 1.1em;
  }
  .ablauf_tabelle tr td.referent, .ablauf_tabelle tr th.referent {
    display:none;
  }
}

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

  .headline_One br, .inner_wrapper h1 br {
    display: none;
  }
    
  .fwrapper, .main, .container {
    width:90%;
    margin-left: 5%;
    margin-right:5%;
  }
  .hwrapper {
    width:100%;
  }
  header a.logo_wrapper {
    /*width:420px;*/
    width:443px;
    float:none;
    margin:0 auto;
  }
  header .ferd_wrapper {
    display:none;
  }
  .main-navigation ul {
    text-align: center;
  }
  .main-navigation ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .ferd_wrapper img {
    width:450px;
  }

  .rmwrapper {
    width:100%;
    float:none;
  }
}

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

  .main-navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-navigation ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
    
  .lmwrapper {
    width:100%;
      float: none;
  }
  .rmwrapper {
    width:100%;
      float: none;
  }
    #subnav {
        padding-right: 0px;
    }
    
    .subpage_header {
        height: auto;
    }
    
    h1.subpage_headline {
        margin-bottom: 0px;
    }

  .kontakt_bild {
  float:none;
  width:170px;
  margin-right:0px;
  margin-bottom: 20px;
}

.kontakt_text {
  float:none;
  width:100%;
}
  .spruch_subline {
    font-size: 1em;
  }
  .spruch_headline h1 {
    font-size: 2.2em;
  }
  .cmxform p label span.error {
    margin-left:0px;
    display: block;
    font-size: 10px;
  }
  table.sum {
    width:100%;
    font-size: 1.3em;
  }
  .anrede {
    width:100%;
    font-size: 1.3em;
  }
  #email_forms .left_column, input[type="submit"] {
    width:100%;
  }
  form.cmxform label {
    font-size: 0.9em;
  }
  body {
    font-size: 13px;
  }
  #connect {
    margin-left: 0;
  }
  .container {
    margin-top: 70px;
    max-width: 100%;
    position: static;
  }
  .slides-navigation {
    display: none;
  }
  .fwrapper, .main {
    width:86%;
    margin-left: 7%;
    margin-right: 7%;
  }
  .hwrapper {
    width:100%;
  }
  .main-navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-navigation ul li a {
    font-size: 14px;
  }
  .mobile_logo img.logo {
    width:90%;
  }
  .mobile_logo img.ferdlogo {
    margin-top: 5px;
    width:60%;
  }
  .mobile_logo {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .fwrapper {
    font-size: 14px;
  }
    p {
    font-size: 1.4em;
  }
}

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

  .mobile-navigation .logo_wrapper {

    padding-bottom: 12px;
}

  .obwyseRecommendationResult {
    font-size: 25px;
    margin-top: 20px;
  }

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

.headline_One br, .inner_wrapper h1 br {
  display: none;
}

.product_columns .product_c, .ergaenzung {
  float: none;
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
}

.product_c.mail {
  margin-bottom: 20px;
}

.product_columns .product_c .inbox .headline, .ergaenzung .inbox .headline {
  font-size: 24px;
}

.headline {
  margin-top: 35px;
  margin-bottom: 60px;
}

.subpage_header .headline {
	padding-top: 0px;	
}

.subpage_header .mobile_logo {
	padding-top: 25px;
    padding-bottom: 35px;
	max-width: 193px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
}

.referent, .referent_last {
  float:left;
  width: 100%;
  margin-right: 0%;
  margin-bottom:40px;
  text-align: center;
  color: #fff;
}

.referent_last {
  margin-right: 0%;
  margin-bottom: 0;
}

.uploadsection, .uploadsection p {

  font-size: 13px;
}
.fussnoten p {
  line-height: 1.2;
}
.banner {
  margin-top:0px;
}

.banner .title {
  font-size: 22px;
  padding-top: 15px;
}

.ort_button {
  font-size: 22px;
  width: 95%;
}

.spruch_headline {
    width:100%;
    float:none;
    text-align:center;
  }
  .spruch_subline {
    width:100%;
    text-align:center;
  }
  .preisschild {
    display:none;
  }
  .arrow_bottom {
    display:none;
  }
  .fwrapper {
    font-size: 15px;
  }
  .abschnitt .bild {
    float:none;
    width:100%;
    margin-bottom:20px;
  }
  .abschnitt .cv_text, .abschnitt .partner_text {
    float:none;
    width:100%;
  }
  .abschnitt .cv_text p.cv, .abschnitt .partner_text p.partner {
    padding:0px;
  }
}

@media screen and (max-height: 705px) {
  .arrow_bottom {
    display:none;
  }
}
