/* Reset Start */
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;
}
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;
}
/* Reset Ende */

/* Clearfix Start */
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */

/* Clearfix Ende */

/* 360mm Basis Start */
* {margin: 0; padding: 0; }
.clear {overflow:hidden; clear: both;}
.trenner {overflow:hidden; clear: both;border-bottom: 1px solid #ccc;}
* html .clear {height:1%}
img {border: none; max-width: 100%; height: auto; width: 100%; }

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	width: 100%;
	font-weight: 400;
	text-align: left;
}
/* 360mm Basis Ende */

/* Inhalte Start */
#wrapper {
	position: relative;
	width: 100%;
	height: auto;
}
#trigger {
	position: fixed;
	top: 180px;
	left: 40px;
	z-index: 2900;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url(../img/trigger.png);
	width: 50px;
	height: 50px;
	background-size: cover;
	cursor: pointer;
}
.trigger-open {
	top: 40px !important;
	background-image: url(../img/schliessen.png) !important;
}
.bildslide {
	position: relative;
	width: 100%;
	min-height: 200px;
	height: auto;
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.start {
	background-image: url(../img/marketing-management.jpg);	
}
.marketingstrategie {
	background-image: url(../img/marketingstrategie.jpg);	
}
.marketingmix {
	background-image: url(../img/marketingmix.jpg);	
}
.organisation-prozesse {
	background-image: url(../img/organisation-prozesse.jpg);
}
.dienstleistungsmarketing {
	background-image: url(../img/dienstleistungsmarketing.jpg);
}
.sponsoring-corporate-social-responsibility {
	background-image: url(../img/sponsoring-corporate-social-responsibility.jpg);
}
.marketing-ventures {
	background-image: url(../img/marketing-ventures.jpg);
}
.ueber {
	background-image: url(../img/ueber-uns.jpg);	
}
.impressum {
	background-image: none;
	background-color: #00AAB0;	
}
.impressumwrap {
	position: relative;
	width: 80%;
	padding: 5% 10%;
	color: #fff;
	font-size: 0.875em;
}
.impressumwrap p {
	margin: 0 0 15px 0;	
}
.impressumwrap a {
	color: #fff;
	text-decoration: none;	
}
.impressumwrap a:hover {
	text-decoration: underline;
}
.box {
	width: 50%;
	height: auto;
	border: 2px solid #fff;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 20px;
	color: #fff;
	text-align: center;
}
#box1:hover {
	background: rgba(62,167,235,.6);
	cursor: pointer;
}
#box2:hover {
	background: rgba(145,144,134,.6);
	cursor: pointer;
}
#box3:hover {
	background: rgba(68,113,116,.6);
	cursor: pointer;
}
#box4:hover {
	background: rgba(180,74,83,.6);
	cursor: pointer;
}
#box5:hover {
	background: rgba(0,0,0,.6);
	cursor: pointer;
}
#box6:hover {
	background: rgba(141,191,69,.6);
	cursor: pointer;
}
#box7:hover {
	background: rgba(141,130,117,.6);
	cursor: pointer;
}
.boxtrenner {
	width: 90%;
	height: 2px;
	background-color: #fff;
	margin: 10px auto;	
}
.boxhead {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;	
}
.boxhead2 {
	font-size: 2.5em;
	font-weight: 700;
	text-transform: uppercase;	
}
.boxklein {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}
.boxklein2 {
	font-size: 2.0em;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}
.runterwrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #666;
	z-index: 2300;	
}
.runter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 50px;
	height: auto;
}
.runter img {
	width: 100%;
	height: auto;	
}
/* Inhalte Ende */


/* Einblender Start */
.einblender {
	position: fixed;
	top: 0;
	left: 2000px;
	width: 100%;
	height: 100%;
	z-index: 3000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: auto;
}
.einblender-open {
	left: 0px;
}
#einblender1 {
	background-color: #3EA7EB;	
}
#einblender2 {
	background-color: #919086;	
}
#einblender3 {
	background-color: #447174;	
}
#einblender4 {
	background-color: #B44A53;	
}
#einblender5 {
	background-color: #000;	
}
#einblender6 {
	background-color: #8DBF45;	
}
#einblender7 {
	background-color: #8D8275;	
}
.schliesser {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	height: 50px;
	cursor: pointer;	
}
.kontakter {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: auto;
	cursor: pointer;
}
.schliesser img, .kontakter img {
	width: 100%;
	height: auto;	
}
.inhaltwrap {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	color: #fff;
	font-weight: 400;
}
.inhaltwrap strong {
	font-weight: 700;
}
.inhaltwrap p {
	margin: 0 0 20px 0;
	line-height: 1.25em;	
}
.inhaltwrap a {
	color: #fff;
	text-decoration: none;	
}
.inhaltwrap a:hover {
	text-decoration: underline;	
}
.inhaltwrap .inhaltinnen {
	position: relative;
	height: auto;
	min-height: 100%;
	width: 100%;
	float: left;
	display: inline;	
}
.inhalthead {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
}
.kleiner {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	font-size: 1.7em;
	font-weight: 700;
	text-transform: uppercase;
	font-style: italic;
}
.inhaltlinks {
	width: 48%;
	float: left;
	display: inline;
	border-top: 1px solid #fff;
	padding: 15px 0 0 0;
}
.inhaltrechts {
	width: 48%;
	float: right;
	display: inline;
	border-top: 1px solid #fff;
	padding: 15px 0 0 0;
	font-style: italic;
}
.abstand {
	position: relative;
	width: 100%;
	height: 100px;
	float: left;
	display: inline;
}
/* Einblender Ende */

/* Kopf Start */
#kopflogowrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: #fff;
	z-index: 2400;	
}
#kopflogo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 210px;
	height: auto;
}
#kopflogo img {
	width: 100%;
	height: auto;	
}
/* Kopf Ende */

/* Navi Start */
.menu360 {
	position: fixed;
	background-color: #000;
	padding: 150px 0 0 0;
}
.menu360 ul li {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 1.125em;
}
.menu360 ul li a {
	color: #fff;
	text-transform: uppercase;
	padding: 10px 40px 10px 40px;
	display: block;
	text-decoration: none;
}
.menu360 li.aktiv a, .menu360 li a:hover {
	color: #7FC5DF;	
}
.menu360 li a .englisch {
	font-size: 0.75em;	
}
.cbp-spmenu-vertical {
	width: 340px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.cbp-spmenu-left {
	left: -340px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 340px;
}
.menu360,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* Navi Ende */

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

}

@media only screen and (max-width: 767px) {
	.inhaltlinks, .inhaltrechts { width: 100%; float: left; }
	#trigger { top: 100px; left: 20px; }
	#kopflogowrap { height: 80px; }
	#kopflogo { width: 150px; }
	.boxhead { font-size: 1em; }
	.boxhead2 { font-size: 1.2em; }
	.boxklein { font-size: 0.875em; }
	.boxklein2 { font-size: 1.1em; }
	.menu360 { padding: 90px 0 0 0; }
	.menu360 ul li a { padding: 6px 40px 6px 40px; }
	.trigger-open { top: 20px !important; }
	.inhalthead { font-size: 1.1em; }
	.kleiner { font-size: 1em }
	.inhaltwrap { top: 5%; width: 90%; height: 90%; left: 5%; font-size: 0.875em; }
	.inhaltwrap p { line-height: 0.875em; }
	.inhaltwrap p { margin: 0 0 8px 0; }
	.schliesser { top: 20px; right: 20px; width: 40px; height: 40px; }
	.kontakter { bottom: 20px; right: 20px; width: 70px; height: auto; }
}