
button{
  background-color: #6BB9F5;
  color: white;
  border: none;
  width: 23%;
  height: 60px;
  border-radius: 8px;
  font-weight: 400;
  margin: 0 5%;
  box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.08);
}


button.introTypeUnClicked{
  background: white;
  color: #538FBD;
}

button:hover{
  background-color: #C9E2F0;
  box-shadow: 0px 8px 36px 0px rgba(0,0,0,0.08);
}


div.showPlace img{
  display: block;
  width:auto;
  height: 75%;
}



.aboutSection{
    display: block;
    margin-top:150px;
}

.aboutFrame svg{
    display: block;
    width: 90%;
    margin: 2% auto 0 auto;
}

.aboutFrame img{
    width: 90%;
    margin: 2% auto 0.5% auto;
}

.aboutFrame.col-xs-4{
    padding: 0 0.1%;
    margin: 0;
}





div.aboutFrame {
    display: block;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 5px;
    border-color: #E0DFDF;
    border-style: solid;
    border-width:0.7px;
    border-radius: 20px;
}

div.subFrame {
    display: block;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

div.subFrame .aboutFrame {
    opacity: 1;
    width: 100%;
}





.contentDiv p{
    text-align: center;
}

.subFrame .contentDiv p{
    display: block;
}





.about_mobile{
    display: block;
}
.about_laptop{
    display: none;
}


.slidecontainer{
    display: none;
}







.mapael .mapTooltip {
    position: absolute;
    background-color: #ffff;
    moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=90);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    /* display: none; */
    color: #343456;
}












@media screen and (min-width: 768px){

    .aboutSection{
        margin-top:70px;
    }

    div.subFrame .aboutFrame {
        display:inline-block;
        opacity: 0.2;
        width: 33%;
    }

    div.subFrame .aboutFrame:hover {
        opacity: 1;
    }





    .subFrame .contentDiv p{
        display: none;
    }





    .about_mobile{
        display: none;
    }
    .about_laptop{
        display: block;
    }






    #year{
        font-size: 18px;
    }

    .slidecontainer {
        display: block;
        width: 90%;
        margin: 50px auto 0 auto;
    }


    input.slider{
        -webkit-appearance: none;
        vertical-align: sub;
        margin-top: 2px;
        padding: 0;
        width: 100%;
        height: 25px;
        border-radius: 10px;
        background: #E0E0E0;
        outline: none;
        opacity: 0.9;
        -webkit-transition: all .2s;
        transition: all .2s;
    }


    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 12px;
        background: #EF9A44;
        cursor: pointer;
    }

    .slider_stop::-webkit-slider-thumb {
        border-radius: 2px;
    }

    .slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 12px;
        background: #EF9A44;
        cursor: pointer;
    }

    .slider_stop::-moz-range-thumb  {
        border-radius: 2px;
    }
}
