/*@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,600,700");*/
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* =================================================
hellgrün = # a7c33a mit hover grau = #75777a 

grau = # 75777a   mit hover schwarz
hellgrau Linie = #e0e0e0 

hellgrau footerfeld= #f1f1f1 
=================================================== */


body {
    background: #fff;
	font: 400 1rem/1.375rem 'Lato', sans-serif;
	color: #75777a;
}



.main-row {
    margin: 0 -15px;
	box-shadow:none;
}

.header-box {
    padding: 0 0 10px;
}

.no-margin {
	margin-right:0;
	margin-left:0;
}

/* LINKS */
a.top-icons img {width:30px;height:auto;text-decoration:none;}

a:link, a.text:link, a:visited, a.text:visited {
    color: #a7c33a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover, a.text:hover, a:active, a.text:active {
	 color: #75777a;
	}

#footer  a:link, #footer a:visited  {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer a:hover, #footer  a:active {
	 color: #a7c33a;
	}
	
	
	
#mainnav .container {
	border-top:3px solid #e0e0e0 ;
	border-bottom:3px solid #e0e0e0 ;
	}
	
.header .navbar {
    border-bottom: 0;
}


/*.top-info {display:block;}*/
.top-info-mobile {display:none;}

/* Header Anmelde Button */
.header .menu-dropdowns>.btn-group>.btn {
    border: 0;
	border-radius:0;
	border-bottom:1px solid #a7c33a;
	}

/* MINIBASKET */
.fa-xx { size:2rem; }
.fa-shopping-cart:before {  color: #75777a; }
.alert-info, .paypalHelpBox {
    color: #647523;
    background-color: #aec35d;
    border-color: #a8c33d;
}

.alert, .paypalHelpBox {   border-radius: 0; }

/* SUCHE */
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    border: 0;
    border-bottom: 1px solid #a7c33a;
    border-radius: 0;
	}

.table td, .table th {
    border-top: 0;
}

 form.form.search {margin-top:12px;}

/* #### FIXED HEADER ##### */
.fixed-header-link 		 { color: #a7c33a; }
.fixed-header-link:hover { color: #75777a; }

/* ########################
	ButtonS
   ####################### */
.btn {
 
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;  
}

.btn-primary {
    color: #fff;
    background-color: #a7c33a;
    border-color: #a7c33a;
}
	
.btn-primary:hover{color:#fff;background-color:#75777a;border-color:#75777a;}

.btn-primary.focus,.btn-primary:focus{
	-webkit-box-shadow:0 0 0 .2rem rgba(117,119,122,.2);
	box-shadow:0 0 0 .2rem rgba(117,119,122,.2);
	}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#a7c33a;border-color:#a7c33a}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#b4cc6a;border-color:#a7c33a;}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow:0 0 0 .2rem rgba(117,119,122,.5);
	box-shadow:0 0 0 .2rem rgba(117,119,122,.5);
}

.btn-info {
    color: #fff;
    background-color: #a7c33a;
    border-color: #a7c33a;
}
.btn-info:hover {
    color: #000;
    background-color: #e0e0e0;
    border-color: #75777a;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #75777a;
    border-color: #e0e0e0;
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(117,119,122,.5);
    box-shadow: 0 0 0 0.2rem rgba(117,119,122,.5);
}

.btn-outline-dark {
    color: #333;
    background-color: transparent;
    background-image: none;
	border-color: #75777a;
	}
	
.btn-outline-dark:hover, .btn-outline-dark:active.focus {
    color: #fff;
    background-color: #75777a;
    border-color: #75777a;
}	

.btn-farbe {padding:1px 14px;}	

/* #######################
/*    NAV LINKS  
   ####################### */

.header .navbar .nav-link {
    color: #a7c33a;
	font-weight:bold;
	text-transform: uppercase;
}

.header .navbar .nav-item.active>.nav-link, .header .navbar .nav-item:focus>.nav-link, .header .navbar .nav-item:hover>.nav-link {
    color: #75777a;
	
}

/* **** HEADLINES ***** */
h1.page-header {
	font-size: 32px;
	font-weight:700;
	border-bottom:0;
	color: #a7c33a;
	}
	
h1.details-title { /* ProduktDetailHeadline */
		color: #a7c33a;
		font-weight: 700;
		}

.content .page-header:first-child {
    margin-top: 30px;  
	}
	
/* ***** LINKS **** */
.active .breadcrumb-link { color: #a7c33a; }
	
a:hover {
	color:#a7c33a;text-decoration:underline
	}

.page-item.active .page-link {
    background-color: #a7c33a;
    border-color: #a7c33a;
}

.page-link:hover {
    color: #a7c33a;
}


#jumptotop {
    color: #a7c33a;
	}

.details-pager-link 	{ color: #a7c33a; }
.details-action-links a { color: #a7c33a; }
.text-success { color: #a7c33a!important; }

/* Headlines */
h4 {font-weight:bold;}


/* Anzeige-Hersteller Slider */
.manufacturer-slider {
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    padding: 2rem 0;
    margin-bottom: 20px;
}

#manufacturerSlider .page-header { display:none; }

/* BILDWECHSEL */

.imgLink3{
	display:block;
	max-width:80%;
	height:100%;
	background-image:url('css-tutorial-bild1.jpeg');
}

.imgLink3:hover img{
	display:none;
}

/* Manufacturer Slider */
.flexslider .flex-direction-nav .flex-next:before, .flexslider .flex-direction-nav .flex-prev:before {
     padding-top: 10px;
}

/* ############################ */
/* Golfbälle kaufen */
/* ############################ */

.shop {
	width:auto;
	height:100%; 
	background: url("../../img/Marken-Golfbaelle-streifen.jpg") no-repeat center;
}
.laenge { 
	width:148px;
	height:148px; 
	background: url("../../img/Symbol-Laenge.png") no-repeat center;
	}
	
.praezision { 
	width:148px;
	height:148px; 
	background: url("../../img/Symbol-Praezision.svg") no-repeat center;
	}
	
.preis { 
	width:148px;
	height:148px; 
	background: url("../../img/Symbol-Preis.svg") no-repeat center;
	}
	
.wiki { 
	width:148px;
	height:148px; 
	background: url("../../img/Symbol-Wiki.svg") no-repeat center;
	}
	
.sale { 
	width:148px;
	height:148px; 
	background: url("../../img/Symbol-Sale.svg") no-repeat center;
	}



/* b2b shop */
.auswahl {
	width:auto;
	height:100%; 
	background: url("../../img/Golfbaelle-bedrucken-streifen.jpg") no-repeat center;
	}

.druckverfahren {
	width:auto;
	height:300px;
	background: url("../../img/druckverfahren.jpg") no-repeat;
	background-size:cover;
}

a.navTab {
	display:block;
	width:100%;
	min-height:180px;
	box-sizing: border-box;
	text-align:center;
	border:4px solid #ececec;
	margin-bottom:12px;
	background-color: #fff;
	text-decoration:none;
	transition: all 0.5s ease-in-out;
	}	
	
a.navTab:hover, a.navTabSale:hover, a.navTabAuswahl:hover {
	background-color: rgba(167,195,58,0.7);
	cursor:pointer;
}

a.navTabSale {
	display:block;
	width:100%;
	box-sizing: border-box;
	text-align:center;
	border:4px solid #ececec;
	margin-bottom:12px;
	background-color: #fff;
	text-decoration:none;
	transition: all 0.5s ease-in-out;
	}	
	
a.navTabAuswahl {
	display:block;
	width:100%;
	min-height:157px;
	box-sizing: border-box;
	text-align:center;
	border:4px solid #a7c33a;
	margin-bottom:12px;
	background-color: #fff;
	text-decoration:none;
	transition: all 0.5s ease-in-out;
	}	

.btn-golf {
	position:relative;
	top:68%;	
	box-sizing: border-box;
	width:94%;
	margin:0 auto;
	height:50px;
	color: #75777a;
	border:3px solid #a7c33a;
	background-color: #fff;	
	transition: all 0.2s ease-in-out;
	}

.btn-druck {
	position:relative;
	top:35%;
	width:25%;
	margin:0 auto;
	color: #75777a;
	border:3px solid #a7c33a;
	background-color: #fff;	
	transition: all 0.2s ease-in-out;
	}

.btn-druckverfahren {
	position:relative;
	top:40%;
	width:80%;
	margin:0 auto;
	color: #fff;
	border:3px solid #fff;
	background-color: transparent;	
	transition: all 0.2s ease-in-out;
	}

p.navTabText { padding-top:12px;text-transform:uppercase;font-weight:bold; }
p.navTabTextDruck { padding-top:14px;text-transform:uppercase;font-weight:bold; color: #75777a;}

a.navTab:hover .btn-golf, a.navTabAuswahl:hover .btn-druck, a.navTabAuswahl:hover .btn-druckverfahren {
	color: #fff;
	border:3px solid #a7c33a;
	background-color: #a7c33a;	
	}
	
a.navTabDruck {
	display:block;
	width:96%;
	min-height:50px;
	box-sizing: border-box;
	text-align:center;
	border:4px solid #a7c33a;
	margin-bottom:12px;
	background-color: #fff;
	text-decoration:none;
	}
	
a.navTabDruck:hover {
	background-color: rgba(167,195,58,0.7);
	cursor:pointer;
}

.is-table-row {
        display: table;
		width:100%;
    }
.is-table-row [class*="col-"] {
        float: left;
        display: table-cell;
    }
	
.b2bonly {color: #ff0000;}


/* ###########################
   Mein Konto 
   ########################### */
   
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #a7c33a;
    border-color: #a7c33a;
}

.account-menu .list-group-item.active:focus, .account-menu .list-group-item.active:hover {
    color: #fff;
    background-color: #75777a;
	border-color: #75777a;
}

/* ############################ */
/* Golfbälle bedrucken */
/* ############################ */

.borderFullgrey {border:3px solid #e0e0e0;}
.borderFullgreen {border:3px solid #a7c33a;}
.luecke { justify-content: space-between; }


/* ############################ */
/* Accordion für Filter-Anzeige */
/* ############################ */
div.filterBoxWrapper { /*margin-left:180px; */}
div.golfballFilter {
	/*width:172px;
	padding:5px;*/
	height:auto;	
	border-top:1px solid #000;
	border-radius:0;
}
div.filterHeadLine {
	width:160px;
	padding:5px;
	font-weight:900;
	text-transform:uppercase;
	color:#f00;
	text-align:center;
}
dt.dtFilter { margin-bottom:5px; }
dd.ddFilter { display:inline-block;margin-left:7px; }
dd.ddFilter>table { margin:-3px; }
.closed, .open {
	display:block;
	width:160px;
	color:#000;
	text-transform:uppercase;
	font-size: .80rem;
	background:#fff;
	padding:5px;
	font-weight:300;
	border:1px solid #fff;
	border-radius:5px0;
}
.closed:hover, .open:hover, .closed:active, .open:active {
	color:#a7c33a;
	background:#fff;
	text-decoration:none;
}
.closed::before {
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-bottom: none;
	border-top-color: #000;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
	margin-right:0.9em;
	top: -0.15em;
}
.open::before { 
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-top: none;
	border-bottom-color: #000;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
	margin-right:0.9em;
	top: -0.15em;
}
div.farbFilter {
	width:30px;
	height:30px;
	border:2px solid #666;
	border-radius:3px;
	margin:3px;
	color:#000;
	font-weight:900;
	font-size:1.4em;
	padding-left:5px;
}
img.filter { width:35px;height:auto; }
td.filter>a {
	text-decoration:none;
}
div.weiss { background-color:white; }
div.gelb { background-color:yellow; }
div.rot { background-color:red; }
div.gruen { background-color:green; }
div.pink { background-color:deeppink; }
div.mattgelb { background-color:gold; }
div.mattrot { background-color:tomato; }
div.orange { background-color:orange; }

.filterHeadLine {display:none;}



/* Produkte - Kasten Overview - product-box*/

.product-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
    border: 1px solid #a7c33a;
}

.infogrid-view .title {
    padding-top: 10px;
}

/* ##############################
   Dots Produktübersicht 
   ############################## */
.table-responsive-dots {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}



.boxFloatWrapper {
	height: 10px;
	vertical-align: bottom;
	width: 135px;
	white-space: nowrap;
	position: absolute;
	margin-left: 25px;
	margin-top: -16px;
	}
	
.boxFloat {
	float: left;
	margin-left: 3px;
	width: 10px;
	height: 10px;
	text-align: center;
	border-radius: 6px;
	}
	
.dotGreen {
	background-color: #a7c33a;
	}

.dotGrey {
	background-color: lightgrey;
	}

/* FOOTER STYLE MIN GELÖSCHT?? */

#footer {
    border-top: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
    background-color: #F2F2F2;
    color: #666666;
    padding: 30px 0;
}

/*
#incVatInfo {
    float: right;
    padding-right: 10px;
}

.footer-left-part {
	float:left;
	background-color:lightyellow;
		width:100%;
}

.footer-right-part {
	float:right;
	background-color:pink;
		width:100%;
}*/

/* #########################
	B2B Detailansicht Golfball
   ######################### */

#b2bTitleHinweis {color: #a7c33a;}
.productPriceUnit {}

dt.staffel-dt {font-weight:300;width:150px;} 
.staffel-dd {font-size:0.85rem;}
.staffel-dd strong {font-size:1.1rem;color:#a7c33a;}


table.golf {width:100%;}   
table.golf td {padding:0;}


.details .tab-content {
    padding: 20px 15px;
}

/* Produkt Detailansicht Beschreibung */
.table td, .table th {
    padding: .25rem;
}

/* #########################
	B2B ANFRAGE
   ######################### 
  
hellgrün = # a7c33a mit hover grau = #75777a 
grau = # 75777a   mit hover schwarz
hellgrau Linie = #e0e0e0 
hellgrau footerfeld= #f1f1f1*/


.dtAngebot {
	font-weight:900;	
	border:none;
	width:auto;
}



.closed-b2b, .open-b2b {
	display:block;
	width:100%;
	border: 1px solid #a7c33a;
    padding: .375rem .75rem;
    font-size: 1rem;
	font-weight:400;
    line-height: 1.5;	
	color:#fff;
	background:#a7c33a;
	border-color: #a7c33a;
	padding:5px;
	border-radius:0;
}

.closed-b2b:hover, .open-b2b:hover, .closed-b2b:active, .open-b2b:active {
	color:#fff;
	background-color:#75777a;
	border-color: #75777a;
	text-decoration:none;
}
.closed-b2b::before {
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-bottom: none;
	border-top-color: #fff;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
	margin-right:0.9em;
	top: -0.15em;
}
.open-b2b::before { 
	width: 0;
	height: 0;
	border: 0.313em solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
	margin-right:0.9em;
	top: -0.15em;
}

.ddAngebot {margin-top:20px;}



*:focus {outline: none;}

:-moz-placeholder {
    color: #a7a8aa;
}
 
::-webkit-input-placeholder {
    color: #a7a8aa;
}

.plhfade input::-webkit-input-placeholder { color:#a7a8aa; transition: color 1s; }
.plhfade input::-moz-placeholder { color:#a7a8aa; transition: color 1s }
.plhfade input:-ms-placeholder { color:#a7a8aa; transition: color 1s}

.plhfade input:focus::-webkit-input-placeholder { color:transparent; }
.plhfade input:focus::-moz-placeholder { color:transparent; }
.plhfade input:focus:-ms-placeholder { color:transparent; }

label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}


input[type=text], select, textarea {
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  resize: vertical;
}

input#Artikel {padding-left:0px; border:0;font-weight:bold;}
input#ArtikelNummer {padding-left:0px; border:0;}

label {
  display: inline-block;
  font-size:0.85rem;
  padding:0; margin:0;
}



input[type=submit] {
  background-color: #a7c33a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #75777a;
}



/*Progress Bar*/

#server-results{
   padding:20px 10px;
   font-weight:bold;
   color: #000;
}


/* #########################
    FORMS 
   ######################### */
  
.form-control {
    border-radius: 0;
   }
   
 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(117,119,122,.25);
    box-shadow: 0 0 0 0.2rem rgba(117,119,122,.25);
}  
 
 /* ########################
     WARENKORB - CHECK OUT
	######################## */

#toBasket i {display:none;}
.minibasket-menu .dropdown-menu .badge, .services li .badge {
    background-color: #a7c33a;
    width: 25px;
    height: 25px;
	}
 
.checkout-steps .step.active .num {
	background-color: red;
} 

.checkout-steps .num { background-color: #a7c33a; }
.checkout-steps 	 { border-top: 3px solid #a7c33a; }
.checkout-steps .step.passed .num { background-color: #e0e0e0; }


.alert-success {
    color: #718a27;
    background-color: #f1f1f1;
    border-color: #a7cc37;
}

/* ##########################################
	MEDIA QUERIES 
   ########################################## */
   
@media screen and (max-width:767px) {
	
	form.form.search {display:none;}
	.header .menu-dropdowns {
		margin: 10px auto 0;
		text-align: center;
	}
	.header .navbar-header {
		padding: 10px;
	}
	
	a.navTabDruck {	width:100%;	}
	
	a.top-icons {text-decoration:none;}
	a.top-icons img {width:35px;height:auto;margin-right:4px;}
    .top-info {display:none;}
    .top-info-mobile {display:block;}
   
    h3.introtext {font-size: 16px;}
	
	
}  
   
   
 @media screen and (max-width:597px) {  
   
   
	
	
	
   .btn-druck {
		position:relative;
		top:35%;
		width:85%;
		margin:0 auto;
		color: #75777a;
		border:3px solid #a7c33a;
		background-color: #fff;	
		transition: all 0.2s ease-in-out;
	}
	
	.flex-direction-nav {
		display: none;
	}
   
 } 