/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color ps orange*/
/* color ps grey */
/* color ps yellow*/
/* color ps grey */
/* local fonts start */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* local fonts end */
p {
  margin: 0px;
  padding: 0px; }

img {
  border: 0;
  display: block; }

a {
  text-decoration: underline;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #000000; }

h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 30px;
  color: #000000;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 26px;
  color: #333333;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase; }

h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase; }

/*h4 {
	margin:0;
	padding:0;
	font-size:18px;
	color: $color1;
	font-weight:600;
	font-style:italic;
	}*/
h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-weight: 400; }

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;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

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

  h3 {
    font-size: 20px; }

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

input[type="text"], input[type="email"], input[type="password"], textarea, select {
  font-weight: normal;
  color: #000000;
  border: none;
  background-color: #ebebeb;
  height: auto;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  	/*-webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;*/
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 14px; }

/*input[type="password"] {
	font-weight:normal;
	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: normal;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  border: none;
  background-color: #cc6600;
  width: 100%;
  padding: 8px;
  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: #cc6600;
  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 $color2;
  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 $color3;
  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 $color4;
}*/
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 ps orange*/
/* color ps grey */
/* color ps yellow*/
/* color ps grey */
/* CSS Document */
/* BASICS */
body, html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  background-color: #FFFFFF;
  position: relative; }

/* HEADER */
header {
  position: relative;
  width: 100%;
  min-height: 100px;
  height: auto;
  top: 0px;
  display: block;
  z-index: 10000;
  background-color: #FFFFFF; }

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

header .header-line-1 {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden; }

header .header-line-1 .container {
  height: 70px; }

header .header-line-2 {
  position: relative;
  background-color: #ebebeb; }

header .header-line-2 .container {
  height: 70px; }

/*TOP NAVIGATION*/
.nav_top {
  z-index: 100000; }

.nav_top ul {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 5px;
  margin-top: 25px;
  float: left; }

.nav_top li {
  float: left; }

.nav_top li a {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 15px;
  text-decoration: none; }

.nav_top li:before {
  font-family: FontAwesome;
  font-size: 14px;
  color: #cc6600;
  display: inline-block;
  width: 14px;
  /* same as padding-left set on li */ }

.nav_top li.facontact:before {
  content: "\f041";
  /* FontAwesome Unicode */ }

.nav_top li.faemail:before {
  content: "\f003";
  /* FontAwesome Unicode */ }

.nav_top li.falogin:before {
  content: "\f090";
  /* FontAwesome Unicode */ }

.nav_top li.fasearch:before {
  content: "\f002";
  /* FontAwesome Unicode */ }

.nav_top li a.last {
  border: 0 !important; }

@media (max-width: 992px) {
  .nav_top ul {
    margin-top: 10px; } }
@media (max-width: 768px) {
  .nav_top ul {
    float: right; } }
@media (max-width: 540px) {
  .nav_top ul {
    padding-top: 0px;
    width: 180px;
    margin-right: -40px; } }
/* LANGUAGE SWITCH */
header #language_switch {
  font-size: 13px;
  padding-left: 15px; }

header #language_switch a {
  font-size: 13px !important;
  padding: 0 !important; }

header #language_switch li {
  padding-top: 2px;
  padding-right: 10px; }

header #language_switch li.active {
  color: #cc6600; }

/* TOP LOGO */
header .logo {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  padding-top: 49px;
  width: 346px;
  height: auto;
  z-index: 100000 !important;
  margin-right: 20px; }

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

header .claim {
  font-size: 16px;
  font-weight: 600;
  padding-top: 12px; }

@media (max-width: 1140px) {
  header .container .row {
    margin-left: 0px;
    margin-right: 0px; } }
@media (max-width: 996px) {
  header .claim {
    padding-top: 0px; } }
@media (max-width: 768px) {
  header {
    min-height: 136px; }

  header .container {
    padding: 0 !important; }

  header .header-line-1 {
    height: 75px; }

  header .header-line-2 .container {
    min-height: 60px;
    height: 60px;
    background: none !important; }

  /*header {
  	position: relative;
  	}*/
  header .logo {
    width: 300px !important;
    background: none;
    margin: 0;
    margin-top: 58px;
    height: auto;
    padding: 0 !important; }

  header .logo img {
    width: 292px !important;
    margin: 0 !important; }

  header .claim {
    display: none; } }
/* 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 */
/* SM temp */
.main-nav {
  width: 100%;
  /*margin-top:15px;*/ }

.main-nav #main-menu {
  float: right;
  min-height: 35px; }

#navigation_mega_menu {
  width: 100%; }

@media (max-width: 992px) {
  .main-nav {
    display: none; }

  #navigation_mega_menu {
    display: none; } }
/* TEASER */
teaser {
  position: relative;
  display: block;
  /*padding-top:220px;*/
  background-color: #ebebeb; }

teaser .teaser {
  /*max-width:1300px;*/
  margin: 0 auto;
  display: block;
  padding: 0 !important; }

teaser .teaser img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1000; }

teaser .teaser .teaserinfo {
  height: auto;
  display: block;
  position: absolute;
  z-index: 10000;
  bottom: 40px;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 500px;
  padding: 10px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px; }

teaser .teaser .teaserinfo h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #333333; }

teaser .col-lg-12 {
  padding: 0 !important; }

@media (max-width: 992px) {
  teaser {
    padding-top: 0px; }

  teaser .teaser .teaserinfo {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 992px;
    background-color: white; } }
/* BREADCRUMB */
.breadcrumb {
  position: relative;
  background-color: #ebebeb; }

.breadcrumb ul {
  list-style: none;
  width: 100%;
  padding-left: 0 !important;
  padding-bottom: 0px;
  margin-top: 10px !important;
  margin-bottom: 0px !important; }

.breadcrumb li {
  display: inline-block;
  color: #333333;
  text-transform: uppercase;
  padding: 0px;
  padding-right: 10px;
  padding-left: 6px;
  border-right: #333333 1px solid; }

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

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

.breadcrumb li a {
  color: #333333;
  font-size: 14px;
  text-decoration: none; }

.breadcrumb .inquiry a {
  display: block;
  background-color: #cc6600;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  float: right;
  height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px; }

@media (max-width: 1140px) {
  .breadcrumb {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
@media (max-width: 540px) {
  .breadcrumb .inquiry a {
    width: 100%;
    text-align: center;
    margin-top: 10px; } }
/* 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; }

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

/*Login/Logout*/
.logout:before {
  font-family: FontAwesome;
  content: "\f090";
  color: #FFFFFF;
  padding: 0;
  position: absolute;
  left: -5px;
  top: 4px; }

.logout {
  margin-left: 15px; }

/*.phone:before {
	font-family: FontAwesome;
    content: "\f095";
    color: $color2;
    padding:0;
	margin-right:10px;
   }	
   
.home:before {
	font-family: FontAwesome;
    content: "\f015";
    color: $color2;
    padding:0;
	margin-right:10px;
   } 
   
.news:before {
	font-family: FontAwesome;
    content: "\f1ea";
    color: $color2;
    padding:0;
	margin-right:10px;
   }  */
@media (min-width: 750px) {
  #navigation_responsive_menu {
    display: none; } }
/* MAIN */
/* SECTIONS */
main {
  position: relative;
  display: block;
  min-height: 300px;
  margin-top: 40px; }

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

/* HOMETILE */
main .hometile {
  padding-right: 0px !important;
  /*padding-left:50px !important;*/
  margin-bottom: 20px;
  margin-top: 20px;
  /*background-color:#f8f09f;*/ }

main .hometile {
  padding-right: 50px !important;
  padding-left: 0px !important; }

main .hometile img {
  width: 100%;
  height: auto; }

main .hometile-content {
  margin-top: 10px; }

main .hometile-content h2 {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 400; }

main .hometile-content .more {
  float: left; }

@media (max-width: 768px) {
  main .hometile {
    padding: 0px !important;
    border-top: #ebebeb 20px solid;
    /*max-width:325px;*/ }

  main .hometile:nth-child(2n+1) {
    padding: 0px !important; } }
main table {
  border-collapse: collapse; }

main table, main th, main td {
  border: 1px solid #ebebeb;
  padding: 5px; }

main header {
  height: auto !important;
  position: relative;
  z-index: 1000;
  min-height: 1px;
  background: none; }

main hr {
  border: 0;
  background-color: #ebebeb;
  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: 30px;
  padding-bottom: 5px; }

main ul li:before {
  font-family: FontAwesome;
  content: "\f0c8";
  color: #cc6600;
  font-size: 15px;
  display: inline-block;
  margin-left: -30px;
  width: 30px; }

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

main .seo-wrapper .header {
  background-color: #cc6600;
  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; }

@media (max-width: 992px) {
  main .services .col-lg-6 {
    padding-right: 0px; }

  main .seo-wrapper .header {
    background: none;
    background-color: #cc6600;
    min-height: 40px;
    margin-bottom: 20px; } }
/*SPAECIAL*/
main .special {
  background-color: #ebebeb;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 20px;
  margin-bottom: 20px; }

main ul.li-float {
  display: table; }

main ul.li-float li {
  float: left; }

main ul.ls-star li {
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 29px;
  font-weight: 600; }

main ul.ls-star li:before {
  font-family: FontAwesome;
  content: "\f005";
  color: #cc6600;
  font-size: 28px;
  display: inline-block;
  margin-left: -34px;
  width: 44px; }

/*NEWS*/
.news-wrapper {
  background-color: #FFFFFF;
  border-top: #ebebeb 1px solid;
  border-bottom: #ebebeb 1px solid;
  /*margin-bottom: 20px;*/ }

/*.news-box-headline {
  position: absolute;
  left: -90px;
  top: 30px;
  display: table;
  width: auto;
  font-size: 32px !important;
  text-align: right;
  margin-bottom: 5px;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }*/
.news-box-headline {
  position: relative;
  top: 0px;
  font-size: 32px !important; }

.news-container {
  padding-top: 10px;
  padding-bottom: 10px; }

.news-container ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; }

.news-container ul li {
    /*margin-right:25px !important;
	margin-bottom: 25px !important;*/
  position: relative;
  margin: 0;
  padding: 0;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  display: block !important;
  float: left !important;
  width: calc(97%/3) !important;
  font-weight: 600;
  font-size: 18px; }

.news-container ul li:before {
  display: block !important; }

.news-container ul li:before {
  content: "";
  margin-left: 0px;
  width: 0px; }

.news-container img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.news-container .owl-carousel .owl-item {
  padding-right: 15px; }

.news-container .owl-carousel .owl-stage {
  padding-bottom: 15px; }

.news-container .owl-carousel .news-text {
  font-weight: 600; }

.news a {
  text-decoration: none; }

.news h3 a {
  font-size: 24px !important;
  padding-bottom: 10px;
  display: block; }

.page-navigation {
  display: block; }

.page-navigation p {
  display: none; }

.page-navigation ul li.current {
  color: #cc6600; }

.page-navigation ul li:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  width: 0; }

.page-navigation ul li.previous {
  padding-right: 15px; }

.news .article .teaser-text {
  margin: 0; }

.news .article .news-img-wrap {
  float: right;
  margin-right: 0px; }

.news .article .news-img-wrap a {
  padding: 0px;
  border: 0px; }

.news .footer {
  margin: 0;
  font-size: 12px !important; }

.news ul.news-category {
  display: block;
  margin-bottom: 25px; }

.news ul.news-category li {
  display: inline-block;
  padding: 0;
  margin: 0; }

.news ul.news-category li a {
  display: inline-block;
  font-size: 14px;
  background-color: #ebebeb;
  padding: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 5px; }

.news ul.news-category li li a:first-child {
  background-color: #cc6600;
  color: #FFFFFF; }

.news ul.news-category li a:hover {
  background-color: #cc6600;
  color: #FFFFFF; }

.news ul.news-category li a.active {
  background-color: #cc6600;
  color: #FFFFFF; }

.news ul.news-category li:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 0; }

.news-single .article h3 {
  padding-bottom: 15px;
  font-size: 30px; }

.news-single .footer {
  padding-bottom: 20px; }

@media (max-width: 1140px) {
  .news-box-headline {
    position: relative;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); } }
@media (max-width: 768px) {
  .news-container .owl-carousel .owl-item {
    padding-right: 0px; } }
/* CONTENT */
.content {
  /*padding-left:55px !important;
  padding-right:55px !important;*/
  /*margin-top:20px;
  margin-bottom:50px;*/ }

@media (max-width: 1140px) {
  .content {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
/* FOOTER */
footer {
  position: relative;
  width: 100%;
  top: 0px;
  z-index: 10000;
  /*margin-top: 40px;*/ }

footer a {
  text-decoration: none; }

footer .footer-top {
  background-color: #333333;
  padding-top: 0px !important;
  padding-bottom: 25px !important; }

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

footer .footer-bottom .footer_content {
  color: #333333 !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: 30px;
  min-height: 50px;
  color: #FFFFFF; }

footer .row .bottomnav {
  /*padding-left:40px;
  padding-right:30px;
  border-left: $color2 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 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400 !important;
  text-decoration: none; }

footer .row .footercontact {
  /*padding-top:20px;
  padding-bottom:20px;*/
  padding-left: 0;
  color: #FFFFFF;
  font-size: 14px; }

footer .row .footercontact a {
  color: #FFFFFF;
  font-size: 14px; }

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: #333333; }

  footer .row .bottomnav {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 0px;
    border-bottom: #FFFFFF 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: #FFFFFF 1px solid; } }
/*NEWSLETTER SIGN UP*/
footer .newsletter-sign-up {
  background-color: #ebebeb; }

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: #333333 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: #cc6600;
  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; }

/* 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 a {
  display: inline-block;
  font-size: 14px;
  background-color: #cc6600;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0px; }

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

.more:after {
  font-family: FontAwesome;
  content: "\f054";
  color: #FFFFFF;
  padding-left: 10px; }

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

/* BACK BEWS */
.news-backlink-wrap a {
  display: inline-block;
  font-size: 14px;
  background-color: #cc6600;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0px; }

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

/*SEARCH*/
.tx-indexedsearch-searchbox fieldset {
  border: none;
  padding: 0; }

.tx-indexedsearch-searchbox legend {
  display: none; }

.tx-indexedsearch-form label {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block; }

.tx-indexedsearch-form input {
  margin-bottom: 20px; }

.tx-indexedsearch-form {
  display: inline-block;
  width: 370px; }

@media (max-width: 768px) {
  .tx-indexedsearch-form {
    width: 100%; } }
.tx-indexedsearch-search-submit input {
  max-width: 370px; }

.tx-indexedsearch-form-button {
  display: inline-block; }

.search-term-information {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px; }

.search-result-count {
  margin-bottom: 10px; }

.tx-indexedsearch-res {
  background-color: #ebebeb;
  padding: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cc6600;
  clear: both; }

.tx-indexedsearch-title a {
  color: #cc6600; }

ul.tx-indexedsearch-browsebox li {
  float: left;
  list-style-type: none;
  padding-left: 0; }

ul.tx-indexedsearch-browsebox li::before {
  font-family: FontAwesome;
  content: "";
  font-size: 15px;
  display: unset;
  margin-left: 0;
  width: 0px; }

ul.tx-indexedsearch-browsebox li a,
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
  background-color: #cc6600;
  color: #FFFFFF;
  width: auto;
  float: left; }

ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background-color: grey;
  float: left; }

/*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; }

/* owl slider */
.owl-dots {
  text-align: center;
  padding-bottom: 0px;
  margin-top: -20px; }

.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: #cc6600; }

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

.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; } }
/* CE Gallery */
/*.ce-gallery {
    width: 100%;
}

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

.ce-gallery .ce-column {
    width: 100%;
}
*/
.ce-gallery figure {
  /*width: 100%;*/
  margin-bottom: 10px; }

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

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

  .ce-intext.ce-right .ce-gallery {
    margin-left: 0px; } }
@media (max-width: 540px) {
  .ce-gallery img {
    width: 100% !important;
    height: auto !important; } }
/*CE TEXT*/
.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 0px;
  overflow: auto; }

/* CE UPLOADS */
.ce-uploads {
  margin-top: 20px;
  float: none; }

.ce-uploads span {
  display: block; }

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

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

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

ul.ce-uploads li {
  padding-left: 0;
  width: 100% !important;
  display: flex; }

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

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

/* IMPRESSUM DATENSCHUTZ */
#c56 h2, #c59 h2 {
  font-size: 24px !important;
  line-height: 24px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #000000 !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; }

/*TABLE*/
.contenttable {
  width: 90%;
  display: inline-table;
  overflow: scroll;
  padding: 0;
  border: 0;
  white-space: nowrap;
  font-size: 13px; }

.contenttable tr:nth-child(even) {
  background-color: #ebebeb; }

@media (max-width: 996px) {
  .contenttable {
    width: 100%;
    display: block;
    padding-bottom: 10px; } }
.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100; }
    .owl-nav .owl-prev i, .owl-nav .owl-next i {
      font-size: 4rem;
      color: #FFFFFF;
      padding: 20px;
      opacity: .5;
      -webkit-transition: opacity 500ms ease-out;
      -moz-transition: opacity 500ms ease-out;
      -o-transition: opacity 500ms ease-out;
      transition: opacity 500ms ease-out; }
    .owl-nav .owl-prev i:hover, .owl-nav .owl-next i:hover {
      opacity: 1; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.t3-column-ce .row {
  padding-left: 0px; }

.t3-column-ce .col-lg-4 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.t3-column-ce .col-lg-6 {
  padding-left: 0px !important; }

.t3-column-ce .col-lg-8 {
  padding-left: 0px !important; }

.t3-column-ce .col-lg-12 {
  padding-left: 0px !important; }

.news-wrapper .owl-nav {
  bottom: 70px;
  top: auto; }

.news-wrapper .owl-prev i, .news-wrapper .owl-next i {
  color: #cc6600 !important; }

a[href^="tel:"] {
  text-decoration: none !important; }

/*teaser {}
main {display:none;}
.midbar {display:none;}
footer {display:none;}
*/
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color ps orange*/
/* color ps grey */
/* color ps yellow*/
/* color ps grey */
.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: #cc6600; }

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 #cc6600; }

/*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 #cc6600;
  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: #cc6600 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 #cc6600;
  width: 10%; }

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

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

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

.autocomplete-group {
  color: #cc6600; }

/* 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; } }
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0px; }

.w-100 {
  display: block;
  width: 100%; }

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