html, body {
	height:101%;
	text-align:left;
	color:#6d6250;
	font-size: 1em;
	font-family:Verdana,Arial;
    margin: auto;
    hyphens: auto;
}

p, tr {
	line-height:1.2em;
    font-size:0.9em;
}

@media (min-width: 600px) {
p, tr {font-size:1em;}
}

p, h1, h2, h3 {
    padding: 0em 0em 0em 0em;
}

h1 { 
	color:#82441d;
	font-size:1.2em;
}

h2 {
    font-size:1.1em;
}

h3 {
	font-size: 1em;
	font-style: italic;
}

a {
    transition: all 0.4s ease-in-out 0s;
}

a:link, a:visited, a:hover {
	color: #F4AC45;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	color: #82441d;
}

hr {
	width:98%;
	color:#82441d;
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

li {
  padding:0.5em;
}


.clear{
	clear:both;
}

#container {
	margin: 1em auto;
	width:100%;
  	display:grid;
  	grid-template-rows: 2em 75px 3em 1.5em 1fr 2em;
  	grid-template-columns: 5% 45% 25% 5% 15% 5%;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    }

@media (min-width: 600px) {
#container {
  	grid-template-rows: 2em 141px 3em 0em 1fr 2em;
    }}

@media (min-width: 900px) {
#container {
	grid-template-rows: 2em 150px 3em 1em 1fr 2em;
    }}

@media (min-width: 1200px) {
#container {
	grid-template-rows: 2em 222px 3em 1em 1fr 2em;
    }}


#starter {
   	grid-column: 1 / 7;
  	grid-row: 1 / 2;
}

#starter, #kontakt, #counter {
  position: sticky;
  top: 1em;
}

#counter {
  	grid-column: 1 / 3;
  	grid-row: 1 / 2;
  	align-self: center;
  	justify-self: center;
    z-index: 1;
    min-width: 90px;
    top: 0.9em;
}

#kontakt {
  top: 0.7em;
}

#starter, footer, nav {
    background-color: rgba(130.1, 68, 29, 0.9);
}

#kontakt {
  	grid-column: 3 / 5;
  	grid-row: 1 / 2;
  	align-self: center;
  	justify-self: end;
}

#kontakt p {
    font-size: 0.8em;
    color: #FFFFFF;
}

#kontakt a:link, #kontakt a:visited, #menu_rechtlich a:link, #menu_rechtlich a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

#kontakt a:hover, #menu_rechtlich a:hover {
	color: #F4AC45;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

#bild {
  grid-column: 1 / 7;
  grid-row: 2 / 5;
  justify-self: center;
}

#bild img {
    padding:0px;
    width: 320px;
}

#bild p {
  margin:0px;
}
  
@media (min-width: 600px) {    
    #bild img {width:600px;}
    }
}

@media (min-width: 900px) {    
    #bild img {width:900px;}
} 

@media (min-width: 1200px) {    
    #bild img {width: 1200px;}
} 

nav {
  	grid-column: 1 / 7;
  	grid-row: 3 / 5;
    position: sticky;
    top: 3.1em;
  	z-index: 10;
  	text-align: center;
    hyphens: none;
}

@media (min-width: 564px) {
    nav {
        grid-row: 3 / 4;
    }   
}

nav ul {
    padding-left: 0px;
}

nav li {
    font-size:0.9em;
    display: inline;
    padding: 0px 10px 0px 10px;
    border-right: 2px solid #FFF;
}

@media (min-width: 900px) {
nav li {
    font-size:1em;
    padding: 0px 20px 0px 20px;
}}

nav li a:link, nav li a:visited, nav li a:hover, nav li.current a {
  text-decoration:none;
  font-style:normal;
  font-weight:bold;
  color:#FFFFFF;
  text-align:center;
}

nav li a {
    padding-bottom: 0.6em;
}

nav li a:hover {
    color:#F4AC45;
}

nav li a:after {
    content: '';
    bottom: 0;
    right: 0;
    width: 0%;
    border-bottom: 2px solid #F4AC45; 
    transition:0.5s ease;
}

nav li a:hover:after {
    width: 100%;
}

nav li:first-child a:hover:after {
    width: 0%;
}

nav li.current a {
    color: #F4AC45;
}



#inhalt, #system-message-container {
  	grid-column: 2 / 6;
  	grid-row: 5 / 6;
    max-width: 900px;
    margin: 1em auto;
}

@media (min-width: 1200px) {
.com-content-category-blog__items.blog-items.columns-2 {
  	display:grid;
  	grid-template-rows: 200px 1fr;
  	grid-template-columns: 470px 470px;
    grid-row-gap: 0px;
    grid-column-gap: 100px;
 }}

@media (max-width: 1199px) {
.com-content-category-blog__items.blog-items.columns-2 {
  	max-width:470px;
 }}

@media (max-width: 500px) {
.com-content-category-blog__items.blog-items.columns-2 {
  	max-width:320px;
 }}

figure {
    display:grid;
    grid-template-rows: 100%;
    grid-template-columns: 100%;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.com-content-category-blog__item.blog-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.com-content-category-blog__item.blog-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

figure.left.item-image:nth-child(1) img {
  grid-column: 1 / 2;
  grid-row: 1 / 2;  
}

figure.left.item-image:nth-child(2) img {
  grid-column: 2 / 3;
  grid-row: 2 / 3;  
}

figure.left.item-image img {
    width: 320px;
    height: 136px;
}

@media (min-width: 501px) {
   figure.left.item-image img {
    width: 470px;
    height: 200px;
} }



.item-content:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.item-content:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.items-row {
    margin: auto;
}

div.items-row:nth-child(1) > div:nth-child(1), div.items-row:nth-child(1) > div:nth-child(2), div.items-row:nth-child(2) > div:nth-child(1), div.items-row:nth-child(2) > div:nth-child(2) {

}

div.items-row:nth-child(2) > div:nth-child(1), div.items-row:nth-child(2) > div:nth-child(2) {
    margin-bottom: 1.1em;
}

footer {
  	grid-column: 1 / 7;
  	grid-row: 6 / 7;
}

#copyright {
    grid-column: 4 / 7;
    grid-row: 6 / 7;
    z-index: 1;
}

@media (min-width: 600px) {
#copyright p, #menu_rechtlich li {
  font-size: 0.8em;
}
}

#copyright p, #menu_rechtlich li {
  color: #FFFFFF;
  font-size: 0.6em;
  line-height: 1em;
}


#menu_rechtlich {
    grid-column: 1 / 4;
    grid-row: 6 / 7;
    justify-self: end;
    z-index: 2;
    margin-top: 0.2em;
}


#menu_rechtlich li, #menu_rechtlich ul {
    display: inline;
    padding: 0px 20px 0px 20px;
}

.left-float {
  float: left;
  padding: 20px 20px 20px 0px;
}

.right-float {
  float: right;
  padding: 20px 0px 20px 20px;
}