.maincontent {
    padding: 0 150px;
}
.maincontent p,
.maincontent blockquote,
.maincontent  .colorbox{
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.maincontent p a {
   
}
.maincontent blockquote {
    border-left: 3px solid #e64415 ;
    padding: 0 0 0 20px;
}
.maincontent .colorbox {
    background: #e9f1f5;
    padding: 20px;
    color: #000 !important;
    
}
.maincontent > img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
}
.maincontent {
    
}
.maincontent {
    
}
.maincontent {
    
}
.maincontent {
    
}
.maincontent {
    
}

.commentsbox {

}
.commentsbox h2  {
    font-family: SpiegelSlabCdUI, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
    color: #e64415;
    margin-bottom: 20px;
}
.comments {
    font-family: SpiegelSansUI, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.comments__item {
   
}
.comments__item__meta {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
    margin-bottom: 10px;
}
.comments__item__meta b {
}
.comment-date {
    color: #717171;
}
.comments__item__text {
    color: #717171;
}
.comments__item__text img {
    display: block;
    max-width: 400px;
    height: auto;
    margin: 10px 0 0 0;
}
.comments .border-separator-b {
    margin: 25px 0;
}
.commentsbox__link {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 250px;
    background: #e64415;
    color: #fff;
    font-family: SpiegelSansUI, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    text-transform: none;
    border-radius: 1.5px;
    -webkit-transition: background 200ms ease;
-moz-transition: background 200ms ease;
-ms-transition: background 200ms ease;
-o-transition: background 200ms ease;
transition: background 200ms ease;
}
.commentsbox__link:hover,
.commentsbox__link:active { 
    background: #fff;
    color: #e64415;
}
/*.copyright {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    gap: 2em;
    margin-top: 20px;
}*/
.copyright a {
    font-size: .875rem;
    color: #bbb9b7;
    text-decoration: underline;
}

table.iksweb {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
    font-size: 16px !important;
    margin-bottom: 30px;
}
table.iksweb,table.iksweb td, table.iksweb th {
	border: 1px solid #595959;
}
table.iksweb td,table.iksweb th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.iksweb th {
	background: #347c99; 
	color: #fff; 
	font-weight: normal;
}
table.iksweb ul {
    font-size: 16px !important;
    line-height: 1.2em !important;
}


@media screen and (max-width: 980px) {
    .maincontent {
        padding: 0 100px;
    }
    
}

@media screen and (max-width: 719px) {
    .maincontent {
        padding: 0 20px;
    }
    .maincontent p, .maincontent blockquote, .maincontent .colorbox {
        font-size: 1.125rem;
    }
}


.pop-up-window{
    color: #000;
}