/*
Theme Name: NO SUN
Author: NO SUN GmbH
Author URI: https://no-sun.com
Description: An empty theme with default content.
Version: 0.1
*/




/******************************************************************************
 * 0 Reset                                                                    *
 ******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;

	/* box sizing */
	box-sizing: border-box;

	/* font rendering */
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
			 font-smoothing: antialiased;
			 font-smooth: always;

	/* hyphens */
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
		-ms-hyphens: auto;
			hyphens: auto;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*******************************************************************************
 * 1 Default                                                                   *
 ******************************************************************************/
html, body {
	font-family: Lato, sans-serif;
	height: 100%;
	background-color: #dddcdb;
	color: #544F4C;
	font-size: 24px;
}

input, textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #888;
	padding: 13px;
	outline-color: #91ACBA;
	font-weight: normal;
}
textarea {
	height: 250px;
}


input[type="checkbox"],
input[type="radio"] {
	display: none !important;
}
input[type="checkbox"] + label + label,
input[type="radio"] + label + label {
	float: left;
}
input[type="radio"] + label {
	display: inline-block;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 1px solid #888;
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
	top: 8px;
	left: 2px;
	float: left;
}
input[type="radio"] + label:before {
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	background-color: #544F4C;
	transform: scale(0.2);
	border-radius: 50%;
	position: relative;
	top: 9px;
	left: -11px;
	opacity: 0;
	transition: .2s;
}
input[type="radio"]:checked + label:before {
	transform: scale(1);
	opacity: 1;
}

label {
	line-height: 50px;
}

.radio {
	overflow: hidden;
	float: left;
	margin-top: 0;
}

.radios {
	float: left;
	overflow: hidden;
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: 0px;
}

.form-group > .radio:first-child {
	margin-top: 10px;
}

.form-group {
	overflow: hidden;
}
.page-row {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}

.checkbox, .radio {
	margin-bottom: 5px;
}

span.wpcf7-not-valid-tip {
	font-size: 18px;
	padding: 5px 0;
}
.ajax-loader {
	display: none !important;
}
div.wpcf7-response-output {
	margin: 30px;
	padding: 10px;
}
div.wpcf7-validation-errors {
	border-color: #f00;
}
div.wpcf7-mail-sent-ok {
}

input[type="submit"] {
	border-color: #eee;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: normal;
}


#page {
	padding-bottom: 70px;
	height: auto;
	min-height: 1080px;
	position: relative;
}

#header {
	margin-bottom: 200px;
}
	#logo {
		margin-top: -13px;
		margin-left: -13px;
	}
	#header h1 {
		font-size: 40px;
		font-weight: lighter;
		margin-bottom: 15px;
	}
		#header h3 {
			font-size: 20px;
			font-weight: bold;
		}

#main {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	#contact {
		height: 100%;
		width: 100%;
		position: absolute;
		transform: scale(0.5);
		opacity: 0;
		transition: .4s;
		background-color: rgba(180, 180, 180, 0.9);
		z-index: 1;
		visibility: hidden;
	}
	#contact.active {
		visibility: visible;
		transform: scale(1);
		opacity: 1;
	}
	.box-wrapper {
		position: relative;
		overflow: hidden;
	}
	.box {
	}
		.box h2 {
			font-size: 36px;
			font-weight: lighter;
			text-transform: uppercase;
		}
		.box h2 span {
			font-weight: 900;
		}
		.box-left,
		.box-right {
			padding-top: 35px;
			padding-bottom: 35px;
		}
		.box-left {
			padding-left: 0;
			padding-right: 0;
		}
		.box-right {
			border-left: 1px solid #544F4C;
			padding-left: 20px;
			padding-right: 50px;
		}
			.box img {
				display: block;
			}
			.box a {
				margin-top: 10px;
				display: inline-block;
				font-weight: bold;
			}
			.box p {
				line-height: 1.2;
				margin: 30px 0;
				min-height: 120px;
			}
			.form-left,
			.form-right {
				padding-top: 30px;
				padding-bottom: 30px;
				font-weight: bold;
			}
			.form-left {
				padding-left: 70px;
			}
			.form-right {
				padding-right: 70px;
			}
				.wpcf7-form {
					position: relative;
				}
				.close-btn {
					cursor: pointer;
					position: absolute;
					right: 20px;
					top: 30px;
					font-size: 40px;
					color: #fff;
					transition: .2s;
					font-weight: lighter;
				}
				.close-btn:hover {
					color: #544F4C;
				}

.style-blue .colored,
.style-blue a {
	color: #91ACBA;
}
.style-blue .box-right {
	border-color: #91ACBA;
}

.style-yellow .colored,
.style-yellow a {
	color: #E8AF3E;
}
.style-yellow .box-right {
	border-color: #E8AF3E;
}

.style-black .colored,
.style-black a {
	color: #a7a5a6;
}
.style-black .box-right {
	border-color: #a7a5a6;
}



.contact-fixed {

}
	.contact-fixed .form-right {
		padding-right: 30px;
	}
	.contact-fixed .form-left {
		padding-left: 30px;
	}
	.contact-fixed .close-btn {
		display: none;
	}


#footer {
	height: auto;
	background-color: #544f4c;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
}
	#footer-nav {
		display: table;
		margin: 0 auto;
		overflow: hidden;
	}
		#footer-nav ul li {
			float: left;
		}
		#footer-nav ul li a {
			line-height: 40px;
			padding: 0 20px;
			color: #9e9f9e;
			text-transform: uppercase;
			font-size: 20px;
			letter-spacing: 2px;
			font-weight: bold;
		}


@media screen and (max-width: 660px) {
	#footer {
		padding-bottom: 60px;
	}
}

#header.content-header {
	margin-bottom: 150px;
}
#content {
	padding-left: 10px;
}
#content h1 {
	margin-bottom: 40px;
}
#content p {
	margin-bottom: 20px;
}
#content a, #content a:hover, #content a:visited {
	color: #91ACBA;
	text-decoration: none;
}

@media screen and (max-width:1280px) {
	.page-row {
		width: 1100px;
	}

	.box-right {
		padding-right: 0;
	}
	.box-left img {
		margin: 0 auto;
		max-width: 100%;
		padding-bottom: 10px;
	}
}
@media screen and (max-width:992px) {
	#page {
		height: auto;
		padding-bottom: 0;
	}
	#header {
		padding: 30px 20px;
	}
		#logo {
			padding-bottom: 30px;
		}
		#baumeister {
			position: absolute;
			top: 30px;
		}
	#main {
		position: static;
		transform: none;
	}
	#footer {
		margin-top: 80px;
		position: static;
	}

	.form-left {
		padding-left: 20px;
	}


}
@media screen and (max-width:767px) {
#content {
	padding-left: 0px;
}


	#header {
		padding: 30px 0px;
	}
		#header h1 {
			font-size: 33px;
		}
	#logo {
		width: 300px;
	}
	#contact {
		position: absolute;
		margin-top: 50px;
	}
	.form-left {
		margin-top: 5px;
	}
	.form-left,
	.form-right {
		padding: 29px;
	}
		.close-btn {
			top: -465px;
			right: 29px;
		}
	.form-group .radio:first-of-type {
		width: 100%;
		margin-bottom: 10px;
	}
	span.wpcf7-list-item {
		margin: 0;
	}
	.box {
		padding-bottom: 15px;
	}
	.form-right {
		padding-bottom: 1px;
	}
}



body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	border-top: none !important;
	background-color: #544f4c;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	font-weight: normal !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
	box-shadow: none !important;
	border-radius: 0 !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	min-width: auto !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
	padding: 8px 12px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
}
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
	width: 50px !important;
	height: 50px !important;
	line-height: 50px !important;
	top: -50px !important;
	right: 0 !important;
}

body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
body #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	padding: 8px 15px;
}

body #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,
body #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon {
	top: 1px;
}


.wpcf7-acceptance .wpcf7-list-item label {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4 !important;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 2rem;
	margin-top: .125rem;
}
.wpcf7-acceptance {
	position: relative;
	display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	border: 1px solid #888;
	background-color: rgba(255, 255, 255, 0.6);
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
	content: "\00D7";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 32px;
	opacity: 0;
	transform: scale(.5);
	transition: .4s;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
	transform: scale(1);
}
small {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
}



.wpcf7 a,
.wpcf7 a:hover,
.wpcf7 a:visited {
	color: #111 !important;
}
#content .wpcf7 a:hover {
	text-decoration: underline;
}

.grecaptcha-badge {
	display: none !important;
}

.wpcf7-form {
	padding: 1px;
}

.wpcf7-response-output {
	font-size: 21px;
}

#form {
	overflow: visible;
}
#form div.wpcf7-response-output {
	margin-top: 0;
	width: 1140px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#form #contact {
	height: auto;
}


#form textarea {
	height: 210px;
}
@media screen and (max-width: 767px) {
	#form .form-left {
		margin-top: 30px;
		padding-bottom: 0;
	}
	#form .form-right {
		padding-bottom: 30px;
	}
	#form #contact {
		margin-top: 0;
	}
}

.page-id-23 #header, .page-id-6 #header {
	margin-top: 100px;
}
.page-id-23 #main, .page-id-6 #main {
	position: static;
	transform: none;
	margin-bottom: 3rem;
}

#content.box-wrapper {
	line-height: 1.4;
}
#content.box-wrapper h1 {
	font-weight: bold;
}
#content.box-wrapper h2,
#content.box-wrapper h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}
#content.box-wrapper ul {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
#content.box-wrapper p,
#content.box-wrapper ul {
	font-size: 18px;
	margin-bottom: 1em;
}
