@charset "UTF-8";
/* Body */
body {
	font-family: Arial, Helvetica, "sans-serif";
	background-color: #FF9E00;
	margin: 0;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
/* Header */
header {
	width: 100%;
	height: 0%;
	background-color: #ffffff;
}
.logo {
	color: #FF9E00;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 220%;
	box-shadow: 3px 3px 6px grey;
}
.brklogo {
	margin-left: 10%;
	margin-bottom: 5px;
	height: 40px;
	vertical-align: middle;

}
.iuklogo {
	margin-right: 10%;
	margin-bottom: 5px;
	width: 50px;
	vertical-align: middle;
	
}
.headline {
	color: #5E5757;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;

}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	background-color: none;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.gallery2 {
	clear: both;
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	background-color: none;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 0px;
	background-color: transparent;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid transparent;
}
.thumbnail2 {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: -50px;
	background-color: transparent;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid transparent;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery2 .thumbnail2 h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: none;
	text-align: left;
	padding-left: 20px;
}
.gallery2 .thumbnail2 p {
	margin: 0;
	color: none;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: transparent;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	background-color: #6DC7D0;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery2 .thumbnail2 .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 20px;
}
.thumbnail {
	width: 100%;
}
	.thumbnail2 {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail2 {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}
	
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.thumbnail2 {
	width: 48%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
/*}a:link {
    color: white;
	text-decoration: none;*/
}

/* visited link */
/*a:visited {
    color: white;
}*/

/* mouse over link */
/*
a:hover {
    text-decoration: underline;
}
*/

/* selected link */
/*a:active {
    color: red;
}*/
.button_weiss {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal normal bold medium/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgb(255,255,255);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-decoration: none;
}

.button_weiss:hover {
  background: rgba(220,220,220,1);
}

