@charset "UTF-8";
/* Scss Document */
/* 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 */
/* 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: $background-color;
  position:relative;
     background: rgb(181,202,220);
  background: -moz-linear-gradient(top, rgba(181,202,220,1) 0%, rgba(241,242,246,1) 100%, rgba(125,185,232,1) 100%);
  background: -webkit-linear-gradient(top, rgba(181,202,220,1) 0%,rgba(241,242,246,1) 100%,rgba(125,185,232,1) 100%);
  background: linear-gradient(to bottom, rgba(181,202,220,1) 0%,rgba(241,242,246,1) 100%,rgba(125,185,232,1) 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 .logo {
  position: relative;
  max-width: 130px;
  padding-top: 20px;
}

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

.headline {
  display: block;
  position: relative;
  /*border-top: $color3 1px solid;*/
  border-bottom: #3c5682 1px solid;
}

.headline h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

main {
  position: relative;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 100px;
}

main header {
  border-top: 0px;
  min-height: 10px;
}

.direction-nav {
  display: inline-block;
  /*border-top: $color3 1px solid;*/
  border-top: #3c5682 1px solid;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 500;
}

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

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

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

.direction-nav-gardient {
  position: absolute;
  display: block;
  height: 30px;
  top: -31px;
  left: 0px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.02) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.02) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#05ffffff", endColorstr="#ffffff",GradientType=0 );
  z-index: 400 !important;
}

.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;
}

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

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

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

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

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

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

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

.close {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.close:hover {
  opacity: 1;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 4px;
  background-color: #3c5682;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

/*product-recommendation*/
ul.product-recommendation {
  margin: 0;
  padding: 0;
}

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-top: 20px;
  padding-left: 5px;
  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;
  }
}
table {
  width: 100%;
}

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: "";
  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: "";
  color: #898c8d;
}

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

/* 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 */
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row .innerbox {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row .innerbox > .col,
.row .innerbox > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container .justify-content-center {
  justify-content: center;
}

@media (min-width: 992px) {
  #contact .col-lg-4 {
    padding-left: 25px;
  }

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

  /*h1 {
  	padding-left:50px;
  	}*/
  #contact h5 {
    padding-left: 0px !important;
  }

  section ul {
    padding-left: 20px !important;
  }

  figure.image {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.tx-ws-flexslider ul {
  padding: 0 !important;
}

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

.tx-powermail .col-sm-10 {
  padding: 0 !important;
}

.tx-powermail h3, legend, label {
  display: none;
}

.tx-powermail .checkbox label {
  display: block !important;
  max-width: 295px !important;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
}

.tx-powermail .checkbox input {
  min-width: 0px !important;
  padding: 0;
  margin: 0;
  margin-right: 5px;
  margin-left: -20px;
}

.tx-powermail fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.tx-powermail input, textarea, select {
  min-width: 300px !important;
  margin-bottom: 15px;
  font-size: 15px;
}

.tx-powermail select {
  padding: 2px;
  border: 1px solid #FFF;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tx-powermail .parsley-errors-list {
  display: none !important;
}

.tx-powermail .parsley-error {
  max-width: 300px;
}

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