/*
* CSS für Thordis Rüggeberg
* Version 1.0
* 27.01.2020
* author: heike@catnip.de
*/


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

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





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

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

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

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



html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #333;
}

h1 {
  font-size: 36px;
  color: #333;
  font-weight: 300;
  text-align: right;
  line-height: 38px;
  margin: 0;
}

h2 {
  font-size: 36px;
  color: #999;
  font-weight: 300;
  text-align: right;
  line-height: 38px;
  margin: 0;
}

h3 {
  font-size: 24px;
  color: #999;
  font-weight: 300;
  text-align: left;
  line-height: 38px;
  margin: 0;
}

.headline {
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  text-align: right;
}

.grey {
  color: #999999;
}

.text {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  text-align: left;
}

.smalltext {
  font-size: 12px;
  line-height: 26px;
  color: #333;
  text-align: right;
}

a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #333;
}

.container {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
  align-content: center;
}

.el-float {
  float: left;
}

strong {
  font-weight: 600;
}

.wrapper {
  padding: 30px 0;
  clear: both;
}

ul {
  list-style: circle;
  padding: 20;
}

p {
  margin: 0 0 1,5em;
}

figure {
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 49%;
}

figure:nth-child(2n) {
  float: right;
}

figcaption {
  margin-top: 14px;
}
