@charset "utf-8";
/* -------------------------------------------------------
myCityHunt Creator CSS-Styles 

Copyright by CityHunters 2023
------------------------------------------------------- */

@font-face{
	font-family: eudoxus;
	src: url(/fonts/EudoxusSansGX.woff2) format('woff2'), url(/fonts/EudoxusSansGX.woff) format('woff');
	font-style: normal;
	font-display: block
}

/* -------------------------------------------------------
RESET ALL
------------------------------------------------------- */


body, h1, h2, h3, h4, h5, h6, div, ol, a, ul, li, p, dl, dt, dd, form, table, caption, thead, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border: none;
	font-size: 1em;
}

html {
  scroll-behavior: smooth;
}


ol, ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}


input, select, textarea, button, .button {
	font-style: normal;
	font-weight: normal;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: normal;
	color: #000;
}


svg {
	shape-rendering:geometricPrecision; 
	text-rendering:geometricPrecision; 
	image-rendering:optimizeQuality; 
	fill-rule:evenodd; 
	clip-rule:evenodd;
}

/* -------------------------------------------------------
BASICS
------------------------------------------------------- */

html {
	height: 100%; 
	width: 100%; 
	margin:0; 
	padding:0;
	font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "eudoxus", sans-serif;
    font-weight: 300;
    margin: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 15px;
	min-width: 300px;
    letter-spacing: -0.03em;
	word-spacing: 0.04em;
	color: #6a6a6a;
}

a {
	color: inherit;
	font-weight: inherit;
	cursor: pointer;
}

img {
	margin: 0;
	border-width: 0px;
	border-color: transparent;
	padding: 0;
	background: transparent;
	color: transparent;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -------------------------------------------------------
COLORS
------------------------------------------------------- */

.mch_gruen {color: #8ec900;}

.overview_list_item.done i:after,
.mch_gruen_bg {background: #8ec900;}

.mch_gruen_border {border-color: #8ec900;}

.mch_gruen_diagonal_gradient_font {
	color: #8ec900;
    background-image: linear-gradient(15deg,#7baf00,#cbf171);	
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.mch_orange {color: #ffae00;}

.tour_item.redo i:after,
.overview_list_item.redo i:after,
.mch_orange_bg {background: #ffae00;}

.mch_blau {color: #141738;}

.overview_list_item.open i:after,
.tour_item.open i:after,
.mch_blau_bg {background: #141738;}

.mch_light_gruen {color: #b7e56c;}

.mch_light_gruen_bg {background: #b7e56c;}

.mch_light_orange {color: #fddf9b;}

.mch_light_orange_bg {background: #fddf9b;}

.mch_light_blau {color: #8dcafe;}

.mch_light_blau_bg {background: #8dcafe;}

.mch_gold_bg {background-color: #e1bd6b;}

.mch_lilacs_bg {background-color: #95367e;}

.grey_bg {background: #b3b3b3}

.light_grey_bg {background: #e7e7e7}

button.inactive,
.button.inactive,
.xlight_grey_bg {background-color: #F4F4F4}

.red {color: red;}
.red_bg {background: red;}

.ch_yellow {color: #ffcc00;}
.ch_yellow_bg {background-color: #ffcc00;}

.white {color: #fff;}


/* -------------------------------------------------------
FONTS
------------------------------------------------------- */

.weight_400 {font-weight: 400;}
.weight_500 {font-weight: 500;}
.weight_600 {font-weight: 600;}
.weight_700 {font-weight: 700;}
.weight_800 {font-weight: 800;}

.x4_small {font-size: 0.6em;}
.xxx_small {font-size: 0.7em;}
.xx_small {font-size: 0.8em;}
.x_small {font-size: 0.85em;}
.small {font-size: 0.9em;}
.normal {font-size: 1em;}
.s_large {font-size: calc(16px);}
.large {font-size: calc(16px + 0.1vw);}
.x_large, h4 {font-size: calc(16px + 0.3vw);}
.xx_large {font-size: calc(17px + 0.4vw);}
.xxx_large, h3 {font-size: calc(18px + 0.5vw);}
.x4_large {font-size: calc(19px + 0.65vw);}
.x5_large, h2 {font-size: calc(22px + 0.75vw);}
.x6_large {font-size: calc(26px + 0.9vw);}
.x7_large, h1 {font-size: calc(30px + 1vw);}
.x8_large {font-size: calc(34px + 1.1vw);}
.x9_large {font-size: calc(38px + 1.2vw);}
.x10_large {font-size: calc(42px + 1.3vw);}

@media screen and (min-width: 1800px) {
	
	.large {font-size: 20px;}
	.x_large, h4 {font-size: 22px;}
	.xx_large {font-size: 24px;}
	.xxx_large, h3 {font-size: 27px;}
	.x4_large {font-size: 30px;}
	.x5_large, h2 {font-size: 34px;}
	.x6_large {font-size: 40px;}
	.x7_large, h1 {font-size: 48px;}
	.x8_large {font-size: 56px;}
	.x9_large {font-size: 63px;}
	.x10_large {font-size: 70px;}	
	
}

h1, h2, h3, h4 {
	font-weight: 800;	
	line-height: 1.2em;
	color: #141738;
	text-align: center;
}


p, ol, ul {
	line-height: 1.37em;
}

p a,
ol a,
ul a,
a.classic {
	color: inherit;
    font-weight: inherit;
    cursor: pointer;
    border-bottom: 1px dotted #fcaf1c;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;	
	font-weight: 600;
}

p a:hover,
ol a:hover,
ul a:hover {
	color: #141738;
}


/* -------------------------------------------------------
FORMS
------------------------------------------------------- */

textarea, 
input,
select {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 12px;
    padding: 8px 12px;
    box-sizing: border-box;
	font-family: "eudoxus", sans-serif;
    font-weight: 300;
	font-size: 1em;
    line-height: 1.3em;
	resize: none;
}

textarea {
	font-size: 0.9em;
	line-height: 1.4em;
}

textarea:focus, 
input:focus,
select:focus,
textarea:hover, 
input:hover,
select:hover {
	border: 1px solid #8ec900;
}

button.regular,
button.small,
.button,
.button.regular,
.button.small {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-style: none;
    border-color: transparent;	
	cursor: pointer;
    width: 100%;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
	color: #fff;
	text-align: center;
}

button.regular,
.button.regular {
    border-radius: 40px;
    font-size: 1em;
    line-height: 26px;
    padding: 10px;   
    font-weight: 700;
	max-width: 400px;
}

button.small,
.button.small {
    border-radius: 40px;
    font-size: 0.9em;
    line-height: 20px;
    padding: 6px;
    font-weight: 600;
	max-width: 300px;
}


button.mch_gruen_bg:not(.inactive):hover {background: #7eb300;}

button.red_bg:not(.inactive):hover {background: #e10000;}

label.button {
	display: block;
	text-align: center;
}

label:not(.button) {
    color: #919191;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 14px;
    z-index: 1;
    line-height: 0.8em;
    width: auto;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    pointer-events: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-weight: 400
}

label.small:not(.button) {
    font-size: .9em;
    top: 0;
    background: #fff;
    padding: 4px;
    line-height: 1em
}

.form {
	width: 100%;
	display: flex;
	flex-direction: column;	
	gap: 20px;
}

.form > div {position: relative;}

.input_error {
    border-color: red;
}

/* WebKit, Edge */
::-webkit-input-placeholder {
  color: #ababab;
}
/* Firefox 4-18 */
:-moz-placeholder { 
  color: #ababab;
  opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder { 
  color: #ababab;
  opacity: 1;
}
/* IE 10-11 */
:-ms-input-placeholder { 
  color: #ababab;
}
/* Edge */
::-ms-input-placeholder { 
  color: #ababab;
}
/* MODERN BROWSER */
::placeholder { 
  color: #ababab;
}


/* -------------------------------------------------------
ELEMENTS
------------------------------------------------------- */


.fullscreen_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;	
}

#loading_overlay {
	background: rgb(0 0 0 / 60%);
	z-index: 999999999999999999999999999;
}

#initial_signin_overlay {
	background: linear-gradient(0deg, #faf4dd, #ecfdfd);
}

#initial_signin_overlay .signin_frame_outer {
	width: 50%;
	max-width: 460px;
	min-width: 350px;
	height: 450px;
	background: #fff;
	border-radius: 50px;
	box-shadow: 3px -3px 6px rgb(0 0 0 / 6%), -3px 3px 6px rgb(0 0 0 / 6%), 3px 3px 6px rgb(0 0 0 / 6%), -3px -3px 6px rgb(0 0 0 / 6%);
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	transform: translate(-50%,-50%);
}

#initial_signin_overlay .signin_frame_outer .signin_frame_inner {
	padding-right: 5px;
	margin: 50px 45px 50px 50px;
	height: calc(100% - 100px);
}


#initial_signin_overlay .signin_frame_outer .signin_frame_inner .top_logo_frame {
	margin-bottom: 40px;
	width: 100%; 
	height: 80px;
	position: relative;
}

#initial_signin_overlay .signin_frame_outer .signin_frame_inner .top_logo_frame img {
	width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#initial_signin_overlay .signin_frame_outer .signin_frame_inner .top_logo_frame p {
	font-weight: 600;
    font-size: calc(8px + 0.8vw);
    position: absolute;
    top: 77%;
    left: 75%;
    transform: translate(-50%,-50%);
    color: #fcaf1c;
	line-height: 1em;
}

@media screen and (max-width: 1000px) {
	
	#initial_signin_overlay .signin_frame_outer {
		display: none;
	}	
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ccc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.fas.fa-spinner {
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/* ERROR / CONFIRM / INFO BOXES */

.error_box {
	width: 100%;
	padding: 13px 17px;
	border-radius: 20px;	
	position: relative;
	box-sizing: border-box;
	display: none;
	font-weight: 600;
}

.error_box.visible {
	display: block;
}

.error_box:after {
	content: '';
    position: absolute;
    left: 17px;
    top: 17px;
    font-size: 1em;
    font-weight: 600;
}

.error_box p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.error_box ul {
	margin-bottom: 0px;
	margin-top: 0;
	list-style-type: disc;
}

.error_box p:first-child {
	font-weight: 600;
	letter-spacing: 0.5px;
}

.error_box p:nth-child(2) {
	margin-top: 7px;
}

.error_box {background: #fff0f0;}

.error_box, .error_box p, .error_box ul li {color: #991b1b; text-align: left;}

.error_box .button {
	display: inline-block;
    margin-top: 10px;
}


/* -------------------------------------------------------
COMMON
------------------------------------------------------- */

.transition_200 {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.position_relative {position: relative;}

.text_align_center {text-align: center;}

.hide, .invisible {display: none;}

.cursor_pointer {cursor: pointer;}

.no_scroll {overflow: hidden;}

.flex, .display_flex {display: flex;}

.flex_column {
	display: flex;
    flex-direction: column;
}

.flex_row {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	gap: 10%;
}

.small_shadow {
    box-shadow: 2px -2px 4px rgb(0 0 0 / 6%), -3px 3px 7px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px -2px 4px rgb(0 0 0 / 6%), -3px 3px 7px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px -2px 4px rgb(0 0 0 / 6%), -3px 3px 7px rgb(0 0 0 / 8%);	
}

.rounded_9px {
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.width_100 {width: 100%;}

.margin_top_5 {margin-top: 5px;}
.margin_top_10 {margin-top: 10px;}
.margin_top_20 {margin-top: 20px;}
.margin_top_30 {margin-top: 30px;}
.margin_top_40 {margin-top: 40px;}
.margin_top_50 {margin-top: 50px;}
.margin_top_60 {margin-top: 60px;}

.margin_bottom_5 {margin-bottom: 5px;}
.margin_bottom_10 {margin-bottom: 10px;}
.margin_bottom_20 {margin-bottom: 20px;}
.margin_bottom_30 {margin-bottom: 30px;}
.margin_bottom_40 {margin-bottom: 40px;}
.margin_bottom_50 {margin-bottom: 50px;}
.margin_bottom_60 {margin-bottom: 60px;}

.margin_left_5 {margin-left: 5px;}
.margin_left_10 {margin-left: 10px;}
.margin_left_20 {margin-left: 20px;}
.margin_left_30 {margin-left: 30px;}
.margin_left_40 {margin-left: 40px;}
.margin_left_50 {margin-left: 50px;}
.margin_left_60 {margin-left: 60px;}

.margin_right_5 {margin-right: 5px;}
.margin_right_10 {margin-right: 10px;}
.margin_right_20 {margin-right: 20px;}
.margin_right_30 {margin-right: 30px;}
.margin_right_40 {margin-right: 40px;}
.margin_right_50 {margin-right: 50px;}
.margin_right_60 {margin-right: 60px;}

.margin_5 {margin: 5px;}
.margin_10 {margin: 10px;}
.margin_20 {margin: 20px;}
.margin_30 {margin: 30px;}
.margin_40 {margin: 40px;}
.margin_50 {margin: 50px;}
.margin_60 {margin: 60px;}

.padding_5 {padding: 5px;}
.padding_10 {padding: 10px;}
.padding_20 {padding: 20px;}
.padding_30 {padding: 30px;}
.padding_40 {padding: 40px;}
.padding_50 {padding: 50px;}
.padding_60 {padding: 60px;}

