.akplinks {
    float: left;
    width: 55%;
}

.akpfett {
    font-weight: bold;
}

.akprechts {
    float: right;
    text-align: right;
    width: 45%;
}

.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid rgb(223, 223, 223);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}

/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: #2281c4;
    border-color: #2281c4;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: rgb(232,235,238);
    border-color: rgb(255,255,255);
}
.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: rgb(248,249,250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.triangle {
position: relative;
background: #333;
height: 0vh;
}
.triangle::before {
content: '';
position: absolute;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 20px 0 20px;
border-color: #333 transparent transparent transparent;
left: 50%;
transform: translateX(-50%) translateY(100%);
}

.productConfigTileFlagLabels {
    position: absolute;
top: -8px;
/* z-index: 99999999; */
outline: none;
background-color: yellowgreen;
height: 2rem;
padding: 5px;
}

.panel-group {
    border-radius: 0px !important;
}

.panel-group .panel {
    border-radius: 0px !important;
    border: none !important;
    border-top: 1px solid #eee !important;
    box-shadow: none !important;
}

.panel-heading {
    background-image: none !important;
    background-color: white !important;
    cursor: pointer;
    border-radius: unset !important;
}

.panel-heading:hover {
    /*background-color: #eee !important;*/
    box-shadow: 0px 0px 3px #333 !important;
}

.panel-title {
    font-size: unset !important;
}

.panel-body {
    border: none !important;
}

.panel-title::after {
    content: "\f107";
    color: #333;
    right: 30px;
    position: absolute;
    font-family: FontAwesome, sans-serif
}

.panel-heading[aria-expanded="true"]>.panel-title::after {
    content: "\f106";
}

.frb-group {
    display: flex;
    flex-wrap: wrap;
    /*position: relative;*/
    overflow: hidden;
    padding-top: 3px;
}

.frb {
    /*flex: 0 0 25%;
    max-width: 25%;*/
    overflow-wrap: anywhere;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
    display: none;
}

/*.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
    font-family: FontAwesome;
    content: '\f096';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 15px;
    font-size: 22px;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
    content: '\f046';
}*/

.frb input[type="text"] {
    width: 100%;
}

.frb input[type="text"] ~ label {

}

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {

    cursor: pointer;

    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f2f2f2;

    text-align: center; /*NEU*/
    padding: 1rem;
    display: block;
    justify-content: center;
    align-items: center;
    height: calc(100% - 0.925rem);
    position: relative;
}

.frb input[type="radio"] ~ label a,
.frb input[type="checkbox"] ~ label a {
    position: absolute;
    top: 0px;
    right: 2px;
}

.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="text"] ~ label:focus,
.frb input[type="text"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
    box-shadow: 0px 0px 3px #333;
}

.frb-primary input[type="radio"]:checked ~ label,
.frb-primary input[type="checkbox"]:checked ~ label {
    color: #fafafa;
}

.frb-primary input[type="radio"]:checked ~ label,
.frb-primary input[type="checkbox"]:checked ~ label {
    background-color: #f2f2f2;
}

.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
    color: #333;
}

.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
    background-color: #2281c4;
}
.frb.frb-primary input[type="radio"]:checked ~ label span.glyphicon, .frb.frb-secondary input[type="radio"]:checked ~ label span.glyphicon,
.frb.frb-primary input[type="checkbox"]:checked ~ label span.glyphicon {
    color: #fafafa !important;
}

.frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
    background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked ~ label,
.frb.frb-info input[type="checkbox"]:checked ~ label {
    background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked ~ label,
.frb.frb-warning input[type="checkbox"]:checked ~ label {
    background-color: #f0ad4e;
}

.frb.frb-danger input[type="radio"]:checked ~ label,
.frb.frb-danger input[type="checkbox"]:checked ~ label {
    background-color: #d9534f;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="text"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
    display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="text"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
    font-size: 16px;
    font-weight: 700;
    /*margin: 5px 5px 5px 50px;*/
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="text"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
    font-weight: normal;
    font-style: italic;
    color: #999;
    /*margin: 5px 5px 5px 50px;*/
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
    color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked ~ label span.frb-description {
    color: #999;
}

.plsChooseBorder {
    border: 1px solid #ff9600 !important;
}

/* Tabs für die weiteren Informationen sowie FAQ und Infos zur Erstellung */
.tabbable-panel {
    /*border:1px solid rgb(241, 62, 62);*/
    padding-right: 10px;
  }

  /* Default mode */
  .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
  }
  .tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
  }
  .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #fbcdcf;
  }
  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
  }
  .tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #FF0000;
    position: relative;
  }
  .tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
  }
  .tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
  }
  .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
  }

  /* Below tabs mode */

  .tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
  }
  .tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
  }
  .tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
  }
  .tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
  }
  .tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  /* Informationen für SEO Text stylen und Text links rücken */
    .textimbildlinks {
        position:absolute;
        background-color:#fff;
        /*opacity:.9;*/
        width:450px;
        top:0;
        left:2%;
        padding:15px;
        padding-bottom: 0;
        -webkit-box-shadow:10px 10px 5px 0 rgba(0,0,0,.35);
        -moz-box-shadow:10px 10px 5px 0 rgba(0,0,0,.35);
        box-shadow:10px 10px 5px 0 rgba(0,0,0,.35)
    }
    .themenwelttext {
        font-size:1.2em
    }
    .headlineimbild {
        font-size: 1.6em !important;
        font-weight: bold;
    }
/* Image Karusell für den SEO Text, FAQs und Details */
.carousel-indicatorss {
    padding-left: 0;
}
.carousel-indicatorss li {
    display: inline-block;
    cursor: pointer;
    width: 120px;
    height: 60px;
    background-color: #fff;
    position: relative;
}

.carousel-indicatorss li.active {
    border: 1px solid;
    border-color: #2281c4;
    -webkit-box-shadow: 0px 0px 11px -2px #000000;
    box-shadow: 0px 0px 11px -2px #000000;
}

.carousel-indicatorss img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.wsnormal {
    white-space: normal !important;
}

.modaledit {
    top: 50px;
    text-align: -webkit-center;
}

.faqh2 {
    font-size: 1.6em !important;
    font-weight: bold;
}

.faqh3 {
    color: #000;
    font-size: 1.3em !important;
    font-weight: bold;
}
