﻿
@charset "iso-8859-2";
/* CSS Document 

@media screen  (device-width: 480px) and(orientation:landscape) {
/* Stile für Tablets im Landscape-Modus */

h1{
color:#F60;
font-family: "Arial";
font-size: 55px;
font-weight:bold;
text-align:center;
}
h2{
	color:#F60;
	font-family: "Arial";
	font-size: 40px;
	font-weight:bold;
	text-align:center;
	}
	h4{
		color:#F60;
		font-family: "Arial";
		font-size: 20px;
		font-weight:bold;
		text-align:center;
		}	
#miniboxW 
{
	width:   1080px;
	height:  2600px;	 
	margin:  5px; 
	padding: 25px;
	background-color: #262626; 
}
#miniboxP 
{
	width:   1080px;
	height:  2000px;	 
	margin:  5px; 
	padding: 25px;
	background-color: #262626; 
}	

.faq-banner {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;      /* sorgt dafür, dass das Bild nicht verzerrt wird */
  border-bottom: 2px solid #c2a36b;
}

#akzeptiere
{
	position:absolute;
	top:10px;
  left:10px;		
}	
#akzeptieren
{
	position:absolute;
  left:125px;		
}
#schrift
{
	font-family: "Arial";
  font-size: 20px;
	color:#F0F0F0;  
}
#schriftPhobie
{
	padding-left: 125px;	
	font-family: "Arial";
  font-size: 40px;
	color:#F0F0F0;  
}
#senden{
	position:absolute;
    top:490px;
    left:46px;		
}
a
{
	color:#42e8ee;
}
a:active 
 {
	color: #ff0000;
}

