
body {
  background: url(../images/shabby_web.jpg);
  color: #000;
  font-size:14px;
}

.salbei { position:fixed; top:108px; z-index:9999999999;}
.schafgarbe { position:fixed; bottom:10px; z-index:9999999999;}
.thymian { position:fixed; right:0px; bottom:0px; z-index:9999999999;}

@font-face {
    font-family: 'jiffyltregular';
    src: url('../fonts/maier-webfont-webfont.eot');
    src: url('../fonts/maier-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/maier-webfont-webfont.woff') format('woff'),
         url('../fonts/maier-webfont-webfont.ttf') format('truetype'),
         url('../fonts/maier-webfont-webfont.svg#jiffyltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,
h2,
h3
 {
  	color: #ad62ba;
  	font-weight: bold;
	font-family:'jiffyltregular', Helvetica, Arial, san-serif;
}
h4,
h5,
h6
 {
  	color: #ad62ba;
  	font-weight: 300;
	font-family:Verdana, Helvetica, Arial, san-serif;
}

p {
    margin: 0px 45px 10px 0px;
}
p.breit {
    margin: 0px 45px 10px 0px;
}


.box h2 {
  margin-top:25px;
  padding: 10px 0px 0px 0px;

  margin-bottom: 30px;
  font-size: 54px;
}
.box h2.mit_subline {
  margin-top:25px;
  padding: 10px 0px 0px 0px;
  margin-bottom: 0px;
  font-size: 54px;
}
.box h2.subline {
  margin-top:5px;
  padding: 0px 0px 0px 70px;
  margin-bottom: 10px;
  font-size: 40px;
  color:#000;
}

h3 { font-size:40px; margin:0px;}
h4 { font-size:16px;}


a {
  color: #a23bb1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}




.kurslabel { float:left; margin-right:10px;  }
img.kurslabel { max-width:15%;  }
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
 /* background-color: #019ee3;  */
  background-color: transparent;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  /*background-color: #1586c3; */
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-danger {
    color: #FFF;
    background-color: #ad62ba;
    border-color: #8e379d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #8e379d;
  border-color: #ad62ba;
}
.form-control:focus {
  border-color: #ad62ba;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(173, 98, 186, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(173, 98, 186, .6);
}


a:hover,
a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 99999;
  background: url(../images/shabby_header.png);
}
#main {
  background:transparent;

  padding: 0px 0;
  color: #000;
}

#contact .box {
  padding: 150px 0px;
  margin-left:auto;
  margin-right:auto;	
  max-width:980px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  background:#fff;
  border:0px solid #FF0099;
}

#contact .box a {
  color: #a23bb1;
}
#contact .box a:hover {
  color: #000; text-decoration:underline;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.topbox {
  padding: 150px 0px 0px 0px;
  margin-left:auto;
  margin-right:auto;	
  max-width:980px;
  position: relative;
  background:#fff;
}
.trenner { 
  padding:20px 0px 20px 0px;
  margin-left:auto;
  margin-right:auto;	
  max-width:980px;
  position: relative;
  background:#fff;
}
.trenner img{ margin-left:auto; margin-right:auto;}

.box {
  padding: 0px 0px;
  margin-left:auto;
  margin-right:auto;	
  max-width:980px;
  position: relative;
  background:#fff;
}

.row { }
.violett { border:1px solid #ad62ba;}
.stand-newspic { margin-left:15px;}
.stand-pic { margin-left:15px;}
.stand { margin-left:15px;}
.stand-total { margin-left:15px; margin-right:25px;}
img.rechts { margin-top:-40px; margin-left:120px;}
.stand15 { padding: 0px 15px 0px 15px;}

.col-sm-6 { border:0px solid blue;}
.col-sm-4 { border:0px solid yellow;}
.col-sm-2 { border:0px solid green;}




#portfolio .box {
  background: #f3f3f3;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#pricing .box {
  background-color: #f9f9f9;
}
#pricing .plan {
  background: #fff;
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
#pricing .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #eee;
}
#pricing .plan li.plan-name {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}
#pricing .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 48px;
}
#pricing .plan li.plan-action {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}
#pricing .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#pricing .plan.featured .plan-price {
  color: #fff;
  background-color: #019ee3;
  border-bottom-color: #019ee3;
  margin: 0;
}
#services .box {
  padding-bottom: 0;
}
#services .row > div {
  margin-bottom: 50px;
}
.center {
  text-align: center;
}
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}
.member {
  margin: 0 50px;
  text-align: center;
}
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.icon-social.icon-facebook {
  background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
  background: #789bde;
}
.icon-social.icon-twitter {
  background: #5bceff;
}
.icon-social.icon-twitter:hover {
  background: #8eddff;
}
.icon-social.icon-linkedin {
  background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}
.icon-social.icon-google-plus {
  background: #dc422b;
}
.icon-social.icon-google-plus:hover {
  background: #e36957;
}
.icon-social.icon-pinterest {
  background: #cb2027;
}
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}
.icon-social.icon-youtube {
  background: #ce332d;
}
.icon-social.icon-youtube:hover {
  background: #da5954;
}
.nav {
    padding-left: 50px;
    margin-bottom: 0px;
    list-style: none outside none;
}


.icon-social:hover {
  color: #fff;
}
.navbar-default {
  background: transparent;
  padding: 0;
  overflow: hidden;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
  margin-right: 20px;
  margin-left: 20px;
  width: 250px;
  height: 105px;
  background: url(../images/kraeuterhexe-logo.png) no-repeat 0 50%;
}
.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
  padding: 60px 25px;
  font-size: 16px;
  line-height: 18px;
  color: #999;
}
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  /*background-color: #019ee3; */
  background-color: transparent;
  color: #ad62ba;
}
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color7 {
  background-color: #019ee3;
}

.gap {
  margin-bottom: 50px;
}
.little-gap {
  margin-bottom: 20px;
}
.little-top-gap {
  margin-top: 35px;
}

.big-gap {
  margin-bottom: 100px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer a {
  color: #000;
}
#footer a:hover {
  color: #fff;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}


/* Overrides */

.lead1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 200;
    line-height: 1.4;
	font-weight: 300;
	font-family:'Parisienne', Helvetica, Arial, san-serif;
}

.lead {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 200;
    line-height: 1.4;
	font-weight: 300;
	font-family:'Open sans', Helvetica, Arial, san-serif;
}
p.normal { text-align:left;}

.navbar-default .navbar-nav > li {
	background-image:url(../images/buttons/button-hg.png);
	background-repeat:no-repeat;
	background-position: 0px 25px;
	border:0px solid red;

}

.navbar-default .navbar-nav > li > a {
    padding:40px 15px 20px 15px;
	width:120px;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
	font-weight: bold;
	font-family:'jiffyltregular', Helvetica, Arial, san-serif;
	font-size:26px;
	margin-right:10px;

}


.um {
  font-family:'Open Sans', Helvetica, Arial, san-serif;
  font-weight:600;
  font-style:italic;
  color:#FF6600;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.9);
}
.media {
  font-family:'Open Sans', Helvetica, Arial, san-serif;
  font-weight:600;
  font-style:normal;
  color:#666666;
  text-shadow: 2px 2px rgba(255, 255, 255, 0.9);
}
.um2 {
  font-family:'Open Sans', Helvetica, Arial, san-serif;
  font-weight:600;
  font-style:italic;
  color:#FF6600;
}
.media2 {
  font-family:'Open Sans', Helvetica, Arial, san-serif;
  font-weight:600;
  font-style:normal;
  color:#666666;
}

.abstand { display:inline-block; width:55px;}




div.kreis_pink {
  width: 300px;
  height: 300px;
  border-radius: 150px;
background-image: radial-gradient(circle farthest-corner at center, #fbe5f1 0%, #f8c8de 100%)
}
div.kreis_cyan {
	display:block;
    float:left;
	z-index:1;
	left:40px;
	top:20px;
	padding: 12.5%;
    width:auto;
    height:auto;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius: 50%;
	background-image: radial-gradient(circle farthest-corner at center, #e1f3fd 0%, #bbe4fa 100%);

}

div.kreis_gruen {
	display:block;
    float:right;
	z-index:1;
	margin-top:40px;
  	padding: 12.5%;
    width:auto;
    height:auto;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius: 50%;
	background-image: radial-gradient(circle farthest-corner at center, #ecf4e5 0%, #d6e7c5 100%);
}



div.kreis_lila {
	display:block;
    float:left;
	z-index:1;
	margin-left:-17%;
	margin-top:33%;
  	padding: 12.5%;
    width:auto;
    height:auto;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius: 50%;
	background-image: radial-gradient(circle farthest-corner at center, #faf3fb 0%, #e9daed 100%);
}

div.kreis_gelb {
	display:block;
    float:right;
	z-index:1;
	margin-right:-15%;
	margin-top:29%;
	padding: 12.5%;
    width:auto;
    height:auto;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius: 50%;
	background-image: radial-gradient(circle farthest-corner at center, #fffde6 0%, #fff9c7 100%);

}


.boxx {
  padding: 170px 30px;
  margin-left:auto;
  margin-right:auto;	
  max-width:980px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  background:#fff;
}
.innerboxx {
 min-height:500px;
}

.hg_news { background:#fff url(../images/hg_news.jpg) no-repeat; background-position:0px 150px; background-size:100%;}

.hg-allgemein1 { background:#fff url(../images/hg-allgemein1.jpg) no-repeat; background-position:50px 0px; background-size:80%;}
.hg-allgemein2 { background:#fff url(../images/hg-allgemein2.jpg) no-repeat; background-position:50px 0px; background-size:80%;}

.weiss { background:#fff;}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.trenner { border-top-color: #019ee3;  }

.ausrichten { margin-left:-30px; margin-top:20px;}
.copyright { color: #000; font-size:10px;}


/* Carousel - Fader */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  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-control {
  z-index: 2;
}

.typo-klein { font-size:12px;}
.adresse { display:inline-block; width:70px;}
.adresse2 { display:inline-block; width:150px;}
.adresse3 { display:inline-block; width:170px;}



/* STYLES FÜR IPad - quer */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* STYLES GO HERE */




}
/* Ende - STYLES FÜR IPad - quer */

/* STYLES FÜR IPad - hoch */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* STYLES GO HERE */




}
/* Ende - STYLES FÜR IPad - hoch */











