/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --cnvs-themecolor: #13afeb;
    --cnvs-themecolor-rgb: 19, 175, 235;
    --cnvs-body-font: 'Poppins', sans-serif;
    --cnvs-header-boxshadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    --cnvs-header-height: 140px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #13afeb;
    --bs-btn-border-color: #13afeb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0cb3f3;
    --bs-btn-hover-border-color: #0cb3f3;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0cb3f3;
    --bs-btn-active-border-color: #0cb3f3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #60b7d9;
    --bs-btn-disabled-border-color: #60b7d9;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

#header-wrap #logo img {
    max-width: 250px;
    height: auto;
}

#top-bar{
    z-index:1;
    border: 0px;
    background: rgb(236, 239, 247);
    /*background: rgba(255, 255, 255, 0.54);*/
    /*background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);*/
}
#top-bar a{
    color: #565656;
    font-weight: normal;
    font-size: 0.7rem;
}

.slider-gr-overlay{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.60) 0%, rgba(255,255,255,0) 100%);
}

.slider-ww-overlay{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(255,255,255,0.60) 0%, rgba(255,255,255,0.60) 100%);
}

.slider-caption h2, .slider-caption .h2{
    color: #fff;
}

.slider-caption, .flex-caption{
    color: #fff;
}

.container.mainnavigation{
    /*border-top-left-radius: 1.75rem;
    border-top-right-radius: 1.75rem;*/
    border-radius: 1.75rem;
}

.slider-arrow-right{
    left: auto;
    right: 10px;
    border-radius: 100%;
}

.slider-arrow-left{
    left: 10px;
    border-radius: 100%;
}

.mega-menu-wrap{

    border-top: none !important;

    /*border-bottom-left-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;*/
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.submenubackground{
    background: rgba(255,255,255,0.9) !important;
    border-radius: 1.75rem;
}

.transbg{
    background: transparent !important;
}

.mega-menu-title-first div{
    border-bottom: 1px solid #818181 !important;
}

.sub-menu-container li:hover a{
    background-color: transparent;
}

.subnavitopborder{
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 20px solid rgba(255,255,255,0);
    border-top: 0;
    margin-left: calc(50% - 50px);
}

.subnavitopborder:before{

}

.mega-menu-content{
    box-shadow: none !important;
    border: none !important;
}

.navilabel{
    color: #fff !important;
    border-radius: 10px;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block !important;
    font-size: 0.6rem !important;
    margin-left: 4px;
    font-weight: normal !important;
}

.navilabel.RedLabel{
    background-color: red;
}
.navilabel.BlueLabel{
    background-color: #13afeb;
}
.navilabel.GrayLabel{
    background-color: gray;
}

.slider-caption h2, .slider-caption .h2{
    margin-bottom: 20px;
}

.slider-caption p {
    padding-top: 0px;
    margin-top: 0px;
}

.caption-text-color-blue, .caption-text-color-blue h2{
    color: #13afeb;
}

.caption-fontsize-small{
    font-size: 1rem !important;
}

.caption-title-bg-1{
    background-color: rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 50px;
}

#content{
    background-color: rgb(230 235 244);
}

#wrapper{
    background-color: rgb(230 235 244);
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img{
    height: auto;
}

.trendhosting_footerlogo{
    max-width: 86% !important;
}

.footer-column-links h5{
    color: var(--cnvs-contrast-600);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 100;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-family: var(--cnvs-body-font);
}

.frame-default header h2{
    font-size: 2rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.frame-default header h2:after {
    content: "";
    display: block;
    width: 15%;
    height: 5px;
    background-color: rgba(var(--cnvs-contrast-rgb), 0.1);
    margin-top: 10px;
}

.bg_blue_pont_cover{
    background-image: url("/fileadmin/framework/img/bluePoint.png");
    background-size: cover;
}

.trendhosting_videopopuplink{
    cursor: pointer;
}

.trendhosting_videopopuplink::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 80%;
    height: 100%;
    max-height: 100%;
    transform: translateX(-50%);
    opacity: 0.8;
    background-image: url('/fileadmin/framework/img/bluePoint.png');
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: contain;
    z-index: -1;
}

.trendhosting_videopopuplink_content{
    text-align: center;
    position: relative;
}

.videopopuplink_videobackground video.bgvideo{
    max-width: 80%;
    height: auto;
    border-radius: 1.75rem;
}

.trendhosting_videopopuplink_podest{
    text-align: center;
}

.trendhosting_videopopuplink_podest img{
    max-width: 60%;
}


.pinvideo_wrap{
    position: absolute;
    bottom: -30px;
    left: 0px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    z-index: 1;
    width: 130px;
    height: 130px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}

.pinvideo_wrap video{
    height: 100%;
    border-radius: 1%;
}

.pinvideo_wrap_right{
    position: absolute;
    bottom: -30px;
    right: 0px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    z-index: 1;
    width: 130px;
    height: 130px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
}

.pinvideo_wrap_right video{
    height: 100%;
    border-radius: 1%;
}

.videopopuplink_videobackground{
    position: relative;
}

.videopopuplink_videobackground_playbutton{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

.videopopuplink_videobackground_playbutton i{
    opacity: 0.5;
    font-size: 24px;
}

.trendhosting_videopopuplink_videoFileSrc{
    display: none;
}

.videopopuplink_videobackground:hover .videopopuplink_videobackground_playbutton i{
    opacity: 1;
}

.videomodal_source{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.videomodal-close-btn {
    position: absolute;
    left: calc(50% - 42px);
    bottom: -50px;
    padding: 5px 10px;
    background-color: #333;
    color: white;
    font-size: 12px;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
}

.videomodal-close-btn:hover {
    background-color: #fff;
    color: #333;
}

.video-modal-content{
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 0 !important;
}

.info-modal-content{
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: 0 !important;
}

.info-modal-content .modal-body{
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
}

.lehrbetriebe_badge{
    max-width: 80px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    margin-bottom: 15px;
}

.tier4_badge{
    max-width: 80px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    margin-bottom: 15px;
}


/* test 3d css */

.block3d .wrapper {
    position: absolute;
    top: 10%;
    left: 40%;
    width: 300px;
    height: 500px;
    perspective: 900px;
}

.block3d .container {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    transition: .5s all ease;
    transform: rotateX(60deg) scale(0.7);
    perspective: 900px;
    box-shadow: 0px 20px 50px #555;
    animation: entry 1s linear 1;
}

.block3d #c0 {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #eba65b 30%, #d99267 100%);
    z-index: 300;
    box-shadow: 0px 20px 100px #555;
}

.block3d #c1 {
    background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
    box-shadow: 0px 20px 100px #555;
    left: 100%;
    z-index: 0;
}

.block3d #c2 {
    left: -100%;
    z-index: 0;
    background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
    box-shadow: 0px 20px 100px #555;
}

.block3d .container:hover {
    cursor: pointer;
    transform: rotate(0deg) scale(1) translateY(10px);
    transition: .5s all ease;
    z-index: 400;
}

.block3d .image {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, #eba65b 30%, #d99267 100%);
}

.block3d #i1 {
    background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
}

.block3d #i2 {
    background: linear-gradient(to bottom, #59476f 30%, #7b88d1 100%);
}

.block3d span {
    position: absolute;
    top: 0%;
    left: 55%;
    border-radius: 100%;
    background-color: #fff;
    z-index: 10;
}

.block3d .sun {
    position: absolute;
    top: 50%;
    height: 50%;
    left: 0%;
    width: 100%;
}

.block3d .sun1 {
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 10px #fff;
}

.block3d .st4 {
    fill: #f8c56f;
    opacity: 1;
}

.block3d .st5,
.block3d .st7 {
    fill: #fff;
}

.block3d #sh2 {
    opacity: 0.5;
}

.block3d #sh3 {
    opacity: 0.3;
}

.block3d .st6 {
    fill: #59476f;
}

.block3d .st10 {
    fill: #c5a7e5;
    stroke: #222;
}

.block3d .st11 {
    stroke: #212121;
    opacity: 0.5;
}

.block3d #sh1 {
    fill: #f8c56f;
    opacity: 0.4;
}

.block3d .st0 {
    fill: #a25a62;
    stroke: none;
    stroke-miterlimit: 10;
}

.block3d .st1 {
    fill: none;
    stroke: #a25a62;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.block3d .st2 {
    fill: #cd775c;
}

.block3d .st3 {
    fill: #fff;
    opacity: 0.3;
}

.block3d .story {
    position: absolute;
    top: 45%;
    left: 0%;
    height: 55%;
    width: 100%;
    background: linear-gradient(to bottom, #eba65b 0%, #d99267 40%);
    z-index: 30;
}

.block3d #s1 {
    background: linear-gradient(to top, #5b62a2 0%, #7b88d1 100%);
}

.block3d #s2 {
    background: linear-gradient(to top, #5b62a2 0%, #7b88d1 120%);
}

.block3d .info {
    position: absolute;
    top: 10%;
}

.block3d h3 {
    text-align: center;
    text-shadow: 0px 0px 10px #eee;
    color: #eee;
    letter-spacing: 2px;
}

.block3d h4 {
    color: #111;
    position: absolute;
    top: 30%;
    left: 30%;
    letter-spacing: 2px;
}

.block3d h1 {
    color: #111;
    position: fixed;
    top: 0%;
    left: 30%;
    letter-spacing: 2px;
}

.block3d p {
    font-size: 14px;
    color: #fff;
    padding: 0px 20px 20px 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1px;
}

.block3d .page {
    position: absolute;
    top: 80%;
    width: 100%;
    left: 0%;
    height: 20%;
    z-index: 30;
}

.block3d li {
    position: absolute;
    top: 50%;
    list-style: none;
    color: #111;
}

.block3d li:nth-child(1) {
    left: 15%;
    animation: simple1 1s linear infinite;
}

.block3d li:nth-child(2) {
    right: 15%;
    animation: simple 1s linear infinite;
}

@keyframes simple {
    50% {
        transform: translateX(10px);
        opacity: 0.5;
    }
    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}

@keyframes simple1 {
    50% {
        transform: translateX(-10px);
        opacity: 0.5;
    }
    100% {
        transform: translateX(-10px);
        opacity: 0;
    }
}

@keyframes entry {
    0% {
        top: -20%;
        opacity: 0.1;
    }
    100% {
        top: 0%;
    }
}

/* test 3d css */


.trendhosting-bg-box-img{
    width: 100%;
    background-size: 100% 100%;
    overflow-y: hidden;
    text-align: center;
    border-radius: 10px;
}

.trendhosting-bg-box-img img{
    width: 100%;
    height: auto;
    padding: 0%;
}

.trendhosting-bg-box h3{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
    font-weight: 100;
}

.trendhosting-bg-box h2{
    padding-top: 0px;
    padding-bottom: 15px;
    font-size: 1.2em;
}

.trendhosting-bg-box-txt p{
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.trendhosting-bg-box-txt a .trendhosting-bg-box-txt i:before{
    color: var(--cnvs-link-color);
}

.trendhosting-nobg-box-img{
    width: 100%;
    background-size: 100% 100%;
    overflow-y: hidden;
    text-align: center;
}

.trendhosting-nobg-box-img img{
    width: 100%;
    height: auto;
    padding: 0%;
}

.trendhosting-nobg-box h3{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
    font-weight: 100;
}

.trendhosting-nobg-box h2{
    padding-top: 0px;
    padding-bottom: 15px;
    font-size: 1.2em;
}

.trendhosting-nobg-box-txt p{
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.trendhosting-nobg-box-txt a .trendhosting-nobg-box-txt i:before{
    color: var(--cnvs-link-color);
}

.trendhosting-video-box-img{
    width: 100%;
    background-size: 100% 100%;
    overflow-y: hidden;
    text-align: center;
    border-radius: 10px;
}

.trendhosting-video-box-img img{
    width: 100%;
    height: auto;
    padding: 0%;
}

.trendhosting-video-box h3{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1em;
    font-weight: 100;
}

.trendhosting-video-box h2{
    padding-top: 0px;
    padding-bottom: 15px;
    font-size: 1.2em;
}

.trendhosting-video-box-txt p{
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.trendhosting-video-box-txt a .trendhosting-video-box-txt i:before{
    color: var(--cnvs-link-color);
}

.trendhosting-video-box-overlay{
    width: 100%;
}

.trendhosting-video-box-video{
    line-height: 0;
}

.trendhosting-video-box-video video{
    width: 100%;
    height: auto;
}

.stretched #gotoTop {
    /*right: calc(50% - 20px);
    bottom: 5px;*/
}

#animation_container canvas {
/*    height: 100vh !important;
    width: 100vw !important;
    display: block;*/
}

.box-textblock-bg-white{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 10px;
}

.ml-0{
    margin-left: 0px;
}

.carousel-border-gray{
    border: 1px solid #CED3DCFF;
    border-radius: 10px;
    padding: 10px;
}

.client_carousel{
    margin-top: 30px;
    margin-bottom: 30px;
}

.divider i, .divider a, .divider-text {
    font-size: calc(var(--cnvs-divider-size)* 0.35) !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: transparent;
}

.trendhosting_news_home_article{
    /*background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.trendhosting_news_home_article header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}

.trendhosting_news_home_article  header .flexitem{
    flex: auto;
}

.trendhosting_news_home_article  header .newsimg{
    background-color: #13afeb;
    padding: 4px;
    border-radius: 3px;
    color: #fff;
    flex-basis: 0;
    flex-wrap: nowrap;
    text-align: center;
    max-width: 95px;
    display: flex;
    position: relative;
    width: 100px;
}

.newsdatewrap{
    max-width: 100px;

}

.trendhosting_news_home_article  header .newsimg:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 8px;
    border: 4px solid transparent;
    border-top-color: #13afeb;
}


.trendhosting_news_home_article  header .newsimg img{
    max-width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 4px;
}

.trendhosting_news_home_article  header .newsimg time{
    display: inline-block;
    font-size: 0.7em;
}

.trendhosting_news_home_article  header span.catinfo_3{
    /*background-color: rgba(255, 0, 0, 0.05);*/
    padding: 4px;
    border-radius: 5px;
    margin-top: 4px;
    font-size: 0.6em;
}

.trendhosting_news_home_article  header span.catinfo_2{
    /*background-color: rgba(0, 255, 12, 0.05);*/
    padding: 4px;
    border-radius: 5px;
    margin-top: 4px;
    font-size: 0.6em;
}

.trendhosting_news_home_article  header span.catinfo_1{
    /*background-color: rgba(255, 193, 0, 0.05);*/
    padding: 4px;
    border-radius: 5px;
    margin-top: 4px;
    font-size: 0.6em;
}

.trendhosting_news_home_article:hover{
    background-color: rgba(255,255,255,0.6);
}

.trendhosting_news_home_article .description p{
    font-size: 0.8em;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.newshome_list{
    padding-left: 10px;
}

.newshome_list_innerwrap{
    max-height: 350px;
    overflow-y: scroll;
    margin: 10px;
}

.newshome_list_toplink{
    font-size: 0.8em;
}

.nicescroll::-webkit-scrollbar {
    width: 10px;
}

.nicescroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

.nicescroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(19, 175, 235, 0.5);
    cursor: grab;
}

[id^=particles-] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.trendhosting_box_title h1{
    margin-top: 10px;
}

.trendhosting_box_title .breadcrumb{
    margin-top: 10px;
}

.trendhosting_box_title .parallax-bg {
    transform: unset;
    transition: unset;
    will-change: unset;
}

#_precontent .col-left p, #_precontent .col-right p{
    color: var(--cnvs-contrast-600);
}

#_precontent .col-left h3, #_precontent .col-right h3{
    margin-bottom: 1rem !important;
}

#top-bar .top-links-item:hover{
    background-color: transparent;
}

#top-bar a:hover{
    background-color: transparent;
    text-shadow: 0 0 5px #ffffff;
    color: #000000;
}

.product_highlights{
    padding-bottom: 10px;
    padding-top: 10px;
}

.product_highlights_image img{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    border-radius: 10px;
    padding: 15px;
}

.product_highlights_content b{
    color: var(--cnvs-contrast-700);
}

.pricing-box.pricing-simple:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pricing-box.pricing-simple a.btn:hover{
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}



.frame-default p a{
    position: relative;
    text-decoration: none;
    border-bottom: 2px solid rgba(19, 175, 235, 0.1);
}

.frame-default p a:hover{
    border-bottom: 2px solid rgba(19, 175, 235, 0.3);
}

.frame-default p a::before {
    content: ' → '; /* show an arrow before the href */
}

figure.image img{
    height: auto !important;
}

.content-wrap ul{
    margin-left: 1.2em;
}

.table-comparison{
    background-color: transparent !important;
    --bs-table-bg: transparent !important;
}

.table-comparison th:first-child, .table-comparison td:first-child{
    font-weight: 400;
}

.subtitleTr{
    background-color: #fff;
}

.subtitleTr td {
    border: 0px;
    padding-top: 10px;
    padding-top: 10px;
    font-weight: 700 !important;
}

.table td{
    font-weight: 100;
}

.vt_subgruppe{
    display: none;
}

.vergleichstabelle_gruppen .progress {
    padding: 0px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    --bs-progress-height: unset;
    margin-top: 10px;
}

.vergleichstabelle_gruppen .progress-bar {
    height: 6px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.vt_open_subgroup{
    cursor: pointer;
}

.vt_act_subgroupTitle{
    font-weight: 500;
}

.vt_subgruppe td{
    font-size: 0.85em;
}

.vt_subgruppe td:first-child{
    padding-left: 30px;
}

.tx_mask_vtg_titelspaltentext{
    background-color: #ffffff;
    padding: 10px;
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
    /*border-top: var(--bs-border-width) var(--bs-border-style) #13afeb !important;*/
}

.tx_mask_vtg_titelspalte_subtitel{
    font-size: 0.85em;
    font-weight: 100 !important;
}

.tx_mask_vgt_titelbadge{
    font-size: 0.8em;
    padding: 6px;
    margin-bottom: 6px;
    font-weight: 100;
    background-color: rgb(245 245 245) !important;
    color: #555;
}

.vtg_titelspaltentext{
    color: var(--cnvs-contrast-700);
    font-size: 1.2em;
}

.vt_preis_chf{
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: var(--cnvs-pricing-price-currency-icon);
    font-weight: normal;
}

.vt_preis_value{
    font-size: 1.2em;
    font-weight: 500;
}

.vt_preis_chf sup {
    top: -0.7em;
}

table:has(tr > *:nth-child(2):hover) tr > *:nth-child(2),
table:has(tr > *:nth-child(3):hover) tr > *:nth-child(3),
table:has(tr > *:nth-child(4):hover) tr > *:nth-child(4) {
    background: rgba(255,255,255,1);
}


.progress-bars{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.progress-bar-item{
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.progress-bar-angebote{
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.progress-bar-circle {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    font-size: 0.6em;
    color: #bbbbbb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.progress-bar-angebote-title{
    font-size: 0.65em;
    color: #858585;
    font-weight: 100;
}

.tooltipiconangebote{
    font-size: 1.2em;
}

.vergleichstabelle_gruppen .tooltip-inner {
    text-align: left;
}

.pps-bild img{
    width: 100%;
    height:auto;
}

.threedslider-slide-title{
    text-align: center;
    color: #ffffff;
    font-size: 4em;
    font-weight: 700;
    font-family: 'Poppins';
}

.trendhosting_box_title.page-title.parallax::after{
    background-image: none;
}

.title_textshadow_black{
    text-shadow: 2px 2px 6px rgba(0,0,0,0.72);
}

.title_textshadow_white{
    text-shadow: 2px 2px 6px rgba(255,255,255,0.52);
}

.trendhosting-downloads h3{
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}

.trendhosting-downloads-list span{
    flex: none;
    display: block;
}
.trendhosting-downloads-list span.trendhosting-downloads-list-sub{
    flex: none;
    display: block;
    width: 100%;
    font-size: 0.8em;
}

ul.trendhosting-downloads-list{
    margin-left: 0px;
}

ul.trendhosting-downloads-list li:hover{
    cursor: pointer;
    background-color: #13afeb;
    color: #fff;
}

ul.trendhosting-downloads-list li:hover i{
    color: #fff !important;
}

.trendhosting_card{
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.trendhosting_card_img_wrap{
    position: relative;
}

.trendhosting_card_img_src{
    width: 100%;
    height: auto;
    margin-left: -25px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 1px 0px 16px 0px rgba(0,0,0,0.59);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0,0,0,0.59);
}

.trendhosting_card_img_flag{
    position: absolute;
    background-color: #ffffff;
    padding: 3px;
    width: 50%;
    text-align: center;
    bottom: 20px;
    left: -27px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.trendhosting_cards_spalten_12 .trendhosting_card_img_flag{
    width: 30% !important;
    max-width: 130px;
}

.trendhosting_card_autor {
    margin-top: 20px;
    margin-bottom: 15px;
    clear: both;
}

.trendhosting_card_autor_img_src{
    width: 34px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    float: left;
    margin-right: 4px;
    box-shadow: 1px 0px 16px 0px rgba(0,0,0,0.39);
    -webkit-box-shadow: 1px 0px 16px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 1px 0px 16px 0px rgba(0,0,0,0.39);
}

.trendhosting_card_autor_info{
    font-size: 9px;
    float: left;
    padding-top: 5px;
}

.trendhosting_card_autor_info_func{
    color: #a9a9a9;
}

.trendhosting_card_text{
    margin-top: 15px;
}

.trendhosting_card_text{
    max-height: 200px;
    overflow: auto;
    padding-right: 10px;
}

.trendhosting_card_text::-webkit-scrollbar {
    width: 10px;
}

.trendhosting_card_text::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #fcfcfc;
    border: 1px solid #f3f3f3;
}

.trendhosting_card_text::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: #13afeb;
}

.trendhosting_cards_spalten_6 .trendhosting_card_subtitel{
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.trendhosting_card_button{
    padding-top: 10px;
    padding-bottom: 10px;
}

.stars {
    position: relative;
    display:inline-block;
    font-size: 14pt;
    height: 1em;
    line-height: 1em;
}

.stars:before {
    content: "\2606\2606\2606\2606\2606";
}

.stars:after {
    content: "\2605\2605\2605\2605\2605";
    position:absolute;
    left:0;
    overflow:hidden;
    width:var(--w,50%);
    color: rgb(255, 200, 0);
    /*z-index:-1;*/
}

.trendhosting-ratings .autor-name{
    font-weight: bold;
}

.trendhosting-ratings .rating-icon{
    width: 42px !important;
    height: 42px;
    opacity: 0.5;
}

.trendhosting-ratings .rating-text{
    color: gray;
    font-size: 0.8em;
    font-style: italic;
    padding-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px;
    position: relative;
    margin-top: 10px;
    line-height: 1.65;
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.15);
}

.trendhosting-ratings .rating-text:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}

.trendhosting-ratings .rating-text-scroll {
    min-height: 150px;
    max-height: 150px;
    overflow-y: scroll;
    padding-right: 10px;
}

.trendhosting-ratings .rating-text-scroll {
    scrollbar-width: thin;
    scrollbar-color: #e4e4e4 #ffffff;
}

.trendhosting-ratings .rating-text-scroll::-webkit-scrollbar {
    width: 16px;
}

.trendhosting-ratings .rating-text-scroll::-webkit-scrollbar-track {
    background: #ffffff;
}

.trendhosting-ratings .rating-text-scroll::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
    border: 0px solid #ffffff;
}

.trendhosting-ratings .entry{
    margin-bottom: 0px;
}

.trendhosting-ratings  .owl-dot{
    margin-top: 0px !important;
}

.rating-author_1{
    display: inline-block;
}
.rating-author_2{
    display: inline-block;
}

.trendhosting-ratings .owl-item{
    /*background-color: #fff;*/

}

.trendhosting_actionsbadges{
    position: absolute;
    bottom: 0px;
    right: -30px;
}

.trendhosting_actionsbadge{
    border-radius: 20px;
    padding: 10px;
    margin-top: 10px;
    opacity: 0.65;
    box-shadow: 7px 0px 15px 0px rgba(255,255,255,0.75);
    -webkit-box-shadow: 7px 0px 15px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 7px 0px 15px 0px rgba(255,255,255,0.75);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes bounceBadge {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform:     translateY(0);
        transform:         translateY(0)
    }
    40% {
        -webkit-transform: translateY(-20px);
        -ms-transform:     translateY(-20px);
        transform:         translateY(-20px)
    }
    60% {
        -webkit-transform: translateY(-10px);
        -ms-transform:     translateY(-10px);
        transform:         translateY(-10px)
    }
}

.trendhosting_actionsbadge:hover{
    opacity: 1;
    cursor: crosshair;
    animation-name: bounceBadge;
    -moz-animation-name: bounceBadge;
}

.trendhosting_actionsbadge i{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
}

.trendhosting_actionbadge_left{
    display: inline-block;
    vertical-align:top;
    width: 30px;
}
.trendhosting_actionbadge_right{
    display: inline-block;
    vertical-align:top;
}

.trendhosting_actionsbadge_line1{
    font-size: 0.6em;
    margin-left: 10px;
}
.trendhosting_actionsbadge_line2{
    margin-left: 10px;
    font-size: 0.8em;
}

.events-carousel .entry-meta li::before{
    display: none;
}

.img_column_with_30_margin .ce-gallery .ce-column{
    margin-right: 30px;
}

.supportcontacts input, .supportcontacts textarea{
    background-color: rgba(100, 100, 100, 0.03) !important;
    padding: 10px !important;
    font-size: 0.8em !important;
}

.supportcontacts textarea{
    height: 100px;
}

.supportcontacts input::placeholder, .supportcontacts textarea::placeholder {
    font-size: 0.9em;
    opacity: 0.5;
}

.supportcontacts .agbcheck {
    margin-right: 5px;
    background-color:#ffffff !important;
}

.supportcontacts .agbcheck:checked {
    background-color:#ddd !important;
}

.supportcontacts .agbchecklabel {
    font-size: 0.8em !important;
    display: inline;
}

.supportcontacts .form-wrap{
    margin-top: 40px;
}

.supportcontacts .infobox{
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(100,100,100,0.05);
    font-size: 0.8em;
    margin-top: 30px ;
}

.supportcontacts .infobox h3{
    font-size: 1.2em;
}

.feature-box .addbutton{
    margin-top: 20px !important;
}

.downloads_scroll li{
    font-size: 0.8em !important;
}

.downloads_scroll_wrapper::-webkit-scrollbar {
    width: 10px;
}

.downloads_scroll_wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
}

.downloads_scroll_wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(19, 175, 235, 0.5);
    cursor: grab;
}

.domain-search-input{
    //
}

.badge-success{
    background-color: green !important;
}

.badge-danger{
    background-color: red !important;
}

.domain-search-results-list .list-group-item{
    border-color: #c5c5c5 !important;
    border-left: none !important;
    border-right: none !important;
}

.domain-search-results-domainname{
    font-size: 1.3em;
    font-weight: bold;
}

.domain-search-results-list .list-group-item:hover{
    background-color: #ffffff;
}

.top-cart-info{
    display: none;
    position: absolute;
    background-color: #13afeb;
    position: absolute;
    top: -6px;
    right: -6px;
    height: 16px;
    min-width: 16px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    border-radius: 25px;
    border: 1px solid white;
    border-color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 15px;
    color: white;
}



@media only screen and (max-width: 600px) {
    .support-phone-team img, .support-phone-team a{
        max-width: 3rem;
        max-height: 3rem;
    }
}

.cart_step_info{
    font-size: 0.8em !important;
    color: #b3b3b3 !important;
}

.trendhosting-order-wrap{
    max-width: 1024px !important;
    margin: 0 auto;
    margin-top: -40px;
}

.trendhosting-order-wrap .heading-block h5{
    padding: 6px;
}

.trendhosting-order-wrap .heading-block{
    margin-bottom: 5px !important;
}

.trendhosting-order-cart-webhosting-content{
    padding: 10px;
    padding-bottom: 20px;
}

.trendhosting-order-cart-domains-content{
    padding: 10px;
    padding-bottom: 20px;
}

.trendhosting-order-productname{
    font-weight: bold;
}

.trendhosting-order-productinfo{
    font-size: 0.75em !important;
    color: #b3b3b3 !important;
}

.trendhosting-order-product-domain{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.trendhosting-order-product{
    padding: 10px;
}

.trendhosting-order-product:hover{
    background-color: rgba(255, 255, 255, 0.3);
}

.delete-from-cart{
    cursor: pointer;
}

.trendhosting-order-optionentitle{
    margin-top: 10px;
    text-decoration: underline;
    font-size: 0.9em !important;
}

.trendhosting-order-optionsitem{
    font-size: 0.9em !important;
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.trendhosting-order-optionsitem:hover{
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.05);
}

.switch-toggle-round + label::before {
    background-color: var(--cnvs-contrast-200);
    transition: background 0.4s;
}

.trendhosting-order-optionsitem .filter-option-inner-inner{
    font-size: 0.8em !important;
}

.trendhosting-order-optionsitem .dropdown-item .text{
    font-size: 0.8em !important;
}

.trendhosting-order-contact input, .trendhosting-order-contact textarea{
    background-color: rgba(100, 100, 100, 0.03) !important;
    padding: 10px !important;
    font-size: 0.8em !important;
}

.trendhosting-order-contact .col-6{
    padding: 5px;
    border: 0px solid #dddddd;
}

.trendhosting-order-contact .col-6:hover{
    background: RGBA(255, 255, 255, 0.2);
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 100%);
}

.trendhosting-order-additional input, .trendhosting-order-additional textarea{
    background-color: rgba(100, 100, 100, 0.03) !important;
    padding: 10px !important;
    font-size: 0.8em !important;
}

.info-modal-content .modal-header{
    background-color: rgba(255, 255, 255, 0.65);
}

.trendhosting-order-buttons {
    clear: both;

    max-width: 1024px !important;
    margin: 0 auto;
}

.trendhosting-order-info{
    padding: 10px;
}


.trendhosting-order-info-detail{
    padding-bottom: 10px;
    font-size: 0.8em;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.stub-menu .sub-menu-container{
    border: unset;
    border-top: 20px solid transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    width: 300px !important;
}

.stub-menu .sub-menu-container li{
    background-color: rgba(255,255,255,0.9) !important;
    font-size: 0.6rem !important;
    font-weight: normal !important;
}

.stub-menu .sub-menu-container li:first-child{
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.stub-menu .sub-menu-container li:last-child{
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news-sub-list .news-date-info{
    background-color: rgba(89, 89, 89, 0.67);
    padding: 0px;
    border-radius: 3px;
    color: #fff;
    flex-basis: 0;
    flex-wrap: nowrap;
    text-align: center;
    max-width: 95px;
    display: inline-block;
    position: relative;
    width: 100px;
}


.ticker-wrap .ticker .ticker-item{
    font-size: 1.0rem;
}

.news-sub-list .news-date-info img{
    max-width: 16px;
    height: 16px;
    display: inline-block;
}

.news-sub-list .news-date-info time{
    display: inline-block;
    font-size: 0.7em;
}

.news-date-info-cat{
    color: #808080;
    font-size: 0.8em;
    padding-left: 3px;
}

.news-sub-list .description{
    font-size: 0.8em;
    height: 40px;
    overflow-y: hidden;
}

.news-sub-list.card{
    margin-bottom: 25px;
}

.news-sub-list img{
    max-height: 220px;
}

.trendhosting_map .fluid-width-video-wrapper{
    top: -100px;
}

.news-single .news-list-date{
    background-color: #13afeb;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 0.8em;
}

.news-single .news-list-category{
    background-color: #424242;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 0.8em;
}

.trendhosting-mediaelement-image{
    position: relative;
}

.news-single .news-img-wrap img{
    height: auto !important;
    margin-bottom: 20px;
}

.news-single .teaser-text{
    font-weight: bold;
    border-bottom: 1px solid #858585;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    gap: 20px;
}

.flex-container-column {
    flex: 1;
    padding: 0px;
}

.trendhosting-news-badge{
    width: 90px;
    background-color: #fff;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: -2px;
    box-shadow: -5px 0px 5px 0px rgba(153,153,153,0.75);
    -webkit-box-shadow: -5px 0px 5px 0px rgba(153,153,153,0.75);
    -moz-box-shadow: -5px 0px 5px 0px rgba(153,153,153,0.75);
}

.trendhosting-news-badge img{
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;

}

.card-title-subnews{
    margin-top: 14px;
    height: 50px;
    overflow-y: clip;
}

#content ol{
    margin-left: 15px;
}

.card.news-sub-list:hover{
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}

ul.f3-widget-paginator{
    list-style-type: none !important;
}

ul.f3-widget-paginator li {
    display: inline-block;
    padding: 3px;
}

.trendhosting-news-paging{
    text-align: center;
}

.footer-navi-1 a{
    display:block;
    width: 100%;
}

.footer-navi-1 li:hover{
    background-color: rgba(255, 255, 255, 0.3);
}

.footer-navi-1 li:hover::before {
    color: #13afeb;
}

.footer-navi-2 a{
    display:block;
    width: 100%;
}

.footer-navi-2 li:hover{
    background-color: rgba(255, 255, 255, 0.6);
}

.footer-navi-2 li:hover::before {
    color: #13afeb;
}

#footer-2{
    background-color: #f3f6fd;
    padding-top: 45px;
    padding-bottom: 45px;
}

.content-wrap {
    padding-bottom: 0px;
}

#footer .footer-widgets-wrap{
    padding-top: 0px;
    padding-bottom: 2rem;
}

#footer h5 {
    margin-bottom: 0.8rem;
}

#footer .widget_links li {
    margin-bottom: 4px;
}


.tx-indexedsearch-searchbox fieldset{
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 10px;
    ¨/*text-align: center;*/

}

.tx-indexedsearch-searchbox fieldset legend{
    padding-bottom: 15px;
}

.tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-sword{
    background-color: rgba(100, 100, 100, 0.03) !important;
    padding: 10px !important;
    font-size: 0.8em !important;
    border: 0px;
    border-bottom: 1px solid #6c6c6c;
    width: 100%;
    max-width: 350px;
    margin-left: 10px;
}

.tx-indexedsearch-searchbox-button{
    border: var(--cnvs-btn-border-width) solid transparent;
    transition: all 0.2s ease-in-out;
    --cnvs-btn-color: var(--cnvs-themecolor);
    --cnvs-btn-color-dark: var(--bs-gray-900);
    --cnvs-btn-color-light: #e9ecef;
    --cnvs-btn-color-hover: var(--cnvs-btn-color-dark);
    --cnvs-btn-lineheight: calc(var(--cnvs-btn-fontsize) * 1.6);
    --cnvs-btn-border-width: 1px;
    --cnvs-btn-icon-margin: 10px;
    --cnvs-btn-icon-margin-offset: 0px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: var(--cnvs-btn-padding-y) var(--cnvs-btn-padding-x);
    font-size: var(--cnvs-btn-fontsize);
    line-height: var(--cnvs-btn-lineheight);
    text-align: center;
    background-color: var(--cnvs-btn-color);
    color: #fff;
    border-radius: 0.25rem;
    text-shadow: none;
    font-weight: 600;
    --cnvs-btn-padding-x: 1.125rem;
    --cnvs-btn-padding-y: 0.2rem;
    --cnvs-btn-fontsize: 0.875rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tx-indexedsearch-info-sword{
    text-decoration: underline;
    margin-top: 10px;
}

.tx-indexedsearch-browsebox{
    maring-top:10px;
    maring-bottom:10px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(100, 100, 100, 0.03) !important;
    padding: 10px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.tx-indexedsearch-browsebox{
    list-style-type: none;
}

ul.tx-indexedsearch-browsebox li{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.tx-indexedsearch-info-sword-word{
    font-weight: bold;
}

.tx-indexedsearch-res h3{
    font-size: 18px;
    font-weight: bold;
}

.tx-indexedsearch-description{
    font-size: 1em;
    color: #8e8e8e;
}

.tx-indexedsearch-percent{
    font-size: 0.5em;
    padding: 4px;
    border-radius: 10px;
    background-color: #13afeb;
    color: #fff !important;
    position: relative;
    vertical-align: baseline;
    top: -0.8em;
}

dl.tx-indexedsearch-info dt{
    display: inline-block;
}

dl.tx-indexedsearch-info dd{
    display: inline-block;
    margin-bottom: 0px;
}

.tx-indexedsearch-res{
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 20px;
}

.tx-indexedsearch-info{
    margin-bottom: 3px;
}

#timeline * {
    margin: 0;
    padding: 0;
}

#timeline a {
    color: rgba(19, 175, 235, 0.4);
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#timeline a:hover,
#timeline a.selected {
    color: #13afeb;
}

#timeline h1,#timeline h2,#timeline h4,#timeline h5,#timeline h6 {
    text-align: center;
    margin-bottom: 5px;
}
#timeline h1 {
    font-size: 18px;
}
#timeline h2 {
    font-size: 14px;
}

#timeline {
    width: 500px;
    height: 320px;
    overflow: hidden;
    margin: 40px auto;
    position: relative;
    background: url('/fileadmin/framework/img/timeline/dot.gif') 3px top repeat-y;
}

#timeline #dates {
    width: 100px;
    height: 600px;
    overflow: hidden;
    float: left;
}
#timeline #dates li {
    list-style: none;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    padding-left: 10px;
    background: url('/fileadmin/framework/img/timeline/biggerdot.png') left center no-repeat;
}
#timeline #dates a {
    line-height: 38px;
    padding-bottom: 10px;
}

#timeline #dates .selected {
    font-size: 28px;
}

#timeline #issues {
    width: 400px;
    height: 600px;
    overflow: hidden;
    float: left;
}
#timeline #issues li {
    max-width: 300px; // width: 400px;
    height: 600px;
    list-style: none;
    text-align: center; // add

}


#timeline #issues li.selected img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
#timeline #issues li img {
// float: left;
    max-width: 320px;
    max-height: 320px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}
#timeline #issues li h1 {
    color: #13afeb;
    font-size: 32px;
    text-align: center;
    padding-top: 55px;
}
#timeline #issues li h2 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#timeline #issues li p {
}

#timeline #grad_top,
#timeline #grad_bottom {
    width: 500px;
    height: 80px;
    position: absolute;
}
#timeline #grad_top {
    top: 0;
}
#timeline #grad_bottom {
    bottom: 0;
}

#timeline #next,
#timeline #prev {
    position: absolute;
    left: 45%; // left: 55%;
    font-size: 70px;
    width: 38px;
    height: 22px;
    background-position: 0 -44px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
#timeline #next:hover,
#timeline #prev:hover {
    background-position:  0 0;
}
#timeline #next {
    bottom: 0;
    background-image: url('/fileadmin/framework/img/timeline/next_v2.png');
}
#timeline #prev {
    top: 0;
    background-image: url('/fileadmin/framework/img/timeline/prev_v2.png');
}
#timeline #next.disabled,
#timeline #prev.disabled {
    opacity: 0.2;
}

.img-autoheight{
    height: auto !important;
}

.news-carousel .oc-item{
    display: flex;
    justify-content: center;
}

.img-news{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.gallery-bd-p{
    border-radius: 40px !important;
    padding: 5px !important;
}

#cookieinfo{
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 600px;
    background-color: white;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(19, 175, 235, 0.1), 0 8px 16px rgba(19, 175, 235, 0.15) !important;
    padding: 10px;
    display: none;
}

@media only screen and (max-width: 600px) {
    #cookieinfo {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
}

.cookiebold{
    font-weight: bold;
}

#cookieinfo #cookiebutton{
    border-radius: 10px;
    width: 100px;
    background-color: #13afeb;
    color: white;
    border: none;
}

@media only screen and (max-width: 300px) {
    .support-phone-team img, .support-phone-team a{
        max-width: 3rem;
        max-height: 3rem;
    }
}

.headerbox h2{
    font-weight: 100;
}

.headerbox h3{
    font-size: 18px;
    line-height: 26px;
    color: #5d5d5d;
}


@media only screen and (max-width: 470px) {
    .news-list-view{
        padding-top: 25px;
    }

    .trendhosting-video-box, .trendhosting-bg-box, .button_collection{
        margin-bottom: 20px;
    }

    #footer-2 .widget_links{
        margin-bottom: 20px;
    }

    .ce-col.col-md-5, .ce-col.col-md{
        margin-bottom: 20px;
    }

    .trendhosting_actionsbadges{
        display: none;
    }

    .vergleichstabelle_gruppen{
        overflow-x: scroll;
    }

    .content-wrap ul {
        margin-left: 0.2em;
    }
}

.zoomtimeline.mode-3dslider .details-container > .detail .detail-excerpt{
    font-family: "Poppins" !important;
}

#slider .tp-caption{
    font-family: "Poppins" !important;
}
