@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);

html {
    height: 100%;
}

body {
    background: #fff;
    min-height: 100%;
}

.wrapper-elem {
    min-height: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* default paragraph elements 
   ------------------------------------ 
   ------------------------------------ */

h1 {
    font-size: 50px;
    margin: 20px 0;
}

h2 {
    font-size: 46px;
    margin: 10px 0;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

p {
    font-size: 14px;
    line-height: 1.5;
}

.light {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
}

.regular {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

a, a > p, a > p > span, a > span {
}

a:hover {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.ls5 {
    letter-spacing: 5px;
}

/* form adjustments */

input[type="radio"], input[type="checkbox"] {
    height: 22px;
    width: 18px;
}

.questions-label {
    margin-top: -4px;
}

/* ------------- */
/* animation     */
/* ------------- */

.animate {
    transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.spin {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.fadein-10 {
    animation: fadein 1000ms;
    -moz-animation: fadein 1000ms;
    -webkit-animation: fadein 1000ms;
    -o-animation: fadein 1000ms;
}

.fadein-15 {
    animation: fadein 1500ms;
    -moz-animation: fadein 1500ms;
    -webkit-animation: fadein 1500ms;
    -o-animation: fadein 1500ms;
}

.fadein-20 {
    animation: fadein 2000ms;
    -moz-animation: fadein 2000ms;
    -webkit-animation: fadein 2000ms;
    -o-animation: fadein 2000ms;
}

.fadein-25 {
    animation: fadein 2500ms;
    -moz-animation: fadein 2500ms;
    -webkit-animation: fadein 2500ms;
    -o-animation: fadein 2500ms;
}

.fadein-30 {
    animation: fadein 3000ms;
    -moz-animation: fadein 3000ms;
    -webkit-animation: fadein 3000ms;
    -o-animation: fadein 3000ms;
}

.fadein-35 {
    animation: fadein 3500ms;
    -moz-animation: fadein 3500ms;
    -webkit-animation: fadein 3500ms;
    -o-animation: fadein 3500ms;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* -------------- */
/* width          */
/* -------------- */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.no-float {
    float: none;
}

.pos-relative {
    position: relative;
}

/* ------ */

.w49 {
    width: 49%;
}

.w48 {
    width: 48%;
}

.w50 {
    width: 50%
}

.w70 {
    width: 70%
}

.w30 {
    width: 30%
}

.w33 {
    width: 33.3333333333333%;
}

.w100 {
    width: 100%;
}

/* ------ */

.mt-tiny {
    margin-top: 10px;
}

.mt-small {
    margin-top: 15px;
}

.mt-medium {
    margin-top: 20px;
}

.mt-large {
    margin-top: 40px;
}

.mt-big {
    margin-top: 80px;
}

.mb-tiny {
    margin-bottom: 10px;
}

.mb-small {
    margin-bottom: 15px;
}

.mb-medium {
    margin-bottom: 20px;
}

.mb-large {
    margin-bottom: 40px;
}

.mb-big {
    margin-bottom: 80px;
}

.ml-tiny {
    margin-left: 10px;
}

.ml-small {
    margin-left: 15px;
}

.ml-medium {
    margin-left: 20px;
}

.ml-large {
    margin-left: 40px;
}

.ml-big {
    margin-left: 80px;
}

.mr-tiny {
    margin-right: 10px;
}

.mr-small {
    margin-right: 15px;
}

.mr-medium {
    margin-right: 20px;
}

.mr-large {
    margin-right: 40px;
}

.mr-big {
    margin-right: 80px;
}

/* ------ */

.nomarg {
    margin: 0 !important;
}

.nopadd {
    padding: 0 !important;
}

.inline {
    display: inline-block;
    margin-left: -4px;
}

.vertical-floater {
    display: table-cell;
    vertical-align: middle;
}

.vertical-holder {
    display: table;
}

/* ------ */

.top {
    top: 0px;
    bottom: inherit !important;
}

.bottom {
    bottom: 0px;
    top: inherit !important;
}

/* ------ */

.pt-tiny {
    padding-top: 10px;
}

.pt-small {
    padding-top: 15px;
}

.pt-medium {
    padding-top: 20px;
}

.pt-large {
    padding-top: 40px;
}

.pt-big {
    padding-top: 80px;
}

.pb-tiny {
    padding-bottom: 10px;
}

.pb-small {
    padding-bottom: 15px;
}

.pb-medium {
    padding-bottom: 20px;
}

.pb-large {
    padding-bottom: 40px;
}

.pb-big {
    padding-bottom: 80px;
}

.pl-tiny {
    padding-left: 10px;
}

.pl-small {
    padding-left: 15px;
}

.pl-medium {
    padding-left: 20px;
}

.pl-large {
    padding-left: 40px;
}

.pl-big {
    padding-left: 80px;
}

.pr-tiny {
    padding-right: 10px;
}

.pr-small {
    padding-right: 15px;
}

.pr-medium {
    padding-right: 20px;
}

.pr-large {
    padding-right: 40px;
}

.pr-big {
    padding-right: 80px;
}

/* ------ */

.background-box-content {
    background-clip: content-box;
}

/* ------ */

.border-bottom-grey {
    border-bottom: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

/* ------ */

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

.brick-red {
    color: #7E3E3E;
}

.q-progress {
    padding-left: 2px;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* BOOTSTRAP EXTEND
   ------------------------------------ 
   ------------------------------------ */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 992px) {
    .question {
        font-size: 1.2em !important;
    }

    .next-button-pointer {
        margin-bottom: 100px;
    }

}

/* ------------------------------------ */
/* ------------------------------------ */
/* BACKGROUNDS
   ------------------------------------ 
   ------------------------------------ */

.bg-black-grad {
    background: rgb(15, 15, 15);
    background: -moz-linear-gradient(left, rgba(15, 15, 15, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(15, 15, 15, 1)), color-stop(100%, rgba(101, 101, 101, 1)));
    background: -webkit-linear-gradient(left, rgba(15, 15, 15, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: -o-linear-gradient(left, rgba(15, 15, 15, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: -ms-linear-gradient(left, rgba(15, 15, 15, 1) 0%, rgba(101, 101, 101, 1) 100%);
    background: linear-gradient(to right, rgba(15, 15, 15, 1) 0%, rgba(101, 101, 101, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#656565', GradientType=1);
}

.bg-black-grad-circle {
    background: rgb(61, 57, 56);
    background: -moz-radial-gradient(center, ellipse cover, rgba(61, 57, 56, 1) 0%, rgba(27, 26, 24, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(61, 57, 56, 1)), color-stop(100%, rgba(27, 26, 24, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(61, 57, 56, 1) 0%, rgba(27, 26, 24, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(61, 57, 56, 1) 0%, rgba(27, 26, 24, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(61, 57, 56, 1) 0%, rgba(27, 26, 24, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(61, 57, 56, 1) 0%, rgba(27, 26, 24, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3938', endColorstr='#1b1a18', GradientType=1);
}

.bg-black {
    background: #000;
}

.bg-light-black {
    background: #393939;
}

.bg-light-black * {
    color: #fff;
}

.bg-purple {
    background: #F2EADF;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* COLORS
   ------------------------------------ 
   ------------------------------------ */

.text-yellow {
}

.text-white {
    color: #fff;
}

.text-gold {
    color: #FFB400;
}

.text-gold-light {
    color: #aa8b5a;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* BUTTONS
   ------------------------------------ 
   ------------------------------------ */

.button-border {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
}

.button-border:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.button-border.gold {
    border-color: #FFB400;
}

.button-border.gold:hover {
    background-color: #FFB400;
    color: #000;
    border-color: #FFB400;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* LISTS
   ------------------------------------ 
   ------------------------------------ */

.lang.nolist {
}

.menu-1 {
}

.menu-2 {
}

.menu-main {
}

.menu-social {
}

.heading-promoted-1 {
}

.badges {
}

.footer-list-1 {
}

.footer-list-2 {
}

.footer-list-2 li:after {
    content: "|";
    padding: 0 0px 0 10px;
}

.footer-list-2 li:last-child:after {
    content: "";
    padding: 0 0px 0 10px;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* SLIDER
   ------------------------------------ 
   ------------------------------------ */

.slider {
}

.slider .slider-insta {
}

.slider .slider-insta img {
    width: 100%;
}

.slider .small {
    width: 280px;
}

.slider .big {
    width: 560px;
}

.slider-fixed .item-info {
    width: 280px;
    height: 280px;
}

.slider-fixed .item-shop-info {
}

.slider-fixed .item-fav-info {
}

/* ------------------------------------ */
/* ------------------------------------ */
/* HEADINGS
   ------------------------------------ 
   ------------------------------------ */

.heading-promoted-1 {
    position: relative;
    top: 18px;
    display: inline-block;
    background: #fff;
}

.heading-promoted-2 {
    position: relative;
    top: 21px;
    display: inline-block;
    background: #fff;
}

/* ------ */

/* ------------------------------------ */
/* ------------------------------------ */
/* PRODUCT ITEM
   ------------------------------------ 
   ------------------------------------ */

.product.tiny {
}

.product.small {
}

.product.medium {
}

.product.large {
}

.product.big {
}

.product .image-holder {
    position: relative;
}

.product .image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.product .image-overlay .white-verlauf {
    position: absolute;
    top: 0px;
    left: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product .image-overlay p {
    z-index: 15;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

/* ------- */

.product:hover .image-overlay {
    display: block !important;
    visibility: visible !important;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* INFO BAR 1
   ------------------------------------ 
   ------------------------------------ */

.newsletter-line {
    height: 120px;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* FLOAT ELEMENT
   ------------------------------------ 
   ------------------------------------ */

.float-right-bottom {
    position: absolute;
    bottom: 10px;
    right: 25px;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* BORDERS
   ------------------------------------ 
   ------------------------------------ */

.border-grey {
    border: 1px solid #ddd;
}



/* ------------------------------------------------
---------------------------------------------------
    NEWS - LANDING
--------------------------------------------------
-------------------------------------------------- */

.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 270px;
    height: 415px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}

.post-module .thumbnail {
    background: white;
    height: 185px;
    overflow: hidden;
}

.post-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
//width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* HEADER
   ------------------------------------ 
   ------------------------------------ */

.header-elem {
}

.header-elem .header-black {
    height: 35px;
}

.header-elem .header-black-left > * {
    margin: 0;
    padding: 0;
}

.header-elem .header-black-left p {
    line-height: 35px;
}

.question {
    max-width: 680px;
}

.questions-label {
    margin-top: 10px;
}

.next-button-pointer {
    cursor: pointer !important;
    margin-top: 10px;
}

.next-button-pointer:disabled {
    border: 1px solid #ccc !important;
    color: #ccc;
    cursor: default;
    pointer-events: none;
}

.page {
    padding-left: 2px;
}

/* ------------------------------------ */
/* ------------------------------------ */
/* media q
   ------------------------------------ 
   ------------------------------------ */

@media (min-width: 1450px) {
    .container {
        width: 1440px;
    }
}

.agree {
    background-color: #7d3e3e !important;
}

.disagree {
    background-color: #4e696c !important;
}