html, body {
	height: 100%;
	color: #191919;
	background: #F5F5F0;
	font-family:'Roboto';
	font-weight:100;
	font-size:16px;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    margin-top:auto;
}

h2, h3, h4, h5, h6 {
    line-height:1.3;
}

h1, h2, h3, footer dt {
	font-family: 'GothamMedium';
	margin-top: 0;
}

h1, h2, h3, p, div, a {
    -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
   -webkit-hyphens: auto;
      -moz-hyphens: auto;
           hyphens: auto;
}

b, strong, label, th {
	font-weight:500;
}

.products h1 {
	margin-bottom:20px;
}

footer dt {
	margin-bottom:5px;
	text-transform:uppercase;
    font-weight:normal;
}

footer dd {
	font-family: 'GothamLight';
	line-height: 1.5em;
    margin-bottom:0;
}

.product-quer {
    width:100%;
}

.float-right {
	float: right;
}

h2 {
	font-size: 24px;
}

.content h2 {
	margin-top: 20px;
}

h3 {
	font-size: 20px;
	font-family: 'GothamMedium';
	text-transform: none;
}

h4 {
    font-size:18px;
}

img,
video,
svg {
	max-width:100%;
}

.hide {
    display:none !important;
}

.mt-1 {
    margin-top:30px !important;
}

.mb-1 {
    margin-bottom:30px !important;
}

#id_shipping_method {
	display:none;
}

a {
	color: #A51E1E;
    text-decoration:none;
}

a:hover {
	color: #A51E1E;
	text-decoration:underline;
}

.white {
	color: #F5F5F0;
}

.red {
	color: #A51E1E;
}

.black {
	color: #191919;
}

.autumn-summer {
	color: #A5B923;
}

.fall {
	color: #AF9628;
}

.winter {
	color: #A0B9DC;
}



.margin-bottom-20 {
	margin-bottom:20px;
}

.margin-bottom-40 {
	margin-bottom:40px;
}

.logo {
    max-height: 98px;
    width: auto;
}

.navbar {
	padding-top: 30px;
	flex: 1 0 auto;
}

.navbar input {
    min-width: 200px;
    border-color: #b3b3b3;
    color: #6c757d;
}

.navbar > div {
	flex-direction: column;
    display: flex;
    width: 100%;
}

.navbar-main.navbar-nav {
    margin-top: 35px;
    justify-content: space-evenly;
}

.navbar-main li a:hover, .navbar-main li a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background:none;
    color: #A51E1E;
}

.navbar-nav > li > a {
	font-family: 'GothamMedium';
	text-transform:
	uppercase;
	font-size:18px;
	color:#191919;
}

.navbar-nav > li > .dropdown-menu {
	border:0;
	padding: 15px 0;
}

.navbar-nav > li > .dropdown-menu li {
	font-family: 'GothamMedium';
}

.yamm-fw .dropdown-menu li {
	padding: 5px 20px;
}

.yamm-fw li > .nav-link {
	color:#A51E1E;
}

.yamm-fw li > .nav-link {
	padding: 0 !important;
}

.yamm-fw li > .nav-link:hover {
	text-decoration:underline;
}

.dropdown-menu>li>a {
	padding:6px 20px;
}

.navbar-meta {
	align-items: center;
}

.navbar-meta.navbar-nav > li > a {
	font-size: 14px;
	color: #b3b3b3;
	font-family: 'GothamMedium';
	padding: 3px 7px;
}


.navbar-meta.navbar-nav > li:last-child > a {	
	color: #191919;
}

.navbar-meta.navbar-nav > li > a:hover {
	background:none;
	color:#6c757d;
}

.navbar-meta.navbar-nav > li > .dropdown-menu {
	min-width: 100%;
	padding: 0;
	margin: 0;
}

.navbar-meta.navbar-nav > li > .dropdown-menu a {
	padding: 0.5rem;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.navbar-meta.navbar-nav > li > .dropdown-menu a:hover {
	text-decoration:none;
	color: #6c757d;
}

.carousel > .container {
    position:relative;
}

.carousel .carousel-item > div {
	background-position: center;
	background-size: cover;
}

.carousel-indicators {
    margin: 0px 0 5px;
    justify-content: flex-end;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    height: 20px;
    width: 15px;
    border-radius: 0px;    
    border:0;
    background:#fff;
    margin:0 1px;    
    opacity:.8;
}

.carousel-indicators [data-bs-target].active {
    height: 30px;
}

header {
	padding-bottom: 12px;
	background: #AF9628;
}

section {
	padding: 50px 0 80px;
}

footer {
	background: #AF9628;
	padding: 40px 0;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration:underline;
}

form.contact {
	margin: 40px 0;	
}

form.contact label {
	margin-bottom:3px;
}

form.contact .form-group {
	margin-bottom:20px;
}

button {
	background: #A51E1E;
	color: #fff;
	border: 0;
	padding: 8px 25px;
	font-family: 'GothamMedium';
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 10px;
}

.modal-dialog {
	width: 100%;
    max-width:none;
	margin: 0;
	background: none;
}

.modal-header {
	border-bottom: none;
}

.modal-content {
	background: none;
	box-shadow: none;
	border: none;
	margin-top: 40px;
}

.modal-backdrop {
	background:#fff;
}

.modal-backdrop.show {
	filter: alpha(opacity=100);
	opacity: 1;
}

#modal-cantons .btn-close {
    position: absolute;
    right: 30px;
}

.navbar-nav > li > .dropdown-menu li.menu-sub {
	padding: 6px 0 6px 35px;
}

.btn-primary {
	background: #A51E1E;
	border: none;
	margin: 0 0 20px;
}

.cart .btn-default {
	margin-top:0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background:#AF9628;
}

.btn-outline-secondary {
    border-color: #b3b3b3;
}

a.btn {
    text-decoration:none;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	padding: 20px 0;
}


.accordion .accordion-item {
	background: none;
	box-shadow: none;
	border: none;
}

.accordion .accordion-header {
    margin:0;
}

.accordion .accordion-header button {
	background: #A51E1E;
	color:#fff;
	padding: 12px 15px;
}

.accordion .accordion-header button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
	padding: 15px;
}

.accordion .accordion-body.row {
	padding: 15px 0;
}

.fa.fa-angle-up {
	font-size: 22px;
	top: 6px;
	position: absolute;
	right: 10px;
}

.fa.fa-angle-down {
	font-size: 22px;
	top: 8px;
	position: absolute;
	right: 10px;
}

#_atssh {
	display:none !important;
}

.form-control {
	box-shadow:none;
	transition:none;
}

:focus-visible,
button:focus-visible,
input:focus-visible,
.accordion-button:focus,
.form-control:focus {
    border-color: #b3b3b3;
    box-shadow: 0 0 0 0.25rem rgb(179 179 179 / 25%);
    outline: 0;
}

.map {
	height: 350px;
}

.map img {
	max-width:none;
}


/*Form Wizard*/
.bs-wizard {padding: 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {font-size: 16px; margin-bottom: 5px;font-weight: 500;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #AF9628; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.table>thead>tr>th {
	border:none;
	font-weight:500;
}

.well {
	background-color:#fff;
}

.progress {
	padding: 0;
	background-color:#fff;
}

.table-responsive {
    hyphens: initial;
    word-break: normal;
}

pre {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

#map > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div.gm-style-iw > div {
	width: 100% !important;
}

.sub > div {
	padding: 10px 8px;
	border: 4px solid #AF9628;
	font-weight: 500;
	font-size: 18px;
	min-height: 165px;
	cursor: pointer;
}

.sub > div:hover {
	color:#fff;
	background:#AF9628;
}

.teaser a {
	color:#fff;
}

.teaser a:hover {
	text-decoration:underline;
	color:#fff;
}


.address input {
	padding: 4px 7px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.address select,
#payment select {
	margin-bottom: 10px;
}

.order-address {
	word-wrap: break-word;
	white-space: pre-wrap;
}

.input-group-text {
	cursor:pointer;
}

.input-group-text:hover {
	background:#ccc;
}

#shop-chooser h4 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}

#shop-chooser .btn-primary {
	margin: 0;	
}  

.affix {
	position:fixed;
}

.categories {
    text-align: right;	
    padding: 0 15px;
	top:0;
    border-right: 2px solid #A51E1E;
}

.categories a {
	color: #A51E1E;
	font-size: 16px;
	font-family: 'GothamMedium';
    word-break: normal;
}

.categories a:hover {
	text-decoration:underline;
}

.categories ul {
	margin:0;
	list-style: none;
	padding: 0;	
}

.categories ul li {
	padding-bottom: 5px;
}

.categories ul li:last-child {
	padding-bottom: 0;
}

.thumbnail-preview {
    margin: auto;
}


.gm-style .gm-style-iw {
	width: 300px !important;
}

.products.row > div,
.accordion-body > div {
	margin-bottom: 30px;
}

.products.row > div,
.accordion-body > div {
	display:flex;
	justify-content: center;
}

#product-option-desc {
	margin-top:20px;
}

#product-option-article-id > small {
	color: #b3b3b3;
}

.btn-disabled {
	pointer-events:none;
	opacity:.4;
}

h2.product-title {
	margin-top: 0;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 5px;
}

.products .product-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    display: flex;
    flex-direction: column;
}

.product-title strong {
	margin-top:10px;
}

.btn-default,
.btn-primary {
    font-family:'Roboto';
    text-transform:none;
	padding: 8px 25px;
}

.alert ul { 
	padding-left:0;
    margin-bottom:0;
}

.alert p:last-child {
    margin-bottom:0;
}

.alert-success {
    color: #2f5214;
    background-color: #caeac8;    
}

#li-checkbox {
	display:block;	
	padding:2px 0;
}

#li-checkbox::before {	
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
	content: "\f00c";
	margin-right:.5rem!important;
}

.quantity input[name*=quantity] {
	text-align: center;    
}

.cc-message {
	font-family:'Roboto';
	font-weight: 400;
}

.cc-message a {
  text-decoration:underline !important;
  color:#fff !important;
  opacity: 1;
  padding: 0;
}

.cc-compliance a {
  text-decoration:none !important;
}

.fahnenwelt .col-md-6 {
    margin-bottom: 30px;
}

hr {
    border-top: 1px solid #ddd;
    opacity:1;
}

.input-wrapper {
	position: relative;
}

.input-wrapper .fa {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 9px;
    background: #d1e7dd;
    color: #0f5132;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0.25rem;
}

.review-wrapper {
	color:#AF9628;  
	margin-top:5px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}

.cc-revoke,
.cc-window {
    font-size: 14px;
    line-height: 16px;
}

.row.fiver > div {
    width:20%;
}

.nav-link:hover {
    text-decoration:none;
}

.navbar-toggler > i {
    color:#191919;
}

.errorlist {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    list-style: none;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.ratio-3x1 {
    --bs-aspect-ratio: calc(1 / 3 * 100%);
}

.ratio video {
    object-fit:cover;
}

.embed-responsive > video {
    width:100%;
}

#shipping_billing_address pre {
    cursor:not-allowed;
}


/* Responsive */
@media (max-width: 768px) {	
    label.text-end {
        text-align:left !important;
    }
    
	#shop-chooser thead,
	.cart thead {
		display:none;
	}

	#shop-chooser tr,
	.cart tr {
		display:flex;
		flex-direction: column;
	}
	
	.cc-message {
		margin:1em !important;
	}	     

    .initial-state {    
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75vw;
    } 
    
	.switzerland .list-group-item a {
		padding: 10px 15px;
		width: 100%;
		display: inline-block;
	}
    
	.switzerland .list-group-item {
		padding:0;
	}
			
	.carousel .carousel-item > div,
	#map {
		height: 200px;
	}
	
	.icon-bar {
		background-color:#000;
	}
	
	.navbar {
		padding-top:0;
	}
	
	.navbar-brand {
		width: 65%;
		padding: 15px;
	}
	
	h1, h2, h3 {
		font-size: 24px;
	}
	
	footer dt {
		font-size: 16px;
	}		  		

	section {
		padding: 30px 0;
	}
	
	form.contact {
	    margin: 0;
	    display: block;
	}
	
	.contact-btn {
		width:100%;
	}
	
	.margin-bottom-40 {
		margin:0;
	}
	
	.bs-wizard {
		display:none;
	}
	
	html, body {	
		font-size:16px;    
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {				
	.carousel .carousel-item > div {
		height: 350px;
	}	
    
    .products.row,
    .accordion,
    .categories {
        margin-top:30px;
    }
    
    .accordion {
        margin-bottom:30px;
    }
        
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 991px) {
	.categories {
	    text-align: center;
	    padding: 7px 0;
		border:0;
	}
    
    .w-sm-75 {
        width: 75% !important;
    }    
    
	.navbar-nav > li {
	    display: block;
	}	

	.navbar-nav > li {
		text-align:left;
	}
	
	.yamm .dropdown.yamm-fw .dropdown-menu {
		padding:10px 0;
	}
	
    .navbar-meta,
	.navbar-meta > li:last-child {
        width:100%;
        margin-left: 0 !important;
    }  

	.navbar-meta.navbar-nav > li > .dropdown-menu {
		margin-bottom:10px;
	}
    
    .navbar-main.navbar-nav {
    	margin-top:0;
    }

    .navbar > div > a {
        order: 0;
    }

    .navbar > div > div:first-child {
        order: 1;
    }

    .navbar > div > button {
        order: 2;
        margin: 10px 0;
    }

    .navbar > div > #navbar {
        order: 3;
    }
}

@media (min-width: 992px) {	
	.navbar > div > button {
        display:none;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}



@media (min-width: 769px) {	
	.switzerland .list-group-item {
	    position: relative;
	    display: block;
	    padding: 0;
	    margin-bottom: 0;
	    background-color: #fff;
	    border: none;
	}
}
