label.upload-file-name {
    padding-left: 30px;
}

/*------------------------------------*\
    Radio and Check Buttons
\*------------------------------------*/

.check-container {
    width: 18px;
    height: 18px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

/*
.checkorRadio {
    min-width: 22%;
}
*/

.check-container .indicator {
    border-color: #676767;
    width: 18px;
    height: 18px;
}

.check-container.radio :checked ~ .indicator:before {
    height: 8px;
    width: 8px;
    left: 4px;
    top: 4px;
}

.check-container .indicator:hover {
    border-color: #000;
}

.check-container :checked ~ .indicator:before {
    background-color: #000;

    /* (optional) size and position */
    height: 12px;
    width: 12px;
    position: absolute;
    left: 2px;
    top: 2px;
}

/* (optional) radio style */
.check-container.radio .indicator,
.check-container.radio :checked ~ .indicator:before {
    border-radius: 50%;
}

/*------------------------------------*\
    Form -> Description List
\*------------------------------------*/
dl.form > dt {
    /* Entweder Linienhöhe oder Padding muss an Input-Höhe angepasst werden */
    line-height: 31px;
}

/* (optional) Breit von erstem Element */
dl.form > dd {
    margin-left: 110px;
}

/*------------------------------------*\
    Input (type=date) -> Icon Placement
\*------------------------------------*/
dl.form .inputcontainerdate {
    position: relative;
}

dl.form .inputcontainerdate input {
    padding: 12px 50px 12px 20px !important;
	min-height: 42px;
}

dl.form .inputcontainerdate .dateicon {
    display: block;
    padding-left: 10px;
    position: absolute;
    top: 12px;
    right: 20px;
    height: 21px;
    width: 21px;
}

/*------------------------------------*\
    Description List
\*------------------------------------*/
dl.form {
    font-weight: 600;
}

dl.form.history dt {
	width: 10%;
	line-height: inherit;
	font-weight: bold;
}

dl.form dt {
    width: 30%
}

dl.form.history dd {
    width: 88%;
	margin-left: 2%;
	
	font-weight:400;
}

dl.form dd {
    width: 70%;
    margin: 0;
    float: left;
    margin-bottom: 10px;
	position: relative;
}

dl.form dd:last-of-type {
    margin-bottom: 0;
}

dl.form dd .icon-arrow-thin-down {
	position: absolute;
	right: 5px;
	bottom: 14px;
	pointer-events: none;
}

dl.form dd span.additive-label {
    padding: 5px 0 0 0;
    margin: 0;
    float: left;
    margin-right: 20px;
}

dl.form .file-input {
    position: relative;
}

dl.form .file-input .delete-button {
	position: absolute;
	right: 25px;
	top: 12px;
	font-size: 20px;
	cursor: pointer;
	visibility: hidden;
}

dl.form .file-input.hasValue .delete-button {
	visibility: visible;
}

/*------------------------------------*\
    Sub-Page (Forms) Queries
\*------------------------------------*/

@media only screen and (max-width: 1300px)
{

}

@media only screen and (max-width: 1024px)
{

    label.upload-file-name {
        padding: 15px 0 0 0;
        display: block;
        float: none;
    }

}

@media only screen and (max-width: 768px)
{
    dl.form dt,
	dl.form.history dt,
    dl.form dd,
	dl.form.history dd {
        width: 100%;
        float: none;
		margin:0;
    }
	
	dl.form.history dd {
		margin-bottom: 10px;
	}

    dl.form dd span.additive-label {
        width: 100%;
        display: block;
        float: none;
    }

    button.button,
    a.button {
        display: table;
        float: none;
        margin: auto;
        margin-top: 20px;
        font-size: 1.072em;
    }

    .resp-hide-768 {
        display: none !important;
    }
    form.spgr-form {
        font-size: 0.875em;
        margin-bottom: 50px;
    }
    form.spgr-form hr {
        margin: 25px 0;
    }

    .no-right-added {
        padding-right: 0!important;
        margin-right: 0!important;
    }
}

dl.form--dsgvo {
	margin-top: 10px;
}

dl.form--dsgvo .check-container {
	margin-top: 2px;
}
.highlighted-field {
	border-color: #333;
	border-width: 4px;
}

.form-subitle {
	margin-bottom: 15px;
	padding-top: 10px;
	text-decoration: underline;
}

.form--recaptcha {
	margin-top: 10px !important;
}

.sx-mailfield {
	display: none;
}