/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.03.2017, 10:15:16
    Author     : silke
*/

@import "../Fonts/bookantiqua/stylesheet.css";
@import "../Fonts/bookantiquabold/stylesheet.css";
@import "../Fonts/diploma/stylesheet.css";
@import "../Fonts/americanuncd/stylesheet.css";

body, .htmlarea-content-body {
    padding: 0;
    font-family: 'book_antiquaregular', serif;
    color: rgb(61, 29, 44);
    background-color: rgb(255, 255, 204);
    font-size: 15px;
}

a {
    color: rgb(124, 40, 53);
}

h1,.h1 {
    font-family: 'americanuncdregular', serif;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
/*h1:first-letter,.h1:first-letter {
    font-family: 'diplomaregular', serif;
    font-size: 40px;
    color: #660000;
}*/

h2,.h2 {
    font-size: 24px;
}

#inhalt ul {
    padding-left: 0;
}
#inhalt ul li {
    list-style-type: none;
    text-indent: -15px;
    margin-left: 15px;
}
#inhalt li:before {
    content: '• ';
    color: #992222;
}

p.text-left,
li.text-left,
ul.text-left {
    text-align: left;
}

p.text-center,
li.text-center,
ul.text-center {
    text-align: center;
}

p.text-right,
li.text-right,
ul.text-right {
    text-align: right;
}

span.mimfont {
    font-family: "americanuncdregular", serif;
}

a.btn {
    background-color: #992222;
    color: rgb(255, 255, 204);
    display: inline-block;
    padding: 5px 10px;
}

body .usercentrics-button input[type="checkbox"] {
    display: initial !important;
}
body .usercentrics-button input[type='checkbox']:checked:before {
    top: 5px;
}

body #usercentrics-button .uc-banner-content {
    background-color: rgba(255,255,204,0.95);
}
body #usercentrics-button .uc-btn-new.uc-btn-accept,
body #usercentrics-button .uc-btn-new.uc-btn-deny {
    background-color: rgb(124, 40, 53);
    color: rgb(255,255,204);
}
body #usercentrics-button .uc-btn-new.uc-btn-more {
    background-color: rgb(255,255,204);
    color: #3d1d2c;
    border: 1px solid rgb(124, 40, 53);
}
body #uc-central-banner-modal .uc-box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    overflow: hidden;
}