.toolbar_icon {
    width: 27.17px;
    height: 28.05px;
    background: -webkit-linear-gradient(top, #FCFEFF 0%, #E7F3FF 100%);
    background: linear-gradient(180deg, #FCFEFF 0%, #E7F3FF 100%);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
    width: 27px;
    height: 27px;
}

html {
  overflow-y: scroll;
  /*cursor: auto!important;*/
}

body {
    background: #C0B29C;
    font-family: 'Lato';
    font-weight: 300;
    /*cursor: auto;*/
}

.content_background {
    background: url('/assets/infoscreen.png') bottom no-repeat white;
}

p {
  font-size: 16px;
  line-height: normal;
  font-family: 'Lato';
}

.tel {
    color: #5D9EDF;
    font-weight: bold;
    font-size: 1.3em;
}

.blue_font {
    color: #2F84D7;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

.man {
    background: url('/assets/4.png') left bottom no-repeat;
    height: 100%;
    width: 100%;
}

.woman {
    background: url('/assets/frau.png') right top no-repeat;
}


.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

figure,
section,
header,
nav,
aside,
main,
article,
footer {
  display: block;
}

html {
  margin: 0;
  padding: 0;
}

html * {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
}

canvas {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

figure {
  margin: 0;
  padding: 0;
}

video {
  -o-object-fit: cover;
  object-fit: cover;
}

ul {
  margin: 0 0 0 20px;
  padding: 0;
}

input,
button,
textarea {
  -webkit-appearance: none;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button,
input[type="submit"] {
  border: none;
  outline: none;
}

textarea {
  margin-bottom: 25px;
}


/* PREV / NEXT Button */
.prev-button,
.next-button {
  position: absolute;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  left: 0;
  text-align: right;
  cursor: pointer;
}

.next-button {
  content: ">";
  left: auto;
  right: 0;
  text-align: left;
}

.smallheadline {
  font-family: 'Lato';
  font-size: 18px;
  line-height: 18px;
  color: #2F84D7;
  display: block;
  position: relative;
  margin: 35px 0 25px 0;
  font-weight: 400;
}

.smallheadline:first-of-type {
  margin-top: 0;
}

.smallheadline img {
  max-width: 21px;
  height: auto;
  vertical-align: baseline;
}

.smallheadline2 {
  opacity: 0.5;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #000000;
  display: block;
  margin: 0 0 10px 0;
  font-weight: 400;
}


/* CHECKBOX */
/* input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: table;
  position: relative;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.35);
  padding-left: 25px;
  margin-top: 25px;
}

input[type="checkbox"] + label:before {
  content: "";
  opacity: 0.35;
  border: solid 1px #37A1FF;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 14px;
}

input[type="checkbox"]:checked + label:before {
  content: "x";
} */


/* ALIGN Classes */
.align-center {
  text-align: center
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

/*
.selectcontainer {
  background-color: rgba(80, 188, 255, 0.1);
  border: 1px solid #44AFFF;
  border-radius: 10px 0 0 10px;
  border-radius: 15px !important;
  padding: 10px;
  color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
*/

.selectcontainer {
  background: -webkit-linear-gradient(299.56deg, #5AC7FF 0%, #2F98FF 100%);
  background: linear-gradient(150.44deg, #5AC7FF 0%, #2F98FF 100%);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 47px;
  text-align: center;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  letter-spacing: 3px;
  padding: 10px 25px;
  color: #FFFFFF;
  display: table;
  margin: 0;
  text-transform: uppercase;
}


.moreupload {
  font-family: 'Lato';
  font-size: 16px;
  line-height: 25px;
  color: #359EFF;
  font-weight: 400;
  margin-top: 10px;
  cursor: pointer;
}

input[type="file"] {
  display: none !important;
}

input[type="text"] {
  color: #333 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 1;
}

img.obj {
  max-width: 100px;
  height: auto;
  margin-right: 15px;
  max-height: 100px;
  width: auto;
}

#preview,#uploaded-photos-container {
  height: auto;
  min-height: 150px;
  margin-top: 25px;
}

#preview .uploadimgcontainer, #uploaded-photos-container .uploadimgcontainer {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#preview > div .removeimg, #uploaded-photos-container > div .removeimg {
  position: absolute;
  top: 5px;
  right: 40px;
  margin: 0;
  font-size: 14px;
  line-height: 12px;
  cursor: pointer;
}

#preview > div .removeimg a, #uploaded-photos-container > div .removeimg a {
  color: red;
  text-decoration: none;
  font-size: 14px;
  line-height: 12px;
}

#preview img.obj, #uploaded-photos-container img.obj {
  margin-right: 10px;
}

/* Overwrite the above style for the upload-component */
.badnet-uploadfield .uploadimgcontainer {
  position: relative;
  display: block;
  vertical-align: top;
  padding-right: 25px;
  padding-bottom: 25px;
}


/* Button-Container */
.badnet-buttoncontainer {
  display: table;
}



/* Image Upload and Images from DB */
.image-container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  min-height: 0;
  height: auto;
}

.image-container {
  position: relative;
  display: block;
  vertical-align: top;
  /* margin-right: 25px; */
  /* margin-bottom: 25px; */
  cursor: pointer;
  margin-right: 10px;
}

.image-container:before {
  content: "";
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
}

.image-container img {
  margin-right: 0;
  margin-bottom: 0;
  float: none !important;
}

.image-container .removeimg {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  opacity: 0;
  z-index: 20;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.image-container .removeimg a {
  color: red;
  text-decoration: none;
  font-size: 14px;
  line-height: 12px;
}

.image-container:hover:before {
  opacity: 1;
}

.image-container:hover .removeimg {
  opacity: 1;
}

.popupcontainer button.linkWissensdatenbank {
  float: left;
  background: -webkit-linear-gradient(299.57deg, #5FDCB8 0%, #06B683 100%);
  background: linear-gradient(150.43deg, #5FDCB8 0%, #06B683 100%);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 47px;
  text-align: center;
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  letter-spacing: 3px;
  padding: 15px 35px;
  color: #FFFFFF;
  display: table;
  margin: 25px 0 0 auto;
  text-transform: uppercase;
}


/* New Checkbox-Container - wrapt the ngif loop */
.badnet-checkboxContainerWrap.fullsize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.badnet-checkboxContainerWrap.fullsize checkbox-container {
  float: left;
  width: calc(100% / 5);
}

.badnet-checkboxContainerWrap.fullsize .badnet-checkboxContainer {
  margin-bottom: 15px;
}