a:link {
	text-decoration: none;
	color: #747474;
	}
a:visited {
	text-decoration: none;
	color: #747474;
	}
a:hover {
	text-decoration: none;
	background-color: #efefef;
	}
a:active {
	text-decoration: none;
	background-color: #efefef;
	}
#inhalt {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 4px;		
	}

#logo {
	text-align:center;
	font-size:150%;
	color:#4b4b4b;
	padding-bottom: 15px;
	padding-top: 35px;
	}
#navigation {
	text-align:center;
	font-size: 70%;
	padding-bottom: 15px;
	}
#bild {
	text-align:center;
	padding-bottom: 15px;
	padding-top: 15px;
	}
#footer {
	text-align:center;
	font-size: 70%;
	}
#text {
	font-size: 90%;
	letter-spacing:1px;
	margin:20px;}

body{
  margin: 0;
  padding: 0;
  background: #fff;
}
.fs-content-gallery {
	background:#121415;
	
	}


#ud_tab {
    max-width: 600px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 300px;
}
#ud_tab input[type="radio"] {
    display: none;
}
#ud_tab label {
    display: block;
    float: left;
    width: 23.3333%;
    color: #666;
    font-size: 20px;
    padding: 5%;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    background: #111;
}
#ud_tab .ud_content {
    background: #fff;
    width: 90%;
    display: none;
    padding: 5%;
    float: left;
}
#ud_tab .ud_content h3 {
    margin: 0;
    padding: 0 0 5% 0;
    font-family: "Oswald", sans-serif;
}
#ud_tab .ud_content p {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    color: #666;
    line-height: 25px;
    word-spacing: 3px;
}

#ud_tab [id^="tab"]:checked + label {
    background: #ff6600;
    color: #fff;
}
#tab1:checked ~ #ud_tab-content1,
#tab2:checked ~ #ud_tab-content2,
#tab3:checked ~ #ud_tab-content3 {
    display: block;
}

