.wp-block-table.is-style-stripes {
    font-size: 12px;
}

.mytable {
	border: 2px solid orangered;
	width: 100%;
	font-size: 14px;
	color: black;
	margin: 0px;
	border-collapse: collapse;
}

.mytable tbody tr:nth-child(2n+2) {
    background-color: #daf6ff;
}

.mytable td {
	border-right: 1px solid silver;
	border-bottom: 1px solid orangered;
}

.mytable th {
	border-bottom: 2px solid orangered;
}

.mytable2 {
	border: 0px solid orangered;
	font-size: 14px;
	color: black;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
}

.mytable2 td {
	border: 0px solid silver;
	padding: 5px 0px 0px 0px;
}

.mytable_title {
	border: 0px solid orangered;
	font-size: 14px;
	color: black;
	margin: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	margin-top:5px
}

.mytable_title td {
	border: 0px solid silver;
	padding: 5px 0px 0px 0px;
}

.mybutton {
	padding: 0px 10px;
	background-color: #ffbd43;
	text-decoration: none;
	color: black;
	text-align: center;
	float: left;
	margin-right: 12px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid orangered;
	box-shadow: 0 0 5px #4dbbdf;
	cursor: pointer;
}
.mybutton_selected {
	background-color:orangered;
}

.mybutton:hover {
	background-color: orangered;
	color: white;
}

th {
	background-color: #ffbd43;
	padding: 0.1em 0.6em;
	border-color: orangered;
	color: black;
}

p {
	margin-bottom: 0px;
}


.home1 { display:block; }

.container {
    margin: 0 auto;
    padding: 0 1em;
        padding-top: 0px;
    max-width: 1180px;
    width: 100%;
}

.site-content {
    padding-top: 1em;
}

.content-area {
    float: left;
    box-sizing: border-box;
    padding-right: 1rem;
    width: 70%;
}

.post-content {
    /*Original
	padding: 0.5em 1.5em 1.5em;*/
	padding: 0.5em 1em 1em;	
}

.entry-header {
    /*Original
	padding: 0.5em 1.5em 0;*/
	padding: 0.5em 1em 0;
}

.mytable tbody tr:nth-child(2n+2) {
    background-color: #daf6ff;
}

.mytable_lr {
	border: 2px solid orangered;
	width: 100%;
	font-size: 14px;
	color: black;
	margin: 0px;
	border-collapse: collapse;
	background-color: whitesmoke;
}

.mytable_lr td {
	border-right: 2px solid orangered;
	border-bottom: 2px solid orangered;
	padding: 0.2em 0.6em;
}

.mytable_lr th {
	border-bottom: 2px solid orangered;
}

input[type="text"] {
    border: 1px solid orangered;
}

.flag {
	vertical-align: text-top;
	width: 20px;
}

.mytable tbody tr:nth-child(2n+2) {
    background-color: #fff3dd;
}

.site-header {
	//background: orangered;
	color: #fff;
	box-shadow: 0 0 5px #000;
	background: repeating-linear-gradient(
	45deg,
	rgba(0, 0, 0, 0.2),
	rgba(0, 0, 0, 0.2) 10px,
	rgba(0, 0, 0, 0.3) 10px,
	rgba(0, 0, 0, 0.3) 20px), orangered;
}

.footer-wrap {
    background: orangered;
		visibility: hidden;
}

.site-footer .site-info {
    padding: 0.2em 0;
}

.type-post, .type-page, .type-attachment, .comments-area, .comment-respond, .site-main > article:not(.type-post):not(.type-page):not(.type-attachment), .post-wrapper > article:not(.type-post):not(.type-page):not(.type-attachment) {
	box-shadow: 0 0 5px #000;
	border-radius: 5px;
	border: none;
}

.widget {
	border-radius: 5px;
	box-shadow: 0 0 5px #000;
	border: none;
}

.widget-header {
    box-shadow: none;
}
	
.main-navigation-wrap {
    border-bottom: none;
}

#filter1 {
	1box-shadow: 0 0 5px #4dbbdf;
}

.counter1
{
	position: relative;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}

.counter2
{
	position: relative;
	float: right;
	font-size: 14px;
	font-weight: bold;
}

.counter_left {
	float:right;
	border:1px solid orangered;
	border-right:0px;
	width:135px;
	padding-left: 8px;
	background: gold;
	border-radius: 10px 0px 0px 10px;
	color: black;
}

.counter_right {
	float:right;
	border:1px solid orangered;
	width:45px;
	padding-left: 0px;
	background: whitesmoke;
	border-radius: 0px 10px 10px 0px;
	text-align:right;
	padding-right: 8px;
	color: black;
}

.counter_right_day {
	float:right;
	border:1px solid orangered;
	width:25px;
	padding: 0px;
	background: whitesmoke;
	border-radius: 0px 10px 10px 0px;
	text-align:right;
	padding-right: 0px;
	color: black;
}

.flags {
	border: 0px solid silver;
	height: 30px;
	text-align:center;
}

.page-title, .entry-title {
    font-size: 32px;
    font-size: 2.0rem;
}

.header-main {
	display: block;
}

.site-branding {
    display: flex;
    margin: 1em 1em 1em 0.5em;
    padding: 0;
    max-width: 100%;
    align-items: center;
    width: 420px;
    float: left;
}

.td_slam {
	border-radius: 50%;
	width:25px;
	background-color:gold;
	margin: 0px;
	width: 25px;
}

.page-title {
	color: orangered;
}

.primary-navigation-wrap {
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}


#wrap {
position:absolute;
border:1px solid black;
height:100%;
width:100%;
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}

.inner {
position:realtive;
border:1px solid red;
background-color:silver;
height:100%;
width:20%;
}

.wsc_balken {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-collapse: collapse;
	background-color: orangered;
	color: white;
	width: 60px;
	height: 13px;
	padding: 3px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.usc_balken {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-collapse: collapse;
	background-color: darkgreen;
	color: white;
	width: 60px;
	height: 13px;
	padding: 3px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.ws_balken_first {
	border: 1px solid black;
}

.widget {
    padding: 1em;
}

.widget-header {
    margin: -1rem -1rem 1em;
}

.widget-title {
    color: orangered;
}


