

@font-face {
    
        font-family: 'Tangerine-Regular';
    src: url('Tangerine-Regular.woff') format('woff2'),
         url('Tangerine-Regular.woff') format('woff');
   
    font-weight: normal;
    font-style: normal;

}

.buchTag
{
color:#59FFEC;
}

#preise
{

border-radius:20px;
 background-color: rgba(85, 130, 101,0.8);
 width: 800px;
 margin: 60px;
 margin-top:20px;
 padding:20px;
 padding-top:5px;
 font-family: Arial, Verdana;
 color: #FFFFFF;font-size:15px;
}

 
.fehler {
font-weight:600;
font-size:22px; 
background-color:#39FF00;
color:red;
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 2s; 
    animation-iteration-count: infinite;            
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }    
}
 




.myButton {margin-left:9px;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#DFDFDF;
	border-radius:4px;
	border:1px solid #028900;
	display:inline-block;
	cursor:pointer;
	color:#1D8105;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:3px 9px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
          width: 90px;
text-align: center;
box-shadow: 10px 3px 13px 0px #5FF0FD;
}
.myButton:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

#buchen {
border:1px solid #9416BF
font-size:16px;
color:#77009F;
width:120px;
}

#Menue
{
display: inline;
}

.headline
{
color:#FFEF00;

font-weight: 600;
}


body
{

background-color: #DAE4D1;
}

#Inhalt
{
position: relative; top:1px;
background-image: url(Bilder/Moselhintergrund2.jpg);
margin: 0 auto;
width: 950px;
height: 840px;
}

#Inhalt_sprach
{
position: relative; top:1px;
background-image: url(../Bilder/Moselhintergrund2.jpg);
margin: 0 auto;
width: 950px;
height: 840px;
}


#Titel
{
font-family: Arial;
font-weight: 600;
font-size: 20px;
text-align: center;
background-color: rgba(255,255,255,0.5);

}

#Titel h2
{
font-family: Tangerine-Regular;
font-size: 100px;
position: relative;
top: 10px;
font-weight: 600;
color: #367BAB;
margin-bottom: 0px;
margin-top: 0px;
}

#Unterzeile
{
display: inline;
position: relative;
top:-30px;
left: -30px;
}

#Unterzeile img
{
position: relative;

left: 30px;
padding:0px;
}

#Unterzeiletext
{
margin-left:60px;
color:#1D8105;
}


#Kofferbote
{

float: left;
display: block;margin: 0px auto;
position: relative;left:100px;top:70px;
}

#TextnebenKofferbote
{
border-radius: 15px;
padding: 20px;	
background: rgba(100,150,100,0.6);
float: left;
color:white;
position: relative;left:110px;top:110px;
font-weight: bold;
font-family: Arial;
color:#FFEF00;
font-style: italic;
font-size: 90%;

}

#Footer
{
border-radius: 6px;
font-family: Arial;
padding: 6px;
padding-left: 12px;
position: absolute; bottom: 0; right: 30px;background-color: rgba(255,255,255,0.7)
}

#Footer_Sprache
{

border-radius: 4px;
font-family: Arial;
position: absolute; bottom: 0; left: 10px;background-color: rgba(255,255,255,0.7)
}
#Footer_Sprache a
{
text-decoration: none;
font-weight: 600;
}


.footerbutton
{
font-size: 14px;
color: #1D8105;
font-weight: 200;
margin-right: 12px;
}



