@font-face {
font-family: Regola;
src: url('../2024.lso.ch/files/cts-theme/LSO/fonts/FTRegolaNeue-Regular.otf')
format("opentype");
}
* {
font-family: Regola, Hevetica, Arial, sans-serif;
	
	font-size: calc(1.2 * (1.7vw)); 
  
	
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
}
html {
    background: #fff;
	
}

body {
    
	
	font-size: 100.01% !important;
	
	line-height: 1.2;
    text-underline-offset: 0.25em; 
	
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Regola", sans-serif;
 
}
a {
    color: #000;
}

a:hover {
    opacity: 0.6;
    color: #000;
}

/* Formular -Design weisser Hintergrund - schwarze Schrift - rot Eingabe */
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input:not([type]) {
    /*width: 70%;*/
    border-bottom: 1px solid #fff !important;
    margin-bottom: 30px;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input:not([type]) {
    color: #fff;
    background-color: #8C0F2E;
}

input[type="text"]:focus, 
input[type="textarea"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
/*input[type="search"]:focus, */
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
input:not([type]):focus, 
input[type="text"], 
input[type="textarea"],
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
/*input[type="search"], */
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input[type="checkbox"],
input:not([type]) 

{
     outline: 0;
    background-color: transparent !important;
	
    border-bottom: 1px solid #8C0F2E ! IMPORTANT;
	border-top-width:0px !important;
    color: #8C0F2E !important;
	margin-top: 10px;
    
	width: -webkit-fill-available;
}
input[type="textarea"] {

	height:40px
	rows="4"
}



.radio_container label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #8C0F2E !important;
    border-radius: 50%;
    background-color: transparent !important;
    transition: background-color 0.2s;
}
.handorgel__content .radio_container label::before
    {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #8C0F2E !important;
    border-radius: 50%;
    background-color: transparent !important;
    transition: background-color 0.2s;
}
.handorgel__content .textarea,
.menuMitgliedschaft .handorgel__content .checkbox
    {
    background-color: transparent !important;
    border: 2px solid #8C0F2E !important;
    }  
    
input[type="checkbox"] {
    display: none; /* Hide default checkbox */
}

input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 15px; /* Adjust size as needed */
    height: 15px; /* Adjust size as needed */
    border: 2px solid #8C0F2E; /* Example color: green */
    /*border-radius: 3px;  Rounded corners */
    margin-right: 8px; /* Spacing between checkbox and label */
}

input[type="checkbox"]:checked + label::before {
    background-color: #8C0F2E; 
}
  

.widget-explanation {
  padding: 0;
  margin-bottom: 80px;
  border: 0px solid #ccc;
}

input[type="text"], 
input[type="textarea"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
input:not([type]), 
textarea {
  display: inline-block;
  padding: 0;
  padding-bottom: 5px;
  border: 0px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 1px #eee;
  -webkit-box-shadow: inset 0 0px 0px #eee;
  box-shadow: inset 0 0px 0px #eee;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}



.widget>label {
    font-weight: 400;
}

input::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #fff;
}
input::-ms-input-placeholder {
    color: #fff;
}
input::placeholder {
    color: #fff;
}

form button, 
input[type=submit], 
.button {
    font-size: calc(1*(1.7vw));
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 25px;
    background:#8C0F2E;
	color:#fff;
}

form button:hover, 
input[type="submit"]:hover {
  color: #8C0F2E;
  background:#EAEAEA;
}
@media only screen and (max-width:992px) {
    
    

    * {
        font-size: 1.05em !important;
		
	}
}