@font-face{font-family:"Calibre";font-style:normal;font-weight:300;src:url(/css/fonts/Calibre-Light.woff2) format("woff2"),url(/css/fonts/Calibre-Light.woff) format("woff");font-display:swap}
@font-face{font-family:"Calibre";font-style:normal;font-weight:500;src:url(/css/fonts/Calibre-Medium.woff2) format("woff2"),url(/css/fonts/Calibre-Medium.woff) format("woff");font-display:swap}
@font-face{font-family:"Calibre";font-style:normal;font-weight:400;src:url(/css/fonts/CalibreWeb.woff2) format("woff2"),url(/css/fonts/CalibreWeb.woff) format("woff");font-display:swap}
@font-face{font-family:"Calibre";font-style:normal;font-weight:600;src:url(/css/fonts/Calibre-SemiBold.woff2) format("woff2"),url(/css/fonts/Calibre-SemiBold.woff) format("woff");font-display:swap}

body, html {
	min-height: 100%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: 'Calibre', Arial, Verdana;
}

body {
	padding-top: 0px;
	background-color: #F1F1F1;
	font-family: 'Calibre';
}

#app{
	/*min-height: 100%;*/
}

.pagecontent,
.pageheader .row{
	width: 1680px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 41px;
	padding-right: 41px;
}

.pagecontent{
	height: auto;
	min-height: calc(100vh - 70px);
	box-sizing: border-box;
	background-color: #f1f1f1;
	position: relative;
	padding-bottom: 41px;
}

.pagecontent.fullsize{
	height: 100% !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

input, select, button {
	font-family: 'Calibre';
}

body.windsor {
	font-family: 'Calibre';
}

body.windsor input, body.windsor select, body.windsor button {
	font-family: 'Calibre';
}

body.joop {
	font-family: 'Calibre';
	color: #0e213e;
}

body.joop input, body.joop select, body.joop button {
	font-family: 'Calibre';
}

.pageheader {
	background-color: #FFFFFF;
	height: 70px;
	padding: 1px 0px;
}

.logo {
	width: 100%;
	margin: 25px 0px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

body.strellson .logo {
	background-image: url(../images/logo_strellson.png);
}

body.windsor .logo {
	background-image: url(../images/logo_windsor.png);
}

body.joop .logo {
	background-image: url(../images/logo_joop.png);
}

* {
	box-sizing: border-box;
}

.pagecontent .header {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	background-color: #DEDEDE;
	padding: 0px 20px;
	position: relative;
}

.pagecontent .errormessage {
	z-index: 2;
	width: 100%;
	background-color: #C41200;
	color: #fff;
	padding: 15px 20px;
	display: none;
	font-size: 18px;
	line-height: 24px;
}

.header {
	font-weight: bold;
}

.pagecontent > form {
	margin: 0 0 40px 0;
}

.pagecontent input[type=tel],
.pagecontent input[type=text],
.pagecontent input[type=email] {
	background-color: #fff;
	border: 1px solid #D4D4D4;
	outline: 1px solid #cdcdcd;
	color: #1a1a1a;
	font-size: 15px;
	text-align: left;
	line-height: 38px;
	height: 38px;
	display: block;
	margin: 1px 1px 31px 1px;
	padding: 0px 12px 0px 12px;
	width: calc(50% - 17px);
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pagecontent input[type=text].error,
.pagecontent input[type=email].error,
.pagecontent input[type=tel].error,
.pagecontent select[name=salutation].error {
	border: 1px solid #e52726;
}

.pagecontent select {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #D4D4D4;
	outline: 1px solid #cdcdcd;
	color: #1a1a1a;
	font-size: 15px;
	text-align: left;
	line-height: 37px;
	height: 38px;
	display: block;
	margin: 1px 1px 31px 1px;
	width: calc(50% - 17px);
	float: left;
	padding-left: 12px;

	background-image: linear-gradient(45deg, transparent 50%, #000 50%),
	linear-gradient(135deg, #000 50%, transparent 50%);
	background-position: calc(100% - 33px) 15px,
	calc(100% - 25px) 15px;
	background-size: 8px 8px,
	8px 8px;
	background-repeat: no-repeat;

	padding-right: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pagecontent input.fullwidth,
.pagecontent select.fullwidth {
	width: calc(100% - 2px);
	margin-right: 0px;
	float: none;
	clear: both;
}

.pagecontent input[type=tel]:nth-child(odd),
.pagecontent input[type=text]:nth-child(odd),
.pagecontent input[type=email]:nth-child(odd),
.pagecontent select:nth-child(odd) {
	margin-right: 31px;
}

.margin-right-space {
	margin-right: 31px !important;
}

.margin-right-reset-space {
	margin-right: 0px !important;
}

.pagecontent input[type=tel].thirdwidth,
.pagecontent input[type=text].thirdwidth,
.pagecontent input[type=email].thirdwidth,
.pagecontent select.thirdwidth {

	width: calc(33% - 19px);
	margin-right: 30px;
}

.pagecontent .thirdwidth + .thirdwidth + .thirdwidth {
	margin-right: 0px !important;
}

.checkbox {
	position: relative;
	min-height: 36px;
}

.checkbox + .checkbox {
	margin-top: 20px;
}

.checkbox label + div {
	font-size: 13px;
	margin-left: 55px;
	line-height: 18px;
}

.checkbox input {
	visibility: hidden;
	display: none;
}

.checkbox label {
	background-color: #fff;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0px;
	display: block;
	border: 1px solid #D6d6d6;
	outline: 1px solid #cdcdcd;
	margin: 1px;
}

.checkbox input:checked + label:after {
	content: 'X';
	width: 36px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	/*color: #808080;*/
	font-size: 27px;
	display: block;
	margin-left: -1px;
}

.checkbox input.error + label {
	border: 1px solid #e52726;
}

.checkbox .text{
	font-size: 14px;
	line-height: 20px;
}

.likelink.connected {
	position: relative;
	display: inline-block;
}

.likelink.connected:hover ul.cLayer,
.likelink.connected:active ul.cLayer {
	display: block;
}

.likelink.connected ul.cLayer {
	list-style-type: none;
	display: none;
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #D6d6d6;
	padding: 10px;
	font-size: 15px;
	left: 50%;
	margin-left: -170px;
	width: 340px;
	max-width: calc(100vw - 40px);
}
	.likelink.connected ul.cLayer.left {
		left: 0;
		margin-left: 0px;
	}
	.likelink.connected ul.cLayer.left::after {
		left: 72px;
	}
	.likelink.connected ul.cLayer.left.arrowcenter::after {
		left: 50%;
		right: auto;
	}
	.likelink.connected ul.cLayer.right {
		left: auto;
		margin-left: 0px;
		right: 0px;
	}
	.likelink.connected ul.cLayer.right::after {
		left: auto;
		right: 72px;
	}

.likelink.connected ul.cLayer li {
	padding: 0px 0px 5px 0px;
}

.likelink.connected ul.cLayer::after {
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	margin-top: -1px;
	left: 50%;
	margin-left: -18px;
	width: 0px;
	height: 0px;
	border-top: 12px solid #fff;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

.divider {
	height: 40px;
	position: relative;
	width: 100%;
}

.divider60 {
	height: 30px;
	position: relative;
	width: 100%;
}

.divider span.neededfields {
	height: 30px;
	bottom: 100%;
	right: 0px;
	position: absolute;
	line-height: 30px;
	color: #808080;
	font-size: 9px;
}

.grouping .checkbox {
	float: left;
	margin-right: 60px;
}

.grouping .checkbox + .checkbox {
	margin-top: 0px;
	margin-right: 0px;
}

.grouping .prelabel {
	float: left;
	margin-right: 20px;
	line-height: 36px;
	font-size: 15px;
}

.grouping .checkbox .altlabel.text {
	font-size: 15px;
	line-height: 36px;
}

.grouping {
	margin-bottom: 30px;
}

.fieldgroup {
	position: relative;
}

.button{
	width: 300px;
	height: 50px;
	background-color: #000;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
	display: block;
	line-height: 50px;
	font-size: 18px;
	border: 0px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: 600;
}

.disclaimer{
	font-size: 14px;
	margin-bottom: 60px;
}

.clear {
	clear: both;
	float: none;
	display: block;
	height: 0px;
}


body.joop .pagecontent input,
body.joop .pagecontent select {
	color: #0e213e;
}

/* ************ */
/* CUSTINT-9591 */



.divider-small {
	height: 15px;
}

.divider-medium {
	height: 30px;
}

.reg-extend-header {
	position: relative;

	height: auto;

	padding: 15px 20px;
	background-color: #fff;

	line-height: 20px;
	font-weight: 500;
	font-family: 'Calibre';
}

.reg-extend-header.gray {
	background-color: #DEDEDE;
}

.reg-extend-wrapper {
	background-color: #f7f7f7;
	padding: 0 65px;

	max-height: 0;
	overflow: hidden;

	transition: .4s max-height;
}

.reg-extend-outer-wrapper{
	margin-bottom: 2px;
}

.reg-extend-outer-wrapper .triangle {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 50px;
}

.reg-extend-outer-wrapper .triangle:before {
	display: block;

	transform: scaleX(2);

	content: '▴';
	font-size: 18px;
}

.reg-extend-outer-wrapper.extended .triangle:before {
	transform: scaleX(2) rotate(180deg);
}

.reg-extend-outer-wrapper.extended .reg-extend-wrapper {
	max-height: 350px;
}

.reg-extend-outer-wrapper.extended .reg-extend-wrapper-short {
	max-height: 350px;
}

.reg-extend-wrapper.gray {
	background-color: #eaeaea;
}

.nomargin {
	margin-bottom: 0;
}

.first-button-set{
	margin-top: 40px;
}

.pagecontent .registered .intro h2{
	font-size: 36px;
	line-height: 45px;
	margin-top: 24px;
	margin-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}
.pagecontent .registered  .intro p{
	font-size: 22px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 70px;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pagecontent .registered .steps{

}
.pagecontent .registered .steps > div{
	height: 540px;
	width: 32%;
	background-color: #fff;
	margin-right: 2%;
	float:left;
	position: relative;
	padding: 80px 35px;
}

.pagecontent .registered .steps > div:last-child{
	margin-right: 0px;
}
.pagecontent .registered .steps .icon{
	margin-bottom: 48px;
	height: 50px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	fill: #000;
	display: block;
}

.pagecontent .registered .steps .headline{
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 48px;
}
	@media (min-width: 1220px) {
		.pagecontent .registered .steps .headline{
			font-size: 24px;
		}
	}
.pagecontent .registered .steps .todo {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}

.checkmark {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #09be16;
	stroke-miterlimit: 10;
	box-shadow: inset 0 0 0 #09be16;
	animation: fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;
	position: relative;
	margin: 0 auto;
	margin-top: 70px;
}

.hidden{
	display: none;
}

.clearfix:after{
	content: '';
	display: block;
	float: none;
	clear: left;
}

.langselect{
	background-color: #000;
	width: 100%;
	min-height: 100vh;
	padding: 1px;
}
	.langselect .invlogo{
		margin-left: auto;
		margin-right: auto;
		height: 120px;
		margin-top: 30px;
		background-repeat: no-repeat;
		width: 100%;
		background-position: center center;
		background-size: contain;
		position: relative;
	}
		.strellson .langselect .invlogo{
			background-image: url(/images/logo_strellson_inverted.png);
			height: 180px;
		}
		.windsor .langselect .invlogo{
			background-image: url(/images/logo_windsor_inverted.png);
			height: 180px;
		}
		.joop .langselect .invlogo{
			background-image: url(/images/logo_joop_inverted.png);
		}

	.langselect ul{
		margin: 0px;
		margin-top: 70px;
		padding: 0px;
		position: relative;
	}
		.langselect ul li{
			width: 330px;
			max-width: 90%;
			height: 45px;
			margin-bottom: 15px;
			background-color: #FFF;
			line-height: 44px;
			padding: 0px;

			margin-left: auto;
			margin-right: auto;
		}
			.langselect ul li a{
				display: block;
				height: 100%;
				width: 100%;
				text-decoration: none !important;
				color: #000;
				padding-left: 90px;
			}
				.langselect ul li a.de{
					background-image: url(/images/flag_de.png);
					background-repeat: no-repeat;
					background-position: 31px center;
				}
				.langselect ul li a.en{
					background-image: url(/images/flag_en.png);
					background-repeat: no-repeat;
					background-position: 31px center;
				}
				.langselect ul li a.pl{
					background-image: url(/images/flag_pl.png);
					background-repeat: no-repeat;
					background-position: 31px center;
				}

.startscreen {
	position: fixed;
	background-color: #000;
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
}

.startscreen .reg-btn {
	display: inline-block;

	margin-top: 41vh;
	margin-left: 50vw;
	transform: translate3d(-50%, -50%, 0);

	border: 1px solid #fff;
	padding: 18px 40px 22px 40px;

	color: #fff;
	font-size: 28px;
	letter-spacing: 1px;

	cursor: pointer;
	text-align: center;
}

body.strellson .startscreen .logo-inverted{
	background-image: url(../images/logo_strellson_2023.svg);
}

body.windsor .startscreen .logo-inverted{
	background-image: url(../images/logo_windsor_inverted.png);
}
body.joop .startscreen .logo-inverted{
	background-image: url(../images/logo_joop_inverted.png);
}

.startscreen .logo-inverted {
	height: 160px;
	margin-top: 110px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.cancel{
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	height: 50px;
	padding: 0 3rem;
	width: 300px;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	margin-left: 40px;
	display: none;
	float: left;
	text-align: center;
	cursor: pointer;
}

body.joop .button,
body.joop .cancel,
body.strellson .button,
body.strellson .cancel{
	text-transform: uppercase;
}

@media (max-width: 1024px){
	.pagecontent input[type=tel].thirdwidth,
	.pagecontent input[type=text].thirdwidth,
	.pagecontent input[type=email].thirdwidth,
	.pagecontent select.thirdwidth{
		float: left;
		margin-right: 20px;
		width: calc(37% - 15px);
	}
	.pagecontent input.thirdwidth[name=plz]{
		width: calc(19% - 14px);
	}
	.pagecontent input.thirdwidth[name=city]{
		width: calc(44% - 14px);
	}

}

@media (max-width: 1024px) and (min-width: 769px){
	.pagecontent .registered .steps > div {
		padding: 50px 20px;
	}
	.pagecontent .registered .steps .headline{
		font-size: 20px;
	}
	.pagecontent select.thirdwidth{
		float: left;
		margin-right: 20px;
		width: calc(37% - 15px);
	}
	.pagecontent .registered .steps .headline {
		font-size: 14px;
		line-height: 20px;
		height: 40px !important;
	}
	.button{
		float: left;
	}
	.cancel{
		display: block;
	}
}

@media (min-width: 768px){
	.pagecontent .registered .steps .headline {
		height: 72px;
	}
}


@media (max-width: 768px) {
	.pagecontent{
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 1px;
	}
	.pageheader{
		padding-left: 0px;
		padding-right: 0px;
		height: 50px;
	}
	.pageheader .row{
		padding-left: 20px;
		padding-right: 20px;
	}

	.logo{
		margin-top: 15px;
		margin-bottom: 15px;
		height: 15px;
	}
	.reg-extend-wrapper{
		padding: 0px 20px;
	}

	.pagecontent select {
		background-position: calc(100% - 20px) 15px,
		calc(100% - 12px) 15px;
		padding-right: 40px;
	}
	.pagecontent select,
	.pagecontent input[type=text],
	.pagecontent input[type=tel],
	.pagecontent select.thirdwidth{
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
	}



	.pagecontent input[type=tel].thirdwidth,
	.pagecontent input[type=text].thirdwidth,
	.pagecontent input[type=email].thirdwidth{
		float: left;
		margin-right: 20px;
		width: calc(37% - 14px);
	}
	.pagecontent input.thirdwidth[name=plz]{
		width: calc(25% - 10px);
		float: left;
		margin-right: 20px !important;
	}
	.pagecontent input.thirdwidth[name=city]{
		width: calc(75% - 10px);
		float: left;
	}

	.pagecontent input[name=street]{
		width: calc(75% - 10px);
		float: left;
		margin-right: 20px !important;
	}
	.pagecontent input[name=street_number]{
		width: calc(25% - 10px);
		float: left;
	}

	.pagecontent input[type=text].onethird{
		float: left;
		width: calc(33% - 19px);
		margin-right: 30px !important;
	}

	.pagecontent input[type=text].twothird{
		float: left;
		width: calc(67% - 11px);
		margin-right: 0px;
	}

	.checkbox,
	.first-button-set{
		margin-left: 20px;
		margin-right: 20px;
	}

	.first-button-set .button{
		text-align: center;
		width: 100%;
	}
	.pagecontent .registered .intro h2{

		max-width: 100%;
		padding: 0px 20px;
	}
	.pagecontent .registered  .intro p{

		max-width: 100%;
		padding: 0px 20px;
	}

	.pagecontent .registered .steps{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pagecontent .registered .steps > div{
		width:100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		float:none;
		padding: 40px 20px;
		height: auto;
	}
	.pagecontent p,
	.pagecontent > .content.error{
		padding: 0px 20px;
	}
	.reg-extend-header {
		padding-right: 50px;
	}


}

