/* Contact Form */
#quiz {
    width: 100% !important;
}

#quiz p:first-of-type {
	  margin: 10px 0 5px 0;
}

/* small CSS */
#privacy {
    font-size: 16px;
    display: block;
    line-height: 19px;
    padding-top: 6px;
}

label, input, button, select, textarea {
    font-size: 100%;
    line-height: 1.8;
}

label {
    line-height: 1;
}

/* Checkbox DS */
.wpcf7-form-control-wrap > .wpcf7-acceptance > .wpcf7-list-item {
	margin: 0 0;
	font-size: 18px;
	margin-top: 10px;
}

input[type=checkbox] {
    transform: scale(1.2);
}

/* Button */
.uk-button-default:disabled.submit-button {
	border: 2px solid #222328;
	background-color: transparent;
	color: #222328;
}

.submit-button:not(:disabled) {
    cursor: pointer;
}

.submit-p {
	display: flex;
	align-items: center;
}

/* Spinner CF7 not allowed while submitting*/
form.submitting .wpcf7-submit {
  cursor: not-allowed;
	background: #A5A3A4;
}


/* Selektoren */
#msg,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 2em;
    margin-bottom: 0px;
    border: 2px solid #A5A3A4;
    padding: 0 .55em;
    font-family: MagistralCond-Light;
    font-size: 18px;
		line-height: 1.2;
    color: black;
    background-color: #fff;
    letter-spacing: 1px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box; 
}

#msg {
    height: 10.35em;
    font-family: MagistralCond-Light;
		letter-spacing: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: none;
}

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.wpcf7 input[type="file"] {
    width: 100%;
}

.wpcf7-quiz {
    width: 88px !important;
}

@media (min-width: 501px) {
    .wpcf7 select,
    .wpcf7 textarea,
    .wpcf7 input[type="text"],
    .wpcf7 input[type="password"],
    .wpcf7 input[type="datetime"],
    .wpcf7 input[type="datetime-local"],
    .wpcf7 input[type="date"],
    .wpcf7 input[type="month"],
    .wpcf7 input[type="time"],
    .wpcf7 input[type="week"],
    .wpcf7 input[type="number"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="url"],
    .wpcf7 input[type="search"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="color"],
		.wpcf7 input[type="file"]	{
        width: 85%;
    } 
		
    .wpcf7 .bewerbung select,
    .wpcf7 .bewerbung textarea,
    .wpcf7 .bewerbung input[type="text"],
    .wpcf7 .bewerbung input[type="password"],
    .wpcf7 .bewerbung input[type="datetime"],
    .wpcf7 .bewerbung input[type="datetime-local"],
    .wpcf7 .bewerbung input[type="date"],
    .wpcf7 .bewerbung input[type="month"],
    .wpcf7 .bewerbung input[type="time"],
    .wpcf7 .bewerbung input[type="week"],
    .wpcf7 .bewerbung input[type="number"],
    .wpcf7 .bewerbung input[type="email"],
    .wpcf7 .bewerbung input[type="url"],
    .wpcf7 .bewerbung input[type="search"],
    .wpcf7 .bewerbung input[type="tel"],
    .wpcf7 .bewerbung input[type="color"],
		.wpcf7 .bewerbung input[type="file"] {
        width: 100%;
    } 		
}

/* Error MSG */
.wpcf7-not-valid-tip {
    color: #8b0000;
}

.wpcf7-response-output {
	background-color: rgba(236, 236, 236, 0.2);	
}

/* Jobs Bewerbung Modal */
#bewerbung .uk-modal-dialog {
    width: 800px;
    background-color: rgba(236, 236, 236, 1);
    padding: 30px;
}

/* OptIn externer Content */
.optin {
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

.optin-maps {
	background-size: cover;
	background-position: center center;
	height: 400px;
}

#optin-maps1 {
    background-image: url("/wp-content/uploads/kontakt/map-preview.jpg");
}

.optin-frame {
    background-color: #E5E3DF;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 0px;
}

.optin-caption {
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-align: center;
    transform: translateY(-50%);
    background: hsla(0, 0%, 0%, 0.8);
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

/* Button */
.optin-button-no-css:hover {
	border-color: #be0000 !important;
}

.optin-button-no-css.uk-active, .optin-button-no-css:active {
	border-color: transparent !important;
}

.optin-button-no-css {
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
}

.optin-button {
    border: none;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding: .5em 1em;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

a.optin-button, #main-content a.optin-button {
    background: #80ba27;
    color: #fff;
}

a.optin-button:hover, #main-content a.optin-button:hover {
    background: #80ba27;
    text-decoration: underline;
}

a.optin-button:active, #main-content a.optin-button:active {
    background: #75a22d;
}

@media (min-width: 351px) {
	.optin-caption {
		font-size: 17px;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

@media(min-width: 768px) {
	.optin-maps {
        height: 500px;
    }	
}

.optin-maps-text-padding p {
    padding-bottom: 27px;
}

/* ANSPRECHPARTNER */
.ansprechpartner-div.uk-container {
	display: flex;
	justify-content: center;
}

.ansprechpartner-div .uk-card {
	max-width: fit-content;
}

.ansprechpartner-div .uk-grid {
	justify-content: center;
}

.ansprechpartner-div .uk-first-column {
	width: auto;
}

.ansprechpartner-div .uk-card {
    margin-right: -0.1px;
}

@media (min-width: 640px) {
	.ansprechpartner-div.uk-container {
		display: flow-root;
		justify-content: none;
	}
	
	.ansprechpartner-div .uk-grid {
		justify-content: flex-start;
	}
	
	.ansprechpartner-div .uk-first-column {
		width: 50%;
	}
}

@media (min-width: 960px) {
	.ansprechpartner-div .uk-first-column {
		width: calc(100% / 3);
	}  
}