/* Webfonts */
@font-face { font-family: 'Roboto'; font-weight: bold; font-style: normal; src: url('../webfonts/Roboto-Bold.woff2') format('woff2');  }
@font-face { font-family: 'Roboto'; font-weight: bold; font-style: italic; src: url('../webfonts/Roboto-BoldItalic.woff2') format('woff2');  }
@font-face { font-family: 'Roboto'; font-weight: 500; font-style: normal; src: url('../webfonts/Roboto-Medium.woff2') format('woff2');  }
@font-face { font-family: 'Roboto'; font-weight: 500; font-style: italic; src: url('../webfonts/Roboto-MediumItalic.woff2') format('woff2');  }
@font-face { font-family: 'Roboto'; font-weight: normal; font-style: normal; src: url('../webfonts/Roboto-Regular.woff2') format('woff2');  }
@font-face { font-family: 'Roboto'; font-weight: normal; font-style: italic; src: url('../webfonts/Roboto-Italic.woff2') format('woff2');  }
@font-face { font-family: 'Roboto'; font-weight: 300; src: url('../webfonts/Roboto-Light.woff2') format('woff2');  }

/* Default */
html { width: 100%; }
body { color: #1d1c1b; margin: 0; width: 100%; font-size: 14px; }
a { color: #227fd2; text-decoration: none; }
a.text-link { color: #142088; font-weight: bold; text-decoration: underline; }
a.text-link:hover { color: #10196b; text-decoration: none; }
a:hover { cursor: pointer; }
strong, b { font-weight: 600; }
.row { display: flex; flex-wrap: wrap; }
.col { flex: 1; }
.box_btn { display: inline-block; text-decoration: none; text-align: center; color: #fff; background: #142088; padding: 0.75rem 1.5rem 0.875rem; font-size: 16px; border-radius: 4px; font-weight: bold; position: relative; }
.box_btn:hover { cursor: pointer; background-color: #10196b; }
.box_btn span { padding-left: 1.625rem; }
.box_btn svg { fill: #fff; max-height: 18px; display: inline-block; position: absolute; left: 1rem; top: 12px; }
.d-none { display: none!important; }
.position-relative { position: relative; }
.px-2 { padding-left: 2rem!important; padding-right: 2rem!important; }

.page-background { background: #0e0e0e; overflow: hidden; font-size: 14px;  color: #fff; }
.page-background * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.container { margin: 0 auto; max-width: 1130px; width: 100%; padding: 0 15px;  }

/* Nord Ostsee Automobile eBay UI */
.nord-ostsee-automobile-ebay { font-family: 'Roboto', "Arial"; font-weight: normal; color: #0e0e0e; font-size: 17px; }
.nord-ostsee-automobile-ebay .gr-bg { background-color: #efefef;  padding: 4px 10px; font-size: 20px; }

.nord-ostsee-automobile-ebay ul { list-style: none; font-size: 20px; padding-left: 0; }
.nord-ostsee-automobile-ebay ul li { padding: 0.25rem 0.5rem; background-color: #efefef; padding-left: 1rem; }
.nord-ostsee-automobile-ebay ul li:nth-child(2n) { background: #fff;}

.nord-ostsee-automobile-ebay h3 { margin: 2rem 0 20px 0; font-weight: 600; color: #0e0e0e; text-transform: none; letter-spacing: primary; font-style: normal; text-transform: uppercase; line-height: 1.3; font-size: 28px; }

.bg-container { background-color: white; color: #0e0e0e; position: relative; }

.header { position: relative; }
.header > .container > .row { justify-content: space-between; }
.logo { background-image: url("../gfx/logo.svg"); display: block; background-repeat: no-repeat; width: 350px; height: 70px; background-size: 100% auto; margin: 1rem 0;  image-rendering: auto;background-position: center; }
.header .links { padding-top: 44px; font-size: 15px; margin-left: 6%; text-transform: uppercase; }
.header .links a { display: block; position: relative; color: #fff; font-size: 1rem; line-height: 18px; }
.header .links .sub { font-size: 16px; margin-top: 5px; font-style: italic; }
.header .links span { padding: 0 1rem; color: #fff; position: relative; top: -2px; }
.header > .main-container .container > .row { justify-content: space-between; }

.main h1, .main .big-title { background-image: linear-gradient(#2da6df, #2da6df); background-position: bottom left;background-size: 50px 2px; background-repeat: no-repeat; padding-bottom: 9px; font-size: 44px; line-height: 1.3; color: #e8e8e8; text-transform: uppercase; }

.badge { position: absolute; background-color:  #e80056; color: #ffffff; padding: 1px 10px; width: 173px; height: 170px; border-radius: 180px; text-align: center; display: flex ; align-content: center; flex-wrap: wrap; line-height: 20px; margin-left: calc(100% - 150px); right: 10px; top: -90px; font-weight: bold; }

.badge .inner { margin-bottom: 10px; width: auto; margin-left: auto; margin-right: auto; font-size: 160% !important; padding-top: 10px; }
.badge small { font-size: 0.75rem; font-weight: normal; }
.badge span { font-weight: normal; }

/* Product Images / Image Gallery */
.image-gallery { width: 49%; }
.image-gallery a { cursor: pointer; border: none; }
.image-gallery img { min-width: 1px; min-height: 1px; }
.image-gallery ul, .image-gallery li { list-style: none; margin: 0; padding: 0; }

.image-gallery .big-image { position: relative; background-color: #fff; flex: 1 0 0%; border: 1px solid #ddd; width: 100%; min-height: 430px; }
.image-gallery .big-image img{ opacity: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: opacity 350ms; max-height: 100%; max-width: 100%; }
.image-gallery .big-image img:target { opacity: 1; }
.image-gallery .big-image img:target ~ img#default { opacity: 0; }
.image-gallery .big-image img#default { opacity: 1; }

.thumbs ul { width: 100%; padding-left: 0; display: flex; flex-wrap: wrap; margin-bottom: 0!important; }
.thumbs li { display: block; overflow: hidden; background-color: #fff; height: 100px; flex: 1 0 23.5%; max-width: 23.5%; border: 1px solid #ddd; margin-left: 2%; margin-top: 0.75rem; }
.thumbs li:nth-child(1), .thumbs li:nth-child(5), .thumbs li:nth-child(9), .thumbs li:nth-child(13) { margin-left: 0; }
.thumbs li:last-child { margin-bottom: 0; }
.thumbs li a:hover { opacity: 1; }
.thumbs li a { opacity: 0.85; display: block; height: 100%; width: 100%; position: relative; }
.thumbs li a:focus { opacity: 1; }
.thumbs li img { max-height: 100%;  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.side-info { padding: 0 1rem 0 1rem; position: relative; flex: 1 0 0%; max-width: 51%; }
.alert { color: #272833; background-color: #eee; border: 1px solid #272833; position: relative; padding: 1.25rem 1rem 1.25rem 2.75rem; margin-bottom: 1rem; position: relative; line-height: 20px; }
.alert .icon { position: absolute; left: 1.25rem; top: 1.4rem; }

.info-container { margin-top: 2rem; font-size: 20px; background-color: #fff; }
.info-container .title { display: block; font-size: 18px; line-height: 1.4; color: #2da6df !important; overflow: hidden; padding: 10px 20px; background: #fff; font-weight: 400; border-bottom: 2px solid #2da6df; }
.info-container .content { padding: 1rem; }
.info-container table { width: 100%; border-collapse: collapse; }
.info-container tr td {  padding: 0.5rem 1rem; background-color: #fff;  }
.info-container tr td:first-child { border-right: 1px solid #000000; width: 30%; font-weight: bold; }
.info-container tr:nth-child(2n) td { background-color: #eeeeee; }

.about-us { margin-top: 3rem; position: relative; color: #fff; }
.about-us .about-header { position: relative; }
.about-us .about-header:before { content: ''; background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); width: 100%; height: 50px; z-index: 2; position: absolute; left: 0; top: 0;}
.about-us .about-header:after { content: ''; background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); width: 100%; height: 50px; z-index: 2; position: absolute; bottom: 0; left: 0; }
.about-us img { width: 100%; display: block; }
.about-us .about-header .container { height: 100%; position: absolute; bottom: 0; transform: translate(-50%, 0%); left: 50%; }
.about-us .content { position: absolute; padding: 1rem 2rem 3rem; bottom: 0; left: 0; background: rgba(14, 14, 14, .8); width: 600px; font-size: 20px; line-height: 1.5; font-weight: 300; z-index: 3; max-width: 100%; }
.about-us .big { font-size: 20px; }

.mobile { display: none; }
.footer { background-color: #000; color: white; padding: 0.75rem 0.5rem; margin-top: 3rem; }
.footer p { text-align: right; font-weight: 300; margin: 0; }

#s4t_connect_foot { background-color: #0e0e0e!important; color: #fff!important; max-width: unset!important; }

@media screen and (max-device-width: 1150px) {
	.header .links { display: none; }
	.header > .container > .row { justify-content: center; }
	.top-header .col:nth-child(2) .usp { margin: 0 auto; display: table; }
	.top-header .col:nth-child(4) .usp { margin-left: auto; display: table; }
	.top-header .row .col:nth-child(3) { display: none; }
	.desktop-row { display: block; }
	.side-info { padding: 0; }
	.usp-row .usp-container { padding: 0 1rem; }
	.navigation a.ebay-shop { display: none; }
	.navigation .location-column { width: 100%; text-align: center; }
	.thumbs { margin-bottom: 2rem; }
	.mobile { display: block; }
	.desktop { display: none; }
}

@media screen and (max-device-width: 750px) {
	.image-gallery { width: 100%; }
	.top-header { display: none; }
	.logo { margin: 1rem auto; }
	.about-us .content { width: 100%; }
	.about-us .about-header .container { width: 100% ;}
	.badge { display: none; }
	.side-info { padding: 0 1rem; width: 100%; }
	.image-gallery { width: 100%; }
}

@media screen and (max-device-width: 650px) {
  .image-gallery { width: 100%; }
	.usp-row { display: block; }
	.usp-row .usp-container { margin-bottom: 2rem; }
}

#s4t_connect_foot { background: #fff; padding: 20px 0; max-width: 1400px; margin: 0 auto; display: block; }
.eBay_Desc {display: none; } 