@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500&display=swap');
@font-face {
   font-family:'Thesis';
   font-style: normal;
   font-weight: 300;
   src: local('thesis'), local('thesis-Regular'),
    url(/fonts/thesis.woff) format('woff');
}
 body {
  font-family: 'Ubuntu', sans-serif;  
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #626262;
} 
.no-webp body {background-image: url("../img/bg4.jpg");}
.webp body {background-image: url("../img/bg-4.webp");}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Ubuntu', sans-serif;
}
p {line-height: 1.75;}
.site-heading {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-transform: lowercase;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
}
.site-heading .site-heading-upper {
  display: block;
  font-size: 3rem;
  font-weight: 400;
}
.site-heading .site-heading-lower {
  font-size: 2rem;
  font-weight: 100;
  line-height: 4rem;
}
.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.section-heading {
  text-transform: uppercase;
}
.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}
.section-heading .section-heading-lower {
  display: block;
  font-size: 1.8rem;
  font-weight: 100;
}
.bg-faded {
  background-color: rgb(242, 242, 242);
}
#mainNav {
 /* background-color: rgba(47, 23, 15, 0.6);*/
  font-family: 'Ubuntu', sans-serif;
}
#mainNav .navbar-brand {
  color: #19447c;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  z-index:10;
}
#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #19447c;
}
@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #00b2de;
  }
}
/*
.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
*/
.intro {
  position: relative;
}
@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -1rem;
  }
}
@media (min-width: 1200px) {
  .intro .intro-text {
    width: 40%;
  }
}
/*dropdown menu*/
.dropdown-menu {
display: none;
position: absolute;
background-color: #00b2de;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-menu a {
color: black;
padding: 4px 16px;
text-decoration: none;
display: block;
}
.dropdown-menu a:hover {background-color: rgba(255, 255, 255, 0.15)}
.dropdown:hover .dropdown-menu {
display: block;
}
/*.dropdown-menu{background-color:#00b2de}*/
.dropdown-toggle::after{font-size:2.2rem; margin-bottom:-0.6rem; color:#00b2de
}
@media (max-width: 800px) {.dropdown-menu a{padding: 5px 16px; margin: 12px 16px;}}
.cta,.cta2,.cta3,.cta4,.cta5,.cta6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cta-inner,.cta2-inner,.cta3-inner,.cta4-inner,.cta5-inner,.cta6-inner {
  position: relative;
  padding: 1.8rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 1);
}
.cta-inner:before,.cta2-inner:before,.cta3-inner:before,.cta4-inner:before,.cta5-inner:before,.cta6-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 1);
}
.cta {background-color: rgba(255, 48, 25, 0.90);}
.cta2 {background-color: rgba(146, 178, 9, 0.90);}
.cta3 {background-color: rgba(255,255,255, 0.25);}
.cta4 {background-color: rgba(11,179,226, 0.90);}
.cta5 {background-color: rgba(255,230,207, 0.90);}
.cta6 {background-color: rgba(109,164,179, 0.90);}
.row {
    margin: auto;
    }

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #00b2de;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:10000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.round{
	color: #fff;
    margin: auto;
    position: relative;
    /*right: -30%;*/
    top: -60px;
    font-size: 19px;
	display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.btn-infox{background-color:rgba(255, 48, 25, 0.9);}
.btn-infoy{background-color:rgba(146, 178, 9, 0.9);}
@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}
@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}
/*
.address strong {
  font-size: 1.2rem;
}
*/
.white{
  color: #ffffff;
  font-size:0.85rem;
}
/*
.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
 .social {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
  #social-fb:hover {
  color: #3B5998;
}
*/
.text-primary {color: #19447c !important;}

.bg-primary {background-color: #e6a756 !important;}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #19447c;
  border-color: #19447c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #00b2de;
  border-color: #00b2de;
}

.font-weight-light {
  font-weight: 100 !important;
}

.floatb{
    position:relative;
	top:14px;
    right:0;
	color:#19447c;
    text-align:center;
  font-size:14px;
  z-index:100;
}
.float{
    position:relative;
    bottom:5px;
    right:0;
	color:#25d366;
    text-align:center;
  font-size:40px;
  z-index:100;
}

.my-float{
    margin-top:20px;
}

iframe { border: none !important;}
.logo{position: absolute; top: 2px; left: 20px; z-index:-1}
.hellblau{color:#00b2de;
font-family:'thesis';
}
.dklblau{color:#19447c;
font-family:'thesis';}
.ctr{margin-left:auto; margin-right:auto; display:block; padding-bottom: 2rem}
/*****cokies*****/
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-caption p, cite{font-size: 0.85rem; width:98%}
.rightimg{float:right; margin-right:10px }
.big{font-size: 0.95rem; padding: 10px 20px 10px 20px}
.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 6px 4px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 119px;
	float:right;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	font-size: 80%;
}
.fa-2x{margin-right:12px;}

.palert{
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 6px 4px;
}
picture .slide{width:600px; height:300px;}
