.disable-dbl-tap-zoom {
  touch-action: manipulation;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

select, option {
  //-webkit-appearance: none;
}

.select-wrapper:after {
    content: '\f107';
    font-family: normal normal normal 12px/1 FontAwesome;
    color: white;
    right: 14px;
    top: 4px;
    height: 26px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

a:link, a:visited, a:hover, a:active{
  text-decoration: none;
  color: black;
}




.pomsfarbe {
	color: #b5f120;
	font-size: 30px;
}

.farbe {
	color: tomato ;
}

ul {
	list-style:square; 
}

.form-horizontal {
    display:block;
    width:50%;
    margin:0 auto;
}

.modal.modal-sm { 
	max-width: 30% !important; 
	right: 0; 
}
/*
.table {
    margin: 0 auto !important;
    //max-width: 40%;
}  */

tr>td {
	max-height:34px;
}

/* Instagram */
.fa-instagram {
  background: #cd0078;
  color: white;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-bottom: 4px;
  font-size: 24px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 18%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  xxheight: 40px; /* Set the fixed height of the footer here */
  xxline-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;
}



#topheader .navbar-nav li > a { 
            text-transform: capitalize; 
            color: #333; 
            -webkit-transition: background-color .2s, color .2s; 
            transition: background-color .2s, color .2s; 
        } 
        #topheader .navbar-nav li > a:hover,  
        #topheader .navbar-nav li > a:focus { 
            background-color: #005596; 
            color: #fff; 
        } 
        #topheader .navbar-nav li.active > a { 
            background-color: #3990E0; 
            color: white; 
        } 