/* * * * * * * * */
/* FileStructure */
/* * * * * * * * *
1 Standard - Layer
+ size overview layer calculation
 * * * * * * * * */

 /***************************/
/*** 1 Standard - Layer ***/
/***************************/
.dialog {
	padding: 3.9em 7% 7%;
	width: 100%;
	text-align: center;
}

.backgroundColor {
	background-color: #fff;
}

.showData_backgroundColor {
	background-color: white;
}

/* close-button */
.overlay_window_shops_close svg {
	width: 2.167em;
	height: 2.167em;
    position: absolute;
	top: 1.6em;
	right: 2em;
	cursor: pointer;
	fill: #2F6891;
}
#Arrow_Btn {
	width: 2.167em;
	height: 2.167em;
    position: absolute;
	top: 1.6em;
	right: 2em;
	cursor: pointer;
	z-index: 1000;
	font-family: Verdana!important; /* FONT NOT FOR CUSTOMIZATION */
	font-weight: bold;
	line-height: 1.5em;
	border-radius: 50%;
	border-width: 0.2em;
	border-style: solid;
	border-color: #2F6891;
}
#Arrow_Btn::after {
	content: "";
    position: absolute;
    left: 0.6em;
    top: 0.45em;
    width: 0.7em;
	height: 0.7em;
	border-left-width: 0.2em;
	border-left-style: solid;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	transform: rotate(45deg);
	border-color: #2F6891;
}

/* content */
.overlay_window_shops_content {
	color: #2F6891;
	text-align: center;
	min-width: 300px;
}
.overlay_window_shops_content main{
    margin:0;
    padding:0;
    float:none;
}
/* iframe */
#overlayWin_iframe {
	width: 48.4%;
}
#overlayWin_iframe.large {
	width: 100%;
}

/* LAYER - mobile forwarding */
#win_mobileCookie_container {
	background-color: #fff;
	border-radius: 10px;
	padding: 2% 3.8% 3.8%;
}

#win_mobileCookie_content {
	color: #000;
	min-width: 100%;
}

#win_mobileCookie_content div {
	font-family: Arial!important;
	font-size: 150%;
}

#win_mobileCookie_content .button {
	width: 49%;
	height: auto;
	margin-top: 2%;
	border-radius: 0em;
}

#win_mobileCookie_content .button:hover {
	background-color: #004475;
}

@media screen and (min-width: 768px){
	#win_mobileCookie_content div {
		font-size: 230%;
	}
}

/******** SAMPLE LAYER CALCULATION ********/
.checkboxes_container {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.checkboxes_container .selectLine {
	display: inline-flex;
	height: 1.75em;
}

.checkboxes_container .checkbox.selected::after {
    margin-left: -0.3em;
}

/* working ie hack */
_:-ms-input-placeholder, :root .checkboxes_container .checkbox.selected::after{
	margin-left: 0.2em;
}

.checkboxes_container label {
	width: 19em;
	text-align: left;
}


/* + size overview layer calculation */
.sizeOverview__table,
.sizeOverview__th,
.sizeOverview__td {
	border: 1px solid #2F6891;
	border-collapse: collapse;
}
.sizeOverview__table {
	margin: 0.75em 0;
}
.sizeOverview__th,
.sizeOverview__td {
	padding: 0.25em;
}

/******* layer delivery note *******/
.deliveryNote__textarea {
	margin-top: 16px;
	height: 100px;
	font-size: 14px;
}

/******* layer corona note *******/
.coronaHintInput__wrapper {
	display: inline-flex;
	justify-content: center;
	margin-top: 7px;
}

	.coronaHintInput__label {
		font-weight: normal;
	}