html,body, header, nav, section, article, main, aside, figure, .sidebar, footer { display: block; padding:0; margin:0; }

body{ 
    margin: 0;
    padding: 0;
    text-align: left;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#2d4e78;
}
a:hover {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#2d4e78;
}

a img{border: none; }
label {cursor: pointer; }
textarea { resize:none; margin: 0;}
input, textarea { outline: none; }
input[type="search"] {
	outline: none;
	border-radius: 0;
	-webkit-appearance: none !important;
}
iframe {
	margin: 0;
	border: none;
}
table {
	border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
section, article, header, footer {display:block;}

h1, h2, h2, h4, h5, h6, p, fieldset, form, ul, ol, li, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.clearfix {
	float:none !important;
    clear: both;
    display: block;
}

#page {
	width:100%;
}

img {
	width:auto;
	max-width:100%;
}


img.full-width {
	width:100%;
	height:auto;
}

.container {
	width:100%;
	max-width:1850px;	
}


section {
	clear:both;
	position:relative;
}

.nopadding {
	padding:0 !important;
}

.nobottompadding {
	padding-bottom:0px !important;
}

.notoppadding {
	padding-top:0px !important;
}

.nomargin {
	margin:0;
}

.std-width {
	width:auto;
	height:auto;
	max-width:100%;
}

/* headings ------------------------------------------------- */


h1 {
	font-size:16px; color:#000000; margin-top:0px;
}
h2 {
	font-size:16px; color:#fd9d1b;
}
.h2span {
	font-size:20px; color:#fd9d1b;
}
h3 {
	font-size:14px; color:#000000; margin-top:0px;
}
/* page styles ---------------------------------------------- */


#page {
	width:100%;
	max-width:1035px;
	position:relative;
	margin:0 auto;
	padding-top:20px;
}

#page .inside {
	position:relative;
	width:100%;
	height:100%;
}
/* -- header -- */
#header {
	position:relative;
	z-index:9999;
}

.header-prepaid-link {
  position: absolute;
  width: 25%;
  height: 80%;
  top: 0px;
  left: 15%;
}

.header-home-link {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 20%;
  right: 15%;
}

/* -- Top Bar -- */
.top-bar {
  width: 100%;
  height: 22px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
  margin: 0;
  left: 0;
  background-color: #f3b044;
  position: fixed;
  z-index: 99999;
}

.top-bar-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left a {
  text-decoration: none;
  color: black;
}

.top-bar-right {
  font-size: 12px;
  font-weight: bold;
}


.subbottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	border:none;
	max-width:924px;
	margin-left: auto;
	margin-right: auto;
}

.subbottom-column {
	width: 30%;
}

.subbottom-title {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  white-space:nowrap;
  display:block;
}

.subbottom-text ul li a {
  font-size: 12px;
  color: #8a5a02;
}

.subbottom-text ul {
  list-style-image: url(https://www.astrolantis.de//img/li.gif);
  margin-left:15px;
}

.subbottom-content {
	text-align:right;
	max-width:924px;
	margin:0 auto;
}

.subbottom-content p {
	font-size:12px;
	margin-bottom:15px;
}

.top-menu {
	position:absolute;
	top:5px;
	right:45px;
}

.top-menu a {
  font-size: 12px;
  text-decoration: none;
  color: #2d4e78;
}
.top-menu a:hover {
	text-decoration:underline;
}

.top-menu li {
	display:inline-block;
}

.top-menu li:after {
	display:inline-block;
	content:'•';
	margin-left:3px;
}

.top-menu li:last-child:after {
	display:none;
}


.primary-menu .menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;

    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu .menu li {
    position: relative;
}

.primary-menu .menu li:not(:last-child)::after {
    content: '';
    position: absolute;

    bottom: 0px;
    right: -10px;


    width: 1px;
    height: 24px;

    background: #999;
}

.primary-menu .menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;      /* poziome wycentrowanie */
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    gap: 6px;
	font-size:16px;
	white-space:nowrap;
}

.primary-menu .menu-item-image {
    height: 40px;
	max-width:75px;
    width: auto;
    display: block;
    flex-shrink: 0;
}


main {
	box-shadow:0px 0px 15px rgba(0,0,0,0.08);
	max-width:962px;
	width:100%;
	margin:0 auto;
	position:relative;
	left:-8px;
	padding:15px;
	padding-bottom:30px;
	margin-bottom:60px;
}

.main-content {
	padding-top:40px;
	padding-bottom:40px;
}

.main-content h1 {
	font-weight:bold;
	margin-bottom:5px;
}

.footer-menu {
	text-align:center;
}

.footer-menu a {
  font-size: 12px;
  text-decoration: none;
  color: #2d4e78;
}

.footer-menu a:hover {
	text-decoration:underline;
}

.footer-menu li {
	display:inline-block;
}

.footer-menu li:after {
	display:inline-block;
	content:'•';
	margin-left:3px;
}

.footer-menu li:last-child:after {
	display:none;
}

.text_kleinweiss {
  font-size: 12px;
  color: #83816c;
  padding-top:15px;
  padding-bottom:10px;
  text-align:center;
}


.es-al-footer {
	text-align: center;
	background-color: #cae6fe;
	padding: 1em 1em 0 1em;
	margin-bottom: 2em;
	color: #205b90;
	font-family: sans-serif;
}

.es-al-footer a span {
	color: #205b90;
	text-decoration: underline;
	font-weight: 900;
	font-variant: small-caps;
	font-size: 0.9em;
}

.es-al-footer ul, .es-al-footer ul li {
	margin: 0;
	padding: 0;
}

.es-al-footer ul li {
		display: inline-block;
		margin: 0 1em 1em 1em;
}

.es-al-footer ul li img {
	float: left;
	padding-right: 0.5em;
}

.es-al-footer ul li span {
	display: inline-block;
	padding: 0.5em 0 0 50px;
	text-align: left;
}

.es-al-footer p {
	max-width: 40em;
	font-size: .9em;
	padding-bottom: 1em;
	margin: 0 auto;
}

.es-al-footer-title {
	font-size: 1.6em;
	margin-bottom: 0.5em;
	color: #205b90;
}

.es-al-footer-fb {
	background: url('https://www.astrolantis.de/img/facebook-logo.svg') no-repeat;
	background-size: 40px 40px;
}

.es-al-footer-nl {
	background: url('https://www.astrolantis.de/img/newspaper.svg') no-repeat;
	background-size: 40px 40px;
}

.es-al-footer-fb a, .es-al-footer-nl a {
	display: inline-block;
	min-height: 40px;
}

.burger-menu {
	display:none;
}


.kasten {
    border: 1px solid #efebc5;
    width: 100%;
    max-width: 925px;
    background: #ffffff;
    box-sizing: border-box;
	margin-bottom:60px;
}

.kasten-header {
    background-color: #efebc5;
}

.kasten_title {
    margin: 0;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color:#000;
	padding-top:2px;
	padding-bottom:2px;
}

.kasten_text {
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
}

.orakel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.orakel-item {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.orakel-item > a {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    flex: 0 0 90px;
    display: block;
}

.orakel-item img {
    width: 90px;
    display: block;
    height: auto;
    border: 0;
}

.tooltipp_text {
    font-size: 12px;
    line-height: 18px;
}

.tooltipp_text a {
    text-decoration: none;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

.apps-link {
    margin-top: 20px;
    text-align: right;
}

.mobile-menu {
	display:none;
}