/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/lato-v17-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../Fonts/lato-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/lato-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/lato-v17-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/lato-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/lato-v17-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../Fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/lato-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../Fonts/lato-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/lato-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/lato-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/lato-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/lato-v17-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../Fonts/lato-v17-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../Fonts/lato-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/lato-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/lato-v17-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../Fonts/lato-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Fonts/lato-v17-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

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

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    background-color: #EB6C25;
}

.main-nav {
    border-bottom: 2px solid #8db863;
    background: #fff;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}

.nav-brand a {
    display: block;
    padding: 11px 11px 11px 20px;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

#main-menu {
    clear: both;
    border-bottom: 0;
}

@media (min-width: 768px) {
    #main-menu {
        float: right;
        clear: none;
    }
}


/* Mobile menu toggle button

.main-menu-btn {
    float: right;
    margin: 5px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */


/* hamburger icon

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #333;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}*/
.slicknav_nav .slicknav_arrow {
    font-size: 1.3em;
}

/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* Link Farbe */
a {
    color: #EB6C25;
}

/* Customer Carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}


.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    bottom: 35% !important;
}

/* Accordion */
/* Horizontal line */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.card-header-accordion {
    padding-top: 0.75rem;
    padding-right: 0;
    padding-bottom: 0.75rem;
    padding-left: .25rem;
    text-align: left;
}

/* Banner Layout */
.frame-layout-4 header {
    background-color: #4d4d4d;
}

.frame-layout-4 h2 {
    position: relative;
    display: table;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #333;
    background-color: #eb6c25;
}

.frame-layout-4 h2::after {
    position: absolute;
    right: -19px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 58px 20px 0 0;
    border-color: #eb6c25 transparent transparent transparent;
}

.frame-layout-4 h3 {
    padding: 0.625em 0.9375em;
    line-height: 1.0em;
    color: #fff;
}

.frame-layout-4 p {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #000000;
    line-height: 25px;
    margin: 40px 0 15px 30px;
}

/* Footer Button */
.footer__contact__option .option__item {
    background: #FFD758;
}

.footer__contact__option .option__item.email {
    background: #FFD758;
}

.nice-select .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cover {
    object-fit: cover;
    width: 100%;
    /*height: 300px;  optional, you can remove it, but in my case it was good */
}

.footer__contact__option .option__item {
    background: #EB6C25;
    color: white;
}

.footer__contact__option .option__item.email {
    background: #EB6C25;
    color: white;
}

.pr-4 {
    padding-right: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
}
/
ol, ul {
    display: block;
    list-style-type: decimal; // bei ol
    list-style-type: disc;    // bei ul
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.card-header {
    text-align: center;
}

/* Grauer Rahmen */
.frame-greystroke {
    border-color: rgba(0, 0, 0, 0.125);
    border-width: 1px;
    border-style: solid;
}

/*
li, ::marker {
    padding-right: 15px;
}
*/

.news-list-view {
    display: flex;
}
.newsbarstyle {
    font-size: 11px;
    color: #6c757d;
}
.latest__blog__item__pic ul li {
    font-size: 11px;
    color: white;
}
.ce-headline-center {
    margin-bottom: 1em;
}