/* =Kunde:	Praxis Libelle
-----------------------------------------------------------------------------*/

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

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

html {
	-webkit-text-size-adjust: 100%;
	font: 200 16px/1.5 "Overpass", Arial, sans-serif;
	/*scroll-snap-type: y mandatory;*/
}

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;
	background-color: rgba(220,232,205,1);
	color: rgba(0,89,104,1);
}

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

a,
.uk-link {
  color: rgba(0,89,104,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;
}
a:focus,
a:hover {
	color: rgba(0,0,0,1);
}

::-moz-selection {
	background: rgba(0,89,104,1); color: #fff; text-shadow:none;
}
::selection {
	background: rgba(0,89,104,1); color: #fff; text-shadow:none;
}

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

body {
	-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;
}

section {
	scroll-snap-type: y mandatory;
	scroll-snap-align: start;
}


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

h1 {
	font: 600 2.4em/.9em "Overpass", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: rgba(0,89,104,1);
}

.lead > h1 {
	margin-left: 130px;
	margin-top: 100px;
}

h2 {
	font: 600 1.5em "Overpass", Arial, sans-serif;
	font-weight: 200;
	font-size: 1.5em;
	margin-top: 0px;
	color: rgba(0,89,104,1);
}
.lead > h2 {
	margin-left: 130px;
}

h3, strong {
	font: 600 1em "Overpass", Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	color: rgba(0,89,104,1);
}

p {
	margin-top: 0px;
	margin-bottom: 24px;
}
.inhalt ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.inhalt ul li {
	margin-left: 20px;
}
.inhalt ul li::before {
	content: "–";
	margin-left: -20px;
	padding-right: 12px;
}

.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
	border-top: 3px solid rgba(204,222,225,1);
}

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

.petrol, .uk-primary {
	background-color: rgba(0,89,104,1);
	color: rgba(204,222,225,1);
}
.light, .uk-secondary {
	background-color: rgba(220,232,205,1);
	color: rgba(0,89,104,1);
}
a.petrol:hover, a.uk-primary:hover {
	background-color: rgba(220,232,205,1);
	color: rgba(0,89,104,1);
}
a.light:hover, a.uk-secondary:hover {
	background-color: rgba(0,89,104,1);
	color: rgba(220,232,205,1);
}
.weiss {
	background-color: rgba(255,255,255,1);
}
.text {
	color: rgba(0,89,104,1);
}
.text-light {
	color: rgba(204,222,225,1);
}

/* =Menu
-----------------------------------------------------------------------------*/
.menu {
	width: 30%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.menu > .nav {
	position: absolute;
	top: 60px;
	left: 60px;
	z-index: 40;
}
.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav > li > a {
	font-size: 1.5em;
	color: rgba(204,222,225,1);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	line-height: 1.1em;
}
.nav > li > a:hover, .nav > li > a.uk-active  {
	color: rgba(255,255,255,1) !important;
}

.nav > li > .uk-drop {
    position: relative;
}

.nav > li > ul {
	padding-left: 0px;
	padding-bottom: 12px;
	margin-left: 0px;
	list-style-type: none;
	max-width: 260px;
}
.nav > li > ul > li > a {
	display: inline-block;
	color: rgba(204,222,225,.6);
	line-height: 1em;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 4px;
}

.nav > li > ul > li > a:hover, .nav > li > ul > li > a.uk-active {
	color: rgba(255,255,255,1) !important;
}
.nav > li > ul > li::before {
	color: rgba(255,255,255,0.2);
	content: "–";
	padding-right: 5px;
	margin-left: 0px;
	-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;
}

.nav > li > ul > li:first-of-type::before {
	top: -16px;
	position: relative;
}

.nav > li > ul > li:hover::before {
	color: rgba(255,255,255,1);
	content: "–";
	padding-right: 10px;
}


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

.menu > .adresse {
	margin-left: 60px;
	margin-bottom: 60px;
}
.menu > .adresse p  {
	margin-bottom: 0px;
}
.menu > .adresse a, footer a {
	color: rgba(204,222,225,1);
}

/* =Mobile Menu
-----------------------------------------------------------------------------*/

.mobileheader {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	height: 200px;
	-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;
}
.mobileheader.uk-sticky-fixed {
	height: 100px;
	-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;
}
.mobileheader.uk-sticky-fixed > .logo, .mobileheader.uk-sticky-fixed > .uk-active {
	background: url(img/praxis_libelle_logo_pos.svg) no-repeat;
	background-size: contain;
	width: 100px;
	height: 140px;
	margin-left: 30px;
	margin-top: 30px;
	display: block;
}

.mobileheader.uk-active > .logo, .mobileheader.uk-active > .uk-active {
	background: url(img/praxis_libelle_ikone_pos.svg) no-repeat;
	width: 60px;
	height: 100px;
	margin-left: 20px;
	margin-top: 20px;
	display: block;
}
.mobileheader .hamburger {
	margin-right: 30px;
	margin-top: 30px;
}
.uk-offcanvas-bar {
    right: -100%;
    width: 100%;
    padding: 60px 60px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* =ScrollTop/Down
-----------------------------------------------------------------------------*/

.arrow-down {
	display: block;
	width: 150px;
	position: absolute;
	padding-top: 0px;
	bottom: 60px;
	margin-left: 200px;
}
.arrow-down:hover {
	padding-top: 10px;
	bottom: 50px;
}
.arrow-up {
	display: block;
	width: 150px;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: 200px;
}
.arrow-up:hover {
	padding-top: 50px;
	padding-bottom: 70px;
}

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

.hero {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -10;
	width: 70%;
}
.inhalt {
	z-index: 40;
	position: relative;
	width: 70%;
}
.margin-vh-top {
	margin-top: 100vh;
}
.hero > div, .inhalt > div {
	width: 840px;
	max-width: 70%;
	float: right;
	margin-right: 120px;
}
.inhalt > div > div:first-of-type {
	padding-top: 70px;
}

.hero > div > .logo, .hero > div > .uk-active  {
	width: 116px;
	margin-top: 40px;
	position: fixed;
}
.lead {
	position: absolute;
	top: 25%;
	max-width: 560px;
}

.libelle {
	width: 520px;
	position: fixed;
	top: 360px;
	right: calc(30% - 260px);
	z-index: 30;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.libelle.uk-sticky-fixed {
	width: 320px !important;
	position: fixed;
	top: 390px !important;
	right: calc(30% - 160px) !important;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.libelle img {
	z-index: 0;
	position: absolute;
}


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

.angebote {
	border-top: 3px solid rgba(204,222,225,1);
	margin-top: 100px;
}
.height-210 {
	height: 212px;
}

.angebot {
	border-bottom: 3px solid rgba(204,222,225,1);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	-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;
}
.angebot:hover {
	border-bottom: 3px solid rgba(220,232,205,1);
}

.angebot .bild {
	height: 250px;
}
.portrait .uk-cover-container {
	height: 350px;
}

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

.uk-lightbox {
	background: rgba(255,255,255,.9);
}

.uk-lightbox-toolbar {
	background-color: rgba(185,160,140,0);
}

.uk-lightbox-button {
	background-color: rgba(0,89,104,1);
	color: rgba(220,232,205,1);
}

.uk-lightbox-toolbar * {
	color: rgba(0,89,104,1);
	background-color: rgba(220,232,205,1);
}
.uk-modal {
	background: rgba(255,255,255,.9);
}
.uk-modal-dialog {

}
.uk-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: transparent !important;
}

/* =Forms
-----------------------------------------------------------------------------*/
.error{
	background-color: rgba(165,55,55,1);
	color: rgba(255,255,255,1);
	padding: 5px;
	margin-bottom: 1px;
}

.checkboxen > div > h3{
	margin-top: 20px;
}
.checkboxen > div > label{
	float: none;
	display: block;
	width: 100%;
	padding-left: 20px;
	padding-top: 10px;
}
.uk-radio,.uk-checkbox {
	height: 16px;
	width: 16px;
	margin-top: -4px;
	margin-left: -20px;
	border: 0px solid #fff;
	background-color: rgba(0,89,104,.2);
}

.uk-radio,.uk-checkbox {
	height: 16px;
	width: 16px;
	margin-top: -4px;
	border: 0px solid #fff;
	background-color: rgba(0,89,104,.2);
}

.uk-button-primary {
	background-color: rgba(0,89,104,.8);
	color: rgba(220,232,205,.6);
	border: 1px solid transparent;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: rgba(0,89,104,1);
	color: rgba(220,232,205,1);
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
	background-color: rgba(0,89,104,1);
	color: rgba(220,232,205,1);
}

.uk-button-disabled {
	cursor: not-allowed;
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: rgba(0,89,104,1);
  border-color: transparent;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: rgba(0,89,104,1);
}

.uk-form-label {
	font-size: 1em;
}

.uk-form-horizontal .uk-form-controls{
	margin-left: 34%;
}

.selection > div > select{
	width: 30%;
	padding-right: 10px;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
	margin-right: 5%;
}

.selection > div > select.last{
	margin-right: 0%;
}

/* Forms  */

.uk-input::-ms-input-placeholder {
	color: rgba(0,89,104,.6) !important;
}
.uk-input::placeholder {
	color: rgba(0,89,104,.6) !important;
}
.uk-textarea::-ms-input-placeholder {
	color: rgba(0,89,104,.6) !important;
}
.uk-textarea::placeholder {
	color: rgba(0,89,104,.6) !important;
}

.uk-input, .uk-select {
	color: rgba(0,89,104,.6) !important;
	border: 0px solid rgba(0,89,104,1);
	border-bottom: 1px solid rgba(0,89,104,.6);
	transition: 0.15s ease-in-out;
	transition-property: color, background-color, border;
	padding: 0px;
	
}

.uk-textarea {
	color: rgba(0,89,104,.6) !important;
	border: 0px solid rgba(0,89,104,1);
	border-bottom: 1px solid rgba(0,89,104,.6);
	transition: 0.15s ease-in-out;
	transition-property: color, background-color, border;
	padding: 10px;
	background-color: rgba(0,89,104,.05);
	
}

.uk-select {
	color: rgba(0,89,104,.6) !important;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
	color: rgba(0,0,0,1) !important;
	outline: none;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,1);
}

.uk-badge {
  background: rgba(160,125,105,1);
}

.uk-label {
  background: rgba(160,125,105,1);
	margin-top: -15px;
}
.indent {
	margin-left: 20px;
}

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

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

.sicherung {
	display: none;
}

/* Desktop  */

@media (max-width: 1200px) {
h1, .lead > h2, .lead > h1 {
	margin-left: 100px;
}

.hero > div, .inhalt > div {
	width: calc(100% - 60px);
	max-width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.libelle, .libelle.uk-sticky-fixed {
	width: 300px !important;
	top: 300px !important;
	right: calc(30% - 150px) !important;
}

.colophon{
	display:none;
}

}
/* Tablet landscape */

@media (max-width: 960px) {
h1, .lead > h2, .lead > h1 {
	margin-left: 100px;
}

h3, strong {
	font-weight: 600;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hero, .inhalt {
	width: 100%;
	max-width: 100%;
}
.hero {
	z-index: 0;
}
.hero > div, .inhalt > div {
	width: calc(100% - 60px);
	max-width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.libelle, .libelle.uk-sticky-fixed {
	width: 300px !important;
	top: 300px !important;
	right: calc(0% - 150px) !important;
	z-index: 10;
}

.colophon{
	display:none;
}
.hero > div > .logo, .hero > div > .uk-active  {
	display: none;
}

}

/* Phone landscape */
@media (max-width: 640px) {
h1, .lead > h1 {
	font-size: 2em;
	margin-left: 0px;
}

.lead > h2 {
	font-size: 1.2em;
	margin-left: 0px;
}
.height-210 {
	height: auto;
}
.arrow-down, .arrow-up {
	margin-left: 60px;
}
.colophon{
	display:none;
}

  }
