
#mybyte_media_cookiehinweis {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 12px;
    line-height: 125%;
    margin: 20px;
    padding: 10px;
    position: fixed;
    width: 200px;
    z-index: 999999;
	right: 0;
	display: none;
}

#mybyte_media_cookiesettings {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 10px;
    line-height: 125%;
    margin: 10px;
    padding: 10px;
    position: fixed;
    z-index: 999999;
	right: 0;
	display: none;
	cursor: pointer;
}

#mybyte_media_cookiehinweis_close {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
	margin: 0;
    text-align: center;
}

#mybyte_media_cookiehinweis_save {
    background: #dedede none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin: 0;
	margin-top: 10px;
    text-align: center;
}

#mybyte_media_cookiehinweis_mehrinfos {
	text-decoration: underline;
}

/* Typografie */

body, input, select, textarea, button{
  font-family: rockwell,sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}

h1,h2,h3,h4,h5,h6{
  font-family: rockwell, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.top-bar, .site-info{
  font-weight: 300;
}

.main-navigation a{
  font-family: rockwell, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* WP Bakery Einstellungen */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
  margin-bottom: 1.5em;
}

.vc_row{
  margin-left: -20px;
  margin-right: -20px;
}

.entry-content > .vc_row{
  padding-top: 3em;
  padding-bottom: 1.5em;
}

.home .entry-content > .vc_row:first-child{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.vc_column_container>.vc_column-inner{
  padding-left: 20px;
  padding-right: 20px;
}


/* Top Bar */

.top-bar{
  background-color: #004893;
}

.top-bar .custom-html-widget i{
  margin-right: 6px;
}

.top-bar .custom-html-widget a{
  margin-right: 20px;
}

.top-bar .widget_nav_menu li{
  margin-left: 20px;
}

.top-bar a:hover,
.top-bar a:focus{
  color: rgba(255,255,255,0.8);
}

.top-bar .widget_nav_menu li:last-child{
  margin-right: 10px;
}

/* Kopfbereich Startseite */

.startseite-hero{
  height: calc(100vh - 75px);
}

.startseite-hero .inside-page-hero{
  height: 100%;
  position:relative;
}
.startseite-hero .inside-page-hero .mittig{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.startseite-hero .inside-page-hero .mittig h1{
  font-size: 4em;
  text-shadow: 1px 1px 4px #000;
}

.startseite-hero .inside-page-hero .mittig h1 span{
    font-family: rockwell,sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}

.startseite-hero .inside-page-hero .mittig h2{
  font-size: 2em;
 text-shadow: 1px 1px 4px #000;
}


@media(max-width:767px){
  body, input, select, textarea, button{font-size: 16px;}
  .startseite-hero .inside-page-hero h1{font-size: 1.25em;}
}


/* Logo */

.navigation-branding img, .site-logo.mobile-header-logo img{
  padding: 15px 0;
}


/* Hauptnavigation oben */

.main-navigation.has-branding{
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
  position:relative;
}

.main-navigation a{
  color: #000;
}

button.menu-toggle:hover,
button.menu-toggle:focus,
.main-navigation .mobile-bar-items a:hover,
.main-navigation .mobile-bar-items a:focus,
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a,
.main-navigation .wc-mobile-cart-items a:hover,
.main-navigation .wc-mobile-cart-items a:focus{
  color: #004893;
}


#mobile-menu .menu{
  border-top:1px solid rgba(0,0,0,.1);
}

.wc-menu-item,
.main-navigation .wc-mobile-cart-items{
  border-left: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  padding-bottom: 4px;
}

.cart-contents > span.number-of-items {
    font-size: 11px;
    background: #004893;
    line-height: 20px;
    height: 19px;
    width: 20px;
    margin-left: 6px;
    top: -3px;
    color: #fff;
    padding-top: 1px;
}

@media(min-width: 900px){
  .main-navigation .main-nav ul li:not(.wc-menu-item) a{
    line-height: 80px;
    border-bottom: 4px solid transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:not(.wc-menu-item)[class*="current-menu-"] > a,
  .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li:not(.wc-menu-item)[class*="current-menu-"] > a,
  .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:not(.wc-menu-item)[class*="current-menu-"]:hover > a,
  .header-wrap #mobile-header:not(.toggled) .main-nav > ul > li:not(.wc-menu-item)[class*="current-menu-"]:hover > a,
  .main-navigation .main-nav ul li:not(.wc-menu-item)[class*="current-menu-"] > a,
  .main-navigation .main-nav ul li:not(.wc-menu-item)[class*="current-menu-"] > a:hover,
  .main-navigation .main-nav ul li:not(.wc-menu-item)[class*="current-menu-"].sfHover > a,
  .main-navigation .main-nav ul li:not(.wc-menu-item):hover > a,
  .main-navigation .main-nav ul li:not(.wc-menu-item):focus > a,
  .main-navigation .main-nav ul li:not(.wc-menu-item).sfHover > a{
    border-bottom: 4px solid #004893;
  }
}

@media(max-width:899px){
  .main-navigation .main-nav ul li a{
    line-height: 60px;
  }
  .main-navigation .main-nav ul li[class*="current-menu-"] > a,
  .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
  .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
  .main-navigation .main-nav ul li:hover > a,
  .main-navigation .main-nav ul li:focus > a,
  .main-navigation .main-nav ul li.sfHover > a{
    background-color: rgba(0,72,147,0.1);
  }
}

@media(min-width:1024px){
  .main-navigation .main-nav ul:not(.woocommerce-mini-cart) li:not(.wc-menu-item){
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media(min-width:900px) and (max-width: 1024px){
  .main-navigation .main-nav ul li:not(.wc-menu-item){
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* Mini Cart im Menu */

#wc-mini-cart {
    background-color: #ffffff;
    color: #000000;
}

.wc-mini-cart {
    position: absolute;
    width: 300px;
    right: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    z-index: 99999;
    left: -99999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    visibility: hidden;
}

.wc-menu-item .wc-mini-cart .widget_shopping_cart {
    padding: 15px;
}

.woocommerce.widget_shopping_cart {
    font-size: 14px;
}

#wc-mini-cart ul.woocommerce-mini-cart {
    position: relative;
    left: auto;
    right: auto;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    width: auto;
    float: none;
    background-color: transparent;
    box-shadow: 0 0 0;
    visibility: visible;
}

.woocommerce.widget_shopping_cart .cart_list li {
    padding: 0 0 0 4em;
    margin: 0;
    min-height: 3em;
}

#wc-mini-cart .woocommerce-mini-cart-item a,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 0;
    left: auto;
    height: 20px;
    width: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    position: relative;
    float: right;
}

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a {
    margin: 0;
    width: calc(50% - 10px);
    text-align: center;
    padding: 10px 15px;
    line-height: 16px;
    font-size: 14px;
}

/* Anpassungen Inhalt */

.blau {
  background-color: #004893;
  color: #fff;
}

.blau a{
  color: #fff;
}

.grau{
  background-color: #ededed;
}

.vorteileliste ul{
  list-style:none;
  margin: 0 0 1.5em 0;
}

.vorteileliste ul li{
  font-size: 1.25em;
  margin-bottom: 0.5em;
  position:relative;
  top:0;
  left: 0;
  padding-left: 2.75em;
}

.vorteileliste ul li::before{
  content: '\f0a9';
  font-family: 'FontAwesome';
  position:absolute;
  top: -16px;
  left: 0;
  font-size: 2em;
}

@media(max-width:768px){
  .vorteileliste ul li{
  font-size: 1em;
  padding-left: 2em;
}

.vorteileliste ul li::before{
  font-size: 1.25em;
  top:-2px;
}
}

.firmenlogos img{
  filter:grayscale(1);
}

.firmenlogos img:hover{
  cursor:pointer;
  filter:grayscale(0);
  -webkit-transition: filter 500ms ease-out;
  -moz-transition: filter 500ms ease-out;
  -o-transition: filter 500ms ease-out;
  transition: filter 500ms ease-out;
}

.icon-spalten .wpb_single_image img{
  width: 100px;
}



/* WooCommerce */

.woocommerce-info{
  background-color: #004893;
}

.woocommerce-error{
  background-color: #A11B10;
}

.woocommerce-form-login{
  width: 100%;
  max-width: 600px;
}

@media only screen and (min-width: 768px){
  .rtwpvg-images {margin-right: 40px;}
}

/* Buttons */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.vc_btn3{
  background-color: #004893 !important;
  color: #fff !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.vc_general.vc_btn3:focus,
.vc_general.vc_btn3:hover{
  background-color: rgba(0,72,147,0.8) !important;
  color: #fff !important;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{
  top: 19px;
}

/* Fusszeile */

.footer-widgets{
   background-color: #004893;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets .widget-title{
  color: #fff;
}

#media_image-3 img{
  width: 100%
}

.widget_custom_html i{
  margin-right: 10px;
}

.site-info{
  background-color: #111;
}

.site-info a,
.widget_nav_menu a{
  border-bottom: 1px solid transparent;
}

.footer-bar .widget_nav_menu .current-menu-item a,
.site-info a:focus,
.site-info a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover{
  color: #fff;
  border-bottom: 1px solid #fff;
}


/* Anpassungen Formulare */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
  border-color: #ccc;
  color: #666;
  background-color: #efefef;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus{
  border-color: #004893;
  color: #004893;
  background-color: #fff;
}


.choice-1 input[type="checkbox"] {
    opacity: 0;
}

.choice-1 label {
    position: relative;
    display: inline-block;

    /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
    padding-left: 0;
  font-size: 0.8em;
  left: 25px;
  margin-left:-25px;
}

.choice-1 label::before,
.choice-1 label::after {
    position: absolute;
    content: "";

/* Needed for the line-height to take effect */
    display: inline-block;
}

/* Outer box of the fake checkbox */
.choice-1 label::before{
    height: 16px;
    width: 16px;
    border: 1px solid #ccc;
    left: -26px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 0;
}

/*Checkmark of the fake checkbox*/
.choice-1 label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: -22px;
    top: 4px;
}

/*Hide the checkmark by default*/
.choice-1 input[type="checkbox"] + label::after {
    content: none;
}

.choice-1 input[type="checkbox"]:focus + label::before,
.choice-1 input[type="checkbox"]:checked + label::before {
    border: 1px solid #004893;
}

/*Unhide on the checked state*/
.choice-1 input[type="checkbox"]:checked + label::after {
    content: "";
}

.wpforms-captcha-question{
  margin-bottom: 5px;
}

#wpforms-109-field_5{
  width: 80px;
}

select{
  -moz-appearance: none;
  -webkit-appearance: none;
}