/***************************************
* Maxim-Markenprodukte
* Autor: Q:marketing AG
* Datum: 23.10.2014
***************************************/

/***************************************
* Inhaltsverzeichnis
***************************************/
/*
* Schriften
* Globales
* Shared styles
*
*
*
*
*
*
*
*
*
*
***************************************/

/***************************************
* Schriften
***************************************/

@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,700|Merriweather:400,700);

/***************************************
* Globales
***************************************/

html, body {
    min-height: 100%;
    height: 100%;
}
body {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    color: black;
    position: relative;
}
h1,h2,h3,h4,h5 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
}
h2 {
    font-size: 1.8em;
    color: #E40079;
    font-weight: 700;
}
p {
    font-size: 1.3em;
    line-height: 1.6em;
}
li>a {
    color: black;
}
hr {
    border-top: 1px solid #ADADAD;
    height: 1px
}
nav {
    padding: 50px 10% 0 10%;
    font-weight: 300;
    font-size: 1.5em;
    text-transform: uppercase;
}
a {
    color: #E40079;
}
p a:before{
    content: '> ';
}
a:hover {
    color: #E40079;
    text-decoration: none;
    cursor: pointer;
}
p a:hover {
    text-decoration: underline;
}
a.anchor{
    display: block;
    position: relative;
    top: -194px;
    visibility: hidden;
}
.ff-m {
    font-family: 'Merriweather', serif;
    font-weight: 400;
}
/***************************************
* Shared
***************************************/
.content ul li {
    font-size: 18px;
    line-height: 1.6;
}
.content ul li > p {
    font-size: 14px;
}
.spacer-vertical{
    margin-top:20px;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.center-with-margin {
    margin: 0 10%;
}
.center-with-padding{
    padding: 0 10%;
}
.show-all {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    display: block;
    margin: 0 auto 50px auto;
    color: #000;
}
.btn-default {
    border-radius: 0;
    background-color: #E40079;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /*Überarbeitet*/
    border-width: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    font-size: 2em;
}
.btn-default.btn-sm {
    font-size: 1.75em;
}
.btn-default>img,
.btn-default.btn-sm > img {
    width: auto;
    height: 20px;
}
.btn-default:hover {
    background-color: #A41250;
    color: #fff;
}
.btn-default:focus {
    background-color: #E40079;
    border-color: none;
    color: #fff;
    outline: none;
}
.btn-default>img {
    margin-bottom: 7px;
}
.btn-default.transparent {
    background: #e40079;
    background-color: rgba(228,0,121,0.8);
}
.btn-sekundaer {
    border-radius: 0;
    background-color: transparent;
    color: #215468;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-sekundaer:hover {
   text-decoration: underline;
}
.btn-sekundaer:focus {
    outline: none;
}
.info-btn,
.mail-btn {
    padding: 10px 25px;
    margin-left: 15px;
}
.mail-btn>img {
    height: 20px;
    width: auto;
    margin-right: 13px;
    margin-bottom: 7px;
}
button:focus,
a:focus {
    outline: none;
    text-decoration: none;
}
.contact>p {
    padding-left: 15px;
}
#accordion ul li {
    font-size: 18px;
}
#slider,
#video-section,
#intro-section,
#teaser-section,
#news-section,
#product-section,
#detail-section,
#information-section,
#footer {
    margin-bottom: 50px;
}

/** Datum **/

.day {
    font-size: 3.5em;
    color: #E40079;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    display: block;
    margin-top: -15px;
}
.month {
    color: #E40079;
    font-size: 1.2em;
    line-height: 0.2em;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    display: block;
}
/** Slider **/

#slider .item>img {
    width: 100%;
}
#slider .carousel-inner {
    overflow: hidden;
}
#slider .carousel-indicators li {
    margin-right: 3px !important;
}
#slider,
#slider .carousel,
#slider .carousel-inner,
#slider .carousel-inner > .item {
    height: 100%;
}
#slider .carousel-inner > .item  {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 120px;
    /*IE8*/
    -ms-behavior: url(http://www.maxim-markenprodukte.de/backgroundsize.min.htc);
}
#slider .carousel-inner > .item.item-1,
#slider .carousel-inner > .item.item-2,
#slider .carousel-inner > .item.item-4 {
    background-position: right 120px;
}
#slider .carousel-inner > .item.item-3 {
    background-position: left 75px;
}
#slider .carousel-inner > .item.brand-item-1,
#slider .carousel-inner > .item.brand-item-2,
#slider .carousel-inner > .item.brand-item-3,
#slider .carousel-inner > .item.brand-item-4 {
    background-position: right 85px;
}

/* iOS class*/
#slider .carousel-inner > .item.item-ios  {
    background-attachment: scroll;
}
#slider .item .carousel-caption-wrap .caption-content-2 {
    right: -56px;
    bottom: -40px;
    opacity: 1;
}
#slider .slider-list {
    position: absolute;
    z-index: 15;
    padding-right: 10%;
    font-size: 1.5em;
    bottom: 15px;
}
#slider .slider-list>ul>li {
    padding: 12px;
    border-bottom: 1px solid white;
    background-color: rgba(0,0,0,0.4);
}
#slider .slider-list>ul>li:first-child {
    border-top: 1px solid white;
}
#slider .slider-list>ul>li>a {
    color: white;
}
#slider .slider-list>ul>li>a:hover {
    color: #e40079;
}

/* Carousel fade transition */
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .item img {
    opacity: 0.7;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 1.15s;
    -webkit-transition-duration: 1.15s;
    transition-duration: 1.15s;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.carousel-fade .carousel-inner .item img {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .active img {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner > .active {
    left: auto;
}

/*========================================*/

#products-page,
#news-section,
#history,
.accordion-with-background {
    padding-top: 204px;
}
#detail-section {
    padding-top: 262px;
}
#index #news-section {
    padding-top: 0;
}
#services .slider-list {
    padding-left: 10%;
    padding-right: 0;
}
#services .carousel-control,
#company .carousel-control,
#brands .carousel-control {
    display: none;
    background-image: none !important;
}

/*
#company .item .carousel-caption,
#brands .item .carousel-caption {
    position: absolute;
    top: 20%;
    left: 16%;
    text-align: left;
    text-shadow: none !important;
}

#services .item .carousel-caption {
    position: absolute;
    top: 44%;
    right: 16%;
    left: auto;
    text-align: left;
    text-shadow: none !important;
}
*/

/*
#services .carousel-caption-wrap,
#company .carousel-caption-wrap,
#brands .carousel-caption-wrap {
    height: 100%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 38px;
}
*/

/*
#services .item .carousel-caption-wrap .caption-content-1,
#company .item .carousel-caption-wrap .caption-content-1,
#brands .item .carousel-caption-wrap .caption-content-1 {
    position: absolute;
    top: 0;
    left: -15%;
    opacity: 0;
    padding: 10px 3% 7px 3%;
    -moz-transition: all 0.5s ease-out 0.5s;
    -webkit-transition: all 0.5s ease-out 0.5s;
    transition: all 0.5s ease-out 0.5s;
    background: rgba(228, 0, 121, .7);
}
*/

/*
#services .item.active .carousel-caption-wrap .caption-content-1,
#company .item.active .carousel-caption-wrap .caption-content-1,
#brands .item.active .carousel-caption-wrap .caption-content-1 {
    position: absolute;
    left: 0%;
    opacity: 1;
}
*/

/*
#services .item .carousel-caption-wrap .caption-content-2,
#company .item .carousel-caption-wrap .caption-content-2,
#brands .item .carousel-caption-wrap .caption-content-2 {
    position: absolute;
    bottom: 0;
    right: -15%;
    opacity: 0;
    padding: 10px 3% 7px 3%;
    -moz-transition: all 0.5s ease-out 0.5s;
    -webkit-transition: all 0.5s ease-out 0.5s;
    transition: all 0.5s ease-out 0.5s;
    background: rgba(255, 255, 255, .7);
    font-size: 22px;
}
*/

#services .item .carousel-caption-wrap .caption-content-2 a,
#company .item .carousel-caption-wrap .caption-content-2 a,
#brands .item .carousel-caption-wrap .caption-content-2 a {
    color: #000;
}
#services .item .carousel-caption-wrap .caption-content-2 a:hover,
#company .item .carousel-caption-wrap .caption-content-2 a:hover,
#brands .item .carousel-caption-wrap .caption-content-2 a:hover {
    color: #E40079;
}

/*
#services .item.active .carousel-caption-wrap .caption-content-2,
#company .item.active .carousel-caption-wrap .caption-content-2,
#brands .item.active .carousel-caption-wrap .caption-content-2 {
    position: absolute;
    right: 0%;
    opacity: 1;
}
*/

#services .carousel-inner,
#company .carousel-inner,
#brands .carousel-inner {
    overflow: hidden;
}
#services .video-bg,
#services-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    /*IE8*/
    -ms-behavior: url(http://www.maxim-markenprodukte.de/backgroundsize.min.htc);
}
#services-video {
    background: url(img/video-bg.jpg) no-repeat top center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
}

/** Logo **/
#logo {
    max-width:  200px;
}

/** Sprache **/
#language {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 0.8em;
}
#language a {
    color: #adadad;
    text-decoration: none;
}
#language a:hover {
    color: #000;
}
#language>li {
    padding-left: 0;
}
#language > li:first-child:after {
    content: ' // ';
    padding-left: 0px;
}

/** Navigation **/
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    white-space: nowrap;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .dropdown-menu .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.dropdown .dropdown-menu li a:hover,
.dropdown .dropdown-menu li a:focus,
.dropdown .dropdown-menu li a:active,
.dropdown .dropdown-menu li a.active {
    background-color: #fff;
    color: #E40079 !important;
}
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #000;
}
.navbar-default {
    background-color: #fff;
    border:none;
    border-bottom: 1px solid #adadad;
}
.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 25px;
}
.dropdown-menu > li > a {
    white-space: normal;
}

@media(min-width: 1365px){
/*
    .dropdown .dropdown-menu {
        display: none;
    }
*/
    .dropdown:hover {
        width: 207px;
    }
    .dropdown .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 1100;
        top: 30px;
        left: -1px;
        right: -1px;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #ADADAD;
        border-top: 0px;
        padding: 15px 0 8px 0;
    }
    .dropdown .dropdown-menu img {
        display: none;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown .dropdown-menu li a {
        padding: 7px 15px;
        font-size: 1.05em;
        text-align: left;
        color: #777;
    }
    .dropdown .dropdown-menu li a:hover {
        background: none;
        color: #333;
    }
    .navbar-nav>li {
        width: 207px;
    }
}

@media only screen and (max-width: 1364px) and (min-width: 801px){
    nav .navbar-nav > li > a {
        text-align: center;
    }
    .dropdown .dropdown-menu {
        display: none;
    }
    .dropdown {
        position: relative;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .dropdown .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 1001;
        top: 54px;
        left: 50%;
        margin-left: -104px;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #ADADAD;
        padding: 8px 0;
        width: 208px;
    }
    .dropdown .dropdown-menu img {
        position: absolute;
        top: -19px;
        width: 24px;
        height: 24px;
        left: 50%;
        margin-left: -12px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown .dropdown-menu li a {
        padding: 7px 15px;
        font-size: 1.05em;
        text-align: center;
        color: #777;
    }
    .dropdown .dropdown-menu li a:hover {
        background: none;
        color: #333;
    }
}

/** Submenu | Breadcrumb **/
#submenu .submenu,
#breadcrumb .breadcrumb {
    /* border-top: 1px solid #ADADAD; */
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    text-transform: uppercase;
    line-height: 3em;
    line-height: 3em;
    background-color: transparent !important;
}
#breadcrumb {
    padding-top: 145px;
    position: absolute;
    width: 100%;
    z-index: 4;
    background-color: transparent;
}
#breadcrumb .breadcrumb {
    background-color: transparent;
    display: inline-block;
    position: relative;
    padding-right: 0;
}
#breadcrumb .breadcrumb a {
    color: #E40079;
}
#breadcrumb .breadcrumb a:hover {
    color: black;
}
#breadcrumb .breadcrumb li:before {
    padding: 0 5px;
    color: #ccc;
    float: left;
}
#submenu .submenu > li + li:before,
#breadcrumb .breadcrumb > li:before {
    content: " // ";
}
#breadcrumb .breadcrumb ul li:before {
    content: "/";
    padding: 0 5px 0 0;
}
#breadcrumb .breadcrumb li.active {
    min-width: 200px;
}
#breadcrumb .breadcrumb li.active > a {
    color: #777;
    cursor: default;
}
#breadcrumb .breadcrumb li.siblings-toggler:after {
    content: " >";
    display: inline-block;
    margin-left: 5px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#breadcrumb .breadcrumb .siblings-list {
    display: none;
    position: absolute;
    right: -8px;
    background-color: #fff;
    padding: 0px 15px;
    top: 48px;
    border: 1px solid #adadad;
    border-top: 0;
    width: 200px;
}
#breadcrumb .breadcrumb .active:hover + ul,
#breadcrumb .breadcrumb .siblings-list:hover {
    display: block;
}
#breadcrumb .breadcrumb .siblings-list > li:before {
    content: none;
}
#breadcrumb .breadcrumb .siblings-list > li > a {
    display: block;
}
#submenu .submenu li {
    padding: 8px 0;
    font-size: 1.2em;
}
#submenu .contact-request {
    color: white;
    font-size: 16px;
    border: 1px dotted #8faab3;
    padding: 6px 10px;
    margin-left: 10%;
    margin-top: 10px;
    position: absolute;
    text-transform: uppercase;
}
#submenu .contact-request:hover {
    color: #fff;
    border: 1px solid #fff;
}
#submenu .submenu,
#submenu .submenu a {
    border: none;
    background-color: #1F5668;
    color: #fff;
}
#submenu .submenu a:hover {
    color: #E40079;
}
#submenu .submenu-wrap {
    background-color: #1F5668;
}

/** Sticky Submenu **/
.affix-top,.affix{
    position: static;
}
#submenu.affix-top {
    position: static;
}
#submenu.affix {
    position: fixed;
    top: 85px;
    width: 100%;
    z-index: 2;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

/** Footer **/

#footer {
    margin: 145px 10% 0 10%;
    position: relative;
}
#footer p {
    margin-bottom: 5px;
}
#footer ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.2em;
    line-height: 2em;
}
#footer .footer-hr {
    margin-top: 3px;
    margin-bottom: 7px;
}

/** Metanavigation **/

#metanav ul {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
#metanav a {
    color: #ADADAD;
}
#metanav>ul>li>a:hover {
    color: #e40079;
}

/** Teaserboxen **/

#teaser-section .teaser {
    overflow: hidden;
}
#teaser-section a .teaser-img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}
#teaser-section a:hover .teaser-img {
    -webkit-transform: scale(1.1) rotate(1deg);
    -moz-transform: scale(1.1) rotate(1deg);
    -ms-transform: scale(1.1) rotate(1deg);
    -o-transform: scale(1.1) rotate(1deg);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.teaser {
    padding: 0 0 25px 0;
    color: #fff;
    font-weight: 400;
}
.teaser h2 {
    padding-top: 0.5em;
    color: #fff;
    font-size: 1.8em
}
.teaser.first,
.teaser.first .teaser-content-wrap {
    background-color: #6D8C7E;
}
.teaser.second,
.teaser.second .teaser-content-wrap {
    background-color: #A41250;
}
.teaser.third,
.teaser.third .teaser-content-wrap {
    background-color: #215468;
}
.teaser-img {
    height: 300px;
    background-repeat: no-repeat !important;
}
.teaser-img.first {
    background: #333;
}
.teaser-img.second {
    background: #555;
}
.teaser-img.third {
    background: #777;
}
.teaser-content-wrap {
    padding: 30px 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.teaser-content-wrap > h2 {
    margin-top: 0;
    padding-top: 0;
}

/** Kreise Teaserboxen **/
.circle {
    background-color: #fff;
    border-width: 25px;
    border-style: solid;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
    display: block;
    margin: -70px auto 30px;
    width: 80px;
    height: 80px;
    /**/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    /**/
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
.circle.first {
    border-color: #6D8C7E;
}
.circle.second {
    border-color: #A41250;
}
.circle.third {
    border-color: #215468;
}
#teaser-section a:hover .circle {
    border-width: 20px;
    border-style: solid;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
    display: block;
    margin: -70px auto 30px;
    width: 80px;
    height: 80px;
    margin: -70px auto 30px;
    /**/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    /**/
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}

/** Accordion **/

#accordion .panel {
    background: none !important;
}
.accordion-with-background {
    background-repeat:no-repeat;
}
#accordion .panel-heading h5 > a {
    display: block;
    font-size: 1.15em;
    padding-left: 23px;
    background-image: url(img/arrow-down.png);
    background-repeat: no-repeat;
}
#accordion .panel-heading h5 > a.collapsed {
    background-image: url(img/arrow-right.png);
}
#accordion .panel-heading h5:hover,
#accordion .panel-heading h5 > a:hover {
    cursor: pointer;
}
#accordion .panel-heading h5 > a:focus {
    text-decoration: none;
}
#accordion .panel-default {
    border:none;
}
#accordion .panel-default>.panel-heading {
    background-color: transparent;
    border-bottom:1px solid #ADADAD;
}

/** Fancybox **/
#fancybox-content, #fancybox-content:before, #fancybox-content:after, #fancybox-outer, #fancybox-outer:before, #fancybox-outer:after, #fancybox-wrap, #fancybox-wrap:before, #fancybox-wrap:after {
    box-sizing: content-box;
}
#fancybox-content {
    width: 100% !important;
}
#fancybox-outer {
    background: #777;
}

/** Zeitleiste **/
#history {
    padding-top: 75px;
    background-color: #f1f1f1;
    background-size: cover;
    /*IE8*/
    -ms-behavior: url(http://www.maxim-markenprodukte.de/backgroundsize.min.htc);
}
#timeline {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}
#timeline h1 {
    color: #13637F;
    font-size: 4em;
    margin-top: 0px;
    margin-bottom: 100px;
}
#timeline .timelineItem {
    min-height: 200px;
    background: url(img/timelineLine.jpg) center top repeat-y;
}
#timeline .timelineContent .date span {
    font-size: 2.3em;
    color:#000;
    font-family: 'Merriweather', serif;
    cursor: pointer;
}
#timeline .line .pin {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    background-color: #ADADAD;
    border: 20px solid #fff;
    box-shadow: 0 0 0 1px #ADADAD;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#timeline .timelineItem .line:hover .pin,
#timeline .timelineItem.active .line .pin {
      width: 60px;
    height: 60px;
    box-shadow: 0 0 0 30px rgba(228, 0, 121, 0.2);
    border: 20px solid rgba(228, 0, 121, 1);
    background-color: #fff;
}
#timeline .timelineContent .article {
    border-radius: 20px;
    color: #333;
    z-index: 99;
}
#timeline .timelineItem.active .timelineContent .article .articleContentWrap {
    color: #333;
    z-index: 99;
}
#timeline .timelineItem .timelineContent .article .articleContentWrap {
    color: #333;
    z-index: 99;
    display: none;
}
#timeline .timelineItem .timelineContent.left .article {
    text-align: right !important;
    margin-left: 10%;
}
#timeline .timelineItem .timelineContent.right .article {
    text-align: left !important;
    margin-right: 10%;
}
#timeline .timelineContent .article h2 {
    color: #E40079;
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 0;
}
#timeline .timelineItem .timelineContent .article p {
    font-size: 1.3em!important;
    line-height: 1.4em;
}
#timeline .timelineContent .article .articleContentWrap {
    position: relative;
    word-wrap: break-word;
}
#timeline .timelineContent .article .timelineArticleImg {
    margin: 30px auto 10px auto;
    display: block;
    padding-right: 25px;
}

@media only screen and (max-width: 991px) {
    #timeline .timelineItem {
        min-height: 200px;
        background: url(img/timelineLine.jpg) 12.5% 0 repeat-y;
    }
    #timeline .timelineItem .timelineContent.left .article {
        text-align: left !important;
    }
    #timeline .timelineItem .timelineContent.right .article {
        text-align: left !important;
    }
}

/** Video Section **/
#video-section > img {
    cursor: pointer;
}
#video-section:hover {
    cursor: pointer;
}
#video-img {
    width: 100%;
    z-index: 30;
    height: auto;
}
.close-btn {
    display: none;
}
.close-btn img {
    width: 32px;
    position: fixed;
    top: 3%;
    right: 3%;
}
.close-btn.overlay {
    position: absolute;
    top: -2px;
    right: 5%;
    font-size: 1.5em;
    z-index: 1040;
    color: white;
    display: block;
}
#video_1 {
    width: 1280px;
    height: 720px;
    line-height: 200px;
    position: fixed;
    top: 10%;
    left: 15%;
    text-align: center;
    z-index: 11;
}
.modal-open .modal {
    background: rgba(0,0,0,0.7);
}
#video_1 {
    width: 1280px;
    display: none;
}
#video_1.overlay {
    display: block;
    z-index: 40;
    margin: 0 auto;
}
.modal-video {
    margin: 2% auto;
    width: 80% !important;
}
.modal-video > .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.modal-video .close {
    background: url(img/close.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 27px;
    color: #fff;
    /*IE8*/
    -ms-behavior: url(http://www.maxim-markenprodukte.de/backgroundsize.min.htc);
}
.modal-content video {
    width: 100%;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

@media only screen and (min-width: 768px) {
    .modal .modal-dialog .modal-video {
        width: 80%;
        margin: 3% auto;
    }
}

@media only screen and (device-aspect-ratio:16/9) {
    #videowrap {
        max-height: 720px;
    }
}

/** Contact Modal **/

.modal .modal-titel{
    color: white;
    font-size: 1.5em;
}
.modal .modal-content>.row {
    margin: 0;
}
.modal .modal-content,
.modal .form-control {
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.modal-header>span>p {
    line-height: 1.2em;
    margin: 0;
}
.modal .modal-header {
    background: #E40079;
    color: #fff;
    margin-bottom: 15px;
}
.modal .modal-header .close {
    margin-top:-18px;
    font-size: 42px;
    text-shadow: none;
    color: #fff;
    font-weight: normal;
    opacity: 1;
    filter: alpha(opacity=100);
}
.modal .modal-header .close:hover {
    color: #A41250;
}
.modal textarea#message {
    height: 250px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.modal input {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.modal .form-group {
    margin-bottom: 0;
}
.form-control.subject{

}
.modal .modal-content>*>*>.btn-default,
.modal .modal-content>*>*>.btn-sekundaer {
    font-size: 1.3em;
    font-weight: normal;
}
.modal .form-control:focus {
    border-color: #1D8AB5;
    webkit-box-shadow:none;
    box-shadow: none;
}
.modal .contactModalSent, .modal .contactModalError {
    display: none;
}
.contactModal .modal-footer{
    background-color: #ececec;
}

.submit_contactform {
    text-transform: uppercase;
    font-weight: 300;
}

.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

@media only screen and (min-width: 992px) {
    .form-wrap {
        margin-right: 15px;
    }
}

/***************************************
* Index
***************************************/

/** Slider **/
#index #slider .item-1 .caption-content-1{
    /*magenta hero*/
    background-color: black;
}
#index #slider,
#index #slider .carousel,
#index #slider .carousel-inner,
#index #slider .carousel-inner > .item {
    height: 100%;
}
#slider .item .carousel-caption {
    z-index: 1;
    top: 32%;
    text-shadow: none !important;
}
#slider .carousel-caption-wrap {
    height: 100%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 38px;
}
#slider .carousel-caption-wrap .small {
    font-size: 26px;
}
#slider .item .carousel-caption.left,
#slider .item .carousel-caption.right {
    position: absolute;
    text-align: left;
}
#slider .item .carousel-caption.left {
    left: 8%;
}
#slider .item .carousel-caption.right {
    left: 55%;
}
#slider .item .carousel-caption-wrap .caption-content-1 {
    position: absolute;
    opacity: 1;
    padding: 10px 16px 6px 16px;
    background: #e40079;
    background: rgba(228, 0, 121, 0.7);
    white-space: nowrap;
}
#slider .item .carousel-caption-wrap .caption-content-2 {
    position: absolute;
    opacity: 1;
    padding: 10px 3% 7px 3%;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    font-size: 22px;
}
#slider .item .carousel-caption-wrap .caption-content-1 > a {
    color: #fff;
}
#slider .item .carousel-caption-wrap .caption-content-2 a {
    color: #000;
}
#slider .item .carousel-caption-wrap .caption-content-2 a:hover {
    color: #E40079;
}

@media only screen and (max-width: 768px){
    #index #news-section .news,
    #index #news-section .contact {
        padding: 0 !important;
    }

    #index #news-section .contact {
        margin-top: 50px;
    }
}
/***************************************
* Produkte
***************************************/
#products .produkt-teaser .col {
    height: 430px;
    position: relative;
    background: #e0e0e0;
    overflow: hidden;
    padding: 0;
}

/** Linkpositionierung **/
#products .produkt-teaser .col a span {
    position: absolute;
    bottom: 30px;
    left: 30%;
    right: 30%;
    padding: 20px 0;
    background: #e40079;
    background: rgba(228, 0, 121, 0.7);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

/** Hovereffekte Kacheln **/
#products .produkt-teaser .col a .img-container {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    background-repeat: no-repeat;
}
#products .produkt-teaser .col a:hover .img-container {
    -webkit-transform: scale(1.1) rotate(1deg);
    -moz-transform: scale(1.1) rotate(1deg);
    -ms-transform: scale(1.1) rotate(1deg);
    -o-transform: scale(1.1) rotate(1deg);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}

/** Ausrichtung Bilder | Hintergründe **/
#products .produkt-teaser .col.gesichtspflege .img-container  {
    background-image: url(http://www.maxim-markenprodukte.de/site/templates/img/gesichtspflege.jpg);
    background-position: right -150px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#products .produkt-teaser .col.koerperpflege .img-container  {
    background-image: url(http://www.maxim-markenprodukte.de/site/templates/img/koerperpflege.jpg);
    background-position: right -240px;
    background-size: 180%;
    background-repeat: no-repeat;
}
#products .produkt-teaser .col.duefte .img-container  {
    background-image: url(http://www.maxim-markenprodukte.de/site/templates/img/duefte.jpg);
    background-position: right -30px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#products .produkt-teaser .col.dekorativ-kosmetik .img-container  {
    background-image: url(http://www.maxim-markenprodukte.de/site/templates/img/dekorativ-kosmetik.jpg);
    background-position: left -220px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#products .produkt-teaser .col.mund-zahnpflege .img-container  {
    background-image: url(http://www.maxim-markenprodukte.de/site/templates/img/mund-zahnpflege.jpg);
    background-position: left top;
    background-size: 140%;
    background-repeat: no-repeat;
}
#products .produkt-teaser .col.haarpflege .img-container  {
    background-image: url(http://www.maxim-markenprodukte.de/site/templates/img/haarpflege.jpg);
    background-position: right -150px;
    background-size: 100%;
    background-repeat: no-repeat;
}

/** Schattenkante **/
#products .produkt-teaser .col a .schattenkante-horizontal-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 127px;
    background: url(img/schattenkante-cropped-h-t.png) repeat-x;
}
#products .produkt-teaser .col a .schattenkante-horizontal-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 127px;
    background: url(img/schattenkante-cropped-h-b.png) repeat-x;
}
#products .produkt-teaser .col a .schattenkante-vertical-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 127px;
    background: url(img/schattenkante-cropped-v-l.png) repeat-y;
}
#products .produkt-teaser .col a .schattenkante-vertical-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 127px;
    background: url(img/schattenkante-cropped-v-r.png) repeat-y;
}
#products .produkt-teaser .col a .dark-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#products .produkt-teaser .col a:hover .dark-overlay {
    opacity: 1;
}

/** Slider **/
#products .produkt-teaser .slider {
    background: #215468;
    color: #fff;
}
#products .produkt-teaser .slider .carousel-inner {
    height: 430px;
}
#products .produkt-teaser .slider .carousel-inner h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 60px;
    color: #fff;
}
#products .produkt-teaser .slider .carousel-inner p {
    padding: 30px 10% 0 10%;
    font-size: 16px;
    line-height: 25px;
}
#products .produkt-teaser .slider .carousel-inner .item img {
    margin: 50px auto 0 auto;
}
#products .produkt-teaser .slider .carousel-inner .item img {
    max-height: 230px;
    width: auto;
}
#products .produkt-teaser .slider .carousel-inner .item a {
    color: white;
}
#products .produkt-teaser .slider .carousel-inner .item a:hover {
    color: #e40079;
}

@media only screen and (max-width: 768px){
    #products .produkt-teaser .col a span {
        left: 10%;
        right: 10%;
    }
}

/***************************************
* Produkt Details
***************************************/
#submenu {
    position: absolute;
    top: 204px;
    width: 100%;
    z-index: 3;
}
#products #detail-section>.col {
    padding-left:0;
    padding-right: 0;
}
#products #detail-section .headwrap {
    display: inline-block;
    margin-bottom: 25px;
}
#products #detail-section .headwrap>h2 {
    padding: 10px 15px 7px 15px;
    color: #fff;
    margin: 0;
}
#products #detail-section .blue {
    background-color: #1F5668;
    max-width: 50%;
}
#products #detail-section .productline {
    background: url('http://www.placehold.it/1900x500/eee') center center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding: 50px 10%;
    margin-right: 0;
    margin-left: 0;
    /*IE8*/
    -ms-behavior: url(http://www.maxim-markenprodukte.de/backgroundsize.min.htc);
}
#products #detail-section .product-text {
    background-color: #fff;
    padding:15px;
}
#products #detail-section .product-text h3 {
    margin-top: 10px;
    color: #E40079;
}
#products #detail-section .product-text p {
    line-height: 1.6em;
}
#products #detail-section .product-img {
    margin-bottom: 15px;
}
#products #detail-section .product-text.left {
    text-align: right;
}
#products #detail-section .product-wrap .product-mail {
    position: absolute;
    bottom: 25px;
    font-size: 2em;
    color: #fff;
    right: -45px;
    left: auto;
}
#products #detail-section .product-wrap:nth-child(odd) .product-mail {
    left: -45px;
    right: auto;
}
#products #detail-section .product-mail>img {
    width: 32px;
}
#products #detail-section .col-md-6.right {
    padding-right: 0;
}
#products #detail-section .col-md-6.left {
    padding-left: 0;
}
@media only screen and (min-width: 1920px) {
    #products #detail-section .productline {
        background-size: contain !important;
    }
}

@media only screen and (max-width: 992px) {
    nav .dropdown {
        width: auto;
    }
    #products .produkt-teaser .col a .img-container {
        background-size: cover !important;
        background-position: center center;
        /*IE8*/
       -ms-behavior: url(http://www.maxim-markenprodukte.de/backgroundsize.min.htc);
    }
    #products .produkt-teaser .col:first-child a .img-container {
        background-position: center right;
    }
    #products #detail-section .product-text {
        padding: 15px 0;
    }
    #products #detail-section .productline {
        background-image: none !important;
    }
    #slider .item .carousel-caption.left {
        top: 65%;
        left: 5%;
    }
    #slider .item .carousel-caption.right {
        left: 40%;
    }
    .modal .modal-dialog {
        margin: 10% auto;
    }
}
@media only screen and  (max-width: 768px) {
    #slider .item .carousel-caption,
    #slider .item .carousel-caption.left,
    #slider .item .carousel-caption.right {
        width: 52%;
        height: 113px;
        top: auto;
        bottom: 10%;
    }
    #slider .item .carousel-caption.left {
        left: 0;
    }
    #slider .item .carousel-caption.right {
        left: auto;
        right: 0;
    }
    #slider .item .carousel-caption-wrap .caption-content-1,
    #slider .item .carousel-caption-wrap .caption-content-2 {
        width: 100%;
        left: 0;
    }
    #slider .item .carousel-caption-wrap .caption-content-1 {
        font-size: 18px;
    }
    #slider .item .carousel-caption-wrap .caption-content-2 {
        bottom: -42px;
        text-align: right;
        font-size: 18px;
    }
    #slider .carousel-indicators {
        display: none;
    }
    #slider .slider-list {
        bottom: 5%;
        font-size: 1.15em;
    }
    #slider .slider-list > ul > li {
        padding: 6px 10px;
    }
    #submenu {
        display: none;
    }
}/*
@media only screen and  (max-width: 767px) {
    #slider .item .carousel-caption,
    #slider .item .carousel-caption.left,
    #slider .item .carousel-caption.right {
        top: 50%;
        bottom: 50%;
    }
} */
@media only screen and (max-width: 580px) {
    #slider .item .carousel-caption,
    #slider .item .carousel-caption.left,
    #slider .item .carousel-caption.right {
        width: 100%;
        top: auto;
        bottom: 5%;
        left: 0;
        right: 0;
    }
    #slider .item .carousel-caption-wrap .caption-content-1 {
        font-size: 18px;
    }
    #slider .item .carousel-caption-wrap .caption-content-2 {
        bottom: -39px;
        font-size: 16px;
    }
    #slider .slider-list {
        display: none;
    }
    #detail-section {
        padding-top: 134px;
    }
    #products #detail-section .blue {
        max-width: none;
    }
}

/*liste eigene marken: keine headwrap blue anzeigen + keine Kontakt-buttons anzeigen*/
.page-id-1043 div.headwrap.blue h2{
    display: none;
}
.page-id-1043 a.product-mail {
    display: none;
}

/***************************************
* Further Information
***************************************/
#information-section {
    padding-top: 204px;
}

.section-wrap {
    margin-bottom: 50px;
}

#information-section > #breadcrumb .breadcrumb li.siblings-toggler:after {
    content:'';
}

.info-btn {
    margin-top: 25px;
}

/***************************************
* News
***************************************/
#news-section {
    margin: 0 10% 50px 10%;
}
#news-item .day {
    margin-top: 0;
}
#news-section .row .news-published-date {
    margin-top: 17px;
}
#news-section .row .news-img {
    margin-top: 7px;
}
.news-img {
    margin-top: 20px;
}
.news-img:first-child {
    margin-top: 6px;
}
.col.col-md-8.news {
    padding-left:0;
}
.news-text {
    padding-left: 15px;
    color: #000;
}
.news-text:hover {
    color: #E40179;
}
.news-wrap >*> p {
    color: #000;
}
.news-item {
    border-bottom: 1px solid #555;
}
#scrollTopBtn {
    position: absolute;
    right: 0px;
    bottom: 5px;
}
#scrollTopBtn:hover,
#scrollTopBtn:focus,
#scrollTopBtn:active {
    color: #7a7a7a;
}

/*KARRIERE-SEITE*/
#accordion > .panel-default > .panel-heading.filter {
    background-color: #dddddd;
    border-radius: 0;
}

#accordion > .panel-default > .panel-heading.filter > span {
    font-family: 'Dosis', sans-serif;
}

.filter-wrap input[type=checkbox] {
    display: none;
}
.filter-wrap label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 18px;
}
.filter-wrap label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-color: #dddddd;
    border: 2px solid #dddddd;
    outline: 2px solid black;
}
.filter-wrap input[type=checkbox]:checked + label:before {
    content: "";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
    background-color: black;
}
.filter-wrap .checkbox label {
    margin-bottom: 10px;
}
.filter-wrap .checkbox label:before {
    border-radius: 0px;
}
p.filter-crit {
    display: inline-block;
    margin-right: 10px;
}
span.label-default {
    background-color: black;
    font-weight: 300;
}
.panel-body.filter-wrap {
    background-color: #dddddd;
}

/*MEDIA QUERIES*/
@media only (max-width: 991px) {
    #news-section {
        margin: 0 5% 50px 5%;
    }
}
@media only screen and (max-height: 320px) {
    #slider .slider-list > ul > li:first-child {
        border-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    .headwrap {
        margin-top: 15px;
    }
}
@media only screen and (max-width:1300px) {
    #content .produkt-teaser .col.gesichtspflege .img-container  {
        background-position: right -20px;
    }
    #content .produkt-teaser .col.dekorativ-kosmetik .img-container {
        background-position: left -45px;
    }
    #video_1.overlay {
        width: 100% !important;
    }
}
@media only screen and (max-width: 1144px){
    nav {
        font-size: 1.2em;
    }
    #logo {
        max-width: 150px;
    }
}
@media only screen and (max-width: 1000px){
    #content .produkt-teaser .col.haarpflege .img-container {
        background-position: right -40px;
    }

    .teaser {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 800px) {
    .navbar-nav > li.active > ul {
        display: block;
        padding-top: 0;
    }
    .navbar-nav > li.active > ul > li {
        padding: 3px 0;
    }
    .navbar-nav > li.active > a {
        padding-bottom: 7px;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 250px;
        max-height: 80vh;
    }
    .dropdown-menu {
        position: static;
        float: none;
        border: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > img {
        display: none;
    }
    #breadcrumb {
        padding-top: 75px;
    }
    #breadcrumb .breadcrumb .siblings-toggler,
    #breadcrumb .breadcrumb li.active:hover + .siblings-toggler + ul {
        display: none;
    }
    #submenu {
        top: 135px;
    }
    #submenu.affix {
        top: 75px;
    }
    #products-page,
    #news-section,
    .accordion-with-background {
        padding-top: 134px;
    }
    #detail-section {
        padding-top: 193px;
    }
    #slider .slider-list {
        padding-right: 15px;
        margin-bottom: 0;
    }
    #slider .carousel-inner > .item.item-1,
    #slider .carousel-inner > .item.item-4 {
        background-position: 93% 75px;
    }
    #slider .carousel-inner > .item.item-2 {
        background-position: 80% 75px;
    }
}
@media only screen and (min-width: 801px) {
    nav .navbar-nav > li {
        padding-bottom: 75px;
        border-left: 1px solid #ADADAD;
    }
    nav.expand {
        -webkit-transition: all 0.2s ease-in 0s;
        transition: all 0.2s ease-in 0s;
    }
    nav.shrink {
        padding-top: 15px;
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }
    nav.shrink .navbar-nav > li {
        padding-bottom: 50px;
        border-left: 1px solid #ADADAD;
    }
    .navbar-nav>li>a {
        padding: 0 15px;
        text-align: left;
    }
    .navbar-brand {
        padding: 0 15px;
    }
    .dropdown {
        position: relative;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
        width: 150px;
    }
}
@media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav > li:last-child {
        border-right: 1px solid #adadad;
    }
    #content .produkt-teaser .col {
        padding: 0;
    }
    #slider .carousel-caption {
        height: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .navbar-right {
        float: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
}

@media only screen and (max-width: 800px) {
    .navbar-header {
        float: none;
    }
    #submenu .submenu,
    #breadcrumb .breadcrumb {
        padding-left: 5%;
        padding-right: 5%;
    }
    .service-list, .company-list {
        padding:0;
        right: 5%;
    }
    button.navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        width: auto;
        box-shadow: none;
        overflow: hidden;
    }
    .collapse {
        display: none;
    }
    nav {
        padding: 0 5% 0 5%;
    }
    nav a {
        text-align: center;
    }
    .navbar {
        min-height: 75px;
    }
    .navbar-nav>li:last-child {
        padding-bottom: 20px;
    }
    #language {
        display: none;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* iOS */
    #slider .carousel-inner > .item.item-1,
    #slider .carousel-inner > .item.item-4 {
        background-position: 93% 145px;
    }
    #slider .carousel-inner > .item.item-2 {
        background-position: 80% 145px;
    }
    #slider .carousel-inner > .item.item-3 {
        background-position: left 145px;
    }
    #slider .carousel-inner > .item.brand-item-1,
    #slider .carousel-inner > .item.brand-item-2,
    #slider .carousel-inner > .item.brand-item-3,
    #slider .carousel-inner > .item.brand-item-4 {
        background-position: right 145px;
    }
    #slider .item .carousel-caption {
        width: 500px;
        height: 160px;
    }
    #slider .item .carousel-caption.left {
        top: 27%;
        left: 5%;
    }
    #slider .item .carousel-caption.right {
        top: 27%;
        left: 65%;
    }
    #slider .item .carousel-caption-wrap .caption-content-1 {
        font-size: 24px;
    }
    #slider .item .carousel-caption-wrap .caption-content-2 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    h2 {
        font-size: 1.6em;
        color: #E40079;
        font-weight: 700;
    }
    #footer,
    .news-text {
        text-align: center;
    }
    .date {
        margin-bottom: 20px;
    }
    .show-all {
        margin-bottom: 30px;
    }
    .product-img {
        padding: 0;
    }
    .shampoo,
    .conditioner {
        background:none;
    }
    .product-text.left {
        text-align: left !important;
    }
    .no-padding {
        padding-left: 0;
    }
    #footer {
        margin: 100px 5% 50px 5%;
    }
}

@media only screen and (min-width: 1200px) {
    #slider .carousel-caption {
        height: 160px;
    }
    #slider .carousel-caption-wrap > a {
        left: 130px;
    }
}

@media only screen and (min-width: 801px){
    /*ALIGN PRODUCT-IMAGES ON LARGE DEVICES*/
    .product-img:nth-child(1),
    .product-img:nth-child(3).pull-right {
        padding-left: 0;
        padding-right: 2.5%;
    }
    .product-img:nth-child(2) {
        padding-left: 1.25%;
        padding-right: 1.25%;
    }
    .product-img:nth-child(3),
    .product-img:nth-child(1).pull-right {
        padding-right: 0;
        padding-left: 2.5%;
    }
}
@media only screen and (max-width: 500px) {
    #content .produkt-teaser .col.gesichtspflege .img-container,
    #content .produkt-teaser .col.dekorativ-kosmetik .img-container,
    #content .produkt-teaser .col.haarpflege .img-container {
        background-size: 145%;
    }
}

.youtube-wrapper {
    position: relative;
    padding-bottom: 56.15%; /* 16:9 */
    height: 0;
    margin-top: 50px;
}
.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}