body.home {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    background-color:  rgb(242, 242, 242);
    text-align: center;
    margin: 0px;
}

body.result {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 100;
    background-color: rgb(242, 242, 242);
}

.home-page {
    padding-top: 100px;
}

.google-results {
    display: none;
    height: 450px;;
    overflow: scroll;
}

.more-from-google {
    display: none;
    margin-top: 80px;
    margin-bottom: 10px;
    font-weight: 400;
}

.icon-google.results {
    font-size: 26px;
}

.link {
    cursor: pointer; 
}

@media only screen and (max-width: 414px) {
    .more-from-google {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .more-from-google {
        font-size: 16px;
    }
    
    .icon-google.results {
        font-size: 22px;
    }
}

@media only screen and (max-width: 320px) {
    .more-from-google {
        font-size: 14px;
    }
    
    .icon-google.results {
        font-size: 20px;
    }
}

.search-block {
    margin-top: 70px;
}

input[type=text] { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-field {
    font-family: 'Roboto', sans-serif;
    width: 500px;
    height: 26px;
    padding: 10px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(200, 200, 200);
}

.input-field-block {
    display: block;
}

.input-field-keyword-block {
    display: none;
    margin-top: 5px;
}

.keyword-button-block {
    display: block;
    margin-left: 500px;
    margin-top: 5px;
}

.keyword-icon {
    color: rgb(180, 180, 180);
    font-size: 20px;
    text-align: right;  
    cursor: pointer;
}

.more-news-button-block {
    display: none;
    margin-left: -5px;
}

#results-more {
    display: none;
}

.more-result-section-search-block {
    display: none;
}

.more-result-section-search {
    margin-left: -5px;
}

.more-result-icon {
    color: rgb(180, 180, 180);
    font-size: 26px;
    cursor: pointer;
}

.more-news-icon {
    color: rgb(180, 180, 180);
    font-size: 26px;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .input-field {
        width: 300px;
    }
    .keyword-button-block {
        margin-left: 300px;
    }
}

@media only screen and (max-width: 330px) {
    .input-field {
        width: 250px;
    }
    .keyword-button-block {
        margin-left: 250px;
    }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(200, 200, 200);
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(200, 200, 200);
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(200, 200, 200);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.submit-block {
    margin-top: 20px;
}

input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    width: 220px;
    height: 45px;
    border-radius: 10px;
    border-width: 0px;
    background-color: rgba(39, 152, 222, 1);
    transition: 0.3s;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: white;
}

input[type="submit"]:hover {
    -webkit-appearance: none;
    background-color: rgba(39, 152, 222, .7);
}

.error-message {
    margin-top: 5px;
    height: 20px;
    color: rgb(252, 92, 95);
    font-size: 16px;
}

.footer-section {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

@media only screen and (max-height: 630px) {
    .social-share-button {
        display: none;
    }
}

@media only screen and (max-height: 580px) {
    .appstore {
        display: none;
    }
}

@media only screen and (max-height: 530px) {
    .footer-section {
        display: none;
    }
}

.footer-section-result {
    display: none;
    text-align: center;
    margin-top: 50px;
    width: 100%;
}

.footer-section-follow {
    text-align: center;
    margin-top: 100px;
    width: 100%;
}

.fb-share-button.home {
    margin-bottom: 5px;
}

.fb-share-button.result {
    display: inline-block;
    opacity: 0;
    filter:alpha(opacity=0);
    /*float: right;*/
    vertical-align: top;
    margin-bottom: 0px;
}   

.appstore.result {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-bottom: 0px;
}

.result-buttons {
    text-align: right;
    /*float: right;*/
}

.footer-block.home {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 100;
    color: rgb(140, 140, 140);
    text-align: center;
}

.footer-block {
    font-size: 14px;
    font-weight: 100;
    color: rgb(140, 140, 140);
    text-align: center;
}

.logo-block {
    text-align: center;
}

.logo {
    font-family: 'Ubuntu', sans-serif;
    color: rgb(39, 152, 222);
}

.logo.click {
    cursor: pointer;
}

.cursor-click {
    cursor: pointer;
}

.header {
    display: table;
    margin-top: 10px;
    margin-right: 17px;
    margin-left: 17px;
}

.home-button {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    color: rgb(180, 180, 180);
}

.home-button-click-zone {
    cursor: pointer;
    width:  120px;
}

.home-icon:before {
    width: 0.45em !important;
    margin-right: 0px !important;
    font-size: 26px;
    vertical-align: bottom;
}

.home-text {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.result-data {
    margin-bottom: 50px;
}

.logo.result {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: right;
    width: 100%;
}

.logo.home {
    margin-bottom: 10px;
    font-size: 80px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -3.5px;
}

.logo.footer {
    bottom: 10px;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}

.signature {
    font-size: 20px;
    font-weight: 100;
    color: rgb(140, 140, 140);
    letter-spacing: 2px;
}

.page-result {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.result-spacer {
    margin-top: 30px;
}

.result-section-top {
    margin-top: 0px;
}

.result-section-search {
    margin-top: 0px;
}

.progress {
    margin-top: 25px;
    margin-bottom: 5px;
}

.progress-ext {
    height: 6px;
    width: 100%;
    background-color: white;
}

.progress-int {
    height: 6px;
    width: 0%;
    background-color: rgb(39, 152, 222);
}

.score-name-box {
    display: table;
}

.name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.image-box {
    display: none /*table-cell*/;
    vertical-align: middle;
    padding-left: 40px;
}

.name {
    font-size: 38px;
    line-height: 34px;
}

.keyword {
    display: none;
    text-transform: uppercase;
    font-size: 20px;
}

.score-box {
    display: table-cell;
    min-width: 60px;
    min-height: 60px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    background-color: rgb(170, 170, 170);
    color: white;
    border-radius: 5px;    
}

.score {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
}

.score-text {
    font-size: 10px;
}

@media only screen and (max-width: 414px) {
    .name-box {
        padding-left: 10px
    }
    .name {
        font-size: 28px;
        line-height: 28px;
    }
    .keyword {
        font-size: 18px;
    }
    .image-box {
        padding-left: 5px;
    }
    .score {
        letter-spacing: -2px;
    }
}

@media only screen and (max-width: 375px) {
    .name {
        font-size: 26px;
        line-height: 26px;
    }
    .score-box {
        min-width: 55px;
        height: 55px;
        padding: 8px;
    }
    .score {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 24px;
        letter-spacing: -2px;
    }
}

@media only screen and (max-width: 330px) {
    .name-box {
        padding-left: 5px
    }
    .name {
        font-size: 20px;
        line-height: 20px;
    }
    .keyword {
        font-size: 16px;
    }
    .score-box {
        min-width: 50px;
        min-height: 50px;
        padding: 5px;
    }
    .score {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 20px;
        letter-spacing: -2px;
    }
    .image-box {
        padding-left: 5px;
    }
}

.no-result {
    margin-top: 70px;
    margin-bottom: 300px;
    font-size: 26px;
    font-weight: 300;
}

.search-message {
    margin-top: 30px;
    margin-bottom: 250px;
    font-size: 22px;
    font-weight: 100;
}

.pagenotfound-message {
    margin-top: 150px;
    font-size: 32px;
    font-weight: 300;
}

.profile-section {
    display: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}

.profile-section.social-comments {
    display: none;
}

.profile-section.related-people {
    cursor: default;
}

.profile-icon {
    float: left;
    width: 50px;
}

.profile-description {
    margin-left: 50px;
}

.related-name {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(242, 242, 242);   
}

.profile-section.news {
    cursor: default;
}

#results-more {
    display: none;
}

#resultsdate-more {
    display: none;
}

.resultdate-box {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px;
    width: 91%;
    background-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(140, 140, 140);
}

.resultdate-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.resultdate-snippet {
    font-size: 14px;
    margin-bottom: 5px;
}

.resultdate-domainname {
    font-size: 12px;
}

.result-box-old {
    display: inline-block;
    overflow:scroll;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    width: 230px;
    height: 230px;
    background-color: rgb(242, 242, 242);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.result-box {
    display: inline-block;
    overflow:scroll;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 5px;
    width: 230px;
    height: 230px;
    background-color: white;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(200, 200, 200);
}

.result-domainname {
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    background-color: rgb(200, 200, 200);
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.result-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.result-image {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 60%;
    border-radius: 5px;
}

.result-image-empty {
    height: 20px;
}

.result-snippet {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: justify;
    text-justify: inter-word;
}

@media only screen and (max-width: 700px) {
    .resultdate-title {
        font-size: 18px;
    }
    
    .resultdate-snippet {
        font-size: 16px;
    }
    
    .resultdate-domainname {
        font-size: 14px;
    }

    .result-box {
        width: 275px;
        height: 275px;
    }

    .result-domainname {
        font-size: 18px;
    }
    
    .result-title {
        font-size: 18px;
    }
    
    .result-snippet {
        margin-top: 10px;
        font-size: 18px;
    }    
}

@media only screen and (max-width: 330px) {
    .result-box {
        width: 260px;
        height: 260px;
    }

    .result-domainname {
        font-size: 16px;
    }
    
    .result-title {
        font-size: 16px;
    }
    
    .result-snippet {
        margin-top: 10px;
        font-size: 16px;
    }
}

.resultsvideo {
    display: block;
}

.resultvideo-box {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.resultvideo-frame {
    width: 200px;
    height: 110px;
}

.resultvideo-title {
    font-size: 14px;
    width: 200px;
    height: 48px;
}

@media only screen and (max-width: 414px) {
    .result-box {
        width: 295px;
        height: 295px;
        margin-left: 10px;
    }

    .resultvideo-frame {
        width: 250px;
        height: 140px;
    }
}

@media only screen and (max-width: 375px) {
    .result-box {
        width: 260px;
        height: 260px;
    }

    .resultvideo-frame {
        width: 220px;
        height: 120px;
    }
}

@media only screen and (max-width: 320px) {
    .resultvideo-frame {
        width: 180px;
        height: 110px;
    }
}

.social-share-button {
    opacity: 0.75;
}

.privacy-section {
    margin-top: 100px;
}

.privacy-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy-paragraph {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
}

.appstore {
    margin-top: 30px;
}

.appstore-logo {
    border: 0;
    opacity: 0.7;
}

/* -------------------------------------------- */
/* TOOLTIP                                      */
/* -------------------------------------------- */

.tooltip {
    position: relative;
    display: inline-block;
    color: #006080;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 16px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
    top: -5px;
    left: 125%;  
  }

.tooltip-right.result {
  top: -8px;
  left: 125%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
    top: -22px;
    bottom: auto;
    right: 128%;  
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

/* -------------------------------------------- */
/* IMAGE CROP                                   */
/* -------------------------------------------- */

img.rounded {
    object-fit: cover;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    /* border-style: solid;
    border-color: rgb(230, 230, 230); */
}

@media only screen and (max-width: 414px) {
    img.rounded {
        height: 50px;
        width: 50px;
    }
}

/* -------------------------------------------- */
/* TEXT                                         */
/* -------------------------------------------- */

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
  }