.btn-primary, .sppb-btn-primary {
    border-color: #ff9800;
    background-color: #ff9800;
}
#sp-footer, #sp-bottom {
    background: #140c00;
    color: #ffffff;
}

#sp-menu ul.social-icons a:hover,#sp-menu ul.social-icons a:focus {
    color: #ff9800
}
a {
    color: #ff9800
}

a:hover,a:focus,a:active {
    color: #ff9800
}
b, strong {
    font-weight: bold;
    color: unset !important;
}
/* ----- Header ----- */
.header-modules {
    margin-left: 10px;
}
#sp-header .sp-module {
    margin-left: 10px;
}
 #sp-header {
   background:#140c00;
}
#sp-logo.has-border {
    position: relative;
    padding-right: 20px;
}
.transparent #sp-header {
  background: rgb(0 0 0 / 0%)!important;
  position: absolute !important;
    box-shadow: none !important;
    padding-top: 10px;
}
.burger-icon>span {
    background-color: #ffffff;
}
.me-1 {
    color: #fff;
    font-size: 16px;
}
/* Muss genauer spezifiziert werden
.sp-module:hover{
  color:#ff9800;
}*/
a.sp-sign-in { 
  color: white; 
  font-size: 16px;
}
a.sp-sign-in:hover, a.sp-sign-in:focus{ 
  color: #ff9800; 
}

#sp-menu ul.social-icons a {
    color: #fff;
}
.sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0 5px 0 0 !important;
}
/*----- Link Underline -----*/
.front{
   position:relative!important;
  text-decoration:none!important;
  display:inline-block!important;
}
.front:after {
  display:block!important;
  content: ''!important;
  border-bottom: solid 2px #fff!important;
  transform: scaleX(0)!important;  
  transition: transform 250ms ease-in-out!important;
  transform-origin:100% 50%!important;
}
.front:hover:after
 {
  transform: scaleX(1)!important;
  transform-origin:0 50%!important;
}
/* ----- Hauptmenu -----*/
.sp-megamenu-parent .sp-mega-group>li> a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 16px !important;
}
.sp-megamenu-parent>li>a {
    color: #f5f5f5;
}
@media (min-width: 840px) {
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub,
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items
{display: none; visibility: hidden;}
}
.sp-megamenu-parent .sp-mega-group>li>a:hover {
    color: #ff9800;
}
.article-details .article-full-image img {
    border-radius: 20px;
}
/*.sp-megamenu-parent .sp-mega-group>li> a:hover {
}*/

/*----- Page -----*/
body {
    font-weight: 300;
}
.com-content #sp-main-body { 
padding: 15px 0; 
}
.com-content #sp-main-body.artikel { 
padding: 0px; 
}
#sp-cool.cool { 
padding-top: 20px;
}
.view-article #sp-main-body.news{
padding: 30px 10px 10px 10px; 
}
.article-details .article-full-image img {
    border-radius: 20px;
}
@media(max-width:540px){
.view-article #sp-main-body{padding: 20px 10px 10px 10px;}
}
h1.sppb-addon-title {
line-height: 1.2!important;
}
h2.sppb-addon-title {
line-height: 1.2!important;
}
#sp-main-body.suche { 
padding: 10px 0; 
}
#sp-main-body.artikel
 {
    padding: 0px;
}
/*----- 404 Seite -----*/

#forseo_error_page_content{
    padding: 30px 0;
    width: 70%;
    margin: auto;
}
@media(max-width:540px){
#forseo_error_page_content {
    padding: 20px 10px;
    width: 100%;
}
}
/*----- Menu Einträge -----*/
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #140c00!important;
    font-size: 14px!important;
    line-height: 1.5!important;
    text-transform: uppercase!important;
}
/*----- Off Menu -----*/
.menu-parent .menu-child{
    display: block !important;
}
.menu-parent .menu-toggler{
    display: none !important;
}
.offcanvas-menu {
  overflow: scroll;
}
@media(max-width:540px){
  .menu-parent .menu-child{
    display: block !important;
}
.menu-parent .menu-toggler{
    display: none !important;
}
.offcanvas-menu {
  overflow: scroll;
}
}
/* ----- News Homepage ----- */
div#n2-ss-111 .n2-ss-item-caption {
border-radius: 20px;
}
/* ----- Newsletter ok Meldung ----- */
div.acym_module_success {
    color: #fff;
    font-size: 21px;
    background-color: #ff9800;
    border-radius: 10px;
    padding: 1em !important;
    z-index: 10;
    margin-bottom: 10px;
    margin-top: 20px;
}
/*----- Coolsection Frontpage -----*/
.coolfrontpage{
    padding-left: 15px;
    padding-right: 15px;
}
#sp-position1{
    padding-left: 0px;
    padding-right: 0px;
}
#sp-position2{
    padding-left: 0px;
    padding-right: 0px;
}
#sp-position3{
    padding-left: 0px;
    padding-right: 0px;
}
#sp-position4{
    padding-left: 0px;
    padding-right: 0px;
}
#sp-footer1{
    font-size: 11px;
    color: RGBA(255,255,255,0.65);
    margin:auto;
}
/* ----- Artikel und Titel ----- */
.glas{
background: rgba(255, 255, 255, 0.19);
border-radius: 10px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
backdrop-filter: blur(7.5px);
-webkit-backdrop-filter: blur(7.5px);
border: 1px solid rgba(255, 255, 255, 0.03);
padding: 40px;
}

.article-details .article-can-edit {
    margin-bottom: 0px !important;
}
/* ----- Tabellen NewsKategorien ----- */
table.category {
    width: 90%;
}
.sp-module-position-news{
    width: 75%;
}
@media(max-width:768px){#sp-module-position-news {
    width: 100% !important;
  }}
.raxo-pagination a,
.raxo-pagination .raxo-category,
.raxo-pagination article:hover .raxo-title a {
  color: #ff9800 !important;
}
.raxo-pagination article:hover .raxo-image {
  border-color: #ff9800;
}
.raxo-pagination .raxo-image img[data-loaded] {
    border-radius: 10px;
}
.raxo-pagination {
    & .raxo-image {
        & img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }
    }
}
.raxo-pagination .raxo-image {
    border: 1px solid #140c0005!important;
    border-radius: 12px!important;
}
.raxo-pagination .raxo-text {
    font-size: 16px!important;
    color: #140c00!important;
}
.raxo-pagination .raxo-title a {
    font-weight: bold;
    color: #140C00 !important;
}
.raxo-pagination .raxo-title {
    font-size: 18px!important;
    line-height: 20px!important;
    color: #140C00!important;
}
/* ----- News Überschirft ----- */
.article-details .article-header h1{
    text-transform: uppercase;
}
/* ----- News Menu ----- */
.sp-module.news {
  font-family: 'Roboto', sans-serif;
  font-size: 21px !important;
}
.sp-module ul>li>a {
    font-size: 18px;
}
/* ----- Titel Newseintrag Kategorieliste ----- */
table.category tbody>tr td {
    text-transform: uppercase;
    font-weight: 400;
}
/* ----- H1 Newseintrag Seitentitel ----- */
.raxo-pagination .raxo-block-name {
    color: #140c00;
    background-color: #f5f5f5;
    border-radius: 3px;
}
/* ----- H3 Newseintrag Text ----- */
.article-details.news h3{   
  font-size: 33px !important;
  font-weight: 500 !important;
}
.article-details.news p {
  font-family: 'Roboto', sans-serif;
 font-size: 21px !important;
 font-weight: 300 !important;
 padding-bottom: 25px;
}
.article-details.news li {
 font-family: 'Roboto', sans-serif;
 font-size: 21px !important;
 font-weight: 300 !important;
}
/* ----- Footer ----- */
.n2-ss-slider li.n2-ow{
    padding: 8px 12px 8px 8px!important;
}
@media(max-width:768px){
  #sp-footer1 {text-align: center;}
  #sp-section-10 {padding: 30px 0px 30px 0px!important;}
}
@media(max-width:768px){
#sp-bottom {padding: 20px 0 20px;}
}
/* ----- SP Pagebuilder ----- */
.sppb-addon-title{
    line-height: 1.2;
}
/* ----- Preisliste ----- */
.k-ui-namespace .k-toolbar {
    background:#fff;
    border-bottom: none;
}
/* ----- RAXO ----- */
.beliebte .raxo-bricks .raxo-title {
    font-size: 18px;
}
.beliebte .raxo-bricks .raxo-text {
    margin-top: 10px;
}
.belibete .raxo-bricks article .raxo-wrap {
    box-shadow: 0px 0px 1px 0px #140c0042;
}
.beliebte .raxo-bricks article {
    font-size: 16px;
    line-height: 1.3rem;
    font-weight: 300;
}
.raxo-bricks {
    & .raxo-btn {
        background-color: #ff9800 !important;
    }
}
/*----- RAXO Module Artikelseite ----*/
.raxo-bricks .raxo-header {
    border-style: none !important;
}
.raxo-bricks .raxo-block-name {
    font: 28px / 33px Roboto, Tahoma, Arial, sans-serif !important;
    color: #140C00 !important;
    text-transform: uppercase;
}
.raxo-bricks .raxo-block-intro {
    font-size: 16px !important;
    color: #140C00 !important;
}
/* --- Item TITLE --- */
.raxo-bricks .raxo-title {
  font-size: 24px !important;
}
.sp-module h3.sp-module-title{
    text-transform: UPPERCASE;
}
.raxo-default .raxo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -8px -12px;
    padding: 0 20px 0 20px;
}
.raxo-default .raxo-top .raxo-title {
    font-size: 1.2rem!Important;
    line-height: 1.3em!Important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto';
}
.raxo-default .raxo-top .raxo-text{
    line-height: 1.4em!Important;
    font-size: 1.14rem!Important;
    font-family: 'Roboto';
    font-weight: 300;
    color: #140c00;
}
.raxo-bricks article .raxo-wrap {
    background-color: #140c0005!Important;
    border-radius: 10px 10px 10px 10px!Important;
    border-color: #140c000a ! Important;
    border-style: solid;
    box-shadow: none !Important;
    border-width: 2px;
}
.raxo-default .raxo-header, .raxo-default .raxo-block-button, .raxo-default article:hover .raxo-image {
    border-color: #140c002c;
}
.raxo-bricks .raxo-header, .raxo-bricks .raxo-wrap>div:first-child {
    border-color: #fff;
}

.raxo-default article {
    padding: 20px 0;
    overflow: hidden;
    background:none;
    background-size: 10px 1px;
}
.raxo-default .raxo-image {
    flex: 0 1 auto;
    align-self: flex-start;
    padding: 3px;
    background-color: #fff!Important;
    border: none!Important;
    border-radius: 2px;
    transition:none;
}
/*----Module Neu----*/
.raxo-bricks .raxo-image img {
    background: #fff;
}
.raxo-bricks .raxo-title a {
    color:#140c00!Important;
}
.raxo-bricks .raxo-title a:hover{
    color:#ff9800!Important;
}
.raxo-bricks .raxo-wrap > div:first-child {
    border: solid #140c000a!Important;
    border-width: 2px ! Important;
}
.raxo-bricks .raxo-text {
    margin-top: 18px;
    color: #140c00!Important;
    font-size: 16px!Important;
    font-weight: 300!Important;
}
#sp-weitere-artikel{
  padding-top: 30px;
  width:70%;
  margin: auto;
}
@media(max-width:540px){
#sp-weitere-artikel{padding-top: 30px;width:95%;margin: auto;}
}
/*----- Login/Logout -----*/
.login {
    padding: 20px;
}
/*@media(max-width:540px){
    .login {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
}*/
.logout {
    text-align: center;
    padding-top: 20px;
}
.logout .form-horizontal .controls{
  margin: auto;
}
.form-horizontal .controls {
    margin-left: 0px;
}
/* ----- Registrierung -----*/

.formResponsive button[type=button].rsform-button-next, .formResponsive input[type=button].rsform-button-next {
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: none;
}
.formResponsive button[type=button], .formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=button], .formResponsive input[type=reset], .formResponsive input[type=submit] {
    display: inline-block;
    padding: 8px 32px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 10px;
}
.formResponsive button[type=button].rsform-button-next.active, .formResponsive button[type=button].rsform-button-next:active, .formResponsive button[type=button].rsform-button-next:hover, .formResponsive input[type=button].rsform-button-next.active, .formResponsive input[type=button].rsform-button-next:active, .formResponsive input[type=button].rsform-button-next:hover {
    background-color: #e57300;
    border-color: #e57300;
    box-shadow: none;
}
.formResponsive button[type=button].rsform-button-prev, .formResponsive input[type=button].rsform-button-prev {
    background-color: #ff9800;
    border-color: #ff9800;
    margin-right:20px;
}
.formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=reset], .formResponsive input[type=submit] {
    background-color: #ff9800;
}
.formResponsive button[type=button].rsform-button-prev.active, .formResponsive button[type=button].rsform-button-prev:active, .formResponsive button[type=button].rsform-button-prev:hover, .formResponsive input[type=button].rsform-button-prev.active, .formResponsive input[type=button].rsform-button-prev:active, .formResponsive input[type=button].rsform-button-prev:hover {
    background-color: #e57300;
    border-color: #e57300;
}
.formResponsive button[type=submit].active, .formResponsive button[type=submit].disabled, .formResponsive button[type=submit]:active, .formResponsive button[type=submit]:hover, .formResponsive button[type=submit][disabled], .formResponsive input[type=submit].active, .formResponsive input[type=submit].disabled, .formResponsive input[type=submit]:active, .formResponsive input[type=submit]:hover, .formResponsive input[type=submit][disabled] {
    background-color: #e57300;
}
.formResponsive button[type=button], .formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=button], .formResponsive input[type=reset], .formResponsive input[type=submit] {
    box-shadow:none;
}
.formResponsive button[type=button], .formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=button], .formResponsive input[type=reset], .formResponsive input[type=submit] {
    border: none;
    border-radius: 10px;
    box-shadow: none;
}
.formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=reset], .formResponsive input[type=submit] {
    text-shadow: none;
}
#sp-main-body.Registrierung {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 40px;
    width: 55%;
    margin: auto;
}
@media(max-width:540px){
  #sp-main-body.Registrierung{
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 15px;
    width: 95%;
    margin: auto;
  }}
/*----- Preisliten -----*/
.uk-scope .uk-label {
    background: #ff9800;
}
.nx-list-item .nx-list-item-content .nx-list-item-content-details {
    color: #140c00;
}
/*----- Suche -----*/
.finder .word input {
    border-radius: 5px 0px 0px 5px;
}
.result-title {
  text-transform: UPPERCASE;
/*font-weight:700;*/
}
.mb-3 {
    margin-top: 15px;
}
.search-pages-counter{
  margin-bottom: 20px;
}
.mark, mark {
    background-color: #ff9800;
    border-radius: 0.1875em;
}
.awesomplete > ul > li {
    font-size: 18px;
}
.awesomplete mark {
    background: #ff9800;
}
.awesomplete li:hover mark {
  background: #ff9800;
}
/*----- User Konto -----*/

#sp-left .sp-module ul>li>a {
    line-height: 28px;
    padding: 2px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
#sp-left .sp-module {
    border: none;
}
#sp-left .sp-module ul>li{
    border-bottom: none;
}
/*----- Shop -----*/

.ph-cart-module-box {
    text-align: right;
    margin-top: 15px;
}
.ph-cart-module-box .dropdown-toggle{
  font-size: 24px;
  color: #140c00;
  border-color: #140c0033;
}
.ph-cart-link-checkout {
    margin-top: 10px;
    margin-right: 2px;
    font-size: 16px;
}
.ph-item-price-box, .ph-item-manufacturer-box .ph-manufacturer-txt, .ph-item-stock-box .ph-stock-txt{
      font-family: 'Roboto',ui-sans-serif; 
    font-size: 21px;
    font-weight: 400;
}
h1.ph-header{
  font-family: 'Raleway', sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #140c00;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
}
/*#sp-main-body.shop{
     width: 95%;
    margin: auto;
}*/
@media(max-width:540px){#sp-main-body.shop{width: 100%;margin: auto;}
}
@media(min-width:541px){#sp-main-body.shop{width: 95%;margin: auto;}
}
.ph-item-bottom-box{
    visibility: hidden;
    display:none;
}
.ph-top {
    margin-bottom: 1em;
    visibility: hidden;
}
.ph-cart-module-box .dropdown-toggle.btn:hover {
  background-color: #140c000f;
  border-color:#140c000f;
}
.ph-cart-module-box .dropdown-toggle.btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #140c00;
    background-color: #140c000f;
    border-color:#140c000f;
}
.img-thumbnail {
 border:none;
}
.phSelectBoxButton{
    border: #140c0033;
    border-style: solid;
    border-radius: 5px;
    border-width: 2px;
}
.phSelectBoxButton:hover, .phSelectBoxButton.on:hover {
    border: 2px solid #140c0033;
    border-radius: 5px;
    padding: 7px;
}
.phSelectBoxButton.on {
    border: 2px solid #140c0033;
    color: #2b2929;
    box-sizing: content-box;
    border-radius: 5px;
    text-decoration: none;
    padding: 7px;
}
h4.ph-available-options-title{
    font-size: 21px;
}
.ph-item-price-box, .ph-item-stock-box{
  display: inline-flex;
}
.ph-item-price-box .ph-price-txt{
      margin-right: 10px;
}
.ph-item-stock-box .ph-stock-txt{
  margin-right: 10px;
}
.ph-item-attributes-box {
    margin-top: 0.5em;
}
.pc-item-view .ph-desc {
    margin-top: 1em;
    margin-bottom: 1em;
}
.ph-price-netto.ph-standard, .ph-price-txt.ph-price-netto-txt.ph-standard-txt,
.ph-tax-txt.ph-standard-txt,.ph-tax.ph-standard{
    display: none;
    visibility: hidden;
}
/*---- Checkout---*/
.ph-checkout-icon-spec-finished {
    border-radius: 5px;
}
.ph-checkout-icon-spec-pending {
    border-radius: 5px;
}
.ph-form-input-box input.form-control:focus ~ label, .ph-form-input-box input.form-control:not([value='']) ~ label {
    top: -9px;
}
.ph-account-box-action,
.ph-checkout-box-action {
    background: #140c000a;
}
.ph-checkout-icon-spec-pending {
    background: #140c00d1;
}
.ph-account-box-action .ph-box-header, .ph-checkout-box-action .ph-box-header {
    color: #140c00c2;
}
.ph-form-input-box label {
    font-size: 0.9em;
    transition: 0.4s ease all;
    color: #140c004d;
}

/*----- Support Area -----*/
*#sp-main-body.support {
    padding-top: 20px;
    width: 75%;
    margin: auto;
    /* border: #00000030 1px solid; 
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fefefe08;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    /* border-radius: 38px; */
    /* background: #e0e0e0; */
    /* box-shadow: 17px 17px 34px #989898, -17px -17px 34px #ffffff; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}
#sp-main-body.support #sp-left .sp-module, #sp-right .sp-module {
    padding: 20px 0 20px 0;
}
#sp-main-body.support #sp-component.col-lg-9 .sp-column {
    width: 80%;
    padding: 20px !important;
    border: #00000030 1px solid;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    margin-bottom: 30px;
  }
@media (max-width: 1024px) {
  #sp-main-body.support{
    padding-top: 20px;
    width: 90%;
    margin: auto;
}
}
@media(max-width:540px){
#sp-main-body.support{
   padding: 10px 0 10px 0px;
   width: 85%;
   margin: auto;
}
#sp-main-body.support #sp-left .sp-module, #sp-right .sp-module {
    padding: 20px 0 20px 0;
}
#sp-main-body.support #sp-component.col-lg-9  {
    width: 100%;
}
}
#sp-meine-daten.Registrierungen {
    width: 75%;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 30px;
}
div.ats div.card h3.card-header {
    background-color: #225C96 !important;
}
div.ats a[class*=btn][class*=btn-lg], div.ats button[class*=btn][class*=btn-lg], div.ats span[class*=btn][class*=btn-lg], div.ats input[type=submit][class*=btn][class*=btn-lg] {
    background-color: #225C96;
}
div.ats a[class*=btn][class*=primary], div.ats button[class*=btn][class*=primary], div.ats span[class*=btn][class*=primary], div.ats input[type=submit][class*=btn][class*=primary] {
    background: #225C96;
    border: 1px solid #225C96;
    padding: 0.6em 1.2em;
}
div.ats a[class*=btn][class*=success], div.ats button[class*=btn][class*=success], div.ats span[class*=btn][class*=success], div.ats input[type=submit][class*=btn][class*=success] {
    background: #238056;
    border: 1px solid #238056;
    padding: 0.6em 1.2em;
}
div.ats a[class*=btn][class*=danger], div.ats button[class*=btn][class*=danger], div.ats span[class*=btn][class*=danger], div.ats input[type=submit][class*=btn][class*=danger] {
    background: #BF2239;
    border: 0px solid #BF2239;
}
div.ats .badge.bg-success {
    background-color: #238056;
}
div.alert.alert-success.small, div.alert.alert-success{
    color: #fff;
    background-color: #238056;
    border-color: #f5f5f5;
}
div.ats .badge.bg-danger {
    background-color: #BF2239;
}
div.alert.alert-info{
    background-color:#225c9626;
}
/*----- Meine Daten -----*/
.sp-meine-daten{
  text-align: center;
}
.sp-module.daten{
    margin-top: 50px;
    margin-bottom: 50px;
}
/*----- Login -----*/

.loginLogin_Seite .col-lg-4{
  border: #00000030;
  border-style: solid;
  border-width: thin;
  padding: 35px;
  border-radius: 20px;
/*  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin-bottom: 20px;
}
.loginLogin_Seite .list-group-item {
    position: unset;
    display: unset;
    border: none !important;
    padding: 0;
}
@media all and (width: 1024px) and (height: 1366px) {
.loginLogin_Seite .col-lg-4 {
    width: 50%;
}
}
@media(max-width:540px){
.loginLogin_Seite .col-lg-4 {
    border: none;
    border-style: none;
    border-width: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    width:85%;
    padding-right:15px
}
}
/*----- Profil -----*/
@media (max-width: 1200px) and (min-width: 768px){
  .sp-profile-wrapper {
      margin-right: 8px;
  }
}
.sp-profile-wrapper {
    font-size: 16px;
    background-color: #ff9800;
    padding: 8px;
    border-radius: 5px;
    margin-right: 8px;
}
.sp-profile-wrapper .fa-user-circle:before {
    color: white;
}
.sp-profile-wrapper .fa-chevron-down:before {
    color: white;
}
@media (min-width: 1200px){
.d-xl-inline-block {
    color: white;
    font-weight: 500;
 }
}
#sp-component.col-lg-9 .profile{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 20px;
/*  border: #00000030 1px solid;*/
/* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
}
#sp-component.col-lg-9 .profile-edit .justify-content-center {
    justify-content: unset!important;
}
.profile-edit .col-lg-10.col-xl-7 {
  width: 75%;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: #00000030 1px solid;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;

}
.profile-edit .col-lg-10.col-xl-7 .col-lg-6{
  width: 100%;
}
@media(max-width:768px){
#sp-component.col-lg-9 .profile-edit .justify-content-center {
justify-content: center !important;
}
}


/*---- Menu Konto -----*/
#sp-main-body.support  .sp-module.mein_konto{
    padding: 20px!important;
    border: #00000030 1px solid;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#sp-meine-daten{
  margin-top: 30px;
}
@media(max-width:768px){
#sp-component.col-lg-9 .sp-column {
    width: 100%;
}
.sp-module.mein_konto{
padding: 0;
margin-bottom: 20px;
}
#sp-component.col-lg-9{
  padding:0
}
.result__item--new.col-sm.mb-4 {
  max-width: 94%;
  margin: 13px auto 13px auto !important;
}
#sp-left.col-lg-3{
  padding:0
}
}
/*----- After Sales -----*/
 .ats.ats-ticket-new{
    width: 100%;
    margin: auto;
}
@media(max-width:768px){
  .ats.ats-ticket-new{
      width: 95%;
      margin: auto;
  }
}
body.aftersales .ats.ats-ticket-new{
    width: 50%;
    margin: auto;
    padding: 20px 0 20px 0;
}
@media(max-width:768px){
body.aftersales .ats.ats-ticket-new {
    width: 70%;
    margin: auto;
    padding: 20px 0 20px 0;
 }
}
@media (max-width: 540px){
body.aftersales .ats.ats-ticket-new {
    width: 95%;
    margin: auto;
    padding: 20px 0 20px 0;
 }
}
/*----- Meine Tickets -----*/
.ats.ats-my-tickets h2 {
   margin: 0;
   padding: 0.25em;
   border-bottom: thin solid #e3e5e8;
   border-radius: 0.25rem;
   background-color: #225C96;
   font-family: 'Raleway', sans-serif;
   font-size: 28px;
   font-weight: 500;
   color: #fff;
   line-height: 1.5;
   text-decoration: none;
}
.ats.ats-my-tickets p.alert.alert-info{
  background-color: #225c9626;
}
#userForm.formResponsive input[type=file], #userForm.formResponsive select {
    height: 36px;
    line-height: 28px;
}
#userForm.formResponsive input, #userForm.formResponsive textarea {
    width: 400px;
}
#userForm.formResponsive {
    margin: 0 18px 18px;
    padding-right: 10px;
}
div.ats div.ats-threaded-item div.ats-threaded-item-container .ats-threaded-item-userinfo {
    margin: unset;
}
/*----- Newsletter Anmeldung -----*/
.sp-column.newsletter_footer .acym_module_form table{
  width: 75%;
}
.sp-column.newsletter_footer .acym_module_form tr {
    text-align: left;
    border: none;
}
.sp-column.newsletter_footer [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    border-radius: 0.25rem;
}
.sp-column.newsletter_footer  .acym_module_form input {
max-width: 95%;
}
@media(max-width:768px){
  .sp-column.newsletter_footer .acym_module_form {display: flex; justify-content: center;}
  .sp-column.newsletter_footer .acym_module_form td {text-align: center;}
}
@media (max-width: 540px){
.sp-column.newsletter_footer .acym_module_form td {display: block;}
.sp-column.newsletter_footer input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {display: unset}
}
/*----- Archiv -----*/
/*@media (min-width: 1200px) {
    .archiv.h2,h2 {
  font-size:1.5rem!Important;
  font-family: 'Raleway', sans-serif;
  font-weight: 500!Important;
  color: #140c00;
  line-height: 1.1;
  text-decoration: none;    
  }
}*/
.archiv .page-header {
    padding-bottom: 7px;
}
.archivearchiv {
    padding-top: 30px;
}
/*----- Filter Seite -----*/

@media (min-width: 500px) {
@media (max-width: 767px){
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
        }
         .result__item--new.col-sm.mb-4 {
          margin-right: calc(0.9 * var(--bs-gutter-x)) !important;
          margin-left: calc(0.5 * var(--bs-gutter-x)) !important;
          /*width: 480px;*/
          max-width: 94%;
          margin: 13px auto 13px auto !important;
        }
    }
}
@media (min-width: 768px) {
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 46%;
    }
}
@media (min-width: 992px) {
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 30%;
    }
@media (max-width: 1199px) {
        .row-cols-lg-3>* {
            flex: 0 0 auto;
            width: 45%;
        }
    }
}


div.row.row-cols-1.row-cols-sm-1.row-cols-md-2.row-cols-lg-3 {
    padding-top: 20px !Important;
    margin:auto;
}
div.result__item--new.col-sm.mb-4{
 /* padding: 10px;*/
  padding-right: 0px! Important;
  padding-left: 0px! Important;
  border-style: solid;
  border-color: #140c000a ! Important;
  border-radius: 10px;
  border-width: 2px;
  /*max-width: 30%;*/
  margin: 13px;
  background-color: #140c0005;
  overflow: hidden;
}
p.result__title .result__title-text {
    /*margin-top: 23px;*/
    color: #140c00 ! Important;
    font-size: 24px ! Important;
    font-weight: 400!Important;
    padding: 0px 25px 0px 25px;
    line-height: 1.25;
    font-weight: bold !Important;
}
.result__title-link:focus .result__title-text, .result__title-link:hover .result__title-text{
    text-decoration: none;
    color: #ff9800 ! Important;
}
p.result__description{
    margin-top: 13px;
    color: #140c00 ! Important;
    font-size: 16px ! Important;
    font-weight: 300!Important;
    padding: 0px 25px 20px 25px;
    line-height: 1.375;
}
figure.result__image{
display: block;
width: 100%;
max-width: 100%;
height: auto;
transition: opacity .3s ease-out;
image-rendering: -webkit-optimize-contrast;
margin-bottom: 20px;
}
/*----- Filter Modul -----*/
.filter{
    margin-top: 33px;
    margin-bottom: 33px;
    border-style: solid;
    border-radius: 10px;
    border-color: #140c000a ! Important;
}
.filter h3.sp-module-title {
border-radius: 10px 10px 0px 0px;
background-color: #140c000a;
padding-left: 10px;
padding-bottom: 1px;
overflow: hidden;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    padding-left: 10px;
    border-radius: 0px;
}
.filter .jfilters-filter-list__item {
    padding-left: 10px;
    line-height: 2rem;
}
.filter .jfilters-filter-header__toggle:hover {
    background-color:#140c000a ! Important;
}
.jfilters-item-link--clear {
    /* font-size: .9em; */
    font-weight: 600;
    margin-left: 15px;
}
#sp-module-filter-anzeige.col-lg-12{
  
}
/*----- Filter Resultat Modul -----*/

#sp-module-position-kategorie-filter.col-lg-12 {
  padding-left: 0px;
}
#sp-module-position-kategorie-filter-en.col-lg-12 {
  padding-left: 0px;
}
.filter_anzeige {
  margin-top: 10px;
}
.filter_anzeige a.jfilters-selection {
   background-color: #ff9800;
   display: inline-block;
   font-weight: 400;
   color: #fff;
}
.filter a.jfilters-selection:focus, a.jfilters-selection:hover {
background-color: rgba(234, 139, 0, 1);
}