@charset"UTF-8";

/*
 * Bootstrap Image Gallery Demo CSS 3.0.0
 *
 */
.newsletter-icon {
  height: 40px!important;
  margin-top: -7px!important;
}
@media (max-width: 768px) and (min-width: 321px){
	#social-search-block-2 .newsletter-icon {
		position: absolute;
	}
}
.mcSignupForm div {
  float: left;
  width: 34%;
}
.mcSignupModule input[type="text"] {
  margin-bottom: 5px;
  border-radius: 7px 0 7px 0;
  box-shadow: none;
  border: 1px solid #CCC;
  margin: 0px 0 20px;
  width: 100%;
  max-width: 183px;
  height: 25px;
  padding: 2px 4px;
}
.mcSignupForm .mcSignupSubmit {
  background-color: #777;
  border: none;
  text-align: center;
  color: #FFF;
  border-radius: 7px;
  width: 182px;
  height: 30px;
  margin-top: 10px;
}
.mcSignupForm div:before {
  display: table-row;
  height: 20px;
  line-height: 30px;
} 
.mcSignupTitle{
  display:none;
}
.mcSignupForm div:nth-of-type(1):before {
    content: 'Anrede \A';
}
.mcSignupForm div:nth-of-type(2):before {
    content: 'Vorname*\A';
}
.mcSignupForm div:nth-of-type(3):before {
    content: 'Nachname* \A';
}
.mcSignupForm div:nth-of-type(4):before {
    content: 'E-Mail* \A';
}
.mcSignupForm div:nth-of-type(5):before {
    content: 'Straße \A';
}
.mcSignupForm div:nth-of-type(6):before {
    content: 'PLZ \A';
}
.mcSignupForm div:nth-of-type(7):before {
    content: 'Ort \A';
}
.mcSignupForm div:nth-of-type(8):before {
    content: 'Tel.Nr. \A';
}

 body {
    font-family:'PT Sans Narrow';
    font-size: 14px;
    line-height: 1.42857;
    color: #6f6f6e;
    margin-bottom: 30px;
}
/*p {
    padding: 0;
    margin-bottom: 12px;
    font-family:'PT Sans Narrow';
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #6f6f6e;
    margin-top: 10px;
}*/
h1 {
    font-family:'PT Sans Narrow' !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    color: #2d56a4;
    text-transform: uppercase !important;
}
main h1 {
    font-size: 26px !important;
    margin-top: 15px !important;
}
main h2 {
    font-size: 20px;
    text-transform: none;
}
main h3 {
    font-size: 16px;
    text-transform: uppercase;
}
main h4 {
    font-size: 11px;
    text-transform: none;
    font-family: Verdana;
    margin-bottom: 5px;
    font-weight: bold;
}
main a {
    text-decoration: underline;
}
main a:hover {
    text-decoration: none;
}
main a.pdf {
    padding-left: 20px;
    background: url(../img/icon-pdf-blue.png) left center no-repeat;
}
main p {
    max-width: 700px;
}
main ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0 0 15px 0;
}
main ul li
{
    background-image: url(../img/ul-bullet-blue.png);
    background-repeat: no-repeat;
    background-position: 0px 5px; 
    padding-left: 14px; 
}
main ol {
    padding: 0px;
    margin: 0 0 15px 14px;
}

.pgplugin1 {
    box-sizing: initial;
}
.nav a {
    text-decoration: none;
}
.container {
    max-width: 960px;
    padding: 0;
}
.row {
    margin: 0;
}
.margR0 {
    padding-right: 0px;
}
.navbar-custom ul li {
    text-transform: uppercase;
}
.navbar-custom ul li ul li {
    text-transform: none;
}
.tm20, .bm20 {
    margin: 0;
}
@media (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    body {
        margin-bottom: 30px;
    }
}
@media (min-width: 769px) {
    body {
        margin-bottom: 30px;
    }
}
/*  ################################################################
    1. HEADER
################################################################# */
 header {
    position: relative;
}
@media (max-width: 320px) {
    header {
    }
}
/* LOGO */
 @media (max-width: 320px) {
    img.logo {
        margin: 20px auto 10px auto;
        float: auto;
        max-height: 85px;
        margin: 30px 0 25px 0;
    }
}
@media (min-width: 321px) and (max-width: 768px) {
    img.logo {
        margin: 20px 0;
        float: left;
        max-height: 85px;
        margin: 30px 0 25px 0;
    }
}
@media (min-width: 769px) {
    img.logo {
        margin: 10px 0;
        float: left;
        max-height: 85px;
        margin: 30px 0 25px 0;
    }
}
/* CAROUSEL */
 .carousel {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-indicators {
    position: absolute;
   bottom: 0;
   left: 0;
   z-index: 15;
   width: 100%;
   margin-left: 0;
   padding-left: 10px;
   list-style: none outside none;
   text-align: left;
}
.carousel-inner>.item>img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-radius: 30px 0 30px 0;
    max-height: 350px;
}
.carousel.content .carousel-inner>.item>img {
    max-height: 280px;
}
.content div.carousel-caption {
	left: 74px;
	border-top-left-radius: 30px;
	border-radius: 30px 0 30px 0;
	width: 400px;
	padding-right: 15px;
	color: #6f6f6e;
	bottom: 50px;
	height: auto;
}
.content div.carousel-caption h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.content div.carousel-caption p {
    font-size: 16px;
    font-style: italic;
}
.carousel-caption {
	left: 0;
	width: 370px;
	background: url(../img/caption-bg.png);
	border-bottom-right-radius: 30px;
	border-radius: 0px 0px 30px 0px;
	padding-left: 15px;
	padding-top: 15px;
	text-align: left;
	text-shadow: none;
	color: #2d56a4;
	font-family:'PT Sans Narrow';
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.4);
	/* IE-specific */
    behavior: url(/assets/pie/PIE.htc);
	display: none;
	position: absolute;
	bottom: 50px;
	height: auto;
}
.carousel-caption h4 {
    margin-top:0px;
    padding:0px;
}
.carousel-caption p {
    line-height: 1.2em;
}
@media (max-width: 400px) {
    .carousel {
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .carousel-caption {
        display: none;
    }
}
@media (min-width: 768px) {
    .carousel-caption {
        display: none;
    }
    .mobile-only {
        display: none;
    }
    .desktop-only {
        display: inline;
    }
}
@media (min-width: 992px) {
    .carousel-caption {
        
        display: block;
        padding-right: 15px;
		padding-bottom: 10px;
    }
}
.top-image {
    position: relative;
    max-width: 960px;
    height: auto;
}
/* CART */
 .cart-wrapper {
    height: auto;
}
.cart-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}
.cart {
}
.cart-link {
    display: block;
    width: 108px;
    height: 50px;
}
.cart-sm {
    position: absolute;
    top: 1px;
    right: 20px;
    background: url(../img/iphone-cart.png) no-repeat;
    width: 108px;
    height: 37px;
}
@media (min-width: 768px) {
    .cart-sm {
        display: none;
    }
    .cart {
        position: absolute;
        top:70px;
        right: 0;
        width: 39px;
        height: 93px;
        background: url(../img/cart.png) no-repeat;
        z-index: 1000;
    }
    .cart.static {
        bottom:100px;
        right: 0;
    }
    .cart-link {
        display: block;
        width: 50px;
        height: 100px;
    }
}
@media (min-width: 992px) {
    .cart {
        top:70px;
        right: -50px;
        width: 50px;
        height: 122px;
        background: url(../img/cart-rev.png) no-repeat;
        z-index: 5000;
    }
    .cart.static {
        bottom:130px;
        right: -50px;
        width: 50px;
        height: 122px;
        background: url(../img/cart-rev.png) no-repeat;
        z-index: 5000;
    }
}
/* NAVBAR */
 .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.navbar-custom {
    position: relative;
    margin-top: -1px;
    margin-left: -2px;
    border: 0;
    padding: 0;
    min-height: 30px;
}
.navbar-custom ul li {
    position: relative;
    margin: 1px 2px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}
.navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus {
}
.container-fluid > .navbar-header {
    margin-left: 0;
    margin-right: 0;
}
.caret {
    float: right;
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-left: 2px;
    vertical-align: middle;
    background: url(../img/dropdown2.png) no-repeat;
    border: 0;
}
.navbar-toggle {
    margin-top: 0;
    margin-left: 2px;
    border: 0;
    padding: 0 0 0 8px;
    border-radius: 0px 0px 10px 10px;
    float: left;
    text-transform: uppercase;
    font-size: 24px;
    font-family:'PT Sans Narrow';
    font-weight: 400;
    background: #7c9cc8 url(../img/dropdown.png) no-repeat 80px 15px;
    color: #fff;
    width: 104px;
    height: 36px;
    text-align: left;
    behavior: url(/assets/pie/PIE.htc);
}
.dropdown {
    margin-bottom: -20px;
}
.dropdown-menu {
    top: 40px;
    border: 0;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px;
    min-width: initial;
    z-index: 2;
}
.container-fluid>.navbar-collapse {
   margin-right: 0;
   margin-left: 0;
    height: auto !important;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav {
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.navbar-nav ul li {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
footer {
    z-index: 500;
}
.footer-menu .nav>li>a:hover, .nav>li>a:focus {
    background: none !important;
    /*
    text-decoration: underline !important;
    */
}
.footer-menu .nav>li, .footer-menu .nav>li a {
    display: inline !important;
}
.footer-menu .nav>li a {
    padding: 0 10px 0 0 !important;
}
.footer-menu .nav>li:before {
    content:"|";
    padding: 0 10px 0 0;
}
.footer-menu .nav>li:first-child:before {
    content:"";
    padding: 0;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 0;
        padding-top: 10px;
        height: 40px;
        z-index: 99;
    }
    .navbar-custom ul li {
        font-size: 1.000em;
        width: 18%;
        border-radius: 0px 0px 10px 10px;
        text-align: center;
        height: 40px;
        behavior: url(/assets/pie/PIE.htc);
    }
    .navbar-custom ul li:hover {
        /*
        height: 40px;
        */
    }
    .navbar-custom ul li ul li {
        font-size: 1.000em;
        border-radius: 0;
        width: 100%;
        background: transparent;
        padding-right: 2px;
        height: 30px;
    }
    .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
        border-radius: 0px 0px 10px 10px;
        behavior: url(/assets/pie/PIE.htc);
        height: 50px;
        padding-top: 15px;
    }
    .navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus {
        border-radius: 0px 0px 10px 10px;
        behavior: url(/assets/pie/PIE.htc);
    }
    .navbar-custom .navbar-nav>.active>a {
    }
    .caret {
        display: none;
    }
    .dropdown-menu {
        padding: 20px 0 10px 0;
        margin: 2px 0 0;
        font-size: 14px;
        width: 100%;
    }
    .dropdown-menu > li {
    }
    .dropdown-menu > li > a {
        padding: 3px 10px;
    }
}
@media (min-width: 992px) {
    .navbar-custom ul li {
        font-size: 1.250em;
        width: 19%;
    }
    .navbar-custom ul li ul li {
        font-size: 1.250em;
        width: 100%;
        padding-right: 2px;
        height: 35px;
    }
    .dropdown-menu {
        width: 100%;
        padding: 20px 0 5px 0;
        margin: 0;
        font-size: 14px;
        overflow: hidden;
    }
}
/* BREADCRUMB */
 .breadcrumb {
    font-family:'PT Sans Narrow';
    font-weight: 800;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none outside none;
    background-color: transparent;
    background: url(../img/home.png) no-repeat 0 12px;
    border-radius: 4px;
    color: #9c9d9d;
}
.breadcrumb a {
    color: #9c9d9d;
}
/* Features Blocks */
 #features-block-1 {
    margin: 0 auto;
    padding: 0;
    width: 300px;
}
#features-block-1 ul {
    margin: 0 auto;
    padding: 10px 0 0 0;
    display: block;
    border-top: 2px solid #7b9cc7;
    overflow: hidden;
}
#features-block-1 li {
    float: left;
    text-indent: -9999px;
    list-style: none;
    width: 25%;
}
#features-block-2, #features-block-3 {
    display: none;
}
@media (min-width: 480px) {
    #features-block-1 {
        margin-bottom: 20px;
    }
}
/* FEAUTRES IPAD */
 @media (min-width: 599px) and (max-width: 768px) {
    #features-block-2 {
        margin: 50px auto 50px auto;
        display: block;
        background: #e0e3f3;
        padding-top: 12px;
        text-align: center;
        overflow: hidden;
        height: 96px;
    }
    #features-block-2 .wrapper {
        width: 740px;
        padding: 0;
    }
    #features-block-2 .container {
        margin: 0 auto;
        width: 610px;
    }
    #features-block-2 ul {
        padding:0;
        margin: 0;
    }
    #features-block-2 li {
        float: left;
        list-style: none;
        display: block;
        width: 45px;
        height: 45px;
    }
    #features-block-2 .box-health, #features-block-2 .box-fitness, #features-block-2 .box-beauty, #features-block-2 .box-trendy {
        float: left;
        margin-right: 12px;
        position: relative;
        width: 140px;
        height: 70px;
        border-radius: 10px 0px 10px 0px;
        -moz-border-radius: 10px 0px 10px 0px;
        -webkit-border-radius: 10px 0px 10px 0px;
    }
    #features-block-2 h4 {
        margin: 0 auto;
        padding-top: 3px;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 400;
        height: 28px;
        line-height: 1.3;
    }
    /* Box Health */
    #features-block-2 .box-health img.left {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #features-block-2 .box-health img.center {
        position: absolute;
        bottom: 0;
        left: 46px;
        border-left: 2px solid #d7e3b9;
        border-right: 2px solid #d7e3b9;
    }
    #features-block-2 .box-health img.right {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #features-block-2 .box-health h4 {
        color: #7da519;
    }
    .box-health li.border {
        border-right: 2px solid #d7e3b9;
        border-left: 2px solid #d7e3b9;
    }
    #features-block-2 .box-health {
        background: url(../img/box-health-bg.png);
    }
    /* Box Fitness */
    #features-block-2 .box-fitness img.left {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #features-block-2 .box-fitness img.center {
        position: absolute;
        bottom: 0;
        left: 46px;
        border-left: 2px solid #b2dee3;
        border-right: 2px solid #b2dee3;
    }
    #features-block-2 .box-fitness img.right {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #features-block-2 .box-fitness h4 {
        color: #0090a2;
    }
    #features-block-2 .box-fitness {
        background: url(../img/box-fitness-bg.png);
    }
    /* Box Beauty */
    #features-block-2 .box-beauty img.left {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #features-block-2 .box-beauty img.center {
        position: absolute;
        bottom: 0;
        left: 46px;
        border-left: 2px solid #f8c8df;
        border-right: 2px solid #f8c8df;
    }
    #features-block-2 .box-beauty img.right {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #features-block-2 .box-beauty h4 {
        color: #e5007d;
    }
    #features-block-2 .box-beauty {
        background: url(../img/box-beauty-bg.png);
    }
    /* Box Trendy */
    #features-block-2 .box-trendy img.left {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #features-block-2 .box-trendy img.center {
        position: absolute;
        bottom: 0;
        left: 46px;
        border-left: 2px solid #d5bcda;
        border-right: 2px solid #d5bcda;
    }
    #features-block-2 .box-trendy img.right {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #features-block-2 .box-trendy h4 {
        color: #702082;
    }
    #features-block-2 .box-trendy {
        background: url(../img/box-trendy-bg.png);
    }
    /* Hide blocks */
    #features-block-1, #features-block-3 {
        display: none;
    }
}
/* FEAUTRES DESKTOP */
 @media (min-width: 769px) {
    #features-block-3 {
        margin: 50px auto 40px auto;
        display: block;
        height: 188px;
        background: #e0e3f3;
        padding-top: 20px;
    }
    #features-block-3 .wrapper {
        position: relative;
        width: 940px;
        padding: 0;
    }
    div.woman {
        position: absolute;
        top: -48px;
        right: -55px;
        width: 100px;
        height: 100px;
    }
    .box-health, .box-fitness, .box-beauty, .box-trendy {
        float: left;
        margin-left: 7px;
        width: 225px;
        text-align: center;
        border: 1px solid #aebcc0;
        border-radius: 10px 0px 10px 0px;
        -moz-border-radius: 10px 0px 10px 0px;
        -webkit-border-radius: 10px 0px 10px 0px;
        -webkit-box-shadow: 0px 10px 9px -7px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 10px 9px -7px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 10px 9px -7px rgba(50, 50, 50, 0.75);
    }
    #features-block-3 h4 {
        margin: 0 auto;
        font-family:'PT Sans Narrow';
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 400;
        height: 28px;
        line-height: 1.3;
    }
    #features-block-3 p, #features-block-3 ul li {
        font-family: Verdana;
    }
    #features-block-3 ul li {
        padding-bottom: 3px;
    }
    #features-block-3 ul li a {
        color: #2d56a4;
    }
    /* Box health */
    #features-block-3 .box-health {
        background: url(../img/box-health-bg.png) repeat-x;
    }
    #features-block-3 .box-health h4 {
        color: #7da519;
    }
    #features-block-3 .box-health p {
        padding: 0 8px;
        font-size: 11px;
        color: #2d56a4;
    }
    #features-block-3 .box-health ul li {
        padding-left: 20px;
        background: url(../img/bullet-green.png) no-repeat;
        list-style: none;
        text-align: left;
        font-size: 11px;
        text-transform: uppercase;
        color: #2d56a4;
    }
    /*Box fitness */
    #features-block-3 .box-fitness {
        background: url(../img/box-fitness-bg.png) repeat-x;
    }
    #features-block-3 .box-fitness h4 {
        color: #0090a2;
    }
    #features-block-3 .box-fitness p {
        padding: 0 8px;
        font-size: 11px;
        color: #2d56a4;
    }
    #features-block-3 .box-fitness ul li {
        padding-left: 20px;
        background: url(../img/bullet-blue.png) no-repeat;
        list-style: none;
        text-align: left;
        font-size: 11px;
        text-transform: uppercase;
        color: #2d56a4;
    }
    /*Box Beauty */
    #features-block-3 .box-beauty {
        background: url(../img/box-beauty-bg.png) repeat-x;
    }
    #features-block-3 .box-beauty h4 {
        color: #e5007d;
    }
    #features-block-3 .box-beauty p {
        padding: 0 8px;
        font-size: 11px;
        color: #2d56a4;
    }
    #features-block-3 .box-beauty ul li {
        padding-left: 20px;
        background: url(../img/bullet-pink.png) no-repeat;
        list-style: none;
        text-align: left;
        font-size: 11px;
        text-transform: uppercase;
        color: #2d56a4;
    }
    /*Box Trendy */
    #features-block-3 .box-trendy {
        background: url(../img/box-trendy-bg.png) repeat-x;
    }
    #features-block-3 .box-trendy h4 {
        color: #702082;
    }
    #features-block-3 .box-trendy p {
        padding: 0 8px;
        font-size: 11px;
        color: #2d56a4;
    }
    #features-block-3 .box-trendy ul li {
        padding-left: 20px;
        background: url(../img/bullet-purple.png) no-repeat;
        list-style: none;
        text-align: left;
        font-size: 11px;
        text-transform: uppercase;
        color: #2d56a4;
    }
    /* hide other blocks in desktop view */
    #features-block-1, #features-block-2 {
        display: none;
    }
}
/* SEARCH & SOCIAL ICONS */

/* Block Bottom - iPhone */
 @media (max-width: 320px) {
    #social-search-block-2 {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }
    #social-search-block-2 ul {
        margin: 30px auto;
        width: 155px;
        overflow: hidden;
        padding: 0;
    }
    #social-search-block-2 li {
        float: left;
        list-style: none;
    }
    #social-search-block-2 {
        margin: 0 auto;
        height: 70px;
    }
    #social-search-block-2 .navbar-form {
        float: left;
        width: 150px;
    }
    #social-search-block-2 #srch-term {
        width: 150px;
    }
    #social-search-block-2 .icon-social {
        margin-left: 5px;
        width: 32px;
        height: 32px;
    }
    #social-search-block-1 {
        display: none;
    }
}
/* Block Bottom - iPad */
 @media (min-width: 321px) and (max-width: 768px) {
    #social-search-block-2 {
        float: left;
        width: 100%;
        overflow: hidden;
        clear: both;
    }
    #social-search-block-2 ul {
        float: left;
        margin: 0 0 0 10px;
        width: 155px;
        overflow: hidden;
        padding: 0;
    }
    #social-search-block-2 li {
        float: left;
        list-style: none;
    }
    #social-search-block-2 {
        margin: 0 auto;
    }
    #social-search-block-2 .icon-social {
        margin-left: 5px;
        width: 32px;
        height: 32px;
    }
    #social-search-block-1 {
        display: none;
    }
}
/* Block Top - Desktop */
 @media (min-width: 769px) {
    #social-search-block-1 {
        position: relative;
        margin-top: 100px;
        float: right;
        width: 330px;
    }
    #social-search-block-1 ul {
        position: absolute;
        right:0;
        top: -2px;
        padding-left: 5px;
    }
    #social-search-block-1 li {
        float: left;
        list-style: none;
    }
    #social-search-block-1 .icon-social {
        margin-right: 5px;
        margin-left: 5px;
        width: 32px;
        height: 32px;
    }
    #social-search-block-1 li.last .icon-social {
        margin-right: 0;
    }
    #social-search-block-2 {
        display: none;
    }
     .input-group {
        z-index: 1;
     }
}
/*  ################################################################
    1. PAGES
################################################################# */
 .main {
    padding: 0 10px;
    color: #6f6f6e;
}
/* Kontakt */
 .kontakt address {
    font-size: 12px;
}
#chronoform-Kontaktformular {
    /*
    width: 50%;
    */
    max-width: 500px;
}
#chronoform-Kontaktformular .col-lg-6, #chronoform-Kontaktformular .col-md-6, #chronoform-Kontaktformular .col-sm-6, #chronoform-Kontaktformular .col-sm-12 {
    padding-left: 0px;
}
#chronoform-Kontaktformular label {
    font-weight: normal;
    font-size: 12px;
}
#chronoform-Kontaktformular .form-control {
    margin-right: 20px;
    width: 200px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px 0px 5px 0px;
    -moz-border-radius: 6px 0px 5px 0px;
    border-radius: 6px 0px 5px 0px;
    height: 24px;
    font-size: 11px;
}
#chronoform-Kontaktformular #ihr_anliegen {
    height: 100px;
}
#chronoform-Kontaktformular .btn-primary {
    background: #6f6f6e;
    border: 0;
    width: 200px;
}
@media (max-width: 320px) {
    #chronoform-Kontaktformular .form-control {
        width: 100%;
    }
    #chronoform-Kontaktformular .btn-primary {
        width: 100%;
    }
}
/* SEARCH FORM */
 .search-form {
    margin-top: 10px;
    width: 180px;
}
#social-search-block-1 .search-form {
    width: 190px;
}
#social-search-block-2 .search-form {
    float: left;
    width: 190px;
}
@media (max-width: 320px) {
    .search-form {
        display: none;
    }
}
.search-form .form-control {
    margin-right: 4px;
    width: 140px;
    height: 20px;
    padding: 0 0 0 12px;
    font-size: 12px;
    border-radius: 5px;
}
.search-btn {
    background: url(../img/search.png) no-repeat;
    cursor:pointer;
    width: 28px;
    height: 24px;
    border: none;
}
@media (min-width: 321px) and (max-width: 768px) {
    .search-form {
        margin-top: 10px;
        width: 180px;
    }
}
/* FOOTER */
 footer {
}
.footer-menu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #2d56a4;
    display: block;
}
.footer-menu a {
    font-size:10px;
    color: #2d56a4;
}
@media (min-width: 321px) and (max-width: 768px) {
    .footer-menu {
        margin-left: 10px;
        margin-top: 12px;
        text-align: left;
    }
    .footer-menu a {
        font-size:14px;
    }
}
@media (min-width: 769px) {
    footer {
        position:fixed;
        left:0px;
        bottom:0px;
        height:40px;
        width: 100%;
    }
    .footer-menu {
        padding-left: 15px;
        margin-top: 11px;
        color: #fff;
        text-align: left;
    }
    .footer-menu a {
        color: #fff;
        font-size: 14px;
    }
}

/*
TEMPORARY OVERRIDES
*/
/*
.cart, .cart-sm {
    display:none;
}
*/

@media (min-width: 769px) {
#social-search-block-1 {
    width:300px;
}
}
@media (max-width: 768px) and (min-width: 321px) {
#social-search-block-2 ul {
    width:125px;
}
}

.navigation-container {
    width: 100%;
    top: 40% !important;
}
.navigation-container .prev-button {
	left: -85px !important;
}
.navigation-container .next-button {
	right: -85px !important;
}


@media (max-width: 768px) {
.navbar-nav .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
    .navbar-nav .dropdown-menu>li>a {
line-height: 20px;
}
    .navbar-nav .dropdown-menu>li>a, .navbar-nav .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.mobile-only {
        display: inline;
    }
    .desktop-only {
        display: none;
    }
}

.phocamaps-box {
    max-width: 100%;
}
.gm-style-iw {
    text-align: left;
}

#jtec-navigator-array {
    top: 1px;
}
.jtec-navigation-monthly #jtec-navigator-array span {
    margin-top: 7px;
}
#jtec .jtec-button {
    line-height: 28px;
}

.dj-slideshow-in {
    box-shadow: none !important;
}

.jtec-footer-dates-s {
    background: url(../img/footer_nav_start.png) !important;
}
.jtec-footer-dates-e {
    background: url(../img/footer_nav_end.png) !important;
}
.jtec-footer-bg {
    background: url(../img/footer_nav_bg.png) repeat-x !important;
    background-position: 0 50% !important;
    color: #000000;
}
.jtec-footer-dates-separator {
    background: url(../img/footer_nav_separator.png) !important;
}
#jtec-date-navigator .jtec-nav-current a {
    color: #ffffff !important;
}
#jtec-date-navigator, #jtec-date-navigator a {
    color: #000000 !important;
    text-shadow: none !important;
}
#jtec-event-tooltip img {
    max-width: 100%;
    width: inherit;
    height: inherit;
}
iframe {
    border: 0;
}

.gm-style-iw div{
line-height:1.35;
overflow:hidden;
white-space:nowrap;
}

#jtec-date-navigator {
    right: 0px;
}
#jtec-footer-container .jtec-export-add {
    right: 0px;
    width: 50px;
}
#jtec-navigator-array span {
    margin-top: 6px;
}
.jtec-navigation-daily #jtec-navigator-array a {
    width: 22px;
}
#jtec-date-navigator a {
    height: 22px;
}

.jtec-header-title {
    font-family:'PT Sans Narrow' !important;
    font-weight: 300 !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    margin-left: 0;
}
#jtec-loading-cover .jtec-loading {
    height: 79px;
}
#jtec-footer-container .jtec-export-add {
    display: none;
}
#jtec-fullscreen-button {
    display: none;
}
#jtec-search-field {
    width:208px;
}
#jtec-search-controls {
    right: 10px;
}
#jtec-calendar-picker {
    width: 300px;
}
#jtec .jtec-dialogue-dark .jtec-form-slide {
    background-color: #ffffff;
}
#jtec-calendar-picker-list .jtec-scroll-overview .jtec-property {
    width: 238px !important;
}
#jtec-calendar-picker .jtec-form-label {
    width: 170px;
}
#jtec-calendar-picker .jtec-showall {
    font-size: 13px;
    line-height: 24px;
}
#jtec-calendar-picker .jtec-form-slide {
    width: 250px;
}
#jtec-search-controls.jtec-nofull {
        display: none;
}
.jtec-entry a {
    word-break: break-all;
}

@media (max-width: 768px) {
    #jtec .jtec-cell {
        width: 100% !important;
    }
    #jtec .jtec-cell {
        padding: 10px 0 10px 0 !important;
    }
    .jtec-h81 {
        height: auto !important;
    }
}

@media (max-width: 660px) {
#jtec-view-mode {
    display: none;
}
}

@media (max-width: 598px) {
    #jtec-main {
        margin-bottom: 25px;
    }
    #jtec-date-navigator .jtec-left-nav {
        display: none !important;
    }
    #jtec-navigator-array {
        left: 25px;
    }
}

@media (max-width: 399px) {
    .jtec-navigation-list #jtec-navigator-array span, .jtec-navigation-monthly #jtec-navigator-array span {
    min-width: 30px;
    }
    #jtec-preloader .jtec-body {
        width: 280px;
        margin-left: -140px;
    }
    #jtec-event-tooltip {
        max-width: 100%;
        left: 0 !important;
    }
    #jtec-event-tooltip .jtec-tip-r {
        display: none !important;
    }
    #jtec-event-tooltip .jtec-title {
        max-width: 100%;
    }
    #jtec-event-tooltip .jtec-location-holder {
        max-width: 100%;
    }
    #jtec-event-tooltip .jtec-tooltip-info-right {
        max-width: 100%;
    }
}