body.produkte{}
body.produkte{}
body.produkte{}

body.produkte ::placeholder{color:#B4B4B4; opacity:1;}
body.produkte :-ms-input-placeholder{color:#B4B4B4;}
body.produkte ::-ms-input-placeholder{color:#B4B4B4;}


.home-page-wrapper{display:none;}
body.produkte .home-page-wrapper{display:block !important;}
body.produkte .home-page-banner {
    padding: 40vh 0 5vh;
    background: transparent url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/home/together_x2.jpg") no-repeat center center;
    background-size: cover;
    background: transparent url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/home/home_bg_04_04.jpg") no-repeat center center;
    background: transparent url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/home/home_bg_04_04.webp") no-repeat center center;
    overflow: hidden;
    position: relative;
    min-height: calc(100vh - 120px);
}
body.produkte #section-0, body.produkte #reorder-teaser-0{display:none;}
body.produkte .home-page-banner h1{display:none;}
body.produkte .home-page-banner-holder {
    padding: 0 20px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}
body.produkte .home-page-banner .clouds {
    background: transparent url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/home/clouds2.png") no-repeat center center;
    background-size: 100% 100%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    display: block;
    z-index: 4;
    -webkit-animation: movingclouds 16s linear infinite;
    -moz-animation: movingclouds 16s linear infinite;
    -o-animation: movingclouds 16s linear infinite;
}
@keyframes movingclouds {
	0% {margin-left: 100%;}
	100% {margin-left: -100%;}
}

body.produkte .home-search {
    position: relative;
    display: block;
    max-width: 710px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 6px 30px rgb(24 66 135 / 20%);
    border-radius: 12px;
    padding: 0 24px;
}
body.produkte .home-search input {
    color: #184287;
    background: transparent;
    display: block;
    width: 100%;
    border: 0;
    font-size: 18px;
    line-height: 22px;
    padding: 23px 0;
    outline: 0;
}
body.produkte .home-search > span {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background: transparent url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/icon/search_2.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 23px;
    left: auto;
    right: 27px;
    cursor: pointer;
}
body.produkte .home-page-banner h3 {
    padding: 14vh 0 2.2vh;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

body.produkte .home-page-banner .btn-items > div {
    width: 50%;
    float: left;
}
body.produkte .home-page-banner .btn-items > div > a small {
    display: none;
    transition: all .2s linear;
    font-size: 14px;
    padding-top: 2px;
}
body.produkte .home-page-banner .btn-items > div > a:hover small {
    display: block;
    transition: all .2s linear;
    background: none;
    color: #fff;
    outline: 0;
}
body.produkte .btn-home-produkte, .btn-home-zuweisen {
    display: flex;
    justify-content: flex-end;
}
body.produkte .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
body.produkte .btn-home-produkte a:hover, body.produkte .btn-home-diagnosen a:hover, body.produkte .btn-home-zuweisen a:hover, body.produkte .btn-home-termine a:hover{background:#082D6A; color:#fff; border:0;}
body.produkte .home-page-banner .btn-items > div > a {
    margin: 0 10px 20px;
    line-height: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    transition: all .2s linear;
}
body.produkte .btn-home-produkte a {
    position: relative;
    background: #184287;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    color: #fff;
    width: 345px;
    height: 80px;
    text-align: center;
    padding: 0;
    border: 0;
}
body.produkte .btn-home-diagnosen a {
    position: relative;
    background: #184287;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    color: #fff;
    width: 345px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
body.produkte .btn-home-zuweisen a {
    position: relative;
    background: #6784B1;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    color: #fff;
    width: 345px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
body.produkte .btn-home-termine a {
    position: relative;
    background: #6784B1;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    color: #fff;
    width: 345px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
body.produkte .btn-secondary {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}
body.produkte .home-page-banner .btn-items > div > a span {
    padding: 0 0 0 125px;
    font-size: 23px;
    font-weight: normal;
    text-align: left;
    transition: all .2s linear;
    background: transparent;
    color: inherit;
}
body.produkte .btn-home-produkte a:before {
    content: '';
    display: block;
    width: 85px;
    height: 80px;
    background: #fff url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/icon/icon_runner_web_1.svg") no-repeat center center;
    background-size: 54%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
}
body.produkte .btn-home-diagnosen a:before {
    content: '';
    display: block;
    width: 85px;
    height: 80px;
    background: #fff url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/icon/patch.svg") no-repeat center center;
    background-size: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
}
body.produkte .btn-home-zuweisen a:before {
    content: '';
    display: block;
    width: 85px;
    height: 80px;
    background: #fff url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/icon/stetoscope.svg") no-repeat center center;
    background-size: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
}
body.produkte .btn-home-termine a:before {
    content: '';
    display: block;
    width: 85px;
    height: 80px;
    background: #fff url("https://www.ortho-team.ch/produkte/themes/ortho/assets/img/icon/calendar.svg") no-repeat center center;
    background-size: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 12px;
}





body.produkte #breadcrumbs{display:none;}
body.produkte #section-0{display:none;}
body.produkte #section-1{display:none;}
body.produkte #section-2{margin-top:50px;}
body.produkte #section-4{display:none;}
body.produkte .header-menu-meta li:nth-child(1){display:none;}
body.produkte .header-menu-meta li:nth-child(2){display:none;}
body.produkte .header-menu-meta li:nth-child(3){}
body.produkte{}
body.produkte{}

.autocomplete-suggestions{
    position: absolute;
    top: 45px;
    left: auto;
    right: 41px;
    z-index: 20;
    display: block;
    max-width: 390px;
    width: 90%;
    min-width: 390px;
    max-height: 90vh;
    background: #fff;
    padding: 21px 22px 20px 22px;
    border: 0;
    border-radius: 12;
    border-top-right-radius: 0;
    text-align: left;
    cursor: default;
    box-shadow: -1px 1px 3px rgb(0 0 0 / 10%);
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;    
}
.autocomplete-suggestions article{}
.autocomplete-suggestions article .thumbnail-container{float:left; width:40%;}
.autocomplete-suggestions article .product-description{float:right; width:60%;}
.autocomplete-suggestions article:after{content:''; display:block; clear:both; width:1; height:1;}
.autocomplete-suggestions .autocomplete-suggestion.dropdown-item, .autocomplete-suggestions article{ 
    width: 100%;
    margin: 0 2% 2% 0;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
}

.autocomplete-suggestions .produkte-title, .autocomplete-suggestions .diagnosen-title, .autocomplete-suggestions .aktuell-title {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.6;
    display: inline-block;
    width: 50%;
}
.autocomplete-suggestions .produkte-alle, .autocomplete-suggestions .diagnosen-alle, .autocomplete-suggestions .aktuell-alle {
    font-size: 12px;
    line-height: 12px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #A83053 !important;
    display: inline-block;
    width: 50%;
    text-align: right;
}
.autocomplete-suggestions .produkte-holder, .autocomplete-suggestions .diagnosen-holder {
    height: 100%;
    max-height: 260px;
    margin: 15px 0 0;
    overflow: hidden;
}
.autocomplete-suggestions .autocomplete-suggestion.dropdown-item {
    width: 100%;
    margin: 0 2% 2% 0;
    padding: 6px 10px;

    display: inline-block;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    color: #082d6a;
    position: relative;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    clear: both;
    font-weight: 400;
}
.autocomplete-suggestion img {
    margin-right: 14px;
    max-width: 60px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 6px;
    height: auto;
}
.autocomplete-suggestions .autocomplete-suggestion.dropdown-item .col.pt-3.pb-3 {
    padding: 0 !important;
    max-width: 60%;
    word-break: break-all;
}
.autocomplete-suggestions .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.autocomplete-suggestions .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.autocomplete-suggestions .diagnosen-wrap, .autocomplete-suggestions .aktuell-wrap {
    margin: 10px 0 0;
}
.autocomplete-suggestions .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}


@media only screen and (max-width:992px){
    body.produkte .home-page-banner{padding:40% 0 10%; background:#385486 url(/produkte/themes/ortho/assets/img/home/together_mx3.jpg) no-repeat top center; background-size:100% auto; min-height:calc(100vh - 60px);}
    body.produkte .home-page-banner h3{padding:6vh 0 2.2vh;}
    body.produkte .home-page-banner .btn-items > div{width:100%;}
    body.produkte .home-page-banner .btn-items > div > a{width:100%; margin:10px 0;}
    body.produkte .home-search input{padding:23px 30px 23px 0;}
}

@media only screen and (max-width:820px){

.autocomplete-suggestions {
    top: 105px;
    right: 5%;
    max-width: 90%;
    width: 90%;
    min-width: 0;
    max-height: 80vh;
    padding: 21px 5% 20px;
}


}

