@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/opensans-condbold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-condbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {font-family: 'open_sansregular',Arial, Helvetica, sans-serif; color:#462D2C}
#slider {padding-right: 0 !important;padding-left: 0 !important;}
.content {background-color:#FCF6EF;padding-bottom:1em;}
h1, h2 ,h3, h4, .h1,.h2,.h3,.h4, h5,.h5 {font-family: 'open_sans_condensedbold',Arial, Helvetica, sans-serif;}
h1,.h1, h2, .h2, h4, .h4 {color:#8F5E35;}
.h1, h1 {

    font-size: 2rem;

}
strong {font-family: 'open_sansbold';}
.rot {color:#EA3440;}
.logo {margin:15px 0;}
.wochenmarkt {border: 1px solid #EA3440; padding: 1em; background-color: white;margin-bottom:1em; }

.navbar-light .navbar-nav .nav-link {

    color: #8F5E35;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color:#000;
}
.dropdown-menu {
    border: 1px solid #EA3440;
    border-radius: 0rem;
}
.active {
color: #EA3440;
}
.navbar-toggler {

    border-radius: 0;
}


div.dropdown-menu.dropdown-menu-right.show a.nav-link.active {color:#EA3440}


.btn-costom {
color: #fff;
    background-color: #8F5E35;
    border-color: transparent;
	border-radius: 0rem;
}
.btn-custom:hover {
    color: rgba(255,255,255,0.7);
    background-color: #8F5E35;
    border-color: transparent;
	border-radius: 0rem;
}
.btn-costom a {
color: #fff;
}
.btn-costom a:hover {
color: rgba(255,255,255,0.7);
}
.bg-light {
	background-color: transparent !important;
}
.jumbobox {margin-top:-5em;}
.bildbox img {border: 1px solid #999;padding:10px; background:#fff;}
.img-thumbnail {border-radius: .0rem;}
.modal-header {border-bottom: 0px solid #e9ecef;}
.modal-footer {border-top: 0px solid #e9ecef;}
img.ohne {border:0;padding:0}
.carousel-inner img {
      width: 100%;
      height: 100%;
  }
.carousel-inner {border-top: 10px solid #EA3440;}
footer {border-top: 10px solid #EA3440;padding-top:1em;}

/*** LINKS ***/
a {color:#EA3440}
a:hover {color:#955141}
/* ** Externe Links Symbol anhängen ** */.navbar {margin-top:50px;}
a[href^="http://"], a[href^="https://"] {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(../img/ex-link.png) no-repeat scroll right top;
  padding-right:20px;
}

/* ** Externe Links ausschliessen ** */
a[href^="http://www.pralinenwerkstatt-bientzle.de"]
 {
  background-image: none;
  padding-right: 0;
}

/****IMG-Galerie****/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;

}

/* ** Large devices (desktops, less than 1200px) ** */
@media (max-width: 1199.98px) { 
.jumbobox {margin-top:-5em;}
.navbar {margin-top:50px;}
}
/* ** Medium devices (tablets, less than 992px) ** */
@media (max-width: 991.98px) { 

}

/* ** Small devices (landscape phones, less than 768px) ** */
@media (max-width: 767.98px) { 

}
/* ** Extra small devices (portrait phones, less than 576px) ** */
@media (max-width: 575.98px) { 
.jumbobox {margin-top:1em;}
.navbar {margin-top:0;}
}
