@charset "UTF-8";

/*
Theme Name: Device Default Theme 2
Author: Atluna Software
Author URI: https://www.atluna.eu/
Description: This theme is the default to be used for Device content. It contains main content types: News, Events, Accomodations, Dining, Public facilities, Public Transport, Industry, Landmarks, Medicine. The post types are not created by theme. Requires Atluna plugin to handle all the content types, etc.
Requires at least: 5.9
Tested up to: 6.0.2
Requires PHP: 2.7
Version: 0.8
License: Private use
Text Domain: atlunadefault2

Atluna Device Default Theme, (C) 2022 Atluna Software
*/

/*
Wordpress specific:
*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Atluna */
body {
	margin: 0px;
    padding: 0px;
    background-color: white;
    background-repeat: no-repeat;
    font-family: 'Open Sans';
    user-select: none;
    -ms-user-select: none;
}
body::-webkit-scrollbar {
    display: none;
}
.main-content {
    position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 1920px;
    width: 1080px;
	display: block;
	margin: 0px;
    padding: 0px;
}
#header-block {
    position: absolute;
    top: 20px;
    left: 28px;
    width: 1024px;
    height: 82px;
    display: block;
}
#header-image {
    /*border: 3px solid #73AD21;*/
    float: right;
    width: 300px;
    height: 80px;
    overflow: hidden;
}
#header-image img {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
}
#header-main {
    margin: 0;
    padding: 0;
    width: 724px;
    overflow: hidden;
    line-height: 80px;
    font-size: 48px;
    color: white;
    font-weight: 400;
}
#header-main img {
    vertical-align: middle;
    padding-right: 30px;
}

#header-second {
    position: absolute;
    top: 135px;
    left: 28px;
    width: 1024px;
    height: 74px;
    display: block;
    background-color: white;
    border-radius: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 74px;
}
#header-second div {
    width: 900px;
    overflow: hidden;
    /*padding-top: 19px;
    padding-bottom: 19px;*/
}
#header-second div img {
    vertical-align: middle;
    padding-right: 14px;
    padding-left: 22px;
    padding-bottom: 3px;
}

#currentTime {
    position: absolute;
    width: 105px;
    height: 49px;
    left: 925px;
    top: 148px;

    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;

    /*display: flex;*/
    text-align: right;
    /*align-items: center;
    text-align: center;*/

    color: #000000;
    z-index: 999999;
}
#waiting-spinner {
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    height: 1920px;
    width: 1080px;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

/*
  Menus
*/
#bigmenu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    top: 1370px;
    left: 8px;
    width: 1064px;
    height: 536px;
    background-color: white;
    align-items: center;
    justify-content: center;
}
#bigmenu > .menuitem {
    position: relative;
    display: inline-flex;
/*    top: 9px;
    left: 8px;*/
    width: 250px;
    height: 250px;
    margin: 0px 6px 0px 6px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    background-color: #1670bf;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0px 0px 3px 3px #1670bf;
}
#bigmenu > .menuitem > .menuupper {
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 115px;
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 0px 0px 0px #1670bf;
    align-items: flex-end;
    justify-content: center;
}
#bigmenu > .menuitem > .menubottom {
    position: absolute;
    display: flex;
    top: 115px;
    left: 0px;
    width: 250px;
    height: 135px;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    box-shadow: 0px 0px 0px 0px #1670bf;
    align-items: flex-start;
    justify-content: center;
}

#smallmenu {
    position: absolute;
    display: flex;
    overflow: hidden;
    top: 1770px;
    left: 12px;
    width: 1056px;
    height: 140px;
    background-color: white;
    align-items: center;
    justify-content: center;
}
#smallmenu > .menuitem {
    position: relative;
    display: inline-flex;
/*    top: 7px;
    left: 0px;*/
    width: 125px;
    height: 125px;
    margin: 0px 6px 0px 6px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    background-color: #1670bf;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0px 0px 3px 3px #1670bf;
}

#pageTitle {
    position: absolute;
    display: flex;
    align-items: center;
    /*justify-content: center;
    text-align: center;*/
    width: 1024px;
    height: 222px;
    left: 28px;
    font-size: 48px;
    font-weight: 700;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
#pageTitle > div {
    margin: 0px;
    margin-left: 40px;
    width: 984px;
}
#pageContent {
    position: absolute;
    display: block;
    width: 994px;
    height: 192px;
    left: 28px;
    font-size: 24px;
    padding: 15px;
    color: #000000;
    background-color: #ffffff;
    overflow: scroll;
  }
  #pageContent::-webkit-scrollbar {
    display: none;
  }
  #pageData {
    position: absolute;
    display: block;
    width: 1024px;
    height: 1208px;
    left: 28px;
    font-size: 24px;
    color: #000000;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: scroll;
  }
  #pageData::-webkit-scrollbar {
    display: none;
  }
  .pageDataItem {
    display: block;
    width: 965px;
    height: 194px;
    padding-left: 36px;
    padding-right: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #000000;
    background-color: #ffffff;
    overflow: hidden;
  }
  .pageDataItem > p {
    margin: 0px;
  }
  .pageDataItemH {
    font-size: 36px;
    padding: 0px;
  }
  .pageDataReadMore {
    position: absolute;
    width: 40px;
    height: 40px;
  }
  #homepageContent {
    position: absolute;
    display: block;
    width: 994px;
    height: 285px;
    left: 28px;
    top: 435px;
    font-size: 24px;
    padding: 15px;
    color: #000000;
    background-color: #ffffff;
    overflow: scroll;
  }
  #homepageContent::-webkit-scrollbar {
    display: none;
  }
.atlunaNewsBox {
    width: 984px;
    padding: 5px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
.atlunaNewsBox > p {
    margin-top: 0px;
    padding-top: 0px;
}
.contentReadMoreNews {
    position: fixed;
    top: 700px;
    right: 35px;
    width: 40px;
    height: 40px;
}

#pageMapSwitch {
    position: absolute;
    display: block;
    width: 128px;
    height: 128px;
    left: 924px;
    top: 323px;
    padding: 0px;
    overflow: hidden;
    z-index: 999999998;
}
#pageMapSwitch > img {
    margin: 0px;
    width: 128px;
    height: 128px;
}
#pageOSM {
    position: absolute;
    display: block;
    width: 1024px;
    height: 1208px;
    left: 28px;
    top: 323px;
    color: #000000;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mapPopup {
    width: 250px; 
    height: 300px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.mapPopupReadMore {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 2px;
    right: 2px;
}
.mapPopupH {
    font-size: 20px;
    font-weight: 600;
}
