body {
    text-align:left !important;
    background-color:#fff;
    font-size: 2.5rem;
    font-weight: 400;
}

#container {
    width:800px;
    margin:0 auto;
    text-align:left;
    overflow:hidden;
    padding:0;
}

.header {
    display: block;
    position: relative;
    height:101px;
    background-color:#fff;
    margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

.header_img {
     position: absolute;
     top: 50%;
     left: 0%;
     height:70px;
     width:auto;
     margin-left:15px;
     margin-top: -36px;
     box-sizing: border-box;
}

.header_img img {
    height:70px;
}

.header_claim {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 154px;
    height: 35px;
    margin-right:15px;
    margin-top: -17px;
    box-sizing: border-box;
}

.header_claim img {
    width: 150px;
    height: auto;
}

.headerimgmobile { display:none !important; }
.headerimgdesktop { display:inline !important; }


#fb_limiter {
    width:100%;
    padding-left:10px;
    padding-right:10px;
}

#fb_limiter .trenner {
    margin-top: 12px;
    margin-bottom: 12px;
}

#fb_limiter input, #fb_limiter select, #fb_limiter td {
    font-size: 2.5rem; font-weight: normal;
}

#fb_limiter h3 {
    font-size: 2.5rem; font-weight: normal;
}

input.InputError, select.InputError, textarea.InputError {
    border-color: #c80000;
	background-color:#f2dede;
	border-radius:5px;
}

div.InputError {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c80000;
	background-color:#f2dede;
	padding:5px;
	display:inline-block;
	border-radius:5px;
}

.pf_hilight td {
	color:#c80000;
}

small {
    font-size:13px;
}

@keyframes blink {
    0% { color: red; }
    100% { color: darkred; }
}
@-webkit-keyframes blink {
    0% { color: red; }
    100% { color: darkred; }
}

.blink {
    -webkit-animation: blink 3.0s linear infinite;
    -moz-animation: blink 3.0s linear infinite;
    animation: blink 3.0s linear infinite;
}

@keyframes blinkgreen {
    0% { color: #285f32; }
    100% { color: #112916; }
}
@-webkit-keyframes blinkgreen {
    0% { color: #285f32; }
    100% { color: #112916; }
}

.blinkgreen {
    -webkit-animation: blinkgreen 3.0s linear infinite;
    -moz-animation: blinkgreen 3.0s linear infinite;
    animation: blinkgreen 3.0s linear infinite;
}

.hov {
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.hov:hover {
    background-color:#efefef;
}

.hov td {
    padding-top:3px;
    padding-bottom:3px;
    vertical-align:middle;
}

.cancelbutton {
    opacity:0.4;
}
.cancelbutton:hover {
    opacity:1;
}

.hintbox_outer {
    margin-top:10px;
}

.trenner {
    display:block;
    width:100%;
    height:1px;
    border-top:1px solid #ececec;
    margin-top:4px;
    margin-bottom:3px;
    font-size:1px;
}

.perstrenner {
    display:block;
    width:100%;
    height:1px;
    border-top:1px solid #ececec;
    margin-top:4px;
    margin-bottom:3px;
    font-size:1px;
}

.fb_progress {
    width:100%;
    height:20px;
    margin-top:17px;
    text-align:center;
}

.fb_progress span {
    margin-right:10px;
    line-height:12px;
    font-weight:bold;
    margin-bottom:20px;
	border-radius:100%;
}

.fb_finished {
	background-color:#ececec;
    float:left;
    font-size:20px;
    color:grey;
}

.fb_finished a {
    display:inline-block;
    padding:10px;
}

.fb_finished:hover {
	background-color:#c7d5c7;
}

.fb_current {
    background-color:#285f32;
    padding:10px;
    float:left;
    font-size:20px;
    font-weight:bold;
    color:#fff;
}

.fb_togo {
    padding:10px;
    float:left;
    font-size:20px;
    color:grey;
    background-color:#f2f2f2;
}

.fb_contact {
    padding:10px;
    float:left;
    font-size:20px;
    color:grey;
    background-color:#f2f2f2;
}

.fb_send {
    padding:10px;
    float:left;
    font-size:20px;
    color:grey;
    background-color:#f2f2f2;
}

.liste-balken {
    width:100% !important;
    padding: 5px 0 6px 10px !important;
    margin-top:7px;
    margin-bottom:12px;
    background-color:#f7f0f7 !important;
	border-radius:5px;
}

h2 {
	font-size: 2.5rem !important;
	margin-bottom:20px !important;
}

.liste-balken h1, .liste-balken h2, .liste-balken h3, .liste-balken h4 {
    margin:0;
    padding:0;
    font-size: 2.5rem;
    font-weight: bold;
}

.liste-balken h3 {
    color:#3f3f3f;
    font-size: 27px;
    font-weight: bold !important;
    display:inline;
}

.hintbox_outer {
	border-radius:5px;
	background:none !important;
}

.hintbox_inner {
    font-weight: 400;
    color: #3F3F3F;
    padding-top:9px !important;
}

.greybg {
    background:#F2F2F2;
}

.border {
    border:1px solid #c7d5c7;
}

h1 {
    font-size: 3.3rem;
    font-weight: normal;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{word-break:normal;}
.tg th{word-break:normal;}

.InputText, select, .InputTextarea {
	padding:10px;
}

/* input[type=checkbox], */ input[type=radio] {
    padding: 11.5px;
}

.InputCheckbox {
    -ms-transform: scale(2.6); /* IE */
    -moz-transform: scale(2.6); /* FF */
    -webkit-transform: scale(2.6); /* Safari and Chrome */
    -o-transform: scale(2.6); /* Opera */
    padding: 10px;
	margin:10px !important;
	/* margin-bottom:0 !important; */
}



.InputText, .InputTextfield, .InputSelect {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #3f3f3f;
}

.InputText:focus-visible, .InputTextfield:focus-visible, .InputSelect:focus-visible, .InputSelect:focus {
	border: 1px solid #3f3f3f;
	outline: 1px solid #3f3f3f;
	background-color:c7d5c7;
}

.mobile_me_label, .mobile_partner_label {
    display:none;
}

.mobile_me_label, .mobile_partner_label {
	text-align:left;
	margin-right:10px;
	font-size:24px;
	color:#d5d5d5;
}

.mobile_me_label .activeuser, .mobile_partner_label .activeuser {
	color:#555;
}

.mobile_me_label i, .mobile_partner_label i {
	margin-right:3px;
}


.flexx {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.flexxleft, .flexxright {
    flex: 1 300px;
    min-width: 0;
}

.buttons_table {
    width:100%;
    padding:5px;
    margin-top:10px;
    margin-bottom:10px;
}

.buttons_table .left_button_td {
    text-align:left;
}

.buttons_table .right_button_td {
    text-align:right;
}

.buttons_table input, .buttons_table img  {
	border-radius:5px;
	height:50px !important;
}

:root {
  --form-control-color: #3f3f3f;
  --primary-color: #3f3f3f;
}


.form-control {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}

.form-control + .form-control {
  margin-top: 1em;
}

.form-control:focus-within {
  color: var(--form-control-color);
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #285f32;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline-offset: max(2px, 0.15em);
}






input[type="checkbox"] {
  height: 14px;
  width: 14px;
  position: relative;
    -webkit-appearance: none;
}

input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 1px solid #285f32;
  background-color: #fff;
}

input[type="checkbox"]:hover::before {
  border: 1px solid #285f32;
}

input[type="checkbox"]:checked:hover::before {
  filter: brightness(90%);
}

input[type="checkbox"]:checked:disabled:hover::before {
  filter: none;
}

input[type="checkbox"]:checked:before {
  content: "";
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

input[type="checkbox"]:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 2px;
  box-sizing: border-box;
  height: 5px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-1.5px) rotate(-45deg);
  transform: translateY(-1.5px) rotate(-45deg);
}

input[type="checkbox"]:disabled::before {
  border: 1px solid #c9ced1;
  border-radius: 2px;
  background-color: #f0f4f8;
}

input[type="checkbox"]:checked:disabled::before {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background-color: #d1d1d1;
}

label {
	display:block;
	width:100%;
}

.fuerwen_title {
	font-weight:normal;
	padding-left:6px;
	font-size: 2rem;
}

label {
	padding:5px !important;
	margin:0 0 5px;
	display:table;
	width:100%;
}

label:hover {
	padding:5px !important;
	background:#eee;
	cursor:pointer;
}

.fuerwen_label {
	display:table;
	width:100%;
	padding:5px !important;
}

.fuerwen_input_cell {
	display:table-cell;
	vertical-align:top;
	text-align:center;
	padding: 5px 15px 5px 10px;
	width:40px;
}

.fuerwen_text_cell {
	display:table-cell;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-left: 2px solid #ececec;
}



















@media all and (max-width: 600px) {
	#fb_limiter h2 {
		font-size:200% !important;
	}
	#fb_limiter td  {
		font-size:2.9rem; !important;
		line-height:140%;
		font-weight:bold;
	}
	#fb_limiter .mobile_me_label, #fb_limiter .mobile_partner_label, #fb_limiter .fuerwen_title {
		font-size:4rem; !important;
		line-height:140%;
		font-weight:bold;
	}
	#fb_limiter select, #fb_limiter input {
		font-size:3.2rem !important;
	}
	
	.htm {
		font-size:160% !important;
		line-height:110%;
	}
	

	
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        text-align: center;
        width:100% !important;
        margin-bottom:10px;
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .buttons_table td {
        display: table-cell !important;
    }
    .InputText, select, .InputTextarea {
        width:100% !important;
        margin-bottom:10px;
        /* height:40px; */
        padding-left:10px;
        /*font-size: 2.2rem;*/
    }
	
    .partnerHeadline {
        display:none;
    }

    .hov {
        margin-top:40px;
    }

    .hov td:first-child {
        background-color:#f8f4f0;
    }

    .hov img {
        display:block;
    }

    .hov:hover {
        background-color:inherit;
    }

    .trenner {
        display:none;
    }
	
    .InputCheckbox {
        -ms-transform: scale(3) !important; /* IE */
        -moz-transform: scale(3) !important; /* FF */
        -webkit-transform: scale(3) !important; /* Safari and Chrome */
        -o-transform: scale(3) !important; /* Opera */
        padding: 10px;
        margin: 20px;
    }

    .mobile_me_label, .mobile_partner_label {
        display:inline-table;
    }

    .mobile_me_label .activeuser, .mobile_partner_label .activeuser {
        display:inline-block;
    }

    .hov td {
        text-align: center !important;
        padding:0 !important;
    }

    /*.liste-balken h1, .liste-balken h2, .liste-balken h3, .liste-balken h4 {
        font-size: 2.5rem;
    }
	*/

    h2 {
        font-size: 3.2rem !important;
		margin-bottom:20px !important;
    }

    h3 {
        font-size: 3.1rem !important;
    }
	
    .liste-balken {
        background-color: #f7f0f7 !important;
    }
	
    .liste-balken h3 {
        font-size: 3.3rem !important;
    }


    .header_img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 188px;
        height: 51px;
        margin-left: -73px;
        margin-top: -35px;
        box-sizing: border-box;
    }
	
    .header_claim {
        display:none;
    }
	
	.alert {
		border-radius:5px;
	}
	
	.alert-danger {
		text-align:center;
	}
	
	.alert-danger .fa {
		display:block !important;
		float:none !important;
	}
	
	.buttons_table input, .buttons_table img {
		height:80px !important;
	}
	
	.fachberaterteam {
		width:100% !important;
	}
	
	.headerimgmobile { display:inline !important; }
	.headerimgdesktop { display:none !important; }
	
	.btn {
		font-size:3rem !important;
	}
	
	.InputRadio {
		-ms-transform: scale(2.6) !important; /* IE */
		-moz-transform: scale(2.6) !important; /* FF */
		-webkit-transform: scale(2.6) !important; /* Safari and Chrome */
		-o-transform: scale(2.6) !important; /* Opera */
		padding: 10px;
		margin:10px !important;
		/* margin-bottom:0 !important; */ 
	}

}