/* christianschega.de - 2019*/
html {
  scroll-behavior: smooth;
}
@font-face {
	font-family: 'NeutraTextTF-Light';
	font-style: normal;
	font-weight: normal;
	src: local('NeutraText-Light'), url('webfonts/neutra-text-light-5872613aeda5b.woff') format('woff');
}
@font-face {
	font-family: 'NeutraText-Bold';
	font-style: normal;
	font-weight: normal;
	src: local('NeutraText-Bold'), url('webfonts/neutra-text-bold-5871e1605afa2.woff') format('woff');
}
@font-face {
	font-family: 'NeutraTextTF-Book';
	font-style: normal;
	font-weight: normal;
	src: local('NeutraTextTF-Book'), url('webfonts/neutra-text-tf-5871e0b0704ed.woff') format('woff');
}
body {
	background: url(BG_Grafik_TTG1.jpg) no-repeat top center fixed;
	background-size: cover;
	color:#222;
	background-color:#000;
	font-family: 'NeutraTextTF-Light';
	margin:0px auto;
}
a {
   color:#ccc;
	font-family: 'NeutraText-Bold';
   text-decoration: none;
   /*-o-transition:color 1s ease-out, color .2s ease-in, opacity 2s ease-in;
	-ms-transition:color 1s ease-out, color .2s ease-in, opacity 2s ease-in;
	-moz-transition:color 1s ease-out, color .2s ease-in, opacity 2s ease-in;
	-webkit-transition:color 1s ease-out, color .2s ease-in, opacity 2s ease-in;
	 ...and now override with proper CSS property */
	transition:color 1s ease-out, color .2s ease-in, opacity 2s ease-in;
   }
a:hover {
    color: #fff;
    }
h2{
	font-family: 'NeutraTextTF-Book';
}
div#mainbox {
	width:1000px;
	margin:auto;
	padding:0px;
}
a.button{
	font-size:1em;
	padding:7px 10px;
	margin-left:18em;
	background-color:#f39400;
	border:1px solid #ccc;
	border-radius: 5px;
	line-height:2em;
	opacity: 0.8;
	transition: 0.5s;
}
a.button:hover{
	opacity: 1;
}


/* @@@@ Overhead - Hauptmenü @@@@ */
div#overhead-web{
	height:4em;
	top:0px;
	width:1000px;
	background-color: rgba(33,33,33,0.3);
	position: fixed;
	z-index: 100;
	transition: 0.5s;
	font-size:1.2em;
	text-transform: uppercase;
}
div#overhead-mobile{
	display:none;
}
div#menu{
	margin: 25px 40px;
	transition: 0.5s;
}
a#logolink{
	position:relative;
	float:right;
	transition: 0.5s;
	right:0px;	
	color:#fff;
	font-size:1.3em;
}
ul#mainmenu {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
}
ul#mainmenu  li{
	display:inline;
}
ul#mainmenu li  a{
	padding:0px 10px;
}
ul#mainmenu li img{
	opacity:0.6;
	transition: 0.5s;
}
ul#mainmenu li img:hover{
	opacity:1;
	transition: 0.5s;
}

/* @@@@ Entry-Box @@@@ */
div.entrybox{
	margin-top:60px;
	margin-bottom:25px;
	width:1000px;
	display: inline-block;
	/* height:352px; */
}
div.entrymedia{
	float:left;
	padding:10px;
}
div.entrymedia img{
	width:590px;
	height:auto ;
}
div.entrymedia iframe{
	width:590px;
	height:332px;
	border:0px;
}
div.entrytext a, div.entry a{
	color:#222;
}
div.entrytext h2 a{
	font-family: 'NeutraTextTF-Book';
}
div.entrytext a:hover, div.entry a:hover{
	text-decoration:underline;
}
div.entrytext p{
	text-align:justify;
}
div.entrytext{
	float:right;
	padding-top:15px;
	min-height:332px;
	overflow-y: hidden; /* das müsste noch geändert werden.*/
	width:320px;
	line-height:1.3em;
	padding-right:40px;
}
/* @@@@ Entry @@@@ */
div.entry{
	margin-top:60px;
	margin-bottom:25px;
	padding:25px 50px;
	width:900px;
}
div.entry img{
	width:900px;
}
div.entry h2{
	font-size:2em;
	margin-top:0px;
}
div.entry iframe{
	width:900px;
	height:506px;
	border:0px;
}
span.datum {
	background-color:#000; 
	width:100px; 
	height:65px; 
	display:block; 
	text-align:center;
	font-family: 'NeutraText-Bold'; 
	font-size:2em; 
	float:right; 
	margin-top:-25px; 
	padding-top:5px; 
	line-height:0.8em;
}

/* @@@@ Kontakt@@@@  */
ul.kontakt{
	list-style-type:none;
}
ul.kontakt li{
	margin:0px;
}

/* @@@@ Bottom @@@@  */
div#bottomframe{
	background-color: rgba(33,33,33,0.3);
	margin-top:-3px;
	padding:5px 50px;
	text-align:left;
	height:4em;
	text-transform:uppercase;	
	clear:both;
	font-size:0.9em;
}
ul#bottom{
	list-style-type:none;
	padding:0px;
}
ul#bottom li{
	display:inline;
	padding-right:5px;
}