:root{
    --color1: #692cff;
    --color2: #f68e56;
    --gray1: #f1f2f9;
    --gray2: #dadce8;
    --gray3: #a19fc0;
    --borderRadius: 6px;
    --boxShadow1: 0 1px 1px 0 rgb(66 66 66 / 5%), 0 1px 3px 1px rgb(66 66 66 / 5%);
}
body{
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: sans-serif;
    font-family: 'Roboto', sans-serif;
    background-color: var(--gray1);
}
h1,h2,h3,h4,h5,th{
    font-family: 'Raleway', sans-serif;
}
p:empty{
    margin: 0;
}
.contentContainer{
    width: 1200px;
    max-width: 95%;
}
.contentContainer.fullwidth{
    max-width: 100%;
}
.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.flex2{
    flex: 2;
}
.justifyCenter{
    justify-content: center;
}
.justifyStart{
    justify-content: flex-start;
}
.justifyEnd{
    justify-content: flex-end;
}
.alignCenter{
    align-items: center;
}
.flexColumn{
    flex-direction: column;
}
.spaceBetween{
    justify-content: space-between;
}
.flexWrap{
    flex-wrap: wrap;
}
.crd{
    background-color: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: var(--boxShadow1);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.crd table{
    width: 100%;
}
.crd.double{
    width: calc((100% / 3 - 20px) * 2 + 30px);
}
.crd.simple{
    width: calc((100% / 3) - 20px);
}
.crd h2, .crd p{
    margin-top: 0;
}
header.crd{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
}
footer .crd{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    flex-direction: column;
    margin-bottom: 0;
}
.updated{
    position: absolute;
    top: 35px;
    right: 25px;
    margin: 0;
    font-weight: normal;
}
.updated .tooltip{
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    font-size: .8em;
    cursor: default;
}
.updated:hover .tooltip{
    display: block;
    visibility: visible;
}
.updated .tooltip:after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
table td p{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
table th{
    padding: 10px
}
table td{
    padding: 10px;
}
table tr{
    transition: background-color 200ms;
}
table tr:nth-child(even){
    background-color: var(--gray1);
}
table tbody tr:hover{
    background-color: var(--gray2);
}
.textLeft{
    text-align: left;
}
.textCenter{
    text-align: center;
}
.textRight{
    text-align: right;
}
.profilePic{
    display: block;
    border-radius: 500px;
    height: 200px;
    width: 200px;
    
    margin-top: -100px;
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,.3));
    margin-bottom: 20px;
}
.profilePic2{
    display: block;
    border-radius: 500px;
    height: 200px;
    width: 200px;
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,.3));
    border: 4px solid #fff;
}
.detailsMain{
    margin-top: 75px;
}
.fullwidth{
    width: 100%;
}
.crd.flexColumn h3, 
.crd.flexColumn h4{
    margin: 0;
}
a{
    text-decoration: none;
    color: var(--color1);
}
a:hover{
    text-decoration: underline;
}
.exp{
    font-size: 12px;
    color: red;
    font-weight: normal;
}
.margin0{
    margin: 0;
}
.mr10{
    margin-right: 10px !important;
}
.ml10{
    margin-left: 10px !important;
}
.mt0{
    margin-top: 0 !important;
}
.mt10{
    margin-top: 10px !important;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb30{
    margin-bottom: 30px;
}
.reviewBox{
    position: fixed;
    top: 10px;
    right: 10px;
    border: 1px dashed red;
    padding: 10px;
    background-color: #fff;
    width: 300px;
}
.api{
    color: orange;
    font-weight: bold;
}
tr.total{
    font-weight: bold;
}
tr.total td{
    padding-top: 10px;
}
i.fa-youtube{
    color:#f00;
}
i.fa-facebook{
    color: #2d88ff;
}
i.fa-instagram{
    color: #E1306C;
}
i.fa-google{
    color: #4285f4;
}
.footer{
    font-size: .8em;
}
.compare input{
    background-color: #e2e6f9;
    border: 0;
    padding-left: 20px;
    height: 50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 350px;
    margin-right: -20px;
    outline: 0;
}
.compare button{
    background-color: var(--color1);
    border: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.ui-autocomplete-loading {
    /*background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;*/
}
body .ui-widget{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}
.button{
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    background-color: var(--color1);
    border-radius: var(--borderRadius);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.button:hover{
    text-decoration: none;
}
.button.light{
    background-color: var(--gray1);
    color: #000;
}
.button.square{
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 39px;
}
.button:not(.square) i{
    margin-right: 5px;
}
.button[disabled],
.button.disabled{
    background-color: #dadce8;
    color: #a19fc0;
    cursor: default;
}
span.button{
    cursor: default;
}
.detailsHeader{
    background-size: 100%;
    background-position: center;
}
.detailsHeader .backdrop{
    background-color: rgba(0,0,0,.9);
    background-color: rgba(255,255,255,.9);
    /*color: #fff;*/
    border-radius: 12px;
    padding: 35px 25px;
    margin-left: 30px;
    box-shadow: var(--boxShadow1);
    line-height: 1.5em;
    position: relative;
}
.crdFlex1Container{
    display: flex;
}
.crdFlex1Container .crd{
    margin-left: 5px;
    margin-right: 5px;
}
.crdFlex1Container .crd:first-of-type{
    margin-left: 0;
}
.crdFlex1Container .crd:last-of-type{
    margin-right: 0;
}


.shortinfoCards{
    text-align: center;
}
.shortinfoCards h4{
    font-weight: normal;
    font-size: .9em;
    font-family: 'Roboto', sans-serif;
}
.shortinfoCards p{
    font-weight: bold;
    font-size: 1.2em;
}
.grandTotal{
    font-size: 2em;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.cookiePrompt{
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
    background-color: #fff;
    z-index: 99;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 35px;
    right: 20px;
    transform: translate(0, 0);
    transition: transform 400ms;
    box-shadow: var(--boxShadow1);
    box-sizing: border-box;
}
.cookieInfo{
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100vh;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
.cookieInfo.show{
    display: flex;
}
.cookieInfo .crd{
    box-sizing: border-box;
    max-width: 100%;
    max-height: 80vh;
    margin: 0;
    justify-content: flex-start;
}
.cookieInfo .crd div{
    overflow-y: scroll;
}
.news img{
    width: 300px;
    max-width: 100%;
    margin-right: 20px;
    border-radius: 12px;
    box-shadow: var(--boxShadow1);
    display: block;
    box-sizing: border-box;
}
.cikk{
    margin-bottom: 40px;
}
.cikk:last-of-type{
    margin-bottom: 0;
}
.nowrap{
    white-space: nowrap;
}
.tableContainer{
    width: 100%;
}
.externalLinks{
    font-size: 1.4em;
    position: absolute;
    top: 35px;
    right: 25px;
}
.externalLinks a{
    color: #222;
}
.externalLinks a:hover{
    color: var(--color1);
}
.backdrop.flex2 p:last-of-type{
    margin-bottom: 0;
}
.moreNews{
    display: none;
}
#moreNewsButton{
    cursor: pointer;
    color: var(--color1);
}
.backdrop.flex2 h2{
    max-width: 90%;
}
.ev_i .crd{
    flex: 1;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 0;
}
.ev_i .crd:last-of-type{
    margin-right: 0;
}
.ev_i_profilePic{
    width: 100%;
    
}
.ev_i h3{
    margin-top: 25px !important;
    font-size: 16px;
    margin-bottom: 16px !important;
}
[data-ad-status=unfilled]{
    display: none !important;
}
.crd.searchBar{
    padding: 25px;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .detailsHeader .backdrop{
        background-color: rgba(255,255,255,0.7);
        backdrop-filter: brightness(.2) blur(10px);
        backdrop-filter: brightness(4) blur(20px);
        backdrop-filter: brightness(2) blur(10px);
    }
}

@media screen and (max-width: 1000px){
    body{
        max-width: 100vw;
        overflow-x: hidden;
    }
    .crd, .crd.double, .crd.simple{
        width: 100%;
    }
    .crd, .flex{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .detailsHeader .backdrop{
        margin-left: 0;
    }
    .detailsHeader .backdrop.flex2{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .detailsHeader {
        background-size: cover;
    }
    .crdFlex1Container{
        flex-direction: column;
    }
    .crdFlex1Container .crd{
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .cookiePrompt{
        width: calc(100% - 60px);
        right: 30px;
    }
    .news img{
        margin-right: 0 !important;
    }
    .tableContainer{
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .tableContainer th,
    .tableContainer td{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .mobileRowFlex{
        flex-direction: row;
    }
    .mobileFullwidth{
        width: 100%;
        box-sizing: border-box;
    }
    .compare input{
        width: 85%;
    }
    .externalLinks{
        position: static;
        margin-top: 16px;
    }
    .ev_i .crd{
        margin-right: 0;
        margin-left: 0;
        margin-top: 15px;
    }
}