@charset "utf-8";

@font-face {
    font-family: 'Brandon_Grotesque_Regular';
    src: url('../webfonts/brandon_reg-webfont.eot');
    src: url('../webfonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/brandon_reg-webfont.woff') format('woff'),
         url('../webfonts/brandon_reg-webfont.ttf') format('truetype'),
         url('../webfonts/brandon_reg-webfont.svg#Brandon_Grotesque_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_Grotesque_Light';
    src: url('../webfonts/brandon_light-webfont.eot');
    src: url('../webfonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/brandon_light-webfont.woff') format('woff'),
         url('../webfonts/brandon_light-webfont.ttf') format('truetype'),
         url('../webfonts/brandon_light-webfont.svg#Brandon_Grotesque_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon_Grotesque_Text';
    src: url('../webfonts/brandon_text-webfont.eot');
    src: url('../webfonts/brandon_text-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/brandon_text-webfont.woff') format('woff'),
         url('../webfonts/brandon_text-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

:focus {
	 outline:0; 
	 -moz-outline:0; 
}

html {
	background-color: #fffef6;
	font-family: 'Brandon_Grotesque_Text',Arial,sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*font-family: 'Source Sans Pro',sans-serif;*/
	font-size: 15px;
	line-height: 19px;
	color: black;
}

body {
	position: relative;
}

body.startseite {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

img {
	vertical-align: baseline;
}

a img {
	border: none;
}

a {					
	zoom: 1;
	color: black;
}

strong,b {
	font-weight: 600;
}

.content {
	max-width: 900px;
	margin: auto;
	position: relative;
}

.header {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #1d1d1b;
}

.logo {
	position: absolute;
	z-index: 1000;
	display: block;
	left: 25px;
	top: 5px;
}

.twitter-icon {
	position: absolute;
	z-index: 1000;
	right: 20px;
	bottom: 8px;
}

.facebook-icon {
	position: absolute;
	z-index: 1000;
	right: 51px;
	bottom: 8px;
}

.mobile-menu-button {
	display: none;
}

.sprachauswahl {
	position: absolute;
	z-index: 1000;
	right: 20px;
	top: 12px;
	color: white;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.sprachauswahl a {
	text-decoration: none;
	color: white;
}

.sprachauswahl a.sel {
	color: #e71019;	
}

.menu {
	position: absolute;
	z-index: 999;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.menuitem {
	position: relative;
	list-style-type: none;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 9px;
}

.menuitem a {
	font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
	text-decoration: none;
	color: white;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	text-transform: lowercase;
}

.menuitem a:hover {
	color: #e71019;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 999;
	left: -15px;
	top: 31px;
	background-color: #1d1d1b;
	text-align: left;
	padding: 5px 15px 10px 15px;
	min-width: 120px;
}

.menuitem:hover .submenu {
	display: block;
}

.submenu.ebene2 {
	top: 103px;
}

.submenuitem {
	list-style-type: none;
}

.submenuitem a {
	white-space: nowrap;
}

.subsubmenuitem a {
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
	color: #808080;
}

.submenuitem a.sel, .subsubmenuitem a.sel {
	color: #e71019;
}

.mobilemenu-container {
	display: none;
}

.footer {
	box-sizing: border-box;
	padding-top: 8px;
	width: 100%;
	height: 30px;
	overflow: hidden;
	background-color: #1d1d1b;
	color: white;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}

.footer a {
	text-decoration: none;
	color: white;
}

.titelbild-container {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.slide {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -300px;
	display: none;
}

#slide-1 {
	display: block;
}

.biglogo {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	width: 400px;
	height: 291px;
	margin-left: -200px;
	margin-top: -146px;
}

.biglogo img {
	opacity: 0;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}

@keyframes slideInFromLeft { from { transform: translateX(-600%); opacity: 1; } to { transform: translateX(0); opacity: 1; } }
@keyframes slideInFromTopRight { from { transform: translate(600%,-200%); opacity: 1; } to { transform: translate(0%,0%); opacity: 1; } }
@keyframes slideInFromBottomRight { from { transform: translate(600%,200%); opacity: 1; } to { transform: translate(0%,0%); opacity: 1; } }
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }

.logo-teil-1 { position: absolute; left: 0px; top: 55px; animation-name: slideInFromLeft; }
.logo-teil-2 { position: absolute; left: 170px; top: 0px; animation-name: slideInFromTopRight; }
.logo-teil-3 { position: absolute; bottom: 0px; right: 0px; animation-name: slideInFromBottomRight; }

.slogan-container {
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slogan {
	color: white;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	padding-left: 150px;
	padding-right: 150px;
	animation-name: fadeOut;
	animation-duration: 0.7s;
	animation-iteration-count: 1;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}



.quicklinks {
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 50%;
	margin-top: -200px;
}

.quickicon {
	display: block;
	height: 115px;
	width: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.quickicon.col-1 { background-color: #eeeeee; }
.quickicon.col-2 { background-color: #b5b4b4; }
.quickicon.col-3 { background-color: #6b6a6a; }
.quickicon.col-4 { background-color: #1d1d1b; color: white; }

.quickicon.col-1:hover { background-color: #f5f5f5; }
.quickicon.col-2:hover { background-color: #bbbaba; }
.quickicon.col-3:hover { background-color: #727070; }
.quickicon.col-4:hover { background-color: #262624; }

.textcontent {
	max-width: 700px;
	padding-left: 170px;
	padding-right: 170px;
	padding-top: 45px;
	padding-bottom: 80px;
	margin: auto;
	position: relative;
	min-height: 400px;
}

.textcontent h1 {
	font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.textcontent h2 {
	font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 17px;
	margin-bottom: 17px;
}

.textcontent h2 * {
	font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
} 

.textcontent h2.bigtext {
	font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}


.textcontent h3 {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 17px;
}

.textcontent .datum {
	font-size: 9px;
	margin-bottom: 10px;
}

.textcontent .floatimage {
	float: left;
	margin-right: 10px;
	position: relative;
	font-size: 0px;
	line-height: 0px;
}

.textcontent .floatimage .zoom-button {
	position: absolute;
	top: 0px;
	right: 0px;
}

.textcontent .floatimage .bildunterschrift {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.textcontent ul {
	margin-top: 17px;
	margin-bottom: 17px;
	overflow: hidden;
}

.textcontent ul li {
	margin-bottom: 4px;
	margin-left: 20px;
}

.textcontent p {
	margin-top: 13px;
	margin-bottom: 13px;
}

.bildliste {
	width: 100%;
	display: table;
}

.bildliste-row {
	display: table-row;
}

.bildliste-bild {
	display: table-cell;
	width: 132px;
	vertical-align: top;
	padding-bottom: 25px;
}

.bildliste-bild .bildunterschrift {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 10px;
}

.bildliste-bild-inner {
	display: inline-block;
	position: relative;
}

.bildliste-bild-inner .zoom-button {
	position: absolute;
	bottom: 5px;
	right: 0px;
}

.bildliste-text {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 25px;
}

.landkarte-container {
	width: 100%;
	position: relative;
	min-height: 540px;
	background-color: #dae0e3;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/landkarte-big.png?4);
	background-size: 1360px 640px;
}

.landkarte-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -200px;
	max-xwidth: 900px;
	height: 400px;
}

.mitglieder-mobile {
	display: none;
}

.station-link {
	position: absolute;
	z-index: 1;
	margin-left: -10px;
	margin-top: -10px;
/* 	border: 1px solid red; */
}

#station-1 { left: 615px; top: 272px; padding-right: 90px; } /* Helsinki */
#station-2 { left: 638px; top: 75px; padding-right: 100px; } /* Radio Ypsilon */
#station-3 { left: 448px; top: 105px; padding-left: 140px; } /* Freies Radio Freistadt */
#station-4 { left: 450px; top: 132px; padding-left: 90px; } /* FRO */
#station-5 { left: 620px; top: 110px; padding-right: 90px; } /* Orange */
#station-6 { left: 575px; top: 140px; padding-right: 185px; } /* Campus Radio */
#station-7 { left: 446px; top: 160px; padding-right: 100px; } /* Freies Radio B138 */
#station-8 { left: 480px; top: 192px; padding-right: 170px; } /* Freies Radio Salzkammergut */
#station-9 { left: 428px; top: 217px; padding-right: 65px; } /* Radiofabrik */
#station-10 { left: 542px; top: 231px; padding-right: 130px; } /* FreequENNS */
#station-11 { left: 735px; top: 215px; padding-right: 60px; } /* Radio OP */
#station-12 { left: 470px; top: 339px; padding-right: 110px; } /* Radio Agora */ 
#station-13 { left: 222px; top: 272px; padding-right: 60px; } /* Freirad */
#station-14 { left: 115px; top: 265px; padding-right: 80px; padding-bottom: 20px; } /* Proton */
#station-15 { left: 424px; top: 190px; padding-right: 20px;  } /* FS1 */
#station-16 { left: 730px; top: 110px; padding-right: 50px; } /* OKTO */

.station-overlay {
	position: absolute;
	z-index: 2;
	background-color: white;
	background-color: rgba(255,255,255,0.83);
	width: 380px;
	margin-left: -200px;
	margin-top: -120px;
	display: none;
	padding: 10px;
}

.station-overlay .container {
	border: 1px dotted black;
	padding: 20px 30px 10px 30px;
	border-radius: 2px;
}

.station-overlay h2 {
	font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
	font-size: 25px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.station-overlay .link {
	font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	text-decoration: none;
}

.station-overlay .link:hover {
	color: #cb1c23;
}

.station-overlay-close {
	position: absolute;
	right: -8px;
	top: -8px;
}

#overlay-1 { left: 645px; top: 282px; } /* Helsinki */
#overlay-2 { left: 678px; top: 70px; } /* Y */
#overlay-3 { left: 542px; top: 97px; } /* FR */
#overlay-4 { left: 530px; top: 132px; } /* FRO */
#overlay-5 { left: 680px; top: 114px; } /* Orange */
#overlay-6 { left: 639px; top: 134px; } /* Campus Radio */
#overlay-7 { left: 516px; top: 168px; } /* B138 */
#overlay-8 { left: 480px; top: 192px; } /* Salzkammergut */
#overlay-9 { left: 434px; top: 210px; } /* Radiofabrik */
#overlay-10 { left: 542px; top: 231px; } /* FreequENNS */
#overlay-11 { left: 680px; top: 215px; } /* OP */
#overlay-12 { left: 550px; top: 299px; } /* Agora */
#overlay-13 { left: 282px; top: 274px; } /* Freirad */
#overlay-14 { left: 232px; top: 265px; } /* Proton */
#overlay-15 { left: 434px; top: 210px; } /* FS1 */
#overlay-16 { left: 680px; top: 114px; } /* OKTO */

.bildergalerie {
	margin-top: 25px;
}

.bildergalerie .bildunterschrift {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 10px;
}


.dokumente {
	margin-top: 25px;
}

.dokument-icon {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.dokument-download {
	margin-bottom: 5px;
}

.artikel-link {
	margin-bottom: 8px;
}

/*** FANCYZOOM ****/

#ZoomPrev, #ZoomNext {
	text-decoration:none;
	border:0;
}

#ZoomPrev span,
#ZoomNext span {
	position: absolute;
	top: 30%;
	background: #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	text-decoration: none;
	border: 0;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 4px 10px;
}
#ZoomPrev span {
	left: 0;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	padding-left: 10px;
}
#ZoomNext span {
	right: 0;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	padding-right: 10px;
}
#ZoomPrev:hover span,
#ZoomNext:hover span {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/**** MOBILE ****/
@media only screen and (max-width: 820px) {
	
	.header { 
		height: 82px;
	}
	
	.menu, .twitter-icon, .facebook-icon, .footer {
		display: none;
	}
	
	.sprachauswahl {
		right: 12px;
	}

	.logo img {
		width: 80px;
		height: auto;
	}
	
	.mobile-menu-button {
		display: block;
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	
	.mobilemenu-container {
		display: block;
		background-color: #1d1d1b;
	}
	
	.mobilemenu {
		display: none;
		border-bottom: 1px white solid;
	}
	
	.mobilemenu li {
	}
	
	.mobilemenu li .mobilemenu-link {
		display: block;
		border-top: 1px white solid;
		padding: 6px 10px 5px 10px;
		font-family: 'Brandon_Grotesque_Regular',Arial,sans-serif;
		text-decoration: none;
		color: white;
		font-size: 18px;
		line-height: 22px;
		text-transform: lowercase;
		text-align: center;
		font-weight: bold;
	}

	.mobilemenu li.sel .mobilemenu-link {
		color: #cb1c23;
	}
		
	.mobilemenu li.mobilemenu-item-2 .mobilemenu-link {
		font-size: 15px;		
		border-top: 1px #404040 solid;
		padding: 4px 10px 3px 10px;
	}
	
	.mobilemenu li.mobilemenu-item-3 .mobilemenu-link {
		font-size: 13px;		
		border-top: none;
		padding: 0px 10px 1px 10px;
	}
	
	.quickicon {
		width: 110px;
		height: 95px;
		font-size: 14px;
		line-height: 18px;
	}

	.biglogo {
		transform: scale(0.7);
	}
	
	.slogan { 
		font-size: 38px;
		line-height: 38px;
		padding-left: 130px;
		padding-right: 130px;
	}

	.textcontent .floatimage {
		float: none;
		margin-bottom: 10px;
	}

	.bildliste, .bildliste-row, .bildliste-bild, .bildliste-text {
		display: block;
	}

	.bildliste-bild {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	
	.textcontent {
		padding-left: 140px;
		padding-right: 20px;
	}
	
}

/**** MOBILE SMALL ****/
@media only screen and (max-width: 550px) {

	.quicklinks {
		display: none;
	}
	
	.biglogo {
		transform: scale(0.5);
	}

	.slogan { 
		font-size: 26px;
		line-height: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.textcontent {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
	}

	.startseite .quickicon {
		display: block;
	}

	.textcontent .floatimage .zoom-button {
		display: none;
	}
	
	.landkarte-container {
		display: none;
	}
	
	.mitglieder-mobile {
		display: block;
	}
	
}