body {background-color: #D7D8D2;}

* {font-family: 'Open Sans', sans-serif; line-height: 140%;}

.clear {clear: both;}

p {
    margin: 18px 0 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #001366
}

label {font-weight: 600;font-size: 12px;}

#title img {
    float: left;
}

#title a p {
    color: #011169;
    margin: 70px 0 0 164px;
    float: left;
    font-size: 24px;
    line-height: 23px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

#title a {
    text-decoration: none;
}

#logo {
    height: 238px;
    width: 262px;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -134px;
    top: 23px;
}

#wrapper {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

#navi {
    float: right;
    margin: 54px 0 0 0;
}

#navi p {
    color: #001366;
    text-transform: uppercase;
    font-size: 14px;
}

#navi ul {
    list-style: none;
}

#navi ul ul {
		display: none;
}

#navi li {
    float: left;
    padding: 0 15px 0 15px;
    border-right: 1px solid #001366;
}

#navi li:last-of-type {
    padding: 0 0 0 15px;
    border: none;
}

#navi a {
    text-decoration: none;
    color: #001366;
    text-transform: uppercase;
    font-size: 14px;
}

#navi a:hover {
    text-decoration: none;
    color: #9f9f9f;
}

#navi .active {
    font-weight: 700;
}

#navi .active > a {
	font-weight: 700;
}

.navbar-toggle {
	Background-color: #FFF;
	border: 1px solid #CCC;
}
.navbar-toggle span {
	border: 1px solid #000;
}


/* Ende Navi */

#slider {
    margin: 15px 0 0 0;

}

#slider .bxslider {
    padding: 0;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    margin: 0 0 10px 0;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/web/20190131140916im_/http://www.tierheilpraktikerin.ch/assets/style/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    margin: -22px 0 0 0;
    text-align: center;
    color: #666;
    font-size: 1em;
    font-family: Arial;
    font-weight: bold;
    right: 15px;
    z-index: 51;
}

.bx-pager-item {
    margin: 0 3px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    opacity: 0.3;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    outline: 0;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity: 1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0px;
    height: 100%;
}

.bx-wrapper .bx-next {
    right: 0px;
    height: 100%;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    outline: 0;
    top: 0%;
    width: 30%;
    height: 100%;
    text-indent: -9999px;
    z-index: 50;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(/web/20190131140916im_/http://www.tierheilpraktikerin.ch/assets/style/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(/web/20190131140916im_/http://www.tierheilpraktikerin.ch/assets/style/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/* Ende Slider */

.cartbutton {
    color: #001366;
}

.warenkorb.pull-right {
    margin-top: 59px;
}

#content {
    padding: 0 0 15px;
    width: 100%;
}

#left {
    float: left;
    width: 740px;
    margin: 18px 0 0 0;
    padding: 18px 13px;
    background-color: #efefef;
}

#left h1 {
    color: #001366;
    font-size: 25px;
    font-weight: lighter;
    text-transform: uppercase;
}

#left p {
    margin: 18px 0 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #001366
}

#right {
    float: right;
    width: 230px;
    margin: 18px 0 0 0;
    padding: 5px 10px 20px 10px;
    background-color: #efefef;
}

#right h3 {
	margin-bottom: 10px
    font-size: 25px;
    font-weight: lighter;
    color: #001366;
    text-transform: uppercase;
}

#right h4 {
	margin: 15px 0 -10px 0;
    font-size: 15px;
    font-weight: lighter;
    color: #001366;
    text-transform: uppercase;
}

#right .rightNews {
	margin-bottom: 30px;
}


#right p {
    margin: 18px 0 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #001366
}

/* Ende Content */

#footerouter {
    margin: 0 0 20px 0;
}

#footerinner {
    margin: 0 auto;
    display: table;
}

#footerinner p {
    float: left;
    padding: 0px 5px 0px 5px;
    font-size: 11px;
    color: #9f9f9f;
    border-right: 1px solid #9f9f9f;
}

#footerinner p:last-of-type {
    border: none;
}

#footerinner a {
    text-decoration: none;
    color: #9f9f9f;
}

#footerinner a:hover {
    text-decoration: none;
    color: #001366;
}

/* Ende Footer */

/** DETAILSEITE
=====================*/

#pic {
	position: relative;
    height: 220px;
    width: 100%;
    margin: 17px 0 0 0;
    overflow: hidden;
}

#pic img {
	position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    
}

#leftdetail #auswahlForm {
    padding-bottom: 25px;
	margin-top: 20px;
}

#leftdetail img { max-width: 100%; height: auto;}

.row .produktTrenner {
	padding-top: 10px;
	border-bottom: 1px solid #001366;
}

#produktinfo .btn-default {
	margin-bottom: 5px;
}

#produktinfo .bottomText {
		padding-bottom: 15px;
}

#produktinfo .formText {
		padding-top: 7px;
}

#produktinfo .bold {
    font-weight: 700;
}

#produktinfo label {
    font-weight: normal;
}

#auswahlForm #produktinfo {
    color: #001366;
}

#leftdetail {
   /* float: left;
    width: 725px; -->
    margin: 18px 0 0 0;
    padding: 18px 13px; */
    background-color: #efefef;
	padding-bottom: 15px;
}


.produktBild {
	padding-top: 15px;
}

#leftdetail h1,
#leftdetail h2,
#leftdetail h3,
#leftdetail h4 {
    color: #001366;
    font-size: 25px;
    font-weight: lighter;
    text-transform: uppercase;
}

#leftdetail h2 {
    font-size: 20px;
}

#leftdetail h3 {
	font-size: 18px;
    margin: 25px 0 0 0;
}

#leftdetail h4 {
	font-size: 16px;
    margin: 25px 0 0 0;
}

#leftdetail a {
    text-decoration: none;
    color: #003166;
}

#leftdetail .read-more a{
	text-decoration: underline;
}

#leftdetail ul li {
    /*margin: 30px 0 10px 0;*/
	margin: 3px 0 5px 0;
}

#leftdetail ul li:active {
    font-weight: lighter;
}

#leftdetail ul li ul {
    margin: 5px 0 0 20px;
	display: none;
}

#leftdetail ul li ul li {
    margin: 5px 0 0 0;
    list-style: disc;
}

#rightdetail {
  /* float: right;
    width: 248px; 
    margin: 18px 0 0 0;
    padding: 5px 15px 25px 15px; 
    background-color: #efefef; */
	padding-bottom: 15px;
}

#rightdetail h3 {
    font-size: 25px;
    font-weight: lighter;
    color: #001366;
    text-transform: uppercase;
}

#rightdetail a {
    font-size: 14px;
    color: #001366;
    text-decoration: none;
    text-transform: uppercase;
}

#rightdetail a:hover {
    color: #9f9f9f;
    text-decoration: none;
}

#rightdetail .active {
    font-weight: 700;
}

#rightdetail ul {
    margin: 0;
    padding: 0;
}

#rightdetail li {
    padding: 13px 0;
    list-style: none;
}

#rightdetail ul ul{
	display: none;
}

#rightdetail ul li.active ul {
	display: block;
	font-weight: normal;
}

#rightdetail ul li.active ul li a {
	padding-left: 20px;
}

#rightdetail ul li ul{
	line-height: 0px;
	margin-top: 10px;
}

#rightdetail ul li {
	border-bottom: 1px solid #001366;
}

#rightdetail ul li ul li {
	border-bottom: none;
}


#rightdetail .vkText,
#rightdetail .vkText h5 {font-size: 12px; color: #001366;}
#rightdetail .vkText {margin-top: 20px; line-height: 160%;}
#rightdetail .vkText h5 {font-weight: 700; margin-bottom: 5px;}
.vkInfoText {font-size: 11px; text-align: right; line-height: 160%;}
.login-box .btn {margin-top: 5px;}

#warenpreis .label {color:#333;}

/** FORMULAR
==================*/
form .form-group.required label:after, form .checkbox.required label:after, form .radio.required label:after {
    content: '*';
    color: #f00;
}

form span.required {
    color: #f00;
}

/** KONTAKT
==================*/

.formp {
    font-size: 14px;
}

#EmailForm input {
    width: 300px;
    padding: 5px;
}

#EmailForm input [type="text"] {

}

#EmailForm input [type="email"] {

}

#EmailForm input [type="tel"] {

}

#EmailForm textarea {
    width: 300px;
    margin: 0 0 30px 0;
    padding: 5px;
}

#EmailForm p#hinweis {
    margin-top: 10px;
    font-size: 10px;
}

.errors {
    color: #c10000;
    margin: 20px 0 0 0;
    font-size: 14px;
}

.errors input {
    background-color: red;
}

.errors strong {
    font-weight: 400;
    margin: 0 0 10px 0;
}

.requiredlist span {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
    clear: both;
}

.requiredlisr span:first-of-type {
    margin: 20px 0 0 0;
}

.requiredlist span:last-of-type {
    margin: 10px 0 10px 0;
}

/**	Shop
/*=============*/

.produktewrapper {
    padding: 13px;
    margin: 20px 0 0 0;
    background-color: #efefef;
}

.produktewrapper img {
    height: 150px;
    width: 150px;
    float: left;
}

.produktewrapper h3 {
    margin: 0 0 0 175px;
    font-size: 25px;
    font-weight: lighter;
    color: #001366;
    text-transform: uppercase;
}

.produktewrapper p {
    float: left;
    margin: 20px 0 0 25px;
}
.produktewrapper-inner ul {
		padding: 0;
	}
	.produktewrapper-inner li {
		list-style: none;
	}

#leftshop {
    float: left;
    width: 100%;
    margin: 18px 0 0 0;
    padding: 18px 13px;
    background-color: #efefef;
}

#leftshop h1 {
    color: #001366;
    font-size: 25px;
    font-weight: lighter;
    text-transform: uppercase;
}

#leftshop h3 {
    margin: 10px 0 0 0;
}

#leftshop a {
    text-decoration: none;
    color: #003166;
}

#leftshop ul li {
    margin: 30px 0 10px 0;
}

#leftshop ul li:active {
    font-weight: lighter;
}

#leftshop ul li ul {
    margin: 5px 0 0 20px;
}

#leftshop ul li ul li {
    margin: 5px 0 0 0;
    list-style: disc;
}

.currencySign {font-size: 10px;}
.warenkorb-header {border-bottom: 1px solid black;}
.warenkorb-item {margin-top: 10px;}
.shipping {line-height:170%;}
.warenkorbPreis {text-align: right;}
.warenkorbRow {margin-top: 10px;}

.detaildata {
    width: 100%;
}

.detaildata #leftdetail a:link {text-decoration: underline;}
.detaildata #leftdetail a:hover {color: #9f9f9f;}

#leftdetail #uebersichtWarenkorb .produkt_delete,
#leftdetail .btn-default {text-decoration: none!important;}

.productFormLabel {padding-top:7px; text-align:left; margin-bottom: 4px;}
.productFormText {margin-bottom:4px;}
.productBtn {width:100%}

.antispam img {margin-bottom: 5px;}

/* SiteMap */
#siteMap ul {display:block!important;}
#siteMap ul li {list-style:none!important; margin: 15px 0 5px 0;}
#siteMap ul li ul {margin: 5px 0 0 0;}
#siteMap ul li a {text-decoration: none!important;}

@media (min-width: 1200px) {
    .container{
        max-width: 990px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    #wrapper {
        width: 978px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    #right {
        display: none;
    }

    #rightdetail {
       <!-- display: none; -->
    }

    #left {
        width: 100%;
    }

    #leftdetail {
        width: 100%;
    }

    #wrapper {
        width: 752px;
    }

    #navi li {
        padding: 0 10px 0 10px;
    }

    #navi li:last-of-type {
        padding: 0 0 0 10px;
    }
	.navi_desk {
		display: none;
	}

    .produktewrapper p {
        width: 544px;
    }

    #pic img {
        width: 100%;
        height: auto;
    }
	
	#logo {
		height: 238px;
		width: 262px;
		background-image: url("/web/20190131140916im_/http://www.tierheilpraktikerin.ch/assets/style/images/bg.png");
		background-repeat: no-repeat;
		position: absolute;
		left: -185px;
		top: 23px;
	}
    
    #leftdetail h1 {
        padding-top: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    #title a p {
        font-size: 18px;
        width: 150px;
    }

    #wrapper {
        width: 465px;
    }

    .produktewrapper p {
        width: 254px;
    }
	.produktewrapper-inner ul {
		padding: 0;
	}
	.produktewrapper-inner li {
		list-style: none;
	}
	

	
	.bx-pager {
        display: none;
    }

    #pic img {
        width: 100%;
        height: auto;
    }
}

	.navbar-button {display: none}
	.navbar-menu {display: block;}

@media only screen and (max-width: 992px) {
	.navbar-button {display: block}
	.navbar-menu {display: none;}
	
	
	#navi {
		width: 300px;
	}
	#navi ul {
		float: right;
		padding: 0;
		background-color: #ffffff;
	}
    #navi li {
        width: 100%;
		padding: 0 10px;
		border: none;
		border-bottom: solid #CCC 1px;
		margin-bottom: 4px;
		padding-bottom: 4px;
    }
	#navi li:last-of-type {
        width: 100%;
		padding: 0 10px;
    }
	
	#navi li ul li {
		border: none;
	}
	#navi li ul li:first-of-type {
		margin: 10px 0 0 0;
	}
	
	.last ul li {
		padding: 0;
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    #wrapper {
        width: 332px;
    }

    .produktewrapper h3 {
        margin: 25px 0 0 0;
    }

    .produktewrapper p {
        margin: 20px 0 0 0;
        width: 224px;
    }

    .produktewrapper-inner {
        margin: 0 auto;
        width: 100%;
    }
	.produktewrapper-inner ul {
		padding: 0;
	}
	.produktewrapper-inner li {
		list-style: none;
	}

    .bx-pager {
        display: none;
    }

    #footerinner p {
        font-size: 9px;
    }

    #pic {
        height: 140px;
    }

    #pic img {
        width: 100%;
        height: auto;
    }

    .clear_shop {
        clear: both;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    #footerinner p {
        font-size: 8px;
    }

    #wrapper {
        width: 320px;
    }

    #pic img {
        width: 100%;
        height: auto;
    }
}
/*
     FILE ARCHIVED ON 14:09:16 Jan 31, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:36:42 Nov 03, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 145.254
  exclusion.robots: 0.409
  exclusion.robots.policy: 0.393
  RedisCDXSource: 1.441
  esindex: 0.009
  LoadShardBlock: 117.511 (3)
  PetaboxLoader3.datanode: 58.764 (5)
  CDXLines.iter: 22.369 (3)
  PetaboxLoader3.resolve: 146.275 (4)
  load_resource: 133.741 (2)
*/