/* -------------------------------------------------- */
/*    GLOBAL STUFF                                    */
/* -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
}

body {
	font-family: 'CadizWeb', sans-serif;
	text-align: left;
	font-size: 62.5%;  /* 1em = 10px , 1.4em = 14px */
	color: #000;

	-moz-osx-font-smoothing: grayscale;     /* optimize font rendering */
	-webkit-font-smoothing: antialiased;    /* apply font anti-aliasing */
	text-rendering: optimizeLegibility;     /* emphasizes in legibility over rendering speed */
	-moz-font-feature-settings:"kern" 1;    /* turn on kerning, highly recomened */
	-ms-font-feature-settings:"kern" 1;     /* turn on kerning, highly recomened */
	-o-font-feature-settings:"kern" 1;      /* turn on kerning, highly recomened */
	-webkit-font-feature-settings:"kern" 1; /* turn on kerning, highly recomened */
	font-feature-settings:"kern" 1;         /* turn on kerning, highly recomened */
	font-kerning: normal;                   /* turn on kerning, highly recomened */

	font-feature-settings: "liga" on;       /* ligatures: on or off */
	font-feature-settings: "dlig" off;      /* discretionary-ligatures: on or off */
	font-feature-settings: "onum" off;      /* old-style-figures: on or off */
	font-feature-settings: "lnum" off;      /* lining-figures: on or off */
	font-feature-settings: "ss01" off;      /* alternate glyphs: on or off */

}

#all {
	/* background: linear-gradient(to right, #D84c4a 0%, #2e3c78 50%); */
}

#all #bgfade{
	background-color: rgba(245,245,245, 1);
	transition: background-color 1s;
}
#all.loaded #bgfade{
	background-color: rgba(255,255,255, 0);
}

textarea,
input {
	font-family: inherit;
	/* for i0S */
	 border-radius: 0;
	 -webkit-appearance: none;
}



a {
	text-decoration: none;
	color: inherit;
}

a:hover {

}

article,
nav,
aside {
	display: block;
}



/* -------------------------------------------------- */
/*    POSITIONING                                     */
/* -------------------------------------------------- */

.row {

}

.rowmax {

}

.whitebar {
	background: #fff;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 10;
}
.whitebar .rowmax p {
	color: #fff;
	background: linear-gradient(to right, #D84c4a 0%, #2e3c78 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.whitebar .frame p,
#mobnav span,
#navoverlay .navtoggle {
	padding: 0.65em 0.9em;
}
#head {
	top: 0;
}
#main {
	/* background: url('../img/bg-big.png') repeat-x; */
	background-attachment: fixed;
	background-position: 0px center;
	/* transition: background-position-x 0.6s cubic-bezier(0.77, 0, 0.175, 1); */
}


@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
	#main {
		/* background-image: url('../img/bg-big.svg'); */
	}
}

@media (max-height: 768px) {
	#main {
		/* background-image: url('../img/bg-narrow.png'); */
	}
}



#main .frame {
	width: 100%;
	height: 100vh;
	height: calc(100vh - var(--ios-gap, 0px));
	position: relative;
}
/*
#main .box {
	background: #FFF;
	position: absolute;
	left: 35%;
	max-width: 70em;
	width: 63%;
	padding: 1.5em;

	top:50%;
	transform: translateY(-50%);
	overflow-y: auto;
	max-height: 70vh;
}*/
#main .box {
	background: #FFF;
	position: relative;
	margin-left: 35%;
	margin-right: 2%;
	max-width: 70em;

	padding: 1.5em;

	top:50%;
	-webkit-transform: translate(0,-50%);
	transform: translateY(-50%);
	overflow-y: auto;
	max-height: 70vh;
}

#main .frame-layout-1 .box {
	margin-left: 11.5%;
	padding-left: 25%;
	background: 3% bottom no-repeat #fff;
	background-attachment: static;
	background-size: 30% auto;
}

#main .frame-layout-1 .box img {
	display: none;
}
#footer {
	bottom: 0;
}



.slick-slider {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}


.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:0 none transparent;
	background: transparent;
	margin-bottom: 0;

}
/*
#main .frame {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

#main .frame:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#main .box {
	cursor: default;
}

#main .box h2,
#main .box h3,
#main .box p {
	cursor: text;
}
*/

/*  #####  HEAD ELEMENTS  #####  */



#mainnav {

}
u {
	text-decoration: none;
}



/*  #####  PAGE ELEMENTS  #####  */





/*  #####  FOOTER ELEMENTS  #####  */






/* -------------------------------------------------- */
/*    NAVIGATION                                      */
/* -------------------------------------------------- */

#mainnav span::before {
	content: '';
	padding: 0 0.75em;
}
#mainnav .sep-0::before {
	content: '—';
}
#mainnav .sep-1::before {
	content: ' | ';
}
#mainnav .sep-3::before {
	padding: 0;
}


@supports not (-webkit-overflow-scrolling: touch) {
	/* CSS for other than iOS devices */
	#mainnav a {
		padding-bottom: 4em;
		background: url('../img/actnav.svg') center no-repeat;
		background-position: 50% 30px;
		background-size: 0% auto;
		transition: background-size 0.6s;
	}

	#mainnav a.act{
		background-size: 100% auto;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS for iOS devices */
	#mainnav a {
		padding-bottom: 4em;
	}

	#mainnav a.act{
		background: url('../img/actnav.svg') center no-repeat;
		background-position: 50% 30px;
		background-size: 100% auto;
	}
}


#mainnav svg {
	cursor: pointer;
}


.navtoggle {
	display: none;
	-webkit-text-fill-color: #4a3d72;
}

#navoverlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s;
}
#navoverlay .navtoggle {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M0,0 24,24 M0,24 24,0' stroke='%23D84c4a' stroke-width='1.2' /></svg>") 14px center no-repeat;
	background-size: 24px 24px;
	color: #4a3d72;
}
#mobnav {
	background: linear-gradient(to right, #D84c4a 0%, #2e3c78 50%);
	color: #fff;
	text-align: center;
	min-height: 100vh;
	padding-top: 45px;
	box-sizing: border-box;
}

#mobnav .items span {
	display: block;
	border-bottom: 1px solid #fff;
}

#mobnav .items span.sep-1 {
	margin-top: 45px;
}
#mobnav .items span.sep-1 + span.sep-1 {
	margin-top: 0px;
}

#mobnav .box {
	padding: 45px 0;
}
#mobnav em {
	color: transparent;
	height: 1px;
	display: block;
}

#footer em {
	font-style: normal;
}
/* -------------------------------------------------- */
/*    CONTENT DESIGN                                  */
/* -------------------------------------------------- */

h1,h2,h3 {
	font-size: 4em;
	line-height: 1.1em;
	font-weight: 700;
	padding-top: 0.5em;
	padding-bottom: 0.8em;
	color: #2e3c78;
}
b,strong {
	font-weight: 700;
}

.box h2::-webkit-selection,
.box h3::-webkit-selection,
.box p::-webkit-selection {
	background: #D84c4a;
	color: #fff;
}

.box h2::-moz-selection,
.box h3::-moz-selection,
.box p::-moz-selection {
	background: #D84c4a;
	color: #fff;
}

.box h2::selection,
.box h3::selection,
.box p::selection {
	background: #D84c4a;
	color: #fff;
}


#main .box a {
	color:rgb(148, 70, 94);
	transition: color 0.3s;
}

#main .box a:hover {
	color: #D84c4a;
}

span.spamprotection{
	display: none;
}

.frame p,
.frame li {
	font-size: 2em;
	line-height: 1.5em;
	padding-bottom: 0.8em;
	color: #2e3c78;
}

.frame li{
	margin-left: 1em;
}

#head p,
#footer p,
#navoverlay p,
#navoverlay u {
	font-size: 1.6em;
	line-height: 1.5em;
}

textarea,
input {
	font-size: inherit;
}
input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #DDD;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #888;
}

.ce-intext .ce-gallery{
	max-width: 50%;
}

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

@media (min-width: 1600px){
	#main .frame-layout-1 .box {
		padding-left: 40em;
		margin-left: calc(35% - 40em);
	}
}
