
.tarifheader {
	margin:-10px 0px 0 -10px;
	background: -webkit-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: -moz-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: -o-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: -ms-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: linear-gradient(top, #263d0d 0%, #395818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263d0d', endColorstr='#395818',GradientType=0 );
}
.tarifheader .tarifheader-content {
	padding:10px 20px 10px 30px;
	color:#ffaa00;
	text-shadow:1px 1px 0px #000;
	min-height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:500;
}
.tarifheader .tarifheader-content:after { display:table;content: " ";clear:both;  }
.tarifheader .vlogo { float:right; display:inline; cursor:pointer; }
.tarifheader .vlogo img { width:100%; height:auto; max-width:100px; display:block; }

.stepsheadline {
	border-bottom: 8px solid #fa0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px;
}
.stepsheadline span{
	color:#ffaa00;
	text-shadow: 1px 1px 0px #926c00;
	font-size: 26px;
}

/*Formularwrapper*/
#contact_form {
	padding:0 20px 20px 20px;	
}
#anmelde_form {
	padding:0 20px 0px 20px;	
}

/*Ausgabe Bestätigung*/
#successmessage {
	padding:0 20px 30px 20px;
	display:none;
}
#successmessage.angebot {
	padding:0 80px 30px 80px;
}
.successwrapper {
	padding:20px 20px 5px 20px;
	margin-top:30px;
	border-radius: 4px;
	border:1px solid #cccccc;
	background-color:#f9f9f9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);	
}
.successwrapper table { margin:0;padding:0;border:0; }
.successwrapper table td img { margin-top:-8px; }
.successwrapper table td { padding:10px; vertical-align: top; }
.successwrapper table td a { text-decoration: underline; font-weight:bold; font-size:18px; }

/*Nummerierte css Liste*/
.successwrapper .faq {
	counter-reset: my-counter;
}
.successwrapper .faq dt {
	position: relative;
	padding: 4px 0 10px 0;
	line-height:20px;
}
.successwrapper .faq dt:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	position: absolute;
	left: 0;
	top: 1px;
	font: bold 45px/1 Sans-Serif;
}
.successwrapper .faq dd {
	margin: 0 0 50px 0;
}	

.successwrapper .faq dt {
	min-height: 40px;
}
.successwrapper .faq dt, .successwrapper .faq dd {
	padding-left: 40px;
}

/*Schriftgrößen*/
.minifont {
	font-size:12px;	
}
.mediumfont {
	font-weight:bold;
	font-size:20px;	
}
.largefont {
	color:#ffaa00;
	font-size:35px;
	font-weight:700;
	text-shadow:1px 1px 0px #000;	
}



/*Formular-----------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}

.form-wrapper{
	clear:both;
	margin-bottom:15px;
}

.form-type {
	position:relative;
	clear:both;
	padding:15px 15px 15px 30px;
	background-color: #e5e5e5;
	color:#000;
	font-size:20px;
	height:20px;
	text-shadow:1px 1px 0px #fff;
	margin: 0 -19px 15px -30px;
}
.form-type img {  margin:-5px 5px -8px -5px; padding:0; }
.form-wrapper .minus {
	cursor:pointer;
	background-image: url(../objekte/minus.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.form-wrapper .open {
	background-image: url(../objekte/plus.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.form-wrapper .tarife {
	margin-bottom:20px !important;
}
.form-wrapper .tarife .anzahl {
	margin:20px 0;
	font-size:18px;
	font-weight:500;
	color:#263d0d;
	border:1px solid #e5e5e5;
	padding: 8px 5px;
	text-align: center;
	background-color:#efefef;
	text-shadow: 1px 1px 0px #fff;
}
.form-wrapper .tarife .anzahl span.gesamtanzahl {
	font-size:25px;
	font-weight:500;
	line-height:1;
	padding-left:5px;
}
.toggle_container {
	position:relative;	
}
.form-wrapper .hidden input {
	display:none;
}
.form-group {
	clear:both;
	margin-bottom:10px;
	position:relative;
}

.form-group h4 {
	font-size: 18px;
	font-weight: 500;
	color: #fa0;
	margin-bottom: 8px;
	padding-top: 10px;
	clear: both;
}
.form-group .seperator {
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.form-group .input {
	float:left;
	width: 68%;
}
.form-group .inputlarge {
	float:left;
	width: 85%;
}
.hundeliste .form-group .inputlarge {
	float:left;
	width: 100%;
}
.form-group .inputextralarge {
	float:left;
	width: 88%;
}
.form-group .inputfull {
	position:relative;
	float:left;
	width: 100%;
}
.form-group .inputhalf:first-of-type {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width: 35%;
	padding-right: 10px;
}
.form-group .inputhalf {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width: 65%;
}
.form-group .nummerierung {
	position:relative;
	float:left;
	line-height:42px;
	text-align:right;
	width:2%;
	margin-right:1%;
}
.form-group .nachricht {
	max-width:97%;
	min-width:97%;
	height:150px;
	min-height:50px;
}

.form-control {
  display: block;
  width: 96.5%;
  height: 34px;
  padding: 4px 1.5%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.hundeliste .form-control {
	padding: 0px 1.4%;
	font-size: 13px;
	box-sizing: border-box;
}
.hundeliste .form-group .inputlarge.ischecked > input[type=text] { 
	/*Hund in Liste ausgewählt*/
	border: 1px solid #0da41d !important;
	background-color: #0da41d12;
}
.hundeliste .form-group .inputlarge.removed > input[type=text] { 
	/*Hund in Liste ausgewählt*/
	border: 1px solid #e40e0e !important;
	background-color: #e40e0e1c;
}
.form-group .small {
	float:left;
	width: 35%;
}
.form-group .text {
	float:left;
	height:42px;
	line-height:42px;
	margin:0 2%;
	vertical-align:middle;
}
.form-group-text {
	margin:0 0 10px 230px;
}

.form-group .tariftabelle {
	position: relative;
	text-align:right !important;
	width:100% !important;
	text-indent: 0 !important;
}
.form-group .tariftabelle .col1 {
	float: left;
	margin-left:6%;
	width: 14%;
}
.form-group .tariftabelle .col2 {
	float: left;
	width: 19%;
}
.form-group .tariftabelle .col3 {
	float: left;
	width: 32%;
}
.form-group .tariftabelle .col4 {
	float: left;
	width: 26%;
	font-weight:bold;
}
.form-group .inputhalf .tariftext {
	line-height: 1.1 !important;
	padding-left: 42px;
	text-indent: 0 !important;
	height: 32px;
	display: table-cell;
	vertical-align: middle;
}
.betrag-group {
	position:absolute;
	right:70px;
	top:0;
	/*float:right;*/
	text-align:center;
	width:200px;
	min-height:100px;
	border-radius: 4px;
	background-color: #ffaa00;
}
.betrag-floating {
	margin-top:10px;
	position:relative;
	float:none;
	right:inherit; top:inherit;
}
.betrag-group .header {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding:6px 5px;
	color:#fff;
	border-radius: 4px 4px 0 0;
	background: -webkit-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: -moz-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: -o-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: -ms-linear-gradient(top, #263d0d 0%, #395818 100%);
	background: linear-gradient(top, #263d0d 0%, #395818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263d0d', endColorstr='#395818',GradientType=0 );
	text-shadow:1px 1px 0px #000;
}
.betrag-group .gesamtbetrag { 
	font-size:35px;
	font-weight:bold;
	text-shadow:1px 1px 0px #fff;
}
.betrag-group .hinweis { 
	margin-top:4px;
	line-height:17px;
	padding:6px 5px;
	border-radius: 0 0 4px 4px;
}
.betrag-group .hinweis strong { /*Beitrag für 3 Jahre*/
	text-shadow:1px 1px 0px #fff;
	font-size:15px;		
}
.betrag-group .hinweis span { /*inkl. 19% Vers-Steuer*/
	font-size:13px;	
}

select[multiple],
select[size] {
  height: auto;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 43px;
  line-height: 43px;
}
.form-group .label {
	float:left;
	width: 32%;
	height: 42px;
	border-bottom: 1px dotted #666;
}
.hundeliste .form-group .label {
	float: none;
	width: 100%;
	height: auto;
	border-bottom: none;
}
.form-group label {
	display:table-cell;
	height: 42px;
	vertical-align:middle;
}
.hundeliste .form-group label {
	height: 29px;
	font-weight:600;
	padding-right: 25px;
	float:left;	
}
.hundeliste .form-group label.hundelabel {
	line-height: 29px;	
}
.form-group .labelextrasmall {
	width: 9%;
}
.form-group .labelsmall {
	width: 15%;
}
.form-group .labellarge {
	width: 85%;
	border-bottom: none;
}

.form-group .code img {
	float:left;
}
.form-group .code .pfeil {
	float:left;
	line-height:42px;
	margin:0 5px;
}
.form-group .code input {
	width:150px;
}

.form-group .remove_field {
	display:block;
	position:absolute;
	right:-14px;
	top:14px;
	width:20px;
	height:20px;
	background:url(../objekte/remove_red.png) center center no-repeat;
}
.hundeliste .form-group .remove_field {
	top: 33px;
	right: -24px;
}
.form-group .reset_fields {
	display:block;
	font-size: 12px;
	text-decoration: none;
	color: #999;
	float:left;
	margin-top: 8px;
}
.hunde .add_field_button, .teilnehmer .add_field_button, .ausbilder .add_field_button {
	height:50px;
	clear:both;
	text-align:center;
}
.hunde .add_field_button img,
.teilnehmer .add_field_button img,
.ausbilder .add_field_button img  { margin-right:5px;width:50px;height:50px;vertical-align:middle; }

.hunde.smallplus { margin-top:8px; }
.hundelistenoptionen .hunde.smallplus { margin-top:2px; }
.hunde.smallplus .add_field_button img  { margin-right:5px;width:32px;height:32px;vertical-align:middle; }

textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}

/*Specials*/
#contact_form .servicelink { /*link auf Service für Vertragsverlängerung*/
	width:100%;padding-top:15px;
	clear:both;
}
#contact_form .servicelink img { /*link auf Service für Vertragsverlängerung*/
	display: table-cell;
	width:30px; height:30px;
}
#contact_form .servicelink a { /*link auf Service für Vertragsverlängerung*/
	color: #777777;
	cursor:pointer;
	display:table;
}
#contact_form .servicelink a:hover { /*link auf Service für Vertragsverlängerung*/
	color: inherit;
}
#contact_form .servicelink a label { /*link auf Service für Vertragsverlängerung*/
	padding-left:8px;
	display: table-cell;
	height: 30px;
	vertical-align:middle;
	cursor:pointer;
}
#contact_form .textvorinput {
	float:left;
	padding:15px 5px 0 0;
	white-space:nowrap;	
}
#contact_form .jahrvon,
#contact_form .jahrbis {
	float: left;
    margin-right: 1.5%;
    width: 14%;
}
#contact_form select.optionen {
	float:left;
	width: 25%;
	margin-right: 1%;
}
#contact_form .anrede {
	float:left;
	width: 16%;
	margin-right: 1%;
}
#contact_form .titel {
	float:left;
	width: 79%;
	margin-right: 0;
}
#contact_form .gasttitel {
	float:left;
	width: 8%;
	margin-right: 1%;
}
#contact_form .name,
#anmelde_form .name {
	float:left;
	width: 46%;
	margin-right: 1%;
}
#contact_form .name_sm {
	float:left;
	width: 37.5%;
	margin-right: 1%;
}
#contact_form .strasse {
	float:left;
	width: 82%;
	margin-right: 1%;
}
#contact_form .hausnummer {
	float:left;
	width: 10%;
	margin-right: 0 !important;
}
#contact_form .ort {
	float:left;
	width: 82%;
}
#contact_form .plz {
	float:left;
	width: 10%;
	margin-right: 1%;
}
#contact_form .datum {
	float:left;
	width: 16%;
	margin-right: 1.5%;
}
#contact_form .date {
	line-height:42px;
	color:#666;
}
#contact_form .datetimehinweis {
	float:left;
	line-height:42px;
	color:#666;
}

#contact_form .checkbox {
	width: 5%;
	margin-right:1%;
}
#contact_form .einwilligung {
	float:left;
	width: 62%;
	margin-right:0;
	font-size:13px;
	margin-top:8px;
}
#contact_form .einwilligung.angebot {
	line-height:30px;
}
#contact_form .einwilligung a { text-decoration:underline; }

#contact_form .deckungssumme6 { 
	display:none;
	height: 42px;
	width: 22%;
	margin-right: 1%;
	padding:0 1.5%;
	font-size: 14px;
	line-height: 42px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #999;
	border-radius: 4px;
}
#contact_form .deckungssummefix { 
	height: 42px;
	width: 22%;
	margin-right: 1%;
	padding:0 1.5%;
	font-size: 14px;
	line-height: 42px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #999;
	border-radius: 4px;
}
#contact_form .vorversicherung,
#contact_form .bestandskunde { 
	display:none;
}
#contact_form .anzahlgast { 
	display:none;
}
#contact_form .gastname {
	float:left;
	width: 28.5%;
	margin-right: 1%;
}
#contact_form .gastdatum {
	float:left;
	width: 16%;
	margin-right:0;
}
#contact_form .gast { display:none; }
#contact_form .gast1 { display:none; }
#contact_form .gast2 { display:none; }
#contact_form .gast3 { display:none; }


#contact_form .eleven {
	float:left;
	width: 11%;
	margin-right: 1%;
}
#contact_form .seventeen {
	float:left;
	width: 17%;
	margin-right: 1%;
}
#contact_form .nineteen {
	float:left;
	width: 19%;
	margin-right: 1%;
}
#contact_form .twentyfour {
	float:left;
	width: 24%;
	margin-right: 1%;
}
#contact_form .twentyeight {
	float:left;
	width: 28%;
	margin-right:1%;
}
#contact_form .twentyone {
	float:left;
	width: 21%;
	margin-right: 1%;
}
#contact_form .thirteen {
	float:left;
	width: 13%;
	margin-right:1%;
}
#contact_form .sixteen {
	float:left;
	width: 16%;
	margin-right:1%;
}
#contact_form .six {
	float:left;
	width: 7%;
	margin-right:1%;
}
#contact_form .thirtysix {
	float:left;
	width: 36%;
	margin-right: 1%;
}
#contact_form .fifty {
	float:left;
	width: 49.5%;
	margin-right: 1%;
}
#contact_form .thirtythree {
	float:left;
	width: 33%;
	margin-right: 1%;
}
#contact_form .fiteen {
	float:left;
	width: 15%;
	margin-right:1%;
}
#contact_form .sixty {
	float:left;
	width: 59.5%;
	margin-right:1%;
}
#contact_form .fourty {
	float:left;
	width: 39.5%;
	margin-right:1%;
}
#contact_form .fix40 {
	float:left;
	width: 40px;
	margin-right:1%;
}



/*Submit*/
.btn {
  display: inline-block;
  min-width:200px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffaa00;
  border-color: #999;
  /*text-shadow:1px 1px 0px #fff;*/
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.buttonerror {
  background-color:#ff0000;
  color:#fff;
}

#contact_form .lastitem,
#anmelde_form .lastitem {
	margin-right: 0px !important;
	clear: right;
}

.form-group table {
	margin:0; padding:0;
	border:0;
	width:100%;
}
.form-group table td {
	padding: 10px 10px;
}

.form-wrapper .submitwrapper {
	margin-top:30px;
	padding:5px 0;
	border-radius: 4px;
	/*border:1px solid #adadad;*/
	border:1px solid #cccccc;
	background-color:#f9f9f9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);	
}
/*Extra-Button*/
.save_hundelist_button {
	background-color: #ffaa00;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 8px 9px;
	border-radius: 4px;
	display: inline-block;
	color: #333333 !important;
	margin: 6px 0px 0px;
	border: 1px solid #999;
}

/*Fehler / Bestätigung nach gesendet*/
#message {
	text-align:center;
}
#message img {
	margin:15px 0px;
}
#message div {
	text-align:center;
	margin:15px auto;
	font-size:14px;	
	padding:10px;
}
div.error {
	font-size:14px;
	color:red;
	padding:0px;
	margin:0px 0px 0px 0px;
}
div.loginerror {
	font-size:14px;
	color:red;
	padding: 5px 0px;
	margin:0px 0px 0px 0px !important;
}
.inputerror {
  border-color: #ff0000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.logedin_message_wrapper { 
	padding: 15px;
	background-color: #ffaa00;
	border-radius: 4px;
}
.logedin_message_wrapper .logedin_message p {
	font-size:18px;
	line-height: 1.0;
}
.logedin_message_wrapper .logout_button {
	text-align:right;
}
.logedin_message_wrapper .logout_button a {
	text-decoration:none;
	color: #fff;
	font-weight:500;
	background: #263d0d;
	padding: 4px 8px;
	border-radius: 4px;
}

/*-CHECKBOX---------*/
input[type=checkbox] {
	visibility: hidden;
}
input[type=checkbox].hundentfernen {
	visibility: inherit !important;
}
.squaredTwo {
	margin-top:10px;
	width: 28px;
	height: 28px;
	background: #fcfff4;
	border:1px solid #999;
	border-radius: 4px;

	background: -webkit-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: -moz-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: -o-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: -ms-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f3', endColorstr='#dedddb',GradientType=0 );
	position: relative;
}

.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #000;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*-RADIO BUTTON------------*/
.radiobutton1 {
	float:left;
	width:50%;
}
.radiobutton2 {
	float:left;
	width:50%;	
}
.radiobutton {
	float:left;
	width:25%;
}
.radiobuttonlarge {
	float:left;
	width:100%;
}
/* hide input */
input.radio:empty {
	margin-left: -99999px;
	float:left;
}
/* style label */
input.radio:empty ~ label {
	position: relative;
	margin-top:10px;
	float: left;
	line-height: 28px;
	text-indent: 38px;
	width:100%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #777;
}
input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 28px;
	height: 28px;
	border-radius: 4px;
	border:1px solid #999;
	background: -webkit-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: -moz-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: -o-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: -ms-linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	background: linear-gradient(top, #f6f5f3 0%, #e8e7e5 40%, #dedddb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f3', endColorstr='#dedddb',GradientType=0 );
}
/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .7em;
	color: #777;
}
input.radio:hover:not(:checked) ~ label {
	color: #000;
}
/* toggle on */
input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .7em;
	color: #000;
}
input.radio:checked ~ label {
	color: #000;
}
/* toggle off für Touch in calculator*/
#hundeliste .hundecheckbox label.unchekd::before {
	content:'';
}

/* radio focus */
/*input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}*/

/*Checkboxen Hundeliste*/
#hundeliste .hundecheckbox { 
	float:left;
	display: table;
}
#hundeliste .hundentfernenwrapper {
	float:left;
	display: table;
}
#hundeliste .hundentfernenwrapper label {
	font-weight: inherit;
	float:none;
	padding-right: 0px;
	color:#777;
}
#hundeliste input.radio:empty ~ label {
	width:inherit;
	margin-top:0px;
	font-size:16px;
	float: none;
}
#hundeliste input.radio:empty ~ label::before {
	top: 0px;
	font-size: 14px;
}
#hundeliste input.radio:checked ~ label {
    color: #0da41d;
}


/*Formular Angebot*/
.fullwidthcontent .tarifheader {
	margin:0px 0px 0 0px;
}
.fullwidthcontent .tarifheader .tarifheader-content {
    padding: 10px 20px 10px 80px;
}
.fullwidthcontent #contact_form {
	padding: 0px;	
}
.fullwidthcontent .fullwidthform .form-type {
    margin: 0px 0px 15px 0px !important;
	padding: 15px 15px 15px 80px;
}
.fullwidthcontent .fullwidthform .form-group{
    margin: 5px 80px;
}
.fullwidthcontent .fullwidthform .form-group.none{
    display:none;
}

/*========================================================================================= */
/* Seite stößt an																			*/
/*========================================================================================= */
@media only screen and (max-width: 1100px) {
	
}

/*========================================================================================= */
/* Smaller than standard 960 (devices and browsers) -> iPad bis iPhone						*/
/*========================================================================================= */
@media only screen and (max-width: 960px) {
	
	.form-control {
		font-size: 16px;
	}
	
	.fullwidthcontent .tarifheader {
		/*margin-top: -11px;*/
	}
	.fullwidthcontent .tarifheader .tarifheader-content  {
		min-height: inherit;
		line-height:20px;
	}

}

/*========================================================================================= */
/* Tablet Portrait size to standard 960 (devices and browsers) -> iPad Hochformat			*/
/*========================================================================================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
		
}

/*========================================================================================= */
/* All Mobile Sizes (devices and browser) -> HANDY's Querformat								*/
/*========================================================================================= */
@media only screen and (max-width: 767px) {
	
	.tarifheader {
		display:none;
	}
	.tarifheader.showmobile {
		display:block;
	}
	.tarifheader .tarifheader-content  {
		font-size:18px;
		min-height: inherit;
		line-height:19px;
	}
	.fullwidthcontent .tarifheader .tarifheader-content {
		padding: 10px 15px 10px 15px;
	}
	.form-wrapper .form-type {
		font-size: 16px;
		line-height:16px;
		height:auto;
		margin: 0px -20px 15px -30px;
		padding: 10px 10px 10px 30px;
	}
	.form-wrapper .form-type.firsttype  {
		margin-top:-11px;
	}
	.fullwidthcontent .fullwidthform .form-type {
		padding: 15px 15px 15px 15px;
	}
	.form-wrapper .form-type.minus {
		background-position: 103% center;
	}
	
	/*From allgemein*/
	.form-group .label,
	.form-group .input {
		float:none;
		width:100%;
	}
	.form-group .label,
	.form-group label {
		height:auto;
		min-height:20px;
	}
	.form-group .label {
		margin-bottom:5px;
		border:none;
	}
	.form-group .label label {
		font-weight:500;
		padding-bottom:2px;
	}
	.radiobutton1 {
		float: none;
		width: 100% !important;
	}
	.radiobutton2 {
		float: none;
		width: 100% !important;
	}
	#contact_form .einwilligung { /*Text Einwilligung*/
		float: none;
		width: 100%;
		margin-top:-2px;
	}
	#contact_form .einwilligung.angebot { /*Text Einwilligung*/
		line-height: inherit;
		display:table-cell;
		height:28px;
		vertical-align:middle;
		margin-top:-2px;
	}
	.squaredTwo { /*Checkbox*/
		margin-top: 0px;
	}
	#contact_form .checkbox { /*z.B.Einwilligung*/
		float:left;
		margin-right: 11px;
		width: 28px;
	}
	.radiobutton1 input.radio:empty ~ label { /*Radio*/
		margin-top: 0px;	
	}
	#successmessage,
	#successmessage.angebot {
		padding:0 15px 20px 15px;
	}

	
	/*INPUT - Formfelder spezifisch nach Anforderung -------*/
	#contact_form .datum {
		width: 30%;
		margin-bottom: 2px;
	}
	#contact_form .jahrvon,
	#contact_form .jahrbis {
		float: none;
		width: 96.5%;
		margin-right:0;
	}
	#contact_form select.optionen {
		float: none;
		width: 100%;
	}
	#contact_form .anrede {
		width: 22%;
	}
	#contact_form .titel {
		width: 73%;
	}
	#contact_form .gasttitel,
	#contact_form .gastname,
	#contact_form .gastdatum,
	#contact_form .name,
	#anmelde_form .name,
	#contact_form .name_sm,
	#contact_form .deckungssummefix,
	.form-group #hundneudatum,
	.form-group #hundvorversnr {
		float: none;
		width: 96.5%;
		margin-bottom: 2px;
		margin-right:0;
	}
	#contact_form .datetimehinweis {
		float: none;
		margin-bottom: 4px;
		margin-right:0;
		clear: right;
	}
	#contact_form .strasse,
	#contact_form .ort {
		width: 75%;
	}
	#contact_form .hausnummer,
	#contact_form .plz {
		width: 16.5%;
	}
	.form-group .code input {
		width: 30%;
	}
	
	/*Jagdhaftpflicht*/
	.form-wrapper .betrag-group.jagdhaftpflicht {
		display:block;
		position:relative;
		float:none !important;
		right: 0;
		margin:20px auto !important;	
	}
	
	/*Tages-Jagdhundunfall*/
	.form-group .inputhalf {
		width:auto !important;
		float:none !important;
		margin:20px auto !important;	
	}
	
	/*Jagdhundunfall*/
	.form-wrapper .betrag-group.jagdhundunfall {
		display:block;
		float:none !important;
		margin:20px auto !important;	
	}
	.form-group .text.neubeantragt {
		display:table; clear:both; float:none;
	}
	.form-group .tariftabelle div {
		width:auto !important;
	}
	.form-group .tariftabelle .col1 {
		margin-left: 40px;
	}
	.form-group .tariftabelle div:after {
		content:"|";
		padding:0 5px;
	}
	.form-group .tariftabelle div:last-child:after {
		content:"";
	}
	.hundewrapper .remove_field,
	.hundeliste .hundewrapper .remove_field {
		right: 0px;
    	top: 4px;
	}
	.hundewrapper .inputlarge{
		width: 96.5% !important;
	}
	.hundeliste .hundewrapper .inputlarge{
		width: 100% !important;
	}
	.hundewrapper input.hund {
		float:none !important;
		width: 100% !important;
		margin:0 0 2px 0 !important;
	}
	/*Jagdschule*/
	.form-wrapper .betrag-group.jagdschule {
		display:block;
		float:none !important;
		margin:0 auto !important;	
	}
	.form-group-text {
		margin: 20px 0 10px 0;
	}
	.form-wrapper .teilnehmerwrapper .nummerierung,
	.form-wrapper .ausbilderwrapper .nummerierung {
		width:96.5%;
		text-align:left;
	}
	.form-wrapper .teilnehmerwrapper .nummerierung:before {
		padding-right:3px;
		content:"Teilnehmer";
	}
	.form-wrapper .ausbilderwrapper .nummerierung:before {
		padding-right:3px;
		content:"Ausbilder";
	}
	.form-wrapper .teilnehmerwrapper input.teilnehmer,
	.form-wrapper .ausbilderwrapper input.ausbilder {
		float:none !important;
		margin-right:0 !important;
		margin-bottom:2px;
		width:96.5% !important;	
	}
	.form-wrapper .teilnehmerwrapper .remove_field,
	.form-wrapper .ausbilderwrapper .remove_field {
		right: 0px;
		z-index:999 !important;
	}
	/*Jagdschüler*/
	.form-wrapper .betrag-group.jagdschueler {
		display:block;
		float:none !important;
		margin:0 auto !important;	
	}

	/*Submit/Preis*/
	.form-wrapper .submitwrapper td {
		display:block;
	}
	.form-wrapper .submitwrapper td .largefont {
		display:block;
		font-size:50px;
		padding-top:10px;
	}
	.form-wrapper .submitwrapper td#submitTD {
		text-align:left !important;
		padding-left: 10px !important;
	}
	
	/*Angebot*/
	.fullwidthcontent .fullwidthform .form-group{
		margin: 5px 15px;
	}
	
	
}

/*========================================================================================= */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers)							*/
/*========================================================================================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
@media only screen and (max-width: 621px) { /*Übergang zu Handy Hochformat*/

	
}

/*========================================================================================= */
/* Mobile Portrait Size to Mobile Landscape Size -> HANDY's Hochformat						*/
/*========================================================================================= */
@media only screen and (max-width: 479px) {
	
	/*Formularwrapper*/
	#contact_form {
		padding:0px 15px 20px 5px;	
	}
	/*Button/Erfolgsmeldung*/
	.successwrapper table td { display:block; text-align:center; }
	.form-wrapper .submitwrapper td { 
		text-align:center !important;
	}
	.form-wrapper .submitwrapper td .btn { 
		width:100%;
	}
}

/*========================================================================================= */
/* Mobile: iOS Zoom bei Formularfeld-Focus verhindern										*/
/*========================================================================================= */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
