/* comfortaa-regular - latin */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/comfortaa-v40-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/comfortaa-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/comfortaa-v40-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/comfortaa-v40-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/comfortaa-v40-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/comfortaa-v40-latin-regular.svg#Comfortaa') format('svg'); /* Legacy iOS */
}

.body {
  background-color:#d0ffff;
  color:#154dee;
  font-family: 'Comfortaa', cursive;
  font-size:1.0em;
  }

.adrfeld {
  font-family: 'Comfortaa', cursive;
  font-size:1.0em;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  }

.bilddiv {
  display:inline;
  margin-right:30px;
  border:1px solid #154dee;
  padding-bottom:5px;
  float:left;
  }

.desktop {
   display:none;
}

.eingabe {
  height:5.0em;
  }

.fehler {
  font-family: 'Comfortaa', cursive;
  font-size:1.3em;
  color:#ff0000;
  }

.fuss {
  font-family: 'Comfortaa', cursive;
  font-size:1.0em;
  height: 3.0em;
  display:block;
  width: 100%;
  color:#154dee;
  padding-top:1em;
  text-align:center;
}

.fusse {
  text-decoration:none;
  margin-left:30px;
  margin-right:30px;
  text-align:center;
  cursor:pointer;
}

h1 {
  font-size:1.8em;
  font-weight:normal;
  text-align:center;
  margin-top:0;
}

h2 {
  display:block;
  font-size:1.8em;
  font-weight:normal;
  text-align:center;
}

hr.blau {
   border-top: 1px solid #154dee;
}

.kfeld {
  font-family: 'Comfortaa', cursive;
  font-size:1.1em;
  width:98%;
  padding:5px;
  background: rgba(250, 250, 250, 0.5);
  margin-left:auto;
  margin-right:auto;
  }

.label {
  font-size:1.3em;
  width:18em;
  float:left;
  padding-top:0.2em;
  margin-right:1em;
  text-align:left;
  }

.labels {
  font-size:1.3em;
  width:18em;
  float:left;
  padding-top:0.5em;
  margin-right:1em;
  text-align:right;
  }

.link {
  color:#000080;
  text-decoration:underline;
  cursor:pointer;
  }

.menu {
  text-decoration:none;
  color:#154dee;
  background: #ffffff;
  cursor:pointer;
  text-align:center;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  padding:7px;
  border:2px solid #154dee;
  border-radius: 50px;
  }

.menue {
  text-decoration:none;
  padding-top:6px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:6px;
  background-color:#ffffff;
  color:#154dee;
  border-bottom:2px solid #154dee;
  border-top:2px solid #154dee;
  border-radius:30px 30px 30px 30px;
  text-align:center;
  cursor:pointer;
}
.menul {
  text-decoration:none;
  padding-left:1em;
  padding-right:1em;
  color:#154dee;
  text-align:center;
}

.text {
  font-family: 'Comfortaa', cursive;
  font-size:1.1em;
  color:#154dee;
  }

.textg {
  font-family: 'Comfortaa', cursive;
  font-size:1.6em;
  color:#154dee;
  font-style:bold;
  }

.textm {
  font-family: 'Comfortaa', cursive;
  font-size:1.2em;
  line-height:125%;
  color:#154dee;
  }

.titelein {
  margin-left:1em;
  }

.tblau {
   color:#0000ff;
}

.tgrun {
   color:#2cc30f;
}

.trot {
   color:#ff00ff;
}

.wkorb {
  font-family: 'Comfortaa', cursive;
  font-size:1.2em;
  color:#000000;
  background-color: #ffffff;
}

.woche {
  margin:0px;
  padding-top:20px;
  padding-bottom:20px;
  background: rgba(0, 0, 0, 0.6);
  //background-color: #000000;
  color:#ffffff;
  }

/*----------button und input-feld-------------------------*/

.butt {
  font-family: 'Comfortaa', cursive;
  text-decoration:none;
  font-size:1.2em;
  font-style:normal;
  font-weight:bold;
  color: #ffffff;
  background-color:#154dee;
  padding-top:7px;
  padding-bottom:7px;
  padding-left:20px;
  padding-right:20px;
  border:3px solid #154dee;
  border-radius: 50px;
  cursor:pointer;
  }

.buttgrau {
  font-family: 'Comfortaa', cursive;
  text-decoration:none;
  font-size:1.2em;
  font-style:normal;
  font-weight:bold;
  color: #ffffff;
  background:#a0a0a0;
  padding-top:10px;
  padding-bottom:7px;
  padding-left:20px;
  padding-right:20px;
  border:3px solid #a0a0a0;
  border-radius: 50px;
  cursor:pointer;
  }

input {
  font-family: 'Comfortaa', cursive;
  font-size:1.0em;
  color:#606060;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:6px;
  padding-bottom:4px;
  border:3px solid #154dee;
  border-radius: 50px;
  }
input:focus {
outline: none;
}

.passwortt {
  font-family: 'Comfortaa', cursive;
  font-size:1.2em;
  color:#404040;
  padding-left: 10px;
  padding-right: 10px;
  border-left:3px solid #154dee;
  border-top:3px solid #154dee;
  border-bottom:3px solid #154dee;
  border-radius: 50px 0px 0px 50px;
  cursor:pointer;
  }

.passwortg {
  font-family: 'Comfortaa', cursive;
  font-size:1.1em;
  background:#154dee;
  height:1.7em;
  padding-left: 5px;
  padding-right: 5px;
  border-top:3px solid #154dee;
  border-right:3px solid #154dee;
  border-bottom:3px solid #154dee;
  border-radius: 0px 50px 50px 0px;
  position:relative;
  top:11px;
  }

.textarea {
  font-family: 'Comfortaa', cursive;
  font-size:1.2em;
  height:4em;
  width:50em;
  color:#606060;
  padding-left: 30px;
  padding-right: 30px;
  padding-top:4px;
  padding-bottom:4px;
  border:3px solid #154dee;
  border-radius: 50px;
  margin-bottom:6em;
  }
input:focus {
outline: none;
}


/*ausserdem muss der container, usw umbenannt werden, weil gleiche namen für checkbox und radiobutton */
/*----------------------------------checkbox w3c----------------------------------*/
/* Customize the label (the container) */
.ccontainer {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ccontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.ccheckmark {
  position: absolute;
  top: 3;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #154dee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.ccontainer:hover input ~ .ccheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ccontainer input:checked ~ .ccheckmark {
  background-color: #154dee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.ccheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ccontainer input:checked ~ .ccheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ccontainer .ccheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------------radiobutton w3c----------------------------------*/
/* Customize the label (the container) */
.rcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

/* Hide the browser's default radio button */
.rcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  }

/* Create a custom radio button */
.rcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  border:1px solid #154dee;
  }

/* On mouse-over, add a grey background color */
.rcontainer:hover input ~ .rcheckmark {
  background-color: #ccc;
  }

/* When the radio button is checked, add a blue background */
.rcontainer input:checked ~ .rcheckmark {
  background-color: #154dee;
  }

/* Create the indicator (the dot/circle - hidden when not checked) */
.rcheckmark:after {
  content: "";
  position: absolute;
  display: none;
 }

/* Show the indicator (dot/circle) when checked */
.rcontainer input:checked ~ .rcheckmark:after {
  display: block;
  }

/* Style the indicator (dot/circle) */
.rcontainer .rcheckmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
 }

/*-----------------------------------selectbox ----------------------------------*/

.sselect {
  font-family: 'Comfortaa', cursive;
  font-size:1.1em;
  color:#404040;
  width: 12em;
  padding: 7px;
  border-radius: 40px;
  border: 3px solid #3d48a5;
  background: #ffffff;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  }

.sselectk {
  font-family: 'Comfortaa', cursive;
  font-size:1.1em;
  color:#404040;
  width: 3em;
  padding: 5px;
  border-radius: 40px;
  border: 3px solid #3d48a5;
  background: #ffffff;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  }

.myarrow {
  width: 23px;
  height: 28px;
  position: absolute;
  display: inline-block;
  top: -3px;
  right: 3px;
  background: url(grafik/mselect-icon.png) right no-repeat;
  pointer-events: none;
  }

.slabel {
  position: relative;
  }

/*------------------toggle-switch w3c---wahlweise eckig oder rund------------------------------*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



