html {
	scroll-behavior: smooth;
}
hml, body {
	font-family: 'Merriweather Sans';
  	font-style: normal;
  	font-weight: 400;
	font-size:16px;
	line-height:26px;
	color:#283747;
}
p {
	margin:0;
	padding:0;
}
a {
	color: #01B7F2;
	text-decoration:none;
}
b, strong {
	font-family: 'Merriweather Sans';
  	font-style: normal;
  	font-weight: 700;
}
h1 {
	font-family: 'Abhaya Libre';
  	font-style: normal;
  	font-weight: 700;
  	font-size:38px;
  	line-height:48px;
}
h2 {
	font-family: 'Abhaya Libre';
  	font-style: normal;
  	font-weight: 700;
  	font-size:38px;
  	line-height:48px;
}
h3 {
	font-family: 'Merriweather Sans';
  	font-style: normal;
  	font-weight: 600;
  	font-size:24px;
  	line-height:32px;
}
h4 {
	font-size:20px;
	line-height:26px;
}
h5 {
	font-size:16px;
	line-height:26px;
}
header, main,figure, ul, ol,
h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}
iframe {
	border:none;
}
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.smallfont {
	font-size:13px;
	line-height:20px;
}
ul, .ce-intext.ce-left ul {
	padding-left:16px;
}
.wrapper {
	width:1180px;
	margin:0 auto;
	position:relative;
	padding-top:1px;
}

.button-yellow {
  background: transparent linear-gradient(270deg, var(--unnamed-color-fdb714) 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #FDB714 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 52px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 26px;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-right:26px;
}
.frame-space-before-extra-small { margin-top: 16px; }
.frame-space-before-small { margin-top: 32px; }
.frame-space-before-medium { margin-top: 48px; }
.frame-space-before-large { margin-top: 64px; }
.frame-space-before-extra-large { margin-top: 80px; }
.frame-space-after-extra-small { margin-bottom: 16px; }
.frame-space-after-small { margin-bottom: 32px; }
.frame-space-after-medium { margin-bottom: 48px; }
.frame-space-after-large { margin-bottom: 64px; }
.frame-space-after-extra-large { margin-bottom: 80px; }


@media only screen and (max-width: 1180px) {
	body {
		hyphens:auto;
	}
	.wrapper {
		width:100vw;
		padding:1px 20px 0;
		box-sizing:border-box;
	}
}
@media only screen and (max-width: 1070px) {

	.wrapper {
		overflow:hidden;
	}
}
@media only screen and (max-width: 980px) {
	.frame-space-before-extra-small { margin-top: 8px; }
	.frame-space-before-small { margin-top: 16px; }
	.frame-space-before-medium { margin-top: 32px; }
	.frame-space-before-large { margin-top: 48px; }
	.frame-space-before-extra-large { margin-top: 64px; }
	.frame-space-after-extra-small { margin-bottom: 8px; }
	.frame-space-after-small { margin-bottom: 16px; }
	.frame-space-after-medium { margin-bottom: 32px; }
	.frame-space-after-large { margin-bottom: 48px; }
	.frame-space-after-extra-large { margin-bottom: 64px; }
}
@media only screen and (max-width: 680px) {
	.frame-space-before-extra-small { margin-top: 4px; }
	.frame-space-before-small { margin-top: 8px; }
	.frame-space-before-medium { margin-top: 16px; }
	.frame-space-before-large { margin-top: 32px; }
	.frame-space-before-extra-large { margin-top: 48px; }
	.frame-space-after-extra-small { margin-bottom: 4px; }
	.frame-space-after-small { margin-bottom: 8px; }
	.frame-space-after-medium { margin-bottom: 16px; }
	.frame-space-after-large { margin-bottom: 32px; }
	.frame-space-after-extra-large { margin-bottom: 48px; }
}
/* * * * * * * * * * * * * * * * * * Meta * * * * * * * * * * * * * * * * * */
.meta {
	background-color:#009CCE;
	color:#ffffff;
	height:40px;
	line-height:40px;
}
.meta .wrapper {
	padding-top:0;
}
.meta a {
	color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
}
.meta .text-with-icon a img {
	vertical-align: text-bottom;
	display:inline-block;
}
.meta .frame-layout-10 {
	display:inline-block;
	vertical-align: top;
	margin-right:20px;
}
.meta .link-asienreisen {
	display:inline-block;
	vertical-align: top;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	background: transparent linear-gradient(180deg, #FDB714 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	border-radius: 20px;
}
.meta .link-asienreisen:hover {
	background: transparent linear-gradient(270deg, var(--unnamed-color-fca107) 0%, #ff881e 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #fca107 0%, #ff881e 100%) 0% 0% no-repeat padding-box;
}
.meta .link-asienreisen p {
	margin:0;
	padding:0 15px;
}

@media only screen and (max-width: 1070px) {
	.meta {
		height: auto;
		line-height:26px;
		font-size:16px;
	}
	.meta a  {
		text-transform:initial;
	}
}
@media only screen and (max-width: 980px) {
	.meta .text-with-icon a img {
		display:none;
	}
}
/* * * * * * * * * * * * * * * * * * Navigation * * * * * * * * * * * * * * * * * */

.navigation .wrapper {
	display:flex;
	flex-wrap:wrap;
}
.navigation .srp-logo {
	margin-top:13px;
	z-index:800;
}
.navigation .menu-subpages {
	display:flex;
	list-style-type: none;
	margin-left:50px;
}
.navigation .menu-subpages li {
	margin-right:25px;
	line-height:84px;
}
.navigation .menu-subpages li a:hover {
	color:#01B7F2;
}
.navigation .menu-subpages li.mainMenu-1st-active > a {
	color:#01B7F2;
}
.navigation .menu-subpages li.mainMenu-2nd-active > a {
	color:#01B7F2;
}
.navigation .menu-subpages > li:last-child {
	margin-right:0;
}
.navigation .menu-subpages li ul li {
	margin-right:0;
	line-height:40px;
}
.navigation .menu-subpages li a {
	font-size:20px;
	color:#2D3E52;
	text-decoration: none;
}

.navigation .corona-hint .wrapper {
	display:block;
}
.corona-hint {
	background-color:#C5DEEF;
	text-align:center;
	height:40px;
	line-height:40px;
	margin-top:-84px;
}
.corona-hint a {
	color:#2D3E52;
	text-decoration: none;
	display:inline-block;
	margin:0 auto;
}
.mainMenu-1st {
	position:relative;
}
.submenu-box {
	background-color:rgb(255,255,255);
	/*
	-webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
	*/
	top:-9000px;
	position:absolute;
	left:-20px;
	box-sizing:border-box;
	padding:0px 20px 20px 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index:500;
	opacity: 0;
	transition: opacity 1s;
}
#mainMenu-1st-17 .submenu-box {
  	width: 260px;
}
.mainMenu-1st:hover .submenu-box {
	top:80px;
	opacity: 1;
}
#mainMenu-1st-14 .menu-level-2 {/* Individual */
	width:250px;
}
.menu-level-2 {
	list-style-type:none;
}
#mainMenu-1st-15 .menu-level-2:not(.submenu-countries) { /* Countries */
	width:190px;

}
#mainMenu-1st-15 .menu-level-2 li:first-child {
	/*
	position:absolute;
	top:0px;
	left:20px;
	*/
}

#mainMenu-1st-15 .menu-level-2 li {
	/*min-width:140px;*/
}

.navigation .submenu-countries {
	display:flex;
	list-style-type:none;
	flex-wrap:wrap;
	width:536px;
	column-gap:10px;
	padding-left:230px;
	box-sizing:border-box;
}

.navigation .menu-subpages .submenu-countries li {
	width:calc(50% - 10px);
}
/*.navigation .menu-subpages li ul.submenu-countries li.country-menu-18,
.navigation .menu-subpages li ul.submenu-countries li.country-menu-36,
.navigation .menu-subpages li ul.submenu-countries li.country-menu-68*/
.navigation .menu-subpages li ul .mainMenu-2nd.longtext,
.navigation .menu-subpages li ul.submenu-countries li.longtext { /* Extra class for long menu points to reduce line-height */
	hyphens:auto;
  	line-height: 24px;
}

.navigation .submenu-traveltypes {
	display:flex;
	list-style-type:none;
	flex-wrap:wrap;
	width:400px;
	column-gap:10px;
}
.navigation .menu-subpages .submenu-traveltypes li {
	width:calc(50% - 10px);
	line-height:24px;
	padding:10px 0;
}
.navigation .menu-subpages li .arrow {
	display:none;
}
.mobile-meta {
	display:none;
	width:100%;
	box-sizing:border-box;
}
.hamburger {
	display:none;
	width:40px;
	height:38px;
	border-radius:4px;
	background: transparent linear-gradient(180deg, #FDB714 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	position:absolute;
	top:30px;
	right:20px;
	cursor:pointer;
}
.hamburger div {
	width:32px;
	height:4px;
	margin:6px 4px;
	background-color:white;
}

@media only screen and (max-width: 1180px) {
	#mainMenu-1st-15 .submenu-box {
		left:-170px;
	}
	#mainMenu-1st-16 .submenu-box {
		left:-150px;
	}
	#mainMenu-1st-17 .submenu-box {
		left:-90px;
	}
}

@media only screen and (max-width: 1070px) {
	.corona-hint {
		text-align:right;
		height:26px;
		line-height:26px;
	}
	.hamburger {
		display:block;
	}
	#mainMenu-1st-15 .submenu-box {
		left:0;
	}
	#mainMenu-1st-16 .submenu-box {
		left:0;
	}
	#mainMenu-1st-17 .submenu-box {
		left:0;
	}
	.navigation .menu-subpages {
		display:block;
		max-height: 0px;
    	transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
		overflow:hidden;
		margin-top:20px;
		margin-bottom:90px;
		
	}
	.navigation .menu-subpages li.mainMenu-1st-children .arrow,
	.navigation .menu-subpages li#mainMenu-1st-16 .arrow {
		display:initial;
		position:absolute;
		top:13px;
		right:0;
		transform: rotate(00deg);
		transfor-origin:center;
		transition:transform 0.5s;
	}
	.navigation .menu-subpages li.mainMenu-1st-children.mobileactive .arrow,
	.navigation .menu-subpages li#mainMenu-1st-16.mobileactive .arrow {
		transform: rotate(180deg);
	}
	.navigation .menu-subpages.active {
		display:block;
		max-height: 9999px;
    	transition-timing-function: cubic-bezier(0.5, 0, 1, 0); 
    	transition-delay: 0s;
		overflow:hidden;
	}
	.navigation .menu-subpages li {
		line-height:39px;
		margin-right:0;
	}
	.navigation .menu-subpages li a {
	  display: inline-block;
	  height: 100%;
	  width: 100%;
	}
	.mainMenu-1st:hover .submenu-box {
		top:auto;
		opacity: 1;
	}
	.submenu-box {
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  top: auto;
	  position: relative;
	  left: auto;
	  box-sizing: border-box;
	  border-bottom-right-radius: 0;
	  border-bottom-left-radius: 0;
	  z-index: 500;
	  opacity: 1;
	  transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
	  max-height:0;
	  overflow:hidden;
	  padding:0;
	}
	.mobileactive .submenu-box {
		max-height: 9999px;
    	transition-timing-function: cubic-bezier(0.5, 0, 1, 0); 
    	transition-delay: 0s;
	}
	.navigation .submenu-countries {
		display:block;
		width:auto;
		padding-left:16px;
	}
	.navigation .menu-subpages .submenu-countries li {
	  width: auto;
	}
	#mainMenu-1st-15 .submenu-box {
		padding-bottom:0;
	}
	
	
	.navigation .submenu-traveltypes {
	  display: block;
	  width: auto;
	}
	.navigation .menu-subpages .submenu-traveltypes li {
	  width: auto;
	}
	
}
@media only screen and (max-width: 768px) {
	.srp-logo img {
		width:150px;
		height:auto;
	}
	.corona-hint { 
		margin-top:-36px;
		font-size:14px;
	}
}
@media only screen and (max-width: 650px) {
	.corona-hint { 
		margin-top:-36px;
		font-size:12px;
	}
}
@media only screen and (max-width: 590px) {
	.corona-hint { 
		margin-top:-4px;
	}
}
@media only screen and (max-width: 560px) {
	.srp-logo img {
		width:120px;
		height:auto;
	}
	.navigation .menu-subpages {
	  margin-left: 10px;
	}
}
@media only screen and (max-width: 460px) {
	.srp-logo {
		/*width:100%;
		text-align:center;*/
	}
	
	.navigation .menu-subpages {
	  	margin: 0;
	  	padding:0;
	  	width:calc(100vw - 40px);
	}
	.navigation .menu-subpages > li:first-child {
		margin-top:20px;
	}
	.navigation .menu-subpages > li:last-child {
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 440px) {
	.corona-hint { 
		height:auto;
		min-height:26px;
		line-height:16px;
		padding:4px 0;
	}
}
/* * * * * * * * * * * * * * * * * * Header * * * * * * * * * * * * * * * * * */

.header {
	text-align:center;
	background-size: cover;
	background-position:50% -150px;
	padding-top:110px;
	color:white;
	background-color: #EAF3FC;
	
}
.page-1 .header {
	background-color: white;
}
.backend-layout-7 .header{
	padding-bottom:110px;
	margin-bottom:0px;
}
.headertext h1 {
	font-weight:500;
	font-size:80px;
  	line-height:90px;
  	margin-bottom:20px;
  	text-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}
.headertext h2 {
	font-family: 'Merriweather Sans';
  	font-style: normal;
  	font-weight: 300;
  	font-size:30px;
  	line-height:28px;
  	text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

.header .headerslogans {
	color:#283747;
	display:flex;
	background-color:white;
	border-radius: 30px;
	margin-top:220px;
	margin-bottom:-120px;
	position:relative;
	z-index:1;
}
.header .frame-layout-86 {
	margin:60px 20px;
	width:calc(25% - 40px);
}

.breadcrumb {
	background-color:#EAF3FC;
	padding-top:52px;
	padding-bottom:26px
}
.breadcrumb-menu {
	line-height:40px;
	color:#7E8FA2;
	text-transform:uppercase;
	font-size:14px;
}
.breadcrumb-menu a {
	color:#7E8FA2;
	text-decoration:none;
}
@media only screen and (max-width: 580px) {
	.breadcrumb-menu {
		line-height:24px;
	}
}



.header .wedding-travels,
.header .inquiry {
	color:black;
}

.header .wedding-travels .container-3cols h2,
.header .inquiry .container-4cols h2 {
	text-shadow:none;
	color:#FDB714;
}
.header .wedding-travels .container-3cols h2,
.header .wedding-travels .container-3cols h3,
.header .inquiry .container-4cols h2,
.header .inquiry .container-4cols h3 {
	font-family: 'Abhaya Libre';
  	font-style: normal;
  	font-weight: 700;
  	font-size:38px;
  	line-height:48px;
}
@media only screen and (max-width: 1180px) {

	.page-1 .header {
		background-color: #EAF3FC;
	}
	.header .headerslogans {
		hyphens:auto;
	}
	.header .headerslogans {
		margin-bottom:0;
	}
	main.page-1 {
	  padding-top: 40px;
	}
}
@media only screen and (max-width: 980px) {
	.headertext h1 {
		font-size:70px;
		line-height:80px;
	}
	.headertext h2 {
		font-size:30px;
		line-height:40px;
	}
	.header .headerslogans {
		flex-wrap: wrap;
	}
	.header .headerslogans .frame-layout-86 {
	  	width: calc(50% - 40px);
	}
}
@media only screen and (max-width: 680px) {
	#header {
		padding-top:40px;
	}
	.headertext h1 {
		font-size:50px;
		line-height:60px;
	}
	.headertext h2 {
		font-size:26px;
		line-height:40px;
	}
	.header .headerslogans {
		margin-top:100px;
	}

	.header .headerslogans .frame-layout-86 {
	  	width: calc(100% - 40px);
	  	margin:20px;
	}
}

/* * * * * * * * * * * * * * * * * * Main * * * * * * * * * * * * * * * * * */

.main-backend-layout-default,
.main-backend-layout-4 {
	padding-top:70px;
}
main {
	background-color:#EAF3FC;
	position:relative;
	padding-bottom:100px;
	z-index:0;
}
main .wrapper {
	position:relative;
}
main.page-1 {
	padding-top:150px;
}
.main-backend-layout-7 {
	padding-top:60px;
}

.frame-type-div hr {
	border-top:none;	
	
}
.wrapper-aside {
	display:flex;
	column-gap: 20px;
	row-gap: 20px;
}
.wrapper-aside .content-left {
	width:780px;
}
.wrapper-aside #aside-right {
	width:380px;
}

.frame-layout-5 { /* white background, round corner */
	background-color:white;
	border-radius:18px;
	padding:30px;
}

.consult-icon {
	position:absolute;
	top:0;
	right:0;
	transform:rotate(10deg);
	z-index:100;
}
.rte-button {
	margin:13px 13px 13px 0;
}
.rte-button:hover {
	background-color:#01B7F2;
	color:white;
}
.rte-button:hover a {
	color:white;
}
.blue.rte-button {
	background-color:#01B7F2;
	color:white;
}
.blue.rte-button a {
	color:white;
}

/* Image */
main .wrapper .frame-type-image img:not(.image-svg) {
	width:100%;
}
.frame-layout-31 img {
	border-radius:18px;
}

/* Round corners, white background */
.frame-layout-33 {
	border-radius:18px;
	background-color:white;
	overflow:hidden;
}
.frame-layout-33 .ce-intext.ce-left .ce-gallery {
	margin-bottom:0;
	margin-right:26px;
}
.frame-layout-33 .ce-bodytext {
	padding-top:8px;
}
.ce-image .image img {
	height: auto;
}

@media only screen and (max-width: 1140px) {
	.container-2cols .container-col .frame-layout-33 .ce-intext.ce-left .ce-gallery {
		width:40%;
	}
	.container-2cols .container-col .frame-layout-33 .ce-intext.ce-left .ce-gallery img {
		width:100%;
		height:auto;
	}
}
@media only screen and (max-width: 400px) {
	.container-2cols .container-col .frame-layout-33 .ce-intext.ce-left .ce-gallery {
		width:30%;
	}
}


@media only screen and (max-width: 1180px) {
	.consult-icon {
	  right: auto;
	  top: auto;
	  position: relative;
	  
	  float: right;
	}
	main.page-1 {
	  padding-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.main-backend-layout-default,
	.main-backend-layout-4 {
		padding-top:30px;
	}
}
@media only screen and (max-width: 680px) {
	.consult-icon {
	  	position: relative;
	  	top: auto;
	  	right: auto;
	  	float:right;
	}
}

@media only screen and (max-width: 580px) {
	h1 {
	  font-family: 'Abhaya Libre';
	  font-style: normal;
	  font-weight: 700;
	  font-size: 30px;
	  line-height: 40px;
	}
	.consult-icon {
		width:100px;
		height:auto;
	}
	.consult-icon img {
		width:100%;
		height:auto;
	}
	.container.frame-layout-42 {
		width:100%;
	}
}


/* * * * * * * * * * * * * * * * * * Aside * * * * * * * * * * * * * * * * * */

#aside-right {
	background-color:white;
	border-radius:18px;
}

#aside-right > .frame-type-header {
	background: transparent linear-gradient(270deg, var(--unnamed-color-fdb714) 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #FDB714 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	padding:18px 26px 36px;
	color:white;
}
#aside-right > .frame-type-form_formframework {
	background-color:white;
	border-radius:18px;
	margin-top:-18px;
	padding:26px;
}
@media only screen and (max-width: 1180px) {
	.wrapper-aside .content-left {
		width:calc(100% - 380px);
	}
}
@media only screen and (max-width: 820px) {
	.wrapper-aside {
	  	display: block;
	}
	.wrapper-aside .content-left {
	  width: 100%;
	}
	.wrapper-aside #aside-right {
	  	width: 100%;
	  	margin-top:52px;
	}
}

/* * * * * * * * * * * * * * * * * * Form * * * * * * * * * * * * * * * * * */

#aside-right .frame-type-form_formframework legend {
	font-weight:700;
	display:block;
	width:100%;
	color:#01B7F2;
}
#aside-right .frame-type-form_formframework .form-fieldset legend::after {
	content:'';
	background-image:url("/typo3conf/ext/hjuroot/Resources/Public/Icons/arrow.svg");
	display:inline-block;
	width:16px;
	height:16px;
	float:right;
	margin-top:3px;
	transform: rotate(00deg);
	transfor-origin:center;
	transition:transform 0.5s;
}
#aside-right .frame-type-form_formframework .form-fieldset.active legend::after {
	transform: rotate(180deg);
}
#aside-right .frame-type-form_formframework fieldset {
	border:none;
	padding:0;
	margin:0;
}
#aside-right .frame-type-form_formframework input[type="text"],
#aside-right .frame-type-form_formframework input[type="date"],
#aside-right .frame-type-form_formframework input[type="number"],
#aside-right .frame-type-form_formframework input[type="tel"],
#aside-right .frame-type-form_formframework input[type="email"] {
	margin:13px 0;
	padding:0 26px;
	border:none;
	width:100%;
	background-color:#EAF3FC;
	line-height: 52px;
	border-radius: 26px;
}
#aside-right .frame-type-form_formframework textarea {
	width:100%;
}
#aside-right .frame-type-form_formframework input[type="submit"],
#aside-right .frame-type-form_formframework button[type="submit"] {
	background: transparent linear-gradient(270deg, var(--unnamed-color-fdb714) 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #FDB714 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	color:white;
	font-weight:600;
	width:100%;
	text-align:center;
	line-height: 52px;
	margin-top:26px;
	padding: 0 15px;
	box-sizing:border-box;
	border-radius: 26px;
	border:none;
	cursor:pointer;
}
#aside-right .frame-type-form_formframework input[type="submit"]:hover,
#aside-right .frame-type-form_formframework button[type="submit"]:hover {
	background: transparent linear-gradient(270deg, var(--unnamed-color-fca107) 0%, #ff881e 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #fca107 0%, #ff881e 100%) 0% 0% no-repeat padding-box;
}
#aside-right .frame-type-form_formframework input[type="range"],
#aside-right .frame-type-form_formframework select {
	width:100%;
}	
#aside-right .frame-type-form_formframework .rangecount {
	float:right;
	text-align:right;
	margin-top:-26px;
}

#aside-right .frame-type-form_formframework input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background-color: #C5DEEF;
    border-radius: 50%;
    border:none;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

#aside-right .frame-type-form_formframework input[type="checkbox"]:checked {
    background-color: gray;
}
#aside-right .frame-type-form_formframework .form-group {
	margin:13px 0;
}


.form-Individual .form-group .radio {
	display:inline-block;
	margin-right:10px;
}

#aside-right .frame-type-form_formframework .form-fieldset {
	padding:13px 0;
	border-bottom:1px solid black
}
#aside-right .frame-type-form_formframework .form-fieldset legend {
	cursor:pointer;
	padding-top:13px;
}
#aside-right .frame-type-form_formframework .fieldset-content {
	display:none;
}
#aside-right .frame-type-form_formframework .form-fieldset:first-of-type .fieldset-content {
	display:block;
}
#aside-right .country-for-form {
	display:none;
}


.form-Individual .help-block {
  font-size: 13px;
  font-weight: 300;
}






/* * * * * * * * * * * * * * * * * * Container * * * * * * * * * * * * * * * * * */


/* 4 Cols */
.container-4cols-header {
	margin-bottom: 42px;
}
.container-4cols {
	display:flex;
	gap: 30px;
}
.container-4cols .container-col {
	width:25%;
}
.container.step-4-step .container-4cols h2 {
	color:#FDB714;
}
.container.step-4-step .container-4cols h3 {
	font-family: 'Abhaya Libre';
	font-size:38px;
	line-height:42px;
}

/* 2 Cols */
.container.frame-layout-41 {
	width:70%;
}
.container.frame-layout-42 {
	width:80%;
}
@media only screen and (max-width: 580px) {
	.container.frame-layout-42 {
		width:100%;
	}
}
.container-2cols {
	display:flex;
	gap: 30px;
}
.container-2cols .container-col {
	width:50%;
}
/* 3 Cols */
.container-3cols {
	display:flex;
	flex-wrap:wrap;
	gap: 30px;
}
.container-3cols .container-col {
	width:calc(33.3% - 20px);
}

/* Team */
.container.team .ce-intext.ce-left .ce-gallery {
	margin-right:60px;
}

.container.team .ce-intext.ce-left .ce-gallery img {
	border-radius:50%;
}
@media only screen and (max-width: 400px) {
	.container.team .ce-intext.ce-left .ce-gallery {
		margin-right:10px;
	}
}

/* Philosophy */
.container.philosophy .ce-intext.ce-left .ce-gallery {
	margin-right:50px;
}

@media only screen and (max-width: 980px) {
	.container-4cols {
		flex-wrap:wrap;
	}
	.container-4cols .container-col {
	  width: calc(50% - 15px);
	}
}
@media only screen and (max-width: 860px) {
	.container-3cols .container-col {
		width:calc(50% - 20px);
	}
}
@media only screen and (max-width: 680px) {
	.container-2cols {
		display:block;
	}
	.container-2cols .frame-layout-5 {
		margin-bottom:26px;
	}
	.container-2cols .container-col {
	  width: 100%;
	}
	.container-3cols .container-col {
		width:calc(100% - 20px);
	}
	.container-4cols {
		display:block;
	}
	.container-4cols .container-col {
	  width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.frame-type-simple-container .ce-left.ce-intext .ce-column,
	.frame-type-simple-container .ce-left .ce-gallery {
		float:none;
	}
}

/* * * * * * * * * * * * * * * * * * Newsletter * * * * * * * * * * * * * * * * * */

.newsletter {
	text-align:center;
	padding:50px 0;
}
.tx-fp-newsletter {
	text-align:center;
}

.tx-fp-newsletter input[type="email"],
.tx-fp-newsletter input[type="submit"] {
  all: unset;
}
.tx-fp-newsletter input[type="email"] {
	background-color:#EAF3FC;
	line-height:52px;
	padding:0 26px 0 30px;
	border-top-left-radius:26px;
	border-bottom-left-radius:26px;
	text-align:left;
	min-width:300px;
}
.tx-fp-newsletter input[type="submit"] {
  	background: transparent linear-gradient(270deg, var(--unnamed-color-fdb714) 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #FDB714 0%, #FFA236 100%) 0% 0% no-repeat padding-box;
	line-height:52px;
	padding:0 15px;
	border-radius:26px;
	margin-left:-26px;
	cursor:pointer;
}
.tx-fp-newsletter input[type="submit"]:hover {
  	background: transparent linear-gradient(270deg, var(--unnamed-color-fca107) 0%, #ff881e 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(270deg, #fca107 0%, #ff881e 100%) 0% 0% no-repeat padding-box;
}
.tx-fp-newsletter .newsletter-gdpr {
	width:400px;
	margin:15px auto 0 auto;
	text-align:left;
}
.tx-fp-newsletter .newsletter-gdpr-checkbox label {
	cursor:pointer;
	color: #01B7F2;
}

.tx-fp-newsletter .newsletter-gdpr-text {
	text-align:left;
	display:none;
	margin-top:15px;
}

@media only screen and (max-width: 460px) {
	.tx-fp-newsletter input[type="email"] {
		min-width:auto;
		max-width:calc(100% - 160px);
	}
	.tx-fp-newsletter .newsletter-gdpr {
		width:100%;
		text-align:center;
		font-size:15px;
	}
	.tx-fp-newsletter .newsletter-gdpr-text {
		padding:0 20px;
		box-sizing:border-box;
	}
}

/* * * * * * * * * * * * * * * * * * To top * * * * * * * * * * * * * * * * * */
.wrapper-totop {
	text-align:right;
}
#totop {
	margin:0 -25px 44px 0;
}
@media only screen and (max-width: 1244px) {
	#totop {
		margin:0 0 44px 0;
	}
}
/* * * * * * * * * * * * * * * * * * Footer * * * * * * * * * * * * * * * * * */
.footer {
 	background-color:#009CCE;
 }
 
.footermain {
 	color:white;
 	padding:50px 0;
 }
.footermain h3 {
	margin-bottom:10px;
}
.footermain ul {
	list-style-type:none;
}
.footermain ul li a {
	text-decoration:none;
	color:#fff;
}
.footertop {
 	background-color:#01B7F2;
 	height:80px;
 	text-align:center;
 }
.footertop .text-with-icon {
	display:inline-block;
	color:white;
}
.footertop .text-with-icon:first-child {
	display:block;
	position:absolute;
	left:0;
	top:30px;
}
.footertop .text-with-icon a{
	color:white;
	text-decoration: none;
	font-size:18px;
}
.footertop .social-icon {
	display:inline-block;
	margin:24px 6px;
	background-color:#01B7F2;
	border-radius:50%;
	width:36px;
	height:36px;
	line-height:32px;
	text-align:center;
	vertical-align:middle;
}
.footertop .social-icon:hover {
	background-color:#009CCE;
}
.footermain ul {
	padding-left:2px;
}
@media only screen and (max-width: 1180px) {
	.footertop .text-with-icon:first-child {
		left:20px;
	}
}
@media only screen and (max-width: 1070px) {
	.footertop {
	  	text-align: right;
	}
}
@media only screen and (max-width: 690px) {
	.footermain .container-3cols .container-col {
		width:calc(50% - 20px);
	}
	.footermain .container-3cols .container-col:last-child {
		width:calc(100% - 20px);
	}
}
@media only screen and (max-width: 660px) {
	.footertop {
		height:auto;
		text-align: left;
	}
	.footertop .social-icon-container {
		margin-top:64px;
		padding-bottom:10px;
	}
	.footertop .social-icon-container .social-icon {
		margin:6px 12px 6px 0;
	}
}
@media only screen and (max-width: 400px) {
	.footermain .container-3cols .container-col {
		width:calc(100% - 20px);
	}
}














