#salutation{
	position: relative;
	font-size: 25px;
	top: 70px;
	margin-bottom: -20px;
}

body {
	text-align: center;
	font-family: Mockup;
	background-color: #eee;
}

#content{
	width: 700px;
	display: inline-block;
	top: 120px;
	position: relative;
	text-align: left;
	font-size: 20px;
}

#content ul {
	padding-left: 0;
}

#content ul li {
	list-style-type: none;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}

#content ul li:before {
	content: "\0BB \020";
	margin-right: 5px;
}

.contactFieldsContainer {
	text-align: center;
	width: 90%;
	position: relative;
	margin: auto;
	margin-top: 15px;
	display: inline-block;
}

.contactFields {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	padding: 10px 15px;
	font-weight: normal;
	margin: 6px 0px;
	color: #999;
	border: 2px #c1c1c1 solid;
	font-family: Mockup;
	overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.contactFieldMessage {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.contactFieldMessage:focus {
	-webkit-box-shadow: 0px 0px 15px 0px #AFAFAF; /* WebKit */
	-moz-box-shadow: 0px 0px 15px 0px #AFAFAF; /* Firefox */
	box-shadow: 0px 0px 15px 0px #AFAFAF; /* Standard */
}

.contactFields:focus {
	/*-webkit-box-shadow: 0px 0px 15px 0px #AFAFAF; /* WebKit */
	/*-moz-box-shadow: 0px 0px 15px 0px #AFAFAF; /* Firefox */
	/*box-shadow: 0px 0px 15px 0px #AFAFAF; /* Standard */
	border: 2px solid #325778;
}

.contactFieldsChange {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	padding: 10px 15px;
	margin: 6px 0px;
	color: #999;
	border: 2px #c1c1c1 solid;
	opacity: 0.3;
	font-family: Mockup;
}

.contactFieldsChange:focus {
	opacity: 1;
}

*::-webkit-input-placeholder {
    color: #c1c1c1;
}

*:-moz-placeholder {
    color: #c1c1c1;
    opacity:  1;
}

*::-moz-placeholder {
    color: #c1c1c1;
    opacity:  1;
}

*:-ms-input-placeholder {
    color: #c1c1c1;
}


#leftSideSelection {
	float: left;
	display: inline-block;
	margin-left: 35px;
}

#rightSideSelection {
	float: right;
	display: inline-block;
}

.reasonSelectionContainer {
	text-align: left;
}

label:not(.acceptDisclaimer),
label:not(.acceptTruth) {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 18px;
    margin-right: 15px;
    font-size: 18px;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 10px;
}

.reasonSelection, .billSelection {
    display: none;
}

label:not(.acceptDisclaimer):not(.acceptTruth):before {
    content: "";
    display: inline-block;

    width: 12px;
    height: 12px;
  	border-radius: 8px;
    margin-right: 0px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.reasonSelection:checked + label:before{
    content: "\2022";
    color: #f3f3f3;
    font-size: 22px;
    text-align: center;
    line-height: 14px;
}

.billSelection:checked + label:before {
	content: "\2022";
    color: #f3f3f3;
    font-size: 22px;
    text-align: center;
    line-height: 14px;
}

#message, #messageFin {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	padding: 10px 15px;
	font-weight: normal;
	color: #999;
	border: 2px #c1c1c1 solid;
	margin-top: 30px;
	resize: none;
	margin-left: 5%;
	width: 94.62%;
	height: 300px;
	font-family: Mockup;
}

#messageFin {
	margin-left: 0 !important;
}

.salutationChoice, #salutationChoiceIn {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	display: table-cell;
    vertical-align: middle;
	margin: 6px 0;
	color: #999;
	border: 2px #c1c1c1 solid;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;
	height: 20px;
	display:inline-block;
}

#salPlaceholder {
	height: 100%;
	width: 100%;
}

.salChoiceTop, .salChoiceSex, .salChoiceIn, .salChoiceHurt, .salChoiceCauser, .salChoiceWit {
	display: inline-block;
	font-size: 18px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
	margin-top: -2px;
}

.salChoiceTop:first-child, .salChoiceSex:first-child, .salChoiceHurt:first-child, .salChoiceCauser:first-child, .salChoiceWit:first-child {
	margin-right: 15px;
}

.salChoiceTop:hover, .salChoiceSex:hover, .salChoiceIn:hover, .salChoiceHurt:hover, .salChoiceCauser:hover, .salChoiceWit:hover {
	border-bottom: 1px #c1c1c1 solid;
	border-top: 1px #c1c1c1 solid;
}

.salChoiceActive {
	border-bottom: 1px #c1c1c1 solid;
	border-top: 1px #c1c1c1 solid;
}

.kind {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	border: 2px #c1c1c1 solid;
	background-color: #fff;
	cursor: pointer;
	font-family: Mockup;
	width: 42%;
	padding: 10px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.checked {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	color: #f2f2f2;
	border: 2px #c1c1c1 solid;
	background-color: #c1c1c1;
	cursor: pointer;
	font-family: Mockup;
	width: 42%;
	padding: 10px;
}

.kind:hover {
	background-color: #c1c1c1;
	color: #f2f2f2;
}

#animationFields {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.time {
	cursor: pointer;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	padding: 10px 5px;
	font-weight: normal;
	margin: 6px 0px;
	color: #999;
	border: 2px #c1c1c1 solid;
	font-family: Mockup;
	text-align: center;
	width: 100px;
}

#timePicker {
	display: inline-block;
	float: right;
	margin-right: 7%;
}

#datepicker {
	display: inline-block;
	margin-right: 20px;
	float: left;
	margin-left: 7%;
}

#picker {
	width: 90%;
	padding-top: 40px;
	text-align: center;
	display: none;
}

.pickerHeader {
	font-size:18px;
	display:inline-block;
	text-align:center;
	margin-bottom: 10px;
}

#callbackText {
	width: 200px;
	font-size: 18px;
	display: inline-block;
	display: none;
	margin-top: -5px;
}

#securityHeader {
	margin-bottom: 15px;
}

#security {
	margin: auto;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	margin-left: 5%;
}

#captchaPic {
	float: left;
	margin-left: 27%;

}

#captchaInput {
	float: right;
	margin-right: 27%;
	margin-top: 0;
	cursor: text;
	width: 130px;
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	border: 2px #c1c1c1 solid;
	font-family: Mockup;
	text-align: center;
	padding: 10px 5px;
	-webkit-transition: all 200ms ease; /* Firefox */
	-moz-transition: all 200ms ease; /* WebKit */
	-o-transition: all 200ms ease; /* Opera */
	transition: all 200ms ease; /* Standard */
}

.button {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	border: 2px #c1c1c1 solid;
	background-color: #fff;
	cursor: pointer;
	font-family: Mockup;
	width: 170px;
	padding: 10px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.button:hover {
	background-color: #c1c1c1;
	color: #f2f2f2;
}

#options{
	display: inline-block;
	margin: auto;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

#submitForm {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 70px;
}

.copytoemail {
		border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	color: #999;
	border: 2px #c1c1c1 solid;
	background-color: #fff;
	cursor: pointer;
	font-family: Mockup;
	width: 42%;
	padding: 10px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.copytoemail:hover{
	background-color: #c1c1c1;
	color: #f2f2f2;
}


table {
	width: 90%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: auto;
}

td {
	border-collapse: collapse;
	border-bottom: 1px dotted #ccc;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	word-wrap:break-word
}

th {
	border-collapse: collapse;
	border-bottom: 2px solid #ccc;
	font-size: 11px;
	padding: 9px;
	font-family: MockupBold;
	word-wrap:break-word
}

.tableField {
	border: none;
	outline: none;
	background: none;
	height: 35px;
	font-size: 15px;
	text-align: center;
}

.deleteTableLine {
	height: 23px;
	float: right;
	position: absolute;
	right: 0px;
	margin-top: -30px;
	cursor: pointer;
}

.addTableLine {
	height: 23px;
	float: left;
	position: absolute;
	left: 0px;
	margin-top: 7px;
	cursor: pointer;
}

.decchoise {
	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	margin: 6px 0;
	color: #999;
	border: 2px #c1c1c1 solid;
	padding: 10px;
	background-color: #fff;
	cursor: pointer;
	height: 20px;
	display:inline-block;
}

.birthDriver-small {
	width: 48.3% !important;
}

#decPlaceholder {
	height: 100%;
	width: 100%;
}

.decChoice1, .decChoice2  {
	display: inline-block;
	font-size: 18px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
	margin-top: -2px;
}

.decChoice1:first-child, .decChoice2:first-child {
	margin-right: 15px;
}

.decChoice1:hover, .decChoice2:hover {
	border-bottom: 1px #c1c1c1 solid;
	border-top: 1px #c1c1c1 solid;
}

.small {
	width: 27% !important;
}

.col2 {
	width: 48%;
}

.col2.first {
	float: left;
}

.col2.second {
	float: right;
}

.col2.small {
	width: 43%;
}

.col1 {
	width: 90%;
}

.col1.big {
	width: 94.62%;
}

.contactFieldsContainerChild {
	width: 100% !important;
	margin-top: 20px;
	margin-left: 5%;
}

.col2.small {
	width: 42.5% !important;
}

.marriedTip.invisible {
	display: none !important;
}

#message.schadensform {
	margin-left: 0 !important;
}

.person {
    max-width: 975px;
    width: 55%;
    min-width: 660px;
    margin: 60px;
    display: inline-block;
    text-align: left;
}

.person.a {
    min-width: 815px;
	padding-right: 70px;
	max-width: 905px;
	width: calc(55% - 70px);
}

.person.b {
    min-width: 730px;
}

.person.c {
    min-width: 880px;
}

.person.d {
    min-width: 800px;
}

.person.e {
    min-width: 900px;
}

.personcontainer {
    text-align: center;
}

.person img {
    width: 435px;
}

.person .textright {
    float: right;
    display: inline-block;
    margin-right: 20%;
    margin-top: 70px;
    font-size: 22px;
}

.person .textleft {
    display: inline-block;
    margin-left: 3%;
    margin-top: 70px;
    font-size: 22px;
}

.person .textleft.a {
    margin-left: 3%;
}

.person .imgright {
    float: right;
    margin-right: -200px;
}

.person .imgright.x {
    margin-right: -250px;
}

.person .imgleft {
    margin-left:  -200px;
}

.person .s {
    margin-left: -300px;
}

.person .textimg {
    height: 30px;
    width: 30px;
    margin-top: 12px;
    margin-bottom: -6px;
    margin-right: 3px;
}

.person a {
    color: black;
}

.content a {
	color: black !important;
}

#body.schadensmeldung .headline {
	margin-top: 9%;
    margin-left: 4.5%;
    font-size: 41px;
    position: absolute;
    color: white;
}

#body.schadensmeldung .second-headline {
	margin-top: 11.5%;
	margin-left: 4.5%;
    font-size: 31px;
    position: absolute;
    color: white;
}

#body.schadensmeldung .headerbanner {
	width: 100%;
	margin-bottom: 60px;
	position: relative;
	min-width: 1550px;
}

#body.schadensmeldung .headerbanner img {
	width: 100%;
}

#body.schadensmeldung .content {
	text-align: center;
	font-size: 20px;
}

#body.schadensmeldung .delimitationLine {
	width: 100%;
	height: 3px;
	margin: 60px 0px;
}

.boxContainer {
	margin: 40px auto;
    display: flex;
    width: 32%;
    justify-content: space-around;
}

.infoBox {
	width: 32%;
	margin: 0px auto 20px;
	padding: 10px 20px;
	background-color: #d9d9d9;
	border: 1px solid #afafaf;
	font-size: initial !important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 250ms ease; /* Firefox */
	-moz-transition: all 250ms ease; /* WebKit */
	-o-transition: all 250ms ease; /* Opera */
	transition: all 250ms ease; /* Standard */
	opacity: 0;
}

.infoBox.hover {
	max-height: 500px;
	opacity: 1;
}

.downloadBox {
	width: 40%;
	display: inline-block;
	cursor: pointer;
}

/*
.downloadBox.hover .content {
	border-left: 3px solid #afafaf;
	border-bottom: 3px solid #afafaf;
	border-right: 3px solid #afafaf;
}

.downloadBox.hover .preview {
	border: 3px solid #afafaf;
}
*/

.downloadBox .content {
	height: 66%;
	padding: 0px 17% 0px;
	background-color: #d9d9d9;
	border-left: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	-webkit-transition: all 100ms ease; /* Firefox */
	-moz-transition: all 100ms ease; /* WebKit */
	-o-transition: all 100ms ease; /* Opera */
	transition: all 100ms ease; /* Standard */
	box-sizing: border-box;
	font-size: initial !important;
}

.downloadBox .content span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 100%;
}

.downloadBox .preview {
	width: 100%;
	height: 33%;
	border: 1px solid #afafaf;
	background-size: cover;
	-webkit-transition: all 100ms ease; /* Firefox */
	-moz-transition: all 100ms ease; /* WebKit */
	-o-transition: all 100ms ease; /* Opera */
	transition: all 100ms ease; /* Standard */
	box-sizing: border-box;
}

.download {
	display: none;
}

#body.succesFormSend {
    padding-top: 180px;
    padding-left: 40px;
    padding-bottom: 50px;
    font-size: 18px;
}

#body.contact {
    padding-top: 63px;
    font-family: Mockup;
    margin-bottom: 25px;
}

#body.contact .headerBanner {
    width: 100%;
    margin-bottom: 60px;
	margin-top: 56px;
}

#body.contact .headerBanner img {
    width: 32.9%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#body.contact .headline {
    width: 100%;
    font-size: 26px;
    text-align: center;
}

.acceptDisclaimerContainer {
    margin-bottom: 43px;
    margin-top: 29px;
    font-size: 14px;
    cursor: pointer;
}

.acceptDisclaimerContainer label {
    cursor: pointer;
}