/*!
Theme Name: teleorbit
Theme URI: https://www.teleorbit.eu/
Author: Harald Zettler
Author URI: https://www.zettler.at/
Description: Teleorbit
Version: 1.0.2
Text Domain: teleorbit

/* =Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	vertical-align: middle;
}

/* =Colors
-------------------------------------------------------------- */

:root {
	--color1: #001E8C; /* Logofarbe1 */
	--color2: #EF8323; /* Logofarbe2 */
	--color2alt: #F58320; /* Farbe von alter Seite */
	--color2aaa: #C45F00; /* Mit mehr Kontrast */
	--color-background: #242425; /* Hintergrundfarbe der Seite */
	--color-content: #fff; /* Hintergrundfarbe des Inhalst */
	--color-font: #000; /* Schriftfarbe */
}

.color1{ color:var(--color1); }
.color2{ color:var(--color2); }

a {
	color: color:var(--color1);
}
a:hover {
	color: color:var(--color2);
}

/* =Basic
-------------------------------------------------------------- */

/* poppins-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/poppins-v23-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/poppins-v23-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/poppins-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/poppins-v23-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/poppins-v23-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/poppins-v23-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/poppins-v23-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/poppins-v23-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/poppins-v23-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/poppins-v23-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


body {
	background: var(--color-background);
	color: var(--color-font);
	font-size:1em;
	line-height:1.4;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

strong, b {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2;
	font-weight: 600;
	margin-top:1rem;
	color:var(--color1);
}

main p {
	font-size: 1.125rem;
	font-size: clamp(1rem, 1.5vw, 1.125rem);
}

h1 {
	font-size: 2.25rem;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	margin-top: 0;
	margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

h2 {
	font-size: 1.625rem;
	font-size: clamp(1.375rem, 3vw, 2.25rem);
	margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

h3 {
	font-size: 1.375rem;
	font-size: clamp(1.125rem, 2.5vw, 1.875rem);
	margin-bottom: clamp(0.875rem, 2vw, 1.25rem);
}

h4 {
	font-size: 1.25rem;
	font-size: clamp(1rem, 2vw, 1.5rem);
	margin-bottom: clamp(0.75rem, 1.5vw, 1rem);
}

h5 {
	font-size: 1.125rem;
	font-size: clamp(0.95rem, 1.5vw, 1.125rem);
	margin-bottom: clamp(0.5rem, 1vw, 0.875rem);
}

hr {
	width:100%;
	border-top: 1px solid #333;
	border-bottom: none;
	clear: both;
	height: 0;
	margin: .75rem 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float:left;
	margin: 0 1em 1em 0;
}
.alignright {
	float:right;
	margin: 0 0 1em 1em;
}
.aligncenter, .center {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* =Struktur
-------------------------------------------------------------- */

.page-content {
	background-color: var(--color-content);
	color: var(--color-font);
}

.header-center,
.content-center,
.content-center-narrow,
.footer-center{
	min-width:18rem;
	width: 90%;
	margin:0 5%;
}

@media screen and (min-width: 44.44rem) {
	.content-center-narrow {
		width: 40rem;
		margin:0 auto;
	}
}

/* =960px */
@media screen and (min-width: 66.66rem) {

	.header-center,
	.content-center,
	.footer-center {
		width: 60rem;
		margin:0 auto;
	}
}

/* =Header
-------------------------------------------------------------- */

.topline {
	background: #000 url("images/topline.jpg") no-repeat center top;
	height: 1rem;
}

.site-header {
	background:#fff;
}

@media screen and (min-width: 45rem) {
	.header-flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}

.header-logo {
	padding: 1rem .5rem 1.1875rem 0;
}

.header-logo-size {
	width: 12rem;
}
.header-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header-logo h1,
.header-logo a {
	display: block;
	margin:0;
	padding:0;
}



/* =Navigation
-------------------------------------------------------------- */

.main-navigation {
	width:100%;
}

.main-navigation input {
	display: none;
}
.main-navigation li a{
	text-decoration: none;
	color:var(--color1);
}
.main-navigation nav > ul > li > a{
	font-weight: 400;
}
.main-navigation nav > ul > li > ul > li a{
	font-weight: 300;
}
.main-navigation li a:hover {
	color:var(--color2);
}
.main-navigation nav > ul > li.current_page_item > a,
.main-navigation nav > ul > li.current-menu-ancestor > a,
.main-navigation nav > ul > li > ul > li.current_page_item > a {
	font-weight: 700;
	color:var(--color1);
}


@media screen and (max-width: 57.999em) {

	.main-navigation label {
		position: absolute;
		top: 3.25rem;
		right: 1.5rem;
		height: 1.5rem;
		width: 2rem;
		z-index: 5;
	}
	.main-navigation input + label span {
		position: absolute;
		width: 100%;
		height: 0.25rem;
		top: 50%;
		left: 0;
		display: block;
		background: var(--color1);
		transition: .4s;
	}
	.main-navigation input + label span:first-child {
		top: 0;
	}
	.main-navigation input + label span:last-child {
		top: 100%;
	}

	.main-navigation body label:hover {
		cursor: pointer;
	}

	.main-navigation input:checked + label span {
		opacity: 0;
		top: 50%;
	}
	.main-navigation input:checked + label span:first-child {
		opacity: 1;
		transform: rotate(45deg);
	}
	.main-navigation input:checked + label span:last-child {
		opacity: 1;
		transform: rotate(-45deg);
	}

	.main-navigation .after-checkbox {
		background: #fff;
		position: absolute;
		left:0;
		display:none;
		z-index: 4;
		width: 100%;
	}

	.main-navigation input:checked ~ .after-checkbox {
		display:block;
	}

	.main-navigation ul  {
		padding: 1em 0;
	}
	.main-navigation ul li {
		padding: 0.25em 5%;
		font-size:1.25rem;
	}

}

@media screen and (min-width: 58em) {

	.main-navigation ul {
		display: flex;
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.main-navigation ul li:not(:last-child) {
		position: relative;
		padding-right: 1.375rem;
	}
	.main-navigation ul li:last-child {
		padding-right: 0;
	}

	.main-navigation  nav > ul > li:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: .5rem;
		width: 0.375rem;
		height: 0.375rem;
		background-color: var(--color2);
		border-radius: 50%;
	}

	.main-navigation ul li a {
		display: inline-block;
		padding: 1.25rem 0;
		line-height: 1;
		font-size: 1.125rem;
		text-decoration: none;
	}

	/* Submenu-Grundzustand mit Animation */
	.main-navigation ul li ul {
		max-height: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: -.75rem;
		right: auto;
		flex-direction: column;
		background: #fff;
		min-width: 180px;
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		padding: 0;
		margin: 0;
		list-style: none;
		transition: max-height 0.3s ease-in-out;
		z-index: 999;
		--max-width: 20rem;
	}

	.main-navigation ul li:hover > ul {
		max-height: 500px;
	}

	.main-navigation ul li ul li a {
		display: block;
		padding: 0.75rem 1rem;
		font-size: 1rem;
		white-space: nowrap;
	}

	/* Für das letzte Listenelement (ganz rechts) Dropdown nach rechts ausrichten */
	.main-navigation ul li:last-child > ul {
		left: auto;
		right: 0;
	}



}
/* =Home
-------------------------------------------------------------- */

.hero-home {
	background: #000 url("images/headerbild-home.jpg") no-repeat center center;
	background-size: auto 100%;
	width: 100%;
	height: 400px;
}


/* =Content
-------------------------------------------------------------- */

.header-image {
	background: #000 url("images/headerbild-home.jpg") no-repeat center center;
	background-size: auto 130%;
	width: 100%;
	height:12.5rem;
}
.header-image-default {
	background: #000 url("images/headerbild-default.jpg") no-repeat center center;
	background-size: auto 130%;
}
.header-image-custom {
	width: 100%;
	height:12.5rem;
	background: #000 url("images/headerbild-custom.jpg") no-repeat center center;
}
.header-image-center,
.header-image-center div {
	width: 100%;
	height:12.5rem;
}

@media screen and (min-width: 60em) {
	.header-image-stars {
		width: 60rem;
		margin: 0 auto;
	}
	.header-image-center{
		width: 60rem;
		margin: 0 auto;
	}
	.header-image-stars > div{
		position: relative;
	}
	.header-image-stars > div:after {
		width: 60rem;
		height:12.5rem;
		position: absolute;
		top:0;
		left:0;
		display: block;
		content:'';
		background: transparent url("images/headerbild-maske.png") no-repeat center center;
		background-size: 100% 100%;
	}
}



.breadcrumb {
	background: linear-gradient(to bottom,  rgba(232,235,241,1) 0%,rgba(220,222,225,1) 100%);
	padding: .375rem 0;
	font-size:.875rem;
}

.breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs li {
	margin: 0;
	padding: 0;
}

.breadcrumbs li + li::before {
	content: "›";
	margin: 0 0.5em;
	color: #444;
}
.breadcrumbs a {
	color:#333;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color:#000;
}

.breadcrumbs sup {
	vertical-align: baseline;
	position: relative;
	top: -0.2em;
}


main {
	padding-bottom:3rem;
}

.after-header  {
	padding-top: 2.5rem;
}

.page-content p {
	padding-bottom:1rem;
}

/* =Liste large */

ul.linklist {
	padding: .5rem 0 1rem;
}
ul.linklist li{
	font-size:1.25em;
	padding: 0 0 .375rem 1.5rem;
	position: relative;
}

ul.linklist li::before {
	content: "›";
	margin: 0 0.5em;
	color: var(--color2);
	position: absolute;
	left: -.5rem;
	top: -.375rem;
	font-size:1.5em;
}
.linklist sup {
	vertical-align: top;
	position: relative;
	font-size: .75em;
	bottom: 0;
}


/* =Presslist */
ul.presslist {
	list-style: none;
	border-top: 1px solid #ddd;
	margin: 1rem 0 2rem;
}

.presslist li {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #ddd;
	padding: 0.5em 0;
}

.presslist-time {
	flex: 0 0 6.25rem; /* fixe Breite für Datum (z.B. 120px) */
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: .75rem;
}

.presslist-title {
	flex: 1; /* Restlicher Platz für den Titel */
	font-weight: bold;
}

.presslist-title a {
	text-decoration: none;
	color: #000;
}

.presslist-title a:hover {
	text-decoration: underline;
}

/* =Flexible Content
-------------------------------------------------------------- */

/* Row Text Text */
.row-texttext {}

.row-texttext > div {
	padding-bottom:1rem;
}

@media screen and (min-width: 35em) {
	.row-texttext {
		display: flex;
		justify-content: space-between;
	}
	.row-texttext-left,
	.row-textimage-right {
		flex: 0 0 48%;
	}

}


/* Row Bild Text */

.row-textimage {
	border-bottom: solid 1px #ccc;
	margin-bottom:2.25rem;
	padding-bottom:1.25rem;
}

.row-textimage > div {
	padding-bottom:1rem;
}
.row-textimage-image {
	padding-bottom:1rem;
}

.row-textimage-text-left p {
	font-size: .875em;
}
.row-textimage-left h2:first-child,
.row-textimage-left h3:first-child,
.row-textimage-left h4:first-child,
.row-textimage-right h2:first-child,
.row-textimage-right h3:first-child,
.row-textimage-right h4:first-child{
	padding-top:0;
	margin-top:0;
}

@media screen and (min-width: 35em) {
	.row-textimage {
		display: flex;
		justify-content: space-between;
	}
	.row-textimage-left {
		flex: 1;
		padding-right:2rem;
	}
	.row-textimage-right {
		flex: 2;
	}
	.row-textimage-text-left p {
		font-size: 1em;
	}

}



/* =Footer
-------------------------------------------------------------- */

.site-footer {
	text-align: center;
	padding:1.5rem 0 2rem 0;
	color:rgba(255,255,255,.7);
	position: relative;
	overflow: hidden;
}
.footer-center {
	padding:1.5rem 0 1.5rem 0;
}
.footer-glow {
	position: absolute;
	top: -12rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 60rem;
	height: 24rem;
	background: radial-gradient(
			ellipse at center top,
			rgba(59, 122, 236, .8) 0%,
			rgba(65, 85, 121, 0) 60%
	);
	z-index: 0;
}
.footer-overlay {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 7rem;
	background: url("images/footer-stars.png") no-repeat center top;
	background-size: auto 100%;
	z-index: 1;
	pointer-events: none;
}




.site-footer .footer-center {
	position: relative;
	z-index: 2;
}
.site-footer a {
	color:rgba(255,255,255,.7);
}
.site-footer a:hover {
	color:#fff;
}

/* = Footer-Struktur */
.footer-flex {
	width:100%;
	padding-top:5rem;
}

.footer-zeichen {
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width:6rem;
	height: 6rem;
	margin: 0 auto;
	background: url("images/teleorbit-zeichen.svg") no-repeat center center;
	background-size: auto 100%;
	opacity: .7;
}

.footer-left {}
.footer-right {padding-top:1.5rem;}

@media screen and (min-width: 40em) {
	.footer-zeichen {
		top: 3rem;
	}
	.footer-flex {
		display:flex;
		width:100%;
		align-items: flex-end;
		padding-top:3rem;
	}
	.footer-left {flex: 0 0 50%; text-align:left;}
	.footer-right {flex: 0 0 50%; text-align:right;}
}



/* = Footer-Adresse */

.footer-left address {
	margin:0;
	padding:0;
	font-style:normal;
	line-height: 1.2;
}
.footer-left address strong {
	font-size:1.125rem;
	display: inline-block;
	padding-bottom:.25rem;
}

.footer-left address a {
	display: inline-flex;
	align-items: center;
	gap: 0.5em; /* Abstand zwischen Icon und Text */
	color: inherit; /* übernimmt Textfarbe */
	text-decoration: none; /* oder je nach Design */
}

.footer-left address svg {
	flex-shrink: 0; /* Icon behält Größe */
}

/* = Footer-social */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.footer-social ul{
	display:flex;
	justify-content: center;
	padding-bottom: .25rem;
}
.footer-social ul li a{
	display:block;
	width: 1.5rem;
	height: 1.5rem;
	padding:.25rem;
	opacity: .7;
}
.footer-social ul li a:hover{
	opacity: 1;
}
@media screen and (min-width: 40em) {
	.footer-social ul{
		justify-content: flex-end;
	}
	.footer-social ul li:last-child a{
		padding-right:0;
	}
}



/* = Footer-Navigation */

.footer-navigation ul {
	display:flex;
	justify-content: center;
}
.footer-navigation ul li {
	padding: 0 .5rem;
}
.footer-navigation ul a{
	text-decoration: none;
	font-size:.875rem;
}
.footer-navigation ul a:hover{
	color:#fff;
}
@media screen and (min-width: 40em) {
	.footer-navigation ul {
		justify-content: flex-end;
	}
	.footer-navigation ul li {
		padding: 0 .75rem 0 0;
	}
	.footer-navigation ul li:last-child {
		padding-right: .125rem;
	}
}
