/*
Theme Name: zetup 2016
Author: schattenwerk
Author URI: http://schattenwerk.ch/
Description: zetup Theme, handmade by schattenwerk.
Version: 1.0
*/


@font-face {
	font-family: 'Helvetica';
	src:url('fonts/1459692/d049bc4e-8fa0-4797-9919-c124e6da7904.eot');
	src:url('fonts/1459692/d049bc4e-8fa0-4797-9919-c124e6da7904.eot?#iefix') format('embedded-opentype'),
		url('fonts/1459692/3a3acd33-1964-4e6b-86ac-1b0fc117d8e0.woff') format('woff'),
		url('fonts/1459692/f21c489c-feb8-42f4-abe7-b761a9ef042e.ttf') format('truetype'),
		url('fonts/1459692/d8e220ed-4602-498f-be6b-161f6fcd1b92.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica-Bold';
	src:url('fonts/1459700/42980074-3753-4614-ac95-9506e9ad6c88.eot');
	src:url('fonts/1459700/42980074-3753-4614-ac95-9506e9ad6c88.eot?#iefixp') format('embedded-opentype'),
		url('fonts/1459700/88d3aa78-c646-4af0-9318-7e4405946f99.woff') format('woff'),
		url('fonts/1459700/9e90bce2-6d02-4871-be6f-8eb1eb03eccf.ttf') format('truetype'),
		url('fonts/1459700/339b37a5-69e3-4a27-a530-38254d6d9d80.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



body { 
	font-size:15px;
	font-family: 'Helvetica', sans-serif;
	*font-size:small; 
	*font:x-small; 
	line-height:20px;
	color:#0E304C;
}

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video, a {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent none no-repeat 0 0;
	font-weight: normal;
}

strong, b {
	font-family: 'Helvetica-Bold';
}

article, aside, figure, footer, header, hgroup, nav, section { display:block; }

body {
	background:#e5eaec;
}

body, html {
	width:100%;
}

a {
	color:#0E304C;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style:none;
}

h1, h2, h4 {
	font-family: 'Helvetica-Bold';
}


/* header */

header {
	position:fixed;
	width:100%;
	height:157px;
	z-index:10;
	background:#fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header.closed {
	height:36px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header .sections {
	position:absolute;
	width:195px;
	right:0;
	top:66px;
	font-size:20px;
	line-height:28px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header .sections a {
	font-family: 'Helvetica-Bold';
}

.ch, .ch a {
	color:#D1315A;
}

.rj, .rj a {
	color:#389952;
}

.sg, .sg a {
	color:#006EB6;
}

.slashes {
	position:absolute;
	right: 245px;
}

.slash {
	font-family: 'Helvetica-Bold';
	position:absolute;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.slash:nth-child(2) {
	left:10px;
	top:28px;
}

.slash:nth-child(3) {
	left:20px;
	top:56px;
}

header.closed .slash {
	top:0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header.closed .sections {
	top:5px;
	font-family: 'Helvetica-Bold';
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header.closed .sections li {
	display:none;
}

header.closed .sections li.current {
	display:block;
}

header .logo {
	position:absolute;
	right:295px;
	top:14px;
	width:337px;
	height:70px;
	background:url(img/ZeTuP-Logo-SG-RA.png) left bottom no-repeat;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
header .logo.ch {
	background:url(img/ZeTuP-Logo-CH.png) left bottom no-repeat;
}

header.closed .logo {
	top:5px;
	height:20px;
	background:url(img/ZeTuP-Logo-short.png) left bottom no-repeat;
}

header .logo:hover {
	cursor:pointer;
}

.debug {
	position:fixed;
	z-index:300;
	top:0;
	left:0;
	width:200px;
	height:30px;
	background:red;
	color:#fff;
}

nav {
	position:fixed;
	width:235px;
	margin-left:15px;
	padding:32px 32px 32px 22px;
	background:#006EB6;
	top:36px;
	z-index:20;
}

nav.ch {
	background:#D1315A;
}

nav.rj {
	background:#389952;
}

nav.sg {
	background:#006EB6;
}


nav ul ul {
	margin:3px 0 5px 18px;
	display:none;
}

nav li.current_page_item ul {
	display:block;
}

nav li a {
	font-family: 'Helvetica-Bold';
	color:#fff;
	font-size:20px;
	line-height:28px;
	text-transform:uppercase;
}

nav li.home a {
	font-family: 'Helvetica';
	font-size:14px;
	line-height:18px;
}


nav.ch a, nav.rj a, nav.sg a {
	color:#fff;
}

nav li li a {
	font-size:15px;
	line-height:26px;
	text-transform:none;
}

nav li:before {
	font-size:20px;
	font-family: 'Helvetica-Bold';
	line-height:24px;
	color:#006EB6;
	content: "/  ";
}

nav.ch li:before {
	color:#D1315A;
}

nav.rj li:before {
	color:#389952;
}

nav.sg li:before {
	color:#006EB6;
}

nav li li:before {
	font-size:15px;
	line-height:26px;
}

nav li.current_page_item:before, nav li.current-menu-item:before {
	content: "/  ";
	color:#fff;
}

/*
nav.open {
	height:100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
*/

/* content */
.wrapper {
	width:100%;
	max-width:1250px;
	position:relative;
	border:none;
	margin:0 auto;
	min-height:10px;
	border-top:1px solid #fff;
}


/* intro */
.intro {
	position:relative;
	margin-top:172px;
	height:615px;
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:15px;
}

.float {
	float:left;
}

.intro_text {
	display: table;
	width:385px;
	padding:20px;
	height:575px;
	background:url(img/corner_top_left.png) top left no-repeat;
	background-color:rgba(245,247,248,0.8);
}

.intro_text .center {
	display: table-cell; 
	vertical-align: middle;
	font-size:18px;
	line-height:24px;
}

.intro_text p {
	margin-bottom:12px;
}

.box_contact {
	position:absolute;
	right:0;
	float:right;
	padding:10px 5px 0 5px;
	border-left:15px solid #e5eaec;
	width:185px;
	height:605px;
	background:url(img/corner_top_left.png) top left no-repeat, url(img/corner_bottom_right.png) bottom right no-repeat #f5f7f8;
}

.box_contact p {
	padding:5px;
	margin-bottom:12px;
}

.box_contact p img {
	margin-left:-5px;
}


/* container basics */
.container {
	position:relative;
	margin-bottom:30px;
}

.container h1 {
	color:#95a5b0;
	font-size:38px;
	line-height:30px;
	padding:0 40px 0 0;
	text-transform:uppercase;
}



/* news */
.news {
	text-align:right;
}

.news h1, .news article {
	width:890px;
	display:inline-block;
	text-align:left;
}

.news article {
	padding:20px;
	margin-bottom:6px;
}

.news article.ch {
	background:url(img/corner_top_left.png) top left no-repeat, url(img/corner_bottom_right.png) bottom right no-repeat, #e3cfd7;
}

.news article.sg {
	background:url(img/corner_top_left.png) top left no-repeat, url(img/corner_bottom_right.png) bottom right no-repeat, #c4d7e5;
}

.news article.rj {
	background:url(img/corner_top_left.png) top left no-repeat, url(img/corner_bottom_right.png) bottom right no-repeat, #cdded6;
}

.news h2 {
	font-size:20px;
	margin-bottom:5px;
}

.news .arrow {
	width:24px;
	height:13px;
	position:absolute;
	right:20px;
}

.ch .arrow {
	background:url(img/zetup-oeffnen-news-rot_geschlossen.png) no-repeat;
}

.ch .arrow.open {
	background:url(img/zetup-oeffnen-news-rot_offen.png) no-repeat;
}

.rj .arrow {
	background:url(img/zetup-oeffnen-news-gruen_geschlossen.png) no-repeat;
}

.rj .arrow.open {
	background:url(img/zetup-oeffnen-news-gruen_offen.png) no-repeat;
}

.sg .arrow {
	background:url(img/zetup-oeffnen-news-blau_geschlossen.png) no-repeat;
}

.sg .arrow.open {
	background:url(img/zetup-oeffnen-news-blau_offen.png) no-repeat;
}

.news .more {
	display:none;
	margin-top:10px;
}

.news .arrow:hover {
	cursor:pointer;
}

/* text */
.text {
	text-align:right;
}

.text h1, .text article {
	width:890px;
	display:inline-block;
	text-align:left;
}

.text article {
	padding:15px 20px 10px 20px;
	margin-bottom:15px;
	background:url(img/corner_top_left.png) top left no-repeat, url(img/corner_bottom_right.png) bottom right no-repeat, #f5f7f8;
}

.text .header_img {
	clear:both;
	width:100%;
	height:1px;
	padding-top:38.8%;
	background-size:cover;
	margin-bottom:15px;
}

.text h3 {
	font-size:20px;
	line-height:24px;
	color:#006EB6;
}

.text h3.rj {
	color:#389952;
}

.text h3.ch {
	color:#D1315A;
}


.text h3:before {
	content: "/ ";
}

.text h2 {
	margin-top:15px;
	font-size:20px;
	line-height:24px;
}

.text .cols {
	margin-top:5px;

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
	-webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.text .cols p {
	padding-bottom:20px;
}

.text a {
	text-decoration:underline;
}

/* team */

.text.team article {
	width:890px;
	padding:15px 20px 10px 20px;
}

.container_team {
	position:relative;
	width:930px;
	padding:0;
	margin:0;
	display:inline-block;
	text-align:left;
}

.container_team section {
	position:relative;
	width:452px;
	float:left;
	margin-bottom:15px;
	background:url(img/corner_bottom_right.png) bottom right no-repeat, #f5f7f8;
}

.container_team section:nth-child(2n) {
	margin-left:26px;
}

.container_team section .foto {
	position:relative;
	width:50%;
	height:1px;
	padding-top:50%;
	background-size:cover;
	background-position:center;
	float:left;
}

.container_team section .description {
	position:relative;
	width:46%;
	float:left;
	padding:2%;
}

.container_team section h4 {
	font-size:20px;
	line-height:24px;
	margin:5px 0 5px 0;
}


/* veranstaltungen */

.event_info {
	position:relative;
	width:200px;
	float:left;
}

.event_info a {
	display:block;
	margin-top:25px;
	color:#0E304C;
	background:url(img/icon_download.png) no-repeat;
	padding:10px 0 10px 38px;
	text-decoration:underline;
}

.event_text {
	position:relative;
	width:675px;
	float:left;
}

.event_text h2 {
	font-size:20px;
	line-height:24px;
	margin-bottom:5px;
}

.event_text p {
	padding-bottom:20px;
	color:#0E304C;
}






/* fields */

input {
	font-size:18px;
	font-family: 'Helvetica';
	background:#fff;
	width:96%;
	padding:2%;
	border:none;
	color:#272625;
	font-weight:700;
	letter-spacing:1px;
}



input[type='checkbox'] {
	width:auto;
	border:none;
	padding:1%;
}

input[type='submit'] {
	width:100%;
	padding:5%;
	text-transform:uppercase;
}
input[type='submit']:hover {
	text-decoration:underline;
	cursor:pointer;
}

.wpcf7-radio .wpcf7-list-item {
	display:block;
	clear:both;
	margin-bottom:10px;
}

.wpcf7-not-valid-tip {
	clear:both;
	width:100%;
	text-align:left;
	color:#990000 !important;
	padding-top:10px !important;
}

.wpcf7-validation-errors {
	border-color:#990000 !important;
	color:#990000;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	font-weight:700;
}

.wpcf7-mail-sent-ok {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}


.mobile {
	display:none;
}




@media only screen and (max-width:980px) {
	
	.container h1 {
		padding:0;
		font-size:26px;
		line-height:22px;
	}

	.news h1, .news article {
		width:92%;
		margin-left:2%;
		float:none;
		padding:2%;
	}

	.news .arrow {
		position:absolute;
		right:3%;
	}

	.news, .text {
		text-align:left;
	}

	.text h1, .text article {
		width:92%;
		margin-left:2%;
		float:none;
	}

	.text article {
		padding:2%;
	}


	.text.team article {
			width:92%;
			margin-left:2%;
			float:none;
			padding:2%;
	}

	.container_team {
		width:96%;
		float:none;
		margin-left:2%;
	}

	.container_team section {
		position:relative;
		width:100%;
		float:left;
	}
	
	.container_team section:nth-child(2n) {
		margin-left:0;
	}

	.container_team section .foto {
		width:40%;
		padding-top:40%;
	}

	.container_team section .description {
		width:56%;
	}

	.event_info {
		width:100%;
		padding-bottom:30px;
	}
	
	.event_text {
		width:100%;
	}

}


@media only screen and (max-width:720px) {
	
	.intro {
		margin-top:50px;
		height:auto;
		background:none !important;
		margin-bottom:15px;
	}
	
	.float {
		float:none;
	}
	
	.intro_text {
		clear:both;
		display:block;
		width:92%;
		padding:2%;
		margin-left:2%;
		height:auto;
	}
	
	.intro_text .center {
		display: table-cell; 
		vertical-align: middle;
		font-size:18px;
		line-height:24px;
	}
	
	.intro_text p {
		margin-bottom:12px;
	}
	
	.box_contact {
		position:relative;
		top:0;
		right:auto;
		float:none;
		padding:2%;
		border:none;
		margin-left:2%;
		margin-bottom:15px;
		width:92%;
		height:auto;
	}


	/* header  */
	
	header {
		height:100px;
	}
	
	header .logo {
		position:absolute;
		right:auto;
		left:2%;
		top:10px;
		width:60px;
		height:15px;
		background:url(img/ZeTuP-Logo-mobile.png) no-repeat;
	}
	
	header.closed .logo {
		top:10px;
		background:url(img/ZeTuP-Logo-mobile.png) no-repeat;
	}
	
	header .sections {
		width:175px;
		right:0;
		top:5px;
	}
	
	.slashes {
		right: 225px;
	}


	/* navi */
	
	nav {
		position:relative;
		width:96%;
		margin-left:0;
		padding:2%;
		top:99px;
		height:auto;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	header.closed nav {
		height:0;
		padding-top:0;
		padding-bottom:0;
		overflow:hidden;
		top:35px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	
	nav li {
		padding-bottom:10px;
	}
	
	nav ul ul {
		display:none;
	}
	
	nav ul ul.open {
		display:none;
	}
	
	
	.mobile {
		display:none;
	}

	header.closed .mobile {
		display:block;
		position:absolute;
		width:36px;
		height:36px;
		background:red;
		top:0;
		right:0;
		background:url(img/mobile_trigger.png) no-repeat;
	}

	
}


@media only screen and (max-width:680px) {
	
	.text .cols {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}

}

.clear {
	clear:both;
}


/* iphone */
html {
	-webkit-text-size-adjust: none;
}

