@charset "UTF-8";
/* abeezee-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abeezee-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/abeezee-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abeezee-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/abeezee-v22-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/abeezee-v22-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/abeezee-v22-latin-regular.svg#ABeeZee') format('svg'); /* Legacy iOS */
}
/* abeezee-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/abeezee-v22-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/abeezee-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abeezee-v22-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/abeezee-v22-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/abeezee-v22-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/abeezee-v22-latin-italic.svg#ABeeZee') format('svg'); /* Legacy iOS */
}
/* CSS Document */
:root { 
  --neon-text-color: #f09;
  --neon-border-color: #08f;
	--var-gelb:#fae307;	
	--var-blau:#243044;	
	--var-lblau:#38a7cc;	
	--var-pink:#e01480;	
	--var-orange:#ed7400;	
}
body {
  font-family: 'ABeeZee', sans-serif;
  color: #000000;
  overflow-x: hidden !important;
  overflow-y:scroll;
  font-size: 16px;
  line-height: 1.9;
}
a {color:#144d7f;}
/* LAYOUT */
.container {
  max-width: 1140px;
}
.container.text {
  max-width: 990px;
}
/* TYPE */
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  color: var(--var-orange);
  font-family: 'ABeeZee', sans-serif;
}
h1 {
  text-align: center;
  font-weight: 800;
}
h2 {
  font-size: 1.75rem;
  margin: 20px 0;
  font-weight: 700;
}
h3 {
  margin-bottom: 15px;
	color: var(--var-blau);
}
h4 {
}
.text-right {text-align: right !important;}
.w-65 {
    width: 65%!important;
}
#stoerer {
  height: 170px;
  width: 170px;
  text-align: center;
  margin-top: 0;
  color: #ffffff;
  position: absolute;
  right: 2em;
  bottom: 3em;
  background-color: #DC3C15;
  border: 4px solid #fff;
	border-radius:50%;
  box-shadow: 0 0 0 5px #DC3C15;
  z-index: 10;
}

#stoerer a {
	display:block;
  color: #ffffff;
	line-height: 1;
  font-size: 1.2em;
  z-index: 100;
  position: relative;
  top: 1.4em;
  text-decoration: none;
	transform: rotate(10deg);
}
#stoerer a span {
	font-weight: bold;
	font-size:1.2em;
}
/* BUTTONS & LINKS */

.praemie {
	position: absolute;
    bottom: 0;
	right:0;
}
.btn-wrapper {
	padding:1.5em 10em;
	background: url(../img/Button.png); 
	background-size: cover;
	background-repeat: no-repeat;
	width:fit-content;
	margin:0 auto;
}
.btn-primary {
	font-family: 'ABeeZee', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6;
	color:#ffffff;
	border:none;
	background:transparent !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
 background-color: rgba(247, 1, 102, 0.8);

}
.head .btn-wrapper{
	margin:0 !important;
}
.bg-icon {
	background:url("../img/Icon_Q-A.png");
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center right;
}
.bg-icon2 {
	background:url(../img/Icon_Webinar_weiss.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: right 70%;
}
.bg-lin-gradient{
	 background:linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, var(--var-orange) 100%);
}
.bg-light-blue {background-color:var(--var-lblau);}
.gradient-border {
	border-radius: 10px;
	margin:2em auto;
	position: relative;
}
.gradient-border::before {
	 content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(230,0,126,1) 50%, rgba(0,94,135,1) 100%);
  transform: translate3d(0px, 0px, 0) scale(1.01);
  filter: blur(10px);
  opacity: var(1);
  transition: opacity 0.3s;
}
.gradient-inner {
	background: #f0f0f0;
	border-radius: 10px;
	padding:1em;
}
.bg-darkblue {
	background-color:rgba(20,77,127,.5);
}
.bg-light {background:rgba(160, 160, 160, 0.16) !important;}

.gradient-banner {
  padding: 50px 0 120px;
  position: relative;
  overflow: hidden;
}
.text-shadow {
	text-shadow: 2px 2px 5px #333333;
}
.google {
  text-align: center;
}
.google img {
  max-width: 25px;
  padding-right: 5px;
}
.ts-0 {text-shadow: none !important;}
.card {border:0; border-radius:0; height:100%;}
.card-header{background:transparent; position: relative; min-height: 150px; border:0; }
.card-img {position: absolute; width:180px;left: 50%;
    transform: translateX(-50%); top:-.8em;}
.card-body{background:var(--var-pink); color:#ffffff; text-align: center; font-size: 1.3em; }
.card-footer{background:linear-gradient(to bottom, #fefefe, #d4e7f1); border:0; text-align: center; height:100%; color:var(--var-blau); font-weight: bold; font-size:1.2em; line-height: 1.5;}
.box {
   position: relative;
  padding:30px 40px;
	background:linear-gradient(140deg, #fefefe, #d4e7f1);
}
.box:before {
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 8px solid var(--var-orange);
  border-left: 8px solid var(--var-orange);
}
.box:after {
  display: block;
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 8px solid var(--var-orange);
	border-right: 8px solid var(--var-orange);}
.box h4 {font-weight: bold;}
.box li {padding-bottom:.5em;}
.box2 {
  background-color: rgba(255, 255, 255, 0.4);
  ;
  border-radius: 10px;
  padding: 2em;
  align-self: center;
  justify-content: center;
  min-height: 75%;
  text-align: center;
  transition-duration: 0.30s;
}
.box2:hover {
  background-color: #b8e6e1;
}
@media (max-width:767px) {
  .box {
    min-height: auto;
  }
}
@media (min-width:1600px) {
  .col-xll-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width:1800px) {
  .col-xll-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width:2000px) {
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width:767px) {
  .more-top-margin {
    margin-top: 1em;
  }
}
.modal-dialog {
  width: 80%;
  height: 100% !important;
}
.modal-content {
  /* 80% of window height */
  height: 90%;
  background-color: #ffffff;
}
.modal-body {
  height: 80% !important;
}
.show {
  cursor: pointer;
}
/* Essential for Toggle Modus */
.display-control {
  display: none;
}
.container-hidden {
  height: 0;
  overflow: hidden;
}

@media (max-width:767px) {
  .input-group-prepend {
    max-width: 500px;
  }
  
}
#a1, #a2, #a3 {
  display: none;
}

.gradient-banner h1, .gradient-banner h2  {
  color: #ffffff;
  text-align: left;
}
.gradient-banner h3 {
  color: #333333;
  text-align: left;
}
.orange {
  color: #ec6415;
}
ol {
	padding-left:3em;
}
ol li::marker {
	font-size:1.2em;
	font-weight:bold;
}
 ul {
list-style: none;
  margin: 0;
  padding: 0 0 15px 50px;
}
 ul li {
  margin-top: 10px;
	 position: relative;
	 line-height: 1.5;
}
 ul li:before {
	 content:"";
  background-image: url("../img/Haekchen-gelb.png");
	 background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -45px;
  top: 0px;
}
.box ul.list li:before {
	content:"";
  background-image: url("../img/Haekchen.png");
	 background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -45px;
  top: 0px;
}
.list h4 {color:var(--var-blau);}
ul.list2 {
	padding: 0 0 15px 45px;
}
ul.list2 li {
	margin-bottom:20px;
}
ul.list2 li:before {
		
content: url("data:image/svg+xml,%3Csvg id='nc_icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' xml:space='preserve' class='brz-icon-svg' data-type='glyph' data-name='check-circle-07'%3E%3Cg class='nc-icon-wrapper' fill='%2396c11f'%3E%3Cpath data-color='color-2' fill='%2396c11f' d='M20.4,8.4c-0.5,0.1-0.8,0.7-0.7,1.2c0.2,0.8,0.3,1.6,0.3,2.4c0,5-4,9-9,9s-9-4-9-9s4-9,9-9 c1.7,0,3.3,0.5,4.7,1.3c0.5,0.3,1.1,0.1,1.4-0.3c0.3-0.5,0.1-1.1-0.3-1.4C15,1.6,13,1,11,1C4.9,1,0,5.9,0,12s4.9,11,11,11 s11-4.9,11-11c0-1-0.1-2-0.4-2.9C21.5,8.6,20.9,8.3,20.4,8.4z'%3E%3C/path%3E%3Cpath fill='%2396c11f' d='M22.7,2.3c-0.4-0.4-1-0.4-1.4,0L11,12.6L7.7,9.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4,4 c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l11-11C23.1,3.3,23.1,2.7,22.7,2.3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");

	width: 35px;
  height: 22px;
	left: -45px;
}
h3 i {}
.fa-ul  li:before {
	content:"" !important;
	margin-left:0;
	display: block;
	padding-top:0;
}
.fa-li .fas {
    margin-left: -0.2em;
    margin-top: -0.2em;
}
.fa-ul .highlight {font-size:1.3em; }
.text_large {
  font-size: 18px;
  font-weight: 700;
  color: #2d5a77;
}
.quote  i {
    position: absolute;
    bottom: 0em;
    right: 1em;
    opacity: .2;
    font-size: 5em;
	color:#ffffff ;
	z-index:0;
}
.quote p {
	position: relative;
	z-index:10;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
	.head h1 {font-size:36px;}
	.head h2 {font-size:30px !important;}
  
}

.bu {color:#666666; font-size: 14px;}

.border-r {
	border-width: 0px 2px 0px 0px;
    border-style: solid;
    border-color: rgba(102,102,102,1);
}
.pink {color:rgb(247, 1, 102);}
span.highlight {
  padding: 0.1em .3em;
  line-height: 1.5em;
  font-weight: normal;
  background: linear-gradient(104deg, rgba(230,167,0, 0) 0.9%, rgba(230,167,0, 1.25) 2.4%, rgba(230,167,0, 0.5) 5.8%, rgba(230,167,0, 0.1) 93%, rgba(230,167,0, 0.7) 96%, rgba(230,167,02, 0) 98%), linear-gradient(183deg, rgba(230,167,0, 0) 0%, rgba(230,167,0, 0.3) 7.9%, rgba(230,167,0, 0) 15%);
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(230,167,0, 0.7), 21px -18.1px 7.3px rgba(255, 255, 255, 1), -18.1px -27.3px 30px rgba(255, 255, 255, 1);
  position: relative;
}
.top {padding-bottom:.5em; background:  #ffffff; color:#001538; 
top:0; left:0;z-index:100; transform: translate3d(0,0,0);width:100%;}
.top a {
  color: #001538;
	text-decoration: none;
}
.top .fa {
  color:var(--var-blau) ;
  padding-right: .3em;
}
.top span.trust {
  font-size: .9em;
}

.top img.logo {
	max-width: 33.3%;
}
.head {padding-top:15px; padding-bottom:15px; background:linear-gradient(to bottom, rgba(255,255,255,1) 80%, #d4e7f1);}
.top svg {max-width: 22px;}
.bg-tafel {background: url("../img/tafel.png"); background-size: cover;	background-position: center;
	background-repeat: no-repeat;}
    .custom-row {
      display: flex;
    }
.custom-row > .col-md-7 {
      margin-right: 30px;
	        width: 50.33333333% !important;
    }
    .custom-row > .col-md-5{
      margin-left:7.5px;
    }
.head .row.flex-row {
	height:100%;
}
.head .row.flex-row .col-md-12{
	height:100%;
}
.head .row.flex-row.right .col{
 min-height: 50%;
	background-image: url("../img/mobbing2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
		        flex: 0 0 auto;
}
.head .row.flex-row.right .col:first-of-type{
 min-height: 41%;
	background-image: url("../img/mobbing1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.head .row.flex-row.right img {
	display: none;
}

.head h2 {
	font-size: 36px;
	color:#ffffff;
	text-align: center;
}
.head h3 {
	font-size: 24px;
	color:#ffffff;
	font-weight: bold;
}
.mt-15 {margin-top:15px;}
.bg-tafel h3 {text-align: center; font-size: 30px;}
.linie {max-width: 250px; margin:0 auto;}
.head li {color:#ffffff !important; font-size: 1.4em; font-weight: bold;}
ul.contact{
	    padding: 0 0 15px 10px;
}
ul.contact li {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: var(--var-blau);
	margin-top:0;
}
ul.contact li::before{
	content:"";
	background:none !important;
}
@media screen and (max-width:768px) {
  ul.contact li {
    font-size: 0.75rem
  }
  ul.contact {
    padding-inline-start: 0;
  }
}
.ticker {background: #ed7400; padding:0;}
.ticker p.first {font-size: 2.5em; color:#ffffff; line-height: 1.5; text-align:center;}
.ticker p.second {font-size: 3.5em; color:#ffffff; line-height: 1.2; text-align:center; font-weight: 600 !important; margin-top:0em; margin-bottom: 0em;}
.ticker p.third {font-size: 2.5em; color:#ffffff; line-height: 1.5; text-align:center; margin-bottom: 0;}
.blue {color:#1e5691;}
.yellow {color:#fae307;}
.pink {color:#e01480;}
.grey {color: #595d63 !important;}
/* ICONBOX */
.icon-box {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
}
.icon-box img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
	.spacer {min-height:1em;}
.hr {
	max-width: 60%;
	margin:10px auto;
	border-top: 2px solid rgba(102,102,102,.75) !important;
	opacity: .6;
}
.mobbing {display: none;}
@media (max-width: 767px) {
	body {hyphens: auto;}
	.no-hyphens {hyphens: none !important;}
	.ticker p.first {font-size: 1.5em; color:#ffffff; line-height: 1.5; text-align:center;}
.ticker p.second {font-size: 2em; color:#ffffff; line-height: 1.3; text-align:center; font-weight: 600 !important;}
.ticker p.third {font-size: 1.5em; color:#ffffff; line-height: 1.5; text-align:center; margin-bottom: 0;}
	.head{
    background-size: cover;
    background-position: 80%;
    background-blend-mode: multiply, screen, overlay;
    padding: 25px 0px 0px 0px;
}
	.custom-row > .col-md-7 {
    margin-right: 0px;
    width: 100% !important;
}
	.custom-row > .col-md-5 {
     margin-left: 0px;
}
	.head li {color:#ffffff !important; font-size: 1.5em; font-weight: bold;}
	.head .row.flex-row.right img {
    display: block;
		max-width: 100%;
}
	.head .row.flex-row.right .col {
    min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 auto;
		margin-left:0;
}
	.mobbing {
		display: block;
    min-height: 150px;
    background-image: url("../img/mobbing1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
		margin-top:15px;
		margin-left:0;
}

.btn-wrapper {
	padding:1em 1.8em;
	background: url(../img/Button.png); 
	background-size: cover;
	background-repeat: no-repeat;
	width:fit-content;
	margin:0 auto;
	hyphens: auto;
}
.btn-primary {
	font-family: 'ABeeZee', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6;
	color:#ffffff;
	border:none;
	background:transparent !important;
}
	.box {padding:10px;}
	.card-img {
    position: absolute;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    top: 0em;
}
	.card-header{
		min-height: 170px;
	}
}
.arrow-down {text-align: center; font-size:4em;}
.text-left {text-align: left !important;}
.red {
  color: #ff0000;
}
.fa-2x {
  font-size: 1.7rem !important;
}
.carousel-inner {
  width: 90%;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 1em;
  text-align: center;
}
.carousel-inner p:first-child {
  font-style: italic;
}
.carousel-indicators {
  margin-bottom: .5rem;
}
.carousel-indicators [data-bs-target] {
  background-color: rgb(17, 118, 193);
}
.carousel-control-next, .carousel-control-prev {
  color: rgb(17, 118, 193);
}
.carousel-control-prev {
  left: -1em;
}
.carousel-control-next {
  right: -1em;
}
.round {
  border-radius: 50%;
}
.slider button {
  box-shadow: none;
}
.slider div {
  text-align: left;
  font-size: 1em;
	padding-left:.5em;
	padding-right:1em;
	white-space: normal;
}
.slider .slider-pic {
	margin-bottom: 1em;
	max-width: 100%;
}
.slider .slider-pic img {
	max-width: 100%;
}
.slick-dots {}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #3e4444;
}
.slick-prev {
  left: 0px !important;
  z-index: 1;
}
.slick-next {
  right: 0px !important;
}
.slider button {
  box-shadow: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-next:before
{font-family: fontawesome, sans-serif;
    content: '\f101';
	color:#000000;
}
[dir='rtl'] .slick-next:before
{
    font-family: fontawesome, sans-serif;
    content: '\f101';
	color:#000000;
}
.slick-prev:before
{
    font-family: fontawesome, sans-serif;
    content: '\f100';
	color:#000000;
}
[dir='rtl'] .slick-prev:before
{
    font-family: fontawesome, sans-serif;
    content: '\f100';
	color:#000000;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-active button:before {
	color:#000000 !important;
}
@media only screen and (min-width: 1200px) {
  .slick-prev {
    left: -25px !important;
  }
}

.txt-right {text-align: right;}

.divider {
  width: 100%;
  min-height: 100vh;
display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bg-unternehmen.png"), radial-gradient(#ffffff, #134a73);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply, screen, overlay;
}

.divider .container {

  color: #ffffff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
display: block;
  justify-content: center;
  align-items: center;
}
.divider h1 {color:#ffffff;
}

.foot {
  background-color: rgba(0,25,58,1);
  padding: 1em 0 .5em 0;
}
.impressum {
  list-style-type: none;
  font-size: .8em;
  padding-left: 0;
  margin-bottom: 0;
}
.impressum li {
  display: inline;
  padding: 0 .5em;
}
.impressum li:first-child {
  padding-left: 0;
}
.impressum li a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.impressum li a:hover {
  text-decoration: underline;
}
.impressum li::before {
	content:"";
	margin-left:0;
	padding-right:0;
}
.copy {
  font-size: .6em;
  color: #ffffff;
  line-height: 1.3em;
}
.copy a{
  color: #ffffff;
  line-height: 1.5em;}
@media (min-width:1800px) {
  .head {
   background-position: right center;
  }
}
@media (min-width:2000px) {
  .head {
   background-position: right 20%;
  }
  }