/*
Theme Name: Tragwerk PuR
Author: Lars Christian Mueller
Author URI: http://m-pulse.info
Description: Smart Landing and Info Theme for Tragwerk PuR / Planungsgemeinschaft Penseler und Richter / Leipzig
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pur

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
Basic structure and standard style specifications
based on UIKit 3 Beta Framework @link https://getuikit.com/
----------------------------------------------------------------------------- */

.uk-container {
	padding-left: 40px;
	padding-right: 40px;
}

@media (min-width: 768px) {
	.uk-container {
		padding-left: 80px;
		padding-right: 80px;
		max-width: 1400px;
	}
}

[class*="uk-animation-"] {
	animation-duration: 0.75s;
}

a,
.uk-link {
	color: inherit;
}

a:hover,
.uk-link:hover {
	color: #10568a;
	text-decoration: none;
}

.uk-button-default {
	border: 1px solid #777;
}

.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
	color: #333;
}

.uk-input,
.uk-select,
.uk-textarea {
	background-color: transparent;
	border: 1px solid #777;
	min-height: 50px;
	padding: 15px;
}

/* Base Elements
----------------------------------------------------------------------------- */

nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Typography
-------------------------------------------------------------- */

html {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h5 {
	color: #10568a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2, .uk-h2 {
	font-size: 1.125rem;
	margin-bottom: 25px;
}

h4, .uk-h4 {
	font-size: 1rem;
}

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

.site-content {
	background: #fff; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(45deg, #f0f2f6, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(45deg, #f0f2f6, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(45deg, #f0f2f6, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(45deg, #f0f2f6, #fff); /* Standard syntax */

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 130px;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media (min-width: 640px) {
	.site-content {
		margin-bottom: 110px;
	}
}

.top-tex,
.bottom-tex {
	height: auto;
	position: absolute;
	right: 0;
	width: auto;
}

.top-tex {
	top: 0;
	transform: translate(0,-74%);
}

.bottom-tex {
	bottom: 0;
	transform: translate(0,50%);
}

@media (min-width: 640px) {
	.top-tex {
		transform: translate(0,-58%);
	}

	.bottom-tex {
		transform: translate(0,30%);
	}
}

@media (min-width: 960px) {
	.top-tex {
		max-width: 55%;
		transform: translate(0,-18%);
	}
}

@media (min-width: 1200px) {
	.bottom-tex {
		transform: translate(0,10%);
	}
}

.top-tex path,
.bottom-tex path {
	stroke-width: 0.8px;
}

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

.site-branding {
	padding: 80% 0 55%;
}

@media (min-width: 640px) {
	.site-branding {
		min-height: auto;
		padding: 65% 0 15%;
	}
}

@media (min-width: 960px) {
	.site-branding {
		padding: 26vH 0 120px;
	}
}

.logo,
.logo svg,
.logo img {
	height: 85px;
	width: auto;
}

.logo img {
	margin: 0 50px 40px 0;
}

.site-name {
	color: inherit;
	font-size: 1.5rem;
	font-size: 8vw;
	font-weight: 600;
	letter-spacing: 1.8px;
	line-height: 0.7;
	margin-bottom: 18px;
}

@media (min-width: 360px) {
	.site-name {
		font-size: 1.675rem;
	}
}

.site-description {
	color: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	text-transform: none;
	width: 260px;
}

@media (min-width: 640px) {
	.logo img {
		margin: 0 50px 0 0;
	}

	.site-name {
		font-size: 1.75rem;
	}

	.site-description {
		font-size: 1.125rem;
	}
}

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

.content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content ul li {
	padding-left: 58px;
}

.content ul li::before {
	background-image: url("assets/images/pur_list_item.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 12px;
	margin-left: -40px;
	padding-right: 20px;
	width: 20px;
}

.site-main {
	padding-bottom: 25vH;
}

@media (min-width: 960px) {
	.site-main {
		padding-bottom: 30vH;
	}
}

@media (min-width: 640px) {
	.content,
	.main-nav {
		font-size: 1.125rem;
	}
}

.to-service {
	margin-top: 100px;
}

/* Service */

.service-block {
	margin-bottom: 60px;
}

.service-icon {
	max-width: 38px;
}

.service-title {
	color: #222;
}

/* Kontakt */

.map {
	margin-top: 3px;
	padding-top: 100%;
}

.form .wpcf7-not-valid-tip {
	font-size: 0.875rem;
	margin-top: 10px;
}

.form div.wpcf7-response-output {
	background-color: #10568a;
	border: medium none;
	color: white;
	margin: 2rem 0 0;
	padding: 1.5rem 2rem;
}

/* Footer
-------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: -1;
}

.site-footer .logo,
.site-footer .logo svg {
	height: 75px;
	width: 138px;
}

.site-footer .main-heading {
	font-size: 1.5rem;
}

.site-footer .sub-heading {
	font-size: 1.3rem;
	margin-top: 0;
}

.site-footer p {
	font-size: 1rem;
	font-weight: 300;
}
