@media only screen and (max-width: 1024px)
{
  div,p,th,td,li,h1,h2,h3,h4,h5,h6,span
  {
    line-height: 125%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11pt;
    font-weight: 300;
  }
  
  h1,h2,h3,h4,h5,h6
  {
    font-size: 15pt;
    font-weight: bold;
  }
  
	div#header-inner
	{
	  width: 800px;
	}
	
  div#header-inner-txt
  {
    width: 640px;
  }

  div#header-inner-txt-1,
  div#header-inner-txt-2
  {
    width: 640px;
  }

	div#content
	{
	  width: 800px;
  }
  
	div#footer-spacer
	{
	  width: 800px;
	}
	
	div#footer-inner
	{
	  width: 800px;
	}

	#startpage-carousel .owl-item-img
	{
	  width: 800px;
	  height: 332px;
	}

  #startpage-carousel .owl-item-txt
  {
    width: 780px;
  }

  .image-link-box-item
  {
    height: 240px;
  }
  
  .image-link-box-item-text
  {
    top: 210px;
    height: 30px;
  }
  
  .image-link-box-item-text a
  {
    font-size: 12pt;
  }
  
	div.event-grid-item
	{
	  width: 345px;
	}

  div.event-overview-headline h3
  {
    font-size: 13pt;
  }
}