@charset "utf-8";
/* CSS Document */
.team-wrap {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.team-list {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}
body.consartis-landing-page .team-list {
    padding: 0px;
}



.team-list .item {
  width: 33.3333%;
  height: auto;
  float: left;
  display: block;
  padding: 8px;
}
.team-list .item .item-inner {
  width: 100%;
  height: auto;
  float: left;
  padding: 16px 16px 50px 16px;
  background-color: #D8DFE3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.team-list .item .item-inner span.address-row, .cv-content span.address-row {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  padding-bottom: 4px;
}






.team-list .item .item-inner span.address-row a, .cv-content span.address-row a {
  width: auto;
  height: auto;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  color: #222;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}
.team-list .item .item-inner span.address-row a:hover, .cv-content span.address-row a:hover {
  color: #ae0143;
}
body.section-sparringspartner .team-list .item .item-inner span.address-row a:hover,
body.section-sparringspartner .cv-content span.address-row a:hover,
body.consartis-landing-page .team-list .item .item-inner span.address-row a:hover,
body.consartis-landing-page .cv-content span.address-row a:hover{
  color: #00529C;
}
.team-list .item .item-inner span.address-phone a::before, .cv-content span.address-phone a::before,
.team-list .item .item-inner span.address-mobile a::before, .cv-content span.address-mobile a::before,
.team-list .item .item-inner span.address-threema a::before, .cv-content span.address-threema a::before,
.team-list .item .item-inner span.address-email a::before, .cv-content span.address-email a::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.team-list .item .item-inner span.address-email a::before, .cv-content span.address-email a::before {
  background-image: url("../img/email-icon.svg");
  background-position: 0px 6px;
}
body.section-sparringspartner .team-list .item .item-inner span.address-email a::before,
body.section-sparringspartner .cv-content span.address-email a::before,
body.consartis-landing-page .team-list .item .item-inner span.address-email a::before,
body.consartis-landing-page .cv-content span.address-email a::before {
  background-image: url("../img/email-icon-blue.svg");
  background-position: 0px 6px;
}
.team-list .item .item-inner span.address-threema a::before,
.cv-content span.address-threema a::before{
  background-image: url("../img/threema-icon.svg");
  background-position: 0px 5px;
}
.team-list .item .item-inner span.address-phone a::before,
.team-list .item .item-inner span.address-mobile a::before,
.cv-content span.address-phone a::before,
.cv-content span.address-mobile a::before{
  background-image: url("../img/phone-icon.svg");
  background-position: 0px 5px;
}
body.section-sparringspartner .team-list .item .item-inner span.address-mobile a::before,
body.section-sparringspartner .team-list .item .item-inner span.address-phone a::before,
body.section-sparringspartner .cv-content span.address-mobile a::before,
body.section-sparringspartner .cv-content span.address-phone a::before,
body.consartis-landing-page .team-list .item .item-inner span.address-mobile a::before,
body.consartis-landing-page .team-list .item .item-inner span.address-phone a::before,
body.consartis-landing-page .cv-content span.address-mobile a::before,
body.consartis-landing-page .cv-content span.address-phone a::before{
  background-image: url("../img/phone-icon-blue.svg");
}
.team-list .item .item-inner span.address-name {
  color: #ae0143;
  font-size: 1.1em;
  padding-bottom: 10px;
}
body.section-sparringspartner .team-list .item .item-inner span.address-name,
body.consartis-landing-page .team-list .item .item-inner span.address-name{
  color: #00529C;
}
.team-list .item .item-inner span.address-email a {
  width: auto;
  height: auto;
  display: block;
  float: left;
  color: #222;
  text-decoration: none;
}
div.cv-linker {
  width: 100%;
  height: auto;
  text-align: right;
  float: left;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px 10px 10px 0px;
}
div.cv-linker a {
  width: auto;
  height: auto;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  font-size: 0.7em;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(to right, #ae0143 50%, #8D0036 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.8s ease;
}
body.section-sparringspartner div.cv-linker a,
body.consartis-landing-page div.cv-linker a{
  background: linear-gradient(to right, #006DD0 50%, #00529C 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.8s ease;
}
div.cv-linker a span {
  padding: 5px;
  padding-right: 20px;
  padding-left: 30px;
  width: auto;
  height: auto;
  display: block;
  float: left;
  background-image: url("../img/external-link-alt-solid.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 5px center;
}
div.cv-linker a:hover, body.section-sparringspartner div.cv-linker a:hover, body.consartis-landing-page div.cv-linker a:hover {
  background-position: left bottom;
}
.address-cv {
  display: none;
}
.address-cv.open {
  display: block;
  position: fixed;
  z-index: 900;
  width: 700px;
  top: 16%;
  bottom: 16%;
  left: 50%;
  margin-left: -350px;
  height: 68%;
  background-color: #fff;
  padding: 30px;
  overflow-y: auto;
}
@media only screen and (min-width:701px) {
  .address-cv.open {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media only screen and (max-width:700px) {
  .address-cv.open {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    position: fixed;
    background-color: #fff;
    z-index: 999;
  }
}
.address-cv-inner {
  width: 100%;
  height: auto;
  float: left;
  display: block;
}
.cv-close {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  text-align: right
}
.cv-close a {
  width: auto;
  height: auto;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  font-size: 0.7em;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(to right, #ae0143 50%, #8D0036 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background 0.8s ease;
  cursor: pointer;
}
body.section-sparringspartner .cv-close a,
body.consartis-landing-page .cv-close a{
  background: linear-gradient(to right, #006DD0 50%, #00529C 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background 0.8s ease;
  cursor: pointer;
}
.cv-close a:hover {
  background-position: left bottom;
}
.cv-close a:hover, body.section-sparringspartner .cv-close a:hover,
.cv-close a:hover, body.consartis-landing-page .cv-close a:hover{
  background-position: left bottom;
}
div.cv-close a span {
  padding: 5px;
  padding-right: 10px;
  padding-left: 20px;
  width: auto;
  height: auto;
  display: block;
  float: left;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 6px 10px;
}
.cv-content {
  width: 100%;
  height: auto;
  float: left;
}
.address-description {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-top: 30px;
  font-size: 0.9em;
}
.address-description a {
  font-weight: 600;
  color: #ae0143;
}
body.section-sparringspartner .address-description a,
body.consartis-landing-page .address-description a{
  color: #00529C;
}
.team-piket-box {
  width: 800px;
  height: auto;
  top: 30%;
  left: 50%;
  margin-left: -400px;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  padding: 14px;
  display: none;
}
.team-piket-box.open {
  display: block;
}
.team-piket-box .cv-close {
  padding: 14px 14px 0px 0px;
}
@media only screen and (min-width:801px) {
  .team-piket-box.open {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.team-piket-box-inner {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 20px 0px;
}
div.pikett-starter {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 14px;
}
body.section-meldestelle.page-163.logged-in div.pikett-starter {
  max-width: 680px;
  margin: auto;
  float: none;
}
div.pikett-starter-inner {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  background-color: #ae0143;
  color: #fff;
  padding: 14px 30px 14px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url("../img/phone-ws.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
}
body.section-sparringspartner div.pikett-starter-inner {
  background-color: #00529C;
}
div.pikett-starter-inner:hover {
  background-color: #800031;
}
body.section-sparringspartner div.pikett-starter-inner:hover {
  background-color: #003F79;
}
div.pikett-starter-inner span {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  font-weight: 600;
}
@media only screen and (max-width:1000px) {
  .team-list .item {
    width: 50%;
  }
  .team-piket-box .team-list .item {
    width: 33.3333%;
  }
}
@media only screen and (max-width:800px) {
  .team-piket-box {
    width: 100%;
    margin: 0;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 100%;
  }
  .team-piket-box .team-list .item {
    width: 50%;
  }
}
@media only screen and (max-width:600px) {
  .team-piket-box .team-list .item {
    width: 100%;
  }
}
@media only screen and (max-width:534px) {
  .team-list .item {
    width: 100%;
  }
}