/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/source-sans-pro-v13-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
       url('fonts/source-sans-pro-v13-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v13-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v13-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v13-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v13-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

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

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

*,
body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

  vertical-align: baseline;
	list-style: none;
	text-decoration: none;
	}

/* ALLGEMEIN */
main {
  font-size: 0;
  line-height: 0;
  }

hr {
	border-bottom: solid 1px #646464;
	margin: 15px 0;
	}

img {
  display: block;
  width: 100%;
  height: auto;
}

nav#footer li {
  display: inline-block;
  vertical-align: top;
  }

/* TEXT-FORMATIERUNG */
* {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 19pt;
	font-weight: 300;
	font-style: normal;
	color: white;
	}

p, span, strong, b, em, i, a, li, td, h3, .claim { letter-spacing: 0.75pt; }
h1 { letter-spacing: 2px; }
h2 { letter-spacing: 1pt; }

p { margin-bottom: 8px; }

  /* LINKS */
  a:hover { cursor: pointer; }

  p > a { text-decoration: underline; }

  p > a:hover { text-decoration: none; }

/* AUFZÄHLUNGSZEICHEN */
ul.bullet {
	padding-left: 15px;
	margin: 1em 0;
	}

ul.bullet > li {
	display: list-item;
	list-style-type: square;
	}

/* HEADINGS */
h1 {
  margin-bottom: 25px;
  font-size: 24pt;
  line-height: 30pt;
  }

h2, h3 { margin-top: 25px; }
h2+h3 { margin-top: 0; }

h2 {
  font-size: 13pt;
  line-height: 21pt;
  font-weight: 400;
  color: #646464;
  }

h3 { font-weight: 600; }

/* TABELLE */
table {
  width: 100%;
  margin-top: 5px;
  border-collapse: collapse;
  }

th,
td {
  padding: 7px 15px 5px;
  border: 1px solid #646464;
  }

  tbody > tr:hover {
    background-color: #3d3d3d;
    /* cursor: pointer; */
    }

/* LAYOUT */
html { scroll-behavior: smooth; }

body { background-color: #333333; }

main {
  width: 85%;
  max-width: 1150px;
  padding: 50px 0;
  margin: 0 auto;
  }

  @media screen and (max-width:599px) {
    #logo {
      width: 100%;
      max-width: 150px;
      margin-bottom: 30px;
      }
  }

  @media screen and (min-width:600px) {
	#logo,
	#content {
	  display: inline-block;
	  vertical-align: top;
	}

    #logo { width: 33.333%; }

    #logo > div { padding-right: 50px; }

    #content { width: 66.666%; }

    a.claim { display: none; }
    }

  /* CLAIM */
  svg { margin-right: 5px; }
  svg > path { fill: mediumaquamarine; }

  .claim,
  .claim > a {
    color: mediumaquamarine;
    font-weight: 600;
    }

/* SPEZIELLE OEFFNUNGSZEITEN */
li > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #646464;
  }

  /* FOOTER NAV */
  nav#footer { margin-top: 25px; }

  nav#footer li { margin-right: 5px; }

  nav#footer a {
    line-height: 11pt;
    font-weight: 600;
    }
