/* work-sans-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/work-sans-v23-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/work-sans-v23-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v23-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/work-sans-v23-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* Vantage Full Width Layout - Adjust Site Width */

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 1400px;
}

/*--- NAVIGATION ---*/


.main-navigation a {
  font-weight: 300;

}

.main-navigation ul ul a {
  white-space: nowrap;
  width: auto;
}

.main-navigation ul ul li {
  min-width: 100%;
}

/* Mobile Logo */

#masthead {
  padding: 0 10px 0 10px;

}

/* Texttrennungen */

body {
	hyphens: auto;
}


/*--- ANCOR LINKS ---*/

.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: 1px;
}


/*--- Rahmen um Bilder mit BU ---*/

.entry-content .wp-caption {
  border-width: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  padding-top: 0px;
}


/* img round */

.img-round {
  -webkit-box-shadow: 2px 2px 5px 0px #e77a24;
  box-shadow: 2px 2px 5px 0px #e77a24;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Tabellen */

.tablepress .column-1 {
  width: 30%;
}

.tablepress .column-2 {
  width: 70%;
}

.tablepress tbody td,
.tablepress thead th {
  font-size: 20px;
}


/* navi bg box */

.main-navigation ul li a {
  padding: 10px 25px;
  line-height: 1em;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*--- H1 ---*/

.entry-content h1 {
  font-weight: 200;
  line-height: 1.2em;
  color: #da5b12;
}


/*--- H2 ---*/

.entry-content h2 {
	line-height: 1.2em;
  color: #da5b12;
}

/*--- H3 ---*/

.entry-content h3 {
  line-height: 1.1em;
  color: #da5b12;
}

/*--- H4 Uppercase ---*/

.entry-content h4 {

	line-height: 1.1em;
}

/*--- H6 ---*/

.entry-content h6 {
  font-size: 16px;
  line-height: 1.1em;
}

/* Mobile Headlines */

/* Page Content Heading Tag Sizes - Mobile */


.mobile-nav-frame ul li a.link, .mobile-nav-frame .title h3 {
	text-shadow: none;
}

@media screen and (max-width: 680px) {
  article.post .entry-header h1.entry-title,
  article.page .entry-header h1.entry-title {
    font-size: 24px;
    line-height: 1.5em;
  }

  .entry-content h1 {
    font-size: 32px;
    line-height: 1.4em;
	  text-transform: uppercase;
  }

  .entry-content h11 {
    font-size: 32px;
    line-height: 1.4em;
    text-transform: uppercase;
  text-align: center;			
  }
		
		
  .entry-content h2 {
    font-size: 28px;
    line-height: 1.4em;
  }

  .entry-content h3 {
    font-size: 26px;
    line-height: 1.4em;
  }

  .entry-content h4 {
    font-size: 32px;
    line-height: 1.4em;
  }

  .entry-content h5 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .entry-content h6 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .wp-caption-text.gallery-caption {
    font-size: 7px;
  }
}

/* List */

ol,
ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  line-height: 1.9em;
}

.entry-content ul {
  list-style-type: disc;
}


/* Footer Theme */

#colophon #theme-attribution,
#colophon #site-info {
  text-align: center;
  margin-top: 0px;
  color: #aaa;
  font-size: 0px;
}

/* Footer */

#footer-widgets .widget .widget-title {
font-size: 16px !important;
}		
#footer-widgets .widget, #masthead-widgets .widget {
  font-size: 16px;
		}