.fullscreen-img {
width: 1280px;
}
.fullcont-img {
width: 100%;
}
/*-------- 1/2 ---------- */
.halfcont-img {
width: 46%;
}
/*-------- 1/3 ---------- */
.thirdcont-img {
width: 31%;
}
/*-------- 1/4 ---------- */
.quartcont-img {
width: 23%;
}
.fullscreen-img > img,
.fullcont-img > img,
.halfcont-img > img,
.thirdcont-img > img,
.quartcont-img > img {
width: 100%;
height: auto;
}
.floatleft-img {
float: left;
margin-right: 3%;
}
.floatright-img {
float: right;
margin-left: 3%;
}
.fortypercent {
width: 44%;
}
.main p.copyright {
/* clear: right;
float: right;
max-width: 800px;
font-size: 11px; */
clear: right;
max-width: 800px;
font-size: 11px;
text-align: right;
}
.cf:after {
content: "";
display: table;
clear: both;
}
.italic {
font-style: italic;
}
.noborder,
.noborder th,
.noborder td {
border: none;
}
.box {
display: block;
margin-bottom: 1em;
padding: 0.75em 1em;
max-width: 1000px;
background-color: #fea;
border-radius: 7px;
}
.box > p {
display: block;
}
.box > p:last-child {
margin-bottom: 0;
}
.box > table {
margin-bottom: 0;
}
.main span.color {
color: #c23433;
font-weight: bold;
}
.main ol.content_loweralpha {
list-style-type: lower-alpha;
}
.main ol.content_upperalpha {
list-style-type: upper-alpha;
}
.noborder,
.noborder th,
.noborder td {
border: none;
}
/*-------- downloads ---------- */
.signatur_download_item_container {
background: #eeeeee none repeat scroll 0 0;
border: 1px solid #eeeeee;
border-radius: 7px;
box-sizing: border-box;
max-width: 600px;
padding-bottom: 10px;
}
.signatur_download_item_container > h3 {
background: #262e38 none repeat scroll 0 0;
border-radius: 5px;
color: white;
font-size: 12px;
font-weight: 500;
margin-top: 0;
padding: 5px 15px;
text-transform: uppercase;
}
.signatur_download_item {
padding: 0 10px 10px;
}
.signatur_download_item > a {
color: black;
display: inline-block;
text-decoration: none;
width: 100%;
}
.intertekst_download_item > a:hover {
text-decoration: underline;
}
.signatur_download_item.doc > a::before,
.signatur_download_item.pptx > a::before,
.signatur_download_item.pdf > a::before {
content: "";
display: inline-block;
width: 45px;
height: 45px;
position: relative;
background-image: url('/data/5d866b02-5bf8-4c9f-8010-4c8ee385811d');
background-repeat: no-repeat;
background-size: 180px 45px;
overflow: hidden;
background-position: -90px 0px;
vertical-align: bottom;
margin-right: 5px;
}
.signatur_download_item.pptx > a:before {
background-position: -45px;
}
.signatur_download_item.pdf > a:before {
background-position: 5px;
}
p, li {
max-width: 600px;
}
.bold {
font-weight: bold;
}
.clear {
width: 100%;
overflow: auto;
}