:root {
  --apurple: rgb(156, 39, 176);
  --aturkis: #10ccbf;
  --blue: #2780E3;
  --indigo: #6610f2;
  --purple: #613d7c;
  --pink: #e83e8c;
  --red: #FF0039;
  --orange: #f0ad4e;
  --yellow: #FF7518;
  --green: #3FB618;
  --teal: #20c997;
  --cyan: #9954BB;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #373a3c;
  --primary: #2780E3;
  --secondary: #373a3c;
  --success: #3FB618;
  --info: #9954BB;
  --warning: #FF7518;
  --danger: #FF0039;
  --light: #f8f9fa;
  --dark: #373a3c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

.bg-primary-ants{
  background-color: rgba(156, 39, 176, 0.9) !important;
  color: white !important;
}
.navbar-toggler{
   color: white !important;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color="white"] {
  background-color: #fff;
}

[data-background-color="apurple"] {
  background-color: #9c27b0;
}
[data-background-color="aturkis"] {
  background-color: #10ccbf;
}
#sectionsNav {
  background-color: rgba(156, 39, 176, 0.2) Important;
}

.visible {
  display: block;
}
.unvisible {
  display: none;
}

.disabled {
  pointer-events: none;
  cursor: none;
}
#text {
  display: none;
}

.flex {
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

h2 {
  margin-top: -10px !important;
  font-size: 1, 5em;
}
h2,
h3 {
  color: var(--apurple) !important;
}
h4,
h6 {
  color: var(--aturkis) !important;
}

.shadow1 {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadow1:hover{
box-transform: scale(1.50);
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.4);
 
 -webkit-transition-timing-function: ease-in;
 
         transition-timing-function: ease-in;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);

}


a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}
.ants-color {
  background-color: #9c27b0;
  color: white;
  height: 47px;
}

div .dimslide {
  height: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.wrapper-slideshow {
  padding-bottom: 42px;
}

.panel-open {
  display: none;
}
.panel-closed {
  display: inline-block;
}
.collapsed .panel-open {
  display: inline-block;
}
.collapsed .panel-closed {
  display: none;
}
/*******************************************BODY*********************************************/

/*--------- footer -------*/
.copyright {
  float: left;
  font-size: small;
  padding-top: 0px !important;
  color: gray;
}

/*--------------------------------------------header ---------------------------------------*/
.page-header {
  height: 380px;
}

.mobile-navbar-brand {
  position: relative;

  height: 100px;
  width: 100px;
}
.navbar-brand {
  font-weight: bold;
}
section #mobile-karte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------nav ---------------------------------------*/
.form-check-label {
  margin-left: 5px;
}

/*--------------------------------------------nav Ende ---------------------------------------*/

.toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 0px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
}

/*--------------------------------------------header Ende ---------------------------------------*/
/*----------------------------------------- Suchen *--------------------------------*/

.btn-icon {
  color: var(--apurple);
  font-size: 25px;
}
.btn-clear {
  margin: 0;
  padding: 0;
}

.btn-icon:hover {
  color: var(--apurple);
  opacity: 0.2;
}
.btn-icon:active {
  color: var(--aturkis);
  opacity: 0.5;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Suchen++++++++++++++++++++++++++++++++++++++*/


.btn-clear-wrapper {
  background-color: #dbdbdb;
  margin-left: 0px;
  padding-left: 0px;
  display: inline-block;
  height: 30px !important;
  width: 26px;
  text-align: center;
  float: left;
  border-color: var(--apurple);
  border-width: 0.5px 0 0.5px 0.5px;
  border-style: solid;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;

}

.content {
  display: inline-block;
  background-color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
  height: 30px;
  width: 150px;
  font-size: 12px;
  border-color: var(--apurple);
  border-width: 0.5px 0.5px 0.5px 0;
  border-style: solid;
  word-break: break-all;
  word-wrap: break-word;
  
}
.input-dropdown-wrapper{
  height: 79px;
  position: relative;
  top: 27px;
  padding-left: 19px;
  padding-right: 19px;
}
.input-dropdown {
  display: inline-block;
  width: 200px;
  font-size: 12px;
  word-wrap: break-word;

  
}

.user-content-dropdown{
  display: none;
  position: relative;
  top:10px;
  border-radius: 5px;
  max-height: 300px;
  min-height: 50px;
  width: 200px;
  overflow: hidden;
  background-color: white;
  color: lightgrey;
  z-index: 1000;
  font-size: 12px;
  padding-left: 5px;
  padding-top: 5px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.input-dropdown-wrapper:hover .user-content-dropdown{
  display: block;

 

}
.highlight {
  background-color: white;
}
.highlight:hover {
  background-color: #c7c7c7;
  color: white;
}


/*----------------------------------------- card Desktop *--------------------------------*/

#desktop-karte .flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

#desktop-karte .image-wrapper {
  display: block;
  position: relative;
 margin-left: auto;
 margin-right: auto;
  width: 200px !important;
  height: 200px !important;
  padding-top: 200px !important;
  text-align: center;
 

}
#desktop-karte .card-body{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#desktop-karte .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
    width: 200px !important;
  height: 200px !important;
  -o-object-fit:scale-down;
     object-fit:scale-down;
}

#desktop-karte .beschreibung {
  height: 50px;
}

#desktop-karte .card-unit {
  height: 440px !important;
  margin: 8px, 5px, 5px, 8px !important;
  width: 225px !important;
  border-radius: 5px;
}

.col-style {
  margin: 4px;
}
/*              footer                    */

.card-footer {
  vertical-align: middle;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 15px;
}

.abtn-rd {
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: small;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-text-decoration: none currentcolor solid;
          text-decoration: none currentcolor solid;
  text-decoration-thickness: auto;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
  padding-top: 5px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.abtn-rd:hover{

}

#desktop .btnup-li {
  float: left;
  padding-left: 40px;
  cursor: pointer;
}

/*------------------------------------------ card Mobile ----------------------------------------*/

.mobile .flex-container {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flexbox;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile .card-unit {
  height: 100px !important;
  width: 100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 5px;
  padding: 2px !important;
   -o-object-fit:scale-down;
      object-fit:scale-down;
}

.mobile .image-wrapper {
  display: block;
  text-align: center;
  max-width: 100px !important;
}
.mobile .photo {
  
 height: 95px !important;
  width: 95px!important;
  margin-left: auto;
  margin-right: auto;
   -o-object-fit:scale-down;
      object-fit:scale-down;
}
.mobile .gallery img{
  margin-bottom: 0px !important;
}
/*--------------------------------------------Info ---------------------------------------*/


.txtdetail {
    display: block;
    margin-top: 21px;

  }




.imgfarbkarte {
  height: 70px !important;
  width: 70px !important;
  margin: 3px;
}
.ContentAreaRight {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  margin-left: auto;
  padding: 0px !important;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.ContentAreaLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -ms-flexbox;
  max-width: 200px;
}
.alternativ{
  margin-bottom: 30px ;
}

.picwrab .img-fluid {
  color: transparent;
  display: fluid;
  image-rendering: -webkit-optimize-contrast;
  max-width: 200px;
  width: 50px;
}

.txtdetail p {
  text-align: left;
}
/*--------------------------------------------Ende Info---------------------------------------*/

/*--------------------------------------toogle :vertical -----------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.toggle-switch-container {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 30px;
}

.toggle-a,
.toggle-b {
  font-size: 24px;
}

.toggle-switch {
  width: 10px;
  position: relative;
  margin: 0;
}

.toggle-switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.toggle-switch input:checked {
  z-index: 1;
}

.toggle-switch input:checked + label {
  opacity: 1;
  cursor: default;
}

.toggle-switch input:not(:checked) + label:hover {
  opacity: 0.5;
}

.toggle-switch label {
  color: #fff;
  opacity: 0.33;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.toggle-switch .toggle-outside {
  height: 100%;
  border-radius: 17px;
  padding: 11px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.toggle-switch .toggle-inside {
  border-radius: 50%;
  background: rgb(156, 39, 176);
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switch-vertical {
  background-color: rgb(156, 39, 176);
  width: 0px;
  height: 60px;
  margin-left: 27px;
}

.switch-vertical input {
  height: 100%;
  width: 60px;
  right: 0;
  margin: 0;
}

.switch-vertical label {
  font-size: 30px;
  line-height: 30px;
  display: block;
  width: 80px;
  height: 50%;
  margin: 0;
  text-align: left;
  padding-left: 12px;
}

.switch-vertical .toggle-outside {
  background: rgba(236, 130, 255, 1);
  position: absolute;
  width: 23px;
  height: 100%;
  right: 0;
  top: 0;
}

.switch-vertical .toggle-inside {
  height: 17px;
  left: 3px;
  top: 3px;
  width: 17px;
}

.switch-vertical input:checked ~ .toggle-outside .toggle-inside {
  top: 3px;
}

.switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
  top: 40px;
}

/*--------------------------------------------------Index________-----------------_--__-_*/
#desktop #buttom-wrapper{
margin-bottom: 20px;
}
#desktop .container p{
 text-align: left;
 width: 90%;
}
#desktop .col{
  padding: 0px !important;
}
 .titel{
  margin-top: 20px !important;
}
#index .spinner-pos {
  display: inline-block;
  position: relative;
  top: 130px;
}