/* @group Reset */

	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	/*display: block;*/
}
body {
	/*line-height: 1;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background-color: #FFF;
	color: #333;
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color:rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color:rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	line-height: 3em;
}
a {text-decoration: none;
	outline:none;}

.container {
	overflow: hidden;
	/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	width: 100%;
}

header {
	height: 60px;
	position: relative;
	/*background-color: #F04949;*/
	background: linear-gradient(to right, #BBF, white);
	font-size: 14px;
	font-weight: bold;
}

#logo {
	width: 300px;
	height: 60px;
	background-image: url(../bilder/logo_schrift_soland.png);
	background-repeat: no-repeat;
	margin-left: 16px;
	float: left;
	clear: left;
}
header h1 a {
	color: #FFF;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
	font-size: 27px;
	line-height: 60px;
	font-weight: bold;
}
header h1 a:hover {color: #2d2321;}

.burger {
	position: absolute;
	float: left;
	padding: 4px;
	top: 10px;
	left: 10px;
	cursor:pointer;
	display: none;
	background-color: #010751;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color: #FFF;
	border-radius: 3px;
	margin: 5px 0;
}

.burger.open {
	background-color: #FFF;
}

.burger.open li {
	background-color: #010751;
}

nav {
	top: 0px;
	right: 1px;
	width: 858px;
	position: absolute;
	font-weight: bold;
	font-size: 16px;
}

nav li {
	float: left;
	display: inline-block;
}

nav li a {
	color: #010751;
	padding: 22px 15px;
	font-weight:600;
	display: block;
}
nav li a:hover {
	color: #3E4DFD;
}

/*  Removable CSS  */

.body-section,
.body-section2,
.footer-section {
	padding: 20px;
	width: 100%;
}

.header-section {
	background-color: #FFF;
}

.bild {

}

.body-section {
	background-color: #FFF;
	color: #333;
	width: 100%;
	font-size: 22px;
	line-height: 1.5em;
}

.body-section a {
	color: #008;
	width: 100%;
}

.body-section a:hover {
	color: #930000;
	width: 100%;
}

.inhalt {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.body-section2 {
	background-color: #FFF;
	color: #333;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
}

.body-section2 a {
	color: #008;
	width: 100%;
}

.body-section2 a:hover {
	color: #930000;
	width: 100%;
}

.kastenbox {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.unterkasten_links {
	border: thin solid #B0B0FF;
	width: 440px;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
}

.unterkasten_rechts {
	border: thin solid #B0B0FF;
	width: 440px;
	float: right;
	padding: 10px;
	margin-bottom: 20px;
}

.unterkasten_titel {
	width: 100%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.unterkasten_text {
	color: #333;
}

.footer-section {
	background-color: #355267;
	height: 40px;
	float: left;
	width: 100%;
}


.footer_string {
	float: left;
	font-size: 16px;
	color: #FFF;
	width: auto;
	margin-top: 16px;
	clear: left;
	text-align: center;
}
.footer_logos {
	float: right;
}

.footer_string {
	float: left;
	font-size: 16px;
	color: #FFF;
	width: auto;
	margin-top: 16px;
	clear: left;
	text-align: center;
}
.footer_logos {
	float: right;
}

.footer_trenner {
	width: 20px;
	float: left;
}

.footer_facebook {
	width: 50px;
	float: left;
}
.footer_twitter {
	width: 50px;
	float: left;
}

.footer_string:before {
	content:"Soland Media AG - Winkelbüelrain 7 - CH-6043 Adligenswil - +41 41 370 06 08 - info@soland.ch";
}


/*  @media only screen and (max-width: 1170px) { */ 

 @media all and (max-width: 1170px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1170px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1170px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1170px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1170px), only screen and (min-resolution: 192dpi) and (max-width: 1170px), only screen and (min-resolution: 2dppx) and (max-width: 1170px) { 

#logo {
	clear: right;
	float: right;
	background-size: 90%;
	margin-right: 10px;
	background-position: right center;
}

.body-section {
	background-color: #FFF;
	font-size: 18px;
	color: #333;
	line-height: 1.3em;
}

.body-section2 {
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3em;
}

.inhalt {	
	width: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.kastenbox {
	width: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.unterkasten_links {
	/*  width: 90%;
	margin-bottom: 20px;
	padding: 10px;
	float: left; */
	
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: none;
}

.unterkasten_rechts {
	/*  width: 90%;
	margin-bottom: 20px;
	padding: 10px;
	float: left; */
	
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
}

.footer_string {
    width: 200px;
	font-size: 12px;
	margin-top: 0px;
	text-align: left;
	padding-left: 0px;
	line-height: 100%;
	/*  font-weight: bold; */
}

.footer_string:before {
	content:"Soland Media AG - CH-6043 Adligenswil Tel +41 41 370 06 08 - info@soland.ch";
}

.footer_logos {
	float: right;
}
.footer_trenner {
	width: 20px;
	float: left;
}

.footer_facebook {
	width: 30px;
	margin-right: 10px;
	float: right;
}

.footer_twitter {
	width: 30px;
	float: right;
}

header {
	height: 60px;
	z-index: 2;
	background-color: #f04949;
	
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	
		/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
header h1 a {
	color: #ffffff;
	text-align: center;
	display: block;
}
.burger {display: block;}


/*  Nav Drawer Layout  */
nav {position: relative;}

nav ul {
	height: 100%;
	overflow-y: auto;
}
nav li {
	display: block;
	float: none;
}
nav li a {
	padding: 21px 25px;
	letter-spacing: 3px;
	font-size: 16px;
	color: #fff;
}
nav li a.logo {
	display: none;
}
nav li a.active {
	color: #fff;
	background-color: #3E4DFD;
}
nav li a:hover {
	color: #fff;
	background-color: #355267;
}
nav li:first-child a.active,
nav li:first-child a:hover 
{border-radius: 10px 0 0 0;}

.header-section {margin-top: 60px;}


/* NAVIGATION ANNIMATION */
nav {
	width: 93%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	background-color: #010751;
	border-radius: 8px;
	
	/* starting point */
	opacity: .3;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-moz-transform: translate3d(5%,0,0)scale(.97);
	transform: translate3d(5%,0,0)scale(.97);
}

/*Nav Expanding Open Effect*/
nav.open {
	opacity: 1;

	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	
	-moz-transform: translate3d(0,0,0)scale(1);
	-moz-animation: slideIn .35s ease-in-out;
	
	transform: translate3d(0,0,0)scale(1);
	animation: slideIn .35s ease-in-out;
}
@-webkit-keyframes slideIn {
	0%       {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
}

/*Nav Shrinking Closed Effect*/
nav.close {
	opacity: .3;
	
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .3s ease-in-out;
	
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOut .3s ease-in-out;
	
	transform: translate3d(5%,0,0)scale(.97);
	animation: slideOut .3s ease-in-out;
}
@-webkit-keyframes slideOut {
	0%      {opacity: 1;
				-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideOut {
	0%      {opacity: 1;
				-moz-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				-moz-transform: translate3d(5%,0,0)scale(.97);}
}
@keyframes slideOut {
	0%      {opacity: 1;
				transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: .3;
				transform: translate3d(5%,0,0)scale(.97);}
}



/* CONTENT ANNIMATION */
.content {
	/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
}

/*Content Sliding Open Effect*/
header.open,
.content.open 
{   
	-webkit-transform: translate3d(240px,0,0);
	-webkit-animation: open .5s ease-in-out;
	
	-moz-transform: translate3d(240px,0,0);
	-moz-animation: open .5s ease-in-out;
	
	transform: translate3d(240px,0,0);
	animation: open .5s ease-in-out;
}
@-webkit-keyframes open {
	0%      {-webkit-transform: translate3d(0,0,0);}
	70%    {-webkit-transform: translate3d(260px,0,0);}
	100%  {-webkit-transform: translate3d(240px,0,0);}
}
@-moz-keyframes open {
	0%      {-moz-transform: translate3d(0,0,0);}
	70%    {-moz-transform: translate3d(260px,0,0);}
	100%  {-moz-transform: translate3d(240px,0,0);}
}
@keyframes open {
	0%      {transform: translate3d(0,0,0);}
	70%    {transform: translate3d(260px,0,0);}
	100%  {transform: translate3d(240px,0,0);}
}

/*Content Sliding Closed Effect*/
header.close,
.content.close 
{
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation: close .3s ease-in-out;
	
	-moz-transform: translate3d(0,0,0);
	-moz-animation: close .3s ease-in-out;
	
	transform: translate3d(0,0,0);
	animation: close .3s ease-in-out;
}
@-webkit-keyframes close {
	0%      {-webkit-transform: translate3d(240px,0,0);}
	100%  {-webkit-transform: translate3d(0,0,0);}
}
@-moz-keyframes close {
	0%       {-moz-transform: translate3d(240px,0,0);}
	100%  {-moz-transform: translate3d(0,0,0);}
}
@keyframes close {
	0%       {transform: translate3d(240px,0,0);}
	100%  {transform: translate3d(0,0,0);}
}

}

