/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	background: #ffecec;
	font-family: 'Work Sans', Verdana, sans-serif;
	text-decoration: none;
}
.gradient_section {
	background: linear-gradient(-100deg, #01ac8c, #cc66ff, #ff9999, #cc66ff, #ffecec, #331488, #cc66ff, #ffcccc);
	background-size: 3000% 3000%;
	background-attachment: fixed;
	-webkit-animation: Colorand 60s ease infinite;
	-moz-animation: Colorand 60s ease infinite;
	animation: Colorand 60s ease infinite;
}
@-webkit-keyframes Colorand {
background-attachment: fixed;
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-moz-keyframes Colorand {
background-attachment: fixed;
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes Colorand {
background-attachment: fixed;
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}

.icon-bar {
	color: #ff6666;
	background: #ff6666;
}
.col-sm-9.hidden-xs {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 99;
}
.col-sm-9.screen {
	height: auto;
	background: #fff;
	margin: 0;
	padding: 0;
}

nav {
	margin: 0;
	padding: 0;
	z-index: 99;
}

div {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ff6666;
}



.header {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
}

.navbar.header {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	background-image: url(../img/logos/SZ_SWAP2016_Logo_Mobile_160918.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	border-bottom: 1px #ff6666 solid;
}
/*
.navbar-header button{
      float: left;
}
*/
#myNavbar {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px #ff6666 solid;
}

.row.content {
	height: 0;
	margin: 0;
	padding: 0;
}

.visible-xs {
	height: auto;
	margin: 0;
	padding: 0;
}

/* On small screens, set height to 'auto' for the grid */

@media screen and (max-width: 767px) {

	.row.content {
		height: auto;
		margin: 0;
		padding: 0;

	}
}

/*
.icon-bar {
    color: #ff6666;
    border-color: #ff6666;
    background-color: #ff6666;
}
*/


/* Set gray background color and 100% height */



.nav_mobile {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	list-style: none;
}
.nav_mobile ul{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: none;
	list-style: none;
}
.nav_mobile li{
	margin: 0 0 0 0;
	padding: 8px 0;
	width: 100%;
	height: auto;
	background: #fff;
	list-style: none;
	text-align: center;
	transition: 0.3s;
}
.nav_mobile li:hover {
	background: #ff6666;
	transition: 0.3s;
}

.nav_mobile li:hover a{
	color: #fff;
	transition: 0.3s;
}

.nav_mobile a{
	font-family: 'Work Sans', Verdana, sans-serif;
	font-size: 2.1rem;
	line-height: 100%;
	font-weight: 500;
	color: #ff6666;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
	transition: 0.3s;
}
.nav_mobile a:hover{
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}

.nav_screen {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
	background: #fff;
	border-bottom: 1px #ff6666 solid;
}
.nav_screen ul{
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;

}
.nav_screen li{
	height: auto;
	margin: 0;
	padding: 4px 5% 10px 10px;
	list-style: none;
	float: left;
	transition: 0.3s;
	text-align: center;
}

.nav_screen a {
	font-family: 'Work Sans', Verdana, sans-serif;
	font-size: 2.4rem;
	line-height: 100%;
	font-weight: 500;
	color: #ff6666;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-decoration: none;
	transition: 0.3s;
}
.nav_screen li:hover a,
.nav_screen li a.active {
	color: #331488;
	text-decoration: none;
	transition: 0.3s;
}

.col-sm-3.navbar-right {
	background-color: #fff;
	height: 100vh;
	position: fixed;
	right: -2px;
	margin: 0;
	padding: 0;
	transition: background-color 1.6s;
}
.col-sm-3.navbar-right:hover {
	background: none;
	transition: background-color 1.6s;
}
.navbar-right img {
	width: 100%;
	max-width: 22vw;
	height: auto;
	margin: 0 auto 8% 5%;
	padding: 5% auto 0 auto;
	text-align: center;
}
.info_screen {
	border-top: 1px solid #ff6666;
	margin: 0;
	padding: 0;
}

.info_screen h1{
	font-family: 'Work Sans', Verdana, sans-serif;
	font-size: 2.8vw;
	text-transform: uppercase;
	line-height: 100%;
	font-weight: 500;
	color: #ff6666;
	margin: 0;
	padding: 4% 4%;
}

.info_mobile {
	margin: 0;
	padding: 0;
}

.info_mobile h1{
	font-family: 'Work Sans', Verdana, sans-serif;
	font-size: 5vw;
	text-transform: uppercase;
	line-height: 105%;
	font-weight: 500;
	color: #fff;
	margin: 0;
	padding: 10px;
}

.content {
	height: 100%;
	min-height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	background-position: fixed;
}




h2{
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 500;
	color: #331488;
}

p {

	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 500;
	color: #000;
}


a {
	font-family: 'Work Sans', Verdana, sans-serif;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-weight: 500;
	color: #331488;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	color: #ff6666;
	transition: 0.3s;
}


.row.table {
	width: 100%;
	margin: 0;
	padding: 8px 0 10px 10px;
	border-bottom: 1px #ff6666 solid;
}



.row.table p{
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 300;
	color: #331488;

}

.row.table h1 {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 105%;
	font-weight: 500;
	color: #ff6666;
}

.row.table h2 {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 105%;
	font-weight: 500;
	color: #331488;
}

.row.table h3 {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
	line-height: 105%;
	font-weight: 300;
	color: #331488;
	width: auto;
}

.row.table a {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 105%;
	font-weight: 500;
	color: #331488;
	transition: 0.3s;
	text-decoration: none;
}

.row.table a:hover {
	color: #ff6666;
	text-decoration: none;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.row.table {
		width: 100%;
		margin: 0;
		padding: 8px 0 10px 0;
		border-bottom: 1px #ff6666 solid;
	}

	.row.table h2 {
		font-family: 'Work Sans', Verdana, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 2.1rem;
		line-height: 105%;
		font-weight: 500;
		color: #331488;
	}
	.row.table a {
		font-family: 'Work Sans', Verdana, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 2.1rem;
		line-height: 105%;
		font-weight: 500;
		color: #331488;
	}
}
.space {
	width: 100%;
	height: 35px;
}

.row.format {
	width: 100%;
	margin: 0;
	padding: 30px 0 10px 0;
}

.row.format img{
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
	padding-bottom: 10px;
}

.row.format p{
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 119%;
	font-weight: 300;
	color: #331488;

}
.row.format a {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 300;
	color: #331488;
	transition: color .3s;
	-moz-transition:color .3s;
	-o-transition:color .3s;
	-webkit-transition:color .3s;
	text-decoration: none;
}

.row.format a:hover {
	color: #ff6666;
	transition: color .3s;
	-moz-transition:color .3s;
	-o-transition:color .3s;
	-webkit-transition:color .3s;
	text-decoration: none;
}

.row.format h2 {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 105%;
	font-weight: 500;
	color: #331488;
}

@media screen and (max-width: 767px) {
	.row.format {
		width: 100%;
		margin: 0;
		padding: 15px 0 20px 0;
		border-bottom: 1px #331488 solid;
	}

	.row.format h2 {
		font-family: 'Work Sans', Verdana, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 2.1rem;
		line-height: 105%;
		font-weight: 500;
		color: #331488;
	}
}
.row.teaser {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 15px 0 20px 0;
}
.row.teaser img{
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 10px auto;
	padding: 0;
	display: block;
	vertical-align: middle;
}
.row.teaser p{
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 119%;
	font-weight: 300;
	color: #ff6666;
}

.row.teaser h2 {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 105%;
	font-weight: 500;
	color: #ff6666;
}
.row.teaser h1 {
	font-family: 'Work Sans', Verdana, sans-serif;
	font-size: 4.5rem;
	line-height: 105%;
	font-weight: 500;
	color: #ff6666;
	margin: 0;
	padding: 50px 0 80px 0;
}

.row.teaser a{
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 6px 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 119%;
	font-weight: 300;
	color: #ff6666;
	transition: 0.3s;
}
.row.teaser a:hover{
	text-decoration: none;
	color: #331488;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
	.row.teaser{
		width: auto;
		height: auto;
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px #ff6666 solid;
	}

	.row.teaser h1 {
		font-family: 'Work Sans', Verdana, sans-serif;
		font-size: 2.1rem;
		line-height: 105%;
		font-weight: 500;
		color: #ff6666;
		margin: 0;
		padding: 2px 0;

	}
	.row.teaser h2 {
		font-family: 'Work Sans', Verdana, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 2.1rem;
		line-height: 105%;
		font-weight: 500;
		color: #ff6666;
	}
}

.row.imprint {
	width: 100%;
	margin: 0;
	padding: 45px 0 60px 5%;
}



.row.imprint p{
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 108%;
	font-weight: 500;
	color: #331488;
}

.row.imprint h2 {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 108%;
	font-weight: 500;
	color: #331488;
}

.row.imprint a {
	font-family: 'Work Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	line-height: 108%;
	font-weight: 500;
	color: #331488;
	transition: color 0.3s;
	text-decoration: none;
}

.row.imprint a:hover {
	color: #ff6666;
	text-decoration: none;
	transition: color .3s;
	-moz-transition:color .3s;
	-o-transition:color .3s;
	-webkit-transition:color .3s;
}

@media screen and (max-width: 767px) {
	.row.imprint {
		width: 100%;
		margin: 0;
		padding: 15px 0 25px 0;
		border-bottom: 1px #ff6666 solid;
	}

	.row.imprint h2{
		font-family: 'Work Sans', Verdana, sans-serif;
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 2.1rem;
		line-height: 105%;
		font-weight: 500;
		color: #331488;

	}
	.row.imprint p {
		font-family: 'Work Sans', Verdana, sans-serif;
		margin: 4px 0 0 0;
		padding: 0;
		font-size: 1.5rem;
		line-height: 120%;
		font-weight: 300;
		color: #331488;
	}
	.row.imprint a {
		font-family: 'Work Sans', Verdana, sans-serif;
		margin: 4px 0 0 0;
		padding: 0;
		font-size: 1.5rem;
		line-height: 120%;
		font-weight: 300;
		color: #331488;
		transition: color .3s;
		-moz-transition:color .3s;
		-o-transition:color .3s;
		-webkit-transition:color .3s;
		text-decoration: none;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

