/* 
	Theme Name: komFOUR-Microsite
	Author: Ben Göck
	Description: 
	Version: 1.0
*/



/* ---------------------------------------------------------------------
	Basics 
------------------------------------------------------------------------ */

* {
	box-sizing: border-box; 
}

html {
	font-size: 62.5%;
	font-variant-ligatures: none;
}

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: rgba(255,255,255,1);
}

p {
	padding: 0px;
	margin: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
}

h3 {
	padding: 0px;
	margin: 0px;
}

h4 {
	padding: 0px;
	margin: 0px;
}

a:link {
	cursor: pointer;
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a:visited {
	cursor: pointer;
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a:focus {
	cursor: pointer;
	color: rgba(0,0,0,1);
	text-decoration: none;
}

a:active {
	cursor: pointer;
	color: rgba(0,0,0,1);
	text-decoration: none;
}

nav {
}

header {
}

footer {
}

section {
}

article {
}

img {
}




/* ---------------------------------------------------------------------
	Selection 
------------------------------------------------------------------------ */

::-moz-selection { 
	background-color: rgba(0,0,0,0.05);
}

::selection {
	background-color: rgba(0,0,0,0.05);
}



/* ---------------------------------------------------------------------
	Clearfix
------------------------------------------------------------------------ */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}



/* ---------------------------------------------------------------------
	Container
------------------------------------------------------------------------ */

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 10px 0px 10px;
}

	@media only screen and (min-width: 768px) {	

	.container {
		padding: 0px 10px 0px 10px;
	}
	} /* Media Query Ende */

	@media only screen and (min-width: 1000px) {	

	.container {
		max-width: 1400px;	
		margin-left: auto;
		margin-right: auto;
		padding: 0px 20px 0px 20px;
	}
	} /* Media Query Ende */


/* ---------------------------------------------------------------------
	Container
------------------------------------------------------------------------ */

.container-visual {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

	@media only screen and (min-width: 768px) {	

	.container-visual {
		padding: 0px 0px 0px 0px;
	}
	} /* Media Query Ende */

	@media only screen and (min-width: 1000px) {	

	.container-visual {
		max-width: 1400px;	
		margin-left: auto;
		margin-right: auto;
		padding: 0px 0px 0px 0px;
	}
	} /* Media Query Ende */



/* ---------------------------------------------------------------------
	Flexbox
------------------------------------------------------------------------ */

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: -ms-flex-wrap;
	-ms-flex-direction: row;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}



/* ---------------------------------------------------------------------
	Logo/Header
------------------------------------------------------------------------ */

.logo {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

	@media only screen and (min-width: 480px) {	

	.logo {
		width: 180px;
	}
	} /* Media Query Ende */

.subline {
	font-family: 'Chivo';
	font-weight: 300;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.7px;
	color: rgba(0,0,0,1);
	text-align: center;
	position: relative;
	z-index: 2;
}



/* ---------------------------------------------------------------------
	Visual
------------------------------------------------------------------------ */

.visual {
	visibility: hidden;
	height: 0px;
}

	@media only screen and (min-width: 768px) {	

	.visual {
		visibility: visible;
		height: auto;
		position: relative;
		z-index: 1;
		margin-top: -150px;
		margin-bottom: -100px;
	}
	} /* Media Query Ende */

	@media only screen and (min-width: 1150px) {	

	.visual {
		margin-top: -250px;
		margin-bottom: -100px;
	}
	} /* Media Query Ende */


.visual-small {
	margin-top: -50px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	visibility: visible;
	height: auto;
}

	@media only screen and (min-width: 768px) {	

	.visual-small {
		visibility: hidden;
		height: 0px;
	}
	} /* Media Query Ende */





/* ---------------------------------------------------------------------
	Arrow
------------------------------------------------------------------------ */

.arrows {
	width: 28px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 90px;
}

.arrows img {
	width: 28px;
}



/* ---------------------------------------------------------------------
	Four
------------------------------------------------------------------------ */

.four {
	margin: 0px 1.5% 80px 1.5%;
	width: 97%;
	z-index: 2;
}

	@media only screen and (min-width: 768px) {	

	.four {
		width: 47%;
	}
	} /* Media Query Ende */

.four h4 {
	font-family: 'Chivo';
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(0,0,0,1);
	margin-top: 20px;
	text-align: center;
}

.four h3 {
	font-family: 'DM Serif Display';
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	color: rgba(14,58,102,1);
	text-align: center;
	margin-bottom: 40px;
}

.four p {
	font-family: 'Chivo';
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.7px;
	color: rgba(0,0,0,1);
	text-align: center;
	padding: 0px 10% 0px 10%;
}

.four-icon {
	width: 105px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



/* ---------------------------------------------------------------------
	Content
------------------------------------------------------------------------ */

.topic-plus {
	margin-top: 100px;
}

	@media only screen and (min-width: 768) {	

	.topic-plus {
		margin-top: 150px;
	}
	} /* Media Query Ende */


.content h3 {
	font-family: 'Chivo';
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(0,0,0,1);
	text-align: center;
	margin: 40px 0px 10px 0px;
}

.content p {
	font-family: 'Chivo';
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.7px;
	color: rgba(0,0,0,1);
	text-align: center;
	padding: 0px 5% 0px 5%;
}

.content ul {
	font-family: 'Chivo';
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.7px;
	color: rgba(0,0,0,1);
	text-align: center;
	padding: 0px 5% 0px 5%;
	list-style: none;
}



/* ---------------------------------------------------------------------
	Background-Box
------------------------------------------------------------------------ */

.background-box {
	margin: 0px 1.5% 30px 1.5%;
	padding: 50px 0px 50px 0px;
	width: 97%;
	background-color: rgba(249,249,248,1)
	/* background-color: rgba(241,240,238,1) */
}



/* ---------------------------------------------------------------------
	Clients
------------------------------------------------------------------------ */

.clients {
	margin: 0px 5% 0px 5%;
	width: 90%;
}

.logos {
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
	padding: 0px;
}

	@media only screen and (min-width: 480px) {	

	.logos {
		width: 25%;
	}
	} /* Media Query Ende */

	@media only screen and (min-width: 768px) {	

	.logos {
		width: 20%;
	}
	} /* Media Query Ende */

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

	.logos {
		width: 13.6666666%;
	}
	} /* Media Query Ende */

.logos img {
	max-width: 100%;
}



/* ---------------------------------------------------------------------
	Topic
------------------------------------------------------------------------ */

.topic {
	margin: 0px 1.5% 30px 1.5%;
	width: 97%;
}

.topic h3 {
	font-family: 'Chivo';
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(0,0,0,1);
	margin-bottom: 25px;
}

.topic h2 {
	font-family: 'DM Serif Display';
	font-weight: 400;
	font-style: italic;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: rgba(14,58,102,1);
	margin-bottom: 50px;
}

	@media only screen and (min-width: 768px) {	

	.topic h2  {
		font-size: 70px;
		margin-bottom: 100px;
	}
	} /* Media Query Ende */



/* ---------------------------------------------------------------------
	Management
------------------------------------------------------------------------ */

.management {
	margin: 0px 1.5% 60px 1.5%;
	width: 97%
}

	@media only screen and (min-width: 480px) {	

	.management  {
		width: 47%;
	}
	} /* Media Query Ende */

	@media only screen and (min-width: 768px) {	

	.management  {
		width: 30.3333334%;
	}
	} /* Media Query Ende */

.management img {
	width: 100%;
}

.management h4 {
	font-family: 'Chivo';
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(0,0,0,1);
	margin-top: 20px;
	text-align: center;
}

.management p {
	font-family: 'Chivo';
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(0,0,0,1);
	text-align: center;
}



/* ---------------------------------------------------------------------
	Team
------------------------------------------------------------------------ */

.team {
	margin: 0px 1.5% 60px 1.5%;
	width: 97%
}

	@media only screen and (min-width: 480px) {	

	.team  {
		width: 30.3333334%
	}
	} /* Media Query Ende */

	@media only screen and (min-width: 768px) {	

	.team  {
		width: 22%
	}
	} /* Media Query Ende */

.team img {
	width: 100%;
}

.team h4 {
	font-family: 'Chivo';
	font-weight: 700;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(0,0,0,1);
	margin-top: 20px;
	text-align: center;
}

.team p {
	font-family: 'Chivo';
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: rgba(0,0,0,1);
	text-align: center;
}



/* ---------------------------------------------------------------------
	Contact
------------------------------------------------------------------------ */

.contact {
	font-family: 'Chivo';
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
	text-align: center;
	color: rgba(0,0,0,1);
}

	@media only screen and (min-width: 480px) {	

	.contact  {
		font-size: 40px;
	}
	} /* Media Query Ende */



/* ---------------------------------------------------------------------
	Imprint
------------------------------------------------------------------------ */

.imprint {
	font-family: 'Chivo';
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.7px;
	color: rgba(0,0,0,1);
	text-align: center;
	margin: 150px 0px 150px 0px;
}

.imprint a {
	margin: 0px 30px 0px 30px;
	text-decoration: none;
	color: rgba(0,0,0,1);
}

.imprint a:hover {
	border-bottom: 2px solid rgba(0,0,0,1);
	padding-bottom: 2px;
}

