

/*************************************************************
					SEITENEIGENSCHAFTEN
„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

@font-face {
    font-family: Roboto-local;
    src: url(/wp-content/themes/teamgeist/fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-local;
    src: url(/wp-content/themes/teamgeist/fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

body {
	font-family: 'Roboto-local';
	font-size: 1em;
	color: #323232;
	margin: 0;
	padding: 0;
}
span, p, article, section{
    font-family: 'Roboto-local' !important;
}
a {
	color: inherit;
	text-decoration: none;
}
.clear {
	clear: both;
	opacity: 0;
	margin: 0;
}
h1 {
	font-size: 4em;
	text-transform: uppercase;
	text-align: center;
}
.flex {
	display: flex;
	flex-direction: column;
}
.flex01 {
	order: 1;
}
.flex02 {
	order: 2;
}
.flex03 {
	order: 3;
}
.flex04 {
	order: 4;
}

/*************************************************************
							HEADER
„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

nav {
	width: 100%;
	background-color: #223544;
}
#logo {
	height: 5em;
	margin: 10px 0 0 10%;
}
#res-logo {display: none;}
nav>div {
	float: right;
	margin-right: 10%;
}
nav>div>ul {
	margin: 0;
	padding: 0;
}
nav>div>ul>li {
	float: left;
	list-style: none;
}
nav>div>ul>li>a {
	text-transform: uppercase;
	display: block;
	padding: 40px 25px;
	color: #fff;
	-webkit-transition: background-color 0.3s ease-in;
		 -o-transition: background-color 0.3s ease-in;
			transition: background-color 0.3s ease-in;
}
nav>div>ul>li>a:hover {
	background-color: #FF8E00}
.cover {
	position: relative;
	width: 100%;
	height: 630px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cover>h1 {
	position: absolute;
	bottom: 30%;
	width: 100%;
	text-align: center;
	color: #fff;
}
.cover>a {
	position: absolute;
	bottom: 15%;
	left: calc(50% - 125px);
	display: block;
	width: 200px;
	background-color: #FF8E00;
	color: #fff;
	text-align: center;
	padding: 25px;
	font-size: 1.5em;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s ease-in;
		 -o-transition: background-color 0.3s ease-in;
			transition: background-color 0.3s ease-in;
}
.cover>a:hover {
	background-color: #223544;
}

/*************************************************************
						  CONTENT
„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„*/

.index-link-container {
	width: 80%;
	margin: 100px 10%;
}
.index-link-container>section {
	width: calc(33.333% - 20px);
	float: left;
	text-align: center;
	margin: 0 10px;
}
.index-link-container>section>div {
	width: 170px;
	height: 170px;
	background-repeat: no-repeat;
	background-size: 98%;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in;
		 -o-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;
}
.index-link-container>section:hover>div{
	transform: rotateY(360deg);
}
.index-link-container>section>h1 {
	font-size: 2em;
}
.index-link-container>section>p {
	margin-bottom: 40px;
}
.index-link-container>section>a {
	padding: 10px 30px;
	background-color: #FF8E00;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	-webkit-transition: background-color 0.3s ease-in;
		 -o-transition: background-color 0.3s ease-in;
			transition: background-color 0.3s ease-in;
}
.index-link-container>section>a:hover {
	background-color: #223544;
}
.entry-content {
	width: 80%;
	margin: 0 10%;
}
.full-width {
	width: 80%;
	margin: 0 !important;
	padding: 0 10%;
	color: #fff;
}
.full-width h1 {
	margin: 10px 0;
}
.full-width p {
	text-align: justify;
}
.anfrage {
	width: 80%;
	padding: 80px 10%;
	color: #fff;
	background-image: url(/wp-content/themes/teamgeist/images/anfrage-bg.jpg);
    background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.anfrage>h1 {
	margin-bottom: 30px;
}
.anfrage>p {
	margin-bottom: 60px;
}
.anfrage>a {
	padding: 10px 30px;
	background-color: #FF8E00;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	-webkit-transition: background-color 0.3s ease-in;
		 -o-transition: background-color 0.3s ease-in;
			transition: background-color 0.3s ease-in;
}
.anfrage>a:hover {
	background-color: #223544;
}
.leistungen-container {
	width: 80%;
	margin: 30px 10%;
}
.leistungen-container>a {
	display: block;
	width: calc(33.333% - 10px);
	margin: 5px;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.leistungen-container>a>div:first-child {
	width: 100%;
	padding-bottom: 18vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.leistungen-container>a>div:last-child {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	padding: 15vw 30px 30px 30px;
	background-color: #223544;
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.8;
	vertical-align: bottom;
	-webkit-transition: top 0.3s ease-in;
		 -o-transition: top 0.3s ease-in;
			transition: top 0.3s ease-in;
}
.leistungen-container>a:hover>div:last-child {
	top: 100%;
}
footer {
	color: #fff;
	background-color: #223544;
	text-align: center;
	padding: 40px;
}
.entry-title, .wp-post-image, .entry-meta, .entry-footer {display: none;}

#res-nav, label[for="res-nav"] {display: none}
/*
RESPONSIVE
*/
@media (max-width: 1200px) {
	h1 {
		font-size: 3em;
	}
}

@media (max-width: 1000px) {
	h1 {
		font-size: 2.5em;
	}
}

@media (max-width: 870px) {
	h1 {font-size: 1.5em}
	nav {
		position: fixed;
		top: 0px;
		left: -70%;
		width: 70%;
		z-index: 99999;
		-webkit-transition: left 0.6s ease;
		-o-transition: left 0.6s ease;
		transition: left 0.6s ease;
	}
	#logo {
		height: 3.5em;
		margin: 10px 0 0 10%;
	}
	#res-logo {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 9;
		height: 42px;
		margin: 10px 0 0 15px;
	}
	nav>div {
		float: right;
		margin-right: 10%;
	}
	nav>div>ul {
		margin: 0;
		padding: 0;
	}
		nav>div>ul>li {
			float: none;
		}
	nav>div>ul>li>a {
		display: block;
		padding: 30px;
		color: #fff;
		-webkit-transition: background-color 0.3s ease-in;
			 -o-transition: background-color 0.3s ease-in;
				transition: background-color 0.3s ease-in;
	}
	nav>div>ul>li>a:hover {
		background-color: #FF8E00	}
	label[for="res-nav"] {
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 100px;
		height: 50px;
		background-color: #223544;
		color: #fff;
		z-index: 999999;
		cursor: pointer;
		text-align: center;
		-webkit-transition: 0.3s background-color ease-in-out;
			 -o-transition: 0.3s background-color ease-in-out;
				transition: 0.3s background-color ease-in-out;
	}
	label[for="res-nav"]:hover {
		background-color: #FF8E00;
	}
	#res-nav:checked ~ nav {left: 0;}
	.leistungen-container>a {
		width: calc(100% - 10px);
	}
	.leistungen-container>a>div:first-child {
		padding-bottom: 60vw;
	}
	.leistungen-container>a>div:last-child {
		font-size: 1.3em;
	}
}





























