* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  line-height: 1.4em;
}
.onet{
	font-family: 'Roboto';
	color: #d1d1d1;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
  margin: 10px 0px -20px 0px;
	padding: 5px 20px;
}
.container {
  max-width: 1075px;
  width: 100%;
  background-color: #fff;
  margin: 25px 0;
  padding: 0 25px 100px;
  border-radius: 5px;
}
.center {
  text-align: center;
}
.bold{
  font-weight: bold;
}

header {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 40px;
}

header .logo {
  max-width: 200px;
}

header .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("header_img.png");
  background-position: 65% bottom;
  background-repeat: no-repeat;
}

header .header_content h1 {
  max-width: 540px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #1b478a;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin: 38px 0;
  text-transform: uppercase;
}

header .header_content h1 span {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

header .header_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #707070;
  height: 35px;
  max-width: 290px;
  width: 100%;
}

header .header_input input {
  border: none;
  width: 100%;
  height: 100%;
}

header .header_input img {
  border-left: 1px solid #b8b8b8;
  padding: 0 5px;
}

header .header_box {
  background-color: #1b478a;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

header ul li {
  padding: 10px 20px 10px;
}

header ul li a {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1025px;
  width: auto;
}

.content .title{
  color: #000000;
  font-weight: ;
  font-size: 35px;
  margin: 20px 0;
  font-weight: 700;
  line-height: 1.4em;
}

.image {
  width: 100%;
  display: block;
  margin: auto;
}

.image-medical span {
    width: 90%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #ddd;
    margin: -20px auto 0px auto;
    padding: 5px;
}

.content {
  width: auto;
  max-width: 715px;
}

.card {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
}

.card img {
  width: 100%;
}

.user-img {
  max-width: 300px;
  margin: 15px auto 0px auto !important;
  display: block;
}

.content .card p {
  font-weight: bold;
  text-align: center;
  margin: 5px 0px 20px 0px;
}

.scroll_box {
  display: block;
  cursor: pointer;
  background-color: #ffc000;
  margin: 20px 0px 30px -25px;
}

.scroll_box_2 {
  display: block;
  cursor: pointer;
  background: url("../images/arrow_down.png");
  background-position: 96% center;
  background-repeat: no-repeat;
  background-color: #ffc000;
  margin: 50px 0px 50px -25px;
}

.content .scroll_box p {
  font-family: 'Roboto';
  color: #000000;
  font-size: 23px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
}

.content .scroll_box_2 p {
  font-family: 'Roboto';
  color: #000000;
  font-size: 23px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
}

.x-img_list-medical {
  width: auto;
  margin: 20px 20px 20px 0px;
  padding: 10px;
  list-style-type: none;
}

.content .x-img_list-medical p {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.x-img_list-medical .first-line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.first-line img {
  margin-right: 10px;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.scientist {
  width: 100%;
  padding: 10px;
  border: 3px solid #084708;
  background-color: #F4F8F4;
  max-width: 500px;
  margin: auto;
}

.scientist img {
  width: 100%;
}

.content .scientist p {
  color: #3d3d3d;
}

.content .scientist h3 {
  margin-top: 10px;
  font-family: 'Helvetica Neue',sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
}

.content .gray {
  color: #000000;
  background-color: #F4F8F4;
  margin: 20px 0px 0px -25px;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: bold;
}

.footer-info{
  font-family: "Roboto";
  color: #aaa;
  font-size: 11px;
}

.content h2 {
  font-size: 27px;
  color: #084708;
}

.content h2 span {
  font-size: 30px;
}

.content h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
}

.content h4 {
  color: #000000;
  font-size: 27px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4em;
  margin: 30px 0 20px;
}

.content p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  margin: 20px 0;
}

.content .img2 {
  max-width: 230px;
  width: 100%;
  float: left;
  margin: 0 25px 25px 0;
}

.content ul {
  margin-left: 25px;
}

.content ul li h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  margin: 0;
}

.content ul li p {
  margin: 5px 0 25px;
}

.content h5 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 0;
}

.content .cta {
  color: #0006ff;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: underline;
  text-align: left;
  line-height: 1.4em;
}

.comments .cta {
  color: #0006ff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: underline;
  text-align: left;
  line-height: 1.4em;
}

.chart {
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  margin: 25px auto 0;
}

.chart article {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chart article p {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
  padding: 10px;
}

.chart article div {
  background-color: #429543;
  width: 40%;
  height: 100px;
}

.chart_text {
  margin: auto;
  max-width: 545px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.chart_text p {
  width: 25%;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}
.wrapper > strong {
  width: 40%;
}
.sidebar {
  width: auto;
  margin-left: 30px;
  max-width: 360px;
}

.sidebar h2 {
  background-color: #13CDDB;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

.sidebar article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px;
}

.sidebar article p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-left: 10px;
}

.sidebar a {
  text-decoration: none;
}

.sidebar .banner {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,135,54,0.6) 50%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebd50c', endColorstr='#795e8e', GradientType=0);
  padding: 20px 0;
  border: 1px solid rgba(0,135,54,0.6);
  cursor: pointer;
}

.sidebar .banner h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  background-color: #008736;
  padding: 15px;
}

.sidebar .banner p {
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 10px;
  background: #008736;
  box-shadow: 0px 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
  max-width: 200px;
  width: 100%;
  padding: 10px 0;
  margin: 10px auto 0;
}

.sidebar .banner img {
  max-width: 330px;
  width: 100%;
}

.comments {
  margin-top: 50px;
  max-width: 690px;
  width: 100%;
}

.comments h2 {
  color: #FFFFFF;
  font-family: 'Roboto';
  text-align: center;
  font-size: 18px;
}

.comments .comments_title {
  color: #FFFFFF;
  background-color: #008736;
  font-family: 'Roboto';
}

.comments article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
}

.comments article div {
  width: 100%;
}

.comments article img {
  margin-right: 15px;
}

.comments article h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments article h3 span {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.comments article p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}

div.aw-widget-36hour-inner {
  min-width: 0px!important;
}

footer {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

footer a, .footer-links {
  color: #aaa;
  font-size: 12px;
  padding: 0 5px;
  margin: 25px 0px 0px;
  line-height: 25px;
  text-align: center;
}
.myCurs {
  position: absolute;
  right: 200px;
  top: 100px;
  display: none;
  z-index: 101;
  width: 18px;
}

footer .footer-links-impressum, footer .footer-links-impressum a{
  color: #3b5998; text-align:center;font-size: 14px; text-decoration: none;
}




/* new */


.x-header_v2-medical {
  font-family: "Roboto",sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0px 0;
}
.x-header_v2-medical .header_top {
  text-align: right;
  font-size: 12px;
  color: #747373;
  padding: 5px 0;
}
.x-header_v2-medical .header_center {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.x-header_v2-medical .header_bottom {
  padding: 10px 0;
}
.x-header_v2-medical .header_bottom .header_nav.turquoise {
  background: #13CDDB;
}
.x-header_v2-medical .header_center .left {
  width: 65%;
  display: flex;
  align-items: center;
}
.x-header_v2-medical .header_center .right {
  width: 35%;
  font-size: 11px;
}
.x-header_v2-medical .header_bottom {
  padding: 10px 0;
}
.x-header_v2-medical .header_bottom .header_nav .header_link {
  margin: 5px 0;
  padding: 0 8px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .5px;
}
.x-header_v2-medical .header_bottom .header_nav {
  font-size: 14px;
  display: flex;
}
.x-header_v2-medical .header_center .left a.galada p {
  font-family: 'Galada', cursive;
}
.x-header_v2-medical .header_center .left a {
  text-decoration: none;
  color: #747373;
  font-size: 40px;
  letter-spacing: -2px;
  margin-left: 10px;
  color: #13cddb;
}
.x-header_v2-medical .header_center .right .header_fb {
  display: flex;
  justify-content: flex-end;
}
.x-header_v2-medical .header_center .right .header_fb a {
  position: relative;
  bottom: -16px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.x-header_v2-medical .header_center .right .header_fb a .fb_icon_center {
  background-image: url("../images/fblikem.png");
  height: 26px;
  display: flex;
  align-items: center;
  color: #3b5998;
}
.x-header_v2-medical .header_center .right .header_fb a .fb_icon_left {
  background-image: url("../images/fblikel.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 26px;
}
.x-header_v2-medical .header_center .right .header_fb a .fb_icon_right {
  width: 33px;
  height: 26px;
  background-image: url("../images/fbliker.png");
  background-repeat: no-repeat;
}
.x-header_v2-medical .header_bottom .header_social {
  display: flex;
  justify-content: flex-end;
}
.x-header_v2-medical .header_bottom .header_social .social_mail {
  background-image: url("../images/print.png");
  background-repeat: no-repeat;
  width: 48px;
  height: 17px;
  margin-top: 10px;
}
.x-header_v2-medical .header_bottom .header_social .social_info {
  background-image: url("../images/sb.png");
  background-repeat: no-repeat;
  width: 322px;
  height: 36px;
}
.link_orange {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 2px;
  background: #da6700;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}

.rating {
  display: flex;
}

.comments .rating .box_rating p {
  margin: 0 5px 0 0;
}

.comments .rating .box_rating.like p {
  color: #587a4d;
  font-weight: bold;
  font-style: normal;
}

.rating .box_rating {
  border-radius: 2px;
  background-color: #e7e7e7;
  padding: 3px 6px;
  margin-left: 10px;
  font-weight: 700;
  display: flex;
}

.comments .rating .box_rating.dislike p {
  color: #81464c;
  font-weight: bold;
  font-style: normal;
}

.fa-thumbs-up:before {
  content:  url("../images/thumbs-up-solid.png");
}
.fa-thumbs-down:before {
  content:  url("../images/thumbs-down-solid.png");
}
.green_line {
  background: #008736;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
  .container {
    padding: 0 20px 100px;
  }
  header .header_content a {
    display: none;
  }
  header ul li a {
    font-size: 14px;
    padding: 10px;
  }
  header .header_content {
    background-position: 100% bottom;
  }
  .sidebar .banner h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 930px) {
  header ul li {
    padding: 10px;
  }
}

@media only screen and (max-width: 855px) {
  .chart article p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    display: block;
  }
  .sidebar, header .header_box img:nth-child(3), .header_box img:nth-child(4), header ul, .right, .header_bottom {
    display: none;
  }
  .x-header_v2-medical .header_center .left a {
    font-size: 24px;
  }
  .content {
    max-width: 768px;
  }
  header .logo {
    max-width: 100px;
  }
  header .header_content h1 {
    margin-bottom: 160px;
  }
  header .header_content {
    background-position: center bottom;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h3 {
    font-size: 18px;
  }
  .content p {
    font-size: 16px;
  }
  .content h4 {
    font-size: 22px;
  }
  .content h5 {
    font-size: 20px;
  }
  .comments h2 {
    font-size: 24px;
  }
  .comments article:nth-child(1n+8), .comments article img {
    display: none;
  }
  .x-header_v2-medical .header_center .left {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .header_box img:nth-child(2) {
    display: none;
  }
  header .header_content h1 {
    font-size: 22px;
  }
  header .header_content h1 span {
    font-size: 18px;
  }
  .chart article p {
    font-size: 10px;
  }
  .content .cta {
    font-size: 20px;
  }
  .chart_text p {
    font-size: 14px;
  }
  .chart article p, .chart_text p {
    word-break: break-all;
    padding: 5px;
  }
}