li{
  border-width:thick;
}

 p1 { 
  width: 50px;
  padding: 0 20px; 
  margin: 0;
  word-break: break-word;
  text-align: center;
}
.before::before, .after::after {
  content: "\A";
  white-space: pre;
}
.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.scrollmenu a:hover {
  background-color: #777;
} 

@media screen and (max-width:1200px) {
  .u-nav-container{
    display: none;
  }
}

@media screen and (max-width:1199px) {
  .u-nav-container-collapse{
    display: flex;
  }
}

.wrapper2{
    display: flex;
    left: 10px;
    top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
}

.wrapper1{
  display: flex;
  left: 10px;
  top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.wrapper5{
  display: flex;
  left: 10px;
  top: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 50px;
  padding-left: 10px;

}

.icon{
  left: 300px;
  position: absolute;
}
.icon2{
  position: absolute;
}

.selektor {
  text-decoration: underline rgb(0,68,204);
}

/* From https://stackoverflow.com/a/53884813 for equally sized columns*/
.wrapper4{
  align-content: center ;
  top: 20px;
  gap: 20px;
  border: 5px;
  padding-left:20px;
  padding-right:20px;
  margin-bottom: 40px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}


.img-sample{
    background-color: rgba(255, 0, 0, 0);
    height: 200px;
    width: 200px;
}
.logo {
    height:100px;
}
img {
    width: auto; 
    max-height: 100%; 
    vertical-align: baseline;
}
.brand-title {
    font-weight: bold;
    font-size: 2em;
    color : rgb(0, 0, 0);
}


@media(max-width:10000px){
  .icon{
    display:none
  }
}

@media(max-width:500px){
  .icon{
    display:flex
  }
}

@media(max-width:10000px){
  .icon2{
    display:flex
  }
}

@media(max-width:500px){
  .icon2{
    display:none
  }
}
.container {
    grid-template-columns: repeat(4, 200px);
    grid-auto-rows: 20px;
    gap: 125px;
    width: 100%;
    max-width: 37.5rem;
    padding: 0.5rem;
    margin: 0 auto;
    box-sizing: border-box;
  }
  @media (max-width: 767px){
    .wrapper4{
      display: flex;
    }
  }

  @media (max-width: 575px){
    .wrapper4{
      display: inline-block;
      margin-bottom: 50px;

    }
    }  

.wrapper3 {
    display: flex;
    top: 10px;
    left:10px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 50px;
}

.styled-button1 {
    border: solid;
    border-color: white black black black;
    border-width: 1px;
}

.styled-button2 {
  border: solid;
  border-color: black black white black;
  border-width: 1px;
}

.styled-button3 {
  border: solid;
  border-color: white black white black;
  border-width: 1px;
}

.styled-button4 {
  border: solid;
  border-color: white white gainsboro white;
  border-width: 1px;
}

.u-white-0,
.u-body.u-white-0,
.u-container-style.u-white-0:before,
.u-container-layout.u-white-0:before,
.u-table-alt-white-0 tr:nth-child(even) {
  color: #111111;
  background-color: #ffffff;

}
.u-button-style.u-white-0,
.u-button-style.u-white-0[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;

}
.u-button-style.u-white-0:hover,
.u-button-style.u-white-0[class*="u-border-"]:hover,
.u-button-style.u-white-0:focus,
.u-button-style.u-white-0[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-white-0:active,
.u-button-style.u-button-style.u-white-0[class*="u-border-"]:active,
.u-button-style.u-button-style.u-white-0.active,
.u-button-style.u-button-style.u-white-0[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-white-0,
li.active > .u-button-style.u-button-style.u-white-0[class*="u-border-"] {
  color: white !important;
  background-color: rgb(255,135,0) !important;

}
.u-hover-white-0:hover,
.u-hover-white-0[class*="u-border-"]:hover,
.u-hover-white-0:focus,
.u-hover-white-0[class*="u-border-"]:focus,
.u-active-white-0.u-active.u-active,
.u-active-white-0[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-white-0:hover,
a.u-button-style.u-hover-white-0[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-white-0,
a.u-button-style:hover > .u-hover-white-0[class*="u-border-"],
a.u-button-style.u-hover-white-0:focus,
a.u-button-style.u-hover-white-0[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-white-0:active,
a.u-button-style.u-button-style.u-active-white-0[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-white-0.active,
a.u-button-style.u-button-style.u-active-white-0[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-white-0,
a.u-button-style.u-button-style.active > .u-active-white-0[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-white-0,
li.active > a.u-button-style.u-button-style.u-active-white-0[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;

}
a.u-link.u-hover-white-0:hover {
  color: #ffffff !important;

}

/* Textfarbe */
.u-button-style.textcolor{
  color: rgb(0,0,0);
}

/*background color OFFIS */
.u-blue-0,
.u-body.u-blue-0,
.u-container-style.u-blue-0:before,
.u-container-layout.u-blue-0:before,
.u-table-alt-blue-0 tr:nth-child(even) {
  color: #111111;
  background-color: rgb(198,238,255);
}
.u-button-style.u-blue-0,
.u-button-style.u-blue-0[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgb(27,161,218) !important;
}
.u-button-style.u-blue-0:hover,
.u-button-style.u-blue-0[class*="u-border-"]:hover,
.u-button-style.u-blue-0:focus,
.u-button-style.u-blue-0[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-blue-0:active,
.u-button-style.u-button-style.u-blue-0[class*="u-border-"]:active,
.u-button-style.u-button-style.u-blue-0.active,
.u-button-style.u-button-style.u-blue-0[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.blue-0,
li.active > .u-button-style.u-button-style.blue-0[class*="u-border-"] {
  color: #111111 !important;
  background-color: #dadada !important;
}
.u-hover-blue-0:hover,
.u-hover-blue-0[class*="u-border-"]:hover,
.u-hover-blue-0:focus,
.u-hover-blue-0[class*="u-border-"]:focus,
.u-active-blue-0.u-active.u-active,
.u-active-blue-0[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-blue-0:hover,
a.u-button-style.u-hover-blue-0[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-blue-0,
a.u-button-style:hover > .u-hover-blue-0[class*="u-border-"],
a.u-button-style.u-hover-blue-0:focus,
a.u-button-style.u-hover-blue-0[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-blue-0:active,
a.u-button-style.u-button-style.u-active-blue-0[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-blue-0.active,
a.u-button-style.u-button-style.u-active-blue-0[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-blue-0,
a.u-button-style.u-button-style.active > .u-active-blue-0[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-blue-0,
li.active > a.u-button-style.u-button-style.u-active-blue-0[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgb(27,161,218) !important;
}
a.u-link.u-hover-blue:hover {
  color: rgb(27,161,218) !important;
}

.u-orange-1,
.u-body.u-orange-1,
.u-container-style.orange-1:before,
.u-container-layout.u-orange-1:before,
.u-table-alt-orange-1 tr:nth-child(even) {
  color: #111111;
  background-color: rgb(31, 144, 192);
}
.u-button-style.u-orange-1,
.u-button-style.u-orange-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgb(255,135,0) !important;
}
.u-button-style.u-orange-1:hover,
.u-button-style.u-orange-1[class*="u-border-"]:hover,
.u-button-style.u-orange-1:focus,
.u-button-style.u-orange-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-orange-1:active,
.u-button-style.u-button-style.u-orange-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-orange-1.active,
.u-button-style.u-button-style.u-orange-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.orange-1,
li.active > .u-button-style.u-button-style.orange-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #dadada !important;
}
.u-hover-orange-1:hover,
.u-hover-orange-1[class*="u-border-"]:hover,
.u-hover-orange-1:focus,
.u-hover-orange-1[class*="u-border-"]:focus,
.u-active-orange-1.u-active.u-active,
.u-active-orange-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-orange-1:hover,
a.u-button-style.u-hover-orange-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-orange-1,
a.u-button-style:hover > .u-hover-orange-1[class*="u-border-"],
a.u-button-style.u-hover-orange-1:focus,
a.u-button-style.u-hover-orange-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-orange-1:active,
a.u-button-style.u-button-style.u-active-orange-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-orange-1.active,
a.u-button-style.u-button-style.u-active-orange-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-orange-1,
a.u-button-style.u-button-style.active > .u-active-orange-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-orange-1,
li.active > a.u-button-style.u-button-style.u-active-orange-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgb(255,135,0) !important;
}
a.u-link.u-hover-orange-1:hover {
  color: rgb(255,135,0) !important;
}


.u-blue-1,
.u-body.u-blue-1,
.u-container-style.u-blue-1:before,
.u-container-layout.u-blue-1:before,
.u-table-alt-blue-1 tr:nth-child(even) {
  color: #111111;
  background-color: rgb(31, 144, 192);
}
.u-button-style.u-blue-1,
.u-button-style.u-blue-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgb(31, 144, 192) !important;
}
.u-button-style.u-blue-1:hover,
.u-button-style.u-blue-1[class*="u-border-"]:hover,
.u-button-style.u-blue-1:focus,
.u-button-style.u-blue-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-blue-1:active,
.u-button-style.u-button-style.u-blue-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-blue-1.active,
.u-button-style.u-button-style.u-blue-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.blue-1,
li.active > .u-button-style.u-button-style.blue-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: #dadada !important;
}
.u-hover-blue-1:hover,
.u-hover-blue-1[class*="u-border-"]:hover,
.u-hover-blue-1:focus,
.u-hover-blue-1[class*="u-border-"]:focus,
.u-active-blue-1.u-active.u-active,
.u-active-blue-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-blue-1:hover,
a.u-button-style.u-hover-blue-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-blue-1,
a.u-button-style:hover > .u-hover-blue-1[class*="u-border-"],
a.u-button-style.u-hover-blue-1:focus,
a.u-button-style.u-hover-blue-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-blue-1:active,
a.u-button-style.u-button-style.u-active-blue-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-blue-1.active,
a.u-button-style.u-button-style.u-active-blue-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-blue-1,
a.u-button-style.u-button-style.active > .u-active-blue-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-blue-1,
li.active > a.u-button-style.u-button-style.u-active-blue-1[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgb(31, 144, 192) !important;
}
a.u-link.u-hover-blue-1:hover {
  color: rgb(31, 144, 192) !important;
}


.logoLink {display:inline-block; position:absolute; top:35px; left:15px;}
.logoLink {
  top:30px;
  left:20px;}
.logoLink {
		top: 0;
	}

img.shadow {
  box-shadow: 5px 5px 12px silver;
  border-radius: 5px;
}

.u-section-1 {
  background-image: none;
  color:#ffffff;
}

.u-section-1 .u-sheet-1 {
  min-height: 500px;
  color:#ffffff;
} .u-section-1 {
  background-image: none;
  color:#000;
}

.u-section-1 .u-sheet-1 {
  min-height: 500px;
  color:#ffffff
}


@media (max-width: 767px){
  .brand-title{
  font-size: 1.2em;
  }
    .brand-subtitle{
    display: none;
    font-size: 30px;

  }
  }
  
  @media (max-width: 575px){
  .brand-title{
  font-size: 2em;
  }
  .brand-suptitle{
    display: none;
  }
  }
  

@media (max-width: 767px){
    .brand-logo{
    height: 80px;
    }
    }
    
@media (max-width: 575px){
    .brand-logo{
    height: 50px;
    }
    }

  @media (max-width:767px){
  .wrapper2{
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
}
}
      
@media (max-width:575px){
  .wrapper2{
      grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
}
}

.u-text.u-border-1,
a.u-button-style.u-border-1 {
  border-width: 5px;
}

.container2 {
  position: absolute;
  text-align: left;
  width: 500px;
  height: 500px;
  margin-top: 306px;
  margin-left: 108px;

}


/* Tabelle */
th,
td,
caption {
	border: thin solid #a0a0a0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: thin 0 0 thin;
	margin: 0 0 1em;
	table-layout: auto;
	/* Prevents HTML tables from becoming too wide */
	
	max-width: 100%;
}

th,
td {
	font-weight: normal;
	text-align: left;
}

th,
caption {

  border: thin solid #a0a0a0;
}


th,
td,
caption {
	padding: .4em .6em;
}

caption {
	text-align: center;
	border-width: thin thin 0 thin;
}

table.finanz td {
	text-align: right;
}

table.finanz tr.result > * {
	border-top-width: medium;
}



.u-grey-m,
.u-body.u-grey-m,
.u-container-style.u-grey-m:before,
.u-container-layout.u-grey-m:before,
.u-table-alt-grey-m tr:nth-child(even) {
  color: #111111;
  background-color: rgba(198,199,201,255);
}
.u-button-style.u-grey-m,
.u-button-style.u-grey-m[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgba(198,199,201,255) !important;
}
.u-button-style.u-grey-m:hover,
.u-button-style.u-grey-m[class*="u-border-"]:hover,
.u-button-style.u-grey-m:focus,
.u-button-style.u-grey-m[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-m:active,
.u-button-style.u-button-style.u-grey-m[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-m.active,
.u-button-style.u-button-style.u-grey-m[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.grey-m,
li.active > .u-button-style.u-button-style.grey-m[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgba(198,199,201,255) !important;
}
.u-hover-grey-m:hover,
.u-hover-grey-m[class*="u-border-"]:hover,
.u-hover-grey-m:focus,
.u-hover-grey-m[class*="u-border-"]:focus,
.u-active-grey-m.u-active.u-active,
.u-active-grey-m[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-m:hover,
a.u-button-style.u-hover-grey-m[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-m,
a.u-button-style:hover > .u-hover-grey-m[class*="u-border-"],
a.u-button-style.u-hover-grey-m:focus,
a.u-button-style.u-hover-grey-m[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-m:active,
a.u-button-style.u-button-style.u-active-grey-m[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-m.active,
a.u-button-style.u-button-style.u-active-grey-m[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-m,
a.u-button-style.u-button-style.active > .u-active-grey-m[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-m,
li.active > a.u-button-style.u-button-style.u-active-grey-m[class*="u-border-"] {
  color: #111111 !important;
  background-color: rgba(198,199,201,255) !important;
}
a.u-link.u-hover-grey-m:hover {
  color: rgba(198,199,201,255) !important;
}

.table-border{
  padding-left:30px;
  padding-right:30px;
}

table.jerky {
  border-radius: 10px;
  border: 1px solid gainsboro;
  border-collapse: collapse;
}

.fixed-menu{
  position: fixed;
  z-index: 99;
  background-color: rgb(27,161,218);
}


a.u-button-style:hover > .u-text-hover-palette-B-base,
a.u-button-style:hover > .u-text-hover-palette-B-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-B-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-B-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-B-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-B-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-B-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-B-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-b-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-B-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-base,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-B-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-base.active,
.u-popupmenu-items.u-text-hover-palette-B-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-base .u-nav-link.active {
  color: rgb(255,135,0) !important;
}
.u-text-palette-2-base .u-svg-link,
.u-text-hover-palette-B-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-B-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-base .u-svg-link,
.u-text-hover-palette-B-base:focus .u-svg-link {
  fill: rgb(255,135,0);
}

.u-link.u-text-palette-B-base:hover {
  color: rgb(255,135,0) !important;
}
a.u-link.u-text-hover-palette-B-base:hover {
  color: rgb(255,135,0) !important;
}

header.frame2{
  width:500px;
  padding-left: 10px;
  padding-right: 20px;
  text-align: center;
}
.u-menu-dropdown .u-nav-container-2 .u-nav-item .u-nav-item .u-nav-popup-1 {
  top: 0;
  left: auto;
}
.u-menu-dropdown .u-nav-container-2 .u-nav-item .u-nav-item .u-nav-popup-1.u-popup-left {
  right: 100%;
  left: auto;
}

/* Dropdown Menü */

.u-nav-container-2 .u-nav-popup {
  position: fixed;
  text-align: center;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.u-nav-container-2 .u-nav-item .u-nav-item {
  display: block;
  padding-left: 5px;
  padding-right:5px;
}
.u-nav-container-2 .u-nav-item:hover > .u-nav-popup:not(.fake) {
  visibility: visible;
  pointer-events: auto;
}
.u-menu-mega .u-nav-container-2 .u-mega-popup {
  min-height: 200px;
  white-space: normal;
}
.u-menu-mega .u-nav-container-2 .u-mega-popup .u-nav {
  display: block;
}
.u-menu-mega .u-nav-container-2 .level-2 > .u-nav {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
}
.u-menu-mega .u-nav-container-2 .u-mega-popup .level-3 {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
}
.u-menu-mega .u-nav-container-2 .u-nav-item:hover > .u-mega-popup .u-nav-popup,
.u-menu-mega .u-nav-container-2 .u-mega-popup.open .u-nav-popup {
  visibility: visible;
  pointer-events: auto;
}
.u-menu-mega .u-nav-container-2 .u-mega-popup > .u-nav {
  min-width: 120px;
}
.u-menu-mega .u-nav-container-2 .u-mega-popup > .u-nav .u-nav {
  width: auto;
}

.u-menu-dropdown .u-nav-container-2 .u-popup-left {
  right: 0;
}
.u-menu-dropdown .u-nav-container-2 .u-popup-right {
  left: 0;
}
.u-menu-dropdown .u-nav-container-2 .u-nav-item .u-nav-item .u-nav-popup {
  top: 0;
  left: 100%;
}
.u-menu-dropdown .u-nav-container-2 .u-nav-item .u-nav-item .u-nav-popup.u-popup-left {
  right: 100%;
  left: auto;
}
.u-nav-container-2-collapse .u-nav-popup {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
}
.u-nav-container-2-collapse .u-nav-popup .u-nav {
  box-shadow: none;
}
.u-nav-container-2-collapse .u-nav-popup.animating {
  transition: max-height 200ms ease;
}

.u-dropdown-icon .u-nav-container-2 .u-nav-popup .u-nav-link:first-child:nth-last-child(2):after {
  content: "";
}

.u-nav-container-2 > .u-nav > .u-nav-item > .u-nav-link {
  padding: 5% 10%;
}

.u-nav-container-2-collapse {
  display: none;
  z-index: 1001;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  position: fixed !important;
  overflow: hidden;
  width: 0;
}

.u-enable-responsive .u-nav-container-2-collapse {
  display: flex;
}
.u-enable-responsive .u-nav-container-2 {
  display: none;
}
@media (min-width:1200px){
  .u-menu-close{
      display: fixed;
}
}

/* hamburger-memu */
body
{
  margin: 0;
  padding: 0;
  
  /* make it look decent enough */
  background: #232323;
  color: rgb(27,161,218);
  font-family: "Avenir Next", "Avenir", sans-serif;
}

#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: rgb(255,135,0);
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: rgb(27,161,218);
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#side-menu
{
  position: absolute;
  width: 350px;
  margin: -100px 0 0 -50px;
  padding: 30px;
  padding-top: 125px;
  
  background: rgb(27,161,218);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#side-menu li
{
  padding: 3px 50px 0 0;
  font-size: 18px;
  border-left: 10px none white;

}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

@media (min-width: 1201px){
 .invisible{
    display: flex;
  }
}

@media (min-width: 1201px){
  .invisible{
     display: none;
   }
 }

 /*Ausklappen*/
 nav > ul, #nav > ul > li {
  float: none;
}
nav > ul > li > ul, nav > ul > li:hover > ul {
  position: relative;
}
nav > ul > li {
  display: none;
}
nav > ul:hover li {
  display: block;
}
nav > ul::before {
  display: block;
  content: "Menü";
  padding: 10px;
}
nav li > a:after {
  content: " ↓";
}
nav li > a:only-child:after {
  content: "";
}

 /*Ausklappen2*/
 /* .dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
} */

#show1{
  z-index: 950;
}
#show2{
  z-index: 900;
}
