/*Work Hover alle*/
.page-id-277 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:hover{
opacity: 0.5;transform: scale(1.06);transition: transform .3s;
}

/*für News Beitragstitel*/
h2{
	letter-spacing: 3px;
	font-weight: normal;
}

/*Beitragsseiten Divider ausblenden*/
#wp--skip-link--target > div:nth-child(2){ 
	display:none; visibility:hidden;
}

/*Beitrag A graphic venture Titelbild auf Seite ausblenden*/
#wp--skip-link--target > div.wp-block-group.is-layout-constrained > figure > img{ 
	display:none
}

/*Website-Titel, previous next button Look*/
body > div.wp-site-blocks > header > div > div > h1 > a{
	text-decoration: underline;
}
body > div.wp-site-blocks > header > div > div > h1 > a:hover{
	text-decoration-style: dotted;
}

div.post-navigation-link-previous.wp-block-post-navigation-link > a{
	text-decoration: none;
}
div.post-navigation-link-previous.wp-block-post-navigation-link > a:hover{
	text-decoration: underline !important; 
	text-decoration-style: solid !important;
}
div.post-navigation-link-next.wp-block-post-navigation-link > a{
	text-decoration: none;
}
div.post-navigation-link-next.wp-block-post-navigation-link > a:hover{
	text-decoration: underline !important;
	text-decoration-style: solid !important;
}

/*Mail-Link Look*/
#wp--skip-link--target > div > div > p > a{
	text-decoration: none;
}
#wp--skip-link--target > div > div > p > a:hover{
	text-decoration: underline !important;
	text-decoration-style: solid !important;
}

/*change Cookie Banner Link Looks*/
#rcb-sc-link-change{
	text-decoration: none;
}
#rcb-sc-link-change:hover{
	text-decoration: underline !important;
	text-decoration-style: solid !important;
}

#rcb-sc-link-history{
	text-decoration: none;
} 
#rcb-sc-link-history:hover{
	text-decoration: underline !important;
	text-decoration-style: solid !important;
}

#rcb-sc-link-revoke {
	text-decoration: none;
} 
#rcb-sc-link-revoke:hover{
	text-decoration: underline !important;
	text-decoration-style: solid !important;
}

/*Look der kursiv geschriebenen Links*/
p > em:nth-child(1) > a{
	text-decoration: none;
}
p > em:nth-child(1) > a:hover{
	text-decoration: underline;
	text-decoration-style: solid;
}

/*Look des Links im kursiven bei News: Review Snail Eye, da er anscheinend nicht vom Code oben erfasst wird*/
p:nth-child(8) > em:nth-child(2) > a{
	text-decoration: none;
}
p:nth-child(8) > em:nth-child(2) > a:hover{
	text-decoration: underline;
	text-decoration-style: solid;
}

/*Look der Links bei News: A graphic venture*/
p:nth-child(15) > em:nth-child(2) > a{
	text-decoration: none;
}
p:nth-child(15) > em:nth-child(2) > a:hover{
	text-decoration: underline;
	text-decoration-style: solid;
}
p:nth-child(15) > em:nth-child(3) > a{
	text-decoration: none;
}
p:nth-child(15) > em:nth-child(3) > a: hover{
	text-decoration: underline;
	text-decoration-style: solid;
}
/*Look der kursiven Links auf About-Seite*/
div > div:nth-child(2) > p:nth-child(13) > em:nth-child(3) > a:nth-child(1){
	text-decoration: none;
}

div > div:nth-child(2) > p:nth-child(13) > em:nth-child(3) > a:nth-child(1):hover{
	text-decoration: underline;
	text-decoration-style: solid;
}

div > div:nth-child(2) > p:nth-child(13) > em:nth-child(3) > a:nth-child(2){
	text-decoration: none;
}

div > div:nth-child(2) > p:nth-child(13) > em:nth-child(3) > a:nth-child(2):hover{
	text-decoration: underline;
	text-decoration-style: solid;
}

div > div:nth-child(2) > p:nth-child(12) > em:nth-child(3) > a{
	text-decoration: none;
}

div > div:nth-child(2) > p:nth-child(12) > em:nth-child(3) > a:hover{
	text-decoration: underline;
	text-decoration-style: solid;
}

div > div:nth-child(2) > p:nth-child(12) > em:nth-child(5) > a{
	text-decoration: none;
}

div > div:nth-child(2) > p:nth-child(12) > em:nth-child(5) > a:hover{
	text-decoration: underline;
	text-decoration-style: solid;
}

/*weil Bilder plötzlich eingerückt*/
figure {margin:0;}

/*weil Header plötzlich versetzt*/
body > div.wp-site-blocks > header > div > div > h1{
	margin-bottom: 0%;
}

/*Header mobil*/
@media screen and (max-width: 600px) {
body > div.wp-site-blocks > header > div > div{
padding-top: 0rem !important;
}
}