/* material-icons-outlined-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: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-icons-outlined-v109-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/material-icons-outlined-v109-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/material-icons-outlined-v109-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/material-icons-outlined-v109-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/material-icons-outlined-v109-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/material-icons-outlined-v109-latin-regular.svg#MaterialIconsOutlined') format('svg'); /* Legacy iOS */
}
/* material-icons-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: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-icons-v140-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/material-icons-v140-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/material-icons-v140-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/material-icons-v140-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/material-icons-v140-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/material-icons-v140-latin-regular.svg#MaterialIcons') format('svg'); /* Legacy iOS */
}

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
/**/
.jmodedit {
    padding: 3px!important;
}
span.icon-edit:after {
    content: '\e3c9';
    font-family: Material Icons Outlined;
    font-size: 25px;
    color: #ee675c;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #858585;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  background: #fff;
}
img {
  max-width: 100%;
}
a {
  color: #323d4c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #212529;
}
p {
  margin-bottom: 0.8rem;
}
.clear {
  float: none;
  clear: both;
  height: 0;
}
ul:not([class]) li, ul.jm-dark li, ul.jm-light li {
    background-image: url(../images/scheme1/li.png);
    margin: 0;
    padding: 0 0 0 12px;
    background-repeat: no-repeat;
    background-position: left 9px;
}
ul li::marker {
	content:none;
}
ol, ul {
    padding-left: 0;
}
main#main {
  padding: 60px 0;
}
h1, h2, h3, h4, h5 {
  font-family: 'Dosis', sans-serif;
}
.startseite .titelbild img {
  height: 60vh;
  object-fit: cover;
}
.kontakt #titelbild h1 {
  color: #ffffff;
}

#titelbild h2 {
  font-size: 25px;
  margin-top: 0px;
  padding: 0px 0 5px 0;
  font-weight: 600;
  position: relative;
  color: #000;
}

.social-media-icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
#titelbild a {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#titelbild h1 {
    font-size: 52px;
    font-weight: 600;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #fff;
}
.titelbild-inhalt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 39%;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
}
.startseite #titelbild h1 {
  font-size: 35px;
  font-weight: 600;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #fff;
}
.startseite #titelbild h2 {
  font-size: 25px;
  margin-top: 0px;
  padding: 0px 0 5px 0;
  font-weight: 600;
  position: relative;
  color: #000;
}
h1 {
    font-size: 36px !important;
    color: #18527d;
    font-weight: bold !important;
  padding: 0 0 10px 0;
text-transform: uppercase;
}
h2 {
    font-size: 26px !important;
    color: #2a638e !important;
    font-weight: bold !important;
    margin: 0 !important;
	text-transform: uppercase;
}
h3 {
  font-size: 18px;
    color: #4f8fbd;
    font-weight: bold !important;
	text-transform: uppercase;
}
.kontakt-img {
    display: block;
}
.kontakt-img-mobil {
    display: none;
}
.heading {
    background: #323d4c;
    color: #fff;
    padding-bottom: 7px;
    padding: 0 15px;
}
/***HEADER****/
.ScrolledHeader {
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    box-shadow: 0px 0px 3px RGBA(0,0,0,0.5);
}
.ScrolledHeader .container {
	border-bottom:0px solid #fff;
	padding-bottom:0px;
}
.ScrollHeader .container {
	border-bottom:0px solid #fff;
}
.header-container {
    border-top: 5px solid #f5f5f5;
}
#header {
    position: fixed;
    margin: 0 auto;
    background:#f5f5f5;
    padding: 0;
    width: 100%;
    z-index: 999;
    height: 95px;
}
div#titelbild {
    position: relative;
    padding-top: 95px;
    background: #f5f5f5;
}
div#logo {
  z-index: 9999;
  position: relative;
}
div#logo img {
    margin-top: -16px;
}
div#background-header {
  margin-top: -74px;
}
header#header .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
div#logo {
    flex: 0 0 25%;
}
header#header .container div#navigation {
    flex: 0 0 75%;
}
.header-top {
    background: #f8f8f8;
    padding: 0px;
    font-size: 14px;
}
.header-top a {
    color:#323d4c;
}
.header-top a:hover {
    color:#323d4c;
	text-decoration: underline;
}
.header-top p {
    padding: 0;
    margin: 0;
}
header#header .header-top .container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

p.readmore {
    text-align: right;
}
h2.item-title, .page-header>h2, .content-category>h2, .blog>h2, .cat-children>h3, .contact-category>h2, .weblink-category>h2, .newsfeed>h2, .newsfeed-category>h2, .weblink-category>h2, .contact>h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #454545;
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
}
h2.item-title a:hover, .page-header>h2 a:hover, .content-category>h2 a:hover, .blog>h2 a:hover, .cat-children>h3 a:hover, .contact-category>h2 a:hover, .weblink-category>h2 a:hover, .newsfeed>h2 a:hover, .newsfeed-category>h2 a:hover, .weblink-category>h2 a:hover, .contact>h3 a:hover {
    text-decoration: none;
    color: #323d4c;
}
.kontakt-headline {
    margin-top: -13px;
    padding: 15px 0;
    text-align: center;
    background: #5bb1be;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}
/**LANGUAGE**/
div.mod-languages ul li.lang-active {
    background-color: transparent;
}
div.mod-languages a {
    padding: 5px;
    text-decoration: none;
}
div.mod-languages li {
    margin: 0;
}
/****NAVI***/
a.dj-up_a.icons-nav {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
.dj-megamenu-override {
    position: relative;
    z-index: 500;
    font-family: 'Dosis', sans-serif;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.dj-megamenu-override:before,.dj-megamenu-override:after {
    display: table;
    content: "";
    line-height: 0
}

.dj-megamenu-override:after {
    clear: both
}

.dj-megamenu-override li.dj-up {
    position: relative;
    display: block;
    float: left;
    padding: 36px 0 36px;
    margin: 0 0 0 1px
}

.dj-megamenu-override li.dj-up:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: auto;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    pointer-events: none;
    z-index: 301
}

.dj-megamenu-override li.dj-up a.dj-up_a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    padding: 0 25px;
    line-height: 24px;
    cursor: pointer;
    color: #323d4c;
    position: relative;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    text-align: center;
    text-transform: uppercase;
}

.dj-megamenu-override li.dj-up a.dj-up_a span {
    display: block
}

.dj-megamenu-override li.dj-up a.dj-up_a span.dj-drop {
    position: relative;
    z-index: 201
}

.dj-megamenu-override li.dj-up a.dj-up_a small.subtitle {
    display: block;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    text-transform: none
}

.dj-megamenu-override li.dj-up a.dj-up_a img {
    max-height: 24px;
    vertical-align: top
}

.dj-megamenu-override li.dj-up.separator > a.dj-up_a {
    cursor: default
}

.dj-megamenu-override li.dj-up:hover:after,.dj-megamenu-override li.dj-up.hover:after,.dj-megamenu-override li.dj-up.active:after {
    background: #2a638e
}

.dj-megamenu-override li.dj-up:hover a.dj-up_a,.dj-megamenu-override li.dj-up.hover a.dj-up_a,.dj-megamenu-override li.dj-up.active a.dj-up_a {
    color: #323d4c
}

.dj-megamenu-override li.dj-up a span.image-title {
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top
}

.dj-megamenu-override.hasSubtitles li.dj-up {
    padding-bottom: 19px
}

.dj-megamenu-override.hasSubtitles li.dj-up a.dj-up_a {
    padding-bottom: 10px
}

.dj-megamenu-override.hasSubtitles li.dj-up a.dj-up_a.withsubtitle {
    padding-bottom: 0
}

.dj-megamenu-override li.dj-up:hover,.dj-megamenu-override li.dj-up.hover,.dj-megamenu-override .dj-submenu > li:hover,.dj-megamenu-override .dj-subtree > li:hover {
    position: relative;
    z-index: 200
}

.dj-megamenu-override li .dj-subwrap {
    position: absolute;
    left: auto;
    right: auto;
    top: -9999px;
    visibility: hidden
}

.dj-megamenu-override li:hover .dj-subwrap-in,.dj-megamenu-override li.hover .dj-subwrap-in {
    display: inline-block;
    background: #f5f5f5;
    -webkit-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out
}

.sticky-bar #jm-logo-nav.scrolled .dj-megamenu-override li:hover .dj-subwrap-in,.sticky-bar #jm-logo-nav.scrolled .dj-megamenu-override li.hover .dj-subwrap-in {
    background: #f5f5f5
}

.dj-megamenu-override li:hover .dj-subwrap,.dj-megamenu-override li.hover .dj-subwrap {
    left: 0;
    right: auto;
    top: 100%;
    visibility: visible;
    z-index: 300;
    box-sizing: border-box
}

.dj-megamenu-override li:hover .dj-subwrap .dj-subwrap-in,.dj-megamenu-override li.hover .dj-subwrap .dj-subwrap-in {
    padding: 8px 0;
    color: #323d4c
}

.dj-megamenu-override li:hover .dj-subwrap .dj-subwrap,.dj-megamenu-override li.hover .dj-subwrap .dj-subwrap {
    left: 100%;
    right: auto;
    top: -8px;
    z-index: 400
}

.dj-megamenu-override .dj-subcol {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    height: 100%
}

.dj-megamenu-override .dj-submenu > li {
    display: block;
    position: relative;
    padding: 0 30px;
    background: none
}

.dj-megamenu-override .dj-submenu > li > a {
    font-size: 16px;
    line-height: 24px;
    color: #323d4c;
    border-top: 1px solid rgba(50,61,76,0.1);
    display: block;
    text-decoration: none;
    padding: 14px 0
}

.dj-megamenu-override .dj-submenu > li > a small.subtitle {
    display: block;
    font-size: 10px;
    line-height: 1
}

.dj-megamenu-override .dj-submenu > li > a img {
    max-height: 24px;
    vertical-align: top
}

.dj-megamenu-override .dj-submenu > li > a span.image-title {
    display: inline
}

.dj-megamenu-override .dj-submenu > li:first-child > a {
    border-top: 1px solid transparent
}

.dj-megamenu-override .dj-submenu > li:hover > a,.dj-megamenu-override .dj-submenu > li.hover > a,.dj-megamenu-override .dj-submenu > li.active > a {
    color: #2a638e
}

.dj-megamenu-override .dj-subtree li {
    display: block;
    padding: 0 0 0 15px
}

.dj-megamenu-override .dj-subtree > li > a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #323d4c;
    border-top: 1px solid rgba(50,61,76,0.1);
    display: block;
    text-decoration: none;
    padding: 14px 0
}

.dj-megamenu-override .dj-subtree > li > a img {
    max-height: 24px;
    vertical-align: top
}

.dj-megamenu-override .dj-subtree > li > a span.image-title {
    display: inline
}

.dj-megamenu-override .dj-subtree > li > a small.subtitle {
    display: block;
    font-size: 10px;
    line-height: 1
}

.dj-megamenu-override .dj-subtree > li:hover > a,.dj-megamenu-override .dj-subtree > li.hover > a,.dj-megamenu-override .dj-subtree > li.active > a {
    color: #2a638e;
    border-bottom: 0
}

.dj-megamenu-override .modules-wrap {
    color: #323d4c
}

.dj-megamenu-override .modules-wrap p {
    display: block;
    padding: 0
}

.dj-megamenu-override .modules-wrap .moduletable {
    clear: both;
    margin: 30px 0 0;
    position: relative
}

.dj-megamenu-override .modules-wrap .moduletable > h3 {
    color: #323d4c;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    margin: 0 0 20px
}

.dj-megamenu-override .modules-wrap .moduletable:first-child {
    margin: 0
}

.dj-megamenu-override .modules-wrap .moduletable:first-child > h3 {
    margin-top: 14px
}

.dj-megamenu-override .modules-wrap h3 + .nav.menu > li:first-child > a,.dj-megamenu-override .modules-wrap h3 + .nav.menu > li:first-child > span.separator {
    padding-top: 0
}

.dj-megamenu-sticky {
    background: #f5f5f5
}

.dj-megamenu-sticky li.dj-up {
    padding-top: 29px
}

.dj-megamenu-override .dj-stickylogo.dj-align-center {
    text-align: center;
    padding: 0 0 20px
}

.dj-megamenu-override .dj-stickylogo.dj-align-left {
    float: left;
    padding: 0 20px
}

.dj-megamenu-override .dj-stickylogo.dj-align-right {
    float: right;
    padding: 0 20px
}

#jm-allpage .dj-mobile-open-btn {
    background: none;
    border-radius: 0;
    color: #323d4c;
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: relative
}

#jm-allpage .dj-mobile-open-btn:hover {
    color: #2a638e
}

#jm-allpage .select-input .dj-select {
    vertical-align: top;
    max-width: none;
    margin: 0;
    vertical-align: middle;
    padding: 16px 10px;
    font-size: 18px;
    color: #000
}

#jm-allpage .select-button select {
    font-size: 18px;
    color: #000
}

#jm-allpage .select-button select option {
    background: #fff
}

ul.dj-mobile-nav.dj-mobile-dark li.dj-mobileitem .moduletable > h3 {
    color: #aeaeae
}

ul.dj-mobile-nav li.dj-mobileitem .moduletable {
    font-size: 14px
}

ul.dj-mobile-nav li.dj-mobileitem .moduletable > h3 {
    margin: 0 0 10px
}

/**MAIN**/
.column31, .column32, .column33 {
    width: 31%;
    float: left;
}
.column31, .column32 {
    margin-right: 2%;
}
.col-lg-6:nth-child(1) {
  padding-right: 50px;
}
.col-lg-6:nth-child(2) {
  padding-left: 50px;
}
.reverse-inhalt .col-lg-6:nth-child(1) {
  padding-left: 50px;
  padding-right: 0px;
}
.reverse-inhalt .col-lg-6:nth-child(2) {
  padding-right: 50px;
  padding-left: 0px;
}
#top-section-1 img {}
.green {
  color: #212529;
  text-transform: uppercase;
}
.reverse-inhalt {
  flex-direction: row-reverse;
}
.camera_caption.fadeIn {
  min-height: 300px;
  width: 40%;
  position: absolute;
  height: 100%;
  display: flex;
  right: 0;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.camera_caption > div {
  padding: 10px 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.camera_caption_title {
  line-height: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  padding: 0px 0 5px 0;
  text-transform: uppercase;
  color: #212529;
  font-weight: 900;
}
.camera_caption_desc {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#top-section-1, #top-section-2, #top-section-3, #top-section-4, #top-section-5, #top-section-6, #top-section-7, #bottom-section-1, #bottom-section-2, #bottom-section-3, #bottom-section-4, #bottom-section-5, #bottom-section-6, #bottom-section-7, #top-section-1, #supa-section-1, #supa-section-2, #supa-section-3, #supa-section-4, #supa-section-5, #supa-section-6, #supa-section-7, #supa-section-8, #mapa-section-1, #mapa-section-2, #mapa-section-3, #mapa-section-4, #mapa-section-5, #mapa-section-6, #mapa-section-7 {
    padding: 50px 0 40px;
}
#top-section-2 {
	    background: #2a638e;
    color: #fff;
}
#top-section-2 h2 {
    color: #fff !important;
}
div#top-section-3 {
    padding: 0;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding-right: 0;
  padding-left: 0;
}
div#mapa-section-1 {
padding-top:0;
}
div#mapa-section-1 .container {
    border-top: 1px solid #ccc;
    padding-top: 45px;
}
div#mapa-section-2 {
    background: #dfe4e8;
}
div#mapa-section-3, #bottom-section-1{
    background: url(http://meller-optic.osdev.at/images/brillen-background.jpg) 0 0;
}
div#bottom-section-1 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.span4.boxes {
    flex: 0 0 33%;
}
.personen .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/**BLOG**/
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    background: #ececec;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 45px;
    height: auto;
    color: #323d4c;
}
.btn:hover, .btn:focus {
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    background: #323d4c;
}
p.readmore .btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-transform: uppercase!important;
    color: #323d4c;
    border: 2px solid #323d4c;
    background: none;
	border-radius: 0;
}
p.readmore .btn:hover {
    text-decoration: none;
    color: #444;
    border: 2px solid #444;
}
ul.mod-articlesnews-horizontal.newsflash-horiz.mod-list li {
    flex: 0 0 33%;
}
ul.mod-articlesnews-horizontal.newsflash-horiz.mod-list {
    display: flex;
}

#copyright {
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
    background: #c7c8ca;
    padding-top: 20px;
    margin-top: -19px;
}
#copyright a {
  color: #323d4c;
  text-decoration: none;
}
#copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
footer#footer-sections {
  background: #d0e5f5;
  color: #696969;
}
div#footer a {
	color:#323d4c;
}
#footer {
	 padding: 50px 0 40px;
}
div#footer .row {
  padding: 20px 0 0 0;
  display: flex;
  align-items: flex-start;
}

div#copyright .col-lg-6 {
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
div#tip-94 {
    position: absolute;
}

@media screen and (max-width: 1390px) {
	
	header#header .container div#navigation {
    flex: 0 0 75%;
    margin-top: -16px;
}
}
@media screen and (max-width: 1200px) {
	div#logo img {
    margin-top: 16px;
}
		.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
    font-size: 30px;
    background: transparent;
    color: #323d4c;
}
	.dj-mobile-open-btn.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
    background: transparent;
    color: #323d4c;
}

	#header {
    position: fixed;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 999;
    height: 156px;
}	
  #top-section-1, #top-section-2, #top-section-3, #top-section-4, #top-section-5, #top-section-6, #top-section-7, #bottom-section-1, #bottom-section-2, #bottom-section-3, #bottom-section-4, #bottom-section-5, #bottom-section-6, #bottom-section-7, #top-section-1, #supa-section-1, #supa-section-2, #supa-section-3, #supa-section-4, #supa-section-5, #supa-section-6, #supa-section-7, #supa-section-8, #mapa-section-1, #mapa-section-2, #mapa-section-3, #mapa-section-4, #mapa-section-5 {
    padding: 30px 0;
  }
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: 15px;
    padding-left: 15px;
  }

  #copyright {
    text-align: center;
  }
  footer#footer-sections {
    text-align: center;
  }
  .titelbild-inhalt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 16%;
    font-size: 20px;
  }
  header#header .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 10px;
    justify-content: space-between;
  }
#navigation {
    z-index: 900;
    position: absolute !important;
    right: 16px;
    display: flex;
    top: 58px;
}
  .col-lg-4 {
    margin: 20px 0;
  }
  .footer {
    padding: 20px 0 10px;
    text-align: center;
  }
	.header-container {
    position: relative;
}
	#header {
    position: fixed;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 999;
    height: 115px;
}
}
@media screen and (max-width: 600px) {
	header#header .container div#navigation {
    flex: 0 0 75%;
    margin-top: -11px;
}
	div#titelbild {
    position: relative;
    padding-top: 156px;
    background: #f8f8f8;
}
  .titelbild-inhalt h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 420px) {
}
@media screen and (max-width: 320px) {}