html,body {
    width: 100%;
    height: 100%;
    height: 100vh;
}

.mailinglist {
        width: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);    
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;    
        -ms-transition: 0.2s;    
        transition: 0.2s;    
}

.mailinglist, form, input {
        font-family: Teko, 'Arial Narrow', sans-serif !important;
        -webkit-font-smoothing: antialiased;   
        outline: 0px;
}

form, input {
    font-size: 20px;
    color: #ad4134;
}

h3 {
    line-height: 30px;
}

form {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}

input.text {
    display: inline-block;
    font-size: 25px;
    text-transform: none;
    padding: 10px 20px 7px 20px;
    text-decoration: none;    
    text-align: left;            
    background: transparent;
    color: #ad4134;
    width: 300px;
    margin-right: 10px;
    border: 0px;
    border: 1px solid #ad4134;
}

input.button {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 20px 7px 20px;
    text-decoration: none;
    text-align: center;
    color: #ad4134;
    background: transparent;
    border: 1px solid #ad4134;
    outline: 0px;
    box-shadow: none;
    -webkit-transition: opacity 0.5s ease !important;
    -moz-transition: opacity 0.5s ease !important;
    -o-transition: opacity 0.5s ease !important;
    -ms-transition: opacity 0.5s ease !important;
    transition: opacity 0.5s ease !important;    
}

input.button:hover {
    background: #ad4134;
    color: #000;
}


body#iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
}
   
body.footersignup form, body.footersignup input, body.footersignup input.text, body.footersignup input.button, body.footersignup h3 {
    color: #fff;
}

body.footersignup h3 {
    margin: 0px auto 10px auto;
    line-height: 30px;
}

body.footersignup input.text, body.footersignup input.button {
    border: 3px solid #fff;
}

body.footersignup input.button:hover {
    color: #c75f85;
    background: #fff;
}

.mailinglist p {
    font-size: 20px;
    color: #ad4134;
    margin: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}    

.fadeoutsuperslow {
    -webkit-animation: fadeoutsuperslow 3000ms linear forwards;
    -moz-animation: fadeoutsuperslow 3000ms linear forwards;  
    -o-animation: fadeoutsuperslow 3000ms linear forwards;
    animation: fadeoutsuperslow 3000ms linear forwards;  
}   

@-webkit-keyframes fadeoutsuperslow {  
0% { opacity: 1;}  
40% { opacity: 1;}      
100% { opacity: 0;}    
}

@-moz-keyframes fadeoutsuperslow {  
0% { opacity: 1;}  
40% { opacity: 1;}      
100% { opacity: 0;}  
}

@-o-keyframes fadeoutsuperslow {  
0% { opacity: 1;}  
40% { opacity: 1;}      
100% { opacity: 0;}  
}

@-ms-keyframes fadeoutsuperslow {  
0% { opacity: 1;}  
40% { opacity: 1;}      
100% { opacity: 0;}  
}

@keyframes fadeoutsuperslow {  
0% { opacity: 1;}  
40% { opacity: 1;}      
100% { opacity: 0;}  
}

@media (max-width: 480px) {

h3 {
    font-size: 33px;
    letter-spacing: 0px !important;
    font-weight: normal;
}
input, input.text, input.button {
      display: block;
      width: 100%;  
}
input.text {
    padding: 3px 10px;
    box-sizing: border-box;
    margin: 5px auto;
}
body.footersignup input.button {
    color: #c45780;
    background: #fff;
    padding: 5px 20px;
    box-sizing: border-box;
}
    
    
    
}