/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color GREVEN-Blau*/
/*$color3: #0033a1;*/
/* color GREVEN-Rot */
/* color GREVEN-Grau */
/* color GREVEN-Hellgrau */
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans"), local("PTSans-Regular"), url("../fonts/pt-sans-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v9-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-regular.woff") format("woff"), url("../fonts/pt-sans-v9-latin-regular.ttf") format("truetype"), url("../fonts/pt-sans-v9-latin-regular.svg#PTSans") format("svg");
  /* Legacy iOS */ }
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/pt-sans-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-v9-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-700.woff") format("woff"), url("../fonts/pt-sans-v9-latin-700.ttf") format("truetype"), url("../fonts/pt-sans-v9-latin-700.svg#PTSans") format("svg");
  /* Legacy iOS */ }
p {
  margin: 0px;
  padding: 0px; }

img {
  border: 0;
  display: block; }

a {
  text-decoration: none;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  color: #3c5682; }

h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 38px;
  color: #3c5682;
  line-height: 40px;
  font-weight: 400; }

h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 36px;
  color: #3c5682;
  line-height: 36px;
  font-weight: 400; }

h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: #3c5682;
  font-weight: 400; }

h5 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  color: #000000;
  font-weight: 600; }

h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 38px;
  color: #000000;
  line-height: 40px;
  font-weight: 600; }

@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

  h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px; }

  h3 {
    font-size: 20px;
    line-height: 18px; }

  h4 {
    font-size: 26px; } }
/*FORM INPUT STYLES*/
input {
  font-family: "PT Sans", sans-serif; }

/*FORM INPUT STYLES*/
input {
  font-family: "PT Sans", sans-serif; }

input[type="text"], input[type="email"], input[type="password"], textarea, select {
  font-weight: normal;
  font-family: "PT Sans", sans-serif;
  color: #000000;
  border: 1px #999999 solid;
  background-color: #ffffff;
  height: auto;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  text-align: left;
  width: auto; }

input[type="submit"] {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  height: 25px;
  border: 1px #FFFFFF solid;
  background-color: #3c5682;
  width: auto;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left; }

input[type="file"] {
  font-weight: bold;
  color: #FFFFFF;
  height: auto;
  border: 1px #999999 solid;
  background-color: #3c5682;
  width: auto;
  height: auto;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  text-align: left; }

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

input[type="submit"] {
  border: 1px solid #3c5682;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid #c50f3c; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/
.placeholder {
  color: #000000; }

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color GREVEN-Blau*/
/*$color3: #0033a1;*/
/* color GREVEN-Rot */
/* color GREVEN-Grau */
/* color GREVEN-Hellgrau */
/* CSS Document */
/* BASICS */
body, html {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  overflow: auto;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  background-color: #FFFFFF;
  position: relative;
  background: #b5cadc;
  background: -moz-linear-gradient(top, #b5cadc 0%, #f1f2f6 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #b5cadc 0%, #f1f2f6 100%, #7db9e8 100%);
  background: linear-gradient(to bottom, #b5cadc 0%, #f1f2f6 100%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5cadc', endColorstr='#7db9e8',GradientType=0 ); }

/* HEADER */
header {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 130px;
  top: 0px;
  display: block;
  border-top: #3c5682 5px solid;
  background-color: #FFFFFF;
  z-index: 400; }

header .container {
  padding: 0 !important; }

header .header-logo-login {
  padding: 0 !important; }

/* TOP LOGO */
header .header-logo-login .logo {
  position: relative;
  max-width: 130px;
  padding-top: 20px; }

header .header-logo-login a {
  width: 100%; }

header .logo img {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-top:26px;*/
  margin: 0 auto; }

@media (max-width: 996px) {
  header .header-logo-login .logo {
    padding-bottom: 10px; } }
@media (max-width: 768px) {
  header .header-logo-login .logo {
    padding-top: 60px;
    margin-left: 40px; } }
@media (max-width: 540px) {
  header .header-logo-login .logo {
    padding-top: 0px;
    top: -10px !important;
    margin-left: 15px; } }
/* LOGIN */
header .login {
  width: auto;
  float: right; }

header form {
  float: right;
  padding-left: 20px;
  padding-right: 20px; }

header form input[type="text"], header form input[type="password"], header form input[type="submit"] {
  margin-right: 5px;
  margin-top: 5px; }

header .login_top {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #eff2f4; }

@media (max-width: 540px) {
  header .login {
    width: 100%; }

  header form {
    padding-left: 60px; }

  header .login_top {
    width: 100%;
    background: none;
    border-bottom: #eff2f4 1px solid; }

  header form input[type="text"], header form input[type="password"], header form input[type="submit"] {
    float: right;
    width: 120px; } }
/* TOP NAV */
header .nav_top {
  padding-top: 10px;
  margin-right: 10px;
  background-color: #eff2f4;
  display: none; }

header .nav_top ul {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  float: right;
  text-transform: uppercase; }

header .nav_top li.notavailable.last,
header .nav_top li.last a {
  border-right: 0 none; }

header .nav_top li {
  border-right: 1px solid #000;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  padding-left: 7px;
  padding-right: 7px;
  float: left; }

header .nav_top li.active {
  color: #000; }

header .nav_top li.last {
  border-right: 0 none; }

header .nav_top li a {
  font-size: 13px; }

@media (max-width: 540px) {
  header .nav_top {
    width: 100%;
    background: none;
    padding-top: 0px;
    margin-right: 0px; } }
/* RESPONSIV NAV BUTTON */
header .nav-button-container {
  position: absolute;
  display: none;
  z-index: 10000000; }

@media (max-width: 992px) {
  header .nav-button-container {
    display: block; } }
/* NAVIGATION */
/* HIDE CCM MEGAMENU */
#navigation_mega_menu {
  width: 100%; }

@media (max-width: 992px) {
  #navigation_mega_menu {
    display: none; } }
/* TEASER */
teaser {
  position: relative;
  display: block;
  width: 100%;
  /*margin-top:60x !important;*/
  margin-top: 0px;
  background-color: #FFFFFF;
  color: #3c5682;
  z-index: 300; }

teaser a {
  color: #3c5682;
  text-decoration: none;
  padding-right: 40px;
  display: block; }

teaser a:before {
  font-family: FontAwesome;
  font-size: 24px;
  content: "\f054";
  padding-right: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px; }

teaser .slider {
  /*margin-bottom: 5px;*/ }

teaser .slider .slider-main-image img {
  width: 100%;
  height: auto; }

teaser .slider .slider-text-wrapper {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  min-height: 150px;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  /*background-color: rgba(59, 86, 132, 0.9);*/
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63c5682', endColorstr='#3c5682',GradientType=0 );
  padding-top: 20px;
  padding-bottom: 20px; }

teaser .slider .slider-text-container {
  z-index: 2000; }

teaser .slider .slider-text-container .headline {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px; }

teaser img {
  width: 100% !important;
  height: auto;
  display: block;
  /*border-left: $color5 1px solid;
  border-right: $color5 1px solid;
  border-top: $color5 1px solid;*/ }

teaser .slider .owl-dots {
  margin-top: -25px;
  z-index: 10000000;
  position: relative;
  padding-bottom: 5px; }

/*TEMP*/
teaser .slider-main-image {
  max-height: 500px !important;
  overflow: hidden; }

teaser .slider {
  max-height: 500px !important; }

/*teaser .slider .owl-carousel .owl-item {
    max-height: 500px !important; 
}*/
@media (max-width: 768px) {
  teaser .slider .slider-text-wrapper {
    position: relative;
    min-height: 100px;
    background-color: #FFFFFF; } }
/* MIDBAR */
.midbar {
  position: relative;
  display: block;
  height: auto;
  min-height: 50px;
  background-color: #3c5682;
  z-index: 300; }

.midbar a::before {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.midbar a:hover:before {
  opacity: 0.5;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

/* BREADCRUMB */
.midbar .breadcrumb {
  /*	position:relative;
  	padding-left: 0 !important;
  	margin-top:30px !important;*/ }

.midbar ul {
  list-style: none;
  width: 100%;
  padding-left: 0 !important; }

.midbar .breadcrumb li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  /*text-transform:lowercase;*/
  padding: 0px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: #FFFFFF 1px solid; }

.midbar .breadcrumb li .letter-overview {
  text-transform: uppercase; }

.midbar .breadcrumb li:before {
  content: normal;
  margin: 0;
  padding: 0; }

.midbar .breadcrumb li:last-child {
  border: 0; }

.midbar .breadcrumb li:first-child {
  padding-left: 0px; }

.midbar .breadcrumb li a {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none !important; }

@media (max-width: 768px) {
  .midbar .container {
    padding-left: 0 !important; } }
/* FONT AWSOME */
.contact:before {
  font-family: FontAwesome;
  content: "\f041";
  color: #FFFFFF;
  padding: 0;
  margin-right: 10px; }

.email:before {
  font-family: FontAwesome;
  content: "\f003";
  color: #FFFFFF;
  padding: 0;
  margin-right: 10px; }

@media (min-width: 750px) {
  #navigation_responsive_menu {
    display: none; } }
/* MAIN */
/* SECTIONS */
main {
  position: relative;
  min-height: 300px;
  margin-top: 20px;
  z-index: 300; }

main header {
  background: none;
  border: none;
  min-height: 0px; }

main #iframe1 {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #D7E2EE; }

main .container {
  margin-bottom: 5px; }

main .content-tile {
  position: relative;
  /*margin-right:25px !important;
  margin-bottom: 25px !important;*/
  margin-right: 2% !important;
  margin-bottom: 2% !important;
  display: block;
  float: left;
  width: calc(94%/3); }

main .owl-item .content-tile {
  width: 94% !important; }

main .content-tile a {
  text-decoration: none; }

main .content-tile .col-12 {
  background-color: #ebebeb; }

main .content-tile .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  /*max-width: 335px !important;*/ }

/* Image ZOOM */
main .content-tile a .col-12.image {
  overflow: hidden;
  position: relative; }

main .content-tile a .col-12.image img {
  -moz-transition: all 2.5s;
  -webkit-transition: all 2.05s;
  transition: all 2.5s;
  width: 100%;
  height: auto; }

main .content-tile a:hover .col-12.image img {
  -moz-transform: scale(1.07);
  -webkit-transform: scale(1.07);
  transform: scale(1.07); }

main .content-tile .col-12.text {
  position: absolute;
  color: #FFFFFF;
  bottom: 30px;
  padding: 15px !important;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  text-align: left;
  min-height: 100px; }

main .content-tile .col-12.text h3 {
  color: #3c5682;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 5px;
  /*font-weight: 600;*/ }

main .content-tile a .col-12.text {
  background-color: rgba(255, 255, 255, 0.8);
  /*background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63c5682', endColorstr='#3c5682',GradientType=0 );*/
  padding-left: 15px !important;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }

main .content-tile a:hover .col-12.text {
  background-color: rgba(255, 255, 255, 0.95);
  /*background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 80%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63c5682', endColorstr='#3c5682',GradientType=0 );*/
  padding-left: 15px !important; }

main .content-tile .col-12.link {
  background-color: #3c5682;
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: right;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  padding: 10px !important;
  padding-right: 50px !important;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px; }

main .content-tile .col-12.link::before {
  font-family: FontAwesome;
  font-size: 16px;
  content: "\f054";
  padding-right: 25px;
  position: absolute;
  right: 0px;
  bottom: 12px; }

@media (max-width: 768px) {
  main .content-tile .col-12.text h3 {
    color: #3c5682;
    font-size: 20px; }

  main .content-tile {
    width: 100% !important;
    margin-right: 0 !important; } }
main .add-content-tile {
  position: relative;
  /*margin-right:25px !important;
  margin-bottom: 25px !important;*/
  margin-right: 2% !important;
  margin-bottom: 2% !important;
  display: block;
  float: left;
  width: calc(94%/3);
  background-color: #3c5682;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  padding: 15px;
  padding-right: 30px;
  height: 300px;
  text-align: center;
  color: #FFFFFF; }

main .add-content-tile a {
  color: #FFFFFF;
  display: block; }

main .add-content-tile h3 {
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400; }

main .add-content-tile i {
  font-size: 60px;
  margin-bottom: 10px;
  margin-top: 10px; }

/*main .add-content-tile .fa { 
    font-size:60px;
}
*/
main .add-content-tile input {
  width: 100%;
  margin-bottom: 15px; }

main .add-content-tile input[type="submit"] {
  border: #FFFFFF 1px solid; }

@media (max-width: 1200px) {
  main .add-content-tile {
    height: 260px; } }
@media (max-width: 996px) {
  main .add-content-tile {
    height: auto; } }
@media (max-width: 768px) {
  main .add-content-tile {
    width: 100%; } }
main .module {
  background-color: rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 10px; }

@media (max-width: 996px) {
  .container-fluid .container {
    padding: 0 !important; } }
main header {
  height: auto !important; }

main hr {
  border: 0;
  background-color: #3c5682;
  height: 1px;
  width: 100%;
  clear: both;
  /*margin-top: 15px;*/
  margin-bottom: 15px; }

main ul {
  list-style: none;
  padding: 0;
  margin: 0; }

main ul li {
  padding-left: 25px;
  padding-bottom: 5px; }

main ul li:before {
  font-family: FontAwesome;
  content: "\f0c8";
  color: #3c5682;
  font-size: 14px;
  display: inline-block;
  margin-left: -25px;
  margin-top: -1px;
  width: 25px; }

main ul li ul {
  padding-top: 10px; }

main ul li ul li:before {
  content: "\f0c8";
  color: #898c8d; }

main .seo-wrapper {
  background-color: #c50f3c;
  padding-bottom: 10px !important;
  margin-bottom: 20px; }

main .seo-wrapper .header {
  background-color: #3c5682;
  background-image: url("../../Public/Images/logo_frontend_it_diagonal_red_bg_ebebeb.png");
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 50px;
  margin-bottom: 20px; }

main .seo-wrapper .header h2 {
  color: #FFFFFF;
  padding-top: 3px; }

/*direction nav*/
main .direction-nav {
  display: inline-block;
  padding-top: 40px;
  position: relative;
  bottom: 0px;
  width: 100%;
  z-index: 500; }

main .direction-nav a {
  position: relative;
  display: inline-block;
  padding: 10px; }

main .direction-nav .btn-left {
  float: left; }

main .direction-nav .btn-right {
  float: right; }

main .line-arrow {
  /*position: absolute;
  overflow: hidden;*/
  display: inline-block;
  font-size: 6px;
  /*set the size for arrow*/
  width: 4em;
  height: 4em;
  margin-bottom: -8px;
  padding-top: 10px !important;
  opacity: 0.6;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

main .direction-nav a:hover .line-arrow {
  opacity: 1; }

main .line-arrow.left {
  border-top: 4px solid #3c5682;
  border-left: 4px solid #3c5682;
  transform: rotate(-54deg) skew(-20deg);
  /*left: 20px;*/ }

main .line-arrow.right {
  border-top: 4px solid #3c5682;
  border-right: 4px solid #3c5682;
  transform: rotate(54deg) skew(20deg);
  /*right: 20px;*/ }

main .line-arrow:active,
main .line-arrow.active {
  border-width: 4px; }

main .square {
  top: auto;
  bottom: 0px; }

main .square.left {
  transform: rotate(-45deg); }

main .square.right {
  transform: rotate(45deg); }

main span.further-training-modules {
  font-weight: bold; }

main .further-training-modules .active {
  display: none; }

@media (max-width: 996px) {
  main .further-training-modules {
    display: none; } }
/*product-recommendation*/
ul.product-recommendation li {
  position: relative;
  background-color: #FFFFFF;
  display: block;
  width: 48%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #3c5682 1px solid;
  float: left; }

ul.product-recommendation li .image {
  position: relative;
  display: inline-block;
  min-width: 130px; }

ul.product-recommendation li .image img {
  margin: 0 auto; }

ul.product-recommendation li .description {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  padding-left: 5px;
  padding-top: 20px;
  padding-right: 10px;
  -moz-hyphens: auto;
  hyphens: auto; }

ul.product-recommendation li:before {
  content: "";
  width: 0px;
  margin: 0px;
  padding: 0px; }

@media (max-width: 540px) {
  ul.product-recommendation li .description {
    position: relative;
    padding: 10px; } }
@media (max-width: 768px) {
  ul.product-recommendation li {
    width: 100%;
    float: none; } }
@media (max-width: 992px) {
  main .services .col-lg-6 {
    padding-right: 0px; }

  main .seo-wrapper .header {
    background: none;
    background-color: #3c5682;
    min-height: 40px;
    margin-bottom: 20px; } }
@media (max-width: 1140px) {
  .content {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
/* SIDENAV */
.sidenavigation ul {
  margin-right: 30px; }

.sidenavigation li {
  padding: 0px;
  margin-bottom: 1px; }

.sidenavigation li:before {
  content: "";
  margin-left: 0px;
  width: 0px;
  display: none; }

.sidenavigation li a {
  display: block;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5); }

.sidenavigation li a:hover {
  background-color: #3c5682; }

.sidenavigation li a:hover {
  color: #FFFFFF !important;
  text-decoration: none !important; }

.sidenavigation a.active {
  color: #FFFFFF;
  background-color: #3c5682; }

@media (max-width: 996px) {
  .sidenavigation ul {
    margin-right: 0px;
    margin-bottom: 20px; } }
a.play {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px; }

a.play:before {
  font-family: FontAwesome;
  content: "\f144";
  color: #3c5682;
  font-size: 36px;
  position: absolute;
  top: -10px;
  left: 0px; }

@media (max-width: 996px) {
  a.play {
    float: right;
    margin-top: 0px;
    margin-bottom: 10px; } }
/* FOOTER */
footer {
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 300;
  font-size: 16px;
  border-top: #3c5682 5px solid; }

footer header {
  background: none;
  border: none;
  min-height: 0px; }

footer h3 {
  font-size: 18px;
  margin-bottom: 5px; }

footer a {
  text-decoration: none; }

footer .footer-top {
  background-color: #eff2f4;
  padding-top: 0px !important;
  padding-bottom: 20px !important;
  color: #3c5682 !important; }

footer .footer-top a {
  color: #3c5682 !important;
  font-weight: 400; }

footer .footer-bottom {
  background-color: #3c5682;
  padding-top: 0px !important;
  padding-bottom: 20px !important;
  color: #FFFFFF !important; }

footer .container .row {
  /*margin-left:40px;
  margin-right:40px;*/ }

/* FOOTER LOGO */
footer .logo {
  z-index: 100000; }

footer p {
  padding-left: 0px; }

footer i {
  width: 20px; }

footer .logo img {
  width: 225px;
  float: left;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px; }

footer .footer_content {
  padding-top: 15px; }

footer .row .bottomnav {
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-left: #898c8d 1px solid; }

footer .row .bottomnav.first {
  border-left: none; }

footer .row .bottomnav ul {
  display: block;
  position: relative;
  list-style: none;
  line-height: 20px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  /*padding-top:20px;
  padding-bottom:20px;*/ }

footer .row .bottomnav li a {
  font-weight: 400 !important;
  text-decoration: none; }

footer .row .footercontact {
  /*padding-top:20px;
  padding-bottom:20px;*/
  padding-left: 0;
  color: #3c5682;
  font-weight: 400;
  line-height: 25px; }

footer .typo3_logo_footer {
  width: 100%;
  height: auto; }

@media (max-width: 1140px) {
  footer .container .row {
    margin-left: 0px;
    margin-right: 0px; } }
@media (max-width: 750px) {
  footer .nav_wrapper {
    background: #eff2f4; }

  footer .row .bottomnav {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 0px;
    border-bottom: #3c5682 1px solid; }

  footer .row .bottomnav li a {
    margin-bottom: 10px !important;
    display: block; }

  footer .row .footercontact {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 0px;
    border-bottom: #3c5682 1px solid; } }
/*NEWSLETTER SIGN UP*/
footer .newsletter-sign-up {
  background-color: #c50f3c; }

footer .newsletter-sign-up-box {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 5px;
  width: auto; }

footer .newsletter-sign-up-box input {
  float: left;
  width: 220px; }

footer .newsletter-sign-up-box input[type="text"],
footer .newsletter-sign-up-box input[type="email"] {
  border: #eff2f4 1px solid;
  background-color: #FFFFFF;
  height: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 5px; }

/*SOCIAL*/
.social {
  float: left;
  margin-top: 20px;
  margin-right: 15px; }

.social.fb img {
  height: 25px;
  width: auto; }

.social.yt img {
  height: 25px;
  width: auto; }

/* ADDITIONALS */
.scrollToTop {
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  background-color: #3c5682;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 75px;
  right: 0px;
  display: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 100000;
  border-left: #FFFFFF 1px solid;
  border-top: #FFFFFF 1px solid;
  border-bottom: #FFFFFF 1px solid; }

.scrollToTop:hover {
  text-decoration: none; }

/* SPEED CONTACT */
.speedcontactbox {
  position: fixed;
  top: 154px;
  right: 0px;
  width: 40px;
  height: 350px;
  background: #FFFFFF;
  overflow: hidden;
  z-index: 1000; }

.speedcontactbox-inner-left {
  position: absolute;
  font-size: 24px;
  color: #FFFFFF;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 352px;
  padding: 0px;
  background: #3c5682;
  cursor: pointer; }

.speedcontactbox-inner-left p {
  margin: 0;
  margin-top: 280px;
  padding: 0;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  white-space: nowrap; }

/*.speedcontactbox-inner-left	#c20 {
    width: 400px;
}*/
.speedcontactbox-inner-left h2 {
  font-size: 22px; }

.speedcontactbox-inner-left h2 a {
  color: #07367f; }

.speedcontactbox-inner-right {
  width: 400px;
  padding: 10px;
  padding-top: 35px;
  margin-left: 50px;
  font-size: 22px; }

.speedcontactbox-inner-right .tx-powermail {
  width: 350px; }

.speedcontactbox-inner-right .powermail_textarea {
  height: 80px; }

.speedcontactbox-inner-right h2 {
  font-size: 22px;
  margin: 0px !important;
  padding: 0px !important; }

.speedcontactbox-inner-right h2 a {
  color: #07367f; }

.speedcontactboxclose {
  position: absolute;
  left: 10px;
  top: 30px;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  font-size: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1001; }

.speedcontactboxclose.close {
  transform: scaleX(-1); }

@media (max-width: 996px) {
  .speedcontactbox {
    top: 130px; } }
@media (max-width: 768px) {
  .speedcontactbox {
    display: none; } }
/* POWERMAIL */
.tx-powermail .container-fluid {
  padding: 0 !important;
  padding-right: 20px !important; }

/*.tx-powermail {
	color:$color1 !important;
	padding-left:5px;
	}
	
.tx-powermail input, textarea {
	color:$color3!important;
	font-family: $font-main!important;
	font-size: 12px;
	}	
	
.tx-powermail .col-lg-12.btn.btn-primary {
	color:$color2!important;
	}*/
/* MORE */
.more, .back {
  display: block;
  font-size: 16px;
  background-color: #3c5682;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: left;
  clear: both; }

a.more, a.back {
  color: #FFFFFF !important;
  text-decoration: none !important; }

.more:after {
  font-family: FontAwesome;
  content: "\f054";
  color: #FFFFFF;
  padding-left: 15px;
  position: relative;
  top: 1px; }

.back:before {
  font-family: FontAwesome;
  content: "\f053";
  color: #FFFFFF;
  padding-right: 10px; }

/* owl slider */
.owl-dots {
  text-align: center;
  padding-bottom: 10px; }

.owl-dot {
  display: inline-block; }

.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #3c5682; }

.owl-dot.active span, .owl-dot:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto !important;
  -webkit-transform-style: preserve-3d; }

@media (max-width: 768px) {
  .owl-dots {
    display: none; } }
/* sg-cookie-optin-box */
.sg-cookie-optin-box li:before {
  content: "" !important; }

/*zertifikat*/
table.actions td a {
  color: #ffffff !important;
  display: block; }

td.headlogo {
  padding: 10px !important;
  background-color: #FFFFFF;
  color: #3c5682; }

table.zertifikat th, table.zertifikat td {
  background-color: #FFFFFF !important;
  border: 0px !important; }

td.headlogo img {
  padding-left: 20px;
  float: right; }

.certificate_title {
  display: block;
  font-size: 50px;
  color: #3c5682;
  margin-top: 20px;
  margin-bottom: 30px; }

.certificate_username {
  display: block;
  font-size: 24px;
  color: #3c5682;
  margin-bottom: 20px; }

.certificate_username_subtext {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px; }

.certificate_headline {
  display: block;
  font-size: 30px;
  color: #3c5682;
  margin-top: 20px;
  margin-bottom: 10px; }

.certificate_learncontent {
  display: block;
  padding: 10px;
  line-height: 24px;
  font-weight: bold;
  background-color: #FFFFFF;
  /*    border: $color3 1px solid;*/
  margin-bottom: 20px; }

.certificate_result {
  display: block;
  margin-bottom: 20px;
  font-weight: bold; }

.certificate_date {
  display: block;
  font-size: 20px;
  color: #3c5682; }

.certificate_confirm {
  display: block;
  margin-bottom: 20px;
  font-weight: bold; }

/*teaser {}
main {display:none;}
.midbar {display:none;}
footer {display:none;}
*/
/* Scss Document */
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color GREVEN-Blau*/
/*$color3: #0033a1;*/
/* color GREVEN-Rot */
/* color GREVEN-Grau */
/* color GREVEN-Hellgrau */
/*LOGIN*/
/*.tx-felogin-pi1 {
    max-width: 370px; 
}

.tx-felogin-pi1 fieldset {
    border: none;
    padding: 0; 
}

.tx-felogin-pi1 legend {
    display: none; 
}

.tx-felogin-pi1 form {
    margin-top: 20px; 
}

.tx-felogin-pi1 input {
    margin-bottom: 10px; 
}
*/
/* CE Gallery */
/*.ce-gallery {
    width: 100%;
}

.ce-gallery .ce-row {
    width: 100%;
}

.ce-gallery .ce-column {
    width: 100%;
}

.ce-gallery figure {
    width: 100%;
}*/
.ce-above .ce-gallery img {
  width: 100% !important;
  height: auto !important; }

.ce-border img, .ce-border iframe {
  border: 1px solid #3c5682;
  padding: 0px; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 0px; }

@media (max-width: 768px) {
  .ce-right .ce-gallery, .ce-left .ce-gallery {
    float: none; }

  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
    margin-left: 0px; }

  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px; } }
@media (max-width: 540px) {
  .ce-gallery img {
    width: 100% !important;
    height: auto !important; }

  .ce-gallery figure {
    width: 100%; }

  .ce-gallery .ce-column {
    width: 100%; } }
/* CE UPLOADS */
.ce-uploads {
  margin-top: 20px;
  float: none; }

.ce-uploads span {
  display: block; }

.ce-uploads img {
  border: #eff2f4 1px solid;
  float: left;
  margin-right: 20px;
  padding: 0;
  max-width: 80px;
  height: auto; }

.ce-uploads a {
  color: #000000;
  text-decoration: none; }

.ce-uploads ul {
  list-style: none; }

.ce-uploads li {
  padding-left: 0; }

.ce-uploads li::before {
  content: "";
  margin: 0;
  width: 0; }

.ce-uploads .ce-uploads-filesize {
  font-weight: normal;
  color: #000000;
  font-size: 12px; }

main table {
  border-collapse: collapse;
  background-color: #FFFFFF; }

main table, main th {
  border: 1px solid #3c5682;
  background-color: #FFFFFF;
  padding: 5px; }

main table, main th, main td {
  border: 1px solid #3c5682;
  padding: 5px;
  /*white-space:nowrap;*/ }

main table tbody tr:nth-child(even) {
  background-color: #eff2f4; }

main table tbody tr:nth-child(1) {
  background-color: #3c5682;
  color: #FFFFFF; }

main table tbody tr:nth-child(1) td {
  border-right: 1px solid #FFFFFF; }

main table tbody tr:nth-child(1) td:last-child {
  border-right: 1px solid #3c5682; }

main table ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

main table ul li {
  padding-left: 10px; }

main table ul li:before {
  content: "-";
  color: #3c5682;
  font-size: 15px;
  display: inline-block;
  margin-left: -10px;
  width: 10px; }

@media (max-width: 540px) {
  .frame-layout-1 {
    width: 100%;
    overflow: auto; }

  main table {
    width: 100% !important; } }
hr {
  border: 0;
  background-color: #3c5682;
  height: 1px;
  width: 100%;
  clear: both;
  /*margin-top: 15px;*/
  margin-bottom: 15px; }

.text-center {
  text-align: center; }

/* IMPRESSUM DATENSCHUTZ */
/*#c56 h2, #c59 h2 {
	font-size:24px !important;
	line-height:24px !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
    color: $color1 !important;
	}
#c56 h2:after, #c52 h2:after,  {
	content:"";}
	
#c56 h3, #c59 h3,{
	font-size:20px !important;	
	margin-top:10px !important;
	margin-bottom:10px !important;	
	}
	
#c56 strong, #c59 strong,{
	display:block;
	margin-top:10px !important;
	margin-bottom:0px !important;	
	}	*/
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color GREVEN-Blau*/
/*$color3: #0033a1;*/
/* color GREVEN-Rot */
/* color GREVEN-Grau */
/* color GREVEN-Hellgrau */
.sub-links a {
  display: block; }

#top-nav-pages .subcontent-text .sub-links {
  margin-top: 10px; }

#tx-solr-search span.result-info {
  display: block; }

main #tx-solr-search .results-list {
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px; }

main ul.pagination li::before,
main ul.facets li::before,
main ul.facet-option-list.facet-type-options.fluidfacet li::before {
  content: none !important; }

main ul.facets li {
  padding-left: 0; }

main ul.acet-option-list.facet-type-options.fluidfacet li {
  padding-left: 0; }

#tx-solr-faceting .facets h5.facet-label {
  background-color: #ffffff;
  color: #3c5682; }

main #tx-solr-search-functions .secondaryContentSection .csc-header {
  padding-left: 0; }

#tx-solr-facets-in-use {
  margin-bottom: 20px; }

.results-list .results-entry {
  padding-bottom: 20px;
  border-bottom: 1px solid #3c5682; }

/*main .tx-solr-search-form-pi-results,*/
/*.search-container .tx-solr-search-form-pi-results{*/
/*background-color: transparent;*/
/*border: 0 none;*/
/*padding: 0;*/
/*margin-bottom: 0;*/
/*}*/
main .tx-solr-search-form-pi-results {
  margin-bottom: 30px; }

main .tx-solr-q.js-solr-q.tx-solr-suggest.tx-solr-suggest-focus.form-control {
  border: 1px solid #3c5682;
  width: 89%; }

.tx-solr-loader {
  background: url("../Images/preloader.svg") !important;
  background-repeat: no-repeat !important; }

.pagination li {
  float: left; }

.results-list li {
  clear: left; }

.btn.btn-default.tx-solr-submit {
  background: #3c5682 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  padding: 7px 20px;
  position: relative;
  text-decoration: none;
  border: 1px solid #3c5682;
  width: 10%; }

#tx-solr-facets-in-use {
  margin-top: 10px;
  margin-bottom: 10px; }

a.solr-btn {
  background-color: #3c5682;
  color: #ffffff;
  margin-right: 4px;
  padding: 2px; }

header .container-fluid.header-top .container .search-container .search {
  background: transparent; }

.autocomplete-group {
  color: #3c5682; }

/* CSS Document */
.row {
  margin-right: 0;
  margin-left: 0; }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px; }

@media (max-width: 992px) {
  .row {
    margin-right: 0;
    margin-left: 0; }
    .row > .col,
    .row > [class*="col-"] {
      padding-right: 0px !important;
      padding-left: 0px !important; } }
.container {
  /*width:1300px !important;*/ }

.container-fluid {
  /*padding:0 !important;*/ }

@media (max-width: 1300px) {
  .container {
    /*width:1140px !important;*/ } }
@media (max-width: 580px) {
  .container {
    width: auto !important; } }
@media (min-width: 992px) {
  #contact .col-lg-4 {
    padding-left: 25px; }

  h1, h3, h3, h4 {
    padding-left: 0px; }

  section ul, p {
    padding-left: 0px !important; } }
@media (min-width: 768px) {
  .news .col-md-4 {
    padding-right: 25px; } }
.w-100 {
  display: block;
  width: 100%; }

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