.zeiten-beratungen-wrapper{
   margin-top:80px;
}

.form-wrapper{
   padding:10px 0px;
}

.btn-fancy-outline{
   border:2px solid #e56f97;
   padding:5px 10px;
   text-decoration: none;
   margin-bottom:12px;
   display: inline-block;
   clear: both;
}

.btn-fancy-outline.active,
.btn-fancy-outline:hover{
   text-decoration: none;
   background:#e56f97;
   color:white;
}

.calendar-beratungen{
   width: 100%;
}

.calendar-beratungen-wrapper h3{
   text-align: center;
}

.calendar-beratungen-wrapper h3 div.center-title{
   display:inline-block;

}

.calendar-beratungen-wrapper th {
   text-align: center;
}
.calendar-beratungen-wrapper td{
   text-align: center;
}
.calendar-beratungen-wrapper td a.daypick {
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 50px !important;
   font-size: 1em;
   border-radius:50%;
   display: inline-block;
}

.calendar-beratungen-wrapper td a.daypick.date-today{
   color: #e56f97
}
/* .calendar-beratungen-wrapper td,
.calendar-beratungen-wrapper #year {
   font-family: monospace;
} */

.calendar-beratungen-wrapper td.hover a.daypick,
.calendar-beratungen-wrapper td a.daypick{
   text-decoration: none;
   cursor:default;
}
.calendar-beratungen-wrapper .highlight.active a.daypick,
.calendar-beratungen-wrapper .highlight.hover a.daypick{
   background: #e56f97;
   color:white;
   cursor:pointer;
   display:inline-block;
   text-decoration: none;
}

.calendar-beratungen-wrapper .highlight a.daypick{
   border:2px solid #e56f97;
   box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor:pointer;
}

.calendar-beratungen-wrapper #left {
   float:left;
}
.calendar-beratungen-wrapper #right{
   float:right;
}

.calendar-beratungen-wrapper #left,
.calendar-beratungen-wrapper #right{
   text-decoration: none;
}


/* Customize the label (the container) */
.fancy-checkbox {
   display: inline-block;
   position: relative;
   padding-left: 30px;
   margin-bottom:0;
   cursor: pointer;
   font-size: 1em;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   margin-right: 10px;
}
 
/* Hide the browser's default checkbox */
.fancy-checkbox input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}
 
/* Create a custom checkbox */
.fancy-checkbox .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 25px;
   width: 25px;
   background-color: #eee;
}
 
/* On mouse-over, add a grey background color */
.fancy-checkbox:hover input ~ .checkmark {
   background-color: #ccc;
}
 
/* When the checkbox is checked, add a blue background */
.fancy-checkbox input:checked ~ .checkmark {
   background-color: #e56f97;
}
 
/* Create the checkmark/indicator (hidden when not checked) */
.fancy-checkbox .checkmark:after {
   content: "";
   position: absolute;
   display: none;
}
 
/* Show the checkmark when checked */
.fancy-checkbox input:checked ~ .checkmark:after {
   display: block;
}
 
/* Style the checkmark/indicator */
.fancy-checkbox .checkmark:after {
   left: 9px;
   top: 5px;
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
} 

/* Customize the label (the container) */
.fancy-radio {
   display: inline-block;
   position: relative;
   padding-left: 30px;
   margin-bottom: 0px;
   cursor: pointer;
   font-size:1em;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   margin-right:10px;
}
 
/* Hide the browser's default radio button */
.fancy-radio input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}
 
/* Create a custom radio button */
.fancy-radio .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 25px;
   width: 25px;
   background-color: #eee;
   border-radius: 50%;
}
 
/* On mouse-over, add a grey background color */
.fancy-radio:hover input ~ .checkmark {
   background-color: #ccc;
}
 
/* When the radio button is checked, add a blue background */
.fancy-radio input:checked ~ .checkmark {
   background-color: #e56f97;
}
 
/* Create the indicator (the dot/circle - hidden when not checked) */
.fancy-radio .checkmark:after {
   content: "";
   position: absolute;
   display: none;
}
 
/* Show the indicator (dot/circle) when checked */
.fancy-radio input:checked ~ .checkmark:after {
   display: block;
}
 
/* Style the indicator (dot/circle) */
.fancy-radio .checkmark:after {
   top: 9px;
   left: 9px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: white;
} 

.inner-label{
    display: block;
    margin-top:-3px;
}


/* The container must be positioned relative: */
.custom-select select{
   width: 100%;
   height: 54px;
   border-radius: 0px;
   border: 0px;
   padding: 10px;
   background-color: #e56f97;
   color:white;
   -webkit-appearance: none;
   appearance: none;
   -moz-appearance: none;

}

.custom-select select::-ms-expand{
   display: none;
}

.custom-select select option:hover {
   background-color: #e56f97!important;
}

.custom-select:after {
   position: absolute;
   content: "";
   top: 17px;
   right: 25px;
   font-family: "icomoon" !important;
   /* speak: none; */
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   cursor: pointer;
   content: "";
   margin-left: 8px;
   color:white;
   pointer-events: none;
}

.anmelde-input{
   padding:5px 10px!important;
   margin-bottom:12px;
}

label[for="anmelde-dsgvo"]{
   margin-bottom:12px;
}

label[for="anmelde-dsgvo"] .inner-label{
   font-size: 0.8em;
}

.horizontal-label{
   margin-top: 12px;
   font-weight: bold;
   word-wrap: break-word;
   line-height: 1.2;
}

.wizard-lang,
.wizard-2,
.wizard-3,
.wizard-4,
.wizard-5,
.wizard-6{
   display:none;
}

a.daypick{
   color:#1D2430;
}

#anmelde-feld{
   display: none;
}

.border-error{
   border-color:red!important;
}

.background-error{
  background: red!important;
}

.text-error{
   color:red!important;
}

.alert-warning {
   color: #8a6d3b;
   background-color: #fcf8e3;
   border-color: #faebcc;
   padding: 10px;
   margin-bottom: 10px;
   font-size: 16px;
}

.hidden{
   display:none!important;
}

.alert-success {
   color: #3c763d;
   background-color: #dff0d8;
   border-color: #d6e9c6;
   padding:35px;
   margin-top:10px;
}

.tooltip {
	display: none; 
   position: absolute; 
   padding: 7px;
	color: #1D2430; 
   background-color: #fff; 
   /* border: 1px solid #777; */
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.25); 
   border-radius: 0px;
   width: 320px;
   font-size: 0.8em;
}

.tooltip-trigger{
   position: absolute;
   font-size: 25px;
   color: #dd4478;
   display: block;
   top: 11px;
   right: 26px;
   cursor: help;
}

.input-with-tooltip{
   padding-right:35px!important;
}