

.followWrap, #page #masthead .col-full -- oben storefront suche, menu etc  
#site-navigation, .site-branding, .site-search 
{ display: none !important; }

/* .footmenufix { display: none !important; } */ 

/* ===== Korrektur für "Modeling Theme" ====================*/
.site-header.siteinner, #sidebar { display: NONE !important; }
#site-pagelayout { padding: 200px 0; }
.site-page-content {
  width: 100% !important; 
  margin: 0;
  float: none !important;
  padding: 0;
}
/* ========= ende modeling theme manipulation ============= */  
  
  

.onepress-menu {
  float: left !important;
  margin-left: 300px !important;
}

#ramimenu-toggle, .ramimenu { display: none !important; }


.logosmall { 
position: fixed;
z-index: 1001;
top: 15px;
left: 35px;
}
.logosmall::after { 
content: '';
position: fixed;
top: 0;
left: 0;
width: 150px;
height: 150px;
/* background: #fff; */
z-index: -999;
border-radius: 90%;
/* box-shadow: 10px 13px 20px #000; */
}
.logosmall img { 
width: auto;
height: 138px;
margin-left: 6px;
/* -webkit-filter: invert(100%);
filter: invert(100%);    */
margin-top: 4px;
transform: rotate(-18deg);
}
.logobig { 
position: absolute;
top: 5px;
left: 15px;
width: 220px;
height: 217px;
background: transparent;
border: 0;
z-index: 1002;
padding: 19px 0px 0px 20px;
transition: 0.25s;
transition-timing-function: ease-in-out;
}
.logobig:after { 
content: '';
position: absolute;
top: 15px;
left: 15px;
width: 200px;
height: 200px;
/* background: #fff; */
z-index: -999;
border-radius: 90%;
/* box-shadow: 10px 9px 14px #000; */
}
.logobig img { 
min-width: 190px;
max-width: 190px;
height: 190px;
/* -webkit-filter: invert(100%);
filter: invert(100%);  */
transform: rotate(-18deg);
}



#ramimenudesktopzweitesdrueber { 
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0;
  width: 100%;
  height: 30px;
  font-family: "Montserrat",verdana,sans-serif;
  line-height: 1.618;
  font-weight: 400;
  background: #000;
  text-align: right;
  line-height: 30px;
  font-size: 13px;
  padding-right: 20px;
}

#ramimenudesktopzweitesdrueber a:link, #ramimenudesktopzweitesdrueber a:active, 
#ramimenudesktopzweitesdrueber a:visited, #ramimenudesktopzweitesdrueber a:hover {
color: #fff;
text-decoration: none;
}
#ramimenudesktopzweitesdrueber a:hover {
text-decoration:underline; 
}


#ramimenudesktop { 
  position: fixed;
  z-index: 999;
  top: 30px;
  left: 0;
  width: 100%;
  height: 55px;
  box-shadow: 0px 17px 50px #000;
  font-family: "Montserrat",verdana,sans-serif;
  line-height: 1.618;
  font-weight: 400;
  background: #fec70b;
}


/* #ramimenudesktop::before  {
content: '';
position: absolute;
top: -60px;
left: 0;
width: 200%;
height: 159%;
background: transparent;
border-radius: 0 0 170% 50% / 0 0 50% 100%;
transform: scaleX(1);
}  */

.video-section {
margin-top: 0px;
}




.menuinnen { 
margin: 0 auto 0 340px;
padding: 0px;
width: 90%;
height: auto;
background: transparent;
text-align: center;
text-transform: none;
letter-spacing: 2.0px;
font-size: 18px;
}
.menuinnen img { 
height: 100px;
width: auto;
padding: 0px;
margin: 3px;
}


.menusplit1, .menusplit2, .menusplit3 {
background: transparent;
height: 50px;
padding: 0px;
margin: 0px;
text-align: left;
line-height: 50px;
}

.menusplit1 { width: 80%; float: left;  }
.menusplit2 { width: 10%; background: transparent; visibility:hidden;   }
/* .menusplit2 img { height: 50px; width: auto;} */
.menusplit3 { width: 10%; float: right; text-align: right; }

.menuinnen a { 
border-radius: 0;
color: #000;
text-decoration: none;
display: inline-block;
padding: 0 30px 0 30px;
position: relative;
z-index: 1;
background: transparent;
line-height: 55px;
letter-spacing: 0em;
}
.menuinnen a:hover { 
position: relative;
color: #fff;
background: #000;
padding: 0 30px 0 30px;
z-index: 1;
border-bottom: 1px dashed #fff;
}

.menuinnen a::after { 
position: absolute;
top: 0px;
left: -200px;
transform-Origin: 100% 0;
transform: skewX(-15deg);
display: block;
background: #fff;
height: 200px;
width: 200px;
z-index: -1
}
