/*font-family: 'Open Sans', sans-serif; */
body {
    padding-top: 0rem!important;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
	text-align: center;
}

section {
	height: auto;
	min-height: 100vh;
}

html {
    width: 100%;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: inherit;
}

h1, h2, h3, h4, h5, h6, .title {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.small, small {
    font-size: .75em;
    font-weight: 700;
}
.create {
	font-size: 10px;
	font-weight: bold;
}
.top-nav {
	background: rgba(100, 110, 13, 0.82);
    transition: .3s 
ease-in-out, padding .3s 
ease-in-out;
	box-shadow: 0 0 10px rgba(0,0,0,0.23);
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.light-header {
	height: 70px;
	background: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.23);
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}

main a {
    text-decoration: none;
	color: #003e7c;
}
main a:hover {
    text-decoration: none;
	color: #ff5003;
}
.btn {
    display: inline-block;
    padding: 1rem;
    font-size: 1.25rem;
    border-radius: 0;
    font-weight: 400;
    height: 60px;
    margin: 1.25rem 0.125rem;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

*:focus {
    outline: 0;
    outline: none;
}
@media (max-width: 768px){
.px-5 {
	padding-right: 1rem!important;
    padding-left: 1rem!important;
   }
  .nav-flags {
    background: #fff;
    padding: 10px;
  }
}

.full {
	width: 100%;
	padding-top: 2rem;
}
.fixed {
	position: fixed;
}
.navbar {
	    height: 90px;
}
@media (min-width: 768px) {
.navbar {
	    height: 66px;
}
}
@media (min-width: 1400px) {
.blog, .blog-featured, .com-content-article {
    margin-right: auto;
    margin-left: auto;
}
}}

.filter-search {
    margin: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    margin-right: 5px; 
    line-height: inherit;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
    z-index: 1500;
}
/* Navbar */

.bg-bg-white {
	background: #fff;
	padding: 0px;
}
.logo {
	height: 70px;
	margin-top: 0px;
    padding: 0px 0px 0px 0px;
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
@media (min-width: 768px) {
    .logo {
	height: 128px;
	margin-top: 20px;
    padding: 0px 0px 0px 0px;
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
}

.navbar-brand {
    float: left;
    height: 90px;
}
.nav-link {
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.052em;
    text-align: left;
}
.navbar-nav {
    background: rgba(100, 110, 13, 0.82);
}
@media (min-width: 768px) {
.nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px!important;
    }
  .navbar-nav {
    background: transparent;
}
}
.nav-item a:before {
    display: inline-block;
    position: relative;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0fc';
    margin-right: .35em;
}
.active .nav-link {
    color: #fff!important;
	background: #003e7c;
}

.nav-link:focus, .nav-link:hover {
    color: #fff!important;
}
.active .nav-link:focus, .active .nav-link:hover {
    color: #fff!important;
}

.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .2s;
}

.nav-item:hover::after {
    width: 100%;
    //transition: width .3s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    background: #fff;
    border-radius: 0;
	padding-bottom: 0;
}
@media (min-width: 767px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
}
.box-dropdown {
	text-align: center;
	border: 1px solid #fff;
}
.box-dropdown:hover {
	border: 1px solid #ccc;
}

@media (max-width: 768px){
.box-dropdown {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.nav-link {
    padding: 10px 10px!important;
}
}

.navbar-toggler {
    border-radius: 0;
    background: #003e7c00;
  border: 1px solid #fff;
}
.navbar-toggler:hover {
	border-radius: 0;
	background: #ff4a01;
}

footer h3, .h3{
	font-size: 16px;
}	
footer {
	border-top: 1px solid #ccc;
	font-size: 1em;
}
footer p {
	font-size: 0.8em;
}
.page-header {
	padding: 10px;
    text-align: center;
}
.item-content .page-header {
	padding: 0px;
	margin-bottom: 20px;
	color: #000;
}
.page-header h2, .page-header .h2{
	padding: 0px;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-item{
	width: auto;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 992px){
.items-leading .blog-item{
	width: 31%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
  
  .blog-item{
	width: 31%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}}
.blog-item:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    outline: none !important;
}
.aktuality .blog-item{
	width: auto;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
@media (min-width: 992px){
.aktuality .blog-item{
	width: 47%;
	margin: 10px;
	float: left;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
}
.blog-item .item-content {
    padding: 25px;
	font-size: 17px;
}
.aktuality .blog-item:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0rem 0rem 1rem rgba(0,0,0,0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    outline: none !important;
}
.aktuality .blog-item .item-content {
    padding: 25px;
	font-size: 17px;
	
}
.blog-item .item-image {
	height: auto;
    overflow: hidden;
}
.blog-item .item-image img{
	width: 100%;
    height: auto;
	object-fit: cover;
}
.item-image img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid #ccc;
}
.com-content-article {
	padding: 10px;
}
@media (min-width: 768px) {
.com-content-article {
	padding: 20px;
}
.nav-item {
	margin: 10px 0 0 10px;
}
}
.vizitka-body {
	padding: 10px;
}
.vizitka-image {
    overflow: hidden;
}
.blog-item .vizitka-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
h3.eb-heading {
    display: inline-block;
    margin-right: 20px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.chosen-container-single .chosen-single {
    color: #444;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #fff), color-stop(.5, #f6f6f6), color-stop(.52, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) padding-box padding-box;
    border: 1px solid #aaa;
    border-radius: 10px;
    height: 37px;
    padding: 0 0 0 8px;
    line-height: 37px;
    text-decoration: none;
    display: block;
	font-size: 14px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 3px #fff, 0 1px 1px #0000001a;
    box-shadow: inset 0 0 3px #fff, 0 1px 1px #0000001a;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: none;
  border-left: none;
}
/* Dropdown */
ul.nav-child li.parent:hover > ul.nav-child:before {/*triangle's gray border*/
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0.2);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	border-left: 8px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 6px;
}
ul.nav-child li.parent:hover > ul.nav-child:after {/*triangle's white background*/
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	position: absolute;
	right: 100%;
	top: 7px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
	text-transform: uppercase;
	text-decoration: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
}
.dropdown-menu .nav-item{
    border-bottom: 1px solid #ccc;
	margin: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
}
.dropdown-item:active {
  color: #fff;
  background-color: #000;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #000;
}
@media (min-width: 767px){
.dropdown-item {
    text-align: inherit;
}}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.published {
  font-size: 10px;
}
hr {
    border-color: #000 !important;
    border-width: 3px !important;
    max-width: 50px !important;
    margin: 1rem auto !important;
    opacity: 1 !important;
}
.about-img {
	padding-top: 5rem;
}
.space {
	padding-top: 0px;
}
.current a, .current a:hover {
    border: 1px solid #000!important;

}
.category-desc {
	text-align: center;
}
.readmore {
	text-align: center;
}
.btn-secondary {
	border-radius: 0;
	--bs-btn-color: #fff;
	--bs-btn-bg: #003e7c;
	padding: 10px;
    width: 100%;
}
.btn-secondary:hover {
	border-radius: 0;
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff5003;

}
.card {
  padding: 10px;
}
.card-header {
  background: #003e7c;
  color: #fff;
  transition: 0.3s;
}
.card-header:hover {
  background: #ff5003;
  color: #fff;
  transition: 0.3s;
}
#home .intersection>li .intro-content {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    top: 60%;
    padding: 0 1rem;
    opacity: 0;
}

@media screen and (max-width: 900px) {
    #home .intersection>li {
        width: 100%;
        zoom: 1;
        float: none;
        height: auto;
        min-height: 1px;
        padding: 80px 0 40px;
        text-align: left;
    }
  #home .intersection>li .intro-content {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    top: 30%;
    padding: 50px 1rem;
    opacity: 0;
}
}

#
@media screen and (min-width: 901px) {
    #home .intersection>li .intro-content {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
}
#home .intersection {
    list-style-type: none;
    display: block;
    position: absolute;
    zoom: 1;
	padding: 0px;
    height: 100%;
    z-index: 2;
    width: 100%;
    display: none;
}
#home {
	padding: 0;
    color: #fff;
    background: #fff4eb;
}
#home .intersection>li {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: left;
    height: 50%;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
   #home .intersection>li {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
}

#home .intersection>li .intro-content h2 {
    font-size: 1.5em;
    margin-bottom: .5em;
    zoom: 1;
    clear: both;
}
#home .intersection>li .intro-content h2, #home .intersection>li .intro-content p {
    color: #6c3f05;
    display: inline-block;
    position: relative;
    padding: .75rem .25rem;
    background: rgba(240, 215, 182, 0.7);
}
#home .intersection>li .intro-content .btn:hover {
    top: -5px;
}
#home .intersection>li .intro-content .btn {
    display: inline-block;
    position: relative;
    margin: 1.5rem auto 0;
    height: 50px;
	text-transform: uppercase;
    line-height: 50px;
    background: #fff;
    color: #555;
    width: auto;
    text-align: center;
    padding: 0 1.5rem;
    top: 0;
    box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
}
.content-block {
    display: block;
    position: relative;
}
#spa {
    background: #fff4eb;
}
.content-block-scroll {
    padding: 120px 0;
}
#spa .btn {
    display: inline-block;
    position: relative;
    margin: 1.5rem auto 0;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #555;
    text-align: center;
    padding: 0 1.5rem;
    top: 0;
    box-shadow: 0 1px 5px #000;
    box-shadow: 0 1px 5px rgb(0 0 0 / 40%);
}
.block-title {
    color: #444;
    font-size: 28px;
	text-align: center;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.block-title:after {
    display: block;
    position: relative;
    width: 70px;
    height: 0;
    border-top: 1px solid #72c02c;
    margin: 20px auto 25px;
    content: '';
}
.body-slider {
	max-width: 900px;
	margin: 3rem auto 1.5rem auto;
}
.nav-item button {
	display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    border: 0px;
    border-radius: 0px;
    background: transparent;
}
#services .tab-content {
	display: block;
    position: relative;
    box-sizing: border-box;
    zoom: 1;
    background: #fff4eb;
    padding: 30px;
    text-align: left;
	margin-top: 30px;
}
.article-title {
    font-size: 28px;
    color: #555;
    margin: 0;
    text-transform: none;
    box-sizing: border-box;
    padding-right: 40px;
}
.article-subtitle {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
    text-transform: none;
}
#services p {
    font-size: 13px;
}
#services .box-beer img{
    border: 5px solid #cccccc00;
  }
#services .box-beer img:hover {
    border: 5px solid #646e0dd1;
    
}
.team {
    background: #fff4eb;
}
.team strong {
    display: block;
    position: relative;
    font-size: 11px;
    color: #999;
    font-weight: 400;
}
.team h3 {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
    margin: 15px 0 7px;
    text-transform: uppercase;
}
#contact .block-title {
    color: #fff;
    padding-top: 50px;
}
#contact .contacts {
    display: block;
    position: relative;
    float: left;
    box-sizing: border-box;
}
ul.contacts {
    list-style-type: none;
    text-align: left;
}
ul.contacts li {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 15px;
}
ul.contacts li:before {
    display: inline-block;
    position: relative;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

ul.contacts li.tel:before {
    content: '\f10b'
}

ul.contacts li.at:before {
    content: '\f1fa'
}

ul.contacts li.loc:before {
    content: '\f041'
}

ul.contacts li.web:before {
    content: '\f0ac'
}

ul.contacts li>a {
    color: #fff;
    text-decoration: none
}

ul.contacts li>a:hover {
    text-decoration: underline
}
#contact {
    background: #000 url(../img/bg-kontakt.jpg) no-repeat 0 0;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
  margin-top: 120px;
}
.clona {
    display: block;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7) url(../img/gridtile.png) repeat scroll 0 0;
    z-index: 1;
}