/* Border Colors of the header */ .vcm-border-splash{ border-color: #000000; } /* Change these two color values to change the button Color */ .vcm-base-splash, .vcm-btn-base-splash, .vcm-btn-base-splash-focus:focus, .vcm-btn-base-splash-hover.active, .vcm-btn-base-splash-hover.selected{ background-color: #000000; } .vcm-btn-base-splash-hover:hover, .vcm-btn-base-splash-active:hover{ background-color: #000000; } .vcm-font-splash, .vcm-btn-font-splash, .vcm-btn-font-splash-hover:hover, .vcm-btn-font-splash-hover.active, .vcm-btn-icon-font-splash-hover:hover, .vcm-btn-icon-font-splash-hover.active{ color: #000000; } /* Header Background Color */ .vcm-header-base { background-color: #000000; /* height: 3.5rem; */ } /* Ballooon Color */ .balloon{ /* border: 5px solid #a8c02b; */ } .balloon:before { /* border-color: #a8c02b transparent; */ } /** Show empty box for inactive layers in legend */ .setting-checker.inactive { /*display: block !important;*/ } /* Change Company logo in the upper left corner */ .company-logo { /* background-image: url(../images/logo.jpg); width: 140px;*/ height: 40px; } /* Change these values to change the height of the header (they should all have the same value) */ .vcm-header-height { height: 3.5rem; line-height: 3.5rem; /**/ } .vcm-map-top { top: 3.5rem; /**/ } /* Change these values to change the height of the logobox in the lower left Company-box height should be 1rem less */ .vcm-map-bottom { /* bottom: 4rem; */ } .company-box { /* height: 2.5rem; */ } /* use this for map below header */ .mapElement { /* top : -10px; */ } /* ====================================================================================== */ * {box-sizing:border-box} /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; } /* Hide the images by default */ .mySlides1, .mySlides2 {display: none} /* img {vertical-align: middle;} */ /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; width: auto; margin-top: -22px; padding: 16px; color: white; font-weight: bold; font-size: 18px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0,0,0,0.8); } /* Caption text */ .text { color: #f2f2f2; background-color: #000000; font-size: 15px; padding: 8px 12px; position: absolute; bottom: 8px; width: 100%; text-align: center; } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* The dots/bullets/indicators */ .dot { cursor: pointer; height: 15px; width: 15px; margin: 0 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; } .active, .dot:hover { background-color: #717171; } /* Fading animation */ .fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } #headOne{ font-size: x-large; } .SideInfo{ margin:1em; } /* #projektOne{ margin:10px; /* margin-right:30px; */ /* width: 100%; height: 100%; */ /* } */ /* #UmfrageOne{ margin:10px; */ /* margin-right:30px; */ /* width: 100%; height: 100%; */ /* } */ .contentOne{ font-family: "Cambria", Georgia, serif; font-weight: bold; line-height: 1.6; } #tour-frame::-webkit-scrollbar { display: none; } /* Hide scrollbar for IE and Edge */ #tour-frame { -ms-overflow-style: none; } #headerOne { position: fixed; top: 0; left: 0; right: 0; } /* @media (min-width: 720px) { nav.top { position: sticky; top: 0; } nav .topmenu { display: flex; -ms-flex-pack: justify; justify-content:space-between; flex-wrap: wrap; } } */ h1.sticky { position: -webkit-sticky; position: sticky; height:35px; top: 30px; font-size: 20px; padding:5px; padding-bottom:15px; background-color: white; z-index: 99; } div.tour-top-navi { position: -webkit-sticky; position: sticky; height:30px; top:0; margin-bottom:10px; background-color: white; padding-left:10px; margin:0px; } /* ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */ .balloon{ cursor: pointer; }