header .inside,
#breadcrumbs,
#container,
footer .inside {
  width: 90vw;
  margin: auto;
}

@media (min-width: 992px) {
	.mobile_menu {
		display:none !important;
	}
}

@media (max-width: 991px) {
  header .inside::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
  }
  
  #quicklinks-top .col-md-4 {
  	flex-basis:calc(50% - 4em);
  }
  
  .mobile_menu {
		display:block !important;
	}

  ::before,
  ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  header .inside {
    box-shadow: none;
  }

  header .inside {
    width: 100vw;
  }

  .navbar-top {
    width: 100%;
    height: 100%;
    background: var(--focus-color);
    padding-bottom: 5px;
    margin-right: 0;
    color: white;
    padding: 0;
    border-top: 1px solid #fff;
  }

  .nav-pills-top > li {
    height: 35px;
    width: auto;
    min-width: 74px;
    font-size: 11pt;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-bottom: 0;
    margin: 0;
    border-left: 1px solid #fff;
  }

  .nav-pills-top > li a {
    background-color: none;
    width: auto;
    color:#fff;
  }

  .nav-pills-top > li > a:hover {
  }
  .nav-ext-2,
  .our-nav,
  #right {
    display: none;
  }
  
  .logo {
  	margin-top:7px;
  }

  .nav-ext-1 {
    clear: both;
    margin: 1em 0 0 0;
  }

  #main {
    flex-basis: 100%;
    border: 0;
  }

  #wrapper {
    paddint-top: 0;
  }

  header {
    position: static;
    z-index: 0;
  }

  header .inside {
    box-shadow: none;
  }

  .mobile_menu {
    z-index: 98;
  }

  .mobile_menu_overlay {
    height: auto;
  }

  .mod_mobile_menu {
    float: right;
    width: 3em;
    margin-top: 3em;
    z-index: 200;
    position: relative;
  }

  .mobile_menu_trigger {
    cursor: pointer;
    display: block;
    width: 2em;
    height: 2em;
    margin: 4px auto 0;
    text-align: center;
    position: fixed;
    margin: 0;
    top: 55px;
    padding: 5px 0;
    right: 25px;
    z-index: 9000;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 2px solid #333;
  }

  .mobile_menu_trigger span {
    display: block;
    background-color: #333;
    width: 1em;
    height: 2px;
    transition: transform ease-in-out 500ms;
    transform-origin: 50% 50%;
    margin: 3px auto 0;
    text-align: center;
  }

  .mobile_menu_trigger span.text {
    background-color: transparent;
    height: auto;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 1;
    width: 3em;
    text-align: center;
  }

  .mobile_menu_trigger.active span:first-child {
    transform: rotate(45deg) translateY(3px) translateX(3px) scale(90%);
  }

  .mobile_menu_trigger.active span:nth-child(2) {
    background-color: transparent;
  }

  .mobile_menu_trigger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-4px) translateX(4px) scale(90%);
  }

  .mobile_menu .inner {
    height: 100%;
    background: #fefefe;
    overflow-y: auto;
  }

  .mobile_menu .logo {
    margin: 1em;
  }

  .mobile_menu nav {
    clear: both;
  }

  .mobile_menu ul.level_1 {
    font-size: 1.4em;
  }

  .mobile_menu ul.level_1 > li {
    background-color: var(--grey-menu);
  }

  .mobile_menu ul li {
    margin: 1px 0;
    font-size: 0.9em;
  }

  .mobile_menu ul.level_2 li {
    margin-left: 1em;
  }

  .mobile_menu ul.level_2 {
    padding-top: 1px;
    margin-top: -1px;
    background-color: #dddddd;
  }

  .mobile_menu ul > li > a,
  .mobile_menu ul > li > strong {
    display: block;
    padding: 0.3em;
    font-weight: 400;
  }

  .mobile_menu ul > li.active > strong,
  .mobile_menu ul > li.submenu.trail > strong,
  .mobile_menu ul > li.submenu.trail > a {
    background-color: #267ab3;
    color: #fff;
  }

  .mobile_menu ul.level_1 > li > a {
    background-color: #666;
    color: #fff;
  }

  .mobile_menu ul.level_2 li a {
    background-color: #ccc;
    color: #000;
  }

  .mobile_menu ul > li > a:hover,
  .mobile_menu ul.level_2 > li > a:hover {
    background-color: #7b7b7b;
    color: #fff;
  }
}

@media (max-width: 767px) {
  footer .address {
    max-width: 100%;
    width: 100%;
  }

  footer ul {
    padding-left: 0;
  }

  footer nav {
    float: left;
  }

  .nav-ext-1 {
    clear: both;
    margin: 1em 0 0 0;
    /*width:100%;*/
  }
  
  #quicklinks-top .row {
  	gap:0;
  }
  
    #quicklinks-top .col-md-4 {
  	flex-basis: calc(100% - 4em);
  }
  
  #quicklinks-top .col-md-4 ul li{
  	padding:0.5em 0;
  	border-bottom:2px solid #fff;
  }
}

@media (max-width: 640px) {
  .titel {
    margin: 0.5em;
  }

  .nav-pills-top > li.quicklinks-btn,
  .nav-pills-top-mobile > li.quicklinks-btn {
    width: 160px;
  }
  
  .glossary > div {
  flex-basis: calc(100% - 2em);
}

}

@media (min-width: 1200px) {
  header .inside,
  #breadcrumbs,
  #container,
  footer .inside {
    max-width: 1170px;
    margin: auto;
  }
}