﻿<!--

/********************************* Form **********************************/

INPUT:hover {background: #cccccc;}
INPUT:focus {background: #ffffff;}
INPUT:focus:hover {background: #ffffff;}

textarea:hover {background: #cccccc;}
textarea:focus {background: #ffffff;}
textarea:focus:hover {background: #cccccc;}

input.rounded {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 12px;
    color: #000000;
	border: 1px solid #c0c0c0;
    padding: 10px 10px;
    outline: 0;
    -webkit-appearance: none;
}

input.rounded:focus {
    border-color: #201b21;
	border: 1px solid #201b21;
    background: #ffffff;
}

input.rounded:focus:hover {
	border: 1px solid #201b21;
    background: #ffffff;
}

input.roundedcenter {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
	border: 1px solid #c0c0c0;
    padding: 10px 0px 10px 0px;
    outline: 0;
    -webkit-appearance: none;
	text-align: center;
}

input.roundedcenter:focus {
    border-color: #201b21;
	border: 1px solid #201b21;
    background: #ffffff;
	text-align: center;
}

input.roundedcenter:focus:hover {
	border: 1px solid #201b21;
    background: #ffffff;
	text-align: center;
}

textarea.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 12px;
    color: #000000;
	border: 1px solid #c0c0c0;
    padding: 10px 10px;
    outline: 0;
    -webkit-appearance: none;
}

textarea.rounded:focus {
    border-color: #201b21;
	border: 1px solid #201b21;
    background: #ffffff;
}

select.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 12px;
    color: #000000;
	border: 1px solid #c0c0c0;
    padding: 10px 10px;
    outline: 0;
    -webkit-appearance: none;
}

select.rounded:focus {
    border-color: #201b21;
	border: 1px solid #201b21;
    background: #ffffff;
}

#submit {
    background-color: #201b21;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
}


#submit:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

#submitklein {
    background-color: #201b21;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
}


#submitklein:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

.buttoncopy {
    background-color: #201b21;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius:0px;
    color: #fff;
    font-family: 'Verdana';
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border: 1px solid #201b21;
    box-shadow: 0px 0px 0px #777;
}


.buttoncopy:hover {
    border: 1px solid #000000;
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
}

a.knopCaptcha {
    background-color: #201b21;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:6px;
    color: #ffffff;
    font-family: 'Verdana';
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 0px #777;
    border: 1px solid #201b21;
}

a.knopCaptcha:hover {
    color: #000000;
    background: #c0c0c0;
    box-shadow: 0px 0px 0px #777;
    border: 1px solid #000000;
    font-weight: normal;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
   }
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    font-size: 12px;
	border: 1px solid #c0c0c0;
    padding: 0px 0px;
    outline: 0;
    -webkit-appearance: none;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
   }
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 10px;
  cursor: pointer;
}
.select-items div,.selected {
  color: #000;
    font-size: 12px;
}
.select-items div,.select{
  color: #000;
    border-color: #c0c0c0;
	border: 1px solid #c0c0c0;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color:grey;
  color: #fff;
}

-->