@import url(https://login.mailingwork.de/-google-api-css2/Inter:wght@400;500;600;700);
* {
	box-sizing:border-box;
}

img {display: block;}


html, body { height:100%; margin:0; }

body {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-variant-numeric: slashed-zero !important;
    font-feature-settings: "cv01", "cv02", "cv06", "cv08", "cv09", "cv10", "zero" !important;
    line-height: 140%;
    letter-spacing: -1%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #000;
}

main {
    flex: 1;
    background: #fff;
    border-radius: 24px;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-left: 10px;
    margin-right: 10px;
    }

.logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.refresh {width: 20px;}

.icon {width: 20px;}

textarea,
input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding:5px 8px;
	border:1px solid #ddd;
}


b {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

.info {
	margin-bottom:20px;
}

.content {
	max-width: 95%;
    width: 1280px;
	margin-left: auto;
    margin-right: auto;
}

.clear {
	clear:both;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}


h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: 0;}

h1 {
	font-size:40px;
	font-weight:600;
	line-height:140%;
}


h1 a {
	color:#ff5b49;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h2, h3 {
	font-weight: 600;
	line-height: 140%;
}

header img {
    padding-top: 40px;
	padding-bottom: 60px;
}

.note {
	height: 161px;
	/*overflow:hidden;*/
    border-radius: 5px;
    border: 1px solid #F2F2F3;
    
}

.status {
    padding: 20px;
    align-items: center;
    background-color:#f2f2f3;
    border-radius:12px;
    margin-bottom: 50px;
}

.components {
	border: 1px solid #e9e9e9;
    border-radius: 12px;
    /*
	margin-bottom:22px;
	overflow: hidden;*/
	display: none;
}


.note {
	margin-bottom:22px;
	display:none;
}

[data-admin] .note {
	display:block;
}

.note .text {
	height:100%;
	width:calc(100% - 161px);
	border:1px solid #e9e9e9;
	border-left:none;
	padding:0 50px;
}

.note .text p {
	margin:0;
	padding:0;
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}


[data-admin] .components {
	display:block;
}

.components .row {
	border-bottom:1px solid #e9e9e9;
	line-height:52px;
}

.components .row .dot {
	width:6px;
	height:6px;
	/*overflow:hidden;*/
	border-radius:3px;
	margin:24px 15px 24px 70px;
}

.components .row .green .dot {
	background-color:#23a538;
}

.components .row .orange .dot {
	background-color:#ffae00;
}

.components .row .extend {
	display:block;
	text-decoration:none;
	color:#ffae00;
	margin:3px 0 3px 52px;
	line-height:48px;
	font-size:16px;
	width:40px;
	height:48px;
	font-weight:bold;
	text-align:center;
}

.components .row .details {
	margin-left:91px;
	line-height:24px;
	margin-bottom:20px;
	/*overflow:hidden;*/
	display:none;
}

.components .row .green,
span.green {
	color:#23a538;
}

.components .row .orange,
span.orange {
	color:#ffae00;
}

[data-admin] .components .row .label {
	margin-left:24px;
}

.components .row .fright {
	margin-right:30px;
}

.components .row:last-child {
	border-bottom:none;
}

.components .row textarea {
	width:100%;
	height:50px;
	margin-left:24px;
	margin-top:16px;
}

.components .row .w-msg {
	width:calc(100% - 320px);
}

.components .row .setting {
	line-height:32px;
	margin-top:8px;
	margin-bottom:8px;
}


footer {
    font-size: 14px;
    line-height: 150%;
	background-color:#000;
	color: #D4D4D8;
	margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer a {
	color: #D4D4D8;

}

footer a {
    text-decoration: none;
}

.footer-links {
    border-top: solid 1px rgba(255,255,255,.3);
    margin-top: 50px;
    padding-top: 20px;
}


[data-admin] .note {
	margin-bottom:10px;
}

[data-admin] .shownote {
	margin-bottom:32px;
	margin-top:8px;
}

[data-admin] .note_visible_time input {
	width:130px;
}

[data-admin] .note_visible_time {
	margin-top:6px;
	margin-right:8px;
}

.ml82 {
	margin-left:82px;
}

.mb40 {
	margin-bottom:40px;
}

.mr105 {
	margin-right:105px !important;
}

.mr30 {
	margin-right:20px;
}

[data-admin] .note .text textarea {
	max-width:100%;
	max-height:140px;
	width:100%;
	height:140px;
}

[data-admin] a[data-action=save] {
	padding:8px 24px;
	border:1px solid #006eb6;
	color:#006eb6;
	text-decoration:none
}

input.focus,
textarea.focus {
	border:1px solid #006eb6;
}

[data-admin] .row:hover {
	background-color:#fdfdfd;
}

.tiny {
	color:green;
	font-size:15px;
}

.issaved {
	display:none;
}

.cert {
	background-image:url(../assets/cert.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	width:405px;
	height:100px;
}

a[data-action=refresh] {
	display:block;
}

.note img {
	display:block;
	width:161px;
	height:auto;
}

.justify-content-between {
    justify-content: space-between;
}

.gap-4 {
  gap: 1.5rem;
}

.d-flex {display: flex;}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media screen and (max-width:899px) {

	.note {
		height:auto;
		border-left:1px solid #e9e9e9;
	}

	.note img {
		display:none;
	}

	.note .text {
		width:100%;
		padding:20px 25px;
		font-size:17px;
	}

	.note .text p {
		top:0;
		transform:none;
		-ms-transform:none;
		-webkit-transform:none;
		-moz-transform:none;
	}

	.components .row .dot {
		margin-left:25px;
	}

	.components .row .extend {
		margin-left:7px;
	}

	.components .row .details {
		margin-left:46px;
	}

	.fleft.label {
    width: 250px;
	}
}
