:root {
    --akzent-bg-color-01: rgba(0, 0, 0, 0.1);
    --akzent-bg-color-02: rgba(0, 0, 0, 0.3);
    --akzent-color-01: #484848;
    --akzent-bg-color-04: #D2BEB5;
    --akzent-bg-color-05: #626262;
    --akzent-bg-color-06: white;
    --vip-color: #999;
    --icon-color: rgba(0, 0, 0, 0.2);
    --icon-color-new: hsla(150, 75%, 50%, 1);
    
    --form-size: 15px;
    
    --button-color: #484848;
    --button-bg-color: white;
    --button-size: 20px;
    --button-text-weight: 600;
    --button-padding: .7em 1em; 
    --button-border-color: #484848;
    --button-border-width: 0px;
    --button-border-radius-top-left: 8px;
    --button-border-radius-top-right: 8px;
    --button-border-radius-bottom-left: 8px;
    --button-border-radius-bottom-right: 8px;
    
    --footer-visible: block;
    --footer-size: 10px;
    --footer-color: #484848;
    
}
body{
    /*background-image: linear-gradient(to bottom, var(--akzent-bg-color-01) 0%, var(--akzent-bg-color-02) 100%); */
    background-image: linear-gradient(150deg, var(--akzent-bg-color-01) 0%, var(--akzent-bg-color-02) 100%);
    color: var(--akzent-color-01);
    font-family: 'Open Sans','Arial',sans-serif;
}
.body-area{
    max-width: 760px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
h1{
    font-size: 2.5em;
    text-decoration: none;
    font-weight: 600;
}
/* HEADER */
.link-header{
    width: 100%;
    margin-bottom: 65px;
}
/* Inhalt */
.link-area{
    max-width: 100%;
    padding: 0 0 60px 0;
    text-align: center;
}
/* FOOTER */
.link-footer{
    display: var(--footer-visible);
    font-size: var(--footer-size);
    letter-spacing: .1em;
    padding: 30px 0;
    line-height: 1.5em;
}
.link-footer a.button-link{
    color: var(--footer-color);
    text-decoration: none;
    font-weight: 600;
}
img.footer-img{
    display: inline-block;
    margin-bottom: .5em;
    height: 30px;
}

/* AKZENTE */
.gold{
    color: goldenrod;
    font-size: 0.7em;
    position: absolute;
    margin-top: -0.5em;
}
.vip{
    color: var(--vip-color);
}
.text-style {
    padding: 20px;
}
.opt{
    text-align: right;
}

/* DETAILS */
details{
    display: inline-block;
    width: 100%;
}
details.link summary{
    cursor: pointer;
    min-height: 50px;
}
details.new{
    font-size: var(--form-size);
    color: var(--button-color);
    font-weight: 600;
    display: inline-block;
    width: auto;
    text-align: right;
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 999;
}
details.new summary{
    font-size: 40px;
    font-weight: 900;
    /*background: white;
    width: 60px;
    height: 60px;
    border: 2px solid var(--icon-color-new);
    border-radius: 50%;*/
    padding: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
}
/*
details.new summary{
    font-size: 18px;
    font-weight: 900;
    color: var(--akzent-color-01);
    background: var(--icon-color-new);
    padding: 0.3em 1.1em;
    border-radius: .5em;
    cursor: pointer;
}
details.new summary::marker{
    left: -20px;
}
*/
details.new p{
    font-size: var(--form-size);
    font-weight: 600;
    color: var(--button-color);
    background: white;
    padding: 10px 20px;
    line-height: 3em;
    /*border: 1px solid black;*/
    border-radius: .5em;
    float: left;
    text-align: left;
    margin-top: .5em;
    margin-right: 25px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
details.new p a{
    text-decoration: none;
    color: var(--button-color);
}
summary.mobiledel::-webkit-details-marker,	
summary.mobiledel::marker {
    content:  "";
    list-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
summary.mobiledel::-webkit-details-marker,	
summary.mobiledel::marker {
    color: transparent;
}
summary::marker {
    font-size: 0.9em;
    color: var(--icon-color);
}
.row30{
    position: relative;
    display: inline-flex;
    padding: 0.8em 0;
    max-width: calc(100% - 30px);
    flex-direction: column;
    /* min-height: 80px; */
    flex-direction: column;
    justify-content: center;
}
.link {
    background: white;
}
.text {
    background: rgba(0, 0, 0, 0.05);;
}
.title {
    background: rgba(0, 0, 0, 0.1);;
}


.LA-icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    /*font-size: 1.2em;*/
    speak: never;
    display: inline-block;
    margin-right: 0.3em;
    margin-left: -0.3em;
    /* text-decoration: inherit;
    width: 1em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;*/
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}



p {padding-bottom: 0!important;}
form{
    text-align: left;
    font-size: var(--form-size);
}
.row {
    position: relative;
    display: block;
    flex-direction: column;
    width: 100%;  
}
.sortablebg{
    background: white;
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    width: 100%;
    margin-bottom: 10px;
    /*padding: .5em 60px;*/
    border: 0px solid var(--akzent-color-01);
    border-radius: .5em;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}


/* ICONS */
.iconarea-left{
    width: 50px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: .2px solid var(--icon-color);
}
.iconarea-right{
    width: 50px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: .2px solid var(--icon-color);
}
.icon-details{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-new{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.new{
    color: var(--button-color);
    cursor: pointer;
}
.icon-plus-circled:before {
    background: white;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid var(--icon-color-new);
}
.move{
    font-size: 1.5em;
    color: var(--icon-color);
    cursor: pointer;
}
.move:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.trash{
    font-size: 1.5em;
    color: var(--icon-color);
    cursor: pointer;
}
.trash:hover{
    color: red;
    transform: scale(1.1);
}
form{
    text-align: inherit;
    font-size: inherit;
}
.aktiv{
	background: none;
	border: none;
    padding: 0;
}

.newform{
    background: var(--icon-color-new);
    color: var(--button-color);
    padding: 2em 1em;
    margin: 1em 3em;
    border: 0px solid var(--akzent-color-01);
    border-radius: 0.5em;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.column {
    padding: 0.2rem 1em;
    display: block;
}
.klein{
    font-size: 0.8em;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: var(--akzent-bg-color-06);
    border: 1px solid var(--button-color);
    border-radius: 0.5em;
    padding: 0.3em 0.8em;
    color: var(--akzent-color-01);
    width: 100%;
}
textarea {
    min-height: 10em;
    resize: vertical;
}
.trashbutton{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.editbutton{
    position: absolute;
    top: 10px;
    right: 30px;
}
/*
.trash{
    width: 28px;
    cursor: pointer;
}
*/
.trash:hover{
    transform: scale(1.1);
}
.bearbeiten{
    width: 15px;
}
/*
.aktiv{
	vertical-align: middle;
	position: relative;
	background: none;
	border: none;
}
*/
@media only screen and ( max-width: 700px ) { 
    .wps-form-row {
        flex-direction: row;
    }
    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}
.um-header{
    border-bottom: none!important;
}
.um-profile .um-profile-body {
    padding-top: 0px;
    padding-bottom: 0px;
}
.um-meta-text,
.um-profile.um .um-name a {
    color: var(--akzent-color-01);
}
.um-profile-connect.um-member-connect a{
    background-color: transparent!important;
    border: 1px solid #fff;
}
.um-faicon-cog:before {
    color: var(--akzent-color-01);
}
.um-profile-photo a.um-profile-photo-img {
    border: 0px solid #fff;
    border-bottom: 0px solid #fff !important;
}
p.editicon{
    display: inline-flex!important;
    font-size: 30px;
    color: var(--akzent-color-01);
    font-family: ETmodules!important;
    font-weight: 400!important;
    margin-right: .3em;
}
.editlink p{
    display: inline-flex!important;
}