@charset "UTF-8";

/*
-----------------------------------------------------------------------------------------------
     GRUNDEINSTELLUNGEN
-----------------------------------------------------------------------------------------------
*/

html, body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	color: #CCC;
	text-align: left;
	height: 100%;
	width: 100%;
	/*background-color: #000000;*/
	background:url(../Images/hintergrund3.jpg);
}

td {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #CCC;
}

img {
 	border: none;
}

a img{
	border: none;
}

h1 {
	margin:0px;
	padding:0px;
	font-size: 1.25em;
	text-transform:uppercase;
	color: #CCC;
	font-weight:100;
	margin-bottom: 0px;
	line-height: 1.6875em;
}

h2 {
	margin:0px;
	padding:0px;
	font-size: 1em;
	color: #CCC;
	font-weight:100;
	margin-bottom: 0px;
	line-height: 1.5em;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom: 0.75em;
}

ul {
	list-style-position:outside;
	margin: 0px;
	padding-left: 1.875em;
	margin-bottom: 0.625em;
}

hr {
	color:#CCC;
	background-color:#CCC;
	border: none;
	height: 1px;
	margin-top: 0.9375em;
	margin-bottom: 0.9375em;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

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

.align-justify {
	text-align: justify;
}

/* top anker */

.top-anker {
	text-align: right;
	font-size: 0.8125em;
}

.top-anker a:link { color:#CCC; text-decoration:none;}
.top-anker a:visited { color:#CCC; text-decoration:none; }
.top-anker a:hover { color: #67c1e6; text-decoration:none; }
.top-anker a:active { color: #67c1e6; text-decoration:none; }

/*
-----------------------------------------------------------------------------------------------
     LOGO GENERAL
-----------------------------------------------------------------------------------------------
*/

.joerg-logo-top, .joerg-logo-bottom {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	text-align: right;
}

.joerg-logo-top a:link { color:#67c1e6; text-decoration:none;}
.joerg-logo-top a:visited { color:#67c1e6; text-decoration:none; }
.joerg-logo-top a:hover { color: #67c1e6; text-decoration:none; }
.joerg-logo-top a:active { color: #67c1e6; text-decoration:none; }

.joerg-logo-bottom a:link { color:#67c1e6; text-decoration:none;}
.joerg-logo-bottom a:visited { color:#67c1e6; text-decoration:none; }
.joerg-logo-bottom a:hover { color: #67c1e6; text-decoration:none; }
.joerg-logo-bottom a:active { color: #67c1e6; text-decoration:none;}


/*
-----------------------------------------------------------------------------------------------
     NAVIGATION GENERAL
-----------------------------------------------------------------------------------------------
*/

.container-nav-vertical {
	text-transform:uppercase;
	letter-spacing: 0.15em;	
}

.nav-vertical-on a:link { color:#67c1e6; text-decoration:none;}
.nav-vertical-on a:visited { color:#67c1e6; text-decoration:none; }
.nav-vertical-on a:hover { color: #67c1e6; text-decoration:none; }
.nav-vertical-on a:active { color: #67c1e6; text-decoration:none; }

.nav-vertical-on .goldnav a:link { color:#D4AF37; text-decoration:none;}
.nav-vertical-on .goldnav a:visited { color:#D4AF37; text-decoration:none; }
.nav-vertical-on .goldnav a:hover { color: #67c1e6; text-decoration:none; }
.nav-vertical-on .goldnav a:active { color: #67c1e6; text-decoration:none; }

.nav-vertical-on {
	color: #67c1e6;
}

.nav-vertical-on goldnav {
	color: #D4AF37;
}

/*
-----------------------------------------------------------------------------------------------
     CONTENT GENERAL
-----------------------------------------------------------------------------------------------
*/

#container-main {
	margin-bottom: 60px;
}

#container-content a:link { color:#CCC; text-decoration:none;}
#container-content a:visited { color:#CCC; text-decoration:none; }
#container-content a:hover { color: #67c1e6; text-decoration:none; }
#container-content a::active{ color: #67c1e6; text-decoration:none; }

.mfp-counter {
	display: none;
}	

/*
-----------------------------------------------------------------------------------------------
     MOBILE DEVICES BIS 739PX
-----------------------------------------------------------------------------------------------
*/

@media screen and (max-width:739px) {
	
	html, body {
		font-size: 15px;
		line-height: 22px;
		font-weight: 300;
	}
	
	#inner-wrapper {
		z-index: 100000;
		background-color: rgba(0,0,0,0.3);
	}
	
	/* Menu Button */
	.menu-btn {
	  width: 60px;
	  padding: 2px;
	  margin-bottom: 30px;
	  background: #333;
	  color: #FFF;
	  text-align: center;
	  cursor: pointer;
	  border: 0px;
	  position: relative;
	  font-size: 36px;
	  opacity: 0.75;
	}
	
	.menu-btn:hover {
	  opacity: 1;
	  color: #67c1e6;
	}

	#container-content {
	  position: relative;
	  padding: 20px 40px;
	  /* padding-top: 80px; */
	  padding-top: 0px;
	}

	.site-header {
	  /*position: fixed;*/
	  padding: 20px 0;
	  width: 100%;
	  text-align: right;
	  z-index: 9998;
	  font-size: 27px;
	}
	
	.joerg-logo {
		padding-right: 40px;
		line-height: 26px;
	}	
	
	.joerg-logo-top {
		font-size: 32px;
	}	
	
	.joerg-logo-bottom {
		font-size: 16px;
    }
	
	.pushy .nav-vertical-on a:hover {
  		color: #67c1e6;
	}
	
	.pushy .nav-vertical-on .goldnav a:hover {
  		color: #67c1e6;
	}
	
	.pushy ul li:first-child a {
    color: #D4AF37;
    text-decoration: none;
  }
	
	/*
	-----------------------------------------------------------------------------------------------
		 YOUTUBE RESPONSIVE
	-----------------------------------------------------------------------------------------------
	*/
	
	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
	 
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.kleine-schrift {
		font-size: 13px;
		line-height: 18px;
		font-weight: 300;
	}
	
	.sehr-kleine-schrift {
		font-size: 11px;
		line-height: 16px;
		font-weight: 300;
	}
	
	.farbakzent {
		color: #D4AF37;
	}
	
	.tollerlink  a:link { color:#67c1e6; text-decoration:none;}
	.tollerlink  a:visited { color:#67c1e6; text-decoration:none; }
	.tollerlink  a:hover { color: #67c1e6; text-decoration:none; }
	.tollerlink  a:active { color: #67c1e6; text-decoration:none; }
	
	
	
}

/*
-----------------------------------------------------------------------------------------------
     DESKTOP GRÖSSER ALS 739PX
-----------------------------------------------------------------------------------------------
*/


@media screen and (min-width:740px) {
	
	html, body {
		font-size: 14px;
		line-height: 19px;
		font-weight: 300;
	}
	
	#inner-wrapper {
			z-index: 100000;
			background-color: rgba(0,0,0,0.1);
	}
	
	.menu-btn {
		display: none;	
	}	
	
	.site-overlay {
		display: none;	
	}	
	
	#container-main {
		width: 660px;
		padding-top: 60px;
		padding-left: 80px;	
	}
	
	.joerg-logo {
		width: 330px;
		height: 80px;
		position:relative;
		float: right;
		margin-top: 26px;
		margin-right: 20px;
		text-align: right;
		line-height: 40px;
		text-align: right;
	}
	
	.joerg-logo-top {
		/*font-size: 27px;*/
		font-size: 40px;
	}	
	
	.joerg-logo-bottom {
		font-size: 28px;
		margin-top: -5px;
	}
	
	.container-nav-vertical {
		width: 300px;
		margin-top: 25px;	
		margin-bottom: 25px;
	}

	.container-nav-vertical ul, #container-nav-vertical li {
		list-style: none;
		margin: 0px; 
		padding: 0px;
	}

	.nav-vertical-off a:link { color:#CCC; text-decoration:none;}
	.nav-vertical-off a:visited { color:#CCC; text-decoration:none; }
	.nav-vertical-off a:hover { color: #67c1e6; text-decoration:none; }
	.nav-vertical-off a:active { color: #67c1e6; text-decoration:none; }
	
	.nav-vertical-off .goldnav a:link { color:#D4AF37; text-decoration:none;}
	.nav-vertical-off .goldnav a:visited { color:#D4AF37; text-decoration:none; }
	.nav-vertical-off .goldnav a:hover { color: #67c1e6; text-decoration:none; }
	.nav-vertical-off .goldnav a:active { color: #67c1e6; text-decoration:none; }
	
	#container-separator {
		width: 150px;
		height: 4px;
		background-image:url(../Images/strichi.png);
		background-repeat:no-repeat;
		clear: both;
	}
	
	#container-content{
		margin-top: 60px;
	}
	
	/*
	-----------------------------------------------------------------------------------------------
		 RTE KLASSEN
	-----------------------------------------------------------------------------------------------
	*/
	
	.kleine-schrift {
		font-size: 13px;
		line-height: 18px;
		font-weight: 300;
	}
	
	.sehr-kleine-schrift {
		font-size: 11px;
		line-height: 16px;
		font-weight: 300;
	}
	
	.farbakzent {
		color: #D4AF37;
	}
	
	#container-content .tollerlink  a:link { color:#67c1e6; text-decoration:none;}
	#container-content .tollerlink  a:visited { color:#67c1e6; text-decoration:none; }
	#container-content .tollerlink  a:hover { color: #67c1e6; text-decoration:none; }
	#container-content .tollerlink  a:active { color: #67c1e6; text-decoration:none; }
	
}

/*
-----------------------------------------------------------------------------------------------
     DIVERSES
-----------------------------------------------------------------------------------------------
*/

.clearer {
	clear:both;
	height: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*
-----------------------------------------------------------------------------------------------
    CSS_STYLED _CONTENT
-----------------------------------------------------------------------------------------------
*/

.csc-textpic-caption {
	font-size: 12px;
	line-height: 14px;
}

.csc-default img{
		width:100%;
}

/*
-----------------------------------------------------------------------------------------------
    TERMINE
-----------------------------------------------------------------------------------------------
*/


table.news-list-table {
	border-collapse: collapse;
	border:1px solid #cccccc;
	width: 100%;
}

table.news-list-table td {
	border:1px solid #cccccc;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.news-list-col1 {
	width: 66px;
}

.news-list-col2 {
	width: 36px;
}

.news-list-col3 {
	width: 310px;
}

.news-list-col4 {
	
}

.news-list-browse {
	
}

.news-list-browse a:link { color:#999; text-decoration:none }
.news-list-browse a:visited { color:#999; text-decoration:none }
.news-list-browse a:hover { color:#CCC; text-decoration:none }
.news-list-browse a:active { color:#CCC; text-decoration:none }

.browseLinksWrap a {
	margin-right: 10px;	
}

.activeLinkWrap {
	margin-right: 10px;	
}

/*
-----------------------------------------------------------------------------------------------
    RTE Tabellen
-----------------------------------------------------------------------------------------------
*/

table.tabelle_transparent {
	border-collapse: collapse;
	border:0px;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

table.tabelle_transparent td {
	border: 0px;
	vertical-align: top;
	padding: 10px;
}

table.tabelle_special {
	border-collapse: collapse;
	border:2px solid #CCC;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

table.tabelle_special td {
	border:2px solid #CCC;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color:#9D8B7F;
}

table.tabelle_special td.zelle_gruen {
	background-color: #3AEA36;
	font-weight: bold;
}

table.tabelle_special td.zelle_dunkel {
	background-color: #3C1700;
	color: #CCC;
	font-weight: bold;
}

