
/* Native elements */
body {
    min-height: 100%; 
    position: relative; 
    padding-bottom: 40px; 
}

/* ============== Sticky footer ============== */
html {
        height: 100%;
      }
      
      /* Fonts */
      h2[itemprop=name] {
      	font-size: 20px;
      }
      
      #header {
      	margin-top: 10px;
		background-color: #FFF;
      }
      
      #wrapper {
		height: 100%;
      }

      #container {
		height: auto !important;
		/*margin: -102px auto -40px; /* Head-height and Footer-height manual zu set*/
	    min-height: 100%;
	    padding-bottom: 50px;
      }
      #footer {
        background-color: #232F3E;
        box-shadow: 0 -1.5px 6px rgba(0,0,0,0.5);
      }
      
	   #footer a {
		color: #FFF;
		text-decoration: none;
	}
	#footer #copyright a {
		font-weight: bold;
	}
	
	.nav > li > a:hover, .nav > li > a:focus {
		text-decoration: none;
		background-color: #3273dc;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
	strong.active{
		color: #FFF;
		background-color: #3273dc;
		font-size: 16px;
		margin: 2px;
	}
	
	.navbar {
		background-color: #FFF;
	}
      

.invisible {
	display: none;
}

/* ============== Membervigation START ============== */

.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}


.mod_iso_productlist {
/* 	background-color:red; */
}

.geoshop-login {
	padding: 65px;
	padding-top: 30px;
}

.btn-default {
	color: #fff;
	font-weight: normal;
	background-color: #3273dc;
	border: 1px solid #4285f4;
}

.geoshop-login input.form-control {
	width: 60%;
	border: 1px solid #232F3E;
}

.product {
/* 	background:green; */
	margin-bottom: 30px;
}

.product_list .product .formbody {
/* 	background:cyan; */
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    /*padding:15px;*/
    min-height: 320px;
    
}

.product_list .product .formbody h3 {
	font-size: 18px;
}

.product_list .product .image_container {
	margin-bottom: 15px;
}
	
nav.mod_navigation.menue_mitglied_ciss{
	margin-top:.5em;
	height:1.5em;
	margin-bottom:2.5em;
}
nav.menue_mitglied_ciss > ul.level_1.navbar{
	display:flex;
	justify-content: right;
	width: 100%;
	padding-right:20em;
	position:absolute;
}
nav.menue_mitglied_ciss > ul.level_1.navbar-default > li.submenu.sibling.nav-item > span {
	margin: 2px 2px;
}

nav.menue_mitglied_ciss > ul.level_1.navbar-default > li.submenu.sibling.nav-item > a.nav-link >span:after,
nav.menue_mitglied_ciss > ul.level_1.navbar-default > li.submenu.nav-item.dropdown > a.nav-link >span:after {
	content: ' ▼';
	font-size: .5em;
	padding-bottom: 1.2em;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
}
nav.menue_mitglied_ciss > ul.level_1 >li.nav-link.active {
    text-align: center;
    display:inline-block;
}


#menue_mitglied ul {
/* 	float: right !important; */
	margin: 0;
}

#menue_mitglied li {
  float: left;
  width: auto;
  list-style-type: none;
  margin: 5px ;
}
#menue_mitglied a,
#menue_mitglied span {
  display: block; 
  text-align: left; text-decoration: none;
  /*padding: 5px 5px;*/
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
}

#menue_mitglied a:hover,
#menue_mitglied span:hover {
/*	color: #32d0c1;*/
	color: #151515;
}

#menue_mitglied ul.level_1.navbar > li.nav-item{
	text-align: center;
	height: 45px;
    margin: auto 2px;
    align-items: center;
	display: flex;
	justify-content: center;
	white-space: nowrap;
}
#menue_mitglied ul.level_1.navbar > li.active.nav-item{
	text-align: center;
    height: 45px;
    margin: auto 2px;
    align-items: center;
	display: flex;
	justify-content: center;
	background-color: #3273dc;
	white-space: nowrap;
}

#useridata_show {
	padding: 5px 10px;
	float: right;
}

/* ============== Membernavigation ENDE ============== */


#wrapper {
/*     height: auto !important; */
/*     margin: 0 auto -60px; */
/*     min-height: 100%; */
}

#footer {
    position: absolute; 
    left: 0 ; right: 0; bottom: 0; 
}


#copyright {
	padding: 10px 0;
	color: #FFF;
}

#feature-table-body .measure-area {
	margin: 5px 0;
}

.ol-mapscale {
	background-color: #232F3E;
}

.ic-control-container-top-left {
	left: .99em;
}

.ol-control button,
.ic-permalink-popup button, 
.ic-control-container-bottom-left-sub,
.ol-scale-line {
	color: #fff;
	background: #232F3E;
}

.ic-control-container-bottom-left-sub,
.ol-scale-line {
	background-color: #232F3E;
}

.ic-map:-ms-fullscreen {
	height: 100% !important;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0;
}


input[type="file"] {
    height: 100%;
}

/* Oberster Bereich (GeoShop Südwestfalen usw.)*/
.top-bar > div {
	margin-top: 0px;
	margin-bottom: 0px;
}

p.slogan {
	margin: 0px;
	font-weight: bold;
}

/* Additional Styles for the Bootstrap Navbar  - Menüleiste mit Startseite Produkte usw.*/
.navbar {
	/*box-shadow: 0 4px 2px -2px #f0d232;*/
	border-top: 10px;
/*	border-bottom: 5px solid #052d49;*/
	padding: 5px;
	margin-bottom: 15px;
	background-color: #bacad6;
}

/* Additional Styles */
header:first-child {
	background-color: #FFF;
}

#footer > div > div > div > .pull-right > nav > ul{
	display: flex;
}
.nav-pills > li > a,
#footer > div > div > div > .pull-right > nav > ul > li > a{
	border-radius: 0px;
}
.nav-pills > li,
#footer > div > div > div > .pull-right > nav > ul > li{
	font-weight: bold;
}
.nav-pills > li.active > a,
#footer > div > div > div > .pull-right > nav > ul > .active,
.nav-pills > li.active > a:hover, 
#footer > div > div > div > .pull-right > nav > ul > .active:hover,
.nav-pills > li.active > a:focus,
#footer > div > div > div > .pull-right > nav > ul > .active:focus{
	color: #fff;
	background-color: #3273dc;
}

.navbar-default .navbar-brand {
    font-weight: bold;
}

.navbar-brand {
	font-size: 25px;
	visibility: hidden;
}

.top-bar-brand {
	font-size: 28px;
	font-weight: bold;
/*	color: #000;*/
	color: #5a5a5a;
}

.top-bar-brand:hover {
	text-decoration: none;
	color: #151515;
}

.navbar-right {
	font-weight: bold;
}

/* Menüleiste mit Startseite, Produkte usw. */
.navbar-default .navbar-nav > li > a {
	color: #555;
	font-size: 16px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFF;
	background-color: #3273dc !important;
}

.level_3 {
	list-style: none;
	font-weight: bold;
	margin-right: 25px;
	padding-left:2em;
}

.dropdown-menu {
	min-width: 300px;
	padding-left: 1em;
}

.dropdown-menu li a {
	font-weight: bold;
	color: #333;
}

#ctrl_keywords_28 {
	border-radius: 0px;
}

.input-group-btn > .btn {
	border-radius: 0px;
}

img.img-responsive {
	display: block;
    margin: 0 auto;
}

.map-panel {
	/*width: 100vw;
    margin-left: calc(-50vw + 50% - 8px); */
    /*margin-top: -20px; */
}

.image_container {
	text-align: center;
}

.list_info {
	padding-left: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

/* Bestelldetails Bilder */ 
.mod_iso_orderdetails img {
	height: auto;
	width: 300px;
}

/* Produktcards */
.formbody .image_container a img {
	width: 100%;
	height: 180px;
}

.teaser {
	color: #3273dc;
	font-size: 18px;
	font-weight:normal;
}

.backbuttonhelp{
	float: right;
	width: 8%;
	display:inline;
	font-weight:bold;
}

#slider_home {
	width: 100vw;
	margin-left: calc(-50vw + 50% - 8px);
	position: relative;
	height: 500px;
}

/* Sliderbilder */
#slider_home .ce_sliderStart .content-slider .carousel-inner .slider-wrapper .item .ce_image .image_container img {
	height: auto;
	width: 100%;
}
#slider_home > div.content-slider{
	height: 500px;
}
#slider_home > div.content-slider > div.slider-wrapper{
	height:500px;
}
.slider-control .slider-prev{
    display: none;
    visibility: hidden;
}
.slider-control .slider-next {
    display: none;
    visibility: hidden;
}
.slider-control .slider-menu {
    margin-top:-40px;
    cursor: pointer;
}
.slider-control .slider-menu b {
    color: #bbb;
    margin: 3px;
    text-indent: -999px;
    border-radius: 5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}
.slider-control .slider-menu b.active {
    color: #fff;
}

#ctrl_sorting_23 {
	width: auto;	
}

/*.ce_text {
	margin-top: 10px;
}
*/

/*Media Queries*/
@media only screen and (max-width: 990px) {
	#footer {
		height: 80px;
	}
}
@media only screen and (max-width: 572px) {
	#footer {
		height: 100px;
	}
}

/* Akkordeon für Hilfe-Seite (Produktbeschreibungen, ...*/
.panel-heading {
	aria-expanded: false;
}
.panel-heading:hover{
	background-color: #a8a8a8;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

/* Regisitrierung: Anrede und Land */
.bootstrap-select > .dropdown-toggle {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}

/* TOP-Link */
.nach_oben_link {
    background-color: #4d4343;
    border: 1px solid #eeeeee;
    display: block;
    right: 0%;
    margin-left: 0px;
    opacity: 0.6;
    padding: 0;
    position: fixed;
    bottom: 50px;
    z-index:888;
    padding: 10px 15px;
}
.nach_oben_link > a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

/* Searchpanel Geomap */
.ic-search-table-box .form-group {
	margin-bottom: 0;
}

/**/
#tools-icon:hover {
	cursor: pointer;
}

.breadcrumb {
	background-color: #FFF;
}

/*Weißer Lupen-Button*/
.white {
    color: #3273dc;
    background-color: #FFF;
    border-color: #dbdbdb;
}

/* Login - Als Gast bestellen Rahmen */
.box {
	border: 0.5px solid gray;
	height: 350px;
}

/* Overlays -Fonts */
.list-group-item label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Fixes by AW for checkout */
.form-horizontal .form-group {
	margin-left: 0;
}

div.custom-control.custom-radio label.custom-control-label {
    display: inline;
}

/* Fix for data protection */
.custom-checkbox {
	display:flex;
	justify-content: start;
}
.custom-control-input {
	margin: auto 0.5em !important;
}
.custom-control-label {
	margin: auto 0;
}
.invalid-feedback {
	color: #c00;
	margin-top: 1em;
	padding-left: .5em;
	border-left: .5em solid #c00;
}

.map_ui22 {
	width: 100%;
}

.map_ui22 input {
    background: #eee;
	border: 1px solid #999;
	width: 100%;
	height:2.5em;
}

.mu22_searchparcel, .mu22_searchaddr {
	padding-top:2.2em;
}