@import url('https://www.jugendherberge.de/static/lazylibs/fonts/Dosis-Regular.ttf');

body {
	overflow-x: hidden !important;
	font-family: 'Dosis', Helvetica, sans-serif;
	background-color: #fff;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

html {
  margin: 0 auto;
}

p {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
}

.p1 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
  margin: 0;
}

.p2 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #353535;
  margin: 0;
}

.p3 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #353535;
  margin-bottom: 4px;
}

.p4 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
  margin-bottom: 30px;
}

.p5 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
  margin-bottom: 8px;
}

.p6 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #353535;
  margin-top: 60px;
  margin-bottom: 20px;
}

.p7 {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #353535;
  margin-bottom: 25px;
}

.headline {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 30px;
  color: #353535;
  margin-top: 0;
  margin-bottom: 25px !important;
}

.camp {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 18px;
  color: #353535;
  margin-top: 0;
}

.pboxed {
  border: 1px solid #c2c2c2;
  padding: 10px;
  margin-top: -5px;
}

.aendern {
    font-family: 'Dosis', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #353535;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 50px;
}

.headline-error {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 28px;
  color: #353535;
  margin-top: 0;
  margin-bottom: 15px;
}

.wdh {
  display: none;
}

.einruckk {
  padding-left: 33px !important;
}

input[type=text], input[type=search] , input[type=email], input[list] {
  width: 100%;
  padding: 5px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #a9a9a9;
  height: 40px;
  padding-left: 10px;
  color: #353535;
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s,
  box-shadow ease-in-out .15s;
  outline: 0 none;
}

a.lnk:link, a.lnk:visited {
  background-color: #005f94;
  opacity: 0.7;
  transition: 0.3s;
  color: white;
  padding: 22px 32px;
  text-align: center;
  text-decoration: none;
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  display: inline-block;
}

a.lnk:hover, a.lnk:active {
  background-color: #005f94;
  opacity: 1.0;
}

.button {
  background-color: #f39100;
  border: none;
  color: white;
  width: 100%;
  padding: 12px 32px;
  text-decoration: none;
  margin: 20px 0px;
  display: inline-block;
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
}

.button:hover {
  background-color: #ec6602
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  color: #353535;
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
}

select option {
  color: #353535;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

.select-wrapper {
  width: 200px;
  position: relative;
}


.ui-draggable, .ui-droppable {
	background-position: top;
}

.spacer {
  margin-top: 40px;
  margin-bottom: 60px;
}

.spacer-innen {
  margin-top: 40px;
  margin-bottom: 20px;
}

.spacer-top {
  margin-top: 20px;
}

.spacer-top-10 {
  margin-top: 10px;
}

.spacer-bottom {
  margin-bottom: 10px;
}

.spacer-bottom-15 {
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group2 {
  margin-bottom: 40px;
}

.pradio {
  font-family: 'Dosis', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #353535;
  margin: 0;
}

 .containerr {
   display: block;
   position: relative;
   padding-left: 30px;
   padding-top: 2px;
   margin-bottom: 8px;
   cursor: pointer;
   font-size: 16px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }

 /* Hide the browser's default radio button */
 .containerr input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }

 /* Create a custom radio button */
 .checkmarkk {
   position: absolute !important;
   top: 0 !important;
   left: 0 !important;
   height: 20px;
   width: 20px;
   background-color: #eee;
   border-radius: 50%;
   padding: 0 !important;
 }

 span.checkmarkk:before {
   display: none !important;
 }

 /* On mouse-over, add a grey background color */
 .containerr:hover input~.checkmarkk {
   background-color: #ccc;
 }

 /* When the radio button is checked, add a blue background */
 .containerr input:checked~.checkmarkk {
   background-color: #f39100;
 }

 /* Create the indicator (the dot/circle - hidden when not checked) */
 .checkmarkk:after {
   content: "";
   position: absolute;
   display: none;
 }

 /* Show the indicator (dot/circle) when checked */
 .containerr input:checked~.checkmarkk:after {
   display: block;
 }

 /* Style the indicator (dot/circle) */
 .containerr .checkmarkk:after {
   top: 6px;
   left: 6px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: white;
   border: 0;
 }

.einruck {
  margin-left: -33px !important;
  /*margin-bottom: 50px;*/
}

.einruck-margin-bottom {
  margin-left: -33px !important;
  margin-bottom: 50px;
}

.label-zusatz {
  font-size: 16px !important;
}

