/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-Dec-2019, 18:29:26
    Author     : root1
*/

@-ms-viewport {
  width: device-width;
}

html,
body {
    overflow-x: hidden;
}

footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:576px) {
  footer .container {
    max-width: 768px
  }
}

@media(min-width:768px) {
  footer .container {
    max-width: 868px
  }
}

@media(min-width:1024px) {
  footer .container {
    max-width: 1100px
  }
}
/*@media(min-width:1390px) {
    .container {
        max-width: 100%;
    }
}*/
@media(min-width:1690px) {
  footer .container {
    max-width: 1100px
  }
}

footer .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}


footer .col-1,
footer .col-2,
footer .col-3,
footer .col-4,
footer .col-5,
footer .col-6,
footer .col-7,
footer .col-8,
footer .col-9,
footer .col-10,
footer .col-11,
footer .col-12,
footer .col,
footer .col-auto,
footer .col-sm-1,
footer .col-sm-2,
footer .col-sm-3,
footer .col-sm-4,
footer .col-sm-5,
footer .col-sm-6,
footer .col-sm-7,
footer .col-sm-8,
footer .col-sm-9,
footer .col-sm-10,
footer .col-sm-11,
footer .col-sm-12,
footer .col-sm,
footer .col-sm-auto,
footer .col-md-1,
footer .col-md-2,
footer .col-md-3,
footer .col-md-4,
footer .col-md-5,
footer .col-md-6,
footer .col-md-7,
footer .col-md-8,
footer .col-md-9,
footer .col-md-10,
footer .col-md-11,
footer .col-md-12,
footer .col-md,
footer .col-md-auto,
footer .col-lg-1,
footer .col-lg-2,
footer .col-lg-3,
footer .col-lg-4,
footer .col-lg-5,
footer .col-lg-6,
footer .col-lg-7,
footer .col-lg-8,
footer .col-lg-9,
footer .col-lg-10,
footer .col-lg-11,
footer .col-lg-12,
footer .col-lg,
footer .col-lg-auto,
footer .col-xl-1,
footer .col-xl-2,
footer .col-xl-3,
footer .col-xl-4,
footer .col-xl-5,
footer .col-xl-6,
footer .col-xl-7,
footer .col-xl-8,
footer .col-xl-9,
footer .col-xl-10,
footer .col-xl-11,
footer .col-xl-12,
footer .col-xl,
footer .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

footer .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

footer .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

footer .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

footer .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

footer .col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

footer .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

footer .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}

footer .col-6 {
  flex: 0 0 49%;
  max-width: 50%
}

footer .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

footer .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}

footer .col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

footer .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

footer .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}

footer .col-12 {
  flex: 0 0 100%;
  max-width: 100%
}


@media(min-width:576px) {
  footer .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  footer .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  footer .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  footer .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  footer .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  footer .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  footer .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  footer .col-sm-6 {
    flex: 0 0 49%;
    max-width: 50%
  }
  footer .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  footer .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  footer .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  footer .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  footer .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  footer .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  
}

@media(min-width:768px) {
  footer .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  footer .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  footer .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  footer .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  footer .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  footer .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  footer .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  footer .col-md-6 {
    flex: 0 0 49%;
    max-width: 50%
  }
  footer .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  footer .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  footer .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  footer .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  footer .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  footer .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
 
}

@media(min-width:1024px) {
  footer .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  footer .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  footer .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  footer .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  footer .col-lg-3 {
    flex: 0 0 24%;
    max-width: 25%
  }
  footer .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  footer .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  footer .col-lg-6 {
    flex: 0 0 49%;
    max-width: 50%
  }
  footer .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  footer .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  footer .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  footer .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  footer .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  footer .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
  
}

@media(min-width:1690px) {
  footer .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }
  footer .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  footer .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  footer .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  footer .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }
  footer .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  footer .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  footer .col-xl-6 {
    flex: 0 0 49%;
    max-width: 50%
  }
  footer .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  footer .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  footer .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }
  footer .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  footer .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  footer .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}



hr {
    height: 1px;
    background: #bcbcbc;
    margin-bottom: 3.125rem;
    display: none
}


@media(max-width:450px) {
    .sv-badget-98x98{
        display: none;
    }
    
}

@media(min-width:768px) {
    
}

@media only screen and (max-width:1024px) {
   footer  .main_content {
        padding-left: 0!important;
        padding-right: 0!important
    }
   footer  .container {
        max-width: 100%;
        margin-bottom: 2.5rem
    }
}

@media(min-width:1024px) {
    
   footer  .container {
        max-width: 1100px;
        width: 100%;
        margin-bottom: 2.5rem
    }
   footer  .main_content {
        padding-left: 7%;
        padding-right: 7%
    }
    hr {
        display: block
    }
   footer  .main_content {
        padding-top: 0
    }
   footer  .mobile {
        display: none
    }
   footer  .desktop {
        display: block
    }
    
}

@media(min-width:1690px) {
    footer   .container {
        width: 100%;
        margin-bottom: 3.125rem
    }
    
}




#Claim,
.claim {
  background-size: 270px;
  width: 270px;
  height: 145px;
  padding: 0;
  margin: 0 auto;
  float: none;
  background-position-y: center
}

.cookiepolicybar .container {
  margin-bottom: 0
}

footer {
  width: 100%;
  background-color: #13191d;
  color: #ccc;
  font-size: .875rem;
  clear: both;
}

footer .container {
  margin-bottom: 0
}

footer a {
  cursor: pointer;
  color: #DDDDDD !important;
  text-decoration: none;
  transition: color .15s ease-in-out
}

footer a:hover {
  color: #de004e
}

footer ul {
  padding: 0;
  margin: 0
}

footer li {
  list-style-type: none;
  line-height: 2.5rem
}

footer li a {
  height: 100%;
  display: block
}

.footer_kachel_content {
  display: block;
  padding: 0 0px 0px 30px;
  border-bottom: solid 1px #999;
  text-align: left;
}

.footer_kachel_content.open {
  display: block;
}
.footer_kachel_content li.selected {
  background-color: #2B2B2B;
}

.footer_fakten {
  display: none;
}

.footer_kontakt .h3 {
  padding: 0 30px 0 30px!important;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer_kontakt .footer_kachel_content {
  display: block;
  border-bottom: 0 none
}

.infoblock {
  display: flex;
  padding: 30px 30px 30px 30px;
  font-family: 'Ubuntu', Arial;
  color: #fff;
  align-items: stretch
}

.infoblock .number {
  font-size: 3.125rem;
  font-weight: 700;
  align-self: right;
  line-height: 2.5rem;
  padding-right: 1.25rem
}

.infoblock .infoblock_info {
  line-height: 1.25rem;
  font-size: 1rem;
  text-transform: uppercase
}

.infoblock .infoblock_info strong {
  display: block
}

.footer_oben {
  margin-left: auto;
  margin-right: auto
}

.footer_oben .container {
  padding: 0
}

.footer_oben .row {
  margin: 0
}

.footer_oben .row>div,
.footer_oben .row>section {
  padding: 0 0 0 0
}

.footer_oben .h3 {
  font-size: 1.325rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #fff;
  margin: 0
}

.footer_oben .footer_headline {
  height: 80px;
  /*width: 100%;*/
  display: flex;
  border-bottom: solid 1px #999;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 30px
}

.footer_oben .footer_headline.open {
  border-bottom: solid 1px transparent
}

.footer_oben .footer_headline.open span.sxp_arrow16 {
  transform: rotate(180deg)
}

.footer_oben .footer_emaileingabe input {
  background-color: #444;
  border-color: #444;
  color: #ccc
}

.footer_oben .footer_emaileingabe input:focus {
  outline: none!important;
  outline-width: 0;
  border-color: #444!important;
  box-shadow: 0 0 0 .2rem transparent
}

.footer_oben .footer_emaileingabe input::placeholder {
  color: #888;
  opacity: 1
}

.footer_oben .footer_emaileingabe input:-ms-input-placeholder,
.footer_oben .footer_emaileingabe input::-ms-input-placeholder {
  color: #ccc
}

.footer_oben .footer_emaileingabe button {
  background-color: #444!important;
  border-color: #444;
  color: #ccc;
  font-size: 1.5rem!important
}

.footer_oben .footer_phone {
  font-family: 'Ubuntu', Arial;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.5rem;
  margin: .75rem 0 0 0
}

.footer_oben .footer_phone i {
  margin-right: .625rem
}

.footer_oben .opendays {
  font-size: inherit;
  width: 80px
}

.footer_oben .opentime {
  text-align: left;
  padding-left: 0
}

.footer_oben .kontaktService {
  display: flex;
  flex-direction: column;
  margin-top: 40px
}

.footer_oben .kontaktService>a {
  margin-bottom: 10px
}

.footer_zahlungsarten .zahlungsartenliste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Ubuntu', Arial;
  font-weight: 700;
  font-size: 1.25rem;
  flex-direction: column;
  align-items: flex-start
}

.footer_zahlungsarten .zahlungsartenliste div {
  margin: 0 2rem 2rem 0;
  margin: 0 auto;
}

.footer_zahlungsarten .zahlungsartenliste div:last-child {
  margin: 0 2rem 0 0;
  margin: 0 auto;
}

.recaptchahinweis {
  padding: 0 0 2rem 0;
  color: #ccc;
  line-height: 1.5rem;
  font-size: .875rem;
  text-align: center
}

.footer_unten {
  color: #fff;
  background-color: #232f3e;
}

.footer_unten .container {
  margin-bottom: 0
}

.footer_unten .footer_worldwide .country_action {
  align-items: center;
  display: flex;
  height: 4.375rem;
  justify-content: center
}

.footer_unten .footer_worldwide .country_action>i,
.footer_unten .footer_worldwide .country_action span {
  cursor: pointer;
  line-height: 2.5rem
}

.footer_unten .footer_worldwide .country_action .sxp_worldwide40 {
  font-size: 2.5rem
}

.footer_unten .footer_worldwide .country_action span {
  padding-left: 1rem
}

.footer_unten .footer_worldwide .country_action .sxp_arrow8 {
  font-size: .5rem;
  padding-left: .5rem
}

.footer_unten .footer_worldwide .country_selection {
  position: absolute;
  width: 12.5rem;
  bottom: .625rem;
  left: 4.375rem;
  background: #444;
  overflow: hidden;
  height: 0;
  border-radius: .3rem
}

.footer_unten .footer_worldwide .country_selection ul {
  margin: 0;
  padding: .625rem
}

.footer_unten .footer_worldwide .country_selection li a {
  line-height: 2.5rem;
  padding: 0 .625rem;
  display: inline-block;
  width: 100%;
  transition: .15s ease-in-out
}

.footer_unten .footer_worldwide .country_selection li a:hover {
  background: #666;
  color: #ccc;
  border-radius: .25rem
}

.footer_unten .footer_legallinks {
  font-size: .875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap
}

.footer_unten .footer_legallinks a {
  color: #fff;
  line-height: 2.5rem;
  transition: color .15s ease-in-out
}

.footer_unten .footer_legallinks a:hover {
  color: #e54f00
}

.footer_unten .socialmedia {
  justify-content: center
}

.cookiepolicybar {
  z-index: 300;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -4.375rem;
  position: fixed;
  background-color: #ccc;
  color: #fff;
  font-size: .875rem
}

.cookiepolicybar .row {
  align-items: center
}

.cookiepolicybar .row .cpbtxt {
  padding: 20px 15px 20px 15px;
  height: max-content;
  text-align: center
}

.cookiepolicybar .row .cpbtxt a {
  text-decoration: underline;
  color: #fff
}

.cookiepolicybar .row .cpbbtn {
  text-align: right;
  padding: 0 15px 20px 15px;
  text-align: center
}

.socialmedia {
  justify-content: flex-end
}

_:-ms-lang(x),
.footer_zahlungsarten .zahlungsartenliste img {
  width: 100px
}

@media(min-width:768px) {
  .infoblock .number {
    font-size: 2.125rem;
    font-weight: 700;
    align-self: right;
    line-height: 2rem;
    padding-right: .75rem
  }
  .infoblock .infoblock_info {
    line-height: 1rem;
    font-size: .7rem;
    text-transform: uppercase
  }
  .footer_oben .footer_headline,
  .footer_kontakt .h3 {
    border-bottom: 0 none;
    font-size: 1.325rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin: 0 0 2rem 0;
    height: 2.25rem;
    color: #fff
  }
  .footer_oben .footer_headline span.sxp_arrow16,
  .footer_kontakt .h3 span.sxp_arrow16 {
    display: none
  }
  .cookiepolicybar .row {
    align-items: center
  }
  .cookiepolicybar .row .cpbtxt {
    padding: 20px 0 20px 15px;
    text-align: left
  }
  .cookiepolicybar .row .cpbbtn {
    padding: 20px 15px 20px 0;
    text-align: right
  }
  .footer_zahlungsarten .zahlungsartenliste {
    flex-direction: row;
    align-items: center
  }
  .footer_zahlungsarten .zahlungsartenliste div {
    margin: 0 1rem 1rem 0;
    display: flex;
    justify-content: center
  }
  .footer_kontakt p:first-child {
    margin-top: 0
  }
  .footer_oben .footer_kachel_content {
    border-bottom: 0 none
  }
  .footer_oben .footer_produkte {
    order: 1;
    border-right: 1px solid #666;
    margin-top: 2rem
  }
  .footer_oben .footer_infos {
    order: 2;
    margin-top: 2rem
  }
  .footer_oben .footer_newsletter {
    order: 3;
    /*display: flex;*/
    flex-wrap: wrap;
    align-content: stretch;
    border-right: 1px solid #666;
    margin: 2rem 0 2rem 0
  }
  .footer_oben .footer_newsletter .footer_kachel_content {
    /*margin-top: -2rem;*/
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
  }
  .footer_oben .footer_kontakt {
    order: 4;
    margin: 2rem 0 2rem 0
  }
  .footer_oben .footer_fakten {
    order: 5;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    justify-content: space-around
  }
  .footer_oben .footer_zahlungsarten {
    order: 6;
    padding: 0.5rem 0 0rem 0;
    color: #999;
    line-height: 4rem;
    background-color: #f1f1f1;
  }
  .footer_oben .footer_zahlungsarten .footer_headline {
    display: none
  }
  .footer_oben .footer_zahlungsarten .zahlungsartenliste {
    justify-content: space-between;
    margin-top: 20px
  }
  .footer_oben .footer_zahlungsarten .zahlungsartenliste div {
    margin: 0 0 2rem 0;
    flex-basis: 25%;
    white-space: nowrap
  }
  .footer_oben .recaptchahinweis {
    order: 7
  }
  .footer_kachel_content {
    display: block
  }
  .footer_unten .footer_worldwide .country_action {
    justify-content: flex-start
  }
  .footer_unten .socialmedia {
    justify-content: flex-end
  }
  .footer_worldwide {
    order: 1
  }
  .footer_legallinks {
    order: 3
  }
  .footer_unten .socialmedia {
    order: 2
  }
}

@media(min-width:1024px) {
  .infoblock .number {
    font-size: 3.125rem;
    line-height: 2.5rem;
    padding-right: 1.25rem
  }
  .infoblock .infoblock_info {
    line-height: 1.25rem;
    font-size: 1rem
  }
  .footer_oben .footer_produkte,
  .footer_oben .footer_infos,
  .footer_oben .footer_newsletter,
  .footer_oben .footer_kontakt {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-right: 1px solid #666
  }
  .footer_oben .footer_fakten {
    justify-content: space-around;
    text-align: left;
        
  }
  .footer_oben .footer_zahlungsarten .zahlungsartenliste {
    justify-content: space-around
  }
  .footer_oben .footer_zahlungsarten .zahlungsartenliste div {
    margin: 0 0 1rem 0;
    flex-basis: auto
  }
  .footer_oben .footer_kontakt {
    border-right: 0 none
  }
  .footer_worldwide {
    order: 1
  }
  .footer_legallinks {
    order: 2
  }
  .footer_unten .socialmedia {
    order: 3
  }
}

_:-ms-lang(x),
.footer_oben .footer_zahlungsarten {
  flex-basis: auto
}
.textAlignLeft{
  text-align: left !important;
}


.footer_zahlungsarten{
  background-color: #f1f1f1 !important;
  padding-left: 0 !important;
}
.footer_zahlungsarten #business-account img {
  width: 100%;
}