/**
 * CUSTOM CSS
 *
 * Here you can add your custom CSS code.
 */

/*# sourceMappingURL=custom.css.map */

#c-header__logo-image {
  width: 100px;
}

.c-header__dvt-logo {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

@media (min-width: 1024px) {
  .c-header__dvt-logo {
    position: absolute;
    bottom: 205px;
    right: 0;
  }

}

.kontractor_company {
  display: block;
  /*background-color: pink;*/
  border-style: solid;
  border-width: 1px 0 0 2px;
  border-color: #727272;
  margin-top: 1rem;
  padding: 5px 0 0 2px;
}

@media (min-width: 600px) {
  .kontractor_company{
    display: flex;
    border-style: solid;
    border-width: 1px 0 0 2px;
    /*border-color: #727272;*/
    border-color: #0d9dd9;

    margin-top: 1rem;
    padding: 5px 0 0 2px;
  }

}
/* action buttons like download and theme */
.dvt-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}

.dvt-buttons li {
  margin-right: 6px;
}

.dvt-buttons li:last-child {
  margin-right: 0;
}

.dvt-buttons input {
  display: none;
}


div.panel.employment-detail {
  margin: 1.5em 1.5rem 0 0;
  padding-top: 0px;
  border-radius: 10px;
}

div.dvt {
    border-width: 5px;
    border-style: dotted;
}

div.dvt.active, div.dvt:hover {
    /* background-color: #ddd; */
    /*border-color: #0d9dd9;*/
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/*div.dvt:after {
    content: '\21E9';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 2rem;
}

div.dvt.active:after {
    content: "\21EE";
}*/

button.accordion.active:after {
    content: "\2212";
}

div.dvt {
  position: relative;
}

/*.dvt-arrow:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    align-content: center;
    margin-left: 5px;
}

.dvt-arrow.active:after {
    content: "\2212";
}*/

.tesco {
  /*background-color: green;*/
  position: absolute;
  bottom: 0;
  right: 10px;


}

.tesco .ring {
  margin: 10px;
 /*background: red;*/
 height: 3rem;
 width: 3rem;
 border-style: solid;
 border-width: 0.2rem;
 border-radius: 50%;
 border-color: #0d9dd9;

 transition: box-shadow 1s ease-out;
}

div.dvt:hover .ring,
div.dvt.active .ring{
  box-shadow: 0 0 0 0.4rem rgba(13, 157, 217, 0.4);
}

/*.tesco .ring:hover {
  box-shadow: 0 0 0 0.4rem rgba(248, 187, 16, 0.4);
}*/



/*div.dvt.active .ring {
  box-shadow: 0 0 0 0.4rem rgba(304, 78, 0, 0.4);
}*/

.arrow-icon {
       /*background-color: green;*/
       height: 2.8em;
       width: 2.8em;
       display: block;
       padding: 0.5em;
       margin: 1.1em auto;
       position: relative;
       /*top: 20px;*/
       cursor: pointer;
       border-radius: 4px;
     }

   .left-bar {
       position: absolute;
       background-color: transparent;
       top: 0;
       left: 1px;
       width: 20px;
       height: 6px;
       display: block;
       transform: rotate(35deg);
       float: right;
       border-radius: 2px;
     }
     .left-bar:after {
       content: "";
       background-color: #0d9dd9;
       width: 18px;
       height: 4px;
       display: block;
       float: right;
       border-radius: 6px 10px 10px 6px;
       transition: all 1.9s cubic-bezier(0.25, 1.7, 0.35, 0.8);
       z-index: -1;
     }

           .right-bar {
       position: absolute;
       background-color: transparent;
       top: 0px;
       left: 15px;
       width: 20px;
       height: 6px;
       display: block;
       transform: rotate(-35deg);
       float: right;
       border-radius: 2px;
     }
     .right-bar:after {
       content: "";
       background-color: #0d9dd9;
       width: 18px;
       height: 4px;
       display: block;
       float: right;
       border-radius: 10px 6px 6px 10px;
       transition: all 1.9s cubic-bezier(0.25, 1.7, 0.35, 0.8);
       z-index: -1;
     }

     div.dvt.active  .left-bar:after {
       transform-origin: center center;
       transform: rotate(-70deg);
      }
      div.dvt.active .right-bar:after {
       transform-origin: center center;
       transform: rotate(70deg);
      }

           .open .left-bar:after {
       transform-origin: center center;
       transform: rotate(-70deg);
     }
     .open .right-bar:after {
       transform-origin: center center;
       transform: rotate(70deg);
     }

     /*.arrow-icon:hover .left-bar:after {
       transform-origin: center center;
       transform: rotate(-70deg);
     }
     .arrow-icon:hover .right-bar:after {
       transform-origin: center center;
       transform: rotate(70deg);
     }*/

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

div.company-overview p {
  font-style: italic;
}

.c-work__prize {
  padding-top: 1rem;
}
/*.interest-tag {
  opacity: 0;
  font-size: 1.4rem;
}*/

/*p.interest-tag:hover {
  opacity: 1;
}*/

li.interest-tag p {
  opacity: 0;
  font-size: 1.3rem;
}

li.interest-tag:hover p {
  opacity: 1;
}

@media (hover:none), (hover:on-demand) {
  li.interest-tag p {
    opacity: 1;
  }
}

html.can-touch li.interest-tag p {
  opacity: 1;
}

.logo-img {
  height: 5rem;height: 5rem;
}

.logo-edu {
  width: 2rem;
}

/* button from All-CSS toggle */
