.panel {
  border-radius: 0px;
  position: relative;
  align-items: center;
  background-color: #000000;
    padding: 5px 0px;
}
.navbar {
    border: 1px solid #636262;
    position: relative;
    background-color: #000000;
    max-width: 1400px;
    margin: 15px auto;
}

.footer {
    position: relative;
    background-color: #000000;
    max-width: 1400px;
    margin: 0 auto;
	overflow: visible;
}

.main_boxen:after,
.main_boxen:before {
  animation: clippath 50s linear infinite;
  border: 2px solid #636262;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.main_panel{
    height: 55vh;
}

.panel-def-footer:after {
  animation: clippath 50s linear -1.5s infinite;
}

.panel-def-footer:after,
.panel-def-footer:before {
  animation: clippath 50s linear infinite;
  border: 2px solid #636262;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.panel-def-footer:after {
  animation: clippath 50s linear -1.5s infinite;
}

.panel-body, .list-group {
    background: linear-gradient(180deg, #0c0c0c 50%, #c20f0f 100%);
    border: 1px solid #636262;
  margin: 10px auto;
    margin-bottom: 10px !important;
  padding: 15px;
  width: 95%;
}
.main_body_boxen>.container-fluid {
    background: linear-gradient(180deg, #0c0c0c 50%, #c20f0f 100%);
    border: 1px solid #636262;
  margin: 10px auto;
  padding: 15px;
  width: 95%;
}

.cxm-header {
  position: relative;
  height: auto;
  z-index: 1;
  margin: auto;
  width:95%;
  max-width: 1400px;
}

.header-container {
  width: 100%;
  height: auto;
  position: relative;
  
}
.cxm-slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.cxm-slider img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 6s ease;
}

.cxm-slider img.active {
  opacity: 1;
}

.header-shadow {
  align-items: center;
  background-color: #270303cc;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.animation-border {
  border: 2px solid rgba(255 0 0 / 20%);
  position: relative;
}

.animation-border:after,
.animation-border:before {
  animation: clippath 50s linear infinite;
  border: 2px solid #636262;
  bottom: -2px;
  content: '';
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 0.5s;
}

.animation-border:after {
  animation: clippath 50s linear -1.5s infinite;
}

@keyframes clippath {
  0%,
  to {
    -webkit-clip-path: inset(0 0 98% 0);
    clip-path: inset(0 0 98% 0);
  }

  25% {
    -webkit-clip-path: inset(0 98% 0 0);
    clip-path: inset(0 98% 0 0);
  }

  50% {
    -webkit-clip-path: inset(98% 0 0 0);
    clip-path: inset(98% 0 0 0);
  }

  75% {
    -webkit-clip-path: inset(0 0 0 98%);
    clip-path: inset(0 0 0 98%);
  }
}

.container,.padding_null_left>.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#main_heading_boxen, #main_heading_text, #main_heading {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 0px;
}
.btn-xs{
	text-shadow: none;
	background-color: #000;

}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
	color:#000;
}

.title-widget {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-bottom: 0px;
}

.footer_innen {
    background: linear-gradient(180deg, #0c0c0c 50%, #c20f0f 100%);
    border: 1px solid #636262;
    margin: 20px auto;
    padding: 15px;
    width: 95%;
}

.widget_nav_menu{
    float: left;
    width: 100%;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-hover>tbody>tr:hover {
    background-color: transparent;
}
@media (max-width: 1080px) {
    .main_panel{
        height: auto;
    }
}