@charset "utf-8";
/*
* CSS-Design
* KlaKonzept
* Konzept. Text. Web.
*/


/* Reset */
* {
	margin: 0;
	padding: 0;
	-mozbox-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#ImpTextLight h1, h2, h3, h4, h5, h6 {
	padding-left: 10px;
	padding-right: 0px;
}

img {
border: 0;
}

/* Media Queries * * * * * * * * */ 
 
@media only screen and (min-width: 993px) and (max-width: 1200px) {
.wrapper, #wrapper {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	text-align: center;
}
#teaser {
	min-height: 590px;
}
.wrapper .row .column.half {
	min-width: 480px;
}
#teaser p {
	text-align: center;
}
.SocIcons {
	margin-left: 80px;
	margin-right: 100px;
}
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
.wrapper, #wrapper {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	text-align: center;
}
#header, #teaser, #services, #serviceskonzept, #servicestext, #servicesweb, #footer, #ImpTextDark, #ImpTextLight {
	width: 100%;
}
a#mobile-menuicon {
	display: inline;
	padding: 10px 50px 10px 10px;
	margin: 10px 0;
	float: right;
	background: #002224;
}
#navigation {
	display: none;
}
.three-fourth {
	width: 74.5%;
	max-width: 240px;
	float: right;
}
#teaser p {
	text-align: center;
}
.SocIcons {
	margin-left: 80px;
	margin-right: 100px;
}
}

@media only screen and (max-width: 768px) {
.wrapper, #wrapper {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	text-align: center;
}
#teaser .column, #services .column, #serviceskonzept .column, #servicestext .column, #servicesweb .column, #footer .column, #ImpTextDark .column, #ImpTextLight .column{
	text-align: center;
	float: none;
}
.column.half, .column.third, column.two-thirds {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.full, .two-thirds, .half, .third, .fourth, .three-fourth {
	width: 100%;
	min-width: 320px;
	margin: 10px auto !important;
}
#teaser .column.half div #TeaserLogo {
	margin-top: 25px;
}
#teaser .column.half {
	min-height: 500px;
}
.centersmall {
	text-align: center;
}
.headerlogo {
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#navigation {
	display: none;
}
a#mobile-menuicon {
	display: block;
	background: #002224;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px 10px 10px;
	margin: 10px 0;
	float: right;
}
#navigation ul li {
	display: block;
	float: none;
}
#navigation ul li a {
	display: block;
	background: #002224;
	color: #7CC0C3;
	padding: 15px 40px;
	border: 0;
}
#navigation a {
	color: #7CC0C3;
	text-decoration: none;
	padding: 10px 30px;
	margin: 0 10px;
	border: 1px solid #004447;
}
#navigation a:hover {
	color: #BCF9FD;
}
.three-fourth {
	width: 74.5%;
	max-width: 240px;
	float: right;
}
.circle, #map {
	display: none;
}
.column.third.center {
	padding-top: 100px;
}
#teaser p {
	text-align: center;
}
#services .column.third {
	padding-top: 20px;
	padding-bottom: 30px;
}
#serviceskonzept, #servicestext, #servicesweb, #ImpTextDark, #ImpTextLight {
	padding-top: 60px;
}

}
/*     ################### Ende Media Queries #####################################  */

html {
	font-size: 100%; /* entspricht 16px */
}
img {
	max-width: 100%;
}
/* -------------- Layout allgemein -------------------*/

body {
	font-weight: 300;
	color: #002224;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	line-height: 130%;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
/* Seitenlayout Home */ 

#header, #teaser, #services, #serviceskonzept, #servicestext, #servicesweb, #footer {
	width: 100%;
	float: left;
}
#header {
	background: #002224;
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 100px;
}
#teaser {
	background: #004447;
	padding-top: 90px;
	margin-bottom: -15px;
}
#services {
	background: #BCF9FD;
	float: left;
}
#serviceskonzept, #servicesweb {
	background: #7CC0C3;
}
#servicestext {
	background: #004447;
}
#footer {
	background: #004447;
}


/* Seitenlayout Impressum */ 


#ImpTextLight h1 {
	padding-top: 200px;
}

#header, #teaser, #ImpTextDark, #ImpTextLight, #footer {
	width: 100%;
	float: left;
}

#teaserSub {
	background: #004447;
	padding-top: 90px;
	margin-bottom: -15px;
}

#ImpTextLight {
	background: #7CC0C3;
}
#ImpTextDark {
	background: #004447;
}

/*Reihen und Spalten*/

.row {
	width: 100%;
	float: left;
}
.column {
	float: left;
	margin: 10px 0 10px 1%;
}
.column:first-child {
	margin-left: 0;
	float: left;
}
.full {
	width: 100%;
	float: left;
}
.half {
	width: 49%;
}
.third {
	width: 32%;
}
.two-thirds {
	width: 66%;
}
.fourth {
	width: 23.5%;
}
.three-fourth {
	width: 74.5%;
	float: right;
}
.center {
	text-align: center;
}
.headerlogo {
	width: 240px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}
.imgright {
	float: right;
	margin-top: -150px;
	padding-bottom: 60px;
}
.column.third.imgright {
	float: right;
}
.column.third.center h2 {
	margin-top: -150px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.column.third.center img {
	padding-bottom: 40px;
}
.column.third.center .button {
	margin-bottom: 50px;
	margin-top: 40px;
}
.column.third p {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.column.third h5 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#services .column.third {
	text-align: center;
	margin-bottom: 90px;
}
.column.two-thirds {
	margin-bottom: 70px;
}
.logosize {
	width: 100%;
	margin-bottom: 20px;
}
.column.half div #TeaserLogo {
	margin-top: 125px;
}
#footer #map {
	max-width: 400px;
	text-align: center;
	margin-left: 0;
}
/* Typografie*/

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 300;
	line-height: 140%;
}
h1 {
	font-size: 40px;
	font-size: 2.5rem;
}
h2 {
	font-size: 34px;
	font-size: 2.15rem;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 60px;
	margin-bottom: 10px;
}
h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 130%;
}
h4 {
	color: #3F8689;
	font-size: 20px;
	font-size: 1.3rem;
	text-transform: none;
}
h5 {
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h6 {
	color: #7CC0C3;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}
p {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 15px;
	line-height: 1.5rem;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}
.column.half h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 200%;
	color: #FFFFFF;
}
#teaser p {
	color: #7CC0C3;
	float: none;
	margin-top: 10px;
	margin-bottom: 30px;
}
#teaser .button {
	margin-top: 50px;
	margin-bottom: 50px;
}
#services .button {
	margin-top: 70px;
	margin-bottom: 50px;
}
#servicestext p, #servicestext h2, #servicestext h3, #servicestext h4, #servicestext h5, #servicestext h6, #ImpTextDark {
	color: #BCF9FD;
}
#servicestext p {
	font-weight: 300;
}
p a {
	text-decoration: none;
	color: #2BA3A9;
	font-weight: 300;
}
p a:hover {
	text-decoration: underline;
	color: #004447;
}
#ImpTextLight p a {
	text-decoration: none;
	color: #004447;
	font-weight: 400;
}

#ImpTextLight p a:hover {
	text-decoration: underline;
	font-weight: 300;
}

ul {
	list-style: none;
	list-style-image: url(../images/KlaLogoKreis.gif);
}
/* Navigation */	

#mobile-menuicon {
	display: none;
}
#navigation {
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 25px;
}
#navigation ul {
	float: right;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
}
#navigation a {
	color: #7CC0C3;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 10px;
	margin: 0 5px;
}
#navigation a:hover {
	color: #BCF9FD;
}
#navigation .active {
	color: #BCF9FD;
}
.circle {
	border-radius: 50%;
}
/* Buttons */

.button {
	text-decoration: none;
	font-size: 1em;
	font-weight: 300;
	padding: 15px 20px;
	text-transform: uppercase;
	min-width: 300px;
	float: none;
}
.dark {
	background-color: #004447;
	color: #BCF9FD;
	border: 1px solid #BCF9FD;
	margin-top: 0px;
}
.dark:hover {
	background-color: #BCF9FD;
	color: #004447;
	border: 1px solid #BCF9FD;
	margin-top: 0px;
}
.medium {
	background-color: #7CC0C3;
	color: #004447;
	border: 1px solid #004447;
}
.medium:hover {
	background-color: #004447;
	color: #7CC0C3;
	border: 1px solid #004447;
}
.light {
	background-color: #BCF9FD;
	color: #004447;
	border: 1px solid #004447;
}
.light:hover {
	background-color: #004447;
	color: #BCF9FD;
	border: 1px solid #004447;
}
.buttonfocus {
	font-weight: 700;
	text-align: left;
}
/* -------------- Home Seite -------------------*/



/* --- Sub Einzelleistungen ---*/

#serviceskonzept .wrapper .half img {
	border-radius: 50%;
	float: right;
	margin-right: -60px;
	margin-top: -90px;
	margin-bottom: 50px;
}
#servicesweb .wrapper .half img {
	border-radius: 50%;
	float: right;
	margin-right: -60px;
	margin-top: -90px;
	margin-bottom: 50px;
}
#servicestext .wrapper .half img {
	border-radius: 50%;
	float: left;
	margin-left: -60px;
	margin-top: -90px;
	margin-bottom: 50px;
}
/*Footer*/ 
#footer .wrapper {
	margin-bottom: 80px;
}
#footer .column.full, #footer.column.third {
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#map {
	border-radius: 50%;
	margin-top: -140px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#footerlogo {
	margin-bottom: 30px;
}
#footer .column.third ul li, #footer .column.full ul li {
	list-style-type: none;
	text-transform: uppercase;
	color: #7cc0c3;
	text-align: center;
	line-height: 180%
}
#footer .column.third ul li a, #footer .column.full ul li a {
	color: #7cc0c3;
	text-decoration: none;
}
#footer .column.third ul li a:hover, #footer .column.full ul li a:hover {
	color: #fff;
}
/* Social Media */

.SocIcons {
	text-align:center;
}
.icon_facebook, .icon_facebook:hover, .icon_xing, .icon_xing:hover, .icon_googleplus, .icon_googleplus:hover, .icon_twitter, .icon_twitter:hover {
	background-image: url(../images/sprites.png);
	width: 60px;
	height: 60px;
	margin: 10px 10px;
	display:inline-block;
	text-align: center;
}
.icon_facebook {
	background-position: 0px 0px;
}
.icon_facebook:hover {
	background-position: 0px 60px;
}
.icon_xing {
	background-position: 160px 0px;
}
.icon_xing:hover {
	background-position: 160px 60px;
}
