* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;

  	-webkit-transition: all 0.1s ease-in;
  	transition: all 0.1s ease-in;
}

h1 {
  	margin: 0px;
  	padding: 0px;
    font-size: 60px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: 900;
    line-height: 72px;
}

.lorem {
  background: #3498db;
}

.ipsum {
  background: #e74c3c;
}

body {
  margin: 0px;
  padding: 0px;
  background: #fefefe;
  font-family: 'Roboto',sans-serif;
  color: #fff;
  background:#fff
}

.content-wrap {
	min-width:1100px;
	padding:0px 25px;
	max-width:1300px;
	margin:0px auto;
}
.content-intro {
	min-width:1150px;
	max-width:1450px;
	margin:0px auto;
}

/*  --- CAPTION ---  */
.content-intro .caption {
	position: absolute;
    margin-top: -300px;
    margin-left: 5%;
}
.caption h1 {
	color: #fff !important;
}

/*  --- SEARCH BAR NUMBERS ---  */
#numbers-search { background:#000; width:100%; padding:75px 0px }

.numbers-search-inner { min-width:1100px; padding:0px 25px; max-width:1300px; color:#8d8d8d; font-size:14px; margin:0px auto }

.numbers-search-inner strong.number { font-size:39px; font-weight:900; color:#fff }
.colnumbers { float:left; height:auto; width:auto; margin-right:65px; line-height: 35px }


/*  --- SEARCH BAR SUCHFELD ---  */
.produktsuche { width:60%; float:right; text-align:right }
.produktsuche .search form label {display: none;}
.produktsuche .search form input { float:left; height:68px; background:#1f1f1f; border:none; padding:0px 30px; font-size:14px; color:#8d8d8d; width:75% }

.produktsuche .search form button { height:68px !important; text-align:center !important; padding: 0 35px !important; background:#1a85fd !important; border:none !important; font-size:14px !important; color:#fff !important; width:25% !important; border-radius:none !important; transition: color 0.5s ease, background 0.5s ease !important; }
.produktsuche .search form button:hover { color: #fff !important; background: #00407f !important; }

/*  --- SEARCH RESULTS ---  */
.search #searchForm .btn-toolbar .btn-group #search-searchword { float:left; height:68px; background: #f3f4f5 !important; border:none; padding:0px 30px; font-size:14px; color: #00407f !important; width:67.25% }
.search #searchForm .btn-toolbar .btn-group button { height:68px !important; text-align:center !important; padding: 0 35px !important; background:#1a85fd !important; border:none !important; font-size:14px !important; color:#fff !important; width:25% !important; border-radius:none !important; transition: color 0.5s ease, background 0.5s ease !important; }
.search #searchForm .btn-toolbar .btn-group button:hover { cursor: pointer; background: #00407f !important; }
.form-limit { float:right; min-width: 157px; }
.form-limit .select-wrapper span, .form-limit .select-wrapper input, .form-limit .select-wrapper .dropdown-content { display: none; }
.form-limit .select-wrapper #limit { float: left; clear: right; margin-left: 5px; }
.form-limit label { float: left; }

.ordering-box .select-wrapper span, .ordering-box .select-wrapper input, .ordering-box .select-wrapper .dropdown-content { display: none; }
.ordering-box .select-wrapper #ordering { float: left; clear: right; }
.ordering-box label { float: left; }

.phrases .phrases-box { margin-bottom: 10px; }
.phrases { margin-bottom: 10px; }
.phrases legend, fieldset.only legend { float: left; }
.phrases .phrases-box .controls label { margin-left: 10px; }
.phrases .phrases-box .controls label input { margin-right: 5px; }

fieldset.only { margin-bottom: 10px; }
fieldset.only label { margin-left: 10px; }
fieldset.only label input { margin-right: 0; }

.phrases, .only, .ordering-box, .form-limit { font-size: 12px; }

p.counter { float: right; font-size: 12px; line-height: 14px; margin-right: 20px; }

.search-results .result-title { float: left; margin-top: 40px; }
.search-results .result-title a { font-size: 20px; }
.search-resutls .result-category { float: left; clear: right; }
.search-results .result-category .small { line-height: 0 !important; height: auto !important; box-shadow: none; display: inline-block; margin-top: 54px; margin-left: 10px; font-size: 12px; }
.search-results .result-text { clear: both; padding: 10px 0 40px 0; font-size: 14px; line-height: 150%; border-bottom: 1px solid #ccc; }

.pagination { clear: both; display: block; margin-top: 50px; }
.pagination ul { list-style: none; width: 100%; }
.pagination ul li { float: left; margin: 0 10px; }
.pagination ul li:first-child {margin-left: 0;}
.pagination ul li a:hover { text-decoration: underline; }


/*  --- BLOG ---  */
.blog-3 .grid-4, .blog-3 .grid-3 {
	border: 1px solid #e5e5e5;
}
.blog-3 .grid-4 {
	width: calc(40% - 2px);
	height: 584px;
	overflow: hidden;
}
.blog-3 .grid-4 img {
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 584px;
}
.blog-3 .grid-4 .overlay {
	margin-top: -650px;
}
.blog-3 .grid-4 .overlay p {
	font-size: 16px;
	line-height:28px;
	padding: 60% 10% 5% 10%;
}
.blog-3 .grid-3 {
	width: calc(30% - 2px);
	height: 584px;
}
.blog-3 .grid-3 img {
	width: 100%;
	height: auto;
	max-height: 335px;
}
.blog-list {
	clear: both;
	widht: 100%;
	height: 584px;
}
.blog-list li {
	background: #000000;
	width: 85%;
	height: calc(584px / 5);
	padding: 0 7.5%;
	border-bottom: 1px solid #999999;
}
.blog-list li a {
	padding: 0;
}
.blog-list li:last-child a {
	height: auto;
	margin-top: 45px;
}
.blog-list li a h5 {
	font-size: 16px;
	font-weight: 900;
	padding: 0;
	margin: 28px 0 0 0;
}
.blog-list li a h5, .blog-list li a p {
	padding: 0;
	color: #ffffff;
}
.blog-list li a p {
	color: #999999;
}
.blog-list a {
	height: calc(584px / 5);
}

/*  --- LIEFERANTEN ---  */
#lieferanten a {
	display: block;
    float: left;
    height: 102px;
    width: 14%;
	opacity: 0.4;
}

/*  --- BREADCRUMBS ---  */
.breadcrumb {
	display: inline-block;
	width: 100%;
    list-style: none;
    text-decoration: none;
    clear: both;
    float: none;
	margin-bottom: 70px;
}
.breadcrumb li {
	width: auto;
	display: inline;
	float: left !important;
	margin-right: 10px;
 } .breadcrumb li:last-child {
	 margin-right: 0;
 }
 .breadcrumb img {
	width: auto !important;
}

/*  --- BLUEPOINTS ---  */
.bluepoints {
	width: 60%;
	height: 600px;
	--bluepoints-margin-top: 150px;
	background:url(../images/bluepoint.png);
	background-repeat: repeat;
	background-position: -48px top;
	margin-top: var(--bluepoints-margin-top);
}
.grid-1 .bluepoints {
	width: 100%;
	background-position: center top !important;
	margin-top: calc(var(--bluepoints-margin-top) + 120px);
}
.right .bluepoints {
	float: right;
	background-position: right -48px top;
}
.grid-1.right .bluepoints {
	float: left;
	width: 50% !important;
	background-position: -28px top !important;
}
.grid-2 .bluepoints, .grid-3 .bluepoints {
	margin-top:	calc(var(--bluepoints-margin-top) + 120px);
}

/*  --- LINK BUTTON ---  */
.globes-btn {
	display: block;
	margin: 0 auto;
	height: auto;
	width: 135px;
    text-align: center;
    padding: 26px 35px;
    background: #1a85fd;
    border: none;
    font-size: 14px;
    color: #fff;
	transition: color 0.5s ease, background 0.5s ease;
}
.globes-btn:hover {
	cursor: pointer !important;
	color: #fff;
	background: #00407f;
}

.item-page { font-size:16px; line-height:28px }
.item-page h2 { line-height:55px; font-size:40px }

.breadcrumb { font-size:14px }
.breadcrumb a { font-size:14px }
.breadcrumb li span.divider:first-child { padding:0px }
.breadcrumb li span.divider { padding-left:10px; padding-right:10px }
.breadcrumb li { margin:0px }

.breadcrumb li.active { margin-left:0px }
.breadcrumb li.active span { color:#1a85fd }

.breadcrumb a.pathway span { color:#000; text-decoration:underline }
.breadcrumb a.pathway:hover span { color:#1a85fd }

/*  --- KONTAKTDROP ---  */
.contact-map {width: 60%;float: left;margin-right: 2.5%}
.contact-places {display: none;}
.contact-places.open-contact {display: block;}
.heilbronn, .munich, .hamburg {width: 45px; height: 45px; position: absolute;  margin-right: 30px;
opacity:0.5 !important; transition: opacity 0.5s ease;}
.heilbronn:hover, .munich:hover, .hamburg:hover {cursor:pointer !important; opacity:1 !important;}
.heilbronn.open-contact, .munich.open-contact, .hamburg.open-contact {opacity:1 !important;}
.heilbronn {top: 370px; margin-left: 196px;}
.munich {top: 420px; margin-left: 270px;}
.hamburg {top: 135px; margin-left: 218px;}

/*  --- ANSPRECHPARTNER ---  */
.ansprechpartner {width: 48%; height:300px;}
.ansprechpartner.left {float:left;}
.ansprechpartner.right {float:right;}
.ansprechpartner img {width: 30%; height: 300px; float:left; background: blue;}
.person-info {float: left; width:59%; height: 252px; margin-left: 1%; background: #f3f4f5; padding: 24px 5%}
.left .person-more {position: absolute; height: 300px; width: 100%; opacity: 0.5;}
.right .person-more {position: absolute; margin-left: -52%; height: 300px; width: 100%; opacity: 1; text-align:right;}
.left .person-more img {float:left; width: 14.35%; height:300px; background: red;}
.right .person-more img {float:right; width: 14.25%; height:300px; background: red;}
.more-content {width: 80.5%; height: 252px; background: #1a85fd;}
.left .more-content {float: left; margin-left: 0.7%; padding: 24px 2.2%;}
.right .more-content {float: right; margin-right: 0.7%; padding: 24px 2.2%;}

/*  --- NEWSLETTER ---  */
#st-newsletter-box { height:auto; background:#1a85fd; padding: 5% 0 6% 0; }
.newsletter-left { clear: both; width:100%; height:auto; margin-top:0; margin-left: 0; color:#fff }
.newsletter-right { clear: both; width:100%; height:auto; margin-top:5%; margin-right: 0; color:#fff }

.newsletter-anmeldung-left { float:left; height:auto; width:100% }
.newsletter-anmeldung-right { float:left; height:auto; width:25%; display:none }

.newsletter-anmeldung-left input#first_name { height:31px; width:95%; background:#d06a1f; border:none; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; color:#e4af94; font-size:14px; padding:2px 2.5% !important; width:150%; margin-left:-50% }
.newsletter-anmeldung-left input#email { height:31px; width:95%; background:#d06a1f; border:none; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; margin-top:5px; color:#e4af94; font-size:14px; padding:2px 2.5% !important;  width:150%; margin-left:-50%  }
.newsletter-anmeldung-left td label { display:none }
.newsletter-anmeldung-left button { height:31px; background:#fff !important; border:none; width:200px; -webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important; font-size:14px !important; font-weight:bold !important; color:#f57d24 !important; margin-top:49px; margin-right:-5% !important; width:200px; float:right; line-height:31px !important; padding-top:0px !important; margin-top:10px !important }
.newsletter-anmeldung-left button:hover { background:rgb(0, 186, 255) !important; color:#fff !important }

.newsletter-anmeldung-left  p { margin-top:22px }
.newsletter-anmeldung-left  p a { color:#fff }
.newsletter-anmeldung-left  p a:hover { color:#000 }

.newsletter-icon { float: right; opacity: 0.1; margin-top: -100px !important; margin-right: 2.5% !important;}

.newsletter-anmeldung-right .btnsubmit { height:31px; background:#fff; border:none; width:100%; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; font-size:14px; font-weight:bold; color:#1a85fd; margin-top:49px }
.newsletter-anmeldung-right .btnsubmit:hover { color:#009ee4  }
.newsletter-anmeldung-right  p { margin-top:22px; color:#fbd3bf }
.newsletter-anmeldung-right  p a { color:#fbd3bf }
.newsletter-anmeldung-right  p a:hover { color:#fff }


#newsltr input { width: 36%; height: 25px; font-size: 14px; margin: 0px; padding: 20px 2%; float: left; background: #1f8fff !important; color: #fff !important; }

#newsltr  #newsletter_senden { height:auto; background: #00407f !important; border:none; -webkit-border-radius: 3px !important;-moz-border-radius: 3px !important; border-radius: 0 !important; font-size:14px !important; font-weight:bold !important; color:#fff !important; width: 18%; float:left; line-height:31px !important; transition: background 0.5s ease, color 0.5s ease; padding: 17px 2% !important; }
#newsltr  #newsletter_senden:hover { background: #fff !important; color:#1a85fd !important; cursor: pointer; }

::placeholder { color: #fff; opacity: 1; }
:-ms-input-placeholder { color: #fff; }
::-ms-input-placeholder { color: #fff;}

#newsltr a { color:#00407f; text-decoration:underline }
#newsltr a:hover { color:#fff }


/*  --- LIEFERANTEN UNTER MAP ---  */
#st-lieferanten-box-map { height:auto; background: transparent; }
#st-lieferanten-box-map .minmax { padding:0 0 5% 0px; border-bottom: none; height:auto; overflow-y:hidden }
#st-lieferanten-box-map a { display:block; float:left; height:auto; width:14.25%; opacity: 0.2; transition: opacity 0.5s ease; padding: 10px 0; }
#st-lieferanten-box-map a img { width:100% }
#st-lieferanten-box-map a:hover { opacity: 1; }

/*  --- FOOTER ---  */
#st-lieferanten-box { height:auto; background:#000; }
#st-lieferanten-box .minmax { padding:5% 0px; border-bottom:1px solid #333; height:auto; overflow-y:hidden }
#st-lieferanten-box a { display:block; float:left; height:auto; width:14%; opacity: 0.6; transition: opacity 0.5s ease; padding: 10px 0; }
#st-lieferanten-box a img { width:90% }
#st-lieferanten-box a:hover { opacity: 1; }

.st-lieferanten-tagcloud .minmax { padding:0px 5%; border:none !important; height:auto !important }
.st-lieferanten-tagcloud h3 { color: #fff; margin-left: 0; font-size: 24px; font-weight: 900; margin-bottom: 25px; }
.st-lieferanten-tagcloud li { display:block; list-style:none }
.st-lieferanten-tagcloud a { display:block; margin: 5px 40px 5px 0 !important; float:left; height:32px !important; color:#fff; text-decoration:none; width:auto !important; opacity: 0.3 !important; transition: opacity 0.5s ease; padding: 0 !important;}
.st-lieferanten-tagcloud a:hover { opacity: 1; text-decoration:underline }

#footer { height:75px; background:#1d1d1b }
.footer-left { height:75px; line-height:75px; width: 600px; float:left; margin-left: 0 }
.footer-right { height:75px; line-height:75px; width:370px; float:right; margin-right: 0 }
#footer a { color:#fff; text-decoration:none; font-size:14px; font-weight:bold }
.footer-left a { margin-right:30px }
.footer-right a { margin-left:30px; float:right }
#footer a span { color:#878787 }

.footer-right ul, .footer-right li { margin:0px; padding:0px; list-style:none }

/* --- Produktübersicht --- */
.produktgruppe {width: 31%; height: auto; display: block; float: left; margin-right: 3.5%; margin-bottom: 3.5%; background: #f3f3f3;}
.produktgruppe:nth-child(3n) {margin-right: 0;}
.produktgruppe img {width: 100%; max-height: 319px;}
.produktgruppe h4 { width: 90%; height: 60px; margin: 0 5%; text-align: center;}
.produktgruppe p {width: 90%; margin: 0 5%; text-align: center; clear: both;}
.produktgruppe .produkt-btn {width: 50%;display: inline-block; background: #1a85fd; color: #fff; padding: 16px 0; margin: 10% 25% 15% 25%; text-align: center; transition: background 0.5s ease;}
.produktgruppe .produkt-btn:hover {background: #00407f;}

/* --- PARTNER DETAILS ---  */

.partner .spaltelinks { width:40%; float:left }
.partner .spalterechts { width:60%; float:right }
.partner .spalteunten { clear:both; padding-top:50px; display:none }

.partner .blog .item-image { display:none }

/* Produktbeschreibung aus Kategorien */

#partnerlistung .spaltelinks { width:20%; float:left; clear: left; line-height:28px }
#partnerlistung .spalterechts { width:80%; float:left; line-height:28px }
#partnerlistung .spalteunten { clear:both; padding-top:50px; display:none; margin-top:25px }

#partnerlistung .category-desc {
	float: left;
	width: 100%;
}
#partnerlistung .category-desc img {display: none;}
#partnerlistung .category-desc a {display: block; margin-bottom: 2.5%;}
#partnerlistung .category-desc a img {display: block;}

#partnerlistung .items-more ol {list-style: none;}

#partnerlistung .items-row a, #partnerlistung .items-more a {
	border-top: 1px solid #ccc;
    display: block;
    clear: both;
    height: 100px;
    line-height: 100px;
    color: #000;
    font-size: 15px;
	margin-bottom: 0 !important;
	transition: background 0.5s ease;
	padding-left: 2.5%;
}
#partnerlistung .items-row a:hover, #partnerlistung .items-more a:hover {background: #f4f4f4;}
#partnerlistung .items-row.row-0 a {border-top: none !important;}

#partnerlistung .items-row h2 {margin-bottom: 0;}
#partnerlistung .category-desc h3 {margin-bottom: 0;}

/*Aktualisierung, 05.09.2018 */
#partnerlistung .items-row .item-image { display:none }
#partnerlistung .category-name { display:none }
/*-----*/

.clearfix {clear: both;}

#menu-wrap a:hover { color:#1a85fd }


li.item-818, li.item-108, li.item-821 { display:none !important }

/*  --- CHRONIK ---  */
body {
  overflow-x: hidden;
}  s
.timeline {
  min-width: 1100px;
  background: url("images/globes-chronic-bg.jpg") no-repat;
}
  
.timeline ul {
  background: url(../images/globes-chronic-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5% 0 10% 0;
  min-width: 1200px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
  color: #fff !important;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
}
.timeline ul li.little::after {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}

time {color: #fff !important;}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 425px;
  padding: 35px;
  background: rgba(0,129,255,0.7);
  color: #fff !important;
}

.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -16px;
  border-width: 8px 16px 8px 0;
  border-color: transparent rgba(0,129,255,0.7) transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -536px;
}

.timeline ul li:nth-child(even) div::before {
  right: -16px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent rgba(0,129,255,0.7);
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

li.item-875 span { color:#fff }