/* =Kunde: 	Formis / sursee immo ag
-----------------------------------------------------------------------------*/

/* =Imports
-----------------------------------------------------------------------------*/
@import "css/cookie-modal.css";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;500&display=swap');

/* =Admin Bar
-----------------------------------------------------------------------------*/
     
/* =General
-----------------------------------------------------------------------------*/

html  {
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
	background: rgba(255,255,255,1);
	color: rgba(84,84,88,1);
	font: 20px/1.6em "Barlow", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
}
body  {
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
header, section, footer {
	display: block;
	clear: both;
	float: none;
}
.uk-container {
	max-width: 1400px;
}


/* =Helper
-----------------------------------------------------------------------------*/


/* =Links
-----------------------------------------------------------------------------*/

a, .uk-link {
  color: rgba(225,37,27,1);
  text-decoration: none;
  cursor: pointer;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
a:hover, a:focus, a:hover, .uk-link:hover {
  color: rgba(0,0,0,1);
  text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

::-moz-selection { 
	background: rgba(225,37,27,1); color: #fff; text-shadow:none; 
}
::selection { 
	background: rgba(225,37,27,1); color: #fff; text-shadow:none; 
}
.uk-padding-large {
	padding: 80px;
}


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

* + h1, * + .uk-h1, * + h2, * + .uk-h2, * + h3, * + .uk-h3, * + h4, * + .uk-h4, * + h5, * + .uk-h5, * + h6, * + .uk-h6 {
    margin-top: 0px;
}
h1 {
	font-size: 3em;
	font-weight: 100;
	padding-top: 60px;
	padding-bottom: 20px;
	color: rgba(92,91,89,1)
}
h2, .uk-h2 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 30px;
	color: rgba(225,37,27,1);
}
h3, .uk-h3 {
	font-size: 2em;
	font-weight: 200;
	margin-bottom: 10px;
	margin-top: 30px;
	color: rgba(92,91,89,1);
	line-height: 1em;
}
h4, .uk-h4 {
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	color: rgba(92,91,89,1);
}
hr {
	width: 1px;
	display: block;
	margin: 40px auto -200px;
	height: 120px;
	background-color: rgba(92,91,89,.4);
}
.line {
	width: 40px;
	height: 1px;
	background-color: rgba(92,91,89,1);
}

/* =Color
-----------------------------------------------------------------------------*/
.rot, .uk-primary {
	background-color: rgba(225,37,27,1);
	color: rgba(255,255,255,1);
}
.uk-primary-80 {
	background-color: rgba(225,37,27,.8);
	color: rgba(255,255,255,1);
}
.grey, .uk-secondary {
	background-color: rgba(92,91,89,1);
	color: rgba(255,255,255,1);
}
.hellgrau {
	background-color: rgba(240,240,242,1);
}
.text-rot {
	color: rgba(225,37,27,1);
}
.text-grau {
	color: rgba(92,91,89,1);
}
.text-weiss {
	color: rgba(255,255,255,1);
}

/* =Grid
-----------------------------------------------------------------------------*/
.grid > *:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 60px;
}
.grid > .column-12 {
	width: calc(100% - 0px);
}
.grid > .column-8 {
	width: calc(75% - 20px);
}
.grid > .column-6 {
	width: calc(50% - 20px);
}
.grid > .column-5 {
	width: calc(50% - 20px);
}
.grid > .column-4 {
	width: calc(33% - 20px);
}
.grid > .column-3 {
	width: calc(25% - 20px);
}
.grid > .column-2 {
	width: 40px;
}
.grid figure {
	overflow: hidden;
	min-height: 300px;
}
.video iframe {
    height: 675px;
    width: 100%;
}


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

header > .uk-navbar-transparent {
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	height: 80px;
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
header > .uk-navbar-sticky {
	height: 50px;
	background-color: rgba(255,255,255,1);
	-webkit-transition: all .35s ease-in-out;
	   -moz-transition: all .35s ease-in-out;
	     -o-transition: all .35s ease-in-out;
	        transition: all .35s ease-in-out;
}
header > .uk-navbar-transparent a.logo img:first-of-type {
	display: block;
	position: absolute;
	height: 70px;
	top: 20px;
	left: 80px;
	opacity: 1;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
header > .uk-navbar-sticky a.logo img:first-of-type {
	display: block;
	position: absolute;
	height: 30px;
	top: 5px;
	left: 80px;
	opacity: 1;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

/* =Navigation
-----------------------------------------------------------------------------*/

/* =Unternavigation
-----------------------------------------------------------------------------*/

/* =Offcanvas
-----------------------------------------------------------------------------*/

/* =Seitenaufbau
-----------------------------------------------------------------------------*/
.lead {
	padding-top: 80px;
}
.slider {
	margin-bottom: 0px;
}
.slider ul li::before {
	content: '';
	display: none;
}
.slider img {
	padding: 120px 80px 0;
	margin-top: -0px;
}

/* =Module
-----------------------------------------------------------------------------*/

/* =Plugins
-----------------------------------------------------------------------------*/
.uk-lightbox {
	background-color: rgba(255,255,255,.9);
}
.uk-lightbox-toolbar {
	background-color: rgba(255,255,255,0);
}
.uk-lightbox-button {
	background-color: rgba(92,91,89,1);
	color: rgba(255,255,255,1);
}
.uk-lightbox-toolbar * {
	color: rgba(84,84,84,1) !important;
}

/* =Formulare
-----------------------------------------------------------------------------*/
.uk-button {
    background-color: rgba(240,240,242,1);
    color: rgba(92,91,89,1);
	text-transform: none;
	text-transform: none;
    transition: .4s ease-in-out;
    transition-property: all;
	font-size: 1rem;
	padding: 2px 20px;
}
.uk-button:hover {
    background-color: rgba(225,37,27,1);
    color: rgba(255,255,255,1);
	padding: 2px 24px;
}
.uk-button-secondary {
    background-color: rgba(255,255,255,1);
    color: rgba(92,91,89,1);
}
.uk-button-secondary:hover {
}
.uk-button-disabled {
	cursor: not-allowed;
	border: 1px solid transparent;
	margin-top: 16px;
	margin-bottom: 16px;
}
.uk-radio,.uk-checkbox,.uk-checkbox {
  background-color: rgba(84,84,88,0);
  border-color: rgba(84,84,88,1);
}
.uk-radio:checked,.uk-checkbox:checked,.uk-checkbox:indeterminate {
  background-color: rgba(84,84,88,1);
  border-color: rgba(84,84,88,1);
}
.uk-radio:checked:focus,.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus {
  background-color: rgba(0,0,0,1);
}
.uk-form-label {
	font-size: 1em;
	color: rgba(84,86,85,.5);
}
.uk-input, .uk-select, .uk-textarea {
	background-color: rgba(255,255,255,1);
	color: #000;
	border: 0px solid rgba(197,199,199,1);
	border-bottom: 2px solid rgba(244,244,244,1);
	transition: 0.15s ease-in-out;
	transition-property: color, background-color, border;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	outline: none;
	background-color: rgba(255,255,255,1);
	color: #000;
	border-bottom: 2px solid rgba(84,86,85,1);
}
.honeypot {
	position: absolute;
	left: -9999px;
}
[data-id="captcha-input"] label {
	display: none;
}
.captchaLabel {
	margin-top: -20px;
	margin-bottom: 0px;
}

/* =
-----------------------------------------------------------------------------*/

/* =Misc
-----------------------------------------------------------------------------*/

.colophon{
	display:block;
	position:fixed;
	bottom:25px;
	left:25px;
	width:25px;
	height:25px;
	background:url(img/Designheit-Bildmarke.svg) no-repeat right bottom;
	opacity: 0.05;
	filter: alpha(opacity=5);
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.colophon:hover{
	opacity:1;
	filter: alpha(opacity=100);
	}

footer > div > div.footer {
	padding-top: 80px;
}
footer .logo > img {
	height: 40px;
}


/* @l – Laptop gross / Tablet Landscape */
@media (max-width: 1400px) {
header > .uk-navbar-transparent a.logo img:first-of-type {
	height: 60px;
	top: 20px;
	left: 40px;
}
header > .uk-navbar-sticky a.logo img:first-of-type {
	height: 30px;
	top: 5px;
	left: 40px;
}
.slider img {
	padding: 120px 40px 20px;
	margin-top: -0px;
}
}
/* @l – Laptop klein / Tablet Landscape */
@media (max-width: 1200px) {
h1 {
	font-size: 2.6em;
	padding-top: 40px;
	padding-bottom: 20px;
}
h2, .uk-h2 {
	font-size: 1.4em;
	margin-bottom: 30px;
	margin-top: 30px;
}
h3, .uk-h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 30px;
}
h4, .uk-h4 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 20px;
}

}
/* @m – Tablet Portrait */
@media (max-width: 960px) {
header > .uk-navbar-transparent a.logo img:first-of-type {
	height: 50px;
	top: 10px;
	left: 20px;
}
header > .uk-navbar-sticky a.logo img:first-of-type {
	height: 20px;
	top: 5px;
	left: 20px;
}
.slider img {
	padding: 80px 20px 20px;
	margin-top: -0px;
}
.colophon{
	display:none;
}
.grid {
	display: block;
}
.grid > .column-8,
.grid > .column-6,
.grid > .column-4 {
	width: 100%;
	margin-right: 0px;
}

}

/* @s – Phone Portrait */
@media (max-width: 640px) {
.uk-slideshow-items {
    min-height: 360px;
}
h1 {
	font-size: 2em;
	padding-top: 40px;
	padding-bottom: 0px;
}
h2, .uk-h2 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 10px;
}
h3, .uk-h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 30px;
}
h4, .uk-h4 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
}
footer > div > div.footer {
    padding-top: 0px;
}
.colophon{
	display:none;
}
  
  }
