/**::selection {
	background-color: var(--main);
	color: var(--dark);
}*/

html {
    color: var(--text);
}

.maincolor {
	color: #2B61AC;
}

*:not(p):not(form):not(label) {
	font-family: Tahoma, sans-serif;
	margin: 0;
}

html {
	background-color: var(--light);
	width: 100%;
	height: 100%;
	min-width: 450px;
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
	color: var(--darker);
	transition: text-shadow 0.3s;
}

span.dotted {
	border-bottom: 2px dotted var(--darker);
}

a:hover {
	cursor: pointer;
	text-shadow: 0 0 0.65px, 0 0 0.65px;
}

/* Header */

h1.logo {
	background: url(/kuschis-reiseburo/imgs/logo_big.svg) top left no-repeat;
	background-size: 100%;
	text-indent: -99999px;
	width: 180px;
	height: 155px;
	margin-left: 2.5em;
	margin-top: 21px;
}

h1.it_logo {
	background: url(/kuschis-reiseburo/imgs/logo_big_it.svg) top left no-repeat;
	width: 235px;
	background-size: 100%;
}

h1#logo_small {
	padding-left: 53px;
	padding-right: 53px;
	padding-bottom: 53px;
	background: url(/kuschis-reiseburo/imgs/logo_big_1-2.svg) top left no-repeat;
	background-size: 80%;
	text-indent: 99999px;
	width: 120px;
	margin-left: 1.5em;
}

div#br {
	height: 7px;
}

h1#logo_small,
nav#_1_small {
	display: inline;
}

div#lang_small {
	position: fixed;
	top: 20px;
	right: 40px;
}

div#lang_img_small {
	background-image: url(/kuschis-reiseburo/imgs/lang.jpg);
	background-position: 0 0;
	background-size: 200%;
	width: 30px;
	height: 19px;
}

nav#_1_small {
	position: fixed;
	/*margin-left: 20px;*/
	top: 70px;
}

.site-header {
	height: 227px;
	width: 100%;
	background: var(--main);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	/*z-index: 2;*/
}

div.small-header {
	height: 99px;
}

div.small-header div#login {
	right: 9.5em;
}

div.small-header a.nav {
	margin-right: 10px;
}

div.small-header nav#_1 {
	position: absolute;
	top: 70px;
	margin-top: 0;
	margin-left: 0;
}

div.small-header #lang {
	position: absolute;
	top: 20px;
	right: 40px;
}

div.small-header h1, div.small-header nav#_1 {
	display: inline;
}

div.small-header h1.logo {
	padding: 0 53px 53px 53px;
    background: url(/kuschis-reiseburo/imgs/logo_big_1-2.svg) top left no-repeat;
    background-size: 80%;
    text-indent: 99999px;
    width: 120px;
    margin-left: 1.5em;
}

div.small-header div#br {
	display: block !important;
}

div#small_header {
	height: 99px;
	box-shadow: 0 0 20px 10px #0002;
}

div#br {
	display: none;
}

a.nav_small {
	margin-right: 10px;
}

div#header-box {
	width: 100%;
	height: 219px;
}

sup {
	color: red;
}

nav#_1 {
	margin-left: 4em;
	margin-top: 22px;
}

a#wix {
	margin-left: 2em;
}

a.nav,
a.nav_small {
	padding-bottom: 4px;
	border-bottom: 2px solid;
	border-color: var(--darker-light);
	margin-right: 10px;
}

a.nav:hover,
a.nav_small:hover {
	color: var(--dark);
	border-bottom: 3px solid;
	border-color: var(--dark);
}

svg#login {
	height: 17px;
}

svg#login_small {
	height: 17px;
}

div#login {
	position: absolute;
	top: 1.15em;
	right: 3em;
}

div#login_small {
	position: absolute;
	top: 1.15em;
	right: 5.64em;
}

div#lang_img {
	background-image: url(/kuschis-reiseburo/imgs/lang.jpg);
	background-position: 0 0;
	width: 46px;
	height: 30px;
}

div#lang {
	position: absolute;
	top: 50px;
	right: 48px;
}

/* Footer */

footer {
	width: 100%;
	background: var(--main);
	height: 50px;
}

footer p {
	text-align: center;
	padding-top: 15px;
	margin: 0;
}

/* Top button */

div#top {
	position: fixed;
	z-index: -1;
	right: 2em;
	bottom: 4em;
	background-color: var(--main);
	border-radius: 5px;
	padding: 5px;
	opacity: 0;
}

div#top span#arrow_up {
	border: solid #2b61ac;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
	margin-right: 3px;
}

span.arrow_left {
	border: solid #2b61ac;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(135deg);
	margin-right: 3px;
}

span.arrow_right {
	border: solid #2b61ac;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	margin-right: 3px;
}

span.arrow_down {
	border: solid #2b61ac;
	border-width: 0 1.5px 1.5px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	margin-bottom: 3px;
}

span#ticketcreator-arrow {
	border: solid #2b61ac;
	border-width: 0 1.5px 1.5px 0 !important;
	display: inline-block;
	padding: 3px !important;
	transform: rotate(45deg);
	margin-bottom: 3px !important;
}

#mobile-footer {
	display: none;
}

@media only screen and (max-width: 768px) {
	div#top {
		width: 80px;
		height: 80px;
		bottom: 40px;
		right: 25px;
	}

	div#top span.text {
		display: none;
	}

	div#top span#arrow_up {
		border: solid #2b61ac;
		border-width: 0 12px 12px 0;
		display: inline-block;
		padding: 18px;
		transform: rotate(-135deg);
		position: absolute;
		top: 30px;
		left: 21px;
	}

	a.nav_small {
		font-size: 15px;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	div#login,
	div#login_small,
	div#lang,
	div#lang_small {
		display: none;
	}
}

.hidden {
	display: none;
}

sup.info {
	color: black;
	text-shadow: 0 0 0.65px, 0 0 0.65px;
}

sup.info:hover {
	cursor: help;
}

a.disabled {
	pointer-events: none;
}

.wide span.arrow_down {
	border: solid;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    margin-bottom: 5px;
    transition: transform 1s;
}

.wide span.arrow_down.disabled {
	transform: rotate(-45deg);
}


details {
	outline: none;
	display: inline-block;
}

details ::marker {
	content: '';
}

summary {
	outline: none;
	cursor: pointer;
	padding-bottom: 4px;
}

details a {
	padding-top: 4px;
	display: inline-block;
}

span.arrow_down {
	transition: transform 0.5s;
	border-width: 0 2px 2px 0;
	vertical-align: middle;
}

span.arrow_down.disabled {
	transform: rotate(-45deg);
}

#mobile-lang-change-details {
	position: absolute;
	top: 15px;
	right: 13px;
}

ul li {
    margin-bottom: 4px !important;
}