/*
 * Theme Name: tachi-IT
 * Theme URI: .
 * Theme Description: Softwareentwickler
 * Version: 1.0
*/
/* Google-Fonts-Import entfernt: er übertrug bei jedem Seitenaufruf die Besucher-IP
   an Google (und das über http). Funktional war er wirkungslos — das Theme hostet
   Open Sans selbst unter 'open_sansregular'/'open_sanslight'/… (siehe @font-face
   unten, vendor/themes/tachi_it/fonts/). Bewusste Ausnahme von der Regel
   "vendor/ nicht editieren": ein @import lässt sich aus site.css nicht
   überschreiben. Siehe layout.md. */


/*  bootstrap styles */
@import url('./bootstrap/css/bootstrap.min.css');
@import url('./bootstrap/css/bootstrap-responsive.min.css');
/*  font awesome styles */
@import url('./font-awesome/css/font-awesome.min.css');


@font-face {
    font-family: 'open_sansregular';
    src: url('./fonts/opensans-regular-webfont.eot');
    src: url('./fonts/opensans-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('./fonts/opensans-regular-webfont.woff') format('woff'),
         url('./fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('./fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('./fonts/opensans-bold-webfont.eot');
    src: url('./fonts/opensans-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('./fonts/opensans-bold-webfont.woff') format('woff'),
         url('./fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('./fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('./fonts/opensans-light-webfont.eot');
    src: url('./fonts/opensans-light-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/opensans-light-webfont.woff2') format('woff2'),
         url('./fonts/opensans-light-webfont.woff') format('woff'),
         url('./fonts/opensans-light-webfont.ttf') format('truetype'),
         url('./fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('./fonts/opensans-semibold-webfont.eot');
    src: url('./fonts/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('./fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('./fonts/opensans-semibold-webfont.woff') format('woff'),
         url('./fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('./fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'open_sansregular', sans-serif;
}
.grey {
	background-color: #eeeff1;
}
.home .grey-bg {
	background: url('./images/bg-architektur.jpg') top center no-repeat;
	background-size: 100% auto;
}
@media (max-width: 1024px) {
	.home .grey-bg {
		background: none #eeeff1;
	}
}
.copyright-wrapper {
	background-color: #12b0b6;
	color: #fff;
}
/*  Typo */
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: normal;
}
strong, b {
	font-family: 'open_sanssemibold', sans-serif;
}
.main h1 {
	color: #12b0b6;
	font-family: 'open_sanslight', sans-serif;
	font-size: 2.85em;
	margin-bottom: 35px;
	margin-top: 0;
	text-transform: uppercase;
}
.slider-text article {
	font-family: 'open_sanslight', sans-serif !important;
	font-size: 4rem !important;
	font-weight: normal!important;
	line-height: 1.6em;
	padding: 0;
	min-width: 500px;
	text-transform: uppercase;
}
.slider-text article span {
	font-size: 8rem !important;
}
.home .post p:first-of-type {
	color: #aaaeba;
	font-family: 'open_sanslight', sans-serif;
	font-size: 2.14em;
	margin-bottom: 18px;
}
h3 {
	font-size: 2.14em;
	font-family: 'open_sanslight', sans-serif;
	margin-bottom: 18px;
	margin-top: 0;
	text-transform: uppercase;
}
p, li, footer li {
	font-size: 1.28em;
}
@media (max-width: 1500px) {
	.main h1 {
		font-size: 2.6em;
	}
	.slider-text article {
		font-size: 3.5rem !important;
	}
	.slider-text article span {
		font-size: 7rem !important;
	}
	h3 {
		font-size: 2em;
	}
	p, footer li {
		font-size: 1.1em;
	}
}
@media (max-width: 1400px) {
	.main h1 {
		font-size: 2.4em;
	}
	.slider-text article {
		font-size: 3rem !important;
	}
	.slider-text article span {
		font-size: 6rem !important;
	}
	h3 {
		font-size: 1.8em;
	}
	p, footer li {
		font-size: 1em;
	}
}
@media (max-width: 1200px) {
	.main h1 {
		font-size: 2.2em;
	}
	.slider-text article {
		font-size: 2rem !important;
		line-height: 2em;
	}
	.slider-text article span {
		font-size: 5rem !important;
	}
	h3 {
		font-size: 1.6em;
	}
}
@media (max-width: 768px) {
	.main h1 {
		font-size: 1.8em;
	}
	.slider-text article span {
		font-size: 4rem !important;
	}
	.home .post p:first-of-type {
		font-size: 1.6em;
	}‚
	h3 {
		font-size: 1.3em;
	}
}
@media (max-width: 768px) {
	.main h1 {
		font-size: 1.6em;
	}
	.slider-text article {
		font-size: 1.6rem !important;
	}
	.slider-text article span {
		font-size: 3rem !important;
	}
	.home .post p:first-of-type, h3 {
		font-size: 1.2em;
	}
	p, footer li {
		font-size: 0.9em;
	}
}
::placeholder {
	color: #12b0b6;
	font-size: 1.28em;
}
.green {
	color: #12b0b6;
}
/*  Abstände */
.container-padding, .pageProduct .so-panel.widget  {
	padding-bottom: 100px;
	padding-top: 100px;
}
.container-padding2 {
	padding-bottom: 60px;
	padding-top: 60px;
}
.clear {
	clear: both;
}
@media (max-width: 1500px) {
	.container-padding, .pageProduct .so-panel.widget  {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}
@media (max-width: 1200px) {
	.container-padding, .pageProduct .so-panel.widget {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.container-padding2 {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}
@media (max-width: 768px) {
	.container-padding, .container-padding2, .pageProduct .so-panel.widget  {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
/*  Header */
header .container {
	height: 100%;
	position: relative;
}
@media (min-width: 200px) {
	#top-main-menu {
		background-image: url(./images/skyline-leipzig-smartphone.jpg);
	}
}
@media (min-width: 500px) {
	#top-main-menu {
		background-image: url(./images/skyline-leipzig-tablet.jpg);
	}
}
@media (min-width: 701px) {
	#top-main-menu {
		background-image: url('./images/skyline-leipzig-desktop.jpg');
	}
}
@media (min-width: 1601px) {
	#top-main-menu {
		background-image: url('./images/skyline-leipzig-fullhd.jpg');
	}
}
#top-main-menu {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
	width: 100%;  
	height: 522px;
	position: relative;
	text-align: center;
}
#logo {
	left: 50%;
	margin-left: -165px;
	position: absolute;
	top: 40px;
	width: 329px;
	z-index: 1;
}
#logo img, #logo object {
	width: 329px;
}
#logo span {
	display: inline-block;
}
#logo object {
	position: relative;
	z-index: -1;
}
.top-main-menu {
	text-align: center;
}
#menu-main-menue {
	display: inline-block;
	margin-top: 87px;
}
.nav > li {
	display: inline-block;
}
.nav > li > a {
	background-color: transparent !important;
	border-bottom: 4px solid transparent;
	color: #aaaeba !important;
	font-size: 1.42em;
	font-family: 'open_sanslight', sans-serif;
	font-weight: normal;
	margin-left: 64px;
	padding-bottom: 7px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-transform: uppercase;
}
.nav > li.active > a, .nav > li > a:hover, .navbar-default .navbar-nav > .open > a {
	background-color: transparent !important;
	border-bottom: 4px solid #12b0b6;
	color: #aaaeba !important;
}
.nav > li:first-of-type > a {
	margin-left: 0 !important;
}
#menu-main-menue.nav > li:nth-of-type(5), #menu-main-menue.nav > li:last-of-type {
	display: none;
}
.nav > li.two > a {
	margin-right: 380px;
}
.nav > li:nth-of-type(4) > a {
	margin-right: 46px;
}
.dropdown-menu {
	padding: 5px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #12b0b6;
	color: #fff;
}
#header-widget {
	position: absolute;
	right: 0;
	top: 87px;
}
#header-widget li.two a {
	margin-right: 0 !important;
}
#header-widget.nav > li > a {
	margin-left: 10px;
}
#header-widget.nav > li {
	float: left;
}
#header-widget .phone {
	margin-top: 2px;
}
#header-widget.nav > li.active > a, #header-widget.nav > li > a:hover, #header-widget.navbar-default .navbar-nav > .open > a {
	border-bottom-color: transparent;
	color: #fff !important;
}
#header-widget .dropdown-menu {
	left: auto;
	right: 0;
}
.slider-text  {
	bottom: 85px;
	position: absolute;
	right: 0;
	text-align: right;
}
#text-slider-controls {
	display: none;
}
@media (min-width: 1025px) {
	li.dropdown:hover ul {
		display: block;
	}
}
@media (max-width: 1400px) {
	#top-main-menu {
		height: 480px;
	}
}
@media (max-width: 1200px) {
	#top-main-menu {
		height: 400px;
	}
	.nav > li > a {
		margin-left: 20px;
	}
	#header-widget .dropdown-menu {
		width: 200px;
	}
	.slider-text {
		bottom: 40px;
		right: 15px;
	}
}
@media (max-width: 1024px) {
	#top-main-menu {
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 380px;
	}
	#logo, #logo img, #logo object {
		width: 260px;
	}
	#logo {
		margin-left: -130px;
		top: 54px;
	}
	.nav > li.two > a {
		margin-right: 300px;
	}
}
@media (max-width: 991px) {
	.navbar {
		margin-top: 15px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: rgba(0,0,0,0.6);
		position: fixed;
		top: 0;
		left: 0;
		width: 80%;
		height: 100%;
		z-index: 100;
		padding: 120px 15px 15px;
	}
	#menu-main-menue {
		display: block;
		margin-top: 0;
		text-align: left;
	}
	.nav > li {
		display: block;
	}
	#menu-main-menue.nav > li > a {
		margin-left: 0;
		margin-right: 0 !important;
		line-height: 40px;
	}
	.caret {
		float: right;
		margin-top: 21px;
	}
	.nav > li.two > a {
		margin-right: 0;
	}
	#menu-main-menue .dropdown-menu {
		background-color: rgba(0,0,0,0.9);
		float: none;
		position: relative;
		top: 0;
		width: 100%;
	}
	.dropdown-menu > li > a {
		color: #fff;
		line-height: 30px;
	}
	#header-widget.nav > li > a {
		margin-left: 20px;
	}
	#logo {
		top: 16px;
	}
	#header-widget {
		top: 30px;
	}
	.nav > li:last-of-type > a {
		margin-right: 15px;
	}
}
@media (max-width: 768px) {
	#top-main-menu {
		height: 300px;
	}
	#logo, #logo img, #logo object {
		width: 200px;
	}
	#logo {
		margin-left: -100px;
	}
	#header-widget {
		display: none;
	}
	#menu-main-menue.nav > li:nth-of-type(5), #menu-main-menue.nav > li:last-of-type {
		display: block;
	}
}
@media (max-width: 480px) {
	#top-main-menu {
		height: 250px;
	}
	#logo {
		margin-left: -19%;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		width: 90%;
	}
	.slider-text  {
		bottom: 15px;
	}
}
/*  Main */
.home .container.main {
	text-align: center;
}
/*  Leistungen */
.container-full .col-sm-4 {
	padding: 0;
}
.container-full aside {
	min-height: 490px;
}
.container-full .container-padding {
	color: #fff;
	padding-left: 80px;
	padding-right: 80px;
}
#leistung-server {
	background: url(./images/bg-consulting.jpg) no-repeat right center;
	background-size: 100% auto;
}
#leistung-code {
	background: url(./images/bg-green.jpg) no-repeat left center;
	background-size: 100% auto;
}
#leistung-cloud {
	background: url(./images/bg-server.jpg) no-repeat left center;
	background-size: 100% auto;
}
.container-full h3 {
	display: table;
	min-height: 100px;
}
.container-full #leistung-code h3 span, .container-full #leistung-cloud h3 span {
	display: table-cell;
	vertical-align: middle;
}
.container-full i {
	background-image: url(./images/rechteck.png);
	background-image: url(./images/rechteck.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #12b0b6;
	float: left;
	font-size: 0.9em;
	height: 94px;
	margin-right: 25px;
	position: relative;
	width: 85px;
}
.container-full i.fa-code {
	background-image: url(./images/rechteck-w.png);
	background-image: url(./images/rechteck-w.svg);
	color: #fff;
}
.container-full .fa::before {
	position: absolute;
	right: 19px;
	top: 20px;
}
.container-full i.fa-code::before {
	top: 19px;
}
.container-full p {
	text-align: center;
}
.pageProduct .widget_text:nth-of-type(2) {
	background: #000;
}
@media (max-width: 1600px) {
	.container-full aside {
		min-height: 450px;
	}
}
@media (max-width: 1500px) {
	.container-full aside {
		min-height: 420px;
	}
	.container-full .container-padding {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (max-width: 1400px) {
	.container-full aside {
		min-height: 370px;
	}
	.container-full .container-padding {
		padding-left: 40px;
		padding-right: 40px;
	}
	.container-full h3 {
		width: 90%;
		margin-left: 5%;
	}
	.container-full i {
		height: 82px;
		width: 75px;
	}
	.container-full .fa::before {
		right: 17px;
		top: 18px;
	}
	.container-full #leistung-code h3 span, .container-full #leistung-cloud h3 span {
		display: inherit;
		vertical-align: top;
	}
}
@media (max-width: 1200px) {
	.container-full aside {
		min-height: 350px;
	}
	.container-full i {
		margin-right: 15px;
		margin-top: 2px;
		height: 66px;
		width: 60px;
	}
	.container-full .fa::before {
		right: 13px;
		top: 13px;
	}
	.container-full i.fa-code::before {
		top: 12px;
	}
	#leistung-server, #leistung-code, #leistung-cloud {
		background-size: 100% auto;
	}
}
@media (max-width: 1024px) {
	.container-full aside {
		min-height: 370px;
	}
	.container-full h3 {
		width: 100%;
		margin-left: 0;
	}
	#leistung-server, #leistung-code, #leistung-cloud {
		background-size: auto 100%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.container-full h3 {
		font-size: 1em;
		margin-bottom: 5px;
	}
	.container-full i {
		margin-right: 10px;
		height: 40px;
		width: 37px;
	}
	.container-full .fa::before, .container-full i.fa-code::before {
		right: 7px;
		top: 8px;
	}
}
@media (max-width: 767px) {
	#leistung-server {
		background: url(./images/bg-consulting-mobil.jpg) no-repeat bottom center #052f31;
		background-size: 100% auto;
	}
	#leistung-code {
		background: url(./images/bg-green-mobil.jpg) no-repeat top center #12b1b7;
		background-size: 100% auto;
	}
	#leistung-cloud {
		background: url(./images/bg-server-mobil.jpg) no-repeat top center #052f31;
		background-size: 100% auto;
	}
	.container-full aside {
		min-height: 200px;
	}
	.container-full aside .container-padding {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.container-full h3 {
		font-size: 1.6em;
		left: 50%;
    	position: relative;
	}
	#leistung-server h3 {
		width: 266px;
		margin-left: -133px;
	}
	#leistung-code h3 {
		width: 234px;
		margin-left: -117px;
	}
	#leistung-cloud h3 {
		width: 276px;
		margin-left: -138px;
	}
	.container-full .container-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 480px) {
	.container-full aside .container-padding {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
/* Produktseite */

@media (min-width: 200px) and (max-width: 499px) {
	#panel-29-0-0-1 {
		background-color: #020a0d !important;
		background-image: url(./images/cloud-smartphone.jpg);
		background-position: bottom center !important;
		height: auto !important;
		min-height: 200px;
	}
}
@media (min-width: 500px) {
	#panel-29-0-0-1 {
		background-image: url(./images/cloud-tablet.jpg);
	}
}
@media (min-width: 701px) {
	#panel-29-0-0-1 {
		background-image: url('./images/cloud-desktop.jpg');
	}
}
@media (min-width: 1601px) {
	#panel-29-0-0-1 {
		background-image: url('./images/cloud-fullhd.jpg');
	}
}
#panel-29-0-0-1 {
	background-color: #0d364a;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #fff;
	width: 100%;  
	height: 360px;
	position: relative;
}

.pageProduct .so-panel.widget .textwidget {
	width: 50%;	
}
@media (max-width: 480px) {
	.pageProduct .so-panel.widget .textwidget {
		width: 100%;	
	}
}
.pageProduct img {
	max-width: 100%;
	height: auto;
}
/*  Kontaktformular */
.container input, .widget #search {
	border-radius: 0;
	line-height: 60px;
	-webkit-appearance: none;
}
.container textarea {
	clear: both;
	border-radius: 0;
	height: 223px;
	padding-top: 15px;
	-webkit-appearance: none;
}
.container input, .container textarea{
	border: 2px solid #12b0b6;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.container .widget_text .your-name, .container .widget_text .your-email  {
	float: left;
	width: 49%;
	width: calc(50% - 15px);
}
.container .widget_text .your-name {
	margin-right: 30px;
}
.container .widget_text input[type="submit"], #submit, .main .widget .btn.btn-default {
	border-color: #12b0b6;
	background-color: #12b0b6;
	color: #fff;
	margin-bottom: 0;
	padding-left: 60px;
	padding-right: 60px;
	width: auto;
}
.container .widget_text input:hover, .container .widget_text input:focus, .container .widget_text textarea:hover, .container .widget_text textarea:focus {
	border: 2px solid #aaaeba;
}
.container .widget_text input[type="submit"]:hover, #submit:hover, .main .widget .btn.btn-default:hover {
	background-color: #aaaeba;
}
@media (max-width: 1400px) {
	.container textarea {
		height: 228px;
	}
}
@media (max-width: 1200px) {
	.container input {
		line-height: 50px;
	}
}
@media (max-width: 550px) {
	.container .widget_text .your-name, .container .widget_text .your-email {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}
/* Suche */

.main .widget #search {
	height: 60px;
}
.main .widget .btn.btn-default {
    margin-top: 20px;
    border-radius: 0;
    height: 60px;
    line-height: 1px;
}
/* Beiträge */
.cats_tags .glyphicon {
	margin-right: 5px;
}
/*  footer */
footer .fa-envelope-o {
	float: left;
	font-size: 5em;
	margin-right: 30px;
}
footer .pull-left aside {
	float: left;
	padding-top: 10px;
}
footer ul, footer li {
	float: right;
	padding-left: 0;
}
footer li {
	list-style: none;
	margin-left: 10px;
	padding-top: 20px;
}
footer li:last-child {
	margin-left: 0;
}
footer a {
	color: #fff;
}
footer a:hover, footer a:active, footer a:focus {
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 600px) {
	.copyright-wrapper {
		text-align: center;
	}
	.copyright-wrapper .pull-left, .copyright-wrapper .pull-right {
		clear: both;
		float: none !important;
		display: inline-block;
	}
}
@media (max-width: 600px) {
	footer ul, footer li {
		float: none;
		display: inline-block;
	}
	.credit span {
		display: none;
	}
}