/* Build */

#v-meta-art-meet-,
#v-museo-meta-art-meet- {
    padding-bottom: 150px
}

.titel-details {
    background-color: #c0c2d5;
    min-height: 134px;
    box-sizing: border-box
}

#favoritedEvents>div,
#myEvents>div,
#otherEvents>div {
    border-radius: 15px;
    overflow: hidden
}

.eventsDetail-box {
    background-color: #fff;
    border-radius: 15px;
    width: 400px!important;
    box-sizing: border-box;
    margin: 0;
    display: block;
    overflow: hidden;
    color: #000
}

#eventsDetail {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%
}

#eventsDetail .eventsDetail-box {
    margin: 16px
}

#createEvent .eventsDetail-box:first-child,
#eventsDetail .eventsDetail-box:first-child {
    box-sizing: border-box;
    padding-right: 68px
}

.eventsDetail-box h2 {
    margin-top: 10px
}

.meeting .text {
    display: block;
    position: relative;
    padding-bottom: 56px;
    width: 100%
}

.eventsDetail-content {
    padding: 20px 32px 32px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-between
}

#v-meta-art-meet->.meeting,
#v-museo-meta-art-meet->.meeting {
    max-width: 1296px;
    padding: 104px 46px 0;
    margin: 0 auto
}

#allEventCategories .button {
    background-color: var(--activeColor);
    color: #fff;
    position: absolute;
    bottom: 32px;
    width: 336px;
    left: 32px;
    right: 32px;
    min-height: 56px;
    font-size: 19px;
    letter-spacing: .1em
}

.eventsDetail-content .button {
    background-color: var(--activeColor);
    color: #fff;
    bottom: 32px;
    min-height: 56px;
    font-size: 19px;
    letter-spacing: .1em;
    width: 100%
}

.kleingrau {
    font-size: 12px;
    color: #6d6d6d;
    padding-bottom: 5px
}

#detailHostName,
#event_owner {
    padding-top: 10px
}

.eventsDetail-content button {
    width: 100%
}

.hosted .quadrat {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 15px 0 0
}

.meeting {
    position: relative;
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1296px;
    box-sizing: border-box
}

.titel-details {
    display: flex;
    padding: 20px 0;
    align-content: space-between;
    align-items: center
}

.titel-details .date {
    width: 80px
}

.titel-details .title-box-meta {
    padding-left: 20px;
    border-left: 1px solid #000;
    height: 84px;
    display: flex;
    align-content: space-around;
    flex-direction: column;
    justify-content: space-between;
    width: 266px;
    hyphens: auto
}

#myEvents>.order3 {
    position: relative;
    min-height: 300px
}

#myEvents>.order3 .button {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: auto;
    left: 20px;
    display: block;
    right: 20px;
    bottom: inherit
}

.normal {
    background-image: url(metaverse/images/norm.svg);
    background-repeat: repeat-x;
    background-size: 30px
}

.normal .button,
.normal .header-details {
    background-color: #8186ac!important
}

.normal .titel-details {
    background-color: #c0c2d5!important
}

.live {
    background-image: url(metaverse/images/live.svg);
    background-repeat: repeat-x;
    background-size: 30px
}

.live .button,
.live .header-details {
    background-color: var(--dangerColor)!important
}

.live .titel-details {
    background-color: #ffb1b1!important
}

.personal {
    background-image: url(metaverse/images/pers.svg);
    background-repeat: repeat-x;
    background-size: 30px
}

.personal .button,
.personal .header-details {
    background-color: var(--activeColor)!important
}

.personal .titel-details {
    background-color: #a8bdf8!important
}

.over {
    background-image: url(metaverse/images/pers.svg);
    background-repeat: repeat-x;
    background-size: 30px
}

.over .button,
.over .header-details {
    background-color: #484848!important
}

.over .titel-details {
    background-color: #c9c9c9!important
}

.Private,
.Public {
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 13px;
    color: #fff;
    margin-top: 3px
}

.Public {
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, .5)
}

.Private {
    border: 1px solid #fff;
    background-color: transparent
}

.margintop10 {
    margin-top: 10px
}

.marginbottom10 {
    margin-bottom: 10px
}

.button-icon {
    background-color: transparent;
    border: none;
    float: right;
    width: 26px;
    height: 26px;
    padding: 0;
    margin-top: -2px;
    outline: 0;
    border-radius: 50%;
    margin-left: 4px;
    position: relative
}

.button-icon:hover {
    background-color: rgba(255, 255, 255, .3);
    border: none;
    float: right;
    width: 26px;
    height: 26px;
    outline: 0
}

.button-icon .tooltip {
    display: none;
    position: absolute;
    min-width: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    bottom: -25px;
    padding: 3px 8px;
    border-radius: 3px
}

.button-icon:hover .tooltip {
    display: block;
    position: absolute;
    min-width: 20px;
    background-color: #000;
    color: #fff
}

.button-icon:focus {
    outline: 0
}

.button-icon img {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    margin-top: -1px
}

div.header-details>div:nth-child(2) {
    position: absolute;
    right: 30px;
    top: 18px
}

#createEvent .doppelbutton .button span {
    width: 50%;
    display: inline-block;
    float: left;
    border-radius: 0;
    background-color: #c3c3c3;
    border: none;
    color: #262626;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: center;
    letter-spacing: .1em;
    height: 56px
}

button#createevent {
    font-size: 19px;
    height: 56px;
    box-sizing: border-box
}

#createEvent .doppelbutton .button span.active {
    width: 50%;
    display: inline-block;
    float: left;
    border-radius: 0;
    background-color: #94aef6;
    border: none;
    color: #fff;
    height: 56px
}

.header-details {
    background-color: var(--activeColor);
    padding: 13px 32px;
    min-height: 56px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#detailTitle,
#event_title {
    font-size: 28px;
    line-height: 35px
}

#event_title {
    font-size: 28px;
    line-height: 1em;
    padding-bottom: 10px
}

.date-month {
    font-size: 16px;
    text-align: center
}

.date-day {
    font-size: 28px;
    text-align: center
}

#event_description {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
    word-wrap: break-word;
    width: 336px
}

#createEvent {
    width: 100%;
    margin: 0 auto;
    color: #000;
    overflow: hidden;
    box-sizing: border-box
}

#createEvent .flex>div {
    width: 400px;
    margin: 16px
}

.createEvent-box {
    background-color: #fff;
    border-radius: 15px;
    width: 400px;
    margin: 13px;
    color: #000;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    height: 600px
}

#createEvent input {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px;
    border: 1px solid #262626;
    background-color: transparent;
    border-radius: 3px;
    box-sizing: border-box;
    color: #262626;
    height: 39px
}

#createEvent input[type=datetime-local]::-webkit-calendar-picker-indicator {
    display: none
}

#createEvent #eventtitle:required:valid {
    background-image: url(metaverse/images/korrekt.svg);
    background-position: right 10px top 10px;
    background-size: 15px;
    background-repeat: no-repeat
}

#createEvent #eventdescription:required:valid {
    background-image: url(metaverse/images/korrekt.svg);
    background-position: right 10px top 10px;
    background-size: 15px;
    background-repeat: no-repeat
}


/* Favorits */

#favorits_list {
    overflow: hidden;
    overflow-y: scroll;
    height: 408px;
    margin-top: -7.5px;
}

#Favorits .close {
    z-index: 666;
}

#Favorits h3 {
    z-index: 555;
}

#Favorits>div {
    right: 32px;
    /* top: 31px; */
}

body.akk-watchlist #Favorits {
    display: block;
}

body.akk-watchlist #like {
    background-color: var(--headerActiveColor);
}

#favorits_list>div>div {
    display: flex;
}

#favorits_list #favorit_description {
    font-size: 12px;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.centertop {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-0%, -50%);
    padding-left: 10px;
    padding-right: 24px;
}

#favorits_list .left {
    text-align: left;
    width: 120px;
}

#favorits_list .text {
    text-align: left;
    font-family: 'D-DIN Regular';
    box-sizing: border-box;
    padding-right: 10px;
    padding-top: 15px;
    padding-left: 10px;
    position: relative;
    width: 300px;
}

.linehoch-fav {
    opacity: 0.1;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 10px;
    width: 1px;
    background-color: #fff;
}

#favorits_list .right {
    flex-direction: row-reverse;
    width: 104px;
    display: flex;
}

#favorits_list .button-game {
    width: 52px;
}

#favorits_list .button-game .button {
    padding: 9px 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

#favorits_list .button-game .button.trans {
    width: 52px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    position: relative;
    right: 0;
    top: 50%;
    margin-top: -31px;
}

#favorits_list .button-game .button.trans svg {
    width: 40px !important;
    margin-left: 6px;
    background-color: #373341;
    border: 0px;
    color: #fff;
    width: 100%;
    border-radius: 15px;
    text-align: center;
}

#favorits_list .button-game .button.trans:hover svg {
    background-color: #42404d;
}

.quadrat-fav {
    width: 92px;
    height: 92px;
    overflow: hidden;
    margin: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

#favorits_list .button-game .button.grau svg {
    width: 40px;
    margin-right: 0px;
    position: absolute;
    top: 9px;
    left: 9px;
}

#favorits_list .button-game .button.grau {
    padding: 9px 10px 9px 38px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

#favorits_list .button-game .button.trans {
    padding: 0px 0px;
}

#favorits_list>div>div .button-game>button .textbo {
    opacity: 0;
}

#favorits_list>div>div .button-game>button:hover .textbo {
    opacity: 1;
}

#favorits_list .delete {
    text-align: left;
    flex-basis: 10%;
    position: relative;
}


/* Hub */

:root {
    --museumMainColor: #009CC3;
}

.museumbox h3 {
    color: white;
}

button.button-museum,
a.button-museum {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--museumMainColor);
    color: #fff;
    box-sizing: border-box;
    display: block !important;
    width: calc(100% - 64px);
    height: 56px;
    font-size: 19px;
    letter-spacing: 0.1em;
    padding: 18px;
}

#gatherWarning {
    display: none;
}

#gatherWarning.active {
    display: block;
}


/* Login */

.social .tool .tile {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 8px 8px 14px 8px;
}

.social .tool label {
    color: #000;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: center;
}

body.anonymous .profilepicture-box,
body.anonymous .newsletterJoiner {
    display: none;
}

.login-form input {
    width: 100% !important;
    margin: 0;
    margin-top: 10px;
    padding: 10px;
    border: none;
    background-color: transparent !important;
    border: 1px solid black;
    color: #000;
    border-radius: 3px;
    box-sizing: border-box;
}

#v-login- {
    color: #000;
}


/* Profile */

:root {
    /* Header */
    --profileBackground: #fff;
    --profileText: #000;
}


/* Provider only */

body.provider .menu-item-1217,
body.provider .menu-item-1218 {
    display: none;
}


/* Provider and Email Login  */

body.combined .menu-item-1217 {
    display: none;
}


/* Anonymous Login */

body.anonymous .menu-item-1217,
body.anonymous .menu-item-1218,
body.anonymous .menu-item-1219,
body.anonymous .menu-item-1220 {
    display: none;
}

#anonymousProfile {
    display: none;
}

body.anonymous #anonymousProfile {
    display: block;
}

body.anonymous .edit-profile {
    display: none;
}

.header-profile {
    width: 100vw;
    height: auto;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    /* font-size: 30px; */
    line-height: 1.5em;
    padding-bottom: 0px;
}

.header-profile .flex {
    display: flex;
    height: 100%;
}

.header-profile .left {
    flex-basis: 403px !important;
    width: 403px !important;
    box-sizing: border-box;
    text-align: left;
    display: flex;
}

.header-profile .right {
    flex-basis: auto;
    text-align: left;
}

body.header-profile {
    top: -00vh;
}

.header-profile button {
    display: block;
    background-color: transparent;
    border: 0;
    color: var(--profileText);
    height: 42.5px;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 16px;
}

.header-profile .menu button:hover {
    color: #42404d;
}

.header-profile button.active,
.header-profile button.active:hover {
    background-color: var(--profileBackground);
}

.header-profile .right button {
    padding: 16px 16px;
    height: 56px;
    margin-bottom: 22px;
}


/* QAM */


.header-qam {
	    display: block;
    width: 100%;
    background-color: #009cc3;
    margin: -27px -29px 0 -28px;
    height: 77px;
    /* padding-right: 70px; */
    position: absolute;
}

.header-qam h3 {
	padding-top:25px;
	color: #fff;
}

.range {
    display: block;
    width: 300px
}

.range__slider {
    width: 45%
}

.range__value {
    width: 35%;
    margin-left: 0;
    text-align: center;
    border-left: 1px solid #e6e4e4;
    display: none!important
}

.form-group {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    padding-top: 16px
}

.form-group label {
    text-transform: uppercase;
    font-size: .7rem;
    color: #222;
    margin-bottom: 5px
}

.form-group span {
    font-size: 2rem;
    font-weight: 600;
    color: #3c3b3b
}

.range__slider label {
    margin-bottom: 10px
}

.range__slider [type=range] {
    width: 100%;
    -webkit-appearance: none;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    outline: 0;
    padding: 0;
    margin: 0
}

.range__slider [type=range]::-webkit-slider-thumb {
    cursor: url('metaverse/images/Hand_Point_32.png') auto!important;
    cursor: url('metaverse/images/Hand_Point_32.cur') 6 -10, auto!important;
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--activeColor);
    border: var(--activeColor) 5px solid;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.range__slider [type=range]::-webkit-slider-thumb:hover {
    background: var(--activeColor)
}

.range__slider [type=range]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: var(--activeColor);
    border: var(--activeColor) 5px solid;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out
}

.range__slider [type=range]::-moz-range-thumb:hover {
    background: var(--activeColor)
}

#debugger label {
    border-radius: 10px;
}
.range__slider [type=range] {
    width: 100%;
    -webkit-appearance: none;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    outline: 0;
    padding: 0;
    margin: 0;
}
.form-group {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 25px;
    padding-top: 16px;
}
input#gameAudioSlider {
    border: none;
}
#debugger input[type=radio] {
    display: none;
}
.toggle-game .button-audio {
    width: 100%;
    border: none;
    background-color: #373341;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 11px;
    height: 56px;
    box-sizing: border-box;
    display: flex;
}

.toggle-game .button-audio svg {
    width: 120px;
    border: none;
    background-color: #373341;
    border-radius: 15px;
    padding: 15px 20px 15px 30px;
    margin-bottom: 5px;
    height: 56px;
    box-sizing: border-box;
}

.tool.margin {
   margin: 71px -4px 0 -4px;
}
.tool {
    color: #fff;
    margin-bottom: 10px!important;
    margin: 0 4px;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.qam {
    z-index: 9999;
    background-color: #fff;
    position: fixed;
    top: 66px;
    right: 11px;
    width: 384px;
    text-align: center;
    box-sizing: border-box;
    padding: 27px 28px 32px;
    border-radius: 12px;
    display: none;
    max-height: 511px;
    user-select: none;
    color: #494642;
	overflow: hidden;
}

.qam hr {
    display: block;
    margin: 16px 4px;
    border-top: 1px solid #373341;
    height: 0;
	opacity: 0.3;
}

.qam#Participants hr {
    margin: 16px 4px 0
}

.qam>h3 {
    margin-bottom: 20px
}

.qam .back {
    width: 14px;
    height: auto;
    top: 31px;
    left: 32px;
    position: absolute
}

.qam .close {
    width: 13px;
    height: auto;
    top: 31px;
    right: 32px;
    position: absolute
}

.qam label,
.tool label {
    color: #494642;
    font-size: 11px;
    letter-spacing: .1em;
    text-align: center
}

.qam .centercenter {
    top: 50%;
    transform: translateY(-50%)
}

.qam .tile,
.tool .tile {
    flex-basis: 33.333%;
    box-sizing: border-box;
    padding: 8px 8px 14px
}

.qam .selectiontile.disabled,
.qam .tile.disabled,
.qam .tile.loading,
.qam .toggle-game.disabled {
    pointer-events: none
}

.qam .selectiontile.disabled,
.qam .tile.disabled,
.qam .toggle-game.disabled {
    opacity: .25
}

.qam .tile .button-game,
.qam .tile .radio-game,
.qam .tile .toggle-game,
.tool .tile .button-game {
    width: 100%;
    border: none;
    background-color: #000;
    border-radius: 5px;
    padding: 15px 0;
    margin-bottom: 11px;
    height: 56px;
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out
}

.qam .toggle-game .button-audio svg,
.toggle-game .button-audio {
    background-color: #000
}


.qam .tile .button-game:hover,
.qam .tile .radio-game:hover,
.qam .tile .toggle-game:hover {
    background-color: #038bad
}

.qam .tile.active .toggle-game {
    background-color: #009cc3
}

.qam .tile .button-game img,
.qam .tile .radio-game img,
.qam .tile .toggle-game img,
.tool .tile .button-game img {
    height: 100%;
    filter: var(--filterColor_White);
    -webkit-transition: .5s ease-in-out
}

.qam .tile.active .toggle-game img {
    filter: #fff
}

.qam .tile .toggle-game#voiceMicrophone img {
    background-image: url(../svg/voiceMicrophoneOn.svg);
    background-repeat: no-repeat;
    background-position: center
}

.qam .tile.disabled .toggle-game#voiceMicrophone img {
    background-image: url(../svg/voiceMicrophoneOff.svg)
}

.qam .tile .button-game img {
    width: 50%;
    transform: scale(2)
}

.qam:not() .tool .tile .button-game,
.social .tool .tile .button-game {
    border-radius: 4px
}

.qam .selectiontile {
    display: inline-flex;
    padding: 8px 8px 14px;
    width: 100%
}

.qam .selectiontile .tile {
    padding: 0
}

.qam .selectiontile .radio-game {
    width: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.qam .selectiontile .tile:first-child .radio-game {
    border-radius: 15px 0 0 15px
}

.qam .selectiontile .tile:last-child .radio-game {
    border-radius: 0 15px 15px 0
}

.qam .selectiontile input:checked+.radio-game {
    background-color: #009cc3
}

.qam .selectiontile input:checked+.radio-game img {
    filter: #fff
}

.participants-group {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#part_users {
    overflow-y: scroll;
    max-height: 405px;
    width: 100%
}

#modToolsParticipants {
    margin-bottom: 0!important
}

#modToolsParticipants>div {
    padding: 28px 10px 14px
}

.user-block {
    display: flex
}

.button-speaker .button.grau {
    background-color: #454353;
    color: #fff;
    margin: 0 0 0 12px;
    border: 0;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    padding: 12px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .5s ease-in-out
}

.button-speaker .button.grau#mute {
    pointer-events: none;
    opacity: .25
}

.button-speaker .button.grau#mute.joined {
    pointer-events: unset;
    opacity: unset
}

.button-speaker .button.grau#mute img {
    background-image: url(../svg/icon_microphone_on.svg)
}

.button-speaker .button.grau#mute.disabled img {
    background-image: url(../svg/icon_microphone_off.svg)
}

.button-speaker .button.grau#mute.muted img {
    background-image: url(../svg/icon_microphone_muted.svg);
    filter: var(--filterColor_Red)
}

.button-speaker .button.grau#kickUser img {
    background-image: url(metaverse/images/speak-no.svg)
}

.user-block .userimage #part_profileSpeakingOutline {
    border-radius: 50%;
    border: 0 solid transparent;
    width: 40px;
    height: 40px;
    box-sizing: border-box
}

.user-block .userimage #part_profileSpeakingOutline.speaking {
    border: 0 solid var(--activeColor)
}

.user-block .userimage #part_profileSpeakingOutline .blablabla {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

#part_profileSpeakingOutline img {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    object-fit: cover
}

.user-block .userimage #part_profileSpeakingOutline.speaking .blablabla {
    display: block
}

#part_users>div {
    padding: 14px 5px 14px 12px
}

#part_users>div.userheader {
    padding: 0
}

#part_users>div:nth-child(2n+3) {
    background-color: #2e2b37
}

.user-block #part_name {
    flex-basis: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px
}

.user-block .button-speaker {
    flex-basis: 110px;
    display: flex;
    padding: 0 7px 0 0;
    justify-content: flex-end
}

.user-block .userimage {
    flex-basis: 50px;
    display: flex;
    position: relative
}


/* ATEO */

body {
    width: 100%;
    padding: 0;
    margin: 0
}

.museum {
    background-color: #fff
}

.container {
    width: 200px
}

.container>h4 {
    margin-bottom: 2px;
    font-size: 18px
}

input:focus {
    outline: 0;
    background-color: #202020
}

.invalid {
    border-color: #9e1c1c;
    color: #9e1c1c
}

.invalid:focus {
    background-color: #351b1b
}

.container>button {
    margin-top: 20px
}

.title {
    margin-bottom: 100px
}

.title h1 {
    line-height: 100px
}

.title>* {
    margin-top: 0;
    margin-bottom: 0
}

.btn {
    margin: 10px 30px 10px 0;
    width: auto;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    color: #000;
    font-family: Bodoni;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer
}

.btn:focus {
    outline: 0
}

.btn:hover {
    background-color: #c9c9c9
}

#linkForgotPassword {
    color: #fff;
    text-decoration: none;
    font-size: 12px
}

.btn-secondary,
a {
    color: gray
}

.hide {
    display: none
}

#museumInfo {
    margin-bottom: 50px
}

#loginLink {
    width: 100%
}

.header {
    font-family: Bodoni;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    top: 0
}

#userEmail {
    font-family: Din;
    color: #000
}

#btnAdmin,
#btnLogout {
    font-family: Bodoni;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    margin: 15px;
    padding: 5px 15px;
    border: none;
    font-size: 20px;
    cursor: pointer
}

#btnAdmin:hover,
#btnLogout:hover {
    color: #5f5f5f
}

.slidecontainer {
    width: 100%
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: 0;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s
}

.slider:hover {
    opacity: 1
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #04aa6d;
    cursor: pointer
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04aa6d;
    cursor: pointer
}


/* SAM */

body.loggedIn :not(body.inProfile) .profileLoggedIn {
    display: inline
}

body.akk-qam #tools {
    background-color: var(--headerActiveColor)
}

.profileLoggedIn {
    display: none
}

.profileLoggedOut {
    display: inline
}

.profile-back,
body.loggedIn .profileLoggedOut {
    display: none
}

body.inProfile .profile-back {
    display: inline
}

#login-emailverification {
    display: none
}

body.unverified #login-emailverification {
    display: inline
}

.choose-experience {
    top: 56px;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000
}

.header-loadmuseum {
    top: 56px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1.2s, opacity 1.2s ease-in-out;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 600;
    left: 0;
    display: block
}

body.load .header-loadmuseum {
    visibility: visible;
    opacity: 1
}

body.akk-qam #debugger {
    display: block
}

#tools {
    display: none
}

body.museumJoined #tools {
    display: inline
}

.accordion-content,
body.inmuseum .footer {
    display: none
}

.accordion-content:first-of-type {
    display: block
}

#mute.joined {
    background-image: url(/metaverse/images/icon_microphone_on.svg)
}

#mute.muted {
    background-image: url(/metaverse/images/icon_microphone_muted.svg);
    background-color: #fff
}

.user_mini {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    background-color: #ecedef5d
}

.login-form {
    padding-top: 120px;
    opacity: 0;
    transition: opacity 2s;
    -webkit-transition: opacity 2s
}

ul#signUpEmailFeedback,
ul#signUpPWFeedback {
    color: #f56464;
    list-style: disc inside
}

#menu-profil li:hover {
    background-color: #42404d;
    border-radius: 5px
}

.pricing-toggle {
    background-color: #3faed7;
    padding: 14px 5px;
    border-radius: 30px;
    display: inline-block
}

.pricing-toggle [name=pricing] {
    display: none
}

.pricing-toggle input[type=radio]+label {
    background-color: #3faed7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
    user-select: none
}

.pricing-toggle input[type=radio]:checked+label {
    background-color: #fff;
    color: #00008b
}

.header-profile .right button {
    width: 100%;
    text-align: center
}

br {
    min-height: 20px
}

#meetEventButton {
    background-color: #537df1;
    color: #fff;
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    min-height: 56px;
    font-size: 19px;
    letter-spacing: .1em;
    width: 336px
}

.openEvents {
    display: none
}

body.loggedIn #myEventsblock {
    display: block
}

#event_timing {
    text-transform: lowercase
}

.inputverify {
    text-align: right;
    color: #999;
    font-size: 15px
}

#event-participants {
    height: auto;
    display: inline-block;
    width: 100%
}

#gform_confirmation_message_9 {
    color: #537df1;
    list-style-type: disc
}

body.loggedIn #menu-item-1790 {
    display: none
}