/* Farben */
:root {
	--convergent-green: #79b928;
	--convergent-green-light: #eef6e4;
	--convergent-green-lightest: #f3fce8;
    --convergent-bluegreen: #2aa3b2;
    --convergent-bluegreen-light: #d6eff2;
    --convergent-bluegreen-lightest: #e8fafc;
    --convergent-grey: #1f2023;
	--convergent-grey-medium: #646770;
    --convergent-grey-neutral: dimgray/*#353535*/;
	--convergent-grey-light: #bfccd6;
	--convergent-grey-lightest: #fafafa;
	--convergent-white: #f3f3f3;
}

/* Typografie */

/* Fonts */

/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v21-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-sans-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v21-latin-italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v21-latin-700.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-700italic - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/noto-sans-v21-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v21-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v21-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-v21-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v21-latin-700italic.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* noto-sans-light - latin */
@font-face {
  font-family: 'Noto Sans Display';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoansDisplay-Light.ttf'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/NotoSansDisplay-Light.ttf') format('truetype');
}

/* noto-serif-lightitalic - latin */
@font-face {
  font-family: 'Noto Serif Display';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/NotoSerifDisplay-Italic.ttf'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/NotoSerifDisplay-Italic.ttf') format('truetype');
}

/* domine-700 - latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/domine-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/domine-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/domine-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/domine-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/domine-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/domine-v17-latin-700.svg#Domine') format('svg'); /* Legacy iOS */
}

/* domine-regular - latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/domine-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/domine-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/domine-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/domine-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/domine-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/domine-v17-latin-regular.svg#Domine') format('svg'); /* Legacy iOS */
}

/* Typografie */

body {
    color: var(--convergent-grey);
    font-family: "Noto Sans", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

body {
    font-family: "Noto Sans Display";
    font-style: normal;
    font-weight: 300;
}

#wrapper {
    font-size: clamp(1rem, 0.75vw + 0.75rem, 1.375rem);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Display";
    font-style: normal;
    font-weight: 300;
}

h1, h2, h3, h4 {
  font-family: "Domine", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-style: normal;
  font-weight: 700;
}

h1 span, h2 span, h3 span, h4 span {
  font-family: "Domine", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-style: normal;
  font-weight: 400;
}

h1 {
    font-size: 240%;
    padding-bottom: 1.25rem;
}
h2 {
    font-size: 200%;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
}
h3 {
    font-size: 180%;
    padding-bottom: 0.5rem;
}
h4 {
    font-size: 160%;
    padding-bottom: 0.25rem;
}
h5 {
    font-size: 140%;
    padding-bottom: 0.125rem;
}
h6 {
    font-size: 125%;
    padding-bottom: 0.125rem;
}

.flex.cards .card.soft-facts h2, .flex.cards .card.hard-facts h2 {
    text-align: center;
    width: 100%;
}

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    text-align: center;
    width: 100%;
}

.overlay { position: relative; }

.overlay h2 {
    color: var(--convergent-white);
    font-family: "Domine", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
    font-weight: 700;
    font-size: calc(14px + (56 - 14) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2;
    margin-bottom: 0;
    padding: 3.5%;
    position: absolute;
    text-transform: none;
    z-index: 30;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}

.overlay.light h2 {
    color: var(--convergent-grey);
}

.kontakt .overlay h2, .me .overlay h2 {
    text-align: right;
    width: 100%;
}

@media (max-width:600px) {
.overlay h2 {
    padding-left: 8%;
}

}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.introline {
    border-top: 1px solid var(--convergent-green-light);
    border-bottom: 1px solid var(--convergent-green-light);
    margin: 3rem 0 6rem 0;
    padding: 1rem 0;
}

@media (max-width:760px) {
.introline {
    margin: 3rem 0;
    padding: 1rem 0;
}
}

.introline p {
    background: var(--convergent-green-light);
    color: var(--convergent-grey);
    font-family: "Domine", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-style: normal;
    font-weight: 700;
    font-size: calc(18px + (48 - 14) * ((100vw - 300px) / (1600 - 300)));
    line-height: 1.2;
    margin-bottom: 0;
    padding: 3rem 1rem;
}

.grey p, .grey h1, .grey h2, .grey h3, .grey h4, .grey h5 .grey h6 {
    font-family: "Noto Sans", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
}

.small p {
    font-family: "Noto Sans", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 85%;
    font-weight: 400;
}


.ce_youtube h2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.datenschutz ol {
    list-style: lower-alpha;
    padding-left: 20px;
}

.datenschutz li {
    margin-bottom: 1rem;
}

.ce_text ul {
    list-style-position: outside;
    margin-bottom: 2rem;
}

.ce_text li {
    margin-left: 1.125rem;
    margin-bottom: 1.25rem;
}

.ce_downloads ul {
    list-style-position: outside;
    margin-bottom: 2rem;
}

.ce_downloads li {
    margin-left: 1.125rem;
}


.with-list p {
    margin-bottom: 0;
}

strong {
    font-family: "Noto Sans", Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
}

figcaption {
    font-size: 1rem;
    font-style: italic;
}

/* Akkordeon */
.ce_accordion:focus { outline: 0; }
section.ce_accordion { margin-bottom: 0; }
section.ce_accordion:last-of-type { margin-bottom: 3rem !important; }
.ce_accordion + div.ce_text { margin-top: 1.5rem; }
.ce_accordion + div.ce_image { margin-top: 1.5rem; }
.toggler { cursor: pointer; }
#main .toggler {
  background: var(--convergent-green-light);
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 0.5rem;
}
#main .ui-state-default:after {
  content: "+";
  float: right;
  font-size: 150%;
  line-height: 1;
}
#main .ui-state-active:after {
  content: "-";
  float: right;
  font-size: 175%;
  line-height: 1;
}
#main .accordion {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
#main .toggler { font-size: 105%; }
@media (max-width:899px) {
#main .toggler { font-size: 100%; }
}
/* Akkordeon farbig hinterlegt
.farbig .accordion, .aside .accordion {
	background-color: #f1efec;
	padding-right: 1rem;
}*/

#footer {
    font-size: 75%;
}

.copyright {
    text-transform: uppercase;
}