
.content_event {
    display: block;
    margin: 0 auto;
    width: 1296px;
}

.content_event_width {
    width: 100%;
    margin-bottom: 100px;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
}
body::selection {
    background-color: gray;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../event/images/mainimage.jpg) no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}

.headercontainer {
    width: 100%;
    margin-top: 100px;
    background-color: rgba(1,1,1, 0.5);;
}
.adminbereich {
    position: absolute;
    background-color: #000011;
    color: white;
    font-size: 65px;
    margin-top: -83px;
    margin-left: 415px;
    display: block;
    cursor: pointer;
    border: none;
}
.h1class {
    padding: 28px;
    font-weight: normal;
    text-align: center;
    vertical-align: bottom;
    font-size: calc(5 * 1rem);
    color: white;
}
.logbutton {
    margin: 0 auto;
    font-size: 18px;
    color: white;
    background-color: rgb(69, 60, 42);
    padding: 10px 15px;
    display: block;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 50px;
    cursor: pointer;
}
.loghead {
    float: right;
    background-color: #000011;
    color: white;
    font-size: 18px;
    margin-top: 23px;
    margin-right: 50px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    border: none;
}

select.formboxen,
textarea.formboxen,
input.formboxen {
padding: 10px;
border-radius: 10px;
border: 1px solid #D9D1C1;
/*margin: 10px 0;*/
font-size: 18px;
float: left;
width: 100%;
margin-bottom: 10px;
font-family: "Lato", sans-serif
}
select::selection,
textarea::selection,
input::selection {
background-color: gray;
}
input:focus, textarea:focus {
border: 2px solid #D9D1C1;
}
.spanclass {
background: #D9D1C1;
width: 1275px;
text-align: center;
cursor: pointer;
color: white;
margin: 10px 0;
margin-bottom: 5px;
float: left;
font-size: 18px;
border: 1px solid #D9D1C1;
padding: 10px;
border-radius: 10px;
}

textarea {
max-width: 1296px;
min-width: 1296px;
min-height: 200px;
max-height: 300px;
font-size: 18px;
border: 1px solid #D9D1C1;
border-radius: 10px;
}
.addeventbtn {
margin: auto;
margin-bottom: 30px;
padding: 10px 15px;
display: block;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
background-color: #D9D1C1;
color: white;
font-size: 18px;
border: none;
}

.backtolistbtn {
float: right;
padding: 10px 15px;
display: block;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
background-color: #D9D1C1;
color: white;
font-size: 18px;
border: none;
margin-top: 30px;
}
.formboxenbutton {
padding: 10px 15px;
display: block;
margin: auto;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
background-color: #D9D1C1;
color: white;
font-size: 18px;
border: none;
margin-top: 30px;
}
.formtitle {
float: left;
width: 100%;
color: white;
}
.formtitle::selection {
    background-color: gray;
}
.formboxenbuttonedit,
.formboxenbuttonedit1{
float: right;
margin-top: -22px;
margin-right: 10px;
padding: 10px 15px;
display: block;
border-radius: 5px;
cursor: pointer;
font-weight: bold;
background-color: #D9D1C1;
color: white;
font-size: 18px;
border: none;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: 20px;
    position: relative;
    background-color: #D9D1C1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:hover {
    opacity: 0.5;
    background-color: white;
    cursor: pointer;
}


input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: 20px;
    position: relative;
    background-color: black;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


label.label input[type="file"] {
position: absolute;
top: 1000px;
}
input[type="checkbox"] {
width: 16px;
height: 16px;

}
label:hover {
background-color: rgba(255,255,255,0.15);
}
.standard-logo {
height: 70px;
margin-left: 15px;
padding-right: 30px;
border-right: 1px solid rgba(255,255,255,0.15)
}
.overlay {
display: none;
position: fixed;
top: 0;
background: rgb(249, 249, 249, 0.7);
left: 0;
width: 100%;
height: 100%;
z-index: 999;
justify-content: center;
align-items: center;
}

.popup {
background: #fff;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
padding: 20px;
text-align: center;
}
.btn-confirm {
font-weight: bold;
background-color: #D9D1C1;
color: white;
}

.btn-cancel {
font-weight: bold;
background-color: #D9D1C1;
color: white;
}
.btn-confirm, .btn-cancel {
padding: 10px 20px;
margin: 10px;
border: none;
cursor: pointer;
width: 300px;
}

.loghead:hover,
.addeventbtn:hover,
.formboxenbuton:hover,
button.formboxen:hover,
.formboxenbuttonedit:hover,
.formboxenbuttonedit1:hover,
.spanclass:hover,
.btn-confirm:hover,
.btn-cancel:hover,
.backtolistbtn:hover,
input.formboxenbutton:hover,
.logbutton:hover {
opacity: 0.7;
transition: all 0.5s ease;
}
.loghead,
.addeventbtn,
.formboxenbutton,
button.formboxen,
.formboxenbuttonedit,
.formboxenbuttonedit1,
.spanclass,
.btn-confirm,
.btn-cancel,
.backtolistbtn,
input.formboxenbutton,
.logbutton {
transition: opacity 0.5s ease;
}

