/*
Theme Name: Sauber
Theme URI: http://www.wordpress.com/
Author: Sauberkasten
Author URI: sauberkasten.com
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.04
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
*/

/* HTML5 display-role reset for older browsers */

/*
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
*/

/*

Saubercolors:

Türkis:     #0093AD
Hellblau:   #BCE1E0
Hellgelb:   #ffe893
Sonnengelb: #F3D967
Meergrün:   #00A196
Hellgrün:   #CDE4C4
Lavendel:   #A3698B

*/

/* BACKGROUND COLOURS  */

.turkis-bg {
    background: #0093AD;
}

.blue-bg {
    background: #BCE1E0;
}

.yellow-bg {
    background: #F3D967;
}

.lyellow-bg {
    background: #ffe893;
}

.green-bg {
    background: #00A196;
}

.lgreen-bg {
    background: #CDE4C4;
}

.lavendel-bg {
    background: #A3698B;
}


/*  TYPE COLORS  */

.turkis-type {
    color: #0093AD;
}

.blue-type {
    color: #BCE1E0;
}

.yellow-type {
    color: #F3D967;
}

.lyellow-type {
    color: #ffe893;
}

.green-type {
    color: #00A196;
}

.lgreen-type {
    color: #CDE4C4;
}

.lavendel-type {
    color: #A3698B;
}

.white-type {
    color: white !important;
}

@font-face {
    font-family: pText;
    src: url(fonts/ManualRoundWeb-MediumLf.woff);
    font-display: swap;
    /* src: url(fonts/ManualRound-Medium.otf) format('opentype');
  */
    /*src: url(https://sauberkasten.com/wp-content/themes/sauber/fonts/HKGrotesk-Regular.woff);
  */
}

@font-face {
    font-family: logoText;
    src: url(fonts/ManualRoundWeb-BoldCapsLf.woff) format('woff');
    font-display: swap;
    /* src: url(fonts/ManualRound-BoldCaps.otf) format('opentype');
  */
    /* src: url(https://sauberkasten.com/wp-content/themes/sauber/fonts/HKGrotesk-Bold.woff);
  */
}

body {
    font-family: pText, arial, sans-serif;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4em;
    color: #0093AD;
}

h1 {
    font-family: logoText, arial, sans-serif;
    font-size: 48px;
    /* 3em */
    text-transform: lowercase;
    line-height: 0.85em;
    font-weight: 100;
}

h2 {
    font-family: logoText, arial, sans-serif;
    font-weight: 100;
    color: #0093AD;
    text-transform: lowercase;
    line-height: 0.9em;
    margin-bottom: 30px;
}

h3 {
    font-family: pText, arial, sans-serif;
    font-weight: 100;
    line-height: 34px;
}

/*@media (max-width: 1024px) {
    h3 {
        font-size: 18px;
        line-height: 1.2;
    }
}*/

h4 {
    font-family: logoText, arial, sans-serif;
    font-weight: 100;
    font-size: 24px;
    text-transform: lowercase;
}

h5 {
    font-family: pText, arial, sans-serif;
    font-weight: 100;
    font-size: 1.3em;
}

p,
.has-medium-font-size {
    font-size: 20px;
    line-height: 27px;
}

strong {
    color: #A3698B;
}

em {
    font-style: normal;
    font-size: 26px;
    line-height: 34px;
}

/*.read-post p,
.read-post .has-medium-font-size {
    font-size: 20px;
    line-height: 26px;
}
*/
/*
.read-post ol,
.read-post ul {
    margin-top: 0;
    margin-bottom: 10px;
   
    padding-left: 22px;
}
*/

.read-post li {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: inherit;
}

/*@media (min-width: 768px) {

    .read-post p,
    .read-post .has-medium-font-size {
        font-size: 25px;
        line-height: 36px;
    }

    .read-post li {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: inherit;
    }
}*/

li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: inherit;
}

@media (max-width: 1024px) {
    h1 {
        font-size: 30px;
        /* margin: 5px 5px;
  */
    }
}

@media (min-width: 768px) {
    header {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 3000;
        background: white;
        opacity: 1;
        height: 80px;
        -webkit-box-shadow: 3px 10px 6px 1px rgba(0, 0, 0, 0.10);
        box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.10);
    }
}


/*Animated Nav Icon 3 */

#nav-icon {
    width: 25px;
    height: 45px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 8px;
}

#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

nav {
    font-family: logoText, arial, sans-serif;
    text-transform: lowercase;
    margin-top: 20px;
    font-size: 1em;
    float: left;
    margin-left: 20px;
}

@media (max-width: 767px) {
    nav {
        font-family: logoText, arial, sans-serif;
        text-transform: lowercase;
        margin-top: 42px;
        font-size: 1em;
        float: left;
        margin-left: 18px;
    }

    .navlist li {
        font-size: 1.5em;
        padding: 4px 3px 0px 9px;
    }
}

#navbar {
    /* max-width: 98vw;*/
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.nav > li > a {
    position: inherit;
    display: block;
}

.nav > li > a {
    padding: 0px 0px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

/* @media (max-width: 1024px) {
.menuFrame {
position: fixed;
display: none;
margin-top: 0px;
padding-top: 30px;
margin-left: 0px;
width: 50%;
height: 100vh;
max-width: 400px;
background: #F3D967;
opacity: inherit;
}
}
*/

a:link,
a:visited {
    color: #0093AD;
}

p a:link,
p a:visited {
    color: #A3698B;
    text-decoration: underline;
}

.navlist li a {
    color: #0093AD;
    text-decoration: none;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-top-color: transparent;
    border-top-style: solid;
    padding-bottom: 4px;
    margin-right: 10px;
}


/*AKTIVIEREN FÜR ACTIVE MARKIERUNG*/

.nav li.active a,
.navlist li a:hover {
    border-bottom-color: #BCE1E0;
    border-bottom-style: solid;
    border-top-color: #BCE1E0;
    border-top-style: solid;
    padding-bottom: 4px;
    cursor: pointer;
}

.navlist li {
    margin-right: 30px;
    /*display: inline-block;
  */
}

.navlist li:last-child {
    margin-right: 0px;
}

.navbar-nav {
    background: transparent;
    opacity: 0.9;
    padding: 0px;
}

@media(max-width: 767px) {
    .navbar-nav {
        margin-top: 60px;
        background: white;
        opacity: 0.95;
        padding: 6px;
        max-width: 80%;
        -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.22);
    }
}

.sp_mob_shopbutton {
    display: none;
}

@media(max-width: 760px) {
    .sp_mob_shopbutton {
        align-content: center;
        display: inline-block;
        position: fixed;
        margin: auto;
        vertical-align: center;
        top: 16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100px;
        background: #ffe893;
        text-align: center;
    }
}

.countdown-a,
.countdown-a:hover {
    border-bottom-color: white !important;
    border-top-color: white !important;
    cursor: default !important;
}

.navlist {
    margin-top: 5px;
}

.navbar-default {
    background: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #0093AD;
    background: white;
    opacity: 0.9;
}

header nav ul li {
    display: inline-block;
    color: black;
    text-decoration: none;
}

footer nav ul li {
    color: black;
    list-style-type: none;
    border-bottom: 1px solid grey;
    font-family: ptext, arial, sans-serif;
    min-width: 80px;
    padding: 10px;
    margin-right: 10px;
}

.footer-head {
    text-transform: lowercase;
    font-family: logoText;
    font-size: 24px;
    margin-bottom: 0px;
}

.foot-menu ul {
    padding-left: 0px;
}

.foot-menu ul li {
    list-style: none;
}

.footer-container {
    width: 100%;
    padding: 20px;
}

.footer-SK-Logo {
    margin-bottom: 40px;
}

.copyright {
    float: none;
    margin: auto;
}

.footer-rechts p {
    text-align: left;
}

@media(max-width: 767.98px) {
    .foot-menu ul li {
        text-align: center;
        padding: 5px;
        border-bottom: solid 1px #BCE1E0;
    }

    .footer-rechts p {
        text-align: center;
    }

    .footer-SK-Logo {
        margin: 40px;
    }
}

@media(max-width: 991.98px) {
    .footer-SK-Logo {
        margin: 40px;
    }

    .footer-rechts p {
        text-align: center;
    }
}


.site-footer {
    background: #BCE1E0;
    min-height: 200px;
}

.navbar-toggle {
    position: fixed;
    float: left;
    margin-top: 0;
    top: 10px;
    left: 10px;
}

.mainCon {
    background: white;
}

.headLogo {
    /* margin-top: 20px;
  */
    max-width: 150px;
    position: fixed;
    top: 20px;
    right: 40px;
}

.navbar-brand {
    padding: 0;
    display: block;
    width: 180px;
    height: auto;
}

@media(max-width: 1190px) {
    .navbar-brand {
        padding: 0;
        width: 20px;
    }
}

.headLogo-sm {
    /* margin-top: 20px;
  */
    display: none;
    max-width: 150px;
    max-height: 40px;
    position: fixed;
    top: 10px;
    right: 20px;
}

@media(max-width: 1190px) {
    .headLogo {
        display: none;
    }

    .headLogo-sm {
        display: inherit;
    }
}

.headLogo img {
    max-width: 100%;
}

#container {
    width: 100%;
    margin-top: 80px;
    overflow: auto;
    overflow-x: hidden;
}

@media(max-width: 1024px) {
    #container {
        margin-top: 60px;
    }
}

.container {
    padding-right: inherit;
    padding-left: inherit;
    margin-right: inherit;
    margin-left: inherit;
}

.minContainer {
    max-width: 1280px;
    margin: auto;
    padding: 40px;
}

@media(max-width: 992px) {
    .minContainer {
        width: 100%;
        padding: 20px;
    }
}

@media(min-width: 993px) {
    .min-minContainer {
        width: 90%;
        margin: auto;
    }
}

.white_shadow_bg {
    background: white;
    -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.2)
}

#comment,
input {
    border-color: #0093AD;
    border-width: 1px;
    border-style: solid;
    max-width: 100%;
}

#left {
    float: left;
    width: 80%;
    margin: 5px auto;
    /* margin-left: 50px;
	*/
}

#sidebar {
    border-left: 1px solid #BCE1E0;
    float: right;
    width: 19%;
    margin-top: 20px;
}

.pagenav ul li {
    text-indent: 0px;
    padding: 0px;
}

#sidebar ul li,
#sidebar ul li a,
.pagenav {
    list-style: none;
    border-bottom: 1px solid #BCE1E0;
    text-decoration: none;
    margin-right: 60px;
    padding-bottom: 3px;
    margin-bottom: 12px;
}

footer {
    width: 100%;
    margin: 0 auto;
    background: white;
    /*background: #BCE1E0;*/
    /*padding: 20px;*/
    padding-bottom: 120px;
    /* position: absolute;
  bottom: 0px;
  */
}


/*/////////////////////////////////////////*/

/*/////////     BLOG-ELEMENTS     /////////*/

/*/////////////////////////////////////////*/

.category-list {
    margin-bottom: 40px;
}

.categories {
    list-style: none;
    font-family: logoText, arial, sans-serif;
    padding-right: 20px;
    text-transform: lowercase;
    color: #CDE4C4;
    font-size: 1.2em;
}

.categories ul {
    padding-left: 0px;
    float: left;
}

.myCategories {
    padding-left: 0;
}

.category-list .myCategories ul li {
    list-style: none;
    font-family: logoText, arial, sans-serif;
    display: inline-block;
    padding-right: 20px;
    text-transform: lowercase;
    color: #CDE4C4;
    text-indent: 0px;
}

.category-list .myCategories ul li a:link,
.category-list .myCategories ul li a {
    text-decoration: none;
    color: #CDE4C4;
}

.read-post {
    max-width: 720px;
    margin: auto;
    min-height: 430px;
    /*padding: 10px;
  */
}

.read-post h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

article.post {
    border-bottom: 2px dotted #bbb;
    background: #CDE4C4;
}

article.post:last-of-type {
    border-bottom: none;
}

.postwrap .post-part {
    min-height: 220px;
    background: #CDE4C4;
}

.post-part {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middl e;
    float: left;
}

.post-left {
    max-width: 40%;
    margin-right: 15px;
}

.post-right {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 50%;
}

.align-middle {
    vertical-align: middle;
}

#post-grid article.post {
    /* margin: auto;
  */
    /* max-width: 50%;
  */
    float: left;
    max-width: 45%;
    margin-right: 10px;
    margin-bottom: 15px;
}

#APost img {
    margin: auto;
}

.small-lineUp ul li {
    line-height: 0.2em;
}

.post-categories {
    list-style: none;
    font-family: logoText, arial, sans-serif;
    display: inline-block;
    padding-left: 0;
    text-transform: lowercase;
    color: #CDE4C4;
    text-indent: 0px;
}

.post-categories li a {
    font-size: 1.2em;
}

.post ul {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 0.5em;
}

.blog-jumbo {
    background-repeat: no-repeat;
    max-height: 600px !important;
    min-height: 300px !important;
    max-width: 1280px;
    background-size: 100%;
    margin: auto;
	background-position: center;
    /*margin-bottom: 4em;*/
}


/*/////////////////////////////////////////*/

/*///////////        SLIDER        //////////*/

/*/////////////////////////////////////////*/

a.control_prev:hover,
a.control_next:hover {
    text-decoration: none;
}

a.control_prev {
    position: absolute;
    bottom: 10px;
    left: 47%;
    font-size: 4em;
    z-index: 2;
    cursor: pointer;
    vertical-align: middle;
    color: white;
}

a.control_next {
    position: absolute;
    bottom: 10px;
    right: 47%;
    font-size: 4em;
    z-index: 2;
    cursor: pointer;
    vertical-align: middle;
    color: white;
}

@media(max-width: 992px) {
    a.control_prev {
        display: none;
    }

    a.control_next {
        display: none;
    }
}

.stoerer {
    padding: 20px 20px 24px 20px;
    color: #0093AD !important;
    max-width: 289px;
    position: absolute;
    top: 11px;
    left: 40px;
    transform: rotate(-7deg);
    z-index: 2;
    font-size: 1.8em;
    text-align: center;
}

.stoererShop {
    padding: 20px 20px 24px 20px;
    color: #0093AD !important;
    z-index: 2;
    font-size: 1em;
    text-align: center;
}


@media(max-height: 768px) {
    .stoerer {
        font-size: 2em;
        top: 20px;
        left: 20px;
        max-width: 280px;
    }
}

@media(max-width: 300px) {
    .stoerer {
        max-width: 220px;
    }
}

.sauberslider {
    /*change in js*/
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.sl {
    display: inline-block;
}

.sm {
    width: 40%;
    margin: 0px;
    padding: 0px;
}

.bg {
    width: 59%;
    margin: 0px;
    padding: 0px;
}

.med {
    /* width: 45%;
  */
    margin: 0px;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
}

.med.pad {
    padding: 3px;
}

.pad-8 {
    padding: 8px;
}

@media(max-width: 767px) {
    .med.pad {
        padding: 3px;
    }
}

.wp-row-img {
    max-width: 1100px;
    margin: auto;
}


/*.desktop {
display: inherit;
}
*/

.moblie {
    display: none;
}

@media(max-width:1024px) {
    .moblie {
        display: inherit;
    }

    .desktop {
        display: none;
    }
}

.med img {
    width: 90%;
}

.cap-con p {
    font-size: 18px;
}

.med p {
    color: #0093AD;
    max-width: 450px;
}

@media(max-width: 1024px) {
    .med {
        max-width: 450px;
        margin: auto;
    }
}

.left {
    background: #0093AD;
    height: 100%;
    float: left;
}

.right {
    background: #BCE1E0;
    height: 100%;
}

@media(max-width:1024px) {
    .sm {
        width: 100%;
    }

    .bg {
        width: 100%;
    }

    .left {
        height: 50%;
        float: inherit;
    }

    .right {
        background: #BCE1E0;
        height: 50%;
    }
}

.sliderImg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
}

.slide_load_img {
    object-fit: cover;
    width: 100%;
}

/*.s-img1 {
    background: url(../../uploads/2020/03/Sauberkasten_vonoben_web.jpg) no-repeat center;
    background-size: 100%;
}

.s-img2 {
    background: url(../../uploads/2020/03/Flatlay_web-1-scaled.jpg) no-repeat center;
    background-size: 100%;
}

.s-img3 {
    background: url(../../uploads/image/IMG_1761.JPG) no-repeat center;
    background-size: 100%;
}

.s-img4 {
    background: url(../../uploads/2020/03/Waschmittel-mood-gelb_web.jpg) no-repeat center;
    background-size: 100%;
}
*/

.sl-txt {
    color: white;
    max-width: 450px;
    margin: auto;
    padding: 0px 20px 0px 20px;
    position: relative;
}

@media (max-width: 1024px) {
    .sl-txt {
        margin: auto;
        margin-top: 0px;
        padding: 20px;
    }
}

.slides {
    position: relative;
    width: 100vw;
    height: 100vh;
    list-style-type: none;
    padding: 0px;
    /* margin: 0px;
  */
}

.slides li {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    float: left;
}

#slide1 .left {
    background: #BCE1E0;
}

#slide1 h1 {
    color: #0093AD;
}

#slide2 .right {
    background: #0093AD;
}

#slide3 .left {
    background: #CDE4C4;
}

#slide3 h1,
#slide3 h3 {
    color: #0093AD;
}

#slide4 .right {
    background: #F3D967;
}

#slide4 h1,
#slide4 h3 {
    color: white;
}


/*SOME MORE CSS FOR THE MAIN PAGE*/

.section-headline {
    padding-top: 80px;
    /* margin-bottom: 40px;
  */
}

.section-headline h1,
.section-headline h2,
.section-headline h3,
.section-headline p {
    text-align: center;
    color: #0093AD;
    max-width: 550px;
    margin: auto;
    margin-bottom: 20px;
}

.fullWidth {
    width: 100vw;
    background: #BCE1E0;
    float: none;
}

.gridRow {
    display: table
}

.col-clean {
    padding: 0;
    margin: 15px;
}

.full-col-md-3 {
    padding: 80px;
}

@media (max-width: 992px) {
    .full-col-md-3 {
        padding: 0;
    }
}

img.full-width {
    width: 100%;
}


/*.col-4 {
  width: 21%;
  margin-left: 20px;
  position: relative;
  display: table-cell;
  color: #0093AD;
  padding-bottom: 30px;
}
  */

/* .col-md-4 img {
  width: 100%;
}
  */

@media (max-width: 1024px) {
    .invsbl {
        display: none;
    }
}


/*.col-4 h1,
  .col-4 h2,
  .col-4 h3,
  .col-4 p {
  color: #0093AD;
  padding: 20px 20px 0px 0px;
  vertical-align: text-bottom;
}
  
  .col-4 h2 {
  height: 1em;
  line-height: 1em;
}
  */

.fullImageWrapper {
    width: 100%;
}

.parallax-window {
    background: transparent;
    height: 600px;
}

.theGirls {
    background: url(../../uploads/2019/06/IMG_3817b_RGB.jpg) no-repeat center;
    background-size: 100%;
    /*height: 600px;*/
}

@media (max-width: 1024px) {
    .parallax-window {
        max-height: 300px;
    }

    .theGirls {
        max-height: 300px;
    }
}

.vision-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .vision-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.centerMe {
    text-align: center;
}

.center-smaller {
    max-width: 500px;
    margin: auto;
}

#wir {
    background: #ffe893;
}

.wir-headlines {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .wir-headlines {
        margin-bottom: 5px;
    }
}

.show-caption-icon,
.show-caption-icon h2 {
    color: transparent;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: white;
    border: none;
    border-radius: 0;
    /*border-left-style: solid;
  border-width: 5px;
  */
}


.show-caption-icon {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 40px;
    background: #00A196;
}


.show-caption-icon h2 {
    margin: 0;
    padding: 0;
    font-size: 3em;
    line-height: 30px;
    left: 0px;
    position: absolute;
    padding-left: 20px;
    color: white;
}

@media(max-width: 1024px) {}

.insta-thump {
    border-radius: 18px;
    margin-bottom: 8px;
}

.sk_crew_caption,
.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 151, 144, 1);
    width: 100%;
    height: 100%;
    display: none;
    color: white !important;
    z-index: 2;
}

.cap-con {
    margin: 5px;
}

@media(min-width: 1600px) {
    .cap-con {
        margin: 40px;
    }
}

@media(min-width: 1300px) {
    .cap-con {
        margin: 20px;
    }
}

@media (max-width: 992px) {
    .cap-con {
        margin: 5px;
    }
}

.caption h4,
.caption p,
.sk_crew_caption h4,
.sk_crew_caption p {
    color: white !important;
}

.welcome {
    /* margin-top: 80px;
	*/
    margin-bottom: 40px;
}

.link-container {
    width: 100%;
    float: none;
    margin-top: 40px;
    /* margin-bottom: 80px; */
}

.link-centerer {
    margin: auto;
    max-width: 170px;
    padding-bottom: 40px;
}

.link-icon,
link-centerer img {
    max-width: 60px !important;
    display: inline-block;
}

#comments li {
    list-style: none;
}

#comment,
input {
    border-color: #0093AD;
    border-width: 1px;
    border-style: solid;
}

label {
    font-weight: 100;
}

.habenHaben {
    font-size: 2em;
}

@media(max-width: 500px) {
    .habenHaben {
        font-size: 1.5em;
    }
}

.img-550 {
    max-width: 550px;
}

article .read-post img {
    max-width: 100%;
    height: auto;
}

.sauberbutton {
    clear: both;
    background-color: #0093AD;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

.buttonwrapper.sauberkasten {
    display: inline-block;
}


/* COOKIE ALARM */

#cookieAlarm div {
    padding: 10px;
}

#cookieAlarm {
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    background: #ffe893;
    padding: 25px;
}

#cookieAlarmCloser {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 20px;
}

@media(max-width: 992px) {
    #cookieAlarmCloser {
        position: absolute;
        right: 5px;
        top: auto;
        bottom: 8px;
        cursor: pointer;
        padding: 20px;
    }
}

/* STOERER ALARM */

#stoererAlarm {
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    /*background: #ffe893;*/
    padding: 25px;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
}

#stoererAlarm div {
    max-width: 560px;
    margin-bottom: 40px;
    margin-top: 80px;
    margin: auto;
    padding: 20px;
}

#stoererAlarmCloser {
    margin: auto;
    padding: 10px;
    cursor: pointer;
}

/* WOO COMMERCE */

/* remove standard-styles */

/*select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 
*/

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

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #A3698B !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: white;
    display: inline-block;
    position: inherit;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #BCE1E0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #0093AD;
}

.tabs {
    background: none;
    position: relative;
    min-height: 40px;
    clear: both;
    margin: 25px 0;
    z-index: 1000;
}


/* Artikelbezeichnung */

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 10px 0;
    margin: 0;
    font-size: 18px;
    /*min-height: 60px;*/

}

/* Preis */

.woocommerce ul.products li.product .price {
    /*color: #A3698B;*/
    color: #00A196;
    font-weight: 400;
    font-size: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    /* border-bottom: 1px solid #d3ced2;
  */
    z-index: 1;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    width: 100%;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: 0px 0px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -6px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 0px 0px;
    box-shadow: 0px 0px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: ' ';
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 0px 0px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0px;
    border-bottom-right-radius: 0px;
    border-width: 0 0px 0px 0;
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: ' ';
}

.woocommerce-message {
    border-top-color: #0093AD;
}

.woocommerce-message::before {
    content: '\e015';
    color: #0093AD;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #BCE1E0;
    color: #0093AD;
    background-color: white;
    background-position: right;
    background-repeat: no-repeat;
    font-family: logoText;
    text-transform: lowercase;
    padding: 0 0px 0 12px;

}

select {
    /*  -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;*/
    border: none;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    /*background: url(https://sauberkasten.com/wp-content/themes/sauber/fff-0-2.png) repeat;*/
    color: #0093AD;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 16px;
    font-family: pText, sans-serif !important;
    /*text-transform: lowercase;*/
    /*box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);*/
    /* border-radius: 3px;*/
    outline: none;
    cursor: pointer;
    background-color: #BCE1E0;

}

.label {
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #0093AD;
    text-align: center;
    white-space: nowrap;
}

select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    background-color: transparent;
}

select option {
    border: none;
    border-top: 1px solid #0093AD;
    padding: 6px 4px 6px 4px;
    font-family: pText, sans-serif !important;
}

/*.select-wrapper:before {
   
    font-family: fontello;
    content: "\f107";
   
    font-family: sans-serif;
    content: "↓";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: black;
}*/
.navbar-collapse {
    position: fixed;
    /*width: 340px;*/
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 16px;
    margin: 0;
    margin-top: 0px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 100;
    border-radius: 0px;
    left: auto;
    background-color: #F3D967 !Important;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    /*width: 100%;
  */
    color: #0093AD !Important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #fff0b9 !important;
    color: #0093AD !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #00A196;
    font-size: 2.457em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 28px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #fff;
    background-color: #0093AD;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}


/* Kleine Sterne im Bestellformular */

.woocommerce form .form-row .required {
    color: #A3698B;
    font-weight: 700;
    border: 0;
    text-decoration: none;
}


/* Raender fuer Markierung der Eingabefelder */

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #BCE1E0;
}

/* Die Produktbeschreibung als 2 Spalter */

.produkt-beschreibung-sk {
    display: inline-block;
    max-width: 45%;
    padding: 30px;
    vertical-align: top;
}


/* Die Produktbeschreibung Mobile als Einspalter */

@media (max-width: 575px) {
    .produkt-beschreibung-sk {
        display: inherit;
        max-width: 100%;
        padding: 0 5px 0 5px;
        vertical-align: top;
    }
}

/* Bestellungen page settings */

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woo-thumbs {
    list-style: none;
    background: #BCE1E0;
    padding-top: 6px;
    padding-bottom: 5px;
}

.woo-li {
    display: inline-block;
    margin-right: 20px;
}

.woocommerce-MyAccount-navigation-link a {
    color: #A3698B;
}

/* Paginierung / Seitenzahlen im Shop*/

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin: 0 0 30px 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 5px;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #BCE1E0;
    color: #0093AD;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.page-numbers {
    font-size: 1.5em;
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em;
}

.woocommerce-product-gallery figure {
    margin: 0;
}

/* Abstände zwischen die Vorschaubilder im Shop */

.flex-control-nav.flex-control-thumbs li {
    padding: 5px 5px 0 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;

}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
}

.woocommerce-product-gallery img {
    display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}

/* END OF WooCommerce 3.0 Gallery */

/* Clolums of Cross-Sells in Check out */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
}

/*NEWSLETTER*/

#mc_embed_signup {
    background: #ffe893;
    clear: left;
    max-width: 550px;
}


/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */

.newsletter_container {
    /* content */
    padding: 10px;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
    font-weight: 100;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

#mc_embed_signup input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .button {
    clear: both;
    background-color:
        /*#CDE4C4#BCE1E0*/
        #0093AD;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .button:hover {
    background-color: #BCE1E0;
    color: #0093AD;
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%;
    /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
    padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
    width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
    display: none;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#mc_embed_signup .clear {
    clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}

#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
    padding: .5em;
    border: 1px solid #ccc;
    margin-right: .5em;
    font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    z-index: 1;
    color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}

@media screen and (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

    .padForMarg {
        padding: 20px;
    }
}

.noPad {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 767px) {
    .noPad {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.my-thumb-desktop {
    display: inherit;
}

.my-thumb-mobile {
    display: none;
}

@media (max-width: 992px) {
    .my-thumb-mobile {
        display: inherit;
    }

    .my-thumb-desktop {
        display: none;
    }
}

/* CATEGORY PAGE */
.cat_list {
    background:
        white !important;
    min-height: 60px;
    border-top: 1px solid #BCE1E0;
    /*border-bottom: 2px solid #CDE4C4 !important;*/
}

.entry-title {
    margin-bottom: 80px;
}

h2.entry-title {
    font-size: 22px;
}

article.post {
    border-bottom: 0px dotted #bbb;
    background: #CDE4C4;
}

.select-items div,
.select-selected {
    font-family: pText arial sans-serif;
    border-bottom: 0px dotted #bbb;
    margin-bottom: 3px;
}

option {
    font-family: pText arial sans-serif;
}

.page-numbers {
    margin: 5px;
}

.page-numbers.current {
    border-bottom: solid 2px #0093AD;
}

.post-categories li {
    background: #BCE1E0;
    padding: 0px 8px;
    border-radius: 12px;
    /*color: #0093AD !important;*/
    font-size: 13px;
    line-height: 20px;
}

/*///////////////////////////////////*/
/*///////////////////////////////////*/
/* CODE COPY AUS DEM CUSTOMIZER */


/*Startseite Caption-Icon Plus*/
.plus_ver,
.plus_hor {
    display: block;
    background: white;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.plus_ver {
    width: 4px;
    height: 20px;
}

.plus_hor {
    width: 20px;
    height: 4px;
}

.show-caption-icon {
    position: absolute;
    right: 50%;
    width: 40px;
    height: 40px;
    background: #00A196;
    border-radius: 50%;
    bottom: 10px;
    transform: translate(50%, 0px) rotate(0);
    z-index: 3;
}

.show-caption-icon:hover,
.show-caption-icon.hovered {
    -webkit-animation: rotate-45-cw 0.4s both;
    animation: rotate-45-cw 0.4s both;
}

@-webkit-keyframes rotate-45-cw {
    0% {
        -webkit-transform: translate(50%, 0px) rotate(0);
        transform: translate(50%, 0px) rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes rotate-45-cw {
    0% {
        -webkit-transform: translate(50%, 0px) rotate(0);
        transform: translate(50%, 0px) rotate(0);
    }

    100% {
        -webkit-transform: translate(50%, 0px) rotate(45deg);
        transform: translate(50%, 0px) rotate(45deg);
    }
}

.post-categories li a.blue-type:visited,
li a.blue-type:link {
    color: #BCE1E0;
}

/*Störer unten im Shop*/
.stoererShop {
    padding: 20px 20px 24px 20px;
    color: #0093AD !important;
    z-index: 2;
    font-size: 1em;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0px;
}

/* Sortierung der Meta Angaben an den Artikeln auf der Artikel-Seite*/
.product_meta {
    display: grid;
}

/* Breite der Cross-Cells Spalte im Check out*/
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
}

/* Font ändern im Cookies-Popup */
.cc-color-override--1899183689.cc-window,
.cc-color-override--1899183689.cc-revoke {
    font-family: pText;
    /*font-family: logoText; */
    /*text-transform: lowercase;*/
    font-weight: normal;
}

/*Suche Shop */
.woocommerce-product-search {
    /*float: right;*/
    padding: 40px 0 40px 0;
}

button {
    background: white;
    border: solid 1px;
    padding: 1px 5px 1px 5px;
}

.prod_lupe {
    cursor: pointer;
    width: 48px;
    padding: 10px;
}

.search-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box .woocommerce-product-search {
    display: none;
}

/* Product Categories List */
ul.prod_cat_list {
    list-style: none;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    /*border: solid #BCE1E0 1px;
    border-width: 0 0 1px 0;*/
    display: none;
}

li.prod_cat_list_item {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    margin: 5px;
    background: #BCE1E0;
    border-radius: 50px;
}

.back_to_shop {
    font-size: 18px;
    /*border: solid 1px;
padding: 0px 10px;
 border-radius: 50px;*/
    display: inline-block
}

/* Kategorien Dropdown */
.cat_drop {
    cursor: pointer;
}

.cat_drop h3 {
    font-size: 20px;
}

.drop_arrow {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 15px;
    margin-bottom: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.drop_arrow.open {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.woocommerce-result-count {
    font-size: 16px;
}

.cat_seperator {
    border: solid #BCE1E0 1px;
    border-width: 0 0 1px 0;
}

/* Hide Sidebar everywhere */
#sidebar {
    display: none;
}

/* Vermeide das horizontale bewegen der Seite */
html,
body {
    width: auto !important;
    overflow-x: hidden !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #efefef;
    border: none;
    border-radius: 3px;
    /*padding: 1em 2em 1em 1em;*/
    font-size: 1em;
}

select::-ms-expand {
    display: none;
}

.postform {
    cursor: pointer;
    padding: 0;
}

.woocommerce-ordering {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-drop-icon {
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    max-height: 40px;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: none;
    padding: 0 0 0 12px;
    cursor: pointer;
}

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

/* Categories page */
h2.entry-title {
    margin-bottom: 20px;
}

.entry-wrapper {
    display: flex;
    align-items: center;
}

/* Staffelpreis-Tabelle */
.bm-bulk-table {
    color: #A3698B;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    width: 100%;
}

.bm-bulk-table * {
    font-weight: 100;
}

thead td {
    padding-top: 5px;
    padding-bottom: 5px;
}

thead tr {
    border-bottom: solid 1px;
}

.bm-bulk-table td {
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}

/*B2B Preise*/
.b2b-rrp {
    font-size: 14px;
}

/* Mein Konto Seite Farben*/
.woocommerce-MyAccount-navigation-link a {
    color: #0093AD;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #0093AD;
}

.woocommerce-MyAccount-content strong {
    color: #0093AD;
}

/*Mein Konto Seite Augen*/
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 0.2em;
}

/*Check out*/
.cart_totals table.shop_table.shop_table_responsive * {
    font-size: 17px;
    font-weight: 100;
}

small.includes_tax,
small.includes_tax .woocommerce-Price-amount,
small.includes_tax .woocommerce-Price-currencySymbol {
    font-size: 10px !Important;
    color: #0093AD !Important;
}

.woocommerce-checkout-review-order * {
    font-size: 17px;
    font-weight: 100;
    font-style: normal;
}

.woocommerce-privacy-policy-text * {
    font-size: 17px;
    line-height: 20px !important;
}

em {
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}

/* Style Arrow on Select on Mein Konto */

.sk_arrow {
    border: solid #0093AD;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.sk_down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    left: 274px;
    top: 32px;
}

/* Blog */
.my-thumb-desktop img,
.my-thumb-mobile img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.durchgestrichen {
    text-decoration: line-through;
}

/* AGB SEITE von GERMANIZED */

.ps_document h1,
.ps_document h2,
.ps_document h3 {
    color: #A3698B !important;
    border-bottom: 1px solid #A3698B !important;
    width: 100%;
}


/*2021_04_09*/

.woocommerce-de_price_taxrate,
.woocommerce_de_versandkosten,
.price-per-unit {
    /* font-size: .55em; */
    font-size: 11px;
    /* line-height: 1.3em;*/
    line-height: 13px;
}

/*PDF Impressum CSS überschreiben*/

.ps_document {
    margin: 0 auto;
    width: 97%;
    color: #0093AD;
}

@media (min-width: 1300px) {
    .ps_document {
        font-size: 1.2em;
    }
}

@media (max-width: 1300px) {
    .ps_document {
        font-size: 1.1em;
    }
}

@media (max-width: 600px),
(max-width: 900px) {
    .ps_document {
        font-size: 0.9em;
    }
}

@media (max-width: 400px) {
    .ps_document {
        font-size: 0.8em;
    }
}

.ps_document h1,
.ps_document h2,
.ps_document h3 {
    color: #B8433D;
    border-bottom: 1px solid #B8433D;
    width: 100%;
}

.ps_document .subsection {
    padding-bottom: 0.5em;
}

.ps_document .subsection .numbering {
    vertical-align: top;
    padding: 0;
}

.ps_document .subsection .bullet {
    vertical-align: top;
    padding: 0 0 0 1.5em;
}

.ps_document .subsection .subsection_content {
    padding: 0;
}

.ps_document .table-of-contents p {
    margin: 0;
}

/* Für die Angaben zur Lieferung in Sternchen */
.LD-Infobox {
    max-width: 520px;
    margin: auto;
}



/* 2021_04_12 */
/*Anpassung Startseite*/


#shop-box h2,
#pros-box h2 {
    text-align: center;
    margin-top: 40px;
}

.shop-box-row,
.pros-box-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 90px;
    margin-bottom: 90px;
}

#pros-box {
    background: #BCE1E0;
    padding: 40px;
}

.sbr-item {
    /*            max-width: 300px;*/
    text-align: center;
    flex-basis: 300px;
}

.sbr-item-5 {
    /*            max-width: 300px;*/
    text-align: center;
    max-width: 200px;
    display: grid;
    align-items: start;
}

.sbr-item img {
    max-width: 100%;
    /*            margin: 35px;*/
}

.sbr-item-5 img {
    max-width: 100%;
    margin: auto;
}

a.startPage_shopLink {
    text-decoration: none;
    color: #0093AD;
}

a.startPage_shopLink:hover {
    text-decoration: underline;
    color: #0093AD;
}

.shop-box-button-con {
    display: flex;
}

.pros-box-button-con {
    display: flex;
}

a.shop-box-button {
    font-family: logoText, sans-serif;
    font-size: 30px;
    text-transform: lowercase;
    background: #BCE1E0;
    color: #0093AD;
    border-color: #BCE1E0;
    padding: 5px 40px 5px 40px;
    margin: auto;
    display: flex;
    text-decoration: none;
}

a.pros-box-button {
    font-family: logoText, sans-serif;
    font-size: 30px;
    text-transform: lowercase;
    background: #F3D967;
    color: #0093AD;
    border-color: #BCE1E0;
    padding: 5px 60px 5px 60px;
    margin: auto;
    display: flex;
    text-decoration: none;
}

/* ENDE CODE COPY AUS DEM CUSTOMIZER */
/*///////////////////////////////////*/
/*///////////////////////////////////*/


/*.post-categories li a {
    color: #0093AD !important;
}*/

/*
Saubercolors:

Türkis:     #0093AD
Hellblau:   #BCE1E0
Hellgelb:   #ffe893
Sonnengelb: #F3D967
Meergrün:   #00A196
Hellgrün:   #CDE4C4
Lavendel:   #A3698B

*/