.cal-wrap {

}
.cal-wrap .cal-intro {
	font-weight: 500;
	color: #3c3c3c;
}
.cal-wrap .cal-introsub {
	margin: 0 0 50px;
}
.cal-wrap form {

}
.cal-wrap fieldset {
	position: relative;
	margin: 0 0 24px;
	padding: 0 0 30px;
	border: none;
	border-bottom: 2px dashed #0c7a9e;
	background-color: transparent;
}
.cal-wrap fieldset:nth-last-child(2) {
	margin: 0;
	border: none;
}
.cal-wrap fieldset.submitspec {
	border: none;
}
.cal-wrap fieldset.submitspec .cal-formleft {
	display: none;
}
input.cal-submit[type="button"],
input.cal-submitcng[type="button"] {
	padding: 0 72px 2px;
}
.cal-wrap fieldset legend {
	position: relative;
	top: auto;
	left: auto;
	margin-bottom: 16px;
	padding: 0;
	font-size: 24px;
	font-weight: 400;
	color: #3c3c3c;
	border: none;
}
.cal-wrap .cal-formflowwrap {
	width: auto;
	clear: both;
	float: left;
	margin-bottom: 4px;
}
.cal-wrap .cal-formleft {
	width: 150px;
	float: left;
	padding-top: 8px;
	color: #3c3c3c;
}
.cal-wrap .cal-formright {
	width: auto;
	float: right;
}
.cal-wrap label,
.cal-wrap label {
	color: #3c3c3c;
	cursor: pointer;
	line-height: inherit;
	font-weight: 400;
}
.cal-wrap .cal-input {
	width: 100%;
	height: 37px;
	padding: 0 15px;
	border: none;
	background-color: #f5f5f6;
}
.cal-wrap .cal-input.cfrm-error,
.cal-wrap .cal-textarea.cfrm-error {
    border: 1px solid #bb0000;
	background-color: #f2dede;
}
.cal-wrap .cal-textarea {
	width: 100%;
	max-width: 100%;
	height: 230px;
	min-height: 230px;
	max-height: 460px;
	padding: 5px 15px;
	border: none;
	background-color: #f5f5f6;
}
.cal-wrap .cal-textarea {
	height: 123px;
}
.cal-formflowwrap-bs.desc {
	float: right;
}
#strasse {
	width: 278px;
	margin-right: 8px;
}
#hausnummer {
	width: 74px;
}
#plz {
	width: 82px;
	margin-right: 8px;
}
#ort {
	width: 270px;
}
.cal-wrap .cal-upload {
	width: 100%;
	border: none;
}
#bundesland,
#verband {
	width: 100%;
}
.cal-introin {
	margin: 0 0 28px;
}
.cal-wrap .cal-formleftalt {
	/*width: 170px;
	float: left;
	padding-top: 8px;*/
}
.cal-wrap .cal-formrightalt {
	/*width: 264px;
	float: right;*/
}
.cal-wrap .cal-formrightalt .cal-textarea {
	/*width: 248px;
	height: 39px;*/
}
.organisationspec {
	padding-top: 0px!important;
}
.submitspec {
	padding-top: 8px!important;
}
.kontaktinformationenspec {
	color: #585858;
	font-weight: normal
}
.cal-submit, .cal-submitcng {
	border: none;
	color: #376591;
	/*background: url(submit.png) left center no-repeat;*/
	padding-left: 17px;
	cursor: pointer;
}
.cal-cats {
	width: auto;
	float: none;
	margin: 0 0 20px;
}
.cal-cats::after {
	content: "";
	display: table;
	clear: both;
}
.cal-catsleft {
	width: 50%;
	float: left;
}
.cal-catsright {
	width: 50%;
	float: right;
}
.cal-catsright {
	width: 50%;
	float: right;
}
.cal-cats label, .cal-cats input {
	margin: 0 0 8px 8px;
	font-weight: 400;
	cursor: pointer;
}
#calenders {
	width: 360px;
	height: 252px;
}
.cal-calenders {
	position: relative;
}
.cal-calenders .bck {
	position: absolute;
	top: 12px;
	left: 13px;
	width: 17px;
	height: 17px;
	background: url("../Images/bg-cal-month-arrow-left.png") no-repeat;
	background-size: 17px auto;
	z-index: 1;
	cursor: pointer;
}
.cal-calenders .fw {
	position: absolute;
	top: 12px;
	left: 330px;
	width: 17px;
	height: 17px;
	background: url("../Images/bg-cal-month-arrow-right.png") no-repeat;
	background-size: 17px auto;
	z-index: 1;
	cursor: pointer;
}
.cal-table-wrap {
	/*border: solid 1px #dbdbdb;*/
}
.cal-table {
	width: 100%;
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
	background-color: #fff;
}
.cal-table tr td {
	line-height: 28px;
	text-align: center;
}
.cal-table tr td.cal-table-b {
    color: #999;
}
.cal-table .cal-table-days td {
	line-height: 30px;
}
td.cal-table-over {
	padding: 7px 0;
	font-size: 17px;
	font-weight: 500;
	color: #376591;
	background-color: #f5f5f5;
}
.cal-table-first {
	/*border-left: 3px solid #fff;*/
}
.cal-table-last {
	/*border-right: 3px solid #fff;*/
}
.cal-table-days {
	color: #376591;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cal-table-num {
	color: #df0056;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #f5f5f6;
}
.cal-table-h:hover {
	background-color: #df0056;
	color: #fff;
	cursor: pointer;
}
#dates {
	margin: 25px 0 15px;
}
#dates::after {
	content: "";
	display: table;
	clear: both;
}
.cal-dates-wrap {
	display: none;
	margin: 0 0 23px;
}
.cal-dates-wrap::after {
	content: "";
	display: table;
	clear: both;
}
.cal-dates-wrap div {
	margin: 0 12px 0 0;
	line-height: 38px;
}
.cal-dates-date, .cal-dates-txt, .cal-dates-select, .cal-dates-kill {
	float: left;
}
.cal-dates-wrap .cal-dates-date {
	margin-right: 59px;
	padding: 0 11px;
	color: #fff;
	background-color: #df0056;
}
.cal-dates-wrap .cal-dates-select-0,
.cal-dates-wrap .cal-dates-select-2 {
	margin-right: 5px;
}
.cal-dates-wrap .cal-dates-select-1 {
	margin-right: 30px;
}
.cal-dates-wrap div select {
	padding: 5px 11px;
	color: #3c3c3c;
	border: none;
	background-color: #f5f5f6;
}
.cal-dates-kill {
	color: #376591;
	/*background: url(kill.png) right center no-repeat;*/
	cursor: pointer;
}
.cfrm-error {
	border: 1px solid #bb0000;
}
.cal-nodates {
	margin-bottom: 15px;
    color: #bb0000;
	background-color: transparent;
}
.cal-nodcats {
	margin-bottom: 15px;
    color: #bb0000;
	background-color: transparent;
}

.cal-editimage img {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
}

div.cal-calenders + div.cal-formflowwrap {
	float: none;
	clear: none;
}
div.cal-calenders + div.cal-formflowwrap textarea {
	width: 360px;
	height: 87px;
	min-height: 87px;
	max-height: 250px;
	margin-top: 4px;
}

.crd-map {
	width: auto;
	height: 500px;
	margin: 0 0 40px;
}

#res .wraper {
	border-top: 2px dashed #0c7a9e;
}
.cal-wrapitem {
	position: relative;
	width: auto;
	margin: 0 0 25px;
	padding: 0;
	border-bottom: 2px dashed #0c7a9e;
}
.cal-wrapitem:last-of-type {
	border-bottom: none;
}
.cal-itemdatehead {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	margin: -26px 0 26px;
	padding: 3px 0 5px;
	/* border-top: 2px dashed #0c7a9e; */
	border-bottom: 2px dashed #0c7a9e;
}
.cal-wrapitem:first-of-type .cal-itemdatehead {
	margin-top: 0;
}
.cal-daticon {
	position: absolute;
	top: 6px;
	left: -4px;
	width: 25px;
	height: 29px;
	background: url("../Images/bg-cal-marker.png") no-repeat;
	background-size: 25px auto;
}
.cal-daticonmonth {
	display: none;
	/*position: absolute;
	top: -4px;
	left: 0px;
	width: 27px;
	color: #fff;
	font-size: 6px;
	text-align: center;
	height: 9px;*/
}
.cal-daticonday {
	display: none;
	/*position: absolute;
	top: 7px;
	left: 0px;
	width: 27px;
	height: 30px;
	color: #585858;
	font-size: 12px;
	text-align: center;*/
}
.cal-datstr {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	padding: 0 0 0 30px;
	color: #3c3c3c;
	font-size: 26px;
	font-family: LucidaSan;
	font-weight: 500;
	text-transform: uppercase;
}
.cal-itemdates {
	width: auto;
	padding: 0;
	color: #3c3c3c;
	font-size: 21px;
	font-family: LucidaSan;
	font-weight: 500;
}
.cal-itemtitle {
	width: auto;
	margin: 5px 0 7px;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
	color: #0c7a9e;
	font-family: LucidaSan;
}
.cal-itemdesc {
	width: auto;
	padding: 0;
	background-color: transparent;
	font-size: 21px;
	line-height: 27px;
	cursor: pointer;
}
.cal-itemdesc b {
	font-weight: 400;
}
.cal-itemdeschigh {
	color: #d80354;
	background-color: transparent;
}
.cal-itemdescinner {
	color: #3c3c3c;
}
.cal-itemservice {
	position: relative;
	width: auto;
	height: auto;
	padding: 34px 0 30px;
}
.cal-itemservice::after {
	content: " ";
	display: table;
	clear: both;
}

.cal-itemdetail {
	position: relative;
	float: left;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}
div[class*="frame-layout-"] .cal-itemdetail a {
	display: block;
	height: auto;
	padding: 0 0 0 25px;
	font-size: 21px;
	font-weight: 500;
	color: #0c7a9e;
	text-decoration: none;
	background: url("../Images/bg-cal-arrow-right-more.png") no-repeat 0 6px;
	background-size: 15px auto;
}
div[class*="frame-layout-"] .cal-itemdetail a:hover {
	text-decoration: underline;
}
.cal-itemical {
	position: relative;
	float: right;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	padding: 0 0 0 20px;
	font-size: 21px;
	font-weight: 500;
	color: #0c7a9e;
	text-align: left;
	background: url("../Images/bg-cal-arrow-export.png") no-repeat 0 7px;
	background-size: 12px auto;
	cursor: pointer;
}
div[class*="frame-layout-"] .cal-itemical a {
	text-decoration: none;
}
div[class*="frame-layout-"] .cal-itemical a:hover {
	text-decoration: underline;
}
.cal-itemical:hover {
	color: #0c7a9e;
}

.cal-listallwrap {
	width: auto;
	float: none;
	margin: 0 0 80px;
}
.cal-listleft {
	width: auto;
	float: none;
}
.cal-listright {
	float: none;
	width: auto;
}
.cal-listright .button {
	margin: 0;
}
.cal-searchwrap {
	width: auto;
	padding: 11px 25px 26px;
	border-bottom: none;
	border-top: 8px solid #0c7a9e;
	background: url("../Images/bg-cal-search-lens.png") no-repeat right 0;
	background-size: auto 47px;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.28);
	margin-bottom: 56px;
}
.cal-listright .cal-searchwrap {
	margin-bottom: 0;
}
.cal-searchhead {
	margin: 0 0 22px;
	font-size: 19px;
	font-weight: 500;
	color: #0c7a9e;
	text-transform: uppercase;
}
.cal-searchhead2 {
	margin: 0 0 15px;
	font-size: 17px;
	font-weight: 500;
	color: #3c3c3c;
}
.cal-cal {
	height: auto;
	padding-left: 0;
}
.cal-cal input[type="text"],
.cal-searchserachwrap input[type="text"],
.cal-searchplzortwrap input[type="text"] {
	width: 100%;
	height: 37px;
	color: #3c3c3c;
}
.cal-calinput {
	width: 100%;
	padding-right: 65px;
	color: #376591;
	border: none;
	background: url("../Images/bg-cal-icon-date.png") no-repeat right 0;
	background-size: 49px auto;
	cursor: pointer;
}
.cal-calinput:focus {
	outline: none;
}
.cal-searchserachwrap {
	margin-top: 20px;
	padding-top: 0;
	padding-left: 0;
}
.cal-calfield {
	background-color: #ebebeb;
	padding: 6px;
	border: none;
	width:  174px;
	color: #376591;
}
.cal-searchplzortwrap {
	padding: 0;
	margin: 0 0 20px;
}
.cal-searchdiswrap {
	margin: 0 0 15px;
	padding: 0;
}
.cal-calselect,
.cal-formflowwrap select,
.cal-formflowwrap-bs select {
	width: 100%;
	padding: 5px 11px;
	color: #3c3c3c;
	border: none;
	background-color: #f5f5f6;
}
.cal-formflowwrap select,
.cal-formflowwrap-bs select {
	margin: 0 0 16px;
}
.cal-calselect option,
.cal-formflowwrap  option {
	padding: 0 13px;
}
.cal-searchkatwrap {
	margin: 30px 0;
	padding: 8px 15px;
	font-size: 17px;
	color: #3c3c3c;
	background: url("../Images/bg-cal-arrow-right.png") right center no-repeat #f5f5f6;
	background-size: auto 10px;
	cursor: pointer;
}
.cal-searchkatwrap:hover {
	color: #df0056;
}
.cal-searchkatwrapopen {
	background: url("../Images/bg-cal-arrow-right-down.png") right center no-repeat #f5f5f6;
	background-size: 23px auto;
}
.cal-searchkatkat label {
	margin-left: 12px;
	font-weight: 400;
}
.cal-searchkatitem input {
	margin-right: 10px;
}
.cal-searchkatkat {
	padding-left: 10px;
	padding-top: 2px;
	display: none;
}
.cal-searchkatitem {
	padding-top: 2px;
	padding-bottom: 2px;
}
.cal-submiter {
	display: inline-block;
	margin: 5px 0 0;
	padding: 12px 25px 15px;
	font-size: 19px;
	line-height: 22px;
	color: #fff;
	border: none;
	background: #0c7a9e;
	cursor: pointer;
}
.cal-submiter:hover {
	color: #fff;
}
div[class*="frame-layout-"] .cal-rss a {
	padding: 0 0 0 24px;
	text-decoration: none;
	background: url("../Images/bg-icon-rss.png") no-repeat 0 4px;
	background-size: 15px auto;
}
div[class*="frame-layout-"] .cal-rss a:hover {
	text-decoration: underline;
}

.dpTable {
    width: 261px;
    font-size: 17px;
    border: none;
    border-top: 4px solid #0c7a9e;
    background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.28);
}
.dpTable button {
	background-color: #fff;
	border:  none;
	cursor: pointer;
}
.dpTable .dpTitleTR {
    background-color: #f5f5f5;
}
.dpTable .dpDayTD {
	width: 26px;
	text-align: center;
	color: #376591;
}
.dpTable .dpTD,
.dpDayHighlightTD {
    padding: 2px 0;
	text-align: center;
	cursor: pointer;
	color: #df0056;
}
.dpTable .dpTD.dpTDact:hover,
.dpDayHighlightTD:hover {
	color: #fff;
	background-color: #df0056;
}
.dpTable .dpTitleText {
    padding: 7px;
    font-size: 17px;
    font-weight: 500;
    color: #376591;
    text-align: center;
    cursor: pointer;
}
.dpTable .dpButton {
    width: 17px;
    height: 17px;
    margin: 4px 0 0 10px;
    background: url("../Images/bg-cal-month-arrow-left.png") no-repeat;
    background-size: 17px auto;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999em;
}
.dpTable .dpTitleTR td:nth-of-type(3) .dpButton {
    background: url("../Images/bg-cal-month-arrow-right.png") no-repeat;
    background-size: 17px auto;
}
.dpTable .dpTR {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
}
.dpTodayButtonTR {
    background-color: #f5f5f5;
}
.dpTable .dpTodayButtonTR button {
    width: 48%;
    padding: 6px 0;
    font-size: 14px;
    color: #376591;
    border: none;
    background-color: #f5f5f5;
    cursor: pointer;
}

.cal-nav {
	position: relative;
	padding: 14px 48px;
	border-top: 2px dashed #0c7a9e;
	border-bottom: 2px dashed #0c7a9e;
}
.cal-nav .bck {
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 0;
	display: block!important;
	float: none;
	cursor: pointer;
	background: url("../Images/bg-cal-paging-sprite.png") no-repeat 0 0;
	background-size: auto 28px;
}
.cal-nav .bck.inact {
	opacity: 0.5;
}
.cal-nav .fw {
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 0;
	display: block!important;
	float: none;
	cursor: pointer;
	background: url("../Images/bg-cal-paging-sprite.png") no-repeat -28px 0;
	background-size: auto 28px;
}
.cal-nav .fw.inact {
	opacity: 0.5;
}
.wrapcntwrap {
	position: relative;
	display: block;
	height: auto;
	float: none;
	padding: 0 0 0 27px;
}
.cal-p {
	display: none;
	position: absolute;
	top: 0;
	left: -47px;
	font-size: 21px;
}
.wrapcnt {
	display: inline-block;
	width: 50px;
	padding: 2px 0;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
.wrapcnt.wrapcnt-active {
	background: #d80354;
	color: #fff;
}
.wrapcnt:hover {
	background: #d80354;
	color: #fff;
}

.cal-detailwrap {
	width: auto;
}
.cal-detheadwrap {
	width: auto;
	position: relative;
}
.cal-detheadwrap .cal-daticon {
	top: 0;
}
.cal-detheadtop {
	margin: 0 0 16px;
	padding-left: 28px;
	font-size: 21px;
	color: #3c3c3c;
	font-weight: 500;
}
h2.cal-detheadbottom {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 500;
	color: #0c7a9e;
}
.cal-detwrap {
	margin: 0 0 30px;
}
.cal-detwrap::after {
    display: table;
    content: "";
    clear: both;
}
.cal-dettext {
	line-height: 27px;
	font-size: 21px;
}

.cal-detcats {
	margin: 0 0 12px;
	font-size: 21px;
	font-weight: 500;
}
.cal-detailwrap .address-outer {
	padding: 20px;
	font-size: 21px;
	background-color: #f5f5f6;
}
.cal-detimg {
    float: right;
    width: 360px;
    margin: 0 0 20px 20px;
}
.cal-detimg img {
    width: 100%;
    height: auto;
}
.cal-detaddressallwrap {
	background: #f5f5f6;
	padding: 20px 20px 0 20px;
}
.cal-detaddresswrap {
	margin: 0 0 28px;
}
.cal-detaddressleft {
	float: left;
	width: 15%;
	font-weight: 500;
}
.cal-detaddresscenter {
	float: left;
	width: 85%;
}
/*.cal-detaddressright {
	width: 162px;
	float: right;
}*/
.cal-detfooter {
	padding: 32px 0;
	font-size: 21px;
	font-weight: 500;
	border-top: 2px dashed #0c7a9e;
	border-bottom: 2px dashed #0c7a9e;
}
.cal-detfooterleft {
	float: left;
}
div[class*="frame-layout-"] .cal-detfooterleft a {
	display: block;
	padding-left: 25px;
	text-decoration: none;
	background: url("../Images/bg-cal-arrow-left-back.png") no-repeat 0 6px;
	background-size: 15px auto;
}
div[class*="frame-layout-"] .cal-detfooterleft a:hover {
	text-decoration: underline;
}
.cal-detfooterright {
	float: right;
	padding-left: 22px;
	color: #376591;
 	text-align: right;
	background: url("../Images/bg-cal-arrow-export.png") no-repeat 0 9px;
	background-size: 12px auto;
	cursor: pointer;
}
div[class*="frame-layout-"] .cal-detfooterright a {
	text-decoration: none;
}
div[class*="frame-layout-"] .cal-detfooterright a:hover {
	text-decoration: underline;
}
.cal-detemail a {
	display: inline-block;
	padding: 0 0 0 30px;
	line-height: 23px;
	background: url("../Images/bg-icon-mail.png") no-repeat 0 4px;
	background-size: 19px auto;
}
.cal-icalpop {
	border: 1px solid #df0056;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 460px;
	height: 110px;
	display: none;
}
.cal-icalclose {
	/*background: url(../Images/iconexportclose.png) right 1px no-repeat;*/
	padding-right: 23px;
	text-align: right;
	color: #376591;
	cursor: pointer;
	padding-bottom: 7px;
}
.cal-icalclose:hover {
	color: #df0056;
}
.cal-icalforms {
	padding-top: 4px;
}
.cal-icalinput {
	background-color: #ebebeb;
	padding: 6px;
	border: none;
	width: 350px;
	color: #376591;
}
.cal-icalsublit {
	/*background: url(../Images/ff.png) right 7px no-repeat;*/
	padding-right: 23px;
	text-align: right;
	color: #376591;
	cursor: pointer;
	padding-top: 6px;
	width: 70px;
	float: right;
}
.cal-icalsublit:hover {
	color: #df0056;
}
.cal-todetailmap {
	color: #376591;
	cursor: pointer;
}
.cal-todetailmap:hover {
	color: #df0056;
}

.cal-marg {
	width: 210px;
	padding-left: 2px;
	padding-right: 2px;
	/*background: url(../Images/bg_search.png) no-repeat;*/
	border-bottom: 2px solid #dbdbdb;
}
.cal-calendersmarg {
	width: 206px;
	height: 152px;
	position: relative;
}
.cal-calendersmarg .bck {
	position: absolute;
	top: 1px;
	right: 17px;
	width: 16px;
	height: 23px;
	/*background: url(bck.png) no-repeat;*/
	z-index: 90;
	cursor: pointer;
}
.cal-calendersmarg .fw {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 16px;
	height: 23px;
	/*background: url(fw.png) no-repeat;*/
	z-index: 100;
	cursor: pointer;
}
.cal-calendersmarg #calenders {
	width: 206px;
}
.cal-calendersmarg .cal-table-wrap {
	border: none;
}
.cal-calendersmarg .cal-table {
	width: 204px;
}
.cal-marglist {
	width: 206px;
}
.cal-marglist a:link, .cal-marglist a:visited, .cal-marglist a:active {
	text-decoration: none;
}
.cal-marglist a:hover .cal-margdate{
	text-decoration: none;
	color: #df0056;
}
.cal-margitemwrap {
	border-top: 2px dotted #dbdbdb;
	padding-left: 20px;
	/*background: url(../Images/iconmargitem.png) 5px 12px no-repeat;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.cal-margdate {
	color: #376591;
}
.cal-margtitle {
	color: #df0056;
}
.mfirst {
	border: none!important;
}
.cal-calendersmarg .cal-table-num {
	color:  #575757;
}
.cal-table-high {
	color: #df0056;
}
.cal-table-high a:link, .cal-table-high a:visited, .cal-table-high a:active {
	color: #df0056;
	text-decoration: none;
}
.cal-table-high a:hover {
	color: #fff;
	text-decoration: none;
}
.cal-wait {
	text-align: center;
	padding: 50px;
}
.cal-noresult {
	text-align: center;
	padding-top: 20px;
}



.cal-dettext img {
	display: block;
	float: right;
	width: 50%;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 20px;
}
