@charset "UTF-8";

/* kalam-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/kalam-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: url('/fonts/kalam-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/kalam-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/kalam-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/kalam-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/kalam-v16-latin-300.svg#Kalam') format('svg'); /* Legacy iOS */
}

/* kalam-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/kalam-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/kalam-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/kalam-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/kalam-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/kalam-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/kalam-v16-latin-regular.svg#Kalam') format('svg'); /* Legacy iOS */
}

/* kalam-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/kalam-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/fonts/kalam-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/kalam-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/kalam-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/kalam-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/kalam-v16-latin-700.svg#Kalam') format('svg'); /* Legacy iOS */
}



html {
	height:100.1%!important;
	overflow-y:scroll;
}

body {
	background:#2b0502!important;
	min-height:1500px;
}

a {
	color:#d00;
}

a:hover {
	color:#000;
}

.tippheadline {
	font-size:28px;
	font-style:normal;
	font-weight:700;
}

.tippvongott {
	font-size:24px;
	line-height:36px;
}

.tippbereich {
	display: inline-block;
	width: 90%;
	padding: 0px 0px;
	font-size: 28px;
	line-height: 36px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: .06em;
	transition: .33s all ease;
	white-space: normal;
	color:#fcd860;
	font-style:italic;
	margin-top:0;
	text-align:center;
} 	 

h1.dertipp {
	color:#ddd;
	font-size:42px;
	line-height:52px;
	padding-bottom:30px;
	font-family:'kalam', sans-serif;
	font-weight:400;
	font-style:normal;
	margin-top:50px
}
 
#nurbild {
	background:url(images-tipp/bg-tisch.jpg) no-repeat bottom;
	background-size:cover;
	padding-bottom:150px;
}

@keyframes tippein {
  from {opacity: 0;}
  to {opacity: 1;}
}

#nurtipp {
	background:#2b0502;
	animation-name: tippein;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-delay:7s;
	opacity:0;
	animation-fill-mode: both;
	min-height:400px;
	overflow:show;
}

@keyframes headin {
  from {margin-top: -500px;opacity:0;}
  to {margin-top: 0;opacity:1;}
}

#headlinedown {

	animation-name: headin;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-delay:3s;
	opacity:0;
	animation-fill-mode: both;
	/*display:none;*/
}



.nurtippstyles {
	width:100%;
	text-align:center; 
	padding:0 0 50px 0;
	position:relative;
}	


#gotteshinweis {
	text-transform:none;
	width:90%;
}


#ausgabe img {
	-webkit-box-shadow: 0px 0px 12px 0px #000000; 
	box-shadow: 0px 0px 12px 0px #000000;
	max-width:90%;
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
  color: #000;
  background: #fcd860;
  border:solid 2px #000;
}

.ui-to-top:hover {
  color: #fcd860;
  background: #000;
  border:solid 2px #fcd860;
}

div.enttaeuscht {
	background:#fcd860 url(images-tipp/bg-himmel.jpg) no-repeat!important;
	background-size:cover;
	width:70%;
	display: inline-block;
	width: auto;
	max-width: 90%;
	padding: 20px 20px;
	font-size:22px;
	line-height:26px;
	font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: .06em;
	transition: .33s all ease;
	white-space: normal;
	text-align: left;
	color:#2b0502;	
	-webkit-box-shadow: 0px 0px 12px 0px #000000; 
	box-shadow: 0px 0px 12px 0px #000000;
	border-radius:10px;
}

@keyframes enttaeuschtin {
  from {margin-top: -500px;opacity:0;}
  to {margin-top: 0;opacity:1;}
}


#enttaeuschtcontainer {
	width:100%;
	text-align:center;
	padding:0 0 70px 0;
	margin-top:50px;
	
	animation-name: enttaeuschtin;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-delay:11s;
	opacity:0;
	animation-fill-mode: both;
	/*display:none;*/	
}
 
#umfrage {
	text-align:center;
	font-weight:bold;
	color:#000;
	padding:20px 10px;
	font-size:22px;
	line-height:26px;
	display:none;
	
	background:url(images-tipp/bg-himmel.jpg) no-repeat bottom;
	background-size:cover;
	padding-bottom:100px;	
	
	animation-name: tippein;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-delay:2s;
	opacity:0;
	animation-fill-mode: both;	
	
	
}

hr {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 2px;
  border-color:#000;
  width:25%;
  opacity: 1.00
}

a.webbutton {
	padding:15px;
	background:#fcd860;
	border-radius:5px;
	border:#2b0502 solid 3px;
	color:#2b0502;
	margin:5px;
	min-width:350px;
}

a.webbutton:hover {
	background:#2b0502;
	color:#fcd860;
}

a.dbbutton {
	padding:15px;
	background:#fcd860;
	border-radius:5px;
	border:#2b0502 solid 3px;
	color:#2b0502;
	margin:20px;
}

a.dbbutton:hover {
	background:#2b0502;
	color:#fcd860;
}

div.gifanim {
	display:block;
	position:absolute;
	z-index:50;
	opacity:0.5;
	background:#000 url(images-tipp/bg-himmel.jpg);
	width:100%;
	height:100%;
	overflow:hidden;
}

div.gifanim img {
	width:100%;
	height:100%;
}

.tippheadline {
	font-size:32px;
	font-style:normal;
	color:#fcd860;
	background:#2b0502;
}

div.metanavi {
	display:block;
	z-index:10000;
	width:100%;

	overflow:hidden;
}

div.metanavi ul li {

	
}

div.metanavi ul li a {
	color:#fff;
	font-weight:700;
	text-shadow: 2px 2px 2px #000000;
		float:right;
		padding:0 20px;
}

div.metanavi ul li a:hover {
	color:#fcd860;
	text-shadow: 2px 2px 2px #000000;
}

.tippimpressum p, .tippimpressum h1, .tippimpressum h2, .tippimpressum h3, .tippimpressum h4, .tippimpressum h5, .tippimpressum ul li{
	color:#fff;
}

.tippimpressum p a {
	text-decoration: underline;
	color:#ccc;
	font-weight:700;
}

.tippimpressum h1,.tippimpressum h2,.tippimpressum h3 {
	margin-bottom:20px;
}

.tippimpressum ul {
	list-style-type: circle;
	padding-left:40px; 
}

.tippimpressum ul li {
	margin-bottom: 20px; 
}

@media screen and (min-width: 769px) {

	.tippvongott {
		font-size:36px;
		line-height:40px;
	}
	
	.tippbereich {
		max-width: 1024px;
		padding: 0px 0px;
		font-size: 42px;
		line-height: 50px;
		margin-top:0;
	} 	

	#ausgabe img {
		-webkit-box-shadow: 0px 0px 12px 0px #000000; 
		box-shadow: 0px 0px 12px 0px #000000;
		max-width:1000px;
	}

	div.enttaeuscht {
		width:50%;
		width: auto;
		max-width: 1024px;
		padding: 50px 50px;
		font-size:28px;
		line-height:36px;
		border-radius:10px;
	}
	
	#enttaeuschtcontainer {
		width:100%;
		text-align:center;
		padding:50px 0 100px 0;
		margin-top:50px;
	}	
	 
	.nurtippstyles {
		width:100%;
		padding:0 0 30px 0;

	}		
	
	#umfrage {
		text-align:center;
		font-weight:bold;
		color:#000;
		padding:50px 25px;
		font-size:28px;
		line-height:36px;
		display:none;
	}	 
	
	a.webbutton {
		padding:15px;
		background:#fcd860;
		border-radius:5px;
		border:#2b0502 solid 3px;
		color:#2b0502;
		margin:20px;
		min-width:400px;
	}

	a.webbutton:hover {
		background:#2b0502;
		color:#fcd860;
	}

	a.dbbutton {
		padding:15px;
		background:#fcd860;
		border-radius:5px;
		border:#2b0502 solid 3px;
		color:#2b0502;
		margin:20px;
	}

	a.dbbutton:hover {
		background:#2b0502;
		color:#fcd860;
	}	


	.tippheadline {
		font-size:46px;
		font-style:normal;
		color:#fcd860;
	}	
	
	h1.dertipp {
		font-size:64px;
		line-height:80px;
		padding-bottom:30px;
	}	
	
} 