/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//	Das Dokument "setcard.css" definiert die Setcardansicht-
//  
//  	Inhalt:
//			- Ausgeblendete Emelemnte
// 			- Profile Setcard
//			- Index Setcards
//			- Globale Einstellungen
//			- Media-Querrys
//			- Special_Settings for Firefox
//			- Special_Settings for InternetExplorer
//
//		Farbverzeichnis:
//			can be found in style.css
//  
//  INFO: 
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Profile Setcard
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#profileContainer {
	text-align: left;
	background-color: #E2E9EF;
}

.globalContainer {
	padding: 0 12px;
}

.profileImg {
	display: inline-block;
	width: 100%;
	max-width: 480px;
	margin-bottom: 24px;
}

.profileImg:hover, .profileImg:active {
	cursor: pointer;
	opacity: 0.95;
}

#profileClaim {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#profileContainer h1 {
	margin-bottom: 12px;
}

#profileContainer p {
	display: inline-block;
	margin-bottom: 24px;
}

#profileContainer ul {
	display: inline-block;
	vertical-align: top;
}

#profileContainer li {
	margin-bottom: 12px;
}

#profileContainer li span {
	font-weight: bold;
}

.button.profile {
	margin-bottom: 12px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Index Setcards
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.setcardContainer.index {
	
}

.imgBox {
    display: inline-block;
	margin-top: 48px;
    width: 100%;
    max-width: 376px;
	max-height: 376px;
	overflow: hidden;
}

.textBox {
	z-index: 1;
	position: relative;
	padding-top: 376px;
	margin-top: -376px;
    width: 376px;
	height: 752px;
	transition: 0.25s ease-in-out;
}

.textBox ul {
	padding-top: calc(188px - 1.5em);
    width: 376px;
	height: 376px;
	vertical-align: bottom;
	transition: 0.25s ease-in-out;
	background-color: rgba(255,255,255,0.90);
}

.textBox:hover, .textBox:active {
	margin-top: -752px;
	transition: 0.25s ease-in-out;
}

.setcardImg {
	width: 100%;
	height: 376px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// matchBox
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.matchBox {
	margin: 48px auto;
	padding: 24px;
	width: calc(100% - 48px);
	text-align: left;
	background-color: #E2E9EF;
}

.matchBox h2 {
	margin-bottom: 12px;
}

.matchBox p {
	margin-bottom: 12px;
}

.setcardContainer.profile .imgBox {
	-webkit-filter: blur(10px); /* Chrome, Safari, Opera */
    filter: blur(10px);
}

.setcardContainer.profile .imgBox.noneblur {
	-webkit-filter: blur(0); /* Chrome, Safari, Opera */
    filter: blur(0);
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// matchBox form
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

#blurBox {
	display: none;
}

.claimBox .matchimg {
	width: 95%;
	max-width: 250px;
	border-bottom: 1px solid #eaeaea;
	border-radius: 0;
}

.formContainer h2 {
	margin-bottom: 48px;
	font-size: 2em;
}

.formContainer h3 {
	margin: 24px 0;
	font-size: 1.25em;
}

.formContainer h4 {
	margin-bottom: 24px;
	font-weight: bold;
}

.formContainer form {
	margin: 0 auto;
	margin-bottom: 48px;
	max-width: 1480px;
}

.formContainer section {
	display: inline-block;
	padding: 24px;
	width: calc(100% - 48px);
	background-color: #E2E9EF;
}

.formContainer section .label {
	padding: 0;
	width: 144px;
}

.formContainer section .input {
    width: calc(100% - 160px);
}

.formContainer section .input:hover {
    cursor: pointer;
}

.formContainer section .input.select{
	background-image: url(../img/icons/arrowDown.svg);
	background-position: calc(100% - 12px) 50%;
	background-size: 12px;
}

.formContainer section .checkbox {
    padding: 12px;
    border: 1px solid #324977;
    border-radius: 5px;
	background-color: #fff;
}

.button.matchcheck {
	display: block;
	margin: 0 auto;
	margin-top: 48px;
	width: calc(100% - 24px);
	max-width: 360px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Media-Querrys
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen and (min-width: 496px) { 

#profileContainer {
	text-align: center;
}

#profileContainer ul {
	width: calc(50% - 22px);
	text-align: left;
}

.button.profile.first, .button.profile.middle  {
	width: calc(50% - 4px);
}

}

@media screen and (min-width: 720px) { 

.button.profile.first, .button.profile.middle, .button.profile.last  {
	width: calc(33% - 4px);
}

}

@media screen and (min-width: 773px) { 

.imgBox {
	margin-top: 0;

}

}

@media screen and (min-width: 877px) { 

.formContainer section {
	max-width: 380px;
	border-radius: 5px;
}

}

@media screen and (min-width: 898px) { 

#profileContainer {
	padding: 48px 0;
}

.globalContainer {
	display: inline-block;
	margin: 0 auto;
	width: calc(100% - 508px);
	max-width: 684px;
	vertical-align: top;
	text-align: left;
}

.dataContainer {
	margin-left: 12px;
	height: 432px;
	vertical-align: top;
}

.button.profile.first, .button.profile.middle, .button.profile.last {
	vertical-align: bottom;
	width: calc(33% - 4px);
}

.matchBox {
	text-align: center;
}

}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//	FireFox-Extrawurst
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

@-moz-document url-prefix() {
	
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Internetexplorer-Extrawurst
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen\0 {
	
}