.tx-sy-guidelineshop .row {
    display: flex;
    padding: 20px 0;
    width: 100%;
}


.tx-sy-guidelineshop h3 {
    font-weight: 500;
    margin: 0;
}
.tx-sy-guidelineshop hr {
    margin-bottom: 20px;
}
.tx-sy-guidelineshop p,
.tx-sy-guidelineshop .guideline__description ul,
.tx-sy-guidelineshop .guideline__description ul li {
    font-size: 1rem;
}

.tx-sy-guidelineshop .text-white {
    color: white;
}

.col-1 {
    flex-basis:  8.33333333%;
    width:   8.33333333%;
}
.col-2 {
    flex-basis:  16.66666667%;
    width:  16.66666667%;
}

.col-3 {
    flex-basis:  25%;
    width:  25%;
}

.col-4 {
    flex-basis:  33.33333333%;
    width:  33.33333333%;
}

.col-5 {
    flex-basis:  41.66666667%;
    width:  41.66666667%;
}

.col-6 {
    flex-basis:  50%;
    width:  50%;
}

.col-7 {
    flex-basis:  58.33333333%;
    width:  58.33333333%;
}

.col-8 {
    flex-basis:  66.66666667%;
    width:  66.66666667%;
}
.col-9 {
    flex-basis:  75%;
    width:  75%;
}
.col-10 {
    flex-basis:  83.33333333%;
    width:  83.33333333%;
}

.col-11 {
    flex-basis:  91.66666667%;
    width:  91.66666667%;
}

.col-12 {
    flex-basis:  100%;
    width:  100%;
}

.col + .col {
    padding-left: 20px;
}

.tx-sy-guidelineshop .bg-layer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tx-sy-guidelineshop .bg-layer.hidden{
    display: none;
}

.tx-sy-guidelineshop a.navlink-lightbox {
    display: block;
    width: 100%;
}

.tx-sy-guidelineshop .mb-10 {
    margin-bottom: 10px;
}
.tx-sy-guidelineshop .mb-20 {
    margin-bottom: 20px;
}
.tx-sy-guidelineshop .mb-30 {
    margin-bottom: 30px;
}

.tx-sy-guidelineshop .mt-10 {
    margin-top: 10px;
}
.tx-sy-guidelineshop .mt-20 {
    margin-top: 20px;
}
.tx-sy-guidelineshop .mt-30 {
    margin-top: 30px;
}

.tx-sy-guidelineshop .d-flex {
    display: flex;
    justify-content: space-between;
}

.tx-sy-guidelineshop h3.guideline__title {
    color: #164194;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin-top: 0;
    display: inline-block;
    width: 95%;
}

.tx-sy-guidelineshop .guideline__articleno {
    padding: 40px 0px;
    font-size: .75rem;
}

.tx-sy-guidelineshop  label {
    display: block;
    color: #164194;
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 5px;
}

.tx-sy-guidelineshop .guidelinesSearch {
    padding-bottom: 46px;
    width: 74%;
}

.tx-sy-guidelineshop #searchField {
    width: 85%;
    background-color: #F5F5F5;
    border: 1px solid #E73B2D;
    height: 52px;
    line-height: 52px;
    border-radius: 2px 0px 0px 2px;
    padding: 0 20px;
    color: #AAAAAA;
    font-size: 16px;
}

.tx-sy-guidelineshop #submitButton {
    width: 15%;
    background-color: #E73B2D;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #E73B2D;
    height: 52px;
    line-height: 52px;
    color: white;
    font-size: 20px;
    transition: 0.5s;
    cursor: pointer;
}
.tx-sy-guidelineshop #submitButton:hover {
    background-color: #164194;
}

.tx-sy-guidelineshop .search-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


.tx-sy-guidelineshop .guidelinesSearch .clear-search-field {
    position: absolute;
    cursor: pointer;
    left: 80%;
    display: none;
    padding: 5px;
    top: 6px;
    color: #999;
}

.tx-sy-guidelineshop .guidelinesSearch .search-suggestions {
    position: absolute; 
    display: none;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 99;
    padding: 7px 0;
    max-width: 400px;
    min-width: 250px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-radius: 0 0 2px 2px;
}
.tx-sy-guidelineshop .guidelinesSearch .search-suggestions span {
    cursor: pointer;
    color: #164194;
    padding: 7px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
}

.tx-sy-guidelineshop .searchfields-wrapper {
    display: flex;
    width: 25%;
    margin-left: auto;
}
.tx-sy-guidelineshop .searchfields-wrapper .application-fields {
    flex: 1;
    display: none;
}
.tx-sy-guidelineshop .searchfields-wrapper .guidlinesLanguage {
    flex: 1;
}

.tx-sy-guidelineshop .searchfields-select {
    position: relative;    
    width: 250px;
    cursor: pointer;
}    

.tx-sy-guidelineshop .searchfields-select i {
    position: absolute;
    right: 15px;
    top: 18px;
    color: #164194;
}

.tx-sy-guidelineshop .searchfields-select--head {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    color: #164194;
    font-size: 16px;
    margin-right: 0px;
    overflow: hidden;
}
.tx-sy-guidelineshop .searchfields-select--options {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.tx-sy-guidelineshop .searchfields-select:hover .searchfields-select--options {
    display: block;
    padding: 7px 0;
}

.tx-sy-guidelineshop .searchfields-select:hover .searchfields-select--options .searchfields-select--option--value {
    color: #164194;
    font-size: 16px;
    line-height: 19px;
    padding: 7px 20px;
    cursor: pointer;
}

.tx-sy-guidelineshop .tagcloud-wrapper {
    border-left: 1px solid #CCCCCC;
    padding-left: 30px;
    overflow-y: auto;
    flex: 2;
    display: none;
}

.tx-sy-guidelineshop .tagcloud-wrapper .tagcloud-wrapper--label {
    cursor: pointer; 
    color: #999999;
    padding: 5px 10px; 
    display: inline-block;
    margin: 5px 5px;
    margin-top: 0px; 
    font-size: 16px; 
    line-height: 19px;
    border: 1px solid #ccc; 
    border-radius: 2px;
    transition: 0.5s;
}
.tx-sy-guidelineshop .tagcloud-wrapper .tagcloud-wrapper--label:hover {
    border: 1px solid #E73B2D;
    color: #E73B2D;
}

.tx-sy-guidelineshop .guideline-info-container p a {
    color: #164194;
}

.tx-sy-guidelineshop .guideline-info-container p a:hover {
    color: #E73B2D;
}

.tx-sy-guidelineshop .tagcloud-wrapper .tagcloud-wrapper--label.active {
    background: #999999;
    color: white;
}

.tx-sy-guidelineshop span.favourite {
    font-size: 22px;
    color: grey;
    cursor: pointer;
}

.tx-sy-guidelineshop span.favourite.active {
    color: #E73B2D;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--list {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
    padding-bottom: 60px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem; 
}

.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


.tx-sy-guidelineshop .tx_ehedgguidelines--table {
    width: 100%;
    border-spacing: 0;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table th {
    background-color: #E3E3E3;
    color: #3A3A3A;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px; 
    text-align: left;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table th.row1 {
    border-right: 2px solid white;
    width: 60px
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table td {
    color: #164194;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    padding: 20px 10px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #CCCCCC;
}
.tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table td .titleline{
    cursor: pointer;
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table td .titleline.no-link {
    display: block;
    cursor: initial;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table td .titleline.no-link p {
    font-size: 14px;
    margin-top: 5px;
}
.tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .titleline span {
    width: 90%; 
    display: block;
}
.tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .fa{
    position: absolute;
    top: 0;
    right: 0;
}
.tx-sy-guidelineshop .tx_ehedgguidelines--table td.row1 {
    text-align: center;
}


.tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 40%;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper.secondlevel {
    flex-direction:row;
    width: 100%;
    justify-content: space-between
}

.tx-sy-guidelineshop .tx_ehedgguidelines--table td .button-small {

    display: inline-block;
    
}


.tx-sy-guidelineshop .tx_ehedgguidelines--table td .button-big {
 
    display: inline-block;
    margin-bottom: 10px;
}


.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup {
    width: 100%;
    background-color: #F5F5F5;
    align-self: flex-start;
    position: sticky; 
    top: 50px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .tx_ehedgguidelines--workinggroup-head {
    background-color: #E3E3E3;
    color: #3A3A3A;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px; 
    text-align: left;
    font-weight: 700;
}  
.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .tx_ehedgguidelines--workinggroup-titel {
    color: #164194;
    font-size: 16px;
    line-height: 21px;
    padding: 20px 14px;
}  
.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .tx_ehedgguidelines--workinggroup-titel.toggler {
    display: inline-block;
    width: calc( 100% - 30px);
}
.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .tx_ehedgguidelines--workinggroup-contact .title-wrapper {
    color: #164194;
    cursor: pointer;
}
.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .tx_ehedgguidelines--workinggroup-video .video-container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 200px;
}  

.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup a {
    color: #164194;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .btn.border-blue {
    width: calc( 100% - 30px);
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    border: 1px solid #164194;
    margin-left: 14px;
    background-color: transparent;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .btn.border-blue:hover {
   color: #FFF; 
   border: 1px solid #E73B2D;
   background-color: #E73B2D;
} 




.tx-sy-guidelineshop  .guidlinesButton {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px;
    background-color: #164194;
    border: 1px solid #164194;
    border-radius: 2px;
    height: auto;
    padding: 0 16px;
    transition: 0.5s;
    cursor: pointer;
    width: 49%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
}


.tx-sy-guidelineshop  .guidlinesButton:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.tx-sy-guidelineshop  .guidlinesButton.large {
    min-width: 220px;
    width: 100%;
}

.tx-sy-guidelineshop  .guidlinesButton.hidden {
    display: none;
}

.tx-sy-guidelineshop form.guidlinesButton {
    margin-bottom: 0;
    width: 100%;
    max-width: 150px;
}

.tx-sy-guidelineshop form.guidlinesButton .guidlinesButton {
    width: 100%;
}
.tx-sy-guidelineshop .guidlinesButton.withlanguage {
    min-width: 220px;
}

.tx-sy-guidelineshop .row.invoice_info .guidlinesButton {
    width: 100%;
}

.tx-sy-guidelineshop .no-top-padding {
    padding-top: 0;
}

.tx-sy-guidelineshop .guidlinesButton:hover {
    background-color: #E73B2D;
    border: 1px solid #E73B2D;
}

.tx-sy-guidelineshop .link-button {
    background: #164194;
    color: white;
    padding: 5px 7px;
    border-radius: 2px;
    font-size: 1rem;
    max-width: fit-content;
    display: block;
    text-align: center;
}

.tx-sy-guidelineshop .link-button.gray {
    background: #798293;
}

.tx-sy-guidelineshop .row.border-top {
    border-top: 1px solid #969FB1;
}

.tx-sy-guidelineshop .row.border-bottom {
    border-bottom: 1px solid #969FB1;
}

.tx-sy-guidelineshop .row.has-padding-20 {
    padding: 20px;
}

.tx-sy-guidelineshop .bg-light-brown {
    background: #E3E3E3;
}

.tx-sy-guidelineshop .info-teaser {
    color: #164194;
    min-height: 105px;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
}



.syguidelineshop__cart {
    border: 1px solid #969FB1;
    padding: 20px;
    width: 100%;
    position: sticky;
    top: 200px;
}

.syguidelineshop__cart.no-sticky {
    position: static;
    top:0;
}

.syguidelineshop__cart .cart__item {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #969FB1;
}
.syguidelineshop__cart h4 {
    color: #164194;
}
.syguidelineshop__cart .guideline__title {
    font-size: 14px;
}
.syguidelineshop__cart .guideline__articleno {
    font-size: 14px;
    padding: 10px 0 0 0;
}
.syguidelineshop__cart .guideline__price {
    font-size: 14px;
}
.syguidelineshop__cart .cart__total {
    font-size: 14px;
    padding: 0 0 20px 0;
}




.tx-sy-guidelineshop .sy-guidelineshop__showcart__item {
    border: 1px solid #969FB1;
    padding: 20px;
    margin-bottom: 30px;
}
.tx-sy-guidelineshop .sy-guidelineshop__showcart__item .guideline__articleno {
    padding: 10px 0 0 0;
}
.tx-sy-guidelineshop .sy-guidelineshop__showcart__item .sy-guidelineshop__showcart__item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tx-sy-guidelineshop .sy-guidelineshop__showcart__item .sy-guidelineshop__showcart__item__info__bottom {
    align-items: flex-end;
    padding-bottom: 0;
}


.tx-sy-guidelineshop .summary-cart {
    padding: 20px;
    border: 1px solid #969FB1;;
}
.tx-sy-guidelineshop h4 {
    margin-top: 0;
}

.tx-sy-guidelineshop .summary-cart h4 {
    color: #164194;
    font-size: 1rem;
}

.tx-sy-guidelineshop .summary-cart .cart__title {
    font-size: 0.9rem;
    color: #3A3A3A;
}

.tx-sy-guidelineshop .image__container {
    line-height: 0;
    font-size: 0;
}
.tx-sy-guidelineshop .image__container img {
    border: 1px solid #969FB1;
}

.tx-sy-guidelineshop .price-wrapper {
    text-align: right;
}

.tx-sy-guidelineshop .price-wrapper .price__gross {
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    color: #164194;
}

.tx-sy-guidelineshop .price-wrapper .price__net {
    font-size: 14px;
    line-height: 19px;
    color: #798293;
    margin-top: 0;
}

.tx-sy-guidelineshop .price-wrapper .vat-label {
    font-size: 14px;
    line-height: 19px;
    color: #164194;
    font-weight: bold;
    margin-top: 0;
}

.tx-sy-guidelineshop .guidlinesButton.lighter {
    background-color: #798293;
    border-color: #798293;
    position: relative;
    /*min-width: 220px;*/
    width: 100%;
}

.tx-sy-guidelineshop .guidlinesButton.lighter.small {
    width: 49%;
}

.tx-sy-guidelineshop .guidlinesButton.lighter:hover {
    background-color: #798293;
}

.tx-sy-guidelineshop .guidlinesButton.lighter .tooltip {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
}

.tx-sy-guidelineshop .guidlinesButton.lighter .tooltip .tooltip--trigger {
    display: block;
    background-color: #164194;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.tx-sy-guidelineshop .guidlinesButton.lighter .tooltip .tooltip--trigger.red {
    background-color: #E73B2D;
}

.tx-sy-guidelineshop .guidlinesButton.lighter .tooltip .tooltip--message {
    display: none;
    background: white;
    border: 1px solid #164194;
    position: absolute;
    color: #164194;
    border-radius: 10px;
    padding: 5px 5px 5px 33px;
    top: -7px;
    left: -7px;
    width: 220px;
    z-index: -1;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.tx-sy-guidelineshop .guidlinesButton.lighter:hover .tooltip .tooltip--message {
    display: block;
}

.tx-sy-guidelineshop .guideline-info-container {
    width: calc(100% - 300px);
}

.tx-sy-guidelineshop .guideline-info-container ul {
    margin-bottom: 10px;
}
.tx-sy-guidelineshop .guideline-info-container ul li {
    font-size: 0.875rem;
    line-height: 1.05rem; 
    color: #333;
}
.tx-sy-guidelineshop .toggled {
    padding: 20px 0;
  
}
.tx-sy-guidelineshop .buyToggled {
    padding: 20px 0;
   
}
.tx-sy-guidelineshop .buyToggled p {
    margin: 10px 0;
}
.tx-sy-guidelineshop  select {
    padding: 0 7px;
    height: 40px;
}

.tx-sy-guidelineshop .buyToggled select {
    padding: 12px 20px;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}
.tx-sy-guidelineshop .downloadToggled {
    padding: 20px 0;
}
.tx-sy-guidelineshop .downloadToggled p {
    margin: 10px 0;
}
.tx-sy-guidelineshop .downloadToggled select {
    padding: 12px 20px;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}




.tx-sy-guidelineshop .guideline__crossselling {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 10px;
}

.tx-sy-guidelineshop .guideline__crossselling__item {
    border: 1px solid #969FB1;
    padding: 20px;
    width: 33.3333%
}
.tx-sy-guidelineshop .guideline__crossselling__item .image__container {
    margin-bottom: 20px;
    text-align: center;
    max-height: 200px;
}
.tx-sy-guidelineshop .guideline__crossselling__item .image__container img {
    width: auto;
    height: 100%;
    max-height: 200px;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup .tx_ehedgguidelines--workinggroup-contact .guideline-info-container {
    width: 100%;
    padding: 0px 14px;
    padding-bottom: 15px;
}  

.tx-sy-guidelineshop .tx_ehedgguidelines--banner {
    width: 100%;
    display: flex;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    height: 114px;
    line-height: 114px;
    padding: 0 28px;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0;
}
.tx-sy-guidelineshop .tx_ehedgguidelines--banner .tx_ehedgguidelines--banner--inner {
    line-height: 114px;
    font-size: 30px;
    color: #164194;
}
.tx-sy-guidelineshop .tx_ehedgguidelines--banner .bannerButton {
    width: 196px;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.tx-sy-guidelineshoptable.tx_ehedgguidelines tr:not(:first-of-type) td .buyToggled .guidlinesButton img {
    margin-bottom: -6px;
  }

  

.tx-sy-guidelineshop .guidlinesButton.cart__checkout-btn {
    margin-top: 30px;
    width: 100%;
}

.tx-sy-guidelineshop .guidlinesButton.cart__checkout-btn.lighter {
    background: #798293;
}





.tx-sy-guidelineshop .sy-guidelineshop__cartpopup,
.tx-sy-guidelineshop .sy-guidelineshop__download_confirm{
    width: 90%;
    max-width: 1140px;
    background: #FFF;
    padding: 40px;
    position: relative;
    transition: .5s;
}

.tx-sy-guidelineshop .sy-guidelineshop__cartpopup.hidden,
.tx-sy-guidelineshop .sy-guidelineshop__download_confirm.hidden {
    display: none;
    transition: .5s;
}
.tx-sy-guidelineshop .sy-guidelineshop__cartpopup .close-btn,
.tx-sy-guidelineshop .sy-guidelineshop__download_confirm .close-btn{
    position: absolute;
    right: 10px;
    padding: 10px;
    top: 10px;
    font-size: 42px;
    cursor: pointer;
    color: black;
    transition: .5s;
}
.tx-sy-guidelineshop .sy-guidelineshop__cartpopup .close-btn:hover,
.tx-sy-guidelineshop .sy-guidelineshop__download_confirm .close-btn:hover{
    color: #164194;
}
.tx-sy-guidelineshop .sy-guidelineshop__cartpopup >.row,
.tx-sy-guidelineshop .sy-guidelineshop__download_confirm >.row {
    padding: 0;
}

.tx-sy-guidelineshop .sy-guidelineshop__download_confirm .popup__content {
    margin-bottom: 30px;
}

.tx-sy-guidelineshop .sy-guidelineshop__download_confirm form {
    margin-top: 30px;
}

.tx-sy-guidelineshop .sy-guidelineshop__cartpopup h2 {
    margin-top: 0;
}
.tx-sy-guidelineshop .sy-guidelineshop__cartpopup .cart__checkout-btn {
    margin-top: 0;
}
.tx-sy-guidelineshop .sy-guidelineshop__cartpopup .sy-guidelineshop__showcart__item {
    margin-bottom: 0;
}


.tx-sy-guidelineshop form .error_msg {
    display: none;
    color: red;
}
.tx-sy-guidelineshop .password-hint {
    margin-top: 10px;
}
.tx-sy-guidelineshop .password-hint--text {
    font-size: 0.725rem;
    color: #999;
    margin: 0;
}

.tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup {

}




.tx-sy-guidelineshop .sy-guidelineshop__checkout__block {
    display: flex;
    flex-wrap: wrap;
}

.tx-sy-guidelineshop .sy-guidelineshop__checkout__item {
    width: 300px;
    padding-bottom: 20px;
    margin-right: 57px;
}
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item--full {
    width: 100%;
}
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item label {
    font-size: 16px;
    color: #164194;
    margin-bottom: 5px;
}
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item select, 
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item input,
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item textarea {
    font-size: 16px;
    width: 90%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #CCCCCC;
}
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item input[type="radio"], 
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item input[type="checkbox"] {
    width: auto;
    height: auto;
}
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item input[type="submit"] {
    width: auto;
    background-color: #164194;
    border: 1px solid #164194;
    color: white;
    padding: 0 30px;
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.tx-sy-guidelineshop .sy-guidelineshop__checkout__item input[type="submit"]:hover {
    background-color: white;
    color: #164194;
}







.tx-sy-guidelineshop .sy-guidelineshop__payment__total {
    background-color: #E5E8EB;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.tx-sy-guidelineshop .sy-guidelineshop__payment__total .sy-guidelineshop__payment__total__left {
    font-size: 20px;
    color: #3A3A3A;
}
.tx-sy-guidelineshop .sy-guidelineshop__payment__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.tx-sy-guidelineshop .sy-guidelineshop__payment__buttons .guidlinesButton.cart__checkout-btn {
    margin-top: 0;
}


.tx-sy-guidelineshop .row.order_headline {
    background: aliceblue;
    padding: 10px;
    font-weight: bold;
}

.tx-sy-guidelineshop .row.invoice_info {
    background: lightgray;
    padding: 10px;
}

.tx-sy-guidelineshop .row.invoice_detail {
    padding: 10px;
    background: #efefef;
}

.tx-sy-guidelineshop .row.invoice_detail.even {
    background: aliceblue;
}

.tx-sy-guidelineshop .col-2.price {
    text-align: right;
    padding-right: 30px;
}

.tx-sy-guidelineshop .d-flex.download-info {
    margin-top: 10px;
    font-size: 12px;
    justify-content: right;
    font-weight: 600;
}


.tx-sy-guidelineshop p.download-info {
    font-size: 12px;
    font-weight: 600;
    padding-left: 20px;
}

.tx-sy-guidelineshop p.download-info.hidden,
.tx-sy-guidelineshop div.download-info.hidden{
    display: none;
}


@media screen and (max-width: 1100px) {
    .tx-sy-guidelineshop .tx_ehedgguidelines--banner {
        padding: 15px;
        line-height: 30px;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--banner .tx_ehedgguidelines--banner--inner {
        line-height: 30px;
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .tx-sy-guidelineshop .guidelinesSearch {
        width: 55%;
    }
    .tx-sy-guidelineshop .guidelinesSearch .clear-search-field {
        left: 78%;
    }
    
    .tx-sy-guidelineshop .searchfields-wrapper {
        flex-wrap: wrap;
        width: auto;
    }
    .tx-sy-guidelineshop .searchfields-wrapper .application-fields {
        width: 50%;
        flex: unset;
    }
    
    .tx-sy-guidelineshop .searchfields-wrapper .guidlinesLanguage {
        width: 100%;
        flex: unset;
    }
    .tx-sy-guidelineshop .searchfields-select--head {
        width: auto;
        margin-right: 0px;
    }
    .tx-sy-guidelineshop .tagcloud-wrapper {
        margin-top: 30px;
        width: 100%;
        border: 0;
        padding: 0;
        flex: unset;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table {
        width: 100%;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper {
        position: relative;
        display:flex;
        justify-content: space-between;
        gap: 10px;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .titleline {
        width:80%;
        position: relative;
    }
    .tx-sy-guidelineshop .guideline-info-container {
        width: 100%;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper .form-group {
        text-align: right;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper .form-group a {
        text-align: center;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper .form-group select {
        margin-bottom: 10px;
    }
    .tx-sy-guidelineshop .guidlinesButton.lighter {
        
        min-width: 0px;
    }


    .tx-sy-guidelineshop .guidlinesButton.withlanguage {
        min-width: 0px;
    }
    
}

@media screen and (max-width: 640px) {
    .tx-sy-guidelineshop .row {
        flex-direction: column;
        row-gap: 20px;
    }
    .tx-sy-guidelineshop .row.sy-guidelineshop__checkout__block {
        row-gap: 0;
    }

    .tx-sy-guidelineshop .row.reverse {
        flex-direction: column-reverse;
    }
    .tx-sy-guidelineshop .guidelinesSearch {
        width: 100%;
    }
    .tx-sy-guidelineshop .searchfields-wrapper {
        width: 100%;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--banner {
        flex-direction: column;
        padding: 15px;
        height: auto;
        line-height: 30px;
        margin-bottom: 0;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--banner .tx_ehedgguidelines--banner--inner {
        line-height: 30px;
        font-size: 24px;
        padding-bottom: 30px;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--banner .bannerButton {
        width: 100%;
    }
    
    .tx-sy-guidelineshop .searchfields-wrapper {
        flex-direction: column;
    }
    .tx-sy-guidelineshop .searchfields-wrapper .application-fields {
        width: 100%;
        padding-bottom: 30px;
        flex: 1;
    }
    .tx-sy-guidelineshop .searchfields-wrapper .guidlinesLanguage {
        width: 100%;
        padding-bottom: 30px;
        flex: 1;
    }
    
    .tx-sy-guidelineshop .searchfields-select {
        width: 100%;
        cursor: pointer;
    }   
    .tx-sy-guidelineshop .searchfields-select--head {
        width: 100%;
    }

    .tx-sy-guidelineshop .tagcloud-wrapper {
        width: 100%;
        flex: 1;
        margin: 0;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--list {
        flex-direction: column;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table {
        order: 2;
        width: 100%;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--workinggroup {
        order: 1;
        width: 100%;
        margin-bottom: 60px;
        position: relative;
        margin-top: 40px;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper {
        position: relative;
        display:flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 0;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .titleline {
        width:100%;
        position: relative;
        margin-bottom: 10px;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper {
        width: 100%;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper .select-wrapper {
        width: 100%;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper .form-group {
        display: flex;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper .form-group a {
        justify-content: center;    
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper .form-group select {
        margin-bottom: 10px;
        flex-grow: 10;
        margin-right: 10px;
    }


    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .button-small {
        margin-top: 10px;
        width: auto;
        max-width: 60px;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .button-big {
        margin-top: 10px;
    }
    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper i {
        position: absolute;
        top: 2px;
        right: 5px;
    }

    .tx-sy-guidelineshop .guidlinesButton.lighter .tooltip:hover .tooltip--message {
        right: -7px;
        left: auto;
        padding: 5px 33px 5px 5px;
    }

    .tx-sy-guidelineshop .d-flex {
        flex-direction: column;
        row-gap: 20px;
    }


    .col + .col {
        padding-left: 0;
    }

    .tx-sy-guidelineshop .image__container {
        text-align: center;
        margin-bottom: 20px;
    }

    .tx-sy-guidelineshop p.download-info {
        padding-left: 0;
    }

    .tx-sy-guidelineshop .guideline__crossselling {
        flex-direction: column;
    }

    .tx-sy-guidelineshop .guidlinesButton {
        width: 100%;
    }

    .tx-sy-guidelineshop .tx_ehedgguidelines--table td .title-wrapper .buttons-wrapper.second-level {
        flex-direction: column;
    }

    .tx-sy-guidelineshop select {
        width: 100%;
    }

    .tx-sy-guidelineshop form.guidlinesButton {
        max-width: 100%;
    }

    .tx-sy-guidelineshop .link-button {
        max-width: 100%;
    }

    .tx-sy-guidelineshop .sy-guidelineshop__cartpopup, .tx-sy-guidelineshop .sy-guidelineshop__download_confirm {
        padding: 40px 20px;
        max-height: 80vh;
        overflow-y: scroll;
    }

    .sy-guidelineshop__cartpopup .image__container {
        display: none;
    }

    .tx-sy-guidelineshop .image__container img {
        width: 50%;
    }

    .tx-sy-guidelineshop .row.sy-guidelineshop__showcart {
        flex-direction: column-reverse;
    }

    .tx-sy-guidelineshop .sy-guidelineshop__checkout__item {
        width: 100%;
        margin-right: 0;
    }
    .tx-sy-guidelineshop .sy-guidelineshop__checkout__item.sy-guidelineshop__checkout__item--full {
        width: 90%;
    }

    .tx-sy-guidelineshop .sy-guidelineshop__checkout__item select,
    .tx-sy-guidelineshop .sy-guidelineshop__checkout__item input,
    .tx-sy-guidelineshop .sy-guidelineshop__checkout__item textarea {
        width: 100%;
    }

    .tx-sy-guidelineshop .sy-guidelineshop__checkout__item input[type="submit"] {
        width: 100%;
    }

    .sy-guidelineshop__payment__buttons__right {
        width: 100%;
    }

    .tx-sy-guidelineshop .row.order_headline,
    .tx-sy-guidelineshop .row.invoice_info,
    .tx-sy-guidelineshop .row.invoice_detail {
        flex-direction: row;
        font-size: .825rem;
    }

    .tx-sy-guidelineshop .col-2.price {
        margin-right: 10px;
        padding-right: 0;
    }

    .tx-sy-guidelineshop .row.invoice_info .guidlinesButton {
        font-size: .825rem;
    }

    .tx-sy-guidelineshop .guideline__crossselling__item {
        width: 100%;
    }

    .tx-sy-guidelineshop .guidlinesButton.lighter.small {
        width: 100%;
    }

}