
#mybyte_media_cookiehinweis {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 12px;
    line-height: 125%;
    margin: 20px;
    padding: 10px;
    position: fixed;
    width: 200px;
    z-index: 999999;
	right: 0;
	display: none;
}

#mybyte_media_cookiesettings {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid;
    bottom: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    color: #484848;
    font-size: 10px;
    line-height: 125%;
    margin: 10px;
    padding: 10px;
    position: fixed;
    z-index: 999999;
	right: 0;
	display: none;
	cursor: pointer;
}

#mybyte_media_cookiehinweis_close {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
	margin: 0;
    text-align: center;
}

#mybyte_media_cookiehinweis_save {
    background: #dedede none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin: 0;
	margin-top: 10px;
    text-align: center;
}

#mybyte_media_cookiehinweis_mehrinfos {
	text-decoration: underline;
}

#mybyte_media_cookiehinweis_close
{
  background: #004884;
}

.comments-area {
  display: none;
}

body {
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(195,181,158,1) 100%);
    background-attachment: fixed;
}

.sticky-enabled .main-navigation.is_stuck {
    background: #ffffffdb;
    box-shadow: 0 21px 20px rgba(0, 0, 0, 0.35) inset;
    backdrop-filter: blur(3px);
}

.container.grid-container
{
  box-shadow: 0 2px 10px rgba(0,0,0, 0.3);
  border-radius: 20px;
}

@media only screen and (max-width: 1250px) {
  .container.grid-container
{
  margin: 15px;
}
  
}

.slideout-overlay {
  background-color: rgba(255,255,255,.2);
  backdrop-filter: blur(3px);
}

.slideout-navigation.main-navigation {
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    box-shadow: 0 0 15px rgba(0,0,0, 0.25);
}

.mobile-header-navigation.is_stuck {
    box-shadow: 0 5px 20px rgba(0,0,0,.6);
    background: rgba(255,255,255, 0.7);
    backdrop-filter: blur(3px);
}

.one-container .site-content {
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35) inset;
    border-radius: 20px;
}

.nf-form-content label {
  font-size: 14px !important;
}

.nf-field-label label {
    font-weight: 400 !important;
}