/*
Theme Name: Hack
Author:   Franz Kufer
Author URI: https://www.kufer-richter.de
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
  }
img {
     border: none;
     max-width: 100%;
     height: auto;
}
body {
     font-family:  'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #000;

}

.modal-backdrop{
  background:#000000!important;
}


.gm-style-iw-d{
	color:black!important;
}

.bold{
    font-weight: 700;
}
.semi-bold{
    font-weight: 600;    
}
.clear{
    clear: both;
}
.pb20{
    padding-bottom: 20px ;
}
.mt80{
    margin-top: 80px;
}
.mt55{
    margin-top: 55px;
}
.light{
    font-weight: 200;
}
.italic{
    font-style: italic;
} 
.uppercase{
    text-transform: uppercase;
}
.underline{
    text-decoration: underline;
}
.textcenter{
    text-align: center;
}
.textright{
    text-align: right;
}
.textwhite{
    color: #fff;
}
.floatright{
    float: right;
}

img.fit{
    width: 100%;
    height: auto;
}
img.max-fit{
    width: auto;
    max-width: 100%;
    height: auto;
}
img.fitvertical{
    height: 100%;
    width: auto;
}
li{
    list-style: none;
}

a{

    text-decoration: none;
}
.hidden{
    display: none;    
}

.col-sm-1{
width: 8.3%;
}
.col-sm-2{
width: 16.6%;
}
.col-sm-3{
width: 25%;
}
.col-sm-4{
width: 33.3%;
}
.col-sm-5{
width: 41.6%;
}
.col-sm-6{
width: 50%;
}
.col-sm-7{
width: 58.3%;
}
.col-sm-8{
width: 66.6%;
}
.col-sm-9{
width: 75%;
}
.col-sm-10{
width: 83.3%;
}
.col-sm-11{
width: 91.6%;
}
.col-sm-12{
width: 100%;
}

div[class*="col"] {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
float: left;
}
label{
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-weight: 200;
    
}
input,
textarea,
select {
    box-sizing: border-box;
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
    border: none;
    background-color: var(--textcolor);
    padding: 0 0 0 4px;
    border-left: 3px solid var(--textcolor);
    width: 100%;
    color: #000;
    height: 28px;
    line-height: 28px;
    transition: all 0.1s linear;
    -webkit-appearance:  none;   
    transition: all 0.7s
}
input:focus,
textarea:focus,
select:focus,
input:hover,
textarea:hover,
select:hover {
   
    background-color: transparent;
    color: var(--main);
     outline: none; 
}
input::-moz-focus-inner {
  border: 0;
}
textarea{
    padding: 8px;
    font: 400 14px/20px 'Source Sans Pro', Arial;
    resize: vertical;
    height: 100px;
    margin-top: 4px;
}
input[type="submit"],
a.button{
    height: 32px;
    line-height: 32px;
    margin: 32px  0 0;
    background-color: var(--main);  
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center; 
     
}
a.button{
    display: inline-block;
    padding: 0 16px;
}
a.button.big{
    display: block;
    padding: 0;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #26574b;
    margin: 0 0 0 -15px ;
}
.row{
    margin-right: -15px;
    margin-left: -15px;


}

