* {
  margin: 0;
  padding: 0;
}
a img {
  border: none
}
html {
  height: 100.1%
}
body {
  background-color: #fff;
  color: #000;
  padding: 0px;
  font: 1.2em/140% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  font-weight: 200;

}
a, a:visited {
  color: #7e135c;
  text-decoration: none;
}
a:hover {
  color: #7e135c;
  text-decoration: underline
}
a.actionBox:visited {
  color: #fff;
}
h1 {
  color: #000000;
  font: normal 200%/120% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  margin: 0 0 1em 0
}
h2 {
  color: #000;
  font: normal 140%/140% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  margin: 0em 0 0.4em 0
}
h3 {
  color: #894c73;
  font: normal 105%/140% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  margin: 0 0 0.3em 0
}
h4 {
  color: #000;
  font: normal 105%/140% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  margin: 0 0 0.8em 0;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #ccc;
}
p {
  margin-bottom: 1.2em
}
strong {
  font-weight: bold
}
ul {
  margin: 0 0.2em 1em 0em;
  list-style-type: none;
}
ul li::before {
  content: '✓ '; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #7e135c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
ul li {
  margin: 0 0 0.4em 1em;
}
@media only screen and (max-width: 640px) {
  h2 {
    font: normal 140%/135% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  }
  ul {
    margin: 0 0 1em 0.8em;
    width: auto
  }
}
@media only screen and (max-width: 420px) {
  h1 {
    font: normal 200%/120% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  }
  h2 {
    font: normal 115%/135% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  }
}
sub {
  font-size: 0.7em;
  vertical-align: -2px
}
.green {
  color: #7e135c
}
.grey {
  color: #4d4f53
}
.blue {
  color: #00a9e0
}
.magenta {
  color: #7e135c;
}
.grey {
  color: #444;
}
.small {
  font-size: 90%
}
.weiss {
  color: #fff
}
a.weiss:hover {
  color: #fff
}
.grey-BG {
  background: #f3f3f3
}
.black {
  color: #000;
}
a.black {
  color: #000 !important;
}
.black a:hover {
  color: #7e135c
}
.black a:visited {
  color: #000
}
/********************** HEADER ********************************/
.headerAround {
  width: 100%;
  height: 118px;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.1);
  background-image: url(img/kompetenzzentrum_arbeitsrecht-TOP.gif), url(img/anwaltskanzlei_top.gif);
  background-position: bottom right, bottom left;
  background-repeat: no-repeat;
}
.headerMagentaAround {
  width: 100%;
  background-color: #7e135c;
}
.headerMagenta {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0.8em;
  color: #ffffff;
  padding: 6px 10px 6px 40px;
  text-align: center
}
.headerMagenta a, .headerMagenta a:visited {
  color: #ffffff;
}
.headerMagenta a:hover {
  color: #cba1be;
  text-decoration: none
}
.header {
  max-width: 1080px;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
.header img {
  width: 276px;
  margin: 18px 5% 24px 20px;
  float: left
}
.header a, .header a:visited {
  color: #7e135c !important;
}
.mobilicon {
  display: none
}
.mobi-only {
  display: none
}
@media only screen and (max-width: 768px) {
  .no-mobi {
    display: none
  }
  .mobi-only {
    display: block
  }
  .mobilicon {
    display: inline;
    width: 44px;
    position: absolute;
    top: 0px;
    right: 35px;
  }
  .mobilicon img {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
  }
  #nav {
    display: none
  }
  #grey-bar {
    display: none
  }
  .headerAround {
    height: 118px;
    background-image: url(img/kompetenzzentrum_arbeitsrecht-TOP.gif), none;
    background-position: bottom left, bottom right;
    background-repeat: no-repeat;
  }
  .header {
    height: 118px;
    background-image: none;
    background-size: auto 100%;
    background-position: top center;
  }
  .header img {
    width: 160px;
  }
}


@media only screen and (max-width: 610px) {
  .mobilicon img {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 0px;
  }
}
#nav {
  margin: 0px 0px 0px 28%;
  font: normal 110%/140% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
}
#nav a:link {
  display: block;
  float: left;
  padding: 8px;
  margin-top: 25px;
  margin-right: 1%;
  color: #6b3859;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 0px solid #fff;
  line-height: 100%;
  transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* IE */
  -webkit-transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* chrome & safari */
  -moz-transition: border-bottom 0.3s ease-in, color 0.0s ease-in; /* FF */
}
#nav a:focus {
  text-decoration: none;
  border-bottom: 5px solid #7e135c;
  padding: 8px;
}
#nav a:visited {
  text-decoration: none;
  border-bottom: 5px solid #7e135c;
  padding: 8px;
}
#nav a:hover {
  text-decoration: none;
  border-bottom: 5px solid #7e135c;
  padding: 8px;
}
.tel {
  border-bottom: 0px solid #ffffff !important;
}
#nav a:active {
  text-decoration: none;
  border-bottom: 5px solid #000;
  padding: 8px 8px 8px 8px;
}
.nav-top {
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 10px 0px 0px
}
@media only screen and (max-width: 1024px) {
  #nav a {
    font-size: 0.7em;
    padding: 16px 5px 13px 5px;
    margin-right: 0.5%;
  }
  #nav a:hover {}
  .header img {
    margin: 18px 4% 24px 20px;
    float: left
  }
}

@media only screen and (max-width: 640px) {
  .header, .headerAround {
    height: 88px;
  }
  .header img {
    width: 150px;
    margin: 15px 0% 10px 20px;
  }
  .headerMagenta {
    width: 98%;
    margin: 0;
    font-size: 0.72em;
    color: #333333;
    padding: 5px 10px 8px 5px;
    text-align: center;
    line-height: 110%
  }
}
@media only screen and (max-width: 615px) {
  .headerAround {
    background-image: url(img/kompetenzzentrum_arbeitsrecht-MOBILE.gif), none;
    background-position: bottom left, bottom right;
    background-repeat: no-repeat;
  }
}
/************************ mobiles Ausklappen  **************************/
#klapp {
  z-index: 2000 !important;
  background-color: #fff;
  clear: both;
  top: 7px;
  right: 5px;
  width: 80%;
  line-height: 100%;
  position: absolute;
  font-family: 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  font-weight: normal;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  padding: 10px 10px 0 10px
}
#klapp a {
  color: #7e135c;
  display: block;
  font-size: 1.2em;
  width: auto;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc
}
#klapp a:hover {
  text-decoration: none;
  color: #017336
}
.close {
  text-align: center;
  color: #4d4f53;
  background: #f3f3f3;
  cursor: pointer;
  padding: 6px 0 8px 0;
  margin-bottom: 6px
}
/********************** CONTENT ********************************/
.contentWhiteAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.content {
  max-width: 1080px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 0;
  padding: 0px 40px 10px 40px;
}
.top-100 {
  margin-top: 100px;
  padding: 50px 40px 10px 40px;
}
@media only screen and (max-width: 600px) {
  .contentWhiteAround {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
  }
  .content {
    padding: 15px
  }
}
.contentGreenAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #7e135c;
  margin-top: 0px
}
.lineCONT {
  height: 1px;
  border-bottom: 1px dotted #ccc;
  margin: 1em 0 2em 0;
  clear: both
}
/********************** Icon Menu ********************************/
.text-bucket {
  width: 19%;
  color: #555;
  margin: 0px 1.5% 3px 0px;
  float: left;
  font-size: 84%;
  text-align: center;
}
.text-bucket a:hover {
  text-decoration: none
}
.text-bucket img {
  width: 95%;
  padding: 5px;
  border: 1px solid #00a9e0;
}
.text-bucket2 img {
  width: 98%;
  padding: 5px;
  border: 0px solid #00a9e0;
}
.arrDown {
  font-size: 1.6em;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrUp {
  font-size: 4em;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 0.5em;
}
a.no-deco:hover {
  text-decoration: none !important;
  color: #004962
}
a.no-deco:link {
  text-decoration: none
}
a.no-deco:visited {
  text-decoration: none
}
.mobile {
  display: none;
}
@media only screen and (max-width: 780px) {
  .text-bucket {
    width: 14%;
    margin: 0px 0.9% 3px 0px;
  }
}
@media only screen and (max-width: 580px) {
  .text-bucket {
    width: 30%;
    margin: 0px 0.9% 0px 0px;
  }
  .mobile {
    display: inline
  }
}
/********************** Icon Menu End ********************************/
/********************** dreierbox ********************************/
.BBoxDreierAround {
  width: 100%;
  clear: both;
  margin: 0.8em 0 0em -8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  line-height: 120%;
}
.BBox {
  width: 29%;
  border: 0px solid #fff;
  margin: 10px 20px 20px 10px;
  padding: 8px 8px 8px 8px;
  background: rgba(235, 218, 230, 0.8);
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
}
.BBox.blank {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 8px 8px 8px 8px;
}
.BBox h3, .BBox h4 {
  padding: 5px 10px 10px 10px;
  line-height: 130%;
  margin: 0px;
  font-size: 110%;
  color: #000;
}
.BBox h3 {
  font: normal 100%/120% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  margin: 0.5em 0 0 0;
  color: #000;
}
.BBox:hover {
  text-decoration: none;
}
.BBox ul {
  font-size: 80%
}
.BBox p {
  padding: 5px 10px 10px 10px;
  font-size: 90%;
  margin-bottom: 3px
}
.schatten {
  -webkit-box-shadow: 1px 2px 6px silver;
  box-shadow: 1px 1px 6px silver;
}
@media only screen and (max-width: 1080px) {
  .BBoxDreierAround {
    width: 100%;
    clear: both;
    margin: 0.8em 0 0em -8px;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    line-height: 120%;
  }
  .BBox {
    width: 29%;
    margin: 0 10px 10px 0px;
  }
  .BBox ul {
    font-size: 80%
  }
}
@media only screen and (max-width: 799px) {
  .BBox {
    width: 43%;
    margin: 0 0.6em 0.6em 0;
  }
}
@media only screen and (max-width: 530px) {
  .BBox {
    width: 90% !important;
    float: none;
    margin: 10px auto;
  }
}
/********************** dreierbox end ********************************/
.BBoxAround {
  width: 100%;
  clear: both;
  margin: 0.8em 0 0em 0px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  line-height: 120%;
}
.border-grey {
  border: 2px solid #e0e0e0;
}
.border-no {
  border: 0px solid #cccccc;
}
.infoBox {
  width: 100%;
  clear: both;
  margin: 2em auto 0 auto;
  overflow: hidden;
  font-size: 93%;
  display: flex;
  align-items: stretch
}
.infoBoxLI {
  width: 48%;
  float: left;
  margin: 0 2% 0 0%
}
.infoBoxRE {
  width: 48%;
  float: right;
  margin: 0 0% 0 2%;
}
.infoBoxLI img, .infoBoxRE img {
  width: 100%;
}
.juraBox {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  padding: 2%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #f6f7f6;
}
.juraBoxLI {
  width: 44%;
  float: left;
  margin: 0 1% 1% 0%;
  padding: 1% 2% 2% 2%;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #f5f8f9;
}
.juraBoxRE {
  width: 46%;
  float: right;
  margin: 0 0% 1% 0.5%;
  padding: 2%;
  border: 1px solid #ccc;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.fade-in {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 1.4s ease-out, transform 0.4s ease-out;
  will-change: opacity;
}
.fade-in.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}
@media only screen and (max-width: 800px) {
  .BBoxAround {
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0.1em 0 0em -8px;
  }
  .infoBoxRE, .infoBoxLI {
    width: 99% !important;
    margin: 0 0.5% 0 0.5%;
    float: left;
  }
  .desktop {
    display: none;
  }
  .juraBoxLI, .juraBox {
    width: 92%;
    margin: 0 0% 3% 0%;
    padding: 4%;
    float: none;
  }
}
.BBox .Yline {
  height: 2px;
  background-color: #ffcb00;
  margin: 1em 35%
}
.icon {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #aae9ff;
  margin: 1em auto;
  text-align: center
}
.icon img {
  width: 50px;
  margin-top: 25px
}
.text {
  width: 100%;
  padding: 1em 0;
  border-top: 2px solid #cba1be;
  border-bottom: 2px solid #cba1be
}
.text h3 {
  font-size: 150%;
  text-align: center
}
.text.center {
  text-align: center
}
.button-more {
  color: #fff;
  display: block;
  border: 1px solid #a2658e;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  width: 70%;
  text-align: center;
  padding: 4px 0px;
  background: #a2658e;
  font-size: 80%;
  cursor: pointer;
}
a.button-more:link {}
a.button-more:visited {
  color: #fff;
}
a.button-more:hover {
  color: #fff;
  display: block;
  background: #7e135c;
  text-decoration: none;
  border: 1px solid #7e135c;
}
a.button-top {
  color: #fff;
  border: 1px solid #54af7f;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 110px;
  height: 15px;
  text-align: center;
  padding: 5px 0px;
  background: #54af7f;
  font-size: 90%;
  cursor: pointer;
}
a.button-top:link {
  cursor: pointer;
}
a.button-top:visited {
  cursor: pointer;
  color: #fff;
}
a.button-top:hover {
  color: #fff;
  background: #206b43;
  text-decoration: none;
  border: 1px solid #206b43;
}
@media only screen and (max-width: 480px) {
  .button-more {
    width: 90%;
    margin-top: 10px
  }
}
.form {
  width: 96%;
  padding: 2%
}
.textfeld, .freitext {
  -webkit-appearance: none;
  width: 98%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 12px;
  padding: 4px 4px 4px 4px;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.selectfeld {
  -webkit-appearance: none;
  width: 100%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 12px;
  padding: 4px 4px 4px 4px;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
/* The container must be positioned relative: */
.my-select {
  position: relative;
  width: 100%;
}
.my-select select {
  display: none; /*hide original SELECT element: */
}
.select-selected {
  background-color: #fff;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #333 transparent;
  top: 7px;
}
/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #757575;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #e4f7ed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.textfeld {
  height: 30px;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.freitext {
  height: 100px;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.textfeld-K {
  -webkit-appearance: none;
  width: 100px;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 0px solid #e4f7ed;
  margin-bottom: 8px;
  height: 26px;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.buttonBig {
  -webkit-appearance: none;
  width: 210px;
  padding: 6px 4px 5px 4px;
  border: 0px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font: 1em/140% 'Segoe UI', 'DejaVu Sans Condensed', 'Trebuchet MS', Segoe, Verdana, Helvetica, Arial, 'sans-serif';
  background: #7e135c;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 0px auto;
  text-align: center;
}
.buttonTopFooter {
  width: 70px;
  margin: -36px auto 0px auto;
  height: auto;
  position: relative;
  z-index: 10
}
.buttonTopFooter img {
  width: 100%;
}
.validator {
  display: none;
}
#videobereich {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.videoextern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .buttonTopFooter {
    width: 50px;
    margin: -25px auto 25px auto;
  }
}
/********************** footer **************************/
.footerAround {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #ebebeb;
  border-top: 0px solid #e0e0e0;
}
.footer {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 66px 40px 40px 40px;
  font-size: 75%;
  line-height: 130%
}
.line {
  clear: both;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 1em 0
}
.line.blu {
  border-bottom: 1px solid #00a9e0;
}
.Yline {
  height: 2px;
  background-color: #ffcb00;
  margin: 1em 35% 1em 0%
}
#socialmedia a, #socialmedia a:visited {
  color: #00a9e0;
  text-decoration: none;
}
#socialmedia a:hover {
  color: #838383;
  text-decoration: underline
}
#socialmedia img {
  margin-right: 3px;
  vertical-align: -2px;
}
.mobile {
  display: none
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block
  }
}