@import "../vendor/font-awesome/css/font-awesome.min.css";

section {
	width: 1px;
    min-width: 100%;
    *width: 100%;
}

hr {
	border: 0;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #000;
	margin-bottom: 30px;
	margin-top: 30px;
}

.field-with-headline h2:before {
	display: none;
}

.field-with-headline {
	padding-top: 0;
	margin-bottom: 0;
}

.field-with-headline h2 {
    border-top: 1px dashed #000;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 20px 0 0;
}

.headline {
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9);
	margin-top: 45px;
	margin-bottom: 45px;
	font-size: 13px;
}

.headline h1 {
	font-size: 35px;
	margin-bottom: 5px;
}

.headline h1 em {
	font-size: 22px;
	font-style: normal;
}

.landingpage {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

td.checkfeld {
    border: 1px solid rgba(255,255,255,1);
    width: 100px;
    text-align: center;
    background: #bababa;
    cursor: pointer;
}

td.checkfeld.checkfield-active {
	background: #404040;
}

td.text-center {
	text-align: center;
}

.field-grid-submit button {
    border: 0px solid #000;
    color: #FFF;
    background: #404040;
}

.input-with-checkbox {
	padding: 5px;
	height: auto;
}

.field-grid-item .help {
	margin-bottom: 10px;
}

input[type=text], input[type=password], input[type=submit], textarea, .input, .input-with-checkbox, .outer-select .inner-select {
    background: rgba(255,255,255,0.6);
    border-width: 1px;
    border-color: transparent;
    border-radius: 3px;
}

label[for=praferenzen], label[for=praferenzen2], label[for=verfugbarkeit], label[for=verfugbarkeit2] {
	display: none;
}

label {
	-webkit-touch-callout: none; /* iOS Safari */
	    -webkit-user-select: none; /* Safari */
	     -khtml-user-select: none; /* Konqueror HTML */
	       -moz-user-select: none; /* Firefox */
	        -ms-user-select: none; /* Internet Explorer/Edge */
	            user-select: none; /* Non-prefixed version, currently
	                                  supported by Chrome and Opera */
}
.custom-checkbox-uzh-title {
	width: 49%;
	display: inline-block !important;
	top: 0 !important;
	left: 0 !important;
	position: relative;
	padding-left: 32px;
	margin: 0;
}

.custom-checkbox-uzh-input {
	width: 50%; 
	display: inline-block !important; 
	padding: 0
}


@media (max-width: 768px) {
	
	.headline {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.custom-checkbox-uzh-title {
		width: 100%;
	}
	
	.custom-checkbox-uzh-input {
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px !important;
	}
}

















