/* CSS Standard */


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

@charset "utf-8";

* { 
  margin: 0px; padding: 0px;
  font-family: 'Open Sans';
}
html {
  	background-color: #222222;
  	font-size: 18px;
  	color: #fff;
  	background: url("../img/hg-website.png") top repeat-x #222222;
  	padding-top: 20px;
}
body, html {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {clear: both;}

h1, .h1_headline { font-size: 22px!important; color: #74D0ED; margin-bottom: 10px; text-transform:uppercase; }

h2 { font-size: 20px!important; color: #74D0ED; margin-bottom: 10px; text-transform:uppercase;}

h3 { font-size: 18px!important; color: #74D0ED;}

p {text-align: justify;}
ul {list-style-type:none;}
a {text-decoration: none; color:#74D0ED;}
a:hover {cursor: pointer}

img {max-width: 100%; height: auto;}
.clear {clear: both; display: none;}

table, th, tr, td {vertical-align: bottom;}

ul.podcast_sub {
	text-align: center;
}
ul.podcast_sub li {
	display: inline-block;
	margin-right: 10px;
}
ul.podcast_sub li:last-child {
	margin-right: 0;
}

li.active a {color: #fff;}

.article-info-term {
  display: none;  
}

/* ---- Grid Begin ---- */

.wrapper {
    max-width: 1400px;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    
    margin-top: 15px;
        
    display: grid; 
  	grid-template-columns: 1fr;
  	grid-template-rows: 180px auto 150px;
  	  	
  	grid-template-areas:
  	"header"
   	"main"
  	"footer";    
}

header {
	margin-bottom: 3%;
	margin-top: 10px;
	
	grid-area: header;
	
	display: grid;
	grid-template-columns: 25% 75%;
}


main {
	clear: both;  
	max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	
	
	grid-area: main;
}


footer {
  	grid-area: footer;
}

/* ---- Grid End ---- */

/* Logo */
#logo {
	float: left;
	position: relative;
	top: 7px;
}

#logo, nav {
	display: inline-block;
}

#logo img {
	width: 306px;
	max-width: 100%;
}

.searchsitesearch {
	text-align: right;
}

/* Social Media Menu */
ul#socialmedia {
	margin-top: 0.8em;
}

#socialmedia li {
  display: inline; 
   padding-right: 24px;
}

#socialmedia li:last-child {
	padding: 0;
}

#socialmedia img {
	height: 20px;
	max-height: auto;
}

/* Hauptnavigation */
nav {
    float: right;
    text-align: right;
}

nav a {color: #828282; font-weight: normal;}

nav ul {
  display: block;  
  width: 100%;
  text-align: right;
}

nav li {
  display: inline-block;  
  padding-right: 20px;
  font-size: 30px;
}
nav li:last-child {padding-right: 0;}

nav:after, nav:before, #wrapper-header:after {
	clear: both;
}

nav li:hover a {
	color: #fff;
	font-weight: normal;
}


/* Nav Dropdown */

li.parent {
	position: relative;
  	display: inline-block;
}

ul.nav-child {
	display: none;
	position: absolute;
	min-width: 240px;
	text-align: left;
	z-index:1;
	background-color: #000;
	padding: 10px;
	border-bottom: 2px solid #828282;
	left: -10px
}

ul.nav-child li {
	display: inline-block;
	padding: 0;
}

ul.nav-child li a {
	font-size: 25px;
	color: #828282;
}

ul.nav-child li a:hover {
	color: #fff;
}

li.parent:hover ul.nav-child {
	display: block;
}


/* Headlines */

.headline {
	text-transform: uppercase;
}

.news .headline, .site-info .headline {
	font-size: 25px;
	color: #74D0ED;
	margin-bottom: 20px;
	text-decoration: underline;
}

.news .headline {
	text-align: left;
}

.news iframe, .news img {
	width: 835px!important;
	max-width: 100%;
	height: 430px!important;
	max-height: 100%;

}

.site-info .headline {
	text-align: right;
}

main .headline {
	text-align: center;
	color: #000;
}

/* Breadcrumb Menü */
ul.breadcrumb {
	display: block;
	font-size: 11pt;
}

ul.breadcrumb li {
	display: inline-block;
}

/* main */

main {
	clear: both;
}
 
main img, main iframe {
	text-align: center;
}

main img {
	height: 350px;
  	max-height: 100%;
  	width: auto;
  	margin-left: auto;
  	margin-right: auto;
  	display: block;
}

main img.pic-norm { 
	height: 100%;
}

main h3 {
	text-align: center;
}
main h3.impressum {
  	text-align:left;
  
}

main iframe {
	width: 519px;
	height: 280px;
  	margin-left: auto;
  	margin-right: auto;
  	display: block;
}

.blogpodcast iframe {
	height: 100px;	
}

.blogpodcast iframe.spotify {
	width: 519px;
	height: 240px;
}
.blogpodcast .podcast {
	height: auto;
}

.item-pagepodcast iframe {
	height: auto;
}

.newsflashpodcast iframe {
  	height: 90px;  
}


.leading-0, .leading-1, .leading-2, .leading-3,
.items-row {
	overflow: auto;	
}

/* Neuste Beiträge */
ul.latestnews {
  margin-top: 20px;  
}



/* Newsflash - letzten 3 Beiträge Kategorien */
ul.newsflash-horiz_beitrag {
  display: block;
  margin-top: 20px;
  border-top: 1px dashed #666;
  padding-top: 20px;
}

ul.newsflash-horiz_beitrag li {
  display: inline-block;
  width: 31%;
  padding-left: 10px;
  padding-right: 10px;
}

ul.newsflash-horiz_beitrag li:first-child {
  padding-left: 0;
}

ul.newsflash-horiz_beitrag li:last-child {
  padding-right: 0;
}



ul.newsflash-horiz_beitrag img {  
  height: auto;  
}


/* Podcast Teaserbilder*/
.podcast-titelbild {display: inline-block;}
.podcast-titelbild img {
	height: auto; 
	width: 329px;
}
	
.podcast-titelbild:hover img {	
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.podcast-titelbild img {	
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}



/* Artikel Layout */
.page-header, .podcastmanager-feed, .blogpodcast {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #666;
}



/* Podcast */
.podcastmanager-feed table {
	vertical-align: top;
}
.podcastmanager-feed table td {
	border-bottom: 1px solid #828282;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}

.podcastmanager-feed table td p:first-child {
	color: #74D0ED;
	font-weight: bold;
	text-decoration: underline;
}

.podcastmanager-feed table img {
	margin-top: 20px;
}

/* Sonstiges */

dl.article-info {
	margin-bottom: 10px;
}

dd.published {
	font-size: 14px;
}

.createdby, .create, .category-name {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
}
.create:before, .category-name:before {
  content: "|";
}


.subscribe {
	text-align: center;
}

.subscribe li {
	display: inline;
}

/* Bilder Seiten */


 /* Links */

a.podcast:after {
  content: " - hier downloaden";  
}
a.podcast:hover {
  color: #ff46c4;  
  text-shadow: 0px 1px 12px #1b0af1;
}

.disclaimer {
  font-size: 9px;  
}

/* Pagination */
.pagination {
	clear: both;
	padding: 10px;
	margin-top: 50px;
	border: 1px solid #666;
	background-color: #000;
}
.pagination p {
	text-align: center;
}
.pagination ul {text-align: center; margin-top: 10px;}
.pagination ul li {display: inline; padding-right: 10px;}
.pagination ul li:last-child {padding-right: 0;}


/* Footer */

footer {
  	margin-top: 30px;
  	padding-bottom:30px;
  	padding-top:20px;
	border-top: 1px dashed #666;
  	color: #828282;
  	font-size: 14px;
}
footer p {
  	font-size: 11px;
  	padding-top: 30px;
  	margin-left: 25px;
}

footer ul {
 	max-width: 570px;
	width: 100%;
  	margin-left: auto;
    margin-right: auto;
  	display: block;  
  	margin-top: 10px;
}
footer li {
  	display: inline-block;
	padding-right: 10px;  
}

img.impressum-adresse {
  width: auto; 
  height: auto;
}


/* Team */
div.team  {
	position: relative;
	display: block;
}

div.team div {
	display: inline-block;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: center;
    width: 23%;
  	vertical-align: top;
}

div.team img {
	height: 250px;
	width: auto;
}


/* Suchfunktion */
span.highlight {
	background-color: #828282!important;
}

.search  {}

.search form  {}

.search dl {}


/* ---- Responsive ---- */

@media screen and (max-width: 1500px) {
	html {
    	font-size: 16px;
	}
		
	h1 { font-size: 18px!important;}

	h2 { font-size: 16px!important}

	h3 { font-size: 14px!important;}
	
	
	.wrapper {
    	max-width: 1024px;  
    	margin-top: 25px;  	
	}
	
	#logo {margin-top: 0;} 
	
	nav li {
    	font-size: 25px;
	}
	
	main .headline {
	    font-size: 25px;
    	padding: 10px;
    }
    
    ul.nav-child {
		min-width: 190px;
		padding: 10px;
		left: -10px
	} 
    
    ul.nav-child li a {
		font-size: 20px;
	}
	
	.podcast-titelbild img {width: 229px;}
}

@media screen and (max-width: 1024px) {

	html {
    	background: url("../img/hg-website-1024.png") top repeat-x #222222;	
    }
	.wrapper {
    	max-width: 700px;  
    	padding: 0 20px;
    	grid-template-rows: repeat(3, auto);
    }  		  		
  	header {
  		grid-template-columns: 1fr;
  		text-align: center;
  		margin-top: 30px;
  	}  	
  	main {  		
  		margin-top: 30px;
  	}
  	
  	nav {
  		display: grid;
  		grid-template-columns: 1fr 1fr;
  	}
  	nav form {
   	 	text-align: center;
   	}
   	 
   	nav ul {	
   	 	text-align: center;
   	 	}
   	nav .menu {
   		grid-column: 1 / 3;
   	}
   	
   	#suche {
   		position: relative;
		top: 16px;
   	}
  
	div.team div {
		width: 49%;
  	}  
  
  	div.team img {
		height: auto;
		width: auto;
	}
}

@media screen and (max-width: 700px) {
	.wrapper {
    	max-width: 400px; 
    	padding: 0;
	}
    
    header {
    	margin-top: 40px;
    	position: relative;
    	top: -20px;
    }
	
	#logo img {
		width: 245px;
	}
	
	#socialmedia li {
    	padding-right: 10px;
    }
	
	nav li {
    	font-size: 23px;
    }
    
    main {
		display: block;
		width: 400px;
	}
	
	main img {
	    height: auto;
	}
	
	main iframe {
	    width: 400px;
    	height: 275px;
	}
	.blogpodcast iframe.spotify {
	    width: 400px;
	}
	footer {
    	text-align: center;
    }
    .podcast-titelbild img {width: 189px;}
    
}

@media screen and (max-width: 400px) {
	html {
    	background: url("../img/hg-website-320.png") top repeat-x #222222;	
    }

	.wrapper {
    	max-width: 300px; 
    	grid-template-rows: auto auto 150px;
	}
	
	ul#socialmedia {
	    margin-top: 2em;
	}
	
	nav {
		grid-template-columns: 1fr;
	}
    
    nav .menu {
    	grid-column: 1;   
	}
	
	.item-228, .item-135 {
		padding: 0;
	}
		
	footer {
		font-size: 13px;
    }
    
    main {
    	width: 300px;
    }
    
    main iframe {
    	width: 300px;
   	 	height: 185px;
    }
    .blogpodcast iframe.spotify {
	   width: 300px;
	}
	
	.blogpodcast iframe {	
	    height: 90px;
    	width: auto;
	}
	.podcast-titelbild img {width: 300px;}
}