@import url("https://p.typekit.net/p.css?s=1&k=oix6khg&ht=tk&f=40023&a=1720831&app=typekit&e=css");

@font-face {
font-family:"active";
src:url("https://use.typekit.net/af/8bd1e4/00000000000000003b9b22bc/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/8bd1e4/00000000000000003b9b22bc/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/8bd1e4/00000000000000003b9b22bc/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

:root {
     --maincolor: #ac5493;
     /*Die Kundenhauptfarbe angepasst an die Webseite des Kunden.*/
     --maincolortransp: #daadcd;
     /*Die Hauptfarbe in einer transparenten Variante, findet z.B. in der Descriptionbox Anwendung*/
     --complimentcolor: #17728f;
     /*Komplimentärfarbe für verschiedene Bezeichner und Borders*/
     --complimenttransp: #17728f1a;
     /*Komplimentärfarbe in einer transparenten Variante, für z.B. Infobox mit Telefonnummer*/
     --secondcolor: #793b67;
     /*2. Farbe zum Beispiel für Button*/
     --shadowcolor: #000;
     /*Schattenfarbe für Boxen und Button*/
     --darkgrey: #737373;
     /*für allgemeine Schriftfarbe Form-Felder 1. Seite, Überschriften 2. Seite*/
     --middlegrey: #999;
     /*Schriftfarbe für Placeholder-Bezeichnungen der Formfelder*/
     --greyongrey: #666;
     /*dunklere Schriftfarbe Grau auf Grau*/
     --alertcolor: #b30000;
     /*Warnmeldungen*/
     --alertcolortransp: #b300001a;
     /*abgeschwächte Warnmeldung*/
     --contentcolor: #fff;
     /*Hintergrundfarbe des eigentlichen Formulars*/
     --summaryBackground: #b9b5b5;
     /*Hintergrundfarbe der Summary-Box*/
     --nearlyblack: #222;
}
.tk-active { font-family: "active",sans-serif; }

/*.header-bar-element{
    background-color:#fff !important;
    color:#d80b30 !important;
    }*/
    
.activities-container{
    border:1px dashed #96c11f;
}

.activities-header{
    font-family: active, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:50px;
}

.activity-value{
    color:#96c11f;
}

.activities-element:hover{
    background:#5f5f5f;
    
}

.category-element:hover{
    background:#5f5f5f;    
}

div.category-description.ng-binding.ng-hide {
    /* wenn die Beschreibung immer aufgeklappt angezeigt werden soll, dann display: block !important */
    display:inherit;
}

body {
    background-color: var(--backgroundcolor);
    font-family: 'robotoregular', 'Open Sans', 'sans-serif';
    letter-spacing: 0.02em;
}

.activities-header {
    color: var(--darkgrey); 
    background-color: var(--complimentcolor);
}

.activities-container {
    border-color: var(--maincolor);
    border-radius: 5px;
}

.activities-element {
    padding: 0;
}

.activity-value {
    color: var(--maincolor);
    display: block;
    padding: 10px 5px;
}

.activity-value:hover {
    color: #96c11f;
}

.activities-element:hover {
    color: var(--complimentcolor);
}

.category-element {
    padding:0;
}

.category-element:hover {
    background-color: var(--complimenttransp);
    color: var(--maincolor) ;
}

.category-description {
    padding-left:30px;
    font-size:60%;
    line-height: 1.2em;
}

.category-description a {
    color: var(--complimentcolor);
}

.info-icon.category-info {
    padding: 0;
    position: relative;
    top: -34px;
    right: 0;
}

.owner .task-element .fa-bars {
    display: block !important;
}

.owner #date-preview.show {
    display: block !important;
}

.owner .footer-content:nth-child(1) {
    top: 0;
    margin-right: 0;
}

b, strong {
    font-weight: bold;
}

i {
    text-decoration: italic;
}

u {
    text-decoration: underline;
}


/* Emden */
.activities-header {
    background: transparent !important;
    color:#bbb !important;
}

.activity-value {
    color: #96c11f;
}

.activity-value:hover {
    color: #96c11f;
}

.activities-element:hover {
    color: #96c11f;
    background: #5f5f5f;
}

.category-element {
    padding:0;
}

.category-element:hover {
    color: #96c11f;
    background: #5f5f5f;
}

.category-element a:hover {
    color: #fff;
}

i {
    margin-right: 4px;
}

.category-description a {
    color: #96c11f;
}

.category-description a:hover {
    color: #fff;
}

@media (max-width: 600px) {
.activities-header {
    font-size: 30px;
}
}


body {
     background-color: transparent;
       font-size:1.0em; 
}

.container {
    background-color: transparent;
}

.header,
.footer {
     background-color: var(--maincolor);
     color: #ffffff;
}

.footer {
     min-height: 4em;
}

.layout {
     box-shadow: 5px 5px 10px #c5c5c5;
}

.margin-bottom-30 {
margin-bottom:30px;
}

.select:hover, .select:focus {
    background-color: var(--maincolortransp);
}

.select select {
    font-size: 90%;
}
 
.summary {
     margin-top: 10px;
     font-size:1.0em;
}

.duration_label:before {
    min-width:100px;
}

.content {
     background-color: var(--contentcolor);
     padding-bottom:0;
}
.content-block {
    margin-left: 3%;
    margin-right: 3%;
}

#final .content-block {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.clock-warning {
     color: white !important;
     background-color: orange !important;
     border-radius: 5px;
}

.clock-danger {
     color: white !important;
     background-color: #b92d29 !important;
     border-radius: 5px;
}

.header-bar-element {
     padding: 10px 15px;
     background-color: #4caf50;
     border: 2px solid #fff;
     border-radius: 5px;
     display: block;
     position: relative;
     color: #fff;
}

.owner .layout {
     box-shadow: 0 0;
}

.cwProgressBar {
    clear: both;
    text-align: center;
    color: var(--secondcolor);
    padding: 0;
    margin: 20px 0 10px 0;
}

.cwProgSteps {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cwProgStepItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cwProgStepItem div,
.cwProgStepItem span {
    margin-bottom: 5px;
}

.cwProgStepPath {
    flex-grow: 1;
    border: 1px solid var(--maincolor);
    margin: 0 5px;
}

.cwProgStep div,
.cwProgStepActive div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--maincolortransp);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: var(--maincolor);
    font-weight: bold;
    box-shadow: 4px 4px 6px -4px #333;
}

.cwProgStepActive div {
    background-color: var(--maincolor);
    color: #fff;
    box-shadow: 5px 5px 8px -3px #333;
}

.cwProgStep_tag {
       font-size: 90%;
    font-weight: medium; 
}

.cwProgStepActive_tag {
    font-size: 90%;
    font-weight: bold;
}

.cwProgStepCircle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px; /* Größere Breite */
    height: 30px; /* Größere Höhe */
}

.cwProgStepCircle.active {
    background-color: var(--maincolor);
    color: #fff;
    box-shadow: 5px 5px 8px -3px #333;
}

.cwProgStepCircle.inactive {
    background-color: var(--maincolortransp);
    color: var(--maincolor);
    box-shadow: 4px 4px 6px -4px #333;
}

.cwOldProgressBar {
     width: 100%;
     text-align: center;
     line-height: 20px;
     font-size: 300%;
}

.cwOldProgStep {
     width: 10%;
     display: inline-block;
     text-align: center;
     margin: 0 auto;
     color: var(--maincolor);
     opacity: 0.5;
}

.cwOldProgStepActive {
     width: 10%;
     display: inline-block;
     text-align: center;
     color: var(--maincolor);
}


.progressP2 {
    padding-top: 30px;
}

#datum .date-content {
    min-height: 1.6em;
}

#preDatum {
    font-weight: bolder;
    color: var(--maincolor);
    line-height: 2.5em;
    text-align: right;
}

#datum, #alleys, #persons, #start, #duration {
    margin-bottom: 10px;
}

#persons {
    margin-bottom: 10px;
}

#persons.rightfloat, #duration.rightfloat {
    margin-top: 3px;
}

#isWithBumper {
    margin-bottom: 10px;
}

.bumpertext {
    color: #fff;
    font-size: 90%;
}

.date-row {
     font-style: normal;
     min-height: 2em;
     margin-bottom:4px;
}

.date-content {
     font-style: normal !important;
}

#date-footer {
    padding-bottom:0;
}

.content-header {
     border-bottom: 0 !important;
}

.date-prefix {
     display: none !important;
}

.date-row .date-content {
     margin-left: 0 !important;
     margin-right: 0 !important;
     color: var(--darkgrey);
     min-height: 1.3em;
     font-size: 1.2em;
     margin-top: 4px;
}

.summary {
     font-style: normal !important;
     margin-left: 1px;
     margin-bottom: 20px;
     color: var(--greyongrey);
}

.leftfloat {
    clear:both;
    width:45%;
    float:left;
    min-height: 1.2em;
    /*margin-top:1px;*/
}

.rightfloat {
    clear:none;
    width:45%;
    float:right;
    margin-top:0;
}

.leftfloat .date-row, .rightfloat .date-row {
    min-height:2.5em;
}

.leftfloat .date-content, .rightfloat .date-content {
    min-height:1.2em;
    margin-top:0;
}
.summary-content {
     padding-top: 0;
     padding-bottom: 0.5em !important;
     border-top: 1px solid #aaa;
     border-bottom: 1px solid #aaa;
     background-color: var(--summaryBackground);
}

.summary-content .fa-arrow-circle-o-left:before {
     content: "\f044" !important;
}

.summary-content .fa-arrow-circle-o-left {
     float: right !important;
     padding: 6px;
     border-radius: 10px;
     background-color: var(--secondcolor);
     color: #fff;
     border-color: var(--secondcolor);
     box-shadow: 6px 6px 10px -4px var(--shadowcolor);
     margin-top: 20px;
     font-size: 180%;
}

.fa-arrow-circle-o-right {
    margin-right: 0.8em;
    margin-top: 0.5em;
}

.fa-arrow-circle-o-right:before {
     content: "\f18e";
     background-color: var(--secondcolor);
     padding: 5px 7px 5px 7px;
     border-radius: 10px;
     border-style: solid;
     border-color: var(--secondcolor);
     box-shadow: 6px 6px 10px -4px var(--shadowcolor);
     cursor: pointer;
     color:#fff;
}

.cwBackbutton .fa-arrow-circle-o-left:before {
    content: "\f190";
    background-color: var(--secondcolor);
    padding: 5px 7px 5px 7px;
    border-radius: 10px;
    border-style: solid;
    border-color: var(--secondcolor);
    box-shadow: 6px 6px 10px -4px var(--shadowcolor);
    cursor: pointer;
}

/*#errorDefault > div.footer.ng-scope > div > i:after {
    content: "Neue Reservierung";
    font-size: 50%;
    font-family: 'robotoregular', 'Open Sans';
    cursor: pointer;
    padding-left: 10px;
}*/

/*#final > div.footer.ng-scope > div > i:after {
    content: "Neue Reservierung";
    font-size: 50%;
    font-family: 'robotoregular', 'Open Sans';
    cursor: pointer;
    padding-left: 10px;
}*/

#final-danke {
    margin-top: 20px;
}

.fa-home-left:before {
     content: "\f015";
     background-color: var(--secondcolor);
     padding: 5px;
     border-radius: 10px;
     border-style: solid;
     border-color: var(--secondcolor);
     box-shadow: 6px 6px 10px -4px var(--shadowcolor);
}

.content-header {
     font-style: normal !important;
     margin-bottom: 0 !important;
     text-transform: uppercase;
     font-size:120%;
     color:var(--darkgrey);
}

.form-input span,
.form-textarea span {
     font-style: normal !important;
     font-size: 90%;
     color:var(--middlegrey);
}

.form-input input {
     color: var(--darkgrey) !important;
     background-color: transparent;
}

.form-kontakt {
     padding-bottom: 0 !important;
     padding-top: 30px !important;
     min-height: 1.3em !important;
     font-size: 120%;
     font-style: normal !important;
     text-transform: uppercase;
     color:var(--darkgrey);
}

#summary-data_2 {
     margin-bottom: 20px !important;
     padding-top: 0 !important;
     margin-top: 0 !important;
}

.summary-content-date {
    width: 90%;
}

.form-agb {
     position: relative;
     border: 0;
}

#customCheckbox {
    clear: both;
    margin-bottom: 0;
    min-height: 2.5em;
    color: var(--maincolor) !important;
}

#dataProtectionText {
     position: relative;
     border: 0;
}

#dataProtection label {
     position: relative;
     border: 0;
}

.form-agb label {
     border: 0 !important;
}

#backTostart {
    padding: 0;
    margin-top: 20px;
}

#backTostart i {
    font-size: 200%;
}

.form-agb {
     color: #527ba9 !important;
     margin-left: 1px;
}

.form-agb-text {
     font-size: 70% !important;
     color: #527ba9 !important;
     margin-left: 3em !important;
     margin-top: 0 !important;
}

.form-text a {
    color: #ccc;
}

#cus-notizen textarea {
     height: 150px !important;
     border: 1px dashed #aaa !important;
     color: var(--darkgrey) !important;
     background-color: var(--notesBackground);
}

#cus-notizen {
     position: relative;
     margin-top: 20px;
}

#cus-optional1 {
     position: relative;
     left: -31px;
     margin-left: 0;
     color: var(--darkgrey);
}

#input-cus-optional1 label {
     margin-left: 2em !important;
     padding-top: 0 !important;
     border: none;
}

#cus-optional1 label {
     margin-left: 2em !important;
     padding-top: 0 !important;
     border: none;
}

.form-checkbox label {
    border: none;
    display: block;
    padding-bottom: 0.5em;
    cursor: pointer;
}

.form-text {
     padding-top: 0 !important;
}

.form-kontakt {
     padding-top: 20px !important;
}

.final-danke {
     font-weight: normal !important;
}

.final-danke2 {
     font-weight: normal !important;
}

#error-row1 {
     font-style: normal !important;
     text-align: center !important;
     line-height: 24px !important;
     font-size: 16px !important;
     color: #850000 !important;
     margin-bottom: 20px !important;
}

#error-row2 {
     font-style: normal !important;
     text-align: center !important;
     line-height: 24px !important;
     color: #850000 !important;
     margin-bottom: 20px !important;
     font-size: inherit;
}

.cw-usageWarning {
     padding: 10px;
     background: var(--alertcolor);
     color: #fff;
     margin-top: 10px;
     margin-bottom: 30px;
     border-radius: 10px;
     box-shadow: 8px 8px 16px #c4c4c4, -8px -8px 16px var(--contentcolor);
     line-height: 1.2em;
}

.cw-usageWarning h2 {
     font-weight: bold;
}

.alertbox {
     clear: both;
     padding: 10px;
     background: var(--alertcolor);
     text-align: center;
     color: #fff;
     border-radius: 10px;
     box-shadow: 4px 4px 8px #c4c4c4, -4px -4px 8px var(--contentcolor);
     cursor: pointer;
}

.alertbox h2 {
     font-weight: bold;
}

.alertbox span {
     font-weight: normal;
     font-size: 100%;
}

.alertbox .small {
     font-weight: normal;
     font-size: 80%;
}

.cwUsageBar {
     display: inline-block;
     margin-top: 10px;
     margin-bottom: 10px;
     width: 99%;
     border-radius: 5px;
     background: linear-gradient(to bottom, #6495ed33, #6495ed40);
     padding: 2px;
}

.cwUsageBarPart1 {
     width: 35%;
     height: 7px;
     background-image: linear-gradient(0.25turn, #a2f266, #c5f266);
     border-radius: 5px;
}

.cwUsageBarPart2 {
     width: 65%;
     height: 7px;
     background-image: linear-gradient(0.25turn, #a2f266, #f2b666);
     border-radius: 5px;
}

.cwUsageBarPart3 {
     width: 90%;
     height: 7px;
     background-color: red;
     background-image: linear-gradient(0.25turn, #a2f266, #f266a2);
     border-radius: 5px;
}

.cwUsageHeader {
     margin: 0;
     color: var(--darkgrey);
     font-size: 80%;
     margin-bottom: 10px;
}

.cwBackbutton {
     padding: 0;
     font-size: inherit;
     color: #ffffff;
     margin: 0;
     margin-top: 20px;
     float: left;
}

.cwBackbutton a {
    outline: none;
}

.callbox {
     /*display: flex;*/
     justify-content: center;
     color: var(--maincolor);
}

.callbox span {
     line-height: 1.5em;
}

.callboxLine2 {
    text-decoration: underline;
    font-weight: bold;
    line-height: 1.5em;
}

.callboxLine3 {
    line-height: 1.2em;
    font-size: 90%;
}

.cb-phone {
     font-weight: bold;
}

.footer {
     cursor: inherit;
}

.footer > div {
     padding: 0em;
}

.form-infobox {
     padding: 1% 5% 1% 5%;
     color: var(--darkgrey);
     text-align: center;
     min-width: 50%;
     border-radius: 10px;
     background: var(--contentcolor);
     box-shadow: 2px 2px 10px #c4c4c4, 0px 0px 2px var(--middlegrey);
     display: table;
     margin-left: auto;
     margin-right: auto;
}

.form-infobox a {
     color: #3d3d3d;
}

.form-infobox a:hover {
     text-decoration: underline;
}

.footer-content:nth-child(1) {
    font-weight: bold;
    padding: 0;
    position: relative;
    /* top: -20px; */
    margin-right: 0px;
    left: 0%;
    width: 200px;
    float: right;
    line-height: 4em;
}

.active.footer-content:nth-child(1)::after {
     content: ", hier geht's lang \00a0 \00a0 \00a0";
}

.footer-content {
     width: 60%;
     left: 30%;
}

.active.footer-content::after {
     content: ", hier geht's lang \00a0 \00a0 \00a0";
}

.vortext::before {
     content: "    ";
}

.vortext {
     font-style: italic;
}

.calculate_box {
     background-color: var(--maincolortransp);
     padding: 5px 15px 5px 15px;
     border-style: solid;
     border-radius: 10px;
     border-color: var(--maincolor);
     border-width: 1px;
     font-style: normal;
     font-size: 80%;
     width: 89%;
     max-width: 600px;
     line-height: 1.4em;
     margin-left: auto;
     margin-right: auto;
}

.alert {
     background-color: darkred;
     color: #fff;
     border-color: darkred;
}

.good {
     background-color: darkgreen;
     color: #fff;
     border-color: darkgreen;
}

.calculate_box_header {
     color: var(--darkgrey);
     font-style: normal;
     padding-bottom: 1%;
}

#date-preview {
    clear:both;
    display: block;
    margin-bottom:20px;
    margin-top: 10px;
    padding-top: 10px;
}

#date-preview.show {
    display: block;
}

.canvas-box {
     /*box-shadow: 2px 2px 10px #c4c4c4,
                -2px -2px 10px  var(--contentcolor);*/
     margin-bottom: 20px;
     margin-top: 10px;
}

.cwCustomerMap iframe {
     width: 100%;
     frameborder: 0;
     border: 0;
     margin-top: 10px;
}

.cwCustomerMap.show {
    display: block;
}

.task-element.show {
     display: block;
}

.description_box.show {
    display: block;
}

.description_box {
     border-radius: 10px;
     background: var(--maincolortransp);
     box-shadow: 6px 6px 12px #c4c4c4, -6px -6px 12px var(--contentcolor);
     margin-bottom: 3%;
}

.description_box td.main {
     width: 97%;
}

.description_box td.cat {
     width: 3%;
     border-style: solid none solid none;
}

.description_box_header {
     color: var(--maincolor);
     padding: 5px 15px 5px 15px;
     text-transform: uppercase;
     line-height: 1.6em;
     border-radius: 10px 0 0 10px;
     border-style: solid;
     vertical-align: middle;
     text-align:left;
}

.description_box_text {
     color: var(--maincolor);
     font-style: normal;
     font-size: 90%;
     padding: 0 15px 5px 15px;
     font-weight: normal;
     text-transform: none;
     line-height: 1.6em;
}

.description_box p {
    margin-top: 4px;
    text-align: left;
}

.description_box table {
     width: 100%;
     border-spacing: 0;
}

.description_box th {
    font-weight:bold;
    padding: 3px;
    text-align:center;
}
.description_box td {
    padding: 1px;
    text-align: left;
}

.description_box_header .zero {
     font-weight: normal;
}

.description_box_header .first {
     font-size: 90%;
     font-weight: normal;
}

.description_box_header .second {
     font-size: 80%;
     font-weight: normal;
}

.description_box_header .third {
     font-size: 80%;
     font-weight: normal;
     font-style: italic;
}

.description_box_text li {
    margin-left: 20px;
    font-size: 80%;
    line-height: 1.3em;
    text-align: left;
}

.lineover {
     border-top: dashed;
}

.reserv_for {
     margin-top: 20px;
}

.group-cat {
     padding-top: 5px;
     font-size: 90%;
     padding-bottom: 10px;
}

.fa-p3 {
     padding: 8px !important;
     font-size: 150% !important;
     margin-right: 20px !important;
}

.fa-p3.date {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
}

.fa-p3.data {
     margin-top: -5px !important;
     margin-bottom: 0 !important;
}

.sum-p3-date {
     color: var(--greyongrey);
     border-bottom: none;
     padding-bottom: 1px !important;
     cursor: pointer;
}

.sum-p3-data {
     color: var(--greyongrey);
     border-top: none;
     padding-top: 1px;
     cursor: pointer;
}

.form-icon-checkbox {
     font-size: 120%;
     cursor: pointer;
}

.mail-error-box {
     border: 1px solid var(--alertcolor);
     padding: 12px 25px 12px 25px;
     color: #333;
     text-align: center;
     min-width: 50%;
     border-radius: 10px;
     background: var(--alertcolor);
     box-shadow: 2px 2px 10px #c4c4c4,
                -2px -2px 10px  var(--contentcolor);
     display: table;
     margin-left: auto;
     margin-right: auto;
     font-size: 90%;
}

.form-checkbox .error.error-top {
     margin-top: -2em;
     margin-left: 2em;
}

.error {
     transition: all 1s;
     opacity: 0;
     display: none;
     position: absolute;
     z-index: 10000;
     min-width: 10em;
     color: red;
     background-color: #ffdddd;
     padding-left: 0.5em;
     padding-right: 0.5em;
     margin-right: 1em;
     border-radius: 4px;
}

.error.error-top {
     margin-top: -1.9em;
     margin-left: 2em;
}

.error .error-message {
     padding: 7px;
}

.error .error-message span {
     color: #333 !important;
}

/*#captcha > div.footer.ng-scope > div > div > span > div:nth-child(1) {
     font-weight: bold;
     padding: 20px;
     position: relative;
     top: -40px;
     width: 100%;
}*/

.captcha-input-box input {
     width: 99%;
     height: 100%;
     display: block;
     color: var(--darkgrey);
     text-align: center;
     border: 1px solid #ccc;
     border-bottom: 0.1em dotted #ccc;
}

.captcha-text {
     font-size: 150%;
     line-height: 1.3em;
}

.category-description a {
    color:darkblue !important;
}

.description_box a {
    color:darkblue !important;
}

.p3extratext {
    clear: both;
    margin-top: 10px;
    color: var(--maincolor);
    font-weight: bold;
}

.own_select {
    clear: both;
    float: left;
    margin-top: 0;
    min-width: 45%;
    display: inline-block;
    width: 45%;
    margin-bottom:10px;
}

.own_select span {
    color: var(--maincolor);
}

.dinerpersons {
    float: right;
    margin-top: 0;
    min-width: 20%;
}

.dinerpersonstext {
    float: left;
    display: inline-block;
    margin-left: 10%;
    width: 25%;
    font-size: 90%;
    line-height:2em;
}

.dinerpersonstext span {
    min-height: 2em;
}

.dinertimeValue {
    float: right;
    display: inherit;
    justify-content: revert;
    width: 45%;
    vertical-align: baseline;
    color: var(--complimentcolor);
    line-height: 2em;
}

#birthdayChildName {
    margin-bottom:20px;
}

#birthdayChildAge {
    font-size: 0.8em;
    margin-bottom:20px;
}

.category.age-select .date-row .date-content {
    font-size:1.4em;
    line-height:0.8em;
    padding-top:0;
}

.age-select .date-row .btn-over {
    line-height: 1em;
    min-height: 0.8em;
}

.age-select .date-row {
    min-height:1.3em;
    margin: 0;
}

.age-select .date-content, .age-select .btn-over {
    min-height:1em;
}

.age-select .error-message span {
    font-size: 75%;
}

.age-select span.ng-scope {
    font-size: 90%;
    line-height: 1.7em;
    color: var(--middlegrey)
}

.age-select .selectbox-value {
    line-height: 1em;
}

.age-select .error-top {
    margin-top: -58px;
}

.age-select .error-message span {
    font-size: 100%;
}

.hideDate {
    width: 100%;
    margin-left:0 !important;
    margin-right:0 !important;
    color:#545453 !important;
    border-bottom: 1px dashed #545453;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:1.4em !important;
}

.hideDate:hover {
    cursor:pointer;
}

/*#datum {
    min-height: 2.5em;
}*/

#datum .btn-over {
    min-height: 1.7em;
}

#start.rightfloat .btn-over {
    min-height: 1.8em;
    padding-top:2px;
}

#start.rightfloat .btn-over span span {
    line-height: 1.7em;
}

.date-row .btn-over {
    min-height: 1.5em;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#makeVisibleBtn {
    margin-bottom: 8px;
    background-color: greenyellow;
    height: 2.2em;
}

#makeVisibleBtn div {
    font-weight: bolder;
    color: var(--darkgrey);
    border: 2px solid var(--darkgrey);
    padding: 5px;
    width: 96%;
    padding-bottom: 0;
    height:1.2em;
}

#makeVisibleBtn:hover {
    background-color: var(--complimenttransp);
}

.show.onlyMobile {
    display: none !important;
}
.hide.onlyMobile {
    display: none !important;
}

#customPersonsWarning {
    line-height: 2em;
    color: var(--maincolor);
}

#customPersons {
    clear:both;
}


#customSelectbox {
    clear:both;
}


.sum-date-title {
    text-transform: uppercase;
}

.sumline {
    text-transform: none;
}

.finalButton .footer-content:nth-child(1) {
text-align: right;
    font-weight: normal;
    padding: 0;
    position: relative;
    top: 0;
    margin-right: 0;
    left: 0;
    width: 200px;
    float: none;
    display: inline-block;
    /* margin-top: 25px; */
    line-height: 4em;
}

.captchaButton .footer-content:nth-child(1) {
text-align: right;
    font-weight: normal;
    padding: 0;
    position: relative;
    top: 0;
    margin-right: 0;
    left: 0;
    width: 200px;
    float: none;
    display: inline-block;
    /* margin-top: 25px; */
    line-height: 4em;
}

.errorButton .footer-content:nth-child(1) {
    text-align: right;
    font-weight: normal;
    padding: 0;
    position: relative;
    top: 0;
    margin-right: 0;
    left: 0;
    width: 200px;
    float: none;
    display: inline-block;
    /* margin-top: 25px; */
    line-height: 4em;
}

#customPersonList2 > div > span.date-content.select > div > span.selectbox-value > span.ng-binding.ng-scope {
    display:none;
}

#duration > span.ng-binding.ng-scope {
    float: right;
    margin-top: -2.2em;
    margin-right: 30%;
    color: var(--darkgrey);
    position: relative;
    font-size: 80%;
}

.newDate {
    line-height: 2em;
    color: var(--alertcolor);
    font-weight: bold;
}

#differentBeginText {
    clear: both;
    color: var(--darkgrey);
}


@media (max-width: 600px) and (orientation:portrait) {
html { 
    font-size: 75%; 
}
.loader {
    top: 2em;
    left:25%;
    right:25%;
}
.cwCustomerMap.show {
    display:none !important;
}
.cwProgressBar {
    display:none !important;
}
.task-element.show {
     display: none !important;
}
.clock-container-min {
    margin-top:-5px;
}
.description_box {
    width:100%;
}

.description_box.smallbox {
    font-size: 90%;
    width:100%;
}

.description_box_header {
    line-height: 1.1em;
}
#datum {
    min-height:1.8em;
    margin-bottom:0;
}
#datum .date-content {
    min-height:1.8em;
}
.date-row {
    min-height: 2em;
    display: block;
    margin-top: 0;
    padding-top: 4px;
}
.group-cat {
    font-size: 75%;
}
.sum-date-title, .sumline {
    font-size: 95%;  
}
.summary {
     margin-top: 0;
     margin-bottom: 10px;
}
.summary-content .fa-arrow-circle-o-left {
    margin-top: 10px;
}
.form-kontakt {
    padding-top: 10px !important;
}
.fa-p3 {
    padding: 6px !important;
}
#date-preview.show {
        display: none !important;
}
.cwOldProgressBar {
    line-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content {
    padding-bottom:0;
}
.content-footer {
    margin-top: 0;
    padding-bottom: 0;
}
.cwBackbutton {
    margin-top:16px;
}
.error .error-message {
    padding: 4px;
    font-size:80%;
}
.error.error-top {
    margin-left: 0em;
}
.error {
    min-width: 8em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}
#cus-optional1 {
    left: -19px;
}
#cus-notizen textarea {
    height: 80px !important;
}
.description_box_header .zero {
     font-size: 80%;
}
.description_box_header .first {
     font-size: 75%;
}
.description_box_header .second {
     font-size: 70%;
}
.description_box_header .third {
     font-size: 70%;
}
#dataProtection > label > div > div.error-message > span {
    font-size:120%;
}
.captcha-input-box input {
    width: 92%;
}
.own_select {
    font-size:80%;
}
.dinerpersonstext {
    line-height: 1.2em;
}
.age-select .error-message span {
    font-size: 90%;
}
.category.age-select .date-row .date-content {
    font-size:1.2em;
}
#duration > span.ng-binding.ng-scope {
    margin-top: -2em;
    margin-right: 0%;
}
#duration.rightfloat {
    margin-top:0;
}
#persons.rightfloat {
    margin-top:0;
}
#backTostart{
    margin-top: 16px;
}
.newDate {
    font-size:90%;
}
}

@media (max-width: 900px) {
.summary-content .fa-arrow-circle-o-left {
    margin-top:10px;
}
.clock-container-min {
    margin-top:-5px;
}

.hide-mobile {
    display: none !important;
}
.show-mobile {
    display: inline-block !important;
    width:100%;
}
.ng-hide.show-mobile {
    display: inline-block !important;
    width:100%;
}
.smallbox {
    width: 100%;   
} 
.form-agb {
    margin-left: 0;
}
}

@media (max-width: 768px) {
.cwProgressBar {
    display: none;
}
.show.onlyMobile {
    display: inline-block !important;
    width:100%;
}
.hide.onlyMobile {
    display: none !important;
}
}

@media (max-width: 900px)  and (orientation:landscape)  {
html { 
    font-size: 80%; 
}
.cwBackbutton {
    margin-top:14px;
}
.description_box_header {
      line-height:1.1em;
}  
.description_box_header .zero {
     font-size: 120%;
}
.description_box_header .first {
     font-size: 80%;
}
.description_box_header .second {
     font-size: 70%;
}
.description_box_header .third {
     font-size: 70%;
}
#cus-optional1 {
    left: -20px;
}
.captcha-input-box input {
    width: 92%;
}
}

@media (min-width: 600px) {
.header {
    border-bottom: 1px solid var(--complimentcolor);
}
.footer {
    border-top: 1px solid var(--complimentcolor);
}
}

@media (min-width: 768px) and (orientation: landscape) {
.owner .container {
    width: 100%;
}
.owner #previewCanvas {
    height: 100%;
}
.error {
    font-size: 120%;
}
}



/* Special CSS Emden */
.layout {
    box-shadow: none;
    border: 1px solid var(--maincolor);
}
.content {
    background-color: transparent;
}

.form-input span{
    color:#999;
}

.form-infobox {
    box-shadow: none;
}

.rightfloat {
    width: 49%;
}

.description_box {
     border-radius: 10px;
     background: var(--maincolortransp);
     box-shadow: none;
     margin-bottom: 3%;
}

.description_box td.main {
     width: 97%;
}

.description_box td.cat {
     width: 3%;
     border-style: solid none solid none;
}

.description_box_header {
     color: var(--nearlyblack);
     padding: 5px 15px 5px 15px;
     text-transform: uppercase;
     line-height: 1.6em;
     border-radius: 10px 0 0 10px;
     border-style: solid;
     vertical-align: middle;
}

.description_box_text {
     font-style: normal;
     font-size: 90%;
     padding: 0 15px 5px 15px;
     font-weight: normal;
     text-transform: none;
     line-height: 1.6em;
}

.description_box table {
     width: 100%;
     border-spacing: 0;
}

.description_box_header .zero {
     font-weight: normal;
}

.description_box_header .first {
     font-size: 90%;
     font-weight: normal;
}

.description_box_header .second {
     font-size: 80%;
     font-weight: normal;
}

.description_box_header .third {
     font-size: 80%;
     font-weight: normal;
     font-style: italic;
}

.description_box a {
    color:darkblue !important;
}

.date-row .date-content {
    color: var(--maincolortransp);
    border: 1px solid var(--maincolor);
    padding: 8px 4px 0px 4px;
    text-align: center;
    line-height: 1.0em;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 2px;
}

.date-row .date-content:hover {
    color: var(--nearlyblack);
}


#datum .date-content {
    border: 1.5px solid var(--maincolor);
    padding: 4px;
    border-radius: 8px;
    text-align: center;
}

#datum .btn-over:before {
    content: "\f073";
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    padding: 6px 4px 0px 4px;
}

#start .btn-over:before {
    content: "\f017";
    font: normal normal normal 28px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: -4px 4px 0px 4px;
}

#duration .btn-over:before {
    content: "\f07e";
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: -2px 4px 0px 4px;
}

#alleys .btn-over:before {
    content: "\f018";
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: -2px 4px 0px 4px;
}

#persons .btn-over:before {
    content: "\f0c0";
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: -2px 4px 0px 4px;
}

#customPersonList1 .btn-over:before {
    content: "\f1ae";
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: -2px 4px 0px 4px;
}

#customPersonList2 .btn-over:before {
    content: "\f007";
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: -2px 4px 0px 4px;
}

span.date-content.select:after {
    content: "\f13a";
    font-size: 1em;
    font: normal normal normal 18px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    display: inline-block;
    margin-top: -28px;
    margin-right: 5px;
}

#birthdayChildAge span.date-content.select:after {
    margin-top: -25px;
}

#birthdayChildAge .btn-over span span {
    vertical-align: middle;
    line-height: 1.8em;
}

.newDate {
    color: var(--middlegrey);
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 45%;
    text-align: center;
    padding: 8px;
    line-height: 1.6em;
}

.form-nachname {
    width: 49%;
}

#zipcode.form-vorname {
    width: 15%;
    max-width: 100px;
}

#city.form-nachname {
    width: 80%;
}

.preview-inner-container {
    box-shadow: none;
    border-radius: 8px;
}

.cwCustomerMap iframe {
    border-radius: 8px;
}

.cwProgStepActive_tag {
    color: #fff;
}

.cwProgressBar {
    color: var(--middlegrey);
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.summary {
    color: var(--nearlyblack);
}

#data-summ .summary-content {
    border-radius: 8px;
}

#summary-date.summary-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#summary-data.summary-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sum-p3-date {
    color: var(--nearlyblack);
}

.sum-p3-data {
    color: var(--nearlyblack);
}

.content-header {
    font-family: active, sans-serif;
    font-weight: 400;
    font-size: 1.4em !important;
    text-transform: none;
    color: var(--middlegrey);
    font-style: normal !important;
    margin-bottom: 0 !important;
}

.form-kontakt {
    font-family: active, sans-serif;
    font-weight: 400;
    padding-bottom: 0 !important;
    min-height: 1.5em !important;
    font-size: 1.4em !important;
    font-style: normal !important;
    text-transform: none;
    color: var(--middlegrey);
}

.form-input input {
    color: var(--nearlyblack) !important;
    background-color: #f7caea;
    border-radius: 4px;
    border-bottom:none;
}

#cus-notizen textarea {
    color: var(--maincolortransp) !important;
}

.catering a {
    color:var(--maincolor);
}

#hinweis_teamevent.content-header.teamevent {
    color: var(--maincolor);
    font-size: inherit !important;
    font-family: inherit;
    padding: 8px;
    margin-bottom: 20px !important;
    border: 1px solid var(--maincolor) !important;
    border-radius: 4px;
    line-height: 1.2em;
}

#hinweis_teamevent.content-header.teamevent h2 {
    font-size: 120%;
    font-weight: bolder;
    line-height:1.4em;
}

.catering button {
    font-size: 18px;
    color: #fff;
    background-color: var(--maincolor);
    padding: 8px;
    min-width: 200px;
    border-radius: 4px;
    cursor: pointer;
}
.catering button:hover {
    color: var(--maincolor);
    background-color:#fff;
}

.alertbox {
    padding: 8px;
    background: var(--alertcolor);
    text-align: center;
    color: #fff;
    border-radius: 8px;
    box-shadow: none;
}

.alertbox h2 {
     font-weight: bold;
}

.cw-usageWarning {
     padding: 10px;
     background: var(--alertcolor);
     color: #fff;
     margin-top: 10px;
     margin-bottom: 30px;
     border-radius: 10px;
     box-shadow: none;
     line-height: 1.2em;
}

.cw-usageWarning h2 {
     font-weight: bold;
}

.form-agb {
    color: var(--maincolortransp) !important;
}

.form-kontakt {
    font-family: active, sans-serif;
    font-weight: 400;
    padding-bottom: 0 !important;
    min-height: 1.5em !important;
    font-size: 1.4em !important;
    font-style: normal !important;
    text-transform: none;
    color: var(--middlegrey);
}

#error-row1 {
    font-family: active, sans-serif;
    font-weight: 400;
    text-align: center !important;
    line-height: 36px !important;
    font-size: 35px !important;
    margin-bottom: 20px !important;
    color: var(--middlegrey) !important;
}

#error-row2 {
    font-family: active, sans-serif;
    font-weight: 400;
    text-align: center !important;
    line-height: 36px !important;
    font-size: 35px !important;
    margin-bottom: 20px !important;
    color: var(--middlegrey) !important;
}

.captcha-text {
    font-family: active, sans-serif;
    font-weight: 400;
    font-size: 150%;
    line-height: 1.3em;
    
}

#final-row1.form-text {
    font-family: active, sans-serif;
    font-weight: 400;
    font-size: 150%;
}

#final-danke2.form-text {
    font-family: active, sans-serif;
    font-weight: 400;
    font-size: 180%;
}

#final-danke.form-text {
    font-family: active, sans-serif;
    font-weight: 400;
    font-size: 180%;
}

.blink {
    -webkit-animation: blink 2s infinite both;
            animation: blink 2s infinite both;
}

@-webkit-keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@media (min-width: 768px){
    .content-header, .content-footer {
        /*font-size: 35px;*/
    }
}

#cwSellOutWarning {
    color:#fff;
}

@media (max-width: 600px) {
.date-row .date-content {
    line-height: 2.0em;
}
#datum .date-content {
    line-height: 1.4em;
}
.leftfloat {
    clear: both;
    width: 100%;
    float: unset; 
    min-height: 1.2em;
}
.rightfloat {
    clear: both;
    width: 100%; 
    float: unset; 
    min-height: 1.2em;
}
#alleys {
    margin-bottom: 4px;
}
#datum {
    margin-bottom: 4px;
}
.newDate {
    color: var(--middlegrey);
    width: 100%;
    font-size: 100%;
}
.cw-usageWarning {
    margin-top: 0px;
    margin-bottom: 10px;
}

#nachname, #firma, #street, #telefon, #email, #emailwiederholen, #birthdayChildName, #city  {
    padding-right: 10px;
}

.form-nachname {
    width: 42%;
}

#city.form-nachname {
    width: 75%;
}

#email, #emailwiederholen, #birthdayChildName {
    width: 97%;
}

#birthdayChildName, #birthdayChildAge {
    margin-bottom: 0px;
}

#birthdayChildAge .btn-over span span {
    line-height: 2.5em;
}

#birthdayChildAge span.date-content.select:after {
    margin-top: -22px;
}
}




.ui-widget-header {
    border: 1px solid #aaa;
    background: var(--maincolor);
    color: #fff;
}

.ui-widget-content {
    border: 1px solid var(--maincolor);
   /* background: var(--maincolortransp); */
    color: #222;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: orange;
    color: darkred;
    font-weight: bold;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid var(--maincolor);
    background: var(--maincolor);
    font-weight: normal;
    color: #fff;
}


body {
    background: url('https://www.canwell.de/kd/emden/background-fce.jpg') no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}
body {
    background: url(https://www.canwell.de/kd/emden/background-fce.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}

