@charset "utf-8";
/* CSS Document */

@media only screen and (max-device-width: 567px){

	
	#mast{
		height: 360px !important;
	}
	
#trMenu{
	
	position: absolute;
    top: 220px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    font-size: 0.9em;
	
	
	
}


.trMenuLine{
	display: inline-block;
    width: 33.33%;
    border: 1px solid white;
    height: 118px;
    line-height: 118px;
    text-align: center;
    overflow: hidden;
}

.trMenuLine a{
	text-decoration: none;
	color: white;
	
	display: block;
    width: 100%;
    height: 100%;
	
}


/**************** Ratings ********************/


#tr_rating{
    position: relative;
    width: 100%;	
}


.tr_ratings{
padding: 10px;
    background-color: white;
    position: relative;
    margin-top: 25px;
    background-color: gold;	
	border-radius: 25px;
	
	-webkit-box-shadow: 1px 5px 28px -1px rgba(0,0,0,0.41);
    -moz-box-shadow: 1px 5px 28px -1px rgba(0,0,0,0.41);
    box-shadow: 1px 5px 28px -1px rgba(0,0,0,0.41);	
	
}

.tr_rTitel{
position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    color: #505050;
    margin-top: 50px;
    margin-bottom: 25px;	
}



.tr_rLogo{
    position: relative;
    width: 100%;
    height: auto;	
}

.tr_rLogo img{
width: 100%;
    height: auto;	
}

.tr_rGruppe{
position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;	
}

.tr_rText{
    position: relative;
    width: 100%;
    text-align: center;
    /* font-size: 1.4em; */
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;	
}

.tr_rTourbeschreibung{
position: relative;
    width: 100%;
    text-align: center;
    /* font-size: 1.4em; */
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 4px dotted crimson;
    padding-top: 50px;
    padding-bottom: 25px;	
}

.tr_rAntwort{
position: relative;
    width: 100%;
    text-align: center;
    /* font-size: 1.4em; */
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 4px dotted crimson;
    padding-top: 50px;
    padding-bottom: 50px;	
}


#tr_ratingH{
    text-align: center;
    margin: 64px 0px -62px 0px;
    font-size: 1.5em;
    /* background-color: white; */
    padding: 72px;
}
	
	#tr_ratingBox{
		padding: 60px;	
	}	


	#mastHeadline{
	position: absolute;
    top: 120px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    /* display: flex; */
    font-size: 1.3em;
    text-align: center;
    border-top: 2px solid white;	
	}
	
	
}




@media only screen and (min-device-width: 568px){

#trMenu{
	position: relative;
    top: 140px;
    /* height: 120px; */
    overflow: hidden;
    display: flex;
    font-size: 0.9em;
    padding-left: 18px;
	
		width: -moz-calc(100% - 18px);
		width: -webkit-calc(100% - 18px);
		width: calc(100% - 18px);		
	
}


.trMenuLine{
	/*display: inline-block;
    width: 33.33%;
    border: 1px solid white;
    height: 118px;
    line-height: 118px;
    text-align: center;
    overflow: hidden;*/
}

.trMenuLine a{
text-decoration: none;
    color: #136ca2;
    display: block;
    /* width: 100%; */
    height: 100%;
    /* padding: 12px; */
    height: 48px;
    line-height: 48px;
    display: inline-block;
    /* width: 33.33%; */
    border: 1px solid #136ca2;
    height: 48px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    /* padding: 20px; */
    padding: 6px 12px 6px 12px;
    /* margin: 12px; */
    margin-left: 12px;
    font-size: 1.3em;
	
}
	
	.trMenuLine a:hover{
	
	background-color: #136ca2;
		color: white;
		border: 1px solid white;
		
	}


/**************** Ratings ********************/


#tr_rating{
    position: relative;
    width: 100%;	
}


.tr_ratings {
    /* display: flex; */
    padding: 10px;
    margin: auto;
    min-width: 300px;
    max-width: 340px;
    width: 100%;
    background-color: white;
    position: relative;
    justify-content: space-around;
    margin: 25px;
    /* margin: auto; */
    background-color: gold;
    border-radius: 25px;
    -webkit-box-shadow: 1px 5px 28px -1px rgba(0,0,0,0.41);
    -moz-box-shadow: 1px 5px 28px -1px rgba(0,0,0,0.41);
    box-shadow: 1px 5px 28px -1px rgba(0,0,0,0.41);
}

.tr_rTitel{
position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    color: #505050;
    margin-top: 50px;
    margin-bottom: 25px;	
}



.tr_rLogo{
    position: relative;
    width: 100%;
    height: auto;	
}

.tr_rLogo img{
width: 100%;
    height: auto;	
}

.tr_rGruppe{
position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;	
}

.tr_rText{
    position: relative;
    width: 100%;
    text-align: center;
    /* font-size: 1.4em; */
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;	
}

.tr_rTourbeschreibung{
position: relative;
    width: 100%;
    text-align: center;
    /* font-size: 1.4em; */
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 4px dotted crimson;
    padding-top: 50px;
    padding-bottom: 25px;	
}

.tr_rAntwort{
position: relative;
    width: 100%;
    text-align: center;
    /* font-size: 1.4em; */
    color: #505050;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 4px dotted crimson;
    padding-top: 50px;
    padding-bottom: 50px;	
}


#tr_ratingH{
	/*text-align: center;*/
    margin: 44px 0px 0px 0px;
    font-size: 1.5em;
    /* background-color: white; */
    padding: 20px;
}
	
	#tr_ratingBox{
		display: flex;
		width: 100%;
		height: 100%;
		flex-flow: row wrap;	
	}

	
	.overheads{
		position: relative !important;
		top: 114px !important;
		float: none;
	}
	
	#mastHeadline{
		position: absolute;
		top: 0px;
		/* left: 10px; */
		height: 63px;
		line-height: 63px;
		overflow: hidden;
		/* display: flex; */
		font-size: 1.3em;
		text-align: left;
		/* border-top: 2px solid white; */
		z-index: 4;	
		margin-left: 389px;
		width: -moz-calc(100% - 363px);
		width: -webkit-calc(100% - 363px);
		width: calc(100% - 363px);
	}	

}









