/*
Theme Name: FGR Basic Theme
Theme URI: http://fgrepublik.com/
Description: Das FGR Basic-Theme wurde eigens für FGR Kunden entwickelt. Es bedarf keinerlei zusätzliche Lizenz, jedoch darf die Gestaltung die durch die FGR vorgegeben wurde nicht verändert werden - es erlischt umgehend das Nutzungsrecht. Inhaltliche Änderungen dürfen selbstverständlich getätigt werden. Im Zweifelsfall steht die <a href="http://fgrepublik.com/">Freie Gestalterische Republik</a> jederzeit bereit, um Fragen zu beantworten.
Author: der Freien Gestalterischen Republik
Author URI: http://fgrepublik.com/
Version: 1.3.4
License: Keine Nutzung ohne vorherige Absprache erlaubt.
License URI: license.txt
Tags: FGR, basic, Widgetfähig, Menü, Responsive
*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* ###############################################################
##################################################################

CSS Struktur in der style.css
1.01 Eingebundene WebFonts
1.02 normalize.css - Browserangleichung für gängige Browser
1.03 Typografie 
1.04 Layoutstruktur / Grid
1.05 Navigation (Kleine Navigation, SM Navigation, Haupt Navigation, Footer Navigation)
1.06 Buttons
1.07 Wordpress Klassen
1.08 Mail Form 7
1.09 Podlove
0.00 Label Guide

1.12 Footer


Farben die verwendet werden


##################################################################
############################################################### /*


/* 1.01 Eingebundene WebFonts Oswald - Bold, Quattrocento Regular & Bold
##################################################### */

@font-face {
    font-family: 'sansseriflightregular';
    src: url('_fonts/sansserif-light-webfont.woff2') format('woff2'), url('_fonts/sansserif-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansserifregular';
    src: url('_fonts/sansserif-regular-webfont.woff2') format('woff2'), url('_fonts/sansserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansserifbold';
    src: url('_fonts/sansserif-bold-webfont.woff2') format('woff2'), url('_fonts/sansserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ffscalaf-regular';
    src: url('_fonts/ffscalasf-webfont.woff2') format('woff2'), url('_fonts/ffscalasf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 1.02 normalize.css - Browserangleichung für gängige Browser
##################################################### */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

article {
    overflow: hidden;
}

h1 {
    font-size: 2rem;
    font-size: 36px;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 35px auto 35px auto;
}

.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper video,
+.videoWrapper video:hover {
    cursor: pointer;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

.disabled {
    display: none !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.capitalize {
    text-transform: capitalize;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*	#############################
	1.03 Typografie */

body {
    font-family: 'sansseriflightregular', Helvetica, Arial;
    font-size: 100%;
    color: #393939;
}

p {
    line-height: 160%;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'ffscalaf-regular', Times, serif;
}

p.bigger {
    font-size: 38px;
    font-size: 2.375rem;
    font-family: 'sansserifbold', Helvetica, Arial;
    margin: 0;
    line-height: 100%;
}

p.big,
span.big {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'sansserifbold', Helvetica, Arial;
}

a {
    font-family: 'sansseriflightregular', Helvetica, Arial;
    font-size: 100%;
    color: #393939;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.wpb_wrapper a {
    font-family: 'ffscalaf-regular', Times, serif;
    color: #c21c4b;
}

.wpb_raw_html .wpb_wrapper a {
    font-family: 'sansserifregular', Helvetica, Arial;
    color: #393939;
}

.slider h1 {
    margin: 0 auto;
    padding: 0 0 0 0;
    max-width: 660px;
    font-size: 2rem;
    font-size: 32px;
    line-height: 180%;
    font-family: 'sansserifregular', Helvetica, Arial;
    font-weight: 400;
    color: white;
}

.slider {
    background: filter(brightness(80%));
}

.slider .white,
.slider h1 {
    text-shadow: 1px 1px 2px #393939;
}

.slider p {
    margin: 0 0 0 0;
}

@media screen and (max-width:767px) {
    .slider h1 {
        font-size: 24px;
        line-height: 180%;
    }
}

.slider h1 span,
.slider h1 a {
    font-family: 'sansserifregular', Helvetica, Arial;
    font-weight: 400;
    color: white;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.slider h1:hover span,
.slider h1:hover a {
    color: #f2fc00;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.white {
    color: white;
}

h2,
h3 {
    padding: 0;
    margin: 0;
    font-size: 38px;
    font-size: 2.375rem;
    color: #0069b7;
    font-family: 'sansserifregular', Helvetica, Arial;
}

h4 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    color: #393939;
    font-family: 'sansserifbold', Helvetica, Arial;
}

h5 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    color: #393939;
    font-family: 'sansserifregular', Helvetica, Arial;
}

h6 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 140%;
    color: #393939;
    font-weight: normal;
    font-family: 'sansseriflightregular', Helvetica, Arial;
}

.privacy-policy h3{
	font-size: 32px;
	font-size: 2rem;
	margin:15px 0 15px 0;
}

.teaser,
.teaser p {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 140%;
    color: #0069b7;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.teaser p a,
.teaser a {
    color: #393939 !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.wpb_wrapper li {
    margin: 7px 0 7px 0;
    font-family: 'ffscalaf-regular', Times, serif !important;
}

.wpb_wrapper ul li ul {
    margin: 12px 0 12px 0;
}

.small,
.small p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 160%;
    margin-top: 0px;
}

.ansprechpartner_bg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-image: url(https://www.ci-romero.de/wp-content/uploads/2018/03/illu-aquagelb-mitbg.jpg?id=438) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.ansprechpartner p {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    margin-top: 15px;
    margin-bottom: 5px;
}

.ansprechpartner a {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    color: #393939;
}

.ansprechpartner .small,
.ansprechpartner .small a {
    margin-top: 5px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-size: 12px;
    font-size: 0.75rem;
}

.ansprechpartner span.small {
    display: block;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.ansprechpartner .small a:first-line {
    font-size: 16px;
    font-size: 0.75rem;
}

.scala {
    font-family: 'ffscalaf-regular', Times, serif !important;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 140%;
    color: #393939;
}

.sansserif {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    color: #393939 !important;
}

.wp-caption-text,
.vc_figure-caption,
.wp-caption-text p {
    font-size: 14px !important;
    margin: 20px 0 0 0 !important;
    line-height: 160% !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.wp-caption-text a,
.vc_figure-caption a {
    font-size: 14px !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    color: #c21c4b !important;
}

.vc_toggle_title h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 140%;
    color: #393939;
    font-weight: normal;
}

.vc_toggle_content,
.vc_toggle_content p,
.vc_toggle_content a {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-size: 12px !important;
}

.zweixzwei-teaser h3 a {
    font-size: 38px !important;
    font-size: 2.375rem !important;
    color: #0069b7 !important;
    font-family: 'sansserifregular', Helvetica, Arial !important;
}

.mobile_on {
    display: none !important;
}

@media screen and (max-width:767px) {
    .zweixzwei-teaser h3 a {
        font-size: 28px !important;
        font-size: 1.75rem !important;
    }

    .mobile_off {
        display: none !important;
    }

    .mobile_on {
        display: block !important;
    }

    h2,
    h3 {
        font-size: 28px;
        font-size: 1.75rem;
    }

    h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .teaser {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .privacy-policy h3{
		font-size: 24px;
		font-size: 1.5rem;
	}
}

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

    .wpb_text_column.wpb_content_element .wp-caption.alignleft,
    .wpb_text_column.wpb_content_element img {
        height: auto !important;
        width: calc(100% - 20px) !important;
    }
}

/*	#############################
	1.04 Layoutstruktur / Grid */

header {
    position: fixed;
    padding: 20px 0 0 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    height: 127px;
    z-index: 10;
    background: white;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header .header_logo img {
    width: 140px;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 999999;
}

header .smallmenu_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    width: calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    height: 35px;
    max-width: 960px;
    padding: 0 10px 0 10px;
}

nav.breadcrumb {
    position: absolute;
    left: 0px;
    top: 82px;
    opacity: 1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

nav.breadcrumb,
nav.breadcrumb a {
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
}

.slider {
    position: relative;
    top: -3px;
}

.slider_startseite,
.slider_630 {
    height: 630px;
    margin-top: -30px !important;
}

.slider_kritischerkonsum,
.slider_373 {
    height: 373px;
}

.slider_menschenrechte,
.slider_240,
.slider_200
/* slider_200 ist alt, hatte keine Lust alles zu ändern. Muss aber wohl gemacht werden, wenn die Klasse mal verwendet werden soll ;-) */

    {
    height: 240px;
}

.slider_blog {
    height: 275px;
    background-image: url(_img/header-blog.jpg);
    background-position: top 150px center;
    padding-top: 150px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.slider_shop {
    height: 300px;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 150px;
    background-image: url(_img/header-shop.jpg);
    background-position: top 150px center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.slider_termine {
    height: 121px;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url('_img/Termine-Header-CIR.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 40px;
    margin-top: 147px;
}

.slider_termine_single {
    background-image: url(https://ci-romero.de/wp-content/uploads/2018/03/slider-bg-kritischer-konsum.jpg?id=361);
    height: 373px;
    max-width: 1440px;
    margin: 0px auto 0 auto;
    padding-top: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

.slider_blog h1,
.slider_shop h1 {
    padding-top: 50px;
}

.slider_termine h1 {
    color: #0069b7;
    padding-top: 175px;
}

.slider_termine_single h1 {
    padding-top: 100px;
    color: #fff !important;
}

.slider_termine_single a,
.slider_termine_single .teaser {
    color: #fff !important;
}

.container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 150px;
    max-width: 1440px;
    /*overflow: hidden; Position Sticky Fix: Only on Mobile Overflow*/
}

@media screen and (max-width:767px) {
    .container {
        overflow: hidden;
    }
}

.container_blog {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

.width_full {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

.vc_row {
    margin: 0 !important;
    padding: 0 !important;
}

.inner {
    position: relative !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 960px !important;
}

.inner_box {
    position: relative;
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
}

.zindex50 {
    position: relative;
    z-index: 50 !important;
}

.zindex100 {
    position: relative;
    z-index: 100 !important;
}

.startseite_ueberuns {
    min-height: 1000px;
}

.home .postgrid2er{
        position: relative;
        z-index: 11;
}

.projekt_beschreibung {
    min-height: 1074px;
}

.projekt_galerie {
    max-width: 900px;
    width: 100%;
    margin: 0 auto !important;
}

.transparenz {
    background: rgba(255, 255, 255, 0.5) !important;
}

.spendenbox {
    max-width: 1189px;
    width: 100%;
    min-height: 542px;
    margin: 0 auto !important;
    position: relative;
}

.spendenbox .kontakt {
    position: absolute;
    bottom: 0px;
}

.spendenbox p {
    font-family: 'sansseriflightregular', Helvetica, Arial;
}

.siegel-box {
    display: flex;
}

.siegel-box img {
    float: right;
    margin-left: 10px;
    max-width: 55px;
}

.siegel-box p {
    text-align: right;
}

.siegel-box small {
    margin-top: -4px;
}

.petition {
    background-color: #0069B7;
    max-width: 955px;
    padding: 15px 7.5px 10px 7.5px !important;
}

.petition a:not(.btn_white) {
    color: white !important;
    text-decoration: underline !important;
}

.petition p,
.petition h4 {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    margin: 0;
    padding: 0;
    color: white;
}

.two_columns p {
    columns: 2;
    columns-gap: 40px;
}

.datenbank_liste .wpb_content_element .wpb_wrapper {
    columns: 3;
    columns-gap: 40px;
}

.pointer-events-none {
    pointer-events: none !important;
}

.ansprechpartner p {
    font-family: 'sansseriflightregular', Helvetica, Arial;
}

.spendenbox_h4 {
    max-width: 940px;
    width: 100%;
    height: 110px;
    margin: 0 auto !important;
    position: relative;
    text-align: center;
}

.schraffur:before {
    position: relative;
    top: -38px;
    left: -30px;
    width: 252px;
    height: 17px;
    background-image: url(_img/illu-schraffur.png);
    background-repeat: no-repeat;
    content: " ";
    display: table;
}

.schraffur:after {
    content: " ";
    display: table;
    position: relative;
    right: -30px;
    top: 47px;
    width: 100%;
    height: 17px;
    background-image: url(_img/illu-schraffur.png);
    background-repeat: no-repeat;
    background-position: left center;
    transform: rotate(180deg);
}

.about.schraffur:before {
    top: -17px;
}

.about.schraffur:after {
    top: 17px;
}

.mobil-margin-top-off {
    margin-top: 32px !important;
}

@media screen and (max-width:991px) {
    nav.breadcrumb {
        left: 10px;
    }

    .datenbank_liste .wpb_content_element .wpb_wrapper {
        columns: 2;
        columns-gap: 40px;
    }
}

@media screen and (max-width:767px) {
    .datenbank_liste .wpb_content_element .wpb_wrapper {
        columns: 1;
        columns-gap: 40px;
    }

    .mobil-margin-top-off {
        margin-top: 0px !important;
    }

    .siegel-box {
        display: flex;
    }

    .siegel-box img {
        float: none !important;
        display: block !important;
        margin: 0px auto !important;
    }

    .siegel-box .wpb_wrapper {
        margin: 0px auto !important;
    }

    .siegel-box p {
        text-align: center !important;
    }

    .siegel-box small {
        margin-top: 10px !important;
        display: block;
    }

    nav.breadcrumb {
        display: none;
    }

    .two_columns p {
        columns: 1;
    }

    .spendenbox .wpb_raw_html {
        margin: -30px 0 0 0 !important;
        text-align: center;
    }

    .spendenbox .btn_yellow {
        width: 70%;
    }

    .col_reverse {
        display: -webkit-flex;
        / Safari / display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
        / Where ordering reverses / -webkit-flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .col_height {
        min-height: 250px !important;
        background-position: center center !important;
        background-size: cover !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width:880px) {
    .container {
        padding-top: 75px;
    }

    .slider_blog,
    .slider_shop {
        background-position: top 85px center;
        padding-top: 85px;
        height: 225px;
    }
}

/*	#############################
	1.04.1 Beiträge auslesen / Grid */

.grid2er-horizontal .vc_pageable-slide-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}

.grid2er-horizontal .vc_grid.vc_row .vc_grid-item {
    float: left !important;
    width: calc(50% - 1px) !important;
}

.postgrid2er .vc_grid-item:nth-of-type(2) .postgrid2er_img,
.postgrid2er .vc_grid-item:nth-of-type(3) .postgrid2er_img {
    display: none !important;
}

.postgrid2er .postgrid2er_img {
    z-index: 300;
    position: relative;
}

.postgrid2er h3,
.postgrid2er h3 a,
.grid2er-horizontal h3,
.grid2er-horizontal h3 a,
.container_blog h3 a {
    padding: 0;
    margin: 0;
    font-size: 22px !important;
    font-size: 1.375rem !important;
    line-height: 160%;
    color: black;
    font-weight: normal;
    font-family: 'sansserifregular', Helvetica, Arial;
}

.blog .container_blog h3 {
    width: 70%;
}

.grid2er-horizontal h3 {
    max-width: 75% !important;
}

.container_blog h3 a {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-weight: normal;
}

.grid2er-horizontal h3 a:hover,
.container_blog h3 a:hover {
    text-decoration: none !important;
}

.postgrid2er .postgrid2er_text {
    z-index: 400;
    position: relative;
    width: 90%;
    margin: 0 5% 0 5%;
}

.grid2er-horizontal .postgrid2er-horiz_text {
    position: relative;
    width: 100%;
    margin: 0
}

.postgrid2er .postgrid2er_text p a,
.postgrid2er-horiz_text p a {
    font-family: 'ffscalaf-regular', Times, serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 140%;
    color: #393939;
}

.postgrid2er-horiz_text p a:hover {
    text-decoration: none;
}

.postgrid2er .vc_grid-item:first-of-type .postgrid2er_text {
    margin-top: -100px !important;
}

.postgrid2er .vc_grid-item:first-of-type:after {
    width: 136px;
    margin: 0 auto;
    border-bottom: 3px solid #393939;
}

.postgrid2er .vc_gitem-post-data-source-post_categories,
.grid2er-horizontal .vc_gitem-post-data-source-post_categories,
.container_blog .vc_gitem-post-category-name a {
    float: right;
    background-color: #0069b7;
    color: white !important;
    padding: 6px 8px 4px 8px;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.postgrid2er .vc_gitem-post-data-source-post_categories:hover,
.grid2er-horizontal .vc_gitem-post-data-source-post_categories:hover,
.container_blog .vc_gitem-post-category-name:hover {
    background-color: #71a5cb;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    color: white !important;
}

.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,
.postgrid2er .vc_gitem-post-data-source-post_categories span:hover,
.grid2er-horizontal .vc_gitem-post-data-source-post_categories span:hover,
.container_blog .vc_gitem-post-category-name a:hover {
    background-color: transparent !important;
    color: white !important;
}

.related_post {
    margin-top: 27px;
    background-color: #b3d2e8;
}

.related_post h4 {
    margin-top: 25px;
    background-color: #b3d2e8;
    font-size: 20px;
}

.vc_gitem-zone-a:hover,
a.vc_gitem-link:hover {
    opacity: 0.7 !important;
}

@media screen and (max-width:767px) {
    .grid2er-horizontal .vc_grid.vc_row .vc_grid-item {
        width: calc(100% - 1px) !important;
    }
}

/*	#############################
	1.04.2 Grid-Elemente */

.startseite_h2_bg h2 {
    line-height: 100px;
}

/*	#############################
	1.04.3 Blog-Elemente */

.container_blog article {
    flex: 0 0 46%;
    margin: 0 2% 0 2%;
    padding: 0;
}

.article_text .post-date p {
    margin-bottom: 5px !important;
    margin-top: 5px;
}

/*
.archive .article_text a p{
	margin-top:-20px;}
	
.archive.category .article_text a p{
	margin-top:20px;}
*/

.post-type-archive-termine .container_blog article {
    flex: 0 0 71%;
    margin: 35px auto 0 auto;
    padding: 0 2% 0 2%;
    background: #fff;
}

.post-type-archive-termine .container_blog article.schraffur:before {
    top: -17px;
    left: -10px
}

.post-type-archive-termine .container_blog article.schraffur:after {
    top: 17px;
    left: 10px
}

.post-type-archive-termine .container_blog {
    background: #fff;
    margin: 125px auto 75px auto;
}

.post-type-archive-termine .container_blog h3 {
    font-size: 22px;
    font-size: 1.375rem;
    color: black;
}

.post-type-archive-termine article {
    overflow: visible;
}

.post-type-archive-termine article:first-child {
    margin-top: 100px;
}

div.article_img {
    padding-bottom: 56%;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-type-archive-termine div.article_img {
    padding-bottom: 26%;
    background-position: center center;
    position: relative;
}

div.article_img.termine_uebersicht {
    width: calc(40% - 0px);
    float: left;
}

.termin_info_wrapper {
    padding: 0px 20px 0px 0px;
    background: #fff;
    float: left;
    width: calc(55% - 25px);
    margin-left: 20px;
}

.termin_info_wrapper p {
    margin-top: 8px;
    margin-bottom: 0px;
}

.acf-map {
    width: 100%;
    max-width: 960px;
    height: 400px;
    border: #ccc solid 0px;
    margin: 60px auto 20px auto;
}

.blog .container_blog,
.archive .container_blog {
    background-image: url(_img/illu-background-beige.jpg) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.blog .container_blog .inner,
.archive .container_blog .inner {
    display: flex;
    flex-flow: wrap;
}

.blog div.article_text {
    position: relative;
    padding-top: 20px;
}

div.article_text h3 {
    margin-top: -4px;
    max-width: 60% !important;
}

.archive div.article_text {
    display: inline-block;
    position: relative;
    padding-top: 20px;
    margin-bottom: 50px;
}

/*
.blog div.article_text p, .archive div.article_text p{
	margin-bottom:40px;
}
*/

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

.blog span.vc_gitem-post-category-name,
.archive span.vc_gitem-post-category-name {
    right: 0;
    top: 25px;
    position: absolute;
}

.blog span.vc_gitem-post-category-name a,
.archive span.vc_gitem-post-category-name a {
    margin-left: 0 !important;
}

.blog span.vc_gitem-post-category-name:hover a,
.archive span.vc_gitem-post-category-name:hover a {
    text-decoration: underline;
}

.container_blog h3,
.container_blog h3 a {
    line-height: 100%;
}

.post-type-archive-termine .container_blog h3,
.post-type-archive-termine .container_blog h3 a {
    font-family: 'sansserifbold', Helvetica, Arial !important;
}

.pagination {
    width: 100%;
}

.aeltere,
.neuere {
    margin-bottom: 30px;
    color: #0e69b2;
    font-size: 15px;
    font-size: 0.875rem;
    padding-top: 15px;
    font-weight: bold;
    display: inline-block;
    border-top: 1px solid #bfc9d8;
}

.aeltere {
    margin-left: 20px;
    float: right;
}

.neuere {
    margin-right: 20px;
}

@media screen and (max-width:480px) {
    .neuere {
        margin-left: 20px;
        float: left;
    }
}

.termin_single_wrapper a {
    font-family: 'ffscalaf-regular', Times, serif;
    color: #c21c4b;
}

.single-termine .ShariffHeadline p {
    display: none !important;
}

.single-termine .container .termin_single_wrapper {
    max-width: 960px;
    width: 100%;
    margin: 10px auto 0px auto;
}

.single-termine .container .termin_single_wrapper p,
.single-termine .container .termin_single_wrapper div,
.single-termine .container .termin_single_wrapper iframe{
    columns: 1;
    columns-gap: 40px;
    margin-bottom: 65px;
    max-width: 768px;
    width: 100%;
    margin: 10px auto 0px auto;
    display: block;
}

a.more {
    color: #0069b7;
    line-height: 160%;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
    display: inline-block;
    font-family: 'ffscalaf-regular', Times, serif;
}

.single-termine .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 1400px;
    overflow: hidden;
}

.post-type-archive-termine .container_blog article h3,
.post-type-archive-termine .container_blog article h3 a {
    line-height: 120%;
}

.home-wrapper-termin .vc_gitem-animated-block {
    display: none !important;
}

.home-wrapper-termin .vc_grid-item {
    float: left !important;
}

.home-wrapper-termin .vc_gitem-zone {
    background: #fff !important;
}

.home-wrapper-termin .vc_grid-item:first-of-type:after {
    content: " ";
    display: inline-block;
    position: absolute;
    height: 80px;
    width: 2px;
    right: 19px;
    top: 50px;
    background: #8c8c8c;
}

.home-wrapper-termin .vc_grid-item:last-of-type:after {
    content: " ";
    display: inline-block;
    position: absolute;
    height: 80px;
    width: 2px;
    left: -19px;
    top: 50px;
    background: #8c8c8c;
}

.home-wrapper-termin .vc_gitem-acf.field_5ac3cecb77578 {
    display: inline-block;
}

.home-wrapper-termin .vc_gitem-acf.field_5ac3cecb77578:after {
    content: "/ ";
    display: inline-block;
}

.home-wrapper-termin .vc_gitem-acf {
    line-height: 150%;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'ffscalaf-regular', Times, serif;
}

.home-wrapper-termin h4 a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'sansserifregular', Helvetica, Arial !important;
}

.home-wrapper-termin .vc_gitem-acf.field_5ad48db49db72 {
    display: inline-block;
    margin-left: 5px;
}

.terminwrapper {
    position: relative;
    margin: 35px auto 0 auto !important;
    width: 100%;
    max-width: 960px;
}

.termin-item {
    width: calc(33.333% - 60px);
    float: left;
    position: relative;
    padding: 0 30px 30px 30px;
}

.termin-item h4 a {
    color: #393939 !important;
}

.termin-item h4 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.terminwrapper {
    margin-top: 35px;
}

.terminwrapper .termin-item:first-of-type:after {
    content: " ";
    display: inline-block;
    position: absolute;
    height: 80px;
    width: 2px;
    right: 3px;
    top: 50px;
    background: #8c8c8c;
}

.terminwrapper .termin-item:last-of-type:after {
    content: " ";
    display: inline-block;
    position: absolute;
    height: 80px;
    width: 2px;
    left: -3px;
    top: 50px;
    background: #8c8c8c;
}

@media screen and (max-width:767px) {
    .home-wrapper-termin .vc_grid-item {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home-wrapper-termin .vc_grid-item:first-of-type:after {
        height: 2px;
        width: 80px;
        right: 0px;
        left: -40px;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        bottom: -5px;
    }

    .home-wrapper-termin .vc_grid-item:last-of-type:after {
        height: 2px;
        width: 80px;
        right: 0px;
        left: -40px;
        margin-left: auto;
        margin-right: auto;
        top: -30px;
        bottom: auto;
    }

    .post-type-archive-termine .container_blog article {
        flex: 0 0 96%;
        margin: 60px auto 0 auto;
        padding: 0 2% 0 2%;
    }

    .termin_info_wrapper {
        padding-left: 25px;
    }

    .single-termine .container .termin_single_wrapper p {
        columns: 1;
    }

    .container_blog article {
        flex: 0 0 96%;
    }

    .single-termine .container .termin_single_wrapper p {
        margin-bottom: 20px;
    }

    .post-type-archive-termine div.article_img {
        margin-left: 30px;
        margin-bottom: 15px;
        margin-top: 20px;
        width: calc(50% - 0px);
        float: left;
        padding-bottom: 32%;
    }

    .slider_termine {
        margin-bottom: 0;
    }

    .post-type-archive-termine .container_blog {
        margin: 45px auto 25px auto;
    }

    .slider_termine h1 {
        padding-top: 125px;
    }

    .termin-item {
        width: calc(100% - 60px);
        float: left;
        z-index: 11;
    }

    .home-wrapper-termin .termin-item:first-of-type:after {
        height: 2px;
        width: 80px;
        right: 0px;
        left: -40px;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        bottom: 3px;
    }

    .home-wrapper-termin .termin-item:last-of-type:after {
        height: 2px;
        width: 80px;
        right: 0px;
        left: -40px;
        margin-left: auto;
        margin-right: auto;
        top: -42px;
        bottom: auto;
    }
}

/*	#############################
	1.05 Navigation (Kleine Navigation, SM Navigation, Haupt Navigation, Footer Navigation) */

#small_menu {
    float: left;
}

#small_menu>ul>li>ul.normal-sub {
    width: 140px !important;
    border-top: 2px #0069B7 solid;
    padding: 20px 5px 5px 5px;
}

#small_menu>ul>li>ul.normal-sub li:first-child {
    border-top: 0px #0069B7 solid;
    padding-top: 0px;
}

#small_menu>ul>li:hover ul.normal-sub:before {
    padding-top: 15px;
    width: 19px;
    height: 10px;
    background: red;
    margin-top: -34px;
    margin-left: 10px;
    background: url('_img/arrow_up.svg') no-repeat;
    background-size: 20px 12px;
}

#small_menu li a:hover {
    color: #0069B7 !important;
}

@media screen and (max-width:680px) {
    #small_menu {
        display: none;
    }
}

#small_menu ul {
    margin: 0;
}

#small_menu li {
    display: inline-block;
    border-right: 0px solid #393939;
    margin: 0 2px 0 0 !important;
    padding: 0 5px 0 0 !important;
}

#small_menu>ul>li:first-child:hover,
#small_menu>ul>li:nth-child(2):hover {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#small_menu>ul>li:first-child:hover>a,
#small_menu>ul>li:nth-child(2):hover>a {
    color: #393939 !important;
}

#small_menu>ul>li>a:after {
    content: "|";
    padding-left: 6px;
    display: inline-block;
}

#small_menu>ul li:last-child>a:after {
    content: "";
}

#small_menu li:last-child {
    border-right: 0px solid #393939;
    padding-bottom: 15px;
}

#small_menu li a {
    text-decoration: none;
    color: #393939;
    font-family: 'sansserifregular', Helvetica, Arial;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0px 0 20px 0;
}

#small_widgets {
    float: right;
}

#small_widgets:after {
    clear: both;
}

#searchform .searchform_field,
#mobilesearchform .searchform_field  {
    border: 0px;
    background-color: #f3f1f1;
    height: 20px;
    padding: 0 20px 0 3px;
    margin: 0;
    font-family: 'sansserifregular', Helvetica, Arial;
    font-size: 12px;
    font-size: 0.75rem;
    color: #393939 !important;
}

#searchform .searchform_field::-webkit-input-placeholder, 
#mobilesearchform .searchform_field::-webkit-input-placeholder{
    /* Chrome/Opera/Safari */
    color: #393939;
}

#searchform .searchform_field::-moz-placeholder,
#mobilesearchform .searchform_field::-moz-placeholder {
    /* Firefox 19+ */
    color: #393939;
}

#searchform .searchform_field:-ms-input-placeholder,
#mobilesearchform .searchform_field:-ms-input-placeholder {
    /* IE 10+ */
    color: #393939;
}

#searchform .searchform_field:-moz-placeholder,
#mobilesearchform .searchform_field:-moz-placeholder {
    /* Firefox 18- */
    color: #393939;
}

#searchform .searchform_lupe,
#mobilesearchform .searchform_lupe {
    background-image: url(_img/btn_lupe.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    border: 0px solid black;
    margin: 0px 0 -2.5px -18px;
    padding: 2px 0 2px 0;
    background-color: transparent;
}

.menu_container {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    border-top: 1px solid #393939;
}


/*Mobile Search*/
#mobilesearchform{
    display: none;
    float: right!important;
    top: 30px!important;
    right: 65px!important;
    position: fixed;
    width: 135px;
}

#mobilesearchform .searchform_lupe {
    position: absolute;
    top:7.5px;
    RIGHT:0px;
    z-index:11;
}

/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    #mobilesearchform .searchform_lupe {
        RIGHT:3.5px;
    }
}
 /* CSS specific to iOS devices */ 
@supports (-webkit-touch-callout: none) {
    #mobilesearchform .searchform_lupe {
        RIGHT:7.5px;
    }
    #mobilesearchform{
        right: 60px!important;
    }
  }

#mobilesearchform .searchform_field{
    height: 28px;
    padding-left: 7.5px;
}

@media screen and (max-width:880px) {
    #mobilesearchform{
        display: block;
    } 
}

/*Sticky nav*/
/*
#sticky-phantom {
    background: #f1f1f1;
  	height:115px;
    position: relative;
	margin: 0 auto;
	width: 100%;
	width: calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	width: -moz-calc(100% - 0px);
	width: -o-calc(100% - 0px);
	max-width: 940px;
    visibility: hidden;
	display:none;
}

#kk-content-phantom {
    background: #f1f1f1;
  	height:115px;
    position: relative;
	margin: 0 auto;
	width: 100%;
	width: calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	width: -moz-calc(100% - 0px);
	width: -o-calc(100% - 0px);
	max-width: 960px;
    visibility: hidden;
	display:none;
}


.menu_container.stick{
    position: fixed !important;
    top: 0;
	left:0;
	height:65px;
	background:#fff;
	margin:auto;
	right:0;
	z-index:100;
}

.menu_container.stick .header_logo img{
	height:65px;
	width:auto;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;}*/

header.stickys .breadcrumb {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header.stickys {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin-top: -60px !important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

/*
.sticky_stopper:not(:root:root) {
    margin-top: -0px !important;
    
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sticky_stopper {
        margin-top: 0px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:880px) {
    .sticky_stopper {
        margin-top: -80px !important;
    }
}
*/

@-moz-document url-prefix() {
    .sticky_stopper {
        padding-top: 190px !important;
    }
}

.sticky_stopper:not(.no_illu) .vc_column-inner {
    margin-top:
        /*-180px*/
        -50px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sticky_stopper.no_illu {
        margin-top: -150px !important;
        padding-top: 440px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:880px) {
    .sticky_stopper.no_illu {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

.sticky_stopper.no_illu:not(:root:root) {
    margin-top: -280px !important;
    padding-top: 380px !important;
}

@media screen and (max-width:880px) {
    div.vc_column-inner.stickynow {
        position: relative !important;
        top: 0 !important;
    }

    header {
        margin-top: -60px !important;
    }

    .sticky .sticky-placeholder {
        display: none;
    }

    .sticky-placeholder {
        height: 87px !important;
    }

    .sticky_stopper.no_illu {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .sticky_stopper:not(:root:root) {
        margin-top: 0px !important;
    }

    .sticky_stopper.no_illu:not(:root:root) {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 85px !important;
}

/*-----*/

.menu_container nav {
    margin: 15px 0 0 0;
    width: 100%;
}

.menu_container nav ul {
    padding: 0;
    margin: 0;
}

.menu_container nav li {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0 0 0 0px !important;
    text-align: center;
    vertical-align: top;
}

.menu_container nav li a {
    text-decoration: none;
    font-family: 'ffscalaf-regular', Times, serif !important;
    font-size: 18px;
    line-height: 160%;
    color: #393939;
}

.menu_container nav li.description a {
    font-family: 'ffscalaf-regular', Times, serif !important;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 100%;
    color: #0069B7;
}

.menu_container nav li p.menu-item-description {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #393939;
    opacity: 1;
    z-index: 9999999;
}

@media screen and (max-width:960px) {
    .menu_container nav ul {
        padding: 0 15px;
        /*width: calc(100% - 30px);
		width: -o-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);*/
    }
}

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

    /*.menu_container nav ul {
	padding: 15px !important;
	width: calc(100% - 30px) !important;
		width: -o-calc(100% - 30px) !important;
		width: -moz-calc(100% - 30px) !important;
		width: -webkit-calc(100% - 30px) !important;
}*/
    .menu_container nav li {
        margin: 0 0 0 0px !important;
    }

    p.menu-item-description,
    ul[data-depth="2"] div.responsive-menu-pro-subarrow {
        display: none !important;
    }

    ul[data-depth="3"] {
        display: block !important;
    }

    ul[data-depth="2"] li.responsive-menu-pro-item-has-children>a.responsive-menu-pro-item-link {
        display: none !important;
    }

    div.responsive-menu-pro-subarrow {
        width: 100% !important;
        background: transparent !important;
        text-align: right !important;
        color: #393939 !important;
        border-left: 0px solid #212121 !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow:after {
        content: "▾";
        display: block;
        position: absolute;
        top: 0px;
        right: 20px;
        color: #0069B7;
        border: 0px solid red;
    }

    #responsive-menu-pro {
        padding-top: 10px !important;
    }

    .menu-item-object-yawp_wim {
        display: none !important;
    }

    .responsive-menu-pro-item-link {
        text-align: left !important;
    }

    .menu_container nav li a {
        font-size: 20px !important;
        font-size: 1.25rem !important;
    }
}

#responsive-menu-pro-container .responsive-menu-pro-submenu a {
    font-size: 16px !important;
    font-size: 1rem !important;
}

#responsive-menu-pro-container a {
    margin-top: 1px;
}

#responsive-menu-pro-container .nav_small a {
    font-size: 16px !important;
    line-height: 34px !important;
}


/*New Mobile Menu*/

@media screen and (min-width:881px){
    .burger, .mobile-nav-wrap{
        display: none !important;
    }
}

@media screen and (max-width:880px){
    #nav_main{
        display: none;
    }
}

.burger{
    float: right!important;
    top: 5px!important;
    right: 10px!important;
    width: 55px;
height: 55px;
position: relative;
top: 0;
right: 5%;
display: inline-block;
transition: transform 0.5s,background-color 0.5s;
z-index: 11111;
display: flex;
align-items: center;
justify-content: center;
}

#hamburger-icon {
    width: 25px;
    height: 16px;
    position: relative;
    display: block;
    margin-top: -3px;
}

#hamburger-icon .line {
    display: block;
    background-color: rgba(0,105,183,1);
    width: 25px;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
    top: 0;
}

#hamburger-icon .line.line-2 {
    top: 50%;
}

#hamburger-icon .line.line-3 {
    top: 100%;
}

#hamburger-icon.active .line-1 {
    transform: translateY(8px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
    opacity: 0;
}

#hamburger-icon.active .line-3 {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.mobile-nav-wrap{
    position: fixed;
    width: calc(100% - 20px) !important;
    transform: translateX(-100%);
    background-color: white;
    height: calc(100vh - 85px);
    overflow: scroll;
    top: 0;
    left:0;
    margin-top: 85px;
    transition: 0.5s all;
    padding: 0px 10px 0 10px;
    background-image: url(https://www.ci-romero.de/wp-content/themes/FGR/_img/illu-buntestriche.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 266px 358px;
    scrollbar-width: 0;
}

.mobile-nav-wrap::-webkit-scrollbar {
    display: none;
  }

.mobile-nav-wrap.open{
    transform: translateX(0%);
}

.mobile-nav-wrap #nav_mobile{
    padding: 0px !important;
}

.mobile-nav-wrap #nav_mobile li{
    width: 100%;
    text-align: left !important;
    margin: 0.5px 0 !important;
    position: relative;
   
}

.mobile-nav-wrap #nav_mobile > li{
    background-color: rgba(255,255,255,.5);
}

.mobile-nav-wrap #nav_mobile > li:hover{
    background-color: transparent;
}

.mobile-nav-wrap #nav_mobile > li > ul > li:hover{
    background-color: #fff;
}

.mobile-nav-wrap li a{
    display: block;
    padding: 5px 5px;
    transition: 0.25s all;
}

.mobile-nav-wrap li a:hover{
    color: #0069B7;
}

.mobile-nav-wrap .nav_small a {
    font-size: 16px !important;
    padding: 8.5px 5px !important;
}


.mobile-nav-wrap .sub-menu {
    display: none;
  }
  
  .mobile-nav-wrap.sub-menu li{
    margin: 0;
    padding: 0px 0;
  }
  
  
  /*Accordion-Section*/
  
  .toggle-sub {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 12.5px;
    z-index: 11;
    cursor: pointer;
    background: url(../_img/arrow-nav.svg) no-repeat center center;
    background-size: contain;
    transform-origin: left center;
  }
  .toggle-sub:after {
  content: "▾";
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    color: #0069B7;
  }
  
  .toggle-sub.active {
    transform: scaleY(-1);
  }
  
  @media screen and (max-width:767px){
    .toggle-sub {
      width: 15px;
    }
  }

/*	############################# Search Form*/

.search-title {
    text-align: center;
}

.search-results hr {
    margin: 35px 0;
}

.search-results h4 {
    font-weight: bold;
}

.container.search-results {
    padding-top: 0;
    margin-bottom: 50px;
    padding: 10px 30px;
    width: 100%;
    width: calc(100% - 60px) !important;
    width: -o-calc(100% - 60px) !important;
    width: -moz-calc(100% - 60px) !important;
    width: -webkit-calc(100% - 60px) !important;
}

.search_result_context strong,
.search-highlight,
.search-excerpt {
    font-weight: normal;
    background: yellow;
}

.search_result_context * {
    display: inline;
}

.search_result_context br {
    display: none;
}

/*	#############################
	1.06 Buttons */

.vc_custom_heading h3 a,
.vc_gitem-post-category-name a,
.grid2er-horizontal h3 a,
.teaser p a,
.vc_custom_1527857453150 a {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.grid2er-horizontal h3 a,
h5 a,
.teaser p a,
.vc_custom_1527857453150 a,
.siegel-box a {
    color: #393939 !important;
}

h5 a {
    font-family: 'sansserifbold', Helvetica, Arial !important;
}

.vc_custom_1522079327542 .wpb_wrapper a.btn_black {
    color: #fff !important;
}

.btn_red {
    display: inline-block;
    color: white !important;
    background-color: #c21c4b;
    text-decoration: none;
    padding: 15px 20px;
    margin: 5px 20px 5px 20px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
}

.btn_red:hover {
    background-color: #e08da5;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
}

.btn_blue {
    display: inline-block;
    color: white !important;
    background-color: #0069b7;
    text-decoration: none;
    padding: 15px 20px;
    margin: 5px 20px 5px 20px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
}

.btn_blue:hover {
    background-color: #71a5cb;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
}

.btn_white {
    display: inline-block;
    color: #0069b7;
    background-color: white;
    text-decoration: none;
    padding: 15px 20px;
    margin: 0;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
}

.btn_white:hover {
    background-color: #71a5cb;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
    color: white;
}

.btn_petrol {
    display: inline-block;
    color: white !important;
    background-color: #0091a0;
    text-decoration: none;
    padding: 15px 20px;
    margin: 0 20px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
}

.btn_petrol:hover {
    background-color: #55bdc8;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
}

.btn_black {
    display: inline-block;
    color: white !important;
    background-color: #393939;
    text-decoration: none;
    padding: 15px 20px;
    margin: 0 20px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
}

.btn_black:hover {
    background-color: #7e7e7e;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
}

.related_post .wpb_wrapper a,
.vc_custom_1522059216834 .wpb_wrapper a {
    color: #393939 !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.btn_yellow {
    display: inline-block;
    color: #393939 !important;
    background-color: #f2fc00;
    text-decoration: none;
    padding: 15px 20px;
    margin: 0 20px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
}

.btn_yellow a {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    color: #393939 !important;
}

.btn_yellow:hover {
    background-color: #f4f894;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
}

.btn_quad a {
    display: inline-block;
    background-color: #0069b7;
    width: 17%;
    margin: 0 1% 0 1%;
    height: 105px;
    vertical-align: bottom;
    color: white;
    font-size: 14px;
}

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

/*	#############################
	1.07 Wordpress Klassen */

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

/*	#############################
	1.08 Form Mail 7 */

.wpcf7-submit {
    display: inline-block;
    color: white;
    background-color: #0069b7;
    text-decoration: none;
    padding: 15px 20px;
    margin: 0 20px;
    font-family: 'sansseriflightregular', Helvetica, Arial;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
    border: none;
}

.wpcf7-submit:hover {
    background-color: #71a5cb;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
}

.wpcf7-text,
.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    background-color: #f3f1f1;
    border: none;
    padding: 10px 15px;
    width: 100%;
    width: calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    font-family: 'sansseriflightregular', Helvetica, Arial
}

.wpcf7-select {
    color: #aaa;
    width: calc(100% - 0px) !important;
    width: -o-calc(100% - 0px) !important;
    width: -moz-calc(100% - 0px) !important;
    width: -webkit-calc(100% - 0px) !important;
}

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

.wpcf7-list-item-label {
    line-height: 160% !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-family: 'ffscalaf-regular', Times, serif !important;
}

.recaptcha-info {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    margin-left: 0em;
    line-height: 180%;
    margin-top: 10px;
    margin-bottom: 25px;
    font-family: 'ffscalaf-regular', Times, serif !important;
}

.grecaptcha-badge {
    display: none !important;
}

.wpcf7 textarea {
    background-color: #f3f1f1;
    border: none;
    padding: 10px 15px;
    width: 100%;
    width: calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    font-family: 'sansseriflightregular', Helvetica, Arial
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    font-size: 0.875rem !important;
}

.wpcf7 input::-webkit-input-placeholder,
.woocommerce-page.post-type-archive textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.wpcf7 input::-moz-placeholder,
.woocommerce-page.post-type-archive textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.wpcf7 input:-ms-input-placeholder,
.woocommerce-page.post-type-archive textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.wpcf7 input:-moz-placeholder,
.woocommerce-page.post-type-archive textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.wpcf7 button[value] {
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.label_icon_view .letter {
    display: none;
}

.label_icon_view img {
    max-height: 125px;
    height: auto;
    width: 100%;
    font-size: 12px;
    margin: 5px;
    max-width: 125px;
}

.label_icon_view p.teaser,
img.no_icon {
    display: inline !important;
    margin-bottom: 0;
}

.label_icon_view p.teaser {
    height: 125px;
}

.label_icon_view .wpb_wrapper {
    columns: 1 !important;
}

.label_icon_view p.teaser br {
    display: none;
}

.label_icon_view p.teaser a {
    height: 120px;
    width: 125px;
    display: inline-table;
}

img.no_icon {
    font-family: 'Helvetica';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    font-size: 0px;
    display: block;
    position: relative;
}

img.no_icon:before {
    content: """ "attr(alt);
    font-size: 10px;
    color: rgb(100, 100, 100);
    display: block;
    position: absolute;
    z-index: 2;
    top: -75px;
    left: 0;
    height: 100px;
    width: 115px;
    border-radius: 60px;
    padding: 5px;
    background: #ccc;
}

.siegel_box ul {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.siegel_box ul li {
    display: inline;
}

.siegel_box ul li a {
    background-color: #fff !important;
    display: inline;
    font-family: 'sansseriflightregular', Helvetica, Arial;
    width: auto;
}

.siegel_box ul li a:hover {
    text-decoration: underline !important
}

.siegel_box ul li.vc_active a {
    text-decoration: underline !important
}

@media screen and (max-width:767px) {
    .label_icon_view .wpb_wrapper {
        columns: 1 !important;
    }

    .datenbank_liste .wpb_wrapper {
        display: block !important;
    }
}

/*Protestmail*/

.protestmail {
    max-width: 768px;
    margin: 0 auto;
}

.protestmail .wpcf7-list-item-label {
    margin-right: 10px;
}

.protestmail input[type="checkbox"] {
    margin-right: 3px;
}

.conditional input {
    background: white;
    border-bottom: 1px solid #aaa;
    max-width: 300px !important;
}

.conditional {
    margin-top: -7.5px;
}

/*	#############################
	1.09 Cleverreach */

.newsletter_form input {
    background-color: #f3f1f1;
    border: none;
    margin-bottom: 15px !important;
    padding: 10px 15px;
    width: 100%;
    width: calc(100% - 30px) !important;
    width: -o-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    font-family: 'sansseriflightregular', Helvetica, Arial
}

.newsletter_form {
    margin-top: 20px !important;
}

.newsletter_form [type="submit"] {
    display: inline-block;
    color: white;
    background-color: #0069b7;
    text-decoration: none;
    padding: 15px 20px;
    margin: 0 20px;
    font-family: 'sansseriflightregular', Helvetica, Arial;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
    border: none;
}

.newsletter_form [type="submit"]:hover {
    background-color: #71a5cb;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-decoration: none;
}

/*	#############################
	1.12 Footer */

.footer_stayconnect {
    clear: both;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 50px 0;
}

.footer_stayconnect img {
    margin: 0 10px 0 10px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    width: 58px;
    height: 58px;
}

@media screen and (max-width:767px) {
    .footer_stayconnect img {
        margin: 0 5px 0 5px;
        width: 30px;
        height: 30px;
    }

    .footer_adresse .columns2,
    .footer_adresse .columns4 {
        display: block;
        width: 100% !important;
        width: calc(100% - 40px) !important;
        width: -o-calc(100% - 40px) !important;
        width: -moz-calc(100% - 40px) !important;
        width: -webkit-calc(100% - 40px) !important;
    }
}

.footer_stayconnect img:hover {
    opacity: 0.8;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    transform: scale(0.9);
}

.footer_trenner {
    background: url(_img/cir-trenner-content.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 840px;
    width: 100%;
    height: 9px;
    position: relative;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    opacity: 0.5;
}

.footer_adresse {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}

.footer_adresse p {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer_adresse .columns4 {
    position: relative;
    display: inline-block;
    width: 27.5%;
    width: calc(27.5% - 40px);
    width: -o-calc(27.5% - 40px);
    width: -moz-calc(27.5% - 40px);
    width: -webkit-calc(27.5% - 40px);
    margin: 0;
    padding: 20px;
    vertical-align: top;
}

.footer_adresse .columns2 {
    position: relative;
    display: inline-block;
    width: 44%;
    width: calc(44% - 40px);
    width: -o-calc(44% - 40px);
    width: -moz-calc(44% - 40px);
    width: -webkit-calc(44% - 40px);
    margin: 0;
    padding: 20px;
    vertical-align: top;
}

.footer_adresse .columns2 img {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 12.5px;
}

footer {
    position: relative;
    margin: 0 auto;
    max-width: 1255px;
    width: 100%;
    height: 68px;
    background: url(_img/footer_bg.jpg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer_nav {
    float: left;
    position: relative;
    top: 27px;
    left: 50px;
    z-index: 2;
}

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

.footer_nav li {
    display: inline-block;
    border-right: 1px solid white;
    margin: 0 7px 0 0;
    padding: 0 10px 0 0;
}

.footer_nav li:last-child {
    border-right: 0px solid white;
}

.footer_nav li a,
.footer_copyright,
.footer_backtop a {
    color: white;
    font-size: 14px;
    font-size: 0.875rem;
}

.footer_copyright {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 23px;
    text-align: center;
}

@media screen and (max-width:880px) {
    .footer_copyright {
        display: none;
    }

    .footer_backtop {
        right: 50px !important;
    }
}

@media screen and (max-width:767px) {
    .footer_backtop {
        display: none !important;
    }
}

.footer_backtop {
    float: right;
    position: relative;
    top: 27px;
    right: 130px;
}

.footer_backtop img {
    margin-left: 20px;
}

/*Shop Styling*/


.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce-products-header {
    display: none !important;
}

div.container_shop {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    display: table;
}

/*Featured Products*/

.tax-product_cat .featured-products,
.tax-product_tag .featured-products,
.tax-pa_format .featured-products {
    display: none !important
}

.featured-products {
    background-color: rgba(238, 239, 232, 0.75);
    margin: 16px 10px 45px 10px;
    width: calc(100% - 80px);
}

.featured-products:before {
    top: -17px;
    left: 17px;
}

.featured-products:after {
    top: 17px;
    right: 17px;
}

.featured-products .title.toggle {
    display: none;
}

.featured-products .product_list_widget {
    margin: -8px 10px -8px 10px !important;
    display: table !important;
}

.featured-products .product_list_widget li {
    float: left;
    width: calc(33.3333% - 25px);
    margin: 11.5px !important;
}

@media screen and (max-width:991px) {
    .featured-products {
        margin-top: 40px;
        width: calc(100% - 20px);
    }

    .featured-products .product_list_widget li {
        width: calc(50% - 25px);
    }

    .featured-products .product_list_widget li:last-of-type {
        display: none !important;
    }
}

.featured-products .product_list_widget li img {
    float: left !important;
    height: auto !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

.featured-products .product-title {
    font-family: 'sansserifregular', Helvetica, Arial !important;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 35px;
    margin-left: 3px !important;
}

.featured-products span.woocommerce-Price-amount.amount:before {
    content: "Preis" !important;
    position: absolute !important;
    top: -15px !important;
    left: 0 !important;
    font-size: 8px !important;
    font-size: 0.5rem !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.featured-products .product_list_widget .wc-gzd-additional-info,
.featured-products .product_list_widget p.price-unit,
.featured-products .product p.wc-gzd-additional-info {
    margin-left: 0px !important;
    margin-bottom: -2px !important;
    margin-top: -2px !important;
    font-size: 8px !important;
    font-size: 0.5rem !important;
    font-weight: 400 !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.featured-products .wc-gzd-additional-info.shipping-costs-info a {
    font-weight: 400 !important;
}

.featured-products span.woocommerce-Price-amount.amount {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-weight: 400 !important;
    margin-bottom: .5em !important;
    font-size: .857em !important;
}

/**/

#shop_top_sidebar {
    max-width: 720px;
    padding: 15px 8px 15px 15px;
    margin: 0 auto;
}

.woocommerce-product-search {
    background-color: #b3d2e8;
    padding: 15px 8px 15px 15px;
}

.search-field {
    width: calc(80% - 20px);
    border: 0px solid transparent !important;
    padding: 10px;
    margin-right: 10px;
}

div#shop_sidebar {
    width: calc(20% - 20px);
    padding: 10px;
    float: left;
    margin-top: 24px;
}

div#shop_sidebar .current-cat a {
    text-decoration: underline;
}

.post-type-archive-product .product p.wc-gzd-additional-info,
.archive .product p.wc-gzd-additional-info {
    margin-left: 7.5px !important;
    margin-bottom: 0px !important;
    margin-top: 2px !important;
    font-size: 8px !important;
    font-size: 0.5rem !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.post-type-archive-product a.product_type_variable {
    display: none !important;
}

body.tax-product_cat .wc-gzd-additional-info,
body.tax-product_tag .wc-gzd-additional-info {
    margin-left: -4px !important;
    margin-bottom: 0px !important;
    margin-top: 2px !important;
}

.post-type-archive-product .button.product_type_variable.add_to_cart_button {
    display: none;
}

div#shop_sidebar .title.toggle {
    display: block;
    padding: 10px 15px;
    background-color: #b3d2e8;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

div#shop_sidebar .content {
    display: none;
}

div#shop_sidebar .sidebar-box:first-child .content {
    display: block;
}

.cart-button {
    font-size: 100%;
    margin: 10px auto 40px auto;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce.columns-4,
.content-area {
    width: calc(80% - 10px);
    padding: 10px 5px;
    float: left;
    margin-top: 8px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    float: left;
    width: calc(33% - 10px);
    padding: 0px 5px 0px 5px;
}

.entry-summary {
    float: left;
    /*width: calc(67% - 20px);*/
    padding: 0px 10px 10px 10px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    /*width:100% !important;*/
}

div.container_shop button[type="submit"] {
    background-color: #0069B7 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: #fff;
    border: 0px solid transparent !important;
    height: 45px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

#shop_top_sidebar button[type="submit"] {
    background-color: #0069B7 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: #fff;
    width: 20%;
    max-width: 156px;
    border: 0px solid transparent !important;
    height: 39px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

div.product_meta,
form.cart,
.woocommerce ul.products li.product .price,
span.woocommerce-Price-amount.amount {
    position: relative;
    display: inline-block !important;
}

div.product_meta {
    margin-left: -4px;
}

.quantity {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0 !important;
}

@media screen and (min-width:768px) {
    .quantity {
        float: left;
    } 
}

.both-product-types .somdn-download-form {
    margin-left: 2px;
    margin-top: -2px;
}

.quantity br {
    display: none;
}

.quantity input {
    padding: 9px 0 10px 0;
    margin-left: -0.5px;
    background: #e8ebf1 !important;
    display: inline-block;
    border: 0px solid transparent !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    margin-right: 0px;
}

.quantity:before {
    content: "Menge";
    position: absolute;
    top: -4px;
    font-size: 8px;
    font-size: 0.5rem;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.variations .label label:after {
    content: ":";
    display: inline-block;
}

#pa_format {
    -webkit-appearance: none;
    padding: 10px 10px 10px 10px;
    border: 0px solid transparent;
    appearance: none;
    background: #e8ebf1 url('_img/arrow_up_shop.svg') right 12.5px center no-repeat;
    background-size: 10px 10px;
}

body.tax-pa_format .button.product_type_variable.add_to_cart_button {
    display: none;
}

.term-printprodukt #shop_sidebar .format .content a:last-child,
.term-download #shop_sidebar .format .content a:first-child {
    text-decoration: underline !important;
}

span.woocommerce-Price-amount {
    background: #e8ebf1 !important;
    padding: 10px;
    color: black;
}

span.woocommerce-Price-amount.amount:before {
    content: "Preis";
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 8px;
    font-size: 0.5rem;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

/*Neue Preisanzeige Januar 2019 Anfang*/

.pa_format-download:not(.pa_format-printprodukt) span.woocommerce-Price-amount.amount:before {
    content: "Preis (Digital)" !important;
}

.pa_format-printprodukt span.woocommerce-Price-amount.amount:before {
    content: "Preis (Print)" !important;
}

/*Wenn ein Produkt das sowohl als Download und Printprodukt mit zwei Preisen (unterschiedliche Preise) zeitgleich angezeigt wird, setze den ersten auf Digital*/

.both-types span.woocommerce-Price-amount:first-child:before {
    content: "Preis (Digital)" !important;
}

/* Übersichtsseite: Wenn ein Produkt das sowohl als Download und Printprodukt mit einem Preis (gleicher Preis) angezeigt wird, zeige beide Preistypen an*/

.pa_format-download.pa_format-printprodukt span.price:not(.both-types) span.woocommerce-Price-amount.amount:before {
    content: "Preis (Digital/Print)" !important;
    width: 125px !important;
}

/* singleseite: Wenn ein Produkt das sowohl als Download und Printprodukt mit einem Preis (gleicher Preis) angezeigt wird, zeige Standardbezeichnung*/

.single-product .pa_format-download.pa_format-printprodukt p.price:not(.both-types) span.woocommerce-Price-amount.amount:before {
    content: "Preis" !important;
}

/*Tauschen von Print und Digitalpreis wenn beides vorhanden*/

.single-product p.price.both-types {
    display: table !important;
    color: white !important
}

p.price.both-types span:last-child {
    float: left !important;
}

p.price.both-types span:first-child {
    float: right !important;
    margin-left: 11.5px !important;
}

p.price.both-types span.woocommerce-Price-amount.amount:nth-child(1):after {
    content: "/";
    position: absolute;
    left: -17.5px;
    top: -0px;
    padding: 2.5px;
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

p.price span.woocommerce-Price-amount.amount:nth-child(2):after {
    content: "" !important;
}

/*Neue Preisanzeige Januar 2019 Ende*/
/*Download Digitale Produkte Start*/

.post-type-archive-product ul.products li.product a.product_type_simple,
.\33 er_shopteaser a.product_type_simple,
.tax-product_cat ul.products li.product a.product_type_simple,
.archive.tax-product_tag a.product_type_simple,
.tax-pa_format ul.products li.product a.product_type_simple {
    display: none !important;
}

.close-modal {
    position: absolute;
    top: 35px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding-top: 6px;
    border-radius: 17px !important;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

.modal-modal.newsletter_form {
    margin-top: 0px !important;
}

.mask-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    visibility: hidden;
    background-color: transparent;
    opacity: 0;
    transition: 0.7s;
    overflow: scroll !important;
}

.modal-modal a {
    text-decoration: underline !important;
}

.modal-modal small {
    margin: 20px 0 20px 0;
    display: block;
    text-align: left;
    line-height: 150%;
}

.modal-inner h3,
.modal-inner h6 {
    margin-bottom: 20px;
}

.modal-inner {
    width: calc(100% - 100px);
    height: calc(100% - 0px);
    padding: 50px;
    max-width: 768px;
    margin: 0 auto;
    display: table;
    position: relative;
}

.inner-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.modal-inner .modal-inner-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.somdn-download-wrap-variable {
    padding-top: 0px !important;
}

.somdn-download-wrap {
    margin-left: 3px;
    margin-top: 2px;
}

.modal-modal {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    background: url('_img/bg-modal.png') rgba(255, 255, 255, 0.9);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: scroll;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
}

.modal-modal.newsletter_form .btn,
.modal-modal.newsletter_form  button{
    text-decoration: none !important;
}

.modal-modal.newsletter_form .btn{
    margin-top: -10px;
}

@media screen and (min-width:768px) {
    .modal-modal.newsletter_form form .editable_content > div:first-of-type,
    .modal-modal.newsletter_form form .editable_content > div:nth-of-type(2){
        width: 50%;
        float:left;
    }   
}


.single-product .product .summary .somdn-download-wrap button[type="submit"] {
    background: #a8d9df !important;
    text-transform: uppercase !important;
}

.somdn-download-form button {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    color: #4a4e4f !important;
    background: #a8d9df !important
}

.somdn-download-form button:hover {
    background: #a8d9df !important
}

.active-modal {
    visibility: visible;
    opacity: 1;
}

.active-modal+.modal-modal {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
} 

/*Download Digitale Produkte end*/

body.tax-product_cat span.woocommerce-Price-amount.amount:before,
body.tax-product_tag span.woocommerce-Price-amount.amount:before {
    top: -25px;
}

.price span.woocommerce-Price-amount.amount:nth-child(2):after {
    content: "/";
    position: absolute;
    left: -15px;
    top: 7.5px;
    padding: 2.5px;
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

p.price span.woocommerce-Price-amount.amount:nth-child(2):after {
    top: 1px;
    left: -16px;
}

ins span.woocommerce-Price-amount.amount:before {
    content: "Aktionspreis";
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}

span.price {
    height: 35px;
}

.woocommerce div.product p.stock,
.sku_wrapper {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    background-color: #a8d9df !important;
    color: #4a4e4f !important;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    border-radius: 0px !important;
    display: inline-block;
}

.woocommerce-result-count {
    display: none !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

.post-type-archive .woocommerce ul.products li.product p.price {
    display: none !important;
}

.ShariffHeadline p {
    text-align: center !important;
}

.product_meta .posted_in {
    display: none !important;
}

.tagged_as {
    display: none !important;
}

select.orderby {
    display: none !important;
}

.product_title.entry-title {
    font-family: 'sansserifbold', Helvetica, Arial !important;
    font-size: 22px;
    font-size: 1.375rem;
    color: black;
    line-height: 125%;
}

div#shop_sidebar .title.toggle:after {
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-size: 12px;
    font-size: 0.75rem;
    content: "▾";
    display: inline-block;
    float: right;
    margin-top: 2px;
}

div#shop_sidebar .btn_blue {
    display: inline-block;
    color: white;
    background-color: #0069b7;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 0px;
    width: calc(100% - 40px);
    font-family: 'sansseriflightregular', Helvetica, Arial;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    text-align: center;
}

ul.product-categories {
    padding-left: 0;
    font-size: 0px;
}

ul.product-categories li {
    margin: 10px;
    list-style-type: none;
}

#shop_sidebar ul.product-categories li.cat-item-50 {
    display: none;
}

.onsale {
    display: none;
    width: 80px !important;
    height: 80px !important;
    border-radius: 40px !important;
    background: #f2fc00 !important;
    color: black !important;
}

.product_title {
    margin-top: 0px;
}

.tagcloud {
    margin-top: 18px;
}

.tagcloud a,
#shop_sidebar .content a {
    display: block;
    margin: 10px;
    font-size: 16px !important;
    font-size: 1rem !important;
}

#shop_sidebar .content_title:empty {
    display: none !important;
}

.woocommerce-page.post-type-archive input::-webkit-input-placeholder,
.woocommerce-page.post-type-archive textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-page.post-type-archive input::-moz-placeholder,
.woocommerce-page.post-type-archive textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-page.post-type-archive input:-ms-input-placeholder,
.woocommerce-page.post-type-archive textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-page.post-type-archive input:-moz-placeholder,
.woocommerce-page.post-type-archive textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-page.post-type-archive button[value] {
    color: #fff !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.post-type-archive-product .woocommerce ul.products li.product,
.post-type-archive-product .woocommerce-page ul.products li.product {
    width: calc(33% - 40px) !important;
    margin: 0 20px 10px 20px !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

.woocommerce ul.products li.product a {
    width: 100%
}

.woocommerce-loop-product__title {
    margin-bottom: 25px !important;
    color: black;
    line-height: 140% !important;
    word-wrap: break-word;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 10px !important;
    border: 1px solid #e8ebf1;
}

.post-type-archive li.product {
    width: calc(33% - 40px) !important;
    width: -moz-calc(33% - 40px) !important;
    width: -webkit-calc(33% - 40px) !important;
    width: -o-calc(33% - 40px) !important;
    margin-left: 5px !important;
    margin-right: 15px !important;
    margin-bottom: 30px !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
}

.woocommerce-page.post-type-archive .button.product_type_simple.ajax_add_to_cart,
.button.product_type_simple.ajax_add_to_cart {
    display: none !important;
}

/*
	.woocommerce-variation-add-to-cart {
		margin-left: 160px;
display: table;
position: relative;}*/

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

    .post-type-archive li.product,
    .post-type-archive .woocommerce-page ul.products li.product {
        width: calc(50% - 40px) !important;
    }
}

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

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(100% - 20px) !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        margin-bottom: 30px !important;
    }

    .post-type-archive-product .woocommerce ul.products li.product {
        width: calc(50% - 22px) !important;
        width: -moz-calc(50% - 22x) !important;
        width: -webkit-calc(50% - 22px) !important;
        width: -o-calc(50% - 22px) !important;
        margin-bottom: 10px !important;
    }

    .post-type-archive-product ul.products li.product {
        margin-bottom: 30px !important;
    }

    .woocommerce ul.products li.product a {
        padding: 0px !important;
    }
}

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

    .woocommerce.columns-4,
    .content-area {
        width: calc(100% - 20px);
        padding: 10px 10px;
        float: left;
        margin-top: -10px;
    }

    #shop_sidebar,
    #shop_top_sidebar,
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
    .entry-summary {
        width: calc(100% - 20px);
        padding: 10px 10px;
        float: left;
    }

    div#shop_sidebar {
        width: calc(100% - 40px);
        padding: 10px 20px;
        float: left;
    }

    div#shop_sidebar .sidebar-box:first-child .content {
        display: none;
    }

    #shop_top_sidebar {
        width: calc(100% - 40px);
        margin: 10px 10px;
        float: left;
    }
}

@media screen and (max-width:480px) {
    span.price {
        margin-top: 30px;
    }
}

/*Single*/

.single-product .reset_variations {
    margin-bottom: 20px;
}

.single-product .widget .woocommerce-Tabs-panel {
    display: block !important;
}

.single-product #tab-description a {
    font-family: 'ffscalaf-regular', Times, serif;
    color: #c21c4b;
}

.single-product .related.products {
    display: none;
}

.single-product .product_title {
    display: table;
    margin-bottom: 35px;
    margin-top: 0px !important;
}

.single-product .entry-summary form {
    display: inline-block !important;
    margin-bottom: 5px;
}

.single-product p.price {
    margin-bottom: 0px;
    margin-top: 0px;
    display: block !important;
    float: none;
    margin-right: 5px;
}

.single-product .woocommerce-product-gallery {
    width: calc(33% - 15px) !important;
    padding: 15px 15px 0 0 !important
}

.single-product .woocommerce-tabs {
    margin-top: -15px !important;
    margin-bottom: 20px !important;
    display: table;
}

.single-product .reset_variations {
    display: inline-block;
}

.single_variation_wrap {
    position: relative;
    margin-top: -20px;
}

.single-product p.wc-gzd-additional-info {
    content: "Menge";
    font-size: 8px !important;
    font-size: 0.5rem;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    margin-top: -5px !important;
}

.single-product div.product div.summary {
    float: left !important;
    width: calc(67% - 30px) !important;
    padding: 15px !important
}

.single-product .content-area {
    margin-top: 9PX;
}

.single-product .woocommerce-product-details__short-description p {
    display: none !important;
}

.single-product .container {
    max-width: 960px;
    margin: 0 auto;
    width: calc(100% - 20px);
    padding: 10px 10px;
}

.variations .label,
.variations .label label,
.variations .value {
    display: block !important;
}

.single-product form.cart {
    display: table !important;
    margin-bottom: 27.5px !important;
}

.single-product .site-main {
    margin: 0 auto;
    width: calc(100% - 20px);
    padding: 0px 10px;
}

.single-product h2 {
    display: none !important;
}

.single-product .woocommerce-Tabs-panel {
    width: 100% !important;
}

.single-product span.woocommerce-Price-amount {
    padding: 2px 10px 3px 10px;
    margin-bottom: 5px;
    height: 33px;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-size: .75em !important;
}

.single-product span.woocommerce-Price-amount.amount:before {
    top: -26px;
}

.single-product .entry-summary {
    padding: 0px !important;
}

.single-product .quantity:before {
    top: -15px;
}

.single-product .shop_attributes th {
    text-align: left !important;
}

.single-product .shop_attributes tD a {
    font-style: normal !important;
    font-size: 16px !important;
    font-size: 1rem !important;
}

.woocommerce table.shop_attributes td p {
    margin-left: 10px !important;
}

.single-product .wc-tabs {
    display: none !important;
}

.single-product .woocommerce-Tabs-panel {
    float: right;
    width: 48%;
    clear: none;
}

.single-product button.single_add_to_cart_button.button.alt {
    height: 38px !important;
}

.single-product div.images,
.single-product .summary {
    margin-bottom: 0 !important;
}

.single-product input::-webkit-input-placeholder,
.single-product textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.single-product input::-moz-placeholder,
.single-product textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.single-product input:-ms-input-placeholder,
.single-product textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.single-product input:-moz-placeholder,
.single-product textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.single-product button[value] {
    color: #fff !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

@media screen and (max-width:767px) {
    .single-product .woocommerce-product-gallery {
        width: calc(100% - 15px) !important;
    }

    .single-product div.product div.summary {
        width: calc(100% - 30px) !important;
    }

    .single-product p.price {
        margin-top: 0px;
    }
}

/*Warenkorb*/

span.selection,
span.selection>span,
span.selection>span>span {
    float: left;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    outline: none !important;
}

span.selection,
span.selection span,
span.selection,
span.selection span li {
    text-align: left !important;
    outline: none !important;
    float: left;
    outline: none !important;
}

.checkout-button br,
.button.wc-backward br {
    display: none !important;
}

.button.wc-backward {
    margin-bottom: 75px !important;
}

.shipping-calculator-form .button[type="submit"] {
    height: 75px !important;
}

.shop_table {
    border-radius: 0 !important;
}

p.cart-empty,
.return-to-shop {
    text-align: center;
}

.return-to-shop a {
    margin: 0 auto;
}

.woocommerce-cart p.cart-empty {
    margin-top: -30px !important;
}

.woocommerce-cart .woocommerce {
    width: 100% !important;
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto;
}

.woocommerce-cart .container_shop {
    width: calc(100% - 30px);
    padding: 00px 15px;
}

.woocommerce-cart .vc_col-sm-8 {
    width: 100% !important;
    max-width: 1440px;
    height: auto;
}

.woocommerce-cart #shop_top_sidebar,
.woocommerce-cart #shop_sidebar,
.woocommerce-cart div.vc_row.wpb_row.vc_row-fluid.slider.slider_shop.center {
    display: none;
}

.woocommerce-cart .container {
    padding-top: 0 !important;
}

.woocommerce-cart .woocommerce {
    margin-top: 50px;
}

input,
button,
a {
    border-radius: 0px !important;
}

.coupon input[type=text] {
    width: 120px !important;
    height: 45px;
}

.wc-proceed-to-checkout a.button.wc-forward {
    border-radius: 0px !important;
    background: #0069b7 !important;
}

.coupon .button {
    color: #fff !important;
}

div.cart_totals {
    float: none !important;
    margin: 0 auto !important;
}

div.cart_totals span {
    float: right;
}

.shop_table_responsive span.woocommerce-Price-amount.amount:before,
.shop_table_responsive .quantity:before {
    content: " ";
}

div.cart_totals h2 {
    margin: 35px 0 15px 0 !important;
    text-align: center !important;
}

.woocommerce-cart input::-webkit-input-placeholder,
.woocommerce-cart textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-cart input::-moz-placeholder,
.woocommerce-cart textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-cart input:-ms-input-placeholder,
.woocommerce-cart textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-cart input:-moz-placeholder,
.woocommerce-cart textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-cart button[value],
.woocommerce-cart input[value] {
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-cart button.button[value] {
    color: #fff !important;
}

.woocommerce-cart input[value="Gutschein anwenden"] {
    color: #aaa !important;
    height: 45px !important;
}

#calc_shipping_city,
#calc_shipping_postcode {
    display: none;
}

@media screen and (max-width:767px) {
    div.cart_totals span {
        float: none;
    }
}

@media screen and (max-width:480px) {
    a.button.wc-forward {
        margin-bottom: 10px !important;
    }

    .woocommerce-cart {
        font-size: 12px !important;
        font-size: 0.75rem !important;
    }
}

#order_review_heading {
    margin-bottom: 10px !important
}

#ship-to-different-address {
    margin-top: 45px !important;
    font-size: 1.125rem !important;
    font-family: 'ffscalaf-regular', Times, serif !important;
}

.woocommerce-shipping-fields .select2-selection__clear,
.woocommerce-billing-fields__field-wrapper .select2-selection__clear {
    display: none !important;
}

.woocommerce-input-wrapper label {
    line-height: 100% !important;
}

.woocommerce-form__label br {
    display: none !important;
}

/*Search Results*/

.search-results .summary {
    display: none;
}

/*Kasse*/

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border: 2px solid #b81c23;
}

.woocommerce form .form-row.woocommerce-validated input.input-text
/*, .woocommerce form .form-row.woocommerce-validated select*/

    {
    border: 2px solid #69bf29
}

.woocommerce-error {
    padding: 20px 20px 35px 50px !important;
}

.woocommerce table.shop_table td {
    padding: 12px !important;
}

.woocommerce-error li {
    margin: 10px 0;
}

.woocommerce-error::before {
    margin-top: 13px;
}

.woocommerce-checkout #shop_top_sidebar,
.woocommerce-checkout #shop_sidebar,
.woocommerce-checkout div.vc_row.wpb_row.vc_row-fluid.slider.slider_shop.center {
    display: none;
}

.woocommerce-checkout .container {
    padding-top: 0 !important;
}

.woocommerce-checkout .woocommerce {
    width: calc(100% - 30px) !important;
    max-width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce-checkout .vc_col-sm-8 {
    width: 100% !important;
    max-width: 1440px;
    height: auto;
}

.woocommerce-checkout span.woocommerce-Price-amount.amount:before,
.woocommerce-checkout .quantity:before {
    content: " ";
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    padding: 10px 15px !important;
}

.woocommerce-checkout input[type="checkbox"] {
    padding: 5px !important;
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    margin-left: 10px !important;
}

button#place_order.button.alt {
    background: #0069b7 !important;
}

.woocommerce-checkout h3,
.woocommerce-checkout h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 35px 0;
    color: black;
    font-size: 26px;
    font-size: 1.625rem;
}

.woocommerce-checkout .woocommerce {
    margin: 75px 0;
}

.woocommerce-checkout input::-webkit-input-placeholder,
.woocommerce-checkout textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-checkout input::-moz-placeholder,
.woocommerce-checkout textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-checkout input:-ms-input-placeholder,
.woocommerce-checkout textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-checkout input:-moz-placeholder,
.woocommerce-checkout textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-checkout input[value],
.woocommerce-checkout textarea[value] {
    color: #393939 !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

select,
.checkout_coupon {
    border-radius: 0px !important;
}

/*Login*/

.woocommerce-account h2 {
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-form {
    max-width: 480px;
    margin: 0 auto 30px auto !important;
    width: auto;
    border-radius: 0px !important;
}

.woocommerce-form input {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0px !important;
    border: 1px solid #d3ced2 !important;
    padding: 10px 15px;
}

/*Personal Account Shop*/

.woocommerce-account .vc_col-sm-8 {
    width: 100% !important;
    max-width: 1440px;
    height: auto;
}

.woocommerce-account .container_shop {
    max-width: 1440px;
}

.woocommerce-Address {
    margin-bottom: 15px;
}

nav.woocommerce-MyAccount-navigation,
div.woocommerce-MyAccount-content {
    width: 100% !important;
    float: none !important;
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    margin-right: 50px;
    width: calc(50% - 50px) !important;
}

div.woocommerce-MyAccount-content {
    margin-bottom: 120px !important;
}

div.woocommerce-MyAccount-content header {
    position: relative !important;
    height: auto !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}

div.woocommerce-MyAccount-content h3 {
    font-family: 'sansserifbold', Helvetica, Arial !important;
    font-size: 22px;
    font-size: 1.375rem;
    color: black;
    line-height: 125%;
}

.woocommerce-account a.edit {
    font-style: italic;
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
}

.woocommerce-account .woocommerce form input,
.woocommerce-account .woocommerce form textarea {
    padding: 10px 15px;
}

.woocommerce-account adress {
    font-style: normal !important;
}

nav.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 15px;
    background-color: #b3d2e8;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.woocommerce-account #shop_top_sidebar,
.woocommerce-account #shop_sidebar,
.woocommerce-account div.vc_row.wpb_row.vc_row-fluid.slider.slider_shop.center {
    display: none;
}

.woocommerce-account .container {
    padding-top: 0 !important;
}

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

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        margin-right: 0px;
        width: calc(100% - 0px) !important;
    }
}

/*Shop navigation*/

.woocommerce-account .woocommerce,
.woocommerce-MyAccount-content {
    width: calc(100% - 30px) !important;
    padding: 10px 15px;
}

.woocommerce-MyAccount-content {
    width: calc(100% - 0px) !important;
    padding: 10px 0px;
}

.account-menu {
    display: none !important;
    display: inline-block;
    padding: 10px 15px;
    background-color: #0069b7;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    width: calc(100% - 30px) !important;
}

.woocommerce-account .content ul {
    padding-left: 0;
    margin-top: 0;
}

.toggle-wrapper nav {
    border-bottom: 1px solid black;
    margin-bottom: 45px;
}

.toggle-wrapper {
    margin-bottom: 0px;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
    margin-bottom: 35px;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    font-family: 'sansserifregular', Helvetica, Arial !important;
    padding: 10px 15px 15px 15px !important;
    font-size: 16px !important;
    font-size: 1rem !important;
}

.woocommerce-EditAccountForm input::-webkit-input-placeholder,
.woocommerce-EditAccountForm textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-EditAccountForm input::-moz-placeholder,
.woocommerce-EditAccountForm textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-EditAccountForm input:-ms-input-placeholder,
.woocommerce-EditAccountForm textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-EditAccountForminput:-moz-placeholder,
.woocommerce-EditAccountForm textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

.woocommerce-EditAccountForm input[value],
.woocommerce-EditAccountForm textarea[value] {
    color: #aaa !important;
    font-family: 'ffscalaf-regular', Times, serif;
}

@media screen and (max-width:991px) {
    .woocommerce-account .content ul li {
        font-size: 12px;
        font-size: 0.75rem;
        margin-TOP: 1px;
    }
}

@media screen and (max-width:767px) {
    .toggle-wrapper nav {
        border-bottom: 0px solid black;
    }

    .account-menu {
        display: block !important;
    }

    .woocommerce-account .content ul li {
        width: calc(100% - 30px) !important;
    }

    .woocommerce-account .content {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-account .content {
        display: block !important;
    }
}

/*Footer Shop*/

h3.widget-title {
    display: none;
}

.footer-widgets-wrap {
    overflow: hidden;
    margin: -50px auto -100px auto;
    padding: 135px 0 125px 0px;
    max-width: 1440px;
    width: 100%;
    display: table;
    background-image: url('_img/Footer-Shop-Schraffur-CIR.png'), url('_img/BG-Footer-Shop-CIR.png');
    background-size: 150px 232px, cover;
    background-position: left top, center center;
    background-repeat: no-repeat, no-repeat;
}

.footer-widgets-wrap .schraffur {
    background-color: #0091a0;
    color: #fff;
}

.footer-widgets-wrap .schraffur .textwidget {
    margin-top: 5px;
}

.footer-widgets-wrap .schraffur:before {
    top: -17px;
    left: -10px
}

.footer-widgets-wrap .schraffur:after {
    top: 17px;
    left: 10px
}

.footer-widget-column .widget {
    width: 100% !important;
}

.footer-widget-column .btn_white {
    width: 100% !important;
    color: black;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 125%;
    font-family: 'sansserifbold', Helvetica, Arial !important;
    text-align: center;
}

.footer-widgets-wrap .btn_white:hover {
    color: #fff;
    cursor: pointer;
}

.footer-widgets-wrap .footer-widget-column:first-child {
    float: left;
    width: calc(50% - 80px);
    padding: 0 20px;
    margin: 20px;
}

.footer-widget-column {
    float: left;
    width: calc(50% - 40px);
    padding: 0 0px;
    margin: 20px;
}

.footer-widget-column a {
    line-height: 160%;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'ffscalaf-regular', Times, serif;
}

.footer-widgets-wrap .footer-widget-column:last-child p {
    margin-top: 0px;
}

.current_info {
    color: #c21c4b;
    padding: 20px;
    width: calc(100% - 46px);
    border: 3px dashed #c21c4b;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.current_info.checkout {
    padding: 20px 20px 18px 20px;
    text-align: left;
    margin-bottom: 60px !important;
}

.current_info.checkout p {
    margin: 0px 0 0 0 !important;
}

.current_info.checkout h4 {
    color: #c21c4b !important;
    text-align: left;
    margin-bottom: 15px !important;
}

.widget-area.top {
    text-align: center;
}

@media screen and (max-width:767px) {
    .footer-widgets-wrap .footer-widget-column:first-child {
        width: calc(100% - 84px);
    }

    .footer-widget-column {
        width: calc(100% - 40px);
    }

    .current_info {
        width: calc(100% - 46px);
    }
}

/*Header Warenkorb Icon*/

.cart_totals {
    margin-top: -3px;
}

.account_icon {
    width: 20px;
    height: 36px;
    display: inline-block;
    background: url(https://www.ci-romero.de/wp-content/themes/FGR/_img/account-ci-romero.png) no-repeat bottom center;
    background-size: 23px 30px;
    margin-bottom: -14px;
    margin-right: 10px;
    margin-left: -4px;
}

.account_icon:hover {
    text-decoration: none;
}

.small_cart {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
    font-family: 'sansserifregular', Helvetica, Arial;
    height: 24px;
    padding-LEFT: 11px;
    font-size: 0.875rem;
    background: url(_img/cart_icon.png) no-repeat left bottom 1px;
    background-size: 26px 18px;
}

#small_widgets .cart_totals.calculated_shipping,
.cart-collaterals .small_cart {
    display: none;
}

.empty {
    background-image: none !important;
}

.widget {
    display: inline-block;
}

#small_widgets div.cart_totals {
    display: none !important;
}

.small_cart span {
    margin-right: 9px;
}

#searchform .searchform_field {
    height: 24px !important;
    padding: 2px 20px 0 5px !important;
    margin: 0 !important;
}

#small_widgets {
    margin-top: -10px;
}

/*Header Warenkorb Icon*/

.woocommerce-view-order span:before {
    content: " " !important;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    width: 100%;
    color: black;
    margin-top: 10px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 125%;
    font-family: 'sansserifbold', Helvetica, Arial !important;
    text-align: left;
}

.woocommerce-view-order address {
    border-radius: 0 !important;
    padding: 20px !important;
}

/*Widget*/

.woocommerce.columns-3 span.price span,
.woocommerce.columns-3 .wc-gzd-additional-info,
.woocommerce.columns-1 span.price span,
.woocommerce.columns-1 .wc-gzd-additional-info,
.woocommerce.columns-1 p,
.woocommerce.columns-3 .button.product_type_variable.add_to_cart_button,
.woocommerce.columns-3 ul.products li.product .price {
    display: none !important;
}

.woocommerce.columns-1 img,
.woocommerce.columns-1 h2 {
    max-width: 210px;
    width: 100%;
    margin: 20px !important;
    float: left !important;
}

.woocommerce.columns-1 h2 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    margin: 40px 20px 20px 20px !important;
}

@media screen and (max-width:767px) {
    .woocommerce ul.columns-3 li:last-child {
        display: none !important;
    }

    .woocommerce ul.columns-3 li.product {
        width: calc(50% - 20px) !important;
        float: left !important;
    }
}

/*Widget

.single-widget .woocommerce .widget p.price{
    display:inline-block;
    margin-bottom:-10px;}
    
.single-widget	.woocommerce .widget .product_title{
    margin-bottom:0;
    }

.single-widget .woocommerce .widget .cart{
    margin-bottom: -12px !important;
}

.single-widget .woocommerce .widget .woocommerce-product-gallery{
    width:calc(33% - 0px) !important;
    margin:0 0px;
}
    
.single-widget .woocommerce .widget .summary.entry-summary{
    width:calc(66% - 40px) !important;
    margin:0 20px;
}

.single-widget .woocommerce .widget .single-product span.woocommerce-Price-amount{
    padding: 0px 10px !important;
    margin-bottom: 5px;
}

.single-widget  .woocommerce .widget .woocommerce-Tabs-panel {
    display:none  !important;
}

.single-widget  .woocommerce .widget .woocommerce-product-details__short-description{
display:block  !important;
}

.single-widget .woocommerce .widget .woocommerce-product-details__short-description p{
    margin-top:5px !important;}

.single-widget .woocommerce .widget .summary{
    position:relative;
}
    
.single-widget .woocommerce .single-product span.woocommerce-Price-amount{
    padding: 1.5px 10px;
}
    
.single-widget .product p.wc-gzd-additional-info{
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
    font-size: 8px !important;
    font-size:0.5rem !important;
    margin-top:10px;
    margin-bottom:10px;
}

@media screen and (max-width:767px) {
    .single-widget .woocommerce .widget .woocommerce-product-gallery {
        width: calc(50% - 40px) !important;
        margin: 20px !important;
    }

    .single-widget .woocommerce .widget .summary.entry-summary {
        width: calc(100% - 40px) !important;
        margin: 0 20px;
    }
}
*/

.single-widget .single-product .woocommerce-tabs p {
    display: none !important;
}

.single-widget .woocommerce-product-details__short-description p {
    display: block !important;
}

/*Kategorie-Seite 

.tax-product_cat  .woocommerce-loop-product__title, .tax-product_cat ul.products li.product a span.price, .tax-product_cat p.wc-gzd-additional-info{
    display:none !important;
}

.tax-product_cat .legal-price-info p.wc-gzd-additional-info{
        display:block !important;
        margin-left:0px;
        margin-top:10px !important;
}

.tax-product_cat ul.products li.product .price{
margin-bottom:18.5px !important;
}	

.tax-product_cat .summary.entry-summary p.price{
    float:left !important;
    display:inline-block !important;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 0px;}

.tax-product_cat  li.product{
    width: calc(100% - 20px) !important;
    margin: 0 20px 10px 0px !important;
    float: none !important;
    display: inline-block;
    vertical-align: top;
}

.tax-product_cat ul.products li.product a{
    width: calc(33% - 40px) !important;
    width: -moz-calc(33% - 40px) !important;
    width: -webkit-calc(33% - 40px) !important;
    width: -o-calc(33% - 40px) !important;
    margin-left:5px !important;
    margin-right:10px !important;
    margin-bottom:30px !important;
    float:none !important;
    display:inline-block !important;
    vertical-align:top !important;
    padding-top:0px !important;
}

.tax-product_cat ul.products li.product a.add_to_cart_button, .tax-product_cat ul.products li.product a.product_type_simple{
    display:none !important;}

.tax-product_cat  .summary.entry-summary{
    display:inline-block !important;
    float:none !important
}

.tax-product_cat  .summary.entry-summary	.woocommerce ul.products li.product p.price{
    display:inline-block !important;
    float:left !important;	
}

.tax-product_cat	button.single_add_to_cart_button.button.alt, .tax-product_cat span.woocommerce-Price-amount {
    padding-top:3px;
    padding-bottom:0;
    height:35px;}

.tax-product_cat span.woocommerce-Price-amount{
    padding:7px 10px 7px 10px;
    float:left;
    margin-bottom:-14px;
    margin-top:12px}

height:auto;
    font-family: 'sansseriflightregular', Helvetica, Arial !important;
}	

.tax-product_cat span.woocommerce-Price-amount.amount:before{
    top:-20px;}

.tax-product_cat	.product_title{
    margin-bottom:25px;
    line-height:150%;}

.tax-product_cat	.quantity {
    display: inline-block;
    margin: 0 0px 0 0 !important}

    .archive.tax-product_cat form.cart, .archive.tax-product_cat .stock, .archive.tax-product_cat form.cart .button.product_type_variable.add_to_cart_button{
    display:none !important;}


@media screen and (max-width:767px) {		
    .tax-product_cat ul.products li.product a{
        width: calc(50% - 40px) !important;
        width: -moz-calc(50% - 40px) !important;
        width: -webkit-calc(50% - 40px) !important;
        width: -o-calc(30% - 40px) !important;
        margin-bottom:10px !important;
    }
}
*/

.tax-product_cat .product_title.entry-title {
    display: none !important;
}

.tax-product_cat ul.products li.product a span.price,
.tax-product_cat .delivery-time-info,
.tax-product_cat .wc-gzd-additional-info.tax-info,
.tax-product_cat .wc-gzd-additional-info.shipping-costs-info {
    display: none !important;
}

.tax-product_cat .entry-summary .wc-gzd-additional-info.shipping-costs-info,
.tax-product_cat .entry-summary .wc-gzd-additional-info.tax-info {
    display: block !important;
}

.archive.tax-product_cat form.cart,
.tax-product_cat .stock,
.archive.tax-product_cat form.cart .button.product_type_variable.add_to_cart_button {
    display: none !important;
}

.tax-product_cat ul.products li.product .button.add_to_cart_button {
    display: none !important;
}

.tax-product_cat .button.product_type_simple.ajax_add_to_cart {
    display: none !important;
}

.tax-product_cat .entry-summary form {
    display: none !important;
}

.tax-product_tag .entry-summary form {
    display: none !important;
}

/*Tag-Seite 
	
		.tax-product_tag .legal-price-info p.wc-gzd-additional-info{
			display:block !important;
			margin-left:0px;
			margin-top:10px !important;}
			
		.tax-product_tag ul.products li.product .price{
			margin-bottom:18.5px !important;
			}	
		
		.tax-product_tag .button.product_type_variable{
		display:none !important;}
	
	.archive.tax-product_tag form.cart, .archive.tax-product_tag .stock, .archive.tax-product_tag form.cart .button.product_type_variable.add_to_cart_button{
		display:none !important;}
	
	.tax-product_tag ul.products li.product a.add_to_cart_button, .tax-product_tag ul.products li.product a.product_type_simple{
		display:none !important;}
	
	.tax-product_tag  .woocommerce-loop-product__title, .tax-product_tag ul.products li.product a span.price, .tax-product_tag p.wc-gzd-additional-info{
		display:none !important;}

			
			.tax-product_tag .summary.entry-summary p.price{
			float:left !important;
				display:inline-block !important;
				margin-top: 0px;
				margin-right: 4px;
margin-bottom: 0px;}
		
	.tax-product_tag li.product{
		width: calc(100% - 20px) !important;
margin: 0 20px 10px 0px !important;
float: none !important;
display: inline-block;
vertical-align: top;
		}
		
	.tax-product_tag ul.products li.product a{
	width: calc(33% - 40px) !important;
	width: -moz-calc(33% - 40px) !important;
	width: -webkit-calc(33% - 40px) !important;
	width: -o-calc(33% - 40px) !important;
	margin-left:5px !important;
	margin-right:10px !important;
	margin-bottom:30px !important;
	float:none !important;
	display:inline-block !important;
	vertical-align:top !important;
	padding-top:0px !important;
	}
	
	.tax-product_tag  .summary.entry-summary{
		display:inline-block !important;
		float:none !important
		}
		
		.tax-product_tag  .summary.entry-summary	.woocommerce ul.products li.product p.price{
			display:inline-block !important;
			
			}
			
				.tax-product_tag	button.single_add_to_cart_button.button.alt, .tax-product_tag span.woocommerce-Price-amount {
				padding-top:3px;
				padding-bottom:0;
				height:35px;}
				
			.tax-product_tag span.woocommerce-Price-amount{
		padding:7px 10px 7px 10px;
		float:left;
		margin-bottom:-14px;
		margin-top:12px;

		height:auto;
		font-family: 'sansseriflightregular', Helvetica, Arial !important;
		}	
		
		.tax-product_tag span.woocommerce-Price-amount.amount:before{
			top:-20px;}
			
		.tax-product_tag .product_title{
			margin-bottom:25px;}
			
		.tax-product_tag  li.product{
		width: calc(100% - 20px) !important;
		margin: 0 20px 10px 0px !important;
		float: none !important;
		display: inline-block;
		vertical-align: top;
		}
		
.tax-product_tag .quantity {
		display: inline-block;
		margin: 0 1px 0 0 !important;
}
			
						@media screen and (max-width:767px) {				
									.tax-product_tag ul.products li.product a{
									width: calc(100% - 40px) !important;
									width: -moz-calc(100% - 40px) !important;
									width: -webkit-calc(100% - 40px) !important;
									width: -o-calc(100% - 40px) !important;
									margin-bottom:10px !important;
									}
						}*/

.tax-product_tag .button.product_type_simple.ajax_add_to_cart {
    display: none !important;
}

.active-tag {
    text-decoration: underline !important
}

.tax-product_tag .product_title.entry-title,
.tax-product_tag .delivery-time-info {
    display: none !important;
}

.tax-product_tag ul.products li.product a span.price,
.tax-product_tag .wc-gzd-additional-info.tax-info,
.tax-product_tag .wc-gzd-additional-info.shipping-costs-info {
    display: none !important;
}

.tax-product_tag .entry-summary .wc-gzd-additional-info.shipping-costs-info,
.tax-product_tag .entry-summary .wc-gzd-additional-info.tax-info {
    display: block !important;
}

.archive.tax-product_tag form.cart,
.archive.tax-product_tag .stock,
.archive.tax-product_tag form.cart .button.product_type_variable.add_to_cart_button {
    display: none !important;
}

.tax-product_tag ul.products li.product .button.add_to_cart_button {
    display: none !important;
}

/*Coupon*/

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon{
    display: block !important;
    border-style: dashed;
    border-width: 3px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon br,
.woocommerce-checkout .woocommerce-info{
    display: none !important;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon input{
    font-size: initial !important;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p:first-of-type::before{
    content: 'Bist du 15-30 Jahre alt und bestellst privat? Dann erhältst du dein Material kostenlos. Gib dafür "U31" in das untenstehende Feld ein.';
    font-family: 'sansserifregular', Helvetica, Arial;
    font-size: 20px;
font-size: 1.25rem;
display: block;
width: 100%;
height: auto;
color: #0069B7 !important;
text-align: left;
margin-bottom: 15px !important;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button:hover{
    color: #fff;
    opacity: 0.7;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p:first-of-type{
margin-top: 5px;
font-size: 0;
line-height: 1.5;
}

@media screen and (max-width:767px) {
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p:first-of-type::before{
        font-size: 18px;
    font-size: 1.125rem;
}
}

@media screen and (max-width:576px) {
    .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon p{
        width: 100%;
        padding: 0;
    }  
}

.woocommerce-cart .coupon{
    width: 50%;
    text-align: left;
    margin-bottom: 7.5px;
}

.woocommerce-cart .coupon label{
    font-size: 0;
}

.woocommerce-cart .coupon label:before{
    content: 'Bist du 15-30 Jahre alt und bestellst privat? Dann erhältst du dein Material kostenlos. Gib dafür "U31" in das untenstehende Feld ein.';
    font-family: 'sansserifregular', Helvetica, Arial;
    font-size: 12px;
font-size: 0.75rem;
display: block;
width: 100%;
height: auto;
color: #0069B7 !important;
text-align: left;
padding-left: 2px;
line-height: 1.5;
margin-bottom: 7.5px !important;
}

.woocommerce-cart button[name="update_cart"] {
    transform: translateY(25px);
}

@media screen and (max-width:991px) {
    .woocommerce-cart .coupon{
        width: 100%;
        text-align: left;
        margin-bottom: 7.5px;
    }
    .woocommerce-cart .woocommerce-cart-form .actions p{
    text-align: left;
}
.woocommerce-cart button[name="update_cart"] {
    transform: translateY(17.5px);
}
}

@media screen and (max-width:767px) {
    .woocommerce-cart .coupon label{
        display: block;
    }
    .woocommerce-cart .coupon input{
        width: 100% !important;
        margin-bottom: 7.5px;
    }
    .woocommerce-cart .coupon label:before{
    margin-bottom: 0px !important;}
}

/* 0.00 Label Guide
##################################################### */

.label-guide-label-icon {
    width: 200px;
}

.listheadline {
    display: none;
}

.label-guide-kriterien li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 140%;
    margin: 0 0 14px 0;
}

#protestmail {
    /*white-space: pre-line;*/
}

body.buendnis-fuer-nachhaltige-textilien-textilbuendnis .bewertung_outer,
body.buendnis-fuer-nachhaltige-textilien-textilbuendnis .kriterien h4,
body.ifa-internationales-rahmenabkommen .bewertung_outer,
body.ifa-internationales-rahmenabkommen .kriterien h4,
body.forum-nachhaltiger-kakao .bewertung_outer,
body.forum-nachhaltiger-kakao .kriterien h4 {
    display: none !important;
}


/*.listheadline*/

.parentlistheadline {
    font-family: 'sansserifbold', Helvetica, Arial;
    margin: 30px 0 5px 0;
}

.listheadline:first-of-type {
    margin-top: 35px;
}

/* Ampelsystem
##################################################### */
/*
.db-score {
    padding: 0px;
    margin-top: 10px;
    height: 100px;
}

.db-score li {
    float: left;
    list-style-type: none;
    width: calc(33.333% - 0px);
    height: 80px;
    margin: 15px 0 0 0;
    padding: 0px;
    text-align: center;
}

.db-score li:after {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    margin: -65px auto 0 auto;
    border-radius: 10px;
}

.db-score li:before {
    display: block;
    height: 100px;
    padding: 0 20px;
    font-size: 16px !important;
    font-size: 1rem !important;
    font-family: 'sansserifregular', Helvetica, Arial !important;
    color: #393939 !important;
}

.score-1-name:before {
    content: "Soziales";
}

.score-2-name:before {
    content: "Umwelt";
}

.score-3-name:before {
    content: "Glaubwürdigkeit";
}

.grau:after,
span.grau {
    background-color: #aaa;
}

.gelb:after,
span.gelb {
    background-color: #fbf200;
}

.orange:after,
span.orange {
    background-color: #f2a941;
}

.gelbgruen:after,
.gelbgrün:after,
span.gelbgruen {
    background-color: #c2cd02;
}

.gruen:after,
span.gruen {
    background-color: green;
}

.rot:after,
span.rot {
    background-color: #c21c4b;
}

span.gruen,
span.gelbgruen,
span.gelb,
span.orange,
span.grau,
span.rot {
    width: 14px !important;
    height: 14px !important;
    display: inline-block;
    border-radius: 7px !important;
    line-height: 10px;
}

.label-guide-kriterien h6 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    color: #393939 !important;
    font-family: 'sansserifbold', Helvetica, Arial !important;
}

.schraffur.bewertungsbox:before {
    position: relative;
    top: 0px !important;
    left: -30px;
    width: 252px;
    height: 17px;
    background-image: url(_img/illu-schraffur.png);
    background-repeat: no-repeat;
    content: " ";
    display: table;
}

.schraffur.bewertungsbox:after {
    content: " ";
    display: table;
    position: relative;
    right: -30px;
    top: 0px !important;
    width: 100%;
    height: 17px;
    background-image: url(_img/illu-schraffur.png);
    background-repeat: no-repeat;
    background-position: left center;
    transform: rotate(180deg);
}

.kriterien h3 {
    font-size: 22px !important;
    font-size: 1.325rem !important;
    margin-bottom: 35px;
    color: #393939 !important;
}

.kriterien li {
    line-height: 185%;
    font-family: 'ffscalaf-regular', Times, serif !important;
}

@media screen and (max-width:767px) {
    .db-score {
        margin-top: 20px;
        height: auto;
        display: inline-table;
    }

    .db-score li {
        float: left;
        list-style-type: none;
        width: calc(100% - 0px);
    }

    .vc_row.bewertung_outer {
        background-size: cover !important;
    }
}
*/
/*VC Plugin*/

.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
    min-height: 5px !important;
}

/*Lang Menus */

#lang_menu {
    float: left;
}

#lang_menu ul {
    padding-left: 0px;
    margin-top: -1px;
}

#lang_menu li {
    display: inline-block;
    margin: 0px 2px 0 0 !important;
    padding: 0 5px 0 0 !important;
}

#lang_menu a {
    text-decoration: none;
    color: #c21c4b;
    font-family: 'sansserifregular', Helvetica, Arial;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0px 0 20px 0;
}

#lang_menu li.active,
#lang_menu a:hover {
    text-decoration: underline;
}

.menu_container .menu>ul>li:nth-child(2) {
    width: auto !important;
}

#lang_menu>ul>li>a:after {
    content: "|";
    padding-left: 6px;
    display: inline-block;
    color: #393939;
}

.en #lang_menu ul li:last-child a:after {
    content: "";
}

.red_link a {
    color: #c21c4b !important;
}

.en #searchform .searchform_field {
    margin-top: 5px !important;
}

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

    .footer_nav li a,
    .footer_copyright,
    .footer_backtop a {
        color: white;
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media screen and (max-width:767px) {
    .footer_nav {
        left: 25px;
    }
}

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

    #lang_menu,
    #small_menu {
        display: none;
    }
}

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

    .footer_nav li a,
    .footer_copyright,
    .footer_backtop a {
        color: white;
        font-size: 11px;
        font-size: 0.6825rem;
    }
}

/* Podlove */

body.podcast-template-default .container p:first-child {
    display: none;
}

body.podcast-template-default .podlove p:last-child {
    display: none;
}

body.podcast-template-default .podlove_tabs .displaynone {
    display: none !important;
}

body.podcast-template-default .slider {
    background-position: top 0 center;
    padding-top: 0;
}

body.podcast-template-default .container p,
body.podcast-template-default .container h4 {
    max-width: 950px !important;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

/*Podcast cpt*/
.podcasts-container{
    padding-top: 30px !important;
    max-width: 950px !important;
margin: 0 auto;}

.podcasts-frame{
    margin-bottom: 30px;
}

/*GLossar*/

#glossary hr{
    margin: 15px 0 0 0 ;
}

#glossary{
    margin-bottom: 30px;
}

#glossary .description{
    line-height: 1.6;
    margin-top: 5px;
}

.glossary-letter{
    font-family: 'sansserifregular', Helvetica, Arial;
font-size: 24px !important;
font-size: 1.5rem !important;
break-after: avoid;
margin: 45px 0 15px 0;
color: #0069b7 !important;
display: block;
}

#glossary-nav a{
font-size: 23px;
font-size: 1.4375rem;
line-height: 140%;
margin: 0 2.5px;
color: #393939;
font-family: 'sansseriflightregular', Helvetica, Arial !important;
text-decoration: underline;
}

#glossary-nav{
    display: flex;
justify-content: center;
}

a[href="#glossary-nav"]{
    margin-bottom: 90px;
    font-size: 16px;
font-size: 1rem;
line-height: 140%;
margin: 0 2.5px;

font-family: 'sansseriflightregular', Helvetica, Arial !important;
text-decoration: underline;
}

.glossary-item-row a {
    padding-top: 110px;
    display: inline-block;
    margin-top: -110px;


  }

  .glossary-item a {
    padding-top: 0px;
    display: inline;
    margin-top: 0px;

   }
 

@media screen and (max-width:767px){
    #glossary-nav{
        margin: -30px 10px 0 10px;
    }

    #glossary{
        margin: 0 10px;
    }

    #glossary-nav a{
        font-size: 18px;
font-size: 1.125rem;
    }
}

/*Labelchecker Wertschöpfung*/

.box-secondary{
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    margin: 7.5px 0 !important;
}
.box-secondary p{
font-family: 'sansseriflightregular', Helvetica, Arial !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 1.8 !important;
font-size: 0.875rem !important;
}

.box-secondary .vc_column-inner{
    background-color: #f3f1f1 !important;
padding: 10px 20px !important;
height: 100%;}

.box-secondary.schraffur:after, .schraffur.wertschoepfungskette-desc:after, .box-secondaryschraffur:before{
    position: absolute;
}

.schraffur.wertschoepfungskette:after,
.schraffur.wertschoepfungskette-desc:before{
    display: none !important;
}

.box-secondary:before{
    top: 0px;
    left: 30px
}

.box-secondary.schraffur:after,
.schraffur.wertschoepfungskette-desc:after {
    top: auto;
    left: auto;
    bottom: -17px;
    right: 30px;
}

.label-typen.box-secondary .vc_column-inner{
    padding-top: 0px !important;
}

.label-typen.box-secondary img{
    width: 80px;
    height: 60px;
    margin-top:20px;
    object-fit: contain;
}

.label-typen.box-secondary{
    margin-bottom: 60px !important;
}

@media screen and (max-width:767px) {
    .box-secondary.schraffur:after,
    .schraffur.wertschoepfungskette-desc:after {
        bottom: -2px;
    }
}


/*Borlabs 3.X*/
/*Borlabs*/
.brlbs-cmpnt-dialog-bar-content p{
    text-align: left !important;
}

.brlbs-cmpnt-dialog-bar-content p a,
body .brlbs-cmpnt-link:not(.brlbs-cmpnt-btn-selection):hover{
    text-decoration: underline !important;
}

.brlbs-cmpnt-dialog-bar-content p a:hover{
    text-decoration: none !important;
}

body .brlbs-cmpnt-dialog{
    margin-left: 0 !important;
    margin-right: 0px !important;
}

body .brlbs-cmpnt-container *{
    outline: none !important;
    box-shadow: none !important;
}

.responsive-video .brlbs-cmpnt-cb-thumbnail{
    background-image: none !important;
}

.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-thumbnail{
    margin: 0 !important;
}


    body .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{
    /*margin: 30px !important;
    width: calc(100% - 60px) !important;*/
    max-width: calc(100% - 192px) !important;
    display: flex !important;
 }  
 
 @media screen and (max-width:750px) {
  
    body .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{
        max-width: calc(100% - 20%) !important;
     }     
 }
 
 @media screen and (max-width:640px) {
  
    body .brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main{
        max-width: calc(100% - 12%) !important;
     }     
 }

.brlbs-cmpnt-content-blocker *{
   font-family:  'sansseriflightregular', sans-serif !important; 
}

body .brlbs-cmpnt-checkbox:before{
   border-radius: 0px !important;
}

/*Proca Widget Petition*/

.proca-MuiSnackbar-anchorOriginTopCenter{
top:175px !important;
position: fixed !important;
}

@media screen and (max-width:880px) {
    .proca-MuiSnackbar-anchorOriginTopCenter{
        top:100px !important;
        }  
}

.proca-MuiSnackbar-anchorOriginTopCenter .proca-MuiAlert-message{
    font-size: 14px !important;
}

.proca-MuiSnackbar-anchorOriginTopCenter .proca-MuiAlert-icon{
    flex: 0 0 25px !important;
}

.proca-MuiSnackbar-anchorOriginTopCenter > div.proca-MuiPaper-root{
    align-items: flex-start !important;
}

.proca-MuiSnackbar-anchorOriginTopCenter .proca-MuiAlert-action {
     margin-left: -8px !important; 
    margin-right: -8px !important;
 padding-left: 0px !important;
    justify-content: flex-end !important;
    }