
/* Fonts */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url('/theme/frontend/fonts/open-sans-latin-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300 800;
  src: url('/theme/frontend/fonts/open-sans-latin-variable-italic.woff2') format('woff2');
}

/* Globals */

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-display: auto;
    width: 100vw;
    overflow-x: hidden;
    /* padding-top:200px; */
}


hr {
    border-top: 1px solid #aaaaaa;
    color: 2px solid #aaaaaa;
    background-color: 2px solid #aaaaaa;
}

li {
    padding-bottom:15px;
}

a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #4d4d4d;
}

.body a {
    word-break: break-word;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;

}

h3 {
    font-weight: bold;
    hyphens: auto;
}

h4 {
    font-weight: bold;
    hyphens: auto;
}

h5 {
    font-weight: bold;
    hyphens: auto;
}

h6 {
    font-weight: bold;
    hyphens: auto;
}



.cattitle {
    font-weight: 800;
    hyphens: auto;
    text-transform: uppercase;
}



img {
    max-width: 100%;
    /* height: inherit; */
}

table {
    width: auto !important;
}

.lead {
    line-height: 1.8rem;
}

p img,
h3 img,
figure img {
    max-width: 100%;
    height: inherit;
}

.card h5 {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.text-fett {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
}

@media (min-width: 1200px) {
    .text-fett {
        font-weight: 800;
        font-size: 40px;
        line-height: 45px;
    }
}




.text-primary {
    color: #2f5793 !important;
}


/* 
	HEAD
*/


.my-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f1f1f1;
    transition: top 0.3s;
    z-index:9999;
  }
  


/* #search_typeahead {font-weight: bold;margin-right: 20px;height: 40px;padding: 0px 0px 2px 10px;background-color: #fff;border: 1px solid #c5c4c4;} */
#search_typeahead{background-color:#fff !important;cursor:text !important;}
#search_typeahead::placeholder {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.search_form_header {
    width: 100%;
    height: 42px;
}

.search_form_header button {
    position: relative;
    float: right;
    border: 0px;
    background-color: #fff;
    top: -44px;
    margin: 0px;
    padding: 0px;
    height: 44px;
}


/*
	BGs
*/
.bg-ci0 {
    background-color: #fff;
}

.bg-ci {
    background-color: #A0BFDE;
}

.bg-ci10 {
    background-color: #F5F9FC;
}

.bg-ci30 {
    background-color: #E3ECF5;
}

.bg-dark {
    background-color: #2A2A2A;
}

.bg-grau {
    background-color: #5C5C5C;
}

.bg-grau10 {
    background-color: #EFEFEF;
}

.bg-grau30 {
    background-color: #CECECE;
}

.bgw {
    background-color: #fff;
    border-radius: 15px;
}

.bg-black {
    background-color: black;
}

.xl {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}



.text-hkr {
color: #a0bede !important;
}



/*
	Icons
*/
.page-sb input {
    background: url(/images/icons/svg/search.svg) no-repeat;
    background-size: 20px;
    background-position: right 0.75rem center;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px;
    font-size: 9pt;
}

.page-sb select {
    background: url(/images/icons/svg/down.svg) no-repeat;
    background-color: #fff;
    background-size: 25px;
    background-position: right 0.75rem center;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 9pt;
}

.close_icon {
    display: inline-block;
    background: url(/images/icons/svg/x.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20pt;
    height: 22px;
    width: 20px;
    opacity: .4;
    padding-left: 30px;
}


.test-select {
    background: url(/images/icons/svg/down.svg) no-repeat;
    background-size: 25px;
    background-position: right 0.75rem center;
    background-color: white;
}


/*
	Breznsoiza
*/
.breadcrumbs {
    line-height: 20px;
    padding: 0px 0px;
    margin-bottom: 10px;
}

.breadcrumbs a {
    font-weight: 500;
    font-size: 8pt;
    color: #000;
    text-transform: uppercase;
}

.breadcrumbs .right-svg {
    background-position: center;
    background-size: 9pt;
    width: 8px;
    position: relative;
    top: 2px;
}



/*
	Container
*/
.news_container {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.news_container img {
    width: 100%;
    padding-bottom: 25px;
    height: auto;
    aspect-ratio: 15/9;
}

.news_container a {
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_container b {
    font-size: 10pt;
}

.new_container_imagewrapper {
    position: relative;
    overflow: hidden;
    padding-top: 66.66%;
    margin: -15px;
    padding-bottom: 10px;
}

.new_container_imagewrapper img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}




/*
	Mike 2024 - CLS, Accordion
*/


.anticls {
    padding-top: 66.66%;
    margin: -10px;
}


.anticls img {
    position: absolute;
    top: 0;
    left: 0;
}


.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: none;
}
