/* mulish-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish 300';
  font-style: normal;
  font-weight: 300;
  src: url('mulish-v17-latin/mulish-v17-latin-300.woff2') format('woff2'); 
}
/* mulish-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish 400';
  font-style: normal;
  font-weight: 400;
  src: url('mulish-v17-latin/mulish-v17-latin-regular.woff2') format('woff2'); 
}
/* mulish-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish 700';
  font-style: normal;
  font-weight: 700;
  src: url('mulish-v17-latin/mulish-v17-latin-700.woff2') format('woff2'); 
}



* {
	margin:0;
	padding:0;
	border:0;
	  word-wrap: break-word;
  overflow-wrap: break-word;
-webkit-hyphens: initial;
   -moz-hyphens: initial;
        hyphens: initial;
}

html {
	font-size:16px;
	font-family: 'Mulish 300';
	color: #000;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}

body {
	font-size: 1.25rem;
	overflow-x: hidden;
}


a:visited, a:link {
	color:inherit;
	text-decoration:none;
	font-size:inherit;
}

a:hover, a:active {
	color:inherit;
	text-decoration:none;
	font-size:inherit;
}

b, strong {
	color:inherit;
	font-weight:normal;
	font-size:inherit;
	font-family: 'Mulish 700';
}

blockquote {
	display:block;
	padding: 0;
	margin: 0rem 0;
	position: relative;
 }

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: inherit;
}

blockquote p:last-of-type {
	margin-bottom: 0;
}


blockquote em{
  font-style: italic;
}

blockquote p {
	line-height: 1.875rem;
	font-style: italic;
	font-family: 'Mulish 400';
	font-size: 1.25rem;
	color: #f4b058;
}

button {
	width:15rem;
	display:block;
	border:1px solid #ccc;
	padding:0.3rem 0.5rem;
	margin-bottom:1rem;
	text-align:center;
}

button:hover {
	background:#cecece;
}

cite {
	text-align: left;
	display: block;
	font-style: normal;
	font-family: 'Mulish 400';
	font-size: 1.2rem;
	margin-top: 1rem;
}

em, i {
	color:inherit;
	font-weight:inherit;
	font-size:inherit;
}

h1, .h1 {
	font-size:2.8125rem;
	color:inherit;
	font-family: 'Mulish 700';
	line-height: 1.4em;
	margin-bottom: 3.4rem;
	text-transform: uppercase;
}

h2 {
	font-size: 1.875rem;
	color: inherit;
	font-family: 'Mulish 700';
	line-height: 2.25rem;
	margin-bottom: 2.8rem;
}

h3 {
	font-size: 1.25rem;
	color: inherit;
	font-family: 'Mulish 700';
	line-height: 1.4em;
	margin-bottom: 1.625rem;
}

h4 {
	font-size:1.4rem;
	font-weight:normal;
	color:inherit;
	font-family: 'Mulish 400';
}

h5 {
	font-size:1.2rem;
	font-weight:normal;
	color:inherit;
	font-family: 'Mulish 400';
}

h6 {
	font-size:1.2rem;
	font-weight:normal;
	color:inherit;
}

hr {
    display: block;
    height: 1px;
    background: #E1E1E1;
    margin: 1.875rem 0;
}

input {
	width:15rem;
	display:block;
	border:1px solid #ccc;
	padding:0.3rem 0.5rem;
	margin-bottom:1rem;
	box-sizing: border-box;
}

input[type="submit"] {
	width:15rem;
	display:block;
	border:1px solid #ccc;
	padding:0.3rem 0.5rem;
	margin-bottom:1rem;
	text-align:center;
	cursor:pointer;
	box-sizing: border-box;
}

input[type="submit"]:hover {
	background:#cecece;
}

textarea {
	border:1px solid #ccc;
	width: 15rem;
	margin-bottom: 1rem;
}

label {
	display:block;
	color:inherit;
	font-weight:inherit;
	margin-bottom:0.3rem;
}

li {
	font-size:inherit;
}

ol {
    counter-reset: foo;
    display: table;
	margin:1rem;
}

ol > li {
    counter-increment: foo;
    display: table-row;
	
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; 
    text-align: right;
}

ol li {
	display:table;
	margin-bottom:0.5em;
}

ol li:last-child {
	margin-bottom:0;
}

option {
	padding:0.3rem 0.5rem;
}

p {
	margin-bottom:1.25em;
	line-height:1.6875rem;
	text-align: left;
}

p:last-of-type {
	margin-bottom: 0;
}

select {
	width:15rem;
	display:block;
	border:1px solid #ccc;
	margin-bottom:1rem;
	box-sizing: border-box;
}

span {
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
}

table {
	border:1px solid #ccc;
}

table tr:first-child {
	background:#ccc;
}

table tr:nth-child(2n+3) {
	background:#eee;
}

td {
	padding:0.3rem 1rem;
	text-align:left;
}

th {
	padding:0.3rem 1rem;
	text-align:left;
	font-size:1rem;
}

ul {
	
}

ul li {
	list-style:none;
	background:url(../images/icon_liste.png) 0 9px no-repeat;
	padding-left:1rem;
	background-size: 5px;
}

#usercentrics-button ul li {
    background: none;
}
div.uc-embedding-container {
    overflow: auto;
	height: 400px;
}

@media print {
	
}
/** BASIC PATTERN ENDE **/