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

.widget_shopping_cart p.total
{
  font-weight: 600;
}

ul.products li.product .tax-info,
span.wc-gzd-additional-info.tax-info
{
    display: none !important;
}

.site-header .main-navigation ul.menu > li > a, .site-header .main-navigation ul.nav-menu > li > a
{
  font-weight: 600;
}


.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #cad51d !important;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    color: #cad51d !important;
    font-size: 18px;
    font-weight: 500;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}

.widget_nav_menu ul li:before {
    display: none !important;
}

/* Global */

.site-info,
.storefront-breadcrumb .col-full{
  display: none;
}

.site-header {
border-top: 0 !important;
}

.site-search {
  display: none;
}

nav#site-navigation {
    padding-top: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 600;
}

/* Detailseite */

/* Tabs ausblenden */

.tabs.wc-tabs
{
  display: none;
}

.storefront-full-width-content .woocommerce-tabs .panel {
  width: 100%;
}

/* Kategorie raus */

span.posted_in {
  display: none !important;
}

/* Erste h2 (Beschreibung) raus */
.woocommerce-Tabs-panel h2:nth-child(1) {
    //display: none;
}




/* Anpassung Ninja Forms
---------------------------- */ 

button,
input,
select
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url]{
	border-radius: 5px;
}

.nf-row{
	margin: 0 -5px;
}

.nf-field-label label {
    font-weight: 600;
}

.nf-field textarea{

}

.nf-form-fields-required{
	display: none !important;
	visibility: hidden;
}

.nf-error-msg,
.ninja-forms-req-symbol {
	font-size: 16px;
}

.label-above .nf-field-label {
    margin-bottom: 0 !important;
}

.label-right .nf-field-label {
    padding-left: 8px !important;
}

.label-right .checkbox-wrap .nf-field-element {
    margin-top: -4px;
}

.nf-field-container{
	margin-bottom: 1em !important;
}

.nf-field-element select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.nf-fu-progress-bar {
  background-color: #202950 !important;
}

.files_uploaded a, .files_uploaded a:visited {
    color: #990000;
}

html input[type="button"],
html input[type="button"]:hover,
html input[type="button"]:focus,
button, button:hover, button:focus,
input.application_button.button,
input.application_button.button:hover
{
  font-size: 18px;
    background: #202950;
    border-radius: 2px;
}

.files_uploaded p {
    margin-bottom: 5px;
}