/**** Fontload **/
/** Base - Hier alle Fonts einbetten die auch im Pagebuilder bereit gestellt werden **/
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto-slab-v34-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/roboto-slab-v34-latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); 
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {font-family: 'Roboto Slab', sans-serif;font-weight: 400;line-height: 1.2;}

h1, .h1 {font-size: 2.5rem; font-weight: 900;}
h2, .h2 {font-size: 2.0rem; font-weight: 700;}
h3, .h3 {font-size: 1.8rem; font-weight: 700;}
h4, .h4 {font-size: 1.25rem;}
h5, .h5 {font-size: 1.0rem; font-weight: 700;}
h6, .h6 {font-size: 1.0rem;}

h1 span, h2 span, h3 span, h4 span {color: #000;}

p {margin-top: 0;margin-bottom: 1rem;}
p:last-child {margin-bottom: 0;}

a,
button,
.aa {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	color: #000;
}

a,
.aa,
button,
img,
input,
span {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
*:focus {outline: none !important;}
a:focus {text-decoration: none;color: inherit;outline: none;}
a:hover, .aa:HOVER {text-decoration: none;color: #666;}
button, input[type='submit'] {cursor: pointer;}
ol, ul, dl {list-style: outside none none;}
ol ol,
ul ul,
ol ul,
ul ol {margin-bottom: 0;}
dt {font-weight: 700;}
dd {margin-bottom: 0.5rem;margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b, strong {font-weight: bolder;}
/**** Sonderfall ****/
small {font-size: 10px;}
.cms-a a {color: #000;}
.cms-a a:hover {color: #999;}
.is-container ul {list-style: disc; margin-left: 15px;}
.is-container ul.slick-dots {list-style: none; margin-left: 0px;} /** Fix **/