
/* - ploneCustom.css - */
@media all {
/* https://edit.pfaffenbichler.net/pfaffenbichler/portal_css/ploneCustom.css?original=1 */
@media print {
body {
font-family: "AvantGardeGothicITCW01B 731069", Verdana, Arial;
}
#head, div#menu, div.documentActions, div#slides, dl#relatedItemBox {
display:none;
}
}
dl#relatedItemBox {
margin-top:3em;
}
div.documentActions {
ul {
padding: 0 0 0 1em;
display:none;
}
li#document-action-print {
}
p.hiddenStructure {
display:none !important;
}
}
body.subsection-jobs{
div#bullets {
display:none !important;
}
div.documentActions {
ul {
display:block;
}
}
@font-face{
font-family:"AvantGardeGothicITCW01D 731075";
src:url("/ITCAvanGardeGothicMedium.otf") format("opentype");
}
@font-face{
font-family:"AvantGardeGothicITCW01B 731069";
src:url("/ITCAvantGardeGothicCEBook.otf") format("opentype");
}
@media screen and (min-width: 960px)
#head {
height: 250px !important;
}
/* */
#gdpr-cookie-overlay {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
min-height: 100vh;
height: auto;
overflow-y: scroll;
padding: 2rem;
background: radial-gradient(circle at center, rgba(48, 63, 70, 0.65), rgba(24, 34, 38, 0.95)) no-repeat center;
background-size: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#gdpr-cookie-message {
position: fixed;
background-color: #fff;
padding: 20px;
border-radius: 0;
box-shadow: 0 6px 6px rgba(0,0,0,0.25);
margin-left: 30px;
z-index: 100;
position: relative;
max-width: 700px;
margin: auto;
}
#gdpr-cookie-message h4 {
color: #000;
margin-bottom: 10px;
font-weight:700;
}
#gdpr-cookie-message h5 {
color: #000;
font-weight: 500;
margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
color: #000;
font-size: 15px;
line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
margin-bottom: 0;
text-align: right;
}
#gdpr-cookie-message li {
width: 49%;
display: inline-block;
}
#gdpr-cookie-message a {
color: #000;
text-decoration: none;
font-size: 15px;
padding-bottom: 2px;
border-bottom: 1px dotted rgba(255,255,255,0.75);
font-weight: bold;
transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
color: #000;
border-bottom-color: #000;
transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
border: none;
background: #00b348;
color: #fff;
font-size: 15px;
padding: 7px;
border-radius: 3px;
margin-left: 15px;
cursor: pointer;
transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
background: white;
color: #000;
transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
background: #000;
color: #fff;
}
#gdpr-cookie-message button:disabled {
opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
float: none;
margin-top: 0;
margin-right: 5px;
}
}

