/**************************** Fonts ****************************/

@font-face {
font-family: Dax-Light ; src: url(/css/fonts/DXLt.ttf);
}

@font-face {
font-family: Dax-Medium ; src: url(/css/fonts/DXMd.ttf);
}

@font-face {
font-family: Lucida ; src: url(/css/fonts/lsi.ttf);
}

/**************************** Image *****************************/

.visualisierung_aussen {
background-image: 	url(gallery/visualisierung_aussen.jpg);
background-repeat: 	no-repeat;
background-size: 	cover;
background-position:center;
border-top:         10px solid #e94e1b;
}
.visualisierung_innen {
background-image: 	url(gallery/visualisierung_innen.jpg);
background-repeat: 	no-repeat;
background-size: 	cover;
background-position:center;
border-top:         10px solid #e94e1b;
}

.transparenz {
background-color:   #dfdbc9;
opacity: 			0.5;
}

/***************************** Fonts ****************************/

.text-light {
font-family: 		Dax-Light, Helvetica, sans-serif;
font-size:			18px;
font-style:			normal;
font-weight:			normal;
line-height: 		1.5;
color:				#555555;
text-decoration:	none;
}

.text-light-bold {
font-family: 		Dax-Medium, Helvetica, sans-serif;
font-size:			18px;
font-style:			normal;
font-weight:			normal;
line-height: 		1.5;
color:				#555555;
text-decoration:	none;
}

.text-light-small {
font-family: 		Dax-Light, Helvetica, sans-serif;
font-size:			12px;
font-style:			normal;
font-weight:			normal;
line-height: 		1.5;
color:				#555555;
text-decoration:	none;
}

.text-medium-small {
font-family: 		Dax-Medium, Helvetica, sans-serif;
font-size:			12px;
font-style:			normal;
font-weight:			normal;
line-height: 		1.5;
color:				#555555;
text-decoration:	none;
}

.text-medium {
font-family: 		Lucida;
font-size:			24px;
color:				#555555;
text-decoration:	none;
}

/**************************** Link *****************************/

a {
font-family: 		Dax-Light, Helvetica, sans-serif;
font-size:			18px;
font-style:			normal;
font-weight:			normal;
line-height: 		1.5;
color:				#f96d3b;
text-decoration:	none;
text-decoration: 	underline;
}

a:hover {
font-family: 		Dax-Light, Helvetica, sans-serif;
font-size:			18px;
font-style:			normal;
font-weight:			normal;
line-height: 		1.5;
color:				#555555;
text-decoration:	none;
}

img a {
    border:				none;
}

img {
    border:				none;
}

/**************************** Link *****************************/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 980px;
    padding: 0px 0px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}