/*
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: 1.0
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);
    /* src: url(fonts/ManualRound-Medium.otf) format('opentype');
  */
    /*src: url(http://sauberkasten.com/wp-content/themes/sauber/fonts/HKGrotesk-Regular.woff);
  */
}

@font-face {
    font-family: logoText;
    src: url(fonts/ManualRoundWeb-BoldCapsLf.woff) format('woff');
    /* src: url(fonts/ManualRound-BoldCaps.otf) format('opentype');
  */
    /* src: url(http://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;
    color: #0093AD;
}

h1 {
    font-family: logoText, arial, sans-serif;
    font-size: 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: 1.1em;
}

@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 {
    font-size: 1.09em;
}

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

@media (min-width: 768px) {
    header {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 3;
        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;
}


/* @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;
}

.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*/


/*.navlist 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);
    }
}

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

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

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

.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 {
    width: 70%;
    margin: auto;
}

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

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

#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: #BCE1E0;
    padding: 20px;
    /* 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: 550px;
    margin: auto;
    min-height: 430px;
    /*padding: 10px;
  */
}

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;
    height: 350px;
    width: 100%;
    background-size: 100%;
    margin: auto;
    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: 1.8em;
    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: 14px;
}

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

.s-img1 {
    background: url(../../uploads/image/IMG_2849b_quad_web.jpg) no-repeat center;
    background-size: 100%;
}

.s-img2 {
    background: url(../../uploads/image/IMG_2792b_qua_kl.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/image/Foto-10.02.17--22-16-40-k.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/image/theGirls.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;
  */
}

@media (max-width: 992px) {
    .show-caption-icon {
        position: absolute;
        top: 46%;
        width: 12px;
        height: 8%;
        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;
}

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

.link-icon {
    max-width: 60px;
    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;
}


/* 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: #ebe9eb;
    display: inline-block;
    position: inherit;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0 1em;
}

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

.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 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 #0093AD;
    color: #0093AD;
    background-color: white;
    /* background-image: url(http://sauberkasten.com/wp-content/themes/sauber/select-arrow.png);
  */
    background-position: right;
    background-repeat: no-repeat;
}

option {
    border: none;
    border-top: 1px solid #0093AD;
    padding: 6px 4px 6px 4px;
}

.select-wrapper:before {
    font-family: sans-serif;
    content: "↓";
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    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 ul.products li.product .price {
    color: #A3698B;
    font-weight: 400;
    font-size: 1.457em;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #A3698B;
    font-size: 2.457em;
}

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


/* 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;
}


/*NEWSLETTER*/

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


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

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


/*
Saubercolors:

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

*/