body {
  	font-size: 22px !important;
 	color: #000;
 	background: #fff;
    padding: 0;
    margin: 0;
	height: 100%;
	overflow-x: hidden; /* or initial */
	overflow-y: scroll; 
}

html {
  scroll-behavior: smooth;
}

.post, .page {
    margin: 0 !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.descr ul{
  display: list-item;
  margin-left: 1.3em;
  list-style-type: square;
}

.li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

ul.pointed_list {
    list-style: disc;
    margin-left: 1.5em;
    line-height: 1.85em;
}

.square {
  list-style: square;
  margin-left: 1.3em;
  padding: 0px; }

p {
    margin-top: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231F20;
  font-weight: 700; }


h1 {
  font-size: 50px !important;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-weight: 300;
	hyphens: auto;
    text-align: center;
    color: var(--darkturquoise);
    margin-bottom: 1em !important;
}

.page-id-17 h1,
.page-id-1569 h1 {
	margin: 0 !important;
	margin-bottom: 1em !important;
}

h2 {
	hyphens: auto;
}

h1 span,
h2 span {
    font-family: 'helvetica_neue_lt_std75_bold';
}

.mobileversion h2 span {
	font-family: 'helvetica_neue_lt_std75_bold' !important;
}

.mobileversion h2 button.collapsed span {
	font-family: 'helvetica_neue_lt_std55_roman' !important;
}


.single h1 {
	box-shadow: 0 2px 0 0 var(--darkturquoise);
	margin: 1em 0 0 0 !important;
	padding-bottom: .25em;
	 text-align: left;
}

.single .entry-meta {
	display: inline-block;
	background: var(--darkturquoise);
	color: #fff;
	padding: .25em .5em;
}

.single .entry-content {
	margin: 0;
}

.container > .row,
.container-fluid > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.tworows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2em;
}

.tworows > div {
	flex: 0 0 49%;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	justify-content: space-between;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    flex: 0 0 49% !important;
}


h2 {
  font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: var(--darkturquoise);
    margin-bottom: .5em;
}

h2.naturegreen {
    color: var(--naturegreen);
}

h3 {
  font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
	hyphens: auto;
    color: var(--darkturquoise);
}

h4 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--darkturquoise);
}

h5 {
  font-size: 22px;
    color: white;
    font-weight: 400;
    margin-top: 1.5em;
}

h6 {
  font-size: 18px
      padding: 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.slick-slide:focus {
  outline: none;
  box-shadow: none; }

.slick-slide img {
  display: inline-block !important; }

input,
textarea,
select {
  line-height: 50px;
  border: none;
  width: 100%;
  padding: 0 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 35px rgba(6, 16, 34, 0.1);
  border-radius: 8px;
  font-size: 1em;
}

input:focus,
textarea:focus,
select:focus {
  outline: none; }

textarea {
  height: 120px;
  resize: none; }

button {
  border: none; }

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

.text-smaller {
    font-size: .85em;
}

.footer-area {
  position: relative;
  z-index: 1;
    color: white;
}
  .footer-area .footer-widget h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px; }
  .footer-area .footer-widget .footer-menu li {
    margin-bottom: 5px; }
    .footer-area a {
      color: #fff; }
      .footer-area a:hover {
        color: #ccc }
  .footer-area .footer-widget .footer-social li {
    display: inline-block;
    margin-right: 30px; }
    .footer-area .footer-widget .footer-social li:last-child {
      margin-right: 0; }
    .footer-area .footer-widget .footer-social li a {
      height: 60px;
      width: 60px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 25px;
      color: #666666; }
      .footer-area .footer-widget .footer-social li a:hover {
        background: #ffc600;
        color: #fff; }
.footer-area .row img {
    max-width: 80%;
}

.footer-area .row .logoblock a:nth-child(2n) img {
    max-width: 100% !important;
}

footer .logoblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
}

footer .logoblock a {
    background: #fff;
    flex: 0 0 48%;
    padding: .25em 1em;
	margin-right: 4%;
    margin-bottom: .5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .logoblock a:nth-child(odd),
footer .logoblock a:last-child {
	margin-right: 0;
}

footer .logoblock a:nth-child(2n) {
    padding: .5em;
}

footer .logoblock a:nth-child(3),
footer .logoblock a:nth-child(5) {
    padding: 0;
}

footer .logoblock a:nth-child(6) {
	align-self: justify-center;
}

footer .logoblock a:first-of-type {
    flex: 0 0 100%;
}

.footer-area .copyright {
    color: #fff;
    background: var(--lightturquoise);
}

  .footer-area svg {
    fill: #fff;
}

.footer-area .socials a {
    display: inline-block;
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
}

  .footer-area .socials a svg {
    fill: var(--darkturquoise);
       width: 25px;
     height: 25px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      transition: all ease-in 300ms;
}

 .footer-area .socials a::after {
     content: "";
     display: block;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: 50%;
     border: 2px solid #fff;
     position: absolute;
     transition: all ease-out 200ms;
}

 .footer-area .socials a:hover::after {
     transform: scale(1.3);
}

.socialholder {
   margin-top: 1em;
}

.socialholder a {
   margin: 0 1.25em 1.25em 0;
}

.entry-content a {
	color: var(--darkturquoise);
	font-family: 'helvetica_neue_lt_std75_bold';
}

/* Kontaktformular */

#wpcf7-f633-p602-o1,
#wpcf7-f633-p1344-o1 {
    background: var(--darkturquoise);
    padding: 1em 2em;
    color: white;
    line-height: 1.25em;
}

#wpcf7-f633-p602-o1 select,
#wpcf7-f633-p1344-o1 select {
    background: #fff;
    border: 1px solid #889ec2 !important;
    color: #333 !important;
    width: 100% !important;
    height: 36px !important;
    border-radius: 0 !important;
}

.theleftpart input,
.theleftpart select {
	background: #fff;
	border: 1px solid #889ec2 !important;
	color: #333 !important;
	width: 100% !important;
	height: 36px !important;
	border-radius: 0 !important;
}

.theleftpart textarea {
	background: #fff;
	border: 1px solid #889ec2 !important;
	color: #333 !important;
	width: 100% !important;
}

.wpcf7-list-item.first > label,
.wpcf7-list-item.last > label {
	display: flex;
	align-items: center;
}


.page-id-866 .wpcf7-list-item {
	margin: 0 1.5em 0 0;
}

.wpcf7-list-item.first > label input[type="radio"],
.wpcf7-list-item.last > label input[type="radio"] {
	flex: 0 0 24px;
	margin-right: 10px;
}

input[type="date"], input[type="select"] {
    width: 100% !important;
}

#wpcf7-f633-p602-o1 input[type="submit"],
#wpcf7-f633-p1344-o1 input[type="submit"],
.theleftpart input[type="submit"] {
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--darkturquoise) !important;
	padding: .5em !important;
	border: none !important;
	height: 100% !important;
	font-size: 1.1em !important;
	position: relative !important;
}

#wpcf7-f633-p602-o1 input[type="submit"]:hover,
#wpcf7-f633-p1344-o1 input[type="submit"]:hover,
.theleftpart input[type="submit"]:hover {
	background: var(--darkturquoise) !important;
	box-shadow: 0 0 0 2px #fff;
	color: #fff !important;
}

.therightpart {
    display: flex;
    justify-content: flex-end;
}

.therightpart img {
	object-fit: cover;
}

.klickbewerbung {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.klickbewerbung p {
	width: 100%;
}

.firstpart,
.lastpart {
	flex: 0 0 47.5%;
}

.firstpart {
	padding-right: 5%;
}

.firstpart p,
.lastpart p,
.multipart p {
	margin: .5em 0;
}

.multipart {
	flex: 0 0 95%;
}

#wpcf7-f633-p602-o1 .multipart,
#wpcf7-f633-p1344-o1 .multipart {
	flex: 0 0 100%;
	margin: 1em 0 1.5em;
}

.multipart a {
	color: #fff;
	text-decoration: underline !important;
	font-weight: 700;
}

.endpart {
    display: flex;
	justify-content: space-between;
	width: 100%;
}

.endpart p {
	margin: 0 !important;
}

.endpart > .firstp {
    flex: 0 0 28%;
}

.endpart > .lastp {
    flex: 0 0 68%;
	font-size: 1.1em;
	padding-top: 10px;
	text-align: center;
}

.codedropz-upload-handler {
	margin-top: .25em !important;
}

.codedropz-upload-inner h3 {
    color: #fff;
	text-transform: none;
}

.wpcf7-not-valid-tip {
	background: #cc0000;
	padding: .125em;
	font-size: .85em !important;
	color: #fff !important;
}

label {
    width: 100%;
}

.captcha-image {
    width: 95% !important;
	padding: 12px 80px !important;
}

.captcha-image .cf7ic_instructions span {
    color: #97d2d4 !important;
}

.dnd-upload-status .dnd-upload-details .name {
    color: #fff !important;
	font-size: .85em !important;
}

.dnd-upload-status .dnd-upload-details .name em{
    color: #f9f9f9 !important;
}

.dnd-upload-status .dnd-upload-image {
    background: white !important;;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    background: white !important;;
    border-radius: 50% !important;;
}

