/* cmsms stylesheet: 12UBUNTU modified: 30.09.2023 09:30:09 */
body
{
font-family:Arial;
font-size:18px;

background-image:url(https://www.ubuntu-dorf.de/uploads/images/bg_pressboard0.jpg);
background-size: cover;
 background-attachment: fixed;
}
.roofTop
{
position:absolute;
top:0px;
left:-500px;
width:1000px;
height:200px;


}
.ubuntulogo
{
 position:absolute;
  left:-500px;
  top:30px;
}
.mpPos
{
  position:absolute;
  left:50%;
  top:8%;
}
.mpContentArea
{
position:absolute;
top:0px;
width:965px;
height:100%;
left:-5px;
overflow-x:hidden;
margin-left:30px;
margin-right:30px;
margin-top:0px;
overflow-y:hidden;
background-color:transparent;
}
.mpContent2
{
position:absolute;
top:200px;
left:-500px;
width:1000px;
height:600px;

background-color:white;
}
.mpContent
{
position:absolute;
top:150px;
left:-500px;
width:1000px;
height:600px;
padding:30px;
background-color:white;
}
.mpContentBG
{
background-image:url(https://www.ubuntu-dorf.de/uploads/images/mp_content.svg);
background-size: 100% 100%;
background-repeat:no-repeat;
background-position:center center;
}
.leftItem
{
background-image:url(https://www.ubuntu-dorf.de/uploads/images/item_01.svg);
background-size: 250px 175px;
background-repeat:no-repeat;
background-position:center center;
}
.leftItemActive
{
background-image:url(https://www.ubuntu-dorf.de/uploads/images/item_01_active.svg);
background-size: 250px 175px;
background-repeat:no-repeat;
background-position:center center;
}
.leftItem div 
{
position:absolute;
left:0px;
width:100%;
text-align:center;
top:80px;
}
.leftItemActive div 
{
position:absolute;
left:0px;
width:100%;
text-align:center;
top:80px;
}
.footer
{
position:absolute;
top:830px;
left:-500px;
width:940px;
height:200px;
background-image:url(https://www.ubuntu-dorf.de/uploads/images/footer.svg);
background-size: 100%;
background-repeat:no-repeat;
background-position:top center;
padding:30px;

}
.footerAddress
{
margin:40px;
position:absolute;
left:0px;
top:0px;
width:660px;
height:200px
}
.footerStandards
{
margin:40px;
position:absolute;
right:0px;
top:0px;
width:210px;
height:200px; 
}
a
{
color:#b53a1f;
cursor:pointer;
text-decoration:none;
}
#imgContentName
{
position:absolute;
top:-160px;
width:700px;
left: 20%;
}
#imgOr2
{
position:absolute;
top:-380px;
width:700px;
right: -20%;
}

#imgOr
{
position:absolute;
top:-470px;
width:700px;
right: -25%;
}
h3.red{
margin:0px;
color:#b53a1f;
margin-bottom:20px
}
p.detailInfo{
color:#b53a1f;
font-weight:bold;
}
div.listDetailItem{
   background-color:#ede7c4;
   width:800px;
   height:auto;
font-size:0.8em;
   margin-bottom:20px;
}
q.header{
color:#562e27;
font-size:.8em;
font-style:italic;
}
cite.header{
color:#562e27;
font-size:.6em;
font-style:normal;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
