* {
  outline: none;
  padding: 0;
  margin: 0;
  }
  
HTML {
  width: 100%;
  height: 100%;
  
  }  
  
BODY {
  width: 100%;
  height: 100%;
  }  
  
IFRAME {
  width: 100%;
  height: 100%;
  border: none;
  }
  
INPUT {
  font-family: Arial;
  }  
  
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
  
.main-view {
  padding-top: 20px;
  }    
  
.websms-optin {
  margin-top: -20px;
  }  

.optin-wrapper {
  box-shadow: none;
  padding-top: 100px;
  position: relative;
  font-family: Arial;
  }
  
.optin-wrapper:before,
.optin-wrapper:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100px;
  filter: saturate(1);
  transition: 0.2s;
  }
  
.optin-wrapper:before:hover,
.optin-wrapper:after:hover {
  filter: saturate(1);
  }  
  
.optin-wrapper:before {  
  left: 20px;
  width: 43%;
  background: url('../img/logo-landeskrankenhaeuser.png') no-repeat center center;
  background-size: contain;
  opacity: 0.75;
  } 
  
.group-all-selector {
  display: none;
  }  
  
.button {
  background: #5696c1;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: bold;
  font-family: Arial;
  transition: 0.2s;
  }   
  
.button:hover {
  background: #0373ac !important;
  }  
  

.link,
.websms-footer a, 
.websms-footer a:visited {
  color: #5696c1;
  }  
  
.checkbox-selector input[type=checkbox]:checked+label,
.terms-and-conditions input[type=checkbox]:checked+label {
  background-image: url('../img/checked.svg');
  background-size: 21px auto;
  }  
  
tel-country-dropdown .dropdown-list li.selected, tel-country-dropdown .dropdown-list li.selected.focused {
  background-color: #eee;
  color: #000;
  }  
  
.input-date:focus, .input-text:focus {
  border-color: #5696c1;
  }  
  
.accordion-head {
  background-color: #5696c1;
  }  
  
.subtitle {
  background-image: url('../img/success.svg');
  background-size: 30px auto;
  }  
  
.required-field {
  color: #cb0739;
  font-size: 14px;
  top: 0;
  font-weight: bold;
  }  
  
FOOTER {
  display: none;
  }  
  
@media (max-width: 600px){

 .optin-wrapper {
   padding-top: 60px;
   }

.optin-wrapper:before,
.optin-wrapper:after {
  height: 60px;
  }

}  