/*
	Theme Name: LP - Bricklane Wohlen
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
	font-size: 1vw;
	line-height: 1.5;
	background-color: #fff;
	transition: background-color 2s;
}

.page_init .wrapper {
	background-color: #e4afa3;
}

section article, .article {
	margin: 0 auto;
	width: 95%;
	max-width: 75em;
}


/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.footer_cols {
	display: flex;
	justify-content: space-between;
	padding: 2em 0;
}

.footer_cols a {
	margin-left: 2em;
}

.footer_col {
	font-size: 0.9em;
}

/*------------------------------------*\
    INTRO
\*------------------------------------*/

#intro_wrapper {
	position: relative;
	--introtxtdiff: 0em;
	--addtextdiff: 1;
}

#intro_content {
	height: 120vh;
	/*background-color: rgba(0,255,0,0.3);*/
	position: sticky;
	top: 0;
}

#intro_content::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 20vh;
	/*background-color: rgba(255,0,0,0.3);*/
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 2s;
	background: #D2D6C5;
background: -webkit-linear-gradient(bottom, rgba(228, 175, 163, 1) 0%, rgba(228, 175, 163, 0) 100%);
background: -o-linear-gradient(bottom, rgba(228, 175, 163, 1) 0%, rgba(228, 175, 163, 0) 100%);
background: linear-gradient(to top, rgba(228, 175, 163, 1) 0%, rgba(228, 175, 163, 0) 100%);
}

.page_init #intro_content::after {
	opacity: 1;
}

#intro_scrollspace {
	height: 120vh;
	/*background-color: rgba(0,255,255,0.4);*/
}

#intro_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#intro_overlay > div {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	/*padding-bottom: 15vh;*/
}

#intro_base {
	--insetadjust: 50%;
	--bgsize: 40%;
	--offsetreduce: 1;
	--opacityadjust: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: clamp(18px, 9vw, 12vh);
	clip-path: inset(50%);
	/*background-image: url(/wp-content/uploads/2025/06/1735_KMP_doettingen_AUSSEN_D.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: var(--bgsize) auto;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 2s;
}

.page_init #intro_base {
	opacity: 1;
	clip-path: inset(calc(var(--insetadjust) - var(--offsetreduce) * 1.6em) calc(var(--insetadjust) - var(--offsetreduce) * 1.65em) calc(var(--insetadjust) - var(--offsetreduce) * -0.7em) calc(var(--insetadjust) - var(--offsetreduce) * 1.85em));
	/*clip-path: xywh(calc(50% - 1.9em) calc(50% - 1.55em) 3.5em 0.9em);*/
	
}

.intro_end #intro_base {
	transition: none;
}

#intro_base::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.1);
}

#intro_base .intro_base_inner > div {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	position: relative;
	z-index: 4;
	/*padding-bottom: 15vh;*/
}


#intro_base .txt_line {
	color: #fff;	
	opacity: var(--opacityadjust);
}

#intro_base .intro_vid {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

#intro_base .intro_vid video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(var(--bgsize));
}



.txt_line {
	position: relative;
	font-size: clamp(18px, 9vw, 12vh);
	margin: 0;
	line-height: 1.05;
	font-weight: 300;
	transition: all 1.5s;
	opacity: 0;
	transform: scale(0.7);
}

.page_init .txt_line {
	opacity: 1;
	transform: scale(1);
}

.intro_end .txt_line {
	transition: none;
}

.txt_line.line1 {
	transition-delay: 0.1s;
	transform: scale(0.7) translateX(-2em);
}
.page_init .txt_line.line1 {
	transform: scale(1) translateX(calc(-1.46em - var(--introtxtdiff)));
}

.txt_line.line2 {
	transition-delay: 0.2s;
	transform: scale(0.7) translateX(-0.5em);
}
.page_init .txt_line.line2 {
	transform: scale(1) translateX(calc(-1.03em + var(--introtxtdiff)));
}

.txt_line.line3 {
	transition-delay: 0.3s;
	transform: scale(0.7) translateX(-3em);
}
.page_init .txt_line.line3 {
	transform: scale(1) translateX(calc(-2.55em - var(--introtxtdiff)));
}

.txt_line.line4 {
	transition-delay: 0.4s;
	transform: scale(0.7) translateX(0.5em);
}
.page_init .txt_line.line4 {
	transform: scale(1) translateX(calc(0em + var(--introtxtdiff)));
}

.txt_line.line5 {
	transition-delay: 0.5s;
	transform: scale(0.7) translateX(-0.5em);
	margin-bottom: 1.25em;
}
.page_init .txt_line.line5 {
	transform: scale(1) translateX(calc(0em - var(--introtxtdiff)));
}

.txt_line.add_text {
	transition-delay: 0.6s;
	transform: scale(0.7) translateX(0.5em);
}
.page_init .txt_line.add_text {
	transform: scale(1) translateX(calc(0em + var(--introtxtdiff)));
}

.intro_last_line > div {
	display: flex;
}

.txt_line.add_text p {
	opacity: var(--addtextdiff);
	margin: 0;
	line-height: 1.2;
	font-size: 0.372em;
	margin-top: 0.22em;
	margin-left: 0.5em;
}


.intro_cta_wrapper {
	position: absolute;
	width: 100%;
	/*bottom: 3em;*/
	top: 90vh;
	left: 0;
	z-index: 12;
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
	transform: scale(0.5);
}

.page_init .intro_cta_wrapper {
	opacity: 1;
	transform: scale(1);
}

.kontakt_panel {
	right: 0;
	top: 50%;
	position: fixed;
	z-index: 10;
	transform: translateY(-50%);
	pointer-events: none;
}

.kontakt_on .kontakt_panel {
	pointer-events: auto;
}

.kontakt_panel_sym {
	padding: 0.5em;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	z-index: 3;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kontakt_panel_sym::before {
	content: '';
	position: absolute;
	width: 1.5em;
	height: 0.15em;
	background-color: #000;
	transform: rotate(45deg);
	z-index: 2;
}

.kontakt_panel_sym::after {
	content: '';
	position: absolute;
	width: 1.5em;
	height: 0.15em;
	background-color: #000;
	transform: rotate(-45deg);
	z-index: 2;
}

.kontakt_on .kontakt_panel_sym {
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	background-color: rgba(255,255,255,0);
	transform: scale(0.8) translateY(-5%);
}

.kontakt_panel_sym img {
	width: 3em;
	height: 3em;
	object-fit: contain;
	object-position: center center;
	position: relative;
	opacity: 1;
	z-index: 4;
	transition: all 0.5s;
}

.kontakt_on .kontakt_panel_sym img {
	opacity: 0;
}

.kontakt_panel_sym i {
	position: absolute;
	z-index: 5;
	color: #fff;
	font-size: 1.3em;
	margin-top: 0.5em;
}

.kontakt_panel_sym i:first-of-type {
	animation: kp_sym1 10s infinite;
}

@keyframes kp_sym1 {
  0%   { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  90%  { opacity: 0; }
  100% { opacity: 1; }
}

.kontakt_panel_sym i:last-of-type {
	opacity: 0;
	animation: kp_sym2 10s infinite;
}

@keyframes kp_sym2 {
  0%   { opacity: 0; }
  40%  { opacity: 0; }
  50%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}

.kontakt_on .kontakt_panel_sym i {
	opacity: 0 !important;
	animation: none !important;
}

.kontakt_panel_wrapper {
	position: relative;
	display: flex;	
	color: #85868A;
	right: 0;
	font-weight: 400;
	line-height: normal;
	flex-direction: column;
	padding: 1em 1.5em;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	backdrop-filter: blur(1em);
	transform: translateX(105%);
	transition: all 0.5s;
}

.kontakt_on .kontakt_panel_wrapper {
	transform: translateX(0%);
}

.kontakt_panel_wrapper .tx1 {
	color: #AF2129;
	font-size: 1.3em;	
}

.kontakt_panel_wrapper .tx2 {
	font-size: 1.15em;	
}

.kontakt_panel_wrapper a {
	color: #85868A;
}

.kontakt_panel_wrapper .img1 {
	width: 7em;
	height: auto;
	margin: 1em 0 0.5em 0;
}

.kontakt_panel_wrapper .img2 {
	width: 5em;
	height: auto;
	align-self: flex-end;
	margin-top: 2em;
}

.kontakt_panel.panel2 {
	z-index: 8;
}

.kontakt_on2 .kontakt_panel.panel2 {
	pointer-events: auto;
}


.kontakt_panel.panel2 .kontakt_panel_sym {
	margin-top: 2.2em;
}

.kontakt_panel.panel2 .kontakt_panel_sym img {
	opacity: 0 !important;
}

.kontakt_panel.panel2 .kontakt_panel_sym i {
	opacity: 1 !important;
	animation: none;
	color: #a61b27;
	font-size: 2.4em;
	margin-top: 0;
	background-color: #fff;
}

.kontakt_panel.panel2 .kontakt_panel_wrapper {
	transform: translateX(105%) translateY(2.2em);
}

.kontakt_panel.panel2 .tx3 {
	padding-right: 5em;
}

.kontakt_on2 .kontakt_panel.panel2 .kontakt_panel_wrapper {
	transform: translateX(0%) translateY(2.2em);
}

.kontakt_on2 .kontakt_panel.panel2 .kontakt_panel_sym {
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	background-color: rgba(255,255,255,0);
	transform: scale(0.8) translateY(-5%);
}

.kontakt_on2 .kontakt_panel.panel2 .kontakt_panel_sym i {
	opacity: 0 !important;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Stoerer */

#stoerer_wrapper {
	--opacitystoerer: 0;
	position: absolute;
	width: 10em;
	height: 10em;
	z-index: 8;
	border-radius: 100%;
	background-color: #000;
	color: #fff;
	top: 12%;
	right: 8%;
	opacity: var(--opacitystoerer);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
	transform: rotate(10deg);
}

#stoerer_wrapper .stoerer_text.text1 {
	font-weight: 800;
	font-size: 1.4em;
	padding-bottom: 0.3em;
}

#stoerer_wrapper .stoerer_text.text2 {
	font-weight: 400;
	font-size: 0.9em;
}


/* Main content */

#ls_main_content {
	overflow-x: hidden;
}


/* Kontaktformular */

form.wpcf7-form {
	display: flex;
	flex-direction: column;
}

form.wpcf7-form p {
	display: contents;
}

.kf_feld {
	position: relative;
	margin-top: 1.8em;
}

.kf_response, .kf_submit {
	margin-top: 0.8em;
}

.kf_text input, .kf_text textarea, .kf_dropdown {
	border: none;
	outline: none;
	background-color: transparent;
	border-bottom: 1px solid;
	width: 100%;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-weight: 300;
	font-style: normal;
	max-height: 6em;
	padding-bottom: 0.3em;
}

.kf_text label {
  position: absolute;
  left: 0.15em;
  top: 0.2em;
  transition: all 0.2s ease-out;
  pointer-events: none;
}

.kf_text .wpcf7-form-control-wrap:focus-within + label, .kf_text .wpcf7-form-control-wrap.is_filled + label {
  top: -1.5em;
  font-size: 0.85em;
	opacity: 0.65;
}



.wpcf7-list-item-label::before {
	content: "";
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: -0.1em;
}

.wpcf7-list-item input[type="checkbox"], .wpcf7-list-item input[type="radio"] {
	display: none;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before, input[type="radio"]:checked + .wpcf7-list-item-label::before {
	background-image: url(/wp-content/uploads/sites/2/2025/09/ico_ms_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.kf_check {
	display: block;
}

.kf_check .wpcf7-list-item {
	display: inline-block;
	margin: 0 1em 0 0em;
}

.kf_grid_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 1em;
}

.kf_grid_wrapper.kf_grid_name {
	grid-template-columns: 1fr 1.4fr;
}

.kf_grid_wrapper.kf_grid_adresse {
	grid-template-columns: auto 10em;
}

.kf_grid_wrapper.kf_grid_plzort {
	grid-template-columns: 10em auto;
}

.kf_grid_wrapper.kf_grid_kontakt {
	grid-template-columns: 1fr 1.4fr;
}

.kf_title_line {
	padding-bottom: 0.4em;
}

.kf_dropdown .wpcf7-select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background-color: rgba(0,0,0,0.0);
	padding: 0.0em;
	font-weight: 300;
}

.kf_dropdown .wpcf7-form-control-wrap::after {
	content: "";
	justify-self: end;
	width: 0.6em;
	height: 0.6em;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	position: absolute;
	top: 0.25em;
	right: 0.5em;
	transform: rotate(45deg);
	pointer-events: none;
}

[data-name="Interesse"] > span > span {
  display: inline !important;
}

[data-name="Interesse"] > span > span:nth-child(2) {
  margin-right: 0;
}

[data-name="Interesse"] > span > span:nth-child(2)::after {
  content: "";
  display: block;
}

.kf_datenschutz {
	font-size: 0.9em;
}

.kf_datenschutz .wpcf7-list-item {
	margin: 0 0 0 0em;
}

.kf_datenschutz a {
	text-decoration: underline;
}

.kf_submit {
	text-align: center;
}

.wpcf7-submit {
	border-radius: 9999px;
	padding: calc(0.4em + 2px) calc(1.4em + 2px);
	font-weight: 400;
	transition: all 0.5s;
	transform: scale(1);
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	border: none;
	background-color: #000;
	color: #fff;
	outline: none !important;
}

.wpcf7-submit:hover {
	/*background-color: #fff;
	color: #000;*/
	color: #fff;
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	outline: none !important;
}

	

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #65ae6c;
	border: none;
	padding: 1em;
	color: #fff;
	font-weight: 700;
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 0.8em;
	font-weight: 700;
}






/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.teaser_images_wrapper {
	position: relative;
}

.teaser_image {
	position: absolute;
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.25);
	border-radius: 0.5em;
	overflow: hidden;
	transform-origin: top left;
}

.teaser_image img {
	transform: scale(1);
	transition: all 1s;
	aspect-ratio: 16 /  10;
	object-fit: cover;
	object-position: center center;
}

.teaser_image:hover img {
	transform: scale(1.1);
}

.teaser_image.image1 {
	transform: scale(0.4) translateX(30%) translateY(-5%);
	z-index: 3;
}
.teaser_image.image1:hover {
	
}

.teaser_image.image1 img {
	aspect-ratio: 1;
	object-fit: cover;
}

.teaser_image.image2 {
	transform: scale(0.6) translateX(80%) translateY(0%);
	z-index: 2;
}

.teaser_image.image2 img {
	aspect-ratio: 1;
	object-fit: cover;
}

.teaser_image.image3 {
	transform: scale(0.5) translateX(10%) translateY(140%);
	z-index: 3;
}

.teaser_image.image4 {
	transform: scale(0.55) translateX(110%) translateY(165%);
	z-index: 4;
}

.teaser_image.image5 {
	transform: scale(0.4) translateX(60%) translateY(180%);
	z-index: 2;
}
.teaser_image.image5 img {
	aspect-ratio: 1;
}



.partner_box {
	padding-bottom: 2em;
}




.partner_box figure {
	width: 80%;
	aspect-ratio: 16 / 7;
	margin: 0 auto;
	background-color: rgba(255,255,255,0);
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	transition: all 0.5s;
}

.partner_box figure:hover {
	/*background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.2);*/
}

.partner_box a {
	display: contents;
}

.partner_box figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	filter: brightness(0);
	padding: 1em;
	transition: all 0.5s;
}

.partner_box figure img:hover {
	/*filter: brightness(1);*/
}







/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


h2 {
	font-weight: 300;
	font-size: 4.2em;
	margin-bottom: 0.25em;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

h4 {
	font-size: 1.2em;
	font-weight: 300;
}

.def_lauftext {
	font-size: 1.25em;
}



.wp-block-button__link {
	background-color: #000;
	border-radius: 9999px;
	padding: calc(0.4em + 2px) calc(1.4em + 2px);
	font-weight: 400;
	transition: all 0.5s;
	transform: scale(1);
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0);
	font-size: 1em;
}

.wp-block-button__link:hover {
	/*background-color: #fff;
	color: #000;*/
	color: #fff;
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (max-width : 1400px)  {
	

	.wrapper {
		font-size: 1.4vw;
	}
	
	
}



@media only screen and (max-width : 1000px)  {
	

	.wrapper {
		font-size: 2vw;
	}
	
	
}

@media only screen and (max-width : 781px)  {
	
	.teaser_images_wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}

	.teaser_image {
		transform: scale(1) translateX(0%) translateY(0%) !important;
		z-index: 3;
		position: relative !important;		
	}
	
	.teaser_image img {
		aspect-ratio: 1 !important;
	}
	
	.mob_no_flex_gap {
		gap: 0;
	}

	
}

@media only screen and (max-width : 600px)  {
	

	.wrapper {
		font-size: 18px;
	}
	
	h2 {
		font-size: 2.8em;
	}
	
	.kf_grid_wrapper {
		grid-template-columns: 1fr !important;
	}
	
}

@media (max-aspect-ratio: 1.45 / 1) {
  
	#intro_base {
		background-size: auto var(--bgsize);
	}
	
}

@media (max-aspect-ratio: 1) {
  
	
	#intro_content, #intro_scrollspace {
		height: 100vh;
	}
	
	.intro_cta_wrapper {
		top: 72%;
	}
	
	.kontakt_panel {
		top: 10%;
		transform: none;
	}
	
	.kontakt_panel.panel2 .kontakt_panel_sym {
		margin-top: 4.5em;
	}
	
	.kontakt_panel.panel2 .kontakt_panel_wrapper {
		transform: translateX(105%) translateY(4.5em);
	}

	.kontakt_on2 .kontakt_panel.panel2 .kontakt_panel_wrapper {
		transform: translateX(0%) translateY(4.5em);
	}
	
	/*.page_init #intro_base {
		clip-path: inset(calc(var(--insetadjust) - var(--offsetreduce) * 1.6em) calc(var(--insetadjust) - var(--offsetreduce) * 1.65em) calc(var(--insetadjust) - var(--offsetreduce) * -0.7em) calc(var(--insetadjust) - var(--offsetreduce) * 1.85em));
	}*/
	
	#stoerer_wrapper {
		top: 4%;
		right: 16%;
	}
	
	
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
