body {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
    font-family: "Open Sans";
}

.bilderhidden{display:none}

.iti-flag {background-image: url("../resources/flags.png");}

.intl-tel-input {
    width: 100%;
}

.selectBox{
    width:50%;
    float:left;
}

.aktionsbild{
    max-width: 500px;
}

.aktionstext{
    font-size: 20px;
    text-align: center;
}

.aktionstitel{
    font-size: 60px;
    color: #bed631;
    margin: 10px;
    border-bottom: 10px solid #bed631;
    text-align: center;
}

.aktionsbox{
    display: flex;
    flex-wrap: nowrap;
}

.selectBox img{
    width: 70%;
    float: left;
    margin: 0 10%;
}

.beispielText{
    position: relative;
    left: 8%;
    top: 100%;
    font-size: 40px;
    float:left;
}

.bildAuswahl{
    width: 25%;
    float: left;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    cursor:pointer;
}

.chooseFarbe{
    box-sizing: border-box;
}

.chooseFarbe a{
    position: relative;
}

.farbeAuswahl{
    margin: auto;
    width: 16.66666667%;
    padding: 15px;
    box-sizing: border-box;
}

.mtweiter{
    cursor: pointer;
    text-decoration: none;
}

.chooseDeko
{
    border: 1px solid #BABABA;
    line-height: 16px;
    font-size: 22px;
    background-color: #bed631;
    color: #FFFFFF;
    padding: 25px 10px;
    margin: 20px;
    font-family: Lato;
    letter-spacing: normal;
    min-width: 45%;
    border-radius: 0px;
    width: 85%;
    text-align: center;
    float: left;
    height: 70px;
    cursor: pointer;
    text-decoration: none;
}

.disabledButton{
    cursor: pointer;
    text-decoration: none;
    background-color: #6a707a;
}

#MTbild{
    height: 43.33333px;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
}

#MTfinalwithtext{
    cursor: pointer;
}

#slideContainer{
  position:relative;
  overflow:hidden;
  margin:0 auto;
  white-space:nowrap;
   width: 100%;
}

#slideContainer div.slides{
    position:relative;
    display:inline-block;
    white-space:normal;
    vertical-align:top;
    *display:inline;
    width: 100%;
    margin-right:-4px;
    padding: 40px 0;
}

#takeBild{
    width: 200px;
    margin: 30px;
    float: left;

}

#takeText{

}


.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel] {
    height: 48px;
    width: 100%;
}

input, textarea, select {
    border: 1px solid #BABABA;
    line-height: 18px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 8px 10px;
    font-family: Lato;
    letter-spacing: 0.05em;
    min-width: 200px;
}

.pseudoButton{
    border: 1px solid #BABABA;
    line-height: 16px;
    font-size: 14px;
    background-color: #bed631;
    color: #FFFFFF;
    padding: 8px 10px;
    font-family: Lato;
    letter-spacing: normal;
    min-width: 200px;
    border-radius: 4px;
    width: 100px;
    text-align: center;
}

button {
    border: 1px solid #BABABA;
    line-height: 16px;
    font-size: 14px;
    background-color: #bed631;
    color: #FFFFFF;
    padding: 8px 10px;
    font-family: Lato;
    letter-spacing: normal;
    min-width: 200px;
    border-radius: 4px;
}

button.invert {
    background-color: #CCCCCC;
    color: #000000;
}

h1 {
    background-color: #d9dbda;
    padding: 6px 10px;
    text-align: center;
    color: #FFFFFF;
    line-height: 57px;
    font-size: 30px;
    font-family: "Open Sans";
}

h4
{
    border-bottom: 1px solid #cbcbcb;
}

.page-container {
    max-width: 940px;
    margin: 0 auto;
    padding: 0;
    /*min-height: calc(100vh - 280px);*/
}

.page-container:only-of-type {

    /*min-height: calc(100vh - 280px);*/
}

.page-container a
{
  color: inherit;
}

.page-container a:hover
{
  color: #bed631;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

a.highlighted-link {
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 18px;
    padding: 7px 20px;
    background-color: #B0D457;
    color: #FFFFFF;
}

p {

}

p.catcher {
    font-size: 44px !important;
    margin: 100px 0 10px 0 !important;
    padding: 5px 10px !important;
}

p.highlighted {
    background-color: #FFFFFF;
    opacity: 0.7;
    font-family: Volkhov;
    font-size: 22px;
    padding: 4px 10px;
    margin: 10px 0 0 0;
    display: inline-block;
}

header {
    width: 100%;
    height: 100px;
    background-color: #9d9c9c;
}

header .page-container .logo {
    padding: 12px 0;
    float: left;
}

header .page-container .logo a {

}

header .page-container .logo a img {
    height: 70px;
}

header .page-container .nav {
    float: right;
    min-width: 460px;
}

header .page-container .nav ul {
    list-style-type: none;
    height: 40px;
    margin: 7px 0;
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

header .page-container .nav ul.special-links {
    font-size: 11px;
}

header .page-container .nav ul  li {
    float: right;
    margin: 3px;
}

header .page-container .nav ul  li a {
    text-decoration: none;
    padding: 6px 10px 4px;
    border-radius: 2px;
    display: block;
    color: #FFFFFF;
}

header .page-container .nav ul  li a.active {
    background-color: #bed631;
}

header .page-container .nav ul  li a.selected {
    background-color: #bed631;
}

header .page-container .nav ul li > a:hover {
    background-color: #bed631;
    transition: all 0.4s ease-out 0s;
}

#eyecatcher {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    display: block;
    background-size: cover;
    background-position: center;
}

section.content {
    padding: 40px 0px;
    margin-bottom: 110px;
    width: 100%;
}

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin: 0 -10px;
  margin-bottom: 20px;
}

.row:last-child {
  margin-bottom: 0;
}

[class*="col-"] {
  padding: 10px;
}

#mobileMenue
{
    display: none;
    cursor: pointer;
}

section.content .step-box {

}

section.content .step-box .image {
    width: 100%;
}

section.content .step-box .image img {
    width: 100%;
}

section.content .step-box .caption {
    width: 100%;
}

section.content .step-box .caption .numbering {
    float: left;
    width: 5%;
    padding: 0 2px;
    color: #1A6A7D;
    font-family: Open Sans;
    font-size: 40px;
    line-height: 45px;
}

section.content .step-box .caption .description {
    float: right;
    width: 89%;
    bottom: 5px;
    color: #535353;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 19px;
    padding-top: 6px;
}

section.content .highlighted-box {
    padding: 16px 20px;
    background-color: #B0D457;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

section.content .highlighted-box input {
    width: 50%;
    text-align: center;
}

section.content .grey-box {
    padding: 20px 10px;
    width: 450px;
    color: #000000;
    background-color: #D9DBDA;
    min-height: 260px;
}

section.content .grey-box img {
    width: 450px;
}

section.content .grey-box h2 {
    margin: 0;
}

section.content .grey-box a.highlighted-link {
    margin-top: 35px;
}

footer {
    width: 100%;
    background-color: #2f2f2f;
    padding: 15px 0;
    color: #FFFFFF;
    font-size: 13px;
    font-family: "Open Sans";
    bottom: 0;
    /*position: fixed;*/
    height: 120px;
    overflow: hidden;
    margin-top: 40px;
}

footer a {
    text-decoration: none;
    color: #FFFFFF;
}

footer a.dark-link {
    text-decoration: none;
    color: #000000;
}

footer a.dark-link:hover {
    text-decoration: none;
    color: #bed631;
}

footer .vertical-align {
    padding-top: 20px;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    float: left;
}

/*#giftcard
{
    position: relative;
    top: -107px;
    width: 224px;
    left: 23px;
}

#giftcard2
{
    position: relative;
    top: -70px;
    width: 131px !important;
    min-width: 0px;
    left: -2px;
    font-size: 0.8em;
    height: 31px;
}*/

form.login-form
{
    width: 100%;
    background-color: #ffffff;
}

form.login-form .login-container
{
    border: 1px solid #cccccc;
    display: block;
}

form.login-form .login-container .group
{
    padding: 20px 18px;
}

form.login-form .login-container .form-action
{
    border-top: none;
    background-color: #eeeeee;
}

form.login-form .login-container .group .control-set
{
    width: 100%;
}

form.login-form .login-container .group .control-set .control
{
    border-collapse: separate;
    font-size: 15px;
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.control-caption
{
    font-weight: bold;
    margin-left: 47px;
    margin-bottom: 3px;
}

form.login-form .login-container .group .control-set .control .control-label
{
    border: 1px solid #cccccc;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #bed631;
    color: #fff;
    font-weight: normal;
    padding: 12px 12px;
    text-align: center;
    display: table-cell;
    width: 42px;
    line-height: 1.2;
}

form.login-form .login-container .group .control-set .control .fix-box
{
    display: table-cell;
    width: auto;
}

form.login-form .login-container .group .control-set .control .fix-box .form-control
{
    height: auto;
    color: #555555;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 12px 12px;
    width: 100%;
    border-left: 0;
    font-family: 'Open Sans';
}

form.login-form .login-container .group .control-set .control .fix-box .check-for-caps-lock
{
    border-right: 0;
    border-radius: 0;
}

form.login-form .login-container .group .control-set .control .field-message
{
    height: auto;
    color: #555555;
    border-radius: 3px;
    padding: 12px 12px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    text-align: right;
    color: orange;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    min-width: 30px;
    display: table-cell;
    font-size: 12px;
}

form.login-form .login-container .group .control-set .control-error
{
    max-height: 16px;
    font-size: 13px;
    line-height: 16px;
    margin: -5px 7px 13px 0;
    text-align: right;
    color: red;
    width: 100%;
}

form.login-form .login-container .group .control-set:last-child,
form.login-form .login-container .group .control-set:last-child .control-error
{
    margin-bottom: 0;
}

form.login-form .login-container .group .control-set .control-error a
{
    text-decoration: none;
    color: #0C6BB2;
}

label
{
    display: inline-block;
    font-weight: bold;
}

.show-company
{
   display: block;
}

.donot-show-company
{
   display: none;
}


.inputBox input, .inputBox textarea {
    border-radius: 4px;
    color: #404040;
}

.inputBox {
    margin-bottom: 10px;
}

form.reduxForm label,
form.reduxForm .inputBox input,
form.reduxForm .inputBox textarea
{
    width: 80%;
    margin-left: 10%;
}

form.reduxForm button
{
    margin-left: 10%;
}

article.prodItem {
    width: calc(33.33% - 40px);
    float: left;
    margin: 20px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 31px rgba(0,0,0,0.2);
    border-radius: 15px;
    overflow: hidden;
}

article.prodItem span.price
{
    display: block;
    background-color: #2F2F2F;;
    color: #fff;
}

article.prodItem img
{
    width: 80%;
}

article.prodItem a
{
    text-decoration: none;
}

article.prodItem h2
{
    font-size: 0.9em;
}

article.prodDetail {
    height: 400px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    margin-top: 55px;
    border-radius: 14px;
    overflow: hidden;
}

.detailImg {
    width: 400px;
    float: left;
}

.detailImg img {
    width: 400px;
    height: 400px;
}

.detailText {
    width: calc(100% - 400px);
    float: left;
}

div#prodText {
    height: calc(400px - 100px);
    overflow: hidden;
    padding: 0px 27px;
}

div#prodBuy {
    height: 100px;
    background-color: #eee;
    padding: 10px 27px;
}

#prodBuy span.price {
    display: block;
    font-size: 1.6em;
}

.bubble
{
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 23px rgba(0,0,0,0.19);
    margin-left: -245px;
    width: 245px;
    margin-top: 21px;
    display: inline;
    box-shadow: 0px 0px 23px rgba(0,0,0,0.19);
    z-index: 20;
    text-align: left;
    color: #000;
    width: 420px;
    padding: 20px;
}

.scrollBubble
{
    background-color: rgba(0,0,0,0);
    border: 5px solid #dd5d5f;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);
    position: fixed;
    top: 100px;
    right: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    font-size: 0px;
}

.scrollBubble .label
{
    background-color: #dd5d5f;
    border-radius: 50%;
    width: 95%;
    height: 95%;
    margin-top: 2.5%;
    margin-left: 2.5%;
    text-align: center;
    color: #fff;
    font-size: 0.6em;
    padding-top: 25%;
    overflow: hidden;
}

.scrollBubble h2 {
    margin: 0px;
    font-size: 2.4em;
}

.scrollBubble a
{
    color: inherit;
    text-decoration: none;
}

.scrollBubble .label h2 {
    margin: 0px !important;
    font-size: 2.4em !important;
}

.scrollBubble.show
{
    opacity: 1;
    width: 170px;
    height: 170px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
    font-size: 1em;
}

#cartTable
{
    width: 100%;
}

#cartTable tr:first-child {
    font-size: 1.3em;
}

.bubble.hidden {
    display: none;
}

div#cartBubble {
    border-radius: 14px;
}

table#cartTableBig {
    width: 100%;
}

/*

    BLOG

 */

#blogContainer
{
    width: 800px;
    margin: 0px auto;
}

.blogItem
{
    float: left;
    display: block;
    width: 30%;
    margin: 1.666666%;

}

.blogItem .separator, .blogDetail .separator {
    margin-top: -16px;
    height: 9px;
    margin-bottom: 19px;
    width: 70%;
    background-color: #bed631;
}

.blogDetail .separator {
    width: 35%;
    margin: -10px auto 39px auto;
}

.blogDetail
{
    text-align: justify;
    font-family: Volkhov;
    color: #444;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 400;
}

.blogDetail h2
{
    text-align: center;
}

.blogItem h2, .blogItem .continue, .blogItem .cat, .blogDetail h2
{
    font-family: Volkhov;
}

.blogItem h2 {
    margin-top: 6px;
    line-height: 1.2em;
}

span.cat {
    color: #505050;
    font-size: 0.8em;
}

a.continue {
    display: block;
    text-align: right;
    font-size: 1.05em;
    margin-top: 6px;
    color: #bed631;
    /* padding-right: 20px; */
}

img.blogHeader {
    width: 100%;
    box-shadow: 0px 0px 13px rgba(0,0,0,0.1);
}

.blogDetail {
    padding: 0px 10%;
}

.registerButtons
{
    width: 100%;
    background-color: #bed631;
    display: inline-block;
    padding: 20px 20px 20px 69px;
    border-radius: 2px;
    color: #fff !important;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 800;
    margin-bottom: 20px;
    transform: 03s all ease;
}

.registerButtons:hover
{
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.sommer
{
    font-size: 80px;
    color: #bed631;
    margin: 10px;
    border-bottom: 10px solid #bed631;
}

.sommer_untertitel
{
    font-size: 20px;
    width: 100%;
    border:none;
}

.sommer_box
{
    font-size: 16px;
    width: 100%;
    text-align: center;
    border: 1px solid #9d9c9c;
    padding: 20px;
}

.promotext
{
    font-size: 40px;
    margin: 10px;
}

/**
 *  RESPONSIVEEE
 */


@media all and ( min-width: 600px )
{
  .col-2-3 {
    float: left;
    width: 66.66%;
  }
  .col-1-2 {
    float: left;
    width: 50%;
  }
  .col-1-3 {
    float: left;
    width: 33.33%;
  }
  .col-1-4 {
    float: left;
    width: 25%;
  }
  .col-1-8 {
    float: left;
    width: 12.5%;
  }

  header .page-container .nav ul {
    display: block !important;
  }

}

 /*

    PROD DETAIL

  */

@media all and ( max-width: 940px )
{
    .control-set
    {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media all and ( max-width: 880px )
{
    article.prodDetail {
        height: auto;
    }

    div#prodBuy {
        height: 139px;
        background-color: #eee;
        padding: 10px 27px;
        margin-top: 10px;
    }

    div#prodText {
        height: auto;
    }

    .detailText {
        width: 100%;
        float: none;
    }

    .detailImg {
        float: none;
        width: 100%;
        text-align: center;
    }

    .detailImg img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }
}

@media all and ( max-width: 376px )
{
    .footerMobile {
        text-align: left;
        padding: 3px;
    }

    .imprMobile {
        width: 100%
    }

    .fullfootermobile {
        width: 100%;
    }

    footer {
        height: 260px;
    }

    .socialFooterMobile {
        padding-right: 20px;
    }

    header .page-container .nav ul {
        list-style-type: none;
        height: 50px;
        margin: 7px 0;
        font-family: Lato;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }

    .bubble {
        position: absolute;
        background-color: #fff;
        box-shadow: 0px 0px 23px rgba(0,0,0,0.19);
        margin-left: -80px;
        width: 245px;
        margin-top: 21px;
        display: inline;
        box-shadow: 0px 0px 23px rgba(0,0,0,0.19);
        z-index: 20;
        text-align: left;
        color: #000;
        width: 350px;
        padding: 20px;
    }

    header .page-container .nav {
        float: none;
        margin-top: 0 !important;
    }

    header .page-container .nav ul.special-links {
        padding: 0;
    }

    .special_links {
        float: left;
        /* display: block; */
        padding: 0;
        width: 100%;
    }

    header .page-container .nav ul li {
        float: left;
        margin: 0px;
    }

    .nav {
        float: left;
        width: 100%;
    }

    .logo {
        float: left;
        width: 100%;
    }
}

@media all and ( max-width: 599px )
{
    header .page-container .logo a img {
        height: 30px;
    }

    #blogContainer2{
        width: 100% !important;
        margin: 0px auto;
        padding: 0 20px !important;
    }

    #blogEntries{
        width: 100% !important;
        float: left;
    }

    #blogSidebar .scrollBubble{
        display:none;
    }


    .scrollBubble.show {
        opacity: 1;
        width: 100px;
        height: 100px;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 0.6em;
    }

    .scrollBubble {
        background-color: rgba(0,0,0,0);
        border: 5px solid #dd5d5f;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        position: fixed;
        bottom: 10px;
        right: 10px;
        transition: all 0.3s ease;
        opacity: 0;
        font-size: 0px;
    }

    .aktionsbild{
        position: unset;
        max-width: 100%;
    }

    .aktionstext{
        font-size: 16px;
        text-align: center;
    }

    .aktionstitel{
        font-size: 40px;
        color: #bed631;
        margin: 10px;
        border-bottom: 10px solid #bed631;
        text-align: center;
    }

    .aktionsbox{
        max-width: 100%;
        display:block;
    }

    .selectBox{
        width:100%;
        float:left;
    }

    .selectBox img{
        width: 70%;
        float: left;
        margin: 0 10%;
    }

    .beispielText{
        position: relative;
        left: 8%;
        top: 100%;
        font-size: 25px;
    }

    .registerButtons{
        width: 100%;
        background-color: #bed631;
        display: inline-block;
        padding: 10px;
        border-radius: 2px;
        color: #fff !important;
        text-decoration: none;
        font-size: 1.4em;
        font-weight: 800;
        margin-bottom: 20px;
        transform: 03s all ease;
    }

    .farbeAuswahl {
        margin: auto;
        width: 50%;
        padding: 15px;
        box-sizing: border-box;
    }

    .chooseDeko{
        width:85%;
        font-size:14px;
    }

    #MTbild{
        width: 100%;
    }

    .bildAuswahl{
        width: 50%;
    }

    article.prodItem
    {
        width: calc(100% - 40px) !important;
    }

    section.content {
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }

    #mobileMenue
    {
        display: block;
        color: #fff;
        letter-spacing: 0.2em;
        text-align: center;
        background-color: rgba(255,255,255,0.2);
        padding: 10px 0px;
    }

    header
    {
        height: auto;
        min-height: 141px;
    }

    header .page-container .nav {
        float: none;
        margin-top: -54px;
    }

    header .page-container .logo {
        float: none;
    }

    .main-nav
    {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .main-nav li
    {
        display: block;
        width: calc(100% - 6px);
        text-align: center;
    }

    p.catcher {
        font-size: 8vw !important;
    }

    p.highlighted
    {
        font-size: 4vw;
    }
}

@media all and ( max-width: 900px )
{
    article.prodItem
    {
        width: calc(50% - 40px);
    }

    section.content .grey-box {
        width: 100% !important;
        max-height: 250px;
        margin-bottom: 10px;
    }

    .left {
        float: left;
        text-align: center;
    }
}

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

  table tr
  {
    display: block;
  }

  table td
  {
    display: block;
    width: 100% !important;
  }
}

/*
  REGISTRATION RESPONSIVE
 */
#rubbelHint .hint
{
    width: 50%;
}

@media screen and (max-width: 700px) {
    #rubbelHint .hint
    {
        width: 100%;
    }
}
