@font-face {
  font-family: 'usuzi';
  font-style: normal;
  src: url('../fonts/usuziv2.ttf');
}

@font-face {
  font-family: 'usuzi';
  font-style: italic;
  src: url('../fonts/usuziv2i.ttf');
}

/* -----------------------Neustart----------------------------------- */
body {
  font-weight: 300;
  padding: 80px 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden !important;
  font-size: 14px;
  letter-spacing: 0.075em;
  color: #333333
}

/********** Typografie **********/

h1,
h2,
h3,
h4 {
  margin: 0px;
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
  line-height: 1.5;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2rem;
}

.news h3 {
  font-weight: 500;
  font-size: 1.3em;
}

.more-text {
  color: #a80532;
  font-family: 'usuzi';
  font-style: italic;
  font-size: 1.5em;
  font-weight: 300;
  margin-inline-end: 10px;
}

.custom-headline>h2 {
  margin-bottom: 10px;
  color: #797979;
  font-weight: 500;
  font-size: 1.5rem;
  hyphens: auto;
  line-height: 1.5;
}

/***********************   Navbar  ***********************/

nav {
  width: 100%;
  padding: 0em;
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 999;
  transition: 0.4s;
  display: table;
  padding-left: 100px;
  padding-right: 100px;
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); */
  border-bottom: 1px solid #f0f0f0;
}

.navbar {
  position: fixed !important;
  padding: 0 !important;
}

nav:after {
  content: "";
  width: 60%;
  display: block;
  height: 2px;
  opacity: 0;
  position: absolute;
  left: 10%;
  bottom: -2px;
  transition: 0.8s ease-in-out;
}


.logo {
  display: table-cell;
  vertical-align: middle;
  transition: 0.8s;
  left: 32px;
  height: 60px;
  position: absolute;
  top: 15px;
}

.nav_white .logo {
  display: table-cell;
  vertical-align: middle;
  transition: 0.3s;
  height: 60px;
  width: auto;
  margin-top: 8px;
}

.navigation-desktop {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

.navigation-desktop ul {
  list-style: none;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
  padding: 0px;
  /* padding-bottom: 0px; */
}

.navigation-desktop ul li {
  display: inline-block;
  margin: 0px;
  margin-left: -2px;
  margin-right: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  padding: 15px;
  position: relative;
}

.navigation-desktop ul li.has-children i {
  margin-left: 2px;
}

.navigation-desktop ul li li {
  text-transform: none;
}

.navigation-desktop ul li a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease-in-out;
  /* padding: 15px; */
}

.navigation-desktop ul li.active {
  position: relative;
}

.navigation-desktop ul li:hover {
  border-bottom: 2px solid #a80532;
  padding-bottom: 13px;
}

.navigation-desktop ul li .dropdown {

  width: 200%;
  transform-origin: top;
  transform: scaleY(0);
  top: 51px;
  display: block;
  position: absolute;
  background-color: white;
  left: 0px;
  transition: 0.2s ease-in-out;
}

.navigation-desktop ul li:hover .dropdown {
  width: 200%;
  height: auto;
  transform-origin: top;
  transform: scaleY(1);
  position: absolute;
  display: block;

  background-color: white;
  left: 0px;
  transition: 0.2s ease-in-out;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

.navigation-desktop ul li .dropdown li {
  display: block;
  padding: 6px;
  border-bottom: 2px solid #f5f5f5;
  margin: 0px;
  background-color: #fff;
  color: #000;
  transition: 0.4s ease-in-out;
}

.dropdown li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  transition: 0s !important;
}

.dropdown li a:hover {
  transition: 0s !important;
}

.navigation-desktop .dropdown ul {
  margin-top: unset;
  padding: 15px;
}

.navigation-desktop ul li .dropdown li:hover {
  border-bottom: 2px solid #a80532;
  transition: 0.4s ease-in-out;
}

.navigation-desktop ul li .dropdown li::after {
  display: none;
}

.navigation-desktop ul li .dropdown li:hover::after {
  display: none;
}

/****** MOBILE MENU *********/


.navigation {
  display: none;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-right: 20px;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #333333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}


#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, 0px);
  background-color: #333333;
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
  background-color: #333333;
}


#menuToggle>ul {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 80px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  transform: translateY(-550px);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  transition: 0.4s;
  z-index: 1;
  padding-left: 22px;
  padding-bottom: 5px;
  /* border-top: 2px solid #1f3984; */
}

#menuToggle ul li::before {
  content: none;
}

#menuToggle ul li {
  padding: 10px 0;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  position: relative;
}

#menuToggle ul li li {
  text-transform: none;
}

#menuToggle ul li:before {
  opacity: 0;
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  left: 45%;
  top: 0px;
  transition: 0.5s ease-in-out;
  z-index: -1;
}

#menuToggle ul li:hover:before {
  opacity: 1;
  left: 0%;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
}

#menuToggle ul li:hover {
  transition-delay: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid #a80532;
}

#menuToggle ul li:hover a {}

#menuToggle ul a {
  font-style: normal;
  transition: 0.4s;
  color: #000;
}

#menuToggle ul a:hover {
  text-decoration: none;
}

#menuToggle input:checked~ul {
  opacity: 1;
  transition: 0.4s;
  transform: translateY(0px);
}

.navigation {
  right: 15px;
  top: 15px;
}

.has-children {
  position: relative;
}

.has-children .mobile-dropdown-icon {
  text-align: center;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-top: 7px;
  padding-right: 5.5px;
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.5s ease-in-out;
  z-index: 999;
  cursor: pointer;
}

/* .has-children:hover .mobile-dropdown-icon {
  text-align: center;
  padding-left: 8px;
  padding-bottom: 4px;
  padding-top: 7px;
  padding-right: 5.5px;
  position: absolute;
  right: 20px;
  top: 7px;
  transition: 0.5s ease-in-out;
} */

#menuToggle .has-children .mobile-dropdown {
  transform: scaleY(0);
  padding: 0px;
  position: absolute;
  background-color: #fff;
  margin-top: 11px;

}

#menuToggle .has-children .mobile-dropdown {
  padding-left: unset;
}

#menuToggle .has-children .mobile-dropdown.show {
  width: 100%;
  height: auto;
  transform-origin: top;
  transform: translateY(0px);
  position: relative;
  background-color: #f5f5f5;
  padding: 15px;
  transition: 0.2s ease-in-out;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

#menuToggle ul li .mobile-dropdown li a {
  text-transform: none;
  font-weight: 500;
  margin: 12px;
  padding: 6px;
  margin: 0;
  display: block;
}

#menuToggle ul li:hover .mobile-dropdown li a {}

#menuToggle ul li .mobile-dropdown li {
  list-style: none;
  padding: 0;
}

#menuToggle ul li:hover .mobile-dropdown li:hover {}

#menuToggle ul li:hover .mobile-dropdown li:hover a {}

/***********************   Sprachen  ***********************/

ul.language-menu {
  margin-top: 0;
}

ul.language-menu {
  position: fixed;
  right: 10px;
  top: 0;
  z-index: 1050;
}

ul.language-menu li {
  margin-left: 0;
  text-align: right;
  list-style: none;
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
}

ul.language-menu li a {
  width: auto;
  height: auto;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin: 5px;
}

ul.language-menu li.text-muted {
  margin: 5px;
}

/***********************   Header  ***********************/

.breadcrumb p {
  color: #7b7b7b;
  font-size: 12px;
}

#page-header {
  background-color: #f5f5f5;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}

#page-header .container {
  padding-top: 30px;
  padding-bottom: 10px;
}

#page-header .section-title h1 {
  margin-bottom: 10px;
  hyphens: auto;
}

.st-border {
  margin-bottom: 30px;
  width: 50px;
  display: block;
  background-color: #a80532;
  border-bottom: 2px solid #a80532;
}

.highperformance {
  overflow: overlay;
  background-color: #a80532;
  min-height: 30px;
  /* border-top: 3px solid #fff; */

}

/***********************   Side Icons  ***********************/

.flybtn {
  background-color: #004a49;
  color: white;
  padding: 9px 11px 9px 13px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.flybtn:hover,
.flybtn:focus {
  background-color: #a80532;
}

/* .flyoutMenu {
position: relative;
display: inline-block;
} */

.flyoutMenu {
  position: fixed;
  display: inline-block;
  top: 200px;
  right: 0px;
  z-index: 13;
}

.flyoutMenuKontakt {
  position: fixed;
  display: inline-block;
  top: 100px;
  right: 0px;
  z-index: 11;
}

.flyoutMenuEmail {
  position: fixed;
  display: inline-block;
  top: 150px;
  right: 0px;
  z-index: 12;
}

.flyout-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 330px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  top: 0;
  height: 48px;
  padding: 0 48px 0 28px;
}

.flyout-content a {
  color: black;
  text-decoration: none;
  color: #333333;
  /* display: block;
  padding: 12px 16px; */
}

.flyout-content a:hover {
  color: #333333;
}

.flyoutMenu a:hover {
  background-color: #ddd;
}

.show {
  display: block;
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
}

.tx-indexedsearch-searchbox .contact-form {
  display: flex;
}

.flyoutMenu #tx-indexedsearch-searchbox-button-submit {
  padding: 3px 10px;
  margin: 10px 0 0 0;
  background-color: #999999;
  border-radius: 0;
  border: 0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flyoutMenu #tx-indexedsearch-searchbox-button-submit:hover {
  background-color: #a80532;
}

.flyoutMenu .tx-indexedsearch-searchbox .contact-form input[type="text"],
.flyoutMenu .tx-indexedsearch-searchbox .contact-form input[type="email"] {
  margin: 10px 10px 0 0;
  border: 1px solid #E8E8E8;
  padding: 3px 9px;
  width: 100%;
  max-width: 150px;
  float: left;
}

#page-28 .flyoutMenu {
  display: none;
}

.flyoutMenu .tx-indexedsearch-searchbox label {
  float: left;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 10px;
  margin: 7px 0 0 0;
}

.flyout-content-text {
  line-height: 34px;
  text-transform: uppercase;
  font-size: 10px;
  margin: 7px 0 0 0;
}

#myFlyoutEmail .flyout-content-text {
  text-transform: none;
}

.flyout-content-text strong {
  font-size: 14px;
}

/***********************   Sections  ***********************/

section,
.frame-default {
  padding: 50px 0px;
}

section.no-space-before,
.frame-space-before-no-space {
  padding-top: 0px;
}

section.no-space-after,
.frame-space-after-no-space {
  padding-bottom: 0px;
}

section.less-space-before,
.frame-space-before-less {
  padding-top: 25px;
}

section.less-space-after,
.frame-space-after-less {
  padding-bottom: 25px;
}

section.more-space-before,
.frame-space-before-more {
  padding-top: 75px;
}

section.more-space-after,
.frame-space-after-more {
  padding-bottom: 75px;
}

section.grau {
  background-color: #f5f5f5;
}

.section-title {
  margin: 0 0 10px 0;
}

.list-col {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px !important;
}

.list-col .border-bottom {
  height: 100%;
  padding-bottom: 10px;
}

.list-col figure {
  padding: 0 15px;
  /* margin: 0px; */
}

.list-col .btn {
  margin-bottom: 0px;
}

/***********************   Media  ***********************/

.floatright.img-responsive {
  height: auto;
  float: right;
  margin: 8px 0;
  max-width: 400px;
  width: 100%;
}

.image-embed-item {
  max-width: 100%;
  height: auto;
}

.image-border .image-embed-item,
.card-image .image-embed-item {
  border: 2px solid #f5f5f5;
}

.video-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.parallax {
  height: 30rem;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: 50px;
}

/***********************   Slider  ***********************/

#home-carousel .carousel-inner {
  height: 650px;
}

.btn-readmore {
  background-color: #a80532;
  border-radius: 0px;
  border: 0;
  color: #fff;
  padding: 8px 14px;
  margin-top: 20px;
  transition: all 0.2 ease-in-out;
}

.btn-readmore:hover {
  text-decoration: none;
  background-color: #fff;
  color: #a80532;
}

/***********************   Info Karten  ***********************/

.card-content {
  background-color: #f5f5f5;
  border-bottom: 2px solid #9d0826;
}

.card-image {
  position: relative;
}

.card-image figure {
  margin-bottom: 0px;
}

.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 5, 50, 0.8);
  color: white;
  left: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.card-content:hover .link-overlay {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.link-overlay a {
  position: static;
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 42% 0 80% 0;
}

.link-overlay a:hover {
  color: #fff;
}

.col-sm-4 .link-overlay a {
  position: static;
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 24% 0 50% 0;
}

.card-info {
  padding: 20px;
}

.card-info h4 {
  margin-bottom: 6px;
}

/***********************  Scroll-up   ***********************/

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 1.8em;
  right: 1.8em;
}

.scroll-up ul {
  margin: 0;
  padding: 0;
}

.scroll-up li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scroll-up a {
  background-color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 38px;
  box-shadow: 0px 0px 6px #ccc;
}

/***********************  News   ***********************/

.news-list-date {
  color: #333;
  font-size: 10px;
  font-weight: 600;
}

.more {
  background-color: #999999;
  color: #fff;
  padding: 8px 14px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
}

.more:hover {
  background-color: #a80532;
  color: #fff;
  text-decoration: none;
}

[itemprop="description"] {
  margin-bottom: 15px;
}

.news-single .article .news-img-wrap {
  float: left;
  margin: 0;
}

.news .article .news-img-wrap {
  float: left;
  margin: 0px 30px 15px 0;
}

.news .article .news-img-wrap a {
  padding: 0;
  border: none;
}

.news .article .news-img-wrap img {
  max-width: 175px;
}

/*********************** Bulletpoints   ***********************/

.bullet-points ol {
  list-style: none;
  counter-reset: item;
  padding: unset;
}

.bullet-points ol li {
  counter-increment: item;
  display: flex;
}

.bullet-points ol li:before {
  margin-right: 15px;
  content: counter(item);
  background: #9d0826;
  border-radius: 100%;
  color: white;
  height: 26px;
  text-align: center;
  display: inline-block;
  padding: 3px 8px 2px 9px;
  font-weight: bold;
}

.bullet-points ul {
  list-style: none;
  padding: unset;
}

.bullet-points ul li {
  display: flex;
}

.bullet-points ul li:before {
  margin-right: 15px;
  content: '+';
  font-weight: bold;
  font-size: 14px;
  background: #9d0826;
  border-radius: 100%;
  color: white;
  height: 26px;
  text-align: center;
  display: inline-block;
  padding-top: 3px;
  padding-left: 1px;
  min-width: 26px;
  max-width: 26px;
}

.bullet-points li {
  margin-bottom: 10px !important;
}

.bullet-points li div {
  margin-bottom: 10px;
}

.bullet-points li p {
  margin: unset;
}

.text ul,
#c323 ul,
#c530 ul,
#c803 ul{
  padding-left: unset;
}

.text ul li,
#c323 ul li,
#c530 ul li,
#c803 ul li{
  padding-left: 26px;
  list-style: none;
  background-image: url("../Media/chevron-circle-right-solid.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  margin-bottom: 8px;
}

/*********************** Text-Carousel   ***********************/

.text-carousel h3 {
  margin-bottom: 30px;
}

.text-carousel p {
  margin-bottom: 30px;
}

.text-carousel-innerL {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10%;
}

.text-carousel-innerR image-embed-item {
  height: 100%;
  width: auto;
}

/*********************** media-link-list   ***********************/

.media-link-list figure {
  margin-bottom: 0px;
}

.media-link-list hr {
  margin: 30px 0px;
}

.media-link-list .image-embed-item {
  box-shadow: 2px 2px 6px #c6c6c6;
}

.media-link-list h5 {
  font-weight: 700;
}

.media-link-list .link-button {
  padding: 3px 12px 3px 0;
}

/***********************   FOOTER  ***********************/

#footer {
  background-color: #999;
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
}

#footer .row {
  margin: 0;
}

#footer a {
  color: white;
}

#footer a:hover {
  text-decoration: none;
}

.links {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}

.links li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.links li:last-child {
  border: none;
}

.footer-social-icons a {
  margin: 0 5px;
  font-size: 20px;
}

/***********************   BLOCKQUOTE  ***********************/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

/***********************   BOOTSTRAP OVERRIDES  ***********************/
.link-button {
  position: relative;
  display: inline-block;
}

.link-list>.link-button {
  display: block;
}

.btn-info,
.accordion-button {
  background-color: #999999 !important;
  color: white;
  border-radius: 0 !important;
  border: none !important;
  padding: 8px 14px;
  margin: 0 0 12px;
  white-space: nowrap;
  font-size: 0.9rem;
}

.btn-info i {
  font-size: 1rem;
}

.accordion-button {
  margin: 0 0 4px;
}

.btn-info:hover,
.btn-info:focus,
.accordion-button:hover,
.accordion-button:focus {
  background-color: #a80532 !important;
  text-decoration: none !important;
  color: white;
  margin: 0 0 12px;
}

.accordion-button:hover,
.accordion-button:focus {
  margin: 0 0 4px;
}

.accordion-button:focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.1rem black;
}

.accordion-button:not(.collapsed) {
  background-color: #a80532 !important;
  color: white !important;
  border: none !important;
  font-weight: bold !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button,
.accordion-button:hover {
  padding: 14px 24px;
}

.accordion-button:hover {
  font-weight: bold !important;
}

.accordion-item {
  border: none !important;
}

.accordion-button::after {
  background-image: none !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f13a";
  text-align: center;
  transition: transform .2s ease-in-out;
  font-size: 1.1rem;
}

.number {

  background-color: #9d0826;

  color: #FFF;

  font-size: 14px;

  font-weight: bold;

  padding: 2px 0 0 2px;

  border-radius: 50%;

  width: 26px;

  height: 26px;

  text-align: center;

  float: left;

  margin-right: 15px;

}

a {
  color: #9d0826;
  text-decoration: none;
}

a:hover {
  color: #9d0826;
  text-decoration: underline;
}

.solid {
  border-top: 1px solid #333;
  margin-bottom: 1rem;
}

strong {
  font-weight: bold;
}

/* BOOTSTRAP OVERRIDES END*/

/* Bulletpoints */
.bullet-points>ul>li,
.bullet-points>ol>li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2px;
}


@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1200px) {

  .navigation-desktop ul li {
    padding: 15px 7px;
  }

  #page-header {
    background-size: 70% auto;
  }
}

@media only screen and (max-width:1080px) {
  .navigation-desktop {
    display: none;
  }

  .navigation {
    display: block;
    top: 31px;
    right: 30px;
    transition: 0.4s;
  }
}

@media only screen and (max-width:992px) {
  #page-header {
    background-size: auto 100%;
  }
}

@media only screen and (max-width:787px) {

  .navbar .container {
    margin: 0;
    width: 200px;
  }

  .card-content {
    margin: 20px 0px;
  }
}

@media only screen and (max-width:580px) {}

@media only screen and (max-width:380px) {}

/********** Dirty Test ************/
div[class*='col-']:last-child {
  margin-bottom: 0px;
}

/* Anwendungen Tabelle */
.contenttable td {
  padding: 0.5em 0.75em;
  vertical-align: top;
  border-top: 1px solid #dadada;
  min-width: 150px;
}

.col-md-10.text td {
  border-top: unset;
}

.contenttable p {
  margin-bottom: unset;
}

/* Trenner */

.trenner {
  border-bottom: solid 1px #CCCCCC;
}

hr {
  height: 3px;
  margin: 0;
}

/**********TESTIMONIAL*********/
#TestimonialCarousel {
  background-image: url(../Media/images/ewikon/aktuelles/Website_Hintergrundbilder_News_2.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

#TestimonialCarousel .carousel-item {
  padding: 60px;
  padding-top: 100px;
  padding-bottom: 100px;

}

#TestimonialCarousel .carousel-item img {
  width: 100%;
  height: auto;
  animation: zoomLeft 0.8s ease-in-out;
}

#TestimonialCarousel .carousel-caption {
  /*position: absolute;
  bottom: unset;
  right: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px auto;
  padding: 50px;
  text-align: center;*/
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  padding: 0px;
  margin: 0px auto;
}

#TestimonialCarousel .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  /*background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
  background: rgb(55, 5, 16);
  background: linear-gradient(0deg, rgba(55, 5, 16, 1) 0%, rgba(177, 30, 61, 1) 100%);
  height: 600px;
  width: 100%;
  opacity: 0.7;
}

#TestimonialCarousel .carousel {}

#TestimonialCarousel .carousel-item {
  min-height: 480px;
}


#TestimonialCarousel span {
  background-color: #a80532;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
  animation: zoomDown 0.8s ease-in-out;

}

#TestimonialCarousel h3 {
  margin-bottom: 10px;
  animation: zoomDown 0.8s ease-in-out;

}

#TestimonialCarousel p {
  font-style: italic;
  margin-bottom: 5px;
  /*background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;*/
  animation: zoomIn 0.8s ease-in-out;

}

#TestimonialCarousel a {
  animation: zoomUp 0.8s ease-in-out;

}

/* STARTSEITE SLIDER NEU */
.messehinweis {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: auto;
  background-color: #fff;
  z-index: 5;
  margin: 60px;
  opacity: 0.85;
  font-size: 11px;
}

.messehinweis p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.messerow {
  padding: 15px;
}

.messerow .imgwrap {
  margin-bottom: 20px;
}

.messerow .imgwrap img {
  width: 75%;
  text-align: left;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomDown {
  0% {
    transform: translateY(-150px)scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0px)scale(1);
    opacity: 1;
  }
}

@keyframes zoomUp {
  0% {
    transform: translateY(150px)scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0px)scale(1);
    opacity: 1;
  }
}

@keyframes zoomLeft {
  0% {
    transform: translateX(-150px)scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateX(0px)scale(1);
    opacity: 1;
  }
}

#TestimonialCarousel a.btn-readmore {
  background-color: #a80532;
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#TestimonialCarousel a.btn-readmore:hover {
  background-color: white;
  color: #a80532;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}