/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* germania-one-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Germania One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/germania-one-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/germania-one-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/germania-one-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/germania-one-v20-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('../fonts/germania-one-v20-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('../fonts/germania-one-v20-latin-regular.svg#GermaniaOne') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.ce_revolutionslider_text.bold,
.font_headline {
    font-family: 'Germania One'!important;
    font-weight: 400;
    font-style: normal;
}
.h5 {
    font-size: 2em!important;
}

.mainmenu ul li a {
    font-family: 'Germania One'!important;
}

@media only screen and (min-width: 767px){
.header.original .inside {
    background-image:url('../img/nav_bg.svg');
    background-size: cover;
    height: 194px;
}
.header.original {
    line-height: 129px;
}}

.instafeed {
        margin-top: -50px!important;
        z-index: 100000;
}
.ce_fancy_divider_image figure {
    display: block;
    margin-left: -0.9em;
    margin-right: -0.9em;
}

h2 {
    color: var(--accentColor);
}

/* Silbentrennung global deaktivieren */
body {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

/* Alternativ für bestimmte Elemente */
p {
    hyphens: none;
}


.smartmenu .smartmenu-trigger {
    height: 165px!important;
    top: -20px!important;
}

.mainmenu ul ul {
    top: 85%!important;
}

.ce_popup_content .ce_hyperlink-extended.large a {
    padding: 10px 30px!important;
}


/* Listenpunkte */

.liste ul{padding-left: 25px!important;}

.liste ul li {
    list-style-type: disc!important;
    padding: 0 0 0 .5em;
    display: list-item;
    list-style-position: outside;
    position: relative;
    margin-bottom: 4px;}


.liste ul li::marker {
    color: var(--accentColor)!important;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1em!important;
}