body.ownerbody {    
    background:url("https://daserste.ndr.de/resources/images/royalty/bg_royalty.jpg") no-repeat scroll center top #a58554;
    /*background-size: contain;*/
}

/* ################ Kopf für twolist html ################ */
.reiterkarte, #menubar {
    background: #6b5b79;
    color: #fff;
}
.clickable {
    background:#fff;
}
.reiterkarte.clickable span{
	color: #6b5b79;
}
/* ################ Chatbox - Kommentareingabe chatbox und message im Overlay ################ */
#chatboxdummy, .overlayCommentsFormContainer {
	background-color: #6b5b79;
	color:#fff; 
}
input[type="submit"] {
	background: #b297c9; 
	color: #fff;
}
.eLCommentsFormContainer #messageCommentForm td:first-child, 
#chatboxdummy td:first-child {
	background-color: #fff;
}
.eLCommentsFormContainer #messageCommentForm td:last-child, 
#chatboxdummy td:last-child {
	background-color: #b297c9;
}

/*kacheln */

/* ################ Powered ################ */
#poweredByFlypSite {
    background: #6b5b79 url("/g/assets/poweredByFlypSite.png") no-repeat scroll center center;
}



/* transparenter Hinterleger liste für alle styles gleich machen */
div[type="list"] .tile .transparent_postcard {
	background: none;
}

div[type="list"] .kachel.tile .transparent_postcard {
background-color: rgba(0, 0, 0, 0.5);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.81) 30px, rgba(0,0,0,0.91) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.81)), color-stop(100%,rgba(0,0,0,0.91))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.81) 30px,rgba(0,0,0,0.91) 100%); /* W3C */
color:#fff;
    
}

/* transparenter Hinterleger auf dem Banner */
.ownerbody .banner .tile .transparent,
.ownerbody .banner .tile .transparent_postcard {
	background: none;
}


.column40 .tile , .column60 .tile {
    background-color: #fff;
    color: #000;
    margin: 20px 10px;
    padding: 8px;
}

#column60 .slideshow .tile, 
#column40 .slideshow .tile, 
#column60 .slideshow.tile, 
#column40 .slideshow.tile {
    margin:0;
    padding:0;
}
div[type="list"] .slideshow span.infoblock {
    padding:15px 20px 0px 20px;
}
div[type="list"] .slideshow .tile .infoblock {
    font-size:10px;
    padding:10px 11px 0px 11px;
}



div[type="list"] .tile .connect .flypiconConnect {
    color: #fff;
    height: auto;
}

#videoBtn {
    color: #b49464;
    font-size: 18px;
    background: rgba(255,242,217,0.6);
    padding: 11px 20px 9px 25px;
    bottom: 0;
    right: 0;
    border-top-left-radius: 90px; 
}

#videoBtn[state="open"]:hover, 
#videoBtn[state="closed"]:hover {
    color: #9a7f56;
}


.tile a {
    color: #9358c7;
}
.tile a:hover {
    text-decoration: underline;
    color:#a76fd7;
}
.tile .serviceicon {
    color: #9358c7;
}
.tile .serviceicon:hover {
    color: #a76fd7;
}


