html,
body {
  margin: 0;
  padding: 0;
  font: 400 14px/16px "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  scroll-behavior: smooth;
}

.wide-container {
    background-color: #2d6069;
    color: #fff;
    padding: 10px;
    min-height: 290px;
    height: auto;
    background-image: url('/checklist/static/assets/Checklist_hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 1230px;margin: 0 auto;
}

.container.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    max-width: 1250px;
    padding: 0 10px 5px 10px;
    background-color: #fff;
}

.container.flex {
    display: flex;
}

.lead-container {
    width: 60%;
}

.lead-container a:hover {
    color: #fff;
    opacity: 0.7;
}
.lead-container h2 {
    font-size: 15px;
}

.breadcrumbs-container {
    margin: 0;
    display: flex;
    align-items: center;
  }
  
  .breadcrumbs-container a {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 1.2px;
    word-wrap: break-word;
    color: #fff;
    margin: 0 3px;
    opacity: 0.95;
  }







.input-container {
    display: flex;
    flex-wrap: no-wrap;
    margin-bottom: 35px;
    position: relative;
}
.auth-help.hide,
.input-container.hide {
    display: none;
}
.auth-help.final,
.input-container.final {
    display: none;
}
.auth-help.final.show,
.input-container.final.show {
    display: flex!important;
}

.input-container .Input{
    width: 100%;
    position: relative;
    padding-left: 0;
}


.input-container .Button-holder{
    padding: 10px;
    min-width: 150px;
    height: 65px;
}
.input-container .Button-holder > button{
    height: 100%;
    background-color: #006171;
    color: #ffffff;
    width: 100%;
    /* font-weight: 800; */
    padding: 0;
    font-size: 12px;
}

.input-container .validation-error {
    display: none;
    /* position: absolute;
    top: 65px;
    left: 0;
    right: 0; */
    font-size: 12px;
    color: #fff;
}
.input-container .validation-error.show {
    display: block;
}

.signup-errors {
    display: none;
    flex-direction: column;
    margin-bottom: 15px;
}
.signup-errors.show {
    display: flex;
}

.signup-errors span{
    color: red;
}

.auth-help {
    display: flex;
    justify-content: space-between;
}

.auth-help > a {
    color: #fff;
}
.auth-help > p {
    margin: 0;
}
.auth-help > p > a{
    color: #fff;
    text-decoration: underline;
}

.topic-image {
    width: 40%;
    padding-left: 60px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.topic-image img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}



.checklist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#progress {
    background: #03616f;
    border-radius: 4px;
    width: 100%;
}
/* #progress::-moz-progress-bar { background: #03616f; } */
progress::-webkit-progress-bar { 
    background: #ddd;
    border-radius: 4px;
}
progress::-webkit-progress-value { 
    background: #03616f;
    border-radius: 4px;
}
/* #progress { color: #03616f; } */


.checklist-button-add {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #03616f;
    color: #fff;
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}







.sticky-header {
    display: none;
    align-items: baseline;
    justify-content: flex-end;
    padding-right: 25px;
    padding-left: 25px;
    position: sticky;
    top: 85px;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.sticky-header.show{
    display: flex;
    flex-wrap: wrap;
}


.register-to-save-panel {
    margin-right: auto;
    width: 50%;
    padding: 10px 10px;
}

.sticky-header-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 10px;
    width: 25%;
}

.sticky-header p{
    font-size: 13px;
    text-align: center;
    margin: 10px 0px;
    text-transform: uppercase;
    color: #2d353c;
}

.Checklist h3 {
    font-size: 17px;
    font-weight: 600;
    color: #454d54;
}

.checklist-item {
    position: relative;
    cursor: pointer;
    margin: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: left;
    align-items: left;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.05),0 1px 3px 0 rgba(0,0,0,.04);
    background-color: #fff;
    transition: background-color .5s ease-in-out;
    overflow: hidden;
    padding: 12px 16px 12px 90px;
}

.checklist-item:hover {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.09),0 1px 3px 0 rgba(0,0,0,.09);
}

.checklist-item span.check {
    content: url('/checklist/static/assets/check.svg');
    width: 40px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 30px;
    border-radius: 50%;
}

.checklist-item::after{
    content: '\26AC\26AC\26AC';
    position: absolute;
    right: 25px;
    top: 45px;
    color: #aaa;
}

.checklist-item:hover::after{
    content: 'Details anzeigen';
    position: absolute;
    right: 25px;
    top: 45px;
    color: #70aeb7;
}

.checklist-item.done span.check{
    background-color: #70aeb7;
}

.checklist-item h2 {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -.4px;
    color: #2d353c;
    margin-bottom: 3px;
}
.checklist-item.done h2 {
    text-decoration: line-through;
}
.checklist-item .subtitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: left;
    align-items: left;
}

.checklist-item .subtitle p {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -.34px;
    color: #4e565d;
    margin-bottom: 12px;
    margin-top: 0;
}

.checklist-item .subtitle .essential {
    margin-left: 5px;
    color: #03616f;
    display: none;
}

.checklist-item.essential .subtitle .essential {
    display: block;
}


.modal .Input {
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
}


@keyframes mmslideInVert {
    from { transform: translateX(15%); }
      to { transform: translateX(0); }
  }
  
  @keyframes mmslideOutVert {
      from { transform: translateX(0); }
      to { transform: translateX(15%); }
  }



  .micromodal-slide[aria-hidden="false"]#modal-checklist-item .modal__header__container {
    animation: mmslideInVert .3s cubic-bezier(0, 0, .2, 1);
  }

  .micromodal-slide[aria-hidden="true"]#modal-checklist-item .modal__header__container {
    animation: mmslideOutVert .3s cubic-bezier(0, 0, .2, 1);
  }  

  .modal__header__container.checklist {
    min-width: 400px;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100%;
    width: 400px;
    position: absolute;
    /* height: 700px; */
    right: 0;
    top: 0;
    bottom: 0;
  }

  .modal__checklist-item-title {
    font-size: 22px;
    line-height: 32px;
}

.modal__checklist-item-date {
    cursor: pointer;
  }
.modal__checklist-item-date-value {
  pointer-events: none;
}

.modal.done .modal__checklist-item-done{
    text-decoration: line-through;
}
.modal.done .modal__checklist-item-done::before{
    background-color: #70aeb7;
    border-radius: 50%;
}

.modal .task-undone{
    display: inline;
}
.modal .task-done{
    display: none;
}

.modal.done .task-undone{
    display: none;
}
.modal.done .task-done{
    display: inline;
}

#modal__checklist-item-date-input-save {
    display: none;
}

.modal.essential .modal__checklist-item-essential{
    color: #03616f;
}

.modal__checklist-item-essential {
    margin: 0 6px!important;
    background: none;
    border: none;
    cursor: pointer;
}

.modal__checklist-item-done {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  margin-top: 15px;
  font-size: 20px;
  color: #2d353c;
}

.modal__checklist-item-done::before {
    content: url('/checklist/static/assets/check.svg');
    width: 40px;
    height: 40px;
    margin-right: 5px;
}



.modal__checklist-item-action {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.modal .modal__footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.modal .checklist-delete {
    font-size: 25px;
    color: darkred;
    background: none;
    width: auto;
    margin-left: auto;
    font-weight: 500;
}

.modal__checklist-item-action .checklist-action {
    width: auto;
}






.Checklist {
    transition: filter 500ms;
  }
  .Checklist.blur{
    filter: blur(3px);
  }
  

.scroll-login{
    display: none;
}
.scroll-login.show{
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.scroll-login .checklist-item {
    background: #006171;
}
.scroll-login .checklist-item::after {
    display: none;
}
.scroll-login .checklist-item h2{
    color: #fff;
}
.scroll-login .checklist-item .subtitle{
    color: #fff;
}




.wide-container.fixed{
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: auto;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.09), 0 1px 3px 0 rgba(0,0,0,.09);
    border-bottom: 1px solid #fff;
}

.wide-container.fixed .breadcrumbs-container{
    display: none;
}

.wide-container.fixed .checklist-header{
    display: none;
}

.wide-container.fixed .checklist-sub-header{
    display: none;
}

.wide-container.fixed .auth-help{
    display: none;
}

.wide-container.fixed .topic-image {
    height: 0;
}

.wide-container.fixed .input-container {
    margin-bottom: 0;
}

.wide-container.fixed .signup-errors {
    margin-bottom: 0;
}

.wide-container .signup-errors {
    transition: margin 500ms;
}


.wide-container .input-container {
    transition: margin 500ms;
}




@media only screen and (max-width: 900px) {
    .wide-container {
        height: auto;
    }
        
    .scroll-login .checklist-item h2{
        font-size: 12px;
    }
    .scroll-login .checklist-item .subtitle{
        font-size: 10px;
    }



    .lead-container {
        width: 100%;
    }

    .checklist-header {
        font-size: 1.3em;
    }

    .checklist-sub-header {
        font-size: 0.9em;
    }

    .topic-image {
        display: none;
    }

    .input-container {
        flex-direction: column;
        margin: 0 -10px;
    }


    .input-container .Input{
        padding-left: 10px;
    }

    .input-container .validation-error {
        position: initial;
    }

    .auth-help > a {
        margin-top: 20px;
    }

    .auth-help.final.show {
        flex-direction: column-reverse;
    }


    .sticky-header {
        top: 0;
        padding: 10px 0;
    }

    .sticky-header p {
        /* display: none; */
    }

    .register-to-save-panel {
        order: 1;
        width: 100%;
    }

    .sticky-header-container {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .Checklist h3{
        margin-left: 10px;
    }

    .modal__header__container.checklist{
        min-width: unset;
        width: 100%;
        border-radius: 0;
    }



    .checklist-item span.check {
        top: 20px;
    }
    
    .checklist-item h2 {
        font-size: 12px;
    }

    .checklist-item p {
        font-size: 10px;
    }
}










.pac-container {
    border-radius: 0 0 4px 4px !important;
    background-color: #fff;
    position: absolute!important;
    z-index: 1000;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  
  
  .pac-container .pac-item {
    padding-left: 32px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .pac-item {
    padding: 4px 2px;
    font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
    font-size: 18px !important;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    color: #999;
  }
  
  .pac-container .pac-item span.pac-icon {
    display: none;
  }
  
  .pac-container .pac-item span.pac-item-query {
    font-size: 18px !important;
    font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
  }