/* #region variables */

:root {
	--swisson-red: #ED3137;
	--font-color: #666;
	--footer-font-color: white;
  }

  /* #endregion */


#html-body, h1, h2, h3, h4, h5 {
	font-family: 'Nunito', sans-serif;
}

#edit-page {
	/* the edit page link that appears when page is editable */
	position: absolute;
	top: 10px;
	right: 10px
}

#offcanvas-toggle {
	position: absolute;
	top: 10px;
	left: 15px; 
}

#offcanvas-nav .uk-search-input {
	width: 100%;
}

img.uk-comment-avatar {
	width: 60px;
	height: 60px; 
}

/* #region Font */
h1, h2, h3, .uk-card-title{
	color: var(--swisson-red) !important;
	color: #ED3137 !important; 
}

h3{
	margin-bottom: .2em;
}

p{
	margin-block-start: 0;
}

/* endregion */

/* #region text and images */
.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

figure {
	display: table;
	width: 1px;
	margin: 1em 0;
}

figure img {
	display: table-row;
	margin-bottom: 0.5em;
}

figure figcaption {
	display: table-row;
	font-size: smaller;
	color: #777;
	line-height: 1.4em;
}

footer >*,
footer a{
	color: var(--footer-font-color, white);
}

.mCCF--dark,
.mCCF--dark.mCCF--bottom {
    background: #4e4d4da8 !important;
}

.ffourth small{
	display: block;
	margin-block-start: 1.5em;
}


/* #endregion */


.teaser-link:hover {
	padding-left: 0;
    box-shadow: 0 14px 20px rgba(0,0,0,.16);
}

.teaser-link:hover,
.product-link:hover{
    color: inherit;
    text-decoration: none;
}

.teaser-link, a,
.product-link, a{
	color: inherit;
    text-decoration: none;
}

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

.uk-link:hover, a:hover,
a.home-news-link h3:hover{
	color: #666 !Important;
	text-decoration: none;
}

footer .uk-link:hover, a:hover{
	color: #ED3137 !Important;
	text-decoration: none;
}

.tpl-product_group .uk-background-muted{
	background-color: #e9e9e9;
}

.uk-slideshow-items{
	min-height: 260px !important;
}

.uk-tab>.uk-active>a {
    color: #333;
    border-color: #ED3137;
}

.uk-button-danger:focus, .uk-button-danger:hover {
    background-color: #ED3137;
    color: white !important;
}

.uk-button-danger:hover {
	color: white;
}

.prod-description ul{
	margin-block-end: 1em;
}
/* #region Media queries for responsive layout */

@media only screen and (max-width: 767px) {
	/* mobile layout */ 

	.align_left, .align_right, .align_center {
		display: block;
		float: none; 
		margin: 1em auto;
		max-width: 100%; 
	}
}

@media only screen and (max-width: 959px) {
	#masthead {
		padding-bottom: 20px;
	}
	
	
}

@media only screen and (max-width: 600px) {
	.ls-switch{
		position: absolute;
		top: 10px;
		margin-bottom: 10px;
	}
	
	
}

/* #endregion */

/* #region product slider */

.uk-overlay-primary h2{
	padding-top: .3em;
	font-size: 1.5em;
}
.uk-overlay-primary p{
	margin-top: 0;
}
.uk-position-bottom-center {
    bottom: 0;
}

.slider-text{
	max-width: 500px;
	hyphens: auto;
}

.uk-position-small {
	margin: 0;
	margin-top: 1em;
}

.uk-thumbnav {
    justify-content: space-between;
}

.uk-slideshow-items>*,
.uk-thumbnav>* {
    display: flex;
    align-items: center;
	justify-content: center;
}

.uk-slideshow-items{
	background: lightgray;
}

/* #endregion */

/* #region navi */

ul.languages{
	float: right;
}
ul.languages li{
	display: inline !important;
	padding-left: 0.5em;
}

ul.social-list{
	margin: 0;
	padding: 0;
}
.social-list li{
	list-style-type: none;
}

.social-list a >*{
	padding-right: 0.5em !important;
}

/* main nav */
.uk-navbar-container{
	border-top: 1px solid white;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #222;
}

.uk-navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}

.uk-navbar-nav>li.uk-active>a {
    color: white;
}

.uk-navbar-nav>li>:hover {
	color: #ED3137 !Important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
	display: flex;
	text-transform: none;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    min-height: 50px;
    padding: 0 15px;
    font-size: 1.2em;
    text-decoration: none;
}
/* #endregion */

table.product-options tr:last-child td:last-child {
	border-top: 1px solid #e5e5e5;
}

.hidden {
	display: none;
}
#product-licensing .uk-modal{
	pointer-events: none;
}

[data-currency]{
	display: none;
}
[data-set-currency='CHF'] [data-currency='CHF'],
[data-set-currency='USD'] [data-currency='USD'],
[data-set-currency='EUR'] [data-currency='EUR']{
	display:initial;
}

@media screen and (min-width: 800px){
	.currency-selector{
		transform: translateY(-110px);
	}
}

.serial-input.success{
    color: #32d296;
    border-color: #32d296;
}

.Inputfield_serial_numbers .InputfieldMultiplierInput input {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
    -webkit-appearance: none;
    overflow: visible;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}

.Inputfield_serial_numbers .InputfieldMultiplierAdd {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}

.Inputfield_serial_numbers .InputfieldMultiplierSortHandle{
	display: none;
}

.Inputfield_serial_numbers .InputfieldMultiplierItem td {
    padding-left: 0 !important;
	border: none;

}

.Inputfield_serial_numbers .InputfieldMultiplierInput {
    width: 100% !important;
}

.FormBuilder-product_registration .Inputfield_serial_number{
	display: none !important;
}

ul.Inputfields {
    list-style: none;
}