






/*

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////// BITTE NICHT DIESES STYLESHEET BEARBEITEN, SONDERN DAS CUSTOM CSS "FLATFINDER" IN WORDPRESS ///////////////////////////////////////
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

*/




/*


@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,700&display=swap');



* {
	font-family: 'Montserrat', Arial, sans-serif !important;	
}


html {
}
body {
	text-align: center;	
	height: 100vh !important;
	overflow: hidden !important;
	padding: 0;
	margin: 0;
    font-size: 1em !important;
	background: #ffffff !important;
}

#loadingscreen {
	position: absolute;
	width: calc(100vw - 20px);
	height: 100vh;
	z-index: 10;
	background: url('../images/BackgroundImage.jpg') no-repeat left top;
	background-size: 100%;
	transition: all 0.5s ease;
	opacity: 1;
	text-align: left;
	padding: 10px;
}

div.rtimg {
	width: 100%;	
}

div.rtimg img {
	width: 100%;
	margin-left: 10px;
	height: auto;
	margin-top: 14.5vw;
	margin-bottom: 10px;
}
#loadingscreen h2 {
	color: #41c5c7;
	margin-top: 80px;
	margin-bottom: 50px;
	font-size: 34px;
}
#loadingscreen p {
	color: #ffffff;
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0em;
}
#loadingscreen p.testen {
	font-size: 1.4em !important;
	margin-top: -8px;
	text-align: center;
	padding-top: 20px;
	border-top: #41c5c7 1px solid;
}
#loadingscreen ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#loadingscreen li {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
#loadingscreen li:before {
	content: "\2022";
	display: inline-block;
	color: #41c5c7;
	line-height: 1.6em;
	width: 1.2em;
	padding-left: 0.5em;
	position: relative;
}
#loadingscreen .blue {
	color: #41c5c7;
	font-weight: bold;
}
#loadingscreen #loadergraphic {
	width: 50px;
	height: 50px;
}
#loadingscreen #startgraphic {
	display: none;	
	width: 50px;
	height: 50px;
}
.loadercontainer {
	margin-left: calc(50vw - 70px);
	width: 60px;
	height: 60px;
	padding: 5px;
	background: url('../images/Loader_BG.png') no-repeat;
}

@media only screen and (orientation: landscape) {	
	#loadingscreen { background: url('../images/BackgroundImage_landscape.jpg') no-repeat left top; background-size: cover; }
	div.rtimg { margin-left: 50vw; width: 50vw; height: auto; margin-top: 10vh; }
	div.rtimg img { margin-top: 0; margin-bottom: 0; }
	#loadingscreen ul { margin-left: 50vw; margin-top: -10px; }
	#loadingscreen li { padding-top: 0; padding-bottom: 0; }
	#loadingscreen p:not(.testen) { height: 0.6em; }
	#loadingscreen p.testen { width: 50vw; margin-left: 50vw; border: none; text-align: left; padding-left: 40px; }
	.loadercontainer { position: absolute; bottom: 36px; }
}

@media only screen and (min-width: 900px) {
	#loadingscreen p.testen { padding-left: 10px; font-size: 1.6em !important; }
	#loadingscreen li { font-size: 1.4em !important; }
}
@media only screen and (min-height: 500px) {
	#loadingscreen p.testen { padding-left: 10px; }
}
@media only screen and (min-width: 900px) and (min-height: 500px) and (orientation: landscape) {
	.loadercontainer { position: relative; top: -50px; left: 45px; }
	#loadingscreen p.testen { padding-left: 85px; margin-top: 20px; }
}
@media only screen and (orientation: portrait) and (max-aspect-ratio: 828/1792) {
	#loadingscreen { background-size: cover; }
}

#configoverlay {
	background-color: #ffffff;
	width: 100vw;
	height: 120px;
	position: absolute;
	bottom: 0;
	display: block;
	color: #bbbbbb;	
	padding-bottom: 0;
	text-align: left;
	transition: all 0.5s ease;
	font-size: 15px !important;
}
#configoverlay .blue {
	color: #41c5c7;
	display: inline-block;
	margin-left: 28px;
	margin-top: 8px;	
}


@media only screen and (max-width: 767px) {	
	#configoverlay { height: 190px !important; text-align: center !important; bottom: 0 !important; }
}

#slidercontainer {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.sliderbox {
	margin: 20px !important;
	color: #222222 !important;
	width: calc(33% - 40px) !important; 
	display: inline-block !important;
}
.sliderbox span {
	color: #222222 !important;
	padding-bottom: 10px !important;	
}
.slidergraphic {
	margin-top: 10px !important;
	width: calc(100% - 12px) !important;
	margin-left: 6px !important;	
}

@media only screen and (max-width: 767px) {	
	.sliderbox { width: calc(100% - 60px) !important; margin-top: 15px !important; margin-bottom: 4px !important; margin-left: 32px !important; }
	.sliderbox span { padding-bottom: 5px !important; }
	.slidergraphic { margin-top: 1px !important; }
}



.noUi-horizontal {
    height: 6px !important;
}
.noUi-connect {
    background: #575757 !important;
}
.noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
	right: -9px !important;
	border: none !important;
    top: -6px !important;
	box-shadow: none;
    background: #b8993c !important;
	border: #ffffff 1px solid;
	border-radius: 18px;
}

@media only screen and (max-width: 767px) {	
	.noUi-horizontal { height: 10px !important; }
	.noUi-horizontal .noUi-handle { width: 30px !important; height: 22px !important; top: -7px !important; }
}



.noUi-touch-area {
	width: 300%;
	height: 300%;
	position: relative;
	left: -100%;
	top: -100%;	
}
.noUi-target {
    background: #444444;
    border-radius: 2px;
    border: 1px solid #999999;
	box-shadow: none;
}
.noUi-handle::before, .noUi-handle::after {
    display: none !important;
}

#configform {
	padding-top: 5px;
	font-size: 0.9em;	
}
#configform form, #configform form input {
	margin: 0;
	padding: 0;	
}
#configform span {
	padding: 0 10px 0 5px;	
}
@media only screen and (max-width: 767px) {	
	#configform form { margin-top: 10px; }
}

#togglebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	height: 30px;
}
#togglebar a {
	position: absolute;
	top: 8px;	
	right: 15px;
}
#togglebar #openconfig {
	display: none;
	top: 5px;		
}
#notice {
	position: absolute;
	top: -200px;
	left: 0;
	width: calc(100% - 20px);
	color: #98e295;
	background: rgba(0,0,0,0.8);
	padding: 15px 10px;
	transition: all 0.3s ease;	
}
#notice img {
	margin-top: 10px;	
}



#resetconfig {
	position: absolute;
	top: -24px; 
	right: 22px;
	z-index: 999;
	display: block;
	font-size: 0.9em;
}
#resetconfig a {
	background: #b8993c;
	color: #ffffff;
	padding: 5px 8px;
	text-decoration: none;
}

@media only screen and (max-width: 767px) {	
	#resetconfig { right: 0; }
}


*/


/* FLATWHITE / MYEXPOSE OVERRIDES ------------------------------------------------------------------------------------------------------- */

/*
.loadercontainer {
	margin-top: calc(50vh - 40px);
	margin-left: calc(50vw - 40px);
}
#loadingscreen { background: #ffffff !important; }
#loadingscreen div.rtimg { display: none !important; }
#loadingscreen ul { display: none !important; }
#loadingscreen p { display: none !important; }
.loadercontainer { background: #ffffff !important; }
#notice { display: none !important; }
#togglebar { display: none !important; }
#configform input { margin-left: 20px !important; margin-top: 0px !important; }
#configform span { color: #222222; }
@media only screen and (max-aspect-ratio: 1/1) {
	
	.sliderbox .slidergraphic { margin-top: 5px; }
	#configform { margin-top: 0; padding-top: 0; }
}


*/






