a {
  color: #d13d73;
  font-family:BrixSans;
  font-size:18px;
}

a:hover{
  text-decoration:underline;
}

h1, h2 {
  font-family: BrixSans-Black;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}

h3, h4, h5, h6 {
  font-family: BrixSans;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}

html {
  font-size: 18px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: BrixSans;
  font-size: 18px;
  line-height: 1.42857143;
  color: rgb(0, 0, 0);
  background-color: #fff;
}
/*------------ MENÜ ---------------------*/
div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1 > a, div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1 > span {
    color: #000;
    font-size: 22px;
    text-transform: none;
    font-weight: 400;
    min-height: 65px;
    line-height: 65px;
    padding: 0 15px;
}

div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1:hover > a, div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1:hover > span {
    color: #d13d73;
    background: #eee;
	
}

div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1.sj-has-child .sj-dropdown .sj-menu-item > a:hover, div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1.sj-has-child .sj-dropdown .sj-menu-item > span:hover {
    color: #d13d73;
	font-weight: 400;
}

div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1.sj-has-child .sj-dropdown .sj-menu-item > a, div.sambar .sambar-inner.menu_horizontal .sj-megamenu .level-1.sj-has-child .sj-dropdown .sj-menu-item > span {
   
    font-weight: 400;
}




/*--------- SLIDESHOW -------------*/
.slideshow .yt-content-slider .content .title-lage {
    font-size: 55px;
    text-transform: none;
}

.slideshow .yt-content-slider .content .button-find {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
	font-size: 30px;
    font-weight: bold;
    text-transform: none;
    opacity: 0;
    padding: 10px 20px;
    display: inline-block;
}
/*-------------- BREADCRUMB ------------------------------*/
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #dd0060;
    
    font-family: BrixSans;
}
ol.breadcrumb > li.active {
    color: #dd0060;
    font-family: BrixSans;
}



ol.breadcrumb > li::after {
    content: '\276F';
    display: inline-block;
    margin: 0 10px;
    height: 10px;
    width: 10px;
    border-radius: 3px;
    background: none;
    font-family: BrixSans;
	font-weight:normal;
}

ol.breadcrumb a:hover {
    color: #ccc;
}
.yt-list.type-check li::before, .yt-list.type-arrow li::before, .yt-list.type-star li::before, .yt-list.type-disc li::before, .yt-list.type-circle li::before {
    font-family: FontAwesome;
    content: "\f068";
    margin-right: 7px;
    font-size: 13px;
}
/*
li:before {content: '\2014'; padding-right:7px; }*/

