/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('../Images/quicksand-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Images/quicksand-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Images/quicksand-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Images/quicksand-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Images/quicksand-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Images/quicksand-v30-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('../Images/quicksand-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Images/quicksand-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Images/quicksand-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Images/quicksand-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Images/quicksand-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Images/quicksand-v30-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('../Images/quicksand-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Images/quicksand-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Images/quicksand-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Images/quicksand-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../Images/quicksand-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Images/quicksand-v30-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/* nunito-300 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../Images/nunito-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Images/nunito-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Images/nunito-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Images/nunito-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Images/nunito-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Images/nunito-v25-latin-300.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../Images/nunito-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Images/nunito-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Images/nunito-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Images/nunito-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Images/nunito-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Images/nunito-v25-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-600 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url('../Images/nunito-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../Images/nunito-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Images/nunito-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Images/nunito-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../Images/nunito-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Images/nunito-v25-latin-600.svg#Nunito') format('svg'); /* Legacy iOS */
}
@font-face { font-family: 'Traffic';
				 src: url('../Images/Traffic.eot#') format('eot'),
						url('../Images/Traffic.woff') format('woff'),
						url('../Images/Traffic.ttf') format('truetype'),
						url('../Images/Traffic.svg#traffic') format('svg'); }/* Cinzel, */

/* Accessibility improvements for gallery */
.gallery-info {
    font-size: 0.9em;
    color: #333333;
    background: #f8f8f8;
    border-left: 3px solid #007cba;
    padding: 0.75em 1.25em;
    margin: 0 1.25em 1.25em 1.25em;
    border-radius: 3px;
}

.gallery-info:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Enhanced focus states for gallery navigation */
.fotorama__nav__frame:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

.fotorama__arr:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Fotorama caption accessibility */
.fotorama__caption {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 0.9em;
    padding: 0.5em 1em;
    text-align: center;
    line-height: 1.4;
}

.fotorama__caption:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Enhanced thumbnail accessibility */
.fotorama__nav__frame {
    transition: all 0.2s ease;
}

.fotorama__nav__frame:hover {
    transform: scale(1.05);
}

.fotorama__nav__frame:focus {
    transform: scale(1.05);
    box-shadow: 0 0 0 2px #007cba;
}

/* Screen reader only text - hidden visually but accessible to screen readers */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Skip to main content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #007cba;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 1000;
    transition: top 0.3s;
}

.skip-link:focus {
    top: 6px;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Enhanced focus states for all interactive elements */
/* a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
} */

/* Navigation focus states - only show when using keyboard */
nav ul li a.focus-visible {
    background-color: #007cba;
    color: white;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Header menu button focus - only show when using keyboard */
.header ul li a.focus-visible {
    background-color: #007cba;
    color: white;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Form elements focus */
.contact-form input:focus,
.contact-form textarea:focus,
.newsletter-wrap input:focus {
    border: 2px solid #007cba;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

/* Button focus states - only show when using keyboard */
.buttonDownload.focus-visible,
.button.focus-visible,
input[type="submit"].focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #007cba;
}

/* Partner links focus - only show when using keyboard */
ul.partner li a.focus-visible {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Footer links focus - only show when using keyboard */
footer ul li a.focus-visible {
    background-color: #007cba;
    color: white;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Boat listing focus - only show when using keyboard */
#main article.boote ul li.ad.focus-visible {
    outline: 2px solid #007cba;
    outline-offset: 2px;
    background-color: rgba(0, 124, 186, 0.1);
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .fotorama__nav__frame:focus {
        outline: 3px solid #000;
        outline-offset: 2px;
    }
    
    .fotorama__arr:focus {
        outline: 3px solid #000;
        outline-offset: 2px;
    }
    
    .gallery-info {
        border-left: 4px solid #000;
        background: #fff;
        color: #000;
    }
    
    a:focus,
    button:focus,
    input:focus,
    textarea:focus,
    select:focus {
        outline: 3px solid #000;
        outline-offset: 2px;
    }
    
    /* High contrast focus-visible styles */
    nav ul li a.focus-visible,
    .header ul li a.focus-visible,
    footer ul li a.focus-visible {
        background-color: #000;
        color: #fff;
        outline: 3px solid #fff;
        outline-offset: 2px;
    }
    
    .buttonDownload.focus-visible,
    .button.focus-visible,
    input[type="submit"].focus-visible {
        outline: 3px solid #000;
        outline-offset: 2px;
        box-shadow: 0 0 0 3px #fff;
    }
    
    ul.partner li a.focus-visible,
    #main article.boote ul li.ad.focus-visible {
        outline: 3px solid #000;
        outline-offset: 2px;
        background-color: #fff;
    }
    
    .skip-link:focus {
        outline: 3px solid #000;
        outline-offset: 2px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .fotorama__nav__frame {
        transition: none;
    }
    
    .fotorama__nav__frame:hover {
        transform: none;
    }
    
    .fotorama__nav__frame:focus {
        transform: none;
    }
    
    .skip-link {
        transition: none;
    }
}

/* Motion Controls for Moving Content */
.motion-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em;
}

.motion-control-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #007cba;
    background: #fff;
    color: #007cba;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1em;
}

.motion-control-btn:hover {
    background: #007cba;
    color: #fff;
    transform: scale(1.05);
}

.motion-control-btn:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #007cba;
}

.motion-control-btn:active {
    transform: scale(0.95);
}

.speed-control {
    display: flex;
    align-items: center;
    gap: 5px;
}

.speed-control label {
    font-weight: 500;
    color: #333;
    margin: 0;
}

.speed-select {
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    font-size: 0.9em;
    color: #333;
}

.speed-select:focus {
    outline: 2px solid #007cba;
    outline-offset: 1px;
    border-color: #007cba;
}

/* High contrast mode support for motion controls */
@media (prefers-contrast: high) {
    .motion-controls {
        background: #000;
        border: 2px solid #fff;
        color: #fff;
    }
    
    .motion-control-btn {
        border: 2px solid #fff;
        background: #000;
        color: #fff;
    }
    
    .motion-control-btn:hover {
        background: #fff;
        color: #000;
    }
    
    .speed-control label {
        color: #fff;
    }
    
    .speed-select {
        background: #000;
        color: #fff;
        border: 2px solid #fff;
    }
}

/* Reduced motion support for controls */
@media (prefers-reduced-motion: reduce) {
    .motion-control-btn {
        transition: none;
    }
    
    .motion-control-btn:hover {
        transform: none;
    }
    
    .motion-control-btn:active {
        transform: none;
    }
}

/* Mobile responsive design for motion controls */
@media (max-width: 768px) {
    .motion-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .speed-control {
        justify-content: space-between;
    }
    
    .motion-control-btn {
        width: 100%;
        height: 44px;
    }
}

/* GLOBAL */
body {
	line-height: 1.25em;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	color: #2F2D2C;
	font-size: 100%;
	margin: 0em;
	padding: 0em;
	background:  url(../Images/sand.png) left top repeat;/* Background pattern from Subtle Patterns: https://www.toptal.com/designers/subtlepatterns*/
	background-size: 180px 180px;
} 

h1 {
	font-size: 1.563em;
	line-height: 1.8em;
		font-family: Quicksand, sans-serif;
	font-weight: 400;
	color: #2F2D2C;
	margin: 0em;
	padding: 1.25em;
	text-align: left;
}

h2 {
		font-size: 1.563em;
		line-height: 1.8em;
      font-family: Quicksand, sans-serif;
		font-weight: 400;
		color: #2F2D2C;
		margin: 0em;
		padding: 1.25em;
		text-align: left;
}

h3 {
	font-size: 1.563em;
	line-height: 1.8em;
		font-family: Quicksand, sans-serif;
	font-weight: 400;
	color: #2F2D2C;
	margin: 0em;
}

h4 {
	font-size: 1.563em;
	line-height: 1.8em;
		font-family: Quicksand, sans-serif;
	font-weight: 400;
	color: #2F2D2C;
	margin: 0em;
}

p {
		line-height: 1.25em;
		font-family: Nunito, sans-serif;
		font-weight: 400;
		color: #2F2D2C;
		margin: 0em;
		padding: 1.25em;
		text-align: justify;
}

ul {
		margin: 0em;
		padding: 0em;
}

li {
		font-family: Nunito, sans-serif;
		font-weight: 400;
		line-height: 1.25em;
		text-align: left;
		color: #2F2D2C;
		padding: 0em;
		margin: 0.313em 0em 0.313em 0em;
}

img {
		width: 90%;
		height: auto;
		max-width: 100%;
}

img.pdf {
padding-top: 1em;
}

a {
	color: #2F2D2C;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* header */
header {
		display: block;
		background: #FFFFFF;
		width: 100%;
		text-align: left;
		
}

header div {
		margin: auto;
}

div.header ul {
		display: block;
		list-style: none;
		margin: auto;
		width: 100%;
		background: #FFFFFF;
		padding-bottom: 0.2em;
		font-family:Quicksand;
		font-weight: 500;
		position: fixed;
		top: 0;
		z-index: 9999;
		border-bottom: 0.05em solid #c0c0c0;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

div.header ul li {
		display: inline;
font-family:Quicksand;
font-weight: 500;
 		transform: translate3d(0,0,0);
}

div.header a {
		color: #2F2D2C;
		font-size: 1em;
		padding-left: 0.5em;
}
/* bannertext */
.banner {
display:block;
margin:auto;
position:relative;
text-align:left;
}

.banner ul{
display:block;
margin:auto;
max-width: 1028px;
max-height: 160px;
}

.banner ul li{
line-height: 280%;
display:inline;
color: #FFFFFF;
font-size:6vw;
font-family:Quicksand;
font-weight: 500;
text-shadow: -0.02em 0.02em 0px #fff,
				 0.02em -0.02em 0px #fff,
				 -0.02em -0.02em 0px #fff,
				 0px -0.02em 0px #fff,
				 0px 0.02em 0px #fff,
				 -0.02em 0px 0px #fff,
				 0.02em 0px 0px #fff,
				 0.02em 0.02em 0px #fff;
margin: 0px ;
}

.banner img {
width: 19.5vw;
max-height: 167px;
max-width: 186px;
vertical-align: top;
margin-left: 0.1em
}

/* -----------------------------------------*/

.shariff ul {
justify-content: center;
}


/* -----------------------------------------*/


.wrap {
  width: 100%;
  border: 1px solid #ccc;
  height: 2.5em;
  overflow: auto;
  position: relative;
}

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 60px;
}
.top-header .menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 20px;
}
.fix-search .top-header {
  background: #eee;
}

#nav.fix {
  transform: translate3d(0,0,0);
  position: fixed;
  top: 0px;
}

#main {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
span.unit {
padding-left: 0.167em;
}

/* -----------------------------------------*/
/* navigation */
nav {
  transform: translate3d(0,0,0);
		display: block;
		height: 2.5em;
		background: #FFFFFF;
		text-align: center;
		border-bottom: 0.05em solid #c0c0c0;
		box-shadow: 0em 0em 0.5em;
}		

nav.scroll-to-fixed-fixed {
		box-shadow: 0em 0em 0.5em;
}

nav ul {
		display: block;
}
		
nav ul li {
		display: inline;
		margin: 0em 0.188em 0em 0.188em;
}

nav ul li a {
		color: #595959;
		display: inline-block;
		font-size: 1.125em;
		line-height: 2.2em;
		padding: 0.2em 0.5em 0.0em 0.5em;
}

nav ul li a:hover {
		text-shadow: 0px 0px 6px #c5c5f5;
		color: #112;
}

nav ul li a.active {
	color: #112;
}

/*content area*/
#main {
		display: block;
		width: 96%;
		max-width: 1080px;
		margin: 1.25em auto;
		padding: 0em;
}

#main article {
		display: inline-block;
		width: 65.3%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		background: #FFFFFF;
		vertical-align: top;
		margin: 0em;
		padding: 0em;
		text-align: center;
}

#main article .boote {
	list-style: none;
} 
#main article.detail {
	margin-bottom: 1.25em;
} 
ul.even {
	list-style: none;
	display: inline-block;
   padding: 0 !important;
}
ul.ad {
	display: inline;
   margin: 0;
   padding: 0 !important;
	list-style: none;
}

ul.vertical {
    list-style-type: none;
}

ul.vertical li {
    list-style-type: none;
}

ul.vertical li label {
    display: block;
    float: left;
    width: 8.5em;
    color: #666;
}

ul#equipment li {
	 width: 50%;
	 min-width: 150px;
	 float: left;
	 list-style-type: disc;
}

p.clear {
clear: both;
}

#main article.boote > ul {
		display: inline-block;
	margin: 0 0 0 2.3%;
	text-align: left;
}

.detail {
background: url(../Images/band.png) no-repeat top left;
    background-size: auto auto;
background-size: 127px 127px;
}
.verticaltop {
	background: palegreen;
	margin: 20px 4% 0 4%;
	display: flex;
	justify-content: center;
	font-size: x-large;
	font-weight: lighter;
	
}

#main article.boote > ul li {
	list-style: none;
}
#main article.boote ul li.ad {
	list-style: none;
	display: inline-table;
	clear: both;
	margin-top: -1px !important;
	height: 22em;
	width: 29%;
	background: #F2F6F9;
	margin: 0 1.5% 2.5% 0;
	padding-left: 0.7em;
}
#main article.boote ul li.ad:hover {
	background: #B0CEDB;
} 
#main article.boote ul li.img {
	text-align: center !important;
	padding-top: 0;
	margin-top: 0;
	margin-left: -0.7em;
}

.icon {
	width: 100%;
}
span.data {
	padding-left: 5px;
	width: 39%;
	max-width: 100px;
	color: #666;
	text-align: left;
	float: left;
	height: 1.25em;
}
#main article.boote ul li.ad label {
	/* padding-left: 5%; */
	width: 5em;
	color: #333333;
	text-align: left;
	float: left;
	height: 1.25em;
}
#main article.boote ul li.bootsname {
	/* padding-left: 5%; */
	font-family: quicksand;
	font-weight: 500;
}
.wert {
	text-align: right !important;
}
.preis {
	color: #666;
	font-size: 75%;
}

#main article.boote .preis {
	/* margin-left: 5%; */
	display: none;
	padding-left: 6.66em;
}

.even {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px !important;
}

#main article h2 {
		padding: 1em 1.8em 1em 1.8em;
}

#main article ul {
		padding: 1em 1.8em 1em 3em;
}
#main article div ul {
		padding: 1em 1.8em 1em 1.8em;
}

#main article img {
		max-width: 560px;
		box-shadow: 0px 0px 10px -5px #4c4948;
		border-radius: 2px;
}

/*content area rechts*/
#main aside {
		display: inline-block;
		width: 30.6%;
		margin-left: 2%;
		padding: 0em;
		vertical-align: top;
}

#main aside section {
		margin-bottom: 1.563em;
		text-align: center;
		background: #FFFFFF;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-bottom: 0.188em solid #000080;
		padding-bottom: 1em;
}

#main section ul {
		padding: 0em 1.875em 1.25em 2.5em;
}

#main aside section a {
		text-align: center;
		margin: 0em;
		width: 90%;
}

#main aside section a img {
		max-width: 200px;
}

#main aside section a img.yz {
		max-width: 140px;
		margin: 1em;
}

/*footer*/
footer {
		display: block;
		background: #003;
		text-align: center;
		border-top: 0.188em solid #FFF;
}

footer ul {
		display: block;
		width: 100%;
		max-width: 1080px;
		text-align: left;
		margin: 0px auto;
}

footer ul li {
		display: inline;
		font-size: 0.8em;
		line-height: 2.8em;
		color: #E2D8D8;
		padding: 0em 0.625em 0em 0.625em;
}

footer ul li a {
		color: #E2D8D8;
}

ul.partner {
		display: inline-block;
		background: #fff;
		width: 100%;
		text-align: center;
		border-bottom: 0.188em solid #000080;
		border-top: 0.05em solid #c0c0c0;
		padding-top: 0.188em;
}

ul.partner li {
		display: inline;
}

ul.partner li img {
	height: 35px;
	width: auto;
	margin-left: 0.8em;
}

#main article > ul.text-list {
	margin: 0;
	padding: 1.25em;
}

#main article > ul.text-list > li {
	list-style-type: '- ';
	margin-left: 1em;
}


/* Newsletter
------------------------------------------------------------ */

#newsletter {
	background-color: #f8f8f8 !important;
	border: 10px solid #d1d1dd !important;
}

.textwidget #newsletter {
	margin: 40px 0px;
}

/* submitbutton
------------------------------------------------------------ */
.textwidget input.btn[type="submit"] {
}




.buttonDownload {
	display: inline-block;
	position: relative;
	padding: 14px 30px;
  
	background-color: #3040b0;
	color: white;
   /* width: 140px !important; */
   width: calc(100% - 100px) !important;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	text-indent: 15px;
	margin-bottom: 0.5em !important;
	/* max-width: 60%; */
}

.buttonDownload:hover {
	background-color: #55f;
	color: white;
}

.buttonDownload:before, .buttonDownload:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 15px;
	top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
	width: 10px;
	height: 2px;
	border-style: solid;
	border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top: -7px;
  
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: transparent;
	border-top-color: inherit;
	
	animation: downloadArrow 2s linear infinite;
	animation-play-state: paused;
}

.buttonDownload:hover:before {
	border-color: #fff;
}

.buttonDownload:hover:after {
	border-top-color: #fff;
	animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {
	/* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
	0% {
		margin-top: -7px;
		opacity: 1;
	}
	
	0.001% {
		margin-top: -15px;
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		margin-top: 0;
		opacity: 0;
	}
}




.button {
  background-color: #3040b0;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
  width: 200px;
  max-width: 90%;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 0.5em;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*------------------------------------------------------------ */

#newsletter .white-border {
	border: 1px solid #fff;
}
.newsletter-wrap{
	background: url(../Images/band.png) no-repeat top left;
	background-size: 127px 127px;
	margin: -17px -18px;
	overflow: hidden;
	padding: 45px 30px 40px;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
.newsletter-wrap p {
	text-align: center;
}
.newsletter-wrap > h2 {
	font-size: 2em;
    margin: 0 0 13px;
    padding: 0;
    font-family: serif;

    font-weight: 400;
    color: #2F2D2C;

    line-height: 1.8em;
	text-align: center;
}
.newsletter-wrap h4 {
	font-size:2em;
	margin:0 0 13px;
	padding:0;
	font-family: serif;
}
.newsletter-wrap input {
	background: #fff url(../Images/news.png) no-repeat 0.8em center;
	/* margin: 10px 5px 10px; */
	padding: 8px 0 7px 37px;
	width: 77%;
	height:1.88em;
}
.newsletter-wrap input#mce-FNAME, input.fname {
	background: #fff url(../Images/user.png) no-repeat 0.8em center;
}
.newsletter-wrap input#mce-LNAME, input.lname {
	background: #fff url(../Images/user.png) no-repeat 0.8em center;
}

/* Newsletter - Header
------------------------------------------------------------ */

#newsletter-header {
	background-color: #171717;
	display: none;
	position: absolute;
	padding: 20px;
	right: 0px;
	top: 80px;
	z-index: 9999;
}
#newsletter-header p {
	color: #fff;
	margin: 0 0 15px;
}
#newsletter-header input[type="email"] {
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	background: #fff;
	color: #333333;
	font-size: 0.8125em;
	margin: 0 5px;
	outline: none;
	padding: 14px 20px 12px;
	text-transform: uppercase;
	width: 225px;
}	

/* Kontaktformular
------------------------------------------------------------ */

.contact-form input, .contact-form textarea {
	background: #fff url(../Images/news.png) no-repeat 0.8em center;
	
	margin: 10px 5px 10px;
	padding: 8px 0 7px 37px;
	width: 77%;
	font-family: inherit;
	font-size: inherit;
}

.contact-form input {
	height:1.88em;
}

.contact-form textarea {
	background: #fff no-repeat 0.8em center;
	height: 5em;
}

.contact-form input.fname {
	background: #fff url(../Images/user.png) no-repeat 0.8em center;
}
.contact-form input.lname {
	background: #fff url(../Images/user.png) no-repeat 0.8em center;
}
.contact-form input.subject {
	background: #fff no-repeat 0.8em center;
}

.g-recaptcha {
	display: inline-block;
}

#main .status.error, #main .status.error p {
	/* background-color: red; */
	/* color: white; */
	font-weight: bold;
}

#main .status.success, #main .status.success p {
	background-color: green;
	color: white;
	font-weight: bold;
}

/* Detailansicht
------------------------------------------------------------ */
ul.vertical {
    margin-bottom: 1.5em !important;
    background: lavender;
    padding: 2% 4% 2% 4% !important;
    border-left: 3px solid mediumslateblue;
    clear: both;
    list-style: none;
    margin: 4%;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
	width: 84%;
}

/* Kontakt
------------------------------------------------------------ */

#main article.kontakt {
	padding-bottom: 1.8em;
}

#main article.kontakt h1 {
	padding: 1em;
	padding-bottom: 0;
}

#main article.kontakt h2 {
	padding: 1em;
	padding-bottom: 0;
}

#main article.kontakt p {
	padding: 1.75em;
	padding-bottom: 0.25em;
}

#main article.kontakt table {
	margin: 1.75em;
	margin-top: 0;
	margin-right: 0;
	text-align: left;
}

#main article.kontakt td {
	padding-top: 0.25em;
	padding-right: 2em;
}

/* Mobile Ansicht
------------------------------------------------------------ */

/*mobile ansicht*/

@media screen and (max-width:850px) {
		body {
			font-size: 90%;
		}	
}
@media screen and (max-width:620px) {

}
@media screen and (max-width:700px) {
		body {
			font-size: 86%;
		}	
}

@media screen and (max-width:855px) {
		#main aside, #main article {
			width: 100%;
			display: block;
			margin: 0.625em 0em 0.625em 0em;		
		}
}

@media screen and (min-width:676px) {
		nav.nav {
			display: block !important;
		}
		div.header {
			display: none;
		}
}

@media screen and (max-width:675px) {
		body {
			font-size: 86%;		
		}
		#main {
			padding-top: 2.5em;
		}
		
		header div.fotorama {
			display: none;
		}
		
		nav {
			display: none;
			height: auto;	
		}
		nav ul li {
			display: block;
			text-align: center;
			margin: 0.3em 0em 0.3em 0em;		
		}
}


@media screen and (min-width:980px) {
		.banner ul li{
		font-size: 58.75px;
		}
}

@media screen and (max-width:1100px) {
	   body {
			font-size: 95%;	   
	   }
}

@media screen and (max-width:970px) {
	   body {
			font-size: 90%;	   
	   }
}

@media screen and (min-width: 1100px) {
  .float-right-lg {
    float: right;
		width: auto;
  }
}


@media screen and (max-width:625px) {
#main article.boote ul li.img {
	width: 175px;
	float: left;
	padding-top: 0;
	padding-left: 0;
	margin-left: 0;
	line-height: 0;
}

#main article.boote ul li.ad {
	width: 95%;
	height: auto;
	padding-left: 0%;
	padding-right: 0%;	
}

#main article.boote ul li.bootsname {
	display: inline-block;
	min-width: 0;
}
		
li.preis {
	display: inline;
	padding: 0;
	margin: 0 !important;
}
		
label {
	padding-left: 0;
		}
		
#main article.boote > ul li {
	display: inline-block;
	padding-left: 5%;
	margin: 0.5em 0 0 0;
	vertical-align: top;
	min-width: 25%;
	}

	#main article > ul.kontakt {
		padding: 0;
	}

}

@media screen and (max-width:500px) {
	ul#equipment li {
		width: auto;
		min-width: 150px;
		float: none;
		list-style-type: disc;
	}
}

@media screen and (max-width:400px) {
	#main article.boote ul li.img {
		width: 100%;
		padding-top: 0;
	}

	#main article.boote > ul li {
		min-width: 40%;
		}

}

input::placeholder, textarea::placeholder {
  color: #595959; /* WCAG AAA contrast on #fff (white) */
  opacity: 1;
  font-style: italic;
}

/* Newsletter specific placeholder styling */
.newsletter-wrap input::placeholder,
#newsletter-header input[type="email"]::placeholder {
  color: #595959 !important; /* WCAG AAA contrast on #fff (white) */
  opacity: 1;
  font-style: italic;
}



article.detail h3 {
	font-size: 1em;
    text-align: right;
    margin-right: 4%;
    color: #595959;
}

#main article ul.kontakt {
	padding: 1em;
}

/* Form Validation and Error Messages */
.form-group {
    position: relative;
    margin-bottom: 20px;
	width: 100%;
}

.form-group input,
.form-group textarea {
	width: calc(100% - 40px);
	margin: 0;
    /* padding: 12px; */
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}
.form-group textarea {
    padding: 12px;
	width: calc(100% - 28px);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.form-group input.error,
.form-group textarea.error {
    border-color: #d32f2f;
    background-color: #fff5f5;
}

.form-group input.error:focus,
.form-group textarea.error:focus {
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}

.error-message {
    color: #b71c1c;
    font-size: 14px;
    margin-top: 5px;
    padding: 8px 12px;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    position: relative;
}

.error-message::before {
    content: "⚠ ";
    font-weight: bold;
}

.field-errors {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.field-errors li {
    color: #b71c1c;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 8px 12px;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
}

.field-errors li::before {
    content: "⚠ ";
    font-weight: bold;
}

/* Status messages */
.status {
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    border-left: 4px solid;
}

.status.success {
    background-color: #e8f5e8;
    border-color: #4caf50;
    color: #2e7d32;
}

.status.error {
    background-color: #ffebee;
    border-color: #b71c1c;
    color: #b71c1c;
}

/* Required field indicator */
.form-group input[aria-required="true"]::placeholder,
.form-group textarea[aria-required="true"]::placeholder {
    color: #666;
}

/* Screen reader only text */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .form-group input.error,
    .form-group textarea.error {
        border-width: 3px;
    }
    
    .error-message {
        border-width: 2px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .form-group input,
    .form-group textarea {
        transition: none;
    }
}

/* Newsletter form styling */
#mc-embedded-subscribe-form {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    align-items: flex-end;
}

#mc-embedded-subscribe-form button {
	width: 100%;
	max-width: 100%;
	margin: 10px;
}

#mc-embedded-subscribe-form input {
	/* width: 100%; */
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

#mc-embedded-subscribe-form input:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

#mc-embedded-subscribe-form input.error {
    border-color: #d32f2f;
    background-color: #fff5f5;
}

#mc-embedded-subscribe-form input.error:focus {
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}

#mc-embedded-subscribe-form .error-message {
    color: #b71c1c;
    font-size: 14px;
    margin-top: 5px;
    padding: 8px 12px;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    position: relative;
    width: calc(100% - 24px);
}

#mc-embedded-subscribe-form .error-message::before {
    content: "⚠ ";
    font-weight: bold;
}

/* Development notice styling */
.dev-notice {
    background: #e3f2fd !important;
    border: 1px solid #2196f3 !important;
    padding: 15px !important;
    border-radius: 4px !important;
    margin: 10px 0 !important;
    color: #1565c0 !important;
    font-size: 14px !important;
}

.dev-notice strong {
    color: #0d47a1 !important;
}

/* Responsive newsletter form */
@media (max-width: 768px) {
    #mc-embedded-subscribe-form {
        flex-direction: column;
        align-items: stretch;
    }
    
    #mc-embedded-subscribe-form input {
        width: 100%;
        margin-bottom: 10px;
    }
    
    #mc-embedded-subscribe-form button {
        width: 100%;
    }
}

/* Fix color contrast for social media share buttons */
.shariff .twitter .share_text,
.shariff .googleplus .share_text,
.shariff .facebook .share_text {
    /* color: #000000 !important; */
    font-weight: 600;
	/* color: #c6c6c6 !important; */
}


/* Alternative: Use darker background colors for better contrast */
.shariff .twitter a {
    background-color: #1179ba !important; /* Darker Twitter blue */
}

.shariff .googleplus a {
    background-color: #c03124 !important; /* Darker Google+ red */
}

/* Accessibility statement page styling */
.contact-info {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
}

.contact-info p {
    margin: 0;
    line-height: 1.6;
}

.contact-info a {
    color: #2F2D2C;
    text-decoration: underline;
}

.contact-info a:hover {
    text-decoration: none;
}

/* High contrast mode support for accessibility statement */
@media (prefers-contrast: high) {
    .contact-info {
        border-width: 2px;
        background-color: #ffffff;
    }
}

/* Fix color contrast for header branding */
.header ul li span[style*="color: #ff0000"] {
    color: #cc0000 !important; /* Darker red for better contrast */
}

.contact-form-container {
	margin: 1em;
	padding: 1em;
}

/* Impressum Page Styling */
#main article.impressum {
    max-width: 100%;
    line-height: 1.6;
    color: #333;
    background: #fff;
    margin-bottom: 2em;
}
#main article.impressum > div {
	padding: 1em;
}

#main article.impressum h1 {
    color: #000080;
    font-size: 2em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1em;
    padding: 0 0 0.5em 0;
    border-bottom: 2px solid #000080;
}

#main article.impressum h2 {
    color: #000080;
    font-size: 1.4em;
    font-weight: 500;
    margin: 1.5em 0 0.5em 0;
    padding: 0.3em 0;
    text-align: left;
}

#main article.impressum h3 {
    color: #495057;
    font-size: 1.2em;
    font-weight: 500;
    margin: 1em 0 0.3em 0;
    padding: 0.2em 0;
    text-align: left;
}

#main article.impressum p {
    padding: 0.3em 0;
    margin: 0.3em 0;
    line-height: 1.7;
    color: #495057;
    text-align: left;
}

#main article.impressum p:first-of-type {
    margin-top: 0;
}

#main article.impressum a {
    color: #000080;
    text-decoration: underline;
    transition: color 0.2s ease;
}

#main article.impressum a:hover {
    color: #ff0000;
}

#main article.impressum a:focus {
    outline: 2px solid #000080;
    outline-offset: 2px;
    border-radius: 3px;
}

/* Company information styling */
#main article.impressum .company-info,
#main article.impressum .management-info,
#main article.impressum .professional-info {
    background: none;
    border: none;
    padding: 0.3em 0;
    margin: 0.3em 0;
    box-shadow: none;
}

#main article.impressum p b {
    color: #000080;
    font-weight: 600;
}

/* Contact information styling */
#main article.impressum .contact-info,
#main article.impressum .registry-info,
#main article.impressum .vat-info,
#main article.impressum .responsible-info {
    background: none;
    border: none;
    padding: 0.3em 0;
    margin: 0.3em 0;
}

/* Legal sections styling - more spacing for better readability */
#main article.impressum .legal-section {
    background: none;
    border-left: none;
    color: #000080;
    margin: 2em 0 1em 0;
    padding: 0.5em 0;
}

#main article.impressum .legal-text {
    background: none;
    border: none;
    padding: 0.5em 0;
    margin: 0.5em 0;
    font-size: 1em;
    line-height: 1.7;
}

/* Responsive design for Impressum */
@media screen and (max-width: 768px) {
    #main article.impressum {
        padding: 0.8em;
    }
    
    #main article.impressum h1 {
        font-size: 1.8em;
        padding: 0 0 0.3em 0;
        margin-bottom: 0.8em;
    }
    
    #main article.impressum h2 {
        font-size: 1.3em;
        padding: 0.3em 0;
        margin: 1.2em 0 0.4em 0;
    }
    
    #main article.impressum h3 {
        font-size: 1.1em;
        padding: 0.2em 0;
        margin: 0.8em 0 0.2em 0;
    }
    
    #main article.impressum p {
        padding: 0.2em 0;
        margin: 0.2em 0;
    }
    
    #main article.impressum .legal-section {
        margin: 1.5em 0 0.8em 0;
        padding: 0.4em 0;
    }
    
    #main article.impressum .legal-text {
        padding: 0.4em 0;
        margin: 0.4em 0;
    }
}

@media screen and (max-width: 480px) {
    #main article.impressum {
        padding: 0.6em;
    }
    
    #main article.impressum h1 {
        font-size: 1.6em;
        padding: 0 0 0.2em 0;
        margin-bottom: 0.6em;
    }
    
    #main article.impressum h2 {
        font-size: 1.2em;
        padding: 0.2em 0;
        margin: 1em 0 0.3em 0;
    }
    
    #main article.impressum h3 {
        font-size: 1.1em;
        padding: 0.1em 0;
        margin: 0.6em 0 0.2em 0;
    }
    
    #main article.impressum p {
        padding: 0.2em 0;
        font-size: 0.95em;
    }
    
    #main article.impressum .legal-section {
        margin: 1.2em 0 0.6em 0;
        padding: 0.3em 0;
    }
    
    #main article.impressum .legal-text {
        padding: 0.3em 0;
        margin: 0.3em 0;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    #main article.impressum {
        border: none;
        box-shadow: none;
    }
    
    #main article.impressum h1,
    #main article.impressum h2,
    #main article.impressum h3 {
        border-color: #000;
        background: none;
        color: #000;
    }
    
    #main article.impressum a {
        color: #000;
        text-decoration: underline;
    }
    
    #main article.impressum a:hover,
    #main article.impressum a:focus {
        background: #000;
        color: #fff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    #main article.impressum a {
        transition: none;
    }
}

/* Print styles for Impressum */
@media print {
    #main article.impressum {
        box-shadow: none;
        border: none;
        page-break-inside: avoid;
        padding: 0;
    }
    
    #main article.impressum h1,
    #main article.impressum h2,
    #main article.impressum h3 {
        page-break-after: avoid;
        background: none !important;
        color: #000 !important;
    }
    
    #main article.impressum a {
        color: #000 !important;
        text-decoration: underline;
    }
}

/* Datenschutz Page Styling */
#main article.datenschutz {
    max-width: 100%;
    line-height: 1.6;
    color: #333;
    background: #fff;
    margin-bottom: 2em;
}
#main article.datenschutz > div {
	padding: 1em;
}

#main article.datenschutz h1 {
    color: #000080;
    font-size: 2em;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1em;
    padding: 0 0 0.5em 0;
    border-bottom: 2px solid #000080;
}

#main article.datenschutz h2 {
    color: #000080;
    font-size: 1.4em;
    font-weight: 500;
    margin: 1.5em 0 0.5em 0;
    padding: 0.3em 0;
    text-align: left;
}

#main article.datenschutz h3 {
    color: #495057;
    font-size: 1.2em;
    font-weight: 500;
    margin: 1em 0 0.3em 0;
    padding: 0.2em 0;
    text-align: left;
}

#main article.datenschutz p {
    padding: 0.3em 0;
    margin: 0.3em 0;
    line-height: 1.7;
    color: #495057;
    text-align: left;
}

#main article.datenschutz p:first-of-type {
    margin-top: 0;
}

#main article.datenschutz a {
    color: #000080;
    text-decoration: underline;
    transition: color 0.2s ease;
}

#main article.datenschutz a:hover {
    color: #ff0000;
}

#main article.datenschutz a:focus {
    outline: 2px solid #000080;
    outline-offset: 2px;
    border-radius: 3px;
}

#main article.datenschutz ul {
    padding: 0.3em 0;
    margin: 0.3em 0;
}

#main article.datenschutz li {
    margin: 0.2em 0;
    padding-left: 1em;
}

#main article.datenschutz strong {
    color: #000080;
    font-weight: 600;
}

/* Responsive design for Datenschutz */
@media screen and (max-width: 768px) {
    #main article.datenschutz h1 {
        font-size: 1.8em;
        padding: 0 0 0.3em 0;
        margin-bottom: 0.8em;
    }
    
    #main article.datenschutz h2 {
        font-size: 1.3em;
        padding: 0.3em 0;
        margin: 1.2em 0 0.4em 0;
    }
    
    #main article.datenschutz h3 {
        font-size: 1.1em;
        padding: 0.2em 0;
        margin: 0.8em 0 0.2em 0;
    }
    
    #main article.datenschutz p {
        padding: 0.2em 0;
        margin: 0.2em 0;
    }
    
    #main article.datenschutz ul {
        padding: 0.2em 0;
        margin: 0.2em 0;
    }
}

@media screen and (max-width: 480px) {
    #main article.datenschutz h1 {
        font-size: 1.6em;
        padding: 0 0 0.2em 0;
        margin-bottom: 0.6em;
    }
    
    #main article.datenschutz h2 {
        font-size: 1.2em;
        padding: 0.2em 0;
        margin: 1em 0 0.3em 0;
    }
    
    #main article.datenschutz h3 {
        font-size: 1.1em;
        padding: 0.1em 0;
        margin: 0.6em 0 0.2em 0;
    }
    
    #main article.datenschutz p {
        padding: 0.2em 0;
        font-size: 0.95em;
    }
    
    #main article.datenschutz ul {
        padding: 0.2em 0;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    #main article.datenschutz {
        border: none;
        box-shadow: none;
    }
    
    #main article.datenschutz h1,
    #main article.datenschutz h2,
    #main article.datenschutz h3 {
        border-color: #000;
        background: none;
        color: #000;
    }
    
    #main article.datenschutz a {
        color: #000;
        text-decoration: underline;
    }
    
    #main article.datenschutz a:hover,
    #main article.datenschutz a:focus {
        background: #000;
        color: #fff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    #main article.datenschutz a {
        transition: none;
    }
}

/* Print styles for Datenschutz */
@media print {
    #main article.datenschutz {
        box-shadow: none;
        border: none;
        page-break-inside: avoid;
        padding: 0;
    }
    
    #main article.datenschutz h1,
    #main article.datenschutz h2,
    #main article.datenschutz h3 {
        page-break-after: avoid;
        background: none !important;
        color: #000 !important;
    }
    
    #main article.datenschutz a {
        color: #000 !important;
        text-decoration: underline;
    }
}