/*
Theme Name: stobag
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

html,body {
}

html {
}

body{
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}

a{
    transition: all 0.25s linear;
}
a:hover{
}
em{
    color: inherit;
}
*+p{
    margin-top: 0;
    padding-top: 0;
}
a, :focus {
    outline: none;
}
b, strong {
}



/* registrationForm */
.registrationForm .termField{
    height: 200px;
    overflow: auto !important;
}
.registrationForm .gf_progressbar_title{
    font-size: 0px !important;
}
.registrationForm .gform_wrapper ul li.gfield {
    margin-top: 10px;
    padding-top: 0;
}
.registrationForm .gfield_checkbox li input,
.registrationForm .gfield_checkbox li input[type=checkbox],
.registrationForm .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}
.registrationForm label {
    margin-bottom: 0px !important;
}
.registrationForm .ginput_container {
    margin-top: 0px !important;
}
.registrationForm .ginput_container_checkbox .form-control {
    width: auto;
    height: auto;
}
.registrationForm .gfield_error {
    background-color: rgba(255,223,224,.25)!important;
    margin-bottom: 2px !important;
    border-top: 1px solid #c89797!important;
    border-bottom: 1px solid #c89797!important;
    padding-bottom: 2px!important;
    padding-top: 2px!important;
}
.registrationForm .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
.registrationForm .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}


/* page content */
.pageContent{
    padding: 0px 30px 0px 0;
}


/*
 * print styles
 */
@media print{
    .uk-grid {
        display: inline !important;
    }
}
