/* 1.0.9 */
/* Basic Site Style - START */
:root {
  --vs-legals-main-width: 1140px;
  --pwd-legals-ui-01: #c7cad5;
}
.vs-legals-container a.pwd-lc {
    display: inline;
    text-decoration: none !important;
    color: inherit;
    cursor: text;
}
.vs-legals-container a.pwd-lc:hover {color: inherit !important;}

/* Font - START */
.page .entry-header {margin-bottom: 3em;}
header.entry-header h1.entry-title {
  	max-width: var(--vs-legals-main-width) !important;
	margin: auto;
    font-size: 35px;
    font-weight: bold;
}
h2.vs-legals-heading {font-size: 30px;display: flex;}
/*h2.vs-legals-heading:before {content: '❱ ';}*/
.vs-legals-offset.vs-extended-legals h2:before, h2.vs-legals-heading:before {content: '》';}
.vs-legals-offset.vs-extended-legals h3, h3.vs-legals-heading {
    font-size: 25px;
    padding: 5px 10px;
    background: whitesmoke;
}
h3.vs-legals-heading-company {font-size: 25px;}
h4.vs-legals-heading {font-size: 22px;}
h5.vs-legals-heading {font-size: 20px;}
.vs-legals-container-imprint h4 {margin-top: 45px;}
.vs-legals-container h1, .vs-legals-container h2, .vs-legals-container h3, .vs-legals-container h4, .vs-legals-container h5, .vs-legals-container h6 {
    font-weight: 600;
	margin-bottom: 25px;
}
/* Font - END */

.vs-legals-container {
    max-width: var(--vs-legals-main-width) !important;
  	font-size: 17px;
  	font-family: 'Roboto', Arial, Helvetica, sans-serif;
  	line-height: 1.5;
}
.vs-legals-section {
    margin: 30px 0;
    padding: 15px;
    background: whitesmoke;
    border-radius: 15px;
}
.vs-legals-container p {
    margin: 0 0 1em 0;
}
.vs-legals-a {
    display: block;
}
@media (max-width: 767px) {
.vs-legals-container {
    hyphens: auto;
    word-break: auto-phrase;
}
h2.vs-legals-heading {
	word-break: normal;
}}
.vs-legals-container a {
	word-break: break-all;
    display: block;
}
ol.vs-legals-list, ul.vs-legals-list {
    padding-left: 25px;
    margin-left: 0;
}
.vs-legals-list > * {padding: 5px;}
/* Basic Site Style - END */

/* Privacy Policy - START */
/* COOKIES - START */
p.vs-legals-section-header {
    font-weight: bold;
    background: white;
    padding: 20px;
    margin-bottom: 30px;
}
p.vs-legals-cookie-header {
    font-weight: bold;
    margin: 25px 0 15px;
  	padding: 0 20px;
}
.vs-legals-cookie-name {
    font-weight: bold;
}
.vs-legals-cookie-flexsection {
    display: flex;
    flex-direction: column;
}
.vs-legals-cookie-flexbox {
    display: flex;
    flex-direction: row;
    border: 2px solid var(--pwd-legals-ui-01);
    border-radius: 8px;
    padding: 5px 10px;
    margin: 15px 0 0;
    /* box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25); */
    background: white;
    font-size: 14px;
}
@media (max-width: 767px) {
.vs-legals-cookie-flexbox {
    flex-direction: column;
    align-items: flex-start;
  	gap: 0.5em;
}
}
.vs-legals-cookie-flexbox > p {
    padding: 6px 10px;
    margin: 0;
}
@media (min-width: 768px) {
.vs-legals-cookie-name {
    flex: 1 5%;
    border-right: 2px solid var(--pwd-legals-ui-01);
}
.vs-legals-cookie-desc {
    flex: 1 25%;
    border-right: 2px solid var(--pwd-legals-ui-01);
}
.vs-legals-cookie-time {
    flex: 1 10%;
}
}
/* COOKIES - END */

.vs-legals-offset.vs-extended-legals {
    margin-top: 45px;
}
.vs-legals-info-txt{
    font-size:14px;
    color:#8d8f9f;
    text-align: center;
    margin-top: 45px;
}
/* Privacy Policy - END */

/* Imprint - START */
.vs-img-sources-section ol {
    display: flex;
    gap: 2em;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
  	margin-left: 0;
}
.vs-img-sources-section li {
  	width: 280px;
  	word-break: break-word;
	margin-left: 32px;
}
/* Imprint - END */