/* this file contains style for editor */

body, body.cke_editable {
    color: #000;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

hr {
    background: #444;
    border: none;
    box-sizing: content-box;
    clear: both;
    display: block;
    height: 2px;
    margin: 40px 0;
    text-align: left;
    overflow: visible;
}

/* font */
h1, .h1 {
    font-family: Montserrat, sans-serif;
    font-size: 39px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 25px;
    border-bottom: 2px solid #DE5800;
    display: inline-block;
}

h2, .h2 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 0 25px;
}

h3, .h3 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 25px;
}

h3.klein, .h3.klein {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 25px;
}

h4, .h4 {
    font-family: Lato, sans-serif;
    font-size: 19px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 20px;
}

h5, .h5 {
    font-family: Lato, sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 20px;
}

h6, .h6 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
}

@media screen and (max-width: 1023px) {
    h1, .h1 {font-size: 36px;line-height: 1.4;}
    h2, .h2 {font-size: 28px;line-height: 1.4}
    h3, .h3 {font-size: 27px;line-height: 1.4}
    h4, .h4 {font-size: 19px;line-height: 1.4}
    h5, .h5 {font-size: 18px;line-height: 1.4}
    h6, .h6 {font-size: 16px;line-height: 1.4}


}
@media screen and (max-width: 667px) {
    h1, .h1 {font-size: 30px;line-height: 1.3}
    h2, .h2 {font-size: 26px;line-height: 1.3}
    h3, .h3 {font-size: 24px;line-height: 1.3}
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { /*margin-bottom: 0;*/
}

p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
}

p:first-child {
}

p:last-child {
    margin-bottom: 0;
}

b, strong {
    font-weight: 900;
}

hr {
    background: #DE5800;
}

.ce-bodytext ul:not(:last-child),
.ce-bodytext ol:not(:last-child) {
    margin-bottom: 20px;
}

/* link */
h1, h1 a, .h1, .h1 a {
    color: #DE5800;
}

h2, h2 a, .h2, .h2 a {
    color: #DE5800;
}

h3, h3 a, .h3, .h3 a {
    color: #DE5800;
}

h4, h4 a, .h4, .h4 a {
    color: #000;
}

h5, h5 a, .h5, .h5 a {
    color: #DE5800;
}

h6, h6 a, .h6, .h6 a {
    color: #DE5800;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
    text-decoration: none;
}

.header a, .csc-header a {
    text-decoration: none;
}

a {
    color: #DE5800;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a, a:hover, a:focus, a:visited {
}

/* external link */
a.link-external {
}

a.link-external:after {
    content: "\f35d";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 70%;
    font-weight: 900;
    line-height: 1;
    margin-left: 5px;
}

/* a.button / a.more */
a.button, span.button, a.more {
    display: inline-table;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none; /*text-transform: uppercase;*/
}

a.button, span.button {
    background: #FFF;
    border: 2px solid #444;
    color: #FFF;
    padding: 8px 20px;
    text-align: center;
}

a.button:hover, span.button:hover {
}

body.cke_editable a.button:hover, body.cke_editable span.button:hover {
    color: #FFF;
}

a.button:after, span.button:after {
    content: "";
    background: #444;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: scale(1, 1);
    transition: all .4s ease;
}

.no-touch a.button:hover, .no-touch span.button:hover {
    color: #444;
}

.no-touch a.button:hover:after, .no-touch span.button:hover:after {
    transform: scale(0, 0);
}

p > a.button + a.button {
    margin-left: 10px;
}

p + a.button, p > a.button:first-child,
p + a.more, p > a.more:first-child {
    margin-top: 0;
}

a.more {
    color: #DE5800;
    padding: 1px 20px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 900;
    line-height: 34px;
    border: 2px #DE5800 solid;
}

a.more:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    margin-left: 10px;
    position: relative;
}

a.more:hover {
    color: #FFF;
    background: #DE5800;
}

a.more.plane::after {
    content: '\f1d8';
}

a.more.read-more::after {
    content: '\f078';
}

a.more:first-child {
    margin-top: 0;
}

a.button.more {
    padding: 8px 20px;
}

a.button.more, a.button.more:before {
    color: #FFF;
}

a.button.more:hover, a.button.more:hover:before {
}

.no-touch a.button.more:hover, .no-touch a.button.more:hover:before {
    color: #202121;
}

a.teaser-link-left, a.teaser-link-right {
    font-size: 22px;
    line-height: 34px;
    padding: 10px 30px 10px 0;
    color: #DE5800;
    border-bottom: 2px #DE5800 solid;
    text-decoration: none;
    font-weight: 900;
    display: block;
}

a.teaser-link-left {
}

a.teaser-link-right {
    font-size: 18px;
    text-align: right;
}

a.teaser-link-left::after, a.teaser-link-right::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 22px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

.frame-bg-orange a.teaser-link-left, .frame-bg-orange a.teaser-link-right {
    color: #fff;
    border-color: #fff;
}

a[href^="tel:"] {
    cursor: pointer;
}

/* Text */
.content p.tip,
.frame-orange-border {
    border: 1px solid #DE5800;
    padding: 15px 20px;
}

/* Buttons */
.btn {
    font-weight: 900;
    border-width: 2px;
}

.btn-white {
    background-color: #fff;
    color: #DE5800 !important;
    border-color: #fff;
}

.no-touch .btn-white:hover {
    background: none;
    color: #fff !important;
}

.btn-default {
    background-color: rgba(62, 78, 95, 0.14);
    border-color: rgba(62, 78, 95, 0.14);
    color: #000;
}

.btn-default:hover {
    background-color: #fff;
    color: #000;
    border-color: rgba(62, 78, 95, 0.14);
}

.btn-primary {
    background-color: #DE5800;
    border-color: #DE5800;
}

.btn-primary:hover {
    background-color: #fff;
    color: #DE5800;
    border-color: #DE5800;
}

.btn-secondary {
    background-color: #3E4E5F;
    border-color: #3E4E5F;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #3E4E5F;
    border-color: #3E4E5F;
}

.btn-outline-default {
    border-color: rgba(62, 78, 95, 0.14);
    color: #000;
}

.btn-outline-default:hover {
    background-color: rgba(62, 78, 95, 0.14);
    color: #000;
    border-color: rgba(62, 78, 95, 0.14);
}

.btn-outline-primary {
    color: #DE5800;
    border-color: #DE5800;
}

.btn-outline-primary:hover {
    background-color: #DE5800;
    color: #fff;
    border-color: #DE5800;
}

.btn-outline-secondary {
    border-color: #3E4E5F;
    color: #3E4E5F;
}

.btn-outline-secondary:hover {
    background-color: #3E4E5F;
    color: #fff;
    border-color: #3E4E5F;
}

/* Contextual Styling */
.text-primary {
    color: #DE5800 !important;
}

.text-secondary {
    color: #3E4E5F !important;
}

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), a.button, span.button {
    background: #DE5800;
    color: #FFF;
}

_:-ms-lang(x), .no-touch a.button:hover, .no-touch span.button:hover {
    background: #FFF;
    color: #DE5800;
}

_:-ms-lang(x), #root a.button:after, #root span.button:after {
    display: none !important;
}

@media screen and (max-width: 991px), (min-width: 992px) and (max-width: 1024px) and (pointer: coarse) {
    a.teaser-link-left {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}


/* Wacon */
#CookieBox .cookie-accept a,
#CookieBox .cookie-refuse {
    display: block;
}

#CookieBox .cookie-accept a,
#CookieBox .cookie-refuse a,
#CookieBox .cookie-management a {
    padding: 10px 20px;
}

.cookie-management .btn.btn-primary {
    background-color: #fff;
    border: none;
    color: #CA0037;
}

.cookie-management .btn.btn-primary:hover {
    background-color: #fff;
    border: none;
    color: #CA0037;
}

html:not(.touch) .cookie-management .btn.btn-primary:hover {
    color: #CA0037;
}


/* eof */
