/*
Theme Name: SnackBox Service
Theme URI: http://raatid.net
Author: raatid interactive
Author URI: http://raatid.net
Description: custom Theme für den SnackBox Service / SBS Vogelsang GmbH
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: SnackBox

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#wpadminbar {
  top: 95px !important;
  position: fixed;
}
.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    text-align: center;
    background-color: #398f14;
    color: white;
    font-size: 20px;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    line-height: 28px;
}

.wpcf7-response-output {
    margin: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important; 
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    border-color: #dc3232!important;
    background-color: rgb(255 255 255);
    color: #dc3232;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    border: 4px solid !important; 
    border-radius: 10px;
}

.primary-button.form-button{
    position: static;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    float: none;
}

.wpcf7-not-valid-tip {
    margin-top: 3px;
    padding-top: 5px;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: bold !important;
    display: block;
    float: left;
}

.wpcf7-validation-errors {
    background-color: #f00;
    text-align: center;
    font-size: 20px;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    color: white;
    border: 2px solid #f00 !important;
    line-height: 28px;
    display: block;
}

.wpcf7-select{
  display: block;
  width: 100%;
  height: 45px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: museo-sans-rounded, sans-serif;
  color: #4a463f;
  font-size: 18px;
  text-align: left;    
}

.wpcf7-list-item-label{
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 700;
    color: white;
    font-size: 17px;
    float: right;
    padding-left: 10px;

    
    }  

.text-form-disclaimer{
     font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    color: black;
    font-size: 14px;
    display: block;
    text-align: left;
    
}

.form-disclaimer .wpcf7-not-valid-tip {

    margin-bottom:20px;
    margin-left: 15px;
}

.freecall-note {
  display: inline-block;
  padding-left: 15px;
  font-family: museo-sans-rounded, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}


.aufmerksamkeit {
    color: black !important;
    text-align: left !important;
}
.spacer_tiny {
  height: 5px;
  margin-top: 0px;
}

.select-option-container {
    position: static;
  display: block;
 background-color: #70b3cf;
  margin-right: -5px;
  margin-left: -5px;
  padding: 5px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border: 0px solid #70b3cf;
  border-radius: 5px;


}



/* * { border: 1px solid black; }
*/