.csc-mailform a{
  color: white; font-weight: bold;
}
.detail{
  color: #00756b;
}

.no-padding{
  padding: 0px;
}

.bg-white{
  background-color: #FFF;
}

.top-bar{
  margin-bottom: 0px;
}

.text-white{
  color: white;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
  color: white;
}

.slider img{
  width: 100%;
}

.action .bodytext{
   margin-bottom: 1.4em;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 1em;
    height: 2em;
    margin: 5px 0px;
    padding: 0px;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}

fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

label{
  color: inherit;
  font-size: 1em;
}

.logo{
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.headline{  
  padding-top: 0.5em;
  font-size: 1.6em;
}

.headline p{
  margin-bottom: 0.5em;
}

.mynav{
  background-color: #C9C9C9;
}

.mynav button, .button {
    background-color: #808285;
    border-color: #67696B;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1;
    margin: 0.5em;
    margin-right: 1em;
    padding: 0.5em 0.5em .05em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

button.small, .button.small {
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em;
}

.foot{
    float: right;
    font-size: 8px;
}

li.active a{
    background-color: #00756B;
    color: #FFFFFF;
}

.info p{
    margin-bottom: 0px;
    float: left;
    width: 50%;
}

.info .csc-textpic-intext-right img{
    margin-top: .5em;
    float: right;
    margin-right: 30%;
    transform:rotate(5deg);
    -ms-transform:rotate(5deg); /* IE 9 */
    -moz-transform:rotate(5deg); /* Firefox */
    -webkit-transform:rotate(5deg); /* Safari and Chrome */
    -o-transform:rotate(5deg);
    width: 65px;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
  
#mailform .button{
  padding-bottom: 5px;
  font-size: 1em;
  margin: 0.5em 0;
}

#mailform{
  margin: 0px;
}